|
|
|
1 | 2024-10-18T22:10:14.078Z | job assigned to worker 01JAGTV07QJ7G7DW08G65MYM1X (queued for 55 s) |
|
2 | 2024-10-18T22:10:22.229Z | starting task 0: "setup" |
3 | 2024-10-18T22:10:22.236Z | ++ uname -s |
4 | 2024-10-18T22:10:22.239Z | + kern=SunOS |
5 | 2024-10-18T22:10:22.239Z | + case "$kern" in |
6 | 2024-10-18T22:10:22.239Z | + groupadd -g 12345 build |
7 | 2024-10-18T22:10:22.241Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-18T22:10:24.253Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-18T22:10:24.362Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-18T22:10:24.364Z | + home_fs=zfs |
11 | 2024-10-18T22:10:24.364Z | + [[ zfs == autofs ]] |
12 | 2024-10-18T22:10:24.364Z | + mkdir -p /home/build |
13 | 2024-10-18T22:10:24.366Z | + chown build:build /home/build /work |
14 | 2024-10-18T22:10:26.369Z | + chmod 0700 /home/build /work |
15 | 2024-10-18T22:10:26.372Z | process exited: duration 4145 ms, exit code 0 |
|
16 | 2024-10-18T22:10:26.377Z | starting task 1: "rust-toolchain" |
17 | 2024-10-18T22:10:26.383Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-18T22:10:26.383Z | ' 1.80.1 |
19 | 2024-10-18T22:10:26.383Z | + printf ' * toolchain profile = "%s" |
20 | 2024-10-18T22:10:26.383Z | ' default |
21 | 2024-10-18T22:10:26.383Z | * toolchain channel = "1.80.1" |
22 | 2024-10-18T22:10:26.383Z | * toolchain profile = "default" |
23 | 2024-10-18T22:10:26.386Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-18T22:10:26.386Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-18T22:10:26.502Z | info: downloading installer |
26 | 2024-10-18T22:10:27.932Z | info: profile set to 'default' |
27 | 2024-10-18T22:10:27.932Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-18T22:10:27.934Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-18T22:10:28.058Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-18T22:10:28.058Z | info: downloading component 'cargo' |
31 | 2024-10-18T22:10:28.708Z | info: downloading component 'clippy' |
32 | 2024-10-18T22:10:28.939Z | info: downloading component 'rust-docs' |
33 | 2024-10-18T22:10:29.844Z | info: downloading component 'rust-std' |
34 | 2024-10-18T22:10:31.116Z | info: downloading component 'rustc' |
35 | 2024-10-18T22:10:34.868Z | info: downloading component 'rustfmt' |
36 | 2024-10-18T22:10:35.108Z | info: installing component 'cargo' |
37 | 2024-10-18T22:10:35.969Z | info: installing component 'clippy' |
38 | 2024-10-18T22:10:36.345Z | info: installing component 'rust-docs' |
39 | 2024-10-18T22:10:38.025Z | info: installing component 'rust-std' |
40 | 2024-10-18T22:10:39.626Z | info: installing component 'rustc' |
41 | 2024-10-18T22:10:43.936Z | info: installing component 'rustfmt' |
42 | 2024-10-18T22:10:44.270Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-18T22:10:44.270Z | |
44 | 2024-10-18T22:10:44.528Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-18T22:10:44.528Z | |
46 | 2024-10-18T22:10:44.532Z | |
47 | 2024-10-18T22:10:44.532Z | Rust is installed now. Great! |
48 | 2024-10-18T22:10:44.532Z | |
49 | 2024-10-18T22:10:44.532Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-18T22:10:44.532Z | environment variable. This has not been done automatically. |
51 | 2024-10-18T22:10:44.532Z | |
52 | 2024-10-18T22:10:44.532Z | To configure your current shell, you need to source |
53 | 2024-10-18T22:10:44.532Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-18T22:10:44.533Z | |
55 | 2024-10-18T22:10:44.533Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-18T22:10:44.533Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-18T22:10:44.533Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-18T22:10:44.590Z | + rustc --version |
59 | 2024-10-18T22:10:44.657Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-18T22:10:44.660Z | process exited: duration 18280 ms, exit code 0 |
|
61 | 2024-10-18T22:10:44.666Z | starting task 2: "authentication" |
62 | 2024-10-18T22:10:44.687Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-10-18T22:10:44.694Z | starting task 3: "clone repository" |
64 | 2024-10-18T22:10:44.700Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-18T22:10:44.703Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-18T22:10:45.038Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-18T22:10:52.713Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-18T22:10:52.713Z | + git fetch origin e725a7682413619bab3a80edd0c7908693a2402e |
69 | 2024-10-18T22:10:53.031Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-18T22:10:53.032Z | * branch e725a7682413619bab3a80edd0c7908693a2402e -> FETCH_HEAD |
71 | 2024-10-18T22:10:53.036Z | + [[ -n single-node-clickhouse-init ]] |
72 | 2024-10-18T22:10:53.036Z | ++ git branch --show-current |
73 | 2024-10-18T22:10:53.040Z | + current=main |
74 | 2024-10-18T22:10:53.040Z | + [[ main != single-node-clickhouse-init ]] |
75 | 2024-10-18T22:10:53.040Z | + git branch -f single-node-clickhouse-init e725a7682413619bab3a80edd0c7908693a2402e |
76 | 2024-10-18T22:10:53.040Z | + git checkout -f single-node-clickhouse-init |
77 | 2024-10-18T22:10:53.150Z | Switched to branch 'single-node-clickhouse-init' |
78 | 2024-10-18T22:10:53.159Z | + git reset --hard e725a7682413619bab3a80edd0c7908693a2402e |
79 | 2024-10-18T22:10:53.242Z | HEAD is now at e725a7682 WIP: Single-node ClickHouse database initialization |
80 | 2024-10-18T22:10:53.249Z | process exited: duration 8546 ms, exit code 0 |
|
81 | 2024-10-18T22:10:53.261Z | starting task 4: "build" |
82 | 2024-10-18T22:10:53.271Z | + source .github/buildomat/ci-env.sh |
83 | 2024-10-18T22:10:53.278Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-10-18T22:10:53.278Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-10-18T22:10:53.278Z | + cargo --version |
86 | 2024-10-18T22:10:53.321Z | cargo 1.80.1 (376290515 2024-07-16) |
87 | 2024-10-18T22:10:53.328Z | + rustc --version |
88 | 2024-10-18T22:10:53.385Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
89 | 2024-10-18T22:10:53.391Z | + cargo tree --locked |
90 | 2024-10-18T22:10:53.667Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-10-18T22:10:53.964Z | Updating crates.io index |
92 | 2024-10-18T22:10:54.026Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
93 | 2024-10-18T22:10:54.840Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
94 | 2024-10-18T22:10:55.166Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
95 | 2024-10-18T22:10:55.370Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
96 | 2024-10-18T22:10:55.635Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
97 | 2024-10-18T22:10:59.611Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-10-18T22:10:59.659Z | Updating git repository `https://github.com/oxidecomputer/opte` |
99 | 2024-10-18T22:10:59.717Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
100 | 2024-10-18T22:11:00.318Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
101 | 2024-10-18T22:11:00.583Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
102 | 2024-10-18T22:11:00.908Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
103 | 2024-10-18T22:11:01.479Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
104 | 2024-10-18T22:11:01.913Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
105 | 2024-10-18T22:11:02.226Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
106 | 2024-10-18T22:11:02.485Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
107 | 2024-10-18T22:11:02.711Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
108 | 2024-10-18T22:11:02.976Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
109 | 2024-10-18T22:11:03.280Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
110 | 2024-10-18T22:11:03.652Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
111 | 2024-10-18T22:11:04.075Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-10-18T22:11:04.364Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-10-18T22:11:04.806Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
114 | 2024-10-18T22:11:05.225Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
115 | 2024-10-18T22:11:05.598Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
116 | 2024-10-18T22:11:05.986Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
117 | 2024-10-18T22:11:06.233Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
118 | 2024-10-18T22:11:06.518Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
119 | 2024-10-18T22:11:08.026Z | Downloading crates ... |
120 | 2024-10-18T22:11:08.136Z | Downloaded assert_matches v1.5.0 |
121 | 2024-10-18T22:11:08.139Z | Downloaded filetime v0.2.25 |
122 | 2024-10-18T22:11:08.142Z | Downloaded fastrand v2.1.1 |
123 | 2024-10-18T22:11:08.142Z | Downloaded fallible-streaming-iterator v0.1.9 |
124 | 2024-10-18T22:11:08.146Z | Downloaded bytecount v0.6.8 |
125 | 2024-10-18T22:11:08.149Z | Downloaded foreign-types-shared v0.1.1 |
126 | 2024-10-18T22:11:08.149Z | Downloaded assert-json-diff v2.0.2 |
127 | 2024-10-18T22:11:08.152Z | Downloaded hashlink v0.9.1 |
128 | 2024-10-18T22:11:08.155Z | Downloaded http-range v0.1.5 |
129 | 2024-10-18T22:11:08.155Z | Downloaded atomicwrites v0.4.4 |
130 | 2024-10-18T22:11:08.158Z | Downloaded async-stream-impl v0.3.6 |
131 | 2024-10-18T22:11:08.158Z | Downloaded futures-timer v3.0.3 |
132 | 2024-10-18T22:11:08.162Z | Downloaded futures-core v0.3.31 |
133 | 2024-10-18T22:11:08.162Z | Downloaded guppy-workspace-hack v0.1.0 |
134 | 2024-10-18T22:11:08.165Z | Downloaded cfg_aliases v0.1.1 |
135 | 2024-10-18T22:11:08.165Z | Downloaded http-body v1.0.1 |
136 | 2024-10-18T22:11:08.165Z | Downloaded headers-core v0.3.0 |
137 | 2024-10-18T22:11:08.168Z | Downloaded cexpr v0.6.0 |
138 | 2024-10-18T22:11:08.171Z | Downloaded async-signal v0.2.10 |
139 | 2024-10-18T22:11:08.171Z | Downloaded async-channel v2.3.1 |
140 | 2024-10-18T22:11:08.174Z | Downloaded anstyle-parse v0.2.5 |
141 | 2024-10-18T22:11:08.174Z | Downloaded cast v0.3.0 |
142 | 2024-10-18T22:11:08.177Z | Downloaded async-trait v0.1.83 |
143 | 2024-10-18T22:11:08.180Z | Downloaded httpdate v1.0.3 |
144 | 2024-10-18T22:11:08.180Z | Downloaded heck v0.5.0 |
145 | 2024-10-18T22:11:08.182Z | Downloaded heck v0.4.1 |
146 | 2024-10-18T22:11:08.185Z | Downloaded hash32 v0.2.1 |
147 | 2024-10-18T22:11:08.185Z | Downloaded generic-array v0.14.7 |
148 | 2024-10-18T22:11:08.188Z | Downloaded hubpack_derive v0.1.1 |
149 | 2024-10-18T22:11:08.188Z | Downloaded fs-err v2.11.0 |
150 | 2024-10-18T22:11:08.190Z | Downloaded bitfield v0.14.0 |
151 | 2024-10-18T22:11:08.190Z | Downloaded hubpack v0.1.2 |
152 | 2024-10-18T22:11:08.193Z | Downloaded hostname v0.3.1 |
153 | 2024-10-18T22:11:08.195Z | Downloaded foldhash v0.1.3 |
154 | 2024-10-18T22:11:08.195Z | Downloaded chacha20 v0.9.1 |
155 | 2024-10-18T22:11:08.199Z | Downloaded hyper-tls v0.6.0 |
156 | 2024-10-18T22:11:08.201Z | Downloaded backoff v0.4.0 |
157 | 2024-10-18T22:11:08.201Z | Downloaded glob v0.3.1 |
158 | 2024-10-18T22:11:08.204Z | Downloaded async-process v2.3.0 |
159 | 2024-10-18T22:11:08.207Z | Downloaded cancel-safe-futures v0.1.5 |
160 | 2024-10-18T22:11:08.209Z | Downloaded bitflags v2.6.0 |
161 | 2024-10-18T22:11:08.212Z | Downloaded iana-time-zone v0.1.61 |
162 | 2024-10-18T22:11:08.215Z | Downloaded hyper-rustls v0.26.0 |
163 | 2024-10-18T22:11:08.217Z | Downloaded async-bb8-diesel v0.2.1 |
164 | 2024-10-18T22:11:08.220Z | Downloaded getrandom v0.2.15 |
165 | 2024-10-18T22:11:08.223Z | Downloaded olpc-cjson v0.1.4 |
166 | 2024-10-18T22:11:08.225Z | Downloaded hyper-staticfile v0.10.1 |
167 | 2024-10-18T22:11:08.228Z | Downloaded blake2 v0.10.6 |
168 | 2024-10-18T22:11:08.230Z | Downloaded futures v0.3.31 |
169 | 2024-10-18T22:11:08.236Z | Downloaded flagset v0.4.6 |
170 | 2024-10-18T22:11:08.239Z | Downloaded pbkdf2 v0.12.2 |
171 | 2024-10-18T22:11:08.241Z | Downloaded async-object-pool v0.1.5 |
172 | 2024-10-18T22:11:08.241Z | Downloaded openssl-macros v0.1.1 |
173 | 2024-10-18T22:11:08.244Z | Downloaded flume v0.11.0 |
174 | 2024-10-18T22:11:08.247Z | Downloaded atty v0.2.14 |
175 | 2024-10-18T22:11:08.247Z | Downloaded plain v0.2.3 |
176 | 2024-10-18T22:11:08.251Z | Downloaded fxhash v0.2.1 |
177 | 2024-10-18T22:11:08.251Z | Downloaded foreign-types-shared v0.3.1 |
178 | 2024-10-18T22:11:08.251Z | Downloaded pbkdf2 v0.11.0 |
179 | 2024-10-18T22:11:08.254Z | Downloaded partial-io v0.5.4 |
180 | 2024-10-18T22:11:08.256Z | Downloaded foreign-types v0.3.2 |
181 | 2024-10-18T22:11:08.257Z | Downloaded fd-lock v4.0.2 |
182 | 2024-10-18T22:11:08.259Z | Downloaded fatfs v0.3.6 |
183 | 2024-10-18T22:11:08.261Z | Downloaded futures-task v0.3.31 |
184 | 2024-10-18T22:11:08.264Z | Downloaded proc-macro-crate v1.3.1 |
185 | 2024-10-18T22:11:08.264Z | Downloaded ident_case v1.0.1 |
186 | 2024-10-18T22:11:08.267Z | Downloaded base64 v0.21.7 |
187 | 2024-10-18T22:11:08.269Z | Downloaded quick-error v1.2.3 |
188 | 2024-10-18T22:11:08.272Z | Downloaded async-stream v0.3.6 |
189 | 2024-10-18T22:11:08.286Z | Downloaded arrayref v0.3.9 |
190 | 2024-10-18T22:11:08.286Z | Downloaded hex-literal v0.4.1 |
191 | 2024-10-18T22:11:08.286Z | Downloaded ascii-canvas v3.0.0 |
192 | 2024-10-18T22:11:08.286Z | Downloaded approx v0.5.1 |
193 | 2024-10-18T22:11:08.286Z | Downloaded bitflags v1.3.2 |
194 | 2024-10-18T22:11:08.286Z | Downloaded aead v0.5.2 |
195 | 2024-10-18T22:11:08.286Z | Downloaded parking_lot v0.11.2 |
196 | 2024-10-18T22:11:08.289Z | Downloaded scroll_derive v0.12.0 |
197 | 2024-10-18T22:11:08.289Z | Downloaded http-body v0.4.6 |
198 | 2024-10-18T22:11:08.290Z | Downloaded funty v2.0.0 |
199 | 2024-10-18T22:11:08.292Z | Downloaded hostname v0.4.0 |
200 | 2024-10-18T22:11:08.292Z | Downloaded supports-color v3.0.1 |
201 | 2024-10-18T22:11:08.294Z | Downloaded blocking v1.6.1 |
202 | 2024-10-18T22:11:08.297Z | Downloaded try-lock v0.2.5 |
203 | 2024-10-18T22:11:08.297Z | Downloaded anstyle v1.0.8 |
204 | 2024-10-18T22:11:08.300Z | Downloaded anes v0.1.6 |
205 | 2024-10-18T22:11:08.302Z | Downloaded scroll v0.12.0 |
206 | 2024-10-18T22:11:08.305Z | Downloaded buf-list v1.0.3 |
207 | 2024-10-18T22:11:08.305Z | Downloaded async-attributes v1.1.2 |
208 | 2024-10-18T22:11:08.308Z | Downloaded humantime v2.1.0 |
209 | 2024-10-18T22:11:08.308Z | Downloaded serde_path_to_error v0.1.16 |
210 | 2024-10-18T22:11:08.311Z | Downloaded block-buffer v0.10.4 |
211 | 2024-10-18T22:11:08.316Z | Downloaded smallvec v0.6.14 |
212 | 2024-10-18T22:11:08.316Z | Downloaded proc-macro-error v1.0.4 |
213 | 2024-10-18T22:11:08.320Z | Downloaded home v0.5.9 |
214 | 2024-10-18T22:11:08.320Z | Downloaded castaway v0.2.3 |
215 | 2024-10-18T22:11:08.320Z | Downloaded hashbrown v0.12.3 |
216 | 2024-10-18T22:11:08.323Z | Downloaded anstyle-query v1.1.1 |
217 | 2024-10-18T22:11:08.326Z | Downloaded group v0.13.0 |
218 | 2024-10-18T22:11:08.328Z | Downloaded hmac v0.12.1 |
219 | 2024-10-18T22:11:08.331Z | Downloaded futures-macro v0.3.31 |
220 | 2024-10-18T22:11:08.331Z | Downloaded peg v0.8.4 |
221 | 2024-10-18T22:11:08.334Z | Downloaded futures-util v0.3.31 |
222 | 2024-10-18T22:11:08.346Z | Downloaded rpassword v7.3.1 |
223 | 2024-10-18T22:11:08.349Z | Downloaded cstr-argument v0.1.2 |
224 | 2024-10-18T22:11:08.351Z | Downloaded usdt-attr-macro v0.5.0 |
225 | 2024-10-18T22:11:08.351Z | Downloaded hyper-rustls v0.27.3 |
226 | 2024-10-18T22:11:08.354Z | Downloaded bcs v0.1.6 |
227 | 2024-10-18T22:11:08.357Z | Downloaded async-recursion v1.1.1 |
228 | 2024-10-18T22:11:08.360Z | Downloaded httptest v0.16.1 |
229 | 2024-10-18T22:11:08.362Z | Downloaded endian-type v0.1.2 |
230 | 2024-10-18T22:11:08.362Z | Downloaded fancy-regex v0.13.0 |
231 | 2024-10-18T22:11:08.365Z | Downloaded globset v0.4.15 |
232 | 2024-10-18T22:11:08.371Z | Downloaded async-lock v3.4.0 |
233 | 2024-10-18T22:11:08.371Z | Downloaded argon2 v0.5.3 |
234 | 2024-10-18T22:11:08.374Z | Downloaded ppv-lite86 v0.2.20 |
235 | 2024-10-18T22:11:08.374Z | Downloaded equivalent v1.0.1 |
236 | 2024-10-18T22:11:08.377Z | Downloaded hashbrown v0.14.5 |
237 | 2024-10-18T22:11:08.380Z | Downloaded blake2b_simd v1.0.2 |
238 | 2024-10-18T22:11:08.383Z | Downloaded futures-channel v0.3.31 |
239 | 2024-10-18T22:11:08.385Z | Downloaded convert_case v0.4.0 |
240 | 2024-10-18T22:11:08.385Z | Downloaded tls_codec v0.4.1 |
241 | 2024-10-18T22:11:08.388Z | Downloaded futures-lite v2.3.0 |
242 | 2024-10-18T22:11:08.391Z | Downloaded smallvec v1.13.2 |
243 | 2024-10-18T22:11:08.392Z | Downloaded serde_derive_internals v0.29.1 |
244 | 2024-10-18T22:11:08.394Z | Downloaded spki v0.7.3 |
245 | 2024-10-18T22:11:08.396Z | Downloaded peg-runtime v0.8.3 |
246 | 2024-10-18T22:11:08.396Z | Downloaded httparse v1.9.5 |
247 | 2024-10-18T22:11:08.399Z | Downloaded ciborium v0.2.2 |
248 | 2024-10-18T22:11:08.402Z | Downloaded unicode-truncate v1.1.0 |
249 | 2024-10-18T22:11:08.404Z | Downloaded datatest-stable v0.2.9 |
250 | 2024-10-18T22:11:08.407Z | Downloaded serde-hex v0.1.0 |
251 | 2024-10-18T22:11:08.409Z | Downloaded number_prefix v0.4.0 |
252 | 2024-10-18T22:11:08.410Z | Downloaded async-io v2.3.4 |
253 | 2024-10-18T22:11:08.412Z | Downloaded async-executor v1.13.1 |
254 | 2024-10-18T22:11:08.415Z | Downloaded addr2line v0.24.2 |
255 | 2024-10-18T22:11:08.417Z | Downloaded deranged v0.3.11 |
256 | 2024-10-18T22:11:08.420Z | Downloaded http v0.2.12 |
257 | 2024-10-18T22:11:08.422Z | Downloaded tokio-tungstenite v0.23.1 |
258 | 2024-10-18T22:11:08.425Z | Downloaded tracing-attributes v0.1.27 |
259 | 2024-10-18T22:11:08.427Z | Downloaded value-bag v1.9.0 |
260 | 2024-10-18T22:11:08.430Z | Downloaded base64 v0.13.1 |
261 | 2024-10-18T22:11:08.433Z | Downloaded itoa v1.0.11 |
262 | 2024-10-18T22:11:08.435Z | Downloaded difflib v0.4.0 |
263 | 2024-10-18T22:11:08.438Z | Downloaded const_format_proc_macros v0.2.33 |
264 | 2024-10-18T22:11:08.440Z | Downloaded lru v0.12.5 |
265 | 2024-10-18T22:11:08.441Z | Downloaded indoc v2.0.5 |
266 | 2024-10-18T22:11:08.443Z | Downloaded impl-trait-for-tuples v0.2.2 |
267 | 2024-10-18T22:11:08.446Z | Downloaded strum_macros v0.26.4 |
268 | 2024-10-18T22:11:08.448Z | Downloaded rstest_macros v0.23.0 |
269 | 2024-10-18T22:11:08.451Z | Downloaded pest_generator v2.7.14 |
270 | 2024-10-18T22:11:08.454Z | Downloaded phf v0.11.2 |
271 | 2024-10-18T22:11:08.456Z | Downloaded nanorand v0.7.0 |
272 | 2024-10-18T22:11:08.459Z | Downloaded proc-macro-error-attr v1.0.4 |
273 | 2024-10-18T22:11:08.460Z | Downloaded paste v1.0.15 |
274 | 2024-10-18T22:11:08.462Z | Downloaded mime v0.3.17 |
275 | 2024-10-18T22:11:08.465Z | Downloaded memoffset v0.9.1 |
276 | 2024-10-18T22:11:08.465Z | Downloaded linked-hash-map v0.5.6 |
277 | 2024-10-18T22:11:08.468Z | Downloaded subprocess v0.2.9 |
278 | 2024-10-18T22:11:08.470Z | Downloaded ron v0.8.1 |
279 | 2024-10-18T22:11:08.474Z | Downloaded primeorder v0.13.6 |
280 | 2024-10-18T22:11:08.477Z | Downloaded relative-path v1.9.3 |
281 | 2024-10-18T22:11:08.479Z | Downloaded ref-cast-impl v1.0.23 |
282 | 2024-10-18T22:11:08.479Z | Downloaded vergen v8.3.2 |
283 | 2024-10-18T22:11:08.482Z | Downloaded radium v0.7.0 |
284 | 2024-10-18T22:11:08.485Z | Downloaded ipnet v2.10.1 |
285 | 2024-10-18T22:11:08.487Z | Downloaded vte_generate_state_changes v0.1.2 |
286 | 2024-10-18T22:11:08.487Z | Downloaded usdt-macro v0.5.0 |
287 | 2024-10-18T22:11:08.487Z | Downloaded packed_struct v0.10.1 |
288 | 2024-10-18T22:11:08.490Z | Downloaded unicode-ident v1.0.13 |
289 | 2024-10-18T22:11:08.492Z | Downloaded dhcproto-macros v0.1.0 |
290 | 2024-10-18T22:11:08.495Z | Downloaded rustc_version v0.4.1 |
291 | 2024-10-18T22:11:08.495Z | Downloaded rustc_version v0.1.7 |
292 | 2024-10-18T22:11:08.495Z | Downloaded rcgen v0.12.1 |
293 | 2024-10-18T22:11:08.498Z | Downloaded rustc-hash v2.0.0 |
294 | 2024-10-18T22:11:08.500Z | Downloaded shell-words v1.1.0 |
295 | 2024-10-18T22:11:08.502Z | Downloaded serde_derive v1.0.210 |
296 | 2024-10-18T22:11:08.505Z | Downloaded shlex v1.3.0 |
297 | 2024-10-18T22:11:08.505Z | Downloaded thread-id v4.2.2 |
298 | 2024-10-18T22:11:08.508Z | Downloaded postgres-protocol v0.6.7 |
299 | 2024-10-18T22:11:08.511Z | Downloaded doc-comment v0.3.3 |
300 | 2024-10-18T22:11:08.511Z | Downloaded crunchy v0.2.2 |
301 | 2024-10-18T22:11:08.511Z | Downloaded pest_derive v2.7.14 |
302 | 2024-10-18T22:11:08.514Z | Downloaded heapless v0.7.17 |
303 | 2024-10-18T22:11:08.517Z | Downloaded tap v1.0.1 |
304 | 2024-10-18T22:11:08.520Z | Downloaded unarray v0.1.4 |
305 | 2024-10-18T22:11:08.520Z | Downloaded topological-sort v0.2.2 |
306 | 2024-10-18T22:11:08.522Z | Downloaded postcard v1.0.10 |
307 | 2024-10-18T22:11:08.525Z | Downloaded textwrap v0.16.1 |
308 | 2024-10-18T22:11:08.528Z | Downloaded match_cfg v0.1.0 |
309 | 2024-10-18T22:11:08.530Z | Downloaded universal-hash v0.5.1 |
310 | 2024-10-18T22:11:08.531Z | Downloaded rustfmt-wrapper v0.2.1 |
311 | 2024-10-18T22:11:08.531Z | Downloaded cc v1.1.30 |
312 | 2024-10-18T22:11:08.534Z | Downloaded pretty-hex v0.2.1 |
313 | 2024-10-18T22:11:08.536Z | Downloaded tls_codec_derive v0.4.1 |
314 | 2024-10-18T22:11:08.539Z | Downloaded hkdf v0.12.4 |
315 | 2024-10-18T22:11:08.541Z | Downloaded wait-timeout v0.2.0 |
316 | 2024-10-18T22:11:08.542Z | Downloaded curve25519-dalek-derive v0.1.1 |
317 | 2024-10-18T22:11:08.544Z | Downloaded normalize-line-endings v0.3.0 |
318 | 2024-10-18T22:11:08.544Z | Downloaded ctr v0.9.2 |
319 | 2024-10-18T22:11:08.546Z | Downloaded log v0.4.22 |
320 | 2024-10-18T22:11:08.549Z | Downloaded sha2 v0.10.8 |
321 | 2024-10-18T22:11:08.553Z | Downloaded tui-tree-widget v0.22.0 |
322 | 2024-10-18T22:11:08.555Z | Downloaded strum_macros v0.24.3 |
323 | 2024-10-18T22:11:08.555Z | Downloaded dropshot_endpoint v0.12.0 |
324 | 2024-10-18T22:11:08.558Z | Downloaded diff v0.1.13 |
325 | 2024-10-18T22:11:08.560Z | Downloaded indoc v1.0.9 |
326 | 2024-10-18T22:11:08.563Z | Downloaded pest_meta v2.7.14 |
327 | 2024-10-18T22:11:08.566Z | Downloaded kstat-rs v0.2.4 |
328 | 2024-10-18T22:11:08.569Z | Downloaded precomputed-hash v0.1.1 |
329 | 2024-10-18T22:11:08.569Z | Downloaded env_filter v0.1.2 |
330 | 2024-10-18T22:11:08.571Z | Downloaded dof v0.3.0 |
331 | 2024-10-18T22:11:08.573Z | Downloaded sync_wrapper v1.0.1 |
332 | 2024-10-18T22:11:08.573Z | Downloaded nibble_vec v0.1.0 |
333 | 2024-10-18T22:11:08.575Z | Downloaded linear-map v1.2.0 |
334 | 2024-10-18T22:11:08.576Z | Downloaded target-lexicon v0.12.16 |
335 | 2024-10-18T22:11:08.578Z | Downloaded rsa v0.9.6 |
336 | 2024-10-18T22:11:08.583Z | Downloaded want v0.3.1 |
337 | 2024-10-18T22:11:08.590Z | Downloaded toolchain_find v0.4.0 |
338 | 2024-10-18T22:11:08.590Z | Downloaded ref-cast v1.0.23 |
339 | 2024-10-18T22:11:08.590Z | Downloaded darling v0.20.10 |
340 | 2024-10-18T22:11:08.594Z | Downloaded serde_with_macros v3.11.0 |
341 | 2024-10-18T22:11:08.596Z | Downloaded percent-encoding v2.3.1 |
342 | 2024-10-18T22:11:08.596Z | Downloaded libefi-sys v0.1.0 |
343 | 2024-10-18T22:11:08.599Z | Downloaded memmap v0.7.0 |
344 | 2024-10-18T22:11:08.601Z | Downloaded crc v3.2.1 |
345 | 2024-10-18T22:11:08.604Z | Downloaded tower-service v0.3.3 |
346 | 2024-10-18T22:11:08.604Z | Downloaded unsafe-libyaml v0.2.11 |
347 | 2024-10-18T22:11:08.607Z | Downloaded predicates-core v1.0.8 |
348 | 2024-10-18T22:11:08.609Z | Downloaded salsa20 v0.10.2 |
349 | 2024-10-18T22:11:08.612Z | Downloaded num v0.4.3 |
350 | 2024-10-18T22:11:08.612Z | Downloaded prettyplease v0.2.22 |
351 | 2024-10-18T22:11:08.615Z | Downloaded hashbrown v0.13.2 |
352 | 2024-10-18T22:11:08.619Z | Downloaded tokio-postgres v0.7.12 |
353 | 2024-10-18T22:11:08.624Z | Downloaded oso-derive v0.27.3 |
354 | 2024-10-18T22:11:08.627Z | Downloaded structmeta-derive v0.2.0 |
355 | 2024-10-18T22:11:08.627Z | Downloaded newtype_derive v0.1.6 |
356 | 2024-10-18T22:11:08.630Z | Downloaded thiserror-impl v1.0.64 |
357 | 2024-10-18T22:11:08.630Z | Downloaded smf v0.2.3 |
358 | 2024-10-18T22:11:08.633Z | Downloaded powerfmt v0.2.0 |
359 | 2024-10-18T22:11:08.633Z | Downloaded thiserror v1.0.64 |
360 | 2024-10-18T22:11:08.637Z | Downloaded rfc6979 v0.4.0 |
361 | 2024-10-18T22:11:08.640Z | Downloaded thiserror-impl-no-std v2.0.2 |
362 | 2024-10-18T22:11:08.645Z | Downloaded qorb v0.0.2 |
363 | 2024-10-18T22:11:08.645Z | Downloaded multer v3.1.0 |
364 | 2024-10-18T22:11:08.649Z | Downloaded serde_yaml v0.9.34+deprecated |
365 | 2024-10-18T22:11:08.653Z | Downloaded crypto-common v0.1.6 |
366 | 2024-10-18T22:11:08.656Z | Downloaded lazycell v1.3.0 |
367 | 2024-10-18T22:11:08.656Z | Downloaded hickory-resolver v0.24.1 |
368 | 2024-10-18T22:11:08.662Z | Downloaded crc-catalog v2.4.0 |
369 | 2024-10-18T22:11:08.665Z | Downloaded smawk v0.3.2 |
370 | 2024-10-18T22:11:08.665Z | Downloaded rand v0.8.5 |
371 | 2024-10-18T22:11:08.668Z | Downloaded plotters v0.3.7 |
372 | 2024-10-18T22:11:08.675Z | Downloaded time-core v0.1.2 |
373 | 2024-10-18T22:11:08.678Z | Downloaded wyz v0.5.1 |
374 | 2024-10-18T22:11:08.678Z | Downloaded pkcs8 v0.10.2 |
375 | 2024-10-18T22:11:08.681Z | Downloaded nu-ansi-term v0.50.1 |
376 | 2024-10-18T22:11:08.683Z | Downloaded zone_cfg_derive v0.3.0 |
377 | 2024-10-18T22:11:08.686Z | Downloaded sigpipe v0.1.3 |
378 | 2024-10-18T22:11:08.686Z | Downloaded sqlparser_derive v0.2.2 |
379 | 2024-10-18T22:11:08.689Z | Downloaded pkg-config v0.3.31 |
380 | 2024-10-18T22:11:08.689Z | Downloaded pem v3.0.4 |
381 | 2024-10-18T22:11:08.691Z | Downloaded termtree v0.4.1 |
382 | 2024-10-18T22:11:08.691Z | Downloaded enum-as-inner v0.6.1 |
383 | 2024-10-18T22:11:08.694Z | Downloaded diesel-dtrace v0.3.0 |
384 | 2024-10-18T22:11:08.694Z | Downloaded embedded-io v0.6.1 |
385 | 2024-10-18T22:11:08.697Z | Downloaded predicates v3.1.2 |
386 | 2024-10-18T22:11:08.700Z | Downloaded event-listener v2.5.3 |
387 | 2024-10-18T22:11:08.700Z | Downloaded dtrace-parser v0.2.0 |
388 | 2024-10-18T22:11:08.703Z | Downloaded schemars_derive v0.8.21 |
389 | 2024-10-18T22:11:08.703Z | Downloaded crucible-workspace-hack v0.1.0 |
390 | 2024-10-18T22:11:08.703Z | Downloaded piper v0.2.4 |
391 | 2024-10-18T22:11:08.706Z | Downloaded tar v0.4.42 |
392 | 2024-10-18T22:11:08.708Z | Downloaded parse-display-derive v0.10.0 |
393 | 2024-10-18T22:11:08.711Z | Downloaded ryu v1.0.18 |
394 | 2024-10-18T22:11:08.714Z | Downloaded newtype-uuid v1.1.2 |
395 | 2024-10-18T22:11:08.716Z | Downloaded rand_core v0.6.4 |
396 | 2024-10-18T22:11:08.716Z | Downloaded der v0.7.9 |
397 | 2024-10-18T22:11:08.721Z | Downloaded lalrpop-util v0.19.12 |
398 | 2024-10-18T22:11:08.724Z | Downloaded enum-as-inner v0.5.1 |
399 | 2024-10-18T22:11:08.724Z | Downloaded ena v0.14.3 |
400 | 2024-10-18T22:11:08.726Z | Downloaded ecdsa v0.16.9 |
401 | 2024-10-18T22:11:08.729Z | Downloaded target-spec v3.2.2 |
402 | 2024-10-18T22:11:08.729Z | Downloaded rusty-fork v0.3.0 |
403 | 2024-10-18T22:11:08.732Z | Downloaded tungstenite v0.21.0 |
404 | 2024-10-18T22:11:08.735Z | Downloaded pretty_assertions v1.4.1 |
405 | 2024-10-18T22:11:08.737Z | Downloaded phf_shared v0.10.0 |
406 | 2024-10-18T22:11:08.740Z | Downloaded pkcs1 v0.7.5 |
407 | 2024-10-18T22:11:08.743Z | Downloaded opaque-debug v0.3.1 |
408 | 2024-10-18T22:11:08.743Z | Downloaded clap v4.5.20 |
409 | 2024-10-18T22:11:08.751Z | Downloaded clang-sys v1.8.1 |
410 | 2024-10-18T22:11:08.754Z | Downloaded unicode-xid v0.2.6 |
411 | 2024-10-18T22:11:08.757Z | Downloaded digest v0.10.7 |
412 | 2024-10-18T22:11:08.760Z | Downloaded owo-colors v4.1.0 |
413 | 2024-10-18T22:11:08.763Z | Downloaded memmap2 v0.9.5 |
414 | 2024-10-18T22:11:08.763Z | Downloaded elliptic-curve v0.13.8 |
415 | 2024-10-18T22:11:08.767Z | Downloaded russh-cryptovec v0.7.3 |
416 | 2024-10-18T22:11:08.770Z | Downloaded managed v0.8.0 |
417 | 2024-10-18T22:11:08.770Z | Downloaded is_terminal_polyfill v1.70.1 |
418 | 2024-10-18T22:11:08.772Z | Downloaded mime_guess v2.0.5 |
419 | 2024-10-18T22:11:08.773Z | Downloaded fallible-iterator v0.3.0 |
420 | 2024-10-18T22:11:08.775Z | Downloaded rustls-pki-types v1.9.0 |
421 | 2024-10-18T22:11:08.778Z | Downloaded time-macros v0.2.18 |
422 | 2024-10-18T22:11:08.781Z | Downloaded hyper v1.4.1 |
423 | 2024-10-18T22:11:08.786Z | Downloaded hashbrown v0.15.0 |
424 | 2024-10-18T22:11:08.792Z | Downloaded is_ci v1.2.0 |
425 | 2024-10-18T22:11:08.794Z | Downloaded pin-utils v0.1.0 |
426 | 2024-10-18T22:11:08.797Z | Downloaded phf_generator v0.11.2 |
427 | 2024-10-18T22:11:08.797Z | Downloaded rustls-native-certs v0.7.3 |
428 | 2024-10-18T22:11:08.799Z | Downloaded aes-gcm v0.10.3 |
429 | 2024-10-18T22:11:08.802Z | Downloaded slog-json v2.6.1 |
430 | 2024-10-18T22:11:08.805Z | Downloaded macaddr v1.0.1 |
431 | 2024-10-18T22:11:08.807Z | Downloaded matches v0.1.10 |
432 | 2024-10-18T22:11:08.807Z | Downloaded phf_codegen v0.11.2 |
433 | 2024-10-18T22:11:08.810Z | Downloaded oorandom v11.1.4 |
434 | 2024-10-18T22:11:08.810Z | Downloaded num_cpus v1.16.0 |
435 | 2024-10-18T22:11:08.813Z | Downloaded progenitor-client v0.8.0 |
436 | 2024-10-18T22:11:08.816Z | Downloaded dyn-clone v1.0.17 |
437 | 2024-10-18T22:11:08.816Z | Downloaded event-listener v5.3.1 |
438 | 2024-10-18T22:11:08.819Z | Downloaded toml v0.7.8 |
439 | 2024-10-18T22:11:08.822Z | Downloaded take_mut v0.2.2 |
440 | 2024-10-18T22:11:08.824Z | Downloaded stringmetrics v2.2.2 |
441 | 2024-10-18T22:11:08.824Z | Downloaded stringprep v0.1.5 |
442 | 2024-10-18T22:11:08.827Z | Downloaded tiny-keccak v2.0.2 |
443 | 2024-10-18T22:11:08.830Z | Downloaded terminal_size v0.4.0 |
444 | 2024-10-18T22:11:08.832Z | Downloaded concurrent-queue v2.5.0 |
445 | 2024-10-18T22:11:08.833Z | Downloaded colored v2.1.0 |
446 | 2024-10-18T22:11:08.835Z | Downloaded colorchoice v1.0.2 |
447 | 2024-10-18T22:11:08.838Z | Downloaded string_cache v0.8.7 |
448 | 2024-10-18T22:11:08.838Z | Downloaded progenitor-impl v0.8.0 |
449 | 2024-10-18T22:11:08.841Z | Downloaded ucd-trie v0.1.7 |
450 | 2024-10-18T22:11:08.843Z | Downloaded indexmap v2.6.0 |
451 | 2024-10-18T22:11:08.846Z | Downloaded test-strategy v0.3.1 |
452 | 2024-10-18T22:11:08.849Z | Downloaded plotters-svg v0.3.7 |
453 | 2024-10-18T22:11:08.852Z | Downloaded unicase v2.7.0 |
454 | 2024-10-18T22:11:08.855Z | Downloaded slog-bunyan v2.5.0 |
455 | 2024-10-18T22:11:08.855Z | Downloaded ipnetwork v0.20.0 |
456 | 2024-10-18T22:11:08.858Z | Downloaded cobs v0.2.3 |
457 | 2024-10-18T22:11:08.858Z | Downloaded zerocopy v0.7.35 |
458 | 2024-10-18T22:11:08.873Z | Downloaded progenitor-macro v0.8.0 |
459 | 2024-10-18T22:11:08.877Z | Downloaded sync_wrapper v0.1.2 |
460 | 2024-10-18T22:11:08.877Z | Downloaded md5 v0.7.0 |
461 | 2024-10-18T22:11:08.880Z | Downloaded diesel_table_macro_syntax v0.2.0 |
462 | 2024-10-18T22:11:08.880Z | Downloaded psl-types v2.0.11 |
463 | 2024-10-18T22:11:08.880Z | Downloaded is-terminal v0.4.13 |
464 | 2024-10-18T22:11:08.883Z | Downloaded r2d2 v0.8.10 |
465 | 2024-10-18T22:11:08.883Z | Downloaded fallible-iterator v0.2.0 |
466 | 2024-10-18T22:11:08.885Z | Downloaded chrono v0.4.38 |
467 | 2024-10-18T22:11:08.891Z | Downloaded async-std v1.13.0 |
468 | 2024-10-18T22:11:08.910Z | Downloaded zone_cfg_derive v0.1.2 |
469 | 2024-10-18T22:11:08.913Z | Downloaded mockall v0.13.0 |
470 | 2024-10-18T22:11:08.915Z | Downloaded display-error-chain v0.2.1 |
471 | 2024-10-18T22:11:08.915Z | Downloaded debug-ignore v1.0.5 |
472 | 2024-10-18T22:11:08.918Z | Downloaded data-encoding v2.6.0 |
473 | 2024-10-18T22:11:08.918Z | Downloaded rustc-demangle v0.1.24 |
474 | 2024-10-18T22:11:08.921Z | Downloaded darling_core v0.20.10 |
475 | 2024-10-18T22:11:08.925Z | Downloaded clap_derive v4.5.18 |
476 | 2024-10-18T22:11:08.927Z | Downloaded sqlparser v0.45.0 |
477 | 2024-10-18T22:11:08.932Z | Downloaded crypto-bigint v0.5.5 |
478 | 2024-10-18T22:11:08.939Z | Downloaded pretty-hex v0.4.1 |
479 | 2024-10-18T22:11:08.941Z | Downloaded strsim v0.11.1 |
480 | 2024-10-18T22:11:08.944Z | Downloaded semver v0.1.20 |
481 | 2024-10-18T22:11:08.944Z | Downloaded rand_xorshift v0.3.0 |
482 | 2024-10-18T22:11:08.947Z | Downloaded rand_chacha v0.3.1 |
483 | 2024-10-18T22:11:08.947Z | Downloaded secrecy v0.8.0 |
484 | 2024-10-18T22:11:08.947Z | Downloaded cookie v0.18.1 |
485 | 2024-10-18T22:11:08.950Z | Downloaded tinyvec v1.8.0 |
486 | 2024-10-18T22:11:08.953Z | Downloaded itertools v0.10.5 |
487 | 2024-10-18T22:11:08.960Z | Downloaded instant v0.1.13 |
488 | 2024-10-18T22:11:08.963Z | Downloaded parse-size v1.0.0 |
489 | 2024-10-18T22:11:08.965Z | Downloaded toml_edit v0.19.15 |
490 | 2024-10-18T22:11:08.980Z | Downloaded inout v0.1.3 |
491 | 2024-10-18T22:11:08.982Z | Downloaded maplit v1.0.2 |
492 | 2024-10-18T22:11:08.982Z | Downloaded twox-hash v1.6.3 |
493 | 2024-10-18T22:11:08.985Z | Downloaded libtest-mimic v0.7.3 |
494 | 2024-10-18T22:11:08.988Z | Downloaded serde_json v1.0.128 |
495 | 2024-10-18T22:11:08.994Z | Downloaded slog-async v2.8.0 |
496 | 2024-10-18T22:11:08.997Z | Downloaded tokio-native-tls v0.3.1 |
497 | 2024-10-18T22:11:08.999Z | Downloaded slog-scope v4.4.0 |
498 | 2024-10-18T22:11:08.999Z | Downloaded slog-dtrace v0.3.0 |
499 | 2024-10-18T22:11:09.002Z | Downloaded rand_seeder v0.3.0 |
500 | 2024-10-18T22:11:09.002Z | Downloaded internet-checksum v0.2.1 |
501 | 2024-10-18T22:11:09.005Z | Downloaded semver v1.0.23 |
502 | 2024-10-18T22:11:09.005Z | Downloaded kv-log-macro v1.0.7 |
503 | 2024-10-18T22:11:09.008Z | Downloaded ed25519 v2.2.3 |
504 | 2024-10-18T22:11:09.011Z | Downloaded num-conv v0.1.0 |
505 | 2024-10-18T22:11:09.011Z | Downloaded darling_macro v0.20.10 |
506 | 2024-10-18T22:11:09.011Z | Downloaded crc32fast v1.4.2 |
507 | 2024-10-18T22:11:09.014Z | Downloaded sct v0.7.1 |
508 | 2024-10-18T22:11:09.017Z | Downloaded untrusted v0.7.1 |
509 | 2024-10-18T22:11:09.020Z | Downloaded zone v0.3.0 |
510 | 2024-10-18T22:11:09.020Z | Downloaded hyper v0.14.30 |
511 | 2024-10-18T22:11:09.027Z | Downloaded tinyvec_macros v0.1.1 |
512 | 2024-10-18T22:11:09.030Z | Downloaded pathdiff v0.2.2 |
513 | 2024-10-18T22:11:09.030Z | Downloaded mockall_derive v0.13.0 |
514 | 2024-10-18T22:11:09.033Z | Downloaded resolv-conf v0.7.0 |
515 | 2024-10-18T22:11:09.033Z | Downloaded which v4.4.2 |
516 | 2024-10-18T22:11:09.037Z | Downloaded newline-converter v0.3.0 |
517 | 2024-10-18T22:11:09.038Z | Downloaded new_debug_unreachable v1.0.6 |
518 | 2024-10-18T22:11:09.038Z | Downloaded nom v7.1.3 |
519 | 2024-10-18T22:11:09.042Z | Downloaded unicode-bidi v0.3.17 |
520 | 2024-10-18T22:11:09.045Z | Downloaded signal-hook-mio v0.2.4 |
521 | 2024-10-18T22:11:09.047Z | Downloaded serde-big-array v0.5.1 |
522 | 2024-10-18T22:11:09.050Z | Downloaded defmt-parser v0.3.4 |
523 | 2024-10-18T22:11:09.050Z | Downloaded tokio-rustls v0.26.0 |
524 | 2024-10-18T22:11:09.053Z | Downloaded rustyline v14.0.0 |
525 | 2024-10-18T22:11:09.056Z | Downloaded parse-display v0.10.0 |
526 | 2024-10-18T22:11:09.059Z | Downloaded derive_builder_core v0.20.2 |
527 | 2024-10-18T22:11:09.062Z | Downloaded typenum v1.17.0 |
528 | 2024-10-18T22:11:09.064Z | Downloaded des v0.8.1 |
529 | 2024-10-18T22:11:09.064Z | Downloaded version_check v0.9.5 |
530 | 2024-10-18T22:11:09.068Z | Downloaded derive_builder v0.20.2 |
531 | 2024-10-18T22:11:09.070Z | Downloaded miniz_oxide v0.8.0 |
532 | 2024-10-18T22:11:09.073Z | Downloaded strum v0.26.3 |
533 | 2024-10-18T22:11:09.075Z | Downloaded parking v2.2.1 |
534 | 2024-10-18T22:11:09.075Z | Downloaded path-slash v0.1.5 |
535 | 2024-10-18T22:11:09.078Z | Downloaded tokio-macros v2.4.0 |
536 | 2024-10-18T22:11:09.078Z | Downloaded slog-stdlog v4.1.1 |
537 | 2024-10-18T22:11:09.080Z | Downloaded defmt-macros v0.3.9 |
538 | 2024-10-18T22:11:09.083Z | Downloaded defmt v0.3.8 |
539 | 2024-10-18T22:11:09.086Z | Downloaded crossbeam-deque v0.8.5 |
540 | 2024-10-18T22:11:09.089Z | Downloaded tabwriter v1.4.0 |
541 | 2024-10-18T22:11:09.089Z | Downloaded walkdir v2.5.0 |
542 | 2024-10-18T22:11:09.092Z | Downloaded snafu v0.8.5 |
543 | 2024-10-18T22:11:09.096Z | Downloaded event-listener-strategy v0.5.2 |
544 | 2024-10-18T22:11:09.099Z | Downloaded keccak v0.1.5 |
545 | 2024-10-18T22:11:09.099Z | Downloaded utf8parse v0.2.2 |
546 | 2024-10-18T22:11:09.102Z | Downloaded same-file v1.0.6 |
547 | 2024-10-18T22:11:09.102Z | Downloaded proc-macro2 v1.0.87 |
548 | 2024-10-18T22:11:09.106Z | Downloaded pest v2.7.14 |
549 | 2024-10-18T22:11:09.109Z | Downloaded jobserver v0.1.32 |
550 | 2024-10-18T22:11:09.111Z | Downloaded strip-ansi-escapes v0.2.0 |
551 | 2024-10-18T22:11:09.114Z | Downloaded parking_lot_core v0.8.6 |
552 | 2024-10-18T22:11:09.114Z | Downloaded num-integer v0.1.46 |
553 | 2024-10-18T22:11:09.117Z | Downloaded libloading v0.8.5 |
554 | 2024-10-18T22:11:09.120Z | Downloaded indent_write v2.2.0 |
555 | 2024-10-18T22:11:09.120Z | Downloaded once_cell v1.20.2 |
556 | 2024-10-18T22:11:09.122Z | Downloaded vsss-rs v3.3.4 |
557 | 2024-10-18T22:11:09.125Z | Downloaded socket2 v0.5.7 |
558 | 2024-10-18T22:11:09.127Z | Downloaded derive_builder_macro v0.20.2 |
559 | 2024-10-18T22:11:09.130Z | Downloaded derive-where v1.2.7 |
560 | 2024-10-18T22:11:09.133Z | Downloaded publicsuffix v2.2.3 |
561 | 2024-10-18T22:11:09.136Z | Downloaded instability v0.3.2 |
562 | 2024-10-18T22:11:09.136Z | Downloaded embedded-io v0.4.0 |
563 | 2024-10-18T22:11:09.140Z | Downloaded usdt-impl v0.5.0 |
564 | 2024-10-18T22:11:09.140Z | Downloaded poly1305 v0.8.0 |
565 | 2024-10-18T22:11:09.143Z | Downloaded path-tree v0.8.1 |
566 | 2024-10-18T22:11:09.143Z | Downloaded tempfile v3.13.0 |
567 | 2024-10-18T22:11:09.145Z | Downloaded usdt v0.5.0 |
568 | 2024-10-18T22:11:09.149Z | Downloaded time v0.3.36 |
569 | 2024-10-18T22:11:09.153Z | Downloaded zone v0.1.8 |
570 | 2024-10-18T22:11:09.156Z | Downloaded untrusted v0.9.0 |
571 | 2024-10-18T22:11:09.156Z | Downloaded quinn-udp v0.5.5 |
572 | 2024-10-18T22:11:09.159Z | Downloaded papergrid v0.11.0 |
573 | 2024-10-18T22:11:09.162Z | Downloaded derive_more v0.99.18 |
574 | 2024-10-18T22:11:09.166Z | Downloaded signal-hook-tokio v0.3.1 |
575 | 2024-10-18T22:11:09.169Z | Downloaded either v1.13.0 |
576 | 2024-10-18T22:11:09.172Z | Downloaded structmeta v0.2.0 |
577 | 2024-10-18T22:11:09.172Z | Downloaded clap_builder v4.5.20 |
578 | 2024-10-18T22:11:09.177Z | Downloaded signal-hook-registry v1.4.2 |
579 | 2024-10-18T22:11:09.180Z | Downloaded mio v1.0.2 |
580 | 2024-10-18T22:11:09.184Z | Downloaded openssl v0.10.66 |
581 | 2024-10-18T22:11:09.193Z | Downloaded structmeta-derive v0.3.0 |
582 | 2024-10-18T22:11:09.196Z | Downloaded password-hash v0.5.0 |
583 | 2024-10-18T22:11:09.198Z | Downloaded parking_lot_core v0.9.10 |
584 | 2024-10-18T22:11:09.198Z | Downloaded x509-cert v0.2.5 |
585 | 2024-10-18T22:11:09.204Z | Downloaded term v0.7.0 |
586 | 2024-10-18T22:11:09.207Z | Downloaded reqwest v0.11.27 |
587 | 2024-10-18T22:11:09.215Z | Downloaded polyval v0.6.2 |
588 | 2024-10-18T22:11:09.217Z | Downloaded samael v0.0.17 |
589 | 2024-10-18T22:11:09.222Z | Downloaded omicron-zone-package v0.11.1 |
590 | 2024-10-18T22:11:09.225Z | Downloaded tabled v0.15.0 |
591 | 2024-10-18T22:11:09.240Z | Downloaded vcpkg v0.2.15 |
592 | 2024-10-18T22:11:09.279Z | Downloaded slog v2.7.0 |
593 | 2024-10-18T22:11:09.282Z | Downloaded serde v1.0.210 |
594 | 2024-10-18T22:11:09.285Z | Downloaded minimal-lexical v0.2.1 |
595 | 2024-10-18T22:11:09.290Z | Downloaded url v2.5.2 |
596 | 2024-10-18T22:11:09.293Z | Downloaded polling v3.7.3 |
597 | 2024-10-18T22:11:09.297Z | Downloaded syn v1.0.109 |
598 | 2024-10-18T22:11:09.307Z | Downloaded unicode-normalization v0.1.24 |
599 | 2024-10-18T22:11:09.310Z | Downloaded steno v0.4.1 |
600 | 2024-10-18T22:11:09.314Z | Downloaded hickory-proto v0.24.1 |
601 | 2024-10-18T22:11:09.330Z | Downloaded winnow v0.6.20 |
602 | 2024-10-18T22:11:09.338Z | Downloaded indexmap v1.9.3 |
603 | 2024-10-18T22:11:09.341Z | Downloaded radix_trie v0.2.1 |
604 | 2024-10-18T22:11:09.347Z | Downloaded bstr v1.10.0 |
605 | 2024-10-18T22:11:09.357Z | Downloaded tracing v0.1.40 |
606 | 2024-10-18T22:11:09.361Z | Downloaded libxml v0.3.3 |
607 | 2024-10-18T22:11:09.367Z | Downloaded rustls-webpki v0.101.7 |
608 | 2024-10-18T22:11:09.382Z | Downloaded ed25519-dalek v2.1.1 |
609 | 2024-10-18T22:11:09.385Z | Downloaded winnow v0.5.40 |
610 | 2024-10-18T22:11:09.393Z | Downloaded quick-xml v0.33.0 |
611 | 2024-10-18T22:11:09.399Z | Downloaded rustls-webpki v0.102.8 |
612 | 2024-10-18T22:11:09.418Z | Downloaded quinn-proto v0.11.8 |
613 | 2024-10-18T22:11:09.424Z | Downloaded criterion v0.5.1 |
614 | 2024-10-18T22:11:09.431Z | Downloaded salty v0.3.0 |
615 | 2024-10-18T22:11:09.437Z | Downloaded ssh-key v0.6.6 |
616 | 2024-10-18T22:11:09.444Z | Downloaded polar-core v0.27.3 |
617 | 2024-10-18T22:11:09.453Z | Downloaded dropshot v0.12.0 |
618 | 2024-10-18T22:11:09.473Z | Downloaded reqwest v0.12.8 |
619 | 2024-10-18T22:11:09.482Z | Downloaded portable-atomic v1.9.0 |
620 | 2024-10-18T22:11:09.488Z | Downloaded object v0.30.4 |
621 | 2024-10-18T22:11:09.498Z | Downloaded idna v0.2.3 |
622 | 2024-10-18T22:11:09.504Z | Downloaded nix v0.27.1 |
623 | 2024-10-18T22:11:09.515Z | Downloaded nix v0.28.0 |
624 | 2024-10-18T22:11:09.526Z | Downloaded regex-syntax v0.6.29 |
625 | 2024-10-18T22:11:09.532Z | Downloaded syn v2.0.79 |
626 | 2024-10-18T22:11:09.543Z | Downloaded lalrpop v0.19.12 |
627 | 2024-10-18T22:11:09.554Z | Downloaded idna v0.4.0 |
628 | 2024-10-18T22:11:09.561Z | Downloaded idna v0.5.0 |
629 | 2024-10-18T22:11:09.567Z | Downloaded regress v0.10.1 |
630 | 2024-10-18T22:11:09.575Z | Downloaded object v0.36.5 |
631 | 2024-10-18T22:11:09.586Z | Downloaded p384 v0.13.0 |
632 | 2024-10-18T22:11:09.592Z | Downloaded smoltcp v0.9.1 |
633 | 2024-10-18T22:11:09.603Z | Downloaded rustls v0.23.14 |
634 | 2024-10-18T22:11:09.615Z | Downloaded diesel v2.2.4 |
635 | 2024-10-18T22:11:09.633Z | Downloaded sled v0.34.7 |
636 | 2024-10-18T22:11:09.644Z | Downloaded nix v0.29.0 |
637 | 2024-10-18T22:11:09.657Z | Downloaded smoltcp v0.11.0 |
638 | 2024-10-18T22:11:09.667Z | Downloaded regress v0.9.1 |
639 | 2024-10-18T22:11:09.676Z | Downloaded petgraph v0.6.5 |
640 | 2024-10-18T22:11:09.693Z | Downloaded regex-syntax v0.8.5 |
641 | 2024-10-18T22:11:09.700Z | Downloaded typify-impl v0.2.0 |
642 | 2024-10-18T22:11:09.714Z | Downloaded rustls v0.22.4 |
643 | 2024-10-18T22:11:09.728Z | Downloaded zerocopy-derive v0.6.6 |
644 | 2024-10-18T22:11:09.737Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
645 | 2024-10-18T22:11:09.749Z | Downloaded tokio v1.40.0 |
646 | 2024-10-18T22:11:09.788Z | Downloaded unicode-width v0.1.14 |
647 | 2024-10-18T22:11:09.793Z | Downloaded ratatui v0.28.1 |
648 | 2024-10-18T22:11:09.813Z | Downloaded lzma-sys v0.1.20 |
649 | 2024-10-18T22:11:09.844Z | Downloaded sha3 v0.10.8 |
650 | 2024-10-18T22:11:09.848Z | Downloaded csv v1.3.0 |
651 | 2024-10-18T22:11:09.869Z | Downloaded rustix v0.38.37 |
652 | 2024-10-18T22:11:09.892Z | Downloaded regex-automata v0.4.8 |
653 | 2024-10-18T22:11:09.909Z | Downloaded httpmock v0.8.0-alpha.1 |
654 | 2024-10-18T22:11:09.928Z | Downloaded libz-sys v1.1.20 |
655 | 2024-10-18T22:11:09.949Z | Downloaded libc v0.2.159 |
656 | 2024-10-18T22:11:09.977Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
657 | 2024-10-18T22:11:10.036Z | Downloaded chrono-tz v0.10.0 |
658 | 2024-10-18T22:11:10.043Z | Downloaded rustls v0.21.12 |
659 | 2024-10-18T22:11:10.054Z | Downloaded curve25519-dalek v4.1.3 |
660 | 2024-10-18T22:11:10.063Z | Downloaded proptest v1.5.0 |
661 | 2024-10-18T22:11:10.072Z | Downloaded idna v0.3.0 |
662 | 2024-10-18T22:11:10.079Z | Downloaded webpki-roots v0.26.6 |
663 | 2024-10-18T22:11:10.085Z | Downloaded trust-dns-proto v0.22.0 |
664 | 2024-10-18T22:11:10.094Z | Downloaded openapiv3 v2.0.0 |
665 | 2024-10-18T22:11:10.106Z | Downloaded regex v1.11.0 |
666 | 2024-10-18T22:11:10.119Z | Downloaded encoding_rs v0.8.34 |
667 | 2024-10-18T22:11:10.141Z | Downloaded libm v0.2.8 |
668 | 2024-10-18T22:11:10.148Z | Downloaded typed-path v0.7.1 |
669 | 2024-10-18T22:11:10.154Z | Downloaded zip v0.6.6 |
670 | 2024-10-18T22:11:10.159Z | Downloaded signal-hook v0.3.17 |
671 | 2024-10-18T22:11:10.162Z | Downloaded tungstenite v0.23.0 |
672 | 2024-10-18T22:11:10.165Z | Downloaded trybuild v1.0.100 |
673 | 2024-10-18T22:11:10.169Z | Downloaded unicode-segmentation v1.12.0 |
674 | 2024-10-18T22:11:10.172Z | Downloaded quote v1.0.37 |
675 | 2024-10-18T22:11:10.174Z | Downloaded maybe-uninit v2.0.0 |
676 | 2024-10-18T22:11:10.177Z | Downloaded bitvec v1.0.1 |
677 | 2024-10-18T22:11:10.190Z | Downloaded diesel_derives v2.2.3 |
678 | 2024-10-18T22:11:10.194Z | Downloaded expectorate v1.1.0 |
679 | 2024-10-18T22:11:10.197Z | Downloaded serde_with v3.11.0 |
680 | 2024-10-18T22:11:10.204Z | Downloaded waitgroup v0.1.2 |
681 | 2024-10-18T22:11:10.207Z | Downloaded criterion-plot v0.5.0 |
682 | 2024-10-18T22:11:10.207Z | Downloaded rustls-pemfile v1.0.4 |
683 | 2024-10-18T22:11:10.209Z | Downloaded num-iter v0.1.45 |
684 | 2024-10-18T22:11:10.209Z | Downloaded num-derive v0.4.2 |
685 | 2024-10-18T22:11:10.212Z | Downloaded git2 v0.19.0 |
686 | 2024-10-18T22:11:10.219Z | Downloaded unicode_categories v0.1.1 |
687 | 2024-10-18T22:11:10.222Z | Downloaded tokio-stream v0.1.16 |
688 | 2024-10-18T22:11:10.225Z | Downloaded p521 v0.13.3 |
689 | 2024-10-18T22:11:10.229Z | Downloaded cookie_store v0.21.0 |
690 | 2024-10-18T22:11:10.232Z | Downloaded num-traits v0.2.19 |
691 | 2024-10-18T22:11:10.234Z | Downloaded russh-keys v0.45.0 |
692 | 2024-10-18T22:11:10.237Z | Downloaded compact_str v0.8.0 |
693 | 2024-10-18T22:11:10.240Z | Downloaded tough v0.17.1 |
694 | 2024-10-18T22:11:10.249Z | Downloaded toml_edit v0.22.22 |
695 | 2024-10-18T22:11:10.270Z | Downloaded memchr v2.7.4 |
696 | 2024-10-18T22:11:10.275Z | Downloaded aho-corasick v1.1.3 |
697 | 2024-10-18T22:11:10.281Z | Downloaded tabled_derive v0.7.0 |
698 | 2024-10-18T22:11:10.284Z | Downloaded tokio-rustls v0.25.0 |
699 | 2024-10-18T22:11:10.284Z | Downloaded tokio-rustls v0.24.1 |
700 | 2024-10-18T22:11:10.287Z | Downloaded snafu-derive v0.8.5 |
701 | 2024-10-18T22:11:10.292Z | Downloaded num-bigint-dig v0.8.4 |
702 | 2024-10-18T22:11:10.292Z | Downloaded typify v0.2.0 |
703 | 2024-10-18T22:11:10.295Z | Downloaded sec1 v0.7.3 |
704 | 2024-10-18T22:11:10.298Z | Downloaded num-rational v0.4.2 |
705 | 2024-10-18T22:11:10.298Z | Downloaded num-complex v0.4.6 |
706 | 2024-10-18T22:11:10.300Z | Downloaded gimli v0.31.1 |
707 | 2024-10-18T22:11:10.308Z | Downloaded md-5 v0.10.6 |
708 | 2024-10-18T22:11:10.311Z | Downloaded dirs-sys-next v0.1.2 |
709 | 2024-10-18T22:11:10.311Z | Downloaded dirs-next v2.0.0 |
710 | 2024-10-18T22:11:10.311Z | Downloaded crossbeam-channel v0.5.13 |
711 | 2024-10-18T22:11:10.315Z | Downloaded plotters-backend v0.3.7 |
712 | 2024-10-18T22:11:10.317Z | Downloaded whoami v1.5.2 |
713 | 2024-10-18T22:11:10.320Z | Downloaded h2 v0.3.26 |
714 | 2024-10-18T22:11:10.324Z | Downloaded rust-argon2 v2.1.0 |
715 | 2024-10-18T22:11:10.327Z | Downloaded pin-project-lite v0.2.14 |
716 | 2024-10-18T22:11:10.331Z | Downloaded p256 v0.13.2 |
717 | 2024-10-18T22:11:10.334Z | Downloaded crossbeam-epoch v0.9.18 |
718 | 2024-10-18T22:11:10.336Z | Downloaded similar v2.6.0 |
719 | 2024-10-18T22:11:10.341Z | Downloaded quinn v0.11.5 |
720 | 2024-10-18T22:11:10.344Z | Downloaded num-bigint v0.4.6 |
721 | 2024-10-18T22:11:10.349Z | Downloaded itertools v0.13.0 |
722 | 2024-10-18T22:11:10.357Z | Downloaded itertools v0.12.1 |
723 | 2024-10-18T22:11:10.364Z | Downloaded typify-macro v0.2.0 |
724 | 2024-10-18T22:11:10.367Z | Downloaded progenitor v0.8.0 |
725 | 2024-10-18T22:11:10.367Z | Downloaded console v0.15.8 |
726 | 2024-10-18T22:11:10.370Z | Downloaded tinytemplate v1.2.1 |
727 | 2024-10-18T22:11:10.372Z | Downloaded pem-rfc7468 v0.7.0 |
728 | 2024-10-18T22:11:10.372Z | Downloaded schemars v0.8.21 |
729 | 2024-10-18T22:11:10.383Z | Downloaded scheduled-thread-pool v0.2.7 |
730 | 2024-10-18T22:11:10.386Z | Downloaded rayon v1.10.0 |
731 | 2024-10-18T22:11:10.394Z | Downloaded bindgen v0.69.5 |
732 | 2024-10-18T22:11:10.401Z | Downloaded parse-zoneinfo v0.3.1 |
733 | 2024-10-18T22:11:10.404Z | Downloaded pin-project-internal v1.1.6 |
734 | 2024-10-18T22:11:10.408Z | Downloaded rand_distr v0.4.3 |
735 | 2024-10-18T22:11:10.408Z | Downloaded unicode-linebreak v0.1.5 |
736 | 2024-10-18T22:11:10.413Z | Downloaded russh v0.45.0 |
737 | 2024-10-18T22:11:10.416Z | Downloaded termcolor v1.4.1 |
738 | 2024-10-18T22:11:10.416Z | Downloaded slog-envlogger v2.2.0 |
739 | 2024-10-18T22:11:10.418Z | Downloaded crossbeam-utils v0.8.20 |
740 | 2024-10-18T22:11:10.421Z | Downloaded spin v0.5.2 |
741 | 2024-10-18T22:11:10.424Z | Downloaded crossterm v0.28.1 |
742 | 2024-10-18T22:11:10.428Z | Downloaded downcast v0.11.0 |
743 | 2024-10-18T22:11:10.431Z | Downloaded nodrop v0.1.14 |
744 | 2024-10-18T22:11:10.431Z | Downloaded lru-cache v0.1.2 |
745 | 2024-10-18T22:11:10.431Z | Downloaded cpufeatures v0.2.14 |
746 | 2024-10-18T22:11:10.433Z | Downloaded zeroize_derive v1.4.2 |
747 | 2024-10-18T22:11:10.433Z | Downloaded reedline v0.35.0 |
748 | 2024-10-18T22:11:10.440Z | Downloaded csv-core v0.1.11 |
749 | 2024-10-18T22:11:10.443Z | Downloaded postgres-types v0.2.8 |
750 | 2024-10-18T22:11:10.445Z | Downloaded pkcs5 v0.7.1 |
751 | 2024-10-18T22:11:10.448Z | Downloaded indicatif v0.17.8 |
752 | 2024-10-18T22:11:10.451Z | Downloaded termios v0.3.3 |
753 | 2024-10-18T22:11:10.454Z | Downloaded ssh-encoding v0.2.0 |
754 | 2024-10-18T22:11:10.457Z | Downloaded ssh-cipher v0.2.0 |
755 | 2024-10-18T22:11:10.457Z | Downloaded signature v2.2.0 |
756 | 2024-10-18T22:11:10.457Z | Downloaded rusqlite v0.32.1 |
757 | 2024-10-18T22:11:10.463Z | Downloaded peg-macros v0.8.4 |
758 | 2024-10-18T22:11:10.467Z | Downloaded blake3 v1.5.4 |
759 | 2024-10-18T22:11:10.472Z | Downloaded openssl-sys v0.9.103 |
760 | 2024-10-18T22:11:10.478Z | Downloaded rustls-pemfile v2.2.0 |
761 | 2024-10-18T22:11:10.480Z | Downloaded tokio-util v0.7.12 |
762 | 2024-10-18T22:11:10.486Z | Downloaded utf-8 v0.7.6 |
763 | 2024-10-18T22:11:10.489Z | Downloaded password-hash v0.4.2 |
764 | 2024-10-18T22:11:10.489Z | Downloaded oso v0.27.3 |
765 | 2024-10-18T22:11:10.492Z | Downloaded dhcproto v0.12.0 |
766 | 2024-10-18T22:11:10.495Z | Downloaded crc-any v2.5.0 |
767 | 2024-10-18T22:11:10.497Z | Downloaded zerocopy-derive v0.7.35 |
768 | 2024-10-18T22:11:10.502Z | Downloaded unicode-properties v0.1.3 |
769 | 2024-10-18T22:11:10.504Z | Downloaded lazy_static v1.5.0 |
770 | 2024-10-18T22:11:10.507Z | Downloaded slog-term v2.9.1 |
771 | 2024-10-18T22:11:10.507Z | Downloaded h2 v0.4.6 |
772 | 2024-10-18T22:11:10.514Z | Downloaded goblin v0.8.2 |
773 | 2024-10-18T22:11:10.520Z | Downloaded toml_datetime v0.6.8 |
774 | 2024-10-18T22:11:10.523Z | Downloaded static_assertions v1.1.0 |
775 | 2024-10-18T22:11:10.523Z | Downloaded stable_deref_trait v1.2.0 |
776 | 2024-10-18T22:11:10.525Z | Downloaded rustversion v1.0.17 |
777 | 2024-10-18T22:11:10.527Z | Downloaded env_logger v0.10.2 |
778 | 2024-10-18T22:11:10.531Z | Downloaded const-oid v0.9.6 |
779 | 2024-10-18T22:11:10.531Z | Downloaded vte v0.11.1 |
780 | 2024-10-18T22:11:10.533Z | Downloaded const_format v0.2.33 |
781 | 2024-10-18T22:11:10.536Z | Downloaded yansi v1.0.1 |
782 | 2024-10-18T22:11:10.539Z | Downloaded flate2 v1.0.34 |
783 | 2024-10-18T22:11:10.544Z | Downloaded openssl-probe v0.1.5 |
784 | 2024-10-18T22:11:10.546Z | Downloaded toml v0.8.19 |
785 | 2024-10-18T22:11:10.549Z | Downloaded escape8259 v0.5.3 |
786 | 2024-10-18T22:11:10.549Z | Downloaded chacha20poly1305 v0.10.1 |
787 | 2024-10-18T22:11:10.552Z | Downloaded backtrace v0.3.74 |
788 | 2024-10-18T22:11:10.555Z | Downloaded zeroize v1.8.1 |
789 | 2024-10-18T22:11:10.557Z | Downloaded xz2 v0.1.7 |
790 | 2024-10-18T22:11:10.557Z | Downloaded xattr v1.3.1 |
791 | 2024-10-18T22:11:10.561Z | Downloaded tracing-core v0.1.32 |
792 | 2024-10-18T22:11:10.563Z | Downloaded http v1.1.0 |
793 | 2024-10-18T22:11:10.566Z | Downloaded libsw v3.3.1 |
794 | 2024-10-18T22:11:10.568Z | Downloaded bytes v1.7.2 |
795 | 2024-10-18T22:11:10.571Z | Downloaded uuid v1.10.0 |
796 | 2024-10-18T22:11:10.574Z | Downloaded serde_urlencoded v0.7.1 |
797 | 2024-10-18T22:11:10.576Z | Downloaded serde_tokenstream v0.2.2 |
798 | 2024-10-18T22:11:10.579Z | Downloaded serde_spanned v0.6.8 |
799 | 2024-10-18T22:11:10.579Z | Downloaded serde_repr v0.1.19 |
800 | 2024-10-18T22:11:10.582Z | Downloaded serde_regex v1.1.0 |
801 | 2024-10-18T22:11:10.582Z | Downloaded scopeguard v1.2.0 |
802 | 2024-10-18T22:11:10.582Z | Downloaded rstest v0.23.0 |
803 | 2024-10-18T22:11:10.586Z | Downloaded ron v0.7.1 |
804 | 2024-10-18T22:11:10.591Z | Downloaded thiserror-no-std v2.0.2 |
805 | 2024-10-18T22:11:10.595Z | Downloaded sha1 v0.10.6 |
806 | 2024-10-18T22:11:10.601Z | Downloaded scrypt v0.11.0 |
807 | 2024-10-18T22:11:10.601Z | Downloaded base64 v0.22.1 |
808 | 2024-10-18T22:11:10.605Z | Downloaded rustc-hash v1.1.0 |
809 | 2024-10-18T22:11:10.605Z | Downloaded native-tls v0.2.12 |
810 | 2024-10-18T22:11:10.605Z | Downloaded lock_api v0.4.12 |
811 | 2024-10-18T22:11:10.607Z | Downloaded env_logger v0.11.5 |
812 | 2024-10-18T22:11:10.610Z | Downloaded packed_struct_codegen v0.10.1 |
813 | 2024-10-18T22:11:10.610Z | Downloaded zerocopy v0.6.6 |
814 | 2024-10-18T22:11:10.612Z | Downloaded yasna v0.5.2 |
815 | 2024-10-18T22:11:10.615Z | Downloaded rayon-core v1.12.1 |
816 | 2024-10-18T22:11:10.617Z | Downloaded num_enum_derive v0.5.11 |
817 | 2024-10-18T22:11:10.620Z | Downloaded num_enum v0.5.11 |
818 | 2024-10-18T22:11:10.622Z | Downloaded multimap v0.10.0 |
819 | 2024-10-18T22:11:10.625Z | Downloaded der_derive v0.7.3 |
820 | 2024-10-18T22:11:10.625Z | Downloaded pin-project v1.1.6 |
821 | 2024-10-18T22:11:10.635Z | Downloaded guppy v0.17.8 |
822 | 2024-10-18T22:11:10.642Z | Downloaded cfg-expr v0.17.0 |
823 | 2024-10-18T22:11:10.644Z | Downloaded hyper-util v0.1.9 |
824 | 2024-10-18T22:11:10.648Z | Downloaded headers v0.4.0 |
825 | 2024-10-18T22:11:10.653Z | Downloaded aes v0.8.4 |
826 | 2024-10-18T22:11:10.657Z | Downloaded spin v0.9.8 |
827 | 2024-10-18T22:11:10.659Z | Downloaded heapless v0.8.0 |
828 | 2024-10-18T22:11:10.663Z | Downloaded ring v0.17.8 |
829 | 2024-10-18T22:11:10.734Z | Downloaded half v2.4.1 |
830 | 2024-10-18T22:11:10.737Z | Downloaded errno v0.3.9 |
831 | 2024-10-18T22:11:10.739Z | Downloaded dsl_auto_type v0.1.2 |
832 | 2024-10-18T22:11:10.739Z | Downloaded clap_lex v0.7.2 |
833 | 2024-10-18T22:11:10.742Z | Downloaded tokio-tungstenite v0.21.0 |
834 | 2024-10-18T22:11:10.742Z | Downloaded num_threads v0.1.7 |
835 | 2024-10-18T22:11:10.745Z | Downloaded nested v0.1.1 |
836 | 2024-10-18T22:11:10.745Z | Downloaded thread_local v1.1.8 |
837 | 2024-10-18T22:11:10.745Z | Downloaded strum_macros v0.25.3 |
838 | 2024-10-18T22:11:10.748Z | Downloaded slab v0.4.9 |
839 | 2024-10-18T22:11:10.748Z | Downloaded similar-asserts v1.6.0 |
840 | 2024-10-18T22:11:10.751Z | Downloaded constant_time_eq v0.3.1 |
841 | 2024-10-18T22:11:10.751Z | Downloaded uzers v0.11.3 |
842 | 2024-10-18T22:11:10.754Z | Downloaded hash32 v0.3.1 |
843 | 2024-10-18T22:11:10.754Z | Downloaded assert_cmd v2.0.16 |
844 | 2024-10-18T22:11:10.757Z | Downloaded hickory-client v0.24.1 |
845 | 2024-10-18T22:11:10.759Z | Downloaded threadpool v1.8.1 |
846 | 2024-10-18T22:11:10.761Z | Downloaded subtle v2.6.1 |
847 | 2024-10-18T22:11:10.762Z | Downloaded structmeta v0.3.0 |
848 | 2024-10-18T22:11:10.762Z | Downloaded sqlformat v0.2.6 |
849 | 2024-10-18T22:11:10.764Z | Downloaded siphasher v0.3.11 |
850 | 2024-10-18T22:11:10.764Z | Downloaded serde_plain v1.0.2 |
851 | 2024-10-18T22:11:10.767Z | Downloaded rtoolbox v0.0.2 |
852 | 2024-10-18T22:11:10.767Z | Downloaded proc-macro-crate v3.2.0 |
853 | 2024-10-18T22:11:10.769Z | Downloaded highway v1.2.0 |
854 | 2024-10-18T22:11:10.772Z | Downloaded cfg-if v1.0.0 |
855 | 2024-10-18T22:11:10.772Z | Downloaded async-task v4.7.1 |
856 | 2024-10-18T22:11:10.776Z | Downloaded parking_lot v0.12.3 |
857 | 2024-10-18T22:11:10.776Z | Downloaded ciborium-ll v0.2.2 |
858 | 2024-10-18T22:11:10.780Z | Downloaded cassowary v0.3.0 |
859 | 2024-10-18T22:11:10.780Z | Downloaded camino-tempfile v1.1.1 |
860 | 2024-10-18T22:11:10.780Z | Downloaded atomic-waker v1.1.2 |
861 | 2024-10-18T22:11:10.782Z | Downloaded ghash v0.5.1 |
862 | 2024-10-18T22:11:10.782Z | Downloaded hex v0.4.3 |
863 | 2024-10-18T22:11:10.785Z | Downloaded heck v0.3.3 |
864 | 2024-10-18T22:11:10.785Z | Downloaded gethostname v0.5.0 |
865 | 2024-10-18T22:11:10.785Z | Downloaded fragile v2.0.0 |
866 | 2024-10-18T22:11:10.788Z | Downloaded bit-vec v0.6.3 |
867 | 2024-10-18T22:11:10.788Z | Downloaded bit-set v0.5.3 |
868 | 2024-10-18T22:11:10.791Z | Downloaded futures-executor v0.3.31 |
869 | 2024-10-18T22:11:10.791Z | Downloaded cargo-platform v0.1.8 |
870 | 2024-10-18T22:11:10.791Z | Downloaded byteorder v1.5.0 |
871 | 2024-10-18T22:11:10.795Z | Downloaded swrite v0.1.0 |
872 | 2024-10-18T22:11:10.795Z | Downloaded hickory-server v0.24.1 |
873 | 2024-10-18T22:11:10.798Z | Downloaded async-channel v1.9.0 |
874 | 2024-10-18T22:11:10.801Z | Downloaded bb8 v0.8.5 |
875 | 2024-10-18T22:11:10.801Z | Downloaded predicates-tree v1.0.11 |
876 | 2024-10-18T22:11:10.804Z | Downloaded http-body-util v0.1.2 |
877 | 2024-10-18T22:11:10.804Z | Downloaded float-ord v0.3.2 |
878 | 2024-10-18T22:11:10.806Z | Downloaded foreign-types-macros v0.2.3 |
879 | 2024-10-18T22:11:10.806Z | Downloaded cfg_aliases v0.2.1 |
880 | 2024-10-18T22:11:10.806Z | Downloaded arc-swap v1.7.1 |
881 | 2024-10-18T22:11:10.809Z | Downloaded phf_shared v0.11.2 |
882 | 2024-10-18T22:11:10.813Z | Downloaded allocator-api2 v0.2.18 |
883 | 2024-10-18T22:11:10.813Z | Downloaded anyhow v1.0.89 |
884 | 2024-10-18T22:11:10.817Z | Downloaded anstream v0.6.15 |
885 | 2024-10-18T22:11:10.819Z | Downloaded camino v1.1.9 |
886 | 2024-10-18T22:11:10.822Z | Downloaded base64ct v1.6.0 |
887 | 2024-10-18T22:11:10.825Z | Downloaded ahash v0.8.11 |
888 | 2024-10-18T22:11:10.827Z | Downloaded cipher v0.4.4 |
889 | 2024-10-18T22:11:10.841Z | Downloaded cargo_metadata v0.18.1 |
890 | 2024-10-18T22:11:10.844Z | Downloaded ring v0.16.20 |
891 | 2024-10-18T22:11:10.925Z | Downloaded libsqlite3-sys v0.30.1 |
892 | 2024-10-18T22:11:11.003Z | Downloaded arrayvec v0.7.6 |
893 | 2024-10-18T22:11:11.007Z | Downloaded adler2 v2.0.0 |
894 | 2024-10-18T22:11:11.007Z | Downloaded float-cmp v0.9.0 |
895 | 2024-10-18T22:11:11.009Z | Downloaded chrono-tz-build v0.4.0 |
896 | 2024-10-18T22:11:11.010Z | Downloaded bcrypt-pbkdf v0.10.0 |
897 | 2024-10-18T22:11:11.010Z | Downloaded async-global-executor v2.4.1 |
898 | 2024-10-18T22:11:11.012Z | Downloaded array-init v0.0.4 |
899 | 2024-10-18T22:11:11.012Z | Downloaded cbc v0.1.2 |
900 | 2024-10-18T22:11:11.015Z | Downloaded block-padding v0.3.3 |
901 | 2024-10-18T22:11:11.015Z | Downloaded bitfield-struct v0.6.2 |
902 | 2024-10-18T22:11:11.015Z | Downloaded autocfg v1.4.0 |
903 | 2024-10-18T22:11:11.018Z | Downloaded futures-sink v0.3.31 |
904 | 2024-10-18T22:11:11.018Z | Downloaded foreign-types v0.5.0 |
905 | 2024-10-18T22:11:11.021Z | Downloaded fnv v1.0.7 |
906 | 2024-10-18T22:11:11.021Z | Downloaded ff v0.13.0 |
907 | 2024-10-18T22:11:11.021Z | Downloaded ciborium-io v0.2.2 |
908 | 2024-10-18T22:11:11.024Z | Downloaded bzip2 v0.4.4 |
909 | 2024-10-18T22:11:11.024Z | Downloaded blowfish v0.9.1 |
910 | 2024-10-18T22:11:11.024Z | Downloaded base16ct v0.2.0 |
911 | 2024-10-18T22:11:11.027Z | Downloaded futures-io v0.3.31 |
912 | 2024-10-18T22:11:11.027Z | Downloaded form_urlencoded v1.2.1 |
913 | 2024-10-18T22:11:11.027Z | Downloaded fixedbitset v0.4.2 |
914 | 2024-10-18T22:11:11.297Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
915 | 2024-10-18T22:11:48.570Z | Startup: Refreshing catalog 'helios-dev' ... Done |
916 | 2024-10-18T22:11:51.933Z | Startup: Caching catalogs ... Done |
917 | 2024-10-18T22:11:58.021Z | Planning: Solver setup ... Done (5.389s) |
918 | 2024-10-18T22:11:58.103Z | Planning: Running solver ... Done (0.082s) |
919 | 2024-10-18T22:11:58.215Z | Planning: Finding local manifests ... Done (0.040s) |
920 | 2024-10-18T22:11:58.242Z | Planning: Fetching manifests: 0/5 0% complete |
921 | 2024-10-18T22:11:59.359Z | Planning: Fetching manifests: 5/5 100% complete |
922 | 2024-10-18T22:11:59.676Z | Planning: Package planning ... Done (0.316s) |
923 | 2024-10-18T22:11:59.732Z | Planning: Merging actions ... Done (0.056s) |
924 | 2024-10-18T22:12:01.187Z | Planning: Checking for conflicting actions ... Done (1.455s) |
925 | 2024-10-18T22:12:09.035Z | Planning: Consolidating action changes ... Done (7.846s) |
926 | 2024-10-18T22:12:09.525Z | Planning: Evaluating mediators ... Done (0.490s) |
927 | 2024-10-18T22:12:09.609Z | Planning: Planning completed in 17.59 seconds |
928 | 2024-10-18T22:12:10.094Z | Packages to install: 4 |
929 | 2024-10-18T22:12:10.094Z | Packages to update: 1 |
930 | 2024-10-18T22:12:10.094Z | Mediators to change: 2 |
931 | 2024-10-18T22:12:10.097Z | Services to change: 1 |
932 | 2024-10-18T22:12:10.097Z | Estimated space available: 155.48 GB |
933 | 2024-10-18T22:12:10.097Z | Estimated space to be consumed: 1.58 GB |
934 | 2024-10-18T22:12:10.097Z | Create boot environment: No |
935 | 2024-10-18T22:12:10.097Z | Create backup boot environment: Yes |
936 | 2024-10-18T22:12:10.097Z | Rebuild boot archive: No |
937 | 2024-10-18T22:12:10.097Z | |
938 | 2024-10-18T22:12:10.097Z | Changed mediators: |
939 | 2024-10-18T22:12:10.097Z | mediator clang: |
940 | 2024-10-18T22:12:10.097Z | version: None -> 15 (system default) |
941 | 2024-10-18T22:12:10.097Z | |
942 | 2024-10-18T22:12:10.097Z | mediator llvm: |
943 | 2024-10-18T22:12:10.097Z | version: 14 (system default) -> 15 (system default) |
944 | 2024-10-18T22:12:10.097Z | |
945 | 2024-10-18T22:12:10.097Z | Changed packages: |
946 | 2024-10-18T22:12:10.097Z | helios-dev |
947 | 2024-10-18T22:12:10.097Z | developer/build-essential |
948 | 2024-10-18T22:12:10.097Z | None -> 11-2.0 |
949 | 2024-10-18T22:12:10.097Z | library/libxmlsec1 |
950 | 2024-10-18T22:12:10.097Z | None -> 1.2.35-2.0 |
951 | 2024-10-18T22:12:10.097Z | ooce/developer/clang-15 |
952 | 2024-10-18T22:12:10.097Z | None -> 15.0.7-2.0 |
953 | 2024-10-18T22:12:10.097Z | ooce/developer/llvm-15 |
954 | 2024-10-18T22:12:10.097Z | None -> 15.0.7-2.0 |
955 | 2024-10-18T22:12:10.097Z | package/pkg |
956 | 2024-10-18T22:12:10.097Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
957 | 2024-10-18T22:12:10.097Z | |
958 | 2024-10-18T22:12:10.098Z | Services: |
959 | 2024-10-18T22:12:10.098Z | restart_fmri: |
960 | 2024-10-18T22:12:10.098Z | svc:/system/update-man-index:default |
961 | 2024-10-18T22:12:10.098Z | |
962 | 2024-10-18T22:12:10.098Z | Editable files to change: |
963 | 2024-10-18T22:12:10.098Z | Update: |
964 | 2024-10-18T22:12:10.098Z | usr/share/lib/pkg/web/config.shtml |
965 | 2024-10-18T22:12:10.566Z | |
966 | 2024-10-18T22:12:10.566Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
967 | 2024-10-18T22:12:15.571Z | Download: 883/4281 items 18.9/220.6MB 8% complete (3.9M/s) |
968 | 2024-10-18T22:12:20.649Z | Download: 1191/4281 items 83.5/220.6MB 37% complete (9.1M/s) |
969 | 2024-10-18T22:12:25.964Z | Download: 1195/4281 items 83.5/220.6MB 37% complete (8.9M/s) |
970 | 2024-10-18T22:12:30.986Z | Download: 1413/4281 items 116.8/220.6MB 52% complete (3.5M/s) |
971 | 2024-10-18T22:12:36.085Z | Download: 1788/4281 items 118.4/220.6MB 53% complete (3.6M/s) |
972 | 2024-10-18T22:12:41.407Z | Download: 2219/4281 items 119.2/220.6MB 54% complete (249k/s) |
973 | 2024-10-18T22:12:46.409Z | Download: 3225/4281 items 163.2/220.6MB 73% complete (4.4M/s) |
974 | 2024-10-18T22:12:51.420Z | Download: 3337/4281 items 212.9/220.6MB 96% complete (9.4M/s) |
975 | 2024-10-18T22:12:56.559Z | Download: 4202/4281 items 220.6/220.6MB 99% complete (6.3M/s) |
976 | 2024-10-18T22:12:57.675Z | Download: Completed 220.60 MB in 47.10 seconds (4.7M/s) |
977 | 2024-10-18T22:12:59.685Z | Actions: 1/5063 actions (Removing old actions) |
978 | 2024-10-18T22:12:59.702Z | Actions: 194/5063 actions (Installing new actions) |
979 | 2024-10-18T22:13:04.803Z | Actions: 4094/5063 actions (Installing new actions) |
980 | 2024-10-18T22:13:05.923Z | Actions: 4226/5063 actions (Updating modified actions) |
981 | 2024-10-18T22:13:06.364Z | Actions: Completed 5063 actions in 6.68 seconds. |
982 | 2024-10-18T22:13:06.720Z | Done (0.347s) |
983 | 2024-10-18T22:13:06.722Z | Done (0.000s) |
984 | 2024-10-18T22:13:07.219Z | Done (0.498s) |
985 | 2024-10-18T22:13:14.490Z | Done (7.071s) |
986 | 2024-10-18T22:13:14.993Z | Done (0.432s) |
987 | 2024-10-18T22:13:14.996Z | Done (0.000s) |
988 | 2024-10-18T22:13:15.159Z | Done (0.000s) |
989 | 2024-10-18T22:13:15.814Z | Planning: Evaluating mediator changes ... Done |
990 | 2024-10-18T22:13:15.977Z | Planning: Checking for conflicting actions ... Done |
991 | 2024-10-18T22:13:15.980Z | Planning: Consolidating action changes ... Done |
992 | 2024-10-18T22:13:16.252Z | Planning: Evaluating mediators ... Done |
993 | 2024-10-18T22:13:16.255Z | Planning: Planning completed in 0.44 seconds |
994 | 2024-10-18T22:13:16.292Z | Mediators to change: 2 |
995 | 2024-10-18T22:13:16.294Z | Create boot environment: No |
996 | 2024-10-18T22:13:16.294Z | Create backup boot environment: No |
997 | 2024-10-18T22:13:16.381Z | Done |
998 | 2024-10-18T22:13:16.381Z | Done |
999 | 2024-10-18T22:13:16.699Z | Done |
1000 | 2024-10-18T22:13:20.301Z | Done |
1001 | 2024-10-18T22:13:20.394Z | Done |
1002 | 2024-10-18T22:13:20.396Z | Done |
1003 | 2024-10-18T22:13:20.522Z | Done |
1004 | 2024-10-18T22:13:21.139Z | Planning: Evaluating mediator changes ... Done |
1005 | 2024-10-18T22:13:21.142Z | Planning: Merging actions ... Done |
1006 | 2024-10-18T22:13:21.330Z | Planning: Checking for conflicting actions ... Done |
1007 | 2024-10-18T22:13:21.333Z | Planning: Consolidating action changes ... Done |
1008 | 2024-10-18T22:13:21.595Z | Planning: Evaluating mediators ... Done |
1009 | 2024-10-18T22:13:21.652Z | Planning: Planning completed in 0.76 seconds |
1010 | 2024-10-18T22:13:21.692Z | Packages to change: 1 |
1011 | 2024-10-18T22:13:21.692Z | Mediators to change: 1 |
1012 | 2024-10-18T22:13:21.692Z | Services to change: 1 |
1013 | 2024-10-18T22:13:21.694Z | Create boot environment: No |
1014 | 2024-10-18T22:13:21.694Z | Create backup boot environment: Yes |
1015 | 2024-10-18T22:13:23.899Z | Actions: 1/6 actions (Updating modified actions) |
1016 | 2024-10-18T22:13:24.036Z | Actions: Completed 6 actions in 0.14 seconds. |
1017 | 2024-10-18T22:13:24.039Z | Done |
1018 | 2024-10-18T22:13:24.039Z | Done |
1019 | 2024-10-18T22:13:24.135Z | Done |
1020 | 2024-10-18T22:13:27.708Z | Done |
1021 | 2024-10-18T22:13:27.802Z | Done |
1022 | 2024-10-18T22:13:27.805Z | Done |
1023 | 2024-10-18T22:13:27.957Z | Done |
1024 | 2024-10-18T22:13:28.391Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1025 | 2024-10-18T22:13:28.391Z | clang system 15 system |
1026 | 2024-10-18T22:13:28.391Z | csh system system illumos |
1027 | 2024-10-18T22:13:28.391Z | ctags system system illumos |
1028 | 2024-10-18T22:13:28.391Z | gcc vendor 12 vendor |
1029 | 2024-10-18T22:13:28.391Z | gcc system 10 system |
1030 | 2024-10-18T22:13:28.391Z | gcc system 7 system |
1031 | 2024-10-18T22:13:28.391Z | go system 1.20 system |
1032 | 2024-10-18T22:13:28.391Z | go system 1.19 system |
1033 | 2024-10-18T22:13:28.391Z | llvm system 15 system |
1034 | 2024-10-18T22:13:28.391Z | llvm system 14 system |
1035 | 2024-10-18T22:13:28.391Z | mariadb system 10.6 system |
1036 | 2024-10-18T22:13:28.391Z | mta vendor vendor dma |
1037 | 2024-10-18T22:13:28.391Z | openjdk system 17 system |
1038 | 2024-10-18T22:13:28.391Z | openjdk system 11 system |
1039 | 2024-10-18T22:13:28.391Z | openjdk system 1.8 system |
1040 | 2024-10-18T22:13:28.391Z | openssl vendor 3 vendor |
1041 | 2024-10-18T22:13:28.391Z | perl system 5.36 system |
1042 | 2024-10-18T22:13:28.391Z | postgresql system 15 system |
1043 | 2024-10-18T22:13:28.391Z | postgresql system 13 system |
1044 | 2024-10-18T22:13:28.391Z | python vendor 3 vendor |
1045 | 2024-10-18T22:13:28.391Z | python system 2 system |
1046 | 2024-10-18T22:13:28.391Z | python3 system 3.11 system |
1047 | 2024-10-18T22:13:28.391Z | ruby system 3.0 system |
1048 | 2024-10-18T22:13:28.391Z | words vendor vendor american-english |
1049 | 2024-10-18T22:13:28.391Z | words system system australian-english |
1050 | 2024-10-18T22:13:28.391Z | words system system british-english |
1051 | 2024-10-18T22:13:28.391Z | words system system canadian-english |
1052 | 2024-10-18T22:13:28.391Z | words system system french |
1053 | 2024-10-18T22:13:28.391Z | words system system italian |
1054 | 2024-10-18T22:13:28.391Z | words system system ngerman |
1055 | 2024-10-18T22:13:28.391Z | words system system ogerman |
1056 | 2024-10-18T22:13:28.391Z | words system system spanish |
1057 | 2024-10-18T22:13:28.728Z | PUBLISHER TYPE STATUS P LOCATION |
1058 | 2024-10-18T22:13:28.728Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1059 | 2024-10-18T22:13:31.049Z | FMRI IFO |
1060 | 2024-10-18T22:13:31.049Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1061 | 2024-10-18T22:13:31.049Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1062 | 2024-10-18T22:13:31.049Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1063 | 2024-10-18T22:13:31.049Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1064 | 2024-10-18T22:13:31.049Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1065 | 2024-10-18T22:13:31.049Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1066 | 2024-10-18T22:13:31.049Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1067 | 2024-10-18T22:13:31.049Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1068 | 2024-10-18T22:13:31.049Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1069 | 2024-10-18T22:13:31.049Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1070 | 2024-10-18T22:13:31.049Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1071 | 2024-10-18T22:13:31.049Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1072 | 2024-10-18T22:13:31.049Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1073 | 2024-10-18T22:13:32.085Z | Downloading crates ... |
1074 | 2024-10-18T22:13:32.198Z | Downloaded cargo_toml v0.20.5 |
1075 | 2024-10-18T22:13:32.334Z | Compiling proc-macro2 v1.0.87 |
1076 | 2024-10-18T22:13:32.336Z | Compiling unicode-ident v1.0.13 |
1077 | 2024-10-18T22:13:32.336Z | Compiling serde v1.0.210 |
1078 | 2024-10-18T22:13:32.336Z | Compiling version_check v0.9.5 |
1079 | 2024-10-18T22:13:32.336Z | Compiling thiserror v1.0.64 |
1080 | 2024-10-18T22:13:32.336Z | Compiling memchr v2.7.4 |
1081 | 2024-10-18T22:13:32.336Z | Compiling libc v0.2.159 |
1082 | 2024-10-18T22:13:32.353Z | Compiling itoa v1.0.11 |
1083 | 2024-10-18T22:13:32.583Z | Compiling ryu v1.0.18 |
1084 | 2024-10-18T22:13:32.596Z | Compiling ucd-trie v0.1.7 |
1085 | 2024-10-18T22:13:32.936Z | Compiling once_cell v1.20.2 |
1086 | 2024-10-18T22:13:33.132Z | Compiling byteorder v1.5.0 |
1087 | 2024-10-18T22:13:33.451Z | Compiling rustix v0.38.37 |
1088 | 2024-10-18T22:13:33.703Z | Compiling serde_json v1.0.128 |
1089 | 2024-10-18T22:13:34.133Z | Compiling bitflags v2.6.0 |
1090 | 2024-10-18T22:13:34.146Z | Compiling proc-macro-error-attr v1.0.4 |
1091 | 2024-10-18T22:13:34.196Z | Compiling usdt-impl v0.5.0 |
1092 | 2024-10-18T22:13:34.217Z | Compiling syn v1.0.109 |
1093 | 2024-10-18T22:13:34.435Z | Compiling proc-macro-error v1.0.4 |
1094 | 2024-10-18T22:13:34.500Z | Compiling log v0.4.22 |
1095 | 2024-10-18T22:13:34.574Z | Compiling plain v0.2.3 |
1096 | 2024-10-18T22:13:34.645Z | Compiling hashbrown v0.15.0 |
1097 | 2024-10-18T22:13:34.707Z | Compiling equivalent v1.0.1 |
1098 | 2024-10-18T22:13:34.721Z | Compiling utf8parse v0.2.2 |
1099 | 2024-10-18T22:13:34.802Z | Compiling camino v1.1.9 |
1100 | 2024-10-18T22:13:34.858Z | Compiling thread-id v4.2.2 |
1101 | 2024-10-18T22:13:34.870Z | Compiling anstyle-parse v0.2.5 |
1102 | 2024-10-18T22:13:34.948Z | Compiling is_terminal_polyfill v1.70.1 |
1103 | 2024-10-18T22:13:35.014Z | Compiling quote v1.0.37 |
1104 | 2024-10-18T22:13:35.057Z | Compiling autocfg v1.4.0 |
1105 | 2024-10-18T22:13:35.174Z | Compiling unicode-width v0.1.14 |
1106 | 2024-10-18T22:13:35.241Z | Compiling anstyle v1.0.8 |
1107 | 2024-10-18T22:13:35.462Z | Compiling syn v2.0.79 |
1108 | 2024-10-18T22:13:35.596Z | Compiling errno v0.3.9 |
1109 | 2024-10-18T22:13:35.724Z | Compiling colorchoice v1.0.2 |
1110 | 2024-10-18T22:13:35.737Z | Compiling indexmap v2.6.0 |
1111 | 2024-10-18T22:13:35.828Z | Compiling semver v1.0.23 |
1112 | 2024-10-18T22:13:35.857Z | Compiling anstyle-query v1.1.1 |
1113 | 2024-10-18T22:13:36.002Z | Compiling winnow v0.6.20 |
1114 | 2024-10-18T22:13:36.187Z | Compiling pretty-hex v0.4.1 |
1115 | 2024-10-18T22:13:36.388Z | Compiling fs-err v2.11.0 |
1116 | 2024-10-18T22:13:36.421Z | Compiling anstream v0.6.15 |
1117 | 2024-10-18T22:13:36.885Z | Compiling bytecount v0.6.8 |
1118 | 2024-10-18T22:13:37.073Z | Compiling cfg-if v1.0.0 |
1119 | 2024-10-18T22:13:37.087Z | Compiling fnv v1.0.7 |
1120 | 2024-10-18T22:13:37.113Z | Compiling heck v0.4.1 |
1121 | 2024-10-18T22:13:37.155Z | Compiling fastrand v2.1.1 |
1122 | 2024-10-18T22:13:37.192Z | Compiling strsim v0.11.1 |
1123 | 2024-10-18T22:13:37.506Z | Compiling anyhow v1.0.89 |
1124 | 2024-10-18T22:13:37.591Z | Compiling heck v0.5.0 |
1125 | 2024-10-18T22:13:37.707Z | Compiling clap_lex v0.7.2 |
1126 | 2024-10-18T22:13:38.131Z | Compiling terminal_size v0.4.0 |
1127 | 2024-10-18T22:13:38.197Z | Compiling tempfile v3.13.0 |
1128 | 2024-10-18T22:13:38.210Z | Compiling papergrid v0.11.0 |
1129 | 2024-10-18T22:13:38.321Z | Compiling clap_builder v4.5.20 |
1130 | 2024-10-18T22:13:38.475Z | Compiling memmap v0.7.0 |
1131 | 2024-10-18T22:13:38.816Z | Compiling smawk v0.3.2 |
1132 | 2024-10-18T22:13:39.008Z | Compiling unicode-linebreak v0.1.5 |
1133 | 2024-10-18T22:13:39.471Z | Compiling textwrap v0.16.1 |
1134 | 2024-10-18T22:13:39.636Z | Compiling swrite v0.1.0 |
1135 | 2024-10-18T22:13:41.197Z | Compiling tabled_derive v0.7.0 |
1136 | 2024-10-18T22:13:42.624Z | Compiling tabled v0.15.0 |
1137 | 2024-10-18T22:13:44.227Z | Compiling serde_derive v1.0.210 |
1138 | 2024-10-18T22:13:44.227Z | Compiling thiserror-impl v1.0.64 |
1139 | 2024-10-18T22:13:44.229Z | Compiling zerocopy-derive v0.7.35 |
1140 | 2024-10-18T22:13:44.229Z | Compiling scroll_derive v0.12.0 |
1141 | 2024-10-18T22:13:44.229Z | Compiling clap_derive v4.5.18 |
1142 | 2024-10-18T22:13:45.493Z | Compiling scroll v0.12.0 |
1143 | 2024-10-18T22:13:45.839Z | Compiling zerocopy v0.7.35 |
1144 | 2024-10-18T22:13:46.045Z | Compiling goblin v0.8.2 |
1145 | 2024-10-18T22:13:46.768Z | Compiling pest v2.7.14 |
1146 | 2024-10-18T22:13:47.946Z | Compiling clap v4.5.20 |
1147 | 2024-10-18T22:13:49.046Z | Compiling pest_meta v2.7.14 |
1148 | 2024-10-18T22:13:49.861Z | Compiling pest_generator v2.7.14 |
1149 | 2024-10-18T22:13:51.603Z | Compiling pest_derive v2.7.14 |
1150 | 2024-10-18T22:13:52.270Z | Compiling dtrace-parser v0.2.0 |
1151 | 2024-10-18T22:13:54.248Z | Compiling serde_tokenstream v0.2.2 |
1152 | 2024-10-18T22:13:54.318Z | Compiling serde_spanned v0.6.8 |
1153 | 2024-10-18T22:13:54.318Z | Compiling toml_datetime v0.6.8 |
1154 | 2024-10-18T22:13:54.556Z | Compiling cargo-platform v0.1.8 |
1155 | 2024-10-18T22:13:54.732Z | Compiling toml_edit v0.22.22 |
1156 | 2024-10-18T22:13:54.812Z | Compiling macaddr v1.0.1 |
1157 | 2024-10-18T22:13:55.001Z | Compiling camino-tempfile v1.1.1 |
1158 | 2024-10-18T22:13:55.657Z | Compiling dof v0.3.0 |
1159 | 2024-10-18T22:13:55.748Z | Compiling cargo_metadata v0.18.1 |
1160 | 2024-10-18T22:13:57.348Z | Compiling usdt-macro v0.5.0 |
1161 | 2024-10-18T22:13:57.351Z | Compiling usdt-attr-macro v0.5.0 |
1162 | 2024-10-18T22:13:57.552Z | Compiling toml v0.8.19 |
1163 | 2024-10-18T22:13:58.398Z | Compiling cargo_toml v0.20.5 |
1164 | 2024-10-18T22:13:58.800Z | Compiling usdt v0.5.0 |
1165 | 2024-10-18T22:14:01.888Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1166 | 2024-10-18T22:14:05.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.34s |
1167 | 2024-10-18T22:14:05.913Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1168 | 2024-10-18T22:14:06.810Z | Compiling serde v1.0.210 |
1169 | 2024-10-18T22:14:06.813Z | Compiling typenum v1.17.0 |
1170 | 2024-10-18T22:14:06.813Z | Compiling generic-array v0.14.7 |
1171 | 2024-10-18T22:14:06.813Z | Compiling lock_api v0.4.12 |
1172 | 2024-10-18T22:14:06.813Z | Compiling scopeguard v1.2.0 |
1173 | 2024-10-18T22:14:06.813Z | Compiling subtle v2.6.1 |
1174 | 2024-10-18T22:14:06.813Z | Compiling syn v2.0.79 |
1175 | 2024-10-18T22:14:06.931Z | Compiling getrandom v0.2.15 |
1176 | 2024-10-18T22:14:07.111Z | Compiling value-bag v1.9.0 |
1177 | 2024-10-18T22:14:07.247Z | Compiling rand_core v0.6.4 |
1178 | 2024-10-18T22:14:07.335Z | Compiling const-oid v0.9.6 |
1179 | 2024-10-18T22:14:07.376Z | Compiling pin-project-lite v0.2.14 |
1180 | 2024-10-18T22:14:07.499Z | Compiling smallvec v1.13.2 |
1181 | 2024-10-18T22:14:07.502Z | Compiling jobserver v0.1.32 |
1182 | 2024-10-18T22:14:07.688Z | Compiling log v0.4.22 |
1183 | 2024-10-18T22:14:07.787Z | Compiling parking_lot_core v0.9.10 |
1184 | 2024-10-18T22:14:07.917Z | Compiling shlex v1.3.0 |
1185 | 2024-10-18T22:14:07.939Z | Compiling futures-core v0.3.31 |
1186 | 2024-10-18T22:14:08.184Z | Compiling cc v1.1.30 |
1187 | 2024-10-18T22:14:08.331Z | Compiling signal-hook-registry v1.4.2 |
1188 | 2024-10-18T22:14:08.435Z | Compiling mio v1.0.2 |
1189 | 2024-10-18T22:14:08.633Z | Compiling parking_lot v0.12.3 |
1190 | 2024-10-18T22:14:08.931Z | Compiling cpufeatures v0.2.14 |
1191 | 2024-10-18T22:14:09.031Z | Compiling futures-sink v0.3.31 |
1192 | 2024-10-18T22:14:09.129Z | Compiling spin v0.9.8 |
1193 | 2024-10-18T22:14:09.181Z | Compiling socket2 v0.5.7 |
1194 | 2024-10-18T22:14:09.327Z | Compiling slab v0.4.9 |
1195 | 2024-10-18T22:14:09.507Z | Compiling serde_json v1.0.128 |
1196 | 2024-10-18T22:14:09.559Z | Compiling futures-channel v0.3.31 |
1197 | 2024-10-18T22:14:09.595Z | Compiling futures-io v0.3.31 |
1198 | 2024-10-18T22:14:09.614Z | Compiling tinyvec_macros v0.1.1 |
1199 | 2024-10-18T22:14:09.703Z | Compiling pin-utils v0.1.0 |
1200 | 2024-10-18T22:14:09.798Z | Compiling foldhash v0.1.3 |
1201 | 2024-10-18T22:14:09.858Z | Compiling allocator-api2 v0.2.18 |
1202 | 2024-10-18T22:14:09.898Z | Compiling futures-task v0.3.31 |
1203 | 2024-10-18T22:14:09.951Z | Compiling tinyvec v1.8.0 |
1204 | 2024-10-18T22:14:10.053Z | Compiling libm v0.2.8 |
1205 | 2024-10-18T22:14:10.086Z | Compiling num-traits v0.2.19 |
1206 | 2024-10-18T22:14:10.170Z | Compiling unicode-bidi v0.3.17 |
1207 | 2024-10-18T22:14:10.200Z | Compiling base64ct v1.6.0 |
1208 | 2024-10-18T22:14:10.617Z | Compiling hashbrown v0.15.0 |
1209 | 2024-10-18T22:14:10.648Z | Compiling flagset v0.4.6 |
1210 | 2024-10-18T22:14:10.800Z | Compiling pem-rfc7468 v0.7.0 |
1211 | 2024-10-18T22:14:10.867Z | Compiling httparse v1.9.5 |
1212 | 2024-10-18T22:14:11.488Z | Compiling unicode-normalization v0.1.24 |
1213 | 2024-10-18T22:14:11.642Z | Compiling tracing-core v0.1.32 |
1214 | 2024-10-18T22:14:11.725Z | Compiling rustls-pki-types v1.9.0 |
1215 | 2024-10-18T22:14:11.889Z | Compiling crossbeam-utils v0.8.20 |
1216 | 2024-10-18T22:14:11.943Z | Compiling percent-encoding v2.3.1 |
1217 | 2024-10-18T22:14:12.384Z | Compiling ring v0.17.8 |
1218 | 2024-10-18T22:14:12.593Z | Compiling powerfmt v0.2.0 |
1219 | 2024-10-18T22:14:12.609Z | Compiling time-core v0.1.2 |
1220 | 2024-10-18T22:14:12.776Z | Compiling pkg-config v0.3.31 |
1221 | 2024-10-18T22:14:12.803Z | Compiling untrusted v0.9.0 |
1222 | 2024-10-18T22:14:13.003Z | Compiling num-conv v0.1.0 |
1223 | 2024-10-18T22:14:13.021Z | Compiling vcpkg v0.2.15 |
1224 | 2024-10-18T22:14:13.040Z | Compiling deranged v0.3.11 |
1225 | 2024-10-18T22:14:13.299Z | Compiling time-macros v0.2.18 |
1226 | 2024-10-18T22:14:13.569Z | Compiling atomic-waker v1.1.2 |
1227 | 2024-10-18T22:14:13.749Z | Compiling num_threads v0.1.7 |
1228 | 2024-10-18T22:14:13.858Z | Compiling form_urlencoded v1.2.1 |
1229 | 2024-10-18T22:14:14.174Z | Compiling rustix v0.38.37 |
1230 | 2024-10-18T22:14:14.293Z | Compiling slog v2.7.0 |
1231 | 2024-10-18T22:14:14.295Z | Compiling try-lock v0.2.5 |
1232 | 2024-10-18T22:14:14.421Z | Compiling want v0.3.1 |
1233 | 2024-10-18T22:14:14.697Z | Compiling httpdate v1.0.3 |
1234 | 2024-10-18T22:14:14.879Z | Compiling idna v0.5.0 |
1235 | 2024-10-18T22:14:15.011Z | Compiling openssl v0.10.66 |
1236 | 2024-10-18T22:14:15.029Z | Compiling openssl-sys v0.9.103 |
1237 | 2024-10-18T22:14:15.138Z | Compiling iana-time-zone v0.1.61 |
1238 | 2024-10-18T22:14:15.415Z | Compiling foreign-types-shared v0.1.1 |
1239 | 2024-10-18T22:14:15.523Z | Compiling match_cfg v0.1.0 |
1240 | 2024-10-18T22:14:15.538Z | Compiling base64 v0.22.1 |
1241 | 2024-10-18T22:14:15.605Z | Compiling rustversion v1.0.17 |
1242 | 2024-10-18T22:14:15.620Z | Compiling tower-service v0.3.3 |
1243 | 2024-10-18T22:14:15.722Z | Compiling url v2.5.2 |
1244 | 2024-10-18T22:14:16.188Z | Compiling hostname v0.3.1 |
1245 | 2024-10-18T22:14:16.379Z | Compiling foreign-types v0.3.2 |
1246 | 2024-10-18T22:14:16.399Z | Compiling dirs-sys-next v0.1.2 |
1247 | 2024-10-18T22:14:16.416Z | Compiling aho-corasick v1.1.3 |
1248 | 2024-10-18T22:14:16.418Z | Compiling time v0.3.36 |
1249 | 2024-10-18T22:14:16.461Z | Compiling data-encoding v2.6.0 |
1250 | 2024-10-18T22:14:17.023Z | Compiling adler2 v2.0.0 |
1251 | 2024-10-18T22:14:17.218Z | Compiling rustls v0.22.4 |
1252 | 2024-10-18T22:14:17.417Z | Compiling rustls v0.23.14 |
1253 | 2024-10-18T22:14:17.448Z | Compiling siphasher v0.3.11 |
1254 | 2024-10-18T22:14:17.692Z | Compiling regex-syntax v0.8.5 |
1255 | 2024-10-18T22:14:17.796Z | Compiling native-tls v0.2.12 |
1256 | 2024-10-18T22:14:18.164Z | Compiling syn v1.0.109 |
1257 | 2024-10-18T22:14:18.277Z | Compiling miniz_oxide v0.8.0 |
1258 | 2024-10-18T22:14:18.684Z | Compiling dirs-next v2.0.0 |
1259 | 2024-10-18T22:14:18.875Z | Compiling serde_derive_internals v0.29.1 |
1260 | 2024-10-18T22:14:19.763Z | Compiling crossbeam-epoch v0.9.18 |
1261 | 2024-10-18T22:14:20.174Z | Compiling lazy_static v1.5.0 |
1262 | 2024-10-18T22:14:20.297Z | Compiling thread_local v1.1.8 |
1263 | 2024-10-18T22:14:20.481Z | Compiling encoding_rs v0.8.34 |
1264 | 2024-10-18T22:14:20.807Z | Compiling cookie v0.18.1 |
1265 | 2024-10-18T22:14:20.946Z | Compiling serde_derive v1.0.210 |
1266 | 2024-10-18T22:14:21.088Z | Compiling zeroize_derive v1.4.2 |
1267 | 2024-10-18T22:14:21.291Z | Compiling zerocopy-derive v0.7.35 |
1268 | 2024-10-18T22:14:21.498Z | Compiling tokio-macros v2.4.0 |
1269 | 2024-10-18T22:14:21.530Z | Compiling thiserror-impl v1.0.64 |
1270 | 2024-10-18T22:14:22.697Z | Compiling zeroize v1.8.1 |
1271 | 2024-10-18T22:14:23.138Z | Compiling futures-macro v0.3.31 |
1272 | 2024-10-18T22:14:23.506Z | Compiling zerocopy v0.7.35 |
1273 | 2024-10-18T22:14:23.895Z | Compiling der_derive v0.7.3 |
1274 | 2024-10-18T22:14:24.568Z | Compiling crypto-common v0.1.6 |
1275 | 2024-10-18T22:14:24.724Z | Compiling block-buffer v0.10.4 |
1276 | 2024-10-18T22:14:24.786Z | Compiling block-padding v0.3.3 |
1277 | 2024-10-18T22:14:24.788Z | Compiling thiserror v1.0.64 |
1278 | 2024-10-18T22:14:24.909Z | Compiling tracing-attributes v0.1.27 |
1279 | 2024-10-18T22:14:24.935Z | Compiling pest v2.7.14 |
1280 | 2024-10-18T22:14:24.989Z | Compiling digest v0.10.7 |
1281 | 2024-10-18T22:14:25.030Z | Compiling inout v0.1.3 |
1282 | 2024-10-18T22:14:25.057Z | Compiling ppv-lite86 v0.2.20 |
1283 | 2024-10-18T22:14:25.102Z | Compiling futures-util v0.3.31 |
1284 | 2024-10-18T22:14:25.314Z | Compiling cipher v0.4.4 |
1285 | 2024-10-18T22:14:25.472Z | Compiling hmac v0.12.1 |
1286 | 2024-10-18T22:14:25.714Z | Compiling sha2 v0.10.8 |
1287 | 2024-10-18T22:14:25.840Z | Compiling salsa20 v0.10.2 |
1288 | 2024-10-18T22:14:25.906Z | Compiling rand_chacha v0.3.1 |
1289 | 2024-10-18T22:14:26.066Z | Compiling pbkdf2 v0.12.2 |
1290 | 2024-10-18T22:14:26.242Z | Compiling scrypt v0.11.0 |
1291 | 2024-10-18T22:14:26.318Z | Compiling der v0.7.9 |
1292 | 2024-10-18T22:14:26.794Z | Compiling rand v0.8.5 |
1293 | 2024-10-18T22:14:28.039Z | Compiling pest_meta v2.7.14 |
1294 | 2024-10-18T22:14:28.262Z | Compiling aes v0.8.4 |
1295 | 2024-10-18T22:14:28.795Z | Compiling tracing v0.1.40 |
1296 | 2024-10-18T22:14:28.989Z | Compiling spki v0.7.3 |
1297 | 2024-10-18T22:14:29.294Z | Compiling cbc v0.1.2 |
1298 | 2024-10-18T22:14:29.404Z | Compiling scroll_derive v0.12.0 |
1299 | 2024-10-18T22:14:29.519Z | Compiling pkcs5 v0.7.1 |
1300 | 2024-10-18T22:14:29.755Z | Compiling pest_generator v2.7.14 |
1301 | 2024-10-18T22:14:30.737Z | Compiling pkcs8 v0.10.2 |
1302 | 2024-10-18T22:14:30.893Z | Compiling scroll v0.12.0 |
1303 | 2024-10-18T22:14:31.107Z | Compiling openssl-macros v0.1.1 |
1304 | 2024-10-18T22:14:31.274Z | Compiling async-trait v0.1.83 |
1305 | 2024-10-18T22:14:31.431Z | Compiling goblin v0.8.2 |
1306 | 2024-10-18T22:14:31.449Z | Compiling rustls-webpki v0.102.8 |
1307 | 2024-10-18T22:14:31.680Z | Compiling signature v2.2.0 |
1308 | 2024-10-18T22:14:31.915Z | Compiling sha1 v0.10.6 |
1309 | 2024-10-18T22:14:32.021Z | Compiling regex-automata v0.4.8 |
1310 | 2024-10-18T22:14:32.335Z | Compiling multer v3.1.0 |
1311 | 2024-10-18T22:14:32.647Z | Compiling either v1.13.0 |
1312 | 2024-10-18T22:14:33.112Z | Compiling slog-async v2.8.0 |
1313 | 2024-10-18T22:14:33.142Z | Compiling pest_derive v2.7.14 |
1314 | 2024-10-18T22:14:33.313Z | Compiling mime v0.3.17 |
1315 | 2024-10-18T22:14:33.658Z | Compiling signal-hook v0.3.17 |
1316 | 2024-10-18T22:14:33.672Z | Compiling rayon-core v1.12.1 |
1317 | 2024-10-18T22:14:33.917Z | Compiling schemars v0.8.21 |
1318 | 2024-10-18T22:14:33.935Z | Compiling unicode-properties v0.1.3 |
1319 | 2024-10-18T22:14:33.967Z | Compiling dtrace-parser v0.2.0 |
1320 | 2024-10-18T22:14:33.989Z | Compiling openssl-probe v0.1.5 |
1321 | 2024-10-18T22:14:34.135Z | Compiling gimli v0.31.1 |
1322 | 2024-10-18T22:14:34.294Z | Compiling ipnet v2.10.1 |
1323 | 2024-10-18T22:14:34.312Z | Compiling paste v1.0.15 |
1324 | 2024-10-18T22:14:34.355Z | Compiling stringprep v0.1.5 |
1325 | 2024-10-18T22:14:34.857Z | Compiling bytes v1.7.2 |
1326 | 2024-10-18T22:14:35.519Z | Compiling indexmap v2.6.0 |
1327 | 2024-10-18T22:14:35.537Z | Compiling bitflags v2.6.0 |
1328 | 2024-10-18T22:14:35.998Z | Compiling tokio v1.40.0 |
1329 | 2024-10-18T22:14:36.111Z | Compiling http v1.1.0 |
1330 | 2024-10-18T22:14:36.135Z | Compiling semver v1.0.23 |
1331 | 2024-10-18T22:14:36.875Z | Compiling rustc_version v0.4.1 |
1332 | 2024-10-18T22:14:37.654Z | Compiling http-body v1.0.1 |
1333 | 2024-10-18T22:14:37.943Z | Compiling dof v0.3.0 |
1334 | 2024-10-18T22:14:38.289Z | Compiling uuid v1.10.0 |
1335 | 2024-10-18T22:14:38.643Z | Compiling serde_spanned v0.6.8 |
1336 | 2024-10-18T22:14:38.879Z | Compiling toml_datetime v0.6.8 |
1337 | 2024-10-18T22:14:39.330Z | Compiling serde_tokenstream v0.2.2 |
1338 | 2024-10-18T22:14:39.383Z | Compiling usdt-impl v0.5.0 |
1339 | 2024-10-18T22:14:39.771Z | Compiling chrono v0.4.38 |
1340 | 2024-10-18T22:14:39.961Z | Compiling http-body-util v0.1.2 |
1341 | 2024-10-18T22:14:40.255Z | Compiling heapless v0.7.17 |
1342 | 2024-10-18T22:14:40.768Z | Compiling toml_edit v0.22.22 |
1343 | 2024-10-18T22:14:40.940Z | Compiling addr2line v0.24.2 |
1344 | 2024-10-18T22:14:41.634Z | Compiling curve25519-dalek v4.1.3 |
1345 | 2024-10-18T22:14:41.790Z | Compiling usdt-macro v0.5.0 |
1346 | 2024-10-18T22:14:42.283Z | Compiling usdt-attr-macro v0.5.0 |
1347 | 2024-10-18T22:14:42.420Z | Compiling slog-json v2.6.1 |
1348 | 2024-10-18T22:14:42.903Z | Compiling serde_urlencoded v0.7.1 |
1349 | 2024-10-18T22:14:43.571Z | Compiling futures-executor v0.3.31 |
1350 | 2024-10-18T22:14:43.965Z | Compiling md-5 v0.10.6 |
1351 | 2024-10-18T22:14:44.148Z | Compiling schemars_derive v0.8.21 |
1352 | 2024-10-18T22:14:44.219Z | Compiling tokio-util v0.7.12 |
1353 | 2024-10-18T22:14:45.256Z | Compiling h2 v0.4.6 |
1354 | 2024-10-18T22:14:45.708Z | Compiling enum-as-inner v0.6.1 |
1355 | 2024-10-18T22:14:47.456Z | Compiling async-stream-impl v0.3.6 |
1356 | 2024-10-18T22:14:47.510Z | Compiling crossbeam-deque v0.8.5 |
1357 | 2024-10-18T22:14:48.926Z | Compiling term v0.7.0 |
1358 | 2024-10-18T22:14:49.148Z | Compiling crossbeam-channel v0.5.13 |
1359 | 2024-10-18T22:14:49.308Z | Compiling num-integer v0.1.46 |
1360 | 2024-10-18T22:14:50.096Z | Compiling idna v0.3.0 |
1361 | 2024-10-18T22:14:50.265Z | Compiling idna v0.4.0 |
1362 | 2024-10-18T22:14:50.469Z | Compiling rustls-pemfile v2.2.0 |
1363 | 2024-10-18T22:14:50.821Z | Compiling ff v0.13.0 |
1364 | 2024-10-18T22:14:51.050Z | Compiling hash32 v0.2.1 |
1365 | 2024-10-18T22:14:51.446Z | Compiling is-terminal v0.4.13 |
1366 | 2024-10-18T22:14:51.521Z | Compiling dropshot v0.12.0 |
1367 | 2024-10-18T22:14:51.573Z | Compiling object v0.36.5 |
1368 | 2024-10-18T22:14:51.671Z | Compiling portable-atomic v1.9.0 |
1369 | 2024-10-18T22:14:51.818Z | Compiling psl-types v2.0.11 |
1370 | 2024-10-18T22:14:51.851Z | Compiling linked-hash-map v0.5.6 |
1371 | 2024-10-18T22:14:52.021Z | Compiling base16ct v0.2.0 |
1372 | 2024-10-18T22:14:52.197Z | Compiling quick-error v1.2.3 |
1373 | 2024-10-18T22:14:52.339Z | Compiling hyper v1.4.1 |
1374 | 2024-10-18T22:14:52.357Z | Compiling anyhow v1.0.89 |
1375 | 2024-10-18T22:14:52.774Z | Compiling fallible-iterator v0.2.0 |
1376 | 2024-10-18T22:14:53.012Z | Compiling rustc-demangle v0.1.24 |
1377 | 2024-10-18T22:14:53.533Z | Compiling dyn-clone v1.0.17 |
1378 | 2024-10-18T22:14:53.756Z | Compiling num-bigint-dig v0.8.4 |
1379 | 2024-10-18T22:14:53.877Z | Compiling take_mut v0.2.2 |
1380 | 2024-10-18T22:14:54.002Z | Compiling smoltcp v0.9.1 |
1381 | 2024-10-18T22:14:54.030Z | Compiling utf-8 v0.7.6 |
1382 | 2024-10-18T22:14:54.078Z | Compiling stable_deref_trait v1.2.0 |
1383 | 2024-10-18T22:14:54.349Z | Compiling tungstenite v0.23.0 |
1384 | 2024-10-18T22:14:54.744Z | Compiling hyper-util v0.1.9 |
1385 | 2024-10-18T22:14:56.577Z | Compiling postgres-protocol v0.6.7 |
1386 | 2024-10-18T22:14:56.766Z | Compiling resolv-conf v0.7.0 |
1387 | 2024-10-18T22:14:56.823Z | Compiling sec1 v0.7.3 |
1388 | 2024-10-18T22:14:57.416Z | Compiling lru-cache v0.1.2 |
1389 | 2024-10-18T22:14:57.572Z | Compiling publicsuffix v2.2.3 |
1390 | 2024-10-18T22:14:57.686Z | Compiling slog-term v2.9.1 |
1391 | 2024-10-18T22:14:57.705Z | Compiling usdt v0.5.0 |
1392 | 2024-10-18T22:14:57.827Z | Compiling hickory-proto v0.24.1 |
1393 | 2024-10-18T22:14:57.922Z | Compiling group v0.13.0 |
1394 | 2024-10-18T22:14:57.960Z | Compiling num-iter v0.1.45 |
1395 | 2024-10-18T22:14:58.146Z | Compiling tokio-rustls v0.26.0 |
1396 | 2024-10-18T22:14:58.217Z | Compiling async-stream v0.3.6 |
1397 | 2024-10-18T22:14:58.523Z | Compiling tokio-rustls v0.25.0 |
1398 | 2024-10-18T22:14:58.580Z | Compiling backtrace v0.3.74 |
1399 | 2024-10-18T22:14:58.912Z | Compiling tokio-native-tls v0.3.1 |
1400 | 2024-10-18T22:14:59.191Z | Compiling toml v0.8.19 |
1401 | 2024-10-18T22:14:59.359Z | Compiling futures v0.3.31 |
1402 | 2024-10-18T22:14:59.758Z | Compiling camino v1.1.9 |
1403 | 2024-10-18T22:15:00.555Z | Compiling slog-bunyan v2.5.0 |
1404 | 2024-10-18T22:15:00.766Z | Compiling terminal_size v0.4.0 |
1405 | 2024-10-18T22:15:00.815Z | Compiling dropshot_endpoint v0.12.0 |
1406 | 2024-10-18T22:15:00.940Z | Compiling openapiv3 v2.0.0 |
1407 | 2024-10-18T22:15:00.974Z | Compiling serde_path_to_error v0.1.16 |
1408 | 2024-10-18T22:15:01.034Z | Compiling hkdf v0.12.4 |
1409 | 2024-10-18T22:15:01.272Z | Compiling crypto-bigint v0.5.5 |
1410 | 2024-10-18T22:15:01.289Z | Compiling zerocopy-derive v0.6.6 |
1411 | 2024-10-18T22:15:01.838Z | Compiling curve25519-dalek-derive v0.1.1 |
1412 | 2024-10-18T22:15:02.136Z | Compiling phf_shared v0.11.2 |
1413 | 2024-10-18T22:15:02.194Z | Compiling hubpack_derive v0.1.1 |
1414 | 2024-10-18T22:15:02.503Z | Compiling waitgroup v0.1.2 |
1415 | 2024-10-18T22:15:02.726Z | Compiling webpki-roots v0.26.6 |
1416 | 2024-10-18T22:15:02.975Z | Compiling hostname v0.4.0 |
1417 | 2024-10-18T22:15:03.139Z | Compiling fs-err v2.11.0 |
1418 | 2024-10-18T22:15:03.253Z | Compiling ahash v0.8.11 |
1419 | 2024-10-18T22:15:03.380Z | Compiling managed v0.8.0 |
1420 | 2024-10-18T22:15:03.426Z | Compiling winnow v0.5.40 |
1421 | 2024-10-18T22:15:03.548Z | Compiling bitflags v1.3.2 |
1422 | 2024-10-18T22:15:03.599Z | Compiling debug-ignore v1.0.5 |
1423 | 2024-10-18T22:15:03.657Z | Compiling clap_builder v4.5.20 |
1424 | 2024-10-18T22:15:03.794Z | Compiling console v0.15.8 |
1425 | 2024-10-18T22:15:05.328Z | Compiling elliptic-curve v0.13.8 |
1426 | 2024-10-18T22:15:05.442Z | Compiling zerocopy v0.6.6 |
1427 | 2024-10-18T22:15:05.847Z | Compiling strum_macros v0.25.3 |
1428 | 2024-10-18T22:15:06.350Z | Compiling hickory-resolver v0.24.1 |
1429 | 2024-10-18T22:15:07.241Z | Compiling toml_edit v0.19.15 |
1430 | 2024-10-18T22:15:07.387Z | Compiling hubpack v0.1.2 |
1431 | 2024-10-18T22:15:07.853Z | Compiling hyper-rustls v0.27.3 |
1432 | 2024-10-18T22:15:08.237Z | Compiling phf v0.11.2 |
1433 | 2024-10-18T22:15:08.479Z | Compiling signal-hook-mio v0.2.4 |
1434 | 2024-10-18T22:15:08.531Z | Compiling cookie_store v0.21.0 |
1435 | 2024-10-18T22:15:09.515Z | Compiling hyper-tls v0.6.0 |
1436 | 2024-10-18T22:15:09.931Z | Compiling rayon v1.10.0 |
1437 | 2024-10-18T22:15:10.065Z | Compiling postgres-types v0.2.8 |
1438 | 2024-10-18T22:15:13.053Z | Compiling tokio-tungstenite v0.23.1 |
1439 | 2024-10-18T22:15:13.091Z | Compiling tokio-stream v0.1.16 |
1440 | 2024-10-18T22:15:13.195Z | Compiling regex v1.11.0 |
1441 | 2024-10-18T22:15:13.593Z | Compiling bstr v1.10.0 |
1442 | 2024-10-18T22:15:14.140Z | Compiling serde-big-array v0.5.1 |
1443 | 2024-10-18T22:15:14.303Z | Compiling ed25519 v2.2.3 |
1444 | 2024-10-18T22:15:14.370Z | Compiling pkcs1 v0.7.5 |
1445 | 2024-10-18T22:15:14.611Z | Compiling rfc6979 v0.4.0 |
1446 | 2024-10-18T22:15:14.771Z | Compiling derive-where v1.2.7 |
1447 | 2024-10-18T22:15:14.798Z | Compiling clap_derive v4.5.18 |
1448 | 2024-10-18T22:15:14.975Z | Compiling serde_repr v0.1.19 |
1449 | 2024-10-18T22:15:15.259Z | Compiling phf_shared v0.10.0 |
1450 | 2024-10-18T22:15:15.391Z | Compiling float-cmp v0.9.0 |
1451 | 2024-10-18T22:15:15.410Z | Compiling sync_wrapper v1.0.1 |
1452 | 2024-10-18T22:15:15.562Z | Compiling crc32fast v1.4.2 |
1453 | 2024-10-18T22:15:15.614Z | Compiling bit-vec v0.6.3 |
1454 | 2024-10-18T22:15:15.660Z | Compiling number_prefix v0.4.0 |
1455 | 2024-10-18T22:15:15.872Z | Compiling predicates-core v1.0.8 |
1456 | 2024-10-18T22:15:15.896Z | Compiling precomputed-hash v0.1.1 |
1457 | 2024-10-18T22:15:16.016Z | Compiling static_assertions v1.1.0 |
1458 | 2024-10-18T22:15:16.065Z | Compiling new_debug_unreachable v1.0.6 |
1459 | 2024-10-18T22:15:16.124Z | Compiling unicode-segmentation v1.12.0 |
1460 | 2024-10-18T22:15:16.164Z | Compiling minimal-lexical v0.2.1 |
1461 | 2024-10-18T22:15:16.186Z | Compiling fixedbitset v0.4.2 |
1462 | 2024-10-18T22:15:16.213Z | Compiling difflib v0.4.0 |
1463 | 2024-10-18T22:15:16.385Z | Compiling whoami v1.5.2 |
1464 | 2024-10-18T22:15:16.648Z | Compiling normalize-line-endings v0.3.0 |
1465 | 2024-10-18T22:15:16.676Z | Compiling nom v7.1.3 |
1466 | 2024-10-18T22:15:16.772Z | Compiling predicates v3.1.2 |
1467 | 2024-10-18T22:15:17.028Z | Compiling similar v2.6.0 |
1468 | 2024-10-18T22:15:17.046Z | Compiling tokio-postgres v0.7.12 |
1469 | 2024-10-18T22:15:17.793Z | Compiling petgraph v0.6.5 |
1470 | 2024-10-18T22:15:18.420Z | Compiling qorb v0.0.2 |
1471 | 2024-10-18T22:15:18.497Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1472 | 2024-10-18T22:15:19.523Z | Compiling string_cache v0.8.7 |
1473 | 2024-10-18T22:15:19.949Z | Compiling clap v4.5.20 |
1474 | 2024-10-18T22:15:20.008Z | Compiling bit-set v0.5.3 |
1475 | 2024-10-18T22:15:20.078Z | Compiling indicatif v0.17.8 |
1476 | 2024-10-18T22:15:20.298Z | Compiling flate2 v1.0.34 |
1477 | 2024-10-18T22:15:20.432Z | Compiling reqwest v0.12.8 |
1478 | 2024-10-18T22:15:21.302Z | Compiling rsa v0.9.6 |
1479 | 2024-10-18T22:15:21.795Z | Compiling ecdsa v0.16.9 |
1480 | 2024-10-18T22:15:22.288Z | Compiling ed25519-dalek v2.1.1 |
1481 | 2024-10-18T22:15:22.664Z | Compiling toml v0.7.8 |
1482 | 2024-10-18T22:15:22.887Z | Compiling crossterm v0.28.1 |
1483 | 2024-10-18T22:15:24.510Z | Compiling hex v0.4.3 |
1484 | 2024-10-18T22:15:24.688Z | Compiling itertools v0.10.5 |
1485 | 2024-10-18T22:15:24.741Z | Compiling itertools v0.12.1 |
1486 | 2024-10-18T22:15:25.088Z | Compiling x509-cert v0.2.5 |
1487 | 2024-10-18T22:15:25.141Z | Compiling peg-runtime v0.8.3 |
1488 | 2024-10-18T22:15:25.410Z | Compiling unicode-xid v0.2.6 |
1489 | 2024-10-18T22:15:25.591Z | Compiling lalrpop-util v0.19.12 |
1490 | 2024-10-18T22:15:25.809Z | Compiling xattr v1.3.1 |
1491 | 2024-10-18T22:15:25.949Z | Compiling strum_macros v0.26.4 |
1492 | 2024-10-18T22:15:26.086Z | Compiling filetime v0.2.25 |
1493 | 2024-10-18T22:15:26.402Z | Compiling tar v0.4.42 |
1494 | 2024-10-18T22:15:29.573Z | Compiling strum v0.26.3 |
1495 | 2024-10-18T22:15:29.802Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1496 | 2024-10-18T22:15:30.050Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1497 | 2024-10-18T22:15:35.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
1498 | 2024-10-18T22:15:35.695Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1499 | 2024-10-18T22:15:35.736Z | Oct 18 22:15:35.111 INFO Starting download, target: Cockroach |
1500 | 2024-10-18T22:15:35.736Z | Oct 18 22:15:35.112 INFO Starting download, target: Console |
1501 | 2024-10-18T22:15:35.736Z | Oct 18 22:15:35.112 INFO Starting download, target: Clickhouse |
1502 | 2024-10-18T22:15:35.738Z | Oct 18 22:15:35.112 INFO Starting download, target: DendriteOpenapi |
1503 | 2024-10-18T22:15:35.739Z | Oct 18 22:15:35.112 INFO Starting download, target: DendriteStub |
1504 | 2024-10-18T22:15:35.739Z | Oct 18 22:15:35.112 INFO Starting download, target: MaghemiteMgd |
1505 | 2024-10-18T22:15:35.739Z | Oct 18 22:15:35.112 INFO Starting download, target: TransceiverControl |
1506 | 2024-10-18T22:15:35.739Z | Oct 18 22:15:35.112 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1507 | 2024-10-18T22:15:35.739Z | Oct 18 22:15:35.113 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1508 | 2024-10-18T22:15:35.739Z | Oct 18 22:15:35.113 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1509 | 2024-10-18T22:15:35.739Z | Oct 18 22:15:35.113 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1510 | 2024-10-18T22:15:35.739Z | Oct 18 22:15:35.113 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1511 | 2024-10-18T22:15:35.739Z | Oct 18 22:15:35.113 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1512 | 2024-10-18T22:15:35.739Z | Oct 18 22:15:35.113 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1513 | 2024-10-18T22:15:35.858Z | Oct 18 22:15:35.231 INFO Download complete, target: DendriteOpenapi |
1514 | 2024-10-18T22:15:36.024Z | Oct 18 22:15:35.396 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1515 | 2024-10-18T22:15:36.307Z | Oct 18 22:15:35.681 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1516 | 2024-10-18T22:15:36.345Z | Oct 18 22:15:35.718 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1517 | 2024-10-18T22:15:36.585Z | Oct 18 22:15:35.960 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1518 | 2024-10-18T22:15:36.724Z | Oct 18 22:15:36.100 INFO Download complete, target: Console |
1519 | 2024-10-18T22:15:36.791Z | Oct 18 22:15:36.166 INFO Download complete, target: TransceiverControl |
1520 | 2024-10-18T22:15:36.903Z | Oct 18 22:15:36.278 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1521 | 2024-10-18T22:15:36.903Z | Oct 18 22:15:36.278 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1522 | 2024-10-18T22:15:37.807Z | Oct 18 22:15:37.182 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1523 | 2024-10-18T22:15:39.618Z | Oct 18 22:15:38.993 INFO Download complete, target: DendriteStub |
1524 | 2024-10-18T22:15:39.975Z | Oct 18 22:15:39.350 INFO Download complete, target: MaghemiteMgd |
1525 | 2024-10-18T22:15:45.252Z | Oct 18 22:15:44.627 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1526 | 2024-10-18T22:15:45.586Z | Oct 18 22:15:44.961 INFO Checking that binary works, target: Cockroach |
1527 | 2024-10-18T22:15:45.799Z | Oct 18 22:15:45.174 INFO Download complete, target: Cockroach |
1528 | 2024-10-18T22:15:51.839Z | Oct 18 22:15:51.213 INFO Checking that binary works, target: Clickhouse |
1529 | 2024-10-18T22:15:52.350Z | Oct 18 22:15:51.724 INFO Download complete, target: Clickhouse |
1530 | 2024-10-18T22:15:52.357Z | All prerequisites installed successfully |
1531 | 2024-10-18T22:15:52.359Z | |
1532 | 2024-10-18T22:15:52.359Z | real 4:41.032463383 |
1533 | 2024-10-18T22:15:52.359Z | user 12:43.851373978 |
1534 | 2024-10-18T22:15:52.359Z | sys 2:37.028912028 |
1535 | 2024-10-18T22:15:52.359Z | trap 0.410447670 |
1536 | 2024-10-18T22:15:52.359Z | tflt 5.638215875 |
1537 | 2024-10-18T22:15:52.360Z | dflt 4.800701233 |
1538 | 2024-10-18T22:15:52.360Z | kflt 0.446483199 |
1539 | 2024-10-18T22:15:52.360Z | lock 27:35.679348657 |
1540 | 2024-10-18T22:15:52.360Z | slp 51:30.143313384 |
1541 | 2024-10-18T22:15:52.360Z | lat 41.594479919 |
1542 | 2024-10-18T22:15:52.360Z | stop 1:50.599328251 |
1543 | 2024-10-18T22:15:52.360Z | + source ./tools/include/force-git-over-https.sh |
1544 | 2024-10-18T22:15:52.360Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1545 | 2024-10-18T22:15:52.360Z | ++ (( i = 0 )) |
1546 | 2024-10-18T22:15:52.360Z | ++ (( i < 5 )) |
1547 | 2024-10-18T22:15:52.360Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1548 | 2024-10-18T22:15:52.362Z | ++ (( i++ )) |
1549 | 2024-10-18T22:15:52.362Z | ++ (( i < 5 )) |
1550 | 2024-10-18T22:15:52.364Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1551 | 2024-10-18T22:15:52.367Z | ++ (( i++ )) |
1552 | 2024-10-18T22:15:52.367Z | ++ (( i < 5 )) |
1553 | 2024-10-18T22:15:52.367Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1554 | 2024-10-18T22:15:52.369Z | ++ (( i++ )) |
1555 | 2024-10-18T22:15:52.369Z | ++ (( i < 5 )) |
1556 | 2024-10-18T22:15:52.369Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1557 | 2024-10-18T22:15:52.372Z | ++ (( i++ )) |
1558 | 2024-10-18T22:15:52.372Z | ++ (( i < 5 )) |
1559 | 2024-10-18T22:15:52.372Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1560 | 2024-10-18T22:15:52.375Z | ++ (( i++ )) |
1561 | 2024-10-18T22:15:52.375Z | ++ (( i < 5 )) |
1562 | 2024-10-18T22:15:52.378Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1563 | 2024-10-18T22:15:52.378Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1564 | 2024-10-18T22:15:52.378Z | + rc=0 |
1565 | 2024-10-18T22:15:52.378Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1566 | 2024-10-18T22:16:18.015Z | + case $rc in |
1567 | 2024-10-18T22:16:18.015Z | + pfexec zfs create -p rpool/images/build/host |
1568 | 2024-10-18T22:16:18.189Z | + pfexec zfs create -p rpool/images/build/recovery |
1569 | 2024-10-18T22:16:18.256Z | + cargo xtask releng --output-dir /work |
1570 | 2024-10-18T22:16:18.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1571 | 2024-10-18T22:16:18.864Z | Running `target/debug/xtask releng --output-dir /work` |
1572 | 2024-10-18T22:16:19.823Z | Compiling proc-macro2 v1.0.87 |
1573 | 2024-10-18T22:16:19.823Z | Compiling unicode-ident v1.0.13 |
1574 | 2024-10-18T22:16:19.823Z | Compiling libc v0.2.159 |
1575 | 2024-10-18T22:16:19.825Z | Compiling serde v1.0.210 |
1576 | 2024-10-18T22:16:19.826Z | Compiling autocfg v1.4.0 |
1577 | 2024-10-18T22:16:19.826Z | Compiling version_check v0.9.5 |
1578 | 2024-10-18T22:16:19.826Z | Compiling cfg-if v1.0.0 |
1579 | 2024-10-18T22:16:20.094Z | Compiling typenum v1.17.0 |
1580 | 2024-10-18T22:16:20.116Z | Compiling shlex v1.3.0 |
1581 | 2024-10-18T22:16:20.153Z | Compiling memchr v2.7.4 |
1582 | 2024-10-18T22:16:20.553Z | Compiling parking_lot_core v0.9.10 |
1583 | 2024-10-18T22:16:20.983Z | Compiling lock_api v0.4.12 |
1584 | 2024-10-18T22:16:20.985Z | Compiling generic-array v0.14.7 |
1585 | 2024-10-18T22:16:21.042Z | Compiling serde_json v1.0.128 |
1586 | 2024-10-18T22:16:21.311Z | Compiling libm v0.2.8 |
1587 | 2024-10-18T22:16:21.314Z | Compiling value-bag v1.9.0 |
1588 | 2024-10-18T22:16:21.387Z | Compiling num-traits v0.2.19 |
1589 | 2024-10-18T22:16:21.675Z | Compiling quote v1.0.37 |
1590 | 2024-10-18T22:16:21.768Z | Compiling log v0.4.22 |
1591 | 2024-10-18T22:16:21.790Z | Compiling slab v0.4.9 |
1592 | 2024-10-18T22:16:21.916Z | Compiling once_cell v1.20.2 |
1593 | 2024-10-18T22:16:22.120Z | Compiling syn v2.0.79 |
1594 | 2024-10-18T22:16:22.177Z | Compiling getrandom v0.2.15 |
1595 | 2024-10-18T22:16:22.295Z | Compiling jobserver v0.1.32 |
1596 | 2024-10-18T22:16:22.492Z | Compiling thiserror v1.0.64 |
1597 | 2024-10-18T22:16:22.536Z | Compiling itoa v1.0.11 |
1598 | 2024-10-18T22:16:22.731Z | Compiling cc v1.1.30 |
1599 | 2024-10-18T22:16:22.775Z | Compiling scopeguard v1.2.0 |
1600 | 2024-10-18T22:16:23.041Z | Compiling rand_core v0.6.4 |
1601 | 2024-10-18T22:16:23.120Z | Compiling byteorder v1.5.0 |
1602 | 2024-10-18T22:16:23.626Z | Compiling subtle v2.6.1 |
1603 | 2024-10-18T22:16:24.255Z | Compiling semver v1.0.23 |
1604 | 2024-10-18T22:16:24.294Z | Compiling smallvec v1.13.2 |
1605 | 2024-10-18T22:16:24.453Z | Compiling pin-project-lite v0.2.14 |
1606 | 2024-10-18T22:16:24.660Z | Compiling httparse v1.9.5 |
1607 | 2024-10-18T22:16:24.767Z | Compiling heck v0.5.0 |
1608 | 2024-10-18T22:16:24.784Z | Compiling ryu v1.0.18 |
1609 | 2024-10-18T22:16:24.787Z | Compiling const-oid v0.9.6 |
1610 | 2024-10-18T22:16:25.018Z | Compiling pkg-config v0.3.31 |
1611 | 2024-10-18T22:16:25.197Z | Compiling futures-core v0.3.31 |
1612 | 2024-10-18T22:16:25.227Z | Compiling allocator-api2 v0.2.18 |
1613 | 2024-10-18T22:16:25.603Z | Compiling signal-hook-registry v1.4.2 |
1614 | 2024-10-18T22:16:26.127Z | Compiling parking_lot v0.12.3 |
1615 | 2024-10-18T22:16:26.184Z | Compiling mio v1.0.2 |
1616 | 2024-10-18T22:16:26.229Z | Compiling ring v0.17.8 |
1617 | 2024-10-18T22:16:27.236Z | Compiling socket2 v0.5.7 |
1618 | 2024-10-18T22:16:27.359Z | Compiling crossbeam-utils v0.8.20 |
1619 | 2024-10-18T22:16:27.478Z | Compiling vcpkg v0.2.15 |
1620 | 2024-10-18T22:16:27.811Z | Compiling futures-sink v0.3.31 |
1621 | 2024-10-18T22:16:27.957Z | Compiling num-conv v0.1.0 |
1622 | 2024-10-18T22:16:27.996Z | Compiling fnv v1.0.7 |
1623 | 2024-10-18T22:16:28.022Z | Compiling time-core v0.1.2 |
1624 | 2024-10-18T22:16:28.282Z | Compiling time-macros v0.2.18 |
1625 | 2024-10-18T22:16:28.598Z | Compiling ahash v0.8.11 |
1626 | 2024-10-18T22:16:28.719Z | Compiling schemars v0.8.21 |
1627 | 2024-10-18T22:16:29.073Z | Compiling spin v0.9.8 |
1628 | 2024-10-18T22:16:29.301Z | Compiling openssl-sys v0.9.103 |
1629 | 2024-10-18T22:16:29.744Z | Compiling serde_derive_internals v0.29.1 |
1630 | 2024-10-18T22:16:30.150Z | Compiling equivalent v1.0.1 |
1631 | 2024-10-18T22:16:30.295Z | Compiling foldhash v0.1.3 |
1632 | 2024-10-18T22:16:30.475Z | Compiling cpufeatures v0.2.14 |
1633 | 2024-10-18T22:16:30.677Z | Compiling rustix v0.38.37 |
1634 | 2024-10-18T22:16:30.815Z | Compiling hashbrown v0.15.0 |
1635 | 2024-10-18T22:16:31.806Z | Compiling futures-channel v0.3.31 |
1636 | 2024-10-18T22:16:32.207Z | Compiling futures-io v0.3.31 |
1637 | 2024-10-18T22:16:32.287Z | Compiling slog v2.7.0 |
1638 | 2024-10-18T22:16:32.331Z | Compiling futures-task v0.3.31 |
1639 | 2024-10-18T22:16:32.333Z | Compiling pin-utils v0.1.0 |
1640 | 2024-10-18T22:16:32.613Z | Compiling tinyvec_macros v0.1.1 |
1641 | 2024-10-18T22:16:32.734Z | Compiling tinyvec v1.8.0 |
1642 | 2024-10-18T22:16:32.994Z | Compiling openssl v0.10.66 |
1643 | 2024-10-18T22:16:33.095Z | Compiling ucd-trie v0.1.7 |
1644 | 2024-10-18T22:16:33.243Z | Compiling iana-time-zone v0.1.61 |
1645 | 2024-10-18T22:16:33.371Z | Compiling unicode-bidi v0.3.17 |
1646 | 2024-10-18T22:16:33.471Z | Compiling tracing-core v0.1.32 |
1647 | 2024-10-18T22:16:33.641Z | Compiling rustls v0.23.14 |
1648 | 2024-10-18T22:16:33.988Z | Compiling native-tls v0.2.12 |
1649 | 2024-10-18T22:16:34.460Z | Compiling unicode-normalization v0.1.24 |
1650 | 2024-10-18T22:16:34.594Z | Compiling base64ct v1.6.0 |
1651 | 2024-10-18T22:16:35.345Z | Compiling serde_derive v1.0.210 |
1652 | 2024-10-18T22:16:35.395Z | Compiling zeroize_derive v1.4.2 |
1653 | 2024-10-18T22:16:35.829Z | Compiling zerocopy-derive v0.7.35 |
1654 | 2024-10-18T22:16:36.095Z | Compiling tokio-macros v2.4.0 |
1655 | 2024-10-18T22:16:36.136Z | Compiling thiserror-impl v1.0.64 |
1656 | 2024-10-18T22:16:36.197Z | Compiling futures-macro v0.3.31 |
1657 | 2024-10-18T22:16:36.452Z | Compiling tracing-attributes v0.1.27 |
1658 | 2024-10-18T22:16:36.984Z | Compiling zeroize v1.8.1 |
1659 | 2024-10-18T22:16:38.047Z | Compiling zerocopy v0.7.35 |
1660 | 2024-10-18T22:16:39.365Z | Compiling crypto-common v0.1.6 |
1661 | 2024-10-18T22:16:39.389Z | Compiling block-buffer v0.10.4 |
1662 | 2024-10-18T22:16:39.602Z | Compiling der_derive v0.7.3 |
1663 | 2024-10-18T22:16:39.682Z | Compiling digest v0.10.7 |
1664 | 2024-10-18T22:16:39.874Z | Compiling schemars_derive v0.8.21 |
1665 | 2024-10-18T22:16:39.917Z | Compiling futures-util v0.3.31 |
1666 | 2024-10-18T22:16:40.128Z | Compiling hmac v0.12.1 |
1667 | 2024-10-18T22:16:40.168Z | Compiling scroll_derive v0.12.0 |
1668 | 2024-10-18T22:16:40.350Z | Compiling pest v2.7.14 |
1669 | 2024-10-18T22:16:40.591Z | Compiling block-padding v0.3.3 |
1670 | 2024-10-18T22:16:41.656Z | Compiling inout v0.1.3 |
1671 | 2024-10-18T22:16:41.947Z | Compiling openssl-macros v0.1.1 |
1672 | 2024-10-18T22:16:42.014Z | Compiling cipher v0.4.4 |
1673 | 2024-10-18T22:16:42.758Z | Compiling sha2 v0.10.8 |
1674 | 2024-10-18T22:16:42.810Z | Compiling tracing v0.1.40 |
1675 | 2024-10-18T22:16:42.898Z | Compiling ppv-lite86 v0.2.20 |
1676 | 2024-10-18T22:16:43.641Z | Compiling pest_meta v2.7.14 |
1677 | 2024-10-18T22:16:43.874Z | Compiling async-trait v0.1.83 |
1678 | 2024-10-18T22:16:44.149Z | Compiling pem-rfc7468 v0.7.0 |
1679 | 2024-10-18T22:16:45.031Z | Compiling pest_generator v2.7.14 |
1680 | 2024-10-18T22:16:46.907Z | Compiling cookie v0.18.1 |
1681 | 2024-10-18T22:16:47.238Z | Compiling usdt-impl v0.5.0 |
1682 | 2024-10-18T22:16:47.623Z | Compiling percent-encoding v2.3.1 |
1683 | 2024-10-18T22:16:47.772Z | Compiling dyn-clone v1.0.17 |
1684 | 2024-10-18T22:16:47.951Z | Compiling syn v1.0.109 |
1685 | 2024-10-18T22:16:47.972Z | Compiling pest_derive v2.7.14 |
1686 | 2024-10-18T22:16:47.974Z | Compiling flagset v0.4.6 |
1687 | 2024-10-18T22:16:48.193Z | Compiling der v0.7.9 |
1688 | 2024-10-18T22:16:48.426Z | Compiling rand_chacha v0.3.1 |
1689 | 2024-10-18T22:16:48.641Z | Compiling scroll v0.12.0 |
1690 | 2024-10-18T22:16:48.747Z | Compiling aho-corasick v1.1.3 |
1691 | 2024-10-18T22:16:49.263Z | Compiling bytes v1.7.2 |
1692 | 2024-10-18T22:16:50.476Z | Compiling bitflags v2.6.0 |
1693 | 2024-10-18T22:16:50.561Z | Compiling indexmap v2.6.0 |
1694 | 2024-10-18T22:16:51.127Z | Compiling tokio v1.40.0 |
1695 | 2024-10-18T22:16:52.389Z | Compiling http v1.1.0 |
1696 | 2024-10-18T22:16:52.480Z | Compiling serde_tokenstream v0.2.2 |
1697 | 2024-10-18T22:16:52.524Z | Compiling rustc_version v0.4.1 |
1698 | 2024-10-18T22:16:52.897Z | Compiling uuid v1.10.0 |
1699 | 2024-10-18T22:16:53.074Z | Compiling chrono v0.4.38 |
1700 | 2024-10-18T22:16:54.346Z | Compiling camino v1.1.9 |
1701 | 2024-10-18T22:16:55.013Z | Compiling rayon-core v1.12.1 |
1702 | 2024-10-18T22:16:55.041Z | Compiling rustls-pki-types v1.9.0 |
1703 | 2024-10-18T22:16:55.445Z | Compiling plain v0.2.3 |
1704 | 2024-10-18T22:16:55.622Z | Compiling regex-syntax v0.8.5 |
1705 | 2024-10-18T22:16:57.506Z | Compiling goblin v0.8.2 |
1706 | 2024-10-18T22:16:57.695Z | Compiling spki v0.7.3 |
1707 | 2024-10-18T22:16:59.192Z | Compiling rand v0.8.5 |
1708 | 2024-10-18T22:17:00.471Z | Compiling regex-automata v0.4.8 |
1709 | 2024-10-18T22:17:00.946Z | Compiling tokio-util v0.7.12 |
1710 | 2024-10-18T22:17:03.291Z | Compiling salsa20 v0.10.2 |
1711 | 2024-10-18T22:17:03.592Z | Compiling pbkdf2 v0.12.2 |
1712 | 2024-10-18T22:17:04.352Z | Compiling powerfmt v0.2.0 |
1713 | 2024-10-18T22:17:05.626Z | Compiling try-lock v0.2.5 |
1714 | 2024-10-18T22:17:05.809Z | Compiling pretty-hex v0.4.1 |
1715 | 2024-10-18T22:17:06.038Z | Compiling rustls v0.22.4 |
1716 | 2024-10-18T22:17:06.424Z | Compiling untrusted v0.9.0 |
1717 | 2024-10-18T22:17:06.980Z | Compiling dof v0.3.0 |
1718 | 2024-10-18T22:17:07.029Z | Compiling want v0.3.1 |
1719 | 2024-10-18T22:17:09.039Z | Compiling deranged v0.3.11 |
1720 | 2024-10-18T22:17:09.883Z | Compiling scrypt v0.11.0 |
1721 | 2024-10-18T22:17:10.511Z | Compiling dtrace-parser v0.2.0 |
1722 | 2024-10-18T22:17:10.688Z | Compiling form_urlencoded v1.2.1 |
1723 | 2024-10-18T22:17:10.951Z | Compiling cbc v0.1.2 |
1724 | 2024-10-18T22:17:11.228Z | Compiling aes v0.8.4 |
1725 | 2024-10-18T22:17:11.358Z | Compiling errno v0.3.9 |
1726 | 2024-10-18T22:17:11.472Z | Compiling thread-id v4.2.2 |
1727 | 2024-10-18T22:17:11.633Z | Compiling num_threads v0.1.7 |
1728 | 2024-10-18T22:17:11.773Z | Compiling httpdate v1.0.3 |
1729 | 2024-10-18T22:17:12.450Z | Compiling atomic-waker v1.1.2 |
1730 | 2024-10-18T22:17:12.553Z | Compiling pkcs5 v0.7.1 |
1731 | 2024-10-18T22:17:12.666Z | Compiling time v0.3.36 |
1732 | 2024-10-18T22:17:13.949Z | Compiling rustls-webpki v0.102.8 |
1733 | 2024-10-18T22:17:15.131Z | Compiling http-body v1.0.1 |
1734 | 2024-10-18T22:17:15.389Z | Compiling heapless v0.7.17 |
1735 | 2024-10-18T22:17:15.434Z | Compiling zerocopy-derive v0.6.6 |
1736 | 2024-10-18T22:17:16.085Z | Compiling multer v3.1.0 |
1737 | 2024-10-18T22:17:16.228Z | Compiling tower-service v0.3.3 |
1738 | 2024-10-18T22:17:16.575Z | Compiling num-bigint-dig v0.8.4 |
1739 | 2024-10-18T22:17:16.876Z | Compiling slog-async v2.8.0 |
1740 | 2024-10-18T22:17:16.897Z | Compiling anyhow v1.0.89 |
1741 | 2024-10-18T22:17:17.440Z | Compiling signal-hook v0.3.17 |
1742 | 2024-10-18T22:17:17.772Z | Compiling pkcs8 v0.10.2 |
1743 | 2024-10-18T22:17:17.774Z | Compiling h2 v0.4.6 |
1744 | 2024-10-18T22:17:18.172Z | Compiling regex v1.11.0 |
1745 | 2024-10-18T22:17:19.357Z | Compiling idna v0.5.0 |
1746 | 2024-10-18T22:17:20.560Z | Compiling paste v1.0.15 |
1747 | 2024-10-18T22:17:21.016Z | Compiling rustversion v1.0.17 |
1748 | 2024-10-18T22:17:21.105Z | Compiling base64 v0.22.1 |
1749 | 2024-10-18T22:17:21.851Z | Compiling strsim v0.11.1 |
1750 | 2024-10-18T22:17:22.348Z | Compiling url v2.5.2 |
1751 | 2024-10-18T22:17:24.241Z | Compiling usdt-macro v0.5.0 |
1752 | 2024-10-18T22:17:24.327Z | Compiling usdt-attr-macro v0.5.0 |
1753 | 2024-10-18T22:17:25.965Z | Compiling hyper v1.4.1 |
1754 | 2024-10-18T22:17:27.772Z | Compiling curve25519-dalek v4.1.3 |
1755 | 2024-10-18T22:17:28.292Z | Compiling openapiv3 v2.0.0 |
1756 | 2024-10-18T22:17:28.437Z | Compiling serde_spanned v0.6.8 |
1757 | 2024-10-18T22:17:28.821Z | Compiling toml_datetime v0.6.8 |
1758 | 2024-10-18T22:17:29.209Z | Compiling async-stream-impl v0.3.6 |
1759 | 2024-10-18T22:17:29.458Z | Compiling enum-as-inner v0.6.1 |
1760 | 2024-10-18T22:17:30.644Z | Compiling dropshot v0.12.0 |
1761 | 2024-10-18T22:17:30.736Z | Compiling smoltcp v0.9.1 |
1762 | 2024-10-18T22:17:30.843Z | Compiling match_cfg v0.1.0 |
1763 | 2024-10-18T22:17:31.027Z | Compiling foreign-types-shared v0.1.1 |
1764 | 2024-10-18T22:17:31.520Z | Compiling portable-atomic v1.9.0 |
1765 | 2024-10-18T22:17:31.561Z | Compiling foreign-types v0.3.2 |
1766 | 2024-10-18T22:17:31.732Z | Compiling hostname v0.3.1 |
1767 | 2024-10-18T22:17:31.974Z | Compiling hyper-util v0.1.9 |
1768 | 2024-10-18T22:17:36.299Z | Compiling clap_derive v4.5.18 |
1769 | 2024-10-18T22:17:37.253Z | Compiling dirs-sys-next v0.1.2 |
1770 | 2024-10-18T22:17:37.764Z | Compiling encoding_rs v0.8.34 |
1771 | 2024-10-18T22:17:37.866Z | Compiling data-encoding v2.6.0 |
1772 | 2024-10-18T22:17:39.740Z | Compiling ipnet v2.10.1 |
1773 | 2024-10-18T22:17:41.065Z | Compiling siphasher v0.3.11 |
1774 | 2024-10-18T22:17:41.454Z | Compiling mime v0.3.17 |
1775 | 2024-10-18T22:17:42.396Z | Compiling adler2 v2.0.0 |
1776 | 2024-10-18T22:17:42.586Z | Compiling miniz_oxide v0.8.0 |
1777 | 2024-10-18T22:17:43.949Z | Compiling dirs-next v2.0.0 |
1778 | 2024-10-18T22:17:48.289Z | Compiling http-body-util v0.1.2 |
1779 | 2024-10-18T22:17:48.319Z | Compiling hubpack_derive v0.1.1 |
1780 | 2024-10-18T22:17:48.850Z | Compiling serde_urlencoded v0.7.1 |
1781 | 2024-10-18T22:17:49.225Z | Compiling crossbeam-epoch v0.9.18 |
1782 | 2024-10-18T22:17:49.347Z | Compiling dropshot_endpoint v0.12.0 |
1783 | 2024-10-18T22:17:49.546Z | Compiling hashbrown v0.14.5 |
1784 | 2024-10-18T22:17:49.568Z | Compiling sha1 v0.10.6 |
1785 | 2024-10-18T22:17:50.004Z | Compiling signature v2.2.0 |
1786 | 2024-10-18T22:17:50.087Z | Compiling curve25519-dalek-derive v0.1.1 |
1787 | 2024-10-18T22:17:50.264Z | Compiling lazy_static v1.5.0 |
1788 | 2024-10-18T22:17:50.491Z | Compiling thread_local v1.1.8 |
1789 | 2024-10-18T22:17:51.145Z | Compiling fs-err v2.11.0 |
1790 | 2024-10-18T22:17:51.488Z | Compiling unicode-properties v0.1.3 |
1791 | 2024-10-18T22:17:51.559Z | Compiling either v1.13.0 |
1792 | 2024-10-18T22:17:51.898Z | Compiling openssl-probe v0.1.5 |
1793 | 2024-10-18T22:17:51.935Z | Compiling gimli v0.31.1 |
1794 | 2024-10-18T22:17:52.271Z | Compiling winnow v0.6.20 |
1795 | 2024-10-18T22:17:52.355Z | Compiling utf8parse v0.2.2 |
1796 | 2024-10-18T22:17:52.593Z | Compiling anstyle v1.0.8 |
1797 | 2024-10-18T22:17:53.165Z | Compiling anstyle-parse v0.2.5 |
1798 | 2024-10-18T22:17:53.970Z | Compiling stringprep v0.1.5 |
1799 | 2024-10-18T22:17:54.300Z | Compiling regress v0.10.1 |
1800 | 2024-10-18T22:17:55.015Z | Compiling crossbeam-deque v0.8.5 |
1801 | 2024-10-18T22:17:56.409Z | Compiling toml_edit v0.22.22 |
1802 | 2024-10-18T22:17:56.982Z | Compiling addr2line v0.24.2 |
1803 | 2024-10-18T22:17:57.709Z | Compiling term v0.7.0 |
1804 | 2024-10-18T22:17:59.121Z | Compiling slog-json v2.6.1 |
1805 | 2024-10-18T22:18:00.515Z | Compiling crossbeam-channel v0.5.13 |
1806 | 2024-10-18T22:18:00.961Z | Compiling rustls-pemfile v2.2.0 |
1807 | 2024-10-18T22:18:02.288Z | Compiling futures-executor v0.3.31 |
1808 | 2024-10-18T22:18:02.520Z | Compiling md-5 v0.10.6 |
1809 | 2024-10-18T22:18:02.830Z | Compiling idna v0.4.0 |
1810 | 2024-10-18T22:18:02.949Z | Compiling idna v0.3.0 |
1811 | 2024-10-18T22:18:04.215Z | Compiling num-integer v0.1.46 |
1812 | 2024-10-18T22:18:04.588Z | Compiling ff v0.13.0 |
1813 | 2024-10-18T22:18:04.643Z | Compiling hash32 v0.2.1 |
1814 | 2024-10-18T22:18:04.838Z | Compiling memmap v0.7.0 |
1815 | 2024-10-18T22:18:04.950Z | Compiling is-terminal v0.4.13 |
1816 | 2024-10-18T22:18:05.025Z | Compiling object v0.36.5 |
1817 | 2024-10-18T22:18:05.106Z | Compiling fallible-iterator v0.2.0 |
1818 | 2024-10-18T22:18:05.174Z | Compiling psl-types v2.0.11 |
1819 | 2024-10-18T22:18:05.238Z | Compiling stable_deref_trait v1.2.0 |
1820 | 2024-10-18T22:18:05.383Z | Compiling base16ct v0.2.0 |
1821 | 2024-10-18T22:18:05.467Z | Compiling quick-error v1.2.3 |
1822 | 2024-10-18T22:18:05.628Z | Compiling colorchoice v1.0.2 |
1823 | 2024-10-18T22:18:05.763Z | Compiling is_terminal_polyfill v1.70.1 |
1824 | 2024-10-18T22:18:05.873Z | Compiling take_mut v0.2.2 |
1825 | 2024-10-18T22:18:05.919Z | Compiling rustc-demangle v0.1.24 |
1826 | 2024-10-18T22:18:05.922Z | Compiling heck v0.4.1 |
1827 | 2024-10-18T22:18:06.111Z | Compiling utf-8 v0.7.6 |
1828 | 2024-10-18T22:18:06.437Z | Compiling linked-hash-map v0.5.6 |
1829 | 2024-10-18T22:18:06.498Z | Compiling anstyle-query v1.1.1 |
1830 | 2024-10-18T22:18:06.983Z | Compiling lru-cache v0.1.2 |
1831 | 2024-10-18T22:18:07.265Z | Compiling anstream v0.6.15 |
1832 | 2024-10-18T22:18:07.404Z | Compiling strum_macros v0.25.3 |
1833 | 2024-10-18T22:18:08.105Z | Compiling tungstenite v0.23.0 |
1834 | 2024-10-18T22:18:08.512Z | Compiling postgres-protocol v0.6.7 |
1835 | 2024-10-18T22:18:09.464Z | Compiling sec1 v0.7.3 |
1836 | 2024-10-18T22:18:09.879Z | Compiling resolv-conf v0.7.0 |
1837 | 2024-10-18T22:18:10.277Z | Compiling publicsuffix v2.2.3 |
1838 | 2024-10-18T22:18:10.574Z | Compiling slog-term v2.9.1 |
1839 | 2024-10-18T22:18:10.612Z | Compiling usdt v0.5.0 |
1840 | 2024-10-18T22:18:11.183Z | Compiling num-iter v0.1.45 |
1841 | 2024-10-18T22:18:11.389Z | Compiling group v0.13.0 |
1842 | 2024-10-18T22:18:11.622Z | Compiling hickory-proto v0.24.1 |
1843 | 2024-10-18T22:18:11.701Z | Compiling futures v0.3.31 |
1844 | 2024-10-18T22:18:12.719Z | Compiling backtrace v0.3.74 |
1845 | 2024-10-18T22:18:12.885Z | Compiling tokio-rustls v0.26.0 |
1846 | 2024-10-18T22:18:14.244Z | Compiling tokio-rustls v0.25.0 |
1847 | 2024-10-18T22:18:14.935Z | Compiling toml v0.8.19 |
1848 | 2024-10-18T22:18:15.067Z | Compiling slog-bunyan v2.5.0 |
1849 | 2024-10-18T22:18:15.286Z | Compiling typify-impl v0.2.0 |
1850 | 2024-10-18T22:18:15.521Z | Compiling tokio-native-tls v0.3.1 |
1851 | 2024-10-18T22:18:15.573Z | Compiling terminal_size v0.4.0 |
1852 | 2024-10-18T22:18:15.804Z | Compiling phf_shared v0.11.2 |
1853 | 2024-10-18T22:18:16.020Z | Compiling async-stream v0.3.6 |
1854 | 2024-10-18T22:18:16.357Z | Compiling waitgroup v0.1.2 |
1855 | 2024-10-18T22:18:16.506Z | Compiling webpki-roots v0.26.6 |
1856 | 2024-10-18T22:18:16.582Z | Compiling serde_path_to_error v0.1.16 |
1857 | 2024-10-18T22:18:16.812Z | Compiling hkdf v0.12.4 |
1858 | 2024-10-18T22:18:16.945Z | Compiling crypto-bigint v0.5.5 |
1859 | 2024-10-18T22:18:17.388Z | Compiling derive-where v1.2.7 |
1860 | 2024-10-18T22:18:20.411Z | Compiling serde_repr v0.1.19 |
1861 | 2024-10-18T22:18:20.591Z | Compiling hostname v0.4.0 |
1862 | 2024-10-18T22:18:20.624Z | Compiling bitflags v1.3.2 |
1863 | 2024-10-18T22:18:20.744Z | Compiling managed v0.8.0 |
1864 | 2024-10-18T22:18:20.795Z | Compiling clap_lex v0.7.2 |
1865 | 2024-10-18T22:18:20.823Z | Compiling debug-ignore v1.0.5 |
1866 | 2024-10-18T22:18:20.863Z | Compiling unicode-width v0.1.14 |
1867 | 2024-10-18T22:18:20.985Z | Compiling winnow v0.5.40 |
1868 | 2024-10-18T22:18:21.409Z | Compiling console v0.15.8 |
1869 | 2024-10-18T22:18:21.744Z | Compiling clap_builder v4.5.20 |
1870 | 2024-10-18T22:18:23.024Z | Compiling elliptic-curve v0.13.8 |
1871 | 2024-10-18T22:18:23.822Z | Compiling hickory-resolver v0.24.1 |
1872 | 2024-10-18T22:18:24.775Z | Compiling toml_edit v0.19.15 |
1873 | 2024-10-18T22:18:26.549Z | Compiling hyper-rustls v0.27.3 |
1874 | 2024-10-18T22:18:27.446Z | Compiling typify-macro v0.2.0 |
1875 | 2024-10-18T22:18:29.262Z | Compiling phf v0.11.2 |
1876 | 2024-10-18T22:18:30.239Z | Compiling hyper-tls v0.6.0 |
1877 | 2024-10-18T22:18:30.605Z | Compiling signal-hook-mio v0.2.4 |
1878 | 2024-10-18T22:18:30.785Z | Compiling rayon v1.10.0 |
1879 | 2024-10-18T22:18:30.899Z | Compiling cookie_store v0.21.0 |
1880 | 2024-10-18T22:18:31.127Z | Compiling postgres-types v0.2.8 |
1881 | 2024-10-18T22:18:31.501Z | Compiling tokio-tungstenite v0.23.1 |
1882 | 2024-10-18T22:18:31.854Z | Compiling ed25519 v2.2.3 |
1883 | 2024-10-18T22:18:31.946Z | Compiling hubpack v0.1.2 |
1884 | 2024-10-18T22:18:32.015Z | Compiling phf_shared v0.10.0 |
1885 | 2024-10-18T22:18:32.388Z | Compiling pkcs1 v0.7.5 |
1886 | 2024-10-18T22:18:32.408Z | Compiling zerocopy v0.6.6 |
1887 | 2024-10-18T22:18:32.576Z | Compiling bstr v1.10.0 |
1888 | 2024-10-18T22:18:33.358Z | Compiling tokio-stream v0.1.16 |
1889 | 2024-10-18T22:18:33.539Z | Compiling serde-big-array v0.5.1 |
1890 | 2024-10-18T22:18:33.868Z | Compiling rfc6979 v0.4.0 |
1891 | 2024-10-18T22:18:34.071Z | Compiling float-cmp v0.9.0 |
1892 | 2024-10-18T22:18:34.191Z | Compiling sync_wrapper v1.0.1 |
1893 | 2024-10-18T22:18:34.232Z | Compiling crc32fast v1.4.2 |
1894 | 2024-10-18T22:18:34.344Z | Compiling precomputed-hash v0.1.1 |
1895 | 2024-10-18T22:18:34.346Z | Compiling static_assertions v1.1.0 |
1896 | 2024-10-18T22:18:34.413Z | Compiling normalize-line-endings v0.3.0 |
1897 | 2024-10-18T22:18:34.437Z | Compiling unicode-segmentation v1.12.0 |
1898 | 2024-10-18T22:18:34.458Z | Compiling fixedbitset v0.4.2 |
1899 | 2024-10-18T22:18:34.489Z | Compiling difflib v0.4.0 |
1900 | 2024-10-18T22:18:34.520Z | Compiling bit-vec v0.6.3 |
1901 | 2024-10-18T22:18:34.549Z | Compiling number_prefix v0.4.0 |
1902 | 2024-10-18T22:18:35.084Z | Compiling minimal-lexical v0.2.1 |
1903 | 2024-10-18T22:18:35.198Z | Compiling whoami v1.5.2 |
1904 | 2024-10-18T22:18:35.247Z | Compiling predicates-core v1.0.8 |
1905 | 2024-10-18T22:18:35.586Z | Compiling new_debug_unreachable v1.0.6 |
1906 | 2024-10-18T22:18:35.697Z | Compiling string_cache v0.8.7 |
1907 | 2024-10-18T22:18:35.756Z | Compiling tokio-postgres v0.7.12 |
1908 | 2024-10-18T22:18:35.932Z | Compiling nom v7.1.3 |
1909 | 2024-10-18T22:18:36.138Z | Compiling predicates v3.1.2 |
1910 | 2024-10-18T22:18:37.681Z | Compiling similar v2.6.0 |
1911 | 2024-10-18T22:18:39.404Z | Compiling indicatif v0.17.8 |
1912 | 2024-10-18T22:18:40.632Z | Compiling bit-set v0.5.3 |
1913 | 2024-10-18T22:18:40.788Z | Compiling petgraph v0.6.5 |
1914 | 2024-10-18T22:18:40.933Z | Compiling flate2 v1.0.34 |
1915 | 2024-10-18T22:18:41.092Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1916 | 2024-10-18T22:18:41.232Z | Compiling reqwest v0.12.8 |
1917 | 2024-10-18T22:18:41.742Z | Compiling qorb v0.0.2 |
1918 | 2024-10-18T22:18:41.835Z | Compiling ecdsa v0.16.9 |
1919 | 2024-10-18T22:18:44.784Z | Compiling rsa v0.9.6 |
1920 | 2024-10-18T22:18:45.337Z | Compiling ed25519-dalek v2.1.1 |
1921 | 2024-10-18T22:18:46.208Z | Compiling crossterm v0.28.1 |
1922 | 2024-10-18T22:18:46.343Z | Compiling toml v0.7.8 |
1923 | 2024-10-18T22:18:46.419Z | Compiling clap v4.5.20 |
1924 | 2024-10-18T22:18:46.862Z | Compiling itertools v0.10.5 |
1925 | 2024-10-18T22:18:47.788Z | Compiling itertools v0.12.1 |
1926 | 2024-10-18T22:18:49.897Z | Compiling x509-cert v0.2.5 |
1927 | 2024-10-18T22:18:50.712Z | Compiling hex v0.4.3 |
1928 | 2024-10-18T22:18:52.491Z | Compiling radium v0.7.0 |
1929 | 2024-10-18T22:18:52.563Z | Compiling lalrpop-util v0.19.12 |
1930 | 2024-10-18T22:18:53.359Z | Compiling peg-runtime v0.8.3 |
1931 | 2024-10-18T22:18:53.395Z | Compiling unicode-xid v0.2.6 |
1932 | 2024-10-18T22:18:55.379Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1933 | 2024-10-18T22:19:01.688Z | Compiling tap v1.0.1 |
1934 | 2024-10-18T22:19:02.636Z | Compiling maybe-uninit v2.0.0 |
1935 | 2024-10-18T22:19:03.137Z | Compiling ident_case v1.0.1 |
1936 | 2024-10-18T22:19:03.340Z | Compiling darling_core v0.20.10 |
1937 | 2024-10-18T22:19:03.358Z | Compiling wyz v0.5.1 |
1938 | 2024-10-18T22:19:22.031Z | Compiling typify v0.2.0 |
1939 | 2024-10-18T22:19:26.048Z | Compiling http v0.2.12 |
1940 | 2024-10-18T22:19:26.979Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1941 | 2024-10-18T22:19:28.195Z | Compiling funty v2.0.0 |
1942 | 2024-10-18T22:19:29.015Z | Compiling base64 v0.21.7 |
1943 | 2024-10-18T22:19:29.819Z | Compiling packed_struct v0.10.1 |
1944 | 2024-10-18T22:19:30.103Z | Compiling unsafe-libyaml v0.2.11 |
1945 | 2024-10-18T22:19:31.655Z | Compiling serde_yaml v0.9.34+deprecated |
1946 | 2024-10-18T22:19:31.942Z | Compiling bitvec v1.0.1 |
1947 | 2024-10-18T22:19:38.854Z | Compiling progenitor-impl v0.8.0 |
1948 | 2024-10-18T22:19:41.148Z | Compiling darling_macro v0.20.10 |
1949 | 2024-10-18T22:19:42.764Z | Compiling packed_struct_codegen v0.10.1 |
1950 | 2024-10-18T22:19:45.329Z | Compiling structmeta-derive v0.3.0 |
1951 | 2024-10-18T22:19:45.638Z | Compiling indexmap v1.9.3 |
1952 | 2024-10-18T22:19:45.985Z | Compiling fastrand v2.1.1 |
1953 | 2024-10-18T22:19:46.802Z | Compiling newtype-uuid v1.1.2 |
1954 | 2024-10-18T22:19:47.116Z | Compiling crc-catalog v2.4.0 |
1955 | 2024-10-18T22:19:47.449Z | Compiling nodrop v0.1.14 |
1956 | 2024-10-18T22:19:47.839Z | Compiling array-init v0.0.4 |
1957 | 2024-10-18T22:19:48.003Z | Compiling structmeta v0.3.0 |
1958 | 2024-10-18T22:19:49.324Z | Compiling crc v3.2.1 |
1959 | 2024-10-18T22:19:50.731Z | Compiling tempfile v3.13.0 |
1960 | 2024-10-18T22:19:51.328Z | Compiling progenitor-macro v0.8.0 |
1961 | 2024-10-18T22:19:54.172Z | Compiling darling v0.20.10 |
1962 | 2024-10-18T22:19:54.328Z | Compiling smallvec v0.6.14 |
1963 | 2024-10-18T22:19:59.331Z | Compiling http-body v0.4.6 |
1964 | 2024-10-18T22:19:59.866Z | Compiling h2 v0.3.26 |
1965 | 2024-10-18T22:20:00.313Z | Compiling progenitor-client v0.8.0 |
1966 | 2024-10-18T22:20:06.169Z | Compiling pin-project-internal v1.1.6 |
1967 | 2024-10-18T22:20:06.943Z | Compiling bitfield v0.14.0 |
1968 | 2024-10-18T22:20:07.392Z | Compiling same-file v1.0.6 |
1969 | 2024-10-18T22:20:07.680Z | Compiling termcolor v1.4.1 |
1970 | 2024-10-18T22:20:10.466Z | Compiling hashbrown v0.12.3 |
1971 | 2024-10-18T22:20:17.911Z | Compiling pin-project v1.1.6 |
1972 | 2024-10-18T22:20:18.067Z | Compiling env_logger v0.10.2 |
1973 | 2024-10-18T22:20:19.230Z | Compiling walkdir v2.5.0 |
1974 | 2024-10-18T22:20:20.017Z | Compiling hyper v0.14.30 |
1975 | 2024-10-18T22:20:20.684Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1976 | 2024-10-18T22:20:21.008Z | Compiling progenitor v0.8.0 |
1977 | 2024-10-18T22:20:23.779Z | Compiling bzip2 v0.4.4 |
1978 | 2024-10-18T22:20:24.261Z | Compiling serde-hex v0.1.0 |
1979 | 2024-10-18T22:20:24.664Z | Compiling serde_with_macros v3.11.0 |
1980 | 2024-10-18T22:20:27.684Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1981 | 2024-10-18T22:20:28.025Z | Compiling parse-display-derive v0.10.0 |
1982 | 2024-10-18T22:20:29.590Z | Compiling ron v0.8.1 |
1983 | 2024-10-18T22:20:33.137Z | Compiling strum_macros v0.26.4 |
1984 | 2024-10-18T22:20:34.679Z | Compiling ipnetwork v0.20.0 |
1985 | 2024-10-18T22:20:34.840Z | Compiling hashbrown v0.13.2 |
1986 | 2024-10-18T22:20:35.201Z | Compiling xattr v1.3.1 |
1987 | 2024-10-18T22:20:35.535Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1988 | 2024-10-18T22:20:35.720Z | Compiling snafu-derive v0.8.5 |
1989 | 2024-10-18T22:20:35.975Z | Compiling blake3 v1.5.4 |
1990 | 2024-10-18T22:20:36.253Z | Compiling ring v0.16.20 |
1991 | 2024-10-18T22:20:36.296Z | Compiling filetime v0.2.25 |
1992 | 2024-10-18T22:20:36.622Z | Compiling instant v0.1.13 |
1993 | 2024-10-18T22:20:36.652Z | Compiling crc-any v2.5.0 |
1994 | 2024-10-18T22:20:37.205Z | Compiling sync_wrapper v0.1.2 |
1995 | 2024-10-18T22:20:37.346Z | Compiling buf-list v1.0.3 |
1996 | 2024-10-18T22:20:37.689Z | Compiling reqwest v0.11.27 |
1997 | 2024-10-18T22:20:37.743Z | Compiling strum v0.26.3 |
1998 | 2024-10-18T22:20:37.981Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1999 | 2024-10-18T22:20:38.355Z | Compiling backoff v0.4.0 |
2000 | 2024-10-18T22:20:38.739Z | Compiling tar v0.4.42 |
2001 | 2024-10-18T22:20:39.034Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2002 | 2024-10-18T22:20:39.262Z | Compiling object v0.30.4 |
2003 | 2024-10-18T22:20:40.561Z | Compiling snafu v0.8.5 |
2004 | 2024-10-18T22:20:41.852Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2005 | 2024-10-18T22:20:44.047Z | Compiling parse-display v0.10.0 |
2006 | 2024-10-18T22:20:44.168Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2007 | 2024-10-18T22:20:45.412Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2008 | 2024-10-18T22:20:45.835Z | Compiling serde_with v3.11.0 |
2009 | 2024-10-18T22:20:45.974Z | Compiling zip v0.6.6 |
2010 | 2024-10-18T22:20:46.003Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2011 | 2024-10-18T22:20:46.738Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2012 | 2024-10-18T22:20:48.698Z | Compiling camino-tempfile v1.1.1 |
2013 | 2024-10-18T22:20:49.563Z | Compiling globset v0.4.15 |
2014 | 2024-10-18T22:20:50.311Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2015 | 2024-10-18T22:20:50.504Z | Compiling regress v0.9.1 |
2016 | 2024-10-18T22:20:52.231Z | Compiling pem v3.0.4 |
2017 | 2024-10-18T22:20:53.798Z | Compiling olpc-cjson v0.1.4 |
2018 | 2024-10-18T22:20:54.155Z | Compiling macaddr v1.0.1 |
2019 | 2024-10-18T22:20:54.799Z | Compiling serde_plain v1.0.2 |
2020 | 2024-10-18T22:20:55.330Z | Compiling async-recursion v1.1.1 |
2021 | 2024-10-18T22:20:55.562Z | Compiling memmap2 v0.9.5 |
2022 | 2024-10-18T22:20:55.851Z | Compiling untrusted v0.7.1 |
2023 | 2024-10-18T22:20:56.062Z | Compiling typed-path v0.7.1 |
2024 | 2024-10-18T22:20:56.194Z | Compiling constant_time_eq v0.3.1 |
2025 | 2024-10-18T22:20:56.385Z | Compiling arrayref v0.3.9 |
2026 | 2024-10-18T22:20:56.504Z | Compiling arrayvec v0.7.6 |
2027 | 2024-10-18T22:20:56.863Z | Compiling path-slash v0.1.5 |
2028 | 2024-10-18T22:20:57.021Z | Compiling spin v0.5.2 |
2029 | 2024-10-18T22:20:57.086Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2030 | 2024-10-18T22:20:59.445Z | Compiling tough v0.17.1 |
2031 | 2024-10-18T22:20:59.843Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2032 | 2024-10-18T22:21:03.721Z | Compiling itertools v0.13.0 |
2033 | 2024-10-18T22:21:04.015Z | Compiling cargo-platform v0.1.8 |
2034 | 2024-10-18T22:21:04.674Z | Compiling parse-size v1.0.0 |
2035 | 2024-10-18T22:21:04.985Z | Compiling topological-sort v0.2.2 |
2036 | 2024-10-18T22:21:05.148Z | Compiling cargo_metadata v0.18.1 |
2037 | 2024-10-18T22:21:05.199Z | Compiling shell-words v1.1.0 |
2038 | 2024-10-18T22:21:05.254Z | Compiling omicron-zone-package v0.11.1 |
2039 | 2024-10-18T22:21:12.418Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2040 | 2024-10-18T22:21:25.844Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2041 | 2024-10-18T22:21:40.607Z | Finished `release` profile [optimized] target(s) in 5m 21s |
2042 | 2024-10-18T22:21:40.743Z | Running `target/release/omicron-releng --output-dir /work` |
2043 | 2024-10-18T22:21:40.789Z | Oct 18 22:21:40.129 DEBG changing working directory to /work/oxidecomputer/omicron |
2044 | 2024-10-18T22:21:40.888Z | Oct 18 22:21:40.229 DEBG running: git rev-parse HEAD |
2045 | 2024-10-18T22:21:40.894Z | Oct 18 22:21:40.236 DEBG process exited with exit status: 0 (6.625511ms) |
2046 | 2024-10-18T22:21:40.894Z | Oct 18 22:21:40.236 INFO version: 12.0.0-0.ci+gite725a768241 |
2047 | 2024-10-18T22:21:40.935Z | Oct 18 22:21:40.276 INFO cloning helios to /work/oxidecomputer/helios |
2048 | 2024-10-18T22:21:40.935Z | Oct 18 22:21:40.276 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2049 | 2024-10-18T22:21:40.940Z | Cloning into '/work/oxidecomputer/helios'... |
2050 | 2024-10-18T22:21:41.431Z | Oct 18 22:21:40.760 DEBG process exited with exit status: 0 (483.321625ms) |
2051 | 2024-10-18T22:21:41.432Z | Oct 18 22:21:40.760 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2052 | 2024-10-18T22:21:41.436Z | # branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb |
2053 | 2024-10-18T22:21:41.436Z | # branch.head master |
2054 | 2024-10-18T22:21:41.436Z | # branch.upstream origin/master |
2055 | 2024-10-18T22:21:41.436Z | # branch.ab +0 -0 |
2056 | 2024-10-18T22:21:41.436Z | Oct 18 22:21:40.768 DEBG process exited with exit status: 0 (8.175761ms) |
2057 | 2024-10-18T22:21:41.436Z | Oct 18 22:21:40.768 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2058 | 2024-10-18T22:21:42.229Z | Oct 18 22:21:41.570 DEBG process exited with exit status: 0 (802.255864ms) |
2059 | 2024-10-18T22:21:42.229Z | Oct 18 22:21:41.571 DEBG running: zfs list rpool/images/build/host |
2060 | 2024-10-18T22:21:42.236Z | NAME USED AVAIL REFER MOUNTPOINT |
2061 | 2024-10-18T22:21:42.236Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2062 | 2024-10-18T22:21:42.239Z | Oct 18 22:21:41.578 DEBG process exited with exit status: 0 (7.621486ms) |
2063 | 2024-10-18T22:21:42.239Z | Oct 18 22:21:41.578 DEBG running: zfs list rpool/images/build/recovery |
2064 | 2024-10-18T22:21:42.243Z | NAME USED AVAIL REFER MOUNTPOINT |
2065 | 2024-10-18T22:21:42.243Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2066 | 2024-10-18T22:21:42.245Z | Oct 18 22:21:41.585 DEBG process exited with exit status: 0 (6.324621ms) |
2067 | 2024-10-18T22:21:42.245Z | Oct 18 22:21:41.585 INFO [hubris-staging] running task |
2068 | 2024-10-18T22:21:42.245Z | Oct 18 22:21:41.585 INFO [hubris-production] running task |
2069 | 2024-10-18T22:21:42.245Z | Oct 18 22:21:41.586 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2070 | 2024-10-18T22:21:42.248Z | Oct 18 22:21:41.589 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2071 | 2024-10-18T22:21:42.590Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2072 | 2024-10-18T22:21:42.776Z | [ omicron-package] Blocking waiting for file lock on package cache |
2073 | 2024-10-18T22:21:43.394Z | [ omicron-package] Blocking waiting for file lock on package cache |
2074 | 2024-10-18T22:21:43.692Z | [ omicron-package] Blocking waiting for file lock on package cache |
2075 | 2024-10-18T22:21:43.800Z | Oct 18 22:21:43.140 INFO [hubris-production] task succeeded (1.55474259s) |
2076 | 2024-10-18T22:21:44.443Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2077 | 2024-10-18T22:21:44.447Z | [ omicron-package] Compiling heapless v0.8.0 |
2078 | 2024-10-18T22:21:44.452Z | [ omicron-package] Compiling hash32 v0.3.1 |
2079 | 2024-10-18T22:21:44.452Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2080 | 2024-10-18T22:21:44.452Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2081 | 2024-10-18T22:21:44.452Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2082 | 2024-10-18T22:21:44.456Z | [ omicron-package] Compiling cobs v0.2.3 |
2083 | 2024-10-18T22:21:44.456Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2084 | 2024-10-18T22:21:45.779Z | [ omicron-package] Compiling postcard v1.0.10 |
2085 | 2024-10-18T22:21:45.951Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2086 | 2024-10-18T22:21:46.211Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2087 | 2024-10-18T22:21:46.232Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2088 | 2024-10-18T22:21:46.241Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2089 | 2024-10-18T22:21:46.495Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2090 | 2024-10-18T22:21:46.498Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2091 | 2024-10-18T22:21:47.425Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2092 | 2024-10-18T22:21:47.539Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2093 | 2024-10-18T22:21:47.678Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2094 | 2024-10-18T22:21:48.217Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2095 | 2024-10-18T22:21:48.519Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2096 | 2024-10-18T22:21:48.914Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2097 | 2024-10-18T22:21:49.057Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2098 | 2024-10-18T22:21:49.132Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2099 | 2024-10-18T22:21:49.504Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2100 | 2024-10-18T22:21:49.577Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2101 | 2024-10-18T22:21:49.878Z | [ omicron-package] Compiling colored v2.1.0 |
2102 | 2024-10-18T22:21:50.275Z | [ omicron-package] Compiling num_enum v0.5.11 |
2103 | 2024-10-18T22:21:50.280Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2104 | 2024-10-18T22:21:50.562Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2105 | 2024-10-18T22:21:51.126Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2106 | 2024-10-18T22:21:51.129Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2107 | 2024-10-18T22:21:51.129Z | [ omicron-package] Compiling num-derive v0.4.2 |
2108 | 2024-10-18T22:21:51.129Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2109 | 2024-10-18T22:21:51.218Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2110 | 2024-10-18T22:21:51.569Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2111 | 2024-10-18T22:21:51.676Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2112 | 2024-10-18T22:21:52.060Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2113 | 2024-10-18T22:21:52.497Z | [ omicron-package] Compiling smf v0.2.3 |
2114 | 2024-10-18T22:21:52.720Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2115 | 2024-10-18T22:21:53.784Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2116 | 2024-10-18T22:21:53.983Z | [ omicron-package] Compiling zone v0.3.0 |
2117 | 2024-10-18T22:21:54.048Z | Oct 18 22:21:53.373 INFO [hubris-staging] task succeeded (11.787401294s) |
2118 | 2024-10-18T22:21:55.532Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2119 | 2024-10-18T22:21:55.667Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2120 | 2024-10-18T22:21:56.749Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2121 | 2024-10-18T22:21:57.512Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2122 | 2024-10-18T22:21:57.777Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2123 | 2024-10-18T22:21:58.225Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2124 | 2024-10-18T22:21:58.379Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2125 | 2024-10-18T22:21:58.785Z | [ omicron-package] Compiling gethostname v0.5.0 |
2126 | 2024-10-18T22:22:00.267Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2127 | 2024-10-18T22:22:02.612Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2128 | 2024-10-18T22:22:05.670Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2129 | 2024-10-18T22:22:06.182Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2130 | 2024-10-18T22:22:07.722Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2131 | 2024-10-18T22:22:24.640Z | [ helios-setup] Oct 18 22:22:23.978 INFO helios repository root is: /work/oxidecomputer/helios |
2132 | 2024-10-18T22:22:24.643Z | [ helios-setup] Oct 18 22:22:23.981 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 |
2133 | 2024-10-18T22:22:24.643Z | [ helios-setup] Oct 18 22:22:23.981 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2134 | 2024-10-18T22:22:24.648Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2135 | 2024-10-18T22:22:27.452Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 45.19s |
2136 | 2024-10-18T22:22:27.893Z | [ omicron-package] |
2137 | 2024-10-18T22:22:27.904Z | [ omicron-package] real 45.384817862 |
2138 | 2024-10-18T22:22:27.904Z | [ omicron-package] user 2:40.262192275 |
2139 | 2024-10-18T22:22:27.904Z | [ omicron-package] sys 20.897084776 |
2140 | 2024-10-18T22:22:27.904Z | [ omicron-package] trap 0.160918463 |
2141 | 2024-10-18T22:22:27.904Z | [ omicron-package] tflt 0.374998282 |
2142 | 2024-10-18T22:22:27.904Z | [ omicron-package] dflt 0.688593961 |
2143 | 2024-10-18T22:22:27.904Z | [ omicron-package] kflt 0.000042526 |
2144 | 2024-10-18T22:22:27.904Z | [ omicron-package] lock 5:02.627273720 |
2145 | 2024-10-18T22:22:27.904Z | [ omicron-package] slp 8:21.228921419 |
2146 | 2024-10-18T22:22:27.904Z | [ omicron-package] lat 1:31.920499121 |
2147 | 2024-10-18T22:22:27.904Z | [ omicron-package] stop 55.506234946 |
2148 | 2024-10-18T22:22:27.904Z | Oct 18 22:22:27.017 INFO [omicron-package] process exited with exit status: 0 (45.42809206s) |
2149 | 2024-10-18T22:22:27.904Z | Oct 18 22:22:27.018 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 |
2150 | 2024-10-18T22:22:27.904Z | Oct 18 22:22:27.100 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2151 | 2024-10-18T22:22:27.904Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2152 | 2024-10-18T22:22:27.904Z | [ host-target] Created new build target 'host' and set it as active |
2153 | 2024-10-18T22:22:27.904Z | Oct 18 22:22:27.115 INFO [host-target] process exited with exit status: 0 (97.131941ms) |
2154 | 2024-10-18T22:22:27.904Z | Oct 18 22:22:27.115 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2155 | 2024-10-18T22:22:27.904Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2156 | 2024-10-18T22:22:27.904Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2157 | 2024-10-18T22:22:27.905Z | Oct 18 22:22:27.127 INFO [recovery-target] process exited with exit status: 0 (27.330691ms) |
2158 | 2024-10-18T22:22:27.905Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2159 | 2024-10-18T22:22:29.093Z | [ host-package] Compiling convert_case v0.4.0 |
2160 | 2024-10-18T22:22:29.093Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2161 | 2024-10-18T22:22:29.093Z | [ host-package] Compiling newline-converter v0.3.0 |
2162 | 2024-10-18T22:22:29.095Z | [ host-package] Compiling password-hash v0.5.0 |
2163 | 2024-10-18T22:22:29.095Z | [ host-package] Compiling progenitor-client v0.8.0 |
2164 | 2024-10-18T22:22:29.095Z | [ host-package] Compiling blake2 v0.10.6 |
2165 | 2024-10-18T22:22:29.095Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2166 | 2024-10-18T22:22:29.266Z | [ host-package] Compiling owo-colors v4.1.0 |
2167 | 2024-10-18T22:22:29.432Z | [ host-package] Compiling expectorate v1.1.0 |
2168 | 2024-10-18T22:22:29.459Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2169 | 2024-10-18T22:22:29.639Z | [ host-package] Compiling progenitor v0.8.0 |
2170 | 2024-10-18T22:22:29.657Z | [ host-package] Compiling num-rational v0.4.2 |
2171 | 2024-10-18T22:22:29.708Z | [ host-package] Compiling num-complex v0.4.6 |
2172 | 2024-10-18T22:22:29.863Z | [ host-package] Compiling argon2 v0.5.3 |
2173 | 2024-10-18T22:22:30.010Z | [ host-package] Compiling derive_more v0.99.18 |
2174 | 2024-10-18T22:22:30.618Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2175 | 2024-10-18T22:22:30.998Z | [ host-package] Compiling num v0.4.3 |
2176 | 2024-10-18T22:22:31.051Z | [ host-package] Compiling atomicwrites v0.4.4 |
2177 | 2024-10-18T22:22:31.140Z | [ host-package] Compiling libsw v3.3.1 |
2178 | 2024-10-18T22:22:31.283Z | [ host-package] Compiling indent_write v2.2.0 |
2179 | 2024-10-18T22:22:31.390Z | [ host-package] Compiling float-ord v0.3.2 |
2180 | 2024-10-18T22:22:31.500Z | [ host-package] Compiling prettyplease v0.2.22 |
2181 | 2024-10-18T22:22:31.529Z | [ host-package] Compiling linear-map v1.2.0 |
2182 | 2024-10-18T22:22:31.572Z | [ host-package] Compiling swrite v0.1.0 |
2183 | 2024-10-18T22:22:31.597Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2184 | 2024-10-18T22:22:31.676Z | [ helios-setup] Oct 18 22:22:31.013 INFO clone ok!, project: amd-firmware |
2185 | 2024-10-18T22:22:31.679Z | [ helios-setup] Oct 18 22:22:31.014 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2186 | 2024-10-18T22:22:31.679Z | [ helios-setup] Oct 18 22:22:31.014 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 |
2187 | 2024-10-18T22:22:31.679Z | [ helios-setup] Oct 18 22:22:31.014 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2188 | 2024-10-18T22:22:31.682Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2189 | 2024-10-18T22:22:31.735Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2190 | 2024-10-18T22:22:31.837Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2191 | 2024-10-18T22:22:31.982Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2192 | 2024-10-18T22:22:32.272Z | [ host-package] Compiling highway v1.2.0 |
2193 | 2024-10-18T22:22:32.300Z | [ host-package] Compiling semver v0.1.20 |
2194 | 2024-10-18T22:22:32.463Z | [ helios-setup] Oct 18 22:22:31.799 INFO clone ok!, project: image-builder |
2195 | 2024-10-18T22:22:32.466Z | [ helios-setup] Oct 18 22:22:31.800 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 |
2196 | 2024-10-18T22:22:32.466Z | [ helios-setup] Oct 18 22:22:31.800 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2197 | 2024-10-18T22:22:32.470Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2198 | 2024-10-18T22:22:32.924Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2199 | 2024-10-18T22:22:33.316Z | [ helios-setup] Oct 18 22:22:32.653 INFO clone ok!, project: phbl |
2200 | 2024-10-18T22:22:33.318Z | [ helios-setup] Oct 18 22:22:32.653 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 |
2201 | 2024-10-18T22:22:33.318Z | [ helios-setup] Oct 18 22:22:32.653 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2202 | 2024-10-18T22:22:33.321Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2203 | 2024-10-18T22:22:33.618Z | [ host-package] Compiling rustc_version v0.1.7 |
2204 | 2024-10-18T22:22:33.994Z | [ helios-setup] Oct 18 22:22:33.331 INFO clone ok!, project: bootserver |
2205 | 2024-10-18T22:22:33.996Z | [ helios-setup] Oct 18 22:22:33.331 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 |
2206 | 2024-10-18T22:22:33.996Z | [ helios-setup] Oct 18 22:22:33.331 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 |
2207 | 2024-10-18T22:22:33.999Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2208 | 2024-10-18T22:22:34.142Z | [ host-package] Compiling newtype_derive v0.1.6 |
2209 | 2024-10-18T22:22:34.494Z | [ host-package] Compiling newtype-uuid v1.1.2 |
2210 | 2024-10-18T22:22:34.986Z | [ host-package] Compiling ipnetwork v0.20.0 |
2211 | 2024-10-18T22:22:35.206Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2212 | 2024-10-18T22:22:35.221Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2213 | 2024-10-18T22:22:35.803Z | [ host-package] Compiling instant v0.1.13 |
2214 | 2024-10-18T22:22:35.974Z | [ host-package] Compiling humantime v2.1.0 |
2215 | 2024-10-18T22:22:36.706Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2216 | 2024-10-18T22:22:36.840Z | [ host-package] Compiling backoff v0.4.0 |
2217 | 2024-10-18T22:22:36.959Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2218 | 2024-10-18T22:22:37.265Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2219 | 2024-10-18T22:22:38.162Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2220 | 2024-10-18T22:22:38.544Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2221 | 2024-10-18T22:22:39.961Z | [ host-package] Compiling parse-display v0.10.0 |
2222 | 2024-10-18T22:22:40.597Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2223 | 2024-10-18T22:22:40.807Z | [ host-package] Compiling strum v0.26.3 |
2224 | 2024-10-18T22:22:41.035Z | [ host-package] Compiling serde_with v3.11.0 |
2225 | 2024-10-18T22:22:41.539Z | [ host-package] Compiling regress v0.9.1 |
2226 | 2024-10-18T22:22:41.654Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2227 | 2024-10-18T22:22:44.134Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
2228 | 2024-10-18T22:22:44.147Z | [ helios-setup] Oct 18 22:22:43.482 INFO clone ok!, project: amd-host-image-builder |
2229 | 2024-10-18T22:22:44.149Z | [ helios-setup] Oct 18 22:22:43.483 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 |
2230 | 2024-10-18T22:22:44.149Z | [ helios-setup] Oct 18 22:22:43.483 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2231 | 2024-10-18T22:22:44.151Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2232 | 2024-10-18T22:22:44.823Z | [ host-package] Compiling macaddr v1.0.1 |
2233 | 2024-10-18T22:22:45.226Z | [ helios-setup] Oct 18 22:22:44.561 INFO clone ok!, project: chelsio-t6-roms |
2234 | 2024-10-18T22:22:45.228Z | [ helios-setup] Oct 18 22:22:44.562 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 |
2235 | 2024-10-18T22:22:45.228Z | [ helios-setup] Oct 18 22:22:44.562 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2236 | 2024-10-18T22:22:45.231Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2237 | 2024-10-18T22:22:45.280Z | [ host-package] Compiling home v0.5.9 |
2238 | 2024-10-18T22:22:45.508Z | [ host-package] Compiling steno v0.4.1 |
2239 | 2024-10-18T22:22:45.855Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2240 | 2024-10-18T22:22:45.988Z | [ helios-setup] Oct 18 22:22:45.323 INFO clone ok!, project: pinprick |
2241 | 2024-10-18T22:22:45.990Z | [ helios-setup] Oct 18 22:22:45.324 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2242 | 2024-10-18T22:22:45.990Z | [ helios-setup] Oct 18 22:22:45.324 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2243 | 2024-10-18T22:22:45.990Z | [ helios-setup] Oct 18 22:22:45.324 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 |
2244 | 2024-10-18T22:22:45.990Z | [ helios-setup] Oct 18 22:22:45.324 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2245 | 2024-10-18T22:22:45.994Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2246 | 2024-10-18T22:22:46.794Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2247 | 2024-10-18T22:22:46.927Z | [ host-package] Compiling display-error-chain v0.2.1 |
2248 | 2024-10-18T22:22:46.940Z | [ helios-setup] Oct 18 22:22:46.275 INFO clone ok!, project: pilot |
2249 | 2024-10-18T22:22:46.942Z | [ helios-setup] Oct 18 22:22:46.275 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2250 | 2024-10-18T22:22:47.184Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2251 | 2024-10-18T22:22:47.711Z | [ helios-setup] Oct 18 22:22:47.047 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2252 | 2024-10-18T22:22:48.355Z | [ helios-setup] Oct 18 22:22:47.690 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2253 | 2024-10-18T22:22:48.357Z | [ helios-setup] Oct 18 22:22:47.690 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2254 | 2024-10-18T22:22:48.621Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2255 | 2024-10-18T22:22:48.954Z | [ helios-setup] Oct 18 22:22:48.290 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2256 | 2024-10-18T22:22:48.973Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2257 | 2024-10-18T22:22:49.144Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2258 | 2024-10-18T22:22:49.512Z | [ helios-setup] Oct 18 22:22:48.847 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2259 | 2024-10-18T22:22:49.514Z | [ helios-setup] Oct 18 22:22:48.847 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2260 | 2024-10-18T22:22:50.107Z | [ helios-setup] Oct 18 22:22:49.442 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2261 | 2024-10-18T22:22:50.686Z | [ helios-setup] Oct 18 22:22:50.021 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2262 | 2024-10-18T22:22:50.689Z | [ helios-setup] Oct 18 22:22:50.021 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2263 | 2024-10-18T22:22:50.689Z | [ helios-setup] Oct 18 22:22:50.021 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2264 | 2024-10-18T22:22:50.689Z | [ helios-setup] Oct 18 22:22:50.022 INFO ok! |
2265 | 2024-10-18T22:22:50.689Z | [ helios-setup] Oct 18 22:22:50.022 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2266 | 2024-10-18T22:22:50.689Z | [ helios-setup] Oct 18 22:22:50.022 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2267 | 2024-10-18T22:22:50.689Z | [ helios-setup] Oct 18 22:22:50.022 INFO ok! |
2268 | 2024-10-18T22:22:50.689Z | [ helios-setup] Oct 18 22:22:50.022 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2269 | 2024-10-18T22:22:50.689Z | [ helios-setup] Oct 18 22:22:50.022 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2270 | 2024-10-18T22:22:50.690Z | [ helios-setup] Oct 18 22:22:50.022 INFO ok! |
2271 | 2024-10-18T22:22:50.690Z | [ helios-setup] Oct 18 22:22:50.022 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2272 | 2024-10-18T22:22:50.690Z | [ helios-setup] Oct 18 22:22:50.022 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2273 | 2024-10-18T22:22:50.997Z | [ helios-setup] Oct 18 22:22:50.332 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2274 | 2024-10-18T22:22:51.502Z | [ helios-setup] Oct 18 22:22:50.837 INFO E| From https://github.com/jclulow/rust-jmclib |
2275 | 2024-10-18T22:22:51.502Z | [ helios-setup] Oct 18 22:22:50.837 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2276 | 2024-10-18T22:22:51.525Z | [ helios-setup] Oct 18 22:22:50.860 INFO E| Updating crates.io index |
2277 | 2024-10-18T22:22:51.634Z | [ helios-setup] Oct 18 22:22:50.968 INFO E| Downloading crates ... |
2278 | 2024-10-18T22:22:51.812Z | [ helios-setup] Oct 18 22:22:51.146 INFO E| Downloaded opaque-debug v0.3.0 |
2279 | 2024-10-18T22:22:51.819Z | [ helios-setup] Oct 18 22:22:51.154 INFO E| Downloaded block-buffer v0.9.0 |
2280 | 2024-10-18T22:22:51.843Z | [ helios-setup] Oct 18 22:22:51.178 INFO E| Downloaded digest v0.9.0 |
2281 | 2024-10-18T22:22:51.847Z | [ helios-setup] Oct 18 22:22:51.181 INFO E| Downloaded md-5 v0.9.1 |
2282 | 2024-10-18T22:22:51.849Z | [ helios-setup] Oct 18 22:22:51.184 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2283 | 2024-10-18T22:22:51.852Z | [ helios-setup] Oct 18 22:22:51.186 INFO E| Downloaded itoa v1.0.9 |
2284 | 2024-10-18T22:22:51.856Z | [ helios-setup] Oct 18 22:22:51.188 INFO E| Downloaded fastrand v2.0.0 |
2285 | 2024-10-18T22:22:51.858Z | [ helios-setup] Oct 18 22:22:51.191 INFO E| Downloaded quote v1.0.31 |
2286 | 2024-10-18T22:22:51.862Z | [ helios-setup] Oct 18 22:22:51.196 INFO E| Downloaded errno v0.3.1 |
2287 | 2024-10-18T22:22:51.865Z | [ helios-setup] Oct 18 22:22:51.198 INFO E| Downloaded sha-1 v0.9.8 |
2288 | 2024-10-18T22:22:51.867Z | [ helios-setup] Oct 18 22:22:51.202 INFO E| Downloaded unicode-width v0.1.10 |
2289 | 2024-10-18T22:22:51.870Z | [ helios-setup] Oct 18 22:22:51.205 INFO E| Downloaded walkdir v2.3.3 |
2290 | 2024-10-18T22:22:51.873Z | [ helios-setup] Oct 18 22:22:51.208 INFO E| Downloaded once_cell v1.18.0 |
2291 | 2024-10-18T22:22:51.878Z | [ helios-setup] Oct 18 22:22:51.213 INFO E| Downloaded proc-macro2 v1.0.66 |
2292 | 2024-10-18T22:22:51.883Z | [ helios-setup] Oct 18 22:22:51.217 INFO E| Downloaded tempfile v3.7.0 |
2293 | 2024-10-18T22:22:51.887Z | [ helios-setup] Oct 18 22:22:51.222 INFO E| Downloaded getrandom v0.2.10 |
2294 | 2024-10-18T22:22:51.893Z | [ helios-setup] Oct 18 22:22:51.228 INFO E| Downloaded uuid v0.8.2 |
2295 | 2024-10-18T22:22:51.899Z | [ helios-setup] Oct 18 22:22:51.234 INFO E| Downloaded unicode-ident v1.0.11 |
2296 | 2024-10-18T22:22:51.904Z | [ helios-setup] Oct 18 22:22:51.239 INFO E| Downloaded serde v1.0.193 |
2297 | 2024-10-18T22:22:51.911Z | [ helios-setup] Oct 18 22:22:51.246 INFO E| Downloaded typenum v1.16.0 |
2298 | 2024-10-18T22:22:51.915Z | [ helios-setup] Oct 18 22:22:51.250 INFO E| Downloaded serde_derive v1.0.193 |
2299 | 2024-10-18T22:22:51.920Z | [ helios-setup] Oct 18 22:22:51.255 INFO E| Downloaded ryu v1.0.15 |
2300 | 2024-10-18T22:22:51.925Z | [ helios-setup] Oct 18 22:22:51.260 INFO E| Downloaded serde_json v1.0.103 |
2301 | 2024-10-18T22:22:51.938Z | [ helios-setup] Oct 18 22:22:51.273 INFO E| Downloaded toml v0.5.11 |
2302 | 2024-10-18T22:22:51.942Z | [ helios-setup] Oct 18 22:22:51.277 INFO E| Downloaded syn v2.0.32 |
2303 | 2024-10-18T22:22:51.960Z | [ helios-setup] Oct 18 22:22:51.295 INFO E| Downloaded rustix v0.38.4 |
2304 | 2024-10-18T22:22:52.011Z | [ helios-setup] Oct 18 22:22:51.346 INFO E| Downloaded cpufeatures v0.2.9 |
2305 | 2024-10-18T22:22:52.014Z | [ helios-setup] Oct 18 22:22:51.347 INFO E| Downloaded libc v0.2.147 |
2306 | 2024-10-18T22:22:52.052Z | [ helios-setup] Oct 18 22:22:51.387 INFO E| Downloaded bitflags v2.3.3 |
2307 | 2024-10-18T22:22:52.077Z | [ helios-setup] Oct 18 22:22:51.391 INFO E| Downloaded anyhow v1.0.72 |
2308 | 2024-10-18T22:22:52.270Z | [ helios-setup] Oct 18 22:22:51.604 INFO E| Compiling libc v0.2.147 |
2309 | 2024-10-18T22:22:52.277Z | [ helios-setup] Oct 18 22:22:51.605 INFO E| Compiling proc-macro2 v1.0.66 |
2310 | 2024-10-18T22:22:52.277Z | [ helios-setup] Oct 18 22:22:51.605 INFO E| Compiling cfg-if v1.0.0 |
2311 | 2024-10-18T22:22:52.277Z | [ helios-setup] Oct 18 22:22:51.605 INFO E| Compiling unicode-ident v1.0.11 |
2312 | 2024-10-18T22:22:52.277Z | [ helios-setup] Oct 18 22:22:51.605 INFO E| Compiling version_check v0.9.4 |
2313 | 2024-10-18T22:22:52.277Z | [ helios-setup] Oct 18 22:22:51.605 INFO E| Compiling typenum v1.16.0 |
2314 | 2024-10-18T22:22:52.277Z | [ helios-setup] Oct 18 22:22:51.606 INFO E| Compiling serde v1.0.193 |
2315 | 2024-10-18T22:22:52.277Z | [ helios-setup] Oct 18 22:22:51.606 INFO E| Compiling itoa v1.0.9 |
2316 | 2024-10-18T22:22:52.627Z | [ helios-setup] Oct 18 22:22:51.962 INFO E| Compiling slog v2.7.0 |
2317 | 2024-10-18T22:22:52.910Z | [ helios-setup] Oct 18 22:22:52.245 INFO E| Compiling num-conv v0.1.0 |
2318 | 2024-10-18T22:22:52.939Z | [ helios-setup] Oct 18 22:22:52.273 INFO E| Compiling rustix v0.38.4 |
2319 | 2024-10-18T22:22:53.435Z | [ host-package] Compiling half v2.4.1 |
2320 | 2024-10-18T22:22:53.468Z | [ helios-setup] Oct 18 22:22:52.803 INFO E| Compiling time-core v0.1.2 |
2321 | 2024-10-18T22:22:53.686Z | [ helios-setup] Oct 18 22:22:53.021 INFO E| Compiling powerfmt v0.2.0 |
2322 | 2024-10-18T22:22:53.766Z | [ helios-setup] Oct 18 22:22:53.101 INFO E| Compiling once_cell v1.18.0 |
2323 | 2024-10-18T22:22:53.774Z | [ helios-setup] Oct 18 22:22:53.109 INFO E| Compiling time-macros v0.2.18 |
2324 | 2024-10-18T22:22:53.977Z | [ helios-setup] Oct 18 22:22:53.311 INFO E| Compiling generic-array v0.14.7 |
2325 | 2024-10-18T22:22:54.431Z | [ helios-setup] Oct 18 22:22:53.766 INFO E| Compiling deranged v0.3.11 |
2326 | 2024-10-18T22:22:54.500Z | [ helios-setup] Oct 18 22:22:53.834 INFO E| Compiling bitflags v2.3.3 |
2327 | 2024-10-18T22:22:54.557Z | [ helios-setup] Oct 18 22:22:53.892 INFO E| Compiling num_threads v0.1.6 |
2328 | 2024-10-18T22:22:54.997Z | [ helios-setup] Oct 18 22:22:54.332 INFO E| Compiling thread_local v1.1.7 |
2329 | 2024-10-18T22:22:55.352Z | [ host-package] Compiling ciborium-io v0.2.2 |
2330 | 2024-10-18T22:22:55.497Z | [ helios-setup] Oct 18 22:22:54.832 INFO E| Compiling opaque-debug v0.3.0 |
2331 | 2024-10-18T22:22:55.589Z | [ helios-setup] Oct 18 22:22:54.923 INFO E| Compiling anyhow v1.0.72 |
2332 | 2024-10-18T22:22:55.680Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2333 | 2024-10-18T22:22:56.542Z | [ helios-setup] Oct 18 22:22:55.876 INFO E| Compiling quote v1.0.31 |
2334 | 2024-10-18T22:22:56.659Z | [ helios-setup] Oct 18 22:22:55.993 INFO E| Compiling dirs-sys-next v0.1.2 |
2335 | 2024-10-18T22:22:56.718Z | [ host-package] Compiling tungstenite v0.21.0 |
2336 | 2024-10-18T22:22:56.837Z | [ helios-setup] Oct 18 22:22:56.171 INFO E| Compiling errno v0.3.1 |
2337 | 2024-10-18T22:22:56.875Z | [ helios-setup] Oct 18 22:22:56.209 INFO E| Compiling atty v0.2.14 |
2338 | 2024-10-18T22:22:57.342Z | [ helios-setup] Oct 18 22:22:56.676 INFO E| Compiling dirs-next v2.0.0 |
2339 | 2024-10-18T22:22:57.466Z | [ helios-setup] Oct 18 22:22:56.801 INFO E| Compiling syn v2.0.32 |
2340 | 2024-10-18T22:22:57.648Z | [ helios-setup] Oct 18 22:22:56.983 INFO E| Compiling term v0.7.0 |
2341 | 2024-10-18T22:22:58.113Z | [ helios-setup] Oct 18 22:22:57.448 INFO E| Compiling fastrand v2.0.0 |
2342 | 2024-10-18T22:22:58.518Z | [ helios-setup] Oct 18 22:22:57.852 INFO E| Compiling serde_json v1.0.103 |
2343 | 2024-10-18T22:22:59.435Z | [ helios-setup] Oct 18 22:22:58.769 INFO E| Compiling getrandom v0.2.10 |
2344 | 2024-10-18T22:22:59.565Z | [ helios-setup] Oct 18 22:22:58.899 INFO E| Compiling time v0.3.36 |
2345 | 2024-10-18T22:22:59.577Z | [ helios-setup] Oct 18 22:22:58.912 INFO E| Compiling unicode-width v0.1.10 |
2346 | 2024-10-18T22:22:59.708Z | [ helios-setup] Oct 18 22:22:59.042 INFO E| Compiling same-file v1.0.6 |
2347 | 2024-10-18T22:23:00.014Z | [ helios-setup] Oct 18 22:22:59.348 INFO E| Compiling cpufeatures v0.2.9 |
2348 | 2024-10-18T22:23:00.110Z | [ helios-setup] Oct 18 22:22:59.444 INFO E| Compiling block-buffer v0.9.0 |
2349 | 2024-10-18T22:23:00.142Z | [ helios-setup] Oct 18 22:22:59.477 INFO E| Compiling digest v0.9.0 |
2350 | 2024-10-18T22:23:00.275Z | [ helios-setup] Oct 18 22:22:59.609 INFO E| Compiling ryu v1.0.15 |
2351 | 2024-10-18T22:23:00.311Z | [ helios-setup] Oct 18 22:22:59.645 INFO E| Compiling walkdir v2.3.3 |
2352 | 2024-10-18T22:23:00.365Z | [ helios-setup] Oct 18 22:22:59.699 INFO E| Compiling getopts v0.2.21 |
2353 | 2024-10-18T22:23:00.465Z | [ helios-setup] Oct 18 22:22:59.800 INFO E| Compiling md-5 v0.9.1 |
2354 | 2024-10-18T22:23:01.251Z | [ helios-setup] Oct 18 22:23:00.585 INFO E| Compiling tempfile v3.7.0 |
2355 | 2024-10-18T22:23:01.404Z | [ helios-setup] Oct 18 22:23:00.738 INFO E| Compiling sha-1 v0.9.8 |
2356 | 2024-10-18T22:23:02.112Z | [ helios-setup] Oct 18 22:23:01.446 INFO E| Compiling libdevinfo-sys v1.0.0 |
2357 | 2024-10-18T22:23:02.136Z | [ helios-setup] Oct 18 22:23:01.470 INFO E| Compiling glob v0.3.1 |
2358 | 2024-10-18T22:23:03.586Z | [ helios-setup] Oct 18 22:23:02.919 INFO E| Compiling slog-term v2.9.0 |
2359 | 2024-10-18T22:23:04.250Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2360 | 2024-10-18T22:23:05.676Z | [ host-package] Compiling ciborium v0.2.2 |
2361 | 2024-10-18T22:23:06.311Z | [ helios-setup] Oct 18 22:23:05.643 INFO E| Compiling serde_derive v1.0.193 |
2362 | 2024-10-18T22:23:08.224Z | [ host-package] Compiling nibble_vec v0.1.0 |
2363 | 2024-10-18T22:23:08.539Z | [ host-package] Compiling endian-type v0.1.2 |
2364 | 2024-10-18T22:23:08.866Z | [ host-package] Compiling radix_trie v0.2.1 |
2365 | 2024-10-18T22:23:09.910Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2366 | 2024-10-18T22:23:11.753Z | [ host-package] Compiling same-file v1.0.6 |
2367 | 2024-10-18T22:23:12.056Z | [ host-package] Compiling fastrand v2.1.1 |
2368 | 2024-10-18T22:23:12.762Z | [ host-package] Compiling tempfile v3.13.0 |
2369 | 2024-10-18T22:23:13.670Z | [ host-package] Compiling walkdir v2.5.0 |
2370 | 2024-10-18T22:23:13.722Z | [ host-package] Compiling blake3 v1.5.4 |
2371 | 2024-10-18T22:23:14.425Z | [ host-package] Compiling ring v0.16.20 |
2372 | 2024-10-18T22:23:14.698Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2373 | 2024-10-18T22:23:14.732Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2374 | 2024-10-18T22:23:14.789Z | [ host-package] Compiling xattr v1.3.1 |
2375 | 2024-10-18T22:23:15.155Z | [ host-package] Compiling memmap2 v0.9.5 |
2376 | 2024-10-18T22:23:15.492Z | [ host-package] Compiling filetime v0.2.25 |
2377 | 2024-10-18T22:23:15.564Z | [ host-package] Compiling untrusted v0.7.1 |
2378 | 2024-10-18T22:23:15.837Z | [ host-package] Compiling arrayvec v0.7.6 |
2379 | 2024-10-18T22:23:15.840Z | [ host-package] Compiling keccak v0.1.5 |
2380 | 2024-10-18T22:23:16.328Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2381 | 2024-10-18T22:23:16.556Z | [ host-package] Compiling arrayref v0.3.9 |
2382 | 2024-10-18T22:23:16.701Z | [ host-package] Compiling spin v0.5.2 |
2383 | 2024-10-18T22:23:16.961Z | [ host-package] Compiling sha3 v0.10.8 |
2384 | 2024-10-18T22:23:17.039Z | [ host-package] Compiling tar v0.4.42 |
2385 | 2024-10-18T22:23:17.965Z | [ host-package] Compiling toolchain_find v0.4.0 |
2386 | 2024-10-18T22:23:18.007Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2387 | 2024-10-18T22:23:18.122Z | [ host-package] Compiling topological-sort v0.2.2 |
2388 | 2024-10-18T22:23:18.381Z | [ host-package] Compiling glob v0.3.1 |
2389 | 2024-10-18T22:23:18.539Z | [ host-package] Compiling crunchy v0.2.2 |
2390 | 2024-10-18T22:23:18.599Z | [ host-package] Compiling maplit v1.0.2 |
2391 | 2024-10-18T22:23:18.769Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2392 | 2024-10-18T22:23:19.198Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2393 | 2024-10-18T22:23:19.329Z | [ host-package] Compiling clang-sys v1.8.1 |
2394 | 2024-10-18T22:23:19.432Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2395 | 2024-10-18T22:23:19.488Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2396 | 2024-10-18T22:23:19.542Z | [ host-package] Compiling phf_generator v0.11.2 |
2397 | 2024-10-18T22:23:19.673Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2398 | 2024-10-18T22:23:19.787Z | [ host-package] Compiling secrecy v0.8.0 |
2399 | 2024-10-18T22:23:20.022Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2400 | 2024-10-18T22:23:20.101Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2401 | 2024-10-18T22:23:20.146Z | [ host-package] Compiling arc-swap v1.7.1 |
2402 | 2024-10-18T22:23:20.514Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2403 | 2024-10-18T22:23:20.591Z | [ host-package] Compiling r2d2 v0.8.10 |
2404 | 2024-10-18T22:23:20.877Z | [ helios-setup] Oct 18 22:23:20.209 INFO E| Compiling toml v0.5.11 |
2405 | 2024-10-18T22:23:20.877Z | [ helios-setup] Oct 18 22:23:20.210 INFO E| Compiling uuid v0.8.2 |
2406 | 2024-10-18T22:23:20.958Z | [ host-package] Compiling slog-scope v4.4.0 |
2407 | 2024-10-18T22:23:21.054Z | [ host-package] Compiling diesel_derives v2.2.3 |
2408 | 2024-10-18T22:23:21.129Z | [ host-package] Compiling phf_codegen v0.11.2 |
2409 | 2024-10-18T22:23:21.553Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2410 | 2024-10-18T22:23:21.876Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2411 | 2024-10-18T22:23:21.980Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2412 | 2024-10-18T22:23:22.106Z | [ host-package] Compiling universal-hash v0.5.1 |
2413 | 2024-10-18T22:23:22.436Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2414 | 2024-10-18T22:23:22.768Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2415 | 2024-10-18T22:23:23.039Z | [ helios-setup] Oct 18 22:23:22.371 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2416 | 2024-10-18T22:23:24.988Z | [ host-package] Compiling ena v0.14.3 |
2417 | 2024-10-18T22:23:25.793Z | [ host-package] Compiling libloading v0.8.5 |
2418 | 2024-10-18T22:23:26.000Z | [ host-package] Compiling opaque-debug v0.3.1 |
2419 | 2024-10-18T22:23:26.193Z | [ host-package] Compiling diff v0.1.13 |
2420 | 2024-10-18T22:23:26.262Z | [ helios-setup] Oct 18 22:23:25.586 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2421 | 2024-10-18T22:23:26.273Z | [ host-package] Compiling bindgen v0.69.5 |
2422 | 2024-10-18T22:23:26.878Z | [ host-package] Compiling cfg_aliases v0.1.1 |
2423 | 2024-10-18T22:23:26.880Z | [ host-package] Compiling regex-syntax v0.6.29 |
2424 | 2024-10-18T22:23:27.018Z | [ host-package] Compiling nix v0.28.0 |
2425 | 2024-10-18T22:23:27.062Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2426 | 2024-10-18T22:23:33.161Z | [ host-package] Compiling lalrpop v0.19.12 |
2427 | 2024-10-18T22:23:34.947Z | [ host-package] Compiling diesel v2.2.4 |
2428 | 2024-10-18T22:23:40.118Z | [ host-package] Compiling poly1305 v0.8.0 |
2429 | 2024-10-18T22:23:40.313Z | [ helios-setup] Oct 18 22:23:39.639 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.53s |
2430 | 2024-10-18T22:23:40.344Z | [ helios-setup] Oct 18 22:23:39.674 INFO building project "image-builder" ok (49 seconds) |
2431 | 2024-10-18T22:23:40.344Z | [ helios-setup] Oct 18 22:23:39.674 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2432 | 2024-10-18T22:23:40.346Z | [ helios-setup] Oct 18 22:23:39.674 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2433 | 2024-10-18T22:23:40.633Z | [ helios-setup] Oct 18 22:23:39.964 INFO E| Downloading crates ... |
2434 | 2024-10-18T22:23:40.703Z | [ helios-setup] Oct 18 22:23:40.034 INFO E| Downloaded sha2 v0.10.5 |
2435 | 2024-10-18T22:23:40.708Z | [ helios-setup] Oct 18 22:23:40.039 INFO E| Downloaded digest v0.10.3 |
2436 | 2024-10-18T22:23:40.712Z | [ helios-setup] Oct 18 22:23:40.043 INFO E| Downloaded cpufeatures v0.2.5 |
2437 | 2024-10-18T22:23:40.715Z | [ helios-setup] Oct 18 22:23:40.045 INFO E| Downloaded miniz_oxide v0.6.2 |
2438 | 2024-10-18T22:23:40.722Z | [ helios-setup] Oct 18 22:23:40.053 INFO E| Downloaded generic-array v0.14.6 |
2439 | 2024-10-18T22:23:40.724Z | [ helios-setup] Oct 18 22:23:40.055 INFO E| Downloaded block-buffer v0.10.3 |
2440 | 2024-10-18T22:23:40.728Z | [ helios-setup] Oct 18 22:23:40.059 INFO E| Downloaded anyhow v1.0.62 |
2441 | 2024-10-18T22:23:40.741Z | [ helios-setup] Oct 18 22:23:40.071 INFO E| Downloaded typenum v1.15.0 |
2442 | 2024-10-18T22:23:40.744Z | [ helios-setup] Oct 18 22:23:40.075 INFO E| Downloaded flate2 v1.0.25 |
2443 | 2024-10-18T22:23:40.752Z | [ helios-setup] Oct 18 22:23:40.083 INFO E| Downloaded bytes v1.2.1 |
2444 | 2024-10-18T22:23:40.960Z | [ helios-setup] Oct 18 22:23:40.290 INFO E| Compiling version_check v0.9.4 |
2445 | 2024-10-18T22:23:40.960Z | [ helios-setup] Oct 18 22:23:40.290 INFO E| Compiling typenum v1.15.0 |
2446 | 2024-10-18T22:23:40.962Z | [ helios-setup] Oct 18 22:23:40.290 INFO E| Compiling cfg-if v1.0.0 |
2447 | 2024-10-18T22:23:40.963Z | [ helios-setup] Oct 18 22:23:40.291 INFO E| Compiling crc32fast v1.3.2 |
2448 | 2024-10-18T22:23:40.963Z | [ helios-setup] Oct 18 22:23:40.291 INFO E| Compiling anyhow v1.0.62 |
2449 | 2024-10-18T22:23:40.963Z | [ helios-setup] Oct 18 22:23:40.291 INFO E| Compiling adler v1.0.2 |
2450 | 2024-10-18T22:23:40.963Z | [ helios-setup] Oct 18 22:23:40.291 INFO E| Compiling unicode-width v0.1.10 |
2451 | 2024-10-18T22:23:40.963Z | [ helios-setup] Oct 18 22:23:40.291 INFO E| Compiling cpufeatures v0.2.5 |
2452 | 2024-10-18T22:23:41.693Z | [ helios-setup] Oct 18 22:23:41.023 INFO E| Compiling bytes v1.2.1 |
2453 | 2024-10-18T22:23:41.923Z | [ helios-setup] Oct 18 22:23:41.253 INFO E| Compiling miniz_oxide v0.6.2 |
2454 | 2024-10-18T22:23:42.081Z | [ helios-setup] Oct 18 22:23:41.411 INFO E| Compiling getopts v0.2.21 |
2455 | 2024-10-18T22:23:42.109Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2456 | 2024-10-18T22:23:42.292Z | [ helios-setup] Oct 18 22:23:41.623 INFO E| Compiling bitflags v1.3.2 |
2457 | 2024-10-18T22:23:42.420Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2458 | 2024-10-18T22:23:42.749Z | [ helios-setup] Oct 18 22:23:42.079 INFO E| Compiling generic-array v0.14.6 |
2459 | 2024-10-18T22:23:43.608Z | [ helios-setup] Oct 18 22:23:42.938 INFO E| Compiling flate2 v1.0.25 |
2460 | 2024-10-18T22:23:44.437Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2461 | 2024-10-18T22:23:46.447Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2462 | 2024-10-18T22:23:46.690Z | [ host-package] Compiling which v4.4.2 |
2463 | 2024-10-18T22:23:47.108Z | [ helios-setup] Oct 18 22:23:46.438 INFO E| Compiling crypto-common v0.1.6 |
2464 | 2024-10-18T22:23:47.108Z | [ helios-setup] Oct 18 22:23:46.438 INFO E| Compiling block-buffer v0.10.3 |
2465 | 2024-10-18T22:23:47.305Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2466 | 2024-10-18T22:23:47.333Z | [ helios-setup] Oct 18 22:23:46.663 INFO E| Compiling digest v0.10.3 |
2467 | 2024-10-18T22:23:47.694Z | [ helios-setup] Oct 18 22:23:47.024 INFO E| Compiling sha2 v0.10.5 |
2468 | 2024-10-18T22:23:47.764Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2469 | 2024-10-18T22:23:47.802Z | [ host-package] Compiling chacha20 v0.9.1 |
2470 | 2024-10-18T22:23:48.020Z | [ host-package] Compiling cexpr v0.6.0 |
2471 | 2024-10-18T22:23:48.190Z | [ helios-setup] Oct 18 22:23:47.520 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2472 | 2024-10-18T22:23:48.407Z | [ host-package] Compiling aead v0.5.2 |
2473 | 2024-10-18T22:23:48.820Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2474 | 2024-10-18T22:23:49.700Z | [ host-package] Compiling lazycell v1.3.0 |
2475 | 2024-10-18T22:23:49.988Z | [ host-package] Compiling ref-cast v1.0.23 |
2476 | 2024-10-18T22:23:50.285Z | [ host-package] Compiling rustc-hash v1.1.0 |
2477 | 2024-10-18T22:23:50.685Z | [ host-package] Compiling vte v0.11.1 |
2478 | 2024-10-18T22:23:53.572Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2479 | 2024-10-18T22:23:53.847Z | [ helios-setup] Oct 18 22:23:53.176 INFO E| Finished `release` profile [optimized] target(s) in 13.41s |
2480 | 2024-10-18T22:23:53.863Z | [ helios-setup] Oct 18 22:23:53.193 INFO building project "bootserver" ok (13 seconds) |
2481 | 2024-10-18T22:23:53.863Z | [ helios-setup] Oct 18 22:23:53.193 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2482 | 2024-10-18T22:23:53.863Z | [ helios-setup] Oct 18 22:23:53.193 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2483 | 2024-10-18T22:23:53.873Z | [ helios-setup] Oct 18 22:23:53.203 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2484 | 2024-10-18T22:23:54.011Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2485 | 2024-10-18T22:23:54.075Z | [ helios-setup] Oct 18 22:23:53.404 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2486 | 2024-10-18T22:23:54.075Z | [ helios-setup] Oct 18 22:23:53.404 INFO E| info: downloading component 'cargo' |
2487 | 2024-10-18T22:23:55.268Z | [ helios-setup] Oct 18 22:23:54.597 INFO E| info: downloading component 'clippy' |
2488 | 2024-10-18T22:23:55.649Z | [ helios-setup] Oct 18 22:23:54.978 INFO E| info: downloading component 'rust-docs' |
2489 | 2024-10-18T22:23:56.665Z | [ host-package] Compiling chrono-tz v0.10.0 |
2490 | 2024-10-18T22:23:56.953Z | [ helios-setup] Oct 18 22:23:56.282 INFO E| info: downloading component 'rust-src' |
2491 | 2024-10-18T22:23:57.140Z | [ helios-setup] Oct 18 22:23:56.469 INFO E| info: downloading component 'rust-std' |
2492 | 2024-10-18T22:23:57.399Z | [ host-package] Compiling vsss-rs v3.3.4 |
2493 | 2024-10-18T22:23:59.208Z | [ helios-setup] Oct 18 22:23:58.537 INFO E| info: downloading component 'rustc' |
2494 | 2024-10-18T22:24:02.490Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2495 | 2024-10-18T22:24:02.844Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2496 | 2024-10-18T22:24:04.228Z | [ helios-setup] Oct 18 22:24:03.556 INFO E| info: downloading component 'rustfmt' |
2497 | 2024-10-18T22:24:04.543Z | [ helios-setup] Oct 18 22:24:03.871 INFO E| info: installing component 'cargo' |
2498 | 2024-10-18T22:24:05.169Z | [ host-package] Compiling polar-core v0.27.3 |
2499 | 2024-10-18T22:24:05.331Z | [ host-package] Compiling fd-lock v4.0.2 |
2500 | 2024-10-18T22:24:05.640Z | [ host-package] Compiling headers-core v0.3.0 |
2501 | 2024-10-18T22:24:05.904Z | [ host-package] Compiling fxhash v0.2.1 |
2502 | 2024-10-18T22:24:05.910Z | [ helios-setup] Oct 18 22:24:05.239 INFO E| info: installing component 'clippy' |
2503 | 2024-10-18T22:24:05.938Z | [ host-package] Compiling libxml v0.3.3 |
2504 | 2024-10-18T22:24:06.064Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2505 | 2024-10-18T22:24:06.192Z | [ host-package] Compiling bytecount v0.6.8 |
2506 | 2024-10-18T22:24:06.428Z | [ helios-setup] Oct 18 22:24:05.756 INFO E| info: installing component 'rust-docs' |
2507 | 2024-10-18T22:24:06.532Z | [ host-package] Compiling papergrid v0.11.0 |
2508 | 2024-10-18T22:24:06.631Z | [ host-package] Compiling samael v0.0.17 |
2509 | 2024-10-18T22:24:07.697Z | [ host-package] Compiling headers v0.4.0 |
2510 | 2024-10-18T22:24:08.576Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2511 | 2024-10-18T22:24:12.829Z | [ helios-setup] Oct 18 22:24:12.157 INFO E| info: installing component 'rust-src' |
2512 | 2024-10-18T22:24:13.913Z | [ helios-setup] Oct 18 22:24:13.241 INFO E| info: installing component 'rust-std' |
2513 | 2024-10-18T22:24:16.593Z | [ helios-setup] Oct 18 22:24:15.920 INFO E| info: installing component 'rustc' |
2514 | 2024-10-18T22:24:17.966Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2515 | 2024-10-18T22:24:18.776Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2516 | 2024-10-18T22:24:20.566Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2517 | 2024-10-18T22:24:20.683Z | [ host-package] Compiling tabled_derive v0.7.0 |
2518 | 2024-10-18T22:24:21.023Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2519 | 2024-10-18T22:24:22.302Z | [ host-package] Compiling peg-macros v0.8.4 |
2520 | 2024-10-18T22:24:23.299Z | [ host-package] Compiling strum_macros v0.24.3 |
2521 | 2024-10-18T22:24:23.301Z | [ helios-setup] Oct 18 22:24:22.626 INFO E| info: installing component 'rustfmt' |
2522 | 2024-10-18T22:24:24.574Z | [ helios-setup] Oct 18 22:24:23.901 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2523 | 2024-10-18T22:24:25.552Z | [ helios-setup] Oct 18 22:24:24.878 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2524 | 2024-10-18T22:24:25.552Z | [ helios-setup] Oct 18 22:24:24.878 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927 |
2525 | 2024-10-18T22:24:25.552Z | [ helios-setup] Oct 18 22:24:24.878 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2526 | 2024-10-18T22:24:25.583Z | [ helios-setup] Oct 18 22:24:24.909 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2527 | 2024-10-18T22:24:25.583Z | [ helios-setup] Oct 18 22:24:24.909 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2528 | 2024-10-18T22:24:25.586Z | [ helios-setup] Oct 18 22:24:24.909 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2529 | 2024-10-18T22:24:25.586Z | [ helios-setup] Oct 18 22:24:24.909 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2530 | 2024-10-18T22:24:25.586Z | [ helios-setup] Oct 18 22:24:24.909 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2531 | 2024-10-18T22:24:25.586Z | [ helios-setup] Oct 18 22:24:24.909 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2532 | 2024-10-18T22:24:25.586Z | [ helios-setup] Oct 18 22:24:24.910 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2533 | 2024-10-18T22:24:25.586Z | [ helios-setup] Oct 18 22:24:24.910 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2534 | 2024-10-18T22:24:25.586Z | [ helios-setup] Oct 18 22:24:24.910 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2535 | 2024-10-18T22:24:25.652Z | [ helios-setup] Oct 18 22:24:24.956 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2536 | 2024-10-18T22:24:25.654Z | [ host-package] Compiling kstat-rs v0.2.4 |
2537 | 2024-10-18T22:24:26.040Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2538 | 2024-10-18T22:24:26.555Z | [ helios-setup] Oct 18 22:24:25.881 INFO E| From https://github.com/oxidecomputer/amd-efs |
2539 | 2024-10-18T22:24:26.555Z | [ helios-setup] Oct 18 22:24:25.881 INFO E| * [new branch] empty -> origin/empty |
2540 | 2024-10-18T22:24:26.557Z | [ helios-setup] Oct 18 22:24:25.881 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2541 | 2024-10-18T22:24:26.558Z | [ helios-setup] Oct 18 22:24:25.881 INFO E| * [new branch] main -> origin/main |
2542 | 2024-10-18T22:24:26.558Z | [ helios-setup] Oct 18 22:24:25.882 INFO E| * [new branch] review -> origin/review |
2543 | 2024-10-18T22:24:26.558Z | [ helios-setup] Oct 18 22:24:25.882 INFO E| * [new ref] -> origin/HEAD |
2544 | 2024-10-18T22:24:26.558Z | [ helios-setup] Oct 18 22:24:25.882 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2545 | 2024-10-18T22:24:26.558Z | [ helios-setup] Oct 18 22:24:25.882 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2546 | 2024-10-18T22:24:26.558Z | [ helios-setup] Oct 18 22:24:25.882 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2547 | 2024-10-18T22:24:26.558Z | [ helios-setup] Oct 18 22:24:25.883 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2548 | 2024-10-18T22:24:26.558Z | [ helios-setup] Oct 18 22:24:25.883 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2549 | 2024-10-18T22:24:26.558Z | [ helios-setup] Oct 18 22:24:25.883 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2550 | 2024-10-18T22:24:26.558Z | [ helios-setup] Oct 18 22:24:25.883 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2551 | 2024-10-18T22:24:26.558Z | [ helios-setup] Oct 18 22:24:25.883 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2552 | 2024-10-18T22:24:26.558Z | [ helios-setup] Oct 18 22:24:25.883 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2553 | 2024-10-18T22:24:26.558Z | [ helios-setup] Oct 18 22:24:25.883 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2554 | 2024-10-18T22:24:26.558Z | [ helios-setup] Oct 18 22:24:25.884 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2555 | 2024-10-18T22:24:26.558Z | [ helios-setup] Oct 18 22:24:25.884 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2556 | 2024-10-18T22:24:26.581Z | [ helios-setup] Oct 18 22:24:25.908 INFO E| Updating crates.io index |
2557 | 2024-10-18T22:24:26.597Z | [ host-package] Compiling unicase v2.7.0 |
2558 | 2024-10-18T22:24:26.754Z | [ helios-setup] Oct 18 22:24:26.080 INFO E| Downloading crates ... |
2559 | 2024-10-18T22:24:26.885Z | [ helios-setup] Oct 18 22:24:26.211 INFO E| Downloaded bytesize v1.3.0 |
2560 | 2024-10-18T22:24:26.888Z | [ helios-setup] Oct 18 22:24:26.214 INFO E| Downloaded vec_map v0.8.2 |
2561 | 2024-10-18T22:24:26.891Z | [ helios-setup] Oct 18 22:24:26.215 INFO E| Downloaded fletcher v0.1.0 |
2562 | 2024-10-18T22:24:26.894Z | [ helios-setup] Oct 18 22:24:26.217 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2563 | 2024-10-18T22:24:26.899Z | [ helios-setup] Oct 18 22:24:26.220 INFO E| Downloaded strsim v0.8.0 |
2564 | 2024-10-18T22:24:26.899Z | [ helios-setup] Oct 18 22:24:26.222 INFO E| Downloaded cfg-if v0.1.10 |
2565 | 2024-10-18T22:24:26.901Z | [ helios-setup] Oct 18 22:24:26.224 INFO E| Downloaded unic-char-range v0.9.0 |
2566 | 2024-10-18T22:24:26.901Z | [ helios-setup] Oct 18 22:24:26.226 INFO E| Downloaded ansi_term v0.12.1 |
2567 | 2024-10-18T22:24:26.904Z | [ helios-setup] Oct 18 22:24:26.231 INFO E| Downloaded pest_derive v2.7.13 |
2568 | 2024-10-18T22:24:26.916Z | [ helios-setup] Oct 18 22:24:26.242 INFO E| Downloaded unic-ucd-version v0.9.0 |
2569 | 2024-10-18T22:24:26.921Z | [ helios-setup] Oct 18 22:24:26.244 INFO E| Downloaded unic-common v0.9.0 |
2570 | 2024-10-18T22:24:26.921Z | [ helios-setup] Oct 18 22:24:26.246 INFO E| Downloaded textwrap v0.11.0 |
2571 | 2024-10-18T22:24:26.924Z | [ helios-setup] Oct 18 22:24:26.248 INFO E| Downloaded parse_int v0.6.0 |
2572 | 2024-10-18T22:24:26.927Z | [ helios-setup] Oct 18 22:24:26.252 INFO E| Downloaded strum v0.23.0 |
2573 | 2024-10-18T22:24:26.927Z | [ helios-setup] Oct 18 22:24:26.252 INFO E| Downloaded semver v0.9.0 |
2574 | 2024-10-18T22:24:26.929Z | [ helios-setup] Oct 18 22:24:26.253 INFO E| Downloaded proc-macro-crate v0.1.5 |
2575 | 2024-10-18T22:24:26.929Z | [ helios-setup] Oct 18 22:24:26.255 INFO E| Downloaded structopt-derive v0.4.18 |
2576 | 2024-10-18T22:24:26.949Z | [ helios-setup] Oct 18 22:24:26.256 INFO E| Downloaded pre v0.2.1 |
2577 | 2024-10-18T22:24:26.949Z | [ helios-setup] Oct 18 22:24:26.257 INFO E| Downloaded unic-char-property v0.9.0 |
2578 | 2024-10-18T22:24:26.949Z | [ helios-setup] Oct 18 22:24:26.259 INFO E| Downloaded rustc_version v0.2.3 |
2579 | 2024-10-18T22:24:26.949Z | [ helios-setup] Oct 18 22:24:26.260 INFO E| Downloaded scroll_derive v0.10.5 |
2580 | 2024-10-18T22:24:26.949Z | [ helios-setup] Oct 18 22:24:26.261 INFO E| Downloaded memoffset v0.5.6 |
2581 | 2024-10-18T22:24:26.949Z | [ helios-setup] Oct 18 22:24:26.263 INFO E| Downloaded semver-parser v0.7.0 |
2582 | 2024-10-18T22:24:26.949Z | [ helios-setup] Oct 18 22:24:26.264 INFO E| Downloaded strum_macros v0.23.1 |
2583 | 2024-10-18T22:24:26.949Z | [ helios-setup] Oct 18 22:24:26.266 INFO E| Downloaded once_cell v1.20.1 |
2584 | 2024-10-18T22:24:26.949Z | [ helios-setup] Oct 18 22:24:26.269 INFO E| Downloaded four-cc v0.3.0 |
2585 | 2024-10-18T22:24:26.949Z | [ helios-setup] Oct 18 22:24:26.271 INFO E| Downloaded pre-proc-macro v0.2.1 |
2586 | 2024-10-18T22:24:26.952Z | [ helios-setup] Oct 18 22:24:26.273 INFO E| Downloaded structopt v0.3.26 |
2587 | 2024-10-18T22:24:26.957Z | [ helios-setup] Oct 18 22:24:26.282 INFO E| Downloaded proc-macro2 v1.0.86 |
2588 | 2024-10-18T22:24:26.959Z | [ helios-setup] Oct 18 22:24:26.286 INFO E| Downloaded modular-bitfield v0.11.2 |
2589 | 2024-10-18T22:24:26.973Z | [ helios-setup] Oct 18 22:24:26.299 INFO E| Downloaded pest v2.7.13 |
2590 | 2024-10-18T22:24:26.979Z | [ host-package] Compiling indoc v1.0.9 |
2591 | 2024-10-18T22:24:26.982Z | [ helios-setup] Oct 18 22:24:26.307 INFO E| Downloaded goblin v0.4.3 |
2592 | 2024-10-18T22:24:26.989Z | [ helios-setup] Oct 18 22:24:26.315 INFO E| Downloaded clap v2.34.0 |
2593 | 2024-10-18T22:24:27.005Z | [ helios-setup] Oct 18 22:24:26.325 INFO E| Downloaded scroll v0.10.2 |
2594 | 2024-10-18T22:24:27.005Z | [ helios-setup] Oct 18 22:24:26.328 INFO E| Downloaded pest_meta v2.7.13 |
2595 | 2024-10-18T22:24:27.005Z | [ helios-setup] Oct 18 22:24:26.331 INFO E| Downloaded pest_generator v2.7.13 |
2596 | 2024-10-18T22:24:27.008Z | [ helios-setup] Oct 18 22:24:26.333 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2597 | 2024-10-18T22:24:27.066Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2598 | 2024-10-18T22:24:27.093Z | [ host-package] Compiling unicode_categories v0.1.1 |
2599 | 2024-10-18T22:24:27.096Z | [ helios-setup] Oct 18 22:24:26.419 INFO E| Compiling proc-macro2 v1.0.86 |
2600 | 2024-10-18T22:24:27.096Z | [ helios-setup] Oct 18 22:24:26.419 INFO E| Compiling unicode-ident v1.0.13 |
2601 | 2024-10-18T22:24:27.096Z | [ helios-setup] Oct 18 22:24:26.419 INFO E| Compiling syn v1.0.109 |
2602 | 2024-10-18T22:24:27.096Z | [ helios-setup] Oct 18 22:24:26.419 INFO E| Compiling version_check v0.9.5 |
2603 | 2024-10-18T22:24:27.096Z | [ helios-setup] Oct 18 22:24:26.419 INFO E| Compiling memchr v2.7.4 |
2604 | 2024-10-18T22:24:27.096Z | [ helios-setup] Oct 18 22:24:26.419 INFO E| Compiling semver-parser v0.7.0 |
2605 | 2024-10-18T22:24:27.096Z | [ helios-setup] Oct 18 22:24:26.420 INFO E| Compiling thiserror v1.0.64 |
2606 | 2024-10-18T22:24:27.096Z | [ helios-setup] Oct 18 22:24:26.420 INFO E| Compiling autocfg v1.4.0 |
2607 | 2024-10-18T22:24:27.096Z | [ host-package] Compiling sqlparser v0.45.0 |
2608 | 2024-10-18T22:24:27.277Z | [ host-package] Compiling rustyline v14.0.0 |
2609 | 2024-10-18T22:24:27.929Z | [ host-package] Compiling reedline v0.35.0 |
2610 | 2024-10-18T22:24:28.069Z | [ host-package] Compiling sqlformat v0.2.6 |
2611 | 2024-10-18T22:24:28.152Z | [ helios-setup] Oct 18 22:24:27.478 INFO E| Compiling semver v0.9.0 |
2612 | 2024-10-18T22:24:28.289Z | [ helios-setup] Oct 18 22:24:27.615 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2613 | 2024-10-18T22:24:28.384Z | [ helios-setup] Oct 18 22:24:27.710 INFO E| Compiling serde v1.0.210 |
2614 | 2024-10-18T22:24:28.663Z | [ helios-setup] Oct 18 22:24:27.989 INFO E| Compiling proc-macro-error v1.0.4 |
2615 | 2024-10-18T22:24:29.029Z | [ helios-setup] Oct 18 22:24:28.355 INFO E| Compiling rustc_version v0.2.3 |
2616 | 2024-10-18T22:24:29.508Z | [ helios-setup] Oct 18 22:24:28.834 INFO E| Compiling serde_json v1.0.128 |
2617 | 2024-10-18T22:24:29.535Z | [ helios-setup] Oct 18 22:24:28.861 INFO E| Compiling num-traits v0.2.19 |
2618 | 2024-10-18T22:24:29.759Z | [ helios-setup] Oct 18 22:24:29.083 INFO E| Compiling ryu v1.0.18 |
2619 | 2024-10-18T22:24:29.862Z | [ helios-setup] Oct 18 22:24:29.187 INFO E| Compiling unicode-segmentation v1.12.0 |
2620 | 2024-10-18T22:24:29.927Z | [ helios-setup] Oct 18 22:24:29.245 INFO E| Compiling schemars v0.8.21 |
2621 | 2024-10-18T22:24:30.427Z | [ helios-setup] Oct 18 22:24:29.753 INFO E| Compiling itoa v1.0.11 |
2622 | 2024-10-18T22:24:30.451Z | [ helios-setup] Oct 18 22:24:29.758 INFO E| Compiling pre-proc-macro v0.2.1 |
2623 | 2024-10-18T22:24:30.752Z | [ helios-setup] Oct 18 22:24:30.078 INFO E| Compiling memoffset v0.5.6 |
2624 | 2024-10-18T22:24:30.894Z | [ helios-setup] Oct 18 22:24:30.220 INFO E| Compiling quote v1.0.37 |
2625 | 2024-10-18T22:24:30.911Z | [ host-package] Compiling peg v0.8.4 |
2626 | 2024-10-18T22:24:31.041Z | [ helios-setup] Oct 18 22:24:30.366 INFO E| Compiling dyn-clone v1.0.17 |
2627 | 2024-10-18T22:24:31.154Z | [ helios-setup] Oct 18 22:24:30.480 INFO E| Compiling libc v0.2.159 |
2628 | 2024-10-18T22:24:31.339Z | [ helios-setup] Oct 18 22:24:30.665 INFO E| Compiling heck v0.3.3 |
2629 | 2024-10-18T22:24:31.422Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2630 | 2024-10-18T22:24:31.499Z | [ helios-setup] Oct 18 22:24:30.825 INFO E| Compiling lazy_static v1.5.0 |
2631 | 2024-10-18T22:24:31.554Z | [ helios-setup] Oct 18 22:24:30.880 INFO E| Compiling syn v2.0.79 |
2632 | 2024-10-18T22:24:31.708Z | [ helios-setup] Oct 18 22:24:31.034 INFO E| Compiling paste v1.0.15 |
2633 | 2024-10-18T22:24:32.011Z | [ helios-setup] Oct 18 22:24:31.336 INFO E| Compiling ucd-trie v0.1.7 |
2634 | 2024-10-18T22:24:32.050Z | [ helios-setup] Oct 18 22:24:31.375 INFO E| Compiling rustversion v1.0.17 |
2635 | 2024-10-18T22:24:32.844Z | [ helios-setup] Oct 18 22:24:32.169 INFO E| Compiling pre v0.2.1 |
2636 | 2024-10-18T22:24:33.413Z | [ helios-setup] Oct 18 22:24:32.739 INFO E| Compiling cfg-if v0.1.10 |
2637 | 2024-10-18T22:24:33.512Z | [ helios-setup] Oct 18 22:24:32.838 INFO E| Compiling byteorder v1.5.0 |
2638 | 2024-10-18T22:24:33.560Z | [ helios-setup] Oct 18 22:24:32.885 INFO E| Compiling once_cell v1.20.1 |
2639 | 2024-10-18T22:24:33.810Z | [ helios-setup] Oct 18 22:24:33.135 INFO E| Compiling static_assertions v1.1.0 |
2640 | 2024-10-18T22:24:34.517Z | [ helios-setup] Oct 18 22:24:33.843 INFO E| Compiling unicode-width v0.1.14 |
2641 | 2024-10-18T22:24:35.378Z | [ helios-setup] Oct 18 22:24:34.703 INFO E| Compiling textwrap v0.11.0 |
2642 | 2024-10-18T22:24:36.075Z | [ helios-setup] Oct 18 22:24:35.401 INFO E| Compiling atty v0.2.14 |
2643 | 2024-10-18T22:24:36.381Z | [ helios-setup] Oct 18 22:24:35.706 INFO E| Compiling strum v0.23.0 |
2644 | 2024-10-18T22:24:36.543Z | [ helios-setup] Oct 18 22:24:35.868 INFO E| Compiling bitflags v1.3.2 |
2645 | 2024-10-18T22:24:36.639Z | [ helios-setup] Oct 18 22:24:35.964 INFO E| Compiling parse_int v0.6.0 |
2646 | 2024-10-18T22:24:36.745Z | [ helios-setup] Oct 18 22:24:36.070 INFO E| Compiling strsim v0.8.0 |
2647 | 2024-10-18T22:24:36.784Z | [ helios-setup] Oct 18 22:24:36.110 INFO E| Compiling unic-common v0.9.0 |
2648 | 2024-10-18T22:24:36.877Z | [ helios-setup] Oct 18 22:24:36.202 INFO E| Compiling vec_map v0.8.2 |
2649 | 2024-10-18T22:24:37.066Z | [ helios-setup] Oct 18 22:24:36.391 INFO E| Compiling unic-char-range v0.9.0 |
2650 | 2024-10-18T22:24:37.112Z | [ helios-setup] Oct 18 22:24:36.437 INFO E| Compiling fletcher v0.1.0 |
2651 | 2024-10-18T22:24:37.473Z | [ helios-setup] Oct 18 22:24:36.794 INFO E| Compiling ansi_term v0.12.1 |
2652 | 2024-10-18T22:24:37.488Z | [ helios-setup] Oct 18 22:24:36.813 INFO E| Compiling unic-char-property v0.9.0 |
2653 | 2024-10-18T22:24:37.500Z | [ helios-setup] Oct 18 22:24:36.826 INFO E| Compiling unic-ucd-version v0.9.0 |
2654 | 2024-10-18T22:24:37.508Z | [ helios-setup] Oct 18 22:24:36.833 INFO E| Compiling log v0.4.22 |
2655 | 2024-10-18T22:24:37.702Z | [ helios-setup] Oct 18 22:24:37.027 INFO E| Compiling plain v0.2.3 |
2656 | 2024-10-18T22:24:37.736Z | [ helios-setup] Oct 18 22:24:37.061 INFO E| Compiling unic-ucd-ident v0.9.0 |
2657 | 2024-10-18T22:24:38.033Z | [ helios-setup] Oct 18 22:24:37.358 INFO E| Compiling bytesize v1.3.0 |
2658 | 2024-10-18T22:24:38.416Z | [ helios-setup] Oct 18 22:24:37.741 INFO E| Compiling clap v2.34.0 |
2659 | 2024-10-18T22:24:39.826Z | [ helios-setup] Oct 18 22:24:39.151 INFO E| Compiling serde_derive_internals v0.29.1 |
2660 | 2024-10-18T22:24:41.330Z | [ host-package] Compiling tabled v0.15.0 |
2661 | 2024-10-18T22:24:42.837Z | [ helios-setup] Oct 18 22:24:42.162 INFO E| Compiling toml v0.5.11 |
2662 | 2024-10-18T22:24:45.994Z | [ helios-setup] Oct 18 22:24:45.317 INFO E| Compiling proc-macro-crate v0.1.5 |
2663 | 2024-10-18T22:24:46.738Z | [ helios-setup] Oct 18 22:24:46.063 INFO E| Compiling thiserror-impl v1.0.64 |
2664 | 2024-10-18T22:24:46.892Z | [ helios-setup] Oct 18 22:24:46.216 INFO E| Compiling serde_derive v1.0.210 |
2665 | 2024-10-18T22:24:47.183Z | [ helios-setup] Oct 18 22:24:46.508 INFO E| Compiling schemars_derive v0.8.21 |
2666 | 2024-10-18T22:24:47.830Z | [ helios-setup] Oct 18 22:24:47.154 INFO E| Compiling zerocopy-derive v0.6.6 |
2667 | 2024-10-18T22:24:48.170Z | [ helios-setup] Oct 18 22:24:47.495 INFO E| Compiling num-derive v0.4.2 |
2668 | 2024-10-18T22:24:49.948Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2669 | 2024-10-18T22:24:51.526Z | [ helios-setup] Oct 18 22:24:50.850 INFO E| Compiling zerocopy v0.6.6 |
2670 | 2024-10-18T22:24:52.608Z | [ helios-setup] Oct 18 22:24:51.931 INFO E| Compiling pest v2.7.13 |
2671 | 2024-10-18T22:24:53.476Z | [ helios-setup] Oct 18 22:24:52.799 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2672 | 2024-10-18T22:24:53.476Z | [ helios-setup] Oct 18 22:24:52.799 INFO E| Compiling strum_macros v0.23.1 |
2673 | 2024-10-18T22:24:53.635Z | [ helios-setup] Oct 18 22:24:52.959 INFO E| Compiling scroll_derive v0.10.5 |
2674 | 2024-10-18T22:24:55.317Z | [ helios-setup] Oct 18 22:24:54.640 INFO E| Compiling structopt-derive v0.4.18 |
2675 | 2024-10-18T22:24:59.523Z | [ helios-setup] Oct 18 22:24:56.211 INFO E| Compiling scroll v0.10.2 |
2676 | 2024-10-18T22:24:59.544Z | [ helios-setup] Oct 18 22:24:56.999 INFO E| Compiling pest_meta v2.7.13 |
2677 | 2024-10-18T22:24:59.544Z | [ helios-setup] Oct 18 22:24:57.392 INFO E| Compiling goblin v0.4.3 |
2678 | 2024-10-18T22:24:59.544Z | [ helios-setup] Oct 18 22:24:58.164 INFO E| Compiling modular-bitfield v0.11.2 |
2679 | 2024-10-18T22:25:00.299Z | [ helios-setup] Oct 18 22:24:59.603 INFO E| Compiling pest_generator v2.7.13 |
2680 | 2024-10-18T22:25:01.152Z | [ helios-setup] Oct 18 22:25:00.475 INFO E| Compiling structopt v0.3.26 |
2681 | 2024-10-18T22:25:04.553Z | [ host-package] Compiling derive_builder v0.20.2 |
2682 | 2024-10-18T22:25:05.204Z | [ helios-setup] Oct 18 22:25:04.526 INFO E| Compiling pest_derive v2.7.13 |
2683 | 2024-10-18T22:25:09.907Z | [ helios-setup] Oct 18 22:25:09.229 INFO E| Compiling json5 v0.4.1 |
2684 | 2024-10-18T22:25:11.172Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2685 | 2024-10-18T22:25:12.667Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2686 | 2024-10-18T22:25:15.250Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2687 | 2024-10-18T22:25:15.300Z | [ helios-setup] Oct 18 22:25:14.622 INFO E| Compiling four-cc v0.3.0 |
2688 | 2024-10-18T22:25:15.301Z | [ helios-setup] Oct 18 22:25:14.622 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d) |
2689 | 2024-10-18T22:25:15.534Z | [ helios-setup] Oct 18 22:25:14.856 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56) |
2690 | 2024-10-18T22:25:15.854Z | [ host-package] Compiling bcs v0.1.6 |
2691 | 2024-10-18T22:25:16.298Z | [ host-package] Compiling oso-derive v0.27.3 |
2692 | 2024-10-18T22:25:17.618Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2693 | 2024-10-18T22:25:17.732Z | [ host-package] Compiling libz-sys v1.1.20 |
2694 | 2024-10-18T22:25:18.810Z | [ host-package] Compiling quick-xml v0.33.0 |
2695 | 2024-10-18T22:25:21.520Z | [ host-package] Compiling diesel-dtrace v0.3.0 |
2696 | 2024-10-18T22:25:21.928Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2697 | 2024-10-18T22:25:23.142Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2698 | 2024-10-18T22:25:26.687Z | [ host-package] Compiling oso v0.27.3 |
2699 | 2024-10-18T22:25:47.042Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2700 | 2024-10-18T22:25:48.936Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2701 | 2024-10-18T22:25:55.144Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2702 | 2024-10-18T22:25:58.765Z | [ helios-setup] Oct 18 22:25:58.083 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2703 | 2024-10-18T22:25:58.800Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2704 | 2024-10-18T22:25:59.348Z | [ host-package] Compiling bb8 v0.8.5 |
2705 | 2024-10-18T22:26:00.183Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2706 | 2024-10-18T22:26:02.693Z | [ host-package] Compiling const_format v0.2.33 |
2707 | 2024-10-18T22:26:04.081Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2708 | 2024-10-18T22:26:06.890Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2709 | 2024-10-18T22:26:07.926Z | [ host-package] Compiling atty v0.2.14 |
2710 | 2024-10-18T22:26:08.165Z | [ host-package] Compiling salty v0.3.0 |
2711 | 2024-10-18T22:26:13.230Z | [ host-package] Compiling parking_lot v0.11.2 |
2712 | 2024-10-18T22:26:13.526Z | [ helios-setup] Oct 18 22:26:12.843 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2713 | 2024-10-18T22:26:15.505Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2714 | 2024-10-18T22:26:15.581Z | [ host-package] Compiling sled v0.34.7 |
2715 | 2024-10-18T22:26:17.245Z | [ host-package] Compiling mime_guess v2.0.5 |
2716 | 2024-10-18T22:26:21.045Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2717 | 2024-10-18T22:26:21.086Z | [ host-package] Compiling hickory-client v0.24.1 |
2718 | 2024-10-18T22:26:23.633Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2719 | 2024-10-18T22:26:23.663Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2720 | 2024-10-18T22:26:25.270Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2721 | 2024-10-18T22:26:26.792Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2722 | 2024-10-18T22:26:28.584Z | [ host-package] Compiling hickory-server v0.24.1 |
2723 | 2024-10-18T22:26:35.395Z | [ host-package] Compiling primeorder v0.13.6 |
2724 | 2024-10-18T22:26:36.129Z | [ host-package] Compiling vergen v8.3.2 |
2725 | 2024-10-18T22:26:36.565Z | [ host-package] Compiling env_filter v0.1.2 |
2726 | 2024-10-18T22:26:43.499Z | [ host-package] Compiling cargo-platform v0.1.8 |
2727 | 2024-10-18T22:26:44.267Z | [ host-package] Compiling nanorand v0.7.0 |
2728 | 2024-10-18T22:26:45.504Z | [ host-package] Compiling memoffset v0.9.1 |
2729 | 2024-10-18T22:26:46.239Z | [ host-package] Compiling flume v0.11.0 |
2730 | 2024-10-18T22:26:47.514Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2731 | 2024-10-18T22:26:48.921Z | [ host-package] Compiling env_logger v0.11.5 |
2732 | 2024-10-18T22:26:50.613Z | [ host-package] Compiling p384 v0.13.0 |
2733 | 2024-10-18T22:26:51.700Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2734 | 2024-10-18T22:26:53.627Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2735 | 2024-10-18T22:26:54.626Z | [ helios-setup] Oct 18 22:26:53.939 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 30s |
2736 | 2024-10-18T22:26:54.663Z | [ helios-setup] Oct 18 22:26:53.976 INFO building project "amd-host-image-builder" ok (180 seconds) |
2737 | 2024-10-18T22:26:54.663Z | [ helios-setup] Oct 18 22:26:53.976 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2738 | 2024-10-18T22:26:54.666Z | [ helios-setup] Oct 18 22:26:53.976 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2739 | 2024-10-18T22:26:55.051Z | [ helios-setup] Oct 18 22:26:54.364 INFO E| Downloading crates ... |
2740 | 2024-10-18T22:26:55.203Z | [ helios-setup] Oct 18 22:26:54.516 INFO E| Downloaded miniz_oxide v0.7.2 |
2741 | 2024-10-18T22:26:55.266Z | [ helios-setup] Oct 18 22:26:54.579 INFO E| Compiling adler v1.0.2 |
2742 | 2024-10-18T22:26:55.429Z | [ helios-setup] Oct 18 22:26:54.741 INFO E| Compiling miniz_oxide v0.7.2 |
2743 | 2024-10-18T22:26:57.389Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2744 | 2024-10-18T22:26:57.941Z | [ helios-setup] Oct 18 22:26:57.254 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2745 | 2024-10-18T22:26:58.918Z | [ helios-setup] Oct 18 22:26:58.229 INFO E| Finished `release` profile [optimized] target(s) in 4.16s |
2746 | 2024-10-18T22:26:58.931Z | [ helios-setup] Oct 18 22:26:58.244 INFO building project "pinprick" ok (4 seconds) |
2747 | 2024-10-18T22:26:58.931Z | [ helios-setup] Oct 18 22:26:58.244 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2748 | 2024-10-18T22:26:58.934Z | [ helios-setup] Oct 18 22:26:58.244 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2749 | 2024-10-18T22:26:59.243Z | [ helios-setup] Oct 18 22:26:58.555 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2750 | 2024-10-18T22:27:00.259Z | [ helios-setup] Oct 18 22:26:59.572 INFO E| From https://github.com/oxidecomputer/progenitor |
2751 | 2024-10-18T22:27:00.259Z | [ helios-setup] Oct 18 22:26:59.572 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2752 | 2024-10-18T22:27:00.294Z | [ helios-setup] Oct 18 22:26:59.606 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2753 | 2024-10-18T22:27:00.294Z | [ helios-setup] Oct 18 22:26:59.606 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2754 | 2024-10-18T22:27:00.442Z | [ helios-setup] Oct 18 22:26:59.754 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2755 | 2024-10-18T22:27:00.948Z | [ helios-setup] Oct 18 22:27:00.260 INFO E| From https://github.com/jclulow/hiercmd |
2756 | 2024-10-18T22:27:00.948Z | [ helios-setup] Oct 18 22:27:00.260 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2757 | 2024-10-18T22:27:00.970Z | [ helios-setup] Oct 18 22:27:00.283 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2758 | 2024-10-18T22:27:01.508Z | [ helios-setup] Oct 18 22:27:00.820 INFO E| From https://github.com/jclulow/network-interface |
2759 | 2024-10-18T22:27:01.508Z | [ helios-setup] Oct 18 22:27:00.820 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2760 | 2024-10-18T22:27:01.532Z | [ helios-setup] Oct 18 22:27:00.844 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2761 | 2024-10-18T22:27:02.091Z | [ helios-setup] Oct 18 22:27:01.403 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2762 | 2024-10-18T22:27:02.095Z | [ helios-setup] Oct 18 22:27:01.403 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2763 | 2024-10-18T22:27:02.162Z | [ helios-setup] Oct 18 22:27:01.474 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2764 | 2024-10-18T22:27:02.951Z | [ helios-setup] Oct 18 22:27:02.263 INFO E| From https://github.com/oxidecomputer/facade |
2765 | 2024-10-18T22:27:02.951Z | [ helios-setup] Oct 18 22:27:02.263 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2766 | 2024-10-18T22:27:02.998Z | [ helios-setup] Oct 18 22:27:02.310 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2767 | 2024-10-18T22:27:03.776Z | [ helios-setup] Oct 18 22:27:03.087 INFO E| From https://github.com/oxidecomputer/dropshot |
2768 | 2024-10-18T22:27:03.776Z | [ helios-setup] Oct 18 22:27:03.087 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2769 | 2024-10-18T22:27:03.811Z | [ helios-setup] Oct 18 22:27:03.123 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2770 | 2024-10-18T22:27:03.811Z | [ helios-setup] Oct 18 22:27:03.123 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2771 | 2024-10-18T22:27:03.814Z | [ helios-setup] Oct 18 22:27:03.123 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2772 | 2024-10-18T22:27:03.814Z | [ helios-setup] Oct 18 22:27:03.124 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2773 | 2024-10-18T22:27:03.814Z | [ helios-setup] Oct 18 22:27:03.124 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2774 | 2024-10-18T22:27:03.814Z | [ helios-setup] Oct 18 22:27:03.124 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2775 | 2024-10-18T22:27:03.814Z | [ helios-setup] Oct 18 22:27:03.124 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2776 | 2024-10-18T22:27:03.814Z | [ helios-setup] Oct 18 22:27:03.124 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2777 | 2024-10-18T22:27:03.865Z | [ helios-setup] Oct 18 22:27:03.177 INFO E| Updating crates.io index |
2778 | 2024-10-18T22:27:03.901Z | [ helios-setup] Oct 18 22:27:03.213 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2779 | 2024-10-18T22:27:04.298Z | [ host-package] Compiling git2 v0.19.0 |
2780 | 2024-10-18T22:27:05.064Z | [ helios-setup] Oct 18 22:27:04.376 INFO E| From https://github.com/oxidecomputer/typify |
2781 | 2024-10-18T22:27:05.064Z | [ helios-setup] Oct 18 22:27:04.376 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2782 | 2024-10-18T22:27:05.096Z | [ helios-setup] Oct 18 22:27:04.408 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2783 | 2024-10-18T22:27:05.096Z | [ helios-setup] Oct 18 22:27:04.408 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2784 | 2024-10-18T22:27:05.096Z | [ helios-setup] Oct 18 22:27:04.408 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2785 | 2024-10-18T22:27:05.098Z | [ helios-setup] Oct 18 22:27:04.408 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2786 | 2024-10-18T22:27:05.098Z | [ helios-setup] Oct 18 22:27:04.408 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2787 | 2024-10-18T22:27:05.098Z | [ helios-setup] Oct 18 22:27:04.408 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2788 | 2024-10-18T22:27:05.098Z | [ helios-setup] Oct 18 22:27:04.408 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2789 | 2024-10-18T22:27:05.130Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2790 | 2024-10-18T22:27:05.540Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2791 | 2024-10-18T22:27:05.610Z | [ helios-setup] Oct 18 22:27:04.922 INFO E| Downloading crates ... |
2792 | 2024-10-18T22:27:05.772Z | [ helios-setup] Oct 18 22:27:05.084 INFO E| Downloaded anstream v0.2.6 |
2793 | 2024-10-18T22:27:05.808Z | [ helios-setup] Oct 18 22:27:05.120 INFO E| Downloaded async-stream v0.3.5 |
2794 | 2024-10-18T22:27:05.811Z | [ helios-setup] Oct 18 22:27:05.123 INFO E| Downloaded project-root v0.2.2 |
2795 | 2024-10-18T22:27:05.814Z | [ helios-setup] Oct 18 22:27:05.124 INFO E| Downloaded concolor-query v0.3.3 |
2796 | 2024-10-18T22:27:05.817Z | [ helios-setup] Oct 18 22:27:05.126 INFO E| Downloaded async-trait v0.1.68 |
2797 | 2024-10-18T22:27:05.821Z | [ helios-setup] Oct 18 22:27:05.130 INFO E| Downloaded crossbeam-deque v0.8.2 |
2798 | 2024-10-18T22:27:05.821Z | [ helios-setup] Oct 18 22:27:05.133 INFO E| Downloaded const-random-macro v0.1.15 |
2799 | 2024-10-18T22:27:05.824Z | [ helios-setup] Oct 18 22:27:05.134 INFO E| Downloaded is-terminal v0.4.7 |
2800 | 2024-10-18T22:27:05.827Z | [ helios-setup] Oct 18 22:27:05.136 INFO E| Downloaded dyn-clone v1.0.11 |
2801 | 2024-10-18T22:27:05.827Z | [ helios-setup] Oct 18 22:27:05.139 INFO E| Downloaded autocfg v1.1.0 |
2802 | 2024-10-18T22:27:05.829Z | [ helios-setup] Oct 18 22:27:05.141 INFO E| Downloaded built v0.6.0 |
2803 | 2024-10-18T22:27:05.832Z | [ helios-setup] Oct 18 22:27:05.143 INFO E| Downloaded semver v0.11.0 |
2804 | 2024-10-18T22:27:05.834Z | [ helios-setup] Oct 18 22:27:05.146 INFO E| Downloaded serde_spanned v0.6.1 |
2805 | 2024-10-18T22:27:05.837Z | [ helios-setup] Oct 18 22:27:05.147 INFO E| Downloaded num_enum v0.5.7 |
2806 | 2024-10-18T22:27:05.843Z | [ helios-setup] Oct 18 22:27:05.155 INFO E| Downloaded rustls-pemfile v1.0.2 |
2807 | 2024-10-18T22:27:05.848Z | [ helios-setup] Oct 18 22:27:05.158 INFO E| Downloaded smartstring v1.0.1 |
2808 | 2024-10-18T22:27:05.852Z | [ helios-setup] Oct 18 22:27:05.163 INFO E| Downloaded percent-encoding v2.2.0 |
2809 | 2024-10-18T22:27:05.855Z | [ helios-setup] Oct 18 22:27:05.164 INFO E| Downloaded proc-macro-crate v1.2.1 |
2810 | 2024-10-18T22:27:05.855Z | [ helios-setup] Oct 18 22:27:05.166 INFO E| Downloaded clap_lex v0.4.1 |
2811 | 2024-10-18T22:27:05.857Z | [ helios-setup] Oct 18 22:27:05.168 INFO E| Downloaded anstyle v0.3.5 |
2812 | 2024-10-18T22:27:05.860Z | [ helios-setup] Oct 18 22:27:05.170 INFO E| Downloaded try-lock v0.2.4 |
2813 | 2024-10-18T22:27:05.860Z | [ helios-setup] Oct 18 22:27:05.171 INFO E| Downloaded futures-sink v0.3.28 |
2814 | 2024-10-18T22:27:05.863Z | [ helios-setup] Oct 18 22:27:05.172 INFO E| Downloaded slog-bunyan v2.4.0 |
2815 | 2024-10-18T22:27:05.863Z | [ helios-setup] Oct 18 22:27:05.174 INFO E| Downloaded want v0.3.0 |
2816 | 2024-10-18T22:27:05.866Z | [ helios-setup] Oct 18 22:27:05.175 INFO E| Downloaded toolchain_find v0.2.0 |
2817 | 2024-10-18T22:27:05.868Z | [ helios-setup] Oct 18 22:27:05.177 INFO E| Downloaded const-random v0.1.15 |
2818 | 2024-10-18T22:27:05.868Z | [ helios-setup] Oct 18 22:27:05.179 INFO E| Downloaded slab v0.4.7 |
2819 | 2024-10-18T22:27:05.871Z | [ helios-setup] Oct 18 22:27:05.181 INFO E| Downloaded sha2 v0.10.6 |
2820 | 2024-10-18T22:27:05.873Z | [ helios-setup] Oct 18 22:27:05.184 INFO E| Downloaded io-lifetimes v1.0.10 |
2821 | 2024-10-18T22:27:05.876Z | [ helios-setup] Oct 18 22:27:05.188 INFO E| Downloaded httparse v1.8.0 |
2822 | 2024-10-18T22:27:05.880Z | [ helios-setup] Oct 18 22:27:05.192 INFO E| Downloaded toml_datetime v0.6.1 |
2823 | 2024-10-18T22:27:05.882Z | [ helios-setup] Oct 18 22:27:05.194 INFO E| Downloaded rhai_codegen v1.5.0 |
2824 | 2024-10-18T22:27:05.895Z | [ helios-setup] Oct 18 22:27:05.207 INFO E| Downloaded parking_lot_core v0.9.6 |
2825 | 2024-10-18T22:27:05.898Z | [ helios-setup] Oct 18 22:27:05.210 INFO E| Downloaded tower-service v0.3.2 |
2826 | 2024-10-18T22:27:05.901Z | [ helios-setup] Oct 18 22:27:05.212 INFO E| Downloaded pin-project-lite v0.2.9 |
2827 | 2024-10-18T22:27:05.908Z | [ helios-setup] Oct 18 22:27:05.220 INFO E| Downloaded lock_api v0.4.9 |
2828 | 2024-10-18T22:27:05.910Z | [ helios-setup] Oct 18 22:27:05.222 INFO E| Downloaded schemars_derive v0.8.12 |
2829 | 2024-10-18T22:27:05.913Z | [ helios-setup] Oct 18 22:27:05.224 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2830 | 2024-10-18T22:27:05.916Z | [ helios-setup] Oct 18 22:27:05.228 INFO E| Downloaded httpdate v1.0.2 |
2831 | 2024-10-18T22:27:05.921Z | [ helios-setup] Oct 18 22:27:05.229 INFO E| Downloaded digest v0.10.6 |
2832 | 2024-10-18T22:27:05.922Z | [ helios-setup] Oct 18 22:27:05.232 INFO E| Downloaded smawk v0.3.1 |
2833 | 2024-10-18T22:27:05.924Z | [ helios-setup] Oct 18 22:27:05.234 INFO E| Downloaded signal-hook-registry v1.4.0 |
2834 | 2024-10-18T22:27:05.924Z | [ helios-setup] Oct 18 22:27:05.236 INFO E| Downloaded socket2 v0.4.9 |
2835 | 2024-10-18T22:27:05.927Z | [ helios-setup] Oct 18 22:27:05.239 INFO E| Downloaded once_cell v1.17.0 |
2836 | 2024-10-18T22:27:05.931Z | [ helios-setup] Oct 18 22:27:05.243 INFO E| Downloaded anyhow v1.0.68 |
2837 | 2024-10-18T22:27:05.937Z | [ helios-setup] Oct 18 22:27:05.249 INFO E| Downloaded strsim v0.10.0 |
2838 | 2024-10-18T22:27:05.939Z | [ helios-setup] Oct 18 22:27:05.251 INFO E| Downloaded unicode-ident v1.0.8 |
2839 | 2024-10-18T22:27:05.943Z | [ helios-setup] Oct 18 22:27:05.255 INFO E| Downloaded thiserror v1.0.38 |
2840 | 2024-10-18T22:27:05.949Z | [ helios-setup] Oct 18 22:27:05.261 INFO E| Downloaded scopeguard v1.1.0 |
2841 | 2024-10-18T22:27:05.951Z | [ helios-setup] Oct 18 22:27:05.263 INFO E| Downloaded terminal_size v0.2.6 |
2842 | 2024-10-18T22:27:05.954Z | [ helios-setup] Oct 18 22:27:05.265 INFO E| Downloaded ryu v1.0.13 |
2843 | 2024-10-18T22:27:05.958Z | [ helios-setup] Oct 18 22:27:05.270 INFO E| Downloaded utf8parse v0.2.1 |
2844 | 2024-10-18T22:27:05.961Z | [ helios-setup] Oct 18 22:27:05.272 INFO E| Downloaded either v1.8.0 |
2845 | 2024-10-18T22:27:05.963Z | [ helios-setup] Oct 18 22:27:05.274 INFO E| Downloaded url v2.3.1 |
2846 | 2024-10-18T22:27:05.967Z | [ helios-setup] Oct 18 22:27:05.279 INFO E| Downloaded ipnet v2.7.2 |
2847 | 2024-10-18T22:27:05.970Z | [ helios-setup] Oct 18 22:27:05.282 INFO E| Downloaded tokio-rustls v0.24.0 |
2848 | 2024-10-18T22:27:05.972Z | [ helios-setup] Oct 18 22:27:05.284 INFO E| Downloaded serde v1.0.204 |
2849 | 2024-10-18T22:27:05.978Z | [ helios-setup] Oct 18 22:27:05.290 INFO E| Downloaded uuid v1.3.0 |
2850 | 2024-10-18T22:27:06.010Z | [ helios-setup] Oct 18 22:27:05.321 INFO E| Downloaded tungstenite v0.18.0 |
2851 | 2024-10-18T22:27:06.014Z | [ helios-setup] Oct 18 22:27:05.326 INFO E| Downloaded schemars v0.8.12 |
2852 | 2024-10-18T22:27:06.032Z | [ helios-setup] Oct 18 22:27:05.344 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2853 | 2024-10-18T22:27:06.037Z | [ helios-setup] Oct 18 22:27:05.349 INFO E| Downloaded unicode-normalization v0.1.22 |
2854 | 2024-10-18T22:27:06.043Z | [ helios-setup] Oct 18 22:27:05.355 INFO E| Downloaded unicode-linebreak v0.1.4 |
2855 | 2024-10-18T22:27:06.046Z | [ helios-setup] Oct 18 22:27:05.358 INFO E| Downloaded winnow v0.4.1 |
2856 | 2024-10-18T22:27:06.061Z | [ helios-setup] Oct 18 22:27:05.373 INFO E| Downloaded serde_json v1.0.95 |
2857 | 2024-10-18T22:27:06.077Z | [ helios-setup] Oct 18 22:27:05.389 INFO E| Downloaded syn v2.0.72 |
2858 | 2024-10-18T22:27:06.101Z | [ helios-setup] Oct 18 22:27:05.413 INFO E| Downloaded syn v1.0.107 |
2859 | 2024-10-18T22:27:06.120Z | [ helios-setup] Oct 18 22:27:05.432 INFO E| Downloaded crossbeam-channel v0.5.6 |
2860 | 2024-10-18T22:27:06.128Z | [ helios-setup] Oct 18 22:27:05.440 INFO E| Downloaded tokio v1.27.0 |
2861 | 2024-10-18T22:27:06.197Z | [ helios-setup] Oct 18 22:27:05.509 INFO E| Downloaded pest v2.5.7 |
2862 | 2024-10-18T22:27:06.207Z | [ helios-setup] Oct 18 22:27:05.519 INFO E| Downloaded clap_builder v4.2.1 |
2863 | 2024-10-18T22:27:06.220Z | [ helios-setup] Oct 18 22:27:05.532 INFO E| Downloaded aho-corasick v0.7.20 |
2864 | 2024-10-18T22:27:06.228Z | [ helios-setup] Oct 18 22:27:05.539 INFO E| Downloaded futures-util v0.3.28 |
2865 | 2024-10-18T22:27:06.250Z | [ helios-setup] Oct 18 22:27:05.562 INFO E| Downloaded h2 v0.3.16 |
2866 | 2024-10-18T22:27:06.261Z | [ helios-setup] Oct 18 22:27:05.573 INFO E| Downloaded reqwest v0.11.16 |
2867 | 2024-10-18T22:27:06.276Z | [ helios-setup] Oct 18 22:27:05.588 INFO E| Downloaded hyper v0.14.25 |
2868 | 2024-10-18T22:27:06.290Z | [ helios-setup] Oct 18 22:27:05.602 INFO E| Downloaded rayon v1.6.1 |
2869 | 2024-10-18T22:27:06.319Z | [ helios-setup] Oct 18 22:27:05.630 INFO E| Downloaded git2 v0.16.1 |
2870 | 2024-10-18T22:27:06.333Z | [ helios-setup] Oct 18 22:27:05.644 INFO E| Downloaded chrono v0.4.24 |
2871 | 2024-10-18T22:27:06.364Z | [ helios-setup] Oct 18 22:27:05.657 INFO E| Downloaded mio v0.8.5 |
2872 | 2024-10-18T22:27:06.384Z | [ helios-setup] Oct 18 22:27:05.667 INFO E| Downloaded regress v0.5.0 |
2873 | 2024-10-18T22:27:06.384Z | [ helios-setup] Oct 18 22:27:05.679 INFO E| Downloaded rustix v0.37.3 |
2874 | 2024-10-18T22:27:06.402Z | [ helios-setup] Oct 18 22:27:05.713 INFO E| Downloaded regex v1.7.3 |
2875 | 2024-10-18T22:27:06.416Z | [ helios-setup] Oct 18 22:27:05.727 INFO E| Downloaded rustls v0.21.0 |
2876 | 2024-10-18T22:27:06.434Z | [ helios-setup] Oct 18 22:27:05.746 INFO E| Downloaded rhai v1.14.0 |
2877 | 2024-10-18T22:27:06.456Z | [ helios-setup] Oct 18 22:27:05.767 INFO E| Downloaded openapiv3 v1.0.2 |
2878 | 2024-10-18T22:27:06.477Z | [ helios-setup] Oct 18 22:27:05.789 INFO E| Downloaded sct v0.7.0 |
2879 | 2024-10-18T22:27:06.484Z | [ helios-setup] Oct 18 22:27:05.795 INFO E| Downloaded rustls-webpki v0.100.1 |
2880 | 2024-10-18T22:27:06.494Z | [ helios-setup] Oct 18 22:27:05.806 INFO E| Downloaded cc v1.0.78 |
2881 | 2024-10-18T22:27:06.498Z | [ helios-setup] Oct 18 22:27:05.810 INFO E| Downloaded tracing-core v0.1.30 |
2882 | 2024-10-18T22:27:06.503Z | [ helios-setup] Oct 18 22:27:05.815 INFO E| Downloaded tokio-util v0.7.7 |
2883 | 2024-10-18T22:27:06.515Z | [ helios-setup] Oct 18 22:27:05.826 INFO E| Downloaded parking_lot v0.12.1 |
2884 | 2024-10-18T22:27:06.519Z | [ helios-setup] Oct 18 22:27:05.831 INFO E| Downloaded libc v0.2.139 |
2885 | 2024-10-18T22:27:06.562Z | [ helios-setup] Oct 18 22:27:05.874 INFO E| Downloaded http v0.2.9 |
2886 | 2024-10-18T22:27:06.591Z | [ helios-setup] Oct 18 22:27:05.902 INFO E| Downloaded tracing v0.1.37 |
2887 | 2024-10-18T22:27:06.597Z | [ helios-setup] Oct 18 22:27:05.909 INFO E| Downloaded toml_edit v0.19.8 |
2888 | 2024-10-18T22:27:06.627Z | [ helios-setup] Oct 18 22:27:05.938 INFO E| Downloaded serde_yaml v0.9.21 |
2889 | 2024-10-18T22:27:06.632Z | [ helios-setup] Oct 18 22:27:05.944 INFO E| Downloaded serde_derive v1.0.204 |
2890 | 2024-10-18T22:27:06.637Z | [ helios-setup] Oct 18 22:27:05.949 INFO E| Downloaded num-integer v0.1.45 |
2891 | 2024-10-18T22:27:06.640Z | [ helios-setup] Oct 18 22:27:05.952 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2892 | 2024-10-18T22:27:06.645Z | [ helios-setup] Oct 18 22:27:05.957 INFO E| Downloaded clap v4.2.1 |
2893 | 2024-10-18T22:27:06.658Z | [ helios-setup] Oct 18 22:27:05.970 INFO E| Downloaded quote v1.0.36 |
2894 | 2024-10-18T22:27:06.662Z | [ helios-setup] Oct 18 22:27:05.974 INFO E| Downloaded paste v1.0.12 |
2895 | 2024-10-18T22:27:06.667Z | [ helios-setup] Oct 18 22:27:05.979 INFO E| Downloaded log v0.4.17 |
2896 | 2024-10-18T22:27:06.671Z | [ helios-setup] Oct 18 22:27:05.983 INFO E| Downloaded unicode-bidi v0.3.13 |
2897 | 2024-10-18T22:27:06.674Z | [ helios-setup] Oct 18 22:27:05.986 INFO E| Downloaded toml v0.7.3 |
2898 | 2024-10-18T22:27:06.680Z | [ helios-setup] Oct 18 22:27:05.992 INFO E| Downloaded memchr v2.5.0 |
2899 | 2024-10-18T22:27:06.686Z | [ helios-setup] Oct 18 22:27:05.998 INFO E| Downloaded time v0.1.45 |
2900 | 2024-10-18T22:27:06.694Z | [ helios-setup] Oct 18 22:27:06.006 INFO E| Downloaded rayon-core v1.10.2 |
2901 | 2024-10-18T22:27:06.700Z | [ helios-setup] Oct 18 22:27:06.012 INFO E| Downloaded bytes v1.4.0 |
2902 | 2024-10-18T22:27:06.707Z | [ helios-setup] Oct 18 22:27:06.019 INFO E| Downloaded encoding_rs v0.8.32 |
2903 | 2024-10-18T22:27:06.748Z | [ helios-setup] Oct 18 22:27:06.060 INFO E| Downloaded futures-channel v0.3.28 |
2904 | 2024-10-18T22:27:06.751Z | [ helios-setup] Oct 18 22:27:06.063 INFO E| Downloaded camino v1.1.4 |
2905 | 2024-10-18T22:27:06.755Z | [ helios-setup] Oct 18 22:27:06.066 INFO E| Downloaded clap_derive v4.2.0 |
2906 | 2024-10-18T22:27:06.758Z | [ helios-setup] Oct 18 22:27:06.070 INFO E| Downloaded smallvec v1.10.0 |
2907 | 2024-10-18T22:27:06.760Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2908 | 2024-10-18T22:27:06.763Z | [ helios-setup] Oct 18 22:27:06.074 INFO E| Downloaded serde_tokenstream v0.2.0 |
2909 | 2024-10-18T22:27:06.780Z | [ helios-setup] Oct 18 22:27:06.082 INFO E| Downloaded serde_derive_internals v0.26.0 |
2910 | 2024-10-18T22:27:06.780Z | [ helios-setup] Oct 18 22:27:06.085 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2911 | 2024-10-18T22:27:06.780Z | [ helios-setup] Oct 18 22:27:06.087 INFO E| Downloaded pkg-config v0.3.26 |
2912 | 2024-10-18T22:27:06.780Z | [ helios-setup] Oct 18 22:27:06.089 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2913 | 2024-10-18T22:27:06.783Z | [ helios-setup] Oct 18 22:27:06.092 INFO E| Downloaded num_enum_derive v0.5.7 |
2914 | 2024-10-18T22:27:06.783Z | [ helios-setup] Oct 18 22:27:06.094 INFO E| Downloaded num_cpus v1.15.0 |
2915 | 2024-10-18T22:27:06.786Z | [ helios-setup] Oct 18 22:27:06.098 INFO E| Downloaded memoffset v0.7.1 |
2916 | 2024-10-18T22:27:06.789Z | [ helios-setup] Oct 18 22:27:06.100 INFO E| Downloaded futures v0.3.28 |
2917 | 2024-10-18T22:27:06.797Z | [ helios-setup] Oct 18 22:27:06.109 INFO E| Downloaded ucd-trie v0.1.5 |
2918 | 2024-10-18T22:27:06.800Z | [ helios-setup] Oct 18 22:27:06.112 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2919 | 2024-10-18T22:27:06.904Z | [ helios-setup] Oct 18 22:27:06.216 INFO E| Downloaded tinyvec v1.6.0 |
2920 | 2024-10-18T22:27:06.909Z | [ helios-setup] Oct 18 22:27:06.221 INFO E| Downloaded textwrap v0.16.0 |
2921 | 2024-10-18T22:27:06.913Z | [ helios-setup] Oct 18 22:27:06.225 INFO E| Downloaded tempfile v3.5.0 |
2922 | 2024-10-18T22:27:06.916Z | [ helios-setup] Oct 18 22:27:06.228 INFO E| Downloaded ppv-lite86 v0.2.17 |
2923 | 2024-10-18T22:27:06.919Z | [ helios-setup] Oct 18 22:27:06.230 INFO E| Downloaded num-traits v0.2.15 |
2924 | 2024-10-18T22:27:06.923Z | [ helios-setup] Oct 18 22:27:06.235 INFO E| Downloaded lazy_static v1.4.0 |
2925 | 2024-10-18T22:27:06.926Z | [ helios-setup] Oct 18 22:27:06.237 INFO E| Downloaded libz-sys v1.1.8 |
2926 | 2024-10-18T22:27:07.011Z | [ helios-setup] Oct 18 22:27:06.323 INFO E| Downloaded itoa v1.0.6 |
2927 | 2024-10-18T22:27:07.014Z | [ helios-setup] Oct 18 22:27:06.325 INFO E| Downloaded http-body v0.4.5 |
2928 | 2024-10-18T22:27:07.016Z | [ helios-setup] Oct 18 22:27:06.327 INFO E| Downloaded home v0.5.4 |
2929 | 2024-10-18T22:27:07.020Z | [ helios-setup] Oct 18 22:27:06.329 INFO E| Downloaded futures-executor v0.3.28 |
2930 | 2024-10-18T22:27:07.026Z | [ helios-setup] Oct 18 22:27:06.331 INFO E| Downloaded byteorder v1.4.3 |
2931 | 2024-10-18T22:27:07.026Z | [ helios-setup] Oct 18 22:27:06.334 INFO E| Downloaded slog-async v2.7.0 |
2932 | 2024-10-18T22:27:07.026Z | [ helios-setup] Oct 18 22:27:06.336 INFO E| Downloaded semver v1.0.17 |
2933 | 2024-10-18T22:27:07.029Z | [ helios-setup] Oct 18 22:27:06.339 INFO E| Downloaded sha1 v0.10.5 |
2934 | 2024-10-18T22:27:07.031Z | [ helios-setup] Oct 18 22:27:06.341 INFO E| Downloaded serde_path_to_error v0.1.11 |
2935 | 2024-10-18T22:27:07.034Z | [ helios-setup] Oct 18 22:27:06.344 INFO E| Downloaded semver-parser v0.10.2 |
2936 | 2024-10-18T22:27:07.036Z | [ helios-setup] Oct 18 22:27:06.347 INFO E| Downloaded iana-time-zone v0.1.56 |
2937 | 2024-10-18T22:27:07.038Z | [ helios-setup] Oct 18 22:27:06.349 INFO E| Downloaded futures-macro v0.3.28 |
2938 | 2024-10-18T22:27:07.041Z | [ helios-setup] Oct 18 22:27:06.351 INFO E| Downloaded crossbeam-utils v0.8.14 |
2939 | 2024-10-18T22:27:07.043Z | [ helios-setup] Oct 18 22:27:06.355 INFO E| Downloaded bincode v1.3.3 |
2940 | 2024-10-18T22:27:07.047Z | [ helios-setup] Oct 18 22:27:06.359 INFO E| Downloaded base64 v0.21.0 |
2941 | 2024-10-18T22:27:07.053Z | [ helios-setup] Oct 18 22:27:06.365 INFO E| Downloaded form_urlencoded v1.1.0 |
2942 | 2024-10-18T22:27:07.056Z | [ helios-setup] Oct 18 22:27:06.366 INFO E| Downloaded cargo-lock v8.0.3 |
2943 | 2024-10-18T22:27:07.062Z | [ helios-setup] Oct 18 22:27:06.370 INFO E| Downloaded tokio-macros v2.0.0 |
2944 | 2024-10-18T22:27:07.065Z | [ helios-setup] Oct 18 22:27:06.372 INFO E| Downloaded thiserror-impl v1.0.38 |
2945 | 2024-10-18T22:27:07.065Z | [ helios-setup] Oct 18 22:27:06.374 INFO E| Downloaded futures-core v0.3.28 |
2946 | 2024-10-18T22:27:07.065Z | [ helios-setup] Oct 18 22:27:06.375 INFO E| Downloaded concolor-override v1.0.0 |
2947 | 2024-10-18T22:27:07.065Z | [ helios-setup] Oct 18 22:27:06.376 INFO E| Downloaded ahash v0.7.6 |
2948 | 2024-10-18T22:27:07.078Z | [ helios-setup] Oct 18 22:27:06.389 INFO E| Downloaded getrandom v0.2.8 |
2949 | 2024-10-18T22:27:07.082Z | [ helios-setup] Oct 18 22:27:06.394 INFO E| Downloaded futures-task v0.3.28 |
2950 | 2024-10-18T22:27:07.084Z | [ helios-setup] Oct 18 22:27:06.396 INFO E| Downloaded futures-io v0.3.28 |
2951 | 2024-10-18T22:27:07.087Z | [ helios-setup] Oct 18 22:27:06.397 INFO E| Downloaded fastrand v1.9.0 |
2952 | 2024-10-18T22:27:07.087Z | [ helios-setup] Oct 18 22:27:06.398 INFO E| Downloaded ahash v0.8.3 |
2953 | 2024-10-18T22:27:07.090Z | [ helios-setup] Oct 18 22:27:06.402 INFO E| Downloaded jobserver v0.1.26 |
2954 | 2024-10-18T22:27:07.092Z | [ helios-setup] Oct 18 22:27:06.404 INFO E| Downloaded async-stream-impl v0.3.5 |
2955 | 2024-10-18T22:27:07.095Z | [ helios-setup] Oct 18 22:27:06.405 INFO E| Downloaded anstyle-parse v0.1.1 |
2956 | 2024-10-18T22:27:07.473Z | [ helios-setup] Oct 18 22:27:06.785 INFO E| Compiling proc-macro2 v1.0.86 |
2957 | 2024-10-18T22:27:07.476Z | [ helios-setup] Oct 18 22:27:06.785 INFO E| Compiling libc v0.2.139 |
2958 | 2024-10-18T22:27:07.476Z | [ helios-setup] Oct 18 22:27:06.785 INFO E| Compiling unicode-ident v1.0.8 |
2959 | 2024-10-18T22:27:07.476Z | [ helios-setup] Oct 18 22:27:06.785 INFO E| Compiling autocfg v1.1.0 |
2960 | 2024-10-18T22:27:07.476Z | [ helios-setup] Oct 18 22:27:06.785 INFO E| Compiling cfg-if v1.0.0 |
2961 | 2024-10-18T22:27:07.476Z | [ helios-setup] Oct 18 22:27:06.785 INFO E| Compiling version_check v0.9.4 |
2962 | 2024-10-18T22:27:07.476Z | [ helios-setup] Oct 18 22:27:06.785 INFO E| Compiling serde v1.0.204 |
2963 | 2024-10-18T22:27:07.476Z | [ helios-setup] Oct 18 22:27:06.785 INFO E| Compiling syn v1.0.107 |
2964 | 2024-10-18T22:27:07.767Z | [ helios-setup] Oct 18 22:27:07.079 INFO E| Compiling memchr v2.5.0 |
2965 | 2024-10-18T22:27:08.230Z | [ helios-setup] Oct 18 22:27:07.541 INFO E| Compiling once_cell v1.17.0 |
2966 | 2024-10-18T22:27:08.737Z | [ helios-setup] Oct 18 22:27:08.048 INFO E| Compiling log v0.4.17 |
2967 | 2024-10-18T22:27:08.817Z | [ helios-setup] Oct 18 22:27:08.129 INFO E| Compiling thiserror v1.0.38 |
2968 | 2024-10-18T22:27:09.562Z | [ helios-setup] Oct 18 22:27:08.874 INFO E| Compiling serde_json v1.0.95 |
2969 | 2024-10-18T22:27:09.805Z | [ helios-setup] Oct 18 22:27:09.116 INFO E| Compiling itoa v1.0.6 |
2970 | 2024-10-18T22:27:10.583Z | [ helios-setup] Oct 18 22:27:09.894 INFO E| Compiling indexmap v1.9.3 |
2971 | 2024-10-18T22:27:10.714Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2972 | 2024-10-18T22:27:11.011Z | [ helios-setup] Oct 18 22:27:10.312 INFO E| Compiling scopeguard v1.1.0 |
2973 | 2024-10-18T22:27:11.179Z | [ helios-setup] Oct 18 22:27:10.490 INFO E| Compiling pin-project-lite v0.2.9 |
2974 | 2024-10-18T22:27:11.565Z | [ helios-setup] Oct 18 22:27:10.818 INFO E| Compiling quote v1.0.36 |
2975 | 2024-10-18T22:27:11.614Z | [ helios-setup] Oct 18 22:27:10.926 INFO E| Compiling jobserver v0.1.26 |
2976 | 2024-10-18T22:27:11.799Z | [ helios-setup] Oct 18 22:27:11.111 INFO E| Compiling getrandom v0.2.8 |
2977 | 2024-10-18T22:27:12.186Z | [ helios-setup] Oct 18 22:27:11.497 INFO E| Compiling num-integer v0.1.45 |
2978 | 2024-10-18T22:27:12.547Z | [ helios-setup] Oct 18 22:27:11.858 INFO E| Compiling syn v2.0.72 |
2979 | 2024-10-18T22:27:12.892Z | [ helios-setup] Oct 18 22:27:12.195 INFO E| Compiling cc v1.0.78 |
2980 | 2024-10-18T22:27:12.906Z | [ helios-setup] Oct 18 22:27:12.217 INFO E| Compiling bytes v1.4.0 |
2981 | 2024-10-18T22:27:12.946Z | [ helios-setup] Oct 18 22:27:12.257 INFO E| Compiling futures-core v0.3.28 |
2982 | 2024-10-18T22:27:13.289Z | [ helios-setup] Oct 18 22:27:12.600 INFO E| Compiling ryu v1.0.13 |
2983 | 2024-10-18T22:27:14.383Z | [ host-package] Compiling rand_seeder v0.3.0 |
2984 | 2024-10-18T22:27:14.773Z | [ helios-setup] Oct 18 22:27:14.084 INFO E| Compiling lock_api v0.4.9 |
2985 | 2024-10-18T22:27:14.821Z | [ helios-setup] Oct 18 22:27:14.132 INFO E| Compiling bitflags v1.3.2 |
2986 | 2024-10-18T22:27:15.107Z | [ helios-setup] Oct 18 22:27:14.418 INFO E| Compiling parking_lot_core v0.9.6 |
2987 | 2024-10-18T22:27:15.178Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
2988 | 2024-10-18T22:27:15.191Z | [ helios-setup] Oct 18 22:27:14.502 INFO E| Compiling typenum v1.16.0 |
2989 | 2024-10-18T22:27:15.809Z | [ helios-setup] Oct 18 22:27:15.120 INFO E| Compiling num_cpus v1.15.0 |
2990 | 2024-10-18T22:27:16.365Z | [ helios-setup] Oct 18 22:27:15.676 INFO E| Compiling generic-array v0.14.6 |
2991 | 2024-10-18T22:27:16.389Z | [ helios-setup] Oct 18 22:27:15.700 INFO E| Compiling slab v0.4.7 |
2992 | 2024-10-18T22:27:16.522Z | [ host-package] Compiling lzma-sys v0.1.20 |
2993 | 2024-10-18T22:27:16.530Z | [ helios-setup] Oct 18 22:27:15.839 INFO E| Compiling futures-sink v0.3.28 |
2994 | 2024-10-18T22:27:16.592Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2995 | 2024-10-18T22:27:16.693Z | [ helios-setup] Oct 18 22:27:16.004 INFO E| Compiling futures-channel v0.3.28 |
2996 | 2024-10-18T22:27:17.045Z | [ helios-setup] Oct 18 22:27:16.356 INFO E| Compiling futures-task v0.3.28 |
2997 | 2024-10-18T22:27:17.117Z | [ host-package] Compiling cfg_aliases v0.2.1 |
2998 | 2024-10-18T22:27:17.526Z | [ host-package] Compiling rustls v0.21.12 |
2999 | 2024-10-18T22:27:17.585Z | [ helios-setup] Oct 18 22:27:16.895 INFO E| Compiling tokio v1.27.0 |
3000 | 2024-10-18T22:27:17.724Z | [ host-package] Compiling nix v0.29.0 |
3001 | 2024-10-18T22:27:17.804Z | [ helios-setup] Oct 18 22:27:17.114 INFO E| Compiling futures-util v0.3.28 |
3002 | 2024-10-18T22:27:18.204Z | [ helios-setup] Oct 18 22:27:17.506 INFO E| Compiling schemars v0.8.12 |
3003 | 2024-10-18T22:27:18.253Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3004 | 2024-10-18T22:27:18.670Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3005 | 2024-10-18T22:27:18.971Z | [ helios-setup] Oct 18 22:27:18.282 INFO E| Compiling mio v0.8.5 |
3006 | 2024-10-18T22:27:19.140Z | [ helios-setup] Oct 18 22:27:18.451 INFO E| Compiling signal-hook-registry v1.4.0 |
3007 | 2024-10-18T22:27:19.214Z | [ helios-setup] Oct 18 22:27:18.525 INFO E| Compiling socket2 v0.4.9 |
3008 | 2024-10-18T22:27:19.469Z | [ helios-setup] Oct 18 22:27:18.780 INFO E| Compiling ahash v0.7.6 |
3009 | 2024-10-18T22:27:19.539Z | [ helios-setup] Oct 18 22:27:18.848 INFO E| Compiling num-traits v0.2.15 |
3010 | 2024-10-18T22:27:19.960Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3011 | 2024-10-18T22:27:20.514Z | [ helios-setup] Oct 18 22:27:19.825 INFO E| Compiling pin-utils v0.1.0 |
3012 | 2024-10-18T22:27:20.677Z | [ helios-setup] Oct 18 22:27:19.988 INFO E| Compiling io-lifetimes v1.0.10 |
3013 | 2024-10-18T22:27:21.277Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3014 | 2024-10-18T22:27:21.313Z | [ helios-setup] Oct 18 22:27:20.624 INFO E| Compiling futures-io v0.3.28 |
3015 | 2024-10-18T22:27:21.839Z | [ helios-setup] Oct 18 22:27:21.149 INFO E| Compiling crunchy v0.2.2 |
3016 | 2024-10-18T22:27:22.663Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3017 | 2024-10-18T22:27:22.707Z | [ helios-setup] Oct 18 22:27:22.018 INFO E| Compiling ahash v0.8.3 |
3018 | 2024-10-18T22:27:22.815Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3019 | 2024-10-18T22:27:23.199Z | [ helios-setup] Oct 18 22:27:22.509 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
3020 | 2024-10-18T22:27:23.289Z | [ helios-setup] Oct 18 22:27:22.599 INFO E| Compiling tiny-keccak v2.0.2 |
3021 | 2024-10-18T22:27:23.563Z | [ host-package] Compiling sct v0.7.1 |
3022 | 2024-10-18T22:27:23.640Z | [ helios-setup] Oct 18 22:27:22.950 INFO E| Compiling hashbrown v0.12.3 |
3023 | 2024-10-18T22:27:23.689Z | [ helios-setup] Oct 18 22:27:22.999 INFO E| Compiling rustix v0.37.3 |
3024 | 2024-10-18T22:27:24.205Z | [ helios-setup] Oct 18 22:27:23.515 INFO E| Compiling serde_derive_internals v0.26.0 |
3025 | 2024-10-18T22:27:24.485Z | [ helios-setup] Oct 18 22:27:23.795 INFO E| Compiling block-buffer v0.10.3 |
3026 | 2024-10-18T22:27:24.637Z | [ helios-setup] Oct 18 22:27:23.947 INFO E| Compiling crypto-common v0.1.6 |
3027 | 2024-10-18T22:27:24.669Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3028 | 2024-10-18T22:27:25.709Z | [ host-package] Compiling heck v0.3.3 |
3029 | 2024-10-18T22:27:26.008Z | [ helios-setup] Oct 18 22:27:25.317 INFO E| Compiling errno v0.3.1 |
3030 | 2024-10-18T22:27:26.489Z | [ helios-setup] Oct 18 22:27:25.798 INFO E| Compiling fnv v1.0.7 |
3031 | 2024-10-18T22:27:26.594Z | [ helios-setup] Oct 18 22:27:25.904 INFO E| Compiling crossbeam-utils v0.8.14 |
3032 | 2024-10-18T22:27:26.610Z | [ host-package] Compiling castaway v0.2.3 |
3033 | 2024-10-18T22:27:26.698Z | [ helios-setup] Oct 18 22:27:26.008 INFO E| Compiling pkg-config v0.3.26 |
3034 | 2024-10-18T22:27:27.005Z | [ helios-setup] Oct 18 22:27:26.315 INFO E| Compiling slog v2.7.0 |
3035 | 2024-10-18T22:27:27.269Z | [ host-package] Compiling csv-core v0.1.11 |
3036 | 2024-10-18T22:27:27.880Z | [ helios-setup] Oct 18 22:27:27.190 INFO E| Compiling http v0.2.9 |
3037 | 2024-10-18T22:27:28.985Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3038 | 2024-10-18T22:27:29.242Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3039 | 2024-10-18T22:27:29.399Z | [ host-package] Compiling http-range v0.1.5 |
3040 | 2024-10-18T22:27:29.687Z | [ helios-setup] Oct 18 22:27:28.997 INFO E| Compiling digest v0.10.6 |
3041 | 2024-10-18T22:27:30.129Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3042 | 2024-10-18T22:27:30.518Z | [ helios-setup] Oct 18 22:27:29.827 INFO E| Compiling aho-corasick v0.7.20 |
3043 | 2024-10-18T22:27:30.544Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3044 | 2024-10-18T22:27:30.578Z | [ host-package] Compiling csv v1.3.0 |
3045 | 2024-10-18T22:27:30.938Z | [ helios-setup] Oct 18 22:27:30.247 INFO E| Compiling percent-encoding v2.2.0 |
3046 | 2024-10-18T22:27:31.061Z | [ helios-setup] Oct 18 22:27:30.371 INFO E| Compiling cpufeatures v0.2.5 |
3047 | 2024-10-18T22:27:31.710Z | [ host-package] Compiling compact_str v0.8.0 |
3048 | 2024-10-18T22:27:32.132Z | [ helios-setup] Oct 18 22:27:31.442 INFO E| Compiling httparse v1.8.0 |
3049 | 2024-10-18T22:27:32.208Z | [ helios-setup] Oct 18 22:27:31.518 INFO E| Compiling regex-syntax v0.6.29 |
3050 | 2024-10-18T22:27:32.795Z | [ helios-setup] Oct 18 22:27:32.103 INFO E| Compiling tinyvec_macros v0.1.1 |
3051 | 2024-10-18T22:27:33.106Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3052 | 2024-10-18T22:27:33.243Z | [ helios-setup] Oct 18 22:27:32.553 INFO E| Compiling unicode-width v0.1.10 |
3053 | 2024-10-18T22:27:33.381Z | [ helios-setup] Oct 18 22:27:32.691 INFO E| Compiling heck v0.4.1 |
3054 | 2024-10-18T22:27:33.567Z | [ helios-setup] Oct 18 22:27:32.876 INFO E| Compiling anyhow v1.0.68 |
3055 | 2024-10-18T22:27:33.638Z | [ helios-setup] Oct 18 22:27:32.947 INFO E| Compiling tinyvec v1.6.0 |
3056 | 2024-10-18T22:27:34.509Z | [ helios-setup] Oct 18 22:27:33.818 INFO E| Compiling serde_derive v1.0.204 |
3057 | 2024-10-18T22:27:34.591Z | [ helios-setup] Oct 18 22:27:33.900 INFO E| Compiling tokio-macros v2.0.0 |
3058 | 2024-10-18T22:27:34.780Z | [ helios-setup] Oct 18 22:27:34.089 INFO E| Compiling futures-macro v0.3.28 |
3059 | 2024-10-18T22:27:35.014Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
3060 | 2024-10-18T22:27:35.069Z | [ helios-setup] Oct 18 22:27:34.378 INFO E| Compiling thiserror-impl v1.0.38 |
3061 | 2024-10-18T22:27:35.420Z | [ helios-setup] Oct 18 22:27:34.729 INFO E| Compiling schemars_derive v0.8.12 |
3062 | 2024-10-18T22:27:35.486Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3063 | 2024-10-18T22:27:35.892Z | [ host-package] Compiling nix v0.27.1 |
3064 | 2024-10-18T22:27:37.662Z | [ helios-setup] Oct 18 22:27:36.969 INFO E| Compiling const-random-macro v0.1.15 |
3065 | 2024-10-18T22:27:38.055Z | [ helios-setup] Oct 18 22:27:37.364 INFO E| Compiling form_urlencoded v1.1.0 |
3066 | 2024-10-18T22:27:38.345Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3067 | 2024-10-18T22:27:39.066Z | [ helios-setup] Oct 18 22:27:38.374 INFO E| Compiling regex v1.7.3 |
3068 | 2024-10-18T22:27:39.551Z | [ helios-setup] Oct 18 22:27:38.860 INFO E| Compiling hashbrown v0.13.2 |
3069 | 2024-10-18T22:27:41.493Z | [ helios-setup] Oct 18 22:27:40.801 INFO E| Compiling chrono v0.4.24 |
3070 | 2024-10-18T22:27:41.916Z | [ helios-setup] Oct 18 22:27:41.224 INFO E| Compiling libz-sys v1.1.8 |
3071 | 2024-10-18T22:27:43.589Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3072 | 2024-10-18T22:27:43.708Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
3073 | 2024-10-18T22:27:43.714Z | [ helios-setup] Oct 18 22:27:43.022 INFO E| Compiling uuid v1.3.0 |
3074 | 2024-10-18T22:27:44.943Z | [ helios-setup] Oct 18 22:27:44.252 INFO E| Compiling dyn-clone v1.0.11 |
3075 | 2024-10-18T22:27:45.502Z | [ helios-setup] Oct 18 22:27:44.810 INFO E| Compiling regress v0.5.0 |
3076 | 2024-10-18T22:27:45.520Z | [ helios-setup] Oct 18 22:27:44.828 INFO E| Compiling unicode-normalization v0.1.22 |
3077 | 2024-10-18T22:27:45.589Z | [ helios-setup] Oct 18 22:27:44.897 INFO E| Compiling const-random v0.1.15 |
3078 | 2024-10-18T22:27:47.522Z | [ helios-setup] Oct 18 22:27:46.830 INFO E| Compiling getopts v0.2.21 |
3079 | 2024-10-18T22:27:48.262Z | [ helios-setup] Oct 18 22:27:47.569 INFO E| Compiling tracing-core v0.1.30 |
3080 | 2024-10-18T22:27:49.035Z | [ helios-setup] Oct 18 22:27:48.342 INFO E| Compiling memoffset v0.7.1 |
3081 | 2024-10-18T22:27:49.551Z | [ helios-setup] Oct 18 22:27:48.858 INFO E| Compiling ucd-trie v0.1.5 |
3082 | 2024-10-18T22:27:49.971Z | [ helios-setup] Oct 18 22:27:49.279 INFO E| Compiling unicode-bidi v0.3.13 |
3083 | 2024-10-18T22:27:51.261Z | [ helios-setup] Oct 18 22:27:50.568 INFO E| Compiling time-core v0.1.2 |
3084 | 2024-10-18T22:27:51.682Z | [ helios-setup] Oct 18 22:27:50.990 INFO E| Compiling num-conv v0.1.0 |
3085 | 2024-10-18T22:27:51.724Z | [ helios-setup] Oct 18 22:27:51.031 INFO E| Compiling powerfmt v0.2.0 |
3086 | 2024-10-18T22:27:52.763Z | [ helios-setup] Oct 18 22:27:52.070 INFO E| Compiling time-macros v0.2.18 |
3087 | 2024-10-18T22:27:52.909Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3088 | 2024-10-18T22:27:53.334Z | [ helios-setup] Oct 18 22:27:52.641 INFO E| Compiling deranged v0.3.11 |
3089 | 2024-10-18T22:27:53.434Z | [ helios-setup] Oct 18 22:27:52.742 INFO E| Compiling idna v0.3.0 |
3090 | 2024-10-18T22:27:57.039Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3091 | 2024-10-18T22:27:57.759Z | [ helios-setup] Oct 18 22:27:57.066 INFO E| Compiling tracing v0.1.37 |
3092 | 2024-10-18T22:27:58.272Z | [ helios-setup] Oct 18 22:27:57.578 INFO E| Compiling pest v2.5.7 |
3093 | 2024-10-18T22:27:59.528Z | [ helios-setup] Oct 18 22:27:58.835 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
3094 | 2024-10-18T22:27:59.662Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3095 | 2024-10-18T22:28:00.336Z | [ helios-setup] Oct 18 22:27:59.643 INFO E| Compiling time v0.1.45 |
3096 | 2024-10-18T22:28:00.530Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3097 | 2024-10-18T22:28:01.122Z | [ helios-setup] Oct 18 22:28:00.429 INFO E| Compiling crossbeam-epoch v0.9.13 |
3098 | 2024-10-18T22:28:01.356Z | [ helios-setup] Oct 18 22:28:00.662 INFO E| Compiling semver v1.0.17 |
3099 | 2024-10-18T22:28:01.516Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3100 | 2024-10-18T22:28:02.612Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3101 | 2024-10-18T22:28:03.238Z | [ helios-setup] Oct 18 22:28:02.545 INFO E| Compiling num_threads v0.1.6 |
3102 | 2024-10-18T22:28:03.530Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3103 | 2024-10-18T22:28:03.537Z | [ helios-setup] Oct 18 22:28:02.842 INFO E| Compiling iana-time-zone v0.1.56 |
3104 | 2024-10-18T22:28:03.601Z | [ helios-setup] Oct 18 22:28:02.908 INFO E| Compiling time v0.3.36 |
3105 | 2024-10-18T22:28:03.916Z | [ helios-setup] Oct 18 22:28:03.223 INFO E| Compiling semver-parser v0.10.2 |
3106 | 2024-10-18T22:28:04.520Z | [ helios-setup] Oct 18 22:28:03.826 INFO E| Compiling toml v0.5.11 |
3107 | 2024-10-18T22:28:04.602Z | [ host-package] Compiling hashlink v0.9.1 |
3108 | 2024-10-18T22:28:04.894Z | [ helios-setup] Oct 18 22:28:04.200 INFO E| Compiling smallvec v1.10.0 |
3109 | 2024-10-18T22:28:06.148Z | [ host-package] Compiling lru v0.12.5 |
3110 | 2024-10-18T22:28:06.301Z | [ host-package] Compiling instability v0.3.2 |
3111 | 2024-10-18T22:28:06.556Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3112 | 2024-10-18T22:28:07.119Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3113 | 2024-10-18T22:28:07.394Z | [ helios-setup] Oct 18 22:28:06.700 INFO E| Compiling parking_lot v0.12.1 |
3114 | 2024-10-18T22:28:07.669Z | [ helios-setup] Oct 18 22:28:06.976 INFO E| Compiling serde_tokenstream v0.2.0 |
3115 | 2024-10-18T22:28:07.727Z | [ host-package] Compiling base64 v0.13.1 |
3116 | 2024-10-18T22:28:08.530Z | [ host-package] Compiling cassowary v0.3.0 |
3117 | 2024-10-18T22:28:08.628Z | [ host-package] Compiling ron v0.7.1 |
3118 | 2024-10-18T22:28:09.131Z | [ host-package] Compiling rusqlite v0.32.1 |
3119 | 2024-10-18T22:28:12.536Z | [ helios-setup] Oct 18 22:28:11.842 INFO E| Compiling url v2.3.1 |
3120 | 2024-10-18T22:28:15.083Z | [ helios-setup] Oct 18 22:28:14.389 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3121 | 2024-10-18T22:28:15.915Z | [ host-package] Compiling ratatui v0.28.1 |
3122 | 2024-10-18T22:28:16.130Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3123 | 2024-10-18T22:28:17.078Z | [ helios-setup] Oct 18 22:28:16.382 INFO E| Compiling crossbeam-channel v0.5.6 |
3124 | 2024-10-18T22:28:18.489Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3125 | 2024-10-18T22:28:18.910Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3126 | 2024-10-18T22:28:18.985Z | [ helios-setup] Oct 18 22:28:18.290 INFO E| Compiling dirs-sys-next v0.1.2 |
3127 | 2024-10-18T22:28:20.614Z | [ helios-setup] Oct 18 22:28:19.919 INFO E| Compiling crc32fast v1.3.2 |
3128 | 2024-10-18T22:28:21.087Z | [ helios-setup] Oct 18 22:28:20.391 INFO E| Compiling same-file v1.0.6 |
3129 | 2024-10-18T22:28:21.522Z | [ helios-setup] Oct 18 22:28:20.827 INFO E| Compiling try-lock v0.2.4 |
3130 | 2024-10-18T22:28:21.584Z | [ helios-setup] Oct 18 22:28:20.889 INFO E| Compiling walkdir v2.3.3 |
3131 | 2024-10-18T22:28:22.224Z | [ helios-setup] Oct 18 22:28:21.529 INFO E| Compiling want v0.3.0 |
3132 | 2024-10-18T22:28:22.726Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3133 | 2024-10-18T22:28:23.116Z | [ helios-setup] Oct 18 22:28:22.421 INFO E| Compiling dirs-next v2.0.0 |
3134 | 2024-10-18T22:28:25.985Z | [ helios-setup] Oct 18 22:28:25.289 INFO E| Compiling proc-macro-crate v1.2.1 |
3135 | 2024-10-18T22:28:26.601Z | [ helios-setup] Oct 18 22:28:25.905 INFO E| Compiling tokio-util v0.7.7 |
3136 | 2024-10-18T22:28:27.165Z | [ helios-setup] Oct 18 22:28:26.469 INFO E| Compiling semver v0.11.0 |
3137 | 2024-10-18T22:28:28.575Z | [ host-package] Compiling xz2 v0.1.7 |
3138 | 2024-10-18T22:28:29.489Z | [ helios-setup] Oct 18 22:28:28.793 INFO E| Compiling h2 v0.3.16 |
3139 | 2024-10-18T22:28:29.868Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3140 | 2024-10-18T22:28:31.261Z | [ helios-setup] Oct 18 22:28:30.565 INFO E| Compiling futures-executor v0.3.28 |
3141 | 2024-10-18T22:28:31.546Z | [ helios-setup] Oct 18 22:28:30.850 INFO E| Compiling http-body v0.4.5 |
3142 | 2024-10-18T22:28:32.646Z | [ helios-setup] Oct 18 22:28:31.950 INFO E| Compiling ring v0.16.20 |
3143 | 2024-10-18T22:28:33.341Z | [ host-package] Compiling zone v0.1.8 |
3144 | 2024-10-18T22:28:33.362Z | [ helios-setup] Oct 18 22:28:32.666 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3145 | 2024-10-18T22:28:34.024Z | [ helios-setup] Oct 18 22:28:33.328 INFO E| Compiling rand_core v0.6.4 |
3146 | 2024-10-18T22:28:34.920Z | [ helios-setup] Oct 18 22:28:34.223 INFO E| Compiling thread_local v1.1.7 |
3147 | 2024-10-18T22:28:35.626Z | [ helios-setup] Oct 18 22:28:34.929 INFO E| Compiling httpdate v1.0.2 |
3148 | 2024-10-18T22:28:36.864Z | [ helios-setup] Oct 18 22:28:36.167 INFO E| Compiling base64 v0.21.0 |
3149 | 2024-10-18T22:28:37.219Z | [ helios-setup] Oct 18 22:28:36.522 INFO E| Compiling rayon-core v1.10.2 |
3150 | 2024-10-18T22:28:39.277Z | [ helios-setup] Oct 18 22:28:38.581 INFO E| Compiling fastrand v1.9.0 |
3151 | 2024-10-18T22:28:39.561Z | [ helios-setup] Oct 18 22:28:38.865 INFO E| Compiling tower-service v0.3.2 |
3152 | 2024-10-18T22:28:40.015Z | [ helios-setup] Oct 18 22:28:39.318 INFO E| Compiling adler v1.0.2 |
3153 | 2024-10-18T22:28:40.617Z | [ helios-setup] Oct 18 22:28:39.920 INFO E| Compiling ppv-lite86 v0.2.17 |
3154 | 2024-10-18T22:28:40.692Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3155 | 2024-10-18T22:28:40.763Z | [ helios-setup] Oct 18 22:28:40.066 INFO E| Compiling lazy_static v1.4.0 |
3156 | 2024-10-18T22:28:41.259Z | [ helios-setup] Oct 18 22:28:40.562 INFO E| Compiling home v0.5.4 |
3157 | 2024-10-18T22:28:41.676Z | [ helios-setup] Oct 18 22:28:40.979 INFO E| Compiling utf8parse v0.2.1 |
3158 | 2024-10-18T22:28:42.298Z | [ helios-setup] Oct 18 22:28:41.601 INFO E| Compiling rand_chacha v0.3.1 |
3159 | 2024-10-18T22:28:42.376Z | [ helios-setup] Oct 18 22:28:41.679 INFO E| Compiling anstyle-parse v0.1.1 |
3160 | 2024-10-18T22:28:42.492Z | [ helios-setup] Oct 18 22:28:41.794 INFO E| Compiling hyper v0.14.25 |
3161 | 2024-10-18T22:28:43.535Z | [ helios-setup] Oct 18 22:28:42.838 INFO E| Compiling toolchain_find v0.2.0 |
3162 | 2024-10-18T22:28:44.636Z | [ helios-setup] Oct 18 22:28:43.939 INFO E| Compiling miniz_oxide v0.6.2 |
3163 | 2024-10-18T22:28:46.127Z | [ helios-setup] Oct 18 22:28:45.312 INFO E| Compiling tempfile v3.5.0 |
3164 | 2024-10-18T22:28:49.347Z | [ helios-setup] Oct 18 22:28:48.650 INFO E| Compiling futures v0.3.28 |
3165 | 2024-10-18T22:28:55.000Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3166 | 2024-10-18T22:28:55.249Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3167 | 2024-10-18T22:28:58.887Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3168 | 2024-10-18T22:29:00.288Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3169 | 2024-10-18T22:29:01.865Z | [ helios-setup] Oct 18 22:29:01.166 INFO E| Compiling cargo-lock v8.0.3 |
3170 | 2024-10-18T22:29:03.623Z | [ helios-setup] Oct 18 22:29:02.924 INFO E| Compiling num_enum_derive v0.5.7 |
3171 | 2024-10-18T22:29:04.846Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3172 | 2024-10-18T22:29:06.280Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3173 | 2024-10-18T22:29:07.047Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3174 | 2024-10-18T22:29:08.387Z | [ helios-setup] Oct 18 22:29:07.687 INFO E| Compiling crossbeam-deque v0.8.2 |
3175 | 2024-10-18T22:29:08.961Z | [ helios-setup] Oct 18 22:29:08.261 INFO E| Compiling term v0.7.0 |
3176 | 2024-10-18T22:29:09.975Z | [ helios-setup] Oct 18 22:29:09.273 INFO E| Compiling serde_urlencoded v0.7.1 |
3177 | 2024-10-18T22:29:10.785Z | [ helios-setup] Oct 18 22:29:10.085 INFO E| Compiling is-terminal v0.4.7 |
3178 | 2024-10-18T22:29:10.936Z | [ helios-setup] Oct 18 22:29:10.236 INFO E| Compiling sha2 v0.10.6 |
3179 | 2024-10-18T22:29:11.365Z | [ helios-setup] Oct 18 22:29:10.666 INFO E| Compiling sha1 v0.10.5 |
3180 | 2024-10-18T22:29:11.566Z | [ helios-setup] Oct 18 22:29:10.866 INFO E| Compiling atty v0.2.14 |
3181 | 2024-10-18T22:29:11.902Z | [ helios-setup] Oct 18 22:29:11.202 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3182 | 2024-10-18T22:29:12.861Z | [ helios-setup] Oct 18 22:29:12.161 INFO E| Compiling anstyle v0.3.5 |
3183 | 2024-10-18T22:29:13.076Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3184 | 2024-10-18T22:29:13.533Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3185 | 2024-10-18T22:29:13.921Z | [ host-package] Compiling twox-hash v1.6.3 |
3186 | 2024-10-18T22:29:14.523Z | [ helios-setup] Oct 18 22:29:13.805 INFO E| Compiling concolor-query v0.3.3 |
3187 | 2024-10-18T22:29:15.947Z | [ host-package] Compiling yasna v0.5.2 |
3188 | 2024-10-18T22:29:16.710Z | [ helios-setup] Oct 18 22:29:16.009 INFO E| Compiling concolor-override v1.0.0 |
3189 | 2024-10-18T22:29:16.906Z | [ helios-setup] Oct 18 22:29:16.205 INFO E| Compiling anstream v0.2.6 |
3190 | 2024-10-18T22:29:17.002Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3191 | 2024-10-18T22:29:17.392Z | [ host-package] Compiling is_ci v1.2.0 |
3192 | 2024-10-18T22:29:18.076Z | [ host-package] Compiling smawk v0.3.2 |
3193 | 2024-10-18T22:29:18.311Z | [ host-package] Compiling supports-color v3.0.1 |
3194 | 2024-10-18T22:29:18.589Z | [ host-package] Compiling textwrap v0.16.1 |
3195 | 2024-10-18T22:29:18.780Z | [ helios-setup] Oct 18 22:29:18.080 INFO E| Compiling slog-term v2.9.0 |
3196 | 2024-10-18T22:29:19.386Z | [ helios-setup] Oct 18 22:29:18.686 INFO E| Compiling flate2 v1.0.25 |
3197 | 2024-10-18T22:29:19.476Z | [ host-package] Compiling rcgen v0.12.1 |
3198 | 2024-10-18T22:29:21.528Z | [ helios-setup] Oct 18 22:29:20.827 INFO E| Compiling num_enum v0.5.7 |
3199 | 2024-10-18T22:29:22.031Z | [ helios-setup] Oct 18 22:29:21.330 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3200 | 2024-10-18T22:29:22.111Z | [ helios-setup] Oct 18 22:29:21.410 INFO E| Compiling rand v0.8.5 |
3201 | 2024-10-18T22:29:22.307Z | [ helios-setup] Oct 18 22:29:21.606 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3202 | 2024-10-18T22:29:22.658Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3203 | 2024-10-18T22:29:22.732Z | [ helios-setup] Oct 18 22:29:22.031 INFO E| Compiling openapiv3 v1.0.2 |
3204 | 2024-10-18T22:29:23.687Z | [ helios-setup] Oct 18 22:29:22.983 INFO E| Compiling encoding_rs v0.8.32 |
3205 | 2024-10-18T22:29:25.059Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3206 | 2024-10-18T22:29:26.209Z | [ helios-setup] Oct 18 22:29:25.508 INFO E| Compiling unsafe-libyaml v0.2.8 |
3207 | 2024-10-18T22:29:29.728Z | [ helios-setup] Oct 18 22:29:29.027 INFO E| Compiling project-root v0.2.2 |
3208 | 2024-10-18T22:29:29.771Z | [ helios-setup] Oct 18 22:29:29.070 INFO E| Compiling utf-8 v0.7.6 |
3209 | 2024-10-18T22:29:30.476Z | [ helios-setup] Oct 18 22:29:29.774 INFO E| Compiling untrusted v0.7.1 |
3210 | 2024-10-18T22:29:30.635Z | [ helios-setup] Oct 18 22:29:29.933 INFO E| Compiling byteorder v1.4.3 |
3211 | 2024-10-18T22:29:31.204Z | [ helios-setup] Oct 18 22:29:30.502 INFO E| Compiling clap_lex v0.4.1 |
3212 | 2024-10-18T22:29:31.701Z | [ helios-setup] Oct 18 22:29:30.999 INFO E| Compiling either v1.8.0 |
3213 | 2024-10-18T22:29:32.276Z | [ helios-setup] Oct 18 22:29:31.574 INFO E| Compiling base64 v0.13.1 |
3214 | 2024-10-18T22:29:32.492Z | [ helios-setup] Oct 18 22:29:31.790 INFO E| Compiling ipnet v2.7.2 |
3215 | 2024-10-18T22:29:32.989Z | [ helios-setup] Oct 18 22:29:32.287 INFO E| Compiling spin v0.5.2 |
3216 | 2024-10-18T22:29:33.586Z | [ helios-setup] Oct 18 22:29:32.884 INFO E| Compiling mime v0.3.17 |
3217 | 2024-10-18T22:29:33.789Z | [ helios-setup] Oct 18 22:29:33.087 INFO E| Compiling strsim v0.10.0 |
3218 | 2024-10-18T22:29:36.275Z | [ helios-setup] Oct 18 22:29:35.573 INFO E| Compiling reqwest v0.11.16 |
3219 | 2024-10-18T22:29:36.375Z | [ helios-setup] Oct 18 22:29:35.673 INFO E| Compiling clap_builder v4.2.1 |
3220 | 2024-10-18T22:29:37.367Z | [ helios-setup] Oct 18 22:29:36.665 INFO E| Compiling tungstenite v0.18.0 |
3221 | 2024-10-18T22:29:37.576Z | [ helios-setup] Oct 18 22:29:36.874 INFO E| Compiling rayon v1.6.1 |
3222 | 2024-10-18T22:29:39.285Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3223 | 2024-10-18T22:29:43.514Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3224 | 2024-10-18T22:29:44.902Z | [ helios-setup] Oct 18 22:29:44.200 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3225 | 2024-10-18T22:29:48.346Z | [ helios-setup] Oct 18 22:29:47.643 INFO E| Compiling serde_yaml v0.9.21 |
3226 | 2024-10-18T22:29:49.481Z | [ helios-setup] Oct 18 22:29:48.777 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3227 | 2024-10-18T22:29:49.504Z | [ helios-setup] Oct 18 22:29:48.801 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3228 | 2024-10-18T22:29:50.817Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3229 | 2024-10-18T22:29:54.051Z | [ helios-setup] Oct 18 22:29:53.347 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3230 | 2024-10-18T22:29:54.197Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3231 | 2024-10-18T22:29:54.986Z | [ helios-setup] Oct 18 22:29:54.283 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3232 | 2024-10-18T22:29:55.963Z | [ helios-setup] Oct 18 22:29:55.260 INFO E| Compiling clap_derive v4.2.0 |
3233 | 2024-10-18T22:29:56.397Z | [ helios-setup] Oct 18 22:29:55.693 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3234 | 2024-10-18T22:29:59.602Z | [ helios-setup] Oct 18 22:29:58.898 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3235 | 2024-10-18T22:30:03.549Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3236 | 2024-10-18T22:30:05.492Z | [ helios-setup] Oct 18 22:30:04.787 INFO E| Compiling clap v4.2.1 |
3237 | 2024-10-18T22:30:22.442Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3238 | 2024-10-18T22:30:23.647Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3239 | 2024-10-18T22:30:24.197Z | [ helios-setup] Oct 18 22:30:23.491 INFO E| Compiling tokio-tungstenite v0.18.0 |
3240 | 2024-10-18T22:30:25.572Z | [ helios-setup] Oct 18 22:30:24.865 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3241 | 2024-10-18T22:30:28.836Z | [ helios-setup] Oct 18 22:30:28.129 INFO E| Compiling smartstring v1.0.1 |
3242 | 2024-10-18T22:30:29.824Z | [ helios-setup] Oct 18 22:30:29.117 INFO E| Compiling rustls v0.21.0 |
3243 | 2024-10-18T22:30:30.273Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3244 | 2024-10-18T22:30:30.924Z | [ helios-setup] Oct 18 22:30:30.217 INFO E| Compiling sct v0.7.0 |
3245 | 2024-10-18T22:30:31.117Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3246 | 2024-10-18T22:30:31.136Z | [ helios-setup] Oct 18 22:30:30.429 INFO E| Compiling rustls-webpki v0.100.1 |
3247 | 2024-10-18T22:30:31.991Z | [ helios-setup] Oct 18 22:30:31.284 INFO E| Compiling toml_datetime v0.6.1 |
3248 | 2024-10-18T22:30:32.716Z | [ helios-setup] Oct 18 22:30:32.009 INFO E| Compiling serde_spanned v0.6.1 |
3249 | 2024-10-18T22:30:33.502Z | [ helios-setup] Oct 18 22:30:32.795 INFO E| Compiling async-trait v0.1.68 |
3250 | 2024-10-18T22:30:33.593Z | [ helios-setup] Oct 18 22:30:32.885 INFO E| Compiling winnow v0.4.1 |
3251 | 2024-10-18T22:30:34.757Z | [ helios-setup] Oct 18 22:30:34.050 INFO E| Compiling slog-async v2.7.0 |
3252 | 2024-10-18T22:30:35.519Z | [ helios-setup] Oct 18 22:30:34.811 INFO E| Compiling match_cfg v0.1.0 |
3253 | 2024-10-18T22:30:35.875Z | [ helios-setup] Oct 18 22:30:35.167 INFO E| Compiling static_assertions v1.1.0 |
3254 | 2024-10-18T22:30:36.198Z | [ helios-setup] Oct 18 22:30:35.490 INFO E| Compiling paste v1.0.12 |
3255 | 2024-10-18T22:30:36.328Z | [ helios-setup] Oct 18 22:30:35.621 INFO E| Compiling camino v1.1.4 |
3256 | 2024-10-18T22:30:38.260Z | [ helios-setup] Oct 18 22:30:37.552 INFO E| Compiling hostname v0.3.1 |
3257 | 2024-10-18T22:30:39.687Z | [ helios-setup] Oct 18 22:30:38.979 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3258 | 2024-10-18T22:30:41.196Z | [ helios-setup] Oct 18 22:30:40.488 INFO E| Compiling toml_edit v0.19.8 |
3259 | 2024-10-18T22:30:43.769Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3260 | 2024-10-18T22:30:47.518Z | [ helios-setup] Oct 18 22:30:46.809 INFO E| Compiling slog-json v2.6.1 |
3261 | 2024-10-18T22:30:48.799Z | [ helios-setup] Oct 18 22:30:48.090 INFO E| Compiling unicode-linebreak v0.1.4 |
3262 | 2024-10-18T22:30:50.864Z | [ host-package] Compiling fatfs v0.3.6 |
3263 | 2024-10-18T22:30:52.751Z | [ helios-setup] Oct 18 22:30:52.042 INFO E| Compiling rhai_codegen v1.5.0 |
3264 | 2024-10-18T22:30:53.754Z | [ helios-setup] Oct 18 22:30:53.045 INFO E| Compiling async-stream-impl v0.3.5 |
3265 | 2024-10-18T22:30:54.242Z | [ helios-setup] Oct 18 22:30:53.533 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3266 | 2024-10-18T22:30:55.354Z | [ helios-setup] Oct 18 22:30:54.645 INFO E| Compiling take_mut v0.2.2 |
3267 | 2024-10-18T22:30:56.598Z | [ host-package] Compiling rtoolbox v0.0.2 |
3268 | 2024-10-18T22:30:56.920Z | [ helios-setup] Oct 18 22:30:56.210 INFO E| Compiling async-stream v0.3.5 |
3269 | 2024-10-18T22:30:57.395Z | [ helios-setup] Oct 18 22:30:56.686 INFO E| Compiling slog-bunyan v2.4.0 |
3270 | 2024-10-18T22:30:57.709Z | [ host-package] Compiling subprocess v0.2.9 |
3271 | 2024-10-18T22:30:57.732Z | [ helios-setup] Oct 18 22:30:57.022 INFO E| Compiling toml v0.7.3 |
3272 | 2024-10-18T22:30:58.066Z | [ helios-setup] Oct 18 22:30:57.357 INFO E| Compiling rhai v1.14.0 |
3273 | 2024-10-18T22:30:58.160Z | [ helios-setup] Oct 18 22:30:57.450 INFO E| Compiling tokio-rustls v0.24.0 |
3274 | 2024-10-18T22:31:00.610Z | [ host-package] Compiling assert_matches v1.5.0 |
3275 | 2024-10-18T22:31:01.918Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3276 | 2024-10-18T22:31:02.185Z | [ host-package] Compiling rpassword v7.3.1 |
3277 | 2024-10-18T22:31:02.801Z | [ helios-setup] Oct 18 22:31:02.091 INFO E| Compiling rustls-pemfile v1.0.2 |
3278 | 2024-10-18T22:31:03.112Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3279 | 2024-10-18T22:31:04.338Z | [ helios-setup] Oct 18 22:31:03.627 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3280 | 2024-10-18T22:31:04.453Z | [ helios-setup] Oct 18 22:31:03.743 INFO E| Compiling serde_path_to_error v0.1.11 |
3281 | 2024-10-18T22:31:04.913Z | [ helios-setup] Oct 18 22:31:04.203 INFO E| Compiling bincode v1.3.3 |
3282 | 2024-10-18T22:31:06.724Z | [ helios-setup] Oct 18 22:31:06.014 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3283 | 2024-10-18T22:31:06.727Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3284 | 2024-10-18T22:31:09.070Z | [ helios-setup] Oct 18 22:31:08.359 INFO E| Compiling terminal_size v0.2.6 |
3285 | 2024-10-18T22:31:09.262Z | [ helios-setup] Oct 18 22:31:08.551 INFO E| Compiling smawk v0.3.1 |
3286 | 2024-10-18T22:31:09.977Z | [ helios-setup] Oct 18 22:31:09.266 INFO E| Compiling textwrap v0.16.0 |
3287 | 2024-10-18T22:31:17.207Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3288 | 2024-10-18T22:31:18.576Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3289 | 2024-10-18T22:31:20.185Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3290 | 2024-10-18T22:31:24.619Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3291 | 2024-10-18T22:31:25.577Z | [ host-package] Compiling uzers v0.11.3 |
3292 | 2024-10-18T22:31:31.040Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3293 | 2024-10-18T22:31:37.247Z | [ helios-setup] Oct 18 22:31:36.532 INFO E| Compiling git2 v0.16.1 |
3294 | 2024-10-18T22:31:42.526Z | [ helios-setup] Oct 18 22:31:41.813 INFO E| Compiling built v0.6.0 |
3295 | 2024-10-18T22:31:43.193Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3296 | 2024-10-18T22:31:46.012Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3297 | 2024-10-18T22:31:46.191Z | [ helios-setup] Oct 18 22:31:45.477 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3298 | 2024-10-18T22:31:47.996Z | [ helios-setup] Oct 18 22:31:47.282 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3299 | 2024-10-18T22:31:48.750Z | [ helios-setup] Oct 18 22:31:48.036 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3300 | 2024-10-18T22:32:09.981Z | [ helios-setup] Oct 18 22:32:09.265 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3301 | 2024-10-18T22:32:12.355Z | [ helios-setup] Oct 18 22:32:11.632 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3302 | 2024-10-18T22:32:35.125Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3303 | 2024-10-18T22:32:43.067Z | [ host-package] Compiling multimap v0.10.0 |
3304 | 2024-10-18T22:32:57.564Z | [ helios-setup] Oct 18 22:32:56.844 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3305 | 2024-10-18T22:34:04.432Z | [ helios-setup] Oct 18 22:34:03.705 INFO E| Finished `release` profile [optimized] target(s) in 7m 05s |
3306 | 2024-10-18T22:34:04.576Z | [ helios-setup] Oct 18 22:34:03.849 INFO building project "pilot" ok (425 seconds) |
3307 | 2024-10-18T22:34:04.579Z | [ helios-setup] rm -f helios-build |
3308 | 2024-10-18T22:34:04.581Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3309 | 2024-10-18T22:34:04.584Z | [ helios-setup] |
3310 | 2024-10-18T22:34:04.587Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3311 | 2024-10-18T22:34:04.589Z | [ helios-setup] |
3312 | 2024-10-18T22:34:04.589Z | [ helios-setup] |
3313 | 2024-10-18T22:34:04.589Z | [ helios-setup] real 12:22.271275013 |
3314 | 2024-10-18T22:34:04.589Z | Oct 18 22:34:03.863 INFO [helios-setup] process exited with exit status: 0 (742.276910617s) |
3315 | 2024-10-18T22:34:04.589Z | [ helios-setup] user 29:23.418391176 |
3316 | 2024-10-18T22:34:04.592Z | [ helios-setup] sys 3:39.112403331 |
3317 | 2024-10-18T22:34:04.593Z | [ helios-setup] trap 1.805786600 |
3318 | 2024-10-18T22:34:04.593Z | [ helios-setup] tflt 6.632406254 |
3319 | 2024-10-18T22:34:04.593Z | [ helios-setup] dflt 32.615647967 |
3320 | 2024-10-18T22:34:04.593Z | [ helios-setup] kflt 0.021257015 |
3321 | 2024-10-18T22:34:04.593Z | [ helios-setup] lock 2:10:15.879893780 |
3322 | 2024-10-18T22:34:04.593Z | [ helios-setup] slp 3:47:03.572653561 |
3323 | 2024-10-18T22:34:04.593Z | [ helios-setup] lat 33:18.757207890 |
3324 | 2024-10-18T22:34:04.593Z | [ helios-setup] stop 4:28.370800233 |
3325 | 2024-10-18T22:34:04.593Z | Oct 18 22:34:03.864 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3326 | 2024-10-18T22:34:04.635Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos' |
3327 | 2024-10-18T22:34:05.659Z | [ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18) |
3328 | 2024-10-18T22:34:05.659Z | [ phbl-toolchain] info: downloading component 'cargo' |
3329 | 2024-10-18T22:34:07.586Z | [ phbl-toolchain] info: downloading component 'clippy' |
3330 | 2024-10-18T22:34:07.954Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3331 | 2024-10-18T22:34:13.363Z | [ phbl-toolchain] info: downloading component 'miri' |
3332 | 2024-10-18T22:34:13.649Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3333 | 2024-10-18T22:34:15.190Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3334 | 2024-10-18T22:34:15.726Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3335 | 2024-10-18T22:34:18.503Z | [ phbl-toolchain] info: downloading component 'rustc' |
3336 | 2024-10-18T22:34:28.265Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3337 | 2024-10-18T22:34:28.635Z | [ phbl-toolchain] info: installing component 'cargo' |
3338 | 2024-10-18T22:34:29.972Z | [ phbl-toolchain] info: installing component 'clippy' |
3339 | 2024-10-18T22:34:30.539Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3340 | 2024-10-18T22:34:36.530Z | [ phbl-toolchain] info: installing component 'miri' |
3341 | 2024-10-18T22:34:36.937Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3342 | 2024-10-18T22:34:44.463Z | [ phbl-toolchain] info: installing component 'rust-src' |
3343 | 2024-10-18T22:34:45.091Z | [ phbl-toolchain] info: installing component 'rust-std' |
3344 | 2024-10-18T22:34:47.558Z | [ phbl-toolchain] info: installing component 'rustc' |
3345 | 2024-10-18T22:34:57.196Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3346 | 2024-10-18T22:35:00.895Z | [ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15) |
3347 | 2024-10-18T22:35:00.952Z | Oct 18 22:34:57.286 INFO [phbl-toolchain] process exited with exit status: 0 (53.42231354s) |
3348 | 2024-10-18T22:35:41.700Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3349 | 2024-10-18T22:35:42.764Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3350 | 2024-10-18T22:42:28.884Z | [ host-package] Finished `release` profile [optimized] target(s) in 20m 00s |
3351 | 2024-10-18T22:43:35.094Z | Oct 18 22:43:34.315 INFO [host-package] process exited with exit status: 0 (1267.199786142s) |
3352 | 2024-10-18T22:43:35.094Z | Oct 18 22:43:34.315 INFO [host-stamp] running task |
3353 | 2024-10-18T22:43:35.096Z | Oct 18 22:43:34.315 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3354 | 2024-10-18T22:43:35.103Z | Oct 18 22:43:34.324 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+gite725a768241 |
3355 | 2024-10-18T22:43:35.116Z | Oct 18 22:43:34.336 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+gite725a768241 |
3356 | 2024-10-18T22:43:35.122Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3357 | 2024-10-18T22:43:35.125Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3358 | 2024-10-18T22:43:35.127Z | Oct 18 22:43:34.346 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+gite725a768241 |
3359 | 2024-10-18T22:43:35.138Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3360 | 2024-10-18T22:43:35.141Z | Oct 18 22:43:34.359 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+gite725a768241 |
3361 | 2024-10-18T22:43:35.149Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3362 | 2024-10-18T22:43:35.152Z | Oct 18 22:43:34.373 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+gite725a768241 |
3363 | 2024-10-18T22:43:35.163Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3364 | 2024-10-18T22:43:35.168Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3365 | 2024-10-18T22:43:35.168Z | Oct 18 22:43:34.385 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+gite725a768241 |
3366 | 2024-10-18T22:43:35.179Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3367 | 2024-10-18T22:43:35.217Z | Oct 18 22:43:34.400 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+gite725a768241 |
3368 | 2024-10-18T22:43:35.221Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3369 | 2024-10-18T22:43:35.221Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3370 | 2024-10-18T22:43:35.221Z | Oct 18 22:43:34.418 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+gite725a768241 |
3371 | 2024-10-18T22:43:35.221Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3372 | 2024-10-18T22:43:35.221Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3373 | 2024-10-18T22:43:35.222Z | Oct 18 22:43:34.433 INFO [stamp-oxlog] process exited with exit status: 0 (60.602265ms) |
3374 | 2024-10-18T22:43:35.222Z | Oct 18 22:43:34.433 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (74.095663ms) |
3375 | 2024-10-18T22:43:35.222Z | Oct 18 22:43:34.436 INFO [stamp-overlay] process exited with exit status: 0 (36.182957ms) |
3376 | 2024-10-18T22:43:35.225Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3377 | 2024-10-18T22:43:35.258Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3378 | 2024-10-18T22:43:35.353Z | Oct 18 22:43:34.482 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (136.176572ms) |
3379 | 2024-10-18T22:43:35.431Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3380 | 2024-10-18T22:43:35.469Z | Oct 18 22:43:34.652 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (234.378874ms) |
3381 | 2024-10-18T22:43:35.553Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3382 | 2024-10-18T22:43:35.569Z | Oct 18 22:43:34.736 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (411.987784ms) |
3383 | 2024-10-18T22:43:36.292Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3384 | 2024-10-18T22:43:36.314Z | Oct 18 22:43:35.489 INFO [stamp-propolis-server] process exited with exit status: 0 (1.153563477s) |
3385 | 2024-10-18T22:43:36.437Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3386 | 2024-10-18T22:43:41.091Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3387 | 2024-10-18T22:43:45.427Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3388 | 2024-10-18T22:43:45.430Z | Oct 18 22:43:44.651 INFO [stamp-switch-asic] process exited with exit status: 0 (10.265365947s) |
3389 | 2024-10-18T22:43:45.433Z | Oct 18 22:43:44.651 INFO [host-stamp] task succeeded (10.336017352s) |
3390 | 2024-10-18T22:43:45.433Z | Oct 18 22:43:44.651 INFO [host-proto] running task |
3391 | 2024-10-18T22:43:45.817Z | Oct 18 22:43:45.037 INFO [host-proto] task succeeded (385.844506ms) |
3392 | 2024-10-18T22:43:45.817Z | Oct 18 22:43:45.037 INFO [host-profile] running task |
3393 | 2024-10-18T22:43:45.820Z | Oct 18 22:43:45.037 INFO [host-profile] task succeeded (315.75µs) |
3394 | 2024-10-18T22:43:45.820Z | Oct 18 22:43:45.037 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.33.293' -P /tmp/.tmpcbuUZ4/proto/host/root -N 'ci e725a76/${os_short_commit} 2024-10-18 22:21' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3395 | 2024-10-18T22:43:45.837Z | [ host-image] Oct 18 22:43:45.056 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3396 | 2024-10-18T22:43:45.837Z | [ host-image] Oct 18 22:43:45.056 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3397 | 2024-10-18T22:43:45.851Z | [ host-image] Oct 18 22:43:45.071 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpcbuUZ4/proto/host/root" |
3398 | 2024-10-18T22:43:45.851Z | [ host-image] Oct 18 22:43:45.071 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3399 | 2024-10-18T22:43:45.854Z | [ host-image] Oct 18 22:43:45.071 INFO image builder template: ramdisk-01-os... |
3400 | 2024-10-18T22:43:45.854Z | [ host-image] Oct 18 22:43:45.071 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/.tmpcbuUZ4/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.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3401 | 2024-10-18T22:43:45.872Z | [ host-image] Oct 18 22:43:45.092 INFO O| Oct 18 22:43:45.091 INFO CREATE DATASET: rpool/images/build/host/output |
3402 | 2024-10-18T22:43:46.093Z | [ host-image] Oct 18 22:43:45.313 INFO O| Oct 18 22:43:45.312 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3403 | 2024-10-18T22:43:46.098Z | [ host-image] Oct 18 22:43:45.317 INFO O| Oct 18 22:43:45.317 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3404 | 2024-10-18T22:43:46.256Z | [ host-image] Oct 18 22:43:45.476 INFO O| Oct 18 22:43:45.476 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3405 | 2024-10-18T22:43:46.303Z | [ host-image] Oct 18 22:43:45.523 INFO O| Oct 18 22:43:45.523 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3406 | 2024-10-18T22:43:46.304Z | [ host-image] Oct 18 22:43:45.523 INFO O| Oct 18 22:43:45.523 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3407 | 2024-10-18T22:43:46.308Z | [ host-image] Oct 18 22:43:45.524 INFO O| Oct 18 22:43:45.524 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3408 | 2024-10-18T22:43:46.308Z | [ host-image] Oct 18 22:43:45.524 INFO O| Oct 18 22:43:45.524 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3409 | 2024-10-18T22:43:46.312Z | [ host-image] Oct 18 22:43:45.532 INFO O| Oct 18 22:43:45.532 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3410 | 2024-10-18T22:43:46.488Z | [ host-image] Oct 18 22:43:45.707 INFO O| Oct 18 22:43:45.707 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3411 | 2024-10-18T22:43:46.500Z | [ host-image] Oct 18 22:43:45.719 INFO O| Oct 18 22:43:45.719 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3412 | 2024-10-18T22:43:46.884Z | [ host-image] Oct 18 22:43:46.104 INFO O| Oct 18 22:43:46.104 INFO O| Caching catalogs ... Done |
3413 | 2024-10-18T22:43:46.974Z | [ host-image] Oct 18 22:43:46.193 INFO O| Oct 18 22:43:46.193 INFO STEP 0 (pkg_image_create) COMPLETE |
3414 | 2024-10-18T22:43:46.974Z | [ host-image] Oct 18 22:43:46.193 INFO O| Oct 18 22:43:46.193 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3415 | 2024-10-18T22:43:46.977Z | [ host-image] Oct 18 22:43:46.193 INFO O| Oct 18 22:43:46.193 INFO skip step because feature "repo_redist" is not enabled |
3416 | 2024-10-18T22:43:46.977Z | [ host-image] Oct 18 22:43:46.193 INFO O| Oct 18 22:43:46.193 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3417 | 2024-10-18T22:43:46.988Z | [ host-image] Oct 18 22:43:46.208 INFO O| Oct 18 22:43:46.208 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"] |
3418 | 2024-10-18T22:43:47.509Z | [ host-image] Oct 18 22:43:46.729 INFO O| Oct 18 22:43:46.729 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3419 | 2024-10-18T22:43:47.509Z | [ host-image] Oct 18 22:43:46.729 INFO O| Oct 18 22:43:46.729 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3420 | 2024-10-18T22:43:47.527Z | [ host-image] Oct 18 22:43:46.746 INFO O| Oct 18 22:43:46.746 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"] |
3421 | 2024-10-18T22:43:48.114Z | [ host-image] Oct 18 22:43:47.333 INFO O| Oct 18 22:43:47.333 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3422 | 2024-10-18T22:43:48.114Z | [ host-image] Oct 18 22:43:47.334 INFO O| Oct 18 22:43:47.333 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3423 | 2024-10-18T22:43:48.114Z | [ host-image] Oct 18 22:43:47.334 INFO O| Oct 18 22:43:47.333 INFO skip step because feature "repo_redist" is not enabled |
3424 | 2024-10-18T22:43:48.117Z | [ host-image] Oct 18 22:43:47.334 INFO O| Oct 18 22:43:47.333 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3425 | 2024-10-18T22:43:48.680Z | [ host-image] Oct 18 22:43:47.899 INFO O| Oct 18 22:43:47.898 INFO variant opensolaris.zone is already global |
3426 | 2024-10-18T22:43:48.680Z | [ host-image] Oct 18 22:43:47.899 INFO O| Oct 18 22:43:47.899 INFO STEP 5 (pkg_change_variant) COMPLETE |
3427 | 2024-10-18T22:43:48.683Z | [ host-image] Oct 18 22:43:47.899 INFO O| Oct 18 22:43:47.899 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3428 | 2024-10-18T22:43:49.231Z | [ host-image] Oct 18 22:43:48.450 INFO O| Oct 18 22:43:48.450 INFO variant opensolaris.imagetype is full; changing to partial |
3429 | 2024-10-18T22:43:49.231Z | [ host-image] Oct 18 22:43:48.451 INFO O| Oct 18 22:43:48.450 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3430 | 2024-10-18T22:43:57.002Z | [ host-image] Oct 18 22:43:56.221 INFO O| Oct 18 22:43:56.220 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3431 | 2024-10-18T22:43:58.034Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.70s |
3432 | 2024-10-18T22:43:59.550Z | Oct 18 22:43:58.769 INFO [recovery-package] process exited with exit status: 0 (24.453899536s) |
3433 | 2024-10-18T22:43:59.551Z | Oct 18 22:43:58.769 INFO [recovery-stamp] running task |
3434 | 2024-10-18T22:43:59.553Z | Oct 18 22:43:58.770 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3435 | 2024-10-18T22:43:59.560Z | Oct 18 22:43:58.779 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gite725a768241 |
3436 | 2024-10-18T22:43:59.571Z | Oct 18 22:43:58.790 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+gite725a768241 |
3437 | 2024-10-18T22:43:59.582Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3438 | 2024-10-18T22:43:59.592Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3439 | 2024-10-18T22:43:59.665Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3440 | 2024-10-18T22:43:59.668Z | Oct 18 22:43:58.887 INFO [stamp-installinator] process exited with exit status: 0 (108.130228ms) |
3441 | 2024-10-18T22:43:59.713Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3442 | 2024-10-18T22:43:59.716Z | Oct 18 22:43:58.935 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (145.065297ms) |
3443 | 2024-10-18T22:43:59.719Z | Oct 18 22:43:58.936 INFO [recovery-stamp] task succeeded (166.16525ms) |
3444 | 2024-10-18T22:43:59.719Z | Oct 18 22:43:58.936 INFO [recovery-proto] running task |
3445 | 2024-10-18T22:43:59.719Z | Oct 18 22:43:58.936 INFO [tuf-stamp] running task |
3446 | 2024-10-18T22:43:59.719Z | Oct 18 22:43:58.937 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+gite725a768241 |
3447 | 2024-10-18T22:43:59.732Z | Oct 18 22:43:58.951 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+gite725a768241 |
3448 | 2024-10-18T22:43:59.745Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3449 | 2024-10-18T22:43:59.747Z | Oct 18 22:43:58.964 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+gite725a768241 |
3450 | 2024-10-18T22:43:59.761Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3451 | 2024-10-18T22:43:59.763Z | Oct 18 22:43:58.980 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+gite725a768241 |
3452 | 2024-10-18T22:43:59.774Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3453 | 2024-10-18T22:43:59.777Z | Oct 18 22:43:58.995 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+gite725a768241 |
3454 | 2024-10-18T22:43:59.798Z | Oct 18 22:43:59.016 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+gite725a768241 |
3455 | 2024-10-18T22:43:59.816Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3456 | 2024-10-18T22:43:59.818Z | Oct 18 22:43:59.037 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+gite725a768241 |
3457 | 2024-10-18T22:43:59.841Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3458 | 2024-10-18T22:43:59.845Z | Oct 18 22:43:59.064 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+gite725a768241 |
3459 | 2024-10-18T22:43:59.907Z | Oct 18 22:43:59.125 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+gite725a768241 |
3460 | 2024-10-18T22:44:00.066Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3461 | 2024-10-18T22:44:00.066Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3462 | 2024-10-18T22:44:00.066Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3463 | 2024-10-18T22:44:00.069Z | Oct 18 22:43:59.285 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+gite725a768241 |
3464 | 2024-10-18T22:44:00.069Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3465 | 2024-10-18T22:44:00.313Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3466 | 2024-10-18T22:44:00.315Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3467 | 2024-10-18T22:44:00.316Z | Oct 18 22:43:59.532 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+gite725a768241 |
3468 | 2024-10-18T22:44:00.467Z | Oct 18 22:43:59.686 INFO [stamp-ntp] process exited with exit status: 0 (690.477071ms) |
3469 | 2024-10-18T22:44:00.467Z | Oct 18 22:43:59.686 INFO [stamp-probe] process exited with exit status: 0 (721.902986ms) |
3470 | 2024-10-18T22:44:00.467Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3471 | 2024-10-18T22:44:00.471Z | Oct 18 22:43:59.689 INFO [recovery-proto] task succeeded (753.080978ms) |
3472 | 2024-10-18T22:44:00.560Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3473 | 2024-10-18T22:44:00.563Z | Oct 18 22:43:59.779 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.33.293' -P /tmp/.tmpcbuUZ4/proto/recovery/root -N 'recovery e725a76/${os_short_commit} 2024-10-18 22:21' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3474 | 2024-10-18T22:44:00.683Z | [ recovery-image] Oct 18 22:43:59.901 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3475 | 2024-10-18T22:44:00.683Z | [ recovery-image] Oct 18 22:43:59.902 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3476 | 2024-10-18T22:44:00.686Z | [ host-image] Oct 18 22:43:59.904 INFO O| Oct 18 22:43:59.904 INFO O| Startup: Caching catalogs ... Done |
3477 | 2024-10-18T22:44:00.701Z | [ recovery-image] Oct 18 22:43:59.919 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpcbuUZ4/proto/recovery/root" |
3478 | 2024-10-18T22:44:00.701Z | [ recovery-image] Oct 18 22:43:59.919 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3479 | 2024-10-18T22:44:00.703Z | [ recovery-image] Oct 18 22:43:59.919 INFO image builder template: ramdisk-01-os... |
3480 | 2024-10-18T22:44:00.703Z | [ recovery-image] Oct 18 22:43:59.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/.tmpcbuUZ4/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.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3481 | 2024-10-18T22:44:00.767Z | [ recovery-image] Oct 18 22:43:59.985 INFO O| Oct 18 22:43:59.963 INFO CREATE DATASET: rpool/images/build/recovery/output |
3482 | 2024-10-18T22:44:00.828Z | [ host-image] Oct 18 22:44:00.046 INFO O| Oct 18 22:44:00.046 INFO O| Planning: Planning completed in 0.00 seconds |
3483 | 2024-10-18T22:44:00.830Z | [ host-image] Oct 18 22:44:00.047 INFO O| Oct 18 22:44:00.047 INFO O| Planning: Consolidating action changes ... Done |
3484 | 2024-10-18T22:44:00.830Z | [ host-image] Oct 18 22:44:00.048 INFO O| Oct 18 22:44:00.048 INFO O| Planning: Evaluating mediators ... Done |
3485 | 2024-10-18T22:44:00.830Z | [ host-image] Oct 18 22:44:00.048 INFO O| Oct 18 22:44:00.048 INFO O| Planning: Planning completed in 0.00 seconds |
3486 | 2024-10-18T22:44:00.830Z | [ host-image] Oct 18 22:44:00.048 INFO O| Oct 18 22:44:00.048 INFO O| Variants/Facets to change: 1 |
3487 | 2024-10-18T22:44:01.138Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3488 | 2024-10-18T22:44:01.141Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
3489 | 2024-10-18T22:44:01.147Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3490 | 2024-10-18T22:44:01.167Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3491 | 2024-10-18T22:44:01.188Z | Oct 18 22:44:00.407 INFO [stamp-internal-dns] process exited with exit status: 0 (1.426676272s) |
3492 | 2024-10-18T22:44:01.251Z | Oct 18 22:44:00.468 INFO [stamp-external-dns] process exited with exit status: 0 (1.516462708s) |
3493 | 2024-10-18T22:44:01.282Z | [ host-image] Oct 18 22:44:00.501 INFO O| Oct 18 22:44:00.501 INFO O| Done |
3494 | 2024-10-18T22:44:01.282Z | [ host-image] Oct 18 22:44:00.501 INFO O| Oct 18 22:44:00.501 INFO O| Done |
3495 | 2024-10-18T22:44:01.286Z | [ recovery-image] Oct 18 22:44:00.503 INFO O| Oct 18 22:44:00.494 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3496 | 2024-10-18T22:44:01.369Z | [ recovery-image] Oct 18 22:44:00.586 INFO O| Oct 18 22:44:00.533 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3497 | 2024-10-18T22:44:01.435Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3498 | 2024-10-18T22:44:01.471Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3499 | 2024-10-18T22:44:01.474Z | Oct 18 22:44:00.692 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.566230646s) |
3500 | 2024-10-18T22:44:01.478Z | Oct 18 22:44:00.696 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.632254381s) |
3501 | 2024-10-18T22:44:01.641Z | [ recovery-image] Oct 18 22:44:00.859 INFO O| Oct 18 22:44:00.859 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3502 | 2024-10-18T22:44:01.697Z | [ recovery-image] Oct 18 22:44:00.915 INFO O| Oct 18 22:44:00.915 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3503 | 2024-10-18T22:44:01.700Z | [ recovery-image] Oct 18 22:44:00.916 INFO O| Oct 18 22:44:00.916 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3504 | 2024-10-18T22:44:01.700Z | [ recovery-image] Oct 18 22:44:00.916 INFO O| Oct 18 22:44:00.916 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3505 | 2024-10-18T22:44:01.700Z | [ recovery-image] Oct 18 22:44:00.916 INFO O| Oct 18 22:44:00.916 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3506 | 2024-10-18T22:44:01.710Z | [ recovery-image] Oct 18 22:44:00.928 INFO O| Oct 18 22:44:00.928 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3507 | 2024-10-18T22:44:01.847Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3508 | 2024-10-18T22:44:01.852Z | Oct 18 22:44:01.070 INFO [stamp-oximeter] process exited with exit status: 0 (2.053969535s) |
3509 | 2024-10-18T22:44:01.977Z | [ host-image] Oct 18 22:44:01.193 INFO O| Oct 18 22:44:01.193 INFO O| Done |
3510 | 2024-10-18T22:44:01.986Z | [ recovery-image] Oct 18 22:44:01.204 INFO O| Oct 18 22:44:01.204 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3511 | 2024-10-18T22:44:02.000Z | [ recovery-image] Oct 18 22:44:01.219 INFO O| Oct 18 22:44:01.218 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3512 | 2024-10-18T22:44:02.033Z | [ host-image] Oct 18 22:44:01.243 INFO O| Oct 18 22:44:01.243 INFO O| Done |
3513 | 2024-10-18T22:44:02.039Z | [ host-image] Oct 18 22:44:01.244 INFO O| Oct 18 22:44:01.244 INFO O| Done |
3514 | 2024-10-18T22:44:02.039Z | [ host-image] Oct 18 22:44:01.245 INFO O| Oct 18 22:44:01.244 INFO O| Done |
3515 | 2024-10-18T22:44:02.039Z | [ host-image] Oct 18 22:44:01.246 INFO O| Oct 18 22:44:01.246 INFO O| Done |
3516 | 2024-10-18T22:44:02.514Z | [ host-image] Oct 18 22:44:01.732 INFO O| Oct 18 22:44:01.732 INFO STEP 6 (pkg_change_variant) COMPLETE |
3517 | 2024-10-18T22:44:02.514Z | [ host-image] Oct 18 22:44:01.732 INFO O| Oct 18 22:44:01.732 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3518 | 2024-10-18T22:44:02.517Z | [ host-image] Oct 18 22:44:01.732 INFO O| Oct 18 22:44:01.732 INFO skip step because feature "debug_variant" is not enabled |
3519 | 2024-10-18T22:44:02.517Z | [ host-image] Oct 18 22:44:01.732 INFO O| Oct 18 22:44:01.732 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3520 | 2024-10-18T22:44:02.537Z | [ recovery-image] Oct 18 22:44:01.755 INFO O| Oct 18 22:44:01.755 INFO O| Caching catalogs ... Done |
3521 | 2024-10-18T22:44:02.648Z | [ recovery-image] Oct 18 22:44:01.866 INFO O| Oct 18 22:44:01.866 INFO STEP 0 (pkg_image_create) COMPLETE |
3522 | 2024-10-18T22:44:02.648Z | [ recovery-image] Oct 18 22:44:01.866 INFO O| Oct 18 22:44:01.866 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3523 | 2024-10-18T22:44:02.648Z | [ recovery-image] Oct 18 22:44:01.866 INFO O| Oct 18 22:44:01.866 INFO skip step because feature "repo_redist" is not enabled |
3524 | 2024-10-18T22:44:02.651Z | [ recovery-image] Oct 18 22:44:01.866 INFO O| Oct 18 22:44:01.866 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3525 | 2024-10-18T22:44:02.663Z | [ recovery-image] Oct 18 22:44:01.881 INFO O| Oct 18 22:44:01.881 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"] |
3526 | 2024-10-18T22:44:02.992Z | [ host-image] Oct 18 22:44:02.210 INFO O| Oct 18 22:44:02.210 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3527 | 2024-10-18T22:44:03.142Z | [ recovery-image] Oct 18 22:44:02.360 INFO O| Oct 18 22:44:02.360 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3528 | 2024-10-18T22:44:03.142Z | [ recovery-image] Oct 18 22:44:02.360 INFO O| Oct 18 22:44:02.360 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3529 | 2024-10-18T22:44:03.157Z | [ recovery-image] Oct 18 22:44:02.375 INFO O| Oct 18 22:44:02.375 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"] |
3530 | 2024-10-18T22:44:03.632Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3531 | 2024-10-18T22:44:03.636Z | [ host-image] Oct 18 22:44:02.855 INFO O| Oct 18 22:44:02.854 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3532 | 2024-10-18T22:44:03.638Z | Oct 18 22:44:02.855 INFO [stamp-nexus] process exited with exit status: 0 (3.818021552s) |
3533 | 2024-10-18T22:44:03.638Z | [ host-image] Oct 18 22:44:02.856 INFO O| Oct 18 22:44:02.856 INFO O| Planning: Planning completed in 0.00 seconds |
3534 | 2024-10-18T22:44:03.641Z | [ host-image] Oct 18 22:44:02.857 INFO O| Oct 18 22:44:02.857 INFO O| Planning: Consolidating action changes ... Done |
3535 | 2024-10-18T22:44:03.641Z | [ host-image] Oct 18 22:44:02.857 INFO O| Oct 18 22:44:02.857 INFO O| Planning: Evaluating mediators ... Done |
3536 | 2024-10-18T22:44:03.641Z | [ host-image] Oct 18 22:44:02.857 INFO O| Oct 18 22:44:02.857 INFO O| Planning: Planning completed in 0.00 seconds |
3537 | 2024-10-18T22:44:03.641Z | [ host-image] Oct 18 22:44:02.858 INFO O| Oct 18 22:44:02.858 INFO O| Variants/Facets to change: 1 |
3538 | 2024-10-18T22:44:03.658Z | [ host-image] Oct 18 22:44:02.876 INFO O| Oct 18 22:44:02.876 INFO O| Done |
3539 | 2024-10-18T22:44:03.658Z | [ host-image] Oct 18 22:44:02.876 INFO O| Oct 18 22:44:02.876 INFO O| Done |
3540 | 2024-10-18T22:44:03.673Z | [ recovery-image] Oct 18 22:44:02.891 INFO O| Oct 18 22:44:02.891 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3541 | 2024-10-18T22:44:03.673Z | [ recovery-image] Oct 18 22:44:02.892 INFO O| Oct 18 22:44:02.891 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3542 | 2024-10-18T22:44:03.676Z | [ recovery-image] Oct 18 22:44:02.892 INFO O| Oct 18 22:44:02.891 INFO skip step because feature "repo_redist" is not enabled |
3543 | 2024-10-18T22:44:03.676Z | [ recovery-image] Oct 18 22:44:02.892 INFO O| Oct 18 22:44:02.891 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3544 | 2024-10-18T22:44:04.033Z | [ host-image] Oct 18 22:44:03.252 INFO O| Oct 18 22:44:03.252 INFO O| Done |
3545 | 2024-10-18T22:44:04.070Z | [ recovery-image] Oct 18 22:44:03.289 INFO O| Oct 18 22:44:03.288 INFO variant opensolaris.zone is already global |
3546 | 2024-10-18T22:44:04.070Z | [ recovery-image] Oct 18 22:44:03.289 INFO O| Oct 18 22:44:03.289 INFO STEP 5 (pkg_change_variant) COMPLETE |
3547 | 2024-10-18T22:44:04.072Z | [ recovery-image] Oct 18 22:44:03.289 INFO O| Oct 18 22:44:03.289 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3548 | 2024-10-18T22:44:04.084Z | [ host-image] Oct 18 22:44:03.303 INFO O| Oct 18 22:44:03.303 INFO O| Done |
3549 | 2024-10-18T22:44:04.087Z | [ host-image] Oct 18 22:44:03.304 INFO O| Oct 18 22:44:03.304 INFO O| Done |
3550 | 2024-10-18T22:44:04.087Z | [ host-image] Oct 18 22:44:03.304 INFO O| Oct 18 22:44:03.304 INFO O| Done |
3551 | 2024-10-18T22:44:04.090Z | [ host-image] Oct 18 22:44:03.306 INFO O| Oct 18 22:44:03.306 INFO O| Done |
3552 | 2024-10-18T22:44:04.166Z | [ host-image] Oct 18 22:44:03.384 INFO O| Oct 18 22:44:03.384 INFO STEP 8 (pkg_change_facet) COMPLETE |
3553 | 2024-10-18T22:44:04.166Z | [ host-image] Oct 18 22:44:03.384 INFO O| Oct 18 22:44:03.384 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3554 | 2024-10-18T22:44:04.166Z | [ host-image] Oct 18 22:44:03.384 INFO O| Oct 18 22:44:03.384 INFO skip step because feature "recovery" is not enabled |
3555 | 2024-10-18T22:44:04.168Z | [ host-image] Oct 18 22:44:03.384 INFO O| Oct 18 22:44:03.384 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3556 | 2024-10-18T22:44:04.168Z | [ host-image] Oct 18 22:44:03.384 INFO O| Oct 18 22:44:03.384 INFO skip step because feature "recovery" is not enabled |
3557 | 2024-10-18T22:44:04.168Z | [ host-image] Oct 18 22:44:03.384 INFO O| Oct 18 22:44:03.384 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3558 | 2024-10-18T22:44:04.182Z | [ host-image] Oct 18 22:44:03.400 INFO O| Oct 18 22:44:03.400 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"] |
3559 | 2024-10-18T22:44:04.512Z | [ recovery-image] Oct 18 22:44:03.730 INFO O| Oct 18 22:44:03.730 INFO variant opensolaris.imagetype is full; changing to partial |
3560 | 2024-10-18T22:44:04.512Z | [ recovery-image] Oct 18 22:44:03.730 INFO O| Oct 18 22:44:03.730 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3561 | 2024-10-18T22:44:04.747Z | [ host-image] Oct 18 22:44:03.965 INFO O| Oct 18 22:44:03.965 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3562 | 2024-10-18T22:44:05.262Z | [verify-libraries] Compiling polyval v0.6.2 |
3563 | 2024-10-18T22:44:05.262Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3564 | 2024-10-18T22:44:05.264Z | [verify-libraries] Compiling ctr v0.9.2 |
3565 | 2024-10-18T22:44:05.460Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3566 | 2024-10-18T22:44:05.460Z | [verify-libraries] Compiling blowfish v0.9.1 |
3567 | 2024-10-18T22:44:05.502Z | [verify-libraries] Compiling password-hash v0.4.2 |
3568 | 2024-10-18T22:44:05.506Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3569 | 2024-10-18T22:44:05.511Z | Oct 18 22:44:04.730 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.197420165s) |
3570 | 2024-10-18T22:44:05.562Z | [verify-libraries] Compiling matches v0.1.10 |
3571 | 2024-10-18T22:44:05.565Z | [verify-libraries] Compiling p256 v0.13.2 |
3572 | 2024-10-18T22:44:05.771Z | [verify-libraries] Compiling ghash v0.5.1 |
3573 | 2024-10-18T22:44:05.981Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3574 | 2024-10-18T22:44:06.059Z | [verify-libraries] Compiling idna v0.2.3 |
3575 | 2024-10-18T22:44:06.127Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3576 | 2024-10-18T22:44:06.441Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3577 | 2024-10-18T22:44:06.647Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3578 | 2024-10-18T22:44:06.649Z | [verify-libraries] Compiling p521 v0.13.3 |
3579 | 2024-10-18T22:44:07.281Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3580 | 2024-10-18T22:44:07.363Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3581 | 2024-10-18T22:44:08.318Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3582 | 2024-10-18T22:44:08.758Z | [verify-libraries] Compiling md5 v0.7.0 |
3583 | 2024-10-18T22:44:09.088Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3584 | 2024-10-18T22:44:09.299Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3585 | 2024-10-18T22:44:09.693Z | [verify-libraries] Compiling des v0.8.1 |
3586 | 2024-10-18T22:44:10.754Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3587 | 2024-10-18T22:44:11.063Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3588 | 2024-10-18T22:44:12.018Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3589 | 2024-10-18T22:44:12.063Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3590 | 2024-10-18T22:44:12.503Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3591 | 2024-10-18T22:44:12.602Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3592 | 2024-10-18T22:44:12.630Z | Oct 18 22:44:11.847 INFO [stamp-clickhouse] process exited with exit status: 0 (12.910732738s) |
3593 | 2024-10-18T22:44:12.823Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3594 | 2024-10-18T22:44:12.870Z | Oct 18 22:44:12.088 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (12.803043492s) |
3595 | 2024-10-18T22:44:12.871Z | Oct 18 22:44:12.088 INFO [tuf-stamp] task succeeded (13.15257347s) |
3596 | 2024-10-18T22:44:13.332Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3597 | 2024-10-18T22:44:13.600Z | [verify-libraries] Compiling heck v0.4.1 |
3598 | 2024-10-18T22:44:14.975Z | [ recovery-image] Oct 18 22:44:14.191 INFO O| Oct 18 22:44:14.191 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3599 | 2024-10-18T22:44:15.194Z | [verify-libraries] Compiling russh v0.45.0 |
3600 | 2024-10-18T22:44:20.262Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3601 | 2024-10-18T22:44:20.612Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3602 | 2024-10-18T22:44:21.904Z | [ recovery-image] Oct 18 22:44:21.120 INFO O| Oct 18 22:44:21.120 INFO O| Startup: Caching catalogs ... Done |
3603 | 2024-10-18T22:44:22.007Z | [ recovery-image] Oct 18 22:44:21.223 INFO O| Oct 18 22:44:21.223 INFO O| Planning: Planning completed in 0.00 seconds |
3604 | 2024-10-18T22:44:22.009Z | [ recovery-image] Oct 18 22:44:21.224 INFO O| Oct 18 22:44:21.224 INFO O| Planning: Consolidating action changes ... Done |
3605 | 2024-10-18T22:44:22.009Z | [ recovery-image] Oct 18 22:44:21.224 INFO O| Oct 18 22:44:21.224 INFO O| Planning: Evaluating mediators ... Done |
3606 | 2024-10-18T22:44:22.009Z | [ recovery-image] Oct 18 22:44:21.225 INFO O| Oct 18 22:44:21.225 INFO O| Planning: Planning completed in 0.00 seconds |
3607 | 2024-10-18T22:44:22.009Z | [ recovery-image] Oct 18 22:44:21.225 INFO O| Oct 18 22:44:21.225 INFO O| Variants/Facets to change: 1 |
3608 | 2024-10-18T22:44:22.176Z | [ recovery-image] Oct 18 22:44:21.392 INFO O| Oct 18 22:44:21.392 INFO O| Done |
3609 | 2024-10-18T22:44:22.176Z | [ recovery-image] Oct 18 22:44:21.393 INFO O| Oct 18 22:44:21.392 INFO O| Done |
3610 | 2024-10-18T22:44:23.166Z | [ recovery-image] Oct 18 22:44:22.383 INFO O| Oct 18 22:44:22.383 INFO O| Done |
3611 | 2024-10-18T22:44:23.234Z | [ recovery-image] Oct 18 22:44:22.451 INFO O| Oct 18 22:44:22.451 INFO O| Done |
3612 | 2024-10-18T22:44:23.237Z | [ recovery-image] Oct 18 22:44:22.453 INFO O| Oct 18 22:44:22.453 INFO O| Done |
3613 | 2024-10-18T22:44:23.248Z | [ recovery-image] Oct 18 22:44:22.465 INFO O| Oct 18 22:44:22.465 INFO O| Done |
3614 | 2024-10-18T22:44:23.251Z | [ recovery-image] Oct 18 22:44:22.467 INFO O| Oct 18 22:44:22.467 INFO O| Done |
3615 | 2024-10-18T22:44:23.870Z | [ recovery-image] Oct 18 22:44:23.086 INFO O| Oct 18 22:44:23.086 INFO STEP 6 (pkg_change_variant) COMPLETE |
3616 | 2024-10-18T22:44:23.870Z | [ recovery-image] Oct 18 22:44:23.086 INFO O| Oct 18 22:44:23.086 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3617 | 2024-10-18T22:44:23.872Z | [ recovery-image] Oct 18 22:44:23.086 INFO O| Oct 18 22:44:23.086 INFO skip step because feature "debug_variant" is not enabled |
3618 | 2024-10-18T22:44:23.872Z | [ recovery-image] Oct 18 22:44:23.086 INFO O| Oct 18 22:44:23.086 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3619 | 2024-10-18T22:44:24.666Z | [ recovery-image] Oct 18 22:44:23.883 INFO O| Oct 18 22:44:23.882 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3620 | 2024-10-18T22:44:25.788Z | [ recovery-image] Oct 18 22:44:25.005 INFO O| Oct 18 22:44:25.005 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3621 | 2024-10-18T22:44:25.791Z | [ recovery-image] Oct 18 22:44:25.007 INFO O| Oct 18 22:44:25.006 INFO O| Planning: Planning completed in 0.00 seconds |
3622 | 2024-10-18T22:44:25.791Z | [ recovery-image] Oct 18 22:44:25.007 INFO O| Oct 18 22:44:25.007 INFO O| Planning: Consolidating action changes ... Done |
3623 | 2024-10-18T22:44:25.791Z | [ recovery-image] Oct 18 22:44:25.007 INFO O| Oct 18 22:44:25.007 INFO O| Planning: Evaluating mediators ... Done |
3624 | 2024-10-18T22:44:25.793Z | [ recovery-image] Oct 18 22:44:25.008 INFO O| Oct 18 22:44:25.008 INFO O| Planning: Planning completed in 0.00 seconds |
3625 | 2024-10-18T22:44:25.793Z | [ recovery-image] Oct 18 22:44:25.008 INFO O| Oct 18 22:44:25.008 INFO O| Variants/Facets to change: 1 |
3626 | 2024-10-18T22:44:25.962Z | [ recovery-image] Oct 18 22:44:25.178 INFO O| Oct 18 22:44:25.178 INFO O| Done |
3627 | 2024-10-18T22:44:25.962Z | [ recovery-image] Oct 18 22:44:25.178 INFO O| Oct 18 22:44:25.178 INFO O| Done |
3628 | 2024-10-18T22:44:26.800Z | [ recovery-image] Oct 18 22:44:26.016 INFO O| Oct 18 22:44:26.016 INFO O| Done |
3629 | 2024-10-18T22:44:26.878Z | [ recovery-image] Oct 18 22:44:26.094 INFO O| Oct 18 22:44:26.094 INFO O| Done |
3630 | 2024-10-18T22:44:26.881Z | [ recovery-image] Oct 18 22:44:26.095 INFO O| Oct 18 22:44:26.095 INFO O| Done |
3631 | 2024-10-18T22:44:26.881Z | [ recovery-image] Oct 18 22:44:26.096 INFO O| Oct 18 22:44:26.096 INFO O| Done |
3632 | 2024-10-18T22:44:26.883Z | [ recovery-image] Oct 18 22:44:26.098 INFO O| Oct 18 22:44:26.097 INFO O| Done |
3633 | 2024-10-18T22:44:26.981Z | [ recovery-image] Oct 18 22:44:26.197 INFO O| Oct 18 22:44:26.197 INFO STEP 8 (pkg_change_facet) COMPLETE |
3634 | 2024-10-18T22:44:26.981Z | [ recovery-image] Oct 18 22:44:26.197 INFO O| Oct 18 22:44:26.197 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3635 | 2024-10-18T22:44:27.715Z | [ recovery-image] Oct 18 22:44:26.931 INFO O| Oct 18 22:44:26.931 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3636 | 2024-10-18T22:44:28.854Z | [ recovery-image] Oct 18 22:44:28.071 INFO O| Oct 18 22:44:28.070 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3637 | 2024-10-18T22:44:28.857Z | [ recovery-image] Oct 18 22:44:28.073 INFO O| Oct 18 22:44:28.073 INFO O| Planning: Planning completed in 0.00 seconds |
3638 | 2024-10-18T22:44:28.859Z | [ recovery-image] Oct 18 22:44:28.073 INFO O| Oct 18 22:44:28.073 INFO O| Planning: Consolidating action changes ... Done |
3639 | 2024-10-18T22:44:28.859Z | [ recovery-image] Oct 18 22:44:28.074 INFO O| Oct 18 22:44:28.074 INFO O| Planning: Evaluating mediators ... Done |
3640 | 2024-10-18T22:44:28.859Z | [ recovery-image] Oct 18 22:44:28.074 INFO O| Oct 18 22:44:28.074 INFO O| Planning: Planning completed in 0.00 seconds |
3641 | 2024-10-18T22:44:28.859Z | [ recovery-image] Oct 18 22:44:28.074 INFO O| Oct 18 22:44:28.074 INFO O| Variants/Facets to change: 1 |
3642 | 2024-10-18T22:44:28.899Z | [ recovery-image] Oct 18 22:44:28.116 INFO O| Oct 18 22:44:28.115 INFO O| Done |
3643 | 2024-10-18T22:44:28.899Z | [ recovery-image] Oct 18 22:44:28.116 INFO O| Oct 18 22:44:28.116 INFO O| Done |
3644 | 2024-10-18T22:44:29.436Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3645 | 2024-10-18T22:44:29.572Z | [ recovery-image] Oct 18 22:44:28.788 INFO O| Oct 18 22:44:28.788 INFO O| Done |
3646 | 2024-10-18T22:44:29.641Z | [ recovery-image] Oct 18 22:44:28.856 INFO O| Oct 18 22:44:28.856 INFO O| Done |
3647 | 2024-10-18T22:44:29.643Z | [ recovery-image] Oct 18 22:44:28.857 INFO O| Oct 18 22:44:28.857 INFO O| Done |
3648 | 2024-10-18T22:44:29.643Z | [ recovery-image] Oct 18 22:44:28.857 INFO O| Oct 18 22:44:28.857 INFO O| Done |
3649 | 2024-10-18T22:44:29.645Z | [ recovery-image] Oct 18 22:44:28.859 INFO O| Oct 18 22:44:28.859 INFO O| Done |
3650 | 2024-10-18T22:44:29.781Z | [ recovery-image] Oct 18 22:44:28.997 INFO O| Oct 18 22:44:28.997 INFO STEP 9 (pkg_change_facet) COMPLETE |
3651 | 2024-10-18T22:44:29.781Z | [ recovery-image] Oct 18 22:44:28.997 INFO O| Oct 18 22:44:28.997 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3652 | 2024-10-18T22:44:30.476Z | [ recovery-image] Oct 18 22:44:29.692 INFO O| Oct 18 22:44:29.692 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3653 | 2024-10-18T22:44:30.493Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3654 | 2024-10-18T22:44:31.096Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3655 | 2024-10-18T22:44:31.561Z | [ recovery-image] Oct 18 22:44:30.777 INFO O| Oct 18 22:44:30.777 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3656 | 2024-10-18T22:44:31.564Z | [ recovery-image] Oct 18 22:44:30.779 INFO O| Oct 18 22:44:30.779 INFO O| Planning: Planning completed in 0.00 seconds |
3657 | 2024-10-18T22:44:31.564Z | [ recovery-image] Oct 18 22:44:30.780 INFO O| Oct 18 22:44:30.780 INFO O| Planning: Consolidating action changes ... Done |
3658 | 2024-10-18T22:44:31.564Z | [ recovery-image] Oct 18 22:44:30.780 INFO O| Oct 18 22:44:30.780 INFO O| Planning: Evaluating mediators ... Done |
3659 | 2024-10-18T22:44:31.566Z | [ recovery-image] Oct 18 22:44:30.780 INFO O| Oct 18 22:44:30.780 INFO O| Planning: Planning completed in 0.00 seconds |
3660 | 2024-10-18T22:44:31.566Z | [ recovery-image] Oct 18 22:44:30.781 INFO O| Oct 18 22:44:30.781 INFO O| Variants/Facets to change: 1 |
3661 | 2024-10-18T22:44:31.603Z | [ recovery-image] Oct 18 22:44:30.819 INFO O| Oct 18 22:44:30.819 INFO O| Done |
3662 | 2024-10-18T22:44:31.603Z | [ recovery-image] Oct 18 22:44:30.819 INFO O| Oct 18 22:44:30.819 INFO O| Done |
3663 | 2024-10-18T22:44:31.645Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3664 | 2024-10-18T22:44:32.247Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3665 | 2024-10-18T22:44:32.250Z | [ recovery-image] Oct 18 22:44:31.466 INFO O| Oct 18 22:44:31.466 INFO O| Done |
3666 | 2024-10-18T22:44:32.333Z | [ recovery-image] Oct 18 22:44:31.549 INFO O| Oct 18 22:44:31.549 INFO O| Done |
3667 | 2024-10-18T22:44:32.336Z | [ recovery-image] Oct 18 22:44:31.550 INFO O| Oct 18 22:44:31.550 INFO O| Done |
3668 | 2024-10-18T22:44:32.336Z | [ recovery-image] Oct 18 22:44:31.550 INFO O| Oct 18 22:44:31.550 INFO O| Done |
3669 | 2024-10-18T22:44:32.338Z | [ recovery-image] Oct 18 22:44:31.552 INFO O| Oct 18 22:44:31.552 INFO O| Done |
3670 | 2024-10-18T22:44:32.436Z | [ recovery-image] Oct 18 22:44:31.651 INFO O| Oct 18 22:44:31.651 INFO STEP 10 (pkg_change_facet) COMPLETE |
3671 | 2024-10-18T22:44:32.436Z | [ recovery-image] Oct 18 22:44:31.651 INFO O| Oct 18 22:44:31.651 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3672 | 2024-10-18T22:44:32.438Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3673 | 2024-10-18T22:44:32.456Z | [ recovery-image] Oct 18 22:44:31.672 INFO O| Oct 18 22:44:31.671 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"] |
3674 | 2024-10-18T22:44:32.809Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3675 | 2024-10-18T22:44:33.470Z | [ recovery-image] Oct 18 22:44:32.685 INFO O| Oct 18 22:44:32.685 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3676 | 2024-10-18T22:44:34.074Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3677 | 2024-10-18T22:44:37.233Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3678 | 2024-10-18T22:44:37.486Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3679 | 2024-10-18T22:44:43.816Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3680 | 2024-10-18T22:44:46.441Z | [verify-libraries] Compiling termios v0.3.3 |
3681 | 2024-10-18T22:44:46.908Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3682 | 2024-10-18T22:44:55.008Z | [ host-image] Oct 18 22:44:54.222 INFO O| Oct 18 22:44:54.222 INFO O| Planning: Solver setup ... Done |
3683 | 2024-10-18T22:45:11.727Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3684 | 2024-10-18T22:45:22.876Z | [ recovery-image] Oct 18 22:45:22.087 INFO O| Oct 18 22:45:22.087 INFO O| Planning: Solver setup ... Done |
3685 | 2024-10-18T22:45:48.622Z | [ host-image] Oct 18 22:45:45.517 INFO O| Oct 18 22:45:45.517 INFO O| Planning: Running solver ... Done |
3686 | 2024-10-18T22:45:48.650Z | [ host-image] Oct 18 22:45:46.037 INFO O| Oct 18 22:45:46.037 INFO O| Planning: Finding local manifests ... Done |
3687 | 2024-10-18T22:45:48.650Z | [ host-image] Oct 18 22:45:46.071 INFO O| Oct 18 22:45:46.071 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3688 | 2024-10-18T22:45:48.680Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3689 | 2024-10-18T22:45:52.407Z | [ host-image] Oct 18 22:45:51.615 INFO O| Oct 18 22:45:51.615 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3690 | 2024-10-18T22:45:53.781Z | [ host-image] Oct 18 22:45:52.989 INFO O| Oct 18 22:45:52.989 INFO O| Planning: Package planning ... Done |
3691 | 2024-10-18T22:45:55.721Z | [ host-image] Oct 18 22:45:54.929 INFO O| Oct 18 22:45:54.929 INFO O| Planning: Merging actions ... Done |
3692 | 2024-10-18T22:45:56.060Z | [ host-image] Oct 18 22:45:55.268 INFO O| Oct 18 22:45:55.268 INFO O| Planning: Checking for conflicting actions ... Done |
3693 | 2024-10-18T22:45:56.326Z | [ host-image] Oct 18 22:45:55.534 INFO O| Oct 18 22:45:55.534 INFO O| Planning: Consolidating action changes ... Done |
3694 | 2024-10-18T22:45:56.846Z | [ host-image] Oct 18 22:45:56.054 INFO O| Oct 18 22:45:56.054 INFO O| Planning: Evaluating mediators ... Done |
3695 | 2024-10-18T22:46:03.262Z | [ host-image] Oct 18 22:46:02.470 INFO O| Oct 18 22:46:02.470 INFO O| Planning: Planning completed in 118.50 seconds |
3696 | 2024-10-18T22:46:03.269Z | [ host-image] Oct 18 22:46:02.477 INFO O| Oct 18 22:46:02.476 INFO O| Packages to install: 124 |
3697 | 2024-10-18T22:46:03.271Z | [ host-image] Oct 18 22:46:02.477 INFO O| Oct 18 22:46:02.477 INFO O| Mediators to change: 4 |
3698 | 2024-10-18T22:46:03.271Z | [ host-image] Oct 18 22:46:02.477 INFO O| Oct 18 22:46:02.477 INFO O| Services to change: 6 |
3699 | 2024-10-18T22:46:03.396Z | [ host-image] Oct 18 22:46:02.604 INFO O| Oct 18 22:46:02.604 INFO O| Download: 0/22734 items 0.0/196.6MB 0% complete |
3700 | 2024-10-18T22:46:06.414Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3701 | 2024-10-18T22:46:08.402Z | [ host-image] Oct 18 22:46:07.608 INFO O| Oct 18 22:46:07.608 INFO O| Download: 813/22734 items 4.7/196.6MB 2% complete (1009k/s) |
3702 | 2024-10-18T22:46:12.487Z | [ recovery-image] Oct 18 22:46:11.693 INFO O| Oct 18 22:46:11.693 INFO O| Planning: Running solver ... Done |
3703 | 2024-10-18T22:46:12.981Z | [ recovery-image] Oct 18 22:46:12.188 INFO O| Oct 18 22:46:12.188 INFO O| Planning: Finding local manifests ... Done |
3704 | 2024-10-18T22:46:12.998Z | [ recovery-image] Oct 18 22:46:12.205 INFO O| Oct 18 22:46:12.205 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3705 | 2024-10-18T22:46:13.421Z | [ host-image] Oct 18 22:46:12.627 INFO O| Oct 18 22:46:12.627 INFO O| Download: 1608/22734 items 9.6/196.6MB 4% complete (999k/s) |
3706 | 2024-10-18T22:46:14.067Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3707 | 2024-10-18T22:46:17.829Z | [ recovery-image] Oct 18 22:46:17.035 INFO O| Oct 18 22:46:17.035 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3708 | 2024-10-18T22:46:18.782Z | [ recovery-image] Oct 18 22:46:17.987 INFO O| Oct 18 22:46:17.987 INFO O| Planning: Package planning ... Done |
3709 | 2024-10-18T22:46:18.896Z | [ host-image] Oct 18 22:46:18.101 INFO O| Oct 18 22:46:18.101 INFO O| Download: 1788/22734 items 12.8/196.6MB 6% complete (959k/s) |
3710 | 2024-10-18T22:46:19.640Z | [ recovery-image] Oct 18 22:46:18.846 INFO O| Oct 18 22:46:18.846 INFO O| Planning: Merging actions ... Done |
3711 | 2024-10-18T22:46:19.813Z | [ recovery-image] Oct 18 22:46:19.019 INFO O| Oct 18 22:46:19.019 INFO O| Planning: Checking for conflicting actions ... Done |
3712 | 2024-10-18T22:46:19.968Z | [ recovery-image] Oct 18 22:46:19.174 INFO O| Oct 18 22:46:19.174 INFO O| Planning: Consolidating action changes ... Done |
3713 | 2024-10-18T22:46:20.339Z | [ recovery-image] Oct 18 22:46:19.545 INFO O| Oct 18 22:46:19.545 INFO O| Planning: Evaluating mediators ... Done |
3714 | 2024-10-18T22:46:23.898Z | [ host-image] Oct 18 22:46:23.103 INFO O| Oct 18 22:46:23.103 INFO O| Download: 2131/22734 items 23.8/196.6MB 12% complete (1.4M/s) |
3715 | 2024-10-18T22:46:26.415Z | [ recovery-image] Oct 18 22:46:25.620 INFO O| Oct 18 22:46:25.620 INFO O| Planning: Planning completed in 112.93 seconds |
3716 | 2024-10-18T22:46:26.423Z | [ recovery-image] Oct 18 22:46:25.628 INFO O| Oct 18 22:46:25.628 INFO O| Packages to install: 124 |
3717 | 2024-10-18T22:46:26.423Z | [ recovery-image] Oct 18 22:46:25.628 INFO O| Oct 18 22:46:25.628 INFO O| Mediators to change: 4 |
3718 | 2024-10-18T22:46:26.423Z | [ recovery-image] Oct 18 22:46:25.628 INFO O| Oct 18 22:46:25.628 INFO O| Services to change: 5 |
3719 | 2024-10-18T22:46:26.510Z | [ recovery-image] Oct 18 22:46:25.716 INFO O| Oct 18 22:46:25.716 INFO O| Download: 0/15836 items 0.0/173.3MB 0% complete |
3720 | 2024-10-18T22:46:28.659Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3721 | 2024-10-18T22:46:29.079Z | [ host-image] Oct 18 22:46:28.284 INFO O| Oct 18 22:46:28.284 INFO O| Download: 2461/22734 items 28.2/196.6MB 14% complete (1.6M/s) |
3722 | 2024-10-18T22:46:31.516Z | [ recovery-image] Oct 18 22:46:30.720 INFO O| Oct 18 22:46:30.720 INFO O| Download: 858/15836 items 6.7/173.3MB 3% complete (1.4M/s) |
3723 | 2024-10-18T22:46:34.098Z | [ host-image] Oct 18 22:46:33.302 INFO O| Oct 18 22:46:33.302 INFO O| Download: 3216/22734 items 34.0/196.6MB 17% complete (1.0M/s) |
3724 | 2024-10-18T22:46:36.517Z | [ recovery-image] Oct 18 22:46:35.721 INFO O| Oct 18 22:46:35.721 INFO O| Download: 1038/15836 items 7.9/173.3MB 4% complete (817k/s) |
3725 | 2024-10-18T22:46:38.333Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3726 | 2024-10-18T22:46:39.101Z | [ host-image] Oct 18 22:46:38.305 INFO O| Oct 18 22:46:38.305 INFO O| Download: 3886/22734 items 39.9/196.6MB 20% complete (1.2M/s) |
3727 | 2024-10-18T22:46:41.926Z | [ recovery-image] Oct 18 22:46:41.130 INFO O| Oct 18 22:46:41.130 INFO O| Download: 1107/15836 items 9.4/173.3MB 5% complete (432k/s) |
3728 | 2024-10-18T22:46:43.314Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3729 | 2024-10-18T22:46:44.101Z | [ host-image] Oct 18 22:46:43.305 INFO O| Oct 18 22:46:43.305 INFO O| Download: 4514/22734 items 41.9/196.6MB 21% complete (810k/s) |
3730 | 2024-10-18T22:46:46.930Z | [ recovery-image] Oct 18 22:46:46.134 INFO O| Oct 18 22:46:46.134 INFO O| Download: 1314/15836 items 19.9/173.3MB 11% complete (1.1M/s) |
3731 | 2024-10-18T22:46:48.776Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3732 | 2024-10-18T22:46:49.115Z | [ host-image] Oct 18 22:46:48.319 INFO O| Oct 18 22:46:48.319 INFO O| Download: 5037/22734 items 45.9/196.6MB 23% complete (614k/s) |
3733 | 2024-10-18T22:46:52.050Z | [ recovery-image] Oct 18 22:46:51.253 INFO O| Oct 18 22:46:51.253 INFO O| Download: 1524/15836 items 22.0/173.3MB 12% complete (1.3M/s) |
3734 | 2024-10-18T22:46:54.134Z | [ host-image] Oct 18 22:46:53.337 INFO O| Oct 18 22:46:53.337 INFO O| Download: 5832/22734 items 46.3/196.6MB 23% complete (451k/s) |
3735 | 2024-10-18T22:46:57.068Z | [ recovery-image] Oct 18 22:46:56.270 INFO O| Oct 18 22:46:56.270 INFO O| Download: 2220/15836 items 31.2/173.3MB 17% complete (1.1M/s) |
3736 | 2024-10-18T22:46:59.172Z | [ host-image] Oct 18 22:46:58.374 INFO O| Oct 18 22:46:58.374 INFO O| Download: 6454/22734 items 46.7/196.6MB 23% complete (86.5k/s) |
3737 | 2024-10-18T22:47:02.105Z | [ recovery-image] Oct 18 22:47:01.307 INFO O| Oct 18 22:47:01.307 INFO O| Download: 2675/15836 items 33.0/173.3MB 19% complete (1.1M/s) |
3738 | 2024-10-18T22:47:04.654Z | [ host-image] Oct 18 22:47:03.856 INFO O| Oct 18 22:47:03.855 INFO O| Download: 6765/22734 items 47.9/196.6MB 24% complete (137k/s) |
3739 | 2024-10-18T22:47:07.108Z | [ recovery-image] Oct 18 22:47:06.310 INFO O| Oct 18 22:47:06.310 INFO O| Download: 3199/15836 items 37.5/173.3MB 21% complete (645k/s) |
3740 | 2024-10-18T22:47:09.655Z | [ host-image] Oct 18 22:47:08.856 INFO O| Oct 18 22:47:08.856 INFO O| Download: 7003/22734 items 51.1/196.6MB 26% complete (403k/s) |
3741 | 2024-10-18T22:47:12.112Z | [ recovery-image] Oct 18 22:47:11.313 INFO O| Oct 18 22:47:11.313 INFO O| Download: 3674/15836 items 39.9/173.3MB 23% complete (702k/s) |
3742 | 2024-10-18T22:47:14.656Z | [ host-image] Oct 18 22:47:13.857 INFO O| Oct 18 22:47:13.857 INFO O| Download: 7842/22734 items 59.2/196.6MB 30% complete (1.1M/s) |
3743 | 2024-10-18T22:47:17.112Z | [ recovery-image] Oct 18 22:47:16.313 INFO O| Oct 18 22:47:16.313 INFO O| Download: 4170/15836 items 42.7/173.3MB 24% complete (529k/s) |
3744 | 2024-10-18T22:47:21.245Z | [ host-image] Oct 18 22:47:20.445 INFO O| Oct 18 22:47:20.445 INFO O| Download: 8235/22734 items 63.1/196.6MB 32% complete (1.1M/s) |
3745 | 2024-10-18T22:47:24.458Z | [ recovery-image] Oct 18 22:47:23.657 INFO O| Oct 18 22:47:23.657 INFO O| Download: 4781/15836 items 43.0/173.3MB 24% complete (397k/s) |
3746 | 2024-10-18T22:47:28.258Z | [ host-image] Oct 18 22:47:27.457 INFO O| Oct 18 22:47:27.457 INFO O| Download: 8298/22734 items 67.1/196.6MB 34% complete (695k/s) |
3747 | 2024-10-18T22:47:29.678Z | [ recovery-image] Oct 18 22:47:28.878 INFO O| Oct 18 22:47:28.878 INFO O| Download: 5701/15836 items 45.4/173.3MB 26% complete (230k/s) |
3748 | 2024-10-18T22:47:33.258Z | [ host-image] Oct 18 22:47:32.457 INFO O| Oct 18 22:47:32.457 INFO O| Download: 9392/22734 items 81.5/196.6MB 41% complete (2.1M/s) |
3749 | 2024-10-18T22:47:34.684Z | [ recovery-image] Oct 18 22:47:33.883 INFO O| Oct 18 22:47:33.883 INFO O| Download: 5761/15836 items 47.0/173.3MB 27% complete (405k/s) |
3750 | 2024-10-18T22:47:38.291Z | [ host-image] Oct 18 22:47:37.490 INFO O| Oct 18 22:47:37.490 INFO O| Download: 10402/22734 items 88.0/196.6MB 44% complete (2.1M/s) |
3751 | 2024-10-18T22:47:40.674Z | [ recovery-image] Oct 18 22:47:39.873 INFO O| Oct 18 22:47:39.873 INFO O| Download: 5911/15836 items 50.3/173.3MB 29% complete (660k/s) |
3752 | 2024-10-18T22:47:43.292Z | [ host-image] Oct 18 22:47:42.490 INFO O| Oct 18 22:47:42.490 INFO O| Download: 10782/22734 items 89.7/196.6MB 45% complete (827k/s) |
3753 | 2024-10-18T22:47:46.119Z | [ recovery-image] Oct 18 22:47:45.317 INFO O| Oct 18 22:47:45.317 INFO O| Download: 6103/15836 items 56.5/173.3MB 32% complete (806k/s) |
3754 | 2024-10-18T22:47:48.405Z | [ host-image] Oct 18 22:47:47.603 INFO O| Oct 18 22:47:47.603 INFO O| Download: 11199/22734 items 93.9/196.6MB 47% complete (611k/s) |
3755 | 2024-10-18T22:47:51.130Z | [ recovery-image] Oct 18 22:47:50.327 INFO O| Oct 18 22:47:50.327 INFO O| Download: 6447/15836 items 63.6/173.3MB 36% complete (998k/s) |
3756 | 2024-10-18T22:47:53.425Z | [ host-image] Oct 18 22:47:52.622 INFO O| Oct 18 22:47:52.622 INFO O| Download: 11450/22734 items 96.2/196.6MB 48% complete (671k/s) |
3757 | 2024-10-18T22:47:56.135Z | [ recovery-image] Oct 18 22:47:55.332 INFO O| Oct 18 22:47:55.332 INFO O| Download: 7019/15836 items 71.3/173.3MB 41% complete (1.4M/s) |
3758 | 2024-10-18T22:47:58.445Z | [ host-image] Oct 18 22:47:57.642 INFO O| Oct 18 22:47:57.642 INFO O| Download: 11976/22734 items 98.2/196.6MB 49% complete (380k/s) |
3759 | 2024-10-18T22:48:01.135Z | [ recovery-image] Oct 18 22:48:00.332 INFO O| Oct 18 22:48:00.332 INFO O| Download: 7212/15836 items 73.3/173.3MB 42% complete (990k/s) |
3760 | 2024-10-18T22:48:04.997Z | [ host-image] Oct 18 22:48:04.193 INFO O| Oct 18 22:48:04.193 INFO O| Download: 12107/22734 items 101.0/196.6MB 51% complete (500k/s) |
3761 | 2024-10-18T22:48:07.397Z | [ recovery-image] Oct 18 22:48:06.593 INFO O| Oct 18 22:48:06.593 INFO O| Download: 7627/15836 items 73.7/173.3MB 42% complete (573k/s) |
3762 | 2024-10-18T22:48:10.042Z | [ host-image] Oct 18 22:48:09.238 INFO O| Oct 18 22:48:09.237 INFO O| Download: 12209/22734 items 109.3/196.6MB 55% complete (1.2M/s) |
3763 | 2024-10-18T22:48:12.556Z | [ recovery-image] Oct 18 22:48:11.751 INFO O| Oct 18 22:48:11.751 INFO O| Download: 7937/15836 items 77.6/173.3MB 44% complete (416k/s) |
3764 | 2024-10-18T22:48:15.058Z | [ host-image] Oct 18 22:48:14.253 INFO O| Oct 18 22:48:14.253 INFO O| Download: 12641/22734 items 109.6/196.6MB 55% complete (885k/s) |
3765 | 2024-10-18T22:48:17.600Z | [ recovery-image] Oct 18 22:48:16.795 INFO O| Oct 18 22:48:16.795 INFO O| Download: 8259/15836 items 79.7/173.3MB 45% complete (628k/s) |
3766 | 2024-10-18T22:48:20.063Z | [ host-image] Oct 18 22:48:19.258 INFO O| Oct 18 22:48:19.257 INFO O| Download: 13314/22734 items 109.9/196.6MB 55% complete (137k/s) |
3767 | 2024-10-18T22:48:22.797Z | [ recovery-image] Oct 18 22:48:21.992 INFO O| Oct 18 22:48:21.991 INFO O| Download: 8660/15836 items 81.5/173.3MB 47% complete (401k/s) |
3768 | 2024-10-18T22:48:25.087Z | [ host-image] Oct 18 22:48:24.281 INFO O| Oct 18 22:48:24.281 INFO O| Download: 14280/22734 items 110.7/196.6MB 56% complete (105k/s) |
3769 | 2024-10-18T22:48:27.805Z | [ recovery-image] Oct 18 22:48:26.999 INFO O| Oct 18 22:48:26.999 INFO O| Download: 8996/15836 items 92.7/173.3MB 53% complete (1.3M/s) |
3770 | 2024-10-18T22:48:30.643Z | [ host-image] Oct 18 22:48:29.835 INFO O| Oct 18 22:48:29.835 INFO O| Download: 14518/22734 items 116.6/196.6MB 59% complete (658k/s) |
3771 | 2024-10-18T22:48:32.806Z | [ recovery-image] Oct 18 22:48:32.000 INFO O| Oct 18 22:48:31.999 INFO O| Download: 9789/15836 items 93.1/173.3MB 53% complete (1.2M/s) |
3772 | 2024-10-18T22:48:35.889Z | [ host-image] Oct 18 22:48:35.081 INFO O| Oct 18 22:48:35.081 INFO O| Download: 15560/22734 items 122.2/196.6MB 62% complete (1.1M/s) |
3773 | 2024-10-18T22:48:37.854Z | [ recovery-image] Oct 18 22:48:37.048 INFO O| Oct 18 22:48:37.047 INFO O| Download: 10547/15836 items 93.4/173.3MB 53% complete (82.9k/s) |
3774 | 2024-10-18T22:48:40.901Z | [ host-image] Oct 18 22:48:40.082 INFO O| Oct 18 22:48:40.082 INFO O| Download: 15834/22734 items 130.1/196.6MB 66% complete (1.3M/s) |
3775 | 2024-10-18T22:48:42.996Z | [ recovery-image] Oct 18 22:48:42.188 INFO O| Oct 18 22:48:42.188 INFO O| Download: 11000/15836 items 94.5/173.3MB 54% complete (127k/s) |
3776 | 2024-10-18T22:48:45.890Z | [ host-image] Oct 18 22:48:45.082 INFO O| Oct 18 22:48:45.082 INFO O| Download: 16408/22734 items 139.9/196.6MB 71% complete (1.8M/s) |
3777 | 2024-10-18T22:48:48.079Z | [ recovery-image] Oct 18 22:48:47.271 INFO O| Oct 18 22:48:47.271 INFO O| Download: 11083/15836 items 99.3/173.3MB 57% complete (531k/s) |
3778 | 2024-10-18T22:48:50.895Z | [ host-image] Oct 18 22:48:50.087 INFO O| Oct 18 22:48:50.087 INFO O| Download: 17319/22734 items 146.4/196.6MB 74% complete (1.6M/s) |
3779 | 2024-10-18T22:48:53.297Z | [ recovery-image] Oct 18 22:48:52.488 INFO O| Oct 18 22:48:52.488 INFO O| Download: 11512/15836 items 111.3/173.3MB 64% complete (1.6M/s) |
3780 | 2024-10-18T22:48:55.916Z | [ host-image] Oct 18 22:48:55.092 INFO O| Oct 18 22:48:55.092 INFO O| Download: 17884/22734 items 154.0/196.6MB 78% complete (1.3M/s) |
3781 | 2024-10-18T22:48:58.299Z | [ recovery-image] Oct 18 22:48:57.490 INFO O| Oct 18 22:48:57.490 INFO O| Download: 12157/15836 items 137.6/173.3MB 79% complete (3.9M/s) |
3782 | 2024-10-18T22:49:00.924Z | [ host-image] Oct 18 22:49:00.113 INFO O| Oct 18 22:49:00.113 INFO O| Download: 18576/22734 items 162.0/196.6MB 82% complete (1.6M/s) |
3783 | 2024-10-18T22:49:03.305Z | [ recovery-image] Oct 18 22:49:02.496 INFO O| Oct 18 22:49:02.496 INFO O| Download: 13007/15836 items 141.3/173.3MB 81% complete (3.2M/s) |
3784 | 2024-10-18T22:49:05.923Z | [ host-image] Oct 18 22:49:05.114 INFO O| Oct 18 22:49:05.114 INFO O| Download: 19471/22734 items 164.9/196.6MB 83% complete (1.1M/s) |
3785 | 2024-10-18T22:49:08.455Z | [ recovery-image] Oct 18 22:49:07.643 INFO O| Oct 18 22:49:07.643 INFO O| Download: 14031/15836 items 145.5/173.3MB 83% complete (836k/s) |
3786 | 2024-10-18T22:49:10.935Z | [ host-image] Oct 18 22:49:10.125 INFO O| Oct 18 22:49:10.124 INFO O| Download: 20125/22734 items 167.9/196.6MB 85% complete (609k/s) |
3787 | 2024-10-18T22:49:13.516Z | [ recovery-image] Oct 18 22:49:12.706 INFO O| Oct 18 22:49:12.705 INFO O| Download: 14699/15836 items 148.8/173.3MB 85% complete (726k/s) |
3788 | 2024-10-18T22:49:16.266Z | [ host-image] Oct 18 22:49:15.453 INFO O| Oct 18 22:49:15.453 INFO O| Download: 20810/22734 items 175.1/196.6MB 89% complete (930k/s) |
3789 | 2024-10-18T22:49:18.670Z | [ recovery-image] Oct 18 22:49:17.859 INFO O| Oct 18 22:49:17.859 INFO O| Download: 15309/15836 items 158.2/173.3MB 91% complete (1.3M/s) |
3790 | 2024-10-18T22:49:25.673Z | [ host-image] Oct 18 22:49:20.769 INFO O| Oct 18 22:49:20.769 INFO O| Download: 21651/22734 items 180.6/196.6MB 91% complete (1.2M/s) |
3791 | 2024-10-18T22:49:25.703Z | [ recovery-image] Oct 18 22:49:22.890 INFO O| Oct 18 22:49:22.889 INFO O| Download: 15804/15836 items 172.1/173.3MB 99% complete (2.3M/s) |
3792 | 2024-10-18T22:49:25.703Z | [ recovery-image] Oct 18 22:49:23.487 INFO O| Oct 18 22:49:23.486 INFO O| Download: Completed 173.32 MB in 177.77 seconds (995k/s) |
3793 | 2024-10-18T22:49:25.703Z | [ recovery-image] Oct 18 22:49:24.701 INFO O| Oct 18 22:49:24.701 INFO O| Actions: 1/24971 actions (Installing new actions) |
3794 | 2024-10-18T22:49:26.632Z | [ host-image] Oct 18 22:49:25.821 INFO O| Oct 18 22:49:25.821 INFO O| Download: 22207/22734 items 194.8/196.6MB 99% complete (1.9M/s) |
3795 | 2024-10-18T22:49:29.197Z | [ host-image] Oct 18 22:49:28.386 INFO O| Oct 18 22:49:28.386 INFO O| Download: Completed 196.56 MB in 205.78 seconds (975k/s) |
3796 | 2024-10-18T22:49:30.522Z | [ recovery-image] Oct 18 22:49:29.710 INFO O| Oct 18 22:49:29.710 INFO O| Actions: 10222/24971 actions (Installing new actions) |
3797 | 2024-10-18T22:49:30.737Z | [ host-image] Oct 18 22:49:29.926 INFO O| Oct 18 22:49:29.926 INFO O| Actions: 1/49270 actions (Installing new actions) |
3798 | 2024-10-18T22:49:35.523Z | [ recovery-image] Oct 18 22:49:34.711 INFO O| Oct 18 22:49:34.711 INFO O| Actions: 14878/24971 actions (Installing new actions) |
3799 | 2024-10-18T22:49:35.739Z | [ host-image] Oct 18 22:49:34.926 INFO O| Oct 18 22:49:34.926 INFO O| Actions: 8155/49270 actions (Installing new actions) |
3800 | 2024-10-18T22:49:40.740Z | [ host-image] Oct 18 22:49:39.927 INFO O| Oct 18 22:49:39.927 INFO O| Actions: 16649/49270 actions (Installing new actions) |
3801 | 2024-10-18T22:49:40.920Z | [ recovery-image] Oct 18 22:49:40.107 INFO O| Oct 18 22:49:40.107 INFO O| Actions: 24418/24971 actions (Installing new actions) |
3802 | 2024-10-18T22:49:41.445Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 5m 37s |
3803 | 2024-10-18T22:49:41.790Z | Oct 18 22:49:40.978 INFO [verify-libraries] process exited with exit status: 0 (342.207901635s) |
3804 | 2024-10-18T22:49:41.912Z | [ recovery-image] Oct 18 22:49:41.099 INFO O| Oct 18 22:49:41.099 INFO O| Actions: Completed 24971 actions in 16.40 seconds. |
3805 | 2024-10-18T22:49:42.248Z | [ recovery-image] Oct 18 22:49:41.435 INFO O| Oct 18 22:49:41.435 INFO O| Done |
3806 | 2024-10-18T22:49:42.248Z | [ recovery-image] Oct 18 22:49:41.435 INFO O| Oct 18 22:49:41.435 INFO O| Done |
3807 | 2024-10-18T22:49:42.881Z | [ recovery-image] Oct 18 22:49:42.068 INFO O| Oct 18 22:49:42.068 INFO O| Done |
3808 | 2024-10-18T22:49:43.695Z | [ recovery-image] Oct 18 22:49:42.881 INFO O| Oct 18 22:49:42.881 INFO O| Done |
3809 | 2024-10-18T22:49:43.707Z | [ recovery-image] Oct 18 22:49:42.894 INFO O| Oct 18 22:49:42.894 INFO O| Done |
3810 | 2024-10-18T22:49:45.740Z | [ host-image] Oct 18 22:49:44.927 INFO O| Oct 18 22:49:44.927 INFO O| Actions: 43924/49270 actions (Installing new actions) |
3811 | 2024-10-18T22:49:46.138Z | [ recovery-image] Oct 18 22:49:45.325 INFO O| Oct 18 22:49:45.325 INFO O| Done |
3812 | 2024-10-18T22:49:46.473Z | [ recovery-image] Oct 18 22:49:45.660 INFO O| Oct 18 22:49:45.659 INFO O| Done |
3813 | 2024-10-18T22:49:46.775Z | [ recovery-image] Oct 18 22:49:45.962 INFO O| Oct 18 22:49:45.962 INFO STEP 11 (pkg_install) COMPLETE |
3814 | 2024-10-18T22:49:46.775Z | [ recovery-image] Oct 18 22:49:45.962 INFO O| Oct 18 22:49:45.962 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3815 | 2024-10-18T22:49:46.775Z | [ recovery-image] Oct 18 22:49:45.962 INFO O| Oct 18 22:49:45.962 INFO skip step because feature "recovery" is enabled |
3816 | 2024-10-18T22:49:46.778Z | [ recovery-image] Oct 18 22:49:45.962 INFO O| Oct 18 22:49:45.962 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3817 | 2024-10-18T22:49:46.778Z | [ recovery-image] Oct 18 22:49:45.962 INFO O| Oct 18 22:49:45.962 INFO skip step because feature "omicron1" is not enabled |
3818 | 2024-10-18T22:49:46.778Z | [ recovery-image] Oct 18 22:49:45.962 INFO O| Oct 18 22:49:45.962 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3819 | 2024-10-18T22:49:46.787Z | [ recovery-image] Oct 18 22:49:45.975 INFO O| Oct 18 22:49:45.974 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
3820 | 2024-10-18T22:49:47.987Z | [ recovery-image] Oct 18 22:49:47.173 INFO O| Oct 18 22:49:47.173 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3821 | 2024-10-18T22:49:48.876Z | [ host-image] Oct 18 22:49:48.063 INFO O| Oct 18 22:49:48.063 INFO O| Actions: Completed 49270 actions in 18.13 seconds. |
3822 | 2024-10-18T22:49:49.222Z | [ host-image] Oct 18 22:49:48.409 INFO O| Oct 18 22:49:48.409 INFO O| Done |
3823 | 2024-10-18T22:49:49.222Z | [ host-image] Oct 18 22:49:48.409 INFO O| Oct 18 22:49:48.409 INFO O| Done |
3824 | 2024-10-18T22:49:49.824Z | [ host-image] Oct 18 22:49:49.011 INFO O| Oct 18 22:49:49.011 INFO O| Done |
3825 | 2024-10-18T22:49:49.947Z | [ recovery-image] Oct 18 22:49:49.134 INFO O| Oct 18 22:49:49.134 INFO O| Planning: Solver setup ... Done |
3826 | 2024-10-18T22:49:49.951Z | [ recovery-image] Oct 18 22:49:49.138 INFO O| Oct 18 22:49:49.138 INFO O| Planning: Running solver ... Done |
3827 | 2024-10-18T22:49:49.999Z | [ recovery-image] Oct 18 22:49:49.186 INFO O| Oct 18 22:49:49.186 INFO O| Planning: Finding local manifests ... Done |
3828 | 2024-10-18T22:49:50.002Z | [ recovery-image] Oct 18 22:49:49.187 INFO O| Oct 18 22:49:49.187 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3829 | 2024-10-18T22:49:50.081Z | [ recovery-image] Oct 18 22:49:49.267 INFO O| Oct 18 22:49:49.267 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3830 | 2024-10-18T22:49:50.100Z | [ recovery-image] Oct 18 22:49:49.287 INFO O| Oct 18 22:49:49.287 INFO O| Planning: Package planning ... Done |
3831 | 2024-10-18T22:49:50.102Z | [ recovery-image] Oct 18 22:49:49.287 INFO O| Oct 18 22:49:49.287 INFO O| Planning: Merging actions ... Done |
3832 | 2024-10-18T22:49:50.133Z | [ recovery-image] Oct 18 22:49:49.320 INFO O| Oct 18 22:49:49.320 INFO O| Planning: Checking for conflicting actions ... Done |
3833 | 2024-10-18T22:49:50.135Z | [ recovery-image] Oct 18 22:49:49.321 INFO O| Oct 18 22:49:49.320 INFO O| Planning: Consolidating action changes ... Done |
3834 | 2024-10-18T22:49:50.265Z | [ recovery-image] Oct 18 22:49:49.451 INFO O| Oct 18 22:49:49.451 INFO O| Planning: Evaluating mediators ... Done |
3835 | 2024-10-18T22:49:50.267Z | [ recovery-image] Oct 18 22:49:49.452 INFO O| Oct 18 22:49:49.452 INFO O| Planning: Planning completed in 2.28 seconds |
3836 | 2024-10-18T22:49:50.267Z | [ recovery-image] Oct 18 22:49:49.453 INFO O| Oct 18 22:49:49.453 INFO O| Packages to install: 1 |
3837 | 2024-10-18T22:49:50.277Z | [ recovery-image] Oct 18 22:49:49.464 INFO O| Oct 18 22:49:49.464 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
3838 | 2024-10-18T22:49:50.907Z | [ recovery-image] Oct 18 22:49:50.093 INFO O| Oct 18 22:49:50.093 INFO O| Download: Completed 20.80 MB in 0.63 seconds (33.1M/s) |
3839 | 2024-10-18T22:49:50.932Z | [ recovery-image] Oct 18 22:49:50.119 INFO O| Oct 18 22:49:50.119 INFO O| Actions: 1/22 actions (Installing new actions) |
3840 | 2024-10-18T22:49:51.057Z | [ host-image] Oct 18 22:49:50.243 INFO O| Oct 18 22:49:50.243 INFO O| Done |
3841 | 2024-10-18T22:49:51.079Z | [ host-image] Oct 18 22:49:50.266 INFO O| Oct 18 22:49:50.266 INFO O| Done |
3842 | 2024-10-18T22:49:51.450Z | [ recovery-image] Oct 18 22:49:50.636 INFO O| Oct 18 22:49:50.636 INFO O| Actions: Completed 22 actions in 0.52 seconds. |
3843 | 2024-10-18T22:49:51.744Z | [ recovery-image] Oct 18 22:49:50.930 INFO O| Oct 18 22:49:50.930 INFO O| Done |
3844 | 2024-10-18T22:49:51.744Z | [ recovery-image] Oct 18 22:49:50.930 INFO O| Oct 18 22:49:50.930 INFO O| Done |
3845 | 2024-10-18T22:49:52.235Z | [ recovery-image] Oct 18 22:49:51.421 INFO O| Oct 18 22:49:51.421 INFO O| Done |
3846 | 2024-10-18T22:49:53.074Z | [ recovery-image] Oct 18 22:49:52.260 INFO O| Oct 18 22:49:52.260 INFO O| Done |
3847 | 2024-10-18T22:49:53.086Z | [ recovery-image] Oct 18 22:49:52.272 INFO O| Oct 18 22:49:52.272 INFO O| Done |
3848 | 2024-10-18T22:49:53.086Z | [ recovery-image] Oct 18 22:49:52.272 INFO O| Oct 18 22:49:52.272 INFO O| Done |
3849 | 2024-10-18T22:49:53.095Z | [ recovery-image] Oct 18 22:49:52.282 INFO O| Oct 18 22:49:52.282 INFO O| Done |
3850 | 2024-10-18T22:49:53.192Z | [ recovery-image] Oct 18 22:49:52.378 INFO O| Oct 18 22:49:52.378 INFO STEP 14 (pkg_install) COMPLETE |
3851 | 2024-10-18T22:49:53.192Z | [ recovery-image] Oct 18 22:49:52.378 INFO O| Oct 18 22:49:52.378 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3852 | 2024-10-18T22:49:53.194Z | [ recovery-image] Oct 18 22:49:52.378 INFO O| Oct 18 22:49:52.378 INFO skip step because feature "mfg" is not enabled |
3853 | 2024-10-18T22:49:53.194Z | [ recovery-image] Oct 18 22:49:52.378 INFO O| Oct 18 22:49:52.378 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3854 | 2024-10-18T22:49:53.195Z | [ recovery-image] Oct 18 22:49:52.378 INFO O| Oct 18 22:49:52.378 INFO skip step because feature "compliance" is not enabled |
3855 | 2024-10-18T22:49:53.195Z | [ recovery-image] Oct 18 22:49:52.378 INFO O| Oct 18 22:49:52.378 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3856 | 2024-10-18T22:49:53.195Z | [ recovery-image] Oct 18 22:49:52.378 INFO O| Oct 18 22:49:52.378 INFO skip step because feature "stress" is not enabled |
3857 | 2024-10-18T22:49:53.195Z | [ recovery-image] Oct 18 22:49:52.378 INFO O| Oct 18 22:49:52.378 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3858 | 2024-10-18T22:49:53.195Z | [ recovery-image] Oct 18 22:49:52.378 INFO O| Oct 18 22:49:52.378 INFO skip step because feature "nfs" is not enabled |
3859 | 2024-10-18T22:49:53.195Z | [ recovery-image] Oct 18 22:49:52.378 INFO O| Oct 18 22:49:52.378 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3860 | 2024-10-18T22:49:53.195Z | [ recovery-image] Oct 18 22:49:52.378 INFO O| Oct 18 22:49:52.378 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3861 | 2024-10-18T22:49:53.260Z | [ recovery-image] Oct 18 22:49:52.446 INFO O| Oct 18 22:49:52.446 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3862 | 2024-10-18T22:49:53.339Z | [ recovery-image] Oct 18 22:49:52.526 INFO O| Oct 18 22:49:52.526 INFO completed processing gimlet/ramdisk-01-os |
3863 | 2024-10-18T22:49:53.342Z | [ recovery-image] Oct 18 22:49:52.528 INFO image builder template: ramdisk-02-trim... |
3864 | 2024-10-18T22:49:53.342Z | [ recovery-image] Oct 18 22:49:52.529 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/.tmpcbuUZ4/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.33.293", "-n", "ramdisk-02-trim"], pwd: None |
3865 | 2024-10-18T22:49:53.367Z | [ recovery-image] Oct 18 22:49:52.553 INFO O| Oct 18 22:49:52.553 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3866 | 2024-10-18T22:49:53.371Z | [ recovery-image] Oct 18 22:49:52.558 INFO O| Oct 18 22:49:52.558 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3867 | 2024-10-18T22:49:53.434Z | [ recovery-image] Oct 18 22:49:52.620 INFO O| Oct 18 22:49:52.620 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3868 | 2024-10-18T22:49:53.484Z | [ recovery-image] Oct 18 22:49:52.670 INFO O| Oct 18 22:49:52.670 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3869 | 2024-10-18T22:49:53.484Z | [ recovery-image] Oct 18 22:49:52.670 INFO O| Oct 18 22:49:52.670 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3870 | 2024-10-18T22:49:53.489Z | [ recovery-image] Oct 18 22:49:52.676 INFO O| Oct 18 22:49:52.676 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3871 | 2024-10-18T22:49:53.493Z | [ recovery-image] Oct 18 22:49:52.680 INFO O| Oct 18 22:49:52.680 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3872 | 2024-10-18T22:49:53.498Z | [ recovery-image] Oct 18 22:49:52.685 INFO O| Oct 18 22:49:52.685 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3873 | 2024-10-18T22:49:53.679Z | [ recovery-image] Oct 18 22:49:52.866 INFO O| Oct 18 22:49:52.866 INFO rolled back to input snapshot; work may begin |
3874 | 2024-10-18T22:49:53.680Z | [ recovery-image] Oct 18 22:49:52.866 INFO O| Oct 18 22:49:52.866 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3875 | 2024-10-18T22:49:53.685Z | [ recovery-image] Oct 18 22:49:52.871 INFO O| Oct 18 22:49:52.871 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3876 | 2024-10-18T22:49:53.696Z | [ recovery-image] Oct 18 22:49:52.882 INFO O| Oct 18 22:49:52.882 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3877 | 2024-10-18T22:49:53.744Z | [ recovery-image] Oct 18 22:49:52.930 INFO O| Oct 18 22:49:52.930 INFO STEP 0 (remove_files) COMPLETE |
3878 | 2024-10-18T22:49:53.744Z | [ recovery-image] Oct 18 22:49:52.930 INFO O| Oct 18 22:49:52.930 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3879 | 2024-10-18T22:49:53.757Z | [ recovery-image] Oct 18 22:49:52.943 INFO O| Oct 18 22:49:52.943 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3880 | 2024-10-18T22:49:53.759Z | [ recovery-image] Oct 18 22:49:52.946 INFO O| Oct 18 22:49:52.945 INFO STEP 1 (remove_files) COMPLETE |
3881 | 2024-10-18T22:49:53.759Z | [ recovery-image] Oct 18 22:49:52.946 INFO O| Oct 18 22:49:52.945 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3882 | 2024-10-18T22:49:53.769Z | [ recovery-image] Oct 18 22:49:52.955 INFO O| Oct 18 22:49:52.955 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3883 | 2024-10-18T22:49:53.785Z | [ recovery-image] Oct 18 22:49:52.970 INFO O| Oct 18 22:49:52.970 INFO STEP 2 (remove_files) COMPLETE |
3884 | 2024-10-18T22:49:53.785Z | [ recovery-image] Oct 18 22:49:52.970 INFO O| Oct 18 22:49:52.970 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3885 | 2024-10-18T22:49:53.794Z | [ recovery-image] Oct 18 22:49:52.980 INFO O| Oct 18 22:49:52.980 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3886 | 2024-10-18T22:49:53.796Z | [ recovery-image] Oct 18 22:49:52.983 INFO O| Oct 18 22:49:52.983 INFO STEP 3 (remove_files) COMPLETE |
3887 | 2024-10-18T22:49:53.796Z | [ recovery-image] Oct 18 22:49:52.983 INFO O| Oct 18 22:49:52.983 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3888 | 2024-10-18T22:49:53.805Z | [ recovery-image] Oct 18 22:49:52.992 INFO O| Oct 18 22:49:52.992 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3889 | 2024-10-18T22:49:53.810Z | [ recovery-image] Oct 18 22:49:52.996 INFO O| Oct 18 22:49:52.996 INFO STEP 4 (remove_files) COMPLETE |
3890 | 2024-10-18T22:49:53.813Z | [ recovery-image] Oct 18 22:49:52.996 INFO O| Oct 18 22:49:52.996 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3891 | 2024-10-18T22:49:53.820Z | [ recovery-image] Oct 18 22:49:53.007 INFO O| Oct 18 22:49:53.007 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3892 | 2024-10-18T22:49:53.822Z | [ recovery-image] Oct 18 22:49:53.007 INFO O| Oct 18 22:49:53.007 INFO STEP 5 (remove_files) COMPLETE |
3893 | 2024-10-18T22:49:53.822Z | [ recovery-image] Oct 18 22:49:53.007 INFO O| Oct 18 22:49:53.007 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3894 | 2024-10-18T22:49:53.830Z | [ recovery-image] Oct 18 22:49:53.017 INFO O| Oct 18 22:49:53.017 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3895 | 2024-10-18T22:49:53.842Z | [ recovery-image] Oct 18 22:49:53.029 INFO O| Oct 18 22:49:53.028 INFO STEP 6 (remove_files) COMPLETE |
3896 | 2024-10-18T22:49:53.842Z | [ recovery-image] Oct 18 22:49:53.029 INFO O| Oct 18 22:49:53.029 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3897 | 2024-10-18T22:49:53.844Z | [ recovery-image] Oct 18 22:49:53.029 INFO O| Oct 18 22:49:53.029 INFO skip step because feature "recovery" is enabled |
3898 | 2024-10-18T22:49:53.844Z | [ recovery-image] Oct 18 22:49:53.029 INFO O| Oct 18 22:49:53.029 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3899 | 2024-10-18T22:49:53.844Z | [ recovery-image] Oct 18 22:49:53.029 INFO O| Oct 18 22:49:53.029 INFO skip step because feature "recovery" is enabled |
3900 | 2024-10-18T22:49:53.844Z | [ recovery-image] Oct 18 22:49:53.029 INFO O| Oct 18 22:49:53.029 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3901 | 2024-10-18T22:49:53.844Z | [ recovery-image] Oct 18 22:49:53.029 INFO O| Oct 18 22:49:53.029 INFO skip step because feature "recovery" is enabled |
3902 | 2024-10-18T22:49:53.844Z | [ recovery-image] Oct 18 22:49:53.029 INFO O| Oct 18 22:49:53.029 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3903 | 2024-10-18T22:49:53.853Z | [ recovery-image] Oct 18 22:49:53.038 INFO O| Oct 18 22:49:53.038 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3904 | 2024-10-18T22:49:53.856Z | [ recovery-image] Oct 18 22:49:53.042 INFO O| Oct 18 22:49:53.042 INFO STEP 10 (remove_files) COMPLETE |
3905 | 2024-10-18T22:49:53.856Z | [ recovery-image] Oct 18 22:49:53.042 INFO O| Oct 18 22:49:53.042 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3906 | 2024-10-18T22:49:53.865Z | [ recovery-image] Oct 18 22:49:53.052 INFO O| Oct 18 22:49:53.051 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3907 | 2024-10-18T22:49:53.867Z | [ recovery-image] Oct 18 22:49:53.053 INFO O| Oct 18 22:49:53.052 INFO STEP 11 (remove_files) COMPLETE |
3908 | 2024-10-18T22:49:53.867Z | [ recovery-image] Oct 18 22:49:53.053 INFO O| Oct 18 22:49:53.053 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3909 | 2024-10-18T22:49:53.875Z | [ recovery-image] Oct 18 22:49:53.062 INFO O| Oct 18 22:49:53.062 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3910 | 2024-10-18T22:49:53.878Z | [ recovery-image] Oct 18 22:49:53.063 INFO O| Oct 18 22:49:53.063 INFO STEP 12 (remove_files) COMPLETE |
3911 | 2024-10-18T22:49:53.878Z | [ recovery-image] Oct 18 22:49:53.064 INFO O| Oct 18 22:49:53.063 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3912 | 2024-10-18T22:49:54.040Z | [ recovery-image] Oct 18 22:49:53.225 INFO O| Oct 18 22:49:53.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3913 | 2024-10-18T22:49:54.042Z | [ recovery-image] Oct 18 22:49:53.228 INFO O| Oct 18 22:49:53.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3914 | 2024-10-18T22:49:54.044Z | [ recovery-image] Oct 18 22:49:53.231 INFO O| Oct 18 22:49:53.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3915 | 2024-10-18T22:49:54.047Z | [ recovery-image] Oct 18 22:49:53.232 INFO O| Oct 18 22:49:53.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3916 | 2024-10-18T22:49:54.127Z | [ recovery-image] Oct 18 22:49:53.313 INFO O| Oct 18 22:49:53.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3917 | 2024-10-18T22:49:54.129Z | [ recovery-image] Oct 18 22:49:53.314 INFO O| Oct 18 22:49:53.314 INFO STEP 13 (remove_files) COMPLETE |
3918 | 2024-10-18T22:49:54.129Z | [ recovery-image] Oct 18 22:49:53.315 INFO O| Oct 18 22:49:53.314 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3919 | 2024-10-18T22:49:54.139Z | [ recovery-image] Oct 18 22:49:53.326 INFO O| Oct 18 22:49:53.326 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3920 | 2024-10-18T22:49:54.141Z | [ recovery-image] Oct 18 22:49:53.327 INFO O| Oct 18 22:49:53.327 INFO STEP 14 (remove_files) COMPLETE |
3921 | 2024-10-18T22:49:54.141Z | [ recovery-image] Oct 18 22:49:53.327 INFO O| Oct 18 22:49:53.327 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3922 | 2024-10-18T22:49:54.150Z | [ recovery-image] Oct 18 22:49:53.337 INFO O| Oct 18 22:49:53.337 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3923 | 2024-10-18T22:49:54.157Z | [ recovery-image] Oct 18 22:49:53.343 INFO O| Oct 18 22:49:53.343 INFO STEP 15 (remove_files) COMPLETE |
3924 | 2024-10-18T22:49:54.157Z | [ recovery-image] Oct 18 22:49:53.343 INFO O| Oct 18 22:49:53.343 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3925 | 2024-10-18T22:49:54.166Z | [ recovery-image] Oct 18 22:49:53.353 INFO O| Oct 18 22:49:53.353 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3926 | 2024-10-18T22:49:54.168Z | [ recovery-image] Oct 18 22:49:53.353 INFO O| Oct 18 22:49:53.353 INFO STEP 16 (remove_files) COMPLETE |
3927 | 2024-10-18T22:49:54.169Z | [ recovery-image] Oct 18 22:49:53.353 INFO O| Oct 18 22:49:53.353 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3928 | 2024-10-18T22:49:54.177Z | [ recovery-image] Oct 18 22:49:53.363 INFO O| Oct 18 22:49:53.363 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3929 | 2024-10-18T22:49:54.179Z | [ recovery-image] Oct 18 22:49:53.365 INFO O| Oct 18 22:49:53.365 INFO STEP 17 (remove_files) COMPLETE |
3930 | 2024-10-18T22:49:54.179Z | [ recovery-image] Oct 18 22:49:53.365 INFO O| Oct 18 22:49:53.365 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3931 | 2024-10-18T22:49:54.188Z | [ recovery-image] Oct 18 22:49:53.375 INFO O| Oct 18 22:49:53.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3932 | 2024-10-18T22:49:54.188Z | [ recovery-image] Oct 18 22:49:53.375 INFO O| Oct 18 22:49:53.375 INFO STEP 18 (remove_files) COMPLETE |
3933 | 2024-10-18T22:49:54.190Z | [ recovery-image] Oct 18 22:49:53.375 INFO O| Oct 18 22:49:53.375 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3934 | 2024-10-18T22:49:54.198Z | [ recovery-image] Oct 18 22:49:53.384 INFO O| Oct 18 22:49:53.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3935 | 2024-10-18T22:49:54.198Z | [ recovery-image] Oct 18 22:49:53.384 INFO O| Oct 18 22:49:53.384 INFO STEP 19 (remove_files) COMPLETE |
3936 | 2024-10-18T22:49:54.200Z | [ recovery-image] Oct 18 22:49:53.384 INFO O| Oct 18 22:49:53.384 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3937 | 2024-10-18T22:49:54.209Z | [ recovery-image] Oct 18 22:49:53.395 INFO O| Oct 18 22:49:53.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3938 | 2024-10-18T22:49:54.209Z | [ recovery-image] Oct 18 22:49:53.395 INFO O| Oct 18 22:49:53.395 INFO STEP 20 (remove_files) COMPLETE |
3939 | 2024-10-18T22:49:54.209Z | [ recovery-image] Oct 18 22:49:53.395 INFO O| Oct 18 22:49:53.395 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3940 | 2024-10-18T22:49:54.218Z | [ recovery-image] Oct 18 22:49:53.405 INFO O| Oct 18 22:49:53.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3941 | 2024-10-18T22:49:54.218Z | [ recovery-image] Oct 18 22:49:53.405 INFO O| Oct 18 22:49:53.405 INFO STEP 21 (remove_files) COMPLETE |
3942 | 2024-10-18T22:49:54.221Z | [ recovery-image] Oct 18 22:49:53.405 INFO O| Oct 18 22:49:53.405 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3943 | 2024-10-18T22:49:54.228Z | [ recovery-image] Oct 18 22:49:53.414 INFO O| Oct 18 22:49:53.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3944 | 2024-10-18T22:49:54.230Z | [ recovery-image] Oct 18 22:49:53.414 INFO O| Oct 18 22:49:53.414 INFO STEP 22 (remove_files) COMPLETE |
3945 | 2024-10-18T22:49:54.230Z | [ recovery-image] Oct 18 22:49:53.414 INFO O| Oct 18 22:49:53.414 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3946 | 2024-10-18T22:49:54.237Z | [ recovery-image] Oct 18 22:49:53.424 INFO O| Oct 18 22:49:53.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3947 | 2024-10-18T22:49:54.237Z | [ recovery-image] Oct 18 22:49:53.424 INFO O| Oct 18 22:49:53.424 INFO STEP 23 (remove_files) COMPLETE |
3948 | 2024-10-18T22:49:54.239Z | [ recovery-image] Oct 18 22:49:53.424 INFO O| Oct 18 22:49:53.424 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3949 | 2024-10-18T22:49:54.247Z | [ recovery-image] Oct 18 22:49:53.433 INFO O| Oct 18 22:49:53.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3950 | 2024-10-18T22:49:54.247Z | [ recovery-image] Oct 18 22:49:53.433 INFO O| Oct 18 22:49:53.433 INFO STEP 24 (remove_files) COMPLETE |
3951 | 2024-10-18T22:49:54.249Z | [ recovery-image] Oct 18 22:49:53.433 INFO O| Oct 18 22:49:53.433 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3952 | 2024-10-18T22:49:54.256Z | [ recovery-image] Oct 18 22:49:53.443 INFO O| Oct 18 22:49:53.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3953 | 2024-10-18T22:49:54.256Z | [ recovery-image] Oct 18 22:49:53.443 INFO O| Oct 18 22:49:53.443 INFO STEP 25 (remove_files) COMPLETE |
3954 | 2024-10-18T22:49:54.258Z | [ recovery-image] Oct 18 22:49:53.443 INFO O| Oct 18 22:49:53.443 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3955 | 2024-10-18T22:49:54.266Z | [ recovery-image] Oct 18 22:49:53.452 INFO O| Oct 18 22:49:53.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3956 | 2024-10-18T22:49:54.266Z | [ recovery-image] Oct 18 22:49:53.452 INFO O| Oct 18 22:49:53.452 INFO STEP 26 (remove_files) COMPLETE |
3957 | 2024-10-18T22:49:54.268Z | [ recovery-image] Oct 18 22:49:53.452 INFO O| Oct 18 22:49:53.452 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3958 | 2024-10-18T22:49:54.275Z | [ recovery-image] Oct 18 22:49:53.462 INFO O| Oct 18 22:49:53.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3959 | 2024-10-18T22:49:54.275Z | [ recovery-image] Oct 18 22:49:53.462 INFO O| Oct 18 22:49:53.462 INFO STEP 27 (remove_files) COMPLETE |
3960 | 2024-10-18T22:49:54.277Z | [ recovery-image] Oct 18 22:49:53.462 INFO O| Oct 18 22:49:53.462 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3961 | 2024-10-18T22:49:54.285Z | [ recovery-image] Oct 18 22:49:53.471 INFO O| Oct 18 22:49:53.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3962 | 2024-10-18T22:49:54.285Z | [ recovery-image] Oct 18 22:49:53.471 INFO O| Oct 18 22:49:53.471 INFO STEP 28 (remove_files) COMPLETE |
3963 | 2024-10-18T22:49:54.287Z | [ recovery-image] Oct 18 22:49:53.471 INFO O| Oct 18 22:49:53.471 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3964 | 2024-10-18T22:49:54.294Z | [ recovery-image] Oct 18 22:49:53.481 INFO O| Oct 18 22:49:53.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3965 | 2024-10-18T22:49:54.295Z | [ recovery-image] Oct 18 22:49:53.481 INFO O| Oct 18 22:49:53.481 INFO STEP 29 (remove_files) COMPLETE |
3966 | 2024-10-18T22:49:54.295Z | [ recovery-image] Oct 18 22:49:53.481 INFO O| Oct 18 22:49:53.481 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3967 | 2024-10-18T22:49:54.304Z | [ recovery-image] Oct 18 22:49:53.491 INFO O| Oct 18 22:49:53.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3968 | 2024-10-18T22:49:54.304Z | [ recovery-image] Oct 18 22:49:53.491 INFO O| Oct 18 22:49:53.491 INFO STEP 30 (remove_files) COMPLETE |
3969 | 2024-10-18T22:49:54.304Z | [ recovery-image] Oct 18 22:49:53.491 INFO O| Oct 18 22:49:53.491 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3970 | 2024-10-18T22:49:54.314Z | [ recovery-image] Oct 18 22:49:53.500 INFO O| Oct 18 22:49:53.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3971 | 2024-10-18T22:49:54.314Z | [ recovery-image] Oct 18 22:49:53.500 INFO O| Oct 18 22:49:53.500 INFO STEP 31 (remove_files) COMPLETE |
3972 | 2024-10-18T22:49:54.314Z | [ recovery-image] Oct 18 22:49:53.500 INFO O| Oct 18 22:49:53.500 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3973 | 2024-10-18T22:49:54.323Z | [ recovery-image] Oct 18 22:49:53.510 INFO O| Oct 18 22:49:53.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3974 | 2024-10-18T22:49:54.323Z | [ recovery-image] Oct 18 22:49:53.510 INFO O| Oct 18 22:49:53.510 INFO STEP 32 (remove_files) COMPLETE |
3975 | 2024-10-18T22:49:54.325Z | [ recovery-image] Oct 18 22:49:53.510 INFO O| Oct 18 22:49:53.510 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3976 | 2024-10-18T22:49:54.333Z | [ recovery-image] Oct 18 22:49:53.519 INFO O| Oct 18 22:49:53.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3977 | 2024-10-18T22:49:54.333Z | [ recovery-image] Oct 18 22:49:53.519 INFO O| Oct 18 22:49:53.519 INFO STEP 33 (remove_files) COMPLETE |
3978 | 2024-10-18T22:49:54.335Z | [ recovery-image] Oct 18 22:49:53.519 INFO O| Oct 18 22:49:53.519 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3979 | 2024-10-18T22:49:54.343Z | [ recovery-image] Oct 18 22:49:53.528 INFO O| Oct 18 22:49:53.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3980 | 2024-10-18T22:49:54.343Z | [ recovery-image] Oct 18 22:49:53.528 INFO O| Oct 18 22:49:53.528 INFO STEP 34 (remove_files) COMPLETE |
3981 | 2024-10-18T22:49:54.345Z | [ recovery-image] Oct 18 22:49:53.529 INFO O| Oct 18 22:49:53.528 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3982 | 2024-10-18T22:49:54.353Z | [ recovery-image] Oct 18 22:49:53.538 INFO O| Oct 18 22:49:53.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3983 | 2024-10-18T22:49:54.355Z | [ recovery-image] Oct 18 22:49:53.538 INFO O| Oct 18 22:49:53.538 INFO STEP 35 (remove_files) COMPLETE |
3984 | 2024-10-18T22:49:54.355Z | [ recovery-image] Oct 18 22:49:53.538 INFO O| Oct 18 22:49:53.538 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3985 | 2024-10-18T22:49:54.361Z | [ recovery-image] Oct 18 22:49:53.547 INFO O| Oct 18 22:49:53.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3986 | 2024-10-18T22:49:54.361Z | [ recovery-image] Oct 18 22:49:53.547 INFO O| Oct 18 22:49:53.547 INFO STEP 36 (remove_files) COMPLETE |
3987 | 2024-10-18T22:49:54.365Z | [ recovery-image] Oct 18 22:49:53.547 INFO O| Oct 18 22:49:53.547 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3988 | 2024-10-18T22:49:54.370Z | [ recovery-image] Oct 18 22:49:53.556 INFO O| Oct 18 22:49:53.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3989 | 2024-10-18T22:49:54.370Z | [ recovery-image] Oct 18 22:49:53.557 INFO O| Oct 18 22:49:53.557 INFO STEP 37 (remove_files) COMPLETE |
3990 | 2024-10-18T22:49:54.372Z | [ recovery-image] Oct 18 22:49:53.557 INFO O| Oct 18 22:49:53.557 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3991 | 2024-10-18T22:49:54.379Z | [ recovery-image] Oct 18 22:49:53.566 INFO O| Oct 18 22:49:53.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3992 | 2024-10-18T22:49:54.382Z | [ recovery-image] Oct 18 22:49:53.566 INFO O| Oct 18 22:49:53.566 INFO STEP 38 (remove_files) COMPLETE |
3993 | 2024-10-18T22:49:54.382Z | [ recovery-image] Oct 18 22:49:53.566 INFO O| Oct 18 22:49:53.566 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3994 | 2024-10-18T22:49:54.389Z | [ recovery-image] Oct 18 22:49:53.575 INFO O| Oct 18 22:49:53.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3995 | 2024-10-18T22:49:54.389Z | [ recovery-image] Oct 18 22:49:53.575 INFO O| Oct 18 22:49:53.575 INFO STEP 39 (remove_files) COMPLETE |
3996 | 2024-10-18T22:49:54.391Z | [ recovery-image] Oct 18 22:49:53.575 INFO O| Oct 18 22:49:53.575 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3997 | 2024-10-18T22:49:54.399Z | [ recovery-image] Oct 18 22:49:53.585 INFO O| Oct 18 22:49:53.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3998 | 2024-10-18T22:49:54.399Z | [ recovery-image] Oct 18 22:49:53.585 INFO O| Oct 18 22:49:53.585 INFO STEP 40 (remove_files) COMPLETE |
3999 | 2024-10-18T22:49:54.401Z | [ recovery-image] Oct 18 22:49:53.585 INFO O| Oct 18 22:49:53.585 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4000 | 2024-10-18T22:49:54.408Z | [ recovery-image] Oct 18 22:49:53.594 INFO O| Oct 18 22:49:53.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4001 | 2024-10-18T22:49:54.411Z | [ recovery-image] Oct 18 22:49:53.594 INFO O| Oct 18 22:49:53.594 INFO STEP 41 (remove_files) COMPLETE |
4002 | 2024-10-18T22:49:54.411Z | [ recovery-image] Oct 18 22:49:53.595 INFO O| Oct 18 22:49:53.594 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4003 | 2024-10-18T22:49:54.418Z | [ recovery-image] Oct 18 22:49:53.604 INFO O| Oct 18 22:49:53.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4004 | 2024-10-18T22:49:54.418Z | [ recovery-image] Oct 18 22:49:53.604 INFO O| Oct 18 22:49:53.604 INFO STEP 42 (remove_files) COMPLETE |
4005 | 2024-10-18T22:49:54.420Z | [ recovery-image] Oct 18 22:49:53.604 INFO O| Oct 18 22:49:53.604 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4006 | 2024-10-18T22:49:54.427Z | [ recovery-image] Oct 18 22:49:53.614 INFO O| Oct 18 22:49:53.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4007 | 2024-10-18T22:49:54.427Z | [ recovery-image] Oct 18 22:49:53.614 INFO O| Oct 18 22:49:53.614 INFO STEP 43 (remove_files) COMPLETE |
4008 | 2024-10-18T22:49:54.430Z | [ recovery-image] Oct 18 22:49:53.614 INFO O| Oct 18 22:49:53.614 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4009 | 2024-10-18T22:49:54.437Z | [ recovery-image] Oct 18 22:49:53.623 INFO O| Oct 18 22:49:53.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4010 | 2024-10-18T22:49:54.437Z | [ recovery-image] Oct 18 22:49:53.624 INFO O| Oct 18 22:49:53.623 INFO STEP 44 (remove_files) COMPLETE |
4011 | 2024-10-18T22:49:54.439Z | [ recovery-image] Oct 18 22:49:53.624 INFO O| Oct 18 22:49:53.623 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4012 | 2024-10-18T22:49:54.444Z | [ host-image] Oct 18 22:49:53.630 INFO O| Oct 18 22:49:53.630 INFO O| Done |
4013 | 2024-10-18T22:49:54.447Z | [ recovery-image] Oct 18 22:49:53.633 INFO O| Oct 18 22:49:53.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4014 | 2024-10-18T22:49:54.447Z | [ recovery-image] Oct 18 22:49:53.633 INFO O| Oct 18 22:49:53.633 INFO STEP 45 (remove_files) COMPLETE |
4015 | 2024-10-18T22:49:54.450Z | [ recovery-image] Oct 18 22:49:53.633 INFO O| Oct 18 22:49:53.633 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4016 | 2024-10-18T22:49:54.456Z | [ recovery-image] Oct 18 22:49:53.643 INFO O| Oct 18 22:49:53.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4017 | 2024-10-18T22:49:54.456Z | [ recovery-image] Oct 18 22:49:53.643 INFO O| Oct 18 22:49:53.643 INFO STEP 46 (remove_files) COMPLETE |
4018 | 2024-10-18T22:49:54.459Z | [ recovery-image] Oct 18 22:49:53.643 INFO O| Oct 18 22:49:53.643 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4019 | 2024-10-18T22:49:54.466Z | [ recovery-image] Oct 18 22:49:53.652 INFO O| Oct 18 22:49:53.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4020 | 2024-10-18T22:49:54.466Z | [ recovery-image] Oct 18 22:49:53.652 INFO O| Oct 18 22:49:53.652 INFO STEP 47 (remove_files) COMPLETE |
4021 | 2024-10-18T22:49:54.466Z | [ recovery-image] Oct 18 22:49:53.653 INFO O| Oct 18 22:49:53.652 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4022 | 2024-10-18T22:49:54.475Z | [ recovery-image] Oct 18 22:49:53.662 INFO O| Oct 18 22:49:53.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4023 | 2024-10-18T22:49:54.475Z | [ recovery-image] Oct 18 22:49:53.662 INFO O| Oct 18 22:49:53.662 INFO STEP 48 (remove_files) COMPLETE |
4024 | 2024-10-18T22:49:54.478Z | [ recovery-image] Oct 18 22:49:53.662 INFO O| Oct 18 22:49:53.662 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4025 | 2024-10-18T22:49:54.485Z | [ recovery-image] Oct 18 22:49:53.671 INFO O| Oct 18 22:49:53.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4026 | 2024-10-18T22:49:54.487Z | [ recovery-image] Oct 18 22:49:53.672 INFO O| Oct 18 22:49:53.672 INFO STEP 49 (remove_files) COMPLETE |
4027 | 2024-10-18T22:49:54.487Z | [ recovery-image] Oct 18 22:49:53.672 INFO O| Oct 18 22:49:53.672 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4028 | 2024-10-18T22:49:54.495Z | [ recovery-image] Oct 18 22:49:53.681 INFO O| Oct 18 22:49:53.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4029 | 2024-10-18T22:49:54.495Z | [ recovery-image] Oct 18 22:49:53.681 INFO O| Oct 18 22:49:53.681 INFO STEP 50 (remove_files) COMPLETE |
4030 | 2024-10-18T22:49:54.497Z | [ recovery-image] Oct 18 22:49:53.681 INFO O| Oct 18 22:49:53.681 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4031 | 2024-10-18T22:49:54.504Z | [ recovery-image] Oct 18 22:49:53.690 INFO O| Oct 18 22:49:53.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4032 | 2024-10-18T22:49:54.504Z | [ recovery-image] Oct 18 22:49:53.690 INFO O| Oct 18 22:49:53.690 INFO STEP 51 (remove_files) COMPLETE |
4033 | 2024-10-18T22:49:54.506Z | [ recovery-image] Oct 18 22:49:53.690 INFO O| Oct 18 22:49:53.690 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4034 | 2024-10-18T22:49:54.513Z | [ recovery-image] Oct 18 22:49:53.700 INFO O| Oct 18 22:49:53.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4035 | 2024-10-18T22:49:54.513Z | [ recovery-image] Oct 18 22:49:53.700 INFO O| Oct 18 22:49:53.700 INFO STEP 52 (remove_files) COMPLETE |
4036 | 2024-10-18T22:49:54.515Z | [ recovery-image] Oct 18 22:49:53.700 INFO O| Oct 18 22:49:53.700 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4037 | 2024-10-18T22:49:54.523Z | [ recovery-image] Oct 18 22:49:53.709 INFO O| Oct 18 22:49:53.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4038 | 2024-10-18T22:49:54.525Z | [ recovery-image] Oct 18 22:49:53.709 INFO O| Oct 18 22:49:53.709 INFO STEP 53 (remove_files) COMPLETE |
4039 | 2024-10-18T22:49:54.525Z | [ recovery-image] Oct 18 22:49:53.709 INFO O| Oct 18 22:49:53.709 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4040 | 2024-10-18T22:49:54.532Z | [ recovery-image] Oct 18 22:49:53.719 INFO O| Oct 18 22:49:53.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4041 | 2024-10-18T22:49:54.535Z | [ recovery-image] Oct 18 22:49:53.719 INFO O| Oct 18 22:49:53.719 INFO STEP 54 (remove_files) COMPLETE |
4042 | 2024-10-18T22:49:54.535Z | [ recovery-image] Oct 18 22:49:53.719 INFO O| Oct 18 22:49:53.719 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4043 | 2024-10-18T22:49:54.542Z | [ recovery-image] Oct 18 22:49:53.729 INFO O| Oct 18 22:49:53.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4044 | 2024-10-18T22:49:54.542Z | [ recovery-image] Oct 18 22:49:53.729 INFO O| Oct 18 22:49:53.729 INFO STEP 55 (remove_files) COMPLETE |
4045 | 2024-10-18T22:49:54.542Z | [ recovery-image] Oct 18 22:49:53.729 INFO O| Oct 18 22:49:53.729 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4046 | 2024-10-18T22:49:54.552Z | [ recovery-image] Oct 18 22:49:53.738 INFO O| Oct 18 22:49:53.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4047 | 2024-10-18T22:49:54.552Z | [ recovery-image] Oct 18 22:49:53.738 INFO O| Oct 18 22:49:53.738 INFO STEP 56 (remove_files) COMPLETE |
4048 | 2024-10-18T22:49:54.554Z | [ recovery-image] Oct 18 22:49:53.738 INFO O| Oct 18 22:49:53.738 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4049 | 2024-10-18T22:49:54.562Z | [ recovery-image] Oct 18 22:49:53.748 INFO O| Oct 18 22:49:53.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4050 | 2024-10-18T22:49:54.562Z | [ recovery-image] Oct 18 22:49:53.748 INFO O| Oct 18 22:49:53.748 INFO STEP 57 (remove_files) COMPLETE |
4051 | 2024-10-18T22:49:54.564Z | [ recovery-image] Oct 18 22:49:53.748 INFO O| Oct 18 22:49:53.748 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4052 | 2024-10-18T22:49:54.573Z | [ recovery-image] Oct 18 22:49:53.759 INFO O| Oct 18 22:49:53.759 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4053 | 2024-10-18T22:49:54.573Z | [ recovery-image] Oct 18 22:49:53.759 INFO O| Oct 18 22:49:53.759 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4054 | 2024-10-18T22:49:54.575Z | [ recovery-image] Oct 18 22:49:53.759 INFO O| Oct 18 22:49:53.759 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4055 | 2024-10-18T22:49:54.575Z | [ recovery-image] Oct 18 22:49:53.760 INFO O| Oct 18 22:49:53.760 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4056 | 2024-10-18T22:49:54.575Z | [ recovery-image] Oct 18 22:49:53.760 INFO O| Oct 18 22:49:53.760 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4057 | 2024-10-18T22:49:54.575Z | [ recovery-image] Oct 18 22:49:53.760 INFO O| Oct 18 22:49:53.760 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4058 | 2024-10-18T22:49:54.575Z | [ recovery-image] Oct 18 22:49:53.760 INFO O| Oct 18 22:49:53.760 INFO ok! |
4059 | 2024-10-18T22:49:54.575Z | [ recovery-image] Oct 18 22:49:53.760 INFO O| Oct 18 22:49:53.760 INFO STEP 58 (ensure_file) COMPLETE |
4060 | 2024-10-18T22:49:54.575Z | [ recovery-image] Oct 18 22:49:53.760 INFO O| Oct 18 22:49:53.760 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4061 | 2024-10-18T22:49:54.583Z | [ recovery-image] Oct 18 22:49:53.770 INFO O| Oct 18 22:49:53.770 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4062 | 2024-10-18T22:49:54.583Z | [ recovery-image] Oct 18 22:49:53.770 INFO O| Oct 18 22:49:53.770 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4063 | 2024-10-18T22:49:54.585Z | [ recovery-image] Oct 18 22:49:53.770 INFO O| Oct 18 22:49:53.770 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4064 | 2024-10-18T22:49:54.585Z | [ recovery-image] Oct 18 22:49:53.770 INFO O| Oct 18 22:49:53.770 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4065 | 2024-10-18T22:49:54.585Z | [ recovery-image] Oct 18 22:49:53.770 INFO O| Oct 18 22:49:53.770 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4066 | 2024-10-18T22:49:54.585Z | [ recovery-image] Oct 18 22:49:53.770 INFO O| Oct 18 22:49:53.770 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4067 | 2024-10-18T22:49:54.585Z | [ recovery-image] Oct 18 22:49:53.770 INFO O| Oct 18 22:49:53.770 INFO ok! |
4068 | 2024-10-18T22:49:54.585Z | [ recovery-image] Oct 18 22:49:53.770 INFO O| Oct 18 22:49:53.770 INFO STEP 59 (ensure_file) COMPLETE |
4069 | 2024-10-18T22:49:54.586Z | [ recovery-image] Oct 18 22:49:53.770 INFO O| Oct 18 22:49:53.770 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4070 | 2024-10-18T22:49:54.593Z | [ recovery-image] Oct 18 22:49:53.779 INFO O| Oct 18 22:49:53.779 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4071 | 2024-10-18T22:49:54.595Z | [ recovery-image] Oct 18 22:49:53.779 INFO O| Oct 18 22:49:53.779 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4072 | 2024-10-18T22:49:54.595Z | [ recovery-image] Oct 18 22:49:53.780 INFO O| Oct 18 22:49:53.779 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4073 | 2024-10-18T22:49:54.595Z | [ recovery-image] Oct 18 22:49:53.780 INFO O| Oct 18 22:49:53.780 INFO ok! |
4074 | 2024-10-18T22:49:54.595Z | [ recovery-image] Oct 18 22:49:53.780 INFO O| Oct 18 22:49:53.780 INFO STEP 60 (ensure_file) COMPLETE |
4075 | 2024-10-18T22:49:54.595Z | [ recovery-image] Oct 18 22:49:53.780 INFO O| Oct 18 22:49:53.780 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4076 | 2024-10-18T22:49:54.603Z | [ recovery-image] Oct 18 22:49:53.789 INFO O| Oct 18 22:49:53.789 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4077 | 2024-10-18T22:49:54.603Z | [ recovery-image] Oct 18 22:49:53.789 INFO O| Oct 18 22:49:53.789 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4078 | 2024-10-18T22:49:54.605Z | [ recovery-image] Oct 18 22:49:53.789 INFO O| Oct 18 22:49:53.789 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4079 | 2024-10-18T22:49:54.605Z | [ recovery-image] Oct 18 22:49:53.789 INFO O| Oct 18 22:49:53.789 INFO ok! |
4080 | 2024-10-18T22:49:54.605Z | [ recovery-image] Oct 18 22:49:53.789 INFO O| Oct 18 22:49:53.789 INFO STEP 61 (ensure_file) COMPLETE |
4081 | 2024-10-18T22:49:54.605Z | [ recovery-image] Oct 18 22:49:53.789 INFO O| Oct 18 22:49:53.789 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4082 | 2024-10-18T22:49:54.612Z | [ recovery-image] Oct 18 22:49:53.799 INFO O| Oct 18 22:49:53.799 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4083 | 2024-10-18T22:49:54.612Z | [ recovery-image] Oct 18 22:49:53.799 INFO O| Oct 18 22:49:53.799 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4084 | 2024-10-18T22:49:54.615Z | [ recovery-image] Oct 18 22:49:53.799 INFO O| Oct 18 22:49:53.799 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4085 | 2024-10-18T22:49:54.615Z | [ recovery-image] Oct 18 22:49:53.799 INFO O| Oct 18 22:49:53.799 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4086 | 2024-10-18T22:49:54.615Z | [ recovery-image] Oct 18 22:49:53.799 INFO O| Oct 18 22:49:53.799 INFO ok! |
4087 | 2024-10-18T22:49:54.615Z | [ recovery-image] Oct 18 22:49:53.799 INFO O| Oct 18 22:49:53.799 INFO STEP 62 (ensure_file) COMPLETE |
4088 | 2024-10-18T22:49:54.615Z | [ recovery-image] Oct 18 22:49:53.799 INFO O| Oct 18 22:49:53.799 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4089 | 2024-10-18T22:49:54.622Z | [ recovery-image] Oct 18 22:49:53.809 INFO O| Oct 18 22:49:53.809 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4090 | 2024-10-18T22:49:54.622Z | [ recovery-image] Oct 18 22:49:53.809 INFO O| Oct 18 22:49:53.809 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4091 | 2024-10-18T22:49:54.625Z | [ recovery-image] Oct 18 22:49:53.809 INFO O| Oct 18 22:49:53.809 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4092 | 2024-10-18T22:49:54.625Z | [ recovery-image] Oct 18 22:49:53.809 INFO O| Oct 18 22:49:53.809 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4093 | 2024-10-18T22:49:54.625Z | [ recovery-image] Oct 18 22:49:53.809 INFO O| Oct 18 22:49:53.809 INFO ok! |
4094 | 2024-10-18T22:49:54.625Z | [ recovery-image] Oct 18 22:49:53.809 INFO O| Oct 18 22:49:53.809 INFO STEP 63 (ensure_file) COMPLETE |
4095 | 2024-10-18T22:49:54.625Z | [ recovery-image] Oct 18 22:49:53.809 INFO O| Oct 18 22:49:53.809 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4096 | 2024-10-18T22:49:54.632Z | [ recovery-image] Oct 18 22:49:53.819 INFO O| Oct 18 22:49:53.818 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4097 | 2024-10-18T22:49:54.632Z | [ recovery-image] Oct 18 22:49:53.819 INFO O| Oct 18 22:49:53.818 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4098 | 2024-10-18T22:49:54.634Z | [ recovery-image] Oct 18 22:49:53.819 INFO O| Oct 18 22:49:53.819 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4099 | 2024-10-18T22:49:54.634Z | [ recovery-image] Oct 18 22:49:53.819 INFO O| Oct 18 22:49:53.819 INFO ok! |
4100 | 2024-10-18T22:49:54.634Z | [ recovery-image] Oct 18 22:49:53.819 INFO O| Oct 18 22:49:53.819 INFO STEP 64 (assemble_files) COMPLETE |
4101 | 2024-10-18T22:49:54.634Z | [ recovery-image] Oct 18 22:49:53.819 INFO O| Oct 18 22:49:53.819 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4102 | 2024-10-18T22:49:54.642Z | [ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4103 | 2024-10-18T22:49:54.642Z | [ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4104 | 2024-10-18T22:49:54.644Z | [ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4105 | 2024-10-18T22:49:54.644Z | [ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4106 | 2024-10-18T22:49:54.644Z | [ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO ok! |
4107 | 2024-10-18T22:49:54.644Z | [ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO STEP 65 (ensure_file) COMPLETE |
4108 | 2024-10-18T22:49:54.644Z | [ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4109 | 2024-10-18T22:49:54.644Z | [ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO skip step because feature "omicron1" is not enabled |
4110 | 2024-10-18T22:49:54.644Z | [ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4111 | 2024-10-18T22:49:54.644Z | [ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO skip step because feature "omicron1" is not enabled |
4112 | 2024-10-18T22:49:54.644Z | [ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4113 | 2024-10-18T22:49:54.644Z | [ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO skip step because feature "omicron1" is not enabled |
4114 | 2024-10-18T22:49:54.644Z | [ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4115 | 2024-10-18T22:49:54.656Z | [ recovery-image] Oct 18 22:49:53.843 INFO O| Oct 18 22:49:53.843 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4116 | 2024-10-18T22:49:54.656Z | [ recovery-image] Oct 18 22:49:53.843 INFO O| Oct 18 22:49:53.843 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4117 | 2024-10-18T22:49:54.922Z | [ host-image] Oct 18 22:49:54.109 INFO O| Oct 18 22:49:54.108 INFO O| Done |
4118 | 2024-10-18T22:49:55.227Z | [ host-image] Oct 18 22:49:54.413 INFO O| Oct 18 22:49:54.413 INFO STEP 11 (pkg_install) COMPLETE |
4119 | 2024-10-18T22:49:55.227Z | [ host-image] Oct 18 22:49:54.413 INFO O| Oct 18 22:49:54.413 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4120 | 2024-10-18T22:49:55.238Z | [ host-image] Oct 18 22:49:54.424 INFO O| Oct 18 22:49:54.424 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
4121 | 2024-10-18T22:49:55.705Z | [ host-image] Oct 18 22:49:54.891 INFO O| Oct 18 22:49:54.891 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4122 | 2024-10-18T22:49:56.288Z | [ recovery-image] Oct 18 22:49:55.472 INFO O| Oct 18 22:49:55.472 INFO STEP 69 (pack_tar) COMPLETE |
4123 | 2024-10-18T22:49:56.288Z | [ recovery-image] Oct 18 22:49:55.472 INFO O| Oct 18 22:49:55.472 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4124 | 2024-10-18T22:49:56.288Z | [ recovery-image] Oct 18 22:49:55.472 INFO O| Oct 18 22:49:55.472 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4125 | 2024-10-18T22:49:56.709Z | [ recovery-image] Oct 18 22:49:55.895 INFO O| Oct 18 22:49:55.895 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4126 | 2024-10-18T22:49:56.822Z | [ recovery-image] Oct 18 22:49:56.007 INFO O| Oct 18 22:49:56.007 INFO completed processing gimlet/ramdisk-02-trim |
4127 | 2024-10-18T22:49:56.824Z | [ recovery-image] Oct 18 22:49:56.009 INFO image builder template: ramdisk-03-recovery-trim... |
4128 | 2024-10-18T22:49:56.824Z | [ recovery-image] Oct 18 22:49:56.009 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/.tmpcbuUZ4/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.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None |
4129 | 2024-10-18T22:49:56.970Z | [ recovery-image] Oct 18 22:49:56.118 INFO O| Oct 18 22:49:56.118 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4130 | 2024-10-18T22:49:56.972Z | [ recovery-image] Oct 18 22:49:56.123 INFO O| Oct 18 22:49:56.123 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4131 | 2024-10-18T22:49:57.036Z | [ recovery-image] Oct 18 22:49:56.222 INFO O| Oct 18 22:49:56.222 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4132 | 2024-10-18T22:49:57.091Z | [ recovery-image] Oct 18 22:49:56.277 INFO O| Oct 18 22:49:56.277 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4133 | 2024-10-18T22:49:57.095Z | [ recovery-image] Oct 18 22:49:56.277 INFO O| Oct 18 22:49:56.277 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4134 | 2024-10-18T22:49:57.101Z | [ recovery-image] Oct 18 22:49:56.286 INFO O| Oct 18 22:49:56.286 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4135 | 2024-10-18T22:49:57.104Z | [ recovery-image] Oct 18 22:49:56.291 INFO O| Oct 18 22:49:56.291 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4136 | 2024-10-18T22:49:57.109Z | [ recovery-image] Oct 18 22:49:56.296 INFO O| Oct 18 22:49:56.296 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4137 | 2024-10-18T22:49:57.310Z | [ recovery-image] Oct 18 22:49:56.496 INFO O| Oct 18 22:49:56.496 INFO rolled back to input snapshot; work may begin |
4138 | 2024-10-18T22:49:57.310Z | [ recovery-image] Oct 18 22:49:56.496 INFO O| Oct 18 22:49:56.496 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4139 | 2024-10-18T22:49:57.316Z | [ recovery-image] Oct 18 22:49:56.502 INFO O| Oct 18 22:49:56.502 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4140 | 2024-10-18T22:49:57.326Z | [ recovery-image] Oct 18 22:49:56.513 INFO O| Oct 18 22:49:56.512 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4141 | 2024-10-18T22:49:57.329Z | [ recovery-image] Oct 18 22:49:56.516 INFO O| Oct 18 22:49:56.515 INFO STEP 0 (remove_files) COMPLETE |
4142 | 2024-10-18T22:49:57.331Z | [ recovery-image] Oct 18 22:49:56.516 INFO O| Oct 18 22:49:56.515 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4143 | 2024-10-18T22:49:57.339Z | [ recovery-image] Oct 18 22:49:56.525 INFO O| Oct 18 22:49:56.525 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4144 | 2024-10-18T22:49:57.392Z | [ recovery-image] Oct 18 22:49:56.578 INFO O| Oct 18 22:49:56.578 INFO STEP 1 (remove_files) COMPLETE |
4145 | 2024-10-18T22:49:57.392Z | [ recovery-image] Oct 18 22:49:56.578 INFO O| Oct 18 22:49:56.578 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4146 | 2024-10-18T22:49:57.406Z | [ recovery-image] Oct 18 22:49:56.592 INFO O| Oct 18 22:49:56.592 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4147 | 2024-10-18T22:49:57.408Z | [ recovery-image] Oct 18 22:49:56.594 INFO O| Oct 18 22:49:56.594 INFO STEP 2 (remove_files) COMPLETE |
4148 | 2024-10-18T22:49:57.408Z | [ recovery-image] Oct 18 22:49:56.594 INFO O| Oct 18 22:49:56.594 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4149 | 2024-10-18T22:49:57.422Z | [ recovery-image] Oct 18 22:49:56.608 INFO O| Oct 18 22:49:56.608 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4150 | 2024-10-18T22:49:57.483Z | [ recovery-image] Oct 18 22:49:56.669 INFO O| Oct 18 22:49:56.668 INFO STEP 3 (remove_files) COMPLETE |
4151 | 2024-10-18T22:49:57.483Z | [ recovery-image] Oct 18 22:49:56.669 INFO O| Oct 18 22:49:56.669 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4152 | 2024-10-18T22:49:57.497Z | [ recovery-image] Oct 18 22:49:56.683 INFO O| Oct 18 22:49:56.683 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4153 | 2024-10-18T22:49:57.508Z | [ recovery-image] Oct 18 22:49:56.695 INFO O| Oct 18 22:49:56.695 INFO STEP 4 (remove_files) COMPLETE |
4154 | 2024-10-18T22:49:57.509Z | [ recovery-image] Oct 18 22:49:56.695 INFO O| Oct 18 22:49:56.695 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4155 | 2024-10-18T22:49:57.520Z | [ recovery-image] Oct 18 22:49:56.706 INFO O| Oct 18 22:49:56.706 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4156 | 2024-10-18T22:49:57.522Z | [ recovery-image] Oct 18 22:49:56.709 INFO O| Oct 18 22:49:56.709 INFO STEP 5 (remove_files) COMPLETE |
4157 | 2024-10-18T22:49:57.525Z | [ recovery-image] Oct 18 22:49:56.709 INFO O| Oct 18 22:49:56.709 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4158 | 2024-10-18T22:49:57.533Z | [ recovery-image] Oct 18 22:49:56.719 INFO O| Oct 18 22:49:56.719 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4159 | 2024-10-18T22:49:57.535Z | [ recovery-image] Oct 18 22:49:56.721 INFO O| Oct 18 22:49:56.721 INFO STEP 6 (remove_files) COMPLETE |
4160 | 2024-10-18T22:49:57.535Z | [ recovery-image] Oct 18 22:49:56.721 INFO O| Oct 18 22:49:56.721 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4161 | 2024-10-18T22:49:57.544Z | [ recovery-image] Oct 18 22:49:56.731 INFO O| Oct 18 22:49:56.730 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4162 | 2024-10-18T22:49:57.547Z | [ recovery-image] Oct 18 22:49:56.732 INFO O| Oct 18 22:49:56.732 INFO STEP 7 (remove_files) COMPLETE |
4163 | 2024-10-18T22:49:57.547Z | [ recovery-image] Oct 18 22:49:56.732 INFO O| Oct 18 22:49:56.732 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4164 | 2024-10-18T22:49:57.556Z | [ recovery-image] Oct 18 22:49:56.742 INFO O| Oct 18 22:49:56.742 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4165 | 2024-10-18T22:49:57.559Z | [ recovery-image] Oct 18 22:49:56.745 INFO O| Oct 18 22:49:56.745 INFO STEP 8 (remove_files) COMPLETE |
4166 | 2024-10-18T22:49:57.559Z | [ recovery-image] Oct 18 22:49:56.745 INFO O| Oct 18 22:49:56.745 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4167 | 2024-10-18T22:49:57.569Z | [ recovery-image] Oct 18 22:49:56.755 INFO O| Oct 18 22:49:56.755 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4168 | 2024-10-18T22:49:57.571Z | [ recovery-image] Oct 18 22:49:56.756 INFO O| Oct 18 22:49:56.755 INFO STEP 9 (remove_files) COMPLETE |
4169 | 2024-10-18T22:49:57.571Z | [ recovery-image] Oct 18 22:49:56.756 INFO O| Oct 18 22:49:56.756 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4170 | 2024-10-18T22:49:57.579Z | [ recovery-image] Oct 18 22:49:56.765 INFO O| Oct 18 22:49:56.765 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4171 | 2024-10-18T22:49:57.581Z | [ recovery-image] Oct 18 22:49:56.766 INFO O| Oct 18 22:49:56.766 INFO STEP 10 (remove_files) COMPLETE |
4172 | 2024-10-18T22:49:57.581Z | [ recovery-image] Oct 18 22:49:56.766 INFO O| Oct 18 22:49:56.766 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4173 | 2024-10-18T22:49:57.589Z | [ recovery-image] Oct 18 22:49:56.776 INFO O| Oct 18 22:49:56.776 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4174 | 2024-10-18T22:49:57.636Z | [ recovery-image] Oct 18 22:49:56.822 INFO O| Oct 18 22:49:56.822 INFO STEP 11 (remove_files) COMPLETE |
4175 | 2024-10-18T22:49:57.636Z | [ recovery-image] Oct 18 22:49:56.822 INFO O| Oct 18 22:49:56.822 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4176 | 2024-10-18T22:49:57.649Z | [ recovery-image] Oct 18 22:49:56.835 INFO O| Oct 18 22:49:56.835 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4177 | 2024-10-18T22:49:57.651Z | [ recovery-image] Oct 18 22:49:56.837 INFO O| Oct 18 22:49:56.837 INFO STEP 12 (remove_files) COMPLETE |
4178 | 2024-10-18T22:49:57.651Z | [ recovery-image] Oct 18 22:49:56.837 INFO O| Oct 18 22:49:56.837 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4179 | 2024-10-18T22:49:57.662Z | [ recovery-image] Oct 18 22:49:56.849 INFO O| Oct 18 22:49:56.849 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4180 | 2024-10-18T22:49:57.665Z | [ recovery-image] Oct 18 22:49:56.851 INFO O| Oct 18 22:49:56.851 INFO STEP 13 (remove_files) COMPLETE |
4181 | 2024-10-18T22:49:57.665Z | [ recovery-image] Oct 18 22:49:56.851 INFO O| Oct 18 22:49:56.851 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4182 | 2024-10-18T22:49:57.677Z | [ recovery-image] Oct 18 22:49:56.863 INFO O| Oct 18 22:49:56.863 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4183 | 2024-10-18T22:49:57.679Z | [ recovery-image] Oct 18 22:49:56.863 INFO O| Oct 18 22:49:56.863 INFO STEP 14 (remove_files) COMPLETE |
4184 | 2024-10-18T22:49:57.679Z | [ recovery-image] Oct 18 22:49:56.863 INFO O| Oct 18 22:49:56.863 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4185 | 2024-10-18T22:49:57.688Z | [ recovery-image] Oct 18 22:49:56.874 INFO O| Oct 18 22:49:56.874 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4186 | 2024-10-18T22:49:57.690Z | [ recovery-image] Oct 18 22:49:56.874 INFO O| Oct 18 22:49:56.874 INFO STEP 15 (remove_files) COMPLETE |
4187 | 2024-10-18T22:49:57.690Z | [ recovery-image] Oct 18 22:49:56.874 INFO O| Oct 18 22:49:56.874 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4188 | 2024-10-18T22:49:57.698Z | [ recovery-image] Oct 18 22:49:56.885 INFO O| Oct 18 22:49:56.885 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4189 | 2024-10-18T22:49:57.705Z | [ recovery-image] Oct 18 22:49:56.891 INFO O| Oct 18 22:49:56.891 INFO STEP 16 (remove_files) COMPLETE |
4190 | 2024-10-18T22:49:57.705Z | [ recovery-image] Oct 18 22:49:56.891 INFO O| Oct 18 22:49:56.891 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4191 | 2024-10-18T22:49:57.718Z | [ recovery-image] Oct 18 22:49:56.905 INFO O| Oct 18 22:49:56.904 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4192 | 2024-10-18T22:49:57.721Z | [ recovery-image] Oct 18 22:49:56.905 INFO O| Oct 18 22:49:56.905 INFO STEP 17 (remove_files) COMPLETE |
4193 | 2024-10-18T22:49:57.721Z | [ recovery-image] Oct 18 22:49:56.905 INFO O| Oct 18 22:49:56.905 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4194 | 2024-10-18T22:49:57.729Z | [ recovery-image] Oct 18 22:49:56.915 INFO O| Oct 18 22:49:56.915 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4195 | 2024-10-18T22:49:57.731Z | [ recovery-image] Oct 18 22:49:56.915 INFO O| Oct 18 22:49:56.915 INFO STEP 18 (remove_files) COMPLETE |
4196 | 2024-10-18T22:49:57.731Z | [ recovery-image] Oct 18 22:49:56.915 INFO O| Oct 18 22:49:56.915 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4197 | 2024-10-18T22:49:57.739Z | [ recovery-image] Oct 18 22:49:56.925 INFO O| Oct 18 22:49:56.925 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4198 | 2024-10-18T22:49:57.777Z | [ recovery-image] Oct 18 22:49:56.963 INFO O| Oct 18 22:49:56.963 INFO STEP 19 (remove_files) COMPLETE |
4199 | 2024-10-18T22:49:57.777Z | [ recovery-image] Oct 18 22:49:56.963 INFO O| Oct 18 22:49:56.963 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4200 | 2024-10-18T22:49:57.790Z | [ recovery-image] Oct 18 22:49:56.974 INFO O| Oct 18 22:49:56.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4201 | 2024-10-18T22:49:57.793Z | [ recovery-image] Oct 18 22:49:56.975 INFO O| Oct 18 22:49:56.975 INFO STEP 20 (remove_files) COMPLETE |
4202 | 2024-10-18T22:49:57.793Z | [ recovery-image] Oct 18 22:49:56.975 INFO O| Oct 18 22:49:56.975 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4203 | 2024-10-18T22:49:57.798Z | [ recovery-image] Oct 18 22:49:56.984 INFO O| Oct 18 22:49:56.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4204 | 2024-10-18T22:49:57.800Z | [ recovery-image] Oct 18 22:49:56.985 INFO O| Oct 18 22:49:56.985 INFO STEP 21 (remove_files) COMPLETE |
4205 | 2024-10-18T22:49:57.800Z | [ recovery-image] Oct 18 22:49:56.985 INFO O| Oct 18 22:49:56.985 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4206 | 2024-10-18T22:49:57.808Z | [ recovery-image] Oct 18 22:49:56.994 INFO O| Oct 18 22:49:56.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4207 | 2024-10-18T22:49:57.810Z | [ recovery-image] Oct 18 22:49:56.995 INFO O| Oct 18 22:49:56.995 INFO STEP 22 (remove_files) COMPLETE |
4208 | 2024-10-18T22:49:57.811Z | [ recovery-image] Oct 18 22:49:56.995 INFO O| Oct 18 22:49:56.995 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4209 | 2024-10-18T22:49:57.819Z | [ recovery-image] Oct 18 22:49:57.005 INFO O| Oct 18 22:49:57.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4210 | 2024-10-18T22:49:57.821Z | [ recovery-image] Oct 18 22:49:57.006 INFO O| Oct 18 22:49:57.006 INFO STEP 23 (remove_files) COMPLETE |
4211 | 2024-10-18T22:49:57.821Z | [ recovery-image] Oct 18 22:49:57.006 INFO O| Oct 18 22:49:57.006 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4212 | 2024-10-18T22:49:57.830Z | [ recovery-image] Oct 18 22:49:57.016 INFO O| Oct 18 22:49:57.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4213 | 2024-10-18T22:49:57.832Z | [ recovery-image] Oct 18 22:49:57.016 INFO O| Oct 18 22:49:57.016 INFO STEP 24 (remove_files) COMPLETE |
4214 | 2024-10-18T22:49:57.832Z | [ recovery-image] Oct 18 22:49:57.016 INFO O| Oct 18 22:49:57.016 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4215 | 2024-10-18T22:49:57.840Z | [ recovery-image] Oct 18 22:49:57.026 INFO O| Oct 18 22:49:57.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4216 | 2024-10-18T22:49:57.842Z | [ recovery-image] Oct 18 22:49:57.026 INFO O| Oct 18 22:49:57.026 INFO STEP 25 (remove_files) COMPLETE |
4217 | 2024-10-18T22:49:57.842Z | [ recovery-image] Oct 18 22:49:57.026 INFO O| Oct 18 22:49:57.026 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4218 | 2024-10-18T22:49:57.850Z | [ recovery-image] Oct 18 22:49:57.036 INFO O| Oct 18 22:49:57.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4219 | 2024-10-18T22:49:57.852Z | [ recovery-image] Oct 18 22:49:57.036 INFO O| Oct 18 22:49:57.036 INFO STEP 26 (remove_files) COMPLETE |
4220 | 2024-10-18T22:49:57.852Z | [ recovery-image] Oct 18 22:49:57.036 INFO O| Oct 18 22:49:57.036 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4221 | 2024-10-18T22:49:57.859Z | [ recovery-image] Oct 18 22:49:57.046 INFO O| Oct 18 22:49:57.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4222 | 2024-10-18T22:49:57.862Z | [ recovery-image] Oct 18 22:49:57.046 INFO O| Oct 18 22:49:57.046 INFO STEP 27 (remove_files) COMPLETE |
4223 | 2024-10-18T22:49:57.862Z | [ recovery-image] Oct 18 22:49:57.046 INFO O| Oct 18 22:49:57.046 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4224 | 2024-10-18T22:49:57.869Z | [ recovery-image] Oct 18 22:49:57.056 INFO O| Oct 18 22:49:57.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4225 | 2024-10-18T22:49:57.871Z | [ recovery-image] Oct 18 22:49:57.056 INFO O| Oct 18 22:49:57.056 INFO STEP 28 (remove_files) COMPLETE |
4226 | 2024-10-18T22:49:57.871Z | [ recovery-image] Oct 18 22:49:57.056 INFO O| Oct 18 22:49:57.056 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4227 | 2024-10-18T22:49:57.880Z | [ recovery-image] Oct 18 22:49:57.066 INFO O| Oct 18 22:49:57.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4228 | 2024-10-18T22:49:57.880Z | [ recovery-image] Oct 18 22:49:57.066 INFO O| Oct 18 22:49:57.066 INFO STEP 29 (remove_files) COMPLETE |
4229 | 2024-10-18T22:49:57.882Z | [ recovery-image] Oct 18 22:49:57.066 INFO O| Oct 18 22:49:57.066 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4230 | 2024-10-18T22:49:57.890Z | [ recovery-image] Oct 18 22:49:57.076 INFO O| Oct 18 22:49:57.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4231 | 2024-10-18T22:49:57.892Z | [ recovery-image] Oct 18 22:49:57.076 INFO O| Oct 18 22:49:57.076 INFO STEP 30 (remove_files) COMPLETE |
4232 | 2024-10-18T22:49:57.892Z | [ recovery-image] Oct 18 22:49:57.076 INFO O| Oct 18 22:49:57.076 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4233 | 2024-10-18T22:49:57.899Z | [ recovery-image] Oct 18 22:49:57.085 INFO O| Oct 18 22:49:57.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4234 | 2024-10-18T22:49:57.899Z | [ recovery-image] Oct 18 22:49:57.085 INFO O| Oct 18 22:49:57.085 INFO STEP 31 (remove_files) COMPLETE |
4235 | 2024-10-18T22:49:57.902Z | [ recovery-image] Oct 18 22:49:57.085 INFO O| Oct 18 22:49:57.085 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4236 | 2024-10-18T22:49:57.909Z | [ recovery-image] Oct 18 22:49:57.095 INFO O| Oct 18 22:49:57.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4237 | 2024-10-18T22:49:57.909Z | [ recovery-image] Oct 18 22:49:57.095 INFO O| Oct 18 22:49:57.095 INFO STEP 32 (remove_files) COMPLETE |
4238 | 2024-10-18T22:49:57.911Z | [ recovery-image] Oct 18 22:49:57.095 INFO O| Oct 18 22:49:57.095 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4239 | 2024-10-18T22:49:57.918Z | [ recovery-image] Oct 18 22:49:57.104 INFO O| Oct 18 22:49:57.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4240 | 2024-10-18T22:49:57.918Z | [ recovery-image] Oct 18 22:49:57.105 INFO O| Oct 18 22:49:57.104 INFO STEP 33 (remove_files) COMPLETE |
4241 | 2024-10-18T22:49:57.920Z | [ recovery-image] Oct 18 22:49:57.105 INFO O| Oct 18 22:49:57.104 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4242 | 2024-10-18T22:49:57.928Z | [ recovery-image] Oct 18 22:49:57.114 INFO O| Oct 18 22:49:57.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4243 | 2024-10-18T22:49:57.928Z | [ recovery-image] Oct 18 22:49:57.114 INFO O| Oct 18 22:49:57.114 INFO STEP 34 (remove_files) COMPLETE |
4244 | 2024-10-18T22:49:57.930Z | [ recovery-image] Oct 18 22:49:57.114 INFO O| Oct 18 22:49:57.114 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4245 | 2024-10-18T22:49:57.937Z | [ recovery-image] Oct 18 22:49:57.123 INFO O| Oct 18 22:49:57.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4246 | 2024-10-18T22:49:57.937Z | [ recovery-image] Oct 18 22:49:57.123 INFO O| Oct 18 22:49:57.123 INFO STEP 35 (remove_files) COMPLETE |
4247 | 2024-10-18T22:49:57.939Z | [ recovery-image] Oct 18 22:49:57.123 INFO O| Oct 18 22:49:57.123 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4248 | 2024-10-18T22:49:57.947Z | [ recovery-image] Oct 18 22:49:57.133 INFO O| Oct 18 22:49:57.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4249 | 2024-10-18T22:49:57.949Z | [ recovery-image] Oct 18 22:49:57.133 INFO O| Oct 18 22:49:57.133 INFO STEP 36 (remove_files) COMPLETE |
4250 | 2024-10-18T22:49:57.949Z | [ recovery-image] Oct 18 22:49:57.133 INFO O| Oct 18 22:49:57.133 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4251 | 2024-10-18T22:49:57.956Z | [ recovery-image] Oct 18 22:49:57.142 INFO O| Oct 18 22:49:57.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4252 | 2024-10-18T22:49:57.956Z | [ recovery-image] Oct 18 22:49:57.143 INFO O| Oct 18 22:49:57.143 INFO STEP 37 (remove_files) COMPLETE |
4253 | 2024-10-18T22:49:57.959Z | [ recovery-image] Oct 18 22:49:57.143 INFO O| Oct 18 22:49:57.143 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4254 | 2024-10-18T22:49:57.966Z | [ recovery-image] Oct 18 22:49:57.152 INFO O| Oct 18 22:49:57.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4255 | 2024-10-18T22:49:57.966Z | [ recovery-image] Oct 18 22:49:57.152 INFO O| Oct 18 22:49:57.152 INFO STEP 38 (remove_files) COMPLETE |
4256 | 2024-10-18T22:49:57.966Z | [ recovery-image] Oct 18 22:49:57.152 INFO O| Oct 18 22:49:57.152 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4257 | 2024-10-18T22:49:57.976Z | [ recovery-image] Oct 18 22:49:57.162 INFO O| Oct 18 22:49:57.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4258 | 2024-10-18T22:49:57.976Z | [ recovery-image] Oct 18 22:49:57.162 INFO O| Oct 18 22:49:57.162 INFO STEP 39 (remove_files) COMPLETE |
4259 | 2024-10-18T22:49:57.976Z | [ recovery-image] Oct 18 22:49:57.162 INFO O| Oct 18 22:49:57.162 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4260 | 2024-10-18T22:49:57.986Z | [ recovery-image] Oct 18 22:49:57.172 INFO O| Oct 18 22:49:57.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4261 | 2024-10-18T22:49:57.986Z | [ recovery-image] Oct 18 22:49:57.172 INFO O| Oct 18 22:49:57.172 INFO STEP 40 (remove_files) COMPLETE |
4262 | 2024-10-18T22:49:57.988Z | [ recovery-image] Oct 18 22:49:57.172 INFO O| Oct 18 22:49:57.172 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4263 | 2024-10-18T22:49:57.995Z | [ recovery-image] Oct 18 22:49:57.181 INFO O| Oct 18 22:49:57.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4264 | 2024-10-18T22:49:57.995Z | [ recovery-image] Oct 18 22:49:57.181 INFO O| Oct 18 22:49:57.181 INFO STEP 41 (remove_files) COMPLETE |
4265 | 2024-10-18T22:49:57.997Z | [ recovery-image] Oct 18 22:49:57.181 INFO O| Oct 18 22:49:57.181 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4266 | 2024-10-18T22:49:58.005Z | [ recovery-image] Oct 18 22:49:57.191 INFO O| Oct 18 22:49:57.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4267 | 2024-10-18T22:49:58.005Z | [ recovery-image] Oct 18 22:49:57.191 INFO O| Oct 18 22:49:57.191 INFO STEP 42 (remove_files) COMPLETE |
4268 | 2024-10-18T22:49:58.007Z | [ recovery-image] Oct 18 22:49:57.191 INFO O| Oct 18 22:49:57.191 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4269 | 2024-10-18T22:49:58.014Z | [ recovery-image] Oct 18 22:49:57.201 INFO O| Oct 18 22:49:57.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4270 | 2024-10-18T22:49:58.017Z | [ recovery-image] Oct 18 22:49:57.201 INFO O| Oct 18 22:49:57.201 INFO STEP 43 (remove_files) COMPLETE |
4271 | 2024-10-18T22:49:58.017Z | [ recovery-image] Oct 18 22:49:57.201 INFO O| Oct 18 22:49:57.201 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4272 | 2024-10-18T22:49:58.024Z | [ host-image] Oct 18 22:49:57.210 INFO O| Oct 18 22:49:57.210 INFO O| Planning: Solver setup ... Done |
4273 | 2024-10-18T22:49:58.026Z | [ recovery-image] Oct 18 22:49:57.211 INFO O| Oct 18 22:49:57.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4274 | 2024-10-18T22:49:58.026Z | [ recovery-image] Oct 18 22:49:57.212 INFO O| Oct 18 22:49:57.212 INFO STEP 44 (remove_files) COMPLETE |
4275 | 2024-10-18T22:49:58.026Z | [ recovery-image] Oct 18 22:49:57.212 INFO O| Oct 18 22:49:57.212 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4276 | 2024-10-18T22:49:58.028Z | [ host-image] Oct 18 22:49:57.214 INFO O| Oct 18 22:49:57.214 INFO O| Planning: Running solver ... Done |
4277 | 2024-10-18T22:49:58.036Z | [ recovery-image] Oct 18 22:49:57.222 INFO O| Oct 18 22:49:57.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4278 | 2024-10-18T22:49:58.036Z | [ recovery-image] Oct 18 22:49:57.222 INFO O| Oct 18 22:49:57.222 INFO STEP 45 (remove_files) COMPLETE |
4279 | 2024-10-18T22:49:58.039Z | [ recovery-image] Oct 18 22:49:57.222 INFO O| Oct 18 22:49:57.222 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4280 | 2024-10-18T22:49:58.046Z | [ recovery-image] Oct 18 22:49:57.232 INFO O| Oct 18 22:49:57.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4281 | 2024-10-18T22:49:58.046Z | [ recovery-image] Oct 18 22:49:57.232 INFO O| Oct 18 22:49:57.232 INFO STEP 46 (remove_files) COMPLETE |
4282 | 2024-10-18T22:49:58.046Z | [ recovery-image] Oct 18 22:49:57.232 INFO O| Oct 18 22:49:57.232 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4283 | 2024-10-18T22:49:58.056Z | [ recovery-image] Oct 18 22:49:57.242 INFO O| Oct 18 22:49:57.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4284 | 2024-10-18T22:49:58.056Z | [ recovery-image] Oct 18 22:49:57.242 INFO O| Oct 18 22:49:57.242 INFO STEP 47 (remove_files) COMPLETE |
4285 | 2024-10-18T22:49:58.058Z | [ recovery-image] Oct 18 22:49:57.242 INFO O| Oct 18 22:49:57.242 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4286 | 2024-10-18T22:49:58.065Z | [ recovery-image] Oct 18 22:49:57.252 INFO O| Oct 18 22:49:57.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4287 | 2024-10-18T22:49:58.066Z | [ recovery-image] Oct 18 22:49:57.252 INFO O| Oct 18 22:49:57.252 INFO STEP 48 (remove_files) COMPLETE |
4288 | 2024-10-18T22:49:58.068Z | [ recovery-image] Oct 18 22:49:57.252 INFO O| Oct 18 22:49:57.252 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4289 | 2024-10-18T22:49:58.075Z | [ recovery-image] Oct 18 22:49:57.261 INFO O| Oct 18 22:49:57.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4290 | 2024-10-18T22:49:58.075Z | [ recovery-image] Oct 18 22:49:57.262 INFO O| Oct 18 22:49:57.261 INFO STEP 49 (remove_files) COMPLETE |
4291 | 2024-10-18T22:49:58.078Z | [ recovery-image] Oct 18 22:49:57.262 INFO O| Oct 18 22:49:57.262 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4292 | 2024-10-18T22:49:58.082Z | [ host-image] Oct 18 22:49:57.268 INFO O| Oct 18 22:49:57.268 INFO O| Planning: Finding local manifests ... Done |
4293 | 2024-10-18T22:49:58.084Z | [ host-image] Oct 18 22:49:57.269 INFO O| Oct 18 22:49:57.269 INFO O| Planning: Fetching manifests: 0/4 0% complete |
4294 | 2024-10-18T22:49:58.086Z | [ recovery-image] Oct 18 22:49:57.271 INFO O| Oct 18 22:49:57.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4295 | 2024-10-18T22:49:58.086Z | [ recovery-image] Oct 18 22:49:57.271 INFO O| Oct 18 22:49:57.271 INFO STEP 50 (remove_files) COMPLETE |
4296 | 2024-10-18T22:49:58.087Z | [ recovery-image] Oct 18 22:49:57.271 INFO O| Oct 18 22:49:57.271 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4297 | 2024-10-18T22:49:58.094Z | [ recovery-image] Oct 18 22:49:57.281 INFO O| Oct 18 22:49:57.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4298 | 2024-10-18T22:49:58.094Z | [ recovery-image] Oct 18 22:49:57.281 INFO O| Oct 18 22:49:57.281 INFO STEP 51 (remove_files) COMPLETE |
4299 | 2024-10-18T22:49:58.097Z | [ recovery-image] Oct 18 22:49:57.281 INFO O| Oct 18 22:49:57.281 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4300 | 2024-10-18T22:49:58.104Z | [ recovery-image] Oct 18 22:49:57.290 INFO O| Oct 18 22:49:57.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4301 | 2024-10-18T22:49:58.106Z | [ recovery-image] Oct 18 22:49:57.290 INFO O| Oct 18 22:49:57.290 INFO STEP 52 (remove_files) COMPLETE |
4302 | 2024-10-18T22:49:58.106Z | [ recovery-image] Oct 18 22:49:57.290 INFO O| Oct 18 22:49:57.290 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4303 | 2024-10-18T22:49:58.114Z | [ recovery-image] Oct 18 22:49:57.300 INFO O| Oct 18 22:49:57.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4304 | 2024-10-18T22:49:58.116Z | [ recovery-image] Oct 18 22:49:57.300 INFO O| Oct 18 22:49:57.300 INFO STEP 53 (remove_files) COMPLETE |
4305 | 2024-10-18T22:49:58.116Z | [ recovery-image] Oct 18 22:49:57.300 INFO O| Oct 18 22:49:57.300 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4306 | 2024-10-18T22:49:58.123Z | [ recovery-image] Oct 18 22:49:57.310 INFO O| Oct 18 22:49:57.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4307 | 2024-10-18T22:49:58.123Z | [ recovery-image] Oct 18 22:49:57.310 INFO O| Oct 18 22:49:57.310 INFO STEP 54 (remove_files) COMPLETE |
4308 | 2024-10-18T22:49:58.123Z | [ recovery-image] Oct 18 22:49:57.310 INFO O| Oct 18 22:49:57.310 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4309 | 2024-10-18T22:49:58.133Z | [ recovery-image] Oct 18 22:49:57.319 INFO O| Oct 18 22:49:57.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4310 | 2024-10-18T22:49:58.133Z | [ recovery-image] Oct 18 22:49:57.320 INFO O| Oct 18 22:49:57.319 INFO STEP 55 (remove_files) COMPLETE |
4311 | 2024-10-18T22:49:58.135Z | [ recovery-image] Oct 18 22:49:57.320 INFO O| Oct 18 22:49:57.320 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4312 | 2024-10-18T22:49:58.143Z | [ recovery-image] Oct 18 22:49:57.329 INFO O| Oct 18 22:49:57.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4313 | 2024-10-18T22:49:58.143Z | [ recovery-image] Oct 18 22:49:57.329 INFO O| Oct 18 22:49:57.329 INFO STEP 56 (remove_files) COMPLETE |
4314 | 2024-10-18T22:49:58.145Z | [ recovery-image] Oct 18 22:49:57.329 INFO O| Oct 18 22:49:57.329 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4315 | 2024-10-18T22:49:58.153Z | [ recovery-image] Oct 18 22:49:57.339 INFO O| Oct 18 22:49:57.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4316 | 2024-10-18T22:49:58.155Z | [ recovery-image] Oct 18 22:49:57.339 INFO O| Oct 18 22:49:57.339 INFO STEP 57 (remove_files) COMPLETE |
4317 | 2024-10-18T22:49:58.155Z | [ recovery-image] Oct 18 22:49:57.339 INFO O| Oct 18 22:49:57.339 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4318 | 2024-10-18T22:49:58.163Z | [ recovery-image] Oct 18 22:49:57.349 INFO O| Oct 18 22:49:57.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4319 | 2024-10-18T22:49:58.163Z | [ recovery-image] Oct 18 22:49:57.349 INFO O| Oct 18 22:49:57.349 INFO STEP 58 (remove_files) COMPLETE |
4320 | 2024-10-18T22:49:58.163Z | [ recovery-image] Oct 18 22:49:57.349 INFO O| Oct 18 22:49:57.349 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4321 | 2024-10-18T22:49:58.173Z | [ recovery-image] Oct 18 22:49:57.359 INFO O| Oct 18 22:49:57.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4322 | 2024-10-18T22:49:58.175Z | [ recovery-image] Oct 18 22:49:57.359 INFO O| Oct 18 22:49:57.359 INFO STEP 59 (remove_files) COMPLETE |
4323 | 2024-10-18T22:49:58.175Z | [ recovery-image] Oct 18 22:49:57.359 INFO O| Oct 18 22:49:57.359 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4324 | 2024-10-18T22:49:58.183Z | [ recovery-image] Oct 18 22:49:57.369 INFO O| Oct 18 22:49:57.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4325 | 2024-10-18T22:49:58.183Z | [ recovery-image] Oct 18 22:49:57.369 INFO O| Oct 18 22:49:57.369 INFO STEP 60 (remove_files) COMPLETE |
4326 | 2024-10-18T22:49:58.185Z | [ recovery-image] Oct 18 22:49:57.369 INFO O| Oct 18 22:49:57.369 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4327 | 2024-10-18T22:49:58.192Z | [ recovery-image] Oct 18 22:49:57.378 INFO O| Oct 18 22:49:57.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4328 | 2024-10-18T22:49:58.194Z | [ recovery-image] Oct 18 22:49:57.378 INFO O| Oct 18 22:49:57.378 INFO STEP 61 (remove_files) COMPLETE |
4329 | 2024-10-18T22:49:58.194Z | [ recovery-image] Oct 18 22:49:57.378 INFO O| Oct 18 22:49:57.378 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4330 | 2024-10-18T22:49:58.198Z | [ host-image] Oct 18 22:49:57.384 INFO O| Oct 18 22:49:57.384 INFO O| Planning: Fetching manifests: 4/4 100% complete |
4331 | 2024-10-18T22:49:58.202Z | [ recovery-image] Oct 18 22:49:57.388 INFO O| Oct 18 22:49:57.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4332 | 2024-10-18T22:49:58.202Z | [ recovery-image] Oct 18 22:49:57.388 INFO O| Oct 18 22:49:57.388 INFO STEP 62 (remove_files) COMPLETE |
4333 | 2024-10-18T22:49:58.202Z | [ recovery-image] Oct 18 22:49:57.388 INFO O| Oct 18 22:49:57.388 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4334 | 2024-10-18T22:49:58.212Z | [ recovery-image] Oct 18 22:49:57.398 INFO O| Oct 18 22:49:57.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4335 | 2024-10-18T22:49:58.212Z | [ recovery-image] Oct 18 22:49:57.398 INFO O| Oct 18 22:49:57.398 INFO STEP 63 (remove_files) COMPLETE |
4336 | 2024-10-18T22:49:58.214Z | [ recovery-image] Oct 18 22:49:57.398 INFO O| Oct 18 22:49:57.398 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4337 | 2024-10-18T22:49:58.220Z | [ host-image] Oct 18 22:49:57.406 INFO O| Oct 18 22:49:57.406 INFO O| Planning: Package planning ... Done |
4338 | 2024-10-18T22:49:58.222Z | [ recovery-image] Oct 18 22:49:57.408 INFO O| Oct 18 22:49:57.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4339 | 2024-10-18T22:49:58.222Z | [ recovery-image] Oct 18 22:49:57.408 INFO O| Oct 18 22:49:57.408 INFO STEP 64 (remove_files) COMPLETE |
4340 | 2024-10-18T22:49:58.222Z | [ recovery-image] Oct 18 22:49:57.408 INFO O| Oct 18 22:49:57.408 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4341 | 2024-10-18T22:49:58.225Z | [ host-image] Oct 18 22:49:57.410 INFO O| Oct 18 22:49:57.409 INFO O| Planning: Merging actions ... Done |
4342 | 2024-10-18T22:49:58.231Z | [ recovery-image] Oct 18 22:49:57.417 INFO O| Oct 18 22:49:57.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4343 | 2024-10-18T22:49:58.231Z | [ recovery-image] Oct 18 22:49:57.417 INFO O| Oct 18 22:49:57.417 INFO STEP 65 (remove_files) COMPLETE |
4344 | 2024-10-18T22:49:58.231Z | [ recovery-image] Oct 18 22:49:57.417 INFO O| Oct 18 22:49:57.417 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4345 | 2024-10-18T22:49:58.241Z | [ recovery-image] Oct 18 22:49:57.427 INFO O| Oct 18 22:49:57.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4346 | 2024-10-18T22:49:58.241Z | [ recovery-image] Oct 18 22:49:57.427 INFO O| Oct 18 22:49:57.427 INFO STEP 66 (remove_files) COMPLETE |
4347 | 2024-10-18T22:49:58.241Z | [ recovery-image] Oct 18 22:49:57.427 INFO O| Oct 18 22:49:57.427 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4348 | 2024-10-18T22:49:58.251Z | [ recovery-image] Oct 18 22:49:57.437 INFO O| Oct 18 22:49:57.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4349 | 2024-10-18T22:49:58.251Z | [ recovery-image] Oct 18 22:49:57.437 INFO O| Oct 18 22:49:57.437 INFO STEP 67 (remove_files) COMPLETE |
4350 | 2024-10-18T22:49:58.255Z | [ recovery-image] Oct 18 22:49:57.437 INFO O| Oct 18 22:49:57.437 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4351 | 2024-10-18T22:49:58.261Z | [ recovery-image] Oct 18 22:49:57.447 INFO O| Oct 18 22:49:57.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4352 | 2024-10-18T22:49:58.263Z | [ recovery-image] Oct 18 22:49:57.447 INFO O| Oct 18 22:49:57.447 INFO STEP 68 (remove_files) COMPLETE |
4353 | 2024-10-18T22:49:58.263Z | [ recovery-image] Oct 18 22:49:57.447 INFO O| Oct 18 22:49:57.447 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4354 | 2024-10-18T22:49:58.271Z | [ recovery-image] Oct 18 22:49:57.457 INFO O| Oct 18 22:49:57.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4355 | 2024-10-18T22:49:58.271Z | [ recovery-image] Oct 18 22:49:57.457 INFO O| Oct 18 22:49:57.457 INFO STEP 69 (remove_files) COMPLETE |
4356 | 2024-10-18T22:49:58.271Z | [ recovery-image] Oct 18 22:49:57.457 INFO O| Oct 18 22:49:57.457 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4357 | 2024-10-18T22:49:58.281Z | [ recovery-image] Oct 18 22:49:57.467 INFO O| Oct 18 22:49:57.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4358 | 2024-10-18T22:49:58.281Z | [ recovery-image] Oct 18 22:49:57.467 INFO O| Oct 18 22:49:57.467 INFO STEP 70 (remove_files) COMPLETE |
4359 | 2024-10-18T22:49:58.281Z | [ recovery-image] Oct 18 22:49:57.467 INFO O| Oct 18 22:49:57.467 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4360 | 2024-10-18T22:49:58.290Z | [ recovery-image] Oct 18 22:49:57.477 INFO O| Oct 18 22:49:57.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4361 | 2024-10-18T22:49:58.290Z | [ recovery-image] Oct 18 22:49:57.477 INFO O| Oct 18 22:49:57.477 INFO STEP 71 (remove_files) COMPLETE |
4362 | 2024-10-18T22:49:58.290Z | [ recovery-image] Oct 18 22:49:57.477 INFO O| Oct 18 22:49:57.477 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4363 | 2024-10-18T22:49:58.300Z | [ recovery-image] Oct 18 22:49:57.486 INFO O| Oct 18 22:49:57.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4364 | 2024-10-18T22:49:58.302Z | [ recovery-image] Oct 18 22:49:57.487 INFO O| Oct 18 22:49:57.487 INFO STEP 72 (remove_files) COMPLETE |
4365 | 2024-10-18T22:49:58.302Z | [ recovery-image] Oct 18 22:49:57.487 INFO O| Oct 18 22:49:57.487 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4366 | 2024-10-18T22:49:58.302Z | [ host-image] Oct 18 22:49:57.489 INFO O| Oct 18 22:49:57.489 INFO O| Planning: Checking for conflicting actions ... Done |
4367 | 2024-10-18T22:49:58.304Z | [ host-image] Oct 18 22:49:57.490 INFO O| Oct 18 22:49:57.490 INFO O| Planning: Consolidating action changes ... Done |
4368 | 2024-10-18T22:49:58.310Z | [ recovery-image] Oct 18 22:49:57.496 INFO O| Oct 18 22:49:57.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4369 | 2024-10-18T22:49:58.310Z | [ recovery-image] Oct 18 22:49:57.496 INFO O| Oct 18 22:49:57.496 INFO STEP 73 (remove_files) COMPLETE |
4370 | 2024-10-18T22:49:58.313Z | [ recovery-image] Oct 18 22:49:57.497 INFO O| Oct 18 22:49:57.496 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4371 | 2024-10-18T22:49:58.320Z | [ recovery-image] Oct 18 22:49:57.506 INFO O| Oct 18 22:49:57.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4372 | 2024-10-18T22:49:58.320Z | [ recovery-image] Oct 18 22:49:57.506 INFO O| Oct 18 22:49:57.506 INFO STEP 74 (remove_files) COMPLETE |
4373 | 2024-10-18T22:49:58.322Z | [ recovery-image] Oct 18 22:49:57.506 INFO O| Oct 18 22:49:57.506 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4374 | 2024-10-18T22:49:58.330Z | [ recovery-image] Oct 18 22:49:57.516 INFO O| Oct 18 22:49:57.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4375 | 2024-10-18T22:49:58.330Z | [ recovery-image] Oct 18 22:49:57.516 INFO O| Oct 18 22:49:57.516 INFO STEP 75 (remove_files) COMPLETE |
4376 | 2024-10-18T22:49:58.332Z | [ recovery-image] Oct 18 22:49:57.516 INFO O| Oct 18 22:49:57.516 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4377 | 2024-10-18T22:49:58.340Z | [ recovery-image] Oct 18 22:49:57.526 INFO O| Oct 18 22:49:57.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4378 | 2024-10-18T22:49:58.340Z | [ recovery-image] Oct 18 22:49:57.526 INFO O| Oct 18 22:49:57.526 INFO STEP 76 (remove_files) COMPLETE |
4379 | 2024-10-18T22:49:58.340Z | [ recovery-image] Oct 18 22:49:57.526 INFO O| Oct 18 22:49:57.526 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4380 | 2024-10-18T22:49:58.350Z | [ recovery-image] Oct 18 22:49:57.536 INFO O| Oct 18 22:49:57.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4381 | 2024-10-18T22:49:58.352Z | [ recovery-image] Oct 18 22:49:57.536 INFO O| Oct 18 22:49:57.536 INFO STEP 77 (remove_files) COMPLETE |
4382 | 2024-10-18T22:49:58.352Z | [ recovery-image] Oct 18 22:49:57.536 INFO O| Oct 18 22:49:57.536 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4383 | 2024-10-18T22:49:58.359Z | [ recovery-image] Oct 18 22:49:57.545 INFO O| Oct 18 22:49:57.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4384 | 2024-10-18T22:49:58.361Z | [ recovery-image] Oct 18 22:49:57.545 INFO O| Oct 18 22:49:57.545 INFO STEP 78 (remove_files) COMPLETE |
4385 | 2024-10-18T22:49:58.362Z | [ recovery-image] Oct 18 22:49:57.545 INFO O| Oct 18 22:49:57.545 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4386 | 2024-10-18T22:49:58.369Z | [ recovery-image] Oct 18 22:49:57.555 INFO O| Oct 18 22:49:57.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4387 | 2024-10-18T22:49:58.369Z | [ recovery-image] Oct 18 22:49:57.555 INFO O| Oct 18 22:49:57.555 INFO STEP 79 (remove_files) COMPLETE |
4388 | 2024-10-18T22:49:58.369Z | [ recovery-image] Oct 18 22:49:57.555 INFO O| Oct 18 22:49:57.555 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4389 | 2024-10-18T22:49:58.378Z | [ recovery-image] Oct 18 22:49:57.565 INFO O| Oct 18 22:49:57.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4390 | 2024-10-18T22:49:58.379Z | [ recovery-image] Oct 18 22:49:57.565 INFO O| Oct 18 22:49:57.565 INFO STEP 80 (remove_files) COMPLETE |
4391 | 2024-10-18T22:49:58.379Z | [ recovery-image] Oct 18 22:49:57.565 INFO O| Oct 18 22:49:57.565 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4392 | 2024-10-18T22:49:58.388Z | [ recovery-image] Oct 18 22:49:57.574 INFO O| Oct 18 22:49:57.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4393 | 2024-10-18T22:49:58.388Z | [ recovery-image] Oct 18 22:49:57.574 INFO O| Oct 18 22:49:57.574 INFO STEP 81 (remove_files) COMPLETE |
4394 | 2024-10-18T22:49:58.388Z | [ recovery-image] Oct 18 22:49:57.574 INFO O| Oct 18 22:49:57.574 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4395 | 2024-10-18T22:49:58.398Z | [ recovery-image] Oct 18 22:49:57.584 INFO O| Oct 18 22:49:57.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4396 | 2024-10-18T22:49:58.398Z | [ recovery-image] Oct 18 22:49:57.584 INFO O| Oct 18 22:49:57.584 INFO STEP 82 (remove_files) COMPLETE |
4397 | 2024-10-18T22:49:58.400Z | [ recovery-image] Oct 18 22:49:57.584 INFO O| Oct 18 22:49:57.584 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4398 | 2024-10-18T22:49:58.408Z | [ recovery-image] Oct 18 22:49:57.594 INFO O| Oct 18 22:49:57.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4399 | 2024-10-18T22:49:58.408Z | [ recovery-image] Oct 18 22:49:57.594 INFO O| Oct 18 22:49:57.594 INFO STEP 83 (remove_files) COMPLETE |
4400 | 2024-10-18T22:49:58.410Z | [ recovery-image] Oct 18 22:49:57.594 INFO O| Oct 18 22:49:57.594 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4401 | 2024-10-18T22:49:58.417Z | [ recovery-image] Oct 18 22:49:57.603 INFO O| Oct 18 22:49:57.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4402 | 2024-10-18T22:49:58.417Z | [ recovery-image] Oct 18 22:49:57.603 INFO O| Oct 18 22:49:57.603 INFO STEP 84 (remove_files) COMPLETE |
4403 | 2024-10-18T22:49:58.417Z | [ recovery-image] Oct 18 22:49:57.604 INFO O| Oct 18 22:49:57.603 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4404 | 2024-10-18T22:49:58.427Z | [ recovery-image] Oct 18 22:49:57.613 INFO O| Oct 18 22:49:57.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4405 | 2024-10-18T22:49:58.427Z | [ recovery-image] Oct 18 22:49:57.613 INFO O| Oct 18 22:49:57.613 INFO STEP 85 (remove_files) COMPLETE |
4406 | 2024-10-18T22:49:58.429Z | [ recovery-image] Oct 18 22:49:57.613 INFO O| Oct 18 22:49:57.613 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4407 | 2024-10-18T22:49:58.436Z | [ recovery-image] Oct 18 22:49:57.623 INFO O| Oct 18 22:49:57.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4408 | 2024-10-18T22:49:58.439Z | [ recovery-image] Oct 18 22:49:57.623 INFO O| Oct 18 22:49:57.623 INFO STEP 86 (remove_files) COMPLETE |
4409 | 2024-10-18T22:49:58.439Z | [ recovery-image] Oct 18 22:49:57.623 INFO O| Oct 18 22:49:57.623 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4410 | 2024-10-18T22:49:58.446Z | [ recovery-image] Oct 18 22:49:57.632 INFO O| Oct 18 22:49:57.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4411 | 2024-10-18T22:49:58.446Z | [ recovery-image] Oct 18 22:49:57.632 INFO O| Oct 18 22:49:57.632 INFO STEP 87 (remove_files) COMPLETE |
4412 | 2024-10-18T22:49:58.448Z | [ recovery-image] Oct 18 22:49:57.632 INFO O| Oct 18 22:49:57.632 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4413 | 2024-10-18T22:49:58.456Z | [ recovery-image] Oct 18 22:49:57.642 INFO O| Oct 18 22:49:57.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4414 | 2024-10-18T22:49:58.456Z | [ recovery-image] Oct 18 22:49:57.642 INFO O| Oct 18 22:49:57.642 INFO STEP 88 (remove_files) COMPLETE |
4415 | 2024-10-18T22:49:58.458Z | [ recovery-image] Oct 18 22:49:57.642 INFO O| Oct 18 22:49:57.642 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4416 | 2024-10-18T22:49:58.465Z | [ recovery-image] Oct 18 22:49:57.651 INFO O| Oct 18 22:49:57.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4417 | 2024-10-18T22:49:58.465Z | [ recovery-image] Oct 18 22:49:57.652 INFO O| Oct 18 22:49:57.652 INFO STEP 89 (remove_files) COMPLETE |
4418 | 2024-10-18T22:49:58.468Z | [ recovery-image] Oct 18 22:49:57.652 INFO O| Oct 18 22:49:57.652 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4419 | 2024-10-18T22:49:58.475Z | [ recovery-image] Oct 18 22:49:57.661 INFO O| Oct 18 22:49:57.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4420 | 2024-10-18T22:49:58.475Z | [ recovery-image] Oct 18 22:49:57.661 INFO O| Oct 18 22:49:57.661 INFO STEP 90 (remove_files) COMPLETE |
4421 | 2024-10-18T22:49:58.477Z | [ recovery-image] Oct 18 22:49:57.661 INFO O| Oct 18 22:49:57.661 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4422 | 2024-10-18T22:49:58.481Z | [ host-image] Oct 18 22:49:57.668 INFO O| Oct 18 22:49:57.668 INFO O| Planning: Evaluating mediators ... Done |
4423 | 2024-10-18T22:49:58.483Z | [ host-image] Oct 18 22:49:57.669 INFO O| Oct 18 22:49:57.669 INFO O| Planning: Planning completed in 2.78 seconds |
4424 | 2024-10-18T22:49:58.486Z | [ host-image] Oct 18 22:49:57.671 INFO O| Oct 18 22:49:57.670 INFO O| Packages to install: 4 |
4425 | 2024-10-18T22:49:58.486Z | [ host-image] Oct 18 22:49:57.671 INFO O| Oct 18 22:49:57.671 INFO O| Services to change: 2 |
4426 | 2024-10-18T22:49:58.486Z | [ recovery-image] Oct 18 22:49:57.671 INFO O| Oct 18 22:49:57.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4427 | 2024-10-18T22:49:58.486Z | [ recovery-image] Oct 18 22:49:57.671 INFO O| Oct 18 22:49:57.671 INFO STEP 91 (remove_files) COMPLETE |
4428 | 2024-10-18T22:49:58.486Z | [ recovery-image] Oct 18 22:49:57.671 INFO O| Oct 18 22:49:57.671 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4429 | 2024-10-18T22:49:58.495Z | [ recovery-image] Oct 18 22:49:57.681 INFO O| Oct 18 22:49:57.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4430 | 2024-10-18T22:49:58.495Z | [ recovery-image] Oct 18 22:49:57.681 INFO O| Oct 18 22:49:57.681 INFO STEP 92 (remove_files) COMPLETE |
4431 | 2024-10-18T22:49:58.495Z | [ recovery-image] Oct 18 22:49:57.681 INFO O| Oct 18 22:49:57.681 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4432 | 2024-10-18T22:49:58.498Z | [ host-image] Oct 18 22:49:57.682 INFO O| Oct 18 22:49:57.682 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
4433 | 2024-10-18T22:49:58.506Z | [ recovery-image] Oct 18 22:49:57.692 INFO O| Oct 18 22:49:57.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4434 | 2024-10-18T22:49:58.506Z | [ recovery-image] Oct 18 22:49:57.692 INFO O| Oct 18 22:49:57.692 INFO STEP 93 (remove_files) COMPLETE |
4435 | 2024-10-18T22:49:58.508Z | [ recovery-image] Oct 18 22:49:57.692 INFO O| Oct 18 22:49:57.692 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4436 | 2024-10-18T22:49:58.516Z | [ recovery-image] Oct 18 22:49:57.702 INFO O| Oct 18 22:49:57.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4437 | 2024-10-18T22:49:58.518Z | [ recovery-image] Oct 18 22:49:57.703 INFO O| Oct 18 22:49:57.702 INFO STEP 94 (remove_files) COMPLETE |
4438 | 2024-10-18T22:49:58.518Z | [ recovery-image] Oct 18 22:49:57.703 INFO O| Oct 18 22:49:57.703 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4439 | 2024-10-18T22:49:58.526Z | [ recovery-image] Oct 18 22:49:57.713 INFO O| Oct 18 22:49:57.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4440 | 2024-10-18T22:49:58.526Z | [ recovery-image] Oct 18 22:49:57.713 INFO O| Oct 18 22:49:57.713 INFO STEP 95 (remove_files) COMPLETE |
4441 | 2024-10-18T22:49:58.529Z | [ recovery-image] Oct 18 22:49:57.713 INFO O| Oct 18 22:49:57.713 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4442 | 2024-10-18T22:49:58.536Z | [ recovery-image] Oct 18 22:49:57.723 INFO O| Oct 18 22:49:57.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4443 | 2024-10-18T22:49:58.536Z | [ recovery-image] Oct 18 22:49:57.723 INFO O| Oct 18 22:49:57.723 INFO STEP 96 (remove_files) COMPLETE |
4444 | 2024-10-18T22:49:58.539Z | [ recovery-image] Oct 18 22:49:57.723 INFO O| Oct 18 22:49:57.723 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4445 | 2024-10-18T22:49:58.546Z | [ recovery-image] Oct 18 22:49:57.732 INFO O| Oct 18 22:49:57.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4446 | 2024-10-18T22:49:58.546Z | [ recovery-image] Oct 18 22:49:57.732 INFO O| Oct 18 22:49:57.732 INFO STEP 97 (remove_files) COMPLETE |
4447 | 2024-10-18T22:49:58.548Z | [ recovery-image] Oct 18 22:49:57.732 INFO O| Oct 18 22:49:57.732 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4448 | 2024-10-18T22:49:58.558Z | [ recovery-image] Oct 18 22:49:57.743 INFO O| Oct 18 22:49:57.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4449 | 2024-10-18T22:49:58.558Z | [ recovery-image] Oct 18 22:49:57.743 INFO O| Oct 18 22:49:57.743 INFO STEP 98 (remove_files) COMPLETE |
4450 | 2024-10-18T22:49:58.558Z | [ recovery-image] Oct 18 22:49:57.743 INFO O| Oct 18 22:49:57.743 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4451 | 2024-10-18T22:49:58.566Z | [ recovery-image] Oct 18 22:49:57.752 INFO O| Oct 18 22:49:57.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4452 | 2024-10-18T22:49:58.566Z | [ recovery-image] Oct 18 22:49:57.753 INFO O| Oct 18 22:49:57.752 INFO STEP 99 (remove_files) COMPLETE |
4453 | 2024-10-18T22:49:58.569Z | [ recovery-image] Oct 18 22:49:57.753 INFO O| Oct 18 22:49:57.753 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4454 | 2024-10-18T22:49:58.576Z | [ recovery-image] Oct 18 22:49:57.762 INFO O| Oct 18 22:49:57.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4455 | 2024-10-18T22:49:58.576Z | [ recovery-image] Oct 18 22:49:57.762 INFO O| Oct 18 22:49:57.762 INFO STEP 100 (remove_files) COMPLETE |
4456 | 2024-10-18T22:49:58.579Z | [ recovery-image] Oct 18 22:49:57.762 INFO O| Oct 18 22:49:57.762 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4457 | 2024-10-18T22:49:58.586Z | [ recovery-image] Oct 18 22:49:57.772 INFO O| Oct 18 22:49:57.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4458 | 2024-10-18T22:49:58.586Z | [ recovery-image] Oct 18 22:49:57.772 INFO O| Oct 18 22:49:57.772 INFO STEP 101 (remove_files) COMPLETE |
4459 | 2024-10-18T22:49:58.586Z | [ recovery-image] Oct 18 22:49:57.772 INFO O| Oct 18 22:49:57.772 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4460 | 2024-10-18T22:49:58.595Z | [ recovery-image] Oct 18 22:49:57.781 INFO O| Oct 18 22:49:57.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4461 | 2024-10-18T22:49:58.597Z | [ recovery-image] Oct 18 22:49:57.781 INFO O| Oct 18 22:49:57.781 INFO STEP 102 (remove_files) COMPLETE |
4462 | 2024-10-18T22:49:58.597Z | [ recovery-image] Oct 18 22:49:57.781 INFO O| Oct 18 22:49:57.781 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4463 | 2024-10-18T22:49:58.605Z | [ recovery-image] Oct 18 22:49:57.792 INFO O| Oct 18 22:49:57.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4464 | 2024-10-18T22:49:58.606Z | [ recovery-image] Oct 18 22:49:57.792 INFO O| Oct 18 22:49:57.792 INFO STEP 103 (remove_files) COMPLETE |
4465 | 2024-10-18T22:49:58.606Z | [ recovery-image] Oct 18 22:49:57.792 INFO O| Oct 18 22:49:57.792 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4466 | 2024-10-18T22:49:58.616Z | [ recovery-image] Oct 18 22:49:57.802 INFO O| Oct 18 22:49:57.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4467 | 2024-10-18T22:49:58.616Z | [ recovery-image] Oct 18 22:49:57.802 INFO O| Oct 18 22:49:57.802 INFO STEP 104 (remove_files) COMPLETE |
4468 | 2024-10-18T22:49:58.618Z | [ recovery-image] Oct 18 22:49:57.802 INFO O| Oct 18 22:49:57.802 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4469 | 2024-10-18T22:49:58.626Z | [ recovery-image] Oct 18 22:49:57.812 INFO O| Oct 18 22:49:57.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4470 | 2024-10-18T22:49:58.626Z | [ recovery-image] Oct 18 22:49:57.812 INFO O| Oct 18 22:49:57.812 INFO STEP 105 (remove_files) COMPLETE |
4471 | 2024-10-18T22:49:58.628Z | [ recovery-image] Oct 18 22:49:57.812 INFO O| Oct 18 22:49:57.812 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4472 | 2024-10-18T22:49:58.636Z | [ recovery-image] Oct 18 22:49:57.822 INFO O| Oct 18 22:49:57.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4473 | 2024-10-18T22:49:58.636Z | [ recovery-image] Oct 18 22:49:57.822 INFO O| Oct 18 22:49:57.822 INFO STEP 106 (remove_files) COMPLETE |
4474 | 2024-10-18T22:49:58.636Z | [ recovery-image] Oct 18 22:49:57.822 INFO O| Oct 18 22:49:57.822 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4475 | 2024-10-18T22:49:58.646Z | [ recovery-image] Oct 18 22:49:57.832 INFO O| Oct 18 22:49:57.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4476 | 2024-10-18T22:49:58.646Z | [ recovery-image] Oct 18 22:49:57.832 INFO O| Oct 18 22:49:57.832 INFO STEP 107 (remove_files) COMPLETE |
4477 | 2024-10-18T22:49:58.646Z | [ recovery-image] Oct 18 22:49:57.832 INFO O| Oct 18 22:49:57.832 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4478 | 2024-10-18T22:49:58.656Z | [ recovery-image] Oct 18 22:49:57.842 INFO O| Oct 18 22:49:57.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4479 | 2024-10-18T22:49:58.656Z | [ recovery-image] Oct 18 22:49:57.842 INFO O| Oct 18 22:49:57.842 INFO STEP 108 (remove_files) COMPLETE |
4480 | 2024-10-18T22:49:58.658Z | [ recovery-image] Oct 18 22:49:57.842 INFO O| Oct 18 22:49:57.842 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4481 | 2024-10-18T22:49:58.666Z | [ recovery-image] Oct 18 22:49:57.852 INFO O| Oct 18 22:49:57.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4482 | 2024-10-18T22:49:58.666Z | [ recovery-image] Oct 18 22:49:57.852 INFO O| Oct 18 22:49:57.852 INFO STEP 109 (remove_files) COMPLETE |
4483 | 2024-10-18T22:49:58.668Z | [ recovery-image] Oct 18 22:49:57.852 INFO O| Oct 18 22:49:57.852 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4484 | 2024-10-18T22:49:58.675Z | [ recovery-image] Oct 18 22:49:57.861 INFO O| Oct 18 22:49:57.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4485 | 2024-10-18T22:49:58.677Z | [ recovery-image] Oct 18 22:49:57.861 INFO O| Oct 18 22:49:57.861 INFO STEP 110 (remove_files) COMPLETE |
4486 | 2024-10-18T22:49:58.678Z | [ recovery-image] Oct 18 22:49:57.861 INFO O| Oct 18 22:49:57.861 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4487 | 2024-10-18T22:49:58.685Z | [ recovery-image] Oct 18 22:49:57.871 INFO O| Oct 18 22:49:57.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4488 | 2024-10-18T22:49:58.685Z | [ recovery-image] Oct 18 22:49:57.871 INFO O| Oct 18 22:49:57.871 INFO STEP 111 (remove_files) COMPLETE |
4489 | 2024-10-18T22:49:58.687Z | [ recovery-image] Oct 18 22:49:57.871 INFO O| Oct 18 22:49:57.871 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4490 | 2024-10-18T22:49:58.695Z | [ recovery-image] Oct 18 22:49:57.881 INFO O| Oct 18 22:49:57.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4491 | 2024-10-18T22:49:58.695Z | [ recovery-image] Oct 18 22:49:57.881 INFO O| Oct 18 22:49:57.881 INFO STEP 112 (remove_files) COMPLETE |
4492 | 2024-10-18T22:49:58.697Z | [ recovery-image] Oct 18 22:49:57.881 INFO O| Oct 18 22:49:57.881 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4493 | 2024-10-18T22:49:58.704Z | [ recovery-image] Oct 18 22:49:57.890 INFO O| Oct 18 22:49:57.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4494 | 2024-10-18T22:49:58.706Z | [ recovery-image] Oct 18 22:49:57.891 INFO O| Oct 18 22:49:57.890 INFO STEP 113 (remove_files) COMPLETE |
4495 | 2024-10-18T22:49:58.706Z | [ recovery-image] Oct 18 22:49:57.891 INFO O| Oct 18 22:49:57.891 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4496 | 2024-10-18T22:49:58.714Z | [ recovery-image] Oct 18 22:49:57.900 INFO O| Oct 18 22:49:57.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4497 | 2024-10-18T22:49:58.714Z | [ recovery-image] Oct 18 22:49:57.900 INFO O| Oct 18 22:49:57.900 INFO STEP 114 (remove_files) COMPLETE |
4498 | 2024-10-18T22:49:58.716Z | [ recovery-image] Oct 18 22:49:57.900 INFO O| Oct 18 22:49:57.900 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4499 | 2024-10-18T22:49:58.723Z | [ recovery-image] Oct 18 22:49:57.910 INFO O| Oct 18 22:49:57.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4500 | 2024-10-18T22:49:58.723Z | [ recovery-image] Oct 18 22:49:57.910 INFO O| Oct 18 22:49:57.910 INFO STEP 115 (remove_files) COMPLETE |
4501 | 2024-10-18T22:49:58.726Z | [ recovery-image] Oct 18 22:49:57.910 INFO O| Oct 18 22:49:57.910 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4502 | 2024-10-18T22:49:58.733Z | [ recovery-image] Oct 18 22:49:57.919 INFO O| Oct 18 22:49:57.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4503 | 2024-10-18T22:49:58.733Z | [ recovery-image] Oct 18 22:49:57.919 INFO O| Oct 18 22:49:57.919 INFO STEP 116 (remove_files) COMPLETE |
4504 | 2024-10-18T22:49:58.733Z | [ recovery-image] Oct 18 22:49:57.919 INFO O| Oct 18 22:49:57.919 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4505 | 2024-10-18T22:49:58.743Z | [ recovery-image] Oct 18 22:49:57.929 INFO O| Oct 18 22:49:57.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4506 | 2024-10-18T22:49:58.745Z | [ recovery-image] Oct 18 22:49:57.929 INFO O| Oct 18 22:49:57.929 INFO STEP 117 (remove_files) COMPLETE |
4507 | 2024-10-18T22:49:58.745Z | [ recovery-image] Oct 18 22:49:57.929 INFO O| Oct 18 22:49:57.929 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4508 | 2024-10-18T22:49:58.753Z | [ recovery-image] Oct 18 22:49:57.939 INFO O| Oct 18 22:49:57.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4509 | 2024-10-18T22:49:58.753Z | [ recovery-image] Oct 18 22:49:57.939 INFO O| Oct 18 22:49:57.939 INFO STEP 118 (remove_files) COMPLETE |
4510 | 2024-10-18T22:49:58.753Z | [ recovery-image] Oct 18 22:49:57.939 INFO O| Oct 18 22:49:57.939 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4511 | 2024-10-18T22:49:58.762Z | [ recovery-image] Oct 18 22:49:57.948 INFO O| Oct 18 22:49:57.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4512 | 2024-10-18T22:49:58.762Z | [ recovery-image] Oct 18 22:49:57.948 INFO O| Oct 18 22:49:57.948 INFO STEP 119 (remove_files) COMPLETE |
4513 | 2024-10-18T22:49:58.764Z | [ recovery-image] Oct 18 22:49:57.948 INFO O| Oct 18 22:49:57.948 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4514 | 2024-10-18T22:49:58.772Z | [ recovery-image] Oct 18 22:49:57.958 INFO O| Oct 18 22:49:57.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4515 | 2024-10-18T22:49:58.774Z | [ recovery-image] Oct 18 22:49:57.958 INFO O| Oct 18 22:49:57.958 INFO STEP 120 (remove_files) COMPLETE |
4516 | 2024-10-18T22:49:58.774Z | [ recovery-image] Oct 18 22:49:57.958 INFO O| Oct 18 22:49:57.958 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4517 | 2024-10-18T22:49:58.781Z | [ recovery-image] Oct 18 22:49:57.967 INFO O| Oct 18 22:49:57.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4518 | 2024-10-18T22:49:58.781Z | [ recovery-image] Oct 18 22:49:57.967 INFO O| Oct 18 22:49:57.967 INFO STEP 121 (remove_files) COMPLETE |
4519 | 2024-10-18T22:49:58.783Z | [ recovery-image] Oct 18 22:49:57.967 INFO O| Oct 18 22:49:57.967 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4520 | 2024-10-18T22:49:58.792Z | [ recovery-image] Oct 18 22:49:57.977 INFO O| Oct 18 22:49:57.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4521 | 2024-10-18T22:49:58.792Z | [ recovery-image] Oct 18 22:49:57.977 INFO O| Oct 18 22:49:57.977 INFO STEP 122 (remove_files) COMPLETE |
4522 | 2024-10-18T22:49:58.794Z | [ recovery-image] Oct 18 22:49:57.977 INFO O| Oct 18 22:49:57.977 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4523 | 2024-10-18T22:49:58.800Z | [ recovery-image] Oct 18 22:49:57.986 INFO O| Oct 18 22:49:57.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4524 | 2024-10-18T22:49:58.800Z | [ recovery-image] Oct 18 22:49:57.986 INFO O| Oct 18 22:49:57.986 INFO STEP 123 (remove_files) COMPLETE |
4525 | 2024-10-18T22:49:58.802Z | [ recovery-image] Oct 18 22:49:57.986 INFO O| Oct 18 22:49:57.986 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4526 | 2024-10-18T22:49:58.810Z | [ recovery-image] Oct 18 22:49:57.996 INFO O| Oct 18 22:49:57.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4527 | 2024-10-18T22:49:58.810Z | [ recovery-image] Oct 18 22:49:57.996 INFO O| Oct 18 22:49:57.996 INFO STEP 124 (remove_files) COMPLETE |
4528 | 2024-10-18T22:49:58.812Z | [ recovery-image] Oct 18 22:49:57.996 INFO O| Oct 18 22:49:57.996 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4529 | 2024-10-18T22:49:58.821Z | [ recovery-image] Oct 18 22:49:58.008 INFO O| Oct 18 22:49:58.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4530 | 2024-10-18T22:49:58.822Z | [ recovery-image] Oct 18 22:49:58.008 INFO O| Oct 18 22:49:58.008 INFO STEP 125 (remove_files) COMPLETE |
4531 | 2024-10-18T22:49:58.824Z | [ recovery-image] Oct 18 22:49:58.008 INFO O| Oct 18 22:49:58.008 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4532 | 2024-10-18T22:49:58.831Z | [ recovery-image] Oct 18 22:49:58.017 INFO O| Oct 18 22:49:58.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4533 | 2024-10-18T22:49:58.831Z | [ recovery-image] Oct 18 22:49:58.017 INFO O| Oct 18 22:49:58.017 INFO STEP 126 (remove_files) COMPLETE |
4534 | 2024-10-18T22:49:58.833Z | [ recovery-image] Oct 18 22:49:58.017 INFO O| Oct 18 22:49:58.017 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4535 | 2024-10-18T22:49:58.840Z | [ recovery-image] Oct 18 22:49:58.026 INFO O| Oct 18 22:49:58.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4536 | 2024-10-18T22:49:58.842Z | [ recovery-image] Oct 18 22:49:58.027 INFO O| Oct 18 22:49:58.026 INFO STEP 127 (remove_files) COMPLETE |
4537 | 2024-10-18T22:49:58.842Z | [ recovery-image] Oct 18 22:49:58.027 INFO O| Oct 18 22:49:58.026 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4538 | 2024-10-18T22:49:58.849Z | [ recovery-image] Oct 18 22:49:58.036 INFO O| Oct 18 22:49:58.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4539 | 2024-10-18T22:49:58.852Z | [ recovery-image] Oct 18 22:49:58.036 INFO O| Oct 18 22:49:58.036 INFO STEP 128 (remove_files) COMPLETE |
4540 | 2024-10-18T22:49:58.852Z | [ recovery-image] Oct 18 22:49:58.036 INFO O| Oct 18 22:49:58.036 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4541 | 2024-10-18T22:49:58.859Z | [ recovery-image] Oct 18 22:49:58.045 INFO O| Oct 18 22:49:58.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4542 | 2024-10-18T22:49:58.861Z | [ recovery-image] Oct 18 22:49:58.045 INFO O| Oct 18 22:49:58.045 INFO STEP 129 (remove_files) COMPLETE |
4543 | 2024-10-18T22:49:58.861Z | [ recovery-image] Oct 18 22:49:58.045 INFO O| Oct 18 22:49:58.045 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4544 | 2024-10-18T22:49:58.868Z | [ recovery-image] Oct 18 22:49:58.055 INFO O| Oct 18 22:49:58.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4545 | 2024-10-18T22:49:58.870Z | [ recovery-image] Oct 18 22:49:58.055 INFO O| Oct 18 22:49:58.055 INFO STEP 130 (remove_files) COMPLETE |
4546 | 2024-10-18T22:49:58.870Z | [ recovery-image] Oct 18 22:49:58.055 INFO O| Oct 18 22:49:58.055 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4547 | 2024-10-18T22:49:58.878Z | [ recovery-image] Oct 18 22:49:58.064 INFO O| Oct 18 22:49:58.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4548 | 2024-10-18T22:49:58.878Z | [ recovery-image] Oct 18 22:49:58.064 INFO O| Oct 18 22:49:58.064 INFO STEP 131 (remove_files) COMPLETE |
4549 | 2024-10-18T22:49:58.880Z | [ recovery-image] Oct 18 22:49:58.064 INFO O| Oct 18 22:49:58.064 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4550 | 2024-10-18T22:49:58.887Z | [ recovery-image] Oct 18 22:49:58.074 INFO O| Oct 18 22:49:58.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4551 | 2024-10-18T22:49:58.887Z | [ recovery-image] Oct 18 22:49:58.074 INFO O| Oct 18 22:49:58.074 INFO STEP 132 (remove_files) COMPLETE |
4552 | 2024-10-18T22:49:58.889Z | [ recovery-image] Oct 18 22:49:58.074 INFO O| Oct 18 22:49:58.074 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4553 | 2024-10-18T22:49:58.897Z | [ recovery-image] Oct 18 22:49:58.083 INFO O| Oct 18 22:49:58.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4554 | 2024-10-18T22:49:58.899Z | [ recovery-image] Oct 18 22:49:58.083 INFO O| Oct 18 22:49:58.083 INFO STEP 133 (remove_files) COMPLETE |
4555 | 2024-10-18T22:49:58.899Z | [ recovery-image] Oct 18 22:49:58.083 INFO O| Oct 18 22:49:58.083 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4556 | 2024-10-18T22:49:58.906Z | [ recovery-image] Oct 18 22:49:58.092 INFO O| Oct 18 22:49:58.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4557 | 2024-10-18T22:49:58.908Z | [ recovery-image] Oct 18 22:49:58.092 INFO O| Oct 18 22:49:58.092 INFO STEP 134 (remove_files) COMPLETE |
4558 | 2024-10-18T22:49:58.908Z | [ recovery-image] Oct 18 22:49:58.092 INFO O| Oct 18 22:49:58.092 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4559 | 2024-10-18T22:49:58.916Z | [ recovery-image] Oct 18 22:49:58.102 INFO O| Oct 18 22:49:58.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4560 | 2024-10-18T22:49:58.918Z | [ recovery-image] Oct 18 22:49:58.102 INFO O| Oct 18 22:49:58.102 INFO STEP 135 (remove_files) COMPLETE |
4561 | 2024-10-18T22:49:58.918Z | [ recovery-image] Oct 18 22:49:58.102 INFO O| Oct 18 22:49:58.102 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4562 | 2024-10-18T22:49:58.925Z | [ recovery-image] Oct 18 22:49:58.111 INFO O| Oct 18 22:49:58.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4563 | 2024-10-18T22:49:58.927Z | [ recovery-image] Oct 18 22:49:58.111 INFO O| Oct 18 22:49:58.111 INFO STEP 136 (remove_files) COMPLETE |
4564 | 2024-10-18T22:49:58.927Z | [ recovery-image] Oct 18 22:49:58.111 INFO O| Oct 18 22:49:58.111 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4565 | 2024-10-18T22:49:58.935Z | [ recovery-image] Oct 18 22:49:58.121 INFO O| Oct 18 22:49:58.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4566 | 2024-10-18T22:49:58.935Z | [ recovery-image] Oct 18 22:49:58.121 INFO O| Oct 18 22:49:58.121 INFO STEP 137 (remove_files) COMPLETE |
4567 | 2024-10-18T22:49:58.937Z | [ recovery-image] Oct 18 22:49:58.121 INFO O| Oct 18 22:49:58.121 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4568 | 2024-10-18T22:49:58.944Z | [ recovery-image] Oct 18 22:49:58.130 INFO O| Oct 18 22:49:58.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4569 | 2024-10-18T22:49:58.944Z | [ recovery-image] Oct 18 22:49:58.130 INFO O| Oct 18 22:49:58.130 INFO STEP 138 (remove_files) COMPLETE |
4570 | 2024-10-18T22:49:58.944Z | [ recovery-image] Oct 18 22:49:58.130 INFO O| Oct 18 22:49:58.130 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4571 | 2024-10-18T22:49:58.954Z | [ recovery-image] Oct 18 22:49:58.140 INFO O| Oct 18 22:49:58.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4572 | 2024-10-18T22:49:58.954Z | [ recovery-image] Oct 18 22:49:58.140 INFO O| Oct 18 22:49:58.140 INFO STEP 139 (remove_files) COMPLETE |
4573 | 2024-10-18T22:49:58.954Z | [ recovery-image] Oct 18 22:49:58.140 INFO O| Oct 18 22:49:58.140 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4574 | 2024-10-18T22:49:58.964Z | [ recovery-image] Oct 18 22:49:58.150 INFO O| Oct 18 22:49:58.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4575 | 2024-10-18T22:49:58.966Z | [ recovery-image] Oct 18 22:49:58.151 INFO O| Oct 18 22:49:58.150 INFO STEP 140 (remove_files) COMPLETE |
4576 | 2024-10-18T22:49:58.966Z | [ recovery-image] Oct 18 22:49:58.151 INFO O| Oct 18 22:49:58.151 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4577 | 2024-10-18T22:49:58.974Z | [ recovery-image] Oct 18 22:49:58.160 INFO O| Oct 18 22:49:58.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4578 | 2024-10-18T22:49:58.974Z | [ recovery-image] Oct 18 22:49:58.160 INFO O| Oct 18 22:49:58.160 INFO STEP 141 (remove_files) COMPLETE |
4579 | 2024-10-18T22:49:58.974Z | [ recovery-image] Oct 18 22:49:58.160 INFO O| Oct 18 22:49:58.160 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4580 | 2024-10-18T22:49:58.983Z | [ recovery-image] Oct 18 22:49:58.169 INFO O| Oct 18 22:49:58.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4581 | 2024-10-18T22:49:58.983Z | [ recovery-image] Oct 18 22:49:58.169 INFO O| Oct 18 22:49:58.169 INFO STEP 142 (remove_files) COMPLETE |
4582 | 2024-10-18T22:49:58.985Z | [ recovery-image] Oct 18 22:49:58.169 INFO O| Oct 18 22:49:58.169 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4583 | 2024-10-18T22:49:58.993Z | [ recovery-image] Oct 18 22:49:58.179 INFO O| Oct 18 22:49:58.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4584 | 2024-10-18T22:49:58.995Z | [ recovery-image] Oct 18 22:49:58.180 INFO O| Oct 18 22:49:58.179 INFO STEP 143 (remove_files) COMPLETE |
4585 | 2024-10-18T22:49:58.995Z | [ recovery-image] Oct 18 22:49:58.180 INFO O| Oct 18 22:49:58.180 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2024-10-18T22:49:59.004Z | [ recovery-image] Oct 18 22:49:58.190 INFO O| Oct 18 22:49:58.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4587 | 2024-10-18T22:49:59.004Z | [ recovery-image] Oct 18 22:49:58.190 INFO O| Oct 18 22:49:58.190 INFO STEP 144 (remove_files) COMPLETE |
4588 | 2024-10-18T22:49:59.006Z | [ recovery-image] Oct 18 22:49:58.190 INFO O| Oct 18 22:49:58.190 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-10-18T22:49:59.014Z | [ recovery-image] Oct 18 22:49:58.200 INFO O| Oct 18 22:49:58.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4590 | 2024-10-18T22:49:59.014Z | [ recovery-image] Oct 18 22:49:58.200 INFO O| Oct 18 22:49:58.200 INFO STEP 145 (remove_files) COMPLETE |
4591 | 2024-10-18T22:49:59.016Z | [ recovery-image] Oct 18 22:49:58.200 INFO O| Oct 18 22:49:58.200 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-10-18T22:49:59.025Z | [ recovery-image] Oct 18 22:49:58.211 INFO O| Oct 18 22:49:58.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4593 | 2024-10-18T22:49:59.025Z | [ recovery-image] Oct 18 22:49:58.211 INFO O| Oct 18 22:49:58.211 INFO STEP 146 (remove_files) COMPLETE |
4594 | 2024-10-18T22:49:59.025Z | [ recovery-image] Oct 18 22:49:58.212 INFO O| Oct 18 22:49:58.211 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4595 | 2024-10-18T22:49:59.037Z | [ recovery-image] Oct 18 22:49:58.223 INFO O| Oct 18 22:49:58.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4596 | 2024-10-18T22:49:59.037Z | [ recovery-image] Oct 18 22:49:58.224 INFO O| Oct 18 22:49:58.223 INFO STEP 147 (remove_files) COMPLETE |
4597 | 2024-10-18T22:49:59.039Z | [ recovery-image] Oct 18 22:49:58.224 INFO O| Oct 18 22:49:58.224 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-10-18T22:49:59.049Z | [ recovery-image] Oct 18 22:49:58.235 INFO O| Oct 18 22:49:58.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4599 | 2024-10-18T22:49:59.049Z | [ recovery-image] Oct 18 22:49:58.236 INFO O| Oct 18 22:49:58.235 INFO STEP 148 (remove_files) COMPLETE |
4600 | 2024-10-18T22:49:59.051Z | [ recovery-image] Oct 18 22:49:58.236 INFO O| Oct 18 22:49:58.236 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-10-18T22:49:59.065Z | [ recovery-image] Oct 18 22:49:58.251 INFO O| Oct 18 22:49:58.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4602 | 2024-10-18T22:49:59.065Z | [ recovery-image] Oct 18 22:49:58.251 INFO O| Oct 18 22:49:58.251 INFO STEP 149 (remove_files) COMPLETE |
4603 | 2024-10-18T22:49:59.067Z | [ recovery-image] Oct 18 22:49:58.251 INFO O| Oct 18 22:49:58.251 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-10-18T22:49:59.080Z | [ recovery-image] Oct 18 22:49:58.266 INFO O| Oct 18 22:49:58.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4605 | 2024-10-18T22:49:59.080Z | [ recovery-image] Oct 18 22:49:58.266 INFO O| Oct 18 22:49:58.266 INFO STEP 150 (remove_files) COMPLETE |
4606 | 2024-10-18T22:49:59.082Z | [ recovery-image] Oct 18 22:49:58.266 INFO O| Oct 18 22:49:58.266 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-10-18T22:49:59.091Z | [ recovery-image] Oct 18 22:49:58.277 INFO O| Oct 18 22:49:58.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4608 | 2024-10-18T22:49:59.091Z | [ recovery-image] Oct 18 22:49:58.277 INFO O| Oct 18 22:49:58.277 INFO STEP 151 (remove_files) COMPLETE |
4609 | 2024-10-18T22:49:59.093Z | [ recovery-image] Oct 18 22:49:58.277 INFO O| Oct 18 22:49:58.277 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-10-18T22:49:59.101Z | [ recovery-image] Oct 18 22:49:58.287 INFO O| Oct 18 22:49:58.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4611 | 2024-10-18T22:49:59.101Z | [ recovery-image] Oct 18 22:49:58.287 INFO O| Oct 18 22:49:58.287 INFO STEP 152 (remove_files) COMPLETE |
4612 | 2024-10-18T22:49:59.101Z | [ recovery-image] Oct 18 22:49:58.287 INFO O| Oct 18 22:49:58.287 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2024-10-18T22:49:59.110Z | [ recovery-image] Oct 18 22:49:58.296 INFO O| Oct 18 22:49:58.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4614 | 2024-10-18T22:49:59.110Z | [ recovery-image] Oct 18 22:49:58.297 INFO O| Oct 18 22:49:58.296 INFO STEP 153 (remove_files) COMPLETE |
4615 | 2024-10-18T22:49:59.112Z | [ recovery-image] Oct 18 22:49:58.297 INFO O| Oct 18 22:49:58.296 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4616 | 2024-10-18T22:49:59.120Z | [ recovery-image] Oct 18 22:49:58.306 INFO O| Oct 18 22:49:58.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4617 | 2024-10-18T22:49:59.120Z | [ recovery-image] Oct 18 22:49:58.306 INFO O| Oct 18 22:49:58.306 INFO STEP 154 (remove_files) COMPLETE |
4618 | 2024-10-18T22:49:59.120Z | [ recovery-image] Oct 18 22:49:58.306 INFO O| Oct 18 22:49:58.306 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2024-10-18T22:49:59.129Z | [ recovery-image] Oct 18 22:49:58.316 INFO O| Oct 18 22:49:58.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4620 | 2024-10-18T22:49:59.130Z | [ recovery-image] Oct 18 22:49:58.316 INFO O| Oct 18 22:49:58.316 INFO STEP 155 (remove_files) COMPLETE |
4621 | 2024-10-18T22:49:59.132Z | [ recovery-image] Oct 18 22:49:58.316 INFO O| Oct 18 22:49:58.316 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2024-10-18T22:49:59.139Z | [ recovery-image] Oct 18 22:49:58.325 INFO O| Oct 18 22:49:58.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4623 | 2024-10-18T22:49:59.139Z | [ recovery-image] Oct 18 22:49:58.325 INFO O| Oct 18 22:49:58.325 INFO STEP 156 (remove_files) COMPLETE |
4624 | 2024-10-18T22:49:59.142Z | [ recovery-image] Oct 18 22:49:58.325 INFO O| Oct 18 22:49:58.325 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-10-18T22:49:59.148Z | [ recovery-image] Oct 18 22:49:58.335 INFO O| Oct 18 22:49:58.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4626 | 2024-10-18T22:49:59.151Z | [ recovery-image] Oct 18 22:49:58.335 INFO O| Oct 18 22:49:58.335 INFO STEP 157 (remove_files) COMPLETE |
4627 | 2024-10-18T22:49:59.151Z | [ recovery-image] Oct 18 22:49:58.335 INFO O| Oct 18 22:49:58.335 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2024-10-18T22:49:59.158Z | [ recovery-image] Oct 18 22:49:58.344 INFO O| Oct 18 22:49:58.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4629 | 2024-10-18T22:49:59.160Z | [ recovery-image] Oct 18 22:49:58.344 INFO O| Oct 18 22:49:58.344 INFO STEP 158 (remove_files) COMPLETE |
4630 | 2024-10-18T22:49:59.160Z | [ recovery-image] Oct 18 22:49:58.344 INFO O| Oct 18 22:49:58.344 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-10-18T22:49:59.167Z | [ recovery-image] Oct 18 22:49:58.354 INFO O| Oct 18 22:49:58.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4632 | 2024-10-18T22:49:59.170Z | [ recovery-image] Oct 18 22:49:58.354 INFO O| Oct 18 22:49:58.354 INFO STEP 159 (remove_files) COMPLETE |
4633 | 2024-10-18T22:49:59.170Z | [ recovery-image] Oct 18 22:49:58.354 INFO O| Oct 18 22:49:58.354 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2024-10-18T22:49:59.177Z | [ recovery-image] Oct 18 22:49:58.364 INFO O| Oct 18 22:49:58.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4635 | 2024-10-18T22:49:59.179Z | [ recovery-image] Oct 18 22:49:58.364 INFO O| Oct 18 22:49:58.364 INFO STEP 160 (remove_files) COMPLETE |
4636 | 2024-10-18T22:49:59.179Z | [ recovery-image] Oct 18 22:49:58.364 INFO O| Oct 18 22:49:58.364 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2024-10-18T22:49:59.187Z | [ recovery-image] Oct 18 22:49:58.373 INFO O| Oct 18 22:49:58.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4638 | 2024-10-18T22:49:59.187Z | [ recovery-image] Oct 18 22:49:58.373 INFO O| Oct 18 22:49:58.373 INFO STEP 161 (remove_files) COMPLETE |
4639 | 2024-10-18T22:49:59.189Z | [ recovery-image] Oct 18 22:49:58.373 INFO O| Oct 18 22:49:58.373 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2024-10-18T22:49:59.197Z | [ recovery-image] Oct 18 22:49:58.383 INFO O| Oct 18 22:49:58.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4641 | 2024-10-18T22:49:59.199Z | [ recovery-image] Oct 18 22:49:58.383 INFO O| Oct 18 22:49:58.383 INFO STEP 162 (remove_files) COMPLETE |
4642 | 2024-10-18T22:49:59.199Z | [ recovery-image] Oct 18 22:49:58.383 INFO O| Oct 18 22:49:58.383 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2024-10-18T22:49:59.206Z | [ recovery-image] Oct 18 22:49:58.392 INFO O| Oct 18 22:49:58.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4644 | 2024-10-18T22:49:59.206Z | [ recovery-image] Oct 18 22:49:58.392 INFO O| Oct 18 22:49:58.392 INFO STEP 163 (remove_files) COMPLETE |
4645 | 2024-10-18T22:49:59.208Z | [ recovery-image] Oct 18 22:49:58.392 INFO O| Oct 18 22:49:58.392 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2024-10-18T22:49:59.216Z | [ recovery-image] Oct 18 22:49:58.402 INFO O| Oct 18 22:49:58.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4647 | 2024-10-18T22:49:59.216Z | [ recovery-image] Oct 18 22:49:58.402 INFO O| Oct 18 22:49:58.402 INFO STEP 164 (remove_files) COMPLETE |
4648 | 2024-10-18T22:49:59.216Z | [ recovery-image] Oct 18 22:49:58.402 INFO O| Oct 18 22:49:58.402 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2024-10-18T22:49:59.225Z | [ recovery-image] Oct 18 22:49:58.411 INFO O| Oct 18 22:49:58.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4650 | 2024-10-18T22:49:59.227Z | [ recovery-image] Oct 18 22:49:58.411 INFO O| Oct 18 22:49:58.411 INFO STEP 165 (remove_files) COMPLETE |
4651 | 2024-10-18T22:49:59.227Z | [ recovery-image] Oct 18 22:49:58.411 INFO O| Oct 18 22:49:58.411 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2024-10-18T22:49:59.234Z | [ recovery-image] Oct 18 22:49:58.420 INFO O| Oct 18 22:49:58.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4653 | 2024-10-18T22:49:59.236Z | [ recovery-image] Oct 18 22:49:58.421 INFO O| Oct 18 22:49:58.421 INFO STEP 166 (remove_files) COMPLETE |
4654 | 2024-10-18T22:49:59.237Z | [ recovery-image] Oct 18 22:49:58.421 INFO O| Oct 18 22:49:58.421 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2024-10-18T22:49:59.245Z | [ recovery-image] Oct 18 22:49:58.431 INFO O| Oct 18 22:49:58.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4656 | 2024-10-18T22:49:59.247Z | [ recovery-image] Oct 18 22:49:58.431 INFO O| Oct 18 22:49:58.431 INFO STEP 167 (remove_files) COMPLETE |
4657 | 2024-10-18T22:49:59.247Z | [ recovery-image] Oct 18 22:49:58.431 INFO O| Oct 18 22:49:58.431 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2024-10-18T22:49:59.254Z | [ recovery-image] Oct 18 22:49:58.440 INFO O| Oct 18 22:49:58.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4659 | 2024-10-18T22:49:59.256Z | [ recovery-image] Oct 18 22:49:58.440 INFO O| Oct 18 22:49:58.440 INFO STEP 168 (remove_files) COMPLETE |
4660 | 2024-10-18T22:49:59.256Z | [ recovery-image] Oct 18 22:49:58.441 INFO O| Oct 18 22:49:58.440 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4661 | 2024-10-18T22:49:59.264Z | [ recovery-image] Oct 18 22:49:58.450 INFO O| Oct 18 22:49:58.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4662 | 2024-10-18T22:49:59.264Z | [ recovery-image] Oct 18 22:49:58.450 INFO O| Oct 18 22:49:58.450 INFO STEP 169 (remove_files) COMPLETE |
4663 | 2024-10-18T22:49:59.266Z | [ recovery-image] Oct 18 22:49:58.450 INFO O| Oct 18 22:49:58.450 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4664 | 2024-10-18T22:49:59.274Z | [ recovery-image] Oct 18 22:49:58.460 INFO O| Oct 18 22:49:58.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4665 | 2024-10-18T22:49:59.276Z | [ recovery-image] Oct 18 22:49:58.460 INFO O| Oct 18 22:49:58.460 INFO STEP 170 (remove_files) COMPLETE |
4666 | 2024-10-18T22:49:59.276Z | [ recovery-image] Oct 18 22:49:58.460 INFO O| Oct 18 22:49:58.460 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4667 | 2024-10-18T22:49:59.283Z | [ recovery-image] Oct 18 22:49:58.470 INFO O| Oct 18 22:49:58.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4668 | 2024-10-18T22:49:59.286Z | [ recovery-image] Oct 18 22:49:58.470 INFO O| Oct 18 22:49:58.470 INFO STEP 171 (remove_files) COMPLETE |
4669 | 2024-10-18T22:49:59.286Z | [ recovery-image] Oct 18 22:49:58.470 INFO O| Oct 18 22:49:58.470 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4670 | 2024-10-18T22:49:59.293Z | [ recovery-image] Oct 18 22:49:58.479 INFO O| Oct 18 22:49:58.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4671 | 2024-10-18T22:49:59.293Z | [ recovery-image] Oct 18 22:49:58.479 INFO O| Oct 18 22:49:58.479 INFO STEP 172 (remove_files) COMPLETE |
4672 | 2024-10-18T22:49:59.295Z | [ recovery-image] Oct 18 22:49:58.479 INFO O| Oct 18 22:49:58.479 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4673 | 2024-10-18T22:49:59.303Z | [ recovery-image] Oct 18 22:49:58.489 INFO O| Oct 18 22:49:58.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4674 | 2024-10-18T22:49:59.303Z | [ recovery-image] Oct 18 22:49:58.489 INFO O| Oct 18 22:49:58.489 INFO STEP 173 (remove_files) COMPLETE |
4675 | 2024-10-18T22:49:59.305Z | [ recovery-image] Oct 18 22:49:58.489 INFO O| Oct 18 22:49:58.489 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4676 | 2024-10-18T22:49:59.312Z | [ recovery-image] Oct 18 22:49:58.498 INFO O| Oct 18 22:49:58.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4677 | 2024-10-18T22:49:59.312Z | [ recovery-image] Oct 18 22:49:58.499 INFO O| Oct 18 22:49:58.498 INFO STEP 174 (remove_files) COMPLETE |
4678 | 2024-10-18T22:49:59.315Z | [ recovery-image] Oct 18 22:49:58.499 INFO O| Oct 18 22:49:58.499 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4679 | 2024-10-18T22:49:59.322Z | [ recovery-image] Oct 18 22:49:58.508 INFO O| Oct 18 22:49:58.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4680 | 2024-10-18T22:49:59.322Z | [ recovery-image] Oct 18 22:49:58.508 INFO O| Oct 18 22:49:58.508 INFO STEP 175 (remove_files) COMPLETE |
4681 | 2024-10-18T22:49:59.322Z | [ recovery-image] Oct 18 22:49:58.508 INFO O| Oct 18 22:49:58.508 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4682 | 2024-10-18T22:49:59.332Z | [ recovery-image] Oct 18 22:49:58.518 INFO O| Oct 18 22:49:58.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4683 | 2024-10-18T22:49:59.332Z | [ recovery-image] Oct 18 22:49:58.518 INFO O| Oct 18 22:49:58.518 INFO STEP 176 (remove_files) COMPLETE |
4684 | 2024-10-18T22:49:59.334Z | [ recovery-image] Oct 18 22:49:58.518 INFO O| Oct 18 22:49:58.518 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4685 | 2024-10-18T22:49:59.341Z | [ recovery-image] Oct 18 22:49:58.527 INFO O| Oct 18 22:49:58.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4686 | 2024-10-18T22:49:59.341Z | [ recovery-image] Oct 18 22:49:58.527 INFO O| Oct 18 22:49:58.527 INFO STEP 177 (remove_files) COMPLETE |
4687 | 2024-10-18T22:49:59.343Z | [ recovery-image] Oct 18 22:49:58.527 INFO O| Oct 18 22:49:58.527 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4688 | 2024-10-18T22:49:59.350Z | [ recovery-image] Oct 18 22:49:58.537 INFO O| Oct 18 22:49:58.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4689 | 2024-10-18T22:49:59.353Z | [ recovery-image] Oct 18 22:49:58.537 INFO O| Oct 18 22:49:58.537 INFO STEP 178 (remove_files) COMPLETE |
4690 | 2024-10-18T22:49:59.353Z | [ recovery-image] Oct 18 22:49:58.537 INFO O| Oct 18 22:49:58.537 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4691 | 2024-10-18T22:49:59.360Z | [ recovery-image] Oct 18 22:49:58.546 INFO O| Oct 18 22:49:58.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4692 | 2024-10-18T22:49:59.362Z | [ recovery-image] Oct 18 22:49:58.546 INFO O| Oct 18 22:49:58.546 INFO STEP 179 (remove_files) COMPLETE |
4693 | 2024-10-18T22:49:59.362Z | [ recovery-image] Oct 18 22:49:58.546 INFO O| Oct 18 22:49:58.546 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4694 | 2024-10-18T22:49:59.370Z | [ recovery-image] Oct 18 22:49:58.556 INFO O| Oct 18 22:49:58.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4695 | 2024-10-18T22:49:59.370Z | [ recovery-image] Oct 18 22:49:58.556 INFO O| Oct 18 22:49:58.556 INFO STEP 180 (remove_files) COMPLETE |
4696 | 2024-10-18T22:49:59.370Z | [ recovery-image] Oct 18 22:49:58.556 INFO O| Oct 18 22:49:58.556 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4697 | 2024-10-18T22:49:59.379Z | [ recovery-image] Oct 18 22:49:58.565 INFO O| Oct 18 22:49:58.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4698 | 2024-10-18T22:49:59.381Z | [ recovery-image] Oct 18 22:49:58.566 INFO O| Oct 18 22:49:58.566 INFO STEP 181 (remove_files) COMPLETE |
4699 | 2024-10-18T22:49:59.381Z | [ recovery-image] Oct 18 22:49:58.566 INFO O| Oct 18 22:49:58.566 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4700 | 2024-10-18T22:49:59.389Z | [ recovery-image] Oct 18 22:49:58.575 INFO O| Oct 18 22:49:58.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4701 | 2024-10-18T22:49:59.389Z | [ recovery-image] Oct 18 22:49:58.575 INFO O| Oct 18 22:49:58.575 INFO STEP 182 (remove_files) COMPLETE |
4702 | 2024-10-18T22:49:59.392Z | [ recovery-image] Oct 18 22:49:58.575 INFO O| Oct 18 22:49:58.575 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4703 | 2024-10-18T22:49:59.398Z | [ recovery-image] Oct 18 22:49:58.585 INFO O| Oct 18 22:49:58.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4704 | 2024-10-18T22:49:59.401Z | [ recovery-image] Oct 18 22:49:58.585 INFO O| Oct 18 22:49:58.585 INFO STEP 183 (remove_files) COMPLETE |
4705 | 2024-10-18T22:49:59.401Z | [ recovery-image] Oct 18 22:49:58.585 INFO O| Oct 18 22:49:58.585 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4706 | 2024-10-18T22:49:59.408Z | [ recovery-image] Oct 18 22:49:58.594 INFO O| Oct 18 22:49:58.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4707 | 2024-10-18T22:49:59.411Z | [ recovery-image] Oct 18 22:49:58.594 INFO O| Oct 18 22:49:58.594 INFO STEP 184 (remove_files) COMPLETE |
4708 | 2024-10-18T22:49:59.411Z | [ recovery-image] Oct 18 22:49:58.594 INFO O| Oct 18 22:49:58.594 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4709 | 2024-10-18T22:49:59.418Z | [ recovery-image] Oct 18 22:49:58.604 INFO O| Oct 18 22:49:58.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4710 | 2024-10-18T22:49:59.418Z | [ recovery-image] Oct 18 22:49:58.604 INFO O| Oct 18 22:49:58.604 INFO STEP 185 (remove_files) COMPLETE |
4711 | 2024-10-18T22:49:59.418Z | [ recovery-image] Oct 18 22:49:58.604 INFO O| Oct 18 22:49:58.604 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4712 | 2024-10-18T22:49:59.427Z | [ recovery-image] Oct 18 22:49:58.614 INFO O| Oct 18 22:49:58.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4713 | 2024-10-18T22:49:59.427Z | [ recovery-image] Oct 18 22:49:58.614 INFO O| Oct 18 22:49:58.614 INFO STEP 186 (remove_files) COMPLETE |
4714 | 2024-10-18T22:49:59.430Z | [ recovery-image] Oct 18 22:49:58.614 INFO O| Oct 18 22:49:58.614 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4715 | 2024-10-18T22:49:59.437Z | [ recovery-image] Oct 18 22:49:58.623 INFO O| Oct 18 22:49:58.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4716 | 2024-10-18T22:49:59.439Z | [ recovery-image] Oct 18 22:49:58.623 INFO O| Oct 18 22:49:58.623 INFO STEP 187 (remove_files) COMPLETE |
4717 | 2024-10-18T22:49:59.439Z | [ recovery-image] Oct 18 22:49:58.623 INFO O| Oct 18 22:49:58.623 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4718 | 2024-10-18T22:49:59.447Z | [ recovery-image] Oct 18 22:49:58.633 INFO O| Oct 18 22:49:58.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4719 | 2024-10-18T22:49:59.449Z | [ recovery-image] Oct 18 22:49:58.633 INFO O| Oct 18 22:49:58.633 INFO STEP 188 (remove_files) COMPLETE |
4720 | 2024-10-18T22:49:59.449Z | [ recovery-image] Oct 18 22:49:58.633 INFO O| Oct 18 22:49:58.633 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4721 | 2024-10-18T22:49:59.456Z | [ recovery-image] Oct 18 22:49:58.642 INFO O| Oct 18 22:49:58.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4722 | 2024-10-18T22:49:59.456Z | [ recovery-image] Oct 18 22:49:58.643 INFO O| Oct 18 22:49:58.643 INFO STEP 189 (remove_files) COMPLETE |
4723 | 2024-10-18T22:49:59.456Z | [ recovery-image] Oct 18 22:49:58.643 INFO O| Oct 18 22:49:58.643 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4724 | 2024-10-18T22:49:59.466Z | [ recovery-image] Oct 18 22:49:58.652 INFO O| Oct 18 22:49:58.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4725 | 2024-10-18T22:49:59.466Z | [ recovery-image] Oct 18 22:49:58.652 INFO O| Oct 18 22:49:58.652 INFO STEP 190 (remove_files) COMPLETE |
4726 | 2024-10-18T22:49:59.468Z | [ recovery-image] Oct 18 22:49:58.652 INFO O| Oct 18 22:49:58.652 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4727 | 2024-10-18T22:49:59.476Z | [ recovery-image] Oct 18 22:49:58.662 INFO O| Oct 18 22:49:58.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4728 | 2024-10-18T22:49:59.476Z | [ recovery-image] Oct 18 22:49:58.662 INFO O| Oct 18 22:49:58.662 INFO STEP 191 (remove_files) COMPLETE |
4729 | 2024-10-18T22:49:59.478Z | [ recovery-image] Oct 18 22:49:58.662 INFO O| Oct 18 22:49:58.662 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4730 | 2024-10-18T22:49:59.485Z | [ recovery-image] Oct 18 22:49:58.672 INFO O| Oct 18 22:49:58.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4731 | 2024-10-18T22:49:59.485Z | [ recovery-image] Oct 18 22:49:58.672 INFO O| Oct 18 22:49:58.672 INFO STEP 192 (remove_files) COMPLETE |
4732 | 2024-10-18T22:49:59.487Z | [ recovery-image] Oct 18 22:49:58.672 INFO O| Oct 18 22:49:58.672 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4733 | 2024-10-18T22:49:59.487Z | [ host-image] Oct 18 22:49:58.672 INFO O| Oct 18 22:49:58.672 INFO O| Download: Completed 1.39 MB in 0.99 seconds (1.4M/s) |
4734 | 2024-10-18T22:49:59.496Z | [ recovery-image] Oct 18 22:49:58.682 INFO O| Oct 18 22:49:58.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4735 | 2024-10-18T22:49:59.497Z | [ recovery-image] Oct 18 22:49:58.682 INFO O| Oct 18 22:49:58.682 INFO STEP 193 (remove_files) COMPLETE |
4736 | 2024-10-18T22:49:59.499Z | [ recovery-image] Oct 18 22:49:58.682 INFO O| Oct 18 22:49:58.682 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4737 | 2024-10-18T22:49:59.505Z | [ recovery-image] Oct 18 22:49:58.691 INFO O| Oct 18 22:49:58.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4738 | 2024-10-18T22:49:59.505Z | [ recovery-image] Oct 18 22:49:58.692 INFO O| Oct 18 22:49:58.691 INFO STEP 194 (remove_files) COMPLETE |
4739 | 2024-10-18T22:49:59.508Z | [ recovery-image] Oct 18 22:49:58.692 INFO O| Oct 18 22:49:58.692 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2024-10-18T22:49:59.513Z | [ host-image] Oct 18 22:49:58.699 INFO O| Oct 18 22:49:58.699 INFO O| Actions: 1/238 actions (Installing new actions) |
4741 | 2024-10-18T22:49:59.515Z | [ recovery-image] Oct 18 22:49:58.701 INFO O| Oct 18 22:49:58.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4742 | 2024-10-18T22:49:59.516Z | [ recovery-image] Oct 18 22:49:58.701 INFO O| Oct 18 22:49:58.701 INFO STEP 195 (remove_files) COMPLETE |
4743 | 2024-10-18T22:49:59.516Z | [ recovery-image] Oct 18 22:49:58.701 INFO O| Oct 18 22:49:58.701 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4744 | 2024-10-18T22:49:59.525Z | [ recovery-image] Oct 18 22:49:58.711 INFO O| Oct 18 22:49:58.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4745 | 2024-10-18T22:49:59.525Z | [ recovery-image] Oct 18 22:49:58.711 INFO O| Oct 18 22:49:58.711 INFO STEP 196 (remove_files) COMPLETE |
4746 | 2024-10-18T22:49:59.527Z | [ recovery-image] Oct 18 22:49:58.711 INFO O| Oct 18 22:49:58.711 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4747 | 2024-10-18T22:49:59.535Z | [ recovery-image] Oct 18 22:49:58.721 INFO O| Oct 18 22:49:58.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4748 | 2024-10-18T22:49:59.535Z | [ recovery-image] Oct 18 22:49:58.721 INFO O| Oct 18 22:49:58.721 INFO STEP 197 (remove_files) COMPLETE |
4749 | 2024-10-18T22:49:59.535Z | [ recovery-image] Oct 18 22:49:58.721 INFO O| Oct 18 22:49:58.721 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4750 | 2024-10-18T22:49:59.546Z | [ recovery-image] Oct 18 22:49:58.732 INFO O| Oct 18 22:49:58.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4751 | 2024-10-18T22:49:59.546Z | [ recovery-image] Oct 18 22:49:58.732 INFO O| Oct 18 22:49:58.732 INFO STEP 198 (remove_files) COMPLETE |
4752 | 2024-10-18T22:49:59.546Z | [ recovery-image] Oct 18 22:49:58.732 INFO O| Oct 18 22:49:58.732 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4753 | 2024-10-18T22:49:59.556Z | [ recovery-image] Oct 18 22:49:58.742 INFO O| Oct 18 22:49:58.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4754 | 2024-10-18T22:49:59.556Z | [ recovery-image] Oct 18 22:49:58.742 INFO O| Oct 18 22:49:58.742 INFO STEP 199 (remove_files) COMPLETE |
4755 | 2024-10-18T22:49:59.558Z | [ recovery-image] Oct 18 22:49:58.742 INFO O| Oct 18 22:49:58.742 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4756 | 2024-10-18T22:49:59.568Z | [ recovery-image] Oct 18 22:49:58.754 INFO O| Oct 18 22:49:58.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4757 | 2024-10-18T22:49:59.568Z | [ recovery-image] Oct 18 22:49:58.754 INFO O| Oct 18 22:49:58.754 INFO STEP 200 (remove_files) COMPLETE |
4758 | 2024-10-18T22:49:59.568Z | [ recovery-image] Oct 18 22:49:58.755 INFO O| Oct 18 22:49:58.754 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4759 | 2024-10-18T22:49:59.579Z | [ recovery-image] Oct 18 22:49:58.765 INFO O| Oct 18 22:49:58.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4760 | 2024-10-18T22:49:59.579Z | [ recovery-image] Oct 18 22:49:58.765 INFO O| Oct 18 22:49:58.765 INFO STEP 201 (remove_files) COMPLETE |
4761 | 2024-10-18T22:49:59.581Z | [ recovery-image] Oct 18 22:49:58.765 INFO O| Oct 18 22:49:58.765 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4762 | 2024-10-18T22:49:59.589Z | [ recovery-image] Oct 18 22:49:58.775 INFO O| Oct 18 22:49:58.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4763 | 2024-10-18T22:49:59.591Z | [ recovery-image] Oct 18 22:49:58.775 INFO O| Oct 18 22:49:58.775 INFO STEP 202 (remove_files) COMPLETE |
4764 | 2024-10-18T22:49:59.591Z | [ recovery-image] Oct 18 22:49:58.775 INFO O| Oct 18 22:49:58.775 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4765 | 2024-10-18T22:49:59.600Z | [ recovery-image] Oct 18 22:49:58.786 INFO O| Oct 18 22:49:58.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4766 | 2024-10-18T22:49:59.600Z | [ recovery-image] Oct 18 22:49:58.786 INFO O| Oct 18 22:49:58.786 INFO STEP 203 (remove_files) COMPLETE |
4767 | 2024-10-18T22:49:59.600Z | [ recovery-image] Oct 18 22:49:58.786 INFO O| Oct 18 22:49:58.786 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4768 | 2024-10-18T22:49:59.610Z | [ recovery-image] Oct 18 22:49:58.796 INFO O| Oct 18 22:49:58.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4769 | 2024-10-18T22:49:59.610Z | [ recovery-image] Oct 18 22:49:58.796 INFO O| Oct 18 22:49:58.796 INFO STEP 204 (remove_files) COMPLETE |
4770 | 2024-10-18T22:49:59.612Z | [ recovery-image] Oct 18 22:49:58.796 INFO O| Oct 18 22:49:58.796 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4771 | 2024-10-18T22:49:59.619Z | [ recovery-image] Oct 18 22:49:58.806 INFO O| Oct 18 22:49:58.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4772 | 2024-10-18T22:49:59.620Z | [ recovery-image] Oct 18 22:49:58.806 INFO O| Oct 18 22:49:58.806 INFO STEP 205 (remove_files) COMPLETE |
4773 | 2024-10-18T22:49:59.622Z | [ recovery-image] Oct 18 22:49:58.806 INFO O| Oct 18 22:49:58.806 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4774 | 2024-10-18T22:49:59.622Z | [ host-image] Oct 18 22:49:58.808 INFO O| Oct 18 22:49:58.808 INFO O| Actions: Completed 238 actions in 0.11 seconds. |
4775 | 2024-10-18T22:49:59.629Z | [ recovery-image] Oct 18 22:49:58.815 INFO O| Oct 18 22:49:58.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4776 | 2024-10-18T22:49:59.632Z | [ recovery-image] Oct 18 22:49:58.815 INFO O| Oct 18 22:49:58.815 INFO STEP 206 (remove_files) COMPLETE |
4777 | 2024-10-18T22:49:59.632Z | [ recovery-image] Oct 18 22:49:58.815 INFO O| Oct 18 22:49:58.815 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4778 | 2024-10-18T22:49:59.639Z | [ recovery-image] Oct 18 22:49:58.825 INFO O| Oct 18 22:49:58.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4779 | 2024-10-18T22:49:59.639Z | [ recovery-image] Oct 18 22:49:58.825 INFO O| Oct 18 22:49:58.825 INFO STEP 207 (remove_files) COMPLETE |
4780 | 2024-10-18T22:49:59.641Z | [ recovery-image] Oct 18 22:49:58.825 INFO O| Oct 18 22:49:58.825 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4781 | 2024-10-18T22:49:59.651Z | [ recovery-image] Oct 18 22:49:58.837 INFO O| Oct 18 22:49:58.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4782 | 2024-10-18T22:49:59.651Z | [ recovery-image] Oct 18 22:49:58.837 INFO O| Oct 18 22:49:58.837 INFO STEP 208 (remove_files) COMPLETE |
4783 | 2024-10-18T22:49:59.653Z | [ recovery-image] Oct 18 22:49:58.837 INFO O| Oct 18 22:49:58.837 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4784 | 2024-10-18T22:49:59.661Z | [ recovery-image] Oct 18 22:49:58.847 INFO O| Oct 18 22:49:58.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4785 | 2024-10-18T22:49:59.661Z | [ recovery-image] Oct 18 22:49:58.848 INFO O| Oct 18 22:49:58.847 INFO STEP 209 (remove_files) COMPLETE |
4786 | 2024-10-18T22:49:59.662Z | [ recovery-image] Oct 18 22:49:58.848 INFO O| Oct 18 22:49:58.847 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4787 | 2024-10-18T22:49:59.672Z | [ recovery-image] Oct 18 22:49:58.858 INFO O| Oct 18 22:49:58.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4788 | 2024-10-18T22:49:59.672Z | [ recovery-image] Oct 18 22:49:58.858 INFO O| Oct 18 22:49:58.858 INFO STEP 210 (remove_files) COMPLETE |
4789 | 2024-10-18T22:49:59.672Z | [ recovery-image] Oct 18 22:49:58.858 INFO O| Oct 18 22:49:58.858 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4790 | 2024-10-18T22:49:59.684Z | [ recovery-image] Oct 18 22:49:58.869 INFO O| Oct 18 22:49:58.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4791 | 2024-10-18T22:49:59.684Z | [ recovery-image] Oct 18 22:49:58.869 INFO O| Oct 18 22:49:58.869 INFO STEP 211 (remove_files) COMPLETE |
4792 | 2024-10-18T22:49:59.687Z | [ recovery-image] Oct 18 22:49:58.869 INFO O| Oct 18 22:49:58.869 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4793 | 2024-10-18T22:49:59.694Z | [ recovery-image] Oct 18 22:49:58.879 INFO O| Oct 18 22:49:58.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4794 | 2024-10-18T22:49:59.694Z | [ recovery-image] Oct 18 22:49:58.880 INFO O| Oct 18 22:49:58.880 INFO STEP 212 (remove_files) COMPLETE |
4795 | 2024-10-18T22:49:59.696Z | [ recovery-image] Oct 18 22:49:58.880 INFO O| Oct 18 22:49:58.880 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4796 | 2024-10-18T22:49:59.704Z | [ recovery-image] Oct 18 22:49:58.890 INFO O| Oct 18 22:49:58.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4797 | 2024-10-18T22:49:59.706Z | [ recovery-image] Oct 18 22:49:58.890 INFO O| Oct 18 22:49:58.890 INFO STEP 213 (remove_files) COMPLETE |
4798 | 2024-10-18T22:49:59.706Z | [ recovery-image] Oct 18 22:49:58.890 INFO O| Oct 18 22:49:58.890 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4799 | 2024-10-18T22:49:59.714Z | [ recovery-image] Oct 18 22:49:58.900 INFO O| Oct 18 22:49:58.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4800 | 2024-10-18T22:49:59.714Z | [ recovery-image] Oct 18 22:49:58.900 INFO O| Oct 18 22:49:58.900 INFO STEP 214 (remove_files) COMPLETE |
4801 | 2024-10-18T22:49:59.714Z | [ recovery-image] Oct 18 22:49:58.900 INFO O| Oct 18 22:49:58.900 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4802 | 2024-10-18T22:49:59.724Z | [ recovery-image] Oct 18 22:49:58.911 INFO O| Oct 18 22:49:58.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4803 | 2024-10-18T22:49:59.724Z | [ recovery-image] Oct 18 22:49:58.911 INFO O| Oct 18 22:49:58.911 INFO STEP 215 (remove_files) COMPLETE |
4804 | 2024-10-18T22:49:59.727Z | [ recovery-image] Oct 18 22:49:58.911 INFO O| Oct 18 22:49:58.911 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4805 | 2024-10-18T22:49:59.735Z | [ recovery-image] Oct 18 22:49:58.921 INFO O| Oct 18 22:49:58.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4806 | 2024-10-18T22:49:59.735Z | [ recovery-image] Oct 18 22:49:58.921 INFO O| Oct 18 22:49:58.921 INFO STEP 216 (remove_files) COMPLETE |
4807 | 2024-10-18T22:49:59.737Z | [ recovery-image] Oct 18 22:49:58.921 INFO O| Oct 18 22:49:58.921 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4808 | 2024-10-18T22:49:59.746Z | [ recovery-image] Oct 18 22:49:58.932 INFO O| Oct 18 22:49:58.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4809 | 2024-10-18T22:49:59.746Z | [ recovery-image] Oct 18 22:49:58.932 INFO O| Oct 18 22:49:58.932 INFO STEP 217 (remove_files) COMPLETE |
4810 | 2024-10-18T22:49:59.748Z | [ recovery-image] Oct 18 22:49:58.932 INFO O| Oct 18 22:49:58.932 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4811 | 2024-10-18T22:49:59.756Z | [ recovery-image] Oct 18 22:49:58.942 INFO O| Oct 18 22:49:58.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4812 | 2024-10-18T22:49:59.758Z | [ recovery-image] Oct 18 22:49:58.943 INFO O| Oct 18 22:49:58.943 INFO STEP 218 (remove_files) COMPLETE |
4813 | 2024-10-18T22:49:59.758Z | [ recovery-image] Oct 18 22:49:58.943 INFO O| Oct 18 22:49:58.943 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4814 | 2024-10-18T22:49:59.767Z | [ recovery-image] Oct 18 22:49:58.953 INFO O| Oct 18 22:49:58.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4815 | 2024-10-18T22:49:59.767Z | [ recovery-image] Oct 18 22:49:58.953 INFO O| Oct 18 22:49:58.953 INFO STEP 219 (remove_files) COMPLETE |
4816 | 2024-10-18T22:49:59.769Z | [ recovery-image] Oct 18 22:49:58.953 INFO O| Oct 18 22:49:58.953 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4817 | 2024-10-18T22:49:59.777Z | [ recovery-image] Oct 18 22:49:58.963 INFO O| Oct 18 22:49:58.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4818 | 2024-10-18T22:49:59.779Z | [ recovery-image] Oct 18 22:49:58.963 INFO O| Oct 18 22:49:58.963 INFO STEP 220 (remove_files) COMPLETE |
4819 | 2024-10-18T22:49:59.779Z | [ recovery-image] Oct 18 22:49:58.963 INFO O| Oct 18 22:49:58.963 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4820 | 2024-10-18T22:49:59.787Z | [ recovery-image] Oct 18 22:49:58.974 INFO O| Oct 18 22:49:58.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4821 | 2024-10-18T22:49:59.787Z | [ recovery-image] Oct 18 22:49:58.974 INFO O| Oct 18 22:49:58.974 INFO STEP 221 (remove_files) COMPLETE |
4822 | 2024-10-18T22:49:59.790Z | [ recovery-image] Oct 18 22:49:58.974 INFO O| Oct 18 22:49:58.974 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4823 | 2024-10-18T22:49:59.798Z | [ recovery-image] Oct 18 22:49:58.984 INFO O| Oct 18 22:49:58.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4824 | 2024-10-18T22:49:59.798Z | [ recovery-image] Oct 18 22:49:58.984 INFO O| Oct 18 22:49:58.984 INFO STEP 222 (remove_files) COMPLETE |
4825 | 2024-10-18T22:49:59.800Z | [ recovery-image] Oct 18 22:49:58.984 INFO O| Oct 18 22:49:58.984 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4826 | 2024-10-18T22:49:59.810Z | [ recovery-image] Oct 18 22:49:58.996 INFO O| Oct 18 22:49:58.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4827 | 2024-10-18T22:49:59.810Z | [ recovery-image] Oct 18 22:49:58.996 INFO O| Oct 18 22:49:58.996 INFO STEP 223 (remove_files) COMPLETE |
4828 | 2024-10-18T22:49:59.812Z | [ recovery-image] Oct 18 22:49:58.996 INFO O| Oct 18 22:49:58.996 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4829 | 2024-10-18T22:49:59.821Z | [ recovery-image] Oct 18 22:49:59.007 INFO O| Oct 18 22:49:59.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4830 | 2024-10-18T22:49:59.823Z | [ recovery-image] Oct 18 22:49:59.007 INFO O| Oct 18 22:49:59.007 INFO STEP 224 (remove_files) COMPLETE |
4831 | 2024-10-18T22:49:59.823Z | [ recovery-image] Oct 18 22:49:59.007 INFO O| Oct 18 22:49:59.007 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4832 | 2024-10-18T22:49:59.832Z | [ recovery-image] Oct 18 22:49:59.018 INFO O| Oct 18 22:49:59.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4833 | 2024-10-18T22:49:59.834Z | [ recovery-image] Oct 18 22:49:59.018 INFO O| Oct 18 22:49:59.018 INFO STEP 225 (remove_files) COMPLETE |
4834 | 2024-10-18T22:49:59.834Z | [ recovery-image] Oct 18 22:49:59.018 INFO O| Oct 18 22:49:59.018 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4835 | 2024-10-18T22:49:59.843Z | [ recovery-image] Oct 18 22:49:59.029 INFO O| Oct 18 22:49:59.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4836 | 2024-10-18T22:49:59.845Z | [ recovery-image] Oct 18 22:49:59.029 INFO O| Oct 18 22:49:59.029 INFO STEP 226 (remove_files) COMPLETE |
4837 | 2024-10-18T22:49:59.845Z | [ recovery-image] Oct 18 22:49:59.029 INFO O| Oct 18 22:49:59.029 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4838 | 2024-10-18T22:49:59.854Z | [ recovery-image] Oct 18 22:49:59.040 INFO O| Oct 18 22:49:59.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4839 | 2024-10-18T22:49:59.854Z | [ recovery-image] Oct 18 22:49:59.040 INFO O| Oct 18 22:49:59.040 INFO STEP 227 (remove_files) COMPLETE |
4840 | 2024-10-18T22:49:59.854Z | [ recovery-image] Oct 18 22:49:59.040 INFO O| Oct 18 22:49:59.040 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4841 | 2024-10-18T22:49:59.864Z | [ recovery-image] Oct 18 22:49:59.051 INFO O| Oct 18 22:49:59.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4842 | 2024-10-18T22:49:59.864Z | [ recovery-image] Oct 18 22:49:59.051 INFO O| Oct 18 22:49:59.051 INFO STEP 228 (remove_files) COMPLETE |
4843 | 2024-10-18T22:49:59.866Z | [ recovery-image] Oct 18 22:49:59.051 INFO O| Oct 18 22:49:59.051 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4844 | 2024-10-18T22:49:59.875Z | [ recovery-image] Oct 18 22:49:59.061 INFO O| Oct 18 22:49:59.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4845 | 2024-10-18T22:49:59.875Z | [ recovery-image] Oct 18 22:49:59.061 INFO O| Oct 18 22:49:59.061 INFO STEP 229 (remove_files) COMPLETE |
4846 | 2024-10-18T22:49:59.877Z | [ recovery-image] Oct 18 22:49:59.061 INFO O| Oct 18 22:49:59.061 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4847 | 2024-10-18T22:49:59.886Z | [ recovery-image] Oct 18 22:49:59.072 INFO O| Oct 18 22:49:59.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4848 | 2024-10-18T22:49:59.889Z | [ recovery-image] Oct 18 22:49:59.072 INFO O| Oct 18 22:49:59.072 INFO STEP 230 (remove_files) COMPLETE |
4849 | 2024-10-18T22:49:59.889Z | [ recovery-image] Oct 18 22:49:59.072 INFO O| Oct 18 22:49:59.072 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4850 | 2024-10-18T22:49:59.896Z | [ recovery-image] Oct 18 22:49:59.082 INFO O| Oct 18 22:49:59.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4851 | 2024-10-18T22:49:59.898Z | [ recovery-image] Oct 18 22:49:59.082 INFO O| Oct 18 22:49:59.082 INFO STEP 231 (remove_files) COMPLETE |
4852 | 2024-10-18T22:49:59.898Z | [ recovery-image] Oct 18 22:49:59.082 INFO O| Oct 18 22:49:59.082 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4853 | 2024-10-18T22:49:59.906Z | [ recovery-image] Oct 18 22:49:59.093 INFO O| Oct 18 22:49:59.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4854 | 2024-10-18T22:49:59.906Z | [ recovery-image] Oct 18 22:49:59.093 INFO O| Oct 18 22:49:59.093 INFO STEP 232 (remove_files) COMPLETE |
4855 | 2024-10-18T22:49:59.909Z | [ recovery-image] Oct 18 22:49:59.093 INFO O| Oct 18 22:49:59.093 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4856 | 2024-10-18T22:49:59.916Z | [ recovery-image] Oct 18 22:49:59.102 INFO O| Oct 18 22:49:59.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4857 | 2024-10-18T22:49:59.916Z | [ recovery-image] Oct 18 22:49:59.102 INFO O| Oct 18 22:49:59.102 INFO STEP 233 (remove_files) COMPLETE |
4858 | 2024-10-18T22:49:59.918Z | [ recovery-image] Oct 18 22:49:59.102 INFO O| Oct 18 22:49:59.102 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4859 | 2024-10-18T22:49:59.926Z | [ recovery-image] Oct 18 22:49:59.112 INFO O| Oct 18 22:49:59.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4860 | 2024-10-18T22:49:59.926Z | [ recovery-image] Oct 18 22:49:59.112 INFO O| Oct 18 22:49:59.112 INFO STEP 234 (remove_files) COMPLETE |
4861 | 2024-10-18T22:49:59.929Z | [ recovery-image] Oct 18 22:49:59.112 INFO O| Oct 18 22:49:59.112 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4862 | 2024-10-18T22:49:59.932Z | [ host-image] Oct 18 22:49:59.119 INFO O| Oct 18 22:49:59.119 INFO O| Done |
4863 | 2024-10-18T22:49:59.933Z | [ host-image] Oct 18 22:49:59.119 INFO O| Oct 18 22:49:59.119 INFO O| Done |
4864 | 2024-10-18T22:49:59.936Z | [ recovery-image] Oct 18 22:49:59.122 INFO O| Oct 18 22:49:59.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4865 | 2024-10-18T22:49:59.938Z | [ recovery-image] Oct 18 22:49:59.123 INFO O| Oct 18 22:49:59.123 INFO STEP 235 (remove_files) COMPLETE |
4866 | 2024-10-18T22:49:59.938Z | [ recovery-image] Oct 18 22:49:59.123 INFO O| Oct 18 22:49:59.123 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4867 | 2024-10-18T22:49:59.947Z | [ recovery-image] Oct 18 22:49:59.133 INFO O| Oct 18 22:49:59.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4868 | 2024-10-18T22:49:59.949Z | [ recovery-image] Oct 18 22:49:59.133 INFO O| Oct 18 22:49:59.133 INFO STEP 236 (remove_files) COMPLETE |
4869 | 2024-10-18T22:49:59.949Z | [ recovery-image] Oct 18 22:49:59.133 INFO O| Oct 18 22:49:59.133 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4870 | 2024-10-18T22:49:59.958Z | [ recovery-image] Oct 18 22:49:59.144 INFO O| Oct 18 22:49:59.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4871 | 2024-10-18T22:49:59.958Z | [ recovery-image] Oct 18 22:49:59.144 INFO O| Oct 18 22:49:59.144 INFO STEP 237 (remove_files) COMPLETE |
4872 | 2024-10-18T22:49:59.958Z | [ recovery-image] Oct 18 22:49:59.144 INFO O| Oct 18 22:49:59.144 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4873 | 2024-10-18T22:49:59.969Z | [ recovery-image] Oct 18 22:49:59.155 INFO O| Oct 18 22:49:59.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4874 | 2024-10-18T22:49:59.969Z | [ recovery-image] Oct 18 22:49:59.155 INFO O| Oct 18 22:49:59.155 INFO STEP 238 (remove_files) COMPLETE |
4875 | 2024-10-18T22:49:59.969Z | [ recovery-image] Oct 18 22:49:59.155 INFO O| Oct 18 22:49:59.155 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4876 | 2024-10-18T22:49:59.979Z | [ recovery-image] Oct 18 22:49:59.165 INFO O| Oct 18 22:49:59.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4877 | 2024-10-18T22:49:59.981Z | [ recovery-image] Oct 18 22:49:59.165 INFO O| Oct 18 22:49:59.165 INFO STEP 239 (remove_files) COMPLETE |
4878 | 2024-10-18T22:49:59.981Z | [ recovery-image] Oct 18 22:49:59.165 INFO O| Oct 18 22:49:59.165 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4879 | 2024-10-18T22:49:59.988Z | [ recovery-image] Oct 18 22:49:59.174 INFO O| Oct 18 22:49:59.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4880 | 2024-10-18T22:49:59.988Z | [ recovery-image] Oct 18 22:49:59.174 INFO O| Oct 18 22:49:59.174 INFO STEP 240 (remove_files) COMPLETE |
4881 | 2024-10-18T22:49:59.988Z | [ recovery-image] Oct 18 22:49:59.174 INFO O| Oct 18 22:49:59.174 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4882 | 2024-10-18T22:49:59.998Z | [ recovery-image] Oct 18 22:49:59.184 INFO O| Oct 18 22:49:59.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4883 | 2024-10-18T22:50:00.000Z | [ recovery-image] Oct 18 22:49:59.184 INFO O| Oct 18 22:49:59.184 INFO STEP 241 (remove_files) COMPLETE |
4884 | 2024-10-18T22:50:00.000Z | [ recovery-image] Oct 18 22:49:59.184 INFO O| Oct 18 22:49:59.184 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4885 | 2024-10-18T22:50:00.008Z | [ recovery-image] Oct 18 22:49:59.194 INFO O| Oct 18 22:49:59.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4886 | 2024-10-18T22:50:00.008Z | [ recovery-image] Oct 18 22:49:59.194 INFO O| Oct 18 22:49:59.194 INFO STEP 242 (remove_files) COMPLETE |
4887 | 2024-10-18T22:50:00.008Z | [ recovery-image] Oct 18 22:49:59.194 INFO O| Oct 18 22:49:59.194 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4888 | 2024-10-18T22:50:00.017Z | [ recovery-image] Oct 18 22:49:59.203 INFO O| Oct 18 22:49:59.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4889 | 2024-10-18T22:50:00.019Z | [ recovery-image] Oct 18 22:49:59.203 INFO O| Oct 18 22:49:59.203 INFO STEP 243 (remove_files) COMPLETE |
4890 | 2024-10-18T22:50:00.019Z | [ recovery-image] Oct 18 22:49:59.203 INFO O| Oct 18 22:49:59.203 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4891 | 2024-10-18T22:50:00.027Z | [ recovery-image] Oct 18 22:49:59.213 INFO O| Oct 18 22:49:59.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4892 | 2024-10-18T22:50:00.027Z | [ recovery-image] Oct 18 22:49:59.213 INFO O| Oct 18 22:49:59.213 INFO STEP 244 (remove_files) COMPLETE |
4893 | 2024-10-18T22:50:00.029Z | [ recovery-image] Oct 18 22:49:59.214 INFO O| Oct 18 22:49:59.213 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4894 | 2024-10-18T22:50:00.037Z | [ recovery-image] Oct 18 22:49:59.223 INFO O| Oct 18 22:49:59.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4895 | 2024-10-18T22:50:00.037Z | [ recovery-image] Oct 18 22:49:59.223 INFO O| Oct 18 22:49:59.223 INFO STEP 245 (remove_files) COMPLETE |
4896 | 2024-10-18T22:50:00.037Z | [ recovery-image] Oct 18 22:49:59.223 INFO O| Oct 18 22:49:59.223 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4897 | 2024-10-18T22:50:00.047Z | [ recovery-image] Oct 18 22:49:59.233 INFO O| Oct 18 22:49:59.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4898 | 2024-10-18T22:50:00.049Z | [ recovery-image] Oct 18 22:49:59.233 INFO O| Oct 18 22:49:59.233 INFO STEP 246 (remove_files) COMPLETE |
4899 | 2024-10-18T22:50:00.049Z | [ recovery-image] Oct 18 22:49:59.233 INFO O| Oct 18 22:49:59.233 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4900 | 2024-10-18T22:50:00.056Z | [ recovery-image] Oct 18 22:49:59.243 INFO O| Oct 18 22:49:59.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4901 | 2024-10-18T22:50:00.056Z | [ recovery-image] Oct 18 22:49:59.243 INFO O| Oct 18 22:49:59.243 INFO STEP 247 (remove_files) COMPLETE |
4902 | 2024-10-18T22:50:00.059Z | [ recovery-image] Oct 18 22:49:59.243 INFO O| Oct 18 22:49:59.243 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4903 | 2024-10-18T22:50:00.066Z | [ recovery-image] Oct 18 22:49:59.252 INFO O| Oct 18 22:49:59.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4904 | 2024-10-18T22:50:00.066Z | [ recovery-image] Oct 18 22:49:59.252 INFO O| Oct 18 22:49:59.252 INFO STEP 248 (remove_files) COMPLETE |
4905 | 2024-10-18T22:50:00.066Z | [ recovery-image] Oct 18 22:49:59.252 INFO O| Oct 18 22:49:59.252 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4906 | 2024-10-18T22:50:00.076Z | [ recovery-image] Oct 18 22:49:59.262 INFO O| Oct 18 22:49:59.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4907 | 2024-10-18T22:50:00.079Z | [ recovery-image] Oct 18 22:49:59.262 INFO O| Oct 18 22:49:59.262 INFO STEP 249 (remove_files) COMPLETE |
4908 | 2024-10-18T22:50:00.079Z | [ recovery-image] Oct 18 22:49:59.262 INFO O| Oct 18 22:49:59.262 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4909 | 2024-10-18T22:50:00.086Z | [ recovery-image] Oct 18 22:49:59.272 INFO O| Oct 18 22:49:59.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4910 | 2024-10-18T22:50:00.086Z | [ recovery-image] Oct 18 22:49:59.272 INFO O| Oct 18 22:49:59.272 INFO STEP 250 (remove_files) COMPLETE |
4911 | 2024-10-18T22:50:00.086Z | [ recovery-image] Oct 18 22:49:59.272 INFO O| Oct 18 22:49:59.272 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4912 | 2024-10-18T22:50:00.095Z | [ recovery-image] Oct 18 22:49:59.281 INFO O| Oct 18 22:49:59.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4913 | 2024-10-18T22:50:00.095Z | [ recovery-image] Oct 18 22:49:59.281 INFO O| Oct 18 22:49:59.281 INFO STEP 251 (remove_files) COMPLETE |
4914 | 2024-10-18T22:50:00.098Z | [ recovery-image] Oct 18 22:49:59.281 INFO O| Oct 18 22:49:59.281 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4915 | 2024-10-18T22:50:00.105Z | [ recovery-image] Oct 18 22:49:59.291 INFO O| Oct 18 22:49:59.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4916 | 2024-10-18T22:50:00.105Z | [ recovery-image] Oct 18 22:49:59.291 INFO O| Oct 18 22:49:59.291 INFO STEP 252 (remove_files) COMPLETE |
4917 | 2024-10-18T22:50:00.105Z | [ recovery-image] Oct 18 22:49:59.291 INFO O| Oct 18 22:49:59.291 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4918 | 2024-10-18T22:50:00.114Z | [ recovery-image] Oct 18 22:49:59.300 INFO O| Oct 18 22:49:59.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4919 | 2024-10-18T22:50:00.114Z | [ recovery-image] Oct 18 22:49:59.300 INFO O| Oct 18 22:49:59.300 INFO STEP 253 (remove_files) COMPLETE |
4920 | 2024-10-18T22:50:00.114Z | [ recovery-image] Oct 18 22:49:59.301 INFO O| Oct 18 22:49:59.300 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4921 | 2024-10-18T22:50:00.124Z | [ recovery-image] Oct 18 22:49:59.310 INFO O| Oct 18 22:49:59.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4922 | 2024-10-18T22:50:00.124Z | [ recovery-image] Oct 18 22:49:59.310 INFO O| Oct 18 22:49:59.310 INFO STEP 254 (remove_files) COMPLETE |
4923 | 2024-10-18T22:50:00.126Z | [ recovery-image] Oct 18 22:49:59.310 INFO O| Oct 18 22:49:59.310 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4924 | 2024-10-18T22:50:00.134Z | [ recovery-image] Oct 18 22:49:59.320 INFO O| Oct 18 22:49:59.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4925 | 2024-10-18T22:50:00.134Z | [ recovery-image] Oct 18 22:49:59.320 INFO O| Oct 18 22:49:59.320 INFO STEP 255 (remove_files) COMPLETE |
4926 | 2024-10-18T22:50:00.136Z | [ recovery-image] Oct 18 22:49:59.320 INFO O| Oct 18 22:49:59.320 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4927 | 2024-10-18T22:50:00.143Z | [ recovery-image] Oct 18 22:49:59.329 INFO O| Oct 18 22:49:59.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4928 | 2024-10-18T22:50:00.143Z | [ recovery-image] Oct 18 22:49:59.330 INFO O| Oct 18 22:49:59.330 INFO STEP 256 (remove_files) COMPLETE |
4929 | 2024-10-18T22:50:00.146Z | [ recovery-image] Oct 18 22:49:59.330 INFO O| Oct 18 22:49:59.330 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4930 | 2024-10-18T22:50:00.153Z | [ recovery-image] Oct 18 22:49:59.339 INFO O| Oct 18 22:49:59.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4931 | 2024-10-18T22:50:00.155Z | [ recovery-image] Oct 18 22:49:59.339 INFO O| Oct 18 22:49:59.339 INFO STEP 257 (remove_files) COMPLETE |
4932 | 2024-10-18T22:50:00.155Z | [ recovery-image] Oct 18 22:49:59.339 INFO O| Oct 18 22:49:59.339 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4933 | 2024-10-18T22:50:00.163Z | [ recovery-image] Oct 18 22:49:59.349 INFO O| Oct 18 22:49:59.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4934 | 2024-10-18T22:50:00.165Z | [ recovery-image] Oct 18 22:49:59.349 INFO O| Oct 18 22:49:59.349 INFO STEP 258 (remove_files) COMPLETE |
4935 | 2024-10-18T22:50:00.165Z | [ recovery-image] Oct 18 22:49:59.349 INFO O| Oct 18 22:49:59.349 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4936 | 2024-10-18T22:50:00.173Z | [ recovery-image] Oct 18 22:49:59.359 INFO O| Oct 18 22:49:59.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4937 | 2024-10-18T22:50:00.173Z | [ recovery-image] Oct 18 22:49:59.359 INFO O| Oct 18 22:49:59.359 INFO STEP 259 (remove_files) COMPLETE |
4938 | 2024-10-18T22:50:00.175Z | [ recovery-image] Oct 18 22:49:59.359 INFO O| Oct 18 22:49:59.359 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4939 | 2024-10-18T22:50:00.182Z | [ recovery-image] Oct 18 22:49:59.368 INFO O| Oct 18 22:49:59.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4940 | 2024-10-18T22:50:00.182Z | [ recovery-image] Oct 18 22:49:59.368 INFO O| Oct 18 22:49:59.368 INFO STEP 260 (remove_files) COMPLETE |
4941 | 2024-10-18T22:50:00.184Z | [ recovery-image] Oct 18 22:49:59.368 INFO O| Oct 18 22:49:59.368 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4942 | 2024-10-18T22:50:00.192Z | [ recovery-image] Oct 18 22:49:59.378 INFO O| Oct 18 22:49:59.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4943 | 2024-10-18T22:50:00.192Z | [ recovery-image] Oct 18 22:49:59.378 INFO O| Oct 18 22:49:59.378 INFO STEP 261 (remove_files) COMPLETE |
4944 | 2024-10-18T22:50:00.194Z | [ recovery-image] Oct 18 22:49:59.378 INFO O| Oct 18 22:49:59.378 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4945 | 2024-10-18T22:50:00.201Z | [ recovery-image] Oct 18 22:49:59.387 INFO O| Oct 18 22:49:59.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4946 | 2024-10-18T22:50:00.201Z | [ recovery-image] Oct 18 22:49:59.388 INFO O| Oct 18 22:49:59.387 INFO STEP 262 (remove_files) COMPLETE |
4947 | 2024-10-18T22:50:00.204Z | [ recovery-image] Oct 18 22:49:59.388 INFO O| Oct 18 22:49:59.387 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4948 | 2024-10-18T22:50:00.211Z | [ recovery-image] Oct 18 22:49:59.397 INFO O| Oct 18 22:49:59.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4949 | 2024-10-18T22:50:00.213Z | [ recovery-image] Oct 18 22:49:59.397 INFO O| Oct 18 22:49:59.397 INFO STEP 263 (remove_files) COMPLETE |
4950 | 2024-10-18T22:50:00.213Z | [ recovery-image] Oct 18 22:49:59.397 INFO O| Oct 18 22:49:59.397 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4951 | 2024-10-18T22:50:00.221Z | [ recovery-image] Oct 18 22:49:59.407 INFO O| Oct 18 22:49:59.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4952 | 2024-10-18T22:50:00.221Z | [ recovery-image] Oct 18 22:49:59.407 INFO O| Oct 18 22:49:59.407 INFO STEP 264 (remove_files) COMPLETE |
4953 | 2024-10-18T22:50:00.223Z | [ recovery-image] Oct 18 22:49:59.407 INFO O| Oct 18 22:49:59.407 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4954 | 2024-10-18T22:50:00.232Z | [ recovery-image] Oct 18 22:49:59.418 INFO O| Oct 18 22:49:59.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4955 | 2024-10-18T22:50:00.232Z | [ recovery-image] Oct 18 22:49:59.418 INFO O| Oct 18 22:49:59.418 INFO STEP 265 (remove_files) COMPLETE |
4956 | 2024-10-18T22:50:00.234Z | [ recovery-image] Oct 18 22:49:59.418 INFO O| Oct 18 22:49:59.418 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4957 | 2024-10-18T22:50:00.241Z | [ recovery-image] Oct 18 22:49:59.427 INFO O| Oct 18 22:49:59.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4958 | 2024-10-18T22:50:00.241Z | [ recovery-image] Oct 18 22:49:59.428 INFO O| Oct 18 22:49:59.428 INFO STEP 266 (remove_files) COMPLETE |
4959 | 2024-10-18T22:50:00.244Z | [ recovery-image] Oct 18 22:49:59.428 INFO O| Oct 18 22:49:59.428 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4960 | 2024-10-18T22:50:00.251Z | [ recovery-image] Oct 18 22:49:59.437 INFO O| Oct 18 22:49:59.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4961 | 2024-10-18T22:50:00.251Z | [ recovery-image] Oct 18 22:49:59.437 INFO O| Oct 18 22:49:59.437 INFO STEP 267 (remove_files) COMPLETE |
4962 | 2024-10-18T22:50:00.253Z | [ recovery-image] Oct 18 22:49:59.437 INFO O| Oct 18 22:49:59.437 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4963 | 2024-10-18T22:50:00.261Z | [ recovery-image] Oct 18 22:49:59.447 INFO O| Oct 18 22:49:59.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4964 | 2024-10-18T22:50:00.261Z | [ recovery-image] Oct 18 22:49:59.447 INFO O| Oct 18 22:49:59.447 INFO STEP 268 (remove_files) COMPLETE |
4965 | 2024-10-18T22:50:00.261Z | [ recovery-image] Oct 18 22:49:59.447 INFO O| Oct 18 22:49:59.447 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4966 | 2024-10-18T22:50:00.270Z | [ recovery-image] Oct 18 22:49:59.457 INFO O| Oct 18 22:49:59.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4967 | 2024-10-18T22:50:00.270Z | [ recovery-image] Oct 18 22:49:59.457 INFO O| Oct 18 22:49:59.457 INFO STEP 269 (remove_files) COMPLETE |
4968 | 2024-10-18T22:50:00.273Z | [ recovery-image] Oct 18 22:49:59.457 INFO O| Oct 18 22:49:59.457 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4969 | 2024-10-18T22:50:00.280Z | [ recovery-image] Oct 18 22:49:59.466 INFO O| Oct 18 22:49:59.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4970 | 2024-10-18T22:50:00.282Z | [ recovery-image] Oct 18 22:49:59.466 INFO O| Oct 18 22:49:59.466 INFO STEP 270 (remove_files) COMPLETE |
4971 | 2024-10-18T22:50:00.282Z | [ recovery-image] Oct 18 22:49:59.466 INFO O| Oct 18 22:49:59.466 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4972 | 2024-10-18T22:50:00.290Z | [ recovery-image] Oct 18 22:49:59.476 INFO O| Oct 18 22:49:59.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4973 | 2024-10-18T22:50:00.290Z | [ recovery-image] Oct 18 22:49:59.476 INFO O| Oct 18 22:49:59.476 INFO STEP 271 (remove_files) COMPLETE |
4974 | 2024-10-18T22:50:00.290Z | [ recovery-image] Oct 18 22:49:59.476 INFO O| Oct 18 22:49:59.476 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4975 | 2024-10-18T22:50:00.300Z | [ recovery-image] Oct 18 22:49:59.486 INFO O| Oct 18 22:49:59.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4976 | 2024-10-18T22:50:00.300Z | [ recovery-image] Oct 18 22:49:59.486 INFO O| Oct 18 22:49:59.486 INFO STEP 272 (remove_files) COMPLETE |
4977 | 2024-10-18T22:50:00.302Z | [ recovery-image] Oct 18 22:49:59.486 INFO O| Oct 18 22:49:59.486 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4978 | 2024-10-18T22:50:00.309Z | [ recovery-image] Oct 18 22:49:59.495 INFO O| Oct 18 22:49:59.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4979 | 2024-10-18T22:50:00.309Z | [ recovery-image] Oct 18 22:49:59.495 INFO O| Oct 18 22:49:59.495 INFO STEP 273 (remove_files) COMPLETE |
4980 | 2024-10-18T22:50:00.311Z | [ recovery-image] Oct 18 22:49:59.495 INFO O| Oct 18 22:49:59.495 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4981 | 2024-10-18T22:50:00.319Z | [ recovery-image] Oct 18 22:49:59.505 INFO O| Oct 18 22:49:59.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4982 | 2024-10-18T22:50:00.319Z | [ recovery-image] Oct 18 22:49:59.505 INFO O| Oct 18 22:49:59.505 INFO STEP 274 (remove_files) COMPLETE |
4983 | 2024-10-18T22:50:00.319Z | [ recovery-image] Oct 18 22:49:59.505 INFO O| Oct 18 22:49:59.505 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4984 | 2024-10-18T22:50:00.328Z | [ recovery-image] Oct 18 22:49:59.514 INFO O| Oct 18 22:49:59.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4985 | 2024-10-18T22:50:00.329Z | [ recovery-image] Oct 18 22:49:59.515 INFO O| Oct 18 22:49:59.515 INFO STEP 275 (remove_files) COMPLETE |
4986 | 2024-10-18T22:50:00.331Z | [ recovery-image] Oct 18 22:49:59.515 INFO O| Oct 18 22:49:59.515 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4987 | 2024-10-18T22:50:00.338Z | [ recovery-image] Oct 18 22:49:59.524 INFO O| Oct 18 22:49:59.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4988 | 2024-10-18T22:50:00.340Z | [ recovery-image] Oct 18 22:49:59.524 INFO O| Oct 18 22:49:59.524 INFO STEP 276 (remove_files) COMPLETE |
4989 | 2024-10-18T22:50:00.340Z | [ recovery-image] Oct 18 22:49:59.524 INFO O| Oct 18 22:49:59.524 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4990 | 2024-10-18T22:50:00.348Z | [ recovery-image] Oct 18 22:49:59.534 INFO O| Oct 18 22:49:59.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4991 | 2024-10-18T22:50:00.348Z | [ recovery-image] Oct 18 22:49:59.534 INFO O| Oct 18 22:49:59.534 INFO STEP 277 (remove_files) COMPLETE |
4992 | 2024-10-18T22:50:00.350Z | [ recovery-image] Oct 18 22:49:59.534 INFO O| Oct 18 22:49:59.534 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4993 | 2024-10-18T22:50:00.358Z | [ recovery-image] Oct 18 22:49:59.544 INFO O| Oct 18 22:49:59.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4994 | 2024-10-18T22:50:00.360Z | [ recovery-image] Oct 18 22:49:59.544 INFO O| Oct 18 22:49:59.544 INFO STEP 278 (remove_files) COMPLETE |
4995 | 2024-10-18T22:50:00.360Z | [ recovery-image] Oct 18 22:49:59.544 INFO O| Oct 18 22:49:59.544 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4996 | 2024-10-18T22:50:00.368Z | [ recovery-image] Oct 18 22:49:59.554 INFO O| Oct 18 22:49:59.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4997 | 2024-10-18T22:50:00.370Z | [ recovery-image] Oct 18 22:49:59.554 INFO O| Oct 18 22:49:59.554 INFO STEP 279 (remove_files) COMPLETE |
4998 | 2024-10-18T22:50:00.370Z | [ recovery-image] Oct 18 22:49:59.554 INFO O| Oct 18 22:49:59.554 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4999 | 2024-10-18T22:50:00.377Z | [ recovery-image] Oct 18 22:49:59.563 INFO O| Oct 18 22:49:59.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5000 | 2024-10-18T22:50:00.379Z | [ recovery-image] Oct 18 22:49:59.563 INFO O| Oct 18 22:49:59.563 INFO STEP 280 (remove_files) COMPLETE |
5001 | 2024-10-18T22:50:00.379Z | [ recovery-image] Oct 18 22:49:59.563 INFO O| Oct 18 22:49:59.563 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5002 | 2024-10-18T22:50:00.387Z | [ recovery-image] Oct 18 22:49:59.573 INFO O| Oct 18 22:49:59.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5003 | 2024-10-18T22:50:00.387Z | [ recovery-image] Oct 18 22:49:59.573 INFO O| Oct 18 22:49:59.573 INFO STEP 281 (remove_files) COMPLETE |
5004 | 2024-10-18T22:50:00.387Z | [ recovery-image] Oct 18 22:49:59.573 INFO O| Oct 18 22:49:59.573 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5005 | 2024-10-18T22:50:00.393Z | [ host-image] Oct 18 22:49:59.578 INFO O| Oct 18 22:49:59.578 INFO O| Done |
5006 | 2024-10-18T22:50:00.397Z | [ recovery-image] Oct 18 22:49:59.583 INFO O| Oct 18 22:49:59.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5007 | 2024-10-18T22:50:00.397Z | [ recovery-image] Oct 18 22:49:59.583 INFO O| Oct 18 22:49:59.583 INFO STEP 282 (remove_files) COMPLETE |
5008 | 2024-10-18T22:50:00.399Z | [ recovery-image] Oct 18 22:49:59.583 INFO O| Oct 18 22:49:59.583 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5009 | 2024-10-18T22:50:00.407Z | [ recovery-image] Oct 18 22:49:59.593 INFO O| Oct 18 22:49:59.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5010 | 2024-10-18T22:50:00.410Z | [ recovery-image] Oct 18 22:49:59.593 INFO O| Oct 18 22:49:59.593 INFO STEP 283 (remove_files) COMPLETE |
5011 | 2024-10-18T22:50:00.410Z | [ recovery-image] Oct 18 22:49:59.593 INFO O| Oct 18 22:49:59.593 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5012 | 2024-10-18T22:50:00.417Z | [ recovery-image] Oct 18 22:49:59.603 INFO O| Oct 18 22:49:59.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5013 | 2024-10-18T22:50:00.417Z | [ recovery-image] Oct 18 22:49:59.603 INFO O| Oct 18 22:49:59.603 INFO STEP 284 (remove_files) COMPLETE |
5014 | 2024-10-18T22:50:00.419Z | [ recovery-image] Oct 18 22:49:59.603 INFO O| Oct 18 22:49:59.603 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5015 | 2024-10-18T22:50:00.427Z | [ recovery-image] Oct 18 22:49:59.613 INFO O| Oct 18 22:49:59.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5016 | 2024-10-18T22:50:00.429Z | [ recovery-image] Oct 18 22:49:59.614 INFO O| Oct 18 22:49:59.614 INFO STEP 285 (remove_files) COMPLETE |
5017 | 2024-10-18T22:50:00.429Z | [ recovery-image] Oct 18 22:49:59.614 INFO O| Oct 18 22:49:59.614 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5018 | 2024-10-18T22:50:00.438Z | [ recovery-image] Oct 18 22:49:59.624 INFO O| Oct 18 22:49:59.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5019 | 2024-10-18T22:50:00.438Z | [ recovery-image] Oct 18 22:49:59.624 INFO O| Oct 18 22:49:59.624 INFO STEP 286 (remove_files) COMPLETE |
5020 | 2024-10-18T22:50:00.440Z | [ recovery-image] Oct 18 22:49:59.624 INFO O| Oct 18 22:49:59.624 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5021 | 2024-10-18T22:50:00.447Z | [ recovery-image] Oct 18 22:49:59.633 INFO O| Oct 18 22:49:59.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5022 | 2024-10-18T22:50:00.449Z | [ recovery-image] Oct 18 22:49:59.634 INFO O| Oct 18 22:49:59.633 INFO STEP 287 (remove_files) COMPLETE |
5023 | 2024-10-18T22:50:00.449Z | [ recovery-image] Oct 18 22:49:59.634 INFO O| Oct 18 22:49:59.634 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5024 | 2024-10-18T22:50:00.457Z | [ recovery-image] Oct 18 22:49:59.643 INFO O| Oct 18 22:49:59.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5025 | 2024-10-18T22:50:00.457Z | [ recovery-image] Oct 18 22:49:59.643 INFO O| Oct 18 22:49:59.643 INFO STEP 288 (remove_files) COMPLETE |
5026 | 2024-10-18T22:50:00.460Z | [ recovery-image] Oct 18 22:49:59.643 INFO O| Oct 18 22:49:59.643 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5027 | 2024-10-18T22:50:00.467Z | [ recovery-image] Oct 18 22:49:59.653 INFO O| Oct 18 22:49:59.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5028 | 2024-10-18T22:50:00.467Z | [ recovery-image] Oct 18 22:49:59.653 INFO O| Oct 18 22:49:59.653 INFO STEP 289 (remove_files) COMPLETE |
5029 | 2024-10-18T22:50:00.467Z | [ recovery-image] Oct 18 22:49:59.653 INFO O| Oct 18 22:49:59.653 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5030 | 2024-10-18T22:50:00.477Z | [ recovery-image] Oct 18 22:49:59.663 INFO O| Oct 18 22:49:59.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5031 | 2024-10-18T22:50:00.477Z | [ recovery-image] Oct 18 22:49:59.663 INFO O| Oct 18 22:49:59.663 INFO STEP 290 (remove_files) COMPLETE |
5032 | 2024-10-18T22:50:00.480Z | [ recovery-image] Oct 18 22:49:59.663 INFO O| Oct 18 22:49:59.663 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5033 | 2024-10-18T22:50:00.488Z | [ recovery-image] Oct 18 22:49:59.673 INFO O| Oct 18 22:49:59.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5034 | 2024-10-18T22:50:00.488Z | [ recovery-image] Oct 18 22:49:59.674 INFO O| Oct 18 22:49:59.673 INFO STEP 291 (remove_files) COMPLETE |
5035 | 2024-10-18T22:50:00.488Z | [ recovery-image] Oct 18 22:49:59.674 INFO O| Oct 18 22:49:59.674 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5036 | 2024-10-18T22:50:00.498Z | [ recovery-image] Oct 18 22:49:59.683 INFO O| Oct 18 22:49:59.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5037 | 2024-10-18T22:50:00.498Z | [ recovery-image] Oct 18 22:49:59.684 INFO O| Oct 18 22:49:59.683 INFO STEP 292 (remove_files) COMPLETE |
5038 | 2024-10-18T22:50:00.500Z | [ recovery-image] Oct 18 22:49:59.684 INFO O| Oct 18 22:49:59.684 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5039 | 2024-10-18T22:50:00.508Z | [ recovery-image] Oct 18 22:49:59.694 INFO O| Oct 18 22:49:59.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5040 | 2024-10-18T22:50:00.509Z | [ recovery-image] Oct 18 22:49:59.694 INFO O| Oct 18 22:49:59.694 INFO STEP 293 (remove_files) COMPLETE |
5041 | 2024-10-18T22:50:00.509Z | [ recovery-image] Oct 18 22:49:59.694 INFO O| Oct 18 22:49:59.694 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5042 | 2024-10-18T22:50:00.518Z | [ recovery-image] Oct 18 22:49:59.704 INFO O| Oct 18 22:49:59.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5043 | 2024-10-18T22:50:00.521Z | [ recovery-image] Oct 18 22:49:59.704 INFO O| Oct 18 22:49:59.704 INFO STEP 294 (remove_files) COMPLETE |
5044 | 2024-10-18T22:50:00.521Z | [ recovery-image] Oct 18 22:49:59.704 INFO O| Oct 18 22:49:59.704 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5045 | 2024-10-18T22:50:00.528Z | [ recovery-image] Oct 18 22:49:59.714 INFO O| Oct 18 22:49:59.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5046 | 2024-10-18T22:50:00.528Z | [ recovery-image] Oct 18 22:49:59.714 INFO O| Oct 18 22:49:59.714 INFO STEP 295 (remove_files) COMPLETE |
5047 | 2024-10-18T22:50:00.530Z | [ recovery-image] Oct 18 22:49:59.714 INFO O| Oct 18 22:49:59.714 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5048 | 2024-10-18T22:50:00.538Z | [ recovery-image] Oct 18 22:49:59.724 INFO O| Oct 18 22:49:59.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5049 | 2024-10-18T22:50:00.538Z | [ recovery-image] Oct 18 22:49:59.724 INFO O| Oct 18 22:49:59.724 INFO STEP 296 (remove_files) COMPLETE |
5050 | 2024-10-18T22:50:00.538Z | [ recovery-image] Oct 18 22:49:59.724 INFO O| Oct 18 22:49:59.724 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5051 | 2024-10-18T22:50:00.548Z | [ recovery-image] Oct 18 22:49:59.734 INFO O| Oct 18 22:49:59.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5052 | 2024-10-18T22:50:00.548Z | [ recovery-image] Oct 18 22:49:59.734 INFO O| Oct 18 22:49:59.734 INFO STEP 297 (remove_files) COMPLETE |
5053 | 2024-10-18T22:50:00.550Z | [ recovery-image] Oct 18 22:49:59.734 INFO O| Oct 18 22:49:59.734 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5054 | 2024-10-18T22:50:00.558Z | [ recovery-image] Oct 18 22:49:59.744 INFO O| Oct 18 22:49:59.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5055 | 2024-10-18T22:50:00.558Z | [ recovery-image] Oct 18 22:49:59.744 INFO O| Oct 18 22:49:59.744 INFO STEP 298 (remove_files) COMPLETE |
5056 | 2024-10-18T22:50:00.558Z | [ recovery-image] Oct 18 22:49:59.744 INFO O| Oct 18 22:49:59.744 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5057 | 2024-10-18T22:50:00.568Z | [ recovery-image] Oct 18 22:49:59.754 INFO O| Oct 18 22:49:59.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5058 | 2024-10-18T22:50:00.568Z | [ recovery-image] Oct 18 22:49:59.754 INFO O| Oct 18 22:49:59.754 INFO STEP 299 (remove_files) COMPLETE |
5059 | 2024-10-18T22:50:00.571Z | [ recovery-image] Oct 18 22:49:59.754 INFO O| Oct 18 22:49:59.754 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5060 | 2024-10-18T22:50:00.577Z | [ recovery-image] Oct 18 22:49:59.763 INFO O| Oct 18 22:49:59.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5061 | 2024-10-18T22:50:00.579Z | [ recovery-image] Oct 18 22:49:59.763 INFO O| Oct 18 22:49:59.763 INFO STEP 300 (remove_files) COMPLETE |
5062 | 2024-10-18T22:50:00.579Z | [ recovery-image] Oct 18 22:49:59.763 INFO O| Oct 18 22:49:59.763 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5063 | 2024-10-18T22:50:00.587Z | [ recovery-image] Oct 18 22:49:59.773 INFO O| Oct 18 22:49:59.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5064 | 2024-10-18T22:50:00.587Z | [ recovery-image] Oct 18 22:49:59.773 INFO O| Oct 18 22:49:59.773 INFO STEP 301 (remove_files) COMPLETE |
5065 | 2024-10-18T22:50:00.589Z | [ recovery-image] Oct 18 22:49:59.773 INFO O| Oct 18 22:49:59.773 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5066 | 2024-10-18T22:50:00.597Z | [ recovery-image] Oct 18 22:49:59.783 INFO O| Oct 18 22:49:59.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5067 | 2024-10-18T22:50:00.597Z | [ recovery-image] Oct 18 22:49:59.783 INFO O| Oct 18 22:49:59.783 INFO STEP 302 (remove_files) COMPLETE |
5068 | 2024-10-18T22:50:00.597Z | [ recovery-image] Oct 18 22:49:59.783 INFO O| Oct 18 22:49:59.783 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5069 | 2024-10-18T22:50:00.608Z | [ recovery-image] Oct 18 22:49:59.794 INFO O| Oct 18 22:49:59.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5070 | 2024-10-18T22:50:00.608Z | [ recovery-image] Oct 18 22:49:59.794 INFO O| Oct 18 22:49:59.794 INFO STEP 303 (remove_files) COMPLETE |
5071 | 2024-10-18T22:50:00.610Z | [ recovery-image] Oct 18 22:49:59.794 INFO O| Oct 18 22:49:59.794 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5072 | 2024-10-18T22:50:00.617Z | [ recovery-image] Oct 18 22:49:59.803 INFO O| Oct 18 22:49:59.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5073 | 2024-10-18T22:50:00.619Z | [ recovery-image] Oct 18 22:49:59.803 INFO O| Oct 18 22:49:59.803 INFO STEP 304 (remove_files) COMPLETE |
5074 | 2024-10-18T22:50:00.619Z | [ recovery-image] Oct 18 22:49:59.803 INFO O| Oct 18 22:49:59.803 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5075 | 2024-10-18T22:50:00.627Z | [ recovery-image] Oct 18 22:49:59.813 INFO O| Oct 18 22:49:59.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5076 | 2024-10-18T22:50:00.628Z | [ recovery-image] Oct 18 22:49:59.814 INFO O| Oct 18 22:49:59.813 INFO STEP 305 (remove_files) COMPLETE |
5077 | 2024-10-18T22:50:00.628Z | [ recovery-image] Oct 18 22:49:59.814 INFO O| Oct 18 22:49:59.814 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5078 | 2024-10-18T22:50:00.637Z | [ recovery-image] Oct 18 22:49:59.823 INFO O| Oct 18 22:49:59.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5079 | 2024-10-18T22:50:00.637Z | [ recovery-image] Oct 18 22:49:59.823 INFO O| Oct 18 22:49:59.823 INFO STEP 306 (remove_files) COMPLETE |
5080 | 2024-10-18T22:50:00.640Z | [ recovery-image] Oct 18 22:49:59.823 INFO O| Oct 18 22:49:59.823 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5081 | 2024-10-18T22:50:00.647Z | [ recovery-image] Oct 18 22:49:59.833 INFO O| Oct 18 22:49:59.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5082 | 2024-10-18T22:50:00.647Z | [ recovery-image] Oct 18 22:49:59.833 INFO O| Oct 18 22:49:59.833 INFO STEP 307 (remove_files) COMPLETE |
5083 | 2024-10-18T22:50:00.649Z | [ recovery-image] Oct 18 22:49:59.833 INFO O| Oct 18 22:49:59.833 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5084 | 2024-10-18T22:50:00.656Z | [ recovery-image] Oct 18 22:49:59.842 INFO O| Oct 18 22:49:59.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5085 | 2024-10-18T22:50:00.656Z | [ recovery-image] Oct 18 22:49:59.842 INFO O| Oct 18 22:49:59.842 INFO STEP 308 (remove_files) COMPLETE |
5086 | 2024-10-18T22:50:00.656Z | [ recovery-image] Oct 18 22:49:59.842 INFO O| Oct 18 22:49:59.842 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5087 | 2024-10-18T22:50:00.666Z | [ recovery-image] Oct 18 22:49:59.852 INFO O| Oct 18 22:49:59.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5088 | 2024-10-18T22:50:00.666Z | [ recovery-image] Oct 18 22:49:59.852 INFO O| Oct 18 22:49:59.852 INFO STEP 309 (remove_files) COMPLETE |
5089 | 2024-10-18T22:50:00.666Z | [ recovery-image] Oct 18 22:49:59.852 INFO O| Oct 18 22:49:59.852 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5090 | 2024-10-18T22:50:00.676Z | [ recovery-image] Oct 18 22:49:59.862 INFO O| Oct 18 22:49:59.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5091 | 2024-10-18T22:50:00.676Z | [ recovery-image] Oct 18 22:49:59.862 INFO O| Oct 18 22:49:59.862 INFO STEP 310 (remove_files) COMPLETE |
5092 | 2024-10-18T22:50:00.676Z | [ recovery-image] Oct 18 22:49:59.862 INFO O| Oct 18 22:49:59.862 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5093 | 2024-10-18T22:50:00.685Z | [ recovery-image] Oct 18 22:49:59.871 INFO O| Oct 18 22:49:59.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5094 | 2024-10-18T22:50:00.685Z | [ recovery-image] Oct 18 22:49:59.871 INFO O| Oct 18 22:49:59.871 INFO STEP 311 (remove_files) COMPLETE |
5095 | 2024-10-18T22:50:00.687Z | [ recovery-image] Oct 18 22:49:59.871 INFO O| Oct 18 22:49:59.871 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5096 | 2024-10-18T22:50:00.695Z | [ recovery-image] Oct 18 22:49:59.881 INFO O| Oct 18 22:49:59.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5097 | 2024-10-18T22:50:00.695Z | [ recovery-image] Oct 18 22:49:59.881 INFO O| Oct 18 22:49:59.881 INFO STEP 312 (remove_files) COMPLETE |
5098 | 2024-10-18T22:50:00.697Z | [ recovery-image] Oct 18 22:49:59.881 INFO O| Oct 18 22:49:59.881 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5099 | 2024-10-18T22:50:00.705Z | [ recovery-image] Oct 18 22:49:59.891 INFO O| Oct 18 22:49:59.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5100 | 2024-10-18T22:50:00.705Z | [ recovery-image] Oct 18 22:49:59.891 INFO O| Oct 18 22:49:59.891 INFO STEP 313 (remove_files) COMPLETE |
5101 | 2024-10-18T22:50:00.707Z | [ recovery-image] Oct 18 22:49:59.891 INFO O| Oct 18 22:49:59.891 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5102 | 2024-10-18T22:50:00.714Z | [ recovery-image] Oct 18 22:49:59.900 INFO O| Oct 18 22:49:59.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5103 | 2024-10-18T22:50:00.714Z | [ recovery-image] Oct 18 22:49:59.900 INFO O| Oct 18 22:49:59.900 INFO STEP 314 (remove_files) COMPLETE |
5104 | 2024-10-18T22:50:00.716Z | [ recovery-image] Oct 18 22:49:59.900 INFO O| Oct 18 22:49:59.900 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5105 | 2024-10-18T22:50:00.724Z | [ recovery-image] Oct 18 22:49:59.910 INFO O| Oct 18 22:49:59.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5106 | 2024-10-18T22:50:00.724Z | [ recovery-image] Oct 18 22:49:59.910 INFO O| Oct 18 22:49:59.910 INFO STEP 315 (remove_files) COMPLETE |
5107 | 2024-10-18T22:50:00.726Z | [ recovery-image] Oct 18 22:49:59.910 INFO O| Oct 18 22:49:59.910 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5108 | 2024-10-18T22:50:00.734Z | [ recovery-image] Oct 18 22:49:59.920 INFO O| Oct 18 22:49:59.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5109 | 2024-10-18T22:50:00.734Z | [ recovery-image] Oct 18 22:49:59.920 INFO O| Oct 18 22:49:59.920 INFO STEP 316 (remove_files) COMPLETE |
5110 | 2024-10-18T22:50:00.734Z | [ recovery-image] Oct 18 22:49:59.920 INFO O| Oct 18 22:49:59.920 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5111 | 2024-10-18T22:50:00.744Z | [ recovery-image] Oct 18 22:49:59.930 INFO O| Oct 18 22:49:59.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5112 | 2024-10-18T22:50:00.744Z | [ recovery-image] Oct 18 22:49:59.930 INFO O| Oct 18 22:49:59.930 INFO STEP 317 (remove_files) COMPLETE |
5113 | 2024-10-18T22:50:00.746Z | [ recovery-image] Oct 18 22:49:59.930 INFO O| Oct 18 22:49:59.930 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5114 | 2024-10-18T22:50:00.755Z | [ recovery-image] Oct 18 22:49:59.940 INFO O| Oct 18 22:49:59.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5115 | 2024-10-18T22:50:00.756Z | [ recovery-image] Oct 18 22:49:59.941 INFO O| Oct 18 22:49:59.941 INFO STEP 318 (remove_files) COMPLETE |
5116 | 2024-10-18T22:50:00.758Z | [ recovery-image] Oct 18 22:49:59.941 INFO O| Oct 18 22:49:59.941 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5117 | 2024-10-18T22:50:00.765Z | [ recovery-image] Oct 18 22:49:59.951 INFO O| Oct 18 22:49:59.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5118 | 2024-10-18T22:50:00.765Z | [ recovery-image] Oct 18 22:49:59.951 INFO O| Oct 18 22:49:59.951 INFO STEP 319 (remove_files) COMPLETE |
5119 | 2024-10-18T22:50:00.765Z | [ recovery-image] Oct 18 22:49:59.951 INFO O| Oct 18 22:49:59.951 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5120 | 2024-10-18T22:50:00.774Z | [ recovery-image] Oct 18 22:49:59.960 INFO O| Oct 18 22:49:59.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5121 | 2024-10-18T22:50:00.774Z | [ recovery-image] Oct 18 22:49:59.960 INFO O| Oct 18 22:49:59.960 INFO STEP 320 (remove_files) COMPLETE |
5122 | 2024-10-18T22:50:00.777Z | [ recovery-image] Oct 18 22:49:59.960 INFO O| Oct 18 22:49:59.960 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5123 | 2024-10-18T22:50:00.784Z | [ recovery-image] Oct 18 22:49:59.970 INFO O| Oct 18 22:49:59.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5124 | 2024-10-18T22:50:00.784Z | [ recovery-image] Oct 18 22:49:59.970 INFO O| Oct 18 22:49:59.970 INFO STEP 321 (remove_files) COMPLETE |
5125 | 2024-10-18T22:50:00.784Z | [ recovery-image] Oct 18 22:49:59.970 INFO O| Oct 18 22:49:59.970 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5126 | 2024-10-18T22:50:00.793Z | [ recovery-image] Oct 18 22:49:59.980 INFO O| Oct 18 22:49:59.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5127 | 2024-10-18T22:50:00.794Z | [ recovery-image] Oct 18 22:49:59.980 INFO O| Oct 18 22:49:59.980 INFO STEP 322 (remove_files) COMPLETE |
5128 | 2024-10-18T22:50:00.796Z | [ recovery-image] Oct 18 22:49:59.980 INFO O| Oct 18 22:49:59.980 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5129 | 2024-10-18T22:50:00.803Z | [ recovery-image] Oct 18 22:49:59.989 INFO O| Oct 18 22:49:59.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5130 | 2024-10-18T22:50:00.803Z | [ recovery-image] Oct 18 22:49:59.989 INFO O| Oct 18 22:49:59.989 INFO STEP 323 (remove_files) COMPLETE |
5131 | 2024-10-18T22:50:00.805Z | [ recovery-image] Oct 18 22:49:59.989 INFO O| Oct 18 22:49:59.989 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5132 | 2024-10-18T22:50:00.813Z | [ recovery-image] Oct 18 22:49:59.999 INFO O| Oct 18 22:49:59.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5133 | 2024-10-18T22:50:00.813Z | [ recovery-image] Oct 18 22:49:59.999 INFO O| Oct 18 22:49:59.999 INFO STEP 324 (remove_files) COMPLETE |
5134 | 2024-10-18T22:50:00.815Z | [ recovery-image] Oct 18 22:49:59.999 INFO O| Oct 18 22:49:59.999 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5135 | 2024-10-18T22:50:00.824Z | [ recovery-image] Oct 18 22:50:00.010 INFO O| Oct 18 22:50:00.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5136 | 2024-10-18T22:50:00.824Z | [ recovery-image] Oct 18 22:50:00.010 INFO O| Oct 18 22:50:00.010 INFO STEP 325 (remove_files) COMPLETE |
5137 | 2024-10-18T22:50:00.824Z | [ recovery-image] Oct 18 22:50:00.010 INFO O| Oct 18 22:50:00.010 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5138 | 2024-10-18T22:50:00.833Z | [ recovery-image] Oct 18 22:50:00.019 INFO O| Oct 18 22:50:00.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5139 | 2024-10-18T22:50:00.833Z | [ recovery-image] Oct 18 22:50:00.019 INFO O| Oct 18 22:50:00.019 INFO STEP 326 (remove_files) COMPLETE |
5140 | 2024-10-18T22:50:00.833Z | [ recovery-image] Oct 18 22:50:00.019 INFO O| Oct 18 22:50:00.019 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5141 | 2024-10-18T22:50:00.843Z | [ recovery-image] Oct 18 22:50:00.029 INFO O| Oct 18 22:50:00.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5142 | 2024-10-18T22:50:00.845Z | [ recovery-image] Oct 18 22:50:00.029 INFO O| Oct 18 22:50:00.029 INFO STEP 327 (remove_files) COMPLETE |
5143 | 2024-10-18T22:50:00.845Z | [ recovery-image] Oct 18 22:50:00.029 INFO O| Oct 18 22:50:00.029 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5144 | 2024-10-18T22:50:00.853Z | [ recovery-image] Oct 18 22:50:00.039 INFO O| Oct 18 22:50:00.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5145 | 2024-10-18T22:50:00.853Z | [ recovery-image] Oct 18 22:50:00.039 INFO O| Oct 18 22:50:00.039 INFO STEP 328 (remove_files) COMPLETE |
5146 | 2024-10-18T22:50:00.855Z | [ recovery-image] Oct 18 22:50:00.039 INFO O| Oct 18 22:50:00.039 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5147 | 2024-10-18T22:50:00.863Z | [ recovery-image] Oct 18 22:50:00.049 INFO O| Oct 18 22:50:00.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5148 | 2024-10-18T22:50:00.863Z | [ recovery-image] Oct 18 22:50:00.049 INFO O| Oct 18 22:50:00.049 INFO STEP 329 (remove_files) COMPLETE |
5149 | 2024-10-18T22:50:00.866Z | [ recovery-image] Oct 18 22:50:00.049 INFO O| Oct 18 22:50:00.049 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5150 | 2024-10-18T22:50:00.873Z | [ recovery-image] Oct 18 22:50:00.059 INFO O| Oct 18 22:50:00.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5151 | 2024-10-18T22:50:00.875Z | [ recovery-image] Oct 18 22:50:00.059 INFO O| Oct 18 22:50:00.059 INFO STEP 330 (remove_files) COMPLETE |
5152 | 2024-10-18T22:50:00.875Z | [ recovery-image] Oct 18 22:50:00.059 INFO O| Oct 18 22:50:00.059 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5153 | 2024-10-18T22:50:00.883Z | [ recovery-image] Oct 18 22:50:00.068 INFO O| Oct 18 22:50:00.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5154 | 2024-10-18T22:50:00.883Z | [ recovery-image] Oct 18 22:50:00.069 INFO O| Oct 18 22:50:00.069 INFO STEP 331 (remove_files) COMPLETE |
5155 | 2024-10-18T22:50:00.883Z | [ recovery-image] Oct 18 22:50:00.069 INFO O| Oct 18 22:50:00.069 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5156 | 2024-10-18T22:50:00.892Z | [ recovery-image] Oct 18 22:50:00.078 INFO O| Oct 18 22:50:00.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5157 | 2024-10-18T22:50:00.895Z | [ recovery-image] Oct 18 22:50:00.079 INFO O| Oct 18 22:50:00.078 INFO STEP 332 (remove_files) COMPLETE |
5158 | 2024-10-18T22:50:00.895Z | [ recovery-image] Oct 18 22:50:00.079 INFO O| Oct 18 22:50:00.079 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5159 | 2024-10-18T22:50:00.903Z | [ recovery-image] Oct 18 22:50:00.088 INFO O| Oct 18 22:50:00.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5160 | 2024-10-18T22:50:00.905Z | [ recovery-image] Oct 18 22:50:00.089 INFO O| Oct 18 22:50:00.089 INFO STEP 333 (remove_files) COMPLETE |
5161 | 2024-10-18T22:50:00.905Z | [ recovery-image] Oct 18 22:50:00.089 INFO O| Oct 18 22:50:00.089 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5162 | 2024-10-18T22:50:00.912Z | [ recovery-image] Oct 18 22:50:00.098 INFO O| Oct 18 22:50:00.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5163 | 2024-10-18T22:50:00.912Z | [ recovery-image] Oct 18 22:50:00.098 INFO O| Oct 18 22:50:00.098 INFO STEP 334 (remove_files) COMPLETE |
5164 | 2024-10-18T22:50:00.915Z | [ recovery-image] Oct 18 22:50:00.098 INFO O| Oct 18 22:50:00.098 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5165 | 2024-10-18T22:50:00.922Z | [ recovery-image] Oct 18 22:50:00.108 INFO O| Oct 18 22:50:00.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5166 | 2024-10-18T22:50:00.922Z | [ recovery-image] Oct 18 22:50:00.108 INFO O| Oct 18 22:50:00.108 INFO STEP 335 (remove_files) COMPLETE |
5167 | 2024-10-18T22:50:00.924Z | [ recovery-image] Oct 18 22:50:00.108 INFO O| Oct 18 22:50:00.108 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5168 | 2024-10-18T22:50:00.932Z | [ recovery-image] Oct 18 22:50:00.118 INFO O| Oct 18 22:50:00.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5169 | 2024-10-18T22:50:00.932Z | [ recovery-image] Oct 18 22:50:00.118 INFO O| Oct 18 22:50:00.118 INFO STEP 336 (remove_files) COMPLETE |
5170 | 2024-10-18T22:50:00.935Z | [ recovery-image] Oct 18 22:50:00.118 INFO O| Oct 18 22:50:00.118 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5171 | 2024-10-18T22:50:00.941Z | [ recovery-image] Oct 18 22:50:00.127 INFO O| Oct 18 22:50:00.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5172 | 2024-10-18T22:50:00.941Z | [ recovery-image] Oct 18 22:50:00.127 INFO O| Oct 18 22:50:00.127 INFO STEP 337 (remove_files) COMPLETE |
5173 | 2024-10-18T22:50:00.944Z | [ recovery-image] Oct 18 22:50:00.127 INFO O| Oct 18 22:50:00.127 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5174 | 2024-10-18T22:50:00.952Z | [ recovery-image] Oct 18 22:50:00.138 INFO O| Oct 18 22:50:00.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5175 | 2024-10-18T22:50:00.952Z | [ recovery-image] Oct 18 22:50:00.138 INFO O| Oct 18 22:50:00.138 INFO STEP 338 (remove_files) COMPLETE |
5176 | 2024-10-18T22:50:00.954Z | [ recovery-image] Oct 18 22:50:00.138 INFO O| Oct 18 22:50:00.138 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5177 | 2024-10-18T22:50:00.961Z | [ recovery-image] Oct 18 22:50:00.147 INFO O| Oct 18 22:50:00.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5178 | 2024-10-18T22:50:00.961Z | [ recovery-image] Oct 18 22:50:00.147 INFO O| Oct 18 22:50:00.147 INFO STEP 339 (remove_files) COMPLETE |
5179 | 2024-10-18T22:50:00.964Z | [ recovery-image] Oct 18 22:50:00.147 INFO O| Oct 18 22:50:00.147 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5180 | 2024-10-18T22:50:00.971Z | [ recovery-image] Oct 18 22:50:00.157 INFO O| Oct 18 22:50:00.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5181 | 2024-10-18T22:50:00.974Z | [ recovery-image] Oct 18 22:50:00.157 INFO O| Oct 18 22:50:00.157 INFO STEP 340 (remove_files) COMPLETE |
5182 | 2024-10-18T22:50:00.974Z | [ recovery-image] Oct 18 22:50:00.157 INFO O| Oct 18 22:50:00.157 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5183 | 2024-10-18T22:50:00.981Z | [ recovery-image] Oct 18 22:50:00.167 INFO O| Oct 18 22:50:00.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5184 | 2024-10-18T22:50:00.981Z | [ recovery-image] Oct 18 22:50:00.167 INFO O| Oct 18 22:50:00.167 INFO STEP 341 (remove_files) COMPLETE |
5185 | 2024-10-18T22:50:00.981Z | [ recovery-image] Oct 18 22:50:00.167 INFO O| Oct 18 22:50:00.167 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5186 | 2024-10-18T22:50:00.991Z | [ recovery-image] Oct 18 22:50:00.177 INFO O| Oct 18 22:50:00.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5187 | 2024-10-18T22:50:00.991Z | [ recovery-image] Oct 18 22:50:00.177 INFO O| Oct 18 22:50:00.177 INFO STEP 342 (remove_files) COMPLETE |
5188 | 2024-10-18T22:50:00.993Z | [ recovery-image] Oct 18 22:50:00.177 INFO O| Oct 18 22:50:00.177 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5189 | 2024-10-18T22:50:01.002Z | [ recovery-image] Oct 18 22:50:00.188 INFO O| Oct 18 22:50:00.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5190 | 2024-10-18T22:50:01.002Z | [ recovery-image] Oct 18 22:50:00.188 INFO O| Oct 18 22:50:00.188 INFO STEP 343 (remove_files) COMPLETE |
5191 | 2024-10-18T22:50:01.005Z | [ recovery-image] Oct 18 22:50:00.188 INFO O| Oct 18 22:50:00.188 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5192 | 2024-10-18T22:50:01.013Z | [ recovery-image] Oct 18 22:50:00.199 INFO O| Oct 18 22:50:00.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5193 | 2024-10-18T22:50:01.014Z | [ recovery-image] Oct 18 22:50:00.200 INFO O| Oct 18 22:50:00.199 INFO STEP 344 (remove_files) COMPLETE |
5194 | 2024-10-18T22:50:01.016Z | [ recovery-image] Oct 18 22:50:00.200 INFO O| Oct 18 22:50:00.200 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5195 | 2024-10-18T22:50:01.025Z | [ recovery-image] Oct 18 22:50:00.210 INFO O| Oct 18 22:50:00.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5196 | 2024-10-18T22:50:01.025Z | [ recovery-image] Oct 18 22:50:00.210 INFO O| Oct 18 22:50:00.210 INFO STEP 345 (remove_files) COMPLETE |
5197 | 2024-10-18T22:50:01.025Z | [ recovery-image] Oct 18 22:50:00.210 INFO O| Oct 18 22:50:00.210 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5198 | 2024-10-18T22:50:01.035Z | [ recovery-image] Oct 18 22:50:00.221 INFO O| Oct 18 22:50:00.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5199 | 2024-10-18T22:50:01.035Z | [ recovery-image] Oct 18 22:50:00.221 INFO O| Oct 18 22:50:00.221 INFO STEP 346 (remove_files) COMPLETE |
5200 | 2024-10-18T22:50:01.035Z | [ recovery-image] Oct 18 22:50:00.221 INFO O| Oct 18 22:50:00.221 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5201 | 2024-10-18T22:50:01.045Z | [ recovery-image] Oct 18 22:50:00.231 INFO O| Oct 18 22:50:00.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5202 | 2024-10-18T22:50:01.045Z | [ recovery-image] Oct 18 22:50:00.231 INFO O| Oct 18 22:50:00.231 INFO STEP 347 (remove_files) COMPLETE |
5203 | 2024-10-18T22:50:01.045Z | [ recovery-image] Oct 18 22:50:00.231 INFO O| Oct 18 22:50:00.231 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5204 | 2024-10-18T22:50:01.054Z | [ recovery-image] Oct 18 22:50:00.240 INFO O| Oct 18 22:50:00.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5205 | 2024-10-18T22:50:01.054Z | [ recovery-image] Oct 18 22:50:00.241 INFO O| Oct 18 22:50:00.240 INFO STEP 348 (remove_files) COMPLETE |
5206 | 2024-10-18T22:50:01.055Z | [ recovery-image] Oct 18 22:50:00.241 INFO O| Oct 18 22:50:00.241 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5207 | 2024-10-18T22:50:01.064Z | [ recovery-image] Oct 18 22:50:00.250 INFO O| Oct 18 22:50:00.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5208 | 2024-10-18T22:50:01.064Z | [ recovery-image] Oct 18 22:50:00.250 INFO O| Oct 18 22:50:00.250 INFO STEP 349 (remove_files) COMPLETE |
5209 | 2024-10-18T22:50:01.067Z | [ recovery-image] Oct 18 22:50:00.250 INFO O| Oct 18 22:50:00.250 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5210 | 2024-10-18T22:50:01.074Z | [ recovery-image] Oct 18 22:50:00.260 INFO O| Oct 18 22:50:00.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5211 | 2024-10-18T22:50:01.074Z | [ recovery-image] Oct 18 22:50:00.260 INFO O| Oct 18 22:50:00.260 INFO STEP 350 (remove_files) COMPLETE |
5212 | 2024-10-18T22:50:01.076Z | [ recovery-image] Oct 18 22:50:00.260 INFO O| Oct 18 22:50:00.260 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5213 | 2024-10-18T22:50:01.084Z | [ recovery-image] Oct 18 22:50:00.270 INFO O| Oct 18 22:50:00.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5214 | 2024-10-18T22:50:01.084Z | [ recovery-image] Oct 18 22:50:00.270 INFO O| Oct 18 22:50:00.270 INFO STEP 351 (remove_files) COMPLETE |
5215 | 2024-10-18T22:50:01.084Z | [ recovery-image] Oct 18 22:50:00.270 INFO O| Oct 18 22:50:00.270 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5216 | 2024-10-18T22:50:01.093Z | [ recovery-image] Oct 18 22:50:00.279 INFO O| Oct 18 22:50:00.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5217 | 2024-10-18T22:50:01.096Z | [ recovery-image] Oct 18 22:50:00.279 INFO O| Oct 18 22:50:00.279 INFO STEP 352 (remove_files) COMPLETE |
5218 | 2024-10-18T22:50:01.096Z | [ recovery-image] Oct 18 22:50:00.279 INFO O| Oct 18 22:50:00.279 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5219 | 2024-10-18T22:50:01.103Z | [ recovery-image] Oct 18 22:50:00.289 INFO O| Oct 18 22:50:00.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5220 | 2024-10-18T22:50:01.103Z | [ recovery-image] Oct 18 22:50:00.289 INFO O| Oct 18 22:50:00.289 INFO STEP 353 (remove_files) COMPLETE |
5221 | 2024-10-18T22:50:01.103Z | [ recovery-image] Oct 18 22:50:00.289 INFO O| Oct 18 22:50:00.289 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5222 | 2024-10-18T22:50:01.113Z | [ recovery-image] Oct 18 22:50:00.299 INFO O| Oct 18 22:50:00.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5223 | 2024-10-18T22:50:01.113Z | [ recovery-image] Oct 18 22:50:00.299 INFO O| Oct 18 22:50:00.299 INFO STEP 354 (remove_files) COMPLETE |
5224 | 2024-10-18T22:50:01.115Z | [ recovery-image] Oct 18 22:50:00.299 INFO O| Oct 18 22:50:00.299 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5225 | 2024-10-18T22:50:01.123Z | [ recovery-image] Oct 18 22:50:00.309 INFO O| Oct 18 22:50:00.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5226 | 2024-10-18T22:50:01.123Z | [ recovery-image] Oct 18 22:50:00.309 INFO O| Oct 18 22:50:00.309 INFO STEP 355 (remove_files) COMPLETE |
5227 | 2024-10-18T22:50:01.125Z | [ recovery-image] Oct 18 22:50:00.309 INFO O| Oct 18 22:50:00.309 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5228 | 2024-10-18T22:50:01.133Z | [ recovery-image] Oct 18 22:50:00.319 INFO O| Oct 18 22:50:00.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5229 | 2024-10-18T22:50:01.133Z | [ recovery-image] Oct 18 22:50:00.319 INFO O| Oct 18 22:50:00.319 INFO STEP 356 (remove_files) COMPLETE |
5230 | 2024-10-18T22:50:01.133Z | [ recovery-image] Oct 18 22:50:00.319 INFO O| Oct 18 22:50:00.319 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5231 | 2024-10-18T22:50:01.143Z | [ recovery-image] Oct 18 22:50:00.329 INFO O| Oct 18 22:50:00.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5232 | 2024-10-18T22:50:01.143Z | [ recovery-image] Oct 18 22:50:00.329 INFO O| Oct 18 22:50:00.329 INFO STEP 357 (remove_files) COMPLETE |
5233 | 2024-10-18T22:50:01.143Z | [ recovery-image] Oct 18 22:50:00.329 INFO O| Oct 18 22:50:00.329 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5234 | 2024-10-18T22:50:01.152Z | [ recovery-image] Oct 18 22:50:00.338 INFO O| Oct 18 22:50:00.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5235 | 2024-10-18T22:50:01.152Z | [ recovery-image] Oct 18 22:50:00.338 INFO O| Oct 18 22:50:00.338 INFO STEP 358 (remove_files) COMPLETE |
5236 | 2024-10-18T22:50:01.152Z | [ recovery-image] Oct 18 22:50:00.338 INFO O| Oct 18 22:50:00.338 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5237 | 2024-10-18T22:50:01.162Z | [ recovery-image] Oct 18 22:50:00.348 INFO O| Oct 18 22:50:00.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5238 | 2024-10-18T22:50:01.162Z | [ recovery-image] Oct 18 22:50:00.348 INFO O| Oct 18 22:50:00.348 INFO STEP 359 (remove_files) COMPLETE |
5239 | 2024-10-18T22:50:01.164Z | [ recovery-image] Oct 18 22:50:00.348 INFO O| Oct 18 22:50:00.348 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5240 | 2024-10-18T22:50:01.171Z | [ recovery-image] Oct 18 22:50:00.357 INFO O| Oct 18 22:50:00.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5241 | 2024-10-18T22:50:01.171Z | [ recovery-image] Oct 18 22:50:00.358 INFO O| Oct 18 22:50:00.358 INFO STEP 360 (remove_files) COMPLETE |
5242 | 2024-10-18T22:50:01.174Z | [ recovery-image] Oct 18 22:50:00.358 INFO O| Oct 18 22:50:00.358 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5243 | 2024-10-18T22:50:01.181Z | [ recovery-image] Oct 18 22:50:00.367 INFO O| Oct 18 22:50:00.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5244 | 2024-10-18T22:50:01.181Z | [ recovery-image] Oct 18 22:50:00.367 INFO O| Oct 18 22:50:00.367 INFO STEP 361 (remove_files) COMPLETE |
5245 | 2024-10-18T22:50:01.183Z | [ recovery-image] Oct 18 22:50:00.367 INFO O| Oct 18 22:50:00.367 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5246 | 2024-10-18T22:50:01.191Z | [ recovery-image] Oct 18 22:50:00.377 INFO O| Oct 18 22:50:00.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5247 | 2024-10-18T22:50:01.191Z | [ recovery-image] Oct 18 22:50:00.377 INFO O| Oct 18 22:50:00.377 INFO STEP 362 (remove_files) COMPLETE |
5248 | 2024-10-18T22:50:01.193Z | [ recovery-image] Oct 18 22:50:00.377 INFO O| Oct 18 22:50:00.377 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5249 | 2024-10-18T22:50:01.201Z | [ recovery-image] Oct 18 22:50:00.387 INFO O| Oct 18 22:50:00.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5250 | 2024-10-18T22:50:01.201Z | [ recovery-image] Oct 18 22:50:00.387 INFO O| Oct 18 22:50:00.387 INFO STEP 363 (remove_files) COMPLETE |
5251 | 2024-10-18T22:50:01.203Z | [ recovery-image] Oct 18 22:50:00.387 INFO O| Oct 18 22:50:00.387 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5252 | 2024-10-18T22:50:01.210Z | [ recovery-image] Oct 18 22:50:00.396 INFO O| Oct 18 22:50:00.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5253 | 2024-10-18T22:50:01.211Z | [ recovery-image] Oct 18 22:50:00.396 INFO O| Oct 18 22:50:00.396 INFO STEP 364 (remove_files) COMPLETE |
5254 | 2024-10-18T22:50:01.211Z | [ recovery-image] Oct 18 22:50:00.397 INFO O| Oct 18 22:50:00.396 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5255 | 2024-10-18T22:50:01.220Z | [ recovery-image] Oct 18 22:50:00.406 INFO O| Oct 18 22:50:00.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5256 | 2024-10-18T22:50:01.220Z | [ recovery-image] Oct 18 22:50:00.406 INFO O| Oct 18 22:50:00.406 INFO STEP 365 (remove_files) COMPLETE |
5257 | 2024-10-18T22:50:01.223Z | [ recovery-image] Oct 18 22:50:00.406 INFO O| Oct 18 22:50:00.406 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5258 | 2024-10-18T22:50:01.230Z | [ recovery-image] Oct 18 22:50:00.416 INFO O| Oct 18 22:50:00.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5259 | 2024-10-18T22:50:01.230Z | [ recovery-image] Oct 18 22:50:00.416 INFO O| Oct 18 22:50:00.416 INFO STEP 366 (remove_files) COMPLETE |
5260 | 2024-10-18T22:50:01.232Z | [ recovery-image] Oct 18 22:50:00.416 INFO O| Oct 18 22:50:00.416 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5261 | 2024-10-18T22:50:01.239Z | [ recovery-image] Oct 18 22:50:00.425 INFO O| Oct 18 22:50:00.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5262 | 2024-10-18T22:50:01.239Z | [ recovery-image] Oct 18 22:50:00.425 INFO O| Oct 18 22:50:00.425 INFO STEP 367 (remove_files) COMPLETE |
5263 | 2024-10-18T22:50:01.241Z | [ recovery-image] Oct 18 22:50:00.425 INFO O| Oct 18 22:50:00.425 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5264 | 2024-10-18T22:50:01.250Z | [ recovery-image] Oct 18 22:50:00.435 INFO O| Oct 18 22:50:00.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5265 | 2024-10-18T22:50:01.253Z | [ recovery-image] Oct 18 22:50:00.435 INFO O| Oct 18 22:50:00.435 INFO STEP 368 (remove_files) COMPLETE |
5266 | 2024-10-18T22:50:01.253Z | [ recovery-image] Oct 18 22:50:00.435 INFO O| Oct 18 22:50:00.435 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5267 | 2024-10-18T22:50:01.258Z | [ recovery-image] Oct 18 22:50:00.444 INFO O| Oct 18 22:50:00.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5268 | 2024-10-18T22:50:01.259Z | [ recovery-image] Oct 18 22:50:00.445 INFO O| Oct 18 22:50:00.445 INFO STEP 369 (remove_files) COMPLETE |
5269 | 2024-10-18T22:50:01.259Z | [ recovery-image] Oct 18 22:50:00.445 INFO O| Oct 18 22:50:00.445 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5270 | 2024-10-18T22:50:01.268Z | [ recovery-image] Oct 18 22:50:00.454 INFO O| Oct 18 22:50:00.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5271 | 2024-10-18T22:50:01.268Z | [ recovery-image] Oct 18 22:50:00.454 INFO O| Oct 18 22:50:00.454 INFO STEP 370 (remove_files) COMPLETE |
5272 | 2024-10-18T22:50:01.268Z | [ recovery-image] Oct 18 22:50:00.454 INFO O| Oct 18 22:50:00.454 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5273 | 2024-10-18T22:50:01.278Z | [ recovery-image] Oct 18 22:50:00.464 INFO O| Oct 18 22:50:00.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5274 | 2024-10-18T22:50:01.278Z | [ recovery-image] Oct 18 22:50:00.464 INFO O| Oct 18 22:50:00.464 INFO STEP 371 (remove_files) COMPLETE |
5275 | 2024-10-18T22:50:01.278Z | [ recovery-image] Oct 18 22:50:00.464 INFO O| Oct 18 22:50:00.464 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5276 | 2024-10-18T22:50:01.287Z | [ recovery-image] Oct 18 22:50:00.473 INFO O| Oct 18 22:50:00.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5277 | 2024-10-18T22:50:01.288Z | [ recovery-image] Oct 18 22:50:00.474 INFO O| Oct 18 22:50:00.473 INFO STEP 372 (remove_files) COMPLETE |
5278 | 2024-10-18T22:50:01.288Z | [ recovery-image] Oct 18 22:50:00.474 INFO O| Oct 18 22:50:00.474 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5279 | 2024-10-18T22:50:01.297Z | [ recovery-image] Oct 18 22:50:00.483 INFO O| Oct 18 22:50:00.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5280 | 2024-10-18T22:50:01.297Z | [ recovery-image] Oct 18 22:50:00.483 INFO O| Oct 18 22:50:00.483 INFO STEP 373 (remove_files) COMPLETE |
5281 | 2024-10-18T22:50:01.297Z | [ recovery-image] Oct 18 22:50:00.483 INFO O| Oct 18 22:50:00.483 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5282 | 2024-10-18T22:50:01.307Z | [ recovery-image] Oct 18 22:50:00.493 INFO O| Oct 18 22:50:00.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5283 | 2024-10-18T22:50:01.309Z | [ recovery-image] Oct 18 22:50:00.493 INFO O| Oct 18 22:50:00.493 INFO STEP 374 (remove_files) COMPLETE |
5284 | 2024-10-18T22:50:01.309Z | [ recovery-image] Oct 18 22:50:00.493 INFO O| Oct 18 22:50:00.493 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5285 | 2024-10-18T22:50:01.317Z | [ recovery-image] Oct 18 22:50:00.503 INFO O| Oct 18 22:50:00.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5286 | 2024-10-18T22:50:01.317Z | [ recovery-image] Oct 18 22:50:00.503 INFO O| Oct 18 22:50:00.503 INFO STEP 375 (remove_files) COMPLETE |
5287 | 2024-10-18T22:50:01.319Z | [ recovery-image] Oct 18 22:50:00.503 INFO O| Oct 18 22:50:00.503 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5288 | 2024-10-18T22:50:01.327Z | [ recovery-image] Oct 18 22:50:00.513 INFO O| Oct 18 22:50:00.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5289 | 2024-10-18T22:50:01.327Z | [ recovery-image] Oct 18 22:50:00.513 INFO O| Oct 18 22:50:00.513 INFO STEP 376 (remove_files) COMPLETE |
5290 | 2024-10-18T22:50:01.329Z | [ recovery-image] Oct 18 22:50:00.513 INFO O| Oct 18 22:50:00.513 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5291 | 2024-10-18T22:50:01.336Z | [ recovery-image] Oct 18 22:50:00.522 INFO O| Oct 18 22:50:00.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5292 | 2024-10-18T22:50:01.336Z | [ recovery-image] Oct 18 22:50:00.522 INFO O| Oct 18 22:50:00.522 INFO STEP 377 (remove_files) COMPLETE |
5293 | 2024-10-18T22:50:01.339Z | [ recovery-image] Oct 18 22:50:00.522 INFO O| Oct 18 22:50:00.522 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5294 | 2024-10-18T22:50:01.346Z | [ recovery-image] Oct 18 22:50:00.532 INFO O| Oct 18 22:50:00.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5295 | 2024-10-18T22:50:01.348Z | [ recovery-image] Oct 18 22:50:00.532 INFO O| Oct 18 22:50:00.532 INFO STEP 378 (remove_files) COMPLETE |
5296 | 2024-10-18T22:50:01.348Z | [ recovery-image] Oct 18 22:50:00.532 INFO O| Oct 18 22:50:00.532 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5297 | 2024-10-18T22:50:01.356Z | [ recovery-image] Oct 18 22:50:00.542 INFO O| Oct 18 22:50:00.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5298 | 2024-10-18T22:50:01.358Z | [ recovery-image] Oct 18 22:50:00.542 INFO O| Oct 18 22:50:00.542 INFO STEP 379 (remove_files) COMPLETE |
5299 | 2024-10-18T22:50:01.358Z | [ recovery-image] Oct 18 22:50:00.542 INFO O| Oct 18 22:50:00.542 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5300 | 2024-10-18T22:50:01.366Z | [ recovery-image] Oct 18 22:50:00.552 INFO O| Oct 18 22:50:00.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5301 | 2024-10-18T22:50:01.366Z | [ recovery-image] Oct 18 22:50:00.552 INFO O| Oct 18 22:50:00.552 INFO STEP 380 (remove_files) COMPLETE |
5302 | 2024-10-18T22:50:01.368Z | [ recovery-image] Oct 18 22:50:00.552 INFO O| Oct 18 22:50:00.552 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5303 | 2024-10-18T22:50:01.376Z | [ recovery-image] Oct 18 22:50:00.562 INFO O| Oct 18 22:50:00.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5304 | 2024-10-18T22:50:01.376Z | [ recovery-image] Oct 18 22:50:00.562 INFO O| Oct 18 22:50:00.562 INFO STEP 381 (remove_files) COMPLETE |
5305 | 2024-10-18T22:50:01.376Z | [ recovery-image] Oct 18 22:50:00.562 INFO O| Oct 18 22:50:00.562 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5306 | 2024-10-18T22:50:01.386Z | [ recovery-image] Oct 18 22:50:00.572 INFO O| Oct 18 22:50:00.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5307 | 2024-10-18T22:50:01.390Z | [ recovery-image] Oct 18 22:50:00.572 INFO O| Oct 18 22:50:00.572 INFO STEP 382 (remove_files) COMPLETE |
5308 | 2024-10-18T22:50:01.390Z | [ recovery-image] Oct 18 22:50:00.572 INFO O| Oct 18 22:50:00.572 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5309 | 2024-10-18T22:50:01.397Z | [ recovery-image] Oct 18 22:50:00.582 INFO O| Oct 18 22:50:00.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5310 | 2024-10-18T22:50:01.399Z | [ recovery-image] Oct 18 22:50:00.582 INFO O| Oct 18 22:50:00.582 INFO STEP 383 (remove_files) COMPLETE |
5311 | 2024-10-18T22:50:01.399Z | [ recovery-image] Oct 18 22:50:00.583 INFO O| Oct 18 22:50:00.582 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5312 | 2024-10-18T22:50:01.407Z | [ recovery-image] Oct 18 22:50:00.593 INFO O| Oct 18 22:50:00.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5313 | 2024-10-18T22:50:01.407Z | [ recovery-image] Oct 18 22:50:00.593 INFO O| Oct 18 22:50:00.593 INFO STEP 384 (remove_files) COMPLETE |
5314 | 2024-10-18T22:50:01.409Z | [ recovery-image] Oct 18 22:50:00.593 INFO O| Oct 18 22:50:00.593 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5315 | 2024-10-18T22:50:01.417Z | [ recovery-image] Oct 18 22:50:00.603 INFO O| Oct 18 22:50:00.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5316 | 2024-10-18T22:50:01.419Z | [ recovery-image] Oct 18 22:50:00.603 INFO O| Oct 18 22:50:00.603 INFO STEP 385 (remove_files) COMPLETE |
5317 | 2024-10-18T22:50:01.419Z | [ recovery-image] Oct 18 22:50:00.603 INFO O| Oct 18 22:50:00.603 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5318 | 2024-10-18T22:50:01.426Z | [ recovery-image] Oct 18 22:50:00.612 INFO O| Oct 18 22:50:00.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5319 | 2024-10-18T22:50:01.427Z | [ recovery-image] Oct 18 22:50:00.612 INFO O| Oct 18 22:50:00.612 INFO STEP 386 (remove_files) COMPLETE |
5320 | 2024-10-18T22:50:01.429Z | [ recovery-image] Oct 18 22:50:00.612 INFO O| Oct 18 22:50:00.612 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5321 | 2024-10-18T22:50:01.436Z | [ recovery-image] Oct 18 22:50:00.622 INFO O| Oct 18 22:50:00.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5322 | 2024-10-18T22:50:01.436Z | [ recovery-image] Oct 18 22:50:00.622 INFO O| Oct 18 22:50:00.622 INFO STEP 387 (remove_files) COMPLETE |
5323 | 2024-10-18T22:50:01.439Z | [ recovery-image] Oct 18 22:50:00.622 INFO O| Oct 18 22:50:00.622 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5324 | 2024-10-18T22:50:01.447Z | [ recovery-image] Oct 18 22:50:00.632 INFO O| Oct 18 22:50:00.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5325 | 2024-10-18T22:50:01.450Z | [ recovery-image] Oct 18 22:50:00.632 INFO O| Oct 18 22:50:00.632 INFO STEP 388 (remove_files) COMPLETE |
5326 | 2024-10-18T22:50:01.450Z | [ recovery-image] Oct 18 22:50:00.632 INFO O| Oct 18 22:50:00.632 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5327 | 2024-10-18T22:50:01.456Z | [ recovery-image] Oct 18 22:50:00.642 INFO O| Oct 18 22:50:00.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5328 | 2024-10-18T22:50:01.456Z | [ recovery-image] Oct 18 22:50:00.642 INFO O| Oct 18 22:50:00.642 INFO STEP 389 (remove_files) COMPLETE |
5329 | 2024-10-18T22:50:01.460Z | [ recovery-image] Oct 18 22:50:00.642 INFO O| Oct 18 22:50:00.642 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5330 | 2024-10-18T22:50:01.466Z | [ recovery-image] Oct 18 22:50:00.652 INFO O| Oct 18 22:50:00.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5331 | 2024-10-18T22:50:01.466Z | [ recovery-image] Oct 18 22:50:00.652 INFO O| Oct 18 22:50:00.652 INFO STEP 390 (remove_files) COMPLETE |
5332 | 2024-10-18T22:50:01.466Z | [ recovery-image] Oct 18 22:50:00.652 INFO O| Oct 18 22:50:00.652 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5333 | 2024-10-18T22:50:01.475Z | [ recovery-image] Oct 18 22:50:00.661 INFO O| Oct 18 22:50:00.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5334 | 2024-10-18T22:50:01.475Z | [ recovery-image] Oct 18 22:50:00.661 INFO O| Oct 18 22:50:00.661 INFO STEP 391 (remove_files) COMPLETE |
5335 | 2024-10-18T22:50:01.478Z | [ recovery-image] Oct 18 22:50:00.661 INFO O| Oct 18 22:50:00.661 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5336 | 2024-10-18T22:50:01.485Z | [ recovery-image] Oct 18 22:50:00.671 INFO O| Oct 18 22:50:00.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5337 | 2024-10-18T22:50:01.485Z | [ recovery-image] Oct 18 22:50:00.671 INFO O| Oct 18 22:50:00.671 INFO STEP 392 (remove_files) COMPLETE |
5338 | 2024-10-18T22:50:01.485Z | [ recovery-image] Oct 18 22:50:00.671 INFO O| Oct 18 22:50:00.671 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5339 | 2024-10-18T22:50:01.495Z | [ recovery-image] Oct 18 22:50:00.681 INFO O| Oct 18 22:50:00.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5340 | 2024-10-18T22:50:01.497Z | [ recovery-image] Oct 18 22:50:00.681 INFO O| Oct 18 22:50:00.681 INFO STEP 393 (remove_files) COMPLETE |
5341 | 2024-10-18T22:50:01.497Z | [ recovery-image] Oct 18 22:50:00.681 INFO O| Oct 18 22:50:00.681 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5342 | 2024-10-18T22:50:01.505Z | [ recovery-image] Oct 18 22:50:00.691 INFO O| Oct 18 22:50:00.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5343 | 2024-10-18T22:50:01.507Z | [ recovery-image] Oct 18 22:50:00.691 INFO O| Oct 18 22:50:00.691 INFO STEP 394 (remove_files) COMPLETE |
5344 | 2024-10-18T22:50:01.507Z | [ recovery-image] Oct 18 22:50:00.691 INFO O| Oct 18 22:50:00.691 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5345 | 2024-10-18T22:50:01.514Z | [ recovery-image] Oct 18 22:50:00.700 INFO O| Oct 18 22:50:00.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5346 | 2024-10-18T22:50:01.514Z | [ recovery-image] Oct 18 22:50:00.700 INFO O| Oct 18 22:50:00.700 INFO STEP 395 (remove_files) COMPLETE |
5347 | 2024-10-18T22:50:01.517Z | [ recovery-image] Oct 18 22:50:00.700 INFO O| Oct 18 22:50:00.700 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5348 | 2024-10-18T22:50:01.524Z | [ recovery-image] Oct 18 22:50:00.710 INFO O| Oct 18 22:50:00.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5349 | 2024-10-18T22:50:01.524Z | [ recovery-image] Oct 18 22:50:00.710 INFO O| Oct 18 22:50:00.710 INFO STEP 396 (remove_files) COMPLETE |
5350 | 2024-10-18T22:50:01.524Z | [ recovery-image] Oct 18 22:50:00.710 INFO O| Oct 18 22:50:00.710 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5351 | 2024-10-18T22:50:01.534Z | [ recovery-image] Oct 18 22:50:00.720 INFO O| Oct 18 22:50:00.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5352 | 2024-10-18T22:50:01.534Z | [ recovery-image] Oct 18 22:50:00.720 INFO O| Oct 18 22:50:00.720 INFO STEP 397 (remove_files) COMPLETE |
5353 | 2024-10-18T22:50:01.534Z | [ recovery-image] Oct 18 22:50:00.720 INFO O| Oct 18 22:50:00.720 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5354 | 2024-10-18T22:50:01.544Z | [ recovery-image] Oct 18 22:50:00.729 INFO O| Oct 18 22:50:00.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5355 | 2024-10-18T22:50:01.544Z | [ recovery-image] Oct 18 22:50:00.729 INFO O| Oct 18 22:50:00.729 INFO STEP 398 (remove_files) COMPLETE |
5356 | 2024-10-18T22:50:01.546Z | [ recovery-image] Oct 18 22:50:00.729 INFO O| Oct 18 22:50:00.729 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5357 | 2024-10-18T22:50:01.553Z | [ recovery-image] Oct 18 22:50:00.739 INFO O| Oct 18 22:50:00.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5358 | 2024-10-18T22:50:01.553Z | [ recovery-image] Oct 18 22:50:00.739 INFO O| Oct 18 22:50:00.739 INFO STEP 399 (remove_files) COMPLETE |
5359 | 2024-10-18T22:50:01.553Z | [ recovery-image] Oct 18 22:50:00.739 INFO O| Oct 18 22:50:00.739 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5360 | 2024-10-18T22:50:01.562Z | [ recovery-image] Oct 18 22:50:00.748 INFO O| Oct 18 22:50:00.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5361 | 2024-10-18T22:50:01.563Z | [ recovery-image] Oct 18 22:50:00.749 INFO O| Oct 18 22:50:00.748 INFO STEP 400 (remove_files) COMPLETE |
5362 | 2024-10-18T22:50:01.565Z | [ recovery-image] Oct 18 22:50:00.749 INFO O| Oct 18 22:50:00.748 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5363 | 2024-10-18T22:50:01.572Z | [ recovery-image] Oct 18 22:50:00.758 INFO O| Oct 18 22:50:00.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5364 | 2024-10-18T22:50:01.574Z | [ recovery-image] Oct 18 22:50:00.758 INFO O| Oct 18 22:50:00.758 INFO STEP 401 (remove_files) COMPLETE |
5365 | 2024-10-18T22:50:01.574Z | [ recovery-image] Oct 18 22:50:00.758 INFO O| Oct 18 22:50:00.758 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5366 | 2024-10-18T22:50:01.582Z | [ recovery-image] Oct 18 22:50:00.768 INFO O| Oct 18 22:50:00.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5367 | 2024-10-18T22:50:01.582Z | [ recovery-image] Oct 18 22:50:00.768 INFO O| Oct 18 22:50:00.768 INFO STEP 402 (remove_files) COMPLETE |
5368 | 2024-10-18T22:50:01.582Z | [ recovery-image] Oct 18 22:50:00.768 INFO O| Oct 18 22:50:00.768 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5369 | 2024-10-18T22:50:01.592Z | [ recovery-image] Oct 18 22:50:00.778 INFO O| Oct 18 22:50:00.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5370 | 2024-10-18T22:50:01.594Z | [ recovery-image] Oct 18 22:50:00.778 INFO O| Oct 18 22:50:00.778 INFO STEP 403 (remove_files) COMPLETE |
5371 | 2024-10-18T22:50:01.595Z | [ recovery-image] Oct 18 22:50:00.778 INFO O| Oct 18 22:50:00.778 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5372 | 2024-10-18T22:50:01.602Z | [ recovery-image] Oct 18 22:50:00.788 INFO O| Oct 18 22:50:00.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5373 | 2024-10-18T22:50:01.602Z | [ recovery-image] Oct 18 22:50:00.788 INFO O| Oct 18 22:50:00.788 INFO STEP 404 (remove_files) COMPLETE |
5374 | 2024-10-18T22:50:01.602Z | [ recovery-image] Oct 18 22:50:00.788 INFO O| Oct 18 22:50:00.788 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5375 | 2024-10-18T22:50:01.611Z | [ recovery-image] Oct 18 22:50:00.797 INFO O| Oct 18 22:50:00.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5376 | 2024-10-18T22:50:01.611Z | [ recovery-image] Oct 18 22:50:00.797 INFO O| Oct 18 22:50:00.797 INFO STEP 405 (remove_files) COMPLETE |
5377 | 2024-10-18T22:50:01.614Z | [ recovery-image] Oct 18 22:50:00.797 INFO O| Oct 18 22:50:00.797 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5378 | 2024-10-18T22:50:01.621Z | [ recovery-image] Oct 18 22:50:00.807 INFO O| Oct 18 22:50:00.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5379 | 2024-10-18T22:50:01.621Z | [ recovery-image] Oct 18 22:50:00.807 INFO O| Oct 18 22:50:00.807 INFO STEP 406 (remove_files) COMPLETE |
5380 | 2024-10-18T22:50:01.621Z | [ recovery-image] Oct 18 22:50:00.807 INFO O| Oct 18 22:50:00.807 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5381 | 2024-10-18T22:50:01.625Z | [ host-image] Oct 18 22:50:00.811 INFO O| Oct 18 22:50:00.811 INFO O| Done |
5382 | 2024-10-18T22:50:01.631Z | [ recovery-image] Oct 18 22:50:00.817 INFO O| Oct 18 22:50:00.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5383 | 2024-10-18T22:50:01.633Z | [ recovery-image] Oct 18 22:50:00.817 INFO O| Oct 18 22:50:00.817 INFO STEP 407 (remove_files) COMPLETE |
5384 | 2024-10-18T22:50:01.633Z | [ recovery-image] Oct 18 22:50:00.817 INFO O| Oct 18 22:50:00.817 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5385 | 2024-10-18T22:50:01.642Z | [ recovery-image] Oct 18 22:50:00.828 INFO O| Oct 18 22:50:00.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5386 | 2024-10-18T22:50:01.642Z | [ recovery-image] Oct 18 22:50:00.828 INFO O| Oct 18 22:50:00.828 INFO STEP 408 (remove_files) COMPLETE |
5387 | 2024-10-18T22:50:01.644Z | [ recovery-image] Oct 18 22:50:00.828 INFO O| Oct 18 22:50:00.828 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5388 | 2024-10-18T22:50:01.650Z | [ host-image] Oct 18 22:50:00.836 INFO O| Oct 18 22:50:00.836 INFO O| Done |
5389 | 2024-10-18T22:50:01.652Z | [ host-image] Oct 18 22:50:00.836 INFO O| Oct 18 22:50:00.836 INFO O| Done |
5390 | 2024-10-18T22:50:01.652Z | [ recovery-image] Oct 18 22:50:00.838 INFO O| Oct 18 22:50:00.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5391 | 2024-10-18T22:50:01.652Z | [ recovery-image] Oct 18 22:50:00.838 INFO O| Oct 18 22:50:00.838 INFO STEP 409 (remove_files) COMPLETE |
5392 | 2024-10-18T22:50:01.652Z | [ recovery-image] Oct 18 22:50:00.838 INFO O| Oct 18 22:50:00.838 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5393 | 2024-10-18T22:50:01.662Z | [ recovery-image] Oct 18 22:50:00.848 INFO O| Oct 18 22:50:00.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5394 | 2024-10-18T22:50:01.662Z | [ recovery-image] Oct 18 22:50:00.848 INFO O| Oct 18 22:50:00.848 INFO STEP 410 (remove_files) COMPLETE |
5395 | 2024-10-18T22:50:01.662Z | [ recovery-image] Oct 18 22:50:00.848 INFO O| Oct 18 22:50:00.848 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5396 | 2024-10-18T22:50:01.664Z | [ host-image] Oct 18 22:50:00.850 INFO O| Oct 18 22:50:00.850 INFO O| Done |
5397 | 2024-10-18T22:50:01.671Z | [ recovery-image] Oct 18 22:50:00.857 INFO O| Oct 18 22:50:00.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5398 | 2024-10-18T22:50:01.671Z | [ recovery-image] Oct 18 22:50:00.857 INFO O| Oct 18 22:50:00.857 INFO STEP 411 (remove_files) COMPLETE |
5399 | 2024-10-18T22:50:01.672Z | [ recovery-image] Oct 18 22:50:00.857 INFO O| Oct 18 22:50:00.857 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5400 | 2024-10-18T22:50:01.682Z | [ recovery-image] Oct 18 22:50:00.868 INFO O| Oct 18 22:50:00.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5401 | 2024-10-18T22:50:01.682Z | [ recovery-image] Oct 18 22:50:00.868 INFO O| Oct 18 22:50:00.868 INFO STEP 412 (remove_files) COMPLETE |
5402 | 2024-10-18T22:50:01.682Z | [ recovery-image] Oct 18 22:50:00.868 INFO O| Oct 18 22:50:00.868 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5403 | 2024-10-18T22:50:01.693Z | [ recovery-image] Oct 18 22:50:00.879 INFO O| Oct 18 22:50:00.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5404 | 2024-10-18T22:50:01.693Z | [ recovery-image] Oct 18 22:50:00.879 INFO O| Oct 18 22:50:00.879 INFO STEP 413 (remove_files) COMPLETE |
5405 | 2024-10-18T22:50:01.696Z | [ recovery-image] Oct 18 22:50:00.879 INFO O| Oct 18 22:50:00.879 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5406 | 2024-10-18T22:50:01.703Z | [ recovery-image] Oct 18 22:50:00.889 INFO O| Oct 18 22:50:00.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5407 | 2024-10-18T22:50:01.705Z | [ recovery-image] Oct 18 22:50:00.889 INFO O| Oct 18 22:50:00.889 INFO STEP 414 (remove_files) COMPLETE |
5408 | 2024-10-18T22:50:01.705Z | [ recovery-image] Oct 18 22:50:00.889 INFO O| Oct 18 22:50:00.889 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5409 | 2024-10-18T22:50:01.713Z | [ recovery-image] Oct 18 22:50:00.899 INFO O| Oct 18 22:50:00.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5410 | 2024-10-18T22:50:01.713Z | [ recovery-image] Oct 18 22:50:00.899 INFO O| Oct 18 22:50:00.899 INFO STEP 415 (remove_files) COMPLETE |
5411 | 2024-10-18T22:50:01.716Z | [ recovery-image] Oct 18 22:50:00.899 INFO O| Oct 18 22:50:00.899 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5412 | 2024-10-18T22:50:01.723Z | [ recovery-image] Oct 18 22:50:00.909 INFO O| Oct 18 22:50:00.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5413 | 2024-10-18T22:50:01.723Z | [ recovery-image] Oct 18 22:50:00.909 INFO O| Oct 18 22:50:00.909 INFO STEP 416 (remove_files) COMPLETE |
5414 | 2024-10-18T22:50:01.726Z | [ recovery-image] Oct 18 22:50:00.909 INFO O| Oct 18 22:50:00.909 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5415 | 2024-10-18T22:50:01.734Z | [ recovery-image] Oct 18 22:50:00.920 INFO O| Oct 18 22:50:00.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5416 | 2024-10-18T22:50:01.734Z | [ recovery-image] Oct 18 22:50:00.920 INFO O| Oct 18 22:50:00.920 INFO STEP 417 (remove_files) COMPLETE |
5417 | 2024-10-18T22:50:01.737Z | [ recovery-image] Oct 18 22:50:00.920 INFO O| Oct 18 22:50:00.920 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5418 | 2024-10-18T22:50:01.746Z | [ recovery-image] Oct 18 22:50:00.932 INFO O| Oct 18 22:50:00.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5419 | 2024-10-18T22:50:01.749Z | [ recovery-image] Oct 18 22:50:00.932 INFO O| Oct 18 22:50:00.932 INFO STEP 418 (remove_files) COMPLETE |
5420 | 2024-10-18T22:50:01.749Z | [ recovery-image] Oct 18 22:50:00.932 INFO O| Oct 18 22:50:00.932 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5421 | 2024-10-18T22:50:01.759Z | [ recovery-image] Oct 18 22:50:00.945 INFO O| Oct 18 22:50:00.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5422 | 2024-10-18T22:50:01.759Z | [ recovery-image] Oct 18 22:50:00.945 INFO O| Oct 18 22:50:00.945 INFO STEP 419 (remove_files) COMPLETE |
5423 | 2024-10-18T22:50:01.759Z | [ recovery-image] Oct 18 22:50:00.945 INFO O| Oct 18 22:50:00.945 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5424 | 2024-10-18T22:50:01.770Z | [ recovery-image] Oct 18 22:50:00.956 INFO O| Oct 18 22:50:00.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5425 | 2024-10-18T22:50:01.770Z | [ recovery-image] Oct 18 22:50:00.956 INFO O| Oct 18 22:50:00.956 INFO STEP 420 (remove_files) COMPLETE |
5426 | 2024-10-18T22:50:01.773Z | [ recovery-image] Oct 18 22:50:00.956 INFO O| Oct 18 22:50:00.956 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5427 | 2024-10-18T22:50:01.778Z | [ host-image] Oct 18 22:50:00.964 INFO O| Oct 18 22:50:00.964 INFO STEP 12 (pkg_install) COMPLETE |
5428 | 2024-10-18T22:50:01.778Z | [ host-image] Oct 18 22:50:00.964 INFO O| Oct 18 22:50:00.964 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5429 | 2024-10-18T22:50:01.782Z | [ recovery-image] Oct 18 22:50:00.968 INFO O| Oct 18 22:50:00.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5430 | 2024-10-18T22:50:01.784Z | [ recovery-image] Oct 18 22:50:00.968 INFO O| Oct 18 22:50:00.968 INFO STEP 421 (remove_files) COMPLETE |
5431 | 2024-10-18T22:50:01.784Z | [ recovery-image] Oct 18 22:50:00.968 INFO O| Oct 18 22:50:00.968 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5432 | 2024-10-18T22:50:01.789Z | [ host-image] Oct 18 22:50:00.975 INFO O| Oct 18 22:50:00.975 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
5433 | 2024-10-18T22:50:01.793Z | [ recovery-image] Oct 18 22:50:00.979 INFO O| Oct 18 22:50:00.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5434 | 2024-10-18T22:50:01.795Z | [ recovery-image] Oct 18 22:50:00.979 INFO O| Oct 18 22:50:00.979 INFO STEP 422 (remove_files) COMPLETE |
5435 | 2024-10-18T22:50:01.795Z | [ recovery-image] Oct 18 22:50:00.979 INFO O| Oct 18 22:50:00.979 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5436 | 2024-10-18T22:50:01.804Z | [ recovery-image] Oct 18 22:50:00.989 INFO O| Oct 18 22:50:00.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5437 | 2024-10-18T22:50:01.804Z | [ recovery-image] Oct 18 22:50:00.989 INFO O| Oct 18 22:50:00.989 INFO STEP 423 (remove_files) COMPLETE |
5438 | 2024-10-18T22:50:01.806Z | [ recovery-image] Oct 18 22:50:00.989 INFO O| Oct 18 22:50:00.989 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5439 | 2024-10-18T22:50:01.814Z | [ recovery-image] Oct 18 22:50:01.000 INFO O| Oct 18 22:50:01.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5440 | 2024-10-18T22:50:01.814Z | [ recovery-image] Oct 18 22:50:01.000 INFO O| Oct 18 22:50:01.000 INFO STEP 424 (remove_files) COMPLETE |
5441 | 2024-10-18T22:50:01.816Z | [ recovery-image] Oct 18 22:50:01.000 INFO O| Oct 18 22:50:01.000 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5442 | 2024-10-18T22:50:01.826Z | [ recovery-image] Oct 18 22:50:01.012 INFO O| Oct 18 22:50:01.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5443 | 2024-10-18T22:50:01.826Z | [ recovery-image] Oct 18 22:50:01.012 INFO O| Oct 18 22:50:01.012 INFO STEP 425 (remove_files) COMPLETE |
5444 | 2024-10-18T22:50:01.826Z | [ recovery-image] Oct 18 22:50:01.012 INFO O| Oct 18 22:50:01.012 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5445 | 2024-10-18T22:50:01.837Z | [ recovery-image] Oct 18 22:50:01.022 INFO O| Oct 18 22:50:01.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5446 | 2024-10-18T22:50:01.837Z | [ recovery-image] Oct 18 22:50:01.023 INFO O| Oct 18 22:50:01.023 INFO STEP 426 (remove_files) COMPLETE |
5447 | 2024-10-18T22:50:01.840Z | [ recovery-image] Oct 18 22:50:01.023 INFO O| Oct 18 22:50:01.023 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5448 | 2024-10-18T22:50:01.847Z | [ recovery-image] Oct 18 22:50:01.033 INFO O| Oct 18 22:50:01.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5449 | 2024-10-18T22:50:01.847Z | [ recovery-image] Oct 18 22:50:01.033 INFO O| Oct 18 22:50:01.033 INFO STEP 427 (remove_files) COMPLETE |
5450 | 2024-10-18T22:50:01.850Z | [ recovery-image] Oct 18 22:50:01.033 INFO O| Oct 18 22:50:01.033 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5451 | 2024-10-18T22:50:01.857Z | [ recovery-image] Oct 18 22:50:01.043 INFO O| Oct 18 22:50:01.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5452 | 2024-10-18T22:50:01.857Z | [ recovery-image] Oct 18 22:50:01.043 INFO O| Oct 18 22:50:01.043 INFO STEP 428 (remove_files) COMPLETE |
5453 | 2024-10-18T22:50:01.859Z | [ recovery-image] Oct 18 22:50:01.043 INFO O| Oct 18 22:50:01.043 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5454 | 2024-10-18T22:50:01.867Z | [ recovery-image] Oct 18 22:50:01.053 INFO O| Oct 18 22:50:01.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5455 | 2024-10-18T22:50:01.867Z | [ recovery-image] Oct 18 22:50:01.053 INFO O| Oct 18 22:50:01.053 INFO STEP 429 (remove_files) COMPLETE |
5456 | 2024-10-18T22:50:01.867Z | [ recovery-image] Oct 18 22:50:01.053 INFO O| Oct 18 22:50:01.053 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5457 | 2024-10-18T22:50:01.876Z | [ recovery-image] Oct 18 22:50:01.062 INFO O| Oct 18 22:50:01.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5458 | 2024-10-18T22:50:01.876Z | [ recovery-image] Oct 18 22:50:01.062 INFO O| Oct 18 22:50:01.062 INFO STEP 430 (remove_files) COMPLETE |
5459 | 2024-10-18T22:50:01.878Z | [ recovery-image] Oct 18 22:50:01.062 INFO O| Oct 18 22:50:01.062 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5460 | 2024-10-18T22:50:01.885Z | [ recovery-image] Oct 18 22:50:01.071 INFO O| Oct 18 22:50:01.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5461 | 2024-10-18T22:50:01.885Z | [ recovery-image] Oct 18 22:50:01.071 INFO O| Oct 18 22:50:01.071 INFO STEP 431 (remove_files) COMPLETE |
5462 | 2024-10-18T22:50:01.888Z | [ recovery-image] Oct 18 22:50:01.071 INFO O| Oct 18 22:50:01.071 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5463 | 2024-10-18T22:50:01.896Z | [ recovery-image] Oct 18 22:50:01.081 INFO O| Oct 18 22:50:01.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5464 | 2024-10-18T22:50:01.898Z | [ recovery-image] Oct 18 22:50:01.082 INFO O| Oct 18 22:50:01.082 INFO STEP 432 (remove_files) COMPLETE |
5465 | 2024-10-18T22:50:01.898Z | [ recovery-image] Oct 18 22:50:01.082 INFO O| Oct 18 22:50:01.082 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5466 | 2024-10-18T22:50:01.905Z | [ recovery-image] Oct 18 22:50:01.091 INFO O| Oct 18 22:50:01.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5467 | 2024-10-18T22:50:01.905Z | [ recovery-image] Oct 18 22:50:01.091 INFO O| Oct 18 22:50:01.091 INFO STEP 433 (remove_files) COMPLETE |
5468 | 2024-10-18T22:50:01.905Z | [ recovery-image] Oct 18 22:50:01.091 INFO O| Oct 18 22:50:01.091 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5469 | 2024-10-18T22:50:01.915Z | [ recovery-image] Oct 18 22:50:01.101 INFO O| Oct 18 22:50:01.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5470 | 2024-10-18T22:50:01.918Z | [ recovery-image] Oct 18 22:50:01.101 INFO O| Oct 18 22:50:01.101 INFO STEP 434 (remove_files) COMPLETE |
5471 | 2024-10-18T22:50:01.918Z | [ recovery-image] Oct 18 22:50:01.101 INFO O| Oct 18 22:50:01.101 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5472 | 2024-10-18T22:50:01.925Z | [ recovery-image] Oct 18 22:50:01.111 INFO O| Oct 18 22:50:01.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5473 | 2024-10-18T22:50:01.927Z | [ recovery-image] Oct 18 22:50:01.111 INFO O| Oct 18 22:50:01.111 INFO STEP 435 (remove_files) COMPLETE |
5474 | 2024-10-18T22:50:01.927Z | [ recovery-image] Oct 18 22:50:01.111 INFO O| Oct 18 22:50:01.111 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5475 | 2024-10-18T22:50:01.934Z | [ recovery-image] Oct 18 22:50:01.120 INFO O| Oct 18 22:50:01.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5476 | 2024-10-18T22:50:01.934Z | [ recovery-image] Oct 18 22:50:01.120 INFO O| Oct 18 22:50:01.120 INFO STEP 436 (remove_files) COMPLETE |
5477 | 2024-10-18T22:50:01.934Z | [ recovery-image] Oct 18 22:50:01.120 INFO O| Oct 18 22:50:01.120 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5478 | 2024-10-18T22:50:01.944Z | [ recovery-image] Oct 18 22:50:01.130 INFO O| Oct 18 22:50:01.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5479 | 2024-10-18T22:50:01.944Z | [ recovery-image] Oct 18 22:50:01.130 INFO O| Oct 18 22:50:01.130 INFO STEP 437 (remove_files) COMPLETE |
5480 | 2024-10-18T22:50:01.944Z | [ recovery-image] Oct 18 22:50:01.130 INFO O| Oct 18 22:50:01.130 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5481 | 2024-10-18T22:50:01.953Z | [ recovery-image] Oct 18 22:50:01.139 INFO O| Oct 18 22:50:01.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5482 | 2024-10-18T22:50:01.953Z | [ recovery-image] Oct 18 22:50:01.139 INFO O| Oct 18 22:50:01.139 INFO STEP 438 (remove_files) COMPLETE |
5483 | 2024-10-18T22:50:01.954Z | [ recovery-image] Oct 18 22:50:01.139 INFO O| Oct 18 22:50:01.139 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5484 | 2024-10-18T22:50:01.963Z | [ recovery-image] Oct 18 22:50:01.149 INFO O| Oct 18 22:50:01.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5485 | 2024-10-18T22:50:01.963Z | [ recovery-image] Oct 18 22:50:01.149 INFO O| Oct 18 22:50:01.149 INFO STEP 439 (remove_files) COMPLETE |
5486 | 2024-10-18T22:50:01.966Z | [ recovery-image] Oct 18 22:50:01.149 INFO O| Oct 18 22:50:01.149 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5487 | 2024-10-18T22:50:01.973Z | [ recovery-image] Oct 18 22:50:01.159 INFO O| Oct 18 22:50:01.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5488 | 2024-10-18T22:50:01.975Z | [ recovery-image] Oct 18 22:50:01.159 INFO O| Oct 18 22:50:01.159 INFO STEP 440 (remove_files) COMPLETE |
5489 | 2024-10-18T22:50:01.976Z | [ recovery-image] Oct 18 22:50:01.159 INFO O| Oct 18 22:50:01.159 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5490 | 2024-10-18T22:50:01.983Z | [ recovery-image] Oct 18 22:50:01.169 INFO O| Oct 18 22:50:01.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5491 | 2024-10-18T22:50:01.985Z | [ recovery-image] Oct 18 22:50:01.169 INFO O| Oct 18 22:50:01.169 INFO STEP 441 (remove_files) COMPLETE |
5492 | 2024-10-18T22:50:01.985Z | [ recovery-image] Oct 18 22:50:01.169 INFO O| Oct 18 22:50:01.169 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5493 | 2024-10-18T22:50:01.993Z | [ recovery-image] Oct 18 22:50:01.179 INFO O| Oct 18 22:50:01.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5494 | 2024-10-18T22:50:01.995Z | [ recovery-image] Oct 18 22:50:01.179 INFO O| Oct 18 22:50:01.179 INFO STEP 442 (remove_files) COMPLETE |
5495 | 2024-10-18T22:50:01.995Z | [ recovery-image] Oct 18 22:50:01.179 INFO O| Oct 18 22:50:01.179 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5496 | 2024-10-18T22:50:02.002Z | [ recovery-image] Oct 18 22:50:01.188 INFO O| Oct 18 22:50:01.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5497 | 2024-10-18T22:50:02.002Z | [ recovery-image] Oct 18 22:50:01.188 INFO O| Oct 18 22:50:01.188 INFO STEP 443 (remove_files) COMPLETE |
5498 | 2024-10-18T22:50:02.002Z | [ recovery-image] Oct 18 22:50:01.188 INFO O| Oct 18 22:50:01.188 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5499 | 2024-10-18T22:50:02.012Z | [ recovery-image] Oct 18 22:50:01.198 INFO O| Oct 18 22:50:01.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5500 | 2024-10-18T22:50:02.012Z | [ recovery-image] Oct 18 22:50:01.198 INFO O| Oct 18 22:50:01.198 INFO STEP 444 (remove_files) COMPLETE |
5501 | 2024-10-18T22:50:02.014Z | [ recovery-image] Oct 18 22:50:01.198 INFO O| Oct 18 22:50:01.198 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5502 | 2024-10-18T22:50:02.021Z | [ recovery-image] Oct 18 22:50:01.207 INFO O| Oct 18 22:50:01.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5503 | 2024-10-18T22:50:02.024Z | [ recovery-image] Oct 18 22:50:01.207 INFO O| Oct 18 22:50:01.207 INFO STEP 445 (remove_files) COMPLETE |
5504 | 2024-10-18T22:50:02.024Z | [ recovery-image] Oct 18 22:50:01.207 INFO O| Oct 18 22:50:01.207 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5505 | 2024-10-18T22:50:02.031Z | [ recovery-image] Oct 18 22:50:01.217 INFO O| Oct 18 22:50:01.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5506 | 2024-10-18T22:50:02.031Z | [ recovery-image] Oct 18 22:50:01.217 INFO O| Oct 18 22:50:01.217 INFO STEP 446 (remove_files) COMPLETE |
5507 | 2024-10-18T22:50:02.033Z | [ recovery-image] Oct 18 22:50:01.217 INFO O| Oct 18 22:50:01.217 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5508 | 2024-10-18T22:50:02.041Z | [ recovery-image] Oct 18 22:50:01.227 INFO O| Oct 18 22:50:01.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5509 | 2024-10-18T22:50:02.041Z | [ recovery-image] Oct 18 22:50:01.227 INFO O| Oct 18 22:50:01.227 INFO STEP 447 (remove_files) COMPLETE |
5510 | 2024-10-18T22:50:02.041Z | [ recovery-image] Oct 18 22:50:01.227 INFO O| Oct 18 22:50:01.227 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5511 | 2024-10-18T22:50:02.051Z | [ recovery-image] Oct 18 22:50:01.236 INFO O| Oct 18 22:50:01.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5512 | 2024-10-18T22:50:02.051Z | [ recovery-image] Oct 18 22:50:01.236 INFO O| Oct 18 22:50:01.236 INFO STEP 448 (remove_files) COMPLETE |
5513 | 2024-10-18T22:50:02.051Z | [ recovery-image] Oct 18 22:50:01.236 INFO O| Oct 18 22:50:01.236 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5514 | 2024-10-18T22:50:02.060Z | [ recovery-image] Oct 18 22:50:01.246 INFO O| Oct 18 22:50:01.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5515 | 2024-10-18T22:50:02.060Z | [ recovery-image] Oct 18 22:50:01.246 INFO O| Oct 18 22:50:01.246 INFO STEP 449 (remove_files) COMPLETE |
5516 | 2024-10-18T22:50:02.060Z | [ recovery-image] Oct 18 22:50:01.246 INFO O| Oct 18 22:50:01.246 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5517 | 2024-10-18T22:50:02.314Z | [ recovery-image] Oct 18 22:50:01.256 INFO O| Oct 18 22:50:01.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5518 | 2024-10-18T22:50:02.314Z | [ recovery-image] Oct 18 22:50:01.256 INFO O| Oct 18 22:50:01.256 INFO STEP 450 (remove_files) COMPLETE |
5519 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.256 INFO O| Oct 18 22:50:01.256 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5520 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.266 INFO O| Oct 18 22:50:01.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5521 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.266 INFO O| Oct 18 22:50:01.266 INFO STEP 451 (remove_files) COMPLETE |
5522 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.266 INFO O| Oct 18 22:50:01.266 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5523 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.275 INFO O| Oct 18 22:50:01.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5524 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.275 INFO O| Oct 18 22:50:01.275 INFO STEP 452 (remove_files) COMPLETE |
5525 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.276 INFO O| Oct 18 22:50:01.275 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5526 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.285 INFO O| Oct 18 22:50:01.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5527 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.285 INFO O| Oct 18 22:50:01.285 INFO STEP 453 (remove_files) COMPLETE |
5528 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.285 INFO O| Oct 18 22:50:01.285 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5529 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.295 INFO O| Oct 18 22:50:01.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5530 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.295 INFO O| Oct 18 22:50:01.295 INFO STEP 454 (remove_files) COMPLETE |
5531 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.295 INFO O| Oct 18 22:50:01.295 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5532 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.305 INFO O| Oct 18 22:50:01.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5533 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.305 INFO O| Oct 18 22:50:01.305 INFO STEP 455 (remove_files) COMPLETE |
5534 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.305 INFO O| Oct 18 22:50:01.305 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5535 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.315 INFO O| Oct 18 22:50:01.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5536 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.315 INFO O| Oct 18 22:50:01.315 INFO STEP 456 (remove_files) COMPLETE |
5537 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.315 INFO O| Oct 18 22:50:01.315 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5538 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.325 INFO O| Oct 18 22:50:01.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5539 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.325 INFO O| Oct 18 22:50:01.325 INFO STEP 457 (remove_files) COMPLETE |
5540 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.325 INFO O| Oct 18 22:50:01.325 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5541 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.334 INFO O| Oct 18 22:50:01.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5542 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.334 INFO O| Oct 18 22:50:01.334 INFO STEP 458 (remove_files) COMPLETE |
5543 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.334 INFO O| Oct 18 22:50:01.334 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5544 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.344 INFO O| Oct 18 22:50:01.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5545 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.344 INFO O| Oct 18 22:50:01.344 INFO STEP 459 (remove_files) COMPLETE |
5546 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.344 INFO O| Oct 18 22:50:01.344 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5547 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.353 INFO O| Oct 18 22:50:01.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5548 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.354 INFO O| Oct 18 22:50:01.353 INFO STEP 460 (remove_files) COMPLETE |
5549 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.354 INFO O| Oct 18 22:50:01.353 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5550 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.364 INFO O| Oct 18 22:50:01.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5551 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.364 INFO O| Oct 18 22:50:01.364 INFO STEP 461 (remove_files) COMPLETE |
5552 | 2024-10-18T22:50:02.317Z | [ recovery-image] Oct 18 22:50:01.364 INFO O| Oct 18 22:50:01.364 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5553 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.373 INFO O| Oct 18 22:50:01.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5554 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.374 INFO O| Oct 18 22:50:01.374 INFO STEP 462 (remove_files) COMPLETE |
5555 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.374 INFO O| Oct 18 22:50:01.374 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5556 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.383 INFO O| Oct 18 22:50:01.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5557 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.383 INFO O| Oct 18 22:50:01.383 INFO STEP 463 (remove_files) COMPLETE |
5558 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.383 INFO O| Oct 18 22:50:01.383 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5559 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.393 INFO O| Oct 18 22:50:01.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5560 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.393 INFO O| Oct 18 22:50:01.393 INFO STEP 464 (remove_files) COMPLETE |
5561 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.393 INFO O| Oct 18 22:50:01.393 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5562 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.403 INFO O| Oct 18 22:50:01.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5563 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.403 INFO O| Oct 18 22:50:01.403 INFO STEP 465 (remove_files) COMPLETE |
5564 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.403 INFO O| Oct 18 22:50:01.403 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5565 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.413 INFO O| Oct 18 22:50:01.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5566 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.413 INFO O| Oct 18 22:50:01.413 INFO STEP 466 (remove_files) COMPLETE |
5567 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.413 INFO O| Oct 18 22:50:01.413 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5568 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.423 INFO O| Oct 18 22:50:01.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5569 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.423 INFO O| Oct 18 22:50:01.423 INFO STEP 467 (remove_files) COMPLETE |
5570 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.423 INFO O| Oct 18 22:50:01.423 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5571 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.433 INFO O| Oct 18 22:50:01.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5572 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.433 INFO O| Oct 18 22:50:01.433 INFO STEP 468 (remove_files) COMPLETE |
5573 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.433 INFO O| Oct 18 22:50:01.433 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5574 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.442 INFO O| Oct 18 22:50:01.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5575 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.442 INFO O| Oct 18 22:50:01.442 INFO STEP 469 (remove_files) COMPLETE |
5576 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.442 INFO O| Oct 18 22:50:01.442 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5577 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.470 INFO O| Oct 18 22:50:01.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5578 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.470 INFO O| Oct 18 22:50:01.470 INFO STEP 470 (remove_files) COMPLETE |
5579 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.470 INFO O| Oct 18 22:50:01.470 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5580 | 2024-10-18T22:50:02.318Z | [ host-image] Oct 18 22:50:01.477 INFO O| Oct 18 22:50:01.477 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
5581 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.484 INFO O| Oct 18 22:50:01.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5582 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.484 INFO O| Oct 18 22:50:01.484 INFO STEP 471 (remove_files) COMPLETE |
5583 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.484 INFO O| Oct 18 22:50:01.484 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5584 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.497 INFO O| Oct 18 22:50:01.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5585 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.497 INFO O| Oct 18 22:50:01.497 INFO STEP 472 (remove_files) COMPLETE |
5586 | 2024-10-18T22:50:02.318Z | [ recovery-image] Oct 18 22:50:01.497 INFO O| Oct 18 22:50:01.497 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5587 | 2024-10-18T22:50:02.324Z | [ recovery-image] Oct 18 22:50:01.510 INFO O| Oct 18 22:50:01.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5588 | 2024-10-18T22:50:02.324Z | [ recovery-image] Oct 18 22:50:01.510 INFO O| Oct 18 22:50:01.510 INFO STEP 473 (remove_files) COMPLETE |
5589 | 2024-10-18T22:50:02.324Z | [ recovery-image] Oct 18 22:50:01.510 INFO O| Oct 18 22:50:01.510 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5590 | 2024-10-18T22:50:02.335Z | [ recovery-image] Oct 18 22:50:01.521 INFO O| Oct 18 22:50:01.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5591 | 2024-10-18T22:50:02.335Z | [ recovery-image] Oct 18 22:50:01.521 INFO O| Oct 18 22:50:01.521 INFO STEP 474 (remove_files) COMPLETE |
5592 | 2024-10-18T22:50:02.338Z | [ recovery-image] Oct 18 22:50:01.521 INFO O| Oct 18 22:50:01.521 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5593 | 2024-10-18T22:50:02.345Z | [ recovery-image] Oct 18 22:50:01.531 INFO O| Oct 18 22:50:01.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5594 | 2024-10-18T22:50:02.348Z | [ recovery-image] Oct 18 22:50:01.531 INFO O| Oct 18 22:50:01.531 INFO STEP 475 (remove_files) COMPLETE |
5595 | 2024-10-18T22:50:02.348Z | [ recovery-image] Oct 18 22:50:01.532 INFO O| Oct 18 22:50:01.531 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5596 | 2024-10-18T22:50:02.356Z | [ recovery-image] Oct 18 22:50:01.541 INFO O| Oct 18 22:50:01.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5597 | 2024-10-18T22:50:02.356Z | [ recovery-image] Oct 18 22:50:01.542 INFO O| Oct 18 22:50:01.541 INFO STEP 476 (remove_files) COMPLETE |
5598 | 2024-10-18T22:50:02.358Z | [ recovery-image] Oct 18 22:50:01.542 INFO O| Oct 18 22:50:01.542 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5599 | 2024-10-18T22:50:02.365Z | [ recovery-image] Oct 18 22:50:01.551 INFO O| Oct 18 22:50:01.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5600 | 2024-10-18T22:50:02.366Z | [ recovery-image] Oct 18 22:50:01.551 INFO O| Oct 18 22:50:01.551 INFO STEP 477 (remove_files) COMPLETE |
5601 | 2024-10-18T22:50:02.366Z | [ recovery-image] Oct 18 22:50:01.551 INFO O| Oct 18 22:50:01.551 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5602 | 2024-10-18T22:50:02.376Z | [ recovery-image] Oct 18 22:50:01.562 INFO O| Oct 18 22:50:01.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5603 | 2024-10-18T22:50:02.376Z | [ recovery-image] Oct 18 22:50:01.562 INFO O| Oct 18 22:50:01.562 INFO STEP 478 (remove_files) COMPLETE |
5604 | 2024-10-18T22:50:02.376Z | [ recovery-image] Oct 18 22:50:01.562 INFO O| Oct 18 22:50:01.562 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5605 | 2024-10-18T22:50:02.387Z | [ recovery-image] Oct 18 22:50:01.573 INFO O| Oct 18 22:50:01.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5606 | 2024-10-18T22:50:02.390Z | [ recovery-image] Oct 18 22:50:01.573 INFO O| Oct 18 22:50:01.573 INFO STEP 479 (remove_files) COMPLETE |
5607 | 2024-10-18T22:50:02.390Z | [ recovery-image] Oct 18 22:50:01.573 INFO O| Oct 18 22:50:01.573 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5608 | 2024-10-18T22:50:02.398Z | [ recovery-image] Oct 18 22:50:01.584 INFO O| Oct 18 22:50:01.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5609 | 2024-10-18T22:50:02.398Z | [ recovery-image] Oct 18 22:50:01.584 INFO O| Oct 18 22:50:01.584 INFO STEP 480 (remove_files) COMPLETE |
5610 | 2024-10-18T22:50:02.401Z | [ recovery-image] Oct 18 22:50:01.584 INFO O| Oct 18 22:50:01.584 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5611 | 2024-10-18T22:50:02.409Z | [ recovery-image] Oct 18 22:50:01.595 INFO O| Oct 18 22:50:01.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5612 | 2024-10-18T22:50:02.409Z | [ recovery-image] Oct 18 22:50:01.595 INFO O| Oct 18 22:50:01.595 INFO STEP 481 (remove_files) COMPLETE |
5613 | 2024-10-18T22:50:02.409Z | [ recovery-image] Oct 18 22:50:01.595 INFO O| Oct 18 22:50:01.595 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5614 | 2024-10-18T22:50:02.419Z | [ recovery-image] Oct 18 22:50:01.605 INFO O| Oct 18 22:50:01.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5615 | 2024-10-18T22:50:02.419Z | [ recovery-image] Oct 18 22:50:01.605 INFO O| Oct 18 22:50:01.605 INFO STEP 482 (remove_files) COMPLETE |
5616 | 2024-10-18T22:50:02.420Z | [ recovery-image] Oct 18 22:50:01.605 INFO O| Oct 18 22:50:01.605 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5617 | 2024-10-18T22:50:02.430Z | [ recovery-image] Oct 18 22:50:01.615 INFO O| Oct 18 22:50:01.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5618 | 2024-10-18T22:50:02.432Z | [ recovery-image] Oct 18 22:50:01.616 INFO O| Oct 18 22:50:01.616 INFO STEP 483 (remove_files) COMPLETE |
5619 | 2024-10-18T22:50:02.432Z | [ recovery-image] Oct 18 22:50:01.616 INFO O| Oct 18 22:50:01.616 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5620 | 2024-10-18T22:50:02.441Z | [ recovery-image] Oct 18 22:50:01.625 INFO O| Oct 18 22:50:01.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5621 | 2024-10-18T22:50:02.443Z | [ recovery-image] Oct 18 22:50:01.625 INFO O| Oct 18 22:50:01.625 INFO STEP 484 (remove_files) COMPLETE |
5622 | 2024-10-18T22:50:02.443Z | [ recovery-image] Oct 18 22:50:01.625 INFO O| Oct 18 22:50:01.625 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5623 | 2024-10-18T22:50:02.453Z | [ recovery-image] Oct 18 22:50:01.635 INFO O| Oct 18 22:50:01.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5624 | 2024-10-18T22:50:02.453Z | [ recovery-image] Oct 18 22:50:01.635 INFO O| Oct 18 22:50:01.635 INFO STEP 485 (remove_files) COMPLETE |
5625 | 2024-10-18T22:50:02.453Z | [ recovery-image] Oct 18 22:50:01.635 INFO O| Oct 18 22:50:01.635 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5626 | 2024-10-18T22:50:02.460Z | [ recovery-image] Oct 18 22:50:01.646 INFO O| Oct 18 22:50:01.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5627 | 2024-10-18T22:50:02.460Z | [ recovery-image] Oct 18 22:50:01.646 INFO O| Oct 18 22:50:01.646 INFO STEP 486 (remove_files) COMPLETE |
5628 | 2024-10-18T22:50:02.464Z | [ recovery-image] Oct 18 22:50:01.646 INFO O| Oct 18 22:50:01.646 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5629 | 2024-10-18T22:50:02.471Z | [ recovery-image] Oct 18 22:50:01.656 INFO O| Oct 18 22:50:01.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5630 | 2024-10-18T22:50:02.471Z | [ recovery-image] Oct 18 22:50:01.657 INFO O| Oct 18 22:50:01.656 INFO STEP 487 (remove_files) COMPLETE |
5631 | 2024-10-18T22:50:02.471Z | [ recovery-image] Oct 18 22:50:01.657 INFO O| Oct 18 22:50:01.656 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5632 | 2024-10-18T22:50:02.481Z | [ recovery-image] Oct 18 22:50:01.667 INFO O| Oct 18 22:50:01.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5633 | 2024-10-18T22:50:02.481Z | [ recovery-image] Oct 18 22:50:01.667 INFO O| Oct 18 22:50:01.667 INFO STEP 488 (remove_files) COMPLETE |
5634 | 2024-10-18T22:50:02.481Z | [ recovery-image] Oct 18 22:50:01.667 INFO O| Oct 18 22:50:01.667 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5635 | 2024-10-18T22:50:02.491Z | [ recovery-image] Oct 18 22:50:01.677 INFO O| Oct 18 22:50:01.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5636 | 2024-10-18T22:50:02.493Z | [ recovery-image] Oct 18 22:50:01.677 INFO O| Oct 18 22:50:01.677 INFO STEP 489 (remove_files) COMPLETE |
5637 | 2024-10-18T22:50:02.494Z | [ recovery-image] Oct 18 22:50:01.677 INFO O| Oct 18 22:50:01.677 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5638 | 2024-10-18T22:50:02.501Z | [ recovery-image] Oct 18 22:50:01.687 INFO O| Oct 18 22:50:01.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5639 | 2024-10-18T22:50:02.504Z | [ recovery-image] Oct 18 22:50:01.687 INFO O| Oct 18 22:50:01.687 INFO STEP 490 (remove_files) COMPLETE |
5640 | 2024-10-18T22:50:02.504Z | [ recovery-image] Oct 18 22:50:01.687 INFO O| Oct 18 22:50:01.687 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5641 | 2024-10-18T22:50:02.512Z | [ recovery-image] Oct 18 22:50:01.697 INFO O| Oct 18 22:50:01.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5642 | 2024-10-18T22:50:02.515Z | [ recovery-image] Oct 18 22:50:01.697 INFO O| Oct 18 22:50:01.697 INFO STEP 491 (remove_files) COMPLETE |
5643 | 2024-10-18T22:50:02.515Z | [ recovery-image] Oct 18 22:50:01.697 INFO O| Oct 18 22:50:01.697 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5644 | 2024-10-18T22:50:02.521Z | [ recovery-image] Oct 18 22:50:01.707 INFO O| Oct 18 22:50:01.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5645 | 2024-10-18T22:50:02.521Z | [ recovery-image] Oct 18 22:50:01.707 INFO O| Oct 18 22:50:01.707 INFO STEP 492 (remove_files) COMPLETE |
5646 | 2024-10-18T22:50:02.521Z | [ recovery-image] Oct 18 22:50:01.707 INFO O| Oct 18 22:50:01.707 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5647 | 2024-10-18T22:50:02.531Z | [ recovery-image] Oct 18 22:50:01.717 INFO O| Oct 18 22:50:01.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5648 | 2024-10-18T22:50:02.531Z | [ recovery-image] Oct 18 22:50:01.717 INFO O| Oct 18 22:50:01.717 INFO STEP 493 (remove_files) COMPLETE |
5649 | 2024-10-18T22:50:02.531Z | [ recovery-image] Oct 18 22:50:01.717 INFO O| Oct 18 22:50:01.717 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5650 | 2024-10-18T22:50:02.541Z | [ recovery-image] Oct 18 22:50:01.727 INFO O| Oct 18 22:50:01.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5651 | 2024-10-18T22:50:02.544Z | [ recovery-image] Oct 18 22:50:01.727 INFO O| Oct 18 22:50:01.727 INFO STEP 494 (remove_files) COMPLETE |
5652 | 2024-10-18T22:50:02.544Z | [ recovery-image] Oct 18 22:50:01.727 INFO O| Oct 18 22:50:01.727 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5653 | 2024-10-18T22:50:02.553Z | [ recovery-image] Oct 18 22:50:01.737 INFO O| Oct 18 22:50:01.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5654 | 2024-10-18T22:50:02.553Z | [ recovery-image] Oct 18 22:50:01.737 INFO O| Oct 18 22:50:01.737 INFO STEP 495 (remove_files) COMPLETE |
5655 | 2024-10-18T22:50:02.556Z | [ recovery-image] Oct 18 22:50:01.737 INFO O| Oct 18 22:50:01.737 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5656 | 2024-10-18T22:50:02.561Z | [ recovery-image] Oct 18 22:50:01.747 INFO O| Oct 18 22:50:01.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5657 | 2024-10-18T22:50:02.561Z | [ recovery-image] Oct 18 22:50:01.747 INFO O| Oct 18 22:50:01.747 INFO STEP 496 (remove_files) COMPLETE |
5658 | 2024-10-18T22:50:02.561Z | [ recovery-image] Oct 18 22:50:01.747 INFO O| Oct 18 22:50:01.747 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5659 | 2024-10-18T22:50:02.571Z | [ recovery-image] Oct 18 22:50:01.757 INFO O| Oct 18 22:50:01.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5660 | 2024-10-18T22:50:02.574Z | [ recovery-image] Oct 18 22:50:01.757 INFO O| Oct 18 22:50:01.757 INFO STEP 497 (remove_files) COMPLETE |
5661 | 2024-10-18T22:50:02.574Z | [ recovery-image] Oct 18 22:50:01.757 INFO O| Oct 18 22:50:01.757 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5662 | 2024-10-18T22:50:02.581Z | [ recovery-image] Oct 18 22:50:01.767 INFO O| Oct 18 22:50:01.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5663 | 2024-10-18T22:50:02.584Z | [ recovery-image] Oct 18 22:50:01.767 INFO O| Oct 18 22:50:01.767 INFO STEP 498 (remove_files) COMPLETE |
5664 | 2024-10-18T22:50:02.584Z | [ recovery-image] Oct 18 22:50:01.767 INFO O| Oct 18 22:50:01.767 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5665 | 2024-10-18T22:50:02.591Z | [ recovery-image] Oct 18 22:50:01.777 INFO O| Oct 18 22:50:01.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5666 | 2024-10-18T22:50:02.591Z | [ recovery-image] Oct 18 22:50:01.777 INFO O| Oct 18 22:50:01.777 INFO STEP 499 (remove_files) COMPLETE |
5667 | 2024-10-18T22:50:02.593Z | [ recovery-image] Oct 18 22:50:01.777 INFO O| Oct 18 22:50:01.777 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5668 | 2024-10-18T22:50:02.601Z | [ recovery-image] Oct 18 22:50:01.787 INFO O| Oct 18 22:50:01.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5669 | 2024-10-18T22:50:02.601Z | [ recovery-image] Oct 18 22:50:01.787 INFO O| Oct 18 22:50:01.787 INFO STEP 500 (remove_files) COMPLETE |
5670 | 2024-10-18T22:50:02.603Z | [ recovery-image] Oct 18 22:50:01.787 INFO O| Oct 18 22:50:01.787 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5671 | 2024-10-18T22:50:02.611Z | [ recovery-image] Oct 18 22:50:01.797 INFO O| Oct 18 22:50:01.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5672 | 2024-10-18T22:50:02.611Z | [ recovery-image] Oct 18 22:50:01.797 INFO O| Oct 18 22:50:01.797 INFO STEP 501 (remove_files) COMPLETE |
5673 | 2024-10-18T22:50:02.611Z | [ recovery-image] Oct 18 22:50:01.797 INFO O| Oct 18 22:50:01.797 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5674 | 2024-10-18T22:50:02.622Z | [ recovery-image] Oct 18 22:50:01.808 INFO O| Oct 18 22:50:01.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5675 | 2024-10-18T22:50:02.622Z | [ recovery-image] Oct 18 22:50:01.808 INFO O| Oct 18 22:50:01.808 INFO STEP 502 (remove_files) COMPLETE |
5676 | 2024-10-18T22:50:02.624Z | [ recovery-image] Oct 18 22:50:01.808 INFO O| Oct 18 22:50:01.808 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5677 | 2024-10-18T22:50:02.635Z | [ recovery-image] Oct 18 22:50:01.821 INFO O| Oct 18 22:50:01.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5678 | 2024-10-18T22:50:02.635Z | [ recovery-image] Oct 18 22:50:01.821 INFO O| Oct 18 22:50:01.821 INFO STEP 503 (remove_files) COMPLETE |
5679 | 2024-10-18T22:50:02.635Z | [ recovery-image] Oct 18 22:50:01.821 INFO O| Oct 18 22:50:01.821 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5680 | 2024-10-18T22:50:02.647Z | [ recovery-image] Oct 18 22:50:01.832 INFO O| Oct 18 22:50:01.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5681 | 2024-10-18T22:50:02.647Z | [ recovery-image] Oct 18 22:50:01.833 INFO O| Oct 18 22:50:01.832 INFO STEP 504 (remove_files) COMPLETE |
5682 | 2024-10-18T22:50:02.649Z | [ recovery-image] Oct 18 22:50:01.833 INFO O| Oct 18 22:50:01.833 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5683 | 2024-10-18T22:50:02.659Z | [ recovery-image] Oct 18 22:50:01.844 INFO O| Oct 18 22:50:01.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5684 | 2024-10-18T22:50:02.659Z | [ recovery-image] Oct 18 22:50:01.844 INFO O| Oct 18 22:50:01.844 INFO STEP 505 (remove_files) COMPLETE |
5685 | 2024-10-18T22:50:02.659Z | [ recovery-image] Oct 18 22:50:01.844 INFO O| Oct 18 22:50:01.844 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5686 | 2024-10-18T22:50:02.671Z | [ recovery-image] Oct 18 22:50:01.857 INFO O| Oct 18 22:50:01.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5687 | 2024-10-18T22:50:02.673Z | [ recovery-image] Oct 18 22:50:01.857 INFO O| Oct 18 22:50:01.857 INFO STEP 506 (remove_files) COMPLETE |
5688 | 2024-10-18T22:50:02.673Z | [ recovery-image] Oct 18 22:50:01.858 INFO O| Oct 18 22:50:01.857 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5689 | 2024-10-18T22:50:02.683Z | [ recovery-image] Oct 18 22:50:01.868 INFO O| Oct 18 22:50:01.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5690 | 2024-10-18T22:50:02.683Z | [ recovery-image] Oct 18 22:50:01.868 INFO O| Oct 18 22:50:01.868 INFO STEP 507 (remove_files) COMPLETE |
5691 | 2024-10-18T22:50:02.685Z | [ recovery-image] Oct 18 22:50:01.869 INFO O| Oct 18 22:50:01.868 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5692 | 2024-10-18T22:50:02.693Z | [ recovery-image] Oct 18 22:50:01.879 INFO O| Oct 18 22:50:01.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5693 | 2024-10-18T22:50:02.693Z | [ recovery-image] Oct 18 22:50:01.879 INFO O| Oct 18 22:50:01.879 INFO STEP 508 (remove_files) COMPLETE |
5694 | 2024-10-18T22:50:02.693Z | [ recovery-image] Oct 18 22:50:01.879 INFO O| Oct 18 22:50:01.879 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5695 | 2024-10-18T22:50:02.704Z | [ recovery-image] Oct 18 22:50:01.889 INFO O| Oct 18 22:50:01.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5696 | 2024-10-18T22:50:02.704Z | [ recovery-image] Oct 18 22:50:01.889 INFO O| Oct 18 22:50:01.889 INFO STEP 509 (remove_files) COMPLETE |
5697 | 2024-10-18T22:50:02.706Z | [ recovery-image] Oct 18 22:50:01.890 INFO O| Oct 18 22:50:01.889 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5698 | 2024-10-18T22:50:02.713Z | [ recovery-image] Oct 18 22:50:01.899 INFO O| Oct 18 22:50:01.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5699 | 2024-10-18T22:50:02.716Z | [ recovery-image] Oct 18 22:50:01.900 INFO O| Oct 18 22:50:01.900 INFO STEP 510 (remove_files) COMPLETE |
5700 | 2024-10-18T22:50:02.716Z | [ recovery-image] Oct 18 22:50:01.900 INFO O| Oct 18 22:50:01.900 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5701 | 2024-10-18T22:50:02.723Z | [ recovery-image] Oct 18 22:50:01.909 INFO O| Oct 18 22:50:01.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5702 | 2024-10-18T22:50:02.726Z | [ recovery-image] Oct 18 22:50:01.909 INFO O| Oct 18 22:50:01.909 INFO STEP 511 (remove_files) COMPLETE |
5703 | 2024-10-18T22:50:02.726Z | [ recovery-image] Oct 18 22:50:01.909 INFO O| Oct 18 22:50:01.909 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5704 | 2024-10-18T22:50:02.733Z | [ recovery-image] Oct 18 22:50:01.919 INFO O| Oct 18 22:50:01.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5705 | 2024-10-18T22:50:02.733Z | [ recovery-image] Oct 18 22:50:01.919 INFO O| Oct 18 22:50:01.919 INFO STEP 512 (remove_files) COMPLETE |
5706 | 2024-10-18T22:50:02.736Z | [ recovery-image] Oct 18 22:50:01.919 INFO O| Oct 18 22:50:01.919 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5707 | 2024-10-18T22:50:02.743Z | [ recovery-image] Oct 18 22:50:01.929 INFO O| Oct 18 22:50:01.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5708 | 2024-10-18T22:50:02.743Z | [ recovery-image] Oct 18 22:50:01.929 INFO O| Oct 18 22:50:01.929 INFO STEP 513 (remove_files) COMPLETE |
5709 | 2024-10-18T22:50:02.743Z | [ recovery-image] Oct 18 22:50:01.929 INFO O| Oct 18 22:50:01.929 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5710 | 2024-10-18T22:50:02.753Z | [ recovery-image] Oct 18 22:50:01.939 INFO O| Oct 18 22:50:01.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5711 | 2024-10-18T22:50:02.753Z | [ recovery-image] Oct 18 22:50:01.939 INFO O| Oct 18 22:50:01.939 INFO STEP 514 (remove_files) COMPLETE |
5712 | 2024-10-18T22:50:02.756Z | [ recovery-image] Oct 18 22:50:01.939 INFO O| Oct 18 22:50:01.939 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5713 | 2024-10-18T22:50:02.764Z | [ recovery-image] Oct 18 22:50:01.949 INFO O| Oct 18 22:50:01.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5714 | 2024-10-18T22:50:02.764Z | [ recovery-image] Oct 18 22:50:01.949 INFO O| Oct 18 22:50:01.949 INFO STEP 515 (remove_files) COMPLETE |
5715 | 2024-10-18T22:50:02.766Z | [ recovery-image] Oct 18 22:50:01.949 INFO O| Oct 18 22:50:01.949 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5716 | 2024-10-18T22:50:02.774Z | [ recovery-image] Oct 18 22:50:01.960 INFO O| Oct 18 22:50:01.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5717 | 2024-10-18T22:50:02.774Z | [ recovery-image] Oct 18 22:50:01.960 INFO O| Oct 18 22:50:01.960 INFO STEP 516 (remove_files) COMPLETE |
5718 | 2024-10-18T22:50:02.776Z | [ recovery-image] Oct 18 22:50:01.960 INFO O| Oct 18 22:50:01.960 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5719 | 2024-10-18T22:50:02.784Z | [ recovery-image] Oct 18 22:50:01.970 INFO O| Oct 18 22:50:01.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5720 | 2024-10-18T22:50:02.784Z | [ recovery-image] Oct 18 22:50:01.970 INFO O| Oct 18 22:50:01.970 INFO STEP 517 (remove_files) COMPLETE |
5721 | 2024-10-18T22:50:02.784Z | [ recovery-image] Oct 18 22:50:01.970 INFO O| Oct 18 22:50:01.970 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5722 | 2024-10-18T22:50:02.796Z | [ recovery-image] Oct 18 22:50:01.982 INFO O| Oct 18 22:50:01.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5723 | 2024-10-18T22:50:02.796Z | [ recovery-image] Oct 18 22:50:01.982 INFO O| Oct 18 22:50:01.982 INFO STEP 518 (remove_files) COMPLETE |
5724 | 2024-10-18T22:50:02.798Z | [ recovery-image] Oct 18 22:50:01.982 INFO O| Oct 18 22:50:01.982 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5725 | 2024-10-18T22:50:02.807Z | [ recovery-image] Oct 18 22:50:01.992 INFO O| Oct 18 22:50:01.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5726 | 2024-10-18T22:50:02.807Z | [ recovery-image] Oct 18 22:50:01.992 INFO O| Oct 18 22:50:01.992 INFO STEP 519 (remove_files) COMPLETE |
5727 | 2024-10-18T22:50:02.809Z | [ recovery-image] Oct 18 22:50:01.992 INFO O| Oct 18 22:50:01.992 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2024-10-18T22:50:02.819Z | [ recovery-image] Oct 18 22:50:02.004 INFO O| Oct 18 22:50:02.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5729 | 2024-10-18T22:50:02.819Z | [ recovery-image] Oct 18 22:50:02.004 INFO O| Oct 18 22:50:02.004 INFO STEP 520 (remove_files) COMPLETE |
5730 | 2024-10-18T22:50:02.819Z | [ recovery-image] Oct 18 22:50:02.004 INFO O| Oct 18 22:50:02.004 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5731 | 2024-10-18T22:50:02.831Z | [ recovery-image] Oct 18 22:50:02.016 INFO O| Oct 18 22:50:02.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5732 | 2024-10-18T22:50:02.831Z | [ recovery-image] Oct 18 22:50:02.016 INFO O| Oct 18 22:50:02.016 INFO STEP 521 (remove_files) COMPLETE |
5733 | 2024-10-18T22:50:02.834Z | [ recovery-image] Oct 18 22:50:02.016 INFO O| Oct 18 22:50:02.016 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5734 | 2024-10-18T22:50:02.842Z | [ recovery-image] Oct 18 22:50:02.028 INFO O| Oct 18 22:50:02.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5735 | 2024-10-18T22:50:02.842Z | [ recovery-image] Oct 18 22:50:02.028 INFO O| Oct 18 22:50:02.028 INFO STEP 522 (remove_files) COMPLETE |
5736 | 2024-10-18T22:50:02.844Z | [ recovery-image] Oct 18 22:50:02.028 INFO O| Oct 18 22:50:02.028 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5737 | 2024-10-18T22:50:02.853Z | [ recovery-image] Oct 18 22:50:02.038 INFO O| Oct 18 22:50:02.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5738 | 2024-10-18T22:50:02.853Z | [ recovery-image] Oct 18 22:50:02.039 INFO O| Oct 18 22:50:02.039 INFO STEP 523 (remove_files) COMPLETE |
5739 | 2024-10-18T22:50:02.855Z | [ recovery-image] Oct 18 22:50:02.039 INFO O| Oct 18 22:50:02.039 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5740 | 2024-10-18T22:50:02.863Z | [ recovery-image] Oct 18 22:50:02.049 INFO O| Oct 18 22:50:02.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5741 | 2024-10-18T22:50:02.863Z | [ recovery-image] Oct 18 22:50:02.049 INFO O| Oct 18 22:50:02.049 INFO STEP 524 (remove_files) COMPLETE |
5742 | 2024-10-18T22:50:02.866Z | [ recovery-image] Oct 18 22:50:02.049 INFO O| Oct 18 22:50:02.049 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5743 | 2024-10-18T22:50:02.874Z | [ recovery-image] Oct 18 22:50:02.060 INFO O| Oct 18 22:50:02.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5744 | 2024-10-18T22:50:02.876Z | [ recovery-image] Oct 18 22:50:02.060 INFO O| Oct 18 22:50:02.060 INFO STEP 525 (remove_files) COMPLETE |
5745 | 2024-10-18T22:50:02.876Z | [ recovery-image] Oct 18 22:50:02.060 INFO O| Oct 18 22:50:02.060 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5746 | 2024-10-18T22:50:02.884Z | [ recovery-image] Oct 18 22:50:02.070 INFO O| Oct 18 22:50:02.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5747 | 2024-10-18T22:50:02.886Z | [ recovery-image] Oct 18 22:50:02.070 INFO O| Oct 18 22:50:02.070 INFO STEP 526 (remove_files) COMPLETE |
5748 | 2024-10-18T22:50:02.887Z | [ recovery-image] Oct 18 22:50:02.070 INFO O| Oct 18 22:50:02.070 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5749 | 2024-10-18T22:50:02.895Z | [ recovery-image] Oct 18 22:50:02.081 INFO O| Oct 18 22:50:02.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5750 | 2024-10-18T22:50:02.895Z | [ recovery-image] Oct 18 22:50:02.081 INFO O| Oct 18 22:50:02.081 INFO STEP 527 (remove_files) COMPLETE |
5751 | 2024-10-18T22:50:02.897Z | [ recovery-image] Oct 18 22:50:02.081 INFO O| Oct 18 22:50:02.081 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5752 | 2024-10-18T22:50:02.905Z | [ recovery-image] Oct 18 22:50:02.091 INFO O| Oct 18 22:50:02.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5753 | 2024-10-18T22:50:02.905Z | [ recovery-image] Oct 18 22:50:02.091 INFO O| Oct 18 22:50:02.091 INFO STEP 528 (remove_files) COMPLETE |
5754 | 2024-10-18T22:50:02.908Z | [ recovery-image] Oct 18 22:50:02.091 INFO O| Oct 18 22:50:02.091 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5755 | 2024-10-18T22:50:02.916Z | [ recovery-image] Oct 18 22:50:02.102 INFO O| Oct 18 22:50:02.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5756 | 2024-10-18T22:50:02.916Z | [ recovery-image] Oct 18 22:50:02.102 INFO O| Oct 18 22:50:02.102 INFO STEP 529 (remove_files) COMPLETE |
5757 | 2024-10-18T22:50:02.916Z | [ recovery-image] Oct 18 22:50:02.102 INFO O| Oct 18 22:50:02.102 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5758 | 2024-10-18T22:50:02.926Z | [ recovery-image] Oct 18 22:50:02.112 INFO O| Oct 18 22:50:02.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5759 | 2024-10-18T22:50:02.928Z | [ recovery-image] Oct 18 22:50:02.112 INFO O| Oct 18 22:50:02.112 INFO STEP 530 (remove_files) COMPLETE |
5760 | 2024-10-18T22:50:02.928Z | [ recovery-image] Oct 18 22:50:02.112 INFO O| Oct 18 22:50:02.112 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5761 | 2024-10-18T22:50:02.936Z | [ recovery-image] Oct 18 22:50:02.122 INFO O| Oct 18 22:50:02.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5762 | 2024-10-18T22:50:02.938Z | [ recovery-image] Oct 18 22:50:02.122 INFO O| Oct 18 22:50:02.122 INFO STEP 531 (remove_files) COMPLETE |
5763 | 2024-10-18T22:50:02.938Z | [ recovery-image] Oct 18 22:50:02.122 INFO O| Oct 18 22:50:02.122 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5764 | 2024-10-18T22:50:02.946Z | [ recovery-image] Oct 18 22:50:02.132 INFO O| Oct 18 22:50:02.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5765 | 2024-10-18T22:50:02.946Z | [ recovery-image] Oct 18 22:50:02.132 INFO O| Oct 18 22:50:02.132 INFO STEP 532 (remove_files) COMPLETE |
5766 | 2024-10-18T22:50:02.949Z | [ recovery-image] Oct 18 22:50:02.132 INFO O| Oct 18 22:50:02.132 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5767 | 2024-10-18T22:50:02.957Z | [ recovery-image] Oct 18 22:50:02.143 INFO O| Oct 18 22:50:02.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5768 | 2024-10-18T22:50:02.959Z | [ recovery-image] Oct 18 22:50:02.143 INFO O| Oct 18 22:50:02.143 INFO STEP 533 (remove_files) COMPLETE |
5769 | 2024-10-18T22:50:02.959Z | [ recovery-image] Oct 18 22:50:02.143 INFO O| Oct 18 22:50:02.143 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5770 | 2024-10-18T22:50:02.967Z | [ recovery-image] Oct 18 22:50:02.153 INFO O| Oct 18 22:50:02.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5771 | 2024-10-18T22:50:02.970Z | [ recovery-image] Oct 18 22:50:02.153 INFO O| Oct 18 22:50:02.153 INFO STEP 534 (remove_files) COMPLETE |
5772 | 2024-10-18T22:50:02.970Z | [ recovery-image] Oct 18 22:50:02.153 INFO O| Oct 18 22:50:02.153 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5773 | 2024-10-18T22:50:02.977Z | [ recovery-image] Oct 18 22:50:02.163 INFO O| Oct 18 22:50:02.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5774 | 2024-10-18T22:50:02.980Z | [ recovery-image] Oct 18 22:50:02.163 INFO O| Oct 18 22:50:02.163 INFO STEP 535 (remove_files) COMPLETE |
5775 | 2024-10-18T22:50:02.980Z | [ recovery-image] Oct 18 22:50:02.163 INFO O| Oct 18 22:50:02.163 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5776 | 2024-10-18T22:50:02.987Z | [ recovery-image] Oct 18 22:50:02.173 INFO O| Oct 18 22:50:02.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5777 | 2024-10-18T22:50:02.989Z | [ recovery-image] Oct 18 22:50:02.173 INFO O| Oct 18 22:50:02.173 INFO STEP 536 (remove_files) COMPLETE |
5778 | 2024-10-18T22:50:02.990Z | [ recovery-image] Oct 18 22:50:02.173 INFO O| Oct 18 22:50:02.173 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5779 | 2024-10-18T22:50:02.998Z | [ recovery-image] Oct 18 22:50:02.183 INFO O| Oct 18 22:50:02.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5780 | 2024-10-18T22:50:02.998Z | [ recovery-image] Oct 18 22:50:02.183 INFO O| Oct 18 22:50:02.183 INFO STEP 537 (remove_files) COMPLETE |
5781 | 2024-10-18T22:50:02.998Z | [ recovery-image] Oct 18 22:50:02.183 INFO O| Oct 18 22:50:02.183 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5782 | 2024-10-18T22:50:03.007Z | [ recovery-image] Oct 18 22:50:02.192 INFO O| Oct 18 22:50:02.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5783 | 2024-10-18T22:50:03.009Z | [ recovery-image] Oct 18 22:50:02.192 INFO O| Oct 18 22:50:02.192 INFO STEP 538 (remove_files) COMPLETE |
5784 | 2024-10-18T22:50:03.009Z | [ recovery-image] Oct 18 22:50:02.192 INFO O| Oct 18 22:50:02.192 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5785 | 2024-10-18T22:50:03.017Z | [ recovery-image] Oct 18 22:50:02.202 INFO O| Oct 18 22:50:02.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5786 | 2024-10-18T22:50:03.020Z | [ recovery-image] Oct 18 22:50:02.202 INFO O| Oct 18 22:50:02.202 INFO STEP 539 (remove_files) COMPLETE |
5787 | 2024-10-18T22:50:03.020Z | [ recovery-image] Oct 18 22:50:02.202 INFO O| Oct 18 22:50:02.202 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5788 | 2024-10-18T22:50:03.026Z | [ recovery-image] Oct 18 22:50:02.212 INFO O| Oct 18 22:50:02.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5789 | 2024-10-18T22:50:03.026Z | [ recovery-image] Oct 18 22:50:02.212 INFO O| Oct 18 22:50:02.212 INFO STEP 540 (remove_files) COMPLETE |
5790 | 2024-10-18T22:50:03.029Z | [ recovery-image] Oct 18 22:50:02.212 INFO O| Oct 18 22:50:02.212 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5791 | 2024-10-18T22:50:03.036Z | [ recovery-image] Oct 18 22:50:02.221 INFO O| Oct 18 22:50:02.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5792 | 2024-10-18T22:50:03.036Z | [ recovery-image] Oct 18 22:50:02.222 INFO O| Oct 18 22:50:02.222 INFO STEP 541 (remove_files) COMPLETE |
5793 | 2024-10-18T22:50:03.040Z | [ recovery-image] Oct 18 22:50:02.222 INFO O| Oct 18 22:50:02.222 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5794 | 2024-10-18T22:50:03.046Z | [ recovery-image] Oct 18 22:50:02.231 INFO O| Oct 18 22:50:02.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5795 | 2024-10-18T22:50:03.046Z | [ recovery-image] Oct 18 22:50:02.231 INFO O| Oct 18 22:50:02.231 INFO STEP 542 (remove_files) COMPLETE |
5796 | 2024-10-18T22:50:03.048Z | [ recovery-image] Oct 18 22:50:02.231 INFO O| Oct 18 22:50:02.231 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5797 | 2024-10-18T22:50:03.057Z | [ recovery-image] Oct 18 22:50:02.243 INFO O| Oct 18 22:50:02.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5798 | 2024-10-18T22:50:03.057Z | [ recovery-image] Oct 18 22:50:02.243 INFO O| Oct 18 22:50:02.243 INFO STEP 543 (remove_files) COMPLETE |
5799 | 2024-10-18T22:50:03.059Z | [ recovery-image] Oct 18 22:50:02.243 INFO O| Oct 18 22:50:02.243 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5800 | 2024-10-18T22:50:03.067Z | [ recovery-image] Oct 18 22:50:02.253 INFO O| Oct 18 22:50:02.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5801 | 2024-10-18T22:50:03.067Z | [ recovery-image] Oct 18 22:50:02.253 INFO O| Oct 18 22:50:02.253 INFO STEP 544 (remove_files) COMPLETE |
5802 | 2024-10-18T22:50:03.067Z | [ recovery-image] Oct 18 22:50:02.253 INFO O| Oct 18 22:50:02.253 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5803 | 2024-10-18T22:50:03.077Z | [ recovery-image] Oct 18 22:50:02.263 INFO O| Oct 18 22:50:02.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5804 | 2024-10-18T22:50:03.079Z | [ recovery-image] Oct 18 22:50:02.263 INFO O| Oct 18 22:50:02.263 INFO STEP 545 (remove_files) COMPLETE |
5805 | 2024-10-18T22:50:03.079Z | [ recovery-image] Oct 18 22:50:02.263 INFO O| Oct 18 22:50:02.263 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5806 | 2024-10-18T22:50:03.087Z | [ recovery-image] Oct 18 22:50:02.273 INFO O| Oct 18 22:50:02.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5807 | 2024-10-18T22:50:03.090Z | [ recovery-image] Oct 18 22:50:02.273 INFO O| Oct 18 22:50:02.273 INFO STEP 546 (remove_files) COMPLETE |
5808 | 2024-10-18T22:50:03.090Z | [ recovery-image] Oct 18 22:50:02.273 INFO O| Oct 18 22:50:02.273 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5809 | 2024-10-18T22:50:03.099Z | [ recovery-image] Oct 18 22:50:02.285 INFO O| Oct 18 22:50:02.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5810 | 2024-10-18T22:50:03.101Z | [ recovery-image] Oct 18 22:50:02.285 INFO O| Oct 18 22:50:02.285 INFO STEP 547 (remove_files) COMPLETE |
5811 | 2024-10-18T22:50:03.101Z | [ recovery-image] Oct 18 22:50:02.285 INFO O| Oct 18 22:50:02.285 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5812 | 2024-10-18T22:50:03.110Z | [ recovery-image] Oct 18 22:50:02.296 INFO O| Oct 18 22:50:02.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5813 | 2024-10-18T22:50:03.111Z | [ recovery-image] Oct 18 22:50:02.296 INFO O| Oct 18 22:50:02.296 INFO STEP 548 (remove_files) COMPLETE |
5814 | 2024-10-18T22:50:03.111Z | [ recovery-image] Oct 18 22:50:02.296 INFO O| Oct 18 22:50:02.296 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5815 | 2024-10-18T22:50:03.122Z | [ recovery-image] Oct 18 22:50:02.308 INFO O| Oct 18 22:50:02.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5816 | 2024-10-18T22:50:03.122Z | [ recovery-image] Oct 18 22:50:02.308 INFO O| Oct 18 22:50:02.308 INFO STEP 549 (remove_files) COMPLETE |
5817 | 2024-10-18T22:50:03.122Z | [ recovery-image] Oct 18 22:50:02.308 INFO O| Oct 18 22:50:02.308 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5818 | 2024-10-18T22:50:03.133Z | [ recovery-image] Oct 18 22:50:02.319 INFO O| Oct 18 22:50:02.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5819 | 2024-10-18T22:50:03.135Z | [ recovery-image] Oct 18 22:50:02.319 INFO O| Oct 18 22:50:02.319 INFO STEP 550 (remove_files) COMPLETE |
5820 | 2024-10-18T22:50:03.135Z | [ recovery-image] Oct 18 22:50:02.319 INFO O| Oct 18 22:50:02.319 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5821 | 2024-10-18T22:50:03.144Z | [ recovery-image] Oct 18 22:50:02.329 INFO O| Oct 18 22:50:02.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5822 | 2024-10-18T22:50:03.146Z | [ recovery-image] Oct 18 22:50:02.329 INFO O| Oct 18 22:50:02.329 INFO STEP 551 (remove_files) COMPLETE |
5823 | 2024-10-18T22:50:03.146Z | [ recovery-image] Oct 18 22:50:02.329 INFO O| Oct 18 22:50:02.329 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5824 | 2024-10-18T22:50:03.154Z | [ recovery-image] Oct 18 22:50:02.339 INFO O| Oct 18 22:50:02.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5825 | 2024-10-18T22:50:03.154Z | [ recovery-image] Oct 18 22:50:02.339 INFO O| Oct 18 22:50:02.339 INFO STEP 552 (remove_files) COMPLETE |
5826 | 2024-10-18T22:50:03.154Z | [ recovery-image] Oct 18 22:50:02.339 INFO O| Oct 18 22:50:02.339 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5827 | 2024-10-18T22:50:03.163Z | [ recovery-image] Oct 18 22:50:02.349 INFO O| Oct 18 22:50:02.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5828 | 2024-10-18T22:50:03.163Z | [ recovery-image] Oct 18 22:50:02.349 INFO O| Oct 18 22:50:02.349 INFO STEP 553 (remove_files) COMPLETE |
5829 | 2024-10-18T22:50:03.166Z | [ recovery-image] Oct 18 22:50:02.349 INFO O| Oct 18 22:50:02.349 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5830 | 2024-10-18T22:50:03.174Z | [ recovery-image] Oct 18 22:50:02.359 INFO O| Oct 18 22:50:02.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5831 | 2024-10-18T22:50:03.176Z | [ recovery-image] Oct 18 22:50:02.359 INFO O| Oct 18 22:50:02.359 INFO STEP 554 (remove_files) COMPLETE |
5832 | 2024-10-18T22:50:03.176Z | [ recovery-image] Oct 18 22:50:02.359 INFO O| Oct 18 22:50:02.359 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5833 | 2024-10-18T22:50:03.183Z | [ recovery-image] Oct 18 22:50:02.369 INFO O| Oct 18 22:50:02.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5834 | 2024-10-18T22:50:03.186Z | [ recovery-image] Oct 18 22:50:02.369 INFO O| Oct 18 22:50:02.369 INFO STEP 555 (remove_files) COMPLETE |
5835 | 2024-10-18T22:50:03.187Z | [ recovery-image] Oct 18 22:50:02.369 INFO O| Oct 18 22:50:02.369 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5836 | 2024-10-18T22:50:03.192Z | [ recovery-image] Oct 18 22:50:02.378 INFO O| Oct 18 22:50:02.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5837 | 2024-10-18T22:50:03.194Z | [ recovery-image] Oct 18 22:50:02.378 INFO O| Oct 18 22:50:02.378 INFO STEP 556 (remove_files) COMPLETE |
5838 | 2024-10-18T22:50:03.194Z | [ recovery-image] Oct 18 22:50:02.378 INFO O| Oct 18 22:50:02.378 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5839 | 2024-10-18T22:50:03.202Z | [ recovery-image] Oct 18 22:50:02.388 INFO O| Oct 18 22:50:02.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5840 | 2024-10-18T22:50:03.204Z | [ recovery-image] Oct 18 22:50:02.388 INFO O| Oct 18 22:50:02.388 INFO STEP 557 (remove_files) COMPLETE |
5841 | 2024-10-18T22:50:03.204Z | [ recovery-image] Oct 18 22:50:02.388 INFO O| Oct 18 22:50:02.388 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5842 | 2024-10-18T22:50:03.212Z | [ recovery-image] Oct 18 22:50:02.397 INFO O| Oct 18 22:50:02.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5843 | 2024-10-18T22:50:03.212Z | [ recovery-image] Oct 18 22:50:02.398 INFO O| Oct 18 22:50:02.397 INFO STEP 558 (remove_files) COMPLETE |
5844 | 2024-10-18T22:50:03.212Z | [ recovery-image] Oct 18 22:50:02.398 INFO O| Oct 18 22:50:02.398 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5845 | 2024-10-18T22:50:03.221Z | [ recovery-image] Oct 18 22:50:02.407 INFO O| Oct 18 22:50:02.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5846 | 2024-10-18T22:50:03.223Z | [ recovery-image] Oct 18 22:50:02.407 INFO O| Oct 18 22:50:02.407 INFO STEP 559 (remove_files) COMPLETE |
5847 | 2024-10-18T22:50:03.223Z | [ recovery-image] Oct 18 22:50:02.407 INFO O| Oct 18 22:50:02.407 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5848 | 2024-10-18T22:50:03.231Z | [ recovery-image] Oct 18 22:50:02.417 INFO O| Oct 18 22:50:02.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5849 | 2024-10-18T22:50:03.233Z | [ recovery-image] Oct 18 22:50:02.417 INFO O| Oct 18 22:50:02.417 INFO STEP 560 (remove_files) COMPLETE |
5850 | 2024-10-18T22:50:03.233Z | [ recovery-image] Oct 18 22:50:02.417 INFO O| Oct 18 22:50:02.417 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5851 | 2024-10-18T22:50:03.241Z | [ recovery-image] Oct 18 22:50:02.426 INFO O| Oct 18 22:50:02.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5852 | 2024-10-18T22:50:03.243Z | [ recovery-image] Oct 18 22:50:02.427 INFO O| Oct 18 22:50:02.427 INFO STEP 561 (remove_files) COMPLETE |
5853 | 2024-10-18T22:50:03.243Z | [ recovery-image] Oct 18 22:50:02.427 INFO O| Oct 18 22:50:02.427 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5854 | 2024-10-18T22:50:03.251Z | [ recovery-image] Oct 18 22:50:02.437 INFO O| Oct 18 22:50:02.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5855 | 2024-10-18T22:50:03.251Z | [ recovery-image] Oct 18 22:50:02.437 INFO O| Oct 18 22:50:02.437 INFO STEP 562 (remove_files) COMPLETE |
5856 | 2024-10-18T22:50:03.251Z | [ recovery-image] Oct 18 22:50:02.437 INFO O| Oct 18 22:50:02.437 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5857 | 2024-10-18T22:50:03.261Z | [ recovery-image] Oct 18 22:50:02.447 INFO O| Oct 18 22:50:02.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5858 | 2024-10-18T22:50:03.261Z | [ recovery-image] Oct 18 22:50:02.447 INFO O| Oct 18 22:50:02.447 INFO STEP 563 (remove_files) COMPLETE |
5859 | 2024-10-18T22:50:03.263Z | [ recovery-image] Oct 18 22:50:02.447 INFO O| Oct 18 22:50:02.447 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5860 | 2024-10-18T22:50:03.271Z | [ recovery-image] Oct 18 22:50:02.456 INFO O| Oct 18 22:50:02.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5861 | 2024-10-18T22:50:03.271Z | [ recovery-image] Oct 18 22:50:02.456 INFO O| Oct 18 22:50:02.456 INFO STEP 564 (remove_files) COMPLETE |
5862 | 2024-10-18T22:50:03.271Z | [ recovery-image] Oct 18 22:50:02.457 INFO O| Oct 18 22:50:02.456 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5863 | 2024-10-18T22:50:03.280Z | [ recovery-image] Oct 18 22:50:02.466 INFO O| Oct 18 22:50:02.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5864 | 2024-10-18T22:50:03.281Z | [ recovery-image] Oct 18 22:50:02.466 INFO O| Oct 18 22:50:02.466 INFO STEP 565 (remove_files) COMPLETE |
5865 | 2024-10-18T22:50:03.283Z | [ recovery-image] Oct 18 22:50:02.466 INFO O| Oct 18 22:50:02.466 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5866 | 2024-10-18T22:50:03.290Z | [ recovery-image] Oct 18 22:50:02.476 INFO O| Oct 18 22:50:02.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5867 | 2024-10-18T22:50:03.290Z | [ recovery-image] Oct 18 22:50:02.476 INFO O| Oct 18 22:50:02.476 INFO STEP 566 (remove_files) COMPLETE |
5868 | 2024-10-18T22:50:03.293Z | [ recovery-image] Oct 18 22:50:02.476 INFO O| Oct 18 22:50:02.476 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5869 | 2024-10-18T22:50:03.300Z | [ recovery-image] Oct 18 22:50:02.486 INFO O| Oct 18 22:50:02.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5870 | 2024-10-18T22:50:03.300Z | [ recovery-image] Oct 18 22:50:02.486 INFO O| Oct 18 22:50:02.486 INFO STEP 567 (remove_files) COMPLETE |
5871 | 2024-10-18T22:50:03.300Z | [ recovery-image] Oct 18 22:50:02.486 INFO O| Oct 18 22:50:02.486 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5872 | 2024-10-18T22:50:03.310Z | [ recovery-image] Oct 18 22:50:02.496 INFO O| Oct 18 22:50:02.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5873 | 2024-10-18T22:50:03.312Z | [ recovery-image] Oct 18 22:50:02.496 INFO O| Oct 18 22:50:02.496 INFO STEP 568 (remove_files) COMPLETE |
5874 | 2024-10-18T22:50:03.312Z | [ recovery-image] Oct 18 22:50:02.496 INFO O| Oct 18 22:50:02.496 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5875 | 2024-10-18T22:50:03.320Z | [ recovery-image] Oct 18 22:50:02.506 INFO O| Oct 18 22:50:02.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5876 | 2024-10-18T22:50:03.320Z | [ recovery-image] Oct 18 22:50:02.506 INFO O| Oct 18 22:50:02.506 INFO STEP 569 (remove_files) COMPLETE |
5877 | 2024-10-18T22:50:03.322Z | [ recovery-image] Oct 18 22:50:02.506 INFO O| Oct 18 22:50:02.506 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5878 | 2024-10-18T22:50:03.329Z | [ recovery-image] Oct 18 22:50:02.515 INFO O| Oct 18 22:50:02.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5879 | 2024-10-18T22:50:03.329Z | [ recovery-image] Oct 18 22:50:02.515 INFO O| Oct 18 22:50:02.515 INFO STEP 570 (remove_files) COMPLETE |
5880 | 2024-10-18T22:50:03.332Z | [ recovery-image] Oct 18 22:50:02.515 INFO O| Oct 18 22:50:02.515 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5881 | 2024-10-18T22:50:03.339Z | [ recovery-image] Oct 18 22:50:02.525 INFO O| Oct 18 22:50:02.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5882 | 2024-10-18T22:50:03.339Z | [ recovery-image] Oct 18 22:50:02.525 INFO O| Oct 18 22:50:02.525 INFO STEP 571 (remove_files) COMPLETE |
5883 | 2024-10-18T22:50:03.342Z | [ recovery-image] Oct 18 22:50:02.525 INFO O| Oct 18 22:50:02.525 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5884 | 2024-10-18T22:50:03.349Z | [ recovery-image] Oct 18 22:50:02.535 INFO O| Oct 18 22:50:02.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5885 | 2024-10-18T22:50:03.349Z | [ recovery-image] Oct 18 22:50:02.535 INFO O| Oct 18 22:50:02.535 INFO STEP 572 (remove_files) COMPLETE |
5886 | 2024-10-18T22:50:03.351Z | [ recovery-image] Oct 18 22:50:02.535 INFO O| Oct 18 22:50:02.535 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5887 | 2024-10-18T22:50:03.358Z | [ recovery-image] Oct 18 22:50:02.544 INFO O| Oct 18 22:50:02.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5888 | 2024-10-18T22:50:03.358Z | [ recovery-image] Oct 18 22:50:02.544 INFO O| Oct 18 22:50:02.544 INFO STEP 573 (remove_files) COMPLETE |
5889 | 2024-10-18T22:50:03.358Z | [ recovery-image] Oct 18 22:50:02.544 INFO O| Oct 18 22:50:02.544 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5890 | 2024-10-18T22:50:03.369Z | [ recovery-image] Oct 18 22:50:02.554 INFO O| Oct 18 22:50:02.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5891 | 2024-10-18T22:50:03.369Z | [ recovery-image] Oct 18 22:50:02.555 INFO O| Oct 18 22:50:02.555 INFO STEP 574 (remove_files) COMPLETE |
5892 | 2024-10-18T22:50:03.369Z | [ recovery-image] Oct 18 22:50:02.555 INFO O| Oct 18 22:50:02.555 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5893 | 2024-10-18T22:50:03.381Z | [ recovery-image] Oct 18 22:50:02.567 INFO O| Oct 18 22:50:02.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5894 | 2024-10-18T22:50:03.381Z | [ recovery-image] Oct 18 22:50:02.567 INFO O| Oct 18 22:50:02.567 INFO STEP 575 (remove_files) COMPLETE |
5895 | 2024-10-18T22:50:03.381Z | [ recovery-image] Oct 18 22:50:02.567 INFO O| Oct 18 22:50:02.567 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5896 | 2024-10-18T22:50:03.392Z | [ recovery-image] Oct 18 22:50:02.578 INFO O| Oct 18 22:50:02.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5897 | 2024-10-18T22:50:03.392Z | [ recovery-image] Oct 18 22:50:02.578 INFO O| Oct 18 22:50:02.578 INFO STEP 576 (remove_files) COMPLETE |
5898 | 2024-10-18T22:50:03.395Z | [ recovery-image] Oct 18 22:50:02.578 INFO O| Oct 18 22:50:02.578 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5899 | 2024-10-18T22:50:03.402Z | [ recovery-image] Oct 18 22:50:02.588 INFO O| Oct 18 22:50:02.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5900 | 2024-10-18T22:50:03.402Z | [ recovery-image] Oct 18 22:50:02.588 INFO O| Oct 18 22:50:02.588 INFO STEP 577 (remove_files) COMPLETE |
5901 | 2024-10-18T22:50:03.402Z | [ recovery-image] Oct 18 22:50:02.588 INFO O| Oct 18 22:50:02.588 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5902 | 2024-10-18T22:50:03.413Z | [ recovery-image] Oct 18 22:50:02.599 INFO O| Oct 18 22:50:02.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5903 | 2024-10-18T22:50:03.413Z | [ recovery-image] Oct 18 22:50:02.599 INFO O| Oct 18 22:50:02.599 INFO STEP 578 (remove_files) COMPLETE |
5904 | 2024-10-18T22:50:03.413Z | [ recovery-image] Oct 18 22:50:02.599 INFO O| Oct 18 22:50:02.599 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5905 | 2024-10-18T22:50:03.424Z | [ recovery-image] Oct 18 22:50:02.609 INFO O| Oct 18 22:50:02.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5906 | 2024-10-18T22:50:03.424Z | [ recovery-image] Oct 18 22:50:02.610 INFO O| Oct 18 22:50:02.610 INFO STEP 579 (remove_files) COMPLETE |
5907 | 2024-10-18T22:50:03.424Z | [ recovery-image] Oct 18 22:50:02.610 INFO O| Oct 18 22:50:02.610 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5908 | 2024-10-18T22:50:03.434Z | [ recovery-image] Oct 18 22:50:02.620 INFO O| Oct 18 22:50:02.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5909 | 2024-10-18T22:50:03.434Z | [ recovery-image] Oct 18 22:50:02.620 INFO O| Oct 18 22:50:02.620 INFO STEP 580 (remove_files) COMPLETE |
5910 | 2024-10-18T22:50:03.434Z | [ recovery-image] Oct 18 22:50:02.620 INFO O| Oct 18 22:50:02.620 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5911 | 2024-10-18T22:50:03.447Z | [ recovery-image] Oct 18 22:50:02.633 INFO O| Oct 18 22:50:02.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5912 | 2024-10-18T22:50:03.447Z | [ recovery-image] Oct 18 22:50:02.633 INFO O| Oct 18 22:50:02.633 INFO STEP 581 (remove_files) COMPLETE |
5913 | 2024-10-18T22:50:03.450Z | [ recovery-image] Oct 18 22:50:02.633 INFO O| Oct 18 22:50:02.633 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5914 | 2024-10-18T22:50:03.460Z | [ recovery-image] Oct 18 22:50:02.646 INFO O| Oct 18 22:50:02.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5915 | 2024-10-18T22:50:03.460Z | [ recovery-image] Oct 18 22:50:02.646 INFO O| Oct 18 22:50:02.646 INFO STEP 582 (remove_files) COMPLETE |
5916 | 2024-10-18T22:50:03.463Z | [ recovery-image] Oct 18 22:50:02.646 INFO O| Oct 18 22:50:02.646 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5917 | 2024-10-18T22:50:03.471Z | [ recovery-image] Oct 18 22:50:02.657 INFO O| Oct 18 22:50:02.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5918 | 2024-10-18T22:50:03.473Z | [ recovery-image] Oct 18 22:50:02.657 INFO O| Oct 18 22:50:02.657 INFO STEP 583 (remove_files) COMPLETE |
5919 | 2024-10-18T22:50:03.473Z | [ recovery-image] Oct 18 22:50:02.657 INFO O| Oct 18 22:50:02.657 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5920 | 2024-10-18T22:50:03.482Z | [ recovery-image] Oct 18 22:50:02.668 INFO O| Oct 18 22:50:02.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5921 | 2024-10-18T22:50:03.484Z | [ recovery-image] Oct 18 22:50:02.668 INFO O| Oct 18 22:50:02.668 INFO STEP 584 (remove_files) COMPLETE |
5922 | 2024-10-18T22:50:03.484Z | [ recovery-image] Oct 18 22:50:02.668 INFO O| Oct 18 22:50:02.668 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5923 | 2024-10-18T22:50:03.493Z | [ recovery-image] Oct 18 22:50:02.678 INFO O| Oct 18 22:50:02.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5924 | 2024-10-18T22:50:03.493Z | [ recovery-image] Oct 18 22:50:02.678 INFO O| Oct 18 22:50:02.678 INFO STEP 585 (remove_files) COMPLETE |
5925 | 2024-10-18T22:50:03.495Z | [ recovery-image] Oct 18 22:50:02.678 INFO O| Oct 18 22:50:02.678 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5926 | 2024-10-18T22:50:03.502Z | [ recovery-image] Oct 18 22:50:02.688 INFO O| Oct 18 22:50:02.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5927 | 2024-10-18T22:50:03.505Z | [ recovery-image] Oct 18 22:50:02.688 INFO O| Oct 18 22:50:02.688 INFO STEP 586 (remove_files) COMPLETE |
5928 | 2024-10-18T22:50:03.505Z | [ recovery-image] Oct 18 22:50:02.688 INFO O| Oct 18 22:50:02.688 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5929 | 2024-10-18T22:50:03.512Z | [ recovery-image] Oct 18 22:50:02.698 INFO O| Oct 18 22:50:02.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5930 | 2024-10-18T22:50:03.515Z | [ recovery-image] Oct 18 22:50:02.698 INFO O| Oct 18 22:50:02.698 INFO STEP 587 (remove_files) COMPLETE |
5931 | 2024-10-18T22:50:03.515Z | [ recovery-image] Oct 18 22:50:02.698 INFO O| Oct 18 22:50:02.698 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5932 | 2024-10-18T22:50:03.523Z | [ recovery-image] Oct 18 22:50:02.708 INFO O| Oct 18 22:50:02.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5933 | 2024-10-18T22:50:03.523Z | [ recovery-image] Oct 18 22:50:02.708 INFO O| Oct 18 22:50:02.708 INFO STEP 588 (remove_files) COMPLETE |
5934 | 2024-10-18T22:50:03.525Z | [ recovery-image] Oct 18 22:50:02.708 INFO O| Oct 18 22:50:02.708 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5935 | 2024-10-18T22:50:03.532Z | [ recovery-image] Oct 18 22:50:02.718 INFO O| Oct 18 22:50:02.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5936 | 2024-10-18T22:50:03.535Z | [ recovery-image] Oct 18 22:50:02.718 INFO O| Oct 18 22:50:02.718 INFO STEP 589 (remove_files) COMPLETE |
5937 | 2024-10-18T22:50:03.535Z | [ recovery-image] Oct 18 22:50:02.718 INFO O| Oct 18 22:50:02.718 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5938 | 2024-10-18T22:50:03.542Z | [ recovery-image] Oct 18 22:50:02.728 INFO O| Oct 18 22:50:02.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5939 | 2024-10-18T22:50:03.542Z | [ recovery-image] Oct 18 22:50:02.728 INFO O| Oct 18 22:50:02.728 INFO STEP 590 (remove_files) COMPLETE |
5940 | 2024-10-18T22:50:03.544Z | [ recovery-image] Oct 18 22:50:02.728 INFO O| Oct 18 22:50:02.728 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5941 | 2024-10-18T22:50:03.552Z | [ recovery-image] Oct 18 22:50:02.738 INFO O| Oct 18 22:50:02.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5942 | 2024-10-18T22:50:03.554Z | [ recovery-image] Oct 18 22:50:02.738 INFO O| Oct 18 22:50:02.738 INFO STEP 591 (remove_files) COMPLETE |
5943 | 2024-10-18T22:50:03.554Z | [ recovery-image] Oct 18 22:50:02.738 INFO O| Oct 18 22:50:02.738 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5944 | 2024-10-18T22:50:03.562Z | [ recovery-image] Oct 18 22:50:02.748 INFO O| Oct 18 22:50:02.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5945 | 2024-10-18T22:50:03.562Z | [ recovery-image] Oct 18 22:50:02.748 INFO O| Oct 18 22:50:02.748 INFO STEP 592 (remove_files) COMPLETE |
5946 | 2024-10-18T22:50:03.565Z | [ recovery-image] Oct 18 22:50:02.748 INFO O| Oct 18 22:50:02.748 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5947 | 2024-10-18T22:50:03.572Z | [ recovery-image] Oct 18 22:50:02.758 INFO O| Oct 18 22:50:02.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5948 | 2024-10-18T22:50:03.575Z | [ recovery-image] Oct 18 22:50:02.758 INFO O| Oct 18 22:50:02.758 INFO STEP 593 (remove_files) COMPLETE |
5949 | 2024-10-18T22:50:03.575Z | [ recovery-image] Oct 18 22:50:02.758 INFO O| Oct 18 22:50:02.758 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5950 | 2024-10-18T22:50:03.582Z | [ recovery-image] Oct 18 22:50:02.768 INFO O| Oct 18 22:50:02.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5951 | 2024-10-18T22:50:03.586Z | [ recovery-image] Oct 18 22:50:02.768 INFO O| Oct 18 22:50:02.768 INFO STEP 594 (remove_files) COMPLETE |
5952 | 2024-10-18T22:50:03.586Z | [ recovery-image] Oct 18 22:50:02.768 INFO O| Oct 18 22:50:02.768 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5953 | 2024-10-18T22:50:03.597Z | [ recovery-image] Oct 18 22:50:02.781 INFO O| Oct 18 22:50:02.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5954 | 2024-10-18T22:50:03.597Z | [ recovery-image] Oct 18 22:50:02.781 INFO O| Oct 18 22:50:02.781 INFO STEP 595 (remove_files) COMPLETE |
5955 | 2024-10-18T22:50:03.599Z | [ recovery-image] Oct 18 22:50:02.781 INFO O| Oct 18 22:50:02.781 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5956 | 2024-10-18T22:50:03.610Z | [ recovery-image] Oct 18 22:50:02.796 INFO O| Oct 18 22:50:02.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5957 | 2024-10-18T22:50:03.613Z | [ recovery-image] Oct 18 22:50:02.796 INFO O| Oct 18 22:50:02.796 INFO STEP 596 (remove_files) COMPLETE |
5958 | 2024-10-18T22:50:03.613Z | [ recovery-image] Oct 18 22:50:02.796 INFO O| Oct 18 22:50:02.796 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5959 | 2024-10-18T22:50:03.626Z | [ recovery-image] Oct 18 22:50:02.812 INFO O| Oct 18 22:50:02.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5960 | 2024-10-18T22:50:03.628Z | [ recovery-image] Oct 18 22:50:02.812 INFO O| Oct 18 22:50:02.812 INFO STEP 597 (remove_files) COMPLETE |
5961 | 2024-10-18T22:50:03.628Z | [ recovery-image] Oct 18 22:50:02.812 INFO O| Oct 18 22:50:02.812 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5962 | 2024-10-18T22:50:03.641Z | [ recovery-image] Oct 18 22:50:02.827 INFO O| Oct 18 22:50:02.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5963 | 2024-10-18T22:50:03.643Z | [ recovery-image] Oct 18 22:50:02.827 INFO O| Oct 18 22:50:02.827 INFO STEP 598 (remove_files) COMPLETE |
5964 | 2024-10-18T22:50:03.644Z | [ recovery-image] Oct 18 22:50:02.827 INFO O| Oct 18 22:50:02.827 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5965 | 2024-10-18T22:50:03.660Z | [ recovery-image] Oct 18 22:50:02.846 INFO O| Oct 18 22:50:02.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5966 | 2024-10-18T22:50:03.662Z | [ recovery-image] Oct 18 22:50:02.846 INFO O| Oct 18 22:50:02.846 INFO STEP 599 (remove_files) COMPLETE |
5967 | 2024-10-18T22:50:03.662Z | [ recovery-image] Oct 18 22:50:02.846 INFO O| Oct 18 22:50:02.846 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5968 | 2024-10-18T22:50:03.679Z | [ recovery-image] Oct 18 22:50:02.865 INFO O| Oct 18 22:50:02.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5969 | 2024-10-18T22:50:03.679Z | [ recovery-image] Oct 18 22:50:02.865 INFO O| Oct 18 22:50:02.865 INFO STEP 600 (remove_files) COMPLETE |
5970 | 2024-10-18T22:50:03.682Z | [ recovery-image] Oct 18 22:50:02.865 INFO O| Oct 18 22:50:02.865 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5971 | 2024-10-18T22:50:03.699Z | [ recovery-image] Oct 18 22:50:02.884 INFO O| Oct 18 22:50:02.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5972 | 2024-10-18T22:50:03.701Z | [ recovery-image] Oct 18 22:50:02.885 INFO O| Oct 18 22:50:02.884 INFO STEP 601 (remove_files) COMPLETE |
5973 | 2024-10-18T22:50:03.701Z | [ recovery-image] Oct 18 22:50:02.885 INFO O| Oct 18 22:50:02.885 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5974 | 2024-10-18T22:50:03.714Z | [ recovery-image] Oct 18 22:50:02.900 INFO O| Oct 18 22:50:02.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5975 | 2024-10-18T22:50:03.717Z | [ recovery-image] Oct 18 22:50:02.900 INFO O| Oct 18 22:50:02.900 INFO STEP 602 (remove_files) COMPLETE |
5976 | 2024-10-18T22:50:03.717Z | [ recovery-image] Oct 18 22:50:02.900 INFO O| Oct 18 22:50:02.900 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5977 | 2024-10-18T22:50:03.729Z | [ recovery-image] Oct 18 22:50:02.915 INFO O| Oct 18 22:50:02.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5978 | 2024-10-18T22:50:03.732Z | [ recovery-image] Oct 18 22:50:02.915 INFO O| Oct 18 22:50:02.915 INFO STEP 603 (remove_files) COMPLETE |
5979 | 2024-10-18T22:50:03.732Z | [ recovery-image] Oct 18 22:50:02.915 INFO O| Oct 18 22:50:02.915 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5980 | 2024-10-18T22:50:03.749Z | [ recovery-image] Oct 18 22:50:02.935 INFO O| Oct 18 22:50:02.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5981 | 2024-10-18T22:50:03.752Z | [ recovery-image] Oct 18 22:50:02.935 INFO O| Oct 18 22:50:02.935 INFO STEP 604 (remove_files) COMPLETE |
5982 | 2024-10-18T22:50:03.752Z | [ recovery-image] Oct 18 22:50:02.935 INFO O| Oct 18 22:50:02.935 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5983 | 2024-10-18T22:50:03.768Z | [ recovery-image] Oct 18 22:50:02.954 INFO O| Oct 18 22:50:02.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5984 | 2024-10-18T22:50:03.771Z | [ recovery-image] Oct 18 22:50:02.954 INFO O| Oct 18 22:50:02.954 INFO STEP 605 (remove_files) COMPLETE |
5985 | 2024-10-18T22:50:03.771Z | [ recovery-image] Oct 18 22:50:02.954 INFO O| Oct 18 22:50:02.954 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5986 | 2024-10-18T22:50:03.786Z | [ recovery-image] Oct 18 22:50:02.971 INFO O| Oct 18 22:50:02.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5987 | 2024-10-18T22:50:03.788Z | [ recovery-image] Oct 18 22:50:02.972 INFO O| Oct 18 22:50:02.971 INFO STEP 606 (remove_files) COMPLETE |
5988 | 2024-10-18T22:50:03.788Z | [ recovery-image] Oct 18 22:50:02.972 INFO O| Oct 18 22:50:02.972 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5989 | 2024-10-18T22:50:03.800Z | [ recovery-image] Oct 18 22:50:02.986 INFO O| Oct 18 22:50:02.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5990 | 2024-10-18T22:50:03.803Z | [ recovery-image] Oct 18 22:50:02.986 INFO O| Oct 18 22:50:02.986 INFO STEP 607 (remove_files) COMPLETE |
5991 | 2024-10-18T22:50:03.803Z | [ recovery-image] Oct 18 22:50:02.986 INFO O| Oct 18 22:50:02.986 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5992 | 2024-10-18T22:50:03.815Z | [ recovery-image] Oct 18 22:50:03.001 INFO O| Oct 18 22:50:03.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5993 | 2024-10-18T22:50:03.817Z | [ recovery-image] Oct 18 22:50:03.001 INFO O| Oct 18 22:50:03.001 INFO STEP 608 (remove_files) COMPLETE |
5994 | 2024-10-18T22:50:03.817Z | [ recovery-image] Oct 18 22:50:03.001 INFO O| Oct 18 22:50:03.001 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5995 | 2024-10-18T22:50:03.831Z | [ recovery-image] Oct 18 22:50:03.017 INFO O| Oct 18 22:50:03.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5996 | 2024-10-18T22:50:03.834Z | [ recovery-image] Oct 18 22:50:03.017 INFO O| Oct 18 22:50:03.017 INFO STEP 609 (remove_files) COMPLETE |
5997 | 2024-10-18T22:50:03.834Z | [ recovery-image] Oct 18 22:50:03.017 INFO O| Oct 18 22:50:03.017 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5998 | 2024-10-18T22:50:03.847Z | [ recovery-image] Oct 18 22:50:03.032 INFO O| Oct 18 22:50:03.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5999 | 2024-10-18T22:50:03.849Z | [ recovery-image] Oct 18 22:50:03.032 INFO O| Oct 18 22:50:03.032 INFO STEP 610 (remove_files) COMPLETE |
6000 | 2024-10-18T22:50:03.849Z | [ recovery-image] Oct 18 22:50:03.032 INFO O| Oct 18 22:50:03.032 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6001 | 2024-10-18T22:50:03.861Z | [ recovery-image] Oct 18 22:50:03.047 INFO O| Oct 18 22:50:03.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6002 | 2024-10-18T22:50:03.864Z | [ recovery-image] Oct 18 22:50:03.047 INFO O| Oct 18 22:50:03.047 INFO STEP 611 (remove_files) COMPLETE |
6003 | 2024-10-18T22:50:03.864Z | [ recovery-image] Oct 18 22:50:03.047 INFO O| Oct 18 22:50:03.047 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6004 | 2024-10-18T22:50:03.876Z | [ recovery-image] Oct 18 22:50:03.062 INFO O| Oct 18 22:50:03.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6005 | 2024-10-18T22:50:03.877Z | [ recovery-image] Oct 18 22:50:03.062 INFO O| Oct 18 22:50:03.062 INFO STEP 612 (remove_files) COMPLETE |
6006 | 2024-10-18T22:50:03.879Z | [ recovery-image] Oct 18 22:50:03.062 INFO O| Oct 18 22:50:03.062 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6007 | 2024-10-18T22:50:03.893Z | [ recovery-image] Oct 18 22:50:03.079 INFO O| Oct 18 22:50:03.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6008 | 2024-10-18T22:50:03.895Z | [ recovery-image] Oct 18 22:50:03.079 INFO O| Oct 18 22:50:03.079 INFO STEP 613 (remove_files) COMPLETE |
6009 | 2024-10-18T22:50:03.895Z | [ recovery-image] Oct 18 22:50:03.079 INFO O| Oct 18 22:50:03.079 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6010 | 2024-10-18T22:50:03.908Z | [ recovery-image] Oct 18 22:50:03.094 INFO O| Oct 18 22:50:03.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6011 | 2024-10-18T22:50:03.908Z | [ recovery-image] Oct 18 22:50:03.094 INFO O| Oct 18 22:50:03.094 INFO STEP 614 (remove_files) COMPLETE |
6012 | 2024-10-18T22:50:03.910Z | [ recovery-image] Oct 18 22:50:03.094 INFO O| Oct 18 22:50:03.094 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6013 | 2024-10-18T22:50:03.924Z | [ recovery-image] Oct 18 22:50:03.110 INFO O| Oct 18 22:50:03.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6014 | 2024-10-18T22:50:03.924Z | [ recovery-image] Oct 18 22:50:03.110 INFO O| Oct 18 22:50:03.110 INFO STEP 615 (remove_files) COMPLETE |
6015 | 2024-10-18T22:50:03.926Z | [ recovery-image] Oct 18 22:50:03.110 INFO O| Oct 18 22:50:03.110 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6016 | 2024-10-18T22:50:03.939Z | [ recovery-image] Oct 18 22:50:03.125 INFO O| Oct 18 22:50:03.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6017 | 2024-10-18T22:50:03.942Z | [ recovery-image] Oct 18 22:50:03.125 INFO O| Oct 18 22:50:03.125 INFO STEP 616 (remove_files) COMPLETE |
6018 | 2024-10-18T22:50:03.942Z | [ recovery-image] Oct 18 22:50:03.125 INFO O| Oct 18 22:50:03.125 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6019 | 2024-10-18T22:50:03.956Z | [ recovery-image] Oct 18 22:50:03.141 INFO O| Oct 18 22:50:03.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6020 | 2024-10-18T22:50:03.956Z | [ recovery-image] Oct 18 22:50:03.141 INFO O| Oct 18 22:50:03.141 INFO STEP 617 (remove_files) COMPLETE |
6021 | 2024-10-18T22:50:03.956Z | [ recovery-image] Oct 18 22:50:03.141 INFO O| Oct 18 22:50:03.141 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6022 | 2024-10-18T22:50:03.972Z | [ recovery-image] Oct 18 22:50:03.157 INFO O| Oct 18 22:50:03.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6023 | 2024-10-18T22:50:03.972Z | [ recovery-image] Oct 18 22:50:03.157 INFO O| Oct 18 22:50:03.157 INFO STEP 618 (remove_files) COMPLETE |
6024 | 2024-10-18T22:50:03.974Z | [ recovery-image] Oct 18 22:50:03.157 INFO O| Oct 18 22:50:03.157 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6025 | 2024-10-18T22:50:03.988Z | [ recovery-image] Oct 18 22:50:03.173 INFO O| Oct 18 22:50:03.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6026 | 2024-10-18T22:50:03.988Z | [ recovery-image] Oct 18 22:50:03.174 INFO O| Oct 18 22:50:03.174 INFO STEP 619 (remove_files) COMPLETE |
6027 | 2024-10-18T22:50:03.990Z | [ recovery-image] Oct 18 22:50:03.174 INFO O| Oct 18 22:50:03.174 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6028 | 2024-10-18T22:50:04.004Z | [ recovery-image] Oct 18 22:50:03.189 INFO O| Oct 18 22:50:03.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6029 | 2024-10-18T22:50:04.004Z | [ recovery-image] Oct 18 22:50:03.189 INFO O| Oct 18 22:50:03.189 INFO STEP 620 (remove_files) COMPLETE |
6030 | 2024-10-18T22:50:04.011Z | [ recovery-image] Oct 18 22:50:03.189 INFO O| Oct 18 22:50:03.189 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6031 | 2024-10-18T22:50:04.020Z | [ recovery-image] Oct 18 22:50:03.205 INFO O| Oct 18 22:50:03.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6032 | 2024-10-18T22:50:04.020Z | [ recovery-image] Oct 18 22:50:03.205 INFO O| Oct 18 22:50:03.205 INFO STEP 621 (remove_files) COMPLETE |
6033 | 2024-10-18T22:50:04.020Z | [ recovery-image] Oct 18 22:50:03.205 INFO O| Oct 18 22:50:03.205 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6034 | 2024-10-18T22:50:04.039Z | [ recovery-image] Oct 18 22:50:03.225 INFO O| Oct 18 22:50:03.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6035 | 2024-10-18T22:50:04.039Z | [ recovery-image] Oct 18 22:50:03.225 INFO O| Oct 18 22:50:03.225 INFO STEP 622 (remove_files) COMPLETE |
6036 | 2024-10-18T22:50:04.041Z | [ recovery-image] Oct 18 22:50:03.225 INFO O| Oct 18 22:50:03.225 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6037 | 2024-10-18T22:50:04.060Z | [ recovery-image] Oct 18 22:50:03.245 INFO O| Oct 18 22:50:03.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6038 | 2024-10-18T22:50:04.060Z | [ recovery-image] Oct 18 22:50:03.245 INFO O| Oct 18 22:50:03.245 INFO STEP 623 (remove_files) COMPLETE |
6039 | 2024-10-18T22:50:04.062Z | [ recovery-image] Oct 18 22:50:03.245 INFO O| Oct 18 22:50:03.245 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6040 | 2024-10-18T22:50:04.074Z | [ recovery-image] Oct 18 22:50:03.259 INFO O| Oct 18 22:50:03.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6041 | 2024-10-18T22:50:04.076Z | [ recovery-image] Oct 18 22:50:03.259 INFO O| Oct 18 22:50:03.259 INFO STEP 624 (remove_files) COMPLETE |
6042 | 2024-10-18T22:50:04.076Z | [ recovery-image] Oct 18 22:50:03.259 INFO O| Oct 18 22:50:03.259 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6043 | 2024-10-18T22:50:04.085Z | [ recovery-image] Oct 18 22:50:03.270 INFO O| Oct 18 22:50:03.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6044 | 2024-10-18T22:50:04.087Z | [ recovery-image] Oct 18 22:50:03.270 INFO O| Oct 18 22:50:03.270 INFO STEP 625 (remove_files) COMPLETE |
6045 | 2024-10-18T22:50:04.087Z | [ recovery-image] Oct 18 22:50:03.270 INFO O| Oct 18 22:50:03.270 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6046 | 2024-10-18T22:50:04.095Z | [ recovery-image] Oct 18 22:50:03.281 INFO O| Oct 18 22:50:03.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6047 | 2024-10-18T22:50:04.095Z | [ recovery-image] Oct 18 22:50:03.281 INFO O| Oct 18 22:50:03.281 INFO STEP 626 (remove_files) COMPLETE |
6048 | 2024-10-18T22:50:04.097Z | [ recovery-image] Oct 18 22:50:03.281 INFO O| Oct 18 22:50:03.281 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6049 | 2024-10-18T22:50:04.105Z | [ recovery-image] Oct 18 22:50:03.291 INFO O| Oct 18 22:50:03.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6050 | 2024-10-18T22:50:04.108Z | [ recovery-image] Oct 18 22:50:03.291 INFO O| Oct 18 22:50:03.291 INFO STEP 627 (remove_files) COMPLETE |
6051 | 2024-10-18T22:50:04.108Z | [ recovery-image] Oct 18 22:50:03.291 INFO O| Oct 18 22:50:03.291 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6052 | 2024-10-18T22:50:04.115Z | [ recovery-image] Oct 18 22:50:03.301 INFO O| Oct 18 22:50:03.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6053 | 2024-10-18T22:50:04.115Z | [ recovery-image] Oct 18 22:50:03.301 INFO O| Oct 18 22:50:03.301 INFO STEP 628 (remove_files) COMPLETE |
6054 | 2024-10-18T22:50:04.115Z | [ recovery-image] Oct 18 22:50:03.301 INFO O| Oct 18 22:50:03.301 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6055 | 2024-10-18T22:50:04.125Z | [ recovery-image] Oct 18 22:50:03.311 INFO O| Oct 18 22:50:03.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6056 | 2024-10-18T22:50:04.125Z | [ recovery-image] Oct 18 22:50:03.311 INFO O| Oct 18 22:50:03.311 INFO STEP 629 (remove_files) COMPLETE |
6057 | 2024-10-18T22:50:04.125Z | [ recovery-image] Oct 18 22:50:03.311 INFO O| Oct 18 22:50:03.311 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6058 | 2024-10-18T22:50:04.135Z | [ recovery-image] Oct 18 22:50:03.320 INFO O| Oct 18 22:50:03.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6059 | 2024-10-18T22:50:04.137Z | [ recovery-image] Oct 18 22:50:03.320 INFO O| Oct 18 22:50:03.320 INFO STEP 630 (remove_files) COMPLETE |
6060 | 2024-10-18T22:50:04.137Z | [ recovery-image] Oct 18 22:50:03.321 INFO O| Oct 18 22:50:03.320 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6061 | 2024-10-18T22:50:04.144Z | [ recovery-image] Oct 18 22:50:03.330 INFO O| Oct 18 22:50:03.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6062 | 2024-10-18T22:50:04.147Z | [ recovery-image] Oct 18 22:50:03.330 INFO O| Oct 18 22:50:03.330 INFO STEP 631 (remove_files) COMPLETE |
6063 | 2024-10-18T22:50:04.147Z | [ recovery-image] Oct 18 22:50:03.330 INFO O| Oct 18 22:50:03.330 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6064 | 2024-10-18T22:50:04.154Z | [ recovery-image] Oct 18 22:50:03.340 INFO O| Oct 18 22:50:03.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6065 | 2024-10-18T22:50:04.154Z | [ recovery-image] Oct 18 22:50:03.340 INFO O| Oct 18 22:50:03.340 INFO STEP 632 (remove_files) COMPLETE |
6066 | 2024-10-18T22:50:04.156Z | [ recovery-image] Oct 18 22:50:03.340 INFO O| Oct 18 22:50:03.340 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6067 | 2024-10-18T22:50:04.164Z | [ recovery-image] Oct 18 22:50:03.349 INFO O| Oct 18 22:50:03.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6068 | 2024-10-18T22:50:04.166Z | [ recovery-image] Oct 18 22:50:03.350 INFO O| Oct 18 22:50:03.349 INFO STEP 633 (remove_files) COMPLETE |
6069 | 2024-10-18T22:50:04.166Z | [ recovery-image] Oct 18 22:50:03.350 INFO O| Oct 18 22:50:03.350 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6070 | 2024-10-18T22:50:04.173Z | [ recovery-image] Oct 18 22:50:03.359 INFO O| Oct 18 22:50:03.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6071 | 2024-10-18T22:50:04.173Z | [ recovery-image] Oct 18 22:50:03.359 INFO O| Oct 18 22:50:03.359 INFO STEP 634 (remove_files) COMPLETE |
6072 | 2024-10-18T22:50:04.176Z | [ recovery-image] Oct 18 22:50:03.359 INFO O| Oct 18 22:50:03.359 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6073 | 2024-10-18T22:50:04.183Z | [ recovery-image] Oct 18 22:50:03.369 INFO O| Oct 18 22:50:03.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6074 | 2024-10-18T22:50:04.183Z | [ recovery-image] Oct 18 22:50:03.369 INFO O| Oct 18 22:50:03.369 INFO STEP 635 (remove_files) COMPLETE |
6075 | 2024-10-18T22:50:04.183Z | [ recovery-image] Oct 18 22:50:03.369 INFO O| Oct 18 22:50:03.369 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6076 | 2024-10-18T22:50:04.192Z | [ recovery-image] Oct 18 22:50:03.378 INFO O| Oct 18 22:50:03.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6077 | 2024-10-18T22:50:04.195Z | [ recovery-image] Oct 18 22:50:03.378 INFO O| Oct 18 22:50:03.378 INFO STEP 636 (remove_files) COMPLETE |
6078 | 2024-10-18T22:50:04.195Z | [ recovery-image] Oct 18 22:50:03.378 INFO O| Oct 18 22:50:03.378 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6079 | 2024-10-18T22:50:04.203Z | [ recovery-image] Oct 18 22:50:03.388 INFO O| Oct 18 22:50:03.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6080 | 2024-10-18T22:50:04.203Z | [ recovery-image] Oct 18 22:50:03.388 INFO O| Oct 18 22:50:03.388 INFO STEP 637 (remove_files) COMPLETE |
6081 | 2024-10-18T22:50:04.203Z | [ recovery-image] Oct 18 22:50:03.388 INFO O| Oct 18 22:50:03.388 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6082 | 2024-10-18T22:50:04.212Z | [ recovery-image] Oct 18 22:50:03.397 INFO O| Oct 18 22:50:03.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6083 | 2024-10-18T22:50:04.212Z | [ recovery-image] Oct 18 22:50:03.397 INFO O| Oct 18 22:50:03.397 INFO STEP 638 (remove_files) COMPLETE |
6084 | 2024-10-18T22:50:04.214Z | [ recovery-image] Oct 18 22:50:03.397 INFO O| Oct 18 22:50:03.397 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6085 | 2024-10-18T22:50:04.221Z | [ recovery-image] Oct 18 22:50:03.407 INFO O| Oct 18 22:50:03.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6086 | 2024-10-18T22:50:04.221Z | [ recovery-image] Oct 18 22:50:03.407 INFO O| Oct 18 22:50:03.407 INFO STEP 639 (remove_files) COMPLETE |
6087 | 2024-10-18T22:50:04.230Z | [ recovery-image] Oct 18 22:50:03.407 INFO O| Oct 18 22:50:03.407 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6088 | 2024-10-18T22:50:04.233Z | [ recovery-image] Oct 18 22:50:03.417 INFO O| Oct 18 22:50:03.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6089 | 2024-10-18T22:50:04.233Z | [ recovery-image] Oct 18 22:50:03.417 INFO O| Oct 18 22:50:03.417 INFO STEP 640 (remove_files) COMPLETE |
6090 | 2024-10-18T22:50:04.233Z | [ recovery-image] Oct 18 22:50:03.417 INFO O| Oct 18 22:50:03.417 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6091 | 2024-10-18T22:50:04.241Z | [ recovery-image] Oct 18 22:50:03.427 INFO O| Oct 18 22:50:03.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6092 | 2024-10-18T22:50:04.241Z | [ recovery-image] Oct 18 22:50:03.427 INFO O| Oct 18 22:50:03.427 INFO STEP 641 (remove_files) COMPLETE |
6093 | 2024-10-18T22:50:04.243Z | [ recovery-image] Oct 18 22:50:03.427 INFO O| Oct 18 22:50:03.427 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6094 | 2024-10-18T22:50:04.251Z | [ recovery-image] Oct 18 22:50:03.436 INFO O| Oct 18 22:50:03.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6095 | 2024-10-18T22:50:04.253Z | [ recovery-image] Oct 18 22:50:03.436 INFO O| Oct 18 22:50:03.436 INFO STEP 642 (remove_files) COMPLETE |
6096 | 2024-10-18T22:50:04.253Z | [ recovery-image] Oct 18 22:50:03.436 INFO O| Oct 18 22:50:03.436 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6097 | 2024-10-18T22:50:04.260Z | [ recovery-image] Oct 18 22:50:03.446 INFO O| Oct 18 22:50:03.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6098 | 2024-10-18T22:50:04.260Z | [ recovery-image] Oct 18 22:50:03.446 INFO O| Oct 18 22:50:03.446 INFO STEP 643 (remove_files) COMPLETE |
6099 | 2024-10-18T22:50:04.260Z | [ recovery-image] Oct 18 22:50:03.446 INFO O| Oct 18 22:50:03.446 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6100 | 2024-10-18T22:50:04.270Z | [ recovery-image] Oct 18 22:50:03.455 INFO O| Oct 18 22:50:03.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6101 | 2024-10-18T22:50:04.272Z | [ recovery-image] Oct 18 22:50:03.455 INFO O| Oct 18 22:50:03.455 INFO STEP 644 (remove_files) COMPLETE |
6102 | 2024-10-18T22:50:04.272Z | [ recovery-image] Oct 18 22:50:03.456 INFO O| Oct 18 22:50:03.455 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6103 | 2024-10-18T22:50:04.279Z | [ recovery-image] Oct 18 22:50:03.465 INFO O| Oct 18 22:50:03.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6104 | 2024-10-18T22:50:04.281Z | [ recovery-image] Oct 18 22:50:03.465 INFO O| Oct 18 22:50:03.465 INFO STEP 645 (remove_files) COMPLETE |
6105 | 2024-10-18T22:50:04.281Z | [ recovery-image] Oct 18 22:50:03.465 INFO O| Oct 18 22:50:03.465 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6106 | 2024-10-18T22:50:04.289Z | [ recovery-image] Oct 18 22:50:03.474 INFO O| Oct 18 22:50:03.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6107 | 2024-10-18T22:50:04.289Z | [ recovery-image] Oct 18 22:50:03.474 INFO O| Oct 18 22:50:03.474 INFO STEP 646 (remove_files) COMPLETE |
6108 | 2024-10-18T22:50:04.291Z | [ recovery-image] Oct 18 22:50:03.474 INFO O| Oct 18 22:50:03.474 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6109 | 2024-10-18T22:50:04.298Z | [ recovery-image] Oct 18 22:50:03.484 INFO O| Oct 18 22:50:03.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6110 | 2024-10-18T22:50:04.299Z | [ recovery-image] Oct 18 22:50:03.484 INFO O| Oct 18 22:50:03.484 INFO STEP 647 (remove_files) COMPLETE |
6111 | 2024-10-18T22:50:04.299Z | [ recovery-image] Oct 18 22:50:03.484 INFO O| Oct 18 22:50:03.484 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6112 | 2024-10-18T22:50:04.308Z | [ recovery-image] Oct 18 22:50:03.494 INFO O| Oct 18 22:50:03.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6113 | 2024-10-18T22:50:04.308Z | [ recovery-image] Oct 18 22:50:03.494 INFO O| Oct 18 22:50:03.494 INFO STEP 648 (remove_files) COMPLETE |
6114 | 2024-10-18T22:50:04.311Z | [ recovery-image] Oct 18 22:50:03.494 INFO O| Oct 18 22:50:03.494 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6115 | 2024-10-18T22:50:04.318Z | [ recovery-image] Oct 18 22:50:03.503 INFO O| Oct 18 22:50:03.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6116 | 2024-10-18T22:50:04.318Z | [ recovery-image] Oct 18 22:50:03.504 INFO O| Oct 18 22:50:03.504 INFO STEP 649 (remove_files) COMPLETE |
6117 | 2024-10-18T22:50:04.320Z | [ recovery-image] Oct 18 22:50:03.504 INFO O| Oct 18 22:50:03.504 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6118 | 2024-10-18T22:50:04.327Z | [ recovery-image] Oct 18 22:50:03.513 INFO O| Oct 18 22:50:03.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6119 | 2024-10-18T22:50:04.327Z | [ recovery-image] Oct 18 22:50:03.513 INFO O| Oct 18 22:50:03.513 INFO STEP 650 (remove_files) COMPLETE |
6120 | 2024-10-18T22:50:04.327Z | [ recovery-image] Oct 18 22:50:03.513 INFO O| Oct 18 22:50:03.513 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6121 | 2024-10-18T22:50:04.337Z | [ recovery-image] Oct 18 22:50:03.522 INFO O| Oct 18 22:50:03.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6122 | 2024-10-18T22:50:04.339Z | [ recovery-image] Oct 18 22:50:03.523 INFO O| Oct 18 22:50:03.523 INFO STEP 651 (remove_files) COMPLETE |
6123 | 2024-10-18T22:50:04.339Z | [ recovery-image] Oct 18 22:50:03.523 INFO O| Oct 18 22:50:03.523 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6124 | 2024-10-18T22:50:04.346Z | [ recovery-image] Oct 18 22:50:03.532 INFO O| Oct 18 22:50:03.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6125 | 2024-10-18T22:50:04.349Z | [ recovery-image] Oct 18 22:50:03.532 INFO O| Oct 18 22:50:03.532 INFO STEP 652 (remove_files) COMPLETE |
6126 | 2024-10-18T22:50:04.349Z | [ recovery-image] Oct 18 22:50:03.532 INFO O| Oct 18 22:50:03.532 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6127 | 2024-10-18T22:50:04.353Z | [ host-image] Oct 18 22:50:03.539 INFO O| Oct 18 22:50:03.539 INFO O| Planning: Solver setup ... Done |
6128 | 2024-10-18T22:50:04.356Z | [ recovery-image] Oct 18 22:50:03.542 INFO O| Oct 18 22:50:03.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6129 | 2024-10-18T22:50:04.359Z | [ recovery-image] Oct 18 22:50:03.542 INFO O| Oct 18 22:50:03.542 INFO STEP 653 (remove_files) COMPLETE |
6130 | 2024-10-18T22:50:04.359Z | [ recovery-image] Oct 18 22:50:03.542 INFO O| Oct 18 22:50:03.542 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6131 | 2024-10-18T22:50:04.359Z | [ host-image] Oct 18 22:50:03.543 INFO O| Oct 18 22:50:03.543 INFO O| Planning: Running solver ... Done |
6132 | 2024-10-18T22:50:04.366Z | [ recovery-image] Oct 18 22:50:03.552 INFO O| Oct 18 22:50:03.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6133 | 2024-10-18T22:50:04.368Z | [ recovery-image] Oct 18 22:50:03.552 INFO O| Oct 18 22:50:03.552 INFO STEP 654 (remove_files) COMPLETE |
6134 | 2024-10-18T22:50:04.368Z | [ recovery-image] Oct 18 22:50:03.552 INFO O| Oct 18 22:50:03.552 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6135 | 2024-10-18T22:50:04.376Z | [ recovery-image] Oct 18 22:50:03.561 INFO O| Oct 18 22:50:03.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6136 | 2024-10-18T22:50:04.378Z | [ recovery-image] Oct 18 22:50:03.562 INFO O| Oct 18 22:50:03.561 INFO STEP 655 (remove_files) COMPLETE |
6137 | 2024-10-18T22:50:04.378Z | [ recovery-image] Oct 18 22:50:03.562 INFO O| Oct 18 22:50:03.562 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6138 | 2024-10-18T22:50:04.386Z | [ recovery-image] Oct 18 22:50:03.571 INFO O| Oct 18 22:50:03.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6139 | 2024-10-18T22:50:04.386Z | [ recovery-image] Oct 18 22:50:03.571 INFO O| Oct 18 22:50:03.571 INFO STEP 656 (remove_files) COMPLETE |
6140 | 2024-10-18T22:50:04.386Z | [ recovery-image] Oct 18 22:50:03.571 INFO O| Oct 18 22:50:03.571 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6141 | 2024-10-18T22:50:04.395Z | [ recovery-image] Oct 18 22:50:03.581 INFO O| Oct 18 22:50:03.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6142 | 2024-10-18T22:50:04.398Z | [ recovery-image] Oct 18 22:50:03.581 INFO O| Oct 18 22:50:03.581 INFO STEP 657 (remove_files) COMPLETE |
6143 | 2024-10-18T22:50:04.398Z | [ recovery-image] Oct 18 22:50:03.581 INFO O| Oct 18 22:50:03.581 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6144 | 2024-10-18T22:50:04.405Z | [ recovery-image] Oct 18 22:50:03.591 INFO O| Oct 18 22:50:03.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6145 | 2024-10-18T22:50:04.407Z | [ recovery-image] Oct 18 22:50:03.591 INFO O| Oct 18 22:50:03.591 INFO STEP 658 (remove_files) COMPLETE |
6146 | 2024-10-18T22:50:04.407Z | [ recovery-image] Oct 18 22:50:03.591 INFO O| Oct 18 22:50:03.591 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6147 | 2024-10-18T22:50:04.411Z | [ host-image] Oct 18 22:50:03.594 INFO O| Oct 18 22:50:03.593 INFO O| Planning: Finding local manifests ... Done |
6148 | 2024-10-18T22:50:04.411Z | [ host-image] Oct 18 22:50:03.595 INFO O| Oct 18 22:50:03.595 INFO O| Planning: Fetching manifests: 0/6 0% complete |
6149 | 2024-10-18T22:50:04.415Z | [ recovery-image] Oct 18 22:50:03.601 INFO O| Oct 18 22:50:03.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6150 | 2024-10-18T22:50:04.415Z | [ recovery-image] Oct 18 22:50:03.601 INFO O| Oct 18 22:50:03.601 INFO STEP 659 (remove_files) COMPLETE |
6151 | 2024-10-18T22:50:04.415Z | [ recovery-image] Oct 18 22:50:03.601 INFO O| Oct 18 22:50:03.601 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6152 | 2024-10-18T22:50:04.425Z | [ recovery-image] Oct 18 22:50:03.610 INFO O| Oct 18 22:50:03.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6153 | 2024-10-18T22:50:04.425Z | [ recovery-image] Oct 18 22:50:03.610 INFO O| Oct 18 22:50:03.610 INFO STEP 660 (remove_files) COMPLETE |
6154 | 2024-10-18T22:50:04.427Z | [ recovery-image] Oct 18 22:50:03.610 INFO O| Oct 18 22:50:03.610 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6155 | 2024-10-18T22:50:04.434Z | [ recovery-image] Oct 18 22:50:03.620 INFO O| Oct 18 22:50:03.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6156 | 2024-10-18T22:50:04.437Z | [ recovery-image] Oct 18 22:50:03.620 INFO O| Oct 18 22:50:03.620 INFO STEP 661 (remove_files) COMPLETE |
6157 | 2024-10-18T22:50:04.437Z | [ recovery-image] Oct 18 22:50:03.620 INFO O| Oct 18 22:50:03.620 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6158 | 2024-10-18T22:50:04.444Z | [ recovery-image] Oct 18 22:50:03.630 INFO O| Oct 18 22:50:03.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6159 | 2024-10-18T22:50:04.447Z | [ recovery-image] Oct 18 22:50:03.630 INFO O| Oct 18 22:50:03.630 INFO STEP 662 (remove_files) COMPLETE |
6160 | 2024-10-18T22:50:04.447Z | [ recovery-image] Oct 18 22:50:03.630 INFO O| Oct 18 22:50:03.630 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6161 | 2024-10-18T22:50:04.454Z | [ recovery-image] Oct 18 22:50:03.640 INFO O| Oct 18 22:50:03.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6162 | 2024-10-18T22:50:04.457Z | [ recovery-image] Oct 18 22:50:03.640 INFO O| Oct 18 22:50:03.640 INFO STEP 663 (remove_files) COMPLETE |
6163 | 2024-10-18T22:50:04.457Z | [ recovery-image] Oct 18 22:50:03.640 INFO O| Oct 18 22:50:03.640 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6164 | 2024-10-18T22:50:04.464Z | [ recovery-image] Oct 18 22:50:03.650 INFO O| Oct 18 22:50:03.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6165 | 2024-10-18T22:50:04.464Z | [ recovery-image] Oct 18 22:50:03.650 INFO O| Oct 18 22:50:03.650 INFO STEP 664 (remove_files) COMPLETE |
6166 | 2024-10-18T22:50:04.464Z | [ recovery-image] Oct 18 22:50:03.650 INFO O| Oct 18 22:50:03.650 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6167 | 2024-10-18T22:50:04.474Z | [ recovery-image] Oct 18 22:50:03.659 INFO O| Oct 18 22:50:03.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6168 | 2024-10-18T22:50:04.474Z | [ recovery-image] Oct 18 22:50:03.660 INFO O| Oct 18 22:50:03.660 INFO STEP 665 (remove_files) COMPLETE |
6169 | 2024-10-18T22:50:04.476Z | [ recovery-image] Oct 18 22:50:03.660 INFO O| Oct 18 22:50:03.660 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6170 | 2024-10-18T22:50:04.483Z | [ recovery-image] Oct 18 22:50:03.669 INFO O| Oct 18 22:50:03.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6171 | 2024-10-18T22:50:04.483Z | [ recovery-image] Oct 18 22:50:03.669 INFO O| Oct 18 22:50:03.669 INFO STEP 666 (remove_files) COMPLETE |
6172 | 2024-10-18T22:50:04.485Z | [ recovery-image] Oct 18 22:50:03.669 INFO O| Oct 18 22:50:03.669 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6173 | 2024-10-18T22:50:04.493Z | [ recovery-image] Oct 18 22:50:03.679 INFO O| Oct 18 22:50:03.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6174 | 2024-10-18T22:50:04.493Z | [ recovery-image] Oct 18 22:50:03.679 INFO O| Oct 18 22:50:03.679 INFO STEP 667 (remove_files) COMPLETE |
6175 | 2024-10-18T22:50:04.496Z | [ recovery-image] Oct 18 22:50:03.679 INFO O| Oct 18 22:50:03.679 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6176 | 2024-10-18T22:50:04.503Z | [ recovery-image] Oct 18 22:50:03.688 INFO O| Oct 18 22:50:03.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6177 | 2024-10-18T22:50:04.503Z | [ recovery-image] Oct 18 22:50:03.688 INFO O| Oct 18 22:50:03.688 INFO STEP 668 (remove_files) COMPLETE |
6178 | 2024-10-18T22:50:04.505Z | [ recovery-image] Oct 18 22:50:03.688 INFO O| Oct 18 22:50:03.688 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6179 | 2024-10-18T22:50:04.512Z | [ recovery-image] Oct 18 22:50:03.698 INFO O| Oct 18 22:50:03.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6180 | 2024-10-18T22:50:04.512Z | [ recovery-image] Oct 18 22:50:03.698 INFO O| Oct 18 22:50:03.698 INFO STEP 669 (remove_files) COMPLETE |
6181 | 2024-10-18T22:50:04.515Z | [ recovery-image] Oct 18 22:50:03.698 INFO O| Oct 18 22:50:03.698 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6182 | 2024-10-18T22:50:04.522Z | [ recovery-image] Oct 18 22:50:03.707 INFO O| Oct 18 22:50:03.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6183 | 2024-10-18T22:50:04.522Z | [ recovery-image] Oct 18 22:50:03.708 INFO O| Oct 18 22:50:03.708 INFO STEP 670 (remove_files) COMPLETE |
6184 | 2024-10-18T22:50:04.522Z | [ recovery-image] Oct 18 22:50:03.708 INFO O| Oct 18 22:50:03.708 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6185 | 2024-10-18T22:50:04.531Z | [ recovery-image] Oct 18 22:50:03.717 INFO O| Oct 18 22:50:03.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6186 | 2024-10-18T22:50:04.531Z | [ recovery-image] Oct 18 22:50:03.717 INFO O| Oct 18 22:50:03.717 INFO STEP 671 (remove_files) COMPLETE |
6187 | 2024-10-18T22:50:04.531Z | [ recovery-image] Oct 18 22:50:03.717 INFO O| Oct 18 22:50:03.717 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6188 | 2024-10-18T22:50:04.541Z | [ recovery-image] Oct 18 22:50:03.727 INFO O| Oct 18 22:50:03.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6189 | 2024-10-18T22:50:04.541Z | [ recovery-image] Oct 18 22:50:03.727 INFO O| Oct 18 22:50:03.727 INFO STEP 672 (remove_files) COMPLETE |
6190 | 2024-10-18T22:50:04.541Z | [ recovery-image] Oct 18 22:50:03.727 INFO O| Oct 18 22:50:03.727 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6191 | 2024-10-18T22:50:04.551Z | [ recovery-image] Oct 18 22:50:03.737 INFO O| Oct 18 22:50:03.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6192 | 2024-10-18T22:50:04.551Z | [ recovery-image] Oct 18 22:50:03.737 INFO O| Oct 18 22:50:03.737 INFO STEP 673 (remove_files) COMPLETE |
6193 | 2024-10-18T22:50:04.554Z | [ recovery-image] Oct 18 22:50:03.737 INFO O| Oct 18 22:50:03.737 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6194 | 2024-10-18T22:50:04.560Z | [ recovery-image] Oct 18 22:50:03.746 INFO O| Oct 18 22:50:03.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6195 | 2024-10-18T22:50:04.563Z | [ recovery-image] Oct 18 22:50:03.746 INFO O| Oct 18 22:50:03.746 INFO STEP 674 (remove_files) COMPLETE |
6196 | 2024-10-18T22:50:04.563Z | [ recovery-image] Oct 18 22:50:03.746 INFO O| Oct 18 22:50:03.746 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6197 | 2024-10-18T22:50:04.563Z | [ host-image] Oct 18 22:50:03.747 INFO O| Oct 18 22:50:03.747 INFO O| Planning: Fetching manifests: 6/6 100% complete |
6198 | 2024-10-18T22:50:04.570Z | [ recovery-image] Oct 18 22:50:03.756 INFO O| Oct 18 22:50:03.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6199 | 2024-10-18T22:50:04.571Z | [ recovery-image] Oct 18 22:50:03.756 INFO O| Oct 18 22:50:03.756 INFO STEP 675 (remove_files) COMPLETE |
6200 | 2024-10-18T22:50:04.573Z | [ recovery-image] Oct 18 22:50:03.756 INFO O| Oct 18 22:50:03.756 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6201 | 2024-10-18T22:50:04.581Z | [ recovery-image] Oct 18 22:50:03.767 INFO O| Oct 18 22:50:03.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6202 | 2024-10-18T22:50:04.581Z | [ recovery-image] Oct 18 22:50:03.767 INFO O| Oct 18 22:50:03.767 INFO STEP 676 (remove_files) COMPLETE |
6203 | 2024-10-18T22:50:04.581Z | [ recovery-image] Oct 18 22:50:03.767 INFO O| Oct 18 22:50:03.767 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6204 | 2024-10-18T22:50:04.592Z | [ recovery-image] Oct 18 22:50:03.777 INFO O| Oct 18 22:50:03.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6205 | 2024-10-18T22:50:04.592Z | [ recovery-image] Oct 18 22:50:03.777 INFO O| Oct 18 22:50:03.777 INFO STEP 677 (remove_files) COMPLETE |
6206 | 2024-10-18T22:50:04.592Z | [ recovery-image] Oct 18 22:50:03.777 INFO O| Oct 18 22:50:03.777 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6207 | 2024-10-18T22:50:04.596Z | [ host-image] Oct 18 22:50:03.781 INFO O| Oct 18 22:50:03.781 INFO O| Planning: Package planning ... Done |
6208 | 2024-10-18T22:50:04.601Z | [ recovery-image] Oct 18 22:50:03.787 INFO O| Oct 18 22:50:03.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6209 | 2024-10-18T22:50:04.601Z | [ recovery-image] Oct 18 22:50:03.787 INFO O| Oct 18 22:50:03.787 INFO STEP 678 (remove_files) COMPLETE |
6210 | 2024-10-18T22:50:04.604Z | [ recovery-image] Oct 18 22:50:03.787 INFO O| Oct 18 22:50:03.787 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6211 | 2024-10-18T22:50:04.611Z | [ recovery-image] Oct 18 22:50:03.797 INFO O| Oct 18 22:50:03.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6212 | 2024-10-18T22:50:04.611Z | [ recovery-image] Oct 18 22:50:03.797 INFO O| Oct 18 22:50:03.797 INFO STEP 679 (remove_files) COMPLETE |
6213 | 2024-10-18T22:50:04.611Z | [ recovery-image] Oct 18 22:50:03.797 INFO O| Oct 18 22:50:03.797 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6214 | 2024-10-18T22:50:04.614Z | [ host-image] Oct 18 22:50:03.800 INFO O| Oct 18 22:50:03.800 INFO O| Planning: Merging actions ... Done |
6215 | 2024-10-18T22:50:04.621Z | [ recovery-image] Oct 18 22:50:03.806 INFO O| Oct 18 22:50:03.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6216 | 2024-10-18T22:50:04.621Z | [ recovery-image] Oct 18 22:50:03.806 INFO O| Oct 18 22:50:03.806 INFO STEP 680 (remove_files) COMPLETE |
6217 | 2024-10-18T22:50:04.623Z | [ recovery-image] Oct 18 22:50:03.806 INFO O| Oct 18 22:50:03.806 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6218 | 2024-10-18T22:50:04.630Z | [ recovery-image] Oct 18 22:50:03.816 INFO O| Oct 18 22:50:03.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6219 | 2024-10-18T22:50:04.633Z | [ recovery-image] Oct 18 22:50:03.817 INFO O| Oct 18 22:50:03.816 INFO STEP 681 (remove_files) COMPLETE |
6220 | 2024-10-18T22:50:04.633Z | [ recovery-image] Oct 18 22:50:03.817 INFO O| Oct 18 22:50:03.817 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2024-10-18T22:50:04.641Z | [ recovery-image] Oct 18 22:50:03.826 INFO O| Oct 18 22:50:03.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6222 | 2024-10-18T22:50:04.641Z | [ recovery-image] Oct 18 22:50:03.826 INFO O| Oct 18 22:50:03.826 INFO STEP 682 (remove_files) COMPLETE |
6223 | 2024-10-18T22:50:04.643Z | [ recovery-image] Oct 18 22:50:03.826 INFO O| Oct 18 22:50:03.826 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6224 | 2024-10-18T22:50:04.650Z | [ recovery-image] Oct 18 22:50:03.836 INFO O| Oct 18 22:50:03.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6225 | 2024-10-18T22:50:04.653Z | [ recovery-image] Oct 18 22:50:03.836 INFO O| Oct 18 22:50:03.836 INFO STEP 683 (remove_files) COMPLETE |
6226 | 2024-10-18T22:50:04.653Z | [ recovery-image] Oct 18 22:50:03.836 INFO O| Oct 18 22:50:03.836 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6227 | 2024-10-18T22:50:04.660Z | [ recovery-image] Oct 18 22:50:03.846 INFO O| Oct 18 22:50:03.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6228 | 2024-10-18T22:50:04.660Z | [ recovery-image] Oct 18 22:50:03.846 INFO O| Oct 18 22:50:03.846 INFO STEP 684 (remove_files) COMPLETE |
6229 | 2024-10-18T22:50:04.662Z | [ recovery-image] Oct 18 22:50:03.846 INFO O| Oct 18 22:50:03.846 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6230 | 2024-10-18T22:50:04.670Z | [ recovery-image] Oct 18 22:50:03.856 INFO O| Oct 18 22:50:03.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6231 | 2024-10-18T22:50:04.670Z | [ recovery-image] Oct 18 22:50:03.856 INFO O| Oct 18 22:50:03.856 INFO STEP 685 (remove_files) COMPLETE |
6232 | 2024-10-18T22:50:04.672Z | [ recovery-image] Oct 18 22:50:03.856 INFO O| Oct 18 22:50:03.856 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2024-10-18T22:50:04.679Z | [ recovery-image] Oct 18 22:50:03.865 INFO O| Oct 18 22:50:03.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6234 | 2024-10-18T22:50:04.679Z | [ recovery-image] Oct 18 22:50:03.865 INFO O| Oct 18 22:50:03.865 INFO STEP 686 (remove_files) COMPLETE |
6235 | 2024-10-18T22:50:04.682Z | [ recovery-image] Oct 18 22:50:03.865 INFO O| Oct 18 22:50:03.865 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6236 | 2024-10-18T22:50:04.687Z | [ host-image] Oct 18 22:50:03.872 INFO O| Oct 18 22:50:03.872 INFO O| Planning: Checking for conflicting actions ... Done |
6237 | 2024-10-18T22:50:04.689Z | [ recovery-image] Oct 18 22:50:03.875 INFO O| Oct 18 22:50:03.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6238 | 2024-10-18T22:50:04.689Z | [ recovery-image] Oct 18 22:50:03.875 INFO O| Oct 18 22:50:03.875 INFO STEP 687 (remove_files) COMPLETE |
6239 | 2024-10-18T22:50:04.691Z | [ recovery-image] Oct 18 22:50:03.875 INFO O| Oct 18 22:50:03.875 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6240 | 2024-10-18T22:50:04.691Z | [ host-image] Oct 18 22:50:03.876 INFO O| Oct 18 22:50:03.876 INFO O| Planning: Consolidating action changes ... Done |
6241 | 2024-10-18T22:50:04.699Z | [ recovery-image] Oct 18 22:50:03.884 INFO O| Oct 18 22:50:03.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6242 | 2024-10-18T22:50:04.699Z | [ recovery-image] Oct 18 22:50:03.884 INFO O| Oct 18 22:50:03.884 INFO STEP 688 (remove_files) COMPLETE |
6243 | 2024-10-18T22:50:04.699Z | [ recovery-image] Oct 18 22:50:03.884 INFO O| Oct 18 22:50:03.884 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6244 | 2024-10-18T22:50:04.708Z | [ recovery-image] Oct 18 22:50:03.894 INFO O| Oct 18 22:50:03.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6245 | 2024-10-18T22:50:04.710Z | [ recovery-image] Oct 18 22:50:03.894 INFO O| Oct 18 22:50:03.894 INFO STEP 689 (remove_files) COMPLETE |
6246 | 2024-10-18T22:50:04.711Z | [ recovery-image] Oct 18 22:50:03.894 INFO O| Oct 18 22:50:03.894 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6247 | 2024-10-18T22:50:04.718Z | [ recovery-image] Oct 18 22:50:03.904 INFO O| Oct 18 22:50:03.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6248 | 2024-10-18T22:50:04.718Z | [ recovery-image] Oct 18 22:50:03.904 INFO O| Oct 18 22:50:03.904 INFO STEP 690 (remove_files) COMPLETE |
6249 | 2024-10-18T22:50:04.720Z | [ recovery-image] Oct 18 22:50:03.904 INFO O| Oct 18 22:50:03.904 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6250 | 2024-10-18T22:50:04.728Z | [ recovery-image] Oct 18 22:50:03.913 INFO O| Oct 18 22:50:03.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6251 | 2024-10-18T22:50:04.728Z | [ recovery-image] Oct 18 22:50:03.913 INFO O| Oct 18 22:50:03.913 INFO STEP 691 (remove_files) COMPLETE |
6252 | 2024-10-18T22:50:04.730Z | [ recovery-image] Oct 18 22:50:03.913 INFO O| Oct 18 22:50:03.913 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6253 | 2024-10-18T22:50:04.737Z | [ recovery-image] Oct 18 22:50:03.923 INFO O| Oct 18 22:50:03.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6254 | 2024-10-18T22:50:04.737Z | [ recovery-image] Oct 18 22:50:03.923 INFO O| Oct 18 22:50:03.923 INFO STEP 692 (remove_files) COMPLETE |
6255 | 2024-10-18T22:50:04.740Z | [ recovery-image] Oct 18 22:50:03.923 INFO O| Oct 18 22:50:03.923 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6256 | 2024-10-18T22:50:04.747Z | [ recovery-image] Oct 18 22:50:03.933 INFO O| Oct 18 22:50:03.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6257 | 2024-10-18T22:50:04.747Z | [ recovery-image] Oct 18 22:50:03.933 INFO O| Oct 18 22:50:03.933 INFO STEP 693 (remove_files) COMPLETE |
6258 | 2024-10-18T22:50:04.747Z | [ recovery-image] Oct 18 22:50:03.933 INFO O| Oct 18 22:50:03.933 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6259 | 2024-10-18T22:50:04.757Z | [ recovery-image] Oct 18 22:50:03.943 INFO O| Oct 18 22:50:03.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6260 | 2024-10-18T22:50:04.757Z | [ recovery-image] Oct 18 22:50:03.943 INFO O| Oct 18 22:50:03.943 INFO STEP 694 (remove_files) COMPLETE |
6261 | 2024-10-18T22:50:04.759Z | [ recovery-image] Oct 18 22:50:03.943 INFO O| Oct 18 22:50:03.943 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6262 | 2024-10-18T22:50:04.767Z | [ recovery-image] Oct 18 22:50:03.953 INFO O| Oct 18 22:50:03.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6263 | 2024-10-18T22:50:04.767Z | [ recovery-image] Oct 18 22:50:03.953 INFO O| Oct 18 22:50:03.953 INFO STEP 695 (remove_files) COMPLETE |
6264 | 2024-10-18T22:50:04.767Z | [ recovery-image] Oct 18 22:50:03.953 INFO O| Oct 18 22:50:03.953 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6265 | 2024-10-18T22:50:04.777Z | [ recovery-image] Oct 18 22:50:03.962 INFO O| Oct 18 22:50:03.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6266 | 2024-10-18T22:50:04.777Z | [ recovery-image] Oct 18 22:50:03.963 INFO O| Oct 18 22:50:03.962 INFO STEP 696 (remove_files) COMPLETE |
6267 | 2024-10-18T22:50:04.779Z | [ recovery-image] Oct 18 22:50:03.963 INFO O| Oct 18 22:50:03.963 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6268 | 2024-10-18T22:50:04.787Z | [ recovery-image] Oct 18 22:50:03.972 INFO O| Oct 18 22:50:03.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6269 | 2024-10-18T22:50:04.787Z | [ recovery-image] Oct 18 22:50:03.972 INFO O| Oct 18 22:50:03.972 INFO STEP 697 (remove_files) COMPLETE |
6270 | 2024-10-18T22:50:04.789Z | [ recovery-image] Oct 18 22:50:03.972 INFO O| Oct 18 22:50:03.972 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6271 | 2024-10-18T22:50:04.796Z | [ recovery-image] Oct 18 22:50:03.982 INFO O| Oct 18 22:50:03.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6272 | 2024-10-18T22:50:04.796Z | [ recovery-image] Oct 18 22:50:03.982 INFO O| Oct 18 22:50:03.982 INFO STEP 698 (remove_files) COMPLETE |
6273 | 2024-10-18T22:50:04.796Z | [ recovery-image] Oct 18 22:50:03.982 INFO O| Oct 18 22:50:03.982 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6274 | 2024-10-18T22:50:04.806Z | [ recovery-image] Oct 18 22:50:03.991 INFO O| Oct 18 22:50:03.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6275 | 2024-10-18T22:50:04.808Z | [ recovery-image] Oct 18 22:50:03.992 INFO O| Oct 18 22:50:03.991 INFO STEP 699 (remove_files) COMPLETE |
6276 | 2024-10-18T22:50:04.808Z | [ recovery-image] Oct 18 22:50:03.992 INFO O| Oct 18 22:50:03.992 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6277 | 2024-10-18T22:50:04.816Z | [ recovery-image] Oct 18 22:50:04.002 INFO O| Oct 18 22:50:04.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6278 | 2024-10-18T22:50:04.818Z | [ recovery-image] Oct 18 22:50:04.002 INFO O| Oct 18 22:50:04.002 INFO STEP 700 (remove_files) COMPLETE |
6279 | 2024-10-18T22:50:04.818Z | [ recovery-image] Oct 18 22:50:04.002 INFO O| Oct 18 22:50:04.002 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6280 | 2024-10-18T22:50:04.827Z | [ recovery-image] Oct 18 22:50:04.012 INFO O| Oct 18 22:50:04.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6281 | 2024-10-18T22:50:04.827Z | [ recovery-image] Oct 18 22:50:04.012 INFO O| Oct 18 22:50:04.012 INFO STEP 701 (remove_files) COMPLETE |
6282 | 2024-10-18T22:50:04.829Z | [ recovery-image] Oct 18 22:50:04.012 INFO O| Oct 18 22:50:04.012 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6283 | 2024-10-18T22:50:04.836Z | [ recovery-image] Oct 18 22:50:04.022 INFO O| Oct 18 22:50:04.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6284 | 2024-10-18T22:50:04.839Z | [ recovery-image] Oct 18 22:50:04.022 INFO O| Oct 18 22:50:04.022 INFO STEP 702 (remove_files) COMPLETE |
6285 | 2024-10-18T22:50:04.839Z | [ recovery-image] Oct 18 22:50:04.022 INFO O| Oct 18 22:50:04.022 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6286 | 2024-10-18T22:50:04.846Z | [ recovery-image] Oct 18 22:50:04.032 INFO O| Oct 18 22:50:04.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6287 | 2024-10-18T22:50:04.848Z | [ recovery-image] Oct 18 22:50:04.032 INFO O| Oct 18 22:50:04.032 INFO STEP 703 (remove_files) COMPLETE |
6288 | 2024-10-18T22:50:04.848Z | [ recovery-image] Oct 18 22:50:04.032 INFO O| Oct 18 22:50:04.032 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6289 | 2024-10-18T22:50:04.856Z | [ recovery-image] Oct 18 22:50:04.041 INFO O| Oct 18 22:50:04.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6290 | 2024-10-18T22:50:04.858Z | [ recovery-image] Oct 18 22:50:04.041 INFO O| Oct 18 22:50:04.041 INFO STEP 704 (remove_files) COMPLETE |
6291 | 2024-10-18T22:50:04.858Z | [ recovery-image] Oct 18 22:50:04.041 INFO O| Oct 18 22:50:04.041 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6292 | 2024-10-18T22:50:04.865Z | [ recovery-image] Oct 18 22:50:04.051 INFO O| Oct 18 22:50:04.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6293 | 2024-10-18T22:50:04.865Z | [ recovery-image] Oct 18 22:50:04.051 INFO O| Oct 18 22:50:04.051 INFO STEP 705 (remove_files) COMPLETE |
6294 | 2024-10-18T22:50:04.868Z | [ recovery-image] Oct 18 22:50:04.051 INFO O| Oct 18 22:50:04.051 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6295 | 2024-10-18T22:50:04.870Z | [ host-image] Oct 18 22:50:04.055 INFO O| Oct 18 22:50:04.054 INFO O| Planning: Evaluating mediators ... Done |
6296 | 2024-10-18T22:50:04.874Z | [ host-image] Oct 18 22:50:04.058 INFO O| Oct 18 22:50:04.058 INFO O| Planning: Planning completed in 2.58 seconds |
6297 | 2024-10-18T22:50:04.874Z | [ host-image] Oct 18 22:50:04.059 INFO O| Oct 18 22:50:04.059 INFO O| Packages to install: 6 |
6298 | 2024-10-18T22:50:04.874Z | [ host-image] Oct 18 22:50:04.059 INFO O| Oct 18 22:50:04.059 INFO O| Mediators to change: 1 |
6299 | 2024-10-18T22:50:04.874Z | [ host-image] Oct 18 22:50:04.059 INFO O| Oct 18 22:50:04.059 INFO O| Services to change: 1 |
6300 | 2024-10-18T22:50:04.880Z | [ recovery-image] Oct 18 22:50:04.061 INFO O| Oct 18 22:50:04.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6301 | 2024-10-18T22:50:04.880Z | [ recovery-image] Oct 18 22:50:04.061 INFO O| Oct 18 22:50:04.061 INFO STEP 706 (remove_files) COMPLETE |
6302 | 2024-10-18T22:50:04.880Z | [ recovery-image] Oct 18 22:50:04.061 INFO O| Oct 18 22:50:04.061 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-10-18T22:50:04.885Z | [ recovery-image] Oct 18 22:50:04.070 INFO O| Oct 18 22:50:04.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6304 | 2024-10-18T22:50:04.885Z | [ recovery-image] Oct 18 22:50:04.070 INFO O| Oct 18 22:50:04.070 INFO STEP 707 (remove_files) COMPLETE |
6305 | 2024-10-18T22:50:04.885Z | [ recovery-image] Oct 18 22:50:04.070 INFO O| Oct 18 22:50:04.070 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-10-18T22:50:04.887Z | [ host-image] Oct 18 22:50:04.072 INFO O| Oct 18 22:50:04.072 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
6307 | 2024-10-18T22:50:04.894Z | [ recovery-image] Oct 18 22:50:04.080 INFO O| Oct 18 22:50:04.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6308 | 2024-10-18T22:50:04.896Z | [ recovery-image] Oct 18 22:50:04.080 INFO O| Oct 18 22:50:04.080 INFO STEP 708 (remove_files) COMPLETE |
6309 | 2024-10-18T22:50:04.896Z | [ recovery-image] Oct 18 22:50:04.080 INFO O| Oct 18 22:50:04.080 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6310 | 2024-10-18T22:50:04.904Z | [ recovery-image] Oct 18 22:50:04.090 INFO O| Oct 18 22:50:04.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6311 | 2024-10-18T22:50:04.904Z | [ recovery-image] Oct 18 22:50:04.090 INFO O| Oct 18 22:50:04.090 INFO STEP 709 (remove_files) COMPLETE |
6312 | 2024-10-18T22:50:04.907Z | [ recovery-image] Oct 18 22:50:04.090 INFO O| Oct 18 22:50:04.090 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6313 | 2024-10-18T22:50:04.914Z | [ recovery-image] Oct 18 22:50:04.100 INFO O| Oct 18 22:50:04.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6314 | 2024-10-18T22:50:04.916Z | [ recovery-image] Oct 18 22:50:04.100 INFO O| Oct 18 22:50:04.100 INFO STEP 710 (remove_files) COMPLETE |
6315 | 2024-10-18T22:50:04.916Z | [ recovery-image] Oct 18 22:50:04.100 INFO O| Oct 18 22:50:04.100 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6316 | 2024-10-18T22:50:04.924Z | [ recovery-image] Oct 18 22:50:04.109 INFO O| Oct 18 22:50:04.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6317 | 2024-10-18T22:50:04.926Z | [ recovery-image] Oct 18 22:50:04.110 INFO O| Oct 18 22:50:04.109 INFO STEP 711 (remove_files) COMPLETE |
6318 | 2024-10-18T22:50:04.926Z | [ recovery-image] Oct 18 22:50:04.110 INFO O| Oct 18 22:50:04.109 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6319 | 2024-10-18T22:50:04.933Z | [ recovery-image] Oct 18 22:50:04.119 INFO O| Oct 18 22:50:04.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6320 | 2024-10-18T22:50:04.936Z | [ recovery-image] Oct 18 22:50:04.119 INFO O| Oct 18 22:50:04.119 INFO STEP 712 (remove_files) COMPLETE |
6321 | 2024-10-18T22:50:04.936Z | [ recovery-image] Oct 18 22:50:04.119 INFO O| Oct 18 22:50:04.119 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6322 | 2024-10-18T22:50:04.943Z | [ recovery-image] Oct 18 22:50:04.128 INFO O| Oct 18 22:50:04.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6323 | 2024-10-18T22:50:04.945Z | [ recovery-image] Oct 18 22:50:04.129 INFO O| Oct 18 22:50:04.129 INFO STEP 713 (remove_files) COMPLETE |
6324 | 2024-10-18T22:50:04.945Z | [ recovery-image] Oct 18 22:50:04.129 INFO O| Oct 18 22:50:04.129 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6325 | 2024-10-18T22:50:04.953Z | [ recovery-image] Oct 18 22:50:04.138 INFO O| Oct 18 22:50:04.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6326 | 2024-10-18T22:50:04.953Z | [ recovery-image] Oct 18 22:50:04.138 INFO O| Oct 18 22:50:04.138 INFO STEP 714 (remove_files) COMPLETE |
6327 | 2024-10-18T22:50:04.955Z | [ recovery-image] Oct 18 22:50:04.138 INFO O| Oct 18 22:50:04.138 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6328 | 2024-10-18T22:50:04.962Z | [ recovery-image] Oct 18 22:50:04.148 INFO O| Oct 18 22:50:04.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6329 | 2024-10-18T22:50:04.964Z | [ recovery-image] Oct 18 22:50:04.148 INFO O| Oct 18 22:50:04.148 INFO STEP 715 (remove_files) COMPLETE |
6330 | 2024-10-18T22:50:04.964Z | [ recovery-image] Oct 18 22:50:04.148 INFO O| Oct 18 22:50:04.148 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6331 | 2024-10-18T22:50:04.972Z | [ recovery-image] Oct 18 22:50:04.157 INFO O| Oct 18 22:50:04.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6332 | 2024-10-18T22:50:04.974Z | [ recovery-image] Oct 18 22:50:04.157 INFO O| Oct 18 22:50:04.157 INFO STEP 716 (remove_files) COMPLETE |
6333 | 2024-10-18T22:50:04.974Z | [ recovery-image] Oct 18 22:50:04.158 INFO O| Oct 18 22:50:04.157 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6334 | 2024-10-18T22:50:04.982Z | [ recovery-image] Oct 18 22:50:04.167 INFO O| Oct 18 22:50:04.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6335 | 2024-10-18T22:50:04.982Z | [ recovery-image] Oct 18 22:50:04.167 INFO O| Oct 18 22:50:04.167 INFO STEP 717 (remove_files) COMPLETE |
6336 | 2024-10-18T22:50:04.982Z | [ recovery-image] Oct 18 22:50:04.167 INFO O| Oct 18 22:50:04.167 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6337 | 2024-10-18T22:50:04.991Z | [ recovery-image] Oct 18 22:50:04.177 INFO O| Oct 18 22:50:04.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6338 | 2024-10-18T22:50:04.992Z | [ recovery-image] Oct 18 22:50:04.177 INFO O| Oct 18 22:50:04.177 INFO STEP 718 (remove_files) COMPLETE |
6339 | 2024-10-18T22:50:04.994Z | [ recovery-image] Oct 18 22:50:04.177 INFO O| Oct 18 22:50:04.177 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6340 | 2024-10-18T22:50:05.002Z | [ recovery-image] Oct 18 22:50:04.187 INFO O| Oct 18 22:50:04.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6341 | 2024-10-18T22:50:05.004Z | [ recovery-image] Oct 18 22:50:04.187 INFO O| Oct 18 22:50:04.187 INFO STEP 719 (remove_files) COMPLETE |
6342 | 2024-10-18T22:50:05.004Z | [ recovery-image] Oct 18 22:50:04.187 INFO O| Oct 18 22:50:04.187 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6343 | 2024-10-18T22:50:05.011Z | [ recovery-image] Oct 18 22:50:04.197 INFO O| Oct 18 22:50:04.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6344 | 2024-10-18T22:50:05.011Z | [ recovery-image] Oct 18 22:50:04.197 INFO O| Oct 18 22:50:04.197 INFO STEP 720 (remove_files) COMPLETE |
6345 | 2024-10-18T22:50:05.013Z | [ recovery-image] Oct 18 22:50:04.197 INFO O| Oct 18 22:50:04.197 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6346 | 2024-10-18T22:50:05.021Z | [ recovery-image] Oct 18 22:50:04.207 INFO O| Oct 18 22:50:04.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6347 | 2024-10-18T22:50:05.023Z | [ recovery-image] Oct 18 22:50:04.207 INFO O| Oct 18 22:50:04.207 INFO STEP 721 (remove_files) COMPLETE |
6348 | 2024-10-18T22:50:05.023Z | [ recovery-image] Oct 18 22:50:04.207 INFO O| Oct 18 22:50:04.207 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6349 | 2024-10-18T22:50:05.031Z | [ recovery-image] Oct 18 22:50:04.217 INFO O| Oct 18 22:50:04.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6350 | 2024-10-18T22:50:05.031Z | [ recovery-image] Oct 18 22:50:04.217 INFO O| Oct 18 22:50:04.217 INFO STEP 722 (remove_files) COMPLETE |
6351 | 2024-10-18T22:50:05.031Z | [ recovery-image] Oct 18 22:50:04.217 INFO O| Oct 18 22:50:04.217 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6352 | 2024-10-18T22:50:05.041Z | [ recovery-image] Oct 18 22:50:04.227 INFO O| Oct 18 22:50:04.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6353 | 2024-10-18T22:50:05.041Z | [ recovery-image] Oct 18 22:50:04.227 INFO O| Oct 18 22:50:04.227 INFO STEP 723 (remove_files) COMPLETE |
6354 | 2024-10-18T22:50:05.043Z | [ recovery-image] Oct 18 22:50:04.227 INFO O| Oct 18 22:50:04.227 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6355 | 2024-10-18T22:50:05.051Z | [ recovery-image] Oct 18 22:50:04.236 INFO O| Oct 18 22:50:04.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6356 | 2024-10-18T22:50:05.051Z | [ recovery-image] Oct 18 22:50:04.236 INFO O| Oct 18 22:50:04.236 INFO STEP 724 (remove_files) COMPLETE |
6357 | 2024-10-18T22:50:05.053Z | [ recovery-image] Oct 18 22:50:04.236 INFO O| Oct 18 22:50:04.236 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6358 | 2024-10-18T22:50:05.060Z | [ recovery-image] Oct 18 22:50:04.246 INFO O| Oct 18 22:50:04.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6359 | 2024-10-18T22:50:05.060Z | [ recovery-image] Oct 18 22:50:04.246 INFO O| Oct 18 22:50:04.246 INFO STEP 725 (remove_files) COMPLETE |
6360 | 2024-10-18T22:50:05.063Z | [ recovery-image] Oct 18 22:50:04.246 INFO O| Oct 18 22:50:04.246 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6361 | 2024-10-18T22:50:05.070Z | [ recovery-image] Oct 18 22:50:04.256 INFO O| Oct 18 22:50:04.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6362 | 2024-10-18T22:50:05.070Z | [ recovery-image] Oct 18 22:50:04.256 INFO O| Oct 18 22:50:04.256 INFO STEP 726 (remove_files) COMPLETE |
6363 | 2024-10-18T22:50:05.073Z | [ recovery-image] Oct 18 22:50:04.256 INFO O| Oct 18 22:50:04.256 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6364 | 2024-10-18T22:50:05.080Z | [ recovery-image] Oct 18 22:50:04.266 INFO O| Oct 18 22:50:04.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6365 | 2024-10-18T22:50:05.080Z | [ recovery-image] Oct 18 22:50:04.266 INFO O| Oct 18 22:50:04.266 INFO STEP 727 (remove_files) COMPLETE |
6366 | 2024-10-18T22:50:05.083Z | [ recovery-image] Oct 18 22:50:04.266 INFO O| Oct 18 22:50:04.266 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6367 | 2024-10-18T22:50:05.091Z | [ recovery-image] Oct 18 22:50:04.275 INFO O| Oct 18 22:50:04.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6368 | 2024-10-18T22:50:05.091Z | [ recovery-image] Oct 18 22:50:04.276 INFO O| Oct 18 22:50:04.275 INFO STEP 728 (remove_files) COMPLETE |
6369 | 2024-10-18T22:50:05.091Z | [ recovery-image] Oct 18 22:50:04.276 INFO O| Oct 18 22:50:04.276 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6370 | 2024-10-18T22:50:05.100Z | [ recovery-image] Oct 18 22:50:04.285 INFO O| Oct 18 22:50:04.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6371 | 2024-10-18T22:50:05.104Z | [ recovery-image] Oct 18 22:50:04.285 INFO O| Oct 18 22:50:04.285 INFO STEP 729 (remove_files) COMPLETE |
6372 | 2024-10-18T22:50:05.104Z | [ recovery-image] Oct 18 22:50:04.285 INFO O| Oct 18 22:50:04.285 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6373 | 2024-10-18T22:50:05.109Z | [ recovery-image] Oct 18 22:50:04.295 INFO O| Oct 18 22:50:04.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6374 | 2024-10-18T22:50:05.112Z | [ recovery-image] Oct 18 22:50:04.295 INFO O| Oct 18 22:50:04.295 INFO STEP 730 (remove_files) COMPLETE |
6375 | 2024-10-18T22:50:05.112Z | [ recovery-image] Oct 18 22:50:04.295 INFO O| Oct 18 22:50:04.295 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6376 | 2024-10-18T22:50:05.119Z | [ recovery-image] Oct 18 22:50:04.304 INFO O| Oct 18 22:50:04.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6377 | 2024-10-18T22:50:05.119Z | [ recovery-image] Oct 18 22:50:04.305 INFO O| Oct 18 22:50:04.305 INFO STEP 731 (remove_files) COMPLETE |
6378 | 2024-10-18T22:50:05.119Z | [ recovery-image] Oct 18 22:50:04.305 INFO O| Oct 18 22:50:04.305 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6379 | 2024-10-18T22:50:05.129Z | [ recovery-image] Oct 18 22:50:04.314 INFO O| Oct 18 22:50:04.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6380 | 2024-10-18T22:50:05.129Z | [ recovery-image] Oct 18 22:50:04.314 INFO O| Oct 18 22:50:04.314 INFO STEP 732 (remove_files) COMPLETE |
6381 | 2024-10-18T22:50:05.129Z | [ recovery-image] Oct 18 22:50:04.314 INFO O| Oct 18 22:50:04.314 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6382 | 2024-10-18T22:50:05.139Z | [ recovery-image] Oct 18 22:50:04.324 INFO O| Oct 18 22:50:04.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6383 | 2024-10-18T22:50:05.139Z | [ recovery-image] Oct 18 22:50:04.324 INFO O| Oct 18 22:50:04.324 INFO STEP 733 (remove_files) COMPLETE |
6384 | 2024-10-18T22:50:05.139Z | [ recovery-image] Oct 18 22:50:04.324 INFO O| Oct 18 22:50:04.324 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6385 | 2024-10-18T22:50:05.149Z | [ recovery-image] Oct 18 22:50:04.334 INFO O| Oct 18 22:50:04.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6386 | 2024-10-18T22:50:05.152Z | [ recovery-image] Oct 18 22:50:04.334 INFO O| Oct 18 22:50:04.334 INFO STEP 734 (remove_files) COMPLETE |
6387 | 2024-10-18T22:50:05.152Z | [ recovery-image] Oct 18 22:50:04.334 INFO O| Oct 18 22:50:04.334 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6388 | 2024-10-18T22:50:05.158Z | [ recovery-image] Oct 18 22:50:04.344 INFO O| Oct 18 22:50:04.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6389 | 2024-10-18T22:50:05.161Z | [ recovery-image] Oct 18 22:50:04.344 INFO O| Oct 18 22:50:04.344 INFO STEP 735 (remove_files) COMPLETE |
6390 | 2024-10-18T22:50:05.161Z | [ recovery-image] Oct 18 22:50:04.344 INFO O| Oct 18 22:50:04.344 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6391 | 2024-10-18T22:50:05.168Z | [ recovery-image] Oct 18 22:50:04.353 INFO O| Oct 18 22:50:04.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6392 | 2024-10-18T22:50:05.168Z | [ recovery-image] Oct 18 22:50:04.353 INFO O| Oct 18 22:50:04.353 INFO STEP 736 (remove_files) COMPLETE |
6393 | 2024-10-18T22:50:05.170Z | [ recovery-image] Oct 18 22:50:04.353 INFO O| Oct 18 22:50:04.353 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6394 | 2024-10-18T22:50:05.177Z | [ recovery-image] Oct 18 22:50:04.363 INFO O| Oct 18 22:50:04.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6395 | 2024-10-18T22:50:05.181Z | [ recovery-image] Oct 18 22:50:04.363 INFO O| Oct 18 22:50:04.363 INFO STEP 737 (remove_files) COMPLETE |
6396 | 2024-10-18T22:50:05.181Z | [ recovery-image] Oct 18 22:50:04.363 INFO O| Oct 18 22:50:04.363 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6397 | 2024-10-18T22:50:05.187Z | [ recovery-image] Oct 18 22:50:04.373 INFO O| Oct 18 22:50:04.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6398 | 2024-10-18T22:50:05.187Z | [ recovery-image] Oct 18 22:50:04.373 INFO O| Oct 18 22:50:04.373 INFO STEP 738 (remove_files) COMPLETE |
6399 | 2024-10-18T22:50:05.187Z | [ recovery-image] Oct 18 22:50:04.373 INFO O| Oct 18 22:50:04.373 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6400 | 2024-10-18T22:50:05.197Z | [ recovery-image] Oct 18 22:50:04.382 INFO O| Oct 18 22:50:04.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6401 | 2024-10-18T22:50:05.199Z | [ recovery-image] Oct 18 22:50:04.382 INFO O| Oct 18 22:50:04.382 INFO STEP 739 (remove_files) COMPLETE |
6402 | 2024-10-18T22:50:05.199Z | [ recovery-image] Oct 18 22:50:04.382 INFO O| Oct 18 22:50:04.382 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6403 | 2024-10-18T22:50:05.207Z | [ recovery-image] Oct 18 22:50:04.392 INFO O| Oct 18 22:50:04.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6404 | 2024-10-18T22:50:05.209Z | [ recovery-image] Oct 18 22:50:04.392 INFO O| Oct 18 22:50:04.392 INFO STEP 740 (remove_files) COMPLETE |
6405 | 2024-10-18T22:50:05.209Z | [ recovery-image] Oct 18 22:50:04.392 INFO O| Oct 18 22:50:04.392 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6406 | 2024-10-18T22:50:05.217Z | [ recovery-image] Oct 18 22:50:04.402 INFO O| Oct 18 22:50:04.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6407 | 2024-10-18T22:50:05.217Z | [ recovery-image] Oct 18 22:50:04.402 INFO O| Oct 18 22:50:04.402 INFO STEP 741 (remove_files) COMPLETE |
6408 | 2024-10-18T22:50:05.217Z | [ recovery-image] Oct 18 22:50:04.402 INFO O| Oct 18 22:50:04.402 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6409 | 2024-10-18T22:50:05.227Z | [ recovery-image] Oct 18 22:50:04.412 INFO O| Oct 18 22:50:04.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6410 | 2024-10-18T22:50:05.227Z | [ recovery-image] Oct 18 22:50:04.412 INFO O| Oct 18 22:50:04.412 INFO STEP 742 (remove_files) COMPLETE |
6411 | 2024-10-18T22:50:05.227Z | [ recovery-image] Oct 18 22:50:04.412 INFO O| Oct 18 22:50:04.412 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6412 | 2024-10-18T22:50:05.237Z | [ recovery-image] Oct 18 22:50:04.422 INFO O| Oct 18 22:50:04.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6413 | 2024-10-18T22:50:05.237Z | [ recovery-image] Oct 18 22:50:04.422 INFO O| Oct 18 22:50:04.422 INFO STEP 743 (remove_files) COMPLETE |
6414 | 2024-10-18T22:50:05.239Z | [ recovery-image] Oct 18 22:50:04.422 INFO O| Oct 18 22:50:04.422 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6415 | 2024-10-18T22:50:05.246Z | [ recovery-image] Oct 18 22:50:04.432 INFO O| Oct 18 22:50:04.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6416 | 2024-10-18T22:50:05.247Z | [ recovery-image] Oct 18 22:50:04.432 INFO O| Oct 18 22:50:04.432 INFO STEP 744 (remove_files) COMPLETE |
6417 | 2024-10-18T22:50:05.249Z | [ recovery-image] Oct 18 22:50:04.432 INFO O| Oct 18 22:50:04.432 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6418 | 2024-10-18T22:50:05.256Z | [ recovery-image] Oct 18 22:50:04.442 INFO O| Oct 18 22:50:04.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6419 | 2024-10-18T22:50:05.256Z | [ recovery-image] Oct 18 22:50:04.442 INFO O| Oct 18 22:50:04.442 INFO STEP 745 (remove_files) COMPLETE |
6420 | 2024-10-18T22:50:05.258Z | [ recovery-image] Oct 18 22:50:04.442 INFO O| Oct 18 22:50:04.442 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6421 | 2024-10-18T22:50:05.266Z | [ recovery-image] Oct 18 22:50:04.451 INFO O| Oct 18 22:50:04.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6422 | 2024-10-18T22:50:05.266Z | [ recovery-image] Oct 18 22:50:04.451 INFO O| Oct 18 22:50:04.451 INFO STEP 746 (remove_files) COMPLETE |
6423 | 2024-10-18T22:50:05.266Z | [ recovery-image] Oct 18 22:50:04.451 INFO O| Oct 18 22:50:04.451 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6424 | 2024-10-18T22:50:05.276Z | [ recovery-image] Oct 18 22:50:04.461 INFO O| Oct 18 22:50:04.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6425 | 2024-10-18T22:50:05.278Z | [ recovery-image] Oct 18 22:50:04.461 INFO O| Oct 18 22:50:04.461 INFO STEP 747 (remove_files) COMPLETE |
6426 | 2024-10-18T22:50:05.278Z | [ recovery-image] Oct 18 22:50:04.461 INFO O| Oct 18 22:50:04.461 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6427 | 2024-10-18T22:50:05.285Z | [ recovery-image] Oct 18 22:50:04.470 INFO O| Oct 18 22:50:04.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6428 | 2024-10-18T22:50:05.285Z | [ recovery-image] Oct 18 22:50:04.470 INFO O| Oct 18 22:50:04.470 INFO STEP 748 (remove_files) COMPLETE |
6429 | 2024-10-18T22:50:05.285Z | [ recovery-image] Oct 18 22:50:04.470 INFO O| Oct 18 22:50:04.470 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6430 | 2024-10-18T22:50:05.294Z | [ recovery-image] Oct 18 22:50:04.480 INFO O| Oct 18 22:50:04.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6431 | 2024-10-18T22:50:05.294Z | [ recovery-image] Oct 18 22:50:04.480 INFO O| Oct 18 22:50:04.480 INFO STEP 749 (remove_files) COMPLETE |
6432 | 2024-10-18T22:50:05.296Z | [ recovery-image] Oct 18 22:50:04.480 INFO O| Oct 18 22:50:04.480 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6433 | 2024-10-18T22:50:05.304Z | [ recovery-image] Oct 18 22:50:04.490 INFO O| Oct 18 22:50:04.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6434 | 2024-10-18T22:50:05.307Z | [ recovery-image] Oct 18 22:50:04.490 INFO O| Oct 18 22:50:04.490 INFO STEP 750 (remove_files) COMPLETE |
6435 | 2024-10-18T22:50:05.307Z | [ recovery-image] Oct 18 22:50:04.490 INFO O| Oct 18 22:50:04.490 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6436 | 2024-10-18T22:50:05.314Z | [ recovery-image] Oct 18 22:50:04.500 INFO O| Oct 18 22:50:04.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6437 | 2024-10-18T22:50:05.316Z | [ recovery-image] Oct 18 22:50:04.500 INFO O| Oct 18 22:50:04.500 INFO STEP 751 (remove_files) COMPLETE |
6438 | 2024-10-18T22:50:05.316Z | [ recovery-image] Oct 18 22:50:04.500 INFO O| Oct 18 22:50:04.500 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6439 | 2024-10-18T22:50:05.324Z | [ recovery-image] Oct 18 22:50:04.509 INFO O| Oct 18 22:50:04.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6440 | 2024-10-18T22:50:05.324Z | [ recovery-image] Oct 18 22:50:04.509 INFO O| Oct 18 22:50:04.509 INFO STEP 752 (remove_files) COMPLETE |
6441 | 2024-10-18T22:50:05.326Z | [ recovery-image] Oct 18 22:50:04.509 INFO O| Oct 18 22:50:04.509 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6442 | 2024-10-18T22:50:05.333Z | [ recovery-image] Oct 18 22:50:04.518 INFO O| Oct 18 22:50:04.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6443 | 2024-10-18T22:50:05.335Z | [ recovery-image] Oct 18 22:50:04.519 INFO O| Oct 18 22:50:04.519 INFO STEP 753 (remove_files) COMPLETE |
6444 | 2024-10-18T22:50:05.335Z | [ recovery-image] Oct 18 22:50:04.519 INFO O| Oct 18 22:50:04.519 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6445 | 2024-10-18T22:50:05.342Z | [ recovery-image] Oct 18 22:50:04.528 INFO O| Oct 18 22:50:04.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6446 | 2024-10-18T22:50:05.343Z | [ recovery-image] Oct 18 22:50:04.528 INFO O| Oct 18 22:50:04.528 INFO STEP 754 (remove_files) COMPLETE |
6447 | 2024-10-18T22:50:05.343Z | [ recovery-image] Oct 18 22:50:04.528 INFO O| Oct 18 22:50:04.528 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6448 | 2024-10-18T22:50:05.353Z | [ recovery-image] Oct 18 22:50:04.538 INFO O| Oct 18 22:50:04.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6449 | 2024-10-18T22:50:05.353Z | [ recovery-image] Oct 18 22:50:04.538 INFO O| Oct 18 22:50:04.538 INFO STEP 755 (remove_files) COMPLETE |
6450 | 2024-10-18T22:50:05.355Z | [ recovery-image] Oct 18 22:50:04.539 INFO O| Oct 18 22:50:04.538 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6451 | 2024-10-18T22:50:05.363Z | [ recovery-image] Oct 18 22:50:04.548 INFO O| Oct 18 22:50:04.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6452 | 2024-10-18T22:50:05.363Z | [ recovery-image] Oct 18 22:50:04.548 INFO O| Oct 18 22:50:04.548 INFO STEP 756 (remove_files) COMPLETE |
6453 | 2024-10-18T22:50:05.365Z | [ recovery-image] Oct 18 22:50:04.548 INFO O| Oct 18 22:50:04.548 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6454 | 2024-10-18T22:50:05.372Z | [ recovery-image] Oct 18 22:50:04.558 INFO O| Oct 18 22:50:04.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6455 | 2024-10-18T22:50:05.374Z | [ recovery-image] Oct 18 22:50:04.558 INFO O| Oct 18 22:50:04.558 INFO STEP 757 (remove_files) COMPLETE |
6456 | 2024-10-18T22:50:05.374Z | [ recovery-image] Oct 18 22:50:04.558 INFO O| Oct 18 22:50:04.558 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6457 | 2024-10-18T22:50:05.382Z | [ recovery-image] Oct 18 22:50:04.567 INFO O| Oct 18 22:50:04.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6458 | 2024-10-18T22:50:05.384Z | [ recovery-image] Oct 18 22:50:04.567 INFO O| Oct 18 22:50:04.567 INFO STEP 758 (remove_files) COMPLETE |
6459 | 2024-10-18T22:50:05.384Z | [ recovery-image] Oct 18 22:50:04.567 INFO O| Oct 18 22:50:04.567 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6460 | 2024-10-18T22:50:05.391Z | [ recovery-image] Oct 18 22:50:04.577 INFO O| Oct 18 22:50:04.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6461 | 2024-10-18T22:50:05.393Z | [ recovery-image] Oct 18 22:50:04.577 INFO O| Oct 18 22:50:04.577 INFO STEP 759 (remove_files) COMPLETE |
6462 | 2024-10-18T22:50:05.393Z | [ recovery-image] Oct 18 22:50:04.577 INFO O| Oct 18 22:50:04.577 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6463 | 2024-10-18T22:50:05.400Z | [ recovery-image] Oct 18 22:50:04.586 INFO O| Oct 18 22:50:04.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6464 | 2024-10-18T22:50:05.400Z | [ recovery-image] Oct 18 22:50:04.586 INFO O| Oct 18 22:50:04.586 INFO STEP 760 (remove_files) COMPLETE |
6465 | 2024-10-18T22:50:05.402Z | [ recovery-image] Oct 18 22:50:04.586 INFO O| Oct 18 22:50:04.586 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6466 | 2024-10-18T22:50:05.410Z | [ recovery-image] Oct 18 22:50:04.595 INFO O| Oct 18 22:50:04.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6467 | 2024-10-18T22:50:05.410Z | [ recovery-image] Oct 18 22:50:04.596 INFO O| Oct 18 22:50:04.595 INFO STEP 761 (remove_files) COMPLETE |
6468 | 2024-10-18T22:50:05.410Z | [ recovery-image] Oct 18 22:50:04.596 INFO O| Oct 18 22:50:04.596 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6469 | 2024-10-18T22:50:05.419Z | [ recovery-image] Oct 18 22:50:04.605 INFO O| Oct 18 22:50:04.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6470 | 2024-10-18T22:50:05.422Z | [ recovery-image] Oct 18 22:50:04.605 INFO O| Oct 18 22:50:04.605 INFO STEP 762 (remove_files) COMPLETE |
6471 | 2024-10-18T22:50:05.422Z | [ recovery-image] Oct 18 22:50:04.605 INFO O| Oct 18 22:50:04.605 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6472 | 2024-10-18T22:50:05.429Z | [ recovery-image] Oct 18 22:50:04.615 INFO O| Oct 18 22:50:04.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6473 | 2024-10-18T22:50:05.429Z | [ recovery-image] Oct 18 22:50:04.615 INFO O| Oct 18 22:50:04.615 INFO STEP 763 (remove_files) COMPLETE |
6474 | 2024-10-18T22:50:05.429Z | [ recovery-image] Oct 18 22:50:04.615 INFO O| Oct 18 22:50:04.615 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6475 | 2024-10-18T22:50:05.441Z | [ recovery-image] Oct 18 22:50:04.627 INFO O| Oct 18 22:50:04.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6476 | 2024-10-18T22:50:05.443Z | [ recovery-image] Oct 18 22:50:04.627 INFO O| Oct 18 22:50:04.627 INFO STEP 764 (remove_files) COMPLETE |
6477 | 2024-10-18T22:50:05.444Z | [ recovery-image] Oct 18 22:50:04.627 INFO O| Oct 18 22:50:04.627 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6478 | 2024-10-18T22:50:05.451Z | [ recovery-image] Oct 18 22:50:04.637 INFO O| Oct 18 22:50:04.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6479 | 2024-10-18T22:50:05.451Z | [ recovery-image] Oct 18 22:50:04.637 INFO O| Oct 18 22:50:04.637 INFO STEP 765 (remove_files) COMPLETE |
6480 | 2024-10-18T22:50:05.451Z | [ recovery-image] Oct 18 22:50:04.637 INFO O| Oct 18 22:50:04.637 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6481 | 2024-10-18T22:50:05.462Z | [ recovery-image] Oct 18 22:50:04.647 INFO O| Oct 18 22:50:04.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6482 | 2024-10-18T22:50:05.462Z | [ recovery-image] Oct 18 22:50:04.647 INFO O| Oct 18 22:50:04.647 INFO STEP 766 (remove_files) COMPLETE |
6483 | 2024-10-18T22:50:05.464Z | [ recovery-image] Oct 18 22:50:04.647 INFO O| Oct 18 22:50:04.647 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6484 | 2024-10-18T22:50:05.473Z | [ recovery-image] Oct 18 22:50:04.658 INFO O| Oct 18 22:50:04.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6485 | 2024-10-18T22:50:05.473Z | [ recovery-image] Oct 18 22:50:04.658 INFO O| Oct 18 22:50:04.658 INFO STEP 767 (remove_files) COMPLETE |
6486 | 2024-10-18T22:50:05.475Z | [ recovery-image] Oct 18 22:50:04.658 INFO O| Oct 18 22:50:04.658 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6487 | 2024-10-18T22:50:05.483Z | [ recovery-image] Oct 18 22:50:04.668 INFO O| Oct 18 22:50:04.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6488 | 2024-10-18T22:50:05.483Z | [ recovery-image] Oct 18 22:50:04.668 INFO O| Oct 18 22:50:04.668 INFO STEP 768 (remove_files) COMPLETE |
6489 | 2024-10-18T22:50:05.485Z | [ recovery-image] Oct 18 22:50:04.668 INFO O| Oct 18 22:50:04.668 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6490 | 2024-10-18T22:50:05.492Z | [ recovery-image] Oct 18 22:50:04.678 INFO O| Oct 18 22:50:04.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6491 | 2024-10-18T22:50:05.492Z | [ recovery-image] Oct 18 22:50:04.678 INFO O| Oct 18 22:50:04.678 INFO STEP 769 (remove_files) COMPLETE |
6492 | 2024-10-18T22:50:05.492Z | [ recovery-image] Oct 18 22:50:04.678 INFO O| Oct 18 22:50:04.678 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6493 | 2024-10-18T22:50:05.502Z | [ recovery-image] Oct 18 22:50:04.687 INFO O| Oct 18 22:50:04.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6494 | 2024-10-18T22:50:05.502Z | [ recovery-image] Oct 18 22:50:04.687 INFO O| Oct 18 22:50:04.687 INFO STEP 770 (remove_files) COMPLETE |
6495 | 2024-10-18T22:50:05.502Z | [ recovery-image] Oct 18 22:50:04.687 INFO O| Oct 18 22:50:04.687 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6496 | 2024-10-18T22:50:05.511Z | [ recovery-image] Oct 18 22:50:04.697 INFO O| Oct 18 22:50:04.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6497 | 2024-10-18T22:50:05.511Z | [ recovery-image] Oct 18 22:50:04.697 INFO O| Oct 18 22:50:04.697 INFO STEP 771 (remove_files) COMPLETE |
6498 | 2024-10-18T22:50:05.514Z | [ recovery-image] Oct 18 22:50:04.697 INFO O| Oct 18 22:50:04.697 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6499 | 2024-10-18T22:50:05.521Z | [ recovery-image] Oct 18 22:50:04.707 INFO O| Oct 18 22:50:04.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6500 | 2024-10-18T22:50:05.521Z | [ recovery-image] Oct 18 22:50:04.707 INFO O| Oct 18 22:50:04.707 INFO STEP 772 (remove_files) COMPLETE |
6501 | 2024-10-18T22:50:05.524Z | [ recovery-image] Oct 18 22:50:04.707 INFO O| Oct 18 22:50:04.707 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6502 | 2024-10-18T22:50:05.531Z | [ recovery-image] Oct 18 22:50:04.717 INFO O| Oct 18 22:50:04.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6503 | 2024-10-18T22:50:05.534Z | [ recovery-image] Oct 18 22:50:04.717 INFO O| Oct 18 22:50:04.717 INFO STEP 773 (remove_files) COMPLETE |
6504 | 2024-10-18T22:50:05.534Z | [ recovery-image] Oct 18 22:50:04.717 INFO O| Oct 18 22:50:04.717 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6505 | 2024-10-18T22:50:05.542Z | [ recovery-image] Oct 18 22:50:04.727 INFO O| Oct 18 22:50:04.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6506 | 2024-10-18T22:50:05.542Z | [ recovery-image] Oct 18 22:50:04.727 INFO O| Oct 18 22:50:04.727 INFO STEP 774 (remove_files) COMPLETE |
6507 | 2024-10-18T22:50:05.544Z | [ recovery-image] Oct 18 22:50:04.727 INFO O| Oct 18 22:50:04.727 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6508 | 2024-10-18T22:50:05.551Z | [ recovery-image] Oct 18 22:50:04.737 INFO O| Oct 18 22:50:04.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6509 | 2024-10-18T22:50:05.551Z | [ recovery-image] Oct 18 22:50:04.737 INFO O| Oct 18 22:50:04.737 INFO STEP 775 (remove_files) COMPLETE |
6510 | 2024-10-18T22:50:05.554Z | [ recovery-image] Oct 18 22:50:04.737 INFO O| Oct 18 22:50:04.737 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6511 | 2024-10-18T22:50:05.561Z | [ recovery-image] Oct 18 22:50:04.746 INFO O| Oct 18 22:50:04.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6512 | 2024-10-18T22:50:05.561Z | [ recovery-image] Oct 18 22:50:04.746 INFO O| Oct 18 22:50:04.746 INFO STEP 776 (remove_files) COMPLETE |
6513 | 2024-10-18T22:50:05.561Z | [ recovery-image] Oct 18 22:50:04.746 INFO O| Oct 18 22:50:04.746 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6514 | 2024-10-18T22:50:05.570Z | [ recovery-image] Oct 18 22:50:04.756 INFO O| Oct 18 22:50:04.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6515 | 2024-10-18T22:50:05.570Z | [ recovery-image] Oct 18 22:50:04.756 INFO O| Oct 18 22:50:04.756 INFO STEP 777 (remove_files) COMPLETE |
6516 | 2024-10-18T22:50:05.573Z | [ recovery-image] Oct 18 22:50:04.756 INFO O| Oct 18 22:50:04.756 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6517 | 2024-10-18T22:50:05.580Z | [ recovery-image] Oct 18 22:50:04.765 INFO O| Oct 18 22:50:04.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6518 | 2024-10-18T22:50:05.580Z | [ recovery-image] Oct 18 22:50:04.765 INFO O| Oct 18 22:50:04.765 INFO STEP 778 (remove_files) COMPLETE |
6519 | 2024-10-18T22:50:05.582Z | [ recovery-image] Oct 18 22:50:04.765 INFO O| Oct 18 22:50:04.765 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6520 | 2024-10-18T22:50:05.589Z | [ recovery-image] Oct 18 22:50:04.775 INFO O| Oct 18 22:50:04.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6521 | 2024-10-18T22:50:05.589Z | [ recovery-image] Oct 18 22:50:04.775 INFO O| Oct 18 22:50:04.775 INFO STEP 779 (remove_files) COMPLETE |
6522 | 2024-10-18T22:50:05.591Z | [ recovery-image] Oct 18 22:50:04.775 INFO O| Oct 18 22:50:04.775 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6523 | 2024-10-18T22:50:05.599Z | [ recovery-image] Oct 18 22:50:04.784 INFO O| Oct 18 22:50:04.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6524 | 2024-10-18T22:50:05.599Z | [ recovery-image] Oct 18 22:50:04.784 INFO O| Oct 18 22:50:04.784 INFO STEP 780 (remove_files) COMPLETE |
6525 | 2024-10-18T22:50:05.601Z | [ recovery-image] Oct 18 22:50:04.784 INFO O| Oct 18 22:50:04.784 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6526 | 2024-10-18T22:50:05.608Z | [ recovery-image] Oct 18 22:50:04.794 INFO O| Oct 18 22:50:04.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6527 | 2024-10-18T22:50:05.608Z | [ recovery-image] Oct 18 22:50:04.794 INFO O| Oct 18 22:50:04.794 INFO STEP 781 (remove_files) COMPLETE |
6528 | 2024-10-18T22:50:05.610Z | [ recovery-image] Oct 18 22:50:04.794 INFO O| Oct 18 22:50:04.794 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6529 | 2024-10-18T22:50:05.618Z | [ recovery-image] Oct 18 22:50:04.803 INFO O| Oct 18 22:50:04.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6530 | 2024-10-18T22:50:05.618Z | [ recovery-image] Oct 18 22:50:04.804 INFO O| Oct 18 22:50:04.804 INFO STEP 782 (remove_files) COMPLETE |
6531 | 2024-10-18T22:50:05.620Z | [ recovery-image] Oct 18 22:50:04.804 INFO O| Oct 18 22:50:04.804 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6532 | 2024-10-18T22:50:05.628Z | [ recovery-image] Oct 18 22:50:04.813 INFO O| Oct 18 22:50:04.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6533 | 2024-10-18T22:50:05.630Z | [ recovery-image] Oct 18 22:50:04.813 INFO O| Oct 18 22:50:04.813 INFO STEP 783 (remove_files) COMPLETE |
6534 | 2024-10-18T22:50:05.630Z | [ recovery-image] Oct 18 22:50:04.813 INFO O| Oct 18 22:50:04.813 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6535 | 2024-10-18T22:50:05.637Z | [ recovery-image] Oct 18 22:50:04.823 INFO O| Oct 18 22:50:04.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6536 | 2024-10-18T22:50:05.637Z | [ recovery-image] Oct 18 22:50:04.823 INFO O| Oct 18 22:50:04.823 INFO STEP 784 (remove_files) COMPLETE |
6537 | 2024-10-18T22:50:05.637Z | [ recovery-image] Oct 18 22:50:04.823 INFO O| Oct 18 22:50:04.823 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6538 | 2024-10-18T22:50:05.647Z | [ recovery-image] Oct 18 22:50:04.832 INFO O| Oct 18 22:50:04.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6539 | 2024-10-18T22:50:05.649Z | [ recovery-image] Oct 18 22:50:04.832 INFO O| Oct 18 22:50:04.832 INFO STEP 785 (remove_files) COMPLETE |
6540 | 2024-10-18T22:50:05.649Z | [ recovery-image] Oct 18 22:50:04.832 INFO O| Oct 18 22:50:04.832 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6541 | 2024-10-18T22:50:05.656Z | [ recovery-image] Oct 18 22:50:04.842 INFO O| Oct 18 22:50:04.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6542 | 2024-10-18T22:50:05.658Z | [ recovery-image] Oct 18 22:50:04.842 INFO O| Oct 18 22:50:04.842 INFO STEP 786 (remove_files) COMPLETE |
6543 | 2024-10-18T22:50:05.658Z | [ recovery-image] Oct 18 22:50:04.842 INFO O| Oct 18 22:50:04.842 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6544 | 2024-10-18T22:50:05.665Z | [ recovery-image] Oct 18 22:50:04.851 INFO O| Oct 18 22:50:04.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6545 | 2024-10-18T22:50:05.665Z | [ recovery-image] Oct 18 22:50:04.851 INFO O| Oct 18 22:50:04.851 INFO STEP 787 (remove_files) COMPLETE |
6546 | 2024-10-18T22:50:05.668Z | [ recovery-image] Oct 18 22:50:04.851 INFO O| Oct 18 22:50:04.851 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6547 | 2024-10-18T22:50:05.675Z | [ recovery-image] Oct 18 22:50:04.860 INFO O| Oct 18 22:50:04.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6548 | 2024-10-18T22:50:05.675Z | [ recovery-image] Oct 18 22:50:04.860 INFO O| Oct 18 22:50:04.860 INFO STEP 788 (remove_files) COMPLETE |
6549 | 2024-10-18T22:50:05.675Z | [ recovery-image] Oct 18 22:50:04.860 INFO O| Oct 18 22:50:04.860 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6550 | 2024-10-18T22:50:05.684Z | [ recovery-image] Oct 18 22:50:04.870 INFO O| Oct 18 22:50:04.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6551 | 2024-10-18T22:50:05.686Z | [ recovery-image] Oct 18 22:50:04.870 INFO O| Oct 18 22:50:04.870 INFO STEP 789 (remove_files) COMPLETE |
6552 | 2024-10-18T22:50:05.686Z | [ recovery-image] Oct 18 22:50:04.870 INFO O| Oct 18 22:50:04.870 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6553 | 2024-10-18T22:50:05.694Z | [ recovery-image] Oct 18 22:50:04.879 INFO O| Oct 18 22:50:04.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6554 | 2024-10-18T22:50:05.697Z | [ recovery-image] Oct 18 22:50:04.879 INFO O| Oct 18 22:50:04.879 INFO STEP 790 (remove_files) COMPLETE |
6555 | 2024-10-18T22:50:05.697Z | [ recovery-image] Oct 18 22:50:04.880 INFO O| Oct 18 22:50:04.879 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6556 | 2024-10-18T22:50:05.705Z | [ recovery-image] Oct 18 22:50:04.889 INFO O| Oct 18 22:50:04.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6557 | 2024-10-18T22:50:05.705Z | [ recovery-image] Oct 18 22:50:04.889 INFO O| Oct 18 22:50:04.889 INFO STEP 791 (remove_files) COMPLETE |
6558 | 2024-10-18T22:50:05.705Z | [ recovery-image] Oct 18 22:50:04.889 INFO O| Oct 18 22:50:04.889 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6559 | 2024-10-18T22:50:05.713Z | [ recovery-image] Oct 18 22:50:04.898 INFO O| Oct 18 22:50:04.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6560 | 2024-10-18T22:50:05.713Z | [ recovery-image] Oct 18 22:50:04.898 INFO O| Oct 18 22:50:04.898 INFO STEP 792 (remove_files) COMPLETE |
6561 | 2024-10-18T22:50:05.715Z | [ recovery-image] Oct 18 22:50:04.898 INFO O| Oct 18 22:50:04.898 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6562 | 2024-10-18T22:50:05.722Z | [ recovery-image] Oct 18 22:50:04.908 INFO O| Oct 18 22:50:04.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6563 | 2024-10-18T22:50:05.722Z | [ recovery-image] Oct 18 22:50:04.908 INFO O| Oct 18 22:50:04.908 INFO STEP 793 (remove_files) COMPLETE |
6564 | 2024-10-18T22:50:05.722Z | [ recovery-image] Oct 18 22:50:04.908 INFO O| Oct 18 22:50:04.908 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6565 | 2024-10-18T22:50:05.732Z | [ recovery-image] Oct 18 22:50:04.917 INFO O| Oct 18 22:50:04.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6566 | 2024-10-18T22:50:05.732Z | [ recovery-image] Oct 18 22:50:04.917 INFO O| Oct 18 22:50:04.917 INFO STEP 794 (remove_files) COMPLETE |
6567 | 2024-10-18T22:50:05.734Z | [ recovery-image] Oct 18 22:50:04.917 INFO O| Oct 18 22:50:04.917 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6568 | 2024-10-18T22:50:05.741Z | [ recovery-image] Oct 18 22:50:04.927 INFO O| Oct 18 22:50:04.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6569 | 2024-10-18T22:50:05.741Z | [ recovery-image] Oct 18 22:50:04.927 INFO O| Oct 18 22:50:04.927 INFO STEP 795 (remove_files) COMPLETE |
6570 | 2024-10-18T22:50:05.741Z | [ recovery-image] Oct 18 22:50:04.927 INFO O| Oct 18 22:50:04.927 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6571 | 2024-10-18T22:50:05.751Z | [ recovery-image] Oct 18 22:50:04.936 INFO O| Oct 18 22:50:04.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6572 | 2024-10-18T22:50:05.753Z | [ recovery-image] Oct 18 22:50:04.937 INFO O| Oct 18 22:50:04.937 INFO STEP 796 (remove_files) COMPLETE |
6573 | 2024-10-18T22:50:05.753Z | [ recovery-image] Oct 18 22:50:04.937 INFO O| Oct 18 22:50:04.937 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6574 | 2024-10-18T22:50:05.761Z | [ recovery-image] Oct 18 22:50:04.946 INFO O| Oct 18 22:50:04.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6575 | 2024-10-18T22:50:05.761Z | [ recovery-image] Oct 18 22:50:04.946 INFO O| Oct 18 22:50:04.946 INFO STEP 797 (remove_files) COMPLETE |
6576 | 2024-10-18T22:50:05.763Z | [ recovery-image] Oct 18 22:50:04.946 INFO O| Oct 18 22:50:04.946 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6577 | 2024-10-18T22:50:05.770Z | [ recovery-image] Oct 18 22:50:04.956 INFO O| Oct 18 22:50:04.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6578 | 2024-10-18T22:50:05.773Z | [ recovery-image] Oct 18 22:50:04.956 INFO O| Oct 18 22:50:04.956 INFO STEP 798 (remove_files) COMPLETE |
6579 | 2024-10-18T22:50:05.773Z | [ recovery-image] Oct 18 22:50:04.956 INFO O| Oct 18 22:50:04.956 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6580 | 2024-10-18T22:50:05.780Z | [ recovery-image] Oct 18 22:50:04.965 INFO O| Oct 18 22:50:04.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6581 | 2024-10-18T22:50:05.780Z | [ recovery-image] Oct 18 22:50:04.966 INFO O| Oct 18 22:50:04.966 INFO STEP 799 (remove_files) COMPLETE |
6582 | 2024-10-18T22:50:05.782Z | [ recovery-image] Oct 18 22:50:04.966 INFO O| Oct 18 22:50:04.966 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6583 | 2024-10-18T22:50:05.790Z | [ recovery-image] Oct 18 22:50:04.976 INFO O| Oct 18 22:50:04.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6584 | 2024-10-18T22:50:05.792Z | [ recovery-image] Oct 18 22:50:04.976 INFO O| Oct 18 22:50:04.976 INFO STEP 800 (remove_files) COMPLETE |
6585 | 2024-10-18T22:50:05.792Z | [ recovery-image] Oct 18 22:50:04.976 INFO O| Oct 18 22:50:04.976 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6586 | 2024-10-18T22:50:05.800Z | [ recovery-image] Oct 18 22:50:04.985 INFO O| Oct 18 22:50:04.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6587 | 2024-10-18T22:50:05.800Z | [ recovery-image] Oct 18 22:50:04.985 INFO O| Oct 18 22:50:04.985 INFO STEP 801 (remove_files) COMPLETE |
6588 | 2024-10-18T22:50:05.802Z | [ recovery-image] Oct 18 22:50:04.985 INFO O| Oct 18 22:50:04.985 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6589 | 2024-10-18T22:50:05.809Z | [ recovery-image] Oct 18 22:50:04.995 INFO O| Oct 18 22:50:04.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6590 | 2024-10-18T22:50:05.812Z | [ recovery-image] Oct 18 22:50:04.995 INFO O| Oct 18 22:50:04.995 INFO STEP 802 (remove_files) COMPLETE |
6591 | 2024-10-18T22:50:05.812Z | [ recovery-image] Oct 18 22:50:04.995 INFO O| Oct 18 22:50:04.995 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6592 | 2024-10-18T22:50:05.820Z | [ recovery-image] Oct 18 22:50:05.005 INFO O| Oct 18 22:50:05.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6593 | 2024-10-18T22:50:05.820Z | [ recovery-image] Oct 18 22:50:05.005 INFO O| Oct 18 22:50:05.005 INFO STEP 803 (remove_files) COMPLETE |
6594 | 2024-10-18T22:50:05.822Z | [ recovery-image] Oct 18 22:50:05.005 INFO O| Oct 18 22:50:05.005 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6595 | 2024-10-18T22:50:05.829Z | [ recovery-image] Oct 18 22:50:05.015 INFO O| Oct 18 22:50:05.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6596 | 2024-10-18T22:50:05.829Z | [ recovery-image] Oct 18 22:50:05.015 INFO O| Oct 18 22:50:05.015 INFO STEP 804 (remove_files) COMPLETE |
6597 | 2024-10-18T22:50:05.832Z | [ recovery-image] Oct 18 22:50:05.015 INFO O| Oct 18 22:50:05.015 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6598 | 2024-10-18T22:50:05.839Z | [ recovery-image] Oct 18 22:50:05.025 INFO O| Oct 18 22:50:05.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6599 | 2024-10-18T22:50:05.839Z | [ recovery-image] Oct 18 22:50:05.025 INFO O| Oct 18 22:50:05.025 INFO STEP 805 (remove_files) COMPLETE |
6600 | 2024-10-18T22:50:05.841Z | [ recovery-image] Oct 18 22:50:05.025 INFO O| Oct 18 22:50:05.025 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6601 | 2024-10-18T22:50:05.849Z | [ recovery-image] Oct 18 22:50:05.034 INFO O| Oct 18 22:50:05.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6602 | 2024-10-18T22:50:05.851Z | [ recovery-image] Oct 18 22:50:05.034 INFO O| Oct 18 22:50:05.034 INFO STEP 806 (remove_files) COMPLETE |
6603 | 2024-10-18T22:50:05.851Z | [ recovery-image] Oct 18 22:50:05.034 INFO O| Oct 18 22:50:05.034 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6604 | 2024-10-18T22:50:05.858Z | [ recovery-image] Oct 18 22:50:05.044 INFO O| Oct 18 22:50:05.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6605 | 2024-10-18T22:50:05.861Z | [ recovery-image] Oct 18 22:50:05.044 INFO O| Oct 18 22:50:05.044 INFO STEP 807 (remove_files) COMPLETE |
6606 | 2024-10-18T22:50:05.861Z | [ recovery-image] Oct 18 22:50:05.044 INFO O| Oct 18 22:50:05.044 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6607 | 2024-10-18T22:50:05.868Z | [ recovery-image] Oct 18 22:50:05.054 INFO O| Oct 18 22:50:05.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6608 | 2024-10-18T22:50:05.870Z | [ recovery-image] Oct 18 22:50:05.054 INFO O| Oct 18 22:50:05.054 INFO STEP 808 (remove_files) COMPLETE |
6609 | 2024-10-18T22:50:05.870Z | [ recovery-image] Oct 18 22:50:05.054 INFO O| Oct 18 22:50:05.054 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6610 | 2024-10-18T22:50:05.878Z | [ recovery-image] Oct 18 22:50:05.063 INFO O| Oct 18 22:50:05.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6611 | 2024-10-18T22:50:05.878Z | [ recovery-image] Oct 18 22:50:05.064 INFO O| Oct 18 22:50:05.063 INFO STEP 809 (remove_files) COMPLETE |
6612 | 2024-10-18T22:50:05.878Z | [ recovery-image] Oct 18 22:50:05.064 INFO O| Oct 18 22:50:05.063 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6613 | 2024-10-18T22:50:05.888Z | [ recovery-image] Oct 18 22:50:05.073 INFO O| Oct 18 22:50:05.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6614 | 2024-10-18T22:50:05.890Z | [ recovery-image] Oct 18 22:50:05.073 INFO O| Oct 18 22:50:05.073 INFO STEP 810 (remove_files) COMPLETE |
6615 | 2024-10-18T22:50:05.890Z | [ recovery-image] Oct 18 22:50:05.073 INFO O| Oct 18 22:50:05.073 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6616 | 2024-10-18T22:50:05.898Z | [ recovery-image] Oct 18 22:50:05.083 INFO O| Oct 18 22:50:05.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6617 | 2024-10-18T22:50:05.900Z | [ recovery-image] Oct 18 22:50:05.083 INFO O| Oct 18 22:50:05.083 INFO STEP 811 (remove_files) COMPLETE |
6618 | 2024-10-18T22:50:05.900Z | [ recovery-image] Oct 18 22:50:05.083 INFO O| Oct 18 22:50:05.083 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6619 | 2024-10-18T22:50:05.907Z | [ recovery-image] Oct 18 22:50:05.093 INFO O| Oct 18 22:50:05.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6620 | 2024-10-18T22:50:05.907Z | [ recovery-image] Oct 18 22:50:05.093 INFO O| Oct 18 22:50:05.093 INFO STEP 812 (remove_files) COMPLETE |
6621 | 2024-10-18T22:50:05.907Z | [ recovery-image] Oct 18 22:50:05.093 INFO O| Oct 18 22:50:05.093 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6622 | 2024-10-18T22:50:05.917Z | [ recovery-image] Oct 18 22:50:05.102 INFO O| Oct 18 22:50:05.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6623 | 2024-10-18T22:50:05.917Z | [ recovery-image] Oct 18 22:50:05.102 INFO O| Oct 18 22:50:05.102 INFO STEP 813 (remove_files) COMPLETE |
6624 | 2024-10-18T22:50:05.917Z | [ recovery-image] Oct 18 22:50:05.102 INFO O| Oct 18 22:50:05.102 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6625 | 2024-10-18T22:50:05.926Z | [ recovery-image] Oct 18 22:50:05.112 INFO O| Oct 18 22:50:05.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6626 | 2024-10-18T22:50:05.927Z | [ recovery-image] Oct 18 22:50:05.112 INFO O| Oct 18 22:50:05.112 INFO STEP 814 (remove_files) COMPLETE |
6627 | 2024-10-18T22:50:05.929Z | [ recovery-image] Oct 18 22:50:05.112 INFO O| Oct 18 22:50:05.112 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6628 | 2024-10-18T22:50:05.937Z | [ recovery-image] Oct 18 22:50:05.122 INFO O| Oct 18 22:50:05.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6629 | 2024-10-18T22:50:05.939Z | [ recovery-image] Oct 18 22:50:05.122 INFO O| Oct 18 22:50:05.122 INFO STEP 815 (remove_files) COMPLETE |
6630 | 2024-10-18T22:50:05.939Z | [ recovery-image] Oct 18 22:50:05.122 INFO O| Oct 18 22:50:05.122 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6631 | 2024-10-18T22:50:05.946Z | [ recovery-image] Oct 18 22:50:05.132 INFO O| Oct 18 22:50:05.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6632 | 2024-10-18T22:50:05.947Z | [ recovery-image] Oct 18 22:50:05.132 INFO O| Oct 18 22:50:05.132 INFO STEP 816 (remove_files) COMPLETE |
6633 | 2024-10-18T22:50:05.949Z | [ recovery-image] Oct 18 22:50:05.132 INFO O| Oct 18 22:50:05.132 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6634 | 2024-10-18T22:50:05.956Z | [ recovery-image] Oct 18 22:50:05.142 INFO O| Oct 18 22:50:05.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6635 | 2024-10-18T22:50:05.959Z | [ recovery-image] Oct 18 22:50:05.142 INFO O| Oct 18 22:50:05.142 INFO STEP 817 (remove_files) COMPLETE |
6636 | 2024-10-18T22:50:05.959Z | [ recovery-image] Oct 18 22:50:05.142 INFO O| Oct 18 22:50:05.142 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6637 | 2024-10-18T22:50:05.967Z | [ recovery-image] Oct 18 22:50:05.152 INFO O| Oct 18 22:50:05.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6638 | 2024-10-18T22:50:05.967Z | [ recovery-image] Oct 18 22:50:05.152 INFO O| Oct 18 22:50:05.152 INFO STEP 818 (remove_files) COMPLETE |
6639 | 2024-10-18T22:50:05.969Z | [ recovery-image] Oct 18 22:50:05.152 INFO O| Oct 18 22:50:05.152 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6640 | 2024-10-18T22:50:05.976Z | [ recovery-image] Oct 18 22:50:05.162 INFO O| Oct 18 22:50:05.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6641 | 2024-10-18T22:50:05.976Z | [ recovery-image] Oct 18 22:50:05.162 INFO O| Oct 18 22:50:05.162 INFO STEP 819 (remove_files) COMPLETE |
6642 | 2024-10-18T22:50:05.979Z | [ recovery-image] Oct 18 22:50:05.162 INFO O| Oct 18 22:50:05.162 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6643 | 2024-10-18T22:50:05.986Z | [ recovery-image] Oct 18 22:50:05.171 INFO O| Oct 18 22:50:05.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6644 | 2024-10-18T22:50:05.986Z | [ recovery-image] Oct 18 22:50:05.172 INFO O| Oct 18 22:50:05.172 INFO STEP 820 (remove_files) COMPLETE |
6645 | 2024-10-18T22:50:05.986Z | [ recovery-image] Oct 18 22:50:05.172 INFO O| Oct 18 22:50:05.172 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6646 | 2024-10-18T22:50:05.996Z | [ recovery-image] Oct 18 22:50:05.182 INFO O| Oct 18 22:50:05.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6647 | 2024-10-18T22:50:05.999Z | [ recovery-image] Oct 18 22:50:05.182 INFO O| Oct 18 22:50:05.182 INFO STEP 821 (remove_files) COMPLETE |
6648 | 2024-10-18T22:50:05.999Z | [ recovery-image] Oct 18 22:50:05.182 INFO O| Oct 18 22:50:05.182 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6649 | 2024-10-18T22:50:06.008Z | [ recovery-image] Oct 18 22:50:05.191 INFO O| Oct 18 22:50:05.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6650 | 2024-10-18T22:50:06.008Z | [ recovery-image] Oct 18 22:50:05.192 INFO O| Oct 18 22:50:05.192 INFO STEP 822 (remove_files) COMPLETE |
6651 | 2024-10-18T22:50:06.008Z | [ recovery-image] Oct 18 22:50:05.192 INFO O| Oct 18 22:50:05.192 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6652 | 2024-10-18T22:50:06.016Z | [ recovery-image] Oct 18 22:50:05.201 INFO O| Oct 18 22:50:05.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6653 | 2024-10-18T22:50:06.016Z | [ recovery-image] Oct 18 22:50:05.201 INFO O| Oct 18 22:50:05.201 INFO STEP 823 (remove_files) COMPLETE |
6654 | 2024-10-18T22:50:06.016Z | [ recovery-image] Oct 18 22:50:05.201 INFO O| Oct 18 22:50:05.201 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6655 | 2024-10-18T22:50:06.026Z | [ recovery-image] Oct 18 22:50:05.211 INFO O| Oct 18 22:50:05.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6656 | 2024-10-18T22:50:06.026Z | [ recovery-image] Oct 18 22:50:05.211 INFO O| Oct 18 22:50:05.211 INFO STEP 824 (remove_files) COMPLETE |
6657 | 2024-10-18T22:50:06.026Z | [ recovery-image] Oct 18 22:50:05.211 INFO O| Oct 18 22:50:05.211 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6658 | 2024-10-18T22:50:06.035Z | [ recovery-image] Oct 18 22:50:05.221 INFO O| Oct 18 22:50:05.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6659 | 2024-10-18T22:50:06.035Z | [ recovery-image] Oct 18 22:50:05.221 INFO O| Oct 18 22:50:05.221 INFO STEP 825 (remove_files) COMPLETE |
6660 | 2024-10-18T22:50:06.037Z | [ recovery-image] Oct 18 22:50:05.221 INFO O| Oct 18 22:50:05.221 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6661 | 2024-10-18T22:50:06.045Z | [ recovery-image] Oct 18 22:50:05.231 INFO O| Oct 18 22:50:05.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6662 | 2024-10-18T22:50:06.047Z | [ recovery-image] Oct 18 22:50:05.231 INFO O| Oct 18 22:50:05.231 INFO STEP 826 (remove_files) COMPLETE |
6663 | 2024-10-18T22:50:06.047Z | [ recovery-image] Oct 18 22:50:05.231 INFO O| Oct 18 22:50:05.231 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6664 | 2024-10-18T22:50:06.055Z | [ recovery-image] Oct 18 22:50:05.240 INFO O| Oct 18 22:50:05.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6665 | 2024-10-18T22:50:06.055Z | [ recovery-image] Oct 18 22:50:05.240 INFO O| Oct 18 22:50:05.240 INFO STEP 827 (remove_files) COMPLETE |
6666 | 2024-10-18T22:50:06.055Z | [ recovery-image] Oct 18 22:50:05.241 INFO O| Oct 18 22:50:05.240 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6667 | 2024-10-18T22:50:06.065Z | [ recovery-image] Oct 18 22:50:05.250 INFO O| Oct 18 22:50:05.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6668 | 2024-10-18T22:50:06.065Z | [ recovery-image] Oct 18 22:50:05.250 INFO O| Oct 18 22:50:05.250 INFO STEP 828 (remove_files) COMPLETE |
6669 | 2024-10-18T22:50:06.065Z | [ recovery-image] Oct 18 22:50:05.250 INFO O| Oct 18 22:50:05.250 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6670 | 2024-10-18T22:50:06.074Z | [ recovery-image] Oct 18 22:50:05.260 INFO O| Oct 18 22:50:05.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6671 | 2024-10-18T22:50:06.074Z | [ recovery-image] Oct 18 22:50:05.260 INFO O| Oct 18 22:50:05.260 INFO STEP 829 (remove_files) COMPLETE |
6672 | 2024-10-18T22:50:06.077Z | [ recovery-image] Oct 18 22:50:05.260 INFO O| Oct 18 22:50:05.260 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6673 | 2024-10-18T22:50:06.084Z | [ recovery-image] Oct 18 22:50:05.269 INFO O| Oct 18 22:50:05.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6674 | 2024-10-18T22:50:06.084Z | [ recovery-image] Oct 18 22:50:05.270 INFO O| Oct 18 22:50:05.269 INFO STEP 830 (remove_files) COMPLETE |
6675 | 2024-10-18T22:50:06.087Z | [ recovery-image] Oct 18 22:50:05.270 INFO O| Oct 18 22:50:05.270 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6676 | 2024-10-18T22:50:06.094Z | [ recovery-image] Oct 18 22:50:05.279 INFO O| Oct 18 22:50:05.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6677 | 2024-10-18T22:50:06.094Z | [ recovery-image] Oct 18 22:50:05.279 INFO O| Oct 18 22:50:05.279 INFO STEP 831 (remove_files) COMPLETE |
6678 | 2024-10-18T22:50:06.096Z | [ recovery-image] Oct 18 22:50:05.279 INFO O| Oct 18 22:50:05.279 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6679 | 2024-10-18T22:50:06.103Z | [ recovery-image] Oct 18 22:50:05.289 INFO O| Oct 18 22:50:05.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6680 | 2024-10-18T22:50:06.103Z | [ recovery-image] Oct 18 22:50:05.289 INFO O| Oct 18 22:50:05.289 INFO STEP 832 (remove_files) COMPLETE |
6681 | 2024-10-18T22:50:06.105Z | [ recovery-image] Oct 18 22:50:05.289 INFO O| Oct 18 22:50:05.289 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6682 | 2024-10-18T22:50:06.114Z | [ recovery-image] Oct 18 22:50:05.299 INFO O| Oct 18 22:50:05.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6683 | 2024-10-18T22:50:06.114Z | [ recovery-image] Oct 18 22:50:05.299 INFO O| Oct 18 22:50:05.299 INFO STEP 833 (remove_files) COMPLETE |
6684 | 2024-10-18T22:50:06.116Z | [ recovery-image] Oct 18 22:50:05.299 INFO O| Oct 18 22:50:05.299 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6685 | 2024-10-18T22:50:06.124Z | [ recovery-image] Oct 18 22:50:05.309 INFO O| Oct 18 22:50:05.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6686 | 2024-10-18T22:50:06.124Z | [ recovery-image] Oct 18 22:50:05.309 INFO O| Oct 18 22:50:05.309 INFO STEP 834 (remove_files) COMPLETE |
6687 | 2024-10-18T22:50:06.126Z | [ recovery-image] Oct 18 22:50:05.310 INFO O| Oct 18 22:50:05.309 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6688 | 2024-10-18T22:50:06.134Z | [ recovery-image] Oct 18 22:50:05.320 INFO O| Oct 18 22:50:05.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6689 | 2024-10-18T22:50:06.137Z | [ recovery-image] Oct 18 22:50:05.320 INFO O| Oct 18 22:50:05.320 INFO STEP 835 (remove_files) COMPLETE |
6690 | 2024-10-18T22:50:06.137Z | [ recovery-image] Oct 18 22:50:05.320 INFO O| Oct 18 22:50:05.320 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6691 | 2024-10-18T22:50:06.144Z | [ recovery-image] Oct 18 22:50:05.330 INFO O| Oct 18 22:50:05.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6692 | 2024-10-18T22:50:06.144Z | [ recovery-image] Oct 18 22:50:05.330 INFO O| Oct 18 22:50:05.330 INFO STEP 836 (remove_files) COMPLETE |
6693 | 2024-10-18T22:50:06.144Z | [ recovery-image] Oct 18 22:50:05.330 INFO O| Oct 18 22:50:05.330 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6694 | 2024-10-18T22:50:06.154Z | [ recovery-image] Oct 18 22:50:05.340 INFO O| Oct 18 22:50:05.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6695 | 2024-10-18T22:50:06.154Z | [ recovery-image] Oct 18 22:50:05.340 INFO O| Oct 18 22:50:05.340 INFO STEP 837 (remove_files) COMPLETE |
6696 | 2024-10-18T22:50:06.157Z | [ recovery-image] Oct 18 22:50:05.340 INFO O| Oct 18 22:50:05.340 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6697 | 2024-10-18T22:50:06.165Z | [ recovery-image] Oct 18 22:50:05.349 INFO O| Oct 18 22:50:05.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6698 | 2024-10-18T22:50:06.165Z | [ recovery-image] Oct 18 22:50:05.350 INFO O| Oct 18 22:50:05.350 INFO STEP 838 (remove_files) COMPLETE |
6699 | 2024-10-18T22:50:06.167Z | [ recovery-image] Oct 18 22:50:05.350 INFO O| Oct 18 22:50:05.350 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6700 | 2024-10-18T22:50:06.174Z | [ recovery-image] Oct 18 22:50:05.359 INFO O| Oct 18 22:50:05.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6701 | 2024-10-18T22:50:06.176Z | [ recovery-image] Oct 18 22:50:05.359 INFO O| Oct 18 22:50:05.359 INFO STEP 839 (remove_files) COMPLETE |
6702 | 2024-10-18T22:50:06.176Z | [ recovery-image] Oct 18 22:50:05.359 INFO O| Oct 18 22:50:05.359 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6703 | 2024-10-18T22:50:06.184Z | [ recovery-image] Oct 18 22:50:05.370 INFO O| Oct 18 22:50:05.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6704 | 2024-10-18T22:50:06.186Z | [ recovery-image] Oct 18 22:50:05.370 INFO O| Oct 18 22:50:05.370 INFO STEP 840 (remove_files) COMPLETE |
6705 | 2024-10-18T22:50:06.186Z | [ recovery-image] Oct 18 22:50:05.370 INFO O| Oct 18 22:50:05.370 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6706 | 2024-10-18T22:50:06.194Z | [ recovery-image] Oct 18 22:50:05.379 INFO O| Oct 18 22:50:05.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6707 | 2024-10-18T22:50:06.194Z | [ recovery-image] Oct 18 22:50:05.379 INFO O| Oct 18 22:50:05.379 INFO STEP 841 (remove_files) COMPLETE |
6708 | 2024-10-18T22:50:06.196Z | [ recovery-image] Oct 18 22:50:05.379 INFO O| Oct 18 22:50:05.379 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6709 | 2024-10-18T22:50:06.204Z | [ recovery-image] Oct 18 22:50:05.389 INFO O| Oct 18 22:50:05.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6710 | 2024-10-18T22:50:06.204Z | [ recovery-image] Oct 18 22:50:05.389 INFO O| Oct 18 22:50:05.389 INFO STEP 842 (remove_files) COMPLETE |
6711 | 2024-10-18T22:50:06.206Z | [ recovery-image] Oct 18 22:50:05.389 INFO O| Oct 18 22:50:05.389 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6712 | 2024-10-18T22:50:06.213Z | [ recovery-image] Oct 18 22:50:05.399 INFO O| Oct 18 22:50:05.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6713 | 2024-10-18T22:50:06.216Z | [ recovery-image] Oct 18 22:50:05.399 INFO O| Oct 18 22:50:05.399 INFO STEP 843 (remove_files) COMPLETE |
6714 | 2024-10-18T22:50:06.216Z | [ recovery-image] Oct 18 22:50:05.399 INFO O| Oct 18 22:50:05.399 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6715 | 2024-10-18T22:50:06.224Z | [ recovery-image] Oct 18 22:50:05.410 INFO O| Oct 18 22:50:05.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6716 | 2024-10-18T22:50:06.224Z | [ recovery-image] Oct 18 22:50:05.410 INFO O| Oct 18 22:50:05.410 INFO STEP 844 (remove_files) COMPLETE |
6717 | 2024-10-18T22:50:06.224Z | [ recovery-image] Oct 18 22:50:05.410 INFO O| Oct 18 22:50:05.410 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6718 | 2024-10-18T22:50:06.234Z | [ recovery-image] Oct 18 22:50:05.419 INFO O| Oct 18 22:50:05.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6719 | 2024-10-18T22:50:06.237Z | [ recovery-image] Oct 18 22:50:05.420 INFO O| Oct 18 22:50:05.420 INFO STEP 845 (remove_files) COMPLETE |
6720 | 2024-10-18T22:50:06.237Z | [ recovery-image] Oct 18 22:50:05.420 INFO O| Oct 18 22:50:05.420 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6721 | 2024-10-18T22:50:06.244Z | [ recovery-image] Oct 18 22:50:05.429 INFO O| Oct 18 22:50:05.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6722 | 2024-10-18T22:50:06.244Z | [ recovery-image] Oct 18 22:50:05.429 INFO O| Oct 18 22:50:05.429 INFO STEP 846 (remove_files) COMPLETE |
6723 | 2024-10-18T22:50:06.244Z | [ recovery-image] Oct 18 22:50:05.429 INFO O| Oct 18 22:50:05.429 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6724 | 2024-10-18T22:50:06.254Z | [ recovery-image] Oct 18 22:50:05.439 INFO O| Oct 18 22:50:05.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6725 | 2024-10-18T22:50:06.254Z | [ recovery-image] Oct 18 22:50:05.439 INFO O| Oct 18 22:50:05.439 INFO STEP 847 (remove_files) COMPLETE |
6726 | 2024-10-18T22:50:06.254Z | [ recovery-image] Oct 18 22:50:05.439 INFO O| Oct 18 22:50:05.439 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6727 | 2024-10-18T22:50:06.264Z | [ recovery-image] Oct 18 22:50:05.449 INFO O| Oct 18 22:50:05.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6728 | 2024-10-18T22:50:06.266Z | [ recovery-image] Oct 18 22:50:05.450 INFO O| Oct 18 22:50:05.450 INFO STEP 848 (remove_files) COMPLETE |
6729 | 2024-10-18T22:50:06.266Z | [ recovery-image] Oct 18 22:50:05.450 INFO O| Oct 18 22:50:05.450 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6730 | 2024-10-18T22:50:06.274Z | [ recovery-image] Oct 18 22:50:05.459 INFO O| Oct 18 22:50:05.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6731 | 2024-10-18T22:50:06.274Z | [ recovery-image] Oct 18 22:50:05.460 INFO O| Oct 18 22:50:05.459 INFO STEP 849 (remove_files) COMPLETE |
6732 | 2024-10-18T22:50:06.276Z | [ recovery-image] Oct 18 22:50:05.460 INFO O| Oct 18 22:50:05.460 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6733 | 2024-10-18T22:50:06.283Z | [ recovery-image] Oct 18 22:50:05.469 INFO O| Oct 18 22:50:05.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6734 | 2024-10-18T22:50:06.286Z | [ recovery-image] Oct 18 22:50:05.469 INFO O| Oct 18 22:50:05.469 INFO STEP 850 (remove_files) COMPLETE |
6735 | 2024-10-18T22:50:06.286Z | [ recovery-image] Oct 18 22:50:05.469 INFO O| Oct 18 22:50:05.469 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6736 | 2024-10-18T22:50:06.293Z | [ recovery-image] Oct 18 22:50:05.479 INFO O| Oct 18 22:50:05.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6737 | 2024-10-18T22:50:06.296Z | [ recovery-image] Oct 18 22:50:05.479 INFO O| Oct 18 22:50:05.479 INFO STEP 851 (remove_files) COMPLETE |
6738 | 2024-10-18T22:50:06.296Z | [ recovery-image] Oct 18 22:50:05.479 INFO O| Oct 18 22:50:05.479 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2024-10-18T22:50:06.303Z | [ recovery-image] Oct 18 22:50:05.488 INFO O| Oct 18 22:50:05.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6740 | 2024-10-18T22:50:06.303Z | [ recovery-image] Oct 18 22:50:05.488 INFO O| Oct 18 22:50:05.488 INFO STEP 852 (remove_files) COMPLETE |
6741 | 2024-10-18T22:50:06.305Z | [ recovery-image] Oct 18 22:50:05.488 INFO O| Oct 18 22:50:05.488 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6742 | 2024-10-18T22:50:06.312Z | [ recovery-image] Oct 18 22:50:05.498 INFO O| Oct 18 22:50:05.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6743 | 2024-10-18T22:50:06.313Z | [ recovery-image] Oct 18 22:50:05.498 INFO O| Oct 18 22:50:05.498 INFO STEP 853 (remove_files) COMPLETE |
6744 | 2024-10-18T22:50:06.315Z | [ recovery-image] Oct 18 22:50:05.498 INFO O| Oct 18 22:50:05.498 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6745 | 2024-10-18T22:50:06.322Z | [ recovery-image] Oct 18 22:50:05.507 INFO O| Oct 18 22:50:05.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6746 | 2024-10-18T22:50:06.324Z | [ recovery-image] Oct 18 22:50:05.508 INFO O| Oct 18 22:50:05.508 INFO STEP 854 (remove_files) COMPLETE |
6747 | 2024-10-18T22:50:06.324Z | [ recovery-image] Oct 18 22:50:05.508 INFO O| Oct 18 22:50:05.508 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6748 | 2024-10-18T22:50:06.332Z | [ recovery-image] Oct 18 22:50:05.517 INFO O| Oct 18 22:50:05.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6749 | 2024-10-18T22:50:06.334Z | [ recovery-image] Oct 18 22:50:05.517 INFO O| Oct 18 22:50:05.517 INFO STEP 855 (remove_files) COMPLETE |
6750 | 2024-10-18T22:50:06.334Z | [ recovery-image] Oct 18 22:50:05.517 INFO O| Oct 18 22:50:05.517 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2024-10-18T22:50:06.342Z | [ recovery-image] Oct 18 22:50:05.527 INFO O| Oct 18 22:50:05.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6752 | 2024-10-18T22:50:06.342Z | [ recovery-image] Oct 18 22:50:05.527 INFO O| Oct 18 22:50:05.527 INFO STEP 856 (remove_files) COMPLETE |
6753 | 2024-10-18T22:50:06.344Z | [ recovery-image] Oct 18 22:50:05.527 INFO O| Oct 18 22:50:05.527 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2024-10-18T22:50:06.352Z | [ recovery-image] Oct 18 22:50:05.537 INFO O| Oct 18 22:50:05.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6755 | 2024-10-18T22:50:06.354Z | [ recovery-image] Oct 18 22:50:05.537 INFO O| Oct 18 22:50:05.537 INFO STEP 857 (remove_files) COMPLETE |
6756 | 2024-10-18T22:50:06.354Z | [ recovery-image] Oct 18 22:50:05.537 INFO O| Oct 18 22:50:05.537 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2024-10-18T22:50:06.361Z | [ recovery-image] Oct 18 22:50:05.547 INFO O| Oct 18 22:50:05.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6758 | 2024-10-18T22:50:06.361Z | [ recovery-image] Oct 18 22:50:05.547 INFO O| Oct 18 22:50:05.547 INFO STEP 858 (remove_files) COMPLETE |
6759 | 2024-10-18T22:50:06.364Z | [ recovery-image] Oct 18 22:50:05.547 INFO O| Oct 18 22:50:05.547 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2024-10-18T22:50:06.371Z | [ recovery-image] Oct 18 22:50:05.557 INFO O| Oct 18 22:50:05.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6761 | 2024-10-18T22:50:06.373Z | [ recovery-image] Oct 18 22:50:05.557 INFO O| Oct 18 22:50:05.557 INFO STEP 859 (remove_files) COMPLETE |
6762 | 2024-10-18T22:50:06.373Z | [ recovery-image] Oct 18 22:50:05.557 INFO O| Oct 18 22:50:05.557 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-10-18T22:50:06.381Z | [ recovery-image] Oct 18 22:50:05.567 INFO O| Oct 18 22:50:05.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6764 | 2024-10-18T22:50:06.381Z | [ recovery-image] Oct 18 22:50:05.567 INFO O| Oct 18 22:50:05.567 INFO STEP 860 (remove_files) COMPLETE |
6765 | 2024-10-18T22:50:06.383Z | [ recovery-image] Oct 18 22:50:05.567 INFO O| Oct 18 22:50:05.567 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-10-18T22:50:06.391Z | [ recovery-image] Oct 18 22:50:05.576 INFO O| Oct 18 22:50:05.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6767 | 2024-10-18T22:50:06.393Z | [ recovery-image] Oct 18 22:50:05.576 INFO O| Oct 18 22:50:05.576 INFO STEP 861 (remove_files) COMPLETE |
6768 | 2024-10-18T22:50:06.393Z | [ recovery-image] Oct 18 22:50:05.576 INFO O| Oct 18 22:50:05.576 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-10-18T22:50:06.401Z | [ recovery-image] Oct 18 22:50:05.586 INFO O| Oct 18 22:50:05.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6770 | 2024-10-18T22:50:06.403Z | [ recovery-image] Oct 18 22:50:05.586 INFO O| Oct 18 22:50:05.586 INFO STEP 862 (remove_files) COMPLETE |
6771 | 2024-10-18T22:50:06.403Z | [ recovery-image] Oct 18 22:50:05.586 INFO O| Oct 18 22:50:05.586 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-10-18T22:50:06.411Z | [ recovery-image] Oct 18 22:50:05.596 INFO O| Oct 18 22:50:05.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6773 | 2024-10-18T22:50:06.413Z | [ recovery-image] Oct 18 22:50:05.596 INFO O| Oct 18 22:50:05.596 INFO STEP 863 (remove_files) COMPLETE |
6774 | 2024-10-18T22:50:06.413Z | [ recovery-image] Oct 18 22:50:05.596 INFO O| Oct 18 22:50:05.596 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-10-18T22:50:06.420Z | [ recovery-image] Oct 18 22:50:05.606 INFO O| Oct 18 22:50:05.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6776 | 2024-10-18T22:50:06.420Z | [ recovery-image] Oct 18 22:50:05.606 INFO O| Oct 18 22:50:05.606 INFO STEP 864 (remove_files) COMPLETE |
6777 | 2024-10-18T22:50:06.422Z | [ recovery-image] Oct 18 22:50:05.606 INFO O| Oct 18 22:50:05.606 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-10-18T22:50:06.430Z | [ recovery-image] Oct 18 22:50:05.615 INFO O| Oct 18 22:50:05.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6779 | 2024-10-18T22:50:06.430Z | [ recovery-image] Oct 18 22:50:05.615 INFO O| Oct 18 22:50:05.615 INFO STEP 865 (remove_files) COMPLETE |
6780 | 2024-10-18T22:50:06.433Z | [ recovery-image] Oct 18 22:50:05.615 INFO O| Oct 18 22:50:05.615 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-10-18T22:50:06.440Z | [ recovery-image] Oct 18 22:50:05.625 INFO O| Oct 18 22:50:05.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6782 | 2024-10-18T22:50:06.440Z | [ recovery-image] Oct 18 22:50:05.625 INFO O| Oct 18 22:50:05.625 INFO STEP 866 (remove_files) COMPLETE |
6783 | 2024-10-18T22:50:06.442Z | [ recovery-image] Oct 18 22:50:05.625 INFO O| Oct 18 22:50:05.625 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2024-10-18T22:50:06.449Z | [ recovery-image] Oct 18 22:50:05.635 INFO O| Oct 18 22:50:05.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6785 | 2024-10-18T22:50:06.449Z | [ recovery-image] Oct 18 22:50:05.635 INFO O| Oct 18 22:50:05.635 INFO STEP 867 (remove_files) COMPLETE |
6786 | 2024-10-18T22:50:06.449Z | [ recovery-image] Oct 18 22:50:05.635 INFO O| Oct 18 22:50:05.635 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2024-10-18T22:50:06.459Z | [ recovery-image] Oct 18 22:50:05.644 INFO O| Oct 18 22:50:05.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6788 | 2024-10-18T22:50:06.459Z | [ recovery-image] Oct 18 22:50:05.644 INFO O| Oct 18 22:50:05.644 INFO STEP 868 (remove_files) COMPLETE |
6789 | 2024-10-18T22:50:06.461Z | [ recovery-image] Oct 18 22:50:05.644 INFO O| Oct 18 22:50:05.644 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2024-10-18T22:50:06.468Z | [ recovery-image] Oct 18 22:50:05.654 INFO O| Oct 18 22:50:05.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6791 | 2024-10-18T22:50:06.471Z | [ recovery-image] Oct 18 22:50:05.654 INFO O| Oct 18 22:50:05.654 INFO STEP 869 (remove_files) COMPLETE |
6792 | 2024-10-18T22:50:06.471Z | [ recovery-image] Oct 18 22:50:05.654 INFO O| Oct 18 22:50:05.654 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2024-10-18T22:50:06.478Z | [ recovery-image] Oct 18 22:50:05.664 INFO O| Oct 18 22:50:05.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6794 | 2024-10-18T22:50:06.481Z | [ recovery-image] Oct 18 22:50:05.664 INFO O| Oct 18 22:50:05.664 INFO STEP 870 (remove_files) COMPLETE |
6795 | 2024-10-18T22:50:06.481Z | [ recovery-image] Oct 18 22:50:05.664 INFO O| Oct 18 22:50:05.664 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-10-18T22:50:06.489Z | [ recovery-image] Oct 18 22:50:05.674 INFO O| Oct 18 22:50:05.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6797 | 2024-10-18T22:50:06.489Z | [ recovery-image] Oct 18 22:50:05.674 INFO O| Oct 18 22:50:05.674 INFO STEP 871 (remove_files) COMPLETE |
6798 | 2024-10-18T22:50:06.489Z | [ recovery-image] Oct 18 22:50:05.674 INFO O| Oct 18 22:50:05.674 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-10-18T22:50:06.499Z | [ recovery-image] Oct 18 22:50:05.684 INFO O| Oct 18 22:50:05.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6800 | 2024-10-18T22:50:06.501Z | [ recovery-image] Oct 18 22:50:05.684 INFO O| Oct 18 22:50:05.684 INFO STEP 872 (remove_files) COMPLETE |
6801 | 2024-10-18T22:50:06.501Z | [ recovery-image] Oct 18 22:50:05.684 INFO O| Oct 18 22:50:05.684 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2024-10-18T22:50:06.508Z | [ recovery-image] Oct 18 22:50:05.694 INFO O| Oct 18 22:50:05.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6803 | 2024-10-18T22:50:06.508Z | [ recovery-image] Oct 18 22:50:05.694 INFO O| Oct 18 22:50:05.694 INFO STEP 873 (remove_files) COMPLETE |
6804 | 2024-10-18T22:50:06.511Z | [ recovery-image] Oct 18 22:50:05.694 INFO O| Oct 18 22:50:05.694 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-10-18T22:50:06.518Z | [ recovery-image] Oct 18 22:50:05.704 INFO O| Oct 18 22:50:05.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6806 | 2024-10-18T22:50:06.520Z | [ recovery-image] Oct 18 22:50:05.704 INFO O| Oct 18 22:50:05.704 INFO STEP 874 (remove_files) COMPLETE |
6807 | 2024-10-18T22:50:06.520Z | [ recovery-image] Oct 18 22:50:05.704 INFO O| Oct 18 22:50:05.704 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-10-18T22:50:06.528Z | [ recovery-image] Oct 18 22:50:05.713 INFO O| Oct 18 22:50:05.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6809 | 2024-10-18T22:50:06.528Z | [ recovery-image] Oct 18 22:50:05.713 INFO O| Oct 18 22:50:05.713 INFO STEP 875 (remove_files) COMPLETE |
6810 | 2024-10-18T22:50:06.528Z | [ recovery-image] Oct 18 22:50:05.713 INFO O| Oct 18 22:50:05.713 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2024-10-18T22:50:06.538Z | [ recovery-image] Oct 18 22:50:05.723 INFO O| Oct 18 22:50:05.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6812 | 2024-10-18T22:50:06.538Z | [ recovery-image] Oct 18 22:50:05.723 INFO O| Oct 18 22:50:05.723 INFO STEP 876 (remove_files) COMPLETE |
6813 | 2024-10-18T22:50:06.538Z | [ recovery-image] Oct 18 22:50:05.723 INFO O| Oct 18 22:50:05.723 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2024-10-18T22:50:06.548Z | [ recovery-image] Oct 18 22:50:05.733 INFO O| Oct 18 22:50:05.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6815 | 2024-10-18T22:50:06.548Z | [ recovery-image] Oct 18 22:50:05.733 INFO O| Oct 18 22:50:05.733 INFO STEP 877 (remove_files) COMPLETE |
6816 | 2024-10-18T22:50:06.550Z | [ recovery-image] Oct 18 22:50:05.733 INFO O| Oct 18 22:50:05.733 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6817 | 2024-10-18T22:50:06.558Z | [ recovery-image] Oct 18 22:50:05.743 INFO O| Oct 18 22:50:05.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6818 | 2024-10-18T22:50:06.558Z | [ recovery-image] Oct 18 22:50:05.743 INFO O| Oct 18 22:50:05.743 INFO STEP 878 (remove_files) COMPLETE |
6819 | 2024-10-18T22:50:06.558Z | [ recovery-image] Oct 18 22:50:05.743 INFO O| Oct 18 22:50:05.743 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6820 | 2024-10-18T22:50:06.567Z | [ recovery-image] Oct 18 22:50:05.753 INFO O| Oct 18 22:50:05.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6821 | 2024-10-18T22:50:06.569Z | [ recovery-image] Oct 18 22:50:05.753 INFO O| Oct 18 22:50:05.753 INFO STEP 879 (remove_files) COMPLETE |
6822 | 2024-10-18T22:50:06.569Z | [ recovery-image] Oct 18 22:50:05.753 INFO O| Oct 18 22:50:05.753 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6823 | 2024-10-18T22:50:06.577Z | [ recovery-image] Oct 18 22:50:05.762 INFO O| Oct 18 22:50:05.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6824 | 2024-10-18T22:50:06.579Z | [ recovery-image] Oct 18 22:50:05.763 INFO O| Oct 18 22:50:05.762 INFO STEP 880 (remove_files) COMPLETE |
6825 | 2024-10-18T22:50:06.579Z | [ recovery-image] Oct 18 22:50:05.763 INFO O| Oct 18 22:50:05.762 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6826 | 2024-10-18T22:50:06.587Z | [ recovery-image] Oct 18 22:50:05.772 INFO O| Oct 18 22:50:05.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6827 | 2024-10-18T22:50:06.589Z | [ recovery-image] Oct 18 22:50:05.772 INFO O| Oct 18 22:50:05.772 INFO STEP 881 (remove_files) COMPLETE |
6828 | 2024-10-18T22:50:06.589Z | [ recovery-image] Oct 18 22:50:05.772 INFO O| Oct 18 22:50:05.772 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6829 | 2024-10-18T22:50:06.597Z | [ recovery-image] Oct 18 22:50:05.782 INFO O| Oct 18 22:50:05.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6830 | 2024-10-18T22:50:06.597Z | [ recovery-image] Oct 18 22:50:05.782 INFO O| Oct 18 22:50:05.782 INFO STEP 882 (remove_files) COMPLETE |
6831 | 2024-10-18T22:50:06.600Z | [ recovery-image] Oct 18 22:50:05.782 INFO O| Oct 18 22:50:05.782 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6832 | 2024-10-18T22:50:06.606Z | [ recovery-image] Oct 18 22:50:05.792 INFO O| Oct 18 22:50:05.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6833 | 2024-10-18T22:50:06.608Z | [ recovery-image] Oct 18 22:50:05.792 INFO O| Oct 18 22:50:05.792 INFO STEP 883 (remove_files) COMPLETE |
6834 | 2024-10-18T22:50:06.608Z | [ recovery-image] Oct 18 22:50:05.792 INFO O| Oct 18 22:50:05.792 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6835 | 2024-10-18T22:50:06.616Z | [ recovery-image] Oct 18 22:50:05.801 INFO O| Oct 18 22:50:05.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6836 | 2024-10-18T22:50:06.616Z | [ recovery-image] Oct 18 22:50:05.801 INFO O| Oct 18 22:50:05.801 INFO STEP 884 (remove_files) COMPLETE |
6837 | 2024-10-18T22:50:06.616Z | [ recovery-image] Oct 18 22:50:05.801 INFO O| Oct 18 22:50:05.801 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6838 | 2024-10-18T22:50:06.626Z | [ recovery-image] Oct 18 22:50:05.811 INFO O| Oct 18 22:50:05.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6839 | 2024-10-18T22:50:06.626Z | [ recovery-image] Oct 18 22:50:05.811 INFO O| Oct 18 22:50:05.811 INFO STEP 885 (remove_files) COMPLETE |
6840 | 2024-10-18T22:50:06.628Z | [ recovery-image] Oct 18 22:50:05.811 INFO O| Oct 18 22:50:05.811 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6841 | 2024-10-18T22:50:06.635Z | [ recovery-image] Oct 18 22:50:05.821 INFO O| Oct 18 22:50:05.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6842 | 2024-10-18T22:50:06.635Z | [ recovery-image] Oct 18 22:50:05.821 INFO O| Oct 18 22:50:05.821 INFO STEP 886 (remove_files) COMPLETE |
6843 | 2024-10-18T22:50:06.635Z | [ recovery-image] Oct 18 22:50:05.821 INFO O| Oct 18 22:50:05.821 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6844 | 2024-10-18T22:50:06.645Z | [ recovery-image] Oct 18 22:50:05.830 INFO O| Oct 18 22:50:05.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6845 | 2024-10-18T22:50:06.647Z | [ recovery-image] Oct 18 22:50:05.830 INFO O| Oct 18 22:50:05.830 INFO STEP 887 (remove_files) COMPLETE |
6846 | 2024-10-18T22:50:06.647Z | [ recovery-image] Oct 18 22:50:05.830 INFO O| Oct 18 22:50:05.830 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6847 | 2024-10-18T22:50:06.654Z | [ recovery-image] Oct 18 22:50:05.840 INFO O| Oct 18 22:50:05.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6848 | 2024-10-18T22:50:06.654Z | [ recovery-image] Oct 18 22:50:05.840 INFO O| Oct 18 22:50:05.840 INFO STEP 888 (remove_files) COMPLETE |
6849 | 2024-10-18T22:50:06.657Z | [ recovery-image] Oct 18 22:50:05.840 INFO O| Oct 18 22:50:05.840 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6850 | 2024-10-18T22:50:06.664Z | [ recovery-image] Oct 18 22:50:05.849 INFO O| Oct 18 22:50:05.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6851 | 2024-10-18T22:50:06.666Z | [ recovery-image] Oct 18 22:50:05.849 INFO O| Oct 18 22:50:05.849 INFO STEP 889 (remove_files) COMPLETE |
6852 | 2024-10-18T22:50:06.666Z | [ recovery-image] Oct 18 22:50:05.849 INFO O| Oct 18 22:50:05.849 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6853 | 2024-10-18T22:50:06.673Z | [ recovery-image] Oct 18 22:50:05.859 INFO O| Oct 18 22:50:05.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6854 | 2024-10-18T22:50:06.673Z | [ recovery-image] Oct 18 22:50:05.859 INFO O| Oct 18 22:50:05.859 INFO STEP 890 (remove_files) COMPLETE |
6855 | 2024-10-18T22:50:06.673Z | [ recovery-image] Oct 18 22:50:05.859 INFO O| Oct 18 22:50:05.859 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6856 | 2024-10-18T22:50:06.683Z | [ recovery-image] Oct 18 22:50:05.869 INFO O| Oct 18 22:50:05.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6857 | 2024-10-18T22:50:06.683Z | [ recovery-image] Oct 18 22:50:05.869 INFO O| Oct 18 22:50:05.869 INFO STEP 891 (remove_files) COMPLETE |
6858 | 2024-10-18T22:50:06.683Z | [ recovery-image] Oct 18 22:50:05.869 INFO O| Oct 18 22:50:05.869 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6859 | 2024-10-18T22:50:06.694Z | [ recovery-image] Oct 18 22:50:05.878 INFO O| Oct 18 22:50:05.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6860 | 2024-10-18T22:50:06.694Z | [ recovery-image] Oct 18 22:50:05.878 INFO O| Oct 18 22:50:05.878 INFO STEP 892 (remove_files) COMPLETE |
6861 | 2024-10-18T22:50:06.697Z | [ recovery-image] Oct 18 22:50:05.879 INFO O| Oct 18 22:50:05.878 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6862 | 2024-10-18T22:50:06.702Z | [ recovery-image] Oct 18 22:50:05.888 INFO O| Oct 18 22:50:05.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6863 | 2024-10-18T22:50:06.702Z | [ recovery-image] Oct 18 22:50:05.888 INFO O| Oct 18 22:50:05.888 INFO STEP 893 (remove_files) COMPLETE |
6864 | 2024-10-18T22:50:06.704Z | [ recovery-image] Oct 18 22:50:05.888 INFO O| Oct 18 22:50:05.888 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6865 | 2024-10-18T22:50:06.712Z | [ recovery-image] Oct 18 22:50:05.897 INFO O| Oct 18 22:50:05.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6866 | 2024-10-18T22:50:06.712Z | [ recovery-image] Oct 18 22:50:05.898 INFO O| Oct 18 22:50:05.897 INFO STEP 894 (remove_files) COMPLETE |
6867 | 2024-10-18T22:50:06.712Z | [ recovery-image] Oct 18 22:50:05.898 INFO O| Oct 18 22:50:05.897 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6868 | 2024-10-18T22:50:06.721Z | [ recovery-image] Oct 18 22:50:05.907 INFO O| Oct 18 22:50:05.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6869 | 2024-10-18T22:50:06.723Z | [ recovery-image] Oct 18 22:50:05.907 INFO O| Oct 18 22:50:05.907 INFO STEP 895 (remove_files) COMPLETE |
6870 | 2024-10-18T22:50:06.723Z | [ recovery-image] Oct 18 22:50:05.907 INFO O| Oct 18 22:50:05.907 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6871 | 2024-10-18T22:50:06.731Z | [ recovery-image] Oct 18 22:50:05.916 INFO O| Oct 18 22:50:05.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6872 | 2024-10-18T22:50:06.738Z | [ recovery-image] Oct 18 22:50:05.916 INFO O| Oct 18 22:50:05.916 INFO STEP 896 (remove_files) COMPLETE |
6873 | 2024-10-18T22:50:06.738Z | [ recovery-image] Oct 18 22:50:05.916 INFO O| Oct 18 22:50:05.916 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6874 | 2024-10-18T22:50:06.744Z | [ recovery-image] Oct 18 22:50:05.926 INFO O| Oct 18 22:50:05.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6875 | 2024-10-18T22:50:06.744Z | [ recovery-image] Oct 18 22:50:05.926 INFO O| Oct 18 22:50:05.926 INFO STEP 897 (remove_files) COMPLETE |
6876 | 2024-10-18T22:50:06.745Z | [ recovery-image] Oct 18 22:50:05.926 INFO O| Oct 18 22:50:05.926 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6877 | 2024-10-18T22:50:06.750Z | [ recovery-image] Oct 18 22:50:05.936 INFO O| Oct 18 22:50:05.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6878 | 2024-10-18T22:50:06.750Z | [ recovery-image] Oct 18 22:50:05.936 INFO O| Oct 18 22:50:05.936 INFO STEP 898 (remove_files) COMPLETE |
6879 | 2024-10-18T22:50:06.752Z | [ recovery-image] Oct 18 22:50:05.936 INFO O| Oct 18 22:50:05.936 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6880 | 2024-10-18T22:50:06.760Z | [ recovery-image] Oct 18 22:50:05.945 INFO O| Oct 18 22:50:05.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6881 | 2024-10-18T22:50:06.763Z | [ recovery-image] Oct 18 22:50:05.946 INFO O| Oct 18 22:50:05.946 INFO STEP 899 (remove_files) COMPLETE |
6882 | 2024-10-18T22:50:06.763Z | [ recovery-image] Oct 18 22:50:05.946 INFO O| Oct 18 22:50:05.946 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6883 | 2024-10-18T22:50:06.770Z | [ recovery-image] Oct 18 22:50:05.955 INFO O| Oct 18 22:50:05.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6884 | 2024-10-18T22:50:06.770Z | [ recovery-image] Oct 18 22:50:05.955 INFO O| Oct 18 22:50:05.955 INFO STEP 900 (remove_files) COMPLETE |
6885 | 2024-10-18T22:50:06.770Z | [ recovery-image] Oct 18 22:50:05.955 INFO O| Oct 18 22:50:05.955 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6886 | 2024-10-18T22:50:06.779Z | [ recovery-image] Oct 18 22:50:05.965 INFO O| Oct 18 22:50:05.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6887 | 2024-10-18T22:50:06.779Z | [ recovery-image] Oct 18 22:50:05.965 INFO O| Oct 18 22:50:05.965 INFO STEP 901 (remove_files) COMPLETE |
6888 | 2024-10-18T22:50:06.781Z | [ recovery-image] Oct 18 22:50:05.965 INFO O| Oct 18 22:50:05.965 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6889 | 2024-10-18T22:50:06.789Z | [ recovery-image] Oct 18 22:50:05.975 INFO O| Oct 18 22:50:05.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6890 | 2024-10-18T22:50:06.789Z | [ recovery-image] Oct 18 22:50:05.975 INFO O| Oct 18 22:50:05.975 INFO STEP 902 (remove_files) COMPLETE |
6891 | 2024-10-18T22:50:06.789Z | [ recovery-image] Oct 18 22:50:05.975 INFO O| Oct 18 22:50:05.975 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6892 | 2024-10-18T22:50:06.799Z | [ recovery-image] Oct 18 22:50:05.984 INFO O| Oct 18 22:50:05.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6893 | 2024-10-18T22:50:06.801Z | [ recovery-image] Oct 18 22:50:05.984 INFO O| Oct 18 22:50:05.984 INFO STEP 903 (remove_files) COMPLETE |
6894 | 2024-10-18T22:50:06.801Z | [ recovery-image] Oct 18 22:50:05.984 INFO O| Oct 18 22:50:05.984 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6895 | 2024-10-18T22:50:06.808Z | [ recovery-image] Oct 18 22:50:05.994 INFO O| Oct 18 22:50:05.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6896 | 2024-10-18T22:50:06.811Z | [ recovery-image] Oct 18 22:50:05.994 INFO O| Oct 18 22:50:05.994 INFO STEP 904 (remove_files) COMPLETE |
6897 | 2024-10-18T22:50:06.811Z | [ recovery-image] Oct 18 22:50:05.994 INFO O| Oct 18 22:50:05.994 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6898 | 2024-10-18T22:50:06.819Z | [ recovery-image] Oct 18 22:50:06.004 INFO O| Oct 18 22:50:06.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6899 | 2024-10-18T22:50:06.819Z | [ recovery-image] Oct 18 22:50:06.004 INFO O| Oct 18 22:50:06.004 INFO STEP 905 (remove_files) COMPLETE |
6900 | 2024-10-18T22:50:06.821Z | [ recovery-image] Oct 18 22:50:06.004 INFO O| Oct 18 22:50:06.004 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6901 | 2024-10-18T22:50:06.828Z | [ recovery-image] Oct 18 22:50:06.014 INFO O| Oct 18 22:50:06.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6902 | 2024-10-18T22:50:06.828Z | [ recovery-image] Oct 18 22:50:06.014 INFO O| Oct 18 22:50:06.014 INFO STEP 906 (remove_files) COMPLETE |
6903 | 2024-10-18T22:50:06.828Z | [ recovery-image] Oct 18 22:50:06.014 INFO O| Oct 18 22:50:06.014 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2024-10-18T22:50:06.838Z | [ recovery-image] Oct 18 22:50:06.023 INFO O| Oct 18 22:50:06.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6905 | 2024-10-18T22:50:06.841Z | [ recovery-image] Oct 18 22:50:06.023 INFO O| Oct 18 22:50:06.023 INFO STEP 907 (remove_files) COMPLETE |
6906 | 2024-10-18T22:50:06.841Z | [ recovery-image] Oct 18 22:50:06.023 INFO O| Oct 18 22:50:06.023 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2024-10-18T22:50:06.848Z | [ recovery-image] Oct 18 22:50:06.033 INFO O| Oct 18 22:50:06.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6908 | 2024-10-18T22:50:06.850Z | [ recovery-image] Oct 18 22:50:06.033 INFO O| Oct 18 22:50:06.033 INFO STEP 908 (remove_files) COMPLETE |
6909 | 2024-10-18T22:50:06.850Z | [ recovery-image] Oct 18 22:50:06.033 INFO O| Oct 18 22:50:06.033 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2024-10-18T22:50:06.857Z | [ recovery-image] Oct 18 22:50:06.042 INFO O| Oct 18 22:50:06.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6911 | 2024-10-18T22:50:06.859Z | [ recovery-image] Oct 18 22:50:06.042 INFO O| Oct 18 22:50:06.042 INFO STEP 909 (remove_files) COMPLETE |
6912 | 2024-10-18T22:50:06.859Z | [ recovery-image] Oct 18 22:50:06.042 INFO O| Oct 18 22:50:06.042 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2024-10-18T22:50:06.866Z | [ recovery-image] Oct 18 22:50:06.052 INFO O| Oct 18 22:50:06.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6914 | 2024-10-18T22:50:06.866Z | [ recovery-image] Oct 18 22:50:06.052 INFO O| Oct 18 22:50:06.052 INFO STEP 910 (remove_files) COMPLETE |
6915 | 2024-10-18T22:50:06.866Z | [ recovery-image] Oct 18 22:50:06.052 INFO O| Oct 18 22:50:06.052 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6916 | 2024-10-18T22:50:06.876Z | [ recovery-image] Oct 18 22:50:06.061 INFO O| Oct 18 22:50:06.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6917 | 2024-10-18T22:50:06.876Z | [ recovery-image] Oct 18 22:50:06.061 INFO O| Oct 18 22:50:06.061 INFO STEP 911 (remove_files) COMPLETE |
6918 | 2024-10-18T22:50:06.876Z | [ recovery-image] Oct 18 22:50:06.061 INFO O| Oct 18 22:50:06.061 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6919 | 2024-10-18T22:50:06.885Z | [ recovery-image] Oct 18 22:50:06.071 INFO O| Oct 18 22:50:06.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6920 | 2024-10-18T22:50:06.885Z | [ recovery-image] Oct 18 22:50:06.071 INFO O| Oct 18 22:50:06.071 INFO STEP 912 (remove_files) COMPLETE |
6921 | 2024-10-18T22:50:06.885Z | [ recovery-image] Oct 18 22:50:06.071 INFO O| Oct 18 22:50:06.071 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2024-10-18T22:50:06.895Z | [ recovery-image] Oct 18 22:50:06.080 INFO O| Oct 18 22:50:06.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6923 | 2024-10-18T22:50:06.895Z | [ recovery-image] Oct 18 22:50:06.080 INFO O| Oct 18 22:50:06.080 INFO STEP 913 (remove_files) COMPLETE |
6924 | 2024-10-18T22:50:06.897Z | [ recovery-image] Oct 18 22:50:06.080 INFO O| Oct 18 22:50:06.080 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2024-10-18T22:50:06.905Z | [ recovery-image] Oct 18 22:50:06.090 INFO O| Oct 18 22:50:06.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6926 | 2024-10-18T22:50:06.905Z | [ recovery-image] Oct 18 22:50:06.090 INFO O| Oct 18 22:50:06.090 INFO STEP 914 (remove_files) COMPLETE |
6927 | 2024-10-18T22:50:06.907Z | [ recovery-image] Oct 18 22:50:06.090 INFO O| Oct 18 22:50:06.090 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2024-10-18T22:50:06.914Z | [ recovery-image] Oct 18 22:50:06.099 INFO O| Oct 18 22:50:06.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6929 | 2024-10-18T22:50:06.914Z | [ recovery-image] Oct 18 22:50:06.099 INFO O| Oct 18 22:50:06.099 INFO STEP 915 (remove_files) COMPLETE |
6930 | 2024-10-18T22:50:06.914Z | [ recovery-image] Oct 18 22:50:06.099 INFO O| Oct 18 22:50:06.099 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6931 | 2024-10-18T22:50:06.924Z | [ recovery-image] Oct 18 22:50:06.109 INFO O| Oct 18 22:50:06.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6932 | 2024-10-18T22:50:06.924Z | [ recovery-image] Oct 18 22:50:06.109 INFO O| Oct 18 22:50:06.109 INFO STEP 916 (remove_files) COMPLETE |
6933 | 2024-10-18T22:50:06.926Z | [ recovery-image] Oct 18 22:50:06.109 INFO O| Oct 18 22:50:06.109 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6934 | 2024-10-18T22:50:06.934Z | [ recovery-image] Oct 18 22:50:06.119 INFO O| Oct 18 22:50:06.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6935 | 2024-10-18T22:50:06.934Z | [ recovery-image] Oct 18 22:50:06.119 INFO O| Oct 18 22:50:06.119 INFO STEP 917 (remove_files) COMPLETE |
6936 | 2024-10-18T22:50:06.936Z | [ recovery-image] Oct 18 22:50:06.119 INFO O| Oct 18 22:50:06.119 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6937 | 2024-10-18T22:50:06.943Z | [ recovery-image] Oct 18 22:50:06.129 INFO O| Oct 18 22:50:06.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6938 | 2024-10-18T22:50:06.946Z | [ recovery-image] Oct 18 22:50:06.129 INFO O| Oct 18 22:50:06.129 INFO STEP 918 (remove_files) COMPLETE |
6939 | 2024-10-18T22:50:06.946Z | [ recovery-image] Oct 18 22:50:06.129 INFO O| Oct 18 22:50:06.129 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6940 | 2024-10-18T22:50:06.953Z | [ recovery-image] Oct 18 22:50:06.138 INFO O| Oct 18 22:50:06.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6941 | 2024-10-18T22:50:06.953Z | [ recovery-image] Oct 18 22:50:06.138 INFO O| Oct 18 22:50:06.138 INFO STEP 919 (remove_files) COMPLETE |
6942 | 2024-10-18T22:50:06.955Z | [ recovery-image] Oct 18 22:50:06.138 INFO O| Oct 18 22:50:06.138 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6943 | 2024-10-18T22:50:06.962Z | [ recovery-image] Oct 18 22:50:06.148 INFO O| Oct 18 22:50:06.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6944 | 2024-10-18T22:50:06.963Z | [ recovery-image] Oct 18 22:50:06.148 INFO O| Oct 18 22:50:06.148 INFO STEP 920 (remove_files) COMPLETE |
6945 | 2024-10-18T22:50:06.963Z | [ recovery-image] Oct 18 22:50:06.148 INFO O| Oct 18 22:50:06.148 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6946 | 2024-10-18T22:50:06.973Z | [ recovery-image] Oct 18 22:50:06.158 INFO O| Oct 18 22:50:06.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6947 | 2024-10-18T22:50:06.973Z | [ recovery-image] Oct 18 22:50:06.158 INFO O| Oct 18 22:50:06.158 INFO STEP 921 (remove_files) COMPLETE |
6948 | 2024-10-18T22:50:06.975Z | [ recovery-image] Oct 18 22:50:06.158 INFO O| Oct 18 22:50:06.158 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6949 | 2024-10-18T22:50:06.983Z | [ recovery-image] Oct 18 22:50:06.168 INFO O| Oct 18 22:50:06.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6950 | 2024-10-18T22:50:06.985Z | [ recovery-image] Oct 18 22:50:06.168 INFO O| Oct 18 22:50:06.168 INFO STEP 922 (remove_files) COMPLETE |
6951 | 2024-10-18T22:50:06.985Z | [ recovery-image] Oct 18 22:50:06.168 INFO O| Oct 18 22:50:06.168 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6952 | 2024-10-18T22:50:06.992Z | [ recovery-image] Oct 18 22:50:06.178 INFO O| Oct 18 22:50:06.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6953 | 2024-10-18T22:50:06.992Z | [ recovery-image] Oct 18 22:50:06.178 INFO O| Oct 18 22:50:06.178 INFO STEP 923 (remove_files) COMPLETE |
6954 | 2024-10-18T22:50:06.995Z | [ recovery-image] Oct 18 22:50:06.178 INFO O| Oct 18 22:50:06.178 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6955 | 2024-10-18T22:50:07.002Z | [ recovery-image] Oct 18 22:50:06.187 INFO O| Oct 18 22:50:06.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6956 | 2024-10-18T22:50:07.002Z | [ recovery-image] Oct 18 22:50:06.187 INFO O| Oct 18 22:50:06.187 INFO STEP 924 (remove_files) COMPLETE |
6957 | 2024-10-18T22:50:07.004Z | [ recovery-image] Oct 18 22:50:06.188 INFO O| Oct 18 22:50:06.187 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2024-10-18T22:50:07.012Z | [ recovery-image] Oct 18 22:50:06.197 INFO O| Oct 18 22:50:06.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6959 | 2024-10-18T22:50:07.014Z | [ recovery-image] Oct 18 22:50:06.197 INFO O| Oct 18 22:50:06.197 INFO STEP 925 (remove_files) COMPLETE |
6960 | 2024-10-18T22:50:07.014Z | [ recovery-image] Oct 18 22:50:06.197 INFO O| Oct 18 22:50:06.197 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2024-10-18T22:50:07.022Z | [ recovery-image] Oct 18 22:50:06.207 INFO O| Oct 18 22:50:06.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6962 | 2024-10-18T22:50:07.022Z | [ recovery-image] Oct 18 22:50:06.207 INFO O| Oct 18 22:50:06.207 INFO STEP 926 (remove_files) COMPLETE |
6963 | 2024-10-18T22:50:07.024Z | [ recovery-image] Oct 18 22:50:06.207 INFO O| Oct 18 22:50:06.207 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2024-10-18T22:50:07.031Z | [ recovery-image] Oct 18 22:50:06.217 INFO O| Oct 18 22:50:06.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6965 | 2024-10-18T22:50:07.034Z | [ recovery-image] Oct 18 22:50:06.217 INFO O| Oct 18 22:50:06.217 INFO STEP 927 (remove_files) COMPLETE |
6966 | 2024-10-18T22:50:07.034Z | [ recovery-image] Oct 18 22:50:06.217 INFO O| Oct 18 22:50:06.217 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6967 | 2024-10-18T22:50:07.041Z | [ recovery-image] Oct 18 22:50:06.226 INFO O| Oct 18 22:50:06.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6968 | 2024-10-18T22:50:07.043Z | [ recovery-image] Oct 18 22:50:06.226 INFO O| Oct 18 22:50:06.226 INFO STEP 928 (remove_files) COMPLETE |
6969 | 2024-10-18T22:50:07.043Z | [ recovery-image] Oct 18 22:50:06.226 INFO O| Oct 18 22:50:06.226 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6970 | 2024-10-18T22:50:07.051Z | [ recovery-image] Oct 18 22:50:06.236 INFO O| Oct 18 22:50:06.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6971 | 2024-10-18T22:50:07.053Z | [ recovery-image] Oct 18 22:50:06.236 INFO O| Oct 18 22:50:06.236 INFO STEP 929 (remove_files) COMPLETE |
6972 | 2024-10-18T22:50:07.053Z | [ recovery-image] Oct 18 22:50:06.236 INFO O| Oct 18 22:50:06.236 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6973 | 2024-10-18T22:50:07.060Z | [ recovery-image] Oct 18 22:50:06.246 INFO O| Oct 18 22:50:06.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6974 | 2024-10-18T22:50:07.060Z | [ recovery-image] Oct 18 22:50:06.246 INFO O| Oct 18 22:50:06.246 INFO STEP 930 (remove_files) COMPLETE |
6975 | 2024-10-18T22:50:07.060Z | [ recovery-image] Oct 18 22:50:06.246 INFO O| Oct 18 22:50:06.246 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6976 | 2024-10-18T22:50:07.070Z | [ recovery-image] Oct 18 22:50:06.255 INFO O| Oct 18 22:50:06.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6977 | 2024-10-18T22:50:07.070Z | [ recovery-image] Oct 18 22:50:06.255 INFO O| Oct 18 22:50:06.255 INFO STEP 931 (remove_files) COMPLETE |
6978 | 2024-10-18T22:50:07.072Z | [ recovery-image] Oct 18 22:50:06.255 INFO O| Oct 18 22:50:06.255 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6979 | 2024-10-18T22:50:07.079Z | [ recovery-image] Oct 18 22:50:06.265 INFO O| Oct 18 22:50:06.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6980 | 2024-10-18T22:50:07.081Z | [ recovery-image] Oct 18 22:50:06.265 INFO O| Oct 18 22:50:06.265 INFO STEP 932 (remove_files) COMPLETE |
6981 | 2024-10-18T22:50:07.081Z | [ recovery-image] Oct 18 22:50:06.265 INFO O| Oct 18 22:50:06.265 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6982 | 2024-10-18T22:50:07.089Z | [ recovery-image] Oct 18 22:50:06.274 INFO O| Oct 18 22:50:06.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6983 | 2024-10-18T22:50:07.089Z | [ recovery-image] Oct 18 22:50:06.274 INFO O| Oct 18 22:50:06.274 INFO STEP 933 (remove_files) COMPLETE |
6984 | 2024-10-18T22:50:07.091Z | [ recovery-image] Oct 18 22:50:06.274 INFO O| Oct 18 22:50:06.274 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6985 | 2024-10-18T22:50:07.099Z | [ recovery-image] Oct 18 22:50:06.284 INFO O| Oct 18 22:50:06.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6986 | 2024-10-18T22:50:07.099Z | [ recovery-image] Oct 18 22:50:06.284 INFO O| Oct 18 22:50:06.284 INFO STEP 934 (remove_files) COMPLETE |
6987 | 2024-10-18T22:50:07.099Z | [ recovery-image] Oct 18 22:50:06.284 INFO O| Oct 18 22:50:06.284 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6988 | 2024-10-18T22:50:07.109Z | [ recovery-image] Oct 18 22:50:06.294 INFO O| Oct 18 22:50:06.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6989 | 2024-10-18T22:50:07.109Z | [ recovery-image] Oct 18 22:50:06.294 INFO O| Oct 18 22:50:06.294 INFO STEP 935 (remove_files) COMPLETE |
6990 | 2024-10-18T22:50:07.111Z | [ recovery-image] Oct 18 22:50:06.294 INFO O| Oct 18 22:50:06.294 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6991 | 2024-10-18T22:50:07.118Z | [ recovery-image] Oct 18 22:50:06.304 INFO O| Oct 18 22:50:06.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6992 | 2024-10-18T22:50:07.118Z | [ recovery-image] Oct 18 22:50:06.304 INFO O| Oct 18 22:50:06.304 INFO STEP 936 (remove_files) COMPLETE |
6993 | 2024-10-18T22:50:07.118Z | [ recovery-image] Oct 18 22:50:06.304 INFO O| Oct 18 22:50:06.304 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6994 | 2024-10-18T22:50:07.128Z | [ recovery-image] Oct 18 22:50:06.313 INFO O| Oct 18 22:50:06.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6995 | 2024-10-18T22:50:07.128Z | [ recovery-image] Oct 18 22:50:06.313 INFO O| Oct 18 22:50:06.313 INFO STEP 937 (remove_files) COMPLETE |
6996 | 2024-10-18T22:50:07.128Z | [ recovery-image] Oct 18 22:50:06.313 INFO O| Oct 18 22:50:06.313 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6997 | 2024-10-18T22:50:07.138Z | [ recovery-image] Oct 18 22:50:06.323 INFO O| Oct 18 22:50:06.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6998 | 2024-10-18T22:50:07.140Z | [ recovery-image] Oct 18 22:50:06.323 INFO O| Oct 18 22:50:06.323 INFO STEP 938 (remove_files) COMPLETE |
6999 | 2024-10-18T22:50:07.140Z | [ recovery-image] Oct 18 22:50:06.323 INFO O| Oct 18 22:50:06.323 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7000 | 2024-10-18T22:50:07.147Z | [ recovery-image] Oct 18 22:50:06.333 INFO O| Oct 18 22:50:06.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7001 | 2024-10-18T22:50:07.149Z | [ recovery-image] Oct 18 22:50:06.333 INFO O| Oct 18 22:50:06.333 INFO STEP 939 (remove_files) COMPLETE |
7002 | 2024-10-18T22:50:07.149Z | [ recovery-image] Oct 18 22:50:06.333 INFO O| Oct 18 22:50:06.333 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7003 | 2024-10-18T22:50:07.157Z | [ recovery-image] Oct 18 22:50:06.342 INFO O| Oct 18 22:50:06.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7004 | 2024-10-18T22:50:07.157Z | [ recovery-image] Oct 18 22:50:06.342 INFO O| Oct 18 22:50:06.342 INFO STEP 940 (remove_files) COMPLETE |
7005 | 2024-10-18T22:50:07.157Z | [ recovery-image] Oct 18 22:50:06.342 INFO O| Oct 18 22:50:06.342 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7006 | 2024-10-18T22:50:07.166Z | [ recovery-image] Oct 18 22:50:06.351 INFO O| Oct 18 22:50:06.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7007 | 2024-10-18T22:50:07.166Z | [ recovery-image] Oct 18 22:50:06.351 INFO O| Oct 18 22:50:06.351 INFO STEP 941 (remove_files) COMPLETE |
7008 | 2024-10-18T22:50:07.166Z | [ recovery-image] Oct 18 22:50:06.351 INFO O| Oct 18 22:50:06.351 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7009 | 2024-10-18T22:50:07.176Z | [ recovery-image] Oct 18 22:50:06.361 INFO O| Oct 18 22:50:06.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7010 | 2024-10-18T22:50:07.176Z | [ recovery-image] Oct 18 22:50:06.361 INFO O| Oct 18 22:50:06.361 INFO STEP 942 (remove_files) COMPLETE |
7011 | 2024-10-18T22:50:07.176Z | [ recovery-image] Oct 18 22:50:06.361 INFO O| Oct 18 22:50:06.361 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7012 | 2024-10-18T22:50:07.186Z | [ recovery-image] Oct 18 22:50:06.371 INFO O| Oct 18 22:50:06.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7013 | 2024-10-18T22:50:07.186Z | [ recovery-image] Oct 18 22:50:06.371 INFO O| Oct 18 22:50:06.371 INFO STEP 943 (remove_files) COMPLETE |
7014 | 2024-10-18T22:50:07.186Z | [ recovery-image] Oct 18 22:50:06.371 INFO O| Oct 18 22:50:06.371 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7015 | 2024-10-18T22:50:07.195Z | [ recovery-image] Oct 18 22:50:06.381 INFO O| Oct 18 22:50:06.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7016 | 2024-10-18T22:50:07.195Z | [ recovery-image] Oct 18 22:50:06.381 INFO O| Oct 18 22:50:06.381 INFO STEP 944 (remove_files) COMPLETE |
7017 | 2024-10-18T22:50:07.198Z | [ recovery-image] Oct 18 22:50:06.381 INFO O| Oct 18 22:50:06.381 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7018 | 2024-10-18T22:50:07.205Z | [ recovery-image] Oct 18 22:50:06.390 INFO O| Oct 18 22:50:06.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7019 | 2024-10-18T22:50:07.205Z | [ recovery-image] Oct 18 22:50:06.390 INFO O| Oct 18 22:50:06.390 INFO STEP 945 (remove_files) COMPLETE |
7020 | 2024-10-18T22:50:07.207Z | [ recovery-image] Oct 18 22:50:06.390 INFO O| Oct 18 22:50:06.390 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7021 | 2024-10-18T22:50:07.214Z | [ recovery-image] Oct 18 22:50:06.400 INFO O| Oct 18 22:50:06.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7022 | 2024-10-18T22:50:07.215Z | [ recovery-image] Oct 18 22:50:06.400 INFO O| Oct 18 22:50:06.400 INFO STEP 946 (remove_files) COMPLETE |
7023 | 2024-10-18T22:50:07.217Z | [ recovery-image] Oct 18 22:50:06.400 INFO O| Oct 18 22:50:06.400 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7024 | 2024-10-18T22:50:07.224Z | [ recovery-image] Oct 18 22:50:06.410 INFO O| Oct 18 22:50:06.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7025 | 2024-10-18T22:50:07.224Z | [ recovery-image] Oct 18 22:50:06.410 INFO O| Oct 18 22:50:06.410 INFO STEP 947 (remove_files) COMPLETE |
7026 | 2024-10-18T22:50:07.226Z | [ recovery-image] Oct 18 22:50:06.410 INFO O| Oct 18 22:50:06.410 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7027 | 2024-10-18T22:50:07.234Z | [ recovery-image] Oct 18 22:50:06.419 INFO O| Oct 18 22:50:06.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7028 | 2024-10-18T22:50:07.236Z | [ recovery-image] Oct 18 22:50:06.419 INFO O| Oct 18 22:50:06.419 INFO STEP 948 (remove_files) COMPLETE |
7029 | 2024-10-18T22:50:07.236Z | [ recovery-image] Oct 18 22:50:06.419 INFO O| Oct 18 22:50:06.419 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7030 | 2024-10-18T22:50:07.243Z | [ recovery-image] Oct 18 22:50:06.429 INFO O| Oct 18 22:50:06.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7031 | 2024-10-18T22:50:07.243Z | [ recovery-image] Oct 18 22:50:06.429 INFO O| Oct 18 22:50:06.429 INFO STEP 949 (remove_files) COMPLETE |
7032 | 2024-10-18T22:50:07.243Z | [ recovery-image] Oct 18 22:50:06.429 INFO O| Oct 18 22:50:06.429 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7033 | 2024-10-18T22:50:07.253Z | [ recovery-image] Oct 18 22:50:06.438 INFO O| Oct 18 22:50:06.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7034 | 2024-10-18T22:50:07.255Z | [ recovery-image] Oct 18 22:50:06.438 INFO O| Oct 18 22:50:06.438 INFO STEP 950 (remove_files) COMPLETE |
7035 | 2024-10-18T22:50:07.255Z | [ recovery-image] Oct 18 22:50:06.438 INFO O| Oct 18 22:50:06.438 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7036 | 2024-10-18T22:50:07.265Z | [ recovery-image] Oct 18 22:50:06.450 INFO O| Oct 18 22:50:06.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7037 | 2024-10-18T22:50:07.265Z | [ recovery-image] Oct 18 22:50:06.450 INFO O| Oct 18 22:50:06.450 INFO STEP 951 (remove_files) COMPLETE |
7038 | 2024-10-18T22:50:07.267Z | [ recovery-image] Oct 18 22:50:06.450 INFO O| Oct 18 22:50:06.450 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7039 | 2024-10-18T22:50:07.276Z | [ recovery-image] Oct 18 22:50:06.461 INFO O| Oct 18 22:50:06.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7040 | 2024-10-18T22:50:07.276Z | [ recovery-image] Oct 18 22:50:06.461 INFO O| Oct 18 22:50:06.461 INFO STEP 952 (remove_files) COMPLETE |
7041 | 2024-10-18T22:50:07.276Z | [ recovery-image] Oct 18 22:50:06.461 INFO O| Oct 18 22:50:06.461 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7042 | 2024-10-18T22:50:07.287Z | [ recovery-image] Oct 18 22:50:06.472 INFO O| Oct 18 22:50:06.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7043 | 2024-10-18T22:50:07.289Z | [ recovery-image] Oct 18 22:50:06.473 INFO O| Oct 18 22:50:06.473 INFO STEP 953 (remove_files) COMPLETE |
7044 | 2024-10-18T22:50:07.289Z | [ recovery-image] Oct 18 22:50:06.473 INFO O| Oct 18 22:50:06.473 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7045 | 2024-10-18T22:50:07.298Z | [ recovery-image] Oct 18 22:50:06.484 INFO O| Oct 18 22:50:06.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7046 | 2024-10-18T22:50:07.298Z | [ recovery-image] Oct 18 22:50:06.484 INFO O| Oct 18 22:50:06.484 INFO STEP 954 (remove_files) COMPLETE |
7047 | 2024-10-18T22:50:07.300Z | [ recovery-image] Oct 18 22:50:06.484 INFO O| Oct 18 22:50:06.484 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7048 | 2024-10-18T22:50:07.309Z | [ recovery-image] Oct 18 22:50:06.495 INFO O| Oct 18 22:50:06.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7049 | 2024-10-18T22:50:07.311Z | [ recovery-image] Oct 18 22:50:06.495 INFO O| Oct 18 22:50:06.495 INFO STEP 955 (remove_files) COMPLETE |
7050 | 2024-10-18T22:50:07.311Z | [ recovery-image] Oct 18 22:50:06.495 INFO O| Oct 18 22:50:06.495 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7051 | 2024-10-18T22:50:07.320Z | [ recovery-image] Oct 18 22:50:06.506 INFO O| Oct 18 22:50:06.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7052 | 2024-10-18T22:50:07.320Z | [ recovery-image] Oct 18 22:50:06.506 INFO O| Oct 18 22:50:06.506 INFO STEP 956 (remove_files) COMPLETE |
7053 | 2024-10-18T22:50:07.320Z | [ recovery-image] Oct 18 22:50:06.506 INFO O| Oct 18 22:50:06.506 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7054 | 2024-10-18T22:50:07.332Z | [ recovery-image] Oct 18 22:50:06.517 INFO O| Oct 18 22:50:06.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7055 | 2024-10-18T22:50:07.334Z | [ recovery-image] Oct 18 22:50:06.517 INFO O| Oct 18 22:50:06.517 INFO STEP 957 (remove_files) COMPLETE |
7056 | 2024-10-18T22:50:07.334Z | [ recovery-image] Oct 18 22:50:06.517 INFO O| Oct 18 22:50:06.517 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7057 | 2024-10-18T22:50:07.342Z | [ recovery-image] Oct 18 22:50:06.527 INFO O| Oct 18 22:50:06.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7058 | 2024-10-18T22:50:07.342Z | [ recovery-image] Oct 18 22:50:06.528 INFO O| Oct 18 22:50:06.528 INFO STEP 958 (remove_files) COMPLETE |
7059 | 2024-10-18T22:50:07.342Z | [ recovery-image] Oct 18 22:50:06.528 INFO O| Oct 18 22:50:06.528 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7060 | 2024-10-18T22:50:07.352Z | [ recovery-image] Oct 18 22:50:06.537 INFO O| Oct 18 22:50:06.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7061 | 2024-10-18T22:50:07.354Z | [ recovery-image] Oct 18 22:50:06.538 INFO O| Oct 18 22:50:06.537 INFO STEP 959 (remove_files) COMPLETE |
7062 | 2024-10-18T22:50:07.354Z | [ recovery-image] Oct 18 22:50:06.538 INFO O| Oct 18 22:50:06.537 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7063 | 2024-10-18T22:50:07.362Z | [ recovery-image] Oct 18 22:50:06.547 INFO O| Oct 18 22:50:06.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7064 | 2024-10-18T22:50:07.362Z | [ recovery-image] Oct 18 22:50:06.548 INFO O| Oct 18 22:50:06.547 INFO STEP 960 (remove_files) COMPLETE |
7065 | 2024-10-18T22:50:07.364Z | [ recovery-image] Oct 18 22:50:06.548 INFO O| Oct 18 22:50:06.547 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7066 | 2024-10-18T22:50:07.373Z | [ recovery-image] Oct 18 22:50:06.558 INFO O| Oct 18 22:50:06.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7067 | 2024-10-18T22:50:07.373Z | [ recovery-image] Oct 18 22:50:06.558 INFO O| Oct 18 22:50:06.558 INFO STEP 961 (remove_files) COMPLETE |
7068 | 2024-10-18T22:50:07.375Z | [ recovery-image] Oct 18 22:50:06.558 INFO O| Oct 18 22:50:06.558 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7069 | 2024-10-18T22:50:07.384Z | [ recovery-image] Oct 18 22:50:06.569 INFO O| Oct 18 22:50:06.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7070 | 2024-10-18T22:50:07.384Z | [ recovery-image] Oct 18 22:50:06.569 INFO O| Oct 18 22:50:06.569 INFO STEP 962 (remove_files) COMPLETE |
7071 | 2024-10-18T22:50:07.386Z | [ recovery-image] Oct 18 22:50:06.569 INFO O| Oct 18 22:50:06.569 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7072 | 2024-10-18T22:50:07.394Z | [ recovery-image] Oct 18 22:50:06.579 INFO O| Oct 18 22:50:06.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7073 | 2024-10-18T22:50:07.396Z | [ recovery-image] Oct 18 22:50:06.579 INFO O| Oct 18 22:50:06.579 INFO STEP 963 (remove_files) COMPLETE |
7074 | 2024-10-18T22:50:07.396Z | [ recovery-image] Oct 18 22:50:06.579 INFO O| Oct 18 22:50:06.579 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7075 | 2024-10-18T22:50:07.404Z | [ recovery-image] Oct 18 22:50:06.589 INFO O| Oct 18 22:50:06.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7076 | 2024-10-18T22:50:07.406Z | [ recovery-image] Oct 18 22:50:06.589 INFO O| Oct 18 22:50:06.589 INFO STEP 964 (remove_files) COMPLETE |
7077 | 2024-10-18T22:50:07.406Z | [ recovery-image] Oct 18 22:50:06.589 INFO O| Oct 18 22:50:06.589 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7078 | 2024-10-18T22:50:07.414Z | [ recovery-image] Oct 18 22:50:06.599 INFO O| Oct 18 22:50:06.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7079 | 2024-10-18T22:50:07.414Z | [ recovery-image] Oct 18 22:50:06.599 INFO O| Oct 18 22:50:06.599 INFO STEP 965 (remove_files) COMPLETE |
7080 | 2024-10-18T22:50:07.416Z | [ recovery-image] Oct 18 22:50:06.599 INFO O| Oct 18 22:50:06.599 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7081 | 2024-10-18T22:50:07.424Z | [ recovery-image] Oct 18 22:50:06.609 INFO O| Oct 18 22:50:06.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7082 | 2024-10-18T22:50:07.424Z | [ recovery-image] Oct 18 22:50:06.609 INFO O| Oct 18 22:50:06.609 INFO STEP 966 (remove_files) COMPLETE |
7083 | 2024-10-18T22:50:07.426Z | [ recovery-image] Oct 18 22:50:06.609 INFO O| Oct 18 22:50:06.609 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7084 | 2024-10-18T22:50:07.434Z | [ recovery-image] Oct 18 22:50:06.619 INFO O| Oct 18 22:50:06.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7085 | 2024-10-18T22:50:07.436Z | [ recovery-image] Oct 18 22:50:06.619 INFO O| Oct 18 22:50:06.619 INFO STEP 967 (remove_files) COMPLETE |
7086 | 2024-10-18T22:50:07.436Z | [ recovery-image] Oct 18 22:50:06.619 INFO O| Oct 18 22:50:06.619 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7087 | 2024-10-18T22:50:07.444Z | [ recovery-image] Oct 18 22:50:06.629 INFO O| Oct 18 22:50:06.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7088 | 2024-10-18T22:50:07.444Z | [ recovery-image] Oct 18 22:50:06.629 INFO O| Oct 18 22:50:06.629 INFO STEP 968 (remove_files) COMPLETE |
7089 | 2024-10-18T22:50:07.444Z | [ recovery-image] Oct 18 22:50:06.629 INFO O| Oct 18 22:50:06.629 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7090 | 2024-10-18T22:50:07.454Z | [ recovery-image] Oct 18 22:50:06.640 INFO O| Oct 18 22:50:06.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7091 | 2024-10-18T22:50:07.456Z | [ recovery-image] Oct 18 22:50:06.640 INFO O| Oct 18 22:50:06.640 INFO STEP 969 (remove_files) COMPLETE |
7092 | 2024-10-18T22:50:07.456Z | [ recovery-image] Oct 18 22:50:06.640 INFO O| Oct 18 22:50:06.640 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7093 | 2024-10-18T22:50:07.464Z | [ recovery-image] Oct 18 22:50:06.649 INFO O| Oct 18 22:50:06.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7094 | 2024-10-18T22:50:07.466Z | [ recovery-image] Oct 18 22:50:06.649 INFO O| Oct 18 22:50:06.649 INFO STEP 970 (remove_files) COMPLETE |
7095 | 2024-10-18T22:50:07.466Z | [ recovery-image] Oct 18 22:50:06.649 INFO O| Oct 18 22:50:06.649 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7096 | 2024-10-18T22:50:07.474Z | [ recovery-image] Oct 18 22:50:06.659 INFO O| Oct 18 22:50:06.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7097 | 2024-10-18T22:50:07.476Z | [ recovery-image] Oct 18 22:50:06.659 INFO O| Oct 18 22:50:06.659 INFO STEP 971 (remove_files) COMPLETE |
7098 | 2024-10-18T22:50:07.476Z | [ recovery-image] Oct 18 22:50:06.659 INFO O| Oct 18 22:50:06.659 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7099 | 2024-10-18T22:50:07.484Z | [ recovery-image] Oct 18 22:50:06.669 INFO O| Oct 18 22:50:06.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7100 | 2024-10-18T22:50:07.486Z | [ recovery-image] Oct 18 22:50:06.669 INFO O| Oct 18 22:50:06.669 INFO STEP 972 (remove_files) COMPLETE |
7101 | 2024-10-18T22:50:07.486Z | [ recovery-image] Oct 18 22:50:06.669 INFO O| Oct 18 22:50:06.669 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7102 | 2024-10-18T22:50:07.493Z | [ recovery-image] Oct 18 22:50:06.679 INFO O| Oct 18 22:50:06.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7103 | 2024-10-18T22:50:07.496Z | [ recovery-image] Oct 18 22:50:06.679 INFO O| Oct 18 22:50:06.679 INFO STEP 973 (remove_files) COMPLETE |
7104 | 2024-10-18T22:50:07.496Z | [ recovery-image] Oct 18 22:50:06.679 INFO O| Oct 18 22:50:06.679 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7105 | 2024-10-18T22:50:07.503Z | [ recovery-image] Oct 18 22:50:06.688 INFO O| Oct 18 22:50:06.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7106 | 2024-10-18T22:50:07.505Z | [ recovery-image] Oct 18 22:50:06.689 INFO O| Oct 18 22:50:06.688 INFO STEP 974 (remove_files) COMPLETE |
7107 | 2024-10-18T22:50:07.505Z | [ recovery-image] Oct 18 22:50:06.689 INFO O| Oct 18 22:50:06.689 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7108 | 2024-10-18T22:50:07.513Z | [ recovery-image] Oct 18 22:50:06.698 INFO O| Oct 18 22:50:06.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7109 | 2024-10-18T22:50:07.513Z | [ recovery-image] Oct 18 22:50:06.698 INFO O| Oct 18 22:50:06.698 INFO STEP 975 (remove_files) COMPLETE |
7110 | 2024-10-18T22:50:07.513Z | [ recovery-image] Oct 18 22:50:06.698 INFO O| Oct 18 22:50:06.698 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7111 | 2024-10-18T22:50:07.522Z | [ recovery-image] Oct 18 22:50:06.708 INFO O| Oct 18 22:50:06.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7112 | 2024-10-18T22:50:07.525Z | [ recovery-image] Oct 18 22:50:06.708 INFO O| Oct 18 22:50:06.708 INFO STEP 976 (remove_files) COMPLETE |
7113 | 2024-10-18T22:50:07.525Z | [ recovery-image] Oct 18 22:50:06.708 INFO O| Oct 18 22:50:06.708 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7114 | 2024-10-18T22:50:07.532Z | [ recovery-image] Oct 18 22:50:06.718 INFO O| Oct 18 22:50:06.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7115 | 2024-10-18T22:50:07.534Z | [ recovery-image] Oct 18 22:50:06.718 INFO O| Oct 18 22:50:06.718 INFO STEP 977 (remove_files) COMPLETE |
7116 | 2024-10-18T22:50:07.534Z | [ recovery-image] Oct 18 22:50:06.718 INFO O| Oct 18 22:50:06.718 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7117 | 2024-10-18T22:50:07.542Z | [ recovery-image] Oct 18 22:50:06.728 INFO O| Oct 18 22:50:06.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7118 | 2024-10-18T22:50:07.544Z | [ recovery-image] Oct 18 22:50:06.728 INFO O| Oct 18 22:50:06.728 INFO STEP 978 (remove_files) COMPLETE |
7119 | 2024-10-18T22:50:07.544Z | [ recovery-image] Oct 18 22:50:06.728 INFO O| Oct 18 22:50:06.728 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7120 | 2024-10-18T22:50:07.552Z | [ recovery-image] Oct 18 22:50:06.737 INFO O| Oct 18 22:50:06.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7121 | 2024-10-18T22:50:07.552Z | [ recovery-image] Oct 18 22:50:06.737 INFO O| Oct 18 22:50:06.737 INFO STEP 979 (remove_files) COMPLETE |
7122 | 2024-10-18T22:50:07.554Z | [ recovery-image] Oct 18 22:50:06.737 INFO O| Oct 18 22:50:06.737 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7123 | 2024-10-18T22:50:07.561Z | [ recovery-image] Oct 18 22:50:06.747 INFO O| Oct 18 22:50:06.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7124 | 2024-10-18T22:50:07.563Z | [ recovery-image] Oct 18 22:50:06.747 INFO O| Oct 18 22:50:06.747 INFO STEP 980 (remove_files) COMPLETE |
7125 | 2024-10-18T22:50:07.563Z | [ recovery-image] Oct 18 22:50:06.747 INFO O| Oct 18 22:50:06.747 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7126 | 2024-10-18T22:50:07.571Z | [ recovery-image] Oct 18 22:50:06.756 INFO O| Oct 18 22:50:06.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7127 | 2024-10-18T22:50:07.573Z | [ recovery-image] Oct 18 22:50:06.756 INFO O| Oct 18 22:50:06.756 INFO STEP 981 (remove_files) COMPLETE |
7128 | 2024-10-18T22:50:07.573Z | [ recovery-image] Oct 18 22:50:06.756 INFO O| Oct 18 22:50:06.756 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7129 | 2024-10-18T22:50:07.581Z | [ recovery-image] Oct 18 22:50:06.766 INFO O| Oct 18 22:50:06.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7130 | 2024-10-18T22:50:07.583Z | [ recovery-image] Oct 18 22:50:06.766 INFO O| Oct 18 22:50:06.766 INFO STEP 982 (remove_files) COMPLETE |
7131 | 2024-10-18T22:50:07.583Z | [ recovery-image] Oct 18 22:50:06.766 INFO O| Oct 18 22:50:06.766 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7132 | 2024-10-18T22:50:07.590Z | [ recovery-image] Oct 18 22:50:06.776 INFO O| Oct 18 22:50:06.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7133 | 2024-10-18T22:50:07.590Z | [ recovery-image] Oct 18 22:50:06.776 INFO O| Oct 18 22:50:06.776 INFO STEP 983 (remove_files) COMPLETE |
7134 | 2024-10-18T22:50:07.593Z | [ recovery-image] Oct 18 22:50:06.776 INFO O| Oct 18 22:50:06.776 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7135 | 2024-10-18T22:50:07.600Z | [ recovery-image] Oct 18 22:50:06.785 INFO O| Oct 18 22:50:06.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7136 | 2024-10-18T22:50:07.600Z | [ recovery-image] Oct 18 22:50:06.786 INFO O| Oct 18 22:50:06.786 INFO STEP 984 (remove_files) COMPLETE |
7137 | 2024-10-18T22:50:07.600Z | [ recovery-image] Oct 18 22:50:06.786 INFO O| Oct 18 22:50:06.786 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7138 | 2024-10-18T22:50:07.610Z | [ recovery-image] Oct 18 22:50:06.795 INFO O| Oct 18 22:50:06.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7139 | 2024-10-18T22:50:07.610Z | [ recovery-image] Oct 18 22:50:06.795 INFO O| Oct 18 22:50:06.795 INFO STEP 985 (remove_files) COMPLETE |
7140 | 2024-10-18T22:50:07.612Z | [ recovery-image] Oct 18 22:50:06.795 INFO O| Oct 18 22:50:06.795 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7141 | 2024-10-18T22:50:07.619Z | [ recovery-image] Oct 18 22:50:06.805 INFO O| Oct 18 22:50:06.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7142 | 2024-10-18T22:50:07.621Z | [ recovery-image] Oct 18 22:50:06.805 INFO O| Oct 18 22:50:06.805 INFO STEP 986 (remove_files) COMPLETE |
7143 | 2024-10-18T22:50:07.621Z | [ recovery-image] Oct 18 22:50:06.805 INFO O| Oct 18 22:50:06.805 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7144 | 2024-10-18T22:50:07.629Z | [ recovery-image] Oct 18 22:50:06.814 INFO O| Oct 18 22:50:06.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7145 | 2024-10-18T22:50:07.631Z | [ recovery-image] Oct 18 22:50:06.814 INFO O| Oct 18 22:50:06.814 INFO STEP 987 (remove_files) COMPLETE |
7146 | 2024-10-18T22:50:07.631Z | [ recovery-image] Oct 18 22:50:06.814 INFO O| Oct 18 22:50:06.814 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7147 | 2024-10-18T22:50:07.639Z | [ recovery-image] Oct 18 22:50:06.824 INFO O| Oct 18 22:50:06.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7148 | 2024-10-18T22:50:07.639Z | [ recovery-image] Oct 18 22:50:06.824 INFO O| Oct 18 22:50:06.824 INFO STEP 988 (remove_files) COMPLETE |
7149 | 2024-10-18T22:50:07.639Z | [ recovery-image] Oct 18 22:50:06.824 INFO O| Oct 18 22:50:06.824 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7150 | 2024-10-18T22:50:07.649Z | [ recovery-image] Oct 18 22:50:06.834 INFO O| Oct 18 22:50:06.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7151 | 2024-10-18T22:50:07.649Z | [ recovery-image] Oct 18 22:50:06.834 INFO O| Oct 18 22:50:06.834 INFO STEP 989 (remove_files) COMPLETE |
7152 | 2024-10-18T22:50:07.649Z | [ recovery-image] Oct 18 22:50:06.834 INFO O| Oct 18 22:50:06.834 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7153 | 2024-10-18T22:50:07.659Z | [ recovery-image] Oct 18 22:50:06.844 INFO O| Oct 18 22:50:06.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7154 | 2024-10-18T22:50:07.659Z | [ recovery-image] Oct 18 22:50:06.844 INFO O| Oct 18 22:50:06.844 INFO STEP 990 (remove_files) COMPLETE |
7155 | 2024-10-18T22:50:07.661Z | [ recovery-image] Oct 18 22:50:06.844 INFO O| Oct 18 22:50:06.844 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7156 | 2024-10-18T22:50:07.668Z | [ recovery-image] Oct 18 22:50:06.854 INFO O| Oct 18 22:50:06.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7157 | 2024-10-18T22:50:07.671Z | [ recovery-image] Oct 18 22:50:06.854 INFO O| Oct 18 22:50:06.854 INFO STEP 991 (remove_files) COMPLETE |
7158 | 2024-10-18T22:50:07.671Z | [ recovery-image] Oct 18 22:50:06.854 INFO O| Oct 18 22:50:06.854 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7159 | 2024-10-18T22:50:07.678Z | [ recovery-image] Oct 18 22:50:06.863 INFO O| Oct 18 22:50:06.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7160 | 2024-10-18T22:50:07.678Z | [ recovery-image] Oct 18 22:50:06.863 INFO O| Oct 18 22:50:06.863 INFO STEP 992 (remove_files) COMPLETE |
7161 | 2024-10-18T22:50:07.678Z | [ recovery-image] Oct 18 22:50:06.863 INFO O| Oct 18 22:50:06.863 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7162 | 2024-10-18T22:50:07.688Z | [ recovery-image] Oct 18 22:50:06.873 INFO O| Oct 18 22:50:06.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7163 | 2024-10-18T22:50:07.688Z | [ recovery-image] Oct 18 22:50:06.873 INFO O| Oct 18 22:50:06.873 INFO STEP 993 (remove_files) COMPLETE |
7164 | 2024-10-18T22:50:07.688Z | [ recovery-image] Oct 18 22:50:06.873 INFO O| Oct 18 22:50:06.873 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7165 | 2024-10-18T22:50:07.697Z | [ recovery-image] Oct 18 22:50:06.883 INFO O| Oct 18 22:50:06.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7166 | 2024-10-18T22:50:07.697Z | [ recovery-image] Oct 18 22:50:06.883 INFO O| Oct 18 22:50:06.883 INFO STEP 994 (remove_files) COMPLETE |
7167 | 2024-10-18T22:50:07.700Z | [ recovery-image] Oct 18 22:50:06.883 INFO O| Oct 18 22:50:06.883 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7168 | 2024-10-18T22:50:07.707Z | [ recovery-image] Oct 18 22:50:06.892 INFO O| Oct 18 22:50:06.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7169 | 2024-10-18T22:50:07.709Z | [ recovery-image] Oct 18 22:50:06.892 INFO O| Oct 18 22:50:06.892 INFO STEP 995 (remove_files) COMPLETE |
7170 | 2024-10-18T22:50:07.709Z | [ recovery-image] Oct 18 22:50:06.893 INFO O| Oct 18 22:50:06.892 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7171 | 2024-10-18T22:50:07.718Z | [ recovery-image] Oct 18 22:50:06.903 INFO O| Oct 18 22:50:06.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7172 | 2024-10-18T22:50:07.720Z | [ recovery-image] Oct 18 22:50:06.903 INFO O| Oct 18 22:50:06.903 INFO STEP 996 (remove_files) COMPLETE |
7173 | 2024-10-18T22:50:07.720Z | [ recovery-image] Oct 18 22:50:06.903 INFO O| Oct 18 22:50:06.903 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7174 | 2024-10-18T22:50:07.730Z | [ recovery-image] Oct 18 22:50:06.915 INFO O| Oct 18 22:50:06.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7175 | 2024-10-18T22:50:07.732Z | [ recovery-image] Oct 18 22:50:06.915 INFO O| Oct 18 22:50:06.915 INFO STEP 997 (remove_files) COMPLETE |
7176 | 2024-10-18T22:50:07.732Z | [ recovery-image] Oct 18 22:50:06.915 INFO O| Oct 18 22:50:06.915 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7177 | 2024-10-18T22:50:07.740Z | [ recovery-image] Oct 18 22:50:06.925 INFO O| Oct 18 22:50:06.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7178 | 2024-10-18T22:50:07.740Z | [ recovery-image] Oct 18 22:50:06.925 INFO O| Oct 18 22:50:06.925 INFO STEP 998 (remove_files) COMPLETE |
7179 | 2024-10-18T22:50:07.740Z | [ recovery-image] Oct 18 22:50:06.925 INFO O| Oct 18 22:50:06.925 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7180 | 2024-10-18T22:50:07.750Z | [ recovery-image] Oct 18 22:50:06.935 INFO O| Oct 18 22:50:06.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7181 | 2024-10-18T22:50:07.752Z | [ recovery-image] Oct 18 22:50:06.935 INFO O| Oct 18 22:50:06.935 INFO STEP 999 (remove_files) COMPLETE |
7182 | 2024-10-18T22:50:07.752Z | [ recovery-image] Oct 18 22:50:06.935 INFO O| Oct 18 22:50:06.935 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7183 | 2024-10-18T22:50:07.760Z | [ recovery-image] Oct 18 22:50:06.945 INFO O| Oct 18 22:50:06.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7184 | 2024-10-18T22:50:07.760Z | [ recovery-image] Oct 18 22:50:06.945 INFO O| Oct 18 22:50:06.945 INFO STEP 1000 (remove_files) COMPLETE |
7185 | 2024-10-18T22:50:07.762Z | [ recovery-image] Oct 18 22:50:06.945 INFO O| Oct 18 22:50:06.945 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7186 | 2024-10-18T22:50:07.769Z | [ recovery-image] Oct 18 22:50:06.955 INFO O| Oct 18 22:50:06.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7187 | 2024-10-18T22:50:07.769Z | [ recovery-image] Oct 18 22:50:06.955 INFO O| Oct 18 22:50:06.955 INFO STEP 1001 (remove_files) COMPLETE |
7188 | 2024-10-18T22:50:07.772Z | [ recovery-image] Oct 18 22:50:06.955 INFO O| Oct 18 22:50:06.955 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7189 | 2024-10-18T22:50:07.779Z | [ recovery-image] Oct 18 22:50:06.964 INFO O| Oct 18 22:50:06.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7190 | 2024-10-18T22:50:07.779Z | [ recovery-image] Oct 18 22:50:06.964 INFO O| Oct 18 22:50:06.964 INFO STEP 1002 (remove_files) COMPLETE |
7191 | 2024-10-18T22:50:07.780Z | [ recovery-image] Oct 18 22:50:06.964 INFO O| Oct 18 22:50:06.964 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7192 | 2024-10-18T22:50:07.789Z | [ recovery-image] Oct 18 22:50:06.974 INFO O| Oct 18 22:50:06.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7193 | 2024-10-18T22:50:07.789Z | [ recovery-image] Oct 18 22:50:06.974 INFO O| Oct 18 22:50:06.974 INFO STEP 1003 (remove_files) COMPLETE |
7194 | 2024-10-18T22:50:07.791Z | [ recovery-image] Oct 18 22:50:06.974 INFO O| Oct 18 22:50:06.974 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7195 | 2024-10-18T22:50:07.798Z | [ recovery-image] Oct 18 22:50:06.984 INFO O| Oct 18 22:50:06.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7196 | 2024-10-18T22:50:07.800Z | [ recovery-image] Oct 18 22:50:06.984 INFO O| Oct 18 22:50:06.984 INFO STEP 1004 (remove_files) COMPLETE |
7197 | 2024-10-18T22:50:07.800Z | [ recovery-image] Oct 18 22:50:06.984 INFO O| Oct 18 22:50:06.984 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7198 | 2024-10-18T22:50:07.809Z | [ recovery-image] Oct 18 22:50:06.994 INFO O| Oct 18 22:50:06.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7199 | 2024-10-18T22:50:07.809Z | [ recovery-image] Oct 18 22:50:06.994 INFO O| Oct 18 22:50:06.994 INFO STEP 1005 (remove_files) COMPLETE |
7200 | 2024-10-18T22:50:07.811Z | [ recovery-image] Oct 18 22:50:06.994 INFO O| Oct 18 22:50:06.994 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7201 | 2024-10-18T22:50:07.818Z | [ recovery-image] Oct 18 22:50:07.004 INFO O| Oct 18 22:50:07.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7202 | 2024-10-18T22:50:07.818Z | [ recovery-image] Oct 18 22:50:07.004 INFO O| Oct 18 22:50:07.004 INFO STEP 1006 (remove_files) COMPLETE |
7203 | 2024-10-18T22:50:07.818Z | [ recovery-image] Oct 18 22:50:07.004 INFO O| Oct 18 22:50:07.004 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7204 | 2024-10-18T22:50:07.829Z | [ recovery-image] Oct 18 22:50:07.014 INFO O| Oct 18 22:50:07.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7205 | 2024-10-18T22:50:07.829Z | [ recovery-image] Oct 18 22:50:07.014 INFO O| Oct 18 22:50:07.014 INFO STEP 1007 (remove_files) COMPLETE |
7206 | 2024-10-18T22:50:07.838Z | [ recovery-image] Oct 18 22:50:07.014 INFO O| Oct 18 22:50:07.014 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7207 | 2024-10-18T22:50:07.840Z | [ recovery-image] Oct 18 22:50:07.024 INFO O| Oct 18 22:50:07.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7208 | 2024-10-18T22:50:07.840Z | [ recovery-image] Oct 18 22:50:07.024 INFO O| Oct 18 22:50:07.024 INFO STEP 1008 (remove_files) COMPLETE |
7209 | 2024-10-18T22:50:07.840Z | [ recovery-image] Oct 18 22:50:07.024 INFO O| Oct 18 22:50:07.024 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2024-10-18T22:50:07.848Z | [ recovery-image] Oct 18 22:50:07.033 INFO O| Oct 18 22:50:07.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7211 | 2024-10-18T22:50:07.850Z | [ recovery-image] Oct 18 22:50:07.033 INFO O| Oct 18 22:50:07.033 INFO STEP 1009 (remove_files) COMPLETE |
7212 | 2024-10-18T22:50:07.850Z | [ recovery-image] Oct 18 22:50:07.033 INFO O| Oct 18 22:50:07.033 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2024-10-18T22:50:07.858Z | [ recovery-image] Oct 18 22:50:07.043 INFO O| Oct 18 22:50:07.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7214 | 2024-10-18T22:50:07.858Z | [ recovery-image] Oct 18 22:50:07.043 INFO O| Oct 18 22:50:07.043 INFO STEP 1010 (remove_files) COMPLETE |
7215 | 2024-10-18T22:50:07.860Z | [ recovery-image] Oct 18 22:50:07.043 INFO O| Oct 18 22:50:07.043 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2024-10-18T22:50:07.867Z | [ recovery-image] Oct 18 22:50:07.053 INFO O| Oct 18 22:50:07.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7217 | 2024-10-18T22:50:07.867Z | [ recovery-image] Oct 18 22:50:07.053 INFO O| Oct 18 22:50:07.053 INFO STEP 1011 (remove_files) COMPLETE |
7218 | 2024-10-18T22:50:07.869Z | [ recovery-image] Oct 18 22:50:07.053 INFO O| Oct 18 22:50:07.053 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2024-10-18T22:50:07.877Z | [ recovery-image] Oct 18 22:50:07.062 INFO O| Oct 18 22:50:07.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7220 | 2024-10-18T22:50:07.877Z | [ recovery-image] Oct 18 22:50:07.062 INFO O| Oct 18 22:50:07.062 INFO STEP 1012 (remove_files) COMPLETE |
7221 | 2024-10-18T22:50:07.877Z | [ recovery-image] Oct 18 22:50:07.062 INFO O| Oct 18 22:50:07.062 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2024-10-18T22:50:07.887Z | [ recovery-image] Oct 18 22:50:07.072 INFO O| Oct 18 22:50:07.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7223 | 2024-10-18T22:50:07.891Z | [ recovery-image] Oct 18 22:50:07.072 INFO O| Oct 18 22:50:07.072 INFO STEP 1013 (remove_files) COMPLETE |
7224 | 2024-10-18T22:50:07.891Z | [ recovery-image] Oct 18 22:50:07.072 INFO O| Oct 18 22:50:07.072 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2024-10-18T22:50:07.896Z | [ recovery-image] Oct 18 22:50:07.082 INFO O| Oct 18 22:50:07.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7226 | 2024-10-18T22:50:07.896Z | [ recovery-image] Oct 18 22:50:07.082 INFO O| Oct 18 22:50:07.082 INFO STEP 1014 (remove_files) COMPLETE |
7227 | 2024-10-18T22:50:07.896Z | [ recovery-image] Oct 18 22:50:07.082 INFO O| Oct 18 22:50:07.082 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2024-10-18T22:50:07.906Z | [ recovery-image] Oct 18 22:50:07.091 INFO O| Oct 18 22:50:07.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7229 | 2024-10-18T22:50:07.908Z | [ recovery-image] Oct 18 22:50:07.091 INFO O| Oct 18 22:50:07.091 INFO STEP 1015 (remove_files) COMPLETE |
7230 | 2024-10-18T22:50:07.908Z | [ recovery-image] Oct 18 22:50:07.091 INFO O| Oct 18 22:50:07.091 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2024-10-18T22:50:07.915Z | [ recovery-image] Oct 18 22:50:07.101 INFO O| Oct 18 22:50:07.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7232 | 2024-10-18T22:50:07.915Z | [ recovery-image] Oct 18 22:50:07.101 INFO O| Oct 18 22:50:07.101 INFO STEP 1016 (remove_files) COMPLETE |
7233 | 2024-10-18T22:50:07.918Z | [ recovery-image] Oct 18 22:50:07.101 INFO O| Oct 18 22:50:07.101 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2024-10-18T22:50:07.925Z | [ recovery-image] Oct 18 22:50:07.110 INFO O| Oct 18 22:50:07.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7235 | 2024-10-18T22:50:07.927Z | [ recovery-image] Oct 18 22:50:07.111 INFO O| Oct 18 22:50:07.111 INFO STEP 1017 (remove_files) COMPLETE |
7236 | 2024-10-18T22:50:07.927Z | [ recovery-image] Oct 18 22:50:07.111 INFO O| Oct 18 22:50:07.111 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2024-10-18T22:50:07.935Z | [ recovery-image] Oct 18 22:50:07.120 INFO O| Oct 18 22:50:07.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7238 | 2024-10-18T22:50:07.937Z | [ recovery-image] Oct 18 22:50:07.120 INFO O| Oct 18 22:50:07.120 INFO STEP 1018 (remove_files) COMPLETE |
7239 | 2024-10-18T22:50:07.937Z | [ recovery-image] Oct 18 22:50:07.120 INFO O| Oct 18 22:50:07.120 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2024-10-18T22:50:07.945Z | [ recovery-image] Oct 18 22:50:07.130 INFO O| Oct 18 22:50:07.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7241 | 2024-10-18T22:50:07.945Z | [ recovery-image] Oct 18 22:50:07.130 INFO O| Oct 18 22:50:07.130 INFO STEP 1019 (remove_files) COMPLETE |
7242 | 2024-10-18T22:50:07.947Z | [ recovery-image] Oct 18 22:50:07.130 INFO O| Oct 18 22:50:07.130 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2024-10-18T22:50:07.954Z | [ recovery-image] Oct 18 22:50:07.140 INFO O| Oct 18 22:50:07.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7244 | 2024-10-18T22:50:07.956Z | [ recovery-image] Oct 18 22:50:07.140 INFO O| Oct 18 22:50:07.140 INFO STEP 1020 (remove_files) COMPLETE |
7245 | 2024-10-18T22:50:07.956Z | [ recovery-image] Oct 18 22:50:07.140 INFO O| Oct 18 22:50:07.140 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2024-10-18T22:50:07.964Z | [ recovery-image] Oct 18 22:50:07.150 INFO O| Oct 18 22:50:07.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7247 | 2024-10-18T22:50:07.964Z | [ recovery-image] Oct 18 22:50:07.150 INFO O| Oct 18 22:50:07.150 INFO STEP 1021 (remove_files) COMPLETE |
7248 | 2024-10-18T22:50:07.964Z | [ recovery-image] Oct 18 22:50:07.150 INFO O| Oct 18 22:50:07.150 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7249 | 2024-10-18T22:50:07.974Z | [ recovery-image] Oct 18 22:50:07.159 INFO O| Oct 18 22:50:07.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7250 | 2024-10-18T22:50:07.974Z | [ recovery-image] Oct 18 22:50:07.159 INFO O| Oct 18 22:50:07.159 INFO STEP 1022 (remove_files) COMPLETE |
7251 | 2024-10-18T22:50:07.974Z | [ recovery-image] Oct 18 22:50:07.159 INFO O| Oct 18 22:50:07.159 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7252 | 2024-10-18T22:50:07.983Z | [ recovery-image] Oct 18 22:50:07.169 INFO O| Oct 18 22:50:07.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7253 | 2024-10-18T22:50:07.985Z | [ recovery-image] Oct 18 22:50:07.169 INFO O| Oct 18 22:50:07.169 INFO STEP 1023 (remove_files) COMPLETE |
7254 | 2024-10-18T22:50:07.986Z | [ recovery-image] Oct 18 22:50:07.169 INFO O| Oct 18 22:50:07.169 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7255 | 2024-10-18T22:50:07.993Z | [ recovery-image] Oct 18 22:50:07.178 INFO O| Oct 18 22:50:07.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7256 | 2024-10-18T22:50:07.993Z | [ recovery-image] Oct 18 22:50:07.178 INFO O| Oct 18 22:50:07.178 INFO STEP 1024 (remove_files) COMPLETE |
7257 | 2024-10-18T22:50:07.995Z | [ recovery-image] Oct 18 22:50:07.178 INFO O| Oct 18 22:50:07.178 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7258 | 2024-10-18T22:50:08.002Z | [ recovery-image] Oct 18 22:50:07.187 INFO O| Oct 18 22:50:07.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7259 | 2024-10-18T22:50:08.004Z | [ recovery-image] Oct 18 22:50:07.188 INFO O| Oct 18 22:50:07.187 INFO STEP 1025 (remove_files) COMPLETE |
7260 | 2024-10-18T22:50:08.004Z | [ recovery-image] Oct 18 22:50:07.188 INFO O| Oct 18 22:50:07.188 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7261 | 2024-10-18T22:50:08.012Z | [ recovery-image] Oct 18 22:50:07.197 INFO O| Oct 18 22:50:07.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7262 | 2024-10-18T22:50:08.015Z | [ recovery-image] Oct 18 22:50:07.198 INFO O| Oct 18 22:50:07.198 INFO STEP 1026 (remove_files) COMPLETE |
7263 | 2024-10-18T22:50:08.015Z | [ recovery-image] Oct 18 22:50:07.198 INFO O| Oct 18 22:50:07.198 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7264 | 2024-10-18T22:50:08.022Z | [ recovery-image] Oct 18 22:50:07.207 INFO O| Oct 18 22:50:07.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7265 | 2024-10-18T22:50:08.022Z | [ recovery-image] Oct 18 22:50:07.208 INFO O| Oct 18 22:50:07.207 INFO STEP 1027 (remove_files) COMPLETE |
7266 | 2024-10-18T22:50:08.024Z | [ recovery-image] Oct 18 22:50:07.208 INFO O| Oct 18 22:50:07.208 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7267 | 2024-10-18T22:50:08.032Z | [ recovery-image] Oct 18 22:50:07.217 INFO O| Oct 18 22:50:07.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7268 | 2024-10-18T22:50:08.032Z | [ recovery-image] Oct 18 22:50:07.217 INFO O| Oct 18 22:50:07.217 INFO STEP 1028 (remove_files) COMPLETE |
7269 | 2024-10-18T22:50:08.032Z | [ recovery-image] Oct 18 22:50:07.217 INFO O| Oct 18 22:50:07.217 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7270 | 2024-10-18T22:50:08.041Z | [ recovery-image] Oct 18 22:50:07.227 INFO O| Oct 18 22:50:07.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7271 | 2024-10-18T22:50:08.041Z | [ recovery-image] Oct 18 22:50:07.227 INFO O| Oct 18 22:50:07.227 INFO STEP 1029 (remove_files) COMPLETE |
7272 | 2024-10-18T22:50:08.041Z | [ recovery-image] Oct 18 22:50:07.227 INFO O| Oct 18 22:50:07.227 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7273 | 2024-10-18T22:50:08.051Z | [ recovery-image] Oct 18 22:50:07.237 INFO O| Oct 18 22:50:07.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7274 | 2024-10-18T22:50:08.051Z | [ recovery-image] Oct 18 22:50:07.237 INFO O| Oct 18 22:50:07.237 INFO STEP 1030 (remove_files) COMPLETE |
7275 | 2024-10-18T22:50:08.054Z | [ recovery-image] Oct 18 22:50:07.237 INFO O| Oct 18 22:50:07.237 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7276 | 2024-10-18T22:50:08.061Z | [ recovery-image] Oct 18 22:50:07.246 INFO O| Oct 18 22:50:07.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7277 | 2024-10-18T22:50:08.061Z | [ recovery-image] Oct 18 22:50:07.247 INFO O| Oct 18 22:50:07.247 INFO STEP 1031 (remove_files) COMPLETE |
7278 | 2024-10-18T22:50:08.061Z | [ recovery-image] Oct 18 22:50:07.247 INFO O| Oct 18 22:50:07.247 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7279 | 2024-10-18T22:50:08.071Z | [ recovery-image] Oct 18 22:50:07.256 INFO O| Oct 18 22:50:07.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7280 | 2024-10-18T22:50:08.071Z | [ recovery-image] Oct 18 22:50:07.256 INFO O| Oct 18 22:50:07.256 INFO STEP 1032 (remove_files) COMPLETE |
7281 | 2024-10-18T22:50:08.071Z | [ recovery-image] Oct 18 22:50:07.256 INFO O| Oct 18 22:50:07.256 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7282 | 2024-10-18T22:50:08.080Z | [ recovery-image] Oct 18 22:50:07.266 INFO O| Oct 18 22:50:07.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7283 | 2024-10-18T22:50:08.080Z | [ recovery-image] Oct 18 22:50:07.266 INFO O| Oct 18 22:50:07.266 INFO STEP 1033 (remove_files) COMPLETE |
7284 | 2024-10-18T22:50:08.080Z | [ recovery-image] Oct 18 22:50:07.266 INFO O| Oct 18 22:50:07.266 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7285 | 2024-10-18T22:50:08.090Z | [ recovery-image] Oct 18 22:50:07.275 INFO O| Oct 18 22:50:07.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7286 | 2024-10-18T22:50:08.090Z | [ recovery-image] Oct 18 22:50:07.275 INFO O| Oct 18 22:50:07.275 INFO STEP 1034 (remove_files) COMPLETE |
7287 | 2024-10-18T22:50:08.090Z | [ recovery-image] Oct 18 22:50:07.275 INFO O| Oct 18 22:50:07.275 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7288 | 2024-10-18T22:50:08.099Z | [ recovery-image] Oct 18 22:50:07.285 INFO O| Oct 18 22:50:07.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7289 | 2024-10-18T22:50:08.099Z | [ recovery-image] Oct 18 22:50:07.285 INFO O| Oct 18 22:50:07.285 INFO STEP 1035 (remove_files) COMPLETE |
7290 | 2024-10-18T22:50:08.099Z | [ recovery-image] Oct 18 22:50:07.285 INFO O| Oct 18 22:50:07.285 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7291 | 2024-10-18T22:50:08.109Z | [ recovery-image] Oct 18 22:50:07.294 INFO O| Oct 18 22:50:07.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7292 | 2024-10-18T22:50:08.111Z | [ recovery-image] Oct 18 22:50:07.294 INFO O| Oct 18 22:50:07.294 INFO STEP 1036 (remove_files) COMPLETE |
7293 | 2024-10-18T22:50:08.111Z | [ recovery-image] Oct 18 22:50:07.294 INFO O| Oct 18 22:50:07.294 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7294 | 2024-10-18T22:50:08.119Z | [ recovery-image] Oct 18 22:50:07.304 INFO O| Oct 18 22:50:07.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7295 | 2024-10-18T22:50:08.119Z | [ recovery-image] Oct 18 22:50:07.304 INFO O| Oct 18 22:50:07.304 INFO STEP 1037 (remove_files) COMPLETE |
7296 | 2024-10-18T22:50:08.119Z | [ recovery-image] Oct 18 22:50:07.304 INFO O| Oct 18 22:50:07.304 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7297 | 2024-10-18T22:50:08.128Z | [ recovery-image] Oct 18 22:50:07.313 INFO O| Oct 18 22:50:07.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7298 | 2024-10-18T22:50:08.128Z | [ recovery-image] Oct 18 22:50:07.313 INFO O| Oct 18 22:50:07.313 INFO STEP 1038 (remove_files) COMPLETE |
7299 | 2024-10-18T22:50:08.130Z | [ recovery-image] Oct 18 22:50:07.313 INFO O| Oct 18 22:50:07.313 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7300 | 2024-10-18T22:50:08.137Z | [ recovery-image] Oct 18 22:50:07.323 INFO O| Oct 18 22:50:07.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7301 | 2024-10-18T22:50:08.138Z | [ recovery-image] Oct 18 22:50:07.323 INFO O| Oct 18 22:50:07.323 INFO STEP 1039 (remove_files) COMPLETE |
7302 | 2024-10-18T22:50:08.138Z | [ recovery-image] Oct 18 22:50:07.323 INFO O| Oct 18 22:50:07.323 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7303 | 2024-10-18T22:50:08.147Z | [ recovery-image] Oct 18 22:50:07.332 INFO O| Oct 18 22:50:07.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7304 | 2024-10-18T22:50:08.147Z | [ recovery-image] Oct 18 22:50:07.332 INFO O| Oct 18 22:50:07.332 INFO STEP 1040 (remove_files) COMPLETE |
7305 | 2024-10-18T22:50:08.149Z | [ recovery-image] Oct 18 22:50:07.332 INFO O| Oct 18 22:50:07.332 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2024-10-18T22:50:08.157Z | [ recovery-image] Oct 18 22:50:07.342 INFO O| Oct 18 22:50:07.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7307 | 2024-10-18T22:50:08.157Z | [ recovery-image] Oct 18 22:50:07.342 INFO O| Oct 18 22:50:07.342 INFO STEP 1041 (remove_files) COMPLETE |
7308 | 2024-10-18T22:50:08.159Z | [ recovery-image] Oct 18 22:50:07.342 INFO O| Oct 18 22:50:07.342 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7309 | 2024-10-18T22:50:08.166Z | [ recovery-image] Oct 18 22:50:07.352 INFO O| Oct 18 22:50:07.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7310 | 2024-10-18T22:50:08.166Z | [ recovery-image] Oct 18 22:50:07.352 INFO O| Oct 18 22:50:07.352 INFO STEP 1042 (remove_files) COMPLETE |
7311 | 2024-10-18T22:50:08.166Z | [ recovery-image] Oct 18 22:50:07.352 INFO O| Oct 18 22:50:07.352 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2024-10-18T22:50:08.176Z | [ recovery-image] Oct 18 22:50:07.361 INFO O| Oct 18 22:50:07.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7313 | 2024-10-18T22:50:08.176Z | [ recovery-image] Oct 18 22:50:07.361 INFO O| Oct 18 22:50:07.361 INFO STEP 1043 (remove_files) COMPLETE |
7314 | 2024-10-18T22:50:08.178Z | [ recovery-image] Oct 18 22:50:07.361 INFO O| Oct 18 22:50:07.361 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2024-10-18T22:50:08.185Z | [ recovery-image] Oct 18 22:50:07.371 INFO O| Oct 18 22:50:07.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7316 | 2024-10-18T22:50:08.185Z | [ recovery-image] Oct 18 22:50:07.371 INFO O| Oct 18 22:50:07.371 INFO STEP 1044 (remove_files) COMPLETE |
7317 | 2024-10-18T22:50:08.188Z | [ recovery-image] Oct 18 22:50:07.371 INFO O| Oct 18 22:50:07.371 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2024-10-18T22:50:08.195Z | [ recovery-image] Oct 18 22:50:07.380 INFO O| Oct 18 22:50:07.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7319 | 2024-10-18T22:50:08.195Z | [ recovery-image] Oct 18 22:50:07.380 INFO O| Oct 18 22:50:07.380 INFO STEP 1045 (remove_files) COMPLETE |
7320 | 2024-10-18T22:50:08.197Z | [ recovery-image] Oct 18 22:50:07.380 INFO O| Oct 18 22:50:07.380 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2024-10-18T22:50:08.205Z | [ recovery-image] Oct 18 22:50:07.390 INFO O| Oct 18 22:50:07.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7322 | 2024-10-18T22:50:08.205Z | [ recovery-image] Oct 18 22:50:07.390 INFO O| Oct 18 22:50:07.390 INFO STEP 1046 (remove_files) COMPLETE |
7323 | 2024-10-18T22:50:08.207Z | [ recovery-image] Oct 18 22:50:07.390 INFO O| Oct 18 22:50:07.390 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7324 | 2024-10-18T22:50:08.214Z | [ recovery-image] Oct 18 22:50:07.399 INFO O| Oct 18 22:50:07.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7325 | 2024-10-18T22:50:08.216Z | [ recovery-image] Oct 18 22:50:07.400 INFO O| Oct 18 22:50:07.399 INFO STEP 1047 (remove_files) COMPLETE |
7326 | 2024-10-18T22:50:08.217Z | [ recovery-image] Oct 18 22:50:07.400 INFO O| Oct 18 22:50:07.400 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7327 | 2024-10-18T22:50:08.224Z | [ recovery-image] Oct 18 22:50:07.409 INFO O| Oct 18 22:50:07.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7328 | 2024-10-18T22:50:08.224Z | [ recovery-image] Oct 18 22:50:07.409 INFO O| Oct 18 22:50:07.409 INFO STEP 1048 (remove_files) COMPLETE |
7329 | 2024-10-18T22:50:08.226Z | [ recovery-image] Oct 18 22:50:07.409 INFO O| Oct 18 22:50:07.409 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7330 | 2024-10-18T22:50:08.233Z | [ recovery-image] Oct 18 22:50:07.419 INFO O| Oct 18 22:50:07.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7331 | 2024-10-18T22:50:08.233Z | [ recovery-image] Oct 18 22:50:07.419 INFO O| Oct 18 22:50:07.419 INFO STEP 1049 (remove_files) COMPLETE |
7332 | 2024-10-18T22:50:08.233Z | [ recovery-image] Oct 18 22:50:07.419 INFO O| Oct 18 22:50:07.419 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2024-10-18T22:50:08.244Z | [ recovery-image] Oct 18 22:50:07.428 INFO O| Oct 18 22:50:07.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7334 | 2024-10-18T22:50:08.246Z | [ recovery-image] Oct 18 22:50:07.428 INFO O| Oct 18 22:50:07.428 INFO STEP 1050 (remove_files) COMPLETE |
7335 | 2024-10-18T22:50:08.246Z | [ recovery-image] Oct 18 22:50:07.428 INFO O| Oct 18 22:50:07.428 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7336 | 2024-10-18T22:50:08.252Z | [ recovery-image] Oct 18 22:50:07.437 INFO O| Oct 18 22:50:07.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7337 | 2024-10-18T22:50:08.252Z | [ recovery-image] Oct 18 22:50:07.438 INFO O| Oct 18 22:50:07.437 INFO STEP 1051 (remove_files) COMPLETE |
7338 | 2024-10-18T22:50:08.252Z | [ recovery-image] Oct 18 22:50:07.438 INFO O| Oct 18 22:50:07.437 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7339 | 2024-10-18T22:50:08.262Z | [ recovery-image] Oct 18 22:50:07.447 INFO O| Oct 18 22:50:07.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7340 | 2024-10-18T22:50:08.264Z | [ recovery-image] Oct 18 22:50:07.447 INFO O| Oct 18 22:50:07.447 INFO STEP 1052 (remove_files) COMPLETE |
7341 | 2024-10-18T22:50:08.264Z | [ recovery-image] Oct 18 22:50:07.447 INFO O| Oct 18 22:50:07.447 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7342 | 2024-10-18T22:50:08.271Z | [ recovery-image] Oct 18 22:50:07.456 INFO O| Oct 18 22:50:07.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7343 | 2024-10-18T22:50:08.271Z | [ recovery-image] Oct 18 22:50:07.456 INFO O| Oct 18 22:50:07.456 INFO STEP 1053 (remove_files) COMPLETE |
7344 | 2024-10-18T22:50:08.271Z | [ recovery-image] Oct 18 22:50:07.456 INFO O| Oct 18 22:50:07.456 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7345 | 2024-10-18T22:50:08.281Z | [ recovery-image] Oct 18 22:50:07.466 INFO O| Oct 18 22:50:07.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7346 | 2024-10-18T22:50:08.283Z | [ recovery-image] Oct 18 22:50:07.466 INFO O| Oct 18 22:50:07.466 INFO STEP 1054 (remove_files) COMPLETE |
7347 | 2024-10-18T22:50:08.283Z | [ recovery-image] Oct 18 22:50:07.466 INFO O| Oct 18 22:50:07.466 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7348 | 2024-10-18T22:50:08.290Z | [ recovery-image] Oct 18 22:50:07.475 INFO O| Oct 18 22:50:07.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7349 | 2024-10-18T22:50:08.290Z | [ recovery-image] Oct 18 22:50:07.475 INFO O| Oct 18 22:50:07.475 INFO STEP 1055 (remove_files) COMPLETE |
7350 | 2024-10-18T22:50:08.292Z | [ recovery-image] Oct 18 22:50:07.475 INFO O| Oct 18 22:50:07.475 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7351 | 2024-10-18T22:50:08.300Z | [ recovery-image] Oct 18 22:50:07.485 INFO O| Oct 18 22:50:07.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7352 | 2024-10-18T22:50:08.302Z | [ recovery-image] Oct 18 22:50:07.485 INFO O| Oct 18 22:50:07.485 INFO STEP 1056 (remove_files) COMPLETE |
7353 | 2024-10-18T22:50:08.302Z | [ recovery-image] Oct 18 22:50:07.485 INFO O| Oct 18 22:50:07.485 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7354 | 2024-10-18T22:50:08.309Z | [ recovery-image] Oct 18 22:50:07.495 INFO O| Oct 18 22:50:07.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7355 | 2024-10-18T22:50:08.309Z | [ recovery-image] Oct 18 22:50:07.495 INFO O| Oct 18 22:50:07.495 INFO STEP 1057 (remove_files) COMPLETE |
7356 | 2024-10-18T22:50:08.312Z | [ recovery-image] Oct 18 22:50:07.495 INFO O| Oct 18 22:50:07.495 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7357 | 2024-10-18T22:50:08.319Z | [ recovery-image] Oct 18 22:50:07.504 INFO O| Oct 18 22:50:07.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7358 | 2024-10-18T22:50:08.321Z | [ recovery-image] Oct 18 22:50:07.504 INFO O| Oct 18 22:50:07.504 INFO STEP 1058 (remove_files) COMPLETE |
7359 | 2024-10-18T22:50:08.321Z | [ recovery-image] Oct 18 22:50:07.504 INFO O| Oct 18 22:50:07.504 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7360 | 2024-10-18T22:50:08.328Z | [ recovery-image] Oct 18 22:50:07.514 INFO O| Oct 18 22:50:07.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7361 | 2024-10-18T22:50:08.328Z | [ recovery-image] Oct 18 22:50:07.514 INFO O| Oct 18 22:50:07.514 INFO STEP 1059 (remove_files) COMPLETE |
7362 | 2024-10-18T22:50:08.329Z | [ recovery-image] Oct 18 22:50:07.514 INFO O| Oct 18 22:50:07.514 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7363 | 2024-10-18T22:50:08.338Z | [ recovery-image] Oct 18 22:50:07.523 INFO O| Oct 18 22:50:07.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7364 | 2024-10-18T22:50:08.338Z | [ recovery-image] Oct 18 22:50:07.523 INFO O| Oct 18 22:50:07.523 INFO STEP 1060 (remove_files) COMPLETE |
7365 | 2024-10-18T22:50:08.340Z | [ recovery-image] Oct 18 22:50:07.523 INFO O| Oct 18 22:50:07.523 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7366 | 2024-10-18T22:50:08.347Z | [ recovery-image] Oct 18 22:50:07.533 INFO O| Oct 18 22:50:07.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7367 | 2024-10-18T22:50:08.347Z | [ recovery-image] Oct 18 22:50:07.533 INFO O| Oct 18 22:50:07.533 INFO STEP 1061 (remove_files) COMPLETE |
7368 | 2024-10-18T22:50:08.350Z | [ recovery-image] Oct 18 22:50:07.533 INFO O| Oct 18 22:50:07.533 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7369 | 2024-10-18T22:50:08.357Z | [ recovery-image] Oct 18 22:50:07.542 INFO O| Oct 18 22:50:07.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7370 | 2024-10-18T22:50:08.357Z | [ recovery-image] Oct 18 22:50:07.542 INFO O| Oct 18 22:50:07.542 INFO STEP 1062 (remove_files) COMPLETE |
7371 | 2024-10-18T22:50:08.357Z | [ recovery-image] Oct 18 22:50:07.542 INFO O| Oct 18 22:50:07.542 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7372 | 2024-10-18T22:50:08.366Z | [ recovery-image] Oct 18 22:50:07.552 INFO O| Oct 18 22:50:07.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7373 | 2024-10-18T22:50:08.368Z | [ recovery-image] Oct 18 22:50:07.552 INFO O| Oct 18 22:50:07.552 INFO STEP 1063 (remove_files) COMPLETE |
7374 | 2024-10-18T22:50:08.369Z | [ recovery-image] Oct 18 22:50:07.552 INFO O| Oct 18 22:50:07.552 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7375 | 2024-10-18T22:50:08.376Z | [ recovery-image] Oct 18 22:50:07.561 INFO O| Oct 18 22:50:07.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7376 | 2024-10-18T22:50:08.376Z | [ recovery-image] Oct 18 22:50:07.561 INFO O| Oct 18 22:50:07.561 INFO STEP 1064 (remove_files) COMPLETE |
7377 | 2024-10-18T22:50:08.376Z | [ recovery-image] Oct 18 22:50:07.561 INFO O| Oct 18 22:50:07.561 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7378 | 2024-10-18T22:50:08.385Z | [ recovery-image] Oct 18 22:50:07.571 INFO O| Oct 18 22:50:07.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7379 | 2024-10-18T22:50:08.385Z | [ recovery-image] Oct 18 22:50:07.571 INFO O| Oct 18 22:50:07.571 INFO STEP 1065 (remove_files) COMPLETE |
7380 | 2024-10-18T22:50:08.388Z | [ recovery-image] Oct 18 22:50:07.571 INFO O| Oct 18 22:50:07.571 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7381 | 2024-10-18T22:50:08.395Z | [ recovery-image] Oct 18 22:50:07.580 INFO O| Oct 18 22:50:07.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7382 | 2024-10-18T22:50:08.395Z | [ recovery-image] Oct 18 22:50:07.580 INFO O| Oct 18 22:50:07.580 INFO STEP 1066 (remove_files) COMPLETE |
7383 | 2024-10-18T22:50:08.395Z | [ recovery-image] Oct 18 22:50:07.580 INFO O| Oct 18 22:50:07.580 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7384 | 2024-10-18T22:50:08.405Z | [ recovery-image] Oct 18 22:50:07.590 INFO O| Oct 18 22:50:07.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7385 | 2024-10-18T22:50:08.405Z | [ recovery-image] Oct 18 22:50:07.590 INFO O| Oct 18 22:50:07.590 INFO STEP 1067 (remove_files) COMPLETE |
7386 | 2024-10-18T22:50:08.405Z | [ recovery-image] Oct 18 22:50:07.590 INFO O| Oct 18 22:50:07.590 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7387 | 2024-10-18T22:50:08.415Z | [ recovery-image] Oct 18 22:50:07.600 INFO O| Oct 18 22:50:07.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7388 | 2024-10-18T22:50:08.415Z | [ recovery-image] Oct 18 22:50:07.600 INFO O| Oct 18 22:50:07.600 INFO STEP 1068 (remove_files) COMPLETE |
7389 | 2024-10-18T22:50:08.415Z | [ recovery-image] Oct 18 22:50:07.600 INFO O| Oct 18 22:50:07.600 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7390 | 2024-10-18T22:50:08.424Z | [ recovery-image] Oct 18 22:50:07.609 INFO O| Oct 18 22:50:07.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7391 | 2024-10-18T22:50:08.426Z | [ recovery-image] Oct 18 22:50:07.609 INFO O| Oct 18 22:50:07.609 INFO STEP 1069 (remove_files) COMPLETE |
7392 | 2024-10-18T22:50:08.426Z | [ recovery-image] Oct 18 22:50:07.609 INFO O| Oct 18 22:50:07.609 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7393 | 2024-10-18T22:50:08.434Z | [ recovery-image] Oct 18 22:50:07.619 INFO O| Oct 18 22:50:07.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7394 | 2024-10-18T22:50:08.434Z | [ recovery-image] Oct 18 22:50:07.619 INFO O| Oct 18 22:50:07.619 INFO STEP 1070 (remove_files) COMPLETE |
7395 | 2024-10-18T22:50:08.436Z | [ recovery-image] Oct 18 22:50:07.619 INFO O| Oct 18 22:50:07.619 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7396 | 2024-10-18T22:50:08.443Z | [ recovery-image] Oct 18 22:50:07.629 INFO O| Oct 18 22:50:07.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7397 | 2024-10-18T22:50:08.446Z | [ recovery-image] Oct 18 22:50:07.629 INFO O| Oct 18 22:50:07.629 INFO STEP 1071 (remove_files) COMPLETE |
7398 | 2024-10-18T22:50:08.446Z | [ recovery-image] Oct 18 22:50:07.629 INFO O| Oct 18 22:50:07.629 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7399 | 2024-10-18T22:50:08.453Z | [ recovery-image] Oct 18 22:50:07.639 INFO O| Oct 18 22:50:07.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7400 | 2024-10-18T22:50:08.454Z | [ recovery-image] Oct 18 22:50:07.639 INFO O| Oct 18 22:50:07.639 INFO STEP 1072 (remove_files) COMPLETE |
7401 | 2024-10-18T22:50:08.456Z | [ recovery-image] Oct 18 22:50:07.639 INFO O| Oct 18 22:50:07.639 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7402 | 2024-10-18T22:50:08.463Z | [ recovery-image] Oct 18 22:50:07.648 INFO O| Oct 18 22:50:07.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7403 | 2024-10-18T22:50:08.463Z | [ recovery-image] Oct 18 22:50:07.648 INFO O| Oct 18 22:50:07.648 INFO STEP 1073 (remove_files) COMPLETE |
7404 | 2024-10-18T22:50:08.465Z | [ recovery-image] Oct 18 22:50:07.648 INFO O| Oct 18 22:50:07.648 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7405 | 2024-10-18T22:50:08.472Z | [ recovery-image] Oct 18 22:50:07.658 INFO O| Oct 18 22:50:07.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7406 | 2024-10-18T22:50:08.475Z | [ recovery-image] Oct 18 22:50:07.658 INFO O| Oct 18 22:50:07.658 INFO STEP 1074 (remove_files) COMPLETE |
7407 | 2024-10-18T22:50:08.475Z | [ recovery-image] Oct 18 22:50:07.658 INFO O| Oct 18 22:50:07.658 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7408 | 2024-10-18T22:50:08.482Z | [ recovery-image] Oct 18 22:50:07.667 INFO O| Oct 18 22:50:07.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7409 | 2024-10-18T22:50:08.482Z | [ recovery-image] Oct 18 22:50:07.667 INFO O| Oct 18 22:50:07.667 INFO STEP 1075 (remove_files) COMPLETE |
7410 | 2024-10-18T22:50:08.485Z | [ recovery-image] Oct 18 22:50:07.667 INFO O| Oct 18 22:50:07.667 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7411 | 2024-10-18T22:50:08.492Z | [ recovery-image] Oct 18 22:50:07.677 INFO O| Oct 18 22:50:07.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7412 | 2024-10-18T22:50:08.492Z | [ recovery-image] Oct 18 22:50:07.677 INFO O| Oct 18 22:50:07.677 INFO STEP 1076 (remove_files) COMPLETE |
7413 | 2024-10-18T22:50:08.492Z | [ recovery-image] Oct 18 22:50:07.677 INFO O| Oct 18 22:50:07.677 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7414 | 2024-10-18T22:50:08.501Z | [ recovery-image] Oct 18 22:50:07.686 INFO O| Oct 18 22:50:07.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7415 | 2024-10-18T22:50:08.501Z | [ recovery-image] Oct 18 22:50:07.686 INFO O| Oct 18 22:50:07.686 INFO STEP 1077 (remove_files) COMPLETE |
7416 | 2024-10-18T22:50:08.501Z | [ recovery-image] Oct 18 22:50:07.686 INFO O| Oct 18 22:50:07.686 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7417 | 2024-10-18T22:50:08.511Z | [ recovery-image] Oct 18 22:50:07.696 INFO O| Oct 18 22:50:07.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7418 | 2024-10-18T22:50:08.513Z | [ recovery-image] Oct 18 22:50:07.696 INFO O| Oct 18 22:50:07.696 INFO STEP 1078 (remove_files) COMPLETE |
7419 | 2024-10-18T22:50:08.513Z | [ recovery-image] Oct 18 22:50:07.696 INFO O| Oct 18 22:50:07.696 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7420 | 2024-10-18T22:50:08.520Z | [ recovery-image] Oct 18 22:50:07.706 INFO O| Oct 18 22:50:07.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7421 | 2024-10-18T22:50:08.520Z | [ recovery-image] Oct 18 22:50:07.706 INFO O| Oct 18 22:50:07.706 INFO STEP 1079 (remove_files) COMPLETE |
7422 | 2024-10-18T22:50:08.520Z | [ recovery-image] Oct 18 22:50:07.706 INFO O| Oct 18 22:50:07.706 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7423 | 2024-10-18T22:50:08.530Z | [ recovery-image] Oct 18 22:50:07.715 INFO O| Oct 18 22:50:07.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7424 | 2024-10-18T22:50:08.530Z | [ recovery-image] Oct 18 22:50:07.715 INFO O| Oct 18 22:50:07.715 INFO STEP 1080 (remove_files) COMPLETE |
7425 | 2024-10-18T22:50:08.533Z | [ recovery-image] Oct 18 22:50:07.715 INFO O| Oct 18 22:50:07.715 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7426 | 2024-10-18T22:50:08.539Z | [ recovery-image] Oct 18 22:50:07.725 INFO O| Oct 18 22:50:07.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7427 | 2024-10-18T22:50:08.542Z | [ recovery-image] Oct 18 22:50:07.725 INFO O| Oct 18 22:50:07.725 INFO STEP 1081 (remove_files) COMPLETE |
7428 | 2024-10-18T22:50:08.542Z | [ recovery-image] Oct 18 22:50:07.725 INFO O| Oct 18 22:50:07.725 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7429 | 2024-10-18T22:50:08.549Z | [ recovery-image] Oct 18 22:50:07.734 INFO O| Oct 18 22:50:07.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7430 | 2024-10-18T22:50:08.549Z | [ recovery-image] Oct 18 22:50:07.734 INFO O| Oct 18 22:50:07.734 INFO STEP 1082 (remove_files) COMPLETE |
7431 | 2024-10-18T22:50:08.551Z | [ recovery-image] Oct 18 22:50:07.734 INFO O| Oct 18 22:50:07.734 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7432 | 2024-10-18T22:50:08.558Z | [ recovery-image] Oct 18 22:50:07.744 INFO O| Oct 18 22:50:07.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7433 | 2024-10-18T22:50:08.560Z | [ recovery-image] Oct 18 22:50:07.744 INFO O| Oct 18 22:50:07.744 INFO STEP 1083 (remove_files) COMPLETE |
7434 | 2024-10-18T22:50:08.560Z | [ recovery-image] Oct 18 22:50:07.744 INFO O| Oct 18 22:50:07.744 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7435 | 2024-10-18T22:50:08.568Z | [ recovery-image] Oct 18 22:50:07.753 INFO O| Oct 18 22:50:07.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7436 | 2024-10-18T22:50:08.571Z | [ recovery-image] Oct 18 22:50:07.753 INFO O| Oct 18 22:50:07.753 INFO STEP 1084 (remove_files) COMPLETE |
7437 | 2024-10-18T22:50:08.571Z | [ recovery-image] Oct 18 22:50:07.753 INFO O| Oct 18 22:50:07.753 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7438 | 2024-10-18T22:50:08.577Z | [ recovery-image] Oct 18 22:50:07.763 INFO O| Oct 18 22:50:07.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7439 | 2024-10-18T22:50:08.577Z | [ recovery-image] Oct 18 22:50:07.763 INFO O| Oct 18 22:50:07.763 INFO STEP 1085 (remove_files) COMPLETE |
7440 | 2024-10-18T22:50:08.577Z | [ recovery-image] Oct 18 22:50:07.763 INFO O| Oct 18 22:50:07.763 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7441 | 2024-10-18T22:50:08.587Z | [ recovery-image] Oct 18 22:50:07.772 INFO O| Oct 18 22:50:07.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7442 | 2024-10-18T22:50:08.587Z | [ recovery-image] Oct 18 22:50:07.772 INFO O| Oct 18 22:50:07.772 INFO STEP 1086 (remove_files) COMPLETE |
7443 | 2024-10-18T22:50:08.587Z | [ recovery-image] Oct 18 22:50:07.772 INFO O| Oct 18 22:50:07.772 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7444 | 2024-10-18T22:50:08.596Z | [ recovery-image] Oct 18 22:50:07.782 INFO O| Oct 18 22:50:07.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7445 | 2024-10-18T22:50:08.596Z | [ recovery-image] Oct 18 22:50:07.782 INFO O| Oct 18 22:50:07.782 INFO STEP 1087 (remove_files) COMPLETE |
7446 | 2024-10-18T22:50:08.599Z | [ recovery-image] Oct 18 22:50:07.782 INFO O| Oct 18 22:50:07.782 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7447 | 2024-10-18T22:50:08.606Z | [ recovery-image] Oct 18 22:50:07.791 INFO O| Oct 18 22:50:07.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7448 | 2024-10-18T22:50:08.606Z | [ recovery-image] Oct 18 22:50:07.791 INFO O| Oct 18 22:50:07.791 INFO STEP 1088 (remove_files) COMPLETE |
7449 | 2024-10-18T22:50:08.606Z | [ recovery-image] Oct 18 22:50:07.791 INFO O| Oct 18 22:50:07.791 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7450 | 2024-10-18T22:50:08.616Z | [ recovery-image] Oct 18 22:50:07.801 INFO O| Oct 18 22:50:07.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7451 | 2024-10-18T22:50:08.616Z | [ recovery-image] Oct 18 22:50:07.801 INFO O| Oct 18 22:50:07.801 INFO STEP 1089 (remove_files) COMPLETE |
7452 | 2024-10-18T22:50:08.616Z | [ recovery-image] Oct 18 22:50:07.801 INFO O| Oct 18 22:50:07.801 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7453 | 2024-10-18T22:50:08.625Z | [ recovery-image] Oct 18 22:50:07.811 INFO O| Oct 18 22:50:07.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7454 | 2024-10-18T22:50:08.627Z | [ recovery-image] Oct 18 22:50:07.811 INFO O| Oct 18 22:50:07.811 INFO STEP 1090 (remove_files) COMPLETE |
7455 | 2024-10-18T22:50:08.628Z | [ recovery-image] Oct 18 22:50:07.811 INFO O| Oct 18 22:50:07.811 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7456 | 2024-10-18T22:50:08.635Z | [ recovery-image] Oct 18 22:50:07.820 INFO O| Oct 18 22:50:07.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7457 | 2024-10-18T22:50:08.635Z | [ recovery-image] Oct 18 22:50:07.820 INFO O| Oct 18 22:50:07.820 INFO STEP 1091 (remove_files) COMPLETE |
7458 | 2024-10-18T22:50:08.635Z | [ recovery-image] Oct 18 22:50:07.820 INFO O| Oct 18 22:50:07.820 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7459 | 2024-10-18T22:50:08.645Z | [ recovery-image] Oct 18 22:50:07.830 INFO O| Oct 18 22:50:07.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7460 | 2024-10-18T22:50:08.647Z | [ recovery-image] Oct 18 22:50:07.830 INFO O| Oct 18 22:50:07.830 INFO STEP 1092 (remove_files) COMPLETE |
7461 | 2024-10-18T22:50:08.647Z | [ recovery-image] Oct 18 22:50:07.830 INFO O| Oct 18 22:50:07.830 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7462 | 2024-10-18T22:50:08.654Z | [ recovery-image] Oct 18 22:50:07.839 INFO O| Oct 18 22:50:07.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7463 | 2024-10-18T22:50:08.654Z | [ recovery-image] Oct 18 22:50:07.839 INFO O| Oct 18 22:50:07.839 INFO STEP 1093 (remove_files) COMPLETE |
7464 | 2024-10-18T22:50:08.656Z | [ recovery-image] Oct 18 22:50:07.839 INFO O| Oct 18 22:50:07.839 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7465 | 2024-10-18T22:50:08.663Z | [ recovery-image] Oct 18 22:50:07.849 INFO O| Oct 18 22:50:07.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7466 | 2024-10-18T22:50:08.666Z | [ recovery-image] Oct 18 22:50:07.849 INFO O| Oct 18 22:50:07.849 INFO STEP 1094 (remove_files) COMPLETE |
7467 | 2024-10-18T22:50:08.666Z | [ recovery-image] Oct 18 22:50:07.849 INFO O| Oct 18 22:50:07.849 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7468 | 2024-10-18T22:50:08.673Z | [ recovery-image] Oct 18 22:50:07.858 INFO O| Oct 18 22:50:07.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7469 | 2024-10-18T22:50:08.673Z | [ recovery-image] Oct 18 22:50:07.858 INFO O| Oct 18 22:50:07.858 INFO STEP 1095 (remove_files) COMPLETE |
7470 | 2024-10-18T22:50:08.675Z | [ recovery-image] Oct 18 22:50:07.858 INFO O| Oct 18 22:50:07.858 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7471 | 2024-10-18T22:50:08.683Z | [ recovery-image] Oct 18 22:50:07.868 INFO O| Oct 18 22:50:07.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7472 | 2024-10-18T22:50:08.683Z | [ recovery-image] Oct 18 22:50:07.868 INFO O| Oct 18 22:50:07.868 INFO STEP 1096 (remove_files) COMPLETE |
7473 | 2024-10-18T22:50:08.685Z | [ recovery-image] Oct 18 22:50:07.868 INFO O| Oct 18 22:50:07.868 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7474 | 2024-10-18T22:50:08.692Z | [ recovery-image] Oct 18 22:50:07.877 INFO O| Oct 18 22:50:07.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7475 | 2024-10-18T22:50:08.694Z | [ recovery-image] Oct 18 22:50:07.877 INFO O| Oct 18 22:50:07.877 INFO STEP 1097 (remove_files) COMPLETE |
7476 | 2024-10-18T22:50:08.694Z | [ recovery-image] Oct 18 22:50:07.877 INFO O| Oct 18 22:50:07.877 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7477 | 2024-10-18T22:50:08.701Z | [ recovery-image] Oct 18 22:50:07.887 INFO O| Oct 18 22:50:07.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7478 | 2024-10-18T22:50:08.701Z | [ recovery-image] Oct 18 22:50:07.887 INFO O| Oct 18 22:50:07.887 INFO STEP 1098 (remove_files) COMPLETE |
7479 | 2024-10-18T22:50:08.704Z | [ recovery-image] Oct 18 22:50:07.887 INFO O| Oct 18 22:50:07.887 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7480 | 2024-10-18T22:50:08.711Z | [ recovery-image] Oct 18 22:50:07.896 INFO O| Oct 18 22:50:07.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7481 | 2024-10-18T22:50:08.711Z | [ recovery-image] Oct 18 22:50:07.896 INFO O| Oct 18 22:50:07.896 INFO STEP 1099 (remove_files) COMPLETE |
7482 | 2024-10-18T22:50:08.711Z | [ recovery-image] Oct 18 22:50:07.896 INFO O| Oct 18 22:50:07.896 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7483 | 2024-10-18T22:50:08.720Z | [ recovery-image] Oct 18 22:50:07.906 INFO O| Oct 18 22:50:07.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7484 | 2024-10-18T22:50:08.721Z | [ recovery-image] Oct 18 22:50:07.906 INFO O| Oct 18 22:50:07.906 INFO STEP 1100 (remove_files) COMPLETE |
7485 | 2024-10-18T22:50:08.723Z | [ recovery-image] Oct 18 22:50:07.906 INFO O| Oct 18 22:50:07.906 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7486 | 2024-10-18T22:50:08.730Z | [ recovery-image] Oct 18 22:50:07.915 INFO O| Oct 18 22:50:07.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7487 | 2024-10-18T22:50:08.730Z | [ recovery-image] Oct 18 22:50:07.915 INFO O| Oct 18 22:50:07.915 INFO STEP 1101 (remove_files) COMPLETE |
7488 | 2024-10-18T22:50:08.730Z | [ recovery-image] Oct 18 22:50:07.915 INFO O| Oct 18 22:50:07.915 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7489 | 2024-10-18T22:50:08.739Z | [ recovery-image] Oct 18 22:50:07.925 INFO O| Oct 18 22:50:07.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7490 | 2024-10-18T22:50:08.739Z | [ recovery-image] Oct 18 22:50:07.925 INFO O| Oct 18 22:50:07.925 INFO STEP 1102 (remove_files) COMPLETE |
7491 | 2024-10-18T22:50:08.742Z | [ recovery-image] Oct 18 22:50:07.925 INFO O| Oct 18 22:50:07.925 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7492 | 2024-10-18T22:50:08.750Z | [ recovery-image] Oct 18 22:50:07.934 INFO O| Oct 18 22:50:07.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7493 | 2024-10-18T22:50:08.750Z | [ recovery-image] Oct 18 22:50:07.934 INFO O| Oct 18 22:50:07.934 INFO STEP 1103 (remove_files) COMPLETE |
7494 | 2024-10-18T22:50:08.752Z | [ recovery-image] Oct 18 22:50:07.934 INFO O| Oct 18 22:50:07.934 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7495 | 2024-10-18T22:50:08.759Z | [ recovery-image] Oct 18 22:50:07.944 INFO O| Oct 18 22:50:07.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7496 | 2024-10-18T22:50:08.759Z | [ recovery-image] Oct 18 22:50:07.944 INFO O| Oct 18 22:50:07.944 INFO STEP 1104 (remove_files) COMPLETE |
7497 | 2024-10-18T22:50:08.761Z | [ recovery-image] Oct 18 22:50:07.944 INFO O| Oct 18 22:50:07.944 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7498 | 2024-10-18T22:50:08.769Z | [ recovery-image] Oct 18 22:50:07.954 INFO O| Oct 18 22:50:07.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7499 | 2024-10-18T22:50:08.769Z | [ recovery-image] Oct 18 22:50:07.954 INFO O| Oct 18 22:50:07.954 INFO STEP 1105 (remove_files) COMPLETE |
7500 | 2024-10-18T22:50:08.769Z | [ recovery-image] Oct 18 22:50:07.954 INFO O| Oct 18 22:50:07.954 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7501 | 2024-10-18T22:50:08.778Z | [ recovery-image] Oct 18 22:50:07.963 INFO O| Oct 18 22:50:07.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7502 | 2024-10-18T22:50:08.778Z | [ recovery-image] Oct 18 22:50:07.964 INFO O| Oct 18 22:50:07.964 INFO STEP 1106 (remove_files) COMPLETE |
7503 | 2024-10-18T22:50:08.780Z | [ recovery-image] Oct 18 22:50:07.964 INFO O| Oct 18 22:50:07.964 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7504 | 2024-10-18T22:50:08.788Z | [ recovery-image] Oct 18 22:50:07.973 INFO O| Oct 18 22:50:07.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7505 | 2024-10-18T22:50:08.788Z | [ recovery-image] Oct 18 22:50:07.973 INFO O| Oct 18 22:50:07.973 INFO STEP 1107 (remove_files) COMPLETE |
7506 | 2024-10-18T22:50:08.788Z | [ recovery-image] Oct 18 22:50:07.973 INFO O| Oct 18 22:50:07.973 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7507 | 2024-10-18T22:50:08.797Z | [ recovery-image] Oct 18 22:50:07.982 INFO O| Oct 18 22:50:07.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7508 | 2024-10-18T22:50:08.797Z | [ recovery-image] Oct 18 22:50:07.983 INFO O| Oct 18 22:50:07.983 INFO STEP 1108 (remove_files) COMPLETE |
7509 | 2024-10-18T22:50:08.797Z | [ recovery-image] Oct 18 22:50:07.983 INFO O| Oct 18 22:50:07.983 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7510 | 2024-10-18T22:50:08.807Z | [ recovery-image] Oct 18 22:50:07.992 INFO O| Oct 18 22:50:07.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7511 | 2024-10-18T22:50:08.807Z | [ recovery-image] Oct 18 22:50:07.992 INFO O| Oct 18 22:50:07.992 INFO STEP 1109 (remove_files) COMPLETE |
7512 | 2024-10-18T22:50:08.807Z | [ recovery-image] Oct 18 22:50:07.992 INFO O| Oct 18 22:50:07.992 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7513 | 2024-10-18T22:50:08.817Z | [ recovery-image] Oct 18 22:50:08.002 INFO O| Oct 18 22:50:08.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7514 | 2024-10-18T22:50:08.817Z | [ recovery-image] Oct 18 22:50:08.002 INFO O| Oct 18 22:50:08.002 INFO STEP 1110 (remove_files) COMPLETE |
7515 | 2024-10-18T22:50:08.817Z | [ recovery-image] Oct 18 22:50:08.002 INFO O| Oct 18 22:50:08.002 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7516 | 2024-10-18T22:50:08.827Z | [ recovery-image] Oct 18 22:50:08.012 INFO O| Oct 18 22:50:08.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7517 | 2024-10-18T22:50:08.829Z | [ recovery-image] Oct 18 22:50:08.012 INFO O| Oct 18 22:50:08.012 INFO STEP 1111 (remove_files) COMPLETE |
7518 | 2024-10-18T22:50:08.829Z | [ recovery-image] Oct 18 22:50:08.012 INFO O| Oct 18 22:50:08.012 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7519 | 2024-10-18T22:50:08.836Z | [ recovery-image] Oct 18 22:50:08.021 INFO O| Oct 18 22:50:08.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7520 | 2024-10-18T22:50:08.836Z | [ recovery-image] Oct 18 22:50:08.021 INFO O| Oct 18 22:50:08.021 INFO STEP 1112 (remove_files) COMPLETE |
7521 | 2024-10-18T22:50:08.836Z | [ recovery-image] Oct 18 22:50:08.021 INFO O| Oct 18 22:50:08.021 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7522 | 2024-10-18T22:50:08.846Z | [ recovery-image] Oct 18 22:50:08.031 INFO O| Oct 18 22:50:08.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7523 | 2024-10-18T22:50:08.846Z | [ recovery-image] Oct 18 22:50:08.031 INFO O| Oct 18 22:50:08.031 INFO STEP 1113 (remove_files) COMPLETE |
7524 | 2024-10-18T22:50:08.848Z | [ recovery-image] Oct 18 22:50:08.031 INFO O| Oct 18 22:50:08.031 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7525 | 2024-10-18T22:50:08.855Z | [ recovery-image] Oct 18 22:50:08.040 INFO O| Oct 18 22:50:08.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7526 | 2024-10-18T22:50:08.857Z | [ recovery-image] Oct 18 22:50:08.040 INFO O| Oct 18 22:50:08.040 INFO STEP 1114 (remove_files) COMPLETE |
7527 | 2024-10-18T22:50:08.857Z | [ recovery-image] Oct 18 22:50:08.040 INFO O| Oct 18 22:50:08.040 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7528 | 2024-10-18T22:50:08.865Z | [ recovery-image] Oct 18 22:50:08.050 INFO O| Oct 18 22:50:08.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7529 | 2024-10-18T22:50:08.867Z | [ recovery-image] Oct 18 22:50:08.050 INFO O| Oct 18 22:50:08.050 INFO STEP 1115 (remove_files) COMPLETE |
7530 | 2024-10-18T22:50:08.867Z | [ recovery-image] Oct 18 22:50:08.050 INFO O| Oct 18 22:50:08.050 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7531 | 2024-10-18T22:50:08.874Z | [ recovery-image] Oct 18 22:50:08.060 INFO O| Oct 18 22:50:08.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7532 | 2024-10-18T22:50:08.874Z | [ recovery-image] Oct 18 22:50:08.060 INFO O| Oct 18 22:50:08.060 INFO STEP 1116 (remove_files) COMPLETE |
7533 | 2024-10-18T22:50:08.876Z | [ recovery-image] Oct 18 22:50:08.060 INFO O| Oct 18 22:50:08.060 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7534 | 2024-10-18T22:50:08.884Z | [ recovery-image] Oct 18 22:50:08.069 INFO O| Oct 18 22:50:08.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7535 | 2024-10-18T22:50:08.886Z | [ recovery-image] Oct 18 22:50:08.069 INFO O| Oct 18 22:50:08.069 INFO STEP 1117 (remove_files) COMPLETE |
7536 | 2024-10-18T22:50:08.886Z | [ recovery-image] Oct 18 22:50:08.069 INFO O| Oct 18 22:50:08.069 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7537 | 2024-10-18T22:50:08.894Z | [ recovery-image] Oct 18 22:50:08.079 INFO O| Oct 18 22:50:08.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7538 | 2024-10-18T22:50:08.896Z | [ recovery-image] Oct 18 22:50:08.079 INFO O| Oct 18 22:50:08.079 INFO STEP 1118 (remove_files) COMPLETE |
7539 | 2024-10-18T22:50:08.896Z | [ recovery-image] Oct 18 22:50:08.079 INFO O| Oct 18 22:50:08.079 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7540 | 2024-10-18T22:50:08.903Z | [ recovery-image] Oct 18 22:50:08.089 INFO O| Oct 18 22:50:08.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7541 | 2024-10-18T22:50:08.903Z | [ recovery-image] Oct 18 22:50:08.089 INFO O| Oct 18 22:50:08.089 INFO STEP 1119 (remove_files) COMPLETE |
7542 | 2024-10-18T22:50:08.906Z | [ recovery-image] Oct 18 22:50:08.089 INFO O| Oct 18 22:50:08.089 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7543 | 2024-10-18T22:50:08.913Z | [ recovery-image] Oct 18 22:50:08.098 INFO O| Oct 18 22:50:08.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7544 | 2024-10-18T22:50:08.915Z | [ recovery-image] Oct 18 22:50:08.098 INFO O| Oct 18 22:50:08.098 INFO STEP 1120 (remove_files) COMPLETE |
7545 | 2024-10-18T22:50:08.916Z | [ recovery-image] Oct 18 22:50:08.098 INFO O| Oct 18 22:50:08.098 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7546 | 2024-10-18T22:50:08.923Z | [ recovery-image] Oct 18 22:50:08.108 INFO O| Oct 18 22:50:08.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7547 | 2024-10-18T22:50:08.923Z | [ recovery-image] Oct 18 22:50:08.108 INFO O| Oct 18 22:50:08.108 INFO STEP 1121 (remove_files) COMPLETE |
7548 | 2024-10-18T22:50:08.925Z | [ recovery-image] Oct 18 22:50:08.108 INFO O| Oct 18 22:50:08.108 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7549 | 2024-10-18T22:50:08.932Z | [ recovery-image] Oct 18 22:50:08.117 INFO O| Oct 18 22:50:08.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7550 | 2024-10-18T22:50:08.932Z | [ recovery-image] Oct 18 22:50:08.118 INFO O| Oct 18 22:50:08.117 INFO STEP 1122 (remove_files) COMPLETE |
7551 | 2024-10-18T22:50:08.934Z | [ recovery-image] Oct 18 22:50:08.118 INFO O| Oct 18 22:50:08.117 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7552 | 2024-10-18T22:50:08.942Z | [ recovery-image] Oct 18 22:50:08.127 INFO O| Oct 18 22:50:08.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7553 | 2024-10-18T22:50:08.942Z | [ recovery-image] Oct 18 22:50:08.127 INFO O| Oct 18 22:50:08.127 INFO STEP 1123 (remove_files) COMPLETE |
7554 | 2024-10-18T22:50:08.942Z | [ recovery-image] Oct 18 22:50:08.127 INFO O| Oct 18 22:50:08.127 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7555 | 2024-10-18T22:50:08.951Z | [ recovery-image] Oct 18 22:50:08.137 INFO O| Oct 18 22:50:08.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7556 | 2024-10-18T22:50:08.951Z | [ recovery-image] Oct 18 22:50:08.137 INFO O| Oct 18 22:50:08.137 INFO STEP 1124 (remove_files) COMPLETE |
7557 | 2024-10-18T22:50:08.951Z | [ recovery-image] Oct 18 22:50:08.137 INFO O| Oct 18 22:50:08.137 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7558 | 2024-10-18T22:50:08.961Z | [ recovery-image] Oct 18 22:50:08.146 INFO O| Oct 18 22:50:08.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7559 | 2024-10-18T22:50:08.961Z | [ recovery-image] Oct 18 22:50:08.146 INFO O| Oct 18 22:50:08.146 INFO STEP 1125 (remove_files) COMPLETE |
7560 | 2024-10-18T22:50:08.961Z | [ recovery-image] Oct 18 22:50:08.146 INFO O| Oct 18 22:50:08.146 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7561 | 2024-10-18T22:50:08.970Z | [ recovery-image] Oct 18 22:50:08.155 INFO O| Oct 18 22:50:08.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7562 | 2024-10-18T22:50:08.970Z | [ recovery-image] Oct 18 22:50:08.156 INFO O| Oct 18 22:50:08.156 INFO STEP 1126 (remove_files) COMPLETE |
7563 | 2024-10-18T22:50:08.970Z | [ recovery-image] Oct 18 22:50:08.156 INFO O| Oct 18 22:50:08.156 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7564 | 2024-10-18T22:50:08.980Z | [ recovery-image] Oct 18 22:50:08.165 INFO O| Oct 18 22:50:08.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7565 | 2024-10-18T22:50:08.980Z | [ recovery-image] Oct 18 22:50:08.165 INFO O| Oct 18 22:50:08.165 INFO STEP 1127 (remove_files) COMPLETE |
7566 | 2024-10-18T22:50:08.982Z | [ recovery-image] Oct 18 22:50:08.165 INFO O| Oct 18 22:50:08.165 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7567 | 2024-10-18T22:50:08.989Z | [ recovery-image] Oct 18 22:50:08.175 INFO O| Oct 18 22:50:08.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7568 | 2024-10-18T22:50:08.992Z | [ recovery-image] Oct 18 22:50:08.175 INFO O| Oct 18 22:50:08.175 INFO STEP 1128 (remove_files) COMPLETE |
7569 | 2024-10-18T22:50:08.992Z | [ recovery-image] Oct 18 22:50:08.175 INFO O| Oct 18 22:50:08.175 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7570 | 2024-10-18T22:50:08.999Z | [ recovery-image] Oct 18 22:50:08.184 INFO O| Oct 18 22:50:08.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7571 | 2024-10-18T22:50:09.002Z | [ recovery-image] Oct 18 22:50:08.184 INFO O| Oct 18 22:50:08.184 INFO STEP 1129 (remove_files) COMPLETE |
7572 | 2024-10-18T22:50:09.002Z | [ recovery-image] Oct 18 22:50:08.184 INFO O| Oct 18 22:50:08.184 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7573 | 2024-10-18T22:50:09.009Z | [ recovery-image] Oct 18 22:50:08.194 INFO O| Oct 18 22:50:08.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7574 | 2024-10-18T22:50:09.009Z | [ recovery-image] Oct 18 22:50:08.194 INFO O| Oct 18 22:50:08.194 INFO STEP 1130 (remove_files) COMPLETE |
7575 | 2024-10-18T22:50:09.011Z | [ recovery-image] Oct 18 22:50:08.194 INFO O| Oct 18 22:50:08.194 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7576 | 2024-10-18T22:50:09.018Z | [ recovery-image] Oct 18 22:50:08.204 INFO O| Oct 18 22:50:08.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7577 | 2024-10-18T22:50:09.018Z | [ recovery-image] Oct 18 22:50:08.204 INFO O| Oct 18 22:50:08.204 INFO STEP 1131 (remove_files) COMPLETE |
7578 | 2024-10-18T22:50:09.021Z | [ recovery-image] Oct 18 22:50:08.204 INFO O| Oct 18 22:50:08.204 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7579 | 2024-10-18T22:50:09.028Z | [ recovery-image] Oct 18 22:50:08.213 INFO O| Oct 18 22:50:08.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7580 | 2024-10-18T22:50:09.030Z | [ recovery-image] Oct 18 22:50:08.213 INFO O| Oct 18 22:50:08.213 INFO STEP 1132 (remove_files) COMPLETE |
7581 | 2024-10-18T22:50:09.030Z | [ recovery-image] Oct 18 22:50:08.213 INFO O| Oct 18 22:50:08.213 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7582 | 2024-10-18T22:50:09.037Z | [ recovery-image] Oct 18 22:50:08.223 INFO O| Oct 18 22:50:08.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7583 | 2024-10-18T22:50:09.038Z | [ recovery-image] Oct 18 22:50:08.223 INFO O| Oct 18 22:50:08.223 INFO STEP 1133 (remove_files) COMPLETE |
7584 | 2024-10-18T22:50:09.040Z | [ recovery-image] Oct 18 22:50:08.223 INFO O| Oct 18 22:50:08.223 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7585 | 2024-10-18T22:50:09.047Z | [ recovery-image] Oct 18 22:50:08.232 INFO O| Oct 18 22:50:08.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7586 | 2024-10-18T22:50:09.047Z | [ recovery-image] Oct 18 22:50:08.232 INFO O| Oct 18 22:50:08.232 INFO STEP 1134 (remove_files) COMPLETE |
7587 | 2024-10-18T22:50:09.047Z | [ recovery-image] Oct 18 22:50:08.232 INFO O| Oct 18 22:50:08.232 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7588 | 2024-10-18T22:50:09.056Z | [ recovery-image] Oct 18 22:50:08.242 INFO O| Oct 18 22:50:08.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7589 | 2024-10-18T22:50:09.059Z | [ recovery-image] Oct 18 22:50:08.242 INFO O| Oct 18 22:50:08.242 INFO STEP 1135 (remove_files) COMPLETE |
7590 | 2024-10-18T22:50:09.059Z | [ recovery-image] Oct 18 22:50:08.242 INFO O| Oct 18 22:50:08.242 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7591 | 2024-10-18T22:50:09.066Z | [ recovery-image] Oct 18 22:50:08.251 INFO O| Oct 18 22:50:08.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7592 | 2024-10-18T22:50:09.066Z | [ recovery-image] Oct 18 22:50:08.251 INFO O| Oct 18 22:50:08.251 INFO STEP 1136 (remove_files) COMPLETE |
7593 | 2024-10-18T22:50:09.068Z | [ recovery-image] Oct 18 22:50:08.251 INFO O| Oct 18 22:50:08.251 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7594 | 2024-10-18T22:50:09.075Z | [ recovery-image] Oct 18 22:50:08.261 INFO O| Oct 18 22:50:08.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7595 | 2024-10-18T22:50:09.078Z | [ recovery-image] Oct 18 22:50:08.261 INFO O| Oct 18 22:50:08.261 INFO STEP 1137 (remove_files) COMPLETE |
7596 | 2024-10-18T22:50:09.078Z | [ recovery-image] Oct 18 22:50:08.261 INFO O| Oct 18 22:50:08.261 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7597 | 2024-10-18T22:50:09.085Z | [ recovery-image] Oct 18 22:50:08.270 INFO O| Oct 18 22:50:08.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7598 | 2024-10-18T22:50:09.085Z | [ recovery-image] Oct 18 22:50:08.270 INFO O| Oct 18 22:50:08.270 INFO STEP 1138 (remove_files) COMPLETE |
7599 | 2024-10-18T22:50:09.087Z | [ recovery-image] Oct 18 22:50:08.270 INFO O| Oct 18 22:50:08.270 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7600 | 2024-10-18T22:50:09.094Z | [ recovery-image] Oct 18 22:50:08.280 INFO O| Oct 18 22:50:08.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7601 | 2024-10-18T22:50:09.095Z | [ recovery-image] Oct 18 22:50:08.280 INFO O| Oct 18 22:50:08.280 INFO STEP 1139 (remove_files) COMPLETE |
7602 | 2024-10-18T22:50:09.095Z | [ recovery-image] Oct 18 22:50:08.280 INFO O| Oct 18 22:50:08.280 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7603 | 2024-10-18T22:50:09.104Z | [ recovery-image] Oct 18 22:50:08.289 INFO O| Oct 18 22:50:08.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7604 | 2024-10-18T22:50:09.104Z | [ recovery-image] Oct 18 22:50:08.289 INFO O| Oct 18 22:50:08.289 INFO STEP 1140 (remove_files) COMPLETE |
7605 | 2024-10-18T22:50:09.107Z | [ recovery-image] Oct 18 22:50:08.289 INFO O| Oct 18 22:50:08.289 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7606 | 2024-10-18T22:50:09.114Z | [ recovery-image] Oct 18 22:50:08.299 INFO O| Oct 18 22:50:08.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7607 | 2024-10-18T22:50:09.116Z | [ recovery-image] Oct 18 22:50:08.299 INFO O| Oct 18 22:50:08.299 INFO STEP 1141 (remove_files) COMPLETE |
7608 | 2024-10-18T22:50:09.116Z | [ recovery-image] Oct 18 22:50:08.299 INFO O| Oct 18 22:50:08.299 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7609 | 2024-10-18T22:50:09.123Z | [ recovery-image] Oct 18 22:50:08.308 INFO O| Oct 18 22:50:08.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7610 | 2024-10-18T22:50:09.123Z | [ recovery-image] Oct 18 22:50:08.309 INFO O| Oct 18 22:50:08.309 INFO STEP 1142 (remove_files) COMPLETE |
7611 | 2024-10-18T22:50:09.123Z | [ recovery-image] Oct 18 22:50:08.309 INFO O| Oct 18 22:50:08.309 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7612 | 2024-10-18T22:50:09.133Z | [ recovery-image] Oct 18 22:50:08.318 INFO O| Oct 18 22:50:08.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7613 | 2024-10-18T22:50:09.133Z | [ recovery-image] Oct 18 22:50:08.318 INFO O| Oct 18 22:50:08.318 INFO STEP 1143 (remove_files) COMPLETE |
7614 | 2024-10-18T22:50:09.135Z | [ recovery-image] Oct 18 22:50:08.318 INFO O| Oct 18 22:50:08.318 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7615 | 2024-10-18T22:50:09.142Z | [ recovery-image] Oct 18 22:50:08.328 INFO O| Oct 18 22:50:08.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7616 | 2024-10-18T22:50:09.143Z | [ recovery-image] Oct 18 22:50:08.328 INFO O| Oct 18 22:50:08.328 INFO STEP 1144 (remove_files) COMPLETE |
7617 | 2024-10-18T22:50:09.145Z | [ recovery-image] Oct 18 22:50:08.328 INFO O| Oct 18 22:50:08.328 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7618 | 2024-10-18T22:50:09.152Z | [ recovery-image] Oct 18 22:50:08.337 INFO O| Oct 18 22:50:08.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7619 | 2024-10-18T22:50:09.152Z | [ recovery-image] Oct 18 22:50:08.337 INFO O| Oct 18 22:50:08.337 INFO STEP 1145 (remove_files) COMPLETE |
7620 | 2024-10-18T22:50:09.152Z | [ recovery-image] Oct 18 22:50:08.337 INFO O| Oct 18 22:50:08.337 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7621 | 2024-10-18T22:50:09.162Z | [ recovery-image] Oct 18 22:50:08.347 INFO O| Oct 18 22:50:08.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7622 | 2024-10-18T22:50:09.162Z | [ recovery-image] Oct 18 22:50:08.347 INFO O| Oct 18 22:50:08.347 INFO STEP 1146 (remove_files) COMPLETE |
7623 | 2024-10-18T22:50:09.162Z | [ recovery-image] Oct 18 22:50:08.347 INFO O| Oct 18 22:50:08.347 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7624 | 2024-10-18T22:50:09.171Z | [ recovery-image] Oct 18 22:50:08.356 INFO O| Oct 18 22:50:08.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7625 | 2024-10-18T22:50:09.171Z | [ recovery-image] Oct 18 22:50:08.356 INFO O| Oct 18 22:50:08.356 INFO STEP 1147 (remove_files) COMPLETE |
7626 | 2024-10-18T22:50:09.173Z | [ recovery-image] Oct 18 22:50:08.356 INFO O| Oct 18 22:50:08.356 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7627 | 2024-10-18T22:50:09.181Z | [ recovery-image] Oct 18 22:50:08.366 INFO O| Oct 18 22:50:08.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7628 | 2024-10-18T22:50:09.181Z | [ recovery-image] Oct 18 22:50:08.366 INFO O| Oct 18 22:50:08.366 INFO STEP 1148 (remove_files) COMPLETE |
7629 | 2024-10-18T22:50:09.183Z | [ recovery-image] Oct 18 22:50:08.366 INFO O| Oct 18 22:50:08.366 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7630 | 2024-10-18T22:50:09.190Z | [ recovery-image] Oct 18 22:50:08.375 INFO O| Oct 18 22:50:08.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7631 | 2024-10-18T22:50:09.190Z | [ recovery-image] Oct 18 22:50:08.376 INFO O| Oct 18 22:50:08.376 INFO STEP 1149 (remove_files) COMPLETE |
7632 | 2024-10-18T22:50:09.190Z | [ recovery-image] Oct 18 22:50:08.376 INFO O| Oct 18 22:50:08.376 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7633 | 2024-10-18T22:50:09.200Z | [ recovery-image] Oct 18 22:50:08.385 INFO O| Oct 18 22:50:08.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7634 | 2024-10-18T22:50:09.202Z | [ recovery-image] Oct 18 22:50:08.385 INFO O| Oct 18 22:50:08.385 INFO STEP 1150 (remove_files) COMPLETE |
7635 | 2024-10-18T22:50:09.202Z | [ recovery-image] Oct 18 22:50:08.385 INFO O| Oct 18 22:50:08.385 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7636 | 2024-10-18T22:50:09.210Z | [ recovery-image] Oct 18 22:50:08.395 INFO O| Oct 18 22:50:08.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7637 | 2024-10-18T22:50:09.210Z | [ recovery-image] Oct 18 22:50:08.395 INFO O| Oct 18 22:50:08.395 INFO STEP 1151 (remove_files) COMPLETE |
7638 | 2024-10-18T22:50:09.212Z | [ recovery-image] Oct 18 22:50:08.395 INFO O| Oct 18 22:50:08.395 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7639 | 2024-10-18T22:50:09.219Z | [ recovery-image] Oct 18 22:50:08.404 INFO O| Oct 18 22:50:08.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7640 | 2024-10-18T22:50:09.219Z | [ recovery-image] Oct 18 22:50:08.404 INFO O| Oct 18 22:50:08.404 INFO STEP 1152 (remove_files) COMPLETE |
7641 | 2024-10-18T22:50:09.219Z | [ recovery-image] Oct 18 22:50:08.405 INFO O| Oct 18 22:50:08.404 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7642 | 2024-10-18T22:50:09.230Z | [ recovery-image] Oct 18 22:50:08.415 INFO O| Oct 18 22:50:08.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7643 | 2024-10-18T22:50:09.230Z | [ recovery-image] Oct 18 22:50:08.415 INFO O| Oct 18 22:50:08.415 INFO STEP 1153 (remove_files) COMPLETE |
7644 | 2024-10-18T22:50:09.232Z | [ recovery-image] Oct 18 22:50:08.415 INFO O| Oct 18 22:50:08.415 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7645 | 2024-10-18T22:50:09.240Z | [ recovery-image] Oct 18 22:50:08.425 INFO O| Oct 18 22:50:08.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7646 | 2024-10-18T22:50:09.240Z | [ recovery-image] Oct 18 22:50:08.426 INFO O| Oct 18 22:50:08.426 INFO STEP 1154 (remove_files) COMPLETE |
7647 | 2024-10-18T22:50:09.240Z | [ recovery-image] Oct 18 22:50:08.426 INFO O| Oct 18 22:50:08.426 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7648 | 2024-10-18T22:50:09.250Z | [ recovery-image] Oct 18 22:50:08.435 INFO O| Oct 18 22:50:08.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7649 | 2024-10-18T22:50:09.250Z | [ recovery-image] Oct 18 22:50:08.435 INFO O| Oct 18 22:50:08.435 INFO STEP 1155 (remove_files) COMPLETE |
7650 | 2024-10-18T22:50:09.252Z | [ recovery-image] Oct 18 22:50:08.435 INFO O| Oct 18 22:50:08.435 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7651 | 2024-10-18T22:50:09.260Z | [ recovery-image] Oct 18 22:50:08.445 INFO O| Oct 18 22:50:08.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7652 | 2024-10-18T22:50:09.260Z | [ recovery-image] Oct 18 22:50:08.445 INFO O| Oct 18 22:50:08.445 INFO STEP 1156 (remove_files) COMPLETE |
7653 | 2024-10-18T22:50:09.262Z | [ recovery-image] Oct 18 22:50:08.445 INFO O| Oct 18 22:50:08.445 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7654 | 2024-10-18T22:50:09.269Z | [ recovery-image] Oct 18 22:50:08.454 INFO O| Oct 18 22:50:08.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7655 | 2024-10-18T22:50:09.269Z | [ recovery-image] Oct 18 22:50:08.455 INFO O| Oct 18 22:50:08.455 INFO STEP 1157 (remove_files) COMPLETE |
7656 | 2024-10-18T22:50:09.271Z | [ recovery-image] Oct 18 22:50:08.455 INFO O| Oct 18 22:50:08.455 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7657 | 2024-10-18T22:50:09.279Z | [ recovery-image] Oct 18 22:50:08.464 INFO O| Oct 18 22:50:08.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7658 | 2024-10-18T22:50:09.279Z | [ recovery-image] Oct 18 22:50:08.464 INFO O| Oct 18 22:50:08.464 INFO STEP 1158 (remove_files) COMPLETE |
7659 | 2024-10-18T22:50:09.283Z | [ recovery-image] Oct 18 22:50:08.464 INFO O| Oct 18 22:50:08.464 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7660 | 2024-10-18T22:50:09.288Z | [ recovery-image] Oct 18 22:50:08.474 INFO O| Oct 18 22:50:08.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7661 | 2024-10-18T22:50:09.288Z | [ recovery-image] Oct 18 22:50:08.474 INFO O| Oct 18 22:50:08.474 INFO STEP 1159 (remove_files) COMPLETE |
7662 | 2024-10-18T22:50:09.291Z | [ recovery-image] Oct 18 22:50:08.474 INFO O| Oct 18 22:50:08.474 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7663 | 2024-10-18T22:50:09.298Z | [ recovery-image] Oct 18 22:50:08.483 INFO O| Oct 18 22:50:08.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7664 | 2024-10-18T22:50:09.298Z | [ recovery-image] Oct 18 22:50:08.483 INFO O| Oct 18 22:50:08.483 INFO STEP 1160 (remove_files) COMPLETE |
7665 | 2024-10-18T22:50:09.298Z | [ recovery-image] Oct 18 22:50:08.483 INFO O| Oct 18 22:50:08.483 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7666 | 2024-10-18T22:50:09.308Z | [ recovery-image] Oct 18 22:50:08.493 INFO O| Oct 18 22:50:08.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7667 | 2024-10-18T22:50:09.308Z | [ recovery-image] Oct 18 22:50:08.493 INFO O| Oct 18 22:50:08.493 INFO STEP 1161 (remove_files) COMPLETE |
7668 | 2024-10-18T22:50:09.310Z | [ recovery-image] Oct 18 22:50:08.493 INFO O| Oct 18 22:50:08.493 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7669 | 2024-10-18T22:50:09.317Z | [ recovery-image] Oct 18 22:50:08.502 INFO O| Oct 18 22:50:08.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7670 | 2024-10-18T22:50:09.317Z | [ recovery-image] Oct 18 22:50:08.502 INFO O| Oct 18 22:50:08.502 INFO STEP 1162 (remove_files) COMPLETE |
7671 | 2024-10-18T22:50:09.320Z | [ recovery-image] Oct 18 22:50:08.502 INFO O| Oct 18 22:50:08.502 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7672 | 2024-10-18T22:50:09.327Z | [ recovery-image] Oct 18 22:50:08.512 INFO O| Oct 18 22:50:08.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7673 | 2024-10-18T22:50:09.327Z | [ recovery-image] Oct 18 22:50:08.512 INFO O| Oct 18 22:50:08.512 INFO STEP 1163 (remove_files) COMPLETE |
7674 | 2024-10-18T22:50:09.329Z | [ recovery-image] Oct 18 22:50:08.512 INFO O| Oct 18 22:50:08.512 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7675 | 2024-10-18T22:50:09.336Z | [ recovery-image] Oct 18 22:50:08.522 INFO O| Oct 18 22:50:08.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7676 | 2024-10-18T22:50:09.336Z | [ recovery-image] Oct 18 22:50:08.522 INFO O| Oct 18 22:50:08.522 INFO STEP 1164 (remove_files) COMPLETE |
7677 | 2024-10-18T22:50:09.339Z | [ recovery-image] Oct 18 22:50:08.522 INFO O| Oct 18 22:50:08.522 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7678 | 2024-10-18T22:50:09.347Z | [ recovery-image] Oct 18 22:50:08.532 INFO O| Oct 18 22:50:08.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7679 | 2024-10-18T22:50:09.347Z | [ recovery-image] Oct 18 22:50:08.532 INFO O| Oct 18 22:50:08.532 INFO STEP 1165 (remove_files) COMPLETE |
7680 | 2024-10-18T22:50:09.349Z | [ recovery-image] Oct 18 22:50:08.532 INFO O| Oct 18 22:50:08.532 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7681 | 2024-10-18T22:50:09.360Z | [ recovery-image] Oct 18 22:50:08.544 INFO O| Oct 18 22:50:08.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7682 | 2024-10-18T22:50:09.362Z | [ recovery-image] Oct 18 22:50:08.545 INFO O| Oct 18 22:50:08.544 INFO STEP 1166 (remove_files) COMPLETE |
7683 | 2024-10-18T22:50:09.362Z | [ recovery-image] Oct 18 22:50:08.545 INFO O| Oct 18 22:50:08.544 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7684 | 2024-10-18T22:50:09.366Z | [ host-image] Oct 18 22:50:08.551 INFO O| Oct 18 22:50:08.551 INFO O| Download: Completed 8.42 MB in 4.48 seconds (1.9M/s) |
7685 | 2024-10-18T22:50:09.370Z | [ recovery-image] Oct 18 22:50:08.555 INFO O| Oct 18 22:50:08.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7686 | 2024-10-18T22:50:09.372Z | [ recovery-image] Oct 18 22:50:08.555 INFO O| Oct 18 22:50:08.555 INFO STEP 1167 (remove_files) COMPLETE |
7687 | 2024-10-18T22:50:09.372Z | [ recovery-image] Oct 18 22:50:08.555 INFO O| Oct 18 22:50:08.555 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7688 | 2024-10-18T22:50:09.379Z | [ recovery-image] Oct 18 22:50:08.564 INFO O| Oct 18 22:50:08.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7689 | 2024-10-18T22:50:09.381Z | [ recovery-image] Oct 18 22:50:08.565 INFO O| Oct 18 22:50:08.565 INFO STEP 1168 (remove_files) COMPLETE |
7690 | 2024-10-18T22:50:09.382Z | [ recovery-image] Oct 18 22:50:08.565 INFO O| Oct 18 22:50:08.565 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7691 | 2024-10-18T22:50:09.389Z | [ recovery-image] Oct 18 22:50:08.574 INFO O| Oct 18 22:50:08.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7692 | 2024-10-18T22:50:09.391Z | [ recovery-image] Oct 18 22:50:08.574 INFO O| Oct 18 22:50:08.574 INFO STEP 1169 (remove_files) COMPLETE |
7693 | 2024-10-18T22:50:09.391Z | [ recovery-image] Oct 18 22:50:08.574 INFO O| Oct 18 22:50:08.574 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7694 | 2024-10-18T22:50:09.398Z | [ recovery-image] Oct 18 22:50:08.584 INFO O| Oct 18 22:50:08.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7695 | 2024-10-18T22:50:09.398Z | [ recovery-image] Oct 18 22:50:08.584 INFO O| Oct 18 22:50:08.584 INFO STEP 1170 (remove_files) COMPLETE |
7696 | 2024-10-18T22:50:09.399Z | [ recovery-image] Oct 18 22:50:08.584 INFO O| Oct 18 22:50:08.584 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7697 | 2024-10-18T22:50:09.408Z | [ recovery-image] Oct 18 22:50:08.593 INFO O| Oct 18 22:50:08.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7698 | 2024-10-18T22:50:09.410Z | [ recovery-image] Oct 18 22:50:08.593 INFO O| Oct 18 22:50:08.593 INFO STEP 1171 (remove_files) COMPLETE |
7699 | 2024-10-18T22:50:09.410Z | [ recovery-image] Oct 18 22:50:08.593 INFO O| Oct 18 22:50:08.593 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7700 | 2024-10-18T22:50:09.417Z | [ recovery-image] Oct 18 22:50:08.603 INFO O| Oct 18 22:50:08.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7701 | 2024-10-18T22:50:09.417Z | [ recovery-image] Oct 18 22:50:08.603 INFO O| Oct 18 22:50:08.603 INFO STEP 1172 (remove_files) COMPLETE |
7702 | 2024-10-18T22:50:09.420Z | [ recovery-image] Oct 18 22:50:08.603 INFO O| Oct 18 22:50:08.603 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7703 | 2024-10-18T22:50:09.422Z | [ host-image] Oct 18 22:50:08.606 INFO O| Oct 18 22:50:08.606 INFO O| Actions: 1/1361 actions (Installing new actions) |
7704 | 2024-10-18T22:50:09.427Z | [ recovery-image] Oct 18 22:50:08.613 INFO O| Oct 18 22:50:08.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7705 | 2024-10-18T22:50:09.427Z | [ recovery-image] Oct 18 22:50:08.613 INFO O| Oct 18 22:50:08.613 INFO STEP 1173 (remove_files) COMPLETE |
7706 | 2024-10-18T22:50:09.430Z | [ recovery-image] Oct 18 22:50:08.613 INFO O| Oct 18 22:50:08.613 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7707 | 2024-10-18T22:50:09.437Z | [ recovery-image] Oct 18 22:50:08.622 INFO O| Oct 18 22:50:08.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7708 | 2024-10-18T22:50:09.439Z | [ recovery-image] Oct 18 22:50:08.622 INFO O| Oct 18 22:50:08.622 INFO STEP 1174 (remove_files) COMPLETE |
7709 | 2024-10-18T22:50:09.439Z | [ recovery-image] Oct 18 22:50:08.622 INFO O| Oct 18 22:50:08.622 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7710 | 2024-10-18T22:50:09.447Z | [ recovery-image] Oct 18 22:50:08.632 INFO O| Oct 18 22:50:08.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7711 | 2024-10-18T22:50:09.447Z | [ recovery-image] Oct 18 22:50:08.632 INFO O| Oct 18 22:50:08.632 INFO STEP 1175 (remove_files) COMPLETE |
7712 | 2024-10-18T22:50:09.447Z | [ recovery-image] Oct 18 22:50:08.632 INFO O| Oct 18 22:50:08.632 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7713 | 2024-10-18T22:50:09.456Z | [ recovery-image] Oct 18 22:50:08.641 INFO O| Oct 18 22:50:08.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7714 | 2024-10-18T22:50:09.459Z | [ recovery-image] Oct 18 22:50:08.641 INFO O| Oct 18 22:50:08.641 INFO STEP 1176 (remove_files) COMPLETE |
7715 | 2024-10-18T22:50:09.459Z | [ recovery-image] Oct 18 22:50:08.641 INFO O| Oct 18 22:50:08.641 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7716 | 2024-10-18T22:50:09.466Z | [ recovery-image] Oct 18 22:50:08.651 INFO O| Oct 18 22:50:08.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7717 | 2024-10-18T22:50:09.466Z | [ recovery-image] Oct 18 22:50:08.651 INFO O| Oct 18 22:50:08.651 INFO STEP 1177 (remove_files) COMPLETE |
7718 | 2024-10-18T22:50:09.468Z | [ recovery-image] Oct 18 22:50:08.651 INFO O| Oct 18 22:50:08.651 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7719 | 2024-10-18T22:50:09.476Z | [ recovery-image] Oct 18 22:50:08.661 INFO O| Oct 18 22:50:08.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7720 | 2024-10-18T22:50:09.476Z | [ recovery-image] Oct 18 22:50:08.661 INFO O| Oct 18 22:50:08.661 INFO STEP 1178 (remove_files) COMPLETE |
7721 | 2024-10-18T22:50:09.479Z | [ recovery-image] Oct 18 22:50:08.661 INFO O| Oct 18 22:50:08.661 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7722 | 2024-10-18T22:50:09.486Z | [ recovery-image] Oct 18 22:50:08.671 INFO O| Oct 18 22:50:08.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7723 | 2024-10-18T22:50:09.486Z | [ recovery-image] Oct 18 22:50:08.671 INFO O| Oct 18 22:50:08.671 INFO STEP 1179 (remove_files) COMPLETE |
7724 | 2024-10-18T22:50:09.486Z | [ recovery-image] Oct 18 22:50:08.671 INFO O| Oct 18 22:50:08.671 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7725 | 2024-10-18T22:50:09.496Z | [ recovery-image] Oct 18 22:50:08.681 INFO O| Oct 18 22:50:08.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7726 | 2024-10-18T22:50:09.498Z | [ recovery-image] Oct 18 22:50:08.681 INFO O| Oct 18 22:50:08.681 INFO STEP 1180 (remove_files) COMPLETE |
7727 | 2024-10-18T22:50:09.498Z | [ recovery-image] Oct 18 22:50:08.681 INFO O| Oct 18 22:50:08.681 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7728 | 2024-10-18T22:50:09.506Z | [ recovery-image] Oct 18 22:50:08.691 INFO O| Oct 18 22:50:08.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7729 | 2024-10-18T22:50:09.508Z | [ recovery-image] Oct 18 22:50:08.691 INFO O| Oct 18 22:50:08.691 INFO STEP 1181 (remove_files) COMPLETE |
7730 | 2024-10-18T22:50:09.508Z | [ recovery-image] Oct 18 22:50:08.691 INFO O| Oct 18 22:50:08.691 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7731 | 2024-10-18T22:50:09.515Z | [ recovery-image] Oct 18 22:50:08.701 INFO O| Oct 18 22:50:08.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7732 | 2024-10-18T22:50:09.518Z | [ recovery-image] Oct 18 22:50:08.701 INFO O| Oct 18 22:50:08.701 INFO STEP 1182 (remove_files) COMPLETE |
7733 | 2024-10-18T22:50:09.518Z | [ recovery-image] Oct 18 22:50:08.701 INFO O| Oct 18 22:50:08.701 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7734 | 2024-10-18T22:50:09.525Z | [ recovery-image] Oct 18 22:50:08.710 INFO O| Oct 18 22:50:08.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7735 | 2024-10-18T22:50:09.525Z | [ recovery-image] Oct 18 22:50:08.710 INFO O| Oct 18 22:50:08.710 INFO STEP 1183 (remove_files) COMPLETE |
7736 | 2024-10-18T22:50:09.528Z | [ recovery-image] Oct 18 22:50:08.710 INFO O| Oct 18 22:50:08.710 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7737 | 2024-10-18T22:50:09.535Z | [ recovery-image] Oct 18 22:50:08.720 INFO O| Oct 18 22:50:08.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7738 | 2024-10-18T22:50:09.535Z | [ recovery-image] Oct 18 22:50:08.720 INFO O| Oct 18 22:50:08.720 INFO STEP 1184 (remove_files) COMPLETE |
7739 | 2024-10-18T22:50:09.535Z | [ recovery-image] Oct 18 22:50:08.720 INFO O| Oct 18 22:50:08.720 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7740 | 2024-10-18T22:50:09.544Z | [ recovery-image] Oct 18 22:50:08.730 INFO O| Oct 18 22:50:08.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7741 | 2024-10-18T22:50:09.544Z | [ recovery-image] Oct 18 22:50:08.730 INFO O| Oct 18 22:50:08.730 INFO STEP 1185 (remove_files) COMPLETE |
7742 | 2024-10-18T22:50:09.547Z | [ recovery-image] Oct 18 22:50:08.730 INFO O| Oct 18 22:50:08.730 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7743 | 2024-10-18T22:50:09.554Z | [ recovery-image] Oct 18 22:50:08.740 INFO O| Oct 18 22:50:08.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7744 | 2024-10-18T22:50:09.555Z | [ recovery-image] Oct 18 22:50:08.740 INFO O| Oct 18 22:50:08.740 INFO STEP 1186 (remove_files) COMPLETE |
7745 | 2024-10-18T22:50:09.555Z | [ recovery-image] Oct 18 22:50:08.740 INFO O| Oct 18 22:50:08.740 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7746 | 2024-10-18T22:50:09.564Z | [ recovery-image] Oct 18 22:50:08.749 INFO O| Oct 18 22:50:08.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7747 | 2024-10-18T22:50:09.564Z | [ recovery-image] Oct 18 22:50:08.749 INFO O| Oct 18 22:50:08.749 INFO STEP 1187 (remove_files) COMPLETE |
7748 | 2024-10-18T22:50:09.564Z | [ recovery-image] Oct 18 22:50:08.749 INFO O| Oct 18 22:50:08.749 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7749 | 2024-10-18T22:50:09.573Z | [ recovery-image] Oct 18 22:50:08.759 INFO O| Oct 18 22:50:08.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7750 | 2024-10-18T22:50:09.573Z | [ recovery-image] Oct 18 22:50:08.759 INFO O| Oct 18 22:50:08.759 INFO STEP 1188 (remove_files) COMPLETE |
7751 | 2024-10-18T22:50:09.573Z | [ recovery-image] Oct 18 22:50:08.759 INFO O| Oct 18 22:50:08.759 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7752 | 2024-10-18T22:50:09.583Z | [ recovery-image] Oct 18 22:50:08.768 INFO O| Oct 18 22:50:08.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7753 | 2024-10-18T22:50:09.586Z | [ recovery-image] Oct 18 22:50:08.768 INFO O| Oct 18 22:50:08.768 INFO STEP 1189 (remove_files) COMPLETE |
7754 | 2024-10-18T22:50:09.586Z | [ recovery-image] Oct 18 22:50:08.768 INFO O| Oct 18 22:50:08.768 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7755 | 2024-10-18T22:50:09.593Z | [ recovery-image] Oct 18 22:50:08.778 INFO O| Oct 18 22:50:08.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7756 | 2024-10-18T22:50:09.595Z | [ recovery-image] Oct 18 22:50:08.778 INFO O| Oct 18 22:50:08.778 INFO STEP 1190 (remove_files) COMPLETE |
7757 | 2024-10-18T22:50:09.595Z | [ recovery-image] Oct 18 22:50:08.778 INFO O| Oct 18 22:50:08.778 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7758 | 2024-10-18T22:50:09.603Z | [ recovery-image] Oct 18 22:50:08.788 INFO O| Oct 18 22:50:08.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7759 | 2024-10-18T22:50:09.605Z | [ recovery-image] Oct 18 22:50:08.788 INFO O| Oct 18 22:50:08.788 INFO STEP 1191 (remove_files) COMPLETE |
7760 | 2024-10-18T22:50:09.605Z | [ recovery-image] Oct 18 22:50:08.788 INFO O| Oct 18 22:50:08.788 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7761 | 2024-10-18T22:50:09.613Z | [ recovery-image] Oct 18 22:50:08.798 INFO O| Oct 18 22:50:08.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7762 | 2024-10-18T22:50:09.615Z | [ recovery-image] Oct 18 22:50:08.798 INFO O| Oct 18 22:50:08.798 INFO STEP 1192 (remove_files) COMPLETE |
7763 | 2024-10-18T22:50:09.615Z | [ recovery-image] Oct 18 22:50:08.798 INFO O| Oct 18 22:50:08.798 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7764 | 2024-10-18T22:50:09.623Z | [ recovery-image] Oct 18 22:50:08.808 INFO O| Oct 18 22:50:08.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7765 | 2024-10-18T22:50:09.623Z | [ recovery-image] Oct 18 22:50:08.808 INFO O| Oct 18 22:50:08.808 INFO STEP 1193 (remove_files) COMPLETE |
7766 | 2024-10-18T22:50:09.623Z | [ recovery-image] Oct 18 22:50:08.808 INFO O| Oct 18 22:50:08.808 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7767 | 2024-10-18T22:50:09.633Z | [ recovery-image] Oct 18 22:50:08.818 INFO O| Oct 18 22:50:08.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7768 | 2024-10-18T22:50:09.633Z | [ recovery-image] Oct 18 22:50:08.818 INFO O| Oct 18 22:50:08.818 INFO STEP 1194 (remove_files) COMPLETE |
7769 | 2024-10-18T22:50:09.633Z | [ recovery-image] Oct 18 22:50:08.818 INFO O| Oct 18 22:50:08.818 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7770 | 2024-10-18T22:50:09.643Z | [ recovery-image] Oct 18 22:50:08.828 INFO O| Oct 18 22:50:08.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7771 | 2024-10-18T22:50:09.643Z | [ recovery-image] Oct 18 22:50:08.828 INFO O| Oct 18 22:50:08.828 INFO STEP 1195 (remove_files) COMPLETE |
7772 | 2024-10-18T22:50:09.646Z | [ recovery-image] Oct 18 22:50:08.828 INFO O| Oct 18 22:50:08.828 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7773 | 2024-10-18T22:50:09.654Z | [ recovery-image] Oct 18 22:50:08.838 INFO O| Oct 18 22:50:08.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7774 | 2024-10-18T22:50:09.654Z | [ recovery-image] Oct 18 22:50:08.838 INFO O| Oct 18 22:50:08.838 INFO STEP 1196 (remove_files) COMPLETE |
7775 | 2024-10-18T22:50:09.654Z | [ recovery-image] Oct 18 22:50:08.838 INFO O| Oct 18 22:50:08.838 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7776 | 2024-10-18T22:50:09.663Z | [ recovery-image] Oct 18 22:50:08.848 INFO O| Oct 18 22:50:08.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7777 | 2024-10-18T22:50:09.663Z | [ recovery-image] Oct 18 22:50:08.848 INFO O| Oct 18 22:50:08.848 INFO STEP 1197 (remove_files) COMPLETE |
7778 | 2024-10-18T22:50:09.665Z | [ recovery-image] Oct 18 22:50:08.848 INFO O| Oct 18 22:50:08.848 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7779 | 2024-10-18T22:50:09.672Z | [ recovery-image] Oct 18 22:50:08.858 INFO O| Oct 18 22:50:08.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7780 | 2024-10-18T22:50:09.675Z | [ recovery-image] Oct 18 22:50:08.858 INFO O| Oct 18 22:50:08.858 INFO STEP 1198 (remove_files) COMPLETE |
7781 | 2024-10-18T22:50:09.675Z | [ recovery-image] Oct 18 22:50:08.858 INFO O| Oct 18 22:50:08.858 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7782 | 2024-10-18T22:50:09.682Z | [ recovery-image] Oct 18 22:50:08.867 INFO O| Oct 18 22:50:08.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7783 | 2024-10-18T22:50:09.682Z | [ recovery-image] Oct 18 22:50:08.867 INFO O| Oct 18 22:50:08.867 INFO STEP 1199 (remove_files) COMPLETE |
7784 | 2024-10-18T22:50:09.682Z | [ recovery-image] Oct 18 22:50:08.867 INFO O| Oct 18 22:50:08.867 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7785 | 2024-10-18T22:50:09.692Z | [ recovery-image] Oct 18 22:50:08.877 INFO O| Oct 18 22:50:08.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7786 | 2024-10-18T22:50:09.692Z | [ recovery-image] Oct 18 22:50:08.877 INFO O| Oct 18 22:50:08.877 INFO STEP 1200 (remove_files) COMPLETE |
7787 | 2024-10-18T22:50:09.694Z | [ recovery-image] Oct 18 22:50:08.877 INFO O| Oct 18 22:50:08.877 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7788 | 2024-10-18T22:50:09.703Z | [ recovery-image] Oct 18 22:50:08.887 INFO O| Oct 18 22:50:08.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7789 | 2024-10-18T22:50:09.703Z | [ recovery-image] Oct 18 22:50:08.887 INFO O| Oct 18 22:50:08.887 INFO STEP 1201 (remove_files) COMPLETE |
7790 | 2024-10-18T22:50:09.706Z | [ recovery-image] Oct 18 22:50:08.887 INFO O| Oct 18 22:50:08.887 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7791 | 2024-10-18T22:50:09.711Z | [ recovery-image] Oct 18 22:50:08.896 INFO O| Oct 18 22:50:08.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7792 | 2024-10-18T22:50:09.713Z | [ recovery-image] Oct 18 22:50:08.896 INFO O| Oct 18 22:50:08.896 INFO STEP 1202 (remove_files) COMPLETE |
7793 | 2024-10-18T22:50:09.713Z | [ recovery-image] Oct 18 22:50:08.896 INFO O| Oct 18 22:50:08.896 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7794 | 2024-10-18T22:50:09.721Z | [ recovery-image] Oct 18 22:50:08.906 INFO O| Oct 18 22:50:08.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7795 | 2024-10-18T22:50:09.721Z | [ recovery-image] Oct 18 22:50:08.906 INFO O| Oct 18 22:50:08.906 INFO STEP 1203 (remove_files) COMPLETE |
7796 | 2024-10-18T22:50:09.723Z | [ recovery-image] Oct 18 22:50:08.906 INFO O| Oct 18 22:50:08.906 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7797 | 2024-10-18T22:50:09.731Z | [ recovery-image] Oct 18 22:50:08.916 INFO O| Oct 18 22:50:08.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7798 | 2024-10-18T22:50:09.733Z | [ recovery-image] Oct 18 22:50:08.916 INFO O| Oct 18 22:50:08.916 INFO STEP 1204 (remove_files) COMPLETE |
7799 | 2024-10-18T22:50:09.733Z | [ recovery-image] Oct 18 22:50:08.916 INFO O| Oct 18 22:50:08.916 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7800 | 2024-10-18T22:50:09.741Z | [ recovery-image] Oct 18 22:50:08.926 INFO O| Oct 18 22:50:08.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7801 | 2024-10-18T22:50:09.741Z | [ recovery-image] Oct 18 22:50:08.926 INFO O| Oct 18 22:50:08.926 INFO STEP 1205 (remove_files) COMPLETE |
7802 | 2024-10-18T22:50:09.741Z | [ recovery-image] Oct 18 22:50:08.926 INFO O| Oct 18 22:50:08.926 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7803 | 2024-10-18T22:50:09.759Z | [ recovery-image] Oct 18 22:50:08.944 INFO O| Oct 18 22:50:08.944 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7804 | 2024-10-18T22:50:09.759Z | [ recovery-image] Oct 18 22:50:08.944 INFO O| Oct 18 22:50:08.944 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7805 | 2024-10-18T22:50:09.834Z | [ host-image] Oct 18 22:50:09.019 INFO O| Oct 18 22:50:09.019 INFO O| Actions: Completed 1361 actions in 0.41 seconds. |
7806 | 2024-10-18T22:50:10.125Z | [ host-image] Oct 18 22:50:09.310 INFO O| Oct 18 22:50:09.309 INFO O| Done |
7807 | 2024-10-18T22:50:10.125Z | [ host-image] Oct 18 22:50:09.310 INFO O| Oct 18 22:50:09.309 INFO O| Done |
7808 | 2024-10-18T22:50:10.466Z | [ recovery-image] Oct 18 22:50:09.650 INFO O| Oct 18 22:50:09.650 INFO STEP 1206 (pack_tar) COMPLETE |
7809 | 2024-10-18T22:50:10.466Z | [ recovery-image] Oct 18 22:50:09.650 INFO O| Oct 18 22:50:09.650 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7810 | 2024-10-18T22:50:10.468Z | [ recovery-image] Oct 18 22:50:09.650 INFO O| Oct 18 22:50:09.650 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7811 | 2024-10-18T22:50:10.648Z | [ host-image] Oct 18 22:50:09.833 INFO O| Oct 18 22:50:09.832 INFO O| Done |
7812 | 2024-10-18T22:50:10.850Z | [ recovery-image] Oct 18 22:50:10.034 INFO O| Oct 18 22:50:10.034 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7813 | 2024-10-18T22:50:10.929Z | [ recovery-image] Oct 18 22:50:10.113 INFO O| Oct 18 22:50:10.113 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7814 | 2024-10-18T22:50:10.935Z | [ recovery-image] Oct 18 22:50:10.120 INFO image builder template: zfs-recovery... |
7815 | 2024-10-18T22:50:10.935Z | [ recovery-image] Oct 18 22:50:10.120 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/.tmpcbuUZ4/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.33.293", "-n", "zfs-recovery"], pwd: None |
7816 | 2024-10-18T22:50:10.968Z | [ recovery-image] Oct 18 22:50:10.153 INFO O| Oct 18 22:50:10.152 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7817 | 2024-10-18T22:50:10.971Z | [ recovery-image] Oct 18 22:50:10.157 INFO O| Oct 18 22:50:10.156 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7818 | 2024-10-18T22:50:11.030Z | [ recovery-image] Oct 18 22:50:10.215 INFO O| Oct 18 22:50:10.215 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7819 | 2024-10-18T22:50:11.082Z | [ recovery-image] Oct 18 22:50:10.267 INFO O| Oct 18 22:50:10.267 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7820 | 2024-10-18T22:50:11.082Z | [ recovery-image] Oct 18 22:50:10.267 INFO O| Oct 18 22:50:10.267 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7821 | 2024-10-18T22:50:11.086Z | [ recovery-image] Oct 18 22:50:10.271 INFO O| Oct 18 22:50:10.271 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7822 | 2024-10-18T22:50:11.150Z | [ recovery-image] Oct 18 22:50:10.335 INFO O| Oct 18 22:50:10.335 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7823 | 2024-10-18T22:50:11.229Z | [ recovery-image] Oct 18 22:50:10.413 INFO O| Oct 18 22:50:10.413 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7824 | 2024-10-18T22:50:11.238Z | [ recovery-image] Oct 18 22:50:10.423 INFO O| Oct 18 22:50:10.423 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7825 | 2024-10-18T22:50:11.243Z | [ recovery-image] Oct 18 22:50:10.428 INFO O| Oct 18 22:50:10.428 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7826 | 2024-10-18T22:50:11.245Z | [ recovery-image] Oct 18 22:50:10.430 INFO O| Oct 18 22:50:10.430 INFO no lofi found |
7827 | 2024-10-18T22:50:11.245Z | [ recovery-image] Oct 18 22:50:10.430 INFO O| Oct 18 22:50:10.430 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7828 | 2024-10-18T22:50:11.245Z | [ recovery-image] Oct 18 22:50:10.430 INFO O| Oct 18 22:50:10.430 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7829 | 2024-10-18T22:50:11.970Z | [ host-image] Oct 18 22:50:11.154 INFO O| Oct 18 22:50:11.154 INFO O| Done |
7830 | 2024-10-18T22:50:11.994Z | [ host-image] Oct 18 22:50:11.179 INFO O| Oct 18 22:50:11.179 INFO O| Done |
7831 | 2024-10-18T22:50:11.997Z | [ host-image] Oct 18 22:50:11.179 INFO O| Oct 18 22:50:11.179 INFO O| Done |
7832 | 2024-10-18T22:50:12.037Z | [ host-image] Oct 18 22:50:11.221 INFO O| Oct 18 22:50:11.221 INFO O| Done |
7833 | 2024-10-18T22:50:12.135Z | [ host-image] Oct 18 22:50:11.320 INFO O| Oct 18 22:50:11.320 INFO STEP 13 (pkg_install) COMPLETE |
7834 | 2024-10-18T22:50:12.135Z | [ host-image] Oct 18 22:50:11.320 INFO O| Oct 18 22:50:11.320 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7835 | 2024-10-18T22:50:12.146Z | [ host-image] Oct 18 22:50:11.330 INFO O| Oct 18 22:50:11.330 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
7836 | 2024-10-18T22:50:12.612Z | [ host-image] Oct 18 22:50:11.796 INFO O| Oct 18 22:50:11.796 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7837 | 2024-10-18T22:50:12.825Z | [ recovery-image] Oct 18 22:50:12.010 INFO O| Oct 18 22:50:12.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
7838 | 2024-10-18T22:50:12.826Z | [ recovery-image] Oct 18 22:50:12.010 INFO O| Oct 18 22:50:12.010 INFO pool device = /dev/dsk/c2t1d0p0 |
7839 | 2024-10-18T22:50:12.828Z | [ recovery-image] Oct 18 22:50:12.010 INFO O| Oct 18 22:50:12.010 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"] |
7840 | 2024-10-18T22:50:12.909Z | [ recovery-image] Oct 18 22:50:12.093 INFO O| Oct 18 22:50:12.093 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7841 | 2024-10-18T22:50:12.909Z | [ recovery-image] Oct 18 22:50:12.093 INFO O| Oct 18 22:50:12.093 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7842 | 2024-10-18T22:50:12.929Z | [ recovery-image] Oct 18 22:50:12.113 INFO O| Oct 18 22:50:12.113 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7843 | 2024-10-18T22:50:12.995Z | [ recovery-image] Oct 18 22:50:12.180 INFO O| Oct 18 22:50:12.180 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7844 | 2024-10-18T22:50:13.035Z | [ recovery-image] Oct 18 22:50:12.220 INFO O| Oct 18 22:50:12.220 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7845 | 2024-10-18T22:50:13.050Z | [ recovery-image] Oct 18 22:50:12.235 INFO O| Oct 18 22:50:12.235 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7846 | 2024-10-18T22:50:13.063Z | [ recovery-image] Oct 18 22:50:12.248 INFO O| Oct 18 22:50:12.248 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7847 | 2024-10-18T22:50:13.111Z | [ recovery-image] Oct 18 22:50:12.296 INFO O| Oct 18 22:50:12.296 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7848 | 2024-10-18T22:50:13.114Z | [ recovery-image] Oct 18 22:50:12.296 INFO O| Oct 18 22:50:12.296 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7849 | 2024-10-18T22:50:13.114Z | [ recovery-image] Oct 18 22:50:12.296 INFO O| Oct 18 22:50:12.296 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7850 | 2024-10-18T22:50:13.125Z | [ recovery-image] Oct 18 22:50:12.310 INFO O| Oct 18 22:50:12.310 INFO boot environment UUID: eeb2ba1d-b4db-47ba-b5b0-f04446763c34 |
7851 | 2024-10-18T22:50:13.125Z | [ recovery-image] Oct 18 22:50:12.310 INFO O| Oct 18 22:50:12.310 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = eeb2ba1d-b4db-47ba-b5b0-f04446763c34 |
7852 | 2024-10-18T22:50:13.137Z | [ recovery-image] Oct 18 22:50:12.322 INFO O| Oct 18 22:50:12.322 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7853 | 2024-10-18T22:50:13.148Z | [ recovery-image] Oct 18 22:50:12.333 INFO O| Oct 18 22:50:12.333 INFO STEP 0 (create_be) COMPLETE |
7854 | 2024-10-18T22:50:13.150Z | [ recovery-image] Oct 18 22:50:12.333 INFO O| Oct 18 22:50:12.333 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7855 | 2024-10-18T22:50:13.165Z | [ recovery-image] Oct 18 22:50:12.350 INFO O| Oct 18 22:50:12.349 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"] |
7856 | 2024-10-18T22:50:15.255Z | [ recovery-image] Oct 18 22:50:14.440 INFO O| Oct 18 22:50:14.440 INFO STEP 1 (unpack_tar) COMPLETE |
7857 | 2024-10-18T22:50:15.256Z | [ recovery-image] Oct 18 22:50:14.440 INFO O| Oct 18 22:50:14.440 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7858 | 2024-10-18T22:50:15.267Z | [ recovery-image] Oct 18 22:50:14.451 INFO O| Oct 18 22:50:14.451 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7859 | 2024-10-18T22:50:15.286Z | [ host-image] Oct 18 22:50:14.470 INFO O| Oct 18 22:50:14.470 INFO O| Planning: Solver setup ... Done |
7860 | 2024-10-18T22:50:15.292Z | [ host-image] Oct 18 22:50:14.477 INFO O| Oct 18 22:50:14.477 INFO O| Planning: Running solver ... Done |
7861 | 2024-10-18T22:50:15.377Z | [ host-image] Oct 18 22:50:14.561 INFO O| Oct 18 22:50:14.561 INFO O| Planning: Finding local manifests ... Done |
7862 | 2024-10-18T22:50:15.379Z | [ host-image] Oct 18 22:50:14.562 INFO O| Oct 18 22:50:14.562 INFO O| Planning: Fetching manifests: 0/1 0% complete |
7863 | 2024-10-18T22:50:15.514Z | [ host-image] Oct 18 22:50:14.698 INFO O| Oct 18 22:50:14.697 INFO O| Planning: Fetching manifests: 1/1 100% complete |
7864 | 2024-10-18T22:50:15.546Z | [ host-image] Oct 18 22:50:14.730 INFO O| Oct 18 22:50:14.730 INFO O| Planning: Package planning ... Done |
7865 | 2024-10-18T22:50:15.548Z | [ host-image] Oct 18 22:50:14.730 INFO O| Oct 18 22:50:14.730 INFO O| Planning: Merging actions ... Done |
7866 | 2024-10-18T22:50:15.648Z | [ host-image] Oct 18 22:50:14.833 INFO O| Oct 18 22:50:14.833 INFO O| Planning: Checking for conflicting actions ... Done |
7867 | 2024-10-18T22:50:15.651Z | [ host-image] Oct 18 22:50:14.833 INFO O| Oct 18 22:50:14.833 INFO O| Planning: Consolidating action changes ... Done |
7868 | 2024-10-18T22:50:15.691Z | [ recovery-image] Oct 18 22:50:14.876 INFO O| Oct 18 22:50:14.875 INFO STEP 2 (devfsadm) COMPLETE |
7869 | 2024-10-18T22:50:15.691Z | [ recovery-image] Oct 18 22:50:14.876 INFO O| Oct 18 22:50:14.876 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7870 | 2024-10-18T22:50:15.703Z | [ recovery-image] Oct 18 22:50:14.888 INFO O| Oct 18 22:50:14.887 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7871 | 2024-10-18T22:50:15.703Z | [ recovery-image] Oct 18 22:50:14.888 INFO O| Oct 18 22:50:14.888 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7872 | 2024-10-18T22:50:15.706Z | [ recovery-image] Oct 18 22:50:14.888 INFO O| Oct 18 22:50:14.888 INFO STEP 3 (ensure_dir) COMPLETE |
7873 | 2024-10-18T22:50:15.706Z | [ recovery-image] Oct 18 22:50:14.888 INFO O| Oct 18 22:50:14.888 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7874 | 2024-10-18T22:50:15.713Z | [ recovery-image] Oct 18 22:50:14.898 INFO O| Oct 18 22:50:14.898 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7875 | 2024-10-18T22:50:15.716Z | [ recovery-image] Oct 18 22:50:14.898 INFO O| Oct 18 22:50:14.898 INFO STEP 4 (ensure_dir) COMPLETE |
7876 | 2024-10-18T22:50:15.716Z | [ recovery-image] Oct 18 22:50:14.898 INFO O| Oct 18 22:50:14.898 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7877 | 2024-10-18T22:50:15.723Z | [ recovery-image] Oct 18 22:50:14.908 INFO O| Oct 18 22:50:14.908 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7878 | 2024-10-18T22:50:15.723Z | [ recovery-image] Oct 18 22:50:14.908 INFO O| Oct 18 22:50:14.908 INFO STEP 5 (ensure_dir) COMPLETE |
7879 | 2024-10-18T22:50:15.725Z | [ recovery-image] Oct 18 22:50:14.908 INFO O| Oct 18 22:50:14.908 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7880 | 2024-10-18T22:50:15.733Z | [ recovery-image] Oct 18 22:50:14.918 INFO O| Oct 18 22:50:14.918 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7881 | 2024-10-18T22:50:15.735Z | [ recovery-image] Oct 18 22:50:14.918 INFO O| Oct 18 22:50:14.918 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7882 | 2024-10-18T22:50:15.735Z | [ recovery-image] Oct 18 22:50:14.918 INFO O| Oct 18 22:50:14.918 INFO STEP 6 (ensure_dir) COMPLETE |
7883 | 2024-10-18T22:50:15.735Z | [ recovery-image] Oct 18 22:50:14.918 INFO O| Oct 18 22:50:14.918 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7884 | 2024-10-18T22:50:15.744Z | [ recovery-image] Oct 18 22:50:14.928 INFO O| Oct 18 22:50:14.928 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7885 | 2024-10-18T22:50:15.746Z | [ recovery-image] Oct 18 22:50:14.928 INFO O| Oct 18 22:50:14.928 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7886 | 2024-10-18T22:50:15.746Z | [ recovery-image] Oct 18 22:50:14.928 INFO O| Oct 18 22:50:14.928 INFO STEP 7 (ensure_dir) COMPLETE |
7887 | 2024-10-18T22:50:15.746Z | [ recovery-image] Oct 18 22:50:14.928 INFO O| Oct 18 22:50:14.928 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7888 | 2024-10-18T22:50:15.759Z | [ recovery-image] Oct 18 22:50:14.938 INFO O| Oct 18 22:50:14.938 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7889 | 2024-10-18T22:50:15.766Z | [ recovery-image] Oct 18 22:50:14.939 INFO O| Oct 18 22:50:14.939 INFO STEP 8 (remove_files) COMPLETE |
7890 | 2024-10-18T22:50:15.766Z | [ recovery-image] Oct 18 22:50:14.939 INFO O| Oct 18 22:50:14.939 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7891 | 2024-10-18T22:50:15.766Z | [ recovery-image] Oct 18 22:50:14.949 INFO O| Oct 18 22:50:14.948 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7892 | 2024-10-18T22:50:15.766Z | [ recovery-image] Oct 18 22:50:14.949 INFO O| Oct 18 22:50:14.949 INFO STEP 9 (remove_files) COMPLETE |
7893 | 2024-10-18T22:50:15.766Z | [ recovery-image] Oct 18 22:50:14.949 INFO O| Oct 18 22:50:14.949 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7894 | 2024-10-18T22:50:15.775Z | [ recovery-image] Oct 18 22:50:14.959 INFO O| Oct 18 22:50:14.959 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7895 | 2024-10-18T22:50:15.781Z | [ recovery-image] Oct 18 22:50:14.960 INFO O| Oct 18 22:50:14.960 INFO STEP 10 (remove_files) COMPLETE |
7896 | 2024-10-18T22:50:15.781Z | [ recovery-image] Oct 18 22:50:14.960 INFO O| Oct 18 22:50:14.960 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7897 | 2024-10-18T22:50:15.786Z | [ recovery-image] Oct 18 22:50:14.970 INFO O| Oct 18 22:50:14.970 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7898 | 2024-10-18T22:50:15.788Z | [ recovery-image] Oct 18 22:50:14.970 INFO O| Oct 18 22:50:14.970 INFO STEP 11 (remove_files) COMPLETE |
7899 | 2024-10-18T22:50:15.788Z | [ recovery-image] Oct 18 22:50:14.970 INFO O| Oct 18 22:50:14.970 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7900 | 2024-10-18T22:50:15.796Z | [ recovery-image] Oct 18 22:50:14.980 INFO O| Oct 18 22:50:14.980 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7901 | 2024-10-18T22:50:15.798Z | [ recovery-image] Oct 18 22:50:14.980 INFO O| Oct 18 22:50:14.980 INFO STEP 12 (remove_files) COMPLETE |
7902 | 2024-10-18T22:50:15.798Z | [ recovery-image] Oct 18 22:50:14.980 INFO O| Oct 18 22:50:14.980 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7903 | 2024-10-18T22:50:15.806Z | [ recovery-image] Oct 18 22:50:14.990 INFO O| Oct 18 22:50:14.990 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7904 | 2024-10-18T22:50:15.806Z | [ recovery-image] Oct 18 22:50:14.990 INFO O| Oct 18 22:50:14.990 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7905 | 2024-10-18T22:50:15.813Z | [ recovery-image] Oct 18 22:50:14.990 INFO O| Oct 18 22:50:14.990 INFO STEP 13 (ensure_dir) COMPLETE |
7906 | 2024-10-18T22:50:15.813Z | [ recovery-image] Oct 18 22:50:14.990 INFO O| Oct 18 22:50:14.990 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7907 | 2024-10-18T22:50:15.817Z | [ recovery-image] Oct 18 22:50:15.000 INFO O| Oct 18 22:50:15.000 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7908 | 2024-10-18T22:50:15.817Z | [ recovery-image] Oct 18 22:50:15.000 INFO O| Oct 18 22:50:15.000 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7909 | 2024-10-18T22:50:15.817Z | [ recovery-image] Oct 18 22:50:15.000 INFO O| Oct 18 22:50:15.000 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7910 | 2024-10-18T22:50:15.817Z | [ recovery-image] Oct 18 22:50:15.000 INFO O| Oct 18 22:50:15.000 INFO STEP 14 (ensure_dir) COMPLETE |
7911 | 2024-10-18T22:50:15.817Z | [ recovery-image] Oct 18 22:50:15.000 INFO O| Oct 18 22:50:15.000 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7912 | 2024-10-18T22:50:15.826Z | [ recovery-image] Oct 18 22:50:15.010 INFO O| Oct 18 22:50:15.010 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7913 | 2024-10-18T22:50:15.826Z | [ recovery-image] Oct 18 22:50:15.010 INFO O| Oct 18 22:50:15.010 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7914 | 2024-10-18T22:50:15.828Z | [ recovery-image] Oct 18 22:50:15.010 INFO O| Oct 18 22:50:15.010 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7915 | 2024-10-18T22:50:15.828Z | [ recovery-image] Oct 18 22:50:15.010 INFO O| Oct 18 22:50:15.010 INFO STEP 15 (ensure_dir) COMPLETE |
7916 | 2024-10-18T22:50:15.828Z | [ recovery-image] Oct 18 22:50:15.010 INFO O| Oct 18 22:50:15.010 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7917 | 2024-10-18T22:50:15.834Z | [ host-image] Oct 18 22:50:15.018 INFO O| Oct 18 22:50:15.018 INFO O| Planning: Evaluating mediators ... Done |
7918 | 2024-10-18T22:50:15.837Z | [ host-image] Oct 18 22:50:15.019 INFO O| Oct 18 22:50:15.019 INFO O| Planning: Planning completed in 3.22 seconds |
7919 | 2024-10-18T22:50:15.839Z | [ host-image] Oct 18 22:50:15.021 INFO O| Oct 18 22:50:15.021 INFO O| Packages to install: 1 |
7920 | 2024-10-18T22:50:15.840Z | [ recovery-image] Oct 18 22:50:15.022 INFO O| Oct 18 22:50:15.022 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7921 | 2024-10-18T22:50:15.840Z | [ recovery-image] Oct 18 22:50:15.022 INFO O| Oct 18 22:50:15.022 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7922 | 2024-10-18T22:50:15.840Z | [ recovery-image] Oct 18 22:50:15.022 INFO O| Oct 18 22:50:15.022 INFO STEP 16 (ensure_dir) COMPLETE |
7923 | 2024-10-18T22:50:15.840Z | [ recovery-image] Oct 18 22:50:15.022 INFO O| Oct 18 22:50:15.022 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7924 | 2024-10-18T22:50:15.848Z | [ host-image] Oct 18 22:50:15.032 INFO O| Oct 18 22:50:15.032 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
7925 | 2024-10-18T22:50:15.850Z | [ recovery-image] Oct 18 22:50:15.033 INFO O| Oct 18 22:50:15.033 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7926 | 2024-10-18T22:50:15.850Z | [ recovery-image] Oct 18 22:50:15.033 INFO O| Oct 18 22:50:15.033 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7927 | 2024-10-18T22:50:15.850Z | [ recovery-image] Oct 18 22:50:15.033 INFO O| Oct 18 22:50:15.033 INFO STEP 17 (ensure_dir) COMPLETE |
7928 | 2024-10-18T22:50:15.850Z | [ recovery-image] Oct 18 22:50:15.033 INFO O| Oct 18 22:50:15.033 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7929 | 2024-10-18T22:50:15.859Z | [ recovery-image] Oct 18 22:50:15.044 INFO O| Oct 18 22:50:15.044 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7930 | 2024-10-18T22:50:15.859Z | [ recovery-image] Oct 18 22:50:15.044 INFO O| Oct 18 22:50:15.044 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7931 | 2024-10-18T22:50:15.863Z | [ recovery-image] Oct 18 22:50:15.044 INFO O| Oct 18 22:50:15.044 INFO ok! |
7932 | 2024-10-18T22:50:15.863Z | [ recovery-image] Oct 18 22:50:15.044 INFO O| Oct 18 22:50:15.044 INFO STEP 18 (ensure_symlink) COMPLETE |
7933 | 2024-10-18T22:50:15.863Z | [ recovery-image] Oct 18 22:50:15.044 INFO O| Oct 18 22:50:15.044 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7934 | 2024-10-18T22:50:15.870Z | [ recovery-image] Oct 18 22:50:15.055 INFO O| Oct 18 22:50:15.055 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7935 | 2024-10-18T22:50:15.870Z | [ recovery-image] Oct 18 22:50:15.055 INFO O| Oct 18 22:50:15.055 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7936 | 2024-10-18T22:50:15.872Z | [ recovery-image] Oct 18 22:50:15.055 INFO O| Oct 18 22:50:15.055 INFO ok! |
7937 | 2024-10-18T22:50:15.872Z | [ recovery-image] Oct 18 22:50:15.055 INFO O| Oct 18 22:50:15.055 INFO STEP 19 (ensure_file) COMPLETE |
7938 | 2024-10-18T22:50:15.872Z | [ recovery-image] Oct 18 22:50:15.055 INFO O| Oct 18 22:50:15.055 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7939 | 2024-10-18T22:50:15.880Z | [ recovery-image] Oct 18 22:50:15.065 INFO O| Oct 18 22:50:15.065 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7940 | 2024-10-18T22:50:15.880Z | [ recovery-image] Oct 18 22:50:15.065 INFO O| Oct 18 22:50:15.065 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7941 | 2024-10-18T22:50:15.883Z | [ recovery-image] Oct 18 22:50:15.065 INFO O| Oct 18 22:50:15.065 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7942 | 2024-10-18T22:50:15.883Z | [ recovery-image] Oct 18 22:50:15.065 INFO O| Oct 18 22:50:15.065 INFO ok! |
7943 | 2024-10-18T22:50:15.883Z | [ recovery-image] Oct 18 22:50:15.065 INFO O| Oct 18 22:50:15.065 INFO STEP 20 (ensure_symlink) COMPLETE |
7944 | 2024-10-18T22:50:15.883Z | [ recovery-image] Oct 18 22:50:15.065 INFO O| Oct 18 22:50:15.065 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7945 | 2024-10-18T22:50:15.892Z | [ recovery-image] Oct 18 22:50:15.076 INFO O| Oct 18 22:50:15.076 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7946 | 2024-10-18T22:50:15.892Z | [ recovery-image] Oct 18 22:50:15.076 INFO O| Oct 18 22:50:15.076 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7947 | 2024-10-18T22:50:15.894Z | [ recovery-image] Oct 18 22:50:15.076 INFO O| Oct 18 22:50:15.076 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7948 | 2024-10-18T22:50:15.894Z | [ recovery-image] Oct 18 22:50:15.076 INFO O| Oct 18 22:50:15.076 INFO ok! |
7949 | 2024-10-18T22:50:15.894Z | [ recovery-image] Oct 18 22:50:15.076 INFO O| Oct 18 22:50:15.076 INFO STEP 21 (ensure_symlink) COMPLETE |
7950 | 2024-10-18T22:50:15.894Z | [ recovery-image] Oct 18 22:50:15.076 INFO O| Oct 18 22:50:15.076 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7951 | 2024-10-18T22:50:15.903Z | [ recovery-image] Oct 18 22:50:15.088 INFO O| Oct 18 22:50:15.088 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7952 | 2024-10-18T22:50:15.903Z | [ recovery-image] Oct 18 22:50:15.088 INFO O| Oct 18 22:50:15.088 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7953 | 2024-10-18T22:50:15.906Z | [ recovery-image] Oct 18 22:50:15.088 INFO O| Oct 18 22:50:15.088 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7954 | 2024-10-18T22:50:15.906Z | [ recovery-image] Oct 18 22:50:15.088 INFO O| Oct 18 22:50:15.088 INFO ok! |
7955 | 2024-10-18T22:50:15.906Z | [ recovery-image] Oct 18 22:50:15.088 INFO O| Oct 18 22:50:15.088 INFO STEP 22 (ensure_symlink) COMPLETE |
7956 | 2024-10-18T22:50:15.906Z | [ recovery-image] Oct 18 22:50:15.088 INFO O| Oct 18 22:50:15.088 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7957 | 2024-10-18T22:50:15.915Z | [ recovery-image] Oct 18 22:50:15.099 INFO O| Oct 18 22:50:15.099 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7958 | 2024-10-18T22:50:15.915Z | [ recovery-image] Oct 18 22:50:15.099 INFO O| Oct 18 22:50:15.099 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7959 | 2024-10-18T22:50:15.917Z | [ recovery-image] Oct 18 22:50:15.099 INFO O| Oct 18 22:50:15.099 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7960 | 2024-10-18T22:50:15.917Z | [ recovery-image] Oct 18 22:50:15.099 INFO O| Oct 18 22:50:15.099 INFO ok! |
7961 | 2024-10-18T22:50:15.917Z | [ recovery-image] Oct 18 22:50:15.099 INFO O| Oct 18 22:50:15.099 INFO STEP 23 (ensure_symlink) COMPLETE |
7962 | 2024-10-18T22:50:15.917Z | [ recovery-image] Oct 18 22:50:15.099 INFO O| Oct 18 22:50:15.099 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7963 | 2024-10-18T22:50:15.925Z | [ recovery-image] Oct 18 22:50:15.110 INFO O| Oct 18 22:50:15.109 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7964 | 2024-10-18T22:50:15.927Z | [ recovery-image] Oct 18 22:50:15.110 INFO O| Oct 18 22:50:15.110 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 ... |
7965 | 2024-10-18T22:50:15.927Z | [ recovery-image] Oct 18 22:50:15.110 INFO O| Oct 18 22:50:15.110 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7966 | 2024-10-18T22:50:15.927Z | [ recovery-image] Oct 18 22:50:15.110 INFO O| Oct 18 22:50:15.110 INFO ok! |
7967 | 2024-10-18T22:50:15.927Z | [ recovery-image] Oct 18 22:50:15.110 INFO O| Oct 18 22:50:15.110 INFO STEP 24 (ensure_file) COMPLETE |
7968 | 2024-10-18T22:50:15.927Z | [ recovery-image] Oct 18 22:50:15.110 INFO O| Oct 18 22:50:15.110 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7969 | 2024-10-18T22:50:15.936Z | [ recovery-image] Oct 18 22:50:15.120 INFO O| Oct 18 22:50:15.120 INFO updating shadow file |
7970 | 2024-10-18T22:50:15.938Z | [ recovery-image] Oct 18 22:50:15.121 INFO O| Oct 18 22:50:15.121 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7971 | 2024-10-18T22:50:15.938Z | [ recovery-image] Oct 18 22:50:15.121 INFO O| Oct 18 22:50:15.121 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7972 | 2024-10-18T22:50:15.938Z | [ recovery-image] Oct 18 22:50:15.121 INFO O| Oct 18 22:50:15.121 INFO STEP 25 (shadow) COMPLETE |
7973 | 2024-10-18T22:50:15.938Z | [ recovery-image] Oct 18 22:50:15.121 INFO O| Oct 18 22:50:15.121 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7974 | 2024-10-18T22:50:15.947Z | [ recovery-image] Oct 18 22:50:15.131 INFO O| Oct 18 22:50:15.131 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7975 | 2024-10-18T22:50:15.947Z | [ recovery-image] Oct 18 22:50:15.131 INFO O| Oct 18 22:50:15.131 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7976 | 2024-10-18T22:50:15.949Z | [ recovery-image] Oct 18 22:50:15.132 INFO O| Oct 18 22:50:15.131 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7977 | 2024-10-18T22:50:15.949Z | [ recovery-image] Oct 18 22:50:15.132 INFO O| Oct 18 22:50:15.132 INFO ok! |
7978 | 2024-10-18T22:50:15.949Z | [ recovery-image] Oct 18 22:50:15.132 INFO O| Oct 18 22:50:15.132 INFO STEP 26 (ensure_file) COMPLETE |
7979 | 2024-10-18T22:50:15.949Z | [ recovery-image] Oct 18 22:50:15.132 INFO O| Oct 18 22:50:15.132 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7980 | 2024-10-18T22:50:15.958Z | [ recovery-image] Oct 18 22:50:15.143 INFO O| Oct 18 22:50:15.143 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7981 | 2024-10-18T22:50:15.961Z | [ recovery-image] Oct 18 22:50:15.143 INFO O| Oct 18 22:50:15.143 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7982 | 2024-10-18T22:50:15.961Z | [ recovery-image] Oct 18 22:50:15.143 INFO O| Oct 18 22:50:15.143 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7983 | 2024-10-18T22:50:15.961Z | [ recovery-image] Oct 18 22:50:15.143 INFO O| Oct 18 22:50:15.143 INFO ok! |
7984 | 2024-10-18T22:50:15.961Z | [ recovery-image] Oct 18 22:50:15.143 INFO O| Oct 18 22:50:15.143 INFO STEP 27 (ensure_file) COMPLETE |
7985 | 2024-10-18T22:50:15.961Z | [ recovery-image] Oct 18 22:50:15.143 INFO O| Oct 18 22:50:15.143 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7986 | 2024-10-18T22:50:15.972Z | [ recovery-image] Oct 18 22:50:15.157 INFO O| Oct 18 22:50:15.156 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7987 | 2024-10-18T22:50:15.972Z | [ recovery-image] Oct 18 22:50:15.157 INFO O| Oct 18 22:50:15.157 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7988 | 2024-10-18T22:50:15.974Z | [ recovery-image] Oct 18 22:50:15.157 INFO O| Oct 18 22:50:15.157 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7989 | 2024-10-18T22:50:15.974Z | [ recovery-image] Oct 18 22:50:15.157 INFO O| Oct 18 22:50:15.157 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7990 | 2024-10-18T22:50:15.974Z | [ recovery-image] Oct 18 22:50:15.157 INFO O| Oct 18 22:50:15.157 INFO ok! |
7991 | 2024-10-18T22:50:15.974Z | [ recovery-image] Oct 18 22:50:15.157 INFO O| Oct 18 22:50:15.157 INFO STEP 28 (ensure_file) COMPLETE |
7992 | 2024-10-18T22:50:15.974Z | [ recovery-image] Oct 18 22:50:15.157 INFO O| Oct 18 22:50:15.157 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7993 | 2024-10-18T22:50:15.984Z | [ recovery-image] Oct 18 22:50:15.168 INFO O| Oct 18 22:50:15.168 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
7994 | 2024-10-18T22:50:15.984Z | [ recovery-image] Oct 18 22:50:15.169 INFO O| Oct 18 22:50:15.168 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
7995 | 2024-10-18T22:50:15.986Z | [ recovery-image] Oct 18 22:50:15.169 INFO O| Oct 18 22:50:15.169 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
7996 | 2024-10-18T22:50:15.986Z | [ recovery-image] Oct 18 22:50:15.169 INFO O| Oct 18 22:50:15.169 INFO ok! |
7997 | 2024-10-18T22:50:15.986Z | [ recovery-image] Oct 18 22:50:15.169 INFO O| Oct 18 22:50:15.169 INFO STEP 29 (ensure_file) COMPLETE |
7998 | 2024-10-18T22:50:15.986Z | [ recovery-image] Oct 18 22:50:15.169 INFO O| Oct 18 22:50:15.169 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7999 | 2024-10-18T22:50:15.997Z | [ recovery-image] Oct 18 22:50:15.182 INFO O| Oct 18 22:50:15.181 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8000 | 2024-10-18T22:50:15.997Z | [ recovery-image] Oct 18 22:50:15.182 INFO O| Oct 18 22:50:15.182 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8001 | 2024-10-18T22:50:15.999Z | [ recovery-image] Oct 18 22:50:15.182 INFO O| Oct 18 22:50:15.182 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8002 | 2024-10-18T22:50:16.000Z | [ recovery-image] Oct 18 22:50:15.182 INFO O| Oct 18 22:50:15.182 INFO ok! |
8003 | 2024-10-18T22:50:16.000Z | [ recovery-image] Oct 18 22:50:15.182 INFO O| Oct 18 22:50:15.182 INFO STEP 30 (ensure_file) COMPLETE |
8004 | 2024-10-18T22:50:16.000Z | [ recovery-image] Oct 18 22:50:15.182 INFO O| Oct 18 22:50:15.182 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8005 | 2024-10-18T22:50:16.008Z | [ recovery-image] Oct 18 22:50:15.192 INFO O| Oct 18 22:50:15.192 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8006 | 2024-10-18T22:50:16.010Z | [ recovery-image] Oct 18 22:50:15.192 INFO O| Oct 18 22:50:15.192 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8007 | 2024-10-18T22:50:16.010Z | [ recovery-image] Oct 18 22:50:15.192 INFO O| Oct 18 22:50:15.192 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8008 | 2024-10-18T22:50:16.010Z | [ recovery-image] Oct 18 22:50:15.192 INFO O| Oct 18 22:50:15.192 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8009 | 2024-10-18T22:50:16.010Z | [ recovery-image] Oct 18 22:50:15.192 INFO O| Oct 18 22:50:15.192 INFO ok! |
8010 | 2024-10-18T22:50:16.010Z | [ recovery-image] Oct 18 22:50:15.193 INFO O| Oct 18 22:50:15.192 INFO STEP 31 (ensure_file) COMPLETE |
8011 | 2024-10-18T22:50:16.010Z | [ recovery-image] Oct 18 22:50:15.193 INFO O| Oct 18 22:50:15.192 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8012 | 2024-10-18T22:50:16.021Z | [ recovery-image] Oct 18 22:50:15.206 INFO O| Oct 18 22:50:15.206 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8013 | 2024-10-18T22:50:16.021Z | [ recovery-image] Oct 18 22:50:15.206 INFO O| Oct 18 22:50:15.206 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8014 | 2024-10-18T22:50:16.023Z | [ recovery-image] Oct 18 22:50:15.206 INFO O| Oct 18 22:50:15.206 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8015 | 2024-10-18T22:50:16.023Z | [ recovery-image] Oct 18 22:50:15.206 INFO O| Oct 18 22:50:15.206 INFO ok! |
8016 | 2024-10-18T22:50:16.024Z | [ recovery-image] Oct 18 22:50:15.206 INFO O| Oct 18 22:50:15.206 INFO STEP 32 (ensure_file) COMPLETE |
8017 | 2024-10-18T22:50:16.024Z | [ recovery-image] Oct 18 22:50:15.206 INFO O| Oct 18 22:50:15.206 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8018 | 2024-10-18T22:50:16.033Z | [ recovery-image] Oct 18 22:50:15.217 INFO O| Oct 18 22:50:15.217 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8019 | 2024-10-18T22:50:16.033Z | [ recovery-image] Oct 18 22:50:15.217 INFO O| Oct 18 22:50:15.217 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8020 | 2024-10-18T22:50:16.035Z | [ recovery-image] Oct 18 22:50:15.217 INFO O| Oct 18 22:50:15.217 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8021 | 2024-10-18T22:50:16.035Z | [ recovery-image] Oct 18 22:50:15.217 INFO O| Oct 18 22:50:15.217 INFO ok! |
8022 | 2024-10-18T22:50:16.035Z | [ recovery-image] Oct 18 22:50:15.217 INFO O| Oct 18 22:50:15.217 INFO STEP 33 (ensure_file) COMPLETE |
8023 | 2024-10-18T22:50:16.035Z | [ recovery-image] Oct 18 22:50:15.218 INFO O| Oct 18 22:50:15.217 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8024 | 2024-10-18T22:50:16.047Z | [ recovery-image] Oct 18 22:50:15.231 INFO O| Oct 18 22:50:15.231 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8025 | 2024-10-18T22:50:16.047Z | [ recovery-image] Oct 18 22:50:15.231 INFO O| Oct 18 22:50:15.231 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8026 | 2024-10-18T22:50:16.047Z | [ recovery-image] Oct 18 22:50:15.232 INFO O| Oct 18 22:50:15.231 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8027 | 2024-10-18T22:50:16.049Z | [ recovery-image] Oct 18 22:50:15.232 INFO O| Oct 18 22:50:15.232 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8028 | 2024-10-18T22:50:16.049Z | [ recovery-image] Oct 18 22:50:15.232 INFO O| Oct 18 22:50:15.232 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8029 | 2024-10-18T22:50:16.049Z | [ recovery-image] Oct 18 22:50:15.232 INFO O| Oct 18 22:50:15.232 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8030 | 2024-10-18T22:50:16.049Z | [ recovery-image] Oct 18 22:50:15.232 INFO O| Oct 18 22:50:15.232 INFO ok! |
8031 | 2024-10-18T22:50:16.049Z | [ recovery-image] Oct 18 22:50:15.232 INFO O| Oct 18 22:50:15.232 INFO STEP 34 (ensure_file) COMPLETE |
8032 | 2024-10-18T22:50:16.049Z | [ recovery-image] Oct 18 22:50:15.232 INFO O| Oct 18 22:50:15.232 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8033 | 2024-10-18T22:50:16.057Z | [ recovery-image] Oct 18 22:50:15.242 INFO O| Oct 18 22:50:15.242 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8034 | 2024-10-18T22:50:16.060Z | [ recovery-image] Oct 18 22:50:15.242 INFO O| Oct 18 22:50:15.242 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8035 | 2024-10-18T22:50:16.060Z | [ recovery-image] Oct 18 22:50:15.242 INFO O| Oct 18 22:50:15.242 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8036 | 2024-10-18T22:50:16.060Z | [ recovery-image] Oct 18 22:50:15.242 INFO O| Oct 18 22:50:15.242 INFO STEP 35 (ensure_dir) COMPLETE |
8037 | 2024-10-18T22:50:16.060Z | [ recovery-image] Oct 18 22:50:15.242 INFO O| Oct 18 22:50:15.242 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8038 | 2024-10-18T22:50:16.068Z | [ recovery-image] Oct 18 22:50:15.252 INFO O| Oct 18 22:50:15.252 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 |
8039 | 2024-10-18T22:50:16.068Z | [ recovery-image] Oct 18 22:50:15.252 INFO O| Oct 18 22:50:15.252 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 ... |
8040 | 2024-10-18T22:50:16.070Z | [ recovery-image] Oct 18 22:50:15.253 INFO O| Oct 18 22:50:15.253 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 |
8041 | 2024-10-18T22:50:16.070Z | [ recovery-image] Oct 18 22:50:15.253 INFO O| Oct 18 22:50:15.253 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 |
8042 | 2024-10-18T22:50:16.070Z | [ recovery-image] Oct 18 22:50:15.253 INFO O| Oct 18 22:50:15.253 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 |
8043 | 2024-10-18T22:50:16.070Z | [ recovery-image] Oct 18 22:50:15.253 INFO O| Oct 18 22:50:15.253 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 |
8044 | 2024-10-18T22:50:16.070Z | [ recovery-image] Oct 18 22:50:15.253 INFO O| Oct 18 22:50:15.253 INFO ok! |
8045 | 2024-10-18T22:50:16.070Z | [ recovery-image] Oct 18 22:50:15.253 INFO O| Oct 18 22:50:15.253 INFO STEP 36 (ensure_file) COMPLETE |
8046 | 2024-10-18T22:50:16.070Z | [ recovery-image] Oct 18 22:50:15.253 INFO O| Oct 18 22:50:15.253 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8047 | 2024-10-18T22:50:16.080Z | [ recovery-image] Oct 18 22:50:15.264 INFO O| Oct 18 22:50:15.264 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8048 | 2024-10-18T22:50:16.082Z | [ recovery-image] Oct 18 22:50:15.264 INFO O| Oct 18 22:50:15.264 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 ... |
8049 | 2024-10-18T22:50:16.082Z | [ recovery-image] Oct 18 22:50:15.264 INFO O| Oct 18 22:50:15.264 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8050 | 2024-10-18T22:50:16.082Z | [ recovery-image] Oct 18 22:50:15.264 INFO O| Oct 18 22:50:15.264 INFO ok! |
8051 | 2024-10-18T22:50:16.082Z | [ recovery-image] Oct 18 22:50:15.264 INFO O| Oct 18 22:50:15.264 INFO STEP 37 (ensure_symlink) COMPLETE |
8052 | 2024-10-18T22:50:16.082Z | [ recovery-image] Oct 18 22:50:15.265 INFO O| Oct 18 22:50:15.264 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8053 | 2024-10-18T22:50:16.091Z | [ recovery-image] Oct 18 22:50:15.276 INFO O| Oct 18 22:50:15.276 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8054 | 2024-10-18T22:50:16.094Z | [ recovery-image] Oct 18 22:50:15.276 INFO O| Oct 18 22:50:15.276 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8055 | 2024-10-18T22:50:16.094Z | [ recovery-image] Oct 18 22:50:15.276 INFO O| Oct 18 22:50:15.276 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8056 | 2024-10-18T22:50:16.094Z | [ recovery-image] Oct 18 22:50:15.276 INFO O| Oct 18 22:50:15.276 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8057 | 2024-10-18T22:50:16.094Z | [ recovery-image] Oct 18 22:50:15.276 INFO O| Oct 18 22:50:15.276 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8058 | 2024-10-18T22:50:16.094Z | [ recovery-image] Oct 18 22:50:15.277 INFO O| Oct 18 22:50:15.276 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8059 | 2024-10-18T22:50:16.094Z | [ recovery-image] Oct 18 22:50:15.277 INFO O| Oct 18 22:50:15.276 INFO ok! |
8060 | 2024-10-18T22:50:16.094Z | [ recovery-image] Oct 18 22:50:15.277 INFO O| Oct 18 22:50:15.277 INFO STEP 38 (ensure_file) COMPLETE |
8061 | 2024-10-18T22:50:16.094Z | [ recovery-image] Oct 18 22:50:15.277 INFO O| Oct 18 22:50:15.277 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8062 | 2024-10-18T22:50:16.102Z | [ recovery-image] Oct 18 22:50:15.287 INFO O| Oct 18 22:50:15.287 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8063 | 2024-10-18T22:50:16.102Z | [ recovery-image] Oct 18 22:50:15.287 INFO O| Oct 18 22:50:15.287 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 ... |
8064 | 2024-10-18T22:50:16.105Z | [ recovery-image] Oct 18 22:50:15.287 INFO O| Oct 18 22:50:15.287 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 |
8065 | 2024-10-18T22:50:16.105Z | [ recovery-image] Oct 18 22:50:15.287 INFO O| Oct 18 22:50:15.287 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8066 | 2024-10-18T22:50:16.105Z | [ recovery-image] Oct 18 22:50:15.287 INFO O| Oct 18 22:50:15.287 INFO ok! |
8067 | 2024-10-18T22:50:16.105Z | [ recovery-image] Oct 18 22:50:15.287 INFO O| Oct 18 22:50:15.287 INFO STEP 39 (ensure_file) COMPLETE |
8068 | 2024-10-18T22:50:16.105Z | [ recovery-image] Oct 18 22:50:15.287 INFO O| Oct 18 22:50:15.287 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8069 | 2024-10-18T22:50:16.113Z | [ recovery-image] Oct 18 22:50:15.298 INFO O| Oct 18 22:50:15.298 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8070 | 2024-10-18T22:50:16.113Z | [ recovery-image] Oct 18 22:50:15.298 INFO O| Oct 18 22:50:15.298 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8071 | 2024-10-18T22:50:16.116Z | [ recovery-image] Oct 18 22:50:15.298 INFO O| Oct 18 22:50:15.298 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8072 | 2024-10-18T22:50:16.116Z | [ recovery-image] Oct 18 22:50:15.298 INFO O| Oct 18 22:50:15.298 INFO ok! |
8073 | 2024-10-18T22:50:16.116Z | [ recovery-image] Oct 18 22:50:15.298 INFO O| Oct 18 22:50:15.298 INFO STEP 40 (ensure_file) COMPLETE |
8074 | 2024-10-18T22:50:16.116Z | [ recovery-image] Oct 18 22:50:15.298 INFO O| Oct 18 22:50:15.298 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8075 | 2024-10-18T22:50:16.124Z | [ recovery-image] Oct 18 22:50:15.309 INFO O| Oct 18 22:50:15.309 INFO updating shadow file |
8076 | 2024-10-18T22:50:16.127Z | [ recovery-image] Oct 18 22:50:15.309 INFO O| Oct 18 22:50:15.309 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8077 | 2024-10-18T22:50:16.127Z | [ recovery-image] Oct 18 22:50:15.309 INFO O| Oct 18 22:50:15.309 INFO STEP 41 (shadow) COMPLETE |
8078 | 2024-10-18T22:50:16.127Z | [ recovery-image] Oct 18 22:50:15.309 INFO O| Oct 18 22:50:15.309 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8079 | 2024-10-18T22:50:16.137Z | [ recovery-image] Oct 18 22:50:15.322 INFO O| Oct 18 22:50:15.322 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8080 | 2024-10-18T22:50:16.140Z | [ recovery-image] Oct 18 22:50:15.322 INFO O| Oct 18 22:50:15.322 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8081 | 2024-10-18T22:50:16.140Z | [ recovery-image] Oct 18 22:50:15.322 INFO O| Oct 18 22:50:15.322 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8082 | 2024-10-18T22:50:16.140Z | [ recovery-image] Oct 18 22:50:15.322 INFO O| Oct 18 22:50:15.322 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8083 | 2024-10-18T22:50:16.140Z | [ recovery-image] Oct 18 22:50:15.322 INFO O| Oct 18 22:50:15.322 INFO ok! |
8084 | 2024-10-18T22:50:16.140Z | [ recovery-image] Oct 18 22:50:15.322 INFO O| Oct 18 22:50:15.322 INFO STEP 42 (ensure_file) COMPLETE |
8085 | 2024-10-18T22:50:16.140Z | [ recovery-image] Oct 18 22:50:15.322 INFO O| Oct 18 22:50:15.322 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8086 | 2024-10-18T22:50:16.152Z | [ recovery-image] Oct 18 22:50:15.337 INFO O| Oct 18 22:50:15.337 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8087 | 2024-10-18T22:50:16.155Z | [ recovery-image] Oct 18 22:50:15.337 INFO O| Oct 18 22:50:15.337 INFO STEP 43 (ensure_dir) COMPLETE |
8088 | 2024-10-18T22:50:16.155Z | [ recovery-image] Oct 18 22:50:15.337 INFO O| Oct 18 22:50:15.337 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8089 | 2024-10-18T22:50:16.163Z | [ recovery-image] Oct 18 22:50:15.348 INFO O| Oct 18 22:50:15.348 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8090 | 2024-10-18T22:50:16.163Z | [ recovery-image] Oct 18 22:50:15.348 INFO O| Oct 18 22:50:15.348 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8091 | 2024-10-18T22:50:16.163Z | [ recovery-image] Oct 18 22:50:15.348 INFO O| Oct 18 22:50:15.348 INFO STEP 44 (ensure_dir) COMPLETE |
8092 | 2024-10-18T22:50:16.166Z | [ recovery-image] Oct 18 22:50:15.348 INFO O| Oct 18 22:50:15.348 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8093 | 2024-10-18T22:50:16.174Z | [ recovery-image] Oct 18 22:50:15.358 INFO O| Oct 18 22:50:15.358 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8094 | 2024-10-18T22:50:16.174Z | [ recovery-image] Oct 18 22:50:15.358 INFO O| Oct 18 22:50:15.358 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8095 | 2024-10-18T22:50:16.174Z | [ recovery-image] Oct 18 22:50:15.358 INFO O| Oct 18 22:50:15.358 INFO STEP 45 (ensure_dir) COMPLETE |
8096 | 2024-10-18T22:50:16.176Z | [ recovery-image] Oct 18 22:50:15.358 INFO O| Oct 18 22:50:15.358 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8097 | 2024-10-18T22:50:16.183Z | [ recovery-image] Oct 18 22:50:15.368 INFO O| Oct 18 22:50:15.368 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8098 | 2024-10-18T22:50:16.183Z | [ recovery-image] Oct 18 22:50:15.368 INFO O| Oct 18 22:50:15.368 INFO copying /tmp/.tmpcbuUZ4/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8099 | 2024-10-18T22:50:16.207Z | [ host-image] Oct 18 22:50:15.391 INFO O| Oct 18 22:50:15.391 INFO O| Download: Completed 20.80 MB in 0.36 seconds (58.0M/s) |
8100 | 2024-10-18T22:50:16.230Z | [ recovery-image] Oct 18 22:50:15.414 INFO O| Oct 18 22:50:15.414 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8101 | 2024-10-18T22:50:16.230Z | [ recovery-image] Oct 18 22:50:15.414 INFO O| Oct 18 22:50:15.414 INFO ok! |
8102 | 2024-10-18T22:50:16.230Z | [ recovery-image] Oct 18 22:50:15.414 INFO O| Oct 18 22:50:15.414 INFO STEP 46 (ensure_file) COMPLETE |
8103 | 2024-10-18T22:50:16.232Z | [ recovery-image] Oct 18 22:50:15.414 INFO O| Oct 18 22:50:15.414 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8104 | 2024-10-18T22:50:16.236Z | [ host-image] Oct 18 22:50:15.421 INFO O| Oct 18 22:50:15.421 INFO O| Actions: 1/22 actions (Installing new actions) |
8105 | 2024-10-18T22:50:16.241Z | [ recovery-image] Oct 18 22:50:15.425 INFO O| Oct 18 22:50:15.425 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8106 | 2024-10-18T22:50:16.243Z | [ recovery-image] Oct 18 22:50:15.425 INFO O| Oct 18 22:50:15.425 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8107 | 2024-10-18T22:50:16.243Z | [ recovery-image] Oct 18 22:50:15.425 INFO O| Oct 18 22:50:15.425 INFO STEP 47 (ensure_dir) COMPLETE |
8108 | 2024-10-18T22:50:16.243Z | [ recovery-image] Oct 18 22:50:15.425 INFO O| Oct 18 22:50:15.425 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8109 | 2024-10-18T22:50:16.251Z | [ recovery-image] Oct 18 22:50:15.436 INFO O| Oct 18 22:50:15.436 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8110 | 2024-10-18T22:50:16.251Z | [ recovery-image] Oct 18 22:50:15.436 INFO O| Oct 18 22:50:15.436 INFO copying /tmp/.tmpcbuUZ4/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8111 | 2024-10-18T22:50:16.254Z | [ recovery-image] Oct 18 22:50:15.436 INFO O| Oct 18 22:50:15.436 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8112 | 2024-10-18T22:50:16.254Z | [ recovery-image] Oct 18 22:50:15.436 INFO O| Oct 18 22:50:15.436 INFO ok! |
8113 | 2024-10-18T22:50:16.254Z | [ recovery-image] Oct 18 22:50:15.436 INFO O| Oct 18 22:50:15.436 INFO STEP 48 (ensure_file) COMPLETE |
8114 | 2024-10-18T22:50:16.254Z | [ recovery-image] Oct 18 22:50:15.436 INFO O| Oct 18 22:50:15.436 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8115 | 2024-10-18T22:50:16.261Z | [ recovery-image] Oct 18 22:50:15.446 INFO O| Oct 18 22:50:15.446 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8116 | 2024-10-18T22:50:16.262Z | [ recovery-image] Oct 18 22:50:15.446 INFO O| Oct 18 22:50:15.446 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8117 | 2024-10-18T22:50:16.264Z | [ recovery-image] Oct 18 22:50:15.446 INFO O| Oct 18 22:50:15.446 INFO STEP 49 (ensure_dir) COMPLETE |
8118 | 2024-10-18T22:50:16.264Z | [ recovery-image] Oct 18 22:50:15.446 INFO O| Oct 18 22:50:15.446 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8119 | 2024-10-18T22:50:16.271Z | [ recovery-image] Oct 18 22:50:15.456 INFO O| Oct 18 22:50:15.456 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8120 | 2024-10-18T22:50:16.274Z | [ recovery-image] Oct 18 22:50:15.456 INFO O| Oct 18 22:50:15.456 INFO copying /tmp/.tmpcbuUZ4/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8121 | 2024-10-18T22:50:16.291Z | [ recovery-image] Oct 18 22:50:15.475 INFO O| Oct 18 22:50:15.475 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8122 | 2024-10-18T22:50:16.291Z | [ recovery-image] Oct 18 22:50:15.475 INFO O| Oct 18 22:50:15.475 INFO ok! |
8123 | 2024-10-18T22:50:16.291Z | [ recovery-image] Oct 18 22:50:15.475 INFO O| Oct 18 22:50:15.475 INFO STEP 50 (ensure_file) COMPLETE |
8124 | 2024-10-18T22:50:16.293Z | [ recovery-image] Oct 18 22:50:15.475 INFO O| Oct 18 22:50:15.475 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8125 | 2024-10-18T22:50:16.302Z | [ recovery-image] Oct 18 22:50:15.487 INFO O| Oct 18 22:50:15.487 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8126 | 2024-10-18T22:50:16.302Z | [ recovery-image] Oct 18 22:50:15.487 INFO O| Oct 18 22:50:15.487 INFO copying /tmp/.tmpcbuUZ4/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8127 | 2024-10-18T22:50:16.620Z | [ recovery-image] Oct 18 22:50:15.804 INFO O| Oct 18 22:50:15.804 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8128 | 2024-10-18T22:50:16.624Z | [ recovery-image] Oct 18 22:50:15.804 INFO O| Oct 18 22:50:15.804 INFO ok! |
8129 | 2024-10-18T22:50:16.624Z | [ recovery-image] Oct 18 22:50:15.804 INFO O| Oct 18 22:50:15.804 INFO STEP 51 (ensure_file) COMPLETE |
8130 | 2024-10-18T22:50:16.624Z | [ recovery-image] Oct 18 22:50:15.804 INFO O| Oct 18 22:50:15.804 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8131 | 2024-10-18T22:50:16.641Z | [ recovery-image] Oct 18 22:50:15.824 INFO O| Oct 18 22:50:15.824 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8132 | 2024-10-18T22:50:16.641Z | [ recovery-image] Oct 18 22:50:15.824 INFO O| Oct 18 22:50:15.824 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8133 | 2024-10-18T22:50:16.641Z | [ recovery-image] Oct 18 22:50:15.824 INFO O| Oct 18 22:50:15.824 INFO STEP 52 (ensure_dir) COMPLETE |
8134 | 2024-10-18T22:50:16.641Z | [ recovery-image] Oct 18 22:50:15.824 INFO O| Oct 18 22:50:15.824 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8135 | 2024-10-18T22:50:16.663Z | [ recovery-image] Oct 18 22:50:15.845 INFO O| Oct 18 22:50:15.845 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8136 | 2024-10-18T22:50:16.666Z | [ recovery-image] Oct 18 22:50:15.845 INFO O| Oct 18 22:50:15.845 INFO copying /tmp/.tmpcbuUZ4/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 ... |
8137 | 2024-10-18T22:50:16.666Z | [ recovery-image] Oct 18 22:50:15.846 INFO O| Oct 18 22:50:15.845 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 |
8138 | 2024-10-18T22:50:16.666Z | [ recovery-image] Oct 18 22:50:15.846 INFO O| Oct 18 22:50:15.846 INFO ok! |
8139 | 2024-10-18T22:50:16.666Z | [ recovery-image] Oct 18 22:50:15.846 INFO O| Oct 18 22:50:15.846 INFO STEP 53 (ensure_file) COMPLETE |
8140 | 2024-10-18T22:50:16.666Z | [ recovery-image] Oct 18 22:50:15.846 INFO O| Oct 18 22:50:15.846 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8141 | 2024-10-18T22:50:16.683Z | [ recovery-image] Oct 18 22:50:15.867 INFO O| Oct 18 22:50:15.867 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8142 | 2024-10-18T22:50:16.686Z | [ recovery-image] Oct 18 22:50:15.868 INFO O| Oct 18 22:50:15.868 INFO copying /tmp/.tmpcbuUZ4/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 ... |
8143 | 2024-10-18T22:50:16.686Z | [ recovery-image] Oct 18 22:50:15.868 INFO O| Oct 18 22:50:15.868 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 |
8144 | 2024-10-18T22:50:16.686Z | [ recovery-image] Oct 18 22:50:15.869 INFO O| Oct 18 22:50:15.869 INFO ok! |
8145 | 2024-10-18T22:50:16.686Z | [ recovery-image] Oct 18 22:50:15.869 INFO O| Oct 18 22:50:15.869 INFO STEP 54 (ensure_file) COMPLETE |
8146 | 2024-10-18T22:50:16.688Z | [ recovery-image] Oct 18 22:50:15.869 INFO O| Oct 18 22:50:15.869 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8147 | 2024-10-18T22:50:16.706Z | [ recovery-image] Oct 18 22:50:15.889 INFO O| Oct 18 22:50:15.889 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8148 | 2024-10-18T22:50:16.708Z | [ recovery-image] Oct 18 22:50:15.889 INFO O| Oct 18 22:50:15.889 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8149 | 2024-10-18T22:50:16.708Z | [ recovery-image] Oct 18 22:50:15.889 INFO O| Oct 18 22:50:15.889 INFO STEP 55 (ensure_dir) COMPLETE |
8150 | 2024-10-18T22:50:16.708Z | [ recovery-image] Oct 18 22:50:15.889 INFO O| Oct 18 22:50:15.889 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8151 | 2024-10-18T22:50:16.720Z | [ recovery-image] Oct 18 22:50:15.904 INFO O| Oct 18 22:50:15.904 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8152 | 2024-10-18T22:50:16.720Z | [ recovery-image] Oct 18 22:50:15.904 INFO O| Oct 18 22:50:15.904 INFO copying /tmp/.tmpcbuUZ4/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 ... |
8153 | 2024-10-18T22:50:16.722Z | [ recovery-image] Oct 18 22:50:15.904 INFO O| Oct 18 22:50:15.904 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8154 | 2024-10-18T22:50:16.722Z | [ recovery-image] Oct 18 22:50:15.904 INFO O| Oct 18 22:50:15.904 INFO ok! |
8155 | 2024-10-18T22:50:16.722Z | [ recovery-image] Oct 18 22:50:15.904 INFO O| Oct 18 22:50:15.904 INFO STEP 56 (ensure_file) COMPLETE |
8156 | 2024-10-18T22:50:16.722Z | [ recovery-image] Oct 18 22:50:15.904 INFO O| Oct 18 22:50:15.904 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8157 | 2024-10-18T22:50:16.732Z | [ recovery-image] Oct 18 22:50:15.916 INFO O| Oct 18 22:50:15.916 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8158 | 2024-10-18T22:50:16.734Z | [ recovery-image] Oct 18 22:50:15.916 INFO O| Oct 18 22:50:15.916 INFO copying /tmp/.tmpcbuUZ4/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 ... |
8159 | 2024-10-18T22:50:16.734Z | [ recovery-image] Oct 18 22:50:15.917 INFO O| Oct 18 22:50:15.916 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 |
8160 | 2024-10-18T22:50:16.734Z | [ recovery-image] Oct 18 22:50:15.917 INFO O| Oct 18 22:50:15.917 INFO ok! |
8161 | 2024-10-18T22:50:16.734Z | [ recovery-image] Oct 18 22:50:15.917 INFO O| Oct 18 22:50:15.917 INFO STEP 57 (ensure_file) COMPLETE |
8162 | 2024-10-18T22:50:16.734Z | [ recovery-image] Oct 18 22:50:15.917 INFO O| Oct 18 22:50:15.917 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8163 | 2024-10-18T22:50:16.743Z | [ recovery-image] Oct 18 22:50:15.928 INFO O| Oct 18 22:50:15.928 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8164 | 2024-10-18T22:50:16.746Z | [ recovery-image] Oct 18 22:50:15.928 INFO O| Oct 18 22:50:15.928 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8165 | 2024-10-18T22:50:16.746Z | [ recovery-image] Oct 18 22:50:15.928 INFO O| Oct 18 22:50:15.928 INFO STEP 58 (ensure_dir) COMPLETE |
8166 | 2024-10-18T22:50:16.746Z | [ recovery-image] Oct 18 22:50:15.928 INFO O| Oct 18 22:50:15.928 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8167 | 2024-10-18T22:50:16.756Z | [ recovery-image] Oct 18 22:50:15.940 INFO O| Oct 18 22:50:15.940 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8168 | 2024-10-18T22:50:16.756Z | [ recovery-image] Oct 18 22:50:15.940 INFO O| Oct 18 22:50:15.940 INFO copying /tmp/.tmpcbuUZ4/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 ... |
8169 | 2024-10-18T22:50:16.756Z | [ recovery-image] Oct 18 22:50:15.940 INFO O| Oct 18 22:50:15.940 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8170 | 2024-10-18T22:50:16.758Z | [ recovery-image] Oct 18 22:50:15.940 INFO O| Oct 18 22:50:15.940 INFO ok! |
8171 | 2024-10-18T22:50:16.758Z | [ recovery-image] Oct 18 22:50:15.940 INFO O| Oct 18 22:50:15.940 INFO STEP 59 (ensure_file) COMPLETE |
8172 | 2024-10-18T22:50:16.758Z | [ recovery-image] Oct 18 22:50:15.940 INFO O| Oct 18 22:50:15.940 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8173 | 2024-10-18T22:50:16.768Z | [ recovery-image] Oct 18 22:50:15.952 INFO O| Oct 18 22:50:15.952 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8174 | 2024-10-18T22:50:16.768Z | [ recovery-image] Oct 18 22:50:15.952 INFO O| Oct 18 22:50:15.952 INFO copying /tmp/.tmpcbuUZ4/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8175 | 2024-10-18T22:50:16.768Z | [ recovery-image] Oct 18 22:50:15.952 INFO O| Oct 18 22:50:15.952 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8176 | 2024-10-18T22:50:16.771Z | [ recovery-image] Oct 18 22:50:15.952 INFO O| Oct 18 22:50:15.952 INFO ok! |
8177 | 2024-10-18T22:50:16.771Z | [ recovery-image] Oct 18 22:50:15.952 INFO O| Oct 18 22:50:15.952 INFO STEP 60 (ensure_file) COMPLETE |
8178 | 2024-10-18T22:50:16.771Z | [ recovery-image] Oct 18 22:50:15.952 INFO O| Oct 18 22:50:15.952 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8179 | 2024-10-18T22:50:16.780Z | [ recovery-image] Oct 18 22:50:15.964 INFO O| Oct 18 22:50:15.964 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8180 | 2024-10-18T22:50:16.780Z | [ recovery-image] Oct 18 22:50:15.964 INFO O| Oct 18 22:50:15.964 INFO STEP 61 (ensure_dir) COMPLETE |
8181 | 2024-10-18T22:50:16.782Z | [ recovery-image] Oct 18 22:50:15.964 INFO O| Oct 18 22:50:15.964 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8182 | 2024-10-18T22:50:16.793Z | [ recovery-image] Oct 18 22:50:15.977 INFO O| Oct 18 22:50:15.977 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8183 | 2024-10-18T22:50:16.793Z | [ recovery-image] Oct 18 22:50:15.977 INFO O| Oct 18 22:50:15.977 INFO STEP 62 (ensure_dir) COMPLETE |
8184 | 2024-10-18T22:50:16.796Z | [ recovery-image] Oct 18 22:50:15.977 INFO O| Oct 18 22:50:15.977 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8185 | 2024-10-18T22:50:16.804Z | [ recovery-image] Oct 18 22:50:15.989 INFO O| Oct 18 22:50:15.989 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8186 | 2024-10-18T22:50:16.805Z | [ recovery-image] Oct 18 22:50:15.989 INFO O| Oct 18 22:50:15.989 INFO STEP 63 (ensure_dir) COMPLETE |
8187 | 2024-10-18T22:50:16.807Z | [ recovery-image] Oct 18 22:50:15.989 INFO O| Oct 18 22:50:15.989 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8188 | 2024-10-18T22:50:16.817Z | [ recovery-image] Oct 18 22:50:16.002 INFO O| Oct 18 22:50:16.001 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8189 | 2024-10-18T22:50:16.817Z | [ recovery-image] Oct 18 22:50:16.002 INFO O| Oct 18 22:50:16.002 INFO STEP 64 (ensure_dir) COMPLETE |
8190 | 2024-10-18T22:50:16.817Z | [ recovery-image] Oct 18 22:50:16.002 INFO O| Oct 18 22:50:16.002 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8191 | 2024-10-18T22:50:16.833Z | [ recovery-image] Oct 18 22:50:16.017 INFO O| Oct 18 22:50:16.017 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8192 | 2024-10-18T22:50:16.835Z | [ recovery-image] Oct 18 22:50:16.017 INFO O| Oct 18 22:50:16.017 INFO copying /tmp/.tmpcbuUZ4/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8193 | 2024-10-18T22:50:16.835Z | [ recovery-image] Oct 18 22:50:16.017 INFO O| Oct 18 22:50:16.017 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8194 | 2024-10-18T22:50:16.835Z | [ recovery-image] Oct 18 22:50:16.017 INFO O| Oct 18 22:50:16.017 INFO ok! |
8195 | 2024-10-18T22:50:16.836Z | [ recovery-image] Oct 18 22:50:16.017 INFO O| Oct 18 22:50:16.017 INFO STEP 65 (ensure_file) COMPLETE |
8196 | 2024-10-18T22:50:16.836Z | [ recovery-image] Oct 18 22:50:16.017 INFO O| Oct 18 22:50:16.017 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8197 | 2024-10-18T22:50:16.846Z | [ recovery-image] Oct 18 22:50:16.031 INFO O| Oct 18 22:50:16.031 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8198 | 2024-10-18T22:50:16.849Z | [ recovery-image] Oct 18 22:50:16.031 INFO O| Oct 18 22:50:16.031 INFO STEP 66 (remove_files) COMPLETE |
8199 | 2024-10-18T22:50:16.849Z | [ recovery-image] Oct 18 22:50:16.031 INFO O| Oct 18 22:50:16.031 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8200 | 2024-10-18T22:50:16.860Z | [ recovery-image] Oct 18 22:50:16.044 INFO O| Oct 18 22:50:16.044 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8201 | 2024-10-18T22:50:16.862Z | [ recovery-image] Oct 18 22:50:16.044 INFO O| Oct 18 22:50:16.044 INFO STEP 67 (remove_files) COMPLETE |
8202 | 2024-10-18T22:50:16.862Z | [ recovery-image] Oct 18 22:50:16.044 INFO O| Oct 18 22:50:16.044 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8203 | 2024-10-18T22:50:16.873Z | [ recovery-image] Oct 18 22:50:16.058 INFO O| Oct 18 22:50:16.058 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8204 | 2024-10-18T22:50:16.876Z | [ recovery-image] Oct 18 22:50:16.058 INFO O| Oct 18 22:50:16.058 INFO STEP 68 (remove_files) COMPLETE |
8205 | 2024-10-18T22:50:16.876Z | [ recovery-image] Oct 18 22:50:16.058 INFO O| Oct 18 22:50:16.058 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8206 | 2024-10-18T22:50:16.887Z | [ recovery-image] Oct 18 22:50:16.072 INFO O| Oct 18 22:50:16.072 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8207 | 2024-10-18T22:50:16.890Z | [ recovery-image] Oct 18 22:50:16.072 INFO O| Oct 18 22:50:16.072 INFO STEP 69 (remove_files) COMPLETE |
8208 | 2024-10-18T22:50:16.890Z | [ recovery-image] Oct 18 22:50:16.072 INFO O| Oct 18 22:50:16.072 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8209 | 2024-10-18T22:50:16.898Z | [ recovery-image] Oct 18 22:50:16.083 INFO O| Oct 18 22:50:16.083 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8210 | 2024-10-18T22:50:16.901Z | [ recovery-image] Oct 18 22:50:16.083 INFO O| Oct 18 22:50:16.083 INFO STEP 70 (remove_files) COMPLETE |
8211 | 2024-10-18T22:50:16.901Z | [ recovery-image] Oct 18 22:50:16.083 INFO O| Oct 18 22:50:16.083 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8212 | 2024-10-18T22:50:16.914Z | [ recovery-image] Oct 18 22:50:16.098 INFO O| Oct 18 22:50:16.098 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8213 | 2024-10-18T22:50:16.916Z | [ recovery-image] Oct 18 22:50:16.099 INFO O| Oct 18 22:50:16.098 INFO STEP 71 (remove_files) COMPLETE |
8214 | 2024-10-18T22:50:16.917Z | [ recovery-image] Oct 18 22:50:16.099 INFO O| Oct 18 22:50:16.099 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8215 | 2024-10-18T22:50:16.931Z | [ recovery-image] Oct 18 22:50:16.114 INFO O| Oct 18 22:50:16.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8216 | 2024-10-18T22:50:16.931Z | [ recovery-image] Oct 18 22:50:16.115 INFO O| Oct 18 22:50:16.115 INFO STEP 72 (remove_files) COMPLETE |
8217 | 2024-10-18T22:50:16.931Z | [ recovery-image] Oct 18 22:50:16.115 INFO O| Oct 18 22:50:16.115 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8218 | 2024-10-18T22:50:16.947Z | [ recovery-image] Oct 18 22:50:16.131 INFO O| Oct 18 22:50:16.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8219 | 2024-10-18T22:50:16.947Z | [ recovery-image] Oct 18 22:50:16.131 INFO O| Oct 18 22:50:16.131 INFO STEP 73 (remove_files) COMPLETE |
8220 | 2024-10-18T22:50:16.950Z | [ recovery-image] Oct 18 22:50:16.131 INFO O| Oct 18 22:50:16.131 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8221 | 2024-10-18T22:50:16.959Z | [ recovery-image] Oct 18 22:50:16.143 INFO O| Oct 18 22:50:16.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8222 | 2024-10-18T22:50:16.959Z | [ recovery-image] Oct 18 22:50:16.143 INFO O| Oct 18 22:50:16.143 INFO STEP 74 (remove_files) COMPLETE |
8223 | 2024-10-18T22:50:16.961Z | [ recovery-image] Oct 18 22:50:16.143 INFO O| Oct 18 22:50:16.143 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8224 | 2024-10-18T22:50:16.969Z | [ recovery-image] Oct 18 22:50:16.154 INFO O| Oct 18 22:50:16.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8225 | 2024-10-18T22:50:16.969Z | [ recovery-image] Oct 18 22:50:16.154 INFO O| Oct 18 22:50:16.154 INFO STEP 75 (remove_files) COMPLETE |
8226 | 2024-10-18T22:50:16.971Z | [ recovery-image] Oct 18 22:50:16.154 INFO O| Oct 18 22:50:16.154 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8227 | 2024-10-18T22:50:16.979Z | [ recovery-image] Oct 18 22:50:16.164 INFO O| Oct 18 22:50:16.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8228 | 2024-10-18T22:50:16.981Z | [ recovery-image] Oct 18 22:50:16.164 INFO O| Oct 18 22:50:16.164 INFO STEP 76 (remove_files) COMPLETE |
8229 | 2024-10-18T22:50:16.981Z | [ recovery-image] Oct 18 22:50:16.164 INFO O| Oct 18 22:50:16.164 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8230 | 2024-10-18T22:50:16.984Z | [ host-image] Oct 18 22:50:16.166 INFO O| Oct 18 22:50:16.166 INFO O| Actions: Completed 22 actions in 0.75 seconds. |
8231 | 2024-10-18T22:50:16.989Z | [ recovery-image] Oct 18 22:50:16.173 INFO O| Oct 18 22:50:16.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8232 | 2024-10-18T22:50:16.991Z | [ recovery-image] Oct 18 22:50:16.174 INFO O| Oct 18 22:50:16.174 INFO STEP 77 (remove_files) COMPLETE |
8233 | 2024-10-18T22:50:16.991Z | [ recovery-image] Oct 18 22:50:16.174 INFO O| Oct 18 22:50:16.174 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8234 | 2024-10-18T22:50:16.999Z | [ recovery-image] Oct 18 22:50:16.184 INFO O| Oct 18 22:50:16.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8235 | 2024-10-18T22:50:16.999Z | [ recovery-image] Oct 18 22:50:16.184 INFO O| Oct 18 22:50:16.184 INFO STEP 78 (remove_files) COMPLETE |
8236 | 2024-10-18T22:50:17.002Z | [ recovery-image] Oct 18 22:50:16.184 INFO O| Oct 18 22:50:16.184 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8237 | 2024-10-18T22:50:17.011Z | [ recovery-image] Oct 18 22:50:16.196 INFO O| Oct 18 22:50:16.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8238 | 2024-10-18T22:50:17.011Z | [ recovery-image] Oct 18 22:50:16.196 INFO O| Oct 18 22:50:16.196 INFO STEP 79 (remove_files) COMPLETE |
8239 | 2024-10-18T22:50:17.014Z | [ recovery-image] Oct 18 22:50:16.196 INFO O| Oct 18 22:50:16.196 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8240 | 2024-10-18T22:50:17.022Z | [ recovery-image] Oct 18 22:50:16.206 INFO O| Oct 18 22:50:16.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8241 | 2024-10-18T22:50:17.024Z | [ recovery-image] Oct 18 22:50:16.206 INFO O| Oct 18 22:50:16.206 INFO STEP 80 (remove_files) COMPLETE |
8242 | 2024-10-18T22:50:17.024Z | [ recovery-image] Oct 18 22:50:16.206 INFO O| Oct 18 22:50:16.206 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8243 | 2024-10-18T22:50:17.032Z | [ recovery-image] Oct 18 22:50:16.216 INFO O| Oct 18 22:50:16.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8244 | 2024-10-18T22:50:17.034Z | [ recovery-image] Oct 18 22:50:16.216 INFO O| Oct 18 22:50:16.216 INFO STEP 81 (remove_files) COMPLETE |
8245 | 2024-10-18T22:50:17.034Z | [ recovery-image] Oct 18 22:50:16.217 INFO O| Oct 18 22:50:16.216 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8246 | 2024-10-18T22:50:17.042Z | [ recovery-image] Oct 18 22:50:16.227 INFO O| Oct 18 22:50:16.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8247 | 2024-10-18T22:50:17.042Z | [ recovery-image] Oct 18 22:50:16.227 INFO O| Oct 18 22:50:16.227 INFO STEP 82 (remove_files) COMPLETE |
8248 | 2024-10-18T22:50:17.044Z | [ recovery-image] Oct 18 22:50:16.227 INFO O| Oct 18 22:50:16.227 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8249 | 2024-10-18T22:50:17.053Z | [ recovery-image] Oct 18 22:50:16.237 INFO O| Oct 18 22:50:16.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8250 | 2024-10-18T22:50:17.053Z | [ recovery-image] Oct 18 22:50:16.237 INFO O| Oct 18 22:50:16.237 INFO STEP 83 (remove_files) COMPLETE |
8251 | 2024-10-18T22:50:17.055Z | [ recovery-image] Oct 18 22:50:16.237 INFO O| Oct 18 22:50:16.237 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8252 | 2024-10-18T22:50:17.064Z | [ recovery-image] Oct 18 22:50:16.248 INFO O| Oct 18 22:50:16.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8253 | 2024-10-18T22:50:17.064Z | [ recovery-image] Oct 18 22:50:16.248 INFO O| Oct 18 22:50:16.248 INFO STEP 84 (remove_files) COMPLETE |
8254 | 2024-10-18T22:50:17.066Z | [ recovery-image] Oct 18 22:50:16.248 INFO O| Oct 18 22:50:16.248 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8255 | 2024-10-18T22:50:17.074Z | [ recovery-image] Oct 18 22:50:16.259 INFO O| Oct 18 22:50:16.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8256 | 2024-10-18T22:50:17.074Z | [ recovery-image] Oct 18 22:50:16.259 INFO O| Oct 18 22:50:16.259 INFO STEP 85 (remove_files) COMPLETE |
8257 | 2024-10-18T22:50:17.074Z | [ recovery-image] Oct 18 22:50:16.259 INFO O| Oct 18 22:50:16.259 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8258 | 2024-10-18T22:50:17.086Z | [ recovery-image] Oct 18 22:50:16.270 INFO O| Oct 18 22:50:16.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8259 | 2024-10-18T22:50:17.088Z | [ recovery-image] Oct 18 22:50:16.271 INFO O| Oct 18 22:50:16.270 INFO STEP 86 (remove_files) COMPLETE |
8260 | 2024-10-18T22:50:17.088Z | [ recovery-image] Oct 18 22:50:16.271 INFO O| Oct 18 22:50:16.271 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8261 | 2024-10-18T22:50:17.096Z | [ recovery-image] Oct 18 22:50:16.281 INFO O| Oct 18 22:50:16.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8262 | 2024-10-18T22:50:17.096Z | [ recovery-image] Oct 18 22:50:16.281 INFO O| Oct 18 22:50:16.281 INFO STEP 87 (remove_files) COMPLETE |
8263 | 2024-10-18T22:50:17.096Z | [ recovery-image] Oct 18 22:50:16.281 INFO O| Oct 18 22:50:16.281 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8264 | 2024-10-18T22:50:17.106Z | [ recovery-image] Oct 18 22:50:16.291 INFO O| Oct 18 22:50:16.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8265 | 2024-10-18T22:50:17.106Z | [ recovery-image] Oct 18 22:50:16.291 INFO O| Oct 18 22:50:16.291 INFO STEP 88 (remove_files) COMPLETE |
8266 | 2024-10-18T22:50:17.109Z | [ recovery-image] Oct 18 22:50:16.291 INFO O| Oct 18 22:50:16.291 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8267 | 2024-10-18T22:50:17.117Z | [ recovery-image] Oct 18 22:50:16.302 INFO O| Oct 18 22:50:16.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8268 | 2024-10-18T22:50:17.117Z | [ recovery-image] Oct 18 22:50:16.302 INFO O| Oct 18 22:50:16.302 INFO STEP 89 (remove_files) COMPLETE |
8269 | 2024-10-18T22:50:17.117Z | [ recovery-image] Oct 18 22:50:16.302 INFO O| Oct 18 22:50:16.302 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8270 | 2024-10-18T22:50:17.129Z | [ recovery-image] Oct 18 22:50:16.313 INFO O| Oct 18 22:50:16.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8271 | 2024-10-18T22:50:17.129Z | [ recovery-image] Oct 18 22:50:16.313 INFO O| Oct 18 22:50:16.313 INFO STEP 90 (remove_files) COMPLETE |
8272 | 2024-10-18T22:50:17.132Z | [ recovery-image] Oct 18 22:50:16.313 INFO O| Oct 18 22:50:16.313 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8273 | 2024-10-18T22:50:17.139Z | [ recovery-image] Oct 18 22:50:16.324 INFO O| Oct 18 22:50:16.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8274 | 2024-10-18T22:50:17.139Z | [ recovery-image] Oct 18 22:50:16.324 INFO O| Oct 18 22:50:16.324 INFO STEP 91 (remove_files) COMPLETE |
8275 | 2024-10-18T22:50:17.139Z | [ recovery-image] Oct 18 22:50:16.324 INFO O| Oct 18 22:50:16.324 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8276 | 2024-10-18T22:50:17.150Z | [ recovery-image] Oct 18 22:50:16.334 INFO O| Oct 18 22:50:16.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8277 | 2024-10-18T22:50:17.150Z | [ recovery-image] Oct 18 22:50:16.334 INFO O| Oct 18 22:50:16.334 INFO STEP 92 (remove_files) COMPLETE |
8278 | 2024-10-18T22:50:17.150Z | [ recovery-image] Oct 18 22:50:16.334 INFO O| Oct 18 22:50:16.334 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8279 | 2024-10-18T22:50:17.160Z | [ recovery-image] Oct 18 22:50:16.344 INFO O| Oct 18 22:50:16.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8280 | 2024-10-18T22:50:17.160Z | [ recovery-image] Oct 18 22:50:16.345 INFO O| Oct 18 22:50:16.345 INFO STEP 93 (remove_files) COMPLETE |
8281 | 2024-10-18T22:50:17.163Z | [ recovery-image] Oct 18 22:50:16.345 INFO O| Oct 18 22:50:16.345 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8282 | 2024-10-18T22:50:17.171Z | [ recovery-image] Oct 18 22:50:16.355 INFO O| Oct 18 22:50:16.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8283 | 2024-10-18T22:50:17.171Z | [ recovery-image] Oct 18 22:50:16.356 INFO O| Oct 18 22:50:16.356 INFO STEP 94 (remove_files) COMPLETE |
8284 | 2024-10-18T22:50:17.173Z | [ recovery-image] Oct 18 22:50:16.356 INFO O| Oct 18 22:50:16.356 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8285 | 2024-10-18T22:50:17.187Z | [ recovery-image] Oct 18 22:50:16.371 INFO O| Oct 18 22:50:16.371 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8286 | 2024-10-18T22:50:17.189Z | [ recovery-image] Oct 18 22:50:16.372 INFO O| Oct 18 22:50:16.371 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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
8287 | 2024-10-18T22:50:17.299Z | [ host-image] Oct 18 22:50:16.483 INFO O| Oct 18 22:50:16.483 INFO O| Done |
8288 | 2024-10-18T22:50:17.299Z | [ host-image] Oct 18 22:50:16.483 INFO O| Oct 18 22:50:16.483 INFO O| Done |
8289 | 2024-10-18T22:50:17.791Z | [ host-image] Oct 18 22:50:16.975 INFO O| Oct 18 22:50:16.975 INFO O| Done |
8290 | 2024-10-18T22:50:19.004Z | [ host-image] Oct 18 22:50:18.188 INFO O| Oct 18 22:50:18.188 INFO O| Done |
8291 | 2024-10-18T22:50:19.029Z | [ host-image] Oct 18 22:50:18.213 INFO O| Oct 18 22:50:18.213 INFO O| Done |
8292 | 2024-10-18T22:50:19.029Z | [ host-image] Oct 18 22:50:18.213 INFO O| Oct 18 22:50:18.213 INFO O| Done |
8293 | 2024-10-18T22:50:19.039Z | [ host-image] Oct 18 22:50:18.223 INFO O| Oct 18 22:50:18.223 INFO O| Done |
8294 | 2024-10-18T22:50:19.143Z | [ host-image] Oct 18 22:50:18.327 INFO O| Oct 18 22:50:18.327 INFO STEP 14 (pkg_install) COMPLETE |
8295 | 2024-10-18T22:50:19.143Z | [ host-image] Oct 18 22:50:18.327 INFO O| Oct 18 22:50:18.327 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8296 | 2024-10-18T22:50:19.145Z | [ host-image] Oct 18 22:50:18.327 INFO O| Oct 18 22:50:18.327 INFO skip step because feature "mfg" is not enabled |
8297 | 2024-10-18T22:50:19.145Z | [ host-image] Oct 18 22:50:18.327 INFO O| Oct 18 22:50:18.327 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8298 | 2024-10-18T22:50:19.145Z | [ host-image] Oct 18 22:50:18.327 INFO O| Oct 18 22:50:18.327 INFO skip step because feature "compliance" is not enabled |
8299 | 2024-10-18T22:50:19.145Z | [ host-image] Oct 18 22:50:18.327 INFO O| Oct 18 22:50:18.327 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8300 | 2024-10-18T22:50:19.145Z | [ host-image] Oct 18 22:50:18.327 INFO O| Oct 18 22:50:18.327 INFO skip step because feature "stress" is not enabled |
8301 | 2024-10-18T22:50:19.145Z | [ host-image] Oct 18 22:50:18.327 INFO O| Oct 18 22:50:18.327 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8302 | 2024-10-18T22:50:19.145Z | [ host-image] Oct 18 22:50:18.327 INFO O| Oct 18 22:50:18.327 INFO skip step because feature "nfs" is not enabled |
8303 | 2024-10-18T22:50:19.145Z | [ host-image] Oct 18 22:50:18.327 INFO O| Oct 18 22:50:18.327 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8304 | 2024-10-18T22:50:19.146Z | [ host-image] Oct 18 22:50:18.327 INFO O| Oct 18 22:50:18.327 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8305 | 2024-10-18T22:50:19.222Z | [ host-image] Oct 18 22:50:18.406 INFO O| Oct 18 22:50:18.406 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8306 | 2024-10-18T22:50:19.298Z | [ host-image] Oct 18 22:50:18.482 INFO O| Oct 18 22:50:18.482 INFO completed processing gimlet/ramdisk-01-os |
8307 | 2024-10-18T22:50:19.301Z | [ host-image] Oct 18 22:50:18.484 INFO omicron1 baseline generation... |
8308 | 2024-10-18T22:50:19.301Z | [ host-image] Oct 18 22:50:18.485 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8309 | 2024-10-18T22:50:19.717Z | [ host-image] Oct 18 22:50:18.901 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22979:20241018T213840Z |
8310 | 2024-10-18T22:50:26.900Z | [ recovery-image] Oct 18 22:50:26.083 INFO O| Oct 18 22:50:26.083 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 |
8311 | 2024-10-18T22:50:26.900Z | [ recovery-image] Oct 18 22:50:26.084 INFO O| Oct 18 22:50:26.083 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8312 | 2024-10-18T22:50:26.913Z | [ recovery-image] Oct 18 22:50:26.096 INFO O| Oct 18 22:50:26.096 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "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"} |
8313 | 2024-10-18T22:50:26.990Z | [ recovery-image] Oct 18 22:50:26.174 INFO O| Oct 18 22:50:26.174 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8314 | 2024-10-18T22:50:26.990Z | [ recovery-image] Oct 18 22:50:26.174 INFO O| Oct 18 22:50:26.174 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 ... |
8315 | 2024-10-18T22:50:26.993Z | [ recovery-image] Oct 18 22:50:26.175 INFO O| Oct 18 22:50:26.175 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8316 | 2024-10-18T22:50:26.993Z | [ recovery-image] Oct 18 22:50:26.175 INFO O| Oct 18 22:50:26.175 INFO ok! |
8317 | 2024-10-18T22:50:26.993Z | [ recovery-image] Oct 18 22:50:26.175 INFO O| Oct 18 22:50:26.175 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8318 | 2024-10-18T22:50:26.993Z | [ recovery-image] Oct 18 22:50:26.176 INFO O| Oct 18 22:50:26.176 INFO STEP 95 (seed_smf) COMPLETE |
8319 | 2024-10-18T22:50:26.993Z | [ recovery-image] Oct 18 22:50:26.176 INFO O| Oct 18 22:50:26.176 INFO steps complete; finalising image! |
8320 | 2024-10-18T22:50:26.993Z | [ recovery-image] Oct 18 22:50:26.176 INFO O| Oct 18 22:50:26.176 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8321 | 2024-10-18T22:50:27.026Z | [ recovery-image] Oct 18 22:50:26.209 INFO O| Oct 18 22:50:26.209 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Fri Oct 18 22:50:26 2024) |
8322 | 2024-10-18T22:50:27.239Z | [ recovery-image] Oct 18 22:50:26.423 INFO O| Oct 18 22:50:26.423 INFO trim TEMPORARY-gimlet-zfs-recovery: (98% trimmed, started at Fri Oct 18 22:50:26 2024) |
8323 | 2024-10-18T22:50:27.462Z | [ recovery-image] Oct 18 22:50:26.645 INFO O| Oct 18 22:50:26.645 INFO temporary pool has 402M used, 1.36G avail, 1.00x compressratio |
8324 | 2024-10-18T22:50:27.462Z | [ recovery-image] Oct 18 22:50:26.645 INFO O| Oct 18 22:50:26.645 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8325 | 2024-10-18T22:50:27.705Z | [ recovery-image] Oct 18 22:50:26.888 INFO O| Oct 18 22:50:26.888 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 |
8326 | 2024-10-18T22:50:27.705Z | [ recovery-image] Oct 18 22:50:26.888 INFO O| Oct 18 22:50:26.888 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8327 | 2024-10-18T22:50:30.827Z | [ recovery-image] Oct 18 22:50:30.010 INFO O| Oct 18 22:50:30.009 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8328 | 2024-10-18T22:50:30.827Z | [ recovery-image] Oct 18 22:50:30.010 INFO O| Oct 18 22:50:30.010 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8329 | 2024-10-18T22:50:30.829Z | [ recovery-image] Oct 18 22:50:30.010 INFO O| Oct 18 22:50:30.010 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8330 | 2024-10-18T22:50:30.830Z | [ recovery-image] Oct 18 22:50:30.010 INFO O| Oct 18 22:50:30.010 INFO completed processing gimlet/zfs-recovery |
8331 | 2024-10-18T22:50:30.830Z | [ recovery-image] Oct 18 22:50:30.010 INFO O| Oct 18 22:50:30.010 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8332 | 2024-10-18T22:50:31.038Z | [ recovery-image] Oct 18 22:50:30.221 INFO O| Oct 18 22:50:30.221 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8333 | 2024-10-18T22:50:31.110Z | [ recovery-image] Oct 18 22:50:30.293 INFO BUILD STRING "heads/stlouis-0-g6733cffb07\n" |
8334 | 2024-10-18T22:50:31.112Z | [ recovery-image] Oct 18 22:50:30.293 INFO expanded image name: "recovery e725a76/${os_short_commit} 2024-10-18 22:21" -> "recovery e725a76/6733cff 2024-10-18 22:21" |
8335 | 2024-10-18T22:50:31.112Z | [ recovery-image] Oct 18 22:50:30.293 INFO output artefacts stored in: "/work/os-recovery" |
8336 | 2024-10-18T22:50:31.112Z | [ recovery-image] Oct 18 22:50:30.293 INFO collecting git info from project "amd-host-image-builder"... |
8337 | 2024-10-18T22:50:31.355Z | [ recovery-image] Oct 18 22:50:30.537 INFO collecting git info from project "amd-firmware"... |
8338 | 2024-10-18T22:50:31.627Z | [ recovery-image] Oct 18 22:50:30.810 INFO collecting git info from project "bootserver"... |
8339 | 2024-10-18T22:50:31.633Z | [ recovery-image] Oct 18 22:50:30.816 INFO collecting git info from project "chelsio-t6-roms"... |
8340 | 2024-10-18T22:50:31.654Z | [ recovery-image] Oct 18 22:50:30.837 INFO collecting git info from project "pinprick"... |
8341 | 2024-10-18T22:50:31.661Z | [ recovery-image] Oct 18 22:50:30.844 INFO collecting git info from project "pilot"... |
8342 | 2024-10-18T22:50:31.672Z | [ recovery-image] Oct 18 22:50:30.855 INFO collecting git info from project "image-builder"... |
8343 | 2024-10-18T22:50:31.679Z | [ recovery-image] Oct 18 22:50:30.862 INFO collecting git info from project "phbl"... |
8344 | 2024-10-18T22:50:31.686Z | [ recovery-image] Oct 18 22:50:30.869 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8345 | 2024-10-18T22:50:32.054Z | [ recovery-image] Oct 18 22:50:31.237 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8346 | 2024-10-18T22:50:32.410Z | [ recovery-image] Oct 18 22:50:31.593 INFO creating Oxide boot image... |
8347 | 2024-10-18T22:50:32.411Z | [ recovery-image] Oct 18 22:50:31.593 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery e725a76/6733cff 2024-10-18 22:21", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8348 | 2024-10-18T22:51:08.198Z | [ host-image] Oct 18 22:51:07.377 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22979:20241018T213913Z |
8349 | 2024-10-18T22:51:08.200Z | [ host-image] Oct 18 22:51:07.377 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22979:20241018T213913Z |
8350 | 2024-10-18T22:51:08.200Z | [ host-image] Oct 18 22:51:07.378 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8351 | 2024-10-18T22:51:08.200Z | [ host-image] Oct 18 22:51:07.378 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8352 | 2024-10-18T22:51:08.201Z | [ host-image] Oct 18 22:51:07.378 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8353 | 2024-10-18T22:51:08.201Z | [ host-image] Oct 18 22:51:07.378 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8354 | 2024-10-18T22:51:08.201Z | [ host-image] Oct 18 22:51:07.379 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8355 | 2024-10-18T22:51:08.201Z | [ host-image] Oct 18 22:51:07.379 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8356 | 2024-10-18T22:51:08.201Z | [ host-image] Oct 18 22:51:07.379 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8357 | 2024-10-18T22:51:08.201Z | [ host-image] Oct 18 22:51:07.379 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8358 | 2024-10-18T22:51:08.201Z | [ host-image] Oct 18 22:51:07.379 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22979:20241018T213914Z |
8359 | 2024-10-18T22:51:08.203Z | [ host-image] Oct 18 22:51:07.381 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22979:20241018T213915Z |
8360 | 2024-10-18T22:51:08.203Z | [ host-image] Oct 18 22:51:07.382 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22979:20241018T213915Z |
8361 | 2024-10-18T22:51:08.203Z | [ host-image] Oct 18 22:51:07.382 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22979:20241018T213915Z |
8362 | 2024-10-18T22:51:08.203Z | [ host-image] Oct 18 22:51:07.382 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8363 | 2024-10-18T22:51:08.206Z | [ host-image] Oct 18 22:51:07.383 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22979:20241018T213915Z |
8364 | 2024-10-18T22:51:08.206Z | [ host-image] Oct 18 22:51:07.384 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22979:20241018T213915Z |
8365 | 2024-10-18T22:51:08.206Z | [ host-image] Oct 18 22:51:07.384 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22979:20241018T213915Z |
8366 | 2024-10-18T22:51:08.206Z | [ host-image] Oct 18 22:51:07.384 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22979:20241018T213916Z |
8367 | 2024-10-18T22:51:08.206Z | [ host-image] Oct 18 22:51:07.384 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22979:20241018T213917Z |
8368 | 2024-10-18T22:51:08.206Z | [ host-image] Oct 18 22:51:07.384 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22979:20241018T213917Z |
8369 | 2024-10-18T22:51:08.206Z | [ host-image] Oct 18 22:51:07.384 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22979:20241018T213917Z |
8370 | 2024-10-18T22:51:08.206Z | [ host-image] Oct 18 22:51:07.385 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22979:20241018T213917Z |
8371 | 2024-10-18T22:51:08.206Z | [ host-image] Oct 18 22:51:07.385 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22979:20241018T213918Z |
8372 | 2024-10-18T22:51:08.206Z | [ host-image] Oct 18 22:51:07.385 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22979:20241018T213919Z |
8373 | 2024-10-18T22:51:08.206Z | [ host-image] Oct 18 22:51:07.385 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22979:20241018T213919Z |
8374 | 2024-10-18T22:51:08.206Z | [ host-image] Oct 18 22:51:07.385 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22979:20241018T213921Z |
8375 | 2024-10-18T22:51:08.206Z | [ host-image] Oct 18 22:51:07.385 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22979:20241018T213921Z |
8376 | 2024-10-18T22:51:08.206Z | [ host-image] Oct 18 22:51:07.385 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z |
8377 | 2024-10-18T22:51:08.206Z | [ host-image] Oct 18 22:51:07.385 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22979:20241018T213923Z |
8378 | 2024-10-18T22:51:08.206Z | [ host-image] Oct 18 22:51:07.386 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22979:20241018T213925Z |
8379 | 2024-10-18T22:51:08.206Z | [ host-image] Oct 18 22:51:07.386 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22979:20241018T213926Z |
8380 | 2024-10-18T22:51:08.209Z | [ host-image] Oct 18 22:51:07.386 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22979:20241018T213926Z |
8381 | 2024-10-18T22:51:08.209Z | [ host-image] Oct 18 22:51:07.387 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22979:20241018T213928Z |
8382 | 2024-10-18T22:51:08.209Z | [ host-image] Oct 18 22:51:07.387 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22979:20241018T213928Z |
8383 | 2024-10-18T22:51:08.217Z | [ host-image] Oct 18 22:51:07.396 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8384 | 2024-10-18T22:51:08.219Z | [ host-image] Oct 18 22:51:07.396 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22979:20241018T213928Z |
8385 | 2024-10-18T22:51:08.219Z | [ host-image] Oct 18 22:51:07.397 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z |
8386 | 2024-10-18T22:51:08.219Z | [ host-image] Oct 18 22:51:07.397 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8387 | 2024-10-18T22:51:08.219Z | [ host-image] Oct 18 22:51:07.397 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8388 | 2024-10-18T22:51:08.219Z | [ host-image] Oct 18 22:51:07.398 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22979:20241018T213928Z |
8389 | 2024-10-18T22:51:08.219Z | [ host-image] Oct 18 22:51:07.398 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8390 | 2024-10-18T22:51:08.219Z | [ host-image] Oct 18 22:51:07.398 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8391 | 2024-10-18T22:51:08.222Z | [ host-image] Oct 18 22:51:07.399 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8392 | 2024-10-18T22:51:08.222Z | [ host-image] Oct 18 22:51:07.400 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8393 | 2024-10-18T22:51:08.232Z | [ host-image] Oct 18 22:51:07.412 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8394 | 2024-10-18T22:51:08.232Z | [ host-image] Oct 18 22:51:07.412 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8395 | 2024-10-18T22:51:08.235Z | [ host-image] Oct 18 22:51:07.412 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8396 | 2024-10-18T22:51:08.235Z | [ host-image] Oct 18 22:51:07.413 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8397 | 2024-10-18T22:51:08.235Z | [ host-image] Oct 18 22:51:07.414 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8398 | 2024-10-18T22:51:08.235Z | [ host-image] Oct 18 22:51:07.414 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8399 | 2024-10-18T22:51:08.270Z | [ host-image] Oct 18 22:51:07.450 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8400 | 2024-10-18T22:51:08.273Z | [ host-image] Oct 18 22:51:07.451 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8401 | 2024-10-18T22:51:08.273Z | [ host-image] Oct 18 22:51:07.451 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8402 | 2024-10-18T22:51:08.273Z | [ host-image] Oct 18 22:51:07.452 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22979:20241018T213930Z |
8403 | 2024-10-18T22:51:08.273Z | [ host-image] Oct 18 22:51:07.452 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22979:20241018T213936Z |
8404 | 2024-10-18T22:51:08.273Z | [ host-image] Oct 18 22:51:07.452 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8405 | 2024-10-18T22:51:08.273Z | [ host-image] Oct 18 22:51:07.452 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22979:20241018T213937Z |
8406 | 2024-10-18T22:51:08.273Z | [ host-image] Oct 18 22:51:07.452 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8407 | 2024-10-18T22:51:08.273Z | [ host-image] Oct 18 22:51:07.452 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8408 | 2024-10-18T22:51:08.273Z | [ host-image] Oct 18 22:51:07.452 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8409 | 2024-10-18T22:51:08.273Z | [ host-image] Oct 18 22:51:07.452 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22979:20241018T213937Z |
8410 | 2024-10-18T22:51:08.275Z | [ host-image] Oct 18 22:51:07.453 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8411 | 2024-10-18T22:51:08.278Z | [ host-image] Oct 18 22:51:07.457 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8412 | 2024-10-18T22:51:08.278Z | [ host-image] Oct 18 22:51:07.457 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8413 | 2024-10-18T22:51:08.280Z | [ host-image] Oct 18 22:51:07.458 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8414 | 2024-10-18T22:51:08.280Z | [ host-image] Oct 18 22:51:07.458 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22979:20241018T213937Z |
8415 | 2024-10-18T22:51:08.280Z | [ host-image] Oct 18 22:51:07.458 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8416 | 2024-10-18T22:51:08.293Z | [ host-image] Oct 18 22:51:07.473 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8417 | 2024-10-18T22:51:08.296Z | [ host-image] Oct 18 22:51:07.473 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22979:20241018T213937Z |
8418 | 2024-10-18T22:51:08.296Z | [ host-image] Oct 18 22:51:07.475 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22979:20241018T213938Z |
8419 | 2024-10-18T22:51:08.298Z | [ host-image] Oct 18 22:51:07.476 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22979:20241018T213938Z |
8420 | 2024-10-18T22:51:08.298Z | [ host-image] Oct 18 22:51:07.476 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8421 | 2024-10-18T22:51:08.298Z | [ host-image] Oct 18 22:51:07.476 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22979:20241018T213939Z |
8422 | 2024-10-18T22:51:08.298Z | [ host-image] Oct 18 22:51:07.477 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22979:20241018T213940Z |
8423 | 2024-10-18T22:51:08.298Z | [ host-image] Oct 18 22:51:07.477 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22979:20241018T213940Z |
8424 | 2024-10-18T22:51:08.298Z | [ host-image] Oct 18 22:51:07.478 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22979:20241018T213940Z |
8425 | 2024-10-18T22:51:08.301Z | [ host-image] Oct 18 22:51:07.481 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8426 | 2024-10-18T22:51:08.304Z | [ host-image] Oct 18 22:51:07.482 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22979:20241018T213940Z |
8427 | 2024-10-18T22:51:08.304Z | [ host-image] Oct 18 22:51:07.482 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22979:20241018T213941Z |
8428 | 2024-10-18T22:51:08.304Z | [ host-image] Oct 18 22:51:07.482 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8429 | 2024-10-18T22:51:08.304Z | [ host-image] Oct 18 22:51:07.483 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22979:20241018T213942Z |
8430 | 2024-10-18T22:51:08.304Z | [ host-image] Oct 18 22:51:07.483 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22979:20241018T213942Z |
8431 | 2024-10-18T22:51:08.304Z | [ host-image] Oct 18 22:51:07.483 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22979:20241018T213942Z |
8432 | 2024-10-18T22:51:08.304Z | [ host-image] Oct 18 22:51:07.483 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22979:20241018T213942Z |
8433 | 2024-10-18T22:51:08.312Z | [ host-image] Oct 18 22:51:07.492 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22979:20241018T213942Z |
8434 | 2024-10-18T22:51:08.312Z | [ host-image] Oct 18 22:51:07.492 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8435 | 2024-10-18T22:51:08.315Z | [ host-image] Oct 18 22:51:07.494 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22979:20241018T213942Z |
8436 | 2024-10-18T22:51:08.317Z | [ host-image] Oct 18 22:51:07.495 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22979:20241018T213942Z |
8437 | 2024-10-18T22:51:08.317Z | [ host-image] Oct 18 22:51:07.495 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22979:20241018T213942Z |
8438 | 2024-10-18T22:51:08.317Z | [ host-image] Oct 18 22:51:07.496 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22979:20241018T213943Z |
8439 | 2024-10-18T22:51:08.317Z | [ host-image] Oct 18 22:51:07.496 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22979:20241018T213943Z |
8440 | 2024-10-18T22:51:08.317Z | [ host-image] Oct 18 22:51:07.496 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22979:20241018T213943Z |
8441 | 2024-10-18T22:51:08.328Z | [ host-image] Oct 18 22:51:07.507 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22979:20241018T213945Z |
8442 | 2024-10-18T22:51:08.330Z | [ host-image] Oct 18 22:51:07.507 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22979:20241018T213944Z |
8443 | 2024-10-18T22:51:08.330Z | [ host-image] Oct 18 22:51:07.507 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22979:20241018T213944Z |
8444 | 2024-10-18T22:51:08.330Z | [ host-image] Oct 18 22:51:07.508 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22979:20241018T213944Z |
8445 | 2024-10-18T22:51:08.330Z | [ host-image] Oct 18 22:51:07.508 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22979:20241018T213945Z |
8446 | 2024-10-18T22:51:08.351Z | [ host-image] Oct 18 22:51:07.530 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22979:20241018T213948Z |
8447 | 2024-10-18T22:51:08.353Z | [ host-image] Oct 18 22:51:07.530 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22979:20241018T213945Z |
8448 | 2024-10-18T22:51:08.353Z | [ host-image] Oct 18 22:51:07.530 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22979:20241018T213945Z |
8449 | 2024-10-18T22:51:08.353Z | [ host-image] Oct 18 22:51:07.531 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z |
8450 | 2024-10-18T22:51:08.353Z | [ host-image] Oct 18 22:51:07.531 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z |
8451 | 2024-10-18T22:51:08.381Z | [ host-image] Oct 18 22:51:07.561 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22979:20241018T213945Z |
8452 | 2024-10-18T22:51:08.384Z | [ host-image] Oct 18 22:51:07.561 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8453 | 2024-10-18T22:51:08.384Z | [ host-image] Oct 18 22:51:07.561 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22979:20241018T213945Z |
8454 | 2024-10-18T22:51:08.384Z | [ host-image] Oct 18 22:51:07.561 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22979:20241018T213946Z |
8455 | 2024-10-18T22:51:08.384Z | [ host-image] Oct 18 22:51:07.562 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22979:20241018T213946Z |
8456 | 2024-10-18T22:51:08.384Z | [ host-image] Oct 18 22:51:07.563 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8457 | 2024-10-18T22:51:08.384Z | [ host-image] Oct 18 22:51:07.563 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8458 | 2024-10-18T22:51:08.387Z | [ host-image] Oct 18 22:51:07.564 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22979:20241018T213947Z |
8459 | 2024-10-18T22:51:08.387Z | [ host-image] Oct 18 22:51:07.564 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22979:20241018T213947Z |
8460 | 2024-10-18T22:51:08.387Z | [ host-image] Oct 18 22:51:07.564 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22979:20241018T213947Z |
8461 | 2024-10-18T22:51:08.387Z | [ host-image] Oct 18 22:51:07.564 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22979:20241018T213947Z |
8462 | 2024-10-18T22:51:08.387Z | [ host-image] Oct 18 22:51:07.564 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22979:20241018T213947Z |
8463 | 2024-10-18T22:51:08.387Z | [ host-image] Oct 18 22:51:07.565 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22979:20241018T213948Z |
8464 | 2024-10-18T22:51:08.390Z | [ host-image] Oct 18 22:51:07.568 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8465 | 2024-10-18T22:51:08.390Z | [ host-image] Oct 18 22:51:07.568 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22979:20241018T213948Z |
8466 | 2024-10-18T22:51:08.393Z | [ host-image] Oct 18 22:51:07.569 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22979:20241018T213948Z |
8467 | 2024-10-18T22:51:08.393Z | [ host-image] Oct 18 22:51:07.569 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22979:20241018T213948Z |
8468 | 2024-10-18T22:51:08.393Z | [ host-image] Oct 18 22:51:07.570 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22979:20241018T213949Z |
8469 | 2024-10-18T22:51:08.393Z | [ host-image] Oct 18 22:51:07.570 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22979:20241018T213949Z |
8470 | 2024-10-18T22:51:08.393Z | [ host-image] Oct 18 22:51:07.570 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22979:20241018T213949Z |
8471 | 2024-10-18T22:51:08.393Z | [ host-image] Oct 18 22:51:07.570 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8472 | 2024-10-18T22:51:08.393Z | [ host-image] Oct 18 22:51:07.570 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8473 | 2024-10-18T22:51:08.393Z | [ host-image] Oct 18 22:51:07.571 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22979:20241018T213951Z |
8474 | 2024-10-18T22:51:08.393Z | [ host-image] Oct 18 22:51:07.571 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22979:20241018T213952Z |
8475 | 2024-10-18T22:51:08.393Z | [ host-image] Oct 18 22:51:07.571 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8476 | 2024-10-18T22:51:08.393Z | [ host-image] Oct 18 22:51:07.571 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8477 | 2024-10-18T22:51:08.393Z | [ host-image] Oct 18 22:51:07.571 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8478 | 2024-10-18T22:51:08.393Z | [ host-image] Oct 18 22:51:07.572 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8479 | 2024-10-18T22:51:08.393Z | [ host-image] Oct 18 22:51:07.572 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8480 | 2024-10-18T22:51:08.396Z | [ host-image] Oct 18 22:51:07.573 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8481 | 2024-10-18T22:51:08.396Z | [ host-image] Oct 18 22:51:07.574 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
8482 | 2024-10-18T22:51:08.396Z | [ host-image] Oct 18 22:51:07.574 INFO O| tempdir @ "/tmp/.tmpZteZAp/tmp" |
8483 | 2024-10-18T22:51:08.396Z | [ host-image] Oct 18 22:51:07.574 INFO O| image root @ "/tmp/.tmpZteZAp/tmp/root" |
8484 | 2024-10-18T22:51:08.396Z | [ host-image] Oct 18 22:51:07.574 INFO O| creating image... |
8485 | 2024-10-18T22:51:08.897Z | [ host-image] Oct 18 22:51:08.077 INFO O| copying publishers... |
8486 | 2024-10-18T22:51:18.087Z | [ host-image] Oct 18 22:51:17.266 INFO O| adding properties... |
8487 | 2024-10-18T22:51:19.116Z | [ host-image] Oct 18 22:51:18.295 INFO O| installing packages... |
8488 | 2024-10-18T22:51:28.648Z | [ recovery-image] Oct 18 22:51:27.826 INFO O| ok, image written! |
8489 | 2024-10-18T22:51:28.648Z | [ recovery-image] Oct 18 22:51:27.826 INFO O| ok, boot_image_csum file written! |
8490 | 2024-10-18T22:51:28.653Z | [ recovery-image] Oct 18 22:51:27.831 INFO creating boot archive (CPIO)... |
8491 | 2024-10-18T22:51:28.653Z | [ recovery-image] Oct 18 22:51:27.831 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 |
8492 | 2024-10-18T22:51:28.661Z | [ recovery-image] Oct 18 22:51:27.839 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8493 | 2024-10-18T22:51:28.661Z | [ recovery-image] Oct 18 22:51:27.839 INFO E| + outfile=/work/os-recovery/cpio |
8494 | 2024-10-18T22:51:28.663Z | [ recovery-image] Oct 18 22:51:27.839 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8495 | 2024-10-18T22:51:28.663Z | [ recovery-image] Oct 18 22:51:27.841 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8496 | 2024-10-18T22:51:28.663Z | [ recovery-image] Oct 18 22:51:27.841 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8497 | 2024-10-18T22:51:28.695Z | [ recovery-image] Oct 18 22:51:27.872 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8498 | 2024-10-18T22:51:28.695Z | [ recovery-image] Oct 18 22:51:27.873 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8499 | 2024-10-18T22:51:28.702Z | [ recovery-image] Oct 18 22:51:27.880 INFO creating compressed cpio/unix for nanobl-rs... |
8500 | 2024-10-18T22:51:28.704Z | [ recovery-image] Oct 18 22:51:27.880 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 |
8501 | 2024-10-18T22:51:28.990Z | [ recovery-image] Oct 18 22:51:28.167 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8502 | 2024-10-18T22:51:33.373Z | [ recovery-image] Oct 18 22:51:32.551 INFO creating reset image... |
8503 | 2024-10-18T22:51:33.376Z | [ recovery-image] Oct 18 22:51:32.551 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8504 | 2024-10-18T22:51:33.624Z | [ recovery-image] Oct 18 22:51:32.802 INFO E| Updating crates.io index |
8505 | 2024-10-18T22:51:33.746Z | [ recovery-image] Oct 18 22:51:32.924 INFO E| Downloading crates ... |
8506 | 2024-10-18T22:51:33.878Z | [ recovery-image] Oct 18 22:51:33.055 INFO E| Downloaded shared_child v1.0.1 |
8507 | 2024-10-18T22:51:33.880Z | [ recovery-image] Oct 18 22:51:33.057 INFO E| Downloaded os_pipe v1.2.1 |
8508 | 2024-10-18T22:51:33.887Z | [ recovery-image] Oct 18 22:51:33.064 INFO E| Downloaded clap v4.5.17 |
8509 | 2024-10-18T22:51:33.897Z | [ recovery-image] Oct 18 22:51:33.074 INFO E| Downloaded duct v0.13.7 |
8510 | 2024-10-18T22:51:33.906Z | [ recovery-image] Oct 18 22:51:33.084 INFO E| Downloaded clap_builder v4.5.17 |
8511 | 2024-10-18T22:51:33.936Z | [ recovery-image] Oct 18 22:51:33.113 INFO E| Downloaded libc v0.2.158 |
8512 | 2024-10-18T22:51:34.014Z | [ recovery-image] Oct 18 22:51:33.191 INFO E| Compiling proc-macro2 v1.0.86 |
8513 | 2024-10-18T22:51:34.014Z | [ recovery-image] Oct 18 22:51:33.191 INFO E| Compiling libc v0.2.158 |
8514 | 2024-10-18T22:51:34.016Z | [ recovery-image] Oct 18 22:51:33.191 INFO E| Compiling unicode-ident v1.0.13 |
8515 | 2024-10-18T22:51:34.016Z | [ recovery-image] Oct 18 22:51:33.191 INFO E| Compiling utf8parse v0.2.2 |
8516 | 2024-10-18T22:51:34.016Z | [ recovery-image] Oct 18 22:51:33.191 INFO E| Compiling colorchoice v1.0.2 |
8517 | 2024-10-18T22:51:34.016Z | [ recovery-image] Oct 18 22:51:33.191 INFO E| Compiling anstyle-query v1.1.1 |
8518 | 2024-10-18T22:51:34.016Z | [ recovery-image] Oct 18 22:51:33.191 INFO E| Compiling anstyle v1.0.8 |
8519 | 2024-10-18T22:51:34.019Z | [ recovery-image] Oct 18 22:51:33.196 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8520 | 2024-10-18T22:51:34.226Z | [ recovery-image] Oct 18 22:51:33.403 INFO E| Compiling anstyle-parse v0.2.5 |
8521 | 2024-10-18T22:51:34.248Z | [ recovery-image] Oct 18 22:51:33.425 INFO E| Compiling strsim v0.11.1 |
8522 | 2024-10-18T22:51:34.253Z | [ recovery-image] Oct 18 22:51:33.430 INFO E| Compiling clap_lex v0.7.2 |
8523 | 2024-10-18T22:51:34.256Z | [ recovery-image] Oct 18 22:51:33.434 INFO E| Compiling heck v0.5.0 |
8524 | 2024-10-18T22:51:34.338Z | [ recovery-image] Oct 18 22:51:33.515 INFO E| Compiling once_cell v1.19.0 |
8525 | 2024-10-18T22:51:34.641Z | [ recovery-image] Oct 18 22:51:33.818 INFO E| Compiling anstream v0.6.15 |
8526 | 2024-10-18T22:51:34.972Z | [ recovery-image] Oct 18 22:51:34.149 INFO E| Compiling clap_builder v4.5.17 |
8527 | 2024-10-18T22:51:35.516Z | [ recovery-image] Oct 18 22:51:34.693 INFO E| Compiling os_pipe v1.2.1 |
8528 | 2024-10-18T22:51:35.516Z | [ recovery-image] Oct 18 22:51:34.693 INFO E| Compiling shared_child v1.0.1 |
8529 | 2024-10-18T22:51:35.552Z | [ recovery-image] Oct 18 22:51:34.729 INFO E| Compiling quote v1.0.37 |
8530 | 2024-10-18T22:51:35.699Z | [ recovery-image] Oct 18 22:51:34.876 INFO E| Compiling duct v0.13.7 |
8531 | 2024-10-18T22:51:35.893Z | [ recovery-image] Oct 18 22:51:35.069 INFO E| Compiling syn v2.0.77 |
8532 | 2024-10-18T22:51:36.055Z | [ host-image] Oct 18 22:51:35.232 INFO O| seeding SMF database... |
8533 | 2024-10-18T22:51:39.873Z | [ recovery-image] Oct 18 22:51:39.049 INFO E| Compiling clap_derive v4.5.13 |
8534 | 2024-10-18T22:51:41.774Z | [ recovery-image] Oct 18 22:51:40.950 INFO E| Compiling clap v4.5.17 |
8535 | 2024-10-18T22:51:41.837Z | [ recovery-image] Oct 18 22:51:41.013 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8536 | 2024-10-18T22:51:42.844Z | [ recovery-image] Oct 18 22:51:42.020 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.40s |
8537 | 2024-10-18T22:51:42.854Z | [ recovery-image] Oct 18 22:51:42.031 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8538 | 2024-10-18T22:51:42.978Z | [ recovery-image] Oct 18 22:51:42.154 INFO E| Updating crates.io index |
8539 | 2024-10-18T22:51:43.053Z | [ recovery-image] Oct 18 22:51:42.228 INFO E| Downloading crates ... |
8540 | 2024-10-18T22:51:43.100Z | [ recovery-image] Oct 18 22:51:42.277 INFO E| Downloaded bit_field v0.10.2 |
8541 | 2024-10-18T22:51:43.102Z | [ recovery-image] Oct 18 22:51:42.278 INFO E| Downloaded bitstruct_derive v0.1.0 |
8542 | 2024-10-18T22:51:43.103Z | [ recovery-image] Oct 18 22:51:42.279 INFO E| Downloaded bitstruct v0.1.1 |
8543 | 2024-10-18T22:51:43.121Z | [ recovery-image] Oct 18 22:51:42.297 INFO E| Downloaded raw-cpuid v10.7.0 |
8544 | 2024-10-18T22:51:43.124Z | [ recovery-image] Oct 18 22:51:42.301 INFO E| Downloaded seq-macro v0.3.5 |
8545 | 2024-10-18T22:51:43.129Z | [ recovery-image] Oct 18 22:51:42.305 INFO E| Downloaded cpio_reader v0.1.1 |
8546 | 2024-10-18T22:51:43.248Z | [ recovery-image] Oct 18 22:51:42.424 INFO E| Downloaded x86 v0.52.0 |
8547 | 2024-10-18T22:51:43.307Z | [ recovery-image] Oct 18 22:51:42.483 INFO E| Updating crates.io index |
8548 | 2024-10-18T22:51:43.370Z | [ recovery-image] Oct 18 22:51:42.546 INFO E| Downloading crates ... |
8549 | 2024-10-18T22:51:43.442Z | [ recovery-image] Oct 18 22:51:42.618 INFO E| Downloaded compiler_builtins v0.1.125 |
8550 | 2024-10-18T22:51:43.473Z | [ recovery-image] Oct 18 22:51:42.649 INFO E| Downloaded unicode-width v0.1.13 |
8551 | 2024-10-18T22:51:43.542Z | [ recovery-image] Oct 18 22:51:42.718 INFO E| Compiling compiler_builtins v0.1.125 |
8552 | 2024-10-18T22:51:43.542Z | [ recovery-image] Oct 18 22:51:42.718 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
8553 | 2024-10-18T22:51:43.542Z | [ recovery-image] Oct 18 22:51:42.718 INFO E| Compiling proc-macro2 v1.0.86 |
8554 | 2024-10-18T22:51:43.544Z | [ recovery-image] Oct 18 22:51:42.718 INFO E| Compiling unicode-ident v1.0.13 |
8555 | 2024-10-18T22:51:43.544Z | [ recovery-image] Oct 18 22:51:42.718 INFO E| Compiling syn v1.0.109 |
8556 | 2024-10-18T22:51:43.544Z | [ recovery-image] Oct 18 22:51:42.718 INFO E| Compiling x86 v0.52.0 |
8557 | 2024-10-18T22:51:43.544Z | [ recovery-image] Oct 18 22:51:42.719 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8558 | 2024-10-18T22:51:43.544Z | [ recovery-image] Oct 18 22:51:42.719 INFO E| Compiling seq-macro v0.3.5 |
8559 | 2024-10-18T22:51:44.731Z | [ host-image] Oct 18 22:51:43.907 INFO O| configuring SMF profile... |
8560 | 2024-10-18T22:51:44.734Z | [ host-image] Oct 18 22:51:43.908 INFO O| modifying shadow(5)... |
8561 | 2024-10-18T22:51:44.734Z | [ host-image] Oct 18 22:51:43.908 INFO O| loading user and group database... |
8562 | 2024-10-18T22:51:44.734Z | [ host-image] Oct 18 22:51:43.908 INFO O| assessing packaged files... |
8563 | 2024-10-18T22:51:46.975Z | [ host-image] Oct 18 22:51:46.151 INFO O| creating archive... |
8564 | 2024-10-18T22:51:47.009Z | [ host-image] Oct 18 22:51:46.185 INFO O| missing from packaging: |
8565 | 2024-10-18T22:51:47.009Z | [ host-image] Oct 18 22:51:46.185 INFO O| "etc/.pwd.lock" |
8566 | 2024-10-18T22:51:47.009Z | [ host-image] Oct 18 22:51:46.185 INFO O| "etc/bash" |
8567 | 2024-10-18T22:51:47.015Z | [ host-image] Oct 18 22:51:46.190 INFO O| "etc/svc/profile/generic.xml" |
8568 | 2024-10-18T22:51:47.015Z | [ host-image] Oct 18 22:51:46.190 INFO O| "etc/svc/profile/inetd_services.xml" |
8569 | 2024-10-18T22:51:47.017Z | [ host-image] Oct 18 22:51:46.190 INFO O| "etc/svc/profile/name_service.xml" |
8570 | 2024-10-18T22:51:47.017Z | [ host-image] Oct 18 22:51:46.190 INFO O| "etc/svc/profile/platform.xml" |
8571 | 2024-10-18T22:51:47.017Z | [ host-image] Oct 18 22:51:46.190 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8572 | 2024-10-18T22:51:47.017Z | [ host-image] Oct 18 22:51:46.190 INFO O| "etc/svc/repository.db" |
8573 | 2024-10-18T22:51:47.022Z | [ host-image] Oct 18 22:51:46.199 INFO O| "opt/ooce/share" |
8574 | 2024-10-18T22:51:47.023Z | [ host-image] Oct 18 22:51:46.199 INFO O| "opt/ooce/share/man" |
8575 | 2024-10-18T22:51:47.026Z | [ host-image] Oct 18 22:51:46.199 INFO O| "opt/ooce/share/man/man1" |
8576 | 2024-10-18T22:51:47.032Z | [ host-image] Oct 18 22:51:46.208 INFO O| finishing archive... |
8577 | 2024-10-18T22:51:49.883Z | [ host-image] Oct 18 22:51:49.059 INFO O| creating gzonly manifest... |
8578 | 2024-10-18T22:51:49.895Z | [ host-image] Oct 18 22:51:49.070 INFO O| ok |
8579 | 2024-10-18T22:51:50.000Z | [ host-image] Oct 18 22:51:49.176 INFO image builder template: ramdisk-02-trim... |
8580 | 2024-10-18T22:51:50.000Z | [ host-image] Oct 18 22:51:49.176 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/.tmpcbuUZ4/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.33.293", "-n", "ramdisk-02-trim"], pwd: None |
8581 | 2024-10-18T22:51:50.024Z | [ host-image] Oct 18 22:51:49.199 INFO O| Oct 18 22:51:49.199 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8582 | 2024-10-18T22:51:50.027Z | [ host-image] Oct 18 22:51:49.203 INFO O| Oct 18 22:51:49.203 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8583 | 2024-10-18T22:51:50.134Z | [ host-image] Oct 18 22:51:49.309 INFO O| Oct 18 22:51:49.309 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8584 | 2024-10-18T22:51:50.219Z | [ host-image] Oct 18 22:51:49.395 INFO O| Oct 18 22:51:49.395 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8585 | 2024-10-18T22:51:50.223Z | [ host-image] Oct 18 22:51:49.395 INFO O| Oct 18 22:51:49.395 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8586 | 2024-10-18T22:51:50.226Z | [ host-image] Oct 18 22:51:49.401 INFO O| Oct 18 22:51:49.401 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8587 | 2024-10-18T22:51:50.229Z | [ host-image] Oct 18 22:51:49.405 INFO O| Oct 18 22:51:49.405 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8588 | 2024-10-18T22:51:50.236Z | [ host-image] Oct 18 22:51:49.410 INFO O| Oct 18 22:51:49.410 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8589 | 2024-10-18T22:51:50.426Z | [ host-image] Oct 18 22:51:49.602 INFO O| Oct 18 22:51:49.602 INFO rolled back to input snapshot; work may begin |
8590 | 2024-10-18T22:51:50.426Z | [ host-image] Oct 18 22:51:49.602 INFO O| Oct 18 22:51:49.602 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8591 | 2024-10-18T22:51:50.432Z | [ host-image] Oct 18 22:51:49.608 INFO O| Oct 18 22:51:49.608 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8592 | 2024-10-18T22:51:50.441Z | [ host-image] Oct 18 22:51:49.617 INFO O| Oct 18 22:51:49.617 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8593 | 2024-10-18T22:51:50.493Z | [ host-image] Oct 18 22:51:49.668 INFO O| Oct 18 22:51:49.668 INFO STEP 0 (remove_files) COMPLETE |
8594 | 2024-10-18T22:51:50.493Z | [ host-image] Oct 18 22:51:49.668 INFO O| Oct 18 22:51:49.668 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8595 | 2024-10-18T22:51:50.504Z | [ host-image] Oct 18 22:51:49.680 INFO O| Oct 18 22:51:49.680 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8596 | 2024-10-18T22:51:50.507Z | [ host-image] Oct 18 22:51:49.682 INFO O| Oct 18 22:51:49.682 INFO STEP 1 (remove_files) COMPLETE |
8597 | 2024-10-18T22:51:50.507Z | [ host-image] Oct 18 22:51:49.682 INFO O| Oct 18 22:51:49.682 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8598 | 2024-10-18T22:51:50.516Z | [ host-image] Oct 18 22:51:49.692 INFO O| Oct 18 22:51:49.692 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8599 | 2024-10-18T22:51:50.532Z | [ host-image] Oct 18 22:51:49.708 INFO O| Oct 18 22:51:49.708 INFO STEP 2 (remove_files) COMPLETE |
8600 | 2024-10-18T22:51:50.532Z | [ host-image] Oct 18 22:51:49.708 INFO O| Oct 18 22:51:49.708 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8601 | 2024-10-18T22:51:50.543Z | [ host-image] Oct 18 22:51:49.719 INFO O| Oct 18 22:51:49.719 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8602 | 2024-10-18T22:51:50.548Z | [ host-image] Oct 18 22:51:49.721 INFO O| Oct 18 22:51:49.721 INFO STEP 3 (remove_files) COMPLETE |
8603 | 2024-10-18T22:51:50.548Z | [ host-image] Oct 18 22:51:49.721 INFO O| Oct 18 22:51:49.721 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8604 | 2024-10-18T22:51:50.557Z | [ host-image] Oct 18 22:51:49.731 INFO O| Oct 18 22:51:49.731 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8605 | 2024-10-18T22:51:50.560Z | [ host-image] Oct 18 22:51:49.736 INFO O| Oct 18 22:51:49.736 INFO STEP 4 (remove_files) COMPLETE |
8606 | 2024-10-18T22:51:50.562Z | [ host-image] Oct 18 22:51:49.736 INFO O| Oct 18 22:51:49.736 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8607 | 2024-10-18T22:51:50.571Z | [ host-image] Oct 18 22:51:49.746 INFO O| Oct 18 22:51:49.746 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8608 | 2024-10-18T22:51:50.574Z | [ host-image] Oct 18 22:51:49.750 INFO O| Oct 18 22:51:49.750 INFO STEP 5 (remove_files) COMPLETE |
8609 | 2024-10-18T22:51:50.574Z | [ host-image] Oct 18 22:51:49.750 INFO O| Oct 18 22:51:49.750 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8610 | 2024-10-18T22:51:50.584Z | [ host-image] Oct 18 22:51:49.760 INFO O| Oct 18 22:51:49.760 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8611 | 2024-10-18T22:51:50.596Z | [ host-image] Oct 18 22:51:49.772 INFO O| Oct 18 22:51:49.772 INFO STEP 6 (remove_files) COMPLETE |
8612 | 2024-10-18T22:51:50.596Z | [ host-image] Oct 18 22:51:49.772 INFO O| Oct 18 22:51:49.772 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8613 | 2024-10-18T22:51:50.608Z | [ host-image] Oct 18 22:51:49.783 INFO O| Oct 18 22:51:49.782 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8614 | 2024-10-18T22:51:50.621Z | [ host-image] Oct 18 22:51:49.797 INFO O| Oct 18 22:51:49.797 INFO STEP 7 (remove_files) COMPLETE |
8615 | 2024-10-18T22:51:50.621Z | [ host-image] Oct 18 22:51:49.797 INFO O| Oct 18 22:51:49.797 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8616 | 2024-10-18T22:51:50.631Z | [ host-image] Oct 18 22:51:49.807 INFO O| Oct 18 22:51:49.807 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8617 | 2024-10-18T22:51:50.716Z | [ host-image] Oct 18 22:51:49.891 INFO O| Oct 18 22:51:49.891 INFO STEP 8 (remove_files) COMPLETE |
8618 | 2024-10-18T22:51:50.716Z | [ host-image] Oct 18 22:51:49.891 INFO O| Oct 18 22:51:49.891 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8619 | 2024-10-18T22:51:50.728Z | [ host-image] Oct 18 22:51:49.904 INFO O| Oct 18 22:51:49.904 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8620 | 2024-10-18T22:51:50.819Z | [ host-image] Oct 18 22:51:49.994 INFO O| Oct 18 22:51:49.994 INFO STEP 9 (remove_files) COMPLETE |
8621 | 2024-10-18T22:51:50.819Z | [ host-image] Oct 18 22:51:49.994 INFO O| Oct 18 22:51:49.994 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8622 | 2024-10-18T22:51:50.830Z | [ host-image] Oct 18 22:51:50.006 INFO O| Oct 18 22:51:50.006 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8623 | 2024-10-18T22:51:50.834Z | [ host-image] Oct 18 22:51:50.010 INFO O| Oct 18 22:51:50.010 INFO STEP 10 (remove_files) COMPLETE |
8624 | 2024-10-18T22:51:50.834Z | [ host-image] Oct 18 22:51:50.010 INFO O| Oct 18 22:51:50.010 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8625 | 2024-10-18T22:51:50.844Z | [ host-image] Oct 18 22:51:50.020 INFO O| Oct 18 22:51:50.020 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8626 | 2024-10-18T22:51:50.849Z | [ host-image] Oct 18 22:51:50.021 INFO O| Oct 18 22:51:50.021 INFO STEP 11 (remove_files) COMPLETE |
8627 | 2024-10-18T22:51:50.849Z | [ host-image] Oct 18 22:51:50.021 INFO O| Oct 18 22:51:50.021 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8628 | 2024-10-18T22:51:50.855Z | [ host-image] Oct 18 22:51:50.031 INFO O| Oct 18 22:51:50.030 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8629 | 2024-10-18T22:51:50.858Z | [ host-image] Oct 18 22:51:50.032 INFO O| Oct 18 22:51:50.032 INFO STEP 12 (remove_files) COMPLETE |
8630 | 2024-10-18T22:51:50.858Z | [ host-image] Oct 18 22:51:50.032 INFO O| Oct 18 22:51:50.032 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8631 | 2024-10-18T22:51:51.129Z | [ host-image] Oct 18 22:51:50.304 INFO O| Oct 18 22:51:50.304 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8632 | 2024-10-18T22:51:51.133Z | [ host-image] Oct 18 22:51:50.309 INFO O| Oct 18 22:51:50.309 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8633 | 2024-10-18T22:51:51.135Z | [ host-image] Oct 18 22:51:50.311 INFO O| Oct 18 22:51:50.310 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8634 | 2024-10-18T22:51:51.138Z | [ host-image] Oct 18 22:51:50.312 INFO O| Oct 18 22:51:50.312 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8635 | 2024-10-18T22:51:51.249Z | [ host-image] Oct 18 22:51:50.424 INFO O| Oct 18 22:51:50.424 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8636 | 2024-10-18T22:51:51.249Z | [ host-image] Oct 18 22:51:50.424 INFO O| Oct 18 22:51:50.424 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8637 | 2024-10-18T22:51:51.252Z | [ host-image] Oct 18 22:51:50.424 INFO O| Oct 18 22:51:50.424 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8638 | 2024-10-18T22:51:51.252Z | [ host-image] Oct 18 22:51:50.425 INFO O| Oct 18 22:51:50.425 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8639 | 2024-10-18T22:51:51.252Z | [ host-image] Oct 18 22:51:50.425 INFO O| Oct 18 22:51:50.425 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8640 | 2024-10-18T22:51:51.252Z | [ host-image] Oct 18 22:51:50.425 INFO O| Oct 18 22:51:50.425 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8641 | 2024-10-18T22:51:51.252Z | [ host-image] Oct 18 22:51:50.425 INFO O| Oct 18 22:51:50.425 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8642 | 2024-10-18T22:51:51.252Z | [ host-image] Oct 18 22:51:50.425 INFO O| Oct 18 22:51:50.425 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8643 | 2024-10-18T22:51:51.252Z | [ host-image] Oct 18 22:51:50.425 INFO O| Oct 18 22:51:50.425 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8644 | 2024-10-18T22:51:51.252Z | [ host-image] Oct 18 22:51:50.425 INFO O| Oct 18 22:51:50.425 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8645 | 2024-10-18T22:51:51.252Z | [ host-image] Oct 18 22:51:50.426 INFO O| Oct 18 22:51:50.426 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8646 | 2024-10-18T22:51:51.252Z | [ host-image] Oct 18 22:51:50.426 INFO O| Oct 18 22:51:50.426 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8647 | 2024-10-18T22:51:51.252Z | [ host-image] Oct 18 22:51:50.426 INFO O| Oct 18 22:51:50.426 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8648 | 2024-10-18T22:51:51.252Z | [ host-image] Oct 18 22:51:50.426 INFO O| Oct 18 22:51:50.426 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8649 | 2024-10-18T22:51:51.252Z | [ host-image] Oct 18 22:51:50.426 INFO O| Oct 18 22:51:50.426 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8650 | 2024-10-18T22:51:51.252Z | [ host-image] Oct 18 22:51:50.426 INFO O| Oct 18 22:51:50.426 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8651 | 2024-10-18T22:51:51.255Z | [ host-image] Oct 18 22:51:50.427 INFO O| Oct 18 22:51:50.427 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8652 | 2024-10-18T22:51:51.255Z | [ host-image] Oct 18 22:51:50.428 INFO O| Oct 18 22:51:50.428 INFO STEP 13 (remove_files) COMPLETE |
8653 | 2024-10-18T22:51:51.255Z | [ host-image] Oct 18 22:51:50.428 INFO O| Oct 18 22:51:50.428 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8654 | 2024-10-18T22:51:51.263Z | [ host-image] Oct 18 22:51:50.439 INFO O| Oct 18 22:51:50.439 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8655 | 2024-10-18T22:51:51.266Z | [ host-image] Oct 18 22:51:50.440 INFO O| Oct 18 22:51:50.440 INFO STEP 14 (remove_files) COMPLETE |
8656 | 2024-10-18T22:51:51.266Z | [ host-image] Oct 18 22:51:50.440 INFO O| Oct 18 22:51:50.440 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8657 | 2024-10-18T22:51:51.274Z | [ host-image] Oct 18 22:51:50.450 INFO O| Oct 18 22:51:50.450 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8658 | 2024-10-18T22:51:51.280Z | [ host-image] Oct 18 22:51:50.456 INFO O| Oct 18 22:51:50.456 INFO STEP 15 (remove_files) COMPLETE |
8659 | 2024-10-18T22:51:51.283Z | [ host-image] Oct 18 22:51:50.456 INFO O| Oct 18 22:51:50.456 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8660 | 2024-10-18T22:51:51.290Z | [ host-image] Oct 18 22:51:50.466 INFO O| Oct 18 22:51:50.466 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8661 | 2024-10-18T22:51:51.292Z | [ host-image] Oct 18 22:51:50.466 INFO O| Oct 18 22:51:50.466 INFO STEP 16 (remove_files) COMPLETE |
8662 | 2024-10-18T22:51:51.292Z | [ host-image] Oct 18 22:51:50.466 INFO O| Oct 18 22:51:50.466 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8663 | 2024-10-18T22:51:51.300Z | [ host-image] Oct 18 22:51:50.476 INFO O| Oct 18 22:51:50.475 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8664 | 2024-10-18T22:51:51.302Z | [ host-image] Oct 18 22:51:50.477 INFO O| Oct 18 22:51:50.477 INFO STEP 17 (remove_files) COMPLETE |
8665 | 2024-10-18T22:51:51.302Z | [ host-image] Oct 18 22:51:50.477 INFO O| Oct 18 22:51:50.477 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8666 | 2024-10-18T22:51:51.311Z | [ host-image] Oct 18 22:51:50.487 INFO O| Oct 18 22:51:50.486 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8667 | 2024-10-18T22:51:51.311Z | [ host-image] Oct 18 22:51:50.487 INFO O| Oct 18 22:51:50.487 INFO STEP 18 (remove_files) COMPLETE |
8668 | 2024-10-18T22:51:51.311Z | [ host-image] Oct 18 22:51:50.487 INFO O| Oct 18 22:51:50.487 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8669 | 2024-10-18T22:51:51.320Z | [ host-image] Oct 18 22:51:50.496 INFO O| Oct 18 22:51:50.496 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8670 | 2024-10-18T22:51:51.323Z | [ host-image] Oct 18 22:51:50.496 INFO O| Oct 18 22:51:50.496 INFO STEP 19 (remove_files) COMPLETE |
8671 | 2024-10-18T22:51:51.323Z | [ host-image] Oct 18 22:51:50.496 INFO O| Oct 18 22:51:50.496 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8672 | 2024-10-18T22:51:51.330Z | [ host-image] Oct 18 22:51:50.506 INFO O| Oct 18 22:51:50.506 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8673 | 2024-10-18T22:51:51.330Z | [ host-image] Oct 18 22:51:50.506 INFO O| Oct 18 22:51:50.506 INFO STEP 20 (remove_files) COMPLETE |
8674 | 2024-10-18T22:51:51.330Z | [ host-image] Oct 18 22:51:50.506 INFO O| Oct 18 22:51:50.506 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8675 | 2024-10-18T22:51:51.340Z | [ host-image] Oct 18 22:51:50.516 INFO O| Oct 18 22:51:50.515 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8676 | 2024-10-18T22:51:51.340Z | [ host-image] Oct 18 22:51:50.516 INFO O| Oct 18 22:51:50.516 INFO STEP 21 (remove_files) COMPLETE |
8677 | 2024-10-18T22:51:51.342Z | [ host-image] Oct 18 22:51:50.516 INFO O| Oct 18 22:51:50.516 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8678 | 2024-10-18T22:51:51.350Z | [ host-image] Oct 18 22:51:50.526 INFO O| Oct 18 22:51:50.526 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8679 | 2024-10-18T22:51:51.352Z | [ host-image] Oct 18 22:51:50.526 INFO O| Oct 18 22:51:50.526 INFO STEP 22 (remove_files) COMPLETE |
8680 | 2024-10-18T22:51:51.352Z | [ host-image] Oct 18 22:51:50.526 INFO O| Oct 18 22:51:50.526 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8681 | 2024-10-18T22:51:51.360Z | [ host-image] Oct 18 22:51:50.535 INFO O| Oct 18 22:51:50.535 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8682 | 2024-10-18T22:51:51.360Z | [ host-image] Oct 18 22:51:50.535 INFO O| Oct 18 22:51:50.535 INFO STEP 23 (remove_files) COMPLETE |
8683 | 2024-10-18T22:51:51.360Z | [ host-image] Oct 18 22:51:50.535 INFO O| Oct 18 22:51:50.535 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8684 | 2024-10-18T22:51:51.369Z | [ host-image] Oct 18 22:51:50.545 INFO O| Oct 18 22:51:50.545 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8685 | 2024-10-18T22:51:51.369Z | [ host-image] Oct 18 22:51:50.545 INFO O| Oct 18 22:51:50.545 INFO STEP 24 (remove_files) COMPLETE |
8686 | 2024-10-18T22:51:51.369Z | [ host-image] Oct 18 22:51:50.545 INFO O| Oct 18 22:51:50.545 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8687 | 2024-10-18T22:51:51.378Z | [ host-image] Oct 18 22:51:50.554 INFO O| Oct 18 22:51:50.554 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8688 | 2024-10-18T22:51:51.378Z | [ host-image] Oct 18 22:51:50.554 INFO O| Oct 18 22:51:50.554 INFO STEP 25 (remove_files) COMPLETE |
8689 | 2024-10-18T22:51:51.378Z | [ host-image] Oct 18 22:51:50.554 INFO O| Oct 18 22:51:50.554 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8690 | 2024-10-18T22:51:51.388Z | [ host-image] Oct 18 22:51:50.563 INFO O| Oct 18 22:51:50.563 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8691 | 2024-10-18T22:51:51.388Z | [ host-image] Oct 18 22:51:50.564 INFO O| Oct 18 22:51:50.563 INFO STEP 26 (remove_files) COMPLETE |
8692 | 2024-10-18T22:51:51.390Z | [ host-image] Oct 18 22:51:50.564 INFO O| Oct 18 22:51:50.564 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8693 | 2024-10-18T22:51:51.397Z | [ host-image] Oct 18 22:51:50.573 INFO O| Oct 18 22:51:50.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8694 | 2024-10-18T22:51:51.397Z | [ host-image] Oct 18 22:51:50.573 INFO O| Oct 18 22:51:50.573 INFO STEP 27 (remove_files) COMPLETE |
8695 | 2024-10-18T22:51:51.400Z | [ host-image] Oct 18 22:51:50.573 INFO O| Oct 18 22:51:50.573 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8696 | 2024-10-18T22:51:51.407Z | [ host-image] Oct 18 22:51:50.582 INFO O| Oct 18 22:51:50.582 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8697 | 2024-10-18T22:51:51.407Z | [ host-image] Oct 18 22:51:50.583 INFO O| Oct 18 22:51:50.583 INFO STEP 28 (remove_files) COMPLETE |
8698 | 2024-10-18T22:51:51.407Z | [ host-image] Oct 18 22:51:50.583 INFO O| Oct 18 22:51:50.583 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8699 | 2024-10-18T22:51:51.416Z | [ host-image] Oct 18 22:51:50.592 INFO O| Oct 18 22:51:50.592 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8700 | 2024-10-18T22:51:51.416Z | [ host-image] Oct 18 22:51:50.592 INFO O| Oct 18 22:51:50.592 INFO STEP 29 (remove_files) COMPLETE |
8701 | 2024-10-18T22:51:51.419Z | [ host-image] Oct 18 22:51:50.592 INFO O| Oct 18 22:51:50.592 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8702 | 2024-10-18T22:51:51.426Z | [ host-image] Oct 18 22:51:50.602 INFO O| Oct 18 22:51:50.601 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8703 | 2024-10-18T22:51:51.428Z | [ host-image] Oct 18 22:51:50.602 INFO O| Oct 18 22:51:50.602 INFO STEP 30 (remove_files) COMPLETE |
8704 | 2024-10-18T22:51:51.428Z | [ host-image] Oct 18 22:51:50.602 INFO O| Oct 18 22:51:50.602 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8705 | 2024-10-18T22:51:51.435Z | [ host-image] Oct 18 22:51:50.611 INFO O| Oct 18 22:51:50.611 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8706 | 2024-10-18T22:51:51.437Z | [ host-image] Oct 18 22:51:50.611 INFO O| Oct 18 22:51:50.611 INFO STEP 31 (remove_files) COMPLETE |
8707 | 2024-10-18T22:51:51.438Z | [ host-image] Oct 18 22:51:50.611 INFO O| Oct 18 22:51:50.611 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8708 | 2024-10-18T22:51:51.445Z | [ host-image] Oct 18 22:51:50.620 INFO O| Oct 18 22:51:50.620 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8709 | 2024-10-18T22:51:51.445Z | [ host-image] Oct 18 22:51:50.620 INFO O| Oct 18 22:51:50.620 INFO STEP 32 (remove_files) COMPLETE |
8710 | 2024-10-18T22:51:51.447Z | [ host-image] Oct 18 22:51:50.621 INFO O| Oct 18 22:51:50.620 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8711 | 2024-10-18T22:51:51.454Z | [ host-image] Oct 18 22:51:50.630 INFO O| Oct 18 22:51:50.630 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8712 | 2024-10-18T22:51:51.456Z | [ host-image] Oct 18 22:51:50.630 INFO O| Oct 18 22:51:50.630 INFO STEP 33 (remove_files) COMPLETE |
8713 | 2024-10-18T22:51:51.456Z | [ host-image] Oct 18 22:51:50.630 INFO O| Oct 18 22:51:50.630 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8714 | 2024-10-18T22:51:51.464Z | [ host-image] Oct 18 22:51:50.640 INFO O| Oct 18 22:51:50.640 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8715 | 2024-10-18T22:51:51.464Z | [ host-image] Oct 18 22:51:50.640 INFO O| Oct 18 22:51:50.640 INFO STEP 34 (remove_files) COMPLETE |
8716 | 2024-10-18T22:51:51.467Z | [ host-image] Oct 18 22:51:50.640 INFO O| Oct 18 22:51:50.640 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8717 | 2024-10-18T22:51:51.474Z | [ host-image] Oct 18 22:51:50.650 INFO O| Oct 18 22:51:50.650 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8718 | 2024-10-18T22:51:51.474Z | [ host-image] Oct 18 22:51:50.650 INFO O| Oct 18 22:51:50.650 INFO STEP 35 (remove_files) COMPLETE |
8719 | 2024-10-18T22:51:51.477Z | [ host-image] Oct 18 22:51:50.650 INFO O| Oct 18 22:51:50.650 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8720 | 2024-10-18T22:51:51.484Z | [ host-image] Oct 18 22:51:50.660 INFO O| Oct 18 22:51:50.660 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8721 | 2024-10-18T22:51:51.487Z | [ host-image] Oct 18 22:51:50.660 INFO O| Oct 18 22:51:50.660 INFO STEP 36 (remove_files) COMPLETE |
8722 | 2024-10-18T22:51:51.487Z | [ host-image] Oct 18 22:51:50.660 INFO O| Oct 18 22:51:50.660 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8723 | 2024-10-18T22:51:51.494Z | [ host-image] Oct 18 22:51:50.670 INFO O| Oct 18 22:51:50.670 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8724 | 2024-10-18T22:51:51.494Z | [ host-image] Oct 18 22:51:50.670 INFO O| Oct 18 22:51:50.670 INFO STEP 37 (remove_files) COMPLETE |
8725 | 2024-10-18T22:51:51.497Z | [ host-image] Oct 18 22:51:50.670 INFO O| Oct 18 22:51:50.670 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8726 | 2024-10-18T22:51:51.503Z | [ host-image] Oct 18 22:51:50.679 INFO O| Oct 18 22:51:50.679 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8727 | 2024-10-18T22:51:51.503Z | [ host-image] Oct 18 22:51:50.679 INFO O| Oct 18 22:51:50.679 INFO STEP 38 (remove_files) COMPLETE |
8728 | 2024-10-18T22:51:51.506Z | [ host-image] Oct 18 22:51:50.679 INFO O| Oct 18 22:51:50.679 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8729 | 2024-10-18T22:51:51.513Z | [ host-image] Oct 18 22:51:50.689 INFO O| Oct 18 22:51:50.689 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8730 | 2024-10-18T22:51:51.513Z | [ host-image] Oct 18 22:51:50.689 INFO O| Oct 18 22:51:50.689 INFO STEP 39 (remove_files) COMPLETE |
8731 | 2024-10-18T22:51:51.515Z | [ host-image] Oct 18 22:51:50.689 INFO O| Oct 18 22:51:50.689 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8732 | 2024-10-18T22:51:51.522Z | [ host-image] Oct 18 22:51:50.698 INFO O| Oct 18 22:51:50.698 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8733 | 2024-10-18T22:51:51.523Z | [ host-image] Oct 18 22:51:50.698 INFO O| Oct 18 22:51:50.698 INFO STEP 40 (remove_files) COMPLETE |
8734 | 2024-10-18T22:51:51.525Z | [ host-image] Oct 18 22:51:50.698 INFO O| Oct 18 22:51:50.698 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8735 | 2024-10-18T22:51:51.532Z | [ host-image] Oct 18 22:51:50.708 INFO O| Oct 18 22:51:50.708 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8736 | 2024-10-18T22:51:51.532Z | [ host-image] Oct 18 22:51:50.708 INFO O| Oct 18 22:51:50.708 INFO STEP 41 (remove_files) COMPLETE |
8737 | 2024-10-18T22:51:51.534Z | [ host-image] Oct 18 22:51:50.708 INFO O| Oct 18 22:51:50.708 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8738 | 2024-10-18T22:51:51.541Z | [ host-image] Oct 18 22:51:50.717 INFO O| Oct 18 22:51:50.717 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8739 | 2024-10-18T22:51:51.544Z | [ host-image] Oct 18 22:51:50.717 INFO O| Oct 18 22:51:50.717 INFO STEP 42 (remove_files) COMPLETE |
8740 | 2024-10-18T22:51:51.544Z | [ host-image] Oct 18 22:51:50.717 INFO O| Oct 18 22:51:50.717 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8741 | 2024-10-18T22:51:51.551Z | [ host-image] Oct 18 22:51:50.727 INFO O| Oct 18 22:51:50.727 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8742 | 2024-10-18T22:51:51.551Z | [ host-image] Oct 18 22:51:50.727 INFO O| Oct 18 22:51:50.727 INFO STEP 43 (remove_files) COMPLETE |
8743 | 2024-10-18T22:51:51.554Z | [ host-image] Oct 18 22:51:50.727 INFO O| Oct 18 22:51:50.727 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8744 | 2024-10-18T22:51:51.561Z | [ host-image] Oct 18 22:51:50.737 INFO O| Oct 18 22:51:50.737 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8745 | 2024-10-18T22:51:51.561Z | [ host-image] Oct 18 22:51:50.737 INFO O| Oct 18 22:51:50.737 INFO STEP 44 (remove_files) COMPLETE |
8746 | 2024-10-18T22:51:51.564Z | [ host-image] Oct 18 22:51:50.737 INFO O| Oct 18 22:51:50.737 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8747 | 2024-10-18T22:51:51.571Z | [ host-image] Oct 18 22:51:50.747 INFO O| Oct 18 22:51:50.747 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8748 | 2024-10-18T22:51:51.571Z | [ host-image] Oct 18 22:51:50.747 INFO O| Oct 18 22:51:50.747 INFO STEP 45 (remove_files) COMPLETE |
8749 | 2024-10-18T22:51:51.573Z | [ host-image] Oct 18 22:51:50.747 INFO O| Oct 18 22:51:50.747 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8750 | 2024-10-18T22:51:51.580Z | [ host-image] Oct 18 22:51:50.756 INFO O| Oct 18 22:51:50.756 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8751 | 2024-10-18T22:51:51.580Z | [ host-image] Oct 18 22:51:50.756 INFO O| Oct 18 22:51:50.756 INFO STEP 46 (remove_files) COMPLETE |
8752 | 2024-10-18T22:51:51.580Z | [ host-image] Oct 18 22:51:50.756 INFO O| Oct 18 22:51:50.756 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8753 | 2024-10-18T22:51:51.590Z | [ host-image] Oct 18 22:51:50.766 INFO O| Oct 18 22:51:50.766 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8754 | 2024-10-18T22:51:51.590Z | [ host-image] Oct 18 22:51:50.766 INFO O| Oct 18 22:51:50.766 INFO STEP 47 (remove_files) COMPLETE |
8755 | 2024-10-18T22:51:51.592Z | [ host-image] Oct 18 22:51:50.766 INFO O| Oct 18 22:51:50.766 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8756 | 2024-10-18T22:51:51.599Z | [ host-image] Oct 18 22:51:50.775 INFO O| Oct 18 22:51:50.775 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8757 | 2024-10-18T22:51:51.602Z | [ host-image] Oct 18 22:51:50.775 INFO O| Oct 18 22:51:50.775 INFO STEP 48 (remove_files) COMPLETE |
8758 | 2024-10-18T22:51:51.602Z | [ host-image] Oct 18 22:51:50.775 INFO O| Oct 18 22:51:50.775 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8759 | 2024-10-18T22:51:51.609Z | [ host-image] Oct 18 22:51:50.785 INFO O| Oct 18 22:51:50.785 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8760 | 2024-10-18T22:51:51.612Z | [ host-image] Oct 18 22:51:50.785 INFO O| Oct 18 22:51:50.785 INFO STEP 49 (remove_files) COMPLETE |
8761 | 2024-10-18T22:51:51.612Z | [ host-image] Oct 18 22:51:50.785 INFO O| Oct 18 22:51:50.785 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8762 | 2024-10-18T22:51:51.619Z | [ host-image] Oct 18 22:51:50.795 INFO O| Oct 18 22:51:50.795 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8763 | 2024-10-18T22:51:51.619Z | [ host-image] Oct 18 22:51:50.795 INFO O| Oct 18 22:51:50.795 INFO STEP 50 (remove_files) COMPLETE |
8764 | 2024-10-18T22:51:51.622Z | [ host-image] Oct 18 22:51:50.795 INFO O| Oct 18 22:51:50.795 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8765 | 2024-10-18T22:51:51.629Z | [ host-image] Oct 18 22:51:50.804 INFO O| Oct 18 22:51:50.804 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8766 | 2024-10-18T22:51:51.629Z | [ host-image] Oct 18 22:51:50.805 INFO O| Oct 18 22:51:50.805 INFO STEP 51 (remove_files) COMPLETE |
8767 | 2024-10-18T22:51:51.631Z | [ host-image] Oct 18 22:51:50.805 INFO O| Oct 18 22:51:50.805 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8768 | 2024-10-18T22:51:51.638Z | [ host-image] Oct 18 22:51:50.814 INFO O| Oct 18 22:51:50.814 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8769 | 2024-10-18T22:51:51.638Z | [ host-image] Oct 18 22:51:50.814 INFO O| Oct 18 22:51:50.814 INFO STEP 52 (remove_files) COMPLETE |
8770 | 2024-10-18T22:51:51.641Z | [ host-image] Oct 18 22:51:50.814 INFO O| Oct 18 22:51:50.814 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8771 | 2024-10-18T22:51:51.648Z | [ host-image] Oct 18 22:51:50.824 INFO O| Oct 18 22:51:50.824 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8772 | 2024-10-18T22:51:51.651Z | [ host-image] Oct 18 22:51:50.824 INFO O| Oct 18 22:51:50.824 INFO STEP 53 (remove_files) COMPLETE |
8773 | 2024-10-18T22:51:51.651Z | [ host-image] Oct 18 22:51:50.824 INFO O| Oct 18 22:51:50.824 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8774 | 2024-10-18T22:51:51.659Z | [ host-image] Oct 18 22:51:50.834 INFO O| Oct 18 22:51:50.834 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8775 | 2024-10-18T22:51:51.659Z | [ host-image] Oct 18 22:51:50.834 INFO O| Oct 18 22:51:50.834 INFO STEP 54 (remove_files) COMPLETE |
8776 | 2024-10-18T22:51:51.661Z | [ host-image] Oct 18 22:51:50.834 INFO O| Oct 18 22:51:50.834 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8777 | 2024-10-18T22:51:51.668Z | [ host-image] Oct 18 22:51:50.844 INFO O| Oct 18 22:51:50.844 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8778 | 2024-10-18T22:51:51.670Z | [ host-image] Oct 18 22:51:50.844 INFO O| Oct 18 22:51:50.844 INFO STEP 55 (remove_files) COMPLETE |
8779 | 2024-10-18T22:51:51.670Z | [ host-image] Oct 18 22:51:50.844 INFO O| Oct 18 22:51:50.844 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8780 | 2024-10-18T22:51:51.678Z | [ host-image] Oct 18 22:51:50.854 INFO O| Oct 18 22:51:50.854 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8781 | 2024-10-18T22:51:51.678Z | [ host-image] Oct 18 22:51:50.854 INFO O| Oct 18 22:51:50.854 INFO STEP 56 (remove_files) COMPLETE |
8782 | 2024-10-18T22:51:51.678Z | [ host-image] Oct 18 22:51:50.854 INFO O| Oct 18 22:51:50.854 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8783 | 2024-10-18T22:51:51.687Z | [ host-image] Oct 18 22:51:50.863 INFO O| Oct 18 22:51:50.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8784 | 2024-10-18T22:51:51.690Z | [ host-image] Oct 18 22:51:50.863 INFO O| Oct 18 22:51:50.863 INFO STEP 57 (remove_files) COMPLETE |
8785 | 2024-10-18T22:51:51.690Z | [ host-image] Oct 18 22:51:50.863 INFO O| Oct 18 22:51:50.863 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8786 | 2024-10-18T22:51:51.697Z | [ host-image] Oct 18 22:51:50.873 INFO O| Oct 18 22:51:50.873 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8787 | 2024-10-18T22:51:51.700Z | [ host-image] Oct 18 22:51:50.873 INFO O| Oct 18 22:51:50.873 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8788 | 2024-10-18T22:51:51.700Z | [ host-image] Oct 18 22:51:50.873 INFO O| Oct 18 22:51:50.873 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8789 | 2024-10-18T22:51:51.700Z | [ host-image] Oct 18 22:51:50.873 INFO O| Oct 18 22:51:50.873 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8790 | 2024-10-18T22:51:51.700Z | [ host-image] Oct 18 22:51:50.874 INFO O| Oct 18 22:51:50.873 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8791 | 2024-10-18T22:51:51.700Z | [ host-image] Oct 18 22:51:50.874 INFO O| Oct 18 22:51:50.873 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8792 | 2024-10-18T22:51:51.700Z | [ host-image] Oct 18 22:51:50.874 INFO O| Oct 18 22:51:50.873 INFO ok! |
8793 | 2024-10-18T22:51:51.700Z | [ host-image] Oct 18 22:51:50.874 INFO O| Oct 18 22:51:50.873 INFO STEP 58 (ensure_file) COMPLETE |
8794 | 2024-10-18T22:51:51.700Z | [ host-image] Oct 18 22:51:50.874 INFO O| Oct 18 22:51:50.873 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8795 | 2024-10-18T22:51:51.708Z | [ host-image] Oct 18 22:51:50.883 INFO O| Oct 18 22:51:50.883 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8796 | 2024-10-18T22:51:51.708Z | [ host-image] Oct 18 22:51:50.883 INFO O| Oct 18 22:51:50.883 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8797 | 2024-10-18T22:51:51.711Z | [ host-image] Oct 18 22:51:50.884 INFO O| Oct 18 22:51:50.884 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8798 | 2024-10-18T22:51:51.711Z | [ host-image] Oct 18 22:51:50.884 INFO O| Oct 18 22:51:50.884 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8799 | 2024-10-18T22:51:51.711Z | [ host-image] Oct 18 22:51:50.884 INFO O| Oct 18 22:51:50.884 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8800 | 2024-10-18T22:51:51.711Z | [ host-image] Oct 18 22:51:50.884 INFO O| Oct 18 22:51:50.884 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8801 | 2024-10-18T22:51:51.711Z | [ host-image] Oct 18 22:51:50.884 INFO O| Oct 18 22:51:50.884 INFO ok! |
8802 | 2024-10-18T22:51:51.711Z | [ host-image] Oct 18 22:51:50.884 INFO O| Oct 18 22:51:50.884 INFO STEP 59 (ensure_file) COMPLETE |
8803 | 2024-10-18T22:51:51.711Z | [ host-image] Oct 18 22:51:50.884 INFO O| Oct 18 22:51:50.884 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8804 | 2024-10-18T22:51:51.718Z | [ host-image] Oct 18 22:51:50.893 INFO O| Oct 18 22:51:50.893 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8805 | 2024-10-18T22:51:51.720Z | [ host-image] Oct 18 22:51:50.893 INFO O| Oct 18 22:51:50.893 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8806 | 2024-10-18T22:51:51.720Z | [ host-image] Oct 18 22:51:50.894 INFO O| Oct 18 22:51:50.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8807 | 2024-10-18T22:51:51.720Z | [ host-image] Oct 18 22:51:50.894 INFO O| Oct 18 22:51:50.894 INFO ok! |
8808 | 2024-10-18T22:51:51.720Z | [ host-image] Oct 18 22:51:50.894 INFO O| Oct 18 22:51:50.894 INFO STEP 60 (ensure_file) COMPLETE |
8809 | 2024-10-18T22:51:51.720Z | [ host-image] Oct 18 22:51:50.894 INFO O| Oct 18 22:51:50.894 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8810 | 2024-10-18T22:51:51.727Z | [ host-image] Oct 18 22:51:50.903 INFO O| Oct 18 22:51:50.903 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8811 | 2024-10-18T22:51:51.727Z | [ host-image] Oct 18 22:51:50.903 INFO O| Oct 18 22:51:50.903 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8812 | 2024-10-18T22:51:51.731Z | [ host-image] Oct 18 22:51:50.903 INFO O| Oct 18 22:51:50.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8813 | 2024-10-18T22:51:51.731Z | [ host-image] Oct 18 22:51:50.903 INFO O| Oct 18 22:51:50.903 INFO ok! |
8814 | 2024-10-18T22:51:51.731Z | [ host-image] Oct 18 22:51:50.903 INFO O| Oct 18 22:51:50.903 INFO STEP 61 (ensure_file) COMPLETE |
8815 | 2024-10-18T22:51:51.731Z | [ host-image] Oct 18 22:51:50.903 INFO O| Oct 18 22:51:50.903 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8816 | 2024-10-18T22:51:51.737Z | [ host-image] Oct 18 22:51:50.913 INFO O| Oct 18 22:51:50.913 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8817 | 2024-10-18T22:51:51.737Z | [ host-image] Oct 18 22:51:50.913 INFO O| Oct 18 22:51:50.913 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8818 | 2024-10-18T22:51:51.740Z | [ host-image] Oct 18 22:51:50.913 INFO O| Oct 18 22:51:50.913 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8819 | 2024-10-18T22:51:51.740Z | [ host-image] Oct 18 22:51:50.913 INFO O| Oct 18 22:51:50.913 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8820 | 2024-10-18T22:51:51.740Z | [ host-image] Oct 18 22:51:50.913 INFO O| Oct 18 22:51:50.913 INFO ok! |
8821 | 2024-10-18T22:51:51.740Z | [ host-image] Oct 18 22:51:50.913 INFO O| Oct 18 22:51:50.913 INFO STEP 62 (ensure_file) COMPLETE |
8822 | 2024-10-18T22:51:51.740Z | [ host-image] Oct 18 22:51:50.913 INFO O| Oct 18 22:51:50.913 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8823 | 2024-10-18T22:51:51.747Z | [ host-image] Oct 18 22:51:50.923 INFO O| Oct 18 22:51:50.923 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8824 | 2024-10-18T22:51:51.747Z | [ host-image] Oct 18 22:51:50.923 INFO O| Oct 18 22:51:50.923 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8825 | 2024-10-18T22:51:51.750Z | [ host-image] Oct 18 22:51:50.923 INFO O| Oct 18 22:51:50.923 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8826 | 2024-10-18T22:51:51.750Z | [ host-image] Oct 18 22:51:50.923 INFO O| Oct 18 22:51:50.923 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8827 | 2024-10-18T22:51:51.750Z | [ host-image] Oct 18 22:51:50.923 INFO O| Oct 18 22:51:50.923 INFO ok! |
8828 | 2024-10-18T22:51:51.750Z | [ host-image] Oct 18 22:51:50.923 INFO O| Oct 18 22:51:50.923 INFO STEP 63 (ensure_file) COMPLETE |
8829 | 2024-10-18T22:51:51.750Z | [ host-image] Oct 18 22:51:50.923 INFO O| Oct 18 22:51:50.923 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8830 | 2024-10-18T22:51:51.757Z | [ host-image] Oct 18 22:51:50.933 INFO O| Oct 18 22:51:50.933 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8831 | 2024-10-18T22:51:51.760Z | [ host-image] Oct 18 22:51:50.933 INFO O| Oct 18 22:51:50.933 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8832 | 2024-10-18T22:51:51.760Z | [ host-image] Oct 18 22:51:50.933 INFO O| Oct 18 22:51:50.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8833 | 2024-10-18T22:51:51.760Z | [ host-image] Oct 18 22:51:50.933 INFO O| Oct 18 22:51:50.933 INFO ok! |
8834 | 2024-10-18T22:51:51.760Z | [ host-image] Oct 18 22:51:50.933 INFO O| Oct 18 22:51:50.933 INFO STEP 64 (assemble_files) COMPLETE |
8835 | 2024-10-18T22:51:51.760Z | [ host-image] Oct 18 22:51:50.933 INFO O| Oct 18 22:51:50.933 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8836 | 2024-10-18T22:51:51.767Z | [ host-image] Oct 18 22:51:50.942 INFO O| Oct 18 22:51:50.942 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8837 | 2024-10-18T22:51:51.767Z | [ host-image] Oct 18 22:51:50.942 INFO O| Oct 18 22:51:50.942 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8838 | 2024-10-18T22:51:51.769Z | [ host-image] Oct 18 22:51:50.943 INFO O| Oct 18 22:51:50.943 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8839 | 2024-10-18T22:51:51.769Z | [ host-image] Oct 18 22:51:50.943 INFO O| Oct 18 22:51:50.943 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8840 | 2024-10-18T22:51:51.769Z | [ host-image] Oct 18 22:51:50.943 INFO O| Oct 18 22:51:50.943 INFO ok! |
8841 | 2024-10-18T22:51:51.769Z | [ host-image] Oct 18 22:51:50.943 INFO O| Oct 18 22:51:50.943 INFO STEP 65 (ensure_file) COMPLETE |
8842 | 2024-10-18T22:51:51.769Z | [ host-image] Oct 18 22:51:50.943 INFO O| Oct 18 22:51:50.943 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8843 | 2024-10-18T22:51:51.776Z | [ host-image] Oct 18 22:51:50.952 INFO O| Oct 18 22:51:50.952 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8844 | 2024-10-18T22:51:51.779Z | [ host-image] Oct 18 22:51:50.952 INFO O| Oct 18 22:51:50.952 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8845 | 2024-10-18T22:51:51.779Z | [ host-image] Oct 18 22:51:50.952 INFO O| Oct 18 22:51:50.952 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8846 | 2024-10-18T22:51:51.779Z | [ host-image] Oct 18 22:51:50.952 INFO O| Oct 18 22:51:50.952 INFO STEP 66 (ensure_dir) COMPLETE |
8847 | 2024-10-18T22:51:51.779Z | [ host-image] Oct 18 22:51:50.952 INFO O| Oct 18 22:51:50.952 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8848 | 2024-10-18T22:51:51.786Z | [ host-image] Oct 18 22:51:50.962 INFO O| Oct 18 22:51:50.962 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8849 | 2024-10-18T22:51:51.786Z | [ host-image] Oct 18 22:51:50.962 INFO O| Oct 18 22:51:50.962 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 ... |
8850 | 2024-10-18T22:51:51.794Z | [ host-image] Oct 18 22:51:50.969 INFO O| Oct 18 22:51:50.969 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 |
8851 | 2024-10-18T22:51:51.794Z | [ host-image] Oct 18 22:51:50.969 INFO O| Oct 18 22:51:50.969 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8852 | 2024-10-18T22:51:51.794Z | [ host-image] Oct 18 22:51:50.969 INFO O| Oct 18 22:51:50.969 INFO ok! |
8853 | 2024-10-18T22:51:51.797Z | [ host-image] Oct 18 22:51:50.969 INFO O| Oct 18 22:51:50.969 INFO STEP 67 (ensure_file) COMPLETE |
8854 | 2024-10-18T22:51:51.797Z | [ host-image] Oct 18 22:51:50.969 INFO O| Oct 18 22:51:50.969 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8855 | 2024-10-18T22:51:51.804Z | [ host-image] Oct 18 22:51:50.980 INFO O| Oct 18 22:51:50.980 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8856 | 2024-10-18T22:51:51.804Z | [ host-image] Oct 18 22:51:50.980 INFO O| Oct 18 22:51:50.980 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 ... |
8857 | 2024-10-18T22:51:51.807Z | [ host-image] Oct 18 22:51:50.980 INFO O| Oct 18 22:51:50.980 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 |
8858 | 2024-10-18T22:51:51.807Z | [ host-image] Oct 18 22:51:50.980 INFO O| Oct 18 22:51:50.980 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8859 | 2024-10-18T22:51:51.807Z | [ host-image] Oct 18 22:51:50.980 INFO O| Oct 18 22:51:50.980 INFO ok! |
8860 | 2024-10-18T22:51:51.807Z | [ host-image] Oct 18 22:51:50.980 INFO O| Oct 18 22:51:50.980 INFO STEP 68 (ensure_file) COMPLETE |
8861 | 2024-10-18T22:51:51.807Z | [ host-image] Oct 18 22:51:50.980 INFO O| Oct 18 22:51:50.980 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8862 | 2024-10-18T22:51:51.819Z | [ host-image] Oct 18 22:51:50.994 INFO O| Oct 18 22:51:50.994 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8863 | 2024-10-18T22:51:51.819Z | [ host-image] Oct 18 22:51:50.994 INFO O| Oct 18 22:51:50.994 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8864 | 2024-10-18T22:51:53.955Z | [ host-image] Oct 18 22:51:53.130 INFO O| Oct 18 22:51:53.130 INFO STEP 69 (pack_tar) COMPLETE |
8865 | 2024-10-18T22:51:53.955Z | [ host-image] Oct 18 22:51:53.130 INFO O| Oct 18 22:51:53.130 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8866 | 2024-10-18T22:51:53.958Z | [ host-image] Oct 18 22:51:53.130 INFO O| Oct 18 22:51:53.130 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8867 | 2024-10-18T22:51:54.191Z | [ host-image] Oct 18 22:51:53.366 INFO O| Oct 18 22:51:53.366 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8868 | 2024-10-18T22:51:54.261Z | [ host-image] Oct 18 22:51:53.436 INFO O| Oct 18 22:51:53.436 INFO completed processing gimlet/ramdisk-02-trim |
8869 | 2024-10-18T22:51:54.264Z | [ host-image] Oct 18 22:51:53.439 INFO image builder template: zfs... |
8870 | 2024-10-18T22:51:54.264Z | [ host-image] Oct 18 22:51:53.439 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/.tmpcbuUZ4/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.33.293", "-n", "zfs"], pwd: None |
8871 | 2024-10-18T22:51:54.277Z | [ host-image] Oct 18 22:51:53.453 INFO O| Oct 18 22:51:53.453 INFO skip include "stress" because feature "stress" is not enabled |
8872 | 2024-10-18T22:51:54.309Z | [ host-image] Oct 18 22:51:53.485 INFO O| Oct 18 22:51:53.485 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8873 | 2024-10-18T22:51:54.313Z | [ host-image] Oct 18 22:51:53.489 INFO O| Oct 18 22:51:53.489 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8874 | 2024-10-18T22:51:54.369Z | [ host-image] Oct 18 22:51:53.545 INFO O| Oct 18 22:51:53.545 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8875 | 2024-10-18T22:51:54.413Z | [ host-image] Oct 18 22:51:53.588 INFO O| Oct 18 22:51:53.588 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8876 | 2024-10-18T22:51:54.415Z | [ host-image] Oct 18 22:51:53.589 INFO O| Oct 18 22:51:53.589 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8877 | 2024-10-18T22:51:54.418Z | [ host-image] Oct 18 22:51:53.593 INFO O| Oct 18 22:51:53.593 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8878 | 2024-10-18T22:51:54.466Z | [ host-image] Oct 18 22:51:53.642 INFO O| Oct 18 22:51:53.642 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8879 | 2024-10-18T22:51:54.514Z | [ host-image] Oct 18 22:51:53.690 INFO O| Oct 18 22:51:53.690 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8880 | 2024-10-18T22:51:54.526Z | [ host-image] Oct 18 22:51:53.702 INFO O| Oct 18 22:51:53.702 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8881 | 2024-10-18T22:51:54.532Z | [ host-image] Oct 18 22:51:53.707 INFO O| Oct 18 22:51:53.707 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8882 | 2024-10-18T22:51:54.534Z | [ host-image] Oct 18 22:51:53.707 INFO O| Oct 18 22:51:53.707 INFO no lofi found |
8883 | 2024-10-18T22:51:54.534Z | [ host-image] Oct 18 22:51:53.707 INFO O| Oct 18 22:51:53.707 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8884 | 2024-10-18T22:51:54.534Z | [ host-image] Oct 18 22:51:53.707 INFO O| Oct 18 22:51:53.707 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8885 | 2024-10-18T22:51:55.834Z | [ host-image] Oct 18 22:51:55.009 INFO O| Oct 18 22:51:55.009 INFO lofi device = /dev/dsk/c2t1d0p0 |
8886 | 2024-10-18T22:51:55.834Z | [ host-image] Oct 18 22:51:55.009 INFO O| Oct 18 22:51:55.009 INFO pool device = /dev/dsk/c2t1d0p0 |
8887 | 2024-10-18T22:51:55.834Z | [ host-image] Oct 18 22:51:55.009 INFO O| Oct 18 22:51:55.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"] |
8888 | 2024-10-18T22:51:55.907Z | [ host-image] Oct 18 22:51:55.083 INFO O| Oct 18 22:51:55.083 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8889 | 2024-10-18T22:51:55.908Z | [ host-image] Oct 18 22:51:55.083 INFO O| Oct 18 22:51:55.083 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8890 | 2024-10-18T22:51:55.925Z | [ host-image] Oct 18 22:51:55.100 INFO O| Oct 18 22:51:55.100 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8891 | 2024-10-18T22:51:55.982Z | [ host-image] Oct 18 22:51:55.158 INFO O| Oct 18 22:51:55.157 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8892 | 2024-10-18T22:51:56.020Z | [ host-image] Oct 18 22:51:55.195 INFO O| Oct 18 22:51:55.195 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8893 | 2024-10-18T22:51:56.035Z | [ host-image] Oct 18 22:51:55.210 INFO O| Oct 18 22:51:55.210 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8894 | 2024-10-18T22:51:56.046Z | [ host-image] Oct 18 22:51:55.222 INFO O| Oct 18 22:51:55.222 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8895 | 2024-10-18T22:51:56.094Z | [ host-image] Oct 18 22:51:55.270 INFO O| Oct 18 22:51:55.269 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8896 | 2024-10-18T22:51:56.094Z | [ host-image] Oct 18 22:51:55.270 INFO O| Oct 18 22:51:55.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8897 | 2024-10-18T22:51:56.101Z | [ host-image] Oct 18 22:51:55.270 INFO O| Oct 18 22:51:55.270 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8898 | 2024-10-18T22:51:56.104Z | [ host-image] Oct 18 22:51:55.277 INFO O| Oct 18 22:51:55.277 INFO boot environment UUID: e5384799-7517-4bfa-8e38-987918bcca35 |
8899 | 2024-10-18T22:51:56.104Z | [ host-image] Oct 18 22:51:55.277 INFO O| Oct 18 22:51:55.277 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = e5384799-7517-4bfa-8e38-987918bcca35 |
8900 | 2024-10-18T22:51:56.113Z | [ host-image] Oct 18 22:51:55.288 INFO O| Oct 18 22:51:55.288 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8901 | 2024-10-18T22:51:56.124Z | [ host-image] Oct 18 22:51:55.299 INFO O| Oct 18 22:51:55.299 INFO STEP 0 (create_be) COMPLETE |
8902 | 2024-10-18T22:51:56.124Z | [ host-image] Oct 18 22:51:55.299 INFO O| Oct 18 22:51:55.299 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8903 | 2024-10-18T22:51:56.140Z | [ host-image] Oct 18 22:51:55.315 INFO O| Oct 18 22:51:55.315 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8904 | 2024-10-18T22:52:02.877Z | [ recovery-image] Oct 18 22:52:02.052 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
8905 | 2024-10-18T22:52:05.715Z | [ recovery-image] Oct 18 22:52:04.885 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
8906 | 2024-10-18T22:52:07.369Z | [ recovery-image] Oct 18 22:52:06.543 INFO E| Compiling quote v1.0.37 |
8907 | 2024-10-18T22:52:07.867Z | [ recovery-image] Oct 18 22:52:07.038 INFO E| Compiling syn v2.0.77 |
8908 | 2024-10-18T22:52:12.158Z | [ recovery-image] Oct 18 22:52:11.331 INFO E| Compiling scroll_derive v0.12.0 |
8909 | 2024-10-18T22:52:12.418Z | [ recovery-image] Oct 18 22:52:11.589 INFO E| Compiling bitflags v1.3.2 |
8910 | 2024-10-18T22:52:12.420Z | [ recovery-image] Oct 18 22:52:11.589 INFO E| Compiling log v0.4.22 |
8911 | 2024-10-18T22:52:12.420Z | [ recovery-image] Oct 18 22:52:11.589 INFO E| Compiling adler2 v2.0.0 |
8912 | 2024-10-18T22:52:12.420Z | [ recovery-image] Oct 18 22:52:11.589 INFO E| Compiling bit_field v0.10.2 |
8913 | 2024-10-18T22:52:12.423Z | [ recovery-image] Oct 18 22:52:11.589 INFO E| Compiling plain v0.2.3 |
8914 | 2024-10-18T22:52:12.561Z | [ recovery-image] Oct 18 22:52:11.735 INFO E| Compiling raw-cpuid v10.7.0 |
8915 | 2024-10-18T22:52:12.787Z | [ recovery-image] Oct 18 22:52:11.959 INFO E| Compiling miniz_oxide v0.8.0 |
8916 | 2024-10-18T22:52:12.926Z | [ recovery-image] Oct 18 22:52:12.099 INFO E| Compiling cpio_reader v0.1.1 |
8917 | 2024-10-18T22:52:13.063Z | [ recovery-image] Oct 18 22:52:12.237 INFO E| Compiling static_assertions v1.1.0 |
8918 | 2024-10-18T22:52:14.725Z | [ recovery-image] Oct 18 22:52:13.899 INFO E| Compiling scroll v0.12.0 |
8919 | 2024-10-18T22:52:15.656Z | [ recovery-image] Oct 18 22:52:14.829 INFO E| Compiling goblin v0.8.2 |
8920 | 2024-10-18T22:52:17.838Z | [ recovery-image] Oct 18 22:52:17.011 INFO E| Compiling bitstruct_derive v0.1.0 |
8921 | 2024-10-18T22:52:19.078Z | [ host-image] Oct 18 22:52:18.251 INFO O| Oct 18 22:52:18.251 INFO STEP 1 (unpack_tar) COMPLETE |
8922 | 2024-10-18T22:52:19.079Z | [ host-image] Oct 18 22:52:18.252 INFO O| Oct 18 22:52:18.251 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8923 | 2024-10-18T22:52:19.096Z | [ host-image] Oct 18 22:52:18.269 INFO O| Oct 18 22:52:18.268 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8924 | 2024-10-18T22:52:19.469Z | [ host-image] Oct 18 22:52:18.642 INFO O| Oct 18 22:52:18.642 INFO STEP 2 (devfsadm) COMPLETE |
8925 | 2024-10-18T22:52:19.469Z | [ host-image] Oct 18 22:52:18.642 INFO O| Oct 18 22:52:18.642 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8926 | 2024-10-18T22:52:19.499Z | [ host-image] Oct 18 22:52:18.672 INFO O| Oct 18 22:52:18.671 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8927 | 2024-10-18T22:52:19.499Z | [ host-image] Oct 18 22:52:18.672 INFO O| Oct 18 22:52:18.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8928 | 2024-10-18T22:52:19.502Z | [ host-image] Oct 18 22:52:18.672 INFO O| Oct 18 22:52:18.672 INFO STEP 3 (ensure_dir) COMPLETE |
8929 | 2024-10-18T22:52:19.502Z | [ host-image] Oct 18 22:52:18.672 INFO O| Oct 18 22:52:18.672 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8930 | 2024-10-18T22:52:19.544Z | [ host-image] Oct 18 22:52:18.711 INFO O| Oct 18 22:52:18.709 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8931 | 2024-10-18T22:52:19.544Z | [ host-image] Oct 18 22:52:18.711 INFO O| Oct 18 22:52:18.709 INFO STEP 4 (ensure_dir) COMPLETE |
8932 | 2024-10-18T22:52:19.544Z | [ host-image] Oct 18 22:52:18.711 INFO O| Oct 18 22:52:18.709 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8933 | 2024-10-18T22:52:19.560Z | [ host-image] Oct 18 22:52:18.733 INFO O| Oct 18 22:52:18.725 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8934 | 2024-10-18T22:52:19.560Z | [ host-image] Oct 18 22:52:18.733 INFO O| Oct 18 22:52:18.725 INFO STEP 5 (ensure_dir) COMPLETE |
8935 | 2024-10-18T22:52:19.562Z | [ host-image] Oct 18 22:52:18.733 INFO O| Oct 18 22:52:18.725 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8936 | 2024-10-18T22:52:19.570Z | [ host-image] Oct 18 22:52:18.743 INFO O| Oct 18 22:52:18.743 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8937 | 2024-10-18T22:52:19.570Z | [ host-image] Oct 18 22:52:18.743 INFO O| Oct 18 22:52:18.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8938 | 2024-10-18T22:52:19.572Z | [ host-image] Oct 18 22:52:18.743 INFO O| Oct 18 22:52:18.743 INFO STEP 6 (ensure_dir) COMPLETE |
8939 | 2024-10-18T22:52:19.572Z | [ host-image] Oct 18 22:52:18.743 INFO O| Oct 18 22:52:18.743 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8940 | 2024-10-18T22:52:19.587Z | [ host-image] Oct 18 22:52:18.760 INFO O| Oct 18 22:52:18.760 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8941 | 2024-10-18T22:52:19.589Z | [ host-image] Oct 18 22:52:18.760 INFO O| Oct 18 22:52:18.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8942 | 2024-10-18T22:52:19.589Z | [ host-image] Oct 18 22:52:18.760 INFO O| Oct 18 22:52:18.760 INFO STEP 7 (ensure_dir) COMPLETE |
8943 | 2024-10-18T22:52:19.589Z | [ host-image] Oct 18 22:52:18.760 INFO O| Oct 18 22:52:18.760 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8944 | 2024-10-18T22:52:19.604Z | [ host-image] Oct 18 22:52:18.777 INFO O| Oct 18 22:52:18.777 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8945 | 2024-10-18T22:52:19.606Z | [ host-image] Oct 18 22:52:18.777 INFO O| Oct 18 22:52:18.777 INFO STEP 8 (remove_files) COMPLETE |
8946 | 2024-10-18T22:52:19.606Z | [ host-image] Oct 18 22:52:18.777 INFO O| Oct 18 22:52:18.777 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8947 | 2024-10-18T22:52:19.623Z | [ host-image] Oct 18 22:52:18.795 INFO O| Oct 18 22:52:18.794 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8948 | 2024-10-18T22:52:19.623Z | [ host-image] Oct 18 22:52:18.796 INFO O| Oct 18 22:52:18.796 INFO STEP 9 (remove_files) COMPLETE |
8949 | 2024-10-18T22:52:19.623Z | [ host-image] Oct 18 22:52:18.796 INFO O| Oct 18 22:52:18.796 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8950 | 2024-10-18T22:52:19.646Z | [ host-image] Oct 18 22:52:18.819 INFO O| Oct 18 22:52:18.819 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8951 | 2024-10-18T22:52:19.649Z | [ host-image] Oct 18 22:52:18.820 INFO O| Oct 18 22:52:18.820 INFO STEP 10 (remove_files) COMPLETE |
8952 | 2024-10-18T22:52:19.649Z | [ host-image] Oct 18 22:52:18.821 INFO O| Oct 18 22:52:18.820 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8953 | 2024-10-18T22:52:19.664Z | [ recovery-image] Oct 18 22:52:18.837 INFO E| Compiling bitstruct v0.1.1 |
8954 | 2024-10-18T22:52:19.674Z | [ host-image] Oct 18 22:52:18.847 INFO O| Oct 18 22:52:18.847 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8955 | 2024-10-18T22:52:19.677Z | [ host-image] Oct 18 22:52:18.847 INFO O| Oct 18 22:52:18.847 INFO STEP 11 (remove_files) COMPLETE |
8956 | 2024-10-18T22:52:19.677Z | [ host-image] Oct 18 22:52:18.847 INFO O| Oct 18 22:52:18.847 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8957 | 2024-10-18T22:52:19.733Z | [ host-image] Oct 18 22:52:18.906 INFO O| Oct 18 22:52:18.906 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8958 | 2024-10-18T22:52:19.733Z | [ host-image] Oct 18 22:52:18.906 INFO O| Oct 18 22:52:18.906 INFO STEP 12 (remove_files) COMPLETE |
8959 | 2024-10-18T22:52:19.733Z | [ host-image] Oct 18 22:52:18.906 INFO O| Oct 18 22:52:18.906 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8960 | 2024-10-18T22:52:19.765Z | [ host-image] Oct 18 22:52:18.938 INFO O| Oct 18 22:52:18.938 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8961 | 2024-10-18T22:52:19.768Z | [ host-image] Oct 18 22:52:18.939 INFO O| Oct 18 22:52:18.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8962 | 2024-10-18T22:52:19.768Z | [ host-image] Oct 18 22:52:18.939 INFO O| Oct 18 22:52:18.939 INFO STEP 13 (ensure_dir) COMPLETE |
8963 | 2024-10-18T22:52:19.768Z | [ host-image] Oct 18 22:52:18.939 INFO O| Oct 18 22:52:18.939 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8964 | 2024-10-18T22:52:19.844Z | [ host-image] Oct 18 22:52:19.017 INFO O| Oct 18 22:52:19.017 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8965 | 2024-10-18T22:52:19.844Z | [ host-image] Oct 18 22:52:19.017 INFO O| Oct 18 22:52:19.017 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8966 | 2024-10-18T22:52:19.847Z | [ host-image] Oct 18 22:52:19.018 INFO O| Oct 18 22:52:19.018 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8967 | 2024-10-18T22:52:19.847Z | [ host-image] Oct 18 22:52:19.018 INFO O| Oct 18 22:52:19.018 INFO STEP 14 (ensure_dir) COMPLETE |
8968 | 2024-10-18T22:52:19.847Z | [ host-image] Oct 18 22:52:19.018 INFO O| Oct 18 22:52:19.018 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8969 | 2024-10-18T22:52:19.865Z | [ host-image] Oct 18 22:52:19.038 INFO O| Oct 18 22:52:19.038 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8970 | 2024-10-18T22:52:19.865Z | [ host-image] Oct 18 22:52:19.038 INFO O| Oct 18 22:52:19.038 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8971 | 2024-10-18T22:52:19.865Z | [ host-image] Oct 18 22:52:19.038 INFO O| Oct 18 22:52:19.038 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8972 | 2024-10-18T22:52:19.868Z | [ host-image] Oct 18 22:52:19.038 INFO O| Oct 18 22:52:19.038 INFO STEP 15 (ensure_dir) COMPLETE |
8973 | 2024-10-18T22:52:19.868Z | [ host-image] Oct 18 22:52:19.038 INFO O| Oct 18 22:52:19.038 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8974 | 2024-10-18T22:52:19.887Z | [ host-image] Oct 18 22:52:19.060 INFO O| Oct 18 22:52:19.060 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8975 | 2024-10-18T22:52:19.887Z | [ host-image] Oct 18 22:52:19.060 INFO O| Oct 18 22:52:19.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8976 | 2024-10-18T22:52:19.887Z | [ host-image] Oct 18 22:52:19.060 INFO O| Oct 18 22:52:19.060 INFO STEP 16 (ensure_dir) COMPLETE |
8977 | 2024-10-18T22:52:19.889Z | [ host-image] Oct 18 22:52:19.060 INFO O| Oct 18 22:52:19.060 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8978 | 2024-10-18T22:52:19.907Z | [ host-image] Oct 18 22:52:19.079 INFO O| Oct 18 22:52:19.079 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8979 | 2024-10-18T22:52:19.907Z | [ host-image] Oct 18 22:52:19.080 INFO O| Oct 18 22:52:19.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8980 | 2024-10-18T22:52:19.909Z | [ host-image] Oct 18 22:52:19.080 INFO O| Oct 18 22:52:19.080 INFO STEP 17 (ensure_dir) COMPLETE |
8981 | 2024-10-18T22:52:19.909Z | [ host-image] Oct 18 22:52:19.080 INFO O| Oct 18 22:52:19.080 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8982 | 2024-10-18T22:52:19.925Z | [ host-image] Oct 18 22:52:19.098 INFO O| Oct 18 22:52:19.098 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8983 | 2024-10-18T22:52:19.925Z | [ host-image] Oct 18 22:52:19.098 INFO O| Oct 18 22:52:19.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8984 | 2024-10-18T22:52:19.927Z | [ host-image] Oct 18 22:52:19.098 INFO O| Oct 18 22:52:19.098 INFO ok! |
8985 | 2024-10-18T22:52:19.927Z | [ host-image] Oct 18 22:52:19.098 INFO O| Oct 18 22:52:19.098 INFO STEP 18 (ensure_symlink) COMPLETE |
8986 | 2024-10-18T22:52:19.927Z | [ host-image] Oct 18 22:52:19.098 INFO O| Oct 18 22:52:19.098 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8987 | 2024-10-18T22:52:19.940Z | [ host-image] Oct 18 22:52:19.114 INFO O| Oct 18 22:52:19.113 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8988 | 2024-10-18T22:52:19.940Z | [ host-image] Oct 18 22:52:19.114 INFO O| Oct 18 22:52:19.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8989 | 2024-10-18T22:52:19.943Z | [ host-image] Oct 18 22:52:19.114 INFO O| Oct 18 22:52:19.114 INFO ok! |
8990 | 2024-10-18T22:52:19.943Z | [ host-image] Oct 18 22:52:19.114 INFO O| Oct 18 22:52:19.114 INFO STEP 19 (ensure_file) COMPLETE |
8991 | 2024-10-18T22:52:19.943Z | [ host-image] Oct 18 22:52:19.114 INFO O| Oct 18 22:52:19.114 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8992 | 2024-10-18T22:52:19.959Z | [ host-image] Oct 18 22:52:19.132 INFO O| Oct 18 22:52:19.132 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8993 | 2024-10-18T22:52:19.959Z | [ host-image] Oct 18 22:52:19.132 INFO O| Oct 18 22:52:19.132 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8994 | 2024-10-18T22:52:19.961Z | [ host-image] Oct 18 22:52:19.132 INFO O| Oct 18 22:52:19.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8995 | 2024-10-18T22:52:19.961Z | [ host-image] Oct 18 22:52:19.132 INFO O| Oct 18 22:52:19.132 INFO ok! |
8996 | 2024-10-18T22:52:19.961Z | [ host-image] Oct 18 22:52:19.132 INFO O| Oct 18 22:52:19.132 INFO STEP 20 (ensure_symlink) COMPLETE |
8997 | 2024-10-18T22:52:19.961Z | [ host-image] Oct 18 22:52:19.132 INFO O| Oct 18 22:52:19.132 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8998 | 2024-10-18T22:52:19.974Z | [ host-image] Oct 18 22:52:19.147 INFO O| Oct 18 22:52:19.147 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
8999 | 2024-10-18T22:52:19.976Z | [ host-image] Oct 18 22:52:19.147 INFO O| Oct 18 22:52:19.147 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9000 | 2024-10-18T22:52:19.976Z | [ host-image] Oct 18 22:52:19.147 INFO O| Oct 18 22:52:19.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9001 | 2024-10-18T22:52:19.976Z | [ host-image] Oct 18 22:52:19.147 INFO O| Oct 18 22:52:19.147 INFO ok! |
9002 | 2024-10-18T22:52:19.976Z | [ host-image] Oct 18 22:52:19.147 INFO O| Oct 18 22:52:19.147 INFO STEP 21 (ensure_symlink) COMPLETE |
9003 | 2024-10-18T22:52:19.976Z | [ host-image] Oct 18 22:52:19.147 INFO O| Oct 18 22:52:19.147 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9004 | 2024-10-18T22:52:19.987Z | [ host-image] Oct 18 22:52:19.160 INFO O| Oct 18 22:52:19.159 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9005 | 2024-10-18T22:52:19.987Z | [ host-image] Oct 18 22:52:19.160 INFO O| Oct 18 22:52:19.159 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9006 | 2024-10-18T22:52:19.990Z | [ host-image] Oct 18 22:52:19.160 INFO O| Oct 18 22:52:19.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9007 | 2024-10-18T22:52:19.990Z | [ host-image] Oct 18 22:52:19.160 INFO O| Oct 18 22:52:19.160 INFO ok! |
9008 | 2024-10-18T22:52:19.990Z | [ host-image] Oct 18 22:52:19.160 INFO O| Oct 18 22:52:19.160 INFO STEP 22 (ensure_symlink) COMPLETE |
9009 | 2024-10-18T22:52:19.990Z | [ host-image] Oct 18 22:52:19.160 INFO O| Oct 18 22:52:19.160 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9010 | 2024-10-18T22:52:20.000Z | [ host-image] Oct 18 22:52:19.173 INFO O| Oct 18 22:52:19.173 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9011 | 2024-10-18T22:52:20.001Z | [ host-image] Oct 18 22:52:19.173 INFO O| Oct 18 22:52:19.173 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9012 | 2024-10-18T22:52:20.003Z | [ host-image] Oct 18 22:52:19.174 INFO O| Oct 18 22:52:19.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9013 | 2024-10-18T22:52:20.003Z | [ host-image] Oct 18 22:52:19.174 INFO O| Oct 18 22:52:19.174 INFO ok! |
9014 | 2024-10-18T22:52:20.003Z | [ host-image] Oct 18 22:52:19.174 INFO O| Oct 18 22:52:19.174 INFO STEP 23 (ensure_symlink) COMPLETE |
9015 | 2024-10-18T22:52:20.003Z | [ host-image] Oct 18 22:52:19.174 INFO O| Oct 18 22:52:19.174 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9016 | 2024-10-18T22:52:20.014Z | [ host-image] Oct 18 22:52:19.187 INFO O| Oct 18 22:52:19.187 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9017 | 2024-10-18T22:52:20.016Z | [ host-image] Oct 18 22:52:19.187 INFO O| Oct 18 22:52:19.187 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9018 | 2024-10-18T22:52:20.017Z | [ host-image] Oct 18 22:52:19.187 INFO O| Oct 18 22:52:19.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9019 | 2024-10-18T22:52:20.017Z | [ host-image] Oct 18 22:52:19.188 INFO O| Oct 18 22:52:19.187 INFO ok! |
9020 | 2024-10-18T22:52:20.017Z | [ host-image] Oct 18 22:52:19.188 INFO O| Oct 18 22:52:19.187 INFO STEP 24 (ensure_file) COMPLETE |
9021 | 2024-10-18T22:52:20.017Z | [ host-image] Oct 18 22:52:19.188 INFO O| Oct 18 22:52:19.188 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9022 | 2024-10-18T22:52:20.028Z | [ host-image] Oct 18 22:52:19.201 INFO O| Oct 18 22:52:19.200 INFO updating shadow file |
9023 | 2024-10-18T22:52:20.031Z | [ host-image] Oct 18 22:52:19.201 INFO O| Oct 18 22:52:19.201 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9024 | 2024-10-18T22:52:20.031Z | [ host-image] Oct 18 22:52:19.201 INFO O| Oct 18 22:52:19.201 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9025 | 2024-10-18T22:52:20.031Z | [ host-image] Oct 18 22:52:19.201 INFO O| Oct 18 22:52:19.201 INFO STEP 25 (shadow) COMPLETE |
9026 | 2024-10-18T22:52:20.031Z | [ host-image] Oct 18 22:52:19.201 INFO O| Oct 18 22:52:19.201 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9027 | 2024-10-18T22:52:20.042Z | [ host-image] Oct 18 22:52:19.215 INFO O| Oct 18 22:52:19.215 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9028 | 2024-10-18T22:52:20.042Z | [ host-image] Oct 18 22:52:19.215 INFO O| Oct 18 22:52:19.215 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9029 | 2024-10-18T22:52:20.045Z | [ host-image] Oct 18 22:52:19.215 INFO O| Oct 18 22:52:19.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9030 | 2024-10-18T22:52:20.045Z | [ host-image] Oct 18 22:52:19.215 INFO O| Oct 18 22:52:19.215 INFO ok! |
9031 | 2024-10-18T22:52:20.045Z | [ host-image] Oct 18 22:52:19.215 INFO O| Oct 18 22:52:19.215 INFO STEP 26 (ensure_file) COMPLETE |
9032 | 2024-10-18T22:52:20.045Z | [ host-image] Oct 18 22:52:19.215 INFO O| Oct 18 22:52:19.215 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9033 | 2024-10-18T22:52:20.054Z | [ host-image] Oct 18 22:52:19.227 INFO O| Oct 18 22:52:19.227 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9034 | 2024-10-18T22:52:20.054Z | [ host-image] Oct 18 22:52:19.227 INFO O| Oct 18 22:52:19.227 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9035 | 2024-10-18T22:52:20.054Z | [ host-image] Oct 18 22:52:19.227 INFO O| Oct 18 22:52:19.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9036 | 2024-10-18T22:52:20.054Z | [ host-image] Oct 18 22:52:19.227 INFO O| Oct 18 22:52:19.227 INFO ok! |
9037 | 2024-10-18T22:52:20.057Z | [ host-image] Oct 18 22:52:19.227 INFO O| Oct 18 22:52:19.227 INFO STEP 27 (ensure_file) COMPLETE |
9038 | 2024-10-18T22:52:20.057Z | [ host-image] Oct 18 22:52:19.227 INFO O| Oct 18 22:52:19.227 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9039 | 2024-10-18T22:52:20.069Z | [ host-image] Oct 18 22:52:19.242 INFO O| Oct 18 22:52:19.242 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9040 | 2024-10-18T22:52:20.071Z | [ host-image] Oct 18 22:52:19.242 INFO O| Oct 18 22:52:19.242 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9041 | 2024-10-18T22:52:20.071Z | [ host-image] Oct 18 22:52:19.242 INFO O| Oct 18 22:52:19.242 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9042 | 2024-10-18T22:52:20.071Z | [ host-image] Oct 18 22:52:19.242 INFO O| Oct 18 22:52:19.242 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9043 | 2024-10-18T22:52:20.071Z | [ host-image] Oct 18 22:52:19.242 INFO O| Oct 18 22:52:19.242 INFO ok! |
9044 | 2024-10-18T22:52:20.072Z | [ host-image] Oct 18 22:52:19.242 INFO O| Oct 18 22:52:19.242 INFO STEP 28 (ensure_file) COMPLETE |
9045 | 2024-10-18T22:52:20.072Z | [ host-image] Oct 18 22:52:19.243 INFO O| Oct 18 22:52:19.242 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9046 | 2024-10-18T22:52:20.084Z | [ host-image] Oct 18 22:52:19.256 INFO O| Oct 18 22:52:19.256 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9047 | 2024-10-18T22:52:20.084Z | [ host-image] Oct 18 22:52:19.256 INFO O| Oct 18 22:52:19.256 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9048 | 2024-10-18T22:52:20.086Z | [ host-image] Oct 18 22:52:19.257 INFO O| Oct 18 22:52:19.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9049 | 2024-10-18T22:52:20.086Z | [ host-image] Oct 18 22:52:19.257 INFO O| Oct 18 22:52:19.257 INFO ok! |
9050 | 2024-10-18T22:52:20.086Z | [ host-image] Oct 18 22:52:19.257 INFO O| Oct 18 22:52:19.257 INFO STEP 29 (ensure_file) COMPLETE |
9051 | 2024-10-18T22:52:20.086Z | [ host-image] Oct 18 22:52:19.257 INFO O| Oct 18 22:52:19.257 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9052 | 2024-10-18T22:52:20.097Z | [ host-image] Oct 18 22:52:19.270 INFO O| Oct 18 22:52:19.270 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9053 | 2024-10-18T22:52:20.097Z | [ host-image] Oct 18 22:52:19.270 INFO O| Oct 18 22:52:19.270 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9054 | 2024-10-18T22:52:20.099Z | [ host-image] Oct 18 22:52:19.270 INFO O| Oct 18 22:52:19.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9055 | 2024-10-18T22:52:20.099Z | [ host-image] Oct 18 22:52:19.270 INFO O| Oct 18 22:52:19.270 INFO ok! |
9056 | 2024-10-18T22:52:20.099Z | [ host-image] Oct 18 22:52:19.270 INFO O| Oct 18 22:52:19.270 INFO STEP 30 (ensure_file) COMPLETE |
9057 | 2024-10-18T22:52:20.099Z | [ host-image] Oct 18 22:52:19.270 INFO O| Oct 18 22:52:19.270 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9058 | 2024-10-18T22:52:20.110Z | [ host-image] Oct 18 22:52:19.283 INFO O| Oct 18 22:52:19.283 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9059 | 2024-10-18T22:52:20.110Z | [ host-image] Oct 18 22:52:19.283 INFO O| Oct 18 22:52:19.283 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9060 | 2024-10-18T22:52:20.112Z | [ host-image] Oct 18 22:52:19.283 INFO O| Oct 18 22:52:19.283 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9061 | 2024-10-18T22:52:20.112Z | [ host-image] Oct 18 22:52:19.283 INFO O| Oct 18 22:52:19.283 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9062 | 2024-10-18T22:52:20.112Z | [ host-image] Oct 18 22:52:19.283 INFO O| Oct 18 22:52:19.283 INFO ok! |
9063 | 2024-10-18T22:52:20.112Z | [ host-image] Oct 18 22:52:19.283 INFO O| Oct 18 22:52:19.283 INFO STEP 31 (ensure_file) COMPLETE |
9064 | 2024-10-18T22:52:20.112Z | [ host-image] Oct 18 22:52:19.283 INFO O| Oct 18 22:52:19.283 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9065 | 2024-10-18T22:52:20.122Z | [ host-image] Oct 18 22:52:19.295 INFO O| Oct 18 22:52:19.295 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9066 | 2024-10-18T22:52:20.122Z | [ host-image] Oct 18 22:52:19.295 INFO O| Oct 18 22:52:19.295 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9067 | 2024-10-18T22:52:20.122Z | [ host-image] Oct 18 22:52:19.295 INFO O| Oct 18 22:52:19.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9068 | 2024-10-18T22:52:20.125Z | [ host-image] Oct 18 22:52:19.295 INFO O| Oct 18 22:52:19.295 INFO ok! |
9069 | 2024-10-18T22:52:20.125Z | [ host-image] Oct 18 22:52:19.295 INFO O| Oct 18 22:52:19.295 INFO STEP 32 (ensure_file) COMPLETE |
9070 | 2024-10-18T22:52:20.125Z | [ host-image] Oct 18 22:52:19.295 INFO O| Oct 18 22:52:19.295 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9071 | 2024-10-18T22:52:20.134Z | [ host-image] Oct 18 22:52:19.307 INFO O| Oct 18 22:52:19.307 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9072 | 2024-10-18T22:52:20.134Z | [ host-image] Oct 18 22:52:19.307 INFO O| Oct 18 22:52:19.307 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9073 | 2024-10-18T22:52:20.136Z | [ host-image] Oct 18 22:52:19.307 INFO O| Oct 18 22:52:19.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9074 | 2024-10-18T22:52:20.136Z | [ host-image] Oct 18 22:52:19.307 INFO O| Oct 18 22:52:19.307 INFO ok! |
9075 | 2024-10-18T22:52:20.136Z | [ host-image] Oct 18 22:52:19.307 INFO O| Oct 18 22:52:19.307 INFO STEP 33 (ensure_file) COMPLETE |
9076 | 2024-10-18T22:52:20.136Z | [ host-image] Oct 18 22:52:19.307 INFO O| Oct 18 22:52:19.307 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9077 | 2024-10-18T22:52:20.144Z | [ host-image] Oct 18 22:52:19.318 INFO O| Oct 18 22:52:19.318 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9078 | 2024-10-18T22:52:20.144Z | [ host-image] Oct 18 22:52:19.318 INFO O| Oct 18 22:52:19.318 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9079 | 2024-10-18T22:52:20.147Z | [ host-image] Oct 18 22:52:19.318 INFO O| Oct 18 22:52:19.318 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9080 | 2024-10-18T22:52:20.147Z | [ host-image] Oct 18 22:52:19.318 INFO O| Oct 18 22:52:19.318 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9081 | 2024-10-18T22:52:20.147Z | [ host-image] Oct 18 22:52:19.318 INFO O| Oct 18 22:52:19.318 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9082 | 2024-10-18T22:52:20.147Z | [ host-image] Oct 18 22:52:19.318 INFO O| Oct 18 22:52:19.318 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9083 | 2024-10-18T22:52:20.147Z | [ host-image] Oct 18 22:52:19.318 INFO O| Oct 18 22:52:19.318 INFO ok! |
9084 | 2024-10-18T22:52:20.147Z | [ host-image] Oct 18 22:52:19.318 INFO O| Oct 18 22:52:19.318 INFO STEP 34 (ensure_file) COMPLETE |
9085 | 2024-10-18T22:52:20.147Z | [ host-image] Oct 18 22:52:19.318 INFO O| Oct 18 22:52:19.318 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9086 | 2024-10-18T22:52:20.155Z | [ host-image] Oct 18 22:52:19.328 INFO O| Oct 18 22:52:19.328 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9087 | 2024-10-18T22:52:20.157Z | [ host-image] Oct 18 22:52:19.328 INFO O| Oct 18 22:52:19.328 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9088 | 2024-10-18T22:52:20.157Z | [ host-image] Oct 18 22:52:19.328 INFO O| Oct 18 22:52:19.328 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9089 | 2024-10-18T22:52:20.157Z | [ host-image] Oct 18 22:52:19.328 INFO O| Oct 18 22:52:19.328 INFO STEP 35 (ensure_dir) COMPLETE |
9090 | 2024-10-18T22:52:20.158Z | [ host-image] Oct 18 22:52:19.328 INFO O| Oct 18 22:52:19.328 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9091 | 2024-10-18T22:52:20.165Z | [ host-image] Oct 18 22:52:19.339 INFO O| Oct 18 22:52:19.339 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 |
9092 | 2024-10-18T22:52:20.166Z | [ host-image] Oct 18 22:52:19.339 INFO O| Oct 18 22:52:19.339 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 ... |
9093 | 2024-10-18T22:52:20.168Z | [ host-image] Oct 18 22:52:19.339 INFO O| Oct 18 22:52:19.339 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 |
9094 | 2024-10-18T22:52:20.168Z | [ host-image] Oct 18 22:52:19.339 INFO O| Oct 18 22:52:19.339 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 |
9095 | 2024-10-18T22:52:20.168Z | [ host-image] Oct 18 22:52:19.339 INFO O| Oct 18 22:52:19.339 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 |
9096 | 2024-10-18T22:52:20.168Z | [ host-image] Oct 18 22:52:19.339 INFO O| Oct 18 22:52:19.339 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 |
9097 | 2024-10-18T22:52:20.168Z | [ host-image] Oct 18 22:52:19.339 INFO O| Oct 18 22:52:19.339 INFO ok! |
9098 | 2024-10-18T22:52:20.168Z | [ host-image] Oct 18 22:52:19.339 INFO O| Oct 18 22:52:19.339 INFO STEP 36 (ensure_file) COMPLETE |
9099 | 2024-10-18T22:52:20.168Z | [ host-image] Oct 18 22:52:19.339 INFO O| Oct 18 22:52:19.339 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9100 | 2024-10-18T22:52:20.176Z | [ host-image] Oct 18 22:52:19.349 INFO O| Oct 18 22:52:19.349 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9101 | 2024-10-18T22:52:20.176Z | [ host-image] Oct 18 22:52:19.349 INFO O| Oct 18 22:52:19.349 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 ... |
9102 | 2024-10-18T22:52:20.176Z | [ host-image] Oct 18 22:52:19.349 INFO O| Oct 18 22:52:19.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9103 | 2024-10-18T22:52:20.178Z | [ host-image] Oct 18 22:52:19.349 INFO O| Oct 18 22:52:19.349 INFO ok! |
9104 | 2024-10-18T22:52:20.178Z | [ host-image] Oct 18 22:52:19.349 INFO O| Oct 18 22:52:19.349 INFO STEP 37 (ensure_symlink) COMPLETE |
9105 | 2024-10-18T22:52:20.178Z | [ host-image] Oct 18 22:52:19.349 INFO O| Oct 18 22:52:19.349 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9106 | 2024-10-18T22:52:20.186Z | [ host-image] Oct 18 22:52:19.359 INFO O| Oct 18 22:52:19.359 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9107 | 2024-10-18T22:52:20.186Z | [ host-image] Oct 18 22:52:19.359 INFO O| Oct 18 22:52:19.359 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9108 | 2024-10-18T22:52:20.189Z | [ host-image] Oct 18 22:52:19.359 INFO O| Oct 18 22:52:19.359 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9109 | 2024-10-18T22:52:20.189Z | [ host-image] Oct 18 22:52:19.360 INFO O| Oct 18 22:52:19.359 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9110 | 2024-10-18T22:52:20.189Z | [ host-image] Oct 18 22:52:19.360 INFO O| Oct 18 22:52:19.360 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9111 | 2024-10-18T22:52:20.189Z | [ host-image] Oct 18 22:52:19.360 INFO O| Oct 18 22:52:19.360 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9112 | 2024-10-18T22:52:20.189Z | [ host-image] Oct 18 22:52:19.360 INFO O| Oct 18 22:52:19.360 INFO ok! |
9113 | 2024-10-18T22:52:20.189Z | [ host-image] Oct 18 22:52:19.360 INFO O| Oct 18 22:52:19.360 INFO STEP 38 (ensure_file) COMPLETE |
9114 | 2024-10-18T22:52:20.189Z | [ host-image] Oct 18 22:52:19.360 INFO O| Oct 18 22:52:19.360 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9115 | 2024-10-18T22:52:20.197Z | [ host-image] Oct 18 22:52:19.370 INFO O| Oct 18 22:52:19.370 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9116 | 2024-10-18T22:52:20.197Z | [ host-image] Oct 18 22:52:19.370 INFO O| Oct 18 22:52:19.370 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 ... |
9117 | 2024-10-18T22:52:20.199Z | [ host-image] Oct 18 22:52:19.370 INFO O| Oct 18 22:52:19.370 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 |
9118 | 2024-10-18T22:52:20.199Z | [ host-image] Oct 18 22:52:19.370 INFO O| Oct 18 22:52:19.370 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9119 | 2024-10-18T22:52:20.199Z | [ host-image] Oct 18 22:52:19.370 INFO O| Oct 18 22:52:19.370 INFO ok! |
9120 | 2024-10-18T22:52:20.199Z | [ host-image] Oct 18 22:52:19.370 INFO O| Oct 18 22:52:19.370 INFO STEP 39 (ensure_file) COMPLETE |
9121 | 2024-10-18T22:52:20.199Z | [ host-image] Oct 18 22:52:19.370 INFO O| Oct 18 22:52:19.370 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9122 | 2024-10-18T22:52:20.208Z | [ host-image] Oct 18 22:52:19.381 INFO O| Oct 18 22:52:19.381 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9123 | 2024-10-18T22:52:20.208Z | [ host-image] Oct 18 22:52:19.381 INFO O| Oct 18 22:52:19.381 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9124 | 2024-10-18T22:52:20.210Z | [ host-image] Oct 18 22:52:19.381 INFO O| Oct 18 22:52:19.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9125 | 2024-10-18T22:52:20.210Z | [ host-image] Oct 18 22:52:19.381 INFO O| Oct 18 22:52:19.381 INFO ok! |
9126 | 2024-10-18T22:52:20.210Z | [ host-image] Oct 18 22:52:19.381 INFO O| Oct 18 22:52:19.381 INFO STEP 40 (ensure_file) COMPLETE |
9127 | 2024-10-18T22:52:20.210Z | [ host-image] Oct 18 22:52:19.381 INFO O| Oct 18 22:52:19.381 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9128 | 2024-10-18T22:52:20.218Z | [ host-image] Oct 18 22:52:19.391 INFO O| Oct 18 22:52:19.391 INFO updating shadow file |
9129 | 2024-10-18T22:52:20.220Z | [ host-image] Oct 18 22:52:19.391 INFO O| Oct 18 22:52:19.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9130 | 2024-10-18T22:52:20.220Z | [ host-image] Oct 18 22:52:19.391 INFO O| Oct 18 22:52:19.391 INFO STEP 41 (shadow) COMPLETE |
9131 | 2024-10-18T22:52:20.220Z | [ host-image] Oct 18 22:52:19.391 INFO O| Oct 18 22:52:19.391 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9132 | 2024-10-18T22:52:20.229Z | [ host-image] Oct 18 22:52:19.402 INFO O| Oct 18 22:52:19.402 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9133 | 2024-10-18T22:52:20.229Z | [ host-image] Oct 18 22:52:19.402 INFO O| Oct 18 22:52:19.402 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9134 | 2024-10-18T22:52:20.231Z | [ host-image] Oct 18 22:52:19.402 INFO O| Oct 18 22:52:19.402 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9135 | 2024-10-18T22:52:20.231Z | [ host-image] Oct 18 22:52:19.402 INFO O| Oct 18 22:52:19.402 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9136 | 2024-10-18T22:52:20.232Z | [ host-image] Oct 18 22:52:19.402 INFO O| Oct 18 22:52:19.402 INFO ok! |
9137 | 2024-10-18T22:52:20.232Z | [ host-image] Oct 18 22:52:19.402 INFO O| Oct 18 22:52:19.402 INFO STEP 42 (ensure_file) COMPLETE |
9138 | 2024-10-18T22:52:20.232Z | [ host-image] Oct 18 22:52:19.402 INFO O| Oct 18 22:52:19.402 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9139 | 2024-10-18T22:52:20.232Z | [ host-image] Oct 18 22:52:19.402 INFO O| Oct 18 22:52:19.402 INFO skip step because feature "mfg" is not enabled |
9140 | 2024-10-18T22:52:20.232Z | [ host-image] Oct 18 22:52:19.402 INFO O| Oct 18 22:52:19.402 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9141 | 2024-10-18T22:52:20.232Z | [ host-image] Oct 18 22:52:19.402 INFO O| Oct 18 22:52:19.402 INFO skip step because feature "mfg" is not enabled |
9142 | 2024-10-18T22:52:20.232Z | [ host-image] Oct 18 22:52:19.402 INFO O| Oct 18 22:52:19.402 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9143 | 2024-10-18T22:52:20.240Z | [ host-image] Oct 18 22:52:19.413 INFO O| Oct 18 22:52:19.413 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9144 | 2024-10-18T22:52:20.240Z | [ host-image] Oct 18 22:52:19.413 INFO O| Oct 18 22:52:19.413 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9145 | 2024-10-18T22:52:20.950Z | [ host-image] Oct 18 22:52:20.122 INFO O| Oct 18 22:52:20.122 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9146 | 2024-10-18T22:52:20.950Z | [ host-image] Oct 18 22:52:20.122 INFO O| Oct 18 22:52:20.122 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9147 | 2024-10-18T22:52:20.950Z | [ host-image] Oct 18 22:52:20.122 INFO O| Oct 18 22:52:20.122 INFO ok! |
9148 | 2024-10-18T22:52:20.954Z | [ host-image] Oct 18 22:52:20.122 INFO O| Oct 18 22:52:20.122 INFO STEP 45 (ensure_file) COMPLETE |
9149 | 2024-10-18T22:52:20.954Z | [ host-image] Oct 18 22:52:20.122 INFO O| Oct 18 22:52:20.122 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9150 | 2024-10-18T22:52:20.962Z | [ host-image] Oct 18 22:52:20.135 INFO O| Oct 18 22:52:20.135 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9151 | 2024-10-18T22:52:20.962Z | [ host-image] Oct 18 22:52:20.135 INFO O| Oct 18 22:52:20.135 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9152 | 2024-10-18T22:52:20.964Z | [ host-image] Oct 18 22:52:20.135 INFO O| Oct 18 22:52:20.135 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9153 | 2024-10-18T22:52:20.964Z | [ host-image] Oct 18 22:52:20.135 INFO O| Oct 18 22:52:20.135 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9154 | 2024-10-18T22:52:20.964Z | [ host-image] Oct 18 22:52:20.135 INFO O| Oct 18 22:52:20.135 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9155 | 2024-10-18T22:52:20.964Z | [ host-image] Oct 18 22:52:20.135 INFO O| Oct 18 22:52:20.135 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9156 | 2024-10-18T22:52:20.964Z | [ host-image] Oct 18 22:52:20.135 INFO O| Oct 18 22:52:20.135 INFO ok! |
9157 | 2024-10-18T22:52:20.964Z | [ host-image] Oct 18 22:52:20.135 INFO O| Oct 18 22:52:20.135 INFO STEP 46 (ensure_file) COMPLETE |
9158 | 2024-10-18T22:52:20.964Z | [ host-image] Oct 18 22:52:20.135 INFO O| Oct 18 22:52:20.135 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9159 | 2024-10-18T22:52:20.973Z | [ host-image] Oct 18 22:52:20.146 INFO O| Oct 18 22:52:20.146 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9160 | 2024-10-18T22:52:20.973Z | [ host-image] Oct 18 22:52:20.146 INFO O| Oct 18 22:52:20.146 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 ... |
9161 | 2024-10-18T22:52:20.975Z | [ host-image] Oct 18 22:52:20.146 INFO O| Oct 18 22:52:20.146 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 |
9162 | 2024-10-18T22:52:20.975Z | [ host-image] Oct 18 22:52:20.146 INFO O| Oct 18 22:52:20.146 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9163 | 2024-10-18T22:52:20.975Z | [ host-image] Oct 18 22:52:20.146 INFO O| Oct 18 22:52:20.146 INFO ok! |
9164 | 2024-10-18T22:52:20.975Z | [ host-image] Oct 18 22:52:20.146 INFO O| Oct 18 22:52:20.146 INFO STEP 47 (ensure_file) COMPLETE |
9165 | 2024-10-18T22:52:20.975Z | [ host-image] Oct 18 22:52:20.146 INFO O| Oct 18 22:52:20.146 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9166 | 2024-10-18T22:52:20.983Z | [ host-image] Oct 18 22:52:20.156 INFO O| Oct 18 22:52:20.156 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9167 | 2024-10-18T22:52:20.986Z | [ host-image] Oct 18 22:52:20.156 INFO O| Oct 18 22:52:20.156 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9168 | 2024-10-18T22:52:20.986Z | [ host-image] Oct 18 22:52:20.157 INFO O| Oct 18 22:52:20.156 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9169 | 2024-10-18T22:52:20.986Z | [ host-image] Oct 18 22:52:20.157 INFO O| Oct 18 22:52:20.157 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9170 | 2024-10-18T22:52:20.986Z | [ host-image] Oct 18 22:52:20.157 INFO O| Oct 18 22:52:20.157 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9171 | 2024-10-18T22:52:20.986Z | [ host-image] Oct 18 22:52:20.157 INFO O| Oct 18 22:52:20.157 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9172 | 2024-10-18T22:52:20.986Z | [ host-image] Oct 18 22:52:20.157 INFO O| Oct 18 22:52:20.157 INFO ok! |
9173 | 2024-10-18T22:52:20.986Z | [ host-image] Oct 18 22:52:20.157 INFO O| Oct 18 22:52:20.157 INFO STEP 48 (ensure_file) COMPLETE |
9174 | 2024-10-18T22:52:20.986Z | [ host-image] Oct 18 22:52:20.157 INFO O| Oct 18 22:52:20.157 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9175 | 2024-10-18T22:52:20.994Z | [ host-image] Oct 18 22:52:20.167 INFO O| Oct 18 22:52:20.167 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9176 | 2024-10-18T22:52:20.994Z | [ host-image] Oct 18 22:52:20.167 INFO O| Oct 18 22:52:20.167 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 ... |
9177 | 2024-10-18T22:52:20.996Z | [ host-image] Oct 18 22:52:20.167 INFO O| Oct 18 22:52:20.167 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 |
9178 | 2024-10-18T22:52:20.996Z | [ host-image] Oct 18 22:52:20.167 INFO O| Oct 18 22:52:20.167 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9179 | 2024-10-18T22:52:20.996Z | [ host-image] Oct 18 22:52:20.167 INFO O| Oct 18 22:52:20.167 INFO ok! |
9180 | 2024-10-18T22:52:20.996Z | [ host-image] Oct 18 22:52:20.167 INFO O| Oct 18 22:52:20.167 INFO STEP 49 (ensure_file) COMPLETE |
9181 | 2024-10-18T22:52:20.996Z | [ host-image] Oct 18 22:52:20.167 INFO O| Oct 18 22:52:20.167 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9182 | 2024-10-18T22:52:21.004Z | [ host-image] Oct 18 22:52:20.177 INFO O| Oct 18 22:52:20.177 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9183 | 2024-10-18T22:52:21.004Z | [ host-image] Oct 18 22:52:20.177 INFO O| Oct 18 22:52:20.177 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9184 | 2024-10-18T22:52:21.007Z | [ host-image] Oct 18 22:52:20.177 INFO O| Oct 18 22:52:20.177 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9185 | 2024-10-18T22:52:21.007Z | [ host-image] Oct 18 22:52:20.177 INFO O| Oct 18 22:52:20.177 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9186 | 2024-10-18T22:52:21.007Z | [ host-image] Oct 18 22:52:20.177 INFO O| Oct 18 22:52:20.177 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9187 | 2024-10-18T22:52:21.007Z | [ host-image] Oct 18 22:52:20.177 INFO O| Oct 18 22:52:20.177 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9188 | 2024-10-18T22:52:21.007Z | [ host-image] Oct 18 22:52:20.177 INFO O| Oct 18 22:52:20.177 INFO ok! |
9189 | 2024-10-18T22:52:21.007Z | [ host-image] Oct 18 22:52:20.177 INFO O| Oct 18 22:52:20.177 INFO STEP 50 (ensure_file) COMPLETE |
9190 | 2024-10-18T22:52:21.007Z | [ host-image] Oct 18 22:52:20.177 INFO O| Oct 18 22:52:20.177 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9191 | 2024-10-18T22:52:21.015Z | [ host-image] Oct 18 22:52:20.188 INFO O| Oct 18 22:52:20.188 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9192 | 2024-10-18T22:52:21.015Z | [ host-image] Oct 18 22:52:20.188 INFO O| Oct 18 22:52:20.188 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 ... |
9193 | 2024-10-18T22:52:21.017Z | [ host-image] Oct 18 22:52:20.188 INFO O| Oct 18 22:52:20.188 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 |
9194 | 2024-10-18T22:52:21.017Z | [ host-image] Oct 18 22:52:20.188 INFO O| Oct 18 22:52:20.188 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9195 | 2024-10-18T22:52:21.017Z | [ host-image] Oct 18 22:52:20.188 INFO O| Oct 18 22:52:20.188 INFO ok! |
9196 | 2024-10-18T22:52:21.018Z | [ host-image] Oct 18 22:52:20.188 INFO O| Oct 18 22:52:20.188 INFO STEP 51 (ensure_file) COMPLETE |
9197 | 2024-10-18T22:52:21.018Z | [ host-image] Oct 18 22:52:20.188 INFO O| Oct 18 22:52:20.188 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9198 | 2024-10-18T22:52:21.025Z | [ host-image] Oct 18 22:52:20.198 INFO O| Oct 18 22:52:20.198 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9199 | 2024-10-18T22:52:21.028Z | [ host-image] Oct 18 22:52:20.198 INFO O| Oct 18 22:52:20.198 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 ... |
9200 | 2024-10-18T22:52:21.028Z | [ host-image] Oct 18 22:52:20.198 INFO O| Oct 18 22:52:20.198 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 |
9201 | 2024-10-18T22:52:21.028Z | [ host-image] Oct 18 22:52:20.198 INFO O| Oct 18 22:52:20.198 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9202 | 2024-10-18T22:52:21.028Z | [ host-image] Oct 18 22:52:20.198 INFO O| Oct 18 22:52:20.198 INFO ok! |
9203 | 2024-10-18T22:52:21.028Z | [ host-image] Oct 18 22:52:20.198 INFO O| Oct 18 22:52:20.198 INFO STEP 52 (ensure_file) COMPLETE |
9204 | 2024-10-18T22:52:21.028Z | [ host-image] Oct 18 22:52:20.198 INFO O| Oct 18 22:52:20.198 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9205 | 2024-10-18T22:52:21.036Z | [ host-image] Oct 18 22:52:20.209 INFO O| Oct 18 22:52:20.209 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9206 | 2024-10-18T22:52:21.038Z | [ host-image] Oct 18 22:52:20.209 INFO O| Oct 18 22:52:20.209 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 ... |
9207 | 2024-10-18T22:52:21.038Z | [ host-image] Oct 18 22:52:20.209 INFO O| Oct 18 22:52:20.209 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 |
9208 | 2024-10-18T22:52:21.038Z | [ host-image] Oct 18 22:52:20.209 INFO O| Oct 18 22:52:20.209 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9209 | 2024-10-18T22:52:21.038Z | [ host-image] Oct 18 22:52:20.209 INFO O| Oct 18 22:52:20.209 INFO ok! |
9210 | 2024-10-18T22:52:21.038Z | [ host-image] Oct 18 22:52:20.209 INFO O| Oct 18 22:52:20.209 INFO STEP 53 (ensure_file) COMPLETE |
9211 | 2024-10-18T22:52:21.038Z | [ host-image] Oct 18 22:52:20.209 INFO O| Oct 18 22:52:20.209 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9212 | 2024-10-18T22:52:21.046Z | [ host-image] Oct 18 22:52:20.219 INFO O| Oct 18 22:52:20.219 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9213 | 2024-10-18T22:52:21.046Z | [ host-image] Oct 18 22:52:20.220 INFO O| Oct 18 22:52:20.219 INFO STEP 54 (ensure_dir) COMPLETE |
9214 | 2024-10-18T22:52:21.049Z | [ host-image] Oct 18 22:52:20.220 INFO O| Oct 18 22:52:20.219 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9215 | 2024-10-18T22:52:21.057Z | [ host-image] Oct 18 22:52:20.230 INFO O| Oct 18 22:52:20.230 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9216 | 2024-10-18T22:52:21.057Z | [ host-image] Oct 18 22:52:20.230 INFO O| Oct 18 22:52:20.230 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9217 | 2024-10-18T22:52:21.059Z | [ host-image] Oct 18 22:52:20.230 INFO O| Oct 18 22:52:20.230 INFO STEP 55 (ensure_dir) COMPLETE |
9218 | 2024-10-18T22:52:21.059Z | [ host-image] Oct 18 22:52:20.230 INFO O| Oct 18 22:52:20.230 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9219 | 2024-10-18T22:52:21.067Z | [ host-image] Oct 18 22:52:20.240 INFO O| Oct 18 22:52:20.240 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9220 | 2024-10-18T22:52:21.067Z | [ host-image] Oct 18 22:52:20.240 INFO O| Oct 18 22:52:20.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9221 | 2024-10-18T22:52:21.067Z | [ host-image] Oct 18 22:52:20.240 INFO O| Oct 18 22:52:20.240 INFO STEP 56 (ensure_dir) COMPLETE |
9222 | 2024-10-18T22:52:21.069Z | [ host-image] Oct 18 22:52:20.240 INFO O| Oct 18 22:52:20.240 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9223 | 2024-10-18T22:52:21.077Z | [ host-image] Oct 18 22:52:20.250 INFO O| Oct 18 22:52:20.250 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9224 | 2024-10-18T22:52:21.077Z | [ host-image] Oct 18 22:52:20.250 INFO O| Oct 18 22:52:20.250 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9225 | 2024-10-18T22:52:21.094Z | [ host-image] Oct 18 22:52:20.267 INFO O| Oct 18 22:52:20.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9226 | 2024-10-18T22:52:21.094Z | [ host-image] Oct 18 22:52:20.267 INFO O| Oct 18 22:52:20.267 INFO ok! |
9227 | 2024-10-18T22:52:21.097Z | [ host-image] Oct 18 22:52:20.267 INFO O| Oct 18 22:52:20.267 INFO STEP 57 (ensure_file) COMPLETE |
9228 | 2024-10-18T22:52:21.097Z | [ host-image] Oct 18 22:52:20.267 INFO O| Oct 18 22:52:20.267 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9229 | 2024-10-18T22:52:21.106Z | [ host-image] Oct 18 22:52:20.279 INFO O| Oct 18 22:52:20.279 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9230 | 2024-10-18T22:52:21.109Z | [ host-image] Oct 18 22:52:20.279 INFO O| Oct 18 22:52:20.279 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9231 | 2024-10-18T22:52:22.284Z | [ host-image] Oct 18 22:52:21.456 INFO O| Oct 18 22:52:21.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9232 | 2024-10-18T22:52:22.284Z | [ host-image] Oct 18 22:52:21.456 INFO O| Oct 18 22:52:21.456 INFO ok! |
9233 | 2024-10-18T22:52:22.284Z | [ host-image] Oct 18 22:52:21.456 INFO O| Oct 18 22:52:21.456 INFO STEP 58 (ensure_file) COMPLETE |
9234 | 2024-10-18T22:52:22.287Z | [ host-image] Oct 18 22:52:21.456 INFO O| Oct 18 22:52:21.456 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9235 | 2024-10-18T22:52:22.297Z | [ host-image] Oct 18 22:52:21.470 INFO O| Oct 18 22:52:21.470 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9236 | 2024-10-18T22:52:22.299Z | [ host-image] Oct 18 22:52:21.470 INFO O| Oct 18 22:52:21.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9237 | 2024-10-18T22:52:22.299Z | [ host-image] Oct 18 22:52:21.470 INFO O| Oct 18 22:52:21.470 INFO STEP 59 (ensure_dir) COMPLETE |
9238 | 2024-10-18T22:52:22.299Z | [ host-image] Oct 18 22:52:21.470 INFO O| Oct 18 22:52:21.470 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9239 | 2024-10-18T22:52:22.308Z | [ host-image] Oct 18 22:52:21.481 INFO O| Oct 18 22:52:21.481 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9240 | 2024-10-18T22:52:22.310Z | [ host-image] Oct 18 22:52:21.481 INFO O| Oct 18 22:52:21.481 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9241 | 2024-10-18T22:52:22.310Z | [ host-image] Oct 18 22:52:21.481 INFO O| Oct 18 22:52:21.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9242 | 2024-10-18T22:52:22.310Z | [ host-image] Oct 18 22:52:21.481 INFO O| Oct 18 22:52:21.481 INFO ok! |
9243 | 2024-10-18T22:52:22.310Z | [ host-image] Oct 18 22:52:21.481 INFO O| Oct 18 22:52:21.481 INFO STEP 60 (ensure_file) COMPLETE |
9244 | 2024-10-18T22:52:22.310Z | [ host-image] Oct 18 22:52:21.481 INFO O| Oct 18 22:52:21.481 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9245 | 2024-10-18T22:52:22.319Z | [ host-image] Oct 18 22:52:21.492 INFO O| Oct 18 22:52:21.492 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9246 | 2024-10-18T22:52:22.319Z | [ host-image] Oct 18 22:52:21.492 INFO O| Oct 18 22:52:21.492 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9247 | 2024-10-18T22:52:22.322Z | [ host-image] Oct 18 22:52:21.492 INFO O| Oct 18 22:52:21.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9248 | 2024-10-18T22:52:22.322Z | [ host-image] Oct 18 22:52:21.492 INFO O| Oct 18 22:52:21.492 INFO ok! |
9249 | 2024-10-18T22:52:22.322Z | [ host-image] Oct 18 22:52:21.492 INFO O| Oct 18 22:52:21.492 INFO STEP 61 (ensure_file) COMPLETE |
9250 | 2024-10-18T22:52:22.322Z | [ host-image] Oct 18 22:52:21.492 INFO O| Oct 18 22:52:21.492 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9251 | 2024-10-18T22:52:22.330Z | [ host-image] Oct 18 22:52:21.503 INFO O| Oct 18 22:52:21.503 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9252 | 2024-10-18T22:52:22.330Z | [ host-image] Oct 18 22:52:21.503 INFO O| Oct 18 22:52:21.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9253 | 2024-10-18T22:52:22.333Z | [ host-image] Oct 18 22:52:21.503 INFO O| Oct 18 22:52:21.503 INFO STEP 62 (ensure_dir) COMPLETE |
9254 | 2024-10-18T22:52:22.333Z | [ host-image] Oct 18 22:52:21.503 INFO O| Oct 18 22:52:21.503 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9255 | 2024-10-18T22:52:22.341Z | [ host-image] Oct 18 22:52:21.514 INFO O| Oct 18 22:52:21.514 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9256 | 2024-10-18T22:52:22.344Z | [ host-image] Oct 18 22:52:21.514 INFO O| Oct 18 22:52:21.514 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9257 | 2024-10-18T22:52:22.344Z | [ host-image] Oct 18 22:52:21.514 INFO O| Oct 18 22:52:21.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9258 | 2024-10-18T22:52:22.344Z | [ host-image] Oct 18 22:52:21.514 INFO O| Oct 18 22:52:21.514 INFO ok! |
9259 | 2024-10-18T22:52:22.344Z | [ host-image] Oct 18 22:52:21.514 INFO O| Oct 18 22:52:21.514 INFO STEP 63 (ensure_file) COMPLETE |
9260 | 2024-10-18T22:52:22.344Z | [ host-image] Oct 18 22:52:21.514 INFO O| Oct 18 22:52:21.514 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9261 | 2024-10-18T22:52:22.352Z | [ host-image] Oct 18 22:52:21.525 INFO O| Oct 18 22:52:21.525 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9262 | 2024-10-18T22:52:22.355Z | [ host-image] Oct 18 22:52:21.525 INFO O| Oct 18 22:52:21.525 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9263 | 2024-10-18T22:52:22.355Z | [ host-image] Oct 18 22:52:21.525 INFO O| Oct 18 22:52:21.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9264 | 2024-10-18T22:52:22.355Z | [ host-image] Oct 18 22:52:21.525 INFO O| Oct 18 22:52:21.525 INFO ok! |
9265 | 2024-10-18T22:52:22.355Z | [ host-image] Oct 18 22:52:21.525 INFO O| Oct 18 22:52:21.525 INFO STEP 64 (ensure_file) COMPLETE |
9266 | 2024-10-18T22:52:22.355Z | [ host-image] Oct 18 22:52:21.525 INFO O| Oct 18 22:52:21.525 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9267 | 2024-10-18T22:52:22.363Z | [ host-image] Oct 18 22:52:21.536 INFO O| Oct 18 22:52:21.536 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9268 | 2024-10-18T22:52:22.365Z | [ host-image] Oct 18 22:52:21.536 INFO O| Oct 18 22:52:21.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9269 | 2024-10-18T22:52:22.365Z | [ host-image] Oct 18 22:52:21.536 INFO O| Oct 18 22:52:21.536 INFO STEP 65 (ensure_dir) COMPLETE |
9270 | 2024-10-18T22:52:22.365Z | [ host-image] Oct 18 22:52:21.536 INFO O| Oct 18 22:52:21.536 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9271 | 2024-10-18T22:52:22.374Z | [ host-image] Oct 18 22:52:21.547 INFO O| Oct 18 22:52:21.546 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9272 | 2024-10-18T22:52:22.374Z | [ host-image] Oct 18 22:52:21.547 INFO O| Oct 18 22:52:21.546 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9273 | 2024-10-18T22:52:22.376Z | [ host-image] Oct 18 22:52:21.547 INFO O| Oct 18 22:52:21.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9274 | 2024-10-18T22:52:22.376Z | [ host-image] Oct 18 22:52:21.547 INFO O| Oct 18 22:52:21.547 INFO ok! |
9275 | 2024-10-18T22:52:22.376Z | [ host-image] Oct 18 22:52:21.547 INFO O| Oct 18 22:52:21.547 INFO STEP 66 (ensure_file) COMPLETE |
9276 | 2024-10-18T22:52:22.376Z | [ host-image] Oct 18 22:52:21.547 INFO O| Oct 18 22:52:21.547 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9277 | 2024-10-18T22:52:22.384Z | [ host-image] Oct 18 22:52:21.557 INFO O| Oct 18 22:52:21.557 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9278 | 2024-10-18T22:52:22.384Z | [ host-image] Oct 18 22:52:21.557 INFO O| Oct 18 22:52:21.557 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9279 | 2024-10-18T22:52:22.386Z | [ host-image] Oct 18 22:52:21.557 INFO O| Oct 18 22:52:21.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9280 | 2024-10-18T22:52:22.387Z | [ host-image] Oct 18 22:52:21.557 INFO O| Oct 18 22:52:21.557 INFO ok! |
9281 | 2024-10-18T22:52:22.387Z | [ host-image] Oct 18 22:52:21.557 INFO O| Oct 18 22:52:21.557 INFO STEP 67 (ensure_file) COMPLETE |
9282 | 2024-10-18T22:52:22.387Z | [ host-image] Oct 18 22:52:21.557 INFO O| Oct 18 22:52:21.557 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9283 | 2024-10-18T22:52:22.394Z | [ host-image] Oct 18 22:52:21.567 INFO O| Oct 18 22:52:21.567 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9284 | 2024-10-18T22:52:22.397Z | [ host-image] Oct 18 22:52:21.568 INFO O| Oct 18 22:52:21.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9285 | 2024-10-18T22:52:22.397Z | [ host-image] Oct 18 22:52:21.568 INFO O| Oct 18 22:52:21.567 INFO STEP 68 (ensure_dir) COMPLETE |
9286 | 2024-10-18T22:52:22.397Z | [ host-image] Oct 18 22:52:21.568 INFO O| Oct 18 22:52:21.568 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9287 | 2024-10-18T22:52:22.405Z | [ host-image] Oct 18 22:52:21.577 INFO O| Oct 18 22:52:21.577 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9288 | 2024-10-18T22:52:22.405Z | [ host-image] Oct 18 22:52:21.578 INFO O| Oct 18 22:52:21.577 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9289 | 2024-10-18T22:52:23.459Z | [ host-image] Oct 18 22:52:22.631 INFO O| Oct 18 22:52:22.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9290 | 2024-10-18T22:52:23.459Z | [ host-image] Oct 18 22:52:22.631 INFO O| Oct 18 22:52:22.631 INFO ok! |
9291 | 2024-10-18T22:52:23.462Z | [ host-image] Oct 18 22:52:22.631 INFO O| Oct 18 22:52:22.631 INFO STEP 69 (ensure_file) COMPLETE |
9292 | 2024-10-18T22:52:23.462Z | [ host-image] Oct 18 22:52:22.631 INFO O| Oct 18 22:52:22.631 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9293 | 2024-10-18T22:52:23.470Z | [ host-image] Oct 18 22:52:22.643 INFO O| Oct 18 22:52:22.643 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9294 | 2024-10-18T22:52:23.470Z | [ host-image] Oct 18 22:52:22.643 INFO O| Oct 18 22:52:22.643 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9295 | 2024-10-18T22:52:23.520Z | [ recovery-image] Oct 18 22:52:22.692 INFO E| Finished `release` profile [optimized] target(s) in 40.64s |
9296 | 2024-10-18T22:52:23.546Z | [ recovery-image] Oct 18 22:52:22.718 INFO building host image... |
9297 | 2024-10-18T22:52:23.549Z | [ recovery-image] Oct 18 22:52:22.719 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") |
9298 | 2024-10-18T22:52:24.288Z | [ recovery-image] Oct 18 22:52:23.460 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9299 | 2024-10-18T22:52:24.985Z | [ host-image] Oct 18 22:52:24.157 INFO O| Oct 18 22:52:24.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9300 | 2024-10-18T22:52:24.985Z | [ host-image] Oct 18 22:52:24.158 INFO O| Oct 18 22:52:24.157 INFO ok! |
9301 | 2024-10-18T22:52:24.988Z | [ host-image] Oct 18 22:52:24.158 INFO O| Oct 18 22:52:24.157 INFO STEP 70 (ensure_file) COMPLETE |
9302 | 2024-10-18T22:52:24.988Z | [ host-image] Oct 18 22:52:24.158 INFO O| Oct 18 22:52:24.157 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9303 | 2024-10-18T22:52:24.998Z | [ host-image] Oct 18 22:52:24.171 INFO O| Oct 18 22:52:24.171 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9304 | 2024-10-18T22:52:25.001Z | [ host-image] Oct 18 22:52:24.171 INFO O| Oct 18 22:52:24.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9305 | 2024-10-18T22:52:25.001Z | [ host-image] Oct 18 22:52:24.171 INFO O| Oct 18 22:52:24.171 INFO STEP 71 (ensure_dir) COMPLETE |
9306 | 2024-10-18T22:52:25.001Z | [ host-image] Oct 18 22:52:24.171 INFO O| Oct 18 22:52:24.171 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9307 | 2024-10-18T22:52:25.009Z | [ host-image] Oct 18 22:52:24.182 INFO O| Oct 18 22:52:24.182 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9308 | 2024-10-18T22:52:25.009Z | [ host-image] Oct 18 22:52:24.182 INFO O| Oct 18 22:52:24.182 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9309 | 2024-10-18T22:52:25.012Z | [ host-image] Oct 18 22:52:24.182 INFO O| Oct 18 22:52:24.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9310 | 2024-10-18T22:52:25.012Z | [ host-image] Oct 18 22:52:24.182 INFO O| Oct 18 22:52:24.182 INFO ok! |
9311 | 2024-10-18T22:52:25.012Z | [ host-image] Oct 18 22:52:24.182 INFO O| Oct 18 22:52:24.182 INFO STEP 72 (ensure_file) COMPLETE |
9312 | 2024-10-18T22:52:25.012Z | [ host-image] Oct 18 22:52:24.182 INFO O| Oct 18 22:52:24.182 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9313 | 2024-10-18T22:52:25.020Z | [ host-image] Oct 18 22:52:24.193 INFO O| Oct 18 22:52:24.193 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9314 | 2024-10-18T22:52:25.023Z | [ host-image] Oct 18 22:52:24.193 INFO O| Oct 18 22:52:24.193 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9315 | 2024-10-18T22:52:25.023Z | [ host-image] Oct 18 22:52:24.193 INFO O| Oct 18 22:52:24.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9316 | 2024-10-18T22:52:25.023Z | [ host-image] Oct 18 22:52:24.193 INFO O| Oct 18 22:52:24.193 INFO ok! |
9317 | 2024-10-18T22:52:25.023Z | [ host-image] Oct 18 22:52:24.193 INFO O| Oct 18 22:52:24.193 INFO STEP 73 (ensure_file) COMPLETE |
9318 | 2024-10-18T22:52:25.023Z | [ host-image] Oct 18 22:52:24.193 INFO O| Oct 18 22:52:24.193 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9319 | 2024-10-18T22:52:25.033Z | [ host-image] Oct 18 22:52:24.205 INFO O| Oct 18 22:52:24.205 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9320 | 2024-10-18T22:52:25.033Z | [ host-image] Oct 18 22:52:24.205 INFO O| Oct 18 22:52:24.205 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9321 | 2024-10-18T22:52:25.035Z | [ host-image] Oct 18 22:52:24.205 INFO O| Oct 18 22:52:24.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9322 | 2024-10-18T22:52:25.035Z | [ host-image] Oct 18 22:52:24.205 INFO O| Oct 18 22:52:24.205 INFO ok! |
9323 | 2024-10-18T22:52:25.035Z | [ host-image] Oct 18 22:52:24.205 INFO O| Oct 18 22:52:24.205 INFO STEP 74 (ensure_file) COMPLETE |
9324 | 2024-10-18T22:52:25.035Z | [ host-image] Oct 18 22:52:24.205 INFO O| Oct 18 22:52:24.205 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9325 | 2024-10-18T22:52:25.043Z | [ host-image] Oct 18 22:52:24.216 INFO O| Oct 18 22:52:24.216 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9326 | 2024-10-18T22:52:25.043Z | [ host-image] Oct 18 22:52:24.216 INFO O| Oct 18 22:52:24.216 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9327 | 2024-10-18T22:52:25.046Z | [ host-image] Oct 18 22:52:24.216 INFO O| Oct 18 22:52:24.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9328 | 2024-10-18T22:52:25.046Z | [ host-image] Oct 18 22:52:24.216 INFO O| Oct 18 22:52:24.216 INFO ok! |
9329 | 2024-10-18T22:52:25.046Z | [ host-image] Oct 18 22:52:24.216 INFO O| Oct 18 22:52:24.216 INFO STEP 75 (ensure_file) COMPLETE |
9330 | 2024-10-18T22:52:25.046Z | [ host-image] Oct 18 22:52:24.216 INFO O| Oct 18 22:52:24.216 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9331 | 2024-10-18T22:52:25.054Z | [ host-image] Oct 18 22:52:24.227 INFO O| Oct 18 22:52:24.227 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9332 | 2024-10-18T22:52:25.057Z | [ host-image] Oct 18 22:52:24.227 INFO O| Oct 18 22:52:24.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9333 | 2024-10-18T22:52:25.057Z | [ host-image] Oct 18 22:52:24.227 INFO O| Oct 18 22:52:24.227 INFO STEP 76 (ensure_dir) COMPLETE |
9334 | 2024-10-18T22:52:25.057Z | [ host-image] Oct 18 22:52:24.227 INFO O| Oct 18 22:52:24.227 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9335 | 2024-10-18T22:52:25.065Z | [ host-image] Oct 18 22:52:24.237 INFO O| Oct 18 22:52:24.237 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9336 | 2024-10-18T22:52:25.065Z | [ host-image] Oct 18 22:52:24.237 INFO O| Oct 18 22:52:24.237 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9337 | 2024-10-18T22:52:25.067Z | [ host-image] Oct 18 22:52:24.240 INFO O| Oct 18 22:52:24.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9338 | 2024-10-18T22:52:25.067Z | [ host-image] Oct 18 22:52:24.240 INFO O| Oct 18 22:52:24.240 INFO ok! |
9339 | 2024-10-18T22:52:25.070Z | [ host-image] Oct 18 22:52:24.240 INFO O| Oct 18 22:52:24.240 INFO STEP 77 (ensure_file) COMPLETE |
9340 | 2024-10-18T22:52:25.070Z | [ host-image] Oct 18 22:52:24.240 INFO O| Oct 18 22:52:24.240 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9341 | 2024-10-18T22:52:25.078Z | [ host-image] Oct 18 22:52:24.250 INFO O| Oct 18 22:52:24.250 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9342 | 2024-10-18T22:52:25.078Z | [ host-image] Oct 18 22:52:24.250 INFO O| Oct 18 22:52:24.250 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9343 | 2024-10-18T22:52:25.080Z | [ host-image] Oct 18 22:52:24.251 INFO O| Oct 18 22:52:24.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9344 | 2024-10-18T22:52:25.080Z | [ host-image] Oct 18 22:52:24.251 INFO O| Oct 18 22:52:24.251 INFO ok! |
9345 | 2024-10-18T22:52:25.080Z | [ host-image] Oct 18 22:52:24.251 INFO O| Oct 18 22:52:24.251 INFO STEP 78 (ensure_file) COMPLETE |
9346 | 2024-10-18T22:52:25.080Z | [ host-image] Oct 18 22:52:24.251 INFO O| Oct 18 22:52:24.251 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9347 | 2024-10-18T22:52:25.089Z | [ host-image] Oct 18 22:52:24.262 INFO O| Oct 18 22:52:24.261 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9348 | 2024-10-18T22:52:25.089Z | [ host-image] Oct 18 22:52:24.262 INFO O| Oct 18 22:52:24.262 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9349 | 2024-10-18T22:52:25.945Z | [ host-image] Oct 18 22:52:25.117 INFO O| Oct 18 22:52:25.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9350 | 2024-10-18T22:52:25.945Z | [ host-image] Oct 18 22:52:25.117 INFO O| Oct 18 22:52:25.117 INFO ok! |
9351 | 2024-10-18T22:52:25.947Z | [ host-image] Oct 18 22:52:25.117 INFO O| Oct 18 22:52:25.117 INFO STEP 79 (ensure_file) COMPLETE |
9352 | 2024-10-18T22:52:25.947Z | [ host-image] Oct 18 22:52:25.117 INFO O| Oct 18 22:52:25.117 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9353 | 2024-10-18T22:52:25.957Z | [ host-image] Oct 18 22:52:25.129 INFO O| Oct 18 22:52:25.129 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9354 | 2024-10-18T22:52:25.957Z | [ host-image] Oct 18 22:52:25.129 INFO O| Oct 18 22:52:25.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9355 | 2024-10-18T22:52:25.959Z | [ host-image] Oct 18 22:52:25.129 INFO O| Oct 18 22:52:25.129 INFO STEP 80 (ensure_dir) COMPLETE |
9356 | 2024-10-18T22:52:25.959Z | [ host-image] Oct 18 22:52:25.129 INFO O| Oct 18 22:52:25.129 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9357 | 2024-10-18T22:52:25.967Z | [ host-image] Oct 18 22:52:25.140 INFO O| Oct 18 22:52:25.139 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9358 | 2024-10-18T22:52:25.967Z | [ host-image] Oct 18 22:52:25.140 INFO O| Oct 18 22:52:25.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9359 | 2024-10-18T22:52:25.969Z | [ host-image] Oct 18 22:52:25.140 INFO O| Oct 18 22:52:25.140 INFO STEP 81 (ensure_dir) COMPLETE |
9360 | 2024-10-18T22:52:25.969Z | [ host-image] Oct 18 22:52:25.140 INFO O| Oct 18 22:52:25.140 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9361 | 2024-10-18T22:52:25.977Z | [ host-image] Oct 18 22:52:25.150 INFO O| Oct 18 22:52:25.149 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9362 | 2024-10-18T22:52:25.979Z | [ host-image] Oct 18 22:52:25.150 INFO O| Oct 18 22:52:25.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9363 | 2024-10-18T22:52:25.979Z | [ host-image] Oct 18 22:52:25.150 INFO O| Oct 18 22:52:25.150 INFO STEP 82 (ensure_dir) COMPLETE |
9364 | 2024-10-18T22:52:25.979Z | [ host-image] Oct 18 22:52:25.150 INFO O| Oct 18 22:52:25.150 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9365 | 2024-10-18T22:52:25.987Z | [ host-image] Oct 18 22:52:25.160 INFO O| Oct 18 22:52:25.160 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9366 | 2024-10-18T22:52:25.990Z | [ host-image] Oct 18 22:52:25.160 INFO O| Oct 18 22:52:25.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9367 | 2024-10-18T22:52:25.990Z | [ host-image] Oct 18 22:52:25.160 INFO O| Oct 18 22:52:25.160 INFO STEP 83 (ensure_dir) COMPLETE |
9368 | 2024-10-18T22:52:25.990Z | [ host-image] Oct 18 22:52:25.160 INFO O| Oct 18 22:52:25.160 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9369 | 2024-10-18T22:52:25.997Z | [ host-image] Oct 18 22:52:25.170 INFO O| Oct 18 22:52:25.170 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9370 | 2024-10-18T22:52:25.997Z | [ host-image] Oct 18 22:52:25.170 INFO O| Oct 18 22:52:25.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9371 | 2024-10-18T22:52:26.000Z | [ host-image] Oct 18 22:52:25.170 INFO O| Oct 18 22:52:25.170 INFO STEP 84 (ensure_dir) COMPLETE |
9372 | 2024-10-18T22:52:26.000Z | [ host-image] Oct 18 22:52:25.170 INFO O| Oct 18 22:52:25.170 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9373 | 2024-10-18T22:52:26.008Z | [ host-image] Oct 18 22:52:25.180 INFO O| Oct 18 22:52:25.180 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9374 | 2024-10-18T22:52:26.008Z | [ host-image] Oct 18 22:52:25.180 INFO O| Oct 18 22:52:25.180 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9375 | 2024-10-18T22:52:26.010Z | [ host-image] Oct 18 22:52:25.180 INFO O| Oct 18 22:52:25.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9376 | 2024-10-18T22:52:26.010Z | [ host-image] Oct 18 22:52:25.180 INFO O| Oct 18 22:52:25.180 INFO ok! |
9377 | 2024-10-18T22:52:26.010Z | [ host-image] Oct 18 22:52:25.180 INFO O| Oct 18 22:52:25.180 INFO STEP 85 (ensure_file) COMPLETE |
9378 | 2024-10-18T22:52:26.010Z | [ host-image] Oct 18 22:52:25.180 INFO O| Oct 18 22:52:25.180 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9379 | 2024-10-18T22:52:26.018Z | [ host-image] Oct 18 22:52:25.190 INFO O| Oct 18 22:52:25.190 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9380 | 2024-10-18T22:52:26.020Z | [ host-image] Oct 18 22:52:25.190 INFO O| Oct 18 22:52:25.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9381 | 2024-10-18T22:52:26.020Z | [ host-image] Oct 18 22:52:25.190 INFO O| Oct 18 22:52:25.190 INFO STEP 86 (ensure_dir) COMPLETE |
9382 | 2024-10-18T22:52:26.020Z | [ host-image] Oct 18 22:52:25.190 INFO O| Oct 18 22:52:25.190 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9383 | 2024-10-18T22:52:26.028Z | [ host-image] Oct 18 22:52:25.200 INFO O| Oct 18 22:52:25.200 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9384 | 2024-10-18T22:52:26.028Z | [ host-image] Oct 18 22:52:25.201 INFO O| Oct 18 22:52:25.200 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9385 | 2024-10-18T22:52:26.031Z | [ host-image] Oct 18 22:52:25.201 INFO O| Oct 18 22:52:25.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9386 | 2024-10-18T22:52:26.031Z | [ host-image] Oct 18 22:52:25.201 INFO O| Oct 18 22:52:25.201 INFO ok! |
9387 | 2024-10-18T22:52:26.031Z | [ host-image] Oct 18 22:52:25.201 INFO O| Oct 18 22:52:25.201 INFO STEP 87 (ensure_file) COMPLETE |
9388 | 2024-10-18T22:52:26.031Z | [ host-image] Oct 18 22:52:25.201 INFO O| Oct 18 22:52:25.201 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9389 | 2024-10-18T22:52:26.038Z | [ host-image] Oct 18 22:52:25.211 INFO O| Oct 18 22:52:25.211 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9390 | 2024-10-18T22:52:26.041Z | [ host-image] Oct 18 22:52:25.211 INFO O| Oct 18 22:52:25.211 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9391 | 2024-10-18T22:52:26.384Z | [ recovery-image] Oct 18 22:52:25.556 INFO image complete! materials are in "/work/os-recovery" |
9392 | 2024-10-18T22:52:26.391Z | [ recovery-image] |
9393 | 2024-10-18T22:52:26.391Z | [ recovery-image] real 8:25.705558473 |
9394 | 2024-10-18T22:52:26.391Z | [ recovery-image] user 5:15.447365110 |
9395 | 2024-10-18T22:52:26.391Z | [ recovery-image] sys 49.354295763 |
9396 | 2024-10-18T22:52:26.391Z | [ recovery-image] trap 0.258062214 |
9397 | 2024-10-18T22:52:26.391Z | [ recovery-image] tflt 0.169125649 |
9398 | 2024-10-18T22:52:26.391Z | [ recovery-image] dflt 1.073009538 |
9399 | 2024-10-18T22:52:26.391Z | [ recovery-image] kflt 0.000421029 |
9400 | 2024-10-18T22:52:26.391Z | [ recovery-image] lock 18:46.891477906 |
9401 | 2024-10-18T22:52:26.391Z | [ recovery-image] slp 53:35.605760613 |
9402 | 2024-10-18T22:52:26.391Z | [ recovery-image] lat 2:01.313354171 |
9403 | 2024-10-18T22:52:26.391Z | [ recovery-image] stop 4.993421883 |
9404 | 2024-10-18T22:52:26.391Z | Oct 18 22:52:25.562 INFO [recovery-image] process exited with exit status: 0 (505.783522795s) |
9405 | 2024-10-18T22:52:26.398Z | [ host-image] Oct 18 22:52:25.570 INFO O| Oct 18 22:52:25.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9406 | 2024-10-18T22:52:26.398Z | [ host-image] Oct 18 22:52:25.570 INFO O| Oct 18 22:52:25.570 INFO ok! |
9407 | 2024-10-18T22:52:26.400Z | [ host-image] Oct 18 22:52:25.570 INFO O| Oct 18 22:52:25.570 INFO STEP 88 (ensure_file) COMPLETE |
9408 | 2024-10-18T22:52:26.400Z | [ host-image] Oct 18 22:52:25.570 INFO O| Oct 18 22:52:25.570 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9409 | 2024-10-18T22:52:26.409Z | [ host-image] Oct 18 22:52:25.581 INFO O| Oct 18 22:52:25.581 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9410 | 2024-10-18T22:52:26.409Z | [ host-image] Oct 18 22:52:25.581 INFO O| Oct 18 22:52:25.581 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9411 | 2024-10-18T22:52:26.427Z | [ host-image] Oct 18 22:52:25.599 INFO O| Oct 18 22:52:25.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9412 | 2024-10-18T22:52:26.429Z | [ host-image] Oct 18 22:52:25.599 INFO O| Oct 18 22:52:25.599 INFO ok! |
9413 | 2024-10-18T22:52:26.429Z | [ host-image] Oct 18 22:52:25.599 INFO O| Oct 18 22:52:25.599 INFO STEP 89 (ensure_file) COMPLETE |
9414 | 2024-10-18T22:52:26.429Z | [ host-image] Oct 18 22:52:25.599 INFO O| Oct 18 22:52:25.599 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9415 | 2024-10-18T22:52:26.437Z | [ host-image] Oct 18 22:52:25.609 INFO O| Oct 18 22:52:25.609 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9416 | 2024-10-18T22:52:26.437Z | [ host-image] Oct 18 22:52:25.609 INFO O| Oct 18 22:52:25.609 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9417 | 2024-10-18T22:52:26.439Z | [ host-image] Oct 18 22:52:25.609 INFO O| Oct 18 22:52:25.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9418 | 2024-10-18T22:52:26.439Z | [ host-image] Oct 18 22:52:25.609 INFO O| Oct 18 22:52:25.609 INFO ok! |
9419 | 2024-10-18T22:52:26.439Z | [ host-image] Oct 18 22:52:25.609 INFO O| Oct 18 22:52:25.609 INFO STEP 90 (ensure_file) COMPLETE |
9420 | 2024-10-18T22:52:26.439Z | [ host-image] Oct 18 22:52:25.609 INFO O| Oct 18 22:52:25.609 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9421 | 2024-10-18T22:52:26.447Z | [ host-image] Oct 18 22:52:25.619 INFO O| Oct 18 22:52:25.619 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9422 | 2024-10-18T22:52:26.449Z | [ host-image] Oct 18 22:52:25.619 INFO O| Oct 18 22:52:25.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9423 | 2024-10-18T22:52:26.449Z | [ host-image] Oct 18 22:52:25.619 INFO O| Oct 18 22:52:25.619 INFO STEP 91 (ensure_dir) COMPLETE |
9424 | 2024-10-18T22:52:26.449Z | [ host-image] Oct 18 22:52:25.619 INFO O| Oct 18 22:52:25.619 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9425 | 2024-10-18T22:52:26.457Z | [ host-image] Oct 18 22:52:25.629 INFO O| Oct 18 22:52:25.629 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9426 | 2024-10-18T22:52:26.457Z | [ host-image] Oct 18 22:52:25.629 INFO O| Oct 18 22:52:25.629 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9427 | 2024-10-18T22:52:26.459Z | [ host-image] Oct 18 22:52:25.630 INFO O| Oct 18 22:52:25.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9428 | 2024-10-18T22:52:26.459Z | [ host-image] Oct 18 22:52:25.630 INFO O| Oct 18 22:52:25.630 INFO ok! |
9429 | 2024-10-18T22:52:26.459Z | [ host-image] Oct 18 22:52:25.630 INFO O| Oct 18 22:52:25.630 INFO STEP 92 (ensure_file) COMPLETE |
9430 | 2024-10-18T22:52:26.459Z | [ host-image] Oct 18 22:52:25.630 INFO O| Oct 18 22:52:25.630 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9431 | 2024-10-18T22:52:26.467Z | [ host-image] Oct 18 22:52:25.639 INFO O| Oct 18 22:52:25.639 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9432 | 2024-10-18T22:52:26.469Z | [ host-image] Oct 18 22:52:25.639 INFO O| Oct 18 22:52:25.639 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9433 | 2024-10-18T22:52:26.469Z | [ host-image] Oct 18 22:52:25.640 INFO O| Oct 18 22:52:25.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9434 | 2024-10-18T22:52:26.469Z | [ host-image] Oct 18 22:52:25.640 INFO O| Oct 18 22:52:25.640 INFO ok! |
9435 | 2024-10-18T22:52:26.469Z | [ host-image] Oct 18 22:52:25.640 INFO O| Oct 18 22:52:25.640 INFO STEP 93 (ensure_file) COMPLETE |
9436 | 2024-10-18T22:52:26.469Z | [ host-image] Oct 18 22:52:25.640 INFO O| Oct 18 22:52:25.640 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9437 | 2024-10-18T22:52:26.477Z | [ host-image] Oct 18 22:52:25.649 INFO O| Oct 18 22:52:25.649 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9438 | 2024-10-18T22:52:26.477Z | [ host-image] Oct 18 22:52:25.649 INFO O| Oct 18 22:52:25.649 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9439 | 2024-10-18T22:52:26.480Z | [ host-image] Oct 18 22:52:25.650 INFO O| Oct 18 22:52:25.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9440 | 2024-10-18T22:52:26.480Z | [ host-image] Oct 18 22:52:25.650 INFO O| Oct 18 22:52:25.650 INFO ok! |
9441 | 2024-10-18T22:52:26.480Z | [ host-image] Oct 18 22:52:25.650 INFO O| Oct 18 22:52:25.650 INFO STEP 94 (ensure_file) COMPLETE |
9442 | 2024-10-18T22:52:26.480Z | [ host-image] Oct 18 22:52:25.650 INFO O| Oct 18 22:52:25.650 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9443 | 2024-10-18T22:52:26.487Z | [ host-image] Oct 18 22:52:25.659 INFO O| Oct 18 22:52:25.659 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9444 | 2024-10-18T22:52:26.487Z | [ host-image] Oct 18 22:52:25.659 INFO O| Oct 18 22:52:25.659 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9445 | 2024-10-18T22:52:26.489Z | [ host-image] Oct 18 22:52:25.659 INFO O| Oct 18 22:52:25.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9446 | 2024-10-18T22:52:26.489Z | [ host-image] Oct 18 22:52:25.659 INFO O| Oct 18 22:52:25.659 INFO ok! |
9447 | 2024-10-18T22:52:26.489Z | [ host-image] Oct 18 22:52:25.659 INFO O| Oct 18 22:52:25.659 INFO STEP 95 (ensure_file) COMPLETE |
9448 | 2024-10-18T22:52:26.489Z | [ host-image] Oct 18 22:52:25.659 INFO O| Oct 18 22:52:25.659 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9449 | 2024-10-18T22:52:26.496Z | [ host-image] Oct 18 22:52:25.669 INFO O| Oct 18 22:52:25.669 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9450 | 2024-10-18T22:52:26.496Z | [ host-image] Oct 18 22:52:25.669 INFO O| Oct 18 22:52:25.669 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9451 | 2024-10-18T22:52:26.499Z | [ host-image] Oct 18 22:52:25.669 INFO O| Oct 18 22:52:25.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9452 | 2024-10-18T22:52:26.499Z | [ host-image] Oct 18 22:52:25.669 INFO O| Oct 18 22:52:25.669 INFO ok! |
9453 | 2024-10-18T22:52:26.499Z | [ host-image] Oct 18 22:52:25.669 INFO O| Oct 18 22:52:25.669 INFO STEP 96 (ensure_file) COMPLETE |
9454 | 2024-10-18T22:52:26.499Z | [ host-image] Oct 18 22:52:25.669 INFO O| Oct 18 22:52:25.669 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9455 | 2024-10-18T22:52:26.507Z | [ host-image] Oct 18 22:52:25.679 INFO O| Oct 18 22:52:25.679 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9456 | 2024-10-18T22:52:26.507Z | [ host-image] Oct 18 22:52:25.679 INFO O| Oct 18 22:52:25.679 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9457 | 2024-10-18T22:52:26.509Z | [ host-image] Oct 18 22:52:25.679 INFO O| Oct 18 22:52:25.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9458 | 2024-10-18T22:52:26.509Z | [ host-image] Oct 18 22:52:25.679 INFO O| Oct 18 22:52:25.679 INFO ok! |
9459 | 2024-10-18T22:52:26.509Z | [ host-image] Oct 18 22:52:25.679 INFO O| Oct 18 22:52:25.679 INFO STEP 97 (ensure_file) COMPLETE |
9460 | 2024-10-18T22:52:26.509Z | [ host-image] Oct 18 22:52:25.679 INFO O| Oct 18 22:52:25.679 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9461 | 2024-10-18T22:52:26.517Z | [ host-image] Oct 18 22:52:25.689 INFO O| Oct 18 22:52:25.689 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9462 | 2024-10-18T22:52:26.517Z | [ host-image] Oct 18 22:52:25.689 INFO O| Oct 18 22:52:25.689 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9463 | 2024-10-18T22:52:26.519Z | [ host-image] Oct 18 22:52:25.689 INFO O| Oct 18 22:52:25.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9464 | 2024-10-18T22:52:26.519Z | [ host-image] Oct 18 22:52:25.689 INFO O| Oct 18 22:52:25.689 INFO ok! |
9465 | 2024-10-18T22:52:26.519Z | [ host-image] Oct 18 22:52:25.689 INFO O| Oct 18 22:52:25.689 INFO STEP 98 (ensure_file) COMPLETE |
9466 | 2024-10-18T22:52:26.519Z | [ host-image] Oct 18 22:52:25.689 INFO O| Oct 18 22:52:25.689 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9467 | 2024-10-18T22:52:26.526Z | [ host-image] Oct 18 22:52:25.699 INFO O| Oct 18 22:52:25.699 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9468 | 2024-10-18T22:52:26.526Z | [ host-image] Oct 18 22:52:25.699 INFO O| Oct 18 22:52:25.699 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9469 | 2024-10-18T22:52:26.529Z | [ host-image] Oct 18 22:52:25.699 INFO O| Oct 18 22:52:25.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9470 | 2024-10-18T22:52:26.529Z | [ host-image] Oct 18 22:52:25.699 INFO O| Oct 18 22:52:25.699 INFO ok! |
9471 | 2024-10-18T22:52:26.529Z | [ host-image] Oct 18 22:52:25.699 INFO O| Oct 18 22:52:25.699 INFO STEP 99 (ensure_file) COMPLETE |
9472 | 2024-10-18T22:52:26.529Z | [ host-image] Oct 18 22:52:25.699 INFO O| Oct 18 22:52:25.699 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9473 | 2024-10-18T22:52:26.536Z | [ host-image] Oct 18 22:52:25.709 INFO O| Oct 18 22:52:25.709 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9474 | 2024-10-18T22:52:26.536Z | [ host-image] Oct 18 22:52:25.709 INFO O| Oct 18 22:52:25.709 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9475 | 2024-10-18T22:52:26.539Z | [ host-image] Oct 18 22:52:25.709 INFO O| Oct 18 22:52:25.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9476 | 2024-10-18T22:52:26.539Z | [ host-image] Oct 18 22:52:25.709 INFO O| Oct 18 22:52:25.709 INFO ok! |
9477 | 2024-10-18T22:52:26.539Z | [ host-image] Oct 18 22:52:25.709 INFO O| Oct 18 22:52:25.709 INFO STEP 100 (ensure_file) COMPLETE |
9478 | 2024-10-18T22:52:26.539Z | [ host-image] Oct 18 22:52:25.709 INFO O| Oct 18 22:52:25.709 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9479 | 2024-10-18T22:52:26.547Z | [ host-image] Oct 18 22:52:25.719 INFO O| Oct 18 22:52:25.719 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9480 | 2024-10-18T22:52:26.547Z | [ host-image] Oct 18 22:52:25.719 INFO O| Oct 18 22:52:25.719 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9481 | 2024-10-18T22:52:26.549Z | [ host-image] Oct 18 22:52:25.719 INFO O| Oct 18 22:52:25.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9482 | 2024-10-18T22:52:26.549Z | [ host-image] Oct 18 22:52:25.719 INFO O| Oct 18 22:52:25.719 INFO ok! |
9483 | 2024-10-18T22:52:26.549Z | [ host-image] Oct 18 22:52:25.719 INFO O| Oct 18 22:52:25.719 INFO STEP 101 (ensure_file) COMPLETE |
9484 | 2024-10-18T22:52:26.549Z | [ host-image] Oct 18 22:52:25.719 INFO O| Oct 18 22:52:25.719 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9485 | 2024-10-18T22:52:26.557Z | [ host-image] Oct 18 22:52:25.729 INFO O| Oct 18 22:52:25.729 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9486 | 2024-10-18T22:52:26.557Z | [ host-image] Oct 18 22:52:25.730 INFO O| Oct 18 22:52:25.729 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9487 | 2024-10-18T22:52:26.559Z | [ host-image] Oct 18 22:52:25.730 INFO O| Oct 18 22:52:25.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9488 | 2024-10-18T22:52:26.559Z | [ host-image] Oct 18 22:52:25.730 INFO O| Oct 18 22:52:25.730 INFO ok! |
9489 | 2024-10-18T22:52:26.560Z | [ host-image] Oct 18 22:52:25.730 INFO O| Oct 18 22:52:25.730 INFO STEP 102 (ensure_file) COMPLETE |
9490 | 2024-10-18T22:52:26.560Z | [ host-image] Oct 18 22:52:25.730 INFO O| Oct 18 22:52:25.730 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9491 | 2024-10-18T22:52:26.567Z | [ host-image] Oct 18 22:52:25.740 INFO O| Oct 18 22:52:25.740 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9492 | 2024-10-18T22:52:26.570Z | [ host-image] Oct 18 22:52:25.740 INFO O| Oct 18 22:52:25.740 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9493 | 2024-10-18T22:52:26.570Z | [ host-image] Oct 18 22:52:25.740 INFO O| Oct 18 22:52:25.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9494 | 2024-10-18T22:52:26.570Z | [ host-image] Oct 18 22:52:25.740 INFO O| Oct 18 22:52:25.740 INFO ok! |
9495 | 2024-10-18T22:52:26.570Z | [ host-image] Oct 18 22:52:25.740 INFO O| Oct 18 22:52:25.740 INFO STEP 103 (ensure_file) COMPLETE |
9496 | 2024-10-18T22:52:26.570Z | [ host-image] Oct 18 22:52:25.740 INFO O| Oct 18 22:52:25.740 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9497 | 2024-10-18T22:52:26.577Z | [ host-image] Oct 18 22:52:25.750 INFO O| Oct 18 22:52:25.750 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9498 | 2024-10-18T22:52:26.577Z | [ host-image] Oct 18 22:52:25.750 INFO O| Oct 18 22:52:25.750 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9499 | 2024-10-18T22:52:26.579Z | [ host-image] Oct 18 22:52:25.750 INFO O| Oct 18 22:52:25.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9500 | 2024-10-18T22:52:26.580Z | [ host-image] Oct 18 22:52:25.750 INFO O| Oct 18 22:52:25.750 INFO ok! |
9501 | 2024-10-18T22:52:26.580Z | [ host-image] Oct 18 22:52:25.750 INFO O| Oct 18 22:52:25.750 INFO STEP 104 (ensure_file) COMPLETE |
9502 | 2024-10-18T22:52:26.580Z | [ host-image] Oct 18 22:52:25.750 INFO O| Oct 18 22:52:25.750 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9503 | 2024-10-18T22:52:26.587Z | [ host-image] Oct 18 22:52:25.760 INFO O| Oct 18 22:52:25.760 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9504 | 2024-10-18T22:52:26.588Z | [ host-image] Oct 18 22:52:25.760 INFO O| Oct 18 22:52:25.760 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9505 | 2024-10-18T22:52:26.590Z | [ host-image] Oct 18 22:52:25.760 INFO O| Oct 18 22:52:25.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9506 | 2024-10-18T22:52:26.590Z | [ host-image] Oct 18 22:52:25.760 INFO O| Oct 18 22:52:25.760 INFO ok! |
9507 | 2024-10-18T22:52:26.590Z | [ host-image] Oct 18 22:52:25.760 INFO O| Oct 18 22:52:25.760 INFO STEP 105 (ensure_file) COMPLETE |
9508 | 2024-10-18T22:52:26.590Z | [ host-image] Oct 18 22:52:25.760 INFO O| Oct 18 22:52:25.760 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9509 | 2024-10-18T22:52:26.597Z | [ host-image] Oct 18 22:52:25.770 INFO O| Oct 18 22:52:25.770 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9510 | 2024-10-18T22:52:26.597Z | [ host-image] Oct 18 22:52:25.770 INFO O| Oct 18 22:52:25.770 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9511 | 2024-10-18T22:52:26.600Z | [ host-image] Oct 18 22:52:25.770 INFO O| Oct 18 22:52:25.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9512 | 2024-10-18T22:52:26.600Z | [ host-image] Oct 18 22:52:25.770 INFO O| Oct 18 22:52:25.770 INFO ok! |
9513 | 2024-10-18T22:52:26.600Z | [ host-image] Oct 18 22:52:25.770 INFO O| Oct 18 22:52:25.770 INFO STEP 106 (ensure_file) COMPLETE |
9514 | 2024-10-18T22:52:26.600Z | [ host-image] Oct 18 22:52:25.770 INFO O| Oct 18 22:52:25.770 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9515 | 2024-10-18T22:52:26.607Z | [ host-image] Oct 18 22:52:25.780 INFO O| Oct 18 22:52:25.780 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9516 | 2024-10-18T22:52:26.607Z | [ host-image] Oct 18 22:52:25.780 INFO O| Oct 18 22:52:25.780 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9517 | 2024-10-18T22:52:26.610Z | [ host-image] Oct 18 22:52:25.780 INFO O| Oct 18 22:52:25.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9518 | 2024-10-18T22:52:26.610Z | [ host-image] Oct 18 22:52:25.780 INFO O| Oct 18 22:52:25.780 INFO ok! |
9519 | 2024-10-18T22:52:26.610Z | [ host-image] Oct 18 22:52:25.780 INFO O| Oct 18 22:52:25.780 INFO STEP 107 (ensure_file) COMPLETE |
9520 | 2024-10-18T22:52:26.611Z | [ host-image] Oct 18 22:52:25.780 INFO O| Oct 18 22:52:25.780 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9521 | 2024-10-18T22:52:26.618Z | [ host-image] Oct 18 22:52:25.790 INFO O| Oct 18 22:52:25.790 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9522 | 2024-10-18T22:52:26.618Z | [ host-image] Oct 18 22:52:25.790 INFO O| Oct 18 22:52:25.790 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9523 | 2024-10-18T22:52:26.618Z | [ host-image] Oct 18 22:52:25.790 INFO O| Oct 18 22:52:25.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9524 | 2024-10-18T22:52:26.618Z | [ host-image] Oct 18 22:52:25.790 INFO O| Oct 18 22:52:25.790 INFO ok! |
9525 | 2024-10-18T22:52:26.618Z | [ host-image] Oct 18 22:52:25.790 INFO O| Oct 18 22:52:25.790 INFO STEP 108 (ensure_file) COMPLETE |
9526 | 2024-10-18T22:52:26.618Z | [ host-image] Oct 18 22:52:25.790 INFO O| Oct 18 22:52:25.790 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9527 | 2024-10-18T22:52:26.627Z | [ host-image] Oct 18 22:52:25.800 INFO O| Oct 18 22:52:25.800 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9528 | 2024-10-18T22:52:26.628Z | [ host-image] Oct 18 22:52:25.800 INFO O| Oct 18 22:52:25.800 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9529 | 2024-10-18T22:52:26.631Z | [ host-image] Oct 18 22:52:25.800 INFO O| Oct 18 22:52:25.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9530 | 2024-10-18T22:52:26.631Z | [ host-image] Oct 18 22:52:25.800 INFO O| Oct 18 22:52:25.800 INFO ok! |
9531 | 2024-10-18T22:52:26.631Z | [ host-image] Oct 18 22:52:25.800 INFO O| Oct 18 22:52:25.800 INFO STEP 109 (ensure_file) COMPLETE |
9532 | 2024-10-18T22:52:26.632Z | [ host-image] Oct 18 22:52:25.800 INFO O| Oct 18 22:52:25.800 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9533 | 2024-10-18T22:52:26.638Z | [ host-image] Oct 18 22:52:25.810 INFO O| Oct 18 22:52:25.810 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9534 | 2024-10-18T22:52:26.640Z | [ host-image] Oct 18 22:52:25.810 INFO O| Oct 18 22:52:25.810 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9535 | 2024-10-18T22:52:26.640Z | [ host-image] Oct 18 22:52:25.810 INFO O| Oct 18 22:52:25.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9536 | 2024-10-18T22:52:26.640Z | [ host-image] Oct 18 22:52:25.811 INFO O| Oct 18 22:52:25.810 INFO ok! |
9537 | 2024-10-18T22:52:26.640Z | [ host-image] Oct 18 22:52:25.811 INFO O| Oct 18 22:52:25.810 INFO STEP 110 (ensure_file) COMPLETE |
9538 | 2024-10-18T22:52:26.640Z | [ host-image] Oct 18 22:52:25.811 INFO O| Oct 18 22:52:25.811 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9539 | 2024-10-18T22:52:26.648Z | [ host-image] Oct 18 22:52:25.820 INFO O| Oct 18 22:52:25.820 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9540 | 2024-10-18T22:52:26.648Z | [ host-image] Oct 18 22:52:25.820 INFO O| Oct 18 22:52:25.820 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9541 | 2024-10-18T22:52:26.650Z | [ host-image] Oct 18 22:52:25.820 INFO O| Oct 18 22:52:25.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9542 | 2024-10-18T22:52:26.650Z | [ host-image] Oct 18 22:52:25.820 INFO O| Oct 18 22:52:25.820 INFO ok! |
9543 | 2024-10-18T22:52:26.650Z | [ host-image] Oct 18 22:52:25.820 INFO O| Oct 18 22:52:25.820 INFO STEP 111 (ensure_file) COMPLETE |
9544 | 2024-10-18T22:52:26.650Z | [ host-image] Oct 18 22:52:25.820 INFO O| Oct 18 22:52:25.820 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9545 | 2024-10-18T22:52:26.658Z | [ host-image] Oct 18 22:52:25.831 INFO O| Oct 18 22:52:25.831 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9546 | 2024-10-18T22:52:26.658Z | [ host-image] Oct 18 22:52:25.831 INFO O| Oct 18 22:52:25.831 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9547 | 2024-10-18T22:52:26.661Z | [ host-image] Oct 18 22:52:25.831 INFO O| Oct 18 22:52:25.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9548 | 2024-10-18T22:52:26.661Z | [ host-image] Oct 18 22:52:25.831 INFO O| Oct 18 22:52:25.831 INFO ok! |
9549 | 2024-10-18T22:52:26.661Z | [ host-image] Oct 18 22:52:25.831 INFO O| Oct 18 22:52:25.831 INFO STEP 112 (ensure_file) COMPLETE |
9550 | 2024-10-18T22:52:26.661Z | [ host-image] Oct 18 22:52:25.831 INFO O| Oct 18 22:52:25.831 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9551 | 2024-10-18T22:52:26.668Z | [ host-image] Oct 18 22:52:25.841 INFO O| Oct 18 22:52:25.841 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9552 | 2024-10-18T22:52:26.668Z | [ host-image] Oct 18 22:52:25.841 INFO O| Oct 18 22:52:25.841 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9553 | 2024-10-18T22:52:26.671Z | [ host-image] Oct 18 22:52:25.841 INFO O| Oct 18 22:52:25.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9554 | 2024-10-18T22:52:26.671Z | [ host-image] Oct 18 22:52:25.841 INFO O| Oct 18 22:52:25.841 INFO ok! |
9555 | 2024-10-18T22:52:26.671Z | [ host-image] Oct 18 22:52:25.841 INFO O| Oct 18 22:52:25.841 INFO STEP 113 (ensure_file) COMPLETE |
9556 | 2024-10-18T22:52:26.671Z | [ host-image] Oct 18 22:52:25.841 INFO O| Oct 18 22:52:25.841 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9557 | 2024-10-18T22:52:26.678Z | [ host-image] Oct 18 22:52:25.851 INFO O| Oct 18 22:52:25.851 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9558 | 2024-10-18T22:52:26.681Z | [ host-image] Oct 18 22:52:25.851 INFO O| Oct 18 22:52:25.851 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9559 | 2024-10-18T22:52:26.681Z | [ host-image] Oct 18 22:52:25.851 INFO O| Oct 18 22:52:25.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9560 | 2024-10-18T22:52:26.681Z | [ host-image] Oct 18 22:52:25.851 INFO O| Oct 18 22:52:25.851 INFO ok! |
9561 | 2024-10-18T22:52:26.681Z | [ host-image] Oct 18 22:52:25.851 INFO O| Oct 18 22:52:25.851 INFO STEP 114 (ensure_file) COMPLETE |
9562 | 2024-10-18T22:52:26.681Z | [ host-image] Oct 18 22:52:25.851 INFO O| Oct 18 22:52:25.851 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9563 | 2024-10-18T22:52:26.688Z | [ host-image] Oct 18 22:52:25.861 INFO O| Oct 18 22:52:25.861 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9564 | 2024-10-18T22:52:26.688Z | [ host-image] Oct 18 22:52:25.861 INFO O| Oct 18 22:52:25.861 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9565 | 2024-10-18T22:52:26.691Z | [ host-image] Oct 18 22:52:25.861 INFO O| Oct 18 22:52:25.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9566 | 2024-10-18T22:52:26.691Z | [ host-image] Oct 18 22:52:25.861 INFO O| Oct 18 22:52:25.861 INFO ok! |
9567 | 2024-10-18T22:52:26.691Z | [ host-image] Oct 18 22:52:25.861 INFO O| Oct 18 22:52:25.861 INFO STEP 115 (ensure_file) COMPLETE |
9568 | 2024-10-18T22:52:26.691Z | [ host-image] Oct 18 22:52:25.861 INFO O| Oct 18 22:52:25.861 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9569 | 2024-10-18T22:52:26.698Z | [ host-image] Oct 18 22:52:25.871 INFO O| Oct 18 22:52:25.871 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9570 | 2024-10-18T22:52:26.701Z | [ host-image] Oct 18 22:52:25.871 INFO O| Oct 18 22:52:25.871 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9571 | 2024-10-18T22:52:26.701Z | [ host-image] Oct 18 22:52:25.871 INFO O| Oct 18 22:52:25.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9572 | 2024-10-18T22:52:26.701Z | [ host-image] Oct 18 22:52:25.871 INFO O| Oct 18 22:52:25.871 INFO ok! |
9573 | 2024-10-18T22:52:26.701Z | [ host-image] Oct 18 22:52:25.871 INFO O| Oct 18 22:52:25.871 INFO STEP 116 (ensure_file) COMPLETE |
9574 | 2024-10-18T22:52:26.701Z | [ host-image] Oct 18 22:52:25.871 INFO O| Oct 18 22:52:25.871 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9575 | 2024-10-18T22:52:26.708Z | [ host-image] Oct 18 22:52:25.881 INFO O| Oct 18 22:52:25.881 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9576 | 2024-10-18T22:52:26.708Z | [ host-image] Oct 18 22:52:25.881 INFO O| Oct 18 22:52:25.881 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9577 | 2024-10-18T22:52:26.712Z | [ host-image] Oct 18 22:52:25.881 INFO O| Oct 18 22:52:25.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9578 | 2024-10-18T22:52:26.712Z | [ host-image] Oct 18 22:52:25.881 INFO O| Oct 18 22:52:25.881 INFO ok! |
9579 | 2024-10-18T22:52:26.712Z | [ host-image] Oct 18 22:52:25.881 INFO O| Oct 18 22:52:25.881 INFO STEP 117 (ensure_file) COMPLETE |
9580 | 2024-10-18T22:52:26.712Z | [ host-image] Oct 18 22:52:25.881 INFO O| Oct 18 22:52:25.881 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9581 | 2024-10-18T22:52:26.718Z | [ host-image] Oct 18 22:52:25.891 INFO O| Oct 18 22:52:25.891 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9582 | 2024-10-18T22:52:26.719Z | [ host-image] Oct 18 22:52:25.891 INFO O| Oct 18 22:52:25.891 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9583 | 2024-10-18T22:52:26.721Z | [ host-image] Oct 18 22:52:25.891 INFO O| Oct 18 22:52:25.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9584 | 2024-10-18T22:52:26.721Z | [ host-image] Oct 18 22:52:25.891 INFO O| Oct 18 22:52:25.891 INFO ok! |
9585 | 2024-10-18T22:52:26.721Z | [ host-image] Oct 18 22:52:25.891 INFO O| Oct 18 22:52:25.891 INFO STEP 118 (ensure_file) COMPLETE |
9586 | 2024-10-18T22:52:26.721Z | [ host-image] Oct 18 22:52:25.891 INFO O| Oct 18 22:52:25.891 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9587 | 2024-10-18T22:52:26.731Z | [ host-image] Oct 18 22:52:25.901 INFO O| Oct 18 22:52:25.901 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9588 | 2024-10-18T22:52:26.731Z | [ host-image] Oct 18 22:52:25.901 INFO O| Oct 18 22:52:25.901 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9589 | 2024-10-18T22:52:30.232Z | [ host-image] Oct 18 22:52:29.404 INFO O| Oct 18 22:52:29.404 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9590 | 2024-10-18T22:52:30.232Z | [ host-image] Oct 18 22:52:29.404 INFO O| Oct 18 22:52:29.404 INFO ok! |
9591 | 2024-10-18T22:52:30.235Z | [ host-image] Oct 18 22:52:29.404 INFO O| Oct 18 22:52:29.404 INFO STEP 119 (ensure_file) COMPLETE |
9592 | 2024-10-18T22:52:30.235Z | [ host-image] Oct 18 22:52:29.404 INFO O| Oct 18 22:52:29.404 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9593 | 2024-10-18T22:52:30.245Z | [ host-image] Oct 18 22:52:29.417 INFO O| Oct 18 22:52:29.417 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9594 | 2024-10-18T22:52:30.245Z | [ host-image] Oct 18 22:52:29.417 INFO O| Oct 18 22:52:29.417 INFO STEP 120 (ensure_dir) COMPLETE |
9595 | 2024-10-18T22:52:30.245Z | [ host-image] Oct 18 22:52:29.417 INFO O| Oct 18 22:52:29.417 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9596 | 2024-10-18T22:52:30.255Z | [ host-image] Oct 18 22:52:29.428 INFO O| Oct 18 22:52:29.427 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9597 | 2024-10-18T22:52:30.255Z | [ host-image] Oct 18 22:52:29.428 INFO O| Oct 18 22:52:29.428 INFO STEP 121 (ensure_dir) COMPLETE |
9598 | 2024-10-18T22:52:30.255Z | [ host-image] Oct 18 22:52:29.428 INFO O| Oct 18 22:52:29.428 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9599 | 2024-10-18T22:52:30.266Z | [ host-image] Oct 18 22:52:29.438 INFO O| Oct 18 22:52:29.438 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9600 | 2024-10-18T22:52:30.271Z | [ host-image] Oct 18 22:52:29.438 INFO O| Oct 18 22:52:29.438 INFO STEP 122 (ensure_dir) COMPLETE |
9601 | 2024-10-18T22:52:30.271Z | [ host-image] Oct 18 22:52:29.438 INFO O| Oct 18 22:52:29.438 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9602 | 2024-10-18T22:52:30.276Z | [ host-image] Oct 18 22:52:29.449 INFO O| Oct 18 22:52:29.449 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9603 | 2024-10-18T22:52:30.279Z | [ host-image] Oct 18 22:52:29.449 INFO O| Oct 18 22:52:29.449 INFO STEP 123 (ensure_dir) COMPLETE |
9604 | 2024-10-18T22:52:30.279Z | [ host-image] Oct 18 22:52:29.449 INFO O| Oct 18 22:52:29.449 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9605 | 2024-10-18T22:52:30.287Z | [ host-image] Oct 18 22:52:29.459 INFO O| Oct 18 22:52:29.459 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9606 | 2024-10-18T22:52:30.287Z | [ host-image] Oct 18 22:52:29.459 INFO O| Oct 18 22:52:29.459 INFO copying /tmp/.tmpcbuUZ4/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 ... |
9607 | 2024-10-18T22:52:30.289Z | [ host-image] Oct 18 22:52:29.459 INFO O| Oct 18 22:52:29.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9608 | 2024-10-18T22:52:30.289Z | [ host-image] Oct 18 22:52:29.459 INFO O| Oct 18 22:52:29.459 INFO ok! |
9609 | 2024-10-18T22:52:30.289Z | [ host-image] Oct 18 22:52:29.459 INFO O| Oct 18 22:52:29.459 INFO STEP 124 (ensure_file) COMPLETE |
9610 | 2024-10-18T22:52:30.289Z | [ host-image] Oct 18 22:52:29.459 INFO O| Oct 18 22:52:29.459 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9611 | 2024-10-18T22:52:30.297Z | [ host-image] Oct 18 22:52:29.469 INFO O| Oct 18 22:52:29.469 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9612 | 2024-10-18T22:52:30.297Z | [ host-image] Oct 18 22:52:29.469 INFO O| Oct 18 22:52:29.469 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9613 | 2024-10-18T22:52:30.300Z | [ host-image] Oct 18 22:52:29.469 INFO O| Oct 18 22:52:29.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9614 | 2024-10-18T22:52:30.300Z | [ host-image] Oct 18 22:52:29.469 INFO O| Oct 18 22:52:29.469 INFO STEP 125 (ensure_dir) COMPLETE |
9615 | 2024-10-18T22:52:30.300Z | [ host-image] Oct 18 22:52:29.469 INFO O| Oct 18 22:52:29.469 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9616 | 2024-10-18T22:52:30.308Z | [ host-image] Oct 18 22:52:29.480 INFO O| Oct 18 22:52:29.480 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9617 | 2024-10-18T22:52:30.308Z | [ host-image] Oct 18 22:52:29.480 INFO O| Oct 18 22:52:29.480 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9618 | 2024-10-18T22:52:30.310Z | [ host-image] Oct 18 22:52:29.480 INFO O| Oct 18 22:52:29.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9619 | 2024-10-18T22:52:30.310Z | [ host-image] Oct 18 22:52:29.480 INFO O| Oct 18 22:52:29.480 INFO ok! |
9620 | 2024-10-18T22:52:30.310Z | [ host-image] Oct 18 22:52:29.480 INFO O| Oct 18 22:52:29.480 INFO STEP 126 (ensure_file) COMPLETE |
9621 | 2024-10-18T22:52:30.310Z | [ host-image] Oct 18 22:52:29.480 INFO O| Oct 18 22:52:29.480 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9622 | 2024-10-18T22:52:30.318Z | [ host-image] Oct 18 22:52:29.490 INFO O| Oct 18 22:52:29.490 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9623 | 2024-10-18T22:52:30.321Z | [ host-image] Oct 18 22:52:29.490 INFO O| Oct 18 22:52:29.490 INFO STEP 127 (remove_files) COMPLETE |
9624 | 2024-10-18T22:52:30.321Z | [ host-image] Oct 18 22:52:29.490 INFO O| Oct 18 22:52:29.490 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9625 | 2024-10-18T22:52:30.328Z | [ host-image] Oct 18 22:52:29.500 INFO O| Oct 18 22:52:29.500 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9626 | 2024-10-18T22:52:30.331Z | [ host-image] Oct 18 22:52:29.500 INFO O| Oct 18 22:52:29.500 INFO STEP 128 (remove_files) COMPLETE |
9627 | 2024-10-18T22:52:30.331Z | [ host-image] Oct 18 22:52:29.500 INFO O| Oct 18 22:52:29.500 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9628 | 2024-10-18T22:52:30.338Z | [ host-image] Oct 18 22:52:29.510 INFO O| Oct 18 22:52:29.510 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9629 | 2024-10-18T22:52:30.340Z | [ host-image] Oct 18 22:52:29.510 INFO O| Oct 18 22:52:29.510 INFO STEP 129 (remove_files) COMPLETE |
9630 | 2024-10-18T22:52:30.340Z | [ host-image] Oct 18 22:52:29.510 INFO O| Oct 18 22:52:29.510 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9631 | 2024-10-18T22:52:30.348Z | [ host-image] Oct 18 22:52:29.520 INFO O| Oct 18 22:52:29.520 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9632 | 2024-10-18T22:52:30.350Z | [ host-image] Oct 18 22:52:29.520 INFO O| Oct 18 22:52:29.520 INFO STEP 130 (remove_files) COMPLETE |
9633 | 2024-10-18T22:52:30.350Z | [ host-image] Oct 18 22:52:29.520 INFO O| Oct 18 22:52:29.520 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9634 | 2024-10-18T22:52:30.358Z | [ host-image] Oct 18 22:52:29.530 INFO O| Oct 18 22:52:29.530 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9635 | 2024-10-18T22:52:30.360Z | [ host-image] Oct 18 22:52:29.530 INFO O| Oct 18 22:52:29.530 INFO STEP 131 (remove_files) COMPLETE |
9636 | 2024-10-18T22:52:30.360Z | [ host-image] Oct 18 22:52:29.530 INFO O| Oct 18 22:52:29.530 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9637 | 2024-10-18T22:52:30.369Z | [ host-image] Oct 18 22:52:29.541 INFO O| Oct 18 22:52:29.541 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9638 | 2024-10-18T22:52:30.372Z | [ host-image] Oct 18 22:52:29.541 INFO O| Oct 18 22:52:29.541 INFO STEP 132 (remove_files) COMPLETE |
9639 | 2024-10-18T22:52:30.372Z | [ host-image] Oct 18 22:52:29.542 INFO O| Oct 18 22:52:29.541 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9640 | 2024-10-18T22:52:30.379Z | [ host-image] Oct 18 22:52:29.552 INFO O| Oct 18 22:52:29.552 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9641 | 2024-10-18T22:52:30.379Z | [ host-image] Oct 18 22:52:29.552 INFO O| Oct 18 22:52:29.552 INFO STEP 133 (remove_files) COMPLETE |
9642 | 2024-10-18T22:52:30.382Z | [ host-image] Oct 18 22:52:29.552 INFO O| Oct 18 22:52:29.552 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9643 | 2024-10-18T22:52:30.389Z | [ host-image] Oct 18 22:52:29.562 INFO O| Oct 18 22:52:29.562 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9644 | 2024-10-18T22:52:30.389Z | [ host-image] Oct 18 22:52:29.562 INFO O| Oct 18 22:52:29.562 INFO STEP 134 (remove_files) COMPLETE |
9645 | 2024-10-18T22:52:30.392Z | [ host-image] Oct 18 22:52:29.562 INFO O| Oct 18 22:52:29.562 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9646 | 2024-10-18T22:52:30.399Z | [ host-image] Oct 18 22:52:29.572 INFO O| Oct 18 22:52:29.572 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9647 | 2024-10-18T22:52:30.399Z | [ host-image] Oct 18 22:52:29.572 INFO O| Oct 18 22:52:29.572 INFO STEP 135 (remove_files) COMPLETE |
9648 | 2024-10-18T22:52:30.402Z | [ host-image] Oct 18 22:52:29.572 INFO O| Oct 18 22:52:29.572 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9649 | 2024-10-18T22:52:30.410Z | [ host-image] Oct 18 22:52:29.582 INFO O| Oct 18 22:52:29.582 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9650 | 2024-10-18T22:52:30.412Z | [ host-image] Oct 18 22:52:29.582 INFO O| Oct 18 22:52:29.582 INFO STEP 136 (remove_files) COMPLETE |
9651 | 2024-10-18T22:52:30.412Z | [ host-image] Oct 18 22:52:29.582 INFO O| Oct 18 22:52:29.582 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9652 | 2024-10-18T22:52:30.420Z | [ host-image] Oct 18 22:52:29.592 INFO O| Oct 18 22:52:29.592 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9653 | 2024-10-18T22:52:30.420Z | [ host-image] Oct 18 22:52:29.592 INFO O| Oct 18 22:52:29.592 INFO STEP 137 (remove_files) COMPLETE |
9654 | 2024-10-18T22:52:30.420Z | [ host-image] Oct 18 22:52:29.592 INFO O| Oct 18 22:52:29.592 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9655 | 2024-10-18T22:52:30.430Z | [ host-image] Oct 18 22:52:29.602 INFO O| Oct 18 22:52:29.602 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9656 | 2024-10-18T22:52:30.430Z | [ host-image] Oct 18 22:52:29.602 INFO O| Oct 18 22:52:29.602 INFO STEP 138 (remove_files) COMPLETE |
9657 | 2024-10-18T22:52:30.430Z | [ host-image] Oct 18 22:52:29.602 INFO O| Oct 18 22:52:29.602 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9658 | 2024-10-18T22:52:30.440Z | [ host-image] Oct 18 22:52:29.612 INFO O| Oct 18 22:52:29.612 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9659 | 2024-10-18T22:52:30.442Z | [ host-image] Oct 18 22:52:29.612 INFO O| Oct 18 22:52:29.612 INFO STEP 139 (remove_files) COMPLETE |
9660 | 2024-10-18T22:52:30.442Z | [ host-image] Oct 18 22:52:29.612 INFO O| Oct 18 22:52:29.612 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9661 | 2024-10-18T22:52:30.450Z | [ host-image] Oct 18 22:52:29.622 INFO O| Oct 18 22:52:29.622 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9662 | 2024-10-18T22:52:30.452Z | [ host-image] Oct 18 22:52:29.622 INFO O| Oct 18 22:52:29.622 INFO STEP 140 (remove_files) COMPLETE |
9663 | 2024-10-18T22:52:30.452Z | [ host-image] Oct 18 22:52:29.622 INFO O| Oct 18 22:52:29.622 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9664 | 2024-10-18T22:52:30.460Z | [ host-image] Oct 18 22:52:29.632 INFO O| Oct 18 22:52:29.632 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9665 | 2024-10-18T22:52:30.460Z | [ host-image] Oct 18 22:52:29.632 INFO O| Oct 18 22:52:29.632 INFO STEP 141 (remove_files) COMPLETE |
9666 | 2024-10-18T22:52:30.464Z | [ host-image] Oct 18 22:52:29.632 INFO O| Oct 18 22:52:29.632 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9667 | 2024-10-18T22:52:30.470Z | [ host-image] Oct 18 22:52:29.642 INFO O| Oct 18 22:52:29.642 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9668 | 2024-10-18T22:52:30.470Z | [ host-image] Oct 18 22:52:29.642 INFO O| Oct 18 22:52:29.642 INFO STEP 142 (remove_files) COMPLETE |
9669 | 2024-10-18T22:52:30.472Z | [ host-image] Oct 18 22:52:29.642 INFO O| Oct 18 22:52:29.642 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9670 | 2024-10-18T22:52:30.480Z | [ host-image] Oct 18 22:52:29.652 INFO O| Oct 18 22:52:29.652 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9671 | 2024-10-18T22:52:30.483Z | [ host-image] Oct 18 22:52:29.652 INFO O| Oct 18 22:52:29.652 INFO STEP 143 (remove_files) COMPLETE |
9672 | 2024-10-18T22:52:30.483Z | [ host-image] Oct 18 22:52:29.652 INFO O| Oct 18 22:52:29.652 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9673 | 2024-10-18T22:52:30.490Z | [ host-image] Oct 18 22:52:29.662 INFO O| Oct 18 22:52:29.662 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9674 | 2024-10-18T22:52:30.490Z | [ host-image] Oct 18 22:52:29.662 INFO O| Oct 18 22:52:29.662 INFO STEP 144 (remove_files) COMPLETE |
9675 | 2024-10-18T22:52:30.493Z | [ host-image] Oct 18 22:52:29.662 INFO O| Oct 18 22:52:29.662 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9676 | 2024-10-18T22:52:30.500Z | [ host-image] Oct 18 22:52:29.673 INFO O| Oct 18 22:52:29.673 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9677 | 2024-10-18T22:52:30.503Z | [ host-image] Oct 18 22:52:29.673 INFO O| Oct 18 22:52:29.673 INFO STEP 145 (remove_files) COMPLETE |
9678 | 2024-10-18T22:52:30.503Z | [ host-image] Oct 18 22:52:29.673 INFO O| Oct 18 22:52:29.673 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9679 | 2024-10-18T22:52:30.511Z | [ host-image] Oct 18 22:52:29.683 INFO O| Oct 18 22:52:29.683 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9680 | 2024-10-18T22:52:30.511Z | [ host-image] Oct 18 22:52:29.683 INFO O| Oct 18 22:52:29.683 INFO STEP 146 (remove_files) COMPLETE |
9681 | 2024-10-18T22:52:30.511Z | [ host-image] Oct 18 22:52:29.683 INFO O| Oct 18 22:52:29.683 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9682 | 2024-10-18T22:52:30.520Z | [ host-image] Oct 18 22:52:29.693 INFO O| Oct 18 22:52:29.692 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9683 | 2024-10-18T22:52:30.523Z | [ host-image] Oct 18 22:52:29.693 INFO O| Oct 18 22:52:29.693 INFO STEP 147 (remove_files) COMPLETE |
9684 | 2024-10-18T22:52:30.523Z | [ host-image] Oct 18 22:52:29.693 INFO O| Oct 18 22:52:29.693 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9685 | 2024-10-18T22:52:30.530Z | [ host-image] Oct 18 22:52:29.702 INFO O| Oct 18 22:52:29.702 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9686 | 2024-10-18T22:52:30.532Z | [ host-image] Oct 18 22:52:29.703 INFO O| Oct 18 22:52:29.703 INFO STEP 148 (remove_files) COMPLETE |
9687 | 2024-10-18T22:52:30.532Z | [ host-image] Oct 18 22:52:29.703 INFO O| Oct 18 22:52:29.703 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9688 | 2024-10-18T22:52:30.540Z | [ host-image] Oct 18 22:52:29.713 INFO O| Oct 18 22:52:29.713 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9689 | 2024-10-18T22:52:30.540Z | [ host-image] Oct 18 22:52:29.713 INFO O| Oct 18 22:52:29.713 INFO STEP 149 (remove_files) COMPLETE |
9690 | 2024-10-18T22:52:30.541Z | [ host-image] Oct 18 22:52:29.713 INFO O| Oct 18 22:52:29.713 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9691 | 2024-10-18T22:52:30.550Z | [ host-image] Oct 18 22:52:29.723 INFO O| Oct 18 22:52:29.723 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9692 | 2024-10-18T22:52:30.553Z | [ host-image] Oct 18 22:52:29.723 INFO O| Oct 18 22:52:29.723 INFO STEP 150 (remove_files) COMPLETE |
9693 | 2024-10-18T22:52:30.553Z | [ host-image] Oct 18 22:52:29.723 INFO O| Oct 18 22:52:29.723 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9694 | 2024-10-18T22:52:30.561Z | [ host-image] Oct 18 22:52:29.733 INFO O| Oct 18 22:52:29.733 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9695 | 2024-10-18T22:52:30.561Z | [ host-image] Oct 18 22:52:29.733 INFO O| Oct 18 22:52:29.733 INFO STEP 151 (remove_files) COMPLETE |
9696 | 2024-10-18T22:52:30.564Z | [ host-image] Oct 18 22:52:29.733 INFO O| Oct 18 22:52:29.733 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9697 | 2024-10-18T22:52:30.571Z | [ host-image] Oct 18 22:52:29.743 INFO O| Oct 18 22:52:29.743 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9698 | 2024-10-18T22:52:30.571Z | [ host-image] Oct 18 22:52:29.743 INFO O| Oct 18 22:52:29.743 INFO STEP 152 (remove_files) COMPLETE |
9699 | 2024-10-18T22:52:30.573Z | [ host-image] Oct 18 22:52:29.743 INFO O| Oct 18 22:52:29.743 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9700 | 2024-10-18T22:52:30.581Z | [ host-image] Oct 18 22:52:29.753 INFO O| Oct 18 22:52:29.753 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9701 | 2024-10-18T22:52:30.583Z | [ host-image] Oct 18 22:52:29.753 INFO O| Oct 18 22:52:29.753 INFO STEP 153 (remove_files) COMPLETE |
9702 | 2024-10-18T22:52:30.583Z | [ host-image] Oct 18 22:52:29.753 INFO O| Oct 18 22:52:29.753 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9703 | 2024-10-18T22:52:30.591Z | [ host-image] Oct 18 22:52:29.763 INFO O| Oct 18 22:52:29.763 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9704 | 2024-10-18T22:52:30.593Z | [ host-image] Oct 18 22:52:29.763 INFO O| Oct 18 22:52:29.763 INFO STEP 154 (remove_files) COMPLETE |
9705 | 2024-10-18T22:52:30.593Z | [ host-image] Oct 18 22:52:29.763 INFO O| Oct 18 22:52:29.763 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9706 | 2024-10-18T22:52:30.601Z | [ host-image] Oct 18 22:52:29.774 INFO O| Oct 18 22:52:29.773 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9707 | 2024-10-18T22:52:30.601Z | [ host-image] Oct 18 22:52:29.774 INFO O| Oct 18 22:52:29.774 INFO STEP 155 (remove_files) COMPLETE |
9708 | 2024-10-18T22:52:30.601Z | [ host-image] Oct 18 22:52:29.774 INFO O| Oct 18 22:52:29.774 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9709 | 2024-10-18T22:52:30.617Z | [ host-image] Oct 18 22:52:29.789 INFO O| Oct 18 22:52:29.789 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9710 | 2024-10-18T22:52:30.617Z | [ host-image] Oct 18 22:52:29.789 INFO O| Oct 18 22:52:29.789 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "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"} |
9711 | 2024-10-18T22:52:38.470Z | [ host-image] Oct 18 22:52:37.641 INFO O| Oct 18 22:52:37.641 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 |
9712 | 2024-10-18T22:52:38.473Z | [ host-image] Oct 18 22:52:37.641 INFO O| Oct 18 22:52:37.641 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9713 | 2024-10-18T22:52:38.484Z | [ host-image] Oct 18 22:52:37.655 INFO O| Oct 18 22:52:37.655 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1"} |
9714 | 2024-10-18T22:52:38.564Z | [ host-image] Oct 18 22:52:37.735 INFO O| Oct 18 22:52:37.735 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9715 | 2024-10-18T22:52:38.564Z | [ host-image] Oct 18 22:52:37.735 INFO O| Oct 18 22:52:37.735 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9716 | 2024-10-18T22:52:38.566Z | [ host-image] Oct 18 22:52:37.737 INFO O| Oct 18 22:52:37.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9717 | 2024-10-18T22:52:38.566Z | [ host-image] Oct 18 22:52:37.737 INFO O| Oct 18 22:52:37.737 INFO ok! |
9718 | 2024-10-18T22:52:38.566Z | [ host-image] Oct 18 22:52:37.737 INFO O| Oct 18 22:52:37.737 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9719 | 2024-10-18T22:52:38.566Z | [ host-image] Oct 18 22:52:37.737 INFO O| Oct 18 22:52:37.737 INFO STEP 156 (seed_smf) COMPLETE |
9720 | 2024-10-18T22:52:38.566Z | [ host-image] Oct 18 22:52:37.737 INFO O| Oct 18 22:52:37.737 INFO steps complete; finalising image! |
9721 | 2024-10-18T22:52:38.566Z | [ host-image] Oct 18 22:52:37.737 INFO O| Oct 18 22:52:37.737 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9722 | 2024-10-18T22:52:38.710Z | [ host-image] Oct 18 22:52:37.881 INFO O| Oct 18 22:52:37.881 INFO trim TEMPORARY-gimlet-zfs: (7% trimmed, started at Fri Oct 18 22:52:37 2024) |
9723 | 2024-10-18T22:52:38.933Z | [ host-image] Oct 18 22:52:38.104 INFO O| Oct 18 22:52:38.104 INFO temporary pool has 683M used, 149M avail, 1.86x compressratio |
9724 | 2024-10-18T22:52:38.933Z | [ host-image] Oct 18 22:52:38.104 INFO O| Oct 18 22:52:38.104 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9725 | 2024-10-18T22:52:39.219Z | [ host-image] Oct 18 22:52:38.391 INFO O| Oct 18 22:52:38.390 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9726 | 2024-10-18T22:52:39.219Z | [ host-image] Oct 18 22:52:38.391 INFO O| Oct 18 22:52:38.391 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9727 | 2024-10-18T22:52:40.252Z | [ host-image] Oct 18 22:52:39.423 INFO O| Oct 18 22:52:39.423 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9728 | 2024-10-18T22:52:40.253Z | [ host-image] Oct 18 22:52:39.423 INFO O| Oct 18 22:52:39.423 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9729 | 2024-10-18T22:52:40.255Z | [ host-image] Oct 18 22:52:39.423 INFO O| Oct 18 22:52:39.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9730 | 2024-10-18T22:52:40.255Z | [ host-image] Oct 18 22:52:39.423 INFO O| Oct 18 22:52:39.423 INFO completed processing gimlet/zfs |
9731 | 2024-10-18T22:52:40.255Z | [ host-image] Oct 18 22:52:39.424 INFO O| Oct 18 22:52:39.423 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9732 | 2024-10-18T22:52:46.618Z | [ host-image] Oct 18 22:52:45.788 INFO O| Oct 18 22:52:45.788 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9733 | 2024-10-18T22:52:46.700Z | [ host-image] Oct 18 22:52:45.871 INFO BUILD STRING "heads/stlouis-0-g6733cffb07\n" |
9734 | 2024-10-18T22:52:46.700Z | [ host-image] Oct 18 22:52:45.871 INFO expanded image name: "ci e725a76/${os_short_commit} 2024-10-18 22:21" -> "ci e725a76/6733cff 2024-10-18 22:21" |
9735 | 2024-10-18T22:52:46.703Z | [ host-image] Oct 18 22:52:45.871 INFO output artefacts stored in: "/work/os-host" |
9736 | 2024-10-18T22:52:46.703Z | [ host-image] Oct 18 22:52:45.871 INFO collecting git info from project "amd-host-image-builder"... |
9737 | 2024-10-18T22:52:46.716Z | [ host-image] Oct 18 22:52:45.886 INFO collecting git info from project "amd-firmware"... |
9738 | 2024-10-18T22:52:46.725Z | [ host-image] Oct 18 22:52:45.896 INFO collecting git info from project "bootserver"... |
9739 | 2024-10-18T22:52:46.729Z | [ host-image] Oct 18 22:52:45.900 INFO collecting git info from project "chelsio-t6-roms"... |
9740 | 2024-10-18T22:52:46.734Z | [ host-image] Oct 18 22:52:45.905 INFO collecting git info from project "pinprick"... |
9741 | 2024-10-18T22:52:46.739Z | [ host-image] Oct 18 22:52:45.909 INFO collecting git info from project "pilot"... |
9742 | 2024-10-18T22:52:46.744Z | [ host-image] Oct 18 22:52:45.915 INFO collecting git info from project "image-builder"... |
9743 | 2024-10-18T22:52:46.748Z | [ host-image] Oct 18 22:52:45.919 INFO collecting git info from project "phbl"... |
9744 | 2024-10-18T22:52:46.753Z | [ host-image] Oct 18 22:52:45.924 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9745 | 2024-10-18T22:52:47.114Z | [ host-image] Oct 18 22:52:46.285 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9746 | 2024-10-18T22:52:47.459Z | [ host-image] Oct 18 22:52:46.629 INFO creating Oxide boot image... |
9747 | 2024-10-18T22:52:47.459Z | [ host-image] Oct 18 22:52:46.629 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci e725a76/6733cff 2024-10-18 22:21", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9748 | 2024-10-18T22:52:48.396Z | [ host-image] Oct 18 22:52:47.566 INFO O| ok, image written! |
9749 | 2024-10-18T22:52:48.396Z | [ host-image] Oct 18 22:52:47.566 INFO O| ok, boot_image_csum file written! |
9750 | 2024-10-18T22:52:48.398Z | [ host-image] Oct 18 22:52:47.569 INFO creating boot archive (CPIO)... |
9751 | 2024-10-18T22:52:48.398Z | [ host-image] Oct 18 22:52:47.569 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 |
9752 | 2024-10-18T22:52:48.411Z | [ host-image] Oct 18 22:52:47.581 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9753 | 2024-10-18T22:52:48.411Z | [ host-image] Oct 18 22:52:47.582 INFO E| + outfile=/work/os-host/cpio |
9754 | 2024-10-18T22:52:48.414Z | [ host-image] Oct 18 22:52:47.582 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9755 | 2024-10-18T22:52:48.414Z | [ host-image] Oct 18 22:52:47.584 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9756 | 2024-10-18T22:52:48.414Z | [ host-image] Oct 18 22:52:47.584 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9757 | 2024-10-18T22:52:48.449Z | [ host-image] Oct 18 22:52:47.619 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9758 | 2024-10-18T22:52:48.449Z | [ host-image] Oct 18 22:52:47.619 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9759 | 2024-10-18T22:52:48.457Z | [ host-image] Oct 18 22:52:47.628 INFO creating compressed cpio/unix for nanobl-rs... |
9760 | 2024-10-18T22:52:48.457Z | [ host-image] Oct 18 22:52:47.628 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 |
9761 | 2024-10-18T22:52:48.749Z | [ host-image] Oct 18 22:52:47.919 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9762 | 2024-10-18T22:52:53.120Z | [ host-image] Oct 18 22:52:52.290 INFO creating reset image... |
9763 | 2024-10-18T22:52:53.123Z | [ host-image] Oct 18 22:52:52.290 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9764 | 2024-10-18T22:52:53.215Z | [ host-image] Oct 18 22:52:52.385 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9765 | 2024-10-18T22:52:53.218Z | [ host-image] Oct 18 22:52:52.386 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9766 | 2024-10-18T22:52:53.274Z | [ host-image] Oct 18 22:52:52.444 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9767 | 2024-10-18T22:52:55.115Z | [ host-image] Oct 18 22:52:54.284 INFO E| Finished `release` profile [optimized] target(s) in 1.88s |
9768 | 2024-10-18T22:52:55.126Z | [ host-image] Oct 18 22:52:54.296 INFO building host image... |
9769 | 2024-10-18T22:52:55.128Z | [ host-image] Oct 18 22:52:54.296 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") |
9770 | 2024-10-18T22:52:55.610Z | [ host-image] Oct 18 22:52:54.780 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9771 | 2024-10-18T22:53:42.751Z | [ host-image] Oct 18 22:53:41.916 INFO image complete! materials are in "/work/os-host" |
9772 | 2024-10-18T22:53:42.756Z | [ host-image] |
9773 | 2024-10-18T22:53:42.756Z | [ host-image] real 9:56.864539650 |
9774 | 2024-10-18T22:53:42.756Z | [ host-image] user 4:39.108300947 |
9775 | 2024-10-18T22:53:42.756Z | [ host-image] sys 49.841131902 |
9776 | 2024-10-18T22:53:42.756Z | [ host-image] trap 0.149413179 |
9777 | 2024-10-18T22:53:42.756Z | [ host-image] tflt 0.012545365 |
9778 | 2024-10-18T22:53:42.756Z | [ host-image] dflt 0.041343509 |
9779 | 2024-10-18T22:53:42.756Z | [ host-image] kflt 0.000011058 |
9780 | 2024-10-18T22:53:42.756Z | [ host-image] lock 1:13.292948671 |
9781 | 2024-10-18T22:53:42.756Z | [ host-image] slp 55:42.966388949 |
9782 | 2024-10-18T22:53:42.756Z | [ host-image] lat 1:17.919424034 |
9783 | 2024-10-18T22:53:42.756Z | [ host-image] stop 0.726493176 |
9784 | 2024-10-18T22:53:42.756Z | Oct 18 22:53:41.919 INFO [host-image] process exited with exit status: 0 (596.8819915s) |
9785 | 2024-10-18T22:53:42.756Z | Oct 18 22:53:41.920 INFO [tuf-repo] running task |
9786 | 2024-10-18T22:53:50.109Z | Oct 18 22:53:49.273 INFO assembling repository in `/tmp/tufaceousOJliXA`, component: OmicronRepoAssembler |
9787 | 2024-10-18T22:53:55.344Z | Oct 18 22:53:54.508 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9788 | 2024-10-18T22:53:55.549Z | Oct 18 22:53:54.713 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9789 | 2024-10-18T22:54:07.751Z | Oct 18 22:54:06.914 INFO [tuf-repo] task succeeded (24.994840252s) |
9790 | 2024-10-18T22:54:07.751Z | Oct 18 22:54:06.914 INFO all jobs completed in 1945.329102434s |
9791 | 2024-10-18T22:54:08.342Z | process exited: duration 2594844 ms, exit code 0 |
|
9792 | 2024-10-18T22:54:08.348Z | found 33 output files |
9793 | 2024-10-18T22:54:08.348Z | uploading: /work/manifest.toml (8404 bytes) |
9794 | 2024-10-18T22:54:09.361Z | uploaded: /work/manifest.toml |
9795 | 2024-10-18T22:54:09.361Z | uploading: /work/repo.zip (1917699198 bytes) |
9796 | 2024-10-18T22:54:45.465Z | uploaded: /work/repo.zip |
9797 | 2024-10-18T22:54:45.465Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9798 | 2024-10-18T22:54:46.475Z | uploaded: /work/repo.zip.sha256.txt |
9799 | 2024-10-18T22:54:46.475Z | uploading: /work/helios-setup.log (65459 bytes) |
9800 | 2024-10-18T22:54:47.488Z | uploaded: /work/helios-setup.log |
9801 | 2024-10-18T22:54:47.488Z | uploading: /work/host-image.log (195572 bytes) |
9802 | 2024-10-18T22:54:48.502Z | uploaded: /work/host-image.log |
9803 | 2024-10-18T22:54:48.502Z | uploading: /work/host-package.log (22453 bytes) |
9804 | 2024-10-18T22:54:49.512Z | uploaded: /work/host-package.log |
9805 | 2024-10-18T22:54:49.512Z | uploading: /work/host-target.log (101 bytes) |
9806 | 2024-10-18T22:54:50.523Z | uploaded: /work/host-target.log |
9807 | 2024-10-18T22:54:50.523Z | uploading: /work/omicron-package.log (5011 bytes) |
9808 | 2024-10-18T22:54:51.531Z | uploaded: /work/omicron-package.log |
9809 | 2024-10-18T22:54:51.532Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9810 | 2024-10-18T22:54:52.544Z | uploaded: /work/phbl-toolchain.log |
9811 | 2024-10-18T22:54:52.544Z | uploading: /work/recovery-image.log (592927 bytes) |
9812 | 2024-10-18T22:54:53.566Z | uploaded: /work/recovery-image.log |
9813 | 2024-10-18T22:54:53.567Z | uploading: /work/recovery-package.log (321 bytes) |
9814 | 2024-10-18T22:54:54.577Z | uploaded: /work/recovery-package.log |
9815 | 2024-10-18T22:54:54.577Z | uploading: /work/recovery-target.log (57 bytes) |
9816 | 2024-10-18T22:54:55.586Z | uploaded: /work/recovery-target.log |
9817 | 2024-10-18T22:54:55.586Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9818 | 2024-10-18T22:54:56.595Z | uploaded: /work/stamp-clickhouse.log |
9819 | 2024-10-18T22:54:56.595Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9820 | 2024-10-18T22:54:57.633Z | uploaded: /work/stamp-clickhouse_keeper.log |
9821 | 2024-10-18T22:54:57.634Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9822 | 2024-10-18T22:54:58.642Z | uploaded: /work/stamp-cockroachdb.log |
9823 | 2024-10-18T22:54:58.642Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9824 | 2024-10-18T22:54:59.652Z | uploaded: /work/stamp-crucible-dtrace.log |
9825 | 2024-10-18T22:54:59.652Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9826 | 2024-10-18T22:55:00.661Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9827 | 2024-10-18T22:55:00.661Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9828 | 2024-10-18T22:55:01.670Z | uploaded: /work/stamp-crucible-zone.log |
9829 | 2024-10-18T22:55:01.670Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9830 | 2024-10-18T22:55:02.678Z | uploaded: /work/stamp-external-dns.log |
9831 | 2024-10-18T22:55:02.678Z | uploading: /work/stamp-installinator.log (103 bytes) |
9832 | 2024-10-18T22:55:03.687Z | uploaded: /work/stamp-installinator.log |
9833 | 2024-10-18T22:55:03.687Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9834 | 2024-10-18T22:55:04.694Z | uploaded: /work/stamp-internal-dns.log |
9835 | 2024-10-18T22:55:04.694Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9836 | 2024-10-18T22:55:05.701Z | uploaded: /work/stamp-mg-ddm-gz.log |
9837 | 2024-10-18T22:55:05.701Z | uploading: /work/stamp-nexus.log (112 bytes) |
9838 | 2024-10-18T22:55:06.709Z | uploaded: /work/stamp-nexus.log |
9839 | 2024-10-18T22:55:06.709Z | uploading: /work/stamp-ntp.log (110 bytes) |
9840 | 2024-10-18T22:55:07.718Z | uploaded: /work/stamp-ntp.log |
9841 | 2024-10-18T22:55:07.718Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9842 | 2024-10-18T22:55:08.738Z | uploaded: /work/stamp-omicron-sled-agent.log |
9843 | 2024-10-18T22:55:08.738Z | uploading: /work/stamp-overlay.log (114 bytes) |
9844 | 2024-10-18T22:55:09.748Z | uploaded: /work/stamp-overlay.log |
9845 | 2024-10-18T22:55:09.748Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9846 | 2024-10-18T22:55:10.755Z | uploaded: /work/stamp-oximeter.log |
9847 | 2024-10-18T22:55:10.755Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9848 | 2024-10-18T22:55:11.763Z | uploaded: /work/stamp-oxlog.log |
9849 | 2024-10-18T22:55:11.763Z | uploading: /work/stamp-probe.log (112 bytes) |
9850 | 2024-10-18T22:55:12.770Z | uploaded: /work/stamp-probe.log |
9851 | 2024-10-18T22:55:12.770Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9852 | 2024-10-18T22:55:13.777Z | uploaded: /work/stamp-propolis-server.log |
9853 | 2024-10-18T22:55:13.777Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9854 | 2024-10-18T22:55:14.785Z | uploaded: /work/stamp-pumpkind-gz.log |
9855 | 2024-10-18T22:55:14.785Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9856 | 2024-10-18T22:55:15.793Z | uploaded: /work/stamp-switch-asic.log |
9857 | 2024-10-18T22:55:15.793Z | uploading: /work/verify-libraries.log (3720 bytes) |
9858 | 2024-10-18T22:55:16.800Z | uploaded: /work/verify-libraries.log |