|
|
|
1 | 2024-10-18T17:12:35.652Z | job assigned to worker 01JAG9T07XQVRXNGTQWRJ4ZHH7 (queued for 58 s) |
|
2 | 2024-10-18T17:12:43.197Z | starting task 0: "setup" |
3 | 2024-10-18T17:12:43.205Z | ++ uname -s |
4 | 2024-10-18T17:12:43.207Z | + kern=SunOS |
5 | 2024-10-18T17:12:43.208Z | + case "$kern" in |
6 | 2024-10-18T17:12:43.208Z | + groupadd -g 12345 build |
7 | 2024-10-18T17:12:43.210Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-18T17:12:45.219Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-18T17:12:45.301Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-18T17:12:45.304Z | + home_fs=zfs |
11 | 2024-10-18T17:12:45.304Z | + [[ zfs == autofs ]] |
12 | 2024-10-18T17:12:45.304Z | + mkdir -p /home/build |
13 | 2024-10-18T17:12:45.306Z | + chown build:build /home/build /work |
14 | 2024-10-18T17:12:47.308Z | + chmod 0700 /home/build /work |
15 | 2024-10-18T17:12:47.311Z | process exited: duration 4114 ms, exit code 0 |
|
16 | 2024-10-18T17:12:47.319Z | starting task 1: "rust-toolchain" |
17 | 2024-10-18T17:12:47.321Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-18T17:12:47.321Z | ' 1.80.1 |
19 | 2024-10-18T17:12:47.321Z | * toolchain channel = "1.80.1" |
20 | 2024-10-18T17:12:47.321Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-18T17:12:47.321Z | ' default |
22 | 2024-10-18T17:12:47.321Z | * toolchain profile = "default" |
23 | 2024-10-18T17:12:47.324Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-18T17:12:47.324Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-18T17:12:47.436Z | info: downloading installer |
26 | 2024-10-18T17:12:48.916Z | info: profile set to 'default' |
27 | 2024-10-18T17:12:48.916Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-18T17:12:48.919Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-18T17:12:49.062Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-18T17:12:49.062Z | info: downloading component 'cargo' |
31 | 2024-10-18T17:12:49.878Z | info: downloading component 'clippy' |
32 | 2024-10-18T17:12:50.171Z | info: downloading component 'rust-docs' |
33 | 2024-10-18T17:12:51.308Z | info: downloading component 'rust-std' |
34 | 2024-10-18T17:12:52.913Z | info: downloading component 'rustc' |
35 | 2024-10-18T17:12:57.362Z | info: downloading component 'rustfmt' |
36 | 2024-10-18T17:12:57.598Z | info: installing component 'cargo' |
37 | 2024-10-18T17:12:58.413Z | info: installing component 'clippy' |
38 | 2024-10-18T17:12:58.776Z | info: installing component 'rust-docs' |
39 | 2024-10-18T17:13:00.407Z | info: installing component 'rust-std' |
40 | 2024-10-18T17:13:02.049Z | info: installing component 'rustc' |
41 | 2024-10-18T17:13:06.241Z | info: installing component 'rustfmt' |
42 | 2024-10-18T17:13:06.581Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-18T17:13:06.581Z | |
44 | 2024-10-18T17:13:06.839Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-18T17:13:06.839Z | |
46 | 2024-10-18T17:13:06.842Z | |
47 | 2024-10-18T17:13:06.842Z | Rust is installed now. Great! |
48 | 2024-10-18T17:13:06.842Z | |
49 | 2024-10-18T17:13:06.842Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-18T17:13:06.842Z | environment variable. This has not been done automatically. |
51 | 2024-10-18T17:13:06.842Z | |
52 | 2024-10-18T17:13:06.842Z | To configure your current shell, you need to source |
53 | 2024-10-18T17:13:06.842Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-18T17:13:06.842Z | |
55 | 2024-10-18T17:13:06.842Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-18T17:13:06.842Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-18T17:13:06.842Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-18T17:13:06.886Z | + rustc --version |
59 | 2024-10-18T17:13:06.947Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-18T17:13:06.950Z | process exited: duration 19626 ms, exit code 0 |
|
61 | 2024-10-18T17:13:06.955Z | starting task 2: "authentication" |
62 | 2024-10-18T17:13:06.974Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-10-18T17:13:06.979Z | starting task 3: "clone repository" |
64 | 2024-10-18T17:13:06.984Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-18T17:13:06.986Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-18T17:13:07.241Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-18T17:13:14.370Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-18T17:13:14.370Z | + git fetch origin d69155eb692c56e24756eaa1b18239813771d04d |
69 | 2024-10-18T17:13:14.696Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-18T17:13:14.696Z | * branch d69155eb692c56e24756eaa1b18239813771d04d -> FETCH_HEAD |
71 | 2024-10-18T17:13:14.705Z | + [[ -n clickhouse-native-qorb-pool ]] |
72 | 2024-10-18T17:13:14.707Z | ++ git branch --show-current |
73 | 2024-10-18T17:13:14.709Z | + current=main |
74 | 2024-10-18T17:13:14.709Z | + [[ main != clickhouse-native-qorb-pool ]] |
75 | 2024-10-18T17:13:14.709Z | + git branch -f clickhouse-native-qorb-pool d69155eb692c56e24756eaa1b18239813771d04d |
76 | 2024-10-18T17:13:14.712Z | + git checkout -f clickhouse-native-qorb-pool |
77 | 2024-10-18T17:13:14.871Z | Switched to branch 'clickhouse-native-qorb-pool' |
78 | 2024-10-18T17:13:14.873Z | + git reset --hard d69155eb692c56e24756eaa1b18239813771d04d |
79 | 2024-10-18T17:13:15.026Z | HEAD is now at d69155eb6 Bump disk import timeout in helios / deploy CI job |
80 | 2024-10-18T17:13:15.029Z | process exited: duration 8045 ms, exit code 0 |
|
81 | 2024-10-18T17:13:15.036Z | starting task 4: "build" |
82 | 2024-10-18T17:13:15.039Z | + source .github/buildomat/ci-env.sh |
83 | 2024-10-18T17:13:15.039Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-10-18T17:13:15.039Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-10-18T17:13:15.041Z | + cargo --version |
86 | 2024-10-18T17:13:15.092Z | cargo 1.80.1 (376290515 2024-07-16) |
87 | 2024-10-18T17:13:15.094Z | + rustc --version |
88 | 2024-10-18T17:13:15.150Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
89 | 2024-10-18T17:13:15.153Z | + cargo tree --locked |
90 | 2024-10-18T17:13:15.400Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-10-18T17:13:15.678Z | Updating crates.io index |
92 | 2024-10-18T17:13:15.764Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
93 | 2024-10-18T17:13:16.614Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
94 | 2024-10-18T17:13:16.898Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
95 | 2024-10-18T17:13:17.153Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
96 | 2024-10-18T17:13:17.426Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
97 | 2024-10-18T17:13:18.133Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-10-18T17:13:20.188Z | Updating git repository `https://github.com/oxidecomputer/opte` |
99 | 2024-10-18T17:13:21.286Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
100 | 2024-10-18T17:13:22.036Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
101 | 2024-10-18T17:13:22.323Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
102 | 2024-10-18T17:13:22.615Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
103 | 2024-10-18T17:13:23.182Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
104 | 2024-10-18T17:13:23.495Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
105 | 2024-10-18T17:13:23.973Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
106 | 2024-10-18T17:13:24.370Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
107 | 2024-10-18T17:13:24.633Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
108 | 2024-10-18T17:13:24.885Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
109 | 2024-10-18T17:13:25.180Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
110 | 2024-10-18T17:13:25.621Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
111 | 2024-10-18T17:13:25.926Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-10-18T17:13:26.263Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-10-18T17:13:26.698Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
114 | 2024-10-18T17:13:27.123Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
115 | 2024-10-18T17:13:27.507Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
116 | 2024-10-18T17:13:27.941Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
117 | 2024-10-18T17:13:28.198Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
118 | 2024-10-18T17:13:28.539Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
119 | 2024-10-18T17:13:29.949Z | Downloading crates ... |
120 | 2024-10-18T17:13:30.073Z | Downloaded anstyle-parse v0.2.5 |
121 | 2024-10-18T17:13:30.076Z | Downloaded approx v0.5.1 |
122 | 2024-10-18T17:13:30.079Z | Downloaded adler2 v2.0.0 |
123 | 2024-10-18T17:13:30.081Z | Downloaded anstream v0.6.15 |
124 | 2024-10-18T17:13:30.084Z | Downloaded ahash v0.8.11 |
125 | 2024-10-18T17:13:30.087Z | Downloaded atty v0.2.14 |
126 | 2024-10-18T17:13:30.091Z | Downloaded assert_matches v1.5.0 |
127 | 2024-10-18T17:13:30.093Z | Downloaded fallible-streaming-iterator v0.1.9 |
128 | 2024-10-18T17:13:30.093Z | Downloaded foreign-types v0.3.2 |
129 | 2024-10-18T17:13:30.100Z | Downloaded flagset v0.4.6 |
130 | 2024-10-18T17:13:30.103Z | Downloaded filetime v0.2.25 |
131 | 2024-10-18T17:13:30.105Z | Downloaded cfg_aliases v0.2.1 |
132 | 2024-10-18T17:13:30.105Z | Downloaded group v0.13.0 |
133 | 2024-10-18T17:13:30.108Z | Downloaded http-body v0.4.6 |
134 | 2024-10-18T17:13:30.110Z | Downloaded async-channel v2.3.1 |
135 | 2024-10-18T17:13:30.110Z | Downloaded bb8 v0.8.5 |
136 | 2024-10-18T17:13:30.112Z | Downloaded guppy-workspace-hack v0.1.0 |
137 | 2024-10-18T17:13:30.113Z | Downloaded castaway v0.2.3 |
138 | 2024-10-18T17:13:30.115Z | Downloaded headers-core v0.3.0 |
139 | 2024-10-18T17:13:30.115Z | Downloaded blocking v1.6.1 |
140 | 2024-10-18T17:13:30.117Z | Downloaded hostname v0.3.1 |
141 | 2024-10-18T17:13:30.117Z | Downloaded ciborium-ll v0.2.2 |
142 | 2024-10-18T17:13:30.120Z | Downloaded cfg-if v1.0.0 |
143 | 2024-10-18T17:13:30.120Z | Downloaded async-stream v0.3.6 |
144 | 2024-10-18T17:13:30.122Z | Downloaded cargo-platform v0.1.8 |
145 | 2024-10-18T17:13:30.125Z | Downloaded foreign-types-shared v0.3.1 |
146 | 2024-10-18T17:13:30.125Z | Downloaded block-buffer v0.10.4 |
147 | 2024-10-18T17:13:30.125Z | Downloaded http-body-util v0.1.2 |
148 | 2024-10-18T17:13:30.128Z | Downloaded cexpr v0.6.0 |
149 | 2024-10-18T17:13:30.130Z | Downloaded bytecount v0.6.8 |
150 | 2024-10-18T17:13:30.130Z | Downloaded aead v0.5.2 |
151 | 2024-10-18T17:13:30.133Z | Downloaded hubpack_derive v0.1.1 |
152 | 2024-10-18T17:13:30.133Z | Downloaded anstyle v1.0.8 |
153 | 2024-10-18T17:13:30.136Z | Downloaded float-ord v0.3.2 |
154 | 2024-10-18T17:13:30.136Z | Downloaded futures-core v0.3.31 |
155 | 2024-10-18T17:13:30.138Z | Downloaded fd-lock v4.0.2 |
156 | 2024-10-18T17:13:30.138Z | Downloaded anes v0.1.6 |
157 | 2024-10-18T17:13:30.141Z | Downloaded async-global-executor v2.4.1 |
158 | 2024-10-18T17:13:30.143Z | Downloaded hubpack v0.1.2 |
159 | 2024-10-18T17:13:30.145Z | Downloaded peg-runtime v0.8.3 |
160 | 2024-10-18T17:13:30.145Z | Downloaded fragile v2.0.0 |
161 | 2024-10-18T17:13:30.148Z | Downloaded cbc v0.1.2 |
162 | 2024-10-18T17:13:30.150Z | Downloaded bcs v0.1.6 |
163 | 2024-10-18T17:13:30.150Z | Downloaded funty v2.0.0 |
164 | 2024-10-18T17:13:30.153Z | Downloaded camino-tempfile v1.1.1 |
165 | 2024-10-18T17:13:30.155Z | Downloaded ciborium v0.2.2 |
166 | 2024-10-18T17:13:30.158Z | Downloaded globset v0.4.15 |
167 | 2024-10-18T17:13:30.158Z | Downloaded async-stream-impl v0.3.6 |
168 | 2024-10-18T17:13:30.160Z | Downloaded highway v1.2.0 |
169 | 2024-10-18T17:13:30.163Z | Downloaded httparse v1.9.5 |
170 | 2024-10-18T17:13:30.163Z | Downloaded cfg-expr v0.17.0 |
171 | 2024-10-18T17:13:30.167Z | Downloaded iana-time-zone v0.1.61 |
172 | 2024-10-18T17:13:30.170Z | Downloaded blake2 v0.10.6 |
173 | 2024-10-18T17:13:30.172Z | Downloaded hickory-client v0.24.1 |
174 | 2024-10-18T17:13:30.175Z | Downloaded hmac v0.12.1 |
175 | 2024-10-18T17:13:30.177Z | Downloaded ghash v0.5.1 |
176 | 2024-10-18T17:13:30.177Z | Downloaded atomicwrites v0.4.4 |
177 | 2024-10-18T17:13:30.179Z | Downloaded ascii-canvas v3.0.0 |
178 | 2024-10-18T17:13:30.181Z | Downloaded futures-task v0.3.31 |
179 | 2024-10-18T17:13:30.181Z | Downloaded ciborium-io v0.2.2 |
180 | 2024-10-18T17:13:30.184Z | Downloaded blake2b_simd v1.0.2 |
181 | 2024-10-18T17:13:30.184Z | Downloaded olpc-cjson v0.1.4 |
182 | 2024-10-18T17:13:30.186Z | Downloaded hashlink v0.9.1 |
183 | 2024-10-18T17:13:30.186Z | Downloaded anyhow v1.0.89 |
184 | 2024-10-18T17:13:30.190Z | Downloaded parking v2.2.1 |
185 | 2024-10-18T17:13:30.193Z | Downloaded async-attributes v1.1.2 |
186 | 2024-10-18T17:13:30.193Z | Downloaded arrayref v0.3.9 |
187 | 2024-10-18T17:13:30.195Z | Downloaded cfg_aliases v0.1.1 |
188 | 2024-10-18T17:13:30.195Z | Downloaded bytes v1.7.2 |
189 | 2024-10-18T17:13:30.200Z | Downloaded addr2line v0.24.2 |
190 | 2024-10-18T17:13:30.202Z | Downloaded bitflags v1.3.2 |
191 | 2024-10-18T17:13:30.204Z | Downloaded phf_generator v0.11.2 |
192 | 2024-10-18T17:13:30.207Z | Downloaded bitflags v2.6.0 |
193 | 2024-10-18T17:13:30.210Z | Downloaded async-channel v1.9.0 |
194 | 2024-10-18T17:13:30.212Z | Downloaded powerfmt v0.2.0 |
195 | 2024-10-18T17:13:30.215Z | Downloaded ff v0.13.0 |
196 | 2024-10-18T17:13:30.215Z | Downloaded cast v0.3.0 |
197 | 2024-10-18T17:13:30.217Z | Downloaded foreign-types-shared v0.1.1 |
198 | 2024-10-18T17:13:30.217Z | Downloaded ident_case v1.0.1 |
199 | 2024-10-18T17:13:30.219Z | Downloaded http-body v1.0.1 |
200 | 2024-10-18T17:13:30.219Z | Downloaded buf-list v1.0.3 |
201 | 2024-10-18T17:13:30.222Z | Downloaded fxhash v0.2.1 |
202 | 2024-10-18T17:13:30.224Z | Downloaded chrono-tz-build v0.4.0 |
203 | 2024-10-18T17:13:30.224Z | Downloaded sigpipe v0.1.3 |
204 | 2024-10-18T17:13:30.224Z | Downloaded blowfish v0.9.1 |
205 | 2024-10-18T17:13:30.226Z | Downloaded block-padding v0.3.3 |
206 | 2024-10-18T17:13:30.227Z | Downloaded cargo_metadata v0.18.1 |
207 | 2024-10-18T17:13:30.229Z | Downloaded http-range v0.1.5 |
208 | 2024-10-18T17:13:30.231Z | Downloaded base64 v0.13.1 |
209 | 2024-10-18T17:13:30.234Z | Downloaded quick-error v1.2.3 |
210 | 2024-10-18T17:13:30.234Z | Downloaded chacha20poly1305 v0.10.1 |
211 | 2024-10-18T17:13:30.236Z | Downloaded async-trait v0.1.83 |
212 | 2024-10-18T17:13:30.239Z | Downloaded termtree v0.4.1 |
213 | 2024-10-18T17:13:30.241Z | Downloaded form_urlencoded v1.2.1 |
214 | 2024-10-18T17:13:30.241Z | Downloaded password-hash v0.5.0 |
215 | 2024-10-18T17:13:30.243Z | Downloaded backoff v0.4.0 |
216 | 2024-10-18T17:13:30.245Z | Downloaded foreign-types v0.5.0 |
217 | 2024-10-18T17:13:30.248Z | Downloaded progenitor-client v0.8.0 |
218 | 2024-10-18T17:13:30.248Z | Downloaded backtrace v0.3.74 |
219 | 2024-10-18T17:13:30.252Z | Downloaded allocator-api2 v0.2.18 |
220 | 2024-10-18T17:13:30.255Z | Downloaded salsa20 v0.10.2 |
221 | 2024-10-18T17:13:30.257Z | Downloaded rfc6979 v0.4.0 |
222 | 2024-10-18T17:13:30.260Z | Downloaded proc-macro-crate v1.3.1 |
223 | 2024-10-18T17:13:30.260Z | Downloaded cancel-safe-futures v0.1.5 |
224 | 2024-10-18T17:13:30.262Z | Downloaded camino v1.1.9 |
225 | 2024-10-18T17:13:30.264Z | Downloaded postgres-types v0.2.8 |
226 | 2024-10-18T17:13:30.267Z | Downloaded heapless v0.8.0 |
227 | 2024-10-18T17:13:30.270Z | Downloaded phf_shared v0.10.0 |
228 | 2024-10-18T17:13:30.272Z | Downloaded serde_urlencoded v0.7.1 |
229 | 2024-10-18T17:13:30.274Z | Downloaded pkcs8 v0.10.2 |
230 | 2024-10-18T17:13:30.277Z | Downloaded spki v0.7.3 |
231 | 2024-10-18T17:13:30.279Z | Downloaded serde-hex v0.1.0 |
232 | 2024-10-18T17:13:30.279Z | Downloaded futures-timer v3.0.3 |
233 | 2024-10-18T17:13:30.281Z | Downloaded resolv-conf v0.7.0 |
234 | 2024-10-18T17:13:30.284Z | Downloaded chacha20 v0.9.1 |
235 | 2024-10-18T17:13:30.287Z | Downloaded tiny-keccak v2.0.2 |
236 | 2024-10-18T17:13:30.289Z | Downloaded httpdate v1.0.3 |
237 | 2024-10-18T17:13:30.289Z | Downloaded tokio-tungstenite v0.24.0 |
238 | 2024-10-18T17:13:30.292Z | Downloaded base64 v0.22.1 |
239 | 2024-10-18T17:13:30.294Z | Downloaded dtrace-parser v0.2.0 |
240 | 2024-10-18T17:13:30.297Z | Downloaded difflib v0.4.0 |
241 | 2024-10-18T17:13:30.297Z | Downloaded derive_builder_macro v0.20.2 |
242 | 2024-10-18T17:13:30.300Z | Downloaded which v4.4.2 |
243 | 2024-10-18T17:13:30.300Z | Downloaded usdt v0.5.0 |
244 | 2024-10-18T17:13:30.303Z | Downloaded typify-macro v0.2.0 |
245 | 2024-10-18T17:13:30.303Z | Downloaded xattr v1.3.1 |
246 | 2024-10-18T17:13:30.305Z | Downloaded hashbrown v0.12.3 |
247 | 2024-10-18T17:13:30.308Z | Downloaded static_assertions v1.1.0 |
248 | 2024-10-18T17:13:30.310Z | Downloaded zone_cfg_derive v0.1.2 |
249 | 2024-10-18T17:13:30.310Z | Downloaded bzip2 v0.4.4 |
250 | 2024-10-18T17:13:30.312Z | Downloaded glob v0.3.1 |
251 | 2024-10-18T17:13:30.314Z | Downloaded pathdiff v0.2.2 |
252 | 2024-10-18T17:13:30.314Z | Downloaded hyper-tls v0.6.0 |
253 | 2024-10-18T17:13:30.317Z | Downloaded postgres-protocol v0.6.7 |
254 | 2024-10-18T17:13:30.319Z | Downloaded hash32 v0.3.1 |
255 | 2024-10-18T17:13:30.319Z | Downloaded target-spec v3.2.2 |
256 | 2024-10-18T17:13:30.322Z | Downloaded string_cache v0.8.7 |
257 | 2024-10-18T17:13:30.322Z | Downloaded pkg-config v0.3.31 |
258 | 2024-10-18T17:13:30.325Z | Downloaded aes-gcm v0.10.3 |
259 | 2024-10-18T17:13:30.327Z | Downloaded strum_macros v0.26.4 |
260 | 2024-10-18T17:13:30.329Z | Downloaded humantime v2.1.0 |
261 | 2024-10-18T17:13:30.332Z | Downloaded num-conv v0.1.0 |
262 | 2024-10-18T17:13:30.332Z | Downloaded newtype_derive v0.1.6 |
263 | 2024-10-18T17:13:30.334Z | Downloaded debug-ignore v1.0.5 |
264 | 2024-10-18T17:13:30.338Z | Downloaded curve25519-dalek-derive v0.1.1 |
265 | 2024-10-18T17:13:30.338Z | Downloaded newline-converter v0.3.0 |
266 | 2024-10-18T17:13:30.340Z | Downloaded is_ci v1.2.0 |
267 | 2024-10-18T17:13:30.340Z | Downloaded psl-types v2.0.11 |
268 | 2024-10-18T17:13:30.340Z | Downloaded hickory-resolver v0.24.1 |
269 | 2024-10-18T17:13:30.344Z | Downloaded doc-comment v0.3.3 |
270 | 2024-10-18T17:13:30.346Z | Downloaded itoa v1.0.11 |
271 | 2024-10-18T17:13:30.349Z | Downloaded impl-trait-for-tuples v0.2.2 |
272 | 2024-10-18T17:13:30.351Z | Downloaded embedded-io v0.4.0 |
273 | 2024-10-18T17:13:30.351Z | Downloaded serde_derive v1.0.210 |
274 | 2024-10-18T17:13:30.354Z | Downloaded base64ct v1.6.0 |
275 | 2024-10-18T17:13:30.356Z | Downloaded fatfs v0.3.6 |
276 | 2024-10-18T17:13:30.359Z | Downloaded md5 v0.7.0 |
277 | 2024-10-18T17:13:30.362Z | Downloaded lru v0.12.5 |
278 | 2024-10-18T17:13:30.362Z | Downloaded keccak v0.1.5 |
279 | 2024-10-18T17:13:30.364Z | Downloaded either v1.13.0 |
280 | 2024-10-18T17:13:30.364Z | Downloaded futures-lite v2.3.0 |
281 | 2024-10-18T17:13:30.367Z | Downloaded heck v0.3.3 |
282 | 2024-10-18T17:13:30.369Z | Downloaded newtype-uuid v1.1.2 |
283 | 2024-10-18T17:13:30.369Z | Downloaded getrandom v0.2.15 |
284 | 2024-10-18T17:13:30.372Z | Downloaded console v0.15.8 |
285 | 2024-10-18T17:13:30.375Z | Downloaded slog v2.7.0 |
286 | 2024-10-18T17:13:30.377Z | Downloaded unarray v0.1.4 |
287 | 2024-10-18T17:13:30.380Z | Downloaded num-derive v0.4.2 |
288 | 2024-10-18T17:13:30.382Z | Downloaded derive_builder_core v0.20.2 |
289 | 2024-10-18T17:13:30.382Z | Downloaded hyper-rustls v0.27.3 |
290 | 2024-10-18T17:13:30.385Z | Downloaded take_mut v0.2.2 |
291 | 2024-10-18T17:13:30.387Z | Downloaded version_check v0.9.5 |
292 | 2024-10-18T17:13:30.387Z | Downloaded test-strategy v0.3.1 |
293 | 2024-10-18T17:13:30.390Z | Downloaded percent-encoding v2.3.1 |
294 | 2024-10-18T17:13:30.392Z | Downloaded httptest v0.16.1 |
295 | 2024-10-18T17:13:30.395Z | Downloaded progenitor-macro v0.8.0 |
296 | 2024-10-18T17:13:30.395Z | Downloaded crossbeam-deque v0.8.5 |
297 | 2024-10-18T17:13:30.397Z | Downloaded zone v0.3.0 |
298 | 2024-10-18T17:13:30.397Z | Downloaded jobserver v0.1.32 |
299 | 2024-10-18T17:13:30.400Z | Downloaded sha2 v0.10.8 |
300 | 2024-10-18T17:13:30.403Z | Downloaded xz2 v0.1.7 |
301 | 2024-10-18T17:13:30.403Z | Downloaded scroll_derive v0.12.0 |
302 | 2024-10-18T17:13:30.405Z | Downloaded quinn v0.11.5 |
303 | 2024-10-18T17:13:30.408Z | Downloaded relative-path v1.9.3 |
304 | 2024-10-18T17:13:30.410Z | Downloaded lru-cache v0.1.2 |
305 | 2024-10-18T17:13:30.410Z | Downloaded rustls-pemfile v1.0.4 |
306 | 2024-10-18T17:13:30.413Z | Downloaded kv-log-macro v1.0.7 |
307 | 2024-10-18T17:13:30.416Z | Downloaded crunchy v0.2.2 |
308 | 2024-10-18T17:13:30.416Z | Downloaded crucible-workspace-hack v0.1.0 |
309 | 2024-10-18T17:13:30.416Z | Downloaded kstat-rs v0.2.4 |
310 | 2024-10-18T17:13:30.418Z | Downloaded ena v0.14.3 |
311 | 2024-10-18T17:13:30.418Z | Downloaded const-oid v0.9.6 |
312 | 2024-10-18T17:13:30.421Z | Downloaded embedded-io v0.6.1 |
313 | 2024-10-18T17:13:30.423Z | Downloaded publicsuffix v2.2.3 |
314 | 2024-10-18T17:13:30.426Z | Downloaded trybuild v1.0.100 |
315 | 2024-10-18T17:13:30.428Z | Downloaded num-complex v0.4.6 |
316 | 2024-10-18T17:13:30.430Z | Downloaded half v2.4.1 |
317 | 2024-10-18T17:13:30.433Z | Downloaded try-lock v0.2.5 |
318 | 2024-10-18T17:13:30.436Z | Downloaded stable_deref_trait v1.2.0 |
319 | 2024-10-18T17:13:30.436Z | Downloaded waitgroup v0.1.2 |
320 | 2024-10-18T17:13:30.438Z | Downloaded vsss-rs v3.3.4 |
321 | 2024-10-18T17:13:30.441Z | Downloaded http v0.2.12 |
322 | 2024-10-18T17:13:30.444Z | Downloaded opaque-debug v0.3.1 |
323 | 2024-10-18T17:13:30.444Z | Downloaded parse-display v0.10.0 |
324 | 2024-10-18T17:13:30.446Z | Downloaded tokio-native-tls v0.3.1 |
325 | 2024-10-18T17:13:30.449Z | Downloaded proc-macro-error v1.0.4 |
326 | 2024-10-18T17:13:30.451Z | Downloaded oorandom v11.1.4 |
327 | 2024-10-18T17:13:30.451Z | Downloaded cstr-argument v0.1.2 |
328 | 2024-10-18T17:13:30.453Z | Downloaded tap v1.0.1 |
329 | 2024-10-18T17:13:30.453Z | Downloaded structmeta v0.3.0 |
330 | 2024-10-18T17:13:30.456Z | Downloaded structmeta v0.2.0 |
331 | 2024-10-18T17:13:30.456Z | Downloaded ref-cast-impl v1.0.23 |
332 | 2024-10-18T17:13:30.456Z | Downloaded cc v1.1.30 |
333 | 2024-10-18T17:13:30.459Z | Downloaded polyval v0.6.2 |
334 | 2024-10-18T17:13:30.462Z | Downloaded openssl-macros v0.1.1 |
335 | 2024-10-18T17:13:30.462Z | Downloaded rustls-pemfile v2.2.0 |
336 | 2024-10-18T17:13:30.465Z | Downloaded toml v0.7.8 |
337 | 2024-10-18T17:13:30.468Z | Downloaded qorb v0.1.1 |
338 | 2024-10-18T17:13:30.471Z | Downloaded crypto-common v0.1.6 |
339 | 2024-10-18T17:13:30.474Z | Downloaded slog-scope v4.4.0 |
340 | 2024-10-18T17:13:30.476Z | Downloaded openssl-probe v0.1.5 |
341 | 2024-10-18T17:13:30.476Z | Downloaded subprocess v0.2.9 |
342 | 2024-10-18T17:13:30.479Z | Downloaded slog-json v2.6.1 |
343 | 2024-10-18T17:13:30.481Z | Downloaded rpassword v7.3.1 |
344 | 2024-10-18T17:13:30.481Z | Downloaded dirs-sys-next v0.1.2 |
345 | 2024-10-18T17:13:30.484Z | Downloaded dirs-next v2.0.0 |
346 | 2024-10-18T17:13:30.484Z | Downloaded digest v0.10.7 |
347 | 2024-10-18T17:13:30.486Z | Downloaded structmeta-derive v0.2.0 |
348 | 2024-10-18T17:13:30.486Z | Downloaded sha1 v0.10.6 |
349 | 2024-10-18T17:13:30.489Z | Downloaded serde_derive_internals v0.29.1 |
350 | 2024-10-18T17:13:30.491Z | Downloaded scroll v0.12.0 |
351 | 2024-10-18T17:13:30.491Z | Downloaded flume v0.11.0 |
352 | 2024-10-18T17:13:30.494Z | Downloaded indent_write v2.2.0 |
353 | 2024-10-18T17:13:30.497Z | Downloaded parse-size v1.0.0 |
354 | 2024-10-18T17:13:30.497Z | Downloaded nibble_vec v0.1.0 |
355 | 2024-10-18T17:13:30.500Z | Downloaded parking_lot v0.12.3 |
356 | 2024-10-18T17:13:30.502Z | Downloaded once_cell v1.20.2 |
357 | 2024-10-18T17:13:30.505Z | Downloaded futures v0.3.31 |
358 | 2024-10-18T17:13:30.508Z | Downloaded fancy-regex v0.13.0 |
359 | 2024-10-18T17:13:30.511Z | Downloaded constant_time_eq v0.3.1 |
360 | 2024-10-18T17:13:30.514Z | Downloaded cobs v0.2.3 |
361 | 2024-10-18T17:13:30.516Z | Downloaded utf8parse v0.2.2 |
362 | 2024-10-18T17:13:30.516Z | Downloaded unicode-truncate v1.1.0 |
363 | 2024-10-18T17:13:30.518Z | Downloaded rustls-native-certs v0.7.3 |
364 | 2024-10-18T17:13:30.521Z | Downloaded russh-cryptovec v0.7.3 |
365 | 2024-10-18T17:13:30.521Z | Downloaded const_format_proc_macros v0.2.33 |
366 | 2024-10-18T17:13:30.524Z | Downloaded serde-big-array v0.5.1 |
367 | 2024-10-18T17:13:30.526Z | Downloaded poly1305 v0.8.0 |
368 | 2024-10-18T17:13:30.529Z | Downloaded wyz v0.5.1 |
369 | 2024-10-18T17:13:30.529Z | Downloaded pbkdf2 v0.11.0 |
370 | 2024-10-18T17:13:30.531Z | Downloaded path-tree v0.8.1 |
371 | 2024-10-18T17:13:30.534Z | Downloaded want v0.3.1 |
372 | 2024-10-18T17:13:30.534Z | Downloaded rand_chacha v0.3.1 |
373 | 2024-10-18T17:13:30.536Z | Downloaded vte_generate_state_changes v0.1.2 |
374 | 2024-10-18T17:13:30.536Z | Downloaded proc-macro-error-attr v1.0.4 |
375 | 2024-10-18T17:13:30.538Z | Downloaded num v0.4.3 |
376 | 2024-10-18T17:13:30.538Z | Downloaded inout v0.1.3 |
377 | 2024-10-18T17:13:30.540Z | Downloaded indoc v1.0.9 |
378 | 2024-10-18T17:13:30.542Z | Downloaded memmap v0.7.0 |
379 | 2024-10-18T17:13:30.545Z | Downloaded similar-asserts v1.6.0 |
380 | 2024-10-18T17:13:30.547Z | Downloaded signature v2.2.0 |
381 | 2024-10-18T17:13:30.547Z | Downloaded tabled_derive v0.7.0 |
382 | 2024-10-18T17:13:30.550Z | Downloaded mockall v0.13.0 |
383 | 2024-10-18T17:13:30.550Z | Downloaded env_logger v0.10.2 |
384 | 2024-10-18T17:13:30.553Z | Downloaded hashbrown v0.14.5 |
385 | 2024-10-18T17:13:30.558Z | Downloaded tinyvec v1.8.0 |
386 | 2024-10-18T17:13:30.561Z | Downloaded polling v3.7.3 |
387 | 2024-10-18T17:13:30.565Z | Downloaded smf v0.2.3 |
388 | 2024-10-18T17:13:30.565Z | Downloaded omicron-zone-package v0.11.1 |
389 | 2024-10-18T17:13:30.568Z | Downloaded tls_codec v0.4.1 |
390 | 2024-10-18T17:13:30.570Z | Downloaded tokio-rustls v0.25.0 |
391 | 2024-10-18T17:13:30.574Z | Downloaded tokio-rustls v0.26.0 |
392 | 2024-10-18T17:13:30.577Z | Downloaded normalize-line-endings v0.3.0 |
393 | 2024-10-18T17:13:30.577Z | Downloaded dhcproto-macros v0.1.0 |
394 | 2024-10-18T17:13:30.577Z | Downloaded serde_yaml v0.9.34+deprecated |
395 | 2024-10-18T17:13:30.579Z | Downloaded crossbeam-channel v0.5.13 |
396 | 2024-10-18T17:13:30.583Z | Downloaded plotters-svg v0.3.7 |
397 | 2024-10-18T17:13:30.586Z | Downloaded pin-project-lite v0.2.14 |
398 | 2024-10-18T17:13:30.589Z | Downloaded rtoolbox v0.0.2 |
399 | 2024-10-18T17:13:30.592Z | Downloaded pin-project-internal v1.1.6 |
400 | 2024-10-18T17:13:30.592Z | Downloaded enum-as-inner v0.6.1 |
401 | 2024-10-18T17:13:30.595Z | Downloaded wait-timeout v0.2.0 |
402 | 2024-10-18T17:13:30.595Z | Downloaded indexmap v1.9.3 |
403 | 2024-10-18T17:13:30.599Z | Downloaded hickory-server v0.24.1 |
404 | 2024-10-18T17:13:30.604Z | Downloaded equivalent v1.0.1 |
405 | 2024-10-18T17:13:30.607Z | Downloaded pretty-hex v0.2.1 |
406 | 2024-10-18T17:13:30.607Z | Downloaded log v0.4.22 |
407 | 2024-10-18T17:13:30.609Z | Downloaded tar v0.4.42 |
408 | 2024-10-18T17:13:30.611Z | Downloaded spin v0.5.2 |
409 | 2024-10-18T17:13:30.614Z | Downloaded shlex v1.3.0 |
410 | 2024-10-18T17:13:30.616Z | Downloaded ssh-cipher v0.2.0 |
411 | 2024-10-18T17:13:30.616Z | Downloaded similar v2.6.0 |
412 | 2024-10-18T17:13:30.620Z | Downloaded rstest v0.23.0 |
413 | 2024-10-18T17:13:30.626Z | Downloaded strum v0.26.3 |
414 | 2024-10-18T17:13:30.628Z | Downloaded headers v0.4.0 |
415 | 2024-10-18T17:13:30.634Z | Downloaded lazycell v1.3.0 |
416 | 2024-10-18T17:13:30.637Z | Downloaded pretty-hex v0.4.1 |
417 | 2024-10-18T17:13:30.637Z | Downloaded downcast v0.11.0 |
418 | 2024-10-18T17:13:30.637Z | Downloaded walkdir v2.5.0 |
419 | 2024-10-18T17:13:30.639Z | Downloaded untrusted v0.7.1 |
420 | 2024-10-18T17:13:30.639Z | Downloaded hyper v1.4.1 |
421 | 2024-10-18T17:13:30.645Z | Downloaded aho-corasick v1.1.3 |
422 | 2024-10-18T17:13:30.651Z | Downloaded new_debug_unreachable v1.0.6 |
423 | 2024-10-18T17:13:30.653Z | Downloaded ecdsa v0.16.9 |
424 | 2024-10-18T17:13:30.656Z | Downloaded quote v1.0.37 |
425 | 2024-10-18T17:13:30.658Z | Downloaded indicatif v0.17.8 |
426 | 2024-10-18T17:13:30.661Z | Downloaded tinyvec_macros v0.1.1 |
427 | 2024-10-18T17:13:30.663Z | Downloaded time-core v0.1.2 |
428 | 2024-10-18T17:13:30.663Z | Downloaded ron v0.8.1 |
429 | 2024-10-18T17:13:30.668Z | Downloaded tokio-postgres v0.7.12 |
430 | 2024-10-18T17:13:30.673Z | Downloaded oso-derive v0.27.3 |
431 | 2024-10-18T17:13:30.675Z | Downloaded strsim v0.11.1 |
432 | 2024-10-18T17:13:30.675Z | Downloaded serde_spanned v0.6.8 |
433 | 2024-10-18T17:13:30.678Z | Downloaded memmap2 v0.9.5 |
434 | 2024-10-18T17:13:30.680Z | Downloaded memoffset v0.9.1 |
435 | 2024-10-18T17:13:30.680Z | Downloaded linear-map v1.2.0 |
436 | 2024-10-18T17:13:30.683Z | Downloaded universal-hash v0.5.1 |
437 | 2024-10-18T17:13:30.683Z | Downloaded predicates-tree v1.0.11 |
438 | 2024-10-18T17:13:30.686Z | Downloaded num-iter v0.1.45 |
439 | 2024-10-18T17:13:30.688Z | Downloaded steno v0.4.1 |
440 | 2024-10-18T17:13:30.691Z | Downloaded http v1.1.0 |
441 | 2024-10-18T17:13:30.695Z | Downloaded predicates v3.1.2 |
442 | 2024-10-18T17:13:30.697Z | Downloaded ctr v0.9.2 |
443 | 2024-10-18T17:13:30.701Z | Downloaded rcgen v0.12.1 |
444 | 2024-10-18T17:13:30.701Z | Downloaded tui-tree-widget v0.22.0 |
445 | 2024-10-18T17:13:30.704Z | Downloaded event-listener-strategy v0.5.2 |
446 | 2024-10-18T17:13:30.704Z | Downloaded libefi-sys v0.1.0 |
447 | 2024-10-18T17:13:30.706Z | Downloaded crossbeam-utils v0.8.20 |
448 | 2024-10-18T17:13:30.708Z | Downloaded rust-argon2 v2.1.0 |
449 | 2024-10-18T17:13:30.711Z | Downloaded rustc-hash v1.1.0 |
450 | 2024-10-18T17:13:30.711Z | Downloaded concurrent-queue v2.5.0 |
451 | 2024-10-18T17:13:30.714Z | Downloaded h2 v0.4.6 |
452 | 2024-10-18T17:13:30.719Z | Downloaded vte v0.11.1 |
453 | 2024-10-18T17:13:30.721Z | Downloaded supports-color v3.0.1 |
454 | 2024-10-18T17:13:30.723Z | Downloaded russh-keys v0.45.0 |
455 | 2024-10-18T17:13:30.726Z | Downloaded textwrap v0.16.1 |
456 | 2024-10-18T17:13:30.728Z | Downloaded blake3 v1.5.4 |
457 | 2024-10-18T17:13:30.734Z | Downloaded hashbrown v0.13.2 |
458 | 2024-10-18T17:13:30.738Z | Downloaded radium v0.7.0 |
459 | 2024-10-18T17:13:30.741Z | Downloaded colorchoice v1.0.2 |
460 | 2024-10-18T17:13:30.741Z | Downloaded phf v0.11.2 |
461 | 2024-10-18T17:13:30.743Z | Downloaded num-integer v0.1.46 |
462 | 2024-10-18T17:13:30.746Z | Downloaded escape8259 v0.5.3 |
463 | 2024-10-18T17:13:30.746Z | Downloaded libsw v3.3.1 |
464 | 2024-10-18T17:13:30.748Z | Downloaded internet-checksum v0.2.1 |
465 | 2024-10-18T17:13:30.748Z | Downloaded colored v2.1.0 |
466 | 2024-10-18T17:13:30.751Z | Downloaded rusty-fork v0.3.0 |
467 | 2024-10-18T17:13:30.753Z | Downloaded csv-core v0.1.11 |
468 | 2024-10-18T17:13:30.753Z | Downloaded rustversion v1.0.17 |
469 | 2024-10-18T17:13:30.756Z | Downloaded crossbeam-epoch v0.9.18 |
470 | 2024-10-18T17:13:30.758Z | Downloaded number_prefix v0.4.0 |
471 | 2024-10-18T17:13:30.760Z | Downloaded libloading v0.8.5 |
472 | 2024-10-18T17:13:30.766Z | Downloaded unicode-properties v0.1.3 |
473 | 2024-10-18T17:13:30.766Z | Downloaded smawk v0.3.2 |
474 | 2024-10-18T17:13:30.766Z | Downloaded pbkdf2 v0.12.2 |
475 | 2024-10-18T17:13:30.767Z | Downloaded smallvec v0.6.14 |
476 | 2024-10-18T17:13:30.769Z | Downloaded sqlformat v0.2.6 |
477 | 2024-10-18T17:13:30.772Z | Downloaded rustc-demangle v0.1.24 |
478 | 2024-10-18T17:13:30.772Z | Downloaded dhcproto v0.12.0 |
479 | 2024-10-18T17:13:30.774Z | Downloaded errno v0.3.9 |
480 | 2024-10-18T17:13:30.777Z | Downloaded schemars_derive v0.8.21 |
481 | 2024-10-18T17:13:30.779Z | Downloaded cookie v0.18.1 |
482 | 2024-10-18T17:13:30.781Z | Downloaded yansi v1.0.1 |
483 | 2024-10-18T17:13:30.784Z | Downloaded indexmap v2.6.0 |
484 | 2024-10-18T17:13:30.788Z | Downloaded matches v0.1.10 |
485 | 2024-10-18T17:13:30.791Z | Downloaded env_logger v0.11.5 |
486 | 2024-10-18T17:13:30.791Z | Downloaded signal-hook-tokio v0.3.1 |
487 | 2024-10-18T17:13:30.791Z | Downloaded whoami v1.5.2 |
488 | 2024-10-18T17:13:30.793Z | Downloaded time-macros v0.2.18 |
489 | 2024-10-18T17:13:30.795Z | Downloaded strum_macros v0.24.3 |
490 | 2024-10-18T17:13:30.798Z | Downloaded rstest_macros v0.23.0 |
491 | 2024-10-18T17:13:30.800Z | Downloaded futures-util v0.3.31 |
492 | 2024-10-18T17:13:30.811Z | Downloaded sync_wrapper v0.1.2 |
493 | 2024-10-18T17:13:30.813Z | Downloaded sync_wrapper v1.0.1 |
494 | 2024-10-18T17:13:30.814Z | Downloaded swrite v0.1.0 |
495 | 2024-10-18T17:13:30.816Z | Downloaded event-listener v2.5.3 |
496 | 2024-10-18T17:13:30.816Z | Downloaded tabwriter v1.4.0 |
497 | 2024-10-18T17:13:30.818Z | Downloaded darling v0.20.10 |
498 | 2024-10-18T17:13:30.821Z | Downloaded value-bag v1.9.0 |
499 | 2024-10-18T17:13:30.823Z | Downloaded rand_core v0.6.4 |
500 | 2024-10-18T17:13:30.826Z | Downloaded guppy v0.17.8 |
501 | 2024-10-18T17:13:30.831Z | Downloaded oso v0.27.3 |
502 | 2024-10-18T17:13:30.834Z | Downloaded diesel_table_macro_syntax v0.2.0 |
503 | 2024-10-18T17:13:30.837Z | Downloaded pest v2.7.14 |
504 | 2024-10-18T17:13:30.841Z | Downloaded tungstenite v0.23.0 |
505 | 2024-10-18T17:13:30.844Z | Downloaded nested v0.1.1 |
506 | 2024-10-18T17:13:30.846Z | Downloaded quick-xml v0.33.0 |
507 | 2024-10-18T17:13:30.851Z | Downloaded sec1 v0.7.3 |
508 | 2024-10-18T17:13:30.853Z | Downloaded semver v0.1.20 |
509 | 2024-10-18T17:13:30.855Z | Downloaded usdt-attr-macro v0.5.0 |
510 | 2024-10-18T17:13:30.855Z | Downloaded toolchain_find v0.4.0 |
511 | 2024-10-18T17:13:30.858Z | Downloaded pest_meta v2.7.14 |
512 | 2024-10-18T17:13:30.860Z | Downloaded maybe-uninit v2.0.0 |
513 | 2024-10-18T17:13:30.860Z | Downloaded cpufeatures v0.2.14 |
514 | 2024-10-18T17:13:30.863Z | Downloaded deranged v0.3.11 |
515 | 2024-10-18T17:13:30.863Z | Downloaded utf-8 v0.7.6 |
516 | 2024-10-18T17:13:30.865Z | Downloaded serde_path_to_error v0.1.16 |
517 | 2024-10-18T17:13:30.865Z | Downloaded match_cfg v0.1.0 |
518 | 2024-10-18T17:13:30.868Z | Downloaded crc32fast v1.4.2 |
519 | 2024-10-18T17:13:30.870Z | Downloaded tracing-core v0.1.32 |
520 | 2024-10-18T17:13:30.872Z | Downloaded dyn-clone v1.0.17 |
521 | 2024-10-18T17:13:30.875Z | Downloaded smallvec v1.13.2 |
522 | 2024-10-18T17:13:30.875Z | Downloaded defmt-macros v0.3.9 |
523 | 2024-10-18T17:13:30.877Z | Downloaded darling_macro v0.20.10 |
524 | 2024-10-18T17:13:30.880Z | Downloaded plotters-backend v0.3.7 |
525 | 2024-10-18T17:13:30.880Z | Downloaded tungstenite v0.24.0 |
526 | 2024-10-18T17:13:30.883Z | Downloaded paste v1.0.15 |
527 | 2024-10-18T17:13:30.886Z | Downloaded is_terminal_polyfill v1.70.1 |
528 | 2024-10-18T17:13:30.888Z | Downloaded zeroize v1.8.1 |
529 | 2024-10-18T17:13:30.891Z | Downloaded tempfile v3.13.0 |
530 | 2024-10-18T17:13:30.893Z | Downloaded dropshot_endpoint v0.12.0 |
531 | 2024-10-18T17:13:30.895Z | Downloaded vergen v8.3.2 |
532 | 2024-10-18T17:13:30.898Z | Downloaded strip-ansi-escapes v0.2.0 |
533 | 2024-10-18T17:13:30.900Z | Downloaded num-rational v0.4.2 |
534 | 2024-10-18T17:13:30.900Z | Downloaded tokio-macros v2.4.0 |
535 | 2024-10-18T17:13:30.903Z | Downloaded typenum v1.17.0 |
536 | 2024-10-18T17:13:30.905Z | Downloaded toml_edit v0.19.15 |
537 | 2024-10-18T17:13:30.919Z | Downloaded tokio-util v0.7.12 |
538 | 2024-10-18T17:13:30.925Z | Downloaded instant v0.1.13 |
539 | 2024-10-18T17:13:30.928Z | Downloaded thiserror-impl v1.0.64 |
540 | 2024-10-18T17:13:30.931Z | Downloaded crossterm v0.28.1 |
541 | 2024-10-18T17:13:30.934Z | Downloaded quinn-proto v0.11.8 |
542 | 2024-10-18T17:13:30.941Z | Downloaded packed_struct_codegen v0.10.1 |
543 | 2024-10-18T17:13:30.944Z | Downloaded schemars v0.8.21 |
544 | 2024-10-18T17:13:30.953Z | Downloaded rustfmt-wrapper v0.2.1 |
545 | 2024-10-18T17:13:30.956Z | Downloaded zone_cfg_derive v0.3.0 |
546 | 2024-10-18T17:13:30.956Z | Downloaded pin-project v1.1.6 |
547 | 2024-10-18T17:13:30.966Z | Downloaded peg v0.8.4 |
548 | 2024-10-18T17:13:30.970Z | Downloaded usdt-macro v0.5.0 |
549 | 2024-10-18T17:13:30.973Z | Downloaded postcard v1.0.10 |
550 | 2024-10-18T17:13:30.976Z | Downloaded typify v0.2.0 |
551 | 2024-10-18T17:13:30.980Z | Downloaded precomputed-hash v0.1.1 |
552 | 2024-10-18T17:13:30.980Z | Downloaded toml_datetime v0.6.8 |
553 | 2024-10-18T17:13:30.980Z | Downloaded slab v0.4.9 |
554 | 2024-10-18T17:13:30.983Z | Downloaded rustc-hash v2.0.0 |
555 | 2024-10-18T17:13:30.983Z | Downloaded salty v0.3.0 |
556 | 2024-10-18T17:13:30.988Z | Downloaded ref-cast v1.0.23 |
557 | 2024-10-18T17:13:30.991Z | Downloaded crc v3.2.1 |
558 | 2024-10-18T17:13:30.994Z | Downloaded usdt-impl v0.5.0 |
559 | 2024-10-18T17:13:30.996Z | Downloaded maplit v1.0.2 |
560 | 2024-10-18T17:13:30.996Z | Downloaded lalrpop-util v0.19.12 |
561 | 2024-10-18T17:13:30.996Z | Downloaded defmt v0.3.8 |
562 | 2024-10-18T17:13:30.999Z | Downloaded prettyplease v0.2.22 |
563 | 2024-10-18T17:13:31.002Z | Downloaded md-5 v0.10.6 |
564 | 2024-10-18T17:13:31.005Z | Downloaded mime v0.3.17 |
565 | 2024-10-18T17:13:31.009Z | Downloaded is-terminal v0.4.13 |
566 | 2024-10-18T17:13:31.010Z | Downloaded ipnetwork v0.20.0 |
567 | 2024-10-18T17:13:31.010Z | Downloaded crc-catalog v2.4.0 |
568 | 2024-10-18T17:13:31.010Z | Downloaded h2 v0.3.26 |
569 | 2024-10-18T17:13:31.015Z | Downloaded num-bigint v0.4.6 |
570 | 2024-10-18T17:13:31.020Z | Downloaded packed_struct v0.10.1 |
571 | 2024-10-18T17:13:31.022Z | Downloaded event-listener v5.3.1 |
572 | 2024-10-18T17:13:31.024Z | Downloaded zeroize_derive v1.4.2 |
573 | 2024-10-18T17:13:31.027Z | Downloaded unicode-xid v0.2.6 |
574 | 2024-10-18T17:13:31.027Z | Downloaded siphasher v0.3.11 |
575 | 2024-10-18T17:13:31.029Z | Downloaded scheduled-thread-pool v0.2.7 |
576 | 2024-10-18T17:13:31.029Z | Downloaded managed v0.8.0 |
577 | 2024-10-18T17:13:31.031Z | Downloaded rand_xorshift v0.3.0 |
578 | 2024-10-18T17:13:31.031Z | Downloaded ed25519 v2.2.3 |
579 | 2024-10-18T17:13:31.034Z | Downloaded ssh-encoding v0.2.0 |
580 | 2024-10-18T17:13:31.036Z | Downloaded rustc_version v0.1.7 |
581 | 2024-10-18T17:13:31.036Z | Downloaded rand_distr v0.4.3 |
582 | 2024-10-18T17:13:31.038Z | Downloaded stringprep v0.1.5 |
583 | 2024-10-18T17:13:31.041Z | Downloaded hkdf v0.12.4 |
584 | 2024-10-18T17:13:31.043Z | Downloaded unicode-linebreak v0.1.5 |
585 | 2024-10-18T17:13:31.043Z | Downloaded enum-as-inner v0.5.1 |
586 | 2024-10-18T17:13:31.046Z | Downloaded stringmetrics v2.2.2 |
587 | 2024-10-18T17:13:31.049Z | Downloaded diesel_derives v2.2.3 |
588 | 2024-10-18T17:13:31.051Z | Downloaded progenitor v0.8.0 |
589 | 2024-10-18T17:13:31.053Z | Downloaded endian-type v0.1.2 |
590 | 2024-10-18T17:13:31.053Z | Downloaded rand_seeder v0.3.0 |
591 | 2024-10-18T17:13:31.055Z | Downloaded proc-macro-crate v3.2.0 |
592 | 2024-10-18T17:13:31.055Z | Downloaded der v0.7.9 |
593 | 2024-10-18T17:13:31.060Z | Downloaded num-bigint-dig v0.8.4 |
594 | 2024-10-18T17:13:31.064Z | Downloaded peg-macros v0.8.4 |
595 | 2024-10-18T17:13:31.067Z | Downloaded nom v7.1.3 |
596 | 2024-10-18T17:13:31.071Z | Downloaded multimap v0.10.0 |
597 | 2024-10-18T17:13:31.073Z | Downloaded dsl_auto_type v0.1.2 |
598 | 2024-10-18T17:13:31.076Z | Downloaded diff v0.1.13 |
599 | 2024-10-18T17:13:31.078Z | Downloaded proptest v1.5.0 |
600 | 2024-10-18T17:13:31.085Z | Downloaded zone v0.1.8 |
601 | 2024-10-18T17:13:31.087Z | Downloaded same-file v1.0.6 |
602 | 2024-10-18T17:13:31.087Z | Downloaded parking_lot v0.11.2 |
603 | 2024-10-18T17:13:31.089Z | Downloaded thiserror-impl-no-std v2.0.2 |
604 | 2024-10-18T17:13:31.092Z | Downloaded termcolor v1.4.1 |
605 | 2024-10-18T17:13:31.092Z | Downloaded diesel-dtrace v0.3.0 |
606 | 2024-10-18T17:13:31.094Z | Downloaded partial-io v0.5.4 |
607 | 2024-10-18T17:13:31.097Z | Downloaded owo-colors v4.1.0 |
608 | 2024-10-18T17:13:31.099Z | Downloaded crc-any v2.5.0 |
609 | 2024-10-18T17:13:31.102Z | Downloaded typed-path v0.7.1 |
610 | 2024-10-18T17:13:31.105Z | Downloaded openssl-sys v0.9.103 |
611 | 2024-10-18T17:13:31.110Z | Downloaded path-slash v0.1.5 |
612 | 2024-10-18T17:13:31.112Z | Downloaded num_threads v0.1.7 |
613 | 2024-10-18T17:13:31.112Z | Downloaded tls_codec_derive v0.4.1 |
614 | 2024-10-18T17:13:31.115Z | Downloaded phf_shared v0.11.2 |
615 | 2024-10-18T17:13:31.115Z | Downloaded darling_core v0.20.10 |
616 | 2024-10-18T17:13:31.119Z | Downloaded criterion v0.5.1 |
617 | 2024-10-18T17:13:31.125Z | Downloaded clap_lex v0.7.2 |
618 | 2024-10-18T17:13:31.128Z | Downloaded nanorand v0.7.0 |
619 | 2024-10-18T17:13:31.130Z | Downloaded instability v0.3.2 |
620 | 2024-10-18T17:13:31.130Z | Downloaded pem-rfc7468 v0.7.0 |
621 | 2024-10-18T17:13:31.132Z | Downloaded progenitor-impl v0.8.0 |
622 | 2024-10-18T17:13:31.135Z | Downloaded thread_local v1.1.8 |
623 | 2024-10-18T17:13:31.135Z | Downloaded signal-hook-mio v0.2.4 |
624 | 2024-10-18T17:13:31.137Z | Downloaded shell-words v1.1.0 |
625 | 2024-10-18T17:13:31.137Z | Downloaded tracing-attributes v0.1.27 |
626 | 2024-10-18T17:13:31.139Z | Downloaded mime_guess v2.0.5 |
627 | 2024-10-18T17:13:31.142Z | Downloaded openssl v0.10.66 |
628 | 2024-10-18T17:13:31.149Z | Downloaded itertools v0.10.5 |
629 | 2024-10-18T17:13:31.155Z | Downloaded threadpool v1.8.1 |
630 | 2024-10-18T17:13:31.158Z | Downloaded scopeguard v1.2.0 |
631 | 2024-10-18T17:13:31.158Z | Downloaded num_enum_derive v0.5.11 |
632 | 2024-10-18T17:13:31.160Z | Downloaded terminal_size v0.4.0 |
633 | 2024-10-18T17:13:31.160Z | Downloaded rayon-core v1.12.1 |
634 | 2024-10-18T17:13:31.163Z | Downloaded num_cpus v1.16.0 |
635 | 2024-10-18T17:13:31.166Z | Downloaded thread-id v4.2.2 |
636 | 2024-10-18T17:13:31.168Z | Downloaded term v0.7.0 |
637 | 2024-10-18T17:13:31.170Z | Downloaded macaddr v1.0.1 |
638 | 2024-10-18T17:13:31.172Z | Downloaded rustc_version v0.4.1 |
639 | 2024-10-18T17:13:31.173Z | Downloaded serde_with_macros v3.11.0 |
640 | 2024-10-18T17:13:31.175Z | Downloaded tokio-stream v0.1.16 |
641 | 2024-10-18T17:13:31.181Z | Downloaded tokio-tungstenite v0.21.0 |
642 | 2024-10-18T17:13:31.181Z | Downloaded primeorder v0.13.6 |
643 | 2024-10-18T17:13:31.183Z | Downloaded toml v0.8.19 |
644 | 2024-10-18T17:13:31.185Z | Downloaded scrypt v0.11.0 |
645 | 2024-10-18T17:13:31.188Z | Downloaded hyper v0.14.30 |
646 | 2024-10-18T17:13:31.194Z | Downloaded papergrid v0.11.0 |
647 | 2024-10-18T17:13:31.198Z | Downloaded signal-hook-registry v1.4.2 |
648 | 2024-10-18T17:13:31.201Z | Downloaded multer v3.1.0 |
649 | 2024-10-18T17:13:31.203Z | Downloaded thiserror-no-std v2.0.2 |
650 | 2024-10-18T17:13:31.205Z | Downloaded derive_more v0.99.18 |
651 | 2024-10-18T17:13:31.209Z | Downloaded native-tls v0.2.12 |
652 | 2024-10-18T17:13:31.212Z | Downloaded unicode_categories v0.1.1 |
653 | 2024-10-18T17:13:31.214Z | Downloaded signal-hook v0.3.17 |
654 | 2024-10-18T17:13:31.216Z | Downloaded unicode-bidi v0.3.17 |
655 | 2024-10-18T17:13:31.218Z | Downloaded derive-where v1.2.7 |
656 | 2024-10-18T17:13:31.222Z | Downloaded mockall_derive v0.13.0 |
657 | 2024-10-18T17:13:31.224Z | Downloaded phf_codegen v0.11.2 |
658 | 2024-10-18T17:13:31.226Z | Downloaded lazy_static v1.5.0 |
659 | 2024-10-18T17:13:31.226Z | Downloaded idna v0.4.0 |
660 | 2024-10-18T17:13:31.232Z | Downloaded serde_tokenstream v0.2.2 |
661 | 2024-10-18T17:13:31.234Z | Downloaded proc-macro2 v1.0.87 |
662 | 2024-10-18T17:13:31.236Z | Downloaded clap_derive v4.5.18 |
663 | 2024-10-18T17:13:31.239Z | Downloaded pem v3.0.4 |
664 | 2024-10-18T17:13:31.239Z | Downloaded p256 v0.13.2 |
665 | 2024-10-18T17:13:31.242Z | Downloaded idna v0.3.0 |
666 | 2024-10-18T17:13:31.248Z | Downloaded tracing v0.1.40 |
667 | 2024-10-18T17:13:31.252Z | Downloaded ipnet v2.10.1 |
668 | 2024-10-18T17:13:31.255Z | Downloaded winnow v0.5.40 |
669 | 2024-10-18T17:13:31.262Z | Downloaded lock_api v0.4.12 |
670 | 2024-10-18T17:13:31.264Z | Downloaded plotters v0.3.7 |
671 | 2024-10-18T17:13:31.272Z | Downloaded serde_with v3.11.0 |
672 | 2024-10-18T17:13:31.280Z | Downloaded parse-zoneinfo v0.3.1 |
673 | 2024-10-18T17:13:31.282Z | Downloaded derive_builder v0.20.2 |
674 | 2024-10-18T17:13:31.287Z | Downloaded clang-sys v1.8.1 |
675 | 2024-10-18T17:13:31.289Z | Downloaded password-hash v0.4.2 |
676 | 2024-10-18T17:13:31.292Z | Downloaded samael v0.0.17 |
677 | 2024-10-18T17:13:31.296Z | Downloaded zip v0.6.6 |
678 | 2024-10-18T17:13:31.299Z | Downloaded clap v4.5.20 |
679 | 2024-10-18T17:13:31.308Z | Downloaded itertools v0.13.0 |
680 | 2024-10-18T17:13:31.315Z | Downloaded idna v0.2.3 |
681 | 2024-10-18T17:13:31.320Z | Downloaded compact_str v0.8.0 |
682 | 2024-10-18T17:13:31.324Z | Downloaded portable-atomic v1.9.0 |
683 | 2024-10-18T17:13:31.330Z | Downloaded smoltcp v0.11.0 |
684 | 2024-10-18T17:13:31.341Z | Downloaded libxml v0.3.3 |
685 | 2024-10-18T17:13:31.347Z | Downloaded rustyline v14.0.0 |
686 | 2024-10-18T17:13:31.352Z | Downloaded tough v0.17.1 |
687 | 2024-10-18T17:13:31.359Z | Downloaded pretty_assertions v1.4.1 |
688 | 2024-10-18T17:13:31.361Z | Downloaded openapiv3 v2.0.0 |
689 | 2024-10-18T17:13:31.372Z | Downloaded unicode-normalization v0.1.24 |
690 | 2024-10-18T17:13:31.375Z | Downloaded object v0.36.5 |
691 | 2024-10-18T17:13:31.386Z | Downloaded chrono-tz v0.10.0 |
692 | 2024-10-18T17:13:31.392Z | Downloaded reedline v0.35.0 |
693 | 2024-10-18T17:13:31.399Z | Downloaded polar-core v0.27.3 |
694 | 2024-10-18T17:13:31.407Z | Downloaded radix_trie v0.2.1 |
695 | 2024-10-18T17:13:31.412Z | Downloaded webpki-roots v0.26.6 |
696 | 2024-10-18T17:13:31.415Z | Downloaded nix v0.28.0 |
697 | 2024-10-18T17:13:31.426Z | Downloaded ssh-key v0.6.6 |
698 | 2024-10-18T17:13:31.432Z | Downloaded regex v1.11.0 |
699 | 2024-10-18T17:13:31.444Z | Downloaded memchr v2.7.4 |
700 | 2024-10-18T17:13:31.449Z | Downloaded nix v0.29.0 |
701 | 2024-10-18T17:13:31.459Z | Downloaded zerocopy v0.7.35 |
702 | 2024-10-18T17:13:31.474Z | Downloaded lalrpop v0.19.12 |
703 | 2024-10-18T17:13:31.484Z | Downloaded regex-syntax v0.6.29 |
704 | 2024-10-18T17:13:31.491Z | Downloaded tabled v0.15.0 |
705 | 2024-10-18T17:13:31.505Z | Downloaded rustls-webpki v0.101.7 |
706 | 2024-10-18T17:13:31.518Z | Downloaded typify-impl v0.2.0 |
707 | 2024-10-18T17:13:31.531Z | Downloaded p521 v0.13.3 |
708 | 2024-10-18T17:13:31.535Z | Downloaded clap_builder v4.5.20 |
709 | 2024-10-18T17:13:31.541Z | Downloaded trust-dns-proto v0.22.0 |
710 | 2024-10-18T17:13:31.552Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
711 | 2024-10-18T17:13:31.563Z | Downloaded rustls-webpki v0.102.8 |
712 | 2024-10-18T17:13:31.580Z | Downloaded vcpkg v0.2.15 |
713 | 2024-10-18T17:13:31.616Z | Downloaded winnow v0.6.20 |
714 | 2024-10-18T17:13:31.623Z | Downloaded sled v0.34.7 |
715 | 2024-10-18T17:13:31.633Z | Downloaded regex-syntax v0.8.5 |
716 | 2024-10-18T17:13:31.641Z | Downloaded gimli v0.31.1 |
717 | 2024-10-18T17:13:31.649Z | Downloaded object v0.30.4 |
718 | 2024-10-18T17:13:31.657Z | Downloaded syn v1.0.109 |
719 | 2024-10-18T17:13:31.667Z | Downloaded smoltcp v0.9.1 |
720 | 2024-10-18T17:13:31.676Z | Downloaded unicode-width v0.1.14 |
721 | 2024-10-18T17:13:31.682Z | Downloaded syn v2.0.79 |
722 | 2024-10-18T17:13:31.692Z | Downloaded libc v0.2.159 |
723 | 2024-10-18T17:13:31.717Z | Downloaded lzma-sys v0.1.20 |
724 | 2024-10-18T17:13:31.744Z | Downloaded tokio v1.40.0 |
725 | 2024-10-18T17:13:31.780Z | Downloaded rustls v0.21.12 |
726 | 2024-10-18T17:13:31.791Z | Downloaded rustix v0.38.37 |
727 | 2024-10-18T17:13:31.816Z | Downloaded rustls v0.23.14 |
728 | 2024-10-18T17:13:31.827Z | Downloaded rustls v0.22.4 |
729 | 2024-10-18T17:13:31.839Z | Downloaded diesel v2.2.4 |
730 | 2024-10-18T17:13:31.857Z | Downloaded curve25519-dalek v4.1.3 |
731 | 2024-10-18T17:13:31.865Z | Downloaded hickory-proto v0.24.1 |
732 | 2024-10-18T17:13:31.880Z | Downloaded nix v0.27.1 |
733 | 2024-10-18T17:13:31.890Z | Downloaded dropshot v0.12.0 |
734 | 2024-10-18T17:13:31.909Z | Downloaded regress v0.9.1 |
735 | 2024-10-18T17:13:31.917Z | Downloaded regex-automata v0.4.8 |
736 | 2024-10-18T17:13:31.935Z | Downloaded sqlparser v0.45.0 |
737 | 2024-10-18T17:13:31.940Z | Downloaded zerocopy-derive v0.6.6 |
738 | 2024-10-18T17:13:31.949Z | Downloaded regress v0.10.1 |
739 | 2024-10-18T17:13:31.957Z | Downloaded ratatui v0.28.1 |
740 | 2024-10-18T17:13:31.976Z | Downloaded encoding_rs v0.8.34 |
741 | 2024-10-18T17:13:31.997Z | Downloaded bstr v1.10.0 |
742 | 2024-10-18T17:13:32.007Z | Downloaded libtest-mimic v0.7.3 |
743 | 2024-10-18T17:13:32.009Z | Downloaded idna v0.5.0 |
744 | 2024-10-18T17:13:32.015Z | Downloaded petgraph v0.6.5 |
745 | 2024-10-18T17:13:32.032Z | Downloaded ppv-lite86 v0.2.20 |
746 | 2024-10-18T17:13:32.034Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
747 | 2024-10-18T17:13:32.089Z | Downloaded ed25519-dalek v2.1.1 |
748 | 2024-10-18T17:13:32.092Z | Downloaded sha3 v0.10.8 |
749 | 2024-10-18T17:13:32.096Z | Downloaded expectorate v1.1.0 |
750 | 2024-10-18T17:13:32.098Z | Downloaded toml_edit v0.22.22 |
751 | 2024-10-18T17:13:32.118Z | Downloaded csv v1.3.0 |
752 | 2024-10-18T17:13:32.138Z | Downloaded libz-sys v1.1.20 |
753 | 2024-10-18T17:13:32.158Z | Downloaded rusqlite v0.32.1 |
754 | 2024-10-18T17:13:32.164Z | Downloaded fallible-iterator v0.2.0 |
755 | 2024-10-18T17:13:32.166Z | Downloaded fallible-iterator v0.3.0 |
756 | 2024-10-18T17:13:32.168Z | Downloaded slog-term v2.9.1 |
757 | 2024-10-18T17:13:32.168Z | Downloaded libm v0.2.8 |
758 | 2024-10-18T17:13:32.175Z | Downloaded des v0.8.1 |
759 | 2024-10-18T17:13:32.179Z | Downloaded unicode-ident v1.0.13 |
760 | 2024-10-18T17:13:32.181Z | Downloaded rand v0.8.5 |
761 | 2024-10-18T17:13:32.184Z | Downloaded time v0.3.36 |
762 | 2024-10-18T17:13:32.189Z | Downloaded goblin v0.8.2 |
763 | 2024-10-18T17:13:32.195Z | Downloaded httpmock v0.8.0-alpha.1 |
764 | 2024-10-18T17:13:32.212Z | Downloaded itertools v0.12.1 |
765 | 2024-10-18T17:13:32.220Z | Downloaded snafu v0.8.5 |
766 | 2024-10-18T17:13:32.226Z | Downloaded num-traits v0.2.19 |
767 | 2024-10-18T17:13:32.230Z | Downloaded russh v0.45.0 |
768 | 2024-10-18T17:13:32.235Z | Downloaded p384 v0.13.0 |
769 | 2024-10-18T17:13:32.241Z | Downloaded async-std v1.13.0 |
770 | 2024-10-18T17:13:32.259Z | Downloaded rayon v1.10.0 |
771 | 2024-10-18T17:13:32.268Z | Downloaded snafu-derive v0.8.5 |
772 | 2024-10-18T17:13:32.270Z | Downloaded data-encoding v2.6.0 |
773 | 2024-10-18T17:13:32.272Z | Downloaded topological-sort v0.2.2 |
774 | 2024-10-18T17:13:32.272Z | Downloaded serde_json v1.0.128 |
775 | 2024-10-18T17:13:32.277Z | Downloaded chrono v0.4.38 |
776 | 2024-10-18T17:13:32.284Z | Downloaded bitvec v1.0.1 |
777 | 2024-10-18T17:13:32.298Z | Downloaded bindgen v0.69.5 |
778 | 2024-10-18T17:13:32.305Z | Downloaded dof v0.3.0 |
779 | 2024-10-18T17:13:32.307Z | Downloaded cookie_store v0.21.0 |
780 | 2024-10-18T17:13:32.310Z | Downloaded uzers v0.12.1 |
781 | 2024-10-18T17:13:32.310Z | Downloaded semver v1.0.23 |
782 | 2024-10-18T17:13:32.312Z | Downloaded sct v0.7.1 |
783 | 2024-10-18T17:13:32.315Z | Downloaded der_derive v0.7.3 |
784 | 2024-10-18T17:13:32.317Z | Downloaded zerocopy-derive v0.7.35 |
785 | 2024-10-18T17:13:32.320Z | Downloaded unsafe-libyaml v0.2.11 |
786 | 2024-10-18T17:13:32.323Z | Downloaded unicode-segmentation v1.12.0 |
787 | 2024-10-18T17:13:32.326Z | Downloaded git2 v0.19.0 |
788 | 2024-10-18T17:13:32.334Z | Downloaded reqwest v0.12.8 |
789 | 2024-10-18T17:13:32.342Z | Downloaded rsa v0.9.6 |
790 | 2024-10-18T17:13:32.347Z | Downloaded socket2 v0.5.7 |
791 | 2024-10-18T17:13:32.349Z | Downloaded hashbrown v0.15.0 |
792 | 2024-10-18T17:13:32.354Z | Downloaded minimal-lexical v0.2.1 |
793 | 2024-10-18T17:13:32.358Z | Downloaded ring v0.17.8 |
794 | 2024-10-18T17:13:32.432Z | Downloaded reqwest v0.11.27 |
795 | 2024-10-18T17:13:32.439Z | Downloaded quinn-udp v0.5.5 |
796 | 2024-10-18T17:13:32.441Z | Downloaded serde v1.0.210 |
797 | 2024-10-18T17:13:32.443Z | Downloaded tungstenite v0.21.0 |
798 | 2024-10-18T17:13:32.446Z | Downloaded mio v1.0.2 |
799 | 2024-10-18T17:13:32.451Z | Downloaded linked-hash-map v0.5.6 |
800 | 2024-10-18T17:13:32.454Z | Downloaded r2d2 v0.8.10 |
801 | 2024-10-18T17:13:32.454Z | Downloaded pest_derive v2.7.14 |
802 | 2024-10-18T17:13:32.456Z | Downloaded structmeta-derive v0.3.0 |
803 | 2024-10-18T17:13:32.459Z | Downloaded serde_repr v0.1.19 |
804 | 2024-10-18T17:13:32.459Z | Downloaded serde_regex v1.1.0 |
805 | 2024-10-18T17:13:32.461Z | Downloaded serde_plain v1.0.2 |
806 | 2024-10-18T17:13:32.461Z | Downloaded ring v0.16.20 |
807 | 2024-10-18T17:13:32.540Z | Downloaded env_filter v0.1.2 |
808 | 2024-10-18T17:13:32.542Z | Downloaded crypto-bigint v0.5.5 |
809 | 2024-10-18T17:13:32.547Z | Downloaded zerocopy v0.6.6 |
810 | 2024-10-18T17:13:32.550Z | Downloaded uuid v1.10.0 |
811 | 2024-10-18T17:13:32.552Z | Downloaded predicates-core v1.0.8 |
812 | 2024-10-18T17:13:32.555Z | Downloaded defmt-parser v0.3.4 |
813 | 2024-10-18T17:13:32.555Z | Downloaded flate2 v1.0.34 |
814 | 2024-10-18T17:13:32.558Z | Downloaded nodrop v0.1.14 |
815 | 2024-10-18T17:13:32.560Z | Downloaded pkcs1 v0.7.5 |
816 | 2024-10-18T17:13:32.562Z | Downloaded nu-ansi-term v0.50.1 |
817 | 2024-10-18T17:13:32.564Z | Downloaded parking_lot_core v0.9.10 |
818 | 2024-10-18T17:13:32.567Z | Downloaded yasna v0.5.2 |
819 | 2024-10-18T17:13:32.567Z | Downloaded thiserror v1.0.64 |
820 | 2024-10-18T17:13:32.571Z | Downloaded elliptic-curve v0.13.8 |
821 | 2024-10-18T17:13:32.574Z | Downloaded x509-cert v0.2.5 |
822 | 2024-10-18T17:13:32.580Z | Downloaded url v2.5.2 |
823 | 2024-10-18T17:13:32.583Z | Downloaded hyper-util v0.1.9 |
824 | 2024-10-18T17:13:32.586Z | Downloaded heapless v0.7.17 |
825 | 2024-10-18T17:13:32.590Z | Downloaded ucd-trie v0.1.7 |
826 | 2024-10-18T17:13:32.592Z | Downloaded num_enum v0.5.11 |
827 | 2024-10-18T17:13:32.595Z | Downloaded target-lexicon v0.12.16 |
828 | 2024-10-18T17:13:32.597Z | Downloaded parking_lot_core v0.8.6 |
829 | 2024-10-18T17:13:32.600Z | Downloaded indoc v2.0.5 |
830 | 2024-10-18T17:13:32.602Z | Downloaded slog-stdlog v4.1.1 |
831 | 2024-10-18T17:13:32.602Z | Downloaded piper v0.2.4 |
832 | 2024-10-18T17:13:32.605Z | Downloaded tower-service v0.3.3 |
833 | 2024-10-18T17:13:32.605Z | Downloaded sqlparser_derive v0.2.2 |
834 | 2024-10-18T17:13:32.605Z | Downloaded ron v0.7.1 |
835 | 2024-10-18T17:13:32.609Z | Downloaded display-error-chain v0.2.1 |
836 | 2024-10-18T17:13:32.611Z | Downloaded convert_case v0.4.0 |
837 | 2024-10-18T17:13:32.611Z | Downloaded aes v0.8.4 |
838 | 2024-10-18T17:13:32.614Z | Downloaded libsqlite3-sys v0.30.1 |
839 | 2024-10-18T17:13:32.690Z | Downloaded miniz_oxide v0.8.0 |
840 | 2024-10-18T17:13:32.693Z | Downloaded const_format v0.2.33 |
841 | 2024-10-18T17:13:32.697Z | Downloaded plain v0.2.3 |
842 | 2024-10-18T17:13:32.699Z | Downloaded pkcs5 v0.7.1 |
843 | 2024-10-18T17:13:32.701Z | Downloaded pin-utils v0.1.0 |
844 | 2024-10-18T17:13:32.703Z | Downloaded slog-envlogger v2.2.0 |
845 | 2024-10-18T17:13:32.703Z | Downloaded slog-dtrace v0.3.0 |
846 | 2024-10-18T17:13:32.706Z | Downloaded tinytemplate v1.2.1 |
847 | 2024-10-18T17:13:32.706Z | Downloaded subtle v2.6.1 |
848 | 2024-10-18T17:13:32.708Z | Downloaded hyper-rustls v0.26.0 |
849 | 2024-10-18T17:13:32.711Z | Downloaded base64 v0.21.7 |
850 | 2024-10-18T17:13:32.712Z | Downloaded rustls-pki-types v1.9.0 |
851 | 2024-10-18T17:13:32.715Z | Downloaded ryu v1.0.18 |
852 | 2024-10-18T17:13:32.717Z | Downloaded futures-channel v0.3.31 |
853 | 2024-10-18T17:13:32.719Z | Downloaded untrusted v0.9.0 |
854 | 2024-10-18T17:13:32.722Z | Downloaded unicase v2.7.0 |
855 | 2024-10-18T17:13:32.722Z | Downloaded strum_macros v0.25.3 |
856 | 2024-10-18T17:13:32.724Z | Downloaded fixedbitset v0.4.2 |
857 | 2024-10-18T17:13:32.727Z | Downloaded datatest-stable v0.2.9 |
858 | 2024-10-18T17:13:32.727Z | Downloaded twox-hash v1.6.3 |
859 | 2024-10-18T17:13:32.730Z | Downloaded tokio-rustls v0.24.1 |
860 | 2024-10-18T17:13:32.730Z | Downloaded slog-async v2.8.0 |
861 | 2024-10-18T17:13:32.732Z | Downloaded async-io v2.3.4 |
862 | 2024-10-18T17:13:32.734Z | Downloaded criterion-plot v0.5.0 |
863 | 2024-10-18T17:13:32.736Z | Downloaded secrecy v0.8.0 |
864 | 2024-10-18T17:13:32.736Z | Downloaded spin v0.9.8 |
865 | 2024-10-18T17:13:32.739Z | Downloaded slog-bunyan v2.5.0 |
866 | 2024-10-18T17:13:32.742Z | Downloaded pest_generator v2.7.14 |
867 | 2024-10-18T17:13:32.742Z | Downloaded tokio-tungstenite v0.23.1 |
868 | 2024-10-18T17:13:32.744Z | Downloaded home v0.5.9 |
869 | 2024-10-18T17:13:32.744Z | Downloaded heck v0.5.0 |
870 | 2024-10-18T17:13:32.744Z | Downloaded fs-err v2.11.0 |
871 | 2024-10-18T17:13:32.746Z | Downloaded termios v0.3.3 |
872 | 2024-10-18T17:13:32.749Z | Downloaded argon2 v0.5.3 |
873 | 2024-10-18T17:13:32.749Z | Downloaded hyper-staticfile v0.10.1 |
874 | 2024-10-18T17:13:32.751Z | Downloaded hostname v0.4.0 |
875 | 2024-10-18T17:13:32.751Z | Downloaded futures-sink v0.3.31 |
876 | 2024-10-18T17:13:32.754Z | Downloaded futures-executor v0.3.31 |
877 | 2024-10-18T17:13:32.754Z | Downloaded parse-display-derive v0.10.0 |
878 | 2024-10-18T17:13:32.754Z | Downloaded hex-literal v0.4.1 |
879 | 2024-10-18T17:13:32.756Z | Downloaded foldhash v0.1.3 |
880 | 2024-10-18T17:13:32.756Z | Downloaded float-cmp v0.9.0 |
881 | 2024-10-18T17:13:32.756Z | Downloaded cipher v0.4.4 |
882 | 2024-10-18T17:13:32.758Z | Downloaded async-executor v1.13.1 |
883 | 2024-10-18T17:13:32.761Z | Downloaded assert_cmd v2.0.16 |
884 | 2024-10-18T17:13:32.763Z | Downloaded arc-swap v1.7.1 |
885 | 2024-10-18T17:13:32.765Z | Downloaded byteorder v1.5.0 |
886 | 2024-10-18T17:13:32.768Z | Downloaded async-recursion v1.1.1 |
887 | 2024-10-18T17:13:32.770Z | Downloaded bit-vec v0.6.3 |
888 | 2024-10-18T17:13:32.770Z | Downloaded bcrypt-pbkdf v0.10.0 |
889 | 2024-10-18T17:13:32.772Z | Downloaded base16ct v0.2.0 |
890 | 2024-10-18T17:13:32.772Z | Downloaded async-task v4.7.1 |
891 | 2024-10-18T17:13:32.774Z | Downloaded hex v0.4.3 |
892 | 2024-10-18T17:13:32.777Z | Downloaded futures-macro v0.3.31 |
893 | 2024-10-18T17:13:32.777Z | Downloaded async-object-pool v0.1.5 |
894 | 2024-10-18T17:13:32.777Z | Downloaded fastrand v2.1.1 |
895 | 2024-10-18T17:13:32.779Z | Downloaded async-lock v3.4.0 |
896 | 2024-10-18T17:13:32.781Z | Downloaded async-bb8-diesel v0.2.1 |
897 | 2024-10-18T17:13:32.784Z | Downloaded async-process v2.3.0 |
898 | 2024-10-18T17:13:32.784Z | Downloaded hash32 v0.2.1 |
899 | 2024-10-18T17:13:32.786Z | Downloaded gethostname v0.5.0 |
900 | 2024-10-18T17:13:32.786Z | Downloaded futures-io v0.3.31 |
901 | 2024-10-18T17:13:32.787Z | Downloaded heck v0.4.1 |
902 | 2024-10-18T17:13:32.790Z | Downloaded generic-array v0.14.7 |
903 | 2024-10-18T17:13:32.790Z | Downloaded arrayvec v0.7.6 |
904 | 2024-10-18T17:13:32.790Z | Downloaded cassowary v0.3.0 |
905 | 2024-10-18T17:13:32.793Z | Downloaded assert-json-diff v2.0.2 |
906 | 2024-10-18T17:13:32.793Z | Downloaded bitfield v0.14.0 |
907 | 2024-10-18T17:13:32.796Z | Downloaded async-signal v0.2.10 |
908 | 2024-10-18T17:13:32.796Z | Downloaded anstyle-query v1.1.1 |
909 | 2024-10-18T17:13:32.796Z | Downloaded bitfield-struct v0.6.2 |
910 | 2024-10-18T17:13:32.798Z | Downloaded bit-set v0.5.3 |
911 | 2024-10-18T17:13:32.798Z | Downloaded atomic-waker v1.1.2 |
912 | 2024-10-18T17:13:32.801Z | Downloaded array-init v0.0.4 |
913 | 2024-10-18T17:13:32.801Z | Downloaded autocfg v1.4.0 |
914 | 2024-10-18T17:13:32.801Z | Downloaded foreign-types-macros v0.2.3 |
915 | 2024-10-18T17:13:32.803Z | Downloaded fnv v1.0.7 |
916 | 2024-10-18T17:13:33.061Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
917 | 2024-10-18T17:14:02.821Z | Startup: Refreshing catalog 'helios-dev' ... Done |
918 | 2024-10-18T17:14:06.334Z | Startup: Caching catalogs ... Done |
919 | 2024-10-18T17:14:12.092Z | Planning: Solver setup ... Done (5.089s) |
920 | 2024-10-18T17:14:12.171Z | Planning: Running solver ... Done (0.078s) |
921 | 2024-10-18T17:14:12.347Z | Planning: Finding local manifests ... Done (0.111s) |
922 | 2024-10-18T17:14:12.359Z | Planning: Fetching manifests: 0/5 0% complete |
923 | 2024-10-18T17:14:12.582Z | Planning: Fetching manifests: 5/5 100% complete |
924 | 2024-10-18T17:14:12.951Z | Planning: Package planning ... Done (0.369s) |
925 | 2024-10-18T17:14:13.007Z | Planning: Merging actions ... Done (0.056s) |
926 | 2024-10-18T17:14:14.146Z | Planning: Checking for conflicting actions ... Done (1.138s) |
927 | 2024-10-18T17:14:24.477Z | Planning: Consolidating action changes ... Done (10.325s) |
928 | 2024-10-18T17:14:25.028Z | Planning: Evaluating mediators ... Done (0.552s) |
929 | 2024-10-18T17:14:25.240Z | Planning: Planning completed in 18.82 seconds |
930 | 2024-10-18T17:14:26.497Z | Packages to install: 4 |
931 | 2024-10-18T17:14:26.497Z | Packages to update: 1 |
932 | 2024-10-18T17:14:26.500Z | Mediators to change: 2 |
933 | 2024-10-18T17:14:26.500Z | Services to change: 1 |
934 | 2024-10-18T17:14:26.500Z | Estimated space available: 155.48 GB |
935 | 2024-10-18T17:14:26.500Z | Estimated space to be consumed: 1.57 GB |
936 | 2024-10-18T17:14:26.500Z | Create boot environment: No |
937 | 2024-10-18T17:14:26.500Z | Create backup boot environment: Yes |
938 | 2024-10-18T17:14:26.500Z | Rebuild boot archive: No |
939 | 2024-10-18T17:14:26.500Z | |
940 | 2024-10-18T17:14:26.500Z | Changed mediators: |
941 | 2024-10-18T17:14:26.500Z | mediator clang: |
942 | 2024-10-18T17:14:26.500Z | version: None -> 15 (system default) |
943 | 2024-10-18T17:14:26.500Z | |
944 | 2024-10-18T17:14:26.500Z | mediator llvm: |
945 | 2024-10-18T17:14:26.500Z | version: 14 (system default) -> 15 (system default) |
946 | 2024-10-18T17:14:26.500Z | |
947 | 2024-10-18T17:14:26.500Z | Changed packages: |
948 | 2024-10-18T17:14:26.500Z | helios-dev |
949 | 2024-10-18T17:14:26.500Z | developer/build-essential |
950 | 2024-10-18T17:14:26.500Z | None -> 11-2.0 |
951 | 2024-10-18T17:14:26.500Z | library/libxmlsec1 |
952 | 2024-10-18T17:14:26.500Z | None -> 1.2.35-2.0 |
953 | 2024-10-18T17:14:26.500Z | ooce/developer/clang-15 |
954 | 2024-10-18T17:14:26.500Z | None -> 15.0.7-2.0 |
955 | 2024-10-18T17:14:26.500Z | ooce/developer/llvm-15 |
956 | 2024-10-18T17:14:26.500Z | None -> 15.0.7-2.0 |
957 | 2024-10-18T17:14:26.500Z | package/pkg |
958 | 2024-10-18T17:14:26.501Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
959 | 2024-10-18T17:14:26.501Z | |
960 | 2024-10-18T17:14:26.501Z | Services: |
961 | 2024-10-18T17:14:26.501Z | restart_fmri: |
962 | 2024-10-18T17:14:26.501Z | svc:/system/update-man-index:default |
963 | 2024-10-18T17:14:26.501Z | |
964 | 2024-10-18T17:14:26.501Z | Editable files to change: |
965 | 2024-10-18T17:14:26.501Z | Update: |
966 | 2024-10-18T17:14:26.501Z | usr/share/lib/pkg/web/config.shtml |
967 | 2024-10-18T17:14:26.981Z | |
968 | 2024-10-18T17:14:26.981Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
969 | 2024-10-18T17:14:31.983Z | Download: 1347/4281 items 104.5/220.6MB 47% complete (21.1M/s) |
970 | 2024-10-18T17:14:37.021Z | Download: 3233/4281 items 165.2/220.6MB 74% complete (16.6M/s) |
971 | 2024-10-18T17:14:41.979Z | Download: Completed 220.60 MB in 14.99 seconds (14.7M/s) |
972 | 2024-10-18T17:14:42.962Z | Actions: 1/5063 actions (Removing old actions) |
973 | 2024-10-18T17:14:42.978Z | Actions: 194/5063 actions (Installing new actions) |
974 | 2024-10-18T17:14:48.252Z | Actions: 4126/5063 actions (Installing new actions) |
975 | 2024-10-18T17:14:49.301Z | Actions: 4226/5063 actions (Updating modified actions) |
976 | 2024-10-18T17:14:49.789Z | Actions: Completed 5063 actions in 6.82 seconds. |
977 | 2024-10-18T17:14:49.982Z | Done (0.186s) |
978 | 2024-10-18T17:14:49.984Z | Done (0.000s) |
979 | 2024-10-18T17:14:50.468Z | Done (0.485s) |
980 | 2024-10-18T17:14:58.074Z | Done (7.412s) |
981 | 2024-10-18T17:14:58.614Z | Done (0.473s) |
982 | 2024-10-18T17:14:58.617Z | Done (0.000s) |
983 | 2024-10-18T17:14:58.774Z | Done (0.000s) |
984 | 2024-10-18T17:14:59.393Z | Planning: Evaluating mediator changes ... Done |
985 | 2024-10-18T17:14:59.550Z | Planning: Checking for conflicting actions ... Done |
986 | 2024-10-18T17:14:59.554Z | Planning: Consolidating action changes ... Done |
987 | 2024-10-18T17:14:59.805Z | Planning: Evaluating mediators ... Done |
988 | 2024-10-18T17:14:59.807Z | Planning: Planning completed in 0.41 seconds |
989 | 2024-10-18T17:14:59.842Z | Mediators to change: 2 |
990 | 2024-10-18T17:14:59.842Z | Create boot environment: No |
991 | 2024-10-18T17:14:59.845Z | Create backup boot environment: No |
992 | 2024-10-18T17:14:59.921Z | Done |
993 | 2024-10-18T17:14:59.921Z | Done |
994 | 2024-10-18T17:15:00.230Z | Done |
995 | 2024-10-18T17:15:03.698Z | Done |
996 | 2024-10-18T17:15:03.782Z | Done |
997 | 2024-10-18T17:15:03.782Z | Done |
998 | 2024-10-18T17:15:03.910Z | Done |
999 | 2024-10-18T17:15:04.514Z | Planning: Evaluating mediator changes ... Done |
1000 | 2024-10-18T17:15:04.517Z | Planning: Merging actions ... Done |
1001 | 2024-10-18T17:15:04.699Z | Planning: Checking for conflicting actions ... Done |
1002 | 2024-10-18T17:15:04.702Z | Planning: Consolidating action changes ... Done |
1003 | 2024-10-18T17:15:04.957Z | Planning: Evaluating mediators ... Done |
1004 | 2024-10-18T17:15:05.011Z | Planning: Planning completed in 0.74 seconds |
1005 | 2024-10-18T17:15:05.049Z | Packages to change: 1 |
1006 | 2024-10-18T17:15:05.049Z | Mediators to change: 1 |
1007 | 2024-10-18T17:15:05.052Z | Services to change: 1 |
1008 | 2024-10-18T17:15:05.052Z | Create boot environment: No |
1009 | 2024-10-18T17:15:05.052Z | Create backup boot environment: Yes |
1010 | 2024-10-18T17:15:07.079Z | Actions: 1/6 actions (Updating modified actions) |
1011 | 2024-10-18T17:15:07.217Z | Actions: Completed 6 actions in 0.14 seconds. |
1012 | 2024-10-18T17:15:07.217Z | Done |
1013 | 2024-10-18T17:15:07.217Z | Done |
1014 | 2024-10-18T17:15:07.314Z | Done |
1015 | 2024-10-18T17:15:10.708Z | Done |
1016 | 2024-10-18T17:15:10.794Z | Done |
1017 | 2024-10-18T17:15:10.796Z | Done |
1018 | 2024-10-18T17:15:10.902Z | Done |
1019 | 2024-10-18T17:15:11.319Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1020 | 2024-10-18T17:15:11.319Z | clang system 15 system |
1021 | 2024-10-18T17:15:11.319Z | csh system system illumos |
1022 | 2024-10-18T17:15:11.319Z | ctags system system illumos |
1023 | 2024-10-18T17:15:11.319Z | gcc vendor 12 vendor |
1024 | 2024-10-18T17:15:11.319Z | gcc system 10 system |
1025 | 2024-10-18T17:15:11.319Z | gcc system 7 system |
1026 | 2024-10-18T17:15:11.319Z | go system 1.20 system |
1027 | 2024-10-18T17:15:11.319Z | go system 1.19 system |
1028 | 2024-10-18T17:15:11.319Z | llvm system 15 system |
1029 | 2024-10-18T17:15:11.319Z | llvm system 14 system |
1030 | 2024-10-18T17:15:11.319Z | mariadb system 10.6 system |
1031 | 2024-10-18T17:15:11.319Z | mta vendor vendor dma |
1032 | 2024-10-18T17:15:11.319Z | openjdk system 17 system |
1033 | 2024-10-18T17:15:11.319Z | openjdk system 11 system |
1034 | 2024-10-18T17:15:11.319Z | openjdk system 1.8 system |
1035 | 2024-10-18T17:15:11.319Z | openssl vendor 3 vendor |
1036 | 2024-10-18T17:15:11.320Z | perl system 5.36 system |
1037 | 2024-10-18T17:15:11.320Z | postgresql system 15 system |
1038 | 2024-10-18T17:15:11.320Z | postgresql system 13 system |
1039 | 2024-10-18T17:15:11.320Z | python vendor 3 vendor |
1040 | 2024-10-18T17:15:11.320Z | python system 2 system |
1041 | 2024-10-18T17:15:11.320Z | python3 system 3.11 system |
1042 | 2024-10-18T17:15:11.320Z | ruby system 3.0 system |
1043 | 2024-10-18T17:15:11.320Z | words vendor vendor american-english |
1044 | 2024-10-18T17:15:11.320Z | words system system australian-english |
1045 | 2024-10-18T17:15:11.320Z | words system system british-english |
1046 | 2024-10-18T17:15:11.320Z | words system system canadian-english |
1047 | 2024-10-18T17:15:11.320Z | words system system french |
1048 | 2024-10-18T17:15:11.320Z | words system system italian |
1049 | 2024-10-18T17:15:11.320Z | words system system ngerman |
1050 | 2024-10-18T17:15:11.320Z | words system system ogerman |
1051 | 2024-10-18T17:15:11.320Z | words system system spanish |
1052 | 2024-10-18T17:15:11.635Z | PUBLISHER TYPE STATUS P LOCATION |
1053 | 2024-10-18T17:15:11.635Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1054 | 2024-10-18T17:15:13.798Z | FMRI IFO |
1055 | 2024-10-18T17:15:13.799Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1056 | 2024-10-18T17:15:13.799Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1057 | 2024-10-18T17:15:13.799Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1058 | 2024-10-18T17:15:13.799Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1059 | 2024-10-18T17:15:13.799Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1060 | 2024-10-18T17:15:13.799Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1061 | 2024-10-18T17:15:13.799Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1062 | 2024-10-18T17:15:13.799Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1063 | 2024-10-18T17:15:13.799Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1064 | 2024-10-18T17:15:13.799Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1065 | 2024-10-18T17:15:13.799Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1066 | 2024-10-18T17:15:13.799Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1067 | 2024-10-18T17:15:13.799Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1068 | 2024-10-18T17:15:14.754Z | Downloading crates ... |
1069 | 2024-10-18T17:15:14.859Z | Downloaded cargo_toml v0.20.5 |
1070 | 2024-10-18T17:15:14.990Z | Compiling proc-macro2 v1.0.87 |
1071 | 2024-10-18T17:15:14.990Z | Compiling unicode-ident v1.0.13 |
1072 | 2024-10-18T17:15:14.993Z | Compiling version_check v0.9.5 |
1073 | 2024-10-18T17:15:14.993Z | Compiling serde v1.0.210 |
1074 | 2024-10-18T17:15:14.993Z | Compiling memchr v2.7.4 |
1075 | 2024-10-18T17:15:14.993Z | Compiling thiserror v1.0.64 |
1076 | 2024-10-18T17:15:14.993Z | Compiling libc v0.2.159 |
1077 | 2024-10-18T17:15:15.010Z | Compiling itoa v1.0.11 |
1078 | 2024-10-18T17:15:15.233Z | Compiling ucd-trie v0.1.7 |
1079 | 2024-10-18T17:15:15.244Z | Compiling ryu v1.0.18 |
1080 | 2024-10-18T17:15:15.536Z | Compiling once_cell v1.20.2 |
1081 | 2024-10-18T17:15:15.816Z | Compiling byteorder v1.5.0 |
1082 | 2024-10-18T17:15:15.857Z | Compiling serde_json v1.0.128 |
1083 | 2024-10-18T17:15:16.124Z | Compiling rustix v0.38.37 |
1084 | 2024-10-18T17:15:17.570Z | Compiling bitflags v2.6.0 |
1085 | 2024-10-18T17:15:17.581Z | Compiling proc-macro-error-attr v1.0.4 |
1086 | 2024-10-18T17:15:17.621Z | Compiling usdt-impl v0.5.0 |
1087 | 2024-10-18T17:15:17.643Z | Compiling syn v1.0.109 |
1088 | 2024-10-18T17:15:17.884Z | Compiling proc-macro-error v1.0.4 |
1089 | 2024-10-18T17:15:17.895Z | Compiling log v0.4.22 |
1090 | 2024-10-18T17:15:17.963Z | Compiling utf8parse v0.2.2 |
1091 | 2024-10-18T17:15:18.050Z | Compiling equivalent v1.0.1 |
1092 | 2024-10-18T17:15:18.102Z | Compiling plain v0.2.3 |
1093 | 2024-10-18T17:15:18.142Z | Compiling camino v1.1.9 |
1094 | 2024-10-18T17:15:18.173Z | Compiling hashbrown v0.15.0 |
1095 | 2024-10-18T17:15:18.231Z | Compiling thread-id v4.2.2 |
1096 | 2024-10-18T17:15:18.315Z | Compiling anstyle-parse v0.2.5 |
1097 | 2024-10-18T17:15:18.328Z | Compiling winnow v0.6.20 |
1098 | 2024-10-18T17:15:18.358Z | Compiling unicode-width v0.1.14 |
1099 | 2024-10-18T17:15:18.628Z | Compiling quote v1.0.37 |
1100 | 2024-10-18T17:15:18.660Z | Compiling anstyle v1.0.8 |
1101 | 2024-10-18T17:15:18.764Z | Compiling errno v0.3.9 |
1102 | 2024-10-18T17:15:18.958Z | Compiling pretty-hex v0.4.1 |
1103 | 2024-10-18T17:15:19.047Z | Compiling syn v2.0.79 |
1104 | 2024-10-18T17:15:19.142Z | Compiling autocfg v1.4.0 |
1105 | 2024-10-18T17:15:19.296Z | Compiling indexmap v2.6.0 |
1106 | 2024-10-18T17:15:19.367Z | Compiling is_terminal_polyfill v1.70.1 |
1107 | 2024-10-18T17:15:19.468Z | Compiling colorchoice v1.0.2 |
1108 | 2024-10-18T17:15:19.617Z | Compiling anstyle-query v1.1.1 |
1109 | 2024-10-18T17:15:19.757Z | Compiling semver v1.0.23 |
1110 | 2024-10-18T17:15:20.199Z | Compiling fs-err v2.11.0 |
1111 | 2024-10-18T17:15:20.321Z | Compiling anstream v0.6.15 |
1112 | 2024-10-18T17:15:20.553Z | Compiling fastrand v2.1.1 |
1113 | 2024-10-18T17:15:20.595Z | Compiling heck v0.5.0 |
1114 | 2024-10-18T17:15:20.666Z | Compiling strsim v0.11.1 |
1115 | 2024-10-18T17:15:21.076Z | Compiling terminal_size v0.4.0 |
1116 | 2024-10-18T17:15:21.126Z | Compiling fnv v1.0.7 |
1117 | 2024-10-18T17:15:21.145Z | Compiling clap_lex v0.7.2 |
1118 | 2024-10-18T17:15:21.244Z | Compiling heck v0.4.1 |
1119 | 2024-10-18T17:15:21.265Z | Compiling cfg-if v1.0.0 |
1120 | 2024-10-18T17:15:21.610Z | Compiling bytecount v0.6.8 |
1121 | 2024-10-18T17:15:21.644Z | Compiling anyhow v1.0.89 |
1122 | 2024-10-18T17:15:21.696Z | Compiling tempfile v3.13.0 |
1123 | 2024-10-18T17:15:21.736Z | Compiling papergrid v0.11.0 |
1124 | 2024-10-18T17:15:21.828Z | Compiling clap_builder v4.5.20 |
1125 | 2024-10-18T17:15:22.274Z | Compiling memmap v0.7.0 |
1126 | 2024-10-18T17:15:22.400Z | Compiling smawk v0.3.2 |
1127 | 2024-10-18T17:15:22.477Z | Compiling unicode-linebreak v0.1.5 |
1128 | 2024-10-18T17:15:22.624Z | Compiling swrite v0.1.0 |
1129 | 2024-10-18T17:15:22.944Z | Compiling textwrap v0.16.1 |
1130 | 2024-10-18T17:15:24.263Z | Compiling tabled_derive v0.7.0 |
1131 | 2024-10-18T17:15:25.646Z | Compiling tabled v0.15.0 |
1132 | 2024-10-18T17:15:27.543Z | Compiling serde_derive v1.0.210 |
1133 | 2024-10-18T17:15:27.543Z | Compiling thiserror-impl v1.0.64 |
1134 | 2024-10-18T17:15:27.546Z | Compiling zerocopy-derive v0.7.35 |
1135 | 2024-10-18T17:15:27.546Z | Compiling scroll_derive v0.12.0 |
1136 | 2024-10-18T17:15:27.546Z | Compiling clap_derive v4.5.18 |
1137 | 2024-10-18T17:15:28.750Z | Compiling scroll v0.12.0 |
1138 | 2024-10-18T17:15:29.204Z | Compiling zerocopy v0.7.35 |
1139 | 2024-10-18T17:15:29.294Z | Compiling goblin v0.8.2 |
1140 | 2024-10-18T17:15:30.014Z | Compiling pest v2.7.14 |
1141 | 2024-10-18T17:15:30.946Z | Compiling clap v4.5.20 |
1142 | 2024-10-18T17:15:32.155Z | Compiling pest_meta v2.7.14 |
1143 | 2024-10-18T17:15:32.952Z | Compiling pest_generator v2.7.14 |
1144 | 2024-10-18T17:15:34.828Z | Compiling pest_derive v2.7.14 |
1145 | 2024-10-18T17:15:35.469Z | Compiling dtrace-parser v0.2.0 |
1146 | 2024-10-18T17:15:37.242Z | Compiling serde_tokenstream v0.2.2 |
1147 | 2024-10-18T17:15:37.370Z | Compiling serde_spanned v0.6.8 |
1148 | 2024-10-18T17:15:37.370Z | Compiling toml_datetime v0.6.8 |
1149 | 2024-10-18T17:15:37.599Z | Compiling cargo-platform v0.1.8 |
1150 | 2024-10-18T17:15:37.754Z | Compiling toml_edit v0.22.22 |
1151 | 2024-10-18T17:15:37.815Z | Compiling macaddr v1.0.1 |
1152 | 2024-10-18T17:15:38.046Z | Compiling camino-tempfile v1.1.1 |
1153 | 2024-10-18T17:15:38.596Z | Compiling dof v0.3.0 |
1154 | 2024-10-18T17:15:38.802Z | Compiling cargo_metadata v0.18.1 |
1155 | 2024-10-18T17:15:40.150Z | Compiling usdt-macro v0.5.0 |
1156 | 2024-10-18T17:15:40.166Z | Compiling usdt-attr-macro v0.5.0 |
1157 | 2024-10-18T17:15:40.472Z | Compiling toml v0.8.19 |
1158 | 2024-10-18T17:15:41.283Z | Compiling cargo_toml v0.20.5 |
1159 | 2024-10-18T17:15:41.491Z | Compiling usdt v0.5.0 |
1160 | 2024-10-18T17:15:44.578Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1161 | 2024-10-18T17:15:48.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.12s |
1162 | 2024-10-18T17:15:48.410Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1163 | 2024-10-18T17:15:49.238Z | Compiling serde v1.0.210 |
1164 | 2024-10-18T17:15:49.238Z | Compiling typenum v1.17.0 |
1165 | 2024-10-18T17:15:49.241Z | Compiling generic-array v0.14.7 |
1166 | 2024-10-18T17:15:49.241Z | Compiling lock_api v0.4.12 |
1167 | 2024-10-18T17:15:49.241Z | Compiling scopeguard v1.2.0 |
1168 | 2024-10-18T17:15:49.241Z | Compiling subtle v2.6.1 |
1169 | 2024-10-18T17:15:49.364Z | Compiling syn v2.0.79 |
1170 | 2024-10-18T17:15:49.372Z | Compiling getrandom v0.2.15 |
1171 | 2024-10-18T17:15:49.480Z | Compiling value-bag v1.9.0 |
1172 | 2024-10-18T17:15:49.645Z | Compiling rand_core v0.6.4 |
1173 | 2024-10-18T17:15:49.750Z | Compiling const-oid v0.9.6 |
1174 | 2024-10-18T17:15:49.789Z | Compiling pin-project-lite v0.2.14 |
1175 | 2024-10-18T17:15:49.899Z | Compiling log v0.4.22 |
1176 | 2024-10-18T17:15:49.915Z | Compiling smallvec v1.13.2 |
1177 | 2024-10-18T17:15:50.059Z | Compiling jobserver v0.1.32 |
1178 | 2024-10-18T17:15:50.144Z | Compiling shlex v1.3.0 |
1179 | 2024-10-18T17:15:50.237Z | Compiling parking_lot_core v0.9.10 |
1180 | 2024-10-18T17:15:50.282Z | Compiling futures-core v0.3.31 |
1181 | 2024-10-18T17:15:50.516Z | Compiling cc v1.1.30 |
1182 | 2024-10-18T17:15:50.532Z | Compiling signal-hook-registry v1.4.2 |
1183 | 2024-10-18T17:15:50.799Z | Compiling mio v1.0.2 |
1184 | 2024-10-18T17:15:50.928Z | Compiling cpufeatures v0.2.14 |
1185 | 2024-10-18T17:15:51.020Z | Compiling futures-sink v0.3.31 |
1186 | 2024-10-18T17:15:51.169Z | Compiling parking_lot v0.12.3 |
1187 | 2024-10-18T17:15:51.337Z | Compiling spin v0.9.8 |
1188 | 2024-10-18T17:15:51.360Z | Compiling socket2 v0.5.7 |
1189 | 2024-10-18T17:15:51.714Z | Compiling slab v0.4.9 |
1190 | 2024-10-18T17:15:51.807Z | Compiling serde_json v1.0.128 |
1191 | 2024-10-18T17:15:51.927Z | Compiling futures-channel v0.3.31 |
1192 | 2024-10-18T17:15:52.014Z | Compiling futures-io v0.3.31 |
1193 | 2024-10-18T17:15:52.076Z | Compiling tinyvec_macros v0.1.1 |
1194 | 2024-10-18T17:15:52.151Z | Compiling futures-task v0.3.31 |
1195 | 2024-10-18T17:15:52.169Z | Compiling pin-utils v0.1.0 |
1196 | 2024-10-18T17:15:52.251Z | Compiling foldhash v0.1.3 |
1197 | 2024-10-18T17:15:52.282Z | Compiling allocator-api2 v0.2.18 |
1198 | 2024-10-18T17:15:52.298Z | Compiling tinyvec v1.8.0 |
1199 | 2024-10-18T17:15:52.337Z | Compiling libm v0.2.8 |
1200 | 2024-10-18T17:15:52.436Z | Compiling num-traits v0.2.19 |
1201 | 2024-10-18T17:15:52.451Z | Compiling unicode-bidi v0.3.17 |
1202 | 2024-10-18T17:15:52.517Z | Compiling base64ct v1.6.0 |
1203 | 2024-10-18T17:15:52.933Z | Compiling hashbrown v0.15.0 |
1204 | 2024-10-18T17:15:53.035Z | Compiling pem-rfc7468 v0.7.0 |
1205 | 2024-10-18T17:15:53.095Z | Compiling flagset v0.4.6 |
1206 | 2024-10-18T17:15:53.303Z | Compiling httparse v1.9.5 |
1207 | 2024-10-18T17:15:53.737Z | Compiling unicode-normalization v0.1.24 |
1208 | 2024-10-18T17:15:53.850Z | Compiling tracing-core v0.1.32 |
1209 | 2024-10-18T17:15:54.067Z | Compiling rustls-pki-types v1.9.0 |
1210 | 2024-10-18T17:15:54.112Z | Compiling crossbeam-utils v0.8.20 |
1211 | 2024-10-18T17:15:54.212Z | Compiling percent-encoding v2.3.1 |
1212 | 2024-10-18T17:15:54.623Z | Compiling ring v0.17.8 |
1213 | 2024-10-18T17:15:54.785Z | Compiling vcpkg v0.2.15 |
1214 | 2024-10-18T17:15:54.801Z | Compiling powerfmt v0.2.0 |
1215 | 2024-10-18T17:15:55.125Z | Compiling time-core v0.1.2 |
1216 | 2024-10-18T17:15:55.145Z | Compiling untrusted v0.9.0 |
1217 | 2024-10-18T17:15:55.175Z | Compiling num-conv v0.1.0 |
1218 | 2024-10-18T17:15:55.290Z | Compiling pkg-config v0.3.31 |
1219 | 2024-10-18T17:15:55.309Z | Compiling deranged v0.3.11 |
1220 | 2024-10-18T17:15:55.435Z | Compiling time-macros v0.2.18 |
1221 | 2024-10-18T17:15:55.750Z | Compiling num_threads v0.1.7 |
1222 | 2024-10-18T17:15:55.876Z | Compiling atomic-waker v1.1.2 |
1223 | 2024-10-18T17:15:56.048Z | Compiling form_urlencoded v1.2.1 |
1224 | 2024-10-18T17:15:56.349Z | Compiling slog v2.7.0 |
1225 | 2024-10-18T17:15:56.540Z | Compiling rustix v0.38.37 |
1226 | 2024-10-18T17:15:56.744Z | Compiling try-lock v0.2.5 |
1227 | 2024-10-18T17:15:57.254Z | Compiling openssl-sys v0.9.103 |
1228 | 2024-10-18T17:15:57.254Z | Compiling want v0.3.1 |
1229 | 2024-10-18T17:15:57.254Z | Compiling httpdate v1.0.3 |
1230 | 2024-10-18T17:15:57.254Z | Compiling idna v0.5.0 |
1231 | 2024-10-18T17:15:57.321Z | Compiling match_cfg v0.1.0 |
1232 | 2024-10-18T17:15:57.335Z | Compiling foreign-types-shared v0.1.1 |
1233 | 2024-10-18T17:15:57.407Z | Compiling openssl v0.10.66 |
1234 | 2024-10-18T17:15:57.431Z | Compiling base64 v0.22.1 |
1235 | 2024-10-18T17:15:57.783Z | Compiling rustversion v1.0.17 |
1236 | 2024-10-18T17:15:57.880Z | Compiling iana-time-zone v0.1.61 |
1237 | 2024-10-18T17:15:58.090Z | Compiling tower-service v0.3.3 |
1238 | 2024-10-18T17:15:58.207Z | Compiling url v2.5.2 |
1239 | 2024-10-18T17:15:58.233Z | Compiling foreign-types v0.3.2 |
1240 | 2024-10-18T17:15:58.304Z | Compiling hostname v0.3.1 |
1241 | 2024-10-18T17:15:58.472Z | Compiling dirs-sys-next v0.1.2 |
1242 | 2024-10-18T17:15:58.487Z | Compiling aho-corasick v1.1.3 |
1243 | 2024-10-18T17:15:58.537Z | Compiling regex-syntax v0.8.5 |
1244 | 2024-10-18T17:15:58.554Z | Compiling time v0.3.36 |
1245 | 2024-10-18T17:15:58.988Z | Compiling syn v1.0.109 |
1246 | 2024-10-18T17:15:59.592Z | Compiling rustls v0.22.4 |
1247 | 2024-10-18T17:15:59.719Z | Compiling data-encoding v2.6.0 |
1248 | 2024-10-18T17:15:59.846Z | Compiling siphasher v0.3.11 |
1249 | 2024-10-18T17:16:00.229Z | Compiling adler2 v2.0.0 |
1250 | 2024-10-18T17:16:00.421Z | Compiling rustls v0.23.14 |
1251 | 2024-10-18T17:16:00.678Z | Compiling native-tls v0.2.12 |
1252 | 2024-10-18T17:16:00.980Z | Compiling miniz_oxide v0.8.0 |
1253 | 2024-10-18T17:16:01.106Z | Compiling dirs-next v2.0.0 |
1254 | 2024-10-18T17:16:01.745Z | Compiling regex-automata v0.4.8 |
1255 | 2024-10-18T17:16:02.406Z | Compiling serde_derive_internals v0.29.1 |
1256 | 2024-10-18T17:16:02.438Z | Compiling serde_derive v1.0.210 |
1257 | 2024-10-18T17:16:02.603Z | Compiling zeroize_derive v1.4.2 |
1258 | 2024-10-18T17:16:03.413Z | Compiling zerocopy-derive v0.7.35 |
1259 | 2024-10-18T17:16:03.556Z | Compiling tokio-macros v2.4.0 |
1260 | 2024-10-18T17:16:04.126Z | Compiling zeroize v1.8.1 |
1261 | 2024-10-18T17:16:04.572Z | Compiling thiserror-impl v1.0.64 |
1262 | 2024-10-18T17:16:04.988Z | Compiling futures-macro v0.3.31 |
1263 | 2024-10-18T17:16:05.146Z | Compiling der_derive v0.7.3 |
1264 | 2024-10-18T17:16:05.518Z | Compiling zerocopy v0.7.35 |
1265 | 2024-10-18T17:16:05.807Z | Compiling crypto-common v0.1.6 |
1266 | 2024-10-18T17:16:06.041Z | Compiling block-buffer v0.10.4 |
1267 | 2024-10-18T17:16:06.296Z | Compiling digest v0.10.7 |
1268 | 2024-10-18T17:16:06.751Z | Compiling hmac v0.12.1 |
1269 | 2024-10-18T17:16:06.811Z | Compiling futures-util v0.3.31 |
1270 | 2024-10-18T17:16:06.975Z | Compiling block-padding v0.3.3 |
1271 | 2024-10-18T17:16:07.095Z | Compiling sha2 v0.10.8 |
1272 | 2024-10-18T17:16:07.185Z | Compiling inout v0.1.3 |
1273 | 2024-10-18T17:16:07.438Z | Compiling cipher v0.4.4 |
1274 | 2024-10-18T17:16:07.525Z | Compiling ppv-lite86 v0.2.20 |
1275 | 2024-10-18T17:16:07.732Z | Compiling thiserror v1.0.64 |
1276 | 2024-10-18T17:16:07.854Z | Compiling der v0.7.9 |
1277 | 2024-10-18T17:16:07.894Z | Compiling tracing-attributes v0.1.27 |
1278 | 2024-10-18T17:16:08.357Z | Compiling rand_chacha v0.3.1 |
1279 | 2024-10-18T17:16:08.564Z | Compiling salsa20 v0.10.2 |
1280 | 2024-10-18T17:16:08.786Z | Compiling rand v0.8.5 |
1281 | 2024-10-18T17:16:10.579Z | Compiling spki v0.7.3 |
1282 | 2024-10-18T17:16:10.669Z | Compiling pest v2.7.14 |
1283 | 2024-10-18T17:16:10.856Z | Compiling pbkdf2 v0.12.2 |
1284 | 2024-10-18T17:16:11.041Z | Compiling scrypt v0.11.0 |
1285 | 2024-10-18T17:16:11.058Z | Compiling cbc v0.1.2 |
1286 | 2024-10-18T17:16:11.266Z | Compiling aes v0.8.4 |
1287 | 2024-10-18T17:16:11.632Z | Compiling scroll_derive v0.12.0 |
1288 | 2024-10-18T17:16:11.651Z | Compiling tracing v0.1.40 |
1289 | 2024-10-18T17:16:12.108Z | Compiling async-trait v0.1.83 |
1290 | 2024-10-18T17:16:12.776Z | Compiling pkcs5 v0.7.1 |
1291 | 2024-10-18T17:16:13.099Z | Compiling scroll v0.12.0 |
1292 | 2024-10-18T17:16:13.663Z | Compiling pest_meta v2.7.14 |
1293 | 2024-10-18T17:16:13.689Z | Compiling rustls-webpki v0.102.8 |
1294 | 2024-10-18T17:16:13.938Z | Compiling goblin v0.8.2 |
1295 | 2024-10-18T17:16:14.036Z | Compiling pkcs8 v0.10.2 |
1296 | 2024-10-18T17:16:14.039Z | Compiling openssl-macros v0.1.1 |
1297 | 2024-10-18T17:16:14.780Z | Compiling signature v2.2.0 |
1298 | 2024-10-18T17:16:14.796Z | Compiling sha1 v0.10.6 |
1299 | 2024-10-18T17:16:14.796Z | Compiling crossbeam-epoch v0.9.18 |
1300 | 2024-10-18T17:16:14.841Z | Compiling pest_generator v2.7.14 |
1301 | 2024-10-18T17:16:15.046Z | Compiling lazy_static v1.5.0 |
1302 | 2024-10-18T17:16:15.163Z | Compiling thread_local v1.1.8 |
1303 | 2024-10-18T17:16:15.213Z | Compiling encoding_rs v0.8.34 |
1304 | 2024-10-18T17:16:15.524Z | Compiling cookie v0.18.1 |
1305 | 2024-10-18T17:16:15.703Z | Compiling multer v3.1.0 |
1306 | 2024-10-18T17:16:15.742Z | Compiling bytes v1.7.2 |
1307 | 2024-10-18T17:16:16.044Z | Compiling indexmap v2.6.0 |
1308 | 2024-10-18T17:16:16.110Z | Compiling bitflags v2.6.0 |
1309 | 2024-10-18T17:16:16.556Z | Compiling semver v1.0.23 |
1310 | 2024-10-18T17:16:16.908Z | Compiling tokio v1.40.0 |
1311 | 2024-10-18T17:16:17.077Z | Compiling http v1.1.0 |
1312 | 2024-10-18T17:16:17.289Z | Compiling rustc_version v0.4.1 |
1313 | 2024-10-18T17:16:18.059Z | Compiling serde_tokenstream v0.2.2 |
1314 | 2024-10-18T17:16:18.615Z | Compiling http-body v1.0.1 |
1315 | 2024-10-18T17:16:18.640Z | Compiling pest_derive v2.7.14 |
1316 | 2024-10-18T17:16:18.838Z | Compiling uuid v1.10.0 |
1317 | 2024-10-18T17:16:18.866Z | Compiling toml_datetime v0.6.8 |
1318 | 2024-10-18T17:16:19.367Z | Compiling serde_spanned v0.6.8 |
1319 | 2024-10-18T17:16:19.479Z | Compiling dtrace-parser v0.2.0 |
1320 | 2024-10-18T17:16:19.562Z | Compiling dof v0.3.0 |
1321 | 2024-10-18T17:16:19.585Z | Compiling chrono v0.4.38 |
1322 | 2024-10-18T17:16:19.624Z | Compiling http-body-util v0.1.2 |
1323 | 2024-10-18T17:16:20.143Z | Compiling heapless v0.7.17 |
1324 | 2024-10-18T17:16:20.576Z | Compiling usdt-impl v0.5.0 |
1325 | 2024-10-18T17:16:21.645Z | Compiling unicode-properties v0.1.3 |
1326 | 2024-10-18T17:16:21.750Z | Compiling gimli v0.31.1 |
1327 | 2024-10-18T17:16:22.036Z | Compiling ipnet v2.10.1 |
1328 | 2024-10-18T17:16:22.158Z | Compiling schemars v0.8.21 |
1329 | 2024-10-18T17:16:22.515Z | Compiling mime v0.3.17 |
1330 | 2024-10-18T17:16:22.729Z | Compiling slog-async v2.8.0 |
1331 | 2024-10-18T17:16:23.102Z | Compiling either v1.13.0 |
1332 | 2024-10-18T17:16:23.218Z | Compiling paste v1.0.15 |
1333 | 2024-10-18T17:16:23.257Z | Compiling signal-hook v0.3.17 |
1334 | 2024-10-18T17:16:23.315Z | Compiling openssl-probe v0.1.5 |
1335 | 2024-10-18T17:16:23.515Z | Compiling rayon-core v1.12.1 |
1336 | 2024-10-18T17:16:23.643Z | Compiling toml_edit v0.22.22 |
1337 | 2024-10-18T17:16:23.645Z | Compiling stringprep v0.1.5 |
1338 | 2024-10-18T17:16:23.811Z | Compiling curve25519-dalek v4.1.3 |
1339 | 2024-10-18T17:16:23.852Z | Compiling slog-json v2.6.1 |
1340 | 2024-10-18T17:16:24.135Z | Compiling usdt-macro v0.5.0 |
1341 | 2024-10-18T17:16:24.215Z | Compiling usdt-attr-macro v0.5.0 |
1342 | 2024-10-18T17:16:24.527Z | Compiling serde_urlencoded v0.7.1 |
1343 | 2024-10-18T17:16:24.812Z | Compiling crossbeam-deque v0.8.5 |
1344 | 2024-10-18T17:16:25.067Z | Compiling tokio-util v0.7.12 |
1345 | 2024-10-18T17:16:25.835Z | Compiling futures-executor v0.3.31 |
1346 | 2024-10-18T17:16:26.394Z | Compiling h2 v0.4.6 |
1347 | 2024-10-18T17:16:26.848Z | Compiling addr2line v0.24.2 |
1348 | 2024-10-18T17:16:27.183Z | Compiling md-5 v0.10.6 |
1349 | 2024-10-18T17:16:27.450Z | Compiling schemars_derive v0.8.21 |
1350 | 2024-10-18T17:16:27.494Z | Compiling enum-as-inner v0.6.1 |
1351 | 2024-10-18T17:16:28.558Z | Compiling async-stream-impl v0.3.6 |
1352 | 2024-10-18T17:16:28.969Z | Compiling term v0.7.0 |
1353 | 2024-10-18T17:16:30.447Z | Compiling crossbeam-channel v0.5.13 |
1354 | 2024-10-18T17:16:30.731Z | Compiling num-integer v0.1.46 |
1355 | 2024-10-18T17:16:31.502Z | Compiling rustls-pemfile v2.2.0 |
1356 | 2024-10-18T17:16:31.564Z | Compiling idna v0.3.0 |
1357 | 2024-10-18T17:16:31.801Z | Compiling idna v0.4.0 |
1358 | 2024-10-18T17:16:31.889Z | Compiling hash32 v0.2.1 |
1359 | 2024-10-18T17:16:32.119Z | Compiling ff v0.13.0 |
1360 | 2024-10-18T17:16:32.249Z | Compiling is-terminal v0.4.13 |
1361 | 2024-10-18T17:16:32.345Z | Compiling dropshot v0.12.0 |
1362 | 2024-10-18T17:16:32.372Z | Compiling object v0.36.5 |
1363 | 2024-10-18T17:16:32.646Z | Compiling anyhow v1.0.89 |
1364 | 2024-10-18T17:16:33.093Z | Compiling quick-error v1.2.3 |
1365 | 2024-10-18T17:16:33.236Z | Compiling hyper v1.4.1 |
1366 | 2024-10-18T17:16:33.252Z | Compiling num-bigint-dig v0.8.4 |
1367 | 2024-10-18T17:16:33.312Z | Compiling linked-hash-map v0.5.6 |
1368 | 2024-10-18T17:16:33.547Z | Compiling take_mut v0.2.2 |
1369 | 2024-10-18T17:16:33.685Z | Compiling stable_deref_trait v1.2.0 |
1370 | 2024-10-18T17:16:33.706Z | Compiling portable-atomic v1.9.0 |
1371 | 2024-10-18T17:16:33.788Z | Compiling psl-types v2.0.11 |
1372 | 2024-10-18T17:16:33.978Z | Compiling smoltcp v0.9.1 |
1373 | 2024-10-18T17:16:34.687Z | Compiling fallible-iterator v0.2.0 |
1374 | 2024-10-18T17:16:34.765Z | Compiling base16ct v0.2.0 |
1375 | 2024-10-18T17:16:35.080Z | Compiling dyn-clone v1.0.17 |
1376 | 2024-10-18T17:16:35.294Z | Compiling rustc-demangle v0.1.24 |
1377 | 2024-10-18T17:16:35.367Z | Compiling utf-8 v0.7.6 |
1378 | 2024-10-18T17:16:35.678Z | Compiling hyper-util v0.1.9 |
1379 | 2024-10-18T17:16:35.729Z | Compiling tungstenite v0.24.0 |
1380 | 2024-10-18T17:16:36.284Z | Compiling postgres-protocol v0.6.7 |
1381 | 2024-10-18T17:16:37.488Z | Compiling sec1 v0.7.3 |
1382 | 2024-10-18T17:16:37.679Z | Compiling publicsuffix v2.2.3 |
1383 | 2024-10-18T17:16:38.143Z | Compiling lru-cache v0.1.2 |
1384 | 2024-10-18T17:16:38.528Z | Compiling resolv-conf v0.7.0 |
1385 | 2024-10-18T17:16:38.789Z | Compiling hickory-proto v0.24.1 |
1386 | 2024-10-18T17:16:39.077Z | Compiling usdt v0.5.0 |
1387 | 2024-10-18T17:16:39.115Z | Compiling slog-term v2.9.1 |
1388 | 2024-10-18T17:16:39.210Z | Compiling group v0.13.0 |
1389 | 2024-10-18T17:16:39.256Z | Compiling num-iter v0.1.45 |
1390 | 2024-10-18T17:16:39.435Z | Compiling backtrace v0.3.74 |
1391 | 2024-10-18T17:16:39.530Z | Compiling tokio-rustls v0.26.0 |
1392 | 2024-10-18T17:16:39.577Z | Compiling async-stream v0.3.6 |
1393 | 2024-10-18T17:16:39.885Z | Compiling tokio-rustls v0.25.0 |
1394 | 2024-10-18T17:16:39.969Z | Compiling tokio-native-tls v0.3.1 |
1395 | 2024-10-18T17:16:40.064Z | Compiling toml v0.8.19 |
1396 | 2024-10-18T17:16:40.232Z | Compiling futures v0.3.31 |
1397 | 2024-10-18T17:16:40.617Z | Compiling slog-bunyan v2.5.0 |
1398 | 2024-10-18T17:16:41.443Z | Compiling camino v1.1.9 |
1399 | 2024-10-18T17:16:41.793Z | Compiling terminal_size v0.4.0 |
1400 | 2024-10-18T17:16:42.006Z | Compiling dropshot_endpoint v0.12.0 |
1401 | 2024-10-18T17:16:42.064Z | Compiling openapiv3 v2.0.0 |
1402 | 2024-10-18T17:16:42.083Z | Compiling serde_path_to_error v0.1.16 |
1403 | 2024-10-18T17:16:42.400Z | Compiling hkdf v0.12.4 |
1404 | 2024-10-18T17:16:42.429Z | Compiling crypto-bigint v0.5.5 |
1405 | 2024-10-18T17:16:42.655Z | Compiling curve25519-dalek-derive v0.1.1 |
1406 | 2024-10-18T17:16:42.918Z | Compiling zerocopy-derive v0.6.6 |
1407 | 2024-10-18T17:16:42.936Z | Compiling phf_shared v0.11.2 |
1408 | 2024-10-18T17:16:43.299Z | Compiling waitgroup v0.1.2 |
1409 | 2024-10-18T17:16:43.503Z | Compiling webpki-roots v0.26.6 |
1410 | 2024-10-18T17:16:43.715Z | Compiling hostname v0.4.0 |
1411 | 2024-10-18T17:16:43.943Z | Compiling fs-err v2.11.0 |
1412 | 2024-10-18T17:16:44.007Z | Compiling hubpack_derive v0.1.1 |
1413 | 2024-10-18T17:16:44.194Z | Compiling ahash v0.8.11 |
1414 | 2024-10-18T17:16:44.249Z | Compiling bitflags v1.3.2 |
1415 | 2024-10-18T17:16:44.350Z | Compiling managed v0.8.0 |
1416 | 2024-10-18T17:16:44.539Z | Compiling debug-ignore v1.0.5 |
1417 | 2024-10-18T17:16:44.669Z | Compiling winnow v0.5.40 |
1418 | 2024-10-18T17:16:44.911Z | Compiling hubpack v0.1.2 |
1419 | 2024-10-18T17:16:45.097Z | Compiling zerocopy v0.6.6 |
1420 | 2024-10-18T17:16:45.356Z | Compiling clap_builder v4.5.20 |
1421 | 2024-10-18T17:16:45.910Z | Compiling elliptic-curve v0.13.8 |
1422 | 2024-10-18T17:16:46.399Z | Compiling strum_macros v0.25.3 |
1423 | 2024-10-18T17:16:46.743Z | Compiling console v0.15.8 |
1424 | 2024-10-18T17:16:48.291Z | Compiling toml_edit v0.19.15 |
1425 | 2024-10-18T17:16:48.427Z | Compiling hickory-resolver v0.24.1 |
1426 | 2024-10-18T17:16:48.536Z | Compiling hyper-rustls v0.27.3 |
1427 | 2024-10-18T17:16:48.810Z | Compiling phf v0.11.2 |
1428 | 2024-10-18T17:16:49.105Z | Compiling signal-hook-mio v0.2.4 |
1429 | 2024-10-18T17:16:49.151Z | Compiling rayon v1.10.0 |
1430 | 2024-10-18T17:16:49.258Z | Compiling cookie_store v0.21.0 |
1431 | 2024-10-18T17:16:50.456Z | Compiling hyper-tls v0.6.0 |
1432 | 2024-10-18T17:16:52.959Z | Compiling postgres-types v0.2.8 |
1433 | 2024-10-18T17:16:53.916Z | Compiling tokio-tungstenite v0.24.0 |
1434 | 2024-10-18T17:16:54.416Z | Compiling tokio-stream v0.1.16 |
1435 | 2024-10-18T17:16:54.441Z | Compiling serde-big-array v0.5.1 |
1436 | 2024-10-18T17:16:54.530Z | Compiling ed25519 v2.2.3 |
1437 | 2024-10-18T17:16:54.667Z | Compiling pkcs1 v0.7.5 |
1438 | 2024-10-18T17:16:55.006Z | Compiling rfc6979 v0.4.0 |
1439 | 2024-10-18T17:16:55.200Z | Compiling regex v1.11.0 |
1440 | 2024-10-18T17:16:55.240Z | Compiling bstr v1.10.0 |
1441 | 2024-10-18T17:16:55.428Z | Compiling derive-where v1.2.7 |
1442 | 2024-10-18T17:16:55.676Z | Compiling serde_repr v0.1.19 |
1443 | 2024-10-18T17:16:55.993Z | Compiling clap_derive v4.5.18 |
1444 | 2024-10-18T17:16:56.182Z | Compiling phf_shared v0.10.0 |
1445 | 2024-10-18T17:16:56.305Z | Compiling float-cmp v0.9.0 |
1446 | 2024-10-18T17:16:56.521Z | Compiling sync_wrapper v1.0.1 |
1447 | 2024-10-18T17:16:56.525Z | Compiling crc32fast v1.4.2 |
1448 | 2024-10-18T17:16:56.570Z | Compiling precomputed-hash v0.1.1 |
1449 | 2024-10-18T17:16:56.668Z | Compiling unicode-segmentation v1.12.0 |
1450 | 2024-10-18T17:16:56.687Z | Compiling new_debug_unreachable v1.0.6 |
1451 | 2024-10-18T17:16:56.779Z | Compiling fixedbitset v0.4.2 |
1452 | 2024-10-18T17:16:56.831Z | Compiling predicates-core v1.0.8 |
1453 | 2024-10-18T17:16:56.879Z | Compiling whoami v1.5.2 |
1454 | 2024-10-18T17:16:57.019Z | Compiling number_prefix v0.4.0 |
1455 | 2024-10-18T17:16:57.169Z | Compiling minimal-lexical v0.2.1 |
1456 | 2024-10-18T17:16:57.238Z | Compiling static_assertions v1.1.0 |
1457 | 2024-10-18T17:16:57.255Z | Compiling normalize-line-endings v0.3.0 |
1458 | 2024-10-18T17:16:57.333Z | Compiling bit-vec v0.6.3 |
1459 | 2024-10-18T17:16:57.374Z | Compiling difflib v0.4.0 |
1460 | 2024-10-18T17:16:57.522Z | Compiling similar v2.6.0 |
1461 | 2024-10-18T17:16:57.559Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1462 | 2024-10-18T17:16:57.659Z | Compiling bit-set v0.5.3 |
1463 | 2024-10-18T17:16:57.790Z | Compiling predicates v3.1.2 |
1464 | 2024-10-18T17:16:57.927Z | Compiling nom v7.1.3 |
1465 | 2024-10-18T17:16:58.940Z | Compiling tokio-postgres v0.7.12 |
1466 | 2024-10-18T17:16:58.960Z | Compiling qorb v0.1.1 |
1467 | 2024-10-18T17:16:59.481Z | Compiling indicatif v0.17.8 |
1468 | 2024-10-18T17:16:59.905Z | Compiling petgraph v0.6.5 |
1469 | 2024-10-18T17:17:00.966Z | Compiling clap v4.5.20 |
1470 | 2024-10-18T17:17:01.096Z | Compiling string_cache v0.8.7 |
1471 | 2024-10-18T17:17:01.577Z | Compiling flate2 v1.0.34 |
1472 | 2024-10-18T17:17:01.676Z | Compiling reqwest v0.12.8 |
1473 | 2024-10-18T17:17:01.694Z | Compiling ecdsa v0.16.9 |
1474 | 2024-10-18T17:17:02.548Z | Compiling rsa v0.9.6 |
1475 | 2024-10-18T17:17:02.582Z | Compiling ed25519-dalek v2.1.1 |
1476 | 2024-10-18T17:17:03.824Z | Compiling toml v0.7.8 |
1477 | 2024-10-18T17:17:03.944Z | Compiling crossterm v0.28.1 |
1478 | 2024-10-18T17:17:05.155Z | Compiling itertools v0.10.5 |
1479 | 2024-10-18T17:17:05.233Z | Compiling itertools v0.12.1 |
1480 | 2024-10-18T17:17:05.250Z | Compiling hex v0.4.3 |
1481 | 2024-10-18T17:17:05.433Z | Compiling x509-cert v0.2.5 |
1482 | 2024-10-18T17:17:05.493Z | Compiling lalrpop-util v0.19.12 |
1483 | 2024-10-18T17:17:05.838Z | Compiling unicode-xid v0.2.6 |
1484 | 2024-10-18T17:17:05.855Z | Compiling peg-runtime v0.8.3 |
1485 | 2024-10-18T17:17:06.041Z | Compiling xattr v1.3.1 |
1486 | 2024-10-18T17:17:06.313Z | Compiling strum_macros v0.26.4 |
1487 | 2024-10-18T17:17:06.553Z | Compiling filetime v0.2.25 |
1488 | 2024-10-18T17:17:06.872Z | Compiling tar v0.4.42 |
1489 | 2024-10-18T17:17:10.143Z | Compiling strum v0.26.3 |
1490 | 2024-10-18T17:17:10.418Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1491 | 2024-10-18T17:17:10.649Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1492 | 2024-10-18T17:17:15.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
1493 | 2024-10-18T17:17:15.962Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1494 | 2024-10-18T17:17:16.000Z | Oct 18 17:17:14.708 INFO Starting download, target: Clickhouse |
1495 | 2024-10-18T17:17:16.000Z | Oct 18 17:17:14.708 INFO Starting download, target: Cockroach |
1496 | 2024-10-18T17:17:16.000Z | Oct 18 17:17:14.708 INFO Starting download, target: Console |
1497 | 2024-10-18T17:17:16.003Z | Oct 18 17:17:14.708 INFO Starting download, target: DendriteOpenapi |
1498 | 2024-10-18T17:17:16.003Z | Oct 18 17:17:14.708 INFO Starting download, target: DendriteStub |
1499 | 2024-10-18T17:17:16.003Z | Oct 18 17:17:14.708 INFO Starting download, target: MaghemiteMgd |
1500 | 2024-10-18T17:17:16.003Z | Oct 18 17:17:14.708 INFO Starting download, target: TransceiverControl |
1501 | 2024-10-18T17:17:16.003Z | Oct 18 17:17:14.709 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1502 | 2024-10-18T17:17:16.003Z | Oct 18 17:17:14.709 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1503 | 2024-10-18T17:17:16.003Z | Oct 18 17:17:14.709 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1504 | 2024-10-18T17:17:16.003Z | Oct 18 17:17:14.709 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1505 | 2024-10-18T17:17:16.003Z | Oct 18 17:17:14.709 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1506 | 2024-10-18T17:17:16.003Z | Oct 18 17:17:14.709 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1507 | 2024-10-18T17:17:16.003Z | Oct 18 17:17:14.709 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1508 | 2024-10-18T17:17:16.291Z | Oct 18 17:17:14.982 INFO Download complete, target: DendriteOpenapi |
1509 | 2024-10-18T17:17:16.341Z | Oct 18 17:17:15.036 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1510 | 2024-10-18T17:17:16.647Z | Oct 18 17:17:15.353 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1511 | 2024-10-18T17:17:16.683Z | Oct 18 17:17:15.389 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1512 | 2024-10-18T17:17:16.853Z | Oct 18 17:17:15.561 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1513 | 2024-10-18T17:17:17.029Z | Oct 18 17:17:15.737 INFO Download complete, target: Console |
1514 | 2024-10-18T17:17:17.115Z | Oct 18 17:17:15.822 INFO Download complete, target: TransceiverControl |
1515 | 2024-10-18T17:17:17.165Z | Oct 18 17:17:15.872 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1516 | 2024-10-18T17:17:17.165Z | Oct 18 17:17:15.872 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1517 | 2024-10-18T17:17:17.942Z | Oct 18 17:17:16.650 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1518 | 2024-10-18T17:17:19.820Z | Oct 18 17:17:18.527 INFO Download complete, target: DendriteStub |
1519 | 2024-10-18T17:17:19.977Z | Oct 18 17:17:18.683 INFO Download complete, target: MaghemiteMgd |
1520 | 2024-10-18T17:17:25.289Z | Oct 18 17:17:23.992 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1521 | 2024-10-18T17:17:25.623Z | Oct 18 17:17:24.327 INFO Checking that binary works, target: Cockroach |
1522 | 2024-10-18T17:17:25.773Z | Oct 18 17:17:24.477 INFO Download complete, target: Cockroach |
1523 | 2024-10-18T17:17:31.576Z | Oct 18 17:17:30.278 INFO Checking that binary works, target: Clickhouse |
1524 | 2024-10-18T17:17:32.178Z | Oct 18 17:17:30.880 INFO Download complete, target: Clickhouse |
1525 | 2024-10-18T17:17:32.184Z | All prerequisites installed successfully |
1526 | 2024-10-18T17:17:32.187Z | |
1527 | 2024-10-18T17:17:32.187Z | real 3:59.028809716 |
1528 | 2024-10-18T17:17:32.187Z | user 12:21.644889994 |
1529 | 2024-10-18T17:17:32.187Z | sys 2:32.068759627 |
1530 | 2024-10-18T17:17:32.187Z | trap 0.388671055 |
1531 | 2024-10-18T17:17:32.187Z | tflt 6.546169774 |
1532 | 2024-10-18T17:17:32.187Z | dflt 6.142188484 |
1533 | 2024-10-18T17:17:32.187Z | kflt 0.685120041 |
1534 | 2024-10-18T17:17:32.187Z | lock 26:31.191075735 |
1535 | 2024-10-18T17:17:32.187Z | slp 49:50.944458105 |
1536 | 2024-10-18T17:17:32.187Z | lat 39.221749769 |
1537 | 2024-10-18T17:17:32.187Z | stop 1:40.677066551 |
1538 | 2024-10-18T17:17:32.187Z | + source ./tools/include/force-git-over-https.sh |
1539 | 2024-10-18T17:17:32.187Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1540 | 2024-10-18T17:17:32.187Z | ++ (( i = 0 )) |
1541 | 2024-10-18T17:17:32.187Z | ++ (( i < 5 )) |
1542 | 2024-10-18T17:17:32.187Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1543 | 2024-10-18T17:17:32.190Z | ++ (( i++ )) |
1544 | 2024-10-18T17:17:32.190Z | ++ (( i < 5 )) |
1545 | 2024-10-18T17:17:32.190Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1546 | 2024-10-18T17:17:32.192Z | ++ (( i++ )) |
1547 | 2024-10-18T17:17:32.192Z | ++ (( i < 5 )) |
1548 | 2024-10-18T17:17:32.192Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1549 | 2024-10-18T17:17:32.195Z | ++ (( i++ )) |
1550 | 2024-10-18T17:17:32.195Z | ++ (( i < 5 )) |
1551 | 2024-10-18T17:17:32.195Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1552 | 2024-10-18T17:17:32.198Z | ++ (( i++ )) |
1553 | 2024-10-18T17:17:32.198Z | ++ (( i < 5 )) |
1554 | 2024-10-18T17:17:32.198Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1555 | 2024-10-18T17:17:32.201Z | ++ (( i++ )) |
1556 | 2024-10-18T17:17:32.201Z | ++ (( i < 5 )) |
1557 | 2024-10-18T17:17:32.203Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1558 | 2024-10-18T17:17:32.203Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1559 | 2024-10-18T17:17:32.203Z | + rc=0 |
1560 | 2024-10-18T17:17:32.203Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1561 | 2024-10-18T17:17:56.676Z | + case $rc in |
1562 | 2024-10-18T17:17:56.676Z | + pfexec zfs create -p rpool/images/build/host |
1563 | 2024-10-18T17:17:56.862Z | + pfexec zfs create -p rpool/images/build/recovery |
1564 | 2024-10-18T17:17:56.910Z | + cargo xtask releng --output-dir /work |
1565 | 2024-10-18T17:17:57.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1566 | 2024-10-18T17:17:57.461Z | Running `target/debug/xtask releng --output-dir /work` |
1567 | 2024-10-18T17:17:58.339Z | Compiling proc-macro2 v1.0.87 |
1568 | 2024-10-18T17:17:58.340Z | Compiling unicode-ident v1.0.13 |
1569 | 2024-10-18T17:17:58.340Z | Compiling libc v0.2.159 |
1570 | 2024-10-18T17:17:58.342Z | Compiling serde v1.0.210 |
1571 | 2024-10-18T17:17:58.342Z | Compiling autocfg v1.4.0 |
1572 | 2024-10-18T17:17:58.342Z | Compiling version_check v0.9.5 |
1573 | 2024-10-18T17:17:58.342Z | Compiling cfg-if v1.0.0 |
1574 | 2024-10-18T17:17:58.615Z | Compiling typenum v1.17.0 |
1575 | 2024-10-18T17:17:58.676Z | Compiling shlex v1.3.0 |
1576 | 2024-10-18T17:17:58.724Z | Compiling memchr v2.7.4 |
1577 | 2024-10-18T17:17:59.057Z | Compiling parking_lot_core v0.9.10 |
1578 | 2024-10-18T17:17:59.115Z | Compiling generic-array v0.14.7 |
1579 | 2024-10-18T17:17:59.451Z | Compiling lock_api v0.4.12 |
1580 | 2024-10-18T17:17:59.493Z | Compiling serde_json v1.0.128 |
1581 | 2024-10-18T17:17:59.617Z | Compiling libm v0.2.8 |
1582 | 2024-10-18T17:17:59.785Z | Compiling value-bag v1.9.0 |
1583 | 2024-10-18T17:17:59.909Z | Compiling num-traits v0.2.19 |
1584 | 2024-10-18T17:18:00.032Z | Compiling quote v1.0.37 |
1585 | 2024-10-18T17:18:00.205Z | Compiling slab v0.4.9 |
1586 | 2024-10-18T17:18:00.344Z | Compiling log v0.4.22 |
1587 | 2024-10-18T17:18:00.389Z | Compiling once_cell v1.20.2 |
1588 | 2024-10-18T17:18:00.517Z | Compiling syn v2.0.79 |
1589 | 2024-10-18T17:18:00.647Z | Compiling getrandom v0.2.15 |
1590 | 2024-10-18T17:18:00.744Z | Compiling jobserver v0.1.32 |
1591 | 2024-10-18T17:18:00.766Z | Compiling itoa v1.0.11 |
1592 | 2024-10-18T17:18:00.947Z | Compiling thiserror v1.0.64 |
1593 | 2024-10-18T17:18:01.128Z | Compiling cc v1.1.30 |
1594 | 2024-10-18T17:18:01.152Z | Compiling scopeguard v1.2.0 |
1595 | 2024-10-18T17:18:01.440Z | Compiling rand_core v0.6.4 |
1596 | 2024-10-18T17:18:01.525Z | Compiling byteorder v1.5.0 |
1597 | 2024-10-18T17:18:02.005Z | Compiling subtle v2.6.1 |
1598 | 2024-10-18T17:18:02.549Z | Compiling semver v1.0.23 |
1599 | 2024-10-18T17:18:02.627Z | Compiling pin-project-lite v0.2.14 |
1600 | 2024-10-18T17:18:02.703Z | Compiling smallvec v1.13.2 |
1601 | 2024-10-18T17:18:02.989Z | Compiling httparse v1.9.5 |
1602 | 2024-10-18T17:18:03.009Z | Compiling heck v0.5.0 |
1603 | 2024-10-18T17:18:03.101Z | Compiling const-oid v0.9.6 |
1604 | 2024-10-18T17:18:03.309Z | Compiling ryu v1.0.18 |
1605 | 2024-10-18T17:18:03.539Z | Compiling pkg-config v0.3.31 |
1606 | 2024-10-18T17:18:03.642Z | Compiling futures-core v0.3.31 |
1607 | 2024-10-18T17:18:03.680Z | Compiling allocator-api2 v0.2.18 |
1608 | 2024-10-18T17:18:03.956Z | Compiling signal-hook-registry v1.4.2 |
1609 | 2024-10-18T17:18:04.518Z | Compiling parking_lot v0.12.3 |
1610 | 2024-10-18T17:18:04.562Z | Compiling ring v0.17.8 |
1611 | 2024-10-18T17:18:04.586Z | Compiling mio v1.0.2 |
1612 | 2024-10-18T17:18:05.610Z | Compiling socket2 v0.5.7 |
1613 | 2024-10-18T17:18:05.748Z | Compiling crossbeam-utils v0.8.20 |
1614 | 2024-10-18T17:18:05.964Z | Compiling fnv v1.0.7 |
1615 | 2024-10-18T17:18:06.107Z | Compiling futures-sink v0.3.31 |
1616 | 2024-10-18T17:18:06.151Z | Compiling time-core v0.1.2 |
1617 | 2024-10-18T17:18:06.266Z | Compiling num-conv v0.1.0 |
1618 | 2024-10-18T17:18:06.289Z | Compiling vcpkg v0.2.15 |
1619 | 2024-10-18T17:18:06.535Z | Compiling time-macros v0.2.18 |
1620 | 2024-10-18T17:18:06.840Z | Compiling ahash v0.8.11 |
1621 | 2024-10-18T17:18:06.861Z | Compiling schemars v0.8.21 |
1622 | 2024-10-18T17:18:07.237Z | Compiling spin v0.9.8 |
1623 | 2024-10-18T17:18:07.965Z | Compiling openssl-sys v0.9.103 |
1624 | 2024-10-18T17:18:08.055Z | Compiling serde_derive_internals v0.29.1 |
1625 | 2024-10-18T17:18:08.073Z | Compiling foldhash v0.1.3 |
1626 | 2024-10-18T17:18:08.462Z | Compiling equivalent v1.0.1 |
1627 | 2024-10-18T17:18:08.594Z | Compiling rustix v0.38.37 |
1628 | 2024-10-18T17:18:08.686Z | Compiling cpufeatures v0.2.14 |
1629 | 2024-10-18T17:18:08.792Z | Compiling hashbrown v0.15.0 |
1630 | 2024-10-18T17:18:09.749Z | Compiling futures-channel v0.3.31 |
1631 | 2024-10-18T17:18:10.064Z | Compiling futures-task v0.3.31 |
1632 | 2024-10-18T17:18:10.259Z | Compiling pin-utils v0.1.0 |
1633 | 2024-10-18T17:18:10.318Z | Compiling slog v2.7.0 |
1634 | 2024-10-18T17:18:10.354Z | Compiling futures-io v0.3.31 |
1635 | 2024-10-18T17:18:10.555Z | Compiling tinyvec_macros v0.1.1 |
1636 | 2024-10-18T17:18:10.689Z | Compiling tinyvec v1.8.0 |
1637 | 2024-10-18T17:18:10.899Z | Compiling ucd-trie v0.1.7 |
1638 | 2024-10-18T17:18:10.983Z | Compiling openssl v0.10.66 |
1639 | 2024-10-18T17:18:11.095Z | Compiling unicode-bidi v0.3.17 |
1640 | 2024-10-18T17:18:11.265Z | Compiling iana-time-zone v0.1.61 |
1641 | 2024-10-18T17:18:11.462Z | Compiling tracing-core v0.1.32 |
1642 | 2024-10-18T17:18:11.505Z | Compiling native-tls v0.2.12 |
1643 | 2024-10-18T17:18:11.708Z | Compiling rustls v0.23.14 |
1644 | 2024-10-18T17:18:12.258Z | Compiling base64ct v1.6.0 |
1645 | 2024-10-18T17:18:12.460Z | Compiling unicode-normalization v0.1.24 |
1646 | 2024-10-18T17:18:12.869Z | Compiling pem-rfc7468 v0.7.0 |
1647 | 2024-10-18T17:18:13.542Z | Compiling serde_derive v1.0.210 |
1648 | 2024-10-18T17:18:13.591Z | Compiling zeroize_derive v1.4.2 |
1649 | 2024-10-18T17:18:13.786Z | Compiling zerocopy-derive v0.7.35 |
1650 | 2024-10-18T17:18:13.859Z | Compiling tokio-macros v2.4.0 |
1651 | 2024-10-18T17:18:13.956Z | Compiling thiserror-impl v1.0.64 |
1652 | 2024-10-18T17:18:13.970Z | Compiling futures-macro v0.3.31 |
1653 | 2024-10-18T17:18:14.055Z | Compiling tracing-attributes v0.1.27 |
1654 | 2024-10-18T17:18:15.150Z | Compiling zeroize v1.8.1 |
1655 | 2024-10-18T17:18:15.952Z | Compiling zerocopy v0.7.35 |
1656 | 2024-10-18T17:18:16.986Z | Compiling der_derive v0.7.3 |
1657 | 2024-10-18T17:18:17.239Z | Compiling crypto-common v0.1.6 |
1658 | 2024-10-18T17:18:17.488Z | Compiling block-buffer v0.10.4 |
1659 | 2024-10-18T17:18:17.617Z | Compiling schemars_derive v0.8.21 |
1660 | 2024-10-18T17:18:17.706Z | Compiling digest v0.10.7 |
1661 | 2024-10-18T17:18:17.802Z | Compiling futures-util v0.3.31 |
1662 | 2024-10-18T17:18:17.840Z | Compiling scroll_derive v0.12.0 |
1663 | 2024-10-18T17:18:18.114Z | Compiling hmac v0.12.1 |
1664 | 2024-10-18T17:18:18.225Z | Compiling block-padding v0.3.3 |
1665 | 2024-10-18T17:18:18.334Z | Compiling pest v2.7.14 |
1666 | 2024-10-18T17:18:19.282Z | Compiling inout v0.1.3 |
1667 | 2024-10-18T17:18:19.436Z | Compiling openssl-macros v0.1.1 |
1668 | 2024-10-18T17:18:19.564Z | Compiling cipher v0.4.4 |
1669 | 2024-10-18T17:18:20.258Z | Compiling sha2 v0.10.8 |
1670 | 2024-10-18T17:18:20.357Z | Compiling tracing v0.1.40 |
1671 | 2024-10-18T17:18:20.568Z | Compiling ppv-lite86 v0.2.20 |
1672 | 2024-10-18T17:18:21.202Z | Compiling pest_meta v2.7.14 |
1673 | 2024-10-18T17:18:21.449Z | Compiling async-trait v0.1.83 |
1674 | 2024-10-18T17:18:23.797Z | Compiling pest_generator v2.7.14 |
1675 | 2024-10-18T17:18:24.869Z | Compiling usdt-impl v0.5.0 |
1676 | 2024-10-18T17:18:24.935Z | Compiling cookie v0.18.1 |
1677 | 2024-10-18T17:18:25.236Z | Compiling syn v1.0.109 |
1678 | 2024-10-18T17:18:25.238Z | Compiling percent-encoding v2.3.1 |
1679 | 2024-10-18T17:18:25.502Z | Compiling pest_derive v2.7.14 |
1680 | 2024-10-18T17:18:25.754Z | Compiling flagset v0.4.6 |
1681 | 2024-10-18T17:18:25.799Z | Compiling dyn-clone v1.0.17 |
1682 | 2024-10-18T17:18:25.978Z | Compiling der v0.7.9 |
1683 | 2024-10-18T17:18:26.020Z | Compiling rand_chacha v0.3.1 |
1684 | 2024-10-18T17:18:26.196Z | Compiling scroll v0.12.0 |
1685 | 2024-10-18T17:18:26.510Z | Compiling aho-corasick v1.1.3 |
1686 | 2024-10-18T17:18:26.726Z | Compiling plain v0.2.3 |
1687 | 2024-10-18T17:18:26.898Z | Compiling bytes v1.7.2 |
1688 | 2024-10-18T17:18:27.778Z | Compiling bitflags v2.6.0 |
1689 | 2024-10-18T17:18:28.129Z | Compiling indexmap v2.6.0 |
1690 | 2024-10-18T17:18:28.303Z | Compiling tokio v1.40.0 |
1691 | 2024-10-18T17:18:29.159Z | Compiling http v1.1.0 |
1692 | 2024-10-18T17:18:30.019Z | Compiling serde_tokenstream v0.2.2 |
1693 | 2024-10-18T17:18:30.139Z | Compiling rustc_version v0.4.1 |
1694 | 2024-10-18T17:18:30.285Z | Compiling uuid v1.10.0 |
1695 | 2024-10-18T17:18:30.818Z | Compiling chrono v0.4.38 |
1696 | 2024-10-18T17:18:31.526Z | Compiling rayon-core v1.12.1 |
1697 | 2024-10-18T17:18:31.763Z | Compiling regex-syntax v0.8.5 |
1698 | 2024-10-18T17:18:32.299Z | Compiling camino v1.1.9 |
1699 | 2024-10-18T17:18:32.941Z | Compiling rustls-pki-types v1.9.0 |
1700 | 2024-10-18T17:18:34.462Z | Compiling spki v0.7.3 |
1701 | 2024-10-18T17:18:35.734Z | Compiling regex-automata v0.4.8 |
1702 | 2024-10-18T17:18:36.028Z | Compiling goblin v0.8.2 |
1703 | 2024-10-18T17:18:36.387Z | Compiling rand v0.8.5 |
1704 | 2024-10-18T17:18:38.203Z | Compiling tokio-util v0.7.12 |
1705 | 2024-10-18T17:18:39.803Z | Compiling salsa20 v0.10.2 |
1706 | 2024-10-18T17:18:40.092Z | Compiling pbkdf2 v0.12.2 |
1707 | 2024-10-18T17:18:40.677Z | Compiling untrusted v0.9.0 |
1708 | 2024-10-18T17:18:41.438Z | Compiling try-lock v0.2.5 |
1709 | 2024-10-18T17:18:41.590Z | Compiling pretty-hex v0.4.1 |
1710 | 2024-10-18T17:18:42.024Z | Compiling rustls v0.22.4 |
1711 | 2024-10-18T17:18:42.353Z | Compiling powerfmt v0.2.0 |
1712 | 2024-10-18T17:18:42.779Z | Compiling dof v0.3.0 |
1713 | 2024-10-18T17:18:43.049Z | Compiling deranged v0.3.11 |
1714 | 2024-10-18T17:18:43.878Z | Compiling want v0.3.1 |
1715 | 2024-10-18T17:18:46.757Z | Compiling scrypt v0.11.0 |
1716 | 2024-10-18T17:18:46.782Z | Compiling dtrace-parser v0.2.0 |
1717 | 2024-10-18T17:18:47.257Z | Compiling form_urlencoded v1.2.1 |
1718 | 2024-10-18T17:18:47.431Z | Compiling cbc v0.1.2 |
1719 | 2024-10-18T17:18:47.514Z | Compiling aes v0.8.4 |
1720 | 2024-10-18T17:18:47.690Z | Compiling errno v0.3.9 |
1721 | 2024-10-18T17:18:47.778Z | Compiling thread-id v4.2.2 |
1722 | 2024-10-18T17:18:47.920Z | Compiling atomic-waker v1.1.2 |
1723 | 2024-10-18T17:18:48.133Z | Compiling httpdate v1.0.3 |
1724 | 2024-10-18T17:18:48.197Z | Compiling num_threads v0.1.7 |
1725 | 2024-10-18T17:18:48.354Z | Compiling time v0.3.36 |
1726 | 2024-10-18T17:18:48.739Z | Compiling pkcs5 v0.7.1 |
1727 | 2024-10-18T17:18:50.519Z | Compiling rustls-webpki v0.102.8 |
1728 | 2024-10-18T17:18:52.724Z | Compiling heapless v0.7.17 |
1729 | 2024-10-18T17:18:52.942Z | Compiling http-body v1.0.1 |
1730 | 2024-10-18T17:18:53.191Z | Compiling zerocopy-derive v0.6.6 |
1731 | 2024-10-18T17:18:53.330Z | Compiling multer v3.1.0 |
1732 | 2024-10-18T17:18:53.712Z | Compiling tower-service v0.3.3 |
1733 | 2024-10-18T17:18:53.755Z | Compiling slog-async v2.8.0 |
1734 | 2024-10-18T17:18:53.851Z | Compiling anyhow v1.0.89 |
1735 | 2024-10-18T17:18:53.942Z | Compiling num-bigint-dig v0.8.4 |
1736 | 2024-10-18T17:18:54.005Z | Compiling signal-hook v0.3.17 |
1737 | 2024-10-18T17:18:54.597Z | Compiling pkcs8 v0.10.2 |
1738 | 2024-10-18T17:18:54.789Z | Compiling h2 v0.4.6 |
1739 | 2024-10-18T17:18:55.105Z | Compiling regex v1.11.0 |
1740 | 2024-10-18T17:18:56.213Z | Compiling idna v0.5.0 |
1741 | 2024-10-18T17:18:56.613Z | Compiling strsim v0.11.1 |
1742 | 2024-10-18T17:18:57.002Z | Compiling rustversion v1.0.17 |
1743 | 2024-10-18T17:18:57.742Z | Compiling base64 v0.22.1 |
1744 | 2024-10-18T17:18:57.962Z | Compiling paste v1.0.15 |
1745 | 2024-10-18T17:18:58.079Z | Compiling url v2.5.2 |
1746 | 2024-10-18T17:19:00.737Z | Compiling usdt-attr-macro v0.5.0 |
1747 | 2024-10-18T17:19:00.762Z | Compiling usdt-macro v0.5.0 |
1748 | 2024-10-18T17:19:02.394Z | Compiling hyper v1.4.1 |
1749 | 2024-10-18T17:19:04.068Z | Compiling curve25519-dalek v4.1.3 |
1750 | 2024-10-18T17:19:04.178Z | Compiling openapiv3 v2.0.0 |
1751 | 2024-10-18T17:19:04.551Z | Compiling serde_spanned v0.6.8 |
1752 | 2024-10-18T17:19:04.778Z | Compiling toml_datetime v0.6.8 |
1753 | 2024-10-18T17:19:05.200Z | Compiling async-stream-impl v0.3.6 |
1754 | 2024-10-18T17:19:05.270Z | Compiling enum-as-inner v0.6.1 |
1755 | 2024-10-18T17:19:06.410Z | Compiling dropshot v0.12.0 |
1756 | 2024-10-18T17:19:06.672Z | Compiling match_cfg v0.1.0 |
1757 | 2024-10-18T17:19:06.722Z | Compiling foreign-types-shared v0.1.1 |
1758 | 2024-10-18T17:19:06.751Z | Compiling portable-atomic v1.9.0 |
1759 | 2024-10-18T17:19:07.883Z | Compiling smoltcp v0.9.1 |
1760 | 2024-10-18T17:19:07.911Z | Compiling hyper-util v0.1.9 |
1761 | 2024-10-18T17:19:07.914Z | Compiling foreign-types v0.3.2 |
1762 | 2024-10-18T17:19:08.223Z | Compiling hostname v0.3.1 |
1763 | 2024-10-18T17:19:12.306Z | Compiling clap_derive v4.5.18 |
1764 | 2024-10-18T17:19:12.702Z | Compiling dirs-sys-next v0.1.2 |
1765 | 2024-10-18T17:19:13.533Z | Compiling encoding_rs v0.8.34 |
1766 | 2024-10-18T17:19:13.677Z | Compiling data-encoding v2.6.0 |
1767 | 2024-10-18T17:19:15.403Z | Compiling ipnet v2.10.1 |
1768 | 2024-10-18T17:19:16.950Z | Compiling adler2 v2.0.0 |
1769 | 2024-10-18T17:19:17.153Z | Compiling mime v0.3.17 |
1770 | 2024-10-18T17:19:18.013Z | Compiling siphasher v0.3.11 |
1771 | 2024-10-18T17:19:18.388Z | Compiling miniz_oxide v0.8.0 |
1772 | 2024-10-18T17:19:21.272Z | Compiling dirs-next v2.0.0 |
1773 | 2024-10-18T17:19:24.478Z | Compiling http-body-util v0.1.2 |
1774 | 2024-10-18T17:19:24.540Z | Compiling hubpack_derive v0.1.1 |
1775 | 2024-10-18T17:19:24.897Z | Compiling serde_urlencoded v0.7.1 |
1776 | 2024-10-18T17:19:24.977Z | Compiling crossbeam-epoch v0.9.18 |
1777 | 2024-10-18T17:19:25.162Z | Compiling dropshot_endpoint v0.12.0 |
1778 | 2024-10-18T17:19:25.485Z | Compiling hashbrown v0.14.5 |
1779 | 2024-10-18T17:19:25.571Z | Compiling signature v2.2.0 |
1780 | 2024-10-18T17:19:25.694Z | Compiling sha1 v0.10.6 |
1781 | 2024-10-18T17:19:25.845Z | Compiling curve25519-dalek-derive v0.1.1 |
1782 | 2024-10-18T17:19:26.147Z | Compiling lazy_static v1.5.0 |
1783 | 2024-10-18T17:19:26.199Z | Compiling thread_local v1.1.8 |
1784 | 2024-10-18T17:19:26.337Z | Compiling fs-err v2.11.0 |
1785 | 2024-10-18T17:19:26.737Z | Compiling gimli v0.31.1 |
1786 | 2024-10-18T17:19:27.483Z | Compiling utf8parse v0.2.2 |
1787 | 2024-10-18T17:19:27.645Z | Compiling unicode-properties v0.1.3 |
1788 | 2024-10-18T17:19:28.043Z | Compiling openssl-probe v0.1.5 |
1789 | 2024-10-18T17:19:28.109Z | Compiling anstyle v1.0.8 |
1790 | 2024-10-18T17:19:28.573Z | Compiling winnow v0.6.20 |
1791 | 2024-10-18T17:19:28.944Z | Compiling either v1.13.0 |
1792 | 2024-10-18T17:19:29.572Z | Compiling stringprep v0.1.5 |
1793 | 2024-10-18T17:19:30.054Z | Compiling anstyle-parse v0.2.5 |
1794 | 2024-10-18T17:19:30.431Z | Compiling regress v0.10.1 |
1795 | 2024-10-18T17:19:30.655Z | Compiling crossbeam-deque v0.8.5 |
1796 | 2024-10-18T17:19:32.085Z | Compiling addr2line v0.24.2 |
1797 | 2024-10-18T17:19:32.455Z | Compiling toml_edit v0.22.22 |
1798 | 2024-10-18T17:19:32.849Z | Compiling term v0.7.0 |
1799 | 2024-10-18T17:19:34.341Z | Compiling slog-json v2.6.1 |
1800 | 2024-10-18T17:19:35.833Z | Compiling crossbeam-channel v0.5.13 |
1801 | 2024-10-18T17:19:36.521Z | Compiling rustls-pemfile v2.2.0 |
1802 | 2024-10-18T17:19:37.557Z | Compiling futures-executor v0.3.31 |
1803 | 2024-10-18T17:19:37.984Z | Compiling md-5 v0.10.6 |
1804 | 2024-10-18T17:19:38.106Z | Compiling idna v0.3.0 |
1805 | 2024-10-18T17:19:38.245Z | Compiling idna v0.4.0 |
1806 | 2024-10-18T17:19:39.861Z | Compiling num-integer v0.1.46 |
1807 | 2024-10-18T17:19:39.980Z | Compiling ff v0.13.0 |
1808 | 2024-10-18T17:19:40.019Z | Compiling hash32 v0.2.1 |
1809 | 2024-10-18T17:19:40.225Z | Compiling memmap v0.7.0 |
1810 | 2024-10-18T17:19:40.276Z | Compiling is-terminal v0.4.13 |
1811 | 2024-10-18T17:19:40.420Z | Compiling object v0.36.5 |
1812 | 2024-10-18T17:19:40.467Z | Compiling stable_deref_trait v1.2.0 |
1813 | 2024-10-18T17:19:40.578Z | Compiling linked-hash-map v0.5.6 |
1814 | 2024-10-18T17:19:40.632Z | Compiling psl-types v2.0.11 |
1815 | 2024-10-18T17:19:40.668Z | Compiling base16ct v0.2.0 |
1816 | 2024-10-18T17:19:40.903Z | Compiling is_terminal_polyfill v1.70.1 |
1817 | 2024-10-18T17:19:40.978Z | Compiling fallible-iterator v0.2.0 |
1818 | 2024-10-18T17:19:40.980Z | Compiling quick-error v1.2.3 |
1819 | 2024-10-18T17:19:41.159Z | Compiling take_mut v0.2.2 |
1820 | 2024-10-18T17:19:41.373Z | Compiling anstyle-query v1.1.1 |
1821 | 2024-10-18T17:19:41.566Z | Compiling utf-8 v0.7.6 |
1822 | 2024-10-18T17:19:41.609Z | Compiling colorchoice v1.0.2 |
1823 | 2024-10-18T17:19:41.758Z | Compiling rustc-demangle v0.1.24 |
1824 | 2024-10-18T17:19:41.813Z | Compiling heck v0.4.1 |
1825 | 2024-10-18T17:19:41.954Z | Compiling tungstenite v0.24.0 |
1826 | 2024-10-18T17:19:42.315Z | Compiling strum_macros v0.25.3 |
1827 | 2024-10-18T17:19:42.783Z | Compiling anstream v0.6.15 |
1828 | 2024-10-18T17:19:43.524Z | Compiling postgres-protocol v0.6.7 |
1829 | 2024-10-18T17:19:44.687Z | Compiling resolv-conf v0.7.0 |
1830 | 2024-10-18T17:19:44.945Z | Compiling sec1 v0.7.3 |
1831 | 2024-10-18T17:19:45.470Z | Compiling lru-cache v0.1.2 |
1832 | 2024-10-18T17:19:45.536Z | Compiling publicsuffix v2.2.3 |
1833 | 2024-10-18T17:19:45.673Z | Compiling usdt v0.5.0 |
1834 | 2024-10-18T17:19:45.884Z | Compiling slog-term v2.9.1 |
1835 | 2024-10-18T17:19:46.142Z | Compiling num-iter v0.1.45 |
1836 | 2024-10-18T17:19:46.287Z | Compiling group v0.13.0 |
1837 | 2024-10-18T17:19:46.642Z | Compiling hickory-proto v0.24.1 |
1838 | 2024-10-18T17:19:46.945Z | Compiling futures v0.3.31 |
1839 | 2024-10-18T17:19:47.906Z | Compiling tokio-rustls v0.26.0 |
1840 | 2024-10-18T17:19:48.121Z | Compiling backtrace v0.3.74 |
1841 | 2024-10-18T17:19:49.201Z | Compiling toml v0.8.19 |
1842 | 2024-10-18T17:19:50.050Z | Compiling tokio-rustls v0.25.0 |
1843 | 2024-10-18T17:19:50.467Z | Compiling slog-bunyan v2.5.0 |
1844 | 2024-10-18T17:19:50.674Z | Compiling typify-impl v0.2.0 |
1845 | 2024-10-18T17:19:50.678Z | Compiling tokio-native-tls v0.3.1 |
1846 | 2024-10-18T17:19:50.730Z | Compiling terminal_size v0.4.0 |
1847 | 2024-10-18T17:19:50.936Z | Compiling phf_shared v0.11.2 |
1848 | 2024-10-18T17:19:51.043Z | Compiling async-stream v0.3.6 |
1849 | 2024-10-18T17:19:51.317Z | Compiling waitgroup v0.1.2 |
1850 | 2024-10-18T17:19:51.367Z | Compiling webpki-roots v0.26.6 |
1851 | 2024-10-18T17:19:51.514Z | Compiling serde_path_to_error v0.1.16 |
1852 | 2024-10-18T17:19:51.663Z | Compiling hkdf v0.12.4 |
1853 | 2024-10-18T17:19:51.803Z | Compiling crypto-bigint v0.5.5 |
1854 | 2024-10-18T17:19:51.892Z | Compiling derive-where v1.2.7 |
1855 | 2024-10-18T17:19:52.350Z | Compiling serde_repr v0.1.19 |
1856 | 2024-10-18T17:19:55.002Z | Compiling hostname v0.4.0 |
1857 | 2024-10-18T17:19:55.388Z | Compiling clap_lex v0.7.2 |
1858 | 2024-10-18T17:19:55.567Z | Compiling bitflags v1.3.2 |
1859 | 2024-10-18T17:19:55.677Z | Compiling managed v0.8.0 |
1860 | 2024-10-18T17:19:55.785Z | Compiling winnow v0.5.40 |
1861 | 2024-10-18T17:19:55.818Z | Compiling debug-ignore v1.0.5 |
1862 | 2024-10-18T17:19:55.959Z | Compiling unicode-width v0.1.14 |
1863 | 2024-10-18T17:19:56.437Z | Compiling console v0.15.8 |
1864 | 2024-10-18T17:19:56.607Z | Compiling clap_builder v4.5.20 |
1865 | 2024-10-18T17:19:58.078Z | Compiling elliptic-curve v0.13.8 |
1866 | 2024-10-18T17:19:58.682Z | Compiling hickory-resolver v0.24.1 |
1867 | 2024-10-18T17:19:59.493Z | Compiling toml_edit v0.19.15 |
1868 | 2024-10-18T17:20:01.357Z | Compiling hyper-rustls v0.27.3 |
1869 | 2024-10-18T17:20:02.464Z | Compiling typify-macro v0.2.0 |
1870 | 2024-10-18T17:20:03.718Z | Compiling phf v0.11.2 |
1871 | 2024-10-18T17:20:04.527Z | Compiling hyper-tls v0.6.0 |
1872 | 2024-10-18T17:20:04.902Z | Compiling signal-hook-mio v0.2.4 |
1873 | 2024-10-18T17:20:05.067Z | Compiling rayon v1.10.0 |
1874 | 2024-10-18T17:20:05.307Z | Compiling cookie_store v0.21.0 |
1875 | 2024-10-18T17:20:06.119Z | Compiling postgres-types v0.2.8 |
1876 | 2024-10-18T17:20:06.165Z | Compiling tokio-tungstenite v0.24.0 |
1877 | 2024-10-18T17:20:06.327Z | Compiling ed25519 v2.2.3 |
1878 | 2024-10-18T17:20:06.590Z | Compiling hubpack v0.1.2 |
1879 | 2024-10-18T17:20:06.615Z | Compiling phf_shared v0.10.0 |
1880 | 2024-10-18T17:20:06.997Z | Compiling zerocopy v0.6.6 |
1881 | 2024-10-18T17:20:07.040Z | Compiling pkcs1 v0.7.5 |
1882 | 2024-10-18T17:20:07.673Z | Compiling bstr v1.10.0 |
1883 | 2024-10-18T17:20:07.841Z | Compiling tokio-stream v0.1.16 |
1884 | 2024-10-18T17:20:07.973Z | Compiling serde-big-array v0.5.1 |
1885 | 2024-10-18T17:20:08.193Z | Compiling rfc6979 v0.4.0 |
1886 | 2024-10-18T17:20:08.384Z | Compiling float-cmp v0.9.0 |
1887 | 2024-10-18T17:20:08.612Z | Compiling sync_wrapper v1.0.1 |
1888 | 2024-10-18T17:20:08.721Z | Compiling crc32fast v1.4.2 |
1889 | 2024-10-18T17:20:08.762Z | Compiling number_prefix v0.4.0 |
1890 | 2024-10-18T17:20:08.894Z | Compiling fixedbitset v0.4.2 |
1891 | 2024-10-18T17:20:08.986Z | Compiling predicates-core v1.0.8 |
1892 | 2024-10-18T17:20:09.016Z | Compiling difflib v0.4.0 |
1893 | 2024-10-18T17:20:09.176Z | Compiling precomputed-hash v0.1.1 |
1894 | 2024-10-18T17:20:09.276Z | Compiling bit-vec v0.6.3 |
1895 | 2024-10-18T17:20:09.295Z | Compiling unicode-segmentation v1.12.0 |
1896 | 2024-10-18T17:20:09.678Z | Compiling new_debug_unreachable v1.0.6 |
1897 | 2024-10-18T17:20:09.726Z | Compiling normalize-line-endings v0.3.0 |
1898 | 2024-10-18T17:20:09.778Z | Compiling whoami v1.5.2 |
1899 | 2024-10-18T17:20:09.904Z | Compiling minimal-lexical v0.2.1 |
1900 | 2024-10-18T17:20:10.111Z | Compiling static_assertions v1.1.0 |
1901 | 2024-10-18T17:20:10.189Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1902 | 2024-10-18T17:20:10.210Z | Compiling tokio-postgres v0.7.12 |
1903 | 2024-10-18T17:20:10.284Z | Compiling similar v2.6.0 |
1904 | 2024-10-18T17:20:10.371Z | Compiling nom v7.1.3 |
1905 | 2024-10-18T17:20:11.193Z | Compiling predicates v3.1.2 |
1906 | 2024-10-18T17:20:12.275Z | Compiling string_cache v0.8.7 |
1907 | 2024-10-18T17:20:12.664Z | Compiling bit-set v0.5.3 |
1908 | 2024-10-18T17:20:12.967Z | Compiling indicatif v0.17.8 |
1909 | 2024-10-18T17:20:13.948Z | Compiling petgraph v0.6.5 |
1910 | 2024-10-18T17:20:15.705Z | Compiling flate2 v1.0.34 |
1911 | 2024-10-18T17:20:16.505Z | Compiling reqwest v0.12.8 |
1912 | 2024-10-18T17:20:16.566Z | Compiling qorb v0.1.1 |
1913 | 2024-10-18T17:20:16.745Z | Compiling ecdsa v0.16.9 |
1914 | 2024-10-18T17:20:18.885Z | Compiling rsa v0.9.6 |
1915 | 2024-10-18T17:20:19.217Z | Compiling ed25519-dalek v2.1.1 |
1916 | 2024-10-18T17:20:20.155Z | Compiling crossterm v0.28.1 |
1917 | 2024-10-18T17:20:20.175Z | Compiling toml v0.7.8 |
1918 | 2024-10-18T17:20:20.480Z | Compiling clap v4.5.20 |
1919 | 2024-10-18T17:20:21.221Z | Compiling itertools v0.10.5 |
1920 | 2024-10-18T17:20:21.633Z | Compiling itertools v0.12.1 |
1921 | 2024-10-18T17:20:24.207Z | Compiling x509-cert v0.2.5 |
1922 | 2024-10-18T17:20:24.450Z | Compiling hex v0.4.3 |
1923 | 2024-10-18T17:20:26.718Z | Compiling unicode-xid v0.2.6 |
1924 | 2024-10-18T17:20:26.897Z | Compiling peg-runtime v0.8.3 |
1925 | 2024-10-18T17:20:26.995Z | Compiling radium v0.7.0 |
1926 | 2024-10-18T17:20:27.845Z | Compiling lalrpop-util v0.19.12 |
1927 | 2024-10-18T17:20:28.538Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1928 | 2024-10-18T17:20:36.473Z | Compiling maybe-uninit v2.0.0 |
1929 | 2024-10-18T17:20:36.950Z | Compiling tap v1.0.1 |
1930 | 2024-10-18T17:20:37.139Z | Compiling ident_case v1.0.1 |
1931 | 2024-10-18T17:20:37.189Z | Compiling wyz v0.5.1 |
1932 | 2024-10-18T17:20:37.330Z | Compiling darling_core v0.20.10 |
1933 | 2024-10-18T17:20:55.525Z | Compiling typify v0.2.0 |
1934 | 2024-10-18T17:20:59.623Z | Compiling http v0.2.12 |
1935 | 2024-10-18T17:21:00.343Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1936 | 2024-10-18T17:21:01.970Z | Compiling unsafe-libyaml v0.2.11 |
1937 | 2024-10-18T17:21:02.390Z | Compiling funty v2.0.0 |
1938 | 2024-10-18T17:21:02.651Z | Compiling packed_struct v0.10.1 |
1939 | 2024-10-18T17:21:03.508Z | Compiling base64 v0.21.7 |
1940 | 2024-10-18T17:21:04.199Z | Compiling bitvec v1.0.1 |
1941 | 2024-10-18T17:21:04.605Z | Compiling serde_yaml v0.9.34+deprecated |
1942 | 2024-10-18T17:21:11.992Z | Compiling progenitor-impl v0.8.0 |
1943 | 2024-10-18T17:21:14.847Z | Compiling darling_macro v0.20.10 |
1944 | 2024-10-18T17:21:16.390Z | Compiling packed_struct_codegen v0.10.1 |
1945 | 2024-10-18T17:21:18.578Z | Compiling structmeta-derive v0.3.0 |
1946 | 2024-10-18T17:21:19.142Z | Compiling indexmap v1.9.3 |
1947 | 2024-10-18T17:21:20.069Z | Compiling crc-catalog v2.4.0 |
1948 | 2024-10-18T17:21:20.231Z | Compiling nodrop v0.1.14 |
1949 | 2024-10-18T17:21:20.251Z | Compiling newtype-uuid v1.1.2 |
1950 | 2024-10-18T17:21:20.367Z | Compiling fastrand v2.1.1 |
1951 | 2024-10-18T17:21:20.580Z | Compiling array-init v0.0.4 |
1952 | 2024-10-18T17:21:21.036Z | Compiling tempfile v3.13.0 |
1953 | 2024-10-18T17:21:21.116Z | Compiling crc v3.2.1 |
1954 | 2024-10-18T17:21:21.189Z | Compiling structmeta v0.3.0 |
1955 | 2024-10-18T17:21:24.017Z | Compiling progenitor-macro v0.8.0 |
1956 | 2024-10-18T17:21:27.221Z | Compiling darling v0.20.10 |
1957 | 2024-10-18T17:21:27.541Z | Compiling smallvec v0.6.14 |
1958 | 2024-10-18T17:21:31.528Z | Compiling h2 v0.3.26 |
1959 | 2024-10-18T17:21:33.131Z | Compiling http-body v0.4.6 |
1960 | 2024-10-18T17:21:33.648Z | Compiling progenitor-client v0.8.0 |
1961 | 2024-10-18T17:21:38.983Z | Compiling pin-project-internal v1.1.6 |
1962 | 2024-10-18T17:21:41.398Z | Compiling termcolor v1.4.1 |
1963 | 2024-10-18T17:21:41.696Z | Compiling bitfield v0.14.0 |
1964 | 2024-10-18T17:21:41.878Z | Compiling hashbrown v0.12.3 |
1965 | 2024-10-18T17:21:42.596Z | Compiling same-file v1.0.6 |
1966 | 2024-10-18T17:21:42.872Z | Compiling walkdir v2.5.0 |
1967 | 2024-10-18T17:21:44.556Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1968 | 2024-10-18T17:21:45.357Z | Compiling env_logger v0.10.2 |
1969 | 2024-10-18T17:21:49.012Z | Compiling pin-project v1.1.6 |
1970 | 2024-10-18T17:21:53.512Z | Compiling hyper v0.14.30 |
1971 | 2024-10-18T17:21:54.463Z | Compiling progenitor v0.8.0 |
1972 | 2024-10-18T17:21:56.669Z | Compiling serde-hex v0.1.0 |
1973 | 2024-10-18T17:21:56.941Z | Compiling bzip2 v0.4.4 |
1974 | 2024-10-18T17:21:57.396Z | Compiling serde_with_macros v3.11.0 |
1975 | 2024-10-18T17:21:59.954Z | Compiling parse-display-derive v0.10.0 |
1976 | 2024-10-18T17:22:01.609Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1977 | 2024-10-18T17:22:02.312Z | Compiling ron v0.8.1 |
1978 | 2024-10-18T17:22:04.899Z | Compiling strum_macros v0.26.4 |
1979 | 2024-10-18T17:22:06.677Z | Compiling ipnetwork v0.20.0 |
1980 | 2024-10-18T17:22:07.424Z | Compiling hashbrown v0.13.2 |
1981 | 2024-10-18T17:22:07.601Z | Compiling xattr v1.3.1 |
1982 | 2024-10-18T17:22:07.807Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1983 | 2024-10-18T17:22:07.907Z | Compiling snafu-derive v0.8.5 |
1984 | 2024-10-18T17:22:08.293Z | Compiling ring v0.16.20 |
1985 | 2024-10-18T17:22:08.560Z | Compiling blake3 v1.5.4 |
1986 | 2024-10-18T17:22:08.806Z | Compiling filetime v0.2.25 |
1987 | 2024-10-18T17:22:09.138Z | Compiling instant v0.1.13 |
1988 | 2024-10-18T17:22:09.174Z | Compiling crc-any v2.5.0 |
1989 | 2024-10-18T17:22:09.264Z | Compiling buf-list v1.0.3 |
1990 | 2024-10-18T17:22:09.665Z | Compiling sync_wrapper v0.1.2 |
1991 | 2024-10-18T17:22:09.809Z | Compiling reqwest v0.11.27 |
1992 | 2024-10-18T17:22:10.012Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1993 | 2024-10-18T17:22:10.096Z | Compiling strum v0.26.3 |
1994 | 2024-10-18T17:22:10.313Z | Compiling backoff v0.4.0 |
1995 | 2024-10-18T17:22:10.650Z | Compiling tar v0.4.42 |
1996 | 2024-10-18T17:22:11.046Z | Compiling object v0.30.4 |
1997 | 2024-10-18T17:22:12.626Z | Compiling snafu v0.8.5 |
1998 | 2024-10-18T17:22:13.904Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1999 | 2024-10-18T17:22:14.114Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2000 | 2024-10-18T17:22:15.970Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2001 | 2024-10-18T17:22:16.068Z | Compiling parse-display v0.10.0 |
2002 | 2024-10-18T17:22:17.593Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2003 | 2024-10-18T17:22:17.656Z | Compiling serde_with v3.11.0 |
2004 | 2024-10-18T17:22:17.992Z | Compiling zip v0.6.6 |
2005 | 2024-10-18T17:22:18.123Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2006 | 2024-10-18T17:22:18.812Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2007 | 2024-10-18T17:22:20.652Z | Compiling camino-tempfile v1.1.1 |
2008 | 2024-10-18T17:22:21.398Z | Compiling globset v0.4.15 |
2009 | 2024-10-18T17:22:21.958Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2010 | 2024-10-18T17:22:22.149Z | Compiling regress v0.9.1 |
2011 | 2024-10-18T17:22:23.861Z | Compiling pem v3.0.4 |
2012 | 2024-10-18T17:22:25.325Z | Compiling olpc-cjson v0.1.4 |
2013 | 2024-10-18T17:22:25.666Z | Compiling serde_plain v1.0.2 |
2014 | 2024-10-18T17:22:26.160Z | Compiling macaddr v1.0.1 |
2015 | 2024-10-18T17:22:26.461Z | Compiling async-recursion v1.1.1 |
2016 | 2024-10-18T17:22:26.735Z | Compiling memmap2 v0.9.5 |
2017 | 2024-10-18T17:22:27.099Z | Compiling spin v0.5.2 |
2018 | 2024-10-18T17:22:27.327Z | Compiling arrayref v0.3.9 |
2019 | 2024-10-18T17:22:27.355Z | Compiling constant_time_eq v0.3.1 |
2020 | 2024-10-18T17:22:27.439Z | Compiling typed-path v0.7.1 |
2021 | 2024-10-18T17:22:27.539Z | Compiling arrayvec v0.7.6 |
2022 | 2024-10-18T17:22:27.932Z | Compiling path-slash v0.1.5 |
2023 | 2024-10-18T17:22:28.005Z | Compiling untrusted v0.7.1 |
2024 | 2024-10-18T17:22:28.169Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2025 | 2024-10-18T17:22:28.828Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2026 | 2024-10-18T17:22:30.767Z | Compiling tough v0.17.1 |
2027 | 2024-10-18T17:22:31.763Z | Compiling itertools v0.13.0 |
2028 | 2024-10-18T17:22:34.055Z | Compiling cargo-platform v0.1.8 |
2029 | 2024-10-18T17:22:35.132Z | Compiling topological-sort v0.2.2 |
2030 | 2024-10-18T17:22:35.366Z | Compiling parse-size v1.0.0 |
2031 | 2024-10-18T17:22:35.386Z | Compiling omicron-zone-package v0.11.1 |
2032 | 2024-10-18T17:22:35.546Z | Compiling cargo_metadata v0.18.1 |
2033 | 2024-10-18T17:22:35.649Z | Compiling shell-words v1.1.0 |
2034 | 2024-10-18T17:22:41.200Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2035 | 2024-10-18T17:22:54.372Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2036 | 2024-10-18T17:23:08.308Z | Finished `release` profile [optimized] target(s) in 5m 10s |
2037 | 2024-10-18T17:23:08.460Z | Running `target/release/omicron-releng --output-dir /work` |
2038 | 2024-10-18T17:23:08.502Z | Oct 18 17:23:07.074 DEBG changing working directory to /work/oxidecomputer/omicron |
2039 | 2024-10-18T17:23:08.597Z | Oct 18 17:23:07.168 DEBG running: git rev-parse HEAD |
2040 | 2024-10-18T17:23:08.601Z | Oct 18 17:23:07.175 DEBG process exited with exit status: 0 (6.891656ms) |
2041 | 2024-10-18T17:23:08.601Z | Oct 18 17:23:07.175 INFO version: 12.0.0-0.ci+gitd69155eb692 |
2042 | 2024-10-18T17:23:08.641Z | Oct 18 17:23:07.214 INFO cloning helios to /work/oxidecomputer/helios |
2043 | 2024-10-18T17:23:08.641Z | Oct 18 17:23:07.214 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2044 | 2024-10-18T17:23:08.646Z | Cloning into '/work/oxidecomputer/helios'... |
2045 | 2024-10-18T17:23:09.104Z | Oct 18 17:23:07.677 DEBG process exited with exit status: 0 (462.773444ms) |
2046 | 2024-10-18T17:23:09.104Z | Oct 18 17:23:07.677 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2047 | 2024-10-18T17:23:09.111Z | # branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb |
2048 | 2024-10-18T17:23:09.111Z | # branch.head master |
2049 | 2024-10-18T17:23:09.111Z | # branch.upstream origin/master |
2050 | 2024-10-18T17:23:09.111Z | # branch.ab +0 -0 |
2051 | 2024-10-18T17:23:09.113Z | Oct 18 17:23:07.685 DEBG process exited with exit status: 0 (7.624062ms) |
2052 | 2024-10-18T17:23:09.113Z | Oct 18 17:23:07.685 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2053 | 2024-10-18T17:23:09.860Z | Oct 18 17:23:08.433 DEBG process exited with exit status: 0 (748.274208ms) |
2054 | 2024-10-18T17:23:09.860Z | Oct 18 17:23:08.433 DEBG running: zfs list rpool/images/build/host |
2055 | 2024-10-18T17:23:09.867Z | NAME USED AVAIL REFER MOUNTPOINT |
2056 | 2024-10-18T17:23:09.867Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2057 | 2024-10-18T17:23:09.869Z | Oct 18 17:23:08.441 DEBG process exited with exit status: 0 (7.064644ms) |
2058 | 2024-10-18T17:23:09.869Z | Oct 18 17:23:08.441 DEBG running: zfs list rpool/images/build/recovery |
2059 | 2024-10-18T17:23:09.873Z | NAME USED AVAIL REFER MOUNTPOINT |
2060 | 2024-10-18T17:23:09.873Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2061 | 2024-10-18T17:23:09.875Z | Oct 18 17:23:08.447 DEBG process exited with exit status: 0 (6.002027ms) |
2062 | 2024-10-18T17:23:09.875Z | Oct 18 17:23:08.447 INFO [hubris-staging] running task |
2063 | 2024-10-18T17:23:09.875Z | Oct 18 17:23:08.448 INFO [hubris-production] running task |
2064 | 2024-10-18T17:23:09.875Z | Oct 18 17:23:08.448 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 |
2065 | 2024-10-18T17:23:09.878Z | Oct 18 17:23:08.451 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2066 | 2024-10-18T17:23:10.179Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2067 | 2024-10-18T17:23:10.362Z | [ omicron-package] Blocking waiting for file lock on package cache |
2068 | 2024-10-18T17:23:11.087Z | [ omicron-package] Blocking waiting for file lock on package cache |
2069 | 2024-10-18T17:23:11.358Z | [ omicron-package] Blocking waiting for file lock on package cache |
2070 | 2024-10-18T17:23:11.788Z | Oct 18 17:23:10.360 INFO [hubris-production] task succeeded (1.912505475s) |
2071 | 2024-10-18T17:23:12.163Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2072 | 2024-10-18T17:23:12.165Z | [ omicron-package] Compiling heapless v0.8.0 |
2073 | 2024-10-18T17:23:12.165Z | [ omicron-package] Compiling hash32 v0.3.1 |
2074 | 2024-10-18T17:23:12.165Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2075 | 2024-10-18T17:23:12.165Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2076 | 2024-10-18T17:23:12.165Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2077 | 2024-10-18T17:23:12.166Z | [ omicron-package] Compiling cobs v0.2.3 |
2078 | 2024-10-18T17:23:12.166Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2079 | 2024-10-18T17:23:13.166Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2080 | 2024-10-18T17:23:13.299Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2081 | 2024-10-18T17:23:13.536Z | [ omicron-package] Compiling postcard v1.0.10 |
2082 | 2024-10-18T17:23:13.695Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2083 | 2024-10-18T17:23:13.995Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2084 | 2024-10-18T17:23:14.025Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2085 | 2024-10-18T17:23:14.077Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2086 | 2024-10-18T17:23:15.076Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2087 | 2024-10-18T17:23:15.079Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2088 | 2024-10-18T17:23:15.294Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2089 | 2024-10-18T17:23:15.485Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2090 | 2024-10-18T17:23:15.997Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2091 | 2024-10-18T17:23:16.084Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2092 | 2024-10-18T17:23:16.397Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2093 | 2024-10-18T17:23:16.480Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2094 | 2024-10-18T17:23:16.670Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2095 | 2024-10-18T17:23:16.997Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2096 | 2024-10-18T17:23:17.118Z | [ omicron-package] Compiling colored v2.1.0 |
2097 | 2024-10-18T17:23:17.419Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2098 | 2024-10-18T17:23:17.569Z | [ omicron-package] Compiling num_enum v0.5.11 |
2099 | 2024-10-18T17:23:17.585Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2100 | 2024-10-18T17:23:17.964Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2101 | 2024-10-18T17:23:18.053Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2102 | 2024-10-18T17:23:18.170Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2103 | 2024-10-18T17:23:18.403Z | [ omicron-package] Compiling num-derive v0.4.2 |
2104 | 2024-10-18T17:23:18.550Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2105 | 2024-10-18T17:23:18.699Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2106 | 2024-10-18T17:23:19.137Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2107 | 2024-10-18T17:23:19.281Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2108 | 2024-10-18T17:23:19.482Z | [ omicron-package] Compiling smf v0.2.3 |
2109 | 2024-10-18T17:23:20.075Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2110 | 2024-10-18T17:23:20.350Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2111 | 2024-10-18T17:23:20.427Z | [ omicron-package] Compiling zone v0.3.0 |
2112 | 2024-10-18T17:23:22.025Z | Oct 18 17:23:20.594 INFO [hubris-staging] task succeeded (12.146701053s) |
2113 | 2024-10-18T17:23:22.955Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2114 | 2024-10-18T17:23:23.083Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2115 | 2024-10-18T17:23:23.188Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2116 | 2024-10-18T17:23:23.921Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2117 | 2024-10-18T17:23:24.809Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2118 | 2024-10-18T17:23:25.090Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2119 | 2024-10-18T17:23:25.890Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2120 | 2024-10-18T17:23:26.017Z | [ omicron-package] Compiling gethostname v0.5.0 |
2121 | 2024-10-18T17:23:26.819Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2122 | 2024-10-18T17:23:29.332Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2123 | 2024-10-18T17:23:31.770Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2124 | 2024-10-18T17:23:32.227Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2125 | 2024-10-18T17:23:33.737Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2126 | 2024-10-18T17:23:50.826Z | [ helios-setup] Oct 18 17:23:49.383 INFO helios repository root is: /work/oxidecomputer/helios |
2127 | 2024-10-18T17:23:50.828Z | [ helios-setup] Oct 18 17:23:49.386 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 |
2128 | 2024-10-18T17:23:50.831Z | [ helios-setup] Oct 18 17:23:49.386 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2129 | 2024-10-18T17:23:50.833Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2130 | 2024-10-18T17:23:51.784Z | [ helios-setup] Oct 18 17:23:50.341 INFO clone ok!, project: bootserver |
2131 | 2024-10-18T17:23:51.787Z | [ helios-setup] Oct 18 17:23:50.341 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 |
2132 | 2024-10-18T17:23:51.787Z | [ helios-setup] Oct 18 17:23:50.341 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2133 | 2024-10-18T17:23:51.790Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2134 | 2024-10-18T17:23:52.588Z | [ helios-setup] Oct 18 17:23:51.145 INFO clone ok!, project: pilot |
2135 | 2024-10-18T17:23:52.590Z | [ helios-setup] Oct 18 17:23:51.145 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 |
2136 | 2024-10-18T17:23:52.590Z | [ helios-setup] Oct 18 17:23:51.145 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2137 | 2024-10-18T17:23:52.592Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2138 | 2024-10-18T17:23:53.081Z | [ helios-setup] Oct 18 17:23:51.637 INFO clone ok!, project: phbl |
2139 | 2024-10-18T17:23:53.085Z | [ helios-setup] Oct 18 17:23:51.638 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 |
2140 | 2024-10-18T17:23:53.085Z | [ helios-setup] Oct 18 17:23:51.638 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2141 | 2024-10-18T17:23:53.087Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2142 | 2024-10-18T17:23:53.585Z | [ helios-setup] Oct 18 17:23:52.141 INFO clone ok!, project: image-builder |
2143 | 2024-10-18T17:23:53.587Z | [ helios-setup] Oct 18 17:23:52.141 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 |
2144 | 2024-10-18T17:23:53.588Z | [ helios-setup] Oct 18 17:23:52.141 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2145 | 2024-10-18T17:23:53.588Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2146 | 2024-10-18T17:23:53.613Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 43.71s |
2147 | 2024-10-18T17:23:53.822Z | [ omicron-package] |
2148 | 2024-10-18T17:23:53.822Z | [ omicron-package] real 43.891710183 |
2149 | 2024-10-18T17:23:53.824Z | [ omicron-package] user 2:36.429960081 |
2150 | 2024-10-18T17:23:53.824Z | [ omicron-package] sys 19.950455185 |
2151 | 2024-10-18T17:23:53.824Z | [ omicron-package] trap 0.171588015 |
2152 | 2024-10-18T17:23:53.824Z | [ omicron-package] tflt 0.748744788 |
2153 | 2024-10-18T17:23:53.824Z | [ omicron-package] dflt 0.737597585 |
2154 | 2024-10-18T17:23:53.824Z | [ omicron-package] kflt 0.000656153 |
2155 | 2024-10-18T17:23:53.824Z | [ omicron-package] lock 5:05.748695465 |
2156 | 2024-10-18T17:23:53.824Z | [ omicron-package] slp 8:31.400655269 |
2157 | 2024-10-18T17:23:53.824Z | Oct 18 17:23:52.379 INFO [omicron-package] process exited with exit status: 0 (43.931178638s) |
2158 | 2024-10-18T17:23:53.824Z | [ omicron-package] lat 1:39.007427610 |
2159 | 2024-10-18T17:23:53.824Z | [ omicron-package] stop 49.850648605 |
2160 | 2024-10-18T17:23:53.824Z | Oct 18 17:23:52.379 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 |
2161 | 2024-10-18T17:23:53.888Z | Oct 18 17:23:52.445 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2162 | 2024-10-18T17:23:53.898Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2163 | 2024-10-18T17:23:53.900Z | [ host-target] Created new build target 'host' and set it as active |
2164 | 2024-10-18T17:23:53.903Z | Oct 18 17:23:52.457 INFO [host-target] process exited with exit status: 0 (77.974797ms) |
2165 | 2024-10-18T17:23:53.903Z | Oct 18 17:23:52.458 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2166 | 2024-10-18T17:23:53.906Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2167 | 2024-10-18T17:23:53.906Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2168 | 2024-10-18T17:23:53.908Z | Oct 18 17:23:52.464 INFO [recovery-target] process exited with exit status: 0 (19.559641ms) |
2169 | 2024-10-18T17:23:53.914Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2170 | 2024-10-18T17:23:54.409Z | [ helios-setup] Oct 18 17:23:52.965 INFO clone ok!, project: chelsio-t6-roms |
2171 | 2024-10-18T17:23:54.412Z | [ helios-setup] Oct 18 17:23:52.965 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2172 | 2024-10-18T17:23:54.412Z | [ helios-setup] Oct 18 17:23:52.966 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 |
2173 | 2024-10-18T17:23:54.412Z | [ helios-setup] Oct 18 17:23:52.966 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2174 | 2024-10-18T17:23:54.414Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2175 | 2024-10-18T17:23:54.886Z | [ helios-setup] Oct 18 17:23:53.442 INFO clone ok!, project: pinprick |
2176 | 2024-10-18T17:23:54.888Z | [ helios-setup] Oct 18 17:23:53.442 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: true, unless_env: Some("OXIDE_STAFF"), fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder |
2177 | 2024-10-18T17:23:54.888Z | [ helios-setup] Oct 18 17:23:53.442 INFO cloning git@github.com:oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder |
2178 | 2024-10-18T17:23:54.891Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2179 | 2024-10-18T17:23:55.051Z | [ host-package] Compiling convert_case v0.4.0 |
2180 | 2024-10-18T17:23:55.051Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2181 | 2024-10-18T17:23:55.053Z | [ host-package] Compiling password-hash v0.5.0 |
2182 | 2024-10-18T17:23:55.053Z | [ host-package] Compiling blake2 v0.10.6 |
2183 | 2024-10-18T17:23:55.053Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2184 | 2024-10-18T17:23:55.053Z | [ host-package] Compiling newline-converter v0.3.0 |
2185 | 2024-10-18T17:23:55.053Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2186 | 2024-10-18T17:23:55.192Z | [ host-package] Compiling owo-colors v4.1.0 |
2187 | 2024-10-18T17:23:55.441Z | [ host-package] Compiling expectorate v1.1.0 |
2188 | 2024-10-18T17:23:55.642Z | [ host-package] Compiling libsw v3.3.1 |
2189 | 2024-10-18T17:23:55.770Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2190 | 2024-10-18T17:23:55.783Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2191 | 2024-10-18T17:23:55.852Z | [ host-package] Compiling argon2 v0.5.3 |
2192 | 2024-10-18T17:23:55.873Z | [ host-package] Compiling derive_more v0.99.18 |
2193 | 2024-10-18T17:23:55.961Z | [ host-package] Compiling linear-map v1.2.0 |
2194 | 2024-10-18T17:23:56.242Z | [ host-package] Compiling indent_write v2.2.0 |
2195 | 2024-10-18T17:23:56.331Z | [ host-package] Compiling swrite v0.1.0 |
2196 | 2024-10-18T17:23:56.424Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2197 | 2024-10-18T17:23:56.448Z | [ host-package] Compiling progenitor-client v0.8.0 |
2198 | 2024-10-18T17:23:56.467Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2199 | 2024-10-18T17:23:56.774Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2200 | 2024-10-18T17:23:56.791Z | [ host-package] Compiling progenitor v0.8.0 |
2201 | 2024-10-18T17:23:56.998Z | [ host-package] Compiling atomicwrites v0.4.4 |
2202 | 2024-10-18T17:23:57.074Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2203 | 2024-10-18T17:23:57.313Z | [ host-package] Compiling num-rational v0.4.2 |
2204 | 2024-10-18T17:23:57.518Z | [ host-package] Compiling num-complex v0.4.6 |
2205 | 2024-10-18T17:23:58.194Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2206 | 2024-10-18T17:23:58.397Z | [ host-package] Compiling prettyplease v0.2.22 |
2207 | 2024-10-18T17:23:58.722Z | [ host-package] Compiling num v0.4.3 |
2208 | 2024-10-18T17:23:58.844Z | [ host-package] Compiling float-ord v0.3.2 |
2209 | 2024-10-18T17:23:58.871Z | [ host-package] Compiling semver v0.1.20 |
2210 | 2024-10-18T17:23:59.035Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2211 | 2024-10-18T17:23:59.479Z | [ host-package] Compiling rustc_version v0.1.7 |
2212 | 2024-10-18T17:23:59.894Z | [ host-package] Compiling humantime v2.1.0 |
2213 | 2024-10-18T17:23:59.919Z | [ host-package] Compiling newtype_derive v0.1.6 |
2214 | 2024-10-18T17:24:00.350Z | [ host-package] Compiling highway v1.2.0 |
2215 | 2024-10-18T17:24:00.977Z | [ host-package] Compiling home v0.5.9 |
2216 | 2024-10-18T17:24:01.292Z | [ host-package] Compiling steno v0.4.1 |
2217 | 2024-10-18T17:24:02.426Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2218 | 2024-10-18T17:24:04.397Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
2219 | 2024-10-18T17:24:04.410Z | [ helios-setup] Oct 18 17:24:02.963 INFO clone ok!, project: amd-host-image-builder |
2220 | 2024-10-18T17:24:04.413Z | [ helios-setup] Oct 18 17:24:02.963 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2221 | 2024-10-18T17:24:04.413Z | [ helios-setup] Oct 18 17:24:02.963 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2222 | 2024-10-18T17:24:04.413Z | [ helios-setup] Oct 18 17:24:02.963 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 |
2223 | 2024-10-18T17:24:04.413Z | [ helios-setup] Oct 18 17:24:02.963 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2224 | 2024-10-18T17:24:04.416Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2225 | 2024-10-18T17:24:04.706Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2226 | 2024-10-18T17:24:05.100Z | [ host-package] Compiling newtype-uuid v1.1.2 |
2227 | 2024-10-18T17:24:05.434Z | [ host-package] Compiling ipnetwork v0.20.0 |
2228 | 2024-10-18T17:24:06.128Z | [ host-package] Compiling instant v0.1.13 |
2229 | 2024-10-18T17:24:06.202Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2230 | 2024-10-18T17:24:06.302Z | [ host-package] Compiling backoff v0.4.0 |
2231 | 2024-10-18T17:24:06.549Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2232 | 2024-10-18T17:24:06.766Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2233 | 2024-10-18T17:24:06.790Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2234 | 2024-10-18T17:24:07.155Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2235 | 2024-10-18T17:24:07.510Z | [ host-package] Compiling parse-display v0.10.0 |
2236 | 2024-10-18T17:24:08.094Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2237 | 2024-10-18T17:24:08.280Z | [ host-package] Compiling strum v0.26.3 |
2238 | 2024-10-18T17:24:08.505Z | [ host-package] Compiling serde_with v3.11.0 |
2239 | 2024-10-18T17:24:11.599Z | [ host-package] Compiling regress v0.9.1 |
2240 | 2024-10-18T17:24:12.681Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2241 | 2024-10-18T17:24:13.327Z | [ helios-setup] Oct 18 17:24:11.876 INFO clone ok!, project: amd-firmware |
2242 | 2024-10-18T17:24:13.330Z | [ helios-setup] Oct 18 17:24:11.876 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2243 | 2024-10-18T17:24:14.180Z | [ helios-setup] Oct 18 17:24:12.729 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2244 | 2024-10-18T17:24:14.700Z | [ helios-setup] Oct 18 17:24:13.249 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2245 | 2024-10-18T17:24:14.700Z | [ helios-setup] Oct 18 17:24:13.249 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2246 | 2024-10-18T17:24:14.866Z | [ host-package] Compiling macaddr v1.0.1 |
2247 | 2024-10-18T17:24:15.338Z | [ helios-setup] Oct 18 17:24:13.884 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2248 | 2024-10-18T17:24:15.417Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2249 | 2024-10-18T17:24:15.896Z | [ helios-setup] Oct 18 17:24:14.444 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2250 | 2024-10-18T17:24:15.896Z | [ helios-setup] Oct 18 17:24:14.444 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2251 | 2024-10-18T17:24:16.444Z | [ helios-setup] Oct 18 17:24:14.991 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2252 | 2024-10-18T17:24:16.621Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2253 | 2024-10-18T17:24:16.912Z | [ host-package] Compiling display-error-chain v0.2.1 |
2254 | 2024-10-18T17:24:17.090Z | [ helios-setup] Oct 18 17:24:15.638 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2255 | 2024-10-18T17:24:17.094Z | [ helios-setup] Oct 18 17:24:15.638 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2256 | 2024-10-18T17:24:17.094Z | [ helios-setup] Oct 18 17:24:15.638 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2257 | 2024-10-18T17:24:17.094Z | [ helios-setup] Oct 18 17:24:15.638 INFO ok! |
2258 | 2024-10-18T17:24:17.094Z | [ helios-setup] Oct 18 17:24:15.638 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2259 | 2024-10-18T17:24:17.094Z | [ helios-setup] Oct 18 17:24:15.638 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2260 | 2024-10-18T17:24:17.094Z | [ helios-setup] Oct 18 17:24:15.638 INFO ok! |
2261 | 2024-10-18T17:24:17.094Z | [ helios-setup] Oct 18 17:24:15.638 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2262 | 2024-10-18T17:24:17.094Z | [ helios-setup] Oct 18 17:24:15.638 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2263 | 2024-10-18T17:24:17.094Z | [ helios-setup] Oct 18 17:24:15.638 INFO ok! |
2264 | 2024-10-18T17:24:17.094Z | [ helios-setup] Oct 18 17:24:15.638 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2265 | 2024-10-18T17:24:17.094Z | [ helios-setup] Oct 18 17:24:15.638 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2266 | 2024-10-18T17:24:17.372Z | [ helios-setup] Oct 18 17:24:15.919 INFO E| Downloading crates ... |
2267 | 2024-10-18T17:24:17.407Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2268 | 2024-10-18T17:24:17.548Z | [ helios-setup] Oct 18 17:24:16.096 INFO E| Downloaded digest v0.10.3 |
2269 | 2024-10-18T17:24:17.552Z | [ helios-setup] Oct 18 17:24:16.099 INFO E| Downloaded miniz_oxide v0.6.2 |
2270 | 2024-10-18T17:24:17.556Z | [ helios-setup] Oct 18 17:24:16.103 INFO E| Downloaded unicode-width v0.1.10 |
2271 | 2024-10-18T17:24:17.559Z | [ helios-setup] Oct 18 17:24:16.106 INFO E| Downloaded sha2 v0.10.5 |
2272 | 2024-10-18T17:24:17.563Z | [ helios-setup] Oct 18 17:24:16.110 INFO E| Downloaded generic-array v0.14.6 |
2273 | 2024-10-18T17:24:17.566Z | [ helios-setup] Oct 18 17:24:16.113 INFO E| Downloaded bytes v1.2.1 |
2274 | 2024-10-18T17:24:17.572Z | [ helios-setup] Oct 18 17:24:16.119 INFO E| Downloaded typenum v1.15.0 |
2275 | 2024-10-18T17:24:17.575Z | [ helios-setup] Oct 18 17:24:16.123 INFO E| Downloaded flate2 v1.0.25 |
2276 | 2024-10-18T17:24:17.583Z | [ helios-setup] Oct 18 17:24:16.130 INFO E| Downloaded block-buffer v0.10.3 |
2277 | 2024-10-18T17:24:17.585Z | [ helios-setup] Oct 18 17:24:16.133 INFO E| Downloaded anyhow v1.0.62 |
2278 | 2024-10-18T17:24:17.591Z | [ helios-setup] Oct 18 17:24:16.138 INFO E| Downloaded cpufeatures v0.2.5 |
2279 | 2024-10-18T17:24:17.770Z | [ helios-setup] Oct 18 17:24:16.317 INFO E| Compiling version_check v0.9.4 |
2280 | 2024-10-18T17:24:17.784Z | [ helios-setup] Oct 18 17:24:16.331 INFO E| Compiling typenum v1.15.0 |
2281 | 2024-10-18T17:24:17.784Z | [ helios-setup] Oct 18 17:24:16.331 INFO E| Compiling crc32fast v1.3.2 |
2282 | 2024-10-18T17:24:17.786Z | [ helios-setup] Oct 18 17:24:16.331 INFO E| Compiling cfg-if v1.0.0 |
2283 | 2024-10-18T17:24:17.786Z | [ helios-setup] Oct 18 17:24:16.331 INFO E| Compiling anyhow v1.0.62 |
2284 | 2024-10-18T17:24:17.786Z | [ helios-setup] Oct 18 17:24:16.331 INFO E| Compiling adler v1.0.2 |
2285 | 2024-10-18T17:24:17.786Z | [ helios-setup] Oct 18 17:24:16.331 INFO E| Compiling unicode-width v0.1.10 |
2286 | 2024-10-18T17:24:17.786Z | [ helios-setup] Oct 18 17:24:16.331 INFO E| Compiling cpufeatures v0.2.5 |
2287 | 2024-10-18T17:24:18.163Z | [ helios-setup] Oct 18 17:24:16.710 INFO E| Compiling bytes v1.2.1 |
2288 | 2024-10-18T17:24:18.249Z | [ helios-setup] Oct 18 17:24:16.796 INFO E| Compiling getopts v0.2.21 |
2289 | 2024-10-18T17:24:18.449Z | [ helios-setup] Oct 18 17:24:16.996 INFO E| Compiling miniz_oxide v0.6.2 |
2290 | 2024-10-18T17:24:18.631Z | [ helios-setup] Oct 18 17:24:17.177 INFO E| Compiling bitflags v1.3.2 |
2291 | 2024-10-18T17:24:19.270Z | [ helios-setup] Oct 18 17:24:17.816 INFO E| Compiling generic-array v0.14.6 |
2292 | 2024-10-18T17:24:20.321Z | [ helios-setup] Oct 18 17:24:18.867 INFO E| Compiling flate2 v1.0.25 |
2293 | 2024-10-18T17:24:22.551Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2294 | 2024-10-18T17:24:23.757Z | [ host-package] Compiling half v2.4.1 |
2295 | 2024-10-18T17:24:23.870Z | [ helios-setup] Oct 18 17:24:22.401 INFO E| Compiling block-buffer v0.10.3 |
2296 | 2024-10-18T17:24:23.870Z | [ helios-setup] Oct 18 17:24:22.401 INFO E| Compiling crypto-common v0.1.6 |
2297 | 2024-10-18T17:24:24.081Z | [ helios-setup] Oct 18 17:24:22.625 INFO E| Compiling digest v0.10.3 |
2298 | 2024-10-18T17:24:24.424Z | [ helios-setup] Oct 18 17:24:22.969 INFO E| Compiling sha2 v0.10.5 |
2299 | 2024-10-18T17:24:24.700Z | [ host-package] Compiling ciborium-io v0.2.2 |
2300 | 2024-10-18T17:24:24.869Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2301 | 2024-10-18T17:24:24.914Z | [ helios-setup] Oct 18 17:24:23.458 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2302 | 2024-10-18T17:24:25.610Z | [ host-package] Compiling tungstenite v0.21.0 |
2303 | 2024-10-18T17:24:27.294Z | [ host-package] Compiling ciborium v0.2.2 |
2304 | 2024-10-18T17:24:27.913Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2305 | 2024-10-18T17:24:29.188Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2306 | 2024-10-18T17:24:29.891Z | [ helios-setup] Oct 18 17:24:28.433 INFO E| Finished `release` profile [optimized] target(s) in 12.70s |
2307 | 2024-10-18T17:24:29.905Z | [ helios-setup] Oct 18 17:24:28.447 INFO building project "bootserver" ok (12 seconds) |
2308 | 2024-10-18T17:24:29.905Z | [ helios-setup] Oct 18 17:24:28.448 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2309 | 2024-10-18T17:24:29.908Z | [ helios-setup] Oct 18 17:24:28.448 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2310 | 2024-10-18T17:24:30.207Z | [ helios-setup] Oct 18 17:24:28.749 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2311 | 2024-10-18T17:24:30.542Z | [ host-package] Compiling same-file v1.0.6 |
2312 | 2024-10-18T17:24:30.773Z | [ host-package] Compiling fastrand v2.1.1 |
2313 | 2024-10-18T17:24:31.752Z | [ helios-setup] Oct 18 17:24:30.283 INFO E| From https://github.com/oxidecomputer/progenitor |
2314 | 2024-10-18T17:24:31.752Z | [ helios-setup] Oct 18 17:24:30.283 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2315 | 2024-10-18T17:24:31.772Z | [ helios-setup] Oct 18 17:24:30.314 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2316 | 2024-10-18T17:24:31.772Z | [ helios-setup] Oct 18 17:24:30.314 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2317 | 2024-10-18T17:24:31.915Z | [ helios-setup] Oct 18 17:24:30.457 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2318 | 2024-10-18T17:24:32.264Z | [ host-package] Compiling tempfile v3.13.0 |
2319 | 2024-10-18T17:24:32.387Z | [ helios-setup] Oct 18 17:24:30.928 INFO E| From https://github.com/jclulow/hiercmd |
2320 | 2024-10-18T17:24:32.387Z | [ helios-setup] Oct 18 17:24:30.928 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2321 | 2024-10-18T17:24:32.407Z | [ helios-setup] Oct 18 17:24:30.948 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2322 | 2024-10-18T17:24:32.917Z | [ host-package] Compiling walkdir v2.5.0 |
2323 | 2024-10-18T17:24:33.045Z | [ helios-setup] Oct 18 17:24:31.586 INFO E| From https://github.com/jclulow/network-interface |
2324 | 2024-10-18T17:24:33.045Z | [ helios-setup] Oct 18 17:24:31.586 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2325 | 2024-10-18T17:24:33.066Z | [ helios-setup] Oct 18 17:24:31.608 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2326 | 2024-10-18T17:24:33.571Z | [ helios-setup] Oct 18 17:24:32.112 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2327 | 2024-10-18T17:24:33.574Z | [ helios-setup] Oct 18 17:24:32.112 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2328 | 2024-10-18T17:24:33.587Z | [ host-package] Compiling blake3 v1.5.4 |
2329 | 2024-10-18T17:24:33.618Z | [ helios-setup] Oct 18 17:24:32.159 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2330 | 2024-10-18T17:24:34.344Z | [ host-package] Compiling ring v0.16.20 |
2331 | 2024-10-18T17:24:34.377Z | [ helios-setup] Oct 18 17:24:32.917 INFO E| From https://github.com/oxidecomputer/facade |
2332 | 2024-10-18T17:24:34.377Z | [ helios-setup] Oct 18 17:24:32.917 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2333 | 2024-10-18T17:24:34.424Z | [ helios-setup] Oct 18 17:24:32.965 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2334 | 2024-10-18T17:24:35.171Z | [ helios-setup] Oct 18 17:24:33.712 INFO E| From https://github.com/oxidecomputer/dropshot |
2335 | 2024-10-18T17:24:35.171Z | [ helios-setup] Oct 18 17:24:33.712 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2336 | 2024-10-18T17:24:35.207Z | [ helios-setup] Oct 18 17:24:33.747 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2337 | 2024-10-18T17:24:35.211Z | [ helios-setup] Oct 18 17:24:33.747 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2338 | 2024-10-18T17:24:35.211Z | [ helios-setup] Oct 18 17:24:33.748 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2339 | 2024-10-18T17:24:35.211Z | [ helios-setup] Oct 18 17:24:33.748 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2340 | 2024-10-18T17:24:35.211Z | [ helios-setup] Oct 18 17:24:33.748 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2341 | 2024-10-18T17:24:35.211Z | [ helios-setup] Oct 18 17:24:33.748 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2342 | 2024-10-18T17:24:35.211Z | [ helios-setup] Oct 18 17:24:33.748 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2343 | 2024-10-18T17:24:35.211Z | [ helios-setup] Oct 18 17:24:33.748 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2344 | 2024-10-18T17:24:35.259Z | [ helios-setup] Oct 18 17:24:33.800 INFO E| Updating crates.io index |
2345 | 2024-10-18T17:24:35.290Z | [ helios-setup] Oct 18 17:24:33.831 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2346 | 2024-10-18T17:24:36.076Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2347 | 2024-10-18T17:24:36.341Z | [ helios-setup] Oct 18 17:24:34.881 INFO E| From https://github.com/oxidecomputer/typify |
2348 | 2024-10-18T17:24:36.341Z | [ helios-setup] Oct 18 17:24:34.881 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2349 | 2024-10-18T17:24:36.373Z | [ helios-setup] Oct 18 17:24:34.912 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2350 | 2024-10-18T17:24:36.373Z | [ helios-setup] Oct 18 17:24:34.913 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2351 | 2024-10-18T17:24:36.373Z | [ helios-setup] Oct 18 17:24:34.913 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2352 | 2024-10-18T17:24:36.375Z | [ helios-setup] Oct 18 17:24:34.913 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2353 | 2024-10-18T17:24:36.376Z | [ helios-setup] Oct 18 17:24:34.913 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2354 | 2024-10-18T17:24:36.376Z | [ helios-setup] Oct 18 17:24:34.913 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2355 | 2024-10-18T17:24:36.376Z | [ helios-setup] Oct 18 17:24:34.913 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2356 | 2024-10-18T17:24:36.931Z | [ helios-setup] Oct 18 17:24:35.470 INFO E| Downloading crates ... |
2357 | 2024-10-18T17:24:37.074Z | [ helios-setup] Oct 18 17:24:35.613 INFO E| Downloaded built v0.6.0 |
2358 | 2024-10-18T17:24:37.077Z | [ helios-setup] Oct 18 17:24:35.616 INFO E| Downloaded async-stream-impl v0.3.5 |
2359 | 2024-10-18T17:24:37.079Z | [ helios-setup] Oct 18 17:24:35.617 INFO E| Downloaded anstyle v0.3.5 |
2360 | 2024-10-18T17:24:37.083Z | [ helios-setup] Oct 18 17:24:35.623 INFO E| Downloaded futures-sink v0.3.28 |
2361 | 2024-10-18T17:24:37.086Z | [ helios-setup] Oct 18 17:24:35.625 INFO E| Downloaded const-random v0.1.15 |
2362 | 2024-10-18T17:24:37.089Z | [ helios-setup] Oct 18 17:24:35.627 INFO E| Downloaded concolor-override v1.0.0 |
2363 | 2024-10-18T17:24:37.098Z | [ helios-setup] Oct 18 17:24:35.637 INFO E| Downloaded cargo-lock v8.0.3 |
2364 | 2024-10-18T17:24:37.103Z | [ helios-setup] Oct 18 17:24:35.643 INFO E| Downloaded signal-hook-registry v1.4.0 |
2365 | 2024-10-18T17:24:37.105Z | [ helios-setup] Oct 18 17:24:35.645 INFO E| Downloaded futures-executor v0.3.28 |
2366 | 2024-10-18T17:24:37.109Z | [ helios-setup] Oct 18 17:24:35.649 INFO E| Downloaded home v0.5.4 |
2367 | 2024-10-18T17:24:37.112Z | [ helios-setup] Oct 18 17:24:35.651 INFO E| Downloaded tower-service v0.3.2 |
2368 | 2024-10-18T17:24:37.115Z | [ helios-setup] Oct 18 17:24:35.654 INFO E| Downloaded sha1 v0.10.5 |
2369 | 2024-10-18T17:24:37.119Z | [ helios-setup] Oct 18 17:24:35.659 INFO E| Downloaded serde_tokenstream v0.2.0 |
2370 | 2024-10-18T17:24:37.130Z | [ helios-setup] Oct 18 17:24:35.668 INFO E| Downloaded httpdate v1.0.2 |
2371 | 2024-10-18T17:24:37.144Z | [ helios-setup] Oct 18 17:24:35.671 INFO E| Downloaded try-lock v0.2.4 |
2372 | 2024-10-18T17:24:37.144Z | [ helios-setup] Oct 18 17:24:35.673 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2373 | 2024-10-18T17:24:37.144Z | [ helios-setup] Oct 18 17:24:35.675 INFO E| Downloaded thiserror-impl v1.0.38 |
2374 | 2024-10-18T17:24:37.148Z | [ helios-setup] Oct 18 17:24:35.678 INFO E| Downloaded lazy_static v1.4.0 |
2375 | 2024-10-18T17:24:37.148Z | [ helios-setup] Oct 18 17:24:35.681 INFO E| Downloaded base64 v0.21.0 |
2376 | 2024-10-18T17:24:37.150Z | [ helios-setup] Oct 18 17:24:35.689 INFO E| Downloaded const-random-macro v0.1.15 |
2377 | 2024-10-18T17:24:37.153Z | [ helios-setup] Oct 18 17:24:35.690 INFO E| Downloaded scopeguard v1.1.0 |
2378 | 2024-10-18T17:24:37.153Z | [ helios-setup] Oct 18 17:24:35.692 INFO E| Downloaded walkdir v2.3.3 |
2379 | 2024-10-18T17:24:37.157Z | [ helios-setup] Oct 18 17:24:35.697 INFO E| Downloaded utf8parse v0.2.1 |
2380 | 2024-10-18T17:24:37.160Z | [ helios-setup] Oct 18 17:24:35.699 INFO E| Downloaded semver-parser v0.10.2 |
2381 | 2024-10-18T17:24:37.162Z | [ helios-setup] Oct 18 17:24:35.702 INFO E| Downloaded semver v0.11.0 |
2382 | 2024-10-18T17:24:37.166Z | [ helios-setup] Oct 18 17:24:35.706 INFO E| Downloaded sha2 v0.10.6 |
2383 | 2024-10-18T17:24:37.171Z | [ helios-setup] Oct 18 17:24:35.710 INFO E| Downloaded time v0.1.45 |
2384 | 2024-10-18T17:24:37.176Z | [ helios-setup] Oct 18 17:24:35.715 INFO E| Downloaded tokio-rustls v0.24.0 |
2385 | 2024-10-18T17:24:37.179Z | [ helios-setup] Oct 18 17:24:35.719 INFO E| Downloaded tempfile v3.5.0 |
2386 | 2024-10-18T17:24:37.185Z | [ helios-setup] Oct 18 17:24:35.725 INFO E| Downloaded iana-time-zone v0.1.56 |
2387 | 2024-10-18T17:24:37.190Z | [ helios-setup] Oct 18 17:24:35.730 INFO E| Downloaded typenum v1.16.0 |
2388 | 2024-10-18T17:24:37.195Z | [ helios-setup] Oct 18 17:24:35.735 INFO E| Downloaded toolchain_find v0.2.0 |
2389 | 2024-10-18T17:24:37.198Z | [ helios-setup] Oct 18 17:24:35.738 INFO E| Downloaded want v0.3.0 |
2390 | 2024-10-18T17:24:37.201Z | [ helios-setup] Oct 18 17:24:35.740 INFO E| Downloaded unicode-bidi v0.3.13 |
2391 | 2024-10-18T17:24:37.205Z | [ helios-setup] Oct 18 17:24:35.744 INFO E| Downloaded futures-task v0.3.28 |
2392 | 2024-10-18T17:24:37.207Z | [ helios-setup] Oct 18 17:24:35.746 INFO E| Downloaded futures-io v0.3.28 |
2393 | 2024-10-18T17:24:37.210Z | [ helios-setup] Oct 18 17:24:35.748 INFO E| Downloaded toml_datetime v0.6.1 |
2394 | 2024-10-18T17:24:37.212Z | [ helios-setup] Oct 18 17:24:35.750 INFO E| Downloaded terminal_size v0.2.6 |
2395 | 2024-10-18T17:24:37.215Z | [ helios-setup] Oct 18 17:24:35.752 INFO E| Downloaded fastrand v1.9.0 |
2396 | 2024-10-18T17:24:37.218Z | [ helios-setup] Oct 18 17:24:35.755 INFO E| Downloaded paste v1.0.12 |
2397 | 2024-10-18T17:24:37.221Z | [ helios-setup] Oct 18 17:24:35.761 INFO E| Downloaded memoffset v0.7.1 |
2398 | 2024-10-18T17:24:37.224Z | [ helios-setup] Oct 18 17:24:35.764 INFO E| Downloaded tokio-macros v2.0.0 |
2399 | 2024-10-18T17:24:37.228Z | [ helios-setup] Oct 18 17:24:35.766 INFO E| Downloaded slab v0.4.7 |
2400 | 2024-10-18T17:24:37.234Z | [ helios-setup] Oct 18 17:24:35.772 INFO E| Downloaded serde_spanned v0.6.1 |
2401 | 2024-10-18T17:24:37.237Z | [ helios-setup] Oct 18 17:24:35.774 INFO E| Downloaded serde_derive v1.0.204 |
2402 | 2024-10-18T17:24:37.239Z | [ helios-setup] Oct 18 17:24:35.778 INFO E| Downloaded bincode v1.3.3 |
2403 | 2024-10-18T17:24:37.244Z | [ helios-setup] Oct 18 17:24:35.784 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2404 | 2024-10-18T17:24:37.247Z | [ helios-setup] Oct 18 17:24:35.787 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2405 | 2024-10-18T17:24:37.253Z | [ helios-setup] Oct 18 17:24:35.793 INFO E| Downloaded tracing v0.1.37 |
2406 | 2024-10-18T17:24:37.261Z | [ helios-setup] Oct 18 17:24:35.801 INFO E| Downloaded semver v1.0.17 |
2407 | 2024-10-18T17:24:37.265Z | [ helios-setup] Oct 18 17:24:35.805 INFO E| Downloaded serde_derive_internals v0.26.0 |
2408 | 2024-10-18T17:24:37.269Z | [ helios-setup] Oct 18 17:24:35.808 INFO E| Downloaded toml_edit v0.19.8 |
2409 | 2024-10-18T17:24:37.298Z | [ helios-setup] Oct 18 17:24:35.837 INFO E| Downloaded toml v0.5.11 |
2410 | 2024-10-18T17:24:37.301Z | [ helios-setup] Oct 18 17:24:35.841 INFO E| Downloaded ryu v1.0.13 |
2411 | 2024-10-18T17:24:37.307Z | [ helios-setup] Oct 18 17:24:35.846 INFO E| Downloaded uuid v1.3.0 |
2412 | 2024-10-18T17:24:37.312Z | [ helios-setup] Oct 18 17:24:35.852 INFO E| Downloaded serde v1.0.204 |
2413 | 2024-10-18T17:24:37.318Z | [ helios-setup] Oct 18 17:24:35.858 INFO E| Downloaded tungstenite v0.18.0 |
2414 | 2024-10-18T17:24:37.323Z | [ helios-setup] Oct 18 17:24:35.863 INFO E| Downloaded winnow v0.4.1 |
2415 | 2024-10-18T17:24:37.338Z | [ helios-setup] Oct 18 17:24:35.877 INFO E| Downloaded unicode-normalization v0.1.22 |
2416 | 2024-10-18T17:24:37.344Z | [ helios-setup] Oct 18 17:24:35.884 INFO E| Downloaded futures v0.3.28 |
2417 | 2024-10-18T17:24:37.353Z | [ helios-setup] Oct 18 17:24:35.893 INFO E| Downloaded rustls-webpki v0.100.1 |
2418 | 2024-10-18T17:24:37.369Z | [ helios-setup] Oct 18 17:24:35.909 INFO E| Downloaded syn v1.0.107 |
2419 | 2024-10-18T17:24:37.387Z | [ helios-setup] Oct 18 17:24:35.927 INFO E| Downloaded syn v2.0.72 |
2420 | 2024-10-18T17:24:37.408Z | [ helios-setup] Oct 18 17:24:35.947 INFO E| Downloaded rustix v0.37.3 |
2421 | 2024-10-18T17:24:37.437Z | [ helios-setup] Oct 18 17:24:35.977 INFO E| Downloaded tokio v1.27.0 |
2422 | 2024-10-18T17:24:37.498Z | [ helios-setup] Oct 18 17:24:36.037 INFO E| Downloaded futures-util v0.3.28 |
2423 | 2024-10-18T17:24:37.518Z | [ helios-setup] Oct 18 17:24:36.058 INFO E| Downloaded clap_builder v4.2.1 |
2424 | 2024-10-18T17:24:37.530Z | [ helios-setup] Oct 18 17:24:36.069 INFO E| Downloaded serde_json v1.0.95 |
2425 | 2024-10-18T17:24:37.543Z | [ helios-setup] Oct 18 17:24:36.082 INFO E| Downloaded rayon v1.6.1 |
2426 | 2024-10-18T17:24:37.559Z | [ helios-setup] Oct 18 17:24:36.098 INFO E| Downloaded reqwest v0.11.16 |
2427 | 2024-10-18T17:24:37.574Z | [ helios-setup] Oct 18 17:24:36.114 INFO E| Downloaded hyper v0.14.25 |
2428 | 2024-10-18T17:24:37.584Z | [ helios-setup] Oct 18 17:24:36.124 INFO E| Downloaded h2 v0.3.16 |
2429 | 2024-10-18T17:24:37.593Z | [ helios-setup] Oct 18 17:24:36.133 INFO E| Downloaded regress v0.5.0 |
2430 | 2024-10-18T17:24:37.604Z | [ host-package] Compiling xattr v1.3.1 |
2431 | 2024-10-18T17:24:37.606Z | [ helios-setup] Oct 18 17:24:36.146 INFO E| Downloaded regex v1.7.3 |
2432 | 2024-10-18T17:24:37.623Z | [ helios-setup] Oct 18 17:24:36.158 INFO E| Downloaded rustls v0.21.0 |
2433 | 2024-10-18T17:24:37.637Z | [ helios-setup] Oct 18 17:24:36.177 INFO E| Downloaded git2 v0.16.1 |
2434 | 2024-10-18T17:24:37.650Z | [ helios-setup] Oct 18 17:24:36.190 INFO E| Downloaded rhai v1.14.0 |
2435 | 2024-10-18T17:24:37.671Z | [ helios-setup] Oct 18 17:24:36.210 INFO E| Downloaded chrono v0.4.24 |
2436 | 2024-10-18T17:24:37.681Z | [ helios-setup] Oct 18 17:24:36.221 INFO E| Downloaded openapiv3 v1.0.2 |
2437 | 2024-10-18T17:24:37.704Z | [ helios-setup] Oct 18 17:24:36.243 INFO E| Downloaded pest v2.5.7 |
2438 | 2024-10-18T17:24:37.712Z | [ helios-setup] Oct 18 17:24:36.251 INFO E| Downloaded http v0.2.9 |
2439 | 2024-10-18T17:24:37.718Z | [ helios-setup] Oct 18 17:24:36.257 INFO E| Downloaded mio v0.8.5 |
2440 | 2024-10-18T17:24:37.728Z | [ helios-setup] Oct 18 17:24:36.267 INFO E| Downloaded aho-corasick v0.7.20 |
2441 | 2024-10-18T17:24:37.733Z | [ helios-setup] Oct 18 17:24:36.273 INFO E| Downloaded crossbeam-utils v0.8.14 |
2442 | 2024-10-18T17:24:37.740Z | [ helios-setup] Oct 18 17:24:36.277 INFO E| Downloaded crossbeam-channel v0.5.6 |
2443 | 2024-10-18T17:24:37.744Z | [ helios-setup] Oct 18 17:24:36.284 INFO E| Downloaded parking_lot v0.12.1 |
2444 | 2024-10-18T17:24:37.748Z | [ helios-setup] Oct 18 17:24:36.288 INFO E| Downloaded url v2.3.1 |
2445 | 2024-10-18T17:24:37.754Z | [ helios-setup] Oct 18 17:24:36.293 INFO E| Downloaded libc v0.2.139 |
2446 | 2024-10-18T17:24:37.776Z | [ host-package] Compiling filetime v0.2.25 |
2447 | 2024-10-18T17:24:37.798Z | [ helios-setup] Oct 18 17:24:36.334 INFO E| Downloaded unicode-ident v1.0.8 |
2448 | 2024-10-18T17:24:37.800Z | [ helios-setup] Oct 18 17:24:36.339 INFO E| Downloaded ucd-trie v0.1.5 |
2449 | 2024-10-18T17:24:37.803Z | [ helios-setup] Oct 18 17:24:36.341 INFO E| Downloaded tracing-core v0.1.30 |
2450 | 2024-10-18T17:24:37.816Z | [ helios-setup] Oct 18 17:24:36.346 INFO E| Downloaded tokio-util v0.7.7 |
2451 | 2024-10-18T17:24:37.818Z | [ helios-setup] Oct 18 17:24:36.357 INFO E| Downloaded tinyvec v1.6.0 |
2452 | 2024-10-18T17:24:37.821Z | [ helios-setup] Oct 18 17:24:36.361 INFO E| Downloaded rayon-core v1.10.2 |
2453 | 2024-10-18T17:24:37.825Z | [ helios-setup] Oct 18 17:24:36.365 INFO E| Downloaded proc-macro2 v1.0.86 |
2454 | 2024-10-18T17:24:37.830Z | [ helios-setup] Oct 18 17:24:36.369 INFO E| Downloaded memchr v2.5.0 |
2455 | 2024-10-18T17:24:37.834Z | [ helios-setup] Oct 18 17:24:36.374 INFO E| Downloaded cc v1.0.78 |
2456 | 2024-10-18T17:24:37.838Z | [ helios-setup] Oct 18 17:24:36.378 INFO E| Downloaded rhai_codegen v1.5.0 |
2457 | 2024-10-18T17:24:37.849Z | [ helios-setup] Oct 18 17:24:36.388 INFO E| Downloaded serde_yaml v0.9.21 |
2458 | 2024-10-18T17:24:37.854Z | [ helios-setup] Oct 18 17:24:36.393 INFO E| Downloaded unicode-linebreak v0.1.4 |
2459 | 2024-10-18T17:24:37.856Z | [ helios-setup] Oct 18 17:24:36.396 INFO E| Downloaded once_cell v1.17.0 |
2460 | 2024-10-18T17:24:37.909Z | [ helios-setup] Oct 18 17:24:36.430 INFO E| Downloaded log v0.4.17 |
2461 | 2024-10-18T17:24:37.909Z | [ helios-setup] Oct 18 17:24:36.433 INFO E| Downloaded sct v0.7.0 |
2462 | 2024-10-18T17:24:37.909Z | [ helios-setup] Oct 18 17:24:36.437 INFO E| Downloaded schemars_derive v0.8.12 |
2463 | 2024-10-18T17:24:37.911Z | [ helios-setup] Oct 18 17:24:36.439 INFO E| Downloaded ipnet v2.7.2 |
2464 | 2024-10-18T17:24:37.911Z | [ helios-setup] Oct 18 17:24:36.441 INFO E| Downloaded httparse v1.8.0 |
2465 | 2024-10-18T17:24:37.911Z | [ helios-setup] Oct 18 17:24:36.444 INFO E| Downloaded getrandom v0.2.8 |
2466 | 2024-10-18T17:24:37.911Z | [ helios-setup] Oct 18 17:24:36.448 INFO E| Downloaded textwrap v0.16.0 |
2467 | 2024-10-18T17:24:37.911Z | [ helios-setup] Oct 18 17:24:36.451 INFO E| Downloaded bytes v1.4.0 |
2468 | 2024-10-18T17:24:37.917Z | [ helios-setup] Oct 18 17:24:36.456 INFO E| Downloaded schemars v0.8.12 |
2469 | 2024-10-18T17:24:37.932Z | [ helios-setup] Oct 18 17:24:36.472 INFO E| Downloaded smallvec v1.10.0 |
2470 | 2024-10-18T17:24:37.936Z | [ helios-setup] Oct 18 17:24:36.475 INFO E| Downloaded serde_path_to_error v0.1.11 |
2471 | 2024-10-18T17:24:37.939Z | [ helios-setup] Oct 18 17:24:36.477 INFO E| Downloaded num-traits v0.2.15 |
2472 | 2024-10-18T17:24:37.939Z | [ host-package] Compiling memmap2 v0.9.5 |
2473 | 2024-10-18T17:24:37.942Z | [ helios-setup] Oct 18 17:24:36.480 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2474 | 2024-10-18T17:24:37.945Z | [ helios-setup] Oct 18 17:24:36.483 INFO E| Downloaded clap v4.2.1 |
2475 | 2024-10-18T17:24:37.956Z | [ helios-setup] Oct 18 17:24:36.495 INFO E| Downloaded camino v1.1.4 |
2476 | 2024-10-18T17:24:37.959Z | [ helios-setup] Oct 18 17:24:36.498 INFO E| Downloaded encoding_rs v0.8.32 |
2477 | 2024-10-18T17:24:37.992Z | [ helios-setup] Oct 18 17:24:36.532 INFO E| Downloaded thiserror v1.0.38 |
2478 | 2024-10-18T17:24:37.998Z | [ helios-setup] Oct 18 17:24:36.537 INFO E| Downloaded smawk v0.3.1 |
2479 | 2024-10-18T17:24:38.001Z | [ helios-setup] Oct 18 17:24:36.539 INFO E| Downloaded rustls-pemfile v1.0.2 |
2480 | 2024-10-18T17:24:38.003Z | [ helios-setup] Oct 18 17:24:36.542 INFO E| Downloaded pkg-config v0.3.26 |
2481 | 2024-10-18T17:24:38.006Z | [ helios-setup] Oct 18 17:24:36.544 INFO E| Downloaded num-integer v0.1.45 |
2482 | 2024-10-18T17:24:38.006Z | [ helios-setup] Oct 18 17:24:36.546 INFO E| Downloaded jobserver v0.1.26 |
2483 | 2024-10-18T17:24:38.009Z | [ helios-setup] Oct 18 17:24:36.548 INFO E| Downloaded itoa v1.0.6 |
2484 | 2024-10-18T17:24:38.012Z | [ helios-setup] Oct 18 17:24:36.550 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2485 | 2024-10-18T17:24:38.091Z | [ helios-setup] Oct 18 17:24:36.630 INFO E| Downloaded strsim v0.10.0 |
2486 | 2024-10-18T17:24:38.093Z | [ helios-setup] Oct 18 17:24:36.632 INFO E| Downloaded futures-core v0.3.28 |
2487 | 2024-10-18T17:24:38.120Z | [ host-package] Compiling arrayvec v0.7.6 |
2488 | 2024-10-18T17:24:38.123Z | [ helios-setup] Oct 18 17:24:36.659 INFO E| Downloaded dyn-clone v1.0.11 |
2489 | 2024-10-18T17:24:38.123Z | [ helios-setup] Oct 18 17:24:36.661 INFO E| Downloaded crossbeam-deque v0.8.2 |
2490 | 2024-10-18T17:24:38.126Z | [ helios-setup] Oct 18 17:24:36.663 INFO E| Downloaded concolor-query v0.3.3 |
2491 | 2024-10-18T17:24:38.126Z | [ helios-setup] Oct 18 17:24:36.665 INFO E| Downloaded clap_lex v0.4.1 |
2492 | 2024-10-18T17:24:38.129Z | [ helios-setup] Oct 18 17:24:36.666 INFO E| Downloaded toml v0.7.3 |
2493 | 2024-10-18T17:24:38.131Z | [ helios-setup] Oct 18 17:24:36.670 INFO E| Downloaded socket2 v0.4.9 |
2494 | 2024-10-18T17:24:38.134Z | [ helios-setup] Oct 18 17:24:36.672 INFO E| Downloaded quote v1.0.36 |
2495 | 2024-10-18T17:24:38.137Z | [ helios-setup] Oct 18 17:24:36.675 INFO E| Downloaded async-trait v0.1.68 |
2496 | 2024-10-18T17:24:38.140Z | [ helios-setup] Oct 18 17:24:36.679 INFO E| Downloaded ahash v0.8.3 |
2497 | 2024-10-18T17:24:38.143Z | [ helios-setup] Oct 18 17:24:36.682 INFO E| Downloaded ppv-lite86 v0.2.17 |
2498 | 2024-10-18T17:24:38.154Z | [ helios-setup] Oct 18 17:24:36.684 INFO E| Downloaded pin-project-lite v0.2.9 |
2499 | 2024-10-18T17:24:38.154Z | [ helios-setup] Oct 18 17:24:36.691 INFO E| Downloaded parking_lot_core v0.9.6 |
2500 | 2024-10-18T17:24:38.157Z | [ helios-setup] Oct 18 17:24:36.694 INFO E| Downloaded libz-sys v1.1.8 |
2501 | 2024-10-18T17:24:38.237Z | [ helios-setup] Oct 18 17:24:36.777 INFO E| Downloaded lock_api v0.4.9 |
2502 | 2024-10-18T17:24:38.240Z | [ helios-setup] Oct 18 17:24:36.779 INFO E| Downloaded io-lifetimes v1.0.10 |
2503 | 2024-10-18T17:24:38.244Z | [ helios-setup] Oct 18 17:24:36.783 INFO E| Downloaded futures-channel v0.3.28 |
2504 | 2024-10-18T17:24:38.247Z | [ helios-setup] Oct 18 17:24:36.786 INFO E| Downloaded clap_derive v4.2.0 |
2505 | 2024-10-18T17:24:38.250Z | [ helios-setup] Oct 18 17:24:36.790 INFO E| Downloaded byteorder v1.4.3 |
2506 | 2024-10-18T17:24:38.253Z | [ helios-setup] Oct 18 17:24:36.792 INFO E| Downloaded smartstring v1.0.1 |
2507 | 2024-10-18T17:24:38.257Z | [ helios-setup] Oct 18 17:24:36.796 INFO E| Downloaded proc-macro-crate v1.2.1 |
2508 | 2024-10-18T17:24:38.259Z | [ helios-setup] Oct 18 17:24:36.798 INFO E| Downloaded num_cpus v1.15.0 |
2509 | 2024-10-18T17:24:38.262Z | [ helios-setup] Oct 18 17:24:36.802 INFO E| Downloaded project-root v0.2.2 |
2510 | 2024-10-18T17:24:38.265Z | [ helios-setup] Oct 18 17:24:36.803 INFO E| Downloaded num_enum v0.5.7 |
2511 | 2024-10-18T17:24:38.270Z | [ helios-setup] Oct 18 17:24:36.809 INFO E| Downloaded slog-bunyan v2.4.0 |
2512 | 2024-10-18T17:24:38.273Z | [ helios-setup] Oct 18 17:24:36.811 INFO E| Downloaded slog-async v2.7.0 |
2513 | 2024-10-18T17:24:38.276Z | [ helios-setup] Oct 18 17:24:36.813 INFO E| Downloaded ahash v0.7.6 |
2514 | 2024-10-18T17:24:38.278Z | [ helios-setup] Oct 18 17:24:36.818 INFO E| Downloaded anstyle-parse v0.1.1 |
2515 | 2024-10-18T17:24:38.281Z | [ helios-setup] Oct 18 17:24:36.821 INFO E| Downloaded percent-encoding v2.2.0 |
2516 | 2024-10-18T17:24:38.284Z | [ helios-setup] Oct 18 17:24:36.822 INFO E| Downloaded autocfg v1.1.0 |
2517 | 2024-10-18T17:24:38.287Z | [ helios-setup] Oct 18 17:24:36.824 INFO E| Downloaded async-stream v0.3.5 |
2518 | 2024-10-18T17:24:38.290Z | [ helios-setup] Oct 18 17:24:36.827 INFO E| Downloaded anstream v0.2.6 |
2519 | 2024-10-18T17:24:38.298Z | [ helios-setup] Oct 18 17:24:36.831 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2520 | 2024-10-18T17:24:38.298Z | [ helios-setup] Oct 18 17:24:36.834 INFO E| Downloaded num_enum_derive v0.5.7 |
2521 | 2024-10-18T17:24:38.298Z | [ helios-setup] Oct 18 17:24:36.836 INFO E| Downloaded is-terminal v0.4.7 |
2522 | 2024-10-18T17:24:38.298Z | [ helios-setup] Oct 18 17:24:36.837 INFO E| Downloaded http-body v0.4.5 |
2523 | 2024-10-18T17:24:38.301Z | [ helios-setup] Oct 18 17:24:36.840 INFO E| Downloaded futures-macro v0.3.28 |
2524 | 2024-10-18T17:24:38.304Z | [ helios-setup] Oct 18 17:24:36.841 INFO E| Downloaded form_urlencoded v1.1.0 |
2525 | 2024-10-18T17:24:38.304Z | [ helios-setup] Oct 18 17:24:36.842 INFO E| Downloaded errno v0.3.1 |
2526 | 2024-10-18T17:24:38.306Z | [ helios-setup] Oct 18 17:24:36.844 INFO E| Downloaded digest v0.10.6 |
2527 | 2024-10-18T17:24:38.309Z | [ helios-setup] Oct 18 17:24:36.847 INFO E| Downloaded either v1.8.0 |
2528 | 2024-10-18T17:24:38.313Z | [ helios-setup] Oct 18 17:24:36.849 INFO E| Downloaded anyhow v1.0.68 |
2529 | 2024-10-18T17:24:38.446Z | [ host-package] Compiling keccak v0.1.5 |
2530 | 2024-10-18T17:24:38.607Z | [ helios-setup] Oct 18 17:24:37.146 INFO E| Compiling proc-macro2 v1.0.86 |
2531 | 2024-10-18T17:24:38.633Z | [ helios-setup] Oct 18 17:24:37.172 INFO E| Compiling libc v0.2.139 |
2532 | 2024-10-18T17:24:38.633Z | [ helios-setup] Oct 18 17:24:37.172 INFO E| Compiling unicode-ident v1.0.8 |
2533 | 2024-10-18T17:24:38.633Z | [ helios-setup] Oct 18 17:24:37.172 INFO E| Compiling autocfg v1.1.0 |
2534 | 2024-10-18T17:24:38.648Z | [ helios-setup] Oct 18 17:24:37.172 INFO E| Compiling cfg-if v1.0.0 |
2535 | 2024-10-18T17:24:38.648Z | [ helios-setup] Oct 18 17:24:37.172 INFO E| Compiling version_check v0.9.4 |
2536 | 2024-10-18T17:24:38.648Z | [ helios-setup] Oct 18 17:24:37.172 INFO E| Compiling serde v1.0.204 |
2537 | 2024-10-18T17:24:38.649Z | [ helios-setup] Oct 18 17:24:37.172 INFO E| Compiling syn v1.0.107 |
2538 | 2024-10-18T17:24:38.649Z | [ host-package] Compiling untrusted v0.7.1 |
2539 | 2024-10-18T17:24:38.680Z | [ host-package] Compiling arrayref v0.3.9 |
2540 | 2024-10-18T17:24:38.683Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2541 | 2024-10-18T17:24:38.885Z | [ host-package] Compiling spin v0.5.2 |
2542 | 2024-10-18T17:24:39.089Z | [ host-package] Compiling sha3 v0.10.8 |
2543 | 2024-10-18T17:24:39.118Z | [ helios-setup] Oct 18 17:24:37.657 INFO E| Compiling memchr v2.5.0 |
2544 | 2024-10-18T17:24:39.798Z | [ host-package] Compiling tar v0.4.42 |
2545 | 2024-10-18T17:24:39.951Z | [ helios-setup] Oct 18 17:24:38.490 INFO E| Compiling once_cell v1.17.0 |
2546 | 2024-10-18T17:24:39.974Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2547 | 2024-10-18T17:24:40.154Z | [ helios-setup] Oct 18 17:24:38.692 INFO E| Compiling log v0.4.17 |
2548 | 2024-10-18T17:24:40.274Z | [ helios-setup] Oct 18 17:24:38.812 INFO E| Compiling thiserror v1.0.38 |
2549 | 2024-10-18T17:24:40.919Z | [ host-package] Compiling toolchain_find v0.4.0 |
2550 | 2024-10-18T17:24:41.155Z | [ helios-setup] Oct 18 17:24:39.693 INFO E| Compiling itoa v1.0.6 |
2551 | 2024-10-18T17:24:41.216Z | [ helios-setup] Oct 18 17:24:39.755 INFO E| Compiling serde_json v1.0.95 |
2552 | 2024-10-18T17:24:41.309Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2553 | 2024-10-18T17:24:41.935Z | [ helios-setup] Oct 18 17:24:40.472 INFO E| Compiling quote v1.0.36 |
2554 | 2024-10-18T17:24:42.129Z | [ helios-setup] Oct 18 17:24:40.667 INFO E| Compiling getrandom v0.2.8 |
2555 | 2024-10-18T17:24:42.132Z | [ helios-setup] Oct 18 17:24:40.667 INFO E| Compiling jobserver v0.1.26 |
2556 | 2024-10-18T17:24:42.158Z | [ host-package] Compiling nibble_vec v0.1.0 |
2557 | 2024-10-18T17:24:42.254Z | [ host-package] Compiling crunchy v0.2.2 |
2558 | 2024-10-18T17:24:42.771Z | [ helios-setup] Oct 18 17:24:41.309 INFO E| Compiling indexmap v1.9.3 |
2559 | 2024-10-18T17:24:42.952Z | [ helios-setup] Oct 18 17:24:41.487 INFO E| Compiling syn v2.0.72 |
2560 | 2024-10-18T17:24:42.996Z | [ host-package] Compiling glob v0.3.1 |
2561 | 2024-10-18T17:24:43.229Z | [ helios-setup] Oct 18 17:24:41.766 INFO E| Compiling cc v1.0.78 |
2562 | 2024-10-18T17:24:43.375Z | [ host-package] Compiling topological-sort v0.2.2 |
2563 | 2024-10-18T17:24:43.407Z | [ helios-setup] Oct 18 17:24:41.944 INFO E| Compiling scopeguard v1.1.0 |
2564 | 2024-10-18T17:24:43.473Z | [ helios-setup] Oct 18 17:24:42.007 INFO E| Compiling pin-project-lite v0.2.9 |
2565 | 2024-10-18T17:24:43.546Z | [ host-package] Compiling endian-type v0.1.2 |
2566 | 2024-10-18T17:24:43.591Z | [ helios-setup] Oct 18 17:24:42.127 INFO E| Compiling num-integer v0.1.45 |
2567 | 2024-10-18T17:24:43.635Z | [ helios-setup] Oct 18 17:24:42.173 INFO E| Compiling futures-core v0.3.28 |
2568 | 2024-10-18T17:24:43.717Z | [ helios-setup] Oct 18 17:24:42.253 INFO E| Compiling bytes v1.4.0 |
2569 | 2024-10-18T17:24:43.847Z | [ host-package] Compiling maplit v1.0.2 |
2570 | 2024-10-18T17:24:44.080Z | [ host-package] Compiling radix_trie v0.2.1 |
2571 | 2024-10-18T17:24:44.222Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2572 | 2024-10-18T17:24:44.357Z | [ helios-setup] Oct 18 17:24:42.894 INFO E| Compiling ryu v1.0.13 |
2573 | 2024-10-18T17:24:44.630Z | [ host-package] Compiling clang-sys v1.8.1 |
2574 | 2024-10-18T17:24:45.110Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2575 | 2024-10-18T17:24:45.497Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2576 | 2024-10-18T17:24:45.687Z | [ helios-setup] Oct 18 17:24:44.224 INFO E| Compiling lock_api v0.4.9 |
2577 | 2024-10-18T17:24:45.869Z | [ helios-setup] Oct 18 17:24:44.405 INFO E| Compiling typenum v1.16.0 |
2578 | 2024-10-18T17:24:46.168Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2579 | 2024-10-18T17:24:46.361Z | [ helios-setup] Oct 18 17:24:44.896 INFO E| Compiling bitflags v1.3.2 |
2580 | 2024-10-18T17:24:46.428Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2581 | 2024-10-18T17:24:46.464Z | [ helios-setup] Oct 18 17:24:45.000 INFO E| Compiling parking_lot_core v0.9.6 |
2582 | 2024-10-18T17:24:46.543Z | [ host-package] Compiling secrecy v0.8.0 |
2583 | 2024-10-18T17:24:46.666Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2584 | 2024-10-18T17:24:46.916Z | [ helios-setup] Oct 18 17:24:45.431 INFO E| Compiling num_cpus v1.15.0 |
2585 | 2024-10-18T17:24:47.024Z | [ helios-setup] Oct 18 17:24:45.553 INFO E| Compiling generic-array v0.14.6 |
2586 | 2024-10-18T17:24:47.174Z | [ host-package] Compiling arc-swap v1.7.1 |
2587 | 2024-10-18T17:24:47.290Z | [ helios-setup] Oct 18 17:24:45.826 INFO E| Compiling slab v0.4.7 |
2588 | 2024-10-18T17:24:47.293Z | [ helios-setup] Oct 18 17:24:45.826 INFO E| Compiling futures-sink v0.3.28 |
2589 | 2024-10-18T17:24:47.293Z | [ helios-setup] Oct 18 17:24:45.826 INFO E| Compiling futures-task v0.3.28 |
2590 | 2024-10-18T17:24:47.586Z | [ helios-setup] Oct 18 17:24:46.122 INFO E| Compiling futures-channel v0.3.28 |
2591 | 2024-10-18T17:24:47.844Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2592 | 2024-10-18T17:24:48.124Z | [ helios-setup] Oct 18 17:24:46.659 INFO E| Compiling tokio v1.27.0 |
2593 | 2024-10-18T17:24:48.409Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2594 | 2024-10-18T17:24:48.409Z | [ helios-setup] Oct 18 17:24:46.939 INFO E| Compiling schemars v0.8.12 |
2595 | 2024-10-18T17:24:48.546Z | [ host-package] Compiling slog-scope v4.4.0 |
2596 | 2024-10-18T17:24:48.615Z | [ host-package] Compiling r2d2 v0.8.10 |
2597 | 2024-10-18T17:24:48.642Z | [ helios-setup] Oct 18 17:24:47.178 INFO E| Compiling futures-util v0.3.28 |
2598 | 2024-10-18T17:24:48.975Z | [ host-package] Compiling diesel_derives v2.2.3 |
2599 | 2024-10-18T17:24:49.128Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2600 | 2024-10-18T17:24:49.247Z | [ helios-setup] Oct 18 17:24:47.782 INFO E| Compiling mio v0.8.5 |
2601 | 2024-10-18T17:24:49.702Z | [ helios-setup] Oct 18 17:24:48.236 INFO E| Compiling signal-hook-registry v1.4.0 |
2602 | 2024-10-18T17:24:49.770Z | [ helios-setup] Oct 18 17:24:48.305 INFO E| Compiling socket2 v0.4.9 |
2603 | 2024-10-18T17:24:49.810Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2604 | 2024-10-18T17:24:49.910Z | [ helios-setup] Oct 18 17:24:48.445 INFO E| Compiling ahash v0.7.6 |
2605 | 2024-10-18T17:24:49.983Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2606 | 2024-10-18T17:24:50.102Z | [ helios-setup] Oct 18 17:24:48.637 INFO E| Compiling num-traits v0.2.15 |
2607 | 2024-10-18T17:24:50.129Z | [ host-package] Compiling universal-hash v0.5.1 |
2608 | 2024-10-18T17:24:50.787Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2609 | 2024-10-18T17:24:50.972Z | [ host-package] Compiling ena v0.14.3 |
2610 | 2024-10-18T17:24:51.100Z | [ helios-setup] Oct 18 17:24:49.634 INFO E| Compiling crunchy v0.2.2 |
2611 | 2024-10-18T17:24:51.184Z | [ helios-setup] Oct 18 17:24:49.718 INFO E| Compiling io-lifetimes v1.0.10 |
2612 | 2024-10-18T17:24:51.854Z | [ host-package] Compiling libloading v0.8.5 |
2613 | 2024-10-18T17:24:52.546Z | [ helios-setup] Oct 18 17:24:51.080 INFO E| Compiling pin-utils v0.1.0 |
2614 | 2024-10-18T17:24:52.562Z | [ helios-setup] Oct 18 17:24:51.096 INFO E| Compiling futures-io v0.3.28 |
2615 | 2024-10-18T17:24:52.878Z | [ host-package] Compiling diff v0.1.13 |
2616 | 2024-10-18T17:24:52.997Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2617 | 2024-10-18T17:24:53.158Z | [ helios-setup] Oct 18 17:24:51.691 INFO E| Compiling serde_derive_internals v0.26.0 |
2618 | 2024-10-18T17:24:53.279Z | [ helios-setup] Oct 18 17:24:51.813 INFO E| Compiling ahash v0.8.3 |
2619 | 2024-10-18T17:24:53.460Z | [ helios-setup] Oct 18 17:24:51.993 INFO E| Compiling tiny-keccak v2.0.2 |
2620 | 2024-10-18T17:24:53.827Z | [ host-package] Compiling regex-syntax v0.6.29 |
2621 | 2024-10-18T17:24:54.098Z | [ helios-setup] Oct 18 17:24:52.631 INFO E| Compiling hashbrown v0.12.3 |
2622 | 2024-10-18T17:24:54.126Z | [ helios-setup] Oct 18 17:24:52.659 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2623 | 2024-10-18T17:24:54.323Z | [ helios-setup] Oct 18 17:24:52.856 INFO E| Compiling rustix v0.37.3 |
2624 | 2024-10-18T17:24:55.491Z | [ helios-setup] Oct 18 17:24:54.024 INFO E| Compiling crypto-common v0.1.6 |
2625 | 2024-10-18T17:24:55.570Z | [ helios-setup] Oct 18 17:24:54.103 INFO E| Compiling block-buffer v0.10.3 |
2626 | 2024-10-18T17:24:55.703Z | [ host-package] Compiling opaque-debug v0.3.1 |
2627 | 2024-10-18T17:24:55.858Z | [ host-package] Compiling bindgen v0.69.5 |
2628 | 2024-10-18T17:24:56.888Z | [ helios-setup] Oct 18 17:24:55.421 INFO E| Compiling errno v0.3.1 |
2629 | 2024-10-18T17:24:57.034Z | [ host-package] Compiling poly1305 v0.8.0 |
2630 | 2024-10-18T17:24:57.229Z | [ helios-setup] Oct 18 17:24:55.696 INFO E| Compiling crossbeam-utils v0.8.14 |
2631 | 2024-10-18T17:24:57.259Z | [ helios-setup] Oct 18 17:24:55.791 INFO E| Compiling fnv v1.0.7 |
2632 | 2024-10-18T17:24:57.396Z | [ helios-setup] Oct 18 17:24:55.928 INFO E| Compiling pkg-config v0.3.26 |
2633 | 2024-10-18T17:24:57.500Z | [ helios-setup] Oct 18 17:24:56.032 INFO E| Compiling slog v2.7.0 |
2634 | 2024-10-18T17:24:57.982Z | [ helios-setup] Oct 18 17:24:56.513 INFO E| Compiling http v0.2.9 |
2635 | 2024-10-18T17:24:59.282Z | [ helios-setup] Oct 18 17:24:57.813 INFO E| Compiling digest v0.10.6 |
2636 | 2024-10-18T17:24:59.844Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2637 | 2024-10-18T17:25:00.236Z | [ helios-setup] Oct 18 17:24:58.767 INFO E| Compiling aho-corasick v0.7.20 |
2638 | 2024-10-18T17:25:01.073Z | [ helios-setup] Oct 18 17:24:59.604 INFO E| Compiling anyhow v1.0.68 |
2639 | 2024-10-18T17:25:01.908Z | [ helios-setup] Oct 18 17:25:00.438 INFO E| Compiling percent-encoding v2.2.0 |
2640 | 2024-10-18T17:25:02.702Z | [ helios-setup] Oct 18 17:25:01.232 INFO E| Compiling cpufeatures v0.2.5 |
2641 | 2024-10-18T17:25:03.060Z | [ helios-setup] Oct 18 17:25:01.590 INFO E| Compiling tinyvec_macros v0.1.1 |
2642 | 2024-10-18T17:25:03.133Z | [ helios-setup] Oct 18 17:25:01.663 INFO E| Compiling unicode-width v0.1.10 |
2643 | 2024-10-18T17:25:03.244Z | [ helios-setup] Oct 18 17:25:01.773 INFO E| Compiling httparse v1.8.0 |
2644 | 2024-10-18T17:25:03.576Z | [ helios-setup] Oct 18 17:25:02.105 INFO E| Compiling thiserror-impl v1.0.38 |
2645 | 2024-10-18T17:25:03.665Z | [ helios-setup] Oct 18 17:25:02.195 INFO E| Compiling schemars_derive v0.8.12 |
2646 | 2024-10-18T17:25:03.830Z | [ helios-setup] Oct 18 17:25:02.360 INFO E| Compiling heck v0.4.1 |
2647 | 2024-10-18T17:25:03.898Z | [ host-package] Compiling lalrpop v0.19.12 |
2648 | 2024-10-18T17:25:04.061Z | [ helios-setup] Oct 18 17:25:02.590 INFO E| Compiling regex-syntax v0.6.29 |
2649 | 2024-10-18T17:25:04.128Z | [ helios-setup] Oct 18 17:25:02.657 INFO E| Compiling serde_derive v1.0.204 |
2650 | 2024-10-18T17:25:04.414Z | [ helios-setup] Oct 18 17:25:02.943 INFO E| Compiling futures-macro v0.3.28 |
2651 | 2024-10-18T17:25:04.576Z | [ helios-setup] Oct 18 17:25:03.105 INFO E| Compiling tokio-macros v2.0.0 |
2652 | 2024-10-18T17:25:04.959Z | [ helios-setup] Oct 18 17:25:03.489 INFO E| Compiling tinyvec v1.6.0 |
2653 | 2024-10-18T17:25:06.834Z | [ helios-setup] Oct 18 17:25:05.362 INFO E| Compiling const-random-macro v0.1.15 |
2654 | 2024-10-18T17:25:08.698Z | [ helios-setup] Oct 18 17:25:07.226 INFO E| Compiling form_urlencoded v1.1.0 |
2655 | 2024-10-18T17:25:08.933Z | [ helios-setup] Oct 18 17:25:07.460 INFO E| Compiling hashbrown v0.13.2 |
2656 | 2024-10-18T17:25:09.827Z | [ helios-setup] Oct 18 17:25:08.354 INFO E| Compiling libz-sys v1.1.8 |
2657 | 2024-10-18T17:25:10.839Z | [ host-package] Compiling diesel v2.2.4 |
2658 | 2024-10-18T17:25:11.171Z | [ helios-setup] Oct 18 17:25:09.698 INFO E| Compiling regex v1.7.3 |
2659 | 2024-10-18T17:25:11.216Z | [ helios-setup] Oct 18 17:25:09.743 INFO E| Compiling chrono v0.4.24 |
2660 | 2024-10-18T17:25:13.113Z | [ helios-setup] Oct 18 17:25:11.639 INFO E| Compiling dyn-clone v1.0.11 |
2661 | 2024-10-18T17:25:13.764Z | [ helios-setup] Oct 18 17:25:12.290 INFO E| Compiling uuid v1.3.0 |
2662 | 2024-10-18T17:25:14.023Z | [ helios-setup] Oct 18 17:25:12.549 INFO E| Compiling regress v0.5.0 |
2663 | 2024-10-18T17:25:14.656Z | [ helios-setup] Oct 18 17:25:13.181 INFO E| Compiling unicode-normalization v0.1.22 |
2664 | 2024-10-18T17:25:14.832Z | [ helios-setup] Oct 18 17:25:13.357 INFO E| Compiling const-random v0.1.15 |
2665 | 2024-10-18T17:25:17.020Z | [ helios-setup] Oct 18 17:25:15.544 INFO E| Compiling getopts v0.2.21 |
2666 | 2024-10-18T17:25:17.657Z | [ helios-setup] Oct 18 17:25:16.181 INFO E| Compiling tracing-core v0.1.30 |
2667 | 2024-10-18T17:25:18.170Z | [ helios-setup] Oct 18 17:25:16.694 INFO E| Compiling memoffset v0.7.1 |
2668 | 2024-10-18T17:25:18.248Z | [ helios-setup] Oct 18 17:25:16.772 INFO E| Compiling unicode-bidi v0.3.13 |
2669 | 2024-10-18T17:25:19.762Z | [ helios-setup] Oct 18 17:25:18.285 INFO E| Compiling ucd-trie v0.1.5 |
2670 | 2024-10-18T17:25:20.466Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2671 | 2024-10-18T17:25:20.712Z | [ helios-setup] Oct 18 17:25:19.235 INFO E| Compiling num-conv v0.1.0 |
2672 | 2024-10-18T17:25:20.893Z | [ helios-setup] Oct 18 17:25:19.416 INFO E| Compiling time-core v0.1.2 |
2673 | 2024-10-18T17:25:21.991Z | [ helios-setup] Oct 18 17:25:20.514 INFO E| Compiling powerfmt v0.2.0 |
2674 | 2024-10-18T17:25:22.420Z | [ helios-setup] Oct 18 17:25:20.943 INFO E| Compiling idna v0.3.0 |
2675 | 2024-10-18T17:25:22.931Z | [ helios-setup] Oct 18 17:25:21.453 INFO E| Compiling deranged v0.3.11 |
2676 | 2024-10-18T17:25:23.183Z | [ helios-setup] Oct 18 17:25:21.705 INFO E| Compiling time-macros v0.2.18 |
2677 | 2024-10-18T17:25:23.245Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2678 | 2024-10-18T17:25:23.911Z | [ helios-setup] Oct 18 17:25:22.432 INFO E| Compiling pest v2.5.7 |
2679 | 2024-10-18T17:25:25.547Z | [ host-package] Compiling which v4.4.2 |
2680 | 2024-10-18T17:25:26.601Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2681 | 2024-10-18T17:25:27.227Z | [ helios-setup] Oct 18 17:25:25.747 INFO E| Compiling tracing v0.1.37 |
2682 | 2024-10-18T17:25:27.409Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2683 | 2024-10-18T17:25:27.774Z | [ host-package] Compiling chacha20 v0.9.1 |
2684 | 2024-10-18T17:25:27.890Z | [ host-package] Compiling cexpr v0.6.0 |
2685 | 2024-10-18T17:25:29.027Z | [ host-package] Compiling aead v0.5.2 |
2686 | 2024-10-18T17:25:29.228Z | [ helios-setup] Oct 18 17:25:27.748 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2687 | 2024-10-18T17:25:29.846Z | [ helios-setup] Oct 18 17:25:28.366 INFO E| Compiling time v0.1.45 |
2688 | 2024-10-18T17:25:30.013Z | [ host-package] Compiling lazycell v1.3.0 |
2689 | 2024-10-18T17:25:30.091Z | [ helios-setup] Oct 18 17:25:28.611 INFO E| Compiling crossbeam-epoch v0.9.13 |
2690 | 2024-10-18T17:25:30.749Z | [ host-package] Compiling ref-cast v1.0.23 |
2691 | 2024-10-18T17:25:30.806Z | [ host-package] Compiling rustc-hash v1.1.0 |
2692 | 2024-10-18T17:25:31.119Z | [ helios-setup] Oct 18 17:25:29.638 INFO E| Compiling semver v1.0.17 |
2693 | 2024-10-18T17:25:31.211Z | [ helios-setup] Oct 18 17:25:29.730 INFO E| Compiling iana-time-zone v0.1.56 |
2694 | 2024-10-18T17:25:32.044Z | [ helios-setup] Oct 18 17:25:30.563 INFO E| Compiling smallvec v1.10.0 |
2695 | 2024-10-18T17:25:32.095Z | [ helios-setup] Oct 18 17:25:30.614 INFO E| Compiling toml v0.5.11 |
2696 | 2024-10-18T17:25:32.172Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2697 | 2024-10-18T17:25:32.804Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2698 | 2024-10-18T17:25:32.900Z | [ helios-setup] Oct 18 17:25:31.418 INFO E| Compiling serde_tokenstream v0.2.0 |
2699 | 2024-10-18T17:25:34.083Z | [ helios-setup] Oct 18 17:25:32.601 INFO E| Compiling parking_lot v0.12.1 |
2700 | 2024-10-18T17:25:34.556Z | [ helios-setup] Oct 18 17:25:33.074 INFO E| Compiling num_threads v0.1.6 |
2701 | 2024-10-18T17:25:35.037Z | [ helios-setup] Oct 18 17:25:33.555 INFO E| Compiling time v0.3.36 |
2702 | 2024-10-18T17:25:36.958Z | [ host-package] Compiling vsss-rs v3.3.4 |
2703 | 2024-10-18T17:25:38.893Z | [ helios-setup] Oct 18 17:25:37.409 INFO E| Compiling url v2.3.1 |
2704 | 2024-10-18T17:25:41.923Z | [ helios-setup] Oct 18 17:25:40.438 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2705 | 2024-10-18T17:25:42.064Z | [ helios-setup] Oct 18 17:25:40.579 INFO E| Compiling semver-parser v0.10.2 |
2706 | 2024-10-18T17:25:45.251Z | [ helios-setup] Oct 18 17:25:43.765 INFO E| Compiling crossbeam-channel v0.5.6 |
2707 | 2024-10-18T17:25:46.029Z | [ helios-setup] Oct 18 17:25:44.542 INFO E| Compiling dirs-sys-next v0.1.2 |
2708 | 2024-10-18T17:25:46.484Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2709 | 2024-10-18T17:25:47.691Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2710 | 2024-10-18T17:25:48.808Z | [ helios-setup] Oct 18 17:25:47.320 INFO E| Compiling try-lock v0.2.4 |
2711 | 2024-10-18T17:25:48.967Z | [ helios-setup] Oct 18 17:25:47.479 INFO E| Compiling crc32fast v1.3.2 |
2712 | 2024-10-18T17:25:49.259Z | [ helios-setup] Oct 18 17:25:47.771 INFO E| Compiling same-file v1.0.6 |
2713 | 2024-10-18T17:25:49.947Z | [ helios-setup] Oct 18 17:25:48.459 INFO E| Compiling walkdir v2.3.3 |
2714 | 2024-10-18T17:25:50.625Z | [ helios-setup] Oct 18 17:25:49.137 INFO E| Compiling want v0.3.0 |
2715 | 2024-10-18T17:25:51.290Z | [ helios-setup] Oct 18 17:25:49.801 INFO E| Compiling dirs-next v2.0.0 |
2716 | 2024-10-18T17:25:51.940Z | [ helios-setup] Oct 18 17:25:50.451 INFO E| Compiling tokio-util v0.7.7 |
2717 | 2024-10-18T17:25:52.082Z | [ host-package] Compiling headers-core v0.3.0 |
2718 | 2024-10-18T17:25:52.778Z | [ host-package] Compiling fxhash v0.2.1 |
2719 | 2024-10-18T17:25:52.946Z | [ helios-setup] Oct 18 17:25:51.456 INFO E| Compiling semver v0.11.0 |
2720 | 2024-10-18T17:25:53.631Z | [ host-package] Compiling libxml v0.3.3 |
2721 | 2024-10-18T17:25:54.397Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2722 | 2024-10-18T17:25:55.156Z | [ helios-setup] Oct 18 17:25:53.666 INFO E| Compiling h2 v0.3.16 |
2723 | 2024-10-18T17:25:56.232Z | [ host-package] Compiling headers v0.4.0 |
2724 | 2024-10-18T17:25:56.772Z | [ helios-setup] Oct 18 17:25:55.282 INFO E| Compiling proc-macro-crate v1.2.1 |
2725 | 2024-10-18T17:25:56.879Z | [ host-package] Compiling polar-core v0.27.3 |
2726 | 2024-10-18T17:25:57.133Z | [ host-package] Compiling samael v0.0.17 |
2727 | 2024-10-18T17:25:57.546Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2728 | 2024-10-18T17:25:58.447Z | [ helios-setup] Oct 18 17:25:56.956 INFO E| Compiling futures-executor v0.3.28 |
2729 | 2024-10-18T17:25:58.801Z | [ helios-setup] Oct 18 17:25:57.310 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2730 | 2024-10-18T17:25:59.536Z | [ helios-setup] Oct 18 17:25:58.044 INFO E| Compiling http-body v0.4.5 |
2731 | 2024-10-18T17:26:00.358Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2732 | 2024-10-18T17:26:00.393Z | [ helios-setup] Oct 18 17:25:58.902 INFO E| Compiling ring v0.16.20 |
2733 | 2024-10-18T17:26:02.027Z | [ helios-setup] Oct 18 17:26:00.534 INFO E| Compiling rand_core v0.6.4 |
2734 | 2024-10-18T17:26:02.900Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2735 | 2024-10-18T17:26:02.997Z | [ helios-setup] Oct 18 17:26:01.504 INFO E| Compiling thread_local v1.1.7 |
2736 | 2024-10-18T17:26:03.256Z | [ helios-setup] Oct 18 17:26:01.763 INFO E| Compiling ppv-lite86 v0.2.17 |
2737 | 2024-10-18T17:26:03.465Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2738 | 2024-10-18T17:26:04.710Z | [ helios-setup] Oct 18 17:26:03.216 INFO E| Compiling httpdate v1.0.2 |
2739 | 2024-10-18T17:26:05.255Z | [ helios-setup] Oct 18 17:26:03.760 INFO E| Compiling utf8parse v0.2.1 |
2740 | 2024-10-18T17:26:05.814Z | [ helios-setup] Oct 18 17:26:04.320 INFO E| Compiling lazy_static v1.4.0 |
2741 | 2024-10-18T17:26:06.098Z | [ helios-setup] Oct 18 17:26:04.604 INFO E| Compiling rayon-core v1.10.2 |
2742 | 2024-10-18T17:26:06.125Z | [ host-package] Compiling phf_generator v0.11.2 |
2743 | 2024-10-18T17:26:06.194Z | [ helios-setup] Oct 18 17:26:04.699 INFO E| Compiling adler v1.0.2 |
2744 | 2024-10-18T17:26:06.951Z | [ host-package] Compiling strum_macros v0.24.3 |
2745 | 2024-10-18T17:26:07.091Z | [ helios-setup] Oct 18 17:26:05.596 INFO E| Compiling tower-service v0.3.2 |
2746 | 2024-10-18T17:26:07.392Z | [ helios-setup] Oct 18 17:26:05.898 INFO E| Compiling base64 v0.21.0 |
2747 | 2024-10-18T17:26:07.503Z | [ helios-setup] Oct 18 17:26:06.008 INFO E| Compiling fastrand v1.9.0 |
2748 | 2024-10-18T17:26:07.505Z | [ helios-setup] Oct 18 17:26:06.008 INFO E| Compiling home v0.5.4 |
2749 | 2024-10-18T17:26:08.184Z | [ helios-setup] Oct 18 17:26:06.689 INFO E| Compiling toolchain_find v0.2.0 |
2750 | 2024-10-18T17:26:08.871Z | [ helios-setup] Oct 18 17:26:07.375 INFO E| Compiling tempfile v3.5.0 |
2751 | 2024-10-18T17:26:09.262Z | [ helios-setup] Oct 18 17:26:07.765 INFO E| Compiling hyper v0.14.25 |
2752 | 2024-10-18T17:26:10.288Z | [ helios-setup] Oct 18 17:26:08.792 INFO E| Compiling miniz_oxide v0.6.2 |
2753 | 2024-10-18T17:26:12.444Z | [ helios-setup] Oct 18 17:26:10.947 INFO E| Compiling anstyle-parse v0.1.1 |
2754 | 2024-10-18T17:26:13.087Z | [ helios-setup] Oct 18 17:26:11.590 INFO E| Compiling rand_chacha v0.3.1 |
2755 | 2024-10-18T17:26:13.134Z | [ host-package] Compiling kstat-rs v0.2.4 |
2756 | 2024-10-18T17:26:13.340Z | [ host-package] Compiling unicase v2.7.0 |
2757 | 2024-10-18T17:26:14.152Z | [ host-package] Compiling indoc v1.0.9 |
2758 | 2024-10-18T17:26:14.819Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2759 | 2024-10-18T17:26:16.147Z | [ host-package] Compiling phf_codegen v0.11.2 |
2760 | 2024-10-18T17:26:16.391Z | [ helios-setup] Oct 18 17:26:14.893 INFO E| Compiling futures v0.3.28 |
2761 | 2024-10-18T17:26:16.915Z | [ helios-setup] Oct 18 17:26:15.416 INFO E| Compiling num_enum_derive v0.5.7 |
2762 | 2024-10-18T17:26:17.098Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2763 | 2024-10-18T17:26:25.641Z | [ helios-setup] Oct 18 17:26:24.139 INFO E| Compiling cargo-lock v8.0.3 |
2764 | 2024-10-18T17:26:28.000Z | [ host-package] Compiling derive_builder v0.20.2 |
2765 | 2024-10-18T17:26:29.554Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2766 | 2024-10-18T17:26:30.595Z | [ helios-setup] Oct 18 17:26:29.091 INFO E| Compiling crossbeam-deque v0.8.2 |
2767 | 2024-10-18T17:26:31.010Z | [ helios-setup] Oct 18 17:26:29.507 INFO E| Compiling term v0.7.0 |
2768 | 2024-10-18T17:26:32.444Z | [ helios-setup] Oct 18 17:26:30.940 INFO E| Compiling serde_urlencoded v0.7.1 |
2769 | 2024-10-18T17:26:32.464Z | [ helios-setup] Oct 18 17:26:30.959 INFO E| Compiling sha1 v0.10.5 |
2770 | 2024-10-18T17:26:32.784Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2771 | 2024-10-18T17:26:33.109Z | [ helios-setup] Oct 18 17:26:31.605 INFO E| Compiling sha2 v0.10.6 |
2772 | 2024-10-18T17:26:33.469Z | [ helios-setup] Oct 18 17:26:31.963 INFO E| Compiling is-terminal v0.4.7 |
2773 | 2024-10-18T17:26:33.492Z | [ host-package] Compiling oso-derive v0.27.3 |
2774 | 2024-10-18T17:26:33.980Z | [ helios-setup] Oct 18 17:26:32.475 INFO E| Compiling atty v0.2.14 |
2775 | 2024-10-18T17:26:34.066Z | [ helios-setup] Oct 18 17:26:32.562 INFO E| Compiling anstyle v0.3.5 |
2776 | 2024-10-18T17:26:34.439Z | [ helios-setup] Oct 18 17:26:32.933 INFO E| Compiling concolor-query v0.3.3 |
2777 | 2024-10-18T17:26:35.339Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2778 | 2024-10-18T17:26:35.839Z | [ helios-setup] Oct 18 17:26:34.334 INFO E| Compiling concolor-override v1.0.0 |
2779 | 2024-10-18T17:26:36.284Z | [ helios-setup] Oct 18 17:26:34.778 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2780 | 2024-10-18T17:26:37.371Z | [ helios-setup] Oct 18 17:26:35.865 INFO E| Compiling anstream v0.2.6 |
2781 | 2024-10-18T17:26:39.963Z | [ helios-setup] Oct 18 17:26:38.456 INFO E| Compiling slog-term v2.9.0 |
2782 | 2024-10-18T17:26:40.421Z | [ helios-setup] Oct 18 17:26:38.914 INFO E| Compiling flate2 v1.0.25 |
2783 | 2024-10-18T17:26:43.084Z | [ helios-setup] Oct 18 17:26:41.576 INFO E| Compiling num_enum v0.5.7 |
2784 | 2024-10-18T17:26:43.295Z | [ helios-setup] Oct 18 17:26:41.783 INFO E| Compiling rand v0.8.5 |
2785 | 2024-10-18T17:26:43.580Z | [ helios-setup] Oct 18 17:26:42.072 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2786 | 2024-10-18T17:26:43.822Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2787 | 2024-10-18T17:26:44.079Z | [ helios-setup] Oct 18 17:26:42.562 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2788 | 2024-10-18T17:26:44.725Z | [ helios-setup] Oct 18 17:26:43.216 INFO E| Compiling openapiv3 v1.0.2 |
2789 | 2024-10-18T17:26:45.413Z | [ helios-setup] Oct 18 17:26:43.903 INFO E| Compiling encoding_rs v0.8.32 |
2790 | 2024-10-18T17:26:47.036Z | [ helios-setup] Oct 18 17:26:45.526 INFO E| Compiling untrusted v0.7.1 |
2791 | 2024-10-18T17:26:47.300Z | [ host-package] Compiling libz-sys v1.1.20 |
2792 | 2024-10-18T17:26:47.423Z | [ helios-setup] Oct 18 17:26:45.913 INFO E| Compiling project-root v0.2.2 |
2793 | 2024-10-18T17:26:47.982Z | [ helios-setup] Oct 18 17:26:46.472 INFO E| Compiling spin v0.5.2 |
2794 | 2024-10-18T17:26:48.542Z | [ helios-setup] Oct 18 17:26:47.032 INFO E| Compiling clap_lex v0.4.1 |
2795 | 2024-10-18T17:26:48.572Z | [ host-package] Compiling quick-xml v0.33.0 |
2796 | 2024-10-18T17:26:49.116Z | [ host-package] Compiling diesel-dtrace v0.3.0 |
2797 | 2024-10-18T17:26:50.102Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2798 | 2024-10-18T17:26:50.263Z | [ helios-setup] Oct 18 17:26:48.751 INFO E| Compiling unsafe-libyaml v0.2.8 |
2799 | 2024-10-18T17:26:50.814Z | [ host-package] Compiling cfg_aliases v0.1.1 |
2800 | 2024-10-18T17:26:51.138Z | [ host-package] Compiling nix v0.28.0 |
2801 | 2024-10-18T17:26:52.201Z | [ host-package] Compiling oso v0.27.3 |
2802 | 2024-10-18T17:26:52.389Z | [ helios-setup] Oct 18 17:26:50.877 INFO E| Compiling utf-8 v0.7.6 |
2803 | 2024-10-18T17:26:52.690Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2804 | 2024-10-18T17:26:53.028Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2805 | 2024-10-18T17:26:53.221Z | [ helios-setup] Oct 18 17:26:51.708 INFO E| Compiling either v1.8.0 |
2806 | 2024-10-18T17:26:53.433Z | [ helios-setup] Oct 18 17:26:51.920 INFO E| Compiling mime v0.3.17 |
2807 | 2024-10-18T17:26:53.524Z | [ helios-setup] Oct 18 17:26:52.012 INFO E| Compiling strsim v0.10.0 |
2808 | 2024-10-18T17:26:53.849Z | [ helios-setup] Oct 18 17:26:52.336 INFO E| Compiling byteorder v1.4.3 |
2809 | 2024-10-18T17:26:54.851Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2810 | 2024-10-18T17:26:54.920Z | [ helios-setup] Oct 18 17:26:53.407 INFO E| Compiling ipnet v2.7.2 |
2811 | 2024-10-18T17:26:55.994Z | [ helios-setup] Oct 18 17:26:54.481 INFO E| Compiling base64 v0.13.1 |
2812 | 2024-10-18T17:26:56.182Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2813 | 2024-10-18T17:26:57.626Z | [ helios-setup] Oct 18 17:26:56.112 INFO E| Compiling tungstenite v0.18.0 |
2814 | 2024-10-18T17:26:57.827Z | [ helios-setup] Oct 18 17:26:56.313 INFO E| Compiling reqwest v0.11.16 |
2815 | 2024-10-18T17:26:57.899Z | [ helios-setup] Oct 18 17:26:56.384 INFO E| Compiling clap_builder v4.2.1 |
2816 | 2024-10-18T17:26:59.228Z | [ helios-setup] Oct 18 17:26:57.714 INFO E| Compiling rayon v1.6.1 |
2817 | 2024-10-18T17:26:59.537Z | [ helios-setup] Oct 18 17:26:58.022 INFO E| Compiling serde_yaml v0.9.21 |
2818 | 2024-10-18T17:27:02.470Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2819 | 2024-10-18T17:27:03.450Z | [ host-package] Compiling bb8 v0.8.5 |
2820 | 2024-10-18T17:27:04.879Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2821 | 2024-10-18T17:27:05.124Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2822 | 2024-10-18T17:27:06.510Z | [ helios-setup] Oct 18 17:27:04.992 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2823 | 2024-10-18T17:27:06.898Z | [ host-package] Compiling vte v0.11.1 |
2824 | 2024-10-18T17:27:07.043Z | [ helios-setup] Oct 18 17:27:05.525 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2825 | 2024-10-18T17:27:07.968Z | [ helios-setup] Oct 18 17:27:06.451 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2826 | 2024-10-18T17:27:09.049Z | [ host-package] Compiling const_format v0.2.33 |
2827 | 2024-10-18T17:27:10.037Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2828 | 2024-10-18T17:27:10.387Z | [ helios-setup] Oct 18 17:27:08.869 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2829 | 2024-10-18T17:27:11.667Z | [ host-package] Compiling chrono-tz v0.10.0 |
2830 | 2024-10-18T17:27:11.967Z | [ helios-setup] Oct 18 17:27:10.448 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2831 | 2024-10-18T17:27:12.286Z | [ helios-setup] Oct 18 17:27:10.767 INFO E| Compiling clap_derive v4.2.0 |
2832 | 2024-10-18T17:27:13.745Z | [ host-package] Compiling fd-lock v4.0.2 |
2833 | 2024-10-18T17:27:14.544Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2834 | 2024-10-18T17:27:15.653Z | [ host-package] Compiling atty v0.2.14 |
2835 | 2024-10-18T17:27:15.656Z | [ host-package] Compiling salty v0.3.0 |
2836 | 2024-10-18T17:27:16.080Z | [ helios-setup] Oct 18 17:27:14.560 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2837 | 2024-10-18T17:27:16.163Z | [ host-package] Compiling bytecount v0.6.8 |
2838 | 2024-10-18T17:27:16.205Z | [ helios-setup] Oct 18 17:27:14.684 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2839 | 2024-10-18T17:27:17.059Z | [ host-package] Compiling papergrid v0.11.0 |
2840 | 2024-10-18T17:27:21.537Z | [ helios-setup] Oct 18 17:27:20.014 INFO E| Compiling clap v4.2.1 |
2841 | 2024-10-18T17:27:25.902Z | [ host-package] Compiling parking_lot v0.11.2 |
2842 | 2024-10-18T17:27:39.303Z | [ helios-setup] Oct 18 17:27:37.773 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2843 | 2024-10-18T17:27:41.146Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2844 | 2024-10-18T17:27:42.552Z | [ helios-setup] Oct 18 17:27:41.021 INFO E| Compiling tokio-tungstenite v0.18.0 |
2845 | 2024-10-18T17:27:43.333Z | [ host-package] Compiling tabled_derive v0.7.0 |
2846 | 2024-10-18T17:27:43.835Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2847 | 2024-10-18T17:27:44.083Z | [ helios-setup] Oct 18 17:27:42.551 INFO E| Compiling smartstring v1.0.1 |
2848 | 2024-10-18T17:27:45.167Z | [ helios-setup] Oct 18 17:27:43.635 INFO E| Compiling rustls v0.21.0 |
2849 | 2024-10-18T17:27:47.643Z | [ helios-setup] Oct 18 17:27:46.110 INFO E| Compiling toml_datetime v0.6.1 |
2850 | 2024-10-18T17:27:47.779Z | [ host-package] Compiling peg-macros v0.8.4 |
2851 | 2024-10-18T17:27:48.810Z | [ helios-setup] Oct 18 17:27:47.277 INFO E| Compiling serde_spanned v0.6.1 |
2852 | 2024-10-18T17:27:49.173Z | [ helios-setup] Oct 18 17:27:47.640 INFO E| Compiling camino v1.1.4 |
2853 | 2024-10-18T17:27:49.311Z | [ helios-setup] Oct 18 17:27:47.777 INFO E| Compiling paste v1.0.12 |
2854 | 2024-10-18T17:27:49.907Z | [ helios-setup] Oct 18 17:27:48.373 INFO E| Compiling async-trait v0.1.68 |
2855 | 2024-10-18T17:27:50.663Z | [ helios-setup] Oct 18 17:27:49.129 INFO E| Compiling winnow v0.4.1 |
2856 | 2024-10-18T17:27:50.794Z | [ helios-setup] Oct 18 17:27:49.260 INFO E| Compiling match_cfg v0.1.0 |
2857 | 2024-10-18T17:27:51.050Z | [ helios-setup] Oct 18 17:27:49.515 INFO E| Compiling slog-async v2.7.0 |
2858 | 2024-10-18T17:27:51.150Z | [ helios-setup] Oct 18 17:27:49.616 INFO E| Compiling static_assertions v1.1.0 |
2859 | 2024-10-18T17:27:51.891Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2860 | 2024-10-18T17:27:52.816Z | [ helios-setup] Oct 18 17:27:51.281 INFO E| Compiling hostname v0.3.1 |
2861 | 2024-10-18T17:27:53.209Z | [ helios-setup] Oct 18 17:27:51.674 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
2862 | 2024-10-18T17:27:53.265Z | [ helios-setup] Oct 18 17:27:51.729 INFO E| Compiling slog-json v2.6.1 |
2863 | 2024-10-18T17:27:54.177Z | [ host-package] Compiling unicode_categories v0.1.1 |
2864 | 2024-10-18T17:27:54.284Z | [ helios-setup] Oct 18 17:27:52.749 INFO E| Compiling unicode-linebreak v0.1.4 |
2865 | 2024-10-18T17:27:55.033Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2866 | 2024-10-18T17:27:55.136Z | [ host-package] Compiling sqlformat v0.2.6 |
2867 | 2024-10-18T17:27:57.615Z | [ host-package] Compiling reedline v0.35.0 |
2868 | 2024-10-18T17:27:58.015Z | [ helios-setup] Oct 18 17:27:56.478 INFO E| Compiling toml_edit v0.19.8 |
2869 | 2024-10-18T17:27:59.232Z | [ helios-setup] Oct 18 17:27:57.695 INFO E| Compiling async-stream-impl v0.3.5 |
2870 | 2024-10-18T17:28:01.765Z | [ helios-setup] Oct 18 17:28:00.227 INFO E| Compiling rhai_codegen v1.5.0 |
2871 | 2024-10-18T17:28:02.941Z | [ helios-setup] Oct 18 17:28:01.402 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2872 | 2024-10-18T17:28:03.946Z | [ helios-setup] Oct 18 17:28:02.407 INFO E| Compiling take_mut v0.2.2 |
2873 | 2024-10-18T17:28:04.315Z | [ helios-setup] Oct 18 17:28:02.776 INFO E| Compiling toml v0.7.3 |
2874 | 2024-10-18T17:28:06.993Z | [ helios-setup] Oct 18 17:28:05.453 INFO E| Compiling rhai v1.14.0 |
2875 | 2024-10-18T17:28:10.007Z | [ helios-setup] Oct 18 17:28:08.466 INFO E| Compiling async-stream v0.3.5 |
2876 | 2024-10-18T17:28:11.107Z | [ helios-setup] Oct 18 17:28:09.566 INFO E| Compiling slog-bunyan v2.4.0 |
2877 | 2024-10-18T17:28:15.161Z | [ helios-setup] Oct 18 17:28:13.618 INFO E| Compiling rustls-pemfile v1.0.2 |
2878 | 2024-10-18T17:28:16.586Z | [ helios-setup] Oct 18 17:28:15.042 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2879 | 2024-10-18T17:28:17.001Z | [ host-package] Compiling rustyline v14.0.0 |
2880 | 2024-10-18T17:28:17.548Z | [ helios-setup] Oct 18 17:28:16.004 INFO E| Compiling bincode v1.3.3 |
2881 | 2024-10-18T17:28:19.397Z | [ helios-setup] Oct 18 17:28:17.852 INFO E| Compiling serde_path_to_error v0.1.11 |
2882 | 2024-10-18T17:28:19.943Z | [ helios-setup] Oct 18 17:28:18.397 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
2883 | 2024-10-18T17:28:21.422Z | [ helios-setup] Oct 18 17:28:19.876 INFO E| Compiling terminal_size v0.2.6 |
2884 | 2024-10-18T17:28:21.867Z | [ helios-setup] Oct 18 17:28:20.321 INFO E| Compiling smawk v0.3.1 |
2885 | 2024-10-18T17:28:22.191Z | [ helios-setup] Oct 18 17:28:20.644 INFO E| Compiling textwrap v0.16.0 |
2886 | 2024-10-18T17:28:24.431Z | [ host-package] Compiling sqlparser v0.45.0 |
2887 | 2024-10-18T17:28:27.215Z | [ host-package] Compiling peg v0.8.4 |
2888 | 2024-10-18T17:28:27.687Z | [ host-package] Compiling tabled v0.15.0 |
2889 | 2024-10-18T17:28:28.748Z | [ helios-setup] Oct 18 17:28:27.200 INFO E| Compiling sct v0.7.0 |
2890 | 2024-10-18T17:28:29.603Z | [ helios-setup] Oct 18 17:28:28.054 INFO E| Compiling rustls-webpki v0.100.1 |
2891 | 2024-10-18T17:28:39.585Z | [ helios-setup] Oct 18 17:28:38.032 INFO E| Compiling tokio-rustls v0.24.0 |
2892 | 2024-10-18T17:28:40.200Z | [ helios-setup] Oct 18 17:28:38.647 INFO E| Compiling git2 v0.16.1 |
2893 | 2024-10-18T17:28:40.703Z | [ host-package] Compiling mime_guess v2.0.5 |
2894 | 2024-10-18T17:28:41.990Z | [ host-package] Compiling sled v0.34.7 |
2895 | 2024-10-18T17:28:44.595Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2896 | 2024-10-18T17:28:48.040Z | [ host-package] Compiling hickory-client v0.24.1 |
2897 | 2024-10-18T17:28:48.864Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2898 | 2024-10-18T17:28:50.730Z | [ helios-setup] Oct 18 17:28:49.173 INFO E| Compiling built v0.6.0 |
2899 | 2024-10-18T17:28:52.983Z | [ helios-setup] Oct 18 17:28:51.425 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2900 | 2024-10-18T17:28:54.717Z | [ helios-setup] Oct 18 17:28:53.158 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
2901 | 2024-10-18T17:28:55.692Z | [ helios-setup] Oct 18 17:28:54.133 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
2902 | 2024-10-18T17:28:56.493Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2903 | 2024-10-18T17:28:59.928Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2904 | 2024-10-18T17:29:00.645Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2905 | 2024-10-18T17:29:06.410Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2906 | 2024-10-18T17:29:06.621Z | [ host-package] Compiling hickory-server v0.24.1 |
2907 | 2024-10-18T17:29:07.537Z | [ host-package] Compiling primeorder v0.13.6 |
2908 | 2024-10-18T17:29:08.794Z | [ host-package] Compiling vergen v8.3.2 |
2909 | 2024-10-18T17:29:09.287Z | [ host-package] Compiling bcs v0.1.6 |
2910 | 2024-10-18T17:29:09.472Z | [ host-package] Compiling env_filter v0.1.2 |
2911 | 2024-10-18T17:29:10.528Z | [ host-package] Compiling cargo-platform v0.1.8 |
2912 | 2024-10-18T17:29:11.579Z | [ host-package] Compiling nanorand v0.7.0 |
2913 | 2024-10-18T17:29:11.741Z | [ host-package] Compiling memoffset v0.9.1 |
2914 | 2024-10-18T17:29:13.114Z | [ host-package] Compiling flume v0.11.0 |
2915 | 2024-10-18T17:29:13.367Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2916 | 2024-10-18T17:29:14.890Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2917 | 2024-10-18T17:29:15.469Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2918 | 2024-10-18T17:29:18.500Z | [ host-package] Compiling env_logger v0.11.5 |
2919 | 2024-10-18T17:29:20.183Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2920 | 2024-10-18T17:29:21.534Z | [ helios-setup] Oct 18 17:29:19.966 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
2921 | 2024-10-18T17:29:23.219Z | [ host-package] Compiling p384 v0.13.0 |
2922 | 2024-10-18T17:29:23.819Z | [ helios-setup] Oct 18 17:29:22.249 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
2923 | 2024-10-18T17:29:32.779Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2924 | 2024-10-18T17:29:34.572Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2925 | 2024-10-18T17:29:35.395Z | [ host-package] Compiling git2 v0.19.0 |
2926 | 2024-10-18T17:29:36.940Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2927 | 2024-10-18T17:29:40.091Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
2928 | 2024-10-18T17:29:41.327Z | [ host-package] Compiling lzma-sys v0.1.20 |
2929 | 2024-10-18T17:29:50.246Z | [ host-package] Compiling rustls v0.21.12 |
2930 | 2024-10-18T17:29:51.176Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2931 | 2024-10-18T17:29:52.202Z | [ host-package] Compiling cfg_aliases v0.2.1 |
2932 | 2024-10-18T17:29:52.730Z | [ host-package] Compiling nix v0.29.0 |
2933 | 2024-10-18T17:29:53.162Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2934 | 2024-10-18T17:29:56.191Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2935 | 2024-10-18T17:29:58.295Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2936 | 2024-10-18T17:30:00.064Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2937 | 2024-10-18T17:30:03.437Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2938 | 2024-10-18T17:30:07.967Z | [ helios-setup] Oct 18 17:30:06.381 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
2939 | 2024-10-18T17:30:09.317Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2940 | 2024-10-18T17:30:09.855Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2941 | 2024-10-18T17:30:10.104Z | [ host-package] Compiling sct v0.7.1 |
2942 | 2024-10-18T17:30:10.719Z | [ host-package] Compiling rustls-webpki v0.101.7 |
2943 | 2024-10-18T17:30:14.464Z | [ host-package] Compiling heck v0.3.3 |
2944 | 2024-10-18T17:30:15.034Z | [ host-package] Compiling castaway v0.2.3 |
2945 | 2024-10-18T17:30:15.278Z | [ host-package] Compiling rand_seeder v0.3.0 |
2946 | 2024-10-18T17:30:15.408Z | [ host-package] Compiling csv-core v0.1.11 |
2947 | 2024-10-18T17:30:15.687Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2948 | 2024-10-18T17:30:16.174Z | [ host-package] Compiling http-range v0.1.5 |
2949 | 2024-10-18T17:30:16.967Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2950 | 2024-10-18T17:30:17.437Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2951 | 2024-10-18T17:30:17.825Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
2952 | 2024-10-18T17:30:18.076Z | [ host-package] Compiling csv v1.3.0 |
2953 | 2024-10-18T17:30:18.518Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2954 | 2024-10-18T17:30:18.758Z | [ host-package] Compiling compact_str v0.8.0 |
2955 | 2024-10-18T17:30:20.886Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2956 | 2024-10-18T17:30:21.858Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2957 | 2024-10-18T17:30:22.785Z | [ host-package] Compiling nix v0.27.1 |
2958 | 2024-10-18T17:30:25.635Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2959 | 2024-10-18T17:30:28.605Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2960 | 2024-10-18T17:30:28.879Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2961 | 2024-10-18T17:30:38.778Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2962 | 2024-10-18T17:30:41.944Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2963 | 2024-10-18T17:30:45.875Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2964 | 2024-10-18T17:30:46.358Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2965 | 2024-10-18T17:30:46.718Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2966 | 2024-10-18T17:30:47.400Z | [ host-package] Compiling unicode-truncate v1.1.0 |
2967 | 2024-10-18T17:30:47.537Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2968 | 2024-10-18T17:30:48.051Z | [ host-package] Compiling hashlink v0.9.1 |
2969 | 2024-10-18T17:30:48.664Z | [ host-package] Compiling tungstenite v0.23.0 |
2970 | 2024-10-18T17:30:49.814Z | [ host-package] Compiling lru v0.12.5 |
2971 | 2024-10-18T17:30:50.807Z | [ host-package] Compiling instability v0.3.2 |
2972 | 2024-10-18T17:30:53.333Z | [ host-package] Compiling cassowary v0.3.0 |
2973 | 2024-10-18T17:30:54.027Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
2974 | 2024-10-18T17:30:54.795Z | [ host-package] Compiling fallible-iterator v0.3.0 |
2975 | 2024-10-18T17:30:56.769Z | [ host-package] Compiling base64 v0.13.1 |
2976 | 2024-10-18T17:30:58.053Z | [ host-package] Compiling ron v0.7.1 |
2977 | 2024-10-18T17:30:58.539Z | [ host-package] Compiling rusqlite v0.32.1 |
2978 | 2024-10-18T17:31:00.609Z | [ host-package] Compiling ratatui v0.28.1 |
2979 | 2024-10-18T17:31:05.986Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2980 | 2024-10-18T17:31:06.799Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2981 | 2024-10-18T17:31:06.900Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
2982 | 2024-10-18T17:31:07.609Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2983 | 2024-10-18T17:31:08.728Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2984 | 2024-10-18T17:31:09.627Z | [ host-package] Compiling xz2 v0.1.7 |
2985 | 2024-10-18T17:31:11.323Z | [ helios-setup] Oct 18 17:31:09.712 INFO E| Finished `release` profile [optimized] target(s) in 6m 41s |
2986 | 2024-10-18T17:31:11.460Z | [ helios-setup] Oct 18 17:31:09.847 INFO building project "pilot" ok (401 seconds) |
2987 | 2024-10-18T17:31:11.465Z | [ helios-setup] Oct 18 17:31:09.847 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2988 | 2024-10-18T17:31:11.465Z | [ helios-setup] Oct 18 17:31:09.847 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2989 | 2024-10-18T17:31:11.737Z | [ helios-setup] Oct 18 17:31:10.126 INFO E| Blocking waiting for file lock on package cache |
2990 | 2024-10-18T17:31:12.827Z | [ host-package] Compiling tokio-rustls v0.24.1 |
2991 | 2024-10-18T17:31:13.352Z | [ host-package] Compiling zone v0.1.8 |
2992 | 2024-10-18T17:31:16.957Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2993 | 2024-10-18T17:31:19.946Z | [ helios-setup] Oct 18 17:31:18.332 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2994 | 2024-10-18T17:31:20.439Z | [ helios-setup] Oct 18 17:31:18.825 INFO E| From https://github.com/jclulow/rust-jmclib |
2995 | 2024-10-18T17:31:20.439Z | [ helios-setup] Oct 18 17:31:18.825 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2996 | 2024-10-18T17:31:20.461Z | [ helios-setup] Oct 18 17:31:18.847 INFO E| Updating crates.io index |
2997 | 2024-10-18T17:31:20.633Z | [ helios-setup] Oct 18 17:31:19.018 INFO E| Blocking waiting for file lock on package cache |
2998 | 2024-10-18T17:31:20.702Z | [ helios-setup] Oct 18 17:31:19.088 INFO E| Blocking waiting for file lock on package cache |
2999 | 2024-10-18T17:31:27.257Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3000 | 2024-10-18T17:31:27.486Z | [ helios-setup] Oct 18 17:31:25.870 INFO E| Downloading crates ... |
3001 | 2024-10-18T17:31:27.577Z | [ helios-setup] Oct 18 17:31:25.961 INFO E| Downloaded fastrand v2.0.0 |
3002 | 2024-10-18T17:31:27.587Z | [ helios-setup] Oct 18 17:31:25.970 INFO E| Downloaded block-buffer v0.9.0 |
3003 | 2024-10-18T17:31:27.591Z | [ helios-setup] Oct 18 17:31:25.975 INFO E| Downloaded sha-1 v0.9.8 |
3004 | 2024-10-18T17:31:27.594Z | [ helios-setup] Oct 18 17:31:25.978 INFO E| Downloaded libdevinfo-sys v1.0.0 |
3005 | 2024-10-18T17:31:27.597Z | [ helios-setup] Oct 18 17:31:25.979 INFO E| Downloaded cpufeatures v0.2.9 |
3006 | 2024-10-18T17:31:27.603Z | [ helios-setup] Oct 18 17:31:25.986 INFO E| Downloaded digest v0.9.0 |
3007 | 2024-10-18T17:31:27.605Z | [ helios-setup] Oct 18 17:31:25.988 INFO E| Downloaded md-5 v0.9.1 |
3008 | 2024-10-18T17:31:27.608Z | [ helios-setup] Oct 18 17:31:25.991 INFO E| Downloaded bitflags v2.3.3 |
3009 | 2024-10-18T17:31:27.611Z | [ helios-setup] Oct 18 17:31:25.995 INFO E| Downloaded tempfile v3.7.0 |
3010 | 2024-10-18T17:31:27.615Z | [ helios-setup] Oct 18 17:31:25.999 INFO E| Downloaded getrandom v0.2.10 |
3011 | 2024-10-18T17:31:27.620Z | [ helios-setup] Oct 18 17:31:26.003 INFO E| Downloaded quote v1.0.31 |
3012 | 2024-10-18T17:31:27.624Z | [ helios-setup] Oct 18 17:31:26.008 INFO E| Downloaded serde_derive v1.0.193 |
3013 | 2024-10-18T17:31:27.629Z | [ helios-setup] Oct 18 17:31:26.013 INFO E| Downloaded uuid v0.8.2 |
3014 | 2024-10-18T17:31:27.635Z | [ helios-setup] Oct 18 17:31:26.018 INFO E| Downloaded anyhow v1.0.72 |
3015 | 2024-10-18T17:31:27.641Z | [ helios-setup] Oct 18 17:31:26.025 INFO E| Downloaded serde v1.0.193 |
3016 | 2024-10-18T17:31:27.646Z | [ helios-setup] Oct 18 17:31:26.029 INFO E| Downloaded unicode-ident v1.0.11 |
3017 | 2024-10-18T17:31:27.650Z | [ helios-setup] Oct 18 17:31:26.034 INFO E| Downloaded proc-macro2 v1.0.66 |
3018 | 2024-10-18T17:31:27.654Z | [ helios-setup] Oct 18 17:31:26.037 INFO E| Downloaded once_cell v1.18.0 |
3019 | 2024-10-18T17:31:27.658Z | [ helios-setup] Oct 18 17:31:26.041 INFO E| Downloaded serde_json v1.0.103 |
3020 | 2024-10-18T17:31:27.683Z | [ helios-setup] Oct 18 17:31:26.066 INFO E| Downloaded syn v2.0.32 |
3021 | 2024-10-18T17:31:27.725Z | [ helios-setup] Oct 18 17:31:26.108 INFO E| Downloaded rustix v0.38.4 |
3022 | 2024-10-18T17:31:27.770Z | [ helios-setup] Oct 18 17:31:26.153 INFO E| Downloaded libc v0.2.147 |
3023 | 2024-10-18T17:31:28.003Z | [ helios-setup] Oct 18 17:31:26.386 INFO E| Compiling libc v0.2.147 |
3024 | 2024-10-18T17:31:28.003Z | [ helios-setup] Oct 18 17:31:26.386 INFO E| Compiling proc-macro2 v1.0.66 |
3025 | 2024-10-18T17:31:28.003Z | [ helios-setup] Oct 18 17:31:26.386 INFO E| Compiling cfg-if v1.0.0 |
3026 | 2024-10-18T17:31:28.006Z | [ helios-setup] Oct 18 17:31:26.386 INFO E| Compiling unicode-ident v1.0.11 |
3027 | 2024-10-18T17:31:28.006Z | [ helios-setup] Oct 18 17:31:26.386 INFO E| Compiling typenum v1.16.0 |
3028 | 2024-10-18T17:31:28.062Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3029 | 2024-10-18T17:31:28.107Z | [ helios-setup] Oct 18 17:31:26.488 INFO E| Compiling version_check v0.9.4 |
3030 | 2024-10-18T17:31:28.107Z | [ helios-setup] Oct 18 17:31:26.489 INFO E| Compiling serde v1.0.193 |
3031 | 2024-10-18T17:31:28.107Z | [ helios-setup] Oct 18 17:31:26.489 INFO E| Compiling rustix v0.38.4 |
3032 | 2024-10-18T17:31:28.364Z | [ helios-setup] Oct 18 17:31:26.747 INFO E| Compiling time-core v0.1.2 |
3033 | 2024-10-18T17:31:28.379Z | [ helios-setup] Oct 18 17:31:26.762 INFO E| Compiling powerfmt v0.2.0 |
3034 | 2024-10-18T17:31:28.781Z | [ helios-setup] Oct 18 17:31:27.164 INFO E| Compiling num-conv v0.1.0 |
3035 | 2024-10-18T17:31:29.288Z | [ helios-setup] Oct 18 17:31:27.671 INFO E| Compiling itoa v1.0.9 |
3036 | 2024-10-18T17:31:29.318Z | [ helios-setup] Oct 18 17:31:27.701 INFO E| Compiling slog v2.7.0 |
3037 | 2024-10-18T17:31:29.420Z | [ helios-setup] Oct 18 17:31:27.802 INFO E| Compiling generic-array v0.14.7 |
3038 | 2024-10-18T17:31:29.696Z | [ helios-setup] Oct 18 17:31:28.078 INFO E| Compiling time-macros v0.2.18 |
3039 | 2024-10-18T17:31:29.828Z | [ helios-setup] Oct 18 17:31:28.211 INFO E| Compiling deranged v0.3.11 |
3040 | 2024-10-18T17:31:29.935Z | [ helios-setup] Oct 18 17:31:28.318 INFO E| Compiling bitflags v2.3.3 |
3041 | 2024-10-18T17:31:30.076Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3042 | 2024-10-18T17:31:30.267Z | [ helios-setup] Oct 18 17:31:28.649 INFO E| Compiling num_threads v0.1.6 |
3043 | 2024-10-18T17:31:30.602Z | [ helios-setup] Oct 18 17:31:28.984 INFO E| Compiling once_cell v1.18.0 |
3044 | 2024-10-18T17:31:30.802Z | [ helios-setup] Oct 18 17:31:29.184 INFO E| Compiling quote v1.0.31 |
3045 | 2024-10-18T17:31:31.379Z | [ helios-setup] Oct 18 17:31:29.761 INFO E| Compiling thread_local v1.1.7 |
3046 | 2024-10-18T17:31:32.005Z | [ helios-setup] Oct 18 17:31:30.387 INFO E| Compiling syn v2.0.32 |
3047 | 2024-10-18T17:31:32.154Z | [ helios-setup] Oct 18 17:31:30.536 INFO E| Compiling serde_json v1.0.103 |
3048 | 2024-10-18T17:31:32.475Z | [ helios-setup] Oct 18 17:31:30.856 INFO E| Compiling dirs-sys-next v0.1.2 |
3049 | 2024-10-18T17:31:32.610Z | [ helios-setup] Oct 18 17:31:30.991 INFO E| Compiling errno v0.3.1 |
3050 | 2024-10-18T17:31:33.170Z | [ helios-setup] Oct 18 17:31:31.551 INFO E| Compiling dirs-next v2.0.0 |
3051 | 2024-10-18T17:31:33.458Z | [ helios-setup] Oct 18 17:31:31.840 INFO E| Compiling term v0.7.0 |
3052 | 2024-10-18T17:31:33.639Z | [ helios-setup] Oct 18 17:31:32.020 INFO E| Compiling atty v0.2.14 |
3053 | 2024-10-18T17:31:33.685Z | [ helios-setup] Oct 18 17:31:32.065 INFO E| Compiling opaque-debug v0.3.0 |
3054 | 2024-10-18T17:31:33.773Z | [ helios-setup] Oct 18 17:31:32.154 INFO E| Compiling anyhow v1.0.72 |
3055 | 2024-10-18T17:31:33.830Z | [ helios-setup] Oct 18 17:31:32.211 INFO E| Compiling fastrand v2.0.0 |
3056 | 2024-10-18T17:31:34.185Z | [ helios-setup] Oct 18 17:31:32.566 INFO E| Compiling getrandom v0.2.10 |
3057 | 2024-10-18T17:31:35.237Z | [ helios-setup] Oct 18 17:31:33.618 INFO E| Compiling ryu v1.0.15 |
3058 | 2024-10-18T17:31:35.438Z | [ helios-setup] Oct 18 17:31:33.817 INFO E| Compiling digest v0.9.0 |
3059 | 2024-10-18T17:31:35.446Z | [ helios-setup] Oct 18 17:31:33.827 INFO E| Compiling block-buffer v0.9.0 |
3060 | 2024-10-18T17:31:35.710Z | [ helios-setup] Oct 18 17:31:34.090 INFO E| Compiling time v0.3.36 |
3061 | 2024-10-18T17:31:35.745Z | [ helios-setup] Oct 18 17:31:34.125 INFO E| Compiling same-file v1.0.6 |
3062 | 2024-10-18T17:31:35.773Z | [ helios-setup] Oct 18 17:31:34.153 INFO E| Compiling unicode-width v0.1.10 |
3063 | 2024-10-18T17:31:36.039Z | [ helios-setup] Oct 18 17:31:34.419 INFO E| Compiling cpufeatures v0.2.9 |
3064 | 2024-10-18T17:31:36.136Z | [ helios-setup] Oct 18 17:31:34.516 INFO E| Compiling sha-1 v0.9.8 |
3065 | 2024-10-18T17:31:36.199Z | [ helios-setup] Oct 18 17:31:34.579 INFO E| Compiling getopts v0.2.21 |
3066 | 2024-10-18T17:31:36.236Z | [ helios-setup] Oct 18 17:31:34.615 INFO E| Compiling walkdir v2.3.3 |
3067 | 2024-10-18T17:31:36.236Z | [ helios-setup] Oct 18 17:31:34.615 INFO E| Compiling md-5 v0.9.1 |
3068 | 2024-10-18T17:31:36.676Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3069 | 2024-10-18T17:31:37.128Z | [ helios-setup] Oct 18 17:31:35.507 INFO E| Compiling tempfile v3.7.0 |
3070 | 2024-10-18T17:31:37.445Z | [ helios-setup] Oct 18 17:31:35.824 INFO E| Compiling glob v0.3.1 |
3071 | 2024-10-18T17:31:37.549Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3072 | 2024-10-18T17:31:38.052Z | [ helios-setup] Oct 18 17:31:36.432 INFO E| Compiling libdevinfo-sys v1.0.0 |
3073 | 2024-10-18T17:31:38.720Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3074 | 2024-10-18T17:31:39.395Z | [ helios-setup] Oct 18 17:31:37.774 INFO E| Compiling slog-term v2.9.0 |
3075 | 2024-10-18T17:31:41.809Z | [ helios-setup] Oct 18 17:31:40.186 INFO E| Compiling serde_derive v1.0.193 |
3076 | 2024-10-18T17:31:42.661Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3077 | 2024-10-18T17:31:42.897Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3078 | 2024-10-18T17:31:43.152Z | [ host-package] Compiling twox-hash v1.6.3 |
3079 | 2024-10-18T17:31:44.446Z | [ host-package] Compiling yasna v0.5.2 |
3080 | 2024-10-18T17:31:44.815Z | [ host-package] Compiling is_ci v1.2.0 |
3081 | 2024-10-18T17:31:45.176Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3082 | 2024-10-18T17:31:45.827Z | [ host-package] Compiling smawk v0.3.2 |
3083 | 2024-10-18T17:31:46.154Z | [ host-package] Compiling textwrap v0.16.1 |
3084 | 2024-10-18T17:31:47.189Z | [ host-package] Compiling rcgen v0.12.1 |
3085 | 2024-10-18T17:31:48.250Z | [ host-package] Compiling supports-color v3.0.1 |
3086 | 2024-10-18T17:31:50.430Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3087 | 2024-10-18T17:31:55.950Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3088 | 2024-10-18T17:31:56.742Z | [ helios-setup] Oct 18 17:31:55.114 INFO E| Compiling toml v0.5.11 |
3089 | 2024-10-18T17:31:56.745Z | [ helios-setup] Oct 18 17:31:55.114 INFO E| Compiling uuid v0.8.2 |
3090 | 2024-10-18T17:31:57.847Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3091 | 2024-10-18T17:31:58.901Z | [ helios-setup] Oct 18 17:31:57.272 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
3092 | 2024-10-18T17:32:01.649Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3093 | 2024-10-18T17:32:02.484Z | [ helios-setup] Oct 18 17:32:00.854 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
3094 | 2024-10-18T17:32:07.261Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3095 | 2024-10-18T17:32:10.734Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3096 | 2024-10-18T17:32:12.986Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3097 | 2024-10-18T17:32:14.219Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3098 | 2024-10-18T17:32:15.685Z | [ helios-setup] Oct 18 17:32:14.050 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
3099 | 2024-10-18T17:32:15.717Z | [ helios-setup] Oct 18 17:32:14.082 INFO building project "image-builder" ok (64 seconds) |
3100 | 2024-10-18T17:32:15.717Z | [ helios-setup] Oct 18 17:32:14.082 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
3101 | 2024-10-18T17:32:15.717Z | [ helios-setup] Oct 18 17:32:14.082 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
3102 | 2024-10-18T17:32:16.009Z | [ helios-setup] Oct 18 17:32:14.374 INFO E| Downloading crates ... |
3103 | 2024-10-18T17:32:16.137Z | [ helios-setup] Oct 18 17:32:14.502 INFO E| Downloaded miniz_oxide v0.7.2 |
3104 | 2024-10-18T17:32:16.256Z | [ helios-setup] Oct 18 17:32:14.620 INFO E| Compiling adler v1.0.2 |
3105 | 2024-10-18T17:32:16.386Z | [ helios-setup] Oct 18 17:32:14.749 INFO E| Compiling miniz_oxide v0.7.2 |
3106 | 2024-10-18T17:32:19.167Z | [ helios-setup] Oct 18 17:32:17.531 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
3107 | 2024-10-18T17:32:20.535Z | [ helios-setup] Oct 18 17:32:18.898 INFO E| Finished `release` profile [optimized] target(s) in 4.72s |
3108 | 2024-10-18T17:32:20.545Z | [ helios-setup] Oct 18 17:32:18.908 INFO building project "pinprick" ok (4 seconds) |
3109 | 2024-10-18T17:32:20.545Z | [ helios-setup] Oct 18 17:32:18.908 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
3110 | 2024-10-18T17:32:20.547Z | [ helios-setup] Oct 18 17:32:18.908 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
3111 | 2024-10-18T17:32:20.555Z | [ helios-setup] Oct 18 17:32:18.918 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
3112 | 2024-10-18T17:32:20.790Z | [ helios-setup] Oct 18 17:32:19.152 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
3113 | 2024-10-18T17:32:20.790Z | [ helios-setup] Oct 18 17:32:19.152 INFO E| info: downloading component 'cargo' |
3114 | 2024-10-18T17:32:22.199Z | [ helios-setup] Oct 18 17:32:20.561 INFO E| info: downloading component 'clippy' |
3115 | 2024-10-18T17:32:22.512Z | [ helios-setup] Oct 18 17:32:20.874 INFO E| info: downloading component 'rust-docs' |
3116 | 2024-10-18T17:32:22.988Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3117 | 2024-10-18T17:32:23.812Z | [ helios-setup] Oct 18 17:32:22.174 INFO E| info: downloading component 'rust-src' |
3118 | 2024-10-18T17:32:24.041Z | [ helios-setup] Oct 18 17:32:22.402 INFO E| info: downloading component 'rust-std' |
3119 | 2024-10-18T17:32:25.388Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3120 | 2024-10-18T17:32:25.730Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3121 | 2024-10-18T17:32:26.366Z | [ helios-setup] Oct 18 17:32:24.727 INFO E| info: downloading component 'rustc' |
3122 | 2024-10-18T17:32:29.867Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3123 | 2024-10-18T17:32:31.827Z | [ helios-setup] Oct 18 17:32:30.186 INFO E| info: downloading component 'rustfmt' |
3124 | 2024-10-18T17:32:32.451Z | [ helios-setup] Oct 18 17:32:30.809 INFO E| info: installing component 'cargo' |
3125 | 2024-10-18T17:32:32.672Z | [ host-package] Compiling fatfs v0.3.6 |
3126 | 2024-10-18T17:32:33.841Z | [ helios-setup] Oct 18 17:32:32.197 INFO E| info: installing component 'clippy' |
3127 | 2024-10-18T17:32:33.948Z | [ host-package] Compiling subprocess v0.2.9 |
3128 | 2024-10-18T17:32:34.277Z | [ helios-setup] Oct 18 17:32:32.635 INFO E| info: installing component 'rust-docs' |
3129 | 2024-10-18T17:32:35.792Z | [ host-package] Compiling rtoolbox v0.0.2 |
3130 | 2024-10-18T17:32:36.344Z | [ host-package] Compiling assert_matches v1.5.0 |
3131 | 2024-10-18T17:32:39.500Z | [ host-package] Compiling rpassword v7.3.1 |
3132 | 2024-10-18T17:32:39.720Z | [ helios-setup] Oct 18 17:32:38.076 INFO E| info: installing component 'rust-src' |
3133 | 2024-10-18T17:32:40.199Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3134 | 2024-10-18T17:32:40.483Z | [ helios-setup] Oct 18 17:32:38.839 INFO E| info: installing component 'rust-std' |
3135 | 2024-10-18T17:32:40.591Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3136 | 2024-10-18T17:32:41.280Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3137 | 2024-10-18T17:32:43.216Z | [ helios-setup] Oct 18 17:32:41.571 INFO E| info: installing component 'rustc' |
3138 | 2024-10-18T17:32:49.143Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3139 | 2024-10-18T17:32:49.519Z | [ helios-setup] Oct 18 17:32:47.871 INFO E| info: installing component 'rustfmt' |
3140 | 2024-10-18T17:32:50.519Z | [ helios-setup] Oct 18 17:32:48.870 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
3141 | 2024-10-18T17:32:51.531Z | [ helios-setup] Oct 18 17:32:49.882 INFO E| From https://github.com/oxidecomputer/amd-apcb |
3142 | 2024-10-18T17:32:51.531Z | [ helios-setup] Oct 18 17:32:49.882 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927 |
3143 | 2024-10-18T17:32:51.534Z | [ helios-setup] Oct 18 17:32:49.882 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3144 | 2024-10-18T17:32:51.561Z | [ helios-setup] Oct 18 17:32:49.913 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
3145 | 2024-10-18T17:32:51.561Z | [ helios-setup] Oct 18 17:32:49.913 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
3146 | 2024-10-18T17:32:51.564Z | [ helios-setup] Oct 18 17:32:49.913 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
3147 | 2024-10-18T17:32:51.564Z | [ helios-setup] Oct 18 17:32:49.913 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3148 | 2024-10-18T17:32:51.564Z | [ helios-setup] Oct 18 17:32:49.913 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3149 | 2024-10-18T17:32:51.564Z | [ helios-setup] Oct 18 17:32:49.913 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3150 | 2024-10-18T17:32:51.564Z | [ helios-setup] Oct 18 17:32:49.914 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
3151 | 2024-10-18T17:32:51.564Z | [ helios-setup] Oct 18 17:32:49.914 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
3152 | 2024-10-18T17:32:51.564Z | [ helios-setup] Oct 18 17:32:49.914 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3153 | 2024-10-18T17:32:51.605Z | [ helios-setup] Oct 18 17:32:49.956 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
3154 | 2024-10-18T17:32:52.479Z | [ helios-setup] Oct 18 17:32:50.830 INFO E| From https://github.com/oxidecomputer/amd-efs |
3155 | 2024-10-18T17:32:52.479Z | [ helios-setup] Oct 18 17:32:50.830 INFO E| * [new branch] empty -> origin/empty |
3156 | 2024-10-18T17:32:52.482Z | [ helios-setup] Oct 18 17:32:50.830 INFO E| * [new branch] issue-99 -> origin/issue-99 |
3157 | 2024-10-18T17:32:52.482Z | [ helios-setup] Oct 18 17:32:50.830 INFO E| * [new branch] main -> origin/main |
3158 | 2024-10-18T17:32:52.482Z | [ helios-setup] Oct 18 17:32:50.830 INFO E| * [new branch] review -> origin/review |
3159 | 2024-10-18T17:32:52.482Z | [ helios-setup] Oct 18 17:32:50.830 INFO E| * [new ref] -> origin/HEAD |
3160 | 2024-10-18T17:32:52.482Z | [ helios-setup] Oct 18 17:32:50.831 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3161 | 2024-10-18T17:32:52.482Z | [ helios-setup] Oct 18 17:32:50.831 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
3162 | 2024-10-18T17:32:52.482Z | [ helios-setup] Oct 18 17:32:50.831 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
3163 | 2024-10-18T17:32:52.482Z | [ helios-setup] Oct 18 17:32:50.831 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
3164 | 2024-10-18T17:32:52.482Z | [ helios-setup] Oct 18 17:32:50.831 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
3165 | 2024-10-18T17:32:52.482Z | [ helios-setup] Oct 18 17:32:50.831 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
3166 | 2024-10-18T17:32:52.482Z | [ helios-setup] Oct 18 17:32:50.831 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
3167 | 2024-10-18T17:32:52.482Z | [ helios-setup] Oct 18 17:32:50.832 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
3168 | 2024-10-18T17:32:52.482Z | [ helios-setup] Oct 18 17:32:50.832 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3169 | 2024-10-18T17:32:52.482Z | [ helios-setup] Oct 18 17:32:50.832 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3170 | 2024-10-18T17:32:52.482Z | [ helios-setup] Oct 18 17:32:50.832 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3171 | 2024-10-18T17:32:52.482Z | [ helios-setup] Oct 18 17:32:50.832 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3172 | 2024-10-18T17:32:52.505Z | [ helios-setup] Oct 18 17:32:50.856 INFO E| Updating crates.io index |
3173 | 2024-10-18T17:32:52.795Z | [ helios-setup] Oct 18 17:32:51.146 INFO E| Downloading crates ... |
3174 | 2024-10-18T17:32:52.980Z | [ helios-setup] Oct 18 17:32:51.331 INFO E| Downloaded vec_map v0.8.2 |
3175 | 2024-10-18T17:32:52.983Z | [ helios-setup] Oct 18 17:32:51.334 INFO E| Downloaded memoffset v0.5.6 |
3176 | 2024-10-18T17:32:52.986Z | [ helios-setup] Oct 18 17:32:51.336 INFO E| Downloaded unic-ucd-version v0.9.0 |
3177 | 2024-10-18T17:32:52.988Z | [ helios-setup] Oct 18 17:32:51.337 INFO E| Downloaded unic-char-property v0.9.0 |
3178 | 2024-10-18T17:32:52.990Z | [ helios-setup] Oct 18 17:32:51.340 INFO E| Downloaded scroll_derive v0.10.5 |
3179 | 2024-10-18T17:32:52.990Z | [ helios-setup] Oct 18 17:32:51.341 INFO E| Downloaded unic-common v0.9.0 |
3180 | 2024-10-18T17:32:52.993Z | [ helios-setup] Oct 18 17:32:51.342 INFO E| Downloaded bytesize v1.3.0 |
3181 | 2024-10-18T17:32:52.996Z | [ helios-setup] Oct 18 17:32:51.345 INFO E| Downloaded parse_int v0.6.0 |
3182 | 2024-10-18T17:32:52.996Z | [ helios-setup] Oct 18 17:32:51.346 INFO E| Downloaded semver-parser v0.7.0 |
3183 | 2024-10-18T17:32:52.998Z | [ helios-setup] Oct 18 17:32:51.347 INFO E| Downloaded pest_meta v2.7.13 |
3184 | 2024-10-18T17:32:53.001Z | [ helios-setup] Oct 18 17:32:51.351 INFO E| Downloaded unic-char-range v0.9.0 |
3185 | 2024-10-18T17:32:53.005Z | [ helios-setup] Oct 18 17:32:51.353 INFO E| Downloaded strum_macros v0.23.1 |
3186 | 2024-10-18T17:32:53.007Z | [ helios-setup] Oct 18 17:32:51.356 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
3187 | 2024-10-18T17:32:53.007Z | [ helios-setup] Oct 18 17:32:51.358 INFO E| Downloaded four-cc v0.3.0 |
3188 | 2024-10-18T17:32:53.010Z | [ helios-setup] Oct 18 17:32:51.360 INFO E| Downloaded structopt-derive v0.4.18 |
3189 | 2024-10-18T17:32:53.013Z | [ helios-setup] Oct 18 17:32:51.362 INFO E| Downloaded rustc_version v0.2.3 |
3190 | 2024-10-18T17:32:53.013Z | [ helios-setup] Oct 18 17:32:51.363 INFO E| Downloaded strum v0.23.0 |
3191 | 2024-10-18T17:32:53.015Z | [ helios-setup] Oct 18 17:32:51.365 INFO E| Downloaded fletcher v0.1.0 |
3192 | 2024-10-18T17:32:53.018Z | [ helios-setup] Oct 18 17:32:51.366 INFO E| Downloaded pre v0.2.1 |
3193 | 2024-10-18T17:32:53.018Z | [ helios-setup] Oct 18 17:32:51.368 INFO E| Downloaded cfg-if v0.1.10 |
3194 | 2024-10-18T17:32:53.020Z | [ helios-setup] Oct 18 17:32:51.370 INFO E| Downloaded unic-ucd-ident v0.9.0 |
3195 | 2024-10-18T17:32:53.023Z | [ helios-setup] Oct 18 17:32:51.372 INFO E| Downloaded textwrap v0.11.0 |
3196 | 2024-10-18T17:32:53.025Z | [ helios-setup] Oct 18 17:32:51.375 INFO E| Downloaded semver v0.9.0 |
3197 | 2024-10-18T17:32:53.028Z | [ helios-setup] Oct 18 17:32:51.378 INFO E| Downloaded scroll v0.10.2 |
3198 | 2024-10-18T17:32:53.030Z | [ helios-setup] Oct 18 17:32:51.381 INFO E| Downloaded pest_generator v2.7.13 |
3199 | 2024-10-18T17:32:53.033Z | [ helios-setup] Oct 18 17:32:51.383 INFO E| Downloaded modular-bitfield v0.11.2 |
3200 | 2024-10-18T17:32:53.049Z | [ helios-setup] Oct 18 17:32:51.400 INFO E| Downloaded structopt v0.3.26 |
3201 | 2024-10-18T17:32:53.061Z | [ helios-setup] Oct 18 17:32:51.412 INFO E| Downloaded goblin v0.4.3 |
3202 | 2024-10-18T17:32:53.073Z | [ helios-setup] Oct 18 17:32:51.424 INFO E| Downloaded clap v2.34.0 |
3203 | 2024-10-18T17:32:53.083Z | [ helios-setup] Oct 18 17:32:51.434 INFO E| Downloaded pest v2.7.13 |
3204 | 2024-10-18T17:32:53.092Z | [ helios-setup] Oct 18 17:32:51.442 INFO E| Downloaded pest_derive v2.7.13 |
3205 | 2024-10-18T17:32:53.095Z | [ helios-setup] Oct 18 17:32:51.446 INFO E| Downloaded once_cell v1.20.1 |
3206 | 2024-10-18T17:32:53.099Z | [ helios-setup] Oct 18 17:32:51.450 INFO E| Downloaded strsim v0.8.0 |
3207 | 2024-10-18T17:32:53.103Z | [ helios-setup] Oct 18 17:32:51.452 INFO E| Downloaded proc-macro-crate v0.1.5 |
3208 | 2024-10-18T17:32:53.103Z | [ helios-setup] Oct 18 17:32:51.453 INFO E| Downloaded pre-proc-macro v0.2.1 |
3209 | 2024-10-18T17:32:53.106Z | [ helios-setup] Oct 18 17:32:51.456 INFO E| Downloaded ansi_term v0.12.1 |
3210 | 2024-10-18T17:32:53.192Z | [ helios-setup] Oct 18 17:32:51.543 INFO E| Compiling proc-macro2 v1.0.86 |
3211 | 2024-10-18T17:32:53.195Z | [ helios-setup] Oct 18 17:32:51.546 INFO E| Compiling unicode-ident v1.0.13 |
3212 | 2024-10-18T17:32:53.197Z | [ helios-setup] Oct 18 17:32:51.546 INFO E| Compiling syn v1.0.109 |
3213 | 2024-10-18T17:32:53.197Z | [ helios-setup] Oct 18 17:32:51.546 INFO E| Compiling version_check v0.9.5 |
3214 | 2024-10-18T17:32:53.197Z | [ helios-setup] Oct 18 17:32:51.546 INFO E| Compiling memchr v2.7.4 |
3215 | 2024-10-18T17:32:53.197Z | [ helios-setup] Oct 18 17:32:51.546 INFO E| Compiling autocfg v1.4.0 |
3216 | 2024-10-18T17:32:53.197Z | [ helios-setup] Oct 18 17:32:51.546 INFO E| Compiling semver-parser v0.7.0 |
3217 | 2024-10-18T17:32:53.197Z | [ helios-setup] Oct 18 17:32:51.546 INFO E| Compiling thiserror v1.0.64 |
3218 | 2024-10-18T17:32:53.772Z | [ helios-setup] Oct 18 17:32:52.122 INFO E| Compiling semver v0.9.0 |
3219 | 2024-10-18T17:32:54.383Z | [ helios-setup] Oct 18 17:32:52.734 INFO E| Compiling serde v1.0.210 |
3220 | 2024-10-18T17:32:54.706Z | [ helios-setup] Oct 18 17:32:53.057 INFO E| Compiling proc-macro-error-attr v1.0.4 |
3221 | 2024-10-18T17:32:54.786Z | [ helios-setup] Oct 18 17:32:53.136 INFO E| Compiling proc-macro-error v1.0.4 |
3222 | 2024-10-18T17:32:54.999Z | [ helios-setup] Oct 18 17:32:53.348 INFO E| Compiling rustc_version v0.2.3 |
3223 | 2024-10-18T17:32:55.083Z | [ helios-setup] Oct 18 17:32:53.433 INFO E| Compiling serde_json v1.0.128 |
3224 | 2024-10-18T17:32:55.490Z | [ helios-setup] Oct 18 17:32:53.839 INFO E| Compiling num-traits v0.2.19 |
3225 | 2024-10-18T17:32:55.714Z | [ helios-setup] Oct 18 17:32:54.064 INFO E| Compiling itoa v1.0.11 |
3226 | 2024-10-18T17:32:55.725Z | [ helios-setup] Oct 18 17:32:54.071 INFO E| Compiling unicode-segmentation v1.12.0 |
3227 | 2024-10-18T17:32:55.856Z | [ helios-setup] Oct 18 17:32:54.206 INFO E| Compiling schemars v0.8.21 |
3228 | 2024-10-18T17:32:55.885Z | [ helios-setup] Oct 18 17:32:54.234 INFO E| Compiling ryu v1.0.18 |
3229 | 2024-10-18T17:32:56.179Z | [ helios-setup] Oct 18 17:32:54.528 INFO E| Compiling pre-proc-macro v0.2.1 |
3230 | 2024-10-18T17:32:56.254Z | [ helios-setup] Oct 18 17:32:54.604 INFO E| Compiling quote v1.0.37 |
3231 | 2024-10-18T17:32:56.980Z | [ helios-setup] Oct 18 17:32:55.329 INFO E| Compiling memoffset v0.5.6 |
3232 | 2024-10-18T17:32:57.023Z | [ helios-setup] Oct 18 17:32:55.372 INFO E| Compiling dyn-clone v1.0.17 |
3233 | 2024-10-18T17:32:57.250Z | [ helios-setup] Oct 18 17:32:55.599 INFO E| Compiling syn v2.0.79 |
3234 | 2024-10-18T17:32:57.365Z | [ helios-setup] Oct 18 17:32:55.713 INFO E| Compiling libc v0.2.159 |
3235 | 2024-10-18T17:32:57.371Z | [ helios-setup] Oct 18 17:32:55.720 INFO E| Compiling paste v1.0.15 |
3236 | 2024-10-18T17:32:57.672Z | [ helios-setup] Oct 18 17:32:56.021 INFO E| Compiling heck v0.3.3 |
3237 | 2024-10-18T17:32:57.938Z | [ helios-setup] Oct 18 17:32:56.286 INFO E| Compiling ucd-trie v0.1.7 |
3238 | 2024-10-18T17:32:58.305Z | [ helios-setup] Oct 18 17:32:56.653 INFO E| Compiling rustversion v1.0.17 |
3239 | 2024-10-18T17:32:58.550Z | [ helios-setup] Oct 18 17:32:56.899 INFO E| Compiling lazy_static v1.5.0 |
3240 | 2024-10-18T17:32:58.717Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3241 | 2024-10-18T17:32:59.227Z | [ helios-setup] Oct 18 17:32:57.575 INFO E| Compiling pre v0.2.1 |
3242 | 2024-10-18T17:32:59.293Z | [ helios-setup] Oct 18 17:32:57.641 INFO E| Compiling once_cell v1.20.1 |
3243 | 2024-10-18T17:32:59.370Z | [ helios-setup] Oct 18 17:32:57.718 INFO E| Compiling byteorder v1.5.0 |
3244 | 2024-10-18T17:32:59.943Z | [ helios-setup] Oct 18 17:32:58.291 INFO E| Compiling static_assertions v1.1.0 |
3245 | 2024-10-18T17:33:00.036Z | [ helios-setup] Oct 18 17:32:58.384 INFO E| Compiling cfg-if v0.1.10 |
3246 | 2024-10-18T17:33:00.252Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3247 | 2024-10-18T17:33:00.275Z | [ helios-setup] Oct 18 17:32:58.622 INFO E| Compiling unicode-width v0.1.14 |
3248 | 2024-10-18T17:33:01.428Z | [ helios-setup] Oct 18 17:32:59.775 INFO E| Compiling textwrap v0.11.0 |
3249 | 2024-10-18T17:33:01.646Z | [ helios-setup] Oct 18 17:32:59.994 INFO E| Compiling atty v0.2.14 |
3250 | 2024-10-18T17:33:02.129Z | [ helios-setup] Oct 18 17:33:00.476 INFO E| Compiling strsim v0.8.0 |
3251 | 2024-10-18T17:33:02.458Z | [ helios-setup] Oct 18 17:33:00.805 INFO E| Compiling strum v0.23.0 |
3252 | 2024-10-18T17:33:02.594Z | [ helios-setup] Oct 18 17:33:00.941 INFO E| Compiling ansi_term v0.12.1 |
3253 | 2024-10-18T17:33:02.817Z | [ helios-setup] Oct 18 17:33:01.163 INFO E| Compiling unic-char-range v0.9.0 |
3254 | 2024-10-18T17:33:03.223Z | [ helios-setup] Oct 18 17:33:01.570 INFO E| Compiling parse_int v0.6.0 |
3255 | 2024-10-18T17:33:03.268Z | [ helios-setup] Oct 18 17:33:01.614 INFO E| Compiling unic-common v0.9.0 |
3256 | 2024-10-18T17:33:03.560Z | [ helios-setup] Oct 18 17:33:01.906 INFO E| Compiling vec_map v0.8.2 |
3257 | 2024-10-18T17:33:03.560Z | [ helios-setup] Oct 18 17:33:01.906 INFO E| Compiling fletcher v0.1.0 |
3258 | 2024-10-18T17:33:03.598Z | [ helios-setup] Oct 18 17:33:01.945 INFO E| Compiling bitflags v1.3.2 |
3259 | 2024-10-18T17:33:03.613Z | [ helios-setup] Oct 18 17:33:01.959 INFO E| Compiling unic-ucd-version v0.9.0 |
3260 | 2024-10-18T17:33:03.692Z | [ helios-setup] Oct 18 17:33:02.038 INFO E| Compiling unic-char-property v0.9.0 |
3261 | 2024-10-18T17:33:03.742Z | [ helios-setup] Oct 18 17:33:02.089 INFO E| Compiling log v0.4.22 |
3262 | 2024-10-18T17:33:03.914Z | [ helios-setup] Oct 18 17:33:02.258 INFO E| Compiling plain v0.2.3 |
3263 | 2024-10-18T17:33:03.941Z | [ helios-setup] Oct 18 17:33:02.287 INFO E| Compiling unic-ucd-ident v0.9.0 |
3264 | 2024-10-18T17:33:04.025Z | [ helios-setup] Oct 18 17:33:02.372 INFO E| Compiling clap v2.34.0 |
3265 | 2024-10-18T17:33:04.047Z | [ helios-setup] Oct 18 17:33:02.393 INFO E| Compiling bytesize v1.3.0 |
3266 | 2024-10-18T17:33:05.766Z | [ helios-setup] Oct 18 17:33:04.112 INFO E| Compiling serde_derive_internals v0.29.1 |
3267 | 2024-10-18T17:33:06.359Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3268 | 2024-10-18T17:33:08.307Z | [ helios-setup] Oct 18 17:33:06.652 INFO E| Compiling toml v0.5.11 |
3269 | 2024-10-18T17:33:10.747Z | [ helios-setup] Oct 18 17:33:09.091 INFO E| Compiling thiserror-impl v1.0.64 |
3270 | 2024-10-18T17:33:10.747Z | [ helios-setup] Oct 18 17:33:09.091 INFO E| Compiling serde_derive v1.0.210 |
3271 | 2024-10-18T17:33:10.747Z | [ helios-setup] Oct 18 17:33:09.091 INFO E| Compiling schemars_derive v0.8.21 |
3272 | 2024-10-18T17:33:11.969Z | [ helios-setup] Oct 18 17:33:10.313 INFO E| Compiling proc-macro-crate v0.1.5 |
3273 | 2024-10-18T17:33:13.285Z | [ helios-setup] Oct 18 17:33:11.628 INFO E| Compiling zerocopy-derive v0.6.6 |
3274 | 2024-10-18T17:33:13.509Z | [ helios-setup] Oct 18 17:33:11.852 INFO E| Compiling num-derive v0.4.2 |
3275 | 2024-10-18T17:33:16.774Z | [ helios-setup] Oct 18 17:33:15.116 INFO E| Compiling pest v2.7.13 |
3276 | 2024-10-18T17:33:17.274Z | [ helios-setup] Oct 18 17:33:15.616 INFO E| Compiling zerocopy v0.6.6 |
3277 | 2024-10-18T17:33:17.840Z | [ helios-setup] Oct 18 17:33:16.181 INFO E| Compiling modular-bitfield-impl v0.11.2 |
3278 | 2024-10-18T17:33:18.311Z | [ helios-setup] Oct 18 17:33:16.652 INFO E| Compiling strum_macros v0.23.1 |
3279 | 2024-10-18T17:33:18.829Z | [ helios-setup] Oct 18 17:33:17.169 INFO E| Compiling scroll_derive v0.10.5 |
3280 | 2024-10-18T17:33:19.244Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3281 | 2024-10-18T17:33:20.283Z | [ host-package] Compiling uzers v0.12.1 |
3282 | 2024-10-18T17:33:21.871Z | [ helios-setup] Oct 18 17:33:20.210 INFO E| Compiling pest_meta v2.7.13 |
3283 | 2024-10-18T17:33:22.740Z | [ helios-setup] Oct 18 17:33:21.080 INFO E| Compiling modular-bitfield v0.11.2 |
3284 | 2024-10-18T17:33:22.927Z | [ helios-setup] Oct 18 17:33:21.140 INFO E| Compiling scroll v0.10.2 |
3285 | 2024-10-18T17:33:24.070Z | [ helios-setup] Oct 18 17:33:22.408 INFO E| Compiling structopt-derive v0.4.18 |
3286 | 2024-10-18T17:33:24.184Z | [ helios-setup] Oct 18 17:33:22.522 INFO E| Compiling goblin v0.4.3 |
3287 | 2024-10-18T17:33:24.407Z | [ helios-setup] Oct 18 17:33:22.745 INFO E| Compiling pest_generator v2.7.13 |
3288 | 2024-10-18T17:33:26.506Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3289 | 2024-10-18T17:33:29.056Z | [ helios-setup] Oct 18 17:33:27.393 INFO E| Compiling structopt v0.3.26 |
3290 | 2024-10-18T17:33:29.467Z | [ helios-setup] Oct 18 17:33:27.803 INFO E| Compiling pest_derive v2.7.13 |
3291 | 2024-10-18T17:33:29.945Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3292 | 2024-10-18T17:33:32.401Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3293 | 2024-10-18T17:33:34.786Z | [ helios-setup] Oct 18 17:33:33.121 INFO E| Compiling json5 v0.4.1 |
3294 | 2024-10-18T17:33:40.206Z | [ helios-setup] Oct 18 17:33:38.539 INFO E| Compiling four-cc v0.3.0 |
3295 | 2024-10-18T17:33:40.206Z | [ helios-setup] Oct 18 17:33:38.539 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d) |
3296 | 2024-10-18T17:33:40.461Z | [ helios-setup] Oct 18 17:33:38.793 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56) |
3297 | 2024-10-18T17:34:07.556Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3298 | 2024-10-18T17:34:08.871Z | [ host-package] Compiling multimap v0.10.0 |
3299 | 2024-10-18T17:34:21.902Z | [ helios-setup] Oct 18 17:34:20.218 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
3300 | 2024-10-18T17:34:39.157Z | [ helios-setup] Oct 18 17:34:37.467 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3301 | 2024-10-18T17:35:35.310Z | [ helios-setup] Oct 18 17:35:33.599 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 44s |
3302 | 2024-10-18T17:35:35.347Z | [ helios-setup] Oct 18 17:35:33.636 INFO building project "amd-host-image-builder" ok (194 seconds) |
3303 | 2024-10-18T17:35:35.352Z | [ helios-setup] rm -f helios-build |
3304 | 2024-10-18T17:35:35.354Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3305 | 2024-10-18T17:35:35.357Z | [ helios-setup] |
3306 | 2024-10-18T17:35:35.357Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3307 | 2024-10-18T17:35:35.359Z | [ helios-setup] |
3308 | 2024-10-18T17:35:35.372Z | [ helios-setup] |
3309 | 2024-10-18T17:35:35.372Z | Oct 18 17:35:33.649 INFO [helios-setup] process exited with exit status: 0 (745.19873779s) |
3310 | 2024-10-18T17:35:35.372Z | [ helios-setup] real 12:25.191724257 |
3311 | 2024-10-18T17:35:35.372Z | [ helios-setup] user 28:28.494280896 |
3312 | 2024-10-18T17:35:35.372Z | [ helios-setup] sys 3:31.659158157 |
3313 | 2024-10-18T17:35:35.372Z | [ helios-setup] trap 1.580937980 |
3314 | 2024-10-18T17:35:35.372Z | [ helios-setup] tflt 6.590479441 |
3315 | 2024-10-18T17:35:35.372Z | [ helios-setup] dflt 42.608161655 |
3316 | 2024-10-18T17:35:35.372Z | [ helios-setup] kflt 0.021645070 |
3317 | 2024-10-18T17:35:35.372Z | [ helios-setup] lock 2:09:39.127143301 |
3318 | 2024-10-18T17:35:35.372Z | [ helios-setup] slp 3:44:52.815043884 |
3319 | 2024-10-18T17:35:35.373Z | [ helios-setup] lat 32:40.366342012 |
3320 | 2024-10-18T17:35:35.373Z | [ helios-setup] stop 4:24.523832506 |
3321 | 2024-10-18T17:35:35.373Z | Oct 18 17:35:33.651 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3322 | 2024-10-18T17:35:35.387Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos' |
3323 | 2024-10-18T17:35:35.678Z | [ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18) |
3324 | 2024-10-18T17:35:35.678Z | [ phbl-toolchain] info: downloading component 'cargo' |
3325 | 2024-10-18T17:35:37.028Z | [ phbl-toolchain] info: downloading component 'clippy' |
3326 | 2024-10-18T17:35:37.432Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3327 | 2024-10-18T17:35:41.789Z | [ phbl-toolchain] info: downloading component 'miri' |
3328 | 2024-10-18T17:35:42.395Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3329 | 2024-10-18T17:35:43.837Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3330 | 2024-10-18T17:35:44.338Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3331 | 2024-10-18T17:35:46.378Z | [ phbl-toolchain] info: downloading component 'rustc' |
3332 | 2024-10-18T17:35:54.448Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3333 | 2024-10-18T17:35:55.447Z | [ phbl-toolchain] info: installing component 'cargo' |
3334 | 2024-10-18T17:35:56.774Z | [ phbl-toolchain] info: installing component 'clippy' |
3335 | 2024-10-18T17:35:57.361Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3336 | 2024-10-18T17:36:03.632Z | [ phbl-toolchain] info: installing component 'miri' |
3337 | 2024-10-18T17:36:04.053Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3338 | 2024-10-18T17:36:12.254Z | [ phbl-toolchain] info: installing component 'rust-src' |
3339 | 2024-10-18T17:36:12.868Z | [ phbl-toolchain] info: installing component 'rust-std' |
3340 | 2024-10-18T17:36:15.302Z | [ phbl-toolchain] info: installing component 'rustc' |
3341 | 2024-10-18T17:36:24.892Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3342 | 2024-10-18T17:36:25.747Z | [ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15) |
3343 | 2024-10-18T17:36:25.750Z | Oct 18 17:36:24.017 INFO [phbl-toolchain] process exited with exit status: 0 (50.366250899s) |
3344 | 2024-10-18T17:36:33.845Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3345 | 2024-10-18T17:36:42.842Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3346 | 2024-10-18T17:43:09.258Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 14s |
3347 | 2024-10-18T17:44:12.167Z | Oct 18 17:44:10.258 INFO [host-package] process exited with exit status: 0 (1217.800361643s) |
3348 | 2024-10-18T17:44:12.176Z | Oct 18 17:44:10.258 INFO [host-stamp] running task |
3349 | 2024-10-18T17:44:12.176Z | Oct 18 17:44:10.259 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3350 | 2024-10-18T17:44:12.176Z | Oct 18 17:44:10.268 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+gitd69155eb692 |
3351 | 2024-10-18T17:44:12.185Z | Oct 18 17:44:10.275 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+gitd69155eb692 |
3352 | 2024-10-18T17:44:12.193Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3353 | 2024-10-18T17:44:12.193Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3354 | 2024-10-18T17:44:12.194Z | Oct 18 17:44:10.285 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+gitd69155eb692 |
3355 | 2024-10-18T17:44:12.202Z | Oct 18 17:44:10.295 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+gitd69155eb692 |
3356 | 2024-10-18T17:44:12.209Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3357 | 2024-10-18T17:44:12.217Z | Oct 18 17:44:10.304 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+gitd69155eb692 |
3358 | 2024-10-18T17:44:12.225Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3359 | 2024-10-18T17:44:12.225Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3360 | 2024-10-18T17:44:12.225Z | Oct 18 17:44:10.317 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+gitd69155eb692 |
3361 | 2024-10-18T17:44:12.239Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3362 | 2024-10-18T17:44:12.243Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3363 | 2024-10-18T17:44:12.243Z | Oct 18 17:44:10.332 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+gitd69155eb692 |
3364 | 2024-10-18T17:44:12.253Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3365 | 2024-10-18T17:44:12.257Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3366 | 2024-10-18T17:44:12.257Z | Oct 18 17:44:10.347 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+gitd69155eb692 |
3367 | 2024-10-18T17:44:12.270Z | Oct 18 17:44:10.362 INFO [stamp-overlay] process exited with exit status: 0 (44.919151ms) |
3368 | 2024-10-18T17:44:12.270Z | Oct 18 17:44:10.362 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (58.226115ms) |
3369 | 2024-10-18T17:44:12.274Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3370 | 2024-10-18T17:44:12.285Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3371 | 2024-10-18T17:44:12.296Z | Oct 18 17:44:10.374 INFO [stamp-oxlog] process exited with exit status: 0 (41.636314ms) |
3372 | 2024-10-18T17:44:12.296Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3373 | 2024-10-18T17:44:12.311Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3374 | 2024-10-18T17:44:12.404Z | Oct 18 17:44:10.407 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (112.417844ms) |
3375 | 2024-10-18T17:44:12.417Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3376 | 2024-10-18T17:44:12.423Z | Oct 18 17:44:10.512 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (226.449126ms) |
3377 | 2024-10-18T17:44:15.702Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3378 | 2024-10-18T17:44:15.728Z | Oct 18 17:44:10.724 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (376.603871ms) |
3379 | 2024-10-18T17:44:15.728Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3380 | 2024-10-18T17:44:15.728Z | Oct 18 17:44:11.487 INFO [stamp-propolis-server] process exited with exit status: 0 (1.211699127s) |
3381 | 2024-10-18T17:44:15.728Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3382 | 2024-10-18T17:44:15.747Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3383 | 2024-10-18T17:44:22.582Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3384 | 2024-10-18T17:44:22.585Z | Oct 18 17:44:20.673 INFO [stamp-switch-asic] process exited with exit status: 0 (10.40566589s) |
3385 | 2024-10-18T17:44:22.588Z | Oct 18 17:44:20.674 INFO [host-stamp] task succeeded (10.41543065s) |
3386 | 2024-10-18T17:44:22.588Z | Oct 18 17:44:20.674 INFO [host-proto] running task |
3387 | 2024-10-18T17:44:22.981Z | Oct 18 17:44:21.069 INFO [host-proto] task succeeded (395.444539ms) |
3388 | 2024-10-18T17:44:22.982Z | Oct 18 17:44:21.069 INFO [host-profile] running task |
3389 | 2024-10-18T17:44:22.985Z | Oct 18 17:44:21.069 INFO [host-profile] task succeeded (280.839µs) |
3390 | 2024-10-18T17:44:22.985Z | Oct 18 17:44:21.070 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/.tmpSzk1LQ/proto/host/root -N 'ci d69155e/${os_short_commit} 2024-10-18 17:23' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3391 | 2024-10-18T17:44:22.998Z | [ host-image] Oct 18 17:44:21.086 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3392 | 2024-10-18T17:44:22.998Z | [ host-image] Oct 18 17:44:21.086 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3393 | 2024-10-18T17:44:23.011Z | [ host-image] Oct 18 17:44:21.099 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpSzk1LQ/proto/host/root" |
3394 | 2024-10-18T17:44:23.011Z | [ host-image] Oct 18 17:44:21.099 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3395 | 2024-10-18T17:44:23.014Z | [ host-image] Oct 18 17:44:21.099 INFO image builder template: ramdisk-01-os... |
3396 | 2024-10-18T17:44:23.014Z | [ host-image] Oct 18 17:44:21.099 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpSzk1LQ/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 |
3397 | 2024-10-18T17:44:23.031Z | [ host-image] Oct 18 17:44:21.119 INFO O| Oct 18 17:44:21.119 INFO CREATE DATASET: rpool/images/build/host/output |
3398 | 2024-10-18T17:44:23.151Z | [ host-image] Oct 18 17:44:21.239 INFO O| Oct 18 17:44:21.239 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3399 | 2024-10-18T17:44:23.155Z | [ host-image] Oct 18 17:44:21.243 INFO O| Oct 18 17:44:21.243 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3400 | 2024-10-18T17:44:23.324Z | [ host-image] Oct 18 17:44:21.412 INFO O| Oct 18 17:44:21.412 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3401 | 2024-10-18T17:44:23.378Z | [ host-image] Oct 18 17:44:21.465 INFO O| Oct 18 17:44:21.465 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3402 | 2024-10-18T17:44:23.378Z | [ host-image] Oct 18 17:44:21.465 INFO O| Oct 18 17:44:21.465 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3403 | 2024-10-18T17:44:23.380Z | [ host-image] Oct 18 17:44:21.465 INFO O| Oct 18 17:44:21.465 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3404 | 2024-10-18T17:44:23.380Z | [ host-image] Oct 18 17:44:21.465 INFO O| Oct 18 17:44:21.465 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3405 | 2024-10-18T17:44:23.385Z | [ host-image] Oct 18 17:44:21.473 INFO O| Oct 18 17:44:21.473 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3406 | 2024-10-18T17:44:23.607Z | [ host-image] Oct 18 17:44:21.694 INFO O| Oct 18 17:44:21.694 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3407 | 2024-10-18T17:44:23.617Z | [ host-image] Oct 18 17:44:21.705 INFO O| Oct 18 17:44:21.704 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3408 | 2024-10-18T17:44:23.997Z | [ host-image] Oct 18 17:44:22.084 INFO O| Oct 18 17:44:22.084 INFO O| Caching catalogs ... Done |
3409 | 2024-10-18T17:44:24.084Z | [ host-image] Oct 18 17:44:22.171 INFO O| Oct 18 17:44:22.171 INFO STEP 0 (pkg_image_create) COMPLETE |
3410 | 2024-10-18T17:44:24.084Z | [ host-image] Oct 18 17:44:22.171 INFO O| Oct 18 17:44:22.171 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3411 | 2024-10-18T17:44:24.087Z | [ host-image] Oct 18 17:44:22.171 INFO O| Oct 18 17:44:22.171 INFO skip step because feature "repo_redist" is not enabled |
3412 | 2024-10-18T17:44:24.087Z | [ host-image] Oct 18 17:44:22.171 INFO O| Oct 18 17:44:22.171 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3413 | 2024-10-18T17:44:24.098Z | [ host-image] Oct 18 17:44:22.186 INFO O| Oct 18 17:44:22.186 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"] |
3414 | 2024-10-18T17:44:24.599Z | [ host-image] Oct 18 17:44:22.686 INFO O| Oct 18 17:44:22.686 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3415 | 2024-10-18T17:44:24.600Z | [ host-image] Oct 18 17:44:22.686 INFO O| Oct 18 17:44:22.686 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3416 | 2024-10-18T17:44:24.616Z | [ host-image] Oct 18 17:44:22.703 INFO O| Oct 18 17:44:22.703 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"] |
3417 | 2024-10-18T17:44:25.186Z | [ host-image] Oct 18 17:44:23.273 INFO O| Oct 18 17:44:23.273 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3418 | 2024-10-18T17:44:25.187Z | [ host-image] Oct 18 17:44:23.273 INFO O| Oct 18 17:44:23.273 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3419 | 2024-10-18T17:44:25.189Z | [ host-image] Oct 18 17:44:23.273 INFO O| Oct 18 17:44:23.273 INFO skip step because feature "repo_redist" is not enabled |
3420 | 2024-10-18T17:44:25.190Z | [ host-image] Oct 18 17:44:23.273 INFO O| Oct 18 17:44:23.273 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3421 | 2024-10-18T17:44:25.739Z | [ host-image] Oct 18 17:44:23.826 INFO O| Oct 18 17:44:23.825 INFO variant opensolaris.zone is already global |
3422 | 2024-10-18T17:44:25.739Z | [ host-image] Oct 18 17:44:23.826 INFO O| Oct 18 17:44:23.826 INFO STEP 5 (pkg_change_variant) COMPLETE |
3423 | 2024-10-18T17:44:25.743Z | [ host-image] Oct 18 17:44:23.826 INFO O| Oct 18 17:44:23.826 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3424 | 2024-10-18T17:44:26.203Z | [ host-image] Oct 18 17:44:24.290 INFO O| Oct 18 17:44:24.290 INFO variant opensolaris.imagetype is full; changing to partial |
3425 | 2024-10-18T17:44:26.204Z | [ host-image] Oct 18 17:44:24.290 INFO O| Oct 18 17:44:24.290 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3426 | 2024-10-18T17:44:32.463Z | [ host-image] Oct 18 17:44:30.547 INFO O| Oct 18 17:44:30.547 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3427 | 2024-10-18T17:44:34.606Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.18s |
3428 | 2024-10-18T17:44:35.519Z | [ host-image] Oct 18 17:44:33.599 INFO O| Oct 18 17:44:33.599 INFO O| Startup: Caching catalogs ... Done |
3429 | 2024-10-18T17:44:35.584Z | [ host-image] Oct 18 17:44:33.667 INFO O| Oct 18 17:44:33.667 INFO O| Planning: Planning completed in 0.00 seconds |
3430 | 2024-10-18T17:44:35.588Z | [ host-image] Oct 18 17:44:33.668 INFO O| Oct 18 17:44:33.668 INFO O| Planning: Consolidating action changes ... Done |
3431 | 2024-10-18T17:44:35.588Z | [ host-image] Oct 18 17:44:33.668 INFO O| Oct 18 17:44:33.668 INFO O| Planning: Evaluating mediators ... Done |
3432 | 2024-10-18T17:44:35.588Z | [ host-image] Oct 18 17:44:33.668 INFO O| Oct 18 17:44:33.668 INFO O| Planning: Planning completed in 0.00 seconds |
3433 | 2024-10-18T17:44:35.588Z | [ host-image] Oct 18 17:44:33.668 INFO O| Oct 18 17:44:33.668 INFO O| Variants/Facets to change: 1 |
3434 | 2024-10-18T17:44:35.601Z | [ host-image] Oct 18 17:44:33.683 INFO O| Oct 18 17:44:33.683 INFO O| Done |
3435 | 2024-10-18T17:44:35.601Z | [ host-image] Oct 18 17:44:33.683 INFO O| Oct 18 17:44:33.683 INFO O| Done |
3436 | 2024-10-18T17:44:36.054Z | [ host-image] Oct 18 17:44:34.136 INFO O| Oct 18 17:44:34.136 INFO O| Done |
3437 | 2024-10-18T17:44:36.090Z | [ host-image] Oct 18 17:44:34.172 INFO O| Oct 18 17:44:34.172 INFO O| Done |
3438 | 2024-10-18T17:44:36.093Z | [ host-image] Oct 18 17:44:34.173 INFO O| Oct 18 17:44:34.173 INFO O| Done |
3439 | 2024-10-18T17:44:36.093Z | [ host-image] Oct 18 17:44:34.173 INFO O| Oct 18 17:44:34.173 INFO O| Done |
3440 | 2024-10-18T17:44:36.093Z | [ host-image] Oct 18 17:44:34.174 INFO O| Oct 18 17:44:34.174 INFO O| Done |
3441 | 2024-10-18T17:44:36.432Z | [ host-image] Oct 18 17:44:34.512 INFO O| Oct 18 17:44:34.512 INFO STEP 6 (pkg_change_variant) COMPLETE |
3442 | 2024-10-18T17:44:36.432Z | [ host-image] Oct 18 17:44:34.512 INFO O| Oct 18 17:44:34.512 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3443 | 2024-10-18T17:44:36.432Z | [ host-image] Oct 18 17:44:34.512 INFO O| Oct 18 17:44:34.512 INFO skip step because feature "debug_variant" is not enabled |
3444 | 2024-10-18T17:44:36.432Z | [ host-image] Oct 18 17:44:34.512 INFO O| Oct 18 17:44:34.512 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3445 | 2024-10-18T17:44:36.515Z | Oct 18 17:44:34.598 INFO [recovery-package] process exited with exit status: 0 (24.339428264s) |
3446 | 2024-10-18T17:44:36.516Z | Oct 18 17:44:34.598 INFO [recovery-stamp] running task |
3447 | 2024-10-18T17:44:36.526Z | Oct 18 17:44:34.598 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3448 | 2024-10-18T17:44:36.526Z | Oct 18 17:44:34.598 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitd69155eb692 |
3449 | 2024-10-18T17:44:36.531Z | Oct 18 17:44:34.614 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+gitd69155eb692 |
3450 | 2024-10-18T17:44:36.543Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3451 | 2024-10-18T17:44:36.552Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3452 | 2024-10-18T17:44:36.618Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3453 | 2024-10-18T17:44:36.622Z | Oct 18 17:44:34.705 INFO [stamp-installinator] process exited with exit status: 0 (106.250927ms) |
3454 | 2024-10-18T17:44:36.650Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3455 | 2024-10-18T17:44:36.654Z | Oct 18 17:44:34.736 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (122.111061ms) |
3456 | 2024-10-18T17:44:36.654Z | Oct 18 17:44:34.736 INFO [recovery-stamp] task succeeded (137.701171ms) |
3457 | 2024-10-18T17:44:36.654Z | Oct 18 17:44:34.736 INFO [recovery-proto] running task |
3458 | 2024-10-18T17:44:36.654Z | Oct 18 17:44:34.736 INFO [tuf-stamp] running task |
3459 | 2024-10-18T17:44:36.654Z | Oct 18 17:44:34.736 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+gitd69155eb692 |
3460 | 2024-10-18T17:44:36.666Z | Oct 18 17:44:34.748 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+gitd69155eb692 |
3461 | 2024-10-18T17:44:36.678Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3462 | 2024-10-18T17:44:36.681Z | Oct 18 17:44:34.759 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+gitd69155eb692 |
3463 | 2024-10-18T17:44:36.690Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3464 | 2024-10-18T17:44:36.693Z | Oct 18 17:44:34.773 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+gitd69155eb692 |
3465 | 2024-10-18T17:44:36.704Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3466 | 2024-10-18T17:44:36.707Z | Oct 18 17:44:34.787 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+gitd69155eb692 |
3467 | 2024-10-18T17:44:36.714Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3468 | 2024-10-18T17:44:36.729Z | Oct 18 17:44:34.811 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+gitd69155eb692 |
3469 | 2024-10-18T17:44:36.774Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3470 | 2024-10-18T17:44:36.777Z | Oct 18 17:44:34.857 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+gitd69155eb692 |
3471 | 2024-10-18T17:44:36.815Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3472 | 2024-10-18T17:44:36.815Z | Oct 18 17:44:34.897 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+gitd69155eb692 |
3473 | 2024-10-18T17:44:36.842Z | [ host-image] Oct 18 17:44:34.905 INFO O| Oct 18 17:44:34.905 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3474 | 2024-10-18T17:44:36.852Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3475 | 2024-10-18T17:44:36.852Z | Oct 18 17:44:34.925 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+gitd69155eb692 |
3476 | 2024-10-18T17:44:36.864Z | Oct 18 17:44:34.946 INFO [recovery-proto] task succeeded (210.033023ms) |
3477 | 2024-10-18T17:44:36.868Z | Oct 18 17:44:34.946 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/.tmpSzk1LQ/proto/recovery/root -N 'recovery d69155e/${os_short_commit} 2024-10-18 17:23' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3478 | 2024-10-18T17:44:36.910Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3479 | 2024-10-18T17:44:36.913Z | [ recovery-image] Oct 18 17:44:34.992 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3480 | 2024-10-18T17:44:36.913Z | [ recovery-image] Oct 18 17:44:34.992 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3481 | 2024-10-18T17:44:36.913Z | Oct 18 17:44:34.992 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+gitd69155eb692 |
3482 | 2024-10-18T17:44:36.996Z | [ recovery-image] Oct 18 17:44:35.013 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpSzk1LQ/proto/recovery/root" |
3483 | 2024-10-18T17:44:36.999Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3484 | 2024-10-18T17:44:36.999Z | [ recovery-image] Oct 18 17:44:35.013 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3485 | 2024-10-18T17:44:36.999Z | [ recovery-image] Oct 18 17:44:35.013 INFO image builder template: ramdisk-01-os... |
3486 | 2024-10-18T17:44:36.999Z | [ recovery-image] Oct 18 17:44:35.013 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/.tmpSzk1LQ/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 |
3487 | 2024-10-18T17:44:36.999Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3488 | 2024-10-18T17:44:37.011Z | Oct 18 17:44:35.093 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+gitd69155eb692 |
3489 | 2024-10-18T17:44:37.171Z | [ recovery-image] Oct 18 17:44:35.151 INFO O| Oct 18 17:44:35.078 INFO CREATE DATASET: rpool/images/build/recovery/output |
3490 | 2024-10-18T17:44:37.175Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3491 | 2024-10-18T17:44:37.175Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3492 | 2024-10-18T17:44:37.175Z | Oct 18 17:44:35.253 INFO [stamp-probe] process exited with exit status: 0 (441.800263ms) |
3493 | 2024-10-18T17:44:37.175Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3494 | 2024-10-18T17:44:37.243Z | Oct 18 17:44:35.325 INFO [stamp-ntp] process exited with exit status: 0 (551.812694ms) |
3495 | 2024-10-18T17:44:37.426Z | [ recovery-image] Oct 18 17:44:35.508 INFO O| Oct 18 17:44:35.507 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3496 | 2024-10-18T17:44:37.437Z | [ recovery-image] Oct 18 17:44:35.518 INFO O| Oct 18 17:44:35.518 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3497 | 2024-10-18T17:44:37.794Z | [ recovery-image] Oct 18 17:44:35.876 INFO O| Oct 18 17:44:35.876 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3498 | 2024-10-18T17:44:37.926Z | [ recovery-image] Oct 18 17:44:36.007 INFO O| Oct 18 17:44:36.007 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3499 | 2024-10-18T17:44:37.926Z | [ recovery-image] Oct 18 17:44:36.007 INFO O| Oct 18 17:44:36.007 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3500 | 2024-10-18T17:44:37.929Z | [ recovery-image] Oct 18 17:44:36.008 INFO O| Oct 18 17:44:36.008 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3501 | 2024-10-18T17:44:37.929Z | [ recovery-image] Oct 18 17:44:36.008 INFO O| Oct 18 17:44:36.008 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3502 | 2024-10-18T17:44:37.936Z | [ recovery-image] Oct 18 17:44:36.018 INFO O| Oct 18 17:44:36.018 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3503 | 2024-10-18T17:44:37.946Z | [ host-image] Oct 18 17:44:36.028 INFO O| Oct 18 17:44:36.027 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3504 | 2024-10-18T17:44:37.949Z | [ host-image] Oct 18 17:44:36.029 INFO O| Oct 18 17:44:36.029 INFO O| Planning: Planning completed in 0.00 seconds |
3505 | 2024-10-18T17:44:37.949Z | [ host-image] Oct 18 17:44:36.030 INFO O| Oct 18 17:44:36.030 INFO O| Planning: Consolidating action changes ... Done |
3506 | 2024-10-18T17:44:37.949Z | [ host-image] Oct 18 17:44:36.030 INFO O| Oct 18 17:44:36.030 INFO O| Planning: Evaluating mediators ... Done |
3507 | 2024-10-18T17:44:37.949Z | [ host-image] Oct 18 17:44:36.031 INFO O| Oct 18 17:44:36.031 INFO O| Planning: Planning completed in 0.00 seconds |
3508 | 2024-10-18T17:44:37.953Z | [ host-image] Oct 18 17:44:36.031 INFO O| Oct 18 17:44:36.031 INFO O| Variants/Facets to change: 1 |
3509 | 2024-10-18T17:44:38.233Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3510 | 2024-10-18T17:44:38.270Z | Oct 18 17:44:36.352 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.455056111s) |
3511 | 2024-10-18T17:44:38.294Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3512 | 2024-10-18T17:44:38.303Z | [ host-image] Oct 18 17:44:36.385 INFO O| Oct 18 17:44:36.385 INFO O| Done |
3513 | 2024-10-18T17:44:38.303Z | [ host-image] Oct 18 17:44:36.385 INFO O| Oct 18 17:44:36.385 INFO O| Done |
3514 | 2024-10-18T17:44:38.308Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3515 | 2024-10-18T17:44:38.310Z | [ recovery-image] Oct 18 17:44:36.388 INFO O| Oct 18 17:44:36.388 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3516 | 2024-10-18T17:44:38.313Z | Oct 18 17:44:36.394 INFO [stamp-external-dns] process exited with exit status: 0 (1.53727253s) |
3517 | 2024-10-18T17:44:38.324Z | Oct 18 17:44:36.405 INFO [stamp-internal-dns] process exited with exit status: 0 (1.657422047s) |
3518 | 2024-10-18T17:44:38.327Z | [ recovery-image] Oct 18 17:44:36.408 INFO O| Oct 18 17:44:36.408 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3519 | 2024-10-18T17:44:38.530Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
3520 | 2024-10-18T17:44:38.557Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3521 | 2024-10-18T17:44:38.560Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3522 | 2024-10-18T17:44:38.567Z | Oct 18 17:44:36.649 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.63790988s) |
3523 | 2024-10-18T17:44:38.845Z | [ recovery-image] Oct 18 17:44:36.925 INFO O| Oct 18 17:44:36.925 INFO O| Caching catalogs ... Done |
3524 | 2024-10-18T17:44:38.854Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3525 | 2024-10-18T17:44:38.859Z | Oct 18 17:44:36.940 INFO [stamp-oximeter] process exited with exit status: 0 (2.180962821s) |
3526 | 2024-10-18T17:44:38.881Z | [ host-image] Oct 18 17:44:36.962 INFO O| Oct 18 17:44:36.962 INFO O| Done |
3527 | 2024-10-18T17:44:38.941Z | [ host-image] Oct 18 17:44:37.022 INFO O| Oct 18 17:44:37.022 INFO O| Done |
3528 | 2024-10-18T17:44:38.944Z | [ host-image] Oct 18 17:44:37.023 INFO O| Oct 18 17:44:37.023 INFO O| Done |
3529 | 2024-10-18T17:44:38.944Z | [ host-image] Oct 18 17:44:37.024 INFO O| Oct 18 17:44:37.023 INFO O| Done |
3530 | 2024-10-18T17:44:38.944Z | [ host-image] Oct 18 17:44:37.025 INFO O| Oct 18 17:44:37.025 INFO O| Done |
3531 | 2024-10-18T17:44:38.959Z | [ recovery-image] Oct 18 17:44:37.040 INFO O| Oct 18 17:44:37.040 INFO STEP 0 (pkg_image_create) COMPLETE |
3532 | 2024-10-18T17:44:38.959Z | [ recovery-image] Oct 18 17:44:37.040 INFO O| Oct 18 17:44:37.040 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3533 | 2024-10-18T17:44:38.959Z | [ recovery-image] Oct 18 17:44:37.040 INFO O| Oct 18 17:44:37.040 INFO skip step because feature "repo_redist" is not enabled |
3534 | 2024-10-18T17:44:38.962Z | [ recovery-image] Oct 18 17:44:37.040 INFO O| Oct 18 17:44:37.040 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3535 | 2024-10-18T17:44:38.975Z | [ recovery-image] Oct 18 17:44:37.057 INFO O| Oct 18 17:44:37.057 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"] |
3536 | 2024-10-18T17:44:39.020Z | [ host-image] Oct 18 17:44:37.101 INFO O| Oct 18 17:44:37.101 INFO STEP 8 (pkg_change_facet) COMPLETE |
3537 | 2024-10-18T17:44:39.020Z | [ host-image] Oct 18 17:44:37.101 INFO O| Oct 18 17:44:37.101 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3538 | 2024-10-18T17:44:39.020Z | [ host-image] Oct 18 17:44:37.101 INFO O| Oct 18 17:44:37.101 INFO skip step because feature "recovery" is not enabled |
3539 | 2024-10-18T17:44:39.023Z | [ host-image] Oct 18 17:44:37.101 INFO O| Oct 18 17:44:37.101 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3540 | 2024-10-18T17:44:39.023Z | [ host-image] Oct 18 17:44:37.101 INFO O| Oct 18 17:44:37.101 INFO skip step because feature "recovery" is not enabled |
3541 | 2024-10-18T17:44:39.023Z | [ host-image] Oct 18 17:44:37.101 INFO O| Oct 18 17:44:37.101 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3542 | 2024-10-18T17:44:39.035Z | [ host-image] Oct 18 17:44:37.117 INFO O| Oct 18 17:44:37.117 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"] |
3543 | 2024-10-18T17:44:39.439Z | [ recovery-image] Oct 18 17:44:37.520 INFO O| Oct 18 17:44:37.519 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3544 | 2024-10-18T17:44:39.439Z | [ recovery-image] Oct 18 17:44:37.520 INFO O| Oct 18 17:44:37.520 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3545 | 2024-10-18T17:44:39.453Z | [ recovery-image] Oct 18 17:44:37.534 INFO O| Oct 18 17:44:37.534 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"] |
3546 | 2024-10-18T17:44:39.594Z | [ host-image] Oct 18 17:44:37.675 INFO O| Oct 18 17:44:37.675 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3547 | 2024-10-18T17:44:39.934Z | [ recovery-image] Oct 18 17:44:38.013 INFO O| Oct 18 17:44:38.013 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3548 | 2024-10-18T17:44:39.934Z | [ recovery-image] Oct 18 17:44:38.013 INFO O| Oct 18 17:44:38.013 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3549 | 2024-10-18T17:44:39.937Z | [ recovery-image] Oct 18 17:44:38.013 INFO O| Oct 18 17:44:38.013 INFO skip step because feature "repo_redist" is not enabled |
3550 | 2024-10-18T17:44:39.937Z | [ recovery-image] Oct 18 17:44:38.013 INFO O| Oct 18 17:44:38.013 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3551 | 2024-10-18T17:44:40.424Z | [ recovery-image] Oct 18 17:44:38.505 INFO O| Oct 18 17:44:38.505 INFO variant opensolaris.zone is already global |
3552 | 2024-10-18T17:44:40.424Z | [ recovery-image] Oct 18 17:44:38.505 INFO O| Oct 18 17:44:38.505 INFO STEP 5 (pkg_change_variant) COMPLETE |
3553 | 2024-10-18T17:44:40.428Z | [ recovery-image] Oct 18 17:44:38.505 INFO O| Oct 18 17:44:38.505 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3554 | 2024-10-18T17:44:40.548Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3555 | 2024-10-18T17:44:40.554Z | Oct 18 17:44:38.632 INFO [stamp-nexus] process exited with exit status: 0 (3.895853147s) |
3556 | 2024-10-18T17:44:40.848Z | [ recovery-image] Oct 18 17:44:38.929 INFO O| Oct 18 17:44:38.929 INFO variant opensolaris.imagetype is full; changing to partial |
3557 | 2024-10-18T17:44:40.848Z | [ recovery-image] Oct 18 17:44:38.929 INFO O| Oct 18 17:44:38.929 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3558 | 2024-10-18T17:44:42.163Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3559 | 2024-10-18T17:44:42.366Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3560 | 2024-10-18T17:44:42.377Z | [verify-libraries] Compiling polyval v0.6.2 |
3561 | 2024-10-18T17:44:42.380Z | [verify-libraries] Compiling ctr v0.9.2 |
3562 | 2024-10-18T17:44:42.389Z | Oct 18 17:44:40.470 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.37398828s) |
3563 | 2024-10-18T17:44:42.446Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3564 | 2024-10-18T17:44:42.449Z | [verify-libraries] Compiling blowfish v0.9.1 |
3565 | 2024-10-18T17:44:42.453Z | [verify-libraries] Compiling password-hash v0.4.2 |
3566 | 2024-10-18T17:44:42.453Z | [verify-libraries] Compiling matches v0.1.10 |
3567 | 2024-10-18T17:44:42.564Z | [verify-libraries] Compiling p521 v0.13.3 |
3568 | 2024-10-18T17:44:42.767Z | [verify-libraries] Compiling ghash v0.5.1 |
3569 | 2024-10-18T17:44:42.942Z | [verify-libraries] Compiling idna v0.2.3 |
3570 | 2024-10-18T17:44:43.196Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3571 | 2024-10-18T17:44:43.253Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3572 | 2024-10-18T17:44:43.396Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3573 | 2024-10-18T17:44:43.627Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3574 | 2024-10-18T17:44:44.008Z | [verify-libraries] Compiling p256 v0.13.2 |
3575 | 2024-10-18T17:44:44.289Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3576 | 2024-10-18T17:44:44.365Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3577 | 2024-10-18T17:44:45.118Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3578 | 2024-10-18T17:44:45.589Z | [verify-libraries] Compiling md5 v0.7.0 |
3579 | 2024-10-18T17:44:45.853Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3580 | 2024-10-18T17:44:46.569Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3581 | 2024-10-18T17:44:47.046Z | [verify-libraries] Compiling des v0.8.1 |
3582 | 2024-10-18T17:44:47.417Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3583 | 2024-10-18T17:44:47.712Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3584 | 2024-10-18T17:44:48.074Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3585 | 2024-10-18T17:44:48.077Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3586 | 2024-10-18T17:44:48.096Z | Oct 18 17:44:46.174 INFO [stamp-clickhouse] process exited with exit status: 0 (11.248970939s) |
3587 | 2024-10-18T17:44:48.270Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3588 | 2024-10-18T17:44:48.288Z | Oct 18 17:44:46.366 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (11.579089083s) |
3589 | 2024-10-18T17:44:48.288Z | Oct 18 17:44:46.366 INFO [tuf-stamp] task succeeded (11.630147301s) |
3590 | 2024-10-18T17:44:49.042Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3591 | 2024-10-18T17:44:49.141Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3592 | 2024-10-18T17:44:49.195Z | [ recovery-image] Oct 18 17:44:47.273 INFO O| Oct 18 17:44:47.273 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3593 | 2024-10-18T17:44:49.797Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3594 | 2024-10-18T17:44:50.049Z | [verify-libraries] Compiling heck v0.4.1 |
3595 | 2024-10-18T17:44:51.666Z | [verify-libraries] Compiling russh v0.45.0 |
3596 | 2024-10-18T17:44:56.051Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3597 | 2024-10-18T17:44:56.130Z | [ recovery-image] Oct 18 17:44:54.205 INFO O| Oct 18 17:44:54.204 INFO O| Startup: Caching catalogs ... Done |
3598 | 2024-10-18T17:44:56.231Z | [ recovery-image] Oct 18 17:44:54.305 INFO O| Oct 18 17:44:54.305 INFO O| Planning: Planning completed in 0.00 seconds |
3599 | 2024-10-18T17:44:56.233Z | [ recovery-image] Oct 18 17:44:54.306 INFO O| Oct 18 17:44:54.306 INFO O| Planning: Consolidating action changes ... Done |
3600 | 2024-10-18T17:44:56.233Z | [ recovery-image] Oct 18 17:44:54.306 INFO O| Oct 18 17:44:54.306 INFO O| Planning: Evaluating mediators ... Done |
3601 | 2024-10-18T17:44:56.233Z | [ recovery-image] Oct 18 17:44:54.307 INFO O| Oct 18 17:44:54.307 INFO O| Planning: Planning completed in 0.00 seconds |
3602 | 2024-10-18T17:44:56.233Z | [ recovery-image] Oct 18 17:44:54.307 INFO O| Oct 18 17:44:54.307 INFO O| Variants/Facets to change: 1 |
3603 | 2024-10-18T17:44:56.343Z | [ recovery-image] Oct 18 17:44:54.419 INFO O| Oct 18 17:44:54.418 INFO O| Done |
3604 | 2024-10-18T17:44:56.344Z | [ recovery-image] Oct 18 17:44:54.419 INFO O| Oct 18 17:44:54.419 INFO O| Done |
3605 | 2024-10-18T17:44:57.165Z | [ recovery-image] Oct 18 17:44:55.239 INFO O| Oct 18 17:44:55.239 INFO O| Done |
3606 | 2024-10-18T17:44:57.222Z | [ recovery-image] Oct 18 17:44:55.297 INFO O| Oct 18 17:44:55.297 INFO O| Done |
3607 | 2024-10-18T17:44:57.225Z | [ recovery-image] Oct 18 17:44:55.299 INFO O| Oct 18 17:44:55.298 INFO O| Done |
3608 | 2024-10-18T17:44:57.225Z | [ recovery-image] Oct 18 17:44:55.299 INFO O| Oct 18 17:44:55.299 INFO O| Done |
3609 | 2024-10-18T17:44:57.227Z | [ recovery-image] Oct 18 17:44:55.301 INFO O| Oct 18 17:44:55.301 INFO O| Done |
3610 | 2024-10-18T17:44:57.635Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3611 | 2024-10-18T17:44:57.936Z | [ recovery-image] Oct 18 17:44:56.010 INFO O| Oct 18 17:44:56.010 INFO STEP 6 (pkg_change_variant) COMPLETE |
3612 | 2024-10-18T17:44:57.936Z | [ recovery-image] Oct 18 17:44:56.010 INFO O| Oct 18 17:44:56.010 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3613 | 2024-10-18T17:44:57.939Z | [ recovery-image] Oct 18 17:44:56.010 INFO O| Oct 18 17:44:56.010 INFO skip step because feature "debug_variant" is not enabled |
3614 | 2024-10-18T17:44:57.939Z | [ recovery-image] Oct 18 17:44:56.010 INFO O| Oct 18 17:44:56.010 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3615 | 2024-10-18T17:44:58.587Z | [ recovery-image] Oct 18 17:44:56.661 INFO O| Oct 18 17:44:56.661 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3616 | 2024-10-18T17:44:59.541Z | [ recovery-image] Oct 18 17:44:57.615 INFO O| Oct 18 17:44:57.615 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3617 | 2024-10-18T17:44:59.544Z | [ recovery-image] Oct 18 17:44:57.617 INFO O| Oct 18 17:44:57.617 INFO O| Planning: Planning completed in 0.00 seconds |
3618 | 2024-10-18T17:44:59.546Z | [ recovery-image] Oct 18 17:44:57.618 INFO O| Oct 18 17:44:57.618 INFO O| Planning: Consolidating action changes ... Done |
3619 | 2024-10-18T17:44:59.546Z | [ recovery-image] Oct 18 17:44:57.618 INFO O| Oct 18 17:44:57.618 INFO O| Planning: Evaluating mediators ... Done |
3620 | 2024-10-18T17:44:59.546Z | [ recovery-image] Oct 18 17:44:57.619 INFO O| Oct 18 17:44:57.618 INFO O| Planning: Planning completed in 0.00 seconds |
3621 | 2024-10-18T17:44:59.546Z | [ recovery-image] Oct 18 17:44:57.619 INFO O| Oct 18 17:44:57.619 INFO O| Variants/Facets to change: 1 |
3622 | 2024-10-18T17:44:59.629Z | [ recovery-image] Oct 18 17:44:57.703 INFO O| Oct 18 17:44:57.703 INFO O| Done |
3623 | 2024-10-18T17:44:59.632Z | [ recovery-image] Oct 18 17:44:57.703 INFO O| Oct 18 17:44:57.703 INFO O| Done |
3624 | 2024-10-18T17:45:00.396Z | [ recovery-image] Oct 18 17:44:58.469 INFO O| Oct 18 17:44:58.469 INFO O| Done |
3625 | 2024-10-18T17:45:00.549Z | [ recovery-image] Oct 18 17:44:58.622 INFO O| Oct 18 17:44:58.622 INFO O| Done |
3626 | 2024-10-18T17:45:00.551Z | [ recovery-image] Oct 18 17:44:58.623 INFO O| Oct 18 17:44:58.623 INFO O| Done |
3627 | 2024-10-18T17:45:00.551Z | [ recovery-image] Oct 18 17:44:58.623 INFO O| Oct 18 17:44:58.623 INFO O| Done |
3628 | 2024-10-18T17:45:00.554Z | [ recovery-image] Oct 18 17:44:58.625 INFO O| Oct 18 17:44:58.625 INFO O| Done |
3629 | 2024-10-18T17:45:00.662Z | [ recovery-image] Oct 18 17:44:58.735 INFO O| Oct 18 17:44:58.735 INFO STEP 8 (pkg_change_facet) COMPLETE |
3630 | 2024-10-18T17:45:00.662Z | [ recovery-image] Oct 18 17:44:58.735 INFO O| Oct 18 17:44:58.735 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3631 | 2024-10-18T17:45:01.409Z | [ recovery-image] Oct 18 17:44:59.482 INFO O| Oct 18 17:44:59.482 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3632 | 2024-10-18T17:45:02.664Z | [ recovery-image] Oct 18 17:45:00.737 INFO O| Oct 18 17:45:00.736 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3633 | 2024-10-18T17:45:02.667Z | [ recovery-image] Oct 18 17:45:00.738 INFO O| Oct 18 17:45:00.738 INFO O| Planning: Planning completed in 0.00 seconds |
3634 | 2024-10-18T17:45:02.667Z | [ recovery-image] Oct 18 17:45:00.739 INFO O| Oct 18 17:45:00.739 INFO O| Planning: Consolidating action changes ... Done |
3635 | 2024-10-18T17:45:02.667Z | [ recovery-image] Oct 18 17:45:00.739 INFO O| Oct 18 17:45:00.739 INFO O| Planning: Evaluating mediators ... Done |
3636 | 2024-10-18T17:45:02.667Z | [ recovery-image] Oct 18 17:45:00.739 INFO O| Oct 18 17:45:00.739 INFO O| Planning: Planning completed in 0.00 seconds |
3637 | 2024-10-18T17:45:02.670Z | [ recovery-image] Oct 18 17:45:00.740 INFO O| Oct 18 17:45:00.740 INFO O| Variants/Facets to change: 1 |
3638 | 2024-10-18T17:45:02.754Z | [ recovery-image] Oct 18 17:45:00.826 INFO O| Oct 18 17:45:00.826 INFO O| Done |
3639 | 2024-10-18T17:45:02.754Z | [ recovery-image] Oct 18 17:45:00.826 INFO O| Oct 18 17:45:00.826 INFO O| Done |
3640 | 2024-10-18T17:45:03.389Z | [ recovery-image] Oct 18 17:45:01.461 INFO O| Oct 18 17:45:01.461 INFO O| Done |
3641 | 2024-10-18T17:45:03.468Z | [ recovery-image] Oct 18 17:45:01.540 INFO O| Oct 18 17:45:01.540 INFO O| Done |
3642 | 2024-10-18T17:45:03.470Z | [ recovery-image] Oct 18 17:45:01.541 INFO O| Oct 18 17:45:01.541 INFO O| Done |
3643 | 2024-10-18T17:45:03.470Z | [ recovery-image] Oct 18 17:45:01.541 INFO O| Oct 18 17:45:01.541 INFO O| Done |
3644 | 2024-10-18T17:45:03.473Z | [ recovery-image] Oct 18 17:45:01.543 INFO O| Oct 18 17:45:01.543 INFO O| Done |
3645 | 2024-10-18T17:45:03.576Z | [ recovery-image] Oct 18 17:45:01.648 INFO O| Oct 18 17:45:01.648 INFO STEP 9 (pkg_change_facet) COMPLETE |
3646 | 2024-10-18T17:45:03.576Z | [ recovery-image] Oct 18 17:45:01.648 INFO O| Oct 18 17:45:01.648 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3647 | 2024-10-18T17:45:04.310Z | [ recovery-image] Oct 18 17:45:02.382 INFO O| Oct 18 17:45:02.382 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3648 | 2024-10-18T17:45:05.381Z | [ recovery-image] Oct 18 17:45:03.452 INFO O| Oct 18 17:45:03.452 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3649 | 2024-10-18T17:45:05.384Z | [ recovery-image] Oct 18 17:45:03.455 INFO O| Oct 18 17:45:03.455 INFO O| Planning: Planning completed in 0.00 seconds |
3650 | 2024-10-18T17:45:05.386Z | [ recovery-image] Oct 18 17:45:03.456 INFO O| Oct 18 17:45:03.455 INFO O| Planning: Consolidating action changes ... Done |
3651 | 2024-10-18T17:45:05.386Z | [ recovery-image] Oct 18 17:45:03.456 INFO O| Oct 18 17:45:03.456 INFO O| Planning: Evaluating mediators ... Done |
3652 | 2024-10-18T17:45:05.386Z | [ recovery-image] Oct 18 17:45:03.456 INFO O| Oct 18 17:45:03.456 INFO O| Planning: Planning completed in 0.00 seconds |
3653 | 2024-10-18T17:45:05.386Z | [ recovery-image] Oct 18 17:45:03.456 INFO O| Oct 18 17:45:03.456 INFO O| Variants/Facets to change: 1 |
3654 | 2024-10-18T17:45:05.494Z | [ recovery-image] Oct 18 17:45:03.565 INFO O| Oct 18 17:45:03.565 INFO O| Done |
3655 | 2024-10-18T17:45:05.494Z | [ recovery-image] Oct 18 17:45:03.565 INFO O| Oct 18 17:45:03.565 INFO O| Done |
3656 | 2024-10-18T17:45:06.278Z | [ recovery-image] Oct 18 17:45:04.349 INFO O| Oct 18 17:45:04.349 INFO O| Done |
3657 | 2024-10-18T17:45:06.354Z | [ recovery-image] Oct 18 17:45:04.425 INFO O| Oct 18 17:45:04.425 INFO O| Done |
3658 | 2024-10-18T17:45:06.356Z | [ recovery-image] Oct 18 17:45:04.426 INFO O| Oct 18 17:45:04.426 INFO O| Done |
3659 | 2024-10-18T17:45:06.356Z | [ recovery-image] Oct 18 17:45:04.426 INFO O| Oct 18 17:45:04.426 INFO O| Done |
3660 | 2024-10-18T17:45:06.394Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3661 | 2024-10-18T17:45:06.421Z | [ recovery-image] Oct 18 17:45:04.490 INFO O| Oct 18 17:45:04.490 INFO O| Done |
3662 | 2024-10-18T17:45:06.526Z | [ recovery-image] Oct 18 17:45:04.597 INFO O| Oct 18 17:45:04.597 INFO STEP 10 (pkg_change_facet) COMPLETE |
3663 | 2024-10-18T17:45:06.526Z | [ recovery-image] Oct 18 17:45:04.597 INFO O| Oct 18 17:45:04.597 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3664 | 2024-10-18T17:45:06.546Z | [ recovery-image] Oct 18 17:45:04.617 INFO O| Oct 18 17:45:04.617 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"] |
3665 | 2024-10-18T17:45:07.136Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3666 | 2024-10-18T17:45:07.599Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3667 | 2024-10-18T17:45:07.613Z | [ recovery-image] Oct 18 17:45:05.684 INFO O| Oct 18 17:45:05.684 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3668 | 2024-10-18T17:45:07.707Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3669 | 2024-10-18T17:45:08.081Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3670 | 2024-10-18T17:45:08.351Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3671 | 2024-10-18T17:45:08.577Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3672 | 2024-10-18T17:45:09.434Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3673 | 2024-10-18T17:45:11.940Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3674 | 2024-10-18T17:45:13.269Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3675 | 2024-10-18T17:45:20.490Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3676 | 2024-10-18T17:45:21.998Z | [verify-libraries] Compiling termios v0.3.3 |
3677 | 2024-10-18T17:45:22.407Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3678 | 2024-10-18T17:45:26.374Z | [ host-image] Oct 18 17:45:24.437 INFO O| Oct 18 17:45:24.437 INFO O| Planning: Solver setup ... Done |
3679 | 2024-10-18T17:45:46.587Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3680 | 2024-10-18T17:45:55.183Z | [ recovery-image] Oct 18 17:45:53.236 INFO O| Oct 18 17:45:53.236 INFO O| Planning: Solver setup ... Done |
3681 | 2024-10-18T17:46:15.397Z | [ host-image] Oct 18 17:46:13.442 INFO O| Oct 18 17:46:13.442 INFO O| Planning: Running solver ... Done |
3682 | 2024-10-18T17:46:15.897Z | [ host-image] Oct 18 17:46:13.941 INFO O| Oct 18 17:46:13.941 INFO O| Planning: Finding local manifests ... Done |
3683 | 2024-10-18T17:46:15.914Z | [ host-image] Oct 18 17:46:13.958 INFO O| Oct 18 17:46:13.957 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3684 | 2024-10-18T17:46:20.421Z | [ host-image] Oct 18 17:46:18.464 INFO O| Oct 18 17:46:18.464 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3685 | 2024-10-18T17:46:21.761Z | [ host-image] Oct 18 17:46:19.667 INFO O| Oct 18 17:46:19.667 INFO O| Planning: Package planning ... Done |
3686 | 2024-10-18T17:46:23.555Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3687 | 2024-10-18T17:46:23.654Z | [ host-image] Oct 18 17:46:21.696 INFO O| Oct 18 17:46:21.696 INFO O| Planning: Merging actions ... Done |
3688 | 2024-10-18T17:46:24.029Z | [ host-image] Oct 18 17:46:22.070 INFO O| Oct 18 17:46:22.070 INFO O| Planning: Checking for conflicting actions ... Done |
3689 | 2024-10-18T17:46:24.420Z | [ host-image] Oct 18 17:46:22.461 INFO O| Oct 18 17:46:22.461 INFO O| Planning: Consolidating action changes ... Done |
3690 | 2024-10-18T17:46:25.155Z | [ host-image] Oct 18 17:46:23.196 INFO O| Oct 18 17:46:23.196 INFO O| Planning: Evaluating mediators ... Done |
3691 | 2024-10-18T17:46:31.640Z | [ host-image] Oct 18 17:46:29.678 INFO O| Oct 18 17:46:29.678 INFO O| Planning: Planning completed in 112.00 seconds |
3692 | 2024-10-18T17:46:31.648Z | [ host-image] Oct 18 17:46:29.686 INFO O| Oct 18 17:46:29.686 INFO O| Packages to install: 124 |
3693 | 2024-10-18T17:46:31.648Z | [ host-image] Oct 18 17:46:29.686 INFO O| Oct 18 17:46:29.686 INFO O| Mediators to change: 4 |
3694 | 2024-10-18T17:46:31.653Z | [ host-image] Oct 18 17:46:29.686 INFO O| Oct 18 17:46:29.686 INFO O| Services to change: 6 |
3695 | 2024-10-18T17:46:31.769Z | [ host-image] Oct 18 17:46:29.806 INFO O| Oct 18 17:46:29.806 INFO O| Download: 0/22734 items 0.0/196.6MB 0% complete |
3696 | 2024-10-18T17:46:36.774Z | [ host-image] Oct 18 17:46:34.809 INFO O| Oct 18 17:46:34.809 INFO O| Download: 1093/22734 items 5.6/196.6MB 2% complete (1.2M/s) |
3697 | 2024-10-18T17:46:41.775Z | [ host-image] Oct 18 17:46:39.809 INFO O| Oct 18 17:46:39.809 INFO O| Download: 1782/22734 items 12.0/196.6MB 6% complete (1.2M/s) |
3698 | 2024-10-18T17:46:47.311Z | [ recovery-image] Oct 18 17:46:41.707 INFO O| Oct 18 17:46:41.707 INFO O| Planning: Running solver ... Done |
3699 | 2024-10-18T17:46:47.371Z | [ recovery-image] Oct 18 17:46:42.154 INFO O| Oct 18 17:46:42.154 INFO O| Planning: Finding local manifests ... Done |
3700 | 2024-10-18T17:46:47.371Z | [ recovery-image] Oct 18 17:46:42.167 INFO O| Oct 18 17:46:42.167 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3701 | 2024-10-18T17:46:47.371Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3702 | 2024-10-18T17:46:47.371Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3703 | 2024-10-18T17:46:47.371Z | [ host-image] Oct 18 17:46:45.039 INFO O| Oct 18 17:46:45.039 INFO O| Download: 2221/22734 items 24.3/196.6MB 12% complete (1.9M/s) |
3704 | 2024-10-18T17:46:49.060Z | [ recovery-image] Oct 18 17:46:47.092 INFO O| Oct 18 17:46:47.092 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3705 | 2024-10-18T17:46:50.044Z | [ recovery-image] Oct 18 17:46:48.076 INFO O| Oct 18 17:46:48.076 INFO O| Planning: Package planning ... Done |
3706 | 2024-10-18T17:46:50.928Z | [ recovery-image] Oct 18 17:46:48.959 INFO O| Oct 18 17:46:48.959 INFO O| Planning: Merging actions ... Done |
3707 | 2024-10-18T17:46:51.091Z | [ recovery-image] Oct 18 17:46:49.122 INFO O| Oct 18 17:46:49.122 INFO O| Planning: Checking for conflicting actions ... Done |
3708 | 2024-10-18T17:46:51.419Z | [ recovery-image] Oct 18 17:46:49.450 INFO O| Oct 18 17:46:49.450 INFO O| Planning: Consolidating action changes ... Done |
3709 | 2024-10-18T17:46:51.767Z | [ recovery-image] Oct 18 17:46:49.798 INFO O| Oct 18 17:46:49.798 INFO O| Planning: Evaluating mediators ... Done |
3710 | 2024-10-18T17:46:52.013Z | [ host-image] Oct 18 17:46:50.043 INFO O| Oct 18 17:46:50.043 INFO O| Download: 3299/22734 items 34.1/196.6MB 17% complete (2.2M/s) |
3711 | 2024-10-18T17:46:57.082Z | [ host-image] Oct 18 17:46:55.111 INFO O| Oct 18 17:46:55.111 INFO O| Download: 4492/22734 items 41.8/196.6MB 21% complete (1.8M/s) |
3712 | 2024-10-18T17:46:57.571Z | [ recovery-image] Oct 18 17:46:55.600 INFO O| Oct 18 17:46:55.600 INFO O| Planning: Planning completed in 109.92 seconds |
3713 | 2024-10-18T17:46:57.578Z | [ recovery-image] Oct 18 17:46:55.607 INFO O| Oct 18 17:46:55.607 INFO O| Packages to install: 124 |
3714 | 2024-10-18T17:46:57.580Z | [ recovery-image] Oct 18 17:46:55.607 INFO O| Oct 18 17:46:55.607 INFO O| Mediators to change: 4 |
3715 | 2024-10-18T17:46:57.580Z | [ recovery-image] Oct 18 17:46:55.607 INFO O| Oct 18 17:46:55.607 INFO O| Services to change: 5 |
3716 | 2024-10-18T17:46:57.653Z | [ recovery-image] Oct 18 17:46:55.682 INFO O| Oct 18 17:46:55.682 INFO O| Download: 0/15836 items 0.0/173.3MB 0% complete |
3717 | 2024-10-18T17:47:02.101Z | [ host-image] Oct 18 17:47:00.129 INFO O| Oct 18 17:47:00.128 INFO O| Download: 4895/22734 items 45.7/196.6MB 23% complete (1.1M/s) |
3718 | 2024-10-18T17:47:04.174Z | [ recovery-image] Oct 18 17:47:02.200 INFO O| Oct 18 17:47:02.200 INFO O| Download: 1008/15836 items 7.9/173.3MB 4% complete (1.8M/s) |
3719 | 2024-10-18T17:47:07.122Z | [ host-image] Oct 18 17:47:05.147 INFO O| Oct 18 17:47:05.147 INFO O| Download: 6040/22734 items 46.4/196.6MB 23% complete (475k/s) |
3720 | 2024-10-18T17:47:09.192Z | [ recovery-image] Oct 18 17:47:07.216 INFO O| Oct 18 17:47:07.216 INFO O| Download: 1287/15836 items 19.1/173.3MB 11% complete (1.6M/s) |
3721 | 2024-10-18T17:47:11.657Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3722 | 2024-10-18T17:47:12.356Z | [ host-image] Oct 18 17:47:10.379 INFO O| Oct 18 17:47:10.379 INFO O| Download: 6859/22734 items 48.9/196.6MB 24% complete (383k/s) |
3723 | 2024-10-18T17:47:14.618Z | [ recovery-image] Oct 18 17:47:12.639 INFO O| Oct 18 17:47:12.639 INFO O| Download: 1645/15836 items 25.6/173.3MB 14% complete (1.9M/s) |
3724 | 2024-10-18T17:47:17.359Z | [ host-image] Oct 18 17:47:15.380 INFO O| Oct 18 17:47:15.379 INFO O| Download: 7963/22734 items 59.6/196.6MB 30% complete (1.3M/s) |
3725 | 2024-10-18T17:47:19.620Z | [ recovery-image] Oct 18 17:47:17.640 INFO O| Oct 18 17:47:17.640 INFO O| Download: 2338/15836 items 31.3/173.3MB 18% complete (1.1M/s) |
3726 | 2024-10-18T17:47:22.367Z | [ host-image] Oct 18 17:47:20.386 INFO O| Oct 18 17:47:20.386 INFO O| Download: 8347/22734 items 68.8/196.6MB 35% complete (2.0M/s) |
3727 | 2024-10-18T17:47:24.674Z | [ recovery-image] Oct 18 17:47:22.693 INFO O| Oct 18 17:47:22.693 INFO O| Download: 3441/15836 items 38.2/173.3MB 22% complete (1.3M/s) |
3728 | 2024-10-18T17:47:27.379Z | [ host-image] Oct 18 17:47:25.397 INFO O| Oct 18 17:47:25.397 INFO O| Download: 9165/22734 items 75.5/196.6MB 38% complete (1.6M/s) |
3729 | 2024-10-18T17:47:30.253Z | [ recovery-image] Oct 18 17:47:28.270 INFO O| Oct 18 17:47:28.270 INFO O| Download: 3755/15836 items 41.9/173.3MB 24% complete (1.1M/s) |
3730 | 2024-10-18T17:47:32.394Z | [ host-image] Oct 18 17:47:30.409 INFO O| Oct 18 17:47:30.409 INFO O| Download: 10159/22734 items 85.6/196.6MB 43% complete (1.7M/s) |
3731 | 2024-10-18T17:47:32.416Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3732 | 2024-10-18T17:47:35.261Z | [ recovery-image] Oct 18 17:47:33.275 INFO O| Oct 18 17:47:33.275 INFO O| Download: 4690/15836 items 42.9/173.3MB 24% complete (461k/s) |
3733 | 2024-10-18T17:47:37.298Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3734 | 2024-10-18T17:47:37.507Z | [ host-image] Oct 18 17:47:35.520 INFO O| Oct 18 17:47:35.520 INFO O| Download: 10891/22734 items 90.3/196.6MB 45% complete (1.6M/s) |
3735 | 2024-10-18T17:47:37.763Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3736 | 2024-10-18T17:47:40.266Z | [ recovery-image] Oct 18 17:47:38.279 INFO O| Oct 18 17:47:38.279 INFO O| Download: 5394/15836 items 43.3/173.3MB 25% complete (148k/s) |
3737 | 2024-10-18T17:47:42.523Z | [ host-image] Oct 18 17:47:40.533 INFO O| Oct 18 17:47:40.533 INFO O| Download: 11340/22734 items 96.0/196.6MB 48% complete (1.0M/s) |
3738 | 2024-10-18T17:47:45.495Z | [ recovery-image] Oct 18 17:47:43.505 INFO O| Oct 18 17:47:43.505 INFO O| Download: 5908/15836 items 53.0/173.3MB 30% complete (1003k/s) |
3739 | 2024-10-18T17:47:47.566Z | [ host-image] Oct 18 17:47:45.575 INFO O| Oct 18 17:47:45.575 INFO O| Download: 12107/22734 items 101.0/196.6MB 51% complete (1.1M/s) |
3740 | 2024-10-18T17:47:50.501Z | [ recovery-image] Oct 18 17:47:48.510 INFO O| Oct 18 17:47:48.510 INFO O| Download: 6453/15836 items 63.7/173.3MB 36% complete (2.0M/s) |
3741 | 2024-10-18T17:47:52.572Z | [ host-image] Oct 18 17:47:50.579 INFO O| Oct 18 17:47:50.579 INFO O| Download: 12637/22734 items 109.6/196.6MB 55% complete (1.4M/s) |
3742 | 2024-10-18T17:47:55.505Z | [ recovery-image] Oct 18 17:47:53.510 INFO O| Oct 18 17:47:53.510 INFO O| Download: 7267/15836 items 73.3/173.3MB 42% complete (2.0M/s) |
3743 | 2024-10-18T17:47:57.580Z | [ host-image] Oct 18 17:47:55.586 INFO O| Oct 18 17:47:55.586 INFO O| Download: 13519/22734 items 110.1/196.6MB 56% complete (935k/s) |
3744 | 2024-10-18T17:48:00.986Z | [ recovery-image] Oct 18 17:47:58.989 INFO O| Oct 18 17:47:58.989 INFO O| Download: 7904/15836 items 76.9/173.3MB 44% complete (1.3M/s) |
3745 | 2024-10-18T17:48:02.863Z | [ host-image] Oct 18 17:48:00.866 INFO O| Oct 18 17:48:00.866 INFO O| Download: 14498/22734 items 115.4/196.6MB 58% complete (501k/s) |
3746 | 2024-10-18T17:48:10.134Z | [ recovery-image] Oct 18 17:48:04.758 INFO O| Oct 18 17:48:04.758 INFO O| Download: 8762/15836 items 84.2/173.3MB 48% complete (1.1M/s) |
3747 | 2024-10-18T17:48:10.212Z | [ host-image] Oct 18 17:48:05.867 INFO O| Oct 18 17:48:05.867 INFO O| Download: 15442/22734 items 122.5/196.6MB 62% complete (1.2M/s) |
3748 | 2024-10-18T17:48:11.768Z | [ recovery-image] Oct 18 17:48:09.768 INFO O| Oct 18 17:48:09.768 INFO O| Download: 8996/15836 items 92.7/173.3MB 53% complete (1.5M/s) |
3749 | 2024-10-18T17:48:12.871Z | [ host-image] Oct 18 17:48:10.871 INFO O| Oct 18 17:48:10.871 INFO O| Download: 16062/22734 items 138.4/196.6MB 70% complete (2.3M/s) |
3750 | 2024-10-18T17:48:16.770Z | [ recovery-image] Oct 18 17:48:14.768 INFO O| Oct 18 17:48:14.768 INFO O| Download: 9864/15836 items 93.1/173.3MB 53% complete (920k/s) |
3751 | 2024-10-18T17:48:17.895Z | [ host-image] Oct 18 17:48:15.892 INFO O| Oct 18 17:48:15.892 INFO O| Download: 17248/22734 items 148.9/196.6MB 75% complete (2.8M/s) |
3752 | 2024-10-18T17:48:21.789Z | [ recovery-image] Oct 18 17:48:19.785 INFO O| Oct 18 17:48:19.785 INFO O| Download: 10452/15836 items 93.4/173.3MB 53% complete (75.5k/s) |
3753 | 2024-10-18T17:48:22.897Z | [ host-image] Oct 18 17:48:20.893 INFO O| Oct 18 17:48:20.893 INFO O| Download: 18097/22734 items 159.5/196.6MB 81% complete (2.2M/s) |
3754 | 2024-10-18T17:48:26.883Z | [ recovery-image] Oct 18 17:48:24.878 INFO O| Oct 18 17:48:24.877 INFO O| Download: 10914/15836 items 93.9/173.3MB 54% complete (76.7k/s) |
3755 | 2024-10-18T17:48:27.900Z | [ host-image] Oct 18 17:48:25.893 INFO O| Oct 18 17:48:25.893 INFO O| Download: 18950/22734 items 162.8/196.6MB 82% complete (1.4M/s) |
3756 | 2024-10-18T17:48:31.895Z | [ recovery-image] Oct 18 17:48:29.887 INFO O| Oct 18 17:48:29.887 INFO O| Download: 11409/15836 items 107.1/173.3MB 61% complete (1.4M/s) |
3757 | 2024-10-18T17:48:32.993Z | [ host-image] Oct 18 17:48:30.985 INFO O| Oct 18 17:48:30.985 INFO O| Download: 19971/22734 items 167.4/196.6MB 85% complete (814k/s) |
3758 | 2024-10-18T17:48:36.897Z | [ recovery-image] Oct 18 17:48:34.888 INFO O| Oct 18 17:48:34.887 INFO O| Download: 11948/15836 items 134.3/173.3MB 77% complete (3.9M/s) |
3759 | 2024-10-18T17:48:38.231Z | [ host-image] Oct 18 17:48:36.221 INFO O| Oct 18 17:48:36.221 INFO O| Download: 20600/22734 items 169.5/196.6MB 86% complete (754k/s) |
3760 | 2024-10-18T17:48:41.900Z | [ recovery-image] Oct 18 17:48:39.890 INFO O| Oct 18 17:48:39.889 INFO O| Download: 13076/15836 items 141.2/173.3MB 81% complete (3.5M/s) |
3761 | 2024-10-18T17:48:43.248Z | [ host-image] Oct 18 17:48:41.237 INFO O| Oct 18 17:48:41.237 INFO O| Download: 20938/22734 items 175.9/196.6MB 89% complete (869k/s) |
3762 | 2024-10-18T17:48:46.987Z | [ recovery-image] Oct 18 17:48:44.974 INFO O| Oct 18 17:48:44.974 INFO O| Download: 14038/15836 items 145.5/173.3MB 83% complete (1.4M/s) |
3763 | 2024-10-18T17:48:48.273Z | [ host-image] Oct 18 17:48:46.259 INFO O| Oct 18 17:48:46.259 INFO O| Download: 21345/22734 items 177.4/196.6MB 90% complete (819k/s) |
3764 | 2024-10-18T17:48:52.166Z | [ recovery-image] Oct 18 17:48:50.151 INFO O| Oct 18 17:48:50.151 INFO O| Download: 14675/15836 items 148.1/173.3MB 85% complete (688k/s) |
3765 | 2024-10-18T17:48:53.629Z | [ host-image] Oct 18 17:48:51.613 INFO O| Oct 18 17:48:51.613 INFO O| Download: 21874/22734 items 188.4/196.6MB 95% complete (1.2M/s) |
3766 | 2024-10-18T17:48:57.188Z | [ recovery-image] Oct 18 17:48:55.171 INFO O| Oct 18 17:48:55.171 INFO O| Download: 15262/15836 items 158.1/173.3MB 91% complete (1.2M/s) |
3767 | 2024-10-18T17:48:58.632Z | [ host-image] Oct 18 17:48:56.614 INFO O| Oct 18 17:48:56.614 INFO O| Download: 22258/22734 items 196.0/196.6MB 99% complete (1.8M/s) |
3768 | 2024-10-18T17:49:00.962Z | [ host-image] Oct 18 17:48:58.939 INFO O| Oct 18 17:48:58.938 INFO O| Download: Completed 196.56 MB in 149.13 seconds (1.3M/s) |
3769 | 2024-10-18T17:49:02.361Z | [ host-image] Oct 18 17:49:00.343 INFO O| Oct 18 17:49:00.342 INFO O| Actions: 1/49270 actions (Installing new actions) |
3770 | 2024-10-18T17:49:02.614Z | [ recovery-image] Oct 18 17:49:00.595 INFO O| Oct 18 17:49:00.595 INFO O| Download: 15539/15836 items 166.1/173.3MB 95% complete (1.9M/s) |
3771 | 2024-10-18T17:49:06.269Z | [ recovery-image] Oct 18 17:49:04.248 INFO O| Oct 18 17:49:04.248 INFO O| Download: Completed 173.32 MB in 128.57 seconds (1.3M/s) |
3772 | 2024-10-18T17:49:07.336Z | [ recovery-image] Oct 18 17:49:05.315 INFO O| Oct 18 17:49:05.315 INFO O| Actions: 1/24971 actions (Installing new actions) |
3773 | 2024-10-18T17:49:07.363Z | [ host-image] Oct 18 17:49:05.343 INFO O| Oct 18 17:49:05.343 INFO O| Actions: 9411/49270 actions (Installing new actions) |
3774 | 2024-10-18T17:49:12.366Z | [ host-image] Oct 18 17:49:10.344 INFO O| Oct 18 17:49:10.344 INFO O| Actions: 15397/49270 actions (Installing new actions) |
3775 | 2024-10-18T17:49:12.379Z | [ recovery-image] Oct 18 17:49:10.356 INFO O| Oct 18 17:49:10.356 INFO O| Actions: 8120/24971 actions (Installing new actions) |
3776 | 2024-10-18T17:49:17.368Z | [ host-image] Oct 18 17:49:15.344 INFO O| Oct 18 17:49:15.344 INFO O| Actions: 21700/49270 actions (Installing new actions) |
3777 | 2024-10-18T17:49:17.399Z | [ recovery-image] Oct 18 17:49:15.375 INFO O| Oct 18 17:49:15.375 INFO O| Actions: 14448/24971 actions (Installing new actions) |
3778 | 2024-10-18T17:49:22.370Z | [ host-image] Oct 18 17:49:20.344 INFO O| Oct 18 17:49:20.344 INFO O| Actions: 43845/49270 actions (Installing new actions) |
3779 | 2024-10-18T17:49:22.401Z | [ recovery-image] Oct 18 17:49:20.375 INFO O| Oct 18 17:49:20.375 INFO O| Actions: 21861/24971 actions (Installing new actions) |
3780 | 2024-10-18T17:49:27.375Z | [ host-image] Oct 18 17:49:25.347 INFO O| Oct 18 17:49:25.347 INFO O| Actions: 48813/49270 actions (Installing new actions) |
3781 | 2024-10-18T17:49:27.455Z | [ recovery-image] Oct 18 17:49:25.427 INFO O| Oct 18 17:49:25.427 INFO O| Actions: 24508/24971 actions (Installing new actions) |
3782 | 2024-10-18T17:49:29.839Z | [ host-image] Oct 18 17:49:27.810 INFO O| Oct 18 17:49:27.810 INFO O| Actions: Completed 49270 actions in 27.46 seconds. |
3783 | 2024-10-18T17:49:29.953Z | [ recovery-image] Oct 18 17:49:27.923 INFO O| Oct 18 17:49:27.923 INFO O| Actions: Completed 24971 actions in 22.61 seconds. |
3784 | 2024-10-18T17:49:30.549Z | [ host-image] Oct 18 17:49:28.420 INFO O| Oct 18 17:49:28.420 INFO O| Done |
3785 | 2024-10-18T17:49:30.549Z | [ host-image] Oct 18 17:49:28.420 INFO O| Oct 18 17:49:28.420 INFO O| Done |
3786 | 2024-10-18T17:49:30.552Z | [ recovery-image] Oct 18 17:49:28.515 INFO O| Oct 18 17:49:28.514 INFO O| Done |
3787 | 2024-10-18T17:49:30.552Z | [ recovery-image] Oct 18 17:49:28.515 INFO O| Oct 18 17:49:28.515 INFO O| Done |
3788 | 2024-10-18T17:49:31.915Z | [ host-image] Oct 18 17:49:29.885 INFO O| Oct 18 17:49:29.885 INFO O| Done |
3789 | 2024-10-18T17:49:32.004Z | [ recovery-image] Oct 18 17:49:29.974 INFO O| Oct 18 17:49:29.974 INFO O| Done |
3790 | 2024-10-18T17:49:33.867Z | [ recovery-image] Oct 18 17:49:31.836 INFO O| Oct 18 17:49:31.836 INFO O| Done |
3791 | 2024-10-18T17:49:33.901Z | [ recovery-image] Oct 18 17:49:31.870 INFO O| Oct 18 17:49:31.870 INFO O| Done |
3792 | 2024-10-18T17:49:34.448Z | [ host-image] Oct 18 17:49:32.417 INFO O| Oct 18 17:49:32.417 INFO O| Done |
3793 | 2024-10-18T17:49:34.481Z | [ host-image] Oct 18 17:49:32.450 INFO O| Oct 18 17:49:32.450 INFO O| Done |
3794 | 2024-10-18T17:49:38.759Z | [ recovery-image] Oct 18 17:49:36.726 INFO O| Oct 18 17:49:36.726 INFO O| Done |
3795 | 2024-10-18T17:49:39.434Z | [ recovery-image] Oct 18 17:49:37.402 INFO O| Oct 18 17:49:37.401 INFO O| Done |
3796 | 2024-10-18T17:49:39.816Z | [ recovery-image] Oct 18 17:49:37.783 INFO O| Oct 18 17:49:37.783 INFO STEP 11 (pkg_install) COMPLETE |
3797 | 2024-10-18T17:49:39.816Z | [ recovery-image] Oct 18 17:49:37.784 INFO O| Oct 18 17:49:37.783 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3798 | 2024-10-18T17:49:39.819Z | [ recovery-image] Oct 18 17:49:37.784 INFO O| Oct 18 17:49:37.783 INFO skip step because feature "recovery" is enabled |
3799 | 2024-10-18T17:49:39.819Z | [ recovery-image] Oct 18 17:49:37.784 INFO O| Oct 18 17:49:37.784 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3800 | 2024-10-18T17:49:39.819Z | [ recovery-image] Oct 18 17:49:37.784 INFO O| Oct 18 17:49:37.784 INFO skip step because feature "omicron1" is not enabled |
3801 | 2024-10-18T17:49:39.819Z | [ recovery-image] Oct 18 17:49:37.784 INFO O| Oct 18 17:49:37.784 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3802 | 2024-10-18T17:49:39.835Z | [ recovery-image] Oct 18 17:49:37.802 INFO O| Oct 18 17:49:37.802 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
3803 | 2024-10-18T17:49:40.710Z | [ recovery-image] Oct 18 17:49:38.677 INFO O| Oct 18 17:49:38.677 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3804 | 2024-10-18T17:49:41.195Z | [ host-image] Oct 18 17:49:39.161 INFO O| Oct 18 17:49:39.161 INFO O| Done |
3805 | 2024-10-18T17:49:42.253Z | [ host-image] Oct 18 17:49:40.219 INFO O| Oct 18 17:49:40.219 INFO O| Done |
3806 | 2024-10-18T17:49:42.640Z | [ host-image] Oct 18 17:49:40.606 INFO O| Oct 18 17:49:40.606 INFO STEP 11 (pkg_install) COMPLETE |
3807 | 2024-10-18T17:49:42.640Z | [ host-image] Oct 18 17:49:40.606 INFO O| Oct 18 17:49:40.606 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3808 | 2024-10-18T17:49:42.657Z | [ host-image] Oct 18 17:49:40.623 INFO O| Oct 18 17:49:40.623 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
3809 | 2024-10-18T17:49:43.642Z | [ recovery-image] Oct 18 17:49:41.608 INFO O| Oct 18 17:49:41.608 INFO O| Planning: Solver setup ... Done |
3810 | 2024-10-18T17:49:43.648Z | [ recovery-image] Oct 18 17:49:41.614 INFO O| Oct 18 17:49:41.614 INFO O| Planning: Running solver ... Done |
3811 | 2024-10-18T17:49:43.666Z | [ host-image] Oct 18 17:49:41.631 INFO O| Oct 18 17:49:41.631 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3812 | 2024-10-18T17:49:43.728Z | [ recovery-image] Oct 18 17:49:41.693 INFO O| Oct 18 17:49:41.693 INFO O| Planning: Finding local manifests ... Done |
3813 | 2024-10-18T17:49:43.730Z | [ recovery-image] Oct 18 17:49:41.694 INFO O| Oct 18 17:49:41.694 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3814 | 2024-10-18T17:49:43.855Z | [ recovery-image] Oct 18 17:49:41.820 INFO O| Oct 18 17:49:41.820 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3815 | 2024-10-18T17:49:43.926Z | [ recovery-image] Oct 18 17:49:41.891 INFO O| Oct 18 17:49:41.891 INFO O| Planning: Package planning ... Done |
3816 | 2024-10-18T17:49:43.929Z | [ recovery-image] Oct 18 17:49:41.894 INFO O| Oct 18 17:49:41.894 INFO O| Planning: Merging actions ... Done |
3817 | 2024-10-18T17:49:43.983Z | [ recovery-image] Oct 18 17:49:41.949 INFO O| Oct 18 17:49:41.949 INFO O| Planning: Checking for conflicting actions ... Done |
3818 | 2024-10-18T17:49:43.986Z | [ recovery-image] Oct 18 17:49:41.950 INFO O| Oct 18 17:49:41.949 INFO O| Planning: Consolidating action changes ... Done |
3819 | 2024-10-18T17:49:44.278Z | [ recovery-image] Oct 18 17:49:42.243 INFO O| Oct 18 17:49:42.243 INFO O| Planning: Evaluating mediators ... Done |
3820 | 2024-10-18T17:49:44.281Z | [ recovery-image] Oct 18 17:49:42.244 INFO O| Oct 18 17:49:42.244 INFO O| Planning: Planning completed in 3.57 seconds |
3821 | 2024-10-18T17:49:44.284Z | [ recovery-image] Oct 18 17:49:42.246 INFO O| Oct 18 17:49:42.246 INFO O| Packages to install: 1 |
3822 | 2024-10-18T17:49:44.300Z | [ recovery-image] Oct 18 17:49:42.265 INFO O| Oct 18 17:49:42.265 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
3823 | 2024-10-18T17:49:46.387Z | [ recovery-image] Oct 18 17:49:44.351 INFO O| Oct 18 17:49:44.351 INFO O| Download: Completed 20.80 MB in 2.09 seconds (10.0M/s) |
3824 | 2024-10-18T17:49:46.517Z | [ recovery-image] Oct 18 17:49:44.481 INFO O| Oct 18 17:49:44.481 INFO O| Actions: 1/22 actions (Installing new actions) |
3825 | 2024-10-18T17:49:47.457Z | [ recovery-image] Oct 18 17:49:45.421 INFO O| Oct 18 17:49:45.421 INFO O| Actions: Completed 22 actions in 0.94 seconds. |
3826 | 2024-10-18T17:49:48.003Z | [ host-image] Oct 18 17:49:45.967 INFO O| Oct 18 17:49:45.966 INFO O| Planning: Solver setup ... Done |
3827 | 2024-10-18T17:49:48.009Z | [ host-image] Oct 18 17:49:45.973 INFO O| Oct 18 17:49:45.973 INFO O| Planning: Running solver ... Done |
3828 | 2024-10-18T17:49:48.022Z | [ recovery-image] Oct 18 17:49:45.986 INFO O| Oct 18 17:49:45.986 INFO O| Done |
3829 | 2024-10-18T17:49:48.022Z | [ recovery-image] Oct 18 17:49:45.986 INFO O| Oct 18 17:49:45.986 INFO O| Done |
3830 | 2024-10-18T17:49:48.092Z | [ host-image] Oct 18 17:49:46.056 INFO O| Oct 18 17:49:46.056 INFO O| Planning: Finding local manifests ... Done |
3831 | 2024-10-18T17:49:48.095Z | [ host-image] Oct 18 17:49:46.058 INFO O| Oct 18 17:49:46.058 INFO O| Planning: Fetching manifests: 0/4 0% complete |
3832 | 2024-10-18T17:49:48.684Z | [ host-image] Oct 18 17:49:46.648 INFO O| Oct 18 17:49:46.648 INFO O| Planning: Fetching manifests: 4/4 100% complete |
3833 | 2024-10-18T17:49:48.720Z | [ host-image] Oct 18 17:49:46.683 INFO O| Oct 18 17:49:46.683 INFO O| Planning: Package planning ... Done |
3834 | 2024-10-18T17:49:48.725Z | [ host-image] Oct 18 17:49:46.689 INFO O| Oct 18 17:49:46.689 INFO O| Planning: Merging actions ... Done |
3835 | 2024-10-18T17:49:48.904Z | [ host-image] Oct 18 17:49:46.868 INFO O| Oct 18 17:49:46.868 INFO O| Planning: Checking for conflicting actions ... Done |
3836 | 2024-10-18T17:49:48.907Z | [ host-image] Oct 18 17:49:46.870 INFO O| Oct 18 17:49:46.870 INFO O| Planning: Consolidating action changes ... Done |
3837 | 2024-10-18T17:49:49.061Z | [ recovery-image] Oct 18 17:49:47.025 INFO O| Oct 18 17:49:47.025 INFO O| Done |
3838 | 2024-10-18T17:49:49.341Z | [ host-image] Oct 18 17:49:47.304 INFO O| Oct 18 17:49:47.304 INFO O| Planning: Evaluating mediators ... Done |
3839 | 2024-10-18T17:49:49.344Z | [ host-image] Oct 18 17:49:47.306 INFO O| Oct 18 17:49:47.306 INFO O| Planning: Planning completed in 5.67 seconds |
3840 | 2024-10-18T17:49:49.346Z | [ host-image] Oct 18 17:49:47.308 INFO O| Oct 18 17:49:47.308 INFO O| Packages to install: 4 |
3841 | 2024-10-18T17:49:49.346Z | [ host-image] Oct 18 17:49:47.308 INFO O| Oct 18 17:49:47.308 INFO O| Services to change: 2 |
3842 | 2024-10-18T17:49:49.374Z | [ host-image] Oct 18 17:49:47.337 INFO O| Oct 18 17:49:47.337 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
3843 | 2024-10-18T17:49:50.776Z | [ recovery-image] Oct 18 17:49:48.739 INFO O| Oct 18 17:49:48.739 INFO O| Done |
3844 | 2024-10-18T17:49:50.796Z | [ recovery-image] Oct 18 17:49:48.759 INFO O| Oct 18 17:49:48.759 INFO O| Done |
3845 | 2024-10-18T17:49:50.796Z | [ recovery-image] Oct 18 17:49:48.759 INFO O| Oct 18 17:49:48.759 INFO O| Done |
3846 | 2024-10-18T17:49:50.814Z | [ recovery-image] Oct 18 17:49:48.777 INFO O| Oct 18 17:49:48.777 INFO O| Done |
3847 | 2024-10-18T17:49:50.953Z | [ recovery-image] Oct 18 17:49:48.915 INFO O| Oct 18 17:49:48.915 INFO STEP 14 (pkg_install) COMPLETE |
3848 | 2024-10-18T17:49:50.953Z | [ recovery-image] Oct 18 17:49:48.916 INFO O| Oct 18 17:49:48.915 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3849 | 2024-10-18T17:49:50.955Z | [ recovery-image] Oct 18 17:49:48.916 INFO O| Oct 18 17:49:48.915 INFO skip step because feature "mfg" is not enabled |
3850 | 2024-10-18T17:49:50.955Z | [ recovery-image] Oct 18 17:49:48.916 INFO O| Oct 18 17:49:48.915 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3851 | 2024-10-18T17:49:50.955Z | [ recovery-image] Oct 18 17:49:48.916 INFO O| Oct 18 17:49:48.915 INFO skip step because feature "compliance" is not enabled |
3852 | 2024-10-18T17:49:50.955Z | [ recovery-image] Oct 18 17:49:48.916 INFO O| Oct 18 17:49:48.915 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3853 | 2024-10-18T17:49:50.955Z | [ recovery-image] Oct 18 17:49:48.916 INFO O| Oct 18 17:49:48.915 INFO skip step because feature "stress" is not enabled |
3854 | 2024-10-18T17:49:50.955Z | [ recovery-image] Oct 18 17:49:48.916 INFO O| Oct 18 17:49:48.915 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3855 | 2024-10-18T17:49:50.955Z | [ recovery-image] Oct 18 17:49:48.916 INFO O| Oct 18 17:49:48.916 INFO skip step because feature "nfs" is not enabled |
3856 | 2024-10-18T17:49:50.955Z | [ recovery-image] Oct 18 17:49:48.916 INFO O| Oct 18 17:49:48.916 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3857 | 2024-10-18T17:49:50.955Z | [ recovery-image] Oct 18 17:49:48.916 INFO O| Oct 18 17:49:48.916 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3858 | 2024-10-18T17:49:51.011Z | [ recovery-image] Oct 18 17:49:48.973 INFO O| Oct 18 17:49:48.973 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3859 | 2024-10-18T17:49:51.171Z | [ recovery-image] Oct 18 17:49:49.134 INFO O| Oct 18 17:49:49.134 INFO completed processing gimlet/ramdisk-01-os |
3860 | 2024-10-18T17:49:51.174Z | [ recovery-image] Oct 18 17:49:49.137 INFO image builder template: ramdisk-02-trim... |
3861 | 2024-10-18T17:49:51.177Z | [ recovery-image] Oct 18 17:49:49.137 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/.tmpSzk1LQ/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 |
3862 | 2024-10-18T17:49:51.213Z | [ recovery-image] Oct 18 17:49:49.176 INFO O| Oct 18 17:49:49.176 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3863 | 2024-10-18T17:49:51.220Z | [ recovery-image] Oct 18 17:49:49.183 INFO O| Oct 18 17:49:49.183 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3864 | 2024-10-18T17:49:51.315Z | [ recovery-image] Oct 18 17:49:49.277 INFO O| Oct 18 17:49:49.277 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3865 | 2024-10-18T17:49:51.416Z | [ recovery-image] Oct 18 17:49:49.379 INFO O| Oct 18 17:49:49.379 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3866 | 2024-10-18T17:49:51.416Z | [ recovery-image] Oct 18 17:49:49.379 INFO O| Oct 18 17:49:49.379 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3867 | 2024-10-18T17:49:51.426Z | [ recovery-image] Oct 18 17:49:49.389 INFO O| Oct 18 17:49:49.389 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3868 | 2024-10-18T17:49:51.434Z | [ recovery-image] Oct 18 17:49:49.397 INFO O| Oct 18 17:49:49.397 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3869 | 2024-10-18T17:49:51.459Z | [ recovery-image] Oct 18 17:49:49.422 INFO O| Oct 18 17:49:49.422 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3870 | 2024-10-18T17:49:51.669Z | [ recovery-image] Oct 18 17:49:49.631 INFO O| Oct 18 17:49:49.631 INFO rolled back to input snapshot; work may begin |
3871 | 2024-10-18T17:49:51.669Z | [ recovery-image] Oct 18 17:49:49.632 INFO O| Oct 18 17:49:49.631 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3872 | 2024-10-18T17:49:51.677Z | [ recovery-image] Oct 18 17:49:49.639 INFO O| Oct 18 17:49:49.639 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3873 | 2024-10-18T17:49:51.694Z | [ recovery-image] Oct 18 17:49:49.656 INFO O| Oct 18 17:49:49.656 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3874 | 2024-10-18T17:49:51.824Z | [ recovery-image] Oct 18 17:49:49.786 INFO O| Oct 18 17:49:49.786 INFO STEP 0 (remove_files) COMPLETE |
3875 | 2024-10-18T17:49:51.824Z | [ recovery-image] Oct 18 17:49:49.786 INFO O| Oct 18 17:49:49.786 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3876 | 2024-10-18T17:49:51.843Z | [ recovery-image] Oct 18 17:49:49.805 INFO O| Oct 18 17:49:49.805 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3877 | 2024-10-18T17:49:51.846Z | [ recovery-image] Oct 18 17:49:49.808 INFO O| Oct 18 17:49:49.808 INFO STEP 1 (remove_files) COMPLETE |
3878 | 2024-10-18T17:49:51.846Z | [ recovery-image] Oct 18 17:49:49.808 INFO O| Oct 18 17:49:49.808 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3879 | 2024-10-18T17:49:51.865Z | [ recovery-image] Oct 18 17:49:49.827 INFO O| Oct 18 17:49:49.827 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3880 | 2024-10-18T17:49:51.885Z | [ recovery-image] Oct 18 17:49:49.847 INFO O| Oct 18 17:49:49.847 INFO STEP 2 (remove_files) COMPLETE |
3881 | 2024-10-18T17:49:51.885Z | [ recovery-image] Oct 18 17:49:49.847 INFO O| Oct 18 17:49:49.847 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3882 | 2024-10-18T17:49:51.905Z | [ recovery-image] Oct 18 17:49:49.867 INFO O| Oct 18 17:49:49.867 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3883 | 2024-10-18T17:49:51.907Z | [ recovery-image] Oct 18 17:49:49.870 INFO O| Oct 18 17:49:49.870 INFO STEP 3 (remove_files) COMPLETE |
3884 | 2024-10-18T17:49:51.907Z | [ recovery-image] Oct 18 17:49:49.870 INFO O| Oct 18 17:49:49.870 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3885 | 2024-10-18T17:49:51.926Z | [ recovery-image] Oct 18 17:49:49.889 INFO O| Oct 18 17:49:49.889 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3886 | 2024-10-18T17:49:51.933Z | [ recovery-image] Oct 18 17:49:49.895 INFO O| Oct 18 17:49:49.895 INFO STEP 4 (remove_files) COMPLETE |
3887 | 2024-10-18T17:49:51.933Z | [ recovery-image] Oct 18 17:49:49.896 INFO O| Oct 18 17:49:49.895 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3888 | 2024-10-18T17:49:51.964Z | [ recovery-image] Oct 18 17:49:49.927 INFO O| Oct 18 17:49:49.927 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3889 | 2024-10-18T17:49:51.964Z | [ recovery-image] Oct 18 17:49:49.927 INFO O| Oct 18 17:49:49.927 INFO STEP 5 (remove_files) COMPLETE |
3890 | 2024-10-18T17:49:51.964Z | [ recovery-image] Oct 18 17:49:49.927 INFO O| Oct 18 17:49:49.927 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3891 | 2024-10-18T17:49:52.005Z | [ recovery-image] Oct 18 17:49:49.967 INFO O| Oct 18 17:49:49.967 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3892 | 2024-10-18T17:49:52.022Z | [ recovery-image] Oct 18 17:49:49.985 INFO O| Oct 18 17:49:49.985 INFO STEP 6 (remove_files) COMPLETE |
3893 | 2024-10-18T17:49:52.022Z | [ recovery-image] Oct 18 17:49:49.985 INFO O| Oct 18 17:49:49.985 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3894 | 2024-10-18T17:49:52.025Z | [ recovery-image] Oct 18 17:49:49.985 INFO O| Oct 18 17:49:49.985 INFO skip step because feature "recovery" is enabled |
3895 | 2024-10-18T17:49:52.025Z | [ recovery-image] Oct 18 17:49:49.985 INFO O| Oct 18 17:49:49.985 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3896 | 2024-10-18T17:49:52.025Z | [ recovery-image] Oct 18 17:49:49.985 INFO O| Oct 18 17:49:49.985 INFO skip step because feature "recovery" is enabled |
3897 | 2024-10-18T17:49:52.025Z | [ recovery-image] Oct 18 17:49:49.985 INFO O| Oct 18 17:49:49.985 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3898 | 2024-10-18T17:49:52.025Z | [ recovery-image] Oct 18 17:49:49.985 INFO O| Oct 18 17:49:49.985 INFO skip step because feature "recovery" is enabled |
3899 | 2024-10-18T17:49:52.025Z | [ recovery-image] Oct 18 17:49:49.985 INFO O| Oct 18 17:49:49.985 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3900 | 2024-10-18T17:49:52.059Z | [ recovery-image] Oct 18 17:49:50.021 INFO O| Oct 18 17:49:50.021 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3901 | 2024-10-18T17:49:52.065Z | [ recovery-image] Oct 18 17:49:50.027 INFO O| Oct 18 17:49:50.027 INFO STEP 10 (remove_files) COMPLETE |
3902 | 2024-10-18T17:49:52.065Z | [ recovery-image] Oct 18 17:49:50.027 INFO O| Oct 18 17:49:50.027 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3903 | 2024-10-18T17:49:52.084Z | [ recovery-image] Oct 18 17:49:50.047 INFO O| Oct 18 17:49:50.047 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3904 | 2024-10-18T17:49:52.087Z | [ recovery-image] Oct 18 17:49:50.048 INFO O| Oct 18 17:49:50.048 INFO STEP 11 (remove_files) COMPLETE |
3905 | 2024-10-18T17:49:52.087Z | [ recovery-image] Oct 18 17:49:50.048 INFO O| Oct 18 17:49:50.048 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3906 | 2024-10-18T17:49:52.106Z | [ recovery-image] Oct 18 17:49:50.069 INFO O| Oct 18 17:49:50.069 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3907 | 2024-10-18T17:49:52.109Z | [ recovery-image] Oct 18 17:49:50.071 INFO O| Oct 18 17:49:50.071 INFO STEP 12 (remove_files) COMPLETE |
3908 | 2024-10-18T17:49:52.109Z | [ recovery-image] Oct 18 17:49:50.071 INFO O| Oct 18 17:49:50.071 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3909 | 2024-10-18T17:49:52.146Z | [ recovery-image] Oct 18 17:49:50.109 INFO O| Oct 18 17:49:50.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3910 | 2024-10-18T17:49:52.303Z | [ host-image] Oct 18 17:49:50.265 INFO O| Oct 18 17:49:50.265 INFO O| Download: Completed 1.39 MB in 2.93 seconds (485k/s) |
3911 | 2024-10-18T17:49:52.347Z | [ host-image] Oct 18 17:49:50.309 INFO O| Oct 18 17:49:50.309 INFO O| Actions: 1/238 actions (Installing new actions) |
3912 | 2024-10-18T17:49:52.562Z | [ recovery-image] Oct 18 17:49:50.524 INFO O| Oct 18 17:49:50.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3913 | 2024-10-18T17:49:52.571Z | [ recovery-image] Oct 18 17:49:50.533 INFO O| Oct 18 17:49:50.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3914 | 2024-10-18T17:49:52.576Z | [ recovery-image] Oct 18 17:49:50.539 INFO O| Oct 18 17:49:50.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3915 | 2024-10-18T17:49:52.631Z | [ recovery-image] Oct 18 17:49:50.593 INFO O| Oct 18 17:49:50.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3916 | 2024-10-18T17:49:52.642Z | [ recovery-image] Oct 18 17:49:50.605 INFO O| Oct 18 17:49:50.605 INFO STEP 13 (remove_files) COMPLETE |
3917 | 2024-10-18T17:49:52.642Z | [ recovery-image] Oct 18 17:49:50.605 INFO O| Oct 18 17:49:50.605 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3918 | 2024-10-18T17:49:52.652Z | [ host-image] Oct 18 17:49:50.614 INFO O| Oct 18 17:49:50.614 INFO O| Actions: Completed 238 actions in 0.30 seconds. |
3919 | 2024-10-18T17:49:52.698Z | [ recovery-image] Oct 18 17:49:50.660 INFO O| Oct 18 17:49:50.660 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3920 | 2024-10-18T17:49:52.700Z | [ recovery-image] Oct 18 17:49:50.662 INFO O| Oct 18 17:49:50.662 INFO STEP 14 (remove_files) COMPLETE |
3921 | 2024-10-18T17:49:52.700Z | [ recovery-image] Oct 18 17:49:50.662 INFO O| Oct 18 17:49:50.662 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3922 | 2024-10-18T17:49:52.718Z | [ recovery-image] Oct 18 17:49:50.680 INFO O| Oct 18 17:49:50.680 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3923 | 2024-10-18T17:49:52.727Z | [ recovery-image] Oct 18 17:49:50.689 INFO O| Oct 18 17:49:50.689 INFO STEP 15 (remove_files) COMPLETE |
3924 | 2024-10-18T17:49:52.727Z | [ recovery-image] Oct 18 17:49:50.689 INFO O| Oct 18 17:49:50.689 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3925 | 2024-10-18T17:49:52.745Z | [ recovery-image] Oct 18 17:49:50.707 INFO O| Oct 18 17:49:50.707 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3926 | 2024-10-18T17:49:52.748Z | [ recovery-image] Oct 18 17:49:50.708 INFO O| Oct 18 17:49:50.708 INFO STEP 16 (remove_files) COMPLETE |
3927 | 2024-10-18T17:49:52.748Z | [ recovery-image] Oct 18 17:49:50.708 INFO O| Oct 18 17:49:50.708 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3928 | 2024-10-18T17:49:52.763Z | [ recovery-image] Oct 18 17:49:50.725 INFO O| Oct 18 17:49:50.725 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3929 | 2024-10-18T17:49:52.765Z | [ recovery-image] Oct 18 17:49:50.727 INFO O| Oct 18 17:49:50.727 INFO STEP 17 (remove_files) COMPLETE |
3930 | 2024-10-18T17:49:52.765Z | [ recovery-image] Oct 18 17:49:50.727 INFO O| Oct 18 17:49:50.727 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3931 | 2024-10-18T17:49:52.781Z | [ recovery-image] Oct 18 17:49:50.743 INFO O| Oct 18 17:49:50.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3932 | 2024-10-18T17:49:52.781Z | [ recovery-image] Oct 18 17:49:50.743 INFO O| Oct 18 17:49:50.743 INFO STEP 18 (remove_files) COMPLETE |
3933 | 2024-10-18T17:49:52.783Z | [ recovery-image] Oct 18 17:49:50.743 INFO O| Oct 18 17:49:50.743 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3934 | 2024-10-18T17:49:52.797Z | [ recovery-image] Oct 18 17:49:50.759 INFO O| Oct 18 17:49:50.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3935 | 2024-10-18T17:49:52.797Z | [ recovery-image] Oct 18 17:49:50.759 INFO O| Oct 18 17:49:50.759 INFO STEP 19 (remove_files) COMPLETE |
3936 | 2024-10-18T17:49:52.797Z | [ recovery-image] Oct 18 17:49:50.759 INFO O| Oct 18 17:49:50.759 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3937 | 2024-10-18T17:49:52.813Z | [ recovery-image] Oct 18 17:49:50.775 INFO O| Oct 18 17:49:50.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3938 | 2024-10-18T17:49:52.816Z | [ recovery-image] Oct 18 17:49:50.776 INFO O| Oct 18 17:49:50.775 INFO STEP 20 (remove_files) COMPLETE |
3939 | 2024-10-18T17:49:52.816Z | [ recovery-image] Oct 18 17:49:50.776 INFO O| Oct 18 17:49:50.776 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3940 | 2024-10-18T17:49:52.830Z | [ recovery-image] Oct 18 17:49:50.792 INFO O| Oct 18 17:49:50.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3941 | 2024-10-18T17:49:53.835Z | [ recovery-image] Oct 18 17:49:50.792 INFO O| Oct 18 17:49:50.792 INFO STEP 21 (remove_files) COMPLETE |
3942 | 2024-10-18T17:49:53.835Z | [ recovery-image] Oct 18 17:49:50.792 INFO O| Oct 18 17:49:50.792 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3943 | 2024-10-18T17:49:53.840Z | [ recovery-image] Oct 18 17:49:50.808 INFO O| Oct 18 17:49:50.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3944 | 2024-10-18T17:49:53.840Z | [ recovery-image] Oct 18 17:49:50.808 INFO O| Oct 18 17:49:50.808 INFO STEP 22 (remove_files) COMPLETE |
3945 | 2024-10-18T17:49:53.840Z | [ recovery-image] Oct 18 17:49:50.808 INFO O| Oct 18 17:49:50.808 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3946 | 2024-10-18T17:49:53.840Z | [ recovery-image] Oct 18 17:49:50.844 INFO O| Oct 18 17:49:50.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3947 | 2024-10-18T17:49:53.840Z | [ recovery-image] Oct 18 17:49:50.844 INFO O| Oct 18 17:49:50.844 INFO STEP 23 (remove_files) COMPLETE |
3948 | 2024-10-18T17:49:53.840Z | [ recovery-image] Oct 18 17:49:50.844 INFO O| Oct 18 17:49:50.844 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3949 | 2024-10-18T17:49:53.840Z | [ recovery-image] Oct 18 17:49:50.905 INFO O| Oct 18 17:49:50.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3950 | 2024-10-18T17:49:53.840Z | [ recovery-image] Oct 18 17:49:50.905 INFO O| Oct 18 17:49:50.905 INFO STEP 24 (remove_files) COMPLETE |
3951 | 2024-10-18T17:49:53.840Z | [ recovery-image] Oct 18 17:49:50.905 INFO O| Oct 18 17:49:50.905 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3952 | 2024-10-18T17:49:53.840Z | [ recovery-image] Oct 18 17:49:50.940 INFO O| Oct 18 17:49:50.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3953 | 2024-10-18T17:49:53.840Z | [ recovery-image] Oct 18 17:49:50.940 INFO O| Oct 18 17:49:50.940 INFO STEP 25 (remove_files) COMPLETE |
3954 | 2024-10-18T17:49:53.840Z | [ recovery-image] Oct 18 17:49:50.940 INFO O| Oct 18 17:49:50.940 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3955 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:50.982 INFO O| Oct 18 17:49:50.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3956 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:50.982 INFO O| Oct 18 17:49:50.982 INFO STEP 26 (remove_files) COMPLETE |
3957 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:50.982 INFO O| Oct 18 17:49:50.982 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3958 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:50.998 INFO O| Oct 18 17:49:50.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3959 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:50.998 INFO O| Oct 18 17:49:50.998 INFO STEP 27 (remove_files) COMPLETE |
3960 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:50.998 INFO O| Oct 18 17:49:50.998 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3961 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.014 INFO O| Oct 18 17:49:51.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3962 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.014 INFO O| Oct 18 17:49:51.014 INFO STEP 28 (remove_files) COMPLETE |
3963 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.014 INFO O| Oct 18 17:49:51.014 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3964 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.030 INFO O| Oct 18 17:49:51.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3965 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.030 INFO O| Oct 18 17:49:51.030 INFO STEP 29 (remove_files) COMPLETE |
3966 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.030 INFO O| Oct 18 17:49:51.030 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3967 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.046 INFO O| Oct 18 17:49:51.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3968 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.046 INFO O| Oct 18 17:49:51.046 INFO STEP 30 (remove_files) COMPLETE |
3969 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.046 INFO O| Oct 18 17:49:51.046 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3970 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.065 INFO O| Oct 18 17:49:51.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3971 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.065 INFO O| Oct 18 17:49:51.065 INFO STEP 31 (remove_files) COMPLETE |
3972 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.065 INFO O| Oct 18 17:49:51.065 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3973 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.096 INFO O| Oct 18 17:49:51.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3974 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.096 INFO O| Oct 18 17:49:51.096 INFO STEP 32 (remove_files) COMPLETE |
3975 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.096 INFO O| Oct 18 17:49:51.096 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3976 | 2024-10-18T17:49:53.841Z | [ host-image] Oct 18 17:49:51.102 INFO O| Oct 18 17:49:51.102 INFO O| Done |
3977 | 2024-10-18T17:49:53.841Z | [ host-image] Oct 18 17:49:51.102 INFO O| Oct 18 17:49:51.102 INFO O| Done |
3978 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.162 INFO O| Oct 18 17:49:51.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3979 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.163 INFO O| Oct 18 17:49:51.163 INFO STEP 33 (remove_files) COMPLETE |
3980 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.163 INFO O| Oct 18 17:49:51.163 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3981 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.177 INFO O| Oct 18 17:49:51.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3982 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.177 INFO O| Oct 18 17:49:51.177 INFO STEP 34 (remove_files) COMPLETE |
3983 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.177 INFO O| Oct 18 17:49:51.177 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3984 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.211 INFO O| Oct 18 17:49:51.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3985 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.211 INFO O| Oct 18 17:49:51.211 INFO STEP 35 (remove_files) COMPLETE |
3986 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.211 INFO O| Oct 18 17:49:51.211 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3987 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.266 INFO O| Oct 18 17:49:51.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3988 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.266 INFO O| Oct 18 17:49:51.266 INFO STEP 36 (remove_files) COMPLETE |
3989 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.266 INFO O| Oct 18 17:49:51.266 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3990 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.325 INFO O| Oct 18 17:49:51.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3991 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.325 INFO O| Oct 18 17:49:51.325 INFO STEP 37 (remove_files) COMPLETE |
3992 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.325 INFO O| Oct 18 17:49:51.325 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3993 | 2024-10-18T17:49:53.841Z | [ recovery-image] Oct 18 17:49:51.401 INFO O| Oct 18 17:49:51.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3994 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.401 INFO O| Oct 18 17:49:51.401 INFO STEP 38 (remove_files) COMPLETE |
3995 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.401 INFO O| Oct 18 17:49:51.401 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3996 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.430 INFO O| Oct 18 17:49:51.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3997 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.430 INFO O| Oct 18 17:49:51.430 INFO STEP 39 (remove_files) COMPLETE |
3998 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.430 INFO O| Oct 18 17:49:51.430 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3999 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.492 INFO O| Oct 18 17:49:51.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4000 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.492 INFO O| Oct 18 17:49:51.492 INFO STEP 40 (remove_files) COMPLETE |
4001 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.493 INFO O| Oct 18 17:49:51.492 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4002 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.520 INFO O| Oct 18 17:49:51.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4003 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.520 INFO O| Oct 18 17:49:51.520 INFO STEP 41 (remove_files) COMPLETE |
4004 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.520 INFO O| Oct 18 17:49:51.520 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4005 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.580 INFO O| Oct 18 17:49:51.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4006 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.581 INFO O| Oct 18 17:49:51.581 INFO STEP 42 (remove_files) COMPLETE |
4007 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.581 INFO O| Oct 18 17:49:51.581 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4008 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.602 INFO O| Oct 18 17:49:51.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4009 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.602 INFO O| Oct 18 17:49:51.602 INFO STEP 43 (remove_files) COMPLETE |
4010 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.602 INFO O| Oct 18 17:49:51.602 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4011 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.665 INFO O| Oct 18 17:49:51.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4012 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.665 INFO O| Oct 18 17:49:51.665 INFO STEP 44 (remove_files) COMPLETE |
4013 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.665 INFO O| Oct 18 17:49:51.665 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4014 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.719 INFO O| Oct 18 17:49:51.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4015 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.719 INFO O| Oct 18 17:49:51.719 INFO STEP 45 (remove_files) COMPLETE |
4016 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.719 INFO O| Oct 18 17:49:51.719 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4017 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.756 INFO O| Oct 18 17:49:51.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4018 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.756 INFO O| Oct 18 17:49:51.756 INFO STEP 46 (remove_files) COMPLETE |
4019 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.756 INFO O| Oct 18 17:49:51.756 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4020 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.772 INFO O| Oct 18 17:49:51.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4021 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.773 INFO O| Oct 18 17:49:51.773 INFO STEP 47 (remove_files) COMPLETE |
4022 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.773 INFO O| Oct 18 17:49:51.773 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4023 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.789 INFO O| Oct 18 17:49:51.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4024 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.789 INFO O| Oct 18 17:49:51.789 INFO STEP 48 (remove_files) COMPLETE |
4025 | 2024-10-18T17:49:53.842Z | [ recovery-image] Oct 18 17:49:51.790 INFO O| Oct 18 17:49:51.789 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4026 | 2024-10-18T17:49:53.864Z | [ recovery-image] Oct 18 17:49:51.826 INFO O| Oct 18 17:49:51.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4027 | 2024-10-18T17:49:53.867Z | [ recovery-image] Oct 18 17:49:51.826 INFO O| Oct 18 17:49:51.826 INFO STEP 49 (remove_files) COMPLETE |
4028 | 2024-10-18T17:49:53.867Z | [ recovery-image] Oct 18 17:49:51.826 INFO O| Oct 18 17:49:51.826 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4029 | 2024-10-18T17:49:53.883Z | [ recovery-image] Oct 18 17:49:51.845 INFO O| Oct 18 17:49:51.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4030 | 2024-10-18T17:49:53.883Z | [ recovery-image] Oct 18 17:49:51.845 INFO O| Oct 18 17:49:51.845 INFO STEP 50 (remove_files) COMPLETE |
4031 | 2024-10-18T17:49:53.886Z | [ recovery-image] Oct 18 17:49:51.845 INFO O| Oct 18 17:49:51.845 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4032 | 2024-10-18T17:49:53.919Z | [ recovery-image] Oct 18 17:49:51.881 INFO O| Oct 18 17:49:51.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4033 | 2024-10-18T17:49:53.922Z | [ recovery-image] Oct 18 17:49:51.881 INFO O| Oct 18 17:49:51.881 INFO STEP 51 (remove_files) COMPLETE |
4034 | 2024-10-18T17:49:53.922Z | [ recovery-image] Oct 18 17:49:51.881 INFO O| Oct 18 17:49:51.881 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4035 | 2024-10-18T17:49:53.976Z | [ recovery-image] Oct 18 17:49:51.938 INFO O| Oct 18 17:49:51.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4036 | 2024-10-18T17:49:53.976Z | [ recovery-image] Oct 18 17:49:51.938 INFO O| Oct 18 17:49:51.938 INFO STEP 52 (remove_files) COMPLETE |
4037 | 2024-10-18T17:49:53.976Z | [ recovery-image] Oct 18 17:49:51.938 INFO O| Oct 18 17:49:51.938 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4038 | 2024-10-18T17:49:53.993Z | [ recovery-image] Oct 18 17:49:51.955 INFO O| Oct 18 17:49:51.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4039 | 2024-10-18T17:49:53.996Z | [ recovery-image] Oct 18 17:49:51.955 INFO O| Oct 18 17:49:51.955 INFO STEP 53 (remove_files) COMPLETE |
4040 | 2024-10-18T17:49:53.996Z | [ recovery-image] Oct 18 17:49:51.955 INFO O| Oct 18 17:49:51.955 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4041 | 2024-10-18T17:49:54.049Z | [ recovery-image] Oct 18 17:49:52.009 INFO O| Oct 18 17:49:52.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4042 | 2024-10-18T17:49:54.049Z | [ recovery-image] Oct 18 17:49:52.009 INFO O| Oct 18 17:49:52.009 INFO STEP 54 (remove_files) COMPLETE |
4043 | 2024-10-18T17:49:54.049Z | [ recovery-image] Oct 18 17:49:52.010 INFO O| Oct 18 17:49:52.009 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4044 | 2024-10-18T17:49:54.108Z | [ recovery-image] Oct 18 17:49:52.070 INFO O| Oct 18 17:49:52.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4045 | 2024-10-18T17:49:54.109Z | [ recovery-image] Oct 18 17:49:52.070 INFO O| Oct 18 17:49:52.070 INFO STEP 55 (remove_files) COMPLETE |
4046 | 2024-10-18T17:49:54.109Z | [ recovery-image] Oct 18 17:49:52.070 INFO O| Oct 18 17:49:52.070 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4047 | 2024-10-18T17:49:54.167Z | [ recovery-image] Oct 18 17:49:52.128 INFO O| Oct 18 17:49:52.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4048 | 2024-10-18T17:49:54.167Z | [ recovery-image] Oct 18 17:49:52.128 INFO O| Oct 18 17:49:52.128 INFO STEP 56 (remove_files) COMPLETE |
4049 | 2024-10-18T17:49:54.169Z | [ recovery-image] Oct 18 17:49:52.129 INFO O| Oct 18 17:49:52.128 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4050 | 2024-10-18T17:49:54.206Z | [ recovery-image] Oct 18 17:49:52.167 INFO O| Oct 18 17:49:52.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4051 | 2024-10-18T17:49:54.206Z | [ recovery-image] Oct 18 17:49:52.168 INFO O| Oct 18 17:49:52.168 INFO STEP 57 (remove_files) COMPLETE |
4052 | 2024-10-18T17:49:54.206Z | [ recovery-image] Oct 18 17:49:52.168 INFO O| Oct 18 17:49:52.168 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4053 | 2024-10-18T17:49:54.249Z | [ host-image] Oct 18 17:49:52.211 INFO O| Oct 18 17:49:52.211 INFO O| Done |
4054 | 2024-10-18T17:49:54.271Z | [ recovery-image] Oct 18 17:49:52.232 INFO O| Oct 18 17:49:52.232 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4055 | 2024-10-18T17:49:54.271Z | [ recovery-image] Oct 18 17:49:52.232 INFO O| Oct 18 17:49:52.232 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4056 | 2024-10-18T17:49:54.275Z | [ recovery-image] Oct 18 17:49:52.233 INFO O| Oct 18 17:49:52.233 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4057 | 2024-10-18T17:49:54.276Z | [ recovery-image] Oct 18 17:49:52.233 INFO O| Oct 18 17:49:52.233 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4058 | 2024-10-18T17:49:54.276Z | [ recovery-image] Oct 18 17:49:52.233 INFO O| Oct 18 17:49:52.233 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4059 | 2024-10-18T17:49:54.276Z | [ recovery-image] Oct 18 17:49:52.233 INFO O| Oct 18 17:49:52.233 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4060 | 2024-10-18T17:49:54.276Z | [ recovery-image] Oct 18 17:49:52.233 INFO O| Oct 18 17:49:52.233 INFO ok! |
4061 | 2024-10-18T17:49:54.276Z | [ recovery-image] Oct 18 17:49:52.233 INFO O| Oct 18 17:49:52.233 INFO STEP 58 (ensure_file) COMPLETE |
4062 | 2024-10-18T17:49:54.276Z | [ recovery-image] Oct 18 17:49:52.233 INFO O| Oct 18 17:49:52.233 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4063 | 2024-10-18T17:49:54.290Z | [ recovery-image] Oct 18 17:49:52.252 INFO O| Oct 18 17:49:52.251 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4064 | 2024-10-18T17:49:54.290Z | [ recovery-image] Oct 18 17:49:52.252 INFO O| Oct 18 17:49:52.252 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4065 | 2024-10-18T17:49:54.293Z | [ recovery-image] Oct 18 17:49:52.252 INFO O| Oct 18 17:49:52.252 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4066 | 2024-10-18T17:49:54.293Z | [ recovery-image] Oct 18 17:49:52.252 INFO O| Oct 18 17:49:52.252 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4067 | 2024-10-18T17:49:54.293Z | [ recovery-image] Oct 18 17:49:52.252 INFO O| Oct 18 17:49:52.252 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4068 | 2024-10-18T17:49:54.293Z | [ recovery-image] Oct 18 17:49:52.252 INFO O| Oct 18 17:49:52.252 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4069 | 2024-10-18T17:49:54.293Z | [ recovery-image] Oct 18 17:49:52.252 INFO O| Oct 18 17:49:52.252 INFO ok! |
4070 | 2024-10-18T17:49:54.293Z | [ recovery-image] Oct 18 17:49:52.252 INFO O| Oct 18 17:49:52.252 INFO STEP 59 (ensure_file) COMPLETE |
4071 | 2024-10-18T17:49:54.293Z | [ recovery-image] Oct 18 17:49:52.252 INFO O| Oct 18 17:49:52.252 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4072 | 2024-10-18T17:49:54.322Z | [ recovery-image] Oct 18 17:49:52.284 INFO O| Oct 18 17:49:52.283 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4073 | 2024-10-18T17:49:54.322Z | [ recovery-image] Oct 18 17:49:52.284 INFO O| Oct 18 17:49:52.284 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4074 | 2024-10-18T17:49:54.322Z | [ recovery-image] Oct 18 17:49:52.284 INFO O| Oct 18 17:49:52.284 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4075 | 2024-10-18T17:49:54.325Z | [ recovery-image] Oct 18 17:49:52.284 INFO O| Oct 18 17:49:52.284 INFO ok! |
4076 | 2024-10-18T17:49:54.325Z | [ recovery-image] Oct 18 17:49:52.284 INFO O| Oct 18 17:49:52.284 INFO STEP 60 (ensure_file) COMPLETE |
4077 | 2024-10-18T17:49:54.325Z | [ recovery-image] Oct 18 17:49:52.284 INFO O| Oct 18 17:49:52.284 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4078 | 2024-10-18T17:49:54.369Z | [ recovery-image] Oct 18 17:49:52.330 INFO O| Oct 18 17:49:52.330 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4079 | 2024-10-18T17:49:54.369Z | [ recovery-image] Oct 18 17:49:52.330 INFO O| Oct 18 17:49:52.330 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4080 | 2024-10-18T17:49:54.371Z | [ recovery-image] Oct 18 17:49:52.331 INFO O| Oct 18 17:49:52.331 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4081 | 2024-10-18T17:49:54.371Z | [ recovery-image] Oct 18 17:49:52.331 INFO O| Oct 18 17:49:52.331 INFO ok! |
4082 | 2024-10-18T17:49:54.371Z | [ recovery-image] Oct 18 17:49:52.331 INFO O| Oct 18 17:49:52.331 INFO STEP 61 (ensure_file) COMPLETE |
4083 | 2024-10-18T17:49:54.371Z | [ recovery-image] Oct 18 17:49:52.331 INFO O| Oct 18 17:49:52.331 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4084 | 2024-10-18T17:49:54.463Z | [ recovery-image] Oct 18 17:49:52.424 INFO O| Oct 18 17:49:52.424 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4085 | 2024-10-18T17:49:54.463Z | [ recovery-image] Oct 18 17:49:52.424 INFO O| Oct 18 17:49:52.424 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4086 | 2024-10-18T17:49:54.466Z | [ recovery-image] Oct 18 17:49:52.425 INFO O| Oct 18 17:49:52.425 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4087 | 2024-10-18T17:49:54.466Z | [ recovery-image] Oct 18 17:49:52.425 INFO O| Oct 18 17:49:52.425 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4088 | 2024-10-18T17:49:54.466Z | [ recovery-image] Oct 18 17:49:52.425 INFO O| Oct 18 17:49:52.425 INFO ok! |
4089 | 2024-10-18T17:49:54.466Z | [ recovery-image] Oct 18 17:49:52.425 INFO O| Oct 18 17:49:52.425 INFO STEP 62 (ensure_file) COMPLETE |
4090 | 2024-10-18T17:49:54.466Z | [ recovery-image] Oct 18 17:49:52.425 INFO O| Oct 18 17:49:52.425 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4091 | 2024-10-18T17:49:54.483Z | [ recovery-image] Oct 18 17:49:52.445 INFO O| Oct 18 17:49:52.445 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4092 | 2024-10-18T17:49:54.483Z | [ recovery-image] Oct 18 17:49:52.445 INFO O| Oct 18 17:49:52.445 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4093 | 2024-10-18T17:49:54.483Z | [ recovery-image] Oct 18 17:49:52.445 INFO O| Oct 18 17:49:52.445 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4094 | 2024-10-18T17:49:54.486Z | [ recovery-image] Oct 18 17:49:52.445 INFO O| Oct 18 17:49:52.445 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4095 | 2024-10-18T17:49:54.486Z | [ recovery-image] Oct 18 17:49:52.445 INFO O| Oct 18 17:49:52.445 INFO ok! |
4096 | 2024-10-18T17:49:54.486Z | [ recovery-image] Oct 18 17:49:52.445 INFO O| Oct 18 17:49:52.445 INFO STEP 63 (ensure_file) COMPLETE |
4097 | 2024-10-18T17:49:54.486Z | [ recovery-image] Oct 18 17:49:52.445 INFO O| Oct 18 17:49:52.445 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4098 | 2024-10-18T17:49:54.503Z | [ recovery-image] Oct 18 17:49:52.464 INFO O| Oct 18 17:49:52.464 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4099 | 2024-10-18T17:49:54.503Z | [ recovery-image] Oct 18 17:49:52.464 INFO O| Oct 18 17:49:52.464 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4100 | 2024-10-18T17:49:54.505Z | [ recovery-image] Oct 18 17:49:52.465 INFO O| Oct 18 17:49:52.464 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4101 | 2024-10-18T17:49:54.506Z | [ recovery-image] Oct 18 17:49:52.465 INFO O| Oct 18 17:49:52.465 INFO ok! |
4102 | 2024-10-18T17:49:54.506Z | [ recovery-image] Oct 18 17:49:52.465 INFO O| Oct 18 17:49:52.465 INFO STEP 64 (assemble_files) COMPLETE |
4103 | 2024-10-18T17:49:54.506Z | [ recovery-image] Oct 18 17:49:52.465 INFO O| Oct 18 17:49:52.465 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4104 | 2024-10-18T17:49:54.536Z | [ recovery-image] Oct 18 17:49:52.497 INFO O| Oct 18 17:49:52.497 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4105 | 2024-10-18T17:49:54.536Z | [ recovery-image] Oct 18 17:49:52.497 INFO O| Oct 18 17:49:52.497 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4106 | 2024-10-18T17:49:54.538Z | [ recovery-image] Oct 18 17:49:52.497 INFO O| Oct 18 17:49:52.497 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4107 | 2024-10-18T17:49:54.538Z | [ recovery-image] Oct 18 17:49:52.498 INFO O| Oct 18 17:49:52.497 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4108 | 2024-10-18T17:49:54.538Z | [ recovery-image] Oct 18 17:49:52.498 INFO O| Oct 18 17:49:52.498 INFO ok! |
4109 | 2024-10-18T17:49:54.538Z | [ recovery-image] Oct 18 17:49:52.498 INFO O| Oct 18 17:49:52.498 INFO STEP 65 (ensure_file) COMPLETE |
4110 | 2024-10-18T17:49:54.538Z | [ recovery-image] Oct 18 17:49:52.498 INFO O| Oct 18 17:49:52.498 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4111 | 2024-10-18T17:49:54.538Z | [ recovery-image] Oct 18 17:49:52.498 INFO O| Oct 18 17:49:52.498 INFO skip step because feature "omicron1" is not enabled |
4112 | 2024-10-18T17:49:54.538Z | [ recovery-image] Oct 18 17:49:52.498 INFO O| Oct 18 17:49:52.498 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4113 | 2024-10-18T17:49:54.538Z | [ recovery-image] Oct 18 17:49:52.498 INFO O| Oct 18 17:49:52.498 INFO skip step because feature "omicron1" is not enabled |
4114 | 2024-10-18T17:49:54.538Z | [ recovery-image] Oct 18 17:49:52.498 INFO O| Oct 18 17:49:52.498 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4115 | 2024-10-18T17:49:54.538Z | [ recovery-image] Oct 18 17:49:52.498 INFO O| Oct 18 17:49:52.498 INFO skip step because feature "omicron1" is not enabled |
4116 | 2024-10-18T17:49:54.538Z | [ recovery-image] Oct 18 17:49:52.498 INFO O| Oct 18 17:49:52.498 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4117 | 2024-10-18T17:49:54.607Z | [ recovery-image] Oct 18 17:49:52.564 INFO O| Oct 18 17:49:52.564 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4118 | 2024-10-18T17:49:54.607Z | [ recovery-image] Oct 18 17:49:52.569 INFO O| Oct 18 17:49:52.564 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4119 | 2024-10-18T17:49:57.026Z | [ host-image] Oct 18 17:49:54.987 INFO O| Oct 18 17:49:54.986 INFO O| Done |
4120 | 2024-10-18T17:49:57.067Z | [ host-image] Oct 18 17:49:55.027 INFO O| Oct 18 17:49:55.027 INFO O| Done |
4121 | 2024-10-18T17:49:57.069Z | [ host-image] Oct 18 17:49:55.028 INFO O| Oct 18 17:49:55.028 INFO O| Done |
4122 | 2024-10-18T17:49:57.095Z | [ host-image] Oct 18 17:49:55.055 INFO O| Oct 18 17:49:55.055 INFO O| Done |
4123 | 2024-10-18T17:49:57.246Z | [ host-image] Oct 18 17:49:55.206 INFO O| Oct 18 17:49:55.206 INFO STEP 12 (pkg_install) COMPLETE |
4124 | 2024-10-18T17:49:57.246Z | [ host-image] Oct 18 17:49:55.206 INFO O| Oct 18 17:49:55.206 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4125 | 2024-10-18T17:49:57.263Z | [ host-image] Oct 18 17:49:55.224 INFO O| Oct 18 17:49:55.224 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4126 | 2024-10-18T17:49:57.696Z | [ recovery-image] Oct 18 17:49:55.656 INFO O| Oct 18 17:49:55.656 INFO STEP 69 (pack_tar) COMPLETE |
4127 | 2024-10-18T17:49:57.696Z | [ recovery-image] Oct 18 17:49:55.656 INFO O| Oct 18 17:49:55.656 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4128 | 2024-10-18T17:49:57.698Z | [ recovery-image] Oct 18 17:49:55.656 INFO O| Oct 18 17:49:55.656 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4129 | 2024-10-18T17:49:57.924Z | [ recovery-image] Oct 18 17:49:55.885 INFO O| Oct 18 17:49:55.885 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4130 | 2024-10-18T17:49:58.030Z | [ recovery-image] Oct 18 17:49:55.990 INFO O| Oct 18 17:49:55.990 INFO completed processing gimlet/ramdisk-02-trim |
4131 | 2024-10-18T17:49:58.033Z | [ recovery-image] Oct 18 17:49:55.993 INFO image builder template: ramdisk-03-recovery-trim... |
4132 | 2024-10-18T17:49:58.033Z | [ recovery-image] Oct 18 17:49:55.993 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/.tmpSzk1LQ/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 |
4133 | 2024-10-18T17:49:58.223Z | [ recovery-image] Oct 18 17:49:56.182 INFO O| Oct 18 17:49:56.182 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4134 | 2024-10-18T17:49:58.230Z | [ recovery-image] Oct 18 17:49:56.190 INFO O| Oct 18 17:49:56.190 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4135 | 2024-10-18T17:49:58.321Z | [ recovery-image] Oct 18 17:49:56.281 INFO O| Oct 18 17:49:56.280 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4136 | 2024-10-18T17:49:58.406Z | [ recovery-image] Oct 18 17:49:56.366 INFO O| Oct 18 17:49:56.366 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4137 | 2024-10-18T17:49:58.409Z | [ recovery-image] Oct 18 17:49:56.367 INFO O| Oct 18 17:49:56.367 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4138 | 2024-10-18T17:49:58.459Z | [ recovery-image] Oct 18 17:49:56.419 INFO O| Oct 18 17:49:56.419 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4139 | 2024-10-18T17:49:58.479Z | [ host-image] Oct 18 17:49:56.439 INFO O| Oct 18 17:49:56.439 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4140 | 2024-10-18T17:49:58.485Z | [ recovery-image] Oct 18 17:49:56.445 INFO O| Oct 18 17:49:56.445 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4141 | 2024-10-18T17:49:58.584Z | [ recovery-image] Oct 18 17:49:56.544 INFO O| Oct 18 17:49:56.544 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4142 | 2024-10-18T17:49:58.951Z | [ recovery-image] Oct 18 17:49:56.911 INFO O| Oct 18 17:49:56.911 INFO rolled back to input snapshot; work may begin |
4143 | 2024-10-18T17:49:58.951Z | [ recovery-image] Oct 18 17:49:56.911 INFO O| Oct 18 17:49:56.911 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4144 | 2024-10-18T17:49:58.959Z | [ recovery-image] Oct 18 17:49:56.919 INFO O| Oct 18 17:49:56.919 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4145 | 2024-10-18T17:49:58.976Z | [ recovery-image] Oct 18 17:49:56.936 INFO O| Oct 18 17:49:56.936 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4146 | 2024-10-18T17:49:58.982Z | [ recovery-image] Oct 18 17:49:56.942 INFO O| Oct 18 17:49:56.942 INFO STEP 0 (remove_files) COMPLETE |
4147 | 2024-10-18T17:49:58.982Z | [ recovery-image] Oct 18 17:49:56.942 INFO O| Oct 18 17:49:56.942 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4148 | 2024-10-18T17:49:59.014Z | [ recovery-image] Oct 18 17:49:56.974 INFO O| Oct 18 17:49:56.974 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4149 | 2024-10-18T17:49:59.218Z | [ recovery-image] Oct 18 17:49:57.178 INFO O| Oct 18 17:49:57.178 INFO STEP 1 (remove_files) COMPLETE |
4150 | 2024-10-18T17:49:59.218Z | [ recovery-image] Oct 18 17:49:57.178 INFO O| Oct 18 17:49:57.178 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4151 | 2024-10-18T17:49:59.269Z | [ recovery-image] Oct 18 17:49:57.228 INFO O| Oct 18 17:49:57.228 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4152 | 2024-10-18T17:49:59.299Z | [ recovery-image] Oct 18 17:49:57.259 INFO O| Oct 18 17:49:57.259 INFO STEP 2 (remove_files) COMPLETE |
4153 | 2024-10-18T17:49:59.299Z | [ recovery-image] Oct 18 17:49:57.259 INFO O| Oct 18 17:49:57.259 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4154 | 2024-10-18T17:49:59.366Z | [ recovery-image] Oct 18 17:49:57.326 INFO O| Oct 18 17:49:57.326 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4155 | 2024-10-18T17:49:59.453Z | [ recovery-image] Oct 18 17:49:57.412 INFO O| Oct 18 17:49:57.412 INFO STEP 3 (remove_files) COMPLETE |
4156 | 2024-10-18T17:49:59.455Z | [ recovery-image] Oct 18 17:49:57.412 INFO O| Oct 18 17:49:57.412 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4157 | 2024-10-18T17:49:59.472Z | [ recovery-image] Oct 18 17:49:57.432 INFO O| Oct 18 17:49:57.432 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4158 | 2024-10-18T17:49:59.623Z | [ recovery-image] Oct 18 17:49:57.582 INFO O| Oct 18 17:49:57.582 INFO STEP 4 (remove_files) COMPLETE |
4159 | 2024-10-18T17:49:59.623Z | [ recovery-image] Oct 18 17:49:57.582 INFO O| Oct 18 17:49:57.582 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4160 | 2024-10-18T17:49:59.658Z | [ recovery-image] Oct 18 17:49:57.617 INFO O| Oct 18 17:49:57.617 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4161 | 2024-10-18T17:49:59.678Z | [ recovery-image] Oct 18 17:49:57.637 INFO O| Oct 18 17:49:57.637 INFO STEP 5 (remove_files) COMPLETE |
4162 | 2024-10-18T17:49:59.678Z | [ recovery-image] Oct 18 17:49:57.637 INFO O| Oct 18 17:49:57.637 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4163 | 2024-10-18T17:49:59.705Z | [ recovery-image] Oct 18 17:49:57.664 INFO O| Oct 18 17:49:57.664 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4164 | 2024-10-18T17:49:59.729Z | [ recovery-image] Oct 18 17:49:57.689 INFO O| Oct 18 17:49:57.689 INFO STEP 6 (remove_files) COMPLETE |
4165 | 2024-10-18T17:49:59.729Z | [ recovery-image] Oct 18 17:49:57.689 INFO O| Oct 18 17:49:57.689 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4166 | 2024-10-18T17:49:59.790Z | [ recovery-image] Oct 18 17:49:57.749 INFO O| Oct 18 17:49:57.749 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4167 | 2024-10-18T17:49:59.792Z | [ recovery-image] Oct 18 17:49:57.750 INFO O| Oct 18 17:49:57.750 INFO STEP 7 (remove_files) COMPLETE |
4168 | 2024-10-18T17:49:59.792Z | [ recovery-image] Oct 18 17:49:57.751 INFO O| Oct 18 17:49:57.750 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4169 | 2024-10-18T17:49:59.859Z | [ recovery-image] Oct 18 17:49:57.819 INFO O| Oct 18 17:49:57.819 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4170 | 2024-10-18T17:49:59.862Z | [ recovery-image] Oct 18 17:49:57.822 INFO O| Oct 18 17:49:57.822 INFO STEP 8 (remove_files) COMPLETE |
4171 | 2024-10-18T17:49:59.862Z | [ recovery-image] Oct 18 17:49:57.822 INFO O| Oct 18 17:49:57.822 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4172 | 2024-10-18T17:49:59.960Z | [ recovery-image] Oct 18 17:49:57.919 INFO O| Oct 18 17:49:57.919 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4173 | 2024-10-18T17:49:59.980Z | [ recovery-image] Oct 18 17:49:57.939 INFO O| Oct 18 17:49:57.939 INFO STEP 9 (remove_files) COMPLETE |
4174 | 2024-10-18T17:49:59.980Z | [ recovery-image] Oct 18 17:49:57.939 INFO O| Oct 18 17:49:57.939 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4175 | 2024-10-18T17:50:00.035Z | [ recovery-image] Oct 18 17:49:57.995 INFO O| Oct 18 17:49:57.994 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4176 | 2024-10-18T17:50:00.038Z | [ recovery-image] Oct 18 17:49:57.995 INFO O| Oct 18 17:49:57.995 INFO STEP 10 (remove_files) COMPLETE |
4177 | 2024-10-18T17:50:00.038Z | [ recovery-image] Oct 18 17:49:57.995 INFO O| Oct 18 17:49:57.995 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4178 | 2024-10-18T17:50:00.059Z | [ recovery-image] Oct 18 17:49:58.018 INFO O| Oct 18 17:49:58.018 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4179 | 2024-10-18T17:50:00.639Z | [ recovery-image] Oct 18 17:49:58.599 INFO O| Oct 18 17:49:58.598 INFO STEP 11 (remove_files) COMPLETE |
4180 | 2024-10-18T17:50:00.639Z | [ recovery-image] Oct 18 17:49:58.599 INFO O| Oct 18 17:49:58.598 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4181 | 2024-10-18T17:50:00.678Z | [ recovery-image] Oct 18 17:49:58.637 INFO O| Oct 18 17:49:58.637 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4182 | 2024-10-18T17:50:00.681Z | [ recovery-image] Oct 18 17:49:58.640 INFO O| Oct 18 17:49:58.640 INFO STEP 12 (remove_files) COMPLETE |
4183 | 2024-10-18T17:50:00.681Z | [ recovery-image] Oct 18 17:49:58.640 INFO O| Oct 18 17:49:58.640 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4184 | 2024-10-18T17:50:00.720Z | [ recovery-image] Oct 18 17:49:58.678 INFO O| Oct 18 17:49:58.678 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4185 | 2024-10-18T17:50:00.769Z | [ recovery-image] Oct 18 17:49:58.728 INFO O| Oct 18 17:49:58.728 INFO STEP 13 (remove_files) COMPLETE |
4186 | 2024-10-18T17:50:00.769Z | [ recovery-image] Oct 18 17:49:58.728 INFO O| Oct 18 17:49:58.728 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4187 | 2024-10-18T17:50:00.822Z | [ recovery-image] Oct 18 17:49:58.781 INFO O| Oct 18 17:49:58.781 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4188 | 2024-10-18T17:50:00.825Z | [ recovery-image] Oct 18 17:49:58.782 INFO O| Oct 18 17:49:58.782 INFO STEP 14 (remove_files) COMPLETE |
4189 | 2024-10-18T17:50:00.825Z | [ recovery-image] Oct 18 17:49:58.782 INFO O| Oct 18 17:49:58.782 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4190 | 2024-10-18T17:50:00.840Z | [ recovery-image] Oct 18 17:49:58.799 INFO O| Oct 18 17:49:58.799 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4191 | 2024-10-18T17:50:00.843Z | [ recovery-image] Oct 18 17:49:58.800 INFO O| Oct 18 17:49:58.800 INFO STEP 15 (remove_files) COMPLETE |
4192 | 2024-10-18T17:50:00.843Z | [ recovery-image] Oct 18 17:49:58.800 INFO O| Oct 18 17:49:58.800 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4193 | 2024-10-18T17:50:00.860Z | [ recovery-image] Oct 18 17:49:58.819 INFO O| Oct 18 17:49:58.819 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4194 | 2024-10-18T17:50:00.914Z | [ recovery-image] Oct 18 17:49:58.873 INFO O| Oct 18 17:49:58.873 INFO STEP 16 (remove_files) COMPLETE |
4195 | 2024-10-18T17:50:00.914Z | [ recovery-image] Oct 18 17:49:58.873 INFO O| Oct 18 17:49:58.873 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4196 | 2024-10-18T17:50:00.972Z | [ recovery-image] Oct 18 17:49:58.931 INFO O| Oct 18 17:49:58.931 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4197 | 2024-10-18T17:50:00.975Z | [ recovery-image] Oct 18 17:49:58.931 INFO O| Oct 18 17:49:58.931 INFO STEP 17 (remove_files) COMPLETE |
4198 | 2024-10-18T17:50:00.975Z | [ recovery-image] Oct 18 17:49:58.931 INFO O| Oct 18 17:49:58.931 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4199 | 2024-10-18T17:50:00.990Z | [ recovery-image] Oct 18 17:49:58.949 INFO O| Oct 18 17:49:58.949 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4200 | 2024-10-18T17:50:01.014Z | [ recovery-image] Oct 18 17:49:58.973 INFO O| Oct 18 17:49:58.973 INFO STEP 18 (remove_files) COMPLETE |
4201 | 2024-10-18T17:50:01.014Z | [ recovery-image] Oct 18 17:49:58.973 INFO O| Oct 18 17:49:58.973 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4202 | 2024-10-18T17:50:01.056Z | [ recovery-image] Oct 18 17:49:59.015 INFO O| Oct 18 17:49:59.015 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4203 | 2024-10-18T17:50:01.288Z | [ recovery-image] Oct 18 17:49:59.246 INFO O| Oct 18 17:49:59.246 INFO STEP 19 (remove_files) COMPLETE |
4204 | 2024-10-18T17:50:01.288Z | [ recovery-image] Oct 18 17:49:59.246 INFO O| Oct 18 17:49:59.246 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4205 | 2024-10-18T17:50:01.342Z | [ recovery-image] Oct 18 17:49:59.301 INFO O| Oct 18 17:49:59.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4206 | 2024-10-18T17:50:01.427Z | [ recovery-image] Oct 18 17:49:59.386 INFO O| Oct 18 17:49:59.386 INFO STEP 20 (remove_files) COMPLETE |
4207 | 2024-10-18T17:50:01.427Z | [ recovery-image] Oct 18 17:49:59.386 INFO O| Oct 18 17:49:59.386 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4208 | 2024-10-18T17:50:01.458Z | [ recovery-image] Oct 18 17:49:59.417 INFO O| Oct 18 17:49:59.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4209 | 2024-10-18T17:50:01.458Z | [ recovery-image] Oct 18 17:49:59.417 INFO O| Oct 18 17:49:59.415 INFO STEP 21 (remove_files) COMPLETE |
4210 | 2024-10-18T17:50:01.460Z | [ recovery-image] Oct 18 17:49:59.417 INFO O| Oct 18 17:49:59.415 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4211 | 2024-10-18T17:50:01.494Z | [ recovery-image] Oct 18 17:49:59.453 INFO O| Oct 18 17:49:59.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4212 | 2024-10-18T17:50:01.519Z | [ recovery-image] Oct 18 17:49:59.478 INFO O| Oct 18 17:49:59.478 INFO STEP 22 (remove_files) COMPLETE |
4213 | 2024-10-18T17:50:01.519Z | [ recovery-image] Oct 18 17:49:59.478 INFO O| Oct 18 17:49:59.478 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4214 | 2024-10-18T17:50:01.594Z | [ recovery-image] Oct 18 17:49:59.553 INFO O| Oct 18 17:49:59.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4215 | 2024-10-18T17:50:01.605Z | [ recovery-image] Oct 18 17:49:59.564 INFO O| Oct 18 17:49:59.564 INFO STEP 23 (remove_files) COMPLETE |
4216 | 2024-10-18T17:50:01.605Z | [ recovery-image] Oct 18 17:49:59.564 INFO O| Oct 18 17:49:59.564 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4217 | 2024-10-18T17:50:01.640Z | [ recovery-image] Oct 18 17:49:59.598 INFO O| Oct 18 17:49:59.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4218 | 2024-10-18T17:50:01.640Z | [ recovery-image] Oct 18 17:49:59.598 INFO O| Oct 18 17:49:59.598 INFO STEP 24 (remove_files) COMPLETE |
4219 | 2024-10-18T17:50:01.640Z | [ recovery-image] Oct 18 17:49:59.598 INFO O| Oct 18 17:49:59.598 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4220 | 2024-10-18T17:50:01.675Z | [ recovery-image] Oct 18 17:49:59.634 INFO O| Oct 18 17:49:59.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4221 | 2024-10-18T17:50:01.678Z | [ recovery-image] Oct 18 17:49:59.634 INFO O| Oct 18 17:49:59.634 INFO STEP 25 (remove_files) COMPLETE |
4222 | 2024-10-18T17:50:01.678Z | [ recovery-image] Oct 18 17:49:59.634 INFO O| Oct 18 17:49:59.634 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4223 | 2024-10-18T17:50:01.707Z | [ recovery-image] Oct 18 17:49:59.666 INFO O| Oct 18 17:49:59.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4224 | 2024-10-18T17:50:01.710Z | [ recovery-image] Oct 18 17:49:59.666 INFO O| Oct 18 17:49:59.666 INFO STEP 26 (remove_files) COMPLETE |
4225 | 2024-10-18T17:50:01.710Z | [ recovery-image] Oct 18 17:49:59.666 INFO O| Oct 18 17:49:59.666 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4226 | 2024-10-18T17:50:01.727Z | [ recovery-image] Oct 18 17:49:59.685 INFO O| Oct 18 17:49:59.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4227 | 2024-10-18T17:50:01.730Z | [ recovery-image] Oct 18 17:49:59.685 INFO O| Oct 18 17:49:59.685 INFO STEP 27 (remove_files) COMPLETE |
4228 | 2024-10-18T17:50:01.730Z | [ recovery-image] Oct 18 17:49:59.685 INFO O| Oct 18 17:49:59.685 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4229 | 2024-10-18T17:50:01.852Z | [ host-image] Oct 18 17:49:59.791 INFO O| Oct 18 17:49:59.791 INFO O| Planning: Solver setup ... Done |
4230 | 2024-10-18T17:50:01.852Z | [ host-image] Oct 18 17:49:59.798 INFO O| Oct 18 17:49:59.798 INFO O| Planning: Running solver ... Done |
4231 | 2024-10-18T17:50:01.852Z | [ recovery-image] Oct 18 17:49:59.809 INFO O| Oct 18 17:49:59.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4232 | 2024-10-18T17:50:01.852Z | [ recovery-image] Oct 18 17:49:59.809 INFO O| Oct 18 17:49:59.809 INFO STEP 28 (remove_files) COMPLETE |
4233 | 2024-10-18T17:50:01.852Z | [ recovery-image] Oct 18 17:49:59.810 INFO O| Oct 18 17:49:59.809 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4234 | 2024-10-18T17:50:01.893Z | [ recovery-image] Oct 18 17:49:59.852 INFO O| Oct 18 17:49:59.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4235 | 2024-10-18T17:50:01.896Z | [ recovery-image] Oct 18 17:49:59.852 INFO O| Oct 18 17:49:59.852 INFO STEP 29 (remove_files) COMPLETE |
4236 | 2024-10-18T17:50:01.896Z | [ recovery-image] Oct 18 17:49:59.852 INFO O| Oct 18 17:49:59.852 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4237 | 2024-10-18T17:50:01.913Z | [ recovery-image] Oct 18 17:49:59.871 INFO O| Oct 18 17:49:59.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4238 | 2024-10-18T17:50:01.919Z | [ recovery-image] Oct 18 17:49:59.871 INFO O| Oct 18 17:49:59.870 INFO STEP 30 (remove_files) COMPLETE |
4239 | 2024-10-18T17:50:01.919Z | [ recovery-image] Oct 18 17:49:59.871 INFO O| Oct 18 17:49:59.870 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4240 | 2024-10-18T17:50:01.925Z | [ host-image] Oct 18 17:49:59.883 INFO O| Oct 18 17:49:59.883 INFO O| Planning: Finding local manifests ... Done |
4241 | 2024-10-18T17:50:01.927Z | [ host-image] Oct 18 17:49:59.883 INFO O| Oct 18 17:49:59.883 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4242 | 2024-10-18T17:50:01.931Z | [ recovery-image] Oct 18 17:49:59.890 INFO O| Oct 18 17:49:59.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4243 | 2024-10-18T17:50:01.932Z | [ recovery-image] Oct 18 17:49:59.890 INFO O| Oct 18 17:49:59.890 INFO STEP 31 (remove_files) COMPLETE |
4244 | 2024-10-18T17:50:01.932Z | [ recovery-image] Oct 18 17:49:59.890 INFO O| Oct 18 17:49:59.890 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4245 | 2024-10-18T17:50:01.972Z | [ recovery-image] Oct 18 17:49:59.931 INFO O| Oct 18 17:49:59.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4246 | 2024-10-18T17:50:01.978Z | [ recovery-image] Oct 18 17:49:59.937 INFO O| Oct 18 17:49:59.937 INFO STEP 32 (remove_files) COMPLETE |
4247 | 2024-10-18T17:50:01.981Z | [ recovery-image] Oct 18 17:49:59.937 INFO O| Oct 18 17:49:59.937 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4248 | 2024-10-18T17:50:02.008Z | [ recovery-image] Oct 18 17:49:59.967 INFO O| Oct 18 17:49:59.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4249 | 2024-10-18T17:50:02.009Z | [ recovery-image] Oct 18 17:49:59.967 INFO O| Oct 18 17:49:59.967 INFO STEP 33 (remove_files) COMPLETE |
4250 | 2024-10-18T17:50:02.011Z | [ recovery-image] Oct 18 17:49:59.967 INFO O| Oct 18 17:49:59.967 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4251 | 2024-10-18T17:50:02.027Z | [ recovery-image] Oct 18 17:49:59.986 INFO O| Oct 18 17:49:59.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4252 | 2024-10-18T17:50:02.061Z | [ recovery-image] Oct 18 17:50:00.019 INFO O| Oct 18 17:50:00.019 INFO STEP 34 (remove_files) COMPLETE |
4253 | 2024-10-18T17:50:02.061Z | [ recovery-image] Oct 18 17:50:00.019 INFO O| Oct 18 17:50:00.019 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4254 | 2024-10-18T17:50:02.122Z | [ recovery-image] Oct 18 17:50:00.080 INFO O| Oct 18 17:50:00.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4255 | 2024-10-18T17:50:02.124Z | [ recovery-image] Oct 18 17:50:00.080 INFO O| Oct 18 17:50:00.080 INFO STEP 35 (remove_files) COMPLETE |
4256 | 2024-10-18T17:50:02.124Z | [ recovery-image] Oct 18 17:50:00.080 INFO O| Oct 18 17:50:00.080 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4257 | 2024-10-18T17:50:02.154Z | [ recovery-image] Oct 18 17:50:00.113 INFO O| Oct 18 17:50:00.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4258 | 2024-10-18T17:50:02.154Z | [ recovery-image] Oct 18 17:50:00.113 INFO O| Oct 18 17:50:00.113 INFO STEP 36 (remove_files) COMPLETE |
4259 | 2024-10-18T17:50:02.157Z | [ recovery-image] Oct 18 17:50:00.113 INFO O| Oct 18 17:50:00.113 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4260 | 2024-10-18T17:50:02.198Z | [ recovery-image] Oct 18 17:50:00.156 INFO O| Oct 18 17:50:00.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4261 | 2024-10-18T17:50:02.198Z | [ recovery-image] Oct 18 17:50:00.156 INFO O| Oct 18 17:50:00.156 INFO STEP 37 (remove_files) COMPLETE |
4262 | 2024-10-18T17:50:02.200Z | [ recovery-image] Oct 18 17:50:00.156 INFO O| Oct 18 17:50:00.156 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4263 | 2024-10-18T17:50:02.218Z | [ recovery-image] Oct 18 17:50:00.176 INFO O| Oct 18 17:50:00.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4264 | 2024-10-18T17:50:02.218Z | [ recovery-image] Oct 18 17:50:00.176 INFO O| Oct 18 17:50:00.176 INFO STEP 38 (remove_files) COMPLETE |
4265 | 2024-10-18T17:50:02.218Z | [ recovery-image] Oct 18 17:50:00.176 INFO O| Oct 18 17:50:00.176 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4266 | 2024-10-18T17:50:02.236Z | [ recovery-image] Oct 18 17:50:00.195 INFO O| Oct 18 17:50:00.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4267 | 2024-10-18T17:50:02.236Z | [ recovery-image] Oct 18 17:50:00.195 INFO O| Oct 18 17:50:00.195 INFO STEP 39 (remove_files) COMPLETE |
4268 | 2024-10-18T17:50:02.236Z | [ recovery-image] Oct 18 17:50:00.195 INFO O| Oct 18 17:50:00.195 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4269 | 2024-10-18T17:50:02.260Z | [ recovery-image] Oct 18 17:50:00.218 INFO O| Oct 18 17:50:00.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4270 | 2024-10-18T17:50:02.260Z | [ recovery-image] Oct 18 17:50:00.218 INFO O| Oct 18 17:50:00.218 INFO STEP 40 (remove_files) COMPLETE |
4271 | 2024-10-18T17:50:02.262Z | [ recovery-image] Oct 18 17:50:00.218 INFO O| Oct 18 17:50:00.218 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4272 | 2024-10-18T17:50:02.279Z | [ recovery-image] Oct 18 17:50:00.238 INFO O| Oct 18 17:50:00.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4273 | 2024-10-18T17:50:02.279Z | [ recovery-image] Oct 18 17:50:00.238 INFO O| Oct 18 17:50:00.238 INFO STEP 41 (remove_files) COMPLETE |
4274 | 2024-10-18T17:50:02.279Z | [ recovery-image] Oct 18 17:50:00.238 INFO O| Oct 18 17:50:00.238 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4275 | 2024-10-18T17:50:02.283Z | [ host-image] Oct 18 17:50:00.242 INFO O| Oct 18 17:50:00.242 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4276 | 2024-10-18T17:50:02.298Z | [ recovery-image] Oct 18 17:50:00.257 INFO O| Oct 18 17:50:00.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4277 | 2024-10-18T17:50:02.298Z | [ recovery-image] Oct 18 17:50:00.257 INFO O| Oct 18 17:50:00.257 INFO STEP 42 (remove_files) COMPLETE |
4278 | 2024-10-18T17:50:02.301Z | [ recovery-image] Oct 18 17:50:00.257 INFO O| Oct 18 17:50:00.257 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4279 | 2024-10-18T17:50:02.328Z | [ recovery-image] Oct 18 17:50:00.284 INFO O| Oct 18 17:50:00.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4280 | 2024-10-18T17:50:02.328Z | [ recovery-image] Oct 18 17:50:00.284 INFO O| Oct 18 17:50:00.284 INFO STEP 43 (remove_files) COMPLETE |
4281 | 2024-10-18T17:50:02.331Z | [ recovery-image] Oct 18 17:50:00.284 INFO O| Oct 18 17:50:00.284 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4282 | 2024-10-18T17:50:02.345Z | [ recovery-image] Oct 18 17:50:00.303 INFO O| Oct 18 17:50:00.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4283 | 2024-10-18T17:50:02.345Z | [ recovery-image] Oct 18 17:50:00.303 INFO O| Oct 18 17:50:00.303 INFO STEP 44 (remove_files) COMPLETE |
4284 | 2024-10-18T17:50:02.345Z | [ recovery-image] Oct 18 17:50:00.303 INFO O| Oct 18 17:50:00.303 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4285 | 2024-10-18T17:50:02.379Z | [ recovery-image] Oct 18 17:50:00.337 INFO O| Oct 18 17:50:00.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4286 | 2024-10-18T17:50:02.379Z | [ recovery-image] Oct 18 17:50:00.337 INFO O| Oct 18 17:50:00.337 INFO STEP 45 (remove_files) COMPLETE |
4287 | 2024-10-18T17:50:02.379Z | [ recovery-image] Oct 18 17:50:00.337 INFO O| Oct 18 17:50:00.337 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4288 | 2024-10-18T17:50:02.397Z | [ host-image] Oct 18 17:50:00.355 INFO O| Oct 18 17:50:00.355 INFO O| Planning: Package planning ... Done |
4289 | 2024-10-18T17:50:02.401Z | [ recovery-image] Oct 18 17:50:00.358 INFO O| Oct 18 17:50:00.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4290 | 2024-10-18T17:50:02.401Z | [ recovery-image] Oct 18 17:50:00.358 INFO O| Oct 18 17:50:00.358 INFO STEP 46 (remove_files) COMPLETE |
4291 | 2024-10-18T17:50:02.401Z | [ recovery-image] Oct 18 17:50:00.358 INFO O| Oct 18 17:50:00.358 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4292 | 2024-10-18T17:50:02.442Z | [ host-image] Oct 18 17:50:00.400 INFO O| Oct 18 17:50:00.400 INFO O| Planning: Merging actions ... Done |
4293 | 2024-10-18T17:50:02.465Z | [ recovery-image] Oct 18 17:50:00.422 INFO O| Oct 18 17:50:00.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4294 | 2024-10-18T17:50:02.465Z | [ recovery-image] Oct 18 17:50:00.422 INFO O| Oct 18 17:50:00.422 INFO STEP 47 (remove_files) COMPLETE |
4295 | 2024-10-18T17:50:02.465Z | [ recovery-image] Oct 18 17:50:00.422 INFO O| Oct 18 17:50:00.422 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4296 | 2024-10-18T17:50:02.491Z | [ recovery-image] Oct 18 17:50:00.449 INFO O| Oct 18 17:50:00.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4297 | 2024-10-18T17:50:02.491Z | [ recovery-image] Oct 18 17:50:00.449 INFO O| Oct 18 17:50:00.449 INFO STEP 48 (remove_files) COMPLETE |
4298 | 2024-10-18T17:50:02.493Z | [ recovery-image] Oct 18 17:50:00.449 INFO O| Oct 18 17:50:00.449 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4299 | 2024-10-18T17:50:02.552Z | [ recovery-image] Oct 18 17:50:00.510 INFO O| Oct 18 17:50:00.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4300 | 2024-10-18T17:50:02.552Z | [ recovery-image] Oct 18 17:50:00.510 INFO O| Oct 18 17:50:00.510 INFO STEP 49 (remove_files) COMPLETE |
4301 | 2024-10-18T17:50:02.555Z | [ recovery-image] Oct 18 17:50:00.510 INFO O| Oct 18 17:50:00.510 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4302 | 2024-10-18T17:50:02.571Z | [ recovery-image] Oct 18 17:50:00.529 INFO O| Oct 18 17:50:00.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4303 | 2024-10-18T17:50:02.571Z | [ recovery-image] Oct 18 17:50:00.529 INFO O| Oct 18 17:50:00.529 INFO STEP 50 (remove_files) COMPLETE |
4304 | 2024-10-18T17:50:02.571Z | [ recovery-image] Oct 18 17:50:00.529 INFO O| Oct 18 17:50:00.529 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4305 | 2024-10-18T17:50:02.591Z | [ recovery-image] Oct 18 17:50:00.549 INFO O| Oct 18 17:50:00.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4306 | 2024-10-18T17:50:02.597Z | [ recovery-image] Oct 18 17:50:00.550 INFO O| Oct 18 17:50:00.550 INFO STEP 51 (remove_files) COMPLETE |
4307 | 2024-10-18T17:50:02.597Z | [ recovery-image] Oct 18 17:50:00.550 INFO O| Oct 18 17:50:00.550 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4308 | 2024-10-18T17:50:02.635Z | [ recovery-image] Oct 18 17:50:00.593 INFO O| Oct 18 17:50:00.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4309 | 2024-10-18T17:50:02.635Z | [ recovery-image] Oct 18 17:50:00.593 INFO O| Oct 18 17:50:00.593 INFO STEP 52 (remove_files) COMPLETE |
4310 | 2024-10-18T17:50:02.635Z | [ recovery-image] Oct 18 17:50:00.593 INFO O| Oct 18 17:50:00.593 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4311 | 2024-10-18T17:50:02.651Z | [ host-image] Oct 18 17:50:00.609 INFO O| Oct 18 17:50:00.609 INFO O| Planning: Checking for conflicting actions ... Done |
4312 | 2024-10-18T17:50:02.653Z | [ recovery-image] Oct 18 17:50:00.612 INFO O| Oct 18 17:50:00.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4313 | 2024-10-18T17:50:02.656Z | [ recovery-image] Oct 18 17:50:00.612 INFO O| Oct 18 17:50:00.612 INFO STEP 53 (remove_files) COMPLETE |
4314 | 2024-10-18T17:50:02.656Z | [ recovery-image] Oct 18 17:50:00.613 INFO O| Oct 18 17:50:00.612 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4315 | 2024-10-18T17:50:02.658Z | [ host-image] Oct 18 17:50:00.617 INFO O| Oct 18 17:50:00.617 INFO O| Planning: Consolidating action changes ... Done |
4316 | 2024-10-18T17:50:02.687Z | [ recovery-image] Oct 18 17:50:00.645 INFO O| Oct 18 17:50:00.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4317 | 2024-10-18T17:50:02.706Z | [ recovery-image] Oct 18 17:50:00.665 INFO O| Oct 18 17:50:00.665 INFO STEP 54 (remove_files) COMPLETE |
4318 | 2024-10-18T17:50:02.706Z | [ recovery-image] Oct 18 17:50:00.665 INFO O| Oct 18 17:50:00.665 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4319 | 2024-10-18T17:50:02.739Z | [ recovery-image] Oct 18 17:50:00.697 INFO O| Oct 18 17:50:00.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4320 | 2024-10-18T17:50:02.739Z | [ recovery-image] Oct 18 17:50:00.697 INFO O| Oct 18 17:50:00.697 INFO STEP 55 (remove_files) COMPLETE |
4321 | 2024-10-18T17:50:02.742Z | [ recovery-image] Oct 18 17:50:00.697 INFO O| Oct 18 17:50:00.697 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4322 | 2024-10-18T17:50:02.757Z | [ recovery-image] Oct 18 17:50:00.715 INFO O| Oct 18 17:50:00.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4323 | 2024-10-18T17:50:02.757Z | [ recovery-image] Oct 18 17:50:00.715 INFO O| Oct 18 17:50:00.715 INFO STEP 56 (remove_files) COMPLETE |
4324 | 2024-10-18T17:50:02.757Z | [ recovery-image] Oct 18 17:50:00.715 INFO O| Oct 18 17:50:00.715 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4325 | 2024-10-18T17:50:02.805Z | [ recovery-image] Oct 18 17:50:00.764 INFO O| Oct 18 17:50:00.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4326 | 2024-10-18T17:50:02.808Z | [ recovery-image] Oct 18 17:50:00.764 INFO O| Oct 18 17:50:00.764 INFO STEP 57 (remove_files) COMPLETE |
4327 | 2024-10-18T17:50:02.808Z | [ recovery-image] Oct 18 17:50:00.764 INFO O| Oct 18 17:50:00.764 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4328 | 2024-10-18T17:50:02.861Z | [ recovery-image] Oct 18 17:50:00.819 INFO O| Oct 18 17:50:00.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4329 | 2024-10-18T17:50:02.861Z | [ recovery-image] Oct 18 17:50:00.819 INFO O| Oct 18 17:50:00.819 INFO STEP 58 (remove_files) COMPLETE |
4330 | 2024-10-18T17:50:02.864Z | [ recovery-image] Oct 18 17:50:00.819 INFO O| Oct 18 17:50:00.819 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4331 | 2024-10-18T17:50:02.880Z | [ recovery-image] Oct 18 17:50:00.839 INFO O| Oct 18 17:50:00.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4332 | 2024-10-18T17:50:02.884Z | [ recovery-image] Oct 18 17:50:00.839 INFO O| Oct 18 17:50:00.839 INFO STEP 59 (remove_files) COMPLETE |
4333 | 2024-10-18T17:50:02.884Z | [ recovery-image] Oct 18 17:50:00.839 INFO O| Oct 18 17:50:00.839 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4334 | 2024-10-18T17:50:02.899Z | [ recovery-image] Oct 18 17:50:00.857 INFO O| Oct 18 17:50:00.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4335 | 2024-10-18T17:50:02.906Z | [ recovery-image] Oct 18 17:50:00.864 INFO O| Oct 18 17:50:00.864 INFO STEP 60 (remove_files) COMPLETE |
4336 | 2024-10-18T17:50:02.908Z | [ recovery-image] Oct 18 17:50:00.864 INFO O| Oct 18 17:50:00.864 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4337 | 2024-10-18T17:50:03.007Z | [ recovery-image] Oct 18 17:50:00.965 INFO O| Oct 18 17:50:00.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4338 | 2024-10-18T17:50:03.007Z | [ recovery-image] Oct 18 17:50:00.965 INFO O| Oct 18 17:50:00.965 INFO STEP 61 (remove_files) COMPLETE |
4339 | 2024-10-18T17:50:03.007Z | [ recovery-image] Oct 18 17:50:00.965 INFO O| Oct 18 17:50:00.965 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4340 | 2024-10-18T17:50:03.026Z | [ recovery-image] Oct 18 17:50:00.984 INFO O| Oct 18 17:50:00.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4341 | 2024-10-18T17:50:03.026Z | [ recovery-image] Oct 18 17:50:00.984 INFO O| Oct 18 17:50:00.984 INFO STEP 62 (remove_files) COMPLETE |
4342 | 2024-10-18T17:50:03.028Z | [ recovery-image] Oct 18 17:50:00.984 INFO O| Oct 18 17:50:00.984 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4343 | 2024-10-18T17:50:03.044Z | [ recovery-image] Oct 18 17:50:01.002 INFO O| Oct 18 17:50:01.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4344 | 2024-10-18T17:50:03.044Z | [ recovery-image] Oct 18 17:50:01.002 INFO O| Oct 18 17:50:01.002 INFO STEP 63 (remove_files) COMPLETE |
4345 | 2024-10-18T17:50:03.049Z | [ recovery-image] Oct 18 17:50:01.002 INFO O| Oct 18 17:50:01.002 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4346 | 2024-10-18T17:50:03.062Z | [ recovery-image] Oct 18 17:50:01.021 INFO O| Oct 18 17:50:01.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4347 | 2024-10-18T17:50:03.063Z | [ recovery-image] Oct 18 17:50:01.021 INFO O| Oct 18 17:50:01.021 INFO STEP 64 (remove_files) COMPLETE |
4348 | 2024-10-18T17:50:03.063Z | [ recovery-image] Oct 18 17:50:01.021 INFO O| Oct 18 17:50:01.021 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4349 | 2024-10-18T17:50:03.083Z | [ recovery-image] Oct 18 17:50:01.039 INFO O| Oct 18 17:50:01.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4350 | 2024-10-18T17:50:03.083Z | [ recovery-image] Oct 18 17:50:01.039 INFO O| Oct 18 17:50:01.039 INFO STEP 65 (remove_files) COMPLETE |
4351 | 2024-10-18T17:50:03.083Z | [ recovery-image] Oct 18 17:50:01.040 INFO O| Oct 18 17:50:01.039 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4352 | 2024-10-18T17:50:03.146Z | [ host-image] Oct 18 17:50:01.103 INFO O| Oct 18 17:50:01.103 INFO O| Planning: Evaluating mediators ... Done |
4353 | 2024-10-18T17:50:03.149Z | [ host-image] Oct 18 17:50:01.108 INFO O| Oct 18 17:50:01.108 INFO O| Planning: Planning completed in 4.67 seconds |
4354 | 2024-10-18T17:50:03.152Z | [ recovery-image] Oct 18 17:50:01.109 INFO O| Oct 18 17:50:01.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4355 | 2024-10-18T17:50:03.152Z | [ recovery-image] Oct 18 17:50:01.110 INFO O| Oct 18 17:50:01.109 INFO STEP 66 (remove_files) COMPLETE |
4356 | 2024-10-18T17:50:03.152Z | [ recovery-image] Oct 18 17:50:01.110 INFO O| Oct 18 17:50:01.109 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4357 | 2024-10-18T17:50:03.154Z | [ host-image] Oct 18 17:50:01.110 INFO O| Oct 18 17:50:01.110 INFO O| Packages to install: 6 |
4358 | 2024-10-18T17:50:03.154Z | [ host-image] Oct 18 17:50:01.110 INFO O| Oct 18 17:50:01.110 INFO O| Mediators to change: 1 |
4359 | 2024-10-18T17:50:03.154Z | [ host-image] Oct 18 17:50:01.110 INFO O| Oct 18 17:50:01.110 INFO O| Services to change: 1 |
4360 | 2024-10-18T17:50:03.171Z | [ recovery-image] Oct 18 17:50:01.129 INFO O| Oct 18 17:50:01.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4361 | 2024-10-18T17:50:03.174Z | [ recovery-image] Oct 18 17:50:01.129 INFO O| Oct 18 17:50:01.129 INFO STEP 67 (remove_files) COMPLETE |
4362 | 2024-10-18T17:50:03.174Z | [ recovery-image] Oct 18 17:50:01.130 INFO O| Oct 18 17:50:01.129 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4363 | 2024-10-18T17:50:03.176Z | [ host-image] Oct 18 17:50:01.133 INFO O| Oct 18 17:50:01.133 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
4364 | 2024-10-18T17:50:03.240Z | [ recovery-image] Oct 18 17:50:01.198 INFO O| Oct 18 17:50:01.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4365 | 2024-10-18T17:50:03.240Z | [ recovery-image] Oct 18 17:50:01.198 INFO O| Oct 18 17:50:01.198 INFO STEP 68 (remove_files) COMPLETE |
4366 | 2024-10-18T17:50:03.242Z | [ recovery-image] Oct 18 17:50:01.198 INFO O| Oct 18 17:50:01.198 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4367 | 2024-10-18T17:50:03.260Z | [ recovery-image] Oct 18 17:50:01.218 INFO O| Oct 18 17:50:01.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4368 | 2024-10-18T17:50:03.260Z | [ recovery-image] Oct 18 17:50:01.218 INFO O| Oct 18 17:50:01.218 INFO STEP 69 (remove_files) COMPLETE |
4369 | 2024-10-18T17:50:03.260Z | [ recovery-image] Oct 18 17:50:01.218 INFO O| Oct 18 17:50:01.218 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4370 | 2024-10-18T17:50:03.278Z | [ recovery-image] Oct 18 17:50:01.236 INFO O| Oct 18 17:50:01.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4371 | 2024-10-18T17:50:03.278Z | [ recovery-image] Oct 18 17:50:01.236 INFO O| Oct 18 17:50:01.236 INFO STEP 70 (remove_files) COMPLETE |
4372 | 2024-10-18T17:50:03.278Z | [ recovery-image] Oct 18 17:50:01.236 INFO O| Oct 18 17:50:01.236 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4373 | 2024-10-18T17:50:03.295Z | [ recovery-image] Oct 18 17:50:01.253 INFO O| Oct 18 17:50:01.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4374 | 2024-10-18T17:50:03.295Z | [ recovery-image] Oct 18 17:50:01.253 INFO O| Oct 18 17:50:01.253 INFO STEP 71 (remove_files) COMPLETE |
4375 | 2024-10-18T17:50:03.295Z | [ recovery-image] Oct 18 17:50:01.253 INFO O| Oct 18 17:50:01.253 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4376 | 2024-10-18T17:50:03.312Z | [ recovery-image] Oct 18 17:50:01.270 INFO O| Oct 18 17:50:01.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4377 | 2024-10-18T17:50:03.315Z | [ recovery-image] Oct 18 17:50:01.270 INFO O| Oct 18 17:50:01.270 INFO STEP 72 (remove_files) COMPLETE |
4378 | 2024-10-18T17:50:03.315Z | [ recovery-image] Oct 18 17:50:01.270 INFO O| Oct 18 17:50:01.270 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4379 | 2024-10-18T17:50:03.344Z | [ recovery-image] Oct 18 17:50:01.303 INFO O| Oct 18 17:50:01.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4380 | 2024-10-18T17:50:03.345Z | [ recovery-image] Oct 18 17:50:01.303 INFO O| Oct 18 17:50:01.303 INFO STEP 73 (remove_files) COMPLETE |
4381 | 2024-10-18T17:50:03.347Z | [ recovery-image] Oct 18 17:50:01.303 INFO O| Oct 18 17:50:01.303 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4382 | 2024-10-18T17:50:03.365Z | [ recovery-image] Oct 18 17:50:01.323 INFO O| Oct 18 17:50:01.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4383 | 2024-10-18T17:50:03.365Z | [ recovery-image] Oct 18 17:50:01.323 INFO O| Oct 18 17:50:01.323 INFO STEP 74 (remove_files) COMPLETE |
4384 | 2024-10-18T17:50:03.367Z | [ recovery-image] Oct 18 17:50:01.323 INFO O| Oct 18 17:50:01.323 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4385 | 2024-10-18T17:50:03.384Z | [ recovery-image] Oct 18 17:50:01.342 INFO O| Oct 18 17:50:01.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4386 | 2024-10-18T17:50:03.387Z | [ recovery-image] Oct 18 17:50:01.342 INFO O| Oct 18 17:50:01.342 INFO STEP 75 (remove_files) COMPLETE |
4387 | 2024-10-18T17:50:03.387Z | [ recovery-image] Oct 18 17:50:01.343 INFO O| Oct 18 17:50:01.343 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4388 | 2024-10-18T17:50:03.405Z | [ recovery-image] Oct 18 17:50:01.363 INFO O| Oct 18 17:50:01.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4389 | 2024-10-18T17:50:03.407Z | [ recovery-image] Oct 18 17:50:01.363 INFO O| Oct 18 17:50:01.363 INFO STEP 76 (remove_files) COMPLETE |
4390 | 2024-10-18T17:50:03.407Z | [ recovery-image] Oct 18 17:50:01.363 INFO O| Oct 18 17:50:01.363 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4391 | 2024-10-18T17:50:03.426Z | [ recovery-image] Oct 18 17:50:01.384 INFO O| Oct 18 17:50:01.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4392 | 2024-10-18T17:50:03.426Z | [ recovery-image] Oct 18 17:50:01.385 INFO O| Oct 18 17:50:01.384 INFO STEP 77 (remove_files) COMPLETE |
4393 | 2024-10-18T17:50:03.429Z | [ recovery-image] Oct 18 17:50:01.385 INFO O| Oct 18 17:50:01.385 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4394 | 2024-10-18T17:50:03.443Z | [ recovery-image] Oct 18 17:50:01.401 INFO O| Oct 18 17:50:01.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4395 | 2024-10-18T17:50:03.443Z | [ recovery-image] Oct 18 17:50:01.402 INFO O| Oct 18 17:50:01.401 INFO STEP 78 (remove_files) COMPLETE |
4396 | 2024-10-18T17:50:03.446Z | [ recovery-image] Oct 18 17:50:01.402 INFO O| Oct 18 17:50:01.402 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4397 | 2024-10-18T17:50:03.499Z | [ recovery-image] Oct 18 17:50:01.457 INFO O| Oct 18 17:50:01.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4398 | 2024-10-18T17:50:03.499Z | [ recovery-image] Oct 18 17:50:01.457 INFO O| Oct 18 17:50:01.457 INFO STEP 79 (remove_files) COMPLETE |
4399 | 2024-10-18T17:50:03.500Z | [ recovery-image] Oct 18 17:50:01.457 INFO O| Oct 18 17:50:01.457 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4400 | 2024-10-18T17:50:03.517Z | [ recovery-image] Oct 18 17:50:01.475 INFO O| Oct 18 17:50:01.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4401 | 2024-10-18T17:50:03.517Z | [ recovery-image] Oct 18 17:50:01.475 INFO O| Oct 18 17:50:01.475 INFO STEP 80 (remove_files) COMPLETE |
4402 | 2024-10-18T17:50:03.517Z | [ recovery-image] Oct 18 17:50:01.475 INFO O| Oct 18 17:50:01.475 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4403 | 2024-10-18T17:50:03.534Z | [ recovery-image] Oct 18 17:50:01.492 INFO O| Oct 18 17:50:01.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4404 | 2024-10-18T17:50:03.534Z | [ recovery-image] Oct 18 17:50:01.492 INFO O| Oct 18 17:50:01.492 INFO STEP 81 (remove_files) COMPLETE |
4405 | 2024-10-18T17:50:03.536Z | [ recovery-image] Oct 18 17:50:01.492 INFO O| Oct 18 17:50:01.492 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4406 | 2024-10-18T17:50:03.550Z | [ recovery-image] Oct 18 17:50:01.509 INFO O| Oct 18 17:50:01.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4407 | 2024-10-18T17:50:03.550Z | [ recovery-image] Oct 18 17:50:01.509 INFO O| Oct 18 17:50:01.509 INFO STEP 82 (remove_files) COMPLETE |
4408 | 2024-10-18T17:50:03.551Z | [ recovery-image] Oct 18 17:50:01.509 INFO O| Oct 18 17:50:01.509 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4409 | 2024-10-18T17:50:03.571Z | [ recovery-image] Oct 18 17:50:01.529 INFO O| Oct 18 17:50:01.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4410 | 2024-10-18T17:50:03.571Z | [ recovery-image] Oct 18 17:50:01.529 INFO O| Oct 18 17:50:01.529 INFO STEP 83 (remove_files) COMPLETE |
4411 | 2024-10-18T17:50:03.573Z | [ recovery-image] Oct 18 17:50:01.529 INFO O| Oct 18 17:50:01.529 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4412 | 2024-10-18T17:50:03.590Z | [ recovery-image] Oct 18 17:50:01.548 INFO O| Oct 18 17:50:01.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4413 | 2024-10-18T17:50:03.590Z | [ recovery-image] Oct 18 17:50:01.548 INFO O| Oct 18 17:50:01.548 INFO STEP 84 (remove_files) COMPLETE |
4414 | 2024-10-18T17:50:03.590Z | [ recovery-image] Oct 18 17:50:01.548 INFO O| Oct 18 17:50:01.548 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4415 | 2024-10-18T17:50:03.614Z | [ recovery-image] Oct 18 17:50:01.572 INFO O| Oct 18 17:50:01.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4416 | 2024-10-18T17:50:03.614Z | [ recovery-image] Oct 18 17:50:01.572 INFO O| Oct 18 17:50:01.572 INFO STEP 85 (remove_files) COMPLETE |
4417 | 2024-10-18T17:50:03.618Z | [ recovery-image] Oct 18 17:50:01.572 INFO O| Oct 18 17:50:01.572 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4418 | 2024-10-18T17:50:03.646Z | [ recovery-image] Oct 18 17:50:01.604 INFO O| Oct 18 17:50:01.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4419 | 2024-10-18T17:50:03.646Z | [ recovery-image] Oct 18 17:50:01.604 INFO O| Oct 18 17:50:01.604 INFO STEP 86 (remove_files) COMPLETE |
4420 | 2024-10-18T17:50:03.646Z | [ recovery-image] Oct 18 17:50:01.604 INFO O| Oct 18 17:50:01.604 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4421 | 2024-10-18T17:50:03.671Z | [ recovery-image] Oct 18 17:50:01.629 INFO O| Oct 18 17:50:01.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4422 | 2024-10-18T17:50:03.674Z | [ recovery-image] Oct 18 17:50:01.629 INFO O| Oct 18 17:50:01.629 INFO STEP 87 (remove_files) COMPLETE |
4423 | 2024-10-18T17:50:03.674Z | [ recovery-image] Oct 18 17:50:01.629 INFO O| Oct 18 17:50:01.629 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4424 | 2024-10-18T17:50:03.705Z | [ recovery-image] Oct 18 17:50:01.662 INFO O| Oct 18 17:50:01.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4425 | 2024-10-18T17:50:03.705Z | [ recovery-image] Oct 18 17:50:01.662 INFO O| Oct 18 17:50:01.662 INFO STEP 88 (remove_files) COMPLETE |
4426 | 2024-10-18T17:50:03.705Z | [ recovery-image] Oct 18 17:50:01.662 INFO O| Oct 18 17:50:01.662 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4427 | 2024-10-18T17:50:03.747Z | [ recovery-image] Oct 18 17:50:01.704 INFO O| Oct 18 17:50:01.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4428 | 2024-10-18T17:50:03.747Z | [ recovery-image] Oct 18 17:50:01.704 INFO O| Oct 18 17:50:01.704 INFO STEP 89 (remove_files) COMPLETE |
4429 | 2024-10-18T17:50:03.747Z | [ recovery-image] Oct 18 17:50:01.704 INFO O| Oct 18 17:50:01.704 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4430 | 2024-10-18T17:50:03.767Z | [ recovery-image] Oct 18 17:50:01.724 INFO O| Oct 18 17:50:01.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4431 | 2024-10-18T17:50:03.767Z | [ recovery-image] Oct 18 17:50:01.724 INFO O| Oct 18 17:50:01.724 INFO STEP 90 (remove_files) COMPLETE |
4432 | 2024-10-18T17:50:03.767Z | [ recovery-image] Oct 18 17:50:01.724 INFO O| Oct 18 17:50:01.724 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4433 | 2024-10-18T17:50:03.784Z | [ recovery-image] Oct 18 17:50:01.742 INFO O| Oct 18 17:50:01.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4434 | 2024-10-18T17:50:03.784Z | [ recovery-image] Oct 18 17:50:01.742 INFO O| Oct 18 17:50:01.742 INFO STEP 91 (remove_files) COMPLETE |
4435 | 2024-10-18T17:50:03.784Z | [ recovery-image] Oct 18 17:50:01.742 INFO O| Oct 18 17:50:01.742 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4436 | 2024-10-18T17:50:03.802Z | [ recovery-image] Oct 18 17:50:01.759 INFO O| Oct 18 17:50:01.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4437 | 2024-10-18T17:50:03.802Z | [ recovery-image] Oct 18 17:50:01.759 INFO O| Oct 18 17:50:01.759 INFO STEP 92 (remove_files) COMPLETE |
4438 | 2024-10-18T17:50:03.802Z | [ recovery-image] Oct 18 17:50:01.759 INFO O| Oct 18 17:50:01.759 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4439 | 2024-10-18T17:50:03.872Z | [ recovery-image] Oct 18 17:50:01.829 INFO O| Oct 18 17:50:01.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4440 | 2024-10-18T17:50:03.872Z | [ recovery-image] Oct 18 17:50:01.829 INFO O| Oct 18 17:50:01.829 INFO STEP 93 (remove_files) COMPLETE |
4441 | 2024-10-18T17:50:03.872Z | [ recovery-image] Oct 18 17:50:01.829 INFO O| Oct 18 17:50:01.829 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4442 | 2024-10-18T17:50:03.892Z | [ recovery-image] Oct 18 17:50:01.849 INFO O| Oct 18 17:50:01.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4443 | 2024-10-18T17:50:03.892Z | [ recovery-image] Oct 18 17:50:01.849 INFO O| Oct 18 17:50:01.849 INFO STEP 94 (remove_files) COMPLETE |
4444 | 2024-10-18T17:50:03.892Z | [ recovery-image] Oct 18 17:50:01.849 INFO O| Oct 18 17:50:01.849 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4445 | 2024-10-18T17:50:03.912Z | [ recovery-image] Oct 18 17:50:01.869 INFO O| Oct 18 17:50:01.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4446 | 2024-10-18T17:50:03.912Z | [ recovery-image] Oct 18 17:50:01.869 INFO O| Oct 18 17:50:01.869 INFO STEP 95 (remove_files) COMPLETE |
4447 | 2024-10-18T17:50:03.912Z | [ recovery-image] Oct 18 17:50:01.869 INFO O| Oct 18 17:50:01.869 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4448 | 2024-10-18T17:50:03.933Z | [ recovery-image] Oct 18 17:50:01.890 INFO O| Oct 18 17:50:01.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4449 | 2024-10-18T17:50:03.933Z | [ recovery-image] Oct 18 17:50:01.890 INFO O| Oct 18 17:50:01.890 INFO STEP 96 (remove_files) COMPLETE |
4450 | 2024-10-18T17:50:03.933Z | [ recovery-image] Oct 18 17:50:01.890 INFO O| Oct 18 17:50:01.890 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4451 | 2024-10-18T17:50:03.961Z | [ recovery-image] Oct 18 17:50:01.917 INFO O| Oct 18 17:50:01.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4452 | 2024-10-18T17:50:03.964Z | [ recovery-image] Oct 18 17:50:01.922 INFO O| Oct 18 17:50:01.922 INFO STEP 97 (remove_files) COMPLETE |
4453 | 2024-10-18T17:50:03.968Z | [ recovery-image] Oct 18 17:50:01.922 INFO O| Oct 18 17:50:01.922 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4454 | 2024-10-18T17:50:03.986Z | [ recovery-image] Oct 18 17:50:01.943 INFO O| Oct 18 17:50:01.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4455 | 2024-10-18T17:50:03.989Z | [ recovery-image] Oct 18 17:50:01.943 INFO O| Oct 18 17:50:01.943 INFO STEP 98 (remove_files) COMPLETE |
4456 | 2024-10-18T17:50:03.989Z | [ recovery-image] Oct 18 17:50:01.944 INFO O| Oct 18 17:50:01.943 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4457 | 2024-10-18T17:50:04.006Z | [ recovery-image] Oct 18 17:50:01.964 INFO O| Oct 18 17:50:01.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4458 | 2024-10-18T17:50:04.008Z | [ recovery-image] Oct 18 17:50:01.964 INFO O| Oct 18 17:50:01.964 INFO STEP 99 (remove_files) COMPLETE |
4459 | 2024-10-18T17:50:04.008Z | [ recovery-image] Oct 18 17:50:01.964 INFO O| Oct 18 17:50:01.964 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4460 | 2024-10-18T17:50:04.086Z | [ recovery-image] Oct 18 17:50:02.044 INFO O| Oct 18 17:50:02.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4461 | 2024-10-18T17:50:04.088Z | [ recovery-image] Oct 18 17:50:02.044 INFO O| Oct 18 17:50:02.044 INFO STEP 100 (remove_files) COMPLETE |
4462 | 2024-10-18T17:50:04.088Z | [ recovery-image] Oct 18 17:50:02.044 INFO O| Oct 18 17:50:02.044 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4463 | 2024-10-18T17:50:04.160Z | [ recovery-image] Oct 18 17:50:02.118 INFO O| Oct 18 17:50:02.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4464 | 2024-10-18T17:50:04.160Z | [ recovery-image] Oct 18 17:50:02.118 INFO O| Oct 18 17:50:02.118 INFO STEP 101 (remove_files) COMPLETE |
4465 | 2024-10-18T17:50:04.164Z | [ recovery-image] Oct 18 17:50:02.118 INFO O| Oct 18 17:50:02.118 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4466 | 2024-10-18T17:50:04.179Z | [ recovery-image] Oct 18 17:50:02.137 INFO O| Oct 18 17:50:02.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4467 | 2024-10-18T17:50:04.202Z | [ recovery-image] Oct 18 17:50:02.160 INFO O| Oct 18 17:50:02.160 INFO STEP 102 (remove_files) COMPLETE |
4468 | 2024-10-18T17:50:04.202Z | [ recovery-image] Oct 18 17:50:02.160 INFO O| Oct 18 17:50:02.160 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4469 | 2024-10-18T17:50:04.243Z | [ recovery-image] Oct 18 17:50:02.200 INFO O| Oct 18 17:50:02.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4470 | 2024-10-18T17:50:04.245Z | [ recovery-image] Oct 18 17:50:02.201 INFO O| Oct 18 17:50:02.201 INFO STEP 103 (remove_files) COMPLETE |
4471 | 2024-10-18T17:50:04.245Z | [ recovery-image] Oct 18 17:50:02.201 INFO O| Oct 18 17:50:02.201 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4472 | 2024-10-18T17:50:04.264Z | [ recovery-image] Oct 18 17:50:02.221 INFO O| Oct 18 17:50:02.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4473 | 2024-10-18T17:50:04.266Z | [ recovery-image] Oct 18 17:50:02.222 INFO O| Oct 18 17:50:02.222 INFO STEP 104 (remove_files) COMPLETE |
4474 | 2024-10-18T17:50:04.266Z | [ recovery-image] Oct 18 17:50:02.222 INFO O| Oct 18 17:50:02.222 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4475 | 2024-10-18T17:50:04.285Z | [ recovery-image] Oct 18 17:50:02.242 INFO O| Oct 18 17:50:02.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4476 | 2024-10-18T17:50:04.287Z | [ recovery-image] Oct 18 17:50:02.243 INFO O| Oct 18 17:50:02.243 INFO STEP 105 (remove_files) COMPLETE |
4477 | 2024-10-18T17:50:04.287Z | [ recovery-image] Oct 18 17:50:02.243 INFO O| Oct 18 17:50:02.243 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4478 | 2024-10-18T17:50:04.305Z | [ recovery-image] Oct 18 17:50:02.262 INFO O| Oct 18 17:50:02.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4479 | 2024-10-18T17:50:04.309Z | [ recovery-image] Oct 18 17:50:02.267 INFO O| Oct 18 17:50:02.267 INFO STEP 106 (remove_files) COMPLETE |
4480 | 2024-10-18T17:50:04.311Z | [ recovery-image] Oct 18 17:50:02.267 INFO O| Oct 18 17:50:02.267 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4481 | 2024-10-18T17:50:04.329Z | [ recovery-image] Oct 18 17:50:02.286 INFO O| Oct 18 17:50:02.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4482 | 2024-10-18T17:50:04.331Z | [ recovery-image] Oct 18 17:50:02.287 INFO O| Oct 18 17:50:02.287 INFO STEP 107 (remove_files) COMPLETE |
4483 | 2024-10-18T17:50:04.331Z | [ recovery-image] Oct 18 17:50:02.287 INFO O| Oct 18 17:50:02.287 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4484 | 2024-10-18T17:50:04.347Z | [ recovery-image] Oct 18 17:50:02.305 INFO O| Oct 18 17:50:02.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4485 | 2024-10-18T17:50:04.350Z | [ recovery-image] Oct 18 17:50:02.306 INFO O| Oct 18 17:50:02.306 INFO STEP 108 (remove_files) COMPLETE |
4486 | 2024-10-18T17:50:04.350Z | [ recovery-image] Oct 18 17:50:02.306 INFO O| Oct 18 17:50:02.306 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4487 | 2024-10-18T17:50:04.367Z | [ recovery-image] Oct 18 17:50:02.324 INFO O| Oct 18 17:50:02.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4488 | 2024-10-18T17:50:04.369Z | [ recovery-image] Oct 18 17:50:02.325 INFO O| Oct 18 17:50:02.325 INFO STEP 109 (remove_files) COMPLETE |
4489 | 2024-10-18T17:50:04.369Z | [ recovery-image] Oct 18 17:50:02.325 INFO O| Oct 18 17:50:02.325 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4490 | 2024-10-18T17:50:04.385Z | [ recovery-image] Oct 18 17:50:02.343 INFO O| Oct 18 17:50:02.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4491 | 2024-10-18T17:50:04.388Z | [ recovery-image] Oct 18 17:50:02.343 INFO O| Oct 18 17:50:02.343 INFO STEP 110 (remove_files) COMPLETE |
4492 | 2024-10-18T17:50:04.388Z | [ recovery-image] Oct 18 17:50:02.343 INFO O| Oct 18 17:50:02.343 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4493 | 2024-10-18T17:50:04.404Z | [ recovery-image] Oct 18 17:50:02.362 INFO O| Oct 18 17:50:02.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4494 | 2024-10-18T17:50:04.406Z | [ recovery-image] Oct 18 17:50:02.362 INFO O| Oct 18 17:50:02.362 INFO STEP 111 (remove_files) COMPLETE |
4495 | 2024-10-18T17:50:04.406Z | [ recovery-image] Oct 18 17:50:02.362 INFO O| Oct 18 17:50:02.362 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4496 | 2024-10-18T17:50:04.438Z | [ recovery-image] Oct 18 17:50:02.396 INFO O| Oct 18 17:50:02.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4497 | 2024-10-18T17:50:04.440Z | [ recovery-image] Oct 18 17:50:02.396 INFO O| Oct 18 17:50:02.396 INFO STEP 112 (remove_files) COMPLETE |
4498 | 2024-10-18T17:50:04.441Z | [ recovery-image] Oct 18 17:50:02.396 INFO O| Oct 18 17:50:02.396 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4499 | 2024-10-18T17:50:04.470Z | [ recovery-image] Oct 18 17:50:02.428 INFO O| Oct 18 17:50:02.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4500 | 2024-10-18T17:50:04.470Z | [ recovery-image] Oct 18 17:50:02.428 INFO O| Oct 18 17:50:02.428 INFO STEP 113 (remove_files) COMPLETE |
4501 | 2024-10-18T17:50:04.470Z | [ recovery-image] Oct 18 17:50:02.428 INFO O| Oct 18 17:50:02.428 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4502 | 2024-10-18T17:50:04.490Z | [ recovery-image] Oct 18 17:50:02.447 INFO O| Oct 18 17:50:02.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4503 | 2024-10-18T17:50:04.490Z | [ recovery-image] Oct 18 17:50:02.448 INFO O| Oct 18 17:50:02.447 INFO STEP 114 (remove_files) COMPLETE |
4504 | 2024-10-18T17:50:04.490Z | [ recovery-image] Oct 18 17:50:02.448 INFO O| Oct 18 17:50:02.448 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4505 | 2024-10-18T17:50:04.510Z | [ recovery-image] Oct 18 17:50:02.467 INFO O| Oct 18 17:50:02.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4506 | 2024-10-18T17:50:04.510Z | [ recovery-image] Oct 18 17:50:02.468 INFO O| Oct 18 17:50:02.468 INFO STEP 115 (remove_files) COMPLETE |
4507 | 2024-10-18T17:50:04.510Z | [ recovery-image] Oct 18 17:50:02.468 INFO O| Oct 18 17:50:02.468 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4508 | 2024-10-18T17:50:04.545Z | [ recovery-image] Oct 18 17:50:02.502 INFO O| Oct 18 17:50:02.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4509 | 2024-10-18T17:50:04.545Z | [ recovery-image] Oct 18 17:50:02.502 INFO O| Oct 18 17:50:02.502 INFO STEP 116 (remove_files) COMPLETE |
4510 | 2024-10-18T17:50:04.548Z | [ recovery-image] Oct 18 17:50:02.502 INFO O| Oct 18 17:50:02.502 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4511 | 2024-10-18T17:50:04.565Z | [ recovery-image] Oct 18 17:50:02.523 INFO O| Oct 18 17:50:02.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4512 | 2024-10-18T17:50:04.566Z | [ recovery-image] Oct 18 17:50:02.523 INFO O| Oct 18 17:50:02.523 INFO STEP 117 (remove_files) COMPLETE |
4513 | 2024-10-18T17:50:04.566Z | [ recovery-image] Oct 18 17:50:02.523 INFO O| Oct 18 17:50:02.523 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4514 | 2024-10-18T17:50:04.633Z | [ recovery-image] Oct 18 17:50:02.590 INFO O| Oct 18 17:50:02.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4515 | 2024-10-18T17:50:04.633Z | [ recovery-image] Oct 18 17:50:02.590 INFO O| Oct 18 17:50:02.590 INFO STEP 118 (remove_files) COMPLETE |
4516 | 2024-10-18T17:50:04.635Z | [ recovery-image] Oct 18 17:50:02.590 INFO O| Oct 18 17:50:02.590 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4517 | 2024-10-18T17:50:04.652Z | [ recovery-image] Oct 18 17:50:02.610 INFO O| Oct 18 17:50:02.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4518 | 2024-10-18T17:50:04.652Z | [ recovery-image] Oct 18 17:50:02.610 INFO O| Oct 18 17:50:02.610 INFO STEP 119 (remove_files) COMPLETE |
4519 | 2024-10-18T17:50:04.661Z | [ recovery-image] Oct 18 17:50:02.610 INFO O| Oct 18 17:50:02.610 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4520 | 2024-10-18T17:50:04.693Z | [ recovery-image] Oct 18 17:50:02.650 INFO O| Oct 18 17:50:02.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4521 | 2024-10-18T17:50:04.724Z | [ recovery-image] Oct 18 17:50:02.682 INFO O| Oct 18 17:50:02.682 INFO STEP 120 (remove_files) COMPLETE |
4522 | 2024-10-18T17:50:04.724Z | [ recovery-image] Oct 18 17:50:02.682 INFO O| Oct 18 17:50:02.682 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4523 | 2024-10-18T17:50:04.754Z | [ recovery-image] Oct 18 17:50:02.712 INFO O| Oct 18 17:50:02.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4524 | 2024-10-18T17:50:04.754Z | [ recovery-image] Oct 18 17:50:02.712 INFO O| Oct 18 17:50:02.712 INFO STEP 121 (remove_files) COMPLETE |
4525 | 2024-10-18T17:50:04.757Z | [ recovery-image] Oct 18 17:50:02.712 INFO O| Oct 18 17:50:02.712 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4526 | 2024-10-18T17:50:04.769Z | [ recovery-image] Oct 18 17:50:02.727 INFO O| Oct 18 17:50:02.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4527 | 2024-10-18T17:50:04.769Z | [ recovery-image] Oct 18 17:50:02.727 INFO O| Oct 18 17:50:02.727 INFO STEP 122 (remove_files) COMPLETE |
4528 | 2024-10-18T17:50:04.769Z | [ recovery-image] Oct 18 17:50:02.727 INFO O| Oct 18 17:50:02.727 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4529 | 2024-10-18T17:50:04.785Z | [ recovery-image] Oct 18 17:50:02.742 INFO O| Oct 18 17:50:02.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4530 | 2024-10-18T17:50:04.785Z | [ recovery-image] Oct 18 17:50:02.742 INFO O| Oct 18 17:50:02.742 INFO STEP 123 (remove_files) COMPLETE |
4531 | 2024-10-18T17:50:04.785Z | [ recovery-image] Oct 18 17:50:02.742 INFO O| Oct 18 17:50:02.742 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4532 | 2024-10-18T17:50:04.802Z | [ recovery-image] Oct 18 17:50:02.759 INFO O| Oct 18 17:50:02.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4533 | 2024-10-18T17:50:04.802Z | [ recovery-image] Oct 18 17:50:02.759 INFO O| Oct 18 17:50:02.759 INFO STEP 124 (remove_files) COMPLETE |
4534 | 2024-10-18T17:50:04.804Z | [ recovery-image] Oct 18 17:50:02.759 INFO O| Oct 18 17:50:02.759 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4535 | 2024-10-18T17:50:04.818Z | [ recovery-image] Oct 18 17:50:02.775 INFO O| Oct 18 17:50:02.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4536 | 2024-10-18T17:50:04.818Z | [ recovery-image] Oct 18 17:50:02.775 INFO O| Oct 18 17:50:02.775 INFO STEP 125 (remove_files) COMPLETE |
4537 | 2024-10-18T17:50:04.820Z | [ recovery-image] Oct 18 17:50:02.775 INFO O| Oct 18 17:50:02.775 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4538 | 2024-10-18T17:50:04.833Z | [ recovery-image] Oct 18 17:50:02.791 INFO O| Oct 18 17:50:02.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4539 | 2024-10-18T17:50:04.833Z | [ recovery-image] Oct 18 17:50:02.791 INFO O| Oct 18 17:50:02.791 INFO STEP 126 (remove_files) COMPLETE |
4540 | 2024-10-18T17:50:04.833Z | [ recovery-image] Oct 18 17:50:02.791 INFO O| Oct 18 17:50:02.791 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4541 | 2024-10-18T17:50:04.857Z | [ recovery-image] Oct 18 17:50:02.814 INFO O| Oct 18 17:50:02.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4542 | 2024-10-18T17:50:04.859Z | [ recovery-image] Oct 18 17:50:02.814 INFO O| Oct 18 17:50:02.814 INFO STEP 127 (remove_files) COMPLETE |
4543 | 2024-10-18T17:50:04.859Z | [ recovery-image] Oct 18 17:50:02.814 INFO O| Oct 18 17:50:02.814 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4544 | 2024-10-18T17:50:04.875Z | [ recovery-image] Oct 18 17:50:02.833 INFO O| Oct 18 17:50:02.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4545 | 2024-10-18T17:50:04.875Z | [ recovery-image] Oct 18 17:50:02.833 INFO O| Oct 18 17:50:02.833 INFO STEP 128 (remove_files) COMPLETE |
4546 | 2024-10-18T17:50:04.878Z | [ recovery-image] Oct 18 17:50:02.833 INFO O| Oct 18 17:50:02.833 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4547 | 2024-10-18T17:50:04.893Z | [ recovery-image] Oct 18 17:50:02.851 INFO O| Oct 18 17:50:02.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4548 | 2024-10-18T17:50:04.896Z | [ recovery-image] Oct 18 17:50:02.851 INFO O| Oct 18 17:50:02.851 INFO STEP 129 (remove_files) COMPLETE |
4549 | 2024-10-18T17:50:04.896Z | [ recovery-image] Oct 18 17:50:02.851 INFO O| Oct 18 17:50:02.851 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4550 | 2024-10-18T17:50:04.911Z | [ recovery-image] Oct 18 17:50:02.869 INFO O| Oct 18 17:50:02.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4551 | 2024-10-18T17:50:04.915Z | [ recovery-image] Oct 18 17:50:02.869 INFO O| Oct 18 17:50:02.869 INFO STEP 130 (remove_files) COMPLETE |
4552 | 2024-10-18T17:50:04.915Z | [ recovery-image] Oct 18 17:50:02.869 INFO O| Oct 18 17:50:02.869 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4553 | 2024-10-18T17:50:04.930Z | [ recovery-image] Oct 18 17:50:02.886 INFO O| Oct 18 17:50:02.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4554 | 2024-10-18T17:50:04.930Z | [ recovery-image] Oct 18 17:50:02.887 INFO O| Oct 18 17:50:02.887 INFO STEP 131 (remove_files) COMPLETE |
4555 | 2024-10-18T17:50:04.930Z | [ recovery-image] Oct 18 17:50:02.887 INFO O| Oct 18 17:50:02.887 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4556 | 2024-10-18T17:50:04.947Z | [ recovery-image] Oct 18 17:50:02.904 INFO O| Oct 18 17:50:02.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4557 | 2024-10-18T17:50:04.947Z | [ recovery-image] Oct 18 17:50:02.904 INFO O| Oct 18 17:50:02.904 INFO STEP 132 (remove_files) COMPLETE |
4558 | 2024-10-18T17:50:04.947Z | [ recovery-image] Oct 18 17:50:02.904 INFO O| Oct 18 17:50:02.904 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4559 | 2024-10-18T17:50:04.964Z | [ recovery-image] Oct 18 17:50:02.922 INFO O| Oct 18 17:50:02.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4560 | 2024-10-18T17:50:04.964Z | [ recovery-image] Oct 18 17:50:02.922 INFO O| Oct 18 17:50:02.922 INFO STEP 133 (remove_files) COMPLETE |
4561 | 2024-10-18T17:50:04.967Z | [ recovery-image] Oct 18 17:50:02.922 INFO O| Oct 18 17:50:02.922 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4562 | 2024-10-18T17:50:04.984Z | [ recovery-image] Oct 18 17:50:02.941 INFO O| Oct 18 17:50:02.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4563 | 2024-10-18T17:50:04.987Z | [ recovery-image] Oct 18 17:50:02.941 INFO O| Oct 18 17:50:02.941 INFO STEP 134 (remove_files) COMPLETE |
4564 | 2024-10-18T17:50:04.987Z | [ recovery-image] Oct 18 17:50:02.941 INFO O| Oct 18 17:50:02.941 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4565 | 2024-10-18T17:50:05.001Z | [ recovery-image] Oct 18 17:50:02.959 INFO O| Oct 18 17:50:02.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4566 | 2024-10-18T17:50:05.004Z | [ recovery-image] Oct 18 17:50:02.959 INFO O| Oct 18 17:50:02.959 INFO STEP 135 (remove_files) COMPLETE |
4567 | 2024-10-18T17:50:05.004Z | [ recovery-image] Oct 18 17:50:02.959 INFO O| Oct 18 17:50:02.959 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4568 | 2024-10-18T17:50:05.021Z | [ recovery-image] Oct 18 17:50:02.978 INFO O| Oct 18 17:50:02.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4569 | 2024-10-18T17:50:05.023Z | [ recovery-image] Oct 18 17:50:02.978 INFO O| Oct 18 17:50:02.978 INFO STEP 136 (remove_files) COMPLETE |
4570 | 2024-10-18T17:50:05.023Z | [ recovery-image] Oct 18 17:50:02.978 INFO O| Oct 18 17:50:02.978 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4571 | 2024-10-18T17:50:05.039Z | [ recovery-image] Oct 18 17:50:02.996 INFO O| Oct 18 17:50:02.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4572 | 2024-10-18T17:50:05.041Z | [ recovery-image] Oct 18 17:50:02.997 INFO O| Oct 18 17:50:02.997 INFO STEP 137 (remove_files) COMPLETE |
4573 | 2024-10-18T17:50:05.041Z | [ recovery-image] Oct 18 17:50:02.997 INFO O| Oct 18 17:50:02.997 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4574 | 2024-10-18T17:50:05.058Z | [ recovery-image] Oct 18 17:50:03.015 INFO O| Oct 18 17:50:03.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4575 | 2024-10-18T17:50:05.060Z | [ recovery-image] Oct 18 17:50:03.016 INFO O| Oct 18 17:50:03.016 INFO STEP 138 (remove_files) COMPLETE |
4576 | 2024-10-18T17:50:05.060Z | [ recovery-image] Oct 18 17:50:03.016 INFO O| Oct 18 17:50:03.016 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4577 | 2024-10-18T17:50:05.076Z | [ recovery-image] Oct 18 17:50:03.034 INFO O| Oct 18 17:50:03.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4578 | 2024-10-18T17:50:05.079Z | [ recovery-image] Oct 18 17:50:03.034 INFO O| Oct 18 17:50:03.034 INFO STEP 139 (remove_files) COMPLETE |
4579 | 2024-10-18T17:50:05.079Z | [ recovery-image] Oct 18 17:50:03.034 INFO O| Oct 18 17:50:03.034 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4580 | 2024-10-18T17:50:05.095Z | [ recovery-image] Oct 18 17:50:03.052 INFO O| Oct 18 17:50:03.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4581 | 2024-10-18T17:50:05.097Z | [ recovery-image] Oct 18 17:50:03.052 INFO O| Oct 18 17:50:03.052 INFO STEP 140 (remove_files) COMPLETE |
4582 | 2024-10-18T17:50:05.097Z | [ recovery-image] Oct 18 17:50:03.053 INFO O| Oct 18 17:50:03.053 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4583 | 2024-10-18T17:50:05.132Z | [ recovery-image] Oct 18 17:50:03.090 INFO O| Oct 18 17:50:03.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4584 | 2024-10-18T17:50:05.132Z | [ recovery-image] Oct 18 17:50:03.090 INFO O| Oct 18 17:50:03.090 INFO STEP 141 (remove_files) COMPLETE |
4585 | 2024-10-18T17:50:05.135Z | [ recovery-image] Oct 18 17:50:03.090 INFO O| Oct 18 17:50:03.090 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2024-10-18T17:50:05.221Z | [ recovery-image] Oct 18 17:50:03.178 INFO O| Oct 18 17:50:03.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4587 | 2024-10-18T17:50:05.221Z | [ recovery-image] Oct 18 17:50:03.178 INFO O| Oct 18 17:50:03.178 INFO STEP 142 (remove_files) COMPLETE |
4588 | 2024-10-18T17:50:05.223Z | [ recovery-image] Oct 18 17:50:03.179 INFO O| Oct 18 17:50:03.178 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-10-18T17:50:05.239Z | [ recovery-image] Oct 18 17:50:03.197 INFO O| Oct 18 17:50:03.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4590 | 2024-10-18T17:50:05.239Z | [ recovery-image] Oct 18 17:50:03.197 INFO O| Oct 18 17:50:03.197 INFO STEP 143 (remove_files) COMPLETE |
4591 | 2024-10-18T17:50:05.242Z | [ recovery-image] Oct 18 17:50:03.197 INFO O| Oct 18 17:50:03.197 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-10-18T17:50:05.292Z | [ recovery-image] Oct 18 17:50:03.250 INFO O| Oct 18 17:50:03.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4593 | 2024-10-18T17:50:05.293Z | [ recovery-image] Oct 18 17:50:03.250 INFO O| Oct 18 17:50:03.250 INFO STEP 144 (remove_files) COMPLETE |
4594 | 2024-10-18T17:50:05.293Z | [ recovery-image] Oct 18 17:50:03.250 INFO O| Oct 18 17:50:03.250 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4595 | 2024-10-18T17:50:05.311Z | [ recovery-image] Oct 18 17:50:03.268 INFO O| Oct 18 17:50:03.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4596 | 2024-10-18T17:50:05.311Z | [ recovery-image] Oct 18 17:50:03.268 INFO O| Oct 18 17:50:03.268 INFO STEP 145 (remove_files) COMPLETE |
4597 | 2024-10-18T17:50:05.311Z | [ recovery-image] Oct 18 17:50:03.268 INFO O| Oct 18 17:50:03.268 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-10-18T17:50:05.328Z | [ recovery-image] Oct 18 17:50:03.286 INFO O| Oct 18 17:50:03.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4599 | 2024-10-18T17:50:05.328Z | [ recovery-image] Oct 18 17:50:03.286 INFO O| Oct 18 17:50:03.286 INFO STEP 146 (remove_files) COMPLETE |
4600 | 2024-10-18T17:50:05.328Z | [ recovery-image] Oct 18 17:50:03.286 INFO O| Oct 18 17:50:03.286 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-10-18T17:50:05.346Z | [ recovery-image] Oct 18 17:50:03.303 INFO O| Oct 18 17:50:03.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4602 | 2024-10-18T17:50:05.346Z | [ recovery-image] Oct 18 17:50:03.303 INFO O| Oct 18 17:50:03.303 INFO STEP 147 (remove_files) COMPLETE |
4603 | 2024-10-18T17:50:05.348Z | [ recovery-image] Oct 18 17:50:03.303 INFO O| Oct 18 17:50:03.303 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-10-18T17:50:05.363Z | [ recovery-image] Oct 18 17:50:03.320 INFO O| Oct 18 17:50:03.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4605 | 2024-10-18T17:50:05.382Z | [ recovery-image] Oct 18 17:50:03.340 INFO O| Oct 18 17:50:03.340 INFO STEP 148 (remove_files) COMPLETE |
4606 | 2024-10-18T17:50:05.382Z | [ recovery-image] Oct 18 17:50:03.340 INFO O| Oct 18 17:50:03.340 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-10-18T17:50:05.401Z | [ recovery-image] Oct 18 17:50:03.358 INFO O| Oct 18 17:50:03.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4608 | 2024-10-18T17:50:05.401Z | [ recovery-image] Oct 18 17:50:03.358 INFO O| Oct 18 17:50:03.358 INFO STEP 149 (remove_files) COMPLETE |
4609 | 2024-10-18T17:50:05.401Z | [ recovery-image] Oct 18 17:50:03.358 INFO O| Oct 18 17:50:03.358 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-10-18T17:50:05.417Z | [ recovery-image] Oct 18 17:50:03.375 INFO O| Oct 18 17:50:03.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4611 | 2024-10-18T17:50:05.417Z | [ recovery-image] Oct 18 17:50:03.375 INFO O| Oct 18 17:50:03.375 INFO STEP 150 (remove_files) COMPLETE |
4612 | 2024-10-18T17:50:05.417Z | [ recovery-image] Oct 18 17:50:03.375 INFO O| Oct 18 17:50:03.375 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2024-10-18T17:50:05.434Z | [ recovery-image] Oct 18 17:50:03.392 INFO O| Oct 18 17:50:03.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4614 | 2024-10-18T17:50:05.441Z | [ recovery-image] Oct 18 17:50:03.399 INFO O| Oct 18 17:50:03.399 INFO STEP 151 (remove_files) COMPLETE |
4615 | 2024-10-18T17:50:05.441Z | [ recovery-image] Oct 18 17:50:03.399 INFO O| Oct 18 17:50:03.399 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4616 | 2024-10-18T17:50:05.460Z | [ recovery-image] Oct 18 17:50:03.417 INFO O| Oct 18 17:50:03.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4617 | 2024-10-18T17:50:05.460Z | [ recovery-image] Oct 18 17:50:03.418 INFO O| Oct 18 17:50:03.417 INFO STEP 152 (remove_files) COMPLETE |
4618 | 2024-10-18T17:50:05.460Z | [ recovery-image] Oct 18 17:50:03.418 INFO O| Oct 18 17:50:03.418 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2024-10-18T17:50:05.477Z | [ recovery-image] Oct 18 17:50:03.435 INFO O| Oct 18 17:50:03.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4620 | 2024-10-18T17:50:05.477Z | [ recovery-image] Oct 18 17:50:03.435 INFO O| Oct 18 17:50:03.435 INFO STEP 153 (remove_files) COMPLETE |
4621 | 2024-10-18T17:50:05.477Z | [ recovery-image] Oct 18 17:50:03.435 INFO O| Oct 18 17:50:03.435 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2024-10-18T17:50:05.499Z | [ recovery-image] Oct 18 17:50:03.456 INFO O| Oct 18 17:50:03.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4623 | 2024-10-18T17:50:05.499Z | [ recovery-image] Oct 18 17:50:03.456 INFO O| Oct 18 17:50:03.456 INFO STEP 154 (remove_files) COMPLETE |
4624 | 2024-10-18T17:50:05.501Z | [ recovery-image] Oct 18 17:50:03.456 INFO O| Oct 18 17:50:03.456 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-10-18T17:50:05.530Z | [ recovery-image] Oct 18 17:50:03.487 INFO O| Oct 18 17:50:03.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4626 | 2024-10-18T17:50:05.530Z | [ recovery-image] Oct 18 17:50:03.487 INFO O| Oct 18 17:50:03.487 INFO STEP 155 (remove_files) COMPLETE |
4627 | 2024-10-18T17:50:05.530Z | [ recovery-image] Oct 18 17:50:03.487 INFO O| Oct 18 17:50:03.487 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2024-10-18T17:50:05.546Z | [ recovery-image] Oct 18 17:50:03.504 INFO O| Oct 18 17:50:03.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4629 | 2024-10-18T17:50:05.546Z | [ recovery-image] Oct 18 17:50:03.504 INFO O| Oct 18 17:50:03.504 INFO STEP 156 (remove_files) COMPLETE |
4630 | 2024-10-18T17:50:05.546Z | [ recovery-image] Oct 18 17:50:03.504 INFO O| Oct 18 17:50:03.504 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-10-18T17:50:05.562Z | [ recovery-image] Oct 18 17:50:03.520 INFO O| Oct 18 17:50:03.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4632 | 2024-10-18T17:50:05.562Z | [ recovery-image] Oct 18 17:50:03.520 INFO O| Oct 18 17:50:03.520 INFO STEP 157 (remove_files) COMPLETE |
4633 | 2024-10-18T17:50:05.562Z | [ recovery-image] Oct 18 17:50:03.520 INFO O| Oct 18 17:50:03.520 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2024-10-18T17:50:05.578Z | [ recovery-image] Oct 18 17:50:03.535 INFO O| Oct 18 17:50:03.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4635 | 2024-10-18T17:50:05.589Z | [ recovery-image] Oct 18 17:50:03.547 INFO O| Oct 18 17:50:03.547 INFO STEP 158 (remove_files) COMPLETE |
4636 | 2024-10-18T17:50:05.592Z | [ recovery-image] Oct 18 17:50:03.547 INFO O| Oct 18 17:50:03.547 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2024-10-18T17:50:05.630Z | [ recovery-image] Oct 18 17:50:03.588 INFO O| Oct 18 17:50:03.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4638 | 2024-10-18T17:50:05.630Z | [ recovery-image] Oct 18 17:50:03.588 INFO O| Oct 18 17:50:03.587 INFO STEP 159 (remove_files) COMPLETE |
4639 | 2024-10-18T17:50:05.633Z | [ recovery-image] Oct 18 17:50:03.588 INFO O| Oct 18 17:50:03.588 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2024-10-18T17:50:05.657Z | [ recovery-image] Oct 18 17:50:03.614 INFO O| Oct 18 17:50:03.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4641 | 2024-10-18T17:50:05.657Z | [ recovery-image] Oct 18 17:50:03.614 INFO O| Oct 18 17:50:03.614 INFO STEP 160 (remove_files) COMPLETE |
4642 | 2024-10-18T17:50:05.657Z | [ recovery-image] Oct 18 17:50:03.614 INFO O| Oct 18 17:50:03.614 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2024-10-18T17:50:05.706Z | [ recovery-image] Oct 18 17:50:03.663 INFO O| Oct 18 17:50:03.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4644 | 2024-10-18T17:50:05.708Z | [ recovery-image] Oct 18 17:50:03.663 INFO O| Oct 18 17:50:03.663 INFO STEP 161 (remove_files) COMPLETE |
4645 | 2024-10-18T17:50:05.708Z | [ recovery-image] Oct 18 17:50:03.664 INFO O| Oct 18 17:50:03.664 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2024-10-18T17:50:05.725Z | [ recovery-image] Oct 18 17:50:03.682 INFO O| Oct 18 17:50:03.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4647 | 2024-10-18T17:50:05.727Z | [ recovery-image] Oct 18 17:50:03.682 INFO O| Oct 18 17:50:03.682 INFO STEP 162 (remove_files) COMPLETE |
4648 | 2024-10-18T17:50:05.727Z | [ recovery-image] Oct 18 17:50:03.683 INFO O| Oct 18 17:50:03.682 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2024-10-18T17:50:05.743Z | [ recovery-image] Oct 18 17:50:03.700 INFO O| Oct 18 17:50:03.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4650 | 2024-10-18T17:50:05.745Z | [ recovery-image] Oct 18 17:50:03.700 INFO O| Oct 18 17:50:03.700 INFO STEP 163 (remove_files) COMPLETE |
4651 | 2024-10-18T17:50:05.745Z | [ recovery-image] Oct 18 17:50:03.701 INFO O| Oct 18 17:50:03.701 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2024-10-18T17:50:05.761Z | [ recovery-image] Oct 18 17:50:03.718 INFO O| Oct 18 17:50:03.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4653 | 2024-10-18T17:50:05.763Z | [ recovery-image] Oct 18 17:50:03.718 INFO O| Oct 18 17:50:03.718 INFO STEP 164 (remove_files) COMPLETE |
4654 | 2024-10-18T17:50:05.763Z | [ recovery-image] Oct 18 17:50:03.719 INFO O| Oct 18 17:50:03.718 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2024-10-18T17:50:05.778Z | [ recovery-image] Oct 18 17:50:03.735 INFO O| Oct 18 17:50:03.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4656 | 2024-10-18T17:50:05.780Z | [ recovery-image] Oct 18 17:50:03.736 INFO O| Oct 18 17:50:03.736 INFO STEP 165 (remove_files) COMPLETE |
4657 | 2024-10-18T17:50:05.780Z | [ recovery-image] Oct 18 17:50:03.736 INFO O| Oct 18 17:50:03.736 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2024-10-18T17:50:05.808Z | [ recovery-image] Oct 18 17:50:03.765 INFO O| Oct 18 17:50:03.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4659 | 2024-10-18T17:50:05.831Z | [ recovery-image] Oct 18 17:50:03.788 INFO O| Oct 18 17:50:03.788 INFO STEP 166 (remove_files) COMPLETE |
4660 | 2024-10-18T17:50:05.831Z | [ recovery-image] Oct 18 17:50:03.788 INFO O| Oct 18 17:50:03.788 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4661 | 2024-10-18T17:50:05.850Z | [ recovery-image] Oct 18 17:50:03.808 INFO O| Oct 18 17:50:03.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4662 | 2024-10-18T17:50:05.850Z | [ recovery-image] Oct 18 17:50:03.808 INFO O| Oct 18 17:50:03.808 INFO STEP 167 (remove_files) COMPLETE |
4663 | 2024-10-18T17:50:05.853Z | [ recovery-image] Oct 18 17:50:03.808 INFO O| Oct 18 17:50:03.808 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4664 | 2024-10-18T17:50:05.869Z | [ recovery-image] Oct 18 17:50:03.826 INFO O| Oct 18 17:50:03.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4665 | 2024-10-18T17:50:05.869Z | [ recovery-image] Oct 18 17:50:03.826 INFO O| Oct 18 17:50:03.826 INFO STEP 168 (remove_files) COMPLETE |
4666 | 2024-10-18T17:50:05.871Z | [ recovery-image] Oct 18 17:50:03.826 INFO O| Oct 18 17:50:03.826 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4667 | 2024-10-18T17:50:05.889Z | [ recovery-image] Oct 18 17:50:03.846 INFO O| Oct 18 17:50:03.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4668 | 2024-10-18T17:50:05.890Z | [ recovery-image] Oct 18 17:50:03.846 INFO O| Oct 18 17:50:03.846 INFO STEP 169 (remove_files) COMPLETE |
4669 | 2024-10-18T17:50:05.892Z | [ recovery-image] Oct 18 17:50:03.846 INFO O| Oct 18 17:50:03.846 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4670 | 2024-10-18T17:50:05.908Z | [ recovery-image] Oct 18 17:50:03.865 INFO O| Oct 18 17:50:03.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4671 | 2024-10-18T17:50:05.908Z | [ recovery-image] Oct 18 17:50:03.865 INFO O| Oct 18 17:50:03.865 INFO STEP 170 (remove_files) COMPLETE |
4672 | 2024-10-18T17:50:05.908Z | [ recovery-image] Oct 18 17:50:03.865 INFO O| Oct 18 17:50:03.865 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4673 | 2024-10-18T17:50:05.947Z | [ recovery-image] Oct 18 17:50:03.904 INFO O| Oct 18 17:50:03.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4674 | 2024-10-18T17:50:05.947Z | [ recovery-image] Oct 18 17:50:03.904 INFO O| Oct 18 17:50:03.904 INFO STEP 171 (remove_files) COMPLETE |
4675 | 2024-10-18T17:50:05.947Z | [ recovery-image] Oct 18 17:50:03.904 INFO O| Oct 18 17:50:03.904 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4676 | 2024-10-18T17:50:05.970Z | [ recovery-image] Oct 18 17:50:03.927 INFO O| Oct 18 17:50:03.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4677 | 2024-10-18T17:50:05.970Z | [ recovery-image] Oct 18 17:50:03.927 INFO O| Oct 18 17:50:03.927 INFO STEP 172 (remove_files) COMPLETE |
4678 | 2024-10-18T17:50:05.973Z | [ recovery-image] Oct 18 17:50:03.927 INFO O| Oct 18 17:50:03.927 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4679 | 2024-10-18T17:50:06.052Z | [ recovery-image] Oct 18 17:50:04.009 INFO O| Oct 18 17:50:04.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4680 | 2024-10-18T17:50:06.052Z | [ recovery-image] Oct 18 17:50:04.009 INFO O| Oct 18 17:50:04.009 INFO STEP 173 (remove_files) COMPLETE |
4681 | 2024-10-18T17:50:06.055Z | [ recovery-image] Oct 18 17:50:04.009 INFO O| Oct 18 17:50:04.009 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4682 | 2024-10-18T17:50:06.070Z | [ recovery-image] Oct 18 17:50:04.027 INFO O| Oct 18 17:50:04.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4683 | 2024-10-18T17:50:06.070Z | [ recovery-image] Oct 18 17:50:04.027 INFO O| Oct 18 17:50:04.027 INFO STEP 174 (remove_files) COMPLETE |
4684 | 2024-10-18T17:50:06.070Z | [ recovery-image] Oct 18 17:50:04.027 INFO O| Oct 18 17:50:04.027 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4685 | 2024-10-18T17:50:06.088Z | [ recovery-image] Oct 18 17:50:04.045 INFO O| Oct 18 17:50:04.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4686 | 2024-10-18T17:50:06.116Z | [ recovery-image] Oct 18 17:50:04.073 INFO O| Oct 18 17:50:04.073 INFO STEP 175 (remove_files) COMPLETE |
4687 | 2024-10-18T17:50:06.116Z | [ recovery-image] Oct 18 17:50:04.073 INFO O| Oct 18 17:50:04.073 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4688 | 2024-10-18T17:50:06.173Z | [ recovery-image] Oct 18 17:50:04.130 INFO O| Oct 18 17:50:04.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4689 | 2024-10-18T17:50:06.173Z | [ recovery-image] Oct 18 17:50:04.130 INFO O| Oct 18 17:50:04.130 INFO STEP 176 (remove_files) COMPLETE |
4690 | 2024-10-18T17:50:06.175Z | [ recovery-image] Oct 18 17:50:04.130 INFO O| Oct 18 17:50:04.130 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4691 | 2024-10-18T17:50:06.233Z | [ recovery-image] Oct 18 17:50:04.190 INFO O| Oct 18 17:50:04.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4692 | 2024-10-18T17:50:06.233Z | [ recovery-image] Oct 18 17:50:04.190 INFO O| Oct 18 17:50:04.190 INFO STEP 177 (remove_files) COMPLETE |
4693 | 2024-10-18T17:50:06.235Z | [ recovery-image] Oct 18 17:50:04.190 INFO O| Oct 18 17:50:04.190 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4694 | 2024-10-18T17:50:06.251Z | [ recovery-image] Oct 18 17:50:04.207 INFO O| Oct 18 17:50:04.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4695 | 2024-10-18T17:50:06.251Z | [ recovery-image] Oct 18 17:50:04.207 INFO O| Oct 18 17:50:04.207 INFO STEP 178 (remove_files) COMPLETE |
4696 | 2024-10-18T17:50:06.251Z | [ recovery-image] Oct 18 17:50:04.207 INFO O| Oct 18 17:50:04.207 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4697 | 2024-10-18T17:50:06.266Z | [ recovery-image] Oct 18 17:50:04.223 INFO O| Oct 18 17:50:04.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4698 | 2024-10-18T17:50:06.269Z | [ recovery-image] Oct 18 17:50:04.223 INFO O| Oct 18 17:50:04.223 INFO STEP 179 (remove_files) COMPLETE |
4699 | 2024-10-18T17:50:06.269Z | [ recovery-image] Oct 18 17:50:04.223 INFO O| Oct 18 17:50:04.223 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4700 | 2024-10-18T17:50:06.282Z | [ recovery-image] Oct 18 17:50:04.239 INFO O| Oct 18 17:50:04.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4701 | 2024-10-18T17:50:06.282Z | [ recovery-image] Oct 18 17:50:04.239 INFO O| Oct 18 17:50:04.239 INFO STEP 180 (remove_files) COMPLETE |
4702 | 2024-10-18T17:50:06.285Z | [ recovery-image] Oct 18 17:50:04.239 INFO O| Oct 18 17:50:04.239 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4703 | 2024-10-18T17:50:06.299Z | [ recovery-image] Oct 18 17:50:04.256 INFO O| Oct 18 17:50:04.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4704 | 2024-10-18T17:50:06.299Z | [ recovery-image] Oct 18 17:50:04.256 INFO O| Oct 18 17:50:04.256 INFO STEP 181 (remove_files) COMPLETE |
4705 | 2024-10-18T17:50:06.299Z | [ recovery-image] Oct 18 17:50:04.256 INFO O| Oct 18 17:50:04.256 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4706 | 2024-10-18T17:50:06.316Z | [ recovery-image] Oct 18 17:50:04.272 INFO O| Oct 18 17:50:04.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4707 | 2024-10-18T17:50:06.316Z | [ recovery-image] Oct 18 17:50:04.272 INFO O| Oct 18 17:50:04.272 INFO STEP 182 (remove_files) COMPLETE |
4708 | 2024-10-18T17:50:06.316Z | [ recovery-image] Oct 18 17:50:04.272 INFO O| Oct 18 17:50:04.272 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4709 | 2024-10-18T17:50:06.331Z | [ recovery-image] Oct 18 17:50:04.288 INFO O| Oct 18 17:50:04.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4710 | 2024-10-18T17:50:06.356Z | [ recovery-image] Oct 18 17:50:04.313 INFO O| Oct 18 17:50:04.313 INFO STEP 183 (remove_files) COMPLETE |
4711 | 2024-10-18T17:50:06.356Z | [ recovery-image] Oct 18 17:50:04.313 INFO O| Oct 18 17:50:04.313 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4712 | 2024-10-18T17:50:06.393Z | [ recovery-image] Oct 18 17:50:04.349 INFO O| Oct 18 17:50:04.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4713 | 2024-10-18T17:50:06.393Z | [ recovery-image] Oct 18 17:50:04.349 INFO O| Oct 18 17:50:04.349 INFO STEP 184 (remove_files) COMPLETE |
4714 | 2024-10-18T17:50:06.393Z | [ recovery-image] Oct 18 17:50:04.350 INFO O| Oct 18 17:50:04.349 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4715 | 2024-10-18T17:50:06.410Z | [ recovery-image] Oct 18 17:50:04.367 INFO O| Oct 18 17:50:04.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4716 | 2024-10-18T17:50:06.410Z | [ recovery-image] Oct 18 17:50:04.367 INFO O| Oct 18 17:50:04.367 INFO STEP 185 (remove_files) COMPLETE |
4717 | 2024-10-18T17:50:06.410Z | [ recovery-image] Oct 18 17:50:04.367 INFO O| Oct 18 17:50:04.367 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4718 | 2024-10-18T17:50:06.427Z | [ recovery-image] Oct 18 17:50:04.383 INFO O| Oct 18 17:50:04.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4719 | 2024-10-18T17:50:06.427Z | [ recovery-image] Oct 18 17:50:04.383 INFO O| Oct 18 17:50:04.383 INFO STEP 186 (remove_files) COMPLETE |
4720 | 2024-10-18T17:50:06.427Z | [ recovery-image] Oct 18 17:50:04.383 INFO O| Oct 18 17:50:04.383 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4721 | 2024-10-18T17:50:06.443Z | [ recovery-image] Oct 18 17:50:04.399 INFO O| Oct 18 17:50:04.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4722 | 2024-10-18T17:50:06.443Z | [ recovery-image] Oct 18 17:50:04.399 INFO O| Oct 18 17:50:04.399 INFO STEP 187 (remove_files) COMPLETE |
4723 | 2024-10-18T17:50:06.443Z | [ recovery-image] Oct 18 17:50:04.399 INFO O| Oct 18 17:50:04.399 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4724 | 2024-10-18T17:50:06.463Z | [ recovery-image] Oct 18 17:50:04.420 INFO O| Oct 18 17:50:04.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4725 | 2024-10-18T17:50:06.466Z | [ recovery-image] Oct 18 17:50:04.420 INFO O| Oct 18 17:50:04.420 INFO STEP 188 (remove_files) COMPLETE |
4726 | 2024-10-18T17:50:06.466Z | [ recovery-image] Oct 18 17:50:04.420 INFO O| Oct 18 17:50:04.420 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4727 | 2024-10-18T17:50:06.497Z | [ recovery-image] Oct 18 17:50:04.454 INFO O| Oct 18 17:50:04.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4728 | 2024-10-18T17:50:06.497Z | [ recovery-image] Oct 18 17:50:04.454 INFO O| Oct 18 17:50:04.454 INFO STEP 189 (remove_files) COMPLETE |
4729 | 2024-10-18T17:50:06.497Z | [ recovery-image] Oct 18 17:50:04.454 INFO O| Oct 18 17:50:04.454 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4730 | 2024-10-18T17:50:06.546Z | [ recovery-image] Oct 18 17:50:04.503 INFO O| Oct 18 17:50:04.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4731 | 2024-10-18T17:50:06.549Z | [ recovery-image] Oct 18 17:50:04.503 INFO O| Oct 18 17:50:04.503 INFO STEP 190 (remove_files) COMPLETE |
4732 | 2024-10-18T17:50:06.549Z | [ recovery-image] Oct 18 17:50:04.503 INFO O| Oct 18 17:50:04.503 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4733 | 2024-10-18T17:50:06.566Z | [ recovery-image] Oct 18 17:50:04.523 INFO O| Oct 18 17:50:04.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4734 | 2024-10-18T17:50:06.568Z | [ recovery-image] Oct 18 17:50:04.523 INFO O| Oct 18 17:50:04.523 INFO STEP 191 (remove_files) COMPLETE |
4735 | 2024-10-18T17:50:06.568Z | [ recovery-image] Oct 18 17:50:04.523 INFO O| Oct 18 17:50:04.523 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4736 | 2024-10-18T17:50:06.583Z | [ recovery-image] Oct 18 17:50:04.540 INFO O| Oct 18 17:50:04.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4737 | 2024-10-18T17:50:06.592Z | [ recovery-image] Oct 18 17:50:04.543 INFO O| Oct 18 17:50:04.543 INFO STEP 192 (remove_files) COMPLETE |
4738 | 2024-10-18T17:50:06.595Z | [ recovery-image] Oct 18 17:50:04.543 INFO O| Oct 18 17:50:04.543 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4739 | 2024-10-18T17:50:06.605Z | [ recovery-image] Oct 18 17:50:04.562 INFO O| Oct 18 17:50:04.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4740 | 2024-10-18T17:50:06.607Z | [ recovery-image] Oct 18 17:50:04.562 INFO O| Oct 18 17:50:04.562 INFO STEP 193 (remove_files) COMPLETE |
4741 | 2024-10-18T17:50:06.607Z | [ recovery-image] Oct 18 17:50:04.562 INFO O| Oct 18 17:50:04.562 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4742 | 2024-10-18T17:50:06.623Z | [ recovery-image] Oct 18 17:50:04.580 INFO O| Oct 18 17:50:04.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4743 | 2024-10-18T17:50:06.623Z | [ recovery-image] Oct 18 17:50:04.580 INFO O| Oct 18 17:50:04.580 INFO STEP 194 (remove_files) COMPLETE |
4744 | 2024-10-18T17:50:06.623Z | [ recovery-image] Oct 18 17:50:04.580 INFO O| Oct 18 17:50:04.580 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4745 | 2024-10-18T17:50:06.645Z | [ recovery-image] Oct 18 17:50:04.602 INFO O| Oct 18 17:50:04.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4746 | 2024-10-18T17:50:06.645Z | [ recovery-image] Oct 18 17:50:04.602 INFO O| Oct 18 17:50:04.602 INFO STEP 195 (remove_files) COMPLETE |
4747 | 2024-10-18T17:50:06.648Z | [ recovery-image] Oct 18 17:50:04.602 INFO O| Oct 18 17:50:04.602 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4748 | 2024-10-18T17:50:06.680Z | [ recovery-image] Oct 18 17:50:04.637 INFO O| Oct 18 17:50:04.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4749 | 2024-10-18T17:50:06.683Z | [ recovery-image] Oct 18 17:50:04.638 INFO O| Oct 18 17:50:04.637 INFO STEP 196 (remove_files) COMPLETE |
4750 | 2024-10-18T17:50:06.683Z | [ recovery-image] Oct 18 17:50:04.638 INFO O| Oct 18 17:50:04.638 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4751 | 2024-10-18T17:50:06.701Z | [ recovery-image] Oct 18 17:50:04.658 INFO O| Oct 18 17:50:04.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4752 | 2024-10-18T17:50:06.701Z | [ recovery-image] Oct 18 17:50:04.658 INFO O| Oct 18 17:50:04.658 INFO STEP 197 (remove_files) COMPLETE |
4753 | 2024-10-18T17:50:06.704Z | [ recovery-image] Oct 18 17:50:04.658 INFO O| Oct 18 17:50:04.658 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4754 | 2024-10-18T17:50:06.722Z | [ recovery-image] Oct 18 17:50:04.677 INFO O| Oct 18 17:50:04.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4755 | 2024-10-18T17:50:06.722Z | [ recovery-image] Oct 18 17:50:04.677 INFO O| Oct 18 17:50:04.677 INFO STEP 198 (remove_files) COMPLETE |
4756 | 2024-10-18T17:50:06.722Z | [ recovery-image] Oct 18 17:50:04.677 INFO O| Oct 18 17:50:04.677 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4757 | 2024-10-18T17:50:06.739Z | [ recovery-image] Oct 18 17:50:04.696 INFO O| Oct 18 17:50:04.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4758 | 2024-10-18T17:50:06.739Z | [ recovery-image] Oct 18 17:50:04.696 INFO O| Oct 18 17:50:04.696 INFO STEP 199 (remove_files) COMPLETE |
4759 | 2024-10-18T17:50:06.739Z | [ recovery-image] Oct 18 17:50:04.696 INFO O| Oct 18 17:50:04.696 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4760 | 2024-10-18T17:50:06.758Z | [ recovery-image] Oct 18 17:50:04.714 INFO O| Oct 18 17:50:04.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4761 | 2024-10-18T17:50:06.758Z | [ recovery-image] Oct 18 17:50:04.715 INFO O| Oct 18 17:50:04.714 INFO STEP 200 (remove_files) COMPLETE |
4762 | 2024-10-18T17:50:06.758Z | [ recovery-image] Oct 18 17:50:04.715 INFO O| Oct 18 17:50:04.715 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4763 | 2024-10-18T17:50:06.776Z | [ recovery-image] Oct 18 17:50:04.733 INFO O| Oct 18 17:50:04.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4764 | 2024-10-18T17:50:06.776Z | [ recovery-image] Oct 18 17:50:04.733 INFO O| Oct 18 17:50:04.733 INFO STEP 201 (remove_files) COMPLETE |
4765 | 2024-10-18T17:50:06.776Z | [ recovery-image] Oct 18 17:50:04.733 INFO O| Oct 18 17:50:04.733 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4766 | 2024-10-18T17:50:06.795Z | [ recovery-image] Oct 18 17:50:04.752 INFO O| Oct 18 17:50:04.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4767 | 2024-10-18T17:50:06.795Z | [ recovery-image] Oct 18 17:50:04.752 INFO O| Oct 18 17:50:04.752 INFO STEP 202 (remove_files) COMPLETE |
4768 | 2024-10-18T17:50:06.798Z | [ recovery-image] Oct 18 17:50:04.752 INFO O| Oct 18 17:50:04.752 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4769 | 2024-10-18T17:50:06.814Z | [ recovery-image] Oct 18 17:50:04.771 INFO O| Oct 18 17:50:04.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4770 | 2024-10-18T17:50:06.814Z | [ recovery-image] Oct 18 17:50:04.771 INFO O| Oct 18 17:50:04.771 INFO STEP 203 (remove_files) COMPLETE |
4771 | 2024-10-18T17:50:06.817Z | [ recovery-image] Oct 18 17:50:04.771 INFO O| Oct 18 17:50:04.771 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4772 | 2024-10-18T17:50:06.852Z | [ recovery-image] Oct 18 17:50:04.809 INFO O| Oct 18 17:50:04.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4773 | 2024-10-18T17:50:06.852Z | [ recovery-image] Oct 18 17:50:04.809 INFO O| Oct 18 17:50:04.809 INFO STEP 204 (remove_files) COMPLETE |
4774 | 2024-10-18T17:50:06.855Z | [ recovery-image] Oct 18 17:50:04.809 INFO O| Oct 18 17:50:04.809 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4775 | 2024-10-18T17:50:06.872Z | [ recovery-image] Oct 18 17:50:04.829 INFO O| Oct 18 17:50:04.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4776 | 2024-10-18T17:50:06.875Z | [ recovery-image] Oct 18 17:50:04.829 INFO O| Oct 18 17:50:04.829 INFO STEP 205 (remove_files) COMPLETE |
4777 | 2024-10-18T17:50:06.875Z | [ recovery-image] Oct 18 17:50:04.830 INFO O| Oct 18 17:50:04.829 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4778 | 2024-10-18T17:50:06.890Z | [ recovery-image] Oct 18 17:50:04.847 INFO O| Oct 18 17:50:04.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4779 | 2024-10-18T17:50:06.893Z | [ recovery-image] Oct 18 17:50:04.847 INFO O| Oct 18 17:50:04.847 INFO STEP 206 (remove_files) COMPLETE |
4780 | 2024-10-18T17:50:06.893Z | [ recovery-image] Oct 18 17:50:04.847 INFO O| Oct 18 17:50:04.847 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4781 | 2024-10-18T17:50:06.909Z | [ recovery-image] Oct 18 17:50:04.866 INFO O| Oct 18 17:50:04.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4782 | 2024-10-18T17:50:06.912Z | [ recovery-image] Oct 18 17:50:04.866 INFO O| Oct 18 17:50:04.866 INFO STEP 207 (remove_files) COMPLETE |
4783 | 2024-10-18T17:50:06.912Z | [ recovery-image] Oct 18 17:50:04.866 INFO O| Oct 18 17:50:04.866 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4784 | 2024-10-18T17:50:06.928Z | [ recovery-image] Oct 18 17:50:04.885 INFO O| Oct 18 17:50:04.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4785 | 2024-10-18T17:50:06.931Z | [ recovery-image] Oct 18 17:50:04.885 INFO O| Oct 18 17:50:04.885 INFO STEP 208 (remove_files) COMPLETE |
4786 | 2024-10-18T17:50:06.931Z | [ recovery-image] Oct 18 17:50:04.885 INFO O| Oct 18 17:50:04.885 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4787 | 2024-10-18T17:50:06.948Z | [ recovery-image] Oct 18 17:50:04.904 INFO O| Oct 18 17:50:04.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4788 | 2024-10-18T17:50:06.973Z | [ recovery-image] Oct 18 17:50:04.929 INFO O| Oct 18 17:50:04.929 INFO STEP 209 (remove_files) COMPLETE |
4789 | 2024-10-18T17:50:06.973Z | [ recovery-image] Oct 18 17:50:04.929 INFO O| Oct 18 17:50:04.929 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4790 | 2024-10-18T17:50:07.015Z | [ recovery-image] Oct 18 17:50:04.972 INFO O| Oct 18 17:50:04.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4791 | 2024-10-18T17:50:07.015Z | [ recovery-image] Oct 18 17:50:04.972 INFO O| Oct 18 17:50:04.972 INFO STEP 210 (remove_files) COMPLETE |
4792 | 2024-10-18T17:50:07.017Z | [ recovery-image] Oct 18 17:50:04.972 INFO O| Oct 18 17:50:04.972 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4793 | 2024-10-18T17:50:07.065Z | [ recovery-image] Oct 18 17:50:05.022 INFO O| Oct 18 17:50:05.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4794 | 2024-10-18T17:50:07.065Z | [ recovery-image] Oct 18 17:50:05.022 INFO O| Oct 18 17:50:05.022 INFO STEP 211 (remove_files) COMPLETE |
4795 | 2024-10-18T17:50:07.065Z | [ recovery-image] Oct 18 17:50:05.022 INFO O| Oct 18 17:50:05.022 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4796 | 2024-10-18T17:50:07.084Z | [ recovery-image] Oct 18 17:50:05.041 INFO O| Oct 18 17:50:05.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4797 | 2024-10-18T17:50:07.084Z | [ recovery-image] Oct 18 17:50:05.041 INFO O| Oct 18 17:50:05.041 INFO STEP 212 (remove_files) COMPLETE |
4798 | 2024-10-18T17:50:07.087Z | [ recovery-image] Oct 18 17:50:05.041 INFO O| Oct 18 17:50:05.041 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4799 | 2024-10-18T17:50:07.102Z | [ recovery-image] Oct 18 17:50:05.059 INFO O| Oct 18 17:50:05.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4800 | 2024-10-18T17:50:07.102Z | [ recovery-image] Oct 18 17:50:05.059 INFO O| Oct 18 17:50:05.059 INFO STEP 213 (remove_files) COMPLETE |
4801 | 2024-10-18T17:50:07.102Z | [ recovery-image] Oct 18 17:50:05.059 INFO O| Oct 18 17:50:05.059 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4802 | 2024-10-18T17:50:07.121Z | [ recovery-image] Oct 18 17:50:05.077 INFO O| Oct 18 17:50:05.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4803 | 2024-10-18T17:50:07.121Z | [ recovery-image] Oct 18 17:50:05.077 INFO O| Oct 18 17:50:05.077 INFO STEP 214 (remove_files) COMPLETE |
4804 | 2024-10-18T17:50:07.121Z | [ recovery-image] Oct 18 17:50:05.077 INFO O| Oct 18 17:50:05.077 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4805 | 2024-10-18T17:50:07.138Z | [ recovery-image] Oct 18 17:50:05.094 INFO O| Oct 18 17:50:05.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4806 | 2024-10-18T17:50:07.138Z | [ recovery-image] Oct 18 17:50:05.094 INFO O| Oct 18 17:50:05.094 INFO STEP 215 (remove_files) COMPLETE |
4807 | 2024-10-18T17:50:07.138Z | [ recovery-image] Oct 18 17:50:05.094 INFO O| Oct 18 17:50:05.094 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4808 | 2024-10-18T17:50:07.156Z | [ recovery-image] Oct 18 17:50:05.113 INFO O| Oct 18 17:50:05.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4809 | 2024-10-18T17:50:07.156Z | [ recovery-image] Oct 18 17:50:05.113 INFO O| Oct 18 17:50:05.113 INFO STEP 216 (remove_files) COMPLETE |
4810 | 2024-10-18T17:50:07.156Z | [ recovery-image] Oct 18 17:50:05.113 INFO O| Oct 18 17:50:05.113 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4811 | 2024-10-18T17:50:07.176Z | [ recovery-image] Oct 18 17:50:05.132 INFO O| Oct 18 17:50:05.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4812 | 2024-10-18T17:50:07.176Z | [ recovery-image] Oct 18 17:50:05.133 INFO O| Oct 18 17:50:05.133 INFO STEP 217 (remove_files) COMPLETE |
4813 | 2024-10-18T17:50:07.176Z | [ recovery-image] Oct 18 17:50:05.133 INFO O| Oct 18 17:50:05.133 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4814 | 2024-10-18T17:50:07.193Z | [ recovery-image] Oct 18 17:50:05.149 INFO O| Oct 18 17:50:05.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4815 | 2024-10-18T17:50:07.193Z | [ recovery-image] Oct 18 17:50:05.149 INFO O| Oct 18 17:50:05.149 INFO STEP 218 (remove_files) COMPLETE |
4816 | 2024-10-18T17:50:07.195Z | [ recovery-image] Oct 18 17:50:05.149 INFO O| Oct 18 17:50:05.149 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4817 | 2024-10-18T17:50:07.210Z | [ recovery-image] Oct 18 17:50:05.167 INFO O| Oct 18 17:50:05.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4818 | 2024-10-18T17:50:07.210Z | [ recovery-image] Oct 18 17:50:05.167 INFO O| Oct 18 17:50:05.167 INFO STEP 219 (remove_files) COMPLETE |
4819 | 2024-10-18T17:50:07.213Z | [ recovery-image] Oct 18 17:50:05.167 INFO O| Oct 18 17:50:05.167 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4820 | 2024-10-18T17:50:07.230Z | [ recovery-image] Oct 18 17:50:05.187 INFO O| Oct 18 17:50:05.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4821 | 2024-10-18T17:50:07.230Z | [ recovery-image] Oct 18 17:50:05.187 INFO O| Oct 18 17:50:05.187 INFO STEP 220 (remove_files) COMPLETE |
4822 | 2024-10-18T17:50:07.230Z | [ recovery-image] Oct 18 17:50:05.187 INFO O| Oct 18 17:50:05.187 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4823 | 2024-10-18T17:50:07.248Z | [ recovery-image] Oct 18 17:50:05.205 INFO O| Oct 18 17:50:05.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4824 | 2024-10-18T17:50:07.248Z | [ recovery-image] Oct 18 17:50:05.205 INFO O| Oct 18 17:50:05.205 INFO STEP 221 (remove_files) COMPLETE |
4825 | 2024-10-18T17:50:07.249Z | [ recovery-image] Oct 18 17:50:05.205 INFO O| Oct 18 17:50:05.205 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4826 | 2024-10-18T17:50:07.268Z | [ recovery-image] Oct 18 17:50:05.224 INFO O| Oct 18 17:50:05.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4827 | 2024-10-18T17:50:07.268Z | [ recovery-image] Oct 18 17:50:05.224 INFO O| Oct 18 17:50:05.224 INFO STEP 222 (remove_files) COMPLETE |
4828 | 2024-10-18T17:50:07.268Z | [ recovery-image] Oct 18 17:50:05.224 INFO O| Oct 18 17:50:05.224 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4829 | 2024-10-18T17:50:07.287Z | [ recovery-image] Oct 18 17:50:05.243 INFO O| Oct 18 17:50:05.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4830 | 2024-10-18T17:50:07.287Z | [ recovery-image] Oct 18 17:50:05.243 INFO O| Oct 18 17:50:05.243 INFO STEP 223 (remove_files) COMPLETE |
4831 | 2024-10-18T17:50:07.289Z | [ recovery-image] Oct 18 17:50:05.244 INFO O| Oct 18 17:50:05.243 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4832 | 2024-10-18T17:50:07.305Z | [ recovery-image] Oct 18 17:50:05.262 INFO O| Oct 18 17:50:05.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4833 | 2024-10-18T17:50:07.305Z | [ recovery-image] Oct 18 17:50:05.262 INFO O| Oct 18 17:50:05.262 INFO STEP 224 (remove_files) COMPLETE |
4834 | 2024-10-18T17:50:07.305Z | [ recovery-image] Oct 18 17:50:05.262 INFO O| Oct 18 17:50:05.262 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4835 | 2024-10-18T17:50:07.324Z | [ recovery-image] Oct 18 17:50:05.281 INFO O| Oct 18 17:50:05.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4836 | 2024-10-18T17:50:07.324Z | [ recovery-image] Oct 18 17:50:05.281 INFO O| Oct 18 17:50:05.281 INFO STEP 225 (remove_files) COMPLETE |
4837 | 2024-10-18T17:50:07.324Z | [ recovery-image] Oct 18 17:50:05.281 INFO O| Oct 18 17:50:05.281 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4838 | 2024-10-18T17:50:07.340Z | [ recovery-image] Oct 18 17:50:05.297 INFO O| Oct 18 17:50:05.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4839 | 2024-10-18T17:50:07.341Z | [ recovery-image] Oct 18 17:50:05.297 INFO O| Oct 18 17:50:05.297 INFO STEP 226 (remove_files) COMPLETE |
4840 | 2024-10-18T17:50:07.341Z | [ recovery-image] Oct 18 17:50:05.297 INFO O| Oct 18 17:50:05.297 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4841 | 2024-10-18T17:50:07.359Z | [ recovery-image] Oct 18 17:50:05.315 INFO O| Oct 18 17:50:05.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4842 | 2024-10-18T17:50:07.359Z | [ recovery-image] Oct 18 17:50:05.315 INFO O| Oct 18 17:50:05.315 INFO STEP 227 (remove_files) COMPLETE |
4843 | 2024-10-18T17:50:07.361Z | [ recovery-image] Oct 18 17:50:05.315 INFO O| Oct 18 17:50:05.315 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4844 | 2024-10-18T17:50:07.377Z | [ recovery-image] Oct 18 17:50:05.334 INFO O| Oct 18 17:50:05.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4845 | 2024-10-18T17:50:07.377Z | [ recovery-image] Oct 18 17:50:05.334 INFO O| Oct 18 17:50:05.334 INFO STEP 228 (remove_files) COMPLETE |
4846 | 2024-10-18T17:50:07.377Z | [ recovery-image] Oct 18 17:50:05.334 INFO O| Oct 18 17:50:05.334 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4847 | 2024-10-18T17:50:07.396Z | [ recovery-image] Oct 18 17:50:05.352 INFO O| Oct 18 17:50:05.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4848 | 2024-10-18T17:50:07.396Z | [ recovery-image] Oct 18 17:50:05.352 INFO O| Oct 18 17:50:05.352 INFO STEP 229 (remove_files) COMPLETE |
4849 | 2024-10-18T17:50:07.398Z | [ recovery-image] Oct 18 17:50:05.352 INFO O| Oct 18 17:50:05.352 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4850 | 2024-10-18T17:50:07.415Z | [ recovery-image] Oct 18 17:50:05.371 INFO O| Oct 18 17:50:05.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4851 | 2024-10-18T17:50:07.415Z | [ recovery-image] Oct 18 17:50:05.371 INFO O| Oct 18 17:50:05.371 INFO STEP 230 (remove_files) COMPLETE |
4852 | 2024-10-18T17:50:07.415Z | [ recovery-image] Oct 18 17:50:05.371 INFO O| Oct 18 17:50:05.371 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4853 | 2024-10-18T17:50:07.432Z | [ recovery-image] Oct 18 17:50:05.389 INFO O| Oct 18 17:50:05.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4854 | 2024-10-18T17:50:07.432Z | [ recovery-image] Oct 18 17:50:05.389 INFO O| Oct 18 17:50:05.389 INFO STEP 231 (remove_files) COMPLETE |
4855 | 2024-10-18T17:50:07.432Z | [ recovery-image] Oct 18 17:50:05.389 INFO O| Oct 18 17:50:05.389 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4856 | 2024-10-18T17:50:07.450Z | [ recovery-image] Oct 18 17:50:05.406 INFO O| Oct 18 17:50:05.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4857 | 2024-10-18T17:50:07.450Z | [ recovery-image] Oct 18 17:50:05.406 INFO O| Oct 18 17:50:05.406 INFO STEP 232 (remove_files) COMPLETE |
4858 | 2024-10-18T17:50:07.452Z | [ recovery-image] Oct 18 17:50:05.406 INFO O| Oct 18 17:50:05.406 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4859 | 2024-10-18T17:50:07.467Z | [ recovery-image] Oct 18 17:50:05.423 INFO O| Oct 18 17:50:05.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4860 | 2024-10-18T17:50:07.467Z | [ recovery-image] Oct 18 17:50:05.423 INFO O| Oct 18 17:50:05.423 INFO STEP 233 (remove_files) COMPLETE |
4861 | 2024-10-18T17:50:07.467Z | [ recovery-image] Oct 18 17:50:05.423 INFO O| Oct 18 17:50:05.423 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4862 | 2024-10-18T17:50:07.484Z | [ recovery-image] Oct 18 17:50:05.441 INFO O| Oct 18 17:50:05.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4863 | 2024-10-18T17:50:07.484Z | [ recovery-image] Oct 18 17:50:05.441 INFO O| Oct 18 17:50:05.441 INFO STEP 234 (remove_files) COMPLETE |
4864 | 2024-10-18T17:50:07.487Z | [ recovery-image] Oct 18 17:50:05.441 INFO O| Oct 18 17:50:05.441 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4865 | 2024-10-18T17:50:07.501Z | [ recovery-image] Oct 18 17:50:05.458 INFO O| Oct 18 17:50:05.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4866 | 2024-10-18T17:50:07.501Z | [ recovery-image] Oct 18 17:50:05.458 INFO O| Oct 18 17:50:05.458 INFO STEP 235 (remove_files) COMPLETE |
4867 | 2024-10-18T17:50:07.501Z | [ recovery-image] Oct 18 17:50:05.458 INFO O| Oct 18 17:50:05.458 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4868 | 2024-10-18T17:50:07.518Z | [ recovery-image] Oct 18 17:50:05.474 INFO O| Oct 18 17:50:05.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4869 | 2024-10-18T17:50:07.518Z | [ recovery-image] Oct 18 17:50:05.474 INFO O| Oct 18 17:50:05.474 INFO STEP 236 (remove_files) COMPLETE |
4870 | 2024-10-18T17:50:07.518Z | [ recovery-image] Oct 18 17:50:05.474 INFO O| Oct 18 17:50:05.474 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4871 | 2024-10-18T17:50:07.534Z | [ recovery-image] Oct 18 17:50:05.491 INFO O| Oct 18 17:50:05.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4872 | 2024-10-18T17:50:07.534Z | [ recovery-image] Oct 18 17:50:05.491 INFO O| Oct 18 17:50:05.491 INFO STEP 237 (remove_files) COMPLETE |
4873 | 2024-10-18T17:50:07.537Z | [ recovery-image] Oct 18 17:50:05.491 INFO O| Oct 18 17:50:05.491 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4874 | 2024-10-18T17:50:07.553Z | [ recovery-image] Oct 18 17:50:05.509 INFO O| Oct 18 17:50:05.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4875 | 2024-10-18T17:50:07.553Z | [ recovery-image] Oct 18 17:50:05.509 INFO O| Oct 18 17:50:05.509 INFO STEP 238 (remove_files) COMPLETE |
4876 | 2024-10-18T17:50:07.553Z | [ recovery-image] Oct 18 17:50:05.509 INFO O| Oct 18 17:50:05.509 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4877 | 2024-10-18T17:50:07.571Z | [ recovery-image] Oct 18 17:50:05.528 INFO O| Oct 18 17:50:05.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4878 | 2024-10-18T17:50:07.571Z | [ recovery-image] Oct 18 17:50:05.528 INFO O| Oct 18 17:50:05.528 INFO STEP 239 (remove_files) COMPLETE |
4879 | 2024-10-18T17:50:07.572Z | [ recovery-image] Oct 18 17:50:05.528 INFO O| Oct 18 17:50:05.528 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4880 | 2024-10-18T17:50:07.593Z | [ recovery-image] Oct 18 17:50:05.549 INFO O| Oct 18 17:50:05.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4881 | 2024-10-18T17:50:07.593Z | [ recovery-image] Oct 18 17:50:05.549 INFO O| Oct 18 17:50:05.549 INFO STEP 240 (remove_files) COMPLETE |
4882 | 2024-10-18T17:50:07.593Z | [ recovery-image] Oct 18 17:50:05.549 INFO O| Oct 18 17:50:05.549 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4883 | 2024-10-18T17:50:07.614Z | [ recovery-image] Oct 18 17:50:05.571 INFO O| Oct 18 17:50:05.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4884 | 2024-10-18T17:50:07.614Z | [ recovery-image] Oct 18 17:50:05.571 INFO O| Oct 18 17:50:05.571 INFO STEP 241 (remove_files) COMPLETE |
4885 | 2024-10-18T17:50:07.614Z | [ recovery-image] Oct 18 17:50:05.571 INFO O| Oct 18 17:50:05.571 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4886 | 2024-10-18T17:50:07.634Z | [ recovery-image] Oct 18 17:50:05.591 INFO O| Oct 18 17:50:05.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4887 | 2024-10-18T17:50:07.634Z | [ recovery-image] Oct 18 17:50:05.591 INFO O| Oct 18 17:50:05.591 INFO STEP 242 (remove_files) COMPLETE |
4888 | 2024-10-18T17:50:07.634Z | [ recovery-image] Oct 18 17:50:05.591 INFO O| Oct 18 17:50:05.591 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4889 | 2024-10-18T17:50:07.666Z | [ recovery-image] Oct 18 17:50:05.622 INFO O| Oct 18 17:50:05.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4890 | 2024-10-18T17:50:07.668Z | [ recovery-image] Oct 18 17:50:05.622 INFO O| Oct 18 17:50:05.622 INFO STEP 243 (remove_files) COMPLETE |
4891 | 2024-10-18T17:50:07.668Z | [ recovery-image] Oct 18 17:50:05.622 INFO O| Oct 18 17:50:05.622 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4892 | 2024-10-18T17:50:07.691Z | [ recovery-image] Oct 18 17:50:05.647 INFO O| Oct 18 17:50:05.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4893 | 2024-10-18T17:50:07.693Z | [ recovery-image] Oct 18 17:50:05.647 INFO O| Oct 18 17:50:05.647 INFO STEP 244 (remove_files) COMPLETE |
4894 | 2024-10-18T17:50:07.693Z | [ recovery-image] Oct 18 17:50:05.648 INFO O| Oct 18 17:50:05.648 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4895 | 2024-10-18T17:50:07.717Z | [ recovery-image] Oct 18 17:50:05.674 INFO O| Oct 18 17:50:05.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4896 | 2024-10-18T17:50:07.720Z | [ recovery-image] Oct 18 17:50:05.674 INFO O| Oct 18 17:50:05.674 INFO STEP 245 (remove_files) COMPLETE |
4897 | 2024-10-18T17:50:07.720Z | [ recovery-image] Oct 18 17:50:05.674 INFO O| Oct 18 17:50:05.674 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4898 | 2024-10-18T17:50:07.745Z | [ recovery-image] Oct 18 17:50:05.702 INFO O| Oct 18 17:50:05.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4899 | 2024-10-18T17:50:07.748Z | [ recovery-image] Oct 18 17:50:05.702 INFO O| Oct 18 17:50:05.702 INFO STEP 246 (remove_files) COMPLETE |
4900 | 2024-10-18T17:50:07.748Z | [ recovery-image] Oct 18 17:50:05.702 INFO O| Oct 18 17:50:05.702 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4901 | 2024-10-18T17:50:07.774Z | [ recovery-image] Oct 18 17:50:05.730 INFO O| Oct 18 17:50:05.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4902 | 2024-10-18T17:50:07.774Z | [ recovery-image] Oct 18 17:50:05.731 INFO O| Oct 18 17:50:05.730 INFO STEP 247 (remove_files) COMPLETE |
4903 | 2024-10-18T17:50:07.776Z | [ recovery-image] Oct 18 17:50:05.731 INFO O| Oct 18 17:50:05.731 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4904 | 2024-10-18T17:50:07.798Z | [ recovery-image] Oct 18 17:50:05.755 INFO O| Oct 18 17:50:05.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4905 | 2024-10-18T17:50:07.798Z | [ recovery-image] Oct 18 17:50:05.755 INFO O| Oct 18 17:50:05.755 INFO STEP 248 (remove_files) COMPLETE |
4906 | 2024-10-18T17:50:07.801Z | [ recovery-image] Oct 18 17:50:05.755 INFO O| Oct 18 17:50:05.755 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4907 | 2024-10-18T17:50:07.841Z | [ recovery-image] Oct 18 17:50:05.797 INFO O| Oct 18 17:50:05.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4908 | 2024-10-18T17:50:07.844Z | [ recovery-image] Oct 18 17:50:05.797 INFO O| Oct 18 17:50:05.797 INFO STEP 249 (remove_files) COMPLETE |
4909 | 2024-10-18T17:50:07.844Z | [ recovery-image] Oct 18 17:50:05.798 INFO O| Oct 18 17:50:05.797 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4910 | 2024-10-18T17:50:07.861Z | [ recovery-image] Oct 18 17:50:05.817 INFO O| Oct 18 17:50:05.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4911 | 2024-10-18T17:50:07.863Z | [ recovery-image] Oct 18 17:50:05.818 INFO O| Oct 18 17:50:05.817 INFO STEP 250 (remove_files) COMPLETE |
4912 | 2024-10-18T17:50:07.863Z | [ recovery-image] Oct 18 17:50:05.818 INFO O| Oct 18 17:50:05.818 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4913 | 2024-10-18T17:50:07.879Z | [ recovery-image] Oct 18 17:50:05.836 INFO O| Oct 18 17:50:05.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4914 | 2024-10-18T17:50:07.879Z | [ recovery-image] Oct 18 17:50:05.836 INFO O| Oct 18 17:50:05.836 INFO STEP 251 (remove_files) COMPLETE |
4915 | 2024-10-18T17:50:07.882Z | [ recovery-image] Oct 18 17:50:05.836 INFO O| Oct 18 17:50:05.836 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4916 | 2024-10-18T17:50:07.897Z | [ recovery-image] Oct 18 17:50:05.854 INFO O| Oct 18 17:50:05.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4917 | 2024-10-18T17:50:07.900Z | [ recovery-image] Oct 18 17:50:05.854 INFO O| Oct 18 17:50:05.854 INFO STEP 252 (remove_files) COMPLETE |
4918 | 2024-10-18T17:50:07.900Z | [ recovery-image] Oct 18 17:50:05.854 INFO O| Oct 18 17:50:05.854 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4919 | 2024-10-18T17:50:07.917Z | [ recovery-image] Oct 18 17:50:05.873 INFO O| Oct 18 17:50:05.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4920 | 2024-10-18T17:50:07.919Z | [ recovery-image] Oct 18 17:50:05.875 INFO O| Oct 18 17:50:05.875 INFO STEP 253 (remove_files) COMPLETE |
4921 | 2024-10-18T17:50:07.919Z | [ recovery-image] Oct 18 17:50:05.875 INFO O| Oct 18 17:50:05.875 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4922 | 2024-10-18T17:50:07.955Z | [ recovery-image] Oct 18 17:50:05.912 INFO O| Oct 18 17:50:05.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4923 | 2024-10-18T17:50:07.955Z | [ recovery-image] Oct 18 17:50:05.912 INFO O| Oct 18 17:50:05.912 INFO STEP 254 (remove_files) COMPLETE |
4924 | 2024-10-18T17:50:07.955Z | [ recovery-image] Oct 18 17:50:05.912 INFO O| Oct 18 17:50:05.912 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4925 | 2024-10-18T17:50:07.977Z | [ recovery-image] Oct 18 17:50:05.934 INFO O| Oct 18 17:50:05.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4926 | 2024-10-18T17:50:07.977Z | [ recovery-image] Oct 18 17:50:05.934 INFO O| Oct 18 17:50:05.934 INFO STEP 255 (remove_files) COMPLETE |
4927 | 2024-10-18T17:50:07.977Z | [ recovery-image] Oct 18 17:50:05.934 INFO O| Oct 18 17:50:05.934 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4928 | 2024-10-18T17:50:07.998Z | [ recovery-image] Oct 18 17:50:05.954 INFO O| Oct 18 17:50:05.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4929 | 2024-10-18T17:50:07.998Z | [ recovery-image] Oct 18 17:50:05.955 INFO O| Oct 18 17:50:05.954 INFO STEP 256 (remove_files) COMPLETE |
4930 | 2024-10-18T17:50:07.998Z | [ recovery-image] Oct 18 17:50:05.955 INFO O| Oct 18 17:50:05.955 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4931 | 2024-10-18T17:50:08.017Z | [ recovery-image] Oct 18 17:50:05.973 INFO O| Oct 18 17:50:05.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4932 | 2024-10-18T17:50:08.035Z | [ recovery-image] Oct 18 17:50:05.991 INFO O| Oct 18 17:50:05.991 INFO STEP 257 (remove_files) COMPLETE |
4933 | 2024-10-18T17:50:08.035Z | [ recovery-image] Oct 18 17:50:05.991 INFO O| Oct 18 17:50:05.991 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4934 | 2024-10-18T17:50:08.090Z | [ recovery-image] Oct 18 17:50:06.046 INFO O| Oct 18 17:50:06.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4935 | 2024-10-18T17:50:08.090Z | [ recovery-image] Oct 18 17:50:06.046 INFO O| Oct 18 17:50:06.046 INFO STEP 258 (remove_files) COMPLETE |
4936 | 2024-10-18T17:50:08.090Z | [ recovery-image] Oct 18 17:50:06.046 INFO O| Oct 18 17:50:06.046 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4937 | 2024-10-18T17:50:08.124Z | [ recovery-image] Oct 18 17:50:06.080 INFO O| Oct 18 17:50:06.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4938 | 2024-10-18T17:50:08.124Z | [ recovery-image] Oct 18 17:50:06.080 INFO O| Oct 18 17:50:06.080 INFO STEP 259 (remove_files) COMPLETE |
4939 | 2024-10-18T17:50:08.127Z | [ recovery-image] Oct 18 17:50:06.080 INFO O| Oct 18 17:50:06.080 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4940 | 2024-10-18T17:50:08.161Z | [ recovery-image] Oct 18 17:50:06.118 INFO O| Oct 18 17:50:06.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4941 | 2024-10-18T17:50:08.161Z | [ recovery-image] Oct 18 17:50:06.118 INFO O| Oct 18 17:50:06.118 INFO STEP 260 (remove_files) COMPLETE |
4942 | 2024-10-18T17:50:08.162Z | [ recovery-image] Oct 18 17:50:06.118 INFO O| Oct 18 17:50:06.118 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4943 | 2024-10-18T17:50:08.179Z | [ recovery-image] Oct 18 17:50:06.135 INFO O| Oct 18 17:50:06.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4944 | 2024-10-18T17:50:08.182Z | [ recovery-image] Oct 18 17:50:06.135 INFO O| Oct 18 17:50:06.135 INFO STEP 261 (remove_files) COMPLETE |
4945 | 2024-10-18T17:50:08.182Z | [ recovery-image] Oct 18 17:50:06.135 INFO O| Oct 18 17:50:06.135 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4946 | 2024-10-18T17:50:08.202Z | [ host-image] Oct 18 17:50:06.159 INFO O| Oct 18 17:50:06.158 INFO O| Download: 885/1140 items 3.2/8.4MB 38% complete (682k/s) |
4947 | 2024-10-18T17:50:08.239Z | [ recovery-image] Oct 18 17:50:06.195 INFO O| Oct 18 17:50:06.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4948 | 2024-10-18T17:50:08.239Z | [ recovery-image] Oct 18 17:50:06.195 INFO O| Oct 18 17:50:06.195 INFO STEP 262 (remove_files) COMPLETE |
4949 | 2024-10-18T17:50:08.239Z | [ recovery-image] Oct 18 17:50:06.195 INFO O| Oct 18 17:50:06.195 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4950 | 2024-10-18T17:50:08.358Z | [ recovery-image] Oct 18 17:50:06.314 INFO O| Oct 18 17:50:06.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4951 | 2024-10-18T17:50:08.358Z | [ recovery-image] Oct 18 17:50:06.314 INFO O| Oct 18 17:50:06.314 INFO STEP 263 (remove_files) COMPLETE |
4952 | 2024-10-18T17:50:08.360Z | [ recovery-image] Oct 18 17:50:06.314 INFO O| Oct 18 17:50:06.314 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4953 | 2024-10-18T17:50:08.460Z | [ recovery-image] Oct 18 17:50:06.416 INFO O| Oct 18 17:50:06.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4954 | 2024-10-18T17:50:08.463Z | [ recovery-image] Oct 18 17:50:06.416 INFO O| Oct 18 17:50:06.416 INFO STEP 264 (remove_files) COMPLETE |
4955 | 2024-10-18T17:50:08.463Z | [ recovery-image] Oct 18 17:50:06.416 INFO O| Oct 18 17:50:06.416 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4956 | 2024-10-18T17:50:08.514Z | [ recovery-image] Oct 18 17:50:06.470 INFO O| Oct 18 17:50:06.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4957 | 2024-10-18T17:50:08.514Z | [ recovery-image] Oct 18 17:50:06.470 INFO O| Oct 18 17:50:06.470 INFO STEP 265 (remove_files) COMPLETE |
4958 | 2024-10-18T17:50:08.516Z | [ recovery-image] Oct 18 17:50:06.470 INFO O| Oct 18 17:50:06.470 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4959 | 2024-10-18T17:50:08.531Z | [ recovery-image] Oct 18 17:50:06.488 INFO O| Oct 18 17:50:06.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4960 | 2024-10-18T17:50:08.531Z | [ recovery-image] Oct 18 17:50:06.488 INFO O| Oct 18 17:50:06.488 INFO STEP 266 (remove_files) COMPLETE |
4961 | 2024-10-18T17:50:08.531Z | [ recovery-image] Oct 18 17:50:06.488 INFO O| Oct 18 17:50:06.488 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4962 | 2024-10-18T17:50:08.548Z | [ recovery-image] Oct 18 17:50:06.505 INFO O| Oct 18 17:50:06.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4963 | 2024-10-18T17:50:08.571Z | [ recovery-image] Oct 18 17:50:06.527 INFO O| Oct 18 17:50:06.527 INFO STEP 267 (remove_files) COMPLETE |
4964 | 2024-10-18T17:50:08.571Z | [ recovery-image] Oct 18 17:50:06.527 INFO O| Oct 18 17:50:06.527 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4965 | 2024-10-18T17:50:08.607Z | [ recovery-image] Oct 18 17:50:06.563 INFO O| Oct 18 17:50:06.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4966 | 2024-10-18T17:50:08.607Z | [ recovery-image] Oct 18 17:50:06.563 INFO O| Oct 18 17:50:06.563 INFO STEP 268 (remove_files) COMPLETE |
4967 | 2024-10-18T17:50:08.607Z | [ recovery-image] Oct 18 17:50:06.563 INFO O| Oct 18 17:50:06.563 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4968 | 2024-10-18T17:50:08.694Z | [ recovery-image] Oct 18 17:50:06.651 INFO O| Oct 18 17:50:06.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4969 | 2024-10-18T17:50:08.695Z | [ recovery-image] Oct 18 17:50:06.651 INFO O| Oct 18 17:50:06.651 INFO STEP 269 (remove_files) COMPLETE |
4970 | 2024-10-18T17:50:08.697Z | [ recovery-image] Oct 18 17:50:06.651 INFO O| Oct 18 17:50:06.651 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4971 | 2024-10-18T17:50:08.727Z | [ recovery-image] Oct 18 17:50:06.683 INFO O| Oct 18 17:50:06.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4972 | 2024-10-18T17:50:08.727Z | [ recovery-image] Oct 18 17:50:06.683 INFO O| Oct 18 17:50:06.683 INFO STEP 270 (remove_files) COMPLETE |
4973 | 2024-10-18T17:50:08.729Z | [ recovery-image] Oct 18 17:50:06.683 INFO O| Oct 18 17:50:06.683 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4974 | 2024-10-18T17:50:08.745Z | [ recovery-image] Oct 18 17:50:06.701 INFO O| Oct 18 17:50:06.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4975 | 2024-10-18T17:50:08.745Z | [ recovery-image] Oct 18 17:50:06.702 INFO O| Oct 18 17:50:06.702 INFO STEP 271 (remove_files) COMPLETE |
4976 | 2024-10-18T17:50:08.745Z | [ recovery-image] Oct 18 17:50:06.702 INFO O| Oct 18 17:50:06.702 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4977 | 2024-10-18T17:50:08.764Z | [ recovery-image] Oct 18 17:50:06.720 INFO O| Oct 18 17:50:06.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4978 | 2024-10-18T17:50:08.764Z | [ recovery-image] Oct 18 17:50:06.720 INFO O| Oct 18 17:50:06.720 INFO STEP 272 (remove_files) COMPLETE |
4979 | 2024-10-18T17:50:08.766Z | [ recovery-image] Oct 18 17:50:06.720 INFO O| Oct 18 17:50:06.720 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4980 | 2024-10-18T17:50:08.782Z | [ recovery-image] Oct 18 17:50:06.739 INFO O| Oct 18 17:50:06.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4981 | 2024-10-18T17:50:08.782Z | [ recovery-image] Oct 18 17:50:06.739 INFO O| Oct 18 17:50:06.739 INFO STEP 273 (remove_files) COMPLETE |
4982 | 2024-10-18T17:50:08.782Z | [ recovery-image] Oct 18 17:50:06.739 INFO O| Oct 18 17:50:06.739 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4983 | 2024-10-18T17:50:08.858Z | [ recovery-image] Oct 18 17:50:06.814 INFO O| Oct 18 17:50:06.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4984 | 2024-10-18T17:50:08.861Z | [ recovery-image] Oct 18 17:50:06.814 INFO O| Oct 18 17:50:06.814 INFO STEP 274 (remove_files) COMPLETE |
4985 | 2024-10-18T17:50:08.861Z | [ recovery-image] Oct 18 17:50:06.814 INFO O| Oct 18 17:50:06.814 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4986 | 2024-10-18T17:50:08.883Z | [ recovery-image] Oct 18 17:50:06.839 INFO O| Oct 18 17:50:06.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4987 | 2024-10-18T17:50:08.883Z | [ recovery-image] Oct 18 17:50:06.839 INFO O| Oct 18 17:50:06.839 INFO STEP 275 (remove_files) COMPLETE |
4988 | 2024-10-18T17:50:08.883Z | [ recovery-image] Oct 18 17:50:06.839 INFO O| Oct 18 17:50:06.839 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4989 | 2024-10-18T17:50:08.902Z | [ recovery-image] Oct 18 17:50:06.858 INFO O| Oct 18 17:50:06.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4990 | 2024-10-18T17:50:08.902Z | [ recovery-image] Oct 18 17:50:06.858 INFO O| Oct 18 17:50:06.858 INFO STEP 276 (remove_files) COMPLETE |
4991 | 2024-10-18T17:50:08.902Z | [ recovery-image] Oct 18 17:50:06.858 INFO O| Oct 18 17:50:06.858 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4992 | 2024-10-18T17:50:08.938Z | [ recovery-image] Oct 18 17:50:06.894 INFO O| Oct 18 17:50:06.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4993 | 2024-10-18T17:50:08.938Z | [ recovery-image] Oct 18 17:50:06.894 INFO O| Oct 18 17:50:06.894 INFO STEP 277 (remove_files) COMPLETE |
4994 | 2024-10-18T17:50:08.938Z | [ recovery-image] Oct 18 17:50:06.894 INFO O| Oct 18 17:50:06.894 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4995 | 2024-10-18T17:50:08.991Z | [ recovery-image] Oct 18 17:50:06.947 INFO O| Oct 18 17:50:06.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4996 | 2024-10-18T17:50:08.991Z | [ recovery-image] Oct 18 17:50:06.947 INFO O| Oct 18 17:50:06.947 INFO STEP 278 (remove_files) COMPLETE |
4997 | 2024-10-18T17:50:08.991Z | [ recovery-image] Oct 18 17:50:06.947 INFO O| Oct 18 17:50:06.947 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4998 | 2024-10-18T17:50:09.017Z | [ recovery-image] Oct 18 17:50:06.972 INFO O| Oct 18 17:50:06.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4999 | 2024-10-18T17:50:09.017Z | [ recovery-image] Oct 18 17:50:06.973 INFO O| Oct 18 17:50:06.972 INFO STEP 279 (remove_files) COMPLETE |
5000 | 2024-10-18T17:50:09.017Z | [ recovery-image] Oct 18 17:50:06.973 INFO O| Oct 18 17:50:06.973 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5001 | 2024-10-18T17:50:09.057Z | [ recovery-image] Oct 18 17:50:07.013 INFO O| Oct 18 17:50:07.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5002 | 2024-10-18T17:50:09.057Z | [ recovery-image] Oct 18 17:50:07.013 INFO O| Oct 18 17:50:07.013 INFO STEP 280 (remove_files) COMPLETE |
5003 | 2024-10-18T17:50:09.057Z | [ recovery-image] Oct 18 17:50:07.013 INFO O| Oct 18 17:50:07.013 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5004 | 2024-10-18T17:50:09.077Z | [ recovery-image] Oct 18 17:50:07.032 INFO O| Oct 18 17:50:07.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5005 | 2024-10-18T17:50:09.077Z | [ recovery-image] Oct 18 17:50:07.032 INFO O| Oct 18 17:50:07.032 INFO STEP 281 (remove_files) COMPLETE |
5006 | 2024-10-18T17:50:09.080Z | [ recovery-image] Oct 18 17:50:07.032 INFO O| Oct 18 17:50:07.032 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5007 | 2024-10-18T17:50:09.094Z | [ recovery-image] Oct 18 17:50:07.050 INFO O| Oct 18 17:50:07.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5008 | 2024-10-18T17:50:09.094Z | [ recovery-image] Oct 18 17:50:07.050 INFO O| Oct 18 17:50:07.050 INFO STEP 282 (remove_files) COMPLETE |
5009 | 2024-10-18T17:50:09.094Z | [ recovery-image] Oct 18 17:50:07.050 INFO O| Oct 18 17:50:07.050 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5010 | 2024-10-18T17:50:09.112Z | [ recovery-image] Oct 18 17:50:07.068 INFO O| Oct 18 17:50:07.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5011 | 2024-10-18T17:50:09.112Z | [ recovery-image] Oct 18 17:50:07.068 INFO O| Oct 18 17:50:07.068 INFO STEP 283 (remove_files) COMPLETE |
5012 | 2024-10-18T17:50:09.115Z | [ recovery-image] Oct 18 17:50:07.069 INFO O| Oct 18 17:50:07.068 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5013 | 2024-10-18T17:50:09.130Z | [ recovery-image] Oct 18 17:50:07.086 INFO O| Oct 18 17:50:07.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5014 | 2024-10-18T17:50:09.130Z | [ recovery-image] Oct 18 17:50:07.086 INFO O| Oct 18 17:50:07.086 INFO STEP 284 (remove_files) COMPLETE |
5015 | 2024-10-18T17:50:09.130Z | [ recovery-image] Oct 18 17:50:07.086 INFO O| Oct 18 17:50:07.086 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5016 | 2024-10-18T17:50:09.148Z | [ recovery-image] Oct 18 17:50:07.104 INFO O| Oct 18 17:50:07.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5017 | 2024-10-18T17:50:09.148Z | [ recovery-image] Oct 18 17:50:07.104 INFO O| Oct 18 17:50:07.104 INFO STEP 285 (remove_files) COMPLETE |
5018 | 2024-10-18T17:50:09.151Z | [ recovery-image] Oct 18 17:50:07.104 INFO O| Oct 18 17:50:07.104 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5019 | 2024-10-18T17:50:09.167Z | [ recovery-image] Oct 18 17:50:07.123 INFO O| Oct 18 17:50:07.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5020 | 2024-10-18T17:50:09.167Z | [ recovery-image] Oct 18 17:50:07.123 INFO O| Oct 18 17:50:07.123 INFO STEP 286 (remove_files) COMPLETE |
5021 | 2024-10-18T17:50:09.167Z | [ recovery-image] Oct 18 17:50:07.123 INFO O| Oct 18 17:50:07.123 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5022 | 2024-10-18T17:50:09.233Z | [ recovery-image] Oct 18 17:50:07.189 INFO O| Oct 18 17:50:07.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5023 | 2024-10-18T17:50:09.233Z | [ recovery-image] Oct 18 17:50:07.189 INFO O| Oct 18 17:50:07.189 INFO STEP 287 (remove_files) COMPLETE |
5024 | 2024-10-18T17:50:09.233Z | [ recovery-image] Oct 18 17:50:07.189 INFO O| Oct 18 17:50:07.189 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5025 | 2024-10-18T17:50:09.270Z | [ recovery-image] Oct 18 17:50:07.226 INFO O| Oct 18 17:50:07.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5026 | 2024-10-18T17:50:09.272Z | [ recovery-image] Oct 18 17:50:07.226 INFO O| Oct 18 17:50:07.226 INFO STEP 288 (remove_files) COMPLETE |
5027 | 2024-10-18T17:50:09.272Z | [ recovery-image] Oct 18 17:50:07.226 INFO O| Oct 18 17:50:07.226 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5028 | 2024-10-18T17:50:09.291Z | [ recovery-image] Oct 18 17:50:07.247 INFO O| Oct 18 17:50:07.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5029 | 2024-10-18T17:50:09.292Z | [ recovery-image] Oct 18 17:50:07.247 INFO O| Oct 18 17:50:07.246 INFO STEP 289 (remove_files) COMPLETE |
5030 | 2024-10-18T17:50:09.292Z | [ recovery-image] Oct 18 17:50:07.247 INFO O| Oct 18 17:50:07.246 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5031 | 2024-10-18T17:50:09.311Z | [ recovery-image] Oct 18 17:50:07.267 INFO O| Oct 18 17:50:07.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5032 | 2024-10-18T17:50:09.311Z | [ recovery-image] Oct 18 17:50:07.267 INFO O| Oct 18 17:50:07.267 INFO STEP 290 (remove_files) COMPLETE |
5033 | 2024-10-18T17:50:09.315Z | [ recovery-image] Oct 18 17:50:07.267 INFO O| Oct 18 17:50:07.267 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2024-10-18T17:50:09.344Z | [ recovery-image] Oct 18 17:50:07.300 INFO O| Oct 18 17:50:07.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5035 | 2024-10-18T17:50:09.344Z | [ recovery-image] Oct 18 17:50:07.300 INFO O| Oct 18 17:50:07.300 INFO STEP 291 (remove_files) COMPLETE |
5036 | 2024-10-18T17:50:09.346Z | [ recovery-image] Oct 18 17:50:07.300 INFO O| Oct 18 17:50:07.300 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2024-10-18T17:50:09.386Z | [ recovery-image] Oct 18 17:50:07.342 INFO O| Oct 18 17:50:07.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5038 | 2024-10-18T17:50:09.386Z | [ recovery-image] Oct 18 17:50:07.342 INFO O| Oct 18 17:50:07.342 INFO STEP 292 (remove_files) COMPLETE |
5039 | 2024-10-18T17:50:09.389Z | [ recovery-image] Oct 18 17:50:07.342 INFO O| Oct 18 17:50:07.342 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2024-10-18T17:50:09.421Z | [ recovery-image] Oct 18 17:50:07.377 INFO O| Oct 18 17:50:07.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5041 | 2024-10-18T17:50:09.421Z | [ recovery-image] Oct 18 17:50:07.377 INFO O| Oct 18 17:50:07.377 INFO STEP 293 (remove_files) COMPLETE |
5042 | 2024-10-18T17:50:09.423Z | [ recovery-image] Oct 18 17:50:07.377 INFO O| Oct 18 17:50:07.377 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2024-10-18T17:50:09.539Z | [ recovery-image] Oct 18 17:50:07.495 INFO O| Oct 18 17:50:07.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5044 | 2024-10-18T17:50:09.539Z | [ recovery-image] Oct 18 17:50:07.495 INFO O| Oct 18 17:50:07.495 INFO STEP 294 (remove_files) COMPLETE |
5045 | 2024-10-18T17:50:09.542Z | [ recovery-image] Oct 18 17:50:07.495 INFO O| Oct 18 17:50:07.495 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2024-10-18T17:50:09.584Z | [ recovery-image] Oct 18 17:50:07.539 INFO O| Oct 18 17:50:07.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5047 | 2024-10-18T17:50:09.584Z | [ recovery-image] Oct 18 17:50:07.539 INFO O| Oct 18 17:50:07.539 INFO STEP 295 (remove_files) COMPLETE |
5048 | 2024-10-18T17:50:09.584Z | [ recovery-image] Oct 18 17:50:07.539 INFO O| Oct 18 17:50:07.539 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2024-10-18T17:50:09.757Z | [ recovery-image] Oct 18 17:50:07.712 INFO O| Oct 18 17:50:07.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5050 | 2024-10-18T17:50:09.760Z | [ recovery-image] Oct 18 17:50:07.713 INFO O| Oct 18 17:50:07.713 INFO STEP 296 (remove_files) COMPLETE |
5051 | 2024-10-18T17:50:09.760Z | [ recovery-image] Oct 18 17:50:07.713 INFO O| Oct 18 17:50:07.713 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2024-10-18T17:50:09.774Z | [ recovery-image] Oct 18 17:50:07.730 INFO O| Oct 18 17:50:07.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5053 | 2024-10-18T17:50:09.774Z | [ recovery-image] Oct 18 17:50:07.730 INFO O| Oct 18 17:50:07.730 INFO STEP 297 (remove_files) COMPLETE |
5054 | 2024-10-18T17:50:09.774Z | [ recovery-image] Oct 18 17:50:07.730 INFO O| Oct 18 17:50:07.730 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2024-10-18T17:50:09.864Z | [ recovery-image] Oct 18 17:50:07.819 INFO O| Oct 18 17:50:07.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5056 | 2024-10-18T17:50:09.864Z | [ recovery-image] Oct 18 17:50:07.819 INFO O| Oct 18 17:50:07.819 INFO STEP 298 (remove_files) COMPLETE |
5057 | 2024-10-18T17:50:09.864Z | [ recovery-image] Oct 18 17:50:07.819 INFO O| Oct 18 17:50:07.819 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2024-10-18T17:50:09.999Z | [ recovery-image] Oct 18 17:50:07.954 INFO O| Oct 18 17:50:07.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5059 | 2024-10-18T17:50:09.999Z | [ recovery-image] Oct 18 17:50:07.954 INFO O| Oct 18 17:50:07.938 INFO STEP 299 (remove_files) COMPLETE |
5060 | 2024-10-18T17:50:10.002Z | [ recovery-image] Oct 18 17:50:07.954 INFO O| Oct 18 17:50:07.938 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2024-10-18T17:50:10.002Z | [ recovery-image] Oct 18 17:50:07.955 INFO O| Oct 18 17:50:07.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5062 | 2024-10-18T17:50:10.002Z | [ recovery-image] Oct 18 17:50:07.955 INFO O| Oct 18 17:50:07.955 INFO STEP 300 (remove_files) COMPLETE |
5063 | 2024-10-18T17:50:10.002Z | [ recovery-image] Oct 18 17:50:07.955 INFO O| Oct 18 17:50:07.955 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2024-10-18T17:50:10.022Z | [ recovery-image] Oct 18 17:50:07.973 INFO O| Oct 18 17:50:07.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5065 | 2024-10-18T17:50:10.022Z | [ recovery-image] Oct 18 17:50:07.973 INFO O| Oct 18 17:50:07.973 INFO STEP 301 (remove_files) COMPLETE |
5066 | 2024-10-18T17:50:10.025Z | [ recovery-image] Oct 18 17:50:07.973 INFO O| Oct 18 17:50:07.973 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2024-10-18T17:50:10.035Z | [ recovery-image] Oct 18 17:50:07.991 INFO O| Oct 18 17:50:07.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5068 | 2024-10-18T17:50:10.038Z | [ recovery-image] Oct 18 17:50:07.991 INFO O| Oct 18 17:50:07.991 INFO STEP 302 (remove_files) COMPLETE |
5069 | 2024-10-18T17:50:10.038Z | [ recovery-image] Oct 18 17:50:07.991 INFO O| Oct 18 17:50:07.991 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5070 | 2024-10-18T17:50:10.071Z | [ recovery-image] Oct 18 17:50:08.027 INFO O| Oct 18 17:50:08.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5071 | 2024-10-18T17:50:10.074Z | [ recovery-image] Oct 18 17:50:08.027 INFO O| Oct 18 17:50:08.027 INFO STEP 303 (remove_files) COMPLETE |
5072 | 2024-10-18T17:50:10.074Z | [ recovery-image] Oct 18 17:50:08.027 INFO O| Oct 18 17:50:08.027 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5073 | 2024-10-18T17:50:10.103Z | [ recovery-image] Oct 18 17:50:08.058 INFO O| Oct 18 17:50:08.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5074 | 2024-10-18T17:50:10.103Z | [ recovery-image] Oct 18 17:50:08.059 INFO O| Oct 18 17:50:08.059 INFO STEP 304 (remove_files) COMPLETE |
5075 | 2024-10-18T17:50:10.106Z | [ recovery-image] Oct 18 17:50:08.059 INFO O| Oct 18 17:50:08.059 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5076 | 2024-10-18T17:50:10.122Z | [ recovery-image] Oct 18 17:50:08.077 INFO O| Oct 18 17:50:08.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5077 | 2024-10-18T17:50:10.122Z | [ recovery-image] Oct 18 17:50:08.077 INFO O| Oct 18 17:50:08.077 INFO STEP 305 (remove_files) COMPLETE |
5078 | 2024-10-18T17:50:10.124Z | [ recovery-image] Oct 18 17:50:08.078 INFO O| Oct 18 17:50:08.078 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5079 | 2024-10-18T17:50:10.139Z | [ recovery-image] Oct 18 17:50:08.094 INFO O| Oct 18 17:50:08.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5080 | 2024-10-18T17:50:10.141Z | [ recovery-image] Oct 18 17:50:08.095 INFO O| Oct 18 17:50:08.095 INFO STEP 306 (remove_files) COMPLETE |
5081 | 2024-10-18T17:50:10.141Z | [ recovery-image] Oct 18 17:50:08.095 INFO O| Oct 18 17:50:08.095 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5082 | 2024-10-18T17:50:10.157Z | [ recovery-image] Oct 18 17:50:08.112 INFO O| Oct 18 17:50:08.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5083 | 2024-10-18T17:50:10.157Z | [ recovery-image] Oct 18 17:50:08.112 INFO O| Oct 18 17:50:08.112 INFO STEP 307 (remove_files) COMPLETE |
5084 | 2024-10-18T17:50:10.159Z | [ recovery-image] Oct 18 17:50:08.112 INFO O| Oct 18 17:50:08.112 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5085 | 2024-10-18T17:50:10.174Z | [ recovery-image] Oct 18 17:50:08.130 INFO O| Oct 18 17:50:08.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5086 | 2024-10-18T17:50:10.174Z | [ recovery-image] Oct 18 17:50:08.130 INFO O| Oct 18 17:50:08.130 INFO STEP 308 (remove_files) COMPLETE |
5087 | 2024-10-18T17:50:10.174Z | [ recovery-image] Oct 18 17:50:08.130 INFO O| Oct 18 17:50:08.130 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5088 | 2024-10-18T17:50:10.192Z | [ recovery-image] Oct 18 17:50:08.147 INFO O| Oct 18 17:50:08.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5089 | 2024-10-18T17:50:10.192Z | [ recovery-image] Oct 18 17:50:08.147 INFO O| Oct 18 17:50:08.147 INFO STEP 309 (remove_files) COMPLETE |
5090 | 2024-10-18T17:50:10.192Z | [ recovery-image] Oct 18 17:50:08.147 INFO O| Oct 18 17:50:08.147 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5091 | 2024-10-18T17:50:10.207Z | [ recovery-image] Oct 18 17:50:08.162 INFO O| Oct 18 17:50:08.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5092 | 2024-10-18T17:50:10.209Z | [ recovery-image] Oct 18 17:50:08.162 INFO O| Oct 18 17:50:08.162 INFO STEP 310 (remove_files) COMPLETE |
5093 | 2024-10-18T17:50:10.209Z | [ recovery-image] Oct 18 17:50:08.162 INFO O| Oct 18 17:50:08.162 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5094 | 2024-10-18T17:50:10.245Z | [ recovery-image] Oct 18 17:50:08.201 INFO O| Oct 18 17:50:08.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5095 | 2024-10-18T17:50:10.248Z | [ recovery-image] Oct 18 17:50:08.201 INFO O| Oct 18 17:50:08.201 INFO STEP 311 (remove_files) COMPLETE |
5096 | 2024-10-18T17:50:10.248Z | [ recovery-image] Oct 18 17:50:08.201 INFO O| Oct 18 17:50:08.201 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5097 | 2024-10-18T17:50:10.266Z | [ recovery-image] Oct 18 17:50:08.222 INFO O| Oct 18 17:50:08.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5098 | 2024-10-18T17:50:10.268Z | [ recovery-image] Oct 18 17:50:08.222 INFO O| Oct 18 17:50:08.222 INFO STEP 312 (remove_files) COMPLETE |
5099 | 2024-10-18T17:50:10.269Z | [ recovery-image] Oct 18 17:50:08.222 INFO O| Oct 18 17:50:08.222 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5100 | 2024-10-18T17:50:10.284Z | [ recovery-image] Oct 18 17:50:08.240 INFO O| Oct 18 17:50:08.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5101 | 2024-10-18T17:50:10.284Z | [ recovery-image] Oct 18 17:50:08.240 INFO O| Oct 18 17:50:08.240 INFO STEP 313 (remove_files) COMPLETE |
5102 | 2024-10-18T17:50:10.287Z | [ recovery-image] Oct 18 17:50:08.240 INFO O| Oct 18 17:50:08.240 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5103 | 2024-10-18T17:50:10.302Z | [ recovery-image] Oct 18 17:50:08.258 INFO O| Oct 18 17:50:08.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5104 | 2024-10-18T17:50:10.304Z | [ recovery-image] Oct 18 17:50:08.258 INFO O| Oct 18 17:50:08.258 INFO STEP 314 (remove_files) COMPLETE |
5105 | 2024-10-18T17:50:10.304Z | [ recovery-image] Oct 18 17:50:08.258 INFO O| Oct 18 17:50:08.258 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5106 | 2024-10-18T17:50:10.320Z | [ recovery-image] Oct 18 17:50:08.275 INFO O| Oct 18 17:50:08.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5107 | 2024-10-18T17:50:10.320Z | [ recovery-image] Oct 18 17:50:08.275 INFO O| Oct 18 17:50:08.275 INFO STEP 315 (remove_files) COMPLETE |
5108 | 2024-10-18T17:50:10.320Z | [ recovery-image] Oct 18 17:50:08.275 INFO O| Oct 18 17:50:08.275 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5109 | 2024-10-18T17:50:10.352Z | [ recovery-image] Oct 18 17:50:08.292 INFO O| Oct 18 17:50:08.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5110 | 2024-10-18T17:50:10.352Z | [ recovery-image] Oct 18 17:50:08.292 INFO O| Oct 18 17:50:08.292 INFO STEP 316 (remove_files) COMPLETE |
5111 | 2024-10-18T17:50:10.352Z | [ recovery-image] Oct 18 17:50:08.292 INFO O| Oct 18 17:50:08.292 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5112 | 2024-10-18T17:50:10.377Z | [ recovery-image] Oct 18 17:50:08.332 INFO O| Oct 18 17:50:08.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5113 | 2024-10-18T17:50:10.378Z | [ recovery-image] Oct 18 17:50:08.333 INFO O| Oct 18 17:50:08.333 INFO STEP 317 (remove_files) COMPLETE |
5114 | 2024-10-18T17:50:10.378Z | [ recovery-image] Oct 18 17:50:08.333 INFO O| Oct 18 17:50:08.333 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5115 | 2024-10-18T17:50:10.394Z | [ recovery-image] Oct 18 17:50:08.349 INFO O| Oct 18 17:50:08.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5116 | 2024-10-18T17:50:10.394Z | [ recovery-image] Oct 18 17:50:08.349 INFO O| Oct 18 17:50:08.349 INFO STEP 318 (remove_files) COMPLETE |
5117 | 2024-10-18T17:50:10.394Z | [ recovery-image] Oct 18 17:50:08.349 INFO O| Oct 18 17:50:08.349 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5118 | 2024-10-18T17:50:10.410Z | [ recovery-image] Oct 18 17:50:08.365 INFO O| Oct 18 17:50:08.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5119 | 2024-10-18T17:50:10.410Z | [ recovery-image] Oct 18 17:50:08.365 INFO O| Oct 18 17:50:08.365 INFO STEP 319 (remove_files) COMPLETE |
5120 | 2024-10-18T17:50:10.410Z | [ recovery-image] Oct 18 17:50:08.365 INFO O| Oct 18 17:50:08.365 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5121 | 2024-10-18T17:50:10.434Z | [ recovery-image] Oct 18 17:50:08.382 INFO O| Oct 18 17:50:08.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5122 | 2024-10-18T17:50:10.434Z | [ recovery-image] Oct 18 17:50:08.382 INFO O| Oct 18 17:50:08.382 INFO STEP 320 (remove_files) COMPLETE |
5123 | 2024-10-18T17:50:10.434Z | [ recovery-image] Oct 18 17:50:08.382 INFO O| Oct 18 17:50:08.382 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5124 | 2024-10-18T17:50:10.458Z | [ recovery-image] Oct 18 17:50:08.398 INFO O| Oct 18 17:50:08.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5125 | 2024-10-18T17:50:10.458Z | [ recovery-image] Oct 18 17:50:08.398 INFO O| Oct 18 17:50:08.398 INFO STEP 321 (remove_files) COMPLETE |
5126 | 2024-10-18T17:50:10.458Z | [ recovery-image] Oct 18 17:50:08.398 INFO O| Oct 18 17:50:08.398 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5127 | 2024-10-18T17:50:10.461Z | [ recovery-image] Oct 18 17:50:08.414 INFO O| Oct 18 17:50:08.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5128 | 2024-10-18T17:50:10.461Z | [ recovery-image] Oct 18 17:50:08.415 INFO O| Oct 18 17:50:08.414 INFO STEP 322 (remove_files) COMPLETE |
5129 | 2024-10-18T17:50:10.461Z | [ recovery-image] Oct 18 17:50:08.415 INFO O| Oct 18 17:50:08.415 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5130 | 2024-10-18T17:50:10.475Z | [ recovery-image] Oct 18 17:50:08.431 INFO O| Oct 18 17:50:08.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5131 | 2024-10-18T17:50:10.478Z | [ recovery-image] Oct 18 17:50:08.431 INFO O| Oct 18 17:50:08.431 INFO STEP 323 (remove_files) COMPLETE |
5132 | 2024-10-18T17:50:10.478Z | [ recovery-image] Oct 18 17:50:08.431 INFO O| Oct 18 17:50:08.431 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5133 | 2024-10-18T17:50:10.492Z | [ recovery-image] Oct 18 17:50:08.447 INFO O| Oct 18 17:50:08.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5134 | 2024-10-18T17:50:10.492Z | [ recovery-image] Oct 18 17:50:08.448 INFO O| Oct 18 17:50:08.447 INFO STEP 324 (remove_files) COMPLETE |
5135 | 2024-10-18T17:50:10.494Z | [ recovery-image] Oct 18 17:50:08.448 INFO O| Oct 18 17:50:08.448 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5136 | 2024-10-18T17:50:10.509Z | [ recovery-image] Oct 18 17:50:08.464 INFO O| Oct 18 17:50:08.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5137 | 2024-10-18T17:50:10.511Z | [ recovery-image] Oct 18 17:50:08.465 INFO O| Oct 18 17:50:08.464 INFO STEP 325 (remove_files) COMPLETE |
5138 | 2024-10-18T17:50:10.511Z | [ recovery-image] Oct 18 17:50:08.465 INFO O| Oct 18 17:50:08.465 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5139 | 2024-10-18T17:50:10.526Z | [ recovery-image] Oct 18 17:50:08.482 INFO O| Oct 18 17:50:08.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5140 | 2024-10-18T17:50:10.528Z | [ recovery-image] Oct 18 17:50:08.482 INFO O| Oct 18 17:50:08.482 INFO STEP 326 (remove_files) COMPLETE |
5141 | 2024-10-18T17:50:10.528Z | [ recovery-image] Oct 18 17:50:08.482 INFO O| Oct 18 17:50:08.482 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5142 | 2024-10-18T17:50:10.549Z | [ recovery-image] Oct 18 17:50:08.504 INFO O| Oct 18 17:50:08.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5143 | 2024-10-18T17:50:10.549Z | [ recovery-image] Oct 18 17:50:08.504 INFO O| Oct 18 17:50:08.504 INFO STEP 327 (remove_files) COMPLETE |
5144 | 2024-10-18T17:50:10.549Z | [ recovery-image] Oct 18 17:50:08.504 INFO O| Oct 18 17:50:08.504 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5145 | 2024-10-18T17:50:10.601Z | [ recovery-image] Oct 18 17:50:08.555 INFO O| Oct 18 17:50:08.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5146 | 2024-10-18T17:50:10.601Z | [ recovery-image] Oct 18 17:50:08.555 INFO O| Oct 18 17:50:08.555 INFO STEP 328 (remove_files) COMPLETE |
5147 | 2024-10-18T17:50:10.601Z | [ recovery-image] Oct 18 17:50:08.555 INFO O| Oct 18 17:50:08.555 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5148 | 2024-10-18T17:50:10.737Z | [ recovery-image] Oct 18 17:50:08.692 INFO O| Oct 18 17:50:08.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5149 | 2024-10-18T17:50:10.737Z | [ recovery-image] Oct 18 17:50:08.692 INFO O| Oct 18 17:50:08.692 INFO STEP 329 (remove_files) COMPLETE |
5150 | 2024-10-18T17:50:10.737Z | [ recovery-image] Oct 18 17:50:08.692 INFO O| Oct 18 17:50:08.692 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5151 | 2024-10-18T17:50:10.770Z | [ recovery-image] Oct 18 17:50:08.725 INFO O| Oct 18 17:50:08.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5152 | 2024-10-18T17:50:10.770Z | [ recovery-image] Oct 18 17:50:08.725 INFO O| Oct 18 17:50:08.725 INFO STEP 330 (remove_files) COMPLETE |
5153 | 2024-10-18T17:50:10.772Z | [ recovery-image] Oct 18 17:50:08.725 INFO O| Oct 18 17:50:08.725 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5154 | 2024-10-18T17:50:10.800Z | [ recovery-image] Oct 18 17:50:08.756 INFO O| Oct 18 17:50:08.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5155 | 2024-10-18T17:50:10.801Z | [ recovery-image] Oct 18 17:50:08.756 INFO O| Oct 18 17:50:08.756 INFO STEP 331 (remove_files) COMPLETE |
5156 | 2024-10-18T17:50:10.803Z | [ recovery-image] Oct 18 17:50:08.756 INFO O| Oct 18 17:50:08.756 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5157 | 2024-10-18T17:50:10.857Z | [ recovery-image] Oct 18 17:50:08.811 INFO O| Oct 18 17:50:08.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5158 | 2024-10-18T17:50:10.857Z | [ recovery-image] Oct 18 17:50:08.811 INFO O| Oct 18 17:50:08.811 INFO STEP 332 (remove_files) COMPLETE |
5159 | 2024-10-18T17:50:10.857Z | [ recovery-image] Oct 18 17:50:08.811 INFO O| Oct 18 17:50:08.811 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5160 | 2024-10-18T17:50:10.915Z | [ recovery-image] Oct 18 17:50:08.869 INFO O| Oct 18 17:50:08.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5161 | 2024-10-18T17:50:10.915Z | [ recovery-image] Oct 18 17:50:08.870 INFO O| Oct 18 17:50:08.870 INFO STEP 333 (remove_files) COMPLETE |
5162 | 2024-10-18T17:50:10.915Z | [ recovery-image] Oct 18 17:50:08.870 INFO O| Oct 18 17:50:08.870 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5163 | 2024-10-18T17:50:10.974Z | [ recovery-image] Oct 18 17:50:08.929 INFO O| Oct 18 17:50:08.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5164 | 2024-10-18T17:50:10.974Z | [ recovery-image] Oct 18 17:50:08.930 INFO O| Oct 18 17:50:08.929 INFO STEP 334 (remove_files) COMPLETE |
5165 | 2024-10-18T17:50:10.974Z | [ recovery-image] Oct 18 17:50:08.930 INFO O| Oct 18 17:50:08.930 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5166 | 2024-10-18T17:50:11.034Z | [ recovery-image] Oct 18 17:50:08.989 INFO O| Oct 18 17:50:08.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5167 | 2024-10-18T17:50:11.034Z | [ recovery-image] Oct 18 17:50:08.989 INFO O| Oct 18 17:50:08.989 INFO STEP 335 (remove_files) COMPLETE |
5168 | 2024-10-18T17:50:11.037Z | [ recovery-image] Oct 18 17:50:08.989 INFO O| Oct 18 17:50:08.989 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5169 | 2024-10-18T17:50:11.054Z | [ recovery-image] Oct 18 17:50:09.009 INFO O| Oct 18 17:50:09.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5170 | 2024-10-18T17:50:11.054Z | [ recovery-image] Oct 18 17:50:09.009 INFO O| Oct 18 17:50:09.009 INFO STEP 336 (remove_files) COMPLETE |
5171 | 2024-10-18T17:50:11.054Z | [ recovery-image] Oct 18 17:50:09.009 INFO O| Oct 18 17:50:09.009 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5172 | 2024-10-18T17:50:11.073Z | [ recovery-image] Oct 18 17:50:09.027 INFO O| Oct 18 17:50:09.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5173 | 2024-10-18T17:50:11.073Z | [ recovery-image] Oct 18 17:50:09.027 INFO O| Oct 18 17:50:09.027 INFO STEP 337 (remove_files) COMPLETE |
5174 | 2024-10-18T17:50:11.073Z | [ recovery-image] Oct 18 17:50:09.027 INFO O| Oct 18 17:50:09.027 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5175 | 2024-10-18T17:50:11.127Z | [ recovery-image] Oct 18 17:50:09.082 INFO O| Oct 18 17:50:09.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5176 | 2024-10-18T17:50:11.127Z | [ recovery-image] Oct 18 17:50:09.082 INFO O| Oct 18 17:50:09.082 INFO STEP 338 (remove_files) COMPLETE |
5177 | 2024-10-18T17:50:11.129Z | [ recovery-image] Oct 18 17:50:09.082 INFO O| Oct 18 17:50:09.082 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5178 | 2024-10-18T17:50:11.157Z | [ recovery-image] Oct 18 17:50:09.112 INFO O| Oct 18 17:50:09.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5179 | 2024-10-18T17:50:11.157Z | [ recovery-image] Oct 18 17:50:09.112 INFO O| Oct 18 17:50:09.112 INFO STEP 339 (remove_files) COMPLETE |
5180 | 2024-10-18T17:50:11.159Z | [ recovery-image] Oct 18 17:50:09.112 INFO O| Oct 18 17:50:09.112 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5181 | 2024-10-18T17:50:11.172Z | [ recovery-image] Oct 18 17:50:09.127 INFO O| Oct 18 17:50:09.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5182 | 2024-10-18T17:50:11.172Z | [ recovery-image] Oct 18 17:50:09.127 INFO O| Oct 18 17:50:09.127 INFO STEP 340 (remove_files) COMPLETE |
5183 | 2024-10-18T17:50:11.172Z | [ recovery-image] Oct 18 17:50:09.127 INFO O| Oct 18 17:50:09.127 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5184 | 2024-10-18T17:50:11.187Z | [ recovery-image] Oct 18 17:50:09.143 INFO O| Oct 18 17:50:09.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5185 | 2024-10-18T17:50:11.187Z | [ recovery-image] Oct 18 17:50:09.143 INFO O| Oct 18 17:50:09.143 INFO STEP 341 (remove_files) COMPLETE |
5186 | 2024-10-18T17:50:11.190Z | [ recovery-image] Oct 18 17:50:09.143 INFO O| Oct 18 17:50:09.143 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5187 | 2024-10-18T17:50:11.203Z | [ recovery-image] Oct 18 17:50:09.158 INFO O| Oct 18 17:50:09.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5188 | 2024-10-18T17:50:11.203Z | [ recovery-image] Oct 18 17:50:09.158 INFO O| Oct 18 17:50:09.158 INFO STEP 342 (remove_files) COMPLETE |
5189 | 2024-10-18T17:50:11.203Z | [ recovery-image] Oct 18 17:50:09.158 INFO O| Oct 18 17:50:09.158 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5190 | 2024-10-18T17:50:11.262Z | [ recovery-image] Oct 18 17:50:09.174 INFO O| Oct 18 17:50:09.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5191 | 2024-10-18T17:50:11.262Z | [ recovery-image] Oct 18 17:50:09.186 INFO O| Oct 18 17:50:09.186 INFO STEP 343 (remove_files) COMPLETE |
5192 | 2024-10-18T17:50:11.262Z | [ recovery-image] Oct 18 17:50:09.186 INFO O| Oct 18 17:50:09.186 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5193 | 2024-10-18T17:50:11.287Z | [ recovery-image] Oct 18 17:50:09.241 INFO O| Oct 18 17:50:09.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5194 | 2024-10-18T17:50:11.287Z | [ recovery-image] Oct 18 17:50:09.241 INFO O| Oct 18 17:50:09.241 INFO STEP 344 (remove_files) COMPLETE |
5195 | 2024-10-18T17:50:11.287Z | [ recovery-image] Oct 18 17:50:09.241 INFO O| Oct 18 17:50:09.241 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5196 | 2024-10-18T17:50:11.304Z | [ recovery-image] Oct 18 17:50:09.259 INFO O| Oct 18 17:50:09.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5197 | 2024-10-18T17:50:11.304Z | [ recovery-image] Oct 18 17:50:09.259 INFO O| Oct 18 17:50:09.259 INFO STEP 345 (remove_files) COMPLETE |
5198 | 2024-10-18T17:50:11.304Z | [ recovery-image] Oct 18 17:50:09.259 INFO O| Oct 18 17:50:09.259 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5199 | 2024-10-18T17:50:11.322Z | [ recovery-image] Oct 18 17:50:09.277 INFO O| Oct 18 17:50:09.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5200 | 2024-10-18T17:50:11.322Z | [ recovery-image] Oct 18 17:50:09.277 INFO O| Oct 18 17:50:09.277 INFO STEP 346 (remove_files) COMPLETE |
5201 | 2024-10-18T17:50:11.322Z | [ recovery-image] Oct 18 17:50:09.277 INFO O| Oct 18 17:50:09.277 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5202 | 2024-10-18T17:50:11.338Z | [ recovery-image] Oct 18 17:50:09.294 INFO O| Oct 18 17:50:09.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5203 | 2024-10-18T17:50:11.338Z | [ recovery-image] Oct 18 17:50:09.294 INFO O| Oct 18 17:50:09.294 INFO STEP 347 (remove_files) COMPLETE |
5204 | 2024-10-18T17:50:11.338Z | [ recovery-image] Oct 18 17:50:09.294 INFO O| Oct 18 17:50:09.294 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5205 | 2024-10-18T17:50:11.356Z | [ recovery-image] Oct 18 17:50:09.311 INFO O| Oct 18 17:50:09.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5206 | 2024-10-18T17:50:11.356Z | [ recovery-image] Oct 18 17:50:09.311 INFO O| Oct 18 17:50:09.311 INFO STEP 348 (remove_files) COMPLETE |
5207 | 2024-10-18T17:50:11.356Z | [ recovery-image] Oct 18 17:50:09.311 INFO O| Oct 18 17:50:09.311 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5208 | 2024-10-18T17:50:11.374Z | [ recovery-image] Oct 18 17:50:09.329 INFO O| Oct 18 17:50:09.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5209 | 2024-10-18T17:50:11.374Z | [ recovery-image] Oct 18 17:50:09.329 INFO O| Oct 18 17:50:09.329 INFO STEP 349 (remove_files) COMPLETE |
5210 | 2024-10-18T17:50:11.374Z | [ recovery-image] Oct 18 17:50:09.329 INFO O| Oct 18 17:50:09.329 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5211 | 2024-10-18T17:50:11.398Z | [ recovery-image] Oct 18 17:50:09.353 INFO O| Oct 18 17:50:09.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5212 | 2024-10-18T17:50:11.401Z | [ recovery-image] Oct 18 17:50:09.353 INFO O| Oct 18 17:50:09.353 INFO STEP 350 (remove_files) COMPLETE |
5213 | 2024-10-18T17:50:11.401Z | [ recovery-image] Oct 18 17:50:09.354 INFO O| Oct 18 17:50:09.353 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5214 | 2024-10-18T17:50:11.416Z | [ recovery-image] Oct 18 17:50:09.371 INFO O| Oct 18 17:50:09.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5215 | 2024-10-18T17:50:11.419Z | [ recovery-image] Oct 18 17:50:09.372 INFO O| Oct 18 17:50:09.372 INFO STEP 351 (remove_files) COMPLETE |
5216 | 2024-10-18T17:50:11.419Z | [ recovery-image] Oct 18 17:50:09.372 INFO O| Oct 18 17:50:09.372 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5217 | 2024-10-18T17:50:11.433Z | [ recovery-image] Oct 18 17:50:09.388 INFO O| Oct 18 17:50:09.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5218 | 2024-10-18T17:50:11.436Z | [ recovery-image] Oct 18 17:50:09.389 INFO O| Oct 18 17:50:09.389 INFO STEP 352 (remove_files) COMPLETE |
5219 | 2024-10-18T17:50:11.436Z | [ recovery-image] Oct 18 17:50:09.389 INFO O| Oct 18 17:50:09.389 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5220 | 2024-10-18T17:50:11.451Z | [ recovery-image] Oct 18 17:50:09.406 INFO O| Oct 18 17:50:09.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5221 | 2024-10-18T17:50:11.453Z | [ recovery-image] Oct 18 17:50:09.406 INFO O| Oct 18 17:50:09.406 INFO STEP 353 (remove_files) COMPLETE |
5222 | 2024-10-18T17:50:11.453Z | [ recovery-image] Oct 18 17:50:09.406 INFO O| Oct 18 17:50:09.406 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5223 | 2024-10-18T17:50:11.469Z | [ recovery-image] Oct 18 17:50:09.424 INFO O| Oct 18 17:50:09.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5224 | 2024-10-18T17:50:11.472Z | [ recovery-image] Oct 18 17:50:09.425 INFO O| Oct 18 17:50:09.425 INFO STEP 354 (remove_files) COMPLETE |
5225 | 2024-10-18T17:50:11.472Z | [ recovery-image] Oct 18 17:50:09.425 INFO O| Oct 18 17:50:09.425 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5226 | 2024-10-18T17:50:11.486Z | [ recovery-image] Oct 18 17:50:09.442 INFO O| Oct 18 17:50:09.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5227 | 2024-10-18T17:50:11.489Z | [ recovery-image] Oct 18 17:50:09.442 INFO O| Oct 18 17:50:09.442 INFO STEP 355 (remove_files) COMPLETE |
5228 | 2024-10-18T17:50:11.489Z | [ recovery-image] Oct 18 17:50:09.442 INFO O| Oct 18 17:50:09.442 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5229 | 2024-10-18T17:50:11.503Z | [ recovery-image] Oct 18 17:50:09.458 INFO O| Oct 18 17:50:09.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5230 | 2024-10-18T17:50:11.506Z | [ recovery-image] Oct 18 17:50:09.459 INFO O| Oct 18 17:50:09.459 INFO STEP 356 (remove_files) COMPLETE |
5231 | 2024-10-18T17:50:11.506Z | [ recovery-image] Oct 18 17:50:09.459 INFO O| Oct 18 17:50:09.459 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5232 | 2024-10-18T17:50:11.520Z | [ recovery-image] Oct 18 17:50:09.475 INFO O| Oct 18 17:50:09.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5233 | 2024-10-18T17:50:11.523Z | [ recovery-image] Oct 18 17:50:09.476 INFO O| Oct 18 17:50:09.476 INFO STEP 357 (remove_files) COMPLETE |
5234 | 2024-10-18T17:50:11.523Z | [ recovery-image] Oct 18 17:50:09.476 INFO O| Oct 18 17:50:09.476 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5235 | 2024-10-18T17:50:11.538Z | [ recovery-image] Oct 18 17:50:09.492 INFO O| Oct 18 17:50:09.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5236 | 2024-10-18T17:50:11.538Z | [ recovery-image] Oct 18 17:50:09.493 INFO O| Oct 18 17:50:09.492 INFO STEP 358 (remove_files) COMPLETE |
5237 | 2024-10-18T17:50:11.540Z | [ recovery-image] Oct 18 17:50:09.493 INFO O| Oct 18 17:50:09.493 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5238 | 2024-10-18T17:50:11.553Z | [ recovery-image] Oct 18 17:50:09.508 INFO O| Oct 18 17:50:09.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5239 | 2024-10-18T17:50:11.553Z | [ recovery-image] Oct 18 17:50:09.508 INFO O| Oct 18 17:50:09.508 INFO STEP 359 (remove_files) COMPLETE |
5240 | 2024-10-18T17:50:11.556Z | [ recovery-image] Oct 18 17:50:09.509 INFO O| Oct 18 17:50:09.508 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5241 | 2024-10-18T17:50:11.569Z | [ recovery-image] Oct 18 17:50:09.524 INFO O| Oct 18 17:50:09.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5242 | 2024-10-18T17:50:11.569Z | [ recovery-image] Oct 18 17:50:09.524 INFO O| Oct 18 17:50:09.524 INFO STEP 360 (remove_files) COMPLETE |
5243 | 2024-10-18T17:50:11.571Z | [ recovery-image] Oct 18 17:50:09.525 INFO O| Oct 18 17:50:09.524 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5244 | 2024-10-18T17:50:11.585Z | [ recovery-image] Oct 18 17:50:09.540 INFO O| Oct 18 17:50:09.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5245 | 2024-10-18T17:50:11.585Z | [ recovery-image] Oct 18 17:50:09.540 INFO O| Oct 18 17:50:09.540 INFO STEP 361 (remove_files) COMPLETE |
5246 | 2024-10-18T17:50:11.588Z | [ recovery-image] Oct 18 17:50:09.540 INFO O| Oct 18 17:50:09.540 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5247 | 2024-10-18T17:50:11.601Z | [ recovery-image] Oct 18 17:50:09.556 INFO O| Oct 18 17:50:09.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5248 | 2024-10-18T17:50:11.601Z | [ recovery-image] Oct 18 17:50:09.556 INFO O| Oct 18 17:50:09.556 INFO STEP 362 (remove_files) COMPLETE |
5249 | 2024-10-18T17:50:11.603Z | [ recovery-image] Oct 18 17:50:09.556 INFO O| Oct 18 17:50:09.556 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5250 | 2024-10-18T17:50:11.617Z | [ recovery-image] Oct 18 17:50:09.572 INFO O| Oct 18 17:50:09.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5251 | 2024-10-18T17:50:11.620Z | [ recovery-image] Oct 18 17:50:09.572 INFO O| Oct 18 17:50:09.572 INFO STEP 363 (remove_files) COMPLETE |
5252 | 2024-10-18T17:50:11.620Z | [ recovery-image] Oct 18 17:50:09.573 INFO O| Oct 18 17:50:09.572 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5253 | 2024-10-18T17:50:11.633Z | [ recovery-image] Oct 18 17:50:09.588 INFO O| Oct 18 17:50:09.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5254 | 2024-10-18T17:50:11.633Z | [ recovery-image] Oct 18 17:50:09.588 INFO O| Oct 18 17:50:09.588 INFO STEP 364 (remove_files) COMPLETE |
5255 | 2024-10-18T17:50:11.636Z | [ recovery-image] Oct 18 17:50:09.589 INFO O| Oct 18 17:50:09.588 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5256 | 2024-10-18T17:50:11.648Z | [ recovery-image] Oct 18 17:50:09.603 INFO O| Oct 18 17:50:09.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5257 | 2024-10-18T17:50:11.651Z | [ recovery-image] Oct 18 17:50:09.604 INFO O| Oct 18 17:50:09.603 INFO STEP 365 (remove_files) COMPLETE |
5258 | 2024-10-18T17:50:11.651Z | [ recovery-image] Oct 18 17:50:09.604 INFO O| Oct 18 17:50:09.604 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5259 | 2024-10-18T17:50:11.664Z | [ recovery-image] Oct 18 17:50:09.619 INFO O| Oct 18 17:50:09.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5260 | 2024-10-18T17:50:11.664Z | [ recovery-image] Oct 18 17:50:09.619 INFO O| Oct 18 17:50:09.619 INFO STEP 366 (remove_files) COMPLETE |
5261 | 2024-10-18T17:50:11.666Z | [ recovery-image] Oct 18 17:50:09.619 INFO O| Oct 18 17:50:09.619 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5262 | 2024-10-18T17:50:11.679Z | [ recovery-image] Oct 18 17:50:09.634 INFO O| Oct 18 17:50:09.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5263 | 2024-10-18T17:50:11.679Z | [ recovery-image] Oct 18 17:50:09.634 INFO O| Oct 18 17:50:09.634 INFO STEP 367 (remove_files) COMPLETE |
5264 | 2024-10-18T17:50:11.681Z | [ recovery-image] Oct 18 17:50:09.634 INFO O| Oct 18 17:50:09.634 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5265 | 2024-10-18T17:50:11.695Z | [ recovery-image] Oct 18 17:50:09.650 INFO O| Oct 18 17:50:09.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5266 | 2024-10-18T17:50:11.695Z | [ recovery-image] Oct 18 17:50:09.650 INFO O| Oct 18 17:50:09.650 INFO STEP 368 (remove_files) COMPLETE |
5267 | 2024-10-18T17:50:11.695Z | [ recovery-image] Oct 18 17:50:09.650 INFO O| Oct 18 17:50:09.650 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5268 | 2024-10-18T17:50:11.710Z | [ recovery-image] Oct 18 17:50:09.665 INFO O| Oct 18 17:50:09.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5269 | 2024-10-18T17:50:11.711Z | [ recovery-image] Oct 18 17:50:09.666 INFO O| Oct 18 17:50:09.666 INFO STEP 369 (remove_files) COMPLETE |
5270 | 2024-10-18T17:50:11.714Z | [ recovery-image] Oct 18 17:50:09.666 INFO O| Oct 18 17:50:09.666 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5271 | 2024-10-18T17:50:11.726Z | [ recovery-image] Oct 18 17:50:09.681 INFO O| Oct 18 17:50:09.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5272 | 2024-10-18T17:50:11.726Z | [ recovery-image] Oct 18 17:50:09.681 INFO O| Oct 18 17:50:09.681 INFO STEP 370 (remove_files) COMPLETE |
5273 | 2024-10-18T17:50:11.726Z | [ recovery-image] Oct 18 17:50:09.681 INFO O| Oct 18 17:50:09.681 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2024-10-18T17:50:11.742Z | [ recovery-image] Oct 18 17:50:09.697 INFO O| Oct 18 17:50:09.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5275 | 2024-10-18T17:50:11.742Z | [ recovery-image] Oct 18 17:50:09.697 INFO O| Oct 18 17:50:09.697 INFO STEP 371 (remove_files) COMPLETE |
5276 | 2024-10-18T17:50:11.742Z | [ recovery-image] Oct 18 17:50:09.697 INFO O| Oct 18 17:50:09.697 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-10-18T17:50:11.753Z | [ recovery-image] Oct 18 17:50:09.708 INFO O| Oct 18 17:50:09.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5278 | 2024-10-18T17:50:11.753Z | [ recovery-image] Oct 18 17:50:09.708 INFO O| Oct 18 17:50:09.708 INFO STEP 372 (remove_files) COMPLETE |
5279 | 2024-10-18T17:50:11.755Z | [ recovery-image] Oct 18 17:50:09.708 INFO O| Oct 18 17:50:09.708 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5280 | 2024-10-18T17:50:11.763Z | [ recovery-image] Oct 18 17:50:09.718 INFO O| Oct 18 17:50:09.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5281 | 2024-10-18T17:50:11.766Z | [ recovery-image] Oct 18 17:50:09.719 INFO O| Oct 18 17:50:09.719 INFO STEP 373 (remove_files) COMPLETE |
5282 | 2024-10-18T17:50:11.766Z | [ recovery-image] Oct 18 17:50:09.719 INFO O| Oct 18 17:50:09.719 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5283 | 2024-10-18T17:50:11.779Z | [ recovery-image] Oct 18 17:50:09.734 INFO O| Oct 18 17:50:09.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5284 | 2024-10-18T17:50:11.779Z | [ recovery-image] Oct 18 17:50:09.734 INFO O| Oct 18 17:50:09.734 INFO STEP 374 (remove_files) COMPLETE |
5285 | 2024-10-18T17:50:11.779Z | [ recovery-image] Oct 18 17:50:09.734 INFO O| Oct 18 17:50:09.734 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5286 | 2024-10-18T17:50:11.796Z | [ recovery-image] Oct 18 17:50:09.750 INFO O| Oct 18 17:50:09.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5287 | 2024-10-18T17:50:11.796Z | [ recovery-image] Oct 18 17:50:09.750 INFO O| Oct 18 17:50:09.750 INFO STEP 375 (remove_files) COMPLETE |
5288 | 2024-10-18T17:50:11.799Z | [ recovery-image] Oct 18 17:50:09.751 INFO O| Oct 18 17:50:09.750 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5289 | 2024-10-18T17:50:11.811Z | [ recovery-image] Oct 18 17:50:09.766 INFO O| Oct 18 17:50:09.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5290 | 2024-10-18T17:50:11.811Z | [ recovery-image] Oct 18 17:50:09.766 INFO O| Oct 18 17:50:09.766 INFO STEP 376 (remove_files) COMPLETE |
5291 | 2024-10-18T17:50:11.812Z | [ recovery-image] Oct 18 17:50:09.767 INFO O| Oct 18 17:50:09.766 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5292 | 2024-10-18T17:50:11.828Z | [ recovery-image] Oct 18 17:50:09.782 INFO O| Oct 18 17:50:09.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5293 | 2024-10-18T17:50:11.828Z | [ recovery-image] Oct 18 17:50:09.782 INFO O| Oct 18 17:50:09.782 INFO STEP 377 (remove_files) COMPLETE |
5294 | 2024-10-18T17:50:11.831Z | [ recovery-image] Oct 18 17:50:09.782 INFO O| Oct 18 17:50:09.782 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5295 | 2024-10-18T17:50:11.842Z | [ recovery-image] Oct 18 17:50:09.797 INFO O| Oct 18 17:50:09.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5296 | 2024-10-18T17:50:11.842Z | [ recovery-image] Oct 18 17:50:09.797 INFO O| Oct 18 17:50:09.797 INFO STEP 378 (remove_files) COMPLETE |
5297 | 2024-10-18T17:50:11.845Z | [ recovery-image] Oct 18 17:50:09.797 INFO O| Oct 18 17:50:09.797 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5298 | 2024-10-18T17:50:11.858Z | [ recovery-image] Oct 18 17:50:09.813 INFO O| Oct 18 17:50:09.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5299 | 2024-10-18T17:50:11.858Z | [ recovery-image] Oct 18 17:50:09.813 INFO O| Oct 18 17:50:09.813 INFO STEP 379 (remove_files) COMPLETE |
5300 | 2024-10-18T17:50:11.861Z | [ recovery-image] Oct 18 17:50:09.813 INFO O| Oct 18 17:50:09.813 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5301 | 2024-10-18T17:50:11.873Z | [ recovery-image] Oct 18 17:50:09.828 INFO O| Oct 18 17:50:09.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5302 | 2024-10-18T17:50:11.873Z | [ recovery-image] Oct 18 17:50:09.828 INFO O| Oct 18 17:50:09.828 INFO STEP 380 (remove_files) COMPLETE |
5303 | 2024-10-18T17:50:11.875Z | [ recovery-image] Oct 18 17:50:09.828 INFO O| Oct 18 17:50:09.828 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5304 | 2024-10-18T17:50:11.888Z | [ recovery-image] Oct 18 17:50:09.843 INFO O| Oct 18 17:50:09.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5305 | 2024-10-18T17:50:11.888Z | [ recovery-image] Oct 18 17:50:09.843 INFO O| Oct 18 17:50:09.843 INFO STEP 381 (remove_files) COMPLETE |
5306 | 2024-10-18T17:50:11.891Z | [ recovery-image] Oct 18 17:50:09.843 INFO O| Oct 18 17:50:09.843 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5307 | 2024-10-18T17:50:11.903Z | [ recovery-image] Oct 18 17:50:09.858 INFO O| Oct 18 17:50:09.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5308 | 2024-10-18T17:50:11.903Z | [ recovery-image] Oct 18 17:50:09.858 INFO O| Oct 18 17:50:09.858 INFO STEP 382 (remove_files) COMPLETE |
5309 | 2024-10-18T17:50:11.906Z | [ recovery-image] Oct 18 17:50:09.858 INFO O| Oct 18 17:50:09.858 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5310 | 2024-10-18T17:50:11.917Z | [ recovery-image] Oct 18 17:50:09.872 INFO O| Oct 18 17:50:09.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5311 | 2024-10-18T17:50:11.917Z | [ recovery-image] Oct 18 17:50:09.873 INFO O| Oct 18 17:50:09.872 INFO STEP 383 (remove_files) COMPLETE |
5312 | 2024-10-18T17:50:11.920Z | [ recovery-image] Oct 18 17:50:09.873 INFO O| Oct 18 17:50:09.872 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5313 | 2024-10-18T17:50:11.932Z | [ recovery-image] Oct 18 17:50:09.888 INFO O| Oct 18 17:50:09.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5314 | 2024-10-18T17:50:11.935Z | [ recovery-image] Oct 18 17:50:09.888 INFO O| Oct 18 17:50:09.888 INFO STEP 384 (remove_files) COMPLETE |
5315 | 2024-10-18T17:50:11.935Z | [ recovery-image] Oct 18 17:50:09.888 INFO O| Oct 18 17:50:09.888 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5316 | 2024-10-18T17:50:11.948Z | [ recovery-image] Oct 18 17:50:09.903 INFO O| Oct 18 17:50:09.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5317 | 2024-10-18T17:50:11.948Z | [ recovery-image] Oct 18 17:50:09.903 INFO O| Oct 18 17:50:09.903 INFO STEP 385 (remove_files) COMPLETE |
5318 | 2024-10-18T17:50:11.951Z | [ recovery-image] Oct 18 17:50:09.904 INFO O| Oct 18 17:50:09.903 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5319 | 2024-10-18T17:50:11.964Z | [ recovery-image] Oct 18 17:50:09.919 INFO O| Oct 18 17:50:09.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5320 | 2024-10-18T17:50:11.964Z | [ recovery-image] Oct 18 17:50:09.919 INFO O| Oct 18 17:50:09.919 INFO STEP 386 (remove_files) COMPLETE |
5321 | 2024-10-18T17:50:11.964Z | [ recovery-image] Oct 18 17:50:09.919 INFO O| Oct 18 17:50:09.919 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5322 | 2024-10-18T17:50:11.979Z | [ recovery-image] Oct 18 17:50:09.934 INFO O| Oct 18 17:50:09.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5323 | 2024-10-18T17:50:11.979Z | [ recovery-image] Oct 18 17:50:09.934 INFO O| Oct 18 17:50:09.934 INFO STEP 387 (remove_files) COMPLETE |
5324 | 2024-10-18T17:50:11.982Z | [ recovery-image] Oct 18 17:50:09.934 INFO O| Oct 18 17:50:09.934 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5325 | 2024-10-18T17:50:11.995Z | [ recovery-image] Oct 18 17:50:09.950 INFO O| Oct 18 17:50:09.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5326 | 2024-10-18T17:50:11.995Z | [ recovery-image] Oct 18 17:50:09.950 INFO O| Oct 18 17:50:09.950 INFO STEP 388 (remove_files) COMPLETE |
5327 | 2024-10-18T17:50:11.995Z | [ recovery-image] Oct 18 17:50:09.950 INFO O| Oct 18 17:50:09.950 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5328 | 2024-10-18T17:50:12.010Z | [ recovery-image] Oct 18 17:50:09.965 INFO O| Oct 18 17:50:09.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5329 | 2024-10-18T17:50:12.013Z | [ recovery-image] Oct 18 17:50:09.966 INFO O| Oct 18 17:50:09.966 INFO STEP 389 (remove_files) COMPLETE |
5330 | 2024-10-18T17:50:12.013Z | [ recovery-image] Oct 18 17:50:09.966 INFO O| Oct 18 17:50:09.966 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5331 | 2024-10-18T17:50:12.026Z | [ recovery-image] Oct 18 17:50:09.981 INFO O| Oct 18 17:50:09.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5332 | 2024-10-18T17:50:12.026Z | [ recovery-image] Oct 18 17:50:09.981 INFO O| Oct 18 17:50:09.981 INFO STEP 390 (remove_files) COMPLETE |
5333 | 2024-10-18T17:50:12.026Z | [ recovery-image] Oct 18 17:50:09.981 INFO O| Oct 18 17:50:09.981 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5334 | 2024-10-18T17:50:12.042Z | [ recovery-image] Oct 18 17:50:09.997 INFO O| Oct 18 17:50:09.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5335 | 2024-10-18T17:50:12.042Z | [ recovery-image] Oct 18 17:50:09.997 INFO O| Oct 18 17:50:09.997 INFO STEP 391 (remove_files) COMPLETE |
5336 | 2024-10-18T17:50:12.045Z | [ recovery-image] Oct 18 17:50:09.997 INFO O| Oct 18 17:50:09.997 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5337 | 2024-10-18T17:50:12.059Z | [ recovery-image] Oct 18 17:50:10.014 INFO O| Oct 18 17:50:10.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5338 | 2024-10-18T17:50:12.059Z | [ recovery-image] Oct 18 17:50:10.014 INFO O| Oct 18 17:50:10.014 INFO STEP 392 (remove_files) COMPLETE |
5339 | 2024-10-18T17:50:12.062Z | [ recovery-image] Oct 18 17:50:10.015 INFO O| Oct 18 17:50:10.014 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5340 | 2024-10-18T17:50:12.075Z | [ recovery-image] Oct 18 17:50:10.030 INFO O| Oct 18 17:50:10.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5341 | 2024-10-18T17:50:12.075Z | [ recovery-image] Oct 18 17:50:10.030 INFO O| Oct 18 17:50:10.030 INFO STEP 393 (remove_files) COMPLETE |
5342 | 2024-10-18T17:50:12.075Z | [ recovery-image] Oct 18 17:50:10.030 INFO O| Oct 18 17:50:10.030 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5343 | 2024-10-18T17:50:12.087Z | [ recovery-image] Oct 18 17:50:10.042 INFO O| Oct 18 17:50:10.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5344 | 2024-10-18T17:50:12.087Z | [ recovery-image] Oct 18 17:50:10.042 INFO O| Oct 18 17:50:10.042 INFO STEP 394 (remove_files) COMPLETE |
5345 | 2024-10-18T17:50:12.089Z | [ recovery-image] Oct 18 17:50:10.042 INFO O| Oct 18 17:50:10.042 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5346 | 2024-10-18T17:50:12.101Z | [ recovery-image] Oct 18 17:50:10.056 INFO O| Oct 18 17:50:10.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5347 | 2024-10-18T17:50:12.104Z | [ recovery-image] Oct 18 17:50:10.056 INFO O| Oct 18 17:50:10.056 INFO STEP 395 (remove_files) COMPLETE |
5348 | 2024-10-18T17:50:12.104Z | [ recovery-image] Oct 18 17:50:10.056 INFO O| Oct 18 17:50:10.056 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5349 | 2024-10-18T17:50:12.116Z | [ recovery-image] Oct 18 17:50:10.071 INFO O| Oct 18 17:50:10.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5350 | 2024-10-18T17:50:12.116Z | [ recovery-image] Oct 18 17:50:10.071 INFO O| Oct 18 17:50:10.071 INFO STEP 396 (remove_files) COMPLETE |
5351 | 2024-10-18T17:50:12.116Z | [ recovery-image] Oct 18 17:50:10.071 INFO O| Oct 18 17:50:10.071 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5352 | 2024-10-18T17:50:12.132Z | [ recovery-image] Oct 18 17:50:10.087 INFO O| Oct 18 17:50:10.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5353 | 2024-10-18T17:50:12.132Z | [ recovery-image] Oct 18 17:50:10.087 INFO O| Oct 18 17:50:10.087 INFO STEP 397 (remove_files) COMPLETE |
5354 | 2024-10-18T17:50:12.135Z | [ recovery-image] Oct 18 17:50:10.087 INFO O| Oct 18 17:50:10.087 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5355 | 2024-10-18T17:50:12.148Z | [ recovery-image] Oct 18 17:50:10.103 INFO O| Oct 18 17:50:10.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5356 | 2024-10-18T17:50:12.151Z | [ recovery-image] Oct 18 17:50:10.103 INFO O| Oct 18 17:50:10.103 INFO STEP 398 (remove_files) COMPLETE |
5357 | 2024-10-18T17:50:12.151Z | [ recovery-image] Oct 18 17:50:10.103 INFO O| Oct 18 17:50:10.103 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5358 | 2024-10-18T17:50:12.164Z | [ recovery-image] Oct 18 17:50:10.119 INFO O| Oct 18 17:50:10.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5359 | 2024-10-18T17:50:12.166Z | [ recovery-image] Oct 18 17:50:10.119 INFO O| Oct 18 17:50:10.119 INFO STEP 399 (remove_files) COMPLETE |
5360 | 2024-10-18T17:50:12.166Z | [ recovery-image] Oct 18 17:50:10.119 INFO O| Oct 18 17:50:10.119 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5361 | 2024-10-18T17:50:12.180Z | [ recovery-image] Oct 18 17:50:10.134 INFO O| Oct 18 17:50:10.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5362 | 2024-10-18T17:50:12.180Z | [ recovery-image] Oct 18 17:50:10.135 INFO O| Oct 18 17:50:10.134 INFO STEP 400 (remove_files) COMPLETE |
5363 | 2024-10-18T17:50:12.182Z | [ recovery-image] Oct 18 17:50:10.135 INFO O| Oct 18 17:50:10.134 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5364 | 2024-10-18T17:50:12.197Z | [ recovery-image] Oct 18 17:50:10.152 INFO O| Oct 18 17:50:10.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5365 | 2024-10-18T17:50:12.197Z | [ recovery-image] Oct 18 17:50:10.152 INFO O| Oct 18 17:50:10.152 INFO STEP 401 (remove_files) COMPLETE |
5366 | 2024-10-18T17:50:12.197Z | [ recovery-image] Oct 18 17:50:10.152 INFO O| Oct 18 17:50:10.152 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5367 | 2024-10-18T17:50:12.214Z | [ recovery-image] Oct 18 17:50:10.168 INFO O| Oct 18 17:50:10.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5368 | 2024-10-18T17:50:12.214Z | [ recovery-image] Oct 18 17:50:10.168 INFO O| Oct 18 17:50:10.168 INFO STEP 402 (remove_files) COMPLETE |
5369 | 2024-10-18T17:50:12.216Z | [ recovery-image] Oct 18 17:50:10.169 INFO O| Oct 18 17:50:10.168 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5370 | 2024-10-18T17:50:12.229Z | [ recovery-image] Oct 18 17:50:10.184 INFO O| Oct 18 17:50:10.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5371 | 2024-10-18T17:50:12.230Z | [ recovery-image] Oct 18 17:50:10.184 INFO O| Oct 18 17:50:10.184 INFO STEP 403 (remove_files) COMPLETE |
5372 | 2024-10-18T17:50:12.232Z | [ recovery-image] Oct 18 17:50:10.185 INFO O| Oct 18 17:50:10.184 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5373 | 2024-10-18T17:50:12.247Z | [ recovery-image] Oct 18 17:50:10.201 INFO O| Oct 18 17:50:10.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5374 | 2024-10-18T17:50:12.247Z | [ recovery-image] Oct 18 17:50:10.201 INFO O| Oct 18 17:50:10.201 INFO STEP 404 (remove_files) COMPLETE |
5375 | 2024-10-18T17:50:12.249Z | [ recovery-image] Oct 18 17:50:10.201 INFO O| Oct 18 17:50:10.201 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5376 | 2024-10-18T17:50:12.262Z | [ recovery-image] Oct 18 17:50:10.217 INFO O| Oct 18 17:50:10.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5377 | 2024-10-18T17:50:12.262Z | [ recovery-image] Oct 18 17:50:10.217 INFO O| Oct 18 17:50:10.217 INFO STEP 405 (remove_files) COMPLETE |
5378 | 2024-10-18T17:50:12.265Z | [ recovery-image] Oct 18 17:50:10.217 INFO O| Oct 18 17:50:10.217 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5379 | 2024-10-18T17:50:12.282Z | [ recovery-image] Oct 18 17:50:10.234 INFO O| Oct 18 17:50:10.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5380 | 2024-10-18T17:50:12.282Z | [ recovery-image] Oct 18 17:50:10.234 INFO O| Oct 18 17:50:10.234 INFO STEP 406 (remove_files) COMPLETE |
5381 | 2024-10-18T17:50:12.285Z | [ recovery-image] Oct 18 17:50:10.234 INFO O| Oct 18 17:50:10.234 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5382 | 2024-10-18T17:50:12.296Z | [ recovery-image] Oct 18 17:50:10.251 INFO O| Oct 18 17:50:10.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5383 | 2024-10-18T17:50:12.299Z | [ recovery-image] Oct 18 17:50:10.251 INFO O| Oct 18 17:50:10.251 INFO STEP 407 (remove_files) COMPLETE |
5384 | 2024-10-18T17:50:12.299Z | [ recovery-image] Oct 18 17:50:10.251 INFO O| Oct 18 17:50:10.251 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5385 | 2024-10-18T17:50:12.312Z | [ recovery-image] Oct 18 17:50:10.266 INFO O| Oct 18 17:50:10.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5386 | 2024-10-18T17:50:12.312Z | [ recovery-image] Oct 18 17:50:10.266 INFO O| Oct 18 17:50:10.266 INFO STEP 408 (remove_files) COMPLETE |
5387 | 2024-10-18T17:50:12.315Z | [ recovery-image] Oct 18 17:50:10.266 INFO O| Oct 18 17:50:10.266 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5388 | 2024-10-18T17:50:12.327Z | [ recovery-image] Oct 18 17:50:10.282 INFO O| Oct 18 17:50:10.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5389 | 2024-10-18T17:50:12.327Z | [ recovery-image] Oct 18 17:50:10.282 INFO O| Oct 18 17:50:10.282 INFO STEP 409 (remove_files) COMPLETE |
5390 | 2024-10-18T17:50:12.327Z | [ recovery-image] Oct 18 17:50:10.282 INFO O| Oct 18 17:50:10.282 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5391 | 2024-10-18T17:50:12.343Z | [ recovery-image] Oct 18 17:50:10.297 INFO O| Oct 18 17:50:10.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5392 | 2024-10-18T17:50:12.343Z | [ recovery-image] Oct 18 17:50:10.297 INFO O| Oct 18 17:50:10.297 INFO STEP 410 (remove_files) COMPLETE |
5393 | 2024-10-18T17:50:12.345Z | [ recovery-image] Oct 18 17:50:10.298 INFO O| Oct 18 17:50:10.297 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5394 | 2024-10-18T17:50:12.359Z | [ recovery-image] Oct 18 17:50:10.314 INFO O| Oct 18 17:50:10.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5395 | 2024-10-18T17:50:12.363Z | [ recovery-image] Oct 18 17:50:10.314 INFO O| Oct 18 17:50:10.314 INFO STEP 411 (remove_files) COMPLETE |
5396 | 2024-10-18T17:50:12.363Z | [ recovery-image] Oct 18 17:50:10.314 INFO O| Oct 18 17:50:10.314 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5397 | 2024-10-18T17:50:12.375Z | [ recovery-image] Oct 18 17:50:10.330 INFO O| Oct 18 17:50:10.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5398 | 2024-10-18T17:50:12.378Z | [ recovery-image] Oct 18 17:50:10.330 INFO O| Oct 18 17:50:10.330 INFO STEP 412 (remove_files) COMPLETE |
5399 | 2024-10-18T17:50:12.378Z | [ recovery-image] Oct 18 17:50:10.330 INFO O| Oct 18 17:50:10.330 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5400 | 2024-10-18T17:50:12.390Z | [ host-image] Oct 18 17:50:10.345 INFO O| Oct 18 17:50:10.345 INFO O| Download: Completed 8.42 MB in 9.21 seconds (935k/s) |
5401 | 2024-10-18T17:50:12.393Z | [ recovery-image] Oct 18 17:50:10.347 INFO O| Oct 18 17:50:10.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5402 | 2024-10-18T17:50:12.393Z | [ recovery-image] Oct 18 17:50:10.347 INFO O| Oct 18 17:50:10.347 INFO STEP 413 (remove_files) COMPLETE |
5403 | 2024-10-18T17:50:12.393Z | [ recovery-image] Oct 18 17:50:10.347 INFO O| Oct 18 17:50:10.347 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5404 | 2024-10-18T17:50:12.410Z | [ recovery-image] Oct 18 17:50:10.365 INFO O| Oct 18 17:50:10.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5405 | 2024-10-18T17:50:12.412Z | [ recovery-image] Oct 18 17:50:10.365 INFO O| Oct 18 17:50:10.365 INFO STEP 414 (remove_files) COMPLETE |
5406 | 2024-10-18T17:50:12.412Z | [ recovery-image] Oct 18 17:50:10.365 INFO O| Oct 18 17:50:10.365 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5407 | 2024-10-18T17:50:12.426Z | [ recovery-image] Oct 18 17:50:10.381 INFO O| Oct 18 17:50:10.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5408 | 2024-10-18T17:50:12.429Z | [ recovery-image] Oct 18 17:50:10.381 INFO O| Oct 18 17:50:10.381 INFO STEP 415 (remove_files) COMPLETE |
5409 | 2024-10-18T17:50:12.429Z | [ recovery-image] Oct 18 17:50:10.381 INFO O| Oct 18 17:50:10.381 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5410 | 2024-10-18T17:50:12.443Z | [ recovery-image] Oct 18 17:50:10.398 INFO O| Oct 18 17:50:10.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5411 | 2024-10-18T17:50:12.446Z | [ recovery-image] Oct 18 17:50:10.398 INFO O| Oct 18 17:50:10.398 INFO STEP 416 (remove_files) COMPLETE |
5412 | 2024-10-18T17:50:12.446Z | [ recovery-image] Oct 18 17:50:10.398 INFO O| Oct 18 17:50:10.398 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5413 | 2024-10-18T17:50:12.460Z | [ recovery-image] Oct 18 17:50:10.415 INFO O| Oct 18 17:50:10.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5414 | 2024-10-18T17:50:12.463Z | [ recovery-image] Oct 18 17:50:10.415 INFO O| Oct 18 17:50:10.415 INFO STEP 417 (remove_files) COMPLETE |
5415 | 2024-10-18T17:50:12.463Z | [ recovery-image] Oct 18 17:50:10.415 INFO O| Oct 18 17:50:10.415 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5416 | 2024-10-18T17:50:12.478Z | [ recovery-image] Oct 18 17:50:10.432 INFO O| Oct 18 17:50:10.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5417 | 2024-10-18T17:50:12.480Z | [ recovery-image] Oct 18 17:50:10.432 INFO O| Oct 18 17:50:10.432 INFO STEP 418 (remove_files) COMPLETE |
5418 | 2024-10-18T17:50:12.480Z | [ recovery-image] Oct 18 17:50:10.433 INFO O| Oct 18 17:50:10.433 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5419 | 2024-10-18T17:50:12.491Z | [ host-image] Oct 18 17:50:10.446 INFO O| Oct 18 17:50:10.446 INFO O| Actions: 1/1361 actions (Installing new actions) |
5420 | 2024-10-18T17:50:12.494Z | [ recovery-image] Oct 18 17:50:10.449 INFO O| Oct 18 17:50:10.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5421 | 2024-10-18T17:50:12.497Z | [ recovery-image] Oct 18 17:50:10.449 INFO O| Oct 18 17:50:10.449 INFO STEP 419 (remove_files) COMPLETE |
5422 | 2024-10-18T17:50:12.497Z | [ recovery-image] Oct 18 17:50:10.450 INFO O| Oct 18 17:50:10.449 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5423 | 2024-10-18T17:50:12.511Z | [ recovery-image] Oct 18 17:50:10.466 INFO O| Oct 18 17:50:10.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5424 | 2024-10-18T17:50:12.514Z | [ recovery-image] Oct 18 17:50:10.466 INFO O| Oct 18 17:50:10.466 INFO STEP 420 (remove_files) COMPLETE |
5425 | 2024-10-18T17:50:12.514Z | [ recovery-image] Oct 18 17:50:10.466 INFO O| Oct 18 17:50:10.466 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5426 | 2024-10-18T17:50:12.528Z | [ recovery-image] Oct 18 17:50:10.483 INFO O| Oct 18 17:50:10.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5427 | 2024-10-18T17:50:12.531Z | [ recovery-image] Oct 18 17:50:10.483 INFO O| Oct 18 17:50:10.483 INFO STEP 421 (remove_files) COMPLETE |
5428 | 2024-10-18T17:50:12.531Z | [ recovery-image] Oct 18 17:50:10.483 INFO O| Oct 18 17:50:10.483 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5429 | 2024-10-18T17:50:12.546Z | [ recovery-image] Oct 18 17:50:10.500 INFO O| Oct 18 17:50:10.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5430 | 2024-10-18T17:50:12.548Z | [ recovery-image] Oct 18 17:50:10.501 INFO O| Oct 18 17:50:10.500 INFO STEP 422 (remove_files) COMPLETE |
5431 | 2024-10-18T17:50:12.548Z | [ recovery-image] Oct 18 17:50:10.501 INFO O| Oct 18 17:50:10.501 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5432 | 2024-10-18T17:50:12.563Z | [ recovery-image] Oct 18 17:50:10.517 INFO O| Oct 18 17:50:10.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5433 | 2024-10-18T17:50:12.565Z | [ recovery-image] Oct 18 17:50:10.517 INFO O| Oct 18 17:50:10.517 INFO STEP 423 (remove_files) COMPLETE |
5434 | 2024-10-18T17:50:12.565Z | [ recovery-image] Oct 18 17:50:10.518 INFO O| Oct 18 17:50:10.518 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5435 | 2024-10-18T17:50:12.580Z | [ recovery-image] Oct 18 17:50:10.534 INFO O| Oct 18 17:50:10.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5436 | 2024-10-18T17:50:12.583Z | [ recovery-image] Oct 18 17:50:10.535 INFO O| Oct 18 17:50:10.535 INFO STEP 424 (remove_files) COMPLETE |
5437 | 2024-10-18T17:50:12.583Z | [ recovery-image] Oct 18 17:50:10.535 INFO O| Oct 18 17:50:10.535 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5438 | 2024-10-18T17:50:12.712Z | [ recovery-image] Oct 18 17:50:10.551 INFO O| Oct 18 17:50:10.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5439 | 2024-10-18T17:50:12.712Z | [ recovery-image] Oct 18 17:50:10.551 INFO O| Oct 18 17:50:10.551 INFO STEP 425 (remove_files) COMPLETE |
5440 | 2024-10-18T17:50:12.715Z | [ recovery-image] Oct 18 17:50:10.551 INFO O| Oct 18 17:50:10.551 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5441 | 2024-10-18T17:50:12.715Z | [ recovery-image] Oct 18 17:50:10.567 INFO O| Oct 18 17:50:10.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5442 | 2024-10-18T17:50:12.715Z | [ recovery-image] Oct 18 17:50:10.567 INFO O| Oct 18 17:50:10.567 INFO STEP 426 (remove_files) COMPLETE |
5443 | 2024-10-18T17:50:12.715Z | [ recovery-image] Oct 18 17:50:10.567 INFO O| Oct 18 17:50:10.567 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5444 | 2024-10-18T17:50:12.715Z | [ recovery-image] Oct 18 17:50:10.578 INFO O| Oct 18 17:50:10.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5445 | 2024-10-18T17:50:12.715Z | [ recovery-image] Oct 18 17:50:10.578 INFO O| Oct 18 17:50:10.578 INFO STEP 427 (remove_files) COMPLETE |
5446 | 2024-10-18T17:50:12.715Z | [ recovery-image] Oct 18 17:50:10.578 INFO O| Oct 18 17:50:10.578 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5447 | 2024-10-18T17:50:12.715Z | [ recovery-image] Oct 18 17:50:10.594 INFO O| Oct 18 17:50:10.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5448 | 2024-10-18T17:50:12.715Z | [ recovery-image] Oct 18 17:50:10.594 INFO O| Oct 18 17:50:10.594 INFO STEP 428 (remove_files) COMPLETE |
5449 | 2024-10-18T17:50:12.715Z | [ recovery-image] Oct 18 17:50:10.594 INFO O| Oct 18 17:50:10.594 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5450 | 2024-10-18T17:50:12.715Z | [ recovery-image] Oct 18 17:50:10.610 INFO O| Oct 18 17:50:10.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5451 | 2024-10-18T17:50:12.715Z | [ recovery-image] Oct 18 17:50:10.610 INFO O| Oct 18 17:50:10.610 INFO STEP 429 (remove_files) COMPLETE |
5452 | 2024-10-18T17:50:12.715Z | [ recovery-image] Oct 18 17:50:10.610 INFO O| Oct 18 17:50:10.610 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5453 | 2024-10-18T17:50:12.715Z | [ recovery-image] Oct 18 17:50:10.625 INFO O| Oct 18 17:50:10.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5454 | 2024-10-18T17:50:12.715Z | [ recovery-image] Oct 18 17:50:10.625 INFO O| Oct 18 17:50:10.625 INFO STEP 430 (remove_files) COMPLETE |
5455 | 2024-10-18T17:50:12.715Z | [ recovery-image] Oct 18 17:50:10.625 INFO O| Oct 18 17:50:10.625 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5456 | 2024-10-18T17:50:12.715Z | [ recovery-image] Oct 18 17:50:10.640 INFO O| Oct 18 17:50:10.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5457 | 2024-10-18T17:50:12.715Z | [ recovery-image] Oct 18 17:50:10.641 INFO O| Oct 18 17:50:10.641 INFO STEP 431 (remove_files) COMPLETE |
5458 | 2024-10-18T17:50:12.715Z | [ recovery-image] Oct 18 17:50:10.641 INFO O| Oct 18 17:50:10.641 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5459 | 2024-10-18T17:50:12.715Z | [ recovery-image] Oct 18 17:50:10.656 INFO O| Oct 18 17:50:10.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5460 | 2024-10-18T17:50:12.715Z | [ recovery-image] Oct 18 17:50:10.657 INFO O| Oct 18 17:50:10.656 INFO STEP 432 (remove_files) COMPLETE |
5461 | 2024-10-18T17:50:12.716Z | [ recovery-image] Oct 18 17:50:10.657 INFO O| Oct 18 17:50:10.657 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5462 | 2024-10-18T17:50:12.716Z | [ recovery-image] Oct 18 17:50:10.669 INFO O| Oct 18 17:50:10.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5463 | 2024-10-18T17:50:12.716Z | [ recovery-image] Oct 18 17:50:10.669 INFO O| Oct 18 17:50:10.669 INFO STEP 433 (remove_files) COMPLETE |
5464 | 2024-10-18T17:50:12.716Z | [ recovery-image] Oct 18 17:50:10.669 INFO O| Oct 18 17:50:10.669 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5465 | 2024-10-18T17:50:12.730Z | [ recovery-image] Oct 18 17:50:10.685 INFO O| Oct 18 17:50:10.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5466 | 2024-10-18T17:50:12.730Z | [ recovery-image] Oct 18 17:50:10.685 INFO O| Oct 18 17:50:10.685 INFO STEP 434 (remove_files) COMPLETE |
5467 | 2024-10-18T17:50:12.730Z | [ recovery-image] Oct 18 17:50:10.685 INFO O| Oct 18 17:50:10.685 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5468 | 2024-10-18T17:50:12.745Z | [ recovery-image] Oct 18 17:50:10.700 INFO O| Oct 18 17:50:10.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5469 | 2024-10-18T17:50:12.745Z | [ recovery-image] Oct 18 17:50:10.700 INFO O| Oct 18 17:50:10.700 INFO STEP 435 (remove_files) COMPLETE |
5470 | 2024-10-18T17:50:12.748Z | [ recovery-image] Oct 18 17:50:10.700 INFO O| Oct 18 17:50:10.700 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5471 | 2024-10-18T17:50:12.761Z | [ recovery-image] Oct 18 17:50:10.716 INFO O| Oct 18 17:50:10.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5472 | 2024-10-18T17:50:12.761Z | [ recovery-image] Oct 18 17:50:10.716 INFO O| Oct 18 17:50:10.716 INFO STEP 436 (remove_files) COMPLETE |
5473 | 2024-10-18T17:50:12.761Z | [ recovery-image] Oct 18 17:50:10.716 INFO O| Oct 18 17:50:10.716 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5474 | 2024-10-18T17:50:12.776Z | [ recovery-image] Oct 18 17:50:10.731 INFO O| Oct 18 17:50:10.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5475 | 2024-10-18T17:50:12.776Z | [ recovery-image] Oct 18 17:50:10.731 INFO O| Oct 18 17:50:10.731 INFO STEP 437 (remove_files) COMPLETE |
5476 | 2024-10-18T17:50:12.779Z | [ recovery-image] Oct 18 17:50:10.731 INFO O| Oct 18 17:50:10.731 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5477 | 2024-10-18T17:50:12.792Z | [ recovery-image] Oct 18 17:50:10.746 INFO O| Oct 18 17:50:10.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5478 | 2024-10-18T17:50:12.792Z | [ recovery-image] Oct 18 17:50:10.746 INFO O| Oct 18 17:50:10.746 INFO STEP 438 (remove_files) COMPLETE |
5479 | 2024-10-18T17:50:12.792Z | [ recovery-image] Oct 18 17:50:10.746 INFO O| Oct 18 17:50:10.746 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5480 | 2024-10-18T17:50:12.807Z | [ recovery-image] Oct 18 17:50:10.762 INFO O| Oct 18 17:50:10.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5481 | 2024-10-18T17:50:12.807Z | [ recovery-image] Oct 18 17:50:10.762 INFO O| Oct 18 17:50:10.762 INFO STEP 439 (remove_files) COMPLETE |
5482 | 2024-10-18T17:50:12.807Z | [ recovery-image] Oct 18 17:50:10.762 INFO O| Oct 18 17:50:10.762 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5483 | 2024-10-18T17:50:12.823Z | [ recovery-image] Oct 18 17:50:10.778 INFO O| Oct 18 17:50:10.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5484 | 2024-10-18T17:50:12.823Z | [ recovery-image] Oct 18 17:50:10.778 INFO O| Oct 18 17:50:10.778 INFO STEP 440 (remove_files) COMPLETE |
5485 | 2024-10-18T17:50:12.826Z | [ recovery-image] Oct 18 17:50:10.778 INFO O| Oct 18 17:50:10.778 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5486 | 2024-10-18T17:50:12.839Z | [ recovery-image] Oct 18 17:50:10.793 INFO O| Oct 18 17:50:10.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5487 | 2024-10-18T17:50:12.841Z | [ recovery-image] Oct 18 17:50:10.794 INFO O| Oct 18 17:50:10.793 INFO STEP 441 (remove_files) COMPLETE |
5488 | 2024-10-18T17:50:12.841Z | [ recovery-image] Oct 18 17:50:10.794 INFO O| Oct 18 17:50:10.793 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5489 | 2024-10-18T17:50:12.855Z | [ recovery-image] Oct 18 17:50:10.810 INFO O| Oct 18 17:50:10.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5490 | 2024-10-18T17:50:12.855Z | [ recovery-image] Oct 18 17:50:10.810 INFO O| Oct 18 17:50:10.810 INFO STEP 442 (remove_files) COMPLETE |
5491 | 2024-10-18T17:50:12.858Z | [ recovery-image] Oct 18 17:50:10.810 INFO O| Oct 18 17:50:10.810 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5492 | 2024-10-18T17:50:12.871Z | [ recovery-image] Oct 18 17:50:10.826 INFO O| Oct 18 17:50:10.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5493 | 2024-10-18T17:50:12.871Z | [ recovery-image] Oct 18 17:50:10.826 INFO O| Oct 18 17:50:10.826 INFO STEP 443 (remove_files) COMPLETE |
5494 | 2024-10-18T17:50:12.874Z | [ recovery-image] Oct 18 17:50:10.826 INFO O| Oct 18 17:50:10.826 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5495 | 2024-10-18T17:50:12.888Z | [ recovery-image] Oct 18 17:50:10.842 INFO O| Oct 18 17:50:10.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5496 | 2024-10-18T17:50:12.888Z | [ recovery-image] Oct 18 17:50:10.842 INFO O| Oct 18 17:50:10.842 INFO STEP 444 (remove_files) COMPLETE |
5497 | 2024-10-18T17:50:12.891Z | [ recovery-image] Oct 18 17:50:10.842 INFO O| Oct 18 17:50:10.842 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5498 | 2024-10-18T17:50:12.902Z | [ recovery-image] Oct 18 17:50:10.857 INFO O| Oct 18 17:50:10.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5499 | 2024-10-18T17:50:12.902Z | [ recovery-image] Oct 18 17:50:10.857 INFO O| Oct 18 17:50:10.857 INFO STEP 445 (remove_files) COMPLETE |
5500 | 2024-10-18T17:50:12.905Z | [ recovery-image] Oct 18 17:50:10.857 INFO O| Oct 18 17:50:10.857 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5501 | 2024-10-18T17:50:12.919Z | [ recovery-image] Oct 18 17:50:10.874 INFO O| Oct 18 17:50:10.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5502 | 2024-10-18T17:50:12.922Z | [ recovery-image] Oct 18 17:50:10.874 INFO O| Oct 18 17:50:10.874 INFO STEP 446 (remove_files) COMPLETE |
5503 | 2024-10-18T17:50:12.922Z | [ recovery-image] Oct 18 17:50:10.874 INFO O| Oct 18 17:50:10.874 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5504 | 2024-10-18T17:50:12.937Z | [ recovery-image] Oct 18 17:50:10.891 INFO O| Oct 18 17:50:10.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5505 | 2024-10-18T17:50:12.937Z | [ recovery-image] Oct 18 17:50:10.892 INFO O| Oct 18 17:50:10.892 INFO STEP 447 (remove_files) COMPLETE |
5506 | 2024-10-18T17:50:12.939Z | [ recovery-image] Oct 18 17:50:10.892 INFO O| Oct 18 17:50:10.892 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5507 | 2024-10-18T17:50:12.954Z | [ recovery-image] Oct 18 17:50:10.908 INFO O| Oct 18 17:50:10.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5508 | 2024-10-18T17:50:12.954Z | [ recovery-image] Oct 18 17:50:10.908 INFO O| Oct 18 17:50:10.908 INFO STEP 448 (remove_files) COMPLETE |
5509 | 2024-10-18T17:50:12.956Z | [ recovery-image] Oct 18 17:50:10.908 INFO O| Oct 18 17:50:10.908 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5510 | 2024-10-18T17:50:12.966Z | [ recovery-image] Oct 18 17:50:10.921 INFO O| Oct 18 17:50:10.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5511 | 2024-10-18T17:50:12.966Z | [ recovery-image] Oct 18 17:50:10.921 INFO O| Oct 18 17:50:10.921 INFO STEP 449 (remove_files) COMPLETE |
5512 | 2024-10-18T17:50:12.966Z | [ recovery-image] Oct 18 17:50:10.921 INFO O| Oct 18 17:50:10.921 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5513 | 2024-10-18T17:50:12.981Z | [ recovery-image] Oct 18 17:50:10.936 INFO O| Oct 18 17:50:10.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5514 | 2024-10-18T17:50:12.982Z | [ recovery-image] Oct 18 17:50:10.936 INFO O| Oct 18 17:50:10.936 INFO STEP 450 (remove_files) COMPLETE |
5515 | 2024-10-18T17:50:12.984Z | [ recovery-image] Oct 18 17:50:10.936 INFO O| Oct 18 17:50:10.936 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5516 | 2024-10-18T17:50:12.993Z | [ recovery-image] Oct 18 17:50:10.947 INFO O| Oct 18 17:50:10.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5517 | 2024-10-18T17:50:12.993Z | [ recovery-image] Oct 18 17:50:10.947 INFO O| Oct 18 17:50:10.947 INFO STEP 451 (remove_files) COMPLETE |
5518 | 2024-10-18T17:50:12.993Z | [ recovery-image] Oct 18 17:50:10.947 INFO O| Oct 18 17:50:10.947 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5519 | 2024-10-18T17:50:13.005Z | [ recovery-image] Oct 18 17:50:10.960 INFO O| Oct 18 17:50:10.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5520 | 2024-10-18T17:50:13.008Z | [ recovery-image] Oct 18 17:50:10.960 INFO O| Oct 18 17:50:10.960 INFO STEP 452 (remove_files) COMPLETE |
5521 | 2024-10-18T17:50:13.008Z | [ recovery-image] Oct 18 17:50:10.960 INFO O| Oct 18 17:50:10.960 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5522 | 2024-10-18T17:50:13.020Z | [ recovery-image] Oct 18 17:50:10.974 INFO O| Oct 18 17:50:10.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5523 | 2024-10-18T17:50:13.020Z | [ recovery-image] Oct 18 17:50:10.975 INFO O| Oct 18 17:50:10.974 INFO STEP 453 (remove_files) COMPLETE |
5524 | 2024-10-18T17:50:13.020Z | [ recovery-image] Oct 18 17:50:10.975 INFO O| Oct 18 17:50:10.974 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5525 | 2024-10-18T17:50:13.030Z | [ recovery-image] Oct 18 17:50:10.985 INFO O| Oct 18 17:50:10.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5526 | 2024-10-18T17:50:13.031Z | [ recovery-image] Oct 18 17:50:10.985 INFO O| Oct 18 17:50:10.985 INFO STEP 454 (remove_files) COMPLETE |
5527 | 2024-10-18T17:50:13.033Z | [ recovery-image] Oct 18 17:50:10.985 INFO O| Oct 18 17:50:10.985 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5528 | 2024-10-18T17:50:13.046Z | [ recovery-image] Oct 18 17:50:11.000 INFO O| Oct 18 17:50:11.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5529 | 2024-10-18T17:50:13.046Z | [ recovery-image] Oct 18 17:50:11.000 INFO O| Oct 18 17:50:11.000 INFO STEP 455 (remove_files) COMPLETE |
5530 | 2024-10-18T17:50:13.049Z | [ recovery-image] Oct 18 17:50:11.000 INFO O| Oct 18 17:50:11.000 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5531 | 2024-10-18T17:50:13.056Z | [ host-image] Oct 18 17:50:11.011 INFO O| Oct 18 17:50:11.011 INFO O| Actions: Completed 1361 actions in 0.56 seconds. |
5532 | 2024-10-18T17:50:13.060Z | [ recovery-image] Oct 18 17:50:11.015 INFO O| Oct 18 17:50:11.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5533 | 2024-10-18T17:50:13.060Z | [ recovery-image] Oct 18 17:50:11.015 INFO O| Oct 18 17:50:11.015 INFO STEP 456 (remove_files) COMPLETE |
5534 | 2024-10-18T17:50:13.060Z | [ recovery-image] Oct 18 17:50:11.015 INFO O| Oct 18 17:50:11.015 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5535 | 2024-10-18T17:50:13.072Z | [ recovery-image] Oct 18 17:50:11.026 INFO O| Oct 18 17:50:11.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5536 | 2024-10-18T17:50:13.072Z | [ recovery-image] Oct 18 17:50:11.026 INFO O| Oct 18 17:50:11.026 INFO STEP 457 (remove_files) COMPLETE |
5537 | 2024-10-18T17:50:13.074Z | [ recovery-image] Oct 18 17:50:11.027 INFO O| Oct 18 17:50:11.026 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5538 | 2024-10-18T17:50:13.087Z | [ recovery-image] Oct 18 17:50:11.041 INFO O| Oct 18 17:50:11.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5539 | 2024-10-18T17:50:13.087Z | [ recovery-image] Oct 18 17:50:11.041 INFO O| Oct 18 17:50:11.041 INFO STEP 458 (remove_files) COMPLETE |
5540 | 2024-10-18T17:50:13.089Z | [ recovery-image] Oct 18 17:50:11.041 INFO O| Oct 18 17:50:11.041 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5541 | 2024-10-18T17:50:13.102Z | [ recovery-image] Oct 18 17:50:11.056 INFO O| Oct 18 17:50:11.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5542 | 2024-10-18T17:50:13.102Z | [ recovery-image] Oct 18 17:50:11.056 INFO O| Oct 18 17:50:11.056 INFO STEP 459 (remove_files) COMPLETE |
5543 | 2024-10-18T17:50:13.102Z | [ recovery-image] Oct 18 17:50:11.056 INFO O| Oct 18 17:50:11.056 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5544 | 2024-10-18T17:50:13.116Z | [ recovery-image] Oct 18 17:50:11.071 INFO O| Oct 18 17:50:11.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5545 | 2024-10-18T17:50:13.116Z | [ recovery-image] Oct 18 17:50:11.071 INFO O| Oct 18 17:50:11.071 INFO STEP 460 (remove_files) COMPLETE |
5546 | 2024-10-18T17:50:13.119Z | [ recovery-image] Oct 18 17:50:11.071 INFO O| Oct 18 17:50:11.071 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5547 | 2024-10-18T17:50:13.132Z | [ recovery-image] Oct 18 17:50:11.087 INFO O| Oct 18 17:50:11.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5548 | 2024-10-18T17:50:13.132Z | [ recovery-image] Oct 18 17:50:11.087 INFO O| Oct 18 17:50:11.087 INFO STEP 461 (remove_files) COMPLETE |
5549 | 2024-10-18T17:50:13.132Z | [ recovery-image] Oct 18 17:50:11.087 INFO O| Oct 18 17:50:11.087 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5550 | 2024-10-18T17:50:13.149Z | [ recovery-image] Oct 18 17:50:11.103 INFO O| Oct 18 17:50:11.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5551 | 2024-10-18T17:50:13.149Z | [ recovery-image] Oct 18 17:50:11.103 INFO O| Oct 18 17:50:11.103 INFO STEP 462 (remove_files) COMPLETE |
5552 | 2024-10-18T17:50:13.151Z | [ recovery-image] Oct 18 17:50:11.103 INFO O| Oct 18 17:50:11.103 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5553 | 2024-10-18T17:50:13.166Z | [ recovery-image] Oct 18 17:50:11.120 INFO O| Oct 18 17:50:11.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5554 | 2024-10-18T17:50:13.166Z | [ recovery-image] Oct 18 17:50:11.120 INFO O| Oct 18 17:50:11.120 INFO STEP 463 (remove_files) COMPLETE |
5555 | 2024-10-18T17:50:13.166Z | [ recovery-image] Oct 18 17:50:11.120 INFO O| Oct 18 17:50:11.120 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5556 | 2024-10-18T17:50:13.183Z | [ recovery-image] Oct 18 17:50:11.137 INFO O| Oct 18 17:50:11.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5557 | 2024-10-18T17:50:13.183Z | [ recovery-image] Oct 18 17:50:11.138 INFO O| Oct 18 17:50:11.137 INFO STEP 464 (remove_files) COMPLETE |
5558 | 2024-10-18T17:50:13.183Z | [ recovery-image] Oct 18 17:50:11.138 INFO O| Oct 18 17:50:11.138 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5559 | 2024-10-18T17:50:13.200Z | [ recovery-image] Oct 18 17:50:11.154 INFO O| Oct 18 17:50:11.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5560 | 2024-10-18T17:50:13.200Z | [ recovery-image] Oct 18 17:50:11.154 INFO O| Oct 18 17:50:11.154 INFO STEP 465 (remove_files) COMPLETE |
5561 | 2024-10-18T17:50:13.200Z | [ recovery-image] Oct 18 17:50:11.154 INFO O| Oct 18 17:50:11.154 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5562 | 2024-10-18T17:50:13.213Z | [ recovery-image] Oct 18 17:50:11.167 INFO O| Oct 18 17:50:11.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5563 | 2024-10-18T17:50:13.213Z | [ recovery-image] Oct 18 17:50:11.167 INFO O| Oct 18 17:50:11.167 INFO STEP 466 (remove_files) COMPLETE |
5564 | 2024-10-18T17:50:13.215Z | [ recovery-image] Oct 18 17:50:11.167 INFO O| Oct 18 17:50:11.167 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5565 | 2024-10-18T17:50:13.223Z | [ recovery-image] Oct 18 17:50:11.178 INFO O| Oct 18 17:50:11.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5566 | 2024-10-18T17:50:13.223Z | [ recovery-image] Oct 18 17:50:11.178 INFO O| Oct 18 17:50:11.178 INFO STEP 467 (remove_files) COMPLETE |
5567 | 2024-10-18T17:50:13.228Z | [ recovery-image] Oct 18 17:50:11.178 INFO O| Oct 18 17:50:11.178 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5568 | 2024-10-18T17:50:13.237Z | [ recovery-image] Oct 18 17:50:11.192 INFO O| Oct 18 17:50:11.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5569 | 2024-10-18T17:50:13.237Z | [ recovery-image] Oct 18 17:50:11.192 INFO O| Oct 18 17:50:11.192 INFO STEP 468 (remove_files) COMPLETE |
5570 | 2024-10-18T17:50:13.239Z | [ recovery-image] Oct 18 17:50:11.192 INFO O| Oct 18 17:50:11.192 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5571 | 2024-10-18T17:50:13.254Z | [ recovery-image] Oct 18 17:50:11.209 INFO O| Oct 18 17:50:11.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5572 | 2024-10-18T17:50:13.255Z | [ recovery-image] Oct 18 17:50:11.209 INFO O| Oct 18 17:50:11.209 INFO STEP 469 (remove_files) COMPLETE |
5573 | 2024-10-18T17:50:13.257Z | [ recovery-image] Oct 18 17:50:11.209 INFO O| Oct 18 17:50:11.209 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5574 | 2024-10-18T17:50:13.270Z | [ recovery-image] Oct 18 17:50:11.224 INFO O| Oct 18 17:50:11.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5575 | 2024-10-18T17:50:13.270Z | [ recovery-image] Oct 18 17:50:11.224 INFO O| Oct 18 17:50:11.224 INFO STEP 470 (remove_files) COMPLETE |
5576 | 2024-10-18T17:50:13.272Z | [ recovery-image] Oct 18 17:50:11.224 INFO O| Oct 18 17:50:11.224 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5577 | 2024-10-18T17:50:13.287Z | [ recovery-image] Oct 18 17:50:11.241 INFO O| Oct 18 17:50:11.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5578 | 2024-10-18T17:50:13.287Z | [ recovery-image] Oct 18 17:50:11.241 INFO O| Oct 18 17:50:11.241 INFO STEP 471 (remove_files) COMPLETE |
5579 | 2024-10-18T17:50:13.287Z | [ recovery-image] Oct 18 17:50:11.241 INFO O| Oct 18 17:50:11.241 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5580 | 2024-10-18T17:50:13.302Z | [ recovery-image] Oct 18 17:50:11.257 INFO O| Oct 18 17:50:11.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5581 | 2024-10-18T17:50:13.302Z | [ recovery-image] Oct 18 17:50:11.257 INFO O| Oct 18 17:50:11.257 INFO STEP 472 (remove_files) COMPLETE |
5582 | 2024-10-18T17:50:13.303Z | [ recovery-image] Oct 18 17:50:11.257 INFO O| Oct 18 17:50:11.257 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5583 | 2024-10-18T17:50:13.319Z | [ recovery-image] Oct 18 17:50:11.273 INFO O| Oct 18 17:50:11.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5584 | 2024-10-18T17:50:13.319Z | [ recovery-image] Oct 18 17:50:11.273 INFO O| Oct 18 17:50:11.273 INFO STEP 473 (remove_files) COMPLETE |
5585 | 2024-10-18T17:50:13.319Z | [ recovery-image] Oct 18 17:50:11.273 INFO O| Oct 18 17:50:11.273 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5586 | 2024-10-18T17:50:13.337Z | [ recovery-image] Oct 18 17:50:11.292 INFO O| Oct 18 17:50:11.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5587 | 2024-10-18T17:50:13.337Z | [ recovery-image] Oct 18 17:50:11.292 INFO O| Oct 18 17:50:11.292 INFO STEP 474 (remove_files) COMPLETE |
5588 | 2024-10-18T17:50:13.337Z | [ recovery-image] Oct 18 17:50:11.292 INFO O| Oct 18 17:50:11.292 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5589 | 2024-10-18T17:50:13.352Z | [ recovery-image] Oct 18 17:50:11.307 INFO O| Oct 18 17:50:11.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5590 | 2024-10-18T17:50:13.353Z | [ recovery-image] Oct 18 17:50:11.307 INFO O| Oct 18 17:50:11.307 INFO STEP 475 (remove_files) COMPLETE |
5591 | 2024-10-18T17:50:13.355Z | [ recovery-image] Oct 18 17:50:11.307 INFO O| Oct 18 17:50:11.307 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5592 | 2024-10-18T17:50:13.364Z | [ recovery-image] Oct 18 17:50:11.318 INFO O| Oct 18 17:50:11.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5593 | 2024-10-18T17:50:13.364Z | [ recovery-image] Oct 18 17:50:11.318 INFO O| Oct 18 17:50:11.318 INFO STEP 476 (remove_files) COMPLETE |
5594 | 2024-10-18T17:50:13.367Z | [ recovery-image] Oct 18 17:50:11.318 INFO O| Oct 18 17:50:11.318 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5595 | 2024-10-18T17:50:13.378Z | [ recovery-image] Oct 18 17:50:11.333 INFO O| Oct 18 17:50:11.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5596 | 2024-10-18T17:50:13.381Z | [ recovery-image] Oct 18 17:50:11.333 INFO O| Oct 18 17:50:11.333 INFO STEP 477 (remove_files) COMPLETE |
5597 | 2024-10-18T17:50:13.381Z | [ recovery-image] Oct 18 17:50:11.333 INFO O| Oct 18 17:50:11.333 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5598 | 2024-10-18T17:50:13.394Z | [ recovery-image] Oct 18 17:50:11.348 INFO O| Oct 18 17:50:11.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5599 | 2024-10-18T17:50:13.394Z | [ recovery-image] Oct 18 17:50:11.348 INFO O| Oct 18 17:50:11.348 INFO STEP 478 (remove_files) COMPLETE |
5600 | 2024-10-18T17:50:13.394Z | [ recovery-image] Oct 18 17:50:11.348 INFO O| Oct 18 17:50:11.348 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5601 | 2024-10-18T17:50:13.405Z | [ recovery-image] Oct 18 17:50:11.359 INFO O| Oct 18 17:50:11.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5602 | 2024-10-18T17:50:13.407Z | [ recovery-image] Oct 18 17:50:11.360 INFO O| Oct 18 17:50:11.360 INFO STEP 479 (remove_files) COMPLETE |
5603 | 2024-10-18T17:50:13.407Z | [ recovery-image] Oct 18 17:50:11.360 INFO O| Oct 18 17:50:11.360 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5604 | 2024-10-18T17:50:13.416Z | [ recovery-image] Oct 18 17:50:11.370 INFO O| Oct 18 17:50:11.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5605 | 2024-10-18T17:50:13.416Z | [ recovery-image] Oct 18 17:50:11.370 INFO O| Oct 18 17:50:11.370 INFO STEP 480 (remove_files) COMPLETE |
5606 | 2024-10-18T17:50:13.418Z | [ recovery-image] Oct 18 17:50:11.370 INFO O| Oct 18 17:50:11.370 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5607 | 2024-10-18T17:50:13.418Z | [ host-image] Oct 18 17:50:11.371 INFO O| Oct 18 17:50:11.371 INFO O| Done |
5608 | 2024-10-18T17:50:13.418Z | [ host-image] Oct 18 17:50:11.371 INFO O| Oct 18 17:50:11.371 INFO O| Done |
5609 | 2024-10-18T17:50:13.430Z | [ recovery-image] Oct 18 17:50:11.384 INFO O| Oct 18 17:50:11.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5610 | 2024-10-18T17:50:13.430Z | [ recovery-image] Oct 18 17:50:11.384 INFO O| Oct 18 17:50:11.384 INFO STEP 481 (remove_files) COMPLETE |
5611 | 2024-10-18T17:50:13.430Z | [ recovery-image] Oct 18 17:50:11.384 INFO O| Oct 18 17:50:11.384 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5612 | 2024-10-18T17:50:13.441Z | [ recovery-image] Oct 18 17:50:11.396 INFO O| Oct 18 17:50:11.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5613 | 2024-10-18T17:50:13.441Z | [ recovery-image] Oct 18 17:50:11.396 INFO O| Oct 18 17:50:11.396 INFO STEP 482 (remove_files) COMPLETE |
5614 | 2024-10-18T17:50:13.444Z | [ recovery-image] Oct 18 17:50:11.396 INFO O| Oct 18 17:50:11.396 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5615 | 2024-10-18T17:50:13.457Z | [ recovery-image] Oct 18 17:50:11.411 INFO O| Oct 18 17:50:11.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5616 | 2024-10-18T17:50:13.459Z | [ recovery-image] Oct 18 17:50:11.411 INFO O| Oct 18 17:50:11.411 INFO STEP 483 (remove_files) COMPLETE |
5617 | 2024-10-18T17:50:13.459Z | [ recovery-image] Oct 18 17:50:11.412 INFO O| Oct 18 17:50:11.411 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5618 | 2024-10-18T17:50:13.471Z | [ recovery-image] Oct 18 17:50:11.426 INFO O| Oct 18 17:50:11.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5619 | 2024-10-18T17:50:13.471Z | [ recovery-image] Oct 18 17:50:11.426 INFO O| Oct 18 17:50:11.426 INFO STEP 484 (remove_files) COMPLETE |
5620 | 2024-10-18T17:50:13.471Z | [ recovery-image] Oct 18 17:50:11.426 INFO O| Oct 18 17:50:11.426 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5621 | 2024-10-18T17:50:13.482Z | [ recovery-image] Oct 18 17:50:11.436 INFO O| Oct 18 17:50:11.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5622 | 2024-10-18T17:50:13.482Z | [ recovery-image] Oct 18 17:50:11.436 INFO O| Oct 18 17:50:11.436 INFO STEP 485 (remove_files) COMPLETE |
5623 | 2024-10-18T17:50:13.485Z | [ recovery-image] Oct 18 17:50:11.436 INFO O| Oct 18 17:50:11.436 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5624 | 2024-10-18T17:50:13.495Z | [ recovery-image] Oct 18 17:50:11.449 INFO O| Oct 18 17:50:11.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5625 | 2024-10-18T17:50:13.495Z | [ recovery-image] Oct 18 17:50:11.449 INFO O| Oct 18 17:50:11.449 INFO STEP 486 (remove_files) COMPLETE |
5626 | 2024-10-18T17:50:13.495Z | [ recovery-image] Oct 18 17:50:11.449 INFO O| Oct 18 17:50:11.449 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5627 | 2024-10-18T17:50:13.508Z | [ recovery-image] Oct 18 17:50:11.462 INFO O| Oct 18 17:50:11.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5628 | 2024-10-18T17:50:13.508Z | [ recovery-image] Oct 18 17:50:11.462 INFO O| Oct 18 17:50:11.462 INFO STEP 487 (remove_files) COMPLETE |
5629 | 2024-10-18T17:50:13.508Z | [ recovery-image] Oct 18 17:50:11.462 INFO O| Oct 18 17:50:11.462 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5630 | 2024-10-18T17:50:13.520Z | [ recovery-image] Oct 18 17:50:11.474 INFO O| Oct 18 17:50:11.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5631 | 2024-10-18T17:50:13.520Z | [ recovery-image] Oct 18 17:50:11.474 INFO O| Oct 18 17:50:11.474 INFO STEP 488 (remove_files) COMPLETE |
5632 | 2024-10-18T17:50:13.520Z | [ recovery-image] Oct 18 17:50:11.474 INFO O| Oct 18 17:50:11.474 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5633 | 2024-10-18T17:50:13.531Z | [ recovery-image] Oct 18 17:50:11.485 INFO O| Oct 18 17:50:11.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5634 | 2024-10-18T17:50:13.531Z | [ recovery-image] Oct 18 17:50:11.485 INFO O| Oct 18 17:50:11.485 INFO STEP 489 (remove_files) COMPLETE |
5635 | 2024-10-18T17:50:13.531Z | [ recovery-image] Oct 18 17:50:11.485 INFO O| Oct 18 17:50:11.485 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5636 | 2024-10-18T17:50:13.541Z | [ recovery-image] Oct 18 17:50:11.496 INFO O| Oct 18 17:50:11.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5637 | 2024-10-18T17:50:13.541Z | [ recovery-image] Oct 18 17:50:11.496 INFO O| Oct 18 17:50:11.496 INFO STEP 490 (remove_files) COMPLETE |
5638 | 2024-10-18T17:50:13.544Z | [ recovery-image] Oct 18 17:50:11.496 INFO O| Oct 18 17:50:11.496 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5639 | 2024-10-18T17:50:13.551Z | [ recovery-image] Oct 18 17:50:11.506 INFO O| Oct 18 17:50:11.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5640 | 2024-10-18T17:50:13.551Z | [ recovery-image] Oct 18 17:50:11.506 INFO O| Oct 18 17:50:11.506 INFO STEP 491 (remove_files) COMPLETE |
5641 | 2024-10-18T17:50:13.554Z | [ recovery-image] Oct 18 17:50:11.506 INFO O| Oct 18 17:50:11.506 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5642 | 2024-10-18T17:50:13.561Z | [ recovery-image] Oct 18 17:50:11.516 INFO O| Oct 18 17:50:11.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5643 | 2024-10-18T17:50:13.564Z | [ recovery-image] Oct 18 17:50:11.516 INFO O| Oct 18 17:50:11.516 INFO STEP 492 (remove_files) COMPLETE |
5644 | 2024-10-18T17:50:13.564Z | [ recovery-image] Oct 18 17:50:11.516 INFO O| Oct 18 17:50:11.516 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5645 | 2024-10-18T17:50:13.572Z | [ recovery-image] Oct 18 17:50:11.526 INFO O| Oct 18 17:50:11.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5646 | 2024-10-18T17:50:13.572Z | [ recovery-image] Oct 18 17:50:11.526 INFO O| Oct 18 17:50:11.526 INFO STEP 493 (remove_files) COMPLETE |
5647 | 2024-10-18T17:50:13.574Z | [ recovery-image] Oct 18 17:50:11.526 INFO O| Oct 18 17:50:11.526 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5648 | 2024-10-18T17:50:13.584Z | [ recovery-image] Oct 18 17:50:11.538 INFO O| Oct 18 17:50:11.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5649 | 2024-10-18T17:50:13.584Z | [ recovery-image] Oct 18 17:50:11.538 INFO O| Oct 18 17:50:11.538 INFO STEP 494 (remove_files) COMPLETE |
5650 | 2024-10-18T17:50:13.587Z | [ recovery-image] Oct 18 17:50:11.538 INFO O| Oct 18 17:50:11.538 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5651 | 2024-10-18T17:50:13.596Z | [ recovery-image] Oct 18 17:50:11.550 INFO O| Oct 18 17:50:11.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5652 | 2024-10-18T17:50:13.596Z | [ recovery-image] Oct 18 17:50:11.550 INFO O| Oct 18 17:50:11.550 INFO STEP 495 (remove_files) COMPLETE |
5653 | 2024-10-18T17:50:13.599Z | [ recovery-image] Oct 18 17:50:11.550 INFO O| Oct 18 17:50:11.550 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5654 | 2024-10-18T17:50:13.606Z | [ recovery-image] Oct 18 17:50:11.561 INFO O| Oct 18 17:50:11.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5655 | 2024-10-18T17:50:13.606Z | [ recovery-image] Oct 18 17:50:11.561 INFO O| Oct 18 17:50:11.561 INFO STEP 496 (remove_files) COMPLETE |
5656 | 2024-10-18T17:50:13.606Z | [ recovery-image] Oct 18 17:50:11.561 INFO O| Oct 18 17:50:11.561 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5657 | 2024-10-18T17:50:13.616Z | [ recovery-image] Oct 18 17:50:11.571 INFO O| Oct 18 17:50:11.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5658 | 2024-10-18T17:50:13.616Z | [ recovery-image] Oct 18 17:50:11.571 INFO O| Oct 18 17:50:11.571 INFO STEP 497 (remove_files) COMPLETE |
5659 | 2024-10-18T17:50:13.616Z | [ recovery-image] Oct 18 17:50:11.571 INFO O| Oct 18 17:50:11.571 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5660 | 2024-10-18T17:50:13.627Z | [ recovery-image] Oct 18 17:50:11.581 INFO O| Oct 18 17:50:11.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5661 | 2024-10-18T17:50:13.630Z | [ recovery-image] Oct 18 17:50:11.582 INFO O| Oct 18 17:50:11.582 INFO STEP 498 (remove_files) COMPLETE |
5662 | 2024-10-18T17:50:13.630Z | [ recovery-image] Oct 18 17:50:11.582 INFO O| Oct 18 17:50:11.582 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5663 | 2024-10-18T17:50:13.637Z | [ recovery-image] Oct 18 17:50:11.591 INFO O| Oct 18 17:50:11.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5664 | 2024-10-18T17:50:13.637Z | [ recovery-image] Oct 18 17:50:11.591 INFO O| Oct 18 17:50:11.591 INFO STEP 499 (remove_files) COMPLETE |
5665 | 2024-10-18T17:50:13.637Z | [ recovery-image] Oct 18 17:50:11.591 INFO O| Oct 18 17:50:11.591 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5666 | 2024-10-18T17:50:13.647Z | [ recovery-image] Oct 18 17:50:11.601 INFO O| Oct 18 17:50:11.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5667 | 2024-10-18T17:50:13.647Z | [ recovery-image] Oct 18 17:50:11.601 INFO O| Oct 18 17:50:11.601 INFO STEP 500 (remove_files) COMPLETE |
5668 | 2024-10-18T17:50:13.647Z | [ recovery-image] Oct 18 17:50:11.601 INFO O| Oct 18 17:50:11.601 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5669 | 2024-10-18T17:50:13.658Z | [ recovery-image] Oct 18 17:50:11.612 INFO O| Oct 18 17:50:11.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5670 | 2024-10-18T17:50:13.660Z | [ recovery-image] Oct 18 17:50:11.612 INFO O| Oct 18 17:50:11.612 INFO STEP 501 (remove_files) COMPLETE |
5671 | 2024-10-18T17:50:13.660Z | [ recovery-image] Oct 18 17:50:11.612 INFO O| Oct 18 17:50:11.612 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5672 | 2024-10-18T17:50:13.667Z | [ recovery-image] Oct 18 17:50:11.622 INFO O| Oct 18 17:50:11.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5673 | 2024-10-18T17:50:13.667Z | [ recovery-image] Oct 18 17:50:11.622 INFO O| Oct 18 17:50:11.622 INFO STEP 502 (remove_files) COMPLETE |
5674 | 2024-10-18T17:50:13.670Z | [ recovery-image] Oct 18 17:50:11.622 INFO O| Oct 18 17:50:11.622 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5675 | 2024-10-18T17:50:13.677Z | [ recovery-image] Oct 18 17:50:11.631 INFO O| Oct 18 17:50:11.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5676 | 2024-10-18T17:50:13.677Z | [ recovery-image] Oct 18 17:50:11.632 INFO O| Oct 18 17:50:11.632 INFO STEP 503 (remove_files) COMPLETE |
5677 | 2024-10-18T17:50:13.679Z | [ recovery-image] Oct 18 17:50:11.632 INFO O| Oct 18 17:50:11.632 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5678 | 2024-10-18T17:50:13.688Z | [ recovery-image] Oct 18 17:50:11.641 INFO O| Oct 18 17:50:11.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5679 | 2024-10-18T17:50:13.688Z | [ recovery-image] Oct 18 17:50:11.641 INFO O| Oct 18 17:50:11.641 INFO STEP 504 (remove_files) COMPLETE |
5680 | 2024-10-18T17:50:13.688Z | [ recovery-image] Oct 18 17:50:11.641 INFO O| Oct 18 17:50:11.641 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5681 | 2024-10-18T17:50:13.696Z | [ recovery-image] Oct 18 17:50:11.651 INFO O| Oct 18 17:50:11.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5682 | 2024-10-18T17:50:13.699Z | [ recovery-image] Oct 18 17:50:11.651 INFO O| Oct 18 17:50:11.651 INFO STEP 505 (remove_files) COMPLETE |
5683 | 2024-10-18T17:50:13.699Z | [ recovery-image] Oct 18 17:50:11.651 INFO O| Oct 18 17:50:11.651 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5684 | 2024-10-18T17:50:13.706Z | [ recovery-image] Oct 18 17:50:11.661 INFO O| Oct 18 17:50:11.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5685 | 2024-10-18T17:50:13.709Z | [ recovery-image] Oct 18 17:50:11.661 INFO O| Oct 18 17:50:11.661 INFO STEP 506 (remove_files) COMPLETE |
5686 | 2024-10-18T17:50:13.709Z | [ recovery-image] Oct 18 17:50:11.661 INFO O| Oct 18 17:50:11.661 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5687 | 2024-10-18T17:50:13.718Z | [ recovery-image] Oct 18 17:50:11.672 INFO O| Oct 18 17:50:11.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5688 | 2024-10-18T17:50:13.720Z | [ recovery-image] Oct 18 17:50:11.672 INFO O| Oct 18 17:50:11.672 INFO STEP 507 (remove_files) COMPLETE |
5689 | 2024-10-18T17:50:13.720Z | [ recovery-image] Oct 18 17:50:11.672 INFO O| Oct 18 17:50:11.672 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5690 | 2024-10-18T17:50:13.727Z | [ recovery-image] Oct 18 17:50:11.682 INFO O| Oct 18 17:50:11.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5691 | 2024-10-18T17:50:13.727Z | [ recovery-image] Oct 18 17:50:11.682 INFO O| Oct 18 17:50:11.682 INFO STEP 508 (remove_files) COMPLETE |
5692 | 2024-10-18T17:50:13.727Z | [ recovery-image] Oct 18 17:50:11.682 INFO O| Oct 18 17:50:11.682 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5693 | 2024-10-18T17:50:13.738Z | [ recovery-image] Oct 18 17:50:11.693 INFO O| Oct 18 17:50:11.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5694 | 2024-10-18T17:50:13.741Z | [ recovery-image] Oct 18 17:50:11.693 INFO O| Oct 18 17:50:11.693 INFO STEP 509 (remove_files) COMPLETE |
5695 | 2024-10-18T17:50:13.741Z | [ recovery-image] Oct 18 17:50:11.693 INFO O| Oct 18 17:50:11.693 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5696 | 2024-10-18T17:50:13.748Z | [ recovery-image] Oct 18 17:50:11.703 INFO O| Oct 18 17:50:11.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5697 | 2024-10-18T17:50:13.751Z | [ recovery-image] Oct 18 17:50:11.703 INFO O| Oct 18 17:50:11.703 INFO STEP 510 (remove_files) COMPLETE |
5698 | 2024-10-18T17:50:13.751Z | [ recovery-image] Oct 18 17:50:11.703 INFO O| Oct 18 17:50:11.703 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5699 | 2024-10-18T17:50:13.759Z | [ recovery-image] Oct 18 17:50:11.714 INFO O| Oct 18 17:50:11.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5700 | 2024-10-18T17:50:13.759Z | [ recovery-image] Oct 18 17:50:11.714 INFO O| Oct 18 17:50:11.714 INFO STEP 511 (remove_files) COMPLETE |
5701 | 2024-10-18T17:50:13.762Z | [ recovery-image] Oct 18 17:50:11.714 INFO O| Oct 18 17:50:11.714 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5702 | 2024-10-18T17:50:13.770Z | [ recovery-image] Oct 18 17:50:11.725 INFO O| Oct 18 17:50:11.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5703 | 2024-10-18T17:50:13.773Z | [ recovery-image] Oct 18 17:50:11.725 INFO O| Oct 18 17:50:11.725 INFO STEP 512 (remove_files) COMPLETE |
5704 | 2024-10-18T17:50:13.773Z | [ recovery-image] Oct 18 17:50:11.725 INFO O| Oct 18 17:50:11.725 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5705 | 2024-10-18T17:50:13.781Z | [ recovery-image] Oct 18 17:50:11.736 INFO O| Oct 18 17:50:11.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5706 | 2024-10-18T17:50:13.784Z | [ recovery-image] Oct 18 17:50:11.736 INFO O| Oct 18 17:50:11.736 INFO STEP 513 (remove_files) COMPLETE |
5707 | 2024-10-18T17:50:13.784Z | [ recovery-image] Oct 18 17:50:11.736 INFO O| Oct 18 17:50:11.736 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5708 | 2024-10-18T17:50:13.792Z | [ recovery-image] Oct 18 17:50:11.747 INFO O| Oct 18 17:50:11.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5709 | 2024-10-18T17:50:13.793Z | [ recovery-image] Oct 18 17:50:11.747 INFO O| Oct 18 17:50:11.747 INFO STEP 514 (remove_files) COMPLETE |
5710 | 2024-10-18T17:50:13.793Z | [ recovery-image] Oct 18 17:50:11.747 INFO O| Oct 18 17:50:11.747 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5711 | 2024-10-18T17:50:13.803Z | [ recovery-image] Oct 18 17:50:11.758 INFO O| Oct 18 17:50:11.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5712 | 2024-10-18T17:50:13.803Z | [ recovery-image] Oct 18 17:50:11.758 INFO O| Oct 18 17:50:11.758 INFO STEP 515 (remove_files) COMPLETE |
5713 | 2024-10-18T17:50:13.806Z | [ recovery-image] Oct 18 17:50:11.758 INFO O| Oct 18 17:50:11.758 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5714 | 2024-10-18T17:50:13.900Z | [ recovery-image] Oct 18 17:50:11.853 INFO O| Oct 18 17:50:11.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5715 | 2024-10-18T17:50:13.903Z | [ recovery-image] Oct 18 17:50:11.854 INFO O| Oct 18 17:50:11.854 INFO STEP 516 (remove_files) COMPLETE |
5716 | 2024-10-18T17:50:13.903Z | [ recovery-image] Oct 18 17:50:11.854 INFO O| Oct 18 17:50:11.854 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5717 | 2024-10-18T17:50:13.926Z | [ recovery-image] Oct 18 17:50:11.880 INFO O| Oct 18 17:50:11.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5718 | 2024-10-18T17:50:13.926Z | [ recovery-image] Oct 18 17:50:11.880 INFO O| Oct 18 17:50:11.880 INFO STEP 517 (remove_files) COMPLETE |
5719 | 2024-10-18T17:50:13.929Z | [ recovery-image] Oct 18 17:50:11.880 INFO O| Oct 18 17:50:11.880 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5720 | 2024-10-18T17:50:13.941Z | [ recovery-image] Oct 18 17:50:11.895 INFO O| Oct 18 17:50:11.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5721 | 2024-10-18T17:50:13.941Z | [ recovery-image] Oct 18 17:50:11.895 INFO O| Oct 18 17:50:11.895 INFO STEP 518 (remove_files) COMPLETE |
5722 | 2024-10-18T17:50:13.941Z | [ recovery-image] Oct 18 17:50:11.895 INFO O| Oct 18 17:50:11.895 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5723 | 2024-10-18T17:50:13.952Z | [ recovery-image] Oct 18 17:50:11.906 INFO O| Oct 18 17:50:11.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5724 | 2024-10-18T17:50:13.952Z | [ recovery-image] Oct 18 17:50:11.907 INFO O| Oct 18 17:50:11.906 INFO STEP 519 (remove_files) COMPLETE |
5725 | 2024-10-18T17:50:13.955Z | [ recovery-image] Oct 18 17:50:11.907 INFO O| Oct 18 17:50:11.907 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5726 | 2024-10-18T17:50:13.964Z | [ recovery-image] Oct 18 17:50:11.918 INFO O| Oct 18 17:50:11.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5727 | 2024-10-18T17:50:13.964Z | [ recovery-image] Oct 18 17:50:11.918 INFO O| Oct 18 17:50:11.918 INFO STEP 520 (remove_files) COMPLETE |
5728 | 2024-10-18T17:50:13.966Z | [ recovery-image] Oct 18 17:50:11.918 INFO O| Oct 18 17:50:11.918 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5729 | 2024-10-18T17:50:13.976Z | [ recovery-image] Oct 18 17:50:11.930 INFO O| Oct 18 17:50:11.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5730 | 2024-10-18T17:50:13.976Z | [ recovery-image] Oct 18 17:50:11.930 INFO O| Oct 18 17:50:11.930 INFO STEP 521 (remove_files) COMPLETE |
5731 | 2024-10-18T17:50:13.978Z | [ recovery-image] Oct 18 17:50:11.930 INFO O| Oct 18 17:50:11.930 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5732 | 2024-10-18T17:50:13.988Z | [ recovery-image] Oct 18 17:50:11.942 INFO O| Oct 18 17:50:11.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5733 | 2024-10-18T17:50:13.988Z | [ recovery-image] Oct 18 17:50:11.942 INFO O| Oct 18 17:50:11.942 INFO STEP 522 (remove_files) COMPLETE |
5734 | 2024-10-18T17:50:13.991Z | [ recovery-image] Oct 18 17:50:11.942 INFO O| Oct 18 17:50:11.942 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5735 | 2024-10-18T17:50:13.999Z | [ host-image] Oct 18 17:50:11.953 INFO O| Oct 18 17:50:11.953 INFO O| Done |
5736 | 2024-10-18T17:50:14.002Z | [ recovery-image] Oct 18 17:50:11.955 INFO O| Oct 18 17:50:11.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5737 | 2024-10-18T17:50:14.002Z | [ recovery-image] Oct 18 17:50:11.955 INFO O| Oct 18 17:50:11.955 INFO STEP 523 (remove_files) COMPLETE |
5738 | 2024-10-18T17:50:14.002Z | [ recovery-image] Oct 18 17:50:11.955 INFO O| Oct 18 17:50:11.955 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5739 | 2024-10-18T17:50:14.015Z | [ recovery-image] Oct 18 17:50:11.969 INFO O| Oct 18 17:50:11.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5740 | 2024-10-18T17:50:14.015Z | [ recovery-image] Oct 18 17:50:11.969 INFO O| Oct 18 17:50:11.969 INFO STEP 524 (remove_files) COMPLETE |
5741 | 2024-10-18T17:50:14.015Z | [ recovery-image] Oct 18 17:50:11.969 INFO O| Oct 18 17:50:11.969 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5742 | 2024-10-18T17:50:14.028Z | [ recovery-image] Oct 18 17:50:11.982 INFO O| Oct 18 17:50:11.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5743 | 2024-10-18T17:50:14.028Z | [ recovery-image] Oct 18 17:50:11.982 INFO O| Oct 18 17:50:11.982 INFO STEP 525 (remove_files) COMPLETE |
5744 | 2024-10-18T17:50:14.028Z | [ recovery-image] Oct 18 17:50:11.982 INFO O| Oct 18 17:50:11.982 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5745 | 2024-10-18T17:50:14.041Z | [ recovery-image] Oct 18 17:50:11.995 INFO O| Oct 18 17:50:11.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5746 | 2024-10-18T17:50:14.044Z | [ recovery-image] Oct 18 17:50:11.996 INFO O| Oct 18 17:50:11.995 INFO STEP 526 (remove_files) COMPLETE |
5747 | 2024-10-18T17:50:14.044Z | [ recovery-image] Oct 18 17:50:11.996 INFO O| Oct 18 17:50:11.995 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5748 | 2024-10-18T17:50:14.057Z | [ recovery-image] Oct 18 17:50:12.011 INFO O| Oct 18 17:50:12.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5749 | 2024-10-18T17:50:14.057Z | [ recovery-image] Oct 18 17:50:12.011 INFO O| Oct 18 17:50:12.011 INFO STEP 527 (remove_files) COMPLETE |
5750 | 2024-10-18T17:50:14.059Z | [ recovery-image] Oct 18 17:50:12.011 INFO O| Oct 18 17:50:12.011 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5751 | 2024-10-18T17:50:14.067Z | [ recovery-image] Oct 18 17:50:12.021 INFO O| Oct 18 17:50:12.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5752 | 2024-10-18T17:50:14.067Z | [ recovery-image] Oct 18 17:50:12.022 INFO O| Oct 18 17:50:12.022 INFO STEP 528 (remove_files) COMPLETE |
5753 | 2024-10-18T17:50:14.067Z | [ recovery-image] Oct 18 17:50:12.022 INFO O| Oct 18 17:50:12.022 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5754 | 2024-10-18T17:50:14.078Z | [ recovery-image] Oct 18 17:50:12.032 INFO O| Oct 18 17:50:12.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5755 | 2024-10-18T17:50:14.078Z | [ recovery-image] Oct 18 17:50:12.032 INFO O| Oct 18 17:50:12.032 INFO STEP 529 (remove_files) COMPLETE |
5756 | 2024-10-18T17:50:14.080Z | [ recovery-image] Oct 18 17:50:12.032 INFO O| Oct 18 17:50:12.032 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5757 | 2024-10-18T17:50:14.089Z | [ recovery-image] Oct 18 17:50:12.043 INFO O| Oct 18 17:50:12.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5758 | 2024-10-18T17:50:14.089Z | [ recovery-image] Oct 18 17:50:12.043 INFO O| Oct 18 17:50:12.043 INFO STEP 530 (remove_files) COMPLETE |
5759 | 2024-10-18T17:50:14.089Z | [ recovery-image] Oct 18 17:50:12.043 INFO O| Oct 18 17:50:12.043 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5760 | 2024-10-18T17:50:14.099Z | [ recovery-image] Oct 18 17:50:12.053 INFO O| Oct 18 17:50:12.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5761 | 2024-10-18T17:50:14.099Z | [ recovery-image] Oct 18 17:50:12.053 INFO O| Oct 18 17:50:12.053 INFO STEP 531 (remove_files) COMPLETE |
5762 | 2024-10-18T17:50:14.099Z | [ recovery-image] Oct 18 17:50:12.053 INFO O| Oct 18 17:50:12.053 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5763 | 2024-10-18T17:50:14.109Z | [ recovery-image] Oct 18 17:50:12.063 INFO O| Oct 18 17:50:12.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5764 | 2024-10-18T17:50:14.109Z | [ recovery-image] Oct 18 17:50:12.063 INFO O| Oct 18 17:50:12.063 INFO STEP 532 (remove_files) COMPLETE |
5765 | 2024-10-18T17:50:14.111Z | [ recovery-image] Oct 18 17:50:12.063 INFO O| Oct 18 17:50:12.063 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5766 | 2024-10-18T17:50:14.119Z | [ recovery-image] Oct 18 17:50:12.073 INFO O| Oct 18 17:50:12.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5767 | 2024-10-18T17:50:14.121Z | [ recovery-image] Oct 18 17:50:12.073 INFO O| Oct 18 17:50:12.073 INFO STEP 533 (remove_files) COMPLETE |
5768 | 2024-10-18T17:50:14.121Z | [ recovery-image] Oct 18 17:50:12.073 INFO O| Oct 18 17:50:12.073 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5769 | 2024-10-18T17:50:14.129Z | [ recovery-image] Oct 18 17:50:12.083 INFO O| Oct 18 17:50:12.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5770 | 2024-10-18T17:50:14.129Z | [ recovery-image] Oct 18 17:50:12.083 INFO O| Oct 18 17:50:12.083 INFO STEP 534 (remove_files) COMPLETE |
5771 | 2024-10-18T17:50:14.131Z | [ recovery-image] Oct 18 17:50:12.083 INFO O| Oct 18 17:50:12.083 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5772 | 2024-10-18T17:50:14.139Z | [ recovery-image] Oct 18 17:50:12.093 INFO O| Oct 18 17:50:12.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5773 | 2024-10-18T17:50:14.139Z | [ recovery-image] Oct 18 17:50:12.093 INFO O| Oct 18 17:50:12.093 INFO STEP 535 (remove_files) COMPLETE |
5774 | 2024-10-18T17:50:14.143Z | [ recovery-image] Oct 18 17:50:12.093 INFO O| Oct 18 17:50:12.093 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5775 | 2024-10-18T17:50:14.149Z | [ recovery-image] Oct 18 17:50:12.103 INFO O| Oct 18 17:50:12.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5776 | 2024-10-18T17:50:14.149Z | [ recovery-image] Oct 18 17:50:12.104 INFO O| Oct 18 17:50:12.104 INFO STEP 536 (remove_files) COMPLETE |
5777 | 2024-10-18T17:50:14.152Z | [ recovery-image] Oct 18 17:50:12.104 INFO O| Oct 18 17:50:12.104 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5778 | 2024-10-18T17:50:14.160Z | [ recovery-image] Oct 18 17:50:12.114 INFO O| Oct 18 17:50:12.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5779 | 2024-10-18T17:50:14.162Z | [ recovery-image] Oct 18 17:50:12.114 INFO O| Oct 18 17:50:12.114 INFO STEP 537 (remove_files) COMPLETE |
5780 | 2024-10-18T17:50:14.162Z | [ recovery-image] Oct 18 17:50:12.114 INFO O| Oct 18 17:50:12.114 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5781 | 2024-10-18T17:50:14.169Z | [ recovery-image] Oct 18 17:50:12.124 INFO O| Oct 18 17:50:12.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5782 | 2024-10-18T17:50:14.172Z | [ recovery-image] Oct 18 17:50:12.124 INFO O| Oct 18 17:50:12.124 INFO STEP 538 (remove_files) COMPLETE |
5783 | 2024-10-18T17:50:14.172Z | [ recovery-image] Oct 18 17:50:12.124 INFO O| Oct 18 17:50:12.124 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5784 | 2024-10-18T17:50:14.180Z | [ recovery-image] Oct 18 17:50:12.134 INFO O| Oct 18 17:50:12.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5785 | 2024-10-18T17:50:14.183Z | [ recovery-image] Oct 18 17:50:12.134 INFO O| Oct 18 17:50:12.134 INFO STEP 539 (remove_files) COMPLETE |
5786 | 2024-10-18T17:50:14.183Z | [ recovery-image] Oct 18 17:50:12.134 INFO O| Oct 18 17:50:12.134 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5787 | 2024-10-18T17:50:14.190Z | [ recovery-image] Oct 18 17:50:12.144 INFO O| Oct 18 17:50:12.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5788 | 2024-10-18T17:50:14.190Z | [ recovery-image] Oct 18 17:50:12.144 INFO O| Oct 18 17:50:12.144 INFO STEP 540 (remove_files) COMPLETE |
5789 | 2024-10-18T17:50:14.190Z | [ recovery-image] Oct 18 17:50:12.145 INFO O| Oct 18 17:50:12.144 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5790 | 2024-10-18T17:50:14.202Z | [ recovery-image] Oct 18 17:50:12.156 INFO O| Oct 18 17:50:12.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5791 | 2024-10-18T17:50:14.202Z | [ recovery-image] Oct 18 17:50:12.156 INFO O| Oct 18 17:50:12.156 INFO STEP 541 (remove_files) COMPLETE |
5792 | 2024-10-18T17:50:14.205Z | [ recovery-image] Oct 18 17:50:12.156 INFO O| Oct 18 17:50:12.156 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5793 | 2024-10-18T17:50:14.213Z | [ recovery-image] Oct 18 17:50:12.167 INFO O| Oct 18 17:50:12.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5794 | 2024-10-18T17:50:14.213Z | [ recovery-image] Oct 18 17:50:12.167 INFO O| Oct 18 17:50:12.167 INFO STEP 542 (remove_files) COMPLETE |
5795 | 2024-10-18T17:50:14.213Z | [ recovery-image] Oct 18 17:50:12.167 INFO O| Oct 18 17:50:12.167 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5796 | 2024-10-18T17:50:14.223Z | [ recovery-image] Oct 18 17:50:12.177 INFO O| Oct 18 17:50:12.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5797 | 2024-10-18T17:50:14.226Z | [ recovery-image] Oct 18 17:50:12.178 INFO O| Oct 18 17:50:12.177 INFO STEP 543 (remove_files) COMPLETE |
5798 | 2024-10-18T17:50:14.226Z | [ recovery-image] Oct 18 17:50:12.178 INFO O| Oct 18 17:50:12.178 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5799 | 2024-10-18T17:50:14.233Z | [ recovery-image] Oct 18 17:50:12.187 INFO O| Oct 18 17:50:12.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5800 | 2024-10-18T17:50:14.233Z | [ recovery-image] Oct 18 17:50:12.188 INFO O| Oct 18 17:50:12.188 INFO STEP 544 (remove_files) COMPLETE |
5801 | 2024-10-18T17:50:14.233Z | [ recovery-image] Oct 18 17:50:12.188 INFO O| Oct 18 17:50:12.188 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5802 | 2024-10-18T17:50:14.245Z | [ recovery-image] Oct 18 17:50:12.199 INFO O| Oct 18 17:50:12.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5803 | 2024-10-18T17:50:14.248Z | [ recovery-image] Oct 18 17:50:12.199 INFO O| Oct 18 17:50:12.199 INFO STEP 545 (remove_files) COMPLETE |
5804 | 2024-10-18T17:50:14.248Z | [ recovery-image] Oct 18 17:50:12.199 INFO O| Oct 18 17:50:12.199 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5805 | 2024-10-18T17:50:14.257Z | [ recovery-image] Oct 18 17:50:12.211 INFO O| Oct 18 17:50:12.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5806 | 2024-10-18T17:50:14.257Z | [ recovery-image] Oct 18 17:50:12.211 INFO O| Oct 18 17:50:12.211 INFO STEP 546 (remove_files) COMPLETE |
5807 | 2024-10-18T17:50:14.259Z | [ recovery-image] Oct 18 17:50:12.211 INFO O| Oct 18 17:50:12.211 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5808 | 2024-10-18T17:50:14.267Z | [ recovery-image] Oct 18 17:50:12.221 INFO O| Oct 18 17:50:12.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5809 | 2024-10-18T17:50:14.267Z | [ recovery-image] Oct 18 17:50:12.221 INFO O| Oct 18 17:50:12.221 INFO STEP 547 (remove_files) COMPLETE |
5810 | 2024-10-18T17:50:14.270Z | [ recovery-image] Oct 18 17:50:12.221 INFO O| Oct 18 17:50:12.221 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5811 | 2024-10-18T17:50:14.278Z | [ recovery-image] Oct 18 17:50:12.232 INFO O| Oct 18 17:50:12.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5812 | 2024-10-18T17:50:14.278Z | [ recovery-image] Oct 18 17:50:12.232 INFO O| Oct 18 17:50:12.232 INFO STEP 548 (remove_files) COMPLETE |
5813 | 2024-10-18T17:50:14.280Z | [ recovery-image] Oct 18 17:50:12.232 INFO O| Oct 18 17:50:12.232 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5814 | 2024-10-18T17:50:14.290Z | [ recovery-image] Oct 18 17:50:12.244 INFO O| Oct 18 17:50:12.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5815 | 2024-10-18T17:50:14.290Z | [ recovery-image] Oct 18 17:50:12.244 INFO O| Oct 18 17:50:12.244 INFO STEP 549 (remove_files) COMPLETE |
5816 | 2024-10-18T17:50:14.290Z | [ recovery-image] Oct 18 17:50:12.244 INFO O| Oct 18 17:50:12.244 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5817 | 2024-10-18T17:50:14.301Z | [ recovery-image] Oct 18 17:50:12.255 INFO O| Oct 18 17:50:12.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5818 | 2024-10-18T17:50:14.301Z | [ recovery-image] Oct 18 17:50:12.255 INFO O| Oct 18 17:50:12.255 INFO STEP 550 (remove_files) COMPLETE |
5819 | 2024-10-18T17:50:14.304Z | [ recovery-image] Oct 18 17:50:12.255 INFO O| Oct 18 17:50:12.255 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5820 | 2024-10-18T17:50:14.313Z | [ recovery-image] Oct 18 17:50:12.267 INFO O| Oct 18 17:50:12.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5821 | 2024-10-18T17:50:14.313Z | [ recovery-image] Oct 18 17:50:12.267 INFO O| Oct 18 17:50:12.267 INFO STEP 551 (remove_files) COMPLETE |
5822 | 2024-10-18T17:50:14.315Z | [ recovery-image] Oct 18 17:50:12.267 INFO O| Oct 18 17:50:12.267 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5823 | 2024-10-18T17:50:14.325Z | [ recovery-image] Oct 18 17:50:12.278 INFO O| Oct 18 17:50:12.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5824 | 2024-10-18T17:50:14.325Z | [ recovery-image] Oct 18 17:50:12.278 INFO O| Oct 18 17:50:12.278 INFO STEP 552 (remove_files) COMPLETE |
5825 | 2024-10-18T17:50:14.328Z | [ recovery-image] Oct 18 17:50:12.278 INFO O| Oct 18 17:50:12.278 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5826 | 2024-10-18T17:50:14.335Z | [ recovery-image] Oct 18 17:50:12.290 INFO O| Oct 18 17:50:12.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5827 | 2024-10-18T17:50:14.338Z | [ recovery-image] Oct 18 17:50:12.290 INFO O| Oct 18 17:50:12.290 INFO STEP 553 (remove_files) COMPLETE |
5828 | 2024-10-18T17:50:14.338Z | [ recovery-image] Oct 18 17:50:12.290 INFO O| Oct 18 17:50:12.290 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5829 | 2024-10-18T17:50:14.347Z | [ recovery-image] Oct 18 17:50:12.301 INFO O| Oct 18 17:50:12.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5830 | 2024-10-18T17:50:14.349Z | [ recovery-image] Oct 18 17:50:12.302 INFO O| Oct 18 17:50:12.302 INFO STEP 554 (remove_files) COMPLETE |
5831 | 2024-10-18T17:50:14.350Z | [ recovery-image] Oct 18 17:50:12.302 INFO O| Oct 18 17:50:12.302 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5832 | 2024-10-18T17:50:14.359Z | [ recovery-image] Oct 18 17:50:12.314 INFO O| Oct 18 17:50:12.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5833 | 2024-10-18T17:50:14.362Z | [ recovery-image] Oct 18 17:50:12.314 INFO O| Oct 18 17:50:12.314 INFO STEP 555 (remove_files) COMPLETE |
5834 | 2024-10-18T17:50:14.362Z | [ recovery-image] Oct 18 17:50:12.314 INFO O| Oct 18 17:50:12.314 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5835 | 2024-10-18T17:50:14.371Z | [ recovery-image] Oct 18 17:50:12.325 INFO O| Oct 18 17:50:12.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5836 | 2024-10-18T17:50:14.371Z | [ recovery-image] Oct 18 17:50:12.325 INFO O| Oct 18 17:50:12.325 INFO STEP 556 (remove_files) COMPLETE |
5837 | 2024-10-18T17:50:14.371Z | [ recovery-image] Oct 18 17:50:12.325 INFO O| Oct 18 17:50:12.325 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5838 | 2024-10-18T17:50:14.381Z | [ recovery-image] Oct 18 17:50:12.335 INFO O| Oct 18 17:50:12.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5839 | 2024-10-18T17:50:14.381Z | [ recovery-image] Oct 18 17:50:12.336 INFO O| Oct 18 17:50:12.336 INFO STEP 557 (remove_files) COMPLETE |
5840 | 2024-10-18T17:50:14.381Z | [ recovery-image] Oct 18 17:50:12.336 INFO O| Oct 18 17:50:12.336 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5841 | 2024-10-18T17:50:14.391Z | [ recovery-image] Oct 18 17:50:12.345 INFO O| Oct 18 17:50:12.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5842 | 2024-10-18T17:50:14.391Z | [ recovery-image] Oct 18 17:50:12.345 INFO O| Oct 18 17:50:12.345 INFO STEP 558 (remove_files) COMPLETE |
5843 | 2024-10-18T17:50:14.391Z | [ recovery-image] Oct 18 17:50:12.345 INFO O| Oct 18 17:50:12.345 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5844 | 2024-10-18T17:50:14.403Z | [ recovery-image] Oct 18 17:50:12.357 INFO O| Oct 18 17:50:12.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5845 | 2024-10-18T17:50:14.405Z | [ recovery-image] Oct 18 17:50:12.357 INFO O| Oct 18 17:50:12.357 INFO STEP 559 (remove_files) COMPLETE |
5846 | 2024-10-18T17:50:14.405Z | [ recovery-image] Oct 18 17:50:12.357 INFO O| Oct 18 17:50:12.357 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5847 | 2024-10-18T17:50:14.416Z | [ recovery-image] Oct 18 17:50:12.370 INFO O| Oct 18 17:50:12.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5848 | 2024-10-18T17:50:14.416Z | [ recovery-image] Oct 18 17:50:12.370 INFO O| Oct 18 17:50:12.370 INFO STEP 560 (remove_files) COMPLETE |
5849 | 2024-10-18T17:50:14.416Z | [ recovery-image] Oct 18 17:50:12.370 INFO O| Oct 18 17:50:12.370 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5850 | 2024-10-18T17:50:14.427Z | [ recovery-image] Oct 18 17:50:12.381 INFO O| Oct 18 17:50:12.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5851 | 2024-10-18T17:50:14.427Z | [ recovery-image] Oct 18 17:50:12.381 INFO O| Oct 18 17:50:12.381 INFO STEP 561 (remove_files) COMPLETE |
5852 | 2024-10-18T17:50:14.429Z | [ recovery-image] Oct 18 17:50:12.381 INFO O| Oct 18 17:50:12.381 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5853 | 2024-10-18T17:50:14.438Z | [ recovery-image] Oct 18 17:50:12.392 INFO O| Oct 18 17:50:12.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5854 | 2024-10-18T17:50:14.438Z | [ recovery-image] Oct 18 17:50:12.392 INFO O| Oct 18 17:50:12.392 INFO STEP 562 (remove_files) COMPLETE |
5855 | 2024-10-18T17:50:14.441Z | [ recovery-image] Oct 18 17:50:12.392 INFO O| Oct 18 17:50:12.392 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5856 | 2024-10-18T17:50:14.449Z | [ recovery-image] Oct 18 17:50:12.403 INFO O| Oct 18 17:50:12.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5857 | 2024-10-18T17:50:14.449Z | [ recovery-image] Oct 18 17:50:12.403 INFO O| Oct 18 17:50:12.403 INFO STEP 563 (remove_files) COMPLETE |
5858 | 2024-10-18T17:50:14.449Z | [ recovery-image] Oct 18 17:50:12.403 INFO O| Oct 18 17:50:12.403 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5859 | 2024-10-18T17:50:14.459Z | [ recovery-image] Oct 18 17:50:12.413 INFO O| Oct 18 17:50:12.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5860 | 2024-10-18T17:50:14.459Z | [ recovery-image] Oct 18 17:50:12.413 INFO O| Oct 18 17:50:12.413 INFO STEP 564 (remove_files) COMPLETE |
5861 | 2024-10-18T17:50:14.461Z | [ recovery-image] Oct 18 17:50:12.413 INFO O| Oct 18 17:50:12.413 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5862 | 2024-10-18T17:50:14.468Z | [ recovery-image] Oct 18 17:50:12.423 INFO O| Oct 18 17:50:12.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5863 | 2024-10-18T17:50:14.472Z | [ recovery-image] Oct 18 17:50:12.423 INFO O| Oct 18 17:50:12.423 INFO STEP 565 (remove_files) COMPLETE |
5864 | 2024-10-18T17:50:14.472Z | [ recovery-image] Oct 18 17:50:12.423 INFO O| Oct 18 17:50:12.423 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5865 | 2024-10-18T17:50:14.478Z | [ recovery-image] Oct 18 17:50:12.432 INFO O| Oct 18 17:50:12.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5866 | 2024-10-18T17:50:14.478Z | [ recovery-image] Oct 18 17:50:12.433 INFO O| Oct 18 17:50:12.432 INFO STEP 566 (remove_files) COMPLETE |
5867 | 2024-10-18T17:50:14.481Z | [ recovery-image] Oct 18 17:50:12.433 INFO O| Oct 18 17:50:12.433 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5868 | 2024-10-18T17:50:14.488Z | [ recovery-image] Oct 18 17:50:12.442 INFO O| Oct 18 17:50:12.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5869 | 2024-10-18T17:50:14.488Z | [ recovery-image] Oct 18 17:50:12.442 INFO O| Oct 18 17:50:12.442 INFO STEP 567 (remove_files) COMPLETE |
5870 | 2024-10-18T17:50:14.488Z | [ recovery-image] Oct 18 17:50:12.442 INFO O| Oct 18 17:50:12.442 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5871 | 2024-10-18T17:50:14.498Z | [ recovery-image] Oct 18 17:50:12.452 INFO O| Oct 18 17:50:12.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5872 | 2024-10-18T17:50:14.501Z | [ recovery-image] Oct 18 17:50:12.453 INFO O| Oct 18 17:50:12.453 INFO STEP 568 (remove_files) COMPLETE |
5873 | 2024-10-18T17:50:14.501Z | [ recovery-image] Oct 18 17:50:12.453 INFO O| Oct 18 17:50:12.453 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5874 | 2024-10-18T17:50:14.508Z | [ recovery-image] Oct 18 17:50:12.463 INFO O| Oct 18 17:50:12.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5875 | 2024-10-18T17:50:14.508Z | [ recovery-image] Oct 18 17:50:12.463 INFO O| Oct 18 17:50:12.463 INFO STEP 569 (remove_files) COMPLETE |
5876 | 2024-10-18T17:50:14.511Z | [ recovery-image] Oct 18 17:50:12.463 INFO O| Oct 18 17:50:12.463 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5877 | 2024-10-18T17:50:14.518Z | [ recovery-image] Oct 18 17:50:12.472 INFO O| Oct 18 17:50:12.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5878 | 2024-10-18T17:50:14.518Z | [ recovery-image] Oct 18 17:50:12.472 INFO O| Oct 18 17:50:12.472 INFO STEP 570 (remove_files) COMPLETE |
5879 | 2024-10-18T17:50:14.518Z | [ recovery-image] Oct 18 17:50:12.472 INFO O| Oct 18 17:50:12.472 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5880 | 2024-10-18T17:50:14.530Z | [ recovery-image] Oct 18 17:50:12.484 INFO O| Oct 18 17:50:12.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5881 | 2024-10-18T17:50:14.532Z | [ recovery-image] Oct 18 17:50:12.484 INFO O| Oct 18 17:50:12.484 INFO STEP 571 (remove_files) COMPLETE |
5882 | 2024-10-18T17:50:14.532Z | [ recovery-image] Oct 18 17:50:12.484 INFO O| Oct 18 17:50:12.484 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5883 | 2024-10-18T17:50:14.542Z | [ recovery-image] Oct 18 17:50:12.496 INFO O| Oct 18 17:50:12.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5884 | 2024-10-18T17:50:14.542Z | [ recovery-image] Oct 18 17:50:12.496 INFO O| Oct 18 17:50:12.496 INFO STEP 572 (remove_files) COMPLETE |
5885 | 2024-10-18T17:50:14.545Z | [ recovery-image] Oct 18 17:50:12.496 INFO O| Oct 18 17:50:12.496 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5886 | 2024-10-18T17:50:14.554Z | [ recovery-image] Oct 18 17:50:12.508 INFO O| Oct 18 17:50:12.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5887 | 2024-10-18T17:50:14.557Z | [ recovery-image] Oct 18 17:50:12.508 INFO O| Oct 18 17:50:12.508 INFO STEP 573 (remove_files) COMPLETE |
5888 | 2024-10-18T17:50:14.557Z | [ recovery-image] Oct 18 17:50:12.508 INFO O| Oct 18 17:50:12.508 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5889 | 2024-10-18T17:50:14.564Z | [ recovery-image] Oct 18 17:50:12.518 INFO O| Oct 18 17:50:12.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5890 | 2024-10-18T17:50:14.564Z | [ recovery-image] Oct 18 17:50:12.518 INFO O| Oct 18 17:50:12.518 INFO STEP 574 (remove_files) COMPLETE |
5891 | 2024-10-18T17:50:14.564Z | [ recovery-image] Oct 18 17:50:12.518 INFO O| Oct 18 17:50:12.518 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5892 | 2024-10-18T17:50:14.576Z | [ recovery-image] Oct 18 17:50:12.530 INFO O| Oct 18 17:50:12.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5893 | 2024-10-18T17:50:14.576Z | [ recovery-image] Oct 18 17:50:12.530 INFO O| Oct 18 17:50:12.530 INFO STEP 575 (remove_files) COMPLETE |
5894 | 2024-10-18T17:50:14.579Z | [ recovery-image] Oct 18 17:50:12.530 INFO O| Oct 18 17:50:12.530 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5895 | 2024-10-18T17:50:14.588Z | [ recovery-image] Oct 18 17:50:12.542 INFO O| Oct 18 17:50:12.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5896 | 2024-10-18T17:50:14.588Z | [ recovery-image] Oct 18 17:50:12.542 INFO O| Oct 18 17:50:12.542 INFO STEP 576 (remove_files) COMPLETE |
5897 | 2024-10-18T17:50:14.590Z | [ recovery-image] Oct 18 17:50:12.542 INFO O| Oct 18 17:50:12.542 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5898 | 2024-10-18T17:50:14.598Z | [ recovery-image] Oct 18 17:50:12.552 INFO O| Oct 18 17:50:12.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5899 | 2024-10-18T17:50:14.598Z | [ recovery-image] Oct 18 17:50:12.552 INFO O| Oct 18 17:50:12.552 INFO STEP 577 (remove_files) COMPLETE |
5900 | 2024-10-18T17:50:14.600Z | [ recovery-image] Oct 18 17:50:12.552 INFO O| Oct 18 17:50:12.552 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5901 | 2024-10-18T17:50:14.607Z | [ recovery-image] Oct 18 17:50:12.562 INFO O| Oct 18 17:50:12.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5902 | 2024-10-18T17:50:14.607Z | [ recovery-image] Oct 18 17:50:12.562 INFO O| Oct 18 17:50:12.562 INFO STEP 578 (remove_files) COMPLETE |
5903 | 2024-10-18T17:50:14.608Z | [ recovery-image] Oct 18 17:50:12.562 INFO O| Oct 18 17:50:12.562 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5904 | 2024-10-18T17:50:14.618Z | [ recovery-image] Oct 18 17:50:12.572 INFO O| Oct 18 17:50:12.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5905 | 2024-10-18T17:50:14.618Z | [ recovery-image] Oct 18 17:50:12.572 INFO O| Oct 18 17:50:12.572 INFO STEP 579 (remove_files) COMPLETE |
5906 | 2024-10-18T17:50:14.621Z | [ recovery-image] Oct 18 17:50:12.572 INFO O| Oct 18 17:50:12.572 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5907 | 2024-10-18T17:50:14.628Z | [ recovery-image] Oct 18 17:50:12.582 INFO O| Oct 18 17:50:12.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5908 | 2024-10-18T17:50:14.628Z | [ recovery-image] Oct 18 17:50:12.582 INFO O| Oct 18 17:50:12.582 INFO STEP 580 (remove_files) COMPLETE |
5909 | 2024-10-18T17:50:14.628Z | [ recovery-image] Oct 18 17:50:12.582 INFO O| Oct 18 17:50:12.582 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5910 | 2024-10-18T17:50:14.639Z | [ recovery-image] Oct 18 17:50:12.593 INFO O| Oct 18 17:50:12.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5911 | 2024-10-18T17:50:14.639Z | [ recovery-image] Oct 18 17:50:12.593 INFO O| Oct 18 17:50:12.593 INFO STEP 581 (remove_files) COMPLETE |
5912 | 2024-10-18T17:50:14.642Z | [ recovery-image] Oct 18 17:50:12.593 INFO O| Oct 18 17:50:12.593 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5913 | 2024-10-18T17:50:14.652Z | [ recovery-image] Oct 18 17:50:12.606 INFO O| Oct 18 17:50:12.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5914 | 2024-10-18T17:50:14.652Z | [ recovery-image] Oct 18 17:50:12.606 INFO O| Oct 18 17:50:12.606 INFO STEP 582 (remove_files) COMPLETE |
5915 | 2024-10-18T17:50:14.652Z | [ recovery-image] Oct 18 17:50:12.606 INFO O| Oct 18 17:50:12.606 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5916 | 2024-10-18T17:50:14.664Z | [ recovery-image] Oct 18 17:50:12.618 INFO O| Oct 18 17:50:12.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5917 | 2024-10-18T17:50:14.664Z | [ recovery-image] Oct 18 17:50:12.618 INFO O| Oct 18 17:50:12.618 INFO STEP 583 (remove_files) COMPLETE |
5918 | 2024-10-18T17:50:14.666Z | [ recovery-image] Oct 18 17:50:12.618 INFO O| Oct 18 17:50:12.618 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5919 | 2024-10-18T17:50:14.675Z | [ recovery-image] Oct 18 17:50:12.629 INFO O| Oct 18 17:50:12.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5920 | 2024-10-18T17:50:14.675Z | [ recovery-image] Oct 18 17:50:12.629 INFO O| Oct 18 17:50:12.629 INFO STEP 584 (remove_files) COMPLETE |
5921 | 2024-10-18T17:50:14.675Z | [ recovery-image] Oct 18 17:50:12.629 INFO O| Oct 18 17:50:12.629 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5922 | 2024-10-18T17:50:14.686Z | [ recovery-image] Oct 18 17:50:12.640 INFO O| Oct 18 17:50:12.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5923 | 2024-10-18T17:50:14.686Z | [ recovery-image] Oct 18 17:50:12.640 INFO O| Oct 18 17:50:12.640 INFO STEP 585 (remove_files) COMPLETE |
5924 | 2024-10-18T17:50:14.686Z | [ recovery-image] Oct 18 17:50:12.640 INFO O| Oct 18 17:50:12.640 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5925 | 2024-10-18T17:50:14.698Z | [ recovery-image] Oct 18 17:50:12.652 INFO O| Oct 18 17:50:12.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5926 | 2024-10-18T17:50:14.698Z | [ recovery-image] Oct 18 17:50:12.652 INFO O| Oct 18 17:50:12.652 INFO STEP 586 (remove_files) COMPLETE |
5927 | 2024-10-18T17:50:14.701Z | [ recovery-image] Oct 18 17:50:12.652 INFO O| Oct 18 17:50:12.652 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5928 | 2024-10-18T17:50:14.711Z | [ recovery-image] Oct 18 17:50:12.665 INFO O| Oct 18 17:50:12.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5929 | 2024-10-18T17:50:14.711Z | [ recovery-image] Oct 18 17:50:12.665 INFO O| Oct 18 17:50:12.665 INFO STEP 587 (remove_files) COMPLETE |
5930 | 2024-10-18T17:50:14.714Z | [ recovery-image] Oct 18 17:50:12.665 INFO O| Oct 18 17:50:12.665 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5931 | 2024-10-18T17:50:14.723Z | [ recovery-image] Oct 18 17:50:12.675 INFO O| Oct 18 17:50:12.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5932 | 2024-10-18T17:50:14.723Z | [ recovery-image] Oct 18 17:50:12.676 INFO O| Oct 18 17:50:12.676 INFO STEP 588 (remove_files) COMPLETE |
5933 | 2024-10-18T17:50:14.730Z | [ recovery-image] Oct 18 17:50:12.676 INFO O| Oct 18 17:50:12.676 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5934 | 2024-10-18T17:50:14.735Z | [ recovery-image] Oct 18 17:50:12.686 INFO O| Oct 18 17:50:12.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5935 | 2024-10-18T17:50:14.735Z | [ recovery-image] Oct 18 17:50:12.686 INFO O| Oct 18 17:50:12.686 INFO STEP 589 (remove_files) COMPLETE |
5936 | 2024-10-18T17:50:14.735Z | [ recovery-image] Oct 18 17:50:12.686 INFO O| Oct 18 17:50:12.686 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5937 | 2024-10-18T17:50:14.742Z | [ recovery-image] Oct 18 17:50:12.696 INFO O| Oct 18 17:50:12.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5938 | 2024-10-18T17:50:14.744Z | [ recovery-image] Oct 18 17:50:12.696 INFO O| Oct 18 17:50:12.696 INFO STEP 590 (remove_files) COMPLETE |
5939 | 2024-10-18T17:50:14.744Z | [ recovery-image] Oct 18 17:50:12.696 INFO O| Oct 18 17:50:12.696 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5940 | 2024-10-18T17:50:14.754Z | [ recovery-image] Oct 18 17:50:12.708 INFO O| Oct 18 17:50:12.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5941 | 2024-10-18T17:50:14.756Z | [ recovery-image] Oct 18 17:50:12.708 INFO O| Oct 18 17:50:12.708 INFO STEP 591 (remove_files) COMPLETE |
5942 | 2024-10-18T17:50:14.756Z | [ recovery-image] Oct 18 17:50:12.708 INFO O| Oct 18 17:50:12.708 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5943 | 2024-10-18T17:50:14.764Z | [ recovery-image] Oct 18 17:50:12.718 INFO O| Oct 18 17:50:12.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5944 | 2024-10-18T17:50:14.766Z | [ recovery-image] Oct 18 17:50:12.718 INFO O| Oct 18 17:50:12.718 INFO STEP 592 (remove_files) COMPLETE |
5945 | 2024-10-18T17:50:14.766Z | [ recovery-image] Oct 18 17:50:12.718 INFO O| Oct 18 17:50:12.718 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5946 | 2024-10-18T17:50:14.775Z | [ recovery-image] Oct 18 17:50:12.728 INFO O| Oct 18 17:50:12.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5947 | 2024-10-18T17:50:14.777Z | [ recovery-image] Oct 18 17:50:12.729 INFO O| Oct 18 17:50:12.729 INFO STEP 593 (remove_files) COMPLETE |
5948 | 2024-10-18T17:50:14.777Z | [ recovery-image] Oct 18 17:50:12.729 INFO O| Oct 18 17:50:12.729 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5949 | 2024-10-18T17:50:14.784Z | [ recovery-image] Oct 18 17:50:12.738 INFO O| Oct 18 17:50:12.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5950 | 2024-10-18T17:50:14.787Z | [ recovery-image] Oct 18 17:50:12.738 INFO O| Oct 18 17:50:12.738 INFO STEP 594 (remove_files) COMPLETE |
5951 | 2024-10-18T17:50:14.787Z | [ recovery-image] Oct 18 17:50:12.738 INFO O| Oct 18 17:50:12.738 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5952 | 2024-10-18T17:50:14.794Z | [ recovery-image] Oct 18 17:50:12.748 INFO O| Oct 18 17:50:12.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5953 | 2024-10-18T17:50:14.794Z | [ recovery-image] Oct 18 17:50:12.748 INFO O| Oct 18 17:50:12.748 INFO STEP 595 (remove_files) COMPLETE |
5954 | 2024-10-18T17:50:14.794Z | [ recovery-image] Oct 18 17:50:12.748 INFO O| Oct 18 17:50:12.748 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5955 | 2024-10-18T17:50:14.806Z | [ recovery-image] Oct 18 17:50:12.760 INFO O| Oct 18 17:50:12.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5956 | 2024-10-18T17:50:14.808Z | [ recovery-image] Oct 18 17:50:12.760 INFO O| Oct 18 17:50:12.760 INFO STEP 596 (remove_files) COMPLETE |
5957 | 2024-10-18T17:50:14.808Z | [ recovery-image] Oct 18 17:50:12.760 INFO O| Oct 18 17:50:12.760 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5958 | 2024-10-18T17:50:14.815Z | [ recovery-image] Oct 18 17:50:12.769 INFO O| Oct 18 17:50:12.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5959 | 2024-10-18T17:50:14.815Z | [ recovery-image] Oct 18 17:50:12.769 INFO O| Oct 18 17:50:12.769 INFO STEP 597 (remove_files) COMPLETE |
5960 | 2024-10-18T17:50:14.817Z | [ recovery-image] Oct 18 17:50:12.769 INFO O| Oct 18 17:50:12.769 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5961 | 2024-10-18T17:50:14.825Z | [ recovery-image] Oct 18 17:50:12.779 INFO O| Oct 18 17:50:12.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5962 | 2024-10-18T17:50:14.828Z | [ recovery-image] Oct 18 17:50:12.779 INFO O| Oct 18 17:50:12.779 INFO STEP 598 (remove_files) COMPLETE |
5963 | 2024-10-18T17:50:14.828Z | [ recovery-image] Oct 18 17:50:12.779 INFO O| Oct 18 17:50:12.779 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5964 | 2024-10-18T17:50:14.835Z | [ recovery-image] Oct 18 17:50:12.789 INFO O| Oct 18 17:50:12.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5965 | 2024-10-18T17:50:14.835Z | [ recovery-image] Oct 18 17:50:12.789 INFO O| Oct 18 17:50:12.789 INFO STEP 599 (remove_files) COMPLETE |
5966 | 2024-10-18T17:50:14.835Z | [ recovery-image] Oct 18 17:50:12.789 INFO O| Oct 18 17:50:12.789 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5967 | 2024-10-18T17:50:14.844Z | [ recovery-image] Oct 18 17:50:12.798 INFO O| Oct 18 17:50:12.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5968 | 2024-10-18T17:50:14.847Z | [ recovery-image] Oct 18 17:50:12.799 INFO O| Oct 18 17:50:12.799 INFO STEP 600 (remove_files) COMPLETE |
5969 | 2024-10-18T17:50:14.847Z | [ recovery-image] Oct 18 17:50:12.799 INFO O| Oct 18 17:50:12.799 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5970 | 2024-10-18T17:50:14.855Z | [ recovery-image] Oct 18 17:50:12.809 INFO O| Oct 18 17:50:12.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5971 | 2024-10-18T17:50:14.855Z | [ recovery-image] Oct 18 17:50:12.809 INFO O| Oct 18 17:50:12.809 INFO STEP 601 (remove_files) COMPLETE |
5972 | 2024-10-18T17:50:14.855Z | [ recovery-image] Oct 18 17:50:12.809 INFO O| Oct 18 17:50:12.809 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5973 | 2024-10-18T17:50:14.865Z | [ recovery-image] Oct 18 17:50:12.819 INFO O| Oct 18 17:50:12.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5974 | 2024-10-18T17:50:14.868Z | [ recovery-image] Oct 18 17:50:12.819 INFO O| Oct 18 17:50:12.819 INFO STEP 602 (remove_files) COMPLETE |
5975 | 2024-10-18T17:50:14.868Z | [ recovery-image] Oct 18 17:50:12.819 INFO O| Oct 18 17:50:12.819 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5976 | 2024-10-18T17:50:14.874Z | [ recovery-image] Oct 18 17:50:12.829 INFO O| Oct 18 17:50:12.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5977 | 2024-10-18T17:50:14.877Z | [ recovery-image] Oct 18 17:50:12.829 INFO O| Oct 18 17:50:12.829 INFO STEP 603 (remove_files) COMPLETE |
5978 | 2024-10-18T17:50:14.877Z | [ recovery-image] Oct 18 17:50:12.829 INFO O| Oct 18 17:50:12.829 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5979 | 2024-10-18T17:50:14.885Z | [ recovery-image] Oct 18 17:50:12.839 INFO O| Oct 18 17:50:12.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5980 | 2024-10-18T17:50:14.887Z | [ recovery-image] Oct 18 17:50:12.839 INFO O| Oct 18 17:50:12.839 INFO STEP 604 (remove_files) COMPLETE |
5981 | 2024-10-18T17:50:14.887Z | [ recovery-image] Oct 18 17:50:12.839 INFO O| Oct 18 17:50:12.839 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5982 | 2024-10-18T17:50:14.895Z | [ recovery-image] Oct 18 17:50:12.849 INFO O| Oct 18 17:50:12.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5983 | 2024-10-18T17:50:14.897Z | [ recovery-image] Oct 18 17:50:12.849 INFO O| Oct 18 17:50:12.849 INFO STEP 605 (remove_files) COMPLETE |
5984 | 2024-10-18T17:50:14.897Z | [ recovery-image] Oct 18 17:50:12.849 INFO O| Oct 18 17:50:12.849 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5985 | 2024-10-18T17:50:14.904Z | [ recovery-image] Oct 18 17:50:12.858 INFO O| Oct 18 17:50:12.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5986 | 2024-10-18T17:50:14.904Z | [ recovery-image] Oct 18 17:50:12.859 INFO O| Oct 18 17:50:12.859 INFO STEP 606 (remove_files) COMPLETE |
5987 | 2024-10-18T17:50:14.907Z | [ recovery-image] Oct 18 17:50:12.859 INFO O| Oct 18 17:50:12.859 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5988 | 2024-10-18T17:50:14.914Z | [ recovery-image] Oct 18 17:50:12.868 INFO O| Oct 18 17:50:12.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5989 | 2024-10-18T17:50:14.914Z | [ recovery-image] Oct 18 17:50:12.868 INFO O| Oct 18 17:50:12.868 INFO STEP 607 (remove_files) COMPLETE |
5990 | 2024-10-18T17:50:14.918Z | [ recovery-image] Oct 18 17:50:12.868 INFO O| Oct 18 17:50:12.868 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5991 | 2024-10-18T17:50:14.924Z | [ recovery-image] Oct 18 17:50:12.878 INFO O| Oct 18 17:50:12.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5992 | 2024-10-18T17:50:14.924Z | [ recovery-image] Oct 18 17:50:12.878 INFO O| Oct 18 17:50:12.878 INFO STEP 608 (remove_files) COMPLETE |
5993 | 2024-10-18T17:50:14.926Z | [ recovery-image] Oct 18 17:50:12.878 INFO O| Oct 18 17:50:12.878 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5994 | 2024-10-18T17:50:14.934Z | [ recovery-image] Oct 18 17:50:12.888 INFO O| Oct 18 17:50:12.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5995 | 2024-10-18T17:50:14.936Z | [ recovery-image] Oct 18 17:50:12.888 INFO O| Oct 18 17:50:12.888 INFO STEP 609 (remove_files) COMPLETE |
5996 | 2024-10-18T17:50:14.936Z | [ recovery-image] Oct 18 17:50:12.888 INFO O| Oct 18 17:50:12.888 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5997 | 2024-10-18T17:50:14.944Z | [ recovery-image] Oct 18 17:50:12.898 INFO O| Oct 18 17:50:12.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5998 | 2024-10-18T17:50:14.944Z | [ recovery-image] Oct 18 17:50:12.898 INFO O| Oct 18 17:50:12.898 INFO STEP 610 (remove_files) COMPLETE |
5999 | 2024-10-18T17:50:14.947Z | [ recovery-image] Oct 18 17:50:12.898 INFO O| Oct 18 17:50:12.898 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6000 | 2024-10-18T17:50:14.954Z | [ recovery-image] Oct 18 17:50:12.908 INFO O| Oct 18 17:50:12.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6001 | 2024-10-18T17:50:14.954Z | [ recovery-image] Oct 18 17:50:12.908 INFO O| Oct 18 17:50:12.908 INFO STEP 611 (remove_files) COMPLETE |
6002 | 2024-10-18T17:50:14.954Z | [ recovery-image] Oct 18 17:50:12.908 INFO O| Oct 18 17:50:12.908 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6003 | 2024-10-18T17:50:14.964Z | [ recovery-image] Oct 18 17:50:12.918 INFO O| Oct 18 17:50:12.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6004 | 2024-10-18T17:50:14.964Z | [ recovery-image] Oct 18 17:50:12.918 INFO O| Oct 18 17:50:12.918 INFO STEP 612 (remove_files) COMPLETE |
6005 | 2024-10-18T17:50:14.964Z | [ recovery-image] Oct 18 17:50:12.918 INFO O| Oct 18 17:50:12.918 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6006 | 2024-10-18T17:50:14.973Z | [ recovery-image] Oct 18 17:50:12.927 INFO O| Oct 18 17:50:12.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6007 | 2024-10-18T17:50:14.976Z | [ recovery-image] Oct 18 17:50:12.928 INFO O| Oct 18 17:50:12.927 INFO STEP 613 (remove_files) COMPLETE |
6008 | 2024-10-18T17:50:14.976Z | [ recovery-image] Oct 18 17:50:12.928 INFO O| Oct 18 17:50:12.928 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6009 | 2024-10-18T17:50:14.983Z | [ recovery-image] Oct 18 17:50:12.937 INFO O| Oct 18 17:50:12.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6010 | 2024-10-18T17:50:14.983Z | [ recovery-image] Oct 18 17:50:12.937 INFO O| Oct 18 17:50:12.937 INFO STEP 614 (remove_files) COMPLETE |
6011 | 2024-10-18T17:50:14.983Z | [ recovery-image] Oct 18 17:50:12.937 INFO O| Oct 18 17:50:12.937 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6012 | 2024-10-18T17:50:14.993Z | [ recovery-image] Oct 18 17:50:12.947 INFO O| Oct 18 17:50:12.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6013 | 2024-10-18T17:50:14.996Z | [ recovery-image] Oct 18 17:50:12.947 INFO O| Oct 18 17:50:12.947 INFO STEP 615 (remove_files) COMPLETE |
6014 | 2024-10-18T17:50:14.996Z | [ recovery-image] Oct 18 17:50:12.947 INFO O| Oct 18 17:50:12.947 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6015 | 2024-10-18T17:50:15.003Z | [ recovery-image] Oct 18 17:50:12.957 INFO O| Oct 18 17:50:12.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6016 | 2024-10-18T17:50:15.006Z | [ recovery-image] Oct 18 17:50:12.957 INFO O| Oct 18 17:50:12.957 INFO STEP 616 (remove_files) COMPLETE |
6017 | 2024-10-18T17:50:15.006Z | [ recovery-image] Oct 18 17:50:12.957 INFO O| Oct 18 17:50:12.957 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6018 | 2024-10-18T17:50:15.013Z | [ recovery-image] Oct 18 17:50:12.967 INFO O| Oct 18 17:50:12.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6019 | 2024-10-18T17:50:15.013Z | [ recovery-image] Oct 18 17:50:12.967 INFO O| Oct 18 17:50:12.967 INFO STEP 617 (remove_files) COMPLETE |
6020 | 2024-10-18T17:50:15.016Z | [ recovery-image] Oct 18 17:50:12.967 INFO O| Oct 18 17:50:12.967 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6021 | 2024-10-18T17:50:15.023Z | [ recovery-image] Oct 18 17:50:12.977 INFO O| Oct 18 17:50:12.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6022 | 2024-10-18T17:50:15.023Z | [ recovery-image] Oct 18 17:50:12.977 INFO O| Oct 18 17:50:12.977 INFO STEP 618 (remove_files) COMPLETE |
6023 | 2024-10-18T17:50:15.023Z | [ recovery-image] Oct 18 17:50:12.977 INFO O| Oct 18 17:50:12.977 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6024 | 2024-10-18T17:50:15.033Z | [ recovery-image] Oct 18 17:50:12.987 INFO O| Oct 18 17:50:12.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6025 | 2024-10-18T17:50:15.033Z | [ recovery-image] Oct 18 17:50:12.987 INFO O| Oct 18 17:50:12.987 INFO STEP 619 (remove_files) COMPLETE |
6026 | 2024-10-18T17:50:15.033Z | [ recovery-image] Oct 18 17:50:12.987 INFO O| Oct 18 17:50:12.987 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6027 | 2024-10-18T17:50:15.043Z | [ recovery-image] Oct 18 17:50:12.996 INFO O| Oct 18 17:50:12.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6028 | 2024-10-18T17:50:15.043Z | [ recovery-image] Oct 18 17:50:12.997 INFO O| Oct 18 17:50:12.996 INFO STEP 620 (remove_files) COMPLETE |
6029 | 2024-10-18T17:50:15.043Z | [ recovery-image] Oct 18 17:50:12.997 INFO O| Oct 18 17:50:12.997 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6030 | 2024-10-18T17:50:15.054Z | [ recovery-image] Oct 18 17:50:13.008 INFO O| Oct 18 17:50:13.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6031 | 2024-10-18T17:50:15.054Z | [ recovery-image] Oct 18 17:50:13.008 INFO O| Oct 18 17:50:13.008 INFO STEP 621 (remove_files) COMPLETE |
6032 | 2024-10-18T17:50:15.054Z | [ recovery-image] Oct 18 17:50:13.008 INFO O| Oct 18 17:50:13.008 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6033 | 2024-10-18T17:50:15.066Z | [ recovery-image] Oct 18 17:50:13.019 INFO O| Oct 18 17:50:13.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6034 | 2024-10-18T17:50:15.066Z | [ recovery-image] Oct 18 17:50:13.020 INFO O| Oct 18 17:50:13.019 INFO STEP 622 (remove_files) COMPLETE |
6035 | 2024-10-18T17:50:15.066Z | [ recovery-image] Oct 18 17:50:13.020 INFO O| Oct 18 17:50:13.020 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6036 | 2024-10-18T17:50:15.077Z | [ recovery-image] Oct 18 17:50:13.031 INFO O| Oct 18 17:50:13.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6037 | 2024-10-18T17:50:15.077Z | [ recovery-image] Oct 18 17:50:13.031 INFO O| Oct 18 17:50:13.031 INFO STEP 623 (remove_files) COMPLETE |
6038 | 2024-10-18T17:50:15.080Z | [ recovery-image] Oct 18 17:50:13.031 INFO O| Oct 18 17:50:13.031 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6039 | 2024-10-18T17:50:15.088Z | [ recovery-image] Oct 18 17:50:13.042 INFO O| Oct 18 17:50:13.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6040 | 2024-10-18T17:50:15.088Z | [ recovery-image] Oct 18 17:50:13.042 INFO O| Oct 18 17:50:13.042 INFO STEP 624 (remove_files) COMPLETE |
6041 | 2024-10-18T17:50:15.091Z | [ recovery-image] Oct 18 17:50:13.042 INFO O| Oct 18 17:50:13.042 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6042 | 2024-10-18T17:50:15.099Z | [ recovery-image] Oct 18 17:50:13.053 INFO O| Oct 18 17:50:13.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6043 | 2024-10-18T17:50:15.102Z | [ recovery-image] Oct 18 17:50:13.053 INFO O| Oct 18 17:50:13.053 INFO STEP 625 (remove_files) COMPLETE |
6044 | 2024-10-18T17:50:15.102Z | [ recovery-image] Oct 18 17:50:13.053 INFO O| Oct 18 17:50:13.053 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6045 | 2024-10-18T17:50:15.110Z | [ recovery-image] Oct 18 17:50:13.064 INFO O| Oct 18 17:50:13.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6046 | 2024-10-18T17:50:15.110Z | [ recovery-image] Oct 18 17:50:13.064 INFO O| Oct 18 17:50:13.064 INFO STEP 626 (remove_files) COMPLETE |
6047 | 2024-10-18T17:50:15.112Z | [ recovery-image] Oct 18 17:50:13.064 INFO O| Oct 18 17:50:13.064 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6048 | 2024-10-18T17:50:15.120Z | [ recovery-image] Oct 18 17:50:13.074 INFO O| Oct 18 17:50:13.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6049 | 2024-10-18T17:50:15.120Z | [ recovery-image] Oct 18 17:50:13.074 INFO O| Oct 18 17:50:13.074 INFO STEP 627 (remove_files) COMPLETE |
6050 | 2024-10-18T17:50:15.123Z | [ recovery-image] Oct 18 17:50:13.074 INFO O| Oct 18 17:50:13.074 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6051 | 2024-10-18T17:50:15.130Z | [ recovery-image] Oct 18 17:50:13.084 INFO O| Oct 18 17:50:13.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6052 | 2024-10-18T17:50:15.130Z | [ recovery-image] Oct 18 17:50:13.084 INFO O| Oct 18 17:50:13.084 INFO STEP 628 (remove_files) COMPLETE |
6053 | 2024-10-18T17:50:15.133Z | [ recovery-image] Oct 18 17:50:13.084 INFO O| Oct 18 17:50:13.084 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6054 | 2024-10-18T17:50:15.141Z | [ recovery-image] Oct 18 17:50:13.094 INFO O| Oct 18 17:50:13.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6055 | 2024-10-18T17:50:15.141Z | [ recovery-image] Oct 18 17:50:13.094 INFO O| Oct 18 17:50:13.094 INFO STEP 629 (remove_files) COMPLETE |
6056 | 2024-10-18T17:50:15.141Z | [ recovery-image] Oct 18 17:50:13.095 INFO O| Oct 18 17:50:13.094 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6057 | 2024-10-18T17:50:15.154Z | [ recovery-image] Oct 18 17:50:13.108 INFO O| Oct 18 17:50:13.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6058 | 2024-10-18T17:50:15.154Z | [ recovery-image] Oct 18 17:50:13.108 INFO O| Oct 18 17:50:13.108 INFO STEP 630 (remove_files) COMPLETE |
6059 | 2024-10-18T17:50:15.157Z | [ recovery-image] Oct 18 17:50:13.108 INFO O| Oct 18 17:50:13.108 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6060 | 2024-10-18T17:50:15.164Z | [ recovery-image] Oct 18 17:50:13.118 INFO O| Oct 18 17:50:13.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6061 | 2024-10-18T17:50:15.164Z | [ recovery-image] Oct 18 17:50:13.118 INFO O| Oct 18 17:50:13.118 INFO STEP 631 (remove_files) COMPLETE |
6062 | 2024-10-18T17:50:15.167Z | [ recovery-image] Oct 18 17:50:13.118 INFO O| Oct 18 17:50:13.118 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6063 | 2024-10-18T17:50:15.174Z | [ recovery-image] Oct 18 17:50:13.128 INFO O| Oct 18 17:50:13.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6064 | 2024-10-18T17:50:15.174Z | [ recovery-image] Oct 18 17:50:13.128 INFO O| Oct 18 17:50:13.128 INFO STEP 632 (remove_files) COMPLETE |
6065 | 2024-10-18T17:50:15.174Z | [ recovery-image] Oct 18 17:50:13.128 INFO O| Oct 18 17:50:13.128 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6066 | 2024-10-18T17:50:15.184Z | [ recovery-image] Oct 18 17:50:13.138 INFO O| Oct 18 17:50:13.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6067 | 2024-10-18T17:50:15.184Z | [ recovery-image] Oct 18 17:50:13.138 INFO O| Oct 18 17:50:13.138 INFO STEP 633 (remove_files) COMPLETE |
6068 | 2024-10-18T17:50:15.184Z | [ recovery-image] Oct 18 17:50:13.138 INFO O| Oct 18 17:50:13.138 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6069 | 2024-10-18T17:50:15.195Z | [ recovery-image] Oct 18 17:50:13.149 INFO O| Oct 18 17:50:13.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6070 | 2024-10-18T17:50:15.195Z | [ recovery-image] Oct 18 17:50:13.149 INFO O| Oct 18 17:50:13.149 INFO STEP 634 (remove_files) COMPLETE |
6071 | 2024-10-18T17:50:15.196Z | [ recovery-image] Oct 18 17:50:13.149 INFO O| Oct 18 17:50:13.149 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6072 | 2024-10-18T17:50:15.208Z | [ recovery-image] Oct 18 17:50:13.161 INFO O| Oct 18 17:50:13.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6073 | 2024-10-18T17:50:15.211Z | [ recovery-image] Oct 18 17:50:13.161 INFO O| Oct 18 17:50:13.161 INFO STEP 635 (remove_files) COMPLETE |
6074 | 2024-10-18T17:50:15.211Z | [ recovery-image] Oct 18 17:50:13.161 INFO O| Oct 18 17:50:13.161 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6075 | 2024-10-18T17:50:15.217Z | [ recovery-image] Oct 18 17:50:13.171 INFO O| Oct 18 17:50:13.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6076 | 2024-10-18T17:50:15.218Z | [ recovery-image] Oct 18 17:50:13.171 INFO O| Oct 18 17:50:13.171 INFO STEP 636 (remove_files) COMPLETE |
6077 | 2024-10-18T17:50:15.220Z | [ recovery-image] Oct 18 17:50:13.171 INFO O| Oct 18 17:50:13.171 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6078 | 2024-10-18T17:50:15.228Z | [ recovery-image] Oct 18 17:50:13.182 INFO O| Oct 18 17:50:13.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6079 | 2024-10-18T17:50:15.228Z | [ recovery-image] Oct 18 17:50:13.182 INFO O| Oct 18 17:50:13.182 INFO STEP 637 (remove_files) COMPLETE |
6080 | 2024-10-18T17:50:15.228Z | [ recovery-image] Oct 18 17:50:13.182 INFO O| Oct 18 17:50:13.182 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6081 | 2024-10-18T17:50:15.240Z | [ recovery-image] Oct 18 17:50:13.193 INFO O| Oct 18 17:50:13.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6082 | 2024-10-18T17:50:15.240Z | [ recovery-image] Oct 18 17:50:13.194 INFO O| Oct 18 17:50:13.194 INFO STEP 638 (remove_files) COMPLETE |
6083 | 2024-10-18T17:50:15.242Z | [ recovery-image] Oct 18 17:50:13.194 INFO O| Oct 18 17:50:13.194 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6084 | 2024-10-18T17:50:15.251Z | [ recovery-image] Oct 18 17:50:13.205 INFO O| Oct 18 17:50:13.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6085 | 2024-10-18T17:50:15.251Z | [ recovery-image] Oct 18 17:50:13.205 INFO O| Oct 18 17:50:13.205 INFO STEP 639 (remove_files) COMPLETE |
6086 | 2024-10-18T17:50:15.254Z | [ recovery-image] Oct 18 17:50:13.205 INFO O| Oct 18 17:50:13.205 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6087 | 2024-10-18T17:50:15.262Z | [ recovery-image] Oct 18 17:50:13.216 INFO O| Oct 18 17:50:13.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6088 | 2024-10-18T17:50:15.264Z | [ recovery-image] Oct 18 17:50:13.216 INFO O| Oct 18 17:50:13.216 INFO STEP 640 (remove_files) COMPLETE |
6089 | 2024-10-18T17:50:15.264Z | [ recovery-image] Oct 18 17:50:13.216 INFO O| Oct 18 17:50:13.216 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6090 | 2024-10-18T17:50:15.272Z | [ recovery-image] Oct 18 17:50:13.226 INFO O| Oct 18 17:50:13.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6091 | 2024-10-18T17:50:15.272Z | [ recovery-image] Oct 18 17:50:13.226 INFO O| Oct 18 17:50:13.226 INFO STEP 641 (remove_files) COMPLETE |
6092 | 2024-10-18T17:50:15.272Z | [ recovery-image] Oct 18 17:50:13.226 INFO O| Oct 18 17:50:13.226 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6093 | 2024-10-18T17:50:15.284Z | [ recovery-image] Oct 18 17:50:13.238 INFO O| Oct 18 17:50:13.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6094 | 2024-10-18T17:50:15.284Z | [ recovery-image] Oct 18 17:50:13.238 INFO O| Oct 18 17:50:13.238 INFO STEP 642 (remove_files) COMPLETE |
6095 | 2024-10-18T17:50:15.284Z | [ recovery-image] Oct 18 17:50:13.238 INFO O| Oct 18 17:50:13.238 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6096 | 2024-10-18T17:50:15.292Z | [ host-image] Oct 18 17:50:13.246 INFO O| Oct 18 17:50:13.246 INFO O| Done |
6097 | 2024-10-18T17:50:15.296Z | [ recovery-image] Oct 18 17:50:13.249 INFO O| Oct 18 17:50:13.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6098 | 2024-10-18T17:50:15.296Z | [ recovery-image] Oct 18 17:50:13.249 INFO O| Oct 18 17:50:13.249 INFO STEP 643 (remove_files) COMPLETE |
6099 | 2024-10-18T17:50:15.299Z | [ recovery-image] Oct 18 17:50:13.250 INFO O| Oct 18 17:50:13.249 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6100 | 2024-10-18T17:50:15.308Z | [ recovery-image] Oct 18 17:50:13.262 INFO O| Oct 18 17:50:13.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6101 | 2024-10-18T17:50:15.310Z | [ recovery-image] Oct 18 17:50:13.263 INFO O| Oct 18 17:50:13.262 INFO STEP 644 (remove_files) COMPLETE |
6102 | 2024-10-18T17:50:15.310Z | [ recovery-image] Oct 18 17:50:13.263 INFO O| Oct 18 17:50:13.262 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6103 | 2024-10-18T17:50:15.323Z | [ recovery-image] Oct 18 17:50:13.275 INFO O| Oct 18 17:50:13.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6104 | 2024-10-18T17:50:15.325Z | [ recovery-image] Oct 18 17:50:13.275 INFO O| Oct 18 17:50:13.275 INFO STEP 645 (remove_files) COMPLETE |
6105 | 2024-10-18T17:50:15.326Z | [ recovery-image] Oct 18 17:50:13.275 INFO O| Oct 18 17:50:13.275 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6106 | 2024-10-18T17:50:15.326Z | [ host-image] Oct 18 17:50:13.277 INFO O| Oct 18 17:50:13.277 INFO O| Done |
6107 | 2024-10-18T17:50:15.326Z | [ host-image] Oct 18 17:50:13.277 INFO O| Oct 18 17:50:13.277 INFO O| Done |
6108 | 2024-10-18T17:50:15.335Z | [ recovery-image] Oct 18 17:50:13.289 INFO O| Oct 18 17:50:13.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6109 | 2024-10-18T17:50:15.335Z | [ recovery-image] Oct 18 17:50:13.289 INFO O| Oct 18 17:50:13.289 INFO STEP 646 (remove_files) COMPLETE |
6110 | 2024-10-18T17:50:15.335Z | [ recovery-image] Oct 18 17:50:13.289 INFO O| Oct 18 17:50:13.289 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6111 | 2024-10-18T17:50:15.349Z | [ recovery-image] Oct 18 17:50:13.303 INFO O| Oct 18 17:50:13.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6112 | 2024-10-18T17:50:15.352Z | [ recovery-image] Oct 18 17:50:13.303 INFO O| Oct 18 17:50:13.303 INFO STEP 647 (remove_files) COMPLETE |
6113 | 2024-10-18T17:50:15.352Z | [ recovery-image] Oct 18 17:50:13.303 INFO O| Oct 18 17:50:13.303 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6114 | 2024-10-18T17:50:15.364Z | [ recovery-image] Oct 18 17:50:13.318 INFO O| Oct 18 17:50:13.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6115 | 2024-10-18T17:50:15.364Z | [ recovery-image] Oct 18 17:50:13.318 INFO O| Oct 18 17:50:13.318 INFO STEP 648 (remove_files) COMPLETE |
6116 | 2024-10-18T17:50:15.364Z | [ recovery-image] Oct 18 17:50:13.318 INFO O| Oct 18 17:50:13.318 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6117 | 2024-10-18T17:50:15.377Z | [ recovery-image] Oct 18 17:50:13.331 INFO O| Oct 18 17:50:13.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6118 | 2024-10-18T17:50:15.378Z | [ recovery-image] Oct 18 17:50:13.331 INFO O| Oct 18 17:50:13.331 INFO STEP 649 (remove_files) COMPLETE |
6119 | 2024-10-18T17:50:15.378Z | [ recovery-image] Oct 18 17:50:13.331 INFO O| Oct 18 17:50:13.331 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6120 | 2024-10-18T17:50:15.380Z | [ host-image] Oct 18 17:50:13.332 INFO O| Oct 18 17:50:13.331 INFO O| Done |
6121 | 2024-10-18T17:50:15.391Z | [ recovery-image] Oct 18 17:50:13.345 INFO O| Oct 18 17:50:13.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6122 | 2024-10-18T17:50:15.391Z | [ recovery-image] Oct 18 17:50:13.345 INFO O| Oct 18 17:50:13.345 INFO STEP 650 (remove_files) COMPLETE |
6123 | 2024-10-18T17:50:15.394Z | [ recovery-image] Oct 18 17:50:13.345 INFO O| Oct 18 17:50:13.345 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6124 | 2024-10-18T17:50:15.405Z | [ recovery-image] Oct 18 17:50:13.359 INFO O| Oct 18 17:50:13.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6125 | 2024-10-18T17:50:15.407Z | [ recovery-image] Oct 18 17:50:13.359 INFO O| Oct 18 17:50:13.359 INFO STEP 651 (remove_files) COMPLETE |
6126 | 2024-10-18T17:50:15.407Z | [ recovery-image] Oct 18 17:50:13.359 INFO O| Oct 18 17:50:13.359 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6127 | 2024-10-18T17:50:15.419Z | [ recovery-image] Oct 18 17:50:13.372 INFO O| Oct 18 17:50:13.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6128 | 2024-10-18T17:50:15.421Z | [ recovery-image] Oct 18 17:50:13.373 INFO O| Oct 18 17:50:13.372 INFO STEP 652 (remove_files) COMPLETE |
6129 | 2024-10-18T17:50:15.421Z | [ recovery-image] Oct 18 17:50:13.373 INFO O| Oct 18 17:50:13.373 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6130 | 2024-10-18T17:50:15.431Z | [ recovery-image] Oct 18 17:50:13.385 INFO O| Oct 18 17:50:13.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6131 | 2024-10-18T17:50:15.432Z | [ recovery-image] Oct 18 17:50:13.385 INFO O| Oct 18 17:50:13.385 INFO STEP 653 (remove_files) COMPLETE |
6132 | 2024-10-18T17:50:15.432Z | [ recovery-image] Oct 18 17:50:13.385 INFO O| Oct 18 17:50:13.385 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6133 | 2024-10-18T17:50:15.444Z | [ recovery-image] Oct 18 17:50:13.397 INFO O| Oct 18 17:50:13.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6134 | 2024-10-18T17:50:15.444Z | [ recovery-image] Oct 18 17:50:13.397 INFO O| Oct 18 17:50:13.397 INFO STEP 654 (remove_files) COMPLETE |
6135 | 2024-10-18T17:50:15.446Z | [ recovery-image] Oct 18 17:50:13.397 INFO O| Oct 18 17:50:13.397 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6136 | 2024-10-18T17:50:15.455Z | [ recovery-image] Oct 18 17:50:13.408 INFO O| Oct 18 17:50:13.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6137 | 2024-10-18T17:50:15.457Z | [ recovery-image] Oct 18 17:50:13.408 INFO O| Oct 18 17:50:13.408 INFO STEP 655 (remove_files) COMPLETE |
6138 | 2024-10-18T17:50:15.457Z | [ recovery-image] Oct 18 17:50:13.409 INFO O| Oct 18 17:50:13.408 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6139 | 2024-10-18T17:50:15.466Z | [ recovery-image] Oct 18 17:50:13.419 INFO O| Oct 18 17:50:13.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6140 | 2024-10-18T17:50:15.466Z | [ recovery-image] Oct 18 17:50:13.419 INFO O| Oct 18 17:50:13.419 INFO STEP 656 (remove_files) COMPLETE |
6141 | 2024-10-18T17:50:15.466Z | [ recovery-image] Oct 18 17:50:13.419 INFO O| Oct 18 17:50:13.419 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6142 | 2024-10-18T17:50:15.477Z | [ recovery-image] Oct 18 17:50:13.430 INFO O| Oct 18 17:50:13.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6143 | 2024-10-18T17:50:15.477Z | [ recovery-image] Oct 18 17:50:13.431 INFO O| Oct 18 17:50:13.431 INFO STEP 657 (remove_files) COMPLETE |
6144 | 2024-10-18T17:50:15.479Z | [ recovery-image] Oct 18 17:50:13.431 INFO O| Oct 18 17:50:13.431 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6145 | 2024-10-18T17:50:15.488Z | [ recovery-image] Oct 18 17:50:13.442 INFO O| Oct 18 17:50:13.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6146 | 2024-10-18T17:50:15.490Z | [ recovery-image] Oct 18 17:50:13.442 INFO O| Oct 18 17:50:13.442 INFO STEP 658 (remove_files) COMPLETE |
6147 | 2024-10-18T17:50:15.490Z | [ recovery-image] Oct 18 17:50:13.442 INFO O| Oct 18 17:50:13.442 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6148 | 2024-10-18T17:50:15.499Z | [ recovery-image] Oct 18 17:50:13.453 INFO O| Oct 18 17:50:13.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6149 | 2024-10-18T17:50:15.499Z | [ recovery-image] Oct 18 17:50:13.453 INFO O| Oct 18 17:50:13.453 INFO STEP 659 (remove_files) COMPLETE |
6150 | 2024-10-18T17:50:15.502Z | [ recovery-image] Oct 18 17:50:13.453 INFO O| Oct 18 17:50:13.453 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6151 | 2024-10-18T17:50:15.502Z | [ host-image] Oct 18 17:50:13.455 INFO O| Oct 18 17:50:13.455 INFO STEP 13 (pkg_install) COMPLETE |
6152 | 2024-10-18T17:50:15.502Z | [ host-image] Oct 18 17:50:13.455 INFO O| Oct 18 17:50:13.455 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6153 | 2024-10-18T17:50:15.511Z | [ recovery-image] Oct 18 17:50:13.464 INFO O| Oct 18 17:50:13.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6154 | 2024-10-18T17:50:15.511Z | [ recovery-image] Oct 18 17:50:13.464 INFO O| Oct 18 17:50:13.464 INFO STEP 660 (remove_files) COMPLETE |
6155 | 2024-10-18T17:50:15.511Z | [ recovery-image] Oct 18 17:50:13.464 INFO O| Oct 18 17:50:13.464 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6156 | 2024-10-18T17:50:15.513Z | [ host-image] Oct 18 17:50:13.466 INFO O| Oct 18 17:50:13.466 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
6157 | 2024-10-18T17:50:15.523Z | [ recovery-image] Oct 18 17:50:13.477 INFO O| Oct 18 17:50:13.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6158 | 2024-10-18T17:50:15.523Z | [ recovery-image] Oct 18 17:50:13.477 INFO O| Oct 18 17:50:13.477 INFO STEP 661 (remove_files) COMPLETE |
6159 | 2024-10-18T17:50:15.526Z | [ recovery-image] Oct 18 17:50:13.477 INFO O| Oct 18 17:50:13.477 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6160 | 2024-10-18T17:50:15.535Z | [ recovery-image] Oct 18 17:50:13.488 INFO O| Oct 18 17:50:13.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6161 | 2024-10-18T17:50:15.535Z | [ recovery-image] Oct 18 17:50:13.489 INFO O| Oct 18 17:50:13.488 INFO STEP 662 (remove_files) COMPLETE |
6162 | 2024-10-18T17:50:15.535Z | [ recovery-image] Oct 18 17:50:13.489 INFO O| Oct 18 17:50:13.489 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6163 | 2024-10-18T17:50:15.545Z | [ recovery-image] Oct 18 17:50:13.499 INFO O| Oct 18 17:50:13.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6164 | 2024-10-18T17:50:15.548Z | [ recovery-image] Oct 18 17:50:13.499 INFO O| Oct 18 17:50:13.499 INFO STEP 663 (remove_files) COMPLETE |
6165 | 2024-10-18T17:50:15.548Z | [ recovery-image] Oct 18 17:50:13.499 INFO O| Oct 18 17:50:13.499 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6166 | 2024-10-18T17:50:15.556Z | [ recovery-image] Oct 18 17:50:13.510 INFO O| Oct 18 17:50:13.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6167 | 2024-10-18T17:50:15.556Z | [ recovery-image] Oct 18 17:50:13.510 INFO O| Oct 18 17:50:13.510 INFO STEP 664 (remove_files) COMPLETE |
6168 | 2024-10-18T17:50:15.558Z | [ recovery-image] Oct 18 17:50:13.510 INFO O| Oct 18 17:50:13.510 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6169 | 2024-10-18T17:50:15.568Z | [ recovery-image] Oct 18 17:50:13.522 INFO O| Oct 18 17:50:13.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6170 | 2024-10-18T17:50:15.570Z | [ recovery-image] Oct 18 17:50:13.522 INFO O| Oct 18 17:50:13.522 INFO STEP 665 (remove_files) COMPLETE |
6171 | 2024-10-18T17:50:15.570Z | [ recovery-image] Oct 18 17:50:13.522 INFO O| Oct 18 17:50:13.522 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6172 | 2024-10-18T17:50:15.580Z | [ recovery-image] Oct 18 17:50:13.534 INFO O| Oct 18 17:50:13.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6173 | 2024-10-18T17:50:15.583Z | [ recovery-image] Oct 18 17:50:13.534 INFO O| Oct 18 17:50:13.534 INFO STEP 666 (remove_files) COMPLETE |
6174 | 2024-10-18T17:50:15.583Z | [ recovery-image] Oct 18 17:50:13.534 INFO O| Oct 18 17:50:13.534 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6175 | 2024-10-18T17:50:15.592Z | [ recovery-image] Oct 18 17:50:13.545 INFO O| Oct 18 17:50:13.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6176 | 2024-10-18T17:50:15.592Z | [ recovery-image] Oct 18 17:50:13.545 INFO O| Oct 18 17:50:13.545 INFO STEP 667 (remove_files) COMPLETE |
6177 | 2024-10-18T17:50:15.592Z | [ recovery-image] Oct 18 17:50:13.546 INFO O| Oct 18 17:50:13.545 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6178 | 2024-10-18T17:50:15.603Z | [ recovery-image] Oct 18 17:50:13.557 INFO O| Oct 18 17:50:13.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6179 | 2024-10-18T17:50:15.606Z | [ recovery-image] Oct 18 17:50:13.557 INFO O| Oct 18 17:50:13.557 INFO STEP 668 (remove_files) COMPLETE |
6180 | 2024-10-18T17:50:15.606Z | [ recovery-image] Oct 18 17:50:13.557 INFO O| Oct 18 17:50:13.557 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6181 | 2024-10-18T17:50:15.616Z | [ recovery-image] Oct 18 17:50:13.570 INFO O| Oct 18 17:50:13.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6182 | 2024-10-18T17:50:15.616Z | [ recovery-image] Oct 18 17:50:13.570 INFO O| Oct 18 17:50:13.570 INFO STEP 669 (remove_files) COMPLETE |
6183 | 2024-10-18T17:50:15.616Z | [ recovery-image] Oct 18 17:50:13.570 INFO O| Oct 18 17:50:13.570 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6184 | 2024-10-18T17:50:15.628Z | [ recovery-image] Oct 18 17:50:13.582 INFO O| Oct 18 17:50:13.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6185 | 2024-10-18T17:50:15.630Z | [ recovery-image] Oct 18 17:50:13.582 INFO O| Oct 18 17:50:13.582 INFO STEP 670 (remove_files) COMPLETE |
6186 | 2024-10-18T17:50:15.630Z | [ recovery-image] Oct 18 17:50:13.582 INFO O| Oct 18 17:50:13.582 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6187 | 2024-10-18T17:50:15.641Z | [ recovery-image] Oct 18 17:50:13.594 INFO O| Oct 18 17:50:13.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6188 | 2024-10-18T17:50:15.643Z | [ recovery-image] Oct 18 17:50:13.595 INFO O| Oct 18 17:50:13.594 INFO STEP 671 (remove_files) COMPLETE |
6189 | 2024-10-18T17:50:15.643Z | [ recovery-image] Oct 18 17:50:13.595 INFO O| Oct 18 17:50:13.594 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6190 | 2024-10-18T17:50:15.652Z | [ recovery-image] Oct 18 17:50:13.606 INFO O| Oct 18 17:50:13.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6191 | 2024-10-18T17:50:15.655Z | [ recovery-image] Oct 18 17:50:13.606 INFO O| Oct 18 17:50:13.606 INFO STEP 672 (remove_files) COMPLETE |
6192 | 2024-10-18T17:50:15.655Z | [ recovery-image] Oct 18 17:50:13.606 INFO O| Oct 18 17:50:13.606 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6193 | 2024-10-18T17:50:15.664Z | [ recovery-image] Oct 18 17:50:13.617 INFO O| Oct 18 17:50:13.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6194 | 2024-10-18T17:50:15.666Z | [ recovery-image] Oct 18 17:50:13.618 INFO O| Oct 18 17:50:13.618 INFO STEP 673 (remove_files) COMPLETE |
6195 | 2024-10-18T17:50:15.666Z | [ recovery-image] Oct 18 17:50:13.618 INFO O| Oct 18 17:50:13.618 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6196 | 2024-10-18T17:50:15.675Z | [ recovery-image] Oct 18 17:50:13.629 INFO O| Oct 18 17:50:13.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6197 | 2024-10-18T17:50:15.678Z | [ recovery-image] Oct 18 17:50:13.629 INFO O| Oct 18 17:50:13.629 INFO STEP 674 (remove_files) COMPLETE |
6198 | 2024-10-18T17:50:15.678Z | [ recovery-image] Oct 18 17:50:13.629 INFO O| Oct 18 17:50:13.629 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6199 | 2024-10-18T17:50:15.688Z | [ recovery-image] Oct 18 17:50:13.642 INFO O| Oct 18 17:50:13.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6200 | 2024-10-18T17:50:15.688Z | [ recovery-image] Oct 18 17:50:13.642 INFO O| Oct 18 17:50:13.642 INFO STEP 675 (remove_files) COMPLETE |
6201 | 2024-10-18T17:50:15.691Z | [ recovery-image] Oct 18 17:50:13.642 INFO O| Oct 18 17:50:13.642 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6202 | 2024-10-18T17:50:15.700Z | [ recovery-image] Oct 18 17:50:13.653 INFO O| Oct 18 17:50:13.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6203 | 2024-10-18T17:50:15.700Z | [ recovery-image] Oct 18 17:50:13.654 INFO O| Oct 18 17:50:13.653 INFO STEP 676 (remove_files) COMPLETE |
6204 | 2024-10-18T17:50:15.702Z | [ recovery-image] Oct 18 17:50:13.654 INFO O| Oct 18 17:50:13.654 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6205 | 2024-10-18T17:50:15.713Z | [ recovery-image] Oct 18 17:50:13.666 INFO O| Oct 18 17:50:13.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6206 | 2024-10-18T17:50:15.715Z | [ recovery-image] Oct 18 17:50:13.666 INFO O| Oct 18 17:50:13.666 INFO STEP 677 (remove_files) COMPLETE |
6207 | 2024-10-18T17:50:15.715Z | [ recovery-image] Oct 18 17:50:13.666 INFO O| Oct 18 17:50:13.666 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6208 | 2024-10-18T17:50:15.724Z | [ recovery-image] Oct 18 17:50:13.678 INFO O| Oct 18 17:50:13.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6209 | 2024-10-18T17:50:15.724Z | [ recovery-image] Oct 18 17:50:13.678 INFO O| Oct 18 17:50:13.678 INFO STEP 678 (remove_files) COMPLETE |
6210 | 2024-10-18T17:50:15.724Z | [ recovery-image] Oct 18 17:50:13.678 INFO O| Oct 18 17:50:13.678 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6211 | 2024-10-18T17:50:15.735Z | [ recovery-image] Oct 18 17:50:13.689 INFO O| Oct 18 17:50:13.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6212 | 2024-10-18T17:50:15.735Z | [ recovery-image] Oct 18 17:50:13.689 INFO O| Oct 18 17:50:13.689 INFO STEP 679 (remove_files) COMPLETE |
6213 | 2024-10-18T17:50:15.735Z | [ recovery-image] Oct 18 17:50:13.689 INFO O| Oct 18 17:50:13.689 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6214 | 2024-10-18T17:50:15.747Z | [ recovery-image] Oct 18 17:50:13.701 INFO O| Oct 18 17:50:13.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6215 | 2024-10-18T17:50:15.747Z | [ recovery-image] Oct 18 17:50:13.701 INFO O| Oct 18 17:50:13.701 INFO STEP 680 (remove_files) COMPLETE |
6216 | 2024-10-18T17:50:15.747Z | [ recovery-image] Oct 18 17:50:13.701 INFO O| Oct 18 17:50:13.701 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6217 | 2024-10-18T17:50:15.758Z | [ recovery-image] Oct 18 17:50:13.712 INFO O| Oct 18 17:50:13.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6218 | 2024-10-18T17:50:15.758Z | [ recovery-image] Oct 18 17:50:13.712 INFO O| Oct 18 17:50:13.712 INFO STEP 681 (remove_files) COMPLETE |
6219 | 2024-10-18T17:50:15.760Z | [ recovery-image] Oct 18 17:50:13.712 INFO O| Oct 18 17:50:13.712 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6220 | 2024-10-18T17:50:15.769Z | [ recovery-image] Oct 18 17:50:13.722 INFO O| Oct 18 17:50:13.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6221 | 2024-10-18T17:50:15.769Z | [ recovery-image] Oct 18 17:50:13.722 INFO O| Oct 18 17:50:13.722 INFO STEP 682 (remove_files) COMPLETE |
6222 | 2024-10-18T17:50:15.771Z | [ recovery-image] Oct 18 17:50:13.722 INFO O| Oct 18 17:50:13.722 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6223 | 2024-10-18T17:50:15.780Z | [ recovery-image] Oct 18 17:50:13.733 INFO O| Oct 18 17:50:13.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6224 | 2024-10-18T17:50:15.782Z | [ recovery-image] Oct 18 17:50:13.733 INFO O| Oct 18 17:50:13.733 INFO STEP 683 (remove_files) COMPLETE |
6225 | 2024-10-18T17:50:15.782Z | [ recovery-image] Oct 18 17:50:13.733 INFO O| Oct 18 17:50:13.733 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6226 | 2024-10-18T17:50:15.792Z | [ recovery-image] Oct 18 17:50:13.746 INFO O| Oct 18 17:50:13.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6227 | 2024-10-18T17:50:15.792Z | [ recovery-image] Oct 18 17:50:13.746 INFO O| Oct 18 17:50:13.746 INFO STEP 684 (remove_files) COMPLETE |
6228 | 2024-10-18T17:50:15.792Z | [ recovery-image] Oct 18 17:50:13.746 INFO O| Oct 18 17:50:13.746 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6229 | 2024-10-18T17:50:15.804Z | [ recovery-image] Oct 18 17:50:13.757 INFO O| Oct 18 17:50:13.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6230 | 2024-10-18T17:50:15.804Z | [ recovery-image] Oct 18 17:50:13.757 INFO O| Oct 18 17:50:13.757 INFO STEP 685 (remove_files) COMPLETE |
6231 | 2024-10-18T17:50:15.807Z | [ recovery-image] Oct 18 17:50:13.757 INFO O| Oct 18 17:50:13.757 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6232 | 2024-10-18T17:50:15.815Z | [ recovery-image] Oct 18 17:50:13.769 INFO O| Oct 18 17:50:13.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6233 | 2024-10-18T17:50:15.817Z | [ recovery-image] Oct 18 17:50:13.769 INFO O| Oct 18 17:50:13.769 INFO STEP 686 (remove_files) COMPLETE |
6234 | 2024-10-18T17:50:15.817Z | [ recovery-image] Oct 18 17:50:13.769 INFO O| Oct 18 17:50:13.769 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6235 | 2024-10-18T17:50:15.828Z | [ recovery-image] Oct 18 17:50:13.780 INFO O| Oct 18 17:50:13.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6236 | 2024-10-18T17:50:15.828Z | [ recovery-image] Oct 18 17:50:13.780 INFO O| Oct 18 17:50:13.780 INFO STEP 687 (remove_files) COMPLETE |
6237 | 2024-10-18T17:50:15.830Z | [ recovery-image] Oct 18 17:50:13.780 INFO O| Oct 18 17:50:13.780 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6238 | 2024-10-18T17:50:15.836Z | [ recovery-image] Oct 18 17:50:13.790 INFO O| Oct 18 17:50:13.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6239 | 2024-10-18T17:50:15.836Z | [ recovery-image] Oct 18 17:50:13.790 INFO O| Oct 18 17:50:13.790 INFO STEP 688 (remove_files) COMPLETE |
6240 | 2024-10-18T17:50:15.836Z | [ recovery-image] Oct 18 17:50:13.790 INFO O| Oct 18 17:50:13.790 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6241 | 2024-10-18T17:50:15.846Z | [ recovery-image] Oct 18 17:50:13.800 INFO O| Oct 18 17:50:13.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6242 | 2024-10-18T17:50:15.846Z | [ recovery-image] Oct 18 17:50:13.800 INFO O| Oct 18 17:50:13.800 INFO STEP 689 (remove_files) COMPLETE |
6243 | 2024-10-18T17:50:15.849Z | [ recovery-image] Oct 18 17:50:13.800 INFO O| Oct 18 17:50:13.800 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6244 | 2024-10-18T17:50:15.856Z | [ recovery-image] Oct 18 17:50:13.810 INFO O| Oct 18 17:50:13.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6245 | 2024-10-18T17:50:15.858Z | [ recovery-image] Oct 18 17:50:13.810 INFO O| Oct 18 17:50:13.810 INFO STEP 690 (remove_files) COMPLETE |
6246 | 2024-10-18T17:50:15.858Z | [ recovery-image] Oct 18 17:50:13.810 INFO O| Oct 18 17:50:13.810 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6247 | 2024-10-18T17:50:15.866Z | [ recovery-image] Oct 18 17:50:13.819 INFO O| Oct 18 17:50:13.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6248 | 2024-10-18T17:50:15.866Z | [ recovery-image] Oct 18 17:50:13.819 INFO O| Oct 18 17:50:13.819 INFO STEP 691 (remove_files) COMPLETE |
6249 | 2024-10-18T17:50:15.866Z | [ recovery-image] Oct 18 17:50:13.819 INFO O| Oct 18 17:50:13.819 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6250 | 2024-10-18T17:50:15.875Z | [ recovery-image] Oct 18 17:50:13.829 INFO O| Oct 18 17:50:13.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6251 | 2024-10-18T17:50:15.875Z | [ recovery-image] Oct 18 17:50:13.829 INFO O| Oct 18 17:50:13.829 INFO STEP 692 (remove_files) COMPLETE |
6252 | 2024-10-18T17:50:15.875Z | [ recovery-image] Oct 18 17:50:13.829 INFO O| Oct 18 17:50:13.829 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6253 | 2024-10-18T17:50:15.885Z | [ recovery-image] Oct 18 17:50:13.839 INFO O| Oct 18 17:50:13.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6254 | 2024-10-18T17:50:15.885Z | [ recovery-image] Oct 18 17:50:13.839 INFO O| Oct 18 17:50:13.839 INFO STEP 693 (remove_files) COMPLETE |
6255 | 2024-10-18T17:50:15.888Z | [ recovery-image] Oct 18 17:50:13.839 INFO O| Oct 18 17:50:13.839 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6256 | 2024-10-18T17:50:15.895Z | [ recovery-image] Oct 18 17:50:13.849 INFO O| Oct 18 17:50:13.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6257 | 2024-10-18T17:50:15.898Z | [ recovery-image] Oct 18 17:50:13.849 INFO O| Oct 18 17:50:13.849 INFO STEP 694 (remove_files) COMPLETE |
6258 | 2024-10-18T17:50:15.898Z | [ recovery-image] Oct 18 17:50:13.849 INFO O| Oct 18 17:50:13.849 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6259 | 2024-10-18T17:50:15.905Z | [ recovery-image] Oct 18 17:50:13.859 INFO O| Oct 18 17:50:13.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6260 | 2024-10-18T17:50:15.905Z | [ recovery-image] Oct 18 17:50:13.859 INFO O| Oct 18 17:50:13.859 INFO STEP 695 (remove_files) COMPLETE |
6261 | 2024-10-18T17:50:15.905Z | [ recovery-image] Oct 18 17:50:13.859 INFO O| Oct 18 17:50:13.859 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6262 | 2024-10-18T17:50:15.915Z | [ recovery-image] Oct 18 17:50:13.868 INFO O| Oct 18 17:50:13.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6263 | 2024-10-18T17:50:15.915Z | [ recovery-image] Oct 18 17:50:13.868 INFO O| Oct 18 17:50:13.868 INFO STEP 696 (remove_files) COMPLETE |
6264 | 2024-10-18T17:50:15.917Z | [ recovery-image] Oct 18 17:50:13.868 INFO O| Oct 18 17:50:13.868 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6265 | 2024-10-18T17:50:15.924Z | [ recovery-image] Oct 18 17:50:13.878 INFO O| Oct 18 17:50:13.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6266 | 2024-10-18T17:50:15.927Z | [ recovery-image] Oct 18 17:50:13.878 INFO O| Oct 18 17:50:13.878 INFO STEP 697 (remove_files) COMPLETE |
6267 | 2024-10-18T17:50:15.927Z | [ recovery-image] Oct 18 17:50:13.878 INFO O| Oct 18 17:50:13.878 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6268 | 2024-10-18T17:50:15.934Z | [ recovery-image] Oct 18 17:50:13.888 INFO O| Oct 18 17:50:13.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6269 | 2024-10-18T17:50:15.936Z | [ recovery-image] Oct 18 17:50:13.888 INFO O| Oct 18 17:50:13.888 INFO STEP 698 (remove_files) COMPLETE |
6270 | 2024-10-18T17:50:15.936Z | [ recovery-image] Oct 18 17:50:13.888 INFO O| Oct 18 17:50:13.888 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6271 | 2024-10-18T17:50:15.944Z | [ recovery-image] Oct 18 17:50:13.897 INFO O| Oct 18 17:50:13.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6272 | 2024-10-18T17:50:15.947Z | [ recovery-image] Oct 18 17:50:13.898 INFO O| Oct 18 17:50:13.898 INFO STEP 699 (remove_files) COMPLETE |
6273 | 2024-10-18T17:50:15.947Z | [ recovery-image] Oct 18 17:50:13.898 INFO O| Oct 18 17:50:13.898 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6274 | 2024-10-18T17:50:15.954Z | [ recovery-image] Oct 18 17:50:13.908 INFO O| Oct 18 17:50:13.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6275 | 2024-10-18T17:50:15.954Z | [ recovery-image] Oct 18 17:50:13.908 INFO O| Oct 18 17:50:13.908 INFO STEP 700 (remove_files) COMPLETE |
6276 | 2024-10-18T17:50:15.954Z | [ recovery-image] Oct 18 17:50:13.908 INFO O| Oct 18 17:50:13.908 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6277 | 2024-10-18T17:50:15.965Z | [ recovery-image] Oct 18 17:50:13.918 INFO O| Oct 18 17:50:13.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6278 | 2024-10-18T17:50:15.965Z | [ recovery-image] Oct 18 17:50:13.919 INFO O| Oct 18 17:50:13.918 INFO STEP 701 (remove_files) COMPLETE |
6279 | 2024-10-18T17:50:15.968Z | [ recovery-image] Oct 18 17:50:13.919 INFO O| Oct 18 17:50:13.919 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6280 | 2024-10-18T17:50:15.976Z | [ recovery-image] Oct 18 17:50:13.929 INFO O| Oct 18 17:50:13.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6281 | 2024-10-18T17:50:15.976Z | [ recovery-image] Oct 18 17:50:13.929 INFO O| Oct 18 17:50:13.929 INFO STEP 702 (remove_files) COMPLETE |
6282 | 2024-10-18T17:50:15.978Z | [ recovery-image] Oct 18 17:50:13.929 INFO O| Oct 18 17:50:13.929 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6283 | 2024-10-18T17:50:15.978Z | [ host-image] Oct 18 17:50:13.932 INFO O| Oct 18 17:50:13.931 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
6284 | 2024-10-18T17:50:15.985Z | [ recovery-image] Oct 18 17:50:13.939 INFO O| Oct 18 17:50:13.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6285 | 2024-10-18T17:50:15.988Z | [ recovery-image] Oct 18 17:50:13.939 INFO O| Oct 18 17:50:13.939 INFO STEP 703 (remove_files) COMPLETE |
6286 | 2024-10-18T17:50:15.988Z | [ recovery-image] Oct 18 17:50:13.939 INFO O| Oct 18 17:50:13.939 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6287 | 2024-10-18T17:50:15.996Z | [ recovery-image] Oct 18 17:50:13.950 INFO O| Oct 18 17:50:13.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6288 | 2024-10-18T17:50:15.999Z | [ recovery-image] Oct 18 17:50:13.951 INFO O| Oct 18 17:50:13.950 INFO STEP 704 (remove_files) COMPLETE |
6289 | 2024-10-18T17:50:15.999Z | [ recovery-image] Oct 18 17:50:13.951 INFO O| Oct 18 17:50:13.951 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6290 | 2024-10-18T17:50:16.007Z | [ recovery-image] Oct 18 17:50:13.961 INFO O| Oct 18 17:50:13.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6291 | 2024-10-18T17:50:16.010Z | [ recovery-image] Oct 18 17:50:13.961 INFO O| Oct 18 17:50:13.961 INFO STEP 705 (remove_files) COMPLETE |
6292 | 2024-10-18T17:50:16.010Z | [ recovery-image] Oct 18 17:50:13.961 INFO O| Oct 18 17:50:13.961 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6293 | 2024-10-18T17:50:16.017Z | [ recovery-image] Oct 18 17:50:13.971 INFO O| Oct 18 17:50:13.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6294 | 2024-10-18T17:50:16.017Z | [ recovery-image] Oct 18 17:50:13.971 INFO O| Oct 18 17:50:13.971 INFO STEP 706 (remove_files) COMPLETE |
6295 | 2024-10-18T17:50:16.017Z | [ recovery-image] Oct 18 17:50:13.971 INFO O| Oct 18 17:50:13.971 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6296 | 2024-10-18T17:50:16.028Z | [ recovery-image] Oct 18 17:50:13.981 INFO O| Oct 18 17:50:13.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6297 | 2024-10-18T17:50:16.028Z | [ recovery-image] Oct 18 17:50:13.981 INFO O| Oct 18 17:50:13.981 INFO STEP 707 (remove_files) COMPLETE |
6298 | 2024-10-18T17:50:16.031Z | [ recovery-image] Oct 18 17:50:13.981 INFO O| Oct 18 17:50:13.981 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6299 | 2024-10-18T17:50:16.038Z | [ recovery-image] Oct 18 17:50:13.991 INFO O| Oct 18 17:50:13.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6300 | 2024-10-18T17:50:16.040Z | [ recovery-image] Oct 18 17:50:13.991 INFO O| Oct 18 17:50:13.991 INFO STEP 708 (remove_files) COMPLETE |
6301 | 2024-10-18T17:50:16.040Z | [ recovery-image] Oct 18 17:50:13.991 INFO O| Oct 18 17:50:13.991 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6302 | 2024-10-18T17:50:16.050Z | [ recovery-image] Oct 18 17:50:14.003 INFO O| Oct 18 17:50:14.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6303 | 2024-10-18T17:50:16.050Z | [ recovery-image] Oct 18 17:50:14.003 INFO O| Oct 18 17:50:14.003 INFO STEP 709 (remove_files) COMPLETE |
6304 | 2024-10-18T17:50:16.050Z | [ recovery-image] Oct 18 17:50:14.003 INFO O| Oct 18 17:50:14.003 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6305 | 2024-10-18T17:50:16.064Z | [ recovery-image] Oct 18 17:50:14.017 INFO O| Oct 18 17:50:14.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6306 | 2024-10-18T17:50:16.066Z | [ recovery-image] Oct 18 17:50:14.017 INFO O| Oct 18 17:50:14.017 INFO STEP 710 (remove_files) COMPLETE |
6307 | 2024-10-18T17:50:16.066Z | [ recovery-image] Oct 18 17:50:14.017 INFO O| Oct 18 17:50:14.017 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6308 | 2024-10-18T17:50:16.076Z | [ recovery-image] Oct 18 17:50:14.030 INFO O| Oct 18 17:50:14.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6309 | 2024-10-18T17:50:16.076Z | [ recovery-image] Oct 18 17:50:14.030 INFO O| Oct 18 17:50:14.030 INFO STEP 711 (remove_files) COMPLETE |
6310 | 2024-10-18T17:50:16.076Z | [ recovery-image] Oct 18 17:50:14.030 INFO O| Oct 18 17:50:14.030 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6311 | 2024-10-18T17:50:16.087Z | [ recovery-image] Oct 18 17:50:14.040 INFO O| Oct 18 17:50:14.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6312 | 2024-10-18T17:50:16.089Z | [ recovery-image] Oct 18 17:50:14.040 INFO O| Oct 18 17:50:14.040 INFO STEP 712 (remove_files) COMPLETE |
6313 | 2024-10-18T17:50:16.089Z | [ recovery-image] Oct 18 17:50:14.040 INFO O| Oct 18 17:50:14.040 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6314 | 2024-10-18T17:50:16.098Z | [ recovery-image] Oct 18 17:50:14.052 INFO O| Oct 18 17:50:14.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6315 | 2024-10-18T17:50:16.098Z | [ recovery-image] Oct 18 17:50:14.052 INFO O| Oct 18 17:50:14.052 INFO STEP 713 (remove_files) COMPLETE |
6316 | 2024-10-18T17:50:16.101Z | [ recovery-image] Oct 18 17:50:14.052 INFO O| Oct 18 17:50:14.052 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6317 | 2024-10-18T17:50:16.108Z | [ recovery-image] Oct 18 17:50:14.062 INFO O| Oct 18 17:50:14.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6318 | 2024-10-18T17:50:16.111Z | [ recovery-image] Oct 18 17:50:14.062 INFO O| Oct 18 17:50:14.062 INFO STEP 714 (remove_files) COMPLETE |
6319 | 2024-10-18T17:50:16.111Z | [ recovery-image] Oct 18 17:50:14.063 INFO O| Oct 18 17:50:14.062 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6320 | 2024-10-18T17:50:16.119Z | [ recovery-image] Oct 18 17:50:14.072 INFO O| Oct 18 17:50:14.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6321 | 2024-10-18T17:50:16.121Z | [ recovery-image] Oct 18 17:50:14.073 INFO O| Oct 18 17:50:14.072 INFO STEP 715 (remove_files) COMPLETE |
6322 | 2024-10-18T17:50:16.121Z | [ recovery-image] Oct 18 17:50:14.073 INFO O| Oct 18 17:50:14.072 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6323 | 2024-10-18T17:50:16.128Z | [ recovery-image] Oct 18 17:50:14.082 INFO O| Oct 18 17:50:14.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6324 | 2024-10-18T17:50:16.131Z | [ recovery-image] Oct 18 17:50:14.082 INFO O| Oct 18 17:50:14.082 INFO STEP 716 (remove_files) COMPLETE |
6325 | 2024-10-18T17:50:16.131Z | [ recovery-image] Oct 18 17:50:14.082 INFO O| Oct 18 17:50:14.082 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6326 | 2024-10-18T17:50:16.138Z | [ recovery-image] Oct 18 17:50:14.092 INFO O| Oct 18 17:50:14.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6327 | 2024-10-18T17:50:16.138Z | [ recovery-image] Oct 18 17:50:14.092 INFO O| Oct 18 17:50:14.092 INFO STEP 717 (remove_files) COMPLETE |
6328 | 2024-10-18T17:50:16.138Z | [ recovery-image] Oct 18 17:50:14.092 INFO O| Oct 18 17:50:14.092 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6329 | 2024-10-18T17:50:16.149Z | [ recovery-image] Oct 18 17:50:14.102 INFO O| Oct 18 17:50:14.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6330 | 2024-10-18T17:50:16.149Z | [ recovery-image] Oct 18 17:50:14.103 INFO O| Oct 18 17:50:14.102 INFO STEP 718 (remove_files) COMPLETE |
6331 | 2024-10-18T17:50:16.149Z | [ recovery-image] Oct 18 17:50:14.103 INFO O| Oct 18 17:50:14.103 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6332 | 2024-10-18T17:50:16.159Z | [ recovery-image] Oct 18 17:50:14.113 INFO O| Oct 18 17:50:14.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6333 | 2024-10-18T17:50:16.162Z | [ recovery-image] Oct 18 17:50:14.114 INFO O| Oct 18 17:50:14.114 INFO STEP 719 (remove_files) COMPLETE |
6334 | 2024-10-18T17:50:16.162Z | [ recovery-image] Oct 18 17:50:14.114 INFO O| Oct 18 17:50:14.114 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6335 | 2024-10-18T17:50:16.172Z | [ recovery-image] Oct 18 17:50:14.126 INFO O| Oct 18 17:50:14.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6336 | 2024-10-18T17:50:16.172Z | [ recovery-image] Oct 18 17:50:14.126 INFO O| Oct 18 17:50:14.126 INFO STEP 720 (remove_files) COMPLETE |
6337 | 2024-10-18T17:50:16.172Z | [ recovery-image] Oct 18 17:50:14.126 INFO O| Oct 18 17:50:14.126 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6338 | 2024-10-18T17:50:16.182Z | [ recovery-image] Oct 18 17:50:14.136 INFO O| Oct 18 17:50:14.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6339 | 2024-10-18T17:50:16.185Z | [ recovery-image] Oct 18 17:50:14.137 INFO O| Oct 18 17:50:14.137 INFO STEP 721 (remove_files) COMPLETE |
6340 | 2024-10-18T17:50:16.185Z | [ recovery-image] Oct 18 17:50:14.137 INFO O| Oct 18 17:50:14.137 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6341 | 2024-10-18T17:50:16.194Z | [ recovery-image] Oct 18 17:50:14.148 INFO O| Oct 18 17:50:14.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6342 | 2024-10-18T17:50:16.195Z | [ recovery-image] Oct 18 17:50:14.148 INFO O| Oct 18 17:50:14.148 INFO STEP 722 (remove_files) COMPLETE |
6343 | 2024-10-18T17:50:16.197Z | [ recovery-image] Oct 18 17:50:14.148 INFO O| Oct 18 17:50:14.148 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6344 | 2024-10-18T17:50:16.206Z | [ recovery-image] Oct 18 17:50:14.159 INFO O| Oct 18 17:50:14.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6345 | 2024-10-18T17:50:16.209Z | [ recovery-image] Oct 18 17:50:14.159 INFO O| Oct 18 17:50:14.159 INFO STEP 723 (remove_files) COMPLETE |
6346 | 2024-10-18T17:50:16.209Z | [ recovery-image] Oct 18 17:50:14.159 INFO O| Oct 18 17:50:14.159 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6347 | 2024-10-18T17:50:16.216Z | [ recovery-image] Oct 18 17:50:14.169 INFO O| Oct 18 17:50:14.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6348 | 2024-10-18T17:50:16.216Z | [ recovery-image] Oct 18 17:50:14.169 INFO O| Oct 18 17:50:14.169 INFO STEP 724 (remove_files) COMPLETE |
6349 | 2024-10-18T17:50:16.216Z | [ recovery-image] Oct 18 17:50:14.169 INFO O| Oct 18 17:50:14.169 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6350 | 2024-10-18T17:50:16.228Z | [ recovery-image] Oct 18 17:50:14.181 INFO O| Oct 18 17:50:14.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6351 | 2024-10-18T17:50:16.230Z | [ recovery-image] Oct 18 17:50:14.181 INFO O| Oct 18 17:50:14.181 INFO STEP 725 (remove_files) COMPLETE |
6352 | 2024-10-18T17:50:16.230Z | [ recovery-image] Oct 18 17:50:14.181 INFO O| Oct 18 17:50:14.181 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6353 | 2024-10-18T17:50:16.240Z | [ recovery-image] Oct 18 17:50:14.193 INFO O| Oct 18 17:50:14.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6354 | 2024-10-18T17:50:16.242Z | [ recovery-image] Oct 18 17:50:14.194 INFO O| Oct 18 17:50:14.194 INFO STEP 726 (remove_files) COMPLETE |
6355 | 2024-10-18T17:50:16.242Z | [ recovery-image] Oct 18 17:50:14.194 INFO O| Oct 18 17:50:14.194 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6356 | 2024-10-18T17:50:16.252Z | [ recovery-image] Oct 18 17:50:14.205 INFO O| Oct 18 17:50:14.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6357 | 2024-10-18T17:50:16.254Z | [ recovery-image] Oct 18 17:50:14.205 INFO O| Oct 18 17:50:14.205 INFO STEP 727 (remove_files) COMPLETE |
6358 | 2024-10-18T17:50:16.254Z | [ recovery-image] Oct 18 17:50:14.205 INFO O| Oct 18 17:50:14.205 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6359 | 2024-10-18T17:50:16.263Z | [ recovery-image] Oct 18 17:50:14.216 INFO O| Oct 18 17:50:14.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6360 | 2024-10-18T17:50:16.263Z | [ recovery-image] Oct 18 17:50:14.216 INFO O| Oct 18 17:50:14.216 INFO STEP 728 (remove_files) COMPLETE |
6361 | 2024-10-18T17:50:16.263Z | [ recovery-image] Oct 18 17:50:14.216 INFO O| Oct 18 17:50:14.216 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6362 | 2024-10-18T17:50:16.274Z | [ recovery-image] Oct 18 17:50:14.228 INFO O| Oct 18 17:50:14.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6363 | 2024-10-18T17:50:16.277Z | [ recovery-image] Oct 18 17:50:14.228 INFO O| Oct 18 17:50:14.228 INFO STEP 729 (remove_files) COMPLETE |
6364 | 2024-10-18T17:50:16.277Z | [ recovery-image] Oct 18 17:50:14.228 INFO O| Oct 18 17:50:14.228 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6365 | 2024-10-18T17:50:16.286Z | [ recovery-image] Oct 18 17:50:14.239 INFO O| Oct 18 17:50:14.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6366 | 2024-10-18T17:50:16.288Z | [ recovery-image] Oct 18 17:50:14.239 INFO O| Oct 18 17:50:14.239 INFO STEP 730 (remove_files) COMPLETE |
6367 | 2024-10-18T17:50:16.288Z | [ recovery-image] Oct 18 17:50:14.239 INFO O| Oct 18 17:50:14.239 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6368 | 2024-10-18T17:50:16.297Z | [ recovery-image] Oct 18 17:50:14.251 INFO O| Oct 18 17:50:14.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6369 | 2024-10-18T17:50:16.300Z | [ recovery-image] Oct 18 17:50:14.251 INFO O| Oct 18 17:50:14.251 INFO STEP 731 (remove_files) COMPLETE |
6370 | 2024-10-18T17:50:16.300Z | [ recovery-image] Oct 18 17:50:14.251 INFO O| Oct 18 17:50:14.251 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6371 | 2024-10-18T17:50:16.310Z | [ recovery-image] Oct 18 17:50:14.263 INFO O| Oct 18 17:50:14.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6372 | 2024-10-18T17:50:16.310Z | [ recovery-image] Oct 18 17:50:14.263 INFO O| Oct 18 17:50:14.263 INFO STEP 732 (remove_files) COMPLETE |
6373 | 2024-10-18T17:50:16.312Z | [ recovery-image] Oct 18 17:50:14.263 INFO O| Oct 18 17:50:14.263 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6374 | 2024-10-18T17:50:16.321Z | [ recovery-image] Oct 18 17:50:14.275 INFO O| Oct 18 17:50:14.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6375 | 2024-10-18T17:50:16.321Z | [ recovery-image] Oct 18 17:50:14.275 INFO O| Oct 18 17:50:14.275 INFO STEP 733 (remove_files) COMPLETE |
6376 | 2024-10-18T17:50:16.323Z | [ recovery-image] Oct 18 17:50:14.275 INFO O| Oct 18 17:50:14.275 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6377 | 2024-10-18T17:50:16.333Z | [ recovery-image] Oct 18 17:50:14.287 INFO O| Oct 18 17:50:14.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6378 | 2024-10-18T17:50:16.333Z | [ recovery-image] Oct 18 17:50:14.287 INFO O| Oct 18 17:50:14.287 INFO STEP 734 (remove_files) COMPLETE |
6379 | 2024-10-18T17:50:16.336Z | [ recovery-image] Oct 18 17:50:14.287 INFO O| Oct 18 17:50:14.287 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6380 | 2024-10-18T17:50:16.346Z | [ recovery-image] Oct 18 17:50:14.299 INFO O| Oct 18 17:50:14.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6381 | 2024-10-18T17:50:16.346Z | [ recovery-image] Oct 18 17:50:14.299 INFO O| Oct 18 17:50:14.299 INFO STEP 735 (remove_files) COMPLETE |
6382 | 2024-10-18T17:50:16.346Z | [ recovery-image] Oct 18 17:50:14.299 INFO O| Oct 18 17:50:14.299 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6383 | 2024-10-18T17:50:16.357Z | [ recovery-image] Oct 18 17:50:14.310 INFO O| Oct 18 17:50:14.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6384 | 2024-10-18T17:50:16.360Z | [ recovery-image] Oct 18 17:50:14.310 INFO O| Oct 18 17:50:14.310 INFO STEP 736 (remove_files) COMPLETE |
6385 | 2024-10-18T17:50:16.360Z | [ recovery-image] Oct 18 17:50:14.311 INFO O| Oct 18 17:50:14.310 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6386 | 2024-10-18T17:50:16.367Z | [ recovery-image] Oct 18 17:50:14.321 INFO O| Oct 18 17:50:14.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6387 | 2024-10-18T17:50:16.370Z | [ recovery-image] Oct 18 17:50:14.321 INFO O| Oct 18 17:50:14.321 INFO STEP 737 (remove_files) COMPLETE |
6388 | 2024-10-18T17:50:16.370Z | [ recovery-image] Oct 18 17:50:14.321 INFO O| Oct 18 17:50:14.321 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6389 | 2024-10-18T17:50:16.379Z | [ recovery-image] Oct 18 17:50:14.333 INFO O| Oct 18 17:50:14.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6390 | 2024-10-18T17:50:16.379Z | [ recovery-image] Oct 18 17:50:14.333 INFO O| Oct 18 17:50:14.333 INFO STEP 738 (remove_files) COMPLETE |
6391 | 2024-10-18T17:50:16.379Z | [ recovery-image] Oct 18 17:50:14.333 INFO O| Oct 18 17:50:14.333 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6392 | 2024-10-18T17:50:16.390Z | [ recovery-image] Oct 18 17:50:14.344 INFO O| Oct 18 17:50:14.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6393 | 2024-10-18T17:50:16.393Z | [ recovery-image] Oct 18 17:50:14.344 INFO O| Oct 18 17:50:14.344 INFO STEP 739 (remove_files) COMPLETE |
6394 | 2024-10-18T17:50:16.393Z | [ recovery-image] Oct 18 17:50:14.344 INFO O| Oct 18 17:50:14.344 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6395 | 2024-10-18T17:50:16.393Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 5m 35s |
6396 | 2024-10-18T17:50:16.401Z | [ recovery-image] Oct 18 17:50:14.354 INFO O| Oct 18 17:50:14.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6397 | 2024-10-18T17:50:16.404Z | [ recovery-image] Oct 18 17:50:14.355 INFO O| Oct 18 17:50:14.354 INFO STEP 740 (remove_files) COMPLETE |
6398 | 2024-10-18T17:50:16.404Z | [ recovery-image] Oct 18 17:50:14.355 INFO O| Oct 18 17:50:14.355 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6399 | 2024-10-18T17:50:16.414Z | [ recovery-image] Oct 18 17:50:14.367 INFO O| Oct 18 17:50:14.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6400 | 2024-10-18T17:50:16.414Z | [ recovery-image] Oct 18 17:50:14.367 INFO O| Oct 18 17:50:14.367 INFO STEP 741 (remove_files) COMPLETE |
6401 | 2024-10-18T17:50:16.417Z | [ recovery-image] Oct 18 17:50:14.367 INFO O| Oct 18 17:50:14.367 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6402 | 2024-10-18T17:50:16.426Z | [ recovery-image] Oct 18 17:50:14.378 INFO O| Oct 18 17:50:14.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6403 | 2024-10-18T17:50:16.429Z | [ recovery-image] Oct 18 17:50:14.378 INFO O| Oct 18 17:50:14.378 INFO STEP 742 (remove_files) COMPLETE |
6404 | 2024-10-18T17:50:16.429Z | [ recovery-image] Oct 18 17:50:14.379 INFO O| Oct 18 17:50:14.378 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6405 | 2024-10-18T17:50:16.439Z | [ recovery-image] Oct 18 17:50:14.392 INFO O| Oct 18 17:50:14.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6406 | 2024-10-18T17:50:16.439Z | [ recovery-image] Oct 18 17:50:14.392 INFO O| Oct 18 17:50:14.392 INFO STEP 743 (remove_files) COMPLETE |
6407 | 2024-10-18T17:50:16.439Z | [ recovery-image] Oct 18 17:50:14.392 INFO O| Oct 18 17:50:14.392 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6408 | 2024-10-18T17:50:16.449Z | [ recovery-image] Oct 18 17:50:14.402 INFO O| Oct 18 17:50:14.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6409 | 2024-10-18T17:50:16.449Z | [ recovery-image] Oct 18 17:50:14.402 INFO O| Oct 18 17:50:14.402 INFO STEP 744 (remove_files) COMPLETE |
6410 | 2024-10-18T17:50:16.451Z | [ recovery-image] Oct 18 17:50:14.402 INFO O| Oct 18 17:50:14.402 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6411 | 2024-10-18T17:50:16.458Z | [ recovery-image] Oct 18 17:50:14.412 INFO O| Oct 18 17:50:14.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6412 | 2024-10-18T17:50:16.461Z | [ recovery-image] Oct 18 17:50:14.412 INFO O| Oct 18 17:50:14.412 INFO STEP 745 (remove_files) COMPLETE |
6413 | 2024-10-18T17:50:16.461Z | [ recovery-image] Oct 18 17:50:14.412 INFO O| Oct 18 17:50:14.412 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6414 | 2024-10-18T17:50:16.469Z | [ recovery-image] Oct 18 17:50:14.422 INFO O| Oct 18 17:50:14.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6415 | 2024-10-18T17:50:16.469Z | [ recovery-image] Oct 18 17:50:14.422 INFO O| Oct 18 17:50:14.422 INFO STEP 746 (remove_files) COMPLETE |
6416 | 2024-10-18T17:50:16.472Z | [ recovery-image] Oct 18 17:50:14.422 INFO O| Oct 18 17:50:14.422 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6417 | 2024-10-18T17:50:16.480Z | [ recovery-image] Oct 18 17:50:14.433 INFO O| Oct 18 17:50:14.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6418 | 2024-10-18T17:50:16.480Z | [ recovery-image] Oct 18 17:50:14.433 INFO O| Oct 18 17:50:14.433 INFO STEP 747 (remove_files) COMPLETE |
6419 | 2024-10-18T17:50:16.483Z | [ recovery-image] Oct 18 17:50:14.433 INFO O| Oct 18 17:50:14.433 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6420 | 2024-10-18T17:50:16.490Z | [ recovery-image] Oct 18 17:50:14.443 INFO O| Oct 18 17:50:14.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6421 | 2024-10-18T17:50:16.490Z | [ recovery-image] Oct 18 17:50:14.443 INFO O| Oct 18 17:50:14.443 INFO STEP 748 (remove_files) COMPLETE |
6422 | 2024-10-18T17:50:16.493Z | [ recovery-image] Oct 18 17:50:14.443 INFO O| Oct 18 17:50:14.443 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6423 | 2024-10-18T17:50:16.500Z | [ recovery-image] Oct 18 17:50:14.453 INFO O| Oct 18 17:50:14.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6424 | 2024-10-18T17:50:16.502Z | [ recovery-image] Oct 18 17:50:14.453 INFO O| Oct 18 17:50:14.453 INFO STEP 749 (remove_files) COMPLETE |
6425 | 2024-10-18T17:50:16.502Z | [ recovery-image] Oct 18 17:50:14.453 INFO O| Oct 18 17:50:14.453 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6426 | 2024-10-18T17:50:16.510Z | [ recovery-image] Oct 18 17:50:14.463 INFO O| Oct 18 17:50:14.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6427 | 2024-10-18T17:50:16.510Z | [ recovery-image] Oct 18 17:50:14.463 INFO O| Oct 18 17:50:14.463 INFO STEP 750 (remove_files) COMPLETE |
6428 | 2024-10-18T17:50:16.513Z | [ recovery-image] Oct 18 17:50:14.463 INFO O| Oct 18 17:50:14.463 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6429 | 2024-10-18T17:50:16.520Z | [ recovery-image] Oct 18 17:50:14.473 INFO O| Oct 18 17:50:14.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6430 | 2024-10-18T17:50:16.520Z | [ recovery-image] Oct 18 17:50:14.473 INFO O| Oct 18 17:50:14.473 INFO STEP 751 (remove_files) COMPLETE |
6431 | 2024-10-18T17:50:16.523Z | [ recovery-image] Oct 18 17:50:14.473 INFO O| Oct 18 17:50:14.473 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6432 | 2024-10-18T17:50:16.531Z | [ recovery-image] Oct 18 17:50:14.484 INFO O| Oct 18 17:50:14.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6433 | 2024-10-18T17:50:16.531Z | [ recovery-image] Oct 18 17:50:14.484 INFO O| Oct 18 17:50:14.484 INFO STEP 752 (remove_files) COMPLETE |
6434 | 2024-10-18T17:50:16.531Z | [ recovery-image] Oct 18 17:50:14.484 INFO O| Oct 18 17:50:14.484 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6435 | 2024-10-18T17:50:16.540Z | [ recovery-image] Oct 18 17:50:14.493 INFO O| Oct 18 17:50:14.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6436 | 2024-10-18T17:50:16.543Z | [ recovery-image] Oct 18 17:50:14.494 INFO O| Oct 18 17:50:14.494 INFO STEP 753 (remove_files) COMPLETE |
6437 | 2024-10-18T17:50:16.543Z | [ recovery-image] Oct 18 17:50:14.494 INFO O| Oct 18 17:50:14.494 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6438 | 2024-10-18T17:50:16.551Z | [ recovery-image] Oct 18 17:50:14.504 INFO O| Oct 18 17:50:14.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6439 | 2024-10-18T17:50:16.554Z | [ recovery-image] Oct 18 17:50:14.504 INFO O| Oct 18 17:50:14.504 INFO STEP 754 (remove_files) COMPLETE |
6440 | 2024-10-18T17:50:16.554Z | [ recovery-image] Oct 18 17:50:14.504 INFO O| Oct 18 17:50:14.504 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6441 | 2024-10-18T17:50:16.563Z | [ recovery-image] Oct 18 17:50:14.516 INFO O| Oct 18 17:50:14.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6442 | 2024-10-18T17:50:16.563Z | [ recovery-image] Oct 18 17:50:14.516 INFO O| Oct 18 17:50:14.516 INFO STEP 755 (remove_files) COMPLETE |
6443 | 2024-10-18T17:50:16.565Z | [ recovery-image] Oct 18 17:50:14.516 INFO O| Oct 18 17:50:14.516 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6444 | 2024-10-18T17:50:16.574Z | [ recovery-image] Oct 18 17:50:14.527 INFO O| Oct 18 17:50:14.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6445 | 2024-10-18T17:50:16.577Z | [ recovery-image] Oct 18 17:50:14.527 INFO O| Oct 18 17:50:14.527 INFO STEP 756 (remove_files) COMPLETE |
6446 | 2024-10-18T17:50:16.577Z | [ recovery-image] Oct 18 17:50:14.527 INFO O| Oct 18 17:50:14.527 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6447 | 2024-10-18T17:50:16.584Z | [ recovery-image] Oct 18 17:50:14.537 INFO O| Oct 18 17:50:14.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6448 | 2024-10-18T17:50:16.584Z | [ recovery-image] Oct 18 17:50:14.538 INFO O| Oct 18 17:50:14.537 INFO STEP 757 (remove_files) COMPLETE |
6449 | 2024-10-18T17:50:16.587Z | [ recovery-image] Oct 18 17:50:14.538 INFO O| Oct 18 17:50:14.538 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6450 | 2024-10-18T17:50:16.594Z | [ recovery-image] Oct 18 17:50:14.547 INFO O| Oct 18 17:50:14.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6451 | 2024-10-18T17:50:16.597Z | [ recovery-image] Oct 18 17:50:14.547 INFO O| Oct 18 17:50:14.547 INFO STEP 758 (remove_files) COMPLETE |
6452 | 2024-10-18T17:50:16.597Z | [ recovery-image] Oct 18 17:50:14.547 INFO O| Oct 18 17:50:14.547 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6453 | 2024-10-18T17:50:16.604Z | [ recovery-image] Oct 18 17:50:14.557 INFO O| Oct 18 17:50:14.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6454 | 2024-10-18T17:50:16.607Z | [ recovery-image] Oct 18 17:50:14.557 INFO O| Oct 18 17:50:14.557 INFO STEP 759 (remove_files) COMPLETE |
6455 | 2024-10-18T17:50:16.607Z | [ recovery-image] Oct 18 17:50:14.557 INFO O| Oct 18 17:50:14.557 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6456 | 2024-10-18T17:50:16.614Z | [ recovery-image] Oct 18 17:50:14.567 INFO O| Oct 18 17:50:14.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6457 | 2024-10-18T17:50:16.616Z | [ recovery-image] Oct 18 17:50:14.567 INFO O| Oct 18 17:50:14.567 INFO STEP 760 (remove_files) COMPLETE |
6458 | 2024-10-18T17:50:16.617Z | [ recovery-image] Oct 18 17:50:14.567 INFO O| Oct 18 17:50:14.567 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6459 | 2024-10-18T17:50:16.623Z | [ recovery-image] Oct 18 17:50:14.577 INFO O| Oct 18 17:50:14.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6460 | 2024-10-18T17:50:16.623Z | [ recovery-image] Oct 18 17:50:14.577 INFO O| Oct 18 17:50:14.577 INFO STEP 761 (remove_files) COMPLETE |
6461 | 2024-10-18T17:50:16.623Z | [ recovery-image] Oct 18 17:50:14.577 INFO O| Oct 18 17:50:14.577 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6462 | 2024-10-18T17:50:16.633Z | [ recovery-image] Oct 18 17:50:14.586 INFO O| Oct 18 17:50:14.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6463 | 2024-10-18T17:50:16.636Z | [ recovery-image] Oct 18 17:50:14.586 INFO O| Oct 18 17:50:14.586 INFO STEP 762 (remove_files) COMPLETE |
6464 | 2024-10-18T17:50:16.636Z | [ recovery-image] Oct 18 17:50:14.587 INFO O| Oct 18 17:50:14.586 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2024-10-18T17:50:16.644Z | [ recovery-image] Oct 18 17:50:14.597 INFO O| Oct 18 17:50:14.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6466 | 2024-10-18T17:50:16.644Z | [ recovery-image] Oct 18 17:50:14.597 INFO O| Oct 18 17:50:14.597 INFO STEP 763 (remove_files) COMPLETE |
6467 | 2024-10-18T17:50:16.646Z | [ recovery-image] Oct 18 17:50:14.597 INFO O| Oct 18 17:50:14.597 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2024-10-18T17:50:16.653Z | [ recovery-image] Oct 18 17:50:14.607 INFO O| Oct 18 17:50:14.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6469 | 2024-10-18T17:50:16.653Z | [ recovery-image] Oct 18 17:50:14.607 INFO O| Oct 18 17:50:14.607 INFO STEP 764 (remove_files) COMPLETE |
6470 | 2024-10-18T17:50:16.656Z | [ recovery-image] Oct 18 17:50:14.607 INFO O| Oct 18 17:50:14.607 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6471 | 2024-10-18T17:50:16.663Z | [ recovery-image] Oct 18 17:50:14.616 INFO O| Oct 18 17:50:14.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6472 | 2024-10-18T17:50:16.663Z | [ recovery-image] Oct 18 17:50:14.616 INFO O| Oct 18 17:50:14.616 INFO STEP 765 (remove_files) COMPLETE |
6473 | 2024-10-18T17:50:16.663Z | [ recovery-image] Oct 18 17:50:14.616 INFO O| Oct 18 17:50:14.616 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2024-10-18T17:50:16.674Z | [ recovery-image] Oct 18 17:50:14.627 INFO O| Oct 18 17:50:14.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6475 | 2024-10-18T17:50:16.674Z | [ recovery-image] Oct 18 17:50:14.627 INFO O| Oct 18 17:50:14.627 INFO STEP 766 (remove_files) COMPLETE |
6476 | 2024-10-18T17:50:16.676Z | [ recovery-image] Oct 18 17:50:14.627 INFO O| Oct 18 17:50:14.627 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6477 | 2024-10-18T17:50:16.684Z | [ recovery-image] Oct 18 17:50:14.638 INFO O| Oct 18 17:50:14.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6478 | 2024-10-18T17:50:16.687Z | [ recovery-image] Oct 18 17:50:14.638 INFO O| Oct 18 17:50:14.638 INFO STEP 767 (remove_files) COMPLETE |
6479 | 2024-10-18T17:50:16.687Z | [ recovery-image] Oct 18 17:50:14.638 INFO O| Oct 18 17:50:14.638 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6480 | 2024-10-18T17:50:16.691Z | Oct 18 17:50:14.644 INFO [verify-libraries] process exited with exit status: 0 (340.046046341s) |
6481 | 2024-10-18T17:50:16.696Z | [ recovery-image] Oct 18 17:50:14.649 INFO O| Oct 18 17:50:14.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6482 | 2024-10-18T17:50:16.696Z | [ recovery-image] Oct 18 17:50:14.649 INFO O| Oct 18 17:50:14.649 INFO STEP 768 (remove_files) COMPLETE |
6483 | 2024-10-18T17:50:16.696Z | [ recovery-image] Oct 18 17:50:14.649 INFO O| Oct 18 17:50:14.649 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6484 | 2024-10-18T17:50:16.704Z | [ recovery-image] Oct 18 17:50:14.658 INFO O| Oct 18 17:50:14.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6485 | 2024-10-18T17:50:16.705Z | [ recovery-image] Oct 18 17:50:14.658 INFO O| Oct 18 17:50:14.658 INFO STEP 769 (remove_files) COMPLETE |
6486 | 2024-10-18T17:50:16.705Z | [ recovery-image] Oct 18 17:50:14.658 INFO O| Oct 18 17:50:14.658 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6487 | 2024-10-18T17:50:16.714Z | [ recovery-image] Oct 18 17:50:14.667 INFO O| Oct 18 17:50:14.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6488 | 2024-10-18T17:50:16.714Z | [ recovery-image] Oct 18 17:50:14.667 INFO O| Oct 18 17:50:14.667 INFO STEP 770 (remove_files) COMPLETE |
6489 | 2024-10-18T17:50:16.716Z | [ recovery-image] Oct 18 17:50:14.667 INFO O| Oct 18 17:50:14.667 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6490 | 2024-10-18T17:50:16.725Z | [ recovery-image] Oct 18 17:50:14.678 INFO O| Oct 18 17:50:14.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6491 | 2024-10-18T17:50:16.725Z | [ recovery-image] Oct 18 17:50:14.678 INFO O| Oct 18 17:50:14.678 INFO STEP 771 (remove_files) COMPLETE |
6492 | 2024-10-18T17:50:16.728Z | [ recovery-image] Oct 18 17:50:14.678 INFO O| Oct 18 17:50:14.678 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6493 | 2024-10-18T17:50:16.735Z | [ recovery-image] Oct 18 17:50:14.688 INFO O| Oct 18 17:50:14.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6494 | 2024-10-18T17:50:16.735Z | [ recovery-image] Oct 18 17:50:14.688 INFO O| Oct 18 17:50:14.688 INFO STEP 772 (remove_files) COMPLETE |
6495 | 2024-10-18T17:50:16.738Z | [ recovery-image] Oct 18 17:50:14.688 INFO O| Oct 18 17:50:14.688 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6496 | 2024-10-18T17:50:16.745Z | [ recovery-image] Oct 18 17:50:14.698 INFO O| Oct 18 17:50:14.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6497 | 2024-10-18T17:50:16.748Z | [ recovery-image] Oct 18 17:50:14.698 INFO O| Oct 18 17:50:14.698 INFO STEP 773 (remove_files) COMPLETE |
6498 | 2024-10-18T17:50:16.748Z | [ recovery-image] Oct 18 17:50:14.698 INFO O| Oct 18 17:50:14.698 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6499 | 2024-10-18T17:50:16.755Z | [ recovery-image] Oct 18 17:50:14.709 INFO O| Oct 18 17:50:14.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6500 | 2024-10-18T17:50:16.755Z | [ recovery-image] Oct 18 17:50:14.709 INFO O| Oct 18 17:50:14.709 INFO STEP 774 (remove_files) COMPLETE |
6501 | 2024-10-18T17:50:16.758Z | [ recovery-image] Oct 18 17:50:14.709 INFO O| Oct 18 17:50:14.709 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6502 | 2024-10-18T17:50:16.765Z | [ recovery-image] Oct 18 17:50:14.719 INFO O| Oct 18 17:50:14.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6503 | 2024-10-18T17:50:16.768Z | [ recovery-image] Oct 18 17:50:14.719 INFO O| Oct 18 17:50:14.719 INFO STEP 775 (remove_files) COMPLETE |
6504 | 2024-10-18T17:50:16.768Z | [ recovery-image] Oct 18 17:50:14.719 INFO O| Oct 18 17:50:14.719 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6505 | 2024-10-18T17:50:16.776Z | [ recovery-image] Oct 18 17:50:14.729 INFO O| Oct 18 17:50:14.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6506 | 2024-10-18T17:50:16.776Z | [ recovery-image] Oct 18 17:50:14.729 INFO O| Oct 18 17:50:14.729 INFO STEP 776 (remove_files) COMPLETE |
6507 | 2024-10-18T17:50:16.776Z | [ recovery-image] Oct 18 17:50:14.729 INFO O| Oct 18 17:50:14.729 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6508 | 2024-10-18T17:50:16.786Z | [ recovery-image] Oct 18 17:50:14.739 INFO O| Oct 18 17:50:14.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6509 | 2024-10-18T17:50:16.789Z | [ recovery-image] Oct 18 17:50:14.739 INFO O| Oct 18 17:50:14.739 INFO STEP 777 (remove_files) COMPLETE |
6510 | 2024-10-18T17:50:16.789Z | [ recovery-image] Oct 18 17:50:14.739 INFO O| Oct 18 17:50:14.739 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6511 | 2024-10-18T17:50:16.796Z | [ recovery-image] Oct 18 17:50:14.749 INFO O| Oct 18 17:50:14.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6512 | 2024-10-18T17:50:16.796Z | [ recovery-image] Oct 18 17:50:14.749 INFO O| Oct 18 17:50:14.749 INFO STEP 778 (remove_files) COMPLETE |
6513 | 2024-10-18T17:50:16.798Z | [ recovery-image] Oct 18 17:50:14.749 INFO O| Oct 18 17:50:14.749 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6514 | 2024-10-18T17:50:16.805Z | [ recovery-image] Oct 18 17:50:14.759 INFO O| Oct 18 17:50:14.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6515 | 2024-10-18T17:50:16.808Z | [ recovery-image] Oct 18 17:50:14.759 INFO O| Oct 18 17:50:14.759 INFO STEP 779 (remove_files) COMPLETE |
6516 | 2024-10-18T17:50:16.808Z | [ recovery-image] Oct 18 17:50:14.759 INFO O| Oct 18 17:50:14.759 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6517 | 2024-10-18T17:50:16.815Z | [ recovery-image] Oct 18 17:50:14.768 INFO O| Oct 18 17:50:14.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6518 | 2024-10-18T17:50:16.818Z | [ recovery-image] Oct 18 17:50:14.768 INFO O| Oct 18 17:50:14.768 INFO STEP 780 (remove_files) COMPLETE |
6519 | 2024-10-18T17:50:16.818Z | [ recovery-image] Oct 18 17:50:14.768 INFO O| Oct 18 17:50:14.768 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6520 | 2024-10-18T17:50:16.824Z | [ recovery-image] Oct 18 17:50:14.777 INFO O| Oct 18 17:50:14.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6521 | 2024-10-18T17:50:16.824Z | [ recovery-image] Oct 18 17:50:14.778 INFO O| Oct 18 17:50:14.778 INFO STEP 781 (remove_files) COMPLETE |
6522 | 2024-10-18T17:50:16.824Z | [ recovery-image] Oct 18 17:50:14.778 INFO O| Oct 18 17:50:14.778 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6523 | 2024-10-18T17:50:16.834Z | [ recovery-image] Oct 18 17:50:14.787 INFO O| Oct 18 17:50:14.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6524 | 2024-10-18T17:50:16.836Z | [ recovery-image] Oct 18 17:50:14.787 INFO O| Oct 18 17:50:14.787 INFO STEP 782 (remove_files) COMPLETE |
6525 | 2024-10-18T17:50:16.836Z | [ recovery-image] Oct 18 17:50:14.787 INFO O| Oct 18 17:50:14.787 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6526 | 2024-10-18T17:50:16.843Z | [ recovery-image] Oct 18 17:50:14.796 INFO O| Oct 18 17:50:14.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6527 | 2024-10-18T17:50:16.843Z | [ recovery-image] Oct 18 17:50:14.796 INFO O| Oct 18 17:50:14.796 INFO STEP 783 (remove_files) COMPLETE |
6528 | 2024-10-18T17:50:16.845Z | [ recovery-image] Oct 18 17:50:14.796 INFO O| Oct 18 17:50:14.796 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6529 | 2024-10-18T17:50:16.852Z | [ recovery-image] Oct 18 17:50:14.805 INFO O| Oct 18 17:50:14.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6530 | 2024-10-18T17:50:16.855Z | [ recovery-image] Oct 18 17:50:14.805 INFO O| Oct 18 17:50:14.805 INFO STEP 784 (remove_files) COMPLETE |
6531 | 2024-10-18T17:50:16.855Z | [ recovery-image] Oct 18 17:50:14.806 INFO O| Oct 18 17:50:14.805 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6532 | 2024-10-18T17:50:16.862Z | [ recovery-image] Oct 18 17:50:14.815 INFO O| Oct 18 17:50:14.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6533 | 2024-10-18T17:50:16.864Z | [ recovery-image] Oct 18 17:50:14.815 INFO O| Oct 18 17:50:14.815 INFO STEP 785 (remove_files) COMPLETE |
6534 | 2024-10-18T17:50:16.864Z | [ recovery-image] Oct 18 17:50:14.815 INFO O| Oct 18 17:50:14.815 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6535 | 2024-10-18T17:50:16.871Z | [ recovery-image] Oct 18 17:50:14.824 INFO O| Oct 18 17:50:14.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6536 | 2024-10-18T17:50:16.871Z | [ recovery-image] Oct 18 17:50:14.824 INFO O| Oct 18 17:50:14.824 INFO STEP 786 (remove_files) COMPLETE |
6537 | 2024-10-18T17:50:16.873Z | [ recovery-image] Oct 18 17:50:14.824 INFO O| Oct 18 17:50:14.824 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6538 | 2024-10-18T17:50:16.880Z | [ recovery-image] Oct 18 17:50:14.834 INFO O| Oct 18 17:50:14.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6539 | 2024-10-18T17:50:16.883Z | [ recovery-image] Oct 18 17:50:14.834 INFO O| Oct 18 17:50:14.834 INFO STEP 787 (remove_files) COMPLETE |
6540 | 2024-10-18T17:50:16.883Z | [ recovery-image] Oct 18 17:50:14.834 INFO O| Oct 18 17:50:14.834 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6541 | 2024-10-18T17:50:16.890Z | [ recovery-image] Oct 18 17:50:14.843 INFO O| Oct 18 17:50:14.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6542 | 2024-10-18T17:50:16.892Z | [ recovery-image] Oct 18 17:50:14.843 INFO O| Oct 18 17:50:14.843 INFO STEP 788 (remove_files) COMPLETE |
6543 | 2024-10-18T17:50:16.892Z | [ recovery-image] Oct 18 17:50:14.843 INFO O| Oct 18 17:50:14.843 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6544 | 2024-10-18T17:50:16.899Z | [ recovery-image] Oct 18 17:50:14.852 INFO O| Oct 18 17:50:14.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6545 | 2024-10-18T17:50:16.902Z | [ recovery-image] Oct 18 17:50:14.852 INFO O| Oct 18 17:50:14.852 INFO STEP 789 (remove_files) COMPLETE |
6546 | 2024-10-18T17:50:16.902Z | [ recovery-image] Oct 18 17:50:14.852 INFO O| Oct 18 17:50:14.852 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6547 | 2024-10-18T17:50:16.909Z | [ recovery-image] Oct 18 17:50:14.862 INFO O| Oct 18 17:50:14.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6548 | 2024-10-18T17:50:16.911Z | [ recovery-image] Oct 18 17:50:14.862 INFO O| Oct 18 17:50:14.862 INFO STEP 790 (remove_files) COMPLETE |
6549 | 2024-10-18T17:50:16.911Z | [ recovery-image] Oct 18 17:50:14.862 INFO O| Oct 18 17:50:14.862 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6550 | 2024-10-18T17:50:16.918Z | [ recovery-image] Oct 18 17:50:14.871 INFO O| Oct 18 17:50:14.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6551 | 2024-10-18T17:50:16.918Z | [ recovery-image] Oct 18 17:50:14.871 INFO O| Oct 18 17:50:14.871 INFO STEP 791 (remove_files) COMPLETE |
6552 | 2024-10-18T17:50:16.921Z | [ recovery-image] Oct 18 17:50:14.871 INFO O| Oct 18 17:50:14.871 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6553 | 2024-10-18T17:50:16.927Z | [ recovery-image] Oct 18 17:50:14.880 INFO O| Oct 18 17:50:14.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6554 | 2024-10-18T17:50:16.927Z | [ recovery-image] Oct 18 17:50:14.880 INFO O| Oct 18 17:50:14.880 INFO STEP 792 (remove_files) COMPLETE |
6555 | 2024-10-18T17:50:16.930Z | [ recovery-image] Oct 18 17:50:14.880 INFO O| Oct 18 17:50:14.880 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6556 | 2024-10-18T17:50:16.937Z | [ recovery-image] Oct 18 17:50:14.890 INFO O| Oct 18 17:50:14.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6557 | 2024-10-18T17:50:16.937Z | [ recovery-image] Oct 18 17:50:14.890 INFO O| Oct 18 17:50:14.890 INFO STEP 793 (remove_files) COMPLETE |
6558 | 2024-10-18T17:50:16.937Z | [ recovery-image] Oct 18 17:50:14.890 INFO O| Oct 18 17:50:14.890 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6559 | 2024-10-18T17:50:16.946Z | [ recovery-image] Oct 18 17:50:14.899 INFO O| Oct 18 17:50:14.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6560 | 2024-10-18T17:50:16.948Z | [ recovery-image] Oct 18 17:50:14.899 INFO O| Oct 18 17:50:14.899 INFO STEP 794 (remove_files) COMPLETE |
6561 | 2024-10-18T17:50:16.949Z | [ recovery-image] Oct 18 17:50:14.899 INFO O| Oct 18 17:50:14.899 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6562 | 2024-10-18T17:50:16.955Z | [ recovery-image] Oct 18 17:50:14.908 INFO O| Oct 18 17:50:14.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6563 | 2024-10-18T17:50:16.958Z | [ recovery-image] Oct 18 17:50:14.909 INFO O| Oct 18 17:50:14.908 INFO STEP 795 (remove_files) COMPLETE |
6564 | 2024-10-18T17:50:16.958Z | [ recovery-image] Oct 18 17:50:14.909 INFO O| Oct 18 17:50:14.909 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6565 | 2024-10-18T17:50:16.965Z | [ recovery-image] Oct 18 17:50:14.918 INFO O| Oct 18 17:50:14.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6566 | 2024-10-18T17:50:16.967Z | [ recovery-image] Oct 18 17:50:14.918 INFO O| Oct 18 17:50:14.918 INFO STEP 796 (remove_files) COMPLETE |
6567 | 2024-10-18T17:50:16.967Z | [ recovery-image] Oct 18 17:50:14.918 INFO O| Oct 18 17:50:14.918 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6568 | 2024-10-18T17:50:16.974Z | [ recovery-image] Oct 18 17:50:14.927 INFO O| Oct 18 17:50:14.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6569 | 2024-10-18T17:50:16.974Z | [ recovery-image] Oct 18 17:50:14.927 INFO O| Oct 18 17:50:14.927 INFO STEP 797 (remove_files) COMPLETE |
6570 | 2024-10-18T17:50:16.974Z | [ recovery-image] Oct 18 17:50:14.927 INFO O| Oct 18 17:50:14.927 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6571 | 2024-10-18T17:50:16.983Z | [ recovery-image] Oct 18 17:50:14.937 INFO O| Oct 18 17:50:14.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6572 | 2024-10-18T17:50:16.983Z | [ recovery-image] Oct 18 17:50:14.937 INFO O| Oct 18 17:50:14.937 INFO STEP 798 (remove_files) COMPLETE |
6573 | 2024-10-18T17:50:16.986Z | [ recovery-image] Oct 18 17:50:14.937 INFO O| Oct 18 17:50:14.937 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6574 | 2024-10-18T17:50:16.993Z | [ recovery-image] Oct 18 17:50:14.946 INFO O| Oct 18 17:50:14.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6575 | 2024-10-18T17:50:16.993Z | [ recovery-image] Oct 18 17:50:14.946 INFO O| Oct 18 17:50:14.946 INFO STEP 799 (remove_files) COMPLETE |
6576 | 2024-10-18T17:50:16.995Z | [ recovery-image] Oct 18 17:50:14.946 INFO O| Oct 18 17:50:14.946 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6577 | 2024-10-18T17:50:17.002Z | [ recovery-image] Oct 18 17:50:14.955 INFO O| Oct 18 17:50:14.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6578 | 2024-10-18T17:50:17.004Z | [ recovery-image] Oct 18 17:50:14.955 INFO O| Oct 18 17:50:14.955 INFO STEP 800 (remove_files) COMPLETE |
6579 | 2024-10-18T17:50:17.004Z | [ recovery-image] Oct 18 17:50:14.955 INFO O| Oct 18 17:50:14.955 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6580 | 2024-10-18T17:50:17.011Z | [ recovery-image] Oct 18 17:50:14.964 INFO O| Oct 18 17:50:14.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6581 | 2024-10-18T17:50:17.014Z | [ recovery-image] Oct 18 17:50:14.965 INFO O| Oct 18 17:50:14.965 INFO STEP 801 (remove_files) COMPLETE |
6582 | 2024-10-18T17:50:17.014Z | [ recovery-image] Oct 18 17:50:14.965 INFO O| Oct 18 17:50:14.965 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6583 | 2024-10-18T17:50:17.022Z | [ recovery-image] Oct 18 17:50:14.974 INFO O| Oct 18 17:50:14.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6584 | 2024-10-18T17:50:17.022Z | [ recovery-image] Oct 18 17:50:14.974 INFO O| Oct 18 17:50:14.974 INFO STEP 802 (remove_files) COMPLETE |
6585 | 2024-10-18T17:50:17.024Z | [ recovery-image] Oct 18 17:50:14.974 INFO O| Oct 18 17:50:14.974 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6586 | 2024-10-18T17:50:17.031Z | [ recovery-image] Oct 18 17:50:14.984 INFO O| Oct 18 17:50:14.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6587 | 2024-10-18T17:50:17.031Z | [ recovery-image] Oct 18 17:50:14.984 INFO O| Oct 18 17:50:14.984 INFO STEP 803 (remove_files) COMPLETE |
6588 | 2024-10-18T17:50:17.034Z | [ recovery-image] Oct 18 17:50:14.984 INFO O| Oct 18 17:50:14.984 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6589 | 2024-10-18T17:50:17.041Z | [ recovery-image] Oct 18 17:50:14.994 INFO O| Oct 18 17:50:14.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6590 | 2024-10-18T17:50:17.044Z | [ recovery-image] Oct 18 17:50:14.994 INFO O| Oct 18 17:50:14.994 INFO STEP 804 (remove_files) COMPLETE |
6591 | 2024-10-18T17:50:17.044Z | [ recovery-image] Oct 18 17:50:14.994 INFO O| Oct 18 17:50:14.994 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6592 | 2024-10-18T17:50:17.052Z | [ recovery-image] Oct 18 17:50:15.005 INFO O| Oct 18 17:50:15.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6593 | 2024-10-18T17:50:17.052Z | [ recovery-image] Oct 18 17:50:15.005 INFO O| Oct 18 17:50:15.005 INFO STEP 805 (remove_files) COMPLETE |
6594 | 2024-10-18T17:50:17.052Z | [ recovery-image] Oct 18 17:50:15.005 INFO O| Oct 18 17:50:15.005 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6595 | 2024-10-18T17:50:17.063Z | [ recovery-image] Oct 18 17:50:15.016 INFO O| Oct 18 17:50:15.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6596 | 2024-10-18T17:50:17.063Z | [ recovery-image] Oct 18 17:50:15.016 INFO O| Oct 18 17:50:15.016 INFO STEP 806 (remove_files) COMPLETE |
6597 | 2024-10-18T17:50:17.065Z | [ recovery-image] Oct 18 17:50:15.016 INFO O| Oct 18 17:50:15.016 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6598 | 2024-10-18T17:50:17.074Z | [ recovery-image] Oct 18 17:50:15.027 INFO O| Oct 18 17:50:15.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6599 | 2024-10-18T17:50:17.074Z | [ recovery-image] Oct 18 17:50:15.027 INFO O| Oct 18 17:50:15.027 INFO STEP 807 (remove_files) COMPLETE |
6600 | 2024-10-18T17:50:17.077Z | [ recovery-image] Oct 18 17:50:15.027 INFO O| Oct 18 17:50:15.027 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6601 | 2024-10-18T17:50:17.084Z | [ recovery-image] Oct 18 17:50:15.037 INFO O| Oct 18 17:50:15.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6602 | 2024-10-18T17:50:17.086Z | [ recovery-image] Oct 18 17:50:15.037 INFO O| Oct 18 17:50:15.037 INFO STEP 808 (remove_files) COMPLETE |
6603 | 2024-10-18T17:50:17.087Z | [ recovery-image] Oct 18 17:50:15.037 INFO O| Oct 18 17:50:15.037 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6604 | 2024-10-18T17:50:17.095Z | [ recovery-image] Oct 18 17:50:15.048 INFO O| Oct 18 17:50:15.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6605 | 2024-10-18T17:50:17.095Z | [ recovery-image] Oct 18 17:50:15.048 INFO O| Oct 18 17:50:15.048 INFO STEP 809 (remove_files) COMPLETE |
6606 | 2024-10-18T17:50:17.097Z | [ recovery-image] Oct 18 17:50:15.048 INFO O| Oct 18 17:50:15.048 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6607 | 2024-10-18T17:50:17.106Z | [ recovery-image] Oct 18 17:50:15.059 INFO O| Oct 18 17:50:15.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6608 | 2024-10-18T17:50:17.108Z | [ recovery-image] Oct 18 17:50:15.059 INFO O| Oct 18 17:50:15.059 INFO STEP 810 (remove_files) COMPLETE |
6609 | 2024-10-18T17:50:17.108Z | [ recovery-image] Oct 18 17:50:15.059 INFO O| Oct 18 17:50:15.059 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6610 | 2024-10-18T17:50:17.116Z | [ recovery-image] Oct 18 17:50:15.069 INFO O| Oct 18 17:50:15.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6611 | 2024-10-18T17:50:17.116Z | [ recovery-image] Oct 18 17:50:15.069 INFO O| Oct 18 17:50:15.069 INFO STEP 811 (remove_files) COMPLETE |
6612 | 2024-10-18T17:50:17.116Z | [ recovery-image] Oct 18 17:50:15.069 INFO O| Oct 18 17:50:15.069 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6613 | 2024-10-18T17:50:17.126Z | [ recovery-image] Oct 18 17:50:15.079 INFO O| Oct 18 17:50:15.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6614 | 2024-10-18T17:50:17.126Z | [ recovery-image] Oct 18 17:50:15.079 INFO O| Oct 18 17:50:15.079 INFO STEP 812 (remove_files) COMPLETE |
6615 | 2024-10-18T17:50:17.126Z | [ recovery-image] Oct 18 17:50:15.079 INFO O| Oct 18 17:50:15.079 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6616 | 2024-10-18T17:50:17.136Z | [ recovery-image] Oct 18 17:50:15.089 INFO O| Oct 18 17:50:15.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6617 | 2024-10-18T17:50:17.136Z | [ recovery-image] Oct 18 17:50:15.089 INFO O| Oct 18 17:50:15.089 INFO STEP 813 (remove_files) COMPLETE |
6618 | 2024-10-18T17:50:17.138Z | [ recovery-image] Oct 18 17:50:15.089 INFO O| Oct 18 17:50:15.089 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6619 | 2024-10-18T17:50:17.146Z | [ recovery-image] Oct 18 17:50:15.099 INFO O| Oct 18 17:50:15.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6620 | 2024-10-18T17:50:17.146Z | [ recovery-image] Oct 18 17:50:15.099 INFO O| Oct 18 17:50:15.099 INFO STEP 814 (remove_files) COMPLETE |
6621 | 2024-10-18T17:50:17.148Z | [ recovery-image] Oct 18 17:50:15.099 INFO O| Oct 18 17:50:15.099 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6622 | 2024-10-18T17:50:17.155Z | [ recovery-image] Oct 18 17:50:15.108 INFO O| Oct 18 17:50:15.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6623 | 2024-10-18T17:50:17.155Z | [ recovery-image] Oct 18 17:50:15.108 INFO O| Oct 18 17:50:15.108 INFO STEP 815 (remove_files) COMPLETE |
6624 | 2024-10-18T17:50:17.155Z | [ recovery-image] Oct 18 17:50:15.108 INFO O| Oct 18 17:50:15.108 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6625 | 2024-10-18T17:50:17.165Z | [ recovery-image] Oct 18 17:50:15.118 INFO O| Oct 18 17:50:15.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6626 | 2024-10-18T17:50:17.168Z | [ recovery-image] Oct 18 17:50:15.118 INFO O| Oct 18 17:50:15.118 INFO STEP 816 (remove_files) COMPLETE |
6627 | 2024-10-18T17:50:17.168Z | [ recovery-image] Oct 18 17:50:15.118 INFO O| Oct 18 17:50:15.118 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6628 | 2024-10-18T17:50:17.174Z | [ recovery-image] Oct 18 17:50:15.127 INFO O| Oct 18 17:50:15.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6629 | 2024-10-18T17:50:17.177Z | [ recovery-image] Oct 18 17:50:15.127 INFO O| Oct 18 17:50:15.127 INFO STEP 817 (remove_files) COMPLETE |
6630 | 2024-10-18T17:50:17.177Z | [ recovery-image] Oct 18 17:50:15.127 INFO O| Oct 18 17:50:15.127 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6631 | 2024-10-18T17:50:17.183Z | [ recovery-image] Oct 18 17:50:15.137 INFO O| Oct 18 17:50:15.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6632 | 2024-10-18T17:50:17.184Z | [ recovery-image] Oct 18 17:50:15.137 INFO O| Oct 18 17:50:15.137 INFO STEP 818 (remove_files) COMPLETE |
6633 | 2024-10-18T17:50:17.186Z | [ recovery-image] Oct 18 17:50:15.137 INFO O| Oct 18 17:50:15.137 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6634 | 2024-10-18T17:50:17.193Z | [ recovery-image] Oct 18 17:50:15.146 INFO O| Oct 18 17:50:15.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6635 | 2024-10-18T17:50:17.195Z | [ recovery-image] Oct 18 17:50:15.146 INFO O| Oct 18 17:50:15.146 INFO STEP 819 (remove_files) COMPLETE |
6636 | 2024-10-18T17:50:17.195Z | [ recovery-image] Oct 18 17:50:15.146 INFO O| Oct 18 17:50:15.146 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6637 | 2024-10-18T17:50:17.202Z | [ recovery-image] Oct 18 17:50:15.155 INFO O| Oct 18 17:50:15.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6638 | 2024-10-18T17:50:17.202Z | [ recovery-image] Oct 18 17:50:15.155 INFO O| Oct 18 17:50:15.155 INFO STEP 820 (remove_files) COMPLETE |
6639 | 2024-10-18T17:50:17.204Z | [ recovery-image] Oct 18 17:50:15.155 INFO O| Oct 18 17:50:15.155 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6640 | 2024-10-18T17:50:17.211Z | [ recovery-image] Oct 18 17:50:15.164 INFO O| Oct 18 17:50:15.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6641 | 2024-10-18T17:50:17.211Z | [ recovery-image] Oct 18 17:50:15.164 INFO O| Oct 18 17:50:15.164 INFO STEP 821 (remove_files) COMPLETE |
6642 | 2024-10-18T17:50:17.211Z | [ recovery-image] Oct 18 17:50:15.164 INFO O| Oct 18 17:50:15.164 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6643 | 2024-10-18T17:50:17.220Z | [ recovery-image] Oct 18 17:50:15.173 INFO O| Oct 18 17:50:15.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6644 | 2024-10-18T17:50:17.223Z | [ recovery-image] Oct 18 17:50:15.173 INFO O| Oct 18 17:50:15.173 INFO STEP 822 (remove_files) COMPLETE |
6645 | 2024-10-18T17:50:17.223Z | [ recovery-image] Oct 18 17:50:15.173 INFO O| Oct 18 17:50:15.173 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6646 | 2024-10-18T17:50:17.230Z | [ recovery-image] Oct 18 17:50:15.183 INFO O| Oct 18 17:50:15.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6647 | 2024-10-18T17:50:17.230Z | [ recovery-image] Oct 18 17:50:15.183 INFO O| Oct 18 17:50:15.183 INFO STEP 823 (remove_files) COMPLETE |
6648 | 2024-10-18T17:50:17.232Z | [ recovery-image] Oct 18 17:50:15.183 INFO O| Oct 18 17:50:15.183 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6649 | 2024-10-18T17:50:17.239Z | [ recovery-image] Oct 18 17:50:15.192 INFO O| Oct 18 17:50:15.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6650 | 2024-10-18T17:50:17.239Z | [ recovery-image] Oct 18 17:50:15.192 INFO O| Oct 18 17:50:15.192 INFO STEP 824 (remove_files) COMPLETE |
6651 | 2024-10-18T17:50:17.239Z | [ recovery-image] Oct 18 17:50:15.192 INFO O| Oct 18 17:50:15.192 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6652 | 2024-10-18T17:50:17.248Z | [ recovery-image] Oct 18 17:50:15.201 INFO O| Oct 18 17:50:15.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6653 | 2024-10-18T17:50:17.248Z | [ recovery-image] Oct 18 17:50:15.201 INFO O| Oct 18 17:50:15.201 INFO STEP 825 (remove_files) COMPLETE |
6654 | 2024-10-18T17:50:17.251Z | [ recovery-image] Oct 18 17:50:15.201 INFO O| Oct 18 17:50:15.201 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6655 | 2024-10-18T17:50:17.257Z | [ recovery-image] Oct 18 17:50:15.210 INFO O| Oct 18 17:50:15.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6656 | 2024-10-18T17:50:17.260Z | [ recovery-image] Oct 18 17:50:15.210 INFO O| Oct 18 17:50:15.210 INFO STEP 826 (remove_files) COMPLETE |
6657 | 2024-10-18T17:50:17.260Z | [ recovery-image] Oct 18 17:50:15.210 INFO O| Oct 18 17:50:15.210 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6658 | 2024-10-18T17:50:17.266Z | [ recovery-image] Oct 18 17:50:15.219 INFO O| Oct 18 17:50:15.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6659 | 2024-10-18T17:50:17.266Z | [ recovery-image] Oct 18 17:50:15.219 INFO O| Oct 18 17:50:15.219 INFO STEP 827 (remove_files) COMPLETE |
6660 | 2024-10-18T17:50:17.266Z | [ recovery-image] Oct 18 17:50:15.219 INFO O| Oct 18 17:50:15.219 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6661 | 2024-10-18T17:50:17.275Z | [ recovery-image] Oct 18 17:50:15.228 INFO O| Oct 18 17:50:15.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6662 | 2024-10-18T17:50:17.278Z | [ recovery-image] Oct 18 17:50:15.229 INFO O| Oct 18 17:50:15.228 INFO STEP 828 (remove_files) COMPLETE |
6663 | 2024-10-18T17:50:17.278Z | [ recovery-image] Oct 18 17:50:15.229 INFO O| Oct 18 17:50:15.228 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6664 | 2024-10-18T17:50:17.284Z | [ recovery-image] Oct 18 17:50:15.237 INFO O| Oct 18 17:50:15.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6665 | 2024-10-18T17:50:17.284Z | [ recovery-image] Oct 18 17:50:15.237 INFO O| Oct 18 17:50:15.237 INFO STEP 829 (remove_files) COMPLETE |
6666 | 2024-10-18T17:50:17.287Z | [ recovery-image] Oct 18 17:50:15.237 INFO O| Oct 18 17:50:15.237 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6667 | 2024-10-18T17:50:17.293Z | [ recovery-image] Oct 18 17:50:15.246 INFO O| Oct 18 17:50:15.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6668 | 2024-10-18T17:50:17.293Z | [ recovery-image] Oct 18 17:50:15.247 INFO O| Oct 18 17:50:15.246 INFO STEP 830 (remove_files) COMPLETE |
6669 | 2024-10-18T17:50:17.296Z | [ recovery-image] Oct 18 17:50:15.247 INFO O| Oct 18 17:50:15.247 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6670 | 2024-10-18T17:50:17.302Z | [ recovery-image] Oct 18 17:50:15.255 INFO O| Oct 18 17:50:15.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6671 | 2024-10-18T17:50:17.303Z | [ recovery-image] Oct 18 17:50:15.256 INFO O| Oct 18 17:50:15.255 INFO STEP 831 (remove_files) COMPLETE |
6672 | 2024-10-18T17:50:17.303Z | [ recovery-image] Oct 18 17:50:15.256 INFO O| Oct 18 17:50:15.255 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6673 | 2024-10-18T17:50:17.311Z | [ recovery-image] Oct 18 17:50:15.265 INFO O| Oct 18 17:50:15.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6674 | 2024-10-18T17:50:17.314Z | [ recovery-image] Oct 18 17:50:15.265 INFO O| Oct 18 17:50:15.265 INFO STEP 832 (remove_files) COMPLETE |
6675 | 2024-10-18T17:50:17.314Z | [ recovery-image] Oct 18 17:50:15.265 INFO O| Oct 18 17:50:15.265 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6676 | 2024-10-18T17:50:17.321Z | [ recovery-image] Oct 18 17:50:15.274 INFO O| Oct 18 17:50:15.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6677 | 2024-10-18T17:50:17.321Z | [ recovery-image] Oct 18 17:50:15.274 INFO O| Oct 18 17:50:15.274 INFO STEP 833 (remove_files) COMPLETE |
6678 | 2024-10-18T17:50:17.323Z | [ recovery-image] Oct 18 17:50:15.274 INFO O| Oct 18 17:50:15.274 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6679 | 2024-10-18T17:50:17.330Z | [ recovery-image] Oct 18 17:50:15.283 INFO O| Oct 18 17:50:15.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6680 | 2024-10-18T17:50:17.330Z | [ recovery-image] Oct 18 17:50:15.283 INFO O| Oct 18 17:50:15.283 INFO STEP 834 (remove_files) COMPLETE |
6681 | 2024-10-18T17:50:17.333Z | [ recovery-image] Oct 18 17:50:15.283 INFO O| Oct 18 17:50:15.283 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6682 | 2024-10-18T17:50:17.339Z | [ recovery-image] Oct 18 17:50:15.292 INFO O| Oct 18 17:50:15.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6683 | 2024-10-18T17:50:17.339Z | [ recovery-image] Oct 18 17:50:15.292 INFO O| Oct 18 17:50:15.292 INFO STEP 835 (remove_files) COMPLETE |
6684 | 2024-10-18T17:50:17.342Z | [ recovery-image] Oct 18 17:50:15.292 INFO O| Oct 18 17:50:15.292 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6685 | 2024-10-18T17:50:17.348Z | [ recovery-image] Oct 18 17:50:15.301 INFO O| Oct 18 17:50:15.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6686 | 2024-10-18T17:50:17.348Z | [ recovery-image] Oct 18 17:50:15.301 INFO O| Oct 18 17:50:15.301 INFO STEP 836 (remove_files) COMPLETE |
6687 | 2024-10-18T17:50:17.351Z | [ recovery-image] Oct 18 17:50:15.301 INFO O| Oct 18 17:50:15.301 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6688 | 2024-10-18T17:50:17.358Z | [ recovery-image] Oct 18 17:50:15.310 INFO O| Oct 18 17:50:15.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6689 | 2024-10-18T17:50:17.358Z | [ recovery-image] Oct 18 17:50:15.311 INFO O| Oct 18 17:50:15.311 INFO STEP 837 (remove_files) COMPLETE |
6690 | 2024-10-18T17:50:17.358Z | [ recovery-image] Oct 18 17:50:15.311 INFO O| Oct 18 17:50:15.311 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6691 | 2024-10-18T17:50:17.367Z | [ recovery-image] Oct 18 17:50:15.320 INFO O| Oct 18 17:50:15.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6692 | 2024-10-18T17:50:17.367Z | [ recovery-image] Oct 18 17:50:15.320 INFO O| Oct 18 17:50:15.320 INFO STEP 838 (remove_files) COMPLETE |
6693 | 2024-10-18T17:50:17.369Z | [ recovery-image] Oct 18 17:50:15.320 INFO O| Oct 18 17:50:15.320 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6694 | 2024-10-18T17:50:17.376Z | [ recovery-image] Oct 18 17:50:15.329 INFO O| Oct 18 17:50:15.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6695 | 2024-10-18T17:50:17.376Z | [ recovery-image] Oct 18 17:50:15.329 INFO O| Oct 18 17:50:15.329 INFO STEP 839 (remove_files) COMPLETE |
6696 | 2024-10-18T17:50:17.376Z | [ recovery-image] Oct 18 17:50:15.329 INFO O| Oct 18 17:50:15.329 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6697 | 2024-10-18T17:50:17.385Z | [ recovery-image] Oct 18 17:50:15.338 INFO O| Oct 18 17:50:15.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6698 | 2024-10-18T17:50:17.387Z | [ recovery-image] Oct 18 17:50:15.338 INFO O| Oct 18 17:50:15.338 INFO STEP 840 (remove_files) COMPLETE |
6699 | 2024-10-18T17:50:17.387Z | [ recovery-image] Oct 18 17:50:15.338 INFO O| Oct 18 17:50:15.338 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6700 | 2024-10-18T17:50:17.395Z | [ recovery-image] Oct 18 17:50:15.347 INFO O| Oct 18 17:50:15.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6701 | 2024-10-18T17:50:17.395Z | [ recovery-image] Oct 18 17:50:15.347 INFO O| Oct 18 17:50:15.347 INFO STEP 841 (remove_files) COMPLETE |
6702 | 2024-10-18T17:50:17.397Z | [ recovery-image] Oct 18 17:50:15.347 INFO O| Oct 18 17:50:15.347 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6703 | 2024-10-18T17:50:17.404Z | [ recovery-image] Oct 18 17:50:15.356 INFO O| Oct 18 17:50:15.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6704 | 2024-10-18T17:50:17.404Z | [ recovery-image] Oct 18 17:50:15.356 INFO O| Oct 18 17:50:15.356 INFO STEP 842 (remove_files) COMPLETE |
6705 | 2024-10-18T17:50:17.407Z | [ recovery-image] Oct 18 17:50:15.356 INFO O| Oct 18 17:50:15.356 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6706 | 2024-10-18T17:50:17.412Z | [ recovery-image] Oct 18 17:50:15.365 INFO O| Oct 18 17:50:15.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6707 | 2024-10-18T17:50:17.415Z | [ recovery-image] Oct 18 17:50:15.365 INFO O| Oct 18 17:50:15.365 INFO STEP 843 (remove_files) COMPLETE |
6708 | 2024-10-18T17:50:17.415Z | [ recovery-image] Oct 18 17:50:15.365 INFO O| Oct 18 17:50:15.365 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6709 | 2024-10-18T17:50:17.421Z | [ recovery-image] Oct 18 17:50:15.374 INFO O| Oct 18 17:50:15.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6710 | 2024-10-18T17:50:17.422Z | [ recovery-image] Oct 18 17:50:15.374 INFO O| Oct 18 17:50:15.374 INFO STEP 844 (remove_files) COMPLETE |
6711 | 2024-10-18T17:50:17.424Z | [ recovery-image] Oct 18 17:50:15.374 INFO O| Oct 18 17:50:15.374 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6712 | 2024-10-18T17:50:17.432Z | [ recovery-image] Oct 18 17:50:15.384 INFO O| Oct 18 17:50:15.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6713 | 2024-10-18T17:50:17.432Z | [ recovery-image] Oct 18 17:50:15.385 INFO O| Oct 18 17:50:15.384 INFO STEP 845 (remove_files) COMPLETE |
6714 | 2024-10-18T17:50:17.434Z | [ recovery-image] Oct 18 17:50:15.385 INFO O| Oct 18 17:50:15.385 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6715 | 2024-10-18T17:50:17.441Z | [ recovery-image] Oct 18 17:50:15.394 INFO O| Oct 18 17:50:15.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6716 | 2024-10-18T17:50:17.444Z | [ recovery-image] Oct 18 17:50:15.394 INFO O| Oct 18 17:50:15.394 INFO STEP 846 (remove_files) COMPLETE |
6717 | 2024-10-18T17:50:17.444Z | [ recovery-image] Oct 18 17:50:15.394 INFO O| Oct 18 17:50:15.394 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6718 | 2024-10-18T17:50:17.451Z | [ recovery-image] Oct 18 17:50:15.404 INFO O| Oct 18 17:50:15.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6719 | 2024-10-18T17:50:17.454Z | [ recovery-image] Oct 18 17:50:15.404 INFO O| Oct 18 17:50:15.404 INFO STEP 847 (remove_files) COMPLETE |
6720 | 2024-10-18T17:50:17.454Z | [ recovery-image] Oct 18 17:50:15.404 INFO O| Oct 18 17:50:15.404 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6721 | 2024-10-18T17:50:17.461Z | [ recovery-image] Oct 18 17:50:15.414 INFO O| Oct 18 17:50:15.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6722 | 2024-10-18T17:50:17.464Z | [ recovery-image] Oct 18 17:50:15.414 INFO O| Oct 18 17:50:15.414 INFO STEP 848 (remove_files) COMPLETE |
6723 | 2024-10-18T17:50:17.464Z | [ recovery-image] Oct 18 17:50:15.414 INFO O| Oct 18 17:50:15.414 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6724 | 2024-10-18T17:50:17.472Z | [ recovery-image] Oct 18 17:50:15.424 INFO O| Oct 18 17:50:15.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6725 | 2024-10-18T17:50:17.472Z | [ recovery-image] Oct 18 17:50:15.425 INFO O| Oct 18 17:50:15.425 INFO STEP 849 (remove_files) COMPLETE |
6726 | 2024-10-18T17:50:17.474Z | [ recovery-image] Oct 18 17:50:15.425 INFO O| Oct 18 17:50:15.425 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6727 | 2024-10-18T17:50:17.483Z | [ recovery-image] Oct 18 17:50:15.435 INFO O| Oct 18 17:50:15.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6728 | 2024-10-18T17:50:17.483Z | [ recovery-image] Oct 18 17:50:15.435 INFO O| Oct 18 17:50:15.435 INFO STEP 850 (remove_files) COMPLETE |
6729 | 2024-10-18T17:50:17.483Z | [ recovery-image] Oct 18 17:50:15.435 INFO O| Oct 18 17:50:15.435 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6730 | 2024-10-18T17:50:17.493Z | [ recovery-image] Oct 18 17:50:15.446 INFO O| Oct 18 17:50:15.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6731 | 2024-10-18T17:50:17.493Z | [ recovery-image] Oct 18 17:50:15.446 INFO O| Oct 18 17:50:15.446 INFO STEP 851 (remove_files) COMPLETE |
6732 | 2024-10-18T17:50:17.493Z | [ recovery-image] Oct 18 17:50:15.446 INFO O| Oct 18 17:50:15.446 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6733 | 2024-10-18T17:50:17.504Z | [ recovery-image] Oct 18 17:50:15.457 INFO O| Oct 18 17:50:15.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6734 | 2024-10-18T17:50:17.504Z | [ recovery-image] Oct 18 17:50:15.457 INFO O| Oct 18 17:50:15.457 INFO STEP 852 (remove_files) COMPLETE |
6735 | 2024-10-18T17:50:17.504Z | [ recovery-image] Oct 18 17:50:15.457 INFO O| Oct 18 17:50:15.457 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6736 | 2024-10-18T17:50:17.515Z | [ recovery-image] Oct 18 17:50:15.468 INFO O| Oct 18 17:50:15.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6737 | 2024-10-18T17:50:17.515Z | [ recovery-image] Oct 18 17:50:15.468 INFO O| Oct 18 17:50:15.468 INFO STEP 853 (remove_files) COMPLETE |
6738 | 2024-10-18T17:50:17.515Z | [ recovery-image] Oct 18 17:50:15.468 INFO O| Oct 18 17:50:15.468 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2024-10-18T17:50:17.525Z | [ recovery-image] Oct 18 17:50:15.478 INFO O| Oct 18 17:50:15.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6740 | 2024-10-18T17:50:17.528Z | [ recovery-image] Oct 18 17:50:15.478 INFO O| Oct 18 17:50:15.478 INFO STEP 854 (remove_files) COMPLETE |
6741 | 2024-10-18T17:50:17.528Z | [ recovery-image] Oct 18 17:50:15.478 INFO O| Oct 18 17:50:15.478 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6742 | 2024-10-18T17:50:17.534Z | [ recovery-image] Oct 18 17:50:15.487 INFO O| Oct 18 17:50:15.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6743 | 2024-10-18T17:50:17.535Z | [ recovery-image] Oct 18 17:50:15.488 INFO O| Oct 18 17:50:15.488 INFO STEP 855 (remove_files) COMPLETE |
6744 | 2024-10-18T17:50:17.537Z | [ recovery-image] Oct 18 17:50:15.488 INFO O| Oct 18 17:50:15.488 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6745 | 2024-10-18T17:50:17.544Z | [ recovery-image] Oct 18 17:50:15.497 INFO O| Oct 18 17:50:15.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6746 | 2024-10-18T17:50:17.544Z | [ recovery-image] Oct 18 17:50:15.497 INFO O| Oct 18 17:50:15.497 INFO STEP 856 (remove_files) COMPLETE |
6747 | 2024-10-18T17:50:17.544Z | [ recovery-image] Oct 18 17:50:15.497 INFO O| Oct 18 17:50:15.497 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6748 | 2024-10-18T17:50:17.703Z | [ recovery-image] Oct 18 17:50:15.506 INFO O| Oct 18 17:50:15.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6749 | 2024-10-18T17:50:17.706Z | [ recovery-image] Oct 18 17:50:15.506 INFO O| Oct 18 17:50:15.506 INFO STEP 857 (remove_files) COMPLETE |
6750 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.506 INFO O| Oct 18 17:50:15.506 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.515 INFO O| Oct 18 17:50:15.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6752 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.515 INFO O| Oct 18 17:50:15.515 INFO STEP 858 (remove_files) COMPLETE |
6753 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.515 INFO O| Oct 18 17:50:15.515 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.524 INFO O| Oct 18 17:50:15.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6755 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.524 INFO O| Oct 18 17:50:15.524 INFO STEP 859 (remove_files) COMPLETE |
6756 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.524 INFO O| Oct 18 17:50:15.524 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.533 INFO O| Oct 18 17:50:15.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6758 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.533 INFO O| Oct 18 17:50:15.533 INFO STEP 860 (remove_files) COMPLETE |
6759 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.533 INFO O| Oct 18 17:50:15.533 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.542 INFO O| Oct 18 17:50:15.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6761 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.543 INFO O| Oct 18 17:50:15.543 INFO STEP 861 (remove_files) COMPLETE |
6762 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.543 INFO O| Oct 18 17:50:15.543 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.552 INFO O| Oct 18 17:50:15.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6764 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.552 INFO O| Oct 18 17:50:15.552 INFO STEP 862 (remove_files) COMPLETE |
6765 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.552 INFO O| Oct 18 17:50:15.552 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.561 INFO O| Oct 18 17:50:15.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6767 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.561 INFO O| Oct 18 17:50:15.561 INFO STEP 863 (remove_files) COMPLETE |
6768 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.561 INFO O| Oct 18 17:50:15.561 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.570 INFO O| Oct 18 17:50:15.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6770 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.570 INFO O| Oct 18 17:50:15.570 INFO STEP 864 (remove_files) COMPLETE |
6771 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.570 INFO O| Oct 18 17:50:15.570 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.579 INFO O| Oct 18 17:50:15.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6773 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.579 INFO O| Oct 18 17:50:15.579 INFO STEP 865 (remove_files) COMPLETE |
6774 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.579 INFO O| Oct 18 17:50:15.579 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.588 INFO O| Oct 18 17:50:15.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6776 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.588 INFO O| Oct 18 17:50:15.588 INFO STEP 866 (remove_files) COMPLETE |
6777 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.588 INFO O| Oct 18 17:50:15.588 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.597 INFO O| Oct 18 17:50:15.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6779 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.597 INFO O| Oct 18 17:50:15.597 INFO STEP 867 (remove_files) COMPLETE |
6780 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.597 INFO O| Oct 18 17:50:15.597 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.606 INFO O| Oct 18 17:50:15.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6782 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.606 INFO O| Oct 18 17:50:15.606 INFO STEP 868 (remove_files) COMPLETE |
6783 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.606 INFO O| Oct 18 17:50:15.606 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.615 INFO O| Oct 18 17:50:15.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6785 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.615 INFO O| Oct 18 17:50:15.615 INFO STEP 869 (remove_files) COMPLETE |
6786 | 2024-10-18T17:50:17.707Z | [ recovery-image] Oct 18 17:50:15.615 INFO O| Oct 18 17:50:15.615 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2024-10-18T17:50:17.708Z | [ recovery-image] Oct 18 17:50:15.624 INFO O| Oct 18 17:50:15.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6788 | 2024-10-18T17:50:17.708Z | [ recovery-image] Oct 18 17:50:15.624 INFO O| Oct 18 17:50:15.624 INFO STEP 870 (remove_files) COMPLETE |
6789 | 2024-10-18T17:50:17.708Z | [ recovery-image] Oct 18 17:50:15.624 INFO O| Oct 18 17:50:15.624 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2024-10-18T17:50:17.708Z | [ recovery-image] Oct 18 17:50:15.633 INFO O| Oct 18 17:50:15.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6791 | 2024-10-18T17:50:17.708Z | [ recovery-image] Oct 18 17:50:15.634 INFO O| Oct 18 17:50:15.633 INFO STEP 871 (remove_files) COMPLETE |
6792 | 2024-10-18T17:50:17.708Z | [ recovery-image] Oct 18 17:50:15.634 INFO O| Oct 18 17:50:15.634 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2024-10-18T17:50:17.708Z | [ recovery-image] Oct 18 17:50:15.643 INFO O| Oct 18 17:50:15.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6794 | 2024-10-18T17:50:17.708Z | [ recovery-image] Oct 18 17:50:15.643 INFO O| Oct 18 17:50:15.643 INFO STEP 872 (remove_files) COMPLETE |
6795 | 2024-10-18T17:50:17.708Z | [ recovery-image] Oct 18 17:50:15.643 INFO O| Oct 18 17:50:15.643 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-10-18T17:50:17.708Z | [ recovery-image] Oct 18 17:50:15.652 INFO O| Oct 18 17:50:15.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6797 | 2024-10-18T17:50:17.708Z | [ recovery-image] Oct 18 17:50:15.652 INFO O| Oct 18 17:50:15.652 INFO STEP 873 (remove_files) COMPLETE |
6798 | 2024-10-18T17:50:17.708Z | [ recovery-image] Oct 18 17:50:15.652 INFO O| Oct 18 17:50:15.652 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-10-18T17:50:17.711Z | [ recovery-image] Oct 18 17:50:15.661 INFO O| Oct 18 17:50:15.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6800 | 2024-10-18T17:50:17.711Z | [ recovery-image] Oct 18 17:50:15.661 INFO O| Oct 18 17:50:15.661 INFO STEP 874 (remove_files) COMPLETE |
6801 | 2024-10-18T17:50:17.711Z | [ recovery-image] Oct 18 17:50:15.661 INFO O| Oct 18 17:50:15.661 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2024-10-18T17:50:17.717Z | [ recovery-image] Oct 18 17:50:15.670 INFO O| Oct 18 17:50:15.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6803 | 2024-10-18T17:50:17.717Z | [ recovery-image] Oct 18 17:50:15.670 INFO O| Oct 18 17:50:15.670 INFO STEP 875 (remove_files) COMPLETE |
6804 | 2024-10-18T17:50:17.720Z | [ recovery-image] Oct 18 17:50:15.670 INFO O| Oct 18 17:50:15.670 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-10-18T17:50:17.726Z | [ recovery-image] Oct 18 17:50:15.679 INFO O| Oct 18 17:50:15.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6806 | 2024-10-18T17:50:17.726Z | [ recovery-image] Oct 18 17:50:15.679 INFO O| Oct 18 17:50:15.679 INFO STEP 876 (remove_files) COMPLETE |
6807 | 2024-10-18T17:50:17.729Z | [ recovery-image] Oct 18 17:50:15.679 INFO O| Oct 18 17:50:15.679 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-10-18T17:50:17.735Z | [ recovery-image] Oct 18 17:50:15.688 INFO O| Oct 18 17:50:15.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6809 | 2024-10-18T17:50:17.735Z | [ recovery-image] Oct 18 17:50:15.688 INFO O| Oct 18 17:50:15.688 INFO STEP 877 (remove_files) COMPLETE |
6810 | 2024-10-18T17:50:17.735Z | [ recovery-image] Oct 18 17:50:15.688 INFO O| Oct 18 17:50:15.688 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2024-10-18T17:50:17.744Z | [ recovery-image] Oct 18 17:50:15.697 INFO O| Oct 18 17:50:15.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6812 | 2024-10-18T17:50:17.744Z | [ recovery-image] Oct 18 17:50:15.697 INFO O| Oct 18 17:50:15.697 INFO STEP 878 (remove_files) COMPLETE |
6813 | 2024-10-18T17:50:17.744Z | [ recovery-image] Oct 18 17:50:15.697 INFO O| Oct 18 17:50:15.697 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2024-10-18T17:50:17.753Z | [ recovery-image] Oct 18 17:50:15.706 INFO O| Oct 18 17:50:15.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6815 | 2024-10-18T17:50:17.753Z | [ recovery-image] Oct 18 17:50:15.706 INFO O| Oct 18 17:50:15.706 INFO STEP 879 (remove_files) COMPLETE |
6816 | 2024-10-18T17:50:17.756Z | [ recovery-image] Oct 18 17:50:15.706 INFO O| Oct 18 17:50:15.706 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6817 | 2024-10-18T17:50:17.762Z | [ recovery-image] Oct 18 17:50:15.715 INFO O| Oct 18 17:50:15.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6818 | 2024-10-18T17:50:17.762Z | [ recovery-image] Oct 18 17:50:15.715 INFO O| Oct 18 17:50:15.715 INFO STEP 880 (remove_files) COMPLETE |
6819 | 2024-10-18T17:50:17.762Z | [ recovery-image] Oct 18 17:50:15.715 INFO O| Oct 18 17:50:15.715 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6820 | 2024-10-18T17:50:17.772Z | [ recovery-image] Oct 18 17:50:15.725 INFO O| Oct 18 17:50:15.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6821 | 2024-10-18T17:50:17.774Z | [ recovery-image] Oct 18 17:50:15.725 INFO O| Oct 18 17:50:15.725 INFO STEP 881 (remove_files) COMPLETE |
6822 | 2024-10-18T17:50:17.774Z | [ recovery-image] Oct 18 17:50:15.725 INFO O| Oct 18 17:50:15.725 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6823 | 2024-10-18T17:50:17.778Z | [ host-image] Oct 18 17:50:15.731 INFO O| Oct 18 17:50:15.731 INFO O| Planning: Solver setup ... Done |
6824 | 2024-10-18T17:50:17.781Z | [ recovery-image] Oct 18 17:50:15.734 INFO O| Oct 18 17:50:15.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6825 | 2024-10-18T17:50:17.783Z | [ recovery-image] Oct 18 17:50:15.734 INFO O| Oct 18 17:50:15.734 INFO STEP 882 (remove_files) COMPLETE |
6826 | 2024-10-18T17:50:17.784Z | [ recovery-image] Oct 18 17:50:15.734 INFO O| Oct 18 17:50:15.734 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6827 | 2024-10-18T17:50:17.784Z | [ host-image] Oct 18 17:50:15.735 INFO O| Oct 18 17:50:15.735 INFO O| Planning: Running solver ... Done |
6828 | 2024-10-18T17:50:17.791Z | [ recovery-image] Oct 18 17:50:15.743 INFO O| Oct 18 17:50:15.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6829 | 2024-10-18T17:50:17.793Z | [ recovery-image] Oct 18 17:50:15.743 INFO O| Oct 18 17:50:15.743 INFO STEP 883 (remove_files) COMPLETE |
6830 | 2024-10-18T17:50:17.793Z | [ recovery-image] Oct 18 17:50:15.743 INFO O| Oct 18 17:50:15.743 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6831 | 2024-10-18T17:50:17.800Z | [ recovery-image] Oct 18 17:50:15.753 INFO O| Oct 18 17:50:15.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6832 | 2024-10-18T17:50:17.800Z | [ recovery-image] Oct 18 17:50:15.753 INFO O| Oct 18 17:50:15.753 INFO STEP 884 (remove_files) COMPLETE |
6833 | 2024-10-18T17:50:17.800Z | [ recovery-image] Oct 18 17:50:15.753 INFO O| Oct 18 17:50:15.753 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6834 | 2024-10-18T17:50:17.812Z | [ recovery-image] Oct 18 17:50:15.762 INFO O| Oct 18 17:50:15.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6835 | 2024-10-18T17:50:17.816Z | [ recovery-image] Oct 18 17:50:15.762 INFO O| Oct 18 17:50:15.762 INFO STEP 885 (remove_files) COMPLETE |
6836 | 2024-10-18T17:50:17.816Z | [ recovery-image] Oct 18 17:50:15.762 INFO O| Oct 18 17:50:15.762 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6837 | 2024-10-18T17:50:17.819Z | [ recovery-image] Oct 18 17:50:15.771 INFO O| Oct 18 17:50:15.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6838 | 2024-10-18T17:50:17.821Z | [ recovery-image] Oct 18 17:50:15.771 INFO O| Oct 18 17:50:15.771 INFO STEP 886 (remove_files) COMPLETE |
6839 | 2024-10-18T17:50:17.821Z | [ recovery-image] Oct 18 17:50:15.771 INFO O| Oct 18 17:50:15.771 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6840 | 2024-10-18T17:50:17.828Z | [ recovery-image] Oct 18 17:50:15.781 INFO O| Oct 18 17:50:15.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6841 | 2024-10-18T17:50:17.831Z | [ recovery-image] Oct 18 17:50:15.781 INFO O| Oct 18 17:50:15.781 INFO STEP 887 (remove_files) COMPLETE |
6842 | 2024-10-18T17:50:17.831Z | [ recovery-image] Oct 18 17:50:15.781 INFO O| Oct 18 17:50:15.781 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6843 | 2024-10-18T17:50:17.831Z | [ host-image] Oct 18 17:50:15.783 INFO O| Oct 18 17:50:15.782 INFO O| Planning: Finding local manifests ... Done |
6844 | 2024-10-18T17:50:17.831Z | [ host-image] Oct 18 17:50:15.783 INFO O| Oct 18 17:50:15.783 INFO O| Planning: Fetching manifests: 0/1 0% complete |
6845 | 2024-10-18T17:50:17.837Z | [ recovery-image] Oct 18 17:50:15.790 INFO O| Oct 18 17:50:15.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6846 | 2024-10-18T17:50:17.837Z | [ recovery-image] Oct 18 17:50:15.790 INFO O| Oct 18 17:50:15.790 INFO STEP 888 (remove_files) COMPLETE |
6847 | 2024-10-18T17:50:17.842Z | [ recovery-image] Oct 18 17:50:15.790 INFO O| Oct 18 17:50:15.790 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6848 | 2024-10-18T17:50:17.846Z | [ recovery-image] Oct 18 17:50:15.799 INFO O| Oct 18 17:50:15.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6849 | 2024-10-18T17:50:17.849Z | [ recovery-image] Oct 18 17:50:15.799 INFO O| Oct 18 17:50:15.799 INFO STEP 889 (remove_files) COMPLETE |
6850 | 2024-10-18T17:50:17.849Z | [ recovery-image] Oct 18 17:50:15.799 INFO O| Oct 18 17:50:15.799 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6851 | 2024-10-18T17:50:17.855Z | [ recovery-image] Oct 18 17:50:15.808 INFO O| Oct 18 17:50:15.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6852 | 2024-10-18T17:50:17.858Z | [ recovery-image] Oct 18 17:50:15.808 INFO O| Oct 18 17:50:15.808 INFO STEP 890 (remove_files) COMPLETE |
6853 | 2024-10-18T17:50:17.858Z | [ recovery-image] Oct 18 17:50:15.808 INFO O| Oct 18 17:50:15.808 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6854 | 2024-10-18T17:50:17.865Z | [ recovery-image] Oct 18 17:50:15.817 INFO O| Oct 18 17:50:15.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6855 | 2024-10-18T17:50:17.865Z | [ recovery-image] Oct 18 17:50:15.817 INFO O| Oct 18 17:50:15.817 INFO STEP 891 (remove_files) COMPLETE |
6856 | 2024-10-18T17:50:17.867Z | [ recovery-image] Oct 18 17:50:15.817 INFO O| Oct 18 17:50:15.817 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6857 | 2024-10-18T17:50:17.875Z | [ recovery-image] Oct 18 17:50:15.827 INFO O| Oct 18 17:50:15.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6858 | 2024-10-18T17:50:17.875Z | [ recovery-image] Oct 18 17:50:15.827 INFO O| Oct 18 17:50:15.827 INFO STEP 892 (remove_files) COMPLETE |
6859 | 2024-10-18T17:50:17.875Z | [ recovery-image] Oct 18 17:50:15.827 INFO O| Oct 18 17:50:15.827 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6860 | 2024-10-18T17:50:17.883Z | [ recovery-image] Oct 18 17:50:15.836 INFO O| Oct 18 17:50:15.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6861 | 2024-10-18T17:50:17.883Z | [ recovery-image] Oct 18 17:50:15.836 INFO O| Oct 18 17:50:15.836 INFO STEP 893 (remove_files) COMPLETE |
6862 | 2024-10-18T17:50:17.883Z | [ recovery-image] Oct 18 17:50:15.836 INFO O| Oct 18 17:50:15.836 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6863 | 2024-10-18T17:50:17.892Z | [ recovery-image] Oct 18 17:50:15.845 INFO O| Oct 18 17:50:15.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6864 | 2024-10-18T17:50:17.892Z | [ recovery-image] Oct 18 17:50:15.845 INFO O| Oct 18 17:50:15.845 INFO STEP 894 (remove_files) COMPLETE |
6865 | 2024-10-18T17:50:17.892Z | [ recovery-image] Oct 18 17:50:15.845 INFO O| Oct 18 17:50:15.845 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6866 | 2024-10-18T17:50:17.902Z | [ recovery-image] Oct 18 17:50:15.854 INFO O| Oct 18 17:50:15.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6867 | 2024-10-18T17:50:17.902Z | [ recovery-image] Oct 18 17:50:15.854 INFO O| Oct 18 17:50:15.854 INFO STEP 895 (remove_files) COMPLETE |
6868 | 2024-10-18T17:50:17.905Z | [ recovery-image] Oct 18 17:50:15.854 INFO O| Oct 18 17:50:15.854 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6869 | 2024-10-18T17:50:17.911Z | [ host-image] Oct 18 17:50:15.861 INFO O| Oct 18 17:50:15.861 INFO O| Planning: Fetching manifests: 1/1 100% complete |
6870 | 2024-10-18T17:50:17.914Z | [ recovery-image] Oct 18 17:50:15.863 INFO O| Oct 18 17:50:15.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6871 | 2024-10-18T17:50:17.914Z | [ recovery-image] Oct 18 17:50:15.864 INFO O| Oct 18 17:50:15.863 INFO STEP 896 (remove_files) COMPLETE |
6872 | 2024-10-18T17:50:17.914Z | [ recovery-image] Oct 18 17:50:15.864 INFO O| Oct 18 17:50:15.864 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6873 | 2024-10-18T17:50:17.920Z | [ recovery-image] Oct 18 17:50:15.873 INFO O| Oct 18 17:50:15.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6874 | 2024-10-18T17:50:17.920Z | [ recovery-image] Oct 18 17:50:15.873 INFO O| Oct 18 17:50:15.873 INFO STEP 897 (remove_files) COMPLETE |
6875 | 2024-10-18T17:50:17.920Z | [ recovery-image] Oct 18 17:50:15.873 INFO O| Oct 18 17:50:15.873 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6876 | 2024-10-18T17:50:17.926Z | [ host-image] Oct 18 17:50:15.879 INFO O| Oct 18 17:50:15.879 INFO O| Planning: Package planning ... Done |
6877 | 2024-10-18T17:50:17.929Z | [ host-image] Oct 18 17:50:15.879 INFO O| Oct 18 17:50:15.879 INFO O| Planning: Merging actions ... Done |
6878 | 2024-10-18T17:50:17.932Z | [ recovery-image] Oct 18 17:50:15.882 INFO O| Oct 18 17:50:15.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6879 | 2024-10-18T17:50:17.932Z | [ recovery-image] Oct 18 17:50:15.882 INFO O| Oct 18 17:50:15.882 INFO STEP 898 (remove_files) COMPLETE |
6880 | 2024-10-18T17:50:17.932Z | [ recovery-image] Oct 18 17:50:15.882 INFO O| Oct 18 17:50:15.882 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6881 | 2024-10-18T17:50:17.940Z | [ recovery-image] Oct 18 17:50:15.892 INFO O| Oct 18 17:50:15.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6882 | 2024-10-18T17:50:17.942Z | [ recovery-image] Oct 18 17:50:15.892 INFO O| Oct 18 17:50:15.892 INFO STEP 899 (remove_files) COMPLETE |
6883 | 2024-10-18T17:50:17.942Z | [ recovery-image] Oct 18 17:50:15.892 INFO O| Oct 18 17:50:15.892 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6884 | 2024-10-18T17:50:17.949Z | [ recovery-image] Oct 18 17:50:15.902 INFO O| Oct 18 17:50:15.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6885 | 2024-10-18T17:50:17.949Z | [ recovery-image] Oct 18 17:50:15.902 INFO O| Oct 18 17:50:15.902 INFO STEP 900 (remove_files) COMPLETE |
6886 | 2024-10-18T17:50:17.949Z | [ recovery-image] Oct 18 17:50:15.902 INFO O| Oct 18 17:50:15.902 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6887 | 2024-10-18T17:50:17.958Z | [ recovery-image] Oct 18 17:50:15.911 INFO O| Oct 18 17:50:15.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6888 | 2024-10-18T17:50:17.961Z | [ recovery-image] Oct 18 17:50:15.911 INFO O| Oct 18 17:50:15.911 INFO STEP 901 (remove_files) COMPLETE |
6889 | 2024-10-18T17:50:17.961Z | [ recovery-image] Oct 18 17:50:15.911 INFO O| Oct 18 17:50:15.911 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6890 | 2024-10-18T17:50:17.968Z | [ recovery-image] Oct 18 17:50:15.921 INFO O| Oct 18 17:50:15.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6891 | 2024-10-18T17:50:17.968Z | [ recovery-image] Oct 18 17:50:15.921 INFO O| Oct 18 17:50:15.921 INFO STEP 902 (remove_files) COMPLETE |
6892 | 2024-10-18T17:50:17.968Z | [ recovery-image] Oct 18 17:50:15.921 INFO O| Oct 18 17:50:15.921 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6893 | 2024-10-18T17:50:17.977Z | [ recovery-image] Oct 18 17:50:15.930 INFO O| Oct 18 17:50:15.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6894 | 2024-10-18T17:50:17.977Z | [ recovery-image] Oct 18 17:50:15.930 INFO O| Oct 18 17:50:15.930 INFO STEP 903 (remove_files) COMPLETE |
6895 | 2024-10-18T17:50:17.977Z | [ recovery-image] Oct 18 17:50:15.930 INFO O| Oct 18 17:50:15.930 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6896 | 2024-10-18T17:50:17.984Z | [ host-image] Oct 18 17:50:15.937 INFO O| Oct 18 17:50:15.937 INFO O| Planning: Checking for conflicting actions ... Done |
6897 | 2024-10-18T17:50:17.987Z | [ host-image] Oct 18 17:50:15.937 INFO O| Oct 18 17:50:15.937 INFO O| Planning: Consolidating action changes ... Done |
6898 | 2024-10-18T17:50:17.987Z | [ recovery-image] Oct 18 17:50:15.939 INFO O| Oct 18 17:50:15.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6899 | 2024-10-18T17:50:17.987Z | [ recovery-image] Oct 18 17:50:15.939 INFO O| Oct 18 17:50:15.939 INFO STEP 904 (remove_files) COMPLETE |
6900 | 2024-10-18T17:50:17.987Z | [ recovery-image] Oct 18 17:50:15.939 INFO O| Oct 18 17:50:15.939 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6901 | 2024-10-18T17:50:17.996Z | [ recovery-image] Oct 18 17:50:15.948 INFO O| Oct 18 17:50:15.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6902 | 2024-10-18T17:50:17.998Z | [ recovery-image] Oct 18 17:50:15.949 INFO O| Oct 18 17:50:15.949 INFO STEP 905 (remove_files) COMPLETE |
6903 | 2024-10-18T17:50:17.999Z | [ recovery-image] Oct 18 17:50:15.949 INFO O| Oct 18 17:50:15.949 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2024-10-18T17:50:18.005Z | [ recovery-image] Oct 18 17:50:15.958 INFO O| Oct 18 17:50:15.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6905 | 2024-10-18T17:50:18.005Z | [ recovery-image] Oct 18 17:50:15.958 INFO O| Oct 18 17:50:15.958 INFO STEP 906 (remove_files) COMPLETE |
6906 | 2024-10-18T17:50:18.007Z | [ recovery-image] Oct 18 17:50:15.958 INFO O| Oct 18 17:50:15.958 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2024-10-18T17:50:18.014Z | [ recovery-image] Oct 18 17:50:15.967 INFO O| Oct 18 17:50:15.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6908 | 2024-10-18T17:50:18.017Z | [ recovery-image] Oct 18 17:50:15.967 INFO O| Oct 18 17:50:15.967 INFO STEP 907 (remove_files) COMPLETE |
6909 | 2024-10-18T17:50:18.017Z | [ recovery-image] Oct 18 17:50:15.967 INFO O| Oct 18 17:50:15.967 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2024-10-18T17:50:18.023Z | [ recovery-image] Oct 18 17:50:15.976 INFO O| Oct 18 17:50:15.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6911 | 2024-10-18T17:50:18.023Z | [ recovery-image] Oct 18 17:50:15.976 INFO O| Oct 18 17:50:15.976 INFO STEP 908 (remove_files) COMPLETE |
6912 | 2024-10-18T17:50:18.026Z | [ recovery-image] Oct 18 17:50:15.976 INFO O| Oct 18 17:50:15.976 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2024-10-18T17:50:18.032Z | [ recovery-image] Oct 18 17:50:15.985 INFO O| Oct 18 17:50:15.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6914 | 2024-10-18T17:50:18.033Z | [ recovery-image] Oct 18 17:50:15.985 INFO O| Oct 18 17:50:15.985 INFO STEP 909 (remove_files) COMPLETE |
6915 | 2024-10-18T17:50:18.033Z | [ recovery-image] Oct 18 17:50:15.985 INFO O| Oct 18 17:50:15.985 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6916 | 2024-10-18T17:50:18.042Z | [ recovery-image] Oct 18 17:50:15.994 INFO O| Oct 18 17:50:15.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6917 | 2024-10-18T17:50:18.042Z | [ recovery-image] Oct 18 17:50:15.994 INFO O| Oct 18 17:50:15.994 INFO STEP 910 (remove_files) COMPLETE |
6918 | 2024-10-18T17:50:18.046Z | [ recovery-image] Oct 18 17:50:15.994 INFO O| Oct 18 17:50:15.994 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6919 | 2024-10-18T17:50:18.051Z | [ recovery-image] Oct 18 17:50:16.004 INFO O| Oct 18 17:50:16.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6920 | 2024-10-18T17:50:18.051Z | [ recovery-image] Oct 18 17:50:16.004 INFO O| Oct 18 17:50:16.004 INFO STEP 911 (remove_files) COMPLETE |
6921 | 2024-10-18T17:50:18.051Z | [ recovery-image] Oct 18 17:50:16.004 INFO O| Oct 18 17:50:16.004 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2024-10-18T17:50:18.060Z | [ recovery-image] Oct 18 17:50:16.013 INFO O| Oct 18 17:50:16.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6923 | 2024-10-18T17:50:18.061Z | [ recovery-image] Oct 18 17:50:16.013 INFO O| Oct 18 17:50:16.013 INFO STEP 912 (remove_files) COMPLETE |
6924 | 2024-10-18T17:50:18.063Z | [ recovery-image] Oct 18 17:50:16.013 INFO O| Oct 18 17:50:16.013 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2024-10-18T17:50:18.070Z | [ recovery-image] Oct 18 17:50:16.022 INFO O| Oct 18 17:50:16.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6926 | 2024-10-18T17:50:18.070Z | [ recovery-image] Oct 18 17:50:16.022 INFO O| Oct 18 17:50:16.022 INFO STEP 913 (remove_files) COMPLETE |
6927 | 2024-10-18T17:50:18.070Z | [ recovery-image] Oct 18 17:50:16.022 INFO O| Oct 18 17:50:16.022 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2024-10-18T17:50:18.079Z | [ recovery-image] Oct 18 17:50:16.031 INFO O| Oct 18 17:50:16.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6929 | 2024-10-18T17:50:18.079Z | [ recovery-image] Oct 18 17:50:16.031 INFO O| Oct 18 17:50:16.031 INFO STEP 914 (remove_files) COMPLETE |
6930 | 2024-10-18T17:50:18.079Z | [ recovery-image] Oct 18 17:50:16.032 INFO O| Oct 18 17:50:16.031 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6931 | 2024-10-18T17:50:18.088Z | [ recovery-image] Oct 18 17:50:16.040 INFO O| Oct 18 17:50:16.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6932 | 2024-10-18T17:50:18.088Z | [ recovery-image] Oct 18 17:50:16.040 INFO O| Oct 18 17:50:16.040 INFO STEP 915 (remove_files) COMPLETE |
6933 | 2024-10-18T17:50:18.088Z | [ recovery-image] Oct 18 17:50:16.040 INFO O| Oct 18 17:50:16.040 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6934 | 2024-10-18T17:50:18.099Z | [ recovery-image] Oct 18 17:50:16.052 INFO O| Oct 18 17:50:16.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6935 | 2024-10-18T17:50:18.102Z | [ recovery-image] Oct 18 17:50:16.052 INFO O| Oct 18 17:50:16.052 INFO STEP 916 (remove_files) COMPLETE |
6936 | 2024-10-18T17:50:18.102Z | [ recovery-image] Oct 18 17:50:16.052 INFO O| Oct 18 17:50:16.052 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6937 | 2024-10-18T17:50:18.111Z | [ recovery-image] Oct 18 17:50:16.063 INFO O| Oct 18 17:50:16.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6938 | 2024-10-18T17:50:18.113Z | [ recovery-image] Oct 18 17:50:16.063 INFO O| Oct 18 17:50:16.063 INFO STEP 917 (remove_files) COMPLETE |
6939 | 2024-10-18T17:50:18.113Z | [ recovery-image] Oct 18 17:50:16.063 INFO O| Oct 18 17:50:16.063 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6940 | 2024-10-18T17:50:18.120Z | [ recovery-image] Oct 18 17:50:16.073 INFO O| Oct 18 17:50:16.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6941 | 2024-10-18T17:50:18.120Z | [ recovery-image] Oct 18 17:50:16.073 INFO O| Oct 18 17:50:16.073 INFO STEP 918 (remove_files) COMPLETE |
6942 | 2024-10-18T17:50:18.123Z | [ recovery-image] Oct 18 17:50:16.073 INFO O| Oct 18 17:50:16.073 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6943 | 2024-10-18T17:50:18.131Z | [ recovery-image] Oct 18 17:50:16.084 INFO O| Oct 18 17:50:16.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6944 | 2024-10-18T17:50:18.134Z | [ recovery-image] Oct 18 17:50:16.084 INFO O| Oct 18 17:50:16.084 INFO STEP 919 (remove_files) COMPLETE |
6945 | 2024-10-18T17:50:18.134Z | [ recovery-image] Oct 18 17:50:16.084 INFO O| Oct 18 17:50:16.084 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6946 | 2024-10-18T17:50:18.141Z | [ recovery-image] Oct 18 17:50:16.094 INFO O| Oct 18 17:50:16.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6947 | 2024-10-18T17:50:18.141Z | [ recovery-image] Oct 18 17:50:16.094 INFO O| Oct 18 17:50:16.094 INFO STEP 920 (remove_files) COMPLETE |
6948 | 2024-10-18T17:50:18.144Z | [ recovery-image] Oct 18 17:50:16.094 INFO O| Oct 18 17:50:16.094 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6949 | 2024-10-18T17:50:18.154Z | [ recovery-image] Oct 18 17:50:16.103 INFO O| Oct 18 17:50:16.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6950 | 2024-10-18T17:50:18.154Z | [ recovery-image] Oct 18 17:50:16.103 INFO O| Oct 18 17:50:16.103 INFO STEP 921 (remove_files) COMPLETE |
6951 | 2024-10-18T17:50:18.154Z | [ recovery-image] Oct 18 17:50:16.103 INFO O| Oct 18 17:50:16.103 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6952 | 2024-10-18T17:50:18.162Z | [ recovery-image] Oct 18 17:50:16.115 INFO O| Oct 18 17:50:16.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6953 | 2024-10-18T17:50:18.162Z | [ recovery-image] Oct 18 17:50:16.115 INFO O| Oct 18 17:50:16.115 INFO STEP 922 (remove_files) COMPLETE |
6954 | 2024-10-18T17:50:18.165Z | [ recovery-image] Oct 18 17:50:16.115 INFO O| Oct 18 17:50:16.115 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6955 | 2024-10-18T17:50:18.167Z | [ host-image] Oct 18 17:50:16.119 INFO O| Oct 18 17:50:16.119 INFO O| Planning: Evaluating mediators ... Done |
6956 | 2024-10-18T17:50:18.167Z | [ host-image] Oct 18 17:50:16.119 INFO O| Oct 18 17:50:16.119 INFO O| Planning: Planning completed in 2.19 seconds |
6957 | 2024-10-18T17:50:18.170Z | [ host-image] Oct 18 17:50:16.121 INFO O| Oct 18 17:50:16.121 INFO O| Packages to install: 1 |
6958 | 2024-10-18T17:50:18.173Z | [ recovery-image] Oct 18 17:50:16.126 INFO O| Oct 18 17:50:16.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6959 | 2024-10-18T17:50:18.176Z | [ recovery-image] Oct 18 17:50:16.127 INFO O| Oct 18 17:50:16.127 INFO STEP 923 (remove_files) COMPLETE |
6960 | 2024-10-18T17:50:18.176Z | [ recovery-image] Oct 18 17:50:16.127 INFO O| Oct 18 17:50:16.127 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2024-10-18T17:50:18.181Z | [ host-image] Oct 18 17:50:16.134 INFO O| Oct 18 17:50:16.134 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
6962 | 2024-10-18T17:50:18.184Z | [ recovery-image] Oct 18 17:50:16.136 INFO O| Oct 18 17:50:16.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6963 | 2024-10-18T17:50:18.184Z | [ recovery-image] Oct 18 17:50:16.136 INFO O| Oct 18 17:50:16.136 INFO STEP 924 (remove_files) COMPLETE |
6964 | 2024-10-18T17:50:18.186Z | [ recovery-image] Oct 18 17:50:16.136 INFO O| Oct 18 17:50:16.136 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6965 | 2024-10-18T17:50:18.194Z | [ recovery-image] Oct 18 17:50:16.147 INFO O| Oct 18 17:50:16.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6966 | 2024-10-18T17:50:18.194Z | [ recovery-image] Oct 18 17:50:16.147 INFO O| Oct 18 17:50:16.147 INFO STEP 925 (remove_files) COMPLETE |
6967 | 2024-10-18T17:50:18.197Z | [ recovery-image] Oct 18 17:50:16.147 INFO O| Oct 18 17:50:16.147 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6968 | 2024-10-18T17:50:18.205Z | [ recovery-image] Oct 18 17:50:16.158 INFO O| Oct 18 17:50:16.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6969 | 2024-10-18T17:50:18.209Z | [ recovery-image] Oct 18 17:50:16.158 INFO O| Oct 18 17:50:16.158 INFO STEP 926 (remove_files) COMPLETE |
6970 | 2024-10-18T17:50:18.209Z | [ recovery-image] Oct 18 17:50:16.158 INFO O| Oct 18 17:50:16.158 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6971 | 2024-10-18T17:50:18.217Z | [ recovery-image] Oct 18 17:50:16.169 INFO O| Oct 18 17:50:16.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6972 | 2024-10-18T17:50:18.219Z | [ recovery-image] Oct 18 17:50:16.169 INFO O| Oct 18 17:50:16.169 INFO STEP 927 (remove_files) COMPLETE |
6973 | 2024-10-18T17:50:18.219Z | [ recovery-image] Oct 18 17:50:16.169 INFO O| Oct 18 17:50:16.169 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6974 | 2024-10-18T17:50:18.229Z | [ recovery-image] Oct 18 17:50:16.182 INFO O| Oct 18 17:50:16.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6975 | 2024-10-18T17:50:18.229Z | [ recovery-image] Oct 18 17:50:16.182 INFO O| Oct 18 17:50:16.182 INFO STEP 928 (remove_files) COMPLETE |
6976 | 2024-10-18T17:50:18.232Z | [ recovery-image] Oct 18 17:50:16.182 INFO O| Oct 18 17:50:16.182 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6977 | 2024-10-18T17:50:18.240Z | [ recovery-image] Oct 18 17:50:16.193 INFO O| Oct 18 17:50:16.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6978 | 2024-10-18T17:50:18.243Z | [ recovery-image] Oct 18 17:50:16.193 INFO O| Oct 18 17:50:16.193 INFO STEP 929 (remove_files) COMPLETE |
6979 | 2024-10-18T17:50:18.243Z | [ recovery-image] Oct 18 17:50:16.193 INFO O| Oct 18 17:50:16.193 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6980 | 2024-10-18T17:50:18.252Z | [ recovery-image] Oct 18 17:50:16.205 INFO O| Oct 18 17:50:16.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6981 | 2024-10-18T17:50:18.255Z | [ recovery-image] Oct 18 17:50:16.205 INFO O| Oct 18 17:50:16.205 INFO STEP 930 (remove_files) COMPLETE |
6982 | 2024-10-18T17:50:18.255Z | [ recovery-image] Oct 18 17:50:16.205 INFO O| Oct 18 17:50:16.205 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2024-10-18T17:50:18.264Z | [ recovery-image] Oct 18 17:50:16.217 INFO O| Oct 18 17:50:16.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6984 | 2024-10-18T17:50:18.267Z | [ recovery-image] Oct 18 17:50:16.217 INFO O| Oct 18 17:50:16.217 INFO STEP 931 (remove_files) COMPLETE |
6985 | 2024-10-18T17:50:18.267Z | [ recovery-image] Oct 18 17:50:16.217 INFO O| Oct 18 17:50:16.217 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2024-10-18T17:50:18.277Z | [ recovery-image] Oct 18 17:50:16.230 INFO O| Oct 18 17:50:16.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6987 | 2024-10-18T17:50:18.280Z | [ recovery-image] Oct 18 17:50:16.230 INFO O| Oct 18 17:50:16.230 INFO STEP 932 (remove_files) COMPLETE |
6988 | 2024-10-18T17:50:18.280Z | [ recovery-image] Oct 18 17:50:16.230 INFO O| Oct 18 17:50:16.230 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2024-10-18T17:50:18.288Z | [ recovery-image] Oct 18 17:50:16.240 INFO O| Oct 18 17:50:16.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6990 | 2024-10-18T17:50:18.291Z | [ recovery-image] Oct 18 17:50:16.240 INFO O| Oct 18 17:50:16.240 INFO STEP 933 (remove_files) COMPLETE |
6991 | 2024-10-18T17:50:18.291Z | [ recovery-image] Oct 18 17:50:16.240 INFO O| Oct 18 17:50:16.240 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2024-10-18T17:50:18.297Z | [ recovery-image] Oct 18 17:50:16.249 INFO O| Oct 18 17:50:16.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6993 | 2024-10-18T17:50:18.297Z | [ recovery-image] Oct 18 17:50:16.250 INFO O| Oct 18 17:50:16.250 INFO STEP 934 (remove_files) COMPLETE |
6994 | 2024-10-18T17:50:18.297Z | [ recovery-image] Oct 18 17:50:16.250 INFO O| Oct 18 17:50:16.250 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2024-10-18T17:50:18.306Z | [ recovery-image] Oct 18 17:50:16.259 INFO O| Oct 18 17:50:16.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6996 | 2024-10-18T17:50:18.309Z | [ recovery-image] Oct 18 17:50:16.259 INFO O| Oct 18 17:50:16.259 INFO STEP 935 (remove_files) COMPLETE |
6997 | 2024-10-18T17:50:18.309Z | [ recovery-image] Oct 18 17:50:16.259 INFO O| Oct 18 17:50:16.259 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2024-10-18T17:50:18.315Z | [ recovery-image] Oct 18 17:50:16.268 INFO O| Oct 18 17:50:16.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6999 | 2024-10-18T17:50:18.315Z | [ recovery-image] Oct 18 17:50:16.268 INFO O| Oct 18 17:50:16.268 INFO STEP 936 (remove_files) COMPLETE |
7000 | 2024-10-18T17:50:18.318Z | [ recovery-image] Oct 18 17:50:16.268 INFO O| Oct 18 17:50:16.268 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2024-10-18T17:50:18.327Z | [ recovery-image] Oct 18 17:50:16.280 INFO O| Oct 18 17:50:16.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7002 | 2024-10-18T17:50:18.327Z | [ recovery-image] Oct 18 17:50:16.280 INFO O| Oct 18 17:50:16.280 INFO STEP 937 (remove_files) COMPLETE |
7003 | 2024-10-18T17:50:18.331Z | [ recovery-image] Oct 18 17:50:16.280 INFO O| Oct 18 17:50:16.280 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7004 | 2024-10-18T17:50:18.339Z | [ recovery-image] Oct 18 17:50:16.292 INFO O| Oct 18 17:50:16.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7005 | 2024-10-18T17:50:18.342Z | [ recovery-image] Oct 18 17:50:16.292 INFO O| Oct 18 17:50:16.292 INFO STEP 938 (remove_files) COMPLETE |
7006 | 2024-10-18T17:50:18.342Z | [ recovery-image] Oct 18 17:50:16.292 INFO O| Oct 18 17:50:16.292 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7007 | 2024-10-18T17:50:18.352Z | [ recovery-image] Oct 18 17:50:16.305 INFO O| Oct 18 17:50:16.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7008 | 2024-10-18T17:50:18.352Z | [ recovery-image] Oct 18 17:50:16.305 INFO O| Oct 18 17:50:16.305 INFO STEP 939 (remove_files) COMPLETE |
7009 | 2024-10-18T17:50:18.355Z | [ recovery-image] Oct 18 17:50:16.305 INFO O| Oct 18 17:50:16.305 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7010 | 2024-10-18T17:50:18.361Z | [ recovery-image] Oct 18 17:50:16.314 INFO O| Oct 18 17:50:16.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7011 | 2024-10-18T17:50:18.364Z | [ recovery-image] Oct 18 17:50:16.314 INFO O| Oct 18 17:50:16.314 INFO STEP 940 (remove_files) COMPLETE |
7012 | 2024-10-18T17:50:18.364Z | [ recovery-image] Oct 18 17:50:16.314 INFO O| Oct 18 17:50:16.314 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7013 | 2024-10-18T17:50:18.377Z | [ recovery-image] Oct 18 17:50:16.330 INFO O| Oct 18 17:50:16.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7014 | 2024-10-18T17:50:18.377Z | [ recovery-image] Oct 18 17:50:16.330 INFO O| Oct 18 17:50:16.330 INFO STEP 941 (remove_files) COMPLETE |
7015 | 2024-10-18T17:50:18.377Z | [ recovery-image] Oct 18 17:50:16.330 INFO O| Oct 18 17:50:16.330 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7016 | 2024-10-18T17:50:18.391Z | [ recovery-image] Oct 18 17:50:16.343 INFO O| Oct 18 17:50:16.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7017 | 2024-10-18T17:50:18.391Z | [ recovery-image] Oct 18 17:50:16.343 INFO O| Oct 18 17:50:16.343 INFO STEP 942 (remove_files) COMPLETE |
7018 | 2024-10-18T17:50:18.393Z | [ recovery-image] Oct 18 17:50:16.343 INFO O| Oct 18 17:50:16.343 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7019 | 2024-10-18T17:50:18.402Z | [ recovery-image] Oct 18 17:50:16.355 INFO O| Oct 18 17:50:16.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7020 | 2024-10-18T17:50:18.402Z | [ recovery-image] Oct 18 17:50:16.355 INFO O| Oct 18 17:50:16.355 INFO STEP 943 (remove_files) COMPLETE |
7021 | 2024-10-18T17:50:18.405Z | [ recovery-image] Oct 18 17:50:16.355 INFO O| Oct 18 17:50:16.355 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7022 | 2024-10-18T17:50:18.415Z | [ recovery-image] Oct 18 17:50:16.367 INFO O| Oct 18 17:50:16.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7023 | 2024-10-18T17:50:18.415Z | [ recovery-image] Oct 18 17:50:16.367 INFO O| Oct 18 17:50:16.367 INFO STEP 944 (remove_files) COMPLETE |
7024 | 2024-10-18T17:50:18.417Z | [ recovery-image] Oct 18 17:50:16.367 INFO O| Oct 18 17:50:16.367 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2024-10-18T17:50:18.424Z | [ recovery-image] Oct 18 17:50:16.377 INFO O| Oct 18 17:50:16.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7026 | 2024-10-18T17:50:18.424Z | [ recovery-image] Oct 18 17:50:16.377 INFO O| Oct 18 17:50:16.377 INFO STEP 945 (remove_files) COMPLETE |
7027 | 2024-10-18T17:50:18.427Z | [ recovery-image] Oct 18 17:50:16.377 INFO O| Oct 18 17:50:16.377 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2024-10-18T17:50:18.434Z | [ recovery-image] Oct 18 17:50:16.386 INFO O| Oct 18 17:50:16.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7029 | 2024-10-18T17:50:18.434Z | [ recovery-image] Oct 18 17:50:16.386 INFO O| Oct 18 17:50:16.386 INFO STEP 946 (remove_files) COMPLETE |
7030 | 2024-10-18T17:50:18.437Z | [ recovery-image] Oct 18 17:50:16.386 INFO O| Oct 18 17:50:16.386 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2024-10-18T17:50:18.442Z | [ recovery-image] Oct 18 17:50:16.395 INFO O| Oct 18 17:50:16.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7032 | 2024-10-18T17:50:18.442Z | [ recovery-image] Oct 18 17:50:16.395 INFO O| Oct 18 17:50:16.395 INFO STEP 947 (remove_files) COMPLETE |
7033 | 2024-10-18T17:50:18.446Z | [ recovery-image] Oct 18 17:50:16.395 INFO O| Oct 18 17:50:16.395 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2024-10-18T17:50:18.451Z | [ recovery-image] Oct 18 17:50:16.404 INFO O| Oct 18 17:50:16.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7035 | 2024-10-18T17:50:18.451Z | [ recovery-image] Oct 18 17:50:16.404 INFO O| Oct 18 17:50:16.404 INFO STEP 948 (remove_files) COMPLETE |
7036 | 2024-10-18T17:50:18.451Z | [ recovery-image] Oct 18 17:50:16.404 INFO O| Oct 18 17:50:16.404 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2024-10-18T17:50:18.460Z | [ recovery-image] Oct 18 17:50:16.413 INFO O| Oct 18 17:50:16.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7038 | 2024-10-18T17:50:18.460Z | [ recovery-image] Oct 18 17:50:16.413 INFO O| Oct 18 17:50:16.413 INFO STEP 949 (remove_files) COMPLETE |
7039 | 2024-10-18T17:50:18.463Z | [ recovery-image] Oct 18 17:50:16.413 INFO O| Oct 18 17:50:16.413 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2024-10-18T17:50:18.469Z | [ recovery-image] Oct 18 17:50:16.422 INFO O| Oct 18 17:50:16.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7041 | 2024-10-18T17:50:18.469Z | [ recovery-image] Oct 18 17:50:16.422 INFO O| Oct 18 17:50:16.422 INFO STEP 950 (remove_files) COMPLETE |
7042 | 2024-10-18T17:50:18.472Z | [ recovery-image] Oct 18 17:50:16.422 INFO O| Oct 18 17:50:16.422 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2024-10-18T17:50:18.478Z | [ recovery-image] Oct 18 17:50:16.431 INFO O| Oct 18 17:50:16.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7044 | 2024-10-18T17:50:18.478Z | [ recovery-image] Oct 18 17:50:16.431 INFO O| Oct 18 17:50:16.431 INFO STEP 951 (remove_files) COMPLETE |
7045 | 2024-10-18T17:50:18.481Z | [ recovery-image] Oct 18 17:50:16.431 INFO O| Oct 18 17:50:16.431 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2024-10-18T17:50:18.488Z | [ recovery-image] Oct 18 17:50:16.440 INFO O| Oct 18 17:50:16.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7047 | 2024-10-18T17:50:18.488Z | [ recovery-image] Oct 18 17:50:16.440 INFO O| Oct 18 17:50:16.440 INFO STEP 952 (remove_files) COMPLETE |
7048 | 2024-10-18T17:50:18.488Z | [ recovery-image] Oct 18 17:50:16.440 INFO O| Oct 18 17:50:16.440 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2024-10-18T17:50:18.496Z | [ recovery-image] Oct 18 17:50:16.449 INFO O| Oct 18 17:50:16.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7050 | 2024-10-18T17:50:18.498Z | [ recovery-image] Oct 18 17:50:16.449 INFO O| Oct 18 17:50:16.449 INFO STEP 953 (remove_files) COMPLETE |
7051 | 2024-10-18T17:50:18.499Z | [ recovery-image] Oct 18 17:50:16.449 INFO O| Oct 18 17:50:16.449 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2024-10-18T17:50:18.505Z | [ recovery-image] Oct 18 17:50:16.458 INFO O| Oct 18 17:50:16.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7053 | 2024-10-18T17:50:18.509Z | [ recovery-image] Oct 18 17:50:16.458 INFO O| Oct 18 17:50:16.458 INFO STEP 954 (remove_files) COMPLETE |
7054 | 2024-10-18T17:50:18.509Z | [ recovery-image] Oct 18 17:50:16.458 INFO O| Oct 18 17:50:16.458 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2024-10-18T17:50:18.514Z | [ recovery-image] Oct 18 17:50:16.467 INFO O| Oct 18 17:50:16.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7056 | 2024-10-18T17:50:18.514Z | [ recovery-image] Oct 18 17:50:16.467 INFO O| Oct 18 17:50:16.467 INFO STEP 955 (remove_files) COMPLETE |
7057 | 2024-10-18T17:50:18.517Z | [ recovery-image] Oct 18 17:50:16.467 INFO O| Oct 18 17:50:16.467 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2024-10-18T17:50:18.523Z | [ recovery-image] Oct 18 17:50:16.476 INFO O| Oct 18 17:50:16.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7059 | 2024-10-18T17:50:18.523Z | [ recovery-image] Oct 18 17:50:16.476 INFO O| Oct 18 17:50:16.476 INFO STEP 956 (remove_files) COMPLETE |
7060 | 2024-10-18T17:50:18.523Z | [ recovery-image] Oct 18 17:50:16.476 INFO O| Oct 18 17:50:16.476 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2024-10-18T17:50:18.532Z | [ recovery-image] Oct 18 17:50:16.485 INFO O| Oct 18 17:50:16.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7062 | 2024-10-18T17:50:18.532Z | [ recovery-image] Oct 18 17:50:16.485 INFO O| Oct 18 17:50:16.485 INFO STEP 957 (remove_files) COMPLETE |
7063 | 2024-10-18T17:50:18.532Z | [ recovery-image] Oct 18 17:50:16.485 INFO O| Oct 18 17:50:16.485 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2024-10-18T17:50:18.541Z | [ recovery-image] Oct 18 17:50:16.494 INFO O| Oct 18 17:50:16.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7065 | 2024-10-18T17:50:18.544Z | [ recovery-image] Oct 18 17:50:16.494 INFO O| Oct 18 17:50:16.494 INFO STEP 958 (remove_files) COMPLETE |
7066 | 2024-10-18T17:50:18.544Z | [ recovery-image] Oct 18 17:50:16.494 INFO O| Oct 18 17:50:16.494 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2024-10-18T17:50:18.550Z | [ recovery-image] Oct 18 17:50:16.503 INFO O| Oct 18 17:50:16.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7068 | 2024-10-18T17:50:18.553Z | [ recovery-image] Oct 18 17:50:16.503 INFO O| Oct 18 17:50:16.503 INFO STEP 959 (remove_files) COMPLETE |
7069 | 2024-10-18T17:50:18.553Z | [ recovery-image] Oct 18 17:50:16.503 INFO O| Oct 18 17:50:16.503 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2024-10-18T17:50:18.559Z | [ recovery-image] Oct 18 17:50:16.512 INFO O| Oct 18 17:50:16.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7071 | 2024-10-18T17:50:18.559Z | [ recovery-image] Oct 18 17:50:16.512 INFO O| Oct 18 17:50:16.512 INFO STEP 960 (remove_files) COMPLETE |
7072 | 2024-10-18T17:50:18.559Z | [ recovery-image] Oct 18 17:50:16.512 INFO O| Oct 18 17:50:16.512 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2024-10-18T17:50:18.568Z | [ recovery-image] Oct 18 17:50:16.521 INFO O| Oct 18 17:50:16.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7074 | 2024-10-18T17:50:18.568Z | [ recovery-image] Oct 18 17:50:16.521 INFO O| Oct 18 17:50:16.521 INFO STEP 961 (remove_files) COMPLETE |
7075 | 2024-10-18T17:50:18.571Z | [ recovery-image] Oct 18 17:50:16.521 INFO O| Oct 18 17:50:16.521 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2024-10-18T17:50:18.577Z | [ recovery-image] Oct 18 17:50:16.530 INFO O| Oct 18 17:50:16.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7077 | 2024-10-18T17:50:18.577Z | [ recovery-image] Oct 18 17:50:16.530 INFO O| Oct 18 17:50:16.530 INFO STEP 962 (remove_files) COMPLETE |
7078 | 2024-10-18T17:50:18.577Z | [ recovery-image] Oct 18 17:50:16.530 INFO O| Oct 18 17:50:16.530 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2024-10-18T17:50:18.586Z | [ recovery-image] Oct 18 17:50:16.539 INFO O| Oct 18 17:50:16.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7080 | 2024-10-18T17:50:18.590Z | [ recovery-image] Oct 18 17:50:16.539 INFO O| Oct 18 17:50:16.539 INFO STEP 963 (remove_files) COMPLETE |
7081 | 2024-10-18T17:50:18.590Z | [ recovery-image] Oct 18 17:50:16.539 INFO O| Oct 18 17:50:16.539 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2024-10-18T17:50:18.595Z | [ recovery-image] Oct 18 17:50:16.548 INFO O| Oct 18 17:50:16.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7083 | 2024-10-18T17:50:18.595Z | [ recovery-image] Oct 18 17:50:16.548 INFO O| Oct 18 17:50:16.548 INFO STEP 964 (remove_files) COMPLETE |
7084 | 2024-10-18T17:50:18.598Z | [ recovery-image] Oct 18 17:50:16.548 INFO O| Oct 18 17:50:16.548 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2024-10-18T17:50:18.604Z | [ recovery-image] Oct 18 17:50:16.557 INFO O| Oct 18 17:50:16.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7086 | 2024-10-18T17:50:18.604Z | [ recovery-image] Oct 18 17:50:16.557 INFO O| Oct 18 17:50:16.557 INFO STEP 965 (remove_files) COMPLETE |
7087 | 2024-10-18T17:50:18.607Z | [ recovery-image] Oct 18 17:50:16.557 INFO O| Oct 18 17:50:16.557 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2024-10-18T17:50:18.613Z | [ recovery-image] Oct 18 17:50:16.566 INFO O| Oct 18 17:50:16.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7089 | 2024-10-18T17:50:18.613Z | [ recovery-image] Oct 18 17:50:16.566 INFO O| Oct 18 17:50:16.566 INFO STEP 966 (remove_files) COMPLETE |
7090 | 2024-10-18T17:50:18.613Z | [ recovery-image] Oct 18 17:50:16.566 INFO O| Oct 18 17:50:16.566 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2024-10-18T17:50:18.622Z | [ recovery-image] Oct 18 17:50:16.575 INFO O| Oct 18 17:50:16.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7092 | 2024-10-18T17:50:18.622Z | [ recovery-image] Oct 18 17:50:16.575 INFO O| Oct 18 17:50:16.575 INFO STEP 967 (remove_files) COMPLETE |
7093 | 2024-10-18T17:50:18.625Z | [ recovery-image] Oct 18 17:50:16.575 INFO O| Oct 18 17:50:16.575 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2024-10-18T17:50:18.631Z | [ recovery-image] Oct 18 17:50:16.584 INFO O| Oct 18 17:50:16.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7095 | 2024-10-18T17:50:18.631Z | [ recovery-image] Oct 18 17:50:16.584 INFO O| Oct 18 17:50:16.584 INFO STEP 968 (remove_files) COMPLETE |
7096 | 2024-10-18T17:50:18.634Z | [ recovery-image] Oct 18 17:50:16.584 INFO O| Oct 18 17:50:16.584 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2024-10-18T17:50:18.640Z | [ recovery-image] Oct 18 17:50:16.593 INFO O| Oct 18 17:50:16.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7098 | 2024-10-18T17:50:18.643Z | [ recovery-image] Oct 18 17:50:16.593 INFO O| Oct 18 17:50:16.593 INFO STEP 969 (remove_files) COMPLETE |
7099 | 2024-10-18T17:50:18.643Z | [ recovery-image] Oct 18 17:50:16.593 INFO O| Oct 18 17:50:16.593 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7100 | 2024-10-18T17:50:18.649Z | [ recovery-image] Oct 18 17:50:16.602 INFO O| Oct 18 17:50:16.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7101 | 2024-10-18T17:50:18.649Z | [ recovery-image] Oct 18 17:50:16.602 INFO O| Oct 18 17:50:16.602 INFO STEP 970 (remove_files) COMPLETE |
7102 | 2024-10-18T17:50:18.652Z | [ recovery-image] Oct 18 17:50:16.602 INFO O| Oct 18 17:50:16.602 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7103 | 2024-10-18T17:50:18.658Z | [ recovery-image] Oct 18 17:50:16.611 INFO O| Oct 18 17:50:16.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7104 | 2024-10-18T17:50:18.661Z | [ recovery-image] Oct 18 17:50:16.611 INFO O| Oct 18 17:50:16.611 INFO STEP 971 (remove_files) COMPLETE |
7105 | 2024-10-18T17:50:18.661Z | [ recovery-image] Oct 18 17:50:16.611 INFO O| Oct 18 17:50:16.611 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7106 | 2024-10-18T17:50:18.667Z | [ recovery-image] Oct 18 17:50:16.620 INFO O| Oct 18 17:50:16.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7107 | 2024-10-18T17:50:18.667Z | [ recovery-image] Oct 18 17:50:16.620 INFO O| Oct 18 17:50:16.620 INFO STEP 972 (remove_files) COMPLETE |
7108 | 2024-10-18T17:50:18.667Z | [ recovery-image] Oct 18 17:50:16.620 INFO O| Oct 18 17:50:16.620 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7109 | 2024-10-18T17:50:18.676Z | [ recovery-image] Oct 18 17:50:16.629 INFO O| Oct 18 17:50:16.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7110 | 2024-10-18T17:50:18.679Z | [ recovery-image] Oct 18 17:50:16.629 INFO O| Oct 18 17:50:16.629 INFO STEP 973 (remove_files) COMPLETE |
7111 | 2024-10-18T17:50:18.679Z | [ recovery-image] Oct 18 17:50:16.629 INFO O| Oct 18 17:50:16.629 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7112 | 2024-10-18T17:50:18.685Z | [ recovery-image] Oct 18 17:50:16.638 INFO O| Oct 18 17:50:16.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7113 | 2024-10-18T17:50:18.688Z | [ recovery-image] Oct 18 17:50:16.638 INFO O| Oct 18 17:50:16.638 INFO STEP 974 (remove_files) COMPLETE |
7114 | 2024-10-18T17:50:18.688Z | [ recovery-image] Oct 18 17:50:16.638 INFO O| Oct 18 17:50:16.638 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7115 | 2024-10-18T17:50:18.694Z | [ recovery-image] Oct 18 17:50:16.647 INFO O| Oct 18 17:50:16.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7116 | 2024-10-18T17:50:18.697Z | [ recovery-image] Oct 18 17:50:16.647 INFO O| Oct 18 17:50:16.647 INFO STEP 975 (remove_files) COMPLETE |
7117 | 2024-10-18T17:50:18.697Z | [ recovery-image] Oct 18 17:50:16.647 INFO O| Oct 18 17:50:16.647 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7118 | 2024-10-18T17:50:18.703Z | [ recovery-image] Oct 18 17:50:16.656 INFO O| Oct 18 17:50:16.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7119 | 2024-10-18T17:50:18.703Z | [ recovery-image] Oct 18 17:50:16.656 INFO O| Oct 18 17:50:16.656 INFO STEP 976 (remove_files) COMPLETE |
7120 | 2024-10-18T17:50:18.703Z | [ recovery-image] Oct 18 17:50:16.656 INFO O| Oct 18 17:50:16.656 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7121 | 2024-10-18T17:50:18.712Z | [ recovery-image] Oct 18 17:50:16.665 INFO O| Oct 18 17:50:16.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7122 | 2024-10-18T17:50:18.715Z | [ recovery-image] Oct 18 17:50:16.665 INFO O| Oct 18 17:50:16.665 INFO STEP 977 (remove_files) COMPLETE |
7123 | 2024-10-18T17:50:18.715Z | [ recovery-image] Oct 18 17:50:16.665 INFO O| Oct 18 17:50:16.665 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7124 | 2024-10-18T17:50:18.721Z | [ recovery-image] Oct 18 17:50:16.674 INFO O| Oct 18 17:50:16.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7125 | 2024-10-18T17:50:18.721Z | [ recovery-image] Oct 18 17:50:16.674 INFO O| Oct 18 17:50:16.674 INFO STEP 978 (remove_files) COMPLETE |
7126 | 2024-10-18T17:50:18.724Z | [ recovery-image] Oct 18 17:50:16.674 INFO O| Oct 18 17:50:16.674 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7127 | 2024-10-18T17:50:18.731Z | [ recovery-image] Oct 18 17:50:16.683 INFO O| Oct 18 17:50:16.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7128 | 2024-10-18T17:50:18.731Z | [ recovery-image] Oct 18 17:50:16.683 INFO O| Oct 18 17:50:16.683 INFO STEP 979 (remove_files) COMPLETE |
7129 | 2024-10-18T17:50:18.731Z | [ recovery-image] Oct 18 17:50:16.683 INFO O| Oct 18 17:50:16.683 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7130 | 2024-10-18T17:50:18.739Z | [ recovery-image] Oct 18 17:50:16.692 INFO O| Oct 18 17:50:16.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7131 | 2024-10-18T17:50:18.748Z | [ recovery-image] Oct 18 17:50:16.692 INFO O| Oct 18 17:50:16.692 INFO STEP 980 (remove_files) COMPLETE |
7132 | 2024-10-18T17:50:18.748Z | [ recovery-image] Oct 18 17:50:16.692 INFO O| Oct 18 17:50:16.692 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7133 | 2024-10-18T17:50:18.754Z | [ recovery-image] Oct 18 17:50:16.701 INFO O| Oct 18 17:50:16.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7134 | 2024-10-18T17:50:18.754Z | [ recovery-image] Oct 18 17:50:16.701 INFO O| Oct 18 17:50:16.701 INFO STEP 981 (remove_files) COMPLETE |
7135 | 2024-10-18T17:50:18.754Z | [ recovery-image] Oct 18 17:50:16.701 INFO O| Oct 18 17:50:16.701 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7136 | 2024-10-18T17:50:18.760Z | [ recovery-image] Oct 18 17:50:16.713 INFO O| Oct 18 17:50:16.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7137 | 2024-10-18T17:50:18.763Z | [ recovery-image] Oct 18 17:50:16.713 INFO O| Oct 18 17:50:16.713 INFO STEP 982 (remove_files) COMPLETE |
7138 | 2024-10-18T17:50:18.763Z | [ recovery-image] Oct 18 17:50:16.713 INFO O| Oct 18 17:50:16.713 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7139 | 2024-10-18T17:50:18.772Z | [ recovery-image] Oct 18 17:50:16.725 INFO O| Oct 18 17:50:16.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7140 | 2024-10-18T17:50:18.775Z | [ recovery-image] Oct 18 17:50:16.725 INFO O| Oct 18 17:50:16.725 INFO STEP 983 (remove_files) COMPLETE |
7141 | 2024-10-18T17:50:18.775Z | [ recovery-image] Oct 18 17:50:16.725 INFO O| Oct 18 17:50:16.725 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7142 | 2024-10-18T17:50:18.784Z | [ recovery-image] Oct 18 17:50:16.736 INFO O| Oct 18 17:50:16.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7143 | 2024-10-18T17:50:18.786Z | [ recovery-image] Oct 18 17:50:16.736 INFO O| Oct 18 17:50:16.736 INFO STEP 984 (remove_files) COMPLETE |
7144 | 2024-10-18T17:50:18.787Z | [ recovery-image] Oct 18 17:50:16.736 INFO O| Oct 18 17:50:16.736 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7145 | 2024-10-18T17:50:18.796Z | [ recovery-image] Oct 18 17:50:16.747 INFO O| Oct 18 17:50:16.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7146 | 2024-10-18T17:50:18.796Z | [ recovery-image] Oct 18 17:50:16.747 INFO O| Oct 18 17:50:16.747 INFO STEP 985 (remove_files) COMPLETE |
7147 | 2024-10-18T17:50:18.799Z | [ recovery-image] Oct 18 17:50:16.747 INFO O| Oct 18 17:50:16.747 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7148 | 2024-10-18T17:50:18.808Z | [ recovery-image] Oct 18 17:50:16.759 INFO O| Oct 18 17:50:16.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7149 | 2024-10-18T17:50:18.812Z | [ recovery-image] Oct 18 17:50:16.759 INFO O| Oct 18 17:50:16.759 INFO STEP 986 (remove_files) COMPLETE |
7150 | 2024-10-18T17:50:18.812Z | [ recovery-image] Oct 18 17:50:16.759 INFO O| Oct 18 17:50:16.759 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7151 | 2024-10-18T17:50:18.830Z | [ recovery-image] Oct 18 17:50:16.779 INFO O| Oct 18 17:50:16.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7152 | 2024-10-18T17:50:18.830Z | [ recovery-image] Oct 18 17:50:16.779 INFO O| Oct 18 17:50:16.779 INFO STEP 987 (remove_files) COMPLETE |
7153 | 2024-10-18T17:50:18.830Z | [ recovery-image] Oct 18 17:50:16.779 INFO O| Oct 18 17:50:16.779 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7154 | 2024-10-18T17:50:18.847Z | [ recovery-image] Oct 18 17:50:16.799 INFO O| Oct 18 17:50:16.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7155 | 2024-10-18T17:50:18.847Z | [ recovery-image] Oct 18 17:50:16.799 INFO O| Oct 18 17:50:16.798 INFO STEP 988 (remove_files) COMPLETE |
7156 | 2024-10-18T17:50:18.847Z | [ recovery-image] Oct 18 17:50:16.799 INFO O| Oct 18 17:50:16.798 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7157 | 2024-10-18T17:50:18.859Z | [ recovery-image] Oct 18 17:50:16.812 INFO O| Oct 18 17:50:16.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7158 | 2024-10-18T17:50:18.862Z | [ recovery-image] Oct 18 17:50:16.812 INFO O| Oct 18 17:50:16.812 INFO STEP 989 (remove_files) COMPLETE |
7159 | 2024-10-18T17:50:18.862Z | [ recovery-image] Oct 18 17:50:16.812 INFO O| Oct 18 17:50:16.812 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7160 | 2024-10-18T17:50:18.871Z | [ recovery-image] Oct 18 17:50:16.823 INFO O| Oct 18 17:50:16.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7161 | 2024-10-18T17:50:18.871Z | [ recovery-image] Oct 18 17:50:16.823 INFO O| Oct 18 17:50:16.823 INFO STEP 990 (remove_files) COMPLETE |
7162 | 2024-10-18T17:50:18.871Z | [ recovery-image] Oct 18 17:50:16.823 INFO O| Oct 18 17:50:16.823 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7163 | 2024-10-18T17:50:18.881Z | [ recovery-image] Oct 18 17:50:16.833 INFO O| Oct 18 17:50:16.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7164 | 2024-10-18T17:50:18.881Z | [ recovery-image] Oct 18 17:50:16.833 INFO O| Oct 18 17:50:16.833 INFO STEP 991 (remove_files) COMPLETE |
7165 | 2024-10-18T17:50:18.884Z | [ recovery-image] Oct 18 17:50:16.833 INFO O| Oct 18 17:50:16.833 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7166 | 2024-10-18T17:50:18.886Z | [ host-image] Oct 18 17:50:16.838 INFO O| Oct 18 17:50:16.838 INFO O| Download: Completed 20.80 MB in 0.70 seconds (29.5M/s) |
7167 | 2024-10-18T17:50:18.893Z | [ recovery-image] Oct 18 17:50:16.845 INFO O| Oct 18 17:50:16.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7168 | 2024-10-18T17:50:18.896Z | [ recovery-image] Oct 18 17:50:16.845 INFO O| Oct 18 17:50:16.845 INFO STEP 992 (remove_files) COMPLETE |
7169 | 2024-10-18T17:50:18.896Z | [ recovery-image] Oct 18 17:50:16.845 INFO O| Oct 18 17:50:16.845 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7170 | 2024-10-18T17:50:18.974Z | [ recovery-image] Oct 18 17:50:16.926 INFO O| Oct 18 17:50:16.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7171 | 2024-10-18T17:50:18.974Z | [ recovery-image] Oct 18 17:50:16.926 INFO O| Oct 18 17:50:16.926 INFO STEP 993 (remove_files) COMPLETE |
7172 | 2024-10-18T17:50:18.974Z | [ recovery-image] Oct 18 17:50:16.926 INFO O| Oct 18 17:50:16.926 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7173 | 2024-10-18T17:50:18.982Z | [ host-image] Oct 18 17:50:16.935 INFO O| Oct 18 17:50:16.934 INFO O| Actions: 1/22 actions (Installing new actions) |
7174 | 2024-10-18T17:50:18.985Z | [ recovery-image] Oct 18 17:50:16.936 INFO O| Oct 18 17:50:16.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7175 | 2024-10-18T17:50:18.985Z | [ recovery-image] Oct 18 17:50:16.936 INFO O| Oct 18 17:50:16.936 INFO STEP 994 (remove_files) COMPLETE |
7176 | 2024-10-18T17:50:18.985Z | [ recovery-image] Oct 18 17:50:16.936 INFO O| Oct 18 17:50:16.936 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7177 | 2024-10-18T17:50:18.993Z | [ recovery-image] Oct 18 17:50:16.945 INFO O| Oct 18 17:50:16.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7178 | 2024-10-18T17:50:18.993Z | [ recovery-image] Oct 18 17:50:16.945 INFO O| Oct 18 17:50:16.945 INFO STEP 995 (remove_files) COMPLETE |
7179 | 2024-10-18T17:50:18.993Z | [ recovery-image] Oct 18 17:50:16.945 INFO O| Oct 18 17:50:16.945 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7180 | 2024-10-18T17:50:19.002Z | [ recovery-image] Oct 18 17:50:16.954 INFO O| Oct 18 17:50:16.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7181 | 2024-10-18T17:50:19.002Z | [ recovery-image] Oct 18 17:50:16.954 INFO O| Oct 18 17:50:16.954 INFO STEP 996 (remove_files) COMPLETE |
7182 | 2024-10-18T17:50:19.005Z | [ recovery-image] Oct 18 17:50:16.954 INFO O| Oct 18 17:50:16.954 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7183 | 2024-10-18T17:50:19.011Z | [ recovery-image] Oct 18 17:50:16.963 INFO O| Oct 18 17:50:16.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7184 | 2024-10-18T17:50:19.014Z | [ recovery-image] Oct 18 17:50:16.963 INFO O| Oct 18 17:50:16.963 INFO STEP 997 (remove_files) COMPLETE |
7185 | 2024-10-18T17:50:19.014Z | [ recovery-image] Oct 18 17:50:16.963 INFO O| Oct 18 17:50:16.963 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7186 | 2024-10-18T17:50:19.020Z | [ recovery-image] Oct 18 17:50:16.972 INFO O| Oct 18 17:50:16.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7187 | 2024-10-18T17:50:19.020Z | [ recovery-image] Oct 18 17:50:16.973 INFO O| Oct 18 17:50:16.973 INFO STEP 998 (remove_files) COMPLETE |
7188 | 2024-10-18T17:50:19.023Z | [ recovery-image] Oct 18 17:50:16.973 INFO O| Oct 18 17:50:16.973 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7189 | 2024-10-18T17:50:19.029Z | [ recovery-image] Oct 18 17:50:16.982 INFO O| Oct 18 17:50:16.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7190 | 2024-10-18T17:50:19.029Z | [ recovery-image] Oct 18 17:50:16.982 INFO O| Oct 18 17:50:16.982 INFO STEP 999 (remove_files) COMPLETE |
7191 | 2024-10-18T17:50:19.032Z | [ recovery-image] Oct 18 17:50:16.982 INFO O| Oct 18 17:50:16.982 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7192 | 2024-10-18T17:50:19.039Z | [ recovery-image] Oct 18 17:50:16.991 INFO O| Oct 18 17:50:16.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7193 | 2024-10-18T17:50:19.041Z | [ recovery-image] Oct 18 17:50:16.991 INFO O| Oct 18 17:50:16.991 INFO STEP 1000 (remove_files) COMPLETE |
7194 | 2024-10-18T17:50:19.041Z | [ recovery-image] Oct 18 17:50:16.991 INFO O| Oct 18 17:50:16.991 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7195 | 2024-10-18T17:50:19.048Z | [ recovery-image] Oct 18 17:50:17.000 INFO O| Oct 18 17:50:17.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7196 | 2024-10-18T17:50:19.048Z | [ recovery-image] Oct 18 17:50:17.000 INFO O| Oct 18 17:50:17.000 INFO STEP 1001 (remove_files) COMPLETE |
7197 | 2024-10-18T17:50:19.048Z | [ recovery-image] Oct 18 17:50:17.000 INFO O| Oct 18 17:50:17.000 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7198 | 2024-10-18T17:50:19.058Z | [ recovery-image] Oct 18 17:50:17.010 INFO O| Oct 18 17:50:17.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7199 | 2024-10-18T17:50:19.058Z | [ recovery-image] Oct 18 17:50:17.010 INFO O| Oct 18 17:50:17.010 INFO STEP 1002 (remove_files) COMPLETE |
7200 | 2024-10-18T17:50:19.061Z | [ recovery-image] Oct 18 17:50:17.010 INFO O| Oct 18 17:50:17.010 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7201 | 2024-10-18T17:50:19.067Z | [ recovery-image] Oct 18 17:50:17.020 INFO O| Oct 18 17:50:17.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7202 | 2024-10-18T17:50:19.070Z | [ recovery-image] Oct 18 17:50:17.020 INFO O| Oct 18 17:50:17.020 INFO STEP 1003 (remove_files) COMPLETE |
7203 | 2024-10-18T17:50:19.070Z | [ recovery-image] Oct 18 17:50:17.020 INFO O| Oct 18 17:50:17.020 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7204 | 2024-10-18T17:50:19.077Z | [ recovery-image] Oct 18 17:50:17.029 INFO O| Oct 18 17:50:17.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7205 | 2024-10-18T17:50:19.077Z | [ recovery-image] Oct 18 17:50:17.029 INFO O| Oct 18 17:50:17.029 INFO STEP 1004 (remove_files) COMPLETE |
7206 | 2024-10-18T17:50:19.077Z | [ recovery-image] Oct 18 17:50:17.029 INFO O| Oct 18 17:50:17.029 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7207 | 2024-10-18T17:50:19.086Z | [ recovery-image] Oct 18 17:50:17.038 INFO O| Oct 18 17:50:17.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7208 | 2024-10-18T17:50:19.086Z | [ recovery-image] Oct 18 17:50:17.038 INFO O| Oct 18 17:50:17.038 INFO STEP 1005 (remove_files) COMPLETE |
7209 | 2024-10-18T17:50:19.088Z | [ recovery-image] Oct 18 17:50:17.038 INFO O| Oct 18 17:50:17.038 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2024-10-18T17:50:19.095Z | [ recovery-image] Oct 18 17:50:17.047 INFO O| Oct 18 17:50:17.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7211 | 2024-10-18T17:50:19.095Z | [ recovery-image] Oct 18 17:50:17.047 INFO O| Oct 18 17:50:17.047 INFO STEP 1006 (remove_files) COMPLETE |
7212 | 2024-10-18T17:50:19.095Z | [ recovery-image] Oct 18 17:50:17.047 INFO O| Oct 18 17:50:17.047 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2024-10-18T17:50:19.104Z | [ recovery-image] Oct 18 17:50:17.056 INFO O| Oct 18 17:50:17.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7214 | 2024-10-18T17:50:19.104Z | [ recovery-image] Oct 18 17:50:17.056 INFO O| Oct 18 17:50:17.056 INFO STEP 1007 (remove_files) COMPLETE |
7215 | 2024-10-18T17:50:19.107Z | [ recovery-image] Oct 18 17:50:17.056 INFO O| Oct 18 17:50:17.056 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2024-10-18T17:50:19.113Z | [ recovery-image] Oct 18 17:50:17.066 INFO O| Oct 18 17:50:17.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7217 | 2024-10-18T17:50:19.113Z | [ recovery-image] Oct 18 17:50:17.066 INFO O| Oct 18 17:50:17.066 INFO STEP 1008 (remove_files) COMPLETE |
7218 | 2024-10-18T17:50:19.116Z | [ recovery-image] Oct 18 17:50:17.066 INFO O| Oct 18 17:50:17.066 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2024-10-18T17:50:19.122Z | [ recovery-image] Oct 18 17:50:17.075 INFO O| Oct 18 17:50:17.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7220 | 2024-10-18T17:50:19.122Z | [ recovery-image] Oct 18 17:50:17.075 INFO O| Oct 18 17:50:17.075 INFO STEP 1009 (remove_files) COMPLETE |
7221 | 2024-10-18T17:50:19.125Z | [ recovery-image] Oct 18 17:50:17.075 INFO O| Oct 18 17:50:17.075 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2024-10-18T17:50:19.132Z | [ recovery-image] Oct 18 17:50:17.084 INFO O| Oct 18 17:50:17.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7223 | 2024-10-18T17:50:19.132Z | [ recovery-image] Oct 18 17:50:17.084 INFO O| Oct 18 17:50:17.084 INFO STEP 1010 (remove_files) COMPLETE |
7224 | 2024-10-18T17:50:19.132Z | [ recovery-image] Oct 18 17:50:17.084 INFO O| Oct 18 17:50:17.084 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2024-10-18T17:50:19.141Z | [ recovery-image] Oct 18 17:50:17.093 INFO O| Oct 18 17:50:17.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7226 | 2024-10-18T17:50:19.141Z | [ recovery-image] Oct 18 17:50:17.093 INFO O| Oct 18 17:50:17.093 INFO STEP 1011 (remove_files) COMPLETE |
7227 | 2024-10-18T17:50:19.143Z | [ recovery-image] Oct 18 17:50:17.093 INFO O| Oct 18 17:50:17.093 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2024-10-18T17:50:19.150Z | [ recovery-image] Oct 18 17:50:17.102 INFO O| Oct 18 17:50:17.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7229 | 2024-10-18T17:50:19.150Z | [ recovery-image] Oct 18 17:50:17.102 INFO O| Oct 18 17:50:17.102 INFO STEP 1012 (remove_files) COMPLETE |
7230 | 2024-10-18T17:50:19.153Z | [ recovery-image] Oct 18 17:50:17.102 INFO O| Oct 18 17:50:17.102 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2024-10-18T17:50:19.159Z | [ recovery-image] Oct 18 17:50:17.112 INFO O| Oct 18 17:50:17.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7232 | 2024-10-18T17:50:19.162Z | [ recovery-image] Oct 18 17:50:17.112 INFO O| Oct 18 17:50:17.112 INFO STEP 1013 (remove_files) COMPLETE |
7233 | 2024-10-18T17:50:19.162Z | [ recovery-image] Oct 18 17:50:17.112 INFO O| Oct 18 17:50:17.112 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2024-10-18T17:50:19.169Z | [ recovery-image] Oct 18 17:50:17.121 INFO O| Oct 18 17:50:17.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7235 | 2024-10-18T17:50:19.169Z | [ recovery-image] Oct 18 17:50:17.121 INFO O| Oct 18 17:50:17.121 INFO STEP 1014 (remove_files) COMPLETE |
7236 | 2024-10-18T17:50:19.169Z | [ recovery-image] Oct 18 17:50:17.121 INFO O| Oct 18 17:50:17.121 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2024-10-18T17:50:19.178Z | [ recovery-image] Oct 18 17:50:17.130 INFO O| Oct 18 17:50:17.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7238 | 2024-10-18T17:50:19.178Z | [ recovery-image] Oct 18 17:50:17.130 INFO O| Oct 18 17:50:17.130 INFO STEP 1015 (remove_files) COMPLETE |
7239 | 2024-10-18T17:50:19.180Z | [ recovery-image] Oct 18 17:50:17.130 INFO O| Oct 18 17:50:17.130 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2024-10-18T17:50:19.189Z | [ recovery-image] Oct 18 17:50:17.140 INFO O| Oct 18 17:50:17.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7241 | 2024-10-18T17:50:19.189Z | [ recovery-image] Oct 18 17:50:17.140 INFO O| Oct 18 17:50:17.140 INFO STEP 1016 (remove_files) COMPLETE |
7242 | 2024-10-18T17:50:19.191Z | [ recovery-image] Oct 18 17:50:17.140 INFO O| Oct 18 17:50:17.140 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2024-10-18T17:50:19.198Z | [ recovery-image] Oct 18 17:50:17.151 INFO O| Oct 18 17:50:17.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7244 | 2024-10-18T17:50:19.201Z | [ recovery-image] Oct 18 17:50:17.151 INFO O| Oct 18 17:50:17.151 INFO STEP 1017 (remove_files) COMPLETE |
7245 | 2024-10-18T17:50:19.201Z | [ recovery-image] Oct 18 17:50:17.151 INFO O| Oct 18 17:50:17.151 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2024-10-18T17:50:19.208Z | [ recovery-image] Oct 18 17:50:17.161 INFO O| Oct 18 17:50:17.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7247 | 2024-10-18T17:50:19.208Z | [ recovery-image] Oct 18 17:50:17.161 INFO O| Oct 18 17:50:17.161 INFO STEP 1018 (remove_files) COMPLETE |
7248 | 2024-10-18T17:50:19.208Z | [ recovery-image] Oct 18 17:50:17.161 INFO O| Oct 18 17:50:17.161 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7249 | 2024-10-18T17:50:19.218Z | [ recovery-image] Oct 18 17:50:17.170 INFO O| Oct 18 17:50:17.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7250 | 2024-10-18T17:50:19.218Z | [ recovery-image] Oct 18 17:50:17.170 INFO O| Oct 18 17:50:17.170 INFO STEP 1019 (remove_files) COMPLETE |
7251 | 2024-10-18T17:50:19.220Z | [ recovery-image] Oct 18 17:50:17.170 INFO O| Oct 18 17:50:17.170 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7252 | 2024-10-18T17:50:19.228Z | [ recovery-image] Oct 18 17:50:17.181 INFO O| Oct 18 17:50:17.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7253 | 2024-10-18T17:50:19.231Z | [ recovery-image] Oct 18 17:50:17.181 INFO O| Oct 18 17:50:17.181 INFO STEP 1020 (remove_files) COMPLETE |
7254 | 2024-10-18T17:50:19.231Z | [ recovery-image] Oct 18 17:50:17.181 INFO O| Oct 18 17:50:17.181 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7255 | 2024-10-18T17:50:19.238Z | [ recovery-image] Oct 18 17:50:17.191 INFO O| Oct 18 17:50:17.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7256 | 2024-10-18T17:50:19.238Z | [ recovery-image] Oct 18 17:50:17.191 INFO O| Oct 18 17:50:17.191 INFO STEP 1021 (remove_files) COMPLETE |
7257 | 2024-10-18T17:50:19.241Z | [ recovery-image] Oct 18 17:50:17.191 INFO O| Oct 18 17:50:17.191 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7258 | 2024-10-18T17:50:19.248Z | [ recovery-image] Oct 18 17:50:17.200 INFO O| Oct 18 17:50:17.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7259 | 2024-10-18T17:50:19.248Z | [ recovery-image] Oct 18 17:50:17.200 INFO O| Oct 18 17:50:17.200 INFO STEP 1022 (remove_files) COMPLETE |
7260 | 2024-10-18T17:50:19.248Z | [ recovery-image] Oct 18 17:50:17.200 INFO O| Oct 18 17:50:17.200 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7261 | 2024-10-18T17:50:19.259Z | [ recovery-image] Oct 18 17:50:17.211 INFO O| Oct 18 17:50:17.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7262 | 2024-10-18T17:50:19.259Z | [ recovery-image] Oct 18 17:50:17.211 INFO O| Oct 18 17:50:17.211 INFO STEP 1023 (remove_files) COMPLETE |
7263 | 2024-10-18T17:50:19.259Z | [ recovery-image] Oct 18 17:50:17.211 INFO O| Oct 18 17:50:17.211 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7264 | 2024-10-18T17:50:19.268Z | [ recovery-image] Oct 18 17:50:17.220 INFO O| Oct 18 17:50:17.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7265 | 2024-10-18T17:50:19.268Z | [ recovery-image] Oct 18 17:50:17.220 INFO O| Oct 18 17:50:17.220 INFO STEP 1024 (remove_files) COMPLETE |
7266 | 2024-10-18T17:50:19.268Z | [ recovery-image] Oct 18 17:50:17.220 INFO O| Oct 18 17:50:17.220 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7267 | 2024-10-18T17:50:19.278Z | [ recovery-image] Oct 18 17:50:17.230 INFO O| Oct 18 17:50:17.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7268 | 2024-10-18T17:50:19.278Z | [ recovery-image] Oct 18 17:50:17.230 INFO O| Oct 18 17:50:17.230 INFO STEP 1025 (remove_files) COMPLETE |
7269 | 2024-10-18T17:50:19.280Z | [ recovery-image] Oct 18 17:50:17.230 INFO O| Oct 18 17:50:17.230 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7270 | 2024-10-18T17:50:19.288Z | [ recovery-image] Oct 18 17:50:17.241 INFO O| Oct 18 17:50:17.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7271 | 2024-10-18T17:50:19.291Z | [ recovery-image] Oct 18 17:50:17.241 INFO O| Oct 18 17:50:17.241 INFO STEP 1026 (remove_files) COMPLETE |
7272 | 2024-10-18T17:50:19.291Z | [ recovery-image] Oct 18 17:50:17.241 INFO O| Oct 18 17:50:17.241 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7273 | 2024-10-18T17:50:19.298Z | [ recovery-image] Oct 18 17:50:17.251 INFO O| Oct 18 17:50:17.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7274 | 2024-10-18T17:50:19.301Z | [ recovery-image] Oct 18 17:50:17.251 INFO O| Oct 18 17:50:17.251 INFO STEP 1027 (remove_files) COMPLETE |
7275 | 2024-10-18T17:50:19.301Z | [ recovery-image] Oct 18 17:50:17.251 INFO O| Oct 18 17:50:17.251 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7276 | 2024-10-18T17:50:19.315Z | [ recovery-image] Oct 18 17:50:17.260 INFO O| Oct 18 17:50:17.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7277 | 2024-10-18T17:50:19.315Z | [ recovery-image] Oct 18 17:50:17.261 INFO O| Oct 18 17:50:17.261 INFO STEP 1028 (remove_files) COMPLETE |
7278 | 2024-10-18T17:50:19.315Z | [ recovery-image] Oct 18 17:50:17.261 INFO O| Oct 18 17:50:17.261 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7279 | 2024-10-18T17:50:19.319Z | [ recovery-image] Oct 18 17:50:17.271 INFO O| Oct 18 17:50:17.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7280 | 2024-10-18T17:50:19.322Z | [ recovery-image] Oct 18 17:50:17.271 INFO O| Oct 18 17:50:17.271 INFO STEP 1029 (remove_files) COMPLETE |
7281 | 2024-10-18T17:50:19.322Z | [ recovery-image] Oct 18 17:50:17.271 INFO O| Oct 18 17:50:17.271 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7282 | 2024-10-18T17:50:19.328Z | [ recovery-image] Oct 18 17:50:17.280 INFO O| Oct 18 17:50:17.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7283 | 2024-10-18T17:50:19.328Z | [ recovery-image] Oct 18 17:50:17.280 INFO O| Oct 18 17:50:17.280 INFO STEP 1030 (remove_files) COMPLETE |
7284 | 2024-10-18T17:50:19.333Z | [ recovery-image] Oct 18 17:50:17.280 INFO O| Oct 18 17:50:17.280 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7285 | 2024-10-18T17:50:19.337Z | [ recovery-image] Oct 18 17:50:17.290 INFO O| Oct 18 17:50:17.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7286 | 2024-10-18T17:50:19.337Z | [ recovery-image] Oct 18 17:50:17.290 INFO O| Oct 18 17:50:17.290 INFO STEP 1031 (remove_files) COMPLETE |
7287 | 2024-10-18T17:50:19.337Z | [ recovery-image] Oct 18 17:50:17.290 INFO O| Oct 18 17:50:17.290 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7288 | 2024-10-18T17:50:19.346Z | [ recovery-image] Oct 18 17:50:17.299 INFO O| Oct 18 17:50:17.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7289 | 2024-10-18T17:50:19.346Z | [ recovery-image] Oct 18 17:50:17.299 INFO O| Oct 18 17:50:17.299 INFO STEP 1032 (remove_files) COMPLETE |
7290 | 2024-10-18T17:50:19.349Z | [ recovery-image] Oct 18 17:50:17.299 INFO O| Oct 18 17:50:17.299 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7291 | 2024-10-18T17:50:19.356Z | [ recovery-image] Oct 18 17:50:17.308 INFO O| Oct 18 17:50:17.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7292 | 2024-10-18T17:50:19.359Z | [ recovery-image] Oct 18 17:50:17.308 INFO O| Oct 18 17:50:17.308 INFO STEP 1033 (remove_files) COMPLETE |
7293 | 2024-10-18T17:50:19.359Z | [ recovery-image] Oct 18 17:50:17.308 INFO O| Oct 18 17:50:17.308 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7294 | 2024-10-18T17:50:19.365Z | [ recovery-image] Oct 18 17:50:17.318 INFO O| Oct 18 17:50:17.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7295 | 2024-10-18T17:50:19.365Z | [ recovery-image] Oct 18 17:50:17.318 INFO O| Oct 18 17:50:17.318 INFO STEP 1034 (remove_files) COMPLETE |
7296 | 2024-10-18T17:50:19.368Z | [ recovery-image] Oct 18 17:50:17.318 INFO O| Oct 18 17:50:17.318 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7297 | 2024-10-18T17:50:19.375Z | [ recovery-image] Oct 18 17:50:17.327 INFO O| Oct 18 17:50:17.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7298 | 2024-10-18T17:50:19.375Z | [ recovery-image] Oct 18 17:50:17.327 INFO O| Oct 18 17:50:17.327 INFO STEP 1035 (remove_files) COMPLETE |
7299 | 2024-10-18T17:50:19.375Z | [ recovery-image] Oct 18 17:50:17.327 INFO O| Oct 18 17:50:17.327 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7300 | 2024-10-18T17:50:19.384Z | [ recovery-image] Oct 18 17:50:17.336 INFO O| Oct 18 17:50:17.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7301 | 2024-10-18T17:50:19.384Z | [ recovery-image] Oct 18 17:50:17.336 INFO O| Oct 18 17:50:17.336 INFO STEP 1036 (remove_files) COMPLETE |
7302 | 2024-10-18T17:50:19.384Z | [ recovery-image] Oct 18 17:50:17.336 INFO O| Oct 18 17:50:17.336 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7303 | 2024-10-18T17:50:19.393Z | [ recovery-image] Oct 18 17:50:17.346 INFO O| Oct 18 17:50:17.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7304 | 2024-10-18T17:50:19.396Z | [ recovery-image] Oct 18 17:50:17.346 INFO O| Oct 18 17:50:17.346 INFO STEP 1037 (remove_files) COMPLETE |
7305 | 2024-10-18T17:50:19.396Z | [ recovery-image] Oct 18 17:50:17.346 INFO O| Oct 18 17:50:17.346 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2024-10-18T17:50:19.403Z | [ recovery-image] Oct 18 17:50:17.355 INFO O| Oct 18 17:50:17.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7307 | 2024-10-18T17:50:19.403Z | [ recovery-image] Oct 18 17:50:17.355 INFO O| Oct 18 17:50:17.355 INFO STEP 1038 (remove_files) COMPLETE |
7308 | 2024-10-18T17:50:19.405Z | [ recovery-image] Oct 18 17:50:17.355 INFO O| Oct 18 17:50:17.355 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7309 | 2024-10-18T17:50:19.412Z | [ recovery-image] Oct 18 17:50:17.364 INFO O| Oct 18 17:50:17.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7310 | 2024-10-18T17:50:19.412Z | [ recovery-image] Oct 18 17:50:17.364 INFO O| Oct 18 17:50:17.364 INFO STEP 1039 (remove_files) COMPLETE |
7311 | 2024-10-18T17:50:19.414Z | [ recovery-image] Oct 18 17:50:17.364 INFO O| Oct 18 17:50:17.364 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2024-10-18T17:50:19.421Z | [ recovery-image] Oct 18 17:50:17.373 INFO O| Oct 18 17:50:17.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7313 | 2024-10-18T17:50:19.421Z | [ recovery-image] Oct 18 17:50:17.373 INFO O| Oct 18 17:50:17.373 INFO STEP 1040 (remove_files) COMPLETE |
7314 | 2024-10-18T17:50:19.424Z | [ recovery-image] Oct 18 17:50:17.373 INFO O| Oct 18 17:50:17.373 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2024-10-18T17:50:19.432Z | [ recovery-image] Oct 18 17:50:17.384 INFO O| Oct 18 17:50:17.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7316 | 2024-10-18T17:50:19.432Z | [ recovery-image] Oct 18 17:50:17.384 INFO O| Oct 18 17:50:17.384 INFO STEP 1041 (remove_files) COMPLETE |
7317 | 2024-10-18T17:50:19.432Z | [ recovery-image] Oct 18 17:50:17.384 INFO O| Oct 18 17:50:17.384 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2024-10-18T17:50:19.444Z | [ recovery-image] Oct 18 17:50:17.396 INFO O| Oct 18 17:50:17.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7319 | 2024-10-18T17:50:19.444Z | [ recovery-image] Oct 18 17:50:17.396 INFO O| Oct 18 17:50:17.396 INFO STEP 1042 (remove_files) COMPLETE |
7320 | 2024-10-18T17:50:19.447Z | [ recovery-image] Oct 18 17:50:17.396 INFO O| Oct 18 17:50:17.396 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2024-10-18T17:50:19.457Z | [ recovery-image] Oct 18 17:50:17.408 INFO O| Oct 18 17:50:17.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7322 | 2024-10-18T17:50:19.457Z | [ recovery-image] Oct 18 17:50:17.409 INFO O| Oct 18 17:50:17.409 INFO STEP 1043 (remove_files) COMPLETE |
7323 | 2024-10-18T17:50:19.457Z | [ recovery-image] Oct 18 17:50:17.409 INFO O| Oct 18 17:50:17.409 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7324 | 2024-10-18T17:50:19.468Z | [ recovery-image] Oct 18 17:50:17.420 INFO O| Oct 18 17:50:17.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7325 | 2024-10-18T17:50:19.469Z | [ recovery-image] Oct 18 17:50:17.420 INFO O| Oct 18 17:50:17.420 INFO STEP 1044 (remove_files) COMPLETE |
7326 | 2024-10-18T17:50:19.469Z | [ recovery-image] Oct 18 17:50:17.421 INFO O| Oct 18 17:50:17.420 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7327 | 2024-10-18T17:50:19.478Z | [ recovery-image] Oct 18 17:50:17.430 INFO O| Oct 18 17:50:17.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7328 | 2024-10-18T17:50:19.478Z | [ recovery-image] Oct 18 17:50:17.430 INFO O| Oct 18 17:50:17.430 INFO STEP 1045 (remove_files) COMPLETE |
7329 | 2024-10-18T17:50:19.480Z | [ recovery-image] Oct 18 17:50:17.430 INFO O| Oct 18 17:50:17.430 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7330 | 2024-10-18T17:50:19.487Z | [ recovery-image] Oct 18 17:50:17.439 INFO O| Oct 18 17:50:17.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7331 | 2024-10-18T17:50:19.490Z | [ recovery-image] Oct 18 17:50:17.439 INFO O| Oct 18 17:50:17.439 INFO STEP 1046 (remove_files) COMPLETE |
7332 | 2024-10-18T17:50:19.490Z | [ recovery-image] Oct 18 17:50:17.439 INFO O| Oct 18 17:50:17.439 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2024-10-18T17:50:19.493Z | [ host-image] Oct 18 17:50:17.446 INFO O| Oct 18 17:50:17.446 INFO O| Actions: Completed 22 actions in 0.51 seconds. |
7334 | 2024-10-18T17:50:19.496Z | [ recovery-image] Oct 18 17:50:17.449 INFO O| Oct 18 17:50:17.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7335 | 2024-10-18T17:50:19.499Z | [ recovery-image] Oct 18 17:50:17.449 INFO O| Oct 18 17:50:17.449 INFO STEP 1047 (remove_files) COMPLETE |
7336 | 2024-10-18T17:50:19.499Z | [ recovery-image] Oct 18 17:50:17.449 INFO O| Oct 18 17:50:17.449 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7337 | 2024-10-18T17:50:19.506Z | [ recovery-image] Oct 18 17:50:17.458 INFO O| Oct 18 17:50:17.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7338 | 2024-10-18T17:50:19.508Z | [ recovery-image] Oct 18 17:50:17.458 INFO O| Oct 18 17:50:17.458 INFO STEP 1048 (remove_files) COMPLETE |
7339 | 2024-10-18T17:50:19.508Z | [ recovery-image] Oct 18 17:50:17.458 INFO O| Oct 18 17:50:17.458 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7340 | 2024-10-18T17:50:19.515Z | [ recovery-image] Oct 18 17:50:17.467 INFO O| Oct 18 17:50:17.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7341 | 2024-10-18T17:50:19.515Z | [ recovery-image] Oct 18 17:50:17.467 INFO O| Oct 18 17:50:17.467 INFO STEP 1049 (remove_files) COMPLETE |
7342 | 2024-10-18T17:50:19.518Z | [ recovery-image] Oct 18 17:50:17.467 INFO O| Oct 18 17:50:17.467 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7343 | 2024-10-18T17:50:19.524Z | [ recovery-image] Oct 18 17:50:17.476 INFO O| Oct 18 17:50:17.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7344 | 2024-10-18T17:50:19.524Z | [ recovery-image] Oct 18 17:50:17.477 INFO O| Oct 18 17:50:17.477 INFO STEP 1050 (remove_files) COMPLETE |
7345 | 2024-10-18T17:50:19.524Z | [ recovery-image] Oct 18 17:50:17.477 INFO O| Oct 18 17:50:17.477 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7346 | 2024-10-18T17:50:19.534Z | [ recovery-image] Oct 18 17:50:17.486 INFO O| Oct 18 17:50:17.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7347 | 2024-10-18T17:50:19.534Z | [ recovery-image] Oct 18 17:50:17.486 INFO O| Oct 18 17:50:17.486 INFO STEP 1051 (remove_files) COMPLETE |
7348 | 2024-10-18T17:50:19.534Z | [ recovery-image] Oct 18 17:50:17.486 INFO O| Oct 18 17:50:17.486 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7349 | 2024-10-18T17:50:19.543Z | [ recovery-image] Oct 18 17:50:17.495 INFO O| Oct 18 17:50:17.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7350 | 2024-10-18T17:50:19.543Z | [ recovery-image] Oct 18 17:50:17.495 INFO O| Oct 18 17:50:17.495 INFO STEP 1052 (remove_files) COMPLETE |
7351 | 2024-10-18T17:50:19.543Z | [ recovery-image] Oct 18 17:50:17.495 INFO O| Oct 18 17:50:17.495 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7352 | 2024-10-18T17:50:19.552Z | [ recovery-image] Oct 18 17:50:17.504 INFO O| Oct 18 17:50:17.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7353 | 2024-10-18T17:50:19.553Z | [ recovery-image] Oct 18 17:50:17.504 INFO O| Oct 18 17:50:17.504 INFO STEP 1053 (remove_files) COMPLETE |
7354 | 2024-10-18T17:50:19.555Z | [ recovery-image] Oct 18 17:50:17.504 INFO O| Oct 18 17:50:17.504 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7355 | 2024-10-18T17:50:19.562Z | [ recovery-image] Oct 18 17:50:17.514 INFO O| Oct 18 17:50:17.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7356 | 2024-10-18T17:50:19.562Z | [ recovery-image] Oct 18 17:50:17.514 INFO O| Oct 18 17:50:17.514 INFO STEP 1054 (remove_files) COMPLETE |
7357 | 2024-10-18T17:50:19.564Z | [ recovery-image] Oct 18 17:50:17.514 INFO O| Oct 18 17:50:17.514 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7358 | 2024-10-18T17:50:19.571Z | [ recovery-image] Oct 18 17:50:17.523 INFO O| Oct 18 17:50:17.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7359 | 2024-10-18T17:50:19.571Z | [ recovery-image] Oct 18 17:50:17.523 INFO O| Oct 18 17:50:17.523 INFO STEP 1055 (remove_files) COMPLETE |
7360 | 2024-10-18T17:50:19.574Z | [ recovery-image] Oct 18 17:50:17.523 INFO O| Oct 18 17:50:17.523 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7361 | 2024-10-18T17:50:19.581Z | [ recovery-image] Oct 18 17:50:17.533 INFO O| Oct 18 17:50:17.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7362 | 2024-10-18T17:50:19.586Z | [ recovery-image] Oct 18 17:50:17.533 INFO O| Oct 18 17:50:17.533 INFO STEP 1056 (remove_files) COMPLETE |
7363 | 2024-10-18T17:50:19.586Z | [ recovery-image] Oct 18 17:50:17.533 INFO O| Oct 18 17:50:17.533 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7364 | 2024-10-18T17:50:19.590Z | [ recovery-image] Oct 18 17:50:17.542 INFO O| Oct 18 17:50:17.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7365 | 2024-10-18T17:50:19.594Z | [ recovery-image] Oct 18 17:50:17.542 INFO O| Oct 18 17:50:17.542 INFO STEP 1057 (remove_files) COMPLETE |
7366 | 2024-10-18T17:50:19.594Z | [ recovery-image] Oct 18 17:50:17.542 INFO O| Oct 18 17:50:17.542 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7367 | 2024-10-18T17:50:19.600Z | [ recovery-image] Oct 18 17:50:17.552 INFO O| Oct 18 17:50:17.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7368 | 2024-10-18T17:50:19.600Z | [ recovery-image] Oct 18 17:50:17.552 INFO O| Oct 18 17:50:17.552 INFO STEP 1058 (remove_files) COMPLETE |
7369 | 2024-10-18T17:50:19.600Z | [ recovery-image] Oct 18 17:50:17.552 INFO O| Oct 18 17:50:17.552 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7370 | 2024-10-18T17:50:19.610Z | [ recovery-image] Oct 18 17:50:17.562 INFO O| Oct 18 17:50:17.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7371 | 2024-10-18T17:50:19.611Z | [ recovery-image] Oct 18 17:50:17.562 INFO O| Oct 18 17:50:17.562 INFO STEP 1059 (remove_files) COMPLETE |
7372 | 2024-10-18T17:50:19.611Z | [ recovery-image] Oct 18 17:50:17.562 INFO O| Oct 18 17:50:17.562 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7373 | 2024-10-18T17:50:19.621Z | [ recovery-image] Oct 18 17:50:17.573 INFO O| Oct 18 17:50:17.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7374 | 2024-10-18T17:50:19.624Z | [ recovery-image] Oct 18 17:50:17.573 INFO O| Oct 18 17:50:17.573 INFO STEP 1060 (remove_files) COMPLETE |
7375 | 2024-10-18T17:50:19.624Z | [ recovery-image] Oct 18 17:50:17.573 INFO O| Oct 18 17:50:17.573 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7376 | 2024-10-18T17:50:19.634Z | [ recovery-image] Oct 18 17:50:17.584 INFO O| Oct 18 17:50:17.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7377 | 2024-10-18T17:50:19.634Z | [ recovery-image] Oct 18 17:50:17.584 INFO O| Oct 18 17:50:17.584 INFO STEP 1061 (remove_files) COMPLETE |
7378 | 2024-10-18T17:50:19.635Z | [ recovery-image] Oct 18 17:50:17.584 INFO O| Oct 18 17:50:17.584 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7379 | 2024-10-18T17:50:19.641Z | [ recovery-image] Oct 18 17:50:17.593 INFO O| Oct 18 17:50:17.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7380 | 2024-10-18T17:50:19.642Z | [ recovery-image] Oct 18 17:50:17.594 INFO O| Oct 18 17:50:17.593 INFO STEP 1062 (remove_files) COMPLETE |
7381 | 2024-10-18T17:50:19.642Z | [ recovery-image] Oct 18 17:50:17.594 INFO O| Oct 18 17:50:17.594 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7382 | 2024-10-18T17:50:19.651Z | [ recovery-image] Oct 18 17:50:17.603 INFO O| Oct 18 17:50:17.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7383 | 2024-10-18T17:50:19.651Z | [ recovery-image] Oct 18 17:50:17.603 INFO O| Oct 18 17:50:17.603 INFO STEP 1063 (remove_files) COMPLETE |
7384 | 2024-10-18T17:50:19.651Z | [ recovery-image] Oct 18 17:50:17.603 INFO O| Oct 18 17:50:17.603 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7385 | 2024-10-18T17:50:19.661Z | [ recovery-image] Oct 18 17:50:17.613 INFO O| Oct 18 17:50:17.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7386 | 2024-10-18T17:50:19.661Z | [ recovery-image] Oct 18 17:50:17.613 INFO O| Oct 18 17:50:17.613 INFO STEP 1064 (remove_files) COMPLETE |
7387 | 2024-10-18T17:50:19.664Z | [ recovery-image] Oct 18 17:50:17.613 INFO O| Oct 18 17:50:17.613 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7388 | 2024-10-18T17:50:19.671Z | [ recovery-image] Oct 18 17:50:17.623 INFO O| Oct 18 17:50:17.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7389 | 2024-10-18T17:50:19.671Z | [ recovery-image] Oct 18 17:50:17.623 INFO O| Oct 18 17:50:17.623 INFO STEP 1065 (remove_files) COMPLETE |
7390 | 2024-10-18T17:50:19.674Z | [ recovery-image] Oct 18 17:50:17.623 INFO O| Oct 18 17:50:17.623 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2024-10-18T17:50:19.683Z | [ recovery-image] Oct 18 17:50:17.635 INFO O| Oct 18 17:50:17.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7392 | 2024-10-18T17:50:19.683Z | [ recovery-image] Oct 18 17:50:17.635 INFO O| Oct 18 17:50:17.635 INFO STEP 1066 (remove_files) COMPLETE |
7393 | 2024-10-18T17:50:19.686Z | [ recovery-image] Oct 18 17:50:17.635 INFO O| Oct 18 17:50:17.635 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7394 | 2024-10-18T17:50:19.694Z | [ recovery-image] Oct 18 17:50:17.646 INFO O| Oct 18 17:50:17.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7395 | 2024-10-18T17:50:19.694Z | [ recovery-image] Oct 18 17:50:17.646 INFO O| Oct 18 17:50:17.646 INFO STEP 1067 (remove_files) COMPLETE |
7396 | 2024-10-18T17:50:19.696Z | [ recovery-image] Oct 18 17:50:17.646 INFO O| Oct 18 17:50:17.646 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2024-10-18T17:50:19.704Z | [ recovery-image] Oct 18 17:50:17.656 INFO O| Oct 18 17:50:17.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7398 | 2024-10-18T17:50:19.704Z | [ recovery-image] Oct 18 17:50:17.656 INFO O| Oct 18 17:50:17.656 INFO STEP 1068 (remove_files) COMPLETE |
7399 | 2024-10-18T17:50:19.707Z | [ recovery-image] Oct 18 17:50:17.656 INFO O| Oct 18 17:50:17.656 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7400 | 2024-10-18T17:50:19.714Z | [ recovery-image] Oct 18 17:50:17.666 INFO O| Oct 18 17:50:17.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7401 | 2024-10-18T17:50:19.714Z | [ recovery-image] Oct 18 17:50:17.666 INFO O| Oct 18 17:50:17.666 INFO STEP 1069 (remove_files) COMPLETE |
7402 | 2024-10-18T17:50:19.714Z | [ recovery-image] Oct 18 17:50:17.666 INFO O| Oct 18 17:50:17.666 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2024-10-18T17:50:19.724Z | [ recovery-image] Oct 18 17:50:17.676 INFO O| Oct 18 17:50:17.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7404 | 2024-10-18T17:50:19.726Z | [ recovery-image] Oct 18 17:50:17.676 INFO O| Oct 18 17:50:17.676 INFO STEP 1070 (remove_files) COMPLETE |
7405 | 2024-10-18T17:50:19.726Z | [ recovery-image] Oct 18 17:50:17.676 INFO O| Oct 18 17:50:17.676 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2024-10-18T17:50:19.735Z | [ recovery-image] Oct 18 17:50:17.687 INFO O| Oct 18 17:50:17.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7407 | 2024-10-18T17:50:19.738Z | [ recovery-image] Oct 18 17:50:17.687 INFO O| Oct 18 17:50:17.687 INFO STEP 1071 (remove_files) COMPLETE |
7408 | 2024-10-18T17:50:19.738Z | [ recovery-image] Oct 18 17:50:17.687 INFO O| Oct 18 17:50:17.687 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2024-10-18T17:50:19.745Z | [ recovery-image] Oct 18 17:50:17.697 INFO O| Oct 18 17:50:17.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7410 | 2024-10-18T17:50:19.745Z | [ recovery-image] Oct 18 17:50:17.697 INFO O| Oct 18 17:50:17.697 INFO STEP 1072 (remove_files) COMPLETE |
7411 | 2024-10-18T17:50:19.745Z | [ recovery-image] Oct 18 17:50:17.697 INFO O| Oct 18 17:50:17.697 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2024-10-18T17:50:19.755Z | [ recovery-image] Oct 18 17:50:17.708 INFO O| Oct 18 17:50:17.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7413 | 2024-10-18T17:50:19.755Z | [ recovery-image] Oct 18 17:50:17.708 INFO O| Oct 18 17:50:17.708 INFO STEP 1073 (remove_files) COMPLETE |
7414 | 2024-10-18T17:50:19.762Z | [ recovery-image] Oct 18 17:50:17.708 INFO O| Oct 18 17:50:17.708 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2024-10-18T17:50:19.767Z | [ recovery-image] Oct 18 17:50:17.717 INFO O| Oct 18 17:50:17.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7416 | 2024-10-18T17:50:19.767Z | [ recovery-image] Oct 18 17:50:17.717 INFO O| Oct 18 17:50:17.717 INFO STEP 1074 (remove_files) COMPLETE |
7417 | 2024-10-18T17:50:19.767Z | [ recovery-image] Oct 18 17:50:17.717 INFO O| Oct 18 17:50:17.717 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2024-10-18T17:50:19.774Z | [ recovery-image] Oct 18 17:50:17.727 INFO O| Oct 18 17:50:17.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7419 | 2024-10-18T17:50:19.774Z | [ recovery-image] Oct 18 17:50:17.727 INFO O| Oct 18 17:50:17.727 INFO STEP 1075 (remove_files) COMPLETE |
7420 | 2024-10-18T17:50:19.777Z | [ recovery-image] Oct 18 17:50:17.727 INFO O| Oct 18 17:50:17.727 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2024-10-18T17:50:19.777Z | [ host-image] Oct 18 17:50:17.728 INFO O| Oct 18 17:50:17.728 INFO O| Done |
7422 | 2024-10-18T17:50:19.777Z | [ host-image] Oct 18 17:50:17.728 INFO O| Oct 18 17:50:17.728 INFO O| Done |
7423 | 2024-10-18T17:50:19.785Z | [ recovery-image] Oct 18 17:50:17.737 INFO O| Oct 18 17:50:17.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7424 | 2024-10-18T17:50:19.785Z | [ recovery-image] Oct 18 17:50:17.737 INFO O| Oct 18 17:50:17.737 INFO STEP 1076 (remove_files) COMPLETE |
7425 | 2024-10-18T17:50:19.785Z | [ recovery-image] Oct 18 17:50:17.737 INFO O| Oct 18 17:50:17.737 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7426 | 2024-10-18T17:50:19.795Z | [ recovery-image] Oct 18 17:50:17.747 INFO O| Oct 18 17:50:17.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7427 | 2024-10-18T17:50:19.800Z | [ recovery-image] Oct 18 17:50:17.747 INFO O| Oct 18 17:50:17.747 INFO STEP 1077 (remove_files) COMPLETE |
7428 | 2024-10-18T17:50:19.800Z | [ recovery-image] Oct 18 17:50:17.747 INFO O| Oct 18 17:50:17.747 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7429 | 2024-10-18T17:50:19.804Z | [ recovery-image] Oct 18 17:50:17.756 INFO O| Oct 18 17:50:17.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7430 | 2024-10-18T17:50:19.807Z | [ recovery-image] Oct 18 17:50:17.757 INFO O| Oct 18 17:50:17.757 INFO STEP 1078 (remove_files) COMPLETE |
7431 | 2024-10-18T17:50:19.807Z | [ recovery-image] Oct 18 17:50:17.757 INFO O| Oct 18 17:50:17.757 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7432 | 2024-10-18T17:50:19.814Z | [ recovery-image] Oct 18 17:50:17.766 INFO O| Oct 18 17:50:17.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7433 | 2024-10-18T17:50:19.814Z | [ recovery-image] Oct 18 17:50:17.766 INFO O| Oct 18 17:50:17.766 INFO STEP 1079 (remove_files) COMPLETE |
7434 | 2024-10-18T17:50:19.816Z | [ recovery-image] Oct 18 17:50:17.766 INFO O| Oct 18 17:50:17.766 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7435 | 2024-10-18T17:50:19.825Z | [ recovery-image] Oct 18 17:50:17.776 INFO O| Oct 18 17:50:17.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7436 | 2024-10-18T17:50:19.825Z | [ recovery-image] Oct 18 17:50:17.776 INFO O| Oct 18 17:50:17.776 INFO STEP 1080 (remove_files) COMPLETE |
7437 | 2024-10-18T17:50:19.825Z | [ recovery-image] Oct 18 17:50:17.776 INFO O| Oct 18 17:50:17.776 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7438 | 2024-10-18T17:50:19.834Z | [ recovery-image] Oct 18 17:50:17.785 INFO O| Oct 18 17:50:17.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7439 | 2024-10-18T17:50:19.834Z | [ recovery-image] Oct 18 17:50:17.785 INFO O| Oct 18 17:50:17.785 INFO STEP 1081 (remove_files) COMPLETE |
7440 | 2024-10-18T17:50:19.834Z | [ recovery-image] Oct 18 17:50:17.785 INFO O| Oct 18 17:50:17.785 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7441 | 2024-10-18T17:50:19.842Z | [ recovery-image] Oct 18 17:50:17.794 INFO O| Oct 18 17:50:17.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7442 | 2024-10-18T17:50:19.842Z | [ recovery-image] Oct 18 17:50:17.794 INFO O| Oct 18 17:50:17.794 INFO STEP 1082 (remove_files) COMPLETE |
7443 | 2024-10-18T17:50:19.845Z | [ recovery-image] Oct 18 17:50:17.794 INFO O| Oct 18 17:50:17.794 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7444 | 2024-10-18T17:50:19.851Z | [ recovery-image] Oct 18 17:50:17.804 INFO O| Oct 18 17:50:17.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7445 | 2024-10-18T17:50:19.851Z | [ recovery-image] Oct 18 17:50:17.804 INFO O| Oct 18 17:50:17.804 INFO STEP 1083 (remove_files) COMPLETE |
7446 | 2024-10-18T17:50:19.854Z | [ recovery-image] Oct 18 17:50:17.804 INFO O| Oct 18 17:50:17.804 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7447 | 2024-10-18T17:50:19.861Z | [ recovery-image] Oct 18 17:50:17.813 INFO O| Oct 18 17:50:17.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7448 | 2024-10-18T17:50:19.863Z | [ recovery-image] Oct 18 17:50:17.813 INFO O| Oct 18 17:50:17.813 INFO STEP 1084 (remove_files) COMPLETE |
7449 | 2024-10-18T17:50:19.863Z | [ recovery-image] Oct 18 17:50:17.813 INFO O| Oct 18 17:50:17.813 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7450 | 2024-10-18T17:50:19.870Z | [ recovery-image] Oct 18 17:50:17.822 INFO O| Oct 18 17:50:17.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7451 | 2024-10-18T17:50:19.873Z | [ recovery-image] Oct 18 17:50:17.822 INFO O| Oct 18 17:50:17.822 INFO STEP 1085 (remove_files) COMPLETE |
7452 | 2024-10-18T17:50:19.873Z | [ recovery-image] Oct 18 17:50:17.822 INFO O| Oct 18 17:50:17.822 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7453 | 2024-10-18T17:50:19.879Z | [ recovery-image] Oct 18 17:50:17.831 INFO O| Oct 18 17:50:17.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7454 | 2024-10-18T17:50:19.879Z | [ recovery-image] Oct 18 17:50:17.831 INFO O| Oct 18 17:50:17.831 INFO STEP 1086 (remove_files) COMPLETE |
7455 | 2024-10-18T17:50:19.879Z | [ recovery-image] Oct 18 17:50:17.831 INFO O| Oct 18 17:50:17.831 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7456 | 2024-10-18T17:50:19.889Z | [ recovery-image] Oct 18 17:50:17.841 INFO O| Oct 18 17:50:17.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7457 | 2024-10-18T17:50:19.889Z | [ recovery-image] Oct 18 17:50:17.841 INFO O| Oct 18 17:50:17.841 INFO STEP 1087 (remove_files) COMPLETE |
7458 | 2024-10-18T17:50:19.891Z | [ recovery-image] Oct 18 17:50:17.841 INFO O| Oct 18 17:50:17.841 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7459 | 2024-10-18T17:50:19.898Z | [ recovery-image] Oct 18 17:50:17.850 INFO O| Oct 18 17:50:17.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7460 | 2024-10-18T17:50:19.898Z | [ recovery-image] Oct 18 17:50:17.850 INFO O| Oct 18 17:50:17.850 INFO STEP 1088 (remove_files) COMPLETE |
7461 | 2024-10-18T17:50:19.900Z | [ recovery-image] Oct 18 17:50:17.850 INFO O| Oct 18 17:50:17.850 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7462 | 2024-10-18T17:50:19.907Z | [ recovery-image] Oct 18 17:50:17.859 INFO O| Oct 18 17:50:17.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7463 | 2024-10-18T17:50:19.907Z | [ recovery-image] Oct 18 17:50:17.859 INFO O| Oct 18 17:50:17.859 INFO STEP 1089 (remove_files) COMPLETE |
7464 | 2024-10-18T17:50:19.910Z | [ recovery-image] Oct 18 17:50:17.859 INFO O| Oct 18 17:50:17.859 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7465 | 2024-10-18T17:50:19.916Z | [ recovery-image] Oct 18 17:50:17.868 INFO O| Oct 18 17:50:17.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7466 | 2024-10-18T17:50:19.916Z | [ recovery-image] Oct 18 17:50:17.868 INFO O| Oct 18 17:50:17.868 INFO STEP 1090 (remove_files) COMPLETE |
7467 | 2024-10-18T17:50:19.919Z | [ recovery-image] Oct 18 17:50:17.868 INFO O| Oct 18 17:50:17.868 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7468 | 2024-10-18T17:50:19.926Z | [ recovery-image] Oct 18 17:50:17.878 INFO O| Oct 18 17:50:17.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7469 | 2024-10-18T17:50:19.926Z | [ recovery-image] Oct 18 17:50:17.878 INFO O| Oct 18 17:50:17.878 INFO STEP 1091 (remove_files) COMPLETE |
7470 | 2024-10-18T17:50:19.926Z | [ recovery-image] Oct 18 17:50:17.878 INFO O| Oct 18 17:50:17.878 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7471 | 2024-10-18T17:50:19.935Z | [ recovery-image] Oct 18 17:50:17.887 INFO O| Oct 18 17:50:17.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7472 | 2024-10-18T17:50:19.935Z | [ recovery-image] Oct 18 17:50:17.887 INFO O| Oct 18 17:50:17.887 INFO STEP 1092 (remove_files) COMPLETE |
7473 | 2024-10-18T17:50:19.935Z | [ recovery-image] Oct 18 17:50:17.887 INFO O| Oct 18 17:50:17.887 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7474 | 2024-10-18T17:50:19.944Z | [ recovery-image] Oct 18 17:50:17.896 INFO O| Oct 18 17:50:17.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7475 | 2024-10-18T17:50:19.944Z | [ recovery-image] Oct 18 17:50:17.896 INFO O| Oct 18 17:50:17.896 INFO STEP 1093 (remove_files) COMPLETE |
7476 | 2024-10-18T17:50:19.948Z | [ recovery-image] Oct 18 17:50:17.896 INFO O| Oct 18 17:50:17.896 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7477 | 2024-10-18T17:50:19.953Z | [ recovery-image] Oct 18 17:50:17.905 INFO O| Oct 18 17:50:17.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7478 | 2024-10-18T17:50:19.953Z | [ recovery-image] Oct 18 17:50:17.905 INFO O| Oct 18 17:50:17.905 INFO STEP 1094 (remove_files) COMPLETE |
7479 | 2024-10-18T17:50:19.956Z | [ recovery-image] Oct 18 17:50:17.905 INFO O| Oct 18 17:50:17.905 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7480 | 2024-10-18T17:50:19.962Z | [ recovery-image] Oct 18 17:50:17.914 INFO O| Oct 18 17:50:17.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7481 | 2024-10-18T17:50:19.965Z | [ recovery-image] Oct 18 17:50:17.914 INFO O| Oct 18 17:50:17.914 INFO STEP 1095 (remove_files) COMPLETE |
7482 | 2024-10-18T17:50:19.965Z | [ recovery-image] Oct 18 17:50:17.915 INFO O| Oct 18 17:50:17.914 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7483 | 2024-10-18T17:50:19.972Z | [ recovery-image] Oct 18 17:50:17.924 INFO O| Oct 18 17:50:17.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7484 | 2024-10-18T17:50:19.974Z | [ recovery-image] Oct 18 17:50:17.924 INFO O| Oct 18 17:50:17.924 INFO STEP 1096 (remove_files) COMPLETE |
7485 | 2024-10-18T17:50:19.974Z | [ recovery-image] Oct 18 17:50:17.924 INFO O| Oct 18 17:50:17.924 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7486 | 2024-10-18T17:50:19.981Z | [ recovery-image] Oct 18 17:50:17.933 INFO O| Oct 18 17:50:17.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7487 | 2024-10-18T17:50:19.981Z | [ recovery-image] Oct 18 17:50:17.933 INFO O| Oct 18 17:50:17.933 INFO STEP 1097 (remove_files) COMPLETE |
7488 | 2024-10-18T17:50:19.984Z | [ recovery-image] Oct 18 17:50:17.933 INFO O| Oct 18 17:50:17.933 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7489 | 2024-10-18T17:50:19.991Z | [ recovery-image] Oct 18 17:50:17.942 INFO O| Oct 18 17:50:17.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7490 | 2024-10-18T17:50:19.991Z | [ recovery-image] Oct 18 17:50:17.942 INFO O| Oct 18 17:50:17.942 INFO STEP 1098 (remove_files) COMPLETE |
7491 | 2024-10-18T17:50:19.994Z | [ recovery-image] Oct 18 17:50:17.942 INFO O| Oct 18 17:50:17.942 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7492 | 2024-10-18T17:50:19.999Z | [ recovery-image] Oct 18 17:50:17.951 INFO O| Oct 18 17:50:17.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7493 | 2024-10-18T17:50:19.999Z | [ recovery-image] Oct 18 17:50:17.951 INFO O| Oct 18 17:50:17.951 INFO STEP 1099 (remove_files) COMPLETE |
7494 | 2024-10-18T17:50:19.999Z | [ recovery-image] Oct 18 17:50:17.951 INFO O| Oct 18 17:50:17.951 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7495 | 2024-10-18T17:50:20.008Z | [ recovery-image] Oct 18 17:50:17.960 INFO O| Oct 18 17:50:17.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7496 | 2024-10-18T17:50:20.011Z | [ recovery-image] Oct 18 17:50:17.961 INFO O| Oct 18 17:50:17.961 INFO STEP 1100 (remove_files) COMPLETE |
7497 | 2024-10-18T17:50:20.011Z | [ recovery-image] Oct 18 17:50:17.961 INFO O| Oct 18 17:50:17.961 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7498 | 2024-10-18T17:50:20.018Z | [ recovery-image] Oct 18 17:50:17.970 INFO O| Oct 18 17:50:17.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7499 | 2024-10-18T17:50:20.018Z | [ recovery-image] Oct 18 17:50:17.970 INFO O| Oct 18 17:50:17.970 INFO STEP 1101 (remove_files) COMPLETE |
7500 | 2024-10-18T17:50:20.018Z | [ recovery-image] Oct 18 17:50:17.970 INFO O| Oct 18 17:50:17.970 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7501 | 2024-10-18T17:50:20.027Z | [ recovery-image] Oct 18 17:50:17.979 INFO O| Oct 18 17:50:17.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7502 | 2024-10-18T17:50:20.028Z | [ recovery-image] Oct 18 17:50:17.979 INFO O| Oct 18 17:50:17.979 INFO STEP 1102 (remove_files) COMPLETE |
7503 | 2024-10-18T17:50:20.028Z | [ recovery-image] Oct 18 17:50:17.979 INFO O| Oct 18 17:50:17.979 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7504 | 2024-10-18T17:50:20.037Z | [ recovery-image] Oct 18 17:50:17.988 INFO O| Oct 18 17:50:17.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7505 | 2024-10-18T17:50:20.037Z | [ recovery-image] Oct 18 17:50:17.988 INFO O| Oct 18 17:50:17.988 INFO STEP 1103 (remove_files) COMPLETE |
7506 | 2024-10-18T17:50:20.039Z | [ recovery-image] Oct 18 17:50:17.988 INFO O| Oct 18 17:50:17.988 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7507 | 2024-10-18T17:50:20.046Z | [ recovery-image] Oct 18 17:50:17.998 INFO O| Oct 18 17:50:17.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7508 | 2024-10-18T17:50:20.046Z | [ recovery-image] Oct 18 17:50:17.998 INFO O| Oct 18 17:50:17.998 INFO STEP 1104 (remove_files) COMPLETE |
7509 | 2024-10-18T17:50:20.046Z | [ recovery-image] Oct 18 17:50:17.998 INFO O| Oct 18 17:50:17.998 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7510 | 2024-10-18T17:50:20.056Z | [ recovery-image] Oct 18 17:50:18.008 INFO O| Oct 18 17:50:18.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7511 | 2024-10-18T17:50:20.056Z | [ recovery-image] Oct 18 17:50:18.008 INFO O| Oct 18 17:50:18.008 INFO STEP 1105 (remove_files) COMPLETE |
7512 | 2024-10-18T17:50:20.056Z | [ recovery-image] Oct 18 17:50:18.008 INFO O| Oct 18 17:50:18.008 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7513 | 2024-10-18T17:50:20.065Z | [ recovery-image] Oct 18 17:50:18.017 INFO O| Oct 18 17:50:18.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7514 | 2024-10-18T17:50:20.065Z | [ recovery-image] Oct 18 17:50:18.017 INFO O| Oct 18 17:50:18.017 INFO STEP 1106 (remove_files) COMPLETE |
7515 | 2024-10-18T17:50:20.065Z | [ recovery-image] Oct 18 17:50:18.017 INFO O| Oct 18 17:50:18.017 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7516 | 2024-10-18T17:50:20.074Z | [ recovery-image] Oct 18 17:50:18.026 INFO O| Oct 18 17:50:18.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7517 | 2024-10-18T17:50:20.074Z | [ recovery-image] Oct 18 17:50:18.026 INFO O| Oct 18 17:50:18.026 INFO STEP 1107 (remove_files) COMPLETE |
7518 | 2024-10-18T17:50:20.077Z | [ recovery-image] Oct 18 17:50:18.026 INFO O| Oct 18 17:50:18.026 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7519 | 2024-10-18T17:50:20.084Z | [ recovery-image] Oct 18 17:50:18.035 INFO O| Oct 18 17:50:18.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7520 | 2024-10-18T17:50:20.084Z | [ recovery-image] Oct 18 17:50:18.036 INFO O| Oct 18 17:50:18.036 INFO STEP 1108 (remove_files) COMPLETE |
7521 | 2024-10-18T17:50:20.086Z | [ recovery-image] Oct 18 17:50:18.036 INFO O| Oct 18 17:50:18.036 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7522 | 2024-10-18T17:50:20.093Z | [ recovery-image] Oct 18 17:50:18.045 INFO O| Oct 18 17:50:18.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7523 | 2024-10-18T17:50:20.093Z | [ recovery-image] Oct 18 17:50:18.045 INFO O| Oct 18 17:50:18.045 INFO STEP 1109 (remove_files) COMPLETE |
7524 | 2024-10-18T17:50:20.095Z | [ recovery-image] Oct 18 17:50:18.045 INFO O| Oct 18 17:50:18.045 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7525 | 2024-10-18T17:50:20.102Z | [ recovery-image] Oct 18 17:50:18.054 INFO O| Oct 18 17:50:18.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7526 | 2024-10-18T17:50:20.102Z | [ recovery-image] Oct 18 17:50:18.054 INFO O| Oct 18 17:50:18.054 INFO STEP 1110 (remove_files) COMPLETE |
7527 | 2024-10-18T17:50:20.105Z | [ recovery-image] Oct 18 17:50:18.054 INFO O| Oct 18 17:50:18.054 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7528 | 2024-10-18T17:50:20.111Z | [ recovery-image] Oct 18 17:50:18.063 INFO O| Oct 18 17:50:18.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7529 | 2024-10-18T17:50:20.111Z | [ recovery-image] Oct 18 17:50:18.063 INFO O| Oct 18 17:50:18.063 INFO STEP 1111 (remove_files) COMPLETE |
7530 | 2024-10-18T17:50:20.114Z | [ recovery-image] Oct 18 17:50:18.063 INFO O| Oct 18 17:50:18.063 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7531 | 2024-10-18T17:50:20.120Z | [ recovery-image] Oct 18 17:50:18.072 INFO O| Oct 18 17:50:18.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7532 | 2024-10-18T17:50:20.120Z | [ recovery-image] Oct 18 17:50:18.072 INFO O| Oct 18 17:50:18.072 INFO STEP 1112 (remove_files) COMPLETE |
7533 | 2024-10-18T17:50:20.123Z | [ recovery-image] Oct 18 17:50:18.072 INFO O| Oct 18 17:50:18.072 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7534 | 2024-10-18T17:50:20.130Z | [ recovery-image] Oct 18 17:50:18.081 INFO O| Oct 18 17:50:18.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7535 | 2024-10-18T17:50:20.130Z | [ recovery-image] Oct 18 17:50:18.082 INFO O| Oct 18 17:50:18.081 INFO STEP 1113 (remove_files) COMPLETE |
7536 | 2024-10-18T17:50:20.132Z | [ recovery-image] Oct 18 17:50:18.082 INFO O| Oct 18 17:50:18.081 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7537 | 2024-10-18T17:50:20.139Z | [ recovery-image] Oct 18 17:50:18.091 INFO O| Oct 18 17:50:18.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7538 | 2024-10-18T17:50:20.139Z | [ recovery-image] Oct 18 17:50:18.091 INFO O| Oct 18 17:50:18.091 INFO STEP 1114 (remove_files) COMPLETE |
7539 | 2024-10-18T17:50:20.147Z | [ recovery-image] Oct 18 17:50:18.091 INFO O| Oct 18 17:50:18.091 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7540 | 2024-10-18T17:50:20.151Z | [ recovery-image] Oct 18 17:50:18.100 INFO O| Oct 18 17:50:18.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7541 | 2024-10-18T17:50:20.151Z | [ recovery-image] Oct 18 17:50:18.100 INFO O| Oct 18 17:50:18.100 INFO STEP 1115 (remove_files) COMPLETE |
7542 | 2024-10-18T17:50:20.151Z | [ recovery-image] Oct 18 17:50:18.100 INFO O| Oct 18 17:50:18.100 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7543 | 2024-10-18T17:50:20.157Z | [ recovery-image] Oct 18 17:50:18.109 INFO O| Oct 18 17:50:18.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7544 | 2024-10-18T17:50:20.157Z | [ recovery-image] Oct 18 17:50:18.109 INFO O| Oct 18 17:50:18.109 INFO STEP 1116 (remove_files) COMPLETE |
7545 | 2024-10-18T17:50:20.160Z | [ recovery-image] Oct 18 17:50:18.109 INFO O| Oct 18 17:50:18.109 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7546 | 2024-10-18T17:50:20.166Z | [ recovery-image] Oct 18 17:50:18.118 INFO O| Oct 18 17:50:18.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7547 | 2024-10-18T17:50:20.166Z | [ recovery-image] Oct 18 17:50:18.118 INFO O| Oct 18 17:50:18.118 INFO STEP 1117 (remove_files) COMPLETE |
7548 | 2024-10-18T17:50:20.169Z | [ recovery-image] Oct 18 17:50:18.118 INFO O| Oct 18 17:50:18.118 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7549 | 2024-10-18T17:50:20.175Z | [ recovery-image] Oct 18 17:50:18.127 INFO O| Oct 18 17:50:18.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7550 | 2024-10-18T17:50:20.175Z | [ recovery-image] Oct 18 17:50:18.127 INFO O| Oct 18 17:50:18.127 INFO STEP 1118 (remove_files) COMPLETE |
7551 | 2024-10-18T17:50:20.175Z | [ recovery-image] Oct 18 17:50:18.127 INFO O| Oct 18 17:50:18.127 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7552 | 2024-10-18T17:50:20.185Z | [ recovery-image] Oct 18 17:50:18.136 INFO O| Oct 18 17:50:18.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7553 | 2024-10-18T17:50:20.187Z | [ recovery-image] Oct 18 17:50:18.137 INFO O| Oct 18 17:50:18.137 INFO STEP 1119 (remove_files) COMPLETE |
7554 | 2024-10-18T17:50:20.187Z | [ recovery-image] Oct 18 17:50:18.137 INFO O| Oct 18 17:50:18.137 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7555 | 2024-10-18T17:50:20.194Z | [ recovery-image] Oct 18 17:50:18.146 INFO O| Oct 18 17:50:18.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7556 | 2024-10-18T17:50:20.194Z | [ recovery-image] Oct 18 17:50:18.146 INFO O| Oct 18 17:50:18.146 INFO STEP 1120 (remove_files) COMPLETE |
7557 | 2024-10-18T17:50:20.197Z | [ recovery-image] Oct 18 17:50:18.146 INFO O| Oct 18 17:50:18.146 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7558 | 2024-10-18T17:50:20.204Z | [ recovery-image] Oct 18 17:50:18.155 INFO O| Oct 18 17:50:18.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7559 | 2024-10-18T17:50:20.204Z | [ recovery-image] Oct 18 17:50:18.155 INFO O| Oct 18 17:50:18.155 INFO STEP 1121 (remove_files) COMPLETE |
7560 | 2024-10-18T17:50:20.207Z | [ recovery-image] Oct 18 17:50:18.155 INFO O| Oct 18 17:50:18.155 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7561 | 2024-10-18T17:50:20.212Z | [ recovery-image] Oct 18 17:50:18.164 INFO O| Oct 18 17:50:18.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7562 | 2024-10-18T17:50:20.215Z | [ recovery-image] Oct 18 17:50:18.164 INFO O| Oct 18 17:50:18.164 INFO STEP 1122 (remove_files) COMPLETE |
7563 | 2024-10-18T17:50:20.215Z | [ recovery-image] Oct 18 17:50:18.164 INFO O| Oct 18 17:50:18.164 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7564 | 2024-10-18T17:50:20.222Z | [ recovery-image] Oct 18 17:50:18.173 INFO O| Oct 18 17:50:18.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7565 | 2024-10-18T17:50:20.222Z | [ recovery-image] Oct 18 17:50:18.173 INFO O| Oct 18 17:50:18.173 INFO STEP 1123 (remove_files) COMPLETE |
7566 | 2024-10-18T17:50:20.222Z | [ recovery-image] Oct 18 17:50:18.173 INFO O| Oct 18 17:50:18.173 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7567 | 2024-10-18T17:50:20.225Z | [ host-image] Oct 18 17:50:18.177 INFO O| Oct 18 17:50:18.177 INFO O| Done |
7568 | 2024-10-18T17:50:20.231Z | [ recovery-image] Oct 18 17:50:18.183 INFO O| Oct 18 17:50:18.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7569 | 2024-10-18T17:50:20.233Z | [ recovery-image] Oct 18 17:50:18.183 INFO O| Oct 18 17:50:18.183 INFO STEP 1124 (remove_files) COMPLETE |
7570 | 2024-10-18T17:50:20.233Z | [ recovery-image] Oct 18 17:50:18.183 INFO O| Oct 18 17:50:18.183 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7571 | 2024-10-18T17:50:20.240Z | [ recovery-image] Oct 18 17:50:18.192 INFO O| Oct 18 17:50:18.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7572 | 2024-10-18T17:50:20.243Z | [ recovery-image] Oct 18 17:50:18.192 INFO O| Oct 18 17:50:18.192 INFO STEP 1125 (remove_files) COMPLETE |
7573 | 2024-10-18T17:50:20.243Z | [ recovery-image] Oct 18 17:50:18.192 INFO O| Oct 18 17:50:18.192 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7574 | 2024-10-18T17:50:20.250Z | [ recovery-image] Oct 18 17:50:18.202 INFO O| Oct 18 17:50:18.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7575 | 2024-10-18T17:50:20.250Z | [ recovery-image] Oct 18 17:50:18.202 INFO O| Oct 18 17:50:18.202 INFO STEP 1126 (remove_files) COMPLETE |
7576 | 2024-10-18T17:50:20.252Z | [ recovery-image] Oct 18 17:50:18.202 INFO O| Oct 18 17:50:18.202 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7577 | 2024-10-18T17:50:20.259Z | [ recovery-image] Oct 18 17:50:18.211 INFO O| Oct 18 17:50:18.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7578 | 2024-10-18T17:50:20.259Z | [ recovery-image] Oct 18 17:50:18.211 INFO O| Oct 18 17:50:18.211 INFO STEP 1127 (remove_files) COMPLETE |
7579 | 2024-10-18T17:50:20.261Z | [ recovery-image] Oct 18 17:50:18.211 INFO O| Oct 18 17:50:18.211 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7580 | 2024-10-18T17:50:20.268Z | [ recovery-image] Oct 18 17:50:18.220 INFO O| Oct 18 17:50:18.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7581 | 2024-10-18T17:50:20.272Z | [ recovery-image] Oct 18 17:50:18.220 INFO O| Oct 18 17:50:18.220 INFO STEP 1128 (remove_files) COMPLETE |
7582 | 2024-10-18T17:50:20.272Z | [ recovery-image] Oct 18 17:50:18.220 INFO O| Oct 18 17:50:18.220 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7583 | 2024-10-18T17:50:20.278Z | [ recovery-image] Oct 18 17:50:18.230 INFO O| Oct 18 17:50:18.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7584 | 2024-10-18T17:50:20.278Z | [ recovery-image] Oct 18 17:50:18.230 INFO O| Oct 18 17:50:18.230 INFO STEP 1129 (remove_files) COMPLETE |
7585 | 2024-10-18T17:50:20.281Z | [ recovery-image] Oct 18 17:50:18.230 INFO O| Oct 18 17:50:18.230 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7586 | 2024-10-18T17:50:20.287Z | [ recovery-image] Oct 18 17:50:18.239 INFO O| Oct 18 17:50:18.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7587 | 2024-10-18T17:50:20.287Z | [ recovery-image] Oct 18 17:50:18.239 INFO O| Oct 18 17:50:18.239 INFO STEP 1130 (remove_files) COMPLETE |
7588 | 2024-10-18T17:50:20.290Z | [ recovery-image] Oct 18 17:50:18.239 INFO O| Oct 18 17:50:18.239 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7589 | 2024-10-18T17:50:20.297Z | [ recovery-image] Oct 18 17:50:18.249 INFO O| Oct 18 17:50:18.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7590 | 2024-10-18T17:50:20.297Z | [ recovery-image] Oct 18 17:50:18.249 INFO O| Oct 18 17:50:18.249 INFO STEP 1131 (remove_files) COMPLETE |
7591 | 2024-10-18T17:50:20.299Z | [ recovery-image] Oct 18 17:50:18.249 INFO O| Oct 18 17:50:18.249 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7592 | 2024-10-18T17:50:20.306Z | [ recovery-image] Oct 18 17:50:18.258 INFO O| Oct 18 17:50:18.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7593 | 2024-10-18T17:50:20.306Z | [ recovery-image] Oct 18 17:50:18.258 INFO O| Oct 18 17:50:18.258 INFO STEP 1132 (remove_files) COMPLETE |
7594 | 2024-10-18T17:50:20.309Z | [ recovery-image] Oct 18 17:50:18.258 INFO O| Oct 18 17:50:18.258 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7595 | 2024-10-18T17:50:20.316Z | [ recovery-image] Oct 18 17:50:18.267 INFO O| Oct 18 17:50:18.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7596 | 2024-10-18T17:50:20.319Z | [ recovery-image] Oct 18 17:50:18.267 INFO O| Oct 18 17:50:18.267 INFO STEP 1133 (remove_files) COMPLETE |
7597 | 2024-10-18T17:50:20.320Z | [ recovery-image] Oct 18 17:50:18.267 INFO O| Oct 18 17:50:18.267 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7598 | 2024-10-18T17:50:20.325Z | [ recovery-image] Oct 18 17:50:18.277 INFO O| Oct 18 17:50:18.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7599 | 2024-10-18T17:50:20.328Z | [ recovery-image] Oct 18 17:50:18.277 INFO O| Oct 18 17:50:18.277 INFO STEP 1134 (remove_files) COMPLETE |
7600 | 2024-10-18T17:50:20.328Z | [ recovery-image] Oct 18 17:50:18.277 INFO O| Oct 18 17:50:18.277 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7601 | 2024-10-18T17:50:20.336Z | [ recovery-image] Oct 18 17:50:18.286 INFO O| Oct 18 17:50:18.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7602 | 2024-10-18T17:50:20.336Z | [ recovery-image] Oct 18 17:50:18.286 INFO O| Oct 18 17:50:18.286 INFO STEP 1135 (remove_files) COMPLETE |
7603 | 2024-10-18T17:50:20.336Z | [ recovery-image] Oct 18 17:50:18.286 INFO O| Oct 18 17:50:18.286 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7604 | 2024-10-18T17:50:20.345Z | [ recovery-image] Oct 18 17:50:18.296 INFO O| Oct 18 17:50:18.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7605 | 2024-10-18T17:50:20.345Z | [ recovery-image] Oct 18 17:50:18.296 INFO O| Oct 18 17:50:18.296 INFO STEP 1136 (remove_files) COMPLETE |
7606 | 2024-10-18T17:50:20.345Z | [ recovery-image] Oct 18 17:50:18.296 INFO O| Oct 18 17:50:18.296 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7607 | 2024-10-18T17:50:20.356Z | [ recovery-image] Oct 18 17:50:18.305 INFO O| Oct 18 17:50:18.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7608 | 2024-10-18T17:50:20.356Z | [ recovery-image] Oct 18 17:50:18.305 INFO O| Oct 18 17:50:18.305 INFO STEP 1137 (remove_files) COMPLETE |
7609 | 2024-10-18T17:50:20.359Z | [ recovery-image] Oct 18 17:50:18.305 INFO O| Oct 18 17:50:18.305 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7610 | 2024-10-18T17:50:20.364Z | [ recovery-image] Oct 18 17:50:18.314 INFO O| Oct 18 17:50:18.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7611 | 2024-10-18T17:50:20.364Z | [ recovery-image] Oct 18 17:50:18.315 INFO O| Oct 18 17:50:18.314 INFO STEP 1138 (remove_files) COMPLETE |
7612 | 2024-10-18T17:50:20.367Z | [ recovery-image] Oct 18 17:50:18.315 INFO O| Oct 18 17:50:18.315 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7613 | 2024-10-18T17:50:20.372Z | [ recovery-image] Oct 18 17:50:18.324 INFO O| Oct 18 17:50:18.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7614 | 2024-10-18T17:50:20.372Z | [ recovery-image] Oct 18 17:50:18.324 INFO O| Oct 18 17:50:18.324 INFO STEP 1139 (remove_files) COMPLETE |
7615 | 2024-10-18T17:50:20.375Z | [ recovery-image] Oct 18 17:50:18.324 INFO O| Oct 18 17:50:18.324 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7616 | 2024-10-18T17:50:20.381Z | [ recovery-image] Oct 18 17:50:18.333 INFO O| Oct 18 17:50:18.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7617 | 2024-10-18T17:50:20.382Z | [ recovery-image] Oct 18 17:50:18.333 INFO O| Oct 18 17:50:18.333 INFO STEP 1140 (remove_files) COMPLETE |
7618 | 2024-10-18T17:50:20.382Z | [ recovery-image] Oct 18 17:50:18.333 INFO O| Oct 18 17:50:18.333 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7619 | 2024-10-18T17:50:20.391Z | [ recovery-image] Oct 18 17:50:18.343 INFO O| Oct 18 17:50:18.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7620 | 2024-10-18T17:50:20.391Z | [ recovery-image] Oct 18 17:50:18.343 INFO O| Oct 18 17:50:18.343 INFO STEP 1141 (remove_files) COMPLETE |
7621 | 2024-10-18T17:50:20.394Z | [ recovery-image] Oct 18 17:50:18.343 INFO O| Oct 18 17:50:18.343 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7622 | 2024-10-18T17:50:20.400Z | [ recovery-image] Oct 18 17:50:18.352 INFO O| Oct 18 17:50:18.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7623 | 2024-10-18T17:50:20.400Z | [ recovery-image] Oct 18 17:50:18.352 INFO O| Oct 18 17:50:18.352 INFO STEP 1142 (remove_files) COMPLETE |
7624 | 2024-10-18T17:50:20.403Z | [ recovery-image] Oct 18 17:50:18.352 INFO O| Oct 18 17:50:18.352 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7625 | 2024-10-18T17:50:20.409Z | [ recovery-image] Oct 18 17:50:18.361 INFO O| Oct 18 17:50:18.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7626 | 2024-10-18T17:50:20.409Z | [ recovery-image] Oct 18 17:50:18.361 INFO O| Oct 18 17:50:18.361 INFO STEP 1143 (remove_files) COMPLETE |
7627 | 2024-10-18T17:50:20.409Z | [ recovery-image] Oct 18 17:50:18.361 INFO O| Oct 18 17:50:18.361 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7628 | 2024-10-18T17:50:20.419Z | [ recovery-image] Oct 18 17:50:18.370 INFO O| Oct 18 17:50:18.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7629 | 2024-10-18T17:50:20.421Z | [ recovery-image] Oct 18 17:50:18.370 INFO O| Oct 18 17:50:18.370 INFO STEP 1144 (remove_files) COMPLETE |
7630 | 2024-10-18T17:50:20.421Z | [ recovery-image] Oct 18 17:50:18.371 INFO O| Oct 18 17:50:18.370 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7631 | 2024-10-18T17:50:20.428Z | [ recovery-image] Oct 18 17:50:18.380 INFO O| Oct 18 17:50:18.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7632 | 2024-10-18T17:50:20.428Z | [ recovery-image] Oct 18 17:50:18.380 INFO O| Oct 18 17:50:18.380 INFO STEP 1145 (remove_files) COMPLETE |
7633 | 2024-10-18T17:50:20.428Z | [ recovery-image] Oct 18 17:50:18.380 INFO O| Oct 18 17:50:18.380 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7634 | 2024-10-18T17:50:20.437Z | [ recovery-image] Oct 18 17:50:18.389 INFO O| Oct 18 17:50:18.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7635 | 2024-10-18T17:50:20.440Z | [ recovery-image] Oct 18 17:50:18.389 INFO O| Oct 18 17:50:18.389 INFO STEP 1146 (remove_files) COMPLETE |
7636 | 2024-10-18T17:50:20.440Z | [ recovery-image] Oct 18 17:50:18.389 INFO O| Oct 18 17:50:18.389 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7637 | 2024-10-18T17:50:20.447Z | [ recovery-image] Oct 18 17:50:18.398 INFO O| Oct 18 17:50:18.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7638 | 2024-10-18T17:50:20.449Z | [ recovery-image] Oct 18 17:50:18.398 INFO O| Oct 18 17:50:18.398 INFO STEP 1147 (remove_files) COMPLETE |
7639 | 2024-10-18T17:50:20.449Z | [ recovery-image] Oct 18 17:50:18.399 INFO O| Oct 18 17:50:18.398 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7640 | 2024-10-18T17:50:20.456Z | [ recovery-image] Oct 18 17:50:18.408 INFO O| Oct 18 17:50:18.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7641 | 2024-10-18T17:50:20.458Z | [ recovery-image] Oct 18 17:50:18.408 INFO O| Oct 18 17:50:18.408 INFO STEP 1148 (remove_files) COMPLETE |
7642 | 2024-10-18T17:50:20.459Z | [ recovery-image] Oct 18 17:50:18.408 INFO O| Oct 18 17:50:18.408 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7643 | 2024-10-18T17:50:20.466Z | [ recovery-image] Oct 18 17:50:18.417 INFO O| Oct 18 17:50:18.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7644 | 2024-10-18T17:50:20.466Z | [ recovery-image] Oct 18 17:50:18.418 INFO O| Oct 18 17:50:18.417 INFO STEP 1149 (remove_files) COMPLETE |
7645 | 2024-10-18T17:50:20.469Z | [ recovery-image] Oct 18 17:50:18.418 INFO O| Oct 18 17:50:18.418 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7646 | 2024-10-18T17:50:20.475Z | [ recovery-image] Oct 18 17:50:18.427 INFO O| Oct 18 17:50:18.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7647 | 2024-10-18T17:50:20.477Z | [ recovery-image] Oct 18 17:50:18.427 INFO O| Oct 18 17:50:18.427 INFO STEP 1150 (remove_files) COMPLETE |
7648 | 2024-10-18T17:50:20.477Z | [ recovery-image] Oct 18 17:50:18.427 INFO O| Oct 18 17:50:18.427 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7649 | 2024-10-18T17:50:20.484Z | [ recovery-image] Oct 18 17:50:18.436 INFO O| Oct 18 17:50:18.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7650 | 2024-10-18T17:50:20.487Z | [ recovery-image] Oct 18 17:50:18.436 INFO O| Oct 18 17:50:18.436 INFO STEP 1151 (remove_files) COMPLETE |
7651 | 2024-10-18T17:50:20.487Z | [ recovery-image] Oct 18 17:50:18.436 INFO O| Oct 18 17:50:18.436 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7652 | 2024-10-18T17:50:20.493Z | [ recovery-image] Oct 18 17:50:18.445 INFO O| Oct 18 17:50:18.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7653 | 2024-10-18T17:50:20.493Z | [ recovery-image] Oct 18 17:50:18.445 INFO O| Oct 18 17:50:18.445 INFO STEP 1152 (remove_files) COMPLETE |
7654 | 2024-10-18T17:50:20.493Z | [ recovery-image] Oct 18 17:50:18.445 INFO O| Oct 18 17:50:18.445 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7655 | 2024-10-18T17:50:20.503Z | [ recovery-image] Oct 18 17:50:18.454 INFO O| Oct 18 17:50:18.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7656 | 2024-10-18T17:50:20.505Z | [ recovery-image] Oct 18 17:50:18.454 INFO O| Oct 18 17:50:18.454 INFO STEP 1153 (remove_files) COMPLETE |
7657 | 2024-10-18T17:50:20.505Z | [ recovery-image] Oct 18 17:50:18.454 INFO O| Oct 18 17:50:18.454 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7658 | 2024-10-18T17:50:20.512Z | [ recovery-image] Oct 18 17:50:18.463 INFO O| Oct 18 17:50:18.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7659 | 2024-10-18T17:50:20.514Z | [ recovery-image] Oct 18 17:50:18.464 INFO O| Oct 18 17:50:18.463 INFO STEP 1154 (remove_files) COMPLETE |
7660 | 2024-10-18T17:50:20.514Z | [ recovery-image] Oct 18 17:50:18.464 INFO O| Oct 18 17:50:18.464 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7661 | 2024-10-18T17:50:20.521Z | [ recovery-image] Oct 18 17:50:18.473 INFO O| Oct 18 17:50:18.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7662 | 2024-10-18T17:50:20.521Z | [ recovery-image] Oct 18 17:50:18.473 INFO O| Oct 18 17:50:18.473 INFO STEP 1155 (remove_files) COMPLETE |
7663 | 2024-10-18T17:50:20.524Z | [ recovery-image] Oct 18 17:50:18.473 INFO O| Oct 18 17:50:18.473 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7664 | 2024-10-18T17:50:20.530Z | [ recovery-image] Oct 18 17:50:18.482 INFO O| Oct 18 17:50:18.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7665 | 2024-10-18T17:50:20.530Z | [ recovery-image] Oct 18 17:50:18.482 INFO O| Oct 18 17:50:18.482 INFO STEP 1156 (remove_files) COMPLETE |
7666 | 2024-10-18T17:50:20.533Z | [ recovery-image] Oct 18 17:50:18.482 INFO O| Oct 18 17:50:18.482 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7667 | 2024-10-18T17:50:20.539Z | [ recovery-image] Oct 18 17:50:18.491 INFO O| Oct 18 17:50:18.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7668 | 2024-10-18T17:50:20.539Z | [ recovery-image] Oct 18 17:50:18.491 INFO O| Oct 18 17:50:18.491 INFO STEP 1157 (remove_files) COMPLETE |
7669 | 2024-10-18T17:50:20.542Z | [ recovery-image] Oct 18 17:50:18.491 INFO O| Oct 18 17:50:18.491 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7670 | 2024-10-18T17:50:20.549Z | [ recovery-image] Oct 18 17:50:18.500 INFO O| Oct 18 17:50:18.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7671 | 2024-10-18T17:50:20.549Z | [ recovery-image] Oct 18 17:50:18.500 INFO O| Oct 18 17:50:18.500 INFO STEP 1158 (remove_files) COMPLETE |
7672 | 2024-10-18T17:50:20.549Z | [ recovery-image] Oct 18 17:50:18.500 INFO O| Oct 18 17:50:18.500 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7673 | 2024-10-18T17:50:20.558Z | [ recovery-image] Oct 18 17:50:18.510 INFO O| Oct 18 17:50:18.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7674 | 2024-10-18T17:50:20.558Z | [ recovery-image] Oct 18 17:50:18.510 INFO O| Oct 18 17:50:18.510 INFO STEP 1159 (remove_files) COMPLETE |
7675 | 2024-10-18T17:50:20.560Z | [ recovery-image] Oct 18 17:50:18.510 INFO O| Oct 18 17:50:18.510 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7676 | 2024-10-18T17:50:20.567Z | [ recovery-image] Oct 18 17:50:18.519 INFO O| Oct 18 17:50:18.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7677 | 2024-10-18T17:50:20.567Z | [ recovery-image] Oct 18 17:50:18.519 INFO O| Oct 18 17:50:18.519 INFO STEP 1160 (remove_files) COMPLETE |
7678 | 2024-10-18T17:50:20.570Z | [ recovery-image] Oct 18 17:50:18.519 INFO O| Oct 18 17:50:18.519 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7679 | 2024-10-18T17:50:20.578Z | [ recovery-image] Oct 18 17:50:18.529 INFO O| Oct 18 17:50:18.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7680 | 2024-10-18T17:50:20.578Z | [ recovery-image] Oct 18 17:50:18.529 INFO O| Oct 18 17:50:18.529 INFO STEP 1161 (remove_files) COMPLETE |
7681 | 2024-10-18T17:50:20.581Z | [ recovery-image] Oct 18 17:50:18.529 INFO O| Oct 18 17:50:18.529 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7682 | 2024-10-18T17:50:20.587Z | [ recovery-image] Oct 18 17:50:18.539 INFO O| Oct 18 17:50:18.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7683 | 2024-10-18T17:50:20.587Z | [ recovery-image] Oct 18 17:50:18.539 INFO O| Oct 18 17:50:18.539 INFO STEP 1162 (remove_files) COMPLETE |
7684 | 2024-10-18T17:50:20.590Z | [ recovery-image] Oct 18 17:50:18.539 INFO O| Oct 18 17:50:18.539 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7685 | 2024-10-18T17:50:20.596Z | [ recovery-image] Oct 18 17:50:18.548 INFO O| Oct 18 17:50:18.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7686 | 2024-10-18T17:50:20.596Z | [ recovery-image] Oct 18 17:50:18.548 INFO O| Oct 18 17:50:18.548 INFO STEP 1163 (remove_files) COMPLETE |
7687 | 2024-10-18T17:50:20.599Z | [ recovery-image] Oct 18 17:50:18.548 INFO O| Oct 18 17:50:18.548 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7688 | 2024-10-18T17:50:20.605Z | [ recovery-image] Oct 18 17:50:18.557 INFO O| Oct 18 17:50:18.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7689 | 2024-10-18T17:50:20.605Z | [ recovery-image] Oct 18 17:50:18.557 INFO O| Oct 18 17:50:18.557 INFO STEP 1164 (remove_files) COMPLETE |
7690 | 2024-10-18T17:50:20.608Z | [ recovery-image] Oct 18 17:50:18.557 INFO O| Oct 18 17:50:18.557 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7691 | 2024-10-18T17:50:20.615Z | [ recovery-image] Oct 18 17:50:18.566 INFO O| Oct 18 17:50:18.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7692 | 2024-10-18T17:50:20.617Z | [ recovery-image] Oct 18 17:50:18.567 INFO O| Oct 18 17:50:18.567 INFO STEP 1165 (remove_files) COMPLETE |
7693 | 2024-10-18T17:50:20.617Z | [ recovery-image] Oct 18 17:50:18.567 INFO O| Oct 18 17:50:18.567 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7694 | 2024-10-18T17:50:20.624Z | [ recovery-image] Oct 18 17:50:18.576 INFO O| Oct 18 17:50:18.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7695 | 2024-10-18T17:50:20.624Z | [ recovery-image] Oct 18 17:50:18.576 INFO O| Oct 18 17:50:18.576 INFO STEP 1166 (remove_files) COMPLETE |
7696 | 2024-10-18T17:50:20.624Z | [ recovery-image] Oct 18 17:50:18.576 INFO O| Oct 18 17:50:18.576 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7697 | 2024-10-18T17:50:20.633Z | [ recovery-image] Oct 18 17:50:18.585 INFO O| Oct 18 17:50:18.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7698 | 2024-10-18T17:50:20.633Z | [ recovery-image] Oct 18 17:50:18.585 INFO O| Oct 18 17:50:18.585 INFO STEP 1167 (remove_files) COMPLETE |
7699 | 2024-10-18T17:50:20.636Z | [ recovery-image] Oct 18 17:50:18.585 INFO O| Oct 18 17:50:18.585 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7700 | 2024-10-18T17:50:20.643Z | [ recovery-image] Oct 18 17:50:18.594 INFO O| Oct 18 17:50:18.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7701 | 2024-10-18T17:50:20.643Z | [ recovery-image] Oct 18 17:50:18.595 INFO O| Oct 18 17:50:18.595 INFO STEP 1168 (remove_files) COMPLETE |
7702 | 2024-10-18T17:50:20.643Z | [ recovery-image] Oct 18 17:50:18.595 INFO O| Oct 18 17:50:18.595 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7703 | 2024-10-18T17:50:20.652Z | [ recovery-image] Oct 18 17:50:18.604 INFO O| Oct 18 17:50:18.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7704 | 2024-10-18T17:50:20.654Z | [ recovery-image] Oct 18 17:50:18.604 INFO O| Oct 18 17:50:18.604 INFO STEP 1169 (remove_files) COMPLETE |
7705 | 2024-10-18T17:50:20.654Z | [ recovery-image] Oct 18 17:50:18.604 INFO O| Oct 18 17:50:18.604 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7706 | 2024-10-18T17:50:20.661Z | [ recovery-image] Oct 18 17:50:18.613 INFO O| Oct 18 17:50:18.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7707 | 2024-10-18T17:50:20.661Z | [ recovery-image] Oct 18 17:50:18.613 INFO O| Oct 18 17:50:18.613 INFO STEP 1170 (remove_files) COMPLETE |
7708 | 2024-10-18T17:50:20.661Z | [ recovery-image] Oct 18 17:50:18.613 INFO O| Oct 18 17:50:18.613 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7709 | 2024-10-18T17:50:20.671Z | [ recovery-image] Oct 18 17:50:18.622 INFO O| Oct 18 17:50:18.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7710 | 2024-10-18T17:50:20.671Z | [ recovery-image] Oct 18 17:50:18.622 INFO O| Oct 18 17:50:18.622 INFO STEP 1171 (remove_files) COMPLETE |
7711 | 2024-10-18T17:50:20.674Z | [ recovery-image] Oct 18 17:50:18.622 INFO O| Oct 18 17:50:18.622 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7712 | 2024-10-18T17:50:20.680Z | [ recovery-image] Oct 18 17:50:18.632 INFO O| Oct 18 17:50:18.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7713 | 2024-10-18T17:50:20.680Z | [ recovery-image] Oct 18 17:50:18.632 INFO O| Oct 18 17:50:18.632 INFO STEP 1172 (remove_files) COMPLETE |
7714 | 2024-10-18T17:50:20.682Z | [ recovery-image] Oct 18 17:50:18.632 INFO O| Oct 18 17:50:18.632 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7715 | 2024-10-18T17:50:20.689Z | [ recovery-image] Oct 18 17:50:18.641 INFO O| Oct 18 17:50:18.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7716 | 2024-10-18T17:50:20.689Z | [ recovery-image] Oct 18 17:50:18.641 INFO O| Oct 18 17:50:18.641 INFO STEP 1173 (remove_files) COMPLETE |
7717 | 2024-10-18T17:50:20.692Z | [ recovery-image] Oct 18 17:50:18.641 INFO O| Oct 18 17:50:18.641 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7718 | 2024-10-18T17:50:20.698Z | [ recovery-image] Oct 18 17:50:18.650 INFO O| Oct 18 17:50:18.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7719 | 2024-10-18T17:50:20.698Z | [ recovery-image] Oct 18 17:50:18.650 INFO O| Oct 18 17:50:18.650 INFO STEP 1174 (remove_files) COMPLETE |
7720 | 2024-10-18T17:50:20.701Z | [ recovery-image] Oct 18 17:50:18.650 INFO O| Oct 18 17:50:18.650 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7721 | 2024-10-18T17:50:20.709Z | [ recovery-image] Oct 18 17:50:18.661 INFO O| Oct 18 17:50:18.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7722 | 2024-10-18T17:50:20.712Z | [ recovery-image] Oct 18 17:50:18.661 INFO O| Oct 18 17:50:18.661 INFO STEP 1175 (remove_files) COMPLETE |
7723 | 2024-10-18T17:50:20.712Z | [ recovery-image] Oct 18 17:50:18.661 INFO O| Oct 18 17:50:18.661 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7724 | 2024-10-18T17:50:20.719Z | [ recovery-image] Oct 18 17:50:18.670 INFO O| Oct 18 17:50:18.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7725 | 2024-10-18T17:50:20.719Z | [ recovery-image] Oct 18 17:50:18.670 INFO O| Oct 18 17:50:18.670 INFO STEP 1176 (remove_files) COMPLETE |
7726 | 2024-10-18T17:50:20.721Z | [ recovery-image] Oct 18 17:50:18.670 INFO O| Oct 18 17:50:18.670 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7727 | 2024-10-18T17:50:20.728Z | [ recovery-image] Oct 18 17:50:18.680 INFO O| Oct 18 17:50:18.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7728 | 2024-10-18T17:50:20.728Z | [ recovery-image] Oct 18 17:50:18.680 INFO O| Oct 18 17:50:18.680 INFO STEP 1177 (remove_files) COMPLETE |
7729 | 2024-10-18T17:50:20.731Z | [ recovery-image] Oct 18 17:50:18.680 INFO O| Oct 18 17:50:18.680 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7730 | 2024-10-18T17:50:20.737Z | [ recovery-image] Oct 18 17:50:18.689 INFO O| Oct 18 17:50:18.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7731 | 2024-10-18T17:50:20.737Z | [ recovery-image] Oct 18 17:50:18.689 INFO O| Oct 18 17:50:18.689 INFO STEP 1178 (remove_files) COMPLETE |
7732 | 2024-10-18T17:50:20.740Z | [ recovery-image] Oct 18 17:50:18.689 INFO O| Oct 18 17:50:18.689 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7733 | 2024-10-18T17:50:20.747Z | [ recovery-image] Oct 18 17:50:18.698 INFO O| Oct 18 17:50:18.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7734 | 2024-10-18T17:50:20.747Z | [ recovery-image] Oct 18 17:50:18.699 INFO O| Oct 18 17:50:18.698 INFO STEP 1179 (remove_files) COMPLETE |
7735 | 2024-10-18T17:50:20.747Z | [ recovery-image] Oct 18 17:50:18.699 INFO O| Oct 18 17:50:18.699 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7736 | 2024-10-18T17:50:20.756Z | [ recovery-image] Oct 18 17:50:18.708 INFO O| Oct 18 17:50:18.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7737 | 2024-10-18T17:50:20.758Z | [ recovery-image] Oct 18 17:50:18.708 INFO O| Oct 18 17:50:18.708 INFO STEP 1180 (remove_files) COMPLETE |
7738 | 2024-10-18T17:50:20.759Z | [ recovery-image] Oct 18 17:50:18.708 INFO O| Oct 18 17:50:18.708 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7739 | 2024-10-18T17:50:20.765Z | [ recovery-image] Oct 18 17:50:18.717 INFO O| Oct 18 17:50:18.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7740 | 2024-10-18T17:50:20.765Z | [ recovery-image] Oct 18 17:50:18.717 INFO O| Oct 18 17:50:18.717 INFO STEP 1181 (remove_files) COMPLETE |
7741 | 2024-10-18T17:50:20.768Z | [ recovery-image] Oct 18 17:50:18.717 INFO O| Oct 18 17:50:18.717 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7742 | 2024-10-18T17:50:20.775Z | [ recovery-image] Oct 18 17:50:18.726 INFO O| Oct 18 17:50:18.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7743 | 2024-10-18T17:50:20.775Z | [ recovery-image] Oct 18 17:50:18.727 INFO O| Oct 18 17:50:18.727 INFO STEP 1182 (remove_files) COMPLETE |
7744 | 2024-10-18T17:50:20.777Z | [ recovery-image] Oct 18 17:50:18.727 INFO O| Oct 18 17:50:18.727 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7745 | 2024-10-18T17:50:20.784Z | [ recovery-image] Oct 18 17:50:18.736 INFO O| Oct 18 17:50:18.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7746 | 2024-10-18T17:50:20.787Z | [ recovery-image] Oct 18 17:50:18.736 INFO O| Oct 18 17:50:18.736 INFO STEP 1183 (remove_files) COMPLETE |
7747 | 2024-10-18T17:50:20.787Z | [ recovery-image] Oct 18 17:50:18.736 INFO O| Oct 18 17:50:18.736 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7748 | 2024-10-18T17:50:20.793Z | [ recovery-image] Oct 18 17:50:18.745 INFO O| Oct 18 17:50:18.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7749 | 2024-10-18T17:50:20.793Z | [ recovery-image] Oct 18 17:50:18.745 INFO O| Oct 18 17:50:18.745 INFO STEP 1184 (remove_files) COMPLETE |
7750 | 2024-10-18T17:50:20.793Z | [ recovery-image] Oct 18 17:50:18.745 INFO O| Oct 18 17:50:18.745 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7751 | 2024-10-18T17:50:20.802Z | [ recovery-image] Oct 18 17:50:18.754 INFO O| Oct 18 17:50:18.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7752 | 2024-10-18T17:50:20.802Z | [ recovery-image] Oct 18 17:50:18.754 INFO O| Oct 18 17:50:18.754 INFO STEP 1185 (remove_files) COMPLETE |
7753 | 2024-10-18T17:50:20.802Z | [ recovery-image] Oct 18 17:50:18.754 INFO O| Oct 18 17:50:18.754 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7754 | 2024-10-18T17:50:20.812Z | [ recovery-image] Oct 18 17:50:18.763 INFO O| Oct 18 17:50:18.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7755 | 2024-10-18T17:50:20.820Z | [ recovery-image] Oct 18 17:50:18.763 INFO O| Oct 18 17:50:18.763 INFO STEP 1186 (remove_files) COMPLETE |
7756 | 2024-10-18T17:50:20.820Z | [ recovery-image] Oct 18 17:50:18.763 INFO O| Oct 18 17:50:18.763 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7757 | 2024-10-18T17:50:20.828Z | [ recovery-image] Oct 18 17:50:18.773 INFO O| Oct 18 17:50:18.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7758 | 2024-10-18T17:50:20.828Z | [ recovery-image] Oct 18 17:50:18.773 INFO O| Oct 18 17:50:18.773 INFO STEP 1187 (remove_files) COMPLETE |
7759 | 2024-10-18T17:50:20.828Z | [ recovery-image] Oct 18 17:50:18.773 INFO O| Oct 18 17:50:18.773 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7760 | 2024-10-18T17:50:20.833Z | [ recovery-image] Oct 18 17:50:18.782 INFO O| Oct 18 17:50:18.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7761 | 2024-10-18T17:50:20.833Z | [ recovery-image] Oct 18 17:50:18.782 INFO O| Oct 18 17:50:18.782 INFO STEP 1188 (remove_files) COMPLETE |
7762 | 2024-10-18T17:50:20.833Z | [ recovery-image] Oct 18 17:50:18.782 INFO O| Oct 18 17:50:18.782 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7763 | 2024-10-18T17:50:20.841Z | [ recovery-image] Oct 18 17:50:18.793 INFO O| Oct 18 17:50:18.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7764 | 2024-10-18T17:50:20.844Z | [ recovery-image] Oct 18 17:50:18.793 INFO O| Oct 18 17:50:18.793 INFO STEP 1189 (remove_files) COMPLETE |
7765 | 2024-10-18T17:50:20.844Z | [ recovery-image] Oct 18 17:50:18.793 INFO O| Oct 18 17:50:18.793 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7766 | 2024-10-18T17:50:20.850Z | [ recovery-image] Oct 18 17:50:18.802 INFO O| Oct 18 17:50:18.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7767 | 2024-10-18T17:50:20.853Z | [ recovery-image] Oct 18 17:50:18.802 INFO O| Oct 18 17:50:18.802 INFO STEP 1190 (remove_files) COMPLETE |
7768 | 2024-10-18T17:50:20.853Z | [ recovery-image] Oct 18 17:50:18.802 INFO O| Oct 18 17:50:18.802 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7769 | 2024-10-18T17:50:20.860Z | [ recovery-image] Oct 18 17:50:18.812 INFO O| Oct 18 17:50:18.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7770 | 2024-10-18T17:50:20.860Z | [ recovery-image] Oct 18 17:50:18.812 INFO O| Oct 18 17:50:18.812 INFO STEP 1191 (remove_files) COMPLETE |
7771 | 2024-10-18T17:50:20.863Z | [ recovery-image] Oct 18 17:50:18.812 INFO O| Oct 18 17:50:18.812 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7772 | 2024-10-18T17:50:20.869Z | [ recovery-image] Oct 18 17:50:18.821 INFO O| Oct 18 17:50:18.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7773 | 2024-10-18T17:50:20.869Z | [ recovery-image] Oct 18 17:50:18.821 INFO O| Oct 18 17:50:18.821 INFO STEP 1192 (remove_files) COMPLETE |
7774 | 2024-10-18T17:50:20.871Z | [ recovery-image] Oct 18 17:50:18.821 INFO O| Oct 18 17:50:18.821 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7775 | 2024-10-18T17:50:20.879Z | [ recovery-image] Oct 18 17:50:18.830 INFO O| Oct 18 17:50:18.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7776 | 2024-10-18T17:50:20.881Z | [ recovery-image] Oct 18 17:50:18.830 INFO O| Oct 18 17:50:18.830 INFO STEP 1193 (remove_files) COMPLETE |
7777 | 2024-10-18T17:50:20.881Z | [ recovery-image] Oct 18 17:50:18.830 INFO O| Oct 18 17:50:18.830 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7778 | 2024-10-18T17:50:20.888Z | [ recovery-image] Oct 18 17:50:18.840 INFO O| Oct 18 17:50:18.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7779 | 2024-10-18T17:50:20.888Z | [ recovery-image] Oct 18 17:50:18.840 INFO O| Oct 18 17:50:18.840 INFO STEP 1194 (remove_files) COMPLETE |
7780 | 2024-10-18T17:50:20.888Z | [ recovery-image] Oct 18 17:50:18.840 INFO O| Oct 18 17:50:18.840 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7781 | 2024-10-18T17:50:20.897Z | [ recovery-image] Oct 18 17:50:18.849 INFO O| Oct 18 17:50:18.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7782 | 2024-10-18T17:50:20.900Z | [ recovery-image] Oct 18 17:50:18.849 INFO O| Oct 18 17:50:18.849 INFO STEP 1195 (remove_files) COMPLETE |
7783 | 2024-10-18T17:50:20.900Z | [ recovery-image] Oct 18 17:50:18.849 INFO O| Oct 18 17:50:18.849 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7784 | 2024-10-18T17:50:20.906Z | [ recovery-image] Oct 18 17:50:18.858 INFO O| Oct 18 17:50:18.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7785 | 2024-10-18T17:50:20.906Z | [ recovery-image] Oct 18 17:50:18.858 INFO O| Oct 18 17:50:18.858 INFO STEP 1196 (remove_files) COMPLETE |
7786 | 2024-10-18T17:50:20.909Z | [ recovery-image] Oct 18 17:50:18.858 INFO O| Oct 18 17:50:18.858 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7787 | 2024-10-18T17:50:20.916Z | [ recovery-image] Oct 18 17:50:18.868 INFO O| Oct 18 17:50:18.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7788 | 2024-10-18T17:50:20.916Z | [ recovery-image] Oct 18 17:50:18.868 INFO O| Oct 18 17:50:18.868 INFO STEP 1197 (remove_files) COMPLETE |
7789 | 2024-10-18T17:50:20.918Z | [ recovery-image] Oct 18 17:50:18.868 INFO O| Oct 18 17:50:18.868 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7790 | 2024-10-18T17:50:20.925Z | [ recovery-image] Oct 18 17:50:18.877 INFO O| Oct 18 17:50:18.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7791 | 2024-10-18T17:50:20.928Z | [ recovery-image] Oct 18 17:50:18.877 INFO O| Oct 18 17:50:18.877 INFO STEP 1198 (remove_files) COMPLETE |
7792 | 2024-10-18T17:50:20.928Z | [ recovery-image] Oct 18 17:50:18.877 INFO O| Oct 18 17:50:18.877 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7793 | 2024-10-18T17:50:20.934Z | [ recovery-image] Oct 18 17:50:18.886 INFO O| Oct 18 17:50:18.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7794 | 2024-10-18T17:50:20.934Z | [ recovery-image] Oct 18 17:50:18.886 INFO O| Oct 18 17:50:18.886 INFO STEP 1199 (remove_files) COMPLETE |
7795 | 2024-10-18T17:50:20.937Z | [ recovery-image] Oct 18 17:50:18.886 INFO O| Oct 18 17:50:18.886 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7796 | 2024-10-18T17:50:20.944Z | [ recovery-image] Oct 18 17:50:18.896 INFO O| Oct 18 17:50:18.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7797 | 2024-10-18T17:50:20.944Z | [ recovery-image] Oct 18 17:50:18.896 INFO O| Oct 18 17:50:18.896 INFO STEP 1200 (remove_files) COMPLETE |
7798 | 2024-10-18T17:50:20.946Z | [ recovery-image] Oct 18 17:50:18.896 INFO O| Oct 18 17:50:18.896 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7799 | 2024-10-18T17:50:20.953Z | [ recovery-image] Oct 18 17:50:18.905 INFO O| Oct 18 17:50:18.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7800 | 2024-10-18T17:50:20.953Z | [ recovery-image] Oct 18 17:50:18.905 INFO O| Oct 18 17:50:18.905 INFO STEP 1201 (remove_files) COMPLETE |
7801 | 2024-10-18T17:50:20.953Z | [ recovery-image] Oct 18 17:50:18.905 INFO O| Oct 18 17:50:18.905 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7802 | 2024-10-18T17:50:20.962Z | [ recovery-image] Oct 18 17:50:18.914 INFO O| Oct 18 17:50:18.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7803 | 2024-10-18T17:50:20.962Z | [ recovery-image] Oct 18 17:50:18.914 INFO O| Oct 18 17:50:18.914 INFO STEP 1202 (remove_files) COMPLETE |
7804 | 2024-10-18T17:50:20.965Z | [ recovery-image] Oct 18 17:50:18.914 INFO O| Oct 18 17:50:18.914 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7805 | 2024-10-18T17:50:20.971Z | [ recovery-image] Oct 18 17:50:18.923 INFO O| Oct 18 17:50:18.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7806 | 2024-10-18T17:50:20.971Z | [ recovery-image] Oct 18 17:50:18.923 INFO O| Oct 18 17:50:18.923 INFO STEP 1203 (remove_files) COMPLETE |
7807 | 2024-10-18T17:50:20.977Z | [ recovery-image] Oct 18 17:50:18.923 INFO O| Oct 18 17:50:18.923 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7808 | 2024-10-18T17:50:20.981Z | [ recovery-image] Oct 18 17:50:18.932 INFO O| Oct 18 17:50:18.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7809 | 2024-10-18T17:50:20.981Z | [ recovery-image] Oct 18 17:50:18.932 INFO O| Oct 18 17:50:18.932 INFO STEP 1204 (remove_files) COMPLETE |
7810 | 2024-10-18T17:50:20.981Z | [ recovery-image] Oct 18 17:50:18.932 INFO O| Oct 18 17:50:18.932 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7811 | 2024-10-18T17:50:20.990Z | [ recovery-image] Oct 18 17:50:18.941 INFO O| Oct 18 17:50:18.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7812 | 2024-10-18T17:50:20.990Z | [ recovery-image] Oct 18 17:50:18.942 INFO O| Oct 18 17:50:18.941 INFO STEP 1205 (remove_files) COMPLETE |
7813 | 2024-10-18T17:50:20.990Z | [ recovery-image] Oct 18 17:50:18.942 INFO O| Oct 18 17:50:18.941 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7814 | 2024-10-18T17:50:21.004Z | [ recovery-image] Oct 18 17:50:18.955 INFO O| Oct 18 17:50:18.955 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7815 | 2024-10-18T17:50:21.008Z | [ recovery-image] Oct 18 17:50:18.955 INFO O| Oct 18 17:50:18.955 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7816 | 2024-10-18T17:50:21.408Z | [ host-image] Oct 18 17:50:19.359 INFO O| Oct 18 17:50:19.359 INFO O| Done |
7817 | 2024-10-18T17:50:21.432Z | [ host-image] Oct 18 17:50:19.382 INFO O| Oct 18 17:50:19.382 INFO O| Done |
7818 | 2024-10-18T17:50:21.432Z | [ host-image] Oct 18 17:50:19.382 INFO O| Oct 18 17:50:19.382 INFO O| Done |
7819 | 2024-10-18T17:50:21.440Z | [ host-image] Oct 18 17:50:19.391 INFO O| Oct 18 17:50:19.391 INFO O| Done |
7820 | 2024-10-18T17:50:21.536Z | [ host-image] Oct 18 17:50:19.486 INFO O| Oct 18 17:50:19.486 INFO STEP 14 (pkg_install) COMPLETE |
7821 | 2024-10-18T17:50:21.536Z | [ host-image] Oct 18 17:50:19.486 INFO O| Oct 18 17:50:19.486 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7822 | 2024-10-18T17:50:21.536Z | [ host-image] Oct 18 17:50:19.486 INFO O| Oct 18 17:50:19.486 INFO skip step because feature "mfg" is not enabled |
7823 | 2024-10-18T17:50:21.536Z | [ host-image] Oct 18 17:50:19.486 INFO O| Oct 18 17:50:19.486 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7824 | 2024-10-18T17:50:21.539Z | [ host-image] Oct 18 17:50:19.486 INFO O| Oct 18 17:50:19.486 INFO skip step because feature "compliance" is not enabled |
7825 | 2024-10-18T17:50:21.539Z | [ host-image] Oct 18 17:50:19.486 INFO O| Oct 18 17:50:19.486 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7826 | 2024-10-18T17:50:21.539Z | [ host-image] Oct 18 17:50:19.486 INFO O| Oct 18 17:50:19.486 INFO skip step because feature "stress" is not enabled |
7827 | 2024-10-18T17:50:21.539Z | [ host-image] Oct 18 17:50:19.486 INFO O| Oct 18 17:50:19.486 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7828 | 2024-10-18T17:50:21.539Z | [ host-image] Oct 18 17:50:19.486 INFO O| Oct 18 17:50:19.486 INFO skip step because feature "nfs" is not enabled |
7829 | 2024-10-18T17:50:21.539Z | [ host-image] Oct 18 17:50:19.486 INFO O| Oct 18 17:50:19.486 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
7830 | 2024-10-18T17:50:21.539Z | [ host-image] Oct 18 17:50:19.486 INFO O| Oct 18 17:50:19.486 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
7831 | 2024-10-18T17:50:21.726Z | [ host-image] Oct 18 17:50:19.677 INFO O| Oct 18 17:50:19.677 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
7832 | 2024-10-18T17:50:21.750Z | [ recovery-image] Oct 18 17:50:19.701 INFO O| Oct 18 17:50:19.701 INFO STEP 1206 (pack_tar) COMPLETE |
7833 | 2024-10-18T17:50:21.750Z | [ recovery-image] Oct 18 17:50:19.701 INFO O| Oct 18 17:50:19.701 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7834 | 2024-10-18T17:50:21.750Z | [ recovery-image] Oct 18 17:50:19.701 INFO O| Oct 18 17:50:19.701 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7835 | 2024-10-18T17:50:21.819Z | [ host-image] Oct 18 17:50:19.770 INFO O| Oct 18 17:50:19.770 INFO completed processing gimlet/ramdisk-01-os |
7836 | 2024-10-18T17:50:21.822Z | [ host-image] Oct 18 17:50:19.772 INFO omicron1 baseline generation... |
7837 | 2024-10-18T17:50:21.822Z | [ host-image] Oct 18 17:50:19.772 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
7838 | 2024-10-18T17:50:21.833Z | [ recovery-image] Oct 18 17:50:19.785 INFO O| Oct 18 17:50:19.785 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7839 | 2024-10-18T17:50:21.904Z | [ recovery-image] Oct 18 17:50:19.855 INFO O| Oct 18 17:50:19.854 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7840 | 2024-10-18T17:50:21.910Z | [ recovery-image] Oct 18 17:50:19.861 INFO image builder template: zfs-recovery... |
7841 | 2024-10-18T17:50:21.910Z | [ recovery-image] Oct 18 17:50:19.861 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/.tmpSzk1LQ/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 |
7842 | 2024-10-18T17:50:21.941Z | [ recovery-image] Oct 18 17:50:19.892 INFO O| Oct 18 17:50:19.892 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7843 | 2024-10-18T17:50:21.945Z | [ recovery-image] Oct 18 17:50:19.896 INFO O| Oct 18 17:50:19.896 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7844 | 2024-10-18T17:50:22.038Z | [ recovery-image] Oct 18 17:50:19.989 INFO O| Oct 18 17:50:19.989 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7845 | 2024-10-18T17:50:22.087Z | [ recovery-image] Oct 18 17:50:20.037 INFO O| Oct 18 17:50:20.037 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7846 | 2024-10-18T17:50:22.087Z | [ recovery-image] Oct 18 17:50:20.037 INFO O| Oct 18 17:50:20.037 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7847 | 2024-10-18T17:50:22.090Z | [ recovery-image] Oct 18 17:50:20.041 INFO O| Oct 18 17:50:20.041 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7848 | 2024-10-18T17:50:22.154Z | [ recovery-image] Oct 18 17:50:20.105 INFO O| Oct 18 17:50:20.104 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7849 | 2024-10-18T17:50:22.193Z | [ recovery-image] Oct 18 17:50:20.143 INFO O| Oct 18 17:50:20.143 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7850 | 2024-10-18T17:50:22.204Z | [ recovery-image] Oct 18 17:50:20.155 INFO O| Oct 18 17:50:20.155 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7851 | 2024-10-18T17:50:22.210Z | [ recovery-image] Oct 18 17:50:20.161 INFO O| Oct 18 17:50:20.161 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7852 | 2024-10-18T17:50:22.213Z | [ recovery-image] Oct 18 17:50:20.162 INFO O| Oct 18 17:50:20.162 INFO no lofi found |
7853 | 2024-10-18T17:50:22.213Z | [ recovery-image] Oct 18 17:50:20.162 INFO O| Oct 18 17:50:20.162 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7854 | 2024-10-18T17:50:22.213Z | [ recovery-image] Oct 18 17:50:20.162 INFO O| Oct 18 17:50:20.162 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7855 | 2024-10-18T17:50:22.217Z | [ host-image] Oct 18 17:50:20.168 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22978:20241018T154547Z |
7856 | 2024-10-18T17:50:24.062Z | [ recovery-image] Oct 18 17:50:22.010 INFO O| Oct 18 17:50:22.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
7857 | 2024-10-18T17:50:24.062Z | [ recovery-image] Oct 18 17:50:22.010 INFO O| Oct 18 17:50:22.010 INFO pool device = /dev/dsk/c2t1d0p0 |
7858 | 2024-10-18T17:50:24.062Z | [ recovery-image] Oct 18 17:50:22.010 INFO O| Oct 18 17:50:22.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"] |
7859 | 2024-10-18T17:50:24.134Z | [ recovery-image] Oct 18 17:50:22.084 INFO O| Oct 18 17:50:22.084 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7860 | 2024-10-18T17:50:24.134Z | [ recovery-image] Oct 18 17:50:22.084 INFO O| Oct 18 17:50:22.084 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7861 | 2024-10-18T17:50:24.151Z | [ recovery-image] Oct 18 17:50:22.101 INFO O| Oct 18 17:50:22.101 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7862 | 2024-10-18T17:50:24.228Z | [ recovery-image] Oct 18 17:50:22.178 INFO O| Oct 18 17:50:22.177 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7863 | 2024-10-18T17:50:24.264Z | [ recovery-image] Oct 18 17:50:22.214 INFO O| Oct 18 17:50:22.213 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7864 | 2024-10-18T17:50:24.277Z | [ recovery-image] Oct 18 17:50:22.227 INFO O| Oct 18 17:50:22.227 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7865 | 2024-10-18T17:50:24.287Z | [ recovery-image] Oct 18 17:50:22.237 INFO O| Oct 18 17:50:22.237 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7866 | 2024-10-18T17:50:24.333Z | [ recovery-image] Oct 18 17:50:22.283 INFO O| Oct 18 17:50:22.283 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7867 | 2024-10-18T17:50:24.333Z | [ recovery-image] Oct 18 17:50:22.283 INFO O| Oct 18 17:50:22.283 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7868 | 2024-10-18T17:50:24.336Z | [ recovery-image] Oct 18 17:50:22.283 INFO O| Oct 18 17:50:22.283 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7869 | 2024-10-18T17:50:24.344Z | [ recovery-image] Oct 18 17:50:22.294 INFO O| Oct 18 17:50:22.294 INFO boot environment UUID: 61c631b9-3593-4ef1-8f7f-0b1638c93a39 |
7870 | 2024-10-18T17:50:24.347Z | [ recovery-image] Oct 18 17:50:22.294 INFO O| Oct 18 17:50:22.294 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 61c631b9-3593-4ef1-8f7f-0b1638c93a39 |
7871 | 2024-10-18T17:50:24.354Z | [ recovery-image] Oct 18 17:50:22.304 INFO O| Oct 18 17:50:22.304 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7872 | 2024-10-18T17:50:24.364Z | [ recovery-image] Oct 18 17:50:22.314 INFO O| Oct 18 17:50:22.314 INFO STEP 0 (create_be) COMPLETE |
7873 | 2024-10-18T17:50:24.366Z | [ recovery-image] Oct 18 17:50:22.314 INFO O| Oct 18 17:50:22.314 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7874 | 2024-10-18T17:50:24.379Z | [ recovery-image] Oct 18 17:50:22.329 INFO O| Oct 18 17:50:22.329 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"] |
7875 | 2024-10-18T17:50:26.454Z | [ recovery-image] Oct 18 17:50:24.403 INFO O| Oct 18 17:50:24.403 INFO STEP 1 (unpack_tar) COMPLETE |
7876 | 2024-10-18T17:50:26.454Z | [ recovery-image] Oct 18 17:50:24.403 INFO O| Oct 18 17:50:24.403 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7877 | 2024-10-18T17:50:26.466Z | [ recovery-image] Oct 18 17:50:24.415 INFO O| Oct 18 17:50:24.415 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7878 | 2024-10-18T17:50:26.851Z | [ recovery-image] Oct 18 17:50:24.800 INFO O| Oct 18 17:50:24.800 INFO STEP 2 (devfsadm) COMPLETE |
7879 | 2024-10-18T17:50:26.851Z | [ recovery-image] Oct 18 17:50:24.800 INFO O| Oct 18 17:50:24.800 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7880 | 2024-10-18T17:50:26.862Z | [ recovery-image] Oct 18 17:50:24.811 INFO O| Oct 18 17:50:24.811 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7881 | 2024-10-18T17:50:26.862Z | [ recovery-image] Oct 18 17:50:24.811 INFO O| Oct 18 17:50:24.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7882 | 2024-10-18T17:50:26.862Z | [ recovery-image] Oct 18 17:50:24.811 INFO O| Oct 18 17:50:24.811 INFO STEP 3 (ensure_dir) COMPLETE |
7883 | 2024-10-18T17:50:26.865Z | [ recovery-image] Oct 18 17:50:24.811 INFO O| Oct 18 17:50:24.811 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7884 | 2024-10-18T17:50:26.872Z | [ recovery-image] Oct 18 17:50:24.821 INFO O| Oct 18 17:50:24.821 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7885 | 2024-10-18T17:50:26.874Z | [ recovery-image] Oct 18 17:50:24.821 INFO O| Oct 18 17:50:24.821 INFO STEP 4 (ensure_dir) COMPLETE |
7886 | 2024-10-18T17:50:26.874Z | [ recovery-image] Oct 18 17:50:24.821 INFO O| Oct 18 17:50:24.821 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7887 | 2024-10-18T17:50:26.881Z | [ recovery-image] Oct 18 17:50:24.831 INFO O| Oct 18 17:50:24.831 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7888 | 2024-10-18T17:50:26.882Z | [ recovery-image] Oct 18 17:50:24.831 INFO O| Oct 18 17:50:24.831 INFO STEP 5 (ensure_dir) COMPLETE |
7889 | 2024-10-18T17:50:26.884Z | [ recovery-image] Oct 18 17:50:24.831 INFO O| Oct 18 17:50:24.831 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7890 | 2024-10-18T17:50:26.891Z | [ recovery-image] Oct 18 17:50:24.840 INFO O| Oct 18 17:50:24.840 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7891 | 2024-10-18T17:50:26.894Z | [ recovery-image] Oct 18 17:50:24.840 INFO O| Oct 18 17:50:24.840 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7892 | 2024-10-18T17:50:26.894Z | [ recovery-image] Oct 18 17:50:24.840 INFO O| Oct 18 17:50:24.840 INFO STEP 6 (ensure_dir) COMPLETE |
7893 | 2024-10-18T17:50:26.894Z | [ recovery-image] Oct 18 17:50:24.840 INFO O| Oct 18 17:50:24.840 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7894 | 2024-10-18T17:50:26.903Z | [ recovery-image] Oct 18 17:50:24.852 INFO O| Oct 18 17:50:24.852 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7895 | 2024-10-18T17:50:26.905Z | [ recovery-image] Oct 18 17:50:24.852 INFO O| Oct 18 17:50:24.852 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7896 | 2024-10-18T17:50:26.905Z | [ recovery-image] Oct 18 17:50:24.852 INFO O| Oct 18 17:50:24.852 INFO STEP 7 (ensure_dir) COMPLETE |
7897 | 2024-10-18T17:50:26.905Z | [ recovery-image] Oct 18 17:50:24.852 INFO O| Oct 18 17:50:24.852 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7898 | 2024-10-18T17:50:26.913Z | [ recovery-image] Oct 18 17:50:24.862 INFO O| Oct 18 17:50:24.862 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7899 | 2024-10-18T17:50:26.916Z | [ recovery-image] Oct 18 17:50:24.863 INFO O| Oct 18 17:50:24.863 INFO STEP 8 (remove_files) COMPLETE |
7900 | 2024-10-18T17:50:26.916Z | [ recovery-image] Oct 18 17:50:24.863 INFO O| Oct 18 17:50:24.863 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7901 | 2024-10-18T17:50:26.924Z | [ recovery-image] Oct 18 17:50:24.873 INFO O| Oct 18 17:50:24.873 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7902 | 2024-10-18T17:50:26.926Z | [ recovery-image] Oct 18 17:50:24.874 INFO O| Oct 18 17:50:24.874 INFO STEP 9 (remove_files) COMPLETE |
7903 | 2024-10-18T17:50:26.926Z | [ recovery-image] Oct 18 17:50:24.874 INFO O| Oct 18 17:50:24.874 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7904 | 2024-10-18T17:50:26.934Z | [ recovery-image] Oct 18 17:50:24.883 INFO O| Oct 18 17:50:24.883 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7905 | 2024-10-18T17:50:26.937Z | [ recovery-image] Oct 18 17:50:24.884 INFO O| Oct 18 17:50:24.884 INFO STEP 10 (remove_files) COMPLETE |
7906 | 2024-10-18T17:50:26.937Z | [ recovery-image] Oct 18 17:50:24.884 INFO O| Oct 18 17:50:24.884 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7907 | 2024-10-18T17:50:26.945Z | [ recovery-image] Oct 18 17:50:24.894 INFO O| Oct 18 17:50:24.894 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7908 | 2024-10-18T17:50:26.947Z | [ recovery-image] Oct 18 17:50:24.894 INFO O| Oct 18 17:50:24.894 INFO STEP 11 (remove_files) COMPLETE |
7909 | 2024-10-18T17:50:26.947Z | [ recovery-image] Oct 18 17:50:24.894 INFO O| Oct 18 17:50:24.894 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7910 | 2024-10-18T17:50:26.954Z | [ recovery-image] Oct 18 17:50:24.904 INFO O| Oct 18 17:50:24.904 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7911 | 2024-10-18T17:50:26.957Z | [ recovery-image] Oct 18 17:50:24.904 INFO O| Oct 18 17:50:24.904 INFO STEP 12 (remove_files) COMPLETE |
7912 | 2024-10-18T17:50:26.957Z | [ recovery-image] Oct 18 17:50:24.904 INFO O| Oct 18 17:50:24.904 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7913 | 2024-10-18T17:50:26.964Z | [ recovery-image] Oct 18 17:50:24.914 INFO O| Oct 18 17:50:24.914 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7914 | 2024-10-18T17:50:26.967Z | [ recovery-image] Oct 18 17:50:24.914 INFO O| Oct 18 17:50:24.914 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7915 | 2024-10-18T17:50:26.967Z | [ recovery-image] Oct 18 17:50:24.914 INFO O| Oct 18 17:50:24.914 INFO STEP 13 (ensure_dir) COMPLETE |
7916 | 2024-10-18T17:50:26.967Z | [ recovery-image] Oct 18 17:50:24.914 INFO O| Oct 18 17:50:24.914 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7917 | 2024-10-18T17:50:26.977Z | [ recovery-image] Oct 18 17:50:24.925 INFO O| Oct 18 17:50:24.925 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7918 | 2024-10-18T17:50:26.979Z | [ recovery-image] Oct 18 17:50:24.925 INFO O| Oct 18 17:50:24.925 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7919 | 2024-10-18T17:50:26.979Z | [ recovery-image] Oct 18 17:50:24.925 INFO O| Oct 18 17:50:24.925 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7920 | 2024-10-18T17:50:26.979Z | [ recovery-image] Oct 18 17:50:24.925 INFO O| Oct 18 17:50:24.925 INFO STEP 14 (ensure_dir) COMPLETE |
7921 | 2024-10-18T17:50:26.979Z | [ recovery-image] Oct 18 17:50:24.925 INFO O| Oct 18 17:50:24.925 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7922 | 2024-10-18T17:50:26.986Z | [ recovery-image] Oct 18 17:50:24.935 INFO O| Oct 18 17:50:24.935 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7923 | 2024-10-18T17:50:26.988Z | [ recovery-image] Oct 18 17:50:24.935 INFO O| Oct 18 17:50:24.935 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7924 | 2024-10-18T17:50:26.988Z | [ recovery-image] Oct 18 17:50:24.935 INFO O| Oct 18 17:50:24.935 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7925 | 2024-10-18T17:50:26.988Z | [ recovery-image] Oct 18 17:50:24.935 INFO O| Oct 18 17:50:24.935 INFO STEP 15 (ensure_dir) COMPLETE |
7926 | 2024-10-18T17:50:26.989Z | [ recovery-image] Oct 18 17:50:24.935 INFO O| Oct 18 17:50:24.935 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7927 | 2024-10-18T17:50:26.996Z | [ recovery-image] Oct 18 17:50:24.945 INFO O| Oct 18 17:50:24.945 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7928 | 2024-10-18T17:50:26.996Z | [ recovery-image] Oct 18 17:50:24.945 INFO O| Oct 18 17:50:24.945 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7929 | 2024-10-18T17:50:26.996Z | [ recovery-image] Oct 18 17:50:24.945 INFO O| Oct 18 17:50:24.945 INFO STEP 16 (ensure_dir) COMPLETE |
7930 | 2024-10-18T17:50:26.999Z | [ recovery-image] Oct 18 17:50:24.945 INFO O| Oct 18 17:50:24.945 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7931 | 2024-10-18T17:50:27.006Z | [ recovery-image] Oct 18 17:50:24.955 INFO O| Oct 18 17:50:24.955 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7932 | 2024-10-18T17:50:27.009Z | [ recovery-image] Oct 18 17:50:24.955 INFO O| Oct 18 17:50:24.955 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7933 | 2024-10-18T17:50:27.009Z | [ recovery-image] Oct 18 17:50:24.955 INFO O| Oct 18 17:50:24.955 INFO STEP 17 (ensure_dir) COMPLETE |
7934 | 2024-10-18T17:50:27.009Z | [ recovery-image] Oct 18 17:50:24.955 INFO O| Oct 18 17:50:24.955 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7935 | 2024-10-18T17:50:27.016Z | [ recovery-image] Oct 18 17:50:24.965 INFO O| Oct 18 17:50:24.965 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7936 | 2024-10-18T17:50:27.016Z | [ recovery-image] Oct 18 17:50:24.965 INFO O| Oct 18 17:50:24.965 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7937 | 2024-10-18T17:50:27.016Z | [ recovery-image] Oct 18 17:50:24.965 INFO O| Oct 18 17:50:24.965 INFO ok! |
7938 | 2024-10-18T17:50:27.018Z | [ recovery-image] Oct 18 17:50:24.965 INFO O| Oct 18 17:50:24.965 INFO STEP 18 (ensure_symlink) COMPLETE |
7939 | 2024-10-18T17:50:27.018Z | [ recovery-image] Oct 18 17:50:24.965 INFO O| Oct 18 17:50:24.965 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7940 | 2024-10-18T17:50:27.027Z | [ recovery-image] Oct 18 17:50:24.976 INFO O| Oct 18 17:50:24.976 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7941 | 2024-10-18T17:50:27.027Z | [ recovery-image] Oct 18 17:50:24.976 INFO O| Oct 18 17:50:24.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7942 | 2024-10-18T17:50:27.027Z | [ recovery-image] Oct 18 17:50:24.976 INFO O| Oct 18 17:50:24.976 INFO ok! |
7943 | 2024-10-18T17:50:27.030Z | [ recovery-image] Oct 18 17:50:24.976 INFO O| Oct 18 17:50:24.976 INFO STEP 19 (ensure_file) COMPLETE |
7944 | 2024-10-18T17:50:27.030Z | [ recovery-image] Oct 18 17:50:24.976 INFO O| Oct 18 17:50:24.976 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7945 | 2024-10-18T17:50:27.038Z | [ recovery-image] Oct 18 17:50:24.988 INFO O| Oct 18 17:50:24.988 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7946 | 2024-10-18T17:50:27.038Z | [ recovery-image] Oct 18 17:50:24.988 INFO O| Oct 18 17:50:24.988 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7947 | 2024-10-18T17:50:27.041Z | [ recovery-image] Oct 18 17:50:24.988 INFO O| Oct 18 17:50:24.988 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7948 | 2024-10-18T17:50:27.041Z | [ recovery-image] Oct 18 17:50:24.988 INFO O| Oct 18 17:50:24.988 INFO ok! |
7949 | 2024-10-18T17:50:27.041Z | [ recovery-image] Oct 18 17:50:24.988 INFO O| Oct 18 17:50:24.988 INFO STEP 20 (ensure_symlink) COMPLETE |
7950 | 2024-10-18T17:50:27.041Z | [ recovery-image] Oct 18 17:50:24.988 INFO O| Oct 18 17:50:24.988 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7951 | 2024-10-18T17:50:27.048Z | [ recovery-image] Oct 18 17:50:24.997 INFO O| Oct 18 17:50:24.997 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7952 | 2024-10-18T17:50:27.048Z | [ recovery-image] Oct 18 17:50:24.997 INFO O| Oct 18 17:50:24.997 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7953 | 2024-10-18T17:50:27.050Z | [ recovery-image] Oct 18 17:50:24.997 INFO O| Oct 18 17:50:24.997 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7954 | 2024-10-18T17:50:27.050Z | [ recovery-image] Oct 18 17:50:24.997 INFO O| Oct 18 17:50:24.997 INFO ok! |
7955 | 2024-10-18T17:50:27.050Z | [ recovery-image] Oct 18 17:50:24.997 INFO O| Oct 18 17:50:24.997 INFO STEP 21 (ensure_symlink) COMPLETE |
7956 | 2024-10-18T17:50:27.050Z | [ recovery-image] Oct 18 17:50:24.997 INFO O| Oct 18 17:50:24.997 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7957 | 2024-10-18T17:50:27.058Z | [ recovery-image] Oct 18 17:50:25.008 INFO O| Oct 18 17:50:25.008 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7958 | 2024-10-18T17:50:27.058Z | [ recovery-image] Oct 18 17:50:25.008 INFO O| Oct 18 17:50:25.008 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7959 | 2024-10-18T17:50:27.061Z | [ recovery-image] Oct 18 17:50:25.008 INFO O| Oct 18 17:50:25.008 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7960 | 2024-10-18T17:50:27.061Z | [ recovery-image] Oct 18 17:50:25.008 INFO O| Oct 18 17:50:25.008 INFO ok! |
7961 | 2024-10-18T17:50:27.061Z | [ recovery-image] Oct 18 17:50:25.008 INFO O| Oct 18 17:50:25.008 INFO STEP 22 (ensure_symlink) COMPLETE |
7962 | 2024-10-18T17:50:27.061Z | [ recovery-image] Oct 18 17:50:25.008 INFO O| Oct 18 17:50:25.008 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7963 | 2024-10-18T17:50:27.070Z | [ recovery-image] Oct 18 17:50:25.020 INFO O| Oct 18 17:50:25.020 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7964 | 2024-10-18T17:50:27.073Z | [ recovery-image] Oct 18 17:50:25.020 INFO O| Oct 18 17:50:25.020 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7965 | 2024-10-18T17:50:27.073Z | [ recovery-image] Oct 18 17:50:25.020 INFO O| Oct 18 17:50:25.020 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7966 | 2024-10-18T17:50:27.073Z | [ recovery-image] Oct 18 17:50:25.020 INFO O| Oct 18 17:50:25.020 INFO ok! |
7967 | 2024-10-18T17:50:27.073Z | [ recovery-image] Oct 18 17:50:25.020 INFO O| Oct 18 17:50:25.020 INFO STEP 23 (ensure_symlink) COMPLETE |
7968 | 2024-10-18T17:50:27.073Z | [ recovery-image] Oct 18 17:50:25.020 INFO O| Oct 18 17:50:25.020 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7969 | 2024-10-18T17:50:27.082Z | [ recovery-image] Oct 18 17:50:25.032 INFO O| Oct 18 17:50:25.032 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7970 | 2024-10-18T17:50:27.085Z | [ recovery-image] Oct 18 17:50:25.032 INFO O| Oct 18 17:50:25.032 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 ... |
7971 | 2024-10-18T17:50:27.085Z | [ recovery-image] Oct 18 17:50:25.032 INFO O| Oct 18 17:50:25.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7972 | 2024-10-18T17:50:27.085Z | [ recovery-image] Oct 18 17:50:25.032 INFO O| Oct 18 17:50:25.032 INFO ok! |
7973 | 2024-10-18T17:50:27.085Z | [ recovery-image] Oct 18 17:50:25.032 INFO O| Oct 18 17:50:25.032 INFO STEP 24 (ensure_file) COMPLETE |
7974 | 2024-10-18T17:50:27.085Z | [ recovery-image] Oct 18 17:50:25.032 INFO O| Oct 18 17:50:25.032 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7975 | 2024-10-18T17:50:27.092Z | [ recovery-image] Oct 18 17:50:25.042 INFO O| Oct 18 17:50:25.042 INFO updating shadow file |
7976 | 2024-10-18T17:50:27.095Z | [ recovery-image] Oct 18 17:50:25.042 INFO O| Oct 18 17:50:25.042 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7977 | 2024-10-18T17:50:27.095Z | [ recovery-image] Oct 18 17:50:25.042 INFO O| Oct 18 17:50:25.042 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7978 | 2024-10-18T17:50:27.095Z | [ recovery-image] Oct 18 17:50:25.042 INFO O| Oct 18 17:50:25.042 INFO STEP 25 (shadow) COMPLETE |
7979 | 2024-10-18T17:50:27.095Z | [ recovery-image] Oct 18 17:50:25.042 INFO O| Oct 18 17:50:25.042 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7980 | 2024-10-18T17:50:27.102Z | [ recovery-image] Oct 18 17:50:25.051 INFO O| Oct 18 17:50:25.051 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7981 | 2024-10-18T17:50:27.102Z | [ recovery-image] Oct 18 17:50:25.051 INFO O| Oct 18 17:50:25.051 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7982 | 2024-10-18T17:50:27.105Z | [ recovery-image] Oct 18 17:50:25.052 INFO O| Oct 18 17:50:25.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7983 | 2024-10-18T17:50:27.105Z | [ recovery-image] Oct 18 17:50:25.052 INFO O| Oct 18 17:50:25.052 INFO ok! |
7984 | 2024-10-18T17:50:27.105Z | [ recovery-image] Oct 18 17:50:25.052 INFO O| Oct 18 17:50:25.052 INFO STEP 26 (ensure_file) COMPLETE |
7985 | 2024-10-18T17:50:27.105Z | [ recovery-image] Oct 18 17:50:25.052 INFO O| Oct 18 17:50:25.052 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7986 | 2024-10-18T17:50:27.112Z | [ recovery-image] Oct 18 17:50:25.061 INFO O| Oct 18 17:50:25.061 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7987 | 2024-10-18T17:50:27.112Z | [ recovery-image] Oct 18 17:50:25.061 INFO O| Oct 18 17:50:25.061 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7988 | 2024-10-18T17:50:27.112Z | [ recovery-image] Oct 18 17:50:25.061 INFO O| Oct 18 17:50:25.061 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7989 | 2024-10-18T17:50:27.114Z | [ recovery-image] Oct 18 17:50:25.061 INFO O| Oct 18 17:50:25.061 INFO ok! |
7990 | 2024-10-18T17:50:27.114Z | [ recovery-image] Oct 18 17:50:25.061 INFO O| Oct 18 17:50:25.061 INFO STEP 27 (ensure_file) COMPLETE |
7991 | 2024-10-18T17:50:27.114Z | [ recovery-image] Oct 18 17:50:25.061 INFO O| Oct 18 17:50:25.061 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7992 | 2024-10-18T17:50:27.122Z | [ recovery-image] Oct 18 17:50:25.071 INFO O| Oct 18 17:50:25.071 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7993 | 2024-10-18T17:50:27.124Z | [ recovery-image] Oct 18 17:50:25.071 INFO O| Oct 18 17:50:25.071 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7994 | 2024-10-18T17:50:27.124Z | [ recovery-image] Oct 18 17:50:25.071 INFO O| Oct 18 17:50:25.071 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7995 | 2024-10-18T17:50:27.124Z | [ recovery-image] Oct 18 17:50:25.071 INFO O| Oct 18 17:50:25.071 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7996 | 2024-10-18T17:50:27.124Z | [ recovery-image] Oct 18 17:50:25.071 INFO O| Oct 18 17:50:25.071 INFO ok! |
7997 | 2024-10-18T17:50:27.124Z | [ recovery-image] Oct 18 17:50:25.071 INFO O| Oct 18 17:50:25.071 INFO STEP 28 (ensure_file) COMPLETE |
7998 | 2024-10-18T17:50:27.124Z | [ recovery-image] Oct 18 17:50:25.071 INFO O| Oct 18 17:50:25.071 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7999 | 2024-10-18T17:50:27.132Z | [ recovery-image] Oct 18 17:50:25.081 INFO O| Oct 18 17:50:25.081 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8000 | 2024-10-18T17:50:27.136Z | [ recovery-image] Oct 18 17:50:25.081 INFO O| Oct 18 17:50:25.081 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8001 | 2024-10-18T17:50:27.136Z | [ recovery-image] Oct 18 17:50:25.081 INFO O| Oct 18 17:50:25.081 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8002 | 2024-10-18T17:50:27.136Z | [ recovery-image] Oct 18 17:50:25.081 INFO O| Oct 18 17:50:25.081 INFO ok! |
8003 | 2024-10-18T17:50:27.136Z | [ recovery-image] Oct 18 17:50:25.082 INFO O| Oct 18 17:50:25.081 INFO STEP 29 (ensure_file) COMPLETE |
8004 | 2024-10-18T17:50:27.136Z | [ recovery-image] Oct 18 17:50:25.082 INFO O| Oct 18 17:50:25.081 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8005 | 2024-10-18T17:50:27.142Z | [ recovery-image] Oct 18 17:50:25.091 INFO O| Oct 18 17:50:25.091 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8006 | 2024-10-18T17:50:27.144Z | [ recovery-image] Oct 18 17:50:25.091 INFO O| Oct 18 17:50:25.091 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8007 | 2024-10-18T17:50:27.145Z | [ recovery-image] Oct 18 17:50:25.091 INFO O| Oct 18 17:50:25.091 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8008 | 2024-10-18T17:50:27.145Z | [ recovery-image] Oct 18 17:50:25.091 INFO O| Oct 18 17:50:25.091 INFO ok! |
8009 | 2024-10-18T17:50:27.145Z | [ recovery-image] Oct 18 17:50:25.091 INFO O| Oct 18 17:50:25.091 INFO STEP 30 (ensure_file) COMPLETE |
8010 | 2024-10-18T17:50:27.145Z | [ recovery-image] Oct 18 17:50:25.091 INFO O| Oct 18 17:50:25.091 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8011 | 2024-10-18T17:50:27.152Z | [ recovery-image] Oct 18 17:50:25.101 INFO O| Oct 18 17:50:25.101 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8012 | 2024-10-18T17:50:27.152Z | [ recovery-image] Oct 18 17:50:25.101 INFO O| Oct 18 17:50:25.101 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8013 | 2024-10-18T17:50:27.154Z | [ recovery-image] Oct 18 17:50:25.101 INFO O| Oct 18 17:50:25.101 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8014 | 2024-10-18T17:50:27.154Z | [ recovery-image] Oct 18 17:50:25.101 INFO O| Oct 18 17:50:25.101 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8015 | 2024-10-18T17:50:27.154Z | [ recovery-image] Oct 18 17:50:25.101 INFO O| Oct 18 17:50:25.101 INFO ok! |
8016 | 2024-10-18T17:50:27.154Z | [ recovery-image] Oct 18 17:50:25.101 INFO O| Oct 18 17:50:25.101 INFO STEP 31 (ensure_file) COMPLETE |
8017 | 2024-10-18T17:50:27.154Z | [ recovery-image] Oct 18 17:50:25.101 INFO O| Oct 18 17:50:25.101 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8018 | 2024-10-18T17:50:27.162Z | [ recovery-image] Oct 18 17:50:25.111 INFO O| Oct 18 17:50:25.111 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8019 | 2024-10-18T17:50:27.162Z | [ recovery-image] Oct 18 17:50:25.111 INFO O| Oct 18 17:50:25.111 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8020 | 2024-10-18T17:50:27.164Z | [ recovery-image] Oct 18 17:50:25.111 INFO O| Oct 18 17:50:25.111 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8021 | 2024-10-18T17:50:27.164Z | [ recovery-image] Oct 18 17:50:25.111 INFO O| Oct 18 17:50:25.111 INFO ok! |
8022 | 2024-10-18T17:50:27.164Z | [ recovery-image] Oct 18 17:50:25.111 INFO O| Oct 18 17:50:25.111 INFO STEP 32 (ensure_file) COMPLETE |
8023 | 2024-10-18T17:50:27.164Z | [ recovery-image] Oct 18 17:50:25.111 INFO O| Oct 18 17:50:25.111 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8024 | 2024-10-18T17:50:27.171Z | [ recovery-image] Oct 18 17:50:25.121 INFO O| Oct 18 17:50:25.121 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8025 | 2024-10-18T17:50:27.174Z | [ recovery-image] Oct 18 17:50:25.121 INFO O| Oct 18 17:50:25.121 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8026 | 2024-10-18T17:50:27.174Z | [ recovery-image] Oct 18 17:50:25.121 INFO O| Oct 18 17:50:25.121 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8027 | 2024-10-18T17:50:27.174Z | [ recovery-image] Oct 18 17:50:25.121 INFO O| Oct 18 17:50:25.121 INFO ok! |
8028 | 2024-10-18T17:50:27.174Z | [ recovery-image] Oct 18 17:50:25.121 INFO O| Oct 18 17:50:25.121 INFO STEP 33 (ensure_file) COMPLETE |
8029 | 2024-10-18T17:50:27.174Z | [ recovery-image] Oct 18 17:50:25.121 INFO O| Oct 18 17:50:25.121 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8030 | 2024-10-18T17:50:27.182Z | [ recovery-image] Oct 18 17:50:25.131 INFO O| Oct 18 17:50:25.131 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8031 | 2024-10-18T17:50:27.185Z | [ recovery-image] Oct 18 17:50:25.131 INFO O| Oct 18 17:50:25.131 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8032 | 2024-10-18T17:50:27.185Z | [ recovery-image] Oct 18 17:50:25.131 INFO O| Oct 18 17:50:25.131 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8033 | 2024-10-18T17:50:27.185Z | [ recovery-image] Oct 18 17:50:25.131 INFO O| Oct 18 17:50:25.131 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8034 | 2024-10-18T17:50:27.185Z | [ recovery-image] Oct 18 17:50:25.131 INFO O| Oct 18 17:50:25.131 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8035 | 2024-10-18T17:50:27.185Z | [ recovery-image] Oct 18 17:50:25.131 INFO O| Oct 18 17:50:25.131 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8036 | 2024-10-18T17:50:27.185Z | [ recovery-image] Oct 18 17:50:25.131 INFO O| Oct 18 17:50:25.131 INFO ok! |
8037 | 2024-10-18T17:50:27.185Z | [ recovery-image] Oct 18 17:50:25.131 INFO O| Oct 18 17:50:25.131 INFO STEP 34 (ensure_file) COMPLETE |
8038 | 2024-10-18T17:50:27.185Z | [ recovery-image] Oct 18 17:50:25.131 INFO O| Oct 18 17:50:25.131 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8039 | 2024-10-18T17:50:27.192Z | [ recovery-image] Oct 18 17:50:25.141 INFO O| Oct 18 17:50:25.141 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8040 | 2024-10-18T17:50:27.195Z | [ recovery-image] Oct 18 17:50:25.142 INFO O| Oct 18 17:50:25.141 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8041 | 2024-10-18T17:50:27.195Z | [ recovery-image] Oct 18 17:50:25.142 INFO O| Oct 18 17:50:25.142 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8042 | 2024-10-18T17:50:27.195Z | [ recovery-image] Oct 18 17:50:25.142 INFO O| Oct 18 17:50:25.142 INFO STEP 35 (ensure_dir) COMPLETE |
8043 | 2024-10-18T17:50:27.195Z | [ recovery-image] Oct 18 17:50:25.142 INFO O| Oct 18 17:50:25.142 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8044 | 2024-10-18T17:50:27.202Z | [ recovery-image] Oct 18 17:50:25.152 INFO O| Oct 18 17:50:25.151 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 |
8045 | 2024-10-18T17:50:27.202Z | [ recovery-image] Oct 18 17:50:25.152 INFO O| Oct 18 17:50:25.152 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 ... |
8046 | 2024-10-18T17:50:27.205Z | [ recovery-image] Oct 18 17:50:25.152 INFO O| Oct 18 17:50:25.152 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 |
8047 | 2024-10-18T17:50:27.205Z | [ recovery-image] Oct 18 17:50:25.152 INFO O| Oct 18 17:50:25.152 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 |
8048 | 2024-10-18T17:50:27.205Z | [ recovery-image] Oct 18 17:50:25.152 INFO O| Oct 18 17:50:25.152 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 |
8049 | 2024-10-18T17:50:27.205Z | [ recovery-image] Oct 18 17:50:25.152 INFO O| Oct 18 17:50:25.152 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 |
8050 | 2024-10-18T17:50:27.205Z | [ recovery-image] Oct 18 17:50:25.152 INFO O| Oct 18 17:50:25.152 INFO ok! |
8051 | 2024-10-18T17:50:27.205Z | [ recovery-image] Oct 18 17:50:25.152 INFO O| Oct 18 17:50:25.152 INFO STEP 36 (ensure_file) COMPLETE |
8052 | 2024-10-18T17:50:27.205Z | [ recovery-image] Oct 18 17:50:25.152 INFO O| Oct 18 17:50:25.152 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8053 | 2024-10-18T17:50:27.212Z | [ recovery-image] Oct 18 17:50:25.162 INFO O| Oct 18 17:50:25.161 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8054 | 2024-10-18T17:50:27.212Z | [ recovery-image] Oct 18 17:50:25.162 INFO O| Oct 18 17:50:25.162 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 ... |
8055 | 2024-10-18T17:50:27.212Z | [ recovery-image] Oct 18 17:50:25.162 INFO O| Oct 18 17:50:25.162 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8056 | 2024-10-18T17:50:27.215Z | [ recovery-image] Oct 18 17:50:25.162 INFO O| Oct 18 17:50:25.162 INFO ok! |
8057 | 2024-10-18T17:50:27.215Z | [ recovery-image] Oct 18 17:50:25.162 INFO O| Oct 18 17:50:25.162 INFO STEP 37 (ensure_symlink) COMPLETE |
8058 | 2024-10-18T17:50:27.215Z | [ recovery-image] Oct 18 17:50:25.162 INFO O| Oct 18 17:50:25.162 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8059 | 2024-10-18T17:50:27.223Z | [ recovery-image] Oct 18 17:50:25.172 INFO O| Oct 18 17:50:25.172 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8060 | 2024-10-18T17:50:27.223Z | [ recovery-image] Oct 18 17:50:25.172 INFO O| Oct 18 17:50:25.172 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8061 | 2024-10-18T17:50:27.225Z | [ recovery-image] Oct 18 17:50:25.172 INFO O| Oct 18 17:50:25.172 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8062 | 2024-10-18T17:50:27.225Z | [ recovery-image] Oct 18 17:50:25.172 INFO O| Oct 18 17:50:25.172 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8063 | 2024-10-18T17:50:27.225Z | [ recovery-image] Oct 18 17:50:25.172 INFO O| Oct 18 17:50:25.172 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8064 | 2024-10-18T17:50:27.225Z | [ recovery-image] Oct 18 17:50:25.172 INFO O| Oct 18 17:50:25.172 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8065 | 2024-10-18T17:50:27.225Z | [ recovery-image] Oct 18 17:50:25.172 INFO O| Oct 18 17:50:25.172 INFO ok! |
8066 | 2024-10-18T17:50:27.225Z | [ recovery-image] Oct 18 17:50:25.172 INFO O| Oct 18 17:50:25.172 INFO STEP 38 (ensure_file) COMPLETE |
8067 | 2024-10-18T17:50:27.225Z | [ recovery-image] Oct 18 17:50:25.172 INFO O| Oct 18 17:50:25.172 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8068 | 2024-10-18T17:50:27.232Z | [ recovery-image] Oct 18 17:50:25.182 INFO O| Oct 18 17:50:25.182 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8069 | 2024-10-18T17:50:27.235Z | [ recovery-image] Oct 18 17:50:25.182 INFO O| Oct 18 17:50:25.182 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 ... |
8070 | 2024-10-18T17:50:27.235Z | [ recovery-image] Oct 18 17:50:25.182 INFO O| Oct 18 17:50:25.182 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 |
8071 | 2024-10-18T17:50:27.235Z | [ recovery-image] Oct 18 17:50:25.182 INFO O| Oct 18 17:50:25.182 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8072 | 2024-10-18T17:50:27.235Z | [ recovery-image] Oct 18 17:50:25.182 INFO O| Oct 18 17:50:25.182 INFO ok! |
8073 | 2024-10-18T17:50:27.235Z | [ recovery-image] Oct 18 17:50:25.182 INFO O| Oct 18 17:50:25.182 INFO STEP 39 (ensure_file) COMPLETE |
8074 | 2024-10-18T17:50:27.235Z | [ recovery-image] Oct 18 17:50:25.182 INFO O| Oct 18 17:50:25.182 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8075 | 2024-10-18T17:50:27.243Z | [ recovery-image] Oct 18 17:50:25.192 INFO O| Oct 18 17:50:25.192 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8076 | 2024-10-18T17:50:27.243Z | [ recovery-image] Oct 18 17:50:25.192 INFO O| Oct 18 17:50:25.192 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8077 | 2024-10-18T17:50:27.245Z | [ recovery-image] Oct 18 17:50:25.192 INFO O| Oct 18 17:50:25.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8078 | 2024-10-18T17:50:27.246Z | [ recovery-image] Oct 18 17:50:25.192 INFO O| Oct 18 17:50:25.192 INFO ok! |
8079 | 2024-10-18T17:50:27.246Z | [ recovery-image] Oct 18 17:50:25.192 INFO O| Oct 18 17:50:25.192 INFO STEP 40 (ensure_file) COMPLETE |
8080 | 2024-10-18T17:50:27.246Z | [ recovery-image] Oct 18 17:50:25.192 INFO O| Oct 18 17:50:25.192 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8081 | 2024-10-18T17:50:27.253Z | [ recovery-image] Oct 18 17:50:25.202 INFO O| Oct 18 17:50:25.202 INFO updating shadow file |
8082 | 2024-10-18T17:50:27.255Z | [ recovery-image] Oct 18 17:50:25.202 INFO O| Oct 18 17:50:25.202 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8083 | 2024-10-18T17:50:27.255Z | [ recovery-image] Oct 18 17:50:25.202 INFO O| Oct 18 17:50:25.202 INFO STEP 41 (shadow) COMPLETE |
8084 | 2024-10-18T17:50:27.255Z | [ recovery-image] Oct 18 17:50:25.202 INFO O| Oct 18 17:50:25.202 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8085 | 2024-10-18T17:50:27.263Z | [ recovery-image] Oct 18 17:50:25.212 INFO O| Oct 18 17:50:25.212 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8086 | 2024-10-18T17:50:27.263Z | [ recovery-image] Oct 18 17:50:25.212 INFO O| Oct 18 17:50:25.212 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8087 | 2024-10-18T17:50:27.265Z | [ recovery-image] Oct 18 17:50:25.212 INFO O| Oct 18 17:50:25.212 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8088 | 2024-10-18T17:50:27.265Z | [ recovery-image] Oct 18 17:50:25.212 INFO O| Oct 18 17:50:25.212 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8089 | 2024-10-18T17:50:27.266Z | [ recovery-image] Oct 18 17:50:25.212 INFO O| Oct 18 17:50:25.212 INFO ok! |
8090 | 2024-10-18T17:50:27.266Z | [ recovery-image] Oct 18 17:50:25.212 INFO O| Oct 18 17:50:25.212 INFO STEP 42 (ensure_file) COMPLETE |
8091 | 2024-10-18T17:50:27.266Z | [ recovery-image] Oct 18 17:50:25.212 INFO O| Oct 18 17:50:25.212 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8092 | 2024-10-18T17:50:27.274Z | [ recovery-image] Oct 18 17:50:25.223 INFO O| Oct 18 17:50:25.223 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8093 | 2024-10-18T17:50:27.274Z | [ recovery-image] Oct 18 17:50:25.223 INFO O| Oct 18 17:50:25.223 INFO STEP 43 (ensure_dir) COMPLETE |
8094 | 2024-10-18T17:50:27.274Z | [ recovery-image] Oct 18 17:50:25.223 INFO O| Oct 18 17:50:25.223 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8095 | 2024-10-18T17:50:27.284Z | [ recovery-image] Oct 18 17:50:25.233 INFO O| Oct 18 17:50:25.233 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8096 | 2024-10-18T17:50:27.284Z | [ recovery-image] Oct 18 17:50:25.233 INFO O| Oct 18 17:50:25.233 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8097 | 2024-10-18T17:50:27.286Z | [ recovery-image] Oct 18 17:50:25.233 INFO O| Oct 18 17:50:25.233 INFO STEP 44 (ensure_dir) COMPLETE |
8098 | 2024-10-18T17:50:27.286Z | [ recovery-image] Oct 18 17:50:25.233 INFO O| Oct 18 17:50:25.233 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8099 | 2024-10-18T17:50:27.294Z | [ recovery-image] Oct 18 17:50:25.243 INFO O| Oct 18 17:50:25.243 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8100 | 2024-10-18T17:50:27.294Z | [ recovery-image] Oct 18 17:50:25.243 INFO O| Oct 18 17:50:25.243 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8101 | 2024-10-18T17:50:27.294Z | [ recovery-image] Oct 18 17:50:25.243 INFO O| Oct 18 17:50:25.243 INFO STEP 45 (ensure_dir) COMPLETE |
8102 | 2024-10-18T17:50:27.297Z | [ recovery-image] Oct 18 17:50:25.243 INFO O| Oct 18 17:50:25.243 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8103 | 2024-10-18T17:50:27.305Z | [ recovery-image] Oct 18 17:50:25.253 INFO O| Oct 18 17:50:25.253 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8104 | 2024-10-18T17:50:27.305Z | [ recovery-image] Oct 18 17:50:25.253 INFO O| Oct 18 17:50:25.253 INFO copying /tmp/.tmpSzk1LQ/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8105 | 2024-10-18T17:50:27.347Z | [ recovery-image] Oct 18 17:50:25.295 INFO O| Oct 18 17:50:25.295 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8106 | 2024-10-18T17:50:27.347Z | [ recovery-image] Oct 18 17:50:25.296 INFO O| Oct 18 17:50:25.295 INFO ok! |
8107 | 2024-10-18T17:50:27.347Z | [ recovery-image] Oct 18 17:50:25.296 INFO O| Oct 18 17:50:25.295 INFO STEP 46 (ensure_file) COMPLETE |
8108 | 2024-10-18T17:50:27.349Z | [ recovery-image] Oct 18 17:50:25.296 INFO O| Oct 18 17:50:25.295 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8109 | 2024-10-18T17:50:27.358Z | [ recovery-image] Oct 18 17:50:25.307 INFO O| Oct 18 17:50:25.307 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8110 | 2024-10-18T17:50:27.361Z | [ recovery-image] Oct 18 17:50:25.307 INFO O| Oct 18 17:50:25.307 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8111 | 2024-10-18T17:50:27.361Z | [ recovery-image] Oct 18 17:50:25.307 INFO O| Oct 18 17:50:25.307 INFO STEP 47 (ensure_dir) COMPLETE |
8112 | 2024-10-18T17:50:27.361Z | [ recovery-image] Oct 18 17:50:25.307 INFO O| Oct 18 17:50:25.307 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8113 | 2024-10-18T17:50:27.368Z | [ recovery-image] Oct 18 17:50:25.318 INFO O| Oct 18 17:50:25.318 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8114 | 2024-10-18T17:50:27.371Z | [ recovery-image] Oct 18 17:50:25.318 INFO O| Oct 18 17:50:25.318 INFO copying /tmp/.tmpSzk1LQ/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8115 | 2024-10-18T17:50:27.371Z | [ recovery-image] Oct 18 17:50:25.318 INFO O| Oct 18 17:50:25.318 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8116 | 2024-10-18T17:50:27.371Z | [ recovery-image] Oct 18 17:50:25.318 INFO O| Oct 18 17:50:25.318 INFO ok! |
8117 | 2024-10-18T17:50:27.371Z | [ recovery-image] Oct 18 17:50:25.318 INFO O| Oct 18 17:50:25.318 INFO STEP 48 (ensure_file) COMPLETE |
8118 | 2024-10-18T17:50:27.371Z | [ recovery-image] Oct 18 17:50:25.318 INFO O| Oct 18 17:50:25.318 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8119 | 2024-10-18T17:50:27.378Z | [ recovery-image] Oct 18 17:50:25.328 INFO O| Oct 18 17:50:25.327 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8120 | 2024-10-18T17:50:27.378Z | [ recovery-image] Oct 18 17:50:25.328 INFO O| Oct 18 17:50:25.328 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8121 | 2024-10-18T17:50:27.378Z | [ recovery-image] Oct 18 17:50:25.328 INFO O| Oct 18 17:50:25.328 INFO STEP 49 (ensure_dir) COMPLETE |
8122 | 2024-10-18T17:50:27.378Z | [ recovery-image] Oct 18 17:50:25.328 INFO O| Oct 18 17:50:25.328 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8123 | 2024-10-18T17:50:27.388Z | [ recovery-image] Oct 18 17:50:25.337 INFO O| Oct 18 17:50:25.337 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8124 | 2024-10-18T17:50:27.388Z | [ recovery-image] Oct 18 17:50:25.337 INFO O| Oct 18 17:50:25.337 INFO copying /tmp/.tmpSzk1LQ/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8125 | 2024-10-18T17:50:27.408Z | [ recovery-image] Oct 18 17:50:25.357 INFO O| Oct 18 17:50:25.357 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8126 | 2024-10-18T17:50:27.408Z | [ recovery-image] Oct 18 17:50:25.357 INFO O| Oct 18 17:50:25.357 INFO ok! |
8127 | 2024-10-18T17:50:27.411Z | [ recovery-image] Oct 18 17:50:25.357 INFO O| Oct 18 17:50:25.357 INFO STEP 50 (ensure_file) COMPLETE |
8128 | 2024-10-18T17:50:27.411Z | [ recovery-image] Oct 18 17:50:25.357 INFO O| Oct 18 17:50:25.357 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8129 | 2024-10-18T17:50:27.419Z | [ recovery-image] Oct 18 17:50:25.368 INFO O| Oct 18 17:50:25.368 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8130 | 2024-10-18T17:50:27.419Z | [ recovery-image] Oct 18 17:50:25.368 INFO O| Oct 18 17:50:25.368 INFO copying /tmp/.tmpSzk1LQ/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8131 | 2024-10-18T17:50:28.027Z | [ recovery-image] Oct 18 17:50:25.976 INFO O| Oct 18 17:50:25.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8132 | 2024-10-18T17:50:28.027Z | [ recovery-image] Oct 18 17:50:25.976 INFO O| Oct 18 17:50:25.976 INFO ok! |
8133 | 2024-10-18T17:50:28.030Z | [ recovery-image] Oct 18 17:50:25.976 INFO O| Oct 18 17:50:25.976 INFO STEP 51 (ensure_file) COMPLETE |
8134 | 2024-10-18T17:50:28.030Z | [ recovery-image] Oct 18 17:50:25.976 INFO O| Oct 18 17:50:25.976 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8135 | 2024-10-18T17:50:28.038Z | [ recovery-image] Oct 18 17:50:25.987 INFO O| Oct 18 17:50:25.987 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8136 | 2024-10-18T17:50:28.038Z | [ recovery-image] Oct 18 17:50:25.987 INFO O| Oct 18 17:50:25.987 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8137 | 2024-10-18T17:50:28.048Z | [ recovery-image] Oct 18 17:50:25.987 INFO O| Oct 18 17:50:25.987 INFO STEP 52 (ensure_dir) COMPLETE |
8138 | 2024-10-18T17:50:28.049Z | [ recovery-image] Oct 18 17:50:25.987 INFO O| Oct 18 17:50:25.987 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8139 | 2024-10-18T17:50:28.049Z | [ recovery-image] Oct 18 17:50:25.996 INFO O| Oct 18 17:50:25.996 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8140 | 2024-10-18T17:50:28.049Z | [ recovery-image] Oct 18 17:50:25.996 INFO O| Oct 18 17:50:25.996 INFO copying /tmp/.tmpSzk1LQ/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 ... |
8141 | 2024-10-18T17:50:28.049Z | [ recovery-image] Oct 18 17:50:25.996 INFO O| Oct 18 17:50:25.996 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 |
8142 | 2024-10-18T17:50:28.049Z | [ recovery-image] Oct 18 17:50:25.997 INFO O| Oct 18 17:50:25.996 INFO ok! |
8143 | 2024-10-18T17:50:28.049Z | [ recovery-image] Oct 18 17:50:25.997 INFO O| Oct 18 17:50:25.996 INFO STEP 53 (ensure_file) COMPLETE |
8144 | 2024-10-18T17:50:28.049Z | [ recovery-image] Oct 18 17:50:25.997 INFO O| Oct 18 17:50:25.996 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8145 | 2024-10-18T17:50:28.058Z | [ recovery-image] Oct 18 17:50:26.007 INFO O| Oct 18 17:50:26.007 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8146 | 2024-10-18T17:50:28.058Z | [ recovery-image] Oct 18 17:50:26.007 INFO O| Oct 18 17:50:26.007 INFO copying /tmp/.tmpSzk1LQ/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 ... |
8147 | 2024-10-18T17:50:28.061Z | [ recovery-image] Oct 18 17:50:26.007 INFO O| Oct 18 17:50:26.007 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 |
8148 | 2024-10-18T17:50:28.061Z | [ recovery-image] Oct 18 17:50:26.007 INFO O| Oct 18 17:50:26.007 INFO ok! |
8149 | 2024-10-18T17:50:28.061Z | [ recovery-image] Oct 18 17:50:26.007 INFO O| Oct 18 17:50:26.007 INFO STEP 54 (ensure_file) COMPLETE |
8150 | 2024-10-18T17:50:28.061Z | [ recovery-image] Oct 18 17:50:26.007 INFO O| Oct 18 17:50:26.007 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8151 | 2024-10-18T17:50:28.068Z | [ recovery-image] Oct 18 17:50:26.017 INFO O| Oct 18 17:50:26.017 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8152 | 2024-10-18T17:50:28.068Z | [ recovery-image] Oct 18 17:50:26.017 INFO O| Oct 18 17:50:26.017 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8153 | 2024-10-18T17:50:28.071Z | [ recovery-image] Oct 18 17:50:26.017 INFO O| Oct 18 17:50:26.017 INFO STEP 55 (ensure_dir) COMPLETE |
8154 | 2024-10-18T17:50:28.071Z | [ recovery-image] Oct 18 17:50:26.017 INFO O| Oct 18 17:50:26.017 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8155 | 2024-10-18T17:50:28.078Z | [ recovery-image] Oct 18 17:50:26.027 INFO O| Oct 18 17:50:26.027 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8156 | 2024-10-18T17:50:28.080Z | [ recovery-image] Oct 18 17:50:26.027 INFO O| Oct 18 17:50:26.027 INFO copying /tmp/.tmpSzk1LQ/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 ... |
8157 | 2024-10-18T17:50:28.080Z | [ recovery-image] Oct 18 17:50:26.027 INFO O| Oct 18 17:50:26.027 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8158 | 2024-10-18T17:50:28.080Z | [ recovery-image] Oct 18 17:50:26.027 INFO O| Oct 18 17:50:26.027 INFO ok! |
8159 | 2024-10-18T17:50:28.080Z | [ recovery-image] Oct 18 17:50:26.027 INFO O| Oct 18 17:50:26.027 INFO STEP 56 (ensure_file) COMPLETE |
8160 | 2024-10-18T17:50:28.081Z | [ recovery-image] Oct 18 17:50:26.027 INFO O| Oct 18 17:50:26.027 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8161 | 2024-10-18T17:50:28.088Z | [ recovery-image] Oct 18 17:50:26.037 INFO O| Oct 18 17:50:26.037 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8162 | 2024-10-18T17:50:28.088Z | [ recovery-image] Oct 18 17:50:26.037 INFO O| Oct 18 17:50:26.037 INFO copying /tmp/.tmpSzk1LQ/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 ... |
8163 | 2024-10-18T17:50:28.091Z | [ recovery-image] Oct 18 17:50:26.037 INFO O| Oct 18 17:50:26.037 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 |
8164 | 2024-10-18T17:50:28.091Z | [ recovery-image] Oct 18 17:50:26.037 INFO O| Oct 18 17:50:26.037 INFO ok! |
8165 | 2024-10-18T17:50:28.091Z | [ recovery-image] Oct 18 17:50:26.037 INFO O| Oct 18 17:50:26.037 INFO STEP 57 (ensure_file) COMPLETE |
8166 | 2024-10-18T17:50:28.091Z | [ recovery-image] Oct 18 17:50:26.037 INFO O| Oct 18 17:50:26.037 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8167 | 2024-10-18T17:50:28.098Z | [ recovery-image] Oct 18 17:50:26.047 INFO O| Oct 18 17:50:26.047 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8168 | 2024-10-18T17:50:28.098Z | [ recovery-image] Oct 18 17:50:26.047 INFO O| Oct 18 17:50:26.047 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8169 | 2024-10-18T17:50:28.100Z | [ recovery-image] Oct 18 17:50:26.047 INFO O| Oct 18 17:50:26.047 INFO STEP 58 (ensure_dir) COMPLETE |
8170 | 2024-10-18T17:50:28.100Z | [ recovery-image] Oct 18 17:50:26.047 INFO O| Oct 18 17:50:26.047 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8171 | 2024-10-18T17:50:28.108Z | [ recovery-image] Oct 18 17:50:26.057 INFO O| Oct 18 17:50:26.057 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8172 | 2024-10-18T17:50:28.108Z | [ recovery-image] Oct 18 17:50:26.057 INFO O| Oct 18 17:50:26.057 INFO copying /tmp/.tmpSzk1LQ/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 ... |
8173 | 2024-10-18T17:50:28.110Z | [ recovery-image] Oct 18 17:50:26.057 INFO O| Oct 18 17:50:26.057 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8174 | 2024-10-18T17:50:28.110Z | [ recovery-image] Oct 18 17:50:26.057 INFO O| Oct 18 17:50:26.057 INFO ok! |
8175 | 2024-10-18T17:50:28.110Z | [ recovery-image] Oct 18 17:50:26.057 INFO O| Oct 18 17:50:26.057 INFO STEP 59 (ensure_file) COMPLETE |
8176 | 2024-10-18T17:50:28.110Z | [ recovery-image] Oct 18 17:50:26.057 INFO O| Oct 18 17:50:26.057 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8177 | 2024-10-18T17:50:28.118Z | [ recovery-image] Oct 18 17:50:26.067 INFO O| Oct 18 17:50:26.067 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8178 | 2024-10-18T17:50:28.118Z | [ recovery-image] Oct 18 17:50:26.067 INFO O| Oct 18 17:50:26.067 INFO copying /tmp/.tmpSzk1LQ/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8179 | 2024-10-18T17:50:28.120Z | [ recovery-image] Oct 18 17:50:26.067 INFO O| Oct 18 17:50:26.067 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8180 | 2024-10-18T17:50:28.120Z | [ recovery-image] Oct 18 17:50:26.067 INFO O| Oct 18 17:50:26.067 INFO ok! |
8181 | 2024-10-18T17:50:28.120Z | [ recovery-image] Oct 18 17:50:26.067 INFO O| Oct 18 17:50:26.067 INFO STEP 60 (ensure_file) COMPLETE |
8182 | 2024-10-18T17:50:28.120Z | [ recovery-image] Oct 18 17:50:26.067 INFO O| Oct 18 17:50:26.067 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8183 | 2024-10-18T17:50:28.127Z | [ recovery-image] Oct 18 17:50:26.076 INFO O| Oct 18 17:50:26.076 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8184 | 2024-10-18T17:50:28.130Z | [ recovery-image] Oct 18 17:50:26.076 INFO O| Oct 18 17:50:26.076 INFO STEP 61 (ensure_dir) COMPLETE |
8185 | 2024-10-18T17:50:28.130Z | [ recovery-image] Oct 18 17:50:26.076 INFO O| Oct 18 17:50:26.076 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8186 | 2024-10-18T17:50:28.137Z | [ recovery-image] Oct 18 17:50:26.085 INFO O| Oct 18 17:50:26.085 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8187 | 2024-10-18T17:50:28.137Z | [ recovery-image] Oct 18 17:50:26.086 INFO O| Oct 18 17:50:26.085 INFO STEP 62 (ensure_dir) COMPLETE |
8188 | 2024-10-18T17:50:28.140Z | [ recovery-image] Oct 18 17:50:26.086 INFO O| Oct 18 17:50:26.085 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8189 | 2024-10-18T17:50:28.146Z | [ recovery-image] Oct 18 17:50:26.095 INFO O| Oct 18 17:50:26.095 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8190 | 2024-10-18T17:50:28.146Z | [ recovery-image] Oct 18 17:50:26.095 INFO O| Oct 18 17:50:26.095 INFO STEP 63 (ensure_dir) COMPLETE |
8191 | 2024-10-18T17:50:28.149Z | [ recovery-image] Oct 18 17:50:26.095 INFO O| Oct 18 17:50:26.095 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8192 | 2024-10-18T17:50:28.156Z | [ recovery-image] Oct 18 17:50:26.105 INFO O| Oct 18 17:50:26.105 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8193 | 2024-10-18T17:50:28.156Z | [ recovery-image] Oct 18 17:50:26.105 INFO O| Oct 18 17:50:26.105 INFO STEP 64 (ensure_dir) COMPLETE |
8194 | 2024-10-18T17:50:28.158Z | [ recovery-image] Oct 18 17:50:26.105 INFO O| Oct 18 17:50:26.105 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8195 | 2024-10-18T17:50:28.166Z | [ recovery-image] Oct 18 17:50:26.115 INFO O| Oct 18 17:50:26.115 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8196 | 2024-10-18T17:50:28.166Z | [ recovery-image] Oct 18 17:50:26.115 INFO O| Oct 18 17:50:26.115 INFO copying /tmp/.tmpSzk1LQ/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8197 | 2024-10-18T17:50:28.166Z | [ recovery-image] Oct 18 17:50:26.115 INFO O| Oct 18 17:50:26.115 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8198 | 2024-10-18T17:50:28.166Z | [ recovery-image] Oct 18 17:50:26.115 INFO O| Oct 18 17:50:26.115 INFO ok! |
8199 | 2024-10-18T17:50:28.169Z | [ recovery-image] Oct 18 17:50:26.115 INFO O| Oct 18 17:50:26.115 INFO STEP 65 (ensure_file) COMPLETE |
8200 | 2024-10-18T17:50:28.169Z | [ recovery-image] Oct 18 17:50:26.115 INFO O| Oct 18 17:50:26.115 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8201 | 2024-10-18T17:50:28.576Z | [ recovery-image] Oct 18 17:50:26.125 INFO O| Oct 18 17:50:26.125 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8202 | 2024-10-18T17:50:28.576Z | [ recovery-image] Oct 18 17:50:26.125 INFO O| Oct 18 17:50:26.125 INFO STEP 66 (remove_files) COMPLETE |
8203 | 2024-10-18T17:50:28.576Z | [ recovery-image] Oct 18 17:50:26.125 INFO O| Oct 18 17:50:26.125 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8204 | 2024-10-18T17:50:28.576Z | [ recovery-image] Oct 18 17:50:26.135 INFO O| Oct 18 17:50:26.135 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8205 | 2024-10-18T17:50:28.576Z | [ recovery-image] Oct 18 17:50:26.135 INFO O| Oct 18 17:50:26.135 INFO STEP 67 (remove_files) COMPLETE |
8206 | 2024-10-18T17:50:28.576Z | [ recovery-image] Oct 18 17:50:26.135 INFO O| Oct 18 17:50:26.135 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8207 | 2024-10-18T17:50:28.576Z | [ recovery-image] Oct 18 17:50:26.144 INFO O| Oct 18 17:50:26.144 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8208 | 2024-10-18T17:50:28.576Z | [ recovery-image] Oct 18 17:50:26.144 INFO O| Oct 18 17:50:26.144 INFO STEP 68 (remove_files) COMPLETE |
8209 | 2024-10-18T17:50:28.576Z | [ recovery-image] Oct 18 17:50:26.144 INFO O| Oct 18 17:50:26.144 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8210 | 2024-10-18T17:50:28.576Z | [ recovery-image] Oct 18 17:50:26.154 INFO O| Oct 18 17:50:26.154 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8211 | 2024-10-18T17:50:28.576Z | [ recovery-image] Oct 18 17:50:26.154 INFO O| Oct 18 17:50:26.154 INFO STEP 69 (remove_files) COMPLETE |
8212 | 2024-10-18T17:50:28.576Z | [ recovery-image] Oct 18 17:50:26.154 INFO O| Oct 18 17:50:26.154 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8213 | 2024-10-18T17:50:28.576Z | [ recovery-image] Oct 18 17:50:26.164 INFO O| Oct 18 17:50:26.164 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8214 | 2024-10-18T17:50:28.576Z | [ recovery-image] Oct 18 17:50:26.164 INFO O| Oct 18 17:50:26.164 INFO STEP 70 (remove_files) COMPLETE |
8215 | 2024-10-18T17:50:28.576Z | [ recovery-image] Oct 18 17:50:26.164 INFO O| Oct 18 17:50:26.164 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8216 | 2024-10-18T17:50:28.576Z | [ recovery-image] Oct 18 17:50:26.175 INFO O| Oct 18 17:50:26.175 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8217 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.175 INFO O| Oct 18 17:50:26.175 INFO STEP 71 (remove_files) COMPLETE |
8218 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.175 INFO O| Oct 18 17:50:26.175 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8219 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.185 INFO O| Oct 18 17:50:26.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8220 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.185 INFO O| Oct 18 17:50:26.185 INFO STEP 72 (remove_files) COMPLETE |
8221 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.185 INFO O| Oct 18 17:50:26.185 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8222 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.198 INFO O| Oct 18 17:50:26.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8223 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.198 INFO O| Oct 18 17:50:26.198 INFO STEP 73 (remove_files) COMPLETE |
8224 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.198 INFO O| Oct 18 17:50:26.198 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8225 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.208 INFO O| Oct 18 17:50:26.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8226 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.208 INFO O| Oct 18 17:50:26.208 INFO STEP 74 (remove_files) COMPLETE |
8227 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.208 INFO O| Oct 18 17:50:26.208 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8228 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.218 INFO O| Oct 18 17:50:26.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8229 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.218 INFO O| Oct 18 17:50:26.218 INFO STEP 75 (remove_files) COMPLETE |
8230 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.218 INFO O| Oct 18 17:50:26.218 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8231 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.228 INFO O| Oct 18 17:50:26.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8232 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.228 INFO O| Oct 18 17:50:26.228 INFO STEP 76 (remove_files) COMPLETE |
8233 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.228 INFO O| Oct 18 17:50:26.228 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8234 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.238 INFO O| Oct 18 17:50:26.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8235 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.238 INFO O| Oct 18 17:50:26.238 INFO STEP 77 (remove_files) COMPLETE |
8236 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.238 INFO O| Oct 18 17:50:26.238 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8237 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.247 INFO O| Oct 18 17:50:26.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8238 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.247 INFO O| Oct 18 17:50:26.247 INFO STEP 78 (remove_files) COMPLETE |
8239 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.247 INFO O| Oct 18 17:50:26.247 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8240 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.257 INFO O| Oct 18 17:50:26.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8241 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.257 INFO O| Oct 18 17:50:26.257 INFO STEP 79 (remove_files) COMPLETE |
8242 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.257 INFO O| Oct 18 17:50:26.257 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8243 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.266 INFO O| Oct 18 17:50:26.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8244 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.267 INFO O| Oct 18 17:50:26.267 INFO STEP 80 (remove_files) COMPLETE |
8245 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.267 INFO O| Oct 18 17:50:26.267 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8246 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.276 INFO O| Oct 18 17:50:26.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8247 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.276 INFO O| Oct 18 17:50:26.276 INFO STEP 81 (remove_files) COMPLETE |
8248 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.276 INFO O| Oct 18 17:50:26.276 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8249 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.286 INFO O| Oct 18 17:50:26.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8250 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.286 INFO O| Oct 18 17:50:26.286 INFO STEP 82 (remove_files) COMPLETE |
8251 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.286 INFO O| Oct 18 17:50:26.286 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8252 | 2024-10-18T17:50:28.577Z | [ recovery-image] Oct 18 17:50:26.295 INFO O| Oct 18 17:50:26.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8253 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.295 INFO O| Oct 18 17:50:26.295 INFO STEP 83 (remove_files) COMPLETE |
8254 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.295 INFO O| Oct 18 17:50:26.295 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8255 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.305 INFO O| Oct 18 17:50:26.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8256 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.305 INFO O| Oct 18 17:50:26.305 INFO STEP 84 (remove_files) COMPLETE |
8257 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.305 INFO O| Oct 18 17:50:26.305 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8258 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.314 INFO O| Oct 18 17:50:26.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8259 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.314 INFO O| Oct 18 17:50:26.314 INFO STEP 85 (remove_files) COMPLETE |
8260 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.314 INFO O| Oct 18 17:50:26.314 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8261 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.324 INFO O| Oct 18 17:50:26.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8262 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.324 INFO O| Oct 18 17:50:26.324 INFO STEP 86 (remove_files) COMPLETE |
8263 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.324 INFO O| Oct 18 17:50:26.324 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8264 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.334 INFO O| Oct 18 17:50:26.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8265 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.334 INFO O| Oct 18 17:50:26.334 INFO STEP 87 (remove_files) COMPLETE |
8266 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.334 INFO O| Oct 18 17:50:26.334 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8267 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.344 INFO O| Oct 18 17:50:26.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8268 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.344 INFO O| Oct 18 17:50:26.344 INFO STEP 88 (remove_files) COMPLETE |
8269 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.344 INFO O| Oct 18 17:50:26.344 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8270 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.353 INFO O| Oct 18 17:50:26.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8271 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.353 INFO O| Oct 18 17:50:26.353 INFO STEP 89 (remove_files) COMPLETE |
8272 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.353 INFO O| Oct 18 17:50:26.353 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8273 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.362 INFO O| Oct 18 17:50:26.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8274 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.362 INFO O| Oct 18 17:50:26.362 INFO STEP 90 (remove_files) COMPLETE |
8275 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.362 INFO O| Oct 18 17:50:26.362 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8276 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.372 INFO O| Oct 18 17:50:26.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8277 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.372 INFO O| Oct 18 17:50:26.372 INFO STEP 91 (remove_files) COMPLETE |
8278 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.372 INFO O| Oct 18 17:50:26.372 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8279 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.382 INFO O| Oct 18 17:50:26.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8280 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.382 INFO O| Oct 18 17:50:26.382 INFO STEP 92 (remove_files) COMPLETE |
8281 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.382 INFO O| Oct 18 17:50:26.382 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8282 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.391 INFO O| Oct 18 17:50:26.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8283 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.391 INFO O| Oct 18 17:50:26.391 INFO STEP 93 (remove_files) COMPLETE |
8284 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.391 INFO O| Oct 18 17:50:26.391 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8285 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.404 INFO O| Oct 18 17:50:26.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8286 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.404 INFO O| Oct 18 17:50:26.404 INFO STEP 94 (remove_files) COMPLETE |
8287 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.404 INFO O| Oct 18 17:50:26.404 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8288 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.419 INFO O| Oct 18 17:50:26.419 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8289 | 2024-10-18T17:50:28.578Z | [ recovery-image] Oct 18 17:50:26.420 INFO O| Oct 18 17:50:26.419 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"} |
8290 | 2024-10-18T17:50:36.154Z | [ recovery-image] Oct 18 17:50:34.100 INFO O| Oct 18 17:50:34.100 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 |
8291 | 2024-10-18T17:50:36.154Z | [ recovery-image] Oct 18 17:50:34.100 INFO O| Oct 18 17:50:34.100 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8292 | 2024-10-18T17:50:36.166Z | [ recovery-image] Oct 18 17:50:34.111 INFO O| Oct 18 17:50:34.111 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_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"} |
8293 | 2024-10-18T17:50:36.240Z | [ recovery-image] Oct 18 17:50:34.185 INFO O| Oct 18 17:50:34.185 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8294 | 2024-10-18T17:50:36.240Z | [ recovery-image] Oct 18 17:50:34.185 INFO O| Oct 18 17:50:34.185 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 ... |
8295 | 2024-10-18T17:50:36.243Z | [ recovery-image] Oct 18 17:50:34.187 INFO O| Oct 18 17:50:34.187 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8296 | 2024-10-18T17:50:36.243Z | [ recovery-image] Oct 18 17:50:34.187 INFO O| Oct 18 17:50:34.187 INFO ok! |
8297 | 2024-10-18T17:50:36.243Z | [ recovery-image] Oct 18 17:50:34.187 INFO O| Oct 18 17:50:34.187 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8298 | 2024-10-18T17:50:36.243Z | [ recovery-image] Oct 18 17:50:34.187 INFO O| Oct 18 17:50:34.187 INFO STEP 95 (seed_smf) COMPLETE |
8299 | 2024-10-18T17:50:36.243Z | [ recovery-image] Oct 18 17:50:34.187 INFO O| Oct 18 17:50:34.187 INFO steps complete; finalising image! |
8300 | 2024-10-18T17:50:36.243Z | [ recovery-image] Oct 18 17:50:34.188 INFO O| Oct 18 17:50:34.187 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8301 | 2024-10-18T17:50:36.274Z | [ recovery-image] Oct 18 17:50:34.220 INFO O| Oct 18 17:50:34.220 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Fri Oct 18 17:50:34 2024) |
8302 | 2024-10-18T17:50:36.483Z | [ recovery-image] Oct 18 17:50:34.428 INFO O| Oct 18 17:50:34.428 INFO trim TEMPORARY-gimlet-zfs-recovery: (66% trimmed, started at Fri Oct 18 17:50:34 2024) |
8303 | 2024-10-18T17:50:36.703Z | [ recovery-image] Oct 18 17:50:34.648 INFO O| Oct 18 17:50:34.648 INFO temporary pool has 401M used, 1.36G avail, 1.00x compressratio |
8304 | 2024-10-18T17:50:36.703Z | [ recovery-image] Oct 18 17:50:34.648 INFO O| Oct 18 17:50:34.648 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8305 | 2024-10-18T17:50:36.927Z | [ recovery-image] Oct 18 17:50:34.872 INFO O| Oct 18 17:50:34.872 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 |
8306 | 2024-10-18T17:50:36.927Z | [ recovery-image] Oct 18 17:50:34.872 INFO O| Oct 18 17:50:34.872 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8307 | 2024-10-18T17:50:39.950Z | [ recovery-image] Oct 18 17:50:37.894 INFO O| Oct 18 17:50:37.894 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8308 | 2024-10-18T17:50:39.950Z | [ recovery-image] Oct 18 17:50:37.894 INFO O| Oct 18 17:50:37.894 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8309 | 2024-10-18T17:50:39.953Z | [ recovery-image] Oct 18 17:50:37.894 INFO O| Oct 18 17:50:37.894 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8310 | 2024-10-18T17:50:39.953Z | [ recovery-image] Oct 18 17:50:37.894 INFO O| Oct 18 17:50:37.894 INFO completed processing gimlet/zfs-recovery |
8311 | 2024-10-18T17:50:39.953Z | [ recovery-image] Oct 18 17:50:37.894 INFO O| Oct 18 17:50:37.894 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8312 | 2024-10-18T17:50:40.225Z | [ recovery-image] Oct 18 17:50:38.168 INFO O| Oct 18 17:50:38.168 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8313 | 2024-10-18T17:50:40.289Z | [ recovery-image] Oct 18 17:50:38.232 INFO BUILD STRING "heads/stlouis-0-gc3c5244d76\n" |
8314 | 2024-10-18T17:50:40.291Z | [ recovery-image] Oct 18 17:50:38.233 INFO expanded image name: "recovery d69155e/${os_short_commit} 2024-10-18 17:23" -> "recovery d69155e/c3c5244 2024-10-18 17:23" |
8315 | 2024-10-18T17:50:40.291Z | [ recovery-image] Oct 18 17:50:38.233 INFO output artefacts stored in: "/work/os-recovery" |
8316 | 2024-10-18T17:50:40.291Z | [ recovery-image] Oct 18 17:50:38.233 INFO collecting git info from project "image-builder"... |
8317 | 2024-10-18T17:50:40.299Z | [ recovery-image] Oct 18 17:50:38.243 INFO collecting git info from project "amd-host-image-builder"... |
8318 | 2024-10-18T17:50:40.533Z | [ recovery-image] Oct 18 17:50:38.477 INFO collecting git info from project "pinprick"... |
8319 | 2024-10-18T17:50:40.538Z | [ recovery-image] Oct 18 17:50:38.482 INFO collecting git info from project "pilot"... |
8320 | 2024-10-18T17:50:40.549Z | [ recovery-image] Oct 18 17:50:38.493 INFO collecting git info from project "bootserver"... |
8321 | 2024-10-18T17:50:40.556Z | [ recovery-image] Oct 18 17:50:38.500 INFO collecting git info from project "phbl"... |
8322 | 2024-10-18T17:50:40.562Z | [ recovery-image] Oct 18 17:50:38.506 INFO collecting git info from project "amd-firmware"... |
8323 | 2024-10-18T17:50:40.826Z | [ recovery-image] Oct 18 17:50:38.770 INFO collecting git info from project "chelsio-t6-roms"... |
8324 | 2024-10-18T17:50:40.846Z | [ recovery-image] Oct 18 17:50:38.790 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8325 | 2024-10-18T17:50:41.190Z | [ recovery-image] Oct 18 17:50:39.134 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8326 | 2024-10-18T17:50:41.523Z | [ recovery-image] Oct 18 17:50:39.466 INFO creating Oxide boot image... |
8327 | 2024-10-18T17:50:41.523Z | [ recovery-image] Oct 18 17:50:39.466 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery d69155e/c3c5244 2024-10-18 17:23", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8328 | 2024-10-18T17:51:09.031Z | [ host-image] Oct 18 17:51:06.964 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22978:20241018T154620Z |
8329 | 2024-10-18T17:51:09.034Z | [ host-image] Oct 18 17:51:06.964 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22978:20241018T154620Z |
8330 | 2024-10-18T17:51:09.034Z | [ host-image] Oct 18 17:51:06.965 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8331 | 2024-10-18T17:51:09.034Z | [ host-image] Oct 18 17:51:06.965 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8332 | 2024-10-18T17:51:09.034Z | [ host-image] Oct 18 17:51:06.965 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8333 | 2024-10-18T17:51:09.034Z | [ host-image] Oct 18 17:51:06.965 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8334 | 2024-10-18T17:51:09.034Z | [ host-image] Oct 18 17:51:06.966 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8335 | 2024-10-18T17:51:09.034Z | [ host-image] Oct 18 17:51:06.966 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8336 | 2024-10-18T17:51:09.035Z | [ host-image] Oct 18 17:51:06.966 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8337 | 2024-10-18T17:51:09.035Z | [ host-image] Oct 18 17:51:06.966 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8338 | 2024-10-18T17:51:09.035Z | [ host-image] Oct 18 17:51:06.966 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22978:20241018T154621Z |
8339 | 2024-10-18T17:51:09.037Z | [ host-image] Oct 18 17:51:06.968 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22978:20241018T154622Z |
8340 | 2024-10-18T17:51:09.037Z | [ host-image] Oct 18 17:51:06.969 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22978:20241018T154622Z |
8341 | 2024-10-18T17:51:09.037Z | [ host-image] Oct 18 17:51:06.969 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22978:20241018T154622Z |
8342 | 2024-10-18T17:51:09.037Z | [ host-image] Oct 18 17:51:06.969 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8343 | 2024-10-18T17:51:09.037Z | [ host-image] Oct 18 17:51:06.970 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22978:20241018T154622Z |
8344 | 2024-10-18T17:51:09.037Z | [ host-image] Oct 18 17:51:06.971 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22978:20241018T154622Z |
8345 | 2024-10-18T17:51:09.040Z | [ host-image] Oct 18 17:51:06.971 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22978:20241018T154622Z |
8346 | 2024-10-18T17:51:09.040Z | [ host-image] Oct 18 17:51:06.971 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22978:20241018T154622Z |
8347 | 2024-10-18T17:51:09.040Z | [ host-image] Oct 18 17:51:06.971 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22978:20241018T154623Z |
8348 | 2024-10-18T17:51:09.040Z | [ host-image] Oct 18 17:51:06.971 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22978:20241018T154623Z |
8349 | 2024-10-18T17:51:09.040Z | [ host-image] Oct 18 17:51:06.971 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22978:20241018T154624Z |
8350 | 2024-10-18T17:51:09.040Z | [ host-image] Oct 18 17:51:06.971 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22978:20241018T154624Z |
8351 | 2024-10-18T17:51:09.040Z | [ host-image] Oct 18 17:51:06.972 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22978:20241018T154625Z |
8352 | 2024-10-18T17:51:09.040Z | [ host-image] Oct 18 17:51:06.972 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22978:20241018T154626Z |
8353 | 2024-10-18T17:51:09.040Z | [ host-image] Oct 18 17:51:06.972 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22978:20241018T154626Z |
8354 | 2024-10-18T17:51:09.040Z | [ host-image] Oct 18 17:51:06.972 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22978:20241018T154628Z |
8355 | 2024-10-18T17:51:09.040Z | [ host-image] Oct 18 17:51:06.972 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22978:20241018T154628Z |
8356 | 2024-10-18T17:51:09.040Z | [ host-image] Oct 18 17:51:06.972 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z |
8357 | 2024-10-18T17:51:09.040Z | [ host-image] Oct 18 17:51:06.972 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22978:20241018T154630Z |
8358 | 2024-10-18T17:51:09.040Z | [ host-image] Oct 18 17:51:06.972 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22978:20241018T154632Z |
8359 | 2024-10-18T17:51:09.040Z | [ host-image] Oct 18 17:51:06.972 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22978:20241018T154633Z |
8360 | 2024-10-18T17:51:09.040Z | [ host-image] Oct 18 17:51:06.973 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22978:20241018T154633Z |
8361 | 2024-10-18T17:51:09.043Z | [ host-image] Oct 18 17:51:06.974 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22978:20241018T154635Z |
8362 | 2024-10-18T17:51:09.043Z | [ host-image] Oct 18 17:51:06.974 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22978:20241018T154635Z |
8363 | 2024-10-18T17:51:09.050Z | [ host-image] Oct 18 17:51:06.983 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8364 | 2024-10-18T17:51:09.052Z | [ host-image] Oct 18 17:51:06.983 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22978:20241018T154635Z |
8365 | 2024-10-18T17:51:09.052Z | [ host-image] Oct 18 17:51:06.983 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z |
8366 | 2024-10-18T17:51:09.052Z | [ host-image] Oct 18 17:51:06.983 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8367 | 2024-10-18T17:51:09.052Z | [ host-image] Oct 18 17:51:06.984 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8368 | 2024-10-18T17:51:09.052Z | [ host-image] Oct 18 17:51:06.984 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22978:20241018T154635Z |
8369 | 2024-10-18T17:51:09.052Z | [ host-image] Oct 18 17:51:06.984 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8370 | 2024-10-18T17:51:09.052Z | [ host-image] Oct 18 17:51:06.985 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8371 | 2024-10-18T17:51:09.055Z | [ host-image] Oct 18 17:51:06.986 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8372 | 2024-10-18T17:51:09.055Z | [ host-image] Oct 18 17:51:06.986 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8373 | 2024-10-18T17:51:09.065Z | [ host-image] Oct 18 17:51:06.998 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8374 | 2024-10-18T17:51:09.067Z | [ host-image] Oct 18 17:51:06.998 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8375 | 2024-10-18T17:51:09.067Z | [ host-image] Oct 18 17:51:06.998 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8376 | 2024-10-18T17:51:09.067Z | [ host-image] Oct 18 17:51:06.999 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8377 | 2024-10-18T17:51:09.067Z | [ host-image] Oct 18 17:51:07.000 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8378 | 2024-10-18T17:51:09.068Z | [ host-image] Oct 18 17:51:07.000 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8379 | 2024-10-18T17:51:09.102Z | [ host-image] Oct 18 17:51:07.035 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8380 | 2024-10-18T17:51:09.105Z | [ host-image] Oct 18 17:51:07.036 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8381 | 2024-10-18T17:51:09.105Z | [ host-image] Oct 18 17:51:07.036 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8382 | 2024-10-18T17:51:09.105Z | [ host-image] Oct 18 17:51:07.037 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22978:20241018T154637Z |
8383 | 2024-10-18T17:51:09.105Z | [ host-image] Oct 18 17:51:07.037 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22978:20241018T154643Z |
8384 | 2024-10-18T17:51:09.105Z | [ host-image] Oct 18 17:51:07.037 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8385 | 2024-10-18T17:51:09.105Z | [ host-image] Oct 18 17:51:07.037 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22978:20241018T154644Z |
8386 | 2024-10-18T17:51:09.105Z | [ host-image] Oct 18 17:51:07.037 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8387 | 2024-10-18T17:51:09.105Z | [ host-image] Oct 18 17:51:07.037 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8388 | 2024-10-18T17:51:09.105Z | [ host-image] Oct 18 17:51:07.037 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8389 | 2024-10-18T17:51:09.105Z | [ host-image] Oct 18 17:51:07.038 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22978:20241018T154644Z |
8390 | 2024-10-18T17:51:09.105Z | [ host-image] Oct 18 17:51:07.038 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8391 | 2024-10-18T17:51:09.109Z | [ host-image] Oct 18 17:51:07.042 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8392 | 2024-10-18T17:51:09.112Z | [ host-image] Oct 18 17:51:07.042 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8393 | 2024-10-18T17:51:09.112Z | [ host-image] Oct 18 17:51:07.042 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8394 | 2024-10-18T17:51:09.112Z | [ host-image] Oct 18 17:51:07.043 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22978:20241018T154644Z |
8395 | 2024-10-18T17:51:09.112Z | [ host-image] Oct 18 17:51:07.043 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8396 | 2024-10-18T17:51:09.124Z | [ host-image] Oct 18 17:51:07.058 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8397 | 2024-10-18T17:51:09.127Z | [ host-image] Oct 18 17:51:07.058 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22978:20241018T154644Z |
8398 | 2024-10-18T17:51:09.127Z | [ host-image] Oct 18 17:51:07.060 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22978:20241018T154645Z |
8399 | 2024-10-18T17:51:09.130Z | [ host-image] Oct 18 17:51:07.060 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22978:20241018T154645Z |
8400 | 2024-10-18T17:51:09.130Z | [ host-image] Oct 18 17:51:07.060 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8401 | 2024-10-18T17:51:09.130Z | [ host-image] Oct 18 17:51:07.061 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22978:20241018T154646Z |
8402 | 2024-10-18T17:51:09.130Z | [ host-image] Oct 18 17:51:07.061 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22978:20241018T154647Z |
8403 | 2024-10-18T17:51:09.130Z | [ host-image] Oct 18 17:51:07.062 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22978:20241018T154647Z |
8404 | 2024-10-18T17:51:09.130Z | [ host-image] Oct 18 17:51:07.062 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22978:20241018T154647Z |
8405 | 2024-10-18T17:51:09.133Z | [ host-image] Oct 18 17:51:07.066 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8406 | 2024-10-18T17:51:09.133Z | [ host-image] Oct 18 17:51:07.066 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22978:20241018T154647Z |
8407 | 2024-10-18T17:51:09.135Z | [ host-image] Oct 18 17:51:07.067 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22978:20241018T154648Z |
8408 | 2024-10-18T17:51:09.136Z | [ host-image] Oct 18 17:51:07.067 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8409 | 2024-10-18T17:51:09.136Z | [ host-image] Oct 18 17:51:07.067 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22978:20241018T154649Z |
8410 | 2024-10-18T17:51:09.136Z | [ host-image] Oct 18 17:51:07.067 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22978:20241018T154649Z |
8411 | 2024-10-18T17:51:09.136Z | [ host-image] Oct 18 17:51:07.067 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22978:20241018T154649Z |
8412 | 2024-10-18T17:51:09.136Z | [ host-image] Oct 18 17:51:07.068 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22978:20241018T154649Z |
8413 | 2024-10-18T17:51:09.143Z | [ host-image] Oct 18 17:51:07.076 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22978:20241018T154649Z |
8414 | 2024-10-18T17:51:09.143Z | [ host-image] Oct 18 17:51:07.076 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8415 | 2024-10-18T17:51:09.146Z | [ host-image] Oct 18 17:51:07.078 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22978:20241018T154649Z |
8416 | 2024-10-18T17:51:09.149Z | [ host-image] Oct 18 17:51:07.080 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22978:20241018T154649Z |
8417 | 2024-10-18T17:51:09.149Z | [ host-image] Oct 18 17:51:07.080 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22978:20241018T154649Z |
8418 | 2024-10-18T17:51:09.149Z | [ host-image] Oct 18 17:51:07.080 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22978:20241018T154650Z |
8419 | 2024-10-18T17:51:09.149Z | [ host-image] Oct 18 17:51:07.081 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22978:20241018T154650Z |
8420 | 2024-10-18T17:51:09.149Z | [ host-image] Oct 18 17:51:07.081 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22978:20241018T154650Z |
8421 | 2024-10-18T17:51:09.157Z | [ host-image] Oct 18 17:51:07.091 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22978:20241018T154652Z |
8422 | 2024-10-18T17:51:09.160Z | [ host-image] Oct 18 17:51:07.091 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22978:20241018T154651Z |
8423 | 2024-10-18T17:51:09.160Z | [ host-image] Oct 18 17:51:07.091 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22978:20241018T154651Z |
8424 | 2024-10-18T17:51:09.160Z | [ host-image] Oct 18 17:51:07.092 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22978:20241018T154651Z |
8425 | 2024-10-18T17:51:09.160Z | [ host-image] Oct 18 17:51:07.092 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22978:20241018T154652Z |
8426 | 2024-10-18T17:51:09.181Z | [ host-image] Oct 18 17:51:07.114 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22978:20241018T154655Z |
8427 | 2024-10-18T17:51:09.181Z | [ host-image] Oct 18 17:51:07.114 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22978:20241018T154652Z |
8428 | 2024-10-18T17:51:09.184Z | [ host-image] Oct 18 17:51:07.114 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22978:20241018T154652Z |
8429 | 2024-10-18T17:51:09.184Z | [ host-image] Oct 18 17:51:07.114 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z |
8430 | 2024-10-18T17:51:09.184Z | [ host-image] Oct 18 17:51:07.115 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z |
8431 | 2024-10-18T17:51:09.210Z | [ host-image] Oct 18 17:51:07.143 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22978:20241018T154652Z |
8432 | 2024-10-18T17:51:09.213Z | [ host-image] Oct 18 17:51:07.144 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8433 | 2024-10-18T17:51:09.213Z | [ host-image] Oct 18 17:51:07.144 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22978:20241018T154652Z |
8434 | 2024-10-18T17:51:09.213Z | [ host-image] Oct 18 17:51:07.144 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22978:20241018T154653Z |
8435 | 2024-10-18T17:51:09.213Z | [ host-image] Oct 18 17:51:07.145 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22978:20241018T154653Z |
8436 | 2024-10-18T17:51:09.213Z | [ host-image] Oct 18 17:51:07.145 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8437 | 2024-10-18T17:51:09.213Z | [ host-image] Oct 18 17:51:07.146 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8438 | 2024-10-18T17:51:09.216Z | [ host-image] Oct 18 17:51:07.146 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22978:20241018T154654Z |
8439 | 2024-10-18T17:51:09.216Z | [ host-image] Oct 18 17:51:07.146 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22978:20241018T154654Z |
8440 | 2024-10-18T17:51:09.216Z | [ host-image] Oct 18 17:51:07.146 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22978:20241018T154654Z |
8441 | 2024-10-18T17:51:09.216Z | [ host-image] Oct 18 17:51:07.147 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22978:20241018T154654Z |
8442 | 2024-10-18T17:51:09.216Z | [ host-image] Oct 18 17:51:07.147 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22978:20241018T154654Z |
8443 | 2024-10-18T17:51:09.216Z | [ host-image] Oct 18 17:51:07.147 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22978:20241018T154655Z |
8444 | 2024-10-18T17:51:09.219Z | [ host-image] Oct 18 17:51:07.150 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8445 | 2024-10-18T17:51:09.219Z | [ host-image] Oct 18 17:51:07.150 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22978:20241018T154655Z |
8446 | 2024-10-18T17:51:09.219Z | [ host-image] Oct 18 17:51:07.152 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22978:20241018T154655Z |
8447 | 2024-10-18T17:51:09.221Z | [ host-image] Oct 18 17:51:07.152 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22978:20241018T154655Z |
8448 | 2024-10-18T17:51:09.221Z | [ host-image] Oct 18 17:51:07.152 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22978:20241018T154656Z |
8449 | 2024-10-18T17:51:09.221Z | [ host-image] Oct 18 17:51:07.153 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22978:20241018T154656Z |
8450 | 2024-10-18T17:51:09.221Z | [ host-image] Oct 18 17:51:07.153 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22978:20241018T154656Z |
8451 | 2024-10-18T17:51:09.221Z | [ host-image] Oct 18 17:51:07.153 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8452 | 2024-10-18T17:51:09.221Z | [ host-image] Oct 18 17:51:07.153 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8453 | 2024-10-18T17:51:09.221Z | [ host-image] Oct 18 17:51:07.153 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22978:20241018T154658Z |
8454 | 2024-10-18T17:51:09.221Z | [ host-image] Oct 18 17:51:07.154 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22978:20241018T154659Z |
8455 | 2024-10-18T17:51:09.221Z | [ host-image] Oct 18 17:51:07.154 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8456 | 2024-10-18T17:51:09.221Z | [ host-image] Oct 18 17:51:07.154 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8457 | 2024-10-18T17:51:09.222Z | [ host-image] Oct 18 17:51:07.154 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8458 | 2024-10-18T17:51:09.222Z | [ host-image] Oct 18 17:51:07.154 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8459 | 2024-10-18T17:51:09.222Z | [ host-image] Oct 18 17:51:07.154 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8460 | 2024-10-18T17:51:09.225Z | [ host-image] Oct 18 17:51:07.155 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8461 | 2024-10-18T17:51:09.225Z | [ host-image] Oct 18 17:51:07.156 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
8462 | 2024-10-18T17:51:09.225Z | [ host-image] Oct 18 17:51:07.156 INFO O| tempdir @ "/tmp/.tmpEhOMUf/tmp" |
8463 | 2024-10-18T17:51:09.225Z | [ host-image] Oct 18 17:51:07.156 INFO O| image root @ "/tmp/.tmpEhOMUf/tmp/root" |
8464 | 2024-10-18T17:51:09.225Z | [ host-image] Oct 18 17:51:07.156 INFO O| creating image... |
8465 | 2024-10-18T17:51:09.696Z | [ host-image] Oct 18 17:51:07.629 INFO O| copying publishers... |
8466 | 2024-10-18T17:51:18.580Z | [ host-image] Oct 18 17:51:16.509 INFO O| adding properties... |
8467 | 2024-10-18T17:51:19.549Z | [ host-image] Oct 18 17:51:17.478 INFO O| installing packages... |
8468 | 2024-10-18T17:51:34.585Z | [ recovery-image] Oct 18 17:51:32.508 INFO O| ok, image written! |
8469 | 2024-10-18T17:51:34.588Z | [ recovery-image] Oct 18 17:51:32.508 INFO O| ok, boot_image_csum file written! |
8470 | 2024-10-18T17:51:34.590Z | [ recovery-image] Oct 18 17:51:32.513 INFO creating boot archive (CPIO)... |
8471 | 2024-10-18T17:51:34.590Z | [ recovery-image] Oct 18 17:51:32.513 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 |
8472 | 2024-10-18T17:51:34.597Z | [ recovery-image] Oct 18 17:51:32.520 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8473 | 2024-10-18T17:51:34.597Z | [ recovery-image] Oct 18 17:51:32.521 INFO E| + outfile=/work/os-recovery/cpio |
8474 | 2024-10-18T17:51:34.599Z | [ recovery-image] Oct 18 17:51:32.521 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8475 | 2024-10-18T17:51:34.599Z | [ recovery-image] Oct 18 17:51:32.522 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8476 | 2024-10-18T17:51:34.599Z | [ recovery-image] Oct 18 17:51:32.523 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8477 | 2024-10-18T17:51:34.630Z | [ recovery-image] Oct 18 17:51:32.553 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8478 | 2024-10-18T17:51:34.633Z | [ recovery-image] Oct 18 17:51:32.553 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8479 | 2024-10-18T17:51:34.636Z | [ recovery-image] Oct 18 17:51:32.560 INFO creating compressed cpio/unix for nanobl-rs... |
8480 | 2024-10-18T17:51:34.638Z | [ recovery-image] Oct 18 17:51:32.560 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 |
8481 | 2024-10-18T17:51:34.918Z | [ recovery-image] Oct 18 17:51:32.841 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8482 | 2024-10-18T17:51:39.263Z | [ recovery-image] Oct 18 17:51:37.185 INFO creating reset image... |
8483 | 2024-10-18T17:51:39.263Z | [ recovery-image] Oct 18 17:51:37.185 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8484 | 2024-10-18T17:51:39.488Z | [ recovery-image] Oct 18 17:51:37.410 INFO E| Updating crates.io index |
8485 | 2024-10-18T17:51:39.606Z | [ recovery-image] Oct 18 17:51:37.528 INFO E| Downloading crates ... |
8486 | 2024-10-18T17:51:39.674Z | [ recovery-image] Oct 18 17:51:37.595 INFO E| Downloaded clap v4.5.17 |
8487 | 2024-10-18T17:51:39.684Z | [ recovery-image] Oct 18 17:51:37.605 INFO E| Downloaded shared_child v1.0.1 |
8488 | 2024-10-18T17:51:39.687Z | [ recovery-image] Oct 18 17:51:37.607 INFO E| Downloaded os_pipe v1.2.1 |
8489 | 2024-10-18T17:51:39.704Z | [ recovery-image] Oct 18 17:51:37.625 INFO E| Downloaded duct v0.13.7 |
8490 | 2024-10-18T17:51:39.714Z | [ recovery-image] Oct 18 17:51:37.636 INFO E| Downloaded clap_builder v4.5.17 |
8491 | 2024-10-18T17:51:39.754Z | [ recovery-image] Oct 18 17:51:37.676 INFO E| Downloaded libc v0.2.158 |
8492 | 2024-10-18T17:51:39.825Z | [ recovery-image] Oct 18 17:51:37.746 INFO E| Compiling proc-macro2 v1.0.86 |
8493 | 2024-10-18T17:51:39.825Z | [ recovery-image] Oct 18 17:51:37.746 INFO E| Compiling libc v0.2.158 |
8494 | 2024-10-18T17:51:39.828Z | [ recovery-image] Oct 18 17:51:37.746 INFO E| Compiling unicode-ident v1.0.13 |
8495 | 2024-10-18T17:51:39.828Z | [ recovery-image] Oct 18 17:51:37.746 INFO E| Compiling utf8parse v0.2.2 |
8496 | 2024-10-18T17:51:39.828Z | [ recovery-image] Oct 18 17:51:37.746 INFO E| Compiling anstyle v1.0.8 |
8497 | 2024-10-18T17:51:39.828Z | [ recovery-image] Oct 18 17:51:37.747 INFO E| Compiling anstyle-query v1.1.1 |
8498 | 2024-10-18T17:51:39.828Z | [ recovery-image] Oct 18 17:51:37.747 INFO E| Compiling colorchoice v1.0.2 |
8499 | 2024-10-18T17:51:39.828Z | [ recovery-image] Oct 18 17:51:37.747 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8500 | 2024-10-18T17:51:39.992Z | [ recovery-image] Oct 18 17:51:37.914 INFO E| Compiling anstyle-parse v0.2.5 |
8501 | 2024-10-18T17:51:40.014Z | [ recovery-image] Oct 18 17:51:37.935 INFO E| Compiling clap_lex v0.7.2 |
8502 | 2024-10-18T17:51:40.031Z | [ recovery-image] Oct 18 17:51:37.953 INFO E| Compiling strsim v0.11.1 |
8503 | 2024-10-18T17:51:40.049Z | [ recovery-image] Oct 18 17:51:37.970 INFO E| Compiling heck v0.5.0 |
8504 | 2024-10-18T17:51:40.255Z | [ recovery-image] Oct 18 17:51:38.176 INFO E| Compiling anstream v0.6.15 |
8505 | 2024-10-18T17:51:40.324Z | [ recovery-image] Oct 18 17:51:38.245 INFO E| Compiling once_cell v1.19.0 |
8506 | 2024-10-18T17:51:40.609Z | [ recovery-image] Oct 18 17:51:38.530 INFO E| Compiling clap_builder v4.5.17 |
8507 | 2024-10-18T17:51:40.996Z | [ recovery-image] Oct 18 17:51:38.917 INFO E| Compiling os_pipe v1.2.1 |
8508 | 2024-10-18T17:51:40.996Z | [ recovery-image] Oct 18 17:51:38.917 INFO E| Compiling shared_child v1.0.1 |
8509 | 2024-10-18T17:51:41.123Z | [ recovery-image] Oct 18 17:51:39.044 INFO E| Compiling duct v0.13.7 |
8510 | 2024-10-18T17:51:41.205Z | [ recovery-image] Oct 18 17:51:39.125 INFO E| Compiling quote v1.0.37 |
8511 | 2024-10-18T17:51:41.498Z | [ recovery-image] Oct 18 17:51:39.419 INFO E| Compiling syn v2.0.77 |
8512 | 2024-10-18T17:51:45.144Z | [ recovery-image] Oct 18 17:51:43.061 INFO E| Compiling clap_derive v4.5.13 |
8513 | 2024-10-18T17:51:46.129Z | [ host-image] Oct 18 17:51:44.048 INFO O| seeding SMF database... |
8514 | 2024-10-18T17:51:46.942Z | [ recovery-image] Oct 18 17:51:44.861 INFO E| Compiling clap v4.5.17 |
8515 | 2024-10-18T17:51:46.992Z | [ recovery-image] Oct 18 17:51:44.911 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8516 | 2024-10-18T17:51:47.936Z | [ recovery-image] Oct 18 17:51:45.854 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.61s |
8517 | 2024-10-18T17:51:47.946Z | [ recovery-image] Oct 18 17:51:45.865 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8518 | 2024-10-18T17:51:48.061Z | [ recovery-image] Oct 18 17:51:45.978 INFO E| Updating crates.io index |
8519 | 2024-10-18T17:51:48.235Z | [ recovery-image] Oct 18 17:51:46.152 INFO E| Downloading crates ... |
8520 | 2024-10-18T17:51:48.297Z | [ recovery-image] Oct 18 17:51:46.215 INFO E| Downloaded raw-cpuid v10.7.0 |
8521 | 2024-10-18T17:51:48.300Z | [ recovery-image] Oct 18 17:51:46.218 INFO E| Downloaded bitstruct v0.1.1 |
8522 | 2024-10-18T17:51:48.302Z | [ recovery-image] Oct 18 17:51:46.219 INFO E| Downloaded bitstruct_derive v0.1.0 |
8523 | 2024-10-18T17:51:48.302Z | [ recovery-image] Oct 18 17:51:46.221 INFO E| Downloaded seq-macro v0.3.5 |
8524 | 2024-10-18T17:51:48.305Z | [ recovery-image] Oct 18 17:51:46.222 INFO E| Downloaded bit_field v0.10.2 |
8525 | 2024-10-18T17:51:48.305Z | [ recovery-image] Oct 18 17:51:46.223 INFO E| Downloaded cpio_reader v0.1.1 |
8526 | 2024-10-18T17:51:48.436Z | [ recovery-image] Oct 18 17:51:46.355 INFO E| Downloaded x86 v0.52.0 |
8527 | 2024-10-18T17:51:48.493Z | [ recovery-image] Oct 18 17:51:46.411 INFO E| Updating crates.io index |
8528 | 2024-10-18T17:51:48.581Z | [ recovery-image] Oct 18 17:51:46.499 INFO E| Downloading crates ... |
8529 | 2024-10-18T17:51:48.656Z | [ recovery-image] Oct 18 17:51:46.574 INFO E| Downloaded compiler_builtins v0.1.125 |
8530 | 2024-10-18T17:51:48.667Z | [ recovery-image] Oct 18 17:51:46.585 INFO E| Downloaded unicode-width v0.1.13 |
8531 | 2024-10-18T17:51:48.731Z | [ recovery-image] Oct 18 17:51:46.649 INFO E| Compiling compiler_builtins v0.1.125 |
8532 | 2024-10-18T17:51:48.731Z | [ recovery-image] Oct 18 17:51:46.649 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) |
8533 | 2024-10-18T17:51:48.734Z | [ recovery-image] Oct 18 17:51:46.649 INFO E| Compiling proc-macro2 v1.0.86 |
8534 | 2024-10-18T17:51:48.734Z | [ recovery-image] Oct 18 17:51:46.649 INFO E| Compiling unicode-ident v1.0.13 |
8535 | 2024-10-18T17:51:48.734Z | [ recovery-image] Oct 18 17:51:46.649 INFO E| Compiling syn v1.0.109 |
8536 | 2024-10-18T17:51:48.734Z | [ recovery-image] Oct 18 17:51:46.650 INFO E| Compiling x86 v0.52.0 |
8537 | 2024-10-18T17:51:48.735Z | [ recovery-image] Oct 18 17:51:46.650 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8538 | 2024-10-18T17:51:48.735Z | [ recovery-image] Oct 18 17:51:46.650 INFO E| Compiling seq-macro v0.3.5 |
8539 | 2024-10-18T17:51:49.842Z | [ recovery-image] Oct 18 17:51:47.760 INFO E| Compiling quote v1.0.37 |
8540 | 2024-10-18T17:51:50.097Z | [ recovery-image] Oct 18 17:51:48.014 INFO E| Compiling syn v2.0.77 |
8541 | 2024-10-18T17:51:52.583Z | [ recovery-image] Oct 18 17:51:50.500 INFO E| Compiling scroll_derive v0.12.0 |
8542 | 2024-10-18T17:51:54.549Z | [ recovery-image] Oct 18 17:51:52.465 INFO E| Compiling bitstruct_derive v0.1.0 |
8543 | 2024-10-18T17:51:54.610Z | [ host-image] Oct 18 17:51:52.525 INFO O| configuring SMF profile... |
8544 | 2024-10-18T17:51:54.613Z | [ host-image] Oct 18 17:51:52.525 INFO O| modifying shadow(5)... |
8545 | 2024-10-18T17:51:54.613Z | [ host-image] Oct 18 17:51:52.525 INFO O| loading user and group database... |
8546 | 2024-10-18T17:51:54.613Z | [ host-image] Oct 18 17:51:52.525 INFO O| assessing packaged files... |
8547 | 2024-10-18T17:51:56.777Z | [ host-image] Oct 18 17:51:54.692 INFO O| creating archive... |
8548 | 2024-10-18T17:51:56.810Z | [ host-image] Oct 18 17:51:54.725 INFO O| missing from packaging: |
8549 | 2024-10-18T17:51:56.810Z | [ host-image] Oct 18 17:51:54.725 INFO O| "etc/.pwd.lock" |
8550 | 2024-10-18T17:51:56.813Z | [ host-image] Oct 18 17:51:54.725 INFO O| "etc/bash" |
8551 | 2024-10-18T17:51:56.816Z | [ host-image] Oct 18 17:51:54.730 INFO O| "etc/svc/profile/generic.xml" |
8552 | 2024-10-18T17:51:56.816Z | [ host-image] Oct 18 17:51:54.730 INFO O| "etc/svc/profile/inetd_services.xml" |
8553 | 2024-10-18T17:51:56.816Z | [ host-image] Oct 18 17:51:54.730 INFO O| "etc/svc/profile/name_service.xml" |
8554 | 2024-10-18T17:51:56.816Z | [ host-image] Oct 18 17:51:54.730 INFO O| "etc/svc/profile/platform.xml" |
8555 | 2024-10-18T17:51:56.816Z | [ host-image] Oct 18 17:51:54.730 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8556 | 2024-10-18T17:51:56.816Z | [ host-image] Oct 18 17:51:54.730 INFO O| "etc/svc/repository.db" |
8557 | 2024-10-18T17:51:56.823Z | [ host-image] Oct 18 17:51:54.738 INFO O| "opt/ooce/share" |
8558 | 2024-10-18T17:51:56.823Z | [ host-image] Oct 18 17:51:54.738 INFO O| "opt/ooce/share/man" |
8559 | 2024-10-18T17:51:56.826Z | [ host-image] Oct 18 17:51:54.738 INFO O| "opt/ooce/share/man/man1" |
8560 | 2024-10-18T17:51:56.832Z | [ host-image] Oct 18 17:51:54.747 INFO O| finishing archive... |
8561 | 2024-10-18T17:51:59.668Z | [ host-image] Oct 18 17:51:57.580 INFO O| creating gzonly manifest... |
8562 | 2024-10-18T17:51:59.678Z | [ host-image] Oct 18 17:51:57.592 INFO O| ok |
8563 | 2024-10-18T17:51:59.776Z | [ host-image] Oct 18 17:51:57.689 INFO image builder template: ramdisk-02-trim... |
8564 | 2024-10-18T17:51:59.776Z | [ host-image] Oct 18 17:51:57.689 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/.tmpSzk1LQ/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 |
8565 | 2024-10-18T17:51:59.799Z | [ host-image] Oct 18 17:51:57.713 INFO O| Oct 18 17:51:57.712 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8566 | 2024-10-18T17:51:59.803Z | [ host-image] Oct 18 17:51:57.717 INFO O| Oct 18 17:51:57.717 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8567 | 2024-10-18T17:51:59.878Z | [ host-image] Oct 18 17:51:57.792 INFO O| Oct 18 17:51:57.792 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8568 | 2024-10-18T17:51:59.924Z | [ host-image] Oct 18 17:51:57.837 INFO O| Oct 18 17:51:57.837 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8569 | 2024-10-18T17:51:59.926Z | [ host-image] Oct 18 17:51:57.837 INFO O| Oct 18 17:51:57.837 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8570 | 2024-10-18T17:51:59.929Z | [ host-image] Oct 18 17:51:57.842 INFO O| Oct 18 17:51:57.842 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8571 | 2024-10-18T17:52:00.935Z | [ host-image] Oct 18 17:51:57.846 INFO O| Oct 18 17:51:57.846 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8572 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:57.850 INFO O| Oct 18 17:51:57.850 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8573 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:57.994 INFO O| Oct 18 17:51:57.994 INFO rolled back to input snapshot; work may begin |
8574 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:57.994 INFO O| Oct 18 17:51:57.994 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8575 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:57.999 INFO O| Oct 18 17:51:57.999 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8576 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.009 INFO O| Oct 18 17:51:58.009 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8577 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.053 INFO O| Oct 18 17:51:58.053 INFO STEP 0 (remove_files) COMPLETE |
8578 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.053 INFO O| Oct 18 17:51:58.053 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8579 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.063 INFO O| Oct 18 17:51:58.063 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8580 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.065 INFO O| Oct 18 17:51:58.065 INFO STEP 1 (remove_files) COMPLETE |
8581 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.065 INFO O| Oct 18 17:51:58.065 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8582 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.074 INFO O| Oct 18 17:51:58.074 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8583 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.087 INFO O| Oct 18 17:51:58.087 INFO STEP 2 (remove_files) COMPLETE |
8584 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.087 INFO O| Oct 18 17:51:58.087 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8585 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.096 INFO O| Oct 18 17:51:58.096 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8586 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.098 INFO O| Oct 18 17:51:58.098 INFO STEP 3 (remove_files) COMPLETE |
8587 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.098 INFO O| Oct 18 17:51:58.098 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8588 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.107 INFO O| Oct 18 17:51:58.107 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8589 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.111 INFO O| Oct 18 17:51:58.111 INFO STEP 4 (remove_files) COMPLETE |
8590 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.111 INFO O| Oct 18 17:51:58.111 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8591 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.120 INFO O| Oct 18 17:51:58.120 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8592 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.122 INFO O| Oct 18 17:51:58.122 INFO STEP 5 (remove_files) COMPLETE |
8593 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.122 INFO O| Oct 18 17:51:58.122 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8594 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.131 INFO O| Oct 18 17:51:58.131 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8595 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.141 INFO O| Oct 18 17:51:58.141 INFO STEP 6 (remove_files) COMPLETE |
8596 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.141 INFO O| Oct 18 17:51:58.141 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8597 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.150 INFO O| Oct 18 17:51:58.150 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8598 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.161 INFO O| Oct 18 17:51:58.161 INFO STEP 7 (remove_files) COMPLETE |
8599 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.161 INFO O| Oct 18 17:51:58.161 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8600 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.170 INFO O| Oct 18 17:51:58.170 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8601 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.238 INFO O| Oct 18 17:51:58.238 INFO STEP 8 (remove_files) COMPLETE |
8602 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.238 INFO O| Oct 18 17:51:58.238 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8603 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.248 INFO O| Oct 18 17:51:58.248 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8604 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.318 INFO O| Oct 18 17:51:58.318 INFO STEP 9 (remove_files) COMPLETE |
8605 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.318 INFO O| Oct 18 17:51:58.318 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8606 | 2024-10-18T17:52:00.940Z | [ host-image] Oct 18 17:51:58.329 INFO O| Oct 18 17:51:58.329 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8607 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.332 INFO O| Oct 18 17:51:58.332 INFO STEP 10 (remove_files) COMPLETE |
8608 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.332 INFO O| Oct 18 17:51:58.332 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8609 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.341 INFO O| Oct 18 17:51:58.341 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8610 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.342 INFO O| Oct 18 17:51:58.342 INFO STEP 11 (remove_files) COMPLETE |
8611 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.342 INFO O| Oct 18 17:51:58.342 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8612 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.351 INFO O| Oct 18 17:51:58.351 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8613 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.353 INFO O| Oct 18 17:51:58.353 INFO STEP 12 (remove_files) COMPLETE |
8614 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.353 INFO O| Oct 18 17:51:58.353 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8615 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.376 INFO O| Oct 18 17:51:58.376 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8616 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.388 INFO O| Oct 18 17:51:58.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8617 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.388 INFO O| Oct 18 17:51:58.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8618 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.388 INFO O| Oct 18 17:51:58.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8619 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.388 INFO O| Oct 18 17:51:58.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8620 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.388 INFO O| Oct 18 17:51:58.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8621 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.388 INFO O| Oct 18 17:51:58.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8622 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.389 INFO O| Oct 18 17:51:58.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8623 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.389 INFO O| Oct 18 17:51:58.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8624 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.389 INFO O| Oct 18 17:51:58.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8625 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.389 INFO O| Oct 18 17:51:58.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8626 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.389 INFO O| Oct 18 17:51:58.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8627 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.389 INFO O| Oct 18 17:51:58.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8628 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.389 INFO O| Oct 18 17:51:58.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8629 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.390 INFO O| Oct 18 17:51:58.390 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8630 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.390 INFO O| Oct 18 17:51:58.390 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8631 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.390 INFO O| Oct 18 17:51:58.390 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8632 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.405 INFO O| Oct 18 17:51:58.405 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8633 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.419 INFO O| Oct 18 17:51:58.419 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8634 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.420 INFO O| Oct 18 17:51:58.420 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8635 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.458 INFO O| Oct 18 17:51:58.458 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8636 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.733 INFO O| Oct 18 17:51:58.733 INFO STEP 13 (remove_files) COMPLETE |
8637 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.733 INFO O| Oct 18 17:51:58.733 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8638 | 2024-10-18T17:52:00.941Z | [ host-image] Oct 18 17:51:58.743 INFO O| Oct 18 17:51:58.743 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8639 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.745 INFO O| Oct 18 17:51:58.744 INFO STEP 14 (remove_files) COMPLETE |
8640 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.745 INFO O| Oct 18 17:51:58.745 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8641 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.754 INFO O| Oct 18 17:51:58.754 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8642 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.759 INFO O| Oct 18 17:51:58.759 INFO STEP 15 (remove_files) COMPLETE |
8643 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.759 INFO O| Oct 18 17:51:58.759 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8644 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.768 INFO O| Oct 18 17:51:58.768 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8645 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.768 INFO O| Oct 18 17:51:58.768 INFO STEP 16 (remove_files) COMPLETE |
8646 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.768 INFO O| Oct 18 17:51:58.768 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8647 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.777 INFO O| Oct 18 17:51:58.777 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8648 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.778 INFO O| Oct 18 17:51:58.778 INFO STEP 17 (remove_files) COMPLETE |
8649 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.778 INFO O| Oct 18 17:51:58.778 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8650 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.787 INFO O| Oct 18 17:51:58.787 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8651 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.787 INFO O| Oct 18 17:51:58.787 INFO STEP 18 (remove_files) COMPLETE |
8652 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.787 INFO O| Oct 18 17:51:58.787 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8653 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.796 INFO O| Oct 18 17:51:58.796 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8654 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.796 INFO O| Oct 18 17:51:58.796 INFO STEP 19 (remove_files) COMPLETE |
8655 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.796 INFO O| Oct 18 17:51:58.796 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8656 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.805 INFO O| Oct 18 17:51:58.805 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8657 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.805 INFO O| Oct 18 17:51:58.805 INFO STEP 20 (remove_files) COMPLETE |
8658 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.805 INFO O| Oct 18 17:51:58.805 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8659 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.814 INFO O| Oct 18 17:51:58.814 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8660 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.814 INFO O| Oct 18 17:51:58.814 INFO STEP 21 (remove_files) COMPLETE |
8661 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.814 INFO O| Oct 18 17:51:58.814 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8662 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.823 INFO O| Oct 18 17:51:58.823 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8663 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.823 INFO O| Oct 18 17:51:58.823 INFO STEP 22 (remove_files) COMPLETE |
8664 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.823 INFO O| Oct 18 17:51:58.823 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8665 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.832 INFO O| Oct 18 17:51:58.832 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8666 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.833 INFO O| Oct 18 17:51:58.832 INFO STEP 23 (remove_files) COMPLETE |
8667 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.833 INFO O| Oct 18 17:51:58.832 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8668 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.842 INFO O| Oct 18 17:51:58.841 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8669 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.842 INFO O| Oct 18 17:51:58.842 INFO STEP 24 (remove_files) COMPLETE |
8670 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.842 INFO O| Oct 18 17:51:58.842 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8671 | 2024-10-18T17:52:00.942Z | [ host-image] Oct 18 17:51:58.851 INFO O| Oct 18 17:51:58.851 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8672 | 2024-10-18T17:52:00.945Z | [ host-image] Oct 18 17:51:58.851 INFO O| Oct 18 17:51:58.851 INFO STEP 25 (remove_files) COMPLETE |
8673 | 2024-10-18T17:52:00.945Z | [ host-image] Oct 18 17:51:58.851 INFO O| Oct 18 17:51:58.851 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8674 | 2024-10-18T17:52:00.948Z | [ host-image] Oct 18 17:51:58.860 INFO O| Oct 18 17:51:58.860 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8675 | 2024-10-18T17:52:00.948Z | [ host-image] Oct 18 17:51:58.860 INFO O| Oct 18 17:51:58.860 INFO STEP 26 (remove_files) COMPLETE |
8676 | 2024-10-18T17:52:00.948Z | [ host-image] Oct 18 17:51:58.860 INFO O| Oct 18 17:51:58.860 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8677 | 2024-10-18T17:52:00.955Z | [ host-image] Oct 18 17:51:58.869 INFO O| Oct 18 17:51:58.869 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8678 | 2024-10-18T17:52:00.955Z | [ host-image] Oct 18 17:51:58.869 INFO O| Oct 18 17:51:58.869 INFO STEP 27 (remove_files) COMPLETE |
8679 | 2024-10-18T17:52:00.958Z | [ host-image] Oct 18 17:51:58.869 INFO O| Oct 18 17:51:58.869 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8680 | 2024-10-18T17:52:00.964Z | [ host-image] Oct 18 17:51:58.878 INFO O| Oct 18 17:51:58.878 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8681 | 2024-10-18T17:52:00.964Z | [ host-image] Oct 18 17:51:58.878 INFO O| Oct 18 17:51:58.878 INFO STEP 28 (remove_files) COMPLETE |
8682 | 2024-10-18T17:52:00.967Z | [ host-image] Oct 18 17:51:58.878 INFO O| Oct 18 17:51:58.878 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8683 | 2024-10-18T17:52:00.973Z | [ host-image] Oct 18 17:51:58.887 INFO O| Oct 18 17:51:58.886 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8684 | 2024-10-18T17:52:00.973Z | [ host-image] Oct 18 17:51:58.887 INFO O| Oct 18 17:51:58.887 INFO STEP 29 (remove_files) COMPLETE |
8685 | 2024-10-18T17:52:00.975Z | [ host-image] Oct 18 17:51:58.887 INFO O| Oct 18 17:51:58.887 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8686 | 2024-10-18T17:52:00.982Z | [ host-image] Oct 18 17:51:58.896 INFO O| Oct 18 17:51:58.896 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8687 | 2024-10-18T17:52:00.985Z | [ host-image] Oct 18 17:51:58.896 INFO O| Oct 18 17:51:58.896 INFO STEP 30 (remove_files) COMPLETE |
8688 | 2024-10-18T17:52:00.985Z | [ host-image] Oct 18 17:51:58.896 INFO O| Oct 18 17:51:58.896 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8689 | 2024-10-18T17:52:00.991Z | [ host-image] Oct 18 17:51:58.905 INFO O| Oct 18 17:51:58.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8690 | 2024-10-18T17:52:00.991Z | [ host-image] Oct 18 17:51:58.905 INFO O| Oct 18 17:51:58.905 INFO STEP 31 (remove_files) COMPLETE |
8691 | 2024-10-18T17:52:00.994Z | [ host-image] Oct 18 17:51:58.905 INFO O| Oct 18 17:51:58.905 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8692 | 2024-10-18T17:52:01.000Z | [ host-image] Oct 18 17:51:58.914 INFO O| Oct 18 17:51:58.913 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8693 | 2024-10-18T17:52:01.004Z | [ host-image] Oct 18 17:51:58.914 INFO O| Oct 18 17:51:58.914 INFO STEP 32 (remove_files) COMPLETE |
8694 | 2024-10-18T17:52:01.004Z | [ host-image] Oct 18 17:51:58.914 INFO O| Oct 18 17:51:58.914 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8695 | 2024-10-18T17:52:01.009Z | [ host-image] Oct 18 17:51:58.923 INFO O| Oct 18 17:51:58.923 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8696 | 2024-10-18T17:52:01.009Z | [ host-image] Oct 18 17:51:58.923 INFO O| Oct 18 17:51:58.923 INFO STEP 33 (remove_files) COMPLETE |
8697 | 2024-10-18T17:52:01.009Z | [ host-image] Oct 18 17:51:58.923 INFO O| Oct 18 17:51:58.923 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8698 | 2024-10-18T17:52:01.018Z | [ host-image] Oct 18 17:51:58.932 INFO O| Oct 18 17:51:58.931 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8699 | 2024-10-18T17:52:01.018Z | [ host-image] Oct 18 17:51:58.932 INFO O| Oct 18 17:51:58.932 INFO STEP 34 (remove_files) COMPLETE |
8700 | 2024-10-18T17:52:01.018Z | [ host-image] Oct 18 17:51:58.932 INFO O| Oct 18 17:51:58.932 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8701 | 2024-10-18T17:52:01.027Z | [ host-image] Oct 18 17:51:58.941 INFO O| Oct 18 17:51:58.941 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8702 | 2024-10-18T17:52:01.027Z | [ host-image] Oct 18 17:51:58.941 INFO O| Oct 18 17:51:58.941 INFO STEP 35 (remove_files) COMPLETE |
8703 | 2024-10-18T17:52:01.029Z | [ host-image] Oct 18 17:51:58.941 INFO O| Oct 18 17:51:58.941 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8704 | 2024-10-18T17:52:01.036Z | [ host-image] Oct 18 17:51:58.950 INFO O| Oct 18 17:51:58.949 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8705 | 2024-10-18T17:52:01.036Z | [ host-image] Oct 18 17:51:58.950 INFO O| Oct 18 17:51:58.950 INFO STEP 36 (remove_files) COMPLETE |
8706 | 2024-10-18T17:52:01.036Z | [ host-image] Oct 18 17:51:58.950 INFO O| Oct 18 17:51:58.950 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8707 | 2024-10-18T17:52:01.045Z | [ host-image] Oct 18 17:51:58.959 INFO O| Oct 18 17:51:58.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8708 | 2024-10-18T17:52:01.045Z | [ host-image] Oct 18 17:51:58.959 INFO O| Oct 18 17:51:58.959 INFO STEP 37 (remove_files) COMPLETE |
8709 | 2024-10-18T17:52:01.048Z | [ host-image] Oct 18 17:51:58.959 INFO O| Oct 18 17:51:58.959 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8710 | 2024-10-18T17:52:01.054Z | [ host-image] Oct 18 17:51:58.967 INFO O| Oct 18 17:51:58.967 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8711 | 2024-10-18T17:52:01.054Z | [ host-image] Oct 18 17:51:58.968 INFO O| Oct 18 17:51:58.968 INFO STEP 38 (remove_files) COMPLETE |
8712 | 2024-10-18T17:52:01.057Z | [ host-image] Oct 18 17:51:58.968 INFO O| Oct 18 17:51:58.968 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8713 | 2024-10-18T17:52:01.063Z | [ host-image] Oct 18 17:51:58.976 INFO O| Oct 18 17:51:58.976 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8714 | 2024-10-18T17:52:01.063Z | [ host-image] Oct 18 17:51:58.977 INFO O| Oct 18 17:51:58.977 INFO STEP 39 (remove_files) COMPLETE |
8715 | 2024-10-18T17:52:01.066Z | [ host-image] Oct 18 17:51:58.977 INFO O| Oct 18 17:51:58.977 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8716 | 2024-10-18T17:52:01.072Z | [ host-image] Oct 18 17:51:58.986 INFO O| Oct 18 17:51:58.985 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8717 | 2024-10-18T17:52:01.072Z | [ host-image] Oct 18 17:51:58.986 INFO O| Oct 18 17:51:58.986 INFO STEP 40 (remove_files) COMPLETE |
8718 | 2024-10-18T17:52:01.075Z | [ host-image] Oct 18 17:51:58.986 INFO O| Oct 18 17:51:58.986 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8719 | 2024-10-18T17:52:01.081Z | [ host-image] Oct 18 17:51:58.995 INFO O| Oct 18 17:51:58.994 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8720 | 2024-10-18T17:52:01.081Z | [ host-image] Oct 18 17:51:58.995 INFO O| Oct 18 17:51:58.995 INFO STEP 41 (remove_files) COMPLETE |
8721 | 2024-10-18T17:52:01.084Z | [ host-image] Oct 18 17:51:58.995 INFO O| Oct 18 17:51:58.995 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8722 | 2024-10-18T17:52:01.091Z | [ host-image] Oct 18 17:51:59.004 INFO O| Oct 18 17:51:59.004 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8723 | 2024-10-18T17:52:01.091Z | [ host-image] Oct 18 17:51:59.004 INFO O| Oct 18 17:51:59.004 INFO STEP 42 (remove_files) COMPLETE |
8724 | 2024-10-18T17:52:01.094Z | [ host-image] Oct 18 17:51:59.004 INFO O| Oct 18 17:51:59.004 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8725 | 2024-10-18T17:52:01.100Z | [ host-image] Oct 18 17:51:59.014 INFO O| Oct 18 17:51:59.014 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8726 | 2024-10-18T17:52:01.100Z | [ host-image] Oct 18 17:51:59.014 INFO O| Oct 18 17:51:59.014 INFO STEP 43 (remove_files) COMPLETE |
8727 | 2024-10-18T17:52:01.103Z | [ host-image] Oct 18 17:51:59.014 INFO O| Oct 18 17:51:59.014 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8728 | 2024-10-18T17:52:01.111Z | [ host-image] Oct 18 17:51:59.024 INFO O| Oct 18 17:51:59.024 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8729 | 2024-10-18T17:52:01.111Z | [ host-image] Oct 18 17:51:59.024 INFO O| Oct 18 17:51:59.024 INFO STEP 44 (remove_files) COMPLETE |
8730 | 2024-10-18T17:52:01.111Z | [ host-image] Oct 18 17:51:59.024 INFO O| Oct 18 17:51:59.024 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8731 | 2024-10-18T17:52:01.121Z | [ host-image] Oct 18 17:51:59.034 INFO O| Oct 18 17:51:59.034 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8732 | 2024-10-18T17:52:01.121Z | [ host-image] Oct 18 17:51:59.034 INFO O| Oct 18 17:51:59.034 INFO STEP 45 (remove_files) COMPLETE |
8733 | 2024-10-18T17:52:01.123Z | [ host-image] Oct 18 17:51:59.034 INFO O| Oct 18 17:51:59.034 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8734 | 2024-10-18T17:52:01.130Z | [ host-image] Oct 18 17:51:59.044 INFO O| Oct 18 17:51:59.044 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8735 | 2024-10-18T17:52:01.130Z | [ host-image] Oct 18 17:51:59.044 INFO O| Oct 18 17:51:59.044 INFO STEP 46 (remove_files) COMPLETE |
8736 | 2024-10-18T17:52:01.133Z | [ host-image] Oct 18 17:51:59.044 INFO O| Oct 18 17:51:59.044 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8737 | 2024-10-18T17:52:01.139Z | [ host-image] Oct 18 17:51:59.053 INFO O| Oct 18 17:51:59.053 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8738 | 2024-10-18T17:52:01.139Z | [ host-image] Oct 18 17:51:59.053 INFO O| Oct 18 17:51:59.053 INFO STEP 47 (remove_files) COMPLETE |
8739 | 2024-10-18T17:52:01.142Z | [ host-image] Oct 18 17:51:59.053 INFO O| Oct 18 17:51:59.053 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8740 | 2024-10-18T17:52:01.149Z | [ host-image] Oct 18 17:51:59.062 INFO O| Oct 18 17:51:59.062 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8741 | 2024-10-18T17:52:01.149Z | [ host-image] Oct 18 17:51:59.062 INFO O| Oct 18 17:51:59.062 INFO STEP 48 (remove_files) COMPLETE |
8742 | 2024-10-18T17:52:01.151Z | [ host-image] Oct 18 17:51:59.062 INFO O| Oct 18 17:51:59.062 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8743 | 2024-10-18T17:52:01.158Z | [ host-image] Oct 18 17:51:59.072 INFO O| Oct 18 17:51:59.072 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8744 | 2024-10-18T17:52:01.158Z | [ host-image] Oct 18 17:51:59.072 INFO O| Oct 18 17:51:59.072 INFO STEP 49 (remove_files) COMPLETE |
8745 | 2024-10-18T17:52:01.161Z | [ host-image] Oct 18 17:51:59.072 INFO O| Oct 18 17:51:59.072 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8746 | 2024-10-18T17:52:01.167Z | [ host-image] Oct 18 17:51:59.081 INFO O| Oct 18 17:51:59.081 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8747 | 2024-10-18T17:52:01.170Z | [ host-image] Oct 18 17:51:59.081 INFO O| Oct 18 17:51:59.081 INFO STEP 50 (remove_files) COMPLETE |
8748 | 2024-10-18T17:52:01.170Z | [ host-image] Oct 18 17:51:59.081 INFO O| Oct 18 17:51:59.081 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8749 | 2024-10-18T17:52:01.177Z | [ host-image] Oct 18 17:51:59.090 INFO O| Oct 18 17:51:59.090 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8750 | 2024-10-18T17:52:01.177Z | [ host-image] Oct 18 17:51:59.090 INFO O| Oct 18 17:51:59.090 INFO STEP 51 (remove_files) COMPLETE |
8751 | 2024-10-18T17:52:01.177Z | [ host-image] Oct 18 17:51:59.090 INFO O| Oct 18 17:51:59.090 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8752 | 2024-10-18T17:52:01.189Z | [ host-image] Oct 18 17:51:59.100 INFO O| Oct 18 17:51:59.100 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8753 | 2024-10-18T17:52:01.189Z | [ host-image] Oct 18 17:51:59.100 INFO O| Oct 18 17:51:59.100 INFO STEP 52 (remove_files) COMPLETE |
8754 | 2024-10-18T17:52:01.189Z | [ host-image] Oct 18 17:51:59.100 INFO O| Oct 18 17:51:59.100 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8755 | 2024-10-18T17:52:01.197Z | [ host-image] Oct 18 17:51:59.110 INFO O| Oct 18 17:51:59.110 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8756 | 2024-10-18T17:52:01.197Z | [ host-image] Oct 18 17:51:59.110 INFO O| Oct 18 17:51:59.110 INFO STEP 53 (remove_files) COMPLETE |
8757 | 2024-10-18T17:52:01.197Z | [ host-image] Oct 18 17:51:59.110 INFO O| Oct 18 17:51:59.110 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8758 | 2024-10-18T17:52:01.206Z | [ host-image] Oct 18 17:51:59.119 INFO O| Oct 18 17:51:59.119 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8759 | 2024-10-18T17:52:01.209Z | [ host-image] Oct 18 17:51:59.120 INFO O| Oct 18 17:51:59.119 INFO STEP 54 (remove_files) COMPLETE |
8760 | 2024-10-18T17:52:01.209Z | [ host-image] Oct 18 17:51:59.120 INFO O| Oct 18 17:51:59.120 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8761 | 2024-10-18T17:52:01.216Z | [ host-image] Oct 18 17:51:59.129 INFO O| Oct 18 17:51:59.129 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8762 | 2024-10-18T17:52:01.216Z | [ host-image] Oct 18 17:51:59.129 INFO O| Oct 18 17:51:59.129 INFO STEP 55 (remove_files) COMPLETE |
8763 | 2024-10-18T17:52:01.218Z | [ host-image] Oct 18 17:51:59.129 INFO O| Oct 18 17:51:59.129 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8764 | 2024-10-18T17:52:01.226Z | [ host-image] Oct 18 17:51:59.138 INFO O| Oct 18 17:51:59.138 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8765 | 2024-10-18T17:52:01.229Z | [ host-image] Oct 18 17:51:59.138 INFO O| Oct 18 17:51:59.138 INFO STEP 56 (remove_files) COMPLETE |
8766 | 2024-10-18T17:52:01.229Z | [ host-image] Oct 18 17:51:59.138 INFO O| Oct 18 17:51:59.138 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8767 | 2024-10-18T17:52:01.234Z | [ host-image] Oct 18 17:51:59.147 INFO O| Oct 18 17:51:59.147 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8768 | 2024-10-18T17:52:01.238Z | [ host-image] Oct 18 17:51:59.147 INFO O| Oct 18 17:51:59.147 INFO STEP 57 (remove_files) COMPLETE |
8769 | 2024-10-18T17:52:01.238Z | [ host-image] Oct 18 17:51:59.147 INFO O| Oct 18 17:51:59.147 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8770 | 2024-10-18T17:52:01.243Z | [ host-image] Oct 18 17:51:59.157 INFO O| Oct 18 17:51:59.157 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8771 | 2024-10-18T17:52:01.243Z | [ host-image] Oct 18 17:51:59.157 INFO O| Oct 18 17:51:59.157 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8772 | 2024-10-18T17:52:01.246Z | [ host-image] Oct 18 17:51:59.157 INFO O| Oct 18 17:51:59.157 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8773 | 2024-10-18T17:52:01.246Z | [ host-image] Oct 18 17:51:59.157 INFO O| Oct 18 17:51:59.157 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8774 | 2024-10-18T17:52:01.246Z | [ host-image] Oct 18 17:51:59.157 INFO O| Oct 18 17:51:59.157 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8775 | 2024-10-18T17:52:01.246Z | [ host-image] Oct 18 17:51:59.157 INFO O| Oct 18 17:51:59.157 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8776 | 2024-10-18T17:52:01.246Z | [ host-image] Oct 18 17:51:59.157 INFO O| Oct 18 17:51:59.157 INFO ok! |
8777 | 2024-10-18T17:52:01.246Z | [ host-image] Oct 18 17:51:59.157 INFO O| Oct 18 17:51:59.157 INFO STEP 58 (ensure_file) COMPLETE |
8778 | 2024-10-18T17:52:01.246Z | [ host-image] Oct 18 17:51:59.157 INFO O| Oct 18 17:51:59.157 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8779 | 2024-10-18T17:52:01.254Z | [ host-image] Oct 18 17:51:59.167 INFO O| Oct 18 17:51:59.167 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8780 | 2024-10-18T17:52:01.258Z | [ host-image] Oct 18 17:51:59.167 INFO O| Oct 18 17:51:59.167 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8781 | 2024-10-18T17:52:01.258Z | [ host-image] Oct 18 17:51:59.167 INFO O| Oct 18 17:51:59.167 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8782 | 2024-10-18T17:52:01.258Z | [ host-image] Oct 18 17:51:59.167 INFO O| Oct 18 17:51:59.167 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8783 | 2024-10-18T17:52:01.258Z | [ host-image] Oct 18 17:51:59.167 INFO O| Oct 18 17:51:59.167 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8784 | 2024-10-18T17:52:01.258Z | [ host-image] Oct 18 17:51:59.167 INFO O| Oct 18 17:51:59.167 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8785 | 2024-10-18T17:52:01.258Z | [ host-image] Oct 18 17:51:59.167 INFO O| Oct 18 17:51:59.167 INFO ok! |
8786 | 2024-10-18T17:52:01.258Z | [ host-image] Oct 18 17:51:59.167 INFO O| Oct 18 17:51:59.167 INFO STEP 59 (ensure_file) COMPLETE |
8787 | 2024-10-18T17:52:01.258Z | [ host-image] Oct 18 17:51:59.167 INFO O| Oct 18 17:51:59.167 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8788 | 2024-10-18T17:52:01.264Z | [ host-image] Oct 18 17:51:59.177 INFO O| Oct 18 17:51:59.177 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8789 | 2024-10-18T17:52:01.264Z | [ host-image] Oct 18 17:51:59.177 INFO O| Oct 18 17:51:59.177 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8790 | 2024-10-18T17:52:01.267Z | [ host-image] Oct 18 17:51:59.177 INFO O| Oct 18 17:51:59.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8791 | 2024-10-18T17:52:01.267Z | [ host-image] Oct 18 17:51:59.177 INFO O| Oct 18 17:51:59.177 INFO ok! |
8792 | 2024-10-18T17:52:01.267Z | [ host-image] Oct 18 17:51:59.177 INFO O| Oct 18 17:51:59.177 INFO STEP 60 (ensure_file) COMPLETE |
8793 | 2024-10-18T17:52:01.267Z | [ host-image] Oct 18 17:51:59.177 INFO O| Oct 18 17:51:59.177 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8794 | 2024-10-18T17:52:01.274Z | [ host-image] Oct 18 17:51:59.187 INFO O| Oct 18 17:51:59.187 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8795 | 2024-10-18T17:52:01.274Z | [ host-image] Oct 18 17:51:59.187 INFO O| Oct 18 17:51:59.187 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8796 | 2024-10-18T17:52:01.274Z | [ host-image] Oct 18 17:51:59.187 INFO O| Oct 18 17:51:59.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8797 | 2024-10-18T17:52:01.277Z | [ host-image] Oct 18 17:51:59.187 INFO O| Oct 18 17:51:59.187 INFO ok! |
8798 | 2024-10-18T17:52:01.277Z | [ host-image] Oct 18 17:51:59.187 INFO O| Oct 18 17:51:59.187 INFO STEP 61 (ensure_file) COMPLETE |
8799 | 2024-10-18T17:52:01.277Z | [ host-image] Oct 18 17:51:59.187 INFO O| Oct 18 17:51:59.187 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8800 | 2024-10-18T17:52:01.283Z | [ host-image] Oct 18 17:51:59.196 INFO O| Oct 18 17:51:59.196 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8801 | 2024-10-18T17:52:01.283Z | [ host-image] Oct 18 17:51:59.196 INFO O| Oct 18 17:51:59.196 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8802 | 2024-10-18T17:52:01.286Z | [ host-image] Oct 18 17:51:59.197 INFO O| Oct 18 17:51:59.196 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8803 | 2024-10-18T17:52:01.286Z | [ host-image] Oct 18 17:51:59.197 INFO O| Oct 18 17:51:59.197 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8804 | 2024-10-18T17:52:01.286Z | [ host-image] Oct 18 17:51:59.197 INFO O| Oct 18 17:51:59.197 INFO ok! |
8805 | 2024-10-18T17:52:01.286Z | [ host-image] Oct 18 17:51:59.197 INFO O| Oct 18 17:51:59.197 INFO STEP 62 (ensure_file) COMPLETE |
8806 | 2024-10-18T17:52:01.286Z | [ host-image] Oct 18 17:51:59.197 INFO O| Oct 18 17:51:59.197 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8807 | 2024-10-18T17:52:01.293Z | [ host-image] Oct 18 17:51:59.206 INFO O| Oct 18 17:51:59.206 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8808 | 2024-10-18T17:52:01.293Z | [ host-image] Oct 18 17:51:59.206 INFO O| Oct 18 17:51:59.206 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8809 | 2024-10-18T17:52:01.295Z | [ host-image] Oct 18 17:51:59.206 INFO O| Oct 18 17:51:59.206 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8810 | 2024-10-18T17:52:01.296Z | [ host-image] Oct 18 17:51:59.206 INFO O| Oct 18 17:51:59.206 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8811 | 2024-10-18T17:52:01.296Z | [ host-image] Oct 18 17:51:59.206 INFO O| Oct 18 17:51:59.206 INFO ok! |
8812 | 2024-10-18T17:52:01.296Z | [ host-image] Oct 18 17:51:59.206 INFO O| Oct 18 17:51:59.206 INFO STEP 63 (ensure_file) COMPLETE |
8813 | 2024-10-18T17:52:01.296Z | [ host-image] Oct 18 17:51:59.206 INFO O| Oct 18 17:51:59.206 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8814 | 2024-10-18T17:52:01.305Z | [ host-image] Oct 18 17:51:59.216 INFO O| Oct 18 17:51:59.216 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8815 | 2024-10-18T17:52:01.308Z | [ host-image] Oct 18 17:51:59.216 INFO O| Oct 18 17:51:59.216 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8816 | 2024-10-18T17:52:01.308Z | [ host-image] Oct 18 17:51:59.216 INFO O| Oct 18 17:51:59.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8817 | 2024-10-18T17:52:01.308Z | [ host-image] Oct 18 17:51:59.216 INFO O| Oct 18 17:51:59.216 INFO ok! |
8818 | 2024-10-18T17:52:01.308Z | [ host-image] Oct 18 17:51:59.216 INFO O| Oct 18 17:51:59.216 INFO STEP 64 (assemble_files) COMPLETE |
8819 | 2024-10-18T17:52:01.308Z | [ host-image] Oct 18 17:51:59.216 INFO O| Oct 18 17:51:59.216 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8820 | 2024-10-18T17:52:01.312Z | [ host-image] Oct 18 17:51:59.225 INFO O| Oct 18 17:51:59.225 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8821 | 2024-10-18T17:52:01.312Z | [ host-image] Oct 18 17:51:59.225 INFO O| Oct 18 17:51:59.225 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8822 | 2024-10-18T17:52:01.315Z | [ host-image] Oct 18 17:51:59.225 INFO O| Oct 18 17:51:59.225 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8823 | 2024-10-18T17:52:01.315Z | [ host-image] Oct 18 17:51:59.225 INFO O| Oct 18 17:51:59.225 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8824 | 2024-10-18T17:52:01.315Z | [ host-image] Oct 18 17:51:59.225 INFO O| Oct 18 17:51:59.225 INFO ok! |
8825 | 2024-10-18T17:52:01.315Z | [ host-image] Oct 18 17:51:59.225 INFO O| Oct 18 17:51:59.225 INFO STEP 65 (ensure_file) COMPLETE |
8826 | 2024-10-18T17:52:01.315Z | [ host-image] Oct 18 17:51:59.225 INFO O| Oct 18 17:51:59.225 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8827 | 2024-10-18T17:52:01.321Z | [ host-image] Oct 18 17:51:59.235 INFO O| Oct 18 17:51:59.235 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8828 | 2024-10-18T17:52:01.324Z | [ host-image] Oct 18 17:51:59.235 INFO O| Oct 18 17:51:59.235 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8829 | 2024-10-18T17:52:01.324Z | [ host-image] Oct 18 17:51:59.235 INFO O| Oct 18 17:51:59.235 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8830 | 2024-10-18T17:52:01.324Z | [ host-image] Oct 18 17:51:59.235 INFO O| Oct 18 17:51:59.235 INFO STEP 66 (ensure_dir) COMPLETE |
8831 | 2024-10-18T17:52:01.324Z | [ host-image] Oct 18 17:51:59.235 INFO O| Oct 18 17:51:59.235 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8832 | 2024-10-18T17:52:01.331Z | [ host-image] Oct 18 17:51:59.244 INFO O| Oct 18 17:51:59.244 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8833 | 2024-10-18T17:52:01.333Z | [ host-image] Oct 18 17:51:59.244 INFO O| Oct 18 17:51:59.244 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 ... |
8834 | 2024-10-18T17:52:01.338Z | [ host-image] Oct 18 17:51:59.251 INFO O| Oct 18 17:51:59.251 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 |
8835 | 2024-10-18T17:52:01.338Z | [ host-image] Oct 18 17:51:59.251 INFO O| Oct 18 17:51:59.251 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8836 | 2024-10-18T17:52:01.341Z | [ host-image] Oct 18 17:51:59.251 INFO O| Oct 18 17:51:59.251 INFO ok! |
8837 | 2024-10-18T17:52:01.341Z | [ host-image] Oct 18 17:51:59.251 INFO O| Oct 18 17:51:59.251 INFO STEP 67 (ensure_file) COMPLETE |
8838 | 2024-10-18T17:52:01.341Z | [ host-image] Oct 18 17:51:59.251 INFO O| Oct 18 17:51:59.251 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8839 | 2024-10-18T17:52:01.349Z | [ host-image] Oct 18 17:51:59.261 INFO O| Oct 18 17:51:59.261 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8840 | 2024-10-18T17:52:01.352Z | [ host-image] Oct 18 17:51:59.261 INFO O| Oct 18 17:51:59.261 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 ... |
8841 | 2024-10-18T17:52:01.352Z | [ host-image] Oct 18 17:51:59.261 INFO O| Oct 18 17:51:59.261 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 |
8842 | 2024-10-18T17:52:01.352Z | [ host-image] Oct 18 17:51:59.261 INFO O| Oct 18 17:51:59.261 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8843 | 2024-10-18T17:52:01.352Z | [ host-image] Oct 18 17:51:59.261 INFO O| Oct 18 17:51:59.261 INFO ok! |
8844 | 2024-10-18T17:52:01.352Z | [ host-image] Oct 18 17:51:59.262 INFO O| Oct 18 17:51:59.261 INFO STEP 68 (ensure_file) COMPLETE |
8845 | 2024-10-18T17:52:01.352Z | [ host-image] Oct 18 17:51:59.262 INFO O| Oct 18 17:51:59.262 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8846 | 2024-10-18T17:52:01.363Z | [ host-image] Oct 18 17:51:59.276 INFO O| Oct 18 17:51:59.276 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8847 | 2024-10-18T17:52:01.363Z | [ host-image] Oct 18 17:51:59.276 INFO O| Oct 18 17:51:59.276 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8848 | 2024-10-18T17:52:03.344Z | [ host-image] Oct 18 17:52:01.255 INFO O| Oct 18 17:52:01.254 INFO STEP 69 (pack_tar) COMPLETE |
8849 | 2024-10-18T17:52:03.347Z | [ host-image] Oct 18 17:52:01.255 INFO O| Oct 18 17:52:01.254 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8850 | 2024-10-18T17:52:03.347Z | [ host-image] Oct 18 17:52:01.255 INFO O| Oct 18 17:52:01.254 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8851 | 2024-10-18T17:52:03.699Z | [ host-image] Oct 18 17:52:01.611 INFO O| Oct 18 17:52:01.611 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8852 | 2024-10-18T17:52:03.768Z | [ host-image] Oct 18 17:52:01.680 INFO O| Oct 18 17:52:01.680 INFO completed processing gimlet/ramdisk-02-trim |
8853 | 2024-10-18T17:52:03.771Z | [ host-image] Oct 18 17:52:01.682 INFO image builder template: zfs... |
8854 | 2024-10-18T17:52:03.771Z | [ host-image] Oct 18 17:52:01.682 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/.tmpSzk1LQ/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 |
8855 | 2024-10-18T17:52:03.784Z | [ host-image] Oct 18 17:52:01.696 INFO O| Oct 18 17:52:01.696 INFO skip include "stress" because feature "stress" is not enabled |
8856 | 2024-10-18T17:52:03.815Z | [ host-image] Oct 18 17:52:01.727 INFO O| Oct 18 17:52:01.727 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8857 | 2024-10-18T17:52:03.819Z | [ host-image] Oct 18 17:52:01.731 INFO O| Oct 18 17:52:01.731 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8858 | 2024-10-18T17:52:03.877Z | [ host-image] Oct 18 17:52:01.789 INFO O| Oct 18 17:52:01.789 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8859 | 2024-10-18T17:52:03.927Z | [ host-image] Oct 18 17:52:01.840 INFO O| Oct 18 17:52:01.840 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8860 | 2024-10-18T17:52:03.927Z | [ host-image] Oct 18 17:52:01.840 INFO O| Oct 18 17:52:01.840 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8861 | 2024-10-18T17:52:03.932Z | [ host-image] Oct 18 17:52:01.844 INFO O| Oct 18 17:52:01.844 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8862 | 2024-10-18T17:52:03.991Z | [ host-image] Oct 18 17:52:01.902 INFO O| Oct 18 17:52:01.902 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8863 | 2024-10-18T17:52:04.031Z | [ host-image] Oct 18 17:52:01.943 INFO O| Oct 18 17:52:01.942 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8864 | 2024-10-18T17:52:04.040Z | [ host-image] Oct 18 17:52:01.952 INFO O| Oct 18 17:52:01.952 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8865 | 2024-10-18T17:52:04.044Z | [ host-image] Oct 18 17:52:01.957 INFO O| Oct 18 17:52:01.956 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8866 | 2024-10-18T17:52:04.044Z | [ host-image] Oct 18 17:52:01.957 INFO O| Oct 18 17:52:01.957 INFO no lofi found |
8867 | 2024-10-18T17:52:04.047Z | [ host-image] Oct 18 17:52:01.957 INFO O| Oct 18 17:52:01.957 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8868 | 2024-10-18T17:52:04.047Z | [ host-image] Oct 18 17:52:01.957 INFO O| Oct 18 17:52:01.957 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8869 | 2024-10-18T17:52:05.944Z | [ recovery-image] Oct 18 17:52:03.855 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) |
8870 | 2024-10-18T17:52:06.100Z | [ host-image] Oct 18 17:52:04.012 INFO O| Oct 18 17:52:04.012 INFO lofi device = /dev/dsk/c2t1d0p0 |
8871 | 2024-10-18T17:52:06.100Z | [ host-image] Oct 18 17:52:04.012 INFO O| Oct 18 17:52:04.012 INFO pool device = /dev/dsk/c2t1d0p0 |
8872 | 2024-10-18T17:52:06.103Z | [ host-image] Oct 18 17:52:04.012 INFO O| Oct 18 17:52:04.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
8873 | 2024-10-18T17:52:06.263Z | [ host-image] Oct 18 17:52:04.174 INFO O| Oct 18 17:52:04.174 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8874 | 2024-10-18T17:52:06.263Z | [ host-image] Oct 18 17:52:04.174 INFO O| Oct 18 17:52:04.174 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8875 | 2024-10-18T17:52:06.297Z | [ host-image] Oct 18 17:52:04.208 INFO O| Oct 18 17:52:04.208 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8876 | 2024-10-18T17:52:06.398Z | [ host-image] Oct 18 17:52:04.309 INFO O| Oct 18 17:52:04.309 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8877 | 2024-10-18T17:52:06.451Z | [ host-image] Oct 18 17:52:04.362 INFO O| Oct 18 17:52:04.362 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8878 | 2024-10-18T17:52:06.470Z | [ host-image] Oct 18 17:52:04.380 INFO O| Oct 18 17:52:04.380 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8879 | 2024-10-18T17:52:06.482Z | [ host-image] Oct 18 17:52:04.393 INFO O| Oct 18 17:52:04.393 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8880 | 2024-10-18T17:52:06.620Z | [ host-image] Oct 18 17:52:04.531 INFO O| Oct 18 17:52:04.531 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8881 | 2024-10-18T17:52:06.620Z | [ host-image] Oct 18 17:52:04.531 INFO O| Oct 18 17:52:04.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8882 | 2024-10-18T17:52:06.623Z | [ host-image] Oct 18 17:52:04.531 INFO O| Oct 18 17:52:04.531 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8883 | 2024-10-18T17:52:06.651Z | [ host-image] Oct 18 17:52:04.561 INFO O| Oct 18 17:52:04.561 INFO boot environment UUID: f7716537-03f4-4617-b0e3-1e5c4dd094f2 |
8884 | 2024-10-18T17:52:06.651Z | [ host-image] Oct 18 17:52:04.561 INFO O| Oct 18 17:52:04.561 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = f7716537-03f4-4617-b0e3-1e5c4dd094f2 |
8885 | 2024-10-18T17:52:06.686Z | [ host-image] Oct 18 17:52:04.597 INFO O| Oct 18 17:52:04.597 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8886 | 2024-10-18T17:52:06.708Z | [ host-image] Oct 18 17:52:04.618 INFO O| Oct 18 17:52:04.618 INFO STEP 0 (create_be) COMPLETE |
8887 | 2024-10-18T17:52:06.708Z | [ host-image] Oct 18 17:52:04.618 INFO O| Oct 18 17:52:04.618 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8888 | 2024-10-18T17:52:06.733Z | [ host-image] Oct 18 17:52:04.643 INFO O| Oct 18 17:52:04.643 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8889 | 2024-10-18T17:52:08.202Z | [ recovery-image] Oct 18 17:52:06.109 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) |
8890 | 2024-10-18T17:52:12.866Z | [ recovery-image] Oct 18 17:52:10.775 INFO E| Compiling bitflags v1.3.2 |
8891 | 2024-10-18T17:52:12.866Z | [ recovery-image] Oct 18 17:52:10.775 INFO E| Compiling log v0.4.22 |
8892 | 2024-10-18T17:52:12.866Z | [ recovery-image] Oct 18 17:52:10.775 INFO E| Compiling plain v0.2.3 |
8893 | 2024-10-18T17:52:12.870Z | [ recovery-image] Oct 18 17:52:10.775 INFO E| Compiling adler2 v2.0.0 |
8894 | 2024-10-18T17:52:12.870Z | [ recovery-image] Oct 18 17:52:10.775 INFO E| Compiling scroll v0.12.0 |
8895 | 2024-10-18T17:52:12.870Z | [ recovery-image] Oct 18 17:52:10.775 INFO E| Compiling bit_field v0.10.2 |
8896 | 2024-10-18T17:52:12.870Z | [ recovery-image] Oct 18 17:52:10.775 INFO E| Compiling bitstruct v0.1.1 |
8897 | 2024-10-18T17:52:13.057Z | [ recovery-image] Oct 18 17:52:10.966 INFO E| Compiling raw-cpuid v10.7.0 |
8898 | 2024-10-18T17:52:13.064Z | [ recovery-image] Oct 18 17:52:10.973 INFO E| Compiling cpio_reader v0.1.1 |
8899 | 2024-10-18T17:52:13.257Z | [ recovery-image] Oct 18 17:52:11.165 INFO E| Compiling miniz_oxide v0.8.0 |
8900 | 2024-10-18T17:52:13.428Z | [ recovery-image] Oct 18 17:52:11.325 INFO E| Compiling static_assertions v1.1.0 |
8901 | 2024-10-18T17:52:13.987Z | [ recovery-image] Oct 18 17:52:11.895 INFO E| Compiling goblin v0.8.2 |
8902 | 2024-10-18T17:52:22.534Z | [ recovery-image] Oct 18 17:52:20.439 INFO E| Finished `release` profile [optimized] target(s) in 34.56s |
8903 | 2024-10-18T17:52:22.571Z | [ recovery-image] Oct 18 17:52:20.469 INFO building host image... |
8904 | 2024-10-18T17:52:22.574Z | [ recovery-image] Oct 18 17:52:20.470 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") |
8905 | 2024-10-18T17:52:23.197Z | [ recovery-image] Oct 18 17:52:21.102 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
8906 | 2024-10-18T17:52:24.991Z | [ recovery-image] Oct 18 17:52:22.895 INFO image complete! materials are in "/work/os-recovery" |
8907 | 2024-10-18T17:52:24.994Z | [ recovery-image] |
8908 | 2024-10-18T17:52:24.994Z | [ recovery-image] real 7:47.910230303 |
8909 | 2024-10-18T17:52:24.994Z | [ recovery-image] user 5:06.392314259 |
8910 | 2024-10-18T17:52:24.994Z | [ recovery-image] sys 50.756077182 |
8911 | 2024-10-18T17:52:24.995Z | [ recovery-image] trap 0.225284338 |
8912 | 2024-10-18T17:52:24.995Z | [ recovery-image] tflt 0.246474886 |
8913 | 2024-10-18T17:52:24.995Z | [ recovery-image] dflt 0.942213295 |
8914 | 2024-10-18T17:52:24.995Z | [ recovery-image] kflt 0.016919788 |
8915 | 2024-10-18T17:52:24.995Z | [ recovery-image] lock 16:42.998135746 |
8916 | 2024-10-18T17:52:24.995Z | [ recovery-image] slp 47:08.108370965 |
8917 | 2024-10-18T17:52:24.995Z | [ recovery-image] lat 2:02.036591265 |
8918 | 2024-10-18T17:52:24.995Z | [ recovery-image] stop 4.355422371 |
8919 | 2024-10-18T17:52:24.997Z | Oct 18 17:52:22.899 INFO [recovery-image] process exited with exit status: 0 (467.952589487s) |
8920 | 2024-10-18T17:52:28.201Z | [ host-image] Oct 18 17:52:26.104 INFO O| Oct 18 17:52:26.104 INFO STEP 1 (unpack_tar) COMPLETE |
8921 | 2024-10-18T17:52:28.202Z | [ host-image] Oct 18 17:52:26.104 INFO O| Oct 18 17:52:26.104 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8922 | 2024-10-18T17:52:28.211Z | [ host-image] Oct 18 17:52:26.115 INFO O| Oct 18 17:52:26.114 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8923 | 2024-10-18T17:52:28.474Z | [ host-image] Oct 18 17:52:26.376 INFO O| Oct 18 17:52:26.376 INFO STEP 2 (devfsadm) COMPLETE |
8924 | 2024-10-18T17:52:28.474Z | [ host-image] Oct 18 17:52:26.377 INFO O| Oct 18 17:52:26.376 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8925 | 2024-10-18T17:52:28.484Z | [ host-image] Oct 18 17:52:26.387 INFO O| Oct 18 17:52:26.387 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8926 | 2024-10-18T17:52:28.484Z | [ host-image] Oct 18 17:52:26.387 INFO O| Oct 18 17:52:26.387 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8927 | 2024-10-18T17:52:28.484Z | [ host-image] Oct 18 17:52:26.387 INFO O| Oct 18 17:52:26.387 INFO STEP 3 (ensure_dir) COMPLETE |
8928 | 2024-10-18T17:52:28.487Z | [ host-image] Oct 18 17:52:26.387 INFO O| Oct 18 17:52:26.387 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8929 | 2024-10-18T17:52:28.493Z | [ host-image] Oct 18 17:52:26.396 INFO O| Oct 18 17:52:26.396 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8930 | 2024-10-18T17:52:28.493Z | [ host-image] Oct 18 17:52:26.396 INFO O| Oct 18 17:52:26.396 INFO STEP 4 (ensure_dir) COMPLETE |
8931 | 2024-10-18T17:52:28.497Z | [ host-image] Oct 18 17:52:26.396 INFO O| Oct 18 17:52:26.396 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8932 | 2024-10-18T17:52:28.503Z | [ host-image] Oct 18 17:52:26.405 INFO O| Oct 18 17:52:26.405 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8933 | 2024-10-18T17:52:28.503Z | [ host-image] Oct 18 17:52:26.405 INFO O| Oct 18 17:52:26.405 INFO STEP 5 (ensure_dir) COMPLETE |
8934 | 2024-10-18T17:52:28.507Z | [ host-image] Oct 18 17:52:26.405 INFO O| Oct 18 17:52:26.405 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8935 | 2024-10-18T17:52:28.512Z | [ host-image] Oct 18 17:52:26.414 INFO O| Oct 18 17:52:26.414 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8936 | 2024-10-18T17:52:28.514Z | [ host-image] Oct 18 17:52:26.415 INFO O| Oct 18 17:52:26.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8937 | 2024-10-18T17:52:28.514Z | [ host-image] Oct 18 17:52:26.415 INFO O| Oct 18 17:52:26.415 INFO STEP 6 (ensure_dir) COMPLETE |
8938 | 2024-10-18T17:52:28.514Z | [ host-image] Oct 18 17:52:26.415 INFO O| Oct 18 17:52:26.415 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8939 | 2024-10-18T17:52:28.520Z | [ host-image] Oct 18 17:52:26.424 INFO O| Oct 18 17:52:26.423 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8940 | 2024-10-18T17:52:28.520Z | [ host-image] Oct 18 17:52:26.424 INFO O| Oct 18 17:52:26.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8941 | 2024-10-18T17:52:28.523Z | [ host-image] Oct 18 17:52:26.424 INFO O| Oct 18 17:52:26.424 INFO STEP 7 (ensure_dir) COMPLETE |
8942 | 2024-10-18T17:52:28.523Z | [ host-image] Oct 18 17:52:26.424 INFO O| Oct 18 17:52:26.424 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8943 | 2024-10-18T17:52:28.530Z | [ host-image] Oct 18 17:52:26.433 INFO O| Oct 18 17:52:26.433 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8944 | 2024-10-18T17:52:28.532Z | [ host-image] Oct 18 17:52:26.433 INFO O| Oct 18 17:52:26.433 INFO STEP 8 (remove_files) COMPLETE |
8945 | 2024-10-18T17:52:28.532Z | [ host-image] Oct 18 17:52:26.433 INFO O| Oct 18 17:52:26.433 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8946 | 2024-10-18T17:52:28.539Z | [ host-image] Oct 18 17:52:26.442 INFO O| Oct 18 17:52:26.442 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8947 | 2024-10-18T17:52:28.541Z | [ host-image] Oct 18 17:52:26.443 INFO O| Oct 18 17:52:26.442 INFO STEP 9 (remove_files) COMPLETE |
8948 | 2024-10-18T17:52:28.541Z | [ host-image] Oct 18 17:52:26.443 INFO O| Oct 18 17:52:26.442 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8949 | 2024-10-18T17:52:28.552Z | [ host-image] Oct 18 17:52:26.451 INFO O| Oct 18 17:52:26.451 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8950 | 2024-10-18T17:52:28.552Z | [ host-image] Oct 18 17:52:26.452 INFO O| Oct 18 17:52:26.452 INFO STEP 10 (remove_files) COMPLETE |
8951 | 2024-10-18T17:52:28.552Z | [ host-image] Oct 18 17:52:26.452 INFO O| Oct 18 17:52:26.452 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8952 | 2024-10-18T17:52:28.558Z | [ host-image] Oct 18 17:52:26.461 INFO O| Oct 18 17:52:26.461 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8953 | 2024-10-18T17:52:28.560Z | [ host-image] Oct 18 17:52:26.461 INFO O| Oct 18 17:52:26.461 INFO STEP 11 (remove_files) COMPLETE |
8954 | 2024-10-18T17:52:28.560Z | [ host-image] Oct 18 17:52:26.461 INFO O| Oct 18 17:52:26.461 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8955 | 2024-10-18T17:52:28.567Z | [ host-image] Oct 18 17:52:26.470 INFO O| Oct 18 17:52:26.470 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8956 | 2024-10-18T17:52:28.569Z | [ host-image] Oct 18 17:52:26.470 INFO O| Oct 18 17:52:26.470 INFO STEP 12 (remove_files) COMPLETE |
8957 | 2024-10-18T17:52:28.569Z | [ host-image] Oct 18 17:52:26.470 INFO O| Oct 18 17:52:26.470 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8958 | 2024-10-18T17:52:28.576Z | [ host-image] Oct 18 17:52:26.479 INFO O| Oct 18 17:52:26.479 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8959 | 2024-10-18T17:52:28.578Z | [ host-image] Oct 18 17:52:26.479 INFO O| Oct 18 17:52:26.479 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8960 | 2024-10-18T17:52:28.578Z | [ host-image] Oct 18 17:52:26.479 INFO O| Oct 18 17:52:26.479 INFO STEP 13 (ensure_dir) COMPLETE |
8961 | 2024-10-18T17:52:28.578Z | [ host-image] Oct 18 17:52:26.479 INFO O| Oct 18 17:52:26.479 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8962 | 2024-10-18T17:52:28.585Z | [ host-image] Oct 18 17:52:26.488 INFO O| Oct 18 17:52:26.488 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8963 | 2024-10-18T17:52:28.588Z | [ host-image] Oct 18 17:52:26.488 INFO O| Oct 18 17:52:26.488 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8964 | 2024-10-18T17:52:28.588Z | [ host-image] Oct 18 17:52:26.488 INFO O| Oct 18 17:52:26.488 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8965 | 2024-10-18T17:52:28.588Z | [ host-image] Oct 18 17:52:26.488 INFO O| Oct 18 17:52:26.488 INFO STEP 14 (ensure_dir) COMPLETE |
8966 | 2024-10-18T17:52:28.588Z | [ host-image] Oct 18 17:52:26.488 INFO O| Oct 18 17:52:26.488 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8967 | 2024-10-18T17:52:28.594Z | [ host-image] Oct 18 17:52:26.497 INFO O| Oct 18 17:52:26.497 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8968 | 2024-10-18T17:52:28.594Z | [ host-image] Oct 18 17:52:26.497 INFO O| Oct 18 17:52:26.497 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8969 | 2024-10-18T17:52:28.594Z | [ host-image] Oct 18 17:52:26.497 INFO O| Oct 18 17:52:26.497 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8970 | 2024-10-18T17:52:28.597Z | [ host-image] Oct 18 17:52:26.497 INFO O| Oct 18 17:52:26.497 INFO STEP 15 (ensure_dir) COMPLETE |
8971 | 2024-10-18T17:52:28.597Z | [ host-image] Oct 18 17:52:26.497 INFO O| Oct 18 17:52:26.497 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8972 | 2024-10-18T17:52:28.603Z | [ host-image] Oct 18 17:52:26.506 INFO O| Oct 18 17:52:26.506 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8973 | 2024-10-18T17:52:28.606Z | [ host-image] Oct 18 17:52:26.506 INFO O| Oct 18 17:52:26.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8974 | 2024-10-18T17:52:28.606Z | [ host-image] Oct 18 17:52:26.506 INFO O| Oct 18 17:52:26.506 INFO STEP 16 (ensure_dir) COMPLETE |
8975 | 2024-10-18T17:52:28.606Z | [ host-image] Oct 18 17:52:26.506 INFO O| Oct 18 17:52:26.506 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8976 | 2024-10-18T17:52:28.612Z | [ host-image] Oct 18 17:52:26.515 INFO O| Oct 18 17:52:26.515 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8977 | 2024-10-18T17:52:28.612Z | [ host-image] Oct 18 17:52:26.515 INFO O| Oct 18 17:52:26.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8978 | 2024-10-18T17:52:28.612Z | [ host-image] Oct 18 17:52:26.515 INFO O| Oct 18 17:52:26.515 INFO STEP 17 (ensure_dir) COMPLETE |
8979 | 2024-10-18T17:52:28.615Z | [ host-image] Oct 18 17:52:26.515 INFO O| Oct 18 17:52:26.515 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8980 | 2024-10-18T17:52:28.621Z | [ host-image] Oct 18 17:52:26.524 INFO O| Oct 18 17:52:26.524 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8981 | 2024-10-18T17:52:28.621Z | [ host-image] Oct 18 17:52:26.524 INFO O| Oct 18 17:52:26.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8982 | 2024-10-18T17:52:28.621Z | [ host-image] Oct 18 17:52:26.524 INFO O| Oct 18 17:52:26.524 INFO ok! |
8983 | 2024-10-18T17:52:28.624Z | [ host-image] Oct 18 17:52:26.524 INFO O| Oct 18 17:52:26.524 INFO STEP 18 (ensure_symlink) COMPLETE |
8984 | 2024-10-18T17:52:28.624Z | [ host-image] Oct 18 17:52:26.524 INFO O| Oct 18 17:52:26.524 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8985 | 2024-10-18T17:52:28.630Z | [ host-image] Oct 18 17:52:26.533 INFO O| Oct 18 17:52:26.533 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8986 | 2024-10-18T17:52:28.630Z | [ host-image] Oct 18 17:52:26.533 INFO O| Oct 18 17:52:26.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8987 | 2024-10-18T17:52:28.634Z | [ host-image] Oct 18 17:52:26.533 INFO O| Oct 18 17:52:26.533 INFO ok! |
8988 | 2024-10-18T17:52:28.634Z | [ host-image] Oct 18 17:52:26.533 INFO O| Oct 18 17:52:26.533 INFO STEP 19 (ensure_file) COMPLETE |
8989 | 2024-10-18T17:52:28.634Z | [ host-image] Oct 18 17:52:26.533 INFO O| Oct 18 17:52:26.533 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8990 | 2024-10-18T17:52:28.639Z | [ host-image] Oct 18 17:52:26.542 INFO O| Oct 18 17:52:26.542 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8991 | 2024-10-18T17:52:28.642Z | [ host-image] Oct 18 17:52:26.542 INFO O| Oct 18 17:52:26.542 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8992 | 2024-10-18T17:52:28.642Z | [ host-image] Oct 18 17:52:26.542 INFO O| Oct 18 17:52:26.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8993 | 2024-10-18T17:52:28.642Z | [ host-image] Oct 18 17:52:26.542 INFO O| Oct 18 17:52:26.542 INFO ok! |
8994 | 2024-10-18T17:52:28.642Z | [ host-image] Oct 18 17:52:26.542 INFO O| Oct 18 17:52:26.542 INFO STEP 20 (ensure_symlink) COMPLETE |
8995 | 2024-10-18T17:52:28.642Z | [ host-image] Oct 18 17:52:26.542 INFO O| Oct 18 17:52:26.542 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8996 | 2024-10-18T17:52:28.648Z | [ host-image] Oct 18 17:52:26.551 INFO O| Oct 18 17:52:26.551 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
8997 | 2024-10-18T17:52:28.648Z | [ host-image] Oct 18 17:52:26.551 INFO O| Oct 18 17:52:26.551 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8998 | 2024-10-18T17:52:28.651Z | [ host-image] Oct 18 17:52:26.551 INFO O| Oct 18 17:52:26.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
8999 | 2024-10-18T17:52:28.651Z | [ host-image] Oct 18 17:52:26.551 INFO O| Oct 18 17:52:26.551 INFO ok! |
9000 | 2024-10-18T17:52:28.651Z | [ host-image] Oct 18 17:52:26.551 INFO O| Oct 18 17:52:26.551 INFO STEP 21 (ensure_symlink) COMPLETE |
9001 | 2024-10-18T17:52:28.651Z | [ host-image] Oct 18 17:52:26.551 INFO O| Oct 18 17:52:26.551 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9002 | 2024-10-18T17:52:28.657Z | [ host-image] Oct 18 17:52:26.560 INFO O| Oct 18 17:52:26.560 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9003 | 2024-10-18T17:52:28.660Z | [ host-image] Oct 18 17:52:26.560 INFO O| Oct 18 17:52:26.560 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9004 | 2024-10-18T17:52:28.660Z | [ host-image] Oct 18 17:52:26.560 INFO O| Oct 18 17:52:26.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9005 | 2024-10-18T17:52:28.660Z | [ host-image] Oct 18 17:52:26.560 INFO O| Oct 18 17:52:26.560 INFO ok! |
9006 | 2024-10-18T17:52:28.660Z | [ host-image] Oct 18 17:52:26.560 INFO O| Oct 18 17:52:26.560 INFO STEP 22 (ensure_symlink) COMPLETE |
9007 | 2024-10-18T17:52:28.660Z | [ host-image] Oct 18 17:52:26.560 INFO O| Oct 18 17:52:26.560 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9008 | 2024-10-18T17:52:28.666Z | [ host-image] Oct 18 17:52:26.569 INFO O| Oct 18 17:52:26.569 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9009 | 2024-10-18T17:52:28.666Z | [ host-image] Oct 18 17:52:26.569 INFO O| Oct 18 17:52:26.569 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9010 | 2024-10-18T17:52:28.670Z | [ host-image] Oct 18 17:52:26.569 INFO O| Oct 18 17:52:26.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9011 | 2024-10-18T17:52:28.670Z | [ host-image] Oct 18 17:52:26.569 INFO O| Oct 18 17:52:26.569 INFO ok! |
9012 | 2024-10-18T17:52:28.670Z | [ host-image] Oct 18 17:52:26.569 INFO O| Oct 18 17:52:26.569 INFO STEP 23 (ensure_symlink) COMPLETE |
9013 | 2024-10-18T17:52:28.670Z | [ host-image] Oct 18 17:52:26.569 INFO O| Oct 18 17:52:26.569 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9014 | 2024-10-18T17:52:28.677Z | [ host-image] Oct 18 17:52:26.578 INFO O| Oct 18 17:52:26.578 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9015 | 2024-10-18T17:52:28.680Z | [ host-image] Oct 18 17:52:26.578 INFO O| Oct 18 17:52:26.578 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9016 | 2024-10-18T17:52:28.680Z | [ host-image] Oct 18 17:52:26.578 INFO O| Oct 18 17:52:26.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9017 | 2024-10-18T17:52:28.680Z | [ host-image] Oct 18 17:52:26.578 INFO O| Oct 18 17:52:26.578 INFO ok! |
9018 | 2024-10-18T17:52:28.680Z | [ host-image] Oct 18 17:52:26.578 INFO O| Oct 18 17:52:26.578 INFO STEP 24 (ensure_file) COMPLETE |
9019 | 2024-10-18T17:52:28.680Z | [ host-image] Oct 18 17:52:26.578 INFO O| Oct 18 17:52:26.578 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9020 | 2024-10-18T17:52:28.685Z | [ host-image] Oct 18 17:52:26.588 INFO O| Oct 18 17:52:26.588 INFO updating shadow file |
9021 | 2024-10-18T17:52:28.687Z | [ host-image] Oct 18 17:52:26.588 INFO O| Oct 18 17:52:26.588 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9022 | 2024-10-18T17:52:28.687Z | [ host-image] Oct 18 17:52:26.588 INFO O| Oct 18 17:52:26.588 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9023 | 2024-10-18T17:52:28.687Z | [ host-image] Oct 18 17:52:26.588 INFO O| Oct 18 17:52:26.588 INFO STEP 25 (shadow) COMPLETE |
9024 | 2024-10-18T17:52:28.687Z | [ host-image] Oct 18 17:52:26.588 INFO O| Oct 18 17:52:26.588 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9025 | 2024-10-18T17:52:28.694Z | [ host-image] Oct 18 17:52:26.597 INFO O| Oct 18 17:52:26.597 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9026 | 2024-10-18T17:52:28.694Z | [ host-image] Oct 18 17:52:26.597 INFO O| Oct 18 17:52:26.597 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9027 | 2024-10-18T17:52:28.696Z | [ host-image] Oct 18 17:52:26.597 INFO O| Oct 18 17:52:26.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9028 | 2024-10-18T17:52:28.696Z | [ host-image] Oct 18 17:52:26.597 INFO O| Oct 18 17:52:26.597 INFO ok! |
9029 | 2024-10-18T17:52:28.696Z | [ host-image] Oct 18 17:52:26.597 INFO O| Oct 18 17:52:26.597 INFO STEP 26 (ensure_file) COMPLETE |
9030 | 2024-10-18T17:52:28.696Z | [ host-image] Oct 18 17:52:26.597 INFO O| Oct 18 17:52:26.597 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9031 | 2024-10-18T17:52:28.703Z | [ host-image] Oct 18 17:52:26.606 INFO O| Oct 18 17:52:26.606 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9032 | 2024-10-18T17:52:28.703Z | [ host-image] Oct 18 17:52:26.606 INFO O| Oct 18 17:52:26.606 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9033 | 2024-10-18T17:52:28.706Z | [ host-image] Oct 18 17:52:26.606 INFO O| Oct 18 17:52:26.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9034 | 2024-10-18T17:52:28.706Z | [ host-image] Oct 18 17:52:26.606 INFO O| Oct 18 17:52:26.606 INFO ok! |
9035 | 2024-10-18T17:52:28.706Z | [ host-image] Oct 18 17:52:26.606 INFO O| Oct 18 17:52:26.606 INFO STEP 27 (ensure_file) COMPLETE |
9036 | 2024-10-18T17:52:28.706Z | [ host-image] Oct 18 17:52:26.606 INFO O| Oct 18 17:52:26.606 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9037 | 2024-10-18T17:52:28.712Z | [ host-image] Oct 18 17:52:26.615 INFO O| Oct 18 17:52:26.615 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9038 | 2024-10-18T17:52:28.712Z | [ host-image] Oct 18 17:52:26.615 INFO O| Oct 18 17:52:26.615 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9039 | 2024-10-18T17:52:28.715Z | [ host-image] Oct 18 17:52:26.615 INFO O| Oct 18 17:52:26.615 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9040 | 2024-10-18T17:52:28.715Z | [ host-image] Oct 18 17:52:26.615 INFO O| Oct 18 17:52:26.615 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9041 | 2024-10-18T17:52:28.715Z | [ host-image] Oct 18 17:52:26.615 INFO O| Oct 18 17:52:26.615 INFO ok! |
9042 | 2024-10-18T17:52:28.715Z | [ host-image] Oct 18 17:52:26.615 INFO O| Oct 18 17:52:26.615 INFO STEP 28 (ensure_file) COMPLETE |
9043 | 2024-10-18T17:52:28.715Z | [ host-image] Oct 18 17:52:26.615 INFO O| Oct 18 17:52:26.615 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9044 | 2024-10-18T17:52:28.721Z | [ host-image] Oct 18 17:52:26.624 INFO O| Oct 18 17:52:26.624 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9045 | 2024-10-18T17:52:28.721Z | [ host-image] Oct 18 17:52:26.624 INFO O| Oct 18 17:52:26.624 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9046 | 2024-10-18T17:52:28.721Z | [ host-image] Oct 18 17:52:26.624 INFO O| Oct 18 17:52:26.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9047 | 2024-10-18T17:52:28.724Z | [ host-image] Oct 18 17:52:26.624 INFO O| Oct 18 17:52:26.624 INFO ok! |
9048 | 2024-10-18T17:52:28.724Z | [ host-image] Oct 18 17:52:26.624 INFO O| Oct 18 17:52:26.624 INFO STEP 29 (ensure_file) COMPLETE |
9049 | 2024-10-18T17:52:28.724Z | [ host-image] Oct 18 17:52:26.624 INFO O| Oct 18 17:52:26.624 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9050 | 2024-10-18T17:52:28.730Z | [ host-image] Oct 18 17:52:26.633 INFO O| Oct 18 17:52:26.633 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9051 | 2024-10-18T17:52:28.730Z | [ host-image] Oct 18 17:52:26.633 INFO O| Oct 18 17:52:26.633 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9052 | 2024-10-18T17:52:28.733Z | [ host-image] Oct 18 17:52:26.633 INFO O| Oct 18 17:52:26.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9053 | 2024-10-18T17:52:28.733Z | [ host-image] Oct 18 17:52:26.634 INFO O| Oct 18 17:52:26.633 INFO ok! |
9054 | 2024-10-18T17:52:28.733Z | [ host-image] Oct 18 17:52:26.634 INFO O| Oct 18 17:52:26.633 INFO STEP 30 (ensure_file) COMPLETE |
9055 | 2024-10-18T17:52:28.733Z | [ host-image] Oct 18 17:52:26.634 INFO O| Oct 18 17:52:26.633 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9056 | 2024-10-18T17:52:28.740Z | [ host-image] Oct 18 17:52:26.643 INFO O| Oct 18 17:52:26.643 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9057 | 2024-10-18T17:52:28.740Z | [ host-image] Oct 18 17:52:26.643 INFO O| Oct 18 17:52:26.643 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9058 | 2024-10-18T17:52:28.742Z | [ host-image] Oct 18 17:52:26.643 INFO O| Oct 18 17:52:26.643 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9059 | 2024-10-18T17:52:28.742Z | [ host-image] Oct 18 17:52:26.643 INFO O| Oct 18 17:52:26.643 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9060 | 2024-10-18T17:52:28.742Z | [ host-image] Oct 18 17:52:26.643 INFO O| Oct 18 17:52:26.643 INFO ok! |
9061 | 2024-10-18T17:52:28.742Z | [ host-image] Oct 18 17:52:26.643 INFO O| Oct 18 17:52:26.643 INFO STEP 31 (ensure_file) COMPLETE |
9062 | 2024-10-18T17:52:28.742Z | [ host-image] Oct 18 17:52:26.643 INFO O| Oct 18 17:52:26.643 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9063 | 2024-10-18T17:52:28.749Z | [ host-image] Oct 18 17:52:26.652 INFO O| Oct 18 17:52:26.652 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9064 | 2024-10-18T17:52:28.749Z | [ host-image] Oct 18 17:52:26.652 INFO O| Oct 18 17:52:26.652 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9065 | 2024-10-18T17:52:28.752Z | [ host-image] Oct 18 17:52:26.652 INFO O| Oct 18 17:52:26.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9066 | 2024-10-18T17:52:28.752Z | [ host-image] Oct 18 17:52:26.652 INFO O| Oct 18 17:52:26.652 INFO ok! |
9067 | 2024-10-18T17:52:28.752Z | [ host-image] Oct 18 17:52:26.652 INFO O| Oct 18 17:52:26.652 INFO STEP 32 (ensure_file) COMPLETE |
9068 | 2024-10-18T17:52:28.752Z | [ host-image] Oct 18 17:52:26.652 INFO O| Oct 18 17:52:26.652 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9069 | 2024-10-18T17:52:28.758Z | [ host-image] Oct 18 17:52:26.661 INFO O| Oct 18 17:52:26.661 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9070 | 2024-10-18T17:52:28.761Z | [ host-image] Oct 18 17:52:26.661 INFO O| Oct 18 17:52:26.661 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9071 | 2024-10-18T17:52:28.761Z | [ host-image] Oct 18 17:52:26.661 INFO O| Oct 18 17:52:26.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9072 | 2024-10-18T17:52:28.761Z | [ host-image] Oct 18 17:52:26.661 INFO O| Oct 18 17:52:26.661 INFO ok! |
9073 | 2024-10-18T17:52:28.761Z | [ host-image] Oct 18 17:52:26.661 INFO O| Oct 18 17:52:26.661 INFO STEP 33 (ensure_file) COMPLETE |
9074 | 2024-10-18T17:52:28.761Z | [ host-image] Oct 18 17:52:26.661 INFO O| Oct 18 17:52:26.661 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9075 | 2024-10-18T17:52:28.767Z | [ host-image] Oct 18 17:52:26.670 INFO O| Oct 18 17:52:26.670 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9076 | 2024-10-18T17:52:28.767Z | [ host-image] Oct 18 17:52:26.670 INFO O| Oct 18 17:52:26.670 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9077 | 2024-10-18T17:52:28.770Z | [ host-image] Oct 18 17:52:26.670 INFO O| Oct 18 17:52:26.670 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9078 | 2024-10-18T17:52:28.770Z | [ host-image] Oct 18 17:52:26.671 INFO O| Oct 18 17:52:26.670 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9079 | 2024-10-18T17:52:28.770Z | [ host-image] Oct 18 17:52:26.671 INFO O| Oct 18 17:52:26.671 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9080 | 2024-10-18T17:52:28.770Z | [ host-image] Oct 18 17:52:26.671 INFO O| Oct 18 17:52:26.671 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9081 | 2024-10-18T17:52:28.770Z | [ host-image] Oct 18 17:52:26.671 INFO O| Oct 18 17:52:26.671 INFO ok! |
9082 | 2024-10-18T17:52:28.770Z | [ host-image] Oct 18 17:52:26.671 INFO O| Oct 18 17:52:26.671 INFO STEP 34 (ensure_file) COMPLETE |
9083 | 2024-10-18T17:52:28.770Z | [ host-image] Oct 18 17:52:26.671 INFO O| Oct 18 17:52:26.671 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9084 | 2024-10-18T17:52:28.777Z | [ host-image] Oct 18 17:52:26.680 INFO O| Oct 18 17:52:26.680 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9085 | 2024-10-18T17:52:28.780Z | [ host-image] Oct 18 17:52:26.680 INFO O| Oct 18 17:52:26.680 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9086 | 2024-10-18T17:52:28.780Z | [ host-image] Oct 18 17:52:26.680 INFO O| Oct 18 17:52:26.680 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9087 | 2024-10-18T17:52:28.780Z | [ host-image] Oct 18 17:52:26.680 INFO O| Oct 18 17:52:26.680 INFO STEP 35 (ensure_dir) COMPLETE |
9088 | 2024-10-18T17:52:28.780Z | [ host-image] Oct 18 17:52:26.680 INFO O| Oct 18 17:52:26.680 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9089 | 2024-10-18T17:52:28.786Z | [ host-image] Oct 18 17:52:26.689 INFO O| Oct 18 17:52:26.689 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 |
9090 | 2024-10-18T17:52:28.786Z | [ host-image] Oct 18 17:52:26.689 INFO O| Oct 18 17:52:26.689 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 ... |
9091 | 2024-10-18T17:52:28.789Z | [ host-image] Oct 18 17:52:26.689 INFO O| Oct 18 17:52:26.689 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 |
9092 | 2024-10-18T17:52:28.789Z | [ host-image] Oct 18 17:52:26.689 INFO O| Oct 18 17:52:26.689 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 |
9093 | 2024-10-18T17:52:28.789Z | [ host-image] Oct 18 17:52:26.689 INFO O| Oct 18 17:52:26.689 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 |
9094 | 2024-10-18T17:52:28.789Z | [ host-image] Oct 18 17:52:26.689 INFO O| Oct 18 17:52:26.689 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 |
9095 | 2024-10-18T17:52:28.789Z | [ host-image] Oct 18 17:52:26.689 INFO O| Oct 18 17:52:26.689 INFO ok! |
9096 | 2024-10-18T17:52:28.789Z | [ host-image] Oct 18 17:52:26.689 INFO O| Oct 18 17:52:26.689 INFO STEP 36 (ensure_file) COMPLETE |
9097 | 2024-10-18T17:52:28.789Z | [ host-image] Oct 18 17:52:26.689 INFO O| Oct 18 17:52:26.689 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9098 | 2024-10-18T17:52:28.795Z | [ host-image] Oct 18 17:52:26.698 INFO O| Oct 18 17:52:26.698 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9099 | 2024-10-18T17:52:28.795Z | [ host-image] Oct 18 17:52:26.698 INFO O| Oct 18 17:52:26.698 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 ... |
9100 | 2024-10-18T17:52:28.798Z | [ host-image] Oct 18 17:52:26.698 INFO O| Oct 18 17:52:26.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9101 | 2024-10-18T17:52:28.798Z | [ host-image] Oct 18 17:52:26.698 INFO O| Oct 18 17:52:26.698 INFO ok! |
9102 | 2024-10-18T17:52:28.798Z | [ host-image] Oct 18 17:52:26.698 INFO O| Oct 18 17:52:26.698 INFO STEP 37 (ensure_symlink) COMPLETE |
9103 | 2024-10-18T17:52:28.798Z | [ host-image] Oct 18 17:52:26.698 INFO O| Oct 18 17:52:26.698 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9104 | 2024-10-18T17:52:28.804Z | [ host-image] Oct 18 17:52:26.707 INFO O| Oct 18 17:52:26.707 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9105 | 2024-10-18T17:52:28.805Z | [ host-image] Oct 18 17:52:26.707 INFO O| Oct 18 17:52:26.707 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9106 | 2024-10-18T17:52:28.807Z | [ host-image] Oct 18 17:52:26.708 INFO O| Oct 18 17:52:26.707 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9107 | 2024-10-18T17:52:28.807Z | [ host-image] Oct 18 17:52:26.708 INFO O| Oct 18 17:52:26.708 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9108 | 2024-10-18T17:52:28.807Z | [ host-image] Oct 18 17:52:26.708 INFO O| Oct 18 17:52:26.708 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9109 | 2024-10-18T17:52:28.807Z | [ host-image] Oct 18 17:52:26.708 INFO O| Oct 18 17:52:26.708 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9110 | 2024-10-18T17:52:28.807Z | [ host-image] Oct 18 17:52:26.708 INFO O| Oct 18 17:52:26.708 INFO ok! |
9111 | 2024-10-18T17:52:28.807Z | [ host-image] Oct 18 17:52:26.708 INFO O| Oct 18 17:52:26.708 INFO STEP 38 (ensure_file) COMPLETE |
9112 | 2024-10-18T17:52:28.807Z | [ host-image] Oct 18 17:52:26.708 INFO O| Oct 18 17:52:26.708 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9113 | 2024-10-18T17:52:28.814Z | [ host-image] Oct 18 17:52:26.717 INFO O| Oct 18 17:52:26.717 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9114 | 2024-10-18T17:52:28.814Z | [ host-image] Oct 18 17:52:26.717 INFO O| Oct 18 17:52:26.717 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 ... |
9115 | 2024-10-18T17:52:28.816Z | [ host-image] Oct 18 17:52:26.717 INFO O| Oct 18 17:52:26.717 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 |
9116 | 2024-10-18T17:52:28.816Z | [ host-image] Oct 18 17:52:26.717 INFO O| Oct 18 17:52:26.717 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9117 | 2024-10-18T17:52:28.816Z | [ host-image] Oct 18 17:52:26.717 INFO O| Oct 18 17:52:26.717 INFO ok! |
9118 | 2024-10-18T17:52:28.816Z | [ host-image] Oct 18 17:52:26.717 INFO O| Oct 18 17:52:26.717 INFO STEP 39 (ensure_file) COMPLETE |
9119 | 2024-10-18T17:52:28.816Z | [ host-image] Oct 18 17:52:26.717 INFO O| Oct 18 17:52:26.717 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9120 | 2024-10-18T17:52:28.823Z | [ host-image] Oct 18 17:52:26.726 INFO O| Oct 18 17:52:26.726 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9121 | 2024-10-18T17:52:28.826Z | [ host-image] Oct 18 17:52:26.726 INFO O| Oct 18 17:52:26.726 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9122 | 2024-10-18T17:52:28.826Z | [ host-image] Oct 18 17:52:26.726 INFO O| Oct 18 17:52:26.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9123 | 2024-10-18T17:52:28.826Z | [ host-image] Oct 18 17:52:26.726 INFO O| Oct 18 17:52:26.726 INFO ok! |
9124 | 2024-10-18T17:52:28.826Z | [ host-image] Oct 18 17:52:26.726 INFO O| Oct 18 17:52:26.726 INFO STEP 40 (ensure_file) COMPLETE |
9125 | 2024-10-18T17:52:28.826Z | [ host-image] Oct 18 17:52:26.726 INFO O| Oct 18 17:52:26.726 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9126 | 2024-10-18T17:52:28.833Z | [ host-image] Oct 18 17:52:26.736 INFO O| Oct 18 17:52:26.736 INFO updating shadow file |
9127 | 2024-10-18T17:52:28.836Z | [ host-image] Oct 18 17:52:26.736 INFO O| Oct 18 17:52:26.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9128 | 2024-10-18T17:52:28.836Z | [ host-image] Oct 18 17:52:26.736 INFO O| Oct 18 17:52:26.736 INFO STEP 41 (shadow) COMPLETE |
9129 | 2024-10-18T17:52:28.836Z | [ host-image] Oct 18 17:52:26.736 INFO O| Oct 18 17:52:26.736 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9130 | 2024-10-18T17:52:28.842Z | [ host-image] Oct 18 17:52:26.745 INFO O| Oct 18 17:52:26.745 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9131 | 2024-10-18T17:52:28.842Z | [ host-image] Oct 18 17:52:26.745 INFO O| Oct 18 17:52:26.745 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9132 | 2024-10-18T17:52:28.845Z | [ host-image] Oct 18 17:52:26.745 INFO O| Oct 18 17:52:26.745 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9133 | 2024-10-18T17:52:28.845Z | [ host-image] Oct 18 17:52:26.745 INFO O| Oct 18 17:52:26.745 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9134 | 2024-10-18T17:52:28.845Z | [ host-image] Oct 18 17:52:26.745 INFO O| Oct 18 17:52:26.745 INFO ok! |
9135 | 2024-10-18T17:52:28.845Z | [ host-image] Oct 18 17:52:26.745 INFO O| Oct 18 17:52:26.745 INFO STEP 42 (ensure_file) COMPLETE |
9136 | 2024-10-18T17:52:28.845Z | [ host-image] Oct 18 17:52:26.745 INFO O| Oct 18 17:52:26.745 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9137 | 2024-10-18T17:52:28.845Z | [ host-image] Oct 18 17:52:26.745 INFO O| Oct 18 17:52:26.745 INFO skip step because feature "mfg" is not enabled |
9138 | 2024-10-18T17:52:28.845Z | [ host-image] Oct 18 17:52:26.745 INFO O| Oct 18 17:52:26.745 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9139 | 2024-10-18T17:52:28.845Z | [ host-image] Oct 18 17:52:26.745 INFO O| Oct 18 17:52:26.745 INFO skip step because feature "mfg" is not enabled |
9140 | 2024-10-18T17:52:28.845Z | [ host-image] Oct 18 17:52:26.745 INFO O| Oct 18 17:52:26.745 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9141 | 2024-10-18T17:52:28.852Z | [ host-image] Oct 18 17:52:26.755 INFO O| Oct 18 17:52:26.755 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9142 | 2024-10-18T17:52:28.852Z | [ host-image] Oct 18 17:52:26.755 INFO O| Oct 18 17:52:26.755 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9143 | 2024-10-18T17:52:29.487Z | [ host-image] Oct 18 17:52:27.389 INFO O| Oct 18 17:52:27.389 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9144 | 2024-10-18T17:52:29.487Z | [ host-image] Oct 18 17:52:27.389 INFO O| Oct 18 17:52:27.389 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9145 | 2024-10-18T17:52:29.490Z | [ host-image] Oct 18 17:52:27.389 INFO O| Oct 18 17:52:27.389 INFO ok! |
9146 | 2024-10-18T17:52:29.490Z | [ host-image] Oct 18 17:52:27.389 INFO O| Oct 18 17:52:27.389 INFO STEP 45 (ensure_file) COMPLETE |
9147 | 2024-10-18T17:52:29.490Z | [ host-image] Oct 18 17:52:27.389 INFO O| Oct 18 17:52:27.389 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9148 | 2024-10-18T17:52:29.497Z | [ host-image] Oct 18 17:52:27.400 INFO O| Oct 18 17:52:27.400 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9149 | 2024-10-18T17:52:29.498Z | [ host-image] Oct 18 17:52:27.400 INFO O| Oct 18 17:52:27.400 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9150 | 2024-10-18T17:52:29.500Z | [ host-image] Oct 18 17:52:27.400 INFO O| Oct 18 17:52:27.400 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9151 | 2024-10-18T17:52:29.500Z | [ host-image] Oct 18 17:52:27.400 INFO O| Oct 18 17:52:27.400 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9152 | 2024-10-18T17:52:29.500Z | [ host-image] Oct 18 17:52:27.400 INFO O| Oct 18 17:52:27.400 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9153 | 2024-10-18T17:52:29.500Z | [ host-image] Oct 18 17:52:27.400 INFO O| Oct 18 17:52:27.400 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9154 | 2024-10-18T17:52:29.500Z | [ host-image] Oct 18 17:52:27.400 INFO O| Oct 18 17:52:27.400 INFO ok! |
9155 | 2024-10-18T17:52:29.500Z | [ host-image] Oct 18 17:52:27.400 INFO O| Oct 18 17:52:27.400 INFO STEP 46 (ensure_file) COMPLETE |
9156 | 2024-10-18T17:52:29.500Z | [ host-image] Oct 18 17:52:27.400 INFO O| Oct 18 17:52:27.400 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9157 | 2024-10-18T17:52:29.507Z | [ host-image] Oct 18 17:52:27.410 INFO O| Oct 18 17:52:27.410 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9158 | 2024-10-18T17:52:29.507Z | [ host-image] Oct 18 17:52:27.410 INFO O| Oct 18 17:52:27.410 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 ... |
9159 | 2024-10-18T17:52:29.510Z | [ host-image] Oct 18 17:52:27.410 INFO O| Oct 18 17:52:27.410 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 |
9160 | 2024-10-18T17:52:29.510Z | [ host-image] Oct 18 17:52:27.410 INFO O| Oct 18 17:52:27.410 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9161 | 2024-10-18T17:52:29.510Z | [ host-image] Oct 18 17:52:27.410 INFO O| Oct 18 17:52:27.410 INFO ok! |
9162 | 2024-10-18T17:52:29.510Z | [ host-image] Oct 18 17:52:27.410 INFO O| Oct 18 17:52:27.410 INFO STEP 47 (ensure_file) COMPLETE |
9163 | 2024-10-18T17:52:29.510Z | [ host-image] Oct 18 17:52:27.410 INFO O| Oct 18 17:52:27.410 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9164 | 2024-10-18T17:52:29.517Z | [ host-image] Oct 18 17:52:27.420 INFO O| Oct 18 17:52:27.420 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9165 | 2024-10-18T17:52:29.517Z | [ host-image] Oct 18 17:52:27.420 INFO O| Oct 18 17:52:27.420 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9166 | 2024-10-18T17:52:29.520Z | [ host-image] Oct 18 17:52:27.420 INFO O| Oct 18 17:52:27.420 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9167 | 2024-10-18T17:52:29.520Z | [ host-image] Oct 18 17:52:27.420 INFO O| Oct 18 17:52:27.420 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9168 | 2024-10-18T17:52:29.520Z | [ host-image] Oct 18 17:52:27.420 INFO O| Oct 18 17:52:27.420 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9169 | 2024-10-18T17:52:29.520Z | [ host-image] Oct 18 17:52:27.420 INFO O| Oct 18 17:52:27.420 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9170 | 2024-10-18T17:52:29.520Z | [ host-image] Oct 18 17:52:27.420 INFO O| Oct 18 17:52:27.420 INFO ok! |
9171 | 2024-10-18T17:52:29.520Z | [ host-image] Oct 18 17:52:27.420 INFO O| Oct 18 17:52:27.420 INFO STEP 48 (ensure_file) COMPLETE |
9172 | 2024-10-18T17:52:29.520Z | [ host-image] Oct 18 17:52:27.420 INFO O| Oct 18 17:52:27.420 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9173 | 2024-10-18T17:52:29.526Z | [ host-image] Oct 18 17:52:27.429 INFO O| Oct 18 17:52:27.429 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9174 | 2024-10-18T17:52:29.526Z | [ host-image] Oct 18 17:52:27.429 INFO O| Oct 18 17:52:27.429 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 ... |
9175 | 2024-10-18T17:52:29.529Z | [ host-image] Oct 18 17:52:27.429 INFO O| Oct 18 17:52:27.429 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 |
9176 | 2024-10-18T17:52:29.529Z | [ host-image] Oct 18 17:52:27.429 INFO O| Oct 18 17:52:27.429 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9177 | 2024-10-18T17:52:29.529Z | [ host-image] Oct 18 17:52:27.429 INFO O| Oct 18 17:52:27.429 INFO ok! |
9178 | 2024-10-18T17:52:29.529Z | [ host-image] Oct 18 17:52:27.429 INFO O| Oct 18 17:52:27.429 INFO STEP 49 (ensure_file) COMPLETE |
9179 | 2024-10-18T17:52:29.529Z | [ host-image] Oct 18 17:52:27.429 INFO O| Oct 18 17:52:27.429 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9180 | 2024-10-18T17:52:29.536Z | [ host-image] Oct 18 17:52:27.438 INFO O| Oct 18 17:52:27.438 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9181 | 2024-10-18T17:52:29.536Z | [ host-image] Oct 18 17:52:27.439 INFO O| Oct 18 17:52:27.438 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9182 | 2024-10-18T17:52:29.539Z | [ host-image] Oct 18 17:52:27.439 INFO O| Oct 18 17:52:27.439 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9183 | 2024-10-18T17:52:29.539Z | [ host-image] Oct 18 17:52:27.439 INFO O| Oct 18 17:52:27.439 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9184 | 2024-10-18T17:52:29.539Z | [ host-image] Oct 18 17:52:27.439 INFO O| Oct 18 17:52:27.439 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9185 | 2024-10-18T17:52:29.539Z | [ host-image] Oct 18 17:52:27.439 INFO O| Oct 18 17:52:27.439 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9186 | 2024-10-18T17:52:29.539Z | [ host-image] Oct 18 17:52:27.439 INFO O| Oct 18 17:52:27.439 INFO ok! |
9187 | 2024-10-18T17:52:29.539Z | [ host-image] Oct 18 17:52:27.439 INFO O| Oct 18 17:52:27.439 INFO STEP 50 (ensure_file) COMPLETE |
9188 | 2024-10-18T17:52:29.539Z | [ host-image] Oct 18 17:52:27.439 INFO O| Oct 18 17:52:27.439 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9189 | 2024-10-18T17:52:29.545Z | [ host-image] Oct 18 17:52:27.448 INFO O| Oct 18 17:52:27.448 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9190 | 2024-10-18T17:52:29.547Z | [ host-image] Oct 18 17:52:27.448 INFO O| Oct 18 17:52:27.448 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 ... |
9191 | 2024-10-18T17:52:29.548Z | [ host-image] Oct 18 17:52:27.448 INFO O| Oct 18 17:52:27.448 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 |
9192 | 2024-10-18T17:52:29.548Z | [ host-image] Oct 18 17:52:27.448 INFO O| Oct 18 17:52:27.448 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9193 | 2024-10-18T17:52:29.548Z | [ host-image] Oct 18 17:52:27.448 INFO O| Oct 18 17:52:27.448 INFO ok! |
9194 | 2024-10-18T17:52:29.548Z | [ host-image] Oct 18 17:52:27.448 INFO O| Oct 18 17:52:27.448 INFO STEP 51 (ensure_file) COMPLETE |
9195 | 2024-10-18T17:52:29.548Z | [ host-image] Oct 18 17:52:27.448 INFO O| Oct 18 17:52:27.448 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9196 | 2024-10-18T17:52:29.554Z | [ host-image] Oct 18 17:52:27.457 INFO O| Oct 18 17:52:27.457 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9197 | 2024-10-18T17:52:29.554Z | [ host-image] Oct 18 17:52:27.457 INFO O| Oct 18 17:52:27.457 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 ... |
9198 | 2024-10-18T17:52:29.557Z | [ host-image] Oct 18 17:52:27.457 INFO O| Oct 18 17:52:27.457 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 |
9199 | 2024-10-18T17:52:29.557Z | [ host-image] Oct 18 17:52:27.457 INFO O| Oct 18 17:52:27.457 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9200 | 2024-10-18T17:52:29.557Z | [ host-image] Oct 18 17:52:27.457 INFO O| Oct 18 17:52:27.457 INFO ok! |
9201 | 2024-10-18T17:52:29.557Z | [ host-image] Oct 18 17:52:27.457 INFO O| Oct 18 17:52:27.457 INFO STEP 52 (ensure_file) COMPLETE |
9202 | 2024-10-18T17:52:29.557Z | [ host-image] Oct 18 17:52:27.457 INFO O| Oct 18 17:52:27.457 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9203 | 2024-10-18T17:52:29.563Z | [ host-image] Oct 18 17:52:27.466 INFO O| Oct 18 17:52:27.466 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9204 | 2024-10-18T17:52:29.563Z | [ host-image] Oct 18 17:52:27.466 INFO O| Oct 18 17:52:27.466 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 ... |
9205 | 2024-10-18T17:52:29.566Z | [ host-image] Oct 18 17:52:27.466 INFO O| Oct 18 17:52:27.466 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 |
9206 | 2024-10-18T17:52:29.566Z | [ host-image] Oct 18 17:52:27.466 INFO O| Oct 18 17:52:27.466 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9207 | 2024-10-18T17:52:29.566Z | [ host-image] Oct 18 17:52:27.466 INFO O| Oct 18 17:52:27.466 INFO ok! |
9208 | 2024-10-18T17:52:29.566Z | [ host-image] Oct 18 17:52:27.466 INFO O| Oct 18 17:52:27.466 INFO STEP 53 (ensure_file) COMPLETE |
9209 | 2024-10-18T17:52:29.566Z | [ host-image] Oct 18 17:52:27.466 INFO O| Oct 18 17:52:27.466 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9210 | 2024-10-18T17:52:29.573Z | [ host-image] Oct 18 17:52:27.475 INFO O| Oct 18 17:52:27.475 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9211 | 2024-10-18T17:52:29.573Z | [ host-image] Oct 18 17:52:27.475 INFO O| Oct 18 17:52:27.475 INFO STEP 54 (ensure_dir) COMPLETE |
9212 | 2024-10-18T17:52:29.573Z | [ host-image] Oct 18 17:52:27.475 INFO O| Oct 18 17:52:27.475 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9213 | 2024-10-18T17:52:29.582Z | [ host-image] Oct 18 17:52:27.484 INFO O| Oct 18 17:52:27.484 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9214 | 2024-10-18T17:52:29.584Z | [ host-image] Oct 18 17:52:27.484 INFO O| Oct 18 17:52:27.484 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9215 | 2024-10-18T17:52:29.584Z | [ host-image] Oct 18 17:52:27.484 INFO O| Oct 18 17:52:27.484 INFO STEP 55 (ensure_dir) COMPLETE |
9216 | 2024-10-18T17:52:29.584Z | [ host-image] Oct 18 17:52:27.484 INFO O| Oct 18 17:52:27.484 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9217 | 2024-10-18T17:52:29.591Z | [ host-image] Oct 18 17:52:27.493 INFO O| Oct 18 17:52:27.493 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9218 | 2024-10-18T17:52:29.593Z | [ host-image] Oct 18 17:52:27.493 INFO O| Oct 18 17:52:27.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9219 | 2024-10-18T17:52:29.593Z | [ host-image] Oct 18 17:52:27.494 INFO O| Oct 18 17:52:27.493 INFO STEP 56 (ensure_dir) COMPLETE |
9220 | 2024-10-18T17:52:29.593Z | [ host-image] Oct 18 17:52:27.494 INFO O| Oct 18 17:52:27.493 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9221 | 2024-10-18T17:52:29.600Z | [ host-image] Oct 18 17:52:27.502 INFO O| Oct 18 17:52:27.502 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9222 | 2024-10-18T17:52:29.600Z | [ host-image] Oct 18 17:52:27.503 INFO O| Oct 18 17:52:27.502 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9223 | 2024-10-18T17:52:29.616Z | [ host-image] Oct 18 17:52:27.519 INFO O| Oct 18 17:52:27.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9224 | 2024-10-18T17:52:29.619Z | [ host-image] Oct 18 17:52:27.519 INFO O| Oct 18 17:52:27.519 INFO ok! |
9225 | 2024-10-18T17:52:29.619Z | [ host-image] Oct 18 17:52:27.519 INFO O| Oct 18 17:52:27.519 INFO STEP 57 (ensure_file) COMPLETE |
9226 | 2024-10-18T17:52:29.619Z | [ host-image] Oct 18 17:52:27.519 INFO O| Oct 18 17:52:27.519 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9227 | 2024-10-18T17:52:29.626Z | [ host-image] Oct 18 17:52:27.529 INFO O| Oct 18 17:52:27.529 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9228 | 2024-10-18T17:52:29.626Z | [ host-image] Oct 18 17:52:27.529 INFO O| Oct 18 17:52:27.529 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9229 | 2024-10-18T17:52:30.681Z | [ host-image] Oct 18 17:52:28.582 INFO O| Oct 18 17:52:28.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9230 | 2024-10-18T17:52:30.681Z | [ host-image] Oct 18 17:52:28.582 INFO O| Oct 18 17:52:28.581 INFO ok! |
9231 | 2024-10-18T17:52:30.681Z | [ host-image] Oct 18 17:52:28.582 INFO O| Oct 18 17:52:28.581 INFO STEP 58 (ensure_file) COMPLETE |
9232 | 2024-10-18T17:52:30.681Z | [ host-image] Oct 18 17:52:28.582 INFO O| Oct 18 17:52:28.581 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9233 | 2024-10-18T17:52:30.690Z | [ host-image] Oct 18 17:52:28.592 INFO O| Oct 18 17:52:28.592 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9234 | 2024-10-18T17:52:30.693Z | [ host-image] Oct 18 17:52:28.592 INFO O| Oct 18 17:52:28.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9235 | 2024-10-18T17:52:30.693Z | [ host-image] Oct 18 17:52:28.592 INFO O| Oct 18 17:52:28.592 INFO STEP 59 (ensure_dir) COMPLETE |
9236 | 2024-10-18T17:52:30.693Z | [ host-image] Oct 18 17:52:28.592 INFO O| Oct 18 17:52:28.592 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9237 | 2024-10-18T17:52:30.699Z | [ host-image] Oct 18 17:52:28.601 INFO O| Oct 18 17:52:28.601 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9238 | 2024-10-18T17:52:30.699Z | [ host-image] Oct 18 17:52:28.601 INFO O| Oct 18 17:52:28.601 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9239 | 2024-10-18T17:52:30.702Z | [ host-image] Oct 18 17:52:28.601 INFO O| Oct 18 17:52:28.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9240 | 2024-10-18T17:52:30.702Z | [ host-image] Oct 18 17:52:28.601 INFO O| Oct 18 17:52:28.601 INFO ok! |
9241 | 2024-10-18T17:52:30.702Z | [ host-image] Oct 18 17:52:28.601 INFO O| Oct 18 17:52:28.601 INFO STEP 60 (ensure_file) COMPLETE |
9242 | 2024-10-18T17:52:30.702Z | [ host-image] Oct 18 17:52:28.601 INFO O| Oct 18 17:52:28.601 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9243 | 2024-10-18T17:52:30.708Z | [ host-image] Oct 18 17:52:28.610 INFO O| Oct 18 17:52:28.610 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9244 | 2024-10-18T17:52:30.708Z | [ host-image] Oct 18 17:52:28.610 INFO O| Oct 18 17:52:28.610 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9245 | 2024-10-18T17:52:30.711Z | [ host-image] Oct 18 17:52:28.610 INFO O| Oct 18 17:52:28.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9246 | 2024-10-18T17:52:30.711Z | [ host-image] Oct 18 17:52:28.610 INFO O| Oct 18 17:52:28.610 INFO ok! |
9247 | 2024-10-18T17:52:30.711Z | [ host-image] Oct 18 17:52:28.610 INFO O| Oct 18 17:52:28.610 INFO STEP 61 (ensure_file) COMPLETE |
9248 | 2024-10-18T17:52:30.711Z | [ host-image] Oct 18 17:52:28.610 INFO O| Oct 18 17:52:28.610 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9249 | 2024-10-18T17:52:30.717Z | [ host-image] Oct 18 17:52:28.619 INFO O| Oct 18 17:52:28.619 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9250 | 2024-10-18T17:52:30.717Z | [ host-image] Oct 18 17:52:28.619 INFO O| Oct 18 17:52:28.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9251 | 2024-10-18T17:52:30.719Z | [ host-image] Oct 18 17:52:28.619 INFO O| Oct 18 17:52:28.619 INFO STEP 62 (ensure_dir) COMPLETE |
9252 | 2024-10-18T17:52:30.720Z | [ host-image] Oct 18 17:52:28.619 INFO O| Oct 18 17:52:28.619 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9253 | 2024-10-18T17:52:30.726Z | [ host-image] Oct 18 17:52:28.628 INFO O| Oct 18 17:52:28.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9254 | 2024-10-18T17:52:30.726Z | [ host-image] Oct 18 17:52:28.628 INFO O| Oct 18 17:52:28.628 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9255 | 2024-10-18T17:52:30.729Z | [ host-image] Oct 18 17:52:28.628 INFO O| Oct 18 17:52:28.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9256 | 2024-10-18T17:52:30.729Z | [ host-image] Oct 18 17:52:28.628 INFO O| Oct 18 17:52:28.628 INFO ok! |
9257 | 2024-10-18T17:52:30.729Z | [ host-image] Oct 18 17:52:28.628 INFO O| Oct 18 17:52:28.628 INFO STEP 63 (ensure_file) COMPLETE |
9258 | 2024-10-18T17:52:30.729Z | [ host-image] Oct 18 17:52:28.628 INFO O| Oct 18 17:52:28.628 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9259 | 2024-10-18T17:52:30.735Z | [ host-image] Oct 18 17:52:28.637 INFO O| Oct 18 17:52:28.637 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9260 | 2024-10-18T17:52:30.735Z | [ host-image] Oct 18 17:52:28.637 INFO O| Oct 18 17:52:28.637 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9261 | 2024-10-18T17:52:30.737Z | [ host-image] Oct 18 17:52:28.637 INFO O| Oct 18 17:52:28.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9262 | 2024-10-18T17:52:30.738Z | [ host-image] Oct 18 17:52:28.637 INFO O| Oct 18 17:52:28.637 INFO ok! |
9263 | 2024-10-18T17:52:30.738Z | [ host-image] Oct 18 17:52:28.637 INFO O| Oct 18 17:52:28.637 INFO STEP 64 (ensure_file) COMPLETE |
9264 | 2024-10-18T17:52:30.738Z | [ host-image] Oct 18 17:52:28.637 INFO O| Oct 18 17:52:28.637 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9265 | 2024-10-18T17:52:30.744Z | [ host-image] Oct 18 17:52:28.646 INFO O| Oct 18 17:52:28.646 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9266 | 2024-10-18T17:52:30.744Z | [ host-image] Oct 18 17:52:28.646 INFO O| Oct 18 17:52:28.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9267 | 2024-10-18T17:52:30.747Z | [ host-image] Oct 18 17:52:28.646 INFO O| Oct 18 17:52:28.646 INFO STEP 65 (ensure_dir) COMPLETE |
9268 | 2024-10-18T17:52:30.747Z | [ host-image] Oct 18 17:52:28.646 INFO O| Oct 18 17:52:28.646 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9269 | 2024-10-18T17:52:30.753Z | [ host-image] Oct 18 17:52:28.655 INFO O| Oct 18 17:52:28.655 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9270 | 2024-10-18T17:52:30.753Z | [ host-image] Oct 18 17:52:28.655 INFO O| Oct 18 17:52:28.655 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9271 | 2024-10-18T17:52:30.755Z | [ host-image] Oct 18 17:52:28.655 INFO O| Oct 18 17:52:28.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9272 | 2024-10-18T17:52:30.755Z | [ host-image] Oct 18 17:52:28.655 INFO O| Oct 18 17:52:28.655 INFO ok! |
9273 | 2024-10-18T17:52:30.755Z | [ host-image] Oct 18 17:52:28.655 INFO O| Oct 18 17:52:28.655 INFO STEP 66 (ensure_file) COMPLETE |
9274 | 2024-10-18T17:52:30.755Z | [ host-image] Oct 18 17:52:28.655 INFO O| Oct 18 17:52:28.655 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9275 | 2024-10-18T17:52:30.763Z | [ host-image] Oct 18 17:52:28.664 INFO O| Oct 18 17:52:28.664 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9276 | 2024-10-18T17:52:30.763Z | [ host-image] Oct 18 17:52:28.664 INFO O| Oct 18 17:52:28.664 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9277 | 2024-10-18T17:52:30.763Z | [ host-image] Oct 18 17:52:28.664 INFO O| Oct 18 17:52:28.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9278 | 2024-10-18T17:52:30.765Z | [ host-image] Oct 18 17:52:28.664 INFO O| Oct 18 17:52:28.664 INFO ok! |
9279 | 2024-10-18T17:52:30.765Z | [ host-image] Oct 18 17:52:28.664 INFO O| Oct 18 17:52:28.664 INFO STEP 67 (ensure_file) COMPLETE |
9280 | 2024-10-18T17:52:30.765Z | [ host-image] Oct 18 17:52:28.664 INFO O| Oct 18 17:52:28.664 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9281 | 2024-10-18T17:52:30.771Z | [ host-image] Oct 18 17:52:28.673 INFO O| Oct 18 17:52:28.673 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9282 | 2024-10-18T17:52:30.773Z | [ host-image] Oct 18 17:52:28.673 INFO O| Oct 18 17:52:28.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9283 | 2024-10-18T17:52:30.773Z | [ host-image] Oct 18 17:52:28.673 INFO O| Oct 18 17:52:28.673 INFO STEP 68 (ensure_dir) COMPLETE |
9284 | 2024-10-18T17:52:30.773Z | [ host-image] Oct 18 17:52:28.673 INFO O| Oct 18 17:52:28.673 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9285 | 2024-10-18T17:52:30.780Z | [ host-image] Oct 18 17:52:28.682 INFO O| Oct 18 17:52:28.682 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9286 | 2024-10-18T17:52:30.782Z | [ host-image] Oct 18 17:52:28.682 INFO O| Oct 18 17:52:28.682 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9287 | 2024-10-18T17:52:31.324Z | [ host-image] Oct 18 17:52:29.225 INFO O| Oct 18 17:52:29.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9288 | 2024-10-18T17:52:31.324Z | [ host-image] Oct 18 17:52:29.225 INFO O| Oct 18 17:52:29.225 INFO ok! |
9289 | 2024-10-18T17:52:31.327Z | [ host-image] Oct 18 17:52:29.225 INFO O| Oct 18 17:52:29.225 INFO STEP 69 (ensure_file) COMPLETE |
9290 | 2024-10-18T17:52:31.327Z | [ host-image] Oct 18 17:52:29.225 INFO O| Oct 18 17:52:29.225 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9291 | 2024-10-18T17:52:31.334Z | [ host-image] Oct 18 17:52:29.236 INFO O| Oct 18 17:52:29.236 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9292 | 2024-10-18T17:52:31.334Z | [ host-image] Oct 18 17:52:29.236 INFO O| Oct 18 17:52:29.236 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9293 | 2024-10-18T17:52:33.268Z | [ host-image] Oct 18 17:52:31.169 INFO O| Oct 18 17:52:31.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9294 | 2024-10-18T17:52:33.268Z | [ host-image] Oct 18 17:52:31.169 INFO O| Oct 18 17:52:31.169 INFO ok! |
9295 | 2024-10-18T17:52:33.271Z | [ host-image] Oct 18 17:52:31.169 INFO O| Oct 18 17:52:31.169 INFO STEP 70 (ensure_file) COMPLETE |
9296 | 2024-10-18T17:52:33.271Z | [ host-image] Oct 18 17:52:31.169 INFO O| Oct 18 17:52:31.169 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9297 | 2024-10-18T17:52:33.278Z | [ host-image] Oct 18 17:52:31.180 INFO O| Oct 18 17:52:31.180 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9298 | 2024-10-18T17:52:33.279Z | [ host-image] Oct 18 17:52:31.180 INFO O| Oct 18 17:52:31.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9299 | 2024-10-18T17:52:33.282Z | [ host-image] Oct 18 17:52:31.180 INFO O| Oct 18 17:52:31.180 INFO STEP 71 (ensure_dir) COMPLETE |
9300 | 2024-10-18T17:52:33.282Z | [ host-image] Oct 18 17:52:31.180 INFO O| Oct 18 17:52:31.180 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9301 | 2024-10-18T17:52:33.288Z | [ host-image] Oct 18 17:52:31.189 INFO O| Oct 18 17:52:31.189 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9302 | 2024-10-18T17:52:33.288Z | [ host-image] Oct 18 17:52:31.189 INFO O| Oct 18 17:52:31.189 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9303 | 2024-10-18T17:52:33.290Z | [ host-image] Oct 18 17:52:31.189 INFO O| Oct 18 17:52:31.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9304 | 2024-10-18T17:52:33.290Z | [ host-image] Oct 18 17:52:31.189 INFO O| Oct 18 17:52:31.189 INFO ok! |
9305 | 2024-10-18T17:52:33.290Z | [ host-image] Oct 18 17:52:31.189 INFO O| Oct 18 17:52:31.189 INFO STEP 72 (ensure_file) COMPLETE |
9306 | 2024-10-18T17:52:33.290Z | [ host-image] Oct 18 17:52:31.189 INFO O| Oct 18 17:52:31.189 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9307 | 2024-10-18T17:52:33.300Z | [ host-image] Oct 18 17:52:31.198 INFO O| Oct 18 17:52:31.198 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9308 | 2024-10-18T17:52:33.300Z | [ host-image] Oct 18 17:52:31.198 INFO O| Oct 18 17:52:31.198 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9309 | 2024-10-18T17:52:33.314Z | [ host-image] Oct 18 17:52:31.198 INFO O| Oct 18 17:52:31.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9310 | 2024-10-18T17:52:33.314Z | [ host-image] Oct 18 17:52:31.198 INFO O| Oct 18 17:52:31.198 INFO ok! |
9311 | 2024-10-18T17:52:33.314Z | [ host-image] Oct 18 17:52:31.198 INFO O| Oct 18 17:52:31.198 INFO STEP 73 (ensure_file) COMPLETE |
9312 | 2024-10-18T17:52:33.314Z | [ host-image] Oct 18 17:52:31.198 INFO O| Oct 18 17:52:31.198 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9313 | 2024-10-18T17:52:33.314Z | [ host-image] Oct 18 17:52:31.207 INFO O| Oct 18 17:52:31.207 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9314 | 2024-10-18T17:52:33.314Z | [ host-image] Oct 18 17:52:31.207 INFO O| Oct 18 17:52:31.207 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9315 | 2024-10-18T17:52:33.314Z | [ host-image] Oct 18 17:52:31.207 INFO O| Oct 18 17:52:31.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9316 | 2024-10-18T17:52:33.314Z | [ host-image] Oct 18 17:52:31.207 INFO O| Oct 18 17:52:31.207 INFO ok! |
9317 | 2024-10-18T17:52:33.314Z | [ host-image] Oct 18 17:52:31.207 INFO O| Oct 18 17:52:31.207 INFO STEP 74 (ensure_file) COMPLETE |
9318 | 2024-10-18T17:52:33.314Z | [ host-image] Oct 18 17:52:31.207 INFO O| Oct 18 17:52:31.207 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9319 | 2024-10-18T17:52:33.319Z | [ host-image] Oct 18 17:52:31.216 INFO O| Oct 18 17:52:31.216 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9320 | 2024-10-18T17:52:33.319Z | [ host-image] Oct 18 17:52:31.216 INFO O| Oct 18 17:52:31.216 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9321 | 2024-10-18T17:52:33.319Z | [ host-image] Oct 18 17:52:31.216 INFO O| Oct 18 17:52:31.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9322 | 2024-10-18T17:52:33.319Z | [ host-image] Oct 18 17:52:31.216 INFO O| Oct 18 17:52:31.216 INFO ok! |
9323 | 2024-10-18T17:52:33.319Z | [ host-image] Oct 18 17:52:31.216 INFO O| Oct 18 17:52:31.216 INFO STEP 75 (ensure_file) COMPLETE |
9324 | 2024-10-18T17:52:33.319Z | [ host-image] Oct 18 17:52:31.216 INFO O| Oct 18 17:52:31.216 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9325 | 2024-10-18T17:52:33.324Z | [ host-image] Oct 18 17:52:31.225 INFO O| Oct 18 17:52:31.225 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9326 | 2024-10-18T17:52:33.324Z | [ host-image] Oct 18 17:52:31.225 INFO O| Oct 18 17:52:31.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9327 | 2024-10-18T17:52:33.325Z | [ host-image] Oct 18 17:52:31.225 INFO O| Oct 18 17:52:31.225 INFO STEP 76 (ensure_dir) COMPLETE |
9328 | 2024-10-18T17:52:33.327Z | [ host-image] Oct 18 17:52:31.225 INFO O| Oct 18 17:52:31.225 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9329 | 2024-10-18T17:52:33.333Z | [ host-image] Oct 18 17:52:31.234 INFO O| Oct 18 17:52:31.234 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9330 | 2024-10-18T17:52:33.333Z | [ host-image] Oct 18 17:52:31.234 INFO O| Oct 18 17:52:31.234 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9331 | 2024-10-18T17:52:33.336Z | [ host-image] Oct 18 17:52:31.237 INFO O| Oct 18 17:52:31.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9332 | 2024-10-18T17:52:33.336Z | [ host-image] Oct 18 17:52:31.237 INFO O| Oct 18 17:52:31.237 INFO ok! |
9333 | 2024-10-18T17:52:33.336Z | [ host-image] Oct 18 17:52:31.237 INFO O| Oct 18 17:52:31.237 INFO STEP 77 (ensure_file) COMPLETE |
9334 | 2024-10-18T17:52:33.336Z | [ host-image] Oct 18 17:52:31.237 INFO O| Oct 18 17:52:31.237 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9335 | 2024-10-18T17:52:33.345Z | [ host-image] Oct 18 17:52:31.246 INFO O| Oct 18 17:52:31.246 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9336 | 2024-10-18T17:52:33.345Z | [ host-image] Oct 18 17:52:31.246 INFO O| Oct 18 17:52:31.246 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9337 | 2024-10-18T17:52:33.348Z | [ host-image] Oct 18 17:52:31.246 INFO O| Oct 18 17:52:31.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9338 | 2024-10-18T17:52:33.348Z | [ host-image] Oct 18 17:52:31.246 INFO O| Oct 18 17:52:31.246 INFO ok! |
9339 | 2024-10-18T17:52:33.348Z | [ host-image] Oct 18 17:52:31.246 INFO O| Oct 18 17:52:31.246 INFO STEP 78 (ensure_file) COMPLETE |
9340 | 2024-10-18T17:52:33.348Z | [ host-image] Oct 18 17:52:31.246 INFO O| Oct 18 17:52:31.246 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9341 | 2024-10-18T17:52:33.354Z | [ host-image] Oct 18 17:52:31.255 INFO O| Oct 18 17:52:31.255 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9342 | 2024-10-18T17:52:33.354Z | [ host-image] Oct 18 17:52:31.255 INFO O| Oct 18 17:52:31.255 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9343 | 2024-10-18T17:52:33.967Z | [ host-image] Oct 18 17:52:31.868 INFO O| Oct 18 17:52:31.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9344 | 2024-10-18T17:52:33.968Z | [ host-image] Oct 18 17:52:31.868 INFO O| Oct 18 17:52:31.868 INFO ok! |
9345 | 2024-10-18T17:52:33.968Z | [ host-image] Oct 18 17:52:31.868 INFO O| Oct 18 17:52:31.868 INFO STEP 79 (ensure_file) COMPLETE |
9346 | 2024-10-18T17:52:33.970Z | [ host-image] Oct 18 17:52:31.868 INFO O| Oct 18 17:52:31.868 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9347 | 2024-10-18T17:52:33.977Z | [ host-image] Oct 18 17:52:31.878 INFO O| Oct 18 17:52:31.878 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9348 | 2024-10-18T17:52:33.980Z | [ host-image] Oct 18 17:52:31.878 INFO O| Oct 18 17:52:31.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9349 | 2024-10-18T17:52:33.980Z | [ host-image] Oct 18 17:52:31.878 INFO O| Oct 18 17:52:31.878 INFO STEP 80 (ensure_dir) COMPLETE |
9350 | 2024-10-18T17:52:33.980Z | [ host-image] Oct 18 17:52:31.878 INFO O| Oct 18 17:52:31.878 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9351 | 2024-10-18T17:52:33.986Z | [ host-image] Oct 18 17:52:31.887 INFO O| Oct 18 17:52:31.887 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9352 | 2024-10-18T17:52:33.986Z | [ host-image] Oct 18 17:52:31.887 INFO O| Oct 18 17:52:31.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9353 | 2024-10-18T17:52:33.989Z | [ host-image] Oct 18 17:52:31.887 INFO O| Oct 18 17:52:31.887 INFO STEP 81 (ensure_dir) COMPLETE |
9354 | 2024-10-18T17:52:33.989Z | [ host-image] Oct 18 17:52:31.887 INFO O| Oct 18 17:52:31.887 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9355 | 2024-10-18T17:52:33.996Z | [ host-image] Oct 18 17:52:31.896 INFO O| Oct 18 17:52:31.896 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9356 | 2024-10-18T17:52:33.998Z | [ host-image] Oct 18 17:52:31.897 INFO O| Oct 18 17:52:31.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9357 | 2024-10-18T17:52:33.998Z | [ host-image] Oct 18 17:52:31.897 INFO O| Oct 18 17:52:31.897 INFO STEP 82 (ensure_dir) COMPLETE |
9358 | 2024-10-18T17:52:33.998Z | [ host-image] Oct 18 17:52:31.897 INFO O| Oct 18 17:52:31.897 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9359 | 2024-10-18T17:52:34.005Z | [ host-image] Oct 18 17:52:31.906 INFO O| Oct 18 17:52:31.906 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9360 | 2024-10-18T17:52:34.007Z | [ host-image] Oct 18 17:52:31.906 INFO O| Oct 18 17:52:31.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9361 | 2024-10-18T17:52:34.007Z | [ host-image] Oct 18 17:52:31.906 INFO O| Oct 18 17:52:31.906 INFO STEP 83 (ensure_dir) COMPLETE |
9362 | 2024-10-18T17:52:34.007Z | [ host-image] Oct 18 17:52:31.906 INFO O| Oct 18 17:52:31.906 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9363 | 2024-10-18T17:52:34.014Z | [ host-image] Oct 18 17:52:31.915 INFO O| Oct 18 17:52:31.915 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9364 | 2024-10-18T17:52:34.016Z | [ host-image] Oct 18 17:52:31.915 INFO O| Oct 18 17:52:31.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9365 | 2024-10-18T17:52:34.016Z | [ host-image] Oct 18 17:52:31.915 INFO O| Oct 18 17:52:31.915 INFO STEP 84 (ensure_dir) COMPLETE |
9366 | 2024-10-18T17:52:34.016Z | [ host-image] Oct 18 17:52:31.915 INFO O| Oct 18 17:52:31.915 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9367 | 2024-10-18T17:52:34.023Z | [ host-image] Oct 18 17:52:31.924 INFO O| Oct 18 17:52:31.924 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9368 | 2024-10-18T17:52:34.023Z | [ host-image] Oct 18 17:52:31.924 INFO O| Oct 18 17:52:31.924 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9369 | 2024-10-18T17:52:34.026Z | [ host-image] Oct 18 17:52:31.924 INFO O| Oct 18 17:52:31.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9370 | 2024-10-18T17:52:34.026Z | [ host-image] Oct 18 17:52:31.924 INFO O| Oct 18 17:52:31.924 INFO ok! |
9371 | 2024-10-18T17:52:34.026Z | [ host-image] Oct 18 17:52:31.924 INFO O| Oct 18 17:52:31.924 INFO STEP 85 (ensure_file) COMPLETE |
9372 | 2024-10-18T17:52:34.026Z | [ host-image] Oct 18 17:52:31.924 INFO O| Oct 18 17:52:31.924 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9373 | 2024-10-18T17:52:34.032Z | [ host-image] Oct 18 17:52:31.933 INFO O| Oct 18 17:52:31.933 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9374 | 2024-10-18T17:52:34.032Z | [ host-image] Oct 18 17:52:31.933 INFO O| Oct 18 17:52:31.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9375 | 2024-10-18T17:52:34.032Z | [ host-image] Oct 18 17:52:31.933 INFO O| Oct 18 17:52:31.933 INFO STEP 86 (ensure_dir) COMPLETE |
9376 | 2024-10-18T17:52:34.035Z | [ host-image] Oct 18 17:52:31.933 INFO O| Oct 18 17:52:31.933 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9377 | 2024-10-18T17:52:34.041Z | [ host-image] Oct 18 17:52:31.942 INFO O| Oct 18 17:52:31.942 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9378 | 2024-10-18T17:52:34.041Z | [ host-image] Oct 18 17:52:31.942 INFO O| Oct 18 17:52:31.942 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9379 | 2024-10-18T17:52:34.044Z | [ host-image] Oct 18 17:52:31.942 INFO O| Oct 18 17:52:31.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9380 | 2024-10-18T17:52:34.044Z | [ host-image] Oct 18 17:52:31.942 INFO O| Oct 18 17:52:31.942 INFO ok! |
9381 | 2024-10-18T17:52:34.044Z | [ host-image] Oct 18 17:52:31.942 INFO O| Oct 18 17:52:31.942 INFO STEP 87 (ensure_file) COMPLETE |
9382 | 2024-10-18T17:52:34.044Z | [ host-image] Oct 18 17:52:31.943 INFO O| Oct 18 17:52:31.942 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9383 | 2024-10-18T17:52:34.051Z | [ host-image] Oct 18 17:52:31.952 INFO O| Oct 18 17:52:31.952 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9384 | 2024-10-18T17:52:34.051Z | [ host-image] Oct 18 17:52:31.952 INFO O| Oct 18 17:52:31.952 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9385 | 2024-10-18T17:52:34.062Z | [ host-image] Oct 18 17:52:31.963 INFO O| Oct 18 17:52:31.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9386 | 2024-10-18T17:52:34.065Z | [ host-image] Oct 18 17:52:31.963 INFO O| Oct 18 17:52:31.963 INFO ok! |
9387 | 2024-10-18T17:52:34.065Z | [ host-image] Oct 18 17:52:31.963 INFO O| Oct 18 17:52:31.963 INFO STEP 88 (ensure_file) COMPLETE |
9388 | 2024-10-18T17:52:34.065Z | [ host-image] Oct 18 17:52:31.963 INFO O| Oct 18 17:52:31.963 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9389 | 2024-10-18T17:52:34.072Z | [ host-image] Oct 18 17:52:31.973 INFO O| Oct 18 17:52:31.973 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9390 | 2024-10-18T17:52:34.072Z | [ host-image] Oct 18 17:52:31.973 INFO O| Oct 18 17:52:31.973 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9391 | 2024-10-18T17:52:34.424Z | [ host-image] Oct 18 17:52:32.324 INFO O| Oct 18 17:52:32.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9392 | 2024-10-18T17:52:34.424Z | [ host-image] Oct 18 17:52:32.324 INFO O| Oct 18 17:52:32.324 INFO ok! |
9393 | 2024-10-18T17:52:34.426Z | [ host-image] Oct 18 17:52:32.324 INFO O| Oct 18 17:52:32.324 INFO STEP 89 (ensure_file) COMPLETE |
9394 | 2024-10-18T17:52:34.427Z | [ host-image] Oct 18 17:52:32.324 INFO O| Oct 18 17:52:32.324 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9395 | 2024-10-18T17:52:34.434Z | [ host-image] Oct 18 17:52:32.335 INFO O| Oct 18 17:52:32.335 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9396 | 2024-10-18T17:52:34.434Z | [ host-image] Oct 18 17:52:32.335 INFO O| Oct 18 17:52:32.335 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9397 | 2024-10-18T17:52:34.437Z | [ host-image] Oct 18 17:52:32.335 INFO O| Oct 18 17:52:32.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9398 | 2024-10-18T17:52:34.437Z | [ host-image] Oct 18 17:52:32.335 INFO O| Oct 18 17:52:32.335 INFO ok! |
9399 | 2024-10-18T17:52:34.437Z | [ host-image] Oct 18 17:52:32.335 INFO O| Oct 18 17:52:32.335 INFO STEP 90 (ensure_file) COMPLETE |
9400 | 2024-10-18T17:52:34.437Z | [ host-image] Oct 18 17:52:32.335 INFO O| Oct 18 17:52:32.335 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9401 | 2024-10-18T17:52:34.443Z | [ host-image] Oct 18 17:52:32.344 INFO O| Oct 18 17:52:32.344 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9402 | 2024-10-18T17:52:34.446Z | [ host-image] Oct 18 17:52:32.344 INFO O| Oct 18 17:52:32.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9403 | 2024-10-18T17:52:34.446Z | [ host-image] Oct 18 17:52:32.344 INFO O| Oct 18 17:52:32.344 INFO STEP 91 (ensure_dir) COMPLETE |
9404 | 2024-10-18T17:52:34.446Z | [ host-image] Oct 18 17:52:32.344 INFO O| Oct 18 17:52:32.344 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9405 | 2024-10-18T17:52:34.453Z | [ host-image] Oct 18 17:52:32.353 INFO O| Oct 18 17:52:32.353 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9406 | 2024-10-18T17:52:34.453Z | [ host-image] Oct 18 17:52:32.353 INFO O| Oct 18 17:52:32.353 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9407 | 2024-10-18T17:52:34.455Z | [ host-image] Oct 18 17:52:32.354 INFO O| Oct 18 17:52:32.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9408 | 2024-10-18T17:52:34.455Z | [ host-image] Oct 18 17:52:32.354 INFO O| Oct 18 17:52:32.353 INFO ok! |
9409 | 2024-10-18T17:52:34.455Z | [ host-image] Oct 18 17:52:32.354 INFO O| Oct 18 17:52:32.354 INFO STEP 92 (ensure_file) COMPLETE |
9410 | 2024-10-18T17:52:34.455Z | [ host-image] Oct 18 17:52:32.354 INFO O| Oct 18 17:52:32.354 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9411 | 2024-10-18T17:52:34.462Z | [ host-image] Oct 18 17:52:32.363 INFO O| Oct 18 17:52:32.363 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9412 | 2024-10-18T17:52:34.462Z | [ host-image] Oct 18 17:52:32.363 INFO O| Oct 18 17:52:32.363 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9413 | 2024-10-18T17:52:34.465Z | [ host-image] Oct 18 17:52:32.363 INFO O| Oct 18 17:52:32.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9414 | 2024-10-18T17:52:34.465Z | [ host-image] Oct 18 17:52:32.363 INFO O| Oct 18 17:52:32.363 INFO ok! |
9415 | 2024-10-18T17:52:34.465Z | [ host-image] Oct 18 17:52:32.363 INFO O| Oct 18 17:52:32.363 INFO STEP 93 (ensure_file) COMPLETE |
9416 | 2024-10-18T17:52:34.465Z | [ host-image] Oct 18 17:52:32.363 INFO O| Oct 18 17:52:32.363 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9417 | 2024-10-18T17:52:34.472Z | [ host-image] Oct 18 17:52:32.373 INFO O| Oct 18 17:52:32.373 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9418 | 2024-10-18T17:52:34.472Z | [ host-image] Oct 18 17:52:32.373 INFO O| Oct 18 17:52:32.373 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9419 | 2024-10-18T17:52:34.475Z | [ host-image] Oct 18 17:52:32.373 INFO O| Oct 18 17:52:32.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9420 | 2024-10-18T17:52:34.475Z | [ host-image] Oct 18 17:52:32.373 INFO O| Oct 18 17:52:32.373 INFO ok! |
9421 | 2024-10-18T17:52:34.475Z | [ host-image] Oct 18 17:52:32.373 INFO O| Oct 18 17:52:32.373 INFO STEP 94 (ensure_file) COMPLETE |
9422 | 2024-10-18T17:52:34.475Z | [ host-image] Oct 18 17:52:32.373 INFO O| Oct 18 17:52:32.373 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9423 | 2024-10-18T17:52:34.481Z | [ host-image] Oct 18 17:52:32.382 INFO O| Oct 18 17:52:32.382 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9424 | 2024-10-18T17:52:34.481Z | [ host-image] Oct 18 17:52:32.382 INFO O| Oct 18 17:52:32.382 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9425 | 2024-10-18T17:52:34.485Z | [ host-image] Oct 18 17:52:32.382 INFO O| Oct 18 17:52:32.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9426 | 2024-10-18T17:52:34.485Z | [ host-image] Oct 18 17:52:32.382 INFO O| Oct 18 17:52:32.382 INFO ok! |
9427 | 2024-10-18T17:52:34.485Z | [ host-image] Oct 18 17:52:32.382 INFO O| Oct 18 17:52:32.382 INFO STEP 95 (ensure_file) COMPLETE |
9428 | 2024-10-18T17:52:34.485Z | [ host-image] Oct 18 17:52:32.382 INFO O| Oct 18 17:52:32.382 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9429 | 2024-10-18T17:52:34.491Z | [ host-image] Oct 18 17:52:32.392 INFO O| Oct 18 17:52:32.392 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9430 | 2024-10-18T17:52:34.491Z | [ host-image] Oct 18 17:52:32.392 INFO O| Oct 18 17:52:32.392 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9431 | 2024-10-18T17:52:34.493Z | [ host-image] Oct 18 17:52:32.392 INFO O| Oct 18 17:52:32.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9432 | 2024-10-18T17:52:34.493Z | [ host-image] Oct 18 17:52:32.392 INFO O| Oct 18 17:52:32.392 INFO ok! |
9433 | 2024-10-18T17:52:34.493Z | [ host-image] Oct 18 17:52:32.392 INFO O| Oct 18 17:52:32.392 INFO STEP 96 (ensure_file) COMPLETE |
9434 | 2024-10-18T17:52:34.493Z | [ host-image] Oct 18 17:52:32.392 INFO O| Oct 18 17:52:32.392 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9435 | 2024-10-18T17:52:34.500Z | [ host-image] Oct 18 17:52:32.401 INFO O| Oct 18 17:52:32.401 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9436 | 2024-10-18T17:52:34.500Z | [ host-image] Oct 18 17:52:32.401 INFO O| Oct 18 17:52:32.401 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9437 | 2024-10-18T17:52:34.503Z | [ host-image] Oct 18 17:52:32.401 INFO O| Oct 18 17:52:32.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9438 | 2024-10-18T17:52:34.503Z | [ host-image] Oct 18 17:52:32.401 INFO O| Oct 18 17:52:32.401 INFO ok! |
9439 | 2024-10-18T17:52:34.503Z | [ host-image] Oct 18 17:52:32.401 INFO O| Oct 18 17:52:32.401 INFO STEP 97 (ensure_file) COMPLETE |
9440 | 2024-10-18T17:52:34.503Z | [ host-image] Oct 18 17:52:32.401 INFO O| Oct 18 17:52:32.401 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9441 | 2024-10-18T17:52:34.510Z | [ host-image] Oct 18 17:52:32.411 INFO O| Oct 18 17:52:32.411 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9442 | 2024-10-18T17:52:34.512Z | [ host-image] Oct 18 17:52:32.411 INFO O| Oct 18 17:52:32.411 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9443 | 2024-10-18T17:52:34.512Z | [ host-image] Oct 18 17:52:32.411 INFO O| Oct 18 17:52:32.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9444 | 2024-10-18T17:52:34.512Z | [ host-image] Oct 18 17:52:32.411 INFO O| Oct 18 17:52:32.411 INFO ok! |
9445 | 2024-10-18T17:52:34.512Z | [ host-image] Oct 18 17:52:32.411 INFO O| Oct 18 17:52:32.411 INFO STEP 98 (ensure_file) COMPLETE |
9446 | 2024-10-18T17:52:34.513Z | [ host-image] Oct 18 17:52:32.411 INFO O| Oct 18 17:52:32.411 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9447 | 2024-10-18T17:52:34.519Z | [ host-image] Oct 18 17:52:32.420 INFO O| Oct 18 17:52:32.420 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9448 | 2024-10-18T17:52:34.519Z | [ host-image] Oct 18 17:52:32.420 INFO O| Oct 18 17:52:32.420 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9449 | 2024-10-18T17:52:34.522Z | [ host-image] Oct 18 17:52:32.420 INFO O| Oct 18 17:52:32.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9450 | 2024-10-18T17:52:34.522Z | [ host-image] Oct 18 17:52:32.420 INFO O| Oct 18 17:52:32.420 INFO ok! |
9451 | 2024-10-18T17:52:34.522Z | [ host-image] Oct 18 17:52:32.420 INFO O| Oct 18 17:52:32.420 INFO STEP 99 (ensure_file) COMPLETE |
9452 | 2024-10-18T17:52:34.522Z | [ host-image] Oct 18 17:52:32.420 INFO O| Oct 18 17:52:32.420 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9453 | 2024-10-18T17:52:34.528Z | [ host-image] Oct 18 17:52:32.429 INFO O| Oct 18 17:52:32.429 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9454 | 2024-10-18T17:52:34.531Z | [ host-image] Oct 18 17:52:32.429 INFO O| Oct 18 17:52:32.429 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9455 | 2024-10-18T17:52:34.531Z | [ host-image] Oct 18 17:52:32.429 INFO O| Oct 18 17:52:32.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9456 | 2024-10-18T17:52:34.531Z | [ host-image] Oct 18 17:52:32.429 INFO O| Oct 18 17:52:32.429 INFO ok! |
9457 | 2024-10-18T17:52:34.531Z | [ host-image] Oct 18 17:52:32.429 INFO O| Oct 18 17:52:32.429 INFO STEP 100 (ensure_file) COMPLETE |
9458 | 2024-10-18T17:52:34.531Z | [ host-image] Oct 18 17:52:32.429 INFO O| Oct 18 17:52:32.429 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9459 | 2024-10-18T17:52:34.538Z | [ host-image] Oct 18 17:52:32.438 INFO O| Oct 18 17:52:32.438 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9460 | 2024-10-18T17:52:34.540Z | [ host-image] Oct 18 17:52:32.438 INFO O| Oct 18 17:52:32.438 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9461 | 2024-10-18T17:52:34.540Z | [ host-image] Oct 18 17:52:32.439 INFO O| Oct 18 17:52:32.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9462 | 2024-10-18T17:52:34.540Z | [ host-image] Oct 18 17:52:32.439 INFO O| Oct 18 17:52:32.439 INFO ok! |
9463 | 2024-10-18T17:52:34.540Z | [ host-image] Oct 18 17:52:32.439 INFO O| Oct 18 17:52:32.439 INFO STEP 101 (ensure_file) COMPLETE |
9464 | 2024-10-18T17:52:34.540Z | [ host-image] Oct 18 17:52:32.439 INFO O| Oct 18 17:52:32.439 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9465 | 2024-10-18T17:52:34.547Z | [ host-image] Oct 18 17:52:32.448 INFO O| Oct 18 17:52:32.448 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9466 | 2024-10-18T17:52:34.547Z | [ host-image] Oct 18 17:52:32.448 INFO O| Oct 18 17:52:32.448 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9467 | 2024-10-18T17:52:34.550Z | [ host-image] Oct 18 17:52:32.448 INFO O| Oct 18 17:52:32.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9468 | 2024-10-18T17:52:34.550Z | [ host-image] Oct 18 17:52:32.448 INFO O| Oct 18 17:52:32.448 INFO ok! |
9469 | 2024-10-18T17:52:34.550Z | [ host-image] Oct 18 17:52:32.448 INFO O| Oct 18 17:52:32.448 INFO STEP 102 (ensure_file) COMPLETE |
9470 | 2024-10-18T17:52:34.550Z | [ host-image] Oct 18 17:52:32.448 INFO O| Oct 18 17:52:32.448 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9471 | 2024-10-18T17:52:34.557Z | [ host-image] Oct 18 17:52:32.458 INFO O| Oct 18 17:52:32.458 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9472 | 2024-10-18T17:52:34.557Z | [ host-image] Oct 18 17:52:32.458 INFO O| Oct 18 17:52:32.458 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9473 | 2024-10-18T17:52:34.559Z | [ host-image] Oct 18 17:52:32.458 INFO O| Oct 18 17:52:32.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9474 | 2024-10-18T17:52:34.559Z | [ host-image] Oct 18 17:52:32.458 INFO O| Oct 18 17:52:32.458 INFO ok! |
9475 | 2024-10-18T17:52:34.560Z | [ host-image] Oct 18 17:52:32.458 INFO O| Oct 18 17:52:32.458 INFO STEP 103 (ensure_file) COMPLETE |
9476 | 2024-10-18T17:52:34.560Z | [ host-image] Oct 18 17:52:32.458 INFO O| Oct 18 17:52:32.458 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9477 | 2024-10-18T17:52:34.567Z | [ host-image] Oct 18 17:52:32.468 INFO O| Oct 18 17:52:32.468 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9478 | 2024-10-18T17:52:34.569Z | [ host-image] Oct 18 17:52:32.468 INFO O| Oct 18 17:52:32.468 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9479 | 2024-10-18T17:52:34.569Z | [ host-image] Oct 18 17:52:32.468 INFO O| Oct 18 17:52:32.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9480 | 2024-10-18T17:52:34.569Z | [ host-image] Oct 18 17:52:32.468 INFO O| Oct 18 17:52:32.468 INFO ok! |
9481 | 2024-10-18T17:52:34.569Z | [ host-image] Oct 18 17:52:32.468 INFO O| Oct 18 17:52:32.468 INFO STEP 104 (ensure_file) COMPLETE |
9482 | 2024-10-18T17:52:34.569Z | [ host-image] Oct 18 17:52:32.468 INFO O| Oct 18 17:52:32.468 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9483 | 2024-10-18T17:52:34.577Z | [ host-image] Oct 18 17:52:32.477 INFO O| Oct 18 17:52:32.477 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9484 | 2024-10-18T17:52:34.577Z | [ host-image] Oct 18 17:52:32.477 INFO O| Oct 18 17:52:32.477 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9485 | 2024-10-18T17:52:34.580Z | [ host-image] Oct 18 17:52:32.478 INFO O| Oct 18 17:52:32.477 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9486 | 2024-10-18T17:52:34.580Z | [ host-image] Oct 18 17:52:32.478 INFO O| Oct 18 17:52:32.478 INFO ok! |
9487 | 2024-10-18T17:52:34.580Z | [ host-image] Oct 18 17:52:32.478 INFO O| Oct 18 17:52:32.478 INFO STEP 105 (ensure_file) COMPLETE |
9488 | 2024-10-18T17:52:34.580Z | [ host-image] Oct 18 17:52:32.478 INFO O| Oct 18 17:52:32.478 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9489 | 2024-10-18T17:52:34.586Z | [ host-image] Oct 18 17:52:32.487 INFO O| Oct 18 17:52:32.487 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9490 | 2024-10-18T17:52:34.589Z | [ host-image] Oct 18 17:52:32.487 INFO O| Oct 18 17:52:32.487 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9491 | 2024-10-18T17:52:34.589Z | [ host-image] Oct 18 17:52:32.487 INFO O| Oct 18 17:52:32.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9492 | 2024-10-18T17:52:34.589Z | [ host-image] Oct 18 17:52:32.487 INFO O| Oct 18 17:52:32.487 INFO ok! |
9493 | 2024-10-18T17:52:34.589Z | [ host-image] Oct 18 17:52:32.487 INFO O| Oct 18 17:52:32.487 INFO STEP 106 (ensure_file) COMPLETE |
9494 | 2024-10-18T17:52:34.589Z | [ host-image] Oct 18 17:52:32.487 INFO O| Oct 18 17:52:32.487 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9495 | 2024-10-18T17:52:34.596Z | [ host-image] Oct 18 17:52:32.497 INFO O| Oct 18 17:52:32.497 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9496 | 2024-10-18T17:52:34.596Z | [ host-image] Oct 18 17:52:32.497 INFO O| Oct 18 17:52:32.497 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9497 | 2024-10-18T17:52:34.598Z | [ host-image] Oct 18 17:52:32.497 INFO O| Oct 18 17:52:32.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9498 | 2024-10-18T17:52:34.598Z | [ host-image] Oct 18 17:52:32.497 INFO O| Oct 18 17:52:32.497 INFO ok! |
9499 | 2024-10-18T17:52:34.598Z | [ host-image] Oct 18 17:52:32.497 INFO O| Oct 18 17:52:32.497 INFO STEP 107 (ensure_file) COMPLETE |
9500 | 2024-10-18T17:52:34.598Z | [ host-image] Oct 18 17:52:32.497 INFO O| Oct 18 17:52:32.497 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9501 | 2024-10-18T17:52:34.605Z | [ host-image] Oct 18 17:52:32.506 INFO O| Oct 18 17:52:32.506 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9502 | 2024-10-18T17:52:34.605Z | [ host-image] Oct 18 17:52:32.506 INFO O| Oct 18 17:52:32.506 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9503 | 2024-10-18T17:52:34.608Z | [ host-image] Oct 18 17:52:32.506 INFO O| Oct 18 17:52:32.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9504 | 2024-10-18T17:52:34.608Z | [ host-image] Oct 18 17:52:32.506 INFO O| Oct 18 17:52:32.506 INFO ok! |
9505 | 2024-10-18T17:52:34.608Z | [ host-image] Oct 18 17:52:32.506 INFO O| Oct 18 17:52:32.506 INFO STEP 108 (ensure_file) COMPLETE |
9506 | 2024-10-18T17:52:34.608Z | [ host-image] Oct 18 17:52:32.506 INFO O| Oct 18 17:52:32.506 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9507 | 2024-10-18T17:52:34.615Z | [ host-image] Oct 18 17:52:32.516 INFO O| Oct 18 17:52:32.516 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9508 | 2024-10-18T17:52:34.615Z | [ host-image] Oct 18 17:52:32.516 INFO O| Oct 18 17:52:32.516 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9509 | 2024-10-18T17:52:34.618Z | [ host-image] Oct 18 17:52:32.516 INFO O| Oct 18 17:52:32.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9510 | 2024-10-18T17:52:34.618Z | [ host-image] Oct 18 17:52:32.516 INFO O| Oct 18 17:52:32.516 INFO ok! |
9511 | 2024-10-18T17:52:34.618Z | [ host-image] Oct 18 17:52:32.516 INFO O| Oct 18 17:52:32.516 INFO STEP 109 (ensure_file) COMPLETE |
9512 | 2024-10-18T17:52:34.618Z | [ host-image] Oct 18 17:52:32.516 INFO O| Oct 18 17:52:32.516 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9513 | 2024-10-18T17:52:34.625Z | [ host-image] Oct 18 17:52:32.525 INFO O| Oct 18 17:52:32.525 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9514 | 2024-10-18T17:52:34.627Z | [ host-image] Oct 18 17:52:32.525 INFO O| Oct 18 17:52:32.525 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9515 | 2024-10-18T17:52:34.627Z | [ host-image] Oct 18 17:52:32.525 INFO O| Oct 18 17:52:32.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9516 | 2024-10-18T17:52:34.627Z | [ host-image] Oct 18 17:52:32.525 INFO O| Oct 18 17:52:32.525 INFO ok! |
9517 | 2024-10-18T17:52:34.627Z | [ host-image] Oct 18 17:52:32.526 INFO O| Oct 18 17:52:32.525 INFO STEP 110 (ensure_file) COMPLETE |
9518 | 2024-10-18T17:52:34.627Z | [ host-image] Oct 18 17:52:32.526 INFO O| Oct 18 17:52:32.525 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9519 | 2024-10-18T17:52:34.635Z | [ host-image] Oct 18 17:52:32.535 INFO O| Oct 18 17:52:32.535 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9520 | 2024-10-18T17:52:34.635Z | [ host-image] Oct 18 17:52:32.535 INFO O| Oct 18 17:52:32.535 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9521 | 2024-10-18T17:52:34.637Z | [ host-image] Oct 18 17:52:32.535 INFO O| Oct 18 17:52:32.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9522 | 2024-10-18T17:52:34.637Z | [ host-image] Oct 18 17:52:32.535 INFO O| Oct 18 17:52:32.535 INFO ok! |
9523 | 2024-10-18T17:52:34.637Z | [ host-image] Oct 18 17:52:32.535 INFO O| Oct 18 17:52:32.535 INFO STEP 111 (ensure_file) COMPLETE |
9524 | 2024-10-18T17:52:34.637Z | [ host-image] Oct 18 17:52:32.535 INFO O| Oct 18 17:52:32.535 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9525 | 2024-10-18T17:52:34.645Z | [ host-image] Oct 18 17:52:32.545 INFO O| Oct 18 17:52:32.545 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9526 | 2024-10-18T17:52:34.648Z | [ host-image] Oct 18 17:52:32.545 INFO O| Oct 18 17:52:32.545 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9527 | 2024-10-18T17:52:34.648Z | [ host-image] Oct 18 17:52:32.545 INFO O| Oct 18 17:52:32.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9528 | 2024-10-18T17:52:34.648Z | [ host-image] Oct 18 17:52:32.545 INFO O| Oct 18 17:52:32.545 INFO ok! |
9529 | 2024-10-18T17:52:34.648Z | [ host-image] Oct 18 17:52:32.545 INFO O| Oct 18 17:52:32.545 INFO STEP 112 (ensure_file) COMPLETE |
9530 | 2024-10-18T17:52:34.648Z | [ host-image] Oct 18 17:52:32.545 INFO O| Oct 18 17:52:32.545 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9531 | 2024-10-18T17:52:34.654Z | [ host-image] Oct 18 17:52:32.554 INFO O| Oct 18 17:52:32.554 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9532 | 2024-10-18T17:52:34.654Z | [ host-image] Oct 18 17:52:32.554 INFO O| Oct 18 17:52:32.554 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9533 | 2024-10-18T17:52:34.656Z | [ host-image] Oct 18 17:52:32.554 INFO O| Oct 18 17:52:32.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9534 | 2024-10-18T17:52:34.656Z | [ host-image] Oct 18 17:52:32.554 INFO O| Oct 18 17:52:32.554 INFO ok! |
9535 | 2024-10-18T17:52:34.656Z | [ host-image] Oct 18 17:52:32.555 INFO O| Oct 18 17:52:32.554 INFO STEP 113 (ensure_file) COMPLETE |
9536 | 2024-10-18T17:52:34.656Z | [ host-image] Oct 18 17:52:32.555 INFO O| Oct 18 17:52:32.554 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9537 | 2024-10-18T17:52:34.664Z | [ host-image] Oct 18 17:52:32.564 INFO O| Oct 18 17:52:32.564 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9538 | 2024-10-18T17:52:34.667Z | [ host-image] Oct 18 17:52:32.564 INFO O| Oct 18 17:52:32.564 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9539 | 2024-10-18T17:52:34.667Z | [ host-image] Oct 18 17:52:32.564 INFO O| Oct 18 17:52:32.564 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9540 | 2024-10-18T17:52:34.667Z | [ host-image] Oct 18 17:52:32.564 INFO O| Oct 18 17:52:32.564 INFO ok! |
9541 | 2024-10-18T17:52:34.667Z | [ host-image] Oct 18 17:52:32.564 INFO O| Oct 18 17:52:32.564 INFO STEP 114 (ensure_file) COMPLETE |
9542 | 2024-10-18T17:52:34.667Z | [ host-image] Oct 18 17:52:32.564 INFO O| Oct 18 17:52:32.564 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9543 | 2024-10-18T17:52:34.673Z | [ host-image] Oct 18 17:52:32.573 INFO O| Oct 18 17:52:32.573 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9544 | 2024-10-18T17:52:34.675Z | [ host-image] Oct 18 17:52:32.573 INFO O| Oct 18 17:52:32.573 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9545 | 2024-10-18T17:52:34.675Z | [ host-image] Oct 18 17:52:32.573 INFO O| Oct 18 17:52:32.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9546 | 2024-10-18T17:52:34.675Z | [ host-image] Oct 18 17:52:32.573 INFO O| Oct 18 17:52:32.573 INFO ok! |
9547 | 2024-10-18T17:52:34.675Z | [ host-image] Oct 18 17:52:32.573 INFO O| Oct 18 17:52:32.573 INFO STEP 115 (ensure_file) COMPLETE |
9548 | 2024-10-18T17:52:34.675Z | [ host-image] Oct 18 17:52:32.573 INFO O| Oct 18 17:52:32.573 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9549 | 2024-10-18T17:52:34.682Z | [ host-image] Oct 18 17:52:32.583 INFO O| Oct 18 17:52:32.583 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9550 | 2024-10-18T17:52:34.682Z | [ host-image] Oct 18 17:52:32.583 INFO O| Oct 18 17:52:32.583 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9551 | 2024-10-18T17:52:34.685Z | [ host-image] Oct 18 17:52:32.583 INFO O| Oct 18 17:52:32.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9552 | 2024-10-18T17:52:34.685Z | [ host-image] Oct 18 17:52:32.583 INFO O| Oct 18 17:52:32.583 INFO ok! |
9553 | 2024-10-18T17:52:34.685Z | [ host-image] Oct 18 17:52:32.583 INFO O| Oct 18 17:52:32.583 INFO STEP 116 (ensure_file) COMPLETE |
9554 | 2024-10-18T17:52:34.685Z | [ host-image] Oct 18 17:52:32.583 INFO O| Oct 18 17:52:32.583 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9555 | 2024-10-18T17:52:34.693Z | [ host-image] Oct 18 17:52:32.592 INFO O| Oct 18 17:52:32.592 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9556 | 2024-10-18T17:52:34.693Z | [ host-image] Oct 18 17:52:32.592 INFO O| Oct 18 17:52:32.592 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9557 | 2024-10-18T17:52:34.696Z | [ host-image] Oct 18 17:52:32.592 INFO O| Oct 18 17:52:32.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9558 | 2024-10-18T17:52:34.696Z | [ host-image] Oct 18 17:52:32.592 INFO O| Oct 18 17:52:32.592 INFO ok! |
9559 | 2024-10-18T17:52:34.696Z | [ host-image] Oct 18 17:52:32.592 INFO O| Oct 18 17:52:32.592 INFO STEP 117 (ensure_file) COMPLETE |
9560 | 2024-10-18T17:52:34.696Z | [ host-image] Oct 18 17:52:32.592 INFO O| Oct 18 17:52:32.592 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9561 | 2024-10-18T17:52:34.701Z | [ host-image] Oct 18 17:52:32.602 INFO O| Oct 18 17:52:32.602 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9562 | 2024-10-18T17:52:34.701Z | [ host-image] Oct 18 17:52:32.602 INFO O| Oct 18 17:52:32.602 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9563 | 2024-10-18T17:52:34.703Z | [ host-image] Oct 18 17:52:32.602 INFO O| Oct 18 17:52:32.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9564 | 2024-10-18T17:52:34.704Z | [ host-image] Oct 18 17:52:32.602 INFO O| Oct 18 17:52:32.602 INFO ok! |
9565 | 2024-10-18T17:52:34.704Z | [ host-image] Oct 18 17:52:32.602 INFO O| Oct 18 17:52:32.602 INFO STEP 118 (ensure_file) COMPLETE |
9566 | 2024-10-18T17:52:34.704Z | [ host-image] Oct 18 17:52:32.602 INFO O| Oct 18 17:52:32.602 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9567 | 2024-10-18T17:52:34.710Z | [ host-image] Oct 18 17:52:32.611 INFO O| Oct 18 17:52:32.611 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9568 | 2024-10-18T17:52:34.710Z | [ host-image] Oct 18 17:52:32.611 INFO O| Oct 18 17:52:32.611 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9569 | 2024-10-18T17:52:38.195Z | [ host-image] Oct 18 17:52:36.093 INFO O| Oct 18 17:52:36.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9570 | 2024-10-18T17:52:38.195Z | [ host-image] Oct 18 17:52:36.093 INFO O| Oct 18 17:52:36.093 INFO ok! |
9571 | 2024-10-18T17:52:38.373Z | [ host-image] Oct 18 17:52:36.093 INFO O| Oct 18 17:52:36.093 INFO STEP 119 (ensure_file) COMPLETE |
9572 | 2024-10-18T17:52:38.373Z | [ host-image] Oct 18 17:52:36.093 INFO O| Oct 18 17:52:36.093 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9573 | 2024-10-18T17:52:38.376Z | [ host-image] Oct 18 17:52:36.104 INFO O| Oct 18 17:52:36.104 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9574 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.104 INFO O| Oct 18 17:52:36.104 INFO STEP 120 (ensure_dir) COMPLETE |
9575 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.104 INFO O| Oct 18 17:52:36.104 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9576 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.113 INFO O| Oct 18 17:52:36.113 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9577 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.113 INFO O| Oct 18 17:52:36.113 INFO STEP 121 (ensure_dir) COMPLETE |
9578 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.113 INFO O| Oct 18 17:52:36.113 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9579 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.122 INFO O| Oct 18 17:52:36.122 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9580 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.122 INFO O| Oct 18 17:52:36.122 INFO STEP 122 (ensure_dir) COMPLETE |
9581 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.122 INFO O| Oct 18 17:52:36.122 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9582 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.132 INFO O| Oct 18 17:52:36.131 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9583 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.132 INFO O| Oct 18 17:52:36.131 INFO STEP 123 (ensure_dir) COMPLETE |
9584 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.132 INFO O| Oct 18 17:52:36.132 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9585 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.141 INFO O| Oct 18 17:52:36.141 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9586 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.141 INFO O| Oct 18 17:52:36.141 INFO copying /tmp/.tmpSzk1LQ/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 ... |
9587 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.141 INFO O| Oct 18 17:52:36.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9588 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.141 INFO O| Oct 18 17:52:36.141 INFO ok! |
9589 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.141 INFO O| Oct 18 17:52:36.141 INFO STEP 124 (ensure_file) COMPLETE |
9590 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.141 INFO O| Oct 18 17:52:36.141 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9591 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.150 INFO O| Oct 18 17:52:36.150 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9592 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.150 INFO O| Oct 18 17:52:36.150 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9593 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.150 INFO O| Oct 18 17:52:36.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9594 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.150 INFO O| Oct 18 17:52:36.150 INFO STEP 125 (ensure_dir) COMPLETE |
9595 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.150 INFO O| Oct 18 17:52:36.150 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9596 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.159 INFO O| Oct 18 17:52:36.159 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9597 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.159 INFO O| Oct 18 17:52:36.159 INFO copying /tmp/.tmpSzk1LQ/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9598 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.159 INFO O| Oct 18 17:52:36.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9599 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.159 INFO O| Oct 18 17:52:36.159 INFO ok! |
9600 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.159 INFO O| Oct 18 17:52:36.159 INFO STEP 126 (ensure_file) COMPLETE |
9601 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.159 INFO O| Oct 18 17:52:36.159 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9602 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.168 INFO O| Oct 18 17:52:36.168 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9603 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.169 INFO O| Oct 18 17:52:36.169 INFO STEP 127 (remove_files) COMPLETE |
9604 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.169 INFO O| Oct 18 17:52:36.169 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9605 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.178 INFO O| Oct 18 17:52:36.178 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9606 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.178 INFO O| Oct 18 17:52:36.178 INFO STEP 128 (remove_files) COMPLETE |
9607 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.178 INFO O| Oct 18 17:52:36.178 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9608 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.187 INFO O| Oct 18 17:52:36.187 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9609 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.187 INFO O| Oct 18 17:52:36.187 INFO STEP 129 (remove_files) COMPLETE |
9610 | 2024-10-18T17:52:38.377Z | [ host-image] Oct 18 17:52:36.187 INFO O| Oct 18 17:52:36.187 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9611 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.196 INFO O| Oct 18 17:52:36.196 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9612 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.196 INFO O| Oct 18 17:52:36.196 INFO STEP 130 (remove_files) COMPLETE |
9613 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.196 INFO O| Oct 18 17:52:36.196 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9614 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.205 INFO O| Oct 18 17:52:36.205 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9615 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.205 INFO O| Oct 18 17:52:36.205 INFO STEP 131 (remove_files) COMPLETE |
9616 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.205 INFO O| Oct 18 17:52:36.205 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9617 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.214 INFO O| Oct 18 17:52:36.214 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9618 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.214 INFO O| Oct 18 17:52:36.214 INFO STEP 132 (remove_files) COMPLETE |
9619 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.214 INFO O| Oct 18 17:52:36.214 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9620 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.223 INFO O| Oct 18 17:52:36.223 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9621 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.223 INFO O| Oct 18 17:52:36.223 INFO STEP 133 (remove_files) COMPLETE |
9622 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.223 INFO O| Oct 18 17:52:36.223 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9623 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.232 INFO O| Oct 18 17:52:36.232 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9624 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.232 INFO O| Oct 18 17:52:36.232 INFO STEP 134 (remove_files) COMPLETE |
9625 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.232 INFO O| Oct 18 17:52:36.232 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9626 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.241 INFO O| Oct 18 17:52:36.241 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9627 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.241 INFO O| Oct 18 17:52:36.241 INFO STEP 135 (remove_files) COMPLETE |
9628 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.241 INFO O| Oct 18 17:52:36.241 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9629 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.250 INFO O| Oct 18 17:52:36.250 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9630 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.250 INFO O| Oct 18 17:52:36.250 INFO STEP 136 (remove_files) COMPLETE |
9631 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.250 INFO O| Oct 18 17:52:36.250 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9632 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.259 INFO O| Oct 18 17:52:36.259 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9633 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.260 INFO O| Oct 18 17:52:36.259 INFO STEP 137 (remove_files) COMPLETE |
9634 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.260 INFO O| Oct 18 17:52:36.260 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9635 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.269 INFO O| Oct 18 17:52:36.268 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9636 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.269 INFO O| Oct 18 17:52:36.269 INFO STEP 138 (remove_files) COMPLETE |
9637 | 2024-10-18T17:52:38.378Z | [ host-image] Oct 18 17:52:36.269 INFO O| Oct 18 17:52:36.269 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9638 | 2024-10-18T17:52:38.381Z | [ host-image] Oct 18 17:52:36.278 INFO O| Oct 18 17:52:36.277 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9639 | 2024-10-18T17:52:38.381Z | [ host-image] Oct 18 17:52:36.278 INFO O| Oct 18 17:52:36.278 INFO STEP 139 (remove_files) COMPLETE |
9640 | 2024-10-18T17:52:38.381Z | [ host-image] Oct 18 17:52:36.278 INFO O| Oct 18 17:52:36.278 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9641 | 2024-10-18T17:52:38.387Z | [ host-image] Oct 18 17:52:36.287 INFO O| Oct 18 17:52:36.287 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9642 | 2024-10-18T17:52:38.387Z | [ host-image] Oct 18 17:52:36.287 INFO O| Oct 18 17:52:36.287 INFO STEP 140 (remove_files) COMPLETE |
9643 | 2024-10-18T17:52:38.390Z | [ host-image] Oct 18 17:52:36.287 INFO O| Oct 18 17:52:36.287 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9644 | 2024-10-18T17:52:38.396Z | [ host-image] Oct 18 17:52:36.296 INFO O| Oct 18 17:52:36.296 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9645 | 2024-10-18T17:52:38.396Z | [ host-image] Oct 18 17:52:36.296 INFO O| Oct 18 17:52:36.296 INFO STEP 141 (remove_files) COMPLETE |
9646 | 2024-10-18T17:52:38.399Z | [ host-image] Oct 18 17:52:36.296 INFO O| Oct 18 17:52:36.296 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9647 | 2024-10-18T17:52:38.405Z | [ host-image] Oct 18 17:52:36.305 INFO O| Oct 18 17:52:36.305 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9648 | 2024-10-18T17:52:38.405Z | [ host-image] Oct 18 17:52:36.305 INFO O| Oct 18 17:52:36.305 INFO STEP 142 (remove_files) COMPLETE |
9649 | 2024-10-18T17:52:38.408Z | [ host-image] Oct 18 17:52:36.305 INFO O| Oct 18 17:52:36.305 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9650 | 2024-10-18T17:52:38.414Z | [ host-image] Oct 18 17:52:36.314 INFO O| Oct 18 17:52:36.313 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9651 | 2024-10-18T17:52:38.414Z | [ host-image] Oct 18 17:52:36.314 INFO O| Oct 18 17:52:36.314 INFO STEP 143 (remove_files) COMPLETE |
9652 | 2024-10-18T17:52:38.417Z | [ host-image] Oct 18 17:52:36.314 INFO O| Oct 18 17:52:36.314 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9653 | 2024-10-18T17:52:38.423Z | [ host-image] Oct 18 17:52:36.323 INFO O| Oct 18 17:52:36.323 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9654 | 2024-10-18T17:52:38.423Z | [ host-image] Oct 18 17:52:36.323 INFO O| Oct 18 17:52:36.323 INFO STEP 144 (remove_files) COMPLETE |
9655 | 2024-10-18T17:52:38.423Z | [ host-image] Oct 18 17:52:36.323 INFO O| Oct 18 17:52:36.323 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9656 | 2024-10-18T17:52:38.432Z | [ host-image] Oct 18 17:52:36.332 INFO O| Oct 18 17:52:36.331 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9657 | 2024-10-18T17:52:38.432Z | [ host-image] Oct 18 17:52:36.332 INFO O| Oct 18 17:52:36.332 INFO STEP 145 (remove_files) COMPLETE |
9658 | 2024-10-18T17:52:38.432Z | [ host-image] Oct 18 17:52:36.332 INFO O| Oct 18 17:52:36.332 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9659 | 2024-10-18T17:52:38.441Z | [ host-image] Oct 18 17:52:36.341 INFO O| Oct 18 17:52:36.341 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9660 | 2024-10-18T17:52:38.444Z | [ host-image] Oct 18 17:52:36.341 INFO O| Oct 18 17:52:36.341 INFO STEP 146 (remove_files) COMPLETE |
9661 | 2024-10-18T17:52:38.444Z | [ host-image] Oct 18 17:52:36.341 INFO O| Oct 18 17:52:36.341 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9662 | 2024-10-18T17:52:38.450Z | [ host-image] Oct 18 17:52:36.350 INFO O| Oct 18 17:52:36.350 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9663 | 2024-10-18T17:52:38.450Z | [ host-image] Oct 18 17:52:36.350 INFO O| Oct 18 17:52:36.350 INFO STEP 147 (remove_files) COMPLETE |
9664 | 2024-10-18T17:52:38.450Z | [ host-image] Oct 18 17:52:36.350 INFO O| Oct 18 17:52:36.350 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9665 | 2024-10-18T17:52:38.459Z | [ host-image] Oct 18 17:52:36.359 INFO O| Oct 18 17:52:36.359 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9666 | 2024-10-18T17:52:38.459Z | [ host-image] Oct 18 17:52:36.359 INFO O| Oct 18 17:52:36.359 INFO STEP 148 (remove_files) COMPLETE |
9667 | 2024-10-18T17:52:38.462Z | [ host-image] Oct 18 17:52:36.359 INFO O| Oct 18 17:52:36.359 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9668 | 2024-10-18T17:52:38.468Z | [ host-image] Oct 18 17:52:36.368 INFO O| Oct 18 17:52:36.368 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9669 | 2024-10-18T17:52:38.471Z | [ host-image] Oct 18 17:52:36.368 INFO O| Oct 18 17:52:36.368 INFO STEP 149 (remove_files) COMPLETE |
9670 | 2024-10-18T17:52:38.471Z | [ host-image] Oct 18 17:52:36.368 INFO O| Oct 18 17:52:36.368 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9671 | 2024-10-18T17:52:38.478Z | [ host-image] Oct 18 17:52:36.377 INFO O| Oct 18 17:52:36.377 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9672 | 2024-10-18T17:52:38.480Z | [ host-image] Oct 18 17:52:36.377 INFO O| Oct 18 17:52:36.377 INFO STEP 150 (remove_files) COMPLETE |
9673 | 2024-10-18T17:52:38.480Z | [ host-image] Oct 18 17:52:36.377 INFO O| Oct 18 17:52:36.377 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9674 | 2024-10-18T17:52:38.487Z | [ host-image] Oct 18 17:52:36.386 INFO O| Oct 18 17:52:36.386 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9675 | 2024-10-18T17:52:38.487Z | [ host-image] Oct 18 17:52:36.386 INFO O| Oct 18 17:52:36.386 INFO STEP 151 (remove_files) COMPLETE |
9676 | 2024-10-18T17:52:38.490Z | [ host-image] Oct 18 17:52:36.386 INFO O| Oct 18 17:52:36.386 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9677 | 2024-10-18T17:52:38.496Z | [ host-image] Oct 18 17:52:36.395 INFO O| Oct 18 17:52:36.395 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9678 | 2024-10-18T17:52:38.498Z | [ host-image] Oct 18 17:52:36.395 INFO O| Oct 18 17:52:36.395 INFO STEP 152 (remove_files) COMPLETE |
9679 | 2024-10-18T17:52:38.498Z | [ host-image] Oct 18 17:52:36.395 INFO O| Oct 18 17:52:36.395 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9680 | 2024-10-18T17:52:38.506Z | [ host-image] Oct 18 17:52:36.404 INFO O| Oct 18 17:52:36.404 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9681 | 2024-10-18T17:52:38.506Z | [ host-image] Oct 18 17:52:36.404 INFO O| Oct 18 17:52:36.404 INFO STEP 153 (remove_files) COMPLETE |
9682 | 2024-10-18T17:52:38.508Z | [ host-image] Oct 18 17:52:36.404 INFO O| Oct 18 17:52:36.404 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9683 | 2024-10-18T17:52:38.514Z | [ host-image] Oct 18 17:52:36.413 INFO O| Oct 18 17:52:36.413 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9684 | 2024-10-18T17:52:38.514Z | [ host-image] Oct 18 17:52:36.413 INFO O| Oct 18 17:52:36.413 INFO STEP 154 (remove_files) COMPLETE |
9685 | 2024-10-18T17:52:38.516Z | [ host-image] Oct 18 17:52:36.413 INFO O| Oct 18 17:52:36.413 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9686 | 2024-10-18T17:52:38.523Z | [ host-image] Oct 18 17:52:36.422 INFO O| Oct 18 17:52:36.422 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9687 | 2024-10-18T17:52:38.525Z | [ host-image] Oct 18 17:52:36.422 INFO O| Oct 18 17:52:36.422 INFO STEP 155 (remove_files) COMPLETE |
9688 | 2024-10-18T17:52:38.525Z | [ host-image] Oct 18 17:52:36.422 INFO O| Oct 18 17:52:36.422 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9689 | 2024-10-18T17:52:38.537Z | [ host-image] Oct 18 17:52:36.436 INFO O| Oct 18 17:52:36.436 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9690 | 2024-10-18T17:52:38.539Z | [ host-image] Oct 18 17:52:36.436 INFO O| Oct 18 17:52:36.436 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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
9691 | 2024-10-18T17:52:46.736Z | [ host-image] Oct 18 17:52:44.632 INFO O| Oct 18 17:52:44.631 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 |
9692 | 2024-10-18T17:52:46.736Z | [ host-image] Oct 18 17:52:44.632 INFO O| Oct 18 17:52:44.632 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9693 | 2024-10-18T17:52:46.749Z | [ host-image] Oct 18 17:52:44.645 INFO O| Oct 18 17:52:44.645 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_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", "SVCCFG_CHECKHASH": "1"} |
9694 | 2024-10-18T17:52:46.824Z | [ host-image] Oct 18 17:52:44.720 INFO O| Oct 18 17:52:44.720 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9695 | 2024-10-18T17:52:46.824Z | [ host-image] Oct 18 17:52:44.720 INFO O| Oct 18 17:52:44.720 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9696 | 2024-10-18T17:52:46.827Z | [ host-image] Oct 18 17:52:44.723 INFO O| Oct 18 17:52:44.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9697 | 2024-10-18T17:52:46.827Z | [ host-image] Oct 18 17:52:44.723 INFO O| Oct 18 17:52:44.723 INFO ok! |
9698 | 2024-10-18T17:52:46.830Z | [ host-image] Oct 18 17:52:44.723 INFO O| Oct 18 17:52:44.723 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9699 | 2024-10-18T17:52:46.830Z | [ host-image] Oct 18 17:52:44.723 INFO O| Oct 18 17:52:44.723 INFO STEP 156 (seed_smf) COMPLETE |
9700 | 2024-10-18T17:52:46.830Z | [ host-image] Oct 18 17:52:44.723 INFO O| Oct 18 17:52:44.723 INFO steps complete; finalising image! |
9701 | 2024-10-18T17:52:46.830Z | [ host-image] Oct 18 17:52:44.723 INFO O| Oct 18 17:52:44.723 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9702 | 2024-10-18T17:52:46.966Z | [ host-image] Oct 18 17:52:44.861 INFO O| Oct 18 17:52:44.861 INFO trim TEMPORARY-gimlet-zfs: (4% trimmed, started at Fri Oct 18 17:52:44 2024) |
9703 | 2024-10-18T17:52:47.187Z | [ host-image] Oct 18 17:52:45.081 INFO O| Oct 18 17:52:45.081 INFO temporary pool has 683M used, 149M avail, 1.86x compressratio |
9704 | 2024-10-18T17:52:47.187Z | [ host-image] Oct 18 17:52:45.081 INFO O| Oct 18 17:52:45.081 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9705 | 2024-10-18T17:52:47.449Z | [ host-image] Oct 18 17:52:45.344 INFO O| Oct 18 17:52:45.344 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9706 | 2024-10-18T17:52:47.449Z | [ host-image] Oct 18 17:52:45.344 INFO O| Oct 18 17:52:45.344 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9707 | 2024-10-18T17:52:48.450Z | [ host-image] Oct 18 17:52:46.345 INFO O| Oct 18 17:52:46.345 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9708 | 2024-10-18T17:52:48.450Z | [ host-image] Oct 18 17:52:46.345 INFO O| Oct 18 17:52:46.345 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9709 | 2024-10-18T17:52:48.453Z | [ host-image] Oct 18 17:52:46.345 INFO O| Oct 18 17:52:46.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9710 | 2024-10-18T17:52:48.453Z | [ host-image] Oct 18 17:52:46.345 INFO O| Oct 18 17:52:46.345 INFO completed processing gimlet/zfs |
9711 | 2024-10-18T17:52:48.453Z | [ host-image] Oct 18 17:52:46.345 INFO O| Oct 18 17:52:46.345 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9712 | 2024-10-18T17:52:54.895Z | [ host-image] Oct 18 17:52:52.787 INFO O| Oct 18 17:52:52.787 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9713 | 2024-10-18T17:52:55.081Z | [ host-image] Oct 18 17:52:52.865 INFO BUILD STRING "heads/stlouis-0-gc3c5244d76\n" |
9714 | 2024-10-18T17:52:55.081Z | [ host-image] Oct 18 17:52:52.865 INFO expanded image name: "ci d69155e/${os_short_commit} 2024-10-18 17:23" -> "ci d69155e/c3c5244 2024-10-18 17:23" |
9715 | 2024-10-18T17:52:55.084Z | [ host-image] Oct 18 17:52:52.865 INFO output artefacts stored in: "/work/os-host" |
9716 | 2024-10-18T17:52:55.084Z | [ host-image] Oct 18 17:52:52.865 INFO collecting git info from project "image-builder"... |
9717 | 2024-10-18T17:52:55.084Z | [ host-image] Oct 18 17:52:52.870 INFO collecting git info from project "amd-host-image-builder"... |
9718 | 2024-10-18T17:52:55.084Z | [ host-image] Oct 18 17:52:52.882 INFO collecting git info from project "pinprick"... |
9719 | 2024-10-18T17:52:55.084Z | [ host-image] Oct 18 17:52:52.886 INFO collecting git info from project "pilot"... |
9720 | 2024-10-18T17:52:55.084Z | [ host-image] Oct 18 17:52:52.891 INFO collecting git info from project "bootserver"... |
9721 | 2024-10-18T17:52:55.084Z | [ host-image] Oct 18 17:52:52.895 INFO collecting git info from project "phbl"... |
9722 | 2024-10-18T17:52:55.084Z | [ host-image] Oct 18 17:52:52.899 INFO collecting git info from project "amd-firmware"... |
9723 | 2024-10-18T17:52:55.084Z | [ host-image] Oct 18 17:52:52.908 INFO collecting git info from project "chelsio-t6-roms"... |
9724 | 2024-10-18T17:52:55.084Z | [ host-image] Oct 18 17:52:52.912 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9725 | 2024-10-18T17:52:55.365Z | [ host-image] Oct 18 17:52:53.257 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9726 | 2024-10-18T17:52:55.693Z | [ host-image] Oct 18 17:52:53.585 INFO creating Oxide boot image... |
9727 | 2024-10-18T17:52:55.693Z | [ host-image] Oct 18 17:52:53.585 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci d69155e/c3c5244 2024-10-18 17:23", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9728 | 2024-10-18T17:52:56.600Z | [ host-image] Oct 18 17:52:54.492 INFO O| ok, image written! |
9729 | 2024-10-18T17:52:56.600Z | [ host-image] Oct 18 17:52:54.493 INFO O| ok, boot_image_csum file written! |
9730 | 2024-10-18T17:52:56.603Z | [ host-image] Oct 18 17:52:54.495 INFO creating boot archive (CPIO)... |
9731 | 2024-10-18T17:52:56.606Z | [ host-image] Oct 18 17:52:54.495 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 |
9732 | 2024-10-18T17:52:56.612Z | [ host-image] Oct 18 17:52:54.505 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9733 | 2024-10-18T17:52:56.612Z | [ host-image] Oct 18 17:52:54.505 INFO E| + outfile=/work/os-host/cpio |
9734 | 2024-10-18T17:52:56.612Z | [ host-image] Oct 18 17:52:54.505 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9735 | 2024-10-18T17:52:56.615Z | [ host-image] Oct 18 17:52:54.507 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9736 | 2024-10-18T17:52:56.615Z | [ host-image] Oct 18 17:52:54.507 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9737 | 2024-10-18T17:52:56.653Z | [ host-image] Oct 18 17:52:54.545 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9738 | 2024-10-18T17:52:56.655Z | [ host-image] Oct 18 17:52:54.545 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9739 | 2024-10-18T17:52:56.661Z | [ host-image] Oct 18 17:52:54.553 INFO creating compressed cpio/unix for nanobl-rs... |
9740 | 2024-10-18T17:52:56.663Z | [ host-image] Oct 18 17:52:54.553 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 |
9741 | 2024-10-18T17:52:56.948Z | [ host-image] Oct 18 17:52:54.840 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9742 | 2024-10-18T17:53:01.291Z | [ host-image] Oct 18 17:52:59.181 INFO creating reset image... |
9743 | 2024-10-18T17:53:01.294Z | [ host-image] Oct 18 17:52:59.181 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9744 | 2024-10-18T17:53:01.379Z | [ host-image] Oct 18 17:52:59.269 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9745 | 2024-10-18T17:53:01.382Z | [ host-image] Oct 18 17:52:59.270 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9746 | 2024-10-18T17:53:01.435Z | [ host-image] Oct 18 17:52:59.325 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9747 | 2024-10-18T17:53:03.181Z | [ host-image] Oct 18 17:53:01.070 INFO E| Finished `release` profile [optimized] target(s) in 1.78s |
9748 | 2024-10-18T17:53:03.192Z | [ host-image] Oct 18 17:53:01.082 INFO building host image... |
9749 | 2024-10-18T17:53:03.195Z | [ host-image] Oct 18 17:53:01.082 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") |
9750 | 2024-10-18T17:53:03.682Z | [ host-image] Oct 18 17:53:01.571 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9751 | 2024-10-18T17:53:50.451Z | [ host-image] Oct 18 17:53:48.323 INFO image complete! materials are in "/work/os-host" |
9752 | 2024-10-18T17:53:50.454Z | [ host-image] |
9753 | 2024-10-18T17:53:50.454Z | [ host-image] real 9:27.241872850 |
9754 | 2024-10-18T17:53:50.454Z | [ host-image] user 4:41.123475298 |
9755 | 2024-10-18T17:53:50.454Z | [ host-image] sys 49.699432009 |
9756 | 2024-10-18T17:53:50.454Z | [ host-image] trap 0.158575445 |
9757 | 2024-10-18T17:53:50.454Z | [ host-image] tflt 0.009876666 |
9758 | 2024-10-18T17:53:50.454Z | [ host-image] dflt 0.050596266 |
9759 | 2024-10-18T17:53:50.457Z | [ host-image] kflt 0.000017280 |
9760 | 2024-10-18T17:53:50.457Z | [ host-image] lock 3:51.693566811 |
9761 | 2024-10-18T17:53:50.457Z | [ host-image] slp 51:57.705388573 |
9762 | 2024-10-18T17:53:50.457Z | [ host-image] lat 1:26.415264985 |
9763 | 2024-10-18T17:53:50.457Z | Oct 18 17:53:48.326 INFO [host-image] process exited with exit status: 0 (567.256596174s) |
9764 | 2024-10-18T17:53:50.457Z | [ host-image] stop 0.397045453 |
9765 | 2024-10-18T17:53:50.457Z | Oct 18 17:53:48.326 INFO [tuf-repo] running task |
9766 | 2024-10-18T17:53:57.524Z | Oct 18 17:53:55.393 INFO assembling repository in `/tmp/tufaceousmD5nlu`, component: OmicronRepoAssembler |
9767 | 2024-10-18T17:54:02.483Z | Oct 18 17:54:00.350 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9768 | 2024-10-18T17:54:02.669Z | Oct 18 17:54:00.536 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9769 | 2024-10-18T17:54:13.992Z | Oct 18 17:54:11.855 INFO [tuf-repo] task succeeded (23.528526549s) |
9770 | 2024-10-18T17:54:13.992Z | Oct 18 17:54:11.855 INFO all jobs completed in 1863.40771184s |
9771 | 2024-10-18T17:54:14.518Z | process exited: duration 2458546 ms, exit code 0 |
|
9772 | 2024-10-18T17:54:14.535Z | found 33 output files |
9773 | 2024-10-18T17:54:14.535Z | uploading: /work/manifest.toml (8404 bytes) |
9774 | 2024-10-18T17:54:15.545Z | uploaded: /work/manifest.toml |
9775 | 2024-10-18T17:54:15.545Z | uploading: /work/repo.zip (1852888439 bytes) |
9776 | 2024-10-18T17:54:49.598Z | uploaded: /work/repo.zip |
9777 | 2024-10-18T17:54:49.614Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9778 | 2024-10-18T17:54:50.629Z | uploaded: /work/repo.zip.sha256.txt |
9779 | 2024-10-18T17:54:50.629Z | uploading: /work/helios-setup.log (65532 bytes) |
9780 | 2024-10-18T17:54:51.656Z | uploaded: /work/helios-setup.log |
9781 | 2024-10-18T17:54:51.656Z | uploading: /work/host-image.log (194687 bytes) |
9782 | 2024-10-18T17:54:52.674Z | uploaded: /work/host-image.log |
9783 | 2024-10-18T17:54:52.674Z | uploading: /work/host-package.log (22417 bytes) |
9784 | 2024-10-18T17:54:53.683Z | uploaded: /work/host-package.log |
9785 | 2024-10-18T17:54:53.683Z | uploading: /work/host-target.log (101 bytes) |
9786 | 2024-10-18T17:54:54.691Z | uploaded: /work/host-target.log |
9787 | 2024-10-18T17:54:54.692Z | uploading: /work/omicron-package.log (5011 bytes) |
9788 | 2024-10-18T17:54:55.699Z | uploaded: /work/omicron-package.log |
9789 | 2024-10-18T17:54:55.699Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9790 | 2024-10-18T17:54:56.707Z | uploaded: /work/phbl-toolchain.log |
9791 | 2024-10-18T17:54:56.707Z | uploading: /work/recovery-image.log (591821 bytes) |
9792 | 2024-10-18T17:54:57.740Z | uploaded: /work/recovery-image.log |
9793 | 2024-10-18T17:54:57.740Z | uploading: /work/recovery-package.log (321 bytes) |
9794 | 2024-10-18T17:54:58.747Z | uploaded: /work/recovery-package.log |
9795 | 2024-10-18T17:54:58.747Z | uploading: /work/recovery-target.log (57 bytes) |
9796 | 2024-10-18T17:54:59.755Z | uploaded: /work/recovery-target.log |
9797 | 2024-10-18T17:54:59.755Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9798 | 2024-10-18T17:55:00.778Z | uploaded: /work/stamp-clickhouse.log |
9799 | 2024-10-18T17:55:00.778Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9800 | 2024-10-18T17:55:01.785Z | uploaded: /work/stamp-clickhouse_keeper.log |
9801 | 2024-10-18T17:55:01.785Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9802 | 2024-10-18T17:55:02.792Z | uploaded: /work/stamp-cockroachdb.log |
9803 | 2024-10-18T17:55:02.792Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9804 | 2024-10-18T17:55:03.801Z | uploaded: /work/stamp-crucible-dtrace.log |
9805 | 2024-10-18T17:55:03.801Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9806 | 2024-10-18T17:55:04.810Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9807 | 2024-10-18T17:55:04.810Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9808 | 2024-10-18T17:55:05.818Z | uploaded: /work/stamp-crucible-zone.log |
9809 | 2024-10-18T17:55:05.818Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9810 | 2024-10-18T17:55:06.825Z | uploaded: /work/stamp-external-dns.log |
9811 | 2024-10-18T17:55:06.825Z | uploading: /work/stamp-installinator.log (103 bytes) |
9812 | 2024-10-18T17:55:07.833Z | uploaded: /work/stamp-installinator.log |
9813 | 2024-10-18T17:55:07.833Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9814 | 2024-10-18T17:55:08.842Z | uploaded: /work/stamp-internal-dns.log |
9815 | 2024-10-18T17:55:08.842Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9816 | 2024-10-18T17:55:09.852Z | uploaded: /work/stamp-mg-ddm-gz.log |
9817 | 2024-10-18T17:55:09.852Z | uploading: /work/stamp-nexus.log (112 bytes) |
9818 | 2024-10-18T17:55:10.860Z | uploaded: /work/stamp-nexus.log |
9819 | 2024-10-18T17:55:10.860Z | uploading: /work/stamp-ntp.log (110 bytes) |
9820 | 2024-10-18T17:55:11.868Z | uploaded: /work/stamp-ntp.log |
9821 | 2024-10-18T17:55:11.868Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9822 | 2024-10-18T17:55:12.876Z | uploaded: /work/stamp-omicron-sled-agent.log |
9823 | 2024-10-18T17:55:12.876Z | uploading: /work/stamp-overlay.log (114 bytes) |
9824 | 2024-10-18T17:55:13.884Z | uploaded: /work/stamp-overlay.log |
9825 | 2024-10-18T17:55:13.884Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9826 | 2024-10-18T17:55:14.892Z | uploaded: /work/stamp-oximeter.log |
9827 | 2024-10-18T17:55:14.892Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9828 | 2024-10-18T17:55:15.899Z | uploaded: /work/stamp-oxlog.log |
9829 | 2024-10-18T17:55:15.900Z | uploading: /work/stamp-probe.log (112 bytes) |
9830 | 2024-10-18T17:55:16.908Z | uploaded: /work/stamp-probe.log |
9831 | 2024-10-18T17:55:16.908Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9832 | 2024-10-18T17:55:17.915Z | uploaded: /work/stamp-propolis-server.log |
9833 | 2024-10-18T17:55:17.915Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9834 | 2024-10-18T17:55:18.923Z | uploaded: /work/stamp-pumpkind-gz.log |
9835 | 2024-10-18T17:55:18.923Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9836 | 2024-10-18T17:55:19.930Z | uploaded: /work/stamp-switch-asic.log |
9837 | 2024-10-18T17:55:19.931Z | uploading: /work/verify-libraries.log (3720 bytes) |
9838 | 2024-10-18T17:55:20.937Z | uploaded: /work/verify-libraries.log |