|
|
|
1 | 2024-12-20T23:29:51.459Z | job assigned to worker 01JFK6DXHP40Z47FC03MK48QP0 [factory aws, i-09777925c7de34541] (queued for 1 m 8 s) |
|
2 | 2024-12-20T23:29:58.764Z | starting task 0: "setup" |
3 | 2024-12-20T23:29:58.772Z | ++ uname -s |
4 | 2024-12-20T23:29:58.776Z | + kern=SunOS |
5 | 2024-12-20T23:29:58.776Z | + case "$kern" in |
6 | 2024-12-20T23:29:58.776Z | + groupadd -g 12345 build |
7 | 2024-12-20T23:29:58.782Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T23:30:03.662Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T23:30:03.690Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T23:30:03.690Z | + home_fs=zfs |
11 | 2024-12-20T23:30:03.690Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T23:30:03.690Z | + mkdir -p /home/build |
13 | 2024-12-20T23:30:03.690Z | + chown build:build /home/build /work |
14 | 2024-12-20T23:30:03.690Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T23:30:03.690Z | process exited: duration 4149 ms, exit code 0 |
|
16 | 2024-12-20T23:30:03.714Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T23:30:03.717Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T23:30:03.717Z | ' 1.81.0 |
19 | 2024-12-20T23:30:03.717Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T23:30:03.717Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-20T23:30:03.717Z | ' default |
22 | 2024-12-20T23:30:03.717Z | * toolchain profile = "default" |
23 | 2024-12-20T23:30:03.717Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T23:30:03.717Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T23:30:03.820Z | info: downloading installer |
26 | 2024-12-20T23:30:05.018Z | info: profile set to 'default' |
27 | 2024-12-20T23:30:05.019Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T23:30:05.022Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T23:30:05.157Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T23:30:05.157Z | info: downloading component 'cargo' |
31 | 2024-12-20T23:30:05.870Z | info: downloading component 'clippy' |
32 | 2024-12-20T23:30:06.137Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T23:30:07.129Z | info: downloading component 'rust-std' |
34 | 2024-12-20T23:30:08.671Z | info: downloading component 'rustc' |
35 | 2024-12-20T23:30:14.213Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T23:30:14.422Z | info: installing component 'cargo' |
37 | 2024-12-20T23:30:15.233Z | info: installing component 'clippy' |
38 | 2024-12-20T23:30:15.595Z | info: installing component 'rust-docs' |
39 | 2024-12-20T23:30:17.196Z | info: installing component 'rust-std' |
40 | 2024-12-20T23:30:18.987Z | info: installing component 'rustc' |
41 | 2024-12-20T23:30:24.730Z | info: installing component 'rustfmt' |
42 | 2024-12-20T23:30:25.060Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T23:30:25.060Z | |
44 | 2024-12-20T23:30:25.418Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T23:30:25.418Z | |
46 | 2024-12-20T23:30:25.420Z | |
47 | 2024-12-20T23:30:25.420Z | Rust is installed now. Great! |
48 | 2024-12-20T23:30:25.421Z | |
49 | 2024-12-20T23:30:25.421Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T23:30:25.421Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T23:30:25.421Z | |
52 | 2024-12-20T23:30:25.421Z | To configure your current shell, you need to source |
53 | 2024-12-20T23:30:25.421Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T23:30:25.421Z | |
55 | 2024-12-20T23:30:25.421Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T23:30:25.421Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T23:30:25.421Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T23:30:25.494Z | + rustc --version |
59 | 2024-12-20T23:30:25.563Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T23:30:25.566Z | process exited: duration 21863 ms, exit code 0 |
|
61 | 2024-12-20T23:30:25.574Z | starting task 2: "authentication" |
62 | 2024-12-20T23:30:25.598Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-20T23:30:25.604Z | starting task 3: "clone repository" |
64 | 2024-12-20T23:30:25.609Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T23:30:25.612Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T23:30:25.649Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T23:30:33.057Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T23:30:33.057Z | + git fetch origin fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 |
69 | 2024-12-20T23:30:33.417Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T23:30:33.417Z | * branch fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 -> FETCH_HEAD |
71 | 2024-12-20T23:30:33.426Z | + [[ -n support-bundle-wire-up-http-endpoints ]] |
72 | 2024-12-20T23:30:33.441Z | ++ git branch --show-current |
73 | 2024-12-20T23:30:33.441Z | + current=main |
74 | 2024-12-20T23:30:33.441Z | + [[ main != support-bundle-wire-up-http-endpoints ]] |
75 | 2024-12-20T23:30:33.441Z | + git branch -f support-bundle-wire-up-http-endpoints fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 |
76 | 2024-12-20T23:30:33.441Z | + git checkout -f support-bundle-wire-up-http-endpoints |
77 | 2024-12-20T23:30:33.611Z | Switched to branch 'support-bundle-wire-up-http-endpoints' |
78 | 2024-12-20T23:30:33.622Z | + git reset --hard fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 |
79 | 2024-12-20T23:30:33.657Z | HEAD is now at fae39ee8c clippy |
80 | 2024-12-20T23:30:33.660Z | process exited: duration 8056 ms, exit code 0 |
|
81 | 2024-12-20T23:30:33.665Z | starting task 4: "build" |
82 | 2024-12-20T23:30:33.671Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T23:30:33.672Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T23:30:33.674Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T23:30:33.674Z | + cargo --version |
86 | 2024-12-20T23:30:33.732Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T23:30:33.735Z | + rustc --version |
88 | 2024-12-20T23:30:33.798Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T23:30:33.801Z | + cargo tree --locked |
90 | 2024-12-20T23:30:34.065Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-12-20T23:30:34.371Z | Updating crates.io index |
92 | 2024-12-20T23:30:34.375Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
93 | 2024-12-20T23:30:35.098Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
94 | 2024-12-20T23:30:35.317Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
95 | 2024-12-20T23:30:35.579Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
96 | 2024-12-20T23:30:35.850Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
97 | 2024-12-20T23:30:36.668Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-20T23:30:38.315Z | Updating git repository `https://github.com/oxidecomputer/opte` |
99 | 2024-12-20T23:30:38.988Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
100 | 2024-12-20T23:30:39.883Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
101 | 2024-12-20T23:30:40.206Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
102 | 2024-12-20T23:30:40.517Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
103 | 2024-12-20T23:30:41.186Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
104 | 2024-12-20T23:30:41.457Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
105 | 2024-12-20T23:30:42.022Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
106 | 2024-12-20T23:30:42.290Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
107 | 2024-12-20T23:30:42.538Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
108 | 2024-12-20T23:30:42.757Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
109 | 2024-12-20T23:30:43.047Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
110 | 2024-12-20T23:30:43.342Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
111 | 2024-12-20T23:30:43.697Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-20T23:30:44.319Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-20T23:30:44.506Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
114 | 2024-12-20T23:30:44.830Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
115 | 2024-12-20T23:30:45.199Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
116 | 2024-12-20T23:30:45.663Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
117 | 2024-12-20T23:30:45.963Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-12-20T23:30:46.206Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-12-20T23:30:46.549Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-12-20T23:30:48.035Z | Downloading crates ... |
121 | 2024-12-20T23:30:48.135Z | Downloaded async-object-pool v0.1.5 |
122 | 2024-12-20T23:30:48.138Z | Downloaded assert-json-diff v2.0.2 |
123 | 2024-12-20T23:30:48.141Z | Downloaded addr2line v0.24.2 |
124 | 2024-12-20T23:30:48.144Z | Downloaded async-stream-impl v0.3.6 |
125 | 2024-12-20T23:30:48.154Z | Downloaded atty v0.2.14 |
126 | 2024-12-20T23:30:48.159Z | Downloaded errno v0.3.9 |
127 | 2024-12-20T23:30:48.163Z | Downloaded escape8259 v0.5.3 |
128 | 2024-12-20T23:30:48.165Z | Downloaded foreign-types v0.3.2 |
129 | 2024-12-20T23:30:48.165Z | Downloaded atomicwrites v0.4.4 |
130 | 2024-12-20T23:30:48.171Z | Downloaded headers-core v0.3.0 |
131 | 2024-12-20T23:30:48.173Z | Downloaded guppy-workspace-hack v0.1.0 |
132 | 2024-12-20T23:30:48.173Z | Downloaded foreign-types-shared v0.3.1 |
133 | 2024-12-20T23:30:48.181Z | Downloaded hubpack_derive v0.1.1 |
134 | 2024-12-20T23:30:48.184Z | Downloaded cfg_aliases v0.1.1 |
135 | 2024-12-20T23:30:48.184Z | Downloaded adler2 v2.0.0 |
136 | 2024-12-20T23:30:48.187Z | Downloaded fd-lock v4.0.2 |
137 | 2024-12-20T23:30:48.193Z | Downloaded event-listener v2.5.3 |
138 | 2024-12-20T23:30:48.193Z | Downloaded fastrand v2.1.1 |
139 | 2024-12-20T23:30:48.196Z | Downloaded ciborium v0.2.2 |
140 | 2024-12-20T23:30:48.196Z | Downloaded cfg_aliases v0.2.1 |
141 | 2024-12-20T23:30:48.196Z | Downloaded async-stream v0.3.6 |
142 | 2024-12-20T23:30:48.198Z | Downloaded http-range v0.1.5 |
143 | 2024-12-20T23:30:48.198Z | Downloaded ascii-canvas v3.0.0 |
144 | 2024-12-20T23:30:48.202Z | Downloaded anstyle-query v1.1.1 |
145 | 2024-12-20T23:30:48.202Z | Downloaded async-recursion v1.1.1 |
146 | 2024-12-20T23:30:48.205Z | Downloaded http-body v1.0.1 |
147 | 2024-12-20T23:30:48.205Z | Downloaded foreign-types-shared v0.1.1 |
148 | 2024-12-20T23:30:48.208Z | Downloaded cast v0.3.0 |
149 | 2024-12-20T23:30:48.208Z | Downloaded base16ct v0.2.0 |
150 | 2024-12-20T23:30:48.211Z | Downloaded funty v2.0.0 |
151 | 2024-12-20T23:30:48.211Z | Downloaded event-listener-strategy v0.5.2 |
152 | 2024-12-20T23:30:48.211Z | Downloaded atomic-waker v1.1.2 |
153 | 2024-12-20T23:30:48.214Z | Downloaded ghash v0.5.1 |
154 | 2024-12-20T23:30:48.214Z | Downloaded bytecount v0.6.8 |
155 | 2024-12-20T23:30:48.219Z | Downloaded futures-macro v0.3.31 |
156 | 2024-12-20T23:30:48.219Z | Downloaded hostname v0.3.1 |
157 | 2024-12-20T23:30:48.222Z | Downloaded blocking v1.6.1 |
158 | 2024-12-20T23:30:48.222Z | Downloaded heck v0.3.3 |
159 | 2024-12-20T23:30:48.222Z | Downloaded cbc v0.1.2 |
160 | 2024-12-20T23:30:48.226Z | Downloaded block-padding v0.3.3 |
161 | 2024-12-20T23:30:48.226Z | Downloaded home v0.5.9 |
162 | 2024-12-20T23:30:48.226Z | Downloaded bcrypt-pbkdf v0.10.0 |
163 | 2024-12-20T23:30:48.229Z | Downloaded assert_matches v1.5.0 |
164 | 2024-12-20T23:30:48.229Z | Downloaded futures-executor v0.3.31 |
165 | 2024-12-20T23:30:48.229Z | Downloaded fs-err v2.11.0 |
166 | 2024-12-20T23:30:48.232Z | Downloaded bitfield v0.14.0 |
167 | 2024-12-20T23:30:48.232Z | Downloaded humantime v2.1.0 |
168 | 2024-12-20T23:30:48.234Z | Downloaded heck v0.5.0 |
169 | 2024-12-20T23:30:48.237Z | Downloaded gethostname v0.5.0 |
170 | 2024-12-20T23:30:48.237Z | Downloaded cfg-if v1.0.0 |
171 | 2024-12-20T23:30:48.239Z | Downloaded hash32 v0.2.1 |
172 | 2024-12-20T23:30:48.239Z | Downloaded glob v0.3.1 |
173 | 2024-12-20T23:30:48.242Z | Downloaded foreign-types-macros v0.2.3 |
174 | 2024-12-20T23:30:48.242Z | Downloaded hubpack v0.1.2 |
175 | 2024-12-20T23:30:48.244Z | Downloaded ff v0.13.0 |
176 | 2024-12-20T23:30:48.246Z | Downloaded async-signal v0.2.10 |
177 | 2024-12-20T23:30:48.247Z | Downloaded generic-array v0.14.7 |
178 | 2024-12-20T23:30:48.250Z | Downloaded chrono-tz-build v0.4.0 |
179 | 2024-12-20T23:30:48.250Z | Downloaded parse-size v1.1.0 |
180 | 2024-12-20T23:30:48.254Z | Downloaded hex-literal v0.4.1 |
181 | 2024-12-20T23:30:48.254Z | Downloaded bitflags v1.3.2 |
182 | 2024-12-20T23:30:48.257Z | Downloaded hex v0.4.3 |
183 | 2024-12-20T23:30:48.257Z | Downloaded cargo-platform v0.1.8 |
184 | 2024-12-20T23:30:48.260Z | Downloaded futures-timer v3.0.3 |
185 | 2024-12-20T23:30:48.260Z | Downloaded futures-task v0.3.31 |
186 | 2024-12-20T23:30:48.262Z | Downloaded async-channel v1.9.0 |
187 | 2024-12-20T23:30:48.262Z | Downloaded hostname v0.4.0 |
188 | 2024-12-20T23:30:48.265Z | Downloaded futures-lite v2.3.0 |
189 | 2024-12-20T23:30:48.267Z | Downloaded foldhash v0.1.3 |
190 | 2024-12-20T23:30:48.268Z | Downloaded fallible-iterator v0.3.0 |
191 | 2024-12-20T23:30:48.270Z | Downloaded async-lock v3.4.0 |
192 | 2024-12-20T23:30:48.272Z | Downloaded hashlink v0.9.1 |
193 | 2024-12-20T23:30:48.273Z | Downloaded httptest v0.16.1 |
194 | 2024-12-20T23:30:48.275Z | Downloaded cassowary v0.3.0 |
195 | 2024-12-20T23:30:48.279Z | Downloaded hyper-rustls v0.27.3 |
196 | 2024-12-20T23:30:48.281Z | Downloaded highway v1.2.0 |
197 | 2024-12-20T23:30:48.285Z | Downloaded pretty-hex v0.4.1 |
198 | 2024-12-20T23:30:48.285Z | Downloaded async-process v2.3.0 |
199 | 2024-12-20T23:30:48.289Z | Downloaded globset v0.4.15 |
200 | 2024-12-20T23:30:48.289Z | Downloaded getrandom v0.2.15 |
201 | 2024-12-20T23:30:48.291Z | Downloaded hickory-client v0.24.1 |
202 | 2024-12-20T23:30:48.294Z | Downloaded russh-cryptovec v0.7.3 |
203 | 2024-12-20T23:30:48.294Z | Downloaded bitfield-struct v0.6.2 |
204 | 2024-12-20T23:30:48.297Z | Downloaded async-trait v0.1.83 |
205 | 2024-12-20T23:30:48.300Z | Downloaded pretty-hex v0.2.1 |
206 | 2024-12-20T23:30:48.300Z | Downloaded strum v0.26.3 |
207 | 2024-12-20T23:30:48.302Z | Downloaded async-task v4.7.1 |
208 | 2024-12-20T23:30:48.305Z | Downloaded futures-io v0.3.31 |
209 | 2024-12-20T23:30:48.306Z | Downloaded fs_extra v1.3.0 |
210 | 2024-12-20T23:30:48.309Z | Downloaded filetime v0.2.25 |
211 | 2024-12-20T23:30:48.309Z | Downloaded parse-display-derive v0.10.0 |
212 | 2024-12-20T23:30:48.309Z | Downloaded camino v1.1.9 |
213 | 2024-12-20T23:30:48.312Z | Downloaded num-iter v0.1.45 |
214 | 2024-12-20T23:30:48.312Z | Downloaded hyper-rustls v0.26.0 |
215 | 2024-12-20T23:30:48.315Z | Downloaded cargo_metadata v0.18.1 |
216 | 2024-12-20T23:30:48.318Z | Downloaded sigpipe v0.1.3 |
217 | 2024-12-20T23:30:48.318Z | Downloaded bzip2 v0.4.4 |
218 | 2024-12-20T23:30:48.320Z | Downloaded take_mut v0.2.2 |
219 | 2024-12-20T23:30:48.320Z | Downloaded pem v3.0.4 |
220 | 2024-12-20T23:30:48.323Z | Downloaded try-lock v0.2.5 |
221 | 2024-12-20T23:30:48.323Z | Downloaded toolchain_find v0.4.0 |
222 | 2024-12-20T23:30:48.326Z | Downloaded blake2b_simd v1.0.2 |
223 | 2024-12-20T23:30:48.326Z | Downloaded async-executor v1.13.1 |
224 | 2024-12-20T23:30:48.328Z | Downloaded ahash v0.8.11 |
225 | 2024-12-20T23:30:48.331Z | Downloaded waitgroup v0.1.2 |
226 | 2024-12-20T23:30:48.363Z | Downloaded olpc-cjson v0.1.4 |
227 | 2024-12-20T23:30:48.363Z | Downloaded zerofrom v0.1.4 |
228 | 2024-12-20T23:30:48.363Z | Downloaded phf_codegen v0.11.2 |
229 | 2024-12-20T23:30:48.363Z | Downloaded argon2 v0.5.3 |
230 | 2024-12-20T23:30:48.363Z | Downloaded polyval v0.6.2 |
231 | 2024-12-20T23:30:48.363Z | Downloaded psl-types v2.0.11 |
232 | 2024-12-20T23:30:48.363Z | Downloaded plain v0.2.3 |
233 | 2024-12-20T23:30:48.368Z | Downloaded hmac v0.12.1 |
234 | 2024-12-20T23:30:48.368Z | Downloaded byteorder v1.5.0 |
235 | 2024-12-20T23:30:48.368Z | Downloaded scopeguard v1.2.0 |
236 | 2024-12-20T23:30:48.368Z | Downloaded serde_derive_internals v0.29.1 |
237 | 2024-12-20T23:30:48.368Z | Downloaded base64ct v1.6.0 |
238 | 2024-12-20T23:30:48.368Z | Downloaded derive_builder_macro v0.20.2 |
239 | 2024-12-20T23:30:48.368Z | Downloaded assert_cmd v2.0.16 |
240 | 2024-12-20T23:30:48.368Z | Downloaded serde-hex v0.1.0 |
241 | 2024-12-20T23:30:48.368Z | Downloaded anyhow v1.0.93 |
242 | 2024-12-20T23:30:48.368Z | Downloaded serde_path_to_error v0.1.16 |
243 | 2024-12-20T23:30:48.368Z | Downloaded crunchy v0.2.2 |
244 | 2024-12-20T23:30:48.368Z | Downloaded thiserror-impl-no-std v2.0.2 |
245 | 2024-12-20T23:30:48.368Z | Downloaded strum_macros v0.25.3 |
246 | 2024-12-20T23:30:48.368Z | Downloaded radium v0.7.0 |
247 | 2024-12-20T23:30:48.370Z | Downloaded r2d2 v0.8.10 |
248 | 2024-12-20T23:30:48.370Z | Downloaded progenitor v0.8.0 |
249 | 2024-12-20T23:30:48.370Z | Downloaded cfg-expr v0.17.0 |
250 | 2024-12-20T23:30:48.381Z | Downloaded ref-cast-impl v1.0.23 |
251 | 2024-12-20T23:30:48.381Z | Downloaded ref-cast v1.0.23 |
252 | 2024-12-20T23:30:48.382Z | Downloaded pin-project-internal v1.1.6 |
253 | 2024-12-20T23:30:48.384Z | Downloaded futures v0.3.31 |
254 | 2024-12-20T23:30:48.384Z | Downloaded simd-adler32 v0.3.7 |
255 | 2024-12-20T23:30:48.384Z | Downloaded untrusted v0.7.1 |
256 | 2024-12-20T23:30:48.387Z | Downloaded unicase v2.7.0 |
257 | 2024-12-20T23:30:48.387Z | Downloaded tinystr v0.7.6 |
258 | 2024-12-20T23:30:48.389Z | Downloaded unicode-xid v0.2.6 |
259 | 2024-12-20T23:30:48.392Z | Downloaded fancy-regex v0.13.0 |
260 | 2024-12-20T23:30:48.395Z | Downloaded new_debug_unreachable v1.0.6 |
261 | 2024-12-20T23:30:48.395Z | Downloaded match_cfg v0.1.0 |
262 | 2024-12-20T23:30:48.398Z | Downloaded mirai-annotations v1.12.0 |
263 | 2024-12-20T23:30:48.398Z | Downloaded writeable v0.5.5 |
264 | 2024-12-20T23:30:48.401Z | Downloaded poly1305 v0.8.0 |
265 | 2024-12-20T23:30:48.403Z | Downloaded scroll v0.12.0 |
266 | 2024-12-20T23:30:48.403Z | Downloaded universal-hash v0.5.1 |
267 | 2024-12-20T23:30:48.405Z | Downloaded tokio-native-tls v0.3.1 |
268 | 2024-12-20T23:30:48.405Z | Downloaded zone v0.3.0 |
269 | 2024-12-20T23:30:48.408Z | Downloaded crc-catalog v2.4.0 |
270 | 2024-12-20T23:30:48.408Z | Downloaded tokio-macros v2.4.0 |
271 | 2024-12-20T23:30:48.410Z | Downloaded ctr v0.9.2 |
272 | 2024-12-20T23:30:48.413Z | Downloaded tls_codec_derive v0.4.1 |
273 | 2024-12-20T23:30:48.413Z | Downloaded tap v1.0.1 |
274 | 2024-12-20T23:30:48.416Z | Downloaded pathdiff v0.2.2 |
275 | 2024-12-20T23:30:48.416Z | Downloaded arc-swap v1.7.1 |
276 | 2024-12-20T23:30:48.419Z | Downloaded display-error-chain v0.2.2 |
277 | 2024-12-20T23:30:48.422Z | Downloaded dirs-sys-next v0.1.2 |
278 | 2024-12-20T23:30:48.422Z | Downloaded oso v0.27.3 |
279 | 2024-12-20T23:30:48.425Z | Downloaded openssl-macros v0.1.1 |
280 | 2024-12-20T23:30:48.427Z | Downloaded normalize-line-endings v0.3.0 |
281 | 2024-12-20T23:30:48.427Z | Downloaded base64 v0.13.1 |
282 | 2024-12-20T23:30:48.430Z | Downloaded phf_shared v0.10.0 |
283 | 2024-12-20T23:30:48.432Z | Downloaded dirs-next v2.0.0 |
284 | 2024-12-20T23:30:48.432Z | Downloaded digest v0.10.7 |
285 | 2024-12-20T23:30:48.436Z | Downloaded zone v0.1.8 |
286 | 2024-12-20T23:30:48.436Z | Downloaded spin v0.9.8 |
287 | 2024-12-20T23:30:48.438Z | Downloaded ed25519 v2.2.3 |
288 | 2024-12-20T23:30:48.441Z | Downloaded snafu-derive v0.8.5 |
289 | 2024-12-20T23:30:48.441Z | Downloaded smawk v0.3.2 |
290 | 2024-12-20T23:30:48.444Z | Downloaded async-io v2.3.4 |
291 | 2024-12-20T23:30:48.447Z | Downloaded rpassword v7.3.1 |
292 | 2024-12-20T23:30:48.447Z | Downloaded instant v0.1.13 |
293 | 2024-12-20T23:30:48.450Z | Downloaded is-terminal v0.4.13 |
294 | 2024-12-20T23:30:48.450Z | Downloaded bytes v1.8.0 |
295 | 2024-12-20T23:30:48.453Z | Downloaded walkdir v2.5.0 |
296 | 2024-12-20T23:30:48.456Z | Downloaded ipnetwork v0.20.0 |
297 | 2024-12-20T23:30:48.459Z | Downloaded internet-checksum v0.2.1 |
298 | 2024-12-20T23:30:48.459Z | Downloaded tracing-attributes v0.1.27 |
299 | 2024-12-20T23:30:48.462Z | Downloaded russh-keys v0.45.0 |
300 | 2024-12-20T23:30:48.465Z | Downloaded crc32fast v1.4.2 |
301 | 2024-12-20T23:30:48.465Z | Downloaded target-lexicon v0.12.16 |
302 | 2024-12-20T23:30:48.468Z | Downloaded derive_builder v0.20.2 |
303 | 2024-12-20T23:30:48.473Z | Downloaded packed_struct_codegen v0.10.1 |
304 | 2024-12-20T23:30:48.476Z | Downloaded expectorate v1.1.0 |
305 | 2024-12-20T23:30:48.476Z | Downloaded icu_locid_transform v1.5.0 |
306 | 2024-12-20T23:30:48.479Z | Downloaded half v2.4.1 |
307 | 2024-12-20T23:30:48.485Z | Downloaded base64 v0.21.7 |
308 | 2024-12-20T23:30:48.488Z | Downloaded want v0.3.1 |
309 | 2024-12-20T23:30:48.488Z | Downloaded usdt-macro v0.5.0 |
310 | 2024-12-20T23:30:48.488Z | Downloaded hickory-server v0.24.1 |
311 | 2024-12-20T23:30:48.493Z | Downloaded target-triple v0.1.3 |
312 | 2024-12-20T23:30:48.495Z | Downloaded phf_generator v0.11.2 |
313 | 2024-12-20T23:30:48.495Z | Downloaded proc-macro-error-attr v1.0.4 |
314 | 2024-12-20T23:30:48.498Z | Downloaded percent-encoding v2.3.1 |
315 | 2024-12-20T23:30:48.498Z | Downloaded packed_struct v0.10.1 |
316 | 2024-12-20T23:30:48.500Z | Downloaded num_cpus v1.16.0 |
317 | 2024-12-20T23:30:48.503Z | Downloaded rustc_version v0.4.1 |
318 | 2024-12-20T23:30:48.505Z | Downloaded heapless v0.8.0 |
319 | 2024-12-20T23:30:48.508Z | Downloaded ipnet v2.10.1 |
320 | 2024-12-20T23:30:48.512Z | Downloaded rstest v0.23.0 |
321 | 2024-12-20T23:30:48.514Z | Downloaded slab v0.4.9 |
322 | 2024-12-20T23:30:48.517Z | Downloaded siphasher v0.3.11 |
323 | 2024-12-20T23:30:48.520Z | Downloaded yasna v0.5.2 |
324 | 2024-12-20T23:30:48.520Z | Downloaded tracing-core v0.1.32 |
325 | 2024-12-20T23:30:48.523Z | Downloaded serde_urlencoded v0.7.1 |
326 | 2024-12-20T23:30:48.525Z | Downloaded secrecy v0.8.0 |
327 | 2024-12-20T23:30:48.527Z | Downloaded rustls-pemfile v1.0.4 |
328 | 2024-12-20T23:30:48.529Z | Downloaded derive_builder_core v0.20.2 |
329 | 2024-12-20T23:30:48.529Z | Downloaded nu-ansi-term v0.50.1 |
330 | 2024-12-20T23:30:48.532Z | Downloaded toml_datetime v0.6.8 |
331 | 2024-12-20T23:30:48.534Z | Downloaded thread-id v4.2.2 |
332 | 2024-12-20T23:30:48.537Z | Downloaded strsim v0.11.1 |
333 | 2024-12-20T23:30:48.537Z | Downloaded stringprep v0.1.5 |
334 | 2024-12-20T23:30:48.542Z | Downloaded structmeta v0.2.0 |
335 | 2024-12-20T23:30:48.542Z | Downloaded hashbrown v0.13.2 |
336 | 2024-12-20T23:30:48.545Z | Downloaded newline-converter v0.3.0 |
337 | 2024-12-20T23:30:48.545Z | Downloaded bumpalo v3.16.0 |
338 | 2024-12-20T23:30:48.547Z | Downloaded pin-project-lite v0.2.14 |
339 | 2024-12-20T23:30:48.552Z | Downloaded icu_locid_transform_data v1.5.0 |
340 | 2024-12-20T23:30:48.554Z | Downloaded num_threads v0.1.7 |
341 | 2024-12-20T23:30:48.557Z | Downloaded flate2 v1.0.34 |
342 | 2024-12-20T23:30:48.561Z | Downloaded matches v0.1.10 |
343 | 2024-12-20T23:30:48.563Z | Downloaded oso-derive v0.27.3 |
344 | 2024-12-20T23:30:48.563Z | Downloaded tiny-keccak v2.0.2 |
345 | 2024-12-20T23:30:48.566Z | Downloaded slog-async v2.8.0 |
346 | 2024-12-20T23:30:48.568Z | Downloaded defmt-macros v0.3.9 |
347 | 2024-12-20T23:30:48.570Z | Downloaded defmt-parser v0.3.4 |
348 | 2024-12-20T23:30:48.573Z | Downloaded defmt v0.3.8 |
349 | 2024-12-20T23:30:48.575Z | Downloaded term v0.7.0 |
350 | 2024-12-20T23:30:48.577Z | Downloaded log v0.4.22 |
351 | 2024-12-20T23:30:48.581Z | Downloaded rstest_macros v0.23.0 |
352 | 2024-12-20T23:30:48.584Z | Downloaded unicode-bidi v0.3.17 |
353 | 2024-12-20T23:30:48.587Z | Downloaded phf_shared v0.11.2 |
354 | 2024-12-20T23:30:48.587Z | Downloaded tar v0.4.42 |
355 | 2024-12-20T23:30:48.591Z | Downloaded path-slash v0.1.5 |
356 | 2024-12-20T23:30:48.593Z | Downloaded serde_derive v1.0.215 |
357 | 2024-12-20T23:30:48.595Z | Downloaded peg-runtime v0.8.3 |
358 | 2024-12-20T23:30:48.595Z | Downloaded publicsuffix v2.2.3 |
359 | 2024-12-20T23:30:48.597Z | Downloaded http v1.1.0 |
360 | 2024-12-20T23:30:48.600Z | Downloaded maybe-uninit v2.0.0 |
361 | 2024-12-20T23:30:48.603Z | Downloaded cc v1.1.30 |
362 | 2024-12-20T23:30:48.605Z | Downloaded env_filter v0.1.2 |
363 | 2024-12-20T23:30:48.610Z | Downloaded enum-as-inner v0.6.1 |
364 | 2024-12-20T23:30:48.614Z | Downloaded enum-as-inner v0.5.1 |
365 | 2024-12-20T23:30:48.614Z | Downloaded debug-ignore v1.0.5 |
366 | 2024-12-20T23:30:48.614Z | Downloaded tokio-tungstenite v0.24.0 |
367 | 2024-12-20T23:30:48.616Z | Downloaded clap v4.5.21 |
368 | 2024-12-20T23:30:48.623Z | Downloaded deranged v0.3.11 |
369 | 2024-12-20T23:30:48.625Z | Downloaded lalrpop-util v0.19.12 |
370 | 2024-12-20T23:30:48.627Z | Downloaded idna_adapter v1.2.0 |
371 | 2024-12-20T23:30:48.628Z | Downloaded der_derive v0.7.3 |
372 | 2024-12-20T23:30:48.630Z | Downloaded slog v2.7.0 |
373 | 2024-12-20T23:30:48.633Z | Downloaded usdt-attr-macro v0.5.0 |
374 | 2024-12-20T23:30:48.635Z | Downloaded macaddr v1.0.1 |
375 | 2024-12-20T23:30:48.635Z | Downloaded nanorand v0.7.0 |
376 | 2024-12-20T23:30:48.638Z | Downloaded ecdsa v0.16.9 |
377 | 2024-12-20T23:30:48.640Z | Downloaded rustversion v1.0.17 |
378 | 2024-12-20T23:30:48.644Z | Downloaded toml v0.8.19 |
379 | 2024-12-20T23:30:48.648Z | Downloaded parse-zoneinfo v0.3.1 |
380 | 2024-12-20T23:30:48.652Z | Downloaded subtle v2.6.1 |
381 | 2024-12-20T23:30:48.652Z | Downloaded rsa v0.9.6 |
382 | 2024-12-20T23:30:48.654Z | Downloaded pbkdf2 v0.11.0 |
383 | 2024-12-20T23:30:48.657Z | Downloaded peg v0.8.4 |
384 | 2024-12-20T23:30:48.660Z | Downloaded ciborium-io v0.2.2 |
385 | 2024-12-20T23:30:48.662Z | Downloaded rayon-core v1.12.1 |
386 | 2024-12-20T23:30:48.666Z | Downloaded termtree v0.4.1 |
387 | 2024-12-20T23:30:48.668Z | Downloaded darling v0.20.10 |
388 | 2024-12-20T23:30:48.670Z | Downloaded sha1 v0.10.6 |
389 | 2024-12-20T23:30:48.672Z | Downloaded rustc-hash v2.0.0 |
390 | 2024-12-20T23:30:48.675Z | Downloaded pbkdf2 v0.12.2 |
391 | 2024-12-20T23:30:48.675Z | Downloaded similar v2.6.0 |
392 | 2024-12-20T23:30:48.679Z | Downloaded termios v0.3.3 |
393 | 2024-12-20T23:30:48.681Z | Downloaded pem-rfc7468 v0.7.0 |
394 | 2024-12-20T23:30:48.686Z | Downloaded owo-colors v4.1.0 |
395 | 2024-12-20T23:30:48.688Z | Downloaded num-bigint v0.4.6 |
396 | 2024-12-20T23:30:48.692Z | Downloaded tempfile v3.13.0 |
397 | 2024-12-20T23:30:48.695Z | Downloaded equivalent v1.0.1 |
398 | 2024-12-20T23:30:48.695Z | Downloaded concurrent-queue v2.5.0 |
399 | 2024-12-20T23:30:48.698Z | Downloaded darling_macro v0.20.10 |
400 | 2024-12-20T23:30:48.698Z | Downloaded usdt v0.5.0 |
401 | 2024-12-20T23:30:48.698Z | Downloaded cpufeatures v0.2.14 |
402 | 2024-12-20T23:30:48.700Z | Downloaded toml v0.7.8 |
403 | 2024-12-20T23:30:48.703Z | Downloaded untrusted v0.9.0 |
404 | 2024-12-20T23:30:48.705Z | Downloaded unicode-truncate v1.1.0 |
405 | 2024-12-20T23:30:48.708Z | Downloaded doc-comment v0.3.3 |
406 | 2024-12-20T23:30:48.708Z | Downloaded rustls-pemfile v2.2.0 |
407 | 2024-12-20T23:30:48.713Z | Downloaded datatest-stable v0.2.9 |
408 | 2024-12-20T23:30:48.717Z | Downloaded yansi v1.0.1 |
409 | 2024-12-20T23:30:48.717Z | Downloaded peg-macros v0.8.4 |
410 | 2024-12-20T23:30:48.720Z | Downloaded password-hash v0.5.0 |
411 | 2024-12-20T23:30:48.720Z | Downloaded embedded-io v0.6.1 |
412 | 2024-12-20T23:30:48.720Z | Downloaded difflib v0.4.0 |
413 | 2024-12-20T23:30:48.724Z | Downloaded libtest-mimic v0.7.3 |
414 | 2024-12-20T23:30:48.724Z | Downloaded hyper v1.5.0 |
415 | 2024-12-20T23:30:48.731Z | Downloaded openssl-probe v0.1.5 |
416 | 2024-12-20T23:30:48.734Z | Downloaded num v0.4.3 |
417 | 2024-12-20T23:30:48.734Z | Downloaded num-integer v0.1.46 |
418 | 2024-12-20T23:30:48.736Z | Downloaded multimap v0.10.0 |
419 | 2024-12-20T23:30:48.737Z | Downloaded samael v0.0.17 |
420 | 2024-12-20T23:30:48.741Z | Downloaded ppv-lite86 v0.2.20 |
421 | 2024-12-20T23:30:48.743Z | Downloaded tokio-rustls v0.25.0 |
422 | 2024-12-20T23:30:48.746Z | Downloaded nom v7.1.3 |
423 | 2024-12-20T23:30:48.750Z | Downloaded tabled_derive v0.7.0 |
424 | 2024-12-20T23:30:48.752Z | Downloaded ron v0.7.1 |
425 | 2024-12-20T23:30:48.759Z | Downloaded primeorder v0.13.6 |
426 | 2024-12-20T23:30:48.759Z | Downloaded lru v0.12.5 |
427 | 2024-12-20T23:30:48.761Z | Downloaded lru-cache v0.1.2 |
428 | 2024-12-20T23:30:48.761Z | Downloaded endian-type v0.1.2 |
429 | 2024-12-20T23:30:48.761Z | Downloaded dtrace-parser v0.2.0 |
430 | 2024-12-20T23:30:48.764Z | Downloaded crypto-common v0.1.6 |
431 | 2024-12-20T23:30:48.764Z | Downloaded rustls-pki-types v1.10.0 |
432 | 2024-12-20T23:30:48.767Z | Downloaded tokio-rustls v0.24.1 |
433 | 2024-12-20T23:30:48.773Z | Downloaded resolv-conf v0.7.0 |
434 | 2024-12-20T23:30:48.773Z | Downloaded slog-envlogger v2.2.0 |
435 | 2024-12-20T23:30:48.776Z | Downloaded slog-bunyan v2.5.0 |
436 | 2024-12-20T23:30:48.776Z | Downloaded russh v0.45.0 |
437 | 2024-12-20T23:30:48.779Z | Downloaded diesel_table_macro_syntax v0.2.0 |
438 | 2024-12-20T23:30:48.782Z | Downloaded zone_cfg_derive v0.3.0 |
439 | 2024-12-20T23:30:48.782Z | Downloaded slog-dtrace v0.3.0 |
440 | 2024-12-20T23:30:48.785Z | Downloaded zone_cfg_derive v0.1.2 |
441 | 2024-12-20T23:30:48.785Z | Downloaded yoke-derive v0.7.4 |
442 | 2024-12-20T23:30:48.785Z | Downloaded wyz v0.5.1 |
443 | 2024-12-20T23:30:48.788Z | Downloaded rustfmt-wrapper v0.2.1 |
444 | 2024-12-20T23:30:48.788Z | Downloaded rand_core v0.6.4 |
445 | 2024-12-20T23:30:48.791Z | Downloaded quick-error v1.2.3 |
446 | 2024-12-20T23:30:48.791Z | Downloaded rusty-fork v0.3.0 |
447 | 2024-12-20T23:30:48.795Z | Downloaded num-rational v0.4.2 |
448 | 2024-12-20T23:30:48.795Z | Downloaded test-strategy v0.3.1 |
449 | 2024-12-20T23:30:48.797Z | Downloaded utf-8 v0.7.6 |
450 | 2024-12-20T23:30:48.800Z | Downloaded hashbrown v0.14.5 |
451 | 2024-12-20T23:30:48.805Z | Downloaded futures-util v0.3.31 |
452 | 2024-12-20T23:30:48.815Z | Downloaded tower-service v0.3.3 |
453 | 2024-12-20T23:30:48.818Z | Downloaded precomputed-hash v0.1.1 |
454 | 2024-12-20T23:30:48.818Z | Downloaded newtype_derive v0.1.6 |
455 | 2024-12-20T23:30:48.821Z | Downloaded twox-hash v1.6.3 |
456 | 2024-12-20T23:30:48.823Z | Downloaded ed25519-dalek v2.1.1 |
457 | 2024-12-20T23:30:48.825Z | Downloaded crossbeam-deque v0.8.5 |
458 | 2024-12-20T23:30:48.825Z | Downloaded terminal_size v0.4.0 |
459 | 2024-12-20T23:30:48.828Z | Downloaded iana-time-zone v0.1.61 |
460 | 2024-12-20T23:30:48.832Z | Downloaded hyper-staticfile v0.10.1 |
461 | 2024-12-20T23:30:48.835Z | Downloaded signal-hook-mio v0.2.4 |
462 | 2024-12-20T23:30:48.835Z | Downloaded env_logger v0.11.5 |
463 | 2024-12-20T23:30:48.838Z | Downloaded termcolor v1.4.1 |
464 | 2024-12-20T23:30:48.838Z | Downloaded target-spec v3.2.2 |
465 | 2024-12-20T23:30:48.841Z | Downloaded icu_normalizer v1.5.0 |
466 | 2024-12-20T23:30:48.845Z | Downloaded textwrap v0.16.1 |
467 | 2024-12-20T23:30:48.848Z | Downloaded crc v3.2.1 |
468 | 2024-12-20T23:30:48.848Z | Downloaded zip v2.1.3 |
469 | 2024-12-20T23:30:48.852Z | Downloaded rand_distr v0.4.3 |
470 | 2024-12-20T23:30:48.855Z | Downloaded vsss-rs v3.3.4 |
471 | 2024-12-20T23:30:48.857Z | Downloaded serde_yaml v0.9.34+deprecated |
472 | 2024-12-20T23:30:48.860Z | Downloaded predicates-core v1.0.8 |
473 | 2024-12-20T23:30:48.863Z | Downloaded plotters-backend v0.3.7 |
474 | 2024-12-20T23:30:48.866Z | Downloaded mio v1.0.2 |
475 | 2024-12-20T23:30:48.871Z | Downloaded stable_deref_trait v1.2.0 |
476 | 2024-12-20T23:30:48.873Z | Downloaded shlex v1.3.0 |
477 | 2024-12-20T23:30:48.873Z | Downloaded parking_lot v0.12.3 |
478 | 2024-12-20T23:30:48.876Z | Downloaded url v2.5.3 |
479 | 2024-12-20T23:30:48.879Z | Downloaded threadpool v1.8.1 |
480 | 2024-12-20T23:30:48.879Z | Downloaded structmeta v0.3.0 |
481 | 2024-12-20T23:30:48.884Z | Downloaded aes-gcm v0.10.3 |
482 | 2024-12-20T23:30:48.884Z | Downloaded dhcproto-macros v0.1.0 |
483 | 2024-12-20T23:30:48.884Z | Downloaded num-conv v0.1.0 |
484 | 2024-12-20T23:30:48.886Z | Downloaded serde_json v1.0.132 |
485 | 2024-12-20T23:30:48.895Z | Downloaded tinyvec_macros v0.1.1 |
486 | 2024-12-20T23:30:48.897Z | Downloaded powerfmt v0.2.0 |
487 | 2024-12-20T23:30:48.897Z | Downloaded nibble_vec v0.1.0 |
488 | 2024-12-20T23:30:48.898Z | Downloaded newtype-uuid v1.1.3 |
489 | 2024-12-20T23:30:48.898Z | Downloaded libloading v0.8.5 |
490 | 2024-12-20T23:30:48.901Z | Downloaded itoa v1.0.11 |
491 | 2024-12-20T23:30:48.901Z | Downloaded convert_case v0.4.0 |
492 | 2024-12-20T23:30:48.901Z | Downloaded icu_properties v1.5.1 |
493 | 2024-12-20T23:30:48.904Z | Downloaded tui-tree-widget v0.22.0 |
494 | 2024-12-20T23:30:48.907Z | Downloaded thread_local v1.1.8 |
495 | 2024-12-20T23:30:48.907Z | Downloaded crossbeam-channel v0.5.13 |
496 | 2024-12-20T23:30:48.910Z | Downloaded keccak v0.1.5 |
497 | 2024-12-20T23:30:48.913Z | Downloaded thiserror v2.0.3 |
498 | 2024-12-20T23:30:48.917Z | Downloaded write16 v1.0.0 |
499 | 2024-12-20T23:30:48.920Z | Downloaded sqlparser_derive v0.2.2 |
500 | 2024-12-20T23:30:48.920Z | Downloaded sec1 v0.7.3 |
501 | 2024-12-20T23:30:48.923Z | Downloaded ena v0.14.3 |
502 | 2024-12-20T23:30:48.923Z | Downloaded linear-map v1.2.0 |
503 | 2024-12-20T23:30:48.926Z | Downloaded rustc-demangle v0.1.24 |
504 | 2024-12-20T23:30:48.929Z | Downloaded rust-argon2 v2.1.0 |
505 | 2024-12-20T23:30:48.929Z | Downloaded shell-words v1.1.0 |
506 | 2024-12-20T23:30:48.931Z | Downloaded mime v0.3.17 |
507 | 2024-12-20T23:30:48.931Z | Downloaded hkdf v0.12.4 |
508 | 2024-12-20T23:30:48.933Z | Downloaded dyn-clone v1.0.17 |
509 | 2024-12-20T23:30:48.938Z | Downloaded dunce v1.0.5 |
510 | 2024-12-20T23:30:48.941Z | Downloaded progenitor-client v0.8.0 |
511 | 2024-12-20T23:30:48.941Z | Downloaded ssh-encoding v0.2.0 |
512 | 2024-12-20T23:30:48.941Z | Downloaded pkcs1 v0.7.5 |
513 | 2024-12-20T23:30:48.945Z | Downloaded version_check v0.9.5 |
514 | 2024-12-20T23:30:48.945Z | Downloaded topological-sort v0.2.2 |
515 | 2024-12-20T23:30:48.945Z | Downloaded icu_normalizer_data v1.5.0 |
516 | 2024-12-20T23:30:48.948Z | Downloaded zerocopy-derive v0.7.35 |
517 | 2024-12-20T23:30:48.950Z | Downloaded steno v0.4.1 |
518 | 2024-12-20T23:30:48.955Z | Downloaded vte_generate_state_changes v0.1.2 |
519 | 2024-12-20T23:30:48.957Z | Downloaded const_format_proc_macros v0.2.33 |
520 | 2024-12-20T23:30:48.967Z | Downloaded jobserver v0.1.32 |
521 | 2024-12-20T23:30:48.971Z | Downloaded time-core v0.1.2 |
522 | 2024-12-20T23:30:48.971Z | Downloaded hyper-util v0.1.10 |
523 | 2024-12-20T23:30:48.971Z | Downloaded num-derive v0.4.2 |
524 | 2024-12-20T23:30:48.971Z | Downloaded kstat-rs v0.2.4 |
525 | 2024-12-20T23:30:48.971Z | Downloaded dsl_auto_type v0.1.2 |
526 | 2024-12-20T23:30:48.971Z | Downloaded mime_guess v2.0.5 |
527 | 2024-12-20T23:30:48.973Z | Downloaded tokio-postgres v0.7.12 |
528 | 2024-12-20T23:30:48.978Z | Downloaded utf8_iter v1.0.4 |
529 | 2024-12-20T23:30:48.982Z | Downloaded which v4.4.2 |
530 | 2024-12-20T23:30:48.982Z | Downloaded unarray v0.1.4 |
531 | 2024-12-20T23:30:48.984Z | Downloaded crc-any v2.5.0 |
532 | 2024-12-20T23:30:48.984Z | Downloaded clap_builder v4.5.21 |
533 | 2024-12-20T23:30:48.990Z | Downloaded ssh-cipher v0.2.0 |
534 | 2024-12-20T23:30:48.992Z | Downloaded serde_plain v1.0.2 |
535 | 2024-12-20T23:30:48.994Z | Downloaded progenitor-macro v0.8.0 |
536 | 2024-12-20T23:30:48.994Z | Downloaded sct v0.7.1 |
537 | 2024-12-20T23:30:48.997Z | Downloaded rustc_version v0.1.7 |
538 | 2024-12-20T23:30:49.000Z | Downloaded rustc-hash v1.1.0 |
539 | 2024-12-20T23:30:49.000Z | Downloaded proc-macro-crate v1.3.1 |
540 | 2024-12-20T23:30:49.003Z | Downloaded predicates-tree v1.0.11 |
541 | 2024-12-20T23:30:49.003Z | Downloaded piper v0.2.4 |
542 | 2024-12-20T23:30:49.005Z | Downloaded trybuild v1.0.101 |
543 | 2024-12-20T23:30:49.008Z | Downloaded swrite v0.1.0 |
544 | 2024-12-20T23:30:49.010Z | Downloaded sync_wrapper v1.0.1 |
545 | 2024-12-20T23:30:49.010Z | Downloaded slog-stdlog v4.1.1 |
546 | 2024-12-20T23:30:49.013Z | Downloaded serde_repr v0.1.19 |
547 | 2024-12-20T23:30:49.013Z | Downloaded icu_collections v1.5.0 |
548 | 2024-12-20T23:30:49.018Z | Downloaded git2 v0.19.0 |
549 | 2024-12-20T23:30:49.086Z | Downloaded utf16_iter v1.0.5 |
550 | 2024-12-20T23:30:49.086Z | Downloaded number_prefix v0.4.0 |
551 | 2024-12-20T23:30:49.087Z | Downloaded zerofrom-derive v0.1.4 |
552 | 2024-12-20T23:30:49.087Z | Downloaded yoke v0.7.4 |
553 | 2024-12-20T23:30:49.087Z | Downloaded whoami v1.5.2 |
554 | 2024-12-20T23:30:49.087Z | Downloaded indent_write v2.2.0 |
555 | 2024-12-20T23:30:49.087Z | Downloaded curve25519-dalek-derive v0.1.1 |
556 | 2024-12-20T23:30:49.087Z | Downloaded memoffset v0.9.1 |
557 | 2024-12-20T23:30:49.087Z | Downloaded postcard v1.0.10 |
558 | 2024-12-20T23:30:49.087Z | Downloaded mockall_derive v0.13.0 |
559 | 2024-12-20T23:30:49.087Z | Downloaded memmap v0.7.0 |
560 | 2024-12-20T23:30:49.087Z | Downloaded libsw v3.3.1 |
561 | 2024-12-20T23:30:49.087Z | Downloaded impl-trait-for-tuples v0.2.2 |
562 | 2024-12-20T23:30:49.087Z | Downloaded ron v0.8.1 |
563 | 2024-12-20T23:30:49.087Z | Downloaded x509-cert v0.2.5 |
564 | 2024-12-20T23:30:49.087Z | Downloaded rfc6979 v0.4.0 |
565 | 2024-12-20T23:30:49.087Z | Downloaded schemars_derive v0.8.21 |
566 | 2024-12-20T23:30:49.087Z | Downloaded criterion v0.5.1 |
567 | 2024-12-20T23:30:49.087Z | Downloaded diff v0.1.13 |
568 | 2024-12-20T23:30:49.087Z | Downloaded is_ci v1.2.0 |
569 | 2024-12-20T23:30:49.087Z | Downloaded slog-json v2.6.1 |
570 | 2024-12-20T23:30:49.087Z | Downloaded typify-macro v0.2.0 |
571 | 2024-12-20T23:30:49.087Z | Downloaded rusqlite v0.32.1 |
572 | 2024-12-20T23:30:49.091Z | Downloaded cipher v0.4.4 |
573 | 2024-12-20T23:30:49.091Z | Downloaded prettyplease v0.2.25 |
574 | 2024-12-20T23:30:49.091Z | Downloaded plotters-svg v0.3.7 |
575 | 2024-12-20T23:30:49.091Z | Downloaded utf8parse v0.2.2 |
576 | 2024-12-20T23:30:49.091Z | Downloaded value-bag v1.9.0 |
577 | 2024-12-20T23:30:49.096Z | Downloaded lazycell v1.3.0 |
578 | 2024-12-20T23:30:49.096Z | Downloaded clap_lex v0.7.2 |
579 | 2024-12-20T23:30:49.096Z | Downloaded pest v2.7.14 |
580 | 2024-12-20T23:30:49.100Z | Downloaded pkg-config v0.3.31 |
581 | 2024-12-20T23:30:49.102Z | Downloaded md5 v0.7.0 |
582 | 2024-12-20T23:30:49.102Z | Downloaded libefi-sys v0.1.0 |
583 | 2024-12-20T23:30:49.105Z | Downloaded lazy_static v1.5.0 |
584 | 2024-12-20T23:30:49.105Z | Downloaded uzers v0.12.1 |
585 | 2024-12-20T23:30:49.107Z | Downloaded memmap2 v0.9.5 |
586 | 2024-12-20T23:30:49.110Z | Downloaded pest_meta v2.7.14 |
587 | 2024-12-20T23:30:49.113Z | Downloaded papergrid v0.11.0 |
588 | 2024-12-20T23:30:49.116Z | Downloaded console v0.15.8 |
589 | 2024-12-20T23:30:49.118Z | Downloaded scroll_derive v0.12.0 |
590 | 2024-12-20T23:30:49.121Z | Downloaded scheduled-thread-pool v0.2.7 |
591 | 2024-12-20T23:30:49.121Z | Downloaded quinn-udp v0.5.5 |
592 | 2024-12-20T23:30:49.125Z | Downloaded aws-lc-rs v1.10.0 |
593 | 2024-12-20T23:30:49.132Z | Downloaded downcast v0.11.0 |
594 | 2024-12-20T23:30:49.134Z | Downloaded spki v0.7.3 |
595 | 2024-12-20T23:30:49.137Z | Downloaded structmeta-derive v0.2.0 |
596 | 2024-12-20T23:30:49.137Z | Downloaded tinyvec v1.8.0 |
597 | 2024-12-20T23:30:49.140Z | Downloaded zerovec-derive v0.10.3 |
598 | 2024-12-20T23:30:49.143Z | Downloaded aho-corasick v1.1.3 |
599 | 2024-12-20T23:30:49.148Z | Downloaded cmake v0.1.51 |
600 | 2024-12-20T23:30:49.152Z | Downloaded bindgen v0.69.5 |
601 | 2024-12-20T23:30:49.156Z | Downloaded ident_case v1.0.1 |
602 | 2024-12-20T23:30:49.158Z | Downloaded smallvec v0.6.14 |
603 | 2024-12-20T23:30:49.158Z | Downloaded vte v0.11.1 |
604 | 2024-12-20T23:30:49.162Z | Downloaded env_logger v0.10.2 |
605 | 2024-12-20T23:30:49.166Z | Downloaded cstr-argument v0.1.2 |
606 | 2024-12-20T23:30:49.166Z | Downloaded crucible-workspace-hack v0.1.0 |
607 | 2024-12-20T23:30:49.166Z | Downloaded des v0.8.1 |
608 | 2024-12-20T23:30:49.168Z | Downloaded darling_core v0.20.10 |
609 | 2024-12-20T23:30:49.171Z | Downloaded lockfree-object-pool v0.1.6 |
610 | 2024-12-20T23:30:49.173Z | Downloaded thiserror-no-std v2.0.2 |
611 | 2024-12-20T23:30:49.176Z | Downloaded opaque-debug v0.3.1 |
612 | 2024-12-20T23:30:49.179Z | Downloaded vergen v8.3.2 |
613 | 2024-12-20T23:30:49.182Z | Downloaded smf v0.2.3 |
614 | 2024-12-20T23:30:49.182Z | Downloaded indexmap v2.6.0 |
615 | 2024-12-20T23:30:49.187Z | Downloaded icu_provider_macros v1.5.0 |
616 | 2024-12-20T23:30:49.191Z | Downloaded thiserror-impl v1.0.69 |
617 | 2024-12-20T23:30:49.191Z | Downloaded is_terminal_polyfill v1.70.1 |
618 | 2024-12-20T23:30:49.191Z | Downloaded async-std v1.13.0 |
619 | 2024-12-20T23:30:49.208Z | Downloaded thiserror-impl v2.0.3 |
620 | 2024-12-20T23:30:49.211Z | Downloaded unicode-linebreak v0.1.5 |
621 | 2024-12-20T23:30:49.211Z | Downloaded semver v1.0.23 |
622 | 2024-12-20T23:30:49.215Z | Downloaded quote v1.0.37 |
623 | 2024-12-20T23:30:49.215Z | Downloaded sqlformat v0.2.6 |
624 | 2024-12-20T23:30:49.223Z | Downloaded sync-ptr v0.1.1 |
625 | 2024-12-20T23:30:49.224Z | Downloaded salsa20 v0.10.2 |
626 | 2024-12-20T23:30:49.224Z | Downloaded relative-path v1.9.3 |
627 | 2024-12-20T23:30:49.224Z | Downloaded rand_seeder v0.3.0 |
628 | 2024-12-20T23:30:49.224Z | Downloaded dof v0.3.0 |
629 | 2024-12-20T23:30:49.224Z | Downloaded idna v1.0.3 |
630 | 2024-12-20T23:30:49.226Z | Downloaded typed-path v0.9.3 |
631 | 2024-12-20T23:30:49.232Z | Downloaded tls_codec v0.4.1 |
632 | 2024-12-20T23:30:49.237Z | Downloaded derive_more v0.99.18 |
633 | 2024-12-20T23:30:49.240Z | Downloaded quinn-proto v0.11.8 |
634 | 2024-12-20T23:30:49.244Z | Downloaded bitvec v1.0.1 |
635 | 2024-12-20T23:30:49.257Z | Downloaded semver v0.1.20 |
636 | 2024-12-20T23:30:49.261Z | Downloaded scrypt v0.11.0 |
637 | 2024-12-20T23:30:49.261Z | Downloaded parking v2.2.1 |
638 | 2024-12-20T23:30:49.261Z | Downloaded synstructure v0.13.1 |
639 | 2024-12-20T23:30:49.263Z | Downloaded mockall v0.13.0 |
640 | 2024-12-20T23:30:49.263Z | Downloaded smallvec v1.13.2 |
641 | 2024-12-20T23:30:49.265Z | Downloaded kv-log-macro v1.0.7 |
642 | 2024-12-20T23:30:49.268Z | Downloaded pkcs8 v0.10.2 |
643 | 2024-12-20T23:30:49.271Z | Downloaded pkcs5 v0.7.1 |
644 | 2024-12-20T23:30:49.273Z | Downloaded rustyline v14.0.0 |
645 | 2024-12-20T23:30:49.278Z | Downloaded serde-big-array v0.5.1 |
646 | 2024-12-20T23:30:49.280Z | Downloaded libm v0.2.8 |
647 | 2024-12-20T23:30:49.286Z | Downloaded zeroize_derive v1.4.2 |
648 | 2024-12-20T23:30:49.289Z | Downloaded oorandom v11.1.4 |
649 | 2024-12-20T23:30:49.289Z | Downloaded dhcproto v0.12.0 |
650 | 2024-12-20T23:30:49.291Z | Downloaded pin-utils v0.1.0 |
651 | 2024-12-20T23:30:49.293Z | Downloaded unicode-properties v0.1.3 |
652 | 2024-12-20T23:30:49.296Z | Downloaded snafu v0.8.5 |
653 | 2024-12-20T23:30:49.299Z | Downloaded icu_provider v1.5.0 |
654 | 2024-12-20T23:30:49.302Z | Downloaded p384 v0.13.0 |
655 | 2024-12-20T23:30:49.308Z | Downloaded diesel-dtrace v0.4.2 |
656 | 2024-12-20T23:30:49.310Z | Downloaded lock_api v0.4.12 |
657 | 2024-12-20T23:30:49.313Z | Downloaded rand_chacha v0.3.1 |
658 | 2024-12-20T23:30:49.313Z | Downloaded miniz_oxide v0.8.0 |
659 | 2024-12-20T23:30:49.318Z | Downloaded toml_edit v0.19.15 |
660 | 2024-12-20T23:30:49.330Z | Downloaded nodrop v0.1.14 |
661 | 2024-12-20T23:30:49.333Z | Downloaded postgres-protocol v0.6.7 |
662 | 2024-12-20T23:30:49.336Z | Downloaded time-macros v0.2.18 |
663 | 2024-12-20T23:30:49.336Z | Downloaded num-complex v0.4.6 |
664 | 2024-12-20T23:30:49.342Z | Downloaded indexmap v1.9.3 |
665 | 2024-12-20T23:30:49.344Z | Downloaded colored v2.1.0 |
666 | 2024-12-20T23:30:49.344Z | Downloaded chrono v0.4.38 |
667 | 2024-12-20T23:30:49.347Z | Downloaded ucd-trie v0.1.7 |
668 | 2024-12-20T23:30:49.351Z | Downloaded typenum v1.17.0 |
669 | 2024-12-20T23:30:49.354Z | Downloaded linked-hash-map v0.5.6 |
670 | 2024-12-20T23:30:49.354Z | Downloaded libxml v0.3.3 |
671 | 2024-12-20T23:30:49.362Z | Downloaded slog-term v2.9.1 |
672 | 2024-12-20T23:30:49.365Z | Downloaded zerocopy v0.7.35 |
673 | 2024-12-20T23:30:49.374Z | Downloaded derive-where v1.2.7 |
674 | 2024-12-20T23:30:49.378Z | Downloaded num-traits v0.2.19 |
675 | 2024-12-20T23:30:49.381Z | Downloaded ssh-key v0.6.6 |
676 | 2024-12-20T23:30:49.387Z | Downloaded indicatif v0.17.9 |
677 | 2024-12-20T23:30:49.391Z | Downloaded zip v0.6.6 |
678 | 2024-12-20T23:30:49.394Z | Downloaded memchr v2.7.4 |
679 | 2024-12-20T23:30:49.399Z | Downloaded crossbeam-utils v0.8.20 |
680 | 2024-12-20T23:30:49.402Z | Downloaded tungstenite v0.24.0 |
681 | 2024-12-20T23:30:49.404Z | Downloaded tungstenite v0.21.0 |
682 | 2024-12-20T23:30:49.408Z | Downloaded crypto-bigint v0.5.5 |
683 | 2024-12-20T23:30:49.414Z | Downloaded schemars v0.8.21 |
684 | 2024-12-20T23:30:49.425Z | Downloaded dropshot_endpoint v0.13.0 |
685 | 2024-12-20T23:30:49.429Z | Downloaded tough v0.19.0 |
686 | 2024-12-20T23:30:49.436Z | Downloaded tokio-rustls v0.26.0 |
687 | 2024-12-20T23:30:49.438Z | Downloaded p256 v0.13.2 |
688 | 2024-12-20T23:30:49.442Z | Downloaded openssl-sys v0.9.103 |
689 | 2024-12-20T23:30:49.447Z | Downloaded idna v0.4.0 |
690 | 2024-12-20T23:30:49.451Z | Downloaded dropshot_endpoint v0.12.0 |
691 | 2024-12-20T23:30:49.455Z | Downloaded webpki-roots v0.26.6 |
692 | 2024-12-20T23:30:49.457Z | Downloaded compact_str v0.8.0 |
693 | 2024-12-20T23:30:49.461Z | Downloaded time v0.3.36 |
694 | 2024-12-20T23:30:49.467Z | Downloaded diesel_derives v2.2.3 |
695 | 2024-12-20T23:30:49.471Z | Downloaded tungstenite v0.23.0 |
696 | 2024-12-20T23:30:49.474Z | Downloaded num-bigint-dig v0.8.4 |
697 | 2024-12-20T23:30:49.479Z | Downloaded minimal-lexical v0.2.1 |
698 | 2024-12-20T23:30:49.482Z | Downloaded unicode-width v0.1.14 |
699 | 2024-12-20T23:30:49.487Z | Downloaded regex v1.11.1 |
700 | 2024-12-20T23:30:49.501Z | Downloaded vcpkg v0.2.15 |
701 | 2024-12-20T23:30:49.534Z | Downloaded serde v1.0.215 |
702 | 2024-12-20T23:30:49.537Z | Downloaded serde_with v3.11.0 |
703 | 2024-12-20T23:30:49.545Z | Downloaded portable-atomic v1.9.0 |
704 | 2024-12-20T23:30:49.552Z | Downloaded winnow v0.6.20 |
705 | 2024-12-20T23:30:49.559Z | Downloaded reqwest v0.12.9 |
706 | 2024-12-20T23:30:49.568Z | Downloaded rand v0.8.5 |
707 | 2024-12-20T23:30:49.571Z | Downloaded hickory-proto v0.24.1 |
708 | 2024-12-20T23:30:49.584Z | Downloaded reedline v0.35.0 |
709 | 2024-12-20T23:30:49.591Z | Downloaded itertools v0.10.5 |
710 | 2024-12-20T23:30:49.597Z | Downloaded proptest v1.5.0 |
711 | 2024-12-20T23:30:49.606Z | Downloaded tabled v0.15.0 |
712 | 2024-12-20T23:30:49.620Z | Downloaded quick-xml v0.33.0 |
713 | 2024-12-20T23:30:49.626Z | Downloaded zerovec v0.10.4 |
714 | 2024-12-20T23:30:49.631Z | Downloaded crossterm v0.28.1 |
715 | 2024-12-20T23:30:49.640Z | Downloaded smoltcp v0.9.1 |
716 | 2024-12-20T23:30:49.648Z | Downloaded openapiv3 v2.0.0 |
717 | 2024-12-20T23:30:49.659Z | Downloaded unicode-normalization v0.1.24 |
718 | 2024-12-20T23:30:49.662Z | Downloaded itertools v0.12.1 |
719 | 2024-12-20T23:30:49.669Z | Downloaded rustls v0.22.4 |
720 | 2024-12-20T23:30:49.681Z | Downloaded salty v0.3.0 |
721 | 2024-12-20T23:30:49.687Z | Downloaded plotters v0.3.7 |
722 | 2024-12-20T23:30:49.697Z | Downloaded openssl v0.10.66 |
723 | 2024-12-20T23:30:49.705Z | Downloaded smoltcp v0.11.0 |
724 | 2024-12-20T23:30:49.716Z | Downloaded lalrpop v0.19.12 |
725 | 2024-12-20T23:30:49.727Z | Downloaded nix v0.28.0 |
726 | 2024-12-20T23:30:49.738Z | Downloaded rustls v0.21.12 |
727 | 2024-12-20T23:30:49.750Z | Downloaded regex-syntax v0.8.5 |
728 | 2024-12-20T23:30:49.757Z | Downloaded idna v0.2.3 |
729 | 2024-12-20T23:30:49.764Z | Downloaded idna v0.5.0 |
730 | 2024-12-20T23:30:49.771Z | Downloaded syn v1.0.109 |
731 | 2024-12-20T23:30:49.780Z | Downloaded object v0.30.4 |
732 | 2024-12-20T23:30:49.789Z | Downloaded syn v2.0.87 |
733 | 2024-12-20T23:30:49.800Z | Downloaded diesel v2.2.6 |
734 | 2024-12-20T23:30:49.818Z | Downloaded dropshot v0.12.0 |
735 | 2024-12-20T23:30:49.837Z | Downloaded nix v0.29.0 |
736 | 2024-12-20T23:30:49.848Z | Downloaded ratatui v0.28.1 |
737 | 2024-12-20T23:30:49.867Z | Downloaded regress v0.10.1 |
738 | 2024-12-20T23:30:49.874Z | Downloaded sled v0.34.7 |
739 | 2024-12-20T23:30:49.884Z | Downloaded object v0.36.5 |
740 | 2024-12-20T23:30:49.895Z | Downloaded dropshot v0.13.0 |
741 | 2024-12-20T23:30:49.914Z | Downloaded rustix v0.38.37 |
742 | 2024-12-20T23:30:49.935Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
743 | 2024-12-20T23:30:49.945Z | Downloaded polar-core v0.27.3 |
744 | 2024-12-20T23:30:49.953Z | Downloaded typify-impl v0.2.0 |
745 | 2024-12-20T23:30:49.968Z | Downloaded regex-automata v0.4.8 |
746 | 2024-12-20T23:30:49.981Z | Downloaded zerocopy-derive v0.6.6 |
747 | 2024-12-20T23:30:49.991Z | Downloaded sqlparser v0.45.0 |
748 | 2024-12-20T23:30:49.997Z | Downloaded regex-syntax v0.6.29 |
749 | 2024-12-20T23:30:50.003Z | Downloaded regress v0.9.1 |
750 | 2024-12-20T23:30:50.012Z | Downloaded rustls v0.23.19 |
751 | 2024-12-20T23:30:50.024Z | Downloaded chrono-tz v0.10.0 |
752 | 2024-12-20T23:30:50.031Z | Downloaded nix v0.27.1 |
753 | 2024-12-20T23:30:50.041Z | Downloaded bstr v1.10.0 |
754 | 2024-12-20T23:30:50.051Z | Downloaded zerocopy v0.8.10 |
755 | 2024-12-20T23:30:50.073Z | Downloaded trust-dns-proto v0.22.0 |
756 | 2024-12-20T23:30:50.085Z | Downloaded tokio v1.40.0 |
757 | 2024-12-20T23:30:50.122Z | Downloaded petname v2.0.2 |
758 | 2024-12-20T23:30:50.133Z | Downloaded winnow v0.5.40 |
759 | 2024-12-20T23:30:50.139Z | Downloaded idna v0.3.0 |
760 | 2024-12-20T23:30:50.142Z | Downloaded petgraph v0.6.5 |
761 | 2024-12-20T23:30:50.157Z | Downloaded icu_properties_data v1.5.0 |
762 | 2024-12-20T23:30:50.171Z | Downloaded lzma-sys v0.1.20 |
763 | 2024-12-20T23:30:50.201Z | Downloaded sha3 v0.10.8 |
764 | 2024-12-20T23:30:50.205Z | Downloaded curve25519-dalek v4.1.3 |
765 | 2024-12-20T23:30:50.208Z | Downloaded unicode-width v0.2.0 |
766 | 2024-12-20T23:30:50.213Z | Downloaded radix_trie v0.2.1 |
767 | 2024-12-20T23:30:50.220Z | Downloaded libc v0.2.162 |
768 | 2024-12-20T23:30:50.249Z | Downloaded gimli v0.31.1 |
769 | 2024-12-20T23:30:50.254Z | Downloaded toml_edit v0.22.22 |
770 | 2024-12-20T23:30:50.273Z | Downloaded csv v1.3.0 |
771 | 2024-12-20T23:30:50.292Z | Downloaded libz-sys v1.1.20 |
772 | 2024-12-20T23:30:50.321Z | Downloaded rustls-webpki v0.102.8 |
773 | 2024-12-20T23:30:50.328Z | Downloaded slog-scope v4.4.0 |
774 | 2024-12-20T23:30:50.332Z | Downloaded rustls-webpki v0.101.7 |
775 | 2024-12-20T23:30:50.343Z | Downloaded uuid v1.11.0 |
776 | 2024-12-20T23:30:50.348Z | Downloaded qorb v0.2.1 |
777 | 2024-12-20T23:30:50.351Z | Downloaded unicode-segmentation v1.12.0 |
778 | 2024-12-20T23:30:50.354Z | Downloaded itertools v0.13.0 |
779 | 2024-12-20T23:30:50.360Z | Downloaded cobs v0.2.3 |
780 | 2024-12-20T23:30:50.365Z | Downloaded ryu v1.0.18 |
781 | 2024-12-20T23:30:50.365Z | Downloaded omicron-zone-package v0.11.1 |
782 | 2024-12-20T23:30:50.372Z | Downloaded rcgen v0.12.1 |
783 | 2024-12-20T23:30:50.372Z | Downloaded proc-macro-crate v3.2.0 |
784 | 2024-12-20T23:30:50.375Z | Downloaded pest_generator v2.7.14 |
785 | 2024-12-20T23:30:50.375Z | Downloaded clap_derive v4.5.18 |
786 | 2024-12-20T23:30:50.375Z | Downloaded strum_macros v0.26.4 |
787 | 2024-12-20T23:30:50.375Z | Downloaded subprocess v0.2.9 |
788 | 2024-12-20T23:30:50.379Z | Downloaded rayon v1.10.0 |
789 | 2024-12-20T23:30:50.384Z | Downloaded progenitor-impl v0.8.0 |
790 | 2024-12-20T23:30:50.387Z | Downloaded proc-macro2 v1.0.89 |
791 | 2024-12-20T23:30:50.390Z | Downloaded tracing v0.1.40 |
792 | 2024-12-20T23:30:50.393Z | Downloaded serde_with_macros v3.11.0 |
793 | 2024-12-20T23:30:50.396Z | Downloaded predicates v3.1.2 |
794 | 2024-12-20T23:30:50.399Z | Downloaded postgres-types v0.2.8 |
795 | 2024-12-20T23:30:50.405Z | Downloaded cookie v0.18.1 |
796 | 2024-12-20T23:30:50.405Z | Downloaded zopfli v0.8.1 |
797 | 2024-12-20T23:30:50.408Z | Downloaded serde_regex v1.1.0 |
798 | 2024-12-20T23:30:50.408Z | Downloaded signal-hook v0.3.17 |
799 | 2024-12-20T23:30:50.411Z | Downloaded thiserror v1.0.69 |
800 | 2024-12-20T23:30:50.414Z | Downloaded h2 v0.4.6 |
801 | 2024-12-20T23:30:50.418Z | Downloaded crossbeam-epoch v0.9.18 |
802 | 2024-12-20T23:30:50.421Z | Downloaded tokio-util v0.7.12 |
803 | 2024-12-20T23:30:50.427Z | Downloaded blake3 v1.5.4 |
804 | 2024-12-20T23:30:50.434Z | Downloaded httpmock v0.8.0-alpha.1 |
805 | 2024-12-20T23:30:50.451Z | Downloaded icu_locid v1.5.0 |
806 | 2024-12-20T23:30:50.455Z | Downloaded goblin v0.8.2 |
807 | 2024-12-20T23:30:50.462Z | Downloaded encoding_rs v0.8.34 |
808 | 2024-12-20T23:30:50.481Z | Downloaded tabwriter v1.4.0 |
809 | 2024-12-20T23:30:50.483Z | Downloaded string_cache v0.8.7 |
810 | 2024-12-20T23:30:50.486Z | Downloaded static_assertions v1.1.0 |
811 | 2024-12-20T23:30:50.486Z | Downloaded parking_lot_core v0.9.10 |
812 | 2024-12-20T23:30:50.488Z | Downloaded parking_lot_core v0.8.6 |
813 | 2024-12-20T23:30:50.491Z | Downloaded parking_lot v0.11.2 |
814 | 2024-12-20T23:30:50.491Z | Downloaded cookie_store v0.21.0 |
815 | 2024-12-20T23:30:50.494Z | Downloaded unicode-ident v1.0.13 |
816 | 2024-12-20T23:30:50.497Z | Downloaded der v0.7.9 |
817 | 2024-12-20T23:30:50.500Z | Downloaded displaydoc v0.2.5 |
818 | 2024-12-20T23:30:50.503Z | Downloaded quinn v0.11.5 |
819 | 2024-12-20T23:30:50.506Z | Downloaded native-tls v0.2.12 |
820 | 2024-12-20T23:30:50.509Z | Downloaded hyper-tls v0.6.0 |
821 | 2024-12-20T23:30:50.512Z | Downloaded typify v0.2.0 |
822 | 2024-12-20T23:30:50.515Z | Downloaded p521 v0.13.3 |
823 | 2024-12-20T23:30:50.518Z | Downloaded multer v3.1.0 |
824 | 2024-12-20T23:30:50.518Z | Downloaded ciborium-ll v0.2.2 |
825 | 2024-12-20T23:30:50.521Z | Downloaded xz2 v0.1.7 |
826 | 2024-12-20T23:30:50.521Z | Downloaded xattr v1.3.1 |
827 | 2024-12-20T23:30:50.524Z | Downloaded sha2 v0.10.8 |
828 | 2024-12-20T23:30:50.526Z | Downloaded once_cell v1.20.2 |
829 | 2024-12-20T23:30:50.526Z | Downloaded guppy v0.17.8 |
830 | 2024-12-20T23:30:50.532Z | Downloaded partial-io v0.5.4 |
831 | 2024-12-20T23:30:50.535Z | Downloaded pretty_assertions v1.4.1 |
832 | 2024-12-20T23:30:50.537Z | Downloaded unicode_categories v0.1.1 |
833 | 2024-12-20T23:30:50.540Z | Downloaded data-encoding v2.6.0 |
834 | 2024-12-20T23:30:50.540Z | Downloaded supports-color v3.0.1 |
835 | 2024-12-20T23:30:50.540Z | Downloaded clang-sys v1.8.1 |
836 | 2024-12-20T23:30:50.542Z | Downloaded zerocopy v0.6.6 |
837 | 2024-12-20T23:30:50.544Z | Downloaded hashbrown v0.15.1 |
838 | 2024-12-20T23:30:50.549Z | Downloaded aes v0.8.4 |
839 | 2024-12-20T23:30:50.552Z | Downloaded paste v1.0.15 |
840 | 2024-12-20T23:30:50.555Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
841 | 2024-12-20T23:30:50.610Z | Downloaded md-5 v0.10.6 |
842 | 2024-12-20T23:30:50.613Z | Downloaded litemap v0.7.3 |
843 | 2024-12-20T23:30:50.616Z | Downloaded path-tree v0.8.1 |
844 | 2024-12-20T23:30:50.616Z | Downloaded parse-display v0.10.0 |
845 | 2024-12-20T23:30:50.616Z | Downloaded elliptic-curve v0.13.8 |
846 | 2024-12-20T23:30:50.620Z | Downloaded usdt-impl v0.5.0 |
847 | 2024-12-20T23:30:50.624Z | Downloaded tokio-tungstenite v0.23.1 |
848 | 2024-12-20T23:30:50.627Z | Downloaded tokio-tungstenite v0.21.0 |
849 | 2024-12-20T23:30:50.627Z | Downloaded tokio-stream v0.1.16 |
850 | 2024-12-20T23:30:50.629Z | Downloaded tinytemplate v1.2.1 |
851 | 2024-12-20T23:30:50.632Z | Downloaded const_format v0.2.33 |
852 | 2024-12-20T23:30:50.634Z | Downloaded zerocopy-derive v0.8.10 |
853 | 2024-12-20T23:30:50.640Z | Downloaded const-oid v0.9.6 |
854 | 2024-12-20T23:30:50.642Z | Downloaded criterion-plot v0.5.0 |
855 | 2024-12-20T23:30:50.645Z | Downloaded constant_time_eq v0.3.1 |
856 | 2024-12-20T23:30:50.645Z | Downloaded colorchoice v1.0.2 |
857 | 2024-12-20T23:30:50.647Z | Downloaded zeroize v1.8.1 |
858 | 2024-12-20T23:30:50.647Z | Downloaded wait-timeout v0.2.0 |
859 | 2024-12-20T23:30:50.651Z | Downloaded rand_xorshift v0.3.0 |
860 | 2024-12-20T23:30:50.651Z | Downloaded proc-macro-error v1.0.4 |
861 | 2024-12-20T23:30:50.653Z | Downloaded phf v0.11.2 |
862 | 2024-12-20T23:30:50.653Z | Downloaded password-hash v0.4.2 |
863 | 2024-12-20T23:30:50.656Z | Downloaded backtrace v0.3.74 |
864 | 2024-12-20T23:30:50.659Z | Downloaded nested v0.1.1 |
865 | 2024-12-20T23:30:50.662Z | Downloaded rustls-native-certs v0.7.3 |
866 | 2024-12-20T23:30:50.664Z | Downloaded polling v3.7.3 |
867 | 2024-12-20T23:30:50.667Z | Downloaded base64 v0.22.1 |
868 | 2024-12-20T23:30:50.669Z | Downloaded stringmetrics v2.2.2 |
869 | 2024-12-20T23:30:50.672Z | Downloaded similar-asserts v1.6.0 |
870 | 2024-12-20T23:30:50.675Z | Downloaded serde_spanned v0.6.8 |
871 | 2024-12-20T23:30:50.675Z | Downloaded serde_tokenstream v0.2.2 |
872 | 2024-12-20T23:30:50.677Z | Downloaded same-file v1.0.6 |
873 | 2024-12-20T23:30:50.677Z | Downloaded hickory-resolver v0.24.1 |
874 | 2024-12-20T23:30:50.680Z | Downloaded unsafe-libyaml v0.2.11 |
875 | 2024-12-20T23:30:50.683Z | Downloaded heapless v0.7.17 |
876 | 2024-12-20T23:30:50.686Z | Downloaded hashbrown v0.12.3 |
877 | 2024-12-20T23:30:50.692Z | Downloaded socket2 v0.5.7 |
878 | 2024-12-20T23:30:50.694Z | Downloaded num_enum v0.5.11 |
879 | 2024-12-20T23:30:50.698Z | Downloaded maplit v1.0.2 |
880 | 2024-12-20T23:30:50.700Z | Downloaded managed v0.8.0 |
881 | 2024-12-20T23:30:50.700Z | Downloaded instability v0.3.2 |
882 | 2024-12-20T23:30:50.703Z | Downloaded inout v0.1.3 |
883 | 2024-12-20T23:30:50.703Z | Downloaded indoc v2.0.5 |
884 | 2024-12-20T23:30:50.706Z | Downloaded indoc v1.0.9 |
885 | 2024-12-20T23:30:50.709Z | Downloaded embedded-io v0.4.0 |
886 | 2024-12-20T23:30:50.709Z | Downloaded either v1.13.0 |
887 | 2024-12-20T23:30:50.711Z | Downloaded pin-project v1.1.6 |
888 | 2024-12-20T23:30:50.719Z | Downloaded pest_derive v2.7.14 |
889 | 2024-12-20T23:30:50.721Z | Downloaded chacha20poly1305 v0.10.1 |
890 | 2024-12-20T23:30:50.724Z | Downloaded csv-core v0.1.11 |
891 | 2024-12-20T23:30:50.724Z | Downloaded signature v2.2.0 |
892 | 2024-12-20T23:30:50.726Z | Downloaded signal-hook-registry v1.4.2 |
893 | 2024-12-20T23:30:50.726Z | Downloaded flume v0.11.1 |
894 | 2024-12-20T23:30:50.729Z | Downloaded headers v0.4.0 |
895 | 2024-12-20T23:30:50.735Z | Downloaded blake2 v0.10.6 |
896 | 2024-12-20T23:30:50.738Z | Downloaded strip-ansi-escapes v0.2.0 |
897 | 2024-12-20T23:30:50.738Z | Downloaded signal-hook-tokio v0.3.1 |
898 | 2024-12-20T23:30:50.740Z | Downloaded rtoolbox v0.0.2 |
899 | 2024-12-20T23:30:50.740Z | Downloaded strum_macros v0.24.3 |
900 | 2024-12-20T23:30:50.742Z | Downloaded structmeta-derive v0.3.0 |
901 | 2024-12-20T23:30:50.742Z | Downloaded spin v0.5.2 |
902 | 2024-12-20T23:30:50.745Z | Downloaded allocator-api2 v0.2.18 |
903 | 2024-12-20T23:30:50.747Z | Downloaded cancel-safe-futures v0.1.5 |
904 | 2024-12-20T23:30:50.750Z | Downloaded bitflags v2.6.0 |
905 | 2024-12-20T23:30:50.752Z | Downloaded bcs v0.1.6 |
906 | 2024-12-20T23:30:50.756Z | Downloaded httparse v1.9.5 |
907 | 2024-12-20T23:30:50.758Z | Downloaded num_enum_derive v0.5.11 |
908 | 2024-12-20T23:30:50.758Z | Downloaded fatfs v0.3.6 |
909 | 2024-12-20T23:30:50.760Z | Downloaded camino-tempfile v1.1.1 |
910 | 2024-12-20T23:30:50.763Z | Downloaded arrayvec v0.7.6 |
911 | 2024-12-20T23:30:50.763Z | Downloaded backoff v0.4.0 |
912 | 2024-12-20T23:30:50.765Z | Downloaded async-bb8-diesel v0.2.1 |
913 | 2024-12-20T23:30:50.768Z | Downloaded approx v0.5.1 |
914 | 2024-12-20T23:30:50.768Z | Downloaded anstream v0.6.15 |
915 | 2024-12-20T23:30:50.771Z | Downloaded http-body-util v0.1.2 |
916 | 2024-12-20T23:30:50.773Z | Downloaded event-listener v5.3.1 |
917 | 2024-12-20T23:30:50.773Z | Downloaded buf-list v1.0.3 |
918 | 2024-12-20T23:30:50.777Z | Downloaded futures-channel v0.3.31 |
919 | 2024-12-20T23:30:50.780Z | Downloaded float-ord v0.3.2 |
920 | 2024-12-20T23:30:50.781Z | Downloaded httpdate v1.0.3 |
921 | 2024-12-20T23:30:50.783Z | Downloaded fnv v1.0.7 |
922 | 2024-12-20T23:30:50.783Z | Downloaded chacha20 v0.9.1 |
923 | 2024-12-20T23:30:50.784Z | Downloaded blowfish v0.9.1 |
924 | 2024-12-20T23:30:50.786Z | Downloaded block-buffer v0.10.4 |
925 | 2024-12-20T23:30:50.786Z | Downloaded group v0.13.0 |
926 | 2024-12-20T23:30:50.790Z | Downloaded cexpr v0.6.0 |
927 | 2024-12-20T23:30:50.790Z | Downloaded castaway v0.2.3 |
928 | 2024-12-20T23:30:50.792Z | Downloaded bit-vec v0.6.3 |
929 | 2024-12-20T23:30:50.792Z | Downloaded heck v0.4.1 |
930 | 2024-12-20T23:30:50.792Z | Downloaded hash32 v0.3.1 |
931 | 2024-12-20T23:30:50.794Z | Downloaded float-cmp v0.9.0 |
932 | 2024-12-20T23:30:50.795Z | Downloaded futures-sink v0.3.31 |
933 | 2024-12-20T23:30:50.795Z | Downloaded futures-core v0.3.31 |
934 | 2024-12-20T23:30:50.797Z | Downloaded foreign-types v0.5.0 |
935 | 2024-12-20T23:30:50.797Z | Downloaded bit-set v0.5.3 |
936 | 2024-12-20T23:30:50.797Z | Downloaded bb8 v0.8.5 |
937 | 2024-12-20T23:30:50.800Z | Downloaded autocfg v1.4.0 |
938 | 2024-12-20T23:30:50.800Z | Downloaded aead v0.5.2 |
939 | 2024-12-20T23:30:50.802Z | Downloaded fragile v2.0.0 |
940 | 2024-12-20T23:30:50.802Z | Downloaded form_urlencoded v1.2.1 |
941 | 2024-12-20T23:30:50.805Z | Downloaded flagset v0.4.6 |
942 | 2024-12-20T23:30:50.805Z | Downloaded fixedbitset v0.4.2 |
943 | 2024-12-20T23:30:50.808Z | Downloaded arrayref v0.3.9 |
944 | 2024-12-20T23:30:50.808Z | Downloaded anstyle-parse v0.2.5 |
945 | 2024-12-20T23:30:50.811Z | Downloaded anes v0.1.6 |
946 | 2024-12-20T23:30:50.811Z | Downloaded async-global-executor v2.4.1 |
947 | 2024-12-20T23:30:50.814Z | Downloaded async-attributes v1.1.2 |
948 | 2024-12-20T23:30:50.814Z | Downloaded array-init v0.0.4 |
949 | 2024-12-20T23:30:50.814Z | Downloaded anstyle v1.0.10 |
950 | 2024-12-20T23:30:50.817Z | Downloaded fxhash v0.2.1 |
951 | 2024-12-20T23:30:50.817Z | Downloaded fallible-streaming-iterator v0.1.9 |
952 | 2024-12-20T23:30:50.817Z | Downloaded fallible-iterator v0.2.0 |
953 | 2024-12-20T23:30:50.820Z | Downloaded async-channel v2.3.1 |
954 | 2024-12-20T23:30:50.927Z | Downloaded ring v0.17.8 |
955 | 2024-12-20T23:30:51.037Z | Downloaded libsqlite3-sys v0.30.1 |
956 | 2024-12-20T23:30:51.205Z | Downloaded ring v0.16.20 |
957 | 2024-12-20T23:30:51.458Z | Downloaded aws-lc-sys v0.22.0 |
958 | 2024-12-20T23:30:51.951Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
959 | 2024-12-20T23:31:02.245Z | Startup: Refreshing catalog 'helios-dev' ... Done |
960 | 2024-12-20T23:31:06.180Z | Startup: Caching catalogs ... Done |
961 | 2024-12-20T23:31:17.172Z | Planning: Solver setup ... Done (9.982s) |
962 | 2024-12-20T23:31:17.312Z | Planning: Running solver ... Done (0.135s) |
963 | 2024-12-20T23:31:17.417Z | Planning: Finding local manifests ... Done (0.004s) |
964 | 2024-12-20T23:31:17.429Z | Planning: Fetching manifests: 0/5 0% complete |
965 | 2024-12-20T23:31:17.655Z | Planning: Fetching manifests: 5/5 100% complete |
966 | 2024-12-20T23:31:17.766Z | Planning: Package planning ... Done (0.110s) |
967 | 2024-12-20T23:31:17.819Z | Planning: Merging actions ... Done (0.056s) |
968 | 2024-12-20T23:31:18.191Z | Planning: Checking for conflicting actions ... Done (0.372s) |
969 | 2024-12-20T23:31:20.247Z | Planning: Consolidating action changes ... Done (2.053s) |
970 | 2024-12-20T23:31:20.682Z | Planning: Evaluating mediators ... Done (0.434s) |
971 | 2024-12-20T23:31:20.762Z | Planning: Planning completed in 14.49 seconds |
972 | 2024-12-20T23:31:20.778Z | Packages to install: 4 |
973 | 2024-12-20T23:31:20.778Z | Packages to update: 1 |
974 | 2024-12-20T23:31:20.782Z | Mediators to change: 2 |
975 | 2024-12-20T23:31:20.782Z | Services to change: 1 |
976 | 2024-12-20T23:31:20.782Z | Estimated space available: 155.37 GB |
977 | 2024-12-20T23:31:20.782Z | Estimated space to be consumed: 1.62 GB |
978 | 2024-12-20T23:31:20.782Z | Create boot environment: No |
979 | 2024-12-20T23:31:20.782Z | Create backup boot environment: Yes |
980 | 2024-12-20T23:31:20.782Z | Rebuild boot archive: No |
981 | 2024-12-20T23:31:20.782Z | |
982 | 2024-12-20T23:31:20.782Z | Changed mediators: |
983 | 2024-12-20T23:31:20.782Z | mediator clang: |
984 | 2024-12-20T23:31:20.782Z | version: None -> 15 (system default) |
985 | 2024-12-20T23:31:20.782Z | |
986 | 2024-12-20T23:31:20.782Z | mediator llvm: |
987 | 2024-12-20T23:31:20.782Z | version: 14 (system default) -> 15 (system default) |
988 | 2024-12-20T23:31:20.782Z | |
989 | 2024-12-20T23:31:20.782Z | Changed packages: |
990 | 2024-12-20T23:31:20.782Z | helios-dev |
991 | 2024-12-20T23:31:20.782Z | developer/build-essential |
992 | 2024-12-20T23:31:20.782Z | None -> 11-2.0 |
993 | 2024-12-20T23:31:20.782Z | library/libxmlsec1 |
994 | 2024-12-20T23:31:20.782Z | None -> 1.2.35-2.0 |
995 | 2024-12-20T23:31:20.783Z | ooce/developer/clang-15 |
996 | 2024-12-20T23:31:20.783Z | None -> 15.0.7-2.0 |
997 | 2024-12-20T23:31:20.783Z | ooce/developer/llvm-15 |
998 | 2024-12-20T23:31:20.783Z | None -> 15.0.7-2.0 |
999 | 2024-12-20T23:31:20.783Z | package/pkg |
1000 | 2024-12-20T23:31:20.783Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1001 | 2024-12-20T23:31:20.783Z | |
1002 | 2024-12-20T23:31:20.783Z | Services: |
1003 | 2024-12-20T23:31:20.783Z | restart_fmri: |
1004 | 2024-12-20T23:31:20.783Z | svc:/system/update-man-index:default |
1005 | 2024-12-20T23:31:20.783Z | |
1006 | 2024-12-20T23:31:20.783Z | Editable files to change: |
1007 | 2024-12-20T23:31:20.783Z | Update: |
1008 | 2024-12-20T23:31:20.783Z | usr/share/lib/pkg/web/config.shtml |
1009 | 2024-12-20T23:31:20.861Z | |
1010 | 2024-12-20T23:31:20.861Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1011 | 2024-12-20T23:31:25.863Z | Download: 465/4281 items 16.8/220.6MB 7% complete (3.3M/s) |
1012 | 2024-12-20T23:31:30.863Z | Download: 1862/4281 items 118.5/220.6MB 53% complete (12.0M/s) |
1013 | 2024-12-20T23:31:35.867Z | Download: 3248/4281 items 189.3/220.6MB 85% complete (17.2M/s) |
1014 | 2024-12-20T23:31:41.833Z | Download: 4273/4281 items 220.6/220.6MB 99% complete (10.2M/s) |
1015 | 2024-12-20T23:31:41.833Z | Download: Completed 220.60 MB in 20.05 seconds (11.0M/s) |
1016 | 2024-12-20T23:31:43.263Z | Actions: 1/5063 actions (Removing old actions) |
1017 | 2024-12-20T23:31:43.285Z | Actions: 194/5063 actions (Installing new actions) |
1018 | 2024-12-20T23:31:48.051Z | Actions: 4226/5063 actions (Updating modified actions) |
1019 | 2024-12-20T23:31:48.374Z | Actions: Completed 5063 actions in 5.11 seconds. |
1020 | 2024-12-20T23:31:48.778Z | Done (0.396s) |
1021 | 2024-12-20T23:31:48.781Z | Done (0.000s) |
1022 | 2024-12-20T23:31:49.371Z | Done (0.591s) |
1023 | 2024-12-20T23:31:53.904Z | Done (4.312s) |
1024 | 2024-12-20T23:31:53.999Z | Done (0.018s) |
1025 | 2024-12-20T23:31:54.001Z | Done (0.000s) |
1026 | 2024-12-20T23:31:54.179Z | Done (0.000s) |
1027 | 2024-12-20T23:31:54.892Z | Planning: Evaluating mediator changes ... Done |
1028 | 2024-12-20T23:31:55.052Z | Planning: Checking for conflicting actions ... Done |
1029 | 2024-12-20T23:31:55.055Z | Planning: Consolidating action changes ... Done |
1030 | 2024-12-20T23:31:55.325Z | Planning: Evaluating mediators ... Done |
1031 | 2024-12-20T23:31:55.327Z | Planning: Planning completed in 0.43 seconds |
1032 | 2024-12-20T23:31:55.365Z | Mediators to change: 2 |
1033 | 2024-12-20T23:31:55.365Z | Create boot environment: No |
1034 | 2024-12-20T23:31:55.367Z | Create backup boot environment: No |
1035 | 2024-12-20T23:31:55.447Z | Done |
1036 | 2024-12-20T23:31:55.447Z | Done |
1037 | 2024-12-20T23:31:55.814Z | Done |
1038 | 2024-12-20T23:31:59.632Z | Done |
1039 | 2024-12-20T23:31:59.718Z | Done |
1040 | 2024-12-20T23:31:59.720Z | Done |
1041 | 2024-12-20T23:31:59.851Z | Done |
1042 | 2024-12-20T23:32:00.474Z | Planning: Evaluating mediator changes ... Done |
1043 | 2024-12-20T23:32:00.477Z | Planning: Merging actions ... Done |
1044 | 2024-12-20T23:32:00.669Z | Planning: Checking for conflicting actions ... Done |
1045 | 2024-12-20T23:32:00.672Z | Planning: Consolidating action changes ... Done |
1046 | 2024-12-20T23:32:00.938Z | Planning: Evaluating mediators ... Done |
1047 | 2024-12-20T23:32:00.995Z | Planning: Planning completed in 0.77 seconds |
1048 | 2024-12-20T23:32:01.037Z | Packages to change: 1 |
1049 | 2024-12-20T23:32:01.037Z | Mediators to change: 1 |
1050 | 2024-12-20T23:32:01.037Z | Services to change: 1 |
1051 | 2024-12-20T23:32:01.040Z | Create boot environment: No |
1052 | 2024-12-20T23:32:01.040Z | Create backup boot environment: Yes |
1053 | 2024-12-20T23:32:03.230Z | Actions: 1/6 actions (Updating modified actions) |
1054 | 2024-12-20T23:32:03.232Z | Actions: Completed 6 actions in 0.00 seconds. |
1055 | 2024-12-20T23:32:03.232Z | Done |
1056 | 2024-12-20T23:32:03.232Z | Done |
1057 | 2024-12-20T23:32:03.347Z | Done |
1058 | 2024-12-20T23:32:07.213Z | Done |
1059 | 2024-12-20T23:32:07.307Z | Done |
1060 | 2024-12-20T23:32:07.310Z | Done |
1061 | 2024-12-20T23:32:07.444Z | Done |
1062 | 2024-12-20T23:32:07.900Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1063 | 2024-12-20T23:32:07.900Z | clang system 15 system |
1064 | 2024-12-20T23:32:07.900Z | csh system system illumos |
1065 | 2024-12-20T23:32:07.900Z | ctags system system illumos |
1066 | 2024-12-20T23:32:07.901Z | gcc vendor 12 vendor |
1067 | 2024-12-20T23:32:07.901Z | gcc system 10 system |
1068 | 2024-12-20T23:32:07.901Z | gcc system 7 system |
1069 | 2024-12-20T23:32:07.901Z | go system 1.20 system |
1070 | 2024-12-20T23:32:07.901Z | go system 1.19 system |
1071 | 2024-12-20T23:32:07.901Z | llvm system 15 system |
1072 | 2024-12-20T23:32:07.901Z | llvm system 14 system |
1073 | 2024-12-20T23:32:07.901Z | mariadb system 10.6 system |
1074 | 2024-12-20T23:32:07.901Z | mta vendor vendor dma |
1075 | 2024-12-20T23:32:07.901Z | openjdk system 17 system |
1076 | 2024-12-20T23:32:07.901Z | openjdk system 11 system |
1077 | 2024-12-20T23:32:07.901Z | openjdk system 1.8 system |
1078 | 2024-12-20T23:32:07.901Z | openssl vendor 3 vendor |
1079 | 2024-12-20T23:32:07.901Z | perl system 5.36 system |
1080 | 2024-12-20T23:32:07.901Z | postgresql system 15 system |
1081 | 2024-12-20T23:32:07.901Z | postgresql system 13 system |
1082 | 2024-12-20T23:32:07.901Z | python vendor 3 vendor |
1083 | 2024-12-20T23:32:07.901Z | python system 2 system |
1084 | 2024-12-20T23:32:07.901Z | python3 system 3.11 system |
1085 | 2024-12-20T23:32:07.901Z | ruby system 3.0 system |
1086 | 2024-12-20T23:32:07.901Z | words vendor vendor american-english |
1087 | 2024-12-20T23:32:07.901Z | words system system australian-english |
1088 | 2024-12-20T23:32:07.902Z | words system system british-english |
1089 | 2024-12-20T23:32:07.902Z | words system system canadian-english |
1090 | 2024-12-20T23:32:07.902Z | words system system french |
1091 | 2024-12-20T23:32:07.902Z | words system system italian |
1092 | 2024-12-20T23:32:07.902Z | words system system ngerman |
1093 | 2024-12-20T23:32:07.902Z | words system system ogerman |
1094 | 2024-12-20T23:32:07.902Z | words system system spanish |
1095 | 2024-12-20T23:32:08.248Z | PUBLISHER TYPE STATUS P LOCATION |
1096 | 2024-12-20T23:32:08.248Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1097 | 2024-12-20T23:32:11.016Z | FMRI IFO |
1098 | 2024-12-20T23:32:11.016Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1099 | 2024-12-20T23:32:11.016Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1100 | 2024-12-20T23:32:11.016Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1101 | 2024-12-20T23:32:11.016Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1102 | 2024-12-20T23:32:11.016Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1103 | 2024-12-20T23:32:11.016Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1104 | 2024-12-20T23:32:11.016Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1105 | 2024-12-20T23:32:11.016Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1106 | 2024-12-20T23:32:11.016Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1107 | 2024-12-20T23:32:11.016Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1108 | 2024-12-20T23:32:11.016Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1109 | 2024-12-20T23:32:11.016Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1110 | 2024-12-20T23:32:11.016Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1111 | 2024-12-20T23:32:11.016Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1112 | 2024-12-20T23:32:11.016Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1113 | 2024-12-20T23:32:12.114Z | Downloading crates ... |
1114 | 2024-12-20T23:32:12.194Z | Downloaded cargo_toml v0.20.5 |
1115 | 2024-12-20T23:32:12.333Z | Compiling proc-macro2 v1.0.89 |
1116 | 2024-12-20T23:32:12.333Z | Compiling unicode-ident v1.0.13 |
1117 | 2024-12-20T23:32:12.335Z | Compiling version_check v0.9.5 |
1118 | 2024-12-20T23:32:12.335Z | Compiling serde v1.0.215 |
1119 | 2024-12-20T23:32:12.335Z | Compiling memchr v2.7.4 |
1120 | 2024-12-20T23:32:12.335Z | Compiling thiserror v1.0.69 |
1121 | 2024-12-20T23:32:12.335Z | Compiling libc v0.2.162 |
1122 | 2024-12-20T23:32:12.356Z | Compiling itoa v1.0.11 |
1123 | 2024-12-20T23:32:12.590Z | Compiling ryu v1.0.18 |
1124 | 2024-12-20T23:32:12.943Z | Compiling ucd-trie v0.1.7 |
1125 | 2024-12-20T23:32:13.041Z | Compiling once_cell v1.20.2 |
1126 | 2024-12-20T23:32:13.199Z | Compiling byteorder v1.5.0 |
1127 | 2024-12-20T23:32:13.281Z | Compiling rustix v0.38.37 |
1128 | 2024-12-20T23:32:13.451Z | Compiling serde_json v1.0.132 |
1129 | 2024-12-20T23:32:13.552Z | Compiling bitflags v2.6.0 |
1130 | 2024-12-20T23:32:13.785Z | Compiling proc-macro-error-attr v1.0.4 |
1131 | 2024-12-20T23:32:13.984Z | Compiling usdt-impl v0.5.0 |
1132 | 2024-12-20T23:32:13.996Z | Compiling syn v1.0.109 |
1133 | 2024-12-20T23:32:14.106Z | Compiling proc-macro-error v1.0.4 |
1134 | 2024-12-20T23:32:14.118Z | Compiling quote v1.0.37 |
1135 | 2024-12-20T23:32:14.176Z | Compiling plain v0.2.3 |
1136 | 2024-12-20T23:32:14.327Z | Compiling hashbrown v0.15.1 |
1137 | 2024-12-20T23:32:14.372Z | Compiling equivalent v1.0.1 |
1138 | 2024-12-20T23:32:14.424Z | Compiling log v0.4.22 |
1139 | 2024-12-20T23:32:14.480Z | Compiling syn v2.0.87 |
1140 | 2024-12-20T23:32:14.605Z | Compiling errno v0.3.9 |
1141 | 2024-12-20T23:32:14.835Z | Compiling utf8parse v0.2.2 |
1142 | 2024-12-20T23:32:14.853Z | Compiling camino v1.1.9 |
1143 | 2024-12-20T23:32:14.994Z | Compiling anstyle-parse v0.2.5 |
1144 | 2024-12-20T23:32:15.135Z | Compiling thread-id v4.2.2 |
1145 | 2024-12-20T23:32:15.386Z | Compiling anstyle v1.0.10 |
1146 | 2024-12-20T23:32:15.555Z | Compiling indexmap v2.6.0 |
1147 | 2024-12-20T23:32:15.647Z | Compiling semver v1.0.23 |
1148 | 2024-12-20T23:32:15.668Z | Compiling autocfg v1.4.0 |
1149 | 2024-12-20T23:32:15.852Z | Compiling colorchoice v1.0.2 |
1150 | 2024-12-20T23:32:16.011Z | Compiling is_terminal_polyfill v1.70.1 |
1151 | 2024-12-20T23:32:16.090Z | Compiling winnow v0.6.20 |
1152 | 2024-12-20T23:32:16.140Z | Compiling pretty-hex v0.4.1 |
1153 | 2024-12-20T23:32:16.194Z | Compiling unicode-width v0.1.14 |
1154 | 2024-12-20T23:32:16.353Z | Compiling anstyle-query v1.1.1 |
1155 | 2024-12-20T23:32:16.510Z | Compiling anstream v0.6.15 |
1156 | 2024-12-20T23:32:16.867Z | Compiling fs-err v2.11.0 |
1157 | 2024-12-20T23:32:16.961Z | Compiling terminal_size v0.4.0 |
1158 | 2024-12-20T23:32:17.135Z | Compiling heck v0.5.0 |
1159 | 2024-12-20T23:32:17.150Z | Compiling fnv v1.0.7 |
1160 | 2024-12-20T23:32:17.278Z | Compiling bytecount v0.6.8 |
1161 | 2024-12-20T23:32:17.296Z | Compiling heck v0.4.1 |
1162 | 2024-12-20T23:32:17.515Z | Compiling fastrand v2.1.1 |
1163 | 2024-12-20T23:32:17.545Z | Compiling cfg-if v1.0.0 |
1164 | 2024-12-20T23:32:17.640Z | Compiling clap_lex v0.7.2 |
1165 | 2024-12-20T23:32:17.690Z | Compiling anyhow v1.0.93 |
1166 | 2024-12-20T23:32:17.806Z | Compiling strsim v0.11.1 |
1167 | 2024-12-20T23:32:17.831Z | Compiling papergrid v0.11.0 |
1168 | 2024-12-20T23:32:18.166Z | Compiling clap_builder v4.5.21 |
1169 | 2024-12-20T23:32:18.695Z | Compiling tempfile v3.13.0 |
1170 | 2024-12-20T23:32:19.095Z | Compiling memmap v0.7.0 |
1171 | 2024-12-20T23:32:19.095Z | Compiling smawk v0.3.2 |
1172 | 2024-12-20T23:32:19.100Z | Compiling unicode-linebreak v0.1.5 |
1173 | 2024-12-20T23:32:19.583Z | Compiling textwrap v0.16.1 |
1174 | 2024-12-20T23:32:19.767Z | Compiling swrite v0.1.0 |
1175 | 2024-12-20T23:32:20.897Z | Compiling tabled_derive v0.7.0 |
1176 | 2024-12-20T23:32:22.480Z | Compiling tabled v0.15.0 |
1177 | 2024-12-20T23:32:23.818Z | Compiling serde_derive v1.0.215 |
1178 | 2024-12-20T23:32:23.818Z | Compiling thiserror-impl v1.0.69 |
1179 | 2024-12-20T23:32:23.821Z | Compiling zerocopy-derive v0.7.35 |
1180 | 2024-12-20T23:32:23.821Z | Compiling scroll_derive v0.12.0 |
1181 | 2024-12-20T23:32:23.963Z | Compiling clap_derive v4.5.18 |
1182 | 2024-12-20T23:32:25.166Z | Compiling scroll v0.12.0 |
1183 | 2024-12-20T23:32:25.687Z | Compiling goblin v0.8.2 |
1184 | 2024-12-20T23:32:25.738Z | Compiling zerocopy v0.7.35 |
1185 | 2024-12-20T23:32:26.448Z | Compiling pest v2.7.14 |
1186 | 2024-12-20T23:32:27.918Z | Compiling clap v4.5.21 |
1187 | 2024-12-20T23:32:28.725Z | Compiling pest_meta v2.7.14 |
1188 | 2024-12-20T23:32:29.601Z | Compiling pest_generator v2.7.14 |
1189 | 2024-12-20T23:32:31.452Z | Compiling pest_derive v2.7.14 |
1190 | 2024-12-20T23:32:32.118Z | Compiling dtrace-parser v0.2.0 |
1191 | 2024-12-20T23:32:34.390Z | Compiling serde_spanned v0.6.8 |
1192 | 2024-12-20T23:32:34.390Z | Compiling toml_datetime v0.6.8 |
1193 | 2024-12-20T23:32:34.393Z | Compiling cargo-platform v0.1.8 |
1194 | 2024-12-20T23:32:34.797Z | Compiling serde_tokenstream v0.2.2 |
1195 | 2024-12-20T23:32:34.858Z | Compiling toml_edit v0.22.22 |
1196 | 2024-12-20T23:32:34.911Z | Compiling macaddr v1.0.1 |
1197 | 2024-12-20T23:32:35.073Z | Compiling camino-tempfile v1.1.1 |
1198 | 2024-12-20T23:32:35.931Z | Compiling dof v0.3.0 |
1199 | 2024-12-20T23:32:35.931Z | Compiling cargo_metadata v0.18.1 |
1200 | 2024-12-20T23:32:37.752Z | Compiling toml v0.8.19 |
1201 | 2024-12-20T23:32:38.025Z | Compiling usdt-attr-macro v0.5.0 |
1202 | 2024-12-20T23:32:38.025Z | Compiling usdt-macro v0.5.0 |
1203 | 2024-12-20T23:32:38.641Z | Compiling cargo_toml v0.20.5 |
1204 | 2024-12-20T23:32:39.358Z | Compiling usdt v0.5.0 |
1205 | 2024-12-20T23:32:42.336Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1206 | 2024-12-20T23:32:46.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.11s |
1207 | 2024-12-20T23:32:46.723Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1208 | 2024-12-20T23:32:47.615Z | Compiling serde v1.0.215 |
1209 | 2024-12-20T23:32:47.618Z | Compiling lock_api v0.4.12 |
1210 | 2024-12-20T23:32:47.618Z | Compiling scopeguard v1.2.0 |
1211 | 2024-12-20T23:32:47.618Z | Compiling value-bag v1.9.0 |
1212 | 2024-12-20T23:32:47.618Z | Compiling typenum v1.17.0 |
1213 | 2024-12-20T23:32:47.618Z | Compiling generic-array v0.14.7 |
1214 | 2024-12-20T23:32:47.784Z | Compiling syn v2.0.87 |
1215 | 2024-12-20T23:32:47.798Z | Compiling getrandom v0.2.15 |
1216 | 2024-12-20T23:32:47.955Z | Compiling shlex v1.3.0 |
1217 | 2024-12-20T23:32:48.053Z | Compiling rand_core v0.6.4 |
1218 | 2024-12-20T23:32:48.194Z | Compiling log v0.4.22 |
1219 | 2024-12-20T23:32:48.338Z | Compiling subtle v2.6.1 |
1220 | 2024-12-20T23:32:48.357Z | Compiling jobserver v0.1.32 |
1221 | 2024-12-20T23:32:48.360Z | Compiling const-oid v0.9.6 |
1222 | 2024-12-20T23:32:48.582Z | Compiling smallvec v1.13.2 |
1223 | 2024-12-20T23:32:48.634Z | Compiling spin v0.9.8 |
1224 | 2024-12-20T23:32:48.659Z | Compiling pin-project-lite v0.2.14 |
1225 | 2024-12-20T23:32:48.786Z | Compiling cc v1.1.30 |
1226 | 2024-12-20T23:32:49.000Z | Compiling rustix v0.38.37 |
1227 | 2024-12-20T23:32:49.038Z | Compiling parking_lot_core v0.9.10 |
1228 | 2024-12-20T23:32:49.082Z | Compiling futures-core v0.3.31 |
1229 | 2024-12-20T23:32:49.310Z | Compiling signal-hook-registry v1.4.2 |
1230 | 2024-12-20T23:32:49.346Z | Compiling mio v1.0.2 |
1231 | 2024-12-20T23:32:49.892Z | Compiling parking_lot v0.12.3 |
1232 | 2024-12-20T23:32:50.137Z | Compiling aho-corasick v1.1.3 |
1233 | 2024-12-20T23:32:50.155Z | Compiling cpufeatures v0.2.14 |
1234 | 2024-12-20T23:32:50.254Z | Compiling regex-syntax v0.8.5 |
1235 | 2024-12-20T23:32:50.307Z | Compiling lazy_static v1.5.0 |
1236 | 2024-12-20T23:32:50.428Z | Compiling stable_deref_trait v1.2.0 |
1237 | 2024-12-20T23:32:50.511Z | Compiling futures-sink v0.3.31 |
1238 | 2024-12-20T23:32:50.536Z | Compiling glob v0.3.1 |
1239 | 2024-12-20T23:32:50.539Z | Compiling either v1.13.0 |
1240 | 2024-12-20T23:32:50.659Z | Compiling socket2 v0.5.7 |
1241 | 2024-12-20T23:32:50.802Z | Compiling slab v0.4.9 |
1242 | 2024-12-20T23:32:50.969Z | Compiling prettyplease v0.2.25 |
1243 | 2024-12-20T23:32:51.289Z | Compiling minimal-lexical v0.2.1 |
1244 | 2024-12-20T23:32:51.583Z | Compiling clang-sys v1.8.1 |
1245 | 2024-12-20T23:32:51.632Z | Compiling libloading v0.8.5 |
1246 | 2024-12-20T23:32:51.670Z | Compiling serde_json v1.0.132 |
1247 | 2024-12-20T23:32:51.826Z | Compiling nom v7.1.3 |
1248 | 2024-12-20T23:32:51.993Z | Compiling home v0.5.9 |
1249 | 2024-12-20T23:32:52.038Z | Compiling bindgen v0.69.5 |
1250 | 2024-12-20T23:32:52.295Z | Compiling itertools v0.10.5 |
1251 | 2024-12-20T23:32:52.914Z | Compiling futures-channel v0.3.31 |
1252 | 2024-12-20T23:32:53.159Z | Compiling lazycell v1.3.0 |
1253 | 2024-12-20T23:32:53.333Z | Compiling foldhash v0.1.3 |
1254 | 2024-12-20T23:32:53.336Z | Compiling futures-task v0.3.31 |
1255 | 2024-12-20T23:32:53.651Z | Compiling allocator-api2 v0.2.18 |
1256 | 2024-12-20T23:32:53.673Z | Compiling rustc-hash v1.1.0 |
1257 | 2024-12-20T23:32:53.830Z | Compiling pin-utils v0.1.0 |
1258 | 2024-12-20T23:32:53.927Z | Compiling regex-automata v0.4.8 |
1259 | 2024-12-20T23:32:54.484Z | Compiling futures-io v0.3.31 |
1260 | 2024-12-20T23:32:54.816Z | Compiling hashbrown v0.15.1 |
1261 | 2024-12-20T23:32:55.155Z | Compiling cmake v0.1.51 |
1262 | 2024-12-20T23:32:55.626Z | Compiling synstructure v0.13.1 |
1263 | 2024-12-20T23:32:56.201Z | Compiling cexpr v0.6.0 |
1264 | 2024-12-20T23:32:56.235Z | Compiling libm v0.2.8 |
1265 | 2024-12-20T23:32:56.585Z | Compiling dunce v1.0.5 |
1266 | 2024-12-20T23:32:56.720Z | Compiling pkg-config v0.3.31 |
1267 | 2024-12-20T23:32:57.211Z | Compiling tinyvec_macros v0.1.1 |
1268 | 2024-12-20T23:32:57.317Z | Compiling fs_extra v1.3.0 |
1269 | 2024-12-20T23:32:57.366Z | Compiling tinyvec v1.8.0 |
1270 | 2024-12-20T23:32:58.009Z | Compiling num-traits v0.2.19 |
1271 | 2024-12-20T23:32:58.321Z | Compiling ring v0.17.8 |
1272 | 2024-12-20T23:32:58.517Z | Compiling writeable v0.5.5 |
1273 | 2024-12-20T23:32:58.919Z | Compiling unicode-normalization v0.1.24 |
1274 | 2024-12-20T23:32:59.054Z | Compiling unicode-bidi v0.3.17 |
1275 | 2024-12-20T23:32:59.121Z | Compiling base64ct v1.6.0 |
1276 | 2024-12-20T23:32:59.490Z | Compiling paste v1.0.15 |
1277 | 2024-12-20T23:32:59.513Z | Compiling litemap v0.7.3 |
1278 | 2024-12-20T23:32:59.694Z | Compiling regex v1.11.1 |
1279 | 2024-12-20T23:32:59.925Z | Compiling pem-rfc7468 v0.7.0 |
1280 | 2024-12-20T23:33:00.539Z | Compiling flagset v0.4.6 |
1281 | 2024-12-20T23:33:00.670Z | Compiling aws-lc-rs v1.10.0 |
1282 | 2024-12-20T23:33:00.741Z | Compiling httparse v1.9.5 |
1283 | 2024-12-20T23:33:01.126Z | Compiling tracing-core v0.1.32 |
1284 | 2024-12-20T23:33:01.562Z | Compiling icu_locid_transform_data v1.5.0 |
1285 | 2024-12-20T23:33:01.672Z | Compiling rustls-pki-types v1.10.0 |
1286 | 2024-12-20T23:33:01.962Z | Compiling percent-encoding v2.3.1 |
1287 | 2024-12-20T23:33:02.070Z | Compiling crossbeam-utils v0.8.20 |
1288 | 2024-12-20T23:33:02.509Z | Compiling vcpkg v0.2.15 |
1289 | 2024-12-20T23:33:02.527Z | Compiling serde_derive v1.0.215 |
1290 | 2024-12-20T23:33:02.648Z | Compiling zeroize_derive v1.4.2 |
1291 | 2024-12-20T23:33:02.846Z | Compiling zerocopy-derive v0.7.35 |
1292 | 2024-12-20T23:33:03.113Z | Compiling tokio-macros v2.4.0 |
1293 | 2024-12-20T23:33:04.246Z | Compiling zeroize v1.8.1 |
1294 | 2024-12-20T23:33:04.655Z | Compiling zerofrom-derive v0.1.4 |
1295 | 2024-12-20T23:33:04.712Z | Compiling thiserror-impl v1.0.69 |
1296 | 2024-12-20T23:33:04.729Z | Compiling yoke-derive v0.7.4 |
1297 | 2024-12-20T23:33:05.148Z | Compiling zerocopy v0.7.35 |
1298 | 2024-12-20T23:33:05.994Z | Compiling crypto-common v0.1.6 |
1299 | 2024-12-20T23:33:06.016Z | Compiling block-buffer v0.10.4 |
1300 | 2024-12-20T23:33:06.422Z | Compiling digest v0.10.7 |
1301 | 2024-12-20T23:33:06.432Z | Compiling zerovec-derive v0.10.3 |
1302 | 2024-12-20T23:33:06.734Z | Compiling hmac v0.12.1 |
1303 | 2024-12-20T23:33:07.756Z | Compiling futures-macro v0.3.31 |
1304 | 2024-12-20T23:33:07.760Z | Compiling block-padding v0.3.3 |
1305 | 2024-12-20T23:33:07.760Z | Compiling displaydoc v0.2.5 |
1306 | 2024-12-20T23:33:07.760Z | Compiling inout v0.1.3 |
1307 | 2024-12-20T23:33:07.760Z | Compiling cipher v0.4.4 |
1308 | 2024-12-20T23:33:07.862Z | Compiling sha2 v0.10.8 |
1309 | 2024-12-20T23:33:08.106Z | Compiling ppv-lite86 v0.2.20 |
1310 | 2024-12-20T23:33:08.234Z | Compiling thiserror v1.0.69 |
1311 | 2024-12-20T23:33:08.367Z | Compiling der_derive v0.7.3 |
1312 | 2024-12-20T23:33:08.780Z | Compiling zerofrom v0.1.4 |
1313 | 2024-12-20T23:33:08.841Z | Compiling icu_provider_macros v1.5.0 |
1314 | 2024-12-20T23:33:08.844Z | Compiling futures-util v0.3.31 |
1315 | 2024-12-20T23:33:08.971Z | Compiling yoke v0.7.4 |
1316 | 2024-12-20T23:33:09.000Z | Compiling rand_chacha v0.3.1 |
1317 | 2024-12-20T23:33:09.153Z | Compiling tracing-attributes v0.1.27 |
1318 | 2024-12-20T23:33:09.354Z | Compiling zerovec v0.10.4 |
1319 | 2024-12-20T23:33:10.001Z | Compiling rand v0.8.5 |
1320 | 2024-12-20T23:33:10.947Z | Compiling der v0.7.9 |
1321 | 2024-12-20T23:33:11.334Z | Compiling tinystr v0.7.6 |
1322 | 2024-12-20T23:33:11.491Z | Compiling icu_collections v1.5.0 |
1323 | 2024-12-20T23:33:11.724Z | Compiling icu_locid v1.5.0 |
1324 | 2024-12-20T23:33:11.811Z | Compiling pest v2.7.14 |
1325 | 2024-12-20T23:33:12.149Z | Compiling salsa20 v0.10.2 |
1326 | 2024-12-20T23:33:12.446Z | Compiling pbkdf2 v0.12.2 |
1327 | 2024-12-20T23:33:12.647Z | Compiling untrusted v0.9.0 |
1328 | 2024-12-20T23:33:12.839Z | Compiling powerfmt v0.2.0 |
1329 | 2024-12-20T23:33:13.049Z | Compiling icu_provider v1.5.0 |
1330 | 2024-12-20T23:33:13.089Z | Compiling tracing v0.1.40 |
1331 | 2024-12-20T23:33:13.227Z | Compiling spki v0.7.3 |
1332 | 2024-12-20T23:33:13.603Z | Compiling time-core v0.1.2 |
1333 | 2024-12-20T23:33:13.639Z | Compiling mirai-annotations v1.12.0 |
1334 | 2024-12-20T23:33:13.798Z | Compiling icu_locid_transform v1.5.0 |
1335 | 2024-12-20T23:33:13.843Z | Compiling num-conv v0.1.0 |
1336 | 2024-12-20T23:33:14.132Z | Compiling untrusted v0.7.1 |
1337 | 2024-12-20T23:33:14.151Z | Compiling icu_properties_data v1.5.0 |
1338 | 2024-12-20T23:33:14.299Z | Compiling time-macros v0.2.18 |
1339 | 2024-12-20T23:33:14.320Z | Compiling deranged v0.3.11 |
1340 | 2024-12-20T23:33:14.995Z | Compiling icu_properties v1.5.1 |
1341 | 2024-12-20T23:33:15.327Z | Compiling pest_meta v2.7.14 |
1342 | 2024-12-20T23:33:15.719Z | Compiling scrypt v0.11.0 |
1343 | 2024-12-20T23:33:16.316Z | Compiling aes v0.8.4 |
1344 | 2024-12-20T23:33:16.333Z | Compiling cbc v0.1.2 |
1345 | 2024-12-20T23:33:16.552Z | Compiling openssl-sys v0.9.103 |
1346 | 2024-12-20T23:33:16.583Z | Compiling scroll_derive v0.12.0 |
1347 | 2024-12-20T23:33:17.461Z | Compiling bitflags v2.6.0 |
1348 | 2024-12-20T23:33:17.684Z | Compiling bytes v1.8.0 |
1349 | 2024-12-20T23:33:18.155Z | Compiling indexmap v2.6.0 |
1350 | 2024-12-20T23:33:18.264Z | Compiling semver v1.0.23 |
1351 | 2024-12-20T23:33:19.028Z | Compiling tokio v1.40.0 |
1352 | 2024-12-20T23:33:19.031Z | Compiling http v1.1.0 |
1353 | 2024-12-20T23:33:19.276Z | Compiling rustc_version v0.4.1 |
1354 | 2024-12-20T23:33:19.602Z | Compiling utf16_iter v1.0.5 |
1355 | 2024-12-20T23:33:19.820Z | Compiling write16 v1.0.0 |
1356 | 2024-12-20T23:33:19.957Z | Compiling icu_normalizer_data v1.5.0 |
1357 | 2024-12-20T23:33:20.026Z | Compiling num_threads v0.1.7 |
1358 | 2024-12-20T23:33:20.054Z | Compiling utf8_iter v1.0.4 |
1359 | 2024-12-20T23:33:20.074Z | Compiling atomic-waker v1.1.2 |
1360 | 2024-12-20T23:33:20.162Z | Compiling time v0.3.36 |
1361 | 2024-12-20T23:33:20.271Z | Compiling icu_normalizer v1.5.0 |
1362 | 2024-12-20T23:33:20.309Z | Compiling scroll v0.12.0 |
1363 | 2024-12-20T23:33:20.698Z | Compiling http-body v1.0.1 |
1364 | 2024-12-20T23:33:20.892Z | Compiling pkcs5 v0.7.1 |
1365 | 2024-12-20T23:33:20.944Z | Compiling pest_generator v2.7.14 |
1366 | 2024-12-20T23:33:21.081Z | Compiling form_urlencoded v1.2.1 |
1367 | 2024-12-20T23:33:21.407Z | Compiling try-lock v0.2.5 |
1368 | 2024-12-20T23:33:21.564Z | Compiling slog v2.7.0 |
1369 | 2024-12-20T23:33:21.600Z | Compiling goblin v0.8.2 |
1370 | 2024-12-20T23:33:22.090Z | Compiling which v4.4.2 |
1371 | 2024-12-20T23:33:22.267Z | Compiling pkcs8 v0.10.2 |
1372 | 2024-12-20T23:33:22.396Z | Compiling want v0.3.1 |
1373 | 2024-12-20T23:33:22.752Z | Compiling idna_adapter v1.2.0 |
1374 | 2024-12-20T23:33:22.997Z | Compiling httpdate v1.0.3 |
1375 | 2024-12-20T23:33:23.028Z | Compiling pest_derive v2.7.14 |
1376 | 2024-12-20T23:33:23.058Z | Compiling idna v1.0.3 |
1377 | 2024-12-20T23:33:23.452Z | Compiling uuid v1.11.0 |
1378 | 2024-12-20T23:33:23.844Z | Compiling dtrace-parser v0.2.0 |
1379 | 2024-12-20T23:33:24.121Z | Compiling serde_spanned v0.6.8 |
1380 | 2024-12-20T23:33:24.374Z | Compiling serde_tokenstream v0.2.2 |
1381 | 2024-12-20T23:33:24.929Z | Compiling toml_datetime v0.6.8 |
1382 | 2024-12-20T23:33:24.994Z | Compiling tower-service v0.3.3 |
1383 | 2024-12-20T23:33:25.017Z | Compiling match_cfg v0.1.0 |
1384 | 2024-12-20T23:33:25.118Z | Compiling base64 v0.22.1 |
1385 | 2024-12-20T23:33:25.138Z | Compiling openssl v0.10.66 |
1386 | 2024-12-20T23:33:25.459Z | Compiling adler2 v2.0.0 |
1387 | 2024-12-20T23:33:25.552Z | Compiling rustversion v1.0.17 |
1388 | 2024-12-20T23:33:25.668Z | Compiling foreign-types-shared v0.1.1 |
1389 | 2024-12-20T23:33:25.705Z | Compiling iana-time-zone v0.1.61 |
1390 | 2024-12-20T23:33:25.782Z | Compiling foreign-types v0.3.2 |
1391 | 2024-12-20T23:33:25.877Z | Compiling chrono v0.4.38 |
1392 | 2024-12-20T23:33:25.896Z | Compiling miniz_oxide v0.8.0 |
1393 | 2024-12-20T23:33:26.118Z | Compiling hostname v0.3.1 |
1394 | 2024-12-20T23:33:26.186Z | Compiling url v2.5.3 |
1395 | 2024-12-20T23:33:26.365Z | Compiling async-trait v0.1.83 |
1396 | 2024-12-20T23:33:27.487Z | Compiling dof v0.3.0 |
1397 | 2024-12-20T23:33:27.788Z | Compiling tokio-util v0.7.12 |
1398 | 2024-12-20T23:33:28.303Z | Compiling usdt-impl v0.5.0 |
1399 | 2024-12-20T23:33:29.218Z | Compiling h2 v0.4.6 |
1400 | 2024-12-20T23:33:29.266Z | Compiling openssl-macros v0.1.1 |
1401 | 2024-12-20T23:33:29.698Z | Compiling dirs-sys-next v0.1.2 |
1402 | 2024-12-20T23:33:29.724Z | Compiling rustls v0.23.19 |
1403 | 2024-12-20T23:33:29.915Z | Compiling native-tls v0.2.12 |
1404 | 2024-12-20T23:33:29.993Z | Compiling data-encoding v2.6.0 |
1405 | 2024-12-20T23:33:30.045Z | Compiling syn v1.0.109 |
1406 | 2024-12-20T23:33:30.247Z | Compiling rustls v0.22.4 |
1407 | 2024-12-20T23:33:30.374Z | Compiling siphasher v0.3.11 |
1408 | 2024-12-20T23:33:30.748Z | Compiling dirs-next v2.0.0 |
1409 | 2024-12-20T23:33:30.945Z | Compiling http-body-util v0.1.2 |
1410 | 2024-12-20T23:33:31.499Z | Compiling heapless v0.7.17 |
1411 | 2024-12-20T23:33:31.953Z | Compiling crossbeam-epoch v0.9.18 |
1412 | 2024-12-20T23:33:32.223Z | Compiling signature v2.2.0 |
1413 | 2024-12-20T23:33:32.299Z | Compiling sha1 v0.10.6 |
1414 | 2024-12-20T23:33:32.412Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1415 | 2024-12-20T23:33:32.530Z | Compiling serde_derive_internals v0.29.1 |
1416 | 2024-12-20T23:33:32.748Z | Compiling thread_local v1.1.8 |
1417 | 2024-12-20T23:33:32.784Z | Compiling encoding_rs v0.8.34 |
1418 | 2024-12-20T23:33:32.923Z | Compiling multer v3.1.0 |
1419 | 2024-12-20T23:33:33.194Z | Compiling cookie v0.18.1 |
1420 | 2024-12-20T23:33:33.329Z | Compiling unicode-properties v0.1.3 |
1421 | 2024-12-20T23:33:33.503Z | Compiling mime v0.3.17 |
1422 | 2024-12-20T23:33:33.717Z | Compiling schemars v0.8.21 |
1423 | 2024-12-20T23:33:34.073Z | Compiling slog-async v2.8.0 |
1424 | 2024-12-20T23:33:34.146Z | Compiling signal-hook v0.3.17 |
1425 | 2024-12-20T23:33:34.423Z | Compiling ipnet v2.10.1 |
1426 | 2024-12-20T23:33:34.610Z | Compiling gimli v0.31.1 |
1427 | 2024-12-20T23:33:35.238Z | Compiling rayon-core v1.12.1 |
1428 | 2024-12-20T23:33:35.427Z | Compiling openssl-probe v0.1.5 |
1429 | 2024-12-20T23:33:35.559Z | Compiling toml_edit v0.22.22 |
1430 | 2024-12-20T23:33:36.732Z | Compiling schemars_derive v0.8.21 |
1431 | 2024-12-20T23:33:36.734Z | Compiling stringprep v0.1.5 |
1432 | 2024-12-20T23:33:37.280Z | Compiling hyper v1.5.0 |
1433 | 2024-12-20T23:33:39.236Z | Compiling addr2line v0.24.2 |
1434 | 2024-12-20T23:33:39.626Z | Compiling crossbeam-deque v0.8.5 |
1435 | 2024-12-20T23:33:39.646Z | Compiling usdt-attr-macro v0.5.0 |
1436 | 2024-12-20T23:33:39.913Z | Compiling hyper-util v0.1.10 |
1437 | 2024-12-20T23:33:39.937Z | Compiling usdt-macro v0.5.0 |
1438 | 2024-12-20T23:33:40.065Z | Compiling term v0.7.0 |
1439 | 2024-12-20T23:33:41.325Z | Compiling slog-json v2.6.1 |
1440 | 2024-12-20T23:33:41.435Z | Compiling serde_urlencoded v0.7.1 |
1441 | 2024-12-20T23:33:41.483Z | Compiling curve25519-dalek v4.1.3 |
1442 | 2024-12-20T23:33:41.637Z | Compiling crossbeam-channel v0.5.13 |
1443 | 2024-12-20T23:33:41.702Z | Compiling futures-executor v0.3.31 |
1444 | 2024-12-20T23:33:41.961Z | Compiling enum-as-inner v0.6.1 |
1445 | 2024-12-20T23:33:42.112Z | Compiling md-5 v0.10.6 |
1446 | 2024-12-20T23:33:42.264Z | Compiling async-stream-impl v0.3.6 |
1447 | 2024-12-20T23:33:42.432Z | Compiling rustls-pemfile v2.2.0 |
1448 | 2024-12-20T23:33:42.763Z | Compiling num-integer v0.1.46 |
1449 | 2024-12-20T23:33:42.822Z | Compiling idna v0.4.0 |
1450 | 2024-12-20T23:33:43.097Z | Compiling idna v0.3.0 |
1451 | 2024-12-20T23:33:43.222Z | Compiling hash32 v0.2.1 |
1452 | 2024-12-20T23:33:43.577Z | Compiling ff v0.13.0 |
1453 | 2024-12-20T23:33:43.596Z | Compiling is-terminal v0.4.13 |
1454 | 2024-12-20T23:33:43.676Z | Compiling dropshot v0.12.0 |
1455 | 2024-12-20T23:33:43.732Z | Compiling object v0.36.5 |
1456 | 2024-12-20T23:33:43.813Z | Compiling psl-types v2.0.11 |
1457 | 2024-12-20T23:33:43.951Z | Compiling rustc-demangle v0.1.24 |
1458 | 2024-12-20T23:33:44.006Z | Compiling dyn-clone v1.0.17 |
1459 | 2024-12-20T23:33:44.216Z | Compiling linked-hash-map v0.5.6 |
1460 | 2024-12-20T23:33:44.234Z | Compiling fallible-iterator v0.2.0 |
1461 | 2024-12-20T23:33:44.553Z | Compiling portable-atomic v1.9.0 |
1462 | 2024-12-20T23:33:44.598Z | Compiling quick-error v1.2.3 |
1463 | 2024-12-20T23:33:44.740Z | Compiling utf-8 v0.7.6 |
1464 | 2024-12-20T23:33:44.799Z | Compiling smoltcp v0.9.1 |
1465 | 2024-12-20T23:33:44.936Z | Compiling anyhow v1.0.93 |
1466 | 2024-12-20T23:33:44.955Z | Compiling take_mut v0.2.2 |
1467 | 2024-12-20T23:33:45.076Z | Compiling base16ct v0.2.0 |
1468 | 2024-12-20T23:33:45.120Z | Compiling num-bigint-dig v0.8.4 |
1469 | 2024-12-20T23:33:45.444Z | Compiling sec1 v0.7.3 |
1470 | 2024-12-20T23:33:45.565Z | Compiling tungstenite v0.24.0 |
1471 | 2024-12-20T23:33:45.696Z | Compiling postgres-protocol v0.6.7 |
1472 | 2024-12-20T23:33:45.947Z | Compiling resolv-conf v0.7.0 |
1473 | 2024-12-20T23:33:46.007Z | Compiling lru-cache v0.1.2 |
1474 | 2024-12-20T23:33:46.730Z | Compiling publicsuffix v2.2.3 |
1475 | 2024-12-20T23:33:46.835Z | Compiling group v0.13.0 |
1476 | 2024-12-20T23:33:47.010Z | Compiling hickory-proto v0.24.1 |
1477 | 2024-12-20T23:33:47.095Z | Compiling slog-term v2.9.1 |
1478 | 2024-12-20T23:33:47.174Z | Compiling usdt v0.5.0 |
1479 | 2024-12-20T23:33:47.771Z | Compiling async-stream v0.3.6 |
1480 | 2024-12-20T23:33:48.103Z | Compiling num-iter v0.1.45 |
1481 | 2024-12-20T23:33:48.424Z | Compiling futures v0.3.31 |
1482 | 2024-12-20T23:33:48.428Z | Compiling slog-bunyan v2.5.0 |
1483 | 2024-12-20T23:33:48.819Z | Compiling toml v0.8.19 |
1484 | 2024-12-20T23:33:50.421Z | Compiling camino v1.1.9 |
1485 | 2024-12-20T23:33:50.441Z | Compiling tokio-native-tls v0.3.1 |
1486 | 2024-12-20T23:33:50.720Z | Compiling phf_shared v0.11.2 |
1487 | 2024-12-20T23:33:51.129Z | Compiling dropshot_endpoint v0.12.0 |
1488 | 2024-12-20T23:33:51.349Z | Compiling backtrace v0.3.74 |
1489 | 2024-12-20T23:33:51.417Z | Compiling terminal_size v0.4.0 |
1490 | 2024-12-20T23:33:51.653Z | Compiling waitgroup v0.1.2 |
1491 | 2024-12-20T23:33:51.696Z | Compiling openapiv3 v2.0.0 |
1492 | 2024-12-20T23:33:51.889Z | Compiling serde_path_to_error v0.1.16 |
1493 | 2024-12-20T23:33:52.016Z | Compiling hkdf v0.12.4 |
1494 | 2024-12-20T23:33:52.281Z | Compiling crypto-bigint v0.5.5 |
1495 | 2024-12-20T23:33:52.784Z | Compiling curve25519-dalek-derive v0.1.1 |
1496 | 2024-12-20T23:33:54.416Z | Compiling zerocopy-derive v0.6.6 |
1497 | 2024-12-20T23:33:54.677Z | Compiling hubpack_derive v0.1.1 |
1498 | 2024-12-20T23:33:55.204Z | Compiling webpki-roots v0.26.6 |
1499 | 2024-12-20T23:33:55.414Z | Compiling idna v0.5.0 |
1500 | 2024-12-20T23:33:55.607Z | Compiling hostname v0.4.0 |
1501 | 2024-12-20T23:33:55.883Z | Compiling fs-err v2.11.0 |
1502 | 2024-12-20T23:33:56.024Z | Compiling crc32fast v1.4.2 |
1503 | 2024-12-20T23:33:56.178Z | Compiling ahash v0.8.11 |
1504 | 2024-12-20T23:33:56.197Z | Compiling managed v0.8.0 |
1505 | 2024-12-20T23:33:56.361Z | Compiling winnow v0.5.40 |
1506 | 2024-12-20T23:33:56.517Z | Compiling debug-ignore v1.0.5 |
1507 | 2024-12-20T23:33:56.666Z | Compiling bitflags v1.3.2 |
1508 | 2024-12-20T23:33:56.686Z | Compiling clap_builder v4.5.21 |
1509 | 2024-12-20T23:33:56.720Z | Compiling zerocopy v0.6.6 |
1510 | 2024-12-20T23:33:57.147Z | Compiling console v0.15.8 |
1511 | 2024-12-20T23:33:57.752Z | Compiling cookie_store v0.21.0 |
1512 | 2024-12-20T23:33:57.851Z | Compiling flate2 v1.0.34 |
1513 | 2024-12-20T23:33:58.561Z | Compiling strum_macros v0.25.3 |
1514 | 2024-12-20T23:33:58.919Z | Compiling hubpack v0.1.2 |
1515 | 2024-12-20T23:33:58.967Z | Compiling elliptic-curve v0.13.8 |
1516 | 2024-12-20T23:33:59.390Z | Compiling hickory-resolver v0.24.1 |
1517 | 2024-12-20T23:33:59.831Z | Compiling signal-hook-mio v0.2.4 |
1518 | 2024-12-20T23:34:00.002Z | Compiling toml_edit v0.19.15 |
1519 | 2024-12-20T23:34:00.295Z | Compiling phf v0.11.2 |
1520 | 2024-12-20T23:34:00.315Z | Compiling hyper-tls v0.6.0 |
1521 | 2024-12-20T23:34:00.596Z | Compiling rayon v1.10.0 |
1522 | 2024-12-20T23:34:00.764Z | Compiling bzip2 v0.4.4 |
1523 | 2024-12-20T23:34:02.814Z | Compiling tokio-tungstenite v0.24.0 |
1524 | 2024-12-20T23:34:03.366Z | Compiling postgres-types v0.2.8 |
1525 | 2024-12-20T23:34:05.573Z | Compiling ed25519 v2.2.3 |
1526 | 2024-12-20T23:34:06.376Z | Compiling phf_shared v0.10.0 |
1527 | 2024-12-20T23:34:06.380Z | Compiling tokio-stream v0.1.16 |
1528 | 2024-12-20T23:34:06.412Z | Compiling pkcs1 v0.7.5 |
1529 | 2024-12-20T23:34:06.796Z | Compiling serde-big-array v0.5.1 |
1530 | 2024-12-20T23:34:07.038Z | Compiling clap_derive v4.5.18 |
1531 | 2024-12-20T23:34:07.354Z | Compiling rfc6979 v0.4.0 |
1532 | 2024-12-20T23:34:07.480Z | Compiling derive-where v1.2.7 |
1533 | 2024-12-20T23:34:07.499Z | Compiling serde_repr v0.1.19 |
1534 | 2024-12-20T23:34:07.544Z | Compiling float-cmp v0.9.0 |
1535 | 2024-12-20T23:34:07.567Z | Compiling bstr v1.10.0 |
1536 | 2024-12-20T23:34:07.781Z | Compiling sync_wrapper v1.0.1 |
1537 | 2024-12-20T23:34:07.957Z | Compiling whoami v1.5.2 |
1538 | 2024-12-20T23:34:08.357Z | Compiling number_prefix v0.4.0 |
1539 | 2024-12-20T23:34:08.598Z | Compiling bit-vec v0.6.3 |
1540 | 2024-12-20T23:34:08.630Z | Compiling new_debug_unreachable v1.0.6 |
1541 | 2024-12-20T23:34:08.731Z | Compiling static_assertions v1.1.0 |
1542 | 2024-12-20T23:34:08.753Z | Compiling predicates-core v1.0.8 |
1543 | 2024-12-20T23:34:08.837Z | Compiling precomputed-hash v0.1.1 |
1544 | 2024-12-20T23:34:08.950Z | Compiling unicode-width v0.2.0 |
1545 | 2024-12-20T23:34:09.053Z | Compiling normalize-line-endings v0.3.0 |
1546 | 2024-12-20T23:34:09.127Z | Compiling unicode-segmentation v1.12.0 |
1547 | 2024-12-20T23:34:09.187Z | Compiling fixedbitset v0.4.2 |
1548 | 2024-12-20T23:34:09.386Z | Compiling difflib v0.4.0 |
1549 | 2024-12-20T23:34:09.476Z | Compiling petgraph v0.6.5 |
1550 | 2024-12-20T23:34:09.655Z | Compiling indicatif v0.17.9 |
1551 | 2024-12-20T23:34:10.034Z | Compiling similar v2.6.0 |
1552 | 2024-12-20T23:34:11.133Z | Compiling predicates v3.1.2 |
1553 | 2024-12-20T23:34:11.202Z | Compiling string_cache v0.8.7 |
1554 | 2024-12-20T23:34:11.705Z | Compiling bit-set v0.5.3 |
1555 | 2024-12-20T23:34:11.961Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1556 | 2024-12-20T23:34:11.997Z | Compiling tokio-postgres v0.7.12 |
1557 | 2024-12-20T23:34:12.462Z | Compiling clap v4.5.21 |
1558 | 2024-12-20T23:34:12.578Z | Compiling ecdsa v0.16.9 |
1559 | 2024-12-20T23:34:12.598Z | Compiling rsa v0.9.6 |
1560 | 2024-12-20T23:34:13.010Z | Compiling ed25519-dalek v2.1.1 |
1561 | 2024-12-20T23:34:13.476Z | Compiling toml v0.7.8 |
1562 | 2024-12-20T23:34:13.762Z | Compiling zip v0.6.6 |
1563 | 2024-12-20T23:34:14.349Z | Compiling crossterm v0.28.1 |
1564 | 2024-12-20T23:34:16.020Z | Compiling hex v0.4.3 |
1565 | 2024-12-20T23:34:16.047Z | Compiling x509-cert v0.2.5 |
1566 | 2024-12-20T23:34:16.245Z | Compiling peg-runtime v0.8.3 |
1567 | 2024-12-20T23:34:16.641Z | Compiling lalrpop-util v0.19.12 |
1568 | 2024-12-20T23:34:16.951Z | Compiling unicode-xid v0.2.6 |
1569 | 2024-12-20T23:34:17.033Z | Compiling strum_macros v0.26.4 |
1570 | 2024-12-20T23:34:17.131Z | Compiling xattr v1.3.1 |
1571 | 2024-12-20T23:34:17.416Z | Compiling filetime v0.2.25 |
1572 | 2024-12-20T23:34:17.747Z | Compiling tar v0.4.42 |
1573 | 2024-12-20T23:34:22.351Z | Compiling strum v0.26.3 |
1574 | 2024-12-20T23:34:25.422Z | Compiling aws-lc-sys v0.22.0 |
1575 | 2024-12-20T23:34:54.192Z | Compiling rustls-webpki v0.102.8 |
1576 | 2024-12-20T23:34:57.729Z | Compiling tokio-rustls v0.25.0 |
1577 | 2024-12-20T23:34:59.337Z | Compiling tokio-rustls v0.26.0 |
1578 | 2024-12-20T23:34:59.729Z | Compiling hyper-rustls v0.27.3 |
1579 | 2024-12-20T23:35:00.089Z | Compiling reqwest v0.12.9 |
1580 | 2024-12-20T23:35:01.358Z | Compiling qorb v0.2.1 |
1581 | 2024-12-20T23:35:06.162Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1582 | 2024-12-20T23:35:06.396Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1583 | 2024-12-20T23:35:12.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1584 | 2024-12-20T23:35:12.636Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1585 | 2024-12-20T23:35:12.682Z | Dec 20 23:35:12.286 INFO Starting download, target: Cockroach |
1586 | 2024-12-20T23:35:12.682Z | Dec 20 23:35:12.286 INFO Starting download, target: Clickhouse |
1587 | 2024-12-20T23:35:12.682Z | Dec 20 23:35:12.286 INFO Starting download, target: DendriteOpenapi |
1588 | 2024-12-20T23:35:12.686Z | Dec 20 23:35:12.286 INFO Starting download, target: Console |
1589 | 2024-12-20T23:35:12.686Z | Dec 20 23:35:12.286 INFO Starting download, target: DendriteStub |
1590 | 2024-12-20T23:35:12.686Z | Dec 20 23:35:12.287 INFO Starting download, target: MaghemiteMgd |
1591 | 2024-12-20T23:35:12.686Z | Dec 20 23:35:12.287 INFO Starting download, target: TransceiverControl |
1592 | 2024-12-20T23:35:12.686Z | Dec 20 23:35:12.287 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1593 | 2024-12-20T23:35:12.686Z | Dec 20 23:35:12.287 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1594 | 2024-12-20T23:35:12.686Z | Dec 20 23:35:12.287 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1595 | 2024-12-20T23:35:12.686Z | Dec 20 23:35:12.287 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1596 | 2024-12-20T23:35:12.686Z | Dec 20 23:35:12.287 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1597 | 2024-12-20T23:35:12.686Z | Dec 20 23:35:12.287 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1598 | 2024-12-20T23:35:12.686Z | Dec 20 23:35:12.287 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1599 | 2024-12-20T23:35:12.904Z | Dec 20 23:35:12.493 INFO Download complete, target: DendriteOpenapi |
1600 | 2024-12-20T23:35:13.006Z | Dec 20 23:35:12.590 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1601 | 2024-12-20T23:35:13.471Z | Dec 20 23:35:13.070 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1602 | 2024-12-20T23:35:13.546Z | Dec 20 23:35:13.135 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1603 | 2024-12-20T23:35:13.664Z | Dec 20 23:35:13.251 INFO Download complete, target: TransceiverControl |
1604 | 2024-12-20T23:35:13.816Z | Dec 20 23:35:13.414 INFO Download complete, target: Console |
1605 | 2024-12-20T23:35:13.922Z | Dec 20 23:35:13.526 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1606 | 2024-12-20T23:35:14.149Z | Dec 20 23:35:13.752 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1607 | 2024-12-20T23:35:14.149Z | Dec 20 23:35:13.752 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1608 | 2024-12-20T23:35:14.553Z | Dec 20 23:35:14.157 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1609 | 2024-12-20T23:35:16.406Z | Dec 20 23:35:16.011 INFO Download complete, target: MaghemiteMgd |
1610 | 2024-12-20T23:35:16.728Z | Dec 20 23:35:16.334 INFO Download complete, target: DendriteStub |
1611 | 2024-12-20T23:35:21.562Z | Dec 20 23:35:21.164 INFO Checking that binary works, target: Cockroach |
1612 | 2024-12-20T23:35:21.897Z | Dec 20 23:35:21.503 INFO Download complete, target: Cockroach |
1613 | 2024-12-20T23:35:27.116Z | Dec 20 23:35:26.723 INFO Checking that binary works, target: Clickhouse |
1614 | 2024-12-20T23:35:27.271Z | Dec 20 23:35:26.877 INFO Download complete, target: Clickhouse |
1615 | 2024-12-20T23:35:27.280Z | All prerequisites installed successfully |
1616 | 2024-12-20T23:35:27.284Z | |
1617 | 2024-12-20T23:35:27.284Z | real 4:35.367059902 |
1618 | 2024-12-20T23:35:27.284Z | user 16:48.461285477 |
1619 | 2024-12-20T23:35:27.284Z | sys 3:13.251465602 |
1620 | 2024-12-20T23:35:27.284Z | trap 0.527646742 |
1621 | 2024-12-20T23:35:27.284Z | tflt 1.528205721 |
1622 | 2024-12-20T23:35:27.284Z | dflt 2.084948143 |
1623 | 2024-12-20T23:35:27.284Z | kflt 0.025261784 |
1624 | 2024-12-20T23:35:27.284Z | lock 32:45.553917767 |
1625 | 2024-12-20T23:35:27.284Z | slp 1:02:15.259526609 |
1626 | 2024-12-20T23:35:27.284Z | lat 56.959352187 |
1627 | 2024-12-20T23:35:27.284Z | stop 2:12.441589343 |
1628 | 2024-12-20T23:35:27.284Z | + source ./tools/include/force-git-over-https.sh |
1629 | 2024-12-20T23:35:27.284Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1630 | 2024-12-20T23:35:27.284Z | ++ (( i = 0 )) |
1631 | 2024-12-20T23:35:27.284Z | ++ (( i < 5 )) |
1632 | 2024-12-20T23:35:27.284Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1633 | 2024-12-20T23:35:27.287Z | ++ (( i++ )) |
1634 | 2024-12-20T23:35:27.287Z | ++ (( i < 5 )) |
1635 | 2024-12-20T23:35:27.287Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1636 | 2024-12-20T23:35:27.290Z | ++ (( i++ )) |
1637 | 2024-12-20T23:35:27.290Z | ++ (( i < 5 )) |
1638 | 2024-12-20T23:35:27.290Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1639 | 2024-12-20T23:35:27.292Z | ++ (( i++ )) |
1640 | 2024-12-20T23:35:27.292Z | ++ (( i < 5 )) |
1641 | 2024-12-20T23:35:27.292Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1642 | 2024-12-20T23:35:27.295Z | ++ (( i++ )) |
1643 | 2024-12-20T23:35:27.295Z | ++ (( i < 5 )) |
1644 | 2024-12-20T23:35:27.295Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1645 | 2024-12-20T23:35:27.298Z | ++ (( i++ )) |
1646 | 2024-12-20T23:35:27.298Z | ++ (( i < 5 )) |
1647 | 2024-12-20T23:35:27.298Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1648 | 2024-12-20T23:35:27.298Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1649 | 2024-12-20T23:35:27.298Z | + rc=0 |
1650 | 2024-12-20T23:35:27.298Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1651 | 2024-12-20T23:35:58.818Z | + case $rc in |
1652 | 2024-12-20T23:35:58.818Z | + pfexec zfs create -p rpool/images/build/host |
1653 | 2024-12-20T23:35:59.049Z | + pfexec zfs create -p rpool/images/build/recovery |
1654 | 2024-12-20T23:35:59.127Z | + cargo xtask releng --output-dir /work |
1655 | 2024-12-20T23:35:59.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1656 | 2024-12-20T23:35:59.680Z | Running `target/debug/xtask releng --output-dir /work` |
1657 | 2024-12-20T23:36:00.627Z | Compiling proc-macro2 v1.0.89 |
1658 | 2024-12-20T23:36:00.627Z | Compiling unicode-ident v1.0.13 |
1659 | 2024-12-20T23:36:00.627Z | Compiling libc v0.2.162 |
1660 | 2024-12-20T23:36:00.627Z | Compiling serde v1.0.215 |
1661 | 2024-12-20T23:36:00.630Z | Compiling autocfg v1.4.0 |
1662 | 2024-12-20T23:36:00.630Z | Compiling version_check v0.9.5 |
1663 | 2024-12-20T23:36:00.630Z | Compiling cfg-if v1.0.0 |
1664 | 2024-12-20T23:36:00.921Z | Compiling memchr v2.7.4 |
1665 | 2024-12-20T23:36:00.994Z | Compiling typenum v1.17.0 |
1666 | 2024-12-20T23:36:01.033Z | Compiling shlex v1.3.0 |
1667 | 2024-12-20T23:36:01.375Z | Compiling generic-array v0.14.7 |
1668 | 2024-12-20T23:36:01.430Z | Compiling value-bag v1.9.0 |
1669 | 2024-12-20T23:36:01.683Z | Compiling scopeguard v1.2.0 |
1670 | 2024-12-20T23:36:01.725Z | Compiling lock_api v0.4.12 |
1671 | 2024-12-20T23:36:01.850Z | Compiling rustix v0.38.37 |
1672 | 2024-12-20T23:36:01.871Z | Compiling log v0.4.22 |
1673 | 2024-12-20T23:36:02.003Z | Compiling parking_lot_core v0.9.10 |
1674 | 2024-12-20T23:36:02.422Z | Compiling serde_json v1.0.132 |
1675 | 2024-12-20T23:36:02.481Z | Compiling libm v0.2.8 |
1676 | 2024-12-20T23:36:02.682Z | Compiling quote v1.0.37 |
1677 | 2024-12-20T23:36:02.707Z | Compiling num-traits v0.2.19 |
1678 | 2024-12-20T23:36:02.761Z | Compiling jobserver v0.1.32 |
1679 | 2024-12-20T23:36:02.849Z | Compiling getrandom v0.2.15 |
1680 | 2024-12-20T23:36:03.033Z | Compiling thiserror v1.0.69 |
1681 | 2024-12-20T23:36:03.147Z | Compiling syn v2.0.87 |
1682 | 2024-12-20T23:36:03.208Z | Compiling cc v1.1.30 |
1683 | 2024-12-20T23:36:03.319Z | Compiling once_cell v1.20.2 |
1684 | 2024-12-20T23:36:03.373Z | Compiling spin v0.9.8 |
1685 | 2024-12-20T23:36:03.465Z | Compiling itoa v1.0.11 |
1686 | 2024-12-20T23:36:03.530Z | Compiling aho-corasick v1.1.3 |
1687 | 2024-12-20T23:36:03.570Z | Compiling regex-syntax v0.8.5 |
1688 | 2024-12-20T23:36:03.776Z | Compiling slab v0.4.9 |
1689 | 2024-12-20T23:36:03.778Z | Compiling errno v0.3.9 |
1690 | 2024-12-20T23:36:04.285Z | Compiling byteorder v1.5.0 |
1691 | 2024-12-20T23:36:04.790Z | Compiling lazy_static v1.5.0 |
1692 | 2024-12-20T23:36:05.028Z | Compiling rand_core v0.6.4 |
1693 | 2024-12-20T23:36:05.233Z | Compiling glob v0.3.1 |
1694 | 2024-12-20T23:36:05.490Z | Compiling either v1.13.0 |
1695 | 2024-12-20T23:36:05.806Z | Compiling subtle v2.6.1 |
1696 | 2024-12-20T23:36:05.974Z | Compiling prettyplease v0.2.25 |
1697 | 2024-12-20T23:36:06.165Z | Compiling clang-sys v1.8.1 |
1698 | 2024-12-20T23:36:06.212Z | Compiling minimal-lexical v0.2.1 |
1699 | 2024-12-20T23:36:06.483Z | Compiling libloading v0.8.5 |
1700 | 2024-12-20T23:36:06.752Z | Compiling nom v7.1.3 |
1701 | 2024-12-20T23:36:06.876Z | Compiling home v0.5.9 |
1702 | 2024-12-20T23:36:06.923Z | Compiling bindgen v0.69.5 |
1703 | 2024-12-20T23:36:07.362Z | Compiling itertools v0.10.5 |
1704 | 2024-12-20T23:36:07.609Z | Compiling regex-automata v0.4.8 |
1705 | 2024-12-20T23:36:07.918Z | Compiling lazycell v1.3.0 |
1706 | 2024-12-20T23:36:08.102Z | Compiling rustc-hash v1.1.0 |
1707 | 2024-12-20T23:36:08.927Z | Compiling cmake v0.1.51 |
1708 | 2024-12-20T23:36:09.940Z | Compiling semver v1.0.23 |
1709 | 2024-12-20T23:36:09.997Z | Compiling pkg-config v0.3.31 |
1710 | 2024-12-20T23:36:10.188Z | Compiling dunce v1.0.5 |
1711 | 2024-12-20T23:36:10.265Z | Compiling cexpr v0.6.0 |
1712 | 2024-12-20T23:36:10.355Z | Compiling fs_extra v1.3.0 |
1713 | 2024-12-20T23:36:10.550Z | Compiling smallvec v1.13.2 |
1714 | 2024-12-20T23:36:10.780Z | Compiling ring v0.17.8 |
1715 | 2024-12-20T23:36:11.110Z | Compiling ryu v1.0.18 |
1716 | 2024-12-20T23:36:11.293Z | Compiling synstructure v0.13.1 |
1717 | 2024-12-20T23:36:11.441Z | Compiling paste v1.0.15 |
1718 | 2024-12-20T23:36:11.999Z | Compiling const-oid v0.9.6 |
1719 | 2024-12-20T23:36:12.080Z | Compiling aws-lc-rs v1.10.0 |
1720 | 2024-12-20T23:36:12.533Z | Compiling httparse v1.9.5 |
1721 | 2024-12-20T23:36:13.042Z | Compiling heck v0.5.0 |
1722 | 2024-12-20T23:36:13.313Z | Compiling pin-project-lite v0.2.14 |
1723 | 2024-12-20T23:36:13.466Z | Compiling allocator-api2 v0.2.18 |
1724 | 2024-12-20T23:36:13.864Z | Compiling regex v1.11.1 |
1725 | 2024-12-20T23:36:14.122Z | Compiling futures-core v0.3.31 |
1726 | 2024-12-20T23:36:14.554Z | Compiling signal-hook-registry v1.4.2 |
1727 | 2024-12-20T23:36:14.565Z | Compiling num-conv v0.1.0 |
1728 | 2024-12-20T23:36:14.975Z | Compiling crossbeam-utils v0.8.20 |
1729 | 2024-12-20T23:36:15.038Z | Compiling time-core v0.1.2 |
1730 | 2024-12-20T23:36:15.544Z | Compiling time-macros v0.2.18 |
1731 | 2024-12-20T23:36:15.951Z | Compiling parking_lot v0.12.3 |
1732 | 2024-12-20T23:36:15.954Z | Compiling mio v1.0.2 |
1733 | 2024-12-20T23:36:16.166Z | Compiling vcpkg v0.2.15 |
1734 | 2024-12-20T23:36:16.620Z | Compiling fnv v1.0.7 |
1735 | 2024-12-20T23:36:16.874Z | Compiling schemars v0.8.21 |
1736 | 2024-12-20T23:36:17.192Z | Compiling serde_derive v1.0.215 |
1737 | 2024-12-20T23:36:17.245Z | Compiling zeroize_derive v1.4.2 |
1738 | 2024-12-20T23:36:17.777Z | Compiling zerocopy-derive v0.7.35 |
1739 | 2024-12-20T23:36:17.999Z | Compiling tokio-macros v2.4.0 |
1740 | 2024-12-20T23:36:18.091Z | Compiling thiserror-impl v1.0.69 |
1741 | 2024-12-20T23:36:18.209Z | Compiling zerofrom-derive v0.1.4 |
1742 | 2024-12-20T23:36:18.852Z | Compiling yoke-derive v0.7.4 |
1743 | 2024-12-20T23:36:19.000Z | Compiling zeroize v1.8.1 |
1744 | 2024-12-20T23:36:19.747Z | Compiling futures-macro v0.3.31 |
1745 | 2024-12-20T23:36:19.804Z | Compiling zerovec-derive v0.10.3 |
1746 | 2024-12-20T23:36:20.139Z | Compiling displaydoc v0.2.5 |
1747 | 2024-12-20T23:36:21.249Z | Compiling zerocopy v0.7.35 |
1748 | 2024-12-20T23:36:21.771Z | Compiling crypto-common v0.1.6 |
1749 | 2024-12-20T23:36:21.920Z | Compiling icu_provider_macros v1.5.0 |
1750 | 2024-12-20T23:36:22.042Z | Compiling tracing-attributes v0.1.27 |
1751 | 2024-12-20T23:36:22.086Z | Compiling block-buffer v0.10.4 |
1752 | 2024-12-20T23:36:22.332Z | Compiling digest v0.10.7 |
1753 | 2024-12-20T23:36:22.589Z | Compiling der_derive v0.7.3 |
1754 | 2024-12-20T23:36:22.899Z | Compiling openssl-sys v0.9.103 |
1755 | 2024-12-20T23:36:24.025Z | Compiling serde_derive_internals v0.29.1 |
1756 | 2024-12-20T23:36:24.643Z | Compiling socket2 v0.5.7 |
1757 | 2024-12-20T23:36:25.113Z | Compiling ahash v0.8.11 |
1758 | 2024-12-20T23:36:26.470Z | Compiling foldhash v0.1.3 |
1759 | 2024-12-20T23:36:26.508Z | Compiling schemars_derive v0.8.21 |
1760 | 2024-12-20T23:36:26.552Z | Compiling equivalent v1.0.1 |
1761 | 2024-12-20T23:36:26.712Z | Compiling futures-sink v0.3.31 |
1762 | 2024-12-20T23:36:26.830Z | Compiling cpufeatures v0.2.14 |
1763 | 2024-12-20T23:36:26.925Z | Compiling hashbrown v0.15.1 |
1764 | 2024-12-20T23:36:27.165Z | Compiling stable_deref_trait v1.2.0 |
1765 | 2024-12-20T23:36:27.293Z | Compiling slog v2.7.0 |
1766 | 2024-12-20T23:36:28.622Z | Compiling futures-channel v0.3.31 |
1767 | 2024-12-20T23:36:28.816Z | Compiling zerofrom v0.1.4 |
1768 | 2024-12-20T23:36:29.098Z | Compiling scroll_derive v0.12.0 |
1769 | 2024-12-20T23:36:29.154Z | Compiling openssl v0.10.66 |
1770 | 2024-12-20T23:36:29.176Z | Compiling futures-task v0.3.31 |
1771 | 2024-12-20T23:36:29.226Z | Compiling ucd-trie v0.1.7 |
1772 | 2024-12-20T23:36:29.528Z | Compiling futures-io v0.3.31 |
1773 | 2024-12-20T23:36:29.722Z | Compiling pin-utils v0.1.0 |
1774 | 2024-12-20T23:36:29.758Z | Compiling pest v2.7.14 |
1775 | 2024-12-20T23:36:29.840Z | Compiling yoke v0.7.4 |
1776 | 2024-12-20T23:36:29.894Z | Compiling futures-util v0.3.31 |
1777 | 2024-12-20T23:36:30.279Z | Compiling hmac v0.12.1 |
1778 | 2024-12-20T23:36:30.596Z | Compiling tinyvec_macros v0.1.1 |
1779 | 2024-12-20T23:36:30.634Z | Compiling zerovec v0.10.4 |
1780 | 2024-12-20T23:36:30.710Z | Compiling tinyvec v1.8.0 |
1781 | 2024-12-20T23:36:32.215Z | Compiling bitflags v2.6.0 |
1782 | 2024-12-20T23:36:32.694Z | Compiling bytes v1.8.0 |
1783 | 2024-12-20T23:36:34.150Z | Compiling tokio v1.40.0 |
1784 | 2024-12-20T23:36:34.874Z | Compiling serde_tokenstream v0.2.2 |
1785 | 2024-12-20T23:36:35.252Z | Compiling indexmap v2.6.0 |
1786 | 2024-12-20T23:36:36.978Z | Compiling http v1.1.0 |
1787 | 2024-12-20T23:36:37.719Z | Compiling which v4.4.2 |
1788 | 2024-12-20T23:36:37.861Z | Compiling rustc_version v0.4.1 |
1789 | 2024-12-20T23:36:38.633Z | Compiling pest_meta v2.7.14 |
1790 | 2024-12-20T23:36:38.897Z | Compiling uuid v1.11.0 |
1791 | 2024-12-20T23:36:39.693Z | Compiling block-padding v0.3.3 |
1792 | 2024-12-20T23:36:39.946Z | Compiling openssl-macros v0.1.1 |
1793 | 2024-12-20T23:36:39.999Z | Compiling native-tls v0.2.12 |
1794 | 2024-12-20T23:36:40.496Z | Compiling rustls v0.23.19 |
1795 | 2024-12-20T23:36:40.828Z | Compiling iana-time-zone v0.1.61 |
1796 | 2024-12-20T23:36:41.239Z | Compiling chrono v0.4.38 |
1797 | 2024-12-20T23:36:41.634Z | Compiling pest_generator v2.7.14 |
1798 | 2024-12-20T23:36:42.814Z | Compiling inout v0.1.3 |
1799 | 2024-12-20T23:36:43.097Z | Compiling unicode-normalization v0.1.24 |
1800 | 2024-12-20T23:36:43.336Z | Compiling cipher v0.4.4 |
1801 | 2024-12-20T23:36:43.789Z | Compiling pest_derive v2.7.14 |
1802 | 2024-12-20T23:36:43.854Z | Compiling tinystr v0.7.6 |
1803 | 2024-12-20T23:36:44.577Z | Compiling sha2 v0.10.8 |
1804 | 2024-12-20T23:36:45.000Z | Compiling async-trait v0.1.83 |
1805 | 2024-12-20T23:36:45.107Z | Compiling cookie v0.18.1 |
1806 | 2024-12-20T23:36:45.229Z | Compiling usdt-impl v0.5.0 |
1807 | 2024-12-20T23:36:45.545Z | Compiling litemap v0.7.3 |
1808 | 2024-12-20T23:36:46.135Z | Compiling writeable v0.5.5 |
1809 | 2024-12-20T23:36:46.138Z | Compiling base64ct v1.6.0 |
1810 | 2024-12-20T23:36:46.518Z | Compiling unicode-bidi v0.3.17 |
1811 | 2024-12-20T23:36:47.615Z | Compiling icu_locid v1.5.0 |
1812 | 2024-12-20T23:36:48.035Z | Compiling pem-rfc7468 v0.7.0 |
1813 | 2024-12-20T23:36:49.962Z | Compiling scroll v0.12.0 |
1814 | 2024-12-20T23:36:50.587Z | Compiling ppv-lite86 v0.2.20 |
1815 | 2024-12-20T23:36:50.976Z | Compiling tracing-core v0.1.32 |
1816 | 2024-12-20T23:36:51.517Z | Compiling syn v1.0.109 |
1817 | 2024-12-20T23:36:52.140Z | Compiling camino v1.1.9 |
1818 | 2024-12-20T23:36:52.773Z | Compiling dyn-clone v1.0.17 |
1819 | 2024-12-20T23:36:53.006Z | Compiling percent-encoding v2.3.1 |
1820 | 2024-12-20T23:36:53.246Z | Compiling untrusted v0.7.1 |
1821 | 2024-12-20T23:36:53.375Z | Compiling aws-lc-sys v0.22.0 |
1822 | 2024-12-20T23:36:53.489Z | Compiling plain v0.2.3 |
1823 | 2024-12-20T23:36:53.613Z | Compiling rustls-pki-types v1.10.0 |
1824 | 2024-12-20T23:36:53.713Z | Compiling flagset v0.4.6 |
1825 | 2024-12-20T23:36:53.948Z | Compiling der v0.7.9 |
1826 | 2024-12-20T23:36:55.258Z | Compiling goblin v0.8.2 |
1827 | 2024-12-20T23:36:57.411Z | Compiling tracing v0.1.40 |
1828 | 2024-12-20T23:36:57.637Z | Compiling rand_chacha v0.3.1 |
1829 | 2024-12-20T23:36:59.081Z | Compiling icu_provider v1.5.0 |
1830 | 2024-12-20T23:36:59.521Z | Compiling tokio-util v0.7.12 |
1831 | 2024-12-20T23:37:01.428Z | Compiling icu_locid_transform_data v1.5.0 |
1832 | 2024-12-20T23:37:01.559Z | Compiling mirai-annotations v1.12.0 |
1833 | 2024-12-20T23:37:01.676Z | Compiling powerfmt v0.2.0 |
1834 | 2024-12-20T23:37:01.973Z | Compiling untrusted v0.9.0 |
1835 | 2024-12-20T23:37:02.232Z | Compiling pretty-hex v0.4.1 |
1836 | 2024-12-20T23:37:02.236Z | Compiling rayon-core v1.12.1 |
1837 | 2024-12-20T23:37:02.327Z | Compiling rustls v0.22.4 |
1838 | 2024-12-20T23:37:02.463Z | Compiling dof v0.3.0 |
1839 | 2024-12-20T23:37:02.589Z | Compiling icu_locid_transform v1.5.0 |
1840 | 2024-12-20T23:37:02.713Z | Compiling deranged v0.3.11 |
1841 | 2024-12-20T23:37:05.295Z | Compiling rand v0.8.5 |
1842 | 2024-12-20T23:37:05.798Z | Compiling spki v0.7.3 |
1843 | 2024-12-20T23:37:06.219Z | Compiling dtrace-parser v0.2.0 |
1844 | 2024-12-20T23:37:06.992Z | Compiling salsa20 v0.10.2 |
1845 | 2024-12-20T23:37:07.341Z | Compiling icu_collections v1.5.0 |
1846 | 2024-12-20T23:37:08.241Z | Compiling pbkdf2 v0.12.2 |
1847 | 2024-12-20T23:37:09.091Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1848 | 2024-12-20T23:37:09.718Z | Compiling thread-id v4.2.2 |
1849 | 2024-12-20T23:37:09.750Z | Compiling icu_properties_data v1.5.0 |
1850 | 2024-12-20T23:37:09.836Z | Compiling num_threads v0.1.7 |
1851 | 2024-12-20T23:37:10.816Z | Compiling atomic-waker v1.1.2 |
1852 | 2024-12-20T23:37:11.093Z | Compiling time v0.3.36 |
1853 | 2024-12-20T23:37:11.184Z | Compiling icu_properties v1.5.1 |
1854 | 2024-12-20T23:37:16.457Z | Compiling scrypt v0.11.0 |
1855 | 2024-12-20T23:37:17.151Z | Compiling form_urlencoded v1.2.1 |
1856 | 2024-12-20T23:37:17.192Z | Compiling aes v0.8.4 |
1857 | 2024-12-20T23:37:17.243Z | Compiling cbc v0.1.2 |
1858 | 2024-12-20T23:37:17.527Z | Compiling http-body v1.0.1 |
1859 | 2024-12-20T23:37:18.085Z | Compiling multer v3.1.0 |
1860 | 2024-12-20T23:37:18.396Z | Compiling utf16_iter v1.0.5 |
1861 | 2024-12-20T23:37:18.429Z | Compiling utf8_iter v1.0.4 |
1862 | 2024-12-20T23:37:18.765Z | Compiling try-lock v0.2.5 |
1863 | 2024-12-20T23:37:18.848Z | Compiling write16 v1.0.0 |
1864 | 2024-12-20T23:37:19.183Z | Compiling slog-async v2.8.0 |
1865 | 2024-12-20T23:37:19.264Z | Compiling icu_normalizer_data v1.5.0 |
1866 | 2024-12-20T23:37:19.486Z | Compiling icu_normalizer v1.5.0 |
1867 | 2024-12-20T23:37:19.787Z | Compiling want v0.3.1 |
1868 | 2024-12-20T23:37:20.152Z | Compiling pkcs5 v0.7.1 |
1869 | 2024-12-20T23:37:23.844Z | Compiling h2 v0.4.6 |
1870 | 2024-12-20T23:37:25.315Z | Compiling heapless v0.7.17 |
1871 | 2024-12-20T23:37:25.587Z | Compiling zerocopy-derive v0.6.6 |
1872 | 2024-12-20T23:37:25.775Z | Compiling base64 v0.22.1 |
1873 | 2024-12-20T23:37:26.048Z | Compiling anyhow v1.0.93 |
1874 | 2024-12-20T23:37:26.709Z | Compiling httpdate v1.0.3 |
1875 | 2024-12-20T23:37:27.101Z | Compiling num-bigint-dig v0.8.4 |
1876 | 2024-12-20T23:37:27.580Z | Compiling signal-hook v0.3.17 |
1877 | 2024-12-20T23:37:28.901Z | Compiling pkcs8 v0.10.2 |
1878 | 2024-12-20T23:37:29.800Z | Compiling idna_adapter v1.2.0 |
1879 | 2024-12-20T23:37:30.367Z | Compiling usdt-attr-macro v0.5.0 |
1880 | 2024-12-20T23:37:30.433Z | Compiling usdt-macro v0.5.0 |
1881 | 2024-12-20T23:37:32.462Z | Compiling async-stream-impl v0.3.6 |
1882 | 2024-12-20T23:37:32.507Z | Compiling tower-service v0.3.3 |
1883 | 2024-12-20T23:37:32.684Z | Compiling strsim v0.11.1 |
1884 | 2024-12-20T23:37:33.437Z | Compiling hyper v1.5.0 |
1885 | 2024-12-20T23:37:33.461Z | Compiling rustversion v1.0.17 |
1886 | 2024-12-20T23:37:35.076Z | Compiling idna v1.0.3 |
1887 | 2024-12-20T23:37:36.620Z | Compiling hyper-util v0.1.10 |
1888 | 2024-12-20T23:37:43.492Z | Compiling curve25519-dalek v4.1.3 |
1889 | 2024-12-20T23:37:43.694Z | Compiling openapiv3 v2.0.0 |
1890 | 2024-12-20T23:37:43.801Z | Compiling toml_datetime v0.6.8 |
1891 | 2024-12-20T23:37:44.124Z | Compiling serde_spanned v0.6.8 |
1892 | 2024-12-20T23:37:44.512Z | Compiling enum-as-inner v0.6.1 |
1893 | 2024-12-20T23:37:44.589Z | Compiling dropshot v0.12.0 |
1894 | 2024-12-20T23:37:44.819Z | Compiling portable-atomic v1.9.0 |
1895 | 2024-12-20T23:37:44.914Z | Compiling foreign-types-shared v0.1.1 |
1896 | 2024-12-20T23:37:45.054Z | Compiling adler2 v2.0.0 |
1897 | 2024-12-20T23:37:45.556Z | Compiling smoltcp v0.9.1 |
1898 | 2024-12-20T23:37:45.729Z | Compiling heck v0.4.1 |
1899 | 2024-12-20T23:37:46.227Z | Compiling match_cfg v0.1.0 |
1900 | 2024-12-20T23:37:46.293Z | Compiling foreign-types v0.3.2 |
1901 | 2024-12-20T23:37:46.418Z | Compiling hostname v0.3.1 |
1902 | 2024-12-20T23:37:46.503Z | Compiling miniz_oxide v0.8.0 |
1903 | 2024-12-20T23:37:48.623Z | Compiling url v2.5.3 |
1904 | 2024-12-20T23:37:55.569Z | Compiling http-body-util v0.1.2 |
1905 | 2024-12-20T23:37:56.513Z | Compiling clap_derive v4.5.18 |
1906 | 2024-12-20T23:37:56.815Z | Compiling dirs-sys-next v0.1.2 |
1907 | 2024-12-20T23:37:57.511Z | Compiling encoding_rs v0.8.34 |
1908 | 2024-12-20T23:37:59.992Z | Compiling mime v0.3.17 |
1909 | 2024-12-20T23:38:01.158Z | Compiling siphasher v0.3.11 |
1910 | 2024-12-20T23:38:01.855Z | Compiling data-encoding v2.6.0 |
1911 | 2024-12-20T23:38:03.756Z | Compiling dirs-next v2.0.0 |
1912 | 2024-12-20T23:38:08.937Z | Compiling hubpack_derive v0.1.1 |
1913 | 2024-12-20T23:38:09.398Z | Compiling serde_urlencoded v0.7.1 |
1914 | 2024-12-20T23:38:09.833Z | Compiling crossbeam-epoch v0.9.18 |
1915 | 2024-12-20T23:38:10.033Z | Compiling hashbrown v0.14.5 |
1916 | 2024-12-20T23:38:10.552Z | Compiling rustls-pemfile v2.2.0 |
1917 | 2024-12-20T23:38:11.129Z | Compiling dropshot_endpoint v0.12.0 |
1918 | 2024-12-20T23:38:12.544Z | Compiling sha1 v0.10.6 |
1919 | 2024-12-20T23:38:12.948Z | Compiling signature v2.2.0 |
1920 | 2024-12-20T23:38:13.189Z | Compiling rustls-webpki v0.102.8 |
1921 | 2024-12-20T23:38:13.741Z | Compiling curve25519-dalek-derive v0.1.1 |
1922 | 2024-12-20T23:38:14.318Z | Compiling thread_local v1.1.8 |
1923 | 2024-12-20T23:38:14.917Z | Compiling fs-err v2.11.0 |
1924 | 2024-12-20T23:38:15.195Z | Compiling gimli v0.31.1 |
1925 | 2024-12-20T23:38:15.221Z | Compiling winnow v0.6.20 |
1926 | 2024-12-20T23:38:15.346Z | Compiling openssl-probe v0.1.5 |
1927 | 2024-12-20T23:38:16.671Z | Compiling ipnet v2.10.1 |
1928 | 2024-12-20T23:38:18.932Z | Compiling unicode-properties v0.1.3 |
1929 | 2024-12-20T23:38:19.345Z | Compiling anstyle v1.0.10 |
1930 | 2024-12-20T23:38:19.709Z | Compiling utf8parse v0.2.2 |
1931 | 2024-12-20T23:38:19.806Z | Compiling addr2line v0.24.2 |
1932 | 2024-12-20T23:38:19.827Z | Compiling stringprep v0.1.5 |
1933 | 2024-12-20T23:38:19.872Z | Compiling anstyle-parse v0.2.5 |
1934 | 2024-12-20T23:38:20.094Z | Compiling toml_edit v0.22.22 |
1935 | 2024-12-20T23:38:21.279Z | Compiling regress v0.10.1 |
1936 | 2024-12-20T23:38:21.957Z | Compiling crossbeam-deque v0.8.5 |
1937 | 2024-12-20T23:38:22.315Z | Compiling term v0.7.0 |
1938 | 2024-12-20T23:38:23.634Z | Compiling slog-json v2.6.1 |
1939 | 2024-12-20T23:38:24.819Z | Compiling crossbeam-channel v0.5.13 |
1940 | 2024-12-20T23:38:26.538Z | Compiling idna v0.3.0 |
1941 | 2024-12-20T23:38:27.382Z | Compiling idna v0.4.0 |
1942 | 2024-12-20T23:38:28.908Z | Compiling futures-executor v0.3.31 |
1943 | 2024-12-20T23:38:28.930Z | Compiling num-integer v0.1.46 |
1944 | 2024-12-20T23:38:29.418Z | Compiling md-5 v0.10.6 |
1945 | 2024-12-20T23:38:29.681Z | Compiling ff v0.13.0 |
1946 | 2024-12-20T23:38:29.702Z | Compiling hash32 v0.2.1 |
1947 | 2024-12-20T23:38:29.889Z | Compiling memmap v0.7.0 |
1948 | 2024-12-20T23:38:29.934Z | Compiling is-terminal v0.4.13 |
1949 | 2024-12-20T23:38:30.077Z | Compiling object v0.36.5 |
1950 | 2024-12-20T23:38:30.099Z | Compiling psl-types v2.0.11 |
1951 | 2024-12-20T23:38:30.222Z | Compiling is_terminal_polyfill v1.70.1 |
1952 | 2024-12-20T23:38:30.300Z | Compiling quick-error v1.2.3 |
1953 | 2024-12-20T23:38:30.365Z | Compiling anstyle-query v1.1.1 |
1954 | 2024-12-20T23:38:30.468Z | Compiling colorchoice v1.0.2 |
1955 | 2024-12-20T23:38:30.494Z | Compiling utf-8 v0.7.6 |
1956 | 2024-12-20T23:38:30.526Z | Compiling base16ct v0.2.0 |
1957 | 2024-12-20T23:38:30.636Z | Compiling fallible-iterator v0.2.0 |
1958 | 2024-12-20T23:38:30.796Z | Compiling rustc-demangle v0.1.24 |
1959 | 2024-12-20T23:38:30.817Z | Compiling take_mut v0.2.2 |
1960 | 2024-12-20T23:38:30.977Z | Compiling linked-hash-map v0.5.6 |
1961 | 2024-12-20T23:38:31.384Z | Compiling lru-cache v0.1.2 |
1962 | 2024-12-20T23:38:31.594Z | Compiling publicsuffix v2.2.3 |
1963 | 2024-12-20T23:38:31.596Z | Compiling postgres-protocol v0.6.7 |
1964 | 2024-12-20T23:38:31.928Z | Compiling sec1 v0.7.3 |
1965 | 2024-12-20T23:38:32.548Z | Compiling tungstenite v0.24.0 |
1966 | 2024-12-20T23:38:32.688Z | Compiling anstream v0.6.15 |
1967 | 2024-12-20T23:38:32.893Z | Compiling resolv-conf v0.7.0 |
1968 | 2024-12-20T23:38:33.577Z | Compiling usdt v0.5.0 |
1969 | 2024-12-20T23:38:33.694Z | Compiling slog-term v2.9.1 |
1970 | 2024-12-20T23:38:34.342Z | Compiling group v0.13.0 |
1971 | 2024-12-20T23:38:34.633Z | Compiling num-iter v0.1.45 |
1972 | 2024-12-20T23:38:34.676Z | Compiling futures v0.3.31 |
1973 | 2024-12-20T23:38:34.862Z | Compiling hickory-proto v0.24.1 |
1974 | 2024-12-20T23:38:35.338Z | Compiling tokio-rustls v0.26.0 |
1975 | 2024-12-20T23:38:36.769Z | Compiling tokio-rustls v0.25.0 |
1976 | 2024-12-20T23:38:36.925Z | Compiling typify-impl v0.2.0 |
1977 | 2024-12-20T23:38:37.577Z | Compiling slog-bunyan v2.5.0 |
1978 | 2024-12-20T23:38:37.935Z | Compiling backtrace v0.3.74 |
1979 | 2024-12-20T23:38:38.201Z | Compiling toml v0.8.19 |
1980 | 2024-12-20T23:38:38.235Z | Compiling tokio-native-tls v0.3.1 |
1981 | 2024-12-20T23:38:38.527Z | Compiling phf_shared v0.11.2 |
1982 | 2024-12-20T23:38:38.626Z | Compiling strum_macros v0.25.3 |
1983 | 2024-12-20T23:38:39.279Z | Compiling async-stream v0.3.6 |
1984 | 2024-12-20T23:38:39.856Z | Compiling waitgroup v0.1.2 |
1985 | 2024-12-20T23:38:40.015Z | Compiling webpki-roots v0.26.6 |
1986 | 2024-12-20T23:38:40.283Z | Compiling idna v0.5.0 |
1987 | 2024-12-20T23:38:40.685Z | Compiling terminal_size v0.4.0 |
1988 | 2024-12-20T23:38:40.914Z | Compiling serde_path_to_error v0.1.16 |
1989 | 2024-12-20T23:38:41.807Z | Compiling hkdf v0.12.4 |
1990 | 2024-12-20T23:38:42.056Z | Compiling crypto-bigint v0.5.5 |
1991 | 2024-12-20T23:38:42.362Z | Compiling serde_repr v0.1.19 |
1992 | 2024-12-20T23:38:42.407Z | Compiling derive-where v1.2.7 |
1993 | 2024-12-20T23:38:43.624Z | Compiling hostname v0.4.0 |
1994 | 2024-12-20T23:38:43.868Z | Compiling crc32fast v1.4.2 |
1995 | 2024-12-20T23:38:44.406Z | Compiling debug-ignore v1.0.5 |
1996 | 2024-12-20T23:38:44.699Z | Compiling managed v0.8.0 |
1997 | 2024-12-20T23:38:45.097Z | Compiling unicode-width v0.1.14 |
1998 | 2024-12-20T23:38:45.176Z | Compiling winnow v0.5.40 |
1999 | 2024-12-20T23:38:45.621Z | Compiling clap_lex v0.7.2 |
2000 | 2024-12-20T23:38:45.641Z | Compiling bitflags v1.3.2 |
2001 | 2024-12-20T23:38:45.795Z | Compiling console v0.15.8 |
2002 | 2024-12-20T23:38:45.845Z | Compiling elliptic-curve v0.13.8 |
2003 | 2024-12-20T23:38:46.023Z | Compiling clap_builder v4.5.21 |
2004 | 2024-12-20T23:38:47.775Z | Compiling flate2 v1.0.34 |
2005 | 2024-12-20T23:38:48.719Z | Compiling cookie_store v0.21.0 |
2006 | 2024-12-20T23:38:48.919Z | Compiling typify-macro v0.2.0 |
2007 | 2024-12-20T23:38:49.009Z | Compiling toml_edit v0.19.15 |
2008 | 2024-12-20T23:38:50.252Z | Compiling hickory-resolver v0.24.1 |
2009 | 2024-12-20T23:38:54.854Z | Compiling hyper-rustls v0.27.3 |
2010 | 2024-12-20T23:38:56.177Z | Compiling phf v0.11.2 |
2011 | 2024-12-20T23:38:56.258Z | Compiling hyper-tls v0.6.0 |
2012 | 2024-12-20T23:38:56.707Z | Compiling signal-hook-mio v0.2.4 |
2013 | 2024-12-20T23:38:56.877Z | Compiling rayon v1.10.0 |
2014 | 2024-12-20T23:38:56.905Z | Compiling bzip2 v0.4.4 |
2015 | 2024-12-20T23:38:57.124Z | Compiling tokio-tungstenite v0.24.0 |
2016 | 2024-12-20T23:38:57.300Z | Compiling postgres-types v0.2.8 |
2017 | 2024-12-20T23:38:57.487Z | Compiling ed25519 v2.2.3 |
2018 | 2024-12-20T23:38:57.667Z | Compiling hubpack v0.1.2 |
2019 | 2024-12-20T23:38:57.954Z | Compiling phf_shared v0.10.0 |
2020 | 2024-12-20T23:38:58.337Z | Compiling pkcs1 v0.7.5 |
2021 | 2024-12-20T23:38:58.712Z | Compiling zerocopy v0.6.6 |
2022 | 2024-12-20T23:38:58.825Z | Compiling tokio-stream v0.1.16 |
2023 | 2024-12-20T23:38:59.623Z | Compiling serde-big-array v0.5.1 |
2024 | 2024-12-20T23:38:59.727Z | Compiling rfc6979 v0.4.0 |
2025 | 2024-12-20T23:38:59.866Z | Compiling float-cmp v0.9.0 |
2026 | 2024-12-20T23:39:00.061Z | Compiling sync_wrapper v1.0.1 |
2027 | 2024-12-20T23:39:00.212Z | Compiling bstr v1.10.0 |
2028 | 2024-12-20T23:39:00.259Z | Compiling difflib v0.4.0 |
2029 | 2024-12-20T23:39:00.720Z | Compiling unicode-width v0.2.0 |
2030 | 2024-12-20T23:39:01.265Z | Compiling whoami v1.5.2 |
2031 | 2024-12-20T23:39:01.286Z | Compiling unicode-segmentation v1.12.0 |
2032 | 2024-12-20T23:39:01.674Z | Compiling new_debug_unreachable v1.0.6 |
2033 | 2024-12-20T23:39:01.812Z | Compiling fixedbitset v0.4.2 |
2034 | 2024-12-20T23:39:01.833Z | Compiling predicates-core v1.0.8 |
2035 | 2024-12-20T23:39:01.955Z | Compiling static_assertions v1.1.0 |
2036 | 2024-12-20T23:39:02.073Z | Compiling precomputed-hash v0.1.1 |
2037 | 2024-12-20T23:39:02.182Z | Compiling bit-vec v0.6.3 |
2038 | 2024-12-20T23:39:02.258Z | Compiling normalize-line-endings v0.3.0 |
2039 | 2024-12-20T23:39:02.399Z | Compiling number_prefix v0.4.0 |
2040 | 2024-12-20T23:39:02.617Z | Compiling indicatif v0.17.9 |
2041 | 2024-12-20T23:39:02.638Z | Compiling reqwest v0.12.9 |
2042 | 2024-12-20T23:39:03.594Z | Compiling bit-set v0.5.3 |
2043 | 2024-12-20T23:39:03.898Z | Compiling predicates v3.1.2 |
2044 | 2024-12-20T23:39:04.600Z | Compiling string_cache v0.8.7 |
2045 | 2024-12-20T23:39:05.052Z | Compiling petgraph v0.6.5 |
2046 | 2024-12-20T23:39:05.324Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2047 | 2024-12-20T23:39:05.489Z | Compiling similar v2.6.0 |
2048 | 2024-12-20T23:39:08.731Z | Compiling tokio-postgres v0.7.12 |
2049 | 2024-12-20T23:39:09.534Z | Compiling ecdsa v0.16.9 |
2050 | 2024-12-20T23:39:09.537Z | Compiling qorb v0.2.1 |
2051 | 2024-12-20T23:39:10.932Z | Compiling rsa v0.9.6 |
2052 | 2024-12-20T23:39:11.625Z | Compiling ed25519-dalek v2.1.1 |
2053 | 2024-12-20T23:39:12.405Z | Compiling zip v0.6.6 |
2054 | 2024-12-20T23:39:12.550Z | Compiling crossterm v0.28.1 |
2055 | 2024-12-20T23:39:13.013Z | Compiling toml v0.7.8 |
2056 | 2024-12-20T23:39:13.696Z | Compiling clap v4.5.21 |
2057 | 2024-12-20T23:39:15.525Z | Compiling x509-cert v0.2.5 |
2058 | 2024-12-20T23:39:16.379Z | Compiling hex v0.4.3 |
2059 | 2024-12-20T23:39:19.937Z | Compiling lalrpop-util v0.19.12 |
2060 | 2024-12-20T23:39:20.298Z | Compiling unicode-xid v0.2.6 |
2061 | 2024-12-20T23:39:20.485Z | Compiling radium v0.7.0 |
2062 | 2024-12-20T23:39:20.702Z | Compiling peg-runtime v0.8.3 |
2063 | 2024-12-20T23:39:22.700Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2064 | 2024-12-20T23:39:38.075Z | Compiling ident_case v1.0.1 |
2065 | 2024-12-20T23:39:39.736Z | Compiling maybe-uninit v2.0.0 |
2066 | 2024-12-20T23:39:40.713Z | Compiling tap v1.0.1 |
2067 | 2024-12-20T23:39:40.917Z | Compiling wyz v0.5.1 |
2068 | 2024-12-20T23:39:44.569Z | Compiling darling_core v0.20.10 |
2069 | 2024-12-20T23:39:50.979Z | Compiling typify v0.2.0 |
2070 | 2024-12-20T23:39:55.245Z | Compiling unsafe-libyaml v0.2.11 |
2071 | 2024-12-20T23:39:55.904Z | Compiling funty v2.0.0 |
2072 | 2024-12-20T23:39:56.037Z | Compiling packed_struct v0.10.1 |
2073 | 2024-12-20T23:39:56.761Z | Compiling serde_yaml v0.9.34+deprecated |
2074 | 2024-12-20T23:39:57.089Z | Compiling bitvec v1.0.1 |
2075 | 2024-12-20T23:40:00.692Z | Compiling progenitor-impl v0.8.0 |
2076 | 2024-12-20T23:40:01.852Z | Compiling darling_macro v0.20.10 |
2077 | 2024-12-20T23:40:04.142Z | Compiling packed_struct_codegen v0.10.1 |
2078 | 2024-12-20T23:40:06.350Z | Compiling structmeta-derive v0.3.0 |
2079 | 2024-12-20T23:40:06.721Z | Compiling indexmap v1.9.3 |
2080 | 2024-12-20T23:40:07.047Z | Compiling crc-catalog v2.4.0 |
2081 | 2024-12-20T23:40:07.838Z | Compiling fastrand v2.1.1 |
2082 | 2024-12-20T23:40:08.359Z | Compiling newtype-uuid v1.1.3 |
2083 | 2024-12-20T23:40:08.436Z | Compiling nodrop v0.1.14 |
2084 | 2024-12-20T23:40:08.581Z | Compiling array-init v0.0.4 |
2085 | 2024-12-20T23:40:08.690Z | Compiling tempfile v3.13.0 |
2086 | 2024-12-20T23:40:08.948Z | Compiling structmeta v0.3.0 |
2087 | 2024-12-20T23:40:10.383Z | Compiling progenitor-macro v0.8.0 |
2088 | 2024-12-20T23:40:10.422Z | Compiling crc v3.2.1 |
2089 | 2024-12-20T23:40:16.596Z | Compiling smallvec v0.6.14 |
2090 | 2024-12-20T23:40:17.406Z | Compiling darling v0.20.10 |
2091 | 2024-12-20T23:40:23.585Z | Compiling progenitor-client v0.8.0 |
2092 | 2024-12-20T23:40:26.300Z | Compiling pin-project-internal v1.1.6 |
2093 | 2024-12-20T23:40:26.423Z | Compiling dropshot v0.13.0 |
2094 | 2024-12-20T23:40:27.928Z | Compiling termcolor v1.4.1 |
2095 | 2024-12-20T23:40:28.116Z | Compiling bitfield v0.14.0 |
2096 | 2024-12-20T23:40:28.164Z | Compiling hashbrown v0.12.3 |
2097 | 2024-12-20T23:40:29.264Z | Compiling same-file v1.0.6 |
2098 | 2024-12-20T23:40:30.210Z | Compiling base64 v0.21.7 |
2099 | 2024-12-20T23:40:31.397Z | Compiling ron v0.8.1 |
2100 | 2024-12-20T23:40:34.404Z | Compiling walkdir v2.5.0 |
2101 | 2024-12-20T23:40:36.071Z | Compiling pin-project v1.1.6 |
2102 | 2024-12-20T23:40:36.232Z | Compiling env_logger v0.10.2 |
2103 | 2024-12-20T23:40:36.286Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2104 | 2024-12-20T23:40:47.081Z | Compiling progenitor v0.8.0 |
2105 | 2024-12-20T23:40:47.329Z | Compiling serde_with_macros v3.11.0 |
2106 | 2024-12-20T23:40:47.495Z | Compiling serde-hex v0.1.0 |
2107 | 2024-12-20T23:40:48.722Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2108 | 2024-12-20T23:40:49.063Z | Compiling parse-display-derive v0.10.0 |
2109 | 2024-12-20T23:40:52.987Z | Compiling strum_macros v0.26.4 |
2110 | 2024-12-20T23:40:53.069Z | Compiling snafu-derive v0.8.5 |
2111 | 2024-12-20T23:40:53.439Z | Compiling hashbrown v0.13.2 |
2112 | 2024-12-20T23:40:53.946Z | Compiling ipnetwork v0.20.0 |
2113 | 2024-12-20T23:40:54.873Z | Compiling xattr v1.3.1 |
2114 | 2024-12-20T23:40:55.222Z | Compiling dropshot_endpoint v0.13.0 |
2115 | 2024-12-20T23:40:55.956Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2116 | 2024-12-20T23:40:56.144Z | Compiling ring v0.16.20 |
2117 | 2024-12-20T23:40:56.726Z | Compiling blake3 v1.5.4 |
2118 | 2024-12-20T23:40:57.170Z | Compiling filetime v0.2.25 |
2119 | 2024-12-20T23:40:57.382Z | Compiling instant v0.1.13 |
2120 | 2024-12-20T23:40:57.573Z | Compiling bumpalo v3.16.0 |
2121 | 2024-12-20T23:40:57.591Z | Compiling simd-adler32 v0.3.7 |
2122 | 2024-12-20T23:40:57.958Z | Compiling zip v2.1.3 |
2123 | 2024-12-20T23:40:57.989Z | Compiling buf-list v1.0.3 |
2124 | 2024-12-20T23:40:58.151Z | Compiling lockfree-object-pool v0.1.6 |
2125 | 2024-12-20T23:40:58.468Z | Compiling crc-any v2.5.0 |
2126 | 2024-12-20T23:40:58.750Z | Compiling zopfli v0.8.1 |
2127 | 2024-12-20T23:40:58.839Z | Compiling snafu v0.8.5 |
2128 | 2024-12-20T23:40:59.221Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2129 | 2024-12-20T23:40:59.458Z | Compiling strum v0.26.3 |
2130 | 2024-12-20T23:40:59.479Z | Compiling backoff v0.4.0 |
2131 | 2024-12-20T23:41:00.047Z | Compiling tar v0.4.42 |
2132 | 2024-12-20T23:41:00.559Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2133 | 2024-12-20T23:41:00.794Z | Compiling object v0.30.4 |
2134 | 2024-12-20T23:41:03.055Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2135 | 2024-12-20T23:41:05.429Z | Compiling parse-display v0.10.0 |
2136 | 2024-12-20T23:41:06.151Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2137 | 2024-12-20T23:41:06.727Z | Compiling serde_with v3.11.0 |
2138 | 2024-12-20T23:41:06.766Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2139 | 2024-12-20T23:41:07.479Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2140 | 2024-12-20T23:41:08.242Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2141 | 2024-12-20T23:41:08.331Z | Compiling camino-tempfile v1.1.1 |
2142 | 2024-12-20T23:41:09.163Z | Compiling globset v0.4.15 |
2143 | 2024-12-20T23:41:11.258Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2144 | 2024-12-20T23:41:11.309Z | Compiling regress v0.9.1 |
2145 | 2024-12-20T23:41:11.472Z | Compiling pem v3.0.4 |
2146 | 2024-12-20T23:41:12.954Z | Compiling olpc-cjson v0.1.4 |
2147 | 2024-12-20T23:41:13.318Z | Compiling serde_plain v1.0.2 |
2148 | 2024-12-20T23:41:13.894Z | Compiling macaddr v1.0.1 |
2149 | 2024-12-20T23:41:14.039Z | Compiling async-recursion v1.1.1 |
2150 | 2024-12-20T23:41:14.542Z | Compiling memmap2 v0.9.5 |
2151 | 2024-12-20T23:41:14.571Z | Compiling arrayref v0.3.9 |
2152 | 2024-12-20T23:41:14.702Z | Compiling path-slash v0.1.5 |
2153 | 2024-12-20T23:41:14.959Z | Compiling constant_time_eq v0.3.1 |
2154 | 2024-12-20T23:41:14.979Z | Compiling spin v0.5.2 |
2155 | 2024-12-20T23:41:15.120Z | Compiling typed-path v0.9.3 |
2156 | 2024-12-20T23:41:15.146Z | Compiling arrayvec v0.7.6 |
2157 | 2024-12-20T23:41:15.546Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2158 | 2024-12-20T23:41:17.012Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2159 | 2024-12-20T23:41:18.391Z | Compiling tough v0.19.0 |
2160 | 2024-12-20T23:41:22.743Z | Compiling itertools v0.13.0 |
2161 | 2024-12-20T23:41:23.630Z | Compiling cargo-platform v0.1.8 |
2162 | 2024-12-20T23:41:24.174Z | Compiling parse-size v1.1.0 |
2163 | 2024-12-20T23:41:24.501Z | Compiling topological-sort v0.2.2 |
2164 | 2024-12-20T23:41:24.757Z | Compiling omicron-zone-package v0.11.1 |
2165 | 2024-12-20T23:41:24.794Z | Compiling cargo_metadata v0.18.1 |
2166 | 2024-12-20T23:41:26.562Z | Compiling shell-words v1.1.0 |
2167 | 2024-12-20T23:41:30.053Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2168 | 2024-12-20T23:41:43.954Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2169 | 2024-12-20T23:41:59.344Z | Finished `release` profile [optimized] target(s) in 5m 59s |
2170 | 2024-12-20T23:41:59.514Z | Running `target/release/omicron-releng --output-dir /work` |
2171 | 2024-12-20T23:41:59.568Z | Dec 20 23:41:59.232 DEBG changing working directory to /work/oxidecomputer/omicron |
2172 | 2024-12-20T23:41:59.691Z | Dec 20 23:41:59.345 DEBG running: git rev-parse HEAD |
2173 | 2024-12-20T23:41:59.698Z | Dec 20 23:41:59.352 DEBG process exited with exit status: 0 (6.997397ms) |
2174 | 2024-12-20T23:41:59.698Z | Dec 20 23:41:59.352 INFO version: 12.0.0-0.ci+gitfae39ee8cbd |
2175 | 2024-12-20T23:41:59.729Z | Dec 20 23:41:59.395 INFO cloning helios to /work/oxidecomputer/helios |
2176 | 2024-12-20T23:41:59.729Z | Dec 20 23:41:59.395 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2177 | 2024-12-20T23:41:59.735Z | Cloning into '/work/oxidecomputer/helios'... |
2178 | 2024-12-20T23:42:00.206Z | Dec 20 23:41:59.872 DEBG process exited with exit status: 0 (477.072616ms) |
2179 | 2024-12-20T23:42:00.206Z | Dec 20 23:41:59.872 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2180 | 2024-12-20T23:42:00.214Z | # branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067 |
2181 | 2024-12-20T23:42:00.214Z | # branch.head master |
2182 | 2024-12-20T23:42:00.214Z | # branch.upstream origin/master |
2183 | 2024-12-20T23:42:00.214Z | # branch.ab +0 -0 |
2184 | 2024-12-20T23:42:00.217Z | Dec 20 23:41:59.881 DEBG process exited with exit status: 0 (8.344582ms) |
2185 | 2024-12-20T23:42:00.217Z | Dec 20 23:41:59.881 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2186 | 2024-12-20T23:42:01.141Z | Dec 20 23:42:00.807 DEBG process exited with exit status: 0 (925.998871ms) |
2187 | 2024-12-20T23:42:01.141Z | Dec 20 23:42:00.807 DEBG running: zfs list rpool/images/build/host |
2188 | 2024-12-20T23:42:01.148Z | NAME USED AVAIL REFER MOUNTPOINT |
2189 | 2024-12-20T23:42:01.148Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2190 | 2024-12-20T23:42:01.151Z | Dec 20 23:42:00.815 DEBG process exited with exit status: 0 (8.604186ms) |
2191 | 2024-12-20T23:42:01.151Z | Dec 20 23:42:00.816 DEBG running: zfs list rpool/images/build/recovery |
2192 | 2024-12-20T23:42:01.156Z | NAME USED AVAIL REFER MOUNTPOINT |
2193 | 2024-12-20T23:42:01.156Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2194 | 2024-12-20T23:42:01.159Z | Dec 20 23:42:00.823 DEBG process exited with exit status: 0 (7.77104ms) |
2195 | 2024-12-20T23:42:01.159Z | Dec 20 23:42:00.824 INFO [hubris-production] running task |
2196 | 2024-12-20T23:42:01.159Z | Dec 20 23:42:00.824 INFO [hubris-staging] running task |
2197 | 2024-12-20T23:42:01.159Z | Dec 20 23:42:00.825 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2198 | 2024-12-20T23:42:01.162Z | Dec 20 23:42:00.829 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2199 | 2024-12-20T23:42:01.235Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2200 | 2024-12-20T23:42:01.631Z | [ omicron-package] Blocking waiting for file lock on package cache |
2201 | 2024-12-20T23:42:02.424Z | [ omicron-package] Blocking waiting for file lock on package cache |
2202 | 2024-12-20T23:42:02.711Z | [ omicron-package] Blocking waiting for file lock on package cache |
2203 | 2024-12-20T23:42:03.612Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2204 | 2024-12-20T23:42:03.615Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2205 | 2024-12-20T23:42:03.615Z | [ omicron-package] Compiling itertools v0.13.0 |
2206 | 2024-12-20T23:42:03.615Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2207 | 2024-12-20T23:42:03.616Z | [ omicron-package] Compiling heapless v0.8.0 |
2208 | 2024-12-20T23:42:03.616Z | [ omicron-package] Compiling hash32 v0.3.1 |
2209 | 2024-12-20T23:42:03.616Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2210 | 2024-12-20T23:42:03.616Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2211 | 2024-12-20T23:42:04.146Z | Dec 20 23:42:03.802 INFO [hubris-production] task succeeded (2.977450969s) |
2212 | 2024-12-20T23:42:05.166Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2213 | 2024-12-20T23:42:05.255Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2214 | 2024-12-20T23:42:05.259Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2215 | 2024-12-20T23:42:05.900Z | [ omicron-package] Compiling cobs v0.2.3 |
2216 | 2024-12-20T23:42:06.273Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2217 | 2024-12-20T23:42:06.476Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2218 | 2024-12-20T23:42:06.759Z | [ omicron-package] Compiling postcard v1.0.10 |
2219 | 2024-12-20T23:42:06.761Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2220 | 2024-12-20T23:42:07.441Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2221 | 2024-12-20T23:42:07.607Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2222 | 2024-12-20T23:42:09.236Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2223 | 2024-12-20T23:42:09.441Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2224 | 2024-12-20T23:42:09.554Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2225 | 2024-12-20T23:42:09.823Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2226 | 2024-12-20T23:42:10.132Z | [ omicron-package] Compiling num_enum v0.5.11 |
2227 | 2024-12-20T23:42:10.313Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2228 | 2024-12-20T23:42:10.449Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2229 | 2024-12-20T23:42:10.559Z | [ omicron-package] Compiling thiserror v2.0.3 |
2230 | 2024-12-20T23:42:10.888Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2231 | 2024-12-20T23:42:10.979Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2232 | 2024-12-20T23:42:11.411Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2233 | 2024-12-20T23:42:11.508Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2234 | 2024-12-20T23:42:12.009Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2235 | 2024-12-20T23:42:12.642Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2236 | 2024-12-20T23:42:12.645Z | [ omicron-package] Compiling colored v2.1.0 |
2237 | 2024-12-20T23:42:12.687Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2238 | 2024-12-20T23:42:12.955Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2239 | 2024-12-20T23:42:13.505Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2240 | 2024-12-20T23:42:14.946Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2241 | 2024-12-20T23:42:15.497Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2242 | 2024-12-20T23:42:15.879Z | Dec 20 23:42:15.548 INFO [hubris-staging] task succeeded (14.723364496s) |
2243 | 2024-12-20T23:42:15.931Z | [ omicron-package] Compiling num-derive v0.4.2 |
2244 | 2024-12-20T23:42:16.119Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2245 | 2024-12-20T23:42:16.543Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2246 | 2024-12-20T23:42:17.005Z | [ omicron-package] Compiling zone v0.3.0 |
2247 | 2024-12-20T23:42:17.281Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2248 | 2024-12-20T23:42:17.578Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2249 | 2024-12-20T23:42:18.172Z | [ omicron-package] Compiling smf v0.2.3 |
2250 | 2024-12-20T23:42:18.476Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2251 | 2024-12-20T23:42:19.318Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2252 | 2024-12-20T23:42:20.127Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2253 | 2024-12-20T23:42:21.559Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2254 | 2024-12-20T23:42:22.311Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2255 | 2024-12-20T23:42:22.389Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2256 | 2024-12-20T23:42:22.587Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2257 | 2024-12-20T23:42:22.683Z | [ omicron-package] Compiling gethostname v0.5.0 |
2258 | 2024-12-20T23:42:22.758Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2259 | 2024-12-20T23:42:22.852Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2260 | 2024-12-20T23:42:23.352Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2261 | 2024-12-20T23:42:25.941Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2262 | 2024-12-20T23:42:27.415Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2263 | 2024-12-20T23:42:28.917Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2264 | 2024-12-20T23:42:32.029Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2265 | 2024-12-20T23:42:32.611Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2266 | 2024-12-20T23:42:34.397Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2267 | 2024-12-20T23:42:44.373Z | [ helios-setup] Dec 20 23:42:44.046 INFO helios repository root is: /work/oxidecomputer/helios |
2268 | 2024-12-20T23:42:44.375Z | [ helios-setup] Dec 20 23:42:44.047 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 |
2269 | 2024-12-20T23:42:44.375Z | [ helios-setup] Dec 20 23:42:44.047 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2270 | 2024-12-20T23:42:44.380Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2271 | 2024-12-20T23:42:45.374Z | [ helios-setup] Dec 20 23:42:45.047 INFO clone ok!, project: pilot |
2272 | 2024-12-20T23:42:45.376Z | [ helios-setup] Dec 20 23:42:45.047 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2273 | 2024-12-20T23:42:45.376Z | [ helios-setup] Dec 20 23:42:45.048 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2274 | 2024-12-20T23:42:45.376Z | [ helios-setup] Dec 20 23:42:45.048 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 |
2275 | 2024-12-20T23:42:45.376Z | [ helios-setup] Dec 20 23:42:45.048 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2276 | 2024-12-20T23:42:45.379Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2277 | 2024-12-20T23:42:51.691Z | [ helios-setup] Dec 20 23:42:51.365 INFO clone ok!, project: amd-firmware |
2278 | 2024-12-20T23:42:51.693Z | [ helios-setup] Dec 20 23:42:51.366 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 |
2279 | 2024-12-20T23:42:51.693Z | [ helios-setup] Dec 20 23:42:51.366 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2280 | 2024-12-20T23:42:51.697Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2281 | 2024-12-20T23:42:52.278Z | [ helios-setup] Dec 20 23:42:51.952 INFO clone ok!, project: phbl |
2282 | 2024-12-20T23:42:52.281Z | [ helios-setup] Dec 20 23:42:51.952 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2283 | 2024-12-20T23:42:52.281Z | [ helios-setup] Dec 20 23:42:51.952 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 |
2284 | 2024-12-20T23:42:52.281Z | [ helios-setup] Dec 20 23:42:51.952 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2285 | 2024-12-20T23:42:52.284Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2286 | 2024-12-20T23:42:52.770Z | [ helios-setup] Dec 20 23:42:52.444 INFO clone ok!, project: pinprick |
2287 | 2024-12-20T23:42:52.774Z | [ helios-setup] Dec 20 23:42:52.444 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 |
2288 | 2024-12-20T23:42:52.774Z | [ helios-setup] Dec 20 23:42:52.444 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2289 | 2024-12-20T23:42:52.776Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2290 | 2024-12-20T23:42:53.621Z | [ helios-setup] Dec 20 23:42:53.296 INFO clone ok!, project: chelsio-t6-roms |
2291 | 2024-12-20T23:42:53.624Z | [ helios-setup] Dec 20 23:42:53.296 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 |
2292 | 2024-12-20T23:42:53.624Z | [ helios-setup] Dec 20 23:42:53.296 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2293 | 2024-12-20T23:42:53.626Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2294 | 2024-12-20T23:42:53.744Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 52.58s |
2295 | 2024-12-20T23:42:53.999Z | [ omicron-package] |
2296 | 2024-12-20T23:42:53.999Z | [ omicron-package] real 52.799704589 |
2297 | 2024-12-20T23:42:54.001Z | [ omicron-package] user 3:02.670719278 |
2298 | 2024-12-20T23:42:54.001Z | [ omicron-package] sys 26.910992086 |
2299 | 2024-12-20T23:42:54.001Z | [ omicron-package] trap 0.271310425 |
2300 | 2024-12-20T23:42:54.001Z | [ omicron-package] tflt 0.493878071 |
2301 | 2024-12-20T23:42:54.001Z | [ omicron-package] dflt 0.661618902 |
2302 | 2024-12-20T23:42:54.002Z | [ omicron-package] kflt 0.009557496 |
2303 | 2024-12-20T23:42:54.002Z | [ omicron-package] lock 6:21.457711616 |
2304 | 2024-12-20T23:42:54.002Z | [ omicron-package] slp 10:20.779799702 |
2305 | 2024-12-20T23:42:54.002Z | [ omicron-package] lat 1:42.269086771 |
2306 | 2024-12-20T23:42:54.002Z | [ omicron-package] stop 1:06.912066124 |
2307 | 2024-12-20T23:42:54.002Z | Dec 20 23:42:53.674 INFO [omicron-package] process exited with exit status: 0 (52.849303969s) |
2308 | 2024-12-20T23:42:54.002Z | Dec 20 23:42:53.675 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 |
2309 | 2024-12-20T23:42:54.093Z | Dec 20 23:42:53.768 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2310 | 2024-12-20T23:42:54.106Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2311 | 2024-12-20T23:42:54.109Z | [ host-target] Created new build target 'host' and set it as active |
2312 | 2024-12-20T23:42:54.111Z | Dec 20 23:42:53.784 INFO [host-target] process exited with exit status: 0 (109.646425ms) |
2313 | 2024-12-20T23:42:54.112Z | Dec 20 23:42:53.784 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2314 | 2024-12-20T23:42:54.119Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2315 | 2024-12-20T23:42:54.119Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2316 | 2024-12-20T23:42:54.123Z | Dec 20 23:42:53.798 INFO [recovery-target] process exited with exit status: 0 (29.46806ms) |
2317 | 2024-12-20T23:42:54.131Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2318 | 2024-12-20T23:42:54.138Z | [ helios-setup] Dec 20 23:42:53.813 INFO clone ok!, project: image-builder |
2319 | 2024-12-20T23:42:54.141Z | [ helios-setup] Dec 20 23:42:53.813 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 |
2320 | 2024-12-20T23:42:54.141Z | [ helios-setup] Dec 20 23:42:53.813 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 |
2321 | 2024-12-20T23:42:54.143Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2322 | 2024-12-20T23:42:55.057Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2323 | 2024-12-20T23:42:55.064Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2324 | 2024-12-20T23:42:55.390Z | [ host-package] Compiling convert_case v0.4.0 |
2325 | 2024-12-20T23:42:55.390Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2326 | 2024-12-20T23:42:55.393Z | [ host-package] Compiling newline-converter v0.3.0 |
2327 | 2024-12-20T23:42:55.393Z | [ host-package] Compiling password-hash v0.5.0 |
2328 | 2024-12-20T23:42:55.393Z | [ host-package] Compiling progenitor-client v0.8.0 |
2329 | 2024-12-20T23:42:55.393Z | [ host-package] Compiling blake2 v0.10.6 |
2330 | 2024-12-20T23:42:55.393Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2331 | 2024-12-20T23:42:55.552Z | [ host-package] Compiling atomicwrites v0.4.4 |
2332 | 2024-12-20T23:42:55.718Z | [ host-package] Compiling expectorate v1.1.0 |
2333 | 2024-12-20T23:42:55.745Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2334 | 2024-12-20T23:42:55.971Z | [ host-package] Compiling owo-colors v4.1.0 |
2335 | 2024-12-20T23:42:56.135Z | [ host-package] Compiling argon2 v0.5.3 |
2336 | 2024-12-20T23:42:56.157Z | [ host-package] Compiling progenitor v0.8.0 |
2337 | 2024-12-20T23:42:56.240Z | [ host-package] Compiling num-rational v0.4.2 |
2338 | 2024-12-20T23:42:56.283Z | [ host-package] Compiling derive_more v0.99.18 |
2339 | 2024-12-20T23:42:56.325Z | [ host-package] Compiling num-complex v0.4.6 |
2340 | 2024-12-20T23:42:56.861Z | [ host-package] Compiling libsw v3.3.1 |
2341 | 2024-12-20T23:42:57.177Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2342 | 2024-12-20T23:42:57.265Z | [ host-package] Compiling float-ord v0.3.2 |
2343 | 2024-12-20T23:42:57.469Z | [ host-package] Compiling linear-map v1.2.0 |
2344 | 2024-12-20T23:42:57.766Z | [ host-package] Compiling num v0.4.3 |
2345 | 2024-12-20T23:42:57.790Z | [ host-package] Compiling indent_write v2.2.0 |
2346 | 2024-12-20T23:42:57.812Z | [ host-package] Compiling swrite v0.1.0 |
2347 | 2024-12-20T23:42:57.901Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2348 | 2024-12-20T23:42:57.958Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2349 | 2024-12-20T23:42:57.981Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2350 | 2024-12-20T23:42:58.050Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2351 | 2024-12-20T23:42:58.760Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2352 | 2024-12-20T23:42:58.882Z | [ host-package] Compiling highway v1.2.0 |
2353 | 2024-12-20T23:42:59.463Z | [ host-package] Compiling semver v0.1.20 |
2354 | 2024-12-20T23:43:00.141Z | [ host-package] Compiling rustc_version v0.1.7 |
2355 | 2024-12-20T23:43:00.400Z | [ host-package] Compiling newtype-uuid v1.1.3 |
2356 | 2024-12-20T23:43:00.614Z | [ host-package] Compiling newtype_derive v0.1.6 |
2357 | 2024-12-20T23:43:00.828Z | [ host-package] Compiling dropshot v0.13.0 |
2358 | 2024-12-20T23:43:00.918Z | [ host-package] Compiling ipnetwork v0.20.0 |
2359 | 2024-12-20T23:43:01.045Z | [ host-package] Compiling instant v0.1.13 |
2360 | 2024-12-20T23:43:01.230Z | [ host-package] Compiling humantime v2.1.0 |
2361 | 2024-12-20T23:43:01.769Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2362 | 2024-12-20T23:43:02.154Z | [ host-package] Compiling backoff v0.4.0 |
2363 | 2024-12-20T23:43:02.877Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2364 | 2024-12-20T23:43:03.350Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2365 | 2024-12-20T23:43:03.365Z | [ helios-setup] Dec 20 23:43:03.041 INFO clone ok!, project: amd-host-image-builder |
2366 | 2024-12-20T23:43:03.367Z | [ helios-setup] Dec 20 23:43:03.041 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 |
2367 | 2024-12-20T23:43:03.367Z | [ helios-setup] Dec 20 23:43:03.041 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2368 | 2024-12-20T23:43:03.370Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2369 | 2024-12-20T23:43:03.419Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2370 | 2024-12-20T23:43:04.096Z | [ helios-setup] Dec 20 23:43:03.770 INFO clone ok!, project: bootserver |
2371 | 2024-12-20T23:43:04.100Z | [ helios-setup] Dec 20 23:43:03.770 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2372 | 2024-12-20T23:43:04.761Z | [ helios-setup] Dec 20 23:43:04.437 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2373 | 2024-12-20T23:43:05.335Z | [ helios-setup] Dec 20 23:43:05.011 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2374 | 2024-12-20T23:43:05.335Z | [ helios-setup] Dec 20 23:43:05.011 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2375 | 2024-12-20T23:43:05.968Z | [ helios-setup] Dec 20 23:43:05.644 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2376 | 2024-12-20T23:43:06.492Z | [ helios-setup] Dec 20 23:43:06.169 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2377 | 2024-12-20T23:43:06.492Z | [ helios-setup] Dec 20 23:43:06.169 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2378 | 2024-12-20T23:43:06.589Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2379 | 2024-12-20T23:43:07.004Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2380 | 2024-12-20T23:43:07.069Z | [ helios-setup] Dec 20 23:43:06.743 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2381 | 2024-12-20T23:43:07.623Z | [ helios-setup] Dec 20 23:43:07.299 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2382 | 2024-12-20T23:43:07.623Z | [ helios-setup] Dec 20 23:43:07.300 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2383 | 2024-12-20T23:43:07.626Z | [ helios-setup] Dec 20 23:43:07.300 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2384 | 2024-12-20T23:43:07.626Z | [ helios-setup] Dec 20 23:43:07.300 INFO ok! |
2385 | 2024-12-20T23:43:07.626Z | [ helios-setup] Dec 20 23:43:07.300 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2386 | 2024-12-20T23:43:07.626Z | [ helios-setup] Dec 20 23:43:07.300 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2387 | 2024-12-20T23:43:07.626Z | [ helios-setup] Dec 20 23:43:07.300 INFO ok! |
2388 | 2024-12-20T23:43:07.626Z | [ helios-setup] Dec 20 23:43:07.300 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2389 | 2024-12-20T23:43:07.626Z | [ helios-setup] Dec 20 23:43:07.300 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2390 | 2024-12-20T23:43:07.626Z | [ helios-setup] Dec 20 23:43:07.300 INFO ok! |
2391 | 2024-12-20T23:43:07.626Z | [ helios-setup] Dec 20 23:43:07.300 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2392 | 2024-12-20T23:43:07.626Z | [ helios-setup] Dec 20 23:43:07.300 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2393 | 2024-12-20T23:43:07.923Z | [ helios-setup] Dec 20 23:43:07.599 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2394 | 2024-12-20T23:43:08.048Z | [ host-package] Compiling parse-display v0.10.0 |
2395 | 2024-12-20T23:43:08.570Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2396 | 2024-12-20T23:43:08.654Z | [ host-package] Compiling strum v0.26.3 |
2397 | 2024-12-20T23:43:08.761Z | [ host-package] Compiling serde_with v3.11.0 |
2398 | 2024-12-20T23:43:09.054Z | [ host-package] Compiling regress v0.9.1 |
2399 | 2024-12-20T23:43:09.086Z | [ helios-setup] Dec 20 23:43:08.758 INFO E| From https://github.com/oxidecomputer/progenitor |
2400 | 2024-12-20T23:43:09.087Z | [ helios-setup] Dec 20 23:43:08.758 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2401 | 2024-12-20T23:43:09.118Z | [ helios-setup] Dec 20 23:43:08.794 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2402 | 2024-12-20T23:43:09.118Z | [ helios-setup] Dec 20 23:43:08.794 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2403 | 2024-12-20T23:43:09.237Z | [ helios-setup] Dec 20 23:43:08.913 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2404 | 2024-12-20T23:43:09.762Z | [ helios-setup] Dec 20 23:43:09.439 INFO E| From https://github.com/jclulow/hiercmd |
2405 | 2024-12-20T23:43:09.762Z | [ helios-setup] Dec 20 23:43:09.439 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2406 | 2024-12-20T23:43:09.784Z | [ helios-setup] Dec 20 23:43:09.461 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2407 | 2024-12-20T23:43:10.384Z | [ helios-setup] Dec 20 23:43:10.061 INFO E| From https://github.com/jclulow/network-interface |
2408 | 2024-12-20T23:43:10.384Z | [ helios-setup] Dec 20 23:43:10.061 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2409 | 2024-12-20T23:43:10.405Z | [ helios-setup] Dec 20 23:43:10.082 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2410 | 2024-12-20T23:43:10.984Z | [ helios-setup] Dec 20 23:43:10.662 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2411 | 2024-12-20T23:43:10.985Z | [ helios-setup] Dec 20 23:43:10.662 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2412 | 2024-12-20T23:43:11.023Z | [ helios-setup] Dec 20 23:43:10.699 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2413 | 2024-12-20T23:43:11.902Z | [ helios-setup] Dec 20 23:43:11.579 INFO E| From https://github.com/oxidecomputer/facade |
2414 | 2024-12-20T23:43:11.902Z | [ helios-setup] Dec 20 23:43:11.579 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2415 | 2024-12-20T23:43:11.945Z | [ helios-setup] Dec 20 23:43:11.622 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2416 | 2024-12-20T23:43:12.163Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2417 | 2024-12-20T23:43:12.769Z | [ helios-setup] Dec 20 23:43:12.447 INFO E| From https://github.com/oxidecomputer/dropshot |
2418 | 2024-12-20T23:43:12.769Z | [ helios-setup] Dec 20 23:43:12.447 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2419 | 2024-12-20T23:43:12.809Z | [ helios-setup] Dec 20 23:43:12.486 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2420 | 2024-12-20T23:43:12.809Z | [ helios-setup] Dec 20 23:43:12.486 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2421 | 2024-12-20T23:43:12.812Z | [ helios-setup] Dec 20 23:43:12.487 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2422 | 2024-12-20T23:43:12.812Z | [ helios-setup] Dec 20 23:43:12.487 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2423 | 2024-12-20T23:43:12.812Z | [ helios-setup] Dec 20 23:43:12.487 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2424 | 2024-12-20T23:43:12.812Z | [ helios-setup] Dec 20 23:43:12.487 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2425 | 2024-12-20T23:43:12.812Z | [ helios-setup] Dec 20 23:43:12.487 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2426 | 2024-12-20T23:43:12.812Z | [ helios-setup] Dec 20 23:43:12.487 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2427 | 2024-12-20T23:43:12.878Z | [ helios-setup] Dec 20 23:43:12.555 INFO E| Updating crates.io index |
2428 | 2024-12-20T23:43:12.910Z | [ helios-setup] Dec 20 23:43:12.587 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2429 | 2024-12-20T23:43:13.335Z | [ host-package] Compiling macaddr v1.0.1 |
2430 | 2024-12-20T23:43:13.814Z | [ helios-setup] Dec 20 23:43:13.491 INFO E| From https://github.com/oxidecomputer/typify |
2431 | 2024-12-20T23:43:13.814Z | [ helios-setup] Dec 20 23:43:13.491 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2432 | 2024-12-20T23:43:13.823Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2433 | 2024-12-20T23:43:13.847Z | [ helios-setup] Dec 20 23:43:13.524 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2434 | 2024-12-20T23:43:13.849Z | [ helios-setup] Dec 20 23:43:13.524 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2435 | 2024-12-20T23:43:13.849Z | [ helios-setup] Dec 20 23:43:13.525 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2436 | 2024-12-20T23:43:13.849Z | [ helios-setup] Dec 20 23:43:13.525 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2437 | 2024-12-20T23:43:13.849Z | [ helios-setup] Dec 20 23:43:13.525 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2438 | 2024-12-20T23:43:13.849Z | [ helios-setup] Dec 20 23:43:13.525 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2439 | 2024-12-20T23:43:13.849Z | [ helios-setup] Dec 20 23:43:13.525 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2440 | 2024-12-20T23:43:14.082Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2441 | 2024-12-20T23:43:14.309Z | [ helios-setup] Dec 20 23:43:13.987 INFO E| Downloading crates ... |
2442 | 2024-12-20T23:43:14.329Z | [ host-package] Compiling steno v0.4.1 |
2443 | 2024-12-20T23:43:14.455Z | [ helios-setup] Dec 20 23:43:14.133 INFO E| Downloaded anstyle-parse v0.1.1 |
2444 | 2024-12-20T23:43:14.470Z | [ helios-setup] Dec 20 23:43:14.148 INFO E| Downloaded async-stream-impl v0.3.5 |
2445 | 2024-12-20T23:43:14.478Z | [ helios-setup] Dec 20 23:43:14.156 INFO E| Downloaded aho-corasick v0.7.20 |
2446 | 2024-12-20T23:43:14.484Z | [ helios-setup] Dec 20 23:43:14.162 INFO E| Downloaded block-buffer v0.10.3 |
2447 | 2024-12-20T23:43:14.487Z | [ helios-setup] Dec 20 23:43:14.164 INFO E| Downloaded byteorder v1.4.3 |
2448 | 2024-12-20T23:43:14.490Z | [ helios-setup] Dec 20 23:43:14.168 INFO E| Downloaded built v0.6.0 |
2449 | 2024-12-20T23:43:14.492Z | [ helios-setup] Dec 20 23:43:14.170 INFO E| Downloaded want v0.3.0 |
2450 | 2024-12-20T23:43:14.495Z | [ helios-setup] Dec 20 23:43:14.172 INFO E| Downloaded try-lock v0.2.4 |
2451 | 2024-12-20T23:43:14.498Z | [ helios-setup] Dec 20 23:43:14.175 INFO E| Downloaded tower-service v0.3.2 |
2452 | 2024-12-20T23:43:14.501Z | [ helios-setup] Dec 20 23:43:14.176 INFO E| Downloaded const-random v0.1.15 |
2453 | 2024-12-20T23:43:14.501Z | [ helios-setup] Dec 20 23:43:14.178 INFO E| Downloaded const-random-macro v0.1.15 |
2454 | 2024-12-20T23:43:14.504Z | [ helios-setup] Dec 20 23:43:14.180 INFO E| Downloaded toolchain_find v0.2.0 |
2455 | 2024-12-20T23:43:14.504Z | [ helios-setup] Dec 20 23:43:14.181 INFO E| Downloaded bincode v1.3.3 |
2456 | 2024-12-20T23:43:14.509Z | [ helios-setup] Dec 20 23:43:14.187 INFO E| Downloaded ahash v0.7.6 |
2457 | 2024-12-20T23:43:14.516Z | [ helios-setup] Dec 20 23:43:14.191 INFO E| Downloaded async-trait v0.1.68 |
2458 | 2024-12-20T23:43:14.519Z | [ helios-setup] Dec 20 23:43:14.197 INFO E| Downloaded smawk v0.3.1 |
2459 | 2024-12-20T23:43:14.522Z | [ helios-setup] Dec 20 23:43:14.200 INFO E| Downloaded either v1.8.0 |
2460 | 2024-12-20T23:43:14.524Z | [ helios-setup] Dec 20 23:43:14.202 INFO E| Downloaded slab v0.4.7 |
2461 | 2024-12-20T23:43:14.526Z | [ helios-setup] Dec 20 23:43:14.204 INFO E| Downloaded serde_spanned v0.6.1 |
2462 | 2024-12-20T23:43:14.529Z | [ helios-setup] Dec 20 23:43:14.206 INFO E| Downloaded ahash v0.8.3 |
2463 | 2024-12-20T23:43:14.533Z | [ helios-setup] Dec 20 23:43:14.211 INFO E| Downloaded semver-parser v0.10.2 |
2464 | 2024-12-20T23:43:14.552Z | [ helios-setup] Dec 20 23:43:14.215 INFO E| Downloaded utf8parse v0.2.1 |
2465 | 2024-12-20T23:43:14.552Z | [ helios-setup] Dec 20 23:43:14.217 INFO E| Downloaded unicode-width v0.1.10 |
2466 | 2024-12-20T23:43:14.552Z | [ helios-setup] Dec 20 23:43:14.220 INFO E| Downloaded thiserror-impl v1.0.38 |
2467 | 2024-12-20T23:43:14.552Z | [ helios-setup] Dec 20 23:43:14.223 INFO E| Downloaded dyn-clone v1.0.11 |
2468 | 2024-12-20T23:43:14.552Z | [ helios-setup] Dec 20 23:43:14.226 INFO E| Downloaded project-root v0.2.2 |
2469 | 2024-12-20T23:43:14.552Z | [ helios-setup] Dec 20 23:43:14.227 INFO E| Downloaded crossbeam-deque v0.8.2 |
2470 | 2024-12-20T23:43:14.554Z | [ helios-setup] Dec 20 23:43:14.230 INFO E| Downloaded signal-hook-registry v1.4.0 |
2471 | 2024-12-20T23:43:14.554Z | [ helios-setup] Dec 20 23:43:14.232 INFO E| Downloaded digest v0.10.6 |
2472 | 2024-12-20T23:43:14.558Z | [ helios-setup] Dec 20 23:43:14.236 INFO E| Downloaded futures-task v0.3.28 |
2473 | 2024-12-20T23:43:14.560Z | [ helios-setup] Dec 20 23:43:14.238 INFO E| Downloaded walkdir v2.3.3 |
2474 | 2024-12-20T23:43:14.563Z | [ helios-setup] Dec 20 23:43:14.241 INFO E| Downloaded terminal_size v0.2.6 |
2475 | 2024-12-20T23:43:14.566Z | [ helios-setup] Dec 20 23:43:14.244 INFO E| Downloaded home v0.5.4 |
2476 | 2024-12-20T23:43:14.569Z | [ helios-setup] Dec 20 23:43:14.246 INFO E| Downloaded serde_path_to_error v0.1.11 |
2477 | 2024-12-20T23:43:14.589Z | [ helios-setup] Dec 20 23:43:14.267 INFO E| Downloaded tokio-macros v2.0.0 |
2478 | 2024-12-20T23:43:14.591Z | [ helios-setup] Dec 20 23:43:14.269 INFO E| Downloaded semver v1.0.17 |
2479 | 2024-12-20T23:43:14.595Z | [ helios-setup] Dec 20 23:43:14.273 INFO E| Downloaded base64 v0.21.0 |
2480 | 2024-12-20T23:43:14.601Z | [ helios-setup] Dec 20 23:43:14.279 INFO E| Downloaded serde_tokenstream v0.2.0 |
2481 | 2024-12-20T23:43:14.608Z | [ helios-setup] Dec 20 23:43:14.286 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2482 | 2024-12-20T23:43:14.612Z | [ helios-setup] Dec 20 23:43:14.290 INFO E| Downloaded slog-async v2.7.0 |
2483 | 2024-12-20T23:43:14.615Z | [ helios-setup] Dec 20 23:43:14.293 INFO E| Downloaded proc-macro-crate v1.2.1 |
2484 | 2024-12-20T23:43:14.617Z | [ helios-setup] Dec 20 23:43:14.295 INFO E| Downloaded tokio-rustls v0.24.0 |
2485 | 2024-12-20T23:43:14.620Z | [ helios-setup] Dec 20 23:43:14.298 INFO E| Downloaded serde_derive_internals v0.26.0 |
2486 | 2024-12-20T23:43:14.624Z | [ helios-setup] Dec 20 23:43:14.302 INFO E| Downloaded lock_api v0.4.9 |
2487 | 2024-12-20T23:43:14.637Z | [ helios-setup] Dec 20 23:43:14.315 INFO E| Downloaded unicode-bidi v0.3.13 |
2488 | 2024-12-20T23:43:14.643Z | [ helios-setup] Dec 20 23:43:14.321 INFO E| Downloaded unicode-ident v1.0.8 |
2489 | 2024-12-20T23:43:14.648Z | [ helios-setup] Dec 20 23:43:14.325 INFO E| Downloaded once_cell v1.17.0 |
2490 | 2024-12-20T23:43:14.652Z | [ helios-setup] Dec 20 23:43:14.330 INFO E| Downloaded toml v0.5.11 |
2491 | 2024-12-20T23:43:14.656Z | [ helios-setup] Dec 20 23:43:14.333 INFO E| Downloaded typenum v1.16.0 |
2492 | 2024-12-20T23:43:14.659Z | [ helios-setup] Dec 20 23:43:14.337 INFO E| Downloaded textwrap v0.16.0 |
2493 | 2024-12-20T23:43:14.664Z | [ helios-setup] Dec 20 23:43:14.342 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2494 | 2024-12-20T23:43:14.670Z | [ helios-setup] Dec 20 23:43:14.348 INFO E| Downloaded uuid v1.3.0 |
2495 | 2024-12-20T23:43:14.677Z | [ helios-setup] Dec 20 23:43:14.355 INFO E| Downloaded tracing v0.1.37 |
2496 | 2024-12-20T23:43:14.685Z | [ helios-setup] Dec 20 23:43:14.362 INFO E| Downloaded futures v0.3.28 |
2497 | 2024-12-20T23:43:14.694Z | [ helios-setup] Dec 20 23:43:14.371 INFO E| Downloaded unicode-linebreak v0.1.4 |
2498 | 2024-12-20T23:43:14.697Z | [ helios-setup] Dec 20 23:43:14.375 INFO E| Downloaded toml_edit v0.19.8 |
2499 | 2024-12-20T23:43:14.730Z | [ helios-setup] Dec 20 23:43:14.406 INFO E| Downloaded reqwest v0.11.16 |
2500 | 2024-12-20T23:43:14.742Z | [ helios-setup] Dec 20 23:43:14.419 INFO E| Downloaded unicode-normalization v0.1.22 |
2501 | 2024-12-20T23:43:14.748Z | [ helios-setup] Dec 20 23:43:14.426 INFO E| Downloaded crossbeam-channel v0.5.6 |
2502 | 2024-12-20T23:43:14.756Z | [ helios-setup] Dec 20 23:43:14.434 INFO E| Downloaded tokio-util v0.7.7 |
2503 | 2024-12-20T23:43:14.766Z | [ helios-setup] Dec 20 23:43:14.443 INFO E| Downloaded serde_json v1.0.95 |
2504 | 2024-12-20T23:43:14.779Z | [ helios-setup] Dec 20 23:43:14.456 INFO E| Downloaded winnow v0.4.1 |
2505 | 2024-12-20T23:43:14.792Z | [ helios-setup] Dec 20 23:43:14.469 INFO E| Downloaded clap_builder v4.2.1 |
2506 | 2024-12-20T23:43:14.802Z | [ helios-setup] Dec 20 23:43:14.480 INFO E| Downloaded pest v2.5.7 |
2507 | 2024-12-20T23:43:14.811Z | [ helios-setup] Dec 20 23:43:14.488 INFO E| Downloaded regress v0.5.0 |
2508 | 2024-12-20T23:43:14.823Z | [ helios-setup] Dec 20 23:43:14.501 INFO E| Downloaded syn v1.0.107 |
2509 | 2024-12-20T23:43:14.839Z | [ helios-setup] Dec 20 23:43:14.517 INFO E| Downloaded futures-util v0.3.28 |
2510 | 2024-12-20T23:43:14.857Z | [ helios-setup] Dec 20 23:43:14.534 INFO E| Downloaded syn v2.0.72 |
2511 | 2024-12-20T23:43:14.874Z | [ helios-setup] Dec 20 23:43:14.551 INFO E| Downloaded hyper v0.14.25 |
2512 | 2024-12-20T23:43:14.887Z | [ helios-setup] Dec 20 23:43:14.565 INFO E| Downloaded git2 v0.16.1 |
2513 | 2024-12-20T23:43:14.901Z | [ helios-setup] Dec 20 23:43:14.579 INFO E| Downloaded rustls v0.21.0 |
2514 | 2024-12-20T23:43:14.920Z | [ helios-setup] Dec 20 23:43:14.597 INFO E| Downloaded rustix v0.37.3 |
2515 | 2024-12-20T23:43:14.941Z | [ host-package] Compiling prettyplease v0.2.25 |
2516 | 2024-12-20T23:43:14.950Z | [ helios-setup] Dec 20 23:43:14.628 INFO E| Downloaded rhai v1.14.0 |
2517 | 2024-12-20T23:43:14.970Z | [ helios-setup] Dec 20 23:43:14.648 INFO E| Downloaded regex v1.7.3 |
2518 | 2024-12-20T23:43:14.984Z | [ helios-setup] Dec 20 23:43:14.662 INFO E| Downloaded chrono v0.4.24 |
2519 | 2024-12-20T23:43:14.997Z | [ helios-setup] Dec 20 23:43:14.674 INFO E| Downloaded rayon v1.6.1 |
2520 | 2024-12-20T23:43:15.010Z | [ helios-setup] Dec 20 23:43:14.688 INFO E| Downloaded h2 v0.3.16 |
2521 | 2024-12-20T23:43:15.021Z | [ helios-setup] Dec 20 23:43:14.699 INFO E| Downloaded mio v0.8.5 |
2522 | 2024-12-20T23:43:15.029Z | [ helios-setup] Dec 20 23:43:14.707 INFO E| Downloaded openapiv3 v1.0.2 |
2523 | 2024-12-20T23:43:15.046Z | [ helios-setup] Dec 20 23:43:14.724 INFO E| Downloaded http v0.2.9 |
2524 | 2024-12-20T23:43:15.051Z | [ helios-setup] Dec 20 23:43:14.729 INFO E| Downloaded rayon-core v1.10.2 |
2525 | 2024-12-20T23:43:15.057Z | [ helios-setup] Dec 20 23:43:14.735 INFO E| Downloaded num-traits v0.2.15 |
2526 | 2024-12-20T23:43:15.061Z | [ helios-setup] Dec 20 23:43:14.738 INFO E| Downloaded memchr v2.5.0 |
2527 | 2024-12-20T23:43:15.067Z | [ helios-setup] Dec 20 23:43:14.745 INFO E| Downloaded serde v1.0.204 |
2528 | 2024-12-20T23:43:15.072Z | [ helios-setup] Dec 20 23:43:14.750 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2529 | 2024-12-20T23:43:15.076Z | [ helios-setup] Dec 20 23:43:14.754 INFO E| Downloaded rustls-webpki v0.100.1 |
2530 | 2024-12-20T23:43:15.087Z | [ helios-setup] Dec 20 23:43:14.765 INFO E| Downloaded quote v1.0.36 |
2531 | 2024-12-20T23:43:15.092Z | [ helios-setup] Dec 20 23:43:14.769 INFO E| Downloaded proc-macro2 v1.0.86 |
2532 | 2024-12-20T23:43:15.096Z | [ helios-setup] Dec 20 23:43:14.774 INFO E| Downloaded parking_lot v0.12.1 |
2533 | 2024-12-20T23:43:15.100Z | [ helios-setup] Dec 20 23:43:14.778 INFO E| Downloaded miniz_oxide v0.6.2 |
2534 | 2024-12-20T23:43:15.104Z | [ helios-setup] Dec 20 23:43:14.781 INFO E| Downloaded url v2.3.1 |
2535 | 2024-12-20T23:43:15.109Z | [ helios-setup] Dec 20 23:43:14.786 INFO E| Downloaded tokio v1.27.0 |
2536 | 2024-12-20T23:43:15.160Z | [ helios-setup] Dec 20 23:43:14.838 INFO E| Downloaded tracing-core v0.1.30 |
2537 | 2024-12-20T23:43:15.165Z | [ helios-setup] Dec 20 23:43:14.843 INFO E| Downloaded libc v0.2.139 |
2538 | 2024-12-20T23:43:15.225Z | [ helios-setup] Dec 20 23:43:14.903 INFO E| Downloaded cc v1.0.78 |
2539 | 2024-12-20T23:43:15.229Z | [ helios-setup] Dec 20 23:43:14.907 INFO E| Downloaded bytes v1.4.0 |
2540 | 2024-12-20T23:43:15.236Z | [ helios-setup] Dec 20 23:43:14.913 INFO E| Downloaded httparse v1.8.0 |
2541 | 2024-12-20T23:43:15.239Z | [ helios-setup] Dec 20 23:43:14.917 INFO E| Downloaded flate2 v1.0.25 |
2542 | 2024-12-20T23:43:15.247Z | [ helios-setup] Dec 20 23:43:14.925 INFO E| Downloaded crossbeam-utils v0.8.14 |
2543 | 2024-12-20T23:43:15.251Z | [ helios-setup] Dec 20 23:43:14.929 INFO E| Downloaded serde_yaml v0.9.21 |
2544 | 2024-12-20T23:43:15.257Z | [ helios-setup] Dec 20 23:43:14.935 INFO E| Downloaded serde_derive v1.0.204 |
2545 | 2024-12-20T23:43:15.276Z | [ helios-setup] Dec 20 23:43:14.954 INFO E| Downloaded schemars v0.8.12 |
2546 | 2024-12-20T23:43:15.294Z | [ helios-setup] Dec 20 23:43:14.972 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2547 | 2024-12-20T23:43:15.298Z | [ helios-setup] Dec 20 23:43:14.976 INFO E| Downloaded pin-project-lite v0.2.9 |
2548 | 2024-12-20T23:43:15.305Z | [ helios-setup] Dec 20 23:43:14.983 INFO E| Downloaded parking_lot_core v0.9.6 |
2549 | 2024-12-20T23:43:15.308Z | [ helios-setup] Dec 20 23:43:14.986 INFO E| Downloaded log v0.4.17 |
2550 | 2024-12-20T23:43:15.311Z | [ helios-setup] Dec 20 23:43:14.989 INFO E| Downloaded jobserver v0.1.26 |
2551 | 2024-12-20T23:43:15.314Z | [ helios-setup] Dec 20 23:43:14.992 INFO E| Downloaded ipnet v2.7.2 |
2552 | 2024-12-20T23:43:15.317Z | [ helios-setup] Dec 20 23:43:14.995 INFO E| Downloaded io-lifetimes v1.0.10 |
2553 | 2024-12-20T23:43:15.321Z | [ helios-setup] Dec 20 23:43:14.999 INFO E| Downloaded getrandom v0.2.8 |
2554 | 2024-12-20T23:43:15.325Z | [ helios-setup] Dec 20 23:43:15.003 INFO E| Downloaded ucd-trie v0.1.5 |
2555 | 2024-12-20T23:43:15.328Z | [ helios-setup] Dec 20 23:43:15.006 INFO E| Downloaded tungstenite v0.18.0 |
2556 | 2024-12-20T23:43:15.333Z | [ helios-setup] Dec 20 23:43:15.011 INFO E| Downloaded toml v0.7.3 |
2557 | 2024-12-20T23:43:15.339Z | [ helios-setup] Dec 20 23:43:15.017 INFO E| Downloaded tinyvec v1.6.0 |
2558 | 2024-12-20T23:43:15.345Z | [ helios-setup] Dec 20 23:43:15.023 INFO E| Downloaded socket2 v0.4.9 |
2559 | 2024-12-20T23:43:15.348Z | [ helios-setup] Dec 20 23:43:15.026 INFO E| Downloaded ryu v1.0.13 |
2560 | 2024-12-20T23:43:15.353Z | [ helios-setup] Dec 20 23:43:15.031 INFO E| Downloaded clap v4.2.1 |
2561 | 2024-12-20T23:43:15.368Z | [ helios-setup] Dec 20 23:43:15.046 INFO E| Downloaded pkg-config v0.3.26 |
2562 | 2024-12-20T23:43:15.370Z | [ helios-setup] Dec 20 23:43:15.048 INFO E| Downloaded percent-encoding v2.2.0 |
2563 | 2024-12-20T23:43:15.372Z | [ helios-setup] Dec 20 23:43:15.050 INFO E| Downloaded num_enum v0.5.7 |
2564 | 2024-12-20T23:43:15.378Z | [ helios-setup] Dec 20 23:43:15.056 INFO E| Downloaded memoffset v0.7.1 |
2565 | 2024-12-20T23:43:15.380Z | [ helios-setup] Dec 20 23:43:15.057 INFO E| Downloaded futures-channel v0.3.28 |
2566 | 2024-12-20T23:43:15.382Z | [ helios-setup] Dec 20 23:43:15.060 INFO E| Downloaded smallvec v1.10.0 |
2567 | 2024-12-20T23:43:15.386Z | [ helios-setup] Dec 20 23:43:15.064 INFO E| Downloaded ppv-lite86 v0.2.17 |
2568 | 2024-12-20T23:43:15.388Z | [ helios-setup] Dec 20 23:43:15.066 INFO E| Downloaded num_enum_derive v0.5.7 |
2569 | 2024-12-20T23:43:15.390Z | [ helios-setup] Dec 20 23:43:15.067 INFO E| Downloaded lazy_static v1.4.0 |
2570 | 2024-12-20T23:43:15.392Z | [ helios-setup] Dec 20 23:43:15.069 INFO E| Downloaded cpufeatures v0.2.5 |
2571 | 2024-12-20T23:43:15.395Z | [ helios-setup] Dec 20 23:43:15.071 INFO E| Downloaded iana-time-zone v0.1.56 |
2572 | 2024-12-20T23:43:15.397Z | [ helios-setup] Dec 20 23:43:15.074 INFO E| Downloaded anyhow v1.0.68 |
2573 | 2024-12-20T23:43:15.403Z | [ helios-setup] Dec 20 23:43:15.081 INFO E| Downloaded time v0.1.45 |
2574 | 2024-12-20T23:43:15.406Z | [ helios-setup] Dec 20 23:43:15.084 INFO E| Downloaded tempfile v3.5.0 |
2575 | 2024-12-20T23:43:15.409Z | [ helios-setup] Dec 20 23:43:15.087 INFO E| Downloaded smartstring v1.0.1 |
2576 | 2024-12-20T23:43:15.413Z | [ helios-setup] Dec 20 23:43:15.091 INFO E| Downloaded rhai_codegen v1.5.0 |
2577 | 2024-12-20T23:43:15.425Z | [ helios-setup] Dec 20 23:43:15.103 INFO E| Downloaded paste v1.0.12 |
2578 | 2024-12-20T23:43:15.435Z | [ helios-setup] Dec 20 23:43:15.113 INFO E| Downloaded num_cpus v1.15.0 |
2579 | 2024-12-20T23:43:15.448Z | [ helios-setup] Dec 20 23:43:15.126 INFO E| Downloaded num-integer v0.1.45 |
2580 | 2024-12-20T23:43:15.455Z | [ helios-setup] Dec 20 23:43:15.133 INFO E| Downloaded itoa v1.0.6 |
2581 | 2024-12-20T23:43:15.457Z | [ helios-setup] Dec 20 23:43:15.135 INFO E| Downloaded is-terminal v0.4.7 |
2582 | 2024-12-20T23:43:15.460Z | [ helios-setup] Dec 20 23:43:15.136 INFO E| Downloaded httpdate v1.0.2 |
2583 | 2024-12-20T23:43:15.460Z | [ helios-setup] Dec 20 23:43:15.138 INFO E| Downloaded http-body v0.4.5 |
2584 | 2024-12-20T23:43:15.464Z | [ helios-setup] Dec 20 23:43:15.140 INFO E| Downloaded generic-array v0.14.6 |
2585 | 2024-12-20T23:43:15.464Z | [ helios-setup] Dec 20 23:43:15.142 INFO E| Downloaded futures-sink v0.3.28 |
2586 | 2024-12-20T23:43:15.467Z | [ helios-setup] Dec 20 23:43:15.143 INFO E| Downloaded cargo-lock v8.0.3 |
2587 | 2024-12-20T23:43:15.470Z | [ helios-setup] Dec 20 23:43:15.148 INFO E| Downloaded encoding_rs v0.8.32 |
2588 | 2024-12-20T23:43:15.504Z | [ helios-setup] Dec 20 23:43:15.182 INFO E| Downloaded camino v1.1.4 |
2589 | 2024-12-20T23:43:15.508Z | [ helios-setup] Dec 20 23:43:15.185 INFO E| Downloaded sct v0.7.0 |
2590 | 2024-12-20T23:43:15.514Z | [ helios-setup] Dec 20 23:43:15.190 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2591 | 2024-12-20T23:43:15.517Z | [ helios-setup] Dec 20 23:43:15.193 INFO E| Downloaded errno v0.3.1 |
2592 | 2024-12-20T23:43:15.519Z | [ helios-setup] Dec 20 23:43:15.195 INFO E| Downloaded toml_datetime v0.6.1 |
2593 | 2024-12-20T23:43:15.519Z | [ helios-setup] Dec 20 23:43:15.197 INFO E| Downloaded futures-executor v0.3.28 |
2594 | 2024-12-20T23:43:15.522Z | [ helios-setup] Dec 20 23:43:15.199 INFO E| Downloaded futures-core v0.3.28 |
2595 | 2024-12-20T23:43:15.525Z | [ helios-setup] Dec 20 23:43:15.201 INFO E| Downloaded fastrand v1.9.0 |
2596 | 2024-12-20T23:43:15.526Z | [ helios-setup] Dec 20 23:43:15.203 INFO E| Downloaded futures-macro v0.3.28 |
2597 | 2024-12-20T23:43:15.529Z | [ helios-setup] Dec 20 23:43:15.205 INFO E| Downloaded futures-io v0.3.28 |
2598 | 2024-12-20T23:43:15.529Z | [ helios-setup] Dec 20 23:43:15.206 INFO E| Downloaded form_urlencoded v1.1.0 |
2599 | 2024-12-20T23:43:15.531Z | [ helios-setup] Dec 20 23:43:15.207 INFO E| Downloaded clap_lex v0.4.1 |
2600 | 2024-12-20T23:43:15.531Z | [ helios-setup] Dec 20 23:43:15.209 INFO E| Downloaded clap_derive v4.2.0 |
2601 | 2024-12-20T23:43:15.534Z | [ helios-setup] Dec 20 23:43:15.212 INFO E| Downloaded thiserror v1.0.38 |
2602 | 2024-12-20T23:43:15.541Z | [ helios-setup] Dec 20 23:43:15.219 INFO E| Downloaded rustls-pemfile v1.0.2 |
2603 | 2024-12-20T23:43:15.545Z | [ helios-setup] Dec 20 23:43:15.223 INFO E| Downloaded strsim v0.10.0 |
2604 | 2024-12-20T23:43:15.547Z | [ helios-setup] Dec 20 23:43:15.225 INFO E| Downloaded slog-bunyan v2.4.0 |
2605 | 2024-12-20T23:43:15.550Z | [ helios-setup] Dec 20 23:43:15.226 INFO E| Downloaded schemars_derive v0.8.12 |
2606 | 2024-12-20T23:43:15.554Z | [ helios-setup] Dec 20 23:43:15.229 INFO E| Downloaded concolor-query v0.3.3 |
2607 | 2024-12-20T23:43:15.554Z | [ helios-setup] Dec 20 23:43:15.230 INFO E| Downloaded sha2 v0.10.6 |
2608 | 2024-12-20T23:43:15.556Z | [ helios-setup] Dec 20 23:43:15.234 INFO E| Downloaded sha1 v0.10.5 |
2609 | 2024-12-20T23:43:15.558Z | [ helios-setup] Dec 20 23:43:15.236 INFO E| Downloaded semver v0.11.0 |
2610 | 2024-12-20T23:43:15.562Z | [ helios-setup] Dec 20 23:43:15.239 INFO E| Downloaded scopeguard v1.1.0 |
2611 | 2024-12-20T23:43:15.565Z | [ helios-setup] Dec 20 23:43:15.241 INFO E| Downloaded concolor-override v1.0.0 |
2612 | 2024-12-20T23:43:15.565Z | [ helios-setup] Dec 20 23:43:15.243 INFO E| Downloaded anstream v0.2.6 |
2613 | 2024-12-20T23:43:15.568Z | [ helios-setup] Dec 20 23:43:15.246 INFO E| Downloaded autocfg v1.1.0 |
2614 | 2024-12-20T23:43:15.571Z | [ helios-setup] Dec 20 23:43:15.248 INFO E| Downloaded async-stream v0.3.5 |
2615 | 2024-12-20T23:43:15.574Z | [ helios-setup] Dec 20 23:43:15.251 INFO E| Downloaded anstyle v0.3.5 |
2616 | 2024-12-20T23:43:15.577Z | [ helios-setup] Dec 20 23:43:15.253 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2617 | 2024-12-20T23:43:15.721Z | [ helios-setup] Dec 20 23:43:15.398 INFO E| Downloaded libz-sys v1.1.8 |
2618 | 2024-12-20T23:43:15.829Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2619 | 2024-12-20T23:43:16.032Z | [ helios-setup] Dec 20 23:43:15.710 INFO E| Compiling proc-macro2 v1.0.86 |
2620 | 2024-12-20T23:43:16.032Z | [ helios-setup] Dec 20 23:43:15.710 INFO E| Compiling libc v0.2.139 |
2621 | 2024-12-20T23:43:16.035Z | [ helios-setup] Dec 20 23:43:15.710 INFO E| Compiling unicode-ident v1.0.8 |
2622 | 2024-12-20T23:43:16.035Z | [ helios-setup] Dec 20 23:43:15.711 INFO E| Compiling autocfg v1.1.0 |
2623 | 2024-12-20T23:43:16.035Z | [ helios-setup] Dec 20 23:43:15.711 INFO E| Compiling cfg-if v1.0.0 |
2624 | 2024-12-20T23:43:16.036Z | [ helios-setup] Dec 20 23:43:15.711 INFO E| Compiling version_check v0.9.4 |
2625 | 2024-12-20T23:43:16.036Z | [ helios-setup] Dec 20 23:43:15.711 INFO E| Compiling serde v1.0.204 |
2626 | 2024-12-20T23:43:16.036Z | [ helios-setup] Dec 20 23:43:15.711 INFO E| Compiling syn v1.0.107 |
2627 | 2024-12-20T23:43:16.597Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2628 | 2024-12-20T23:43:16.602Z | [ helios-setup] Dec 20 23:43:16.280 INFO E| Compiling memchr v2.5.0 |
2629 | 2024-12-20T23:43:17.357Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2630 | 2024-12-20T23:43:17.717Z | [ helios-setup] Dec 20 23:43:17.396 INFO E| Compiling once_cell v1.17.0 |
2631 | 2024-12-20T23:43:17.780Z | [ helios-setup] Dec 20 23:43:17.459 INFO E| Compiling thiserror v1.0.38 |
2632 | 2024-12-20T23:43:17.910Z | [ helios-setup] Dec 20 23:43:17.587 INFO E| Compiling log v0.4.17 |
2633 | 2024-12-20T23:43:18.485Z | [ helios-setup] Dec 20 23:43:18.163 INFO E| Compiling itoa v1.0.6 |
2634 | 2024-12-20T23:43:18.750Z | [ helios-setup] Dec 20 23:43:18.428 INFO E| Compiling serde_json v1.0.95 |
2635 | 2024-12-20T23:43:19.236Z | [ helios-setup] Dec 20 23:43:18.914 INFO E| Compiling quote v1.0.36 |
2636 | 2024-12-20T23:43:19.987Z | [ helios-setup] Dec 20 23:43:19.666 INFO E| Compiling syn v2.0.72 |
2637 | 2024-12-20T23:43:20.441Z | [ helios-setup] Dec 20 23:43:20.119 INFO E| Compiling getrandom v0.2.8 |
2638 | 2024-12-20T23:43:20.537Z | [ helios-setup] Dec 20 23:43:20.215 INFO E| Compiling indexmap v1.9.3 |
2639 | 2024-12-20T23:43:20.774Z | [ helios-setup] Dec 20 23:43:20.452 INFO E| Compiling scopeguard v1.1.0 |
2640 | 2024-12-20T23:43:21.288Z | [ helios-setup] Dec 20 23:43:20.960 INFO E| Compiling jobserver v0.1.26 |
2641 | 2024-12-20T23:43:21.434Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2642 | 2024-12-20T23:43:21.458Z | [ helios-setup] Dec 20 23:43:21.137 INFO E| Compiling pin-project-lite v0.2.9 |
2643 | 2024-12-20T23:43:21.610Z | [ helios-setup] Dec 20 23:43:21.289 INFO E| Compiling num-integer v0.1.45 |
2644 | 2024-12-20T23:43:21.759Z | [ helios-setup] Dec 20 23:43:21.438 INFO E| Compiling futures-core v0.3.28 |
2645 | 2024-12-20T23:43:21.844Z | [ helios-setup] Dec 20 23:43:21.523 INFO E| Compiling bytes v1.4.0 |
2646 | 2024-12-20T23:43:22.197Z | [ helios-setup] Dec 20 23:43:21.840 INFO E| Compiling cc v1.0.78 |
2647 | 2024-12-20T23:43:22.724Z | [ helios-setup] Dec 20 23:43:22.402 INFO E| Compiling ryu v1.0.13 |
2648 | 2024-12-20T23:43:23.193Z | [ host-package] Compiling half v2.4.1 |
2649 | 2024-12-20T23:43:24.009Z | [ helios-setup] Dec 20 23:43:23.688 INFO E| Compiling lock_api v0.4.9 |
2650 | 2024-12-20T23:43:24.064Z | [ helios-setup] Dec 20 23:43:23.743 INFO E| Compiling bitflags v1.3.2 |
2651 | 2024-12-20T23:43:24.232Z | [ helios-setup] Dec 20 23:43:23.911 INFO E| Compiling parking_lot_core v0.9.6 |
2652 | 2024-12-20T23:43:24.401Z | [ helios-setup] Dec 20 23:43:24.081 INFO E| Compiling typenum v1.16.0 |
2653 | 2024-12-20T23:43:24.930Z | [ helios-setup] Dec 20 23:43:24.609 INFO E| Compiling num_cpus v1.15.0 |
2654 | 2024-12-20T23:43:24.997Z | [ host-package] Compiling ciborium-io v0.2.2 |
2655 | 2024-12-20T23:43:25.282Z | [ helios-setup] Dec 20 23:43:24.961 INFO E| Compiling slab v0.4.7 |
2656 | 2024-12-20T23:43:25.451Z | [ helios-setup] Dec 20 23:43:25.130 INFO E| Compiling generic-array v0.14.6 |
2657 | 2024-12-20T23:43:25.479Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2658 | 2024-12-20T23:43:25.516Z | [ helios-setup] Dec 20 23:43:25.196 INFO E| Compiling futures-sink v0.3.28 |
2659 | 2024-12-20T23:43:25.719Z | [ helios-setup] Dec 20 23:43:25.399 INFO E| Compiling futures-task v0.3.28 |
2660 | 2024-12-20T23:43:25.852Z | [ helios-setup] Dec 20 23:43:25.531 INFO E| Compiling futures-channel v0.3.28 |
2661 | 2024-12-20T23:43:26.465Z | [ helios-setup] Dec 20 23:43:26.143 INFO E| Compiling tokio v1.27.0 |
2662 | 2024-12-20T23:43:26.638Z | [ helios-setup] Dec 20 23:43:26.317 INFO E| Compiling schemars v0.8.12 |
2663 | 2024-12-20T23:43:26.689Z | [ host-package] Compiling tungstenite v0.21.0 |
2664 | 2024-12-20T23:43:26.794Z | [ helios-setup] Dec 20 23:43:26.473 INFO E| Compiling futures-util v0.3.28 |
2665 | 2024-12-20T23:43:28.008Z | [ helios-setup] Dec 20 23:43:27.687 INFO E| Compiling mio v0.8.5 |
2666 | 2024-12-20T23:43:28.159Z | [ helios-setup] Dec 20 23:43:27.838 INFO E| Compiling signal-hook-registry v1.4.0 |
2667 | 2024-12-20T23:43:28.311Z | [ helios-setup] Dec 20 23:43:27.990 INFO E| Compiling socket2 v0.4.9 |
2668 | 2024-12-20T23:43:28.532Z | [ helios-setup] Dec 20 23:43:28.212 INFO E| Compiling num-traits v0.2.15 |
2669 | 2024-12-20T23:43:28.695Z | [ helios-setup] Dec 20 23:43:28.375 INFO E| Compiling ahash v0.7.6 |
2670 | 2024-12-20T23:43:29.585Z | [ helios-setup] Dec 20 23:43:29.265 INFO E| Compiling crunchy v0.2.2 |
2671 | 2024-12-20T23:43:30.248Z | [ helios-setup] Dec 20 23:43:29.927 INFO E| Compiling io-lifetimes v1.0.10 |
2672 | 2024-12-20T23:43:30.576Z | [ helios-setup] Dec 20 23:43:30.255 INFO E| Compiling pin-utils v0.1.0 |
2673 | 2024-12-20T23:43:30.862Z | [ helios-setup] Dec 20 23:43:30.542 INFO E| Compiling futures-io v0.3.28 |
2674 | 2024-12-20T23:43:31.531Z | [ helios-setup] Dec 20 23:43:31.211 INFO E| Compiling ahash v0.8.3 |
2675 | 2024-12-20T23:43:32.058Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2676 | 2024-12-20T23:43:32.437Z | [ helios-setup] Dec 20 23:43:32.117 INFO E| Compiling serde_derive_internals v0.26.0 |
2677 | 2024-12-20T23:43:32.514Z | [ helios-setup] Dec 20 23:43:32.194 INFO E| Compiling rustix v0.37.3 |
2678 | 2024-12-20T23:43:32.613Z | [ helios-setup] Dec 20 23:43:32.293 INFO E| Compiling hashbrown v0.12.3 |
2679 | 2024-12-20T23:43:32.898Z | [ helios-setup] Dec 20 23:43:32.578 INFO E| Compiling tiny-keccak v2.0.2 |
2680 | 2024-12-20T23:43:33.471Z | [ helios-setup] Dec 20 23:43:33.152 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2681 | 2024-12-20T23:43:33.471Z | [ helios-setup] Dec 20 23:43:33.152 INFO E| Compiling crypto-common v0.1.6 |
2682 | 2024-12-20T23:43:33.591Z | [ host-package] Compiling ciborium v0.2.2 |
2683 | 2024-12-20T23:43:33.835Z | [ helios-setup] Dec 20 23:43:33.516 INFO E| Compiling block-buffer v0.10.3 |
2684 | 2024-12-20T23:43:35.304Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2685 | 2024-12-20T23:43:35.642Z | [ helios-setup] Dec 20 23:43:35.323 INFO E| Compiling errno v0.3.1 |
2686 | 2024-12-20T23:43:35.992Z | [ helios-setup] Dec 20 23:43:35.672 INFO E| Compiling slog v2.7.0 |
2687 | 2024-12-20T23:43:36.207Z | [ helios-setup] Dec 20 23:43:35.888 INFO E| Compiling fnv v1.0.7 |
2688 | 2024-12-20T23:43:36.261Z | [ helios-setup] Dec 20 23:43:35.942 INFO E| Compiling crossbeam-utils v0.8.14 |
2689 | 2024-12-20T23:43:36.488Z | [ helios-setup] Dec 20 23:43:36.169 INFO E| Compiling pkg-config v0.3.26 |
2690 | 2024-12-20T23:43:36.670Z | [ helios-setup] Dec 20 23:43:36.351 INFO E| Compiling http v0.2.9 |
2691 | 2024-12-20T23:43:37.937Z | [ host-package] Compiling display-error-chain v0.2.2 |
2692 | 2024-12-20T23:43:39.631Z | [ helios-setup] Dec 20 23:43:39.312 INFO E| Compiling digest v0.10.6 |
2693 | 2024-12-20T23:43:40.369Z | [ helios-setup] Dec 20 23:43:40.051 INFO E| Compiling aho-corasick v0.7.20 |
2694 | 2024-12-20T23:43:40.482Z | [ helios-setup] Dec 20 23:43:40.164 INFO E| Compiling unicode-width v0.1.10 |
2695 | 2024-12-20T23:43:40.576Z | [ helios-setup] Dec 20 23:43:40.258 INFO E| Compiling percent-encoding v2.2.0 |
2696 | 2024-12-20T23:43:41.061Z | [ helios-setup] Dec 20 23:43:40.743 INFO E| Compiling anyhow v1.0.68 |
2697 | 2024-12-20T23:43:41.750Z | [ helios-setup] Dec 20 23:43:41.430 INFO E| Compiling regex-syntax v0.6.29 |
2698 | 2024-12-20T23:43:42.237Z | [ helios-setup] Dec 20 23:43:41.919 INFO E| Compiling thiserror-impl v1.0.38 |
2699 | 2024-12-20T23:43:42.351Z | [ helios-setup] Dec 20 23:43:42.033 INFO E| Compiling schemars_derive v0.8.12 |
2700 | 2024-12-20T23:43:42.506Z | [ helios-setup] Dec 20 23:43:42.188 INFO E| Compiling cpufeatures v0.2.5 |
2701 | 2024-12-20T23:43:42.818Z | [ helios-setup] Dec 20 23:43:42.500 INFO E| Compiling tinyvec_macros v0.1.1 |
2702 | 2024-12-20T23:43:43.142Z | [ helios-setup] Dec 20 23:43:42.824 INFO E| Compiling heck v0.4.1 |
2703 | 2024-12-20T23:43:43.267Z | [ helios-setup] Dec 20 23:43:42.949 INFO E| Compiling httparse v1.8.0 |
2704 | 2024-12-20T23:43:44.468Z | [ helios-setup] Dec 20 23:43:44.150 INFO E| Compiling tinyvec v1.6.0 |
2705 | 2024-12-20T23:43:44.545Z | [ helios-setup] Dec 20 23:43:44.226 INFO E| Compiling serde_derive v1.0.204 |
2706 | 2024-12-20T23:43:44.780Z | [ helios-setup] Dec 20 23:43:44.462 INFO E| Compiling futures-macro v0.3.28 |
2707 | 2024-12-20T23:43:44.877Z | [ helios-setup] Dec 20 23:43:44.559 INFO E| Compiling tokio-macros v2.0.0 |
2708 | 2024-12-20T23:43:45.497Z | [ host-package] Compiling same-file v1.0.6 |
2709 | 2024-12-20T23:43:46.218Z | [ host-package] Compiling fastrand v2.1.1 |
2710 | 2024-12-20T23:43:47.469Z | [ host-package] Compiling tempfile v3.13.0 |
2711 | 2024-12-20T23:43:48.287Z | [ helios-setup] Dec 20 23:43:47.967 INFO E| Compiling const-random-macro v0.1.15 |
2712 | 2024-12-20T23:43:48.450Z | [ helios-setup] Dec 20 23:43:48.132 INFO E| Compiling form_urlencoded v1.1.0 |
2713 | 2024-12-20T23:43:48.514Z | [ helios-setup] Dec 20 23:43:48.197 INFO E| Compiling hashbrown v0.13.2 |
2714 | 2024-12-20T23:43:48.514Z | [ helios-setup] Dec 20 23:43:48.197 INFO E| Compiling chrono v0.4.24 |
2715 | 2024-12-20T23:43:49.094Z | [ host-package] Compiling walkdir v2.5.0 |
2716 | 2024-12-20T23:43:49.775Z | [ helios-setup] Dec 20 23:43:49.456 INFO E| Compiling regex v1.7.3 |
2717 | 2024-12-20T23:43:50.241Z | [ helios-setup] Dec 20 23:43:49.924 INFO E| Compiling libz-sys v1.1.8 |
2718 | 2024-12-20T23:43:50.359Z | [ host-package] Compiling ring v0.16.20 |
2719 | 2024-12-20T23:43:50.579Z | [ host-package] Compiling blake3 v1.5.4 |
2720 | 2024-12-20T23:43:51.736Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2721 | 2024-12-20T23:43:52.027Z | [ host-package] Compiling xattr v1.3.1 |
2722 | 2024-12-20T23:43:52.750Z | [ host-package] Compiling memmap2 v0.9.5 |
2723 | 2024-12-20T23:43:53.298Z | [ helios-setup] Dec 20 23:43:52.982 INFO E| Compiling dyn-clone v1.0.11 |
2724 | 2024-12-20T23:43:53.575Z | [ helios-setup] Dec 20 23:43:53.258 INFO E| Compiling uuid v1.3.0 |
2725 | 2024-12-20T23:43:53.683Z | [ host-package] Compiling filetime v0.2.25 |
2726 | 2024-12-20T23:43:53.924Z | [ helios-setup] Dec 20 23:43:53.607 INFO E| Compiling const-random v0.1.15 |
2727 | 2024-12-20T23:43:53.938Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2728 | 2024-12-20T23:43:54.044Z | [ helios-setup] Dec 20 23:43:53.727 INFO E| Compiling regress v0.5.0 |
2729 | 2024-12-20T23:43:54.099Z | [ helios-setup] Dec 20 23:43:53.782 INFO E| Compiling unicode-normalization v0.1.22 |
2730 | 2024-12-20T23:43:54.462Z | [ host-package] Compiling arrayref v0.3.9 |
2731 | 2024-12-20T23:43:54.565Z | [ host-package] Compiling spin v0.5.2 |
2732 | 2024-12-20T23:43:54.661Z | [ host-package] Compiling arrayvec v0.7.6 |
2733 | 2024-12-20T23:43:55.201Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2734 | 2024-12-20T23:43:55.412Z | [ host-package] Compiling keccak v0.1.5 |
2735 | 2024-12-20T23:43:55.684Z | [ host-package] Compiling tar v0.4.42 |
2736 | 2024-12-20T23:43:56.633Z | [ helios-setup] Dec 20 23:43:56.318 INFO E| Compiling getopts v0.2.21 |
2737 | 2024-12-20T23:43:56.804Z | [ helios-setup] Dec 20 23:43:56.489 INFO E| Compiling tracing-core v0.1.30 |
2738 | 2024-12-20T23:43:57.309Z | [ helios-setup] Dec 20 23:43:56.994 INFO E| Compiling memoffset v0.7.1 |
2739 | 2024-12-20T23:43:57.675Z | [ host-package] Compiling sha3 v0.10.8 |
2740 | 2024-12-20T23:43:57.934Z | [ host-package] Compiling toolchain_find v0.4.0 |
2741 | 2024-12-20T23:43:58.817Z | [ helios-setup] Dec 20 23:43:58.501 INFO E| Compiling time-core v0.1.2 |
2742 | 2024-12-20T23:43:58.987Z | [ helios-setup] Dec 20 23:43:58.672 INFO E| Compiling powerfmt v0.2.0 |
2743 | 2024-12-20T23:43:59.119Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2744 | 2024-12-20T23:43:59.240Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2745 | 2024-12-20T23:43:59.458Z | [ helios-setup] Dec 20 23:43:59.142 INFO E| Compiling unicode-bidi v0.3.13 |
2746 | 2024-12-20T23:43:59.827Z | [ host-package] Compiling crunchy v0.2.2 |
2747 | 2024-12-20T23:43:59.948Z | [ host-package] Compiling topological-sort v0.2.2 |
2748 | 2024-12-20T23:44:00.068Z | [ helios-setup] Dec 20 23:43:59.753 INFO E| Compiling ucd-trie v0.1.5 |
2749 | 2024-12-20T23:44:00.286Z | [ host-package] Compiling maplit v1.0.2 |
2750 | 2024-12-20T23:44:00.590Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2751 | 2024-12-20T23:44:00.763Z | [ helios-setup] Dec 20 23:44:00.448 INFO E| Compiling num-conv v0.1.0 |
2752 | 2024-12-20T23:44:00.771Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2753 | 2024-12-20T23:44:00.995Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2754 | 2024-12-20T23:44:01.458Z | [ helios-setup] Dec 20 23:44:01.143 INFO E| Compiling time-macros v0.2.18 |
2755 | 2024-12-20T23:44:02.088Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2756 | 2024-12-20T23:44:02.340Z | [ host-package] Compiling phf_generator v0.11.2 |
2757 | 2024-12-20T23:44:02.459Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2758 | 2024-12-20T23:44:02.490Z | [ helios-setup] Dec 20 23:44:02.175 INFO E| Compiling idna v0.3.0 |
2759 | 2024-12-20T23:44:02.992Z | [ host-package] Compiling secrecy v0.8.0 |
2760 | 2024-12-20T23:44:03.184Z | [ host-package] Compiling const_format v0.2.33 |
2761 | 2024-12-20T23:44:03.284Z | [ helios-setup] Dec 20 23:44:02.970 INFO E| Compiling pest v2.5.7 |
2762 | 2024-12-20T23:44:03.473Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2763 | 2024-12-20T23:44:04.287Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2764 | 2024-12-20T23:44:04.791Z | [ host-package] Compiling arc-swap v1.7.1 |
2765 | 2024-12-20T23:44:05.002Z | [ helios-setup] Dec 20 23:44:04.687 INFO E| Compiling deranged v0.3.11 |
2766 | 2024-12-20T23:44:05.004Z | [ host-package] Compiling diesel_derives v2.2.3 |
2767 | 2024-12-20T23:44:05.043Z | [ host-package] Compiling r2d2 v0.8.10 |
2768 | 2024-12-20T23:44:05.303Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2769 | 2024-12-20T23:44:05.959Z | [ host-package] Compiling slog-scope v4.4.0 |
2770 | 2024-12-20T23:44:06.404Z | [ host-package] Compiling phf_codegen v0.11.2 |
2771 | 2024-12-20T23:44:06.444Z | [ helios-setup] Dec 20 23:44:06.118 INFO E| Compiling tracing v0.1.37 |
2772 | 2024-12-20T23:44:06.510Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2773 | 2024-12-20T23:44:07.296Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2774 | 2024-12-20T23:44:07.480Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2775 | 2024-12-20T23:44:07.575Z | [ host-package] Compiling universal-hash v0.5.1 |
2776 | 2024-12-20T23:44:08.463Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2777 | 2024-12-20T23:44:08.585Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2778 | 2024-12-20T23:44:09.529Z | [ helios-setup] Dec 20 23:44:09.152 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2779 | 2024-12-20T23:44:09.693Z | [ helios-setup] Dec 20 23:44:09.379 INFO E| Compiling time v0.1.45 |
2780 | 2024-12-20T23:44:10.062Z | [ helios-setup] Dec 20 23:44:09.748 INFO E| Compiling crossbeam-epoch v0.9.13 |
2781 | 2024-12-20T23:44:10.500Z | [ helios-setup] Dec 20 23:44:10.186 INFO E| Compiling num_threads v0.1.6 |
2782 | 2024-12-20T23:44:10.708Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2783 | 2024-12-20T23:44:11.647Z | [ helios-setup] Dec 20 23:44:11.333 INFO E| Compiling semver v1.0.17 |
2784 | 2024-12-20T23:44:11.887Z | [ host-package] Compiling ena v0.14.3 |
2785 | 2024-12-20T23:44:12.223Z | [ helios-setup] Dec 20 23:44:11.909 INFO E| Compiling iana-time-zone v0.1.56 |
2786 | 2024-12-20T23:44:12.656Z | [ helios-setup] Dec 20 23:44:12.342 INFO E| Compiling time v0.3.36 |
2787 | 2024-12-20T23:44:12.876Z | [ host-package] Compiling unicase v2.7.0 |
2788 | 2024-12-20T23:44:13.628Z | [ helios-setup] Dec 20 23:44:13.314 INFO E| Compiling smallvec v1.10.0 |
2789 | 2024-12-20T23:44:13.631Z | [ host-package] Compiling opaque-debug v0.3.1 |
2790 | 2024-12-20T23:44:13.822Z | [ host-package] Compiling regex-syntax v0.6.29 |
2791 | 2024-12-20T23:44:14.094Z | [ host-package] Compiling diff v0.1.13 |
2792 | 2024-12-20T23:44:14.564Z | [ helios-setup] Dec 20 23:44:14.251 INFO E| Compiling toml v0.5.11 |
2793 | 2024-12-20T23:44:15.224Z | [ host-package] Compiling poly1305 v0.8.0 |
2794 | 2024-12-20T23:44:16.221Z | [ helios-setup] Dec 20 23:44:15.909 INFO E| Compiling serde_tokenstream v0.2.0 |
2795 | 2024-12-20T23:44:16.443Z | [ helios-setup] Dec 20 23:44:16.130 INFO E| Compiling parking_lot v0.12.1 |
2796 | 2024-12-20T23:44:18.021Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2797 | 2024-12-20T23:44:18.471Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2798 | 2024-12-20T23:44:21.245Z | [ host-package] Compiling lalrpop v0.19.12 |
2799 | 2024-12-20T23:44:21.369Z | [ helios-setup] Dec 20 23:44:21.057 INFO E| Compiling semver-parser v0.10.2 |
2800 | 2024-12-20T23:44:24.100Z | [ helios-setup] Dec 20 23:44:23.787 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2801 | 2024-12-20T23:44:25.253Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2802 | 2024-12-20T23:44:25.517Z | [ helios-setup] Dec 20 23:44:25.205 INFO E| Compiling url v2.3.1 |
2803 | 2024-12-20T23:44:27.961Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2804 | 2024-12-20T23:44:28.549Z | [ host-package] Compiling diesel v2.2.6 |
2805 | 2024-12-20T23:44:29.112Z | [ helios-setup] Dec 20 23:44:28.801 INFO E| Compiling crossbeam-channel v0.5.6 |
2806 | 2024-12-20T23:44:29.776Z | [ helios-setup] Dec 20 23:44:29.465 INFO E| Compiling dirs-sys-next v0.1.2 |
2807 | 2024-12-20T23:44:29.872Z | [ helios-setup] Dec 20 23:44:29.561 INFO E| Compiling crc32fast v1.3.2 |
2808 | 2024-12-20T23:44:30.388Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2809 | 2024-12-20T23:44:31.309Z | [ helios-setup] Dec 20 23:44:30.998 INFO E| Compiling try-lock v0.2.4 |
2810 | 2024-12-20T23:44:31.390Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2811 | 2024-12-20T23:44:31.822Z | [ helios-setup] Dec 20 23:44:31.511 INFO E| Compiling same-file v1.0.6 |
2812 | 2024-12-20T23:44:32.234Z | [ host-package] Compiling chacha20 v0.9.1 |
2813 | 2024-12-20T23:44:32.370Z | [ helios-setup] Dec 20 23:44:32.059 INFO E| Compiling walkdir v2.3.3 |
2814 | 2024-12-20T23:44:32.470Z | [ helios-setup] Dec 20 23:44:32.160 INFO E| Compiling want v0.3.0 |
2815 | 2024-12-20T23:44:33.360Z | [ host-package] Compiling aead v0.5.2 |
2816 | 2024-12-20T23:44:33.444Z | [ helios-setup] Dec 20 23:44:33.133 INFO E| Compiling dirs-next v2.0.0 |
2817 | 2024-12-20T23:44:34.447Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2818 | 2024-12-20T23:44:35.233Z | [ helios-setup] Dec 20 23:44:34.923 INFO E| Compiling semver v0.11.0 |
2819 | 2024-12-20T23:44:36.152Z | [ host-package] Compiling ref-cast v1.0.23 |
2820 | 2024-12-20T23:44:36.590Z | [ helios-setup] Dec 20 23:44:36.280 INFO E| Compiling tokio-util v0.7.7 |
2821 | 2024-12-20T23:44:37.576Z | [ helios-setup] Dec 20 23:44:37.265 INFO E| Compiling proc-macro-crate v1.2.1 |
2822 | 2024-12-20T23:44:37.907Z | [ host-package] Compiling vte v0.11.1 |
2823 | 2024-12-20T23:44:39.282Z | [ helios-setup] Dec 20 23:44:38.973 INFO E| Compiling h2 v0.3.16 |
2824 | 2024-12-20T23:44:40.799Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2825 | 2024-12-20T23:44:41.089Z | [ helios-setup] Dec 20 23:44:40.778 INFO E| Compiling futures-executor v0.3.28 |
2826 | 2024-12-20T23:44:41.315Z | [ helios-setup] Dec 20 23:44:41.006 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2827 | 2024-12-20T23:44:41.382Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2828 | 2024-12-20T23:44:41.476Z | [ host-package] Compiling chrono-tz v0.10.0 |
2829 | 2024-12-20T23:44:41.598Z | [ helios-setup] Dec 20 23:44:41.289 INFO E| Compiling http-body v0.4.5 |
2830 | 2024-12-20T23:44:42.508Z | [ helios-setup] Dec 20 23:44:42.199 INFO E| Compiling ring v0.16.20 |
2831 | 2024-12-20T23:44:43.215Z | [ host-package] Compiling vsss-rs v3.3.4 |
2832 | 2024-12-20T23:44:43.523Z | [ helios-setup] Dec 20 23:44:43.214 INFO E| Compiling rand_core v0.6.4 |
2833 | 2024-12-20T23:44:44.706Z | [ helios-setup] Dec 20 23:44:44.398 INFO E| Compiling thread_local v1.1.7 |
2834 | 2024-12-20T23:44:44.927Z | [ helios-setup] Dec 20 23:44:44.618 INFO E| Compiling adler v1.0.2 |
2835 | 2024-12-20T23:44:45.680Z | [ helios-setup] Dec 20 23:44:45.371 INFO E| Compiling utf8parse v0.2.1 |
2836 | 2024-12-20T23:44:46.180Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2837 | 2024-12-20T23:44:46.451Z | [ helios-setup] Dec 20 23:44:46.143 INFO E| Compiling base64 v0.21.0 |
2838 | 2024-12-20T23:44:46.880Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2839 | 2024-12-20T23:44:48.562Z | [ helios-setup] Dec 20 23:44:48.254 INFO E| Compiling rayon-core v1.10.2 |
2840 | 2024-12-20T23:44:48.981Z | [ helios-setup] Dec 20 23:44:48.674 INFO E| Compiling httpdate v1.0.2 |
2841 | 2024-12-20T23:44:49.619Z | [ helios-setup] Dec 20 23:44:49.302 INFO E| Compiling tower-service v0.3.2 |
2842 | 2024-12-20T23:44:49.954Z | [ helios-setup] Dec 20 23:44:49.645 INFO E| Compiling lazy_static v1.4.0 |
2843 | 2024-12-20T23:44:49.991Z | [ helios-setup] Dec 20 23:44:49.683 INFO E| Compiling home v0.5.4 |
2844 | 2024-12-20T23:44:50.212Z | [ helios-setup] Dec 20 23:44:49.904 INFO E| Compiling ppv-lite86 v0.2.17 |
2845 | 2024-12-20T23:44:50.822Z | [ helios-setup] Dec 20 23:44:50.513 INFO E| Compiling fastrand v1.9.0 |
2846 | 2024-12-20T23:44:51.849Z | [ host-package] Compiling headers-core v0.3.0 |
2847 | 2024-12-20T23:44:51.993Z | [ helios-setup] Dec 20 23:44:51.685 INFO E| Compiling rand_chacha v0.3.1 |
2848 | 2024-12-20T23:44:52.151Z | [ helios-setup] Dec 20 23:44:51.844 INFO E| Compiling tempfile v3.5.0 |
2849 | 2024-12-20T23:44:52.465Z | [ host-package] Compiling fxhash v0.2.1 |
2850 | 2024-12-20T23:44:52.537Z | [ host-package] Compiling libxml v0.3.3 |
2851 | 2024-12-20T23:44:53.173Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2852 | 2024-12-20T23:44:53.610Z | [ host-package] Compiling bytecount v0.6.8 |
2853 | 2024-12-20T23:44:54.501Z | [ host-package] Compiling papergrid v0.11.0 |
2854 | 2024-12-20T23:44:55.046Z | [ helios-setup] Dec 20 23:44:54.739 INFO E| Compiling hyper v0.14.25 |
2855 | 2024-12-20T23:44:55.823Z | [ helios-setup] Dec 20 23:44:55.516 INFO E| Compiling toolchain_find v0.2.0 |
2856 | 2024-12-20T23:44:56.254Z | [ helios-setup] Dec 20 23:44:55.947 INFO E| Compiling anstyle-parse v0.1.1 |
2857 | 2024-12-20T23:44:56.860Z | [ host-package] Compiling headers v0.4.0 |
2858 | 2024-12-20T23:44:56.882Z | [ helios-setup] Dec 20 23:44:56.333 INFO E| Compiling miniz_oxide v0.6.2 |
2859 | 2024-12-20T23:44:57.486Z | [ helios-setup] Dec 20 23:44:57.180 INFO E| Compiling futures v0.3.28 |
2860 | 2024-12-20T23:45:03.912Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2861 | 2024-12-20T23:45:09.414Z | [ helios-setup] Dec 20 23:45:09.109 INFO E| Compiling num_enum_derive v0.5.7 |
2862 | 2024-12-20T23:45:10.625Z | [ helios-setup] Dec 20 23:45:10.320 INFO E| Compiling cargo-lock v8.0.3 |
2863 | 2024-12-20T23:45:16.283Z | [ host-package] Compiling polar-core v0.27.3 |
2864 | 2024-12-20T23:45:16.338Z | [ helios-setup] Dec 20 23:45:16.035 INFO E| Compiling crossbeam-deque v0.8.2 |
2865 | 2024-12-20T23:45:17.505Z | [ helios-setup] Dec 20 23:45:17.201 INFO E| Compiling term v0.7.0 |
2866 | 2024-12-20T23:45:17.724Z | [ helios-setup] Dec 20 23:45:17.421 INFO E| Compiling serde_urlencoded v0.7.1 |
2867 | 2024-12-20T23:45:18.229Z | [ helios-setup] Dec 20 23:45:17.925 INFO E| Compiling sha1 v0.10.5 |
2868 | 2024-12-20T23:45:18.373Z | [ helios-setup] Dec 20 23:45:18.070 INFO E| Compiling sha2 v0.10.6 |
2869 | 2024-12-20T23:45:18.629Z | [ helios-setup] Dec 20 23:45:18.326 INFO E| Compiling is-terminal v0.4.7 |
2870 | 2024-12-20T23:45:19.133Z | [ helios-setup] Dec 20 23:45:18.829 INFO E| Compiling atty v0.2.14 |
2871 | 2024-12-20T23:45:19.420Z | [ helios-setup] Dec 20 23:45:19.116 INFO E| Compiling anstyle v0.3.5 |
2872 | 2024-12-20T23:45:21.559Z | [ helios-setup] Dec 20 23:45:21.256 INFO E| Compiling concolor-override v1.0.0 |
2873 | 2024-12-20T23:45:21.796Z | [ helios-setup] Dec 20 23:45:21.494 INFO E| Compiling concolor-query v0.3.3 |
2874 | 2024-12-20T23:45:22.147Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2875 | 2024-12-20T23:45:22.150Z | [ helios-setup] Dec 20 23:45:21.847 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2876 | 2024-12-20T23:45:22.426Z | [ helios-setup] Dec 20 23:45:22.122 INFO E| Compiling anstream v0.2.6 |
2877 | 2024-12-20T23:45:23.215Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2878 | 2024-12-20T23:45:24.360Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2879 | 2024-12-20T23:45:25.082Z | [ helios-setup] Dec 20 23:45:24.780 INFO E| Compiling slog-term v2.9.0 |
2880 | 2024-12-20T23:45:25.294Z | [ helios-setup] Dec 20 23:45:24.992 INFO E| Compiling flate2 v1.0.25 |
2881 | 2024-12-20T23:45:25.572Z | [ host-package] Compiling tabled_derive v0.7.0 |
2882 | 2024-12-20T23:45:28.020Z | [ helios-setup] Dec 20 23:45:27.718 INFO E| Compiling num_enum v0.5.7 |
2883 | 2024-12-20T23:45:28.411Z | [ helios-setup] Dec 20 23:45:28.109 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2884 | 2024-12-20T23:45:28.502Z | [ helios-setup] Dec 20 23:45:28.201 INFO E| Compiling rand v0.8.5 |
2885 | 2024-12-20T23:45:29.616Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2886 | 2024-12-20T23:45:29.711Z | [ helios-setup] Dec 20 23:45:29.409 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2887 | 2024-12-20T23:45:30.190Z | [ helios-setup] Dec 20 23:45:29.888 INFO E| Compiling openapiv3 v1.0.2 |
2888 | 2024-12-20T23:45:30.340Z | [ host-package] Compiling itertools v0.12.1 |
2889 | 2024-12-20T23:45:31.039Z | [ helios-setup] Dec 20 23:45:30.737 INFO E| Compiling encoding_rs v0.8.32 |
2890 | 2024-12-20T23:45:32.483Z | [ helios-setup] Dec 20 23:45:32.182 INFO E| Compiling byteorder v1.4.3 |
2891 | 2024-12-20T23:45:34.488Z | [ helios-setup] Dec 20 23:45:34.187 INFO E| Compiling either v1.8.0 |
2892 | 2024-12-20T23:45:35.440Z | [ helios-setup] Dec 20 23:45:35.139 INFO E| Compiling strsim v0.10.0 |
2893 | 2024-12-20T23:45:38.056Z | [ helios-setup] Dec 20 23:45:37.755 INFO E| Compiling project-root v0.2.2 |
2894 | 2024-12-20T23:45:38.257Z | [ host-package] Compiling fd-lock v4.0.2 |
2895 | 2024-12-20T23:45:38.461Z | [ host-package] Compiling peg-macros v0.8.4 |
2896 | 2024-12-20T23:45:38.618Z | [ helios-setup] Dec 20 23:45:38.318 INFO E| Compiling ipnet v2.7.2 |
2897 | 2024-12-20T23:45:38.733Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2898 | 2024-12-20T23:45:38.878Z | [ helios-setup] Dec 20 23:45:38.578 INFO E| Compiling untrusted v0.7.1 |
2899 | 2024-12-20T23:45:38.911Z | [ host-package] Compiling strum_macros v0.24.3 |
2900 | 2024-12-20T23:45:39.303Z | [ helios-setup] Dec 20 23:45:39.003 INFO E| Compiling unsafe-libyaml v0.2.8 |
2901 | 2024-12-20T23:45:39.459Z | [ helios-setup] Dec 20 23:45:39.159 INFO E| Compiling spin v0.5.2 |
2902 | 2024-12-20T23:45:40.272Z | [ helios-setup] Dec 20 23:45:39.971 INFO E| Compiling utf-8 v0.7.6 |
2903 | 2024-12-20T23:45:40.430Z | [ helios-setup] Dec 20 23:45:40.130 INFO E| Compiling clap_lex v0.4.1 |
2904 | 2024-12-20T23:45:41.138Z | [ helios-setup] Dec 20 23:45:40.838 INFO E| Compiling mime v0.3.17 |
2905 | 2024-12-20T23:45:41.260Z | [ host-package] Compiling kstat-rs v0.2.4 |
2906 | 2024-12-20T23:45:42.160Z | [ helios-setup] Dec 20 23:45:41.860 INFO E| Compiling base64 v0.13.1 |
2907 | 2024-12-20T23:45:43.058Z | [ host-package] Compiling samael v0.0.17 |
2908 | 2024-12-20T23:45:43.095Z | [ helios-setup] Dec 20 23:45:42.793 INFO E| Compiling serde_yaml v0.9.21 |
2909 | 2024-12-20T23:45:43.433Z | [ host-package] Compiling indoc v1.0.9 |
2910 | 2024-12-20T23:45:43.554Z | [ helios-setup] Dec 20 23:45:43.255 INFO E| Compiling tungstenite v0.18.0 |
2911 | 2024-12-20T23:45:44.189Z | [ helios-setup] Dec 20 23:45:43.568 INFO E| Compiling reqwest v0.11.16 |
2912 | 2024-12-20T23:45:44.212Z | [ helios-setup] Dec 20 23:45:43.815 INFO E| Compiling clap_builder v4.2.1 |
2913 | 2024-12-20T23:45:44.815Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2914 | 2024-12-20T23:45:44.858Z | [ helios-setup] Dec 20 23:45:44.558 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2915 | 2024-12-20T23:45:45.025Z | [ host-package] Compiling peg v0.8.4 |
2916 | 2024-12-20T23:45:45.503Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2917 | 2024-12-20T23:45:47.313Z | [ host-package] Compiling reedline v0.35.0 |
2918 | 2024-12-20T23:45:48.911Z | [ host-package] Compiling tabled v0.15.0 |
2919 | 2024-12-20T23:45:50.409Z | [ helios-setup] Dec 20 23:45:50.109 INFO E| Compiling rayon v1.6.1 |
2920 | 2024-12-20T23:45:51.996Z | [ helios-setup] Dec 20 23:45:51.697 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2921 | 2024-12-20T23:45:54.267Z | [ helios-setup] Dec 20 23:45:53.969 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2922 | 2024-12-20T23:45:56.624Z | [ helios-setup] Dec 20 23:45:56.326 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2923 | 2024-12-20T23:45:56.718Z | [ helios-setup] Dec 20 23:45:56.420 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2924 | 2024-12-20T23:45:58.657Z | [ helios-setup] Dec 20 23:45:58.359 INFO E| Compiling clap_derive v4.2.0 |
2925 | 2024-12-20T23:46:01.819Z | [ helios-setup] Dec 20 23:46:01.522 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2926 | 2024-12-20T23:46:04.513Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2927 | 2024-12-20T23:46:08.768Z | [ helios-setup] Dec 20 23:46:08.472 INFO E| Compiling clap v4.2.1 |
2928 | 2024-12-20T23:46:08.973Z | [ helios-setup] Dec 20 23:46:08.678 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2929 | 2024-12-20T23:46:20.818Z | [ helios-setup] Dec 20 23:46:20.524 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2930 | 2024-12-20T23:46:24.647Z | [ helios-setup] Dec 20 23:46:24.353 INFO E| Compiling tokio-tungstenite v0.18.0 |
2931 | 2024-12-20T23:46:25.559Z | [ host-package] Compiling derive_builder v0.20.2 |
2932 | 2024-12-20T23:46:26.061Z | [ helios-setup] Dec 20 23:46:25.767 INFO E| Compiling smartstring v1.0.1 |
2933 | 2024-12-20T23:46:26.362Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2934 | 2024-12-20T23:46:27.107Z | [ helios-setup] Dec 20 23:46:26.814 INFO E| Compiling rustls v0.21.0 |
2935 | 2024-12-20T23:46:28.317Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2936 | 2024-12-20T23:46:29.114Z | [ helios-setup] Dec 20 23:46:28.821 INFO E| Compiling serde_spanned v0.6.1 |
2937 | 2024-12-20T23:46:29.647Z | [ helios-setup] Dec 20 23:46:29.354 INFO E| Compiling toml_datetime v0.6.1 |
2938 | 2024-12-20T23:46:30.453Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2939 | 2024-12-20T23:46:31.539Z | [ helios-setup] Dec 20 23:46:30.938 INFO E| Compiling match_cfg v0.1.0 |
2940 | 2024-12-20T23:46:31.554Z | [ helios-setup] Dec 20 23:46:31.102 INFO E| Compiling slog-async v2.7.0 |
2941 | 2024-12-20T23:46:31.554Z | [ host-package] Compiling bcs v0.1.6 |
2942 | 2024-12-20T23:46:33.050Z | [ helios-setup] Dec 20 23:46:32.758 INFO E| Compiling paste v1.0.12 |
2943 | 2024-12-20T23:46:33.325Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2944 | 2024-12-20T23:46:34.055Z | [ helios-setup] Dec 20 23:46:33.763 INFO E| Compiling async-trait v0.1.68 |
2945 | 2024-12-20T23:46:35.101Z | [ host-package] Compiling oso-derive v0.27.3 |
2946 | 2024-12-20T23:46:35.289Z | [ helios-setup] Dec 20 23:46:34.998 INFO E| Compiling static_assertions v1.1.0 |
2947 | 2024-12-20T23:46:35.512Z | [ helios-setup] Dec 20 23:46:35.220 INFO E| Compiling winnow v0.4.1 |
2948 | 2024-12-20T23:46:36.221Z | [ host-package] Compiling libz-sys v1.1.20 |
2949 | 2024-12-20T23:46:37.280Z | [ host-package] Compiling quick-xml v0.33.0 |
2950 | 2024-12-20T23:46:37.695Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
2951 | 2024-12-20T23:46:38.871Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2952 | 2024-12-20T23:46:39.311Z | [ helios-setup] Dec 20 23:46:39.018 INFO E| Compiling camino v1.1.4 |
2953 | 2024-12-20T23:46:42.699Z | [ helios-setup] Dec 20 23:46:42.408 INFO E| Compiling toml_edit v0.19.8 |
2954 | 2024-12-20T23:46:44.005Z | [ helios-setup] Dec 20 23:46:43.715 INFO E| Compiling hostname v0.3.1 |
2955 | 2024-12-20T23:46:44.586Z | [ helios-setup] Dec 20 23:46:44.295 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
2956 | 2024-12-20T23:46:45.023Z | [ helios-setup] Dec 20 23:46:44.733 INFO E| Compiling slog-json v2.6.1 |
2957 | 2024-12-20T23:46:46.284Z | [ host-package] Compiling oso v0.27.3 |
2958 | 2024-12-20T23:46:46.361Z | [ helios-setup] Dec 20 23:46:46.070 INFO E| Compiling unicode-linebreak v0.1.4 |
2959 | 2024-12-20T23:46:50.713Z | [ host-package] Compiling mime_guess v2.0.5 |
2960 | 2024-12-20T23:46:50.725Z | [ helios-setup] Dec 20 23:46:50.435 INFO E| Compiling async-stream-impl v0.3.5 |
2961 | 2024-12-20T23:46:51.766Z | [ helios-setup] Dec 20 23:46:51.475 INFO E| Compiling rhai_codegen v1.5.0 |
2962 | 2024-12-20T23:46:53.458Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2963 | 2024-12-20T23:46:53.933Z | [ helios-setup] Dec 20 23:46:53.643 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2964 | 2024-12-20T23:46:54.980Z | [ helios-setup] Dec 20 23:46:54.691 INFO E| Compiling take_mut v0.2.2 |
2965 | 2024-12-20T23:46:57.546Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2966 | 2024-12-20T23:46:57.880Z | [ helios-setup] Dec 20 23:46:57.592 INFO E| Compiling rhai v1.14.0 |
2967 | 2024-12-20T23:46:58.402Z | [ helios-setup] Dec 20 23:46:58.114 INFO E| Compiling async-stream v0.3.5 |
2968 | 2024-12-20T23:46:59.744Z | [ helios-setup] Dec 20 23:46:59.455 INFO E| Compiling toml v0.7.3 |
2969 | 2024-12-20T23:47:01.075Z | [ helios-setup] Dec 20 23:47:00.787 INFO E| Compiling slog-bunyan v2.4.0 |
2970 | 2024-12-20T23:47:05.043Z | [ helios-setup] Dec 20 23:47:04.756 INFO E| Compiling rustls-pemfile v1.0.2 |
2971 | 2024-12-20T23:47:06.737Z | [ helios-setup] Dec 20 23:47:06.450 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2972 | 2024-12-20T23:47:06.758Z | [ helios-setup] Dec 20 23:47:06.471 INFO E| Compiling serde_path_to_error v0.1.11 |
2973 | 2024-12-20T23:47:07.396Z | [ helios-setup] Dec 20 23:47:07.109 INFO E| Compiling bincode v1.3.3 |
2974 | 2024-12-20T23:47:08.557Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2975 | 2024-12-20T23:47:09.744Z | [ helios-setup] Dec 20 23:47:09.456 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
2976 | 2024-12-20T23:47:10.605Z | [ helios-setup] Dec 20 23:47:10.319 INFO E| Compiling terminal_size v0.2.6 |
2977 | 2024-12-20T23:47:11.135Z | [ helios-setup] Dec 20 23:47:10.838 INFO E| Compiling smawk v0.3.1 |
2978 | 2024-12-20T23:47:11.636Z | [ helios-setup] Dec 20 23:47:11.350 INFO E| Compiling textwrap v0.16.0 |
2979 | 2024-12-20T23:47:14.811Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2980 | 2024-12-20T23:47:15.342Z | [ host-package] Compiling bb8 v0.8.5 |
2981 | 2024-12-20T23:47:16.604Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2982 | 2024-12-20T23:47:19.997Z | [ helios-setup] Dec 20 23:47:19.712 INFO E| Compiling sct v0.7.0 |
2983 | 2024-12-20T23:47:20.259Z | [ helios-setup] Dec 20 23:47:19.974 INFO E| Compiling rustls-webpki v0.100.1 |
2984 | 2024-12-20T23:47:21.555Z | [ host-package] Compiling nibble_vec v0.1.0 |
2985 | 2024-12-20T23:47:22.395Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2986 | 2024-12-20T23:47:22.862Z | [ host-package] Compiling atty v0.2.14 |
2987 | 2024-12-20T23:47:23.431Z | [ host-package] Compiling http-range v0.1.5 |
2988 | 2024-12-20T23:47:24.464Z | [ host-package] Compiling endian-type v0.1.2 |
2989 | 2024-12-20T23:47:25.006Z | [ host-package] Compiling salty v0.3.0 |
2990 | 2024-12-20T23:47:25.435Z | [ host-package] Compiling radix_trie v0.2.1 |
2991 | 2024-12-20T23:47:27.882Z | [ host-package] Compiling parking_lot v0.11.2 |
2992 | 2024-12-20T23:47:30.511Z | [ helios-setup] Dec 20 23:47:30.227 INFO E| Compiling tokio-rustls v0.24.0 |
2993 | 2024-12-20T23:47:30.717Z | [ helios-setup] Dec 20 23:47:30.434 INFO E| Compiling git2 v0.16.1 |
2994 | 2024-12-20T23:47:35.346Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2995 | 2024-12-20T23:47:42.143Z | [ helios-setup] Dec 20 23:47:41.861 INFO E| Compiling built v0.6.0 |
2996 | 2024-12-20T23:47:43.858Z | [ helios-setup] Dec 20 23:47:43.574 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2997 | 2024-12-20T23:47:45.561Z | [ helios-setup] Dec 20 23:47:45.280 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
2998 | 2024-12-20T23:47:46.389Z | [ helios-setup] Dec 20 23:47:46.096 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
2999 | 2024-12-20T23:47:47.028Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3000 | 2024-12-20T23:47:55.894Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3001 | 2024-12-20T23:47:57.612Z | [ helios-setup] Dec 20 23:47:57.332 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3002 | 2024-12-20T23:48:03.797Z | [ helios-setup] Dec 20 23:48:00.159 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3003 | 2024-12-20T23:48:03.924Z | [ host-package] Compiling sled v0.34.7 |
3004 | 2024-12-20T23:48:12.110Z | [ host-package] Compiling hickory-client v0.24.1 |
3005 | 2024-12-20T23:48:26.164Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3006 | 2024-12-20T23:48:28.753Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3007 | 2024-12-20T23:48:29.156Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3008 | 2024-12-20T23:48:29.440Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3009 | 2024-12-20T23:48:30.134Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3010 | 2024-12-20T23:48:32.267Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3011 | 2024-12-20T23:48:35.738Z | [ host-package] Compiling hickory-server v0.24.1 |
3012 | 2024-12-20T23:48:36.105Z | [ host-package] Compiling primeorder v0.13.6 |
3013 | 2024-12-20T23:48:37.414Z | [ host-package] Compiling castaway v0.2.3 |
3014 | 2024-12-20T23:48:38.042Z | [ host-package] Compiling vergen v8.3.2 |
3015 | 2024-12-20T23:48:38.789Z | [ host-package] Compiling env_filter v0.1.2 |
3016 | 2024-12-20T23:48:39.247Z | [ host-package] Compiling cargo-platform v0.1.8 |
3017 | 2024-12-20T23:48:40.483Z | [ host-package] Compiling nanorand v0.7.0 |
3018 | 2024-12-20T23:48:41.966Z | [ host-package] Compiling memoffset v0.9.1 |
3019 | 2024-12-20T23:48:42.076Z | [ host-package] Compiling flume v0.11.1 |
3020 | 2024-12-20T23:48:43.413Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3021 | 2024-12-20T23:48:44.277Z | [ host-package] Compiling cargo_metadata v0.18.1 |
3022 | 2024-12-20T23:48:46.049Z | [ host-package] Compiling env_logger v0.11.5 |
3023 | 2024-12-20T23:48:48.280Z | [ host-package] Compiling compact_str v0.8.0 |
3024 | 2024-12-20T23:48:49.432Z | [ host-package] Compiling p384 v0.13.0 |
3025 | 2024-12-20T23:48:50.975Z | [ helios-setup] Dec 20 23:48:50.704 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3026 | 2024-12-20T23:48:51.320Z | [ host-package] Compiling git2 v0.19.0 |
3027 | 2024-12-20T23:48:54.488Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3028 | 2024-12-20T23:48:56.058Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3029 | 2024-12-20T23:48:56.843Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3030 | 2024-12-20T23:48:58.328Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3031 | 2024-12-20T23:48:58.931Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3032 | 2024-12-20T23:48:59.278Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3033 | 2024-12-20T23:49:01.042Z | [ host-package] Compiling lru v0.12.5 |
3034 | 2024-12-20T23:49:01.510Z | [ host-package] Compiling rand_seeder v0.3.0 |
3035 | 2024-12-20T23:49:02.078Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3036 | 2024-12-20T23:49:02.177Z | [ host-package] Compiling lzma-sys v0.1.20 |
3037 | 2024-12-20T23:49:02.729Z | [ host-package] Compiling instability v0.3.2 |
3038 | 2024-12-20T23:49:02.848Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3039 | 2024-12-20T23:49:03.130Z | [ host-package] Compiling cassowary v0.3.0 |
3040 | 2024-12-20T23:49:03.272Z | [ host-package] Compiling rustls v0.21.12 |
3041 | 2024-12-20T23:49:03.704Z | [ host-package] Compiling cfg_aliases v0.2.1 |
3042 | 2024-12-20T23:49:03.913Z | [ host-package] Compiling nix v0.29.0 |
3043 | 2024-12-20T23:49:03.935Z | [ host-package] Compiling ratatui v0.28.1 |
3044 | 2024-12-20T23:49:05.548Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3045 | 2024-12-20T23:49:06.246Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3046 | 2024-12-20T23:49:07.107Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3047 | 2024-12-20T23:49:08.323Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3048 | 2024-12-20T23:49:08.674Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3049 | 2024-12-20T23:49:09.368Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3050 | 2024-12-20T23:49:09.742Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3051 | 2024-12-20T23:49:10.797Z | [ host-package] Compiling sct v0.7.1 |
3052 | 2024-12-20T23:49:11.694Z | [ host-package] Compiling heck v0.3.3 |
3053 | 2024-12-20T23:49:12.246Z | [ host-package] Compiling csv-core v0.1.11 |
3054 | 2024-12-20T23:49:13.842Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3055 | 2024-12-20T23:49:14.705Z | [ host-package] Compiling glob v0.3.1 |
3056 | 2024-12-20T23:49:15.119Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3057 | 2024-12-20T23:49:15.493Z | [ host-package] Compiling csv v1.3.0 |
3058 | 2024-12-20T23:49:16.066Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3059 | 2024-12-20T23:49:16.162Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3060 | 2024-12-20T23:49:18.240Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3061 | 2024-12-20T23:49:18.790Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3062 | 2024-12-20T23:49:19.251Z | [ host-package] Compiling nix v0.27.1 |
3063 | 2024-12-20T23:49:28.037Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3064 | 2024-12-20T23:49:37.162Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3065 | 2024-12-20T23:49:41.879Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3066 | 2024-12-20T23:49:48.086Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3067 | 2024-12-20T23:49:49.397Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3068 | 2024-12-20T23:49:53.957Z | [ helios-setup] Dec 20 23:49:53.691 INFO E| Finished `release` profile [optimized] target(s) in 6m 46s |
3069 | 2024-12-20T23:49:54.086Z | [ helios-setup] Dec 20 23:49:53.824 INFO building project "pilot" ok (406 seconds) |
3070 | 2024-12-20T23:49:54.086Z | [ helios-setup] Dec 20 23:49:53.824 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
3071 | 2024-12-20T23:49:54.094Z | [ helios-setup] Dec 20 23:49:53.824 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
3072 | 2024-12-20T23:49:54.408Z | [ helios-setup] Dec 20 23:49:54.147 INFO E| Downloading crates ... |
3073 | 2024-12-20T23:49:54.494Z | [ helios-setup] Dec 20 23:49:54.233 INFO E| Downloaded miniz_oxide v0.7.2 |
3074 | 2024-12-20T23:49:54.567Z | [ helios-setup] Dec 20 23:49:54.306 INFO E| Compiling adler v1.0.2 |
3075 | 2024-12-20T23:49:54.736Z | [ helios-setup] Dec 20 23:49:54.475 INFO E| Compiling miniz_oxide v0.7.2 |
3076 | 2024-12-20T23:49:55.637Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3077 | 2024-12-20T23:49:56.069Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3078 | 2024-12-20T23:49:56.478Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3079 | 2024-12-20T23:49:57.104Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3080 | 2024-12-20T23:49:57.463Z | [ helios-setup] Dec 20 23:49:57.198 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
3081 | 2024-12-20T23:49:58.542Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3082 | 2024-12-20T23:49:58.593Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3083 | 2024-12-20T23:49:58.826Z | [ helios-setup] Dec 20 23:49:58.561 INFO E| Finished `release` profile [optimized] target(s) in 4.63s |
3084 | 2024-12-20T23:49:58.840Z | [ helios-setup] Dec 20 23:49:58.572 INFO building project "pinprick" ok (4 seconds) |
3085 | 2024-12-20T23:49:58.840Z | [ helios-setup] Dec 20 23:49:58.572 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
3086 | 2024-12-20T23:49:58.845Z | [ helios-setup] Dec 20 23:49:58.572 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
3087 | 2024-12-20T23:49:59.165Z | [ helios-setup] Dec 20 23:49:58.901 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
3088 | 2024-12-20T23:49:59.378Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3089 | 2024-12-20T23:49:59.647Z | [ helios-setup] Dec 20 23:49:59.386 INFO E| From https://github.com/jclulow/rust-jmclib |
3090 | 2024-12-20T23:49:59.647Z | [ helios-setup] Dec 20 23:49:59.386 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
3091 | 2024-12-20T23:49:59.670Z | [ helios-setup] Dec 20 23:49:59.409 INFO E| Updating crates.io index |
3092 | 2024-12-20T23:49:59.782Z | [ helios-setup] Dec 20 23:49:59.522 INFO E| Downloading crates ... |
3093 | 2024-12-20T23:49:59.890Z | [ helios-setup] Dec 20 23:49:59.629 INFO E| Downloaded opaque-debug v0.3.0 |
3094 | 2024-12-20T23:49:59.893Z | [ helios-setup] Dec 20 23:49:59.632 INFO E| Downloaded fastrand v2.0.0 |
3095 | 2024-12-20T23:49:59.896Z | [ helios-setup] Dec 20 23:49:59.634 INFO E| Downloaded getrandom v0.2.10 |
3096 | 2024-12-20T23:49:59.900Z | [ helios-setup] Dec 20 23:49:59.638 INFO E| Downloaded once_cell v1.18.0 |
3097 | 2024-12-20T23:49:59.903Z | [ helios-setup] Dec 20 23:49:59.642 INFO E| Downloaded cpufeatures v0.2.9 |
3098 | 2024-12-20T23:49:59.912Z | [ helios-setup] Dec 20 23:49:59.651 INFO E| Downloaded block-buffer v0.9.0 |
3099 | 2024-12-20T23:49:59.914Z | [ helios-setup] Dec 20 23:49:59.653 INFO E| Downloaded libdevinfo-sys v1.0.0 |
3100 | 2024-12-20T23:49:59.917Z | [ helios-setup] Dec 20 23:49:59.657 INFO E| Downloaded itoa v1.0.9 |
3101 | 2024-12-20T23:49:59.923Z | [ helios-setup] Dec 20 23:49:59.663 INFO E| Downloaded md-5 v0.9.1 |
3102 | 2024-12-20T23:49:59.927Z | [ helios-setup] Dec 20 23:49:59.667 INFO E| Downloaded sha-1 v0.9.8 |
3103 | 2024-12-20T23:49:59.930Z | [ helios-setup] Dec 20 23:49:59.670 INFO E| Downloaded digest v0.9.0 |
3104 | 2024-12-20T23:49:59.967Z | [ helios-setup] Dec 20 23:49:59.706 INFO E| Downloaded tempfile v3.7.0 |
3105 | 2024-12-20T23:49:59.970Z | [ helios-setup] Dec 20 23:49:59.710 INFO E| Downloaded quote v1.0.31 |
3106 | 2024-12-20T23:49:59.974Z | [ helios-setup] Dec 20 23:49:59.714 INFO E| Downloaded bitflags v2.3.3 |
3107 | 2024-12-20T23:49:59.979Z | [ helios-setup] Dec 20 23:49:59.718 INFO E| Downloaded uuid v0.8.2 |
3108 | 2024-12-20T23:49:59.984Z | [ helios-setup] Dec 20 23:49:59.724 INFO E| Downloaded proc-macro2 v1.0.66 |
3109 | 2024-12-20T23:49:59.989Z | [ helios-setup] Dec 20 23:49:59.728 INFO E| Downloaded unicode-ident v1.0.11 |
3110 | 2024-12-20T23:49:59.993Z | [ helios-setup] Dec 20 23:49:59.733 INFO E| Downloaded serde_derive v1.0.193 |
3111 | 2024-12-20T23:49:59.997Z | [ helios-setup] Dec 20 23:49:59.737 INFO E| Downloaded serde v1.0.193 |
3112 | 2024-12-20T23:50:00.003Z | [ helios-setup] Dec 20 23:49:59.743 INFO E| Downloaded ryu v1.0.15 |
3113 | 2024-12-20T23:50:00.009Z | [ helios-setup] Dec 20 23:49:59.748 INFO E| Downloaded anyhow v1.0.72 |
3114 | 2024-12-20T23:50:00.024Z | [ helios-setup] Dec 20 23:49:59.763 INFO E| Downloaded serde_json v1.0.103 |
3115 | 2024-12-20T23:50:00.037Z | [ helios-setup] Dec 20 23:49:59.777 INFO E| Downloaded syn v2.0.32 |
3116 | 2024-12-20T23:50:00.055Z | [ helios-setup] Dec 20 23:49:59.795 INFO E| Downloaded rustix v0.38.4 |
3117 | 2024-12-20T23:50:00.125Z | [ helios-setup] Dec 20 23:49:59.864 INFO E| Downloaded libc v0.2.147 |
3118 | 2024-12-20T23:50:00.169Z | [ host-package] Compiling hashlink v0.9.1 |
3119 | 2024-12-20T23:50:00.260Z | [ helios-setup] Dec 20 23:49:59.999 INFO E| Compiling libc v0.2.147 |
3120 | 2024-12-20T23:50:00.260Z | [ helios-setup] Dec 20 23:49:59.999 INFO E| Compiling proc-macro2 v1.0.66 |
3121 | 2024-12-20T23:50:00.262Z | [ helios-setup] Dec 20 23:49:59.999 INFO E| Compiling unicode-ident v1.0.11 |
3122 | 2024-12-20T23:50:00.263Z | [ helios-setup] Dec 20 23:49:59.999 INFO E| Compiling cfg-if v1.0.0 |
3123 | 2024-12-20T23:50:00.263Z | [ helios-setup] Dec 20 23:49:59.999 INFO E| Compiling typenum v1.16.0 |
3124 | 2024-12-20T23:50:00.263Z | [ helios-setup] Dec 20 23:50:00.000 INFO E| Compiling version_check v0.9.4 |
3125 | 2024-12-20T23:50:00.263Z | [ helios-setup] Dec 20 23:50:00.000 INFO E| Compiling serde v1.0.193 |
3126 | 2024-12-20T23:50:00.263Z | [ helios-setup] Dec 20 23:50:00.000 INFO E| Compiling powerfmt v0.2.0 |
3127 | 2024-12-20T23:50:00.513Z | [ helios-setup] Dec 20 23:50:00.253 INFO E| Compiling num-conv v0.1.0 |
3128 | 2024-12-20T23:50:00.906Z | [ helios-setup] Dec 20 23:50:00.645 INFO E| Compiling itoa v1.0.9 |
3129 | 2024-12-20T23:50:01.236Z | [ helios-setup] Dec 20 23:50:00.976 INFO E| Compiling rustix v0.38.4 |
3130 | 2024-12-20T23:50:01.242Z | [ helios-setup] Dec 20 23:50:00.981 INFO E| Compiling slog v2.7.0 |
3131 | 2024-12-20T23:50:01.261Z | [ helios-setup] Dec 20 23:50:01.001 INFO E| Compiling time-core v0.1.2 |
3132 | 2024-12-20T23:50:01.600Z | [ helios-setup] Dec 20 23:50:01.340 INFO E| Compiling time-macros v0.2.18 |
3133 | 2024-12-20T23:50:01.689Z | [ helios-setup] Dec 20 23:50:01.428 INFO E| Compiling generic-array v0.14.7 |
3134 | 2024-12-20T23:50:01.980Z | [ helios-setup] Dec 20 23:50:01.720 INFO E| Compiling deranged v0.3.11 |
3135 | 2024-12-20T23:50:02.180Z | [ host-package] Compiling tungstenite v0.23.0 |
3136 | 2024-12-20T23:50:02.473Z | [ host-package] Compiling base64 v0.13.1 |
3137 | 2024-12-20T23:50:02.502Z | [ helios-setup] Dec 20 23:50:02.232 INFO E| Compiling once_cell v1.18.0 |
3138 | 2024-12-20T23:50:02.505Z | [ helios-setup] Dec 20 23:50:02.244 INFO E| Compiling num_threads v0.1.6 |
3139 | 2024-12-20T23:50:02.648Z | [ helios-setup] Dec 20 23:50:02.387 INFO E| Compiling bitflags v2.3.3 |
3140 | 2024-12-20T23:50:03.192Z | [ helios-setup] Dec 20 23:50:02.932 INFO E| Compiling thread_local v1.1.7 |
3141 | 2024-12-20T23:50:03.409Z | [ helios-setup] Dec 20 23:50:03.150 INFO E| Compiling quote v1.0.31 |
3142 | 2024-12-20T23:50:04.196Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3143 | 2024-12-20T23:50:04.454Z | [ helios-setup] Dec 20 23:50:04.194 INFO E| Compiling syn v2.0.32 |
3144 | 2024-12-20T23:50:04.690Z | [ helios-setup] Dec 20 23:50:04.430 INFO E| Compiling dirs-sys-next v0.1.2 |
3145 | 2024-12-20T23:50:04.809Z | [ helios-setup] Dec 20 23:50:04.549 INFO E| Compiling errno v0.3.1 |
3146 | 2024-12-20T23:50:05.231Z | [ helios-setup] Dec 20 23:50:04.971 INFO E| Compiling dirs-next v2.0.0 |
3147 | 2024-12-20T23:50:05.430Z | [ helios-setup] Dec 20 23:50:05.169 INFO E| Compiling term v0.7.0 |
3148 | 2024-12-20T23:50:05.628Z | [ helios-setup] Dec 20 23:50:05.368 INFO E| Compiling atty v0.2.14 |
3149 | 2024-12-20T23:50:05.691Z | [ helios-setup] Dec 20 23:50:05.431 INFO E| Compiling opaque-debug v0.3.0 |
3150 | 2024-12-20T23:50:05.787Z | [ helios-setup] Dec 20 23:50:05.527 INFO E| Compiling fastrand v2.0.0 |
3151 | 2024-12-20T23:50:06.040Z | [ helios-setup] Dec 20 23:50:05.780 INFO E| Compiling serde_json v1.0.103 |
3152 | 2024-12-20T23:50:06.193Z | [ helios-setup] Dec 20 23:50:05.934 INFO E| Compiling anyhow v1.0.72 |
3153 | 2024-12-20T23:50:06.391Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3154 | 2024-12-20T23:50:06.929Z | [ helios-setup] Dec 20 23:50:06.669 INFO E| Compiling digest v0.9.0 |
3155 | 2024-12-20T23:50:06.969Z | [ helios-setup] Dec 20 23:50:06.710 INFO E| Compiling block-buffer v0.9.0 |
3156 | 2024-12-20T23:50:07.330Z | [ helios-setup] Dec 20 23:50:07.071 INFO E| Compiling getrandom v0.2.10 |
3157 | 2024-12-20T23:50:07.402Z | [ host-package] Compiling rusqlite v0.32.1 |
3158 | 2024-12-20T23:50:07.429Z | [ helios-setup] Dec 20 23:50:07.169 INFO E| Compiling same-file v1.0.6 |
3159 | 2024-12-20T23:50:07.473Z | [ helios-setup] Dec 20 23:50:07.214 INFO E| Compiling ryu v1.0.15 |
3160 | 2024-12-20T23:50:07.640Z | [ helios-setup] Dec 20 23:50:07.380 INFO E| Compiling time v0.3.36 |
3161 | 2024-12-20T23:50:07.999Z | [ helios-setup] Dec 20 23:50:07.740 INFO E| Compiling unicode-width v0.1.10 |
3162 | 2024-12-20T23:50:08.108Z | [ helios-setup] Dec 20 23:50:07.849 INFO E| Compiling cpufeatures v0.2.9 |
3163 | 2024-12-20T23:50:08.270Z | [ helios-setup] Dec 20 23:50:08.010 INFO E| Compiling getopts v0.2.21 |
3164 | 2024-12-20T23:50:08.290Z | [ helios-setup] Dec 20 23:50:08.030 INFO E| Compiling sha-1 v0.9.8 |
3165 | 2024-12-20T23:50:08.496Z | [ helios-setup] Dec 20 23:50:08.236 INFO E| Compiling walkdir v2.3.3 |
3166 | 2024-12-20T23:50:08.817Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3167 | 2024-12-20T23:50:09.409Z | [ helios-setup] Dec 20 23:50:09.150 INFO E| Compiling tempfile v3.7.0 |
3168 | 2024-12-20T23:50:09.773Z | [ helios-setup] Dec 20 23:50:09.514 INFO E| Compiling md-5 v0.9.1 |
3169 | 2024-12-20T23:50:09.911Z | [ helios-setup] Dec 20 23:50:09.652 INFO E| Compiling libdevinfo-sys v1.0.0 |
3170 | 2024-12-20T23:50:10.165Z | [ helios-setup] Dec 20 23:50:09.903 INFO E| Compiling glob v0.3.1 |
3171 | 2024-12-20T23:50:10.316Z | [ host-package] Compiling ron v0.7.1 |
3172 | 2024-12-20T23:50:11.416Z | [ helios-setup] Dec 20 23:50:11.157 INFO E| Compiling slog-term v2.9.0 |
3173 | 2024-12-20T23:50:12.240Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3174 | 2024-12-20T23:50:13.478Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3175 | 2024-12-20T23:50:14.524Z | [ helios-setup] Dec 20 23:50:14.266 INFO E| Compiling serde_derive v1.0.193 |
3176 | 2024-12-20T23:50:16.680Z | [ host-package] Compiling xz2 v0.1.7 |
3177 | 2024-12-20T23:50:17.289Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3178 | 2024-12-20T23:50:17.434Z | [ host-package] Compiling zone v0.1.8 |
3179 | 2024-12-20T23:50:21.492Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3180 | 2024-12-20T23:50:28.530Z | [ helios-setup] Dec 20 23:50:28.273 INFO E| Compiling toml v0.5.11 |
3181 | 2024-12-20T23:50:28.532Z | [ helios-setup] Dec 20 23:50:28.273 INFO E| Compiling uuid v0.8.2 |
3182 | 2024-12-20T23:50:29.417Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3183 | 2024-12-20T23:50:31.008Z | [ helios-setup] Dec 20 23:50:30.752 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
3184 | 2024-12-20T23:50:34.572Z | [ helios-setup] Dec 20 23:50:34.316 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
3185 | 2024-12-20T23:50:36.549Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3186 | 2024-12-20T23:50:38.050Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3187 | 2024-12-20T23:50:38.935Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3188 | 2024-12-20T23:50:42.974Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3189 | 2024-12-20T23:50:43.952Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3190 | 2024-12-20T23:50:44.628Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3191 | 2024-12-20T23:50:45.378Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3192 | 2024-12-20T23:50:45.613Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3193 | 2024-12-20T23:50:45.908Z | [ host-package] Compiling twox-hash v1.6.3 |
3194 | 2024-12-20T23:50:47.150Z | [ host-package] Compiling yasna v0.5.2 |
3195 | 2024-12-20T23:50:47.703Z | [ helios-setup] Dec 20 23:50:47.449 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.78s |
3196 | 2024-12-20T23:50:47.736Z | [ helios-setup] Dec 20 23:50:47.483 INFO building project "image-builder" ok (48 seconds) |
3197 | 2024-12-20T23:50:47.736Z | [ helios-setup] Dec 20 23:50:47.483 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
3198 | 2024-12-20T23:50:47.739Z | [ helios-setup] Dec 20 23:50:47.483 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
3199 | 2024-12-20T23:50:47.748Z | [ helios-setup] Dec 20 23:50:47.494 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
3200 | 2024-12-20T23:50:48.133Z | [ helios-setup] Dec 20 23:50:47.880 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
3201 | 2024-12-20T23:50:48.133Z | [ helios-setup] Dec 20 23:50:47.880 INFO E| info: downloading component 'cargo' |
3202 | 2024-12-20T23:50:49.291Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3203 | 2024-12-20T23:50:49.378Z | [ helios-setup] Dec 20 23:50:49.125 INFO E| info: downloading component 'clippy' |
3204 | 2024-12-20T23:50:49.594Z | [ helios-setup] Dec 20 23:50:49.341 INFO E| info: downloading component 'rust-docs' |
3205 | 2024-12-20T23:50:50.499Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3206 | 2024-12-20T23:50:50.596Z | [ helios-setup] Dec 20 23:50:50.343 INFO E| info: downloading component 'rust-src' |
3207 | 2024-12-20T23:50:51.239Z | [ host-package] Compiling is_ci v1.2.0 |
3208 | 2024-12-20T23:50:51.329Z | [ helios-setup] Dec 20 23:50:51.075 INFO E| info: downloading component 'rust-std' |
3209 | 2024-12-20T23:50:51.582Z | [ host-package] Compiling smawk v0.3.2 |
3210 | 2024-12-20T23:50:51.883Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3211 | 2024-12-20T23:50:52.478Z | [ host-package] Compiling textwrap v0.16.1 |
3212 | 2024-12-20T23:50:53.612Z | [ helios-setup] Dec 20 23:50:53.359 INFO E| info: downloading component 'rustc' |
3213 | 2024-12-20T23:50:55.006Z | [ host-package] Compiling supports-color v3.0.1 |
3214 | 2024-12-20T23:50:56.248Z | [ host-package] Compiling rcgen v0.12.1 |
3215 | 2024-12-20T23:50:58.096Z | [ helios-setup] Dec 20 23:50:57.844 INFO E| info: downloading component 'rustfmt' |
3216 | 2024-12-20T23:50:58.288Z | [ helios-setup] Dec 20 23:50:58.036 INFO E| info: installing component 'cargo' |
3217 | 2024-12-20T23:50:58.409Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3218 | 2024-12-20T23:50:59.520Z | [ helios-setup] Dec 20 23:50:59.268 INFO E| info: installing component 'clippy' |
3219 | 2024-12-20T23:50:59.976Z | [ helios-setup] Dec 20 23:50:59.725 INFO E| info: installing component 'rust-docs' |
3220 | 2024-12-20T23:51:02.424Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3221 | 2024-12-20T23:51:05.728Z | [ helios-setup] Dec 20 23:51:05.478 INFO E| info: installing component 'rust-src' |
3222 | 2024-12-20T23:51:06.302Z | [ helios-setup] Dec 20 23:51:06.052 INFO E| info: installing component 'rust-std' |
3223 | 2024-12-20T23:51:07.442Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3224 | 2024-12-20T23:51:08.217Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3225 | 2024-12-20T23:51:08.902Z | [ helios-setup] Dec 20 23:51:08.652 INFO E| info: installing component 'rustc' |
3226 | 2024-12-20T23:51:10.375Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3227 | 2024-12-20T23:51:15.192Z | [ helios-setup] Dec 20 23:51:14.942 INFO E| info: installing component 'rustfmt' |
3228 | 2024-12-20T23:51:15.994Z | [ helios-setup] Dec 20 23:51:15.745 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
3229 | 2024-12-20T23:51:16.925Z | [ helios-setup] Dec 20 23:51:16.675 INFO E| From https://github.com/oxidecomputer/amd-apcb |
3230 | 2024-12-20T23:51:16.925Z | [ helios-setup] Dec 20 23:51:16.675 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
3231 | 2024-12-20T23:51:16.925Z | [ helios-setup] Dec 20 23:51:16.675 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3232 | 2024-12-20T23:51:16.960Z | [ helios-setup] Dec 20 23:51:16.711 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
3233 | 2024-12-20T23:51:16.960Z | [ helios-setup] Dec 20 23:51:16.711 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
3234 | 2024-12-20T23:51:16.960Z | [ helios-setup] Dec 20 23:51:16.711 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
3235 | 2024-12-20T23:51:16.966Z | [ helios-setup] Dec 20 23:51:16.712 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3236 | 2024-12-20T23:51:16.966Z | [ helios-setup] Dec 20 23:51:16.712 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3237 | 2024-12-20T23:51:16.966Z | [ helios-setup] Dec 20 23:51:16.712 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3238 | 2024-12-20T23:51:16.966Z | [ helios-setup] Dec 20 23:51:16.712 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
3239 | 2024-12-20T23:51:16.966Z | [ helios-setup] Dec 20 23:51:16.712 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
3240 | 2024-12-20T23:51:16.966Z | [ helios-setup] Dec 20 23:51:16.712 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3241 | 2024-12-20T23:51:16.967Z | [ helios-setup] Dec 20 23:51:16.712 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3242 | 2024-12-20T23:51:16.967Z | [ helios-setup] Dec 20 23:51:16.712 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3243 | 2024-12-20T23:51:17.019Z | [ helios-setup] Dec 20 23:51:16.770 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
3244 | 2024-12-20T23:51:17.949Z | [ helios-setup] Dec 20 23:51:17.700 INFO E| From https://github.com/oxidecomputer/amd-efs |
3245 | 2024-12-20T23:51:17.949Z | [ helios-setup] Dec 20 23:51:17.701 INFO E| * [new branch] empty -> origin/empty |
3246 | 2024-12-20T23:51:17.949Z | [ helios-setup] Dec 20 23:51:17.701 INFO E| * [new branch] issue-99 -> origin/issue-99 |
3247 | 2024-12-20T23:51:17.953Z | [ helios-setup] Dec 20 23:51:17.701 INFO E| * [new branch] main -> origin/main |
3248 | 2024-12-20T23:51:17.953Z | [ helios-setup] Dec 20 23:51:17.701 INFO E| * [new branch] review -> origin/review |
3249 | 2024-12-20T23:51:17.953Z | [ helios-setup] Dec 20 23:51:17.701 INFO E| * [new ref] -> origin/HEAD |
3250 | 2024-12-20T23:51:17.953Z | [ helios-setup] Dec 20 23:51:17.701 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3251 | 2024-12-20T23:51:17.954Z | [ helios-setup] Dec 20 23:51:17.702 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
3252 | 2024-12-20T23:51:17.954Z | [ helios-setup] Dec 20 23:51:17.702 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
3253 | 2024-12-20T23:51:17.954Z | [ helios-setup] Dec 20 23:51:17.702 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
3254 | 2024-12-20T23:51:17.954Z | [ helios-setup] Dec 20 23:51:17.702 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
3255 | 2024-12-20T23:51:17.954Z | [ helios-setup] Dec 20 23:51:17.702 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
3256 | 2024-12-20T23:51:17.954Z | [ helios-setup] Dec 20 23:51:17.702 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
3257 | 2024-12-20T23:51:17.954Z | [ helios-setup] Dec 20 23:51:17.702 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
3258 | 2024-12-20T23:51:17.954Z | [ helios-setup] Dec 20 23:51:17.703 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3259 | 2024-12-20T23:51:17.954Z | [ helios-setup] Dec 20 23:51:17.703 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3260 | 2024-12-20T23:51:17.954Z | [ helios-setup] Dec 20 23:51:17.703 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3261 | 2024-12-20T23:51:17.954Z | [ helios-setup] Dec 20 23:51:17.703 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3262 | 2024-12-20T23:51:17.954Z | [ helios-setup] Dec 20 23:51:17.703 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3263 | 2024-12-20T23:51:17.954Z | [ helios-setup] Dec 20 23:51:17.703 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3264 | 2024-12-20T23:51:17.981Z | [ helios-setup] Dec 20 23:51:17.733 INFO E| Updating crates.io index |
3265 | 2024-12-20T23:51:18.320Z | [ helios-setup] Dec 20 23:51:18.071 INFO E| Downloading crates ... |
3266 | 2024-12-20T23:51:18.413Z | [ helios-setup] Dec 20 23:51:18.165 INFO E| Downloaded bytesize v1.3.0 |
3267 | 2024-12-20T23:51:18.431Z | [ helios-setup] Dec 20 23:51:18.183 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
3268 | 2024-12-20T23:51:18.440Z | [ helios-setup] Dec 20 23:51:18.192 INFO E| Downloaded unic-char-range v0.9.0 |
3269 | 2024-12-20T23:51:18.443Z | [ helios-setup] Dec 20 23:51:18.194 INFO E| Downloaded unic-common v0.9.0 |
3270 | 2024-12-20T23:51:18.446Z | [ helios-setup] Dec 20 23:51:18.195 INFO E| Downloaded scroll_derive v0.10.5 |
3271 | 2024-12-20T23:51:18.446Z | [ helios-setup] Dec 20 23:51:18.197 INFO E| Downloaded unic-char-property v0.9.0 |
3272 | 2024-12-20T23:51:18.448Z | [ helios-setup] Dec 20 23:51:18.199 INFO E| Downloaded proc-macro-crate v0.1.5 |
3273 | 2024-12-20T23:51:18.452Z | [ helios-setup] Dec 20 23:51:18.200 INFO E| Downloaded unic-ucd-version v0.9.0 |
3274 | 2024-12-20T23:51:18.453Z | [ helios-setup] Dec 20 23:51:18.201 INFO E| Downloaded strsim v0.8.0 |
3275 | 2024-12-20T23:51:18.453Z | [ helios-setup] Dec 20 23:51:18.203 INFO E| Downloaded cfg-if v0.1.10 |
3276 | 2024-12-20T23:51:18.456Z | [ helios-setup] Dec 20 23:51:18.205 INFO E| Downloaded pre v0.2.1 |
3277 | 2024-12-20T23:51:18.456Z | [ helios-setup] Dec 20 23:51:18.206 INFO E| Downloaded pest v2.7.13 |
3278 | 2024-12-20T23:51:18.463Z | [ helios-setup] Dec 20 23:51:18.214 INFO E| Downloaded vec_map v0.8.2 |
3279 | 2024-12-20T23:51:18.465Z | [ helios-setup] Dec 20 23:51:18.216 INFO E| Downloaded thiserror-impl v1.0.64 |
3280 | 2024-12-20T23:51:18.468Z | [ helios-setup] Dec 20 23:51:18.218 INFO E| Downloaded unic-ucd-ident v0.9.0 |
3281 | 2024-12-20T23:51:18.470Z | [ helios-setup] Dec 20 23:51:18.221 INFO E| Downloaded thiserror v1.0.64 |
3282 | 2024-12-20T23:51:18.496Z | [ helios-setup] Dec 20 23:51:18.248 INFO E| Downloaded textwrap v0.11.0 |
3283 | 2024-12-20T23:51:18.503Z | [ helios-setup] Dec 20 23:51:18.250 INFO E| Downloaded structopt v0.3.26 |
3284 | 2024-12-20T23:51:18.509Z | [ helios-setup] Dec 20 23:51:18.260 INFO E| Downloaded scroll v0.10.2 |
3285 | 2024-12-20T23:51:18.512Z | [ helios-setup] Dec 20 23:51:18.263 INFO E| Downloaded pre-proc-macro v0.2.1 |
3286 | 2024-12-20T23:51:18.514Z | [ helios-setup] Dec 20 23:51:18.265 INFO E| Downloaded pest_meta v2.7.13 |
3287 | 2024-12-20T23:51:18.518Z | [ helios-setup] Dec 20 23:51:18.268 INFO E| Downloaded serde v1.0.210 |
3288 | 2024-12-20T23:51:18.522Z | [ helios-setup] Dec 20 23:51:18.273 INFO E| Downloaded serde_derive v1.0.210 |
3289 | 2024-12-20T23:51:18.526Z | [ helios-setup] Dec 20 23:51:18.277 INFO E| Downloaded pest_derive v2.7.13 |
3290 | 2024-12-20T23:51:18.529Z | [ helios-setup] Dec 20 23:51:18.281 INFO E| Downloaded once_cell v1.20.1 |
3291 | 2024-12-20T23:51:18.533Z | [ helios-setup] Dec 20 23:51:18.285 INFO E| Downloaded modular-bitfield v0.11.2 |
3292 | 2024-12-20T23:51:18.552Z | [ helios-setup] Dec 20 23:51:18.303 INFO E| Downloaded serde_json v1.0.128 |
3293 | 2024-12-20T23:51:18.571Z | [ helios-setup] Dec 20 23:51:18.320 INFO E| Downloaded syn v2.0.79 |
3294 | 2024-12-20T23:51:18.586Z | [ helios-setup] Dec 20 23:51:18.337 INFO E| Downloaded goblin v0.4.3 |
3295 | 2024-12-20T23:51:18.593Z | [ helios-setup] Dec 20 23:51:18.345 INFO E| Downloaded clap v2.34.0 |
3296 | 2024-12-20T23:51:18.603Z | [ helios-setup] Dec 20 23:51:18.354 INFO E| Downloaded libc v0.2.159 |
3297 | 2024-12-20T23:51:18.645Z | [ helios-setup] Dec 20 23:51:18.396 INFO E| Downloaded ansi_term v0.12.1 |
3298 | 2024-12-20T23:51:18.648Z | [ helios-setup] Dec 20 23:51:18.399 INFO E| Downloaded strum_macros v0.23.1 |
3299 | 2024-12-20T23:51:18.651Z | [ helios-setup] Dec 20 23:51:18.401 INFO E| Downloaded structopt-derive v0.4.18 |
3300 | 2024-12-20T23:51:18.653Z | [ helios-setup] Dec 20 23:51:18.403 INFO E| Downloaded semver-parser v0.7.0 |
3301 | 2024-12-20T23:51:18.653Z | [ helios-setup] Dec 20 23:51:18.405 INFO E| Downloaded semver v0.9.0 |
3302 | 2024-12-20T23:51:18.656Z | [ helios-setup] Dec 20 23:51:18.407 INFO E| Downloaded rustc_version v0.2.3 |
3303 | 2024-12-20T23:51:18.659Z | [ helios-setup] Dec 20 23:51:18.408 INFO E| Downloaded pest_generator v2.7.13 |
3304 | 2024-12-20T23:51:18.659Z | [ helios-setup] Dec 20 23:51:18.410 INFO E| Downloaded parse_int v0.6.0 |
3305 | 2024-12-20T23:51:18.661Z | [ helios-setup] Dec 20 23:51:18.411 INFO E| Downloaded four-cc v0.3.0 |
3306 | 2024-12-20T23:51:18.661Z | [ helios-setup] Dec 20 23:51:18.412 INFO E| Downloaded strum v0.23.0 |
3307 | 2024-12-20T23:51:18.664Z | [ helios-setup] Dec 20 23:51:18.413 INFO E| Downloaded fletcher v0.1.0 |
3308 | 2024-12-20T23:51:18.664Z | [ helios-setup] Dec 20 23:51:18.415 INFO E| Downloaded memoffset v0.5.6 |
3309 | 2024-12-20T23:51:18.764Z | [ helios-setup] Dec 20 23:51:18.515 INFO E| Compiling proc-macro2 v1.0.86 |
3310 | 2024-12-20T23:51:18.767Z | [ helios-setup] Dec 20 23:51:18.516 INFO E| Compiling unicode-ident v1.0.13 |
3311 | 2024-12-20T23:51:18.767Z | [ helios-setup] Dec 20 23:51:18.516 INFO E| Compiling syn v1.0.109 |
3312 | 2024-12-20T23:51:18.767Z | [ helios-setup] Dec 20 23:51:18.516 INFO E| Compiling version_check v0.9.5 |
3313 | 2024-12-20T23:51:18.767Z | [ helios-setup] Dec 20 23:51:18.516 INFO E| Compiling memchr v2.7.4 |
3314 | 2024-12-20T23:51:18.767Z | [ helios-setup] Dec 20 23:51:18.516 INFO E| Compiling thiserror v1.0.64 |
3315 | 2024-12-20T23:51:18.767Z | [ helios-setup] Dec 20 23:51:18.516 INFO E| Compiling autocfg v1.4.0 |
3316 | 2024-12-20T23:51:18.768Z | [ helios-setup] Dec 20 23:51:18.516 INFO E| Compiling semver-parser v0.7.0 |
3317 | 2024-12-20T23:51:19.760Z | [ helios-setup] Dec 20 23:51:19.512 INFO E| Compiling semver v0.9.0 |
3318 | 2024-12-20T23:51:20.077Z | [ helios-setup] Dec 20 23:51:19.829 INFO E| Compiling serde v1.0.210 |
3319 | 2024-12-20T23:51:20.527Z | [ helios-setup] Dec 20 23:51:20.279 INFO E| Compiling rustc_version v0.2.3 |
3320 | 2024-12-20T23:51:20.527Z | [ helios-setup] Dec 20 23:51:20.279 INFO E| Compiling proc-macro-error-attr v1.0.4 |
3321 | 2024-12-20T23:51:20.665Z | [ helios-setup] Dec 20 23:51:20.417 INFO E| Compiling proc-macro-error v1.0.4 |
3322 | 2024-12-20T23:51:21.142Z | [ helios-setup] Dec 20 23:51:20.893 INFO E| Compiling serde_json v1.0.128 |
3323 | 2024-12-20T23:51:21.221Z | [ helios-setup] Dec 20 23:51:20.973 INFO E| Compiling num-traits v0.2.19 |
3324 | 2024-12-20T23:51:21.458Z | [ helios-setup] Dec 20 23:51:21.209 INFO E| Compiling unicode-segmentation v1.12.0 |
3325 | 2024-12-20T23:51:21.542Z | [ helios-setup] Dec 20 23:51:21.294 INFO E| Compiling ryu v1.0.18 |
3326 | 2024-12-20T23:51:21.593Z | [ helios-setup] Dec 20 23:51:21.345 INFO E| Compiling itoa v1.0.11 |
3327 | 2024-12-20T23:51:22.025Z | [ helios-setup] Dec 20 23:51:21.777 INFO E| Compiling schemars v0.8.21 |
3328 | 2024-12-20T23:51:22.083Z | [ helios-setup] Dec 20 23:51:21.835 INFO E| Compiling pre-proc-macro v0.2.1 |
3329 | 2024-12-20T23:51:22.333Z | [ helios-setup] Dec 20 23:51:22.085 INFO E| Compiling memoffset v0.5.6 |
3330 | 2024-12-20T23:51:22.379Z | [ helios-setup] Dec 20 23:51:22.131 INFO E| Compiling lazy_static v1.5.0 |
3331 | 2024-12-20T23:51:22.902Z | [ helios-setup] Dec 20 23:51:22.654 INFO E| Compiling heck v0.3.3 |
3332 | 2024-12-20T23:51:22.955Z | [ helios-setup] Dec 20 23:51:22.707 INFO E| Compiling paste v1.0.15 |
3333 | 2024-12-20T23:51:22.992Z | [ helios-setup] Dec 20 23:51:22.744 INFO E| Compiling libc v0.2.159 |
3334 | 2024-12-20T23:51:23.009Z | [ helios-setup] Dec 20 23:51:22.761 INFO E| Compiling dyn-clone v1.0.17 |
3335 | 2024-12-20T23:51:23.280Z | [ helios-setup] Dec 20 23:51:23.033 INFO E| Compiling quote v1.0.37 |
3336 | 2024-12-20T23:51:23.377Z | [ helios-setup] Dec 20 23:51:23.129 INFO E| Compiling ucd-trie v0.1.7 |
3337 | 2024-12-20T23:51:23.458Z | [ helios-setup] Dec 20 23:51:23.210 INFO E| Compiling rustversion v1.0.17 |
3338 | 2024-12-20T23:51:24.191Z | [ helios-setup] Dec 20 23:51:23.944 INFO E| Compiling syn v2.0.79 |
3339 | 2024-12-20T23:51:24.636Z | [ helios-setup] Dec 20 23:51:24.389 INFO E| Compiling pre v0.2.1 |
3340 | 2024-12-20T23:51:25.166Z | [ helios-setup] Dec 20 23:51:24.918 INFO E| Compiling once_cell v1.20.1 |
3341 | 2024-12-20T23:51:25.212Z | [ helios-setup] Dec 20 23:51:24.965 INFO E| Compiling cfg-if v0.1.10 |
3342 | 2024-12-20T23:51:25.311Z | [ helios-setup] Dec 20 23:51:25.063 INFO E| Compiling static_assertions v1.1.0 |
3343 | 2024-12-20T23:51:25.493Z | [ helios-setup] Dec 20 23:51:25.245 INFO E| Compiling byteorder v1.5.0 |
3344 | 2024-12-20T23:51:26.602Z | [ helios-setup] Dec 20 23:51:26.355 INFO E| Compiling unicode-width v0.1.14 |
3345 | 2024-12-20T23:51:27.898Z | [ helios-setup] Dec 20 23:51:27.651 INFO E| Compiling atty v0.2.14 |
3346 | 2024-12-20T23:51:28.014Z | [ helios-setup] Dec 20 23:51:27.766 INFO E| Compiling textwrap v0.11.0 |
3347 | 2024-12-20T23:51:28.072Z | [ helios-setup] Dec 20 23:51:27.825 INFO E| Compiling ansi_term v0.12.1 |
3348 | 2024-12-20T23:51:28.320Z | [ helios-setup] Dec 20 23:51:28.073 INFO E| Compiling parse_int v0.6.0 |
3349 | 2024-12-20T23:51:28.417Z | [ helios-setup] Dec 20 23:51:28.169 INFO E| Compiling unic-common v0.9.0 |
3350 | 2024-12-20T23:51:28.517Z | [ helios-setup] Dec 20 23:51:28.270 INFO E| Compiling fletcher v0.1.0 |
3351 | 2024-12-20T23:51:28.707Z | [ helios-setup] Dec 20 23:51:28.460 INFO E| Compiling vec_map v0.8.2 |
3352 | 2024-12-20T23:51:28.845Z | [ helios-setup] Dec 20 23:51:28.598 INFO E| Compiling strsim v0.8.0 |
3353 | 2024-12-20T23:51:28.995Z | [ helios-setup] Dec 20 23:51:28.748 INFO E| Compiling bitflags v1.3.2 |
3354 | 2024-12-20T23:51:29.097Z | [ helios-setup] Dec 20 23:51:28.850 INFO E| Compiling unic-char-range v0.9.0 |
3355 | 2024-12-20T23:51:29.187Z | [ helios-setup] Dec 20 23:51:28.940 INFO E| Compiling strum v0.23.0 |
3356 | 2024-12-20T23:51:29.278Z | [ helios-setup] Dec 20 23:51:29.031 INFO E| Compiling clap v2.34.0 |
3357 | 2024-12-20T23:51:29.338Z | [ helios-setup] Dec 20 23:51:29.091 INFO E| Compiling unic-ucd-version v0.9.0 |
3358 | 2024-12-20T23:51:29.466Z | [ helios-setup] Dec 20 23:51:29.219 INFO E| Compiling unic-char-property v0.9.0 |
3359 | 2024-12-20T23:51:29.473Z | [ helios-setup] Dec 20 23:51:29.226 INFO E| Compiling log v0.4.22 |
3360 | 2024-12-20T23:51:29.475Z | [ helios-setup] Dec 20 23:51:29.227 INFO E| Compiling plain v0.2.3 |
3361 | 2024-12-20T23:51:29.927Z | [ helios-setup] Dec 20 23:51:29.680 INFO E| Compiling unic-ucd-ident v0.9.0 |
3362 | 2024-12-20T23:51:30.026Z | [ helios-setup] Dec 20 23:51:29.779 INFO E| Compiling bytesize v1.3.0 |
3363 | 2024-12-20T23:51:33.319Z | [ helios-setup] Dec 20 23:51:33.073 INFO E| Compiling serde_derive_internals v0.29.1 |
3364 | 2024-12-20T23:51:34.175Z | [ helios-setup] Dec 20 23:51:33.928 INFO E| Compiling toml v0.5.11 |
3365 | 2024-12-20T23:51:37.950Z | [ helios-setup] Dec 20 23:51:37.704 INFO E| Compiling proc-macro-crate v0.1.5 |
3366 | 2024-12-20T23:51:38.686Z | [ helios-setup] Dec 20 23:51:38.440 INFO E| Compiling thiserror-impl v1.0.64 |
3367 | 2024-12-20T23:51:38.892Z | [ helios-setup] Dec 20 23:51:38.647 INFO E| Compiling serde_derive v1.0.210 |
3368 | 2024-12-20T23:51:39.171Z | [ helios-setup] Dec 20 23:51:38.925 INFO E| Compiling schemars_derive v0.8.21 |
3369 | 2024-12-20T23:51:39.421Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3370 | 2024-12-20T23:51:40.387Z | [ helios-setup] Dec 20 23:51:40.142 INFO E| Compiling zerocopy-derive v0.6.6 |
3371 | 2024-12-20T23:51:40.492Z | [ helios-setup] Dec 20 23:51:40.247 INFO E| Compiling num-derive v0.4.2 |
3372 | 2024-12-20T23:51:44.445Z | [ helios-setup] Dec 20 23:51:44.201 INFO E| Compiling zerocopy v0.6.6 |
3373 | 2024-12-20T23:51:44.768Z | [ helios-setup] Dec 20 23:51:44.524 INFO E| Compiling pest v2.7.13 |
3374 | 2024-12-20T23:51:45.476Z | [ helios-setup] Dec 20 23:51:45.231 INFO E| Compiling modular-bitfield-impl v0.11.2 |
3375 | 2024-12-20T23:51:45.541Z | [ helios-setup] Dec 20 23:51:45.297 INFO E| Compiling strum_macros v0.23.1 |
3376 | 2024-12-20T23:51:46.084Z | [ helios-setup] Dec 20 23:51:45.839 INFO E| Compiling scroll_derive v0.10.5 |
3377 | 2024-12-20T23:51:46.394Z | [ helios-setup] Dec 20 23:51:46.149 INFO E| Compiling structopt-derive v0.4.18 |
3378 | 2024-12-20T23:51:48.206Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3379 | 2024-12-20T23:51:49.374Z | [ helios-setup] Dec 20 23:51:49.130 INFO E| Compiling scroll v0.10.2 |
3380 | 2024-12-20T23:51:50.589Z | [ helios-setup] Dec 20 23:51:50.345 INFO E| Compiling pest_meta v2.7.13 |
3381 | 2024-12-20T23:51:50.607Z | [ helios-setup] Dec 20 23:51:50.364 INFO E| Compiling goblin v0.4.3 |
3382 | 2024-12-20T23:51:51.365Z | [ helios-setup] Dec 20 23:51:51.121 INFO E| Compiling modular-bitfield v0.11.2 |
3383 | 2024-12-20T23:51:52.459Z | [ helios-setup] Dec 20 23:51:52.215 INFO E| Compiling structopt v0.3.26 |
3384 | 2024-12-20T23:51:53.014Z | [ helios-setup] Dec 20 23:51:52.771 INFO E| Compiling pest_generator v2.7.13 |
3385 | 2024-12-20T23:51:57.461Z | [ helios-setup] Dec 20 23:51:57.219 INFO E| Compiling pest_derive v2.7.13 |
3386 | 2024-12-20T23:52:02.525Z | [ helios-setup] Dec 20 23:52:02.283 INFO E| Compiling json5 v0.4.1 |
3387 | 2024-12-20T23:52:05.302Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3388 | 2024-12-20T23:52:08.494Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3389 | 2024-12-20T23:52:08.644Z | [ helios-setup] Dec 20 23:52:08.403 INFO E| Compiling four-cc v0.3.0 |
3390 | 2024-12-20T23:52:08.644Z | [ helios-setup] Dec 20 23:52:08.403 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
3391 | 2024-12-20T23:52:08.863Z | [ helios-setup] Dec 20 23:52:08.622 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
3392 | 2024-12-20T23:52:09.365Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3393 | 2024-12-20T23:52:10.171Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3394 | 2024-12-20T23:52:11.689Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3395 | 2024-12-20T23:52:17.395Z | [ host-package] Compiling fatfs v0.3.6 |
3396 | 2024-12-20T23:52:18.613Z | [ host-package] Compiling rtoolbox v0.0.2 |
3397 | 2024-12-20T23:52:19.166Z | [ host-package] Compiling subprocess v0.2.9 |
3398 | 2024-12-20T23:52:20.844Z | [ host-package] Compiling assert_matches v1.5.0 |
3399 | 2024-12-20T23:52:24.335Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3400 | 2024-12-20T23:52:24.560Z | [ host-package] Compiling rpassword v7.3.1 |
3401 | 2024-12-20T23:52:25.169Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3402 | 2024-12-20T23:52:29.722Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3403 | 2024-12-20T23:52:29.925Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3404 | 2024-12-20T23:52:33.480Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3405 | 2024-12-20T23:52:34.095Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3406 | 2024-12-20T23:52:38.345Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3407 | 2024-12-20T23:52:38.854Z | [ host-package] Compiling uzers v0.12.1 |
3408 | 2024-12-20T23:52:42.776Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3409 | 2024-12-20T23:52:49.764Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3410 | 2024-12-20T23:52:52.405Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3411 | 2024-12-20T23:52:54.579Z | [ helios-setup] Dec 20 23:52:54.345 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
3412 | 2024-12-20T23:53:13.336Z | [ helios-setup] Dec 20 23:53:13.105 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3413 | 2024-12-20T23:53:20.026Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3414 | 2024-12-20T23:53:26.326Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3415 | 2024-12-20T23:53:31.609Z | [ host-package] Compiling multimap v0.10.0 |
3416 | 2024-12-20T23:54:07.525Z | [ helios-setup] Dec 20 23:54:07.302 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 51s |
3417 | 2024-12-20T23:54:07.560Z | [ helios-setup] Dec 20 23:54:07.338 INFO building project "amd-host-image-builder" ok (199 seconds) |
3418 | 2024-12-20T23:54:07.563Z | [ helios-setup] Dec 20 23:54:07.338 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
3419 | 2024-12-20T23:54:07.563Z | [ helios-setup] Dec 20 23:54:07.338 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
3420 | 2024-12-20T23:54:07.950Z | [ helios-setup] Dec 20 23:54:07.727 INFO E| Downloading crates ... |
3421 | 2024-12-20T23:54:08.081Z | [ helios-setup] Dec 20 23:54:07.858 INFO E| Downloaded anyhow v1.0.62 |
3422 | 2024-12-20T23:54:08.087Z | [ helios-setup] Dec 20 23:54:07.864 INFO E| Downloaded typenum v1.15.0 |
3423 | 2024-12-20T23:54:08.090Z | [ helios-setup] Dec 20 23:54:07.867 INFO E| Downloaded digest v0.10.3 |
3424 | 2024-12-20T23:54:08.093Z | [ helios-setup] Dec 20 23:54:07.870 INFO E| Downloaded sha2 v0.10.5 |
3425 | 2024-12-20T23:54:08.095Z | [ helios-setup] Dec 20 23:54:07.873 INFO E| Downloaded bytes v1.2.1 |
3426 | 2024-12-20T23:54:08.173Z | [ helios-setup] Dec 20 23:54:07.950 INFO E| Compiling version_check v0.9.4 |
3427 | 2024-12-20T23:54:08.173Z | [ helios-setup] Dec 20 23:54:07.950 INFO E| Compiling typenum v1.15.0 |
3428 | 2024-12-20T23:54:08.176Z | [ helios-setup] Dec 20 23:54:07.950 INFO E| Compiling cfg-if v1.0.0 |
3429 | 2024-12-20T23:54:08.176Z | [ helios-setup] Dec 20 23:54:07.950 INFO E| Compiling crc32fast v1.3.2 |
3430 | 2024-12-20T23:54:08.176Z | [ helios-setup] Dec 20 23:54:07.950 INFO E| Compiling anyhow v1.0.62 |
3431 | 2024-12-20T23:54:08.176Z | [ helios-setup] Dec 20 23:54:07.950 INFO E| Compiling adler v1.0.2 |
3432 | 2024-12-20T23:54:08.176Z | [ helios-setup] Dec 20 23:54:07.950 INFO E| Compiling cpufeatures v0.2.5 |
3433 | 2024-12-20T23:54:08.176Z | [ helios-setup] Dec 20 23:54:07.950 INFO E| Compiling unicode-width v0.1.10 |
3434 | 2024-12-20T23:54:08.687Z | [ helios-setup] Dec 20 23:54:08.464 INFO E| Compiling miniz_oxide v0.6.2 |
3435 | 2024-12-20T23:54:08.868Z | [ helios-setup] Dec 20 23:54:08.646 INFO E| Compiling getopts v0.2.21 |
3436 | 2024-12-20T23:54:08.965Z | [ helios-setup] Dec 20 23:54:08.742 INFO E| Compiling bytes v1.2.1 |
3437 | 2024-12-20T23:54:09.102Z | [ helios-setup] Dec 20 23:54:08.879 INFO E| Compiling bitflags v1.3.2 |
3438 | 2024-12-20T23:54:09.677Z | [ helios-setup] Dec 20 23:54:09.454 INFO E| Compiling generic-array v0.14.6 |
3439 | 2024-12-20T23:54:10.415Z | [ helios-setup] Dec 20 23:54:10.192 INFO E| Compiling flate2 v1.0.25 |
3440 | 2024-12-20T23:54:14.840Z | [ helios-setup] Dec 20 23:54:14.618 INFO E| Compiling block-buffer v0.10.3 |
3441 | 2024-12-20T23:54:14.840Z | [ helios-setup] Dec 20 23:54:14.618 INFO E| Compiling crypto-common v0.1.6 |
3442 | 2024-12-20T23:54:15.320Z | [ helios-setup] Dec 20 23:54:15.098 INFO E| Compiling digest v0.10.3 |
3443 | 2024-12-20T23:54:15.749Z | [ helios-setup] Dec 20 23:54:15.527 INFO E| Compiling sha2 v0.10.5 |
3444 | 2024-12-20T23:54:16.301Z | [ helios-setup] Dec 20 23:54:16.080 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
3445 | 2024-12-20T23:54:21.808Z | [ helios-setup] Dec 20 23:54:21.587 INFO E| Finished `release` profile [optimized] target(s) in 14.14s |
3446 | 2024-12-20T23:54:21.825Z | [ helios-setup] Dec 20 23:54:21.605 INFO building project "bootserver" ok (14 seconds) |
3447 | 2024-12-20T23:54:21.830Z | [ helios-setup] rm -f helios-build |
3448 | 2024-12-20T23:54:21.832Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3449 | 2024-12-20T23:54:21.835Z | [ helios-setup] |
3450 | 2024-12-20T23:54:21.837Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3451 | 2024-12-20T23:54:21.839Z | [ helios-setup] |
3452 | 2024-12-20T23:54:21.841Z | Dec 20 23:54:21.619[ helios-setup] |
3453 | 2024-12-20T23:54:21.841Z | INFO [helios-setup] process exited with exit status: 0 (740.790722044s) |
3454 | 2024-12-20T23:54:21.842Z | [ helios-setup] real 12:20.783807275 |
3455 | 2024-12-20T23:54:21.842Z | [ helios-setup] user 29:38.656087749 |
3456 | 2024-12-20T23:54:21.842Z | [ helios-setup] sys 3:38.687188978 |
3457 | 2024-12-20T23:54:21.842Z | [ helios-setup] trap 1.764084700 |
3458 | 2024-12-20T23:54:21.842Z | [ helios-setup] tflt 7.782089498 |
3459 | 2024-12-20T23:54:21.842Z | [ helios-setup] dflt 33.731218786 |
3460 | 2024-12-20T23:54:21.842Z | [ helios-setup] kflt 0.021693934 |
3461 | 2024-12-20T23:54:21.842Z | [ helios-setup] lock 2:14:20.448605865 |
3462 | 2024-12-20T23:54:21.842Z | [ helios-setup] slp 3:51:58.455751316 |
3463 | 2024-12-20T23:54:21.842Z | [ helios-setup] lat 34:01.473354384 |
3464 | 2024-12-20T23:54:21.842Z | [ helios-setup] stop 4:40.796103596 |
3465 | 2024-12-20T23:54:21.842Z | Dec 20 23:54:21.621 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3466 | 2024-12-20T23:54:21.885Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3467 | 2024-12-20T23:54:22.468Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3468 | 2024-12-20T23:54:22.468Z | [ phbl-toolchain] info: downloading component 'cargo' |
3469 | 2024-12-20T23:54:24.138Z | [ phbl-toolchain] info: downloading component 'clippy' |
3470 | 2024-12-20T23:54:24.624Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3471 | 2024-12-20T23:54:29.402Z | [ phbl-toolchain] info: downloading component 'miri' |
3472 | 2024-12-20T23:54:29.556Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3473 | 2024-12-20T23:54:30.893Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3474 | 2024-12-20T23:54:31.433Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3475 | 2024-12-20T23:54:33.375Z | [ phbl-toolchain] info: downloading component 'rustc' |
3476 | 2024-12-20T23:54:41.399Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3477 | 2024-12-20T23:54:41.614Z | [ phbl-toolchain] info: installing component 'cargo' |
3478 | 2024-12-20T23:54:42.946Z | [ phbl-toolchain] info: installing component 'clippy' |
3479 | 2024-12-20T23:54:43.524Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3480 | 2024-12-20T23:54:49.410Z | [ phbl-toolchain] info: installing component 'miri' |
3481 | 2024-12-20T23:54:49.717Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3482 | 2024-12-20T23:54:57.204Z | [ phbl-toolchain] info: installing component 'rust-src' |
3483 | 2024-12-20T23:54:57.841Z | [ phbl-toolchain] info: installing component 'rust-std' |
3484 | 2024-12-20T23:55:00.285Z | [ phbl-toolchain] info: installing component 'rustc' |
3485 | 2024-12-20T23:55:09.367Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3486 | 2024-12-20T23:55:10.133Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3487 | 2024-12-20T23:55:10.139Z | Dec 20 23:55:09.922 INFO [phbl-toolchain] process exited with exit status: 0 (48.301633061s) |
3488 | 2024-12-20T23:56:11.132Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3489 | 2024-12-20T23:56:15.313Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3490 | 2024-12-21T00:03:16.121Z | [ host-package] Finished `release` profile [optimized] target(s) in 20m 22s |
3491 | 2024-12-21T00:04:24.725Z | Dec 21 00:04:24.596 INFO [host-package] process exited with exit status: 0 (1290.811665846s) |
3492 | 2024-12-21T00:04:24.725Z | Dec 21 00:04:24.596 INFO [host-stamp] running task |
3493 | 2024-12-21T00:04:24.731Z | Dec 21 00:04:24.597 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3494 | 2024-12-21T00:04:24.736Z | Dec 21 00:04:24.607 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+gitfae39ee8cbd |
3495 | 2024-12-21T00:04:24.750Z | Dec 21 00:04:24.620 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+gitfae39ee8cbd |
3496 | 2024-12-21T00:04:24.757Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3497 | 2024-12-21T00:04:24.765Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3498 | 2024-12-21T00:04:24.765Z | Dec 21 00:04:24.635 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+gitfae39ee8cbd |
3499 | 2024-12-21T00:04:24.779Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3500 | 2024-12-21T00:04:24.785Z | Dec 21 00:04:24.651 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+gitfae39ee8cbd |
3501 | 2024-12-21T00:04:24.793Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3502 | 2024-12-21T00:04:24.798Z | Dec 21 00:04:24.667 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+gitfae39ee8cbd |
3503 | 2024-12-21T00:04:24.810Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3504 | 2024-12-21T00:04:24.818Z | Dec 21 00:04:24.682 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+gitfae39ee8cbd |
3505 | 2024-12-21T00:04:24.831Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3506 | 2024-12-21T00:04:24.843Z | Dec 21 00:04:24.703 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+gitfae39ee8cbd |
3507 | 2024-12-21T00:04:24.852Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3508 | 2024-12-21T00:04:24.858Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3509 | 2024-12-21T00:04:24.858Z | Dec 21 00:04:24.725 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+gitfae39ee8cbd |
3510 | 2024-12-21T00:04:24.869Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3511 | 2024-12-21T00:04:24.869Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3512 | 2024-12-21T00:04:24.876Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3513 | 2024-12-21T00:04:24.876Z | Dec 21 00:04:24.746 INFO [stamp-overlay] process exited with exit status: 0 (63.715059ms) |
3514 | 2024-12-21T00:04:24.876Z | Dec 21 00:04:24.746 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (139.047443ms) |
3515 | 2024-12-21T00:04:24.877Z | Dec 21 00:04:24.746 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (42.878291ms) |
3516 | 2024-12-21T00:04:24.887Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3517 | 2024-12-21T00:04:24.901Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3518 | 2024-12-21T00:04:24.907Z | Dec 21 00:04:24.777 INFO [stamp-oxlog] process exited with exit status: 0 (51.143605ms) |
3519 | 2024-12-21T00:04:25.066Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3520 | 2024-12-21T00:04:25.070Z | Dec 21 00:04:24.941 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (274.121925ms) |
3521 | 2024-12-21T00:04:25.176Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3522 | 2024-12-21T00:04:25.186Z | Dec 21 00:04:25.051 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (416.388586ms) |
3523 | 2024-12-21T00:04:25.922Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3524 | 2024-12-21T00:04:25.955Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3525 | 2024-12-21T00:04:25.966Z | Dec 21 00:04:25.830 INFO [stamp-propolis-server] process exited with exit status: 0 (1.209685604s) |
3526 | 2024-12-21T00:04:28.364Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3527 | 2024-12-21T00:04:35.728Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3528 | 2024-12-21T00:04:35.731Z | Dec 21 00:04:35.604 INFO [stamp-switch-asic] process exited with exit status: 0 (10.953416249s) |
3529 | 2024-12-21T00:04:35.734Z | Dec 21 00:04:35.605 INFO [host-stamp] task succeeded (11.008403366s) |
3530 | 2024-12-21T00:04:35.734Z | Dec 21 00:04:35.605 INFO [host-proto] running task |
3531 | 2024-12-21T00:04:36.165Z | Dec 21 00:04:36.038 INFO [host-proto] task succeeded (433.374182ms) |
3532 | 2024-12-21T00:04:36.165Z | Dec 21 00:04:36.038 INFO [host-profile] running task |
3533 | 2024-12-21T00:04:36.170Z | Dec 21 00:04:36.039 INFO [host-profile] task succeeded (373.779µs) |
3534 | 2024-12-21T00:04:36.170Z | Dec 21 00:04:36.039 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.34.311' -P /tmp/.tmpaSG2wu/proto/host/root -N 'ci fae39ee/${os_short_commit} 2024-12-20 23:42' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3535 | 2024-12-21T00:04:36.186Z | [ host-image] Dec 21 00:04:36.059 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3536 | 2024-12-21T00:04:36.186Z | [ host-image] Dec 21 00:04:36.059 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3537 | 2024-12-21T00:04:36.200Z | [ host-image] Dec 21 00:04:36.073 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpaSG2wu/proto/host/root" |
3538 | 2024-12-21T00:04:36.200Z | [ host-image] Dec 21 00:04:36.073 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3539 | 2024-12-21T00:04:36.203Z | [ host-image] Dec 21 00:04:36.074 INFO image builder template: ramdisk-01-os... |
3540 | 2024-12-21T00:04:36.204Z | [ host-image] Dec 21 00:04:36.074 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/.tmpaSG2wu/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3541 | 2024-12-21T00:04:36.222Z | [ host-image] Dec 21 00:04:36.095 INFO O| Dec 21 00:04:36.095 INFO CREATE DATASET: rpool/images/build/host/output |
3542 | 2024-12-21T00:04:36.463Z | [ host-image] Dec 21 00:04:36.336 INFO O| Dec 21 00:04:36.336 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3543 | 2024-12-21T00:04:36.468Z | [ host-image] Dec 21 00:04:36.341 INFO O| Dec 21 00:04:36.341 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3544 | 2024-12-21T00:04:36.702Z | [ host-image] Dec 21 00:04:36.574 INFO O| Dec 21 00:04:36.574 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3545 | 2024-12-21T00:04:36.783Z | [ host-image] Dec 21 00:04:36.655 INFO O| Dec 21 00:04:36.655 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3546 | 2024-12-21T00:04:36.783Z | [ host-image] Dec 21 00:04:36.656 INFO O| Dec 21 00:04:36.656 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3547 | 2024-12-21T00:04:36.786Z | [ host-image] Dec 21 00:04:36.656 INFO O| Dec 21 00:04:36.656 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3548 | 2024-12-21T00:04:36.786Z | [ host-image] Dec 21 00:04:36.656 INFO O| Dec 21 00:04:36.656 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3549 | 2024-12-21T00:04:36.796Z | [ host-image] Dec 21 00:04:36.669 INFO O| Dec 21 00:04:36.669 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3550 | 2024-12-21T00:04:37.157Z | [ host-image] Dec 21 00:04:37.027 INFO O| Dec 21 00:04:37.027 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3551 | 2024-12-21T00:04:37.179Z | [ host-image] Dec 21 00:04:37.045 INFO O| Dec 21 00:04:37.045 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3552 | 2024-12-21T00:04:37.745Z | [ host-image] Dec 21 00:04:37.618 INFO O| Dec 21 00:04:37.618 INFO O| Caching catalogs ... Done |
3553 | 2024-12-21T00:04:37.896Z | [ host-image] Dec 21 00:04:37.769 INFO O| Dec 21 00:04:37.769 INFO STEP 0 (pkg_image_create) COMPLETE |
3554 | 2024-12-21T00:04:37.896Z | [ host-image] Dec 21 00:04:37.769 INFO O| Dec 21 00:04:37.769 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3555 | 2024-12-21T00:04:37.901Z | [ host-image] Dec 21 00:04:37.769 INFO O| Dec 21 00:04:37.769 INFO skip step because feature "repo_redist" is not enabled |
3556 | 2024-12-21T00:04:37.901Z | [ host-image] Dec 21 00:04:37.769 INFO O| Dec 21 00:04:37.769 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3557 | 2024-12-21T00:04:37.915Z | [ host-image] Dec 21 00:04:37.788 INFO O| Dec 21 00:04:37.788 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3558 | 2024-12-21T00:04:38.525Z | [ host-image] Dec 21 00:04:38.398 INFO O| Dec 21 00:04:38.398 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3559 | 2024-12-21T00:04:38.525Z | [ host-image] Dec 21 00:04:38.398 INFO O| Dec 21 00:04:38.398 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3560 | 2024-12-21T00:04:38.543Z | [ host-image] Dec 21 00:04:38.416 INFO O| Dec 21 00:04:38.416 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3561 | 2024-12-21T00:04:39.126Z | [ host-image] Dec 21 00:04:38.999 INFO O| Dec 21 00:04:38.999 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3562 | 2024-12-21T00:04:39.126Z | [ host-image] Dec 21 00:04:39.000 INFO O| Dec 21 00:04:38.999 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3563 | 2024-12-21T00:04:39.126Z | [ host-image] Dec 21 00:04:39.000 INFO O| Dec 21 00:04:38.999 INFO skip step because feature "repo_redist" is not enabled |
3564 | 2024-12-21T00:04:39.129Z | [ host-image] Dec 21 00:04:39.000 INFO O| Dec 21 00:04:39.000 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3565 | 2024-12-21T00:04:39.696Z | [ host-image] Dec 21 00:04:39.568 INFO O| Dec 21 00:04:39.568 INFO variant opensolaris.zone is already global |
3566 | 2024-12-21T00:04:39.696Z | [ host-image] Dec 21 00:04:39.568 INFO O| Dec 21 00:04:39.568 INFO STEP 5 (pkg_change_variant) COMPLETE |
3567 | 2024-12-21T00:04:39.700Z | [ host-image] Dec 21 00:04:39.568 INFO O| Dec 21 00:04:39.568 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3568 | 2024-12-21T00:04:40.282Z | [ host-image] Dec 21 00:04:40.155 INFO O| Dec 21 00:04:40.155 INFO variant opensolaris.imagetype is full; changing to partial |
3569 | 2024-12-21T00:04:40.285Z | [ host-image] Dec 21 00:04:40.155 INFO O| Dec 21 00:04:40.155 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3570 | 2024-12-21T00:04:48.208Z | [recovery-package] Finished `release` profile [optimized] target(s) in 23.23s |
3571 | 2024-12-21T00:04:48.281Z | [ host-image] Dec 21 00:04:48.156 INFO O| Dec 21 00:04:48.156 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3572 | 2024-12-21T00:04:49.586Z | Dec 21 00:04:49.461 INFO [recovery-package] process exited with exit status: 0 (24.86441457s) |
3573 | 2024-12-21T00:04:49.586Z | Dec 21 00:04:49.461 INFO [recovery-stamp] running task |
3574 | 2024-12-21T00:04:49.590Z | Dec 21 00:04:49.462 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3575 | 2024-12-21T00:04:49.590Z | Dec 21 00:04:49.462 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitfae39ee8cbd |
3576 | 2024-12-21T00:04:49.613Z | Dec 21 00:04:49.487 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+gitfae39ee8cbd |
3577 | 2024-12-21T00:04:49.625Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3578 | 2024-12-21T00:04:49.638Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3579 | 2024-12-21T00:04:49.712Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3580 | 2024-12-21T00:04:49.717Z | Dec 21 00:04:49.591 INFO [stamp-installinator] process exited with exit status: 0 (129.360427ms) |
3581 | 2024-12-21T00:04:49.767Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3582 | 2024-12-21T00:04:49.772Z | Dec 21 00:04:49.646 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (158.831629ms) |
3583 | 2024-12-21T00:04:49.775Z | Dec 21 00:04:49.646 INFO [recovery-stamp] task succeeded (184.693827ms) |
3584 | 2024-12-21T00:04:49.775Z | Dec 21 00:04:49.646 INFO [recovery-proto] running task |
3585 | 2024-12-21T00:04:49.775Z | Dec 21 00:04:49.646 INFO [tuf-stamp] running task |
3586 | 2024-12-21T00:04:49.775Z | Dec 21 00:04:49.647 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+gitfae39ee8cbd |
3587 | 2024-12-21T00:04:49.791Z | Dec 21 00:04:49.666 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+gitfae39ee8cbd |
3588 | 2024-12-21T00:04:49.807Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3589 | 2024-12-21T00:04:49.810Z | Dec 21 00:04:49.682 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+gitfae39ee8cbd |
3590 | 2024-12-21T00:04:49.820Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3591 | 2024-12-21T00:04:49.827Z | Dec 21 00:04:49.702 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+gitfae39ee8cbd |
3592 | 2024-12-21T00:04:49.843Z | Dec 21 00:04:49.718 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+gitfae39ee8cbd |
3593 | 2024-12-21T00:04:49.858Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3594 | 2024-12-21T00:04:49.891Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3595 | 2024-12-21T00:04:49.891Z | Dec 21 00:04:49.766 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+gitfae39ee8cbd |
3596 | 2024-12-21T00:04:49.930Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3597 | 2024-12-21T00:04:49.935Z | Dec 21 00:04:49.805 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+gitfae39ee8cbd |
3598 | 2024-12-21T00:04:49.991Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3599 | 2024-12-21T00:04:49.994Z | Dec 21 00:04:49.866 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+gitfae39ee8cbd |
3600 | 2024-12-21T00:04:50.034Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3601 | 2024-12-21T00:04:50.034Z | Dec 21 00:04:49.909 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+gitfae39ee8cbd |
3602 | 2024-12-21T00:04:50.037Z | Dec 21 00:04:49.909 INFO [recovery-proto] task succeeded (262.948466ms) |
3603 | 2024-12-21T00:04:50.149Z | Dec 21 00:04:50.024 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+gitfae39ee8cbd |
3604 | 2024-12-21T00:04:50.240Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3605 | 2024-12-21T00:04:50.243Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3606 | 2024-12-21T00:04:50.277Z | Dec 21 00:04:50.152 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+gitfae39ee8cbd |
3607 | 2024-12-21T00:04:50.283Z | Dec 21 00:04:50.158 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.34.311' -P /tmp/.tmpaSG2wu/proto/recovery/root -N 'recovery fae39ee/${os_short_commit} 2024-12-20 23:42' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3608 | 2024-12-21T00:04:50.391Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3609 | 2024-12-21T00:04:50.391Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3610 | 2024-12-21T00:04:50.394Z | Dec 21 00:04:50.266 INFO [stamp-probe] process exited with exit status: 0 (356.794607ms) |
3611 | 2024-12-21T00:04:50.510Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3612 | 2024-12-21T00:04:50.513Z | Dec 21 00:04:50.384 INFO [stamp-ntp] process exited with exit status: 0 (666.169143ms)[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
3613 | 2024-12-21T00:04:50.513Z | |
3614 | 2024-12-21T00:04:50.513Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3615 | 2024-12-21T00:04:50.524Z | [ recovery-image] Dec 21 00:04:50.391 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3616 | 2024-12-21T00:04:50.549Z | [ recovery-image] Dec 21 00:04:50.391 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3617 | 2024-12-21T00:04:50.549Z | [ recovery-image] Dec 21 00:04:50.409 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpaSG2wu/proto/recovery/root" |
3618 | 2024-12-21T00:04:50.563Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3619 | 2024-12-21T00:04:50.563Z | [ recovery-image] Dec 21 00:04:50.409 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3620 | 2024-12-21T00:04:50.563Z | [ recovery-image] Dec 21 00:04:50.410 INFO image builder template: ramdisk-01-os... |
3621 | 2024-12-21T00:04:50.567Z | [ recovery-image] Dec 21 00:04:50.410 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/.tmpaSG2wu/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3622 | 2024-12-21T00:04:50.576Z | [ recovery-image] Dec 21 00:04:50.451 INFO O| Dec 21 00:04:50.450 INFO CREATE DATASET: rpool/images/build/recovery/output |
3623 | 2024-12-21T00:04:50.961Z | [ recovery-image] Dec 21 00:04:50.836 INFO O| Dec 21 00:04:50.835 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3624 | 2024-12-21T00:04:50.968Z | [ recovery-image] Dec 21 00:04:50.843 INFO O| Dec 21 00:04:50.842 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3625 | 2024-12-21T00:04:51.347Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3626 | 2024-12-21T00:04:51.352Z | Dec 21 00:04:51.228 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.461470595s) |
3627 | 2024-12-21T00:04:51.482Z | [ recovery-image] Dec 21 00:04:51.357 INFO O| Dec 21 00:04:51.357 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3628 | 2024-12-21T00:04:51.645Z | [ recovery-image] Dec 21 00:04:51.520 INFO O| Dec 21 00:04:51.520 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3629 | 2024-12-21T00:04:51.648Z | [ recovery-image] Dec 21 00:04:51.520 INFO O| Dec 21 00:04:51.520 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3630 | 2024-12-21T00:04:51.649Z | [ recovery-image] Dec 21 00:04:51.520 INFO O| Dec 21 00:04:51.520 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3631 | 2024-12-21T00:04:51.649Z | [ recovery-image] Dec 21 00:04:51.520 INFO O| Dec 21 00:04:51.520 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3632 | 2024-12-21T00:04:51.656Z | [ recovery-image] Dec 21 00:04:51.531 INFO O| Dec 21 00:04:51.531 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3633 | 2024-12-21T00:04:51.770Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3634 | 2024-12-21T00:04:51.775Z | Dec 21 00:04:51.638 INFO [stamp-internal-dns] process exited with exit status: 0 (1.833042932s) |
3635 | 2024-12-21T00:04:52.114Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3636 | 2024-12-21T00:04:52.118Z | [ recovery-image] Dec 21 00:04:51.990 INFO O| Dec 21 00:04:51.990 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3637 | 2024-12-21T00:04:52.151Z | Dec 21 00:04:52.027 INFO [stamp-external-dns] process exited with exit status: 0 (2.002375217s) |
3638 | 2024-12-21T00:04:52.161Z | [ recovery-image] Dec 21 00:04:52.036 INFO O| Dec 21 00:04:52.036 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3639 | 2024-12-21T00:04:52.172Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3640 | 2024-12-21T00:04:52.263Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3641 | 2024-12-21T00:04:52.267Z | Dec 21 00:04:52.141 INFO [stamp-oximeter] process exited with exit status: 0 (2.459728321s) |
3642 | 2024-12-21T00:04:52.272Z | Dec 21 00:04:52.145 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.987262847s) |
3643 | 2024-12-21T00:04:52.654Z | [ recovery-image] Dec 21 00:04:52.529 INFO O| Dec 21 00:04:52.529 INFO O| Caching catalogs ... Done |
3644 | 2024-12-21T00:04:52.781Z | [ recovery-image] Dec 21 00:04:52.656 INFO O| Dec 21 00:04:52.656 INFO STEP 0 (pkg_image_create) COMPLETE |
3645 | 2024-12-21T00:04:52.781Z | [ recovery-image] Dec 21 00:04:52.656 INFO O| Dec 21 00:04:52.656 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3646 | 2024-12-21T00:04:52.781Z | [ recovery-image] Dec 21 00:04:52.656 INFO O| Dec 21 00:04:52.656 INFO skip step because feature "repo_redist" is not enabled |
3647 | 2024-12-21T00:04:52.781Z | [ recovery-image] Dec 21 00:04:52.656 INFO O| Dec 21 00:04:52.656 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3648 | 2024-12-21T00:04:52.797Z | [ recovery-image] Dec 21 00:04:52.672 INFO O| Dec 21 00:04:52.672 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3649 | 2024-12-21T00:04:53.294Z | [ recovery-image] Dec 21 00:04:53.169 INFO O| Dec 21 00:04:53.169 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3650 | 2024-12-21T00:04:53.294Z | [ recovery-image] Dec 21 00:04:53.169 INFO O| Dec 21 00:04:53.169 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3651 | 2024-12-21T00:04:53.309Z | [ recovery-image] Dec 21 00:04:53.185 INFO O| Dec 21 00:04:53.185 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3652 | 2024-12-21T00:04:53.750Z | [ recovery-image] Dec 21 00:04:53.625 INFO O| Dec 21 00:04:53.625 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3653 | 2024-12-21T00:04:53.750Z | [ recovery-image] Dec 21 00:04:53.625 INFO O| Dec 21 00:04:53.625 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3654 | 2024-12-21T00:04:53.750Z | [ recovery-image] Dec 21 00:04:53.625 INFO O| Dec 21 00:04:53.625 INFO skip step because feature "repo_redist" is not enabled |
3655 | 2024-12-21T00:04:53.754Z | [ recovery-image] Dec 21 00:04:53.625 INFO O| Dec 21 00:04:53.625 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3656 | 2024-12-21T00:04:53.975Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3657 | 2024-12-21T00:04:53.980Z | Dec 21 00:04:53.855 INFO [stamp-nexus] process exited with exit status: 0 (4.207260632s) |
3658 | 2024-12-21T00:04:54.176Z | [ recovery-image] Dec 21 00:04:54.051 INFO O| Dec 21 00:04:54.051 INFO variant opensolaris.zone is already global |
3659 | 2024-12-21T00:04:54.176Z | [ recovery-image] Dec 21 00:04:54.051 INFO O| Dec 21 00:04:54.051 INFO STEP 5 (pkg_change_variant) COMPLETE |
3660 | 2024-12-21T00:04:54.180Z | [ recovery-image] Dec 21 00:04:54.051 INFO O| Dec 21 00:04:54.051 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3661 | 2024-12-21T00:04:54.529Z | [ recovery-image] Dec 21 00:04:54.405 INFO O| Dec 21 00:04:54.405 INFO variant opensolaris.imagetype is full; changing to partial |
3662 | 2024-12-21T00:04:54.529Z | [ recovery-image] Dec 21 00:04:54.405 INFO O| Dec 21 00:04:54.405 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3663 | 2024-12-21T00:04:54.636Z | [ host-image] Dec 21 00:04:54.512 INFO O| Dec 21 00:04:54.512 INFO O| Startup: Caching catalogs ... Done |
3664 | 2024-12-21T00:04:54.741Z | [ host-image] Dec 21 00:04:54.617 INFO O| Dec 21 00:04:54.617 INFO O| Planning: Planning completed in 0.00 seconds |
3665 | 2024-12-21T00:04:54.745Z | [ host-image] Dec 21 00:04:54.618 INFO O| Dec 21 00:04:54.617 INFO O| Planning: Consolidating action changes ... Done |
3666 | 2024-12-21T00:04:54.745Z | [ host-image] Dec 21 00:04:54.618 INFO O| Dec 21 00:04:54.618 INFO O| Planning: Evaluating mediators ... Done |
3667 | 2024-12-21T00:04:54.745Z | [ host-image] Dec 21 00:04:54.618 INFO O| Dec 21 00:04:54.618 INFO O| Planning: Planning completed in 0.00 seconds |
3668 | 2024-12-21T00:04:54.745Z | [ host-image] Dec 21 00:04:54.618 INFO O| Dec 21 00:04:54.618 INFO O| Variants/Facets to change: 1 |
3669 | 2024-12-21T00:04:54.767Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3670 | 2024-12-21T00:04:54.769Z | [verify-libraries] Compiling home v0.5.9 |
3671 | 2024-12-21T00:04:54.770Z | [ host-image] Dec 21 00:04:54.644 INFO O| Dec 21 00:04:54.644 INFO O| Done |
3672 | 2024-12-21T00:04:54.770Z | [ host-image] Dec 21 00:04:54.644 INFO O| Dec 21 00:04:54.644 INFO O| Done |
3673 | 2024-12-21T00:04:54.964Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3674 | 2024-12-21T00:04:55.002Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3675 | 2024-12-21T00:04:55.023Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3676 | 2024-12-21T00:04:55.023Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3677 | 2024-12-21T00:04:55.141Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3678 | 2024-12-21T00:04:55.145Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3679 | 2024-12-21T00:04:55.249Z | [verify-libraries] Compiling nix v0.28.0 |
3680 | 2024-12-21T00:04:55.338Z | [verify-libraries] Compiling polyval v0.6.2 |
3681 | 2024-12-21T00:04:55.691Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3682 | 2024-12-21T00:04:55.895Z | [verify-libraries] Compiling ctr v0.9.2 |
3683 | 2024-12-21T00:04:56.001Z | [ host-image] Dec 21 00:04:55.875 INFO O| Dec 21 00:04:55.875 INFO O| Done |
3684 | 2024-12-21T00:04:56.210Z | [ host-image] Dec 21 00:04:56.085 INFO O| Dec 21 00:04:56.085 INFO O| Done |
3685 | 2024-12-21T00:04:56.213Z | [ host-image] Dec 21 00:04:56.087 INFO O| Dec 21 00:04:56.087 INFO O| Done |
3686 | 2024-12-21T00:04:56.213Z | [ host-image] Dec 21 00:04:56.087 INFO O| Dec 21 00:04:56.087 INFO O| Done |
3687 | 2024-12-21T00:04:56.213Z | [ host-image] Dec 21 00:04:56.089 INFO O| Dec 21 00:04:56.089 INFO O| Done |
3688 | 2024-12-21T00:04:56.331Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3689 | 2024-12-21T00:04:56.381Z | Dec 21 00:04:56.257 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.390967597s) |
3690 | 2024-12-21T00:04:56.491Z | [verify-libraries] Compiling ghash v0.5.1 |
3691 | 2024-12-21T00:04:56.527Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3692 | 2024-12-21T00:04:56.639Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3693 | 2024-12-21T00:04:56.976Z | [ host-image] Dec 21 00:04:56.850 INFO O| Dec 21 00:04:56.850 INFO STEP 6 (pkg_change_variant) COMPLETE |
3694 | 2024-12-21T00:04:56.976Z | [ host-image] Dec 21 00:04:56.850 INFO O| Dec 21 00:04:56.850 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3695 | 2024-12-21T00:04:56.977Z | [ host-image] Dec 21 00:04:56.850 INFO O| Dec 21 00:04:56.850 INFO skip step because feature "debug_variant" is not enabled |
3696 | 2024-12-21T00:04:56.977Z | [ host-image] Dec 21 00:04:56.850 INFO O| Dec 21 00:04:56.850 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3697 | 2024-12-21T00:04:57.052Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3698 | 2024-12-21T00:04:57.184Z | [verify-libraries] Compiling blowfish v0.9.1 |
3699 | 2024-12-21T00:04:57.737Z | [ host-image] Dec 21 00:04:57.613 INFO O| Dec 21 00:04:57.613 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3700 | 2024-12-21T00:04:57.932Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3701 | 2024-12-21T00:04:58.140Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3702 | 2024-12-21T00:04:58.556Z | [verify-libraries] Compiling password-hash v0.4.2 |
3703 | 2024-12-21T00:04:59.015Z | [ host-image] Dec 21 00:04:58.891 INFO O| Dec 21 00:04:58.891 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3704 | 2024-12-21T00:04:59.020Z | [ host-image] Dec 21 00:04:58.893 INFO O| Dec 21 00:04:58.893 INFO O| Planning: Planning completed in 0.00 seconds |
3705 | 2024-12-21T00:04:59.020Z | [ host-image] Dec 21 00:04:58.894 INFO O| Dec 21 00:04:58.894 INFO O| Planning: Consolidating action changes ... Done |
3706 | 2024-12-21T00:04:59.020Z | [ host-image] Dec 21 00:04:58.894 INFO O| Dec 21 00:04:58.894 INFO O| Planning: Evaluating mediators ... Done |
3707 | 2024-12-21T00:04:59.020Z | [ host-image] Dec 21 00:04:58.894 INFO O| Dec 21 00:04:58.894 INFO O| Planning: Planning completed in 0.00 seconds |
3708 | 2024-12-21T00:04:59.020Z | [ host-image] Dec 21 00:04:58.895 INFO O| Dec 21 00:04:58.895 INFO O| Variants/Facets to change: 1 |
3709 | 2024-12-21T00:04:59.114Z | [ host-image] Dec 21 00:04:58.990 INFO O| Dec 21 00:04:58.990 INFO O| Done |
3710 | 2024-12-21T00:04:59.114Z | [ host-image] Dec 21 00:04:58.990 INFO O| Dec 21 00:04:58.990 INFO O| Done |
3711 | 2024-12-21T00:05:00.109Z | [ host-image] Dec 21 00:04:59.980 INFO O| Dec 21 00:04:59.979 INFO O| Done |
3712 | 2024-12-21T00:05:00.209Z | [ host-image] Dec 21 00:05:00.070 INFO O| Dec 21 00:05:00.070 INFO O| Done |
3713 | 2024-12-21T00:05:00.223Z | [ host-image] Dec 21 00:05:00.071 INFO O| Dec 21 00:05:00.071 INFO O| Done |
3714 | 2024-12-21T00:05:00.223Z | [ host-image] Dec 21 00:05:00.071 INFO O| Dec 21 00:05:00.071 INFO O| Done |
3715 | 2024-12-21T00:05:00.224Z | [ host-image] Dec 21 00:05:00.073 INFO O| Dec 21 00:05:00.073 INFO O| Done |
3716 | 2024-12-21T00:05:00.386Z | [ host-image] Dec 21 00:05:00.250 INFO O| Dec 21 00:05:00.250 INFO STEP 8 (pkg_change_facet) COMPLETE |
3717 | 2024-12-21T00:05:00.386Z | [ host-image] Dec 21 00:05:00.250 INFO O| Dec 21 00:05:00.250 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3718 | 2024-12-21T00:05:00.387Z | [ host-image] Dec 21 00:05:00.250 INFO O| Dec 21 00:05:00.250 INFO skip step because feature "recovery" is not enabled |
3719 | 2024-12-21T00:05:00.387Z | [ host-image] Dec 21 00:05:00.250 INFO O| Dec 21 00:05:00.250 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3720 | 2024-12-21T00:05:00.401Z | [ host-image] Dec 21 00:05:00.250 INFO O| Dec 21 00:05:00.250 INFO skip step because feature "recovery" is not enabled |
3721 | 2024-12-21T00:05:00.403Z | [ host-image] Dec 21 00:05:00.250 INFO O| Dec 21 00:05:00.250 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3722 | 2024-12-21T00:05:00.416Z | [ host-image] Dec 21 00:05:00.272 INFO O| Dec 21 00:05:00.272 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"] |
3723 | 2024-12-21T00:05:01.484Z | [verify-libraries] Compiling rustyline v14.0.0 |
3724 | 2024-12-21T00:05:01.705Z | [ host-image] Dec 21 00:05:01.581 INFO O| Dec 21 00:05:01.581 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3725 | 2024-12-21T00:05:03.756Z | [verify-libraries] Compiling matches v0.1.10 |
3726 | 2024-12-21T00:05:03.981Z | [verify-libraries] Compiling idna v0.2.3 |
3727 | 2024-12-21T00:05:04.115Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3728 | 2024-12-21T00:05:04.139Z | Dec 21 00:05:04.016 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.313792438s) |
3729 | 2024-12-21T00:05:04.975Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3730 | 2024-12-21T00:05:04.997Z | Dec 21 00:05:04.873 INFO [stamp-clickhouse] process exited with exit status: 0 (15.207135376s) |
3731 | 2024-12-21T00:05:04.997Z | Dec 21 00:05:04.873 INFO [tuf-stamp] task succeeded (15.227085387s) |
3732 | 2024-12-21T00:05:05.057Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3733 | 2024-12-21T00:05:05.704Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3734 | 2024-12-21T00:05:05.739Z | [verify-libraries] Compiling p521 v0.13.3 |
3735 | 2024-12-21T00:05:08.277Z | [ recovery-image] Dec 21 00:05:08.155 INFO O| Dec 21 00:05:08.155 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3736 | 2024-12-21T00:05:08.801Z | [verify-libraries] Compiling p256 v0.13.2 |
3737 | 2024-12-21T00:05:11.329Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3738 | 2024-12-21T00:05:11.449Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3739 | 2024-12-21T00:05:12.223Z | [verify-libraries] Compiling md5 v0.7.0 |
3740 | 2024-12-21T00:05:12.550Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3741 | 2024-12-21T00:05:12.889Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3742 | 2024-12-21T00:05:16.840Z | [ recovery-image] Dec 21 00:05:16.719 INFO O| Dec 21 00:05:16.719 INFO O| Startup: Caching catalogs ... Done |
3743 | 2024-12-21T00:05:16.967Z | [ recovery-image] Dec 21 00:05:16.845 INFO O| Dec 21 00:05:16.845 INFO O| Planning: Planning completed in 0.00 seconds |
3744 | 2024-12-21T00:05:16.970Z | [ recovery-image] Dec 21 00:05:16.847 INFO O| Dec 21 00:05:16.846 INFO O| Planning: Consolidating action changes ... Done |
3745 | 2024-12-21T00:05:16.970Z | [ recovery-image] Dec 21 00:05:16.847 INFO O| Dec 21 00:05:16.847 INFO O| Planning: Evaluating mediators ... Done |
3746 | 2024-12-21T00:05:16.970Z | [ recovery-image] Dec 21 00:05:16.847 INFO O| Dec 21 00:05:16.847 INFO O| Planning: Planning completed in 0.00 seconds |
3747 | 2024-12-21T00:05:16.970Z | [ recovery-image] Dec 21 00:05:16.848 INFO O| Dec 21 00:05:16.848 INFO O| Variants/Facets to change: 1 |
3748 | 2024-12-21T00:05:17.045Z | [ recovery-image] Dec 21 00:05:16.923 INFO O| Dec 21 00:05:16.923 INFO O| Done |
3749 | 2024-12-21T00:05:17.045Z | [ recovery-image] Dec 21 00:05:16.924 INFO O| Dec 21 00:05:16.923 INFO O| Done |
3750 | 2024-12-21T00:05:18.100Z | [ recovery-image] Dec 21 00:05:17.978 INFO O| Dec 21 00:05:17.978 INFO O| Done |
3751 | 2024-12-21T00:05:18.203Z | [ recovery-image] Dec 21 00:05:18.080 INFO O| Dec 21 00:05:18.080 INFO O| Done |
3752 | 2024-12-21T00:05:18.208Z | [ recovery-image] Dec 21 00:05:18.082 INFO O| Dec 21 00:05:18.082 INFO O| Done |
3753 | 2024-12-21T00:05:18.208Z | [ recovery-image] Dec 21 00:05:18.082 INFO O| Dec 21 00:05:18.082 INFO O| Done |
3754 | 2024-12-21T00:05:18.208Z | [ recovery-image] Dec 21 00:05:18.084 INFO O| Dec 21 00:05:18.084 INFO O| Done |
3755 | 2024-12-21T00:05:18.459Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3756 | 2024-12-21T00:05:19.006Z | [ recovery-image] Dec 21 00:05:18.886 INFO O| Dec 21 00:05:18.885 INFO STEP 6 (pkg_change_variant) COMPLETE |
3757 | 2024-12-21T00:05:19.007Z | [ recovery-image] Dec 21 00:05:18.886 INFO O| Dec 21 00:05:18.886 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3758 | 2024-12-21T00:05:19.008Z | [ recovery-image] Dec 21 00:05:18.886 INFO O| Dec 21 00:05:18.886 INFO skip step because feature "debug_variant" is not enabled |
3759 | 2024-12-21T00:05:19.015Z | [ recovery-image] Dec 21 00:05:18.886 INFO O| Dec 21 00:05:18.886 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3760 | 2024-12-21T00:05:19.724Z | [ recovery-image] Dec 21 00:05:19.603 INFO O| Dec 21 00:05:19.603 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3761 | 2024-12-21T00:05:20.929Z | [ recovery-image] Dec 21 00:05:20.809 INFO O| Dec 21 00:05:20.808 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3762 | 2024-12-21T00:05:20.932Z | [ recovery-image] Dec 21 00:05:20.810 INFO O| Dec 21 00:05:20.810 INFO O| Planning: Planning completed in 0.00 seconds |
3763 | 2024-12-21T00:05:20.932Z | [ recovery-image] Dec 21 00:05:20.811 INFO O| Dec 21 00:05:20.811 INFO O| Planning: Consolidating action changes ... Done |
3764 | 2024-12-21T00:05:20.932Z | [ recovery-image] Dec 21 00:05:20.811 INFO O| Dec 21 00:05:20.811 INFO O| Planning: Evaluating mediators ... Done |
3765 | 2024-12-21T00:05:20.934Z | [ recovery-image] Dec 21 00:05:20.812 INFO O| Dec 21 00:05:20.812 INFO O| Planning: Planning completed in 0.00 seconds |
3766 | 2024-12-21T00:05:20.934Z | [ recovery-image] Dec 21 00:05:20.812 INFO O| Dec 21 00:05:20.812 INFO O| Variants/Facets to change: 1 |
3767 | 2024-12-21T00:05:21.027Z | [ recovery-image] Dec 21 00:05:20.906 INFO O| Dec 21 00:05:20.906 INFO O| Done |
3768 | 2024-12-21T00:05:21.027Z | [ recovery-image] Dec 21 00:05:20.906 INFO O| Dec 21 00:05:20.906 INFO O| Done |
3769 | 2024-12-21T00:05:21.908Z | [ recovery-image] Dec 21 00:05:21.788 INFO O| Dec 21 00:05:21.788 INFO O| Done |
3770 | 2024-12-21T00:05:22.013Z | [ recovery-image] Dec 21 00:05:21.892 INFO O| Dec 21 00:05:21.892 INFO O| Done |
3771 | 2024-12-21T00:05:22.016Z | [ recovery-image] Dec 21 00:05:21.893 INFO O| Dec 21 00:05:21.893 INFO O| Done |
3772 | 2024-12-21T00:05:22.016Z | [ recovery-image] Dec 21 00:05:21.893 INFO O| Dec 21 00:05:21.893 INFO O| Done |
3773 | 2024-12-21T00:05:22.016Z | [ recovery-image] Dec 21 00:05:21.895 INFO O| Dec 21 00:05:21.895 INFO O| Done |
3774 | 2024-12-21T00:05:22.143Z | [ recovery-image] Dec 21 00:05:22.008 INFO O| Dec 21 00:05:22.008 INFO STEP 8 (pkg_change_facet) COMPLETE |
3775 | 2024-12-21T00:05:22.143Z | [ recovery-image] Dec 21 00:05:22.008 INFO O| Dec 21 00:05:22.008 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3776 | 2024-12-21T00:05:22.851Z | [ recovery-image] Dec 21 00:05:22.731 INFO O| Dec 21 00:05:22.731 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3777 | 2024-12-21T00:05:23.896Z | [ recovery-image] Dec 21 00:05:23.775 INFO O| Dec 21 00:05:23.775 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3778 | 2024-12-21T00:05:23.899Z | [ recovery-image] Dec 21 00:05:23.777 INFO O| Dec 21 00:05:23.777 INFO O| Planning: Planning completed in 0.00 seconds |
3779 | 2024-12-21T00:05:23.899Z | [ recovery-image] Dec 21 00:05:23.778 INFO O| Dec 21 00:05:23.778 INFO O| Planning: Consolidating action changes ... Done |
3780 | 2024-12-21T00:05:23.899Z | [ recovery-image] Dec 21 00:05:23.778 INFO O| Dec 21 00:05:23.778 INFO O| Planning: Evaluating mediators ... Done |
3781 | 2024-12-21T00:05:23.899Z | [ recovery-image] Dec 21 00:05:23.779 INFO O| Dec 21 00:05:23.779 INFO O| Planning: Planning completed in 0.00 seconds |
3782 | 2024-12-21T00:05:23.902Z | [ recovery-image] Dec 21 00:05:23.779 INFO O| Dec 21 00:05:23.779 INFO O| Variants/Facets to change: 1 |
3783 | 2024-12-21T00:05:23.998Z | [ recovery-image] Dec 21 00:05:23.878 INFO O| Dec 21 00:05:23.878 INFO O| Done |
3784 | 2024-12-21T00:05:23.999Z | [ recovery-image] Dec 21 00:05:23.878 INFO O| Dec 21 00:05:23.878 INFO O| Done |
3785 | 2024-12-21T00:05:24.816Z | [ recovery-image] Dec 21 00:05:24.696 INFO O| Dec 21 00:05:24.696 INFO O| Done |
3786 | 2024-12-21T00:05:24.913Z | [ recovery-image] Dec 21 00:05:24.792 INFO O| Dec 21 00:05:24.792 INFO O| Done |
3787 | 2024-12-21T00:05:24.916Z | [ recovery-image] Dec 21 00:05:24.794 INFO O| Dec 21 00:05:24.794 INFO O| Done |
3788 | 2024-12-21T00:05:24.916Z | [ recovery-image] Dec 21 00:05:24.794 INFO O| Dec 21 00:05:24.794 INFO O| Done |
3789 | 2024-12-21T00:05:24.919Z | [ recovery-image] Dec 21 00:05:24.796 INFO O| Dec 21 00:05:24.796 INFO O| Done |
3790 | 2024-12-21T00:05:25.065Z | [ recovery-image] Dec 21 00:05:24.945 INFO O| Dec 21 00:05:24.945 INFO STEP 9 (pkg_change_facet) COMPLETE |
3791 | 2024-12-21T00:05:25.065Z | [ recovery-image] Dec 21 00:05:24.945 INFO O| Dec 21 00:05:24.945 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3792 | 2024-12-21T00:05:25.926Z | [ recovery-image] Dec 21 00:05:25.806 INFO O| Dec 21 00:05:25.806 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3793 | 2024-12-21T00:05:27.020Z | [ recovery-image] Dec 21 00:05:26.900 INFO O| Dec 21 00:05:26.900 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3794 | 2024-12-21T00:05:27.023Z | [ recovery-image] Dec 21 00:05:26.902 INFO O| Dec 21 00:05:26.902 INFO O| Planning: Planning completed in 0.00 seconds |
3795 | 2024-12-21T00:05:27.024Z | [ recovery-image] Dec 21 00:05:26.903 INFO O| Dec 21 00:05:26.903 INFO O| Planning: Consolidating action changes ... Done |
3796 | 2024-12-21T00:05:27.024Z | [ recovery-image] Dec 21 00:05:26.903 INFO O| Dec 21 00:05:26.903 INFO O| Planning: Evaluating mediators ... Done |
3797 | 2024-12-21T00:05:27.027Z | [ recovery-image] Dec 21 00:05:26.904 INFO O| Dec 21 00:05:26.904 INFO O| Planning: Planning completed in 0.00 seconds |
3798 | 2024-12-21T00:05:27.027Z | [ recovery-image] Dec 21 00:05:26.904 INFO O| Dec 21 00:05:26.904 INFO O| Variants/Facets to change: 1 |
3799 | 2024-12-21T00:05:27.126Z | [ recovery-image] Dec 21 00:05:27.006 INFO O| Dec 21 00:05:27.006 INFO O| Done |
3800 | 2024-12-21T00:05:27.126Z | [ recovery-image] Dec 21 00:05:27.006 INFO O| Dec 21 00:05:27.006 INFO O| Done |
3801 | 2024-12-21T00:05:27.935Z | [ recovery-image] Dec 21 00:05:27.816 INFO O| Dec 21 00:05:27.816 INFO O| Done |
3802 | 2024-12-21T00:05:28.059Z | [ recovery-image] Dec 21 00:05:27.940 INFO O| Dec 21 00:05:27.939 INFO O| Done |
3803 | 2024-12-21T00:05:28.061Z | [ recovery-image] Dec 21 00:05:27.941 INFO O| Dec 21 00:05:27.941 INFO O| Done |
3804 | 2024-12-21T00:05:28.061Z | [ recovery-image] Dec 21 00:05:27.941 INFO O| Dec 21 00:05:27.941 INFO O| Done |
3805 | 2024-12-21T00:05:28.064Z | [ recovery-image] Dec 21 00:05:27.943 INFO O| Dec 21 00:05:27.943 INFO O| Done |
3806 | 2024-12-21T00:05:28.187Z | [ recovery-image] Dec 21 00:05:28.068 INFO O| Dec 21 00:05:28.068 INFO STEP 10 (pkg_change_facet) COMPLETE |
3807 | 2024-12-21T00:05:28.187Z | [ recovery-image] Dec 21 00:05:28.068 INFO O| Dec 21 00:05:28.068 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3808 | 2024-12-21T00:05:28.210Z | [ recovery-image] Dec 21 00:05:28.090 INFO O| Dec 21 00:05:28.090 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"] |
3809 | 2024-12-21T00:05:28.533Z | [verify-libraries] Compiling des v0.8.1 |
3810 | 2024-12-21T00:05:28.998Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3811 | 2024-12-21T00:05:29.152Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3812 | 2024-12-21T00:05:29.237Z | [ recovery-image] Dec 21 00:05:29.118 INFO O| Dec 21 00:05:29.118 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3813 | 2024-12-21T00:05:29.305Z | [verify-libraries] Compiling russh v0.45.0 |
3814 | 2024-12-21T00:05:30.357Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3815 | 2024-12-21T00:05:37.187Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3816 | 2024-12-21T00:05:40.357Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3817 | 2024-12-21T00:05:41.901Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3818 | 2024-12-21T00:05:53.888Z | [verify-libraries] Compiling petname v2.0.2 |
3819 | 2024-12-21T00:05:55.244Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3820 | 2024-12-21T00:05:56.001Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3821 | 2024-12-21T00:05:56.813Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3822 | 2024-12-21T00:06:07.962Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3823 | 2024-12-21T00:06:08.809Z | [ host-image] Dec 21 00:06:08.695 INFO O| Dec 21 00:06:08.695 INFO O| Planning: Solver setup ... Done |
3824 | 2024-12-21T00:06:15.381Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3825 | 2024-12-21T00:06:18.521Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3826 | 2024-12-21T00:06:23.895Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3827 | 2024-12-21T00:06:34.268Z | [ recovery-image] Dec 21 00:06:34.159 INFO O| Dec 21 00:06:34.159 INFO O| Planning: Solver setup ... Done |
3828 | 2024-12-21T00:06:45.078Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3829 | 2024-12-21T00:06:47.449Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3830 | 2024-12-21T00:06:51.648Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3831 | 2024-12-21T00:07:19.505Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3832 | 2024-12-21T00:07:21.306Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3833 | 2024-12-21T00:07:21.831Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3834 | 2024-12-21T00:07:22.391Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3835 | 2024-12-21T00:07:22.849Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3836 | 2024-12-21T00:07:23.318Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3837 | 2024-12-21T00:07:25.086Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3838 | 2024-12-21T00:07:25.441Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3839 | 2024-12-21T00:07:32.104Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3840 | 2024-12-21T00:07:33.155Z | [ host-image] Dec 21 00:07:33.055 INFO O| Dec 21 00:07:33.055 INFO O| Planning: Running solver ... Done |
3841 | 2024-12-21T00:07:33.827Z | [ host-image] Dec 21 00:07:33.726 INFO O| Dec 21 00:07:33.726 INFO O| Planning: Finding local manifests ... Done |
3842 | 2024-12-21T00:07:33.864Z | [ host-image] Dec 21 00:07:33.762 INFO O| Dec 21 00:07:33.762 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3843 | 2024-12-21T00:07:34.681Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3844 | 2024-12-21T00:07:38.441Z | [ host-image] Dec 21 00:07:38.342 INFO O| Dec 21 00:07:38.342 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3845 | 2024-12-21T00:07:39.738Z | [ host-image] Dec 21 00:07:39.639 INFO O| Dec 21 00:07:39.639 INFO O| Planning: Package planning ... Done |
3846 | 2024-12-21T00:07:39.777Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3847 | 2024-12-21T00:07:41.329Z | [ host-image] Dec 21 00:07:41.230 INFO O| Dec 21 00:07:41.230 INFO O| Planning: Merging actions ... Done |
3848 | 2024-12-21T00:07:41.663Z | [ host-image] Dec 21 00:07:41.564 INFO O| Dec 21 00:07:41.564 INFO O| Planning: Checking for conflicting actions ... Done |
3849 | 2024-12-21T00:07:41.950Z | [ host-image] Dec 21 00:07:41.851 INFO O| Dec 21 00:07:41.851 INFO O| Planning: Consolidating action changes ... Done |
3850 | 2024-12-21T00:07:42.449Z | [ host-image] Dec 21 00:07:42.350 INFO O| Dec 21 00:07:42.350 INFO O| Planning: Evaluating mediators ... Done |
3851 | 2024-12-21T00:07:44.743Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3852 | 2024-12-21T00:07:49.111Z | [ host-image] Dec 21 00:07:49.013 INFO O| Dec 21 00:07:49.013 INFO O| Planning: Planning completed in 167.43 seconds |
3853 | 2024-12-21T00:07:49.118Z | [ host-image] Dec 21 00:07:49.021 INFO O| Dec 21 00:07:49.021 INFO O| Packages to install: 124 |
3854 | 2024-12-21T00:07:49.121Z | [ host-image] Dec 21 00:07:49.021 INFO O| Dec 21 00:07:49.021 INFO O| Mediators to change: 4 |
3855 | 2024-12-21T00:07:49.121Z | [ host-image] Dec 21 00:07:49.021 INFO O| Dec 21 00:07:49.021 INFO O| Services to change: 6 |
3856 | 2024-12-21T00:07:49.277Z | [ host-image] Dec 21 00:07:49.179 INFO O| Dec 21 00:07:49.179 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete |
3857 | 2024-12-21T00:07:50.144Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3858 | 2024-12-21T00:07:54.276Z | [ host-image] Dec 21 00:07:54.179 INFO O| Dec 21 00:07:54.179 INFO O| Download: 1038/22788 items 6.7/199.7MB 3% complete (1.4M/s) |
3859 | 2024-12-21T00:07:55.385Z | [ recovery-image] Dec 21 00:07:55.289 INFO O| Dec 21 00:07:55.289 INFO O| Planning: Running solver ... Done |
3860 | 2024-12-21T00:07:55.899Z | [ recovery-image] Dec 21 00:07:55.802 INFO O| Dec 21 00:07:55.802 INFO O| Planning: Finding local manifests ... Done |
3861 | 2024-12-21T00:07:55.919Z | [ recovery-image] Dec 21 00:07:55.822 INFO O| Dec 21 00:07:55.821 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3862 | 2024-12-21T00:07:59.503Z | [ host-image] Dec 21 00:07:59.407 INFO O| Dec 21 00:07:59.407 INFO O| Download: 1639/22788 items 10.4/199.7MB 5% complete (1.0M/s) |
3863 | 2024-12-21T00:08:02.353Z | [ recovery-image] Dec 21 00:08:02.258 INFO O| Dec 21 00:08:02.258 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3864 | 2024-12-21T00:08:03.388Z | [ recovery-image] Dec 21 00:08:03.292 INFO O| Dec 21 00:08:03.292 INFO O| Planning: Package planning ... Done |
3865 | 2024-12-21T00:08:04.093Z | [ recovery-image] Dec 21 00:08:03.998 INFO O| Dec 21 00:08:03.998 INFO O| Planning: Merging actions ... Done |
3866 | 2024-12-21T00:08:04.273Z | [ recovery-image] Dec 21 00:08:04.178 INFO O| Dec 21 00:08:04.177 INFO O| Planning: Checking for conflicting actions ... Done |
3867 | 2024-12-21T00:08:04.414Z | [ recovery-image] Dec 21 00:08:04.318 INFO O| Dec 21 00:08:04.317 INFO O| Planning: Consolidating action changes ... Done |
3868 | 2024-12-21T00:08:04.532Z | [ host-image] Dec 21 00:08:04.437 INFO O| Dec 21 00:08:04.437 INFO O| Download: 2095/22788 items 23.2/199.7MB 11% complete (1.7M/s) |
3869 | 2024-12-21T00:08:04.811Z | [ recovery-image] Dec 21 00:08:04.715 INFO O| Dec 21 00:08:04.715 INFO O| Planning: Evaluating mediators ... Done |
3870 | 2024-12-21T00:08:09.532Z | [ host-image] Dec 21 00:08:09.438 INFO O| Dec 21 00:08:09.437 INFO O| Download: 2869/22788 items 33.1/199.7MB 16% complete (2.2M/s) |
3871 | 2024-12-21T00:08:11.267Z | [ recovery-image] Dec 21 00:08:11.173 INFO O| Dec 21 00:08:11.173 INFO O| Planning: Planning completed in 162.05 seconds |
3872 | 2024-12-21T00:08:11.274Z | [ recovery-image] Dec 21 00:08:11.180 INFO O| Dec 21 00:08:11.180 INFO O| Packages to install: 124 |
3873 | 2024-12-21T00:08:11.274Z | [ recovery-image] Dec 21 00:08:11.180 INFO O| Dec 21 00:08:11.180 INFO O| Mediators to change: 4 |
3874 | 2024-12-21T00:08:11.277Z | [ recovery-image] Dec 21 00:08:11.180 INFO O| Dec 21 00:08:11.180 INFO O| Services to change: 5 |
3875 | 2024-12-21T00:08:11.382Z | [ recovery-image] Dec 21 00:08:11.287 INFO O| Dec 21 00:08:11.287 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete |
3876 | 2024-12-21T00:08:14.553Z | [ host-image] Dec 21 00:08:14.459 INFO O| Dec 21 00:08:14.459 INFO O| Download: 3979/22788 items 40.1/199.7MB 20% complete (1.7M/s) |
3877 | 2024-12-21T00:08:15.327Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3878 | 2024-12-21T00:08:16.382Z | [ recovery-image] Dec 21 00:08:16.288 INFO O| Dec 21 00:08:16.288 INFO O| Download: 945/15862 items 7.6/176.4MB 4% complete (1.5M/s) |
3879 | 2024-12-21T00:08:19.665Z | [ host-image] Dec 21 00:08:19.572 INFO O| Dec 21 00:08:19.572 INFO O| Download: 4630/22788 items 43.0/199.7MB 21% complete (1.1M/s) |
3880 | 2024-12-21T00:08:21.570Z | [ recovery-image] Dec 21 00:08:21.478 INFO O| Dec 21 00:08:21.478 INFO O| Download: 1219/15862 items 16.9/176.4MB 9% complete (1.7M/s) |
3881 | 2024-12-21T00:08:22.380Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3882 | 2024-12-21T00:08:23.020Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3883 | 2024-12-21T00:08:23.757Z | [verify-libraries] Compiling termios v0.3.3 |
3884 | 2024-12-21T00:08:24.114Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3885 | 2024-12-21T00:08:24.696Z | [ host-image] Dec 21 00:08:24.603 INFO O| Dec 21 00:08:24.603 INFO O| Download: 5471/22788 items 46.1/199.7MB 23% complete (615k/s) |
3886 | 2024-12-21T00:08:27.086Z | [ recovery-image] Dec 21 00:08:26.994 INFO O| Dec 21 00:08:26.994 INFO O| Download: 1503/15862 items 21.8/176.4MB 12% complete (1.5M/s) |
3887 | 2024-12-21T00:08:29.704Z | [ host-image] Dec 21 00:08:29.612 INFO O| Dec 21 00:08:29.612 INFO O| Download: 6657/22788 items 46.8/199.7MB 23% complete (393k/s) |
3888 | 2024-12-21T00:08:32.528Z | [ recovery-image] Dec 21 00:08:32.437 INFO O| Dec 21 00:08:32.436 INFO O| Download: 1680/15862 items 27.9/176.4MB 15% complete (891k/s) |
3889 | 2024-12-21T00:08:34.708Z | [ host-image] Dec 21 00:08:34.617 INFO O| Dec 21 00:08:34.617 INFO O| Download: 7346/22788 items 57.5/199.7MB 28% complete (1.1M/s) |
3890 | 2024-12-21T00:08:37.663Z | [ recovery-image] Dec 21 00:08:37.572 INFO O| Dec 21 00:08:37.572 INFO O| Download: 2670/15862 items 33.0/176.4MB 18% complete (1.3M/s) |
3891 | 2024-12-21T00:08:40.177Z | [ host-image] Dec 21 00:08:40.088 INFO O| Dec 21 00:08:40.087 INFO O| Download: 8075/22788 items 60.4/199.7MB 30% complete (1.4M/s) |
3892 | 2024-12-21T00:08:42.682Z | [ recovery-image] Dec 21 00:08:42.592 INFO O| Dec 21 00:08:42.592 INFO O| Download: 3609/15862 items 39.1/176.4MB 22% complete (1.1M/s) |
3893 | 2024-12-21T00:08:44.604Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3894 | 2024-12-21T00:08:45.193Z | [ host-image] Dec 21 00:08:45.104 INFO O| Dec 21 00:08:45.104 INFO O| Download: 8725/22788 items 71.2/199.7MB 35% complete (1.3M/s) |
3895 | 2024-12-21T00:08:47.693Z | [ recovery-image] Dec 21 00:08:47.603 INFO O| Dec 21 00:08:47.603 INFO O| Download: 4077/15862 items 42.6/176.4MB 24% complete (993k/s) |
3896 | 2024-12-21T00:08:50.201Z | [ host-image] Dec 21 00:08:50.113 INFO O| Dec 21 00:08:50.113 INFO O| Download: 9616/22788 items 83.3/199.7MB 41% complete (2.3M/s) |
3897 | 2024-12-21T00:08:52.692Z | [ recovery-image] Dec 21 00:08:52.604 INFO O| Dec 21 00:08:52.604 INFO O| Download: 4960/15862 items 43.1/176.4MB 24% complete (435k/s) |
3898 | 2024-12-21T00:08:57.469Z | [ host-image] Dec 21 00:08:57.381 INFO O| Dec 21 00:08:57.381 INFO O| Download: 10416/22788 items 88.0/199.7MB 44% complete (1.8M/s) |
3899 | 2024-12-21T00:08:57.696Z | [ recovery-image] Dec 21 00:08:57.609 INFO O| Dec 21 00:08:57.609 INFO O| Download: 5665/15862 items 44.6/176.4MB 25% complete (194k/s) |
3900 | 2024-12-21T00:08:58.731Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3901 | 2024-12-21T00:09:02.478Z | [ host-image] Dec 21 00:09:02.391 INFO O| Dec 21 00:09:02.391 INFO O| Download: 11093/22788 items 92.0/199.7MB 46% complete (812k/s) |
3902 | 2024-12-21T00:09:02.937Z | [ recovery-image] Dec 21 00:09:02.851 INFO O| Dec 21 00:09:02.851 INFO O| Download: 6005/15862 items 54.1/176.4MB 30% complete (1.1M/s) |
3903 | 2024-12-21T00:09:07.485Z | [ host-image] Dec 21 00:09:07.399 INFO O| Dec 21 00:09:07.399 INFO O| Download: 11841/22788 items 96.5/199.7MB 48% complete (864k/s) |
3904 | 2024-12-21T00:09:07.945Z | [ recovery-image] Dec 21 00:09:07.860 INFO O| Dec 21 00:09:07.859 INFO O| Download: 6444/15862 items 63.6/176.4MB 36% complete (1.8M/s) |
3905 | 2024-12-21T00:09:12.757Z | [ host-image] Dec 21 00:09:12.672 INFO O| Dec 21 00:09:12.672 INFO O| Download: 12179/22788 items 108.6/199.7MB 54% complete (1.6M/s) |
3906 | 2024-12-21T00:09:12.947Z | [ recovery-image] Dec 21 00:09:12.862 INFO O| Dec 21 00:09:12.861 INFO O| Download: 7626/15862 items 73.7/176.4MB 41% complete (2.0M/s) |
3907 | 2024-12-21T00:09:17.761Z | [ host-image] Dec 21 00:09:17.677 INFO O| Dec 21 00:09:17.676 INFO O| Download: 13166/22788 items 109.9/199.7MB 55% complete (1.3M/s) |
3908 | 2024-12-21T00:09:18.527Z | [ recovery-image] Dec 21 00:09:18.443 INFO O| Dec 21 00:09:18.443 INFO O| Download: 7925/15862 items 77.5/176.4MB 43% complete (1.4M/s) |
3909 | 2024-12-21T00:09:22.780Z | [ host-image] Dec 21 00:09:22.697 INFO O| Dec 21 00:09:22.697 INFO O| Download: 14024/22788 items 110.3/199.7MB 55% complete (178k/s) |
3910 | 2024-12-21T00:09:23.530Z | [ recovery-image] Dec 21 00:09:23.446 INFO O| Dec 21 00:09:23.446 INFO O| Download: 8541/15862 items 79.9/176.4MB 45% complete (645k/s) |
3911 | 2024-12-21T00:09:27.786Z | [ host-image] Dec 21 00:09:27.703 INFO O| Dec 21 00:09:27.703 INFO O| Download: 14755/22788 items 117.2/199.7MB 58% complete (745k/s) |
3912 | 2024-12-21T00:09:28.739Z | [ recovery-image] Dec 21 00:09:28.656 INFO O| Dec 21 00:09:28.656 INFO O| Download: 8838/15862 items 91.9/176.4MB 52% complete (1.5M/s) |
3913 | 2024-12-21T00:09:32.790Z | [ host-image] Dec 21 00:09:32.708 INFO O| Dec 21 00:09:32.708 INFO O| Download: 15736/22788 items 126.0/199.7MB 63% complete (1.6M/s) |
3914 | 2024-12-21T00:09:33.740Z | [ recovery-image] Dec 21 00:09:33.658 INFO O| Dec 21 00:09:33.658 INFO O| Download: 9362/15862 items 92.9/176.4MB 52% complete (1.3M/s) |
3915 | 2024-12-21T00:09:37.802Z | [ host-image] Dec 21 00:09:37.721 INFO O| Dec 21 00:09:37.721 INFO O| Download: 16433/22788 items 147.6/199.7MB 73% complete (3.0M/s) |
3916 | 2024-12-21T00:09:38.743Z | [ recovery-image] Dec 21 00:09:38.662 INFO O| Dec 21 00:09:38.662 INFO O| Download: 10181/15862 items 93.3/176.4MB 52% complete (142k/s) |
3917 | 2024-12-21T00:09:42.810Z | [ host-image] Dec 21 00:09:42.730 INFO O| Dec 21 00:09:42.730 INFO O| Download: 17299/22788 items 149.2/199.7MB 74% complete (2.3M/s) |
3918 | 2024-12-21T00:09:44.026Z | [ recovery-image] Dec 21 00:09:43.946 INFO O| Dec 21 00:09:43.946 INFO O| Download: 10936/15862 items 94.0/176.4MB 53% complete (109k/s) |
3919 | 2024-12-21T00:09:47.829Z | [ host-image] Dec 21 00:09:47.750 INFO O| Dec 21 00:09:47.750 INFO O| Download: 17963/22788 items 161.9/199.7MB 81% complete (1.7M/s) |
3920 | 2024-12-21T00:09:49.110Z | [ recovery-image] Dec 21 00:09:49.031 INFO O| Dec 21 00:09:49.031 INFO O| Download: 11401/15862 items 106.8/176.4MB 60% complete (1.3M/s) |
3921 | 2024-12-21T00:09:53.007Z | [ host-image] Dec 21 00:09:52.928 INFO O| Dec 21 00:09:52.928 INFO O| Download: 18987/22788 items 165.9/199.7MB 83% complete (1.7M/s) |
3922 | 2024-12-21T00:09:54.475Z | [ recovery-image] Dec 21 00:09:54.396 INFO O| Dec 21 00:09:54.396 INFO O| Download: 11925/15862 items 128.4/176.4MB 72% complete (3.4M/s) |
3923 | 2024-12-21T00:09:58.066Z | [ host-image] Dec 21 00:09:57.988 INFO O| Dec 21 00:09:57.988 INFO O| Download: 20006/22788 items 170.4/199.7MB 85% complete (901k/s) |
3924 | 2024-12-21T00:09:59.494Z | [ recovery-image] Dec 21 00:09:59.416 INFO O| Dec 21 00:09:59.416 INFO O| Download: 12683/15862 items 142.8/176.4MB 80% complete (3.6M/s) |
3925 | 2024-12-21T00:10:03.234Z | [ host-image] Dec 21 00:10:03.156 INFO O| Dec 21 00:10:03.156 INFO O| Download: 20635/22788 items 172.5/199.7MB 86% complete (668k/s) |
3926 | 2024-12-21T00:10:04.534Z | [ recovery-image] Dec 21 00:10:04.457 INFO O| Dec 21 00:10:04.457 INFO O| Download: 13585/15862 items 147.0/176.4MB 83% complete (1.9M/s) |
3927 | 2024-12-21T00:10:08.721Z | [ host-image] Dec 21 00:10:08.645 INFO O| Dec 21 00:10:08.645 INFO O| Download: 20985/22788 items 178.9/199.7MB 89% complete (872k/s) |
3928 | 2024-12-21T00:10:09.547Z | [ recovery-image] Dec 21 00:10:09.471 INFO O| Dec 21 00:10:09.471 INFO O| Download: 14637/15862 items 150.5/176.4MB 85% complete (790k/s) |
3929 | 2024-12-21T00:10:13.783Z | [ host-image] Dec 21 00:10:13.648 INFO O| Dec 21 00:10:13.648 INFO O| Download: 21918/22788 items 191.2/199.7MB 95% complete (1.8M/s) |
3930 | 2024-12-21T00:10:14.563Z | [ recovery-image] Dec 21 00:10:14.487 INFO O| Dec 21 00:10:14.487 INFO O| Download: 14941/15862 items 157.4/176.4MB 89% complete (1.0M/s) |
3931 | 2024-12-21T00:10:18.741Z | [ host-image] Dec 21 00:10:18.666 INFO O| Dec 21 00:10:18.666 INFO O| Download: 22098/22788 items 196.7/199.7MB 98% complete (1.7M/s) |
3932 | 2024-12-21T00:10:19.776Z | [ recovery-image] Dec 21 00:10:19.701 INFO O| Dec 21 00:10:19.701 INFO O| Download: 15592/15862 items 169.3/176.4MB 96% complete (1.9M/s) |
3933 | 2024-12-21T00:10:22.347Z | [ host-image] Dec 21 00:10:22.273 INFO O| Dec 21 00:10:22.273 INFO O| Download: Completed 199.66 MB in 153.09 seconds (1.3M/s) |
3934 | 2024-12-21T00:10:23.893Z | [ host-image] Dec 21 00:10:23.819 INFO O| Dec 21 00:10:23.819 INFO O| Actions: 1/49485 actions (Installing new actions) |
3935 | 2024-12-21T00:10:24.207Z | [ recovery-image] Dec 21 00:10:24.133 INFO O| Dec 21 00:10:24.133 INFO O| Download: Completed 176.38 MB in 132.85 seconds (1.3M/s) |
3936 | 2024-12-21T00:10:25.365Z | [ recovery-image] Dec 21 00:10:25.291 INFO O| Dec 21 00:10:25.291 INFO O| Actions: 1/25028 actions (Installing new actions) |
3937 | 2024-12-21T00:10:28.893Z | [ host-image] Dec 21 00:10:28.819 INFO O| Dec 21 00:10:28.819 INFO O| Actions: 8449/49485 actions (Installing new actions) |
3938 | 2024-12-21T00:10:30.364Z | [ recovery-image] Dec 21 00:10:30.291 INFO O| Dec 21 00:10:30.291 INFO O| Actions: 8449/25028 actions (Installing new actions) |
3939 | 2024-12-21T00:10:33.894Z | [ host-image] Dec 21 00:10:33.821 INFO O| Dec 21 00:10:33.821 INFO O| Actions: 13949/49485 actions (Installing new actions) |
3940 | 2024-12-21T00:10:35.364Z | [ recovery-image] Dec 21 00:10:35.292 INFO O| Dec 21 00:10:35.291 INFO O| Actions: 13818/25028 actions (Installing new actions) |
3941 | 2024-12-21T00:10:38.893Z | [ host-image] Dec 21 00:10:38.821 INFO O| Dec 21 00:10:38.821 INFO O| Actions: 19971/49485 actions (Installing new actions) |
3942 | 2024-12-21T00:10:40.364Z | [ recovery-image] Dec 21 00:10:40.292 INFO O| Dec 21 00:10:40.292 INFO O| Actions: 17834/25028 actions (Installing new actions) |
3943 | 2024-12-21T00:10:43.899Z | [ host-image] Dec 21 00:10:43.827 INFO O| Dec 21 00:10:43.827 INFO O| Actions: 25834/49485 actions (Installing new actions) |
3944 | 2024-12-21T00:10:45.370Z | [ recovery-image] Dec 21 00:10:45.299 INFO O| Dec 21 00:10:45.299 INFO O| Actions: 24743/25028 actions (Installing new actions) |
3945 | 2024-12-21T00:10:45.613Z | [ recovery-image] Dec 21 00:10:45.542 INFO O| Dec 21 00:10:45.542 INFO O| Actions: Completed 25028 actions in 20.25 seconds. |
3946 | 2024-12-21T00:10:46.735Z | [ recovery-image] Dec 21 00:10:46.664 INFO O| Dec 21 00:10:46.664 INFO O| Done |
3947 | 2024-12-21T00:10:46.735Z | [ recovery-image] Dec 21 00:10:46.664 INFO O| Dec 21 00:10:46.664 INFO O| Done |
3948 | 2024-12-21T00:10:48.388Z | [ recovery-image] Dec 21 00:10:48.316 INFO O| Dec 21 00:10:48.316 INFO O| Done |
3949 | 2024-12-21T00:10:48.920Z | [ host-image] Dec 21 00:10:48.849 INFO O| Dec 21 00:10:48.849 INFO O| Actions: 49098/49485 actions (Installing new actions) |
3950 | 2024-12-21T00:10:49.093Z | [ host-image] Dec 21 00:10:49.023 INFO O| Dec 21 00:10:49.023 INFO O| Actions: Completed 49485 actions in 25.20 seconds. |
3951 | 2024-12-21T00:10:49.925Z | [ host-image] Dec 21 00:10:49.855 INFO O| Dec 21 00:10:49.855 INFO O| Done |
3952 | 2024-12-21T00:10:49.925Z | [ host-image] Dec 21 00:10:49.855 INFO O| Dec 21 00:10:49.855 INFO O| Done |
3953 | 2024-12-21T00:10:50.608Z | [ recovery-image] Dec 21 00:10:50.537 INFO O| Dec 21 00:10:50.537 INFO O| Done |
3954 | 2024-12-21T00:10:50.636Z | [ recovery-image] Dec 21 00:10:50.566 INFO O| Dec 21 00:10:50.566 INFO O| Done |
3955 | 2024-12-21T00:10:51.762Z | [ host-image] Dec 21 00:10:51.692 INFO O| Dec 21 00:10:51.692 INFO O| Done |
3956 | 2024-12-21T00:10:54.537Z | [ host-image] Dec 21 00:10:54.467 INFO O| Dec 21 00:10:54.467 INFO O| Done |
3957 | 2024-12-21T00:10:54.573Z | [ host-image] Dec 21 00:10:54.503 INFO O| Dec 21 00:10:54.503 INFO O| Done |
3958 | 2024-12-21T00:10:55.898Z | [ recovery-image] Dec 21 00:10:55.829 INFO O| Dec 21 00:10:55.829 INFO O| Done |
3959 | 2024-12-21T00:10:56.555Z | [ recovery-image] Dec 21 00:10:56.485 INFO O| Dec 21 00:10:56.485 INFO O| Done |
3960 | 2024-12-21T00:10:57.477Z | [ recovery-image] Dec 21 00:10:57.408 INFO O| Dec 21 00:10:57.408 INFO STEP 11 (pkg_install) COMPLETE |
3961 | 2024-12-21T00:10:57.477Z | [ recovery-image] Dec 21 00:10:57.408 INFO O| Dec 21 00:10:57.408 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3962 | 2024-12-21T00:10:57.477Z | [ recovery-image] Dec 21 00:10:57.408 INFO O| Dec 21 00:10:57.408 INFO skip step because feature "recovery" is enabled |
3963 | 2024-12-21T00:10:57.480Z | [ recovery-image] Dec 21 00:10:57.408 INFO O| Dec 21 00:10:57.408 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3964 | 2024-12-21T00:10:57.481Z | [ recovery-image] Dec 21 00:10:57.408 INFO O| Dec 21 00:10:57.408 INFO skip step because feature "omicron1" is not enabled |
3965 | 2024-12-21T00:10:57.481Z | [ recovery-image] Dec 21 00:10:57.408 INFO O| Dec 21 00:10:57.408 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3966 | 2024-12-21T00:10:57.505Z | [ recovery-image] Dec 21 00:10:57.436 INFO O| Dec 21 00:10:57.436 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
3967 | 2024-12-21T00:11:00.749Z | [ recovery-image] Dec 21 00:11:00.680 INFO O| Dec 21 00:11:00.680 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3968 | 2024-12-21T00:11:02.344Z | [ host-image] Dec 21 00:11:02.276 INFO O| Dec 21 00:11:02.276 INFO O| Done |
3969 | 2024-12-21T00:11:03.504Z | [ host-image] Dec 21 00:11:03.436 INFO O| Dec 21 00:11:03.436 INFO O| Done |
3970 | 2024-12-21T00:11:04.262Z | [ host-image] Dec 21 00:11:04.194 INFO O| Dec 21 00:11:04.194 INFO STEP 11 (pkg_install) COMPLETE |
3971 | 2024-12-21T00:11:04.262Z | [ host-image] Dec 21 00:11:04.194 INFO O| Dec 21 00:11:04.194 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3972 | 2024-12-21T00:11:04.284Z | [ host-image] Dec 21 00:11:04.216 INFO O| Dec 21 00:11:04.216 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"] |
3973 | 2024-12-21T00:11:04.384Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3974 | 2024-12-21T00:11:05.056Z | [ recovery-image] Dec 21 00:11:04.988 INFO O| Dec 21 00:11:04.988 INFO O| Planning: Solver setup ... Done |
3975 | 2024-12-21T00:11:05.063Z | [ recovery-image] Dec 21 00:11:04.995 INFO O| Dec 21 00:11:04.995 INFO O| Planning: Running solver ... Done |
3976 | 2024-12-21T00:11:05.169Z | [ recovery-image] Dec 21 00:11:05.101 INFO O| Dec 21 00:11:05.101 INFO O| Planning: Finding local manifests ... Done |
3977 | 2024-12-21T00:11:05.172Z | [ recovery-image] Dec 21 00:11:05.103 INFO O| Dec 21 00:11:05.102 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3978 | 2024-12-21T00:11:05.378Z | [ recovery-image] Dec 21 00:11:05.311 INFO O| Dec 21 00:11:05.311 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3979 | 2024-12-21T00:11:05.416Z | [ host-image] Dec 21 00:11:05.348 INFO O| Dec 21 00:11:05.348 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3980 | 2024-12-21T00:11:05.509Z | [ recovery-image] Dec 21 00:11:05.441 INFO O| Dec 21 00:11:05.441 INFO O| Planning: Package planning ... Done |
3981 | 2024-12-21T00:11:05.512Z | [ recovery-image] Dec 21 00:11:05.442 INFO O| Dec 21 00:11:05.442 INFO O| Planning: Merging actions ... Done |
3982 | 2024-12-21T00:11:05.589Z | [ recovery-image] Dec 21 00:11:05.521 INFO O| Dec 21 00:11:05.521 INFO O| Planning: Checking for conflicting actions ... Done |
3983 | 2024-12-21T00:11:05.591Z | [ recovery-image] Dec 21 00:11:05.521 INFO O| Dec 21 00:11:05.521 INFO O| Planning: Consolidating action changes ... Done |
3984 | 2024-12-21T00:11:06.040Z | [ recovery-image] Dec 21 00:11:05.972 INFO O| Dec 21 00:11:05.972 INFO O| Planning: Evaluating mediators ... Done |
3985 | 2024-12-21T00:11:06.042Z | [ recovery-image] Dec 21 00:11:05.973 INFO O| Dec 21 00:11:05.973 INFO O| Planning: Planning completed in 5.29 seconds |
3986 | 2024-12-21T00:11:06.045Z | [ recovery-image] Dec 21 00:11:05.976 INFO O| Dec 21 00:11:05.976 INFO O| Packages to install: 1 |
3987 | 2024-12-21T00:11:06.079Z | [ recovery-image] Dec 21 00:11:06.011 INFO O| Dec 21 00:11:06.011 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
3988 | 2024-12-21T00:11:06.373Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3989 | 2024-12-21T00:11:06.853Z | [ recovery-image] Dec 21 00:11:06.785 INFO O| Dec 21 00:11:06.785 INFO O| Download: Completed 9.99 MB in 0.77 seconds (12.9M/s) |
3990 | 2024-12-21T00:11:07.099Z | [ recovery-image] Dec 21 00:11:07.031 INFO O| Dec 21 00:11:07.031 INFO O| Actions: 1/22 actions (Installing new actions) |
3991 | 2024-12-21T00:11:07.759Z | [ recovery-image] Dec 21 00:11:07.691 INFO O| Dec 21 00:11:07.691 INFO O| Actions: Completed 22 actions in 0.66 seconds. |
3992 | 2024-12-21T00:11:08.289Z | [ recovery-image] Dec 21 00:11:08.222 INFO O| Dec 21 00:11:08.222 INFO O| Done |
3993 | 2024-12-21T00:11:08.289Z | [ recovery-image] Dec 21 00:11:08.222 INFO O| Dec 21 00:11:08.222 INFO O| Done |
3994 | 2024-12-21T00:11:09.848Z | [ recovery-image] Dec 21 00:11:09.780 INFO O| Dec 21 00:11:09.780 INFO O| Done |
3995 | 2024-12-21T00:11:11.357Z | [ host-image] Dec 21 00:11:11.289 INFO O| Dec 21 00:11:11.289 INFO O| Planning: Solver setup ... Done |
3996 | 2024-12-21T00:11:11.390Z | [ host-image] Dec 21 00:11:11.304 INFO O| Dec 21 00:11:11.303 INFO O| Planning: Running solver ... Done |
3997 | 2024-12-21T00:11:11.461Z | [ host-image] Dec 21 00:11:11.394 INFO O| Dec 21 00:11:11.394 INFO O| Planning: Finding local manifests ... Done |
3998 | 2024-12-21T00:11:11.464Z | [ host-image] Dec 21 00:11:11.396 INFO O| Dec 21 00:11:11.396 INFO O| Planning: Fetching manifests: 0/5 0% complete |
3999 | 2024-12-21T00:11:11.727Z | [ host-image] Dec 21 00:11:11.660 INFO O| Dec 21 00:11:11.660 INFO O| Planning: Fetching manifests: 5/5 100% complete |
4000 | 2024-12-21T00:11:11.775Z | [ host-image] Dec 21 00:11:11.708 INFO O| Dec 21 00:11:11.708 INFO O| Planning: Package planning ... Done |
4001 | 2024-12-21T00:11:11.782Z | [ host-image] Dec 21 00:11:11.716 INFO O| Dec 21 00:11:11.716 INFO O| Planning: Merging actions ... Done |
4002 | 2024-12-21T00:11:11.948Z | [ host-image] Dec 21 00:11:11.881 INFO O| Dec 21 00:11:11.881 INFO O| Planning: Checking for conflicting actions ... Done |
4003 | 2024-12-21T00:11:11.950Z | [ host-image] Dec 21 00:11:11.884 INFO O| Dec 21 00:11:11.884 INFO O| Planning: Consolidating action changes ... Done |
4004 | 2024-12-21T00:11:12.114Z | [ recovery-image] Dec 21 00:11:12.047 INFO O| Dec 21 00:11:12.047 INFO O| Done |
4005 | 2024-12-21T00:11:12.140Z | [ recovery-image] Dec 21 00:11:12.073 INFO O| Dec 21 00:11:12.073 INFO O| Done |
4006 | 2024-12-21T00:11:12.140Z | [ recovery-image] Dec 21 00:11:12.073 INFO O| Dec 21 00:11:12.073 INFO O| Done |
4007 | 2024-12-21T00:11:12.158Z | [ recovery-image] Dec 21 00:11:12.091 INFO O| Dec 21 00:11:12.091 INFO O| Done |
4008 | 2024-12-21T00:11:12.435Z | [ host-image] Dec 21 00:11:12.368 INFO O| Dec 21 00:11:12.368 INFO O| Planning: Evaluating mediators ... Done |
4009 | 2024-12-21T00:11:12.438Z | [ host-image] Dec 21 00:11:12.371 INFO O| Dec 21 00:11:12.371 INFO O| Planning: Planning completed in 7.02 seconds |
4010 | 2024-12-21T00:11:12.441Z | [ host-image] Dec 21 00:11:12.373 INFO O| Dec 21 00:11:12.373 INFO O| Packages to install: 5 |
4011 | 2024-12-21T00:11:12.441Z | [ host-image] Dec 21 00:11:12.373 INFO O| Dec 21 00:11:12.373 INFO O| Services to change: 2 |
4012 | 2024-12-21T00:11:12.446Z | [ recovery-image] Dec 21 00:11:12.380 INFO O| Dec 21 00:11:12.380 INFO STEP 14 (pkg_install) COMPLETE |
4013 | 2024-12-21T00:11:12.446Z | [ recovery-image] Dec 21 00:11:12.380 INFO O| Dec 21 00:11:12.380 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4014 | 2024-12-21T00:11:12.446Z | [ recovery-image] Dec 21 00:11:12.380 INFO O| Dec 21 00:11:12.380 INFO skip step because feature "mfg" is not enabled |
4015 | 2024-12-21T00:11:12.446Z | [ recovery-image] Dec 21 00:11:12.380 INFO O| Dec 21 00:11:12.380 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4016 | 2024-12-21T00:11:12.450Z | [ recovery-image] Dec 21 00:11:12.380 INFO O| Dec 21 00:11:12.380 INFO skip step because feature "compliance" is not enabled |
4017 | 2024-12-21T00:11:12.450Z | [ recovery-image] Dec 21 00:11:12.380 INFO O| Dec 21 00:11:12.380 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4018 | 2024-12-21T00:11:12.450Z | [ recovery-image] Dec 21 00:11:12.380 INFO O| Dec 21 00:11:12.380 INFO skip step because feature "stress" is not enabled |
4019 | 2024-12-21T00:11:12.450Z | [ recovery-image] Dec 21 00:11:12.380 INFO O| Dec 21 00:11:12.380 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4020 | 2024-12-21T00:11:12.450Z | [ recovery-image] Dec 21 00:11:12.380 INFO O| Dec 21 00:11:12.380 INFO skip step because feature "nfs" is not enabled |
4021 | 2024-12-21T00:11:12.450Z | [ recovery-image] Dec 21 00:11:12.380 INFO O| Dec 21 00:11:12.380 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4022 | 2024-12-21T00:11:12.450Z | [ recovery-image] Dec 21 00:11:12.380 INFO O| Dec 21 00:11:12.380 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4023 | 2024-12-21T00:11:12.506Z | [ host-image] Dec 21 00:11:12.439 INFO O| Dec 21 00:11:12.439 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
4024 | 2024-12-21T00:11:12.670Z | [ recovery-image] Dec 21 00:11:12.602 INFO O| Dec 21 00:11:12.602 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4025 | 2024-12-21T00:11:12.807Z | [ recovery-image] Dec 21 00:11:12.741 INFO O| Dec 21 00:11:12.740 INFO completed processing gimlet/ramdisk-01-os |
4026 | 2024-12-21T00:11:12.811Z | [ recovery-image] Dec 21 00:11:12.744 INFO image builder template: ramdisk-02-trim... |
4027 | 2024-12-21T00:11:12.811Z | [ recovery-image] Dec 21 00:11:12.745 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/.tmpaSG2wu/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None |
4028 | 2024-12-21T00:11:12.862Z | [ recovery-image] Dec 21 00:11:12.795 INFO O| Dec 21 00:11:12.795 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4029 | 2024-12-21T00:11:12.876Z | [ recovery-image] Dec 21 00:11:12.809 INFO O| Dec 21 00:11:12.809 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4030 | 2024-12-21T00:11:13.076Z | [ recovery-image] Dec 21 00:11:13.009 INFO O| Dec 21 00:11:13.009 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4031 | 2024-12-21T00:11:13.180Z | [ recovery-image] Dec 21 00:11:13.112 INFO O| Dec 21 00:11:13.112 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4032 | 2024-12-21T00:11:13.182Z | [ recovery-image] Dec 21 00:11:13.113 INFO O| Dec 21 00:11:13.113 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4033 | 2024-12-21T00:11:13.192Z | [ recovery-image] Dec 21 00:11:13.126 INFO O| Dec 21 00:11:13.125 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4034 | 2024-12-21T00:11:13.203Z | [ recovery-image] Dec 21 00:11:13.136 INFO O| Dec 21 00:11:13.136 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4035 | 2024-12-21T00:11:13.215Z | [ recovery-image] Dec 21 00:11:13.148 INFO O| Dec 21 00:11:13.148 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4036 | 2024-12-21T00:11:13.697Z | [ recovery-image] Dec 21 00:11:13.630 INFO O| Dec 21 00:11:13.630 INFO rolled back to input snapshot; work may begin |
4037 | 2024-12-21T00:11:13.697Z | [ recovery-image] Dec 21 00:11:13.630 INFO O| Dec 21 00:11:13.630 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4038 | 2024-12-21T00:11:13.707Z | [ recovery-image] Dec 21 00:11:13.641 INFO O| Dec 21 00:11:13.640 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4039 | 2024-12-21T00:11:13.729Z | [ recovery-image] Dec 21 00:11:13.663 INFO O| Dec 21 00:11:13.663 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4040 | 2024-12-21T00:11:13.962Z | [ recovery-image] Dec 21 00:11:13.895 INFO O| Dec 21 00:11:13.895 INFO STEP 0 (remove_files) COMPLETE |
4041 | 2024-12-21T00:11:13.965Z | [ recovery-image] Dec 21 00:11:13.896 INFO O| Dec 21 00:11:13.895 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4042 | 2024-12-21T00:11:13.986Z | [ recovery-image] Dec 21 00:11:13.918 INFO O| Dec 21 00:11:13.918 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4043 | 2024-12-21T00:11:13.988Z | [ recovery-image] Dec 21 00:11:13.922 INFO O| Dec 21 00:11:13.922 INFO STEP 1 (remove_files) COMPLETE |
4044 | 2024-12-21T00:11:13.988Z | [ recovery-image] Dec 21 00:11:13.922 INFO O| Dec 21 00:11:13.922 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4045 | 2024-12-21T00:11:13.996Z | [ host-image] Dec 21 00:11:13.930 INFO O| Dec 21 00:11:13.930 INFO O| Download: Completed 1.45 MB in 1.49 seconds (992k/s) |
4046 | 2024-12-21T00:11:14.012Z | [ recovery-image] Dec 21 00:11:13.945 INFO O| Dec 21 00:11:13.945 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4047 | 2024-12-21T00:11:14.068Z | [ recovery-image] Dec 21 00:11:14.002 INFO O| Dec 21 00:11:14.002 INFO STEP 2 (remove_files) COMPLETE |
4048 | 2024-12-21T00:11:14.068Z | [ recovery-image] Dec 21 00:11:14.002 INFO O| Dec 21 00:11:14.002 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4049 | 2024-12-21T00:11:14.109Z | [ recovery-image] Dec 21 00:11:14.042 INFO O| Dec 21 00:11:14.042 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4050 | 2024-12-21T00:11:14.112Z | [ recovery-image] Dec 21 00:11:14.046 INFO O| Dec 21 00:11:14.046 INFO STEP 3 (remove_files) COMPLETE |
4051 | 2024-12-21T00:11:14.115Z | [ recovery-image] Dec 21 00:11:14.046 INFO O| Dec 21 00:11:14.046 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4052 | 2024-12-21T00:11:14.140Z | [ host-image] Dec 21 00:11:14.073 INFO O| Dec 21 00:11:14.073 INFO O| Actions: 1/305 actions (Installing new actions) |
4053 | 2024-12-21T00:11:14.171Z | [ recovery-image] Dec 21 00:11:14.104 INFO O| Dec 21 00:11:14.104 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4054 | 2024-12-21T00:11:14.179Z | [ recovery-image] Dec 21 00:11:14.112 INFO O| Dec 21 00:11:14.111 INFO STEP 4 (remove_files) COMPLETE |
4055 | 2024-12-21T00:11:14.179Z | [ recovery-image] Dec 21 00:11:14.112 INFO O| Dec 21 00:11:14.111 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4056 | 2024-12-21T00:11:14.226Z | [ recovery-image] Dec 21 00:11:14.160 INFO O| Dec 21 00:11:14.160 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4057 | 2024-12-21T00:11:14.233Z | [ recovery-image] Dec 21 00:11:14.160 INFO O| Dec 21 00:11:14.160 INFO STEP 5 (remove_files) COMPLETE |
4058 | 2024-12-21T00:11:14.233Z | [ recovery-image] Dec 21 00:11:14.160 INFO O| Dec 21 00:11:14.160 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4059 | 2024-12-21T00:11:14.254Z | [ recovery-image] Dec 21 00:11:14.188 INFO O| Dec 21 00:11:14.187 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4060 | 2024-12-21T00:11:14.281Z | [ recovery-image] Dec 21 00:11:14.214 INFO O| Dec 21 00:11:14.214 INFO STEP 6 (remove_files) COMPLETE |
4061 | 2024-12-21T00:11:14.281Z | [ recovery-image] Dec 21 00:11:14.215 INFO O| Dec 21 00:11:14.214 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4062 | 2024-12-21T00:11:14.281Z | [ recovery-image] Dec 21 00:11:14.215 INFO O| Dec 21 00:11:14.214 INFO skip step because feature "recovery" is enabled |
4063 | 2024-12-21T00:11:14.283Z | [ recovery-image] Dec 21 00:11:14.215 INFO O| Dec 21 00:11:14.214 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4064 | 2024-12-21T00:11:14.283Z | [ recovery-image] Dec 21 00:11:14.215 INFO O| Dec 21 00:11:14.214 INFO skip step because feature "recovery" is enabled |
4065 | 2024-12-21T00:11:14.283Z | [ recovery-image] Dec 21 00:11:14.215 INFO O| Dec 21 00:11:14.214 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4066 | 2024-12-21T00:11:14.283Z | [ recovery-image] Dec 21 00:11:14.215 INFO O| Dec 21 00:11:14.214 INFO skip step because feature "recovery" is enabled |
4067 | 2024-12-21T00:11:14.283Z | [ recovery-image] Dec 21 00:11:14.215 INFO O| Dec 21 00:11:14.214 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4068 | 2024-12-21T00:11:14.328Z | [ recovery-image] Dec 21 00:11:14.261 INFO O| Dec 21 00:11:14.261 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4069 | 2024-12-21T00:11:14.334Z | [ recovery-image] Dec 21 00:11:14.267 INFO O| Dec 21 00:11:14.267 INFO STEP 10 (remove_files) COMPLETE |
4070 | 2024-12-21T00:11:14.334Z | [ recovery-image] Dec 21 00:11:14.267 INFO O| Dec 21 00:11:14.267 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4071 | 2024-12-21T00:11:14.360Z | [ host-image] Dec 21 00:11:14.293 INFO O| Dec 21 00:11:14.293 INFO O| Actions: Completed 305 actions in 0.22 seconds. |
4072 | 2024-12-21T00:11:14.399Z | [ recovery-image] Dec 21 00:11:14.333 INFO O| Dec 21 00:11:14.332 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4073 | 2024-12-21T00:11:14.402Z | [ recovery-image] Dec 21 00:11:14.334 INFO O| Dec 21 00:11:14.334 INFO STEP 11 (remove_files) COMPLETE |
4074 | 2024-12-21T00:11:14.402Z | [ recovery-image] Dec 21 00:11:14.334 INFO O| Dec 21 00:11:14.334 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4075 | 2024-12-21T00:11:14.423Z | [ recovery-image] Dec 21 00:11:14.356 INFO O| Dec 21 00:11:14.356 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4076 | 2024-12-21T00:11:14.426Z | [ recovery-image] Dec 21 00:11:14.359 INFO O| Dec 21 00:11:14.359 INFO STEP 12 (remove_files) COMPLETE |
4077 | 2024-12-21T00:11:14.426Z | [ recovery-image] Dec 21 00:11:14.359 INFO O| Dec 21 00:11:14.359 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4078 | 2024-12-21T00:11:14.671Z | [ recovery-image] Dec 21 00:11:14.602 INFO O| Dec 21 00:11:14.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4079 | 2024-12-21T00:11:14.753Z | [ recovery-image] Dec 21 00:11:14.685 INFO O| Dec 21 00:11:14.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4080 | 2024-12-21T00:11:14.756Z | [ recovery-image] Dec 21 00:11:14.688 INFO O| Dec 21 00:11:14.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4081 | 2024-12-21T00:11:14.772Z | [ recovery-image] Dec 21 00:11:14.706 INFO O| Dec 21 00:11:14.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4082 | 2024-12-21T00:11:14.915Z | [ recovery-image] Dec 21 00:11:14.848 INFO O| Dec 21 00:11:14.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4083 | 2024-12-21T00:11:14.926Z | [ recovery-image] Dec 21 00:11:14.859 INFO O| Dec 21 00:11:14.859 INFO STEP 13 (remove_files) COMPLETE |
4084 | 2024-12-21T00:11:14.926Z | [ recovery-image] Dec 21 00:11:14.860 INFO O| Dec 21 00:11:14.859 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4085 | 2024-12-21T00:11:14.959Z | [ recovery-image] Dec 21 00:11:14.892 INFO O| Dec 21 00:11:14.892 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4086 | 2024-12-21T00:11:14.962Z | [ recovery-image] Dec 21 00:11:14.895 INFO O| Dec 21 00:11:14.895 INFO STEP 14 (remove_files) COMPLETE |
4087 | 2024-12-21T00:11:14.962Z | [ recovery-image] Dec 21 00:11:14.895 INFO O| Dec 21 00:11:14.895 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4088 | 2024-12-21T00:11:14.986Z | [ host-image] Dec 21 00:11:14.920 INFO O| Dec 21 00:11:14.920 INFO O| Done |
4089 | 2024-12-21T00:11:14.989Z | [ host-image] Dec 21 00:11:14.920 INFO O| Dec 21 00:11:14.920 INFO O| Done |
4090 | 2024-12-21T00:11:15.077Z | [ recovery-image] Dec 21 00:11:15.011 INFO O| Dec 21 00:11:15.011 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4091 | 2024-12-21T00:11:15.088Z | [ recovery-image] Dec 21 00:11:15.022 INFO O| Dec 21 00:11:15.021 INFO STEP 15 (remove_files) COMPLETE |
4092 | 2024-12-21T00:11:15.088Z | [ recovery-image] Dec 21 00:11:15.022 INFO O| Dec 21 00:11:15.022 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4093 | 2024-12-21T00:11:15.118Z | [ recovery-image] Dec 21 00:11:15.052 INFO O| Dec 21 00:11:15.052 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4094 | 2024-12-21T00:11:15.121Z | [ recovery-image] Dec 21 00:11:15.053 INFO O| Dec 21 00:11:15.053 INFO STEP 16 (remove_files) COMPLETE |
4095 | 2024-12-21T00:11:15.121Z | [ recovery-image] Dec 21 00:11:15.053 INFO O| Dec 21 00:11:15.053 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4096 | 2024-12-21T00:11:15.159Z | [ recovery-image] Dec 21 00:11:15.092 INFO O| Dec 21 00:11:15.092 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4097 | 2024-12-21T00:11:15.164Z | [ recovery-image] Dec 21 00:11:15.095 INFO O| Dec 21 00:11:15.095 INFO STEP 17 (remove_files) COMPLETE |
4098 | 2024-12-21T00:11:15.164Z | [ recovery-image] Dec 21 00:11:15.095 INFO O| Dec 21 00:11:15.095 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4099 | 2024-12-21T00:11:15.207Z | [ recovery-image] Dec 21 00:11:15.141 INFO O| Dec 21 00:11:15.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4100 | 2024-12-21T00:11:15.207Z | [ recovery-image] Dec 21 00:11:15.141 INFO O| Dec 21 00:11:15.141 INFO STEP 18 (remove_files) COMPLETE |
4101 | 2024-12-21T00:11:15.207Z | [ recovery-image] Dec 21 00:11:15.141 INFO O| Dec 21 00:11:15.141 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4102 | 2024-12-21T00:11:15.247Z | [ recovery-image] Dec 21 00:11:15.181 INFO O| Dec 21 00:11:15.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4103 | 2024-12-21T00:11:15.247Z | [ recovery-image] Dec 21 00:11:15.181 INFO O| Dec 21 00:11:15.181 INFO STEP 19 (remove_files) COMPLETE |
4104 | 2024-12-21T00:11:15.250Z | [ recovery-image] Dec 21 00:11:15.181 INFO O| Dec 21 00:11:15.181 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4105 | 2024-12-21T00:11:15.270Z | [ recovery-image] Dec 21 00:11:15.203 INFO O| Dec 21 00:11:15.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4106 | 2024-12-21T00:11:15.270Z | [ recovery-image] Dec 21 00:11:15.203 INFO O| Dec 21 00:11:15.203 INFO STEP 20 (remove_files) COMPLETE |
4107 | 2024-12-21T00:11:15.270Z | [ recovery-image] Dec 21 00:11:15.203 INFO O| Dec 21 00:11:15.203 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4108 | 2024-12-21T00:11:15.311Z | [ recovery-image] Dec 21 00:11:15.245 INFO O| Dec 21 00:11:15.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4109 | 2024-12-21T00:11:15.311Z | [ recovery-image] Dec 21 00:11:15.245 INFO O| Dec 21 00:11:15.245 INFO STEP 21 (remove_files) COMPLETE |
4110 | 2024-12-21T00:11:15.311Z | [ recovery-image] Dec 21 00:11:15.245 INFO O| Dec 21 00:11:15.245 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4111 | 2024-12-21T00:11:15.335Z | [ recovery-image] Dec 21 00:11:15.268 INFO O| Dec 21 00:11:15.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4112 | 2024-12-21T00:11:15.335Z | [ recovery-image] Dec 21 00:11:15.268 INFO O| Dec 21 00:11:15.268 INFO STEP 22 (remove_files) COMPLETE |
4113 | 2024-12-21T00:11:15.338Z | [ recovery-image] Dec 21 00:11:15.269 INFO O| Dec 21 00:11:15.268 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4114 | 2024-12-21T00:11:15.362Z | [ recovery-image] Dec 21 00:11:15.295 INFO O| Dec 21 00:11:15.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4115 | 2024-12-21T00:11:15.362Z | [ recovery-image] Dec 21 00:11:15.295 INFO O| Dec 21 00:11:15.295 INFO STEP 23 (remove_files) COMPLETE |
4116 | 2024-12-21T00:11:15.362Z | [ recovery-image] Dec 21 00:11:15.295 INFO O| Dec 21 00:11:15.295 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4117 | 2024-12-21T00:11:15.402Z | [ recovery-image] Dec 21 00:11:15.335 INFO O| Dec 21 00:11:15.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4118 | 2024-12-21T00:11:15.402Z | [ recovery-image] Dec 21 00:11:15.335 INFO O| Dec 21 00:11:15.335 INFO STEP 24 (remove_files) COMPLETE |
4119 | 2024-12-21T00:11:15.402Z | [ recovery-image] Dec 21 00:11:15.335 INFO O| Dec 21 00:11:15.335 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4120 | 2024-12-21T00:11:15.425Z | [ recovery-image] Dec 21 00:11:15.359 INFO O| Dec 21 00:11:15.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4121 | 2024-12-21T00:11:15.425Z | [ recovery-image] Dec 21 00:11:15.359 INFO O| Dec 21 00:11:15.359 INFO STEP 25 (remove_files) COMPLETE |
4122 | 2024-12-21T00:11:15.425Z | [ recovery-image] Dec 21 00:11:15.359 INFO O| Dec 21 00:11:15.359 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4123 | 2024-12-21T00:11:15.461Z | [ recovery-image] Dec 21 00:11:15.395 INFO O| Dec 21 00:11:15.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4124 | 2024-12-21T00:11:15.461Z | [ recovery-image] Dec 21 00:11:15.395 INFO O| Dec 21 00:11:15.395 INFO STEP 26 (remove_files) COMPLETE |
4125 | 2024-12-21T00:11:15.463Z | [ recovery-image] Dec 21 00:11:15.395 INFO O| Dec 21 00:11:15.395 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4126 | 2024-12-21T00:11:15.482Z | [ recovery-image] Dec 21 00:11:15.416 INFO O| Dec 21 00:11:15.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4127 | 2024-12-21T00:11:15.483Z | [ recovery-image] Dec 21 00:11:15.416 INFO O| Dec 21 00:11:15.416 INFO STEP 27 (remove_files) COMPLETE |
4128 | 2024-12-21T00:11:15.483Z | [ recovery-image] Dec 21 00:11:15.416 INFO O| Dec 21 00:11:15.416 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4129 | 2024-12-21T00:11:15.547Z | [ recovery-image] Dec 21 00:11:15.480 INFO O| Dec 21 00:11:15.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4130 | 2024-12-21T00:11:15.547Z | [ recovery-image] Dec 21 00:11:15.480 INFO O| Dec 21 00:11:15.480 INFO STEP 28 (remove_files) COMPLETE |
4131 | 2024-12-21T00:11:15.547Z | [ recovery-image] Dec 21 00:11:15.480 INFO O| Dec 21 00:11:15.480 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4132 | 2024-12-21T00:11:15.580Z | [ recovery-image] Dec 21 00:11:15.514 INFO O| Dec 21 00:11:15.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4133 | 2024-12-21T00:11:15.583Z | [ recovery-image] Dec 21 00:11:15.514 INFO O| Dec 21 00:11:15.514 INFO STEP 29 (remove_files) COMPLETE |
4134 | 2024-12-21T00:11:15.583Z | [ recovery-image] Dec 21 00:11:15.514 INFO O| Dec 21 00:11:15.514 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4135 | 2024-12-21T00:11:15.604Z | [ recovery-image] Dec 21 00:11:15.538 INFO O| Dec 21 00:11:15.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4136 | 2024-12-21T00:11:15.604Z | [ recovery-image] Dec 21 00:11:15.538 INFO O| Dec 21 00:11:15.538 INFO STEP 30 (remove_files) COMPLETE |
4137 | 2024-12-21T00:11:15.607Z | [ recovery-image] Dec 21 00:11:15.538 INFO O| Dec 21 00:11:15.538 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4138 | 2024-12-21T00:11:15.629Z | [ recovery-image] Dec 21 00:11:15.563 INFO O| Dec 21 00:11:15.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4139 | 2024-12-21T00:11:15.630Z | [ recovery-image] Dec 21 00:11:15.563 INFO O| Dec 21 00:11:15.563 INFO STEP 31 (remove_files) COMPLETE |
4140 | 2024-12-21T00:11:15.630Z | [ recovery-image] Dec 21 00:11:15.563 INFO O| Dec 21 00:11:15.563 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4141 | 2024-12-21T00:11:15.664Z | [ recovery-image] Dec 21 00:11:15.598 INFO O| Dec 21 00:11:15.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4142 | 2024-12-21T00:11:15.664Z | [ recovery-image] Dec 21 00:11:15.598 INFO O| Dec 21 00:11:15.598 INFO STEP 32 (remove_files) COMPLETE |
4143 | 2024-12-21T00:11:15.664Z | [ recovery-image] Dec 21 00:11:15.598 INFO O| Dec 21 00:11:15.598 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4144 | 2024-12-21T00:11:15.697Z | [ recovery-image] Dec 21 00:11:15.630 INFO O| Dec 21 00:11:15.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4145 | 2024-12-21T00:11:15.697Z | [ recovery-image] Dec 21 00:11:15.631 INFO O| Dec 21 00:11:15.631 INFO STEP 33 (remove_files) COMPLETE |
4146 | 2024-12-21T00:11:15.700Z | [ recovery-image] Dec 21 00:11:15.631 INFO O| Dec 21 00:11:15.631 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4147 | 2024-12-21T00:11:15.740Z | [ recovery-image] Dec 21 00:11:15.671 INFO O| Dec 21 00:11:15.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4148 | 2024-12-21T00:11:15.740Z | [ recovery-image] Dec 21 00:11:15.672 INFO O| Dec 21 00:11:15.671 INFO STEP 34 (remove_files) COMPLETE |
4149 | 2024-12-21T00:11:15.740Z | [ recovery-image] Dec 21 00:11:15.672 INFO O| Dec 21 00:11:15.672 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4150 | 2024-12-21T00:11:15.769Z | [ recovery-image] Dec 21 00:11:15.701 INFO O| Dec 21 00:11:15.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4151 | 2024-12-21T00:11:15.771Z | [ recovery-image] Dec 21 00:11:15.702 INFO O| Dec 21 00:11:15.701 INFO STEP 35 (remove_files) COMPLETE |
4152 | 2024-12-21T00:11:15.771Z | [ recovery-image] Dec 21 00:11:15.702 INFO O| Dec 21 00:11:15.702 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4153 | 2024-12-21T00:11:15.788Z | [ recovery-image] Dec 21 00:11:15.721 INFO O| Dec 21 00:11:15.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4154 | 2024-12-21T00:11:15.790Z | [ recovery-image] Dec 21 00:11:15.722 INFO O| Dec 21 00:11:15.721 INFO STEP 36 (remove_files) COMPLETE |
4155 | 2024-12-21T00:11:15.790Z | [ recovery-image] Dec 21 00:11:15.722 INFO O| Dec 21 00:11:15.722 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4156 | 2024-12-21T00:11:15.808Z | [ recovery-image] Dec 21 00:11:15.742 INFO O| Dec 21 00:11:15.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4157 | 2024-12-21T00:11:15.811Z | [ recovery-image] Dec 21 00:11:15.742 INFO O| Dec 21 00:11:15.742 INFO STEP 37 (remove_files) COMPLETE |
4158 | 2024-12-21T00:11:15.811Z | [ recovery-image] Dec 21 00:11:15.742 INFO O| Dec 21 00:11:15.742 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4159 | 2024-12-21T00:11:15.847Z | [ recovery-image] Dec 21 00:11:15.781 INFO O| Dec 21 00:11:15.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4160 | 2024-12-21T00:11:15.849Z | [ recovery-image] Dec 21 00:11:15.781 INFO O| Dec 21 00:11:15.781 INFO STEP 38 (remove_files) COMPLETE |
4161 | 2024-12-21T00:11:15.849Z | [ recovery-image] Dec 21 00:11:15.781 INFO O| Dec 21 00:11:15.781 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4162 | 2024-12-21T00:11:15.900Z | [ recovery-image] Dec 21 00:11:15.833 INFO O| Dec 21 00:11:15.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4163 | 2024-12-21T00:11:15.900Z | [ recovery-image] Dec 21 00:11:15.833 INFO O| Dec 21 00:11:15.833 INFO STEP 39 (remove_files) COMPLETE |
4164 | 2024-12-21T00:11:15.900Z | [ recovery-image] Dec 21 00:11:15.833 INFO O| Dec 21 00:11:15.833 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4165 | 2024-12-21T00:11:15.990Z | [ recovery-image] Dec 21 00:11:15.924 INFO O| Dec 21 00:11:15.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4166 | 2024-12-21T00:11:15.993Z | [ recovery-image] Dec 21 00:11:15.924 INFO O| Dec 21 00:11:15.924 INFO STEP 40 (remove_files) COMPLETE |
4167 | 2024-12-21T00:11:15.993Z | [ recovery-image] Dec 21 00:11:15.924 INFO O| Dec 21 00:11:15.924 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4168 | 2024-12-21T00:11:16.015Z | [ recovery-image] Dec 21 00:11:15.948 INFO O| Dec 21 00:11:15.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4169 | 2024-12-21T00:11:16.018Z | [ recovery-image] Dec 21 00:11:15.948 INFO O| Dec 21 00:11:15.948 INFO STEP 41 (remove_files) COMPLETE |
4170 | 2024-12-21T00:11:16.018Z | [ recovery-image] Dec 21 00:11:15.949 INFO O| Dec 21 00:11:15.949 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4171 | 2024-12-21T00:11:16.038Z | [ recovery-image] Dec 21 00:11:15.972 INFO O| Dec 21 00:11:15.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4172 | 2024-12-21T00:11:16.041Z | [ recovery-image] Dec 21 00:11:15.972 INFO O| Dec 21 00:11:15.972 INFO STEP 42 (remove_files) COMPLETE |
4173 | 2024-12-21T00:11:16.041Z | [ recovery-image] Dec 21 00:11:15.972 INFO O| Dec 21 00:11:15.972 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4174 | 2024-12-21T00:11:16.070Z | [ recovery-image] Dec 21 00:11:16.004 INFO O| Dec 21 00:11:16.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4175 | 2024-12-21T00:11:16.070Z | [ recovery-image] Dec 21 00:11:16.004 INFO O| Dec 21 00:11:16.004 INFO STEP 43 (remove_files) COMPLETE |
4176 | 2024-12-21T00:11:16.070Z | [ recovery-image] Dec 21 00:11:16.004 INFO O| Dec 21 00:11:16.004 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4177 | 2024-12-21T00:11:16.098Z | [ recovery-image] Dec 21 00:11:16.031 INFO O| Dec 21 00:11:16.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4178 | 2024-12-21T00:11:16.098Z | [ recovery-image] Dec 21 00:11:16.031 INFO O| Dec 21 00:11:16.031 INFO STEP 44 (remove_files) COMPLETE |
4179 | 2024-12-21T00:11:16.098Z | [ recovery-image] Dec 21 00:11:16.031 INFO O| Dec 21 00:11:16.031 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4180 | 2024-12-21T00:11:16.117Z | [ recovery-image] Dec 21 00:11:16.051 INFO O| Dec 21 00:11:16.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4181 | 2024-12-21T00:11:16.117Z | [ recovery-image] Dec 21 00:11:16.051 INFO O| Dec 21 00:11:16.051 INFO STEP 45 (remove_files) COMPLETE |
4182 | 2024-12-21T00:11:16.121Z | [ recovery-image] Dec 21 00:11:16.051 INFO O| Dec 21 00:11:16.051 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4183 | 2024-12-21T00:11:16.138Z | [ recovery-image] Dec 21 00:11:16.072 INFO O| Dec 21 00:11:16.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4184 | 2024-12-21T00:11:16.138Z | [ recovery-image] Dec 21 00:11:16.072 INFO O| Dec 21 00:11:16.072 INFO STEP 46 (remove_files) COMPLETE |
4185 | 2024-12-21T00:11:16.141Z | [ recovery-image] Dec 21 00:11:16.072 INFO O| Dec 21 00:11:16.072 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4186 | 2024-12-21T00:11:16.158Z | [ recovery-image] Dec 21 00:11:16.092 INFO O| Dec 21 00:11:16.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4187 | 2024-12-21T00:11:16.158Z | [ recovery-image] Dec 21 00:11:16.092 INFO O| Dec 21 00:11:16.092 INFO STEP 47 (remove_files) COMPLETE |
4188 | 2024-12-21T00:11:16.160Z | [ recovery-image] Dec 21 00:11:16.092 INFO O| Dec 21 00:11:16.092 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4189 | 2024-12-21T00:11:16.185Z | [ recovery-image] Dec 21 00:11:16.119 INFO O| Dec 21 00:11:16.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4190 | 2024-12-21T00:11:16.186Z | [ recovery-image] Dec 21 00:11:16.119 INFO O| Dec 21 00:11:16.119 INFO STEP 48 (remove_files) COMPLETE |
4191 | 2024-12-21T00:11:16.186Z | [ recovery-image] Dec 21 00:11:16.119 INFO O| Dec 21 00:11:16.119 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4192 | 2024-12-21T00:11:16.236Z | [ recovery-image] Dec 21 00:11:16.170 INFO O| Dec 21 00:11:16.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4193 | 2024-12-21T00:11:16.236Z | [ recovery-image] Dec 21 00:11:16.170 INFO O| Dec 21 00:11:16.170 INFO STEP 49 (remove_files) COMPLETE |
4194 | 2024-12-21T00:11:16.239Z | [ recovery-image] Dec 21 00:11:16.170 INFO O| Dec 21 00:11:16.170 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4195 | 2024-12-21T00:11:16.258Z | [ recovery-image] Dec 21 00:11:16.192 INFO O| Dec 21 00:11:16.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4196 | 2024-12-21T00:11:16.258Z | [ recovery-image] Dec 21 00:11:16.192 INFO O| Dec 21 00:11:16.192 INFO STEP 50 (remove_files) COMPLETE |
4197 | 2024-12-21T00:11:16.258Z | [ recovery-image] Dec 21 00:11:16.192 INFO O| Dec 21 00:11:16.192 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4198 | 2024-12-21T00:11:16.264Z | [ host-image] Dec 21 00:11:16.198 INFO O| Dec 21 00:11:16.198 INFO O| Done |
4199 | 2024-12-21T00:11:16.280Z | [ recovery-image] Dec 21 00:11:16.213 INFO O| Dec 21 00:11:16.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4200 | 2024-12-21T00:11:16.280Z | [ recovery-image] Dec 21 00:11:16.213 INFO O| Dec 21 00:11:16.213 INFO STEP 51 (remove_files) COMPLETE |
4201 | 2024-12-21T00:11:16.280Z | [ recovery-image] Dec 21 00:11:16.213 INFO O| Dec 21 00:11:16.213 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4202 | 2024-12-21T00:11:16.323Z | [ recovery-image] Dec 21 00:11:16.257 INFO O| Dec 21 00:11:16.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4203 | 2024-12-21T00:11:16.326Z | [ recovery-image] Dec 21 00:11:16.257 INFO O| Dec 21 00:11:16.257 INFO STEP 52 (remove_files) COMPLETE |
4204 | 2024-12-21T00:11:16.326Z | [ recovery-image] Dec 21 00:11:16.257 INFO O| Dec 21 00:11:16.257 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4205 | 2024-12-21T00:11:16.357Z | [ recovery-image] Dec 21 00:11:16.290 INFO O| Dec 21 00:11:16.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4206 | 2024-12-21T00:11:16.357Z | [ recovery-image] Dec 21 00:11:16.290 INFO O| Dec 21 00:11:16.290 INFO STEP 53 (remove_files) COMPLETE |
4207 | 2024-12-21T00:11:16.357Z | [ recovery-image] Dec 21 00:11:16.290 INFO O| Dec 21 00:11:16.290 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4208 | 2024-12-21T00:11:16.377Z | [ recovery-image] Dec 21 00:11:16.311 INFO O| Dec 21 00:11:16.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4209 | 2024-12-21T00:11:16.379Z | [ recovery-image] Dec 21 00:11:16.311 INFO O| Dec 21 00:11:16.311 INFO STEP 54 (remove_files) COMPLETE |
4210 | 2024-12-21T00:11:16.379Z | [ recovery-image] Dec 21 00:11:16.311 INFO O| Dec 21 00:11:16.311 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4211 | 2024-12-21T00:11:16.446Z | [ recovery-image] Dec 21 00:11:16.380 INFO O| Dec 21 00:11:16.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4212 | 2024-12-21T00:11:16.448Z | [ recovery-image] Dec 21 00:11:16.380 INFO O| Dec 21 00:11:16.380 INFO STEP 55 (remove_files) COMPLETE |
4213 | 2024-12-21T00:11:16.448Z | [ recovery-image] Dec 21 00:11:16.380 INFO O| Dec 21 00:11:16.380 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4214 | 2024-12-21T00:11:16.468Z | [ recovery-image] Dec 21 00:11:16.402 INFO O| Dec 21 00:11:16.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4215 | 2024-12-21T00:11:16.471Z | [ recovery-image] Dec 21 00:11:16.403 INFO O| Dec 21 00:11:16.402 INFO STEP 56 (remove_files) COMPLETE |
4216 | 2024-12-21T00:11:16.471Z | [ recovery-image] Dec 21 00:11:16.403 INFO O| Dec 21 00:11:16.403 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4217 | 2024-12-21T00:11:16.494Z | [ recovery-image] Dec 21 00:11:16.428 INFO O| Dec 21 00:11:16.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4218 | 2024-12-21T00:11:16.497Z | [ recovery-image] Dec 21 00:11:16.428 INFO O| Dec 21 00:11:16.428 INFO STEP 57 (remove_files) COMPLETE |
4219 | 2024-12-21T00:11:16.498Z | [ recovery-image] Dec 21 00:11:16.429 INFO O| Dec 21 00:11:16.428 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4220 | 2024-12-21T00:11:16.521Z | [ recovery-image] Dec 21 00:11:16.454 INFO O| Dec 21 00:11:16.454 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4221 | 2024-12-21T00:11:16.524Z | [ recovery-image] Dec 21 00:11:16.455 INFO O| Dec 21 00:11:16.455 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4222 | 2024-12-21T00:11:16.524Z | [ recovery-image] Dec 21 00:11:16.455 INFO O| Dec 21 00:11:16.455 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4223 | 2024-12-21T00:11:16.524Z | [ recovery-image] Dec 21 00:11:16.456 INFO O| Dec 21 00:11:16.455 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4224 | 2024-12-21T00:11:16.525Z | [ recovery-image] Dec 21 00:11:16.456 INFO O| Dec 21 00:11:16.455 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4225 | 2024-12-21T00:11:16.525Z | [ recovery-image] Dec 21 00:11:16.456 INFO O| Dec 21 00:11:16.456 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4226 | 2024-12-21T00:11:16.525Z | [ recovery-image] Dec 21 00:11:16.456 INFO O| Dec 21 00:11:16.456 INFO ok! |
4227 | 2024-12-21T00:11:16.525Z | [ recovery-image] Dec 21 00:11:16.456 INFO O| Dec 21 00:11:16.456 INFO STEP 58 (ensure_file) COMPLETE |
4228 | 2024-12-21T00:11:16.526Z | [ recovery-image] Dec 21 00:11:16.456 INFO O| Dec 21 00:11:16.456 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4229 | 2024-12-21T00:11:16.559Z | [ recovery-image] Dec 21 00:11:16.493 INFO O| Dec 21 00:11:16.492 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4230 | 2024-12-21T00:11:16.559Z | [ recovery-image] Dec 21 00:11:16.493 INFO O| Dec 21 00:11:16.493 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4231 | 2024-12-21T00:11:16.562Z | [ recovery-image] Dec 21 00:11:16.493 INFO O| Dec 21 00:11:16.493 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4232 | 2024-12-21T00:11:16.562Z | [ recovery-image] Dec 21 00:11:16.493 INFO O| Dec 21 00:11:16.493 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4233 | 2024-12-21T00:11:16.562Z | [ recovery-image] Dec 21 00:11:16.493 INFO O| Dec 21 00:11:16.493 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4234 | 2024-12-21T00:11:16.562Z | [ recovery-image] Dec 21 00:11:16.493 INFO O| Dec 21 00:11:16.493 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4235 | 2024-12-21T00:11:16.562Z | [ recovery-image] Dec 21 00:11:16.493 INFO O| Dec 21 00:11:16.493 INFO ok! |
4236 | 2024-12-21T00:11:16.562Z | [ recovery-image] Dec 21 00:11:16.493 INFO O| Dec 21 00:11:16.493 INFO STEP 59 (ensure_file) COMPLETE |
4237 | 2024-12-21T00:11:16.562Z | [ recovery-image] Dec 21 00:11:16.494 INFO O| Dec 21 00:11:16.494 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4238 | 2024-12-21T00:11:16.705Z | [ recovery-image] Dec 21 00:11:16.639 INFO O| Dec 21 00:11:16.639 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4239 | 2024-12-21T00:11:16.706Z | [ recovery-image] Dec 21 00:11:16.639 INFO O| Dec 21 00:11:16.639 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4240 | 2024-12-21T00:11:16.709Z | [ recovery-image] Dec 21 00:11:16.639 INFO O| Dec 21 00:11:16.639 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4241 | 2024-12-21T00:11:16.710Z | [ recovery-image] Dec 21 00:11:16.639 INFO O| Dec 21 00:11:16.639 INFO ok! |
4242 | 2024-12-21T00:11:16.710Z | [ recovery-image] Dec 21 00:11:16.639 INFO O| Dec 21 00:11:16.639 INFO STEP 60 (ensure_file) COMPLETE |
4243 | 2024-12-21T00:11:16.711Z | [ recovery-image] Dec 21 00:11:16.639 INFO O| Dec 21 00:11:16.639 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4244 | 2024-12-21T00:11:16.730Z | [ recovery-image] Dec 21 00:11:16.664 INFO O| Dec 21 00:11:16.664 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4245 | 2024-12-21T00:11:16.730Z | [ recovery-image] Dec 21 00:11:16.664 INFO O| Dec 21 00:11:16.664 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4246 | 2024-12-21T00:11:16.733Z | [ recovery-image] Dec 21 00:11:16.665 INFO O| Dec 21 00:11:16.664 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4247 | 2024-12-21T00:11:16.733Z | [ recovery-image] Dec 21 00:11:16.665 INFO O| Dec 21 00:11:16.665 INFO ok! |
4248 | 2024-12-21T00:11:16.733Z | [ recovery-image] Dec 21 00:11:16.665 INFO O| Dec 21 00:11:16.665 INFO STEP 61 (ensure_file) COMPLETE |
4249 | 2024-12-21T00:11:16.733Z | [ recovery-image] Dec 21 00:11:16.665 INFO O| Dec 21 00:11:16.665 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4250 | 2024-12-21T00:11:16.755Z | [ recovery-image] Dec 21 00:11:16.689 INFO O| Dec 21 00:11:16.689 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4251 | 2024-12-21T00:11:16.755Z | [ recovery-image] Dec 21 00:11:16.689 INFO O| Dec 21 00:11:16.689 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4252 | 2024-12-21T00:11:16.758Z | [ recovery-image] Dec 21 00:11:16.689 INFO O| Dec 21 00:11:16.689 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4253 | 2024-12-21T00:11:16.758Z | [ recovery-image] Dec 21 00:11:16.689 INFO O| Dec 21 00:11:16.689 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4254 | 2024-12-21T00:11:16.758Z | [ recovery-image] Dec 21 00:11:16.689 INFO O| Dec 21 00:11:16.689 INFO ok! |
4255 | 2024-12-21T00:11:16.758Z | [ recovery-image] Dec 21 00:11:16.689 INFO O| Dec 21 00:11:16.689 INFO STEP 62 (ensure_file) COMPLETE |
4256 | 2024-12-21T00:11:16.758Z | [ recovery-image] Dec 21 00:11:16.689 INFO O| Dec 21 00:11:16.689 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4257 | 2024-12-21T00:11:16.779Z | [ recovery-image] Dec 21 00:11:16.713 INFO O| Dec 21 00:11:16.713 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4258 | 2024-12-21T00:11:16.779Z | [ recovery-image] Dec 21 00:11:16.713 INFO O| Dec 21 00:11:16.713 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4259 | 2024-12-21T00:11:16.782Z | [ recovery-image] Dec 21 00:11:16.714 INFO O| Dec 21 00:11:16.713 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4260 | 2024-12-21T00:11:16.782Z | [ recovery-image] Dec 21 00:11:16.714 INFO O| Dec 21 00:11:16.714 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4261 | 2024-12-21T00:11:16.782Z | [ recovery-image] Dec 21 00:11:16.714 INFO O| Dec 21 00:11:16.714 INFO ok! |
4262 | 2024-12-21T00:11:16.782Z | [ recovery-image] Dec 21 00:11:16.714 INFO O| Dec 21 00:11:16.714 INFO STEP 63 (ensure_file) COMPLETE |
4263 | 2024-12-21T00:11:16.782Z | [ recovery-image] Dec 21 00:11:16.714 INFO O| Dec 21 00:11:16.714 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4264 | 2024-12-21T00:11:16.805Z | [ recovery-image] Dec 21 00:11:16.739 INFO O| Dec 21 00:11:16.739 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4265 | 2024-12-21T00:11:16.805Z | [ recovery-image] Dec 21 00:11:16.739 INFO O| Dec 21 00:11:16.739 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4266 | 2024-12-21T00:11:16.809Z | [ recovery-image] Dec 21 00:11:16.739 INFO O| Dec 21 00:11:16.739 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4267 | 2024-12-21T00:11:16.809Z | [ recovery-image] Dec 21 00:11:16.740 INFO O| Dec 21 00:11:16.739 INFO ok! |
4268 | 2024-12-21T00:11:16.809Z | [ recovery-image] Dec 21 00:11:16.740 INFO O| Dec 21 00:11:16.740 INFO STEP 64 (assemble_files) COMPLETE |
4269 | 2024-12-21T00:11:16.809Z | [ recovery-image] Dec 21 00:11:16.740 INFO O| Dec 21 00:11:16.740 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4270 | 2024-12-21T00:11:16.829Z | [ recovery-image] Dec 21 00:11:16.763 INFO O| Dec 21 00:11:16.763 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4271 | 2024-12-21T00:11:16.829Z | [ recovery-image] Dec 21 00:11:16.763 INFO O| Dec 21 00:11:16.763 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4272 | 2024-12-21T00:11:16.829Z | [ recovery-image] Dec 21 00:11:16.763 INFO O| Dec 21 00:11:16.763 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4273 | 2024-12-21T00:11:16.829Z | [ recovery-image] Dec 21 00:11:16.763 INFO O| Dec 21 00:11:16.763 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4274 | 2024-12-21T00:11:16.832Z | [ recovery-image] Dec 21 00:11:16.763 INFO O| Dec 21 00:11:16.763 INFO ok! |
4275 | 2024-12-21T00:11:16.832Z | [ recovery-image] Dec 21 00:11:16.764 INFO O| Dec 21 00:11:16.764 INFO STEP 65 (ensure_file) COMPLETE |
4276 | 2024-12-21T00:11:16.832Z | [ recovery-image] Dec 21 00:11:16.764 INFO O| Dec 21 00:11:16.764 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4277 | 2024-12-21T00:11:16.833Z | [ recovery-image] Dec 21 00:11:16.764 INFO O| Dec 21 00:11:16.764 INFO skip step because feature "omicron1" is not enabled |
4278 | 2024-12-21T00:11:16.833Z | [ recovery-image] Dec 21 00:11:16.764 INFO O| Dec 21 00:11:16.764 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4279 | 2024-12-21T00:11:16.833Z | [ recovery-image] Dec 21 00:11:16.764 INFO O| Dec 21 00:11:16.764 INFO skip step because feature "omicron1" is not enabled |
4280 | 2024-12-21T00:11:16.833Z | [ recovery-image] Dec 21 00:11:16.764 INFO O| Dec 21 00:11:16.764 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4281 | 2024-12-21T00:11:16.833Z | [ recovery-image] Dec 21 00:11:16.764 INFO O| Dec 21 00:11:16.764 INFO skip step because feature "omicron1" is not enabled |
4282 | 2024-12-21T00:11:16.833Z | [ recovery-image] Dec 21 00:11:16.764 INFO O| Dec 21 00:11:16.764 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4283 | 2024-12-21T00:11:16.875Z | [ recovery-image] Dec 21 00:11:16.808 INFO O| Dec 21 00:11:16.808 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4284 | 2024-12-21T00:11:16.875Z | [ recovery-image] Dec 21 00:11:16.808 INFO O| Dec 21 00:11:16.808 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4285 | 2024-12-21T00:11:19.296Z | [ host-image] Dec 21 00:11:19.229 INFO O| Dec 21 00:11:19.229 INFO O| Done |
4286 | 2024-12-21T00:11:19.361Z | [ host-image] Dec 21 00:11:19.295 INFO O| Dec 21 00:11:19.295 INFO O| Done |
4287 | 2024-12-21T00:11:19.364Z | [ host-image] Dec 21 00:11:19.295 INFO O| Dec 21 00:11:19.295 INFO O| Done |
4288 | 2024-12-21T00:11:19.389Z | [ host-image] Dec 21 00:11:19.323 INFO O| Dec 21 00:11:19.323 INFO O| Done |
4289 | 2024-12-21T00:11:19.628Z | [ host-image] Dec 21 00:11:19.562 INFO O| Dec 21 00:11:19.562 INFO STEP 12 (pkg_install) COMPLETE |
4290 | 2024-12-21T00:11:19.628Z | [ host-image] Dec 21 00:11:19.563 INFO O| Dec 21 00:11:19.562 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4291 | 2024-12-21T00:11:19.652Z | [ host-image] Dec 21 00:11:19.586 INFO O| Dec 21 00:11:19.586 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4292 | 2024-12-21T00:11:19.882Z | [ recovery-image] Dec 21 00:11:19.817 INFO O| Dec 21 00:11:19.817 INFO STEP 69 (pack_tar) COMPLETE |
4293 | 2024-12-21T00:11:19.882Z | [ recovery-image] Dec 21 00:11:19.817 INFO O| Dec 21 00:11:19.817 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4294 | 2024-12-21T00:11:19.886Z | [ recovery-image] Dec 21 00:11:19.817 INFO O| Dec 21 00:11:19.817 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4295 | 2024-12-21T00:11:20.192Z | [ recovery-image] Dec 21 00:11:20.126 INFO O| Dec 21 00:11:20.126 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4296 | 2024-12-21T00:11:20.371Z | [ recovery-image] Dec 21 00:11:20.306 INFO O| Dec 21 00:11:20.306 INFO completed processing gimlet/ramdisk-02-trim |
4297 | 2024-12-21T00:11:20.376Z | [ recovery-image] Dec 21 00:11:20.310 INFO image builder template: ramdisk-03-recovery-trim... |
4298 | 2024-12-21T00:11:20.376Z | [ recovery-image] Dec 21 00:11:20.310 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/.tmpaSG2wu/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-03-recovery-trim"], pwd: None |
4299 | 2024-12-21T00:11:20.649Z | [ recovery-image] Dec 21 00:11:20.583 INFO O| Dec 21 00:11:20.583 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4300 | 2024-12-21T00:11:20.658Z | [ recovery-image] Dec 21 00:11:20.592 INFO O| Dec 21 00:11:20.592 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4301 | 2024-12-21T00:11:20.822Z | [ recovery-image] Dec 21 00:11:20.757 INFO O| Dec 21 00:11:20.757 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4302 | 2024-12-21T00:11:20.935Z | [ recovery-image] Dec 21 00:11:20.870 INFO O| Dec 21 00:11:20.870 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4303 | 2024-12-21T00:11:20.935Z | [ recovery-image] Dec 21 00:11:20.870 INFO O| Dec 21 00:11:20.870 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4304 | 2024-12-21T00:11:21.018Z | [ host-image] Dec 21 00:11:20.952 INFO O| Dec 21 00:11:20.952 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4305 | 2024-12-21T00:11:21.029Z | [ recovery-image] Dec 21 00:11:20.962 INFO O| Dec 21 00:11:20.962 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4306 | 2024-12-21T00:11:21.050Z | [ recovery-image] Dec 21 00:11:20.984 INFO O| Dec 21 00:11:20.984 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4307 | 2024-12-21T00:11:21.096Z | [ recovery-image] Dec 21 00:11:21.031 INFO O| Dec 21 00:11:21.031 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4308 | 2024-12-21T00:11:21.582Z | [ recovery-image] Dec 21 00:11:21.516 INFO O| Dec 21 00:11:21.516 INFO rolled back to input snapshot; work may begin |
4309 | 2024-12-21T00:11:21.582Z | [ recovery-image] Dec 21 00:11:21.516 INFO O| Dec 21 00:11:21.516 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4310 | 2024-12-21T00:11:21.593Z | [ recovery-image] Dec 21 00:11:21.528 INFO O| Dec 21 00:11:21.527 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4311 | 2024-12-21T00:11:21.616Z | [ recovery-image] Dec 21 00:11:21.551 INFO O| Dec 21 00:11:21.551 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4312 | 2024-12-21T00:11:21.625Z | [ recovery-image] Dec 21 00:11:21.560 INFO O| Dec 21 00:11:21.560 INFO STEP 0 (remove_files) COMPLETE |
4313 | 2024-12-21T00:11:21.625Z | [ recovery-image] Dec 21 00:11:21.560 INFO O| Dec 21 00:11:21.560 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4314 | 2024-12-21T00:11:21.661Z | [ recovery-image] Dec 21 00:11:21.595 INFO O| Dec 21 00:11:21.595 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4315 | 2024-12-21T00:11:22.193Z | [ recovery-image] Dec 21 00:11:22.127 INFO O| Dec 21 00:11:22.127 INFO STEP 1 (remove_files) COMPLETE |
4316 | 2024-12-21T00:11:22.193Z | [ recovery-image] Dec 21 00:11:22.127 INFO O| Dec 21 00:11:22.127 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4317 | 2024-12-21T00:11:22.246Z | [ recovery-image] Dec 21 00:11:22.180 INFO O| Dec 21 00:11:22.180 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4318 | 2024-12-21T00:11:22.251Z | [ recovery-image] Dec 21 00:11:22.184 INFO O| Dec 21 00:11:22.184 INFO STEP 2 (remove_files) COMPLETE |
4319 | 2024-12-21T00:11:22.251Z | [ recovery-image] Dec 21 00:11:22.185 INFO O| Dec 21 00:11:22.184 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4320 | 2024-12-21T00:11:22.280Z | [ recovery-image] Dec 21 00:11:22.215 INFO O| Dec 21 00:11:22.215 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4321 | 2024-12-21T00:11:22.392Z | [ recovery-image] Dec 21 00:11:22.327 INFO O| Dec 21 00:11:22.327 INFO STEP 3 (remove_files) COMPLETE |
4322 | 2024-12-21T00:11:22.392Z | [ recovery-image] Dec 21 00:11:22.327 INFO O| Dec 21 00:11:22.327 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4323 | 2024-12-21T00:11:22.416Z | [ recovery-image] Dec 21 00:11:22.351 INFO O| Dec 21 00:11:22.351 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4324 | 2024-12-21T00:11:22.811Z | [ recovery-image] Dec 21 00:11:22.746 INFO O| Dec 21 00:11:22.746 INFO STEP 4 (remove_files) COMPLETE |
4325 | 2024-12-21T00:11:22.811Z | [ recovery-image] Dec 21 00:11:22.746 INFO O| Dec 21 00:11:22.746 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4326 | 2024-12-21T00:11:22.848Z | [ recovery-image] Dec 21 00:11:22.783 INFO O| Dec 21 00:11:22.783 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4327 | 2024-12-21T00:11:22.929Z | [ recovery-image] Dec 21 00:11:22.863 INFO O| Dec 21 00:11:22.863 INFO STEP 5 (remove_files) COMPLETE |
4328 | 2024-12-21T00:11:22.929Z | [ recovery-image] Dec 21 00:11:22.863 INFO O| Dec 21 00:11:22.863 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4329 | 2024-12-21T00:11:22.990Z | [ recovery-image] Dec 21 00:11:22.925 INFO O| Dec 21 00:11:22.925 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4330 | 2024-12-21T00:11:23.036Z | [ recovery-image] Dec 21 00:11:22.970 INFO O| Dec 21 00:11:22.970 INFO STEP 6 (remove_files) COMPLETE |
4331 | 2024-12-21T00:11:23.039Z | [ recovery-image] Dec 21 00:11:22.971 INFO O| Dec 21 00:11:22.971 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4332 | 2024-12-21T00:11:23.061Z | [ recovery-image] Dec 21 00:11:22.996 INFO O| Dec 21 00:11:22.995 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4333 | 2024-12-21T00:11:23.081Z | [ recovery-image] Dec 21 00:11:23.016 INFO O| Dec 21 00:11:23.016 INFO STEP 7 (remove_files) COMPLETE |
4334 | 2024-12-21T00:11:23.084Z | [ recovery-image] Dec 21 00:11:23.016 INFO O| Dec 21 00:11:23.016 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4335 | 2024-12-21T00:11:23.105Z | [ recovery-image] Dec 21 00:11:23.040 INFO O| Dec 21 00:11:23.040 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4336 | 2024-12-21T00:11:23.145Z | [ recovery-image] Dec 21 00:11:23.078 INFO O| Dec 21 00:11:23.078 INFO STEP 8 (remove_files) COMPLETE |
4337 | 2024-12-21T00:11:23.145Z | [ recovery-image] Dec 21 00:11:23.078 INFO O| Dec 21 00:11:23.078 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4338 | 2024-12-21T00:11:23.167Z | [ recovery-image] Dec 21 00:11:23.102 INFO O| Dec 21 00:11:23.102 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4339 | 2024-12-21T00:11:23.170Z | [ recovery-image] Dec 21 00:11:23.103 INFO O| Dec 21 00:11:23.103 INFO STEP 9 (remove_files) COMPLETE |
4340 | 2024-12-21T00:11:23.170Z | [ recovery-image] Dec 21 00:11:23.103 INFO O| Dec 21 00:11:23.103 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4341 | 2024-12-21T00:11:23.204Z | [ recovery-image] Dec 21 00:11:23.139 INFO O| Dec 21 00:11:23.138 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4342 | 2024-12-21T00:11:23.207Z | [ recovery-image] Dec 21 00:11:23.143 INFO O| Dec 21 00:11:23.142 INFO STEP 10 (remove_files) COMPLETE |
4343 | 2024-12-21T00:11:23.207Z | [ recovery-image] Dec 21 00:11:23.143 INFO O| Dec 21 00:11:23.142 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4344 | 2024-12-21T00:11:23.231Z | [ recovery-image] Dec 21 00:11:23.166 INFO O| Dec 21 00:11:23.166 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4345 | 2024-12-21T00:11:23.365Z | [ recovery-image] Dec 21 00:11:23.300 INFO O| Dec 21 00:11:23.300 INFO STEP 11 (remove_files) COMPLETE |
4346 | 2024-12-21T00:11:23.365Z | [ recovery-image] Dec 21 00:11:23.300 INFO O| Dec 21 00:11:23.300 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4347 | 2024-12-21T00:11:23.429Z | [ recovery-image] Dec 21 00:11:23.364 INFO O| Dec 21 00:11:23.364 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4348 | 2024-12-21T00:11:23.462Z | [ recovery-image] Dec 21 00:11:23.397 INFO O| Dec 21 00:11:23.397 INFO STEP 12 (remove_files) COMPLETE |
4349 | 2024-12-21T00:11:23.462Z | [ recovery-image] Dec 21 00:11:23.397 INFO O| Dec 21 00:11:23.397 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4350 | 2024-12-21T00:11:23.524Z | [ recovery-image] Dec 21 00:11:23.459 INFO O| Dec 21 00:11:23.459 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4351 | 2024-12-21T00:11:23.553Z | [ recovery-image] Dec 21 00:11:23.487 INFO O| Dec 21 00:11:23.487 INFO STEP 13 (remove_files) COMPLETE |
4352 | 2024-12-21T00:11:23.553Z | [ recovery-image] Dec 21 00:11:23.488 INFO O| Dec 21 00:11:23.487 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4353 | 2024-12-21T00:11:23.608Z | [ recovery-image] Dec 21 00:11:23.543 INFO O| Dec 21 00:11:23.543 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4354 | 2024-12-21T00:11:23.632Z | [ recovery-image] Dec 21 00:11:23.566 INFO O| Dec 21 00:11:23.566 INFO STEP 14 (remove_files) COMPLETE |
4355 | 2024-12-21T00:11:23.632Z | [ recovery-image] Dec 21 00:11:23.566 INFO O| Dec 21 00:11:23.566 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4356 | 2024-12-21T00:11:23.729Z | [ recovery-image] Dec 21 00:11:23.664 INFO O| Dec 21 00:11:23.664 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4357 | 2024-12-21T00:11:23.790Z | [ recovery-image] Dec 21 00:11:23.724 INFO O| Dec 21 00:11:23.724 INFO STEP 15 (remove_files) COMPLETE |
4358 | 2024-12-21T00:11:23.790Z | [ recovery-image] Dec 21 00:11:23.724 INFO O| Dec 21 00:11:23.724 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4359 | 2024-12-21T00:11:23.856Z | [ recovery-image] Dec 21 00:11:23.791 INFO O| Dec 21 00:11:23.791 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4360 | 2024-12-21T00:11:23.977Z | [ recovery-image] Dec 21 00:11:23.912 INFO O| Dec 21 00:11:23.912 INFO STEP 16 (remove_files) COMPLETE |
4361 | 2024-12-21T00:11:23.977Z | [ recovery-image] Dec 21 00:11:23.912 INFO O| Dec 21 00:11:23.912 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4362 | 2024-12-21T00:11:24.037Z | [ recovery-image] Dec 21 00:11:23.972 INFO O| Dec 21 00:11:23.972 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4363 | 2024-12-21T00:11:24.062Z | [ recovery-image] Dec 21 00:11:23.996 INFO O| Dec 21 00:11:23.996 INFO STEP 17 (remove_files) COMPLETE |
4364 | 2024-12-21T00:11:24.062Z | [ recovery-image] Dec 21 00:11:23.996 INFO O| Dec 21 00:11:23.996 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4365 | 2024-12-21T00:11:24.112Z | [ recovery-image] Dec 21 00:11:24.047 INFO O| Dec 21 00:11:24.047 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4366 | 2024-12-21T00:11:24.126Z | [ recovery-image] Dec 21 00:11:24.061 INFO O| Dec 21 00:11:24.061 INFO STEP 18 (remove_files) COMPLETE |
4367 | 2024-12-21T00:11:24.126Z | [ recovery-image] Dec 21 00:11:24.061 INFO O| Dec 21 00:11:24.061 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4368 | 2024-12-21T00:11:24.158Z | [ recovery-image] Dec 21 00:11:24.093 INFO O| Dec 21 00:11:24.093 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4369 | 2024-12-21T00:11:24.317Z | [ recovery-image] Dec 21 00:11:24.252 INFO O| Dec 21 00:11:24.252 INFO STEP 19 (remove_files) COMPLETE |
4370 | 2024-12-21T00:11:24.317Z | [ recovery-image] Dec 21 00:11:24.252 INFO O| Dec 21 00:11:24.252 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4371 | 2024-12-21T00:11:24.361Z | [ recovery-image] Dec 21 00:11:24.296 INFO O| Dec 21 00:11:24.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4372 | 2024-12-21T00:11:24.404Z | [ recovery-image] Dec 21 00:11:24.338 INFO O| Dec 21 00:11:24.338 INFO STEP 20 (remove_files) COMPLETE |
4373 | 2024-12-21T00:11:24.404Z | [ recovery-image] Dec 21 00:11:24.338 INFO O| Dec 21 00:11:24.338 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4374 | 2024-12-21T00:11:24.437Z | [ recovery-image] Dec 21 00:11:24.372 INFO O| Dec 21 00:11:24.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4375 | 2024-12-21T00:11:24.437Z | [ recovery-image] Dec 21 00:11:24.373 INFO O| Dec 21 00:11:24.373 INFO STEP 21 (remove_files) COMPLETE |
4376 | 2024-12-21T00:11:24.440Z | [ recovery-image] Dec 21 00:11:24.373 INFO O| Dec 21 00:11:24.373 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4377 | 2024-12-21T00:11:24.463Z | [ recovery-image] Dec 21 00:11:24.397 INFO O| Dec 21 00:11:24.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4378 | 2024-12-21T00:11:24.474Z | [ recovery-image] Dec 21 00:11:24.409 INFO O| Dec 21 00:11:24.409 INFO STEP 22 (remove_files) COMPLETE |
4379 | 2024-12-21T00:11:24.475Z | [ recovery-image] Dec 21 00:11:24.409 INFO O| Dec 21 00:11:24.409 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4380 | 2024-12-21T00:11:24.520Z | [ recovery-image] Dec 21 00:11:24.454 INFO O| Dec 21 00:11:24.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4381 | 2024-12-21T00:11:24.520Z | [ recovery-image] Dec 21 00:11:24.454 INFO O| Dec 21 00:11:24.454 INFO STEP 23 (remove_files) COMPLETE |
4382 | 2024-12-21T00:11:24.523Z | [ recovery-image] Dec 21 00:11:24.454 INFO O| Dec 21 00:11:24.454 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4383 | 2024-12-21T00:11:24.540Z | [ recovery-image] Dec 21 00:11:24.475 INFO O| Dec 21 00:11:24.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4384 | 2024-12-21T00:11:24.540Z | [ recovery-image] Dec 21 00:11:24.475 INFO O| Dec 21 00:11:24.475 INFO STEP 24 (remove_files) COMPLETE |
4385 | 2024-12-21T00:11:24.543Z | [ recovery-image] Dec 21 00:11:24.475 INFO O| Dec 21 00:11:24.475 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4386 | 2024-12-21T00:11:24.583Z | [ recovery-image] Dec 21 00:11:24.518 INFO O| Dec 21 00:11:24.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4387 | 2024-12-21T00:11:24.583Z | [ recovery-image] Dec 21 00:11:24.518 INFO O| Dec 21 00:11:24.518 INFO STEP 25 (remove_files) COMPLETE |
4388 | 2024-12-21T00:11:24.583Z | [ recovery-image] Dec 21 00:11:24.518 INFO O| Dec 21 00:11:24.518 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4389 | 2024-12-21T00:11:24.621Z | [ recovery-image] Dec 21 00:11:24.556 INFO O| Dec 21 00:11:24.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4390 | 2024-12-21T00:11:24.621Z | [ recovery-image] Dec 21 00:11:24.556 INFO O| Dec 21 00:11:24.556 INFO STEP 26 (remove_files) COMPLETE |
4391 | 2024-12-21T00:11:24.621Z | [ recovery-image] Dec 21 00:11:24.556 INFO O| Dec 21 00:11:24.556 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4392 | 2024-12-21T00:11:24.655Z | [ recovery-image] Dec 21 00:11:24.590 INFO O| Dec 21 00:11:24.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4393 | 2024-12-21T00:11:24.655Z | [ recovery-image] Dec 21 00:11:24.590 INFO O| Dec 21 00:11:24.590 INFO STEP 27 (remove_files) COMPLETE |
4394 | 2024-12-21T00:11:24.655Z | [ recovery-image] Dec 21 00:11:24.590 INFO O| Dec 21 00:11:24.590 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4395 | 2024-12-21T00:11:24.715Z | [ recovery-image] Dec 21 00:11:24.650 INFO O| Dec 21 00:11:24.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4396 | 2024-12-21T00:11:24.732Z | [ recovery-image] Dec 21 00:11:24.667 INFO O| Dec 21 00:11:24.667 INFO STEP 28 (remove_files) COMPLETE |
4397 | 2024-12-21T00:11:24.732Z | [ recovery-image] Dec 21 00:11:24.667 INFO O| Dec 21 00:11:24.667 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4398 | 2024-12-21T00:11:24.790Z | [ recovery-image] Dec 21 00:11:24.725 INFO O| Dec 21 00:11:24.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4399 | 2024-12-21T00:11:24.790Z | [ recovery-image] Dec 21 00:11:24.725 INFO O| Dec 21 00:11:24.725 INFO STEP 29 (remove_files) COMPLETE |
4400 | 2024-12-21T00:11:24.792Z | [ recovery-image] Dec 21 00:11:24.725 INFO O| Dec 21 00:11:24.725 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4401 | 2024-12-21T00:11:24.811Z | [ recovery-image] Dec 21 00:11:24.746 INFO O| Dec 21 00:11:24.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4402 | 2024-12-21T00:11:24.815Z | [ recovery-image] Dec 21 00:11:24.751 INFO O| Dec 21 00:11:24.751 INFO STEP 30 (remove_files) COMPLETE |
4403 | 2024-12-21T00:11:24.818Z | [ recovery-image] Dec 21 00:11:24.751 INFO O| Dec 21 00:11:24.751 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4404 | 2024-12-21T00:11:24.874Z | [ recovery-image] Dec 21 00:11:24.809 INFO O| Dec 21 00:11:24.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4405 | 2024-12-21T00:11:24.875Z | [ recovery-image] Dec 21 00:11:24.810 INFO O| Dec 21 00:11:24.810 INFO STEP 31 (remove_files) COMPLETE |
4406 | 2024-12-21T00:11:24.875Z | [ recovery-image] Dec 21 00:11:24.810 INFO O| Dec 21 00:11:24.810 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4407 | 2024-12-21T00:11:24.931Z | [ recovery-image] Dec 21 00:11:24.866 INFO O| Dec 21 00:11:24.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4408 | 2024-12-21T00:11:24.932Z | [ recovery-image] Dec 21 00:11:24.866 INFO O| Dec 21 00:11:24.866 INFO STEP 32 (remove_files) COMPLETE |
4409 | 2024-12-21T00:11:24.932Z | [ recovery-image] Dec 21 00:11:24.867 INFO O| Dec 21 00:11:24.866 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4410 | 2024-12-21T00:11:24.954Z | [ recovery-image] Dec 21 00:11:24.889 INFO O| Dec 21 00:11:24.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4411 | 2024-12-21T00:11:24.954Z | [ recovery-image] Dec 21 00:11:24.889 INFO O| Dec 21 00:11:24.889 INFO STEP 33 (remove_files) COMPLETE |
4412 | 2024-12-21T00:11:24.954Z | [ recovery-image] Dec 21 00:11:24.889 INFO O| Dec 21 00:11:24.889 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4413 | 2024-12-21T00:11:24.976Z | [ recovery-image] Dec 21 00:11:24.911 INFO O| Dec 21 00:11:24.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4414 | 2024-12-21T00:11:24.979Z | [ recovery-image] Dec 21 00:11:24.911 INFO O| Dec 21 00:11:24.911 INFO STEP 34 (remove_files) COMPLETE |
4415 | 2024-12-21T00:11:24.979Z | [ recovery-image] Dec 21 00:11:24.912 INFO O| Dec 21 00:11:24.912 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4416 | 2024-12-21T00:11:25.001Z | [ recovery-image] Dec 21 00:11:24.936 INFO O| Dec 21 00:11:24.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4417 | 2024-12-21T00:11:25.004Z | [ recovery-image] Dec 21 00:11:24.940 INFO O| Dec 21 00:11:24.940 INFO STEP 35 (remove_files) COMPLETE |
4418 | 2024-12-21T00:11:25.007Z | [ recovery-image] Dec 21 00:11:24.940 INFO O| Dec 21 00:11:24.940 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4419 | 2024-12-21T00:11:25.029Z | [ recovery-image] Dec 21 00:11:24.965 INFO O| Dec 21 00:11:24.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4420 | 2024-12-21T00:11:25.033Z | [ recovery-image] Dec 21 00:11:24.965 INFO O| Dec 21 00:11:24.965 INFO STEP 36 (remove_files) COMPLETE |
4421 | 2024-12-21T00:11:25.033Z | [ recovery-image] Dec 21 00:11:24.965 INFO O| Dec 21 00:11:24.965 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4422 | 2024-12-21T00:11:25.053Z | [ recovery-image] Dec 21 00:11:24.988 INFO O| Dec 21 00:11:24.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4423 | 2024-12-21T00:11:25.056Z | [ recovery-image] Dec 21 00:11:24.988 INFO O| Dec 21 00:11:24.988 INFO STEP 37 (remove_files) COMPLETE |
4424 | 2024-12-21T00:11:25.056Z | [ recovery-image] Dec 21 00:11:24.989 INFO O| Dec 21 00:11:24.988 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4425 | 2024-12-21T00:11:25.076Z | [ recovery-image] Dec 21 00:11:25.011 INFO O| Dec 21 00:11:25.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4426 | 2024-12-21T00:11:25.079Z | [ recovery-image] Dec 21 00:11:25.011 INFO O| Dec 21 00:11:25.011 INFO STEP 38 (remove_files) COMPLETE |
4427 | 2024-12-21T00:11:25.079Z | [ recovery-image] Dec 21 00:11:25.012 INFO O| Dec 21 00:11:25.012 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4428 | 2024-12-21T00:11:25.101Z | [ recovery-image] Dec 21 00:11:25.036 INFO O| Dec 21 00:11:25.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4429 | 2024-12-21T00:11:25.101Z | [ recovery-image] Dec 21 00:11:25.036 INFO O| Dec 21 00:11:25.036 INFO STEP 39 (remove_files) COMPLETE |
4430 | 2024-12-21T00:11:25.101Z | [ recovery-image] Dec 21 00:11:25.036 INFO O| Dec 21 00:11:25.036 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4431 | 2024-12-21T00:11:25.124Z | [ recovery-image] Dec 21 00:11:25.059 INFO O| Dec 21 00:11:25.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4432 | 2024-12-21T00:11:25.124Z | [ recovery-image] Dec 21 00:11:25.059 INFO O| Dec 21 00:11:25.059 INFO STEP 40 (remove_files) COMPLETE |
4433 | 2024-12-21T00:11:25.126Z | [ recovery-image] Dec 21 00:11:25.059 INFO O| Dec 21 00:11:25.059 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4434 | 2024-12-21T00:11:25.145Z | [ recovery-image] Dec 21 00:11:25.081 INFO O| Dec 21 00:11:25.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4435 | 2024-12-21T00:11:25.145Z | [ recovery-image] Dec 21 00:11:25.081 INFO O| Dec 21 00:11:25.081 INFO STEP 41 (remove_files) COMPLETE |
4436 | 2024-12-21T00:11:25.148Z | [ recovery-image] Dec 21 00:11:25.081 INFO O| Dec 21 00:11:25.081 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4437 | 2024-12-21T00:11:25.167Z | [ recovery-image] Dec 21 00:11:25.102 INFO O| Dec 21 00:11:25.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4438 | 2024-12-21T00:11:25.167Z | [ recovery-image] Dec 21 00:11:25.103 INFO O| Dec 21 00:11:25.102 INFO STEP 42 (remove_files) COMPLETE |
4439 | 2024-12-21T00:11:25.167Z | [ recovery-image] Dec 21 00:11:25.103 INFO O| Dec 21 00:11:25.103 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4440 | 2024-12-21T00:11:25.189Z | [ recovery-image] Dec 21 00:11:25.124 INFO O| Dec 21 00:11:25.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4441 | 2024-12-21T00:11:25.189Z | [ recovery-image] Dec 21 00:11:25.124 INFO O| Dec 21 00:11:25.124 INFO STEP 43 (remove_files) COMPLETE |
4442 | 2024-12-21T00:11:25.189Z | [ recovery-image] Dec 21 00:11:25.125 INFO O| Dec 21 00:11:25.124 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4443 | 2024-12-21T00:11:25.220Z | [ recovery-image] Dec 21 00:11:25.155 INFO O| Dec 21 00:11:25.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4444 | 2024-12-21T00:11:25.220Z | [ recovery-image] Dec 21 00:11:25.155 INFO O| Dec 21 00:11:25.155 INFO STEP 44 (remove_files) COMPLETE |
4445 | 2024-12-21T00:11:25.225Z | [ recovery-image] Dec 21 00:11:25.155 INFO O| Dec 21 00:11:25.155 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4446 | 2024-12-21T00:11:25.244Z | [ recovery-image] Dec 21 00:11:25.179 INFO O| Dec 21 00:11:25.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4447 | 2024-12-21T00:11:25.245Z | [ recovery-image] Dec 21 00:11:25.180 INFO O| Dec 21 00:11:25.180 INFO STEP 45 (remove_files) COMPLETE |
4448 | 2024-12-21T00:11:25.248Z | [ recovery-image] Dec 21 00:11:25.180 INFO O| Dec 21 00:11:25.180 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4449 | 2024-12-21T00:11:25.267Z | [ recovery-image] Dec 21 00:11:25.202 INFO O| Dec 21 00:11:25.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4450 | 2024-12-21T00:11:25.281Z | [ recovery-image] Dec 21 00:11:25.203 INFO O| Dec 21 00:11:25.202 INFO STEP 46 (remove_files) COMPLETE |
4451 | 2024-12-21T00:11:25.281Z | [ recovery-image] Dec 21 00:11:25.203 INFO O| Dec 21 00:11:25.203 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4452 | 2024-12-21T00:11:25.294Z | [ recovery-image] Dec 21 00:11:25.230 INFO O| Dec 21 00:11:25.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4453 | 2024-12-21T00:11:25.297Z | [ recovery-image] Dec 21 00:11:25.230 INFO O| Dec 21 00:11:25.230 INFO STEP 47 (remove_files) COMPLETE |
4454 | 2024-12-21T00:11:25.297Z | [ recovery-image] Dec 21 00:11:25.230 INFO O| Dec 21 00:11:25.230 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4455 | 2024-12-21T00:11:25.320Z | [ recovery-image] Dec 21 00:11:25.255 INFO O| Dec 21 00:11:25.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4456 | 2024-12-21T00:11:25.320Z | [ recovery-image] Dec 21 00:11:25.255 INFO O| Dec 21 00:11:25.255 INFO STEP 48 (remove_files) COMPLETE |
4457 | 2024-12-21T00:11:25.322Z | [ recovery-image] Dec 21 00:11:25.255 INFO O| Dec 21 00:11:25.255 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4458 | 2024-12-21T00:11:25.345Z | [ recovery-image] Dec 21 00:11:25.280 INFO O| Dec 21 00:11:25.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4459 | 2024-12-21T00:11:25.348Z | [ recovery-image] Dec 21 00:11:25.280 INFO O| Dec 21 00:11:25.280 INFO STEP 49 (remove_files) COMPLETE |
4460 | 2024-12-21T00:11:25.349Z | [ recovery-image] Dec 21 00:11:25.281 INFO O| Dec 21 00:11:25.280 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4461 | 2024-12-21T00:11:25.370Z | [ recovery-image] Dec 21 00:11:25.305 INFO O| Dec 21 00:11:25.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4462 | 2024-12-21T00:11:25.373Z | [ recovery-image] Dec 21 00:11:25.305 INFO O| Dec 21 00:11:25.305 INFO STEP 50 (remove_files) COMPLETE |
4463 | 2024-12-21T00:11:25.373Z | [ recovery-image] Dec 21 00:11:25.306 INFO O| Dec 21 00:11:25.305 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4464 | 2024-12-21T00:11:25.393Z | [ recovery-image] Dec 21 00:11:25.329 INFO O| Dec 21 00:11:25.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4465 | 2024-12-21T00:11:25.396Z | [ recovery-image] Dec 21 00:11:25.329 INFO O| Dec 21 00:11:25.329 INFO STEP 51 (remove_files) COMPLETE |
4466 | 2024-12-21T00:11:25.396Z | [ recovery-image] Dec 21 00:11:25.329 INFO O| Dec 21 00:11:25.329 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4467 | 2024-12-21T00:11:25.416Z | [ host-image] Dec 21 00:11:25.351 INFO O| Dec 21 00:11:25.351 INFO O| Planning: Solver setup ... Done |
4468 | 2024-12-21T00:11:25.419Z | [ recovery-image] Dec 21 00:11:25.352 INFO O| Dec 21 00:11:25.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4469 | 2024-12-21T00:11:25.419Z | [ recovery-image] Dec 21 00:11:25.352 INFO O| Dec 21 00:11:25.352 INFO STEP 52 (remove_files) COMPLETE |
4470 | 2024-12-21T00:11:25.419Z | [ recovery-image] Dec 21 00:11:25.352 INFO O| Dec 21 00:11:25.352 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4471 | 2024-12-21T00:11:25.423Z | [ host-image] Dec 21 00:11:25.358 INFO O| Dec 21 00:11:25.358 INFO O| Planning: Running solver ... Done |
4472 | 2024-12-21T00:11:25.440Z | [ recovery-image] Dec 21 00:11:25.376 INFO O| Dec 21 00:11:25.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4473 | 2024-12-21T00:11:25.462Z | [ recovery-image] Dec 21 00:11:25.397 INFO O| Dec 21 00:11:25.397 INFO STEP 53 (remove_files) COMPLETE |
4474 | 2024-12-21T00:11:25.462Z | [ recovery-image] Dec 21 00:11:25.397 INFO O| Dec 21 00:11:25.397 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4475 | 2024-12-21T00:11:25.523Z | [ recovery-image] Dec 21 00:11:25.458 INFO O| Dec 21 00:11:25.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4476 | 2024-12-21T00:11:25.525Z | [ recovery-image] Dec 21 00:11:25.459 INFO O| Dec 21 00:11:25.458 INFO STEP 54 (remove_files) COMPLETE |
4477 | 2024-12-21T00:11:25.525Z | [ recovery-image] Dec 21 00:11:25.459 INFO O| Dec 21 00:11:25.459 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4478 | 2024-12-21T00:11:25.537Z | [ host-image] Dec 21 00:11:25.473 INFO O| Dec 21 00:11:25.473 INFO O| Planning: Finding local manifests ... Done |
4479 | 2024-12-21T00:11:25.540Z | [ host-image] Dec 21 00:11:25.475 INFO O| Dec 21 00:11:25.475 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4480 | 2024-12-21T00:11:25.594Z | [ recovery-image] Dec 21 00:11:25.529 INFO O| Dec 21 00:11:25.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4481 | 2024-12-21T00:11:25.596Z | [ recovery-image] Dec 21 00:11:25.529 INFO O| Dec 21 00:11:25.529 INFO STEP 55 (remove_files) COMPLETE |
4482 | 2024-12-21T00:11:25.596Z | [ recovery-image] Dec 21 00:11:25.529 INFO O| Dec 21 00:11:25.529 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4483 | 2024-12-21T00:11:25.650Z | [ recovery-image] Dec 21 00:11:25.585 INFO O| Dec 21 00:11:25.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4484 | 2024-12-21T00:11:25.650Z | [ recovery-image] Dec 21 00:11:25.585 INFO O| Dec 21 00:11:25.585 INFO STEP 56 (remove_files) COMPLETE |
4485 | 2024-12-21T00:11:25.653Z | [ recovery-image] Dec 21 00:11:25.585 INFO O| Dec 21 00:11:25.585 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4486 | 2024-12-21T00:11:25.674Z | [ recovery-image] Dec 21 00:11:25.610 INFO O| Dec 21 00:11:25.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4487 | 2024-12-21T00:11:25.677Z | [ recovery-image] Dec 21 00:11:25.610 INFO O| Dec 21 00:11:25.610 INFO STEP 57 (remove_files) COMPLETE |
4488 | 2024-12-21T00:11:25.677Z | [ recovery-image] Dec 21 00:11:25.610 INFO O| Dec 21 00:11:25.610 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4489 | 2024-12-21T00:11:25.702Z | [ recovery-image] Dec 21 00:11:25.637 INFO O| Dec 21 00:11:25.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4490 | 2024-12-21T00:11:25.702Z | [ recovery-image] Dec 21 00:11:25.638 INFO O| Dec 21 00:11:25.638 INFO STEP 58 (remove_files) COMPLETE |
4491 | 2024-12-21T00:11:25.702Z | [ recovery-image] Dec 21 00:11:25.638 INFO O| Dec 21 00:11:25.638 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4492 | 2024-12-21T00:11:25.724Z | [ recovery-image] Dec 21 00:11:25.659 INFO O| Dec 21 00:11:25.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4493 | 2024-12-21T00:11:25.724Z | [ recovery-image] Dec 21 00:11:25.659 INFO O| Dec 21 00:11:25.659 INFO STEP 59 (remove_files) COMPLETE |
4494 | 2024-12-21T00:11:25.727Z | [ recovery-image] Dec 21 00:11:25.659 INFO O| Dec 21 00:11:25.659 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4495 | 2024-12-21T00:11:25.744Z | [ recovery-image] Dec 21 00:11:25.679 INFO O| Dec 21 00:11:25.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4496 | 2024-12-21T00:11:25.771Z | [ recovery-image] Dec 21 00:11:25.706 INFO O| Dec 21 00:11:25.706 INFO STEP 60 (remove_files) COMPLETE |
4497 | 2024-12-21T00:11:25.771Z | [ recovery-image] Dec 21 00:11:25.706 INFO O| Dec 21 00:11:25.706 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4498 | 2024-12-21T00:11:25.806Z | [ recovery-image] Dec 21 00:11:25.742 INFO O| Dec 21 00:11:25.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4499 | 2024-12-21T00:11:25.807Z | [ recovery-image] Dec 21 00:11:25.742 INFO O| Dec 21 00:11:25.742 INFO STEP 61 (remove_files) COMPLETE |
4500 | 2024-12-21T00:11:25.807Z | [ recovery-image] Dec 21 00:11:25.742 INFO O| Dec 21 00:11:25.742 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4501 | 2024-12-21T00:11:25.833Z | [ recovery-image] Dec 21 00:11:25.768 INFO O| Dec 21 00:11:25.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4502 | 2024-12-21T00:11:25.833Z | [ recovery-image] Dec 21 00:11:25.768 INFO O| Dec 21 00:11:25.768 INFO STEP 62 (remove_files) COMPLETE |
4503 | 2024-12-21T00:11:25.833Z | [ recovery-image] Dec 21 00:11:25.768 INFO O| Dec 21 00:11:25.768 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4504 | 2024-12-21T00:11:25.856Z | [ recovery-image] Dec 21 00:11:25.791 INFO O| Dec 21 00:11:25.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4505 | 2024-12-21T00:11:25.856Z | [ recovery-image] Dec 21 00:11:25.791 INFO O| Dec 21 00:11:25.791 INFO STEP 63 (remove_files) COMPLETE |
4506 | 2024-12-21T00:11:25.859Z | [ recovery-image] Dec 21 00:11:25.791 INFO O| Dec 21 00:11:25.791 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4507 | 2024-12-21T00:11:25.880Z | [ host-image] Dec 21 00:11:25.813 INFO O| Dec 21 00:11:25.813 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4508 | 2024-12-21T00:11:25.882Z | [ recovery-image] Dec 21 00:11:25.816 INFO O| Dec 21 00:11:25.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4509 | 2024-12-21T00:11:25.900Z | [ recovery-image] Dec 21 00:11:25.835 INFO O| Dec 21 00:11:25.835 INFO STEP 64 (remove_files) COMPLETE |
4510 | 2024-12-21T00:11:25.900Z | [ recovery-image] Dec 21 00:11:25.835 INFO O| Dec 21 00:11:25.835 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4511 | 2024-12-21T00:11:25.938Z | [ recovery-image] Dec 21 00:11:25.874 INFO O| Dec 21 00:11:25.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4512 | 2024-12-21T00:11:25.942Z | [ host-image] Dec 21 00:11:25.878 INFO O| Dec 21 00:11:25.878 INFO O| Planning: Package planning ... Done |
4513 | 2024-12-21T00:11:25.962Z | [ recovery-image] Dec 21 00:11:25.897 INFO O| Dec 21 00:11:25.897 INFO STEP 65 (remove_files) COMPLETE |
4514 | 2024-12-21T00:11:25.963Z | [ recovery-image] Dec 21 00:11:25.897 INFO O| Dec 21 00:11:25.897 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4515 | 2024-12-21T00:11:25.974Z | [ host-image] Dec 21 00:11:25.909 INFO O| Dec 21 00:11:25.909 INFO O| Planning: Merging actions ... Done |
4516 | 2024-12-21T00:11:26.013Z | [ recovery-image] Dec 21 00:11:25.948 INFO O| Dec 21 00:11:25.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4517 | 2024-12-21T00:11:26.013Z | [ recovery-image] Dec 21 00:11:25.948 INFO O| Dec 21 00:11:25.948 INFO STEP 66 (remove_files) COMPLETE |
4518 | 2024-12-21T00:11:26.013Z | [ recovery-image] Dec 21 00:11:25.948 INFO O| Dec 21 00:11:25.948 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4519 | 2024-12-21T00:11:26.053Z | [ recovery-image] Dec 21 00:11:25.988 INFO O| Dec 21 00:11:25.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4520 | 2024-12-21T00:11:26.053Z | [ recovery-image] Dec 21 00:11:25.988 INFO O| Dec 21 00:11:25.988 INFO STEP 67 (remove_files) COMPLETE |
4521 | 2024-12-21T00:11:26.058Z | [ recovery-image] Dec 21 00:11:25.988 INFO O| Dec 21 00:11:25.988 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4522 | 2024-12-21T00:11:26.110Z | [ recovery-image] Dec 21 00:11:26.045 INFO O| Dec 21 00:11:26.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4523 | 2024-12-21T00:11:26.110Z | [ recovery-image] Dec 21 00:11:26.045 INFO O| Dec 21 00:11:26.045 INFO STEP 68 (remove_files) COMPLETE |
4524 | 2024-12-21T00:11:26.113Z | [ recovery-image] Dec 21 00:11:26.045 INFO O| Dec 21 00:11:26.045 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4525 | 2024-12-21T00:11:26.131Z | [ host-image] Dec 21 00:11:26.066 INFO O| Dec 21 00:11:26.065 INFO O| Planning: Checking for conflicting actions ... Done |
4526 | 2024-12-21T00:11:26.134Z | [ recovery-image] Dec 21 00:11:26.066 INFO O| Dec 21 00:11:26.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4527 | 2024-12-21T00:11:26.134Z | [ recovery-image] Dec 21 00:11:26.067 INFO O| Dec 21 00:11:26.067 INFO STEP 69 (remove_files) COMPLETE |
4528 | 2024-12-21T00:11:26.134Z | [ recovery-image] Dec 21 00:11:26.067 INFO O| Dec 21 00:11:26.067 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4529 | 2024-12-21T00:11:26.137Z | [ host-image] Dec 21 00:11:26.072 INFO O| Dec 21 00:11:26.072 INFO O| Planning: Consolidating action changes ... Done |
4530 | 2024-12-21T00:11:26.153Z | [ recovery-image] Dec 21 00:11:26.088 INFO O| Dec 21 00:11:26.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4531 | 2024-12-21T00:11:26.163Z | [ recovery-image] Dec 21 00:11:26.099 INFO O| Dec 21 00:11:26.099 INFO STEP 70 (remove_files) COMPLETE |
4532 | 2024-12-21T00:11:26.163Z | [ recovery-image] Dec 21 00:11:26.099 INFO O| Dec 21 00:11:26.099 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4533 | 2024-12-21T00:11:26.222Z | [ recovery-image] Dec 21 00:11:26.158 INFO O| Dec 21 00:11:26.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4534 | 2024-12-21T00:11:26.222Z | [ recovery-image] Dec 21 00:11:26.158 INFO O| Dec 21 00:11:26.158 INFO STEP 71 (remove_files) COMPLETE |
4535 | 2024-12-21T00:11:26.226Z | [ recovery-image] Dec 21 00:11:26.158 INFO O| Dec 21 00:11:26.158 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4536 | 2024-12-21T00:11:26.257Z | [ recovery-image] Dec 21 00:11:26.193 INFO O| Dec 21 00:11:26.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4537 | 2024-12-21T00:11:26.260Z | [ recovery-image] Dec 21 00:11:26.194 INFO O| Dec 21 00:11:26.194 INFO STEP 72 (remove_files) COMPLETE |
4538 | 2024-12-21T00:11:26.260Z | [ recovery-image] Dec 21 00:11:26.194 INFO O| Dec 21 00:11:26.194 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4539 | 2024-12-21T00:11:26.278Z | [ recovery-image] Dec 21 00:11:26.214 INFO O| Dec 21 00:11:26.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4540 | 2024-12-21T00:11:26.278Z | [ recovery-image] Dec 21 00:11:26.214 INFO O| Dec 21 00:11:26.214 INFO STEP 73 (remove_files) COMPLETE |
4541 | 2024-12-21T00:11:26.281Z | [ recovery-image] Dec 21 00:11:26.214 INFO O| Dec 21 00:11:26.214 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4542 | 2024-12-21T00:11:26.317Z | [ recovery-image] Dec 21 00:11:26.252 INFO O| Dec 21 00:11:26.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4543 | 2024-12-21T00:11:26.317Z | [ recovery-image] Dec 21 00:11:26.253 INFO O| Dec 21 00:11:26.252 INFO STEP 74 (remove_files) COMPLETE |
4544 | 2024-12-21T00:11:26.320Z | [ recovery-image] Dec 21 00:11:26.253 INFO O| Dec 21 00:11:26.252 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4545 | 2024-12-21T00:11:26.367Z | [ recovery-image] Dec 21 00:11:26.302 INFO O| Dec 21 00:11:26.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4546 | 2024-12-21T00:11:26.370Z | [ recovery-image] Dec 21 00:11:26.306 INFO O| Dec 21 00:11:26.303 INFO STEP 75 (remove_files) COMPLETE |
4547 | 2024-12-21T00:11:26.373Z | [ recovery-image] Dec 21 00:11:26.306 INFO O| Dec 21 00:11:26.306 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4548 | 2024-12-21T00:11:26.402Z | [ recovery-image] Dec 21 00:11:26.337 INFO O| Dec 21 00:11:26.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4549 | 2024-12-21T00:11:26.405Z | [ recovery-image] Dec 21 00:11:26.338 INFO O| Dec 21 00:11:26.338 INFO STEP 76 (remove_files) COMPLETE |
4550 | 2024-12-21T00:11:26.405Z | [ recovery-image] Dec 21 00:11:26.338 INFO O| Dec 21 00:11:26.338 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4551 | 2024-12-21T00:11:26.427Z | [ recovery-image] Dec 21 00:11:26.363 INFO O| Dec 21 00:11:26.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4552 | 2024-12-21T00:11:26.450Z | [ recovery-image] Dec 21 00:11:26.386 INFO O| Dec 21 00:11:26.386 INFO STEP 77 (remove_files) COMPLETE |
4553 | 2024-12-21T00:11:26.450Z | [ recovery-image] Dec 21 00:11:26.386 INFO O| Dec 21 00:11:26.386 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4554 | 2024-12-21T00:11:26.510Z | [ recovery-image] Dec 21 00:11:26.445 INFO O| Dec 21 00:11:26.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4555 | 2024-12-21T00:11:26.510Z | [ recovery-image] Dec 21 00:11:26.445 INFO O| Dec 21 00:11:26.445 INFO STEP 78 (remove_files) COMPLETE |
4556 | 2024-12-21T00:11:26.512Z | [ recovery-image] Dec 21 00:11:26.445 INFO O| Dec 21 00:11:26.445 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4557 | 2024-12-21T00:11:26.533Z | [ recovery-image] Dec 21 00:11:26.468 INFO O| Dec 21 00:11:26.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4558 | 2024-12-21T00:11:26.533Z | [ recovery-image] Dec 21 00:11:26.469 INFO O| Dec 21 00:11:26.468 INFO STEP 79 (remove_files) COMPLETE |
4559 | 2024-12-21T00:11:26.533Z | [ recovery-image] Dec 21 00:11:26.469 INFO O| Dec 21 00:11:26.468 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4560 | 2024-12-21T00:11:26.546Z | [ host-image] Dec 21 00:11:26.481 INFO O| Dec 21 00:11:26.481 INFO O| Planning: Evaluating mediators ... Done |
4561 | 2024-12-21T00:11:26.551Z | [ host-image] Dec 21 00:11:26.487 INFO O| Dec 21 00:11:26.487 INFO O| Planning: Planning completed in 5.53 seconds |
4562 | 2024-12-21T00:11:26.554Z | [ host-image] Dec 21 00:11:26.490 INFO O| Dec 21 00:11:26.490 INFO O| Packages to install: 6 |
4563 | 2024-12-21T00:11:26.554Z | [ host-image] Dec 21 00:11:26.490 INFO O| Dec 21 00:11:26.490 INFO O| Mediators to change: 1 |
4564 | 2024-12-21T00:11:26.557Z | [ host-image] Dec 21 00:11:26.490 INFO O| Dec 21 00:11:26.490 INFO O| Services to change: 1 |
4565 | 2024-12-21T00:11:26.558Z | [ recovery-image] Dec 21 00:11:26.492 INFO O| Dec 21 00:11:26.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4566 | 2024-12-21T00:11:26.558Z | [ recovery-image] Dec 21 00:11:26.492 INFO O| Dec 21 00:11:26.492 INFO STEP 80 (remove_files) COMPLETE |
4567 | 2024-12-21T00:11:26.558Z | [ recovery-image] Dec 21 00:11:26.493 INFO O| Dec 21 00:11:26.492 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4568 | 2024-12-21T00:11:26.581Z | [ host-image] Dec 21 00:11:26.516 INFO O| Dec 21 00:11:26.516 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
4569 | 2024-12-21T00:11:26.595Z | [ recovery-image] Dec 21 00:11:26.530 INFO O| Dec 21 00:11:26.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4570 | 2024-12-21T00:11:26.595Z | [ recovery-image] Dec 21 00:11:26.530 INFO O| Dec 21 00:11:26.530 INFO STEP 81 (remove_files) COMPLETE |
4571 | 2024-12-21T00:11:26.595Z | [ recovery-image] Dec 21 00:11:26.530 INFO O| Dec 21 00:11:26.530 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4572 | 2024-12-21T00:11:26.622Z | [ recovery-image] Dec 21 00:11:26.556 INFO O| Dec 21 00:11:26.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4573 | 2024-12-21T00:11:26.622Z | [ recovery-image] Dec 21 00:11:26.556 INFO O| Dec 21 00:11:26.556 INFO STEP 82 (remove_files) COMPLETE |
4574 | 2024-12-21T00:11:26.622Z | [ recovery-image] Dec 21 00:11:26.556 INFO O| Dec 21 00:11:26.556 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4575 | 2024-12-21T00:11:26.661Z | [ recovery-image] Dec 21 00:11:26.596 INFO O| Dec 21 00:11:26.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4576 | 2024-12-21T00:11:26.661Z | [ recovery-image] Dec 21 00:11:26.596 INFO O| Dec 21 00:11:26.596 INFO STEP 83 (remove_files) COMPLETE |
4577 | 2024-12-21T00:11:26.661Z | [ recovery-image] Dec 21 00:11:26.596 INFO O| Dec 21 00:11:26.596 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4578 | 2024-12-21T00:11:26.688Z | [ recovery-image] Dec 21 00:11:26.623 INFO O| Dec 21 00:11:26.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4579 | 2024-12-21T00:11:26.688Z | [ recovery-image] Dec 21 00:11:26.623 INFO O| Dec 21 00:11:26.623 INFO STEP 84 (remove_files) COMPLETE |
4580 | 2024-12-21T00:11:26.688Z | [ recovery-image] Dec 21 00:11:26.623 INFO O| Dec 21 00:11:26.623 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4581 | 2024-12-21T00:11:26.729Z | [ recovery-image] Dec 21 00:11:26.664 INFO O| Dec 21 00:11:26.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4582 | 2024-12-21T00:11:26.729Z | [ recovery-image] Dec 21 00:11:26.665 INFO O| Dec 21 00:11:26.664 INFO STEP 85 (remove_files) COMPLETE |
4583 | 2024-12-21T00:11:26.729Z | [ recovery-image] Dec 21 00:11:26.665 INFO O| Dec 21 00:11:26.665 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4584 | 2024-12-21T00:11:26.751Z | [ recovery-image] Dec 21 00:11:26.687 INFO O| Dec 21 00:11:26.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4585 | 2024-12-21T00:11:26.752Z | [ recovery-image] Dec 21 00:11:26.687 INFO O| Dec 21 00:11:26.687 INFO STEP 86 (remove_files) COMPLETE |
4586 | 2024-12-21T00:11:26.754Z | [ recovery-image] Dec 21 00:11:26.687 INFO O| Dec 21 00:11:26.687 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4587 | 2024-12-21T00:11:26.793Z | [ recovery-image] Dec 21 00:11:26.728 INFO O| Dec 21 00:11:26.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4588 | 2024-12-21T00:11:26.796Z | [ recovery-image] Dec 21 00:11:26.729 INFO O| Dec 21 00:11:26.729 INFO STEP 87 (remove_files) COMPLETE |
4589 | 2024-12-21T00:11:26.796Z | [ recovery-image] Dec 21 00:11:26.729 INFO O| Dec 21 00:11:26.729 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4590 | 2024-12-21T00:11:26.820Z | [ recovery-image] Dec 21 00:11:26.755 INFO O| Dec 21 00:11:26.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4591 | 2024-12-21T00:11:26.824Z | [ recovery-image] Dec 21 00:11:26.755 INFO O| Dec 21 00:11:26.755 INFO STEP 88 (remove_files) COMPLETE |
4592 | 2024-12-21T00:11:26.824Z | [ recovery-image] Dec 21 00:11:26.755 INFO O| Dec 21 00:11:26.755 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4593 | 2024-12-21T00:11:26.845Z | [ recovery-image] Dec 21 00:11:26.781 INFO O| Dec 21 00:11:26.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4594 | 2024-12-21T00:11:26.845Z | [ recovery-image] Dec 21 00:11:26.781 INFO O| Dec 21 00:11:26.781 INFO STEP 89 (remove_files) COMPLETE |
4595 | 2024-12-21T00:11:26.848Z | [ recovery-image] Dec 21 00:11:26.781 INFO O| Dec 21 00:11:26.781 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4596 | 2024-12-21T00:11:26.871Z | [ recovery-image] Dec 21 00:11:26.806 INFO O| Dec 21 00:11:26.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4597 | 2024-12-21T00:11:26.871Z | [ recovery-image] Dec 21 00:11:26.806 INFO O| Dec 21 00:11:26.806 INFO STEP 90 (remove_files) COMPLETE |
4598 | 2024-12-21T00:11:26.871Z | [ recovery-image] Dec 21 00:11:26.806 INFO O| Dec 21 00:11:26.806 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4599 | 2024-12-21T00:11:26.975Z | [ recovery-image] Dec 21 00:11:26.911 INFO O| Dec 21 00:11:26.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4600 | 2024-12-21T00:11:26.978Z | [ recovery-image] Dec 21 00:11:26.911 INFO O| Dec 21 00:11:26.911 INFO STEP 91 (remove_files) COMPLETE |
4601 | 2024-12-21T00:11:26.978Z | [ recovery-image] Dec 21 00:11:26.911 INFO O| Dec 21 00:11:26.911 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4602 | 2024-12-21T00:11:26.999Z | [ recovery-image] Dec 21 00:11:26.934 INFO O| Dec 21 00:11:26.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4603 | 2024-12-21T00:11:27.001Z | [ recovery-image] Dec 21 00:11:26.935 INFO O| Dec 21 00:11:26.935 INFO STEP 92 (remove_files) COMPLETE |
4604 | 2024-12-21T00:11:27.001Z | [ recovery-image] Dec 21 00:11:26.935 INFO O| Dec 21 00:11:26.935 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4605 | 2024-12-21T00:11:27.022Z | [ recovery-image] Dec 21 00:11:26.957 INFO O| Dec 21 00:11:26.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4606 | 2024-12-21T00:11:27.025Z | [ recovery-image] Dec 21 00:11:26.958 INFO O| Dec 21 00:11:26.958 INFO STEP 93 (remove_files) COMPLETE |
4607 | 2024-12-21T00:11:27.025Z | [ recovery-image] Dec 21 00:11:26.958 INFO O| Dec 21 00:11:26.958 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4608 | 2024-12-21T00:11:27.045Z | [ recovery-image] Dec 21 00:11:26.981 INFO O| Dec 21 00:11:26.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4609 | 2024-12-21T00:11:27.055Z | [ recovery-image] Dec 21 00:11:26.991 INFO O| Dec 21 00:11:26.991 INFO STEP 94 (remove_files) COMPLETE |
4610 | 2024-12-21T00:11:27.058Z | [ recovery-image] Dec 21 00:11:26.991 INFO O| Dec 21 00:11:26.991 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4611 | 2024-12-21T00:11:27.082Z | [ recovery-image] Dec 21 00:11:27.017 INFO O| Dec 21 00:11:27.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4612 | 2024-12-21T00:11:27.084Z | [ recovery-image] Dec 21 00:11:27.018 INFO O| Dec 21 00:11:27.018 INFO STEP 95 (remove_files) COMPLETE |
4613 | 2024-12-21T00:11:27.084Z | [ recovery-image] Dec 21 00:11:27.018 INFO O| Dec 21 00:11:27.018 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4614 | 2024-12-21T00:11:27.108Z | [ recovery-image] Dec 21 00:11:27.044 INFO O| Dec 21 00:11:27.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4615 | 2024-12-21T00:11:27.111Z | [ recovery-image] Dec 21 00:11:27.044 INFO O| Dec 21 00:11:27.044 INFO STEP 96 (remove_files) COMPLETE |
4616 | 2024-12-21T00:11:27.111Z | [ recovery-image] Dec 21 00:11:27.044 INFO O| Dec 21 00:11:27.044 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4617 | 2024-12-21T00:11:27.134Z | [ recovery-image] Dec 21 00:11:27.069 INFO O| Dec 21 00:11:27.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4618 | 2024-12-21T00:11:27.137Z | [ recovery-image] Dec 21 00:11:27.070 INFO O| Dec 21 00:11:27.070 INFO STEP 97 (remove_files) COMPLETE |
4619 | 2024-12-21T00:11:27.137Z | [ recovery-image] Dec 21 00:11:27.070 INFO O| Dec 21 00:11:27.070 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4620 | 2024-12-21T00:11:27.160Z | [ recovery-image] Dec 21 00:11:27.095 INFO O| Dec 21 00:11:27.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4621 | 2024-12-21T00:11:27.162Z | [ recovery-image] Dec 21 00:11:27.095 INFO O| Dec 21 00:11:27.095 INFO STEP 98 (remove_files) COMPLETE |
4622 | 2024-12-21T00:11:27.162Z | [ recovery-image] Dec 21 00:11:27.096 INFO O| Dec 21 00:11:27.096 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4623 | 2024-12-21T00:11:27.186Z | [ recovery-image] Dec 21 00:11:27.121 INFO O| Dec 21 00:11:27.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4624 | 2024-12-21T00:11:27.188Z | [ recovery-image] Dec 21 00:11:27.121 INFO O| Dec 21 00:11:27.121 INFO STEP 99 (remove_files) COMPLETE |
4625 | 2024-12-21T00:11:27.188Z | [ recovery-image] Dec 21 00:11:27.122 INFO O| Dec 21 00:11:27.121 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4626 | 2024-12-21T00:11:27.210Z | [ recovery-image] Dec 21 00:11:27.145 INFO O| Dec 21 00:11:27.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4627 | 2024-12-21T00:11:27.215Z | [ recovery-image] Dec 21 00:11:27.151 INFO O| Dec 21 00:11:27.151 INFO STEP 100 (remove_files) COMPLETE |
4628 | 2024-12-21T00:11:27.215Z | [ recovery-image] Dec 21 00:11:27.151 INFO O| Dec 21 00:11:27.151 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4629 | 2024-12-21T00:11:27.259Z | [ recovery-image] Dec 21 00:11:27.195 INFO O| Dec 21 00:11:27.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4630 | 2024-12-21T00:11:27.259Z | [ recovery-image] Dec 21 00:11:27.195 INFO O| Dec 21 00:11:27.195 INFO STEP 101 (remove_files) COMPLETE |
4631 | 2024-12-21T00:11:27.259Z | [ recovery-image] Dec 21 00:11:27.195 INFO O| Dec 21 00:11:27.195 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4632 | 2024-12-21T00:11:27.289Z | [ recovery-image] Dec 21 00:11:27.224 INFO O| Dec 21 00:11:27.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4633 | 2024-12-21T00:11:27.291Z | [ recovery-image] Dec 21 00:11:27.225 INFO O| Dec 21 00:11:27.225 INFO STEP 102 (remove_files) COMPLETE |
4634 | 2024-12-21T00:11:27.291Z | [ recovery-image] Dec 21 00:11:27.225 INFO O| Dec 21 00:11:27.225 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4635 | 2024-12-21T00:11:27.336Z | [ recovery-image] Dec 21 00:11:27.268 INFO O| Dec 21 00:11:27.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4636 | 2024-12-21T00:11:27.339Z | [ recovery-image] Dec 21 00:11:27.269 INFO O| Dec 21 00:11:27.269 INFO STEP 103 (remove_files) COMPLETE |
4637 | 2024-12-21T00:11:27.339Z | [ recovery-image] Dec 21 00:11:27.269 INFO O| Dec 21 00:11:27.269 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4638 | 2024-12-21T00:11:27.371Z | [ recovery-image] Dec 21 00:11:27.306 INFO O| Dec 21 00:11:27.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4639 | 2024-12-21T00:11:27.374Z | [ recovery-image] Dec 21 00:11:27.307 INFO O| Dec 21 00:11:27.307 INFO STEP 104 (remove_files) COMPLETE |
4640 | 2024-12-21T00:11:27.375Z | [ recovery-image] Dec 21 00:11:27.307 INFO O| Dec 21 00:11:27.307 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4641 | 2024-12-21T00:11:27.393Z | [ recovery-image] Dec 21 00:11:27.328 INFO O| Dec 21 00:11:27.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4642 | 2024-12-21T00:11:27.395Z | [ recovery-image] Dec 21 00:11:27.328 INFO O| Dec 21 00:11:27.328 INFO STEP 105 (remove_files) COMPLETE |
4643 | 2024-12-21T00:11:27.395Z | [ recovery-image] Dec 21 00:11:27.329 INFO O| Dec 21 00:11:27.329 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4644 | 2024-12-21T00:11:27.415Z | [ recovery-image] Dec 21 00:11:27.350 INFO O| Dec 21 00:11:27.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4645 | 2024-12-21T00:11:27.418Z | [ recovery-image] Dec 21 00:11:27.351 INFO O| Dec 21 00:11:27.350 INFO STEP 106 (remove_files) COMPLETE |
4646 | 2024-12-21T00:11:27.418Z | [ recovery-image] Dec 21 00:11:27.351 INFO O| Dec 21 00:11:27.351 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4647 | 2024-12-21T00:11:27.436Z | [ recovery-image] Dec 21 00:11:27.372 INFO O| Dec 21 00:11:27.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4648 | 2024-12-21T00:11:27.439Z | [ recovery-image] Dec 21 00:11:27.372 INFO O| Dec 21 00:11:27.372 INFO STEP 107 (remove_files) COMPLETE |
4649 | 2024-12-21T00:11:27.439Z | [ recovery-image] Dec 21 00:11:27.372 INFO O| Dec 21 00:11:27.372 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4650 | 2024-12-21T00:11:27.457Z | [ recovery-image] Dec 21 00:11:27.393 INFO O| Dec 21 00:11:27.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4651 | 2024-12-21T00:11:27.460Z | [ recovery-image] Dec 21 00:11:27.393 INFO O| Dec 21 00:11:27.393 INFO STEP 108 (remove_files) COMPLETE |
4652 | 2024-12-21T00:11:27.460Z | [ recovery-image] Dec 21 00:11:27.393 INFO O| Dec 21 00:11:27.393 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4653 | 2024-12-21T00:11:27.487Z | [ recovery-image] Dec 21 00:11:27.421 INFO O| Dec 21 00:11:27.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4654 | 2024-12-21T00:11:27.487Z | [ recovery-image] Dec 21 00:11:27.421 INFO O| Dec 21 00:11:27.421 INFO STEP 109 (remove_files) COMPLETE |
4655 | 2024-12-21T00:11:27.490Z | [ recovery-image] Dec 21 00:11:27.421 INFO O| Dec 21 00:11:27.421 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4656 | 2024-12-21T00:11:27.540Z | [ recovery-image] Dec 21 00:11:27.476 INFO O| Dec 21 00:11:27.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4657 | 2024-12-21T00:11:27.543Z | [ recovery-image] Dec 21 00:11:27.476 INFO O| Dec 21 00:11:27.476 INFO STEP 110 (remove_files) COMPLETE |
4658 | 2024-12-21T00:11:27.543Z | [ recovery-image] Dec 21 00:11:27.477 INFO O| Dec 21 00:11:27.476 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4659 | 2024-12-21T00:11:27.564Z | [ recovery-image] Dec 21 00:11:27.499 INFO O| Dec 21 00:11:27.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4660 | 2024-12-21T00:11:27.567Z | [ recovery-image] Dec 21 00:11:27.500 INFO O| Dec 21 00:11:27.499 INFO STEP 111 (remove_files) COMPLETE |
4661 | 2024-12-21T00:11:27.567Z | [ recovery-image] Dec 21 00:11:27.500 INFO O| Dec 21 00:11:27.500 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4662 | 2024-12-21T00:11:27.606Z | [ recovery-image] Dec 21 00:11:27.541 INFO O| Dec 21 00:11:27.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4663 | 2024-12-21T00:11:27.606Z | [ recovery-image] Dec 21 00:11:27.541 INFO O| Dec 21 00:11:27.541 INFO STEP 112 (remove_files) COMPLETE |
4664 | 2024-12-21T00:11:27.606Z | [ recovery-image] Dec 21 00:11:27.541 INFO O| Dec 21 00:11:27.541 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4665 | 2024-12-21T00:11:27.628Z | [ recovery-image] Dec 21 00:11:27.563 INFO O| Dec 21 00:11:27.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4666 | 2024-12-21T00:11:27.628Z | [ recovery-image] Dec 21 00:11:27.563 INFO O| Dec 21 00:11:27.563 INFO STEP 113 (remove_files) COMPLETE |
4667 | 2024-12-21T00:11:27.628Z | [ recovery-image] Dec 21 00:11:27.563 INFO O| Dec 21 00:11:27.563 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4668 | 2024-12-21T00:11:27.652Z | [ recovery-image] Dec 21 00:11:27.587 INFO O| Dec 21 00:11:27.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4669 | 2024-12-21T00:11:27.654Z | [ recovery-image] Dec 21 00:11:27.587 INFO O| Dec 21 00:11:27.587 INFO STEP 114 (remove_files) COMPLETE |
4670 | 2024-12-21T00:11:27.654Z | [ recovery-image] Dec 21 00:11:27.587 INFO O| Dec 21 00:11:27.587 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4671 | 2024-12-21T00:11:27.676Z | [ recovery-image] Dec 21 00:11:27.611 INFO O| Dec 21 00:11:27.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4672 | 2024-12-21T00:11:27.676Z | [ recovery-image] Dec 21 00:11:27.611 INFO O| Dec 21 00:11:27.611 INFO STEP 115 (remove_files) COMPLETE |
4673 | 2024-12-21T00:11:27.676Z | [ recovery-image] Dec 21 00:11:27.611 INFO O| Dec 21 00:11:27.611 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4674 | 2024-12-21T00:11:27.698Z | [ recovery-image] Dec 21 00:11:27.634 INFO O| Dec 21 00:11:27.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4675 | 2024-12-21T00:11:27.698Z | [ recovery-image] Dec 21 00:11:27.634 INFO O| Dec 21 00:11:27.634 INFO STEP 116 (remove_files) COMPLETE |
4676 | 2024-12-21T00:11:27.698Z | [ recovery-image] Dec 21 00:11:27.634 INFO O| Dec 21 00:11:27.634 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4677 | 2024-12-21T00:11:27.721Z | [ recovery-image] Dec 21 00:11:27.656 INFO O| Dec 21 00:11:27.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4678 | 2024-12-21T00:11:27.721Z | [ recovery-image] Dec 21 00:11:27.657 INFO O| Dec 21 00:11:27.657 INFO STEP 117 (remove_files) COMPLETE |
4679 | 2024-12-21T00:11:27.721Z | [ recovery-image] Dec 21 00:11:27.657 INFO O| Dec 21 00:11:27.657 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4680 | 2024-12-21T00:11:27.744Z | [ recovery-image] Dec 21 00:11:27.680 INFO O| Dec 21 00:11:27.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4681 | 2024-12-21T00:11:27.744Z | [ recovery-image] Dec 21 00:11:27.680 INFO O| Dec 21 00:11:27.680 INFO STEP 118 (remove_files) COMPLETE |
4682 | 2024-12-21T00:11:27.747Z | [ recovery-image] Dec 21 00:11:27.680 INFO O| Dec 21 00:11:27.680 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4683 | 2024-12-21T00:11:27.767Z | [ recovery-image] Dec 21 00:11:27.703 INFO O| Dec 21 00:11:27.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4684 | 2024-12-21T00:11:27.790Z | [ recovery-image] Dec 21 00:11:27.726 INFO O| Dec 21 00:11:27.726 INFO STEP 119 (remove_files) COMPLETE |
4685 | 2024-12-21T00:11:27.790Z | [ recovery-image] Dec 21 00:11:27.726 INFO O| Dec 21 00:11:27.726 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4686 | 2024-12-21T00:11:27.815Z | [ recovery-image] Dec 21 00:11:27.750 INFO O| Dec 21 00:11:27.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4687 | 2024-12-21T00:11:27.815Z | [ recovery-image] Dec 21 00:11:27.751 INFO O| Dec 21 00:11:27.750 INFO STEP 120 (remove_files) COMPLETE |
4688 | 2024-12-21T00:11:27.815Z | [ recovery-image] Dec 21 00:11:27.751 INFO O| Dec 21 00:11:27.750 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4689 | 2024-12-21T00:11:27.853Z | [ recovery-image] Dec 21 00:11:27.789 INFO O| Dec 21 00:11:27.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4690 | 2024-12-21T00:11:27.854Z | [ recovery-image] Dec 21 00:11:27.789 INFO O| Dec 21 00:11:27.789 INFO STEP 121 (remove_files) COMPLETE |
4691 | 2024-12-21T00:11:27.854Z | [ recovery-image] Dec 21 00:11:27.789 INFO O| Dec 21 00:11:27.789 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4692 | 2024-12-21T00:11:27.876Z | [ recovery-image] Dec 21 00:11:27.811 INFO O| Dec 21 00:11:27.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4693 | 2024-12-21T00:11:27.876Z | [ recovery-image] Dec 21 00:11:27.811 INFO O| Dec 21 00:11:27.811 INFO STEP 122 (remove_files) COMPLETE |
4694 | 2024-12-21T00:11:27.878Z | [ recovery-image] Dec 21 00:11:27.811 INFO O| Dec 21 00:11:27.811 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4695 | 2024-12-21T00:11:27.899Z | [ recovery-image] Dec 21 00:11:27.834 INFO O| Dec 21 00:11:27.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4696 | 2024-12-21T00:11:27.901Z | [ recovery-image] Dec 21 00:11:27.834 INFO O| Dec 21 00:11:27.834 INFO STEP 123 (remove_files) COMPLETE |
4697 | 2024-12-21T00:11:27.901Z | [ recovery-image] Dec 21 00:11:27.835 INFO O| Dec 21 00:11:27.834 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4698 | 2024-12-21T00:11:27.921Z | [ recovery-image] Dec 21 00:11:27.857 INFO O| Dec 21 00:11:27.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4699 | 2024-12-21T00:11:27.924Z | [ recovery-image] Dec 21 00:11:27.857 INFO O| Dec 21 00:11:27.857 INFO STEP 124 (remove_files) COMPLETE |
4700 | 2024-12-21T00:11:27.924Z | [ recovery-image] Dec 21 00:11:27.857 INFO O| Dec 21 00:11:27.857 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4701 | 2024-12-21T00:11:27.945Z | [ recovery-image] Dec 21 00:11:27.881 INFO O| Dec 21 00:11:27.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4702 | 2024-12-21T00:11:27.948Z | [ recovery-image] Dec 21 00:11:27.881 INFO O| Dec 21 00:11:27.881 INFO STEP 125 (remove_files) COMPLETE |
4703 | 2024-12-21T00:11:27.948Z | [ recovery-image] Dec 21 00:11:27.881 INFO O| Dec 21 00:11:27.881 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4704 | 2024-12-21T00:11:28.001Z | [ recovery-image] Dec 21 00:11:27.936 INFO O| Dec 21 00:11:27.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4705 | 2024-12-21T00:11:28.004Z | [ recovery-image] Dec 21 00:11:27.936 INFO O| Dec 21 00:11:27.936 INFO STEP 126 (remove_files) COMPLETE |
4706 | 2024-12-21T00:11:28.004Z | [ recovery-image] Dec 21 00:11:27.936 INFO O| Dec 21 00:11:27.936 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4707 | 2024-12-21T00:11:28.025Z | [ recovery-image] Dec 21 00:11:27.961 INFO O| Dec 21 00:11:27.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4708 | 2024-12-21T00:11:28.029Z | [ recovery-image] Dec 21 00:11:27.961 INFO O| Dec 21 00:11:27.961 INFO STEP 127 (remove_files) COMPLETE |
4709 | 2024-12-21T00:11:28.029Z | [ recovery-image] Dec 21 00:11:27.961 INFO O| Dec 21 00:11:27.961 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4710 | 2024-12-21T00:11:28.048Z | [ recovery-image] Dec 21 00:11:27.984 INFO O| Dec 21 00:11:27.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4711 | 2024-12-21T00:11:28.048Z | [ recovery-image] Dec 21 00:11:27.984 INFO O| Dec 21 00:11:27.984 INFO STEP 128 (remove_files) COMPLETE |
4712 | 2024-12-21T00:11:28.048Z | [ recovery-image] Dec 21 00:11:27.984 INFO O| Dec 21 00:11:27.984 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4713 | 2024-12-21T00:11:28.088Z | [ recovery-image] Dec 21 00:11:28.024 INFO O| Dec 21 00:11:28.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4714 | 2024-12-21T00:11:28.088Z | [ recovery-image] Dec 21 00:11:28.024 INFO O| Dec 21 00:11:28.024 INFO STEP 129 (remove_files) COMPLETE |
4715 | 2024-12-21T00:11:28.088Z | [ recovery-image] Dec 21 00:11:28.024 INFO O| Dec 21 00:11:28.024 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4716 | 2024-12-21T00:11:28.136Z | [ recovery-image] Dec 21 00:11:28.072 INFO O| Dec 21 00:11:28.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4717 | 2024-12-21T00:11:28.136Z | [ recovery-image] Dec 21 00:11:28.072 INFO O| Dec 21 00:11:28.072 INFO STEP 130 (remove_files) COMPLETE |
4718 | 2024-12-21T00:11:28.139Z | [ recovery-image] Dec 21 00:11:28.072 INFO O| Dec 21 00:11:28.072 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4719 | 2024-12-21T00:11:28.171Z | [ recovery-image] Dec 21 00:11:28.106 INFO O| Dec 21 00:11:28.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4720 | 2024-12-21T00:11:28.171Z | [ recovery-image] Dec 21 00:11:28.107 INFO O| Dec 21 00:11:28.107 INFO STEP 131 (remove_files) COMPLETE |
4721 | 2024-12-21T00:11:28.171Z | [ recovery-image] Dec 21 00:11:28.107 INFO O| Dec 21 00:11:28.107 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4722 | 2024-12-21T00:11:28.197Z | [ recovery-image] Dec 21 00:11:28.132 INFO O| Dec 21 00:11:28.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4723 | 2024-12-21T00:11:28.197Z | [ recovery-image] Dec 21 00:11:28.132 INFO O| Dec 21 00:11:28.132 INFO STEP 132 (remove_files) COMPLETE |
4724 | 2024-12-21T00:11:28.197Z | [ recovery-image] Dec 21 00:11:28.132 INFO O| Dec 21 00:11:28.132 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4725 | 2024-12-21T00:11:28.219Z | [ recovery-image] Dec 21 00:11:28.155 INFO O| Dec 21 00:11:28.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4726 | 2024-12-21T00:11:28.219Z | [ recovery-image] Dec 21 00:11:28.155 INFO O| Dec 21 00:11:28.155 INFO STEP 133 (remove_files) COMPLETE |
4727 | 2024-12-21T00:11:28.219Z | [ recovery-image] Dec 21 00:11:28.155 INFO O| Dec 21 00:11:28.155 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4728 | 2024-12-21T00:11:28.242Z | [ recovery-image] Dec 21 00:11:28.178 INFO O| Dec 21 00:11:28.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4729 | 2024-12-21T00:11:28.242Z | [ recovery-image] Dec 21 00:11:28.178 INFO O| Dec 21 00:11:28.178 INFO STEP 134 (remove_files) COMPLETE |
4730 | 2024-12-21T00:11:28.244Z | [ recovery-image] Dec 21 00:11:28.178 INFO O| Dec 21 00:11:28.178 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4731 | 2024-12-21T00:11:28.283Z | [ recovery-image] Dec 21 00:11:28.218 INFO O| Dec 21 00:11:28.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4732 | 2024-12-21T00:11:28.283Z | [ recovery-image] Dec 21 00:11:28.219 INFO O| Dec 21 00:11:28.219 INFO STEP 135 (remove_files) COMPLETE |
4733 | 2024-12-21T00:11:28.285Z | [ recovery-image] Dec 21 00:11:28.219 INFO O| Dec 21 00:11:28.219 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4734 | 2024-12-21T00:11:28.310Z | [ recovery-image] Dec 21 00:11:28.246 INFO O| Dec 21 00:11:28.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4735 | 2024-12-21T00:11:28.310Z | [ recovery-image] Dec 21 00:11:28.246 INFO O| Dec 21 00:11:28.246 INFO STEP 136 (remove_files) COMPLETE |
4736 | 2024-12-21T00:11:28.310Z | [ recovery-image] Dec 21 00:11:28.246 INFO O| Dec 21 00:11:28.246 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4737 | 2024-12-21T00:11:28.407Z | [ recovery-image] Dec 21 00:11:28.343 INFO O| Dec 21 00:11:28.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4738 | 2024-12-21T00:11:28.410Z | [ recovery-image] Dec 21 00:11:28.343 INFO O| Dec 21 00:11:28.343 INFO STEP 137 (remove_files) COMPLETE |
4739 | 2024-12-21T00:11:28.410Z | [ recovery-image] Dec 21 00:11:28.343 INFO O| Dec 21 00:11:28.343 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2024-12-21T00:11:28.430Z | [ recovery-image] Dec 21 00:11:28.366 INFO O| Dec 21 00:11:28.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4741 | 2024-12-21T00:11:28.433Z | [ recovery-image] Dec 21 00:11:28.366 INFO O| Dec 21 00:11:28.366 INFO STEP 138 (remove_files) COMPLETE |
4742 | 2024-12-21T00:11:28.433Z | [ recovery-image] Dec 21 00:11:28.366 INFO O| Dec 21 00:11:28.366 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2024-12-21T00:11:28.453Z | [ recovery-image] Dec 21 00:11:28.389 INFO O| Dec 21 00:11:28.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4744 | 2024-12-21T00:11:28.457Z | [ recovery-image] Dec 21 00:11:28.389 INFO O| Dec 21 00:11:28.389 INFO STEP 139 (remove_files) COMPLETE |
4745 | 2024-12-21T00:11:28.457Z | [ recovery-image] Dec 21 00:11:28.389 INFO O| Dec 21 00:11:28.389 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4746 | 2024-12-21T00:11:28.479Z | [ recovery-image] Dec 21 00:11:28.414 INFO O| Dec 21 00:11:28.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4747 | 2024-12-21T00:11:28.481Z | [ recovery-image] Dec 21 00:11:28.414 INFO O| Dec 21 00:11:28.414 INFO STEP 140 (remove_files) COMPLETE |
4748 | 2024-12-21T00:11:28.481Z | [ recovery-image] Dec 21 00:11:28.415 INFO O| Dec 21 00:11:28.414 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4749 | 2024-12-21T00:11:28.631Z | [ recovery-image] Dec 21 00:11:28.567 INFO O| Dec 21 00:11:28.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4750 | 2024-12-21T00:11:28.631Z | [ recovery-image] Dec 21 00:11:28.567 INFO O| Dec 21 00:11:28.567 INFO STEP 141 (remove_files) COMPLETE |
4751 | 2024-12-21T00:11:28.634Z | [ recovery-image] Dec 21 00:11:28.567 INFO O| Dec 21 00:11:28.567 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2024-12-21T00:11:28.656Z | [ recovery-image] Dec 21 00:11:28.592 INFO O| Dec 21 00:11:28.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4753 | 2024-12-21T00:11:28.656Z | [ recovery-image] Dec 21 00:11:28.592 INFO O| Dec 21 00:11:28.592 INFO STEP 142 (remove_files) COMPLETE |
4754 | 2024-12-21T00:11:28.659Z | [ recovery-image] Dec 21 00:11:28.592 INFO O| Dec 21 00:11:28.592 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4755 | 2024-12-21T00:11:28.680Z | [ recovery-image] Dec 21 00:11:28.615 INFO O| Dec 21 00:11:28.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4756 | 2024-12-21T00:11:28.680Z | [ recovery-image] Dec 21 00:11:28.615 INFO O| Dec 21 00:11:28.615 INFO STEP 143 (remove_files) COMPLETE |
4757 | 2024-12-21T00:11:28.680Z | [ recovery-image] Dec 21 00:11:28.616 INFO O| Dec 21 00:11:28.615 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4758 | 2024-12-21T00:11:28.702Z | [ recovery-image] Dec 21 00:11:28.638 INFO O| Dec 21 00:11:28.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4759 | 2024-12-21T00:11:28.705Z | [ recovery-image] Dec 21 00:11:28.639 INFO O| Dec 21 00:11:28.638 INFO STEP 144 (remove_files) COMPLETE |
4760 | 2024-12-21T00:11:28.705Z | [ recovery-image] Dec 21 00:11:28.639 INFO O| Dec 21 00:11:28.638 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4761 | 2024-12-21T00:11:28.738Z | [ recovery-image] Dec 21 00:11:28.673 INFO O| Dec 21 00:11:28.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4762 | 2024-12-21T00:11:28.738Z | [ recovery-image] Dec 21 00:11:28.673 INFO O| Dec 21 00:11:28.673 INFO STEP 145 (remove_files) COMPLETE |
4763 | 2024-12-21T00:11:28.741Z | [ recovery-image] Dec 21 00:11:28.674 INFO O| Dec 21 00:11:28.673 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4764 | 2024-12-21T00:11:28.759Z | [ recovery-image] Dec 21 00:11:28.695 INFO O| Dec 21 00:11:28.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4765 | 2024-12-21T00:11:28.759Z | [ recovery-image] Dec 21 00:11:28.695 INFO O| Dec 21 00:11:28.695 INFO STEP 146 (remove_files) COMPLETE |
4766 | 2024-12-21T00:11:28.762Z | [ recovery-image] Dec 21 00:11:28.695 INFO O| Dec 21 00:11:28.695 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4767 | 2024-12-21T00:11:28.781Z | [ recovery-image] Dec 21 00:11:28.717 INFO O| Dec 21 00:11:28.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4768 | 2024-12-21T00:11:28.781Z | [ recovery-image] Dec 21 00:11:28.717 INFO O| Dec 21 00:11:28.717 INFO STEP 147 (remove_files) COMPLETE |
4769 | 2024-12-21T00:11:28.781Z | [ recovery-image] Dec 21 00:11:28.717 INFO O| Dec 21 00:11:28.717 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4770 | 2024-12-21T00:11:28.805Z | [ recovery-image] Dec 21 00:11:28.740 INFO O| Dec 21 00:11:28.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4771 | 2024-12-21T00:11:28.805Z | [ recovery-image] Dec 21 00:11:28.740 INFO O| Dec 21 00:11:28.740 INFO STEP 148 (remove_files) COMPLETE |
4772 | 2024-12-21T00:11:28.807Z | [ recovery-image] Dec 21 00:11:28.740 INFO O| Dec 21 00:11:28.740 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4773 | 2024-12-21T00:11:28.828Z | [ recovery-image] Dec 21 00:11:28.764 INFO O| Dec 21 00:11:28.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4774 | 2024-12-21T00:11:28.828Z | [ recovery-image] Dec 21 00:11:28.764 INFO O| Dec 21 00:11:28.764 INFO STEP 149 (remove_files) COMPLETE |
4775 | 2024-12-21T00:11:28.830Z | [ recovery-image] Dec 21 00:11:28.764 INFO O| Dec 21 00:11:28.764 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4776 | 2024-12-21T00:11:28.856Z | [ recovery-image] Dec 21 00:11:28.791 INFO O| Dec 21 00:11:28.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4777 | 2024-12-21T00:11:28.856Z | [ recovery-image] Dec 21 00:11:28.791 INFO O| Dec 21 00:11:28.791 INFO STEP 150 (remove_files) COMPLETE |
4778 | 2024-12-21T00:11:28.858Z | [ recovery-image] Dec 21 00:11:28.791 INFO O| Dec 21 00:11:28.791 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4779 | 2024-12-21T00:11:28.881Z | [ recovery-image] Dec 21 00:11:28.817 INFO O| Dec 21 00:11:28.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4780 | 2024-12-21T00:11:28.881Z | [ recovery-image] Dec 21 00:11:28.817 INFO O| Dec 21 00:11:28.817 INFO STEP 151 (remove_files) COMPLETE |
4781 | 2024-12-21T00:11:28.884Z | [ recovery-image] Dec 21 00:11:28.817 INFO O| Dec 21 00:11:28.817 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4782 | 2024-12-21T00:11:28.904Z | [ recovery-image] Dec 21 00:11:28.840 INFO O| Dec 21 00:11:28.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4783 | 2024-12-21T00:11:28.904Z | [ recovery-image] Dec 21 00:11:28.840 INFO O| Dec 21 00:11:28.840 INFO STEP 152 (remove_files) COMPLETE |
4784 | 2024-12-21T00:11:28.907Z | [ recovery-image] Dec 21 00:11:28.840 INFO O| Dec 21 00:11:28.840 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4785 | 2024-12-21T00:11:28.937Z | [ recovery-image] Dec 21 00:11:28.872 INFO O| Dec 21 00:11:28.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4786 | 2024-12-21T00:11:28.937Z | [ recovery-image] Dec 21 00:11:28.873 INFO O| Dec 21 00:11:28.873 INFO STEP 153 (remove_files) COMPLETE |
4787 | 2024-12-21T00:11:28.937Z | [ recovery-image] Dec 21 00:11:28.873 INFO O| Dec 21 00:11:28.873 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4788 | 2024-12-21T00:11:28.959Z | [ recovery-image] Dec 21 00:11:28.894 INFO O| Dec 21 00:11:28.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4789 | 2024-12-21T00:11:28.960Z | [ recovery-image] Dec 21 00:11:28.895 INFO O| Dec 21 00:11:28.895 INFO STEP 154 (remove_files) COMPLETE |
4790 | 2024-12-21T00:11:28.963Z | [ recovery-image] Dec 21 00:11:28.895 INFO O| Dec 21 00:11:28.895 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4791 | 2024-12-21T00:11:29.007Z | [ recovery-image] Dec 21 00:11:28.943 INFO O| Dec 21 00:11:28.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4792 | 2024-12-21T00:11:29.007Z | [ recovery-image] Dec 21 00:11:28.943 INFO O| Dec 21 00:11:28.943 INFO STEP 155 (remove_files) COMPLETE |
4793 | 2024-12-21T00:11:29.010Z | [ recovery-image] Dec 21 00:11:28.943 INFO O| Dec 21 00:11:28.943 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4794 | 2024-12-21T00:11:29.041Z | [ recovery-image] Dec 21 00:11:28.976 INFO O| Dec 21 00:11:28.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4795 | 2024-12-21T00:11:29.044Z | [ recovery-image] Dec 21 00:11:28.977 INFO O| Dec 21 00:11:28.976 INFO STEP 156 (remove_files) COMPLETE |
4796 | 2024-12-21T00:11:29.044Z | [ recovery-image] Dec 21 00:11:28.977 INFO O| Dec 21 00:11:28.976 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4797 | 2024-12-21T00:11:29.085Z | [ recovery-image] Dec 21 00:11:29.019 INFO O| Dec 21 00:11:29.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4798 | 2024-12-21T00:11:29.085Z | [ recovery-image] Dec 21 00:11:29.019 INFO O| Dec 21 00:11:29.019 INFO STEP 157 (remove_files) COMPLETE |
4799 | 2024-12-21T00:11:29.085Z | [ recovery-image] Dec 21 00:11:29.019 INFO O| Dec 21 00:11:29.019 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4800 | 2024-12-21T00:11:29.114Z | [ recovery-image] Dec 21 00:11:29.050 INFO O| Dec 21 00:11:29.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4801 | 2024-12-21T00:11:29.117Z | [ recovery-image] Dec 21 00:11:29.050 INFO O| Dec 21 00:11:29.050 INFO STEP 158 (remove_files) COMPLETE |
4802 | 2024-12-21T00:11:29.117Z | [ recovery-image] Dec 21 00:11:29.050 INFO O| Dec 21 00:11:29.050 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4803 | 2024-12-21T00:11:29.135Z | [ recovery-image] Dec 21 00:11:29.071 INFO O| Dec 21 00:11:29.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4804 | 2024-12-21T00:11:29.138Z | [ recovery-image] Dec 21 00:11:29.071 INFO O| Dec 21 00:11:29.071 INFO STEP 159 (remove_files) COMPLETE |
4805 | 2024-12-21T00:11:29.138Z | [ recovery-image] Dec 21 00:11:29.071 INFO O| Dec 21 00:11:29.071 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4806 | 2024-12-21T00:11:29.165Z | [ recovery-image] Dec 21 00:11:29.101 INFO O| Dec 21 00:11:29.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4807 | 2024-12-21T00:11:29.165Z | [ recovery-image] Dec 21 00:11:29.101 INFO O| Dec 21 00:11:29.101 INFO STEP 160 (remove_files) COMPLETE |
4808 | 2024-12-21T00:11:29.165Z | [ recovery-image] Dec 21 00:11:29.101 INFO O| Dec 21 00:11:29.101 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4809 | 2024-12-21T00:11:29.198Z | [ recovery-image] Dec 21 00:11:29.133 INFO O| Dec 21 00:11:29.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4810 | 2024-12-21T00:11:29.198Z | [ recovery-image] Dec 21 00:11:29.133 INFO O| Dec 21 00:11:29.133 INFO STEP 161 (remove_files) COMPLETE |
4811 | 2024-12-21T00:11:29.198Z | [ recovery-image] Dec 21 00:11:29.133 INFO O| Dec 21 00:11:29.133 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4812 | 2024-12-21T00:11:29.242Z | [ recovery-image] Dec 21 00:11:29.177 INFO O| Dec 21 00:11:29.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4813 | 2024-12-21T00:11:29.242Z | [ recovery-image] Dec 21 00:11:29.178 INFO O| Dec 21 00:11:29.178 INFO STEP 162 (remove_files) COMPLETE |
4814 | 2024-12-21T00:11:29.244Z | [ recovery-image] Dec 21 00:11:29.178 INFO O| Dec 21 00:11:29.178 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4815 | 2024-12-21T00:11:29.280Z | [ recovery-image] Dec 21 00:11:29.216 INFO O| Dec 21 00:11:29.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4816 | 2024-12-21T00:11:29.280Z | [ recovery-image] Dec 21 00:11:29.216 INFO O| Dec 21 00:11:29.216 INFO STEP 163 (remove_files) COMPLETE |
4817 | 2024-12-21T00:11:29.280Z | [ recovery-image] Dec 21 00:11:29.216 INFO O| Dec 21 00:11:29.216 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4818 | 2024-12-21T00:11:29.314Z | [ recovery-image] Dec 21 00:11:29.250 INFO O| Dec 21 00:11:29.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4819 | 2024-12-21T00:11:29.314Z | [ recovery-image] Dec 21 00:11:29.250 INFO O| Dec 21 00:11:29.250 INFO STEP 164 (remove_files) COMPLETE |
4820 | 2024-12-21T00:11:29.314Z | [ recovery-image] Dec 21 00:11:29.250 INFO O| Dec 21 00:11:29.250 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4821 | 2024-12-21T00:11:29.336Z | [ recovery-image] Dec 21 00:11:29.272 INFO O| Dec 21 00:11:29.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4822 | 2024-12-21T00:11:29.336Z | [ recovery-image] Dec 21 00:11:29.272 INFO O| Dec 21 00:11:29.272 INFO STEP 165 (remove_files) COMPLETE |
4823 | 2024-12-21T00:11:29.339Z | [ recovery-image] Dec 21 00:11:29.273 INFO O| Dec 21 00:11:29.272 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4824 | 2024-12-21T00:11:29.358Z | [ recovery-image] Dec 21 00:11:29.294 INFO O| Dec 21 00:11:29.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4825 | 2024-12-21T00:11:29.360Z | [ recovery-image] Dec 21 00:11:29.294 INFO O| Dec 21 00:11:29.294 INFO STEP 166 (remove_files) COMPLETE |
4826 | 2024-12-21T00:11:29.360Z | [ recovery-image] Dec 21 00:11:29.294 INFO O| Dec 21 00:11:29.294 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4827 | 2024-12-21T00:11:29.389Z | [ recovery-image] Dec 21 00:11:29.324 INFO O| Dec 21 00:11:29.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4828 | 2024-12-21T00:11:29.389Z | [ recovery-image] Dec 21 00:11:29.325 INFO O| Dec 21 00:11:29.324 INFO STEP 167 (remove_files) COMPLETE |
4829 | 2024-12-21T00:11:29.389Z | [ recovery-image] Dec 21 00:11:29.325 INFO O| Dec 21 00:11:29.324 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4830 | 2024-12-21T00:11:29.446Z | [ recovery-image] Dec 21 00:11:29.382 INFO O| Dec 21 00:11:29.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4831 | 2024-12-21T00:11:29.447Z | [ recovery-image] Dec 21 00:11:29.383 INFO O| Dec 21 00:11:29.383 INFO STEP 168 (remove_files) COMPLETE |
4832 | 2024-12-21T00:11:29.447Z | [ recovery-image] Dec 21 00:11:29.383 INFO O| Dec 21 00:11:29.383 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4833 | 2024-12-21T00:11:29.466Z | [ recovery-image] Dec 21 00:11:29.401 INFO O| Dec 21 00:11:29.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4834 | 2024-12-21T00:11:29.466Z | [ recovery-image] Dec 21 00:11:29.401 INFO O| Dec 21 00:11:29.401 INFO STEP 169 (remove_files) COMPLETE |
4835 | 2024-12-21T00:11:29.466Z | [ recovery-image] Dec 21 00:11:29.401 INFO O| Dec 21 00:11:29.401 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4836 | 2024-12-21T00:11:29.485Z | [ recovery-image] Dec 21 00:11:29.421 INFO O| Dec 21 00:11:29.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4837 | 2024-12-21T00:11:29.486Z | [ recovery-image] Dec 21 00:11:29.421 INFO O| Dec 21 00:11:29.421 INFO STEP 170 (remove_files) COMPLETE |
4838 | 2024-12-21T00:11:29.489Z | [ recovery-image] Dec 21 00:11:29.421 INFO O| Dec 21 00:11:29.421 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4839 | 2024-12-21T00:11:29.536Z | [ recovery-image] Dec 21 00:11:29.471 INFO O| Dec 21 00:11:29.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4840 | 2024-12-21T00:11:29.536Z | [ recovery-image] Dec 21 00:11:29.471 INFO O| Dec 21 00:11:29.471 INFO STEP 171 (remove_files) COMPLETE |
4841 | 2024-12-21T00:11:29.536Z | [ recovery-image] Dec 21 00:11:29.471 INFO O| Dec 21 00:11:29.471 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4842 | 2024-12-21T00:11:29.606Z | [ recovery-image] Dec 21 00:11:29.542 INFO O| Dec 21 00:11:29.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4843 | 2024-12-21T00:11:29.606Z | [ recovery-image] Dec 21 00:11:29.542 INFO O| Dec 21 00:11:29.542 INFO STEP 172 (remove_files) COMPLETE |
4844 | 2024-12-21T00:11:29.609Z | [ recovery-image] Dec 21 00:11:29.542 INFO O| Dec 21 00:11:29.542 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4845 | 2024-12-21T00:11:29.683Z | [ recovery-image] Dec 21 00:11:29.619 INFO O| Dec 21 00:11:29.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4846 | 2024-12-21T00:11:29.683Z | [ recovery-image] Dec 21 00:11:29.619 INFO O| Dec 21 00:11:29.619 INFO STEP 173 (remove_files) COMPLETE |
4847 | 2024-12-21T00:11:29.685Z | [ recovery-image] Dec 21 00:11:29.619 INFO O| Dec 21 00:11:29.619 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4848 | 2024-12-21T00:11:29.708Z | [ recovery-image] Dec 21 00:11:29.643 INFO O| Dec 21 00:11:29.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4849 | 2024-12-21T00:11:29.708Z | [ recovery-image] Dec 21 00:11:29.644 INFO O| Dec 21 00:11:29.644 INFO STEP 174 (remove_files) COMPLETE |
4850 | 2024-12-21T00:11:29.710Z | [ recovery-image] Dec 21 00:11:29.644 INFO O| Dec 21 00:11:29.644 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4851 | 2024-12-21T00:11:29.731Z | [ recovery-image] Dec 21 00:11:29.667 INFO O| Dec 21 00:11:29.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4852 | 2024-12-21T00:11:29.731Z | [ recovery-image] Dec 21 00:11:29.667 INFO O| Dec 21 00:11:29.667 INFO STEP 175 (remove_files) COMPLETE |
4853 | 2024-12-21T00:11:29.734Z | [ recovery-image] Dec 21 00:11:29.667 INFO O| Dec 21 00:11:29.667 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4854 | 2024-12-21T00:11:29.753Z | [ recovery-image] Dec 21 00:11:29.689 INFO O| Dec 21 00:11:29.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4855 | 2024-12-21T00:11:29.753Z | [ recovery-image] Dec 21 00:11:29.690 INFO O| Dec 21 00:11:29.689 INFO STEP 176 (remove_files) COMPLETE |
4856 | 2024-12-21T00:11:29.753Z | [ recovery-image] Dec 21 00:11:29.690 INFO O| Dec 21 00:11:29.689 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4857 | 2024-12-21T00:11:29.775Z | [ recovery-image] Dec 21 00:11:29.710 INFO O| Dec 21 00:11:29.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4858 | 2024-12-21T00:11:29.775Z | [ recovery-image] Dec 21 00:11:29.711 INFO O| Dec 21 00:11:29.711 INFO STEP 177 (remove_files) COMPLETE |
4859 | 2024-12-21T00:11:29.789Z | [ recovery-image] Dec 21 00:11:29.711 INFO O| Dec 21 00:11:29.711 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4860 | 2024-12-21T00:11:29.797Z | [ recovery-image] Dec 21 00:11:29.732 INFO O| Dec 21 00:11:29.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4861 | 2024-12-21T00:11:29.797Z | [ recovery-image] Dec 21 00:11:29.732 INFO O| Dec 21 00:11:29.732 INFO STEP 178 (remove_files) COMPLETE |
4862 | 2024-12-21T00:11:29.797Z | [ recovery-image] Dec 21 00:11:29.732 INFO O| Dec 21 00:11:29.732 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4863 | 2024-12-21T00:11:29.820Z | [ recovery-image] Dec 21 00:11:29.755 INFO O| Dec 21 00:11:29.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4864 | 2024-12-21T00:11:29.820Z | [ recovery-image] Dec 21 00:11:29.755 INFO O| Dec 21 00:11:29.755 INFO STEP 179 (remove_files) COMPLETE |
4865 | 2024-12-21T00:11:29.820Z | [ recovery-image] Dec 21 00:11:29.755 INFO O| Dec 21 00:11:29.755 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4866 | 2024-12-21T00:11:29.843Z | [ recovery-image] Dec 21 00:11:29.778 INFO O| Dec 21 00:11:29.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4867 | 2024-12-21T00:11:29.843Z | [ recovery-image] Dec 21 00:11:29.778 INFO O| Dec 21 00:11:29.778 INFO STEP 180 (remove_files) COMPLETE |
4868 | 2024-12-21T00:11:29.843Z | [ recovery-image] Dec 21 00:11:29.778 INFO O| Dec 21 00:11:29.778 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4869 | 2024-12-21T00:11:29.865Z | [ recovery-image] Dec 21 00:11:29.800 INFO O| Dec 21 00:11:29.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4870 | 2024-12-21T00:11:29.865Z | [ recovery-image] Dec 21 00:11:29.800 INFO O| Dec 21 00:11:29.800 INFO STEP 181 (remove_files) COMPLETE |
4871 | 2024-12-21T00:11:29.865Z | [ recovery-image] Dec 21 00:11:29.800 INFO O| Dec 21 00:11:29.800 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4872 | 2024-12-21T00:11:29.885Z | [ recovery-image] Dec 21 00:11:29.821 INFO O| Dec 21 00:11:29.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4873 | 2024-12-21T00:11:29.885Z | [ recovery-image] Dec 21 00:11:29.821 INFO O| Dec 21 00:11:29.821 INFO STEP 182 (remove_files) COMPLETE |
4874 | 2024-12-21T00:11:29.888Z | [ recovery-image] Dec 21 00:11:29.821 INFO O| Dec 21 00:11:29.821 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4875 | 2024-12-21T00:11:29.907Z | [ recovery-image] Dec 21 00:11:29.843 INFO O| Dec 21 00:11:29.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4876 | 2024-12-21T00:11:29.914Z | [ recovery-image] Dec 21 00:11:29.850 INFO O| Dec 21 00:11:29.850 INFO STEP 183 (remove_files) COMPLETE |
4877 | 2024-12-21T00:11:29.915Z | [ recovery-image] Dec 21 00:11:29.850 INFO O| Dec 21 00:11:29.850 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4878 | 2024-12-21T00:11:29.978Z | [ recovery-image] Dec 21 00:11:29.913 INFO O| Dec 21 00:11:29.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4879 | 2024-12-21T00:11:29.978Z | [ recovery-image] Dec 21 00:11:29.913 INFO O| Dec 21 00:11:29.913 INFO STEP 184 (remove_files) COMPLETE |
4880 | 2024-12-21T00:11:29.978Z | [ recovery-image] Dec 21 00:11:29.913 INFO O| Dec 21 00:11:29.913 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4881 | 2024-12-21T00:11:30.022Z | [ recovery-image] Dec 21 00:11:29.958 INFO O| Dec 21 00:11:29.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4882 | 2024-12-21T00:11:30.022Z | [ recovery-image] Dec 21 00:11:29.958 INFO O| Dec 21 00:11:29.958 INFO STEP 185 (remove_files) COMPLETE |
4883 | 2024-12-21T00:11:30.025Z | [ recovery-image] Dec 21 00:11:29.958 INFO O| Dec 21 00:11:29.958 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4884 | 2024-12-21T00:11:30.055Z | [ recovery-image] Dec 21 00:11:29.989 INFO O| Dec 21 00:11:29.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4885 | 2024-12-21T00:11:30.055Z | [ recovery-image] Dec 21 00:11:29.989 INFO O| Dec 21 00:11:29.989 INFO STEP 186 (remove_files) COMPLETE |
4886 | 2024-12-21T00:11:30.055Z | [ recovery-image] Dec 21 00:11:29.989 INFO O| Dec 21 00:11:29.989 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4887 | 2024-12-21T00:11:30.084Z | [ recovery-image] Dec 21 00:11:30.020 INFO O| Dec 21 00:11:30.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4888 | 2024-12-21T00:11:30.084Z | [ recovery-image] Dec 21 00:11:30.020 INFO O| Dec 21 00:11:30.020 INFO STEP 187 (remove_files) COMPLETE |
4889 | 2024-12-21T00:11:30.087Z | [ recovery-image] Dec 21 00:11:30.020 INFO O| Dec 21 00:11:30.020 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4890 | 2024-12-21T00:11:30.118Z | [ recovery-image] Dec 21 00:11:30.054 INFO O| Dec 21 00:11:30.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4891 | 2024-12-21T00:11:30.118Z | [ recovery-image] Dec 21 00:11:30.054 INFO O| Dec 21 00:11:30.054 INFO STEP 188 (remove_files) COMPLETE |
4892 | 2024-12-21T00:11:30.121Z | [ recovery-image] Dec 21 00:11:30.054 INFO O| Dec 21 00:11:30.054 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4893 | 2024-12-21T00:11:30.174Z | [ recovery-image] Dec 21 00:11:30.110 INFO O| Dec 21 00:11:30.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4894 | 2024-12-21T00:11:30.174Z | [ recovery-image] Dec 21 00:11:30.110 INFO O| Dec 21 00:11:30.110 INFO STEP 189 (remove_files) COMPLETE |
4895 | 2024-12-21T00:11:30.177Z | [ recovery-image] Dec 21 00:11:30.110 INFO O| Dec 21 00:11:30.110 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4896 | 2024-12-21T00:11:30.200Z | [ recovery-image] Dec 21 00:11:30.135 INFO O| Dec 21 00:11:30.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4897 | 2024-12-21T00:11:30.200Z | [ recovery-image] Dec 21 00:11:30.135 INFO O| Dec 21 00:11:30.135 INFO STEP 190 (remove_files) COMPLETE |
4898 | 2024-12-21T00:11:30.200Z | [ recovery-image] Dec 21 00:11:30.135 INFO O| Dec 21 00:11:30.135 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4899 | 2024-12-21T00:11:30.224Z | [ recovery-image] Dec 21 00:11:30.160 INFO O| Dec 21 00:11:30.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4900 | 2024-12-21T00:11:30.224Z | [ recovery-image] Dec 21 00:11:30.160 INFO O| Dec 21 00:11:30.160 INFO STEP 191 (remove_files) COMPLETE |
4901 | 2024-12-21T00:11:30.224Z | [ recovery-image] Dec 21 00:11:30.160 INFO O| Dec 21 00:11:30.160 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4902 | 2024-12-21T00:11:30.267Z | [ recovery-image] Dec 21 00:11:30.203 INFO O| Dec 21 00:11:30.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4903 | 2024-12-21T00:11:30.267Z | [ recovery-image] Dec 21 00:11:30.203 INFO O| Dec 21 00:11:30.203 INFO STEP 192 (remove_files) COMPLETE |
4904 | 2024-12-21T00:11:30.271Z | [ recovery-image] Dec 21 00:11:30.203 INFO O| Dec 21 00:11:30.203 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4905 | 2024-12-21T00:11:30.288Z | [ recovery-image] Dec 21 00:11:30.224 INFO O| Dec 21 00:11:30.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4906 | 2024-12-21T00:11:30.288Z | [ recovery-image] Dec 21 00:11:30.225 INFO O| Dec 21 00:11:30.225 INFO STEP 193 (remove_files) COMPLETE |
4907 | 2024-12-21T00:11:30.291Z | [ recovery-image] Dec 21 00:11:30.225 INFO O| Dec 21 00:11:30.225 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4908 | 2024-12-21T00:11:30.335Z | [ recovery-image] Dec 21 00:11:30.271 INFO O| Dec 21 00:11:30.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4909 | 2024-12-21T00:11:30.335Z | [ recovery-image] Dec 21 00:11:30.271 INFO O| Dec 21 00:11:30.271 INFO STEP 194 (remove_files) COMPLETE |
4910 | 2024-12-21T00:11:30.335Z | [ recovery-image] Dec 21 00:11:30.271 INFO O| Dec 21 00:11:30.271 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4911 | 2024-12-21T00:11:30.360Z | [ recovery-image] Dec 21 00:11:30.296 INFO O| Dec 21 00:11:30.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4912 | 2024-12-21T00:11:30.360Z | [ recovery-image] Dec 21 00:11:30.296 INFO O| Dec 21 00:11:30.296 INFO STEP 195 (remove_files) COMPLETE |
4913 | 2024-12-21T00:11:30.362Z | [ recovery-image] Dec 21 00:11:30.296 INFO O| Dec 21 00:11:30.296 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4914 | 2024-12-21T00:11:30.384Z | [ recovery-image] Dec 21 00:11:30.320 INFO O| Dec 21 00:11:30.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4915 | 2024-12-21T00:11:30.384Z | [ recovery-image] Dec 21 00:11:30.320 INFO O| Dec 21 00:11:30.320 INFO STEP 196 (remove_files) COMPLETE |
4916 | 2024-12-21T00:11:30.384Z | [ recovery-image] Dec 21 00:11:30.320 INFO O| Dec 21 00:11:30.320 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4917 | 2024-12-21T00:11:30.411Z | [ recovery-image] Dec 21 00:11:30.346 INFO O| Dec 21 00:11:30.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4918 | 2024-12-21T00:11:30.411Z | [ recovery-image] Dec 21 00:11:30.346 INFO O| Dec 21 00:11:30.346 INFO STEP 197 (remove_files) COMPLETE |
4919 | 2024-12-21T00:11:30.411Z | [ recovery-image] Dec 21 00:11:30.346 INFO O| Dec 21 00:11:30.346 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4920 | 2024-12-21T00:11:30.439Z | [ recovery-image] Dec 21 00:11:30.374 INFO O| Dec 21 00:11:30.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4921 | 2024-12-21T00:11:30.439Z | [ recovery-image] Dec 21 00:11:30.375 INFO O| Dec 21 00:11:30.375 INFO STEP 198 (remove_files) COMPLETE |
4922 | 2024-12-21T00:11:30.439Z | [ recovery-image] Dec 21 00:11:30.375 INFO O| Dec 21 00:11:30.375 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4923 | 2024-12-21T00:11:30.544Z | [ recovery-image] Dec 21 00:11:30.480 INFO O| Dec 21 00:11:30.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4924 | 2024-12-21T00:11:30.547Z | [ recovery-image] Dec 21 00:11:30.481 INFO O| Dec 21 00:11:30.480 INFO STEP 199 (remove_files) COMPLETE |
4925 | 2024-12-21T00:11:30.547Z | [ recovery-image] Dec 21 00:11:30.481 INFO O| Dec 21 00:11:30.481 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4926 | 2024-12-21T00:11:30.572Z | [ recovery-image] Dec 21 00:11:30.508 INFO O| Dec 21 00:11:30.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4927 | 2024-12-21T00:11:30.574Z | [ recovery-image] Dec 21 00:11:30.508 INFO O| Dec 21 00:11:30.508 INFO STEP 200 (remove_files) COMPLETE |
4928 | 2024-12-21T00:11:30.575Z | [ recovery-image] Dec 21 00:11:30.508 INFO O| Dec 21 00:11:30.508 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4929 | 2024-12-21T00:11:30.596Z | [ recovery-image] Dec 21 00:11:30.532 INFO O| Dec 21 00:11:30.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4930 | 2024-12-21T00:11:30.596Z | [ recovery-image] Dec 21 00:11:30.532 INFO O| Dec 21 00:11:30.532 INFO STEP 201 (remove_files) COMPLETE |
4931 | 2024-12-21T00:11:30.596Z | [ recovery-image] Dec 21 00:11:30.532 INFO O| Dec 21 00:11:30.532 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4932 | 2024-12-21T00:11:30.636Z | [ recovery-image] Dec 21 00:11:30.572 INFO O| Dec 21 00:11:30.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4933 | 2024-12-21T00:11:30.636Z | [ recovery-image] Dec 21 00:11:30.572 INFO O| Dec 21 00:11:30.572 INFO STEP 202 (remove_files) COMPLETE |
4934 | 2024-12-21T00:11:30.638Z | [ recovery-image] Dec 21 00:11:30.572 INFO O| Dec 21 00:11:30.572 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4935 | 2024-12-21T00:11:30.659Z | [ recovery-image] Dec 21 00:11:30.595 INFO O| Dec 21 00:11:30.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4936 | 2024-12-21T00:11:30.661Z | [ recovery-image] Dec 21 00:11:30.595 INFO O| Dec 21 00:11:30.595 INFO STEP 203 (remove_files) COMPLETE |
4937 | 2024-12-21T00:11:30.661Z | [ recovery-image] Dec 21 00:11:30.595 INFO O| Dec 21 00:11:30.595 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4938 | 2024-12-21T00:11:30.682Z | [ recovery-image] Dec 21 00:11:30.618 INFO O| Dec 21 00:11:30.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4939 | 2024-12-21T00:11:30.682Z | [ recovery-image] Dec 21 00:11:30.618 INFO O| Dec 21 00:11:30.618 INFO STEP 204 (remove_files) COMPLETE |
4940 | 2024-12-21T00:11:30.682Z | [ recovery-image] Dec 21 00:11:30.618 INFO O| Dec 21 00:11:30.618 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4941 | 2024-12-21T00:11:30.714Z | [ recovery-image] Dec 21 00:11:30.650 INFO O| Dec 21 00:11:30.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4942 | 2024-12-21T00:11:30.715Z | [ recovery-image] Dec 21 00:11:30.650 INFO O| Dec 21 00:11:30.650 INFO STEP 205 (remove_files) COMPLETE |
4943 | 2024-12-21T00:11:30.715Z | [ recovery-image] Dec 21 00:11:30.650 INFO O| Dec 21 00:11:30.650 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4944 | 2024-12-21T00:11:30.741Z | [ recovery-image] Dec 21 00:11:30.677 INFO O| Dec 21 00:11:30.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4945 | 2024-12-21T00:11:30.741Z | [ recovery-image] Dec 21 00:11:30.677 INFO O| Dec 21 00:11:30.677 INFO STEP 206 (remove_files) COMPLETE |
4946 | 2024-12-21T00:11:30.743Z | [ recovery-image] Dec 21 00:11:30.677 INFO O| Dec 21 00:11:30.677 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4947 | 2024-12-21T00:11:30.815Z | [ recovery-image] Dec 21 00:11:30.751 INFO O| Dec 21 00:11:30.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4948 | 2024-12-21T00:11:30.818Z | [ recovery-image] Dec 21 00:11:30.751 INFO O| Dec 21 00:11:30.751 INFO STEP 207 (remove_files) COMPLETE |
4949 | 2024-12-21T00:11:30.818Z | [ recovery-image] Dec 21 00:11:30.751 INFO O| Dec 21 00:11:30.751 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4950 | 2024-12-21T00:11:30.869Z | [ recovery-image] Dec 21 00:11:30.805 INFO O| Dec 21 00:11:30.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4951 | 2024-12-21T00:11:30.872Z | [ recovery-image] Dec 21 00:11:30.805 INFO O| Dec 21 00:11:30.805 INFO STEP 208 (remove_files) COMPLETE |
4952 | 2024-12-21T00:11:30.873Z | [ recovery-image] Dec 21 00:11:30.805 INFO O| Dec 21 00:11:30.805 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4953 | 2024-12-21T00:11:30.894Z | [ recovery-image] Dec 21 00:11:30.830 INFO O| Dec 21 00:11:30.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4954 | 2024-12-21T00:11:30.897Z | [ recovery-image] Dec 21 00:11:30.830 INFO O| Dec 21 00:11:30.830 INFO STEP 209 (remove_files) COMPLETE |
4955 | 2024-12-21T00:11:30.897Z | [ recovery-image] Dec 21 00:11:30.831 INFO O| Dec 21 00:11:30.830 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4956 | 2024-12-21T00:11:30.920Z | [ recovery-image] Dec 21 00:11:30.856 INFO O| Dec 21 00:11:30.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4957 | 2024-12-21T00:11:30.920Z | [ recovery-image] Dec 21 00:11:30.856 INFO O| Dec 21 00:11:30.856 INFO STEP 210 (remove_files) COMPLETE |
4958 | 2024-12-21T00:11:30.922Z | [ recovery-image] Dec 21 00:11:30.856 INFO O| Dec 21 00:11:30.856 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4959 | 2024-12-21T00:11:30.949Z | [ recovery-image] Dec 21 00:11:30.884 INFO O| Dec 21 00:11:30.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4960 | 2024-12-21T00:11:30.949Z | [ recovery-image] Dec 21 00:11:30.884 INFO O| Dec 21 00:11:30.884 INFO STEP 211 (remove_files) COMPLETE |
4961 | 2024-12-21T00:11:30.949Z | [ recovery-image] Dec 21 00:11:30.884 INFO O| Dec 21 00:11:30.884 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4962 | 2024-12-21T00:11:30.973Z | [ recovery-image] Dec 21 00:11:30.909 INFO O| Dec 21 00:11:30.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4963 | 2024-12-21T00:11:30.973Z | [ recovery-image] Dec 21 00:11:30.909 INFO O| Dec 21 00:11:30.909 INFO STEP 212 (remove_files) COMPLETE |
4964 | 2024-12-21T00:11:30.973Z | [ recovery-image] Dec 21 00:11:30.909 INFO O| Dec 21 00:11:30.909 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4965 | 2024-12-21T00:11:30.998Z | [ recovery-image] Dec 21 00:11:30.934 INFO O| Dec 21 00:11:30.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4966 | 2024-12-21T00:11:30.998Z | [ recovery-image] Dec 21 00:11:30.934 INFO O| Dec 21 00:11:30.934 INFO STEP 213 (remove_files) COMPLETE |
4967 | 2024-12-21T00:11:30.998Z | [ recovery-image] Dec 21 00:11:30.934 INFO O| Dec 21 00:11:30.934 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4968 | 2024-12-21T00:11:31.022Z | [ recovery-image] Dec 21 00:11:30.958 INFO O| Dec 21 00:11:30.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4969 | 2024-12-21T00:11:31.023Z | [ recovery-image] Dec 21 00:11:30.959 INFO O| Dec 21 00:11:30.958 INFO STEP 214 (remove_files) COMPLETE |
4970 | 2024-12-21T00:11:31.023Z | [ recovery-image] Dec 21 00:11:30.959 INFO O| Dec 21 00:11:30.959 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4971 | 2024-12-21T00:11:31.158Z | [ recovery-image] Dec 21 00:11:31.094 INFO O| Dec 21 00:11:31.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4972 | 2024-12-21T00:11:31.161Z | [ recovery-image] Dec 21 00:11:31.094 INFO O| Dec 21 00:11:31.094 INFO STEP 215 (remove_files) COMPLETE |
4973 | 2024-12-21T00:11:31.161Z | [ recovery-image] Dec 21 00:11:31.094 INFO O| Dec 21 00:11:31.094 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4974 | 2024-12-21T00:11:31.186Z | [ recovery-image] Dec 21 00:11:31.120 INFO O| Dec 21 00:11:31.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4975 | 2024-12-21T00:11:31.186Z | [ recovery-image] Dec 21 00:11:31.120 INFO O| Dec 21 00:11:31.120 INFO STEP 216 (remove_files) COMPLETE |
4976 | 2024-12-21T00:11:31.186Z | [ recovery-image] Dec 21 00:11:31.120 INFO O| Dec 21 00:11:31.120 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4977 | 2024-12-21T00:11:31.209Z | [ recovery-image] Dec 21 00:11:31.145 INFO O| Dec 21 00:11:31.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4978 | 2024-12-21T00:11:31.209Z | [ recovery-image] Dec 21 00:11:31.145 INFO O| Dec 21 00:11:31.145 INFO STEP 217 (remove_files) COMPLETE |
4979 | 2024-12-21T00:11:31.213Z | [ recovery-image] Dec 21 00:11:31.145 INFO O| Dec 21 00:11:31.145 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4980 | 2024-12-21T00:11:31.234Z | [ recovery-image] Dec 21 00:11:31.169 INFO O| Dec 21 00:11:31.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4981 | 2024-12-21T00:11:31.234Z | [ recovery-image] Dec 21 00:11:31.169 INFO O| Dec 21 00:11:31.169 INFO STEP 218 (remove_files) COMPLETE |
4982 | 2024-12-21T00:11:31.234Z | [ recovery-image] Dec 21 00:11:31.169 INFO O| Dec 21 00:11:31.169 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4983 | 2024-12-21T00:11:31.257Z | [ recovery-image] Dec 21 00:11:31.193 INFO O| Dec 21 00:11:31.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4984 | 2024-12-21T00:11:31.257Z | [ recovery-image] Dec 21 00:11:31.193 INFO O| Dec 21 00:11:31.193 INFO STEP 219 (remove_files) COMPLETE |
4985 | 2024-12-21T00:11:31.257Z | [ recovery-image] Dec 21 00:11:31.193 INFO O| Dec 21 00:11:31.193 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4986 | 2024-12-21T00:11:31.280Z | [ recovery-image] Dec 21 00:11:31.216 INFO O| Dec 21 00:11:31.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4987 | 2024-12-21T00:11:31.280Z | [ recovery-image] Dec 21 00:11:31.216 INFO O| Dec 21 00:11:31.216 INFO STEP 220 (remove_files) COMPLETE |
4988 | 2024-12-21T00:11:31.280Z | [ recovery-image] Dec 21 00:11:31.217 INFO O| Dec 21 00:11:31.216 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4989 | 2024-12-21T00:11:31.304Z | [ recovery-image] Dec 21 00:11:31.240 INFO O| Dec 21 00:11:31.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4990 | 2024-12-21T00:11:31.304Z | [ recovery-image] Dec 21 00:11:31.240 INFO O| Dec 21 00:11:31.240 INFO STEP 221 (remove_files) COMPLETE |
4991 | 2024-12-21T00:11:31.304Z | [ recovery-image] Dec 21 00:11:31.240 INFO O| Dec 21 00:11:31.240 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4992 | 2024-12-21T00:11:31.327Z | [ recovery-image] Dec 21 00:11:31.263 INFO O| Dec 21 00:11:31.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4993 | 2024-12-21T00:11:31.327Z | [ recovery-image] Dec 21 00:11:31.263 INFO O| Dec 21 00:11:31.263 INFO STEP 222 (remove_files) COMPLETE |
4994 | 2024-12-21T00:11:31.327Z | [ recovery-image] Dec 21 00:11:31.263 INFO O| Dec 21 00:11:31.263 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4995 | 2024-12-21T00:11:31.348Z | [ recovery-image] Dec 21 00:11:31.283 INFO O| Dec 21 00:11:31.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4996 | 2024-12-21T00:11:31.358Z | [ recovery-image] Dec 21 00:11:31.295 INFO O| Dec 21 00:11:31.295 INFO STEP 223 (remove_files) COMPLETE |
4997 | 2024-12-21T00:11:31.361Z | [ recovery-image] Dec 21 00:11:31.295 INFO O| Dec 21 00:11:31.295 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4998 | 2024-12-21T00:11:31.397Z | [ recovery-image] Dec 21 00:11:31.333 INFO O| Dec 21 00:11:31.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4999 | 2024-12-21T00:11:31.397Z | [ recovery-image] Dec 21 00:11:31.333 INFO O| Dec 21 00:11:31.333 INFO STEP 224 (remove_files) COMPLETE |
5000 | 2024-12-21T00:11:31.400Z | [ recovery-image] Dec 21 00:11:31.333 INFO O| Dec 21 00:11:31.333 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5001 | 2024-12-21T00:11:31.421Z | [ recovery-image] Dec 21 00:11:31.357 INFO O| Dec 21 00:11:31.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
5002 | 2024-12-21T00:11:31.421Z | [ recovery-image] Dec 21 00:11:31.358 INFO O| Dec 21 00:11:31.357 INFO STEP 225 (remove_files) COMPLETE |
5003 | 2024-12-21T00:11:31.425Z | [ recovery-image] Dec 21 00:11:31.358 INFO O| Dec 21 00:11:31.358 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5004 | 2024-12-21T00:11:31.444Z | [ recovery-image] Dec 21 00:11:31.380 INFO O| Dec 21 00:11:31.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
5005 | 2024-12-21T00:11:31.444Z | [ recovery-image] Dec 21 00:11:31.380 INFO O| Dec 21 00:11:31.380 INFO STEP 226 (remove_files) COMPLETE |
5006 | 2024-12-21T00:11:31.447Z | [ recovery-image] Dec 21 00:11:31.380 INFO O| Dec 21 00:11:31.380 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5007 | 2024-12-21T00:11:31.468Z | [ recovery-image] Dec 21 00:11:31.404 INFO O| Dec 21 00:11:31.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
5008 | 2024-12-21T00:11:31.468Z | [ recovery-image] Dec 21 00:11:31.404 INFO O| Dec 21 00:11:31.404 INFO STEP 227 (remove_files) COMPLETE |
5009 | 2024-12-21T00:11:31.468Z | [ recovery-image] Dec 21 00:11:31.404 INFO O| Dec 21 00:11:31.404 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5010 | 2024-12-21T00:11:31.539Z | [ recovery-image] Dec 21 00:11:31.475 INFO O| Dec 21 00:11:31.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5011 | 2024-12-21T00:11:31.539Z | [ recovery-image] Dec 21 00:11:31.475 INFO O| Dec 21 00:11:31.475 INFO STEP 228 (remove_files) COMPLETE |
5012 | 2024-12-21T00:11:31.539Z | [ recovery-image] Dec 21 00:11:31.475 INFO O| Dec 21 00:11:31.475 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5013 | 2024-12-21T00:11:31.590Z | [ recovery-image] Dec 21 00:11:31.527 INFO O| Dec 21 00:11:31.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5014 | 2024-12-21T00:11:31.591Z | [ recovery-image] Dec 21 00:11:31.527 INFO O| Dec 21 00:11:31.527 INFO STEP 229 (remove_files) COMPLETE |
5015 | 2024-12-21T00:11:31.593Z | [ recovery-image] Dec 21 00:11:31.527 INFO O| Dec 21 00:11:31.527 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5016 | 2024-12-21T00:11:31.616Z | [ recovery-image] Dec 21 00:11:31.552 INFO O| Dec 21 00:11:31.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5017 | 2024-12-21T00:11:31.616Z | [ recovery-image] Dec 21 00:11:31.552 INFO O| Dec 21 00:11:31.552 INFO STEP 230 (remove_files) COMPLETE |
5018 | 2024-12-21T00:11:31.619Z | [ recovery-image] Dec 21 00:11:31.552 INFO O| Dec 21 00:11:31.552 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5019 | 2024-12-21T00:11:31.641Z | [ recovery-image] Dec 21 00:11:31.577 INFO O| Dec 21 00:11:31.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5020 | 2024-12-21T00:11:31.641Z | [ recovery-image] Dec 21 00:11:31.577 INFO O| Dec 21 00:11:31.577 INFO STEP 231 (remove_files) COMPLETE |
5021 | 2024-12-21T00:11:31.641Z | [ recovery-image] Dec 21 00:11:31.577 INFO O| Dec 21 00:11:31.577 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5022 | 2024-12-21T00:11:31.664Z | [ recovery-image] Dec 21 00:11:31.601 INFO O| Dec 21 00:11:31.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5023 | 2024-12-21T00:11:31.664Z | [ recovery-image] Dec 21 00:11:31.601 INFO O| Dec 21 00:11:31.601 INFO STEP 232 (remove_files) COMPLETE |
5024 | 2024-12-21T00:11:31.664Z | [ recovery-image] Dec 21 00:11:31.601 INFO O| Dec 21 00:11:31.601 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5025 | 2024-12-21T00:11:31.683Z | [ host-image] Dec 21 00:11:31.619 INFO O| Dec 21 00:11:31.619 INFO O| Download: 1108/1140 items 6.6/8.4MB 78% complete (1.2M/s) |
5026 | 2024-12-21T00:11:31.688Z | [ recovery-image] Dec 21 00:11:31.625 INFO O| Dec 21 00:11:31.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5027 | 2024-12-21T00:11:31.693Z | [ recovery-image] Dec 21 00:11:31.625 INFO O| Dec 21 00:11:31.625 INFO STEP 233 (remove_files) COMPLETE |
5028 | 2024-12-21T00:11:31.693Z | [ recovery-image] Dec 21 00:11:31.625 INFO O| Dec 21 00:11:31.625 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5029 | 2024-12-21T00:11:31.715Z | [ recovery-image] Dec 21 00:11:31.651 INFO O| Dec 21 00:11:31.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5030 | 2024-12-21T00:11:31.718Z | [ recovery-image] Dec 21 00:11:31.651 INFO O| Dec 21 00:11:31.651 INFO STEP 234 (remove_files) COMPLETE |
5031 | 2024-12-21T00:11:31.718Z | [ recovery-image] Dec 21 00:11:31.651 INFO O| Dec 21 00:11:31.651 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5032 | 2024-12-21T00:11:31.755Z | [ recovery-image] Dec 21 00:11:31.690 INFO O| Dec 21 00:11:31.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5033 | 2024-12-21T00:11:31.755Z | [ recovery-image] Dec 21 00:11:31.690 INFO O| Dec 21 00:11:31.690 INFO STEP 235 (remove_files) COMPLETE |
5034 | 2024-12-21T00:11:31.755Z | [ recovery-image] Dec 21 00:11:31.690 INFO O| Dec 21 00:11:31.690 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5035 | 2024-12-21T00:11:31.803Z | [ recovery-image] Dec 21 00:11:31.739 INFO O| Dec 21 00:11:31.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5036 | 2024-12-21T00:11:31.806Z | [ recovery-image] Dec 21 00:11:31.739 INFO O| Dec 21 00:11:31.739 INFO STEP 236 (remove_files) COMPLETE |
5037 | 2024-12-21T00:11:31.806Z | [ recovery-image] Dec 21 00:11:31.739 INFO O| Dec 21 00:11:31.739 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5038 | 2024-12-21T00:11:31.826Z | [ recovery-image] Dec 21 00:11:31.762 INFO O| Dec 21 00:11:31.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5039 | 2024-12-21T00:11:31.829Z | [ recovery-image] Dec 21 00:11:31.763 INFO O| Dec 21 00:11:31.763 INFO STEP 237 (remove_files) COMPLETE |
5040 | 2024-12-21T00:11:31.829Z | [ recovery-image] Dec 21 00:11:31.763 INFO O| Dec 21 00:11:31.763 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5041 | 2024-12-21T00:11:31.850Z | [ recovery-image] Dec 21 00:11:31.786 INFO O| Dec 21 00:11:31.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5042 | 2024-12-21T00:11:31.852Z | [ recovery-image] Dec 21 00:11:31.786 INFO O| Dec 21 00:11:31.786 INFO STEP 238 (remove_files) COMPLETE |
5043 | 2024-12-21T00:11:31.852Z | [ recovery-image] Dec 21 00:11:31.786 INFO O| Dec 21 00:11:31.786 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5044 | 2024-12-21T00:11:31.889Z | [ recovery-image] Dec 21 00:11:31.825 INFO O| Dec 21 00:11:31.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5045 | 2024-12-21T00:11:31.889Z | [ recovery-image] Dec 21 00:11:31.825 INFO O| Dec 21 00:11:31.825 INFO STEP 239 (remove_files) COMPLETE |
5046 | 2024-12-21T00:11:31.897Z | [ recovery-image] Dec 21 00:11:31.826 INFO O| Dec 21 00:11:31.825 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5047 | 2024-12-21T00:11:31.967Z | [ recovery-image] Dec 21 00:11:31.903 INFO O| Dec 21 00:11:31.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5048 | 2024-12-21T00:11:31.967Z | [ recovery-image] Dec 21 00:11:31.903 INFO O| Dec 21 00:11:31.903 INFO STEP 240 (remove_files) COMPLETE |
5049 | 2024-12-21T00:11:31.967Z | [ recovery-image] Dec 21 00:11:31.903 INFO O| Dec 21 00:11:31.903 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5050 | 2024-12-21T00:11:32.046Z | [ recovery-image] Dec 21 00:11:31.983 INFO O| Dec 21 00:11:31.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5051 | 2024-12-21T00:11:32.049Z | [ recovery-image] Dec 21 00:11:31.983 INFO O| Dec 21 00:11:31.983 INFO STEP 241 (remove_files) COMPLETE |
5052 | 2024-12-21T00:11:32.049Z | [ recovery-image] Dec 21 00:11:31.983 INFO O| Dec 21 00:11:31.983 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5053 | 2024-12-21T00:11:32.076Z | [ recovery-image] Dec 21 00:11:32.012 INFO O| Dec 21 00:11:32.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5054 | 2024-12-21T00:11:32.078Z | [ recovery-image] Dec 21 00:11:32.012 INFO O| Dec 21 00:11:32.012 INFO STEP 242 (remove_files) COMPLETE |
5055 | 2024-12-21T00:11:32.079Z | [ recovery-image] Dec 21 00:11:32.012 INFO O| Dec 21 00:11:32.012 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5056 | 2024-12-21T00:11:32.100Z | [ recovery-image] Dec 21 00:11:32.037 INFO O| Dec 21 00:11:32.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5057 | 2024-12-21T00:11:32.103Z | [ recovery-image] Dec 21 00:11:32.037 INFO O| Dec 21 00:11:32.037 INFO STEP 243 (remove_files) COMPLETE |
5058 | 2024-12-21T00:11:32.103Z | [ recovery-image] Dec 21 00:11:32.037 INFO O| Dec 21 00:11:32.037 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5059 | 2024-12-21T00:11:32.125Z | [ recovery-image] Dec 21 00:11:32.061 INFO O| Dec 21 00:11:32.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5060 | 2024-12-21T00:11:32.127Z | [ recovery-image] Dec 21 00:11:32.061 INFO O| Dec 21 00:11:32.061 INFO STEP 244 (remove_files) COMPLETE |
5061 | 2024-12-21T00:11:32.127Z | [ recovery-image] Dec 21 00:11:32.061 INFO O| Dec 21 00:11:32.061 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5062 | 2024-12-21T00:11:32.149Z | [ recovery-image] Dec 21 00:11:32.085 INFO O| Dec 21 00:11:32.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5063 | 2024-12-21T00:11:32.152Z | [ recovery-image] Dec 21 00:11:32.085 INFO O| Dec 21 00:11:32.085 INFO STEP 245 (remove_files) COMPLETE |
5064 | 2024-12-21T00:11:32.152Z | [ recovery-image] Dec 21 00:11:32.085 INFO O| Dec 21 00:11:32.085 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5065 | 2024-12-21T00:11:32.172Z | [ recovery-image] Dec 21 00:11:32.109 INFO O| Dec 21 00:11:32.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5066 | 2024-12-21T00:11:32.175Z | [ recovery-image] Dec 21 00:11:32.109 INFO O| Dec 21 00:11:32.109 INFO STEP 246 (remove_files) COMPLETE |
5067 | 2024-12-21T00:11:32.175Z | [ recovery-image] Dec 21 00:11:32.109 INFO O| Dec 21 00:11:32.109 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5068 | 2024-12-21T00:11:32.197Z | [ recovery-image] Dec 21 00:11:32.133 INFO O| Dec 21 00:11:32.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5069 | 2024-12-21T00:11:32.197Z | [ recovery-image] Dec 21 00:11:32.133 INFO O| Dec 21 00:11:32.133 INFO STEP 247 (remove_files) COMPLETE |
5070 | 2024-12-21T00:11:32.197Z | [ recovery-image] Dec 21 00:11:32.133 INFO O| Dec 21 00:11:32.133 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5071 | 2024-12-21T00:11:32.220Z | [ host-image] Dec 21 00:11:32.157 INFO O| Dec 21 00:11:32.156 INFO O| Download: Completed 8.42 MB in 5.64 seconds (1.5M/s) |
5072 | 2024-12-21T00:11:32.237Z | [ recovery-image] Dec 21 00:11:32.173 INFO O| Dec 21 00:11:32.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5073 | 2024-12-21T00:11:32.237Z | [ recovery-image] Dec 21 00:11:32.173 INFO O| Dec 21 00:11:32.173 INFO STEP 248 (remove_files) COMPLETE |
5074 | 2024-12-21T00:11:32.237Z | [ recovery-image] Dec 21 00:11:32.173 INFO O| Dec 21 00:11:32.173 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5075 | 2024-12-21T00:11:32.258Z | [ recovery-image] Dec 21 00:11:32.193 INFO O| Dec 21 00:11:32.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5076 | 2024-12-21T00:11:32.258Z | [ recovery-image] Dec 21 00:11:32.193 INFO O| Dec 21 00:11:32.193 INFO STEP 249 (remove_files) COMPLETE |
5077 | 2024-12-21T00:11:32.258Z | [ recovery-image] Dec 21 00:11:32.193 INFO O| Dec 21 00:11:32.193 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5078 | 2024-12-21T00:11:32.292Z | [ recovery-image] Dec 21 00:11:32.229 INFO O| Dec 21 00:11:32.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5079 | 2024-12-21T00:11:32.292Z | [ recovery-image] Dec 21 00:11:32.229 INFO O| Dec 21 00:11:32.229 INFO STEP 250 (remove_files) COMPLETE |
5080 | 2024-12-21T00:11:32.293Z | [ recovery-image] Dec 21 00:11:32.229 INFO O| Dec 21 00:11:32.229 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5081 | 2024-12-21T00:11:32.352Z | [ recovery-image] Dec 21 00:11:32.289 INFO O| Dec 21 00:11:32.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5082 | 2024-12-21T00:11:32.352Z | [ recovery-image] Dec 21 00:11:32.289 INFO O| Dec 21 00:11:32.289 INFO STEP 251 (remove_files) COMPLETE |
5083 | 2024-12-21T00:11:32.353Z | [ recovery-image] Dec 21 00:11:32.289 INFO O| Dec 21 00:11:32.289 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5084 | 2024-12-21T00:11:32.361Z | [ host-image] Dec 21 00:11:32.297 INFO O| Dec 21 00:11:32.297 INFO O| Actions: 1/1361 actions (Installing new actions) |
5085 | 2024-12-21T00:11:32.378Z | [ recovery-image] Dec 21 00:11:32.314 INFO O| Dec 21 00:11:32.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5086 | 2024-12-21T00:11:32.378Z | [ recovery-image] Dec 21 00:11:32.314 INFO O| Dec 21 00:11:32.314 INFO STEP 252 (remove_files) COMPLETE |
5087 | 2024-12-21T00:11:32.378Z | [ recovery-image] Dec 21 00:11:32.314 INFO O| Dec 21 00:11:32.314 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5088 | 2024-12-21T00:11:32.404Z | [ recovery-image] Dec 21 00:11:32.340 INFO O| Dec 21 00:11:32.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5089 | 2024-12-21T00:11:32.404Z | [ recovery-image] Dec 21 00:11:32.340 INFO O| Dec 21 00:11:32.340 INFO STEP 253 (remove_files) COMPLETE |
5090 | 2024-12-21T00:11:32.404Z | [ recovery-image] Dec 21 00:11:32.340 INFO O| Dec 21 00:11:32.340 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5091 | 2024-12-21T00:11:32.426Z | [ recovery-image] Dec 21 00:11:32.362 INFO O| Dec 21 00:11:32.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5092 | 2024-12-21T00:11:32.426Z | [ recovery-image] Dec 21 00:11:32.362 INFO O| Dec 21 00:11:32.362 INFO STEP 254 (remove_files) COMPLETE |
5093 | 2024-12-21T00:11:32.427Z | [ recovery-image] Dec 21 00:11:32.362 INFO O| Dec 21 00:11:32.362 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5094 | 2024-12-21T00:11:32.449Z | [ recovery-image] Dec 21 00:11:32.385 INFO O| Dec 21 00:11:32.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5095 | 2024-12-21T00:11:32.452Z | [ recovery-image] Dec 21 00:11:32.385 INFO O| Dec 21 00:11:32.385 INFO STEP 255 (remove_files) COMPLETE |
5096 | 2024-12-21T00:11:32.452Z | [ recovery-image] Dec 21 00:11:32.385 INFO O| Dec 21 00:11:32.385 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5097 | 2024-12-21T00:11:32.476Z | [ recovery-image] Dec 21 00:11:32.412 INFO O| Dec 21 00:11:32.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5098 | 2024-12-21T00:11:32.477Z | [ recovery-image] Dec 21 00:11:32.412 INFO O| Dec 21 00:11:32.412 INFO STEP 256 (remove_files) COMPLETE |
5099 | 2024-12-21T00:11:32.479Z | [ recovery-image] Dec 21 00:11:32.412 INFO O| Dec 21 00:11:32.412 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5100 | 2024-12-21T00:11:32.499Z | [ recovery-image] Dec 21 00:11:32.435 INFO O| Dec 21 00:11:32.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5101 | 2024-12-21T00:11:32.499Z | [ recovery-image] Dec 21 00:11:32.435 INFO O| Dec 21 00:11:32.435 INFO STEP 257 (remove_files) COMPLETE |
5102 | 2024-12-21T00:11:32.500Z | [ recovery-image] Dec 21 00:11:32.435 INFO O| Dec 21 00:11:32.435 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5103 | 2024-12-21T00:11:32.521Z | [ recovery-image] Dec 21 00:11:32.457 INFO O| Dec 21 00:11:32.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5104 | 2024-12-21T00:11:32.521Z | [ recovery-image] Dec 21 00:11:32.457 INFO O| Dec 21 00:11:32.457 INFO STEP 258 (remove_files) COMPLETE |
5105 | 2024-12-21T00:11:32.521Z | [ recovery-image] Dec 21 00:11:32.457 INFO O| Dec 21 00:11:32.457 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5106 | 2024-12-21T00:11:32.565Z | [ recovery-image] Dec 21 00:11:32.501 INFO O| Dec 21 00:11:32.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5107 | 2024-12-21T00:11:32.565Z | [ recovery-image] Dec 21 00:11:32.501 INFO O| Dec 21 00:11:32.501 INFO STEP 259 (remove_files) COMPLETE |
5108 | 2024-12-21T00:11:32.565Z | [ recovery-image] Dec 21 00:11:32.501 INFO O| Dec 21 00:11:32.501 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5109 | 2024-12-21T00:11:32.612Z | [ recovery-image] Dec 21 00:11:32.549 INFO O| Dec 21 00:11:32.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5110 | 2024-12-21T00:11:32.612Z | [ recovery-image] Dec 21 00:11:32.549 INFO O| Dec 21 00:11:32.549 INFO STEP 260 (remove_files) COMPLETE |
5111 | 2024-12-21T00:11:32.612Z | [ recovery-image] Dec 21 00:11:32.549 INFO O| Dec 21 00:11:32.549 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5112 | 2024-12-21T00:11:32.658Z | [ recovery-image] Dec 21 00:11:32.595 INFO O| Dec 21 00:11:32.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5113 | 2024-12-21T00:11:32.661Z | [ recovery-image] Dec 21 00:11:32.595 INFO O| Dec 21 00:11:32.595 INFO STEP 261 (remove_files) COMPLETE |
5114 | 2024-12-21T00:11:32.661Z | [ recovery-image] Dec 21 00:11:32.595 INFO O| Dec 21 00:11:32.595 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5115 | 2024-12-21T00:11:32.680Z | [ recovery-image] Dec 21 00:11:32.616 INFO O| Dec 21 00:11:32.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5116 | 2024-12-21T00:11:32.680Z | [ recovery-image] Dec 21 00:11:32.616 INFO O| Dec 21 00:11:32.616 INFO STEP 262 (remove_files) COMPLETE |
5117 | 2024-12-21T00:11:32.680Z | [ recovery-image] Dec 21 00:11:32.616 INFO O| Dec 21 00:11:32.616 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5118 | 2024-12-21T00:11:32.712Z | [ recovery-image] Dec 21 00:11:32.647 INFO O| Dec 21 00:11:32.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5119 | 2024-12-21T00:11:32.712Z | [ recovery-image] Dec 21 00:11:32.647 INFO O| Dec 21 00:11:32.647 INFO STEP 263 (remove_files) COMPLETE |
5120 | 2024-12-21T00:11:32.712Z | [ recovery-image] Dec 21 00:11:32.647 INFO O| Dec 21 00:11:32.647 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5121 | 2024-12-21T00:11:32.775Z | [ recovery-image] Dec 21 00:11:32.712 INFO O| Dec 21 00:11:32.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5122 | 2024-12-21T00:11:32.776Z | [ recovery-image] Dec 21 00:11:32.712 INFO O| Dec 21 00:11:32.712 INFO STEP 264 (remove_files) COMPLETE |
5123 | 2024-12-21T00:11:32.776Z | [ recovery-image] Dec 21 00:11:32.712 INFO O| Dec 21 00:11:32.712 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5124 | 2024-12-21T00:11:32.801Z | [ recovery-image] Dec 21 00:11:32.737 INFO O| Dec 21 00:11:32.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5125 | 2024-12-21T00:11:32.801Z | [ recovery-image] Dec 21 00:11:32.737 INFO O| Dec 21 00:11:32.737 INFO STEP 265 (remove_files) COMPLETE |
5126 | 2024-12-21T00:11:32.801Z | [ recovery-image] Dec 21 00:11:32.737 INFO O| Dec 21 00:11:32.737 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5127 | 2024-12-21T00:11:32.828Z | [ recovery-image] Dec 21 00:11:32.763 INFO O| Dec 21 00:11:32.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5128 | 2024-12-21T00:11:32.828Z | [ recovery-image] Dec 21 00:11:32.763 INFO O| Dec 21 00:11:32.763 INFO STEP 266 (remove_files) COMPLETE |
5129 | 2024-12-21T00:11:32.828Z | [ recovery-image] Dec 21 00:11:32.763 INFO O| Dec 21 00:11:32.763 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5130 | 2024-12-21T00:11:32.851Z | [ recovery-image] Dec 21 00:11:32.787 INFO O| Dec 21 00:11:32.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5131 | 2024-12-21T00:11:32.851Z | [ recovery-image] Dec 21 00:11:32.787 INFO O| Dec 21 00:11:32.787 INFO STEP 267 (remove_files) COMPLETE |
5132 | 2024-12-21T00:11:32.851Z | [ recovery-image] Dec 21 00:11:32.787 INFO O| Dec 21 00:11:32.787 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5133 | 2024-12-21T00:11:32.876Z | [ recovery-image] Dec 21 00:11:32.812 INFO O| Dec 21 00:11:32.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5134 | 2024-12-21T00:11:32.876Z | [ recovery-image] Dec 21 00:11:32.812 INFO O| Dec 21 00:11:32.812 INFO STEP 268 (remove_files) COMPLETE |
5135 | 2024-12-21T00:11:32.876Z | [ recovery-image] Dec 21 00:11:32.812 INFO O| Dec 21 00:11:32.812 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5136 | 2024-12-21T00:11:32.899Z | [ recovery-image] Dec 21 00:11:32.834 INFO O| Dec 21 00:11:32.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5137 | 2024-12-21T00:11:32.899Z | [ recovery-image] Dec 21 00:11:32.834 INFO O| Dec 21 00:11:32.834 INFO STEP 269 (remove_files) COMPLETE |
5138 | 2024-12-21T00:11:32.899Z | [ recovery-image] Dec 21 00:11:32.834 INFO O| Dec 21 00:11:32.834 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5139 | 2024-12-21T00:11:32.926Z | [ recovery-image] Dec 21 00:11:32.862 INFO O| Dec 21 00:11:32.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5140 | 2024-12-21T00:11:32.938Z | [ recovery-image] Dec 21 00:11:32.875 INFO O| Dec 21 00:11:32.875 INFO STEP 270 (remove_files) COMPLETE |
5141 | 2024-12-21T00:11:32.938Z | [ recovery-image] Dec 21 00:11:32.875 INFO O| Dec 21 00:11:32.875 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5142 | 2024-12-21T00:11:32.971Z | [ recovery-image] Dec 21 00:11:32.908 INFO O| Dec 21 00:11:32.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5143 | 2024-12-21T00:11:32.972Z | [ recovery-image] Dec 21 00:11:32.908 INFO O| Dec 21 00:11:32.908 INFO STEP 271 (remove_files) COMPLETE |
5144 | 2024-12-21T00:11:32.972Z | [ recovery-image] Dec 21 00:11:32.908 INFO O| Dec 21 00:11:32.908 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5145 | 2024-12-21T00:11:32.996Z | [ recovery-image] Dec 21 00:11:32.932 INFO O| Dec 21 00:11:32.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5146 | 2024-12-21T00:11:32.996Z | [ recovery-image] Dec 21 00:11:32.932 INFO O| Dec 21 00:11:32.932 INFO STEP 272 (remove_files) COMPLETE |
5147 | 2024-12-21T00:11:33.000Z | [ recovery-image] Dec 21 00:11:32.932 INFO O| Dec 21 00:11:32.932 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5148 | 2024-12-21T00:11:33.019Z | [ recovery-image] Dec 21 00:11:32.955 INFO O| Dec 21 00:11:32.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5149 | 2024-12-21T00:11:33.019Z | [ recovery-image] Dec 21 00:11:32.955 INFO O| Dec 21 00:11:32.955 INFO STEP 273 (remove_files) COMPLETE |
5150 | 2024-12-21T00:11:33.019Z | [ recovery-image] Dec 21 00:11:32.955 INFO O| Dec 21 00:11:32.955 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5151 | 2024-12-21T00:11:33.038Z | [ host-image] Dec 21 00:11:32.974 INFO O| Dec 21 00:11:32.974 INFO O| Actions: Completed 1361 actions in 0.68 seconds. |
5152 | 2024-12-21T00:11:33.041Z | [ recovery-image] Dec 21 00:11:32.975 INFO O| Dec 21 00:11:32.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5153 | 2024-12-21T00:11:33.041Z | [ recovery-image] Dec 21 00:11:32.975 INFO O| Dec 21 00:11:32.975 INFO STEP 274 (remove_files) COMPLETE |
5154 | 2024-12-21T00:11:33.041Z | [ recovery-image] Dec 21 00:11:32.975 INFO O| Dec 21 00:11:32.975 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5155 | 2024-12-21T00:11:33.061Z | [ recovery-image] Dec 21 00:11:32.997 INFO O| Dec 21 00:11:32.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5156 | 2024-12-21T00:11:33.061Z | [ recovery-image] Dec 21 00:11:32.997 INFO O| Dec 21 00:11:32.997 INFO STEP 275 (remove_files) COMPLETE |
5157 | 2024-12-21T00:11:33.061Z | [ recovery-image] Dec 21 00:11:32.997 INFO O| Dec 21 00:11:32.997 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5158 | 2024-12-21T00:11:33.094Z | [ recovery-image] Dec 21 00:11:33.030 INFO O| Dec 21 00:11:33.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5159 | 2024-12-21T00:11:33.096Z | [ recovery-image] Dec 21 00:11:33.030 INFO O| Dec 21 00:11:33.030 INFO STEP 276 (remove_files) COMPLETE |
5160 | 2024-12-21T00:11:33.096Z | [ recovery-image] Dec 21 00:11:33.030 INFO O| Dec 21 00:11:33.030 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5161 | 2024-12-21T00:11:33.175Z | [ recovery-image] Dec 21 00:11:33.111 INFO O| Dec 21 00:11:33.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5162 | 2024-12-21T00:11:33.175Z | [ recovery-image] Dec 21 00:11:33.111 INFO O| Dec 21 00:11:33.111 INFO STEP 277 (remove_files) COMPLETE |
5163 | 2024-12-21T00:11:33.178Z | [ recovery-image] Dec 21 00:11:33.111 INFO O| Dec 21 00:11:33.111 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5164 | 2024-12-21T00:11:33.227Z | [ recovery-image] Dec 21 00:11:33.163 INFO O| Dec 21 00:11:33.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5165 | 2024-12-21T00:11:33.227Z | [ recovery-image] Dec 21 00:11:33.164 INFO O| Dec 21 00:11:33.164 INFO STEP 278 (remove_files) COMPLETE |
5166 | 2024-12-21T00:11:33.234Z | [ recovery-image] Dec 21 00:11:33.164 INFO O| Dec 21 00:11:33.164 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5167 | 2024-12-21T00:11:33.248Z | [ recovery-image] Dec 21 00:11:33.185 INFO O| Dec 21 00:11:33.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5168 | 2024-12-21T00:11:33.248Z | [ recovery-image] Dec 21 00:11:33.185 INFO O| Dec 21 00:11:33.185 INFO STEP 279 (remove_files) COMPLETE |
5169 | 2024-12-21T00:11:33.248Z | [ recovery-image] Dec 21 00:11:33.185 INFO O| Dec 21 00:11:33.185 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5170 | 2024-12-21T00:11:33.270Z | [ recovery-image] Dec 21 00:11:33.207 INFO O| Dec 21 00:11:33.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5171 | 2024-12-21T00:11:33.270Z | [ recovery-image] Dec 21 00:11:33.207 INFO O| Dec 21 00:11:33.207 INFO STEP 280 (remove_files) COMPLETE |
5172 | 2024-12-21T00:11:33.270Z | [ recovery-image] Dec 21 00:11:33.207 INFO O| Dec 21 00:11:33.207 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5173 | 2024-12-21T00:11:33.297Z | [ recovery-image] Dec 21 00:11:33.234 INFO O| Dec 21 00:11:33.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5174 | 2024-12-21T00:11:33.300Z | [ recovery-image] Dec 21 00:11:33.234 INFO O| Dec 21 00:11:33.234 INFO STEP 281 (remove_files) COMPLETE |
5175 | 2024-12-21T00:11:33.302Z | [ recovery-image] Dec 21 00:11:33.234 INFO O| Dec 21 00:11:33.234 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5176 | 2024-12-21T00:11:33.319Z | [ recovery-image] Dec 21 00:11:33.255 INFO O| Dec 21 00:11:33.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5177 | 2024-12-21T00:11:33.322Z | [ recovery-image] Dec 21 00:11:33.256 INFO O| Dec 21 00:11:33.256 INFO STEP 282 (remove_files) COMPLETE |
5178 | 2024-12-21T00:11:33.322Z | [ recovery-image] Dec 21 00:11:33.256 INFO O| Dec 21 00:11:33.256 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5179 | 2024-12-21T00:11:33.366Z | [ recovery-image] Dec 21 00:11:33.303 INFO O| Dec 21 00:11:33.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5180 | 2024-12-21T00:11:33.375Z | [ recovery-image] Dec 21 00:11:33.303 INFO O| Dec 21 00:11:33.303 INFO STEP 283 (remove_files) COMPLETE |
5181 | 2024-12-21T00:11:33.375Z | [ recovery-image] Dec 21 00:11:33.303 INFO O| Dec 21 00:11:33.303 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5182 | 2024-12-21T00:11:33.394Z | [ recovery-image] Dec 21 00:11:33.328 INFO O| Dec 21 00:11:33.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5183 | 2024-12-21T00:11:33.394Z | [ recovery-image] Dec 21 00:11:33.328 INFO O| Dec 21 00:11:33.328 INFO STEP 284 (remove_files) COMPLETE |
5184 | 2024-12-21T00:11:33.394Z | [ recovery-image] Dec 21 00:11:33.328 INFO O| Dec 21 00:11:33.328 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5185 | 2024-12-21T00:11:33.416Z | [ recovery-image] Dec 21 00:11:33.352 INFO O| Dec 21 00:11:33.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5186 | 2024-12-21T00:11:33.439Z | [ recovery-image] Dec 21 00:11:33.353 INFO O| Dec 21 00:11:33.352 INFO STEP 285 (remove_files) COMPLETE |
5187 | 2024-12-21T00:11:33.440Z | [ recovery-image] Dec 21 00:11:33.353 INFO O| Dec 21 00:11:33.353 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5188 | 2024-12-21T00:11:33.489Z | [ recovery-image] Dec 21 00:11:33.425 INFO O| Dec 21 00:11:33.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5189 | 2024-12-21T00:11:33.491Z | [ recovery-image] Dec 21 00:11:33.425 INFO O| Dec 21 00:11:33.425 INFO STEP 286 (remove_files) COMPLETE |
5190 | 2024-12-21T00:11:33.492Z | [ recovery-image] Dec 21 00:11:33.425 INFO O| Dec 21 00:11:33.425 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5191 | 2024-12-21T00:11:33.515Z | [ recovery-image] Dec 21 00:11:33.451 INFO O| Dec 21 00:11:33.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5192 | 2024-12-21T00:11:33.517Z | [ recovery-image] Dec 21 00:11:33.451 INFO O| Dec 21 00:11:33.451 INFO STEP 287 (remove_files) COMPLETE |
5193 | 2024-12-21T00:11:33.517Z | [ recovery-image] Dec 21 00:11:33.451 INFO O| Dec 21 00:11:33.451 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5194 | 2024-12-21T00:11:33.552Z | [ recovery-image] Dec 21 00:11:33.488 INFO O| Dec 21 00:11:33.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5195 | 2024-12-21T00:11:33.555Z | [ recovery-image] Dec 21 00:11:33.488 INFO O| Dec 21 00:11:33.488 INFO STEP 288 (remove_files) COMPLETE |
5196 | 2024-12-21T00:11:33.555Z | [ recovery-image] Dec 21 00:11:33.489 INFO O| Dec 21 00:11:33.488 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5197 | 2024-12-21T00:11:33.575Z | [ recovery-image] Dec 21 00:11:33.511 INFO O| Dec 21 00:11:33.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5198 | 2024-12-21T00:11:33.577Z | [ recovery-image] Dec 21 00:11:33.512 INFO O| Dec 21 00:11:33.511 INFO STEP 289 (remove_files) COMPLETE |
5199 | 2024-12-21T00:11:33.577Z | [ recovery-image] Dec 21 00:11:33.512 INFO O| Dec 21 00:11:33.512 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5200 | 2024-12-21T00:11:33.605Z | [ recovery-image] Dec 21 00:11:33.541 INFO O| Dec 21 00:11:33.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5201 | 2024-12-21T00:11:33.605Z | [ recovery-image] Dec 21 00:11:33.541 INFO O| Dec 21 00:11:33.541 INFO STEP 290 (remove_files) COMPLETE |
5202 | 2024-12-21T00:11:33.605Z | [ recovery-image] Dec 21 00:11:33.541 INFO O| Dec 21 00:11:33.541 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5203 | 2024-12-21T00:11:33.665Z | [ recovery-image] Dec 21 00:11:33.601 INFO O| Dec 21 00:11:33.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5204 | 2024-12-21T00:11:33.665Z | [ recovery-image] Dec 21 00:11:33.601 INFO O| Dec 21 00:11:33.601 INFO STEP 291 (remove_files) COMPLETE |
5205 | 2024-12-21T00:11:33.667Z | [ recovery-image] Dec 21 00:11:33.601 INFO O| Dec 21 00:11:33.601 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5206 | 2024-12-21T00:11:33.678Z | [ host-image] Dec 21 00:11:33.614 INFO O| Dec 21 00:11:33.614 INFO O| Done |
5207 | 2024-12-21T00:11:33.679Z | [ host-image] Dec 21 00:11:33.614 INFO O| Dec 21 00:11:33.614 INFO O| Done |
5208 | 2024-12-21T00:11:33.687Z | [ recovery-image] Dec 21 00:11:33.624 INFO O| Dec 21 00:11:33.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5209 | 2024-12-21T00:11:33.687Z | [ recovery-image] Dec 21 00:11:33.624 INFO O| Dec 21 00:11:33.624 INFO STEP 292 (remove_files) COMPLETE |
5210 | 2024-12-21T00:11:33.690Z | [ recovery-image] Dec 21 00:11:33.624 INFO O| Dec 21 00:11:33.624 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5211 | 2024-12-21T00:11:33.718Z | [ recovery-image] Dec 21 00:11:33.654 INFO O| Dec 21 00:11:33.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5212 | 2024-12-21T00:11:33.719Z | [ recovery-image] Dec 21 00:11:33.654 INFO O| Dec 21 00:11:33.654 INFO STEP 293 (remove_files) COMPLETE |
5213 | 2024-12-21T00:11:33.721Z | [ recovery-image] Dec 21 00:11:33.654 INFO O| Dec 21 00:11:33.654 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5214 | 2024-12-21T00:11:33.742Z | [ recovery-image] Dec 21 00:11:33.678 INFO O| Dec 21 00:11:33.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5215 | 2024-12-21T00:11:33.742Z | [ recovery-image] Dec 21 00:11:33.679 INFO O| Dec 21 00:11:33.678 INFO STEP 294 (remove_files) COMPLETE |
5216 | 2024-12-21T00:11:33.745Z | [ recovery-image] Dec 21 00:11:33.679 INFO O| Dec 21 00:11:33.679 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5217 | 2024-12-21T00:11:33.766Z | [ recovery-image] Dec 21 00:11:33.703 INFO O| Dec 21 00:11:33.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5218 | 2024-12-21T00:11:33.766Z | [ recovery-image] Dec 21 00:11:33.703 INFO O| Dec 21 00:11:33.703 INFO STEP 295 (remove_files) COMPLETE |
5219 | 2024-12-21T00:11:33.769Z | [ recovery-image] Dec 21 00:11:33.703 INFO O| Dec 21 00:11:33.703 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5220 | 2024-12-21T00:11:33.791Z | [ recovery-image] Dec 21 00:11:33.727 INFO O| Dec 21 00:11:33.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5221 | 2024-12-21T00:11:33.791Z | [ recovery-image] Dec 21 00:11:33.727 INFO O| Dec 21 00:11:33.727 INFO STEP 296 (remove_files) COMPLETE |
5222 | 2024-12-21T00:11:33.791Z | [ recovery-image] Dec 21 00:11:33.727 INFO O| Dec 21 00:11:33.727 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5223 | 2024-12-21T00:11:33.814Z | [ recovery-image] Dec 21 00:11:33.751 INFO O| Dec 21 00:11:33.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5224 | 2024-12-21T00:11:33.814Z | [ recovery-image] Dec 21 00:11:33.751 INFO O| Dec 21 00:11:33.751 INFO STEP 297 (remove_files) COMPLETE |
5225 | 2024-12-21T00:11:33.814Z | [ recovery-image] Dec 21 00:11:33.751 INFO O| Dec 21 00:11:33.751 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5226 | 2024-12-21T00:11:33.845Z | [ recovery-image] Dec 21 00:11:33.781 INFO O| Dec 21 00:11:33.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5227 | 2024-12-21T00:11:33.858Z | [ recovery-image] Dec 21 00:11:33.782 INFO O| Dec 21 00:11:33.781 INFO STEP 298 (remove_files) COMPLETE |
5228 | 2024-12-21T00:11:33.858Z | [ recovery-image] Dec 21 00:11:33.782 INFO O| Dec 21 00:11:33.782 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5229 | 2024-12-21T00:11:33.870Z | [ recovery-image] Dec 21 00:11:33.806 INFO O| Dec 21 00:11:33.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5230 | 2024-12-21T00:11:33.870Z | [ recovery-image] Dec 21 00:11:33.806 INFO O| Dec 21 00:11:33.806 INFO STEP 299 (remove_files) COMPLETE |
5231 | 2024-12-21T00:11:33.871Z | [ recovery-image] Dec 21 00:11:33.806 INFO O| Dec 21 00:11:33.806 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5232 | 2024-12-21T00:11:33.892Z | [ recovery-image] Dec 21 00:11:33.828 INFO O| Dec 21 00:11:33.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5233 | 2024-12-21T00:11:33.892Z | [ recovery-image] Dec 21 00:11:33.828 INFO O| Dec 21 00:11:33.828 INFO STEP 300 (remove_files) COMPLETE |
5234 | 2024-12-21T00:11:33.892Z | [ recovery-image] Dec 21 00:11:33.828 INFO O| Dec 21 00:11:33.828 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5235 | 2024-12-21T00:11:33.914Z | [ recovery-image] Dec 21 00:11:33.850 INFO O| Dec 21 00:11:33.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5236 | 2024-12-21T00:11:33.914Z | [ recovery-image] Dec 21 00:11:33.851 INFO O| Dec 21 00:11:33.851 INFO STEP 301 (remove_files) COMPLETE |
5237 | 2024-12-21T00:11:33.914Z | [ recovery-image] Dec 21 00:11:33.851 INFO O| Dec 21 00:11:33.851 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5238 | 2024-12-21T00:11:33.959Z | [ recovery-image] Dec 21 00:11:33.895 INFO O| Dec 21 00:11:33.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5239 | 2024-12-21T00:11:33.959Z | [ recovery-image] Dec 21 00:11:33.895 INFO O| Dec 21 00:11:33.895 INFO STEP 302 (remove_files) COMPLETE |
5240 | 2024-12-21T00:11:33.959Z | [ recovery-image] Dec 21 00:11:33.896 INFO O| Dec 21 00:11:33.895 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5241 | 2024-12-21T00:11:34.011Z | [ recovery-image] Dec 21 00:11:33.948 INFO O| Dec 21 00:11:33.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5242 | 2024-12-21T00:11:34.011Z | [ recovery-image] Dec 21 00:11:33.948 INFO O| Dec 21 00:11:33.948 INFO STEP 303 (remove_files) COMPLETE |
5243 | 2024-12-21T00:11:34.011Z | [ recovery-image] Dec 21 00:11:33.948 INFO O| Dec 21 00:11:33.948 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5244 | 2024-12-21T00:11:34.032Z | [ recovery-image] Dec 21 00:11:33.968 INFO O| Dec 21 00:11:33.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5245 | 2024-12-21T00:11:34.032Z | [ recovery-image] Dec 21 00:11:33.968 INFO O| Dec 21 00:11:33.968 INFO STEP 304 (remove_files) COMPLETE |
5246 | 2024-12-21T00:11:34.032Z | [ recovery-image] Dec 21 00:11:33.968 INFO O| Dec 21 00:11:33.968 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5247 | 2024-12-21T00:11:34.052Z | [ recovery-image] Dec 21 00:11:33.988 INFO O| Dec 21 00:11:33.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5248 | 2024-12-21T00:11:34.052Z | [ recovery-image] Dec 21 00:11:33.988 INFO O| Dec 21 00:11:33.988 INFO STEP 305 (remove_files) COMPLETE |
5249 | 2024-12-21T00:11:34.052Z | [ recovery-image] Dec 21 00:11:33.988 INFO O| Dec 21 00:11:33.988 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5250 | 2024-12-21T00:11:34.084Z | [ recovery-image] Dec 21 00:11:34.020 INFO O| Dec 21 00:11:34.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5251 | 2024-12-21T00:11:34.087Z | [ recovery-image] Dec 21 00:11:34.021 INFO O| Dec 21 00:11:34.020 INFO STEP 306 (remove_files) COMPLETE |
5252 | 2024-12-21T00:11:34.087Z | [ recovery-image] Dec 21 00:11:34.021 INFO O| Dec 21 00:11:34.020 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5253 | 2024-12-21T00:11:34.110Z | [ recovery-image] Dec 21 00:11:34.046 INFO O| Dec 21 00:11:34.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5254 | 2024-12-21T00:11:34.110Z | [ recovery-image] Dec 21 00:11:34.046 INFO O| Dec 21 00:11:34.046 INFO STEP 307 (remove_files) COMPLETE |
5255 | 2024-12-21T00:11:34.110Z | [ recovery-image] Dec 21 00:11:34.046 INFO O| Dec 21 00:11:34.046 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5256 | 2024-12-21T00:11:34.149Z | [ recovery-image] Dec 21 00:11:34.086 INFO O| Dec 21 00:11:34.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5257 | 2024-12-21T00:11:34.152Z | [ recovery-image] Dec 21 00:11:34.086 INFO O| Dec 21 00:11:34.086 INFO STEP 308 (remove_files) COMPLETE |
5258 | 2024-12-21T00:11:34.152Z | [ recovery-image] Dec 21 00:11:34.086 INFO O| Dec 21 00:11:34.086 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5259 | 2024-12-21T00:11:34.173Z | [ recovery-image] Dec 21 00:11:34.109 INFO O| Dec 21 00:11:34.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5260 | 2024-12-21T00:11:34.176Z | [ recovery-image] Dec 21 00:11:34.109 INFO O| Dec 21 00:11:34.109 INFO STEP 309 (remove_files) COMPLETE |
5261 | 2024-12-21T00:11:34.176Z | [ recovery-image] Dec 21 00:11:34.110 INFO O| Dec 21 00:11:34.110 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5262 | 2024-12-21T00:11:34.215Z | [ recovery-image] Dec 21 00:11:34.151 INFO O| Dec 21 00:11:34.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5263 | 2024-12-21T00:11:34.215Z | [ recovery-image] Dec 21 00:11:34.151 INFO O| Dec 21 00:11:34.151 INFO STEP 310 (remove_files) COMPLETE |
5264 | 2024-12-21T00:11:34.215Z | [ recovery-image] Dec 21 00:11:34.151 INFO O| Dec 21 00:11:34.151 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5265 | 2024-12-21T00:11:34.247Z | [ recovery-image] Dec 21 00:11:34.184 INFO O| Dec 21 00:11:34.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5266 | 2024-12-21T00:11:34.247Z | [ recovery-image] Dec 21 00:11:34.184 INFO O| Dec 21 00:11:34.184 INFO STEP 311 (remove_files) COMPLETE |
5267 | 2024-12-21T00:11:34.247Z | [ recovery-image] Dec 21 00:11:34.184 INFO O| Dec 21 00:11:34.184 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5268 | 2024-12-21T00:11:34.284Z | [ recovery-image] Dec 21 00:11:34.220 INFO O| Dec 21 00:11:34.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5269 | 2024-12-21T00:11:34.284Z | [ recovery-image] Dec 21 00:11:34.220 INFO O| Dec 21 00:11:34.220 INFO STEP 312 (remove_files) COMPLETE |
5270 | 2024-12-21T00:11:34.284Z | [ recovery-image] Dec 21 00:11:34.220 INFO O| Dec 21 00:11:34.220 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5271 | 2024-12-21T00:11:34.345Z | [ recovery-image] Dec 21 00:11:34.282 INFO O| Dec 21 00:11:34.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5272 | 2024-12-21T00:11:34.345Z | [ recovery-image] Dec 21 00:11:34.282 INFO O| Dec 21 00:11:34.282 INFO STEP 313 (remove_files) COMPLETE |
5273 | 2024-12-21T00:11:34.345Z | [ recovery-image] Dec 21 00:11:34.282 INFO O| Dec 21 00:11:34.282 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2024-12-21T00:11:34.381Z | [ recovery-image] Dec 21 00:11:34.317 INFO O| Dec 21 00:11:34.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5275 | 2024-12-21T00:11:34.381Z | [ recovery-image] Dec 21 00:11:34.317 INFO O| Dec 21 00:11:34.317 INFO STEP 314 (remove_files) COMPLETE |
5276 | 2024-12-21T00:11:34.381Z | [ recovery-image] Dec 21 00:11:34.317 INFO O| Dec 21 00:11:34.317 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-12-21T00:11:34.406Z | [ recovery-image] Dec 21 00:11:34.342 INFO O| Dec 21 00:11:34.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5278 | 2024-12-21T00:11:34.408Z | [ recovery-image] Dec 21 00:11:34.342 INFO O| Dec 21 00:11:34.342 INFO STEP 315 (remove_files) COMPLETE |
5279 | 2024-12-21T00:11:34.408Z | [ recovery-image] Dec 21 00:11:34.343 INFO O| Dec 21 00:11:34.342 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5280 | 2024-12-21T00:11:34.429Z | [ recovery-image] Dec 21 00:11:34.366 INFO O| Dec 21 00:11:34.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5281 | 2024-12-21T00:11:34.432Z | [ recovery-image] Dec 21 00:11:34.366 INFO O| Dec 21 00:11:34.366 INFO STEP 316 (remove_files) COMPLETE |
5282 | 2024-12-21T00:11:34.432Z | [ recovery-image] Dec 21 00:11:34.366 INFO O| Dec 21 00:11:34.366 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5283 | 2024-12-21T00:11:34.452Z | [ recovery-image] Dec 21 00:11:34.389 INFO O| Dec 21 00:11:34.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5284 | 2024-12-21T00:11:34.452Z | [ recovery-image] Dec 21 00:11:34.389 INFO O| Dec 21 00:11:34.389 INFO STEP 317 (remove_files) COMPLETE |
5285 | 2024-12-21T00:11:34.456Z | [ recovery-image] Dec 21 00:11:34.389 INFO O| Dec 21 00:11:34.389 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5286 | 2024-12-21T00:11:34.476Z | [ recovery-image] Dec 21 00:11:34.412 INFO O| Dec 21 00:11:34.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5287 | 2024-12-21T00:11:34.476Z | [ recovery-image] Dec 21 00:11:34.412 INFO O| Dec 21 00:11:34.412 INFO STEP 318 (remove_files) COMPLETE |
5288 | 2024-12-21T00:11:34.478Z | [ recovery-image] Dec 21 00:11:34.412 INFO O| Dec 21 00:11:34.412 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5289 | 2024-12-21T00:11:34.496Z | [ recovery-image] Dec 21 00:11:34.433 INFO O| Dec 21 00:11:34.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5290 | 2024-12-21T00:11:34.499Z | [ recovery-image] Dec 21 00:11:34.433 INFO O| Dec 21 00:11:34.433 INFO STEP 319 (remove_files) COMPLETE |
5291 | 2024-12-21T00:11:34.499Z | [ recovery-image] Dec 21 00:11:34.433 INFO O| Dec 21 00:11:34.433 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5292 | 2024-12-21T00:11:34.519Z | [ recovery-image] Dec 21 00:11:34.456 INFO O| Dec 21 00:11:34.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5293 | 2024-12-21T00:11:34.522Z | [ recovery-image] Dec 21 00:11:34.456 INFO O| Dec 21 00:11:34.456 INFO STEP 320 (remove_files) COMPLETE |
5294 | 2024-12-21T00:11:34.522Z | [ recovery-image] Dec 21 00:11:34.457 INFO O| Dec 21 00:11:34.457 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5295 | 2024-12-21T00:11:34.544Z | [ recovery-image] Dec 21 00:11:34.480 INFO O| Dec 21 00:11:34.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5296 | 2024-12-21T00:11:34.547Z | [ recovery-image] Dec 21 00:11:34.480 INFO O| Dec 21 00:11:34.480 INFO STEP 321 (remove_files) COMPLETE |
5297 | 2024-12-21T00:11:34.547Z | [ recovery-image] Dec 21 00:11:34.481 INFO O| Dec 21 00:11:34.481 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5298 | 2024-12-21T00:11:34.573Z | [ recovery-image] Dec 21 00:11:34.509 INFO O| Dec 21 00:11:34.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5299 | 2024-12-21T00:11:34.576Z | [ recovery-image] Dec 21 00:11:34.509 INFO O| Dec 21 00:11:34.509 INFO STEP 322 (remove_files) COMPLETE |
5300 | 2024-12-21T00:11:34.576Z | [ recovery-image] Dec 21 00:11:34.510 INFO O| Dec 21 00:11:34.510 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5301 | 2024-12-21T00:11:34.623Z | [ recovery-image] Dec 21 00:11:34.560 INFO O| Dec 21 00:11:34.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5302 | 2024-12-21T00:11:34.647Z | [ recovery-image] Dec 21 00:11:34.584 INFO O| Dec 21 00:11:34.584 INFO STEP 323 (remove_files) COMPLETE |
5303 | 2024-12-21T00:11:34.647Z | [ recovery-image] Dec 21 00:11:34.584 INFO O| Dec 21 00:11:34.584 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5304 | 2024-12-21T00:11:34.706Z | [ recovery-image] Dec 21 00:11:34.643 INFO O| Dec 21 00:11:34.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5305 | 2024-12-21T00:11:34.706Z | [ recovery-image] Dec 21 00:11:34.643 INFO O| Dec 21 00:11:34.643 INFO STEP 324 (remove_files) COMPLETE |
5306 | 2024-12-21T00:11:34.706Z | [ recovery-image] Dec 21 00:11:34.643 INFO O| Dec 21 00:11:34.643 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5307 | 2024-12-21T00:11:34.730Z | [ recovery-image] Dec 21 00:11:34.667 INFO O| Dec 21 00:11:34.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5308 | 2024-12-21T00:11:34.730Z | [ recovery-image] Dec 21 00:11:34.667 INFO O| Dec 21 00:11:34.667 INFO STEP 325 (remove_files) COMPLETE |
5309 | 2024-12-21T00:11:34.733Z | [ recovery-image] Dec 21 00:11:34.667 INFO O| Dec 21 00:11:34.667 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5310 | 2024-12-21T00:11:34.776Z | [ recovery-image] Dec 21 00:11:34.712 INFO O| Dec 21 00:11:34.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5311 | 2024-12-21T00:11:34.776Z | [ recovery-image] Dec 21 00:11:34.712 INFO O| Dec 21 00:11:34.712 INFO STEP 326 (remove_files) COMPLETE |
5312 | 2024-12-21T00:11:34.778Z | [ recovery-image] Dec 21 00:11:34.712 INFO O| Dec 21 00:11:34.712 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5313 | 2024-12-21T00:11:34.798Z | [ recovery-image] Dec 21 00:11:34.735 INFO O| Dec 21 00:11:34.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5314 | 2024-12-21T00:11:34.798Z | [ recovery-image] Dec 21 00:11:34.735 INFO O| Dec 21 00:11:34.735 INFO STEP 327 (remove_files) COMPLETE |
5315 | 2024-12-21T00:11:34.798Z | [ recovery-image] Dec 21 00:11:34.735 INFO O| Dec 21 00:11:34.735 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5316 | 2024-12-21T00:11:34.824Z | [ recovery-image] Dec 21 00:11:34.760 INFO O| Dec 21 00:11:34.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5317 | 2024-12-21T00:11:34.824Z | [ recovery-image] Dec 21 00:11:34.760 INFO O| Dec 21 00:11:34.760 INFO STEP 328 (remove_files) COMPLETE |
5318 | 2024-12-21T00:11:34.827Z | [ recovery-image] Dec 21 00:11:34.760 INFO O| Dec 21 00:11:34.760 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5319 | 2024-12-21T00:11:34.846Z | [ recovery-image] Dec 21 00:11:34.782 INFO O| Dec 21 00:11:34.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5320 | 2024-12-21T00:11:34.846Z | [ recovery-image] Dec 21 00:11:34.782 INFO O| Dec 21 00:11:34.782 INFO STEP 329 (remove_files) COMPLETE |
5321 | 2024-12-21T00:11:34.846Z | [ recovery-image] Dec 21 00:11:34.782 INFO O| Dec 21 00:11:34.782 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5322 | 2024-12-21T00:11:34.882Z | [ recovery-image] Dec 21 00:11:34.818 INFO O| Dec 21 00:11:34.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5323 | 2024-12-21T00:11:34.885Z | [ recovery-image] Dec 21 00:11:34.819 INFO O| Dec 21 00:11:34.819 INFO STEP 330 (remove_files) COMPLETE |
5324 | 2024-12-21T00:11:34.885Z | [ recovery-image] Dec 21 00:11:34.819 INFO O| Dec 21 00:11:34.819 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5325 | 2024-12-21T00:11:34.898Z | [ host-image] Dec 21 00:11:34.835 INFO O| Dec 21 00:11:34.835 INFO O| Done |
5326 | 2024-12-21T00:11:34.905Z | [ recovery-image] Dec 21 00:11:34.841 INFO O| Dec 21 00:11:34.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5327 | 2024-12-21T00:11:34.905Z | [ recovery-image] Dec 21 00:11:34.842 INFO O| Dec 21 00:11:34.842 INFO STEP 331 (remove_files) COMPLETE |
5328 | 2024-12-21T00:11:34.907Z | [ recovery-image] Dec 21 00:11:34.842 INFO O| Dec 21 00:11:34.842 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5329 | 2024-12-21T00:11:34.939Z | [ recovery-image] Dec 21 00:11:34.875 INFO O| Dec 21 00:11:34.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5330 | 2024-12-21T00:11:34.963Z | [ recovery-image] Dec 21 00:11:34.899 INFO O| Dec 21 00:11:34.899 INFO STEP 332 (remove_files) COMPLETE |
5331 | 2024-12-21T00:11:34.963Z | [ recovery-image] Dec 21 00:11:34.899 INFO O| Dec 21 00:11:34.899 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5332 | 2024-12-21T00:11:35.031Z | [ recovery-image] Dec 21 00:11:34.967 INFO O| Dec 21 00:11:34.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5333 | 2024-12-21T00:11:35.031Z | [ recovery-image] Dec 21 00:11:34.967 INFO O| Dec 21 00:11:34.967 INFO STEP 333 (remove_files) COMPLETE |
5334 | 2024-12-21T00:11:35.034Z | [ recovery-image] Dec 21 00:11:34.967 INFO O| Dec 21 00:11:34.967 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5335 | 2024-12-21T00:11:35.055Z | [ recovery-image] Dec 21 00:11:34.991 INFO O| Dec 21 00:11:34.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5336 | 2024-12-21T00:11:35.055Z | [ recovery-image] Dec 21 00:11:34.991 INFO O| Dec 21 00:11:34.991 INFO STEP 334 (remove_files) COMPLETE |
5337 | 2024-12-21T00:11:35.056Z | [ recovery-image] Dec 21 00:11:34.991 INFO O| Dec 21 00:11:34.991 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5338 | 2024-12-21T00:11:35.091Z | [ recovery-image] Dec 21 00:11:35.027 INFO O| Dec 21 00:11:35.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5339 | 2024-12-21T00:11:35.091Z | [ recovery-image] Dec 21 00:11:35.027 INFO O| Dec 21 00:11:35.027 INFO STEP 335 (remove_files) COMPLETE |
5340 | 2024-12-21T00:11:35.091Z | [ recovery-image] Dec 21 00:11:35.027 INFO O| Dec 21 00:11:35.027 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5341 | 2024-12-21T00:11:35.136Z | [ recovery-image] Dec 21 00:11:35.071 INFO O| Dec 21 00:11:35.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5342 | 2024-12-21T00:11:35.136Z | [ recovery-image] Dec 21 00:11:35.071 INFO O| Dec 21 00:11:35.071 INFO STEP 336 (remove_files) COMPLETE |
5343 | 2024-12-21T00:11:35.138Z | [ recovery-image] Dec 21 00:11:35.072 INFO O| Dec 21 00:11:35.071 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5344 | 2024-12-21T00:11:35.161Z | [ recovery-image] Dec 21 00:11:35.096 INFO O| Dec 21 00:11:35.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5345 | 2024-12-21T00:11:35.161Z | [ recovery-image] Dec 21 00:11:35.096 INFO O| Dec 21 00:11:35.096 INFO STEP 337 (remove_files) COMPLETE |
5346 | 2024-12-21T00:11:35.161Z | [ recovery-image] Dec 21 00:11:35.096 INFO O| Dec 21 00:11:35.096 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5347 | 2024-12-21T00:11:35.186Z | [ recovery-image] Dec 21 00:11:35.121 INFO O| Dec 21 00:11:35.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5348 | 2024-12-21T00:11:35.188Z | [ recovery-image] Dec 21 00:11:35.121 INFO O| Dec 21 00:11:35.121 INFO STEP 338 (remove_files) COMPLETE |
5349 | 2024-12-21T00:11:35.188Z | [ recovery-image] Dec 21 00:11:35.121 INFO O| Dec 21 00:11:35.121 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5350 | 2024-12-21T00:11:35.218Z | [ recovery-image] Dec 21 00:11:35.155 INFO O| Dec 21 00:11:35.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5351 | 2024-12-21T00:11:35.218Z | [ recovery-image] Dec 21 00:11:35.155 INFO O| Dec 21 00:11:35.155 INFO STEP 339 (remove_files) COMPLETE |
5352 | 2024-12-21T00:11:35.218Z | [ recovery-image] Dec 21 00:11:35.155 INFO O| Dec 21 00:11:35.155 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5353 | 2024-12-21T00:11:35.254Z | [ recovery-image] Dec 21 00:11:35.191 INFO O| Dec 21 00:11:35.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5354 | 2024-12-21T00:11:35.254Z | [ recovery-image] Dec 21 00:11:35.191 INFO O| Dec 21 00:11:35.191 INFO STEP 340 (remove_files) COMPLETE |
5355 | 2024-12-21T00:11:35.254Z | [ recovery-image] Dec 21 00:11:35.191 INFO O| Dec 21 00:11:35.191 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5356 | 2024-12-21T00:11:35.276Z | [ recovery-image] Dec 21 00:11:35.212 INFO O| Dec 21 00:11:35.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5357 | 2024-12-21T00:11:35.276Z | [ recovery-image] Dec 21 00:11:35.212 INFO O| Dec 21 00:11:35.212 INFO STEP 341 (remove_files) COMPLETE |
5358 | 2024-12-21T00:11:35.278Z | [ recovery-image] Dec 21 00:11:35.212 INFO O| Dec 21 00:11:35.212 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5359 | 2024-12-21T00:11:35.321Z | [ recovery-image] Dec 21 00:11:35.258 INFO O| Dec 21 00:11:35.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5360 | 2024-12-21T00:11:35.323Z | [ recovery-image] Dec 21 00:11:35.258 INFO O| Dec 21 00:11:35.258 INFO STEP 342 (remove_files) COMPLETE |
5361 | 2024-12-21T00:11:35.323Z | [ recovery-image] Dec 21 00:11:35.258 INFO O| Dec 21 00:11:35.258 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5362 | 2024-12-21T00:11:35.342Z | [ recovery-image] Dec 21 00:11:35.279 INFO O| Dec 21 00:11:35.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5363 | 2024-12-21T00:11:35.342Z | [ recovery-image] Dec 21 00:11:35.279 INFO O| Dec 21 00:11:35.279 INFO STEP 343 (remove_files) COMPLETE |
5364 | 2024-12-21T00:11:35.344Z | [ recovery-image] Dec 21 00:11:35.279 INFO O| Dec 21 00:11:35.279 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5365 | 2024-12-21T00:11:35.375Z | [ recovery-image] Dec 21 00:11:35.311 INFO O| Dec 21 00:11:35.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5366 | 2024-12-21T00:11:35.375Z | [ recovery-image] Dec 21 00:11:35.311 INFO O| Dec 21 00:11:35.311 INFO STEP 344 (remove_files) COMPLETE |
5367 | 2024-12-21T00:11:35.375Z | [ recovery-image] Dec 21 00:11:35.311 INFO O| Dec 21 00:11:35.311 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5368 | 2024-12-21T00:11:35.400Z | [ recovery-image] Dec 21 00:11:35.337 INFO O| Dec 21 00:11:35.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5369 | 2024-12-21T00:11:35.400Z | [ recovery-image] Dec 21 00:11:35.337 INFO O| Dec 21 00:11:35.337 INFO STEP 345 (remove_files) COMPLETE |
5370 | 2024-12-21T00:11:35.403Z | [ recovery-image] Dec 21 00:11:35.337 INFO O| Dec 21 00:11:35.337 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5371 | 2024-12-21T00:11:35.440Z | [ recovery-image] Dec 21 00:11:35.377 INFO O| Dec 21 00:11:35.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5372 | 2024-12-21T00:11:35.440Z | [ recovery-image] Dec 21 00:11:35.377 INFO O| Dec 21 00:11:35.377 INFO STEP 346 (remove_files) COMPLETE |
5373 | 2024-12-21T00:11:35.440Z | [ recovery-image] Dec 21 00:11:35.377 INFO O| Dec 21 00:11:35.377 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5374 | 2024-12-21T00:11:35.496Z | [ recovery-image] Dec 21 00:11:35.433 INFO O| Dec 21 00:11:35.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5375 | 2024-12-21T00:11:35.496Z | [ recovery-image] Dec 21 00:11:35.433 INFO O| Dec 21 00:11:35.433 INFO STEP 347 (remove_files) COMPLETE |
5376 | 2024-12-21T00:11:35.499Z | [ recovery-image] Dec 21 00:11:35.433 INFO O| Dec 21 00:11:35.433 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5377 | 2024-12-21T00:11:35.519Z | [ recovery-image] Dec 21 00:11:35.456 INFO O| Dec 21 00:11:35.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5378 | 2024-12-21T00:11:35.519Z | [ recovery-image] Dec 21 00:11:35.456 INFO O| Dec 21 00:11:35.456 INFO STEP 348 (remove_files) COMPLETE |
5379 | 2024-12-21T00:11:35.519Z | [ recovery-image] Dec 21 00:11:35.456 INFO O| Dec 21 00:11:35.456 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5380 | 2024-12-21T00:11:35.544Z | [ recovery-image] Dec 21 00:11:35.481 INFO O| Dec 21 00:11:35.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5381 | 2024-12-21T00:11:35.544Z | [ recovery-image] Dec 21 00:11:35.481 INFO O| Dec 21 00:11:35.481 INFO STEP 349 (remove_files) COMPLETE |
5382 | 2024-12-21T00:11:35.544Z | [ recovery-image] Dec 21 00:11:35.481 INFO O| Dec 21 00:11:35.481 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5383 | 2024-12-21T00:11:35.569Z | [ recovery-image] Dec 21 00:11:35.505 INFO O| Dec 21 00:11:35.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5384 | 2024-12-21T00:11:35.569Z | [ recovery-image] Dec 21 00:11:35.506 INFO O| Dec 21 00:11:35.505 INFO STEP 350 (remove_files) COMPLETE |
5385 | 2024-12-21T00:11:35.569Z | [ recovery-image] Dec 21 00:11:35.506 INFO O| Dec 21 00:11:35.506 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5386 | 2024-12-21T00:11:35.592Z | [ recovery-image] Dec 21 00:11:35.529 INFO O| Dec 21 00:11:35.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5387 | 2024-12-21T00:11:35.592Z | [ recovery-image] Dec 21 00:11:35.529 INFO O| Dec 21 00:11:35.529 INFO STEP 351 (remove_files) COMPLETE |
5388 | 2024-12-21T00:11:35.592Z | [ recovery-image] Dec 21 00:11:35.529 INFO O| Dec 21 00:11:35.529 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5389 | 2024-12-21T00:11:35.615Z | [ recovery-image] Dec 21 00:11:35.551 INFO O| Dec 21 00:11:35.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5390 | 2024-12-21T00:11:35.615Z | [ recovery-image] Dec 21 00:11:35.552 INFO O| Dec 21 00:11:35.551 INFO STEP 352 (remove_files) COMPLETE |
5391 | 2024-12-21T00:11:35.615Z | [ recovery-image] Dec 21 00:11:35.552 INFO O| Dec 21 00:11:35.552 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5392 | 2024-12-21T00:11:35.640Z | [ recovery-image] Dec 21 00:11:35.576 INFO O| Dec 21 00:11:35.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5393 | 2024-12-21T00:11:35.640Z | [ recovery-image] Dec 21 00:11:35.577 INFO O| Dec 21 00:11:35.576 INFO STEP 353 (remove_files) COMPLETE |
5394 | 2024-12-21T00:11:35.640Z | [ recovery-image] Dec 21 00:11:35.577 INFO O| Dec 21 00:11:35.577 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5395 | 2024-12-21T00:11:35.697Z | [ recovery-image] Dec 21 00:11:35.634 INFO O| Dec 21 00:11:35.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5396 | 2024-12-21T00:11:35.700Z | [ recovery-image] Dec 21 00:11:35.634 INFO O| Dec 21 00:11:35.634 INFO STEP 354 (remove_files) COMPLETE |
5397 | 2024-12-21T00:11:35.700Z | [ recovery-image] Dec 21 00:11:35.634 INFO O| Dec 21 00:11:35.634 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5398 | 2024-12-21T00:11:35.725Z | [ recovery-image] Dec 21 00:11:35.658 INFO O| Dec 21 00:11:35.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5399 | 2024-12-21T00:11:35.728Z | [ recovery-image] Dec 21 00:11:35.658 INFO O| Dec 21 00:11:35.658 INFO STEP 355 (remove_files) COMPLETE |
5400 | 2024-12-21T00:11:35.728Z | [ recovery-image] Dec 21 00:11:35.659 INFO O| Dec 21 00:11:35.658 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5401 | 2024-12-21T00:11:35.765Z | [ recovery-image] Dec 21 00:11:35.701 INFO O| Dec 21 00:11:35.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5402 | 2024-12-21T00:11:35.769Z | [ recovery-image] Dec 21 00:11:35.702 INFO O| Dec 21 00:11:35.702 INFO STEP 356 (remove_files) COMPLETE |
5403 | 2024-12-21T00:11:35.769Z | [ recovery-image] Dec 21 00:11:35.702 INFO O| Dec 21 00:11:35.702 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5404 | 2024-12-21T00:11:35.790Z | [ recovery-image] Dec 21 00:11:35.724 INFO O| Dec 21 00:11:35.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5405 | 2024-12-21T00:11:35.793Z | [ recovery-image] Dec 21 00:11:35.725 INFO O| Dec 21 00:11:35.725 INFO STEP 357 (remove_files) COMPLETE |
5406 | 2024-12-21T00:11:35.793Z | [ recovery-image] Dec 21 00:11:35.725 INFO O| Dec 21 00:11:35.725 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5407 | 2024-12-21T00:11:35.811Z | [ recovery-image] Dec 21 00:11:35.748 INFO O| Dec 21 00:11:35.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5408 | 2024-12-21T00:11:35.815Z | [ recovery-image] Dec 21 00:11:35.748 INFO O| Dec 21 00:11:35.748 INFO STEP 358 (remove_files) COMPLETE |
5409 | 2024-12-21T00:11:35.815Z | [ recovery-image] Dec 21 00:11:35.748 INFO O| Dec 21 00:11:35.748 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5410 | 2024-12-21T00:11:35.836Z | [ recovery-image] Dec 21 00:11:35.772 INFO O| Dec 21 00:11:35.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5411 | 2024-12-21T00:11:35.838Z | [ recovery-image] Dec 21 00:11:35.773 INFO O| Dec 21 00:11:35.772 INFO STEP 359 (remove_files) COMPLETE |
5412 | 2024-12-21T00:11:35.839Z | [ recovery-image] Dec 21 00:11:35.773 INFO O| Dec 21 00:11:35.773 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5413 | 2024-12-21T00:11:35.867Z | [ recovery-image] Dec 21 00:11:35.803 INFO O| Dec 21 00:11:35.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5414 | 2024-12-21T00:11:35.867Z | [ recovery-image] Dec 21 00:11:35.803 INFO O| Dec 21 00:11:35.803 INFO STEP 360 (remove_files) COMPLETE |
5415 | 2024-12-21T00:11:35.867Z | [ recovery-image] Dec 21 00:11:35.803 INFO O| Dec 21 00:11:35.803 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5416 | 2024-12-21T00:11:35.904Z | [ recovery-image] Dec 21 00:11:35.841 INFO O| Dec 21 00:11:35.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5417 | 2024-12-21T00:11:35.904Z | [ recovery-image] Dec 21 00:11:35.841 INFO O| Dec 21 00:11:35.841 INFO STEP 361 (remove_files) COMPLETE |
5418 | 2024-12-21T00:11:35.907Z | [ recovery-image] Dec 21 00:11:35.841 INFO O| Dec 21 00:11:35.841 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5419 | 2024-12-21T00:11:35.929Z | [ recovery-image] Dec 21 00:11:35.866 INFO O| Dec 21 00:11:35.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5420 | 2024-12-21T00:11:35.929Z | [ recovery-image] Dec 21 00:11:35.866 INFO O| Dec 21 00:11:35.866 INFO STEP 362 (remove_files) COMPLETE |
5421 | 2024-12-21T00:11:35.929Z | [ recovery-image] Dec 21 00:11:35.866 INFO O| Dec 21 00:11:35.866 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5422 | 2024-12-21T00:11:35.988Z | [ recovery-image] Dec 21 00:11:35.925 INFO O| Dec 21 00:11:35.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5423 | 2024-12-21T00:11:35.988Z | [ recovery-image] Dec 21 00:11:35.925 INFO O| Dec 21 00:11:35.925 INFO STEP 363 (remove_files) COMPLETE |
5424 | 2024-12-21T00:11:35.988Z | [ recovery-image] Dec 21 00:11:35.925 INFO O| Dec 21 00:11:35.925 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5425 | 2024-12-21T00:11:36.012Z | [ recovery-image] Dec 21 00:11:35.948 INFO O| Dec 21 00:11:35.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5426 | 2024-12-21T00:11:36.012Z | [ recovery-image] Dec 21 00:11:35.949 INFO O| Dec 21 00:11:35.949 INFO STEP 364 (remove_files) COMPLETE |
5427 | 2024-12-21T00:11:36.012Z | [ recovery-image] Dec 21 00:11:35.949 INFO O| Dec 21 00:11:35.949 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5428 | 2024-12-21T00:11:36.062Z | [ recovery-image] Dec 21 00:11:35.997 INFO O| Dec 21 00:11:35.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5429 | 2024-12-21T00:11:36.062Z | [ recovery-image] Dec 21 00:11:35.997 INFO O| Dec 21 00:11:35.997 INFO STEP 365 (remove_files) COMPLETE |
5430 | 2024-12-21T00:11:36.062Z | [ recovery-image] Dec 21 00:11:35.997 INFO O| Dec 21 00:11:35.997 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5431 | 2024-12-21T00:11:36.084Z | [ recovery-image] Dec 21 00:11:36.021 INFO O| Dec 21 00:11:36.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5432 | 2024-12-21T00:11:36.084Z | [ recovery-image] Dec 21 00:11:36.021 INFO O| Dec 21 00:11:36.021 INFO STEP 366 (remove_files) COMPLETE |
5433 | 2024-12-21T00:11:36.084Z | [ recovery-image] Dec 21 00:11:36.021 INFO O| Dec 21 00:11:36.021 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5434 | 2024-12-21T00:11:36.125Z | [ recovery-image] Dec 21 00:11:36.062 INFO O| Dec 21 00:11:36.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5435 | 2024-12-21T00:11:36.127Z | [ recovery-image] Dec 21 00:11:36.062 INFO O| Dec 21 00:11:36.062 INFO STEP 367 (remove_files) COMPLETE |
5436 | 2024-12-21T00:11:36.128Z | [ recovery-image] Dec 21 00:11:36.062 INFO O| Dec 21 00:11:36.062 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5437 | 2024-12-21T00:11:36.181Z | [ recovery-image] Dec 21 00:11:36.118 INFO O| Dec 21 00:11:36.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5438 | 2024-12-21T00:11:36.181Z | [ recovery-image] Dec 21 00:11:36.118 INFO O| Dec 21 00:11:36.118 INFO STEP 368 (remove_files) COMPLETE |
5439 | 2024-12-21T00:11:36.181Z | [ recovery-image] Dec 21 00:11:36.118 INFO O| Dec 21 00:11:36.118 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5440 | 2024-12-21T00:11:36.208Z | [ recovery-image] Dec 21 00:11:36.144 INFO O| Dec 21 00:11:36.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5441 | 2024-12-21T00:11:36.209Z | [ recovery-image] Dec 21 00:11:36.144 INFO O| Dec 21 00:11:36.144 INFO STEP 369 (remove_files) COMPLETE |
5442 | 2024-12-21T00:11:36.209Z | [ recovery-image] Dec 21 00:11:36.144 INFO O| Dec 21 00:11:36.144 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5443 | 2024-12-21T00:11:36.246Z | [ recovery-image] Dec 21 00:11:36.182 INFO O| Dec 21 00:11:36.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5444 | 2024-12-21T00:11:36.246Z | [ recovery-image] Dec 21 00:11:36.182 INFO O| Dec 21 00:11:36.182 INFO STEP 370 (remove_files) COMPLETE |
5445 | 2024-12-21T00:11:36.246Z | [ recovery-image] Dec 21 00:11:36.182 INFO O| Dec 21 00:11:36.182 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5446 | 2024-12-21T00:11:36.267Z | [ recovery-image] Dec 21 00:11:36.203 INFO O| Dec 21 00:11:36.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5447 | 2024-12-21T00:11:36.267Z | [ recovery-image] Dec 21 00:11:36.203 INFO O| Dec 21 00:11:36.203 INFO STEP 371 (remove_files) COMPLETE |
5448 | 2024-12-21T00:11:36.267Z | [ recovery-image] Dec 21 00:11:36.203 INFO O| Dec 21 00:11:36.203 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5449 | 2024-12-21T00:11:36.306Z | [ recovery-image] Dec 21 00:11:36.242 INFO O| Dec 21 00:11:36.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5450 | 2024-12-21T00:11:36.306Z | [ recovery-image] Dec 21 00:11:36.242 INFO O| Dec 21 00:11:36.242 INFO STEP 372 (remove_files) COMPLETE |
5451 | 2024-12-21T00:11:36.306Z | [ recovery-image] Dec 21 00:11:36.242 INFO O| Dec 21 00:11:36.242 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5452 | 2024-12-21T00:11:36.342Z | [ recovery-image] Dec 21 00:11:36.278 INFO O| Dec 21 00:11:36.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5453 | 2024-12-21T00:11:36.342Z | [ recovery-image] Dec 21 00:11:36.278 INFO O| Dec 21 00:11:36.278 INFO STEP 373 (remove_files) COMPLETE |
5454 | 2024-12-21T00:11:36.342Z | [ recovery-image] Dec 21 00:11:36.278 INFO O| Dec 21 00:11:36.278 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5455 | 2024-12-21T00:11:36.426Z | [ recovery-image] Dec 21 00:11:36.363 INFO O| Dec 21 00:11:36.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5456 | 2024-12-21T00:11:36.426Z | [ recovery-image] Dec 21 00:11:36.363 INFO O| Dec 21 00:11:36.363 INFO STEP 374 (remove_files) COMPLETE |
5457 | 2024-12-21T00:11:36.429Z | [ recovery-image] Dec 21 00:11:36.363 INFO O| Dec 21 00:11:36.363 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5458 | 2024-12-21T00:11:36.513Z | [ recovery-image] Dec 21 00:11:36.450 INFO O| Dec 21 00:11:36.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5459 | 2024-12-21T00:11:36.519Z | [ recovery-image] Dec 21 00:11:36.456 INFO O| Dec 21 00:11:36.456 INFO STEP 375 (remove_files) COMPLETE |
5460 | 2024-12-21T00:11:36.519Z | [ recovery-image] Dec 21 00:11:36.456 INFO O| Dec 21 00:11:36.456 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5461 | 2024-12-21T00:11:36.557Z | [ recovery-image] Dec 21 00:11:36.494 INFO O| Dec 21 00:11:36.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5462 | 2024-12-21T00:11:36.557Z | [ recovery-image] Dec 21 00:11:36.494 INFO O| Dec 21 00:11:36.494 INFO STEP 376 (remove_files) COMPLETE |
5463 | 2024-12-21T00:11:36.557Z | [ recovery-image] Dec 21 00:11:36.494 INFO O| Dec 21 00:11:36.494 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5464 | 2024-12-21T00:11:36.604Z | [ recovery-image] Dec 21 00:11:36.540 INFO O| Dec 21 00:11:36.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5465 | 2024-12-21T00:11:36.607Z | [ recovery-image] Dec 21 00:11:36.540 INFO O| Dec 21 00:11:36.540 INFO STEP 377 (remove_files) COMPLETE |
5466 | 2024-12-21T00:11:36.607Z | [ recovery-image] Dec 21 00:11:36.540 INFO O| Dec 21 00:11:36.540 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5467 | 2024-12-21T00:11:36.658Z | [ recovery-image] Dec 21 00:11:36.595 INFO O| Dec 21 00:11:36.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5468 | 2024-12-21T00:11:36.661Z | [ recovery-image] Dec 21 00:11:36.595 INFO O| Dec 21 00:11:36.595 INFO STEP 378 (remove_files) COMPLETE |
5469 | 2024-12-21T00:11:36.661Z | [ recovery-image] Dec 21 00:11:36.595 INFO O| Dec 21 00:11:36.595 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5470 | 2024-12-21T00:11:36.688Z | [ recovery-image] Dec 21 00:11:36.624 INFO O| Dec 21 00:11:36.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5471 | 2024-12-21T00:11:36.688Z | [ recovery-image] Dec 21 00:11:36.624 INFO O| Dec 21 00:11:36.624 INFO STEP 379 (remove_files) COMPLETE |
5472 | 2024-12-21T00:11:36.691Z | [ recovery-image] Dec 21 00:11:36.624 INFO O| Dec 21 00:11:36.624 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5473 | 2024-12-21T00:11:36.714Z | [ recovery-image] Dec 21 00:11:36.651 INFO O| Dec 21 00:11:36.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5474 | 2024-12-21T00:11:36.714Z | [ recovery-image] Dec 21 00:11:36.651 INFO O| Dec 21 00:11:36.651 INFO STEP 380 (remove_files) COMPLETE |
5475 | 2024-12-21T00:11:36.717Z | [ recovery-image] Dec 21 00:11:36.651 INFO O| Dec 21 00:11:36.651 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5476 | 2024-12-21T00:11:36.743Z | [ recovery-image] Dec 21 00:11:36.679 INFO O| Dec 21 00:11:36.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5477 | 2024-12-21T00:11:36.743Z | [ recovery-image] Dec 21 00:11:36.680 INFO O| Dec 21 00:11:36.679 INFO STEP 381 (remove_files) COMPLETE |
5478 | 2024-12-21T00:11:36.743Z | [ recovery-image] Dec 21 00:11:36.680 INFO O| Dec 21 00:11:36.680 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5479 | 2024-12-21T00:11:36.788Z | [ recovery-image] Dec 21 00:11:36.724 INFO O| Dec 21 00:11:36.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5480 | 2024-12-21T00:11:36.788Z | [ recovery-image] Dec 21 00:11:36.724 INFO O| Dec 21 00:11:36.724 INFO STEP 382 (remove_files) COMPLETE |
5481 | 2024-12-21T00:11:36.788Z | [ recovery-image] Dec 21 00:11:36.724 INFO O| Dec 21 00:11:36.724 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5482 | 2024-12-21T00:11:36.823Z | [ recovery-image] Dec 21 00:11:36.760 INFO O| Dec 21 00:11:36.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5483 | 2024-12-21T00:11:36.831Z | [ recovery-image] Dec 21 00:11:36.761 INFO O| Dec 21 00:11:36.761 INFO STEP 383 (remove_files) COMPLETE |
5484 | 2024-12-21T00:11:36.831Z | [ recovery-image] Dec 21 00:11:36.761 INFO O| Dec 21 00:11:36.761 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5485 | 2024-12-21T00:11:36.878Z | [ recovery-image] Dec 21 00:11:36.815 INFO O| Dec 21 00:11:36.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5486 | 2024-12-21T00:11:36.881Z | [ recovery-image] Dec 21 00:11:36.815 INFO O| Dec 21 00:11:36.815 INFO STEP 384 (remove_files) COMPLETE |
5487 | 2024-12-21T00:11:36.882Z | [ recovery-image] Dec 21 00:11:36.815 INFO O| Dec 21 00:11:36.815 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5488 | 2024-12-21T00:11:36.902Z | [ recovery-image] Dec 21 00:11:36.839 INFO O| Dec 21 00:11:36.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5489 | 2024-12-21T00:11:36.904Z | [ recovery-image] Dec 21 00:11:36.839 INFO O| Dec 21 00:11:36.839 INFO STEP 385 (remove_files) COMPLETE |
5490 | 2024-12-21T00:11:36.905Z | [ recovery-image] Dec 21 00:11:36.839 INFO O| Dec 21 00:11:36.839 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5491 | 2024-12-21T00:11:36.926Z | [ recovery-image] Dec 21 00:11:36.863 INFO O| Dec 21 00:11:36.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5492 | 2024-12-21T00:11:36.926Z | [ recovery-image] Dec 21 00:11:36.863 INFO O| Dec 21 00:11:36.863 INFO STEP 386 (remove_files) COMPLETE |
5493 | 2024-12-21T00:11:36.929Z | [ recovery-image] Dec 21 00:11:36.863 INFO O| Dec 21 00:11:36.863 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5494 | 2024-12-21T00:11:36.963Z | [ recovery-image] Dec 21 00:11:36.900 INFO O| Dec 21 00:11:36.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5495 | 2024-12-21T00:11:36.966Z | [ recovery-image] Dec 21 00:11:36.900 INFO O| Dec 21 00:11:36.900 INFO STEP 387 (remove_files) COMPLETE |
5496 | 2024-12-21T00:11:36.966Z | [ recovery-image] Dec 21 00:11:36.900 INFO O| Dec 21 00:11:36.900 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5497 | 2024-12-21T00:11:36.989Z | [ recovery-image] Dec 21 00:11:36.925 INFO O| Dec 21 00:11:36.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5498 | 2024-12-21T00:11:36.991Z | [ recovery-image] Dec 21 00:11:36.926 INFO O| Dec 21 00:11:36.926 INFO STEP 388 (remove_files) COMPLETE |
5499 | 2024-12-21T00:11:36.991Z | [ recovery-image] Dec 21 00:11:36.926 INFO O| Dec 21 00:11:36.926 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5500 | 2024-12-21T00:11:37.019Z | [ recovery-image] Dec 21 00:11:36.955 INFO O| Dec 21 00:11:36.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5501 | 2024-12-21T00:11:37.022Z | [ recovery-image] Dec 21 00:11:36.956 INFO O| Dec 21 00:11:36.955 INFO STEP 389 (remove_files) COMPLETE |
5502 | 2024-12-21T00:11:37.022Z | [ recovery-image] Dec 21 00:11:36.956 INFO O| Dec 21 00:11:36.956 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5503 | 2024-12-21T00:11:37.041Z | [ recovery-image] Dec 21 00:11:36.978 INFO O| Dec 21 00:11:36.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5504 | 2024-12-21T00:11:37.044Z | [ recovery-image] Dec 21 00:11:36.978 INFO O| Dec 21 00:11:36.978 INFO STEP 390 (remove_files) COMPLETE |
5505 | 2024-12-21T00:11:37.044Z | [ recovery-image] Dec 21 00:11:36.978 INFO O| Dec 21 00:11:36.978 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5506 | 2024-12-21T00:11:37.063Z | [ recovery-image] Dec 21 00:11:37.000 INFO O| Dec 21 00:11:36.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5507 | 2024-12-21T00:11:37.063Z | [ recovery-image] Dec 21 00:11:37.000 INFO O| Dec 21 00:11:37.000 INFO STEP 391 (remove_files) COMPLETE |
5508 | 2024-12-21T00:11:37.063Z | [ recovery-image] Dec 21 00:11:37.000 INFO O| Dec 21 00:11:37.000 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5509 | 2024-12-21T00:11:37.090Z | [ recovery-image] Dec 21 00:11:37.027 INFO O| Dec 21 00:11:37.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5510 | 2024-12-21T00:11:37.090Z | [ recovery-image] Dec 21 00:11:37.027 INFO O| Dec 21 00:11:37.027 INFO STEP 392 (remove_files) COMPLETE |
5511 | 2024-12-21T00:11:37.090Z | [ recovery-image] Dec 21 00:11:37.027 INFO O| Dec 21 00:11:37.027 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5512 | 2024-12-21T00:11:37.114Z | [ recovery-image] Dec 21 00:11:37.051 INFO O| Dec 21 00:11:37.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5513 | 2024-12-21T00:11:37.114Z | [ recovery-image] Dec 21 00:11:37.051 INFO O| Dec 21 00:11:37.051 INFO STEP 393 (remove_files) COMPLETE |
5514 | 2024-12-21T00:11:37.114Z | [ recovery-image] Dec 21 00:11:37.051 INFO O| Dec 21 00:11:37.051 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5515 | 2024-12-21T00:11:37.155Z | [ recovery-image] Dec 21 00:11:37.092 INFO O| Dec 21 00:11:37.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5516 | 2024-12-21T00:11:37.159Z | [ recovery-image] Dec 21 00:11:37.092 INFO O| Dec 21 00:11:37.092 INFO STEP 394 (remove_files) COMPLETE |
5517 | 2024-12-21T00:11:37.159Z | [ recovery-image] Dec 21 00:11:37.092 INFO O| Dec 21 00:11:37.092 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5518 | 2024-12-21T00:11:37.217Z | [ recovery-image] Dec 21 00:11:37.154 INFO O| Dec 21 00:11:37.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5519 | 2024-12-21T00:11:37.217Z | [ recovery-image] Dec 21 00:11:37.154 INFO O| Dec 21 00:11:37.154 INFO STEP 395 (remove_files) COMPLETE |
5520 | 2024-12-21T00:11:37.217Z | [ recovery-image] Dec 21 00:11:37.154 INFO O| Dec 21 00:11:37.154 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5521 | 2024-12-21T00:11:37.250Z | [ recovery-image] Dec 21 00:11:37.185 INFO O| Dec 21 00:11:37.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5522 | 2024-12-21T00:11:37.250Z | [ recovery-image] Dec 21 00:11:37.186 INFO O| Dec 21 00:11:37.185 INFO STEP 396 (remove_files) COMPLETE |
5523 | 2024-12-21T00:11:37.250Z | [ recovery-image] Dec 21 00:11:37.186 INFO O| Dec 21 00:11:37.186 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5524 | 2024-12-21T00:11:37.288Z | [ recovery-image] Dec 21 00:11:37.225 INFO O| Dec 21 00:11:37.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5525 | 2024-12-21T00:11:37.288Z | [ recovery-image] Dec 21 00:11:37.225 INFO O| Dec 21 00:11:37.225 INFO STEP 397 (remove_files) COMPLETE |
5526 | 2024-12-21T00:11:37.288Z | [ recovery-image] Dec 21 00:11:37.225 INFO O| Dec 21 00:11:37.225 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5527 | 2024-12-21T00:11:37.312Z | [ recovery-image] Dec 21 00:11:37.249 INFO O| Dec 21 00:11:37.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5528 | 2024-12-21T00:11:37.315Z | [ recovery-image] Dec 21 00:11:37.250 INFO O| Dec 21 00:11:37.249 INFO STEP 398 (remove_files) COMPLETE |
5529 | 2024-12-21T00:11:37.315Z | [ recovery-image] Dec 21 00:11:37.250 INFO O| Dec 21 00:11:37.249 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5530 | 2024-12-21T00:11:37.336Z | [ recovery-image] Dec 21 00:11:37.273 INFO O| Dec 21 00:11:37.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5531 | 2024-12-21T00:11:37.336Z | [ recovery-image] Dec 21 00:11:37.274 INFO O| Dec 21 00:11:37.273 INFO STEP 399 (remove_files) COMPLETE |
5532 | 2024-12-21T00:11:37.336Z | [ recovery-image] Dec 21 00:11:37.274 INFO O| Dec 21 00:11:37.274 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5533 | 2024-12-21T00:11:37.362Z | [ recovery-image] Dec 21 00:11:37.299 INFO O| Dec 21 00:11:37.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5534 | 2024-12-21T00:11:37.362Z | [ recovery-image] Dec 21 00:11:37.299 INFO O| Dec 21 00:11:37.299 INFO STEP 400 (remove_files) COMPLETE |
5535 | 2024-12-21T00:11:37.362Z | [ recovery-image] Dec 21 00:11:37.299 INFO O| Dec 21 00:11:37.299 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5536 | 2024-12-21T00:11:37.402Z | [ recovery-image] Dec 21 00:11:37.339 INFO O| Dec 21 00:11:37.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5537 | 2024-12-21T00:11:37.403Z | [ recovery-image] Dec 21 00:11:37.339 INFO O| Dec 21 00:11:37.339 INFO STEP 401 (remove_files) COMPLETE |
5538 | 2024-12-21T00:11:37.403Z | [ recovery-image] Dec 21 00:11:37.339 INFO O| Dec 21 00:11:37.339 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5539 | 2024-12-21T00:11:37.440Z | [ recovery-image] Dec 21 00:11:37.377 INFO O| Dec 21 00:11:37.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5540 | 2024-12-21T00:11:37.440Z | [ recovery-image] Dec 21 00:11:37.377 INFO O| Dec 21 00:11:37.377 INFO STEP 402 (remove_files) COMPLETE |
5541 | 2024-12-21T00:11:37.444Z | [ recovery-image] Dec 21 00:11:37.377 INFO O| Dec 21 00:11:37.377 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5542 | 2024-12-21T00:11:37.466Z | [ recovery-image] Dec 21 00:11:37.403 INFO O| Dec 21 00:11:37.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5543 | 2024-12-21T00:11:37.466Z | [ recovery-image] Dec 21 00:11:37.403 INFO O| Dec 21 00:11:37.403 INFO STEP 403 (remove_files) COMPLETE |
5544 | 2024-12-21T00:11:37.466Z | [ recovery-image] Dec 21 00:11:37.403 INFO O| Dec 21 00:11:37.403 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5545 | 2024-12-21T00:11:37.504Z | [ recovery-image] Dec 21 00:11:37.441 INFO O| Dec 21 00:11:37.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5546 | 2024-12-21T00:11:37.506Z | [ recovery-image] Dec 21 00:11:37.441 INFO O| Dec 21 00:11:37.441 INFO STEP 404 (remove_files) COMPLETE |
5547 | 2024-12-21T00:11:37.506Z | [ recovery-image] Dec 21 00:11:37.441 INFO O| Dec 21 00:11:37.441 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5548 | 2024-12-21T00:11:37.539Z | [ recovery-image] Dec 21 00:11:37.476 INFO O| Dec 21 00:11:37.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5549 | 2024-12-21T00:11:37.542Z | [ recovery-image] Dec 21 00:11:37.477 INFO O| Dec 21 00:11:37.476 INFO STEP 405 (remove_files) COMPLETE |
5550 | 2024-12-21T00:11:37.542Z | [ recovery-image] Dec 21 00:11:37.477 INFO O| Dec 21 00:11:37.477 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5551 | 2024-12-21T00:11:37.563Z | [ recovery-image] Dec 21 00:11:37.500 INFO O| Dec 21 00:11:37.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5552 | 2024-12-21T00:11:37.563Z | [ recovery-image] Dec 21 00:11:37.500 INFO O| Dec 21 00:11:37.500 INFO STEP 406 (remove_files) COMPLETE |
5553 | 2024-12-21T00:11:37.563Z | [ recovery-image] Dec 21 00:11:37.500 INFO O| Dec 21 00:11:37.500 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5554 | 2024-12-21T00:11:37.584Z | [ recovery-image] Dec 21 00:11:37.521 INFO O| Dec 21 00:11:37.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5555 | 2024-12-21T00:11:37.585Z | [ recovery-image] Dec 21 00:11:37.522 INFO O| Dec 21 00:11:37.522 INFO STEP 407 (remove_files) COMPLETE |
5556 | 2024-12-21T00:11:37.585Z | [ recovery-image] Dec 21 00:11:37.522 INFO O| Dec 21 00:11:37.522 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5557 | 2024-12-21T00:11:37.622Z | [ recovery-image] Dec 21 00:11:37.559 INFO O| Dec 21 00:11:37.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5558 | 2024-12-21T00:11:37.622Z | [ recovery-image] Dec 21 00:11:37.559 INFO O| Dec 21 00:11:37.559 INFO STEP 408 (remove_files) COMPLETE |
5559 | 2024-12-21T00:11:37.622Z | [ recovery-image] Dec 21 00:11:37.559 INFO O| Dec 21 00:11:37.559 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5560 | 2024-12-21T00:11:37.643Z | [ recovery-image] Dec 21 00:11:37.580 INFO O| Dec 21 00:11:37.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5561 | 2024-12-21T00:11:37.643Z | [ recovery-image] Dec 21 00:11:37.581 INFO O| Dec 21 00:11:37.580 INFO STEP 409 (remove_files) COMPLETE |
5562 | 2024-12-21T00:11:37.643Z | [ recovery-image] Dec 21 00:11:37.581 INFO O| Dec 21 00:11:37.581 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5563 | 2024-12-21T00:11:37.677Z | [ recovery-image] Dec 21 00:11:37.614 INFO O| Dec 21 00:11:37.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5564 | 2024-12-21T00:11:37.677Z | [ recovery-image] Dec 21 00:11:37.614 INFO O| Dec 21 00:11:37.614 INFO STEP 410 (remove_files) COMPLETE |
5565 | 2024-12-21T00:11:37.677Z | [ recovery-image] Dec 21 00:11:37.614 INFO O| Dec 21 00:11:37.614 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5566 | 2024-12-21T00:11:37.736Z | [ recovery-image] Dec 21 00:11:37.673 INFO O| Dec 21 00:11:37.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5567 | 2024-12-21T00:11:37.736Z | [ recovery-image] Dec 21 00:11:37.673 INFO O| Dec 21 00:11:37.673 INFO STEP 411 (remove_files) COMPLETE |
5568 | 2024-12-21T00:11:37.736Z | [ recovery-image] Dec 21 00:11:37.673 INFO O| Dec 21 00:11:37.673 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5569 | 2024-12-21T00:11:37.783Z | [ host-image] Dec 21 00:11:37.720 INFO O| Dec 21 00:11:37.720 INFO O| Done |
5570 | 2024-12-21T00:11:37.800Z | [ recovery-image] Dec 21 00:11:37.737 INFO O| Dec 21 00:11:37.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5571 | 2024-12-21T00:11:37.800Z | [ recovery-image] Dec 21 00:11:37.737 INFO O| Dec 21 00:11:37.737 INFO STEP 412 (remove_files) COMPLETE |
5572 | 2024-12-21T00:11:37.804Z | [ recovery-image] Dec 21 00:11:37.737 INFO O| Dec 21 00:11:37.737 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5573 | 2024-12-21T00:11:37.824Z | [ recovery-image] Dec 21 00:11:37.761 INFO O| Dec 21 00:11:37.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5574 | 2024-12-21T00:11:37.824Z | [ recovery-image] Dec 21 00:11:37.761 INFO O| Dec 21 00:11:37.761 INFO STEP 413 (remove_files) COMPLETE |
5575 | 2024-12-21T00:11:37.824Z | [ recovery-image] Dec 21 00:11:37.762 INFO O| Dec 21 00:11:37.761 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5576 | 2024-12-21T00:11:37.833Z | [ host-image] Dec 21 00:11:37.770 INFO O| Dec 21 00:11:37.770 INFO O| Done |
5577 | 2024-12-21T00:11:37.836Z | [ host-image] Dec 21 00:11:37.770 INFO O| Dec 21 00:11:37.770 INFO O| Done |
5578 | 2024-12-21T00:11:37.851Z | [ recovery-image] Dec 21 00:11:37.787 INFO O| Dec 21 00:11:37.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5579 | 2024-12-21T00:11:37.851Z | [ recovery-image] Dec 21 00:11:37.787 INFO O| Dec 21 00:11:37.787 INFO STEP 414 (remove_files) COMPLETE |
5580 | 2024-12-21T00:11:37.851Z | [ recovery-image] Dec 21 00:11:37.787 INFO O| Dec 21 00:11:37.787 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5581 | 2024-12-21T00:11:37.899Z | [ host-image] Dec 21 00:11:37.836 INFO O| Dec 21 00:11:37.836 INFO O| Done |
5582 | 2024-12-21T00:11:37.925Z | [ recovery-image] Dec 21 00:11:37.862 INFO O| Dec 21 00:11:37.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5583 | 2024-12-21T00:11:37.925Z | [ recovery-image] Dec 21 00:11:37.862 INFO O| Dec 21 00:11:37.862 INFO STEP 415 (remove_files) COMPLETE |
5584 | 2024-12-21T00:11:37.925Z | [ recovery-image] Dec 21 00:11:37.862 INFO O| Dec 21 00:11:37.862 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5585 | 2024-12-21T00:11:37.947Z | [ recovery-image] Dec 21 00:11:37.884 INFO O| Dec 21 00:11:37.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5586 | 2024-12-21T00:11:37.947Z | [ recovery-image] Dec 21 00:11:37.884 INFO O| Dec 21 00:11:37.884 INFO STEP 416 (remove_files) COMPLETE |
5587 | 2024-12-21T00:11:37.947Z | [ recovery-image] Dec 21 00:11:37.884 INFO O| Dec 21 00:11:37.884 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5588 | 2024-12-21T00:11:37.970Z | [ recovery-image] Dec 21 00:11:37.907 INFO O| Dec 21 00:11:37.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5589 | 2024-12-21T00:11:37.970Z | [ recovery-image] Dec 21 00:11:37.907 INFO O| Dec 21 00:11:37.907 INFO STEP 417 (remove_files) COMPLETE |
5590 | 2024-12-21T00:11:37.970Z | [ recovery-image] Dec 21 00:11:37.907 INFO O| Dec 21 00:11:37.907 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5591 | 2024-12-21T00:11:37.992Z | [ recovery-image] Dec 21 00:11:37.930 INFO O| Dec 21 00:11:37.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5592 | 2024-12-21T00:11:37.992Z | [ recovery-image] Dec 21 00:11:37.930 INFO O| Dec 21 00:11:37.930 INFO STEP 418 (remove_files) COMPLETE |
5593 | 2024-12-21T00:11:37.992Z | [ recovery-image] Dec 21 00:11:37.930 INFO O| Dec 21 00:11:37.930 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5594 | 2024-12-21T00:11:38.053Z | [ recovery-image] Dec 21 00:11:37.990 INFO O| Dec 21 00:11:37.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5595 | 2024-12-21T00:11:38.053Z | [ recovery-image] Dec 21 00:11:37.990 INFO O| Dec 21 00:11:37.990 INFO STEP 419 (remove_files) COMPLETE |
5596 | 2024-12-21T00:11:38.057Z | [ recovery-image] Dec 21 00:11:37.990 INFO O| Dec 21 00:11:37.990 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5597 | 2024-12-21T00:11:38.076Z | [ recovery-image] Dec 21 00:11:38.013 INFO O| Dec 21 00:11:38.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5598 | 2024-12-21T00:11:38.076Z | [ recovery-image] Dec 21 00:11:38.013 INFO O| Dec 21 00:11:38.013 INFO STEP 420 (remove_files) COMPLETE |
5599 | 2024-12-21T00:11:38.076Z | [ recovery-image] Dec 21 00:11:38.013 INFO O| Dec 21 00:11:38.013 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5600 | 2024-12-21T00:11:38.117Z | [ recovery-image] Dec 21 00:11:38.054 INFO O| Dec 21 00:11:38.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5601 | 2024-12-21T00:11:38.117Z | [ recovery-image] Dec 21 00:11:38.055 INFO O| Dec 21 00:11:38.054 INFO STEP 421 (remove_files) COMPLETE |
5602 | 2024-12-21T00:11:38.120Z | [ recovery-image] Dec 21 00:11:38.055 INFO O| Dec 21 00:11:38.054 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5603 | 2024-12-21T00:11:38.128Z | [ host-image] Dec 21 00:11:38.065 INFO O| Dec 21 00:11:38.065 INFO STEP 13 (pkg_install) COMPLETE |
5604 | 2024-12-21T00:11:38.128Z | [ host-image] Dec 21 00:11:38.065 INFO O| Dec 21 00:11:38.065 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5605 | 2024-12-21T00:11:38.150Z | [ host-image] Dec 21 00:11:38.087 INFO O| Dec 21 00:11:38.087 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
5606 | 2024-12-21T00:11:38.223Z | [ recovery-image] Dec 21 00:11:38.160 INFO O| Dec 21 00:11:38.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5607 | 2024-12-21T00:11:38.223Z | [ recovery-image] Dec 21 00:11:38.160 INFO O| Dec 21 00:11:38.160 INFO STEP 422 (remove_files) COMPLETE |
5608 | 2024-12-21T00:11:38.226Z | [ recovery-image] Dec 21 00:11:38.160 INFO O| Dec 21 00:11:38.160 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5609 | 2024-12-21T00:11:38.245Z | [ recovery-image] Dec 21 00:11:38.182 INFO O| Dec 21 00:11:38.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5610 | 2024-12-21T00:11:38.245Z | [ recovery-image] Dec 21 00:11:38.182 INFO O| Dec 21 00:11:38.182 INFO STEP 423 (remove_files) COMPLETE |
5611 | 2024-12-21T00:11:38.248Z | [ recovery-image] Dec 21 00:11:38.182 INFO O| Dec 21 00:11:38.182 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5612 | 2024-12-21T00:11:38.266Z | [ recovery-image] Dec 21 00:11:38.203 INFO O| Dec 21 00:11:38.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5613 | 2024-12-21T00:11:38.266Z | [ recovery-image] Dec 21 00:11:38.203 INFO O| Dec 21 00:11:38.203 INFO STEP 424 (remove_files) COMPLETE |
5614 | 2024-12-21T00:11:38.266Z | [ recovery-image] Dec 21 00:11:38.203 INFO O| Dec 21 00:11:38.203 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5615 | 2024-12-21T00:11:38.298Z | [ recovery-image] Dec 21 00:11:38.235 INFO O| Dec 21 00:11:38.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5616 | 2024-12-21T00:11:38.323Z | [ recovery-image] Dec 21 00:11:38.235 INFO O| Dec 21 00:11:38.235 INFO STEP 425 (remove_files) COMPLETE |
5617 | 2024-12-21T00:11:38.323Z | [ recovery-image] Dec 21 00:11:38.235 INFO O| Dec 21 00:11:38.235 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5618 | 2024-12-21T00:11:38.326Z | [ recovery-image] Dec 21 00:11:38.257 INFO O| Dec 21 00:11:38.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5619 | 2024-12-21T00:11:38.326Z | [ recovery-image] Dec 21 00:11:38.257 INFO O| Dec 21 00:11:38.257 INFO STEP 426 (remove_files) COMPLETE |
5620 | 2024-12-21T00:11:38.326Z | [ recovery-image] Dec 21 00:11:38.257 INFO O| Dec 21 00:11:38.257 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5621 | 2024-12-21T00:11:38.341Z | [ recovery-image] Dec 21 00:11:38.278 INFO O| Dec 21 00:11:38.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5622 | 2024-12-21T00:11:38.344Z | [ recovery-image] Dec 21 00:11:38.279 INFO O| Dec 21 00:11:38.279 INFO STEP 427 (remove_files) COMPLETE |
5623 | 2024-12-21T00:11:38.344Z | [ recovery-image] Dec 21 00:11:38.279 INFO O| Dec 21 00:11:38.279 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5624 | 2024-12-21T00:11:38.363Z | [ recovery-image] Dec 21 00:11:38.300 INFO O| Dec 21 00:11:38.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5625 | 2024-12-21T00:11:38.366Z | [ recovery-image] Dec 21 00:11:38.300 INFO O| Dec 21 00:11:38.300 INFO STEP 428 (remove_files) COMPLETE |
5626 | 2024-12-21T00:11:38.366Z | [ recovery-image] Dec 21 00:11:38.301 INFO O| Dec 21 00:11:38.300 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5627 | 2024-12-21T00:11:38.387Z | [ recovery-image] Dec 21 00:11:38.324 INFO O| Dec 21 00:11:38.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5628 | 2024-12-21T00:11:38.390Z | [ recovery-image] Dec 21 00:11:38.325 INFO O| Dec 21 00:11:38.325 INFO STEP 429 (remove_files) COMPLETE |
5629 | 2024-12-21T00:11:38.390Z | [ recovery-image] Dec 21 00:11:38.325 INFO O| Dec 21 00:11:38.325 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5630 | 2024-12-21T00:11:38.416Z | [ recovery-image] Dec 21 00:11:38.353 INFO O| Dec 21 00:11:38.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5631 | 2024-12-21T00:11:38.416Z | [ recovery-image] Dec 21 00:11:38.354 INFO O| Dec 21 00:11:38.353 INFO STEP 430 (remove_files) COMPLETE |
5632 | 2024-12-21T00:11:38.419Z | [ recovery-image] Dec 21 00:11:38.354 INFO O| Dec 21 00:11:38.354 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5633 | 2024-12-21T00:11:38.449Z | [ recovery-image] Dec 21 00:11:38.386 INFO O| Dec 21 00:11:38.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5634 | 2024-12-21T00:11:38.452Z | [ recovery-image] Dec 21 00:11:38.386 INFO O| Dec 21 00:11:38.386 INFO STEP 431 (remove_files) COMPLETE |
5635 | 2024-12-21T00:11:38.452Z | [ recovery-image] Dec 21 00:11:38.386 INFO O| Dec 21 00:11:38.386 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5636 | 2024-12-21T00:11:38.508Z | [ recovery-image] Dec 21 00:11:38.445 INFO O| Dec 21 00:11:38.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5637 | 2024-12-21T00:11:38.508Z | [ recovery-image] Dec 21 00:11:38.445 INFO O| Dec 21 00:11:38.445 INFO STEP 432 (remove_files) COMPLETE |
5638 | 2024-12-21T00:11:38.510Z | [ recovery-image] Dec 21 00:11:38.446 INFO O| Dec 21 00:11:38.445 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5639 | 2024-12-21T00:11:38.537Z | [ recovery-image] Dec 21 00:11:38.473 INFO O| Dec 21 00:11:38.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5640 | 2024-12-21T00:11:38.537Z | [ recovery-image] Dec 21 00:11:38.473 INFO O| Dec 21 00:11:38.473 INFO STEP 433 (remove_files) COMPLETE |
5641 | 2024-12-21T00:11:38.537Z | [ recovery-image] Dec 21 00:11:38.473 INFO O| Dec 21 00:11:38.473 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5642 | 2024-12-21T00:11:38.558Z | [ recovery-image] Dec 21 00:11:38.495 INFO O| Dec 21 00:11:38.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5643 | 2024-12-21T00:11:38.558Z | [ recovery-image] Dec 21 00:11:38.495 INFO O| Dec 21 00:11:38.495 INFO STEP 434 (remove_files) COMPLETE |
5644 | 2024-12-21T00:11:38.558Z | [ recovery-image] Dec 21 00:11:38.495 INFO O| Dec 21 00:11:38.495 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5645 | 2024-12-21T00:11:38.579Z | [ recovery-image] Dec 21 00:11:38.516 INFO O| Dec 21 00:11:38.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5646 | 2024-12-21T00:11:38.579Z | [ recovery-image] Dec 21 00:11:38.516 INFO O| Dec 21 00:11:38.516 INFO STEP 435 (remove_files) COMPLETE |
5647 | 2024-12-21T00:11:38.582Z | [ recovery-image] Dec 21 00:11:38.516 INFO O| Dec 21 00:11:38.516 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5648 | 2024-12-21T00:11:38.614Z | [ recovery-image] Dec 21 00:11:38.551 INFO O| Dec 21 00:11:38.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5649 | 2024-12-21T00:11:38.614Z | [ recovery-image] Dec 21 00:11:38.551 INFO O| Dec 21 00:11:38.551 INFO STEP 436 (remove_files) COMPLETE |
5650 | 2024-12-21T00:11:38.617Z | [ recovery-image] Dec 21 00:11:38.551 INFO O| Dec 21 00:11:38.551 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5651 | 2024-12-21T00:11:38.676Z | [ recovery-image] Dec 21 00:11:38.613 INFO O| Dec 21 00:11:38.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5652 | 2024-12-21T00:11:38.677Z | [ recovery-image] Dec 21 00:11:38.613 INFO O| Dec 21 00:11:38.613 INFO STEP 437 (remove_files) COMPLETE |
5653 | 2024-12-21T00:11:38.677Z | [ recovery-image] Dec 21 00:11:38.613 INFO O| Dec 21 00:11:38.613 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5654 | 2024-12-21T00:11:38.760Z | [ recovery-image] Dec 21 00:11:38.696 INFO O| Dec 21 00:11:38.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5655 | 2024-12-21T00:11:38.760Z | [ recovery-image] Dec 21 00:11:38.696 INFO O| Dec 21 00:11:38.696 INFO STEP 438 (remove_files) COMPLETE |
5656 | 2024-12-21T00:11:38.760Z | [ recovery-image] Dec 21 00:11:38.696 INFO O| Dec 21 00:11:38.696 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5657 | 2024-12-21T00:11:38.793Z | [ recovery-image] Dec 21 00:11:38.730 INFO O| Dec 21 00:11:38.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5658 | 2024-12-21T00:11:38.793Z | [ recovery-image] Dec 21 00:11:38.730 INFO O| Dec 21 00:11:38.730 INFO STEP 439 (remove_files) COMPLETE |
5659 | 2024-12-21T00:11:38.793Z | [ recovery-image] Dec 21 00:11:38.730 INFO O| Dec 21 00:11:38.730 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5660 | 2024-12-21T00:11:38.894Z | [ recovery-image] Dec 21 00:11:38.831 INFO O| Dec 21 00:11:38.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5661 | 2024-12-21T00:11:38.894Z | [ recovery-image] Dec 21 00:11:38.831 INFO O| Dec 21 00:11:38.831 INFO STEP 440 (remove_files) COMPLETE |
5662 | 2024-12-21T00:11:38.894Z | [ recovery-image] Dec 21 00:11:38.831 INFO O| Dec 21 00:11:38.831 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5663 | 2024-12-21T00:11:38.954Z | [ recovery-image] Dec 21 00:11:38.892 INFO O| Dec 21 00:11:38.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5664 | 2024-12-21T00:11:38.955Z | [ recovery-image] Dec 21 00:11:38.892 INFO O| Dec 21 00:11:38.892 INFO STEP 441 (remove_files) COMPLETE |
5665 | 2024-12-21T00:11:38.955Z | [ recovery-image] Dec 21 00:11:38.892 INFO O| Dec 21 00:11:38.892 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5666 | 2024-12-21T00:11:38.978Z | [ recovery-image] Dec 21 00:11:38.914 INFO O| Dec 21 00:11:38.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5667 | 2024-12-21T00:11:38.978Z | [ recovery-image] Dec 21 00:11:38.914 INFO O| Dec 21 00:11:38.914 INFO STEP 442 (remove_files) COMPLETE |
5668 | 2024-12-21T00:11:38.981Z | [ recovery-image] Dec 21 00:11:38.914 INFO O| Dec 21 00:11:38.914 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5669 | 2024-12-21T00:11:38.997Z | [ recovery-image] Dec 21 00:11:38.934 INFO O| Dec 21 00:11:38.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5670 | 2024-12-21T00:11:38.997Z | [ recovery-image] Dec 21 00:11:38.934 INFO O| Dec 21 00:11:38.934 INFO STEP 443 (remove_files) COMPLETE |
5671 | 2024-12-21T00:11:38.999Z | [ recovery-image] Dec 21 00:11:38.934 INFO O| Dec 21 00:11:38.934 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5672 | 2024-12-21T00:11:39.018Z | [ recovery-image] Dec 21 00:11:38.956 INFO O| Dec 21 00:11:38.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5673 | 2024-12-21T00:11:39.018Z | [ recovery-image] Dec 21 00:11:38.956 INFO O| Dec 21 00:11:38.956 INFO STEP 444 (remove_files) COMPLETE |
5674 | 2024-12-21T00:11:39.021Z | [ recovery-image] Dec 21 00:11:38.956 INFO O| Dec 21 00:11:38.956 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5675 | 2024-12-21T00:11:39.050Z | [ recovery-image] Dec 21 00:11:38.987 INFO O| Dec 21 00:11:38.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5676 | 2024-12-21T00:11:39.050Z | [ recovery-image] Dec 21 00:11:38.987 INFO O| Dec 21 00:11:38.987 INFO STEP 445 (remove_files) COMPLETE |
5677 | 2024-12-21T00:11:39.050Z | [ recovery-image] Dec 21 00:11:38.987 INFO O| Dec 21 00:11:38.987 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5678 | 2024-12-21T00:11:39.114Z | [ recovery-image] Dec 21 00:11:39.051 INFO O| Dec 21 00:11:39.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5679 | 2024-12-21T00:11:39.117Z | [ recovery-image] Dec 21 00:11:39.051 INFO O| Dec 21 00:11:39.051 INFO STEP 446 (remove_files) COMPLETE |
5680 | 2024-12-21T00:11:39.117Z | [ recovery-image] Dec 21 00:11:39.051 INFO O| Dec 21 00:11:39.051 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5681 | 2024-12-21T00:11:39.138Z | [ recovery-image] Dec 21 00:11:39.076 INFO O| Dec 21 00:11:39.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5682 | 2024-12-21T00:11:39.138Z | [ recovery-image] Dec 21 00:11:39.076 INFO O| Dec 21 00:11:39.076 INFO STEP 447 (remove_files) COMPLETE |
5683 | 2024-12-21T00:11:39.141Z | [ recovery-image] Dec 21 00:11:39.076 INFO O| Dec 21 00:11:39.076 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5684 | 2024-12-21T00:11:39.177Z | [ recovery-image] Dec 21 00:11:39.114 INFO O| Dec 21 00:11:39.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5685 | 2024-12-21T00:11:39.177Z | [ recovery-image] Dec 21 00:11:39.114 INFO O| Dec 21 00:11:39.114 INFO STEP 448 (remove_files) COMPLETE |
5686 | 2024-12-21T00:11:39.177Z | [ recovery-image] Dec 21 00:11:39.114 INFO O| Dec 21 00:11:39.114 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5687 | 2024-12-21T00:11:39.201Z | [ recovery-image] Dec 21 00:11:39.139 INFO O| Dec 21 00:11:39.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5688 | 2024-12-21T00:11:39.201Z | [ recovery-image] Dec 21 00:11:39.139 INFO O| Dec 21 00:11:39.139 INFO STEP 449 (remove_files) COMPLETE |
5689 | 2024-12-21T00:11:39.202Z | [ recovery-image] Dec 21 00:11:39.139 INFO O| Dec 21 00:11:39.139 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5690 | 2024-12-21T00:11:39.246Z | [ recovery-image] Dec 21 00:11:39.183 INFO O| Dec 21 00:11:39.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5691 | 2024-12-21T00:11:39.246Z | [ recovery-image] Dec 21 00:11:39.183 INFO O| Dec 21 00:11:39.183 INFO STEP 450 (remove_files) COMPLETE |
5692 | 2024-12-21T00:11:39.246Z | [ recovery-image] Dec 21 00:11:39.183 INFO O| Dec 21 00:11:39.183 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5693 | 2024-12-21T00:11:39.269Z | [ recovery-image] Dec 21 00:11:39.206 INFO O| Dec 21 00:11:39.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5694 | 2024-12-21T00:11:39.269Z | [ recovery-image] Dec 21 00:11:39.206 INFO O| Dec 21 00:11:39.206 INFO STEP 451 (remove_files) COMPLETE |
5695 | 2024-12-21T00:11:39.269Z | [ recovery-image] Dec 21 00:11:39.206 INFO O| Dec 21 00:11:39.206 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5696 | 2024-12-21T00:11:39.348Z | [ host-image] Dec 21 00:11:39.286 INFO O| Dec 21 00:11:39.286 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
5697 | 2024-12-21T00:11:39.354Z | [ recovery-image] Dec 21 00:11:39.291 INFO O| Dec 21 00:11:39.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5698 | 2024-12-21T00:11:39.377Z | [ recovery-image] Dec 21 00:11:39.314 INFO O| Dec 21 00:11:39.314 INFO STEP 452 (remove_files) COMPLETE |
5699 | 2024-12-21T00:11:39.377Z | [ recovery-image] Dec 21 00:11:39.314 INFO O| Dec 21 00:11:39.314 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5700 | 2024-12-21T00:11:39.400Z | [ recovery-image] Dec 21 00:11:39.337 INFO O| Dec 21 00:11:39.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5701 | 2024-12-21T00:11:39.402Z | [ recovery-image] Dec 21 00:11:39.337 INFO O| Dec 21 00:11:39.337 INFO STEP 453 (remove_files) COMPLETE |
5702 | 2024-12-21T00:11:39.402Z | [ recovery-image] Dec 21 00:11:39.337 INFO O| Dec 21 00:11:39.337 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5703 | 2024-12-21T00:11:39.423Z | [ recovery-image] Dec 21 00:11:39.361 INFO O| Dec 21 00:11:39.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5704 | 2024-12-21T00:11:39.423Z | [ recovery-image] Dec 21 00:11:39.361 INFO O| Dec 21 00:11:39.361 INFO STEP 454 (remove_files) COMPLETE |
5705 | 2024-12-21T00:11:39.426Z | [ recovery-image] Dec 21 00:11:39.361 INFO O| Dec 21 00:11:39.361 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5706 | 2024-12-21T00:11:39.447Z | [ recovery-image] Dec 21 00:11:39.385 INFO O| Dec 21 00:11:39.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5707 | 2024-12-21T00:11:39.450Z | [ recovery-image] Dec 21 00:11:39.385 INFO O| Dec 21 00:11:39.385 INFO STEP 455 (remove_files) COMPLETE |
5708 | 2024-12-21T00:11:39.450Z | [ recovery-image] Dec 21 00:11:39.385 INFO O| Dec 21 00:11:39.385 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5709 | 2024-12-21T00:11:39.479Z | [ recovery-image] Dec 21 00:11:39.416 INFO O| Dec 21 00:11:39.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5710 | 2024-12-21T00:11:39.482Z | [ recovery-image] Dec 21 00:11:39.417 INFO O| Dec 21 00:11:39.416 INFO STEP 456 (remove_files) COMPLETE |
5711 | 2024-12-21T00:11:39.482Z | [ recovery-image] Dec 21 00:11:39.417 INFO O| Dec 21 00:11:39.417 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5712 | 2024-12-21T00:11:39.514Z | [ recovery-image] Dec 21 00:11:39.451 INFO O| Dec 21 00:11:39.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5713 | 2024-12-21T00:11:39.514Z | [ recovery-image] Dec 21 00:11:39.451 INFO O| Dec 21 00:11:39.451 INFO STEP 457 (remove_files) COMPLETE |
5714 | 2024-12-21T00:11:39.517Z | [ recovery-image] Dec 21 00:11:39.451 INFO O| Dec 21 00:11:39.451 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5715 | 2024-12-21T00:11:39.540Z | [ recovery-image] Dec 21 00:11:39.477 INFO O| Dec 21 00:11:39.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5716 | 2024-12-21T00:11:39.540Z | [ recovery-image] Dec 21 00:11:39.477 INFO O| Dec 21 00:11:39.477 INFO STEP 458 (remove_files) COMPLETE |
5717 | 2024-12-21T00:11:39.540Z | [ recovery-image] Dec 21 00:11:39.477 INFO O| Dec 21 00:11:39.477 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5718 | 2024-12-21T00:11:39.577Z | [ recovery-image] Dec 21 00:11:39.514 INFO O| Dec 21 00:11:39.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5719 | 2024-12-21T00:11:39.577Z | [ recovery-image] Dec 21 00:11:39.514 INFO O| Dec 21 00:11:39.514 INFO STEP 459 (remove_files) COMPLETE |
5720 | 2024-12-21T00:11:39.577Z | [ recovery-image] Dec 21 00:11:39.514 INFO O| Dec 21 00:11:39.514 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5721 | 2024-12-21T00:11:39.601Z | [ recovery-image] Dec 21 00:11:39.539 INFO O| Dec 21 00:11:39.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5722 | 2024-12-21T00:11:39.601Z | [ recovery-image] Dec 21 00:11:39.539 INFO O| Dec 21 00:11:39.539 INFO STEP 460 (remove_files) COMPLETE |
5723 | 2024-12-21T00:11:39.601Z | [ recovery-image] Dec 21 00:11:39.539 INFO O| Dec 21 00:11:39.539 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5724 | 2024-12-21T00:11:39.659Z | [ recovery-image] Dec 21 00:11:39.596 INFO O| Dec 21 00:11:39.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5725 | 2024-12-21T00:11:39.659Z | [ recovery-image] Dec 21 00:11:39.597 INFO O| Dec 21 00:11:39.597 INFO STEP 461 (remove_files) COMPLETE |
5726 | 2024-12-21T00:11:39.662Z | [ recovery-image] Dec 21 00:11:39.597 INFO O| Dec 21 00:11:39.597 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5727 | 2024-12-21T00:11:39.699Z | [ recovery-image] Dec 21 00:11:39.635 INFO O| Dec 21 00:11:39.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5728 | 2024-12-21T00:11:39.699Z | [ recovery-image] Dec 21 00:11:39.635 INFO O| Dec 21 00:11:39.635 INFO STEP 462 (remove_files) COMPLETE |
5729 | 2024-12-21T00:11:39.699Z | [ recovery-image] Dec 21 00:11:39.635 INFO O| Dec 21 00:11:39.635 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5730 | 2024-12-21T00:11:39.723Z | [ recovery-image] Dec 21 00:11:39.661 INFO O| Dec 21 00:11:39.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5731 | 2024-12-21T00:11:39.723Z | [ recovery-image] Dec 21 00:11:39.661 INFO O| Dec 21 00:11:39.661 INFO STEP 463 (remove_files) COMPLETE |
5732 | 2024-12-21T00:11:39.723Z | [ recovery-image] Dec 21 00:11:39.661 INFO O| Dec 21 00:11:39.661 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5733 | 2024-12-21T00:11:39.764Z | [ recovery-image] Dec 21 00:11:39.702 INFO O| Dec 21 00:11:39.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5734 | 2024-12-21T00:11:39.764Z | [ recovery-image] Dec 21 00:11:39.702 INFO O| Dec 21 00:11:39.702 INFO STEP 464 (remove_files) COMPLETE |
5735 | 2024-12-21T00:11:39.764Z | [ recovery-image] Dec 21 00:11:39.702 INFO O| Dec 21 00:11:39.702 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5736 | 2024-12-21T00:11:39.805Z | [ recovery-image] Dec 21 00:11:39.743 INFO O| Dec 21 00:11:39.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5737 | 2024-12-21T00:11:39.808Z | [ recovery-image] Dec 21 00:11:39.743 INFO O| Dec 21 00:11:39.743 INFO STEP 465 (remove_files) COMPLETE |
5738 | 2024-12-21T00:11:39.808Z | [ recovery-image] Dec 21 00:11:39.743 INFO O| Dec 21 00:11:39.743 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5739 | 2024-12-21T00:11:39.830Z | [ recovery-image] Dec 21 00:11:39.767 INFO O| Dec 21 00:11:39.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5740 | 2024-12-21T00:11:39.830Z | [ recovery-image] Dec 21 00:11:39.767 INFO O| Dec 21 00:11:39.767 INFO STEP 466 (remove_files) COMPLETE |
5741 | 2024-12-21T00:11:39.830Z | [ recovery-image] Dec 21 00:11:39.767 INFO O| Dec 21 00:11:39.767 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5742 | 2024-12-21T00:11:39.864Z | [ recovery-image] Dec 21 00:11:39.801 INFO O| Dec 21 00:11:39.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5743 | 2024-12-21T00:11:39.884Z | [ recovery-image] Dec 21 00:11:39.821 INFO O| Dec 21 00:11:39.821 INFO STEP 467 (remove_files) COMPLETE |
5744 | 2024-12-21T00:11:39.884Z | [ recovery-image] Dec 21 00:11:39.821 INFO O| Dec 21 00:11:39.821 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5745 | 2024-12-21T00:11:39.924Z | [ recovery-image] Dec 21 00:11:39.862 INFO O| Dec 21 00:11:39.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5746 | 2024-12-21T00:11:39.924Z | [ recovery-image] Dec 21 00:11:39.862 INFO O| Dec 21 00:11:39.862 INFO STEP 468 (remove_files) COMPLETE |
5747 | 2024-12-21T00:11:39.924Z | [ recovery-image] Dec 21 00:11:39.862 INFO O| Dec 21 00:11:39.862 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5748 | 2024-12-21T00:11:39.947Z | [ recovery-image] Dec 21 00:11:39.885 INFO O| Dec 21 00:11:39.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5749 | 2024-12-21T00:11:39.947Z | [ recovery-image] Dec 21 00:11:39.885 INFO O| Dec 21 00:11:39.885 INFO STEP 469 (remove_files) COMPLETE |
5750 | 2024-12-21T00:11:39.947Z | [ recovery-image] Dec 21 00:11:39.885 INFO O| Dec 21 00:11:39.885 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5751 | 2024-12-21T00:11:39.990Z | [ recovery-image] Dec 21 00:11:39.928 INFO O| Dec 21 00:11:39.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5752 | 2024-12-21T00:11:39.992Z | [ recovery-image] Dec 21 00:11:39.928 INFO O| Dec 21 00:11:39.928 INFO STEP 470 (remove_files) COMPLETE |
5753 | 2024-12-21T00:11:39.992Z | [ recovery-image] Dec 21 00:11:39.928 INFO O| Dec 21 00:11:39.928 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5754 | 2024-12-21T00:11:40.014Z | [ recovery-image] Dec 21 00:11:39.952 INFO O| Dec 21 00:11:39.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5755 | 2024-12-21T00:11:40.017Z | [ recovery-image] Dec 21 00:11:39.952 INFO O| Dec 21 00:11:39.952 INFO STEP 471 (remove_files) COMPLETE |
5756 | 2024-12-21T00:11:40.017Z | [ recovery-image] Dec 21 00:11:39.952 INFO O| Dec 21 00:11:39.952 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5757 | 2024-12-21T00:11:40.047Z | [ recovery-image] Dec 21 00:11:39.984 INFO O| Dec 21 00:11:39.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5758 | 2024-12-21T00:11:40.049Z | [ recovery-image] Dec 21 00:11:39.984 INFO O| Dec 21 00:11:39.984 INFO STEP 472 (remove_files) COMPLETE |
5759 | 2024-12-21T00:11:40.049Z | [ recovery-image] Dec 21 00:11:39.985 INFO O| Dec 21 00:11:39.985 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5760 | 2024-12-21T00:11:40.073Z | [ recovery-image] Dec 21 00:11:40.010 INFO O| Dec 21 00:11:40.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5761 | 2024-12-21T00:11:40.076Z | [ recovery-image] Dec 21 00:11:40.010 INFO O| Dec 21 00:11:40.010 INFO STEP 473 (remove_files) COMPLETE |
5762 | 2024-12-21T00:11:40.076Z | [ recovery-image] Dec 21 00:11:40.010 INFO O| Dec 21 00:11:40.010 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5763 | 2024-12-21T00:11:40.108Z | [ recovery-image] Dec 21 00:11:40.044 INFO O| Dec 21 00:11:40.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5764 | 2024-12-21T00:11:40.109Z | [ recovery-image] Dec 21 00:11:40.044 INFO O| Dec 21 00:11:40.044 INFO STEP 474 (remove_files) COMPLETE |
5765 | 2024-12-21T00:11:40.109Z | [ recovery-image] Dec 21 00:11:40.044 INFO O| Dec 21 00:11:40.044 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5766 | 2024-12-21T00:11:40.161Z | [ recovery-image] Dec 21 00:11:40.098 INFO O| Dec 21 00:11:40.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5767 | 2024-12-21T00:11:40.161Z | [ recovery-image] Dec 21 00:11:40.098 INFO O| Dec 21 00:11:40.098 INFO STEP 475 (remove_files) COMPLETE |
5768 | 2024-12-21T00:11:40.161Z | [ recovery-image] Dec 21 00:11:40.098 INFO O| Dec 21 00:11:40.098 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5769 | 2024-12-21T00:11:40.218Z | [ recovery-image] Dec 21 00:11:40.156 INFO O| Dec 21 00:11:40.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5770 | 2024-12-21T00:11:40.218Z | [ recovery-image] Dec 21 00:11:40.156 INFO O| Dec 21 00:11:40.156 INFO STEP 476 (remove_files) COMPLETE |
5771 | 2024-12-21T00:11:40.219Z | [ recovery-image] Dec 21 00:11:40.156 INFO O| Dec 21 00:11:40.156 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5772 | 2024-12-21T00:11:40.243Z | [ recovery-image] Dec 21 00:11:40.180 INFO O| Dec 21 00:11:40.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5773 | 2024-12-21T00:11:40.243Z | [ recovery-image] Dec 21 00:11:40.180 INFO O| Dec 21 00:11:40.180 INFO STEP 477 (remove_files) COMPLETE |
5774 | 2024-12-21T00:11:40.245Z | [ recovery-image] Dec 21 00:11:40.180 INFO O| Dec 21 00:11:40.180 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5775 | 2024-12-21T00:11:40.269Z | [ recovery-image] Dec 21 00:11:40.207 INFO O| Dec 21 00:11:40.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5776 | 2024-12-21T00:11:40.269Z | [ recovery-image] Dec 21 00:11:40.207 INFO O| Dec 21 00:11:40.207 INFO STEP 478 (remove_files) COMPLETE |
5777 | 2024-12-21T00:11:40.269Z | [ recovery-image] Dec 21 00:11:40.207 INFO O| Dec 21 00:11:40.207 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5778 | 2024-12-21T00:11:40.308Z | [ recovery-image] Dec 21 00:11:40.245 INFO O| Dec 21 00:11:40.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5779 | 2024-12-21T00:11:40.308Z | [ recovery-image] Dec 21 00:11:40.245 INFO O| Dec 21 00:11:40.245 INFO STEP 479 (remove_files) COMPLETE |
5780 | 2024-12-21T00:11:40.308Z | [ recovery-image] Dec 21 00:11:40.245 INFO O| Dec 21 00:11:40.245 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5781 | 2024-12-21T00:11:40.333Z | [ recovery-image] Dec 21 00:11:40.269 INFO O| Dec 21 00:11:40.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5782 | 2024-12-21T00:11:40.357Z | [ recovery-image] Dec 21 00:11:40.295 INFO O| Dec 21 00:11:40.295 INFO STEP 480 (remove_files) COMPLETE |
5783 | 2024-12-21T00:11:40.357Z | [ recovery-image] Dec 21 00:11:40.295 INFO O| Dec 21 00:11:40.295 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5784 | 2024-12-21T00:11:40.391Z | [ recovery-image] Dec 21 00:11:40.328 INFO O| Dec 21 00:11:40.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5785 | 2024-12-21T00:11:40.391Z | [ recovery-image] Dec 21 00:11:40.328 INFO O| Dec 21 00:11:40.328 INFO STEP 481 (remove_files) COMPLETE |
5786 | 2024-12-21T00:11:40.391Z | [ recovery-image] Dec 21 00:11:40.328 INFO O| Dec 21 00:11:40.328 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5787 | 2024-12-21T00:11:40.432Z | [ recovery-image] Dec 21 00:11:40.370 INFO O| Dec 21 00:11:40.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5788 | 2024-12-21T00:11:40.432Z | [ recovery-image] Dec 21 00:11:40.370 INFO O| Dec 21 00:11:40.370 INFO STEP 482 (remove_files) COMPLETE |
5789 | 2024-12-21T00:11:40.435Z | [ recovery-image] Dec 21 00:11:40.370 INFO O| Dec 21 00:11:40.370 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5790 | 2024-12-21T00:11:40.502Z | [ recovery-image] Dec 21 00:11:40.440 INFO O| Dec 21 00:11:40.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5791 | 2024-12-21T00:11:40.506Z | [ recovery-image] Dec 21 00:11:40.440 INFO O| Dec 21 00:11:40.440 INFO STEP 483 (remove_files) COMPLETE |
5792 | 2024-12-21T00:11:40.506Z | [ recovery-image] Dec 21 00:11:40.440 INFO O| Dec 21 00:11:40.440 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5793 | 2024-12-21T00:11:40.527Z | [ recovery-image] Dec 21 00:11:40.465 INFO O| Dec 21 00:11:40.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5794 | 2024-12-21T00:11:40.531Z | [ recovery-image] Dec 21 00:11:40.465 INFO O| Dec 21 00:11:40.465 INFO STEP 484 (remove_files) COMPLETE |
5795 | 2024-12-21T00:11:40.531Z | [ recovery-image] Dec 21 00:11:40.465 INFO O| Dec 21 00:11:40.465 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5796 | 2024-12-21T00:11:40.573Z | [ recovery-image] Dec 21 00:11:40.511 INFO O| Dec 21 00:11:40.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5797 | 2024-12-21T00:11:40.573Z | [ recovery-image] Dec 21 00:11:40.511 INFO O| Dec 21 00:11:40.511 INFO STEP 485 (remove_files) COMPLETE |
5798 | 2024-12-21T00:11:40.573Z | [ recovery-image] Dec 21 00:11:40.511 INFO O| Dec 21 00:11:40.511 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5799 | 2024-12-21T00:11:40.608Z | [ recovery-image] Dec 21 00:11:40.545 INFO O| Dec 21 00:11:40.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5800 | 2024-12-21T00:11:40.608Z | [ recovery-image] Dec 21 00:11:40.545 INFO O| Dec 21 00:11:40.545 INFO STEP 486 (remove_files) COMPLETE |
5801 | 2024-12-21T00:11:40.608Z | [ recovery-image] Dec 21 00:11:40.545 INFO O| Dec 21 00:11:40.545 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5802 | 2024-12-21T00:11:40.643Z | [ recovery-image] Dec 21 00:11:40.581 INFO O| Dec 21 00:11:40.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5803 | 2024-12-21T00:11:40.648Z | [ recovery-image] Dec 21 00:11:40.581 INFO O| Dec 21 00:11:40.581 INFO STEP 487 (remove_files) COMPLETE |
5804 | 2024-12-21T00:11:40.648Z | [ recovery-image] Dec 21 00:11:40.581 INFO O| Dec 21 00:11:40.581 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5805 | 2024-12-21T00:11:40.678Z | [ recovery-image] Dec 21 00:11:40.615 INFO O| Dec 21 00:11:40.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5806 | 2024-12-21T00:11:40.678Z | [ recovery-image] Dec 21 00:11:40.616 INFO O| Dec 21 00:11:40.616 INFO STEP 488 (remove_files) COMPLETE |
5807 | 2024-12-21T00:11:40.678Z | [ recovery-image] Dec 21 00:11:40.616 INFO O| Dec 21 00:11:40.616 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5808 | 2024-12-21T00:11:40.702Z | [ recovery-image] Dec 21 00:11:40.639 INFO O| Dec 21 00:11:40.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5809 | 2024-12-21T00:11:40.702Z | [ recovery-image] Dec 21 00:11:40.640 INFO O| Dec 21 00:11:40.640 INFO STEP 489 (remove_files) COMPLETE |
5810 | 2024-12-21T00:11:40.705Z | [ recovery-image] Dec 21 00:11:40.640 INFO O| Dec 21 00:11:40.640 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5811 | 2024-12-21T00:11:40.735Z | [ recovery-image] Dec 21 00:11:40.672 INFO O| Dec 21 00:11:40.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5812 | 2024-12-21T00:11:40.738Z | [ recovery-image] Dec 21 00:11:40.673 INFO O| Dec 21 00:11:40.673 INFO STEP 490 (remove_files) COMPLETE |
5813 | 2024-12-21T00:11:40.738Z | [ recovery-image] Dec 21 00:11:40.673 INFO O| Dec 21 00:11:40.673 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5814 | 2024-12-21T00:11:40.799Z | [ recovery-image] Dec 21 00:11:40.737 INFO O| Dec 21 00:11:40.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5815 | 2024-12-21T00:11:40.802Z | [ recovery-image] Dec 21 00:11:40.737 INFO O| Dec 21 00:11:40.737 INFO STEP 491 (remove_files) COMPLETE |
5816 | 2024-12-21T00:11:40.802Z | [ recovery-image] Dec 21 00:11:40.737 INFO O| Dec 21 00:11:40.737 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5817 | 2024-12-21T00:11:40.840Z | [ recovery-image] Dec 21 00:11:40.777 INFO O| Dec 21 00:11:40.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5818 | 2024-12-21T00:11:40.842Z | [ recovery-image] Dec 21 00:11:40.777 INFO O| Dec 21 00:11:40.777 INFO STEP 492 (remove_files) COMPLETE |
5819 | 2024-12-21T00:11:40.842Z | [ recovery-image] Dec 21 00:11:40.778 INFO O| Dec 21 00:11:40.777 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5820 | 2024-12-21T00:11:40.860Z | [ recovery-image] Dec 21 00:11:40.798 INFO O| Dec 21 00:11:40.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5821 | 2024-12-21T00:11:40.860Z | [ recovery-image] Dec 21 00:11:40.798 INFO O| Dec 21 00:11:40.798 INFO STEP 493 (remove_files) COMPLETE |
5822 | 2024-12-21T00:11:40.863Z | [ recovery-image] Dec 21 00:11:40.798 INFO O| Dec 21 00:11:40.798 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5823 | 2024-12-21T00:11:40.881Z | [ recovery-image] Dec 21 00:11:40.818 INFO O| Dec 21 00:11:40.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5824 | 2024-12-21T00:11:40.881Z | [ recovery-image] Dec 21 00:11:40.819 INFO O| Dec 21 00:11:40.819 INFO STEP 494 (remove_files) COMPLETE |
5825 | 2024-12-21T00:11:40.883Z | [ recovery-image] Dec 21 00:11:40.819 INFO O| Dec 21 00:11:40.819 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5826 | 2024-12-21T00:11:40.917Z | [ recovery-image] Dec 21 00:11:40.855 INFO O| Dec 21 00:11:40.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5827 | 2024-12-21T00:11:40.917Z | [ recovery-image] Dec 21 00:11:40.855 INFO O| Dec 21 00:11:40.855 INFO STEP 495 (remove_files) COMPLETE |
5828 | 2024-12-21T00:11:40.921Z | [ recovery-image] Dec 21 00:11:40.855 INFO O| Dec 21 00:11:40.855 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5829 | 2024-12-21T00:11:40.948Z | [ recovery-image] Dec 21 00:11:40.884 INFO O| Dec 21 00:11:40.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5830 | 2024-12-21T00:11:40.948Z | [ recovery-image] Dec 21 00:11:40.884 INFO O| Dec 21 00:11:40.884 INFO STEP 496 (remove_files) COMPLETE |
5831 | 2024-12-21T00:11:40.948Z | [ recovery-image] Dec 21 00:11:40.884 INFO O| Dec 21 00:11:40.884 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5832 | 2024-12-21T00:11:40.971Z | [ recovery-image] Dec 21 00:11:40.907 INFO O| Dec 21 00:11:40.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5833 | 2024-12-21T00:11:40.971Z | [ recovery-image] Dec 21 00:11:40.908 INFO O| Dec 21 00:11:40.907 INFO STEP 497 (remove_files) COMPLETE |
5834 | 2024-12-21T00:11:40.971Z | [ recovery-image] Dec 21 00:11:40.908 INFO O| Dec 21 00:11:40.908 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5835 | 2024-12-21T00:11:41.001Z | [ recovery-image] Dec 21 00:11:40.938 INFO O| Dec 21 00:11:40.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5836 | 2024-12-21T00:11:41.001Z | [ recovery-image] Dec 21 00:11:40.938 INFO O| Dec 21 00:11:40.938 INFO STEP 498 (remove_files) COMPLETE |
5837 | 2024-12-21T00:11:41.001Z | [ recovery-image] Dec 21 00:11:40.938 INFO O| Dec 21 00:11:40.938 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5838 | 2024-12-21T00:11:41.024Z | [ recovery-image] Dec 21 00:11:40.961 INFO O| Dec 21 00:11:40.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5839 | 2024-12-21T00:11:41.024Z | [ recovery-image] Dec 21 00:11:40.962 INFO O| Dec 21 00:11:40.962 INFO STEP 499 (remove_files) COMPLETE |
5840 | 2024-12-21T00:11:41.024Z | [ recovery-image] Dec 21 00:11:40.962 INFO O| Dec 21 00:11:40.962 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5841 | 2024-12-21T00:11:41.048Z | [ recovery-image] Dec 21 00:11:40.986 INFO O| Dec 21 00:11:40.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5842 | 2024-12-21T00:11:41.048Z | [ recovery-image] Dec 21 00:11:40.986 INFO O| Dec 21 00:11:40.986 INFO STEP 500 (remove_files) COMPLETE |
5843 | 2024-12-21T00:11:41.051Z | [ recovery-image] Dec 21 00:11:40.986 INFO O| Dec 21 00:11:40.986 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5844 | 2024-12-21T00:11:41.079Z | [ recovery-image] Dec 21 00:11:41.017 INFO O| Dec 21 00:11:41.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5845 | 2024-12-21T00:11:41.079Z | [ recovery-image] Dec 21 00:11:41.017 INFO O| Dec 21 00:11:41.017 INFO STEP 501 (remove_files) COMPLETE |
5846 | 2024-12-21T00:11:41.082Z | [ recovery-image] Dec 21 00:11:41.017 INFO O| Dec 21 00:11:41.017 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5847 | 2024-12-21T00:11:41.136Z | [ recovery-image] Dec 21 00:11:41.074 INFO O| Dec 21 00:11:41.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5848 | 2024-12-21T00:11:41.139Z | [ recovery-image] Dec 21 00:11:41.074 INFO O| Dec 21 00:11:41.074 INFO STEP 502 (remove_files) COMPLETE |
5849 | 2024-12-21T00:11:41.139Z | [ recovery-image] Dec 21 00:11:41.074 INFO O| Dec 21 00:11:41.074 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5850 | 2024-12-21T00:11:41.162Z | [ recovery-image] Dec 21 00:11:41.098 INFO O| Dec 21 00:11:41.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5851 | 2024-12-21T00:11:41.164Z | [ recovery-image] Dec 21 00:11:41.099 INFO O| Dec 21 00:11:41.099 INFO STEP 503 (remove_files) COMPLETE |
5852 | 2024-12-21T00:11:41.164Z | [ recovery-image] Dec 21 00:11:41.099 INFO O| Dec 21 00:11:41.099 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5853 | 2024-12-21T00:11:41.186Z | [ recovery-image] Dec 21 00:11:41.122 INFO O| Dec 21 00:11:41.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5854 | 2024-12-21T00:11:41.186Z | [ recovery-image] Dec 21 00:11:41.122 INFO O| Dec 21 00:11:41.122 INFO STEP 504 (remove_files) COMPLETE |
5855 | 2024-12-21T00:11:41.189Z | [ recovery-image] Dec 21 00:11:41.122 INFO O| Dec 21 00:11:41.122 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5856 | 2024-12-21T00:11:41.214Z | [ recovery-image] Dec 21 00:11:41.151 INFO O| Dec 21 00:11:41.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5857 | 2024-12-21T00:11:41.214Z | [ recovery-image] Dec 21 00:11:41.151 INFO O| Dec 21 00:11:41.151 INFO STEP 505 (remove_files) COMPLETE |
5858 | 2024-12-21T00:11:41.214Z | [ recovery-image] Dec 21 00:11:41.151 INFO O| Dec 21 00:11:41.151 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5859 | 2024-12-21T00:11:41.256Z | [ recovery-image] Dec 21 00:11:41.194 INFO O| Dec 21 00:11:41.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5860 | 2024-12-21T00:11:41.256Z | [ recovery-image] Dec 21 00:11:41.194 INFO O| Dec 21 00:11:41.194 INFO STEP 506 (remove_files) COMPLETE |
5861 | 2024-12-21T00:11:41.256Z | [ recovery-image] Dec 21 00:11:41.194 INFO O| Dec 21 00:11:41.194 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5862 | 2024-12-21T00:11:41.280Z | [ recovery-image] Dec 21 00:11:41.218 INFO O| Dec 21 00:11:41.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5863 | 2024-12-21T00:11:41.280Z | [ recovery-image] Dec 21 00:11:41.218 INFO O| Dec 21 00:11:41.218 INFO STEP 507 (remove_files) COMPLETE |
5864 | 2024-12-21T00:11:41.281Z | [ recovery-image] Dec 21 00:11:41.218 INFO O| Dec 21 00:11:41.218 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5865 | 2024-12-21T00:11:41.323Z | [ recovery-image] Dec 21 00:11:41.261 INFO O| Dec 21 00:11:41.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5866 | 2024-12-21T00:11:41.327Z | [ recovery-image] Dec 21 00:11:41.261 INFO O| Dec 21 00:11:41.261 INFO STEP 508 (remove_files) COMPLETE |
5867 | 2024-12-21T00:11:41.327Z | [ recovery-image] Dec 21 00:11:41.261 INFO O| Dec 21 00:11:41.261 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5868 | 2024-12-21T00:11:41.348Z | [ recovery-image] Dec 21 00:11:41.286 INFO O| Dec 21 00:11:41.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5869 | 2024-12-21T00:11:41.352Z | [ recovery-image] Dec 21 00:11:41.286 INFO O| Dec 21 00:11:41.286 INFO STEP 509 (remove_files) COMPLETE |
5870 | 2024-12-21T00:11:41.352Z | [ recovery-image] Dec 21 00:11:41.286 INFO O| Dec 21 00:11:41.286 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5871 | 2024-12-21T00:11:41.380Z | [ recovery-image] Dec 21 00:11:41.318 INFO O| Dec 21 00:11:41.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5872 | 2024-12-21T00:11:41.380Z | [ recovery-image] Dec 21 00:11:41.318 INFO O| Dec 21 00:11:41.318 INFO STEP 510 (remove_files) COMPLETE |
5873 | 2024-12-21T00:11:41.383Z | [ recovery-image] Dec 21 00:11:41.318 INFO O| Dec 21 00:11:41.318 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5874 | 2024-12-21T00:11:41.423Z | [ recovery-image] Dec 21 00:11:41.361 INFO O| Dec 21 00:11:41.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5875 | 2024-12-21T00:11:41.431Z | [ recovery-image] Dec 21 00:11:41.361 INFO O| Dec 21 00:11:41.361 INFO STEP 511 (remove_files) COMPLETE |
5876 | 2024-12-21T00:11:41.431Z | [ recovery-image] Dec 21 00:11:41.362 INFO O| Dec 21 00:11:41.361 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5877 | 2024-12-21T00:11:41.452Z | [ recovery-image] Dec 21 00:11:41.389 INFO O| Dec 21 00:11:41.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5878 | 2024-12-21T00:11:41.454Z | [ recovery-image] Dec 21 00:11:41.390 INFO O| Dec 21 00:11:41.389 INFO STEP 512 (remove_files) COMPLETE |
5879 | 2024-12-21T00:11:41.454Z | [ recovery-image] Dec 21 00:11:41.390 INFO O| Dec 21 00:11:41.389 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5880 | 2024-12-21T00:11:41.476Z | [ recovery-image] Dec 21 00:11:41.413 INFO O| Dec 21 00:11:41.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5881 | 2024-12-21T00:11:41.478Z | [ recovery-image] Dec 21 00:11:41.414 INFO O| Dec 21 00:11:41.414 INFO STEP 513 (remove_files) COMPLETE |
5882 | 2024-12-21T00:11:41.478Z | [ recovery-image] Dec 21 00:11:41.414 INFO O| Dec 21 00:11:41.414 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5883 | 2024-12-21T00:11:41.500Z | [ recovery-image] Dec 21 00:11:41.438 INFO O| Dec 21 00:11:41.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5884 | 2024-12-21T00:11:41.503Z | [ recovery-image] Dec 21 00:11:41.438 INFO O| Dec 21 00:11:41.438 INFO STEP 514 (remove_files) COMPLETE |
5885 | 2024-12-21T00:11:41.503Z | [ recovery-image] Dec 21 00:11:41.438 INFO O| Dec 21 00:11:41.438 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5886 | 2024-12-21T00:11:41.526Z | [ recovery-image] Dec 21 00:11:41.463 INFO O| Dec 21 00:11:41.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5887 | 2024-12-21T00:11:41.529Z | [ recovery-image] Dec 21 00:11:41.464 INFO O| Dec 21 00:11:41.463 INFO STEP 515 (remove_files) COMPLETE |
5888 | 2024-12-21T00:11:41.529Z | [ recovery-image] Dec 21 00:11:41.464 INFO O| Dec 21 00:11:41.464 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5889 | 2024-12-21T00:11:41.552Z | [ recovery-image] Dec 21 00:11:41.490 INFO O| Dec 21 00:11:41.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5890 | 2024-12-21T00:11:41.552Z | [ recovery-image] Dec 21 00:11:41.490 INFO O| Dec 21 00:11:41.490 INFO STEP 516 (remove_files) COMPLETE |
5891 | 2024-12-21T00:11:41.552Z | [ recovery-image] Dec 21 00:11:41.490 INFO O| Dec 21 00:11:41.490 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5892 | 2024-12-21T00:11:41.620Z | [ recovery-image] Dec 21 00:11:41.557 INFO O| Dec 21 00:11:41.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5893 | 2024-12-21T00:11:41.620Z | [ recovery-image] Dec 21 00:11:41.557 INFO O| Dec 21 00:11:41.557 INFO STEP 517 (remove_files) COMPLETE |
5894 | 2024-12-21T00:11:41.620Z | [ recovery-image] Dec 21 00:11:41.557 INFO O| Dec 21 00:11:41.557 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5895 | 2024-12-21T00:11:41.646Z | [ recovery-image] Dec 21 00:11:41.583 INFO O| Dec 21 00:11:41.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5896 | 2024-12-21T00:11:41.646Z | [ recovery-image] Dec 21 00:11:41.584 INFO O| Dec 21 00:11:41.583 INFO STEP 518 (remove_files) COMPLETE |
5897 | 2024-12-21T00:11:41.646Z | [ recovery-image] Dec 21 00:11:41.584 INFO O| Dec 21 00:11:41.584 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5898 | 2024-12-21T00:11:41.679Z | [ recovery-image] Dec 21 00:11:41.616 INFO O| Dec 21 00:11:41.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5899 | 2024-12-21T00:11:41.679Z | [ recovery-image] Dec 21 00:11:41.616 INFO O| Dec 21 00:11:41.616 INFO STEP 519 (remove_files) COMPLETE |
5900 | 2024-12-21T00:11:41.682Z | [ recovery-image] Dec 21 00:11:41.616 INFO O| Dec 21 00:11:41.616 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5901 | 2024-12-21T00:11:41.706Z | [ recovery-image] Dec 21 00:11:41.643 INFO O| Dec 21 00:11:41.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5902 | 2024-12-21T00:11:41.706Z | [ recovery-image] Dec 21 00:11:41.643 INFO O| Dec 21 00:11:41.643 INFO STEP 520 (remove_files) COMPLETE |
5903 | 2024-12-21T00:11:41.706Z | [ recovery-image] Dec 21 00:11:41.643 INFO O| Dec 21 00:11:41.643 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5904 | 2024-12-21T00:11:41.760Z | [ recovery-image] Dec 21 00:11:41.698 INFO O| Dec 21 00:11:41.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5905 | 2024-12-21T00:11:41.782Z | [ recovery-image] Dec 21 00:11:41.719 INFO O| Dec 21 00:11:41.719 INFO STEP 521 (remove_files) COMPLETE |
5906 | 2024-12-21T00:11:41.782Z | [ recovery-image] Dec 21 00:11:41.719 INFO O| Dec 21 00:11:41.719 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5907 | 2024-12-21T00:11:41.821Z | [ recovery-image] Dec 21 00:11:41.759 INFO O| Dec 21 00:11:41.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5908 | 2024-12-21T00:11:41.821Z | [ recovery-image] Dec 21 00:11:41.759 INFO O| Dec 21 00:11:41.759 INFO STEP 522 (remove_files) COMPLETE |
5909 | 2024-12-21T00:11:41.824Z | [ recovery-image] Dec 21 00:11:41.759 INFO O| Dec 21 00:11:41.759 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5910 | 2024-12-21T00:11:41.847Z | [ recovery-image] Dec 21 00:11:41.785 INFO O| Dec 21 00:11:41.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5911 | 2024-12-21T00:11:41.847Z | [ recovery-image] Dec 21 00:11:41.785 INFO O| Dec 21 00:11:41.785 INFO STEP 523 (remove_files) COMPLETE |
5912 | 2024-12-21T00:11:41.847Z | [ recovery-image] Dec 21 00:11:41.785 INFO O| Dec 21 00:11:41.785 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5913 | 2024-12-21T00:11:41.885Z | [ recovery-image] Dec 21 00:11:41.822 INFO O| Dec 21 00:11:41.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5914 | 2024-12-21T00:11:41.885Z | [ recovery-image] Dec 21 00:11:41.822 INFO O| Dec 21 00:11:41.822 INFO STEP 524 (remove_files) COMPLETE |
5915 | 2024-12-21T00:11:41.886Z | [ recovery-image] Dec 21 00:11:41.822 INFO O| Dec 21 00:11:41.822 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5916 | 2024-12-21T00:11:41.910Z | [ recovery-image] Dec 21 00:11:41.848 INFO O| Dec 21 00:11:41.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5917 | 2024-12-21T00:11:41.910Z | [ recovery-image] Dec 21 00:11:41.848 INFO O| Dec 21 00:11:41.848 INFO STEP 525 (remove_files) COMPLETE |
5918 | 2024-12-21T00:11:41.910Z | [ recovery-image] Dec 21 00:11:41.848 INFO O| Dec 21 00:11:41.848 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5919 | 2024-12-21T00:11:41.934Z | [ recovery-image] Dec 21 00:11:41.871 INFO O| Dec 21 00:11:41.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5920 | 2024-12-21T00:11:41.934Z | [ recovery-image] Dec 21 00:11:41.871 INFO O| Dec 21 00:11:41.871 INFO STEP 526 (remove_files) COMPLETE |
5921 | 2024-12-21T00:11:41.934Z | [ recovery-image] Dec 21 00:11:41.871 INFO O| Dec 21 00:11:41.871 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5922 | 2024-12-21T00:11:41.958Z | [ recovery-image] Dec 21 00:11:41.895 INFO O| Dec 21 00:11:41.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5923 | 2024-12-21T00:11:41.958Z | [ recovery-image] Dec 21 00:11:41.895 INFO O| Dec 21 00:11:41.895 INFO STEP 527 (remove_files) COMPLETE |
5924 | 2024-12-21T00:11:41.958Z | [ recovery-image] Dec 21 00:11:41.895 INFO O| Dec 21 00:11:41.895 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5925 | 2024-12-21T00:11:41.980Z | [ recovery-image] Dec 21 00:11:41.918 INFO O| Dec 21 00:11:41.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5926 | 2024-12-21T00:11:41.983Z | [ recovery-image] Dec 21 00:11:41.918 INFO O| Dec 21 00:11:41.918 INFO STEP 528 (remove_files) COMPLETE |
5927 | 2024-12-21T00:11:41.983Z | [ recovery-image] Dec 21 00:11:41.918 INFO O| Dec 21 00:11:41.918 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5928 | 2024-12-21T00:11:42.005Z | [ recovery-image] Dec 21 00:11:41.943 INFO O| Dec 21 00:11:41.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5929 | 2024-12-21T00:11:42.005Z | [ recovery-image] Dec 21 00:11:41.943 INFO O| Dec 21 00:11:41.943 INFO STEP 529 (remove_files) COMPLETE |
5930 | 2024-12-21T00:11:42.005Z | [ recovery-image] Dec 21 00:11:41.943 INFO O| Dec 21 00:11:41.943 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5931 | 2024-12-21T00:11:42.029Z | [ recovery-image] Dec 21 00:11:41.967 INFO O| Dec 21 00:11:41.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5932 | 2024-12-21T00:11:42.030Z | [ recovery-image] Dec 21 00:11:41.967 INFO O| Dec 21 00:11:41.967 INFO STEP 530 (remove_files) COMPLETE |
5933 | 2024-12-21T00:11:42.032Z | [ recovery-image] Dec 21 00:11:41.968 INFO O| Dec 21 00:11:41.967 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5934 | 2024-12-21T00:11:42.053Z | [ recovery-image] Dec 21 00:11:41.991 INFO O| Dec 21 00:11:41.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5935 | 2024-12-21T00:11:42.053Z | [ recovery-image] Dec 21 00:11:41.991 INFO O| Dec 21 00:11:41.991 INFO STEP 531 (remove_files) COMPLETE |
5936 | 2024-12-21T00:11:42.053Z | [ recovery-image] Dec 21 00:11:41.991 INFO O| Dec 21 00:11:41.991 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5937 | 2024-12-21T00:11:42.087Z | [ recovery-image] Dec 21 00:11:42.025 INFO O| Dec 21 00:11:42.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5938 | 2024-12-21T00:11:42.090Z | [ recovery-image] Dec 21 00:11:42.026 INFO O| Dec 21 00:11:42.025 INFO STEP 532 (remove_files) COMPLETE |
5939 | 2024-12-21T00:11:42.090Z | [ recovery-image] Dec 21 00:11:42.026 INFO O| Dec 21 00:11:42.026 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5940 | 2024-12-21T00:11:42.112Z | [ recovery-image] Dec 21 00:11:42.050 INFO O| Dec 21 00:11:42.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5941 | 2024-12-21T00:11:42.112Z | [ recovery-image] Dec 21 00:11:42.050 INFO O| Dec 21 00:11:42.050 INFO STEP 533 (remove_files) COMPLETE |
5942 | 2024-12-21T00:11:42.115Z | [ recovery-image] Dec 21 00:11:42.050 INFO O| Dec 21 00:11:42.050 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5943 | 2024-12-21T00:11:42.136Z | [ recovery-image] Dec 21 00:11:42.074 INFO O| Dec 21 00:11:42.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5944 | 2024-12-21T00:11:42.139Z | [ recovery-image] Dec 21 00:11:42.074 INFO O| Dec 21 00:11:42.074 INFO STEP 534 (remove_files) COMPLETE |
5945 | 2024-12-21T00:11:42.139Z | [ recovery-image] Dec 21 00:11:42.074 INFO O| Dec 21 00:11:42.074 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5946 | 2024-12-21T00:11:42.173Z | [ recovery-image] Dec 21 00:11:42.111 INFO O| Dec 21 00:11:42.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5947 | 2024-12-21T00:11:42.175Z | [ recovery-image] Dec 21 00:11:42.111 INFO O| Dec 21 00:11:42.111 INFO STEP 535 (remove_files) COMPLETE |
5948 | 2024-12-21T00:11:42.175Z | [ recovery-image] Dec 21 00:11:42.111 INFO O| Dec 21 00:11:42.111 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5949 | 2024-12-21T00:11:42.201Z | [ recovery-image] Dec 21 00:11:42.138 INFO O| Dec 21 00:11:42.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5950 | 2024-12-21T00:11:42.201Z | [ recovery-image] Dec 21 00:11:42.138 INFO O| Dec 21 00:11:42.138 INFO STEP 536 (remove_files) COMPLETE |
5951 | 2024-12-21T00:11:42.201Z | [ recovery-image] Dec 21 00:11:42.138 INFO O| Dec 21 00:11:42.138 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5952 | 2024-12-21T00:11:42.238Z | [ recovery-image] Dec 21 00:11:42.176 INFO O| Dec 21 00:11:42.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5953 | 2024-12-21T00:11:42.238Z | [ recovery-image] Dec 21 00:11:42.176 INFO O| Dec 21 00:11:42.176 INFO STEP 537 (remove_files) COMPLETE |
5954 | 2024-12-21T00:11:42.241Z | [ recovery-image] Dec 21 00:11:42.176 INFO O| Dec 21 00:11:42.176 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5955 | 2024-12-21T00:11:42.269Z | [ recovery-image] Dec 21 00:11:42.206 INFO O| Dec 21 00:11:42.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5956 | 2024-12-21T00:11:42.269Z | [ recovery-image] Dec 21 00:11:42.206 INFO O| Dec 21 00:11:42.206 INFO STEP 538 (remove_files) COMPLETE |
5957 | 2024-12-21T00:11:42.269Z | [ recovery-image] Dec 21 00:11:42.206 INFO O| Dec 21 00:11:42.206 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5958 | 2024-12-21T00:11:42.316Z | [ recovery-image] Dec 21 00:11:42.253 INFO O| Dec 21 00:11:42.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5959 | 2024-12-21T00:11:42.319Z | [ recovery-image] Dec 21 00:11:42.254 INFO O| Dec 21 00:11:42.253 INFO STEP 539 (remove_files) COMPLETE |
5960 | 2024-12-21T00:11:42.319Z | [ recovery-image] Dec 21 00:11:42.254 INFO O| Dec 21 00:11:42.254 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5961 | 2024-12-21T00:11:42.337Z | [ recovery-image] Dec 21 00:11:42.275 INFO O| Dec 21 00:11:42.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5962 | 2024-12-21T00:11:42.339Z | [ recovery-image] Dec 21 00:11:42.275 INFO O| Dec 21 00:11:42.275 INFO STEP 540 (remove_files) COMPLETE |
5963 | 2024-12-21T00:11:42.340Z | [ recovery-image] Dec 21 00:11:42.275 INFO O| Dec 21 00:11:42.275 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5964 | 2024-12-21T00:11:42.372Z | [ recovery-image] Dec 21 00:11:42.309 INFO O| Dec 21 00:11:42.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5965 | 2024-12-21T00:11:42.372Z | [ recovery-image] Dec 21 00:11:42.309 INFO O| Dec 21 00:11:42.309 INFO STEP 541 (remove_files) COMPLETE |
5966 | 2024-12-21T00:11:42.372Z | [ recovery-image] Dec 21 00:11:42.309 INFO O| Dec 21 00:11:42.309 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5967 | 2024-12-21T00:11:42.394Z | [ recovery-image] Dec 21 00:11:42.331 INFO O| Dec 21 00:11:42.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5968 | 2024-12-21T00:11:42.394Z | [ recovery-image] Dec 21 00:11:42.332 INFO O| Dec 21 00:11:42.332 INFO STEP 542 (remove_files) COMPLETE |
5969 | 2024-12-21T00:11:42.394Z | [ recovery-image] Dec 21 00:11:42.332 INFO O| Dec 21 00:11:42.332 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5970 | 2024-12-21T00:11:42.462Z | [ recovery-image] Dec 21 00:11:42.400 INFO O| Dec 21 00:11:42.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5971 | 2024-12-21T00:11:42.462Z | [ recovery-image] Dec 21 00:11:42.400 INFO O| Dec 21 00:11:42.400 INFO STEP 543 (remove_files) COMPLETE |
5972 | 2024-12-21T00:11:42.462Z | [ recovery-image] Dec 21 00:11:42.400 INFO O| Dec 21 00:11:42.400 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5973 | 2024-12-21T00:11:42.500Z | [ recovery-image] Dec 21 00:11:42.438 INFO O| Dec 21 00:11:42.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5974 | 2024-12-21T00:11:42.501Z | [ recovery-image] Dec 21 00:11:42.438 INFO O| Dec 21 00:11:42.438 INFO STEP 544 (remove_files) COMPLETE |
5975 | 2024-12-21T00:11:42.501Z | [ recovery-image] Dec 21 00:11:42.438 INFO O| Dec 21 00:11:42.438 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5976 | 2024-12-21T00:11:42.524Z | [ recovery-image] Dec 21 00:11:42.462 INFO O| Dec 21 00:11:42.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5977 | 2024-12-21T00:11:42.524Z | [ recovery-image] Dec 21 00:11:42.462 INFO O| Dec 21 00:11:42.462 INFO STEP 545 (remove_files) COMPLETE |
5978 | 2024-12-21T00:11:42.527Z | [ recovery-image] Dec 21 00:11:42.462 INFO O| Dec 21 00:11:42.462 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5979 | 2024-12-21T00:11:42.549Z | [ recovery-image] Dec 21 00:11:42.487 INFO O| Dec 21 00:11:42.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5980 | 2024-12-21T00:11:42.549Z | [ recovery-image] Dec 21 00:11:42.487 INFO O| Dec 21 00:11:42.487 INFO STEP 546 (remove_files) COMPLETE |
5981 | 2024-12-21T00:11:42.552Z | [ recovery-image] Dec 21 00:11:42.487 INFO O| Dec 21 00:11:42.487 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5982 | 2024-12-21T00:11:42.598Z | [ recovery-image] Dec 21 00:11:42.536 INFO O| Dec 21 00:11:42.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5983 | 2024-12-21T00:11:42.601Z | [ recovery-image] Dec 21 00:11:42.536 INFO O| Dec 21 00:11:42.536 INFO STEP 547 (remove_files) COMPLETE |
5984 | 2024-12-21T00:11:42.601Z | [ recovery-image] Dec 21 00:11:42.537 INFO O| Dec 21 00:11:42.536 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5985 | 2024-12-21T00:11:42.620Z | [ recovery-image] Dec 21 00:11:42.558 INFO O| Dec 21 00:11:42.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5986 | 2024-12-21T00:11:42.623Z | [ recovery-image] Dec 21 00:11:42.559 INFO O| Dec 21 00:11:42.558 INFO STEP 548 (remove_files) COMPLETE |
5987 | 2024-12-21T00:11:42.623Z | [ recovery-image] Dec 21 00:11:42.559 INFO O| Dec 21 00:11:42.559 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5988 | 2024-12-21T00:11:42.642Z | [ recovery-image] Dec 21 00:11:42.580 INFO O| Dec 21 00:11:42.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5989 | 2024-12-21T00:11:42.645Z | [ recovery-image] Dec 21 00:11:42.580 INFO O| Dec 21 00:11:42.580 INFO STEP 549 (remove_files) COMPLETE |
5990 | 2024-12-21T00:11:42.645Z | [ recovery-image] Dec 21 00:11:42.581 INFO O| Dec 21 00:11:42.580 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5991 | 2024-12-21T00:11:42.664Z | [ recovery-image] Dec 21 00:11:42.602 INFO O| Dec 21 00:11:42.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5992 | 2024-12-21T00:11:42.667Z | [ recovery-image] Dec 21 00:11:42.602 INFO O| Dec 21 00:11:42.602 INFO STEP 550 (remove_files) COMPLETE |
5993 | 2024-12-21T00:11:42.667Z | [ recovery-image] Dec 21 00:11:42.602 INFO O| Dec 21 00:11:42.602 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5994 | 2024-12-21T00:11:42.693Z | [ recovery-image] Dec 21 00:11:42.631 INFO O| Dec 21 00:11:42.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5995 | 2024-12-21T00:11:42.696Z | [ recovery-image] Dec 21 00:11:42.631 INFO O| Dec 21 00:11:42.631 INFO STEP 551 (remove_files) COMPLETE |
5996 | 2024-12-21T00:11:42.696Z | [ recovery-image] Dec 21 00:11:42.631 INFO O| Dec 21 00:11:42.631 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5997 | 2024-12-21T00:11:42.714Z | [ recovery-image] Dec 21 00:11:42.652 INFO O| Dec 21 00:11:42.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5998 | 2024-12-21T00:11:42.717Z | [ recovery-image] Dec 21 00:11:42.653 INFO O| Dec 21 00:11:42.653 INFO STEP 552 (remove_files) COMPLETE |
5999 | 2024-12-21T00:11:42.717Z | [ recovery-image] Dec 21 00:11:42.653 INFO O| Dec 21 00:11:42.653 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6000 | 2024-12-21T00:11:42.735Z | [ recovery-image] Dec 21 00:11:42.672 INFO O| Dec 21 00:11:42.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
6001 | 2024-12-21T00:11:42.737Z | [ recovery-image] Dec 21 00:11:42.673 INFO O| Dec 21 00:11:42.673 INFO STEP 553 (remove_files) COMPLETE |
6002 | 2024-12-21T00:11:42.737Z | [ recovery-image] Dec 21 00:11:42.673 INFO O| Dec 21 00:11:42.673 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6003 | 2024-12-21T00:11:42.768Z | [ recovery-image] Dec 21 00:11:42.705 INFO O| Dec 21 00:11:42.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
6004 | 2024-12-21T00:11:42.771Z | [ recovery-image] Dec 21 00:11:42.706 INFO O| Dec 21 00:11:42.706 INFO STEP 554 (remove_files) COMPLETE |
6005 | 2024-12-21T00:11:42.771Z | [ recovery-image] Dec 21 00:11:42.706 INFO O| Dec 21 00:11:42.706 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6006 | 2024-12-21T00:11:42.793Z | [ recovery-image] Dec 21 00:11:42.731 INFO O| Dec 21 00:11:42.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
6007 | 2024-12-21T00:11:42.828Z | [ recovery-image] Dec 21 00:11:42.766 INFO O| Dec 21 00:11:42.766 INFO STEP 555 (remove_files) COMPLETE |
6008 | 2024-12-21T00:11:42.828Z | [ recovery-image] Dec 21 00:11:42.766 INFO O| Dec 21 00:11:42.766 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6009 | 2024-12-21T00:11:42.886Z | [ recovery-image] Dec 21 00:11:42.824 INFO O| Dec 21 00:11:42.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
6010 | 2024-12-21T00:11:42.889Z | [ recovery-image] Dec 21 00:11:42.824 INFO O| Dec 21 00:11:42.824 INFO STEP 556 (remove_files) COMPLETE |
6011 | 2024-12-21T00:11:42.889Z | [ recovery-image] Dec 21 00:11:42.824 INFO O| Dec 21 00:11:42.824 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6012 | 2024-12-21T00:11:42.944Z | [ recovery-image] Dec 21 00:11:42.882 INFO O| Dec 21 00:11:42.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
6013 | 2024-12-21T00:11:42.944Z | [ recovery-image] Dec 21 00:11:42.882 INFO O| Dec 21 00:11:42.882 INFO STEP 557 (remove_files) COMPLETE |
6014 | 2024-12-21T00:11:42.944Z | [ recovery-image] Dec 21 00:11:42.882 INFO O| Dec 21 00:11:42.882 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6015 | 2024-12-21T00:11:42.979Z | [ recovery-image] Dec 21 00:11:42.917 INFO O| Dec 21 00:11:42.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6016 | 2024-12-21T00:11:42.979Z | [ recovery-image] Dec 21 00:11:42.917 INFO O| Dec 21 00:11:42.917 INFO STEP 558 (remove_files) COMPLETE |
6017 | 2024-12-21T00:11:42.982Z | [ recovery-image] Dec 21 00:11:42.918 INFO O| Dec 21 00:11:42.917 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6018 | 2024-12-21T00:11:43.005Z | [ recovery-image] Dec 21 00:11:42.943 INFO O| Dec 21 00:11:42.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6019 | 2024-12-21T00:11:43.005Z | [ recovery-image] Dec 21 00:11:42.943 INFO O| Dec 21 00:11:42.943 INFO STEP 559 (remove_files) COMPLETE |
6020 | 2024-12-21T00:11:43.008Z | [ recovery-image] Dec 21 00:11:42.943 INFO O| Dec 21 00:11:42.943 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6021 | 2024-12-21T00:11:43.028Z | [ recovery-image] Dec 21 00:11:42.967 INFO O| Dec 21 00:11:42.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6022 | 2024-12-21T00:11:43.029Z | [ recovery-image] Dec 21 00:11:42.967 INFO O| Dec 21 00:11:42.967 INFO STEP 560 (remove_files) COMPLETE |
6023 | 2024-12-21T00:11:43.032Z | [ recovery-image] Dec 21 00:11:42.967 INFO O| Dec 21 00:11:42.967 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6024 | 2024-12-21T00:11:43.051Z | [ recovery-image] Dec 21 00:11:42.988 INFO O| Dec 21 00:11:42.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6025 | 2024-12-21T00:11:43.051Z | [ recovery-image] Dec 21 00:11:42.988 INFO O| Dec 21 00:11:42.988 INFO STEP 561 (remove_files) COMPLETE |
6026 | 2024-12-21T00:11:43.051Z | [ recovery-image] Dec 21 00:11:42.988 INFO O| Dec 21 00:11:42.988 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6027 | 2024-12-21T00:11:43.074Z | [ recovery-image] Dec 21 00:11:43.011 INFO O| Dec 21 00:11:43.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6028 | 2024-12-21T00:11:43.074Z | [ recovery-image] Dec 21 00:11:43.011 INFO O| Dec 21 00:11:43.011 INFO STEP 562 (remove_files) COMPLETE |
6029 | 2024-12-21T00:11:43.074Z | [ recovery-image] Dec 21 00:11:43.011 INFO O| Dec 21 00:11:43.011 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6030 | 2024-12-21T00:11:43.098Z | [ recovery-image] Dec 21 00:11:43.034 INFO O| Dec 21 00:11:43.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6031 | 2024-12-21T00:11:43.098Z | [ recovery-image] Dec 21 00:11:43.034 INFO O| Dec 21 00:11:43.034 INFO STEP 563 (remove_files) COMPLETE |
6032 | 2024-12-21T00:11:43.098Z | [ recovery-image] Dec 21 00:11:43.034 INFO O| Dec 21 00:11:43.034 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6033 | 2024-12-21T00:11:43.132Z | [ recovery-image] Dec 21 00:11:43.069 INFO O| Dec 21 00:11:43.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6034 | 2024-12-21T00:11:43.132Z | [ recovery-image] Dec 21 00:11:43.069 INFO O| Dec 21 00:11:43.069 INFO STEP 564 (remove_files) COMPLETE |
6035 | 2024-12-21T00:11:43.132Z | [ recovery-image] Dec 21 00:11:43.069 INFO O| Dec 21 00:11:43.069 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6036 | 2024-12-21T00:11:43.159Z | [ recovery-image] Dec 21 00:11:43.097 INFO O| Dec 21 00:11:43.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6037 | 2024-12-21T00:11:43.161Z | [ recovery-image] Dec 21 00:11:43.097 INFO O| Dec 21 00:11:43.097 INFO STEP 565 (remove_files) COMPLETE |
6038 | 2024-12-21T00:11:43.161Z | [ recovery-image] Dec 21 00:11:43.098 INFO O| Dec 21 00:11:43.098 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6039 | 2024-12-21T00:11:43.181Z | [ recovery-image] Dec 21 00:11:43.119 INFO O| Dec 21 00:11:43.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6040 | 2024-12-21T00:11:43.184Z | [ recovery-image] Dec 21 00:11:43.120 INFO O| Dec 21 00:11:43.120 INFO STEP 566 (remove_files) COMPLETE |
6041 | 2024-12-21T00:11:43.184Z | [ recovery-image] Dec 21 00:11:43.120 INFO O| Dec 21 00:11:43.120 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6042 | 2024-12-21T00:11:43.203Z | [ recovery-image] Dec 21 00:11:43.141 INFO O| Dec 21 00:11:43.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6043 | 2024-12-21T00:11:43.205Z | [ recovery-image] Dec 21 00:11:43.141 INFO O| Dec 21 00:11:43.141 INFO STEP 567 (remove_files) COMPLETE |
6044 | 2024-12-21T00:11:43.205Z | [ recovery-image] Dec 21 00:11:43.141 INFO O| Dec 21 00:11:43.141 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6045 | 2024-12-21T00:11:43.226Z | [ recovery-image] Dec 21 00:11:43.164 INFO O| Dec 21 00:11:43.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6046 | 2024-12-21T00:11:43.228Z | [ recovery-image] Dec 21 00:11:43.165 INFO O| Dec 21 00:11:43.165 INFO STEP 568 (remove_files) COMPLETE |
6047 | 2024-12-21T00:11:43.228Z | [ recovery-image] Dec 21 00:11:43.165 INFO O| Dec 21 00:11:43.165 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6048 | 2024-12-21T00:11:43.253Z | [ recovery-image] Dec 21 00:11:43.191 INFO O| Dec 21 00:11:43.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6049 | 2024-12-21T00:11:43.253Z | [ recovery-image] Dec 21 00:11:43.191 INFO O| Dec 21 00:11:43.191 INFO STEP 569 (remove_files) COMPLETE |
6050 | 2024-12-21T00:11:43.253Z | [ recovery-image] Dec 21 00:11:43.191 INFO O| Dec 21 00:11:43.191 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6051 | 2024-12-21T00:11:43.296Z | [ recovery-image] Dec 21 00:11:43.234 INFO O| Dec 21 00:11:43.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6052 | 2024-12-21T00:11:43.299Z | [ recovery-image] Dec 21 00:11:43.234 INFO O| Dec 21 00:11:43.234 INFO STEP 570 (remove_files) COMPLETE |
6053 | 2024-12-21T00:11:43.299Z | [ recovery-image] Dec 21 00:11:43.235 INFO O| Dec 21 00:11:43.235 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6054 | 2024-12-21T00:11:43.320Z | [ recovery-image] Dec 21 00:11:43.258 INFO O| Dec 21 00:11:43.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6055 | 2024-12-21T00:11:43.323Z | [ recovery-image] Dec 21 00:11:43.258 INFO O| Dec 21 00:11:43.258 INFO STEP 571 (remove_files) COMPLETE |
6056 | 2024-12-21T00:11:43.323Z | [ recovery-image] Dec 21 00:11:43.258 INFO O| Dec 21 00:11:43.258 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6057 | 2024-12-21T00:11:43.343Z | [ recovery-image] Dec 21 00:11:43.281 INFO O| Dec 21 00:11:43.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6058 | 2024-12-21T00:11:43.346Z | [ recovery-image] Dec 21 00:11:43.281 INFO O| Dec 21 00:11:43.281 INFO STEP 572 (remove_files) COMPLETE |
6059 | 2024-12-21T00:11:43.346Z | [ recovery-image] Dec 21 00:11:43.281 INFO O| Dec 21 00:11:43.281 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6060 | 2024-12-21T00:11:43.365Z | [ recovery-image] Dec 21 00:11:43.303 INFO O| Dec 21 00:11:43.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6061 | 2024-12-21T00:11:43.368Z | [ recovery-image] Dec 21 00:11:43.303 INFO O| Dec 21 00:11:43.303 INFO STEP 573 (remove_files) COMPLETE |
6062 | 2024-12-21T00:11:43.368Z | [ recovery-image] Dec 21 00:11:43.303 INFO O| Dec 21 00:11:43.303 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6063 | 2024-12-21T00:11:43.407Z | [ recovery-image] Dec 21 00:11:43.345 INFO O| Dec 21 00:11:43.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6064 | 2024-12-21T00:11:43.407Z | [ recovery-image] Dec 21 00:11:43.345 INFO O| Dec 21 00:11:43.345 INFO STEP 574 (remove_files) COMPLETE |
6065 | 2024-12-21T00:11:43.407Z | [ recovery-image] Dec 21 00:11:43.345 INFO O| Dec 21 00:11:43.345 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6066 | 2024-12-21T00:11:43.428Z | [ recovery-image] Dec 21 00:11:43.366 INFO O| Dec 21 00:11:43.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6067 | 2024-12-21T00:11:43.431Z | [ recovery-image] Dec 21 00:11:43.366 INFO O| Dec 21 00:11:43.366 INFO STEP 575 (remove_files) COMPLETE |
6068 | 2024-12-21T00:11:43.431Z | [ recovery-image] Dec 21 00:11:43.366 INFO O| Dec 21 00:11:43.366 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6069 | 2024-12-21T00:11:43.452Z | [ recovery-image] Dec 21 00:11:43.389 INFO O| Dec 21 00:11:43.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6070 | 2024-12-21T00:11:43.455Z | [ recovery-image] Dec 21 00:11:43.389 INFO O| Dec 21 00:11:43.389 INFO STEP 576 (remove_files) COMPLETE |
6071 | 2024-12-21T00:11:43.455Z | [ recovery-image] Dec 21 00:11:43.389 INFO O| Dec 21 00:11:43.389 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6072 | 2024-12-21T00:11:43.476Z | [ recovery-image] Dec 21 00:11:43.414 INFO O| Dec 21 00:11:43.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6073 | 2024-12-21T00:11:43.476Z | [ recovery-image] Dec 21 00:11:43.414 INFO O| Dec 21 00:11:43.414 INFO STEP 577 (remove_files) COMPLETE |
6074 | 2024-12-21T00:11:43.480Z | [ recovery-image] Dec 21 00:11:43.414 INFO O| Dec 21 00:11:43.414 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6075 | 2024-12-21T00:11:43.499Z | [ recovery-image] Dec 21 00:11:43.437 INFO O| Dec 21 00:11:43.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6076 | 2024-12-21T00:11:43.499Z | [ recovery-image] Dec 21 00:11:43.437 INFO O| Dec 21 00:11:43.437 INFO STEP 578 (remove_files) COMPLETE |
6077 | 2024-12-21T00:11:43.499Z | [ recovery-image] Dec 21 00:11:43.437 INFO O| Dec 21 00:11:43.437 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6078 | 2024-12-21T00:11:43.522Z | [ recovery-image] Dec 21 00:11:43.458 INFO O| Dec 21 00:11:43.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6079 | 2024-12-21T00:11:43.522Z | [ recovery-image] Dec 21 00:11:43.458 INFO O| Dec 21 00:11:43.458 INFO STEP 579 (remove_files) COMPLETE |
6080 | 2024-12-21T00:11:43.522Z | [ recovery-image] Dec 21 00:11:43.458 INFO O| Dec 21 00:11:43.458 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6081 | 2024-12-21T00:11:43.549Z | [ recovery-image] Dec 21 00:11:43.487 INFO O| Dec 21 00:11:43.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6082 | 2024-12-21T00:11:43.550Z | [ recovery-image] Dec 21 00:11:43.487 INFO O| Dec 21 00:11:43.487 INFO STEP 580 (remove_files) COMPLETE |
6083 | 2024-12-21T00:11:43.550Z | [ recovery-image] Dec 21 00:11:43.487 INFO O| Dec 21 00:11:43.487 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6084 | 2024-12-21T00:11:43.573Z | [ recovery-image] Dec 21 00:11:43.511 INFO O| Dec 21 00:11:43.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6085 | 2024-12-21T00:11:43.573Z | [ recovery-image] Dec 21 00:11:43.511 INFO O| Dec 21 00:11:43.511 INFO STEP 581 (remove_files) COMPLETE |
6086 | 2024-12-21T00:11:43.573Z | [ recovery-image] Dec 21 00:11:43.511 INFO O| Dec 21 00:11:43.511 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6087 | 2024-12-21T00:11:43.669Z | [ recovery-image] Dec 21 00:11:43.607 INFO O| Dec 21 00:11:43.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6088 | 2024-12-21T00:11:43.669Z | [ recovery-image] Dec 21 00:11:43.607 INFO O| Dec 21 00:11:43.607 INFO STEP 582 (remove_files) COMPLETE |
6089 | 2024-12-21T00:11:43.671Z | [ recovery-image] Dec 21 00:11:43.607 INFO O| Dec 21 00:11:43.607 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6090 | 2024-12-21T00:11:43.691Z | [ recovery-image] Dec 21 00:11:43.629 INFO O| Dec 21 00:11:43.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6091 | 2024-12-21T00:11:43.691Z | [ recovery-image] Dec 21 00:11:43.629 INFO O| Dec 21 00:11:43.629 INFO STEP 583 (remove_files) COMPLETE |
6092 | 2024-12-21T00:11:43.691Z | [ recovery-image] Dec 21 00:11:43.629 INFO O| Dec 21 00:11:43.629 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6093 | 2024-12-21T00:11:43.733Z | [ recovery-image] Dec 21 00:11:43.671 INFO O| Dec 21 00:11:43.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6094 | 2024-12-21T00:11:43.733Z | [ recovery-image] Dec 21 00:11:43.671 INFO O| Dec 21 00:11:43.671 INFO STEP 584 (remove_files) COMPLETE |
6095 | 2024-12-21T00:11:43.733Z | [ recovery-image] Dec 21 00:11:43.671 INFO O| Dec 21 00:11:43.671 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6096 | 2024-12-21T00:11:43.757Z | [ recovery-image] Dec 21 00:11:43.695 INFO O| Dec 21 00:11:43.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6097 | 2024-12-21T00:11:43.758Z | [ recovery-image] Dec 21 00:11:43.696 INFO O| Dec 21 00:11:43.695 INFO STEP 585 (remove_files) COMPLETE |
6098 | 2024-12-21T00:11:43.758Z | [ recovery-image] Dec 21 00:11:43.696 INFO O| Dec 21 00:11:43.695 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6099 | 2024-12-21T00:11:43.783Z | [ recovery-image] Dec 21 00:11:43.721 INFO O| Dec 21 00:11:43.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6100 | 2024-12-21T00:11:43.783Z | [ recovery-image] Dec 21 00:11:43.721 INFO O| Dec 21 00:11:43.721 INFO STEP 586 (remove_files) COMPLETE |
6101 | 2024-12-21T00:11:43.783Z | [ recovery-image] Dec 21 00:11:43.721 INFO O| Dec 21 00:11:43.721 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6102 | 2024-12-21T00:11:43.808Z | [ recovery-image] Dec 21 00:11:43.746 INFO O| Dec 21 00:11:43.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6103 | 2024-12-21T00:11:43.810Z | [ recovery-image] Dec 21 00:11:43.746 INFO O| Dec 21 00:11:43.746 INFO STEP 587 (remove_files) COMPLETE |
6104 | 2024-12-21T00:11:43.810Z | [ recovery-image] Dec 21 00:11:43.746 INFO O| Dec 21 00:11:43.746 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6105 | 2024-12-21T00:11:43.833Z | [ recovery-image] Dec 21 00:11:43.771 INFO O| Dec 21 00:11:43.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6106 | 2024-12-21T00:11:43.833Z | [ recovery-image] Dec 21 00:11:43.771 INFO O| Dec 21 00:11:43.771 INFO STEP 588 (remove_files) COMPLETE |
6107 | 2024-12-21T00:11:43.833Z | [ recovery-image] Dec 21 00:11:43.771 INFO O| Dec 21 00:11:43.771 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6108 | 2024-12-21T00:11:43.865Z | [ recovery-image] Dec 21 00:11:43.803 INFO O| Dec 21 00:11:43.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6109 | 2024-12-21T00:11:43.865Z | [ recovery-image] Dec 21 00:11:43.803 INFO O| Dec 21 00:11:43.803 INFO STEP 589 (remove_files) COMPLETE |
6110 | 2024-12-21T00:11:43.868Z | [ recovery-image] Dec 21 00:11:43.803 INFO O| Dec 21 00:11:43.803 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6111 | 2024-12-21T00:11:43.902Z | [ recovery-image] Dec 21 00:11:43.840 INFO O| Dec 21 00:11:43.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6112 | 2024-12-21T00:11:43.902Z | [ recovery-image] Dec 21 00:11:43.840 INFO O| Dec 21 00:11:43.840 INFO STEP 590 (remove_files) COMPLETE |
6113 | 2024-12-21T00:11:43.902Z | [ recovery-image] Dec 21 00:11:43.840 INFO O| Dec 21 00:11:43.840 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6114 | 2024-12-21T00:11:43.933Z | [ recovery-image] Dec 21 00:11:43.869 INFO O| Dec 21 00:11:43.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6115 | 2024-12-21T00:11:43.933Z | [ recovery-image] Dec 21 00:11:43.869 INFO O| Dec 21 00:11:43.869 INFO STEP 591 (remove_files) COMPLETE |
6116 | 2024-12-21T00:11:43.936Z | [ recovery-image] Dec 21 00:11:43.869 INFO O| Dec 21 00:11:43.869 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6117 | 2024-12-21T00:11:43.977Z | [ recovery-image] Dec 21 00:11:43.915 INFO O| Dec 21 00:11:43.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6118 | 2024-12-21T00:11:43.977Z | [ recovery-image] Dec 21 00:11:43.915 INFO O| Dec 21 00:11:43.915 INFO STEP 592 (remove_files) COMPLETE |
6119 | 2024-12-21T00:11:43.977Z | [ recovery-image] Dec 21 00:11:43.915 INFO O| Dec 21 00:11:43.915 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6120 | 2024-12-21T00:11:44.001Z | [ host-image] Dec 21 00:11:43.939 INFO O| Dec 21 00:11:43.939 INFO O| Planning: Solver setup ... Done |
6121 | 2024-12-21T00:11:44.009Z | [ host-image] Dec 21 00:11:43.947 INFO O| Dec 21 00:11:43.947 INFO O| Planning: Running solver ... Done |
6122 | 2024-12-21T00:11:44.038Z | [ recovery-image] Dec 21 00:11:43.976 INFO O| Dec 21 00:11:43.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6123 | 2024-12-21T00:11:44.040Z | [ recovery-image] Dec 21 00:11:43.976 INFO O| Dec 21 00:11:43.976 INFO STEP 593 (remove_files) COMPLETE |
6124 | 2024-12-21T00:11:44.040Z | [ recovery-image] Dec 21 00:11:43.976 INFO O| Dec 21 00:11:43.976 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6125 | 2024-12-21T00:11:44.060Z | [ recovery-image] Dec 21 00:11:43.998 INFO O| Dec 21 00:11:43.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6126 | 2024-12-21T00:11:44.060Z | [ recovery-image] Dec 21 00:11:43.998 INFO O| Dec 21 00:11:43.998 INFO STEP 594 (remove_files) COMPLETE |
6127 | 2024-12-21T00:11:44.063Z | [ recovery-image] Dec 21 00:11:43.998 INFO O| Dec 21 00:11:43.998 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2024-12-21T00:11:44.113Z | [ host-image] Dec 21 00:11:44.051 INFO O| Dec 21 00:11:44.051 INFO O| Planning: Finding local manifests ... Done |
6129 | 2024-12-21T00:11:44.115Z | [ host-image] Dec 21 00:11:44.052 INFO O| Dec 21 00:11:44.052 INFO O| Planning: Fetching manifests: 0/1 0% complete |
6130 | 2024-12-21T00:11:44.182Z | [ recovery-image] Dec 21 00:11:44.120 INFO O| Dec 21 00:11:44.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6131 | 2024-12-21T00:11:44.182Z | [ recovery-image] Dec 21 00:11:44.120 INFO O| Dec 21 00:11:44.120 INFO STEP 595 (remove_files) COMPLETE |
6132 | 2024-12-21T00:11:44.182Z | [ recovery-image] Dec 21 00:11:44.120 INFO O| Dec 21 00:11:44.120 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6133 | 2024-12-21T00:11:44.207Z | [ recovery-image] Dec 21 00:11:44.145 INFO O| Dec 21 00:11:44.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6134 | 2024-12-21T00:11:44.210Z | [ recovery-image] Dec 21 00:11:44.146 INFO O| Dec 21 00:11:44.146 INFO STEP 596 (remove_files) COMPLETE |
6135 | 2024-12-21T00:11:44.210Z | [ recovery-image] Dec 21 00:11:44.146 INFO O| Dec 21 00:11:44.146 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6136 | 2024-12-21T00:11:44.230Z | [ recovery-image] Dec 21 00:11:44.168 INFO O| Dec 21 00:11:44.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6137 | 2024-12-21T00:11:44.230Z | [ recovery-image] Dec 21 00:11:44.169 INFO O| Dec 21 00:11:44.169 INFO STEP 597 (remove_files) COMPLETE |
6138 | 2024-12-21T00:11:44.230Z | [ recovery-image] Dec 21 00:11:44.169 INFO O| Dec 21 00:11:44.169 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6139 | 2024-12-21T00:11:44.260Z | [ recovery-image] Dec 21 00:11:44.198 INFO O| Dec 21 00:11:44.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6140 | 2024-12-21T00:11:44.263Z | [ recovery-image] Dec 21 00:11:44.198 INFO O| Dec 21 00:11:44.198 INFO STEP 598 (remove_files) COMPLETE |
6141 | 2024-12-21T00:11:44.263Z | [ recovery-image] Dec 21 00:11:44.198 INFO O| Dec 21 00:11:44.198 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6142 | 2024-12-21T00:11:44.306Z | [ recovery-image] Dec 21 00:11:44.244 INFO O| Dec 21 00:11:44.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6143 | 2024-12-21T00:11:44.306Z | [ recovery-image] Dec 21 00:11:44.244 INFO O| Dec 21 00:11:44.244 INFO STEP 599 (remove_files) COMPLETE |
6144 | 2024-12-21T00:11:44.309Z | [ recovery-image] Dec 21 00:11:44.244 INFO O| Dec 21 00:11:44.244 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6145 | 2024-12-21T00:11:44.344Z | [ recovery-image] Dec 21 00:11:44.282 INFO O| Dec 21 00:11:44.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6146 | 2024-12-21T00:11:44.344Z | [ recovery-image] Dec 21 00:11:44.282 INFO O| Dec 21 00:11:44.270 INFO STEP 600 (remove_files) COMPLETE |
6147 | 2024-12-21T00:11:44.344Z | [ recovery-image] Dec 21 00:11:44.282 INFO O| Dec 21 00:11:44.270 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6148 | 2024-12-21T00:11:44.357Z | [ recovery-image] Dec 21 00:11:44.295 INFO O| Dec 21 00:11:44.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6149 | 2024-12-21T00:11:44.361Z | [ recovery-image] Dec 21 00:11:44.296 INFO O| Dec 21 00:11:44.296 INFO STEP 601 (remove_files) COMPLETE |
6150 | 2024-12-21T00:11:44.361Z | [ recovery-image] Dec 21 00:11:44.296 INFO O| Dec 21 00:11:44.296 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6151 | 2024-12-21T00:11:44.384Z | [ recovery-image] Dec 21 00:11:44.321 INFO O| Dec 21 00:11:44.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6152 | 2024-12-21T00:11:44.389Z | [ recovery-image] Dec 21 00:11:44.322 INFO O| Dec 21 00:11:44.322 INFO STEP 602 (remove_files) COMPLETE |
6153 | 2024-12-21T00:11:44.389Z | [ recovery-image] Dec 21 00:11:44.322 INFO O| Dec 21 00:11:44.322 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6154 | 2024-12-21T00:11:44.412Z | [ recovery-image] Dec 21 00:11:44.347 INFO O| Dec 21 00:11:44.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6155 | 2024-12-21T00:11:44.415Z | [ recovery-image] Dec 21 00:11:44.347 INFO O| Dec 21 00:11:44.347 INFO STEP 603 (remove_files) COMPLETE |
6156 | 2024-12-21T00:11:44.415Z | [ recovery-image] Dec 21 00:11:44.348 INFO O| Dec 21 00:11:44.347 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6157 | 2024-12-21T00:11:44.435Z | [ recovery-image] Dec 21 00:11:44.373 INFO O| Dec 21 00:11:44.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6158 | 2024-12-21T00:11:44.435Z | [ recovery-image] Dec 21 00:11:44.373 INFO O| Dec 21 00:11:44.373 INFO STEP 604 (remove_files) COMPLETE |
6159 | 2024-12-21T00:11:44.438Z | [ recovery-image] Dec 21 00:11:44.373 INFO O| Dec 21 00:11:44.373 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6160 | 2024-12-21T00:11:44.453Z | [ host-image] Dec 21 00:11:44.391 INFO O| Dec 21 00:11:44.391 INFO O| Planning: Fetching manifests: 1/1 100% complete |
6161 | 2024-12-21T00:11:44.468Z | [ recovery-image] Dec 21 00:11:44.406 INFO O| Dec 21 00:11:44.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6162 | 2024-12-21T00:11:44.468Z | [ recovery-image] Dec 21 00:11:44.406 INFO O| Dec 21 00:11:44.406 INFO STEP 605 (remove_files) COMPLETE |
6163 | 2024-12-21T00:11:44.468Z | [ recovery-image] Dec 21 00:11:44.406 INFO O| Dec 21 00:11:44.406 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6164 | 2024-12-21T00:11:44.492Z | [ recovery-image] Dec 21 00:11:44.429 INFO O| Dec 21 00:11:44.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6165 | 2024-12-21T00:11:44.492Z | [ recovery-image] Dec 21 00:11:44.429 INFO O| Dec 21 00:11:44.429 INFO STEP 606 (remove_files) COMPLETE |
6166 | 2024-12-21T00:11:44.496Z | [ recovery-image] Dec 21 00:11:44.430 INFO O| Dec 21 00:11:44.429 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6167 | 2024-12-21T00:11:44.502Z | [ host-image] Dec 21 00:11:44.440 INFO O| Dec 21 00:11:44.440 INFO O| Planning: Package planning ... Done |
6168 | 2024-12-21T00:11:44.505Z | [ host-image] Dec 21 00:11:44.441 INFO O| Dec 21 00:11:44.441 INFO O| Planning: Merging actions ... Done |
6169 | 2024-12-21T00:11:44.554Z | [ recovery-image] Dec 21 00:11:44.491 INFO O| Dec 21 00:11:44.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6170 | 2024-12-21T00:11:44.554Z | [ recovery-image] Dec 21 00:11:44.491 INFO O| Dec 21 00:11:44.491 INFO STEP 607 (remove_files) COMPLETE |
6171 | 2024-12-21T00:11:44.554Z | [ recovery-image] Dec 21 00:11:44.491 INFO O| Dec 21 00:11:44.491 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6172 | 2024-12-21T00:11:44.574Z | [ recovery-image] Dec 21 00:11:44.512 INFO O| Dec 21 00:11:44.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6173 | 2024-12-21T00:11:44.574Z | [ recovery-image] Dec 21 00:11:44.512 INFO O| Dec 21 00:11:44.512 INFO STEP 608 (remove_files) COMPLETE |
6174 | 2024-12-21T00:11:44.574Z | [ recovery-image] Dec 21 00:11:44.512 INFO O| Dec 21 00:11:44.512 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6175 | 2024-12-21T00:11:44.595Z | [ recovery-image] Dec 21 00:11:44.532 INFO O| Dec 21 00:11:44.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6176 | 2024-12-21T00:11:44.595Z | [ recovery-image] Dec 21 00:11:44.532 INFO O| Dec 21 00:11:44.532 INFO STEP 609 (remove_files) COMPLETE |
6177 | 2024-12-21T00:11:44.595Z | [ recovery-image] Dec 21 00:11:44.532 INFO O| Dec 21 00:11:44.532 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6178 | 2024-12-21T00:11:44.647Z | [ host-image] Dec 21 00:11:44.585 INFO O| Dec 21 00:11:44.585 INFO O| Planning: Checking for conflicting actions ... Done |
6179 | 2024-12-21T00:11:44.647Z | [ recovery-image] Dec 21 00:11:44.585 INFO O| Dec 21 00:11:44.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6180 | 2024-12-21T00:11:44.649Z | [ recovery-image] Dec 21 00:11:44.585 INFO O| Dec 21 00:11:44.585 INFO STEP 610 (remove_files) COMPLETE |
6181 | 2024-12-21T00:11:44.649Z | [ host-image] Dec 21 00:11:44.585 INFO O| Dec 21 00:11:44.585 INFO O| Planning: Consolidating action changes ... Done |
6182 | 2024-12-21T00:11:44.649Z | [ recovery-image] Dec 21 00:11:44.585 INFO O| Dec 21 00:11:44.585 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6183 | 2024-12-21T00:11:44.666Z | [ recovery-image] Dec 21 00:11:44.604 INFO O| Dec 21 00:11:44.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6184 | 2024-12-21T00:11:44.666Z | [ recovery-image] Dec 21 00:11:44.604 INFO O| Dec 21 00:11:44.604 INFO STEP 611 (remove_files) COMPLETE |
6185 | 2024-12-21T00:11:44.666Z | [ recovery-image] Dec 21 00:11:44.604 INFO O| Dec 21 00:11:44.604 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6186 | 2024-12-21T00:11:44.686Z | [ recovery-image] Dec 21 00:11:44.624 INFO O| Dec 21 00:11:44.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6187 | 2024-12-21T00:11:44.686Z | [ recovery-image] Dec 21 00:11:44.624 INFO O| Dec 21 00:11:44.624 INFO STEP 612 (remove_files) COMPLETE |
6188 | 2024-12-21T00:11:44.688Z | [ recovery-image] Dec 21 00:11:44.624 INFO O| Dec 21 00:11:44.624 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6189 | 2024-12-21T00:11:44.754Z | [ recovery-image] Dec 21 00:11:44.692 INFO O| Dec 21 00:11:44.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6190 | 2024-12-21T00:11:44.757Z | [ recovery-image] Dec 21 00:11:44.693 INFO O| Dec 21 00:11:44.693 INFO STEP 613 (remove_files) COMPLETE |
6191 | 2024-12-21T00:11:44.757Z | [ recovery-image] Dec 21 00:11:44.693 INFO O| Dec 21 00:11:44.693 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6192 | 2024-12-21T00:11:44.810Z | [ recovery-image] Dec 21 00:11:44.748 INFO O| Dec 21 00:11:44.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6193 | 2024-12-21T00:11:44.813Z | [ recovery-image] Dec 21 00:11:44.748 INFO O| Dec 21 00:11:44.748 INFO STEP 614 (remove_files) COMPLETE |
6194 | 2024-12-21T00:11:44.814Z | [ recovery-image] Dec 21 00:11:44.748 INFO O| Dec 21 00:11:44.748 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6195 | 2024-12-21T00:11:44.831Z | [ recovery-image] Dec 21 00:11:44.769 INFO O| Dec 21 00:11:44.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6196 | 2024-12-21T00:11:44.831Z | [ recovery-image] Dec 21 00:11:44.769 INFO O| Dec 21 00:11:44.769 INFO STEP 615 (remove_files) COMPLETE |
6197 | 2024-12-21T00:11:44.831Z | [ recovery-image] Dec 21 00:11:44.769 INFO O| Dec 21 00:11:44.769 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6198 | 2024-12-21T00:11:44.851Z | [ recovery-image] Dec 21 00:11:44.788 INFO O| Dec 21 00:11:44.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6199 | 2024-12-21T00:11:44.851Z | [ recovery-image] Dec 21 00:11:44.789 INFO O| Dec 21 00:11:44.788 INFO STEP 616 (remove_files) COMPLETE |
6200 | 2024-12-21T00:11:44.854Z | [ recovery-image] Dec 21 00:11:44.789 INFO O| Dec 21 00:11:44.789 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6201 | 2024-12-21T00:11:44.871Z | [ recovery-image] Dec 21 00:11:44.809 INFO O| Dec 21 00:11:44.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6202 | 2024-12-21T00:11:44.871Z | [ recovery-image] Dec 21 00:11:44.809 INFO O| Dec 21 00:11:44.809 INFO STEP 617 (remove_files) COMPLETE |
6203 | 2024-12-21T00:11:44.871Z | [ recovery-image] Dec 21 00:11:44.809 INFO O| Dec 21 00:11:44.809 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6204 | 2024-12-21T00:11:44.893Z | [ recovery-image] Dec 21 00:11:44.831 INFO O| Dec 21 00:11:44.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6205 | 2024-12-21T00:11:44.896Z | [ recovery-image] Dec 21 00:11:44.831 INFO O| Dec 21 00:11:44.831 INFO STEP 618 (remove_files) COMPLETE |
6206 | 2024-12-21T00:11:44.896Z | [ recovery-image] Dec 21 00:11:44.831 INFO O| Dec 21 00:11:44.831 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6207 | 2024-12-21T00:11:44.923Z | [ recovery-image] Dec 21 00:11:44.854 INFO O| Dec 21 00:11:44.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6208 | 2024-12-21T00:11:44.923Z | [ recovery-image] Dec 21 00:11:44.854 INFO O| Dec 21 00:11:44.854 INFO STEP 619 (remove_files) COMPLETE |
6209 | 2024-12-21T00:11:44.927Z | [ recovery-image] Dec 21 00:11:44.854 INFO O| Dec 21 00:11:44.854 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6210 | 2024-12-21T00:11:44.947Z | [ recovery-image] Dec 21 00:11:44.885 INFO O| Dec 21 00:11:44.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6211 | 2024-12-21T00:11:44.947Z | [ recovery-image] Dec 21 00:11:44.885 INFO O| Dec 21 00:11:44.885 INFO STEP 620 (remove_files) COMPLETE |
6212 | 2024-12-21T00:11:44.951Z | [ recovery-image] Dec 21 00:11:44.886 INFO O| Dec 21 00:11:44.885 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6213 | 2024-12-21T00:11:44.999Z | [ recovery-image] Dec 21 00:11:44.913 INFO O| Dec 21 00:11:44.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6214 | 2024-12-21T00:11:44.999Z | [ recovery-image] Dec 21 00:11:44.913 INFO O| Dec 21 00:11:44.913 INFO STEP 621 (remove_files) COMPLETE |
6215 | 2024-12-21T00:11:45.002Z | [ recovery-image] Dec 21 00:11:44.913 INFO O| Dec 21 00:11:44.913 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6216 | 2024-12-21T00:11:45.002Z | [ host-image] Dec 21 00:11:44.938 INFO O| Dec 21 00:11:44.938 INFO O| Planning: Evaluating mediators ... Done |
6217 | 2024-12-21T00:11:45.002Z | [ recovery-image] Dec 21 00:11:44.937 INFO O| Dec 21 00:11:44.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6218 | 2024-12-21T00:11:45.002Z | [ recovery-image] Dec 21 00:11:44.937 INFO O| Dec 21 00:11:44.937 INFO STEP 622 (remove_files) COMPLETE |
6219 | 2024-12-21T00:11:45.002Z | [ host-image] Dec 21 00:11:44.939 INFO O| Dec 21 00:11:44.939 INFO O| Planning: Planning completed in 5.65 seconds |
6220 | 2024-12-21T00:11:45.002Z | [ recovery-image] Dec 21 00:11:44.937 INFO O| Dec 21 00:11:44.937 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2024-12-21T00:11:45.005Z | [ host-image] Dec 21 00:11:44.942 INFO O| Dec 21 00:11:44.942 INFO O| Packages to install: 1 |
6222 | 2024-12-21T00:11:45.024Z | [ host-image] Dec 21 00:11:44.962 INFO O| Dec 21 00:11:44.962 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
6223 | 2024-12-21T00:11:45.058Z | [ recovery-image] Dec 21 00:11:44.996 INFO O| Dec 21 00:11:44.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6224 | 2024-12-21T00:11:45.058Z | [ recovery-image] Dec 21 00:11:44.996 INFO O| Dec 21 00:11:44.996 INFO STEP 623 (remove_files) COMPLETE |
6225 | 2024-12-21T00:11:45.060Z | [ recovery-image] Dec 21 00:11:44.996 INFO O| Dec 21 00:11:44.996 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6226 | 2024-12-21T00:11:45.202Z | [ recovery-image] Dec 21 00:11:45.140 INFO O| Dec 21 00:11:45.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6227 | 2024-12-21T00:11:45.202Z | [ recovery-image] Dec 21 00:11:45.140 INFO O| Dec 21 00:11:45.140 INFO STEP 624 (remove_files) COMPLETE |
6228 | 2024-12-21T00:11:45.202Z | [ recovery-image] Dec 21 00:11:45.140 INFO O| Dec 21 00:11:45.140 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6229 | 2024-12-21T00:11:45.207Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
6230 | 2024-12-21T00:11:45.247Z | [ recovery-image] Dec 21 00:11:45.185 INFO O| Dec 21 00:11:45.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6231 | 2024-12-21T00:11:45.247Z | [ recovery-image] Dec 21 00:11:45.185 INFO O| Dec 21 00:11:45.183 INFO STEP 625 (remove_files) COMPLETE |
6232 | 2024-12-21T00:11:45.247Z | [ recovery-image] Dec 21 00:11:45.185 INFO O| Dec 21 00:11:45.183 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2024-12-21T00:11:45.270Z | [ recovery-image] Dec 21 00:11:45.209 INFO O| Dec 21 00:11:45.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6234 | 2024-12-21T00:11:45.270Z | [ recovery-image] Dec 21 00:11:45.209 INFO O| Dec 21 00:11:45.206 INFO STEP 626 (remove_files) COMPLETE |
6235 | 2024-12-21T00:11:45.270Z | [ recovery-image] Dec 21 00:11:45.209 INFO O| Dec 21 00:11:45.206 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6236 | 2024-12-21T00:11:45.312Z | [ recovery-image] Dec 21 00:11:45.249 INFO O| Dec 21 00:11:45.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6237 | 2024-12-21T00:11:45.331Z | [ recovery-image] Dec 21 00:11:45.269 INFO O| Dec 21 00:11:45.269 INFO STEP 627 (remove_files) COMPLETE |
6238 | 2024-12-21T00:11:45.331Z | [ recovery-image] Dec 21 00:11:45.269 INFO O| Dec 21 00:11:45.269 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6239 | 2024-12-21T00:11:45.364Z | [ recovery-image] Dec 21 00:11:45.292 INFO O| Dec 21 00:11:45.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6240 | 2024-12-21T00:11:45.364Z | [ recovery-image] Dec 21 00:11:45.292 INFO O| Dec 21 00:11:45.292 INFO STEP 628 (remove_files) COMPLETE |
6241 | 2024-12-21T00:11:45.364Z | [ recovery-image] Dec 21 00:11:45.292 INFO O| Dec 21 00:11:45.292 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2024-12-21T00:11:45.376Z | [ recovery-image] Dec 21 00:11:45.314 INFO O| Dec 21 00:11:45.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6243 | 2024-12-21T00:11:45.380Z | [ recovery-image] Dec 21 00:11:45.315 INFO O| Dec 21 00:11:45.315 INFO STEP 629 (remove_files) COMPLETE |
6244 | 2024-12-21T00:11:45.380Z | [ recovery-image] Dec 21 00:11:45.315 INFO O| Dec 21 00:11:45.315 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6245 | 2024-12-21T00:11:45.453Z | [ recovery-image] Dec 21 00:11:45.391 INFO O| Dec 21 00:11:45.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6246 | 2024-12-21T00:11:45.453Z | [ recovery-image] Dec 21 00:11:45.391 INFO O| Dec 21 00:11:45.391 INFO STEP 630 (remove_files) COMPLETE |
6247 | 2024-12-21T00:11:45.453Z | [ recovery-image] Dec 21 00:11:45.391 INFO O| Dec 21 00:11:45.391 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6248 | 2024-12-21T00:11:45.504Z | [ recovery-image] Dec 21 00:11:45.443 INFO O| Dec 21 00:11:45.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6249 | 2024-12-21T00:11:45.504Z | [ recovery-image] Dec 21 00:11:45.443 INFO O| Dec 21 00:11:45.443 INFO STEP 631 (remove_files) COMPLETE |
6250 | 2024-12-21T00:11:45.504Z | [ recovery-image] Dec 21 00:11:45.443 INFO O| Dec 21 00:11:45.443 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6251 | 2024-12-21T00:11:45.530Z | [ recovery-image] Dec 21 00:11:45.467 INFO O| Dec 21 00:11:45.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6252 | 2024-12-21T00:11:45.530Z | [ recovery-image] Dec 21 00:11:45.468 INFO O| Dec 21 00:11:45.467 INFO STEP 632 (remove_files) COMPLETE |
6253 | 2024-12-21T00:11:45.533Z | [ recovery-image] Dec 21 00:11:45.468 INFO O| Dec 21 00:11:45.468 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6254 | 2024-12-21T00:11:45.555Z | [ recovery-image] Dec 21 00:11:45.493 INFO O| Dec 21 00:11:45.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6255 | 2024-12-21T00:11:45.555Z | [ recovery-image] Dec 21 00:11:45.493 INFO O| Dec 21 00:11:45.493 INFO STEP 633 (remove_files) COMPLETE |
6256 | 2024-12-21T00:11:45.555Z | [ recovery-image] Dec 21 00:11:45.493 INFO O| Dec 21 00:11:45.493 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6257 | 2024-12-21T00:11:45.598Z | [ recovery-image] Dec 21 00:11:45.536 INFO O| Dec 21 00:11:45.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6258 | 2024-12-21T00:11:45.598Z | [ recovery-image] Dec 21 00:11:45.536 INFO O| Dec 21 00:11:45.536 INFO STEP 634 (remove_files) COMPLETE |
6259 | 2024-12-21T00:11:45.600Z | [ recovery-image] Dec 21 00:11:45.536 INFO O| Dec 21 00:11:45.536 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6260 | 2024-12-21T00:11:45.624Z | [ recovery-image] Dec 21 00:11:45.562 INFO O| Dec 21 00:11:45.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6261 | 2024-12-21T00:11:45.624Z | [ recovery-image] Dec 21 00:11:45.562 INFO O| Dec 21 00:11:45.562 INFO STEP 635 (remove_files) COMPLETE |
6262 | 2024-12-21T00:11:45.624Z | [ recovery-image] Dec 21 00:11:45.562 INFO O| Dec 21 00:11:45.562 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6263 | 2024-12-21T00:11:45.650Z | [ recovery-image] Dec 21 00:11:45.588 INFO O| Dec 21 00:11:45.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6264 | 2024-12-21T00:11:45.650Z | [ recovery-image] Dec 21 00:11:45.588 INFO O| Dec 21 00:11:45.588 INFO STEP 636 (remove_files) COMPLETE |
6265 | 2024-12-21T00:11:45.652Z | [ recovery-image] Dec 21 00:11:45.588 INFO O| Dec 21 00:11:45.588 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6266 | 2024-12-21T00:11:45.677Z | [ recovery-image] Dec 21 00:11:45.615 INFO O| Dec 21 00:11:45.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6267 | 2024-12-21T00:11:45.677Z | [ recovery-image] Dec 21 00:11:45.615 INFO O| Dec 21 00:11:45.615 INFO STEP 637 (remove_files) COMPLETE |
6268 | 2024-12-21T00:11:45.680Z | [ recovery-image] Dec 21 00:11:45.615 INFO O| Dec 21 00:11:45.615 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6269 | 2024-12-21T00:11:45.703Z | [ recovery-image] Dec 21 00:11:45.642 INFO O| Dec 21 00:11:45.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6270 | 2024-12-21T00:11:45.704Z | [ recovery-image] Dec 21 00:11:45.642 INFO O| Dec 21 00:11:45.642 INFO STEP 638 (remove_files) COMPLETE |
6271 | 2024-12-21T00:11:45.704Z | [ recovery-image] Dec 21 00:11:45.642 INFO O| Dec 21 00:11:45.642 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6272 | 2024-12-21T00:11:45.730Z | [ recovery-image] Dec 21 00:11:45.668 INFO O| Dec 21 00:11:45.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6273 | 2024-12-21T00:11:45.730Z | [ recovery-image] Dec 21 00:11:45.668 INFO O| Dec 21 00:11:45.668 INFO STEP 639 (remove_files) COMPLETE |
6274 | 2024-12-21T00:11:45.730Z | [ recovery-image] Dec 21 00:11:45.668 INFO O| Dec 21 00:11:45.668 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6275 | 2024-12-21T00:11:45.755Z | [ recovery-image] Dec 21 00:11:45.693 INFO O| Dec 21 00:11:45.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6276 | 2024-12-21T00:11:45.755Z | [ recovery-image] Dec 21 00:11:45.694 INFO O| Dec 21 00:11:45.693 INFO STEP 640 (remove_files) COMPLETE |
6277 | 2024-12-21T00:11:45.755Z | [ recovery-image] Dec 21 00:11:45.694 INFO O| Dec 21 00:11:45.694 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6278 | 2024-12-21T00:11:45.817Z | [ recovery-image] Dec 21 00:11:45.755 INFO O| Dec 21 00:11:45.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6279 | 2024-12-21T00:11:45.817Z | [ recovery-image] Dec 21 00:11:45.755 INFO O| Dec 21 00:11:45.755 INFO STEP 641 (remove_files) COMPLETE |
6280 | 2024-12-21T00:11:45.820Z | [ recovery-image] Dec 21 00:11:45.755 INFO O| Dec 21 00:11:45.755 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6281 | 2024-12-21T00:11:45.841Z | [ recovery-image] Dec 21 00:11:45.779 INFO O| Dec 21 00:11:45.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6282 | 2024-12-21T00:11:45.841Z | [ recovery-image] Dec 21 00:11:45.779 INFO O| Dec 21 00:11:45.779 INFO STEP 642 (remove_files) COMPLETE |
6283 | 2024-12-21T00:11:45.841Z | [ recovery-image] Dec 21 00:11:45.779 INFO O| Dec 21 00:11:45.779 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6284 | 2024-12-21T00:11:45.865Z | [ recovery-image] Dec 21 00:11:45.803 INFO O| Dec 21 00:11:45.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6285 | 2024-12-21T00:11:45.865Z | [ recovery-image] Dec 21 00:11:45.803 INFO O| Dec 21 00:11:45.803 INFO STEP 643 (remove_files) COMPLETE |
6286 | 2024-12-21T00:11:45.868Z | [ recovery-image] Dec 21 00:11:45.803 INFO O| Dec 21 00:11:45.803 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6287 | 2024-12-21T00:11:45.909Z | [ recovery-image] Dec 21 00:11:45.847 INFO O| Dec 21 00:11:45.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6288 | 2024-12-21T00:11:45.909Z | [ recovery-image] Dec 21 00:11:45.847 INFO O| Dec 21 00:11:45.847 INFO STEP 644 (remove_files) COMPLETE |
6289 | 2024-12-21T00:11:45.909Z | [ recovery-image] Dec 21 00:11:45.847 INFO O| Dec 21 00:11:45.847 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6290 | 2024-12-21T00:11:45.960Z | [ recovery-image] Dec 21 00:11:45.898 INFO O| Dec 21 00:11:45.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6291 | 2024-12-21T00:11:45.963Z | [ recovery-image] Dec 21 00:11:45.898 INFO O| Dec 21 00:11:45.898 INFO STEP 645 (remove_files) COMPLETE |
6292 | 2024-12-21T00:11:45.963Z | [ recovery-image] Dec 21 00:11:45.899 INFO O| Dec 21 00:11:45.899 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6293 | 2024-12-21T00:11:45.985Z | [ recovery-image] Dec 21 00:11:45.923 INFO O| Dec 21 00:11:45.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6294 | 2024-12-21T00:11:45.988Z | [ recovery-image] Dec 21 00:11:45.924 INFO O| Dec 21 00:11:45.924 INFO STEP 646 (remove_files) COMPLETE |
6295 | 2024-12-21T00:11:45.988Z | [ recovery-image] Dec 21 00:11:45.924 INFO O| Dec 21 00:11:45.924 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6296 | 2024-12-21T00:11:46.010Z | [ recovery-image] Dec 21 00:11:45.948 INFO O| Dec 21 00:11:45.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6297 | 2024-12-21T00:11:46.013Z | [ recovery-image] Dec 21 00:11:45.949 INFO O| Dec 21 00:11:45.948 INFO STEP 647 (remove_files) COMPLETE |
6298 | 2024-12-21T00:11:46.013Z | [ recovery-image] Dec 21 00:11:45.949 INFO O| Dec 21 00:11:45.949 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6299 | 2024-12-21T00:11:46.036Z | [ recovery-image] Dec 21 00:11:45.974 INFO O| Dec 21 00:11:45.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6300 | 2024-12-21T00:11:46.039Z | [ recovery-image] Dec 21 00:11:45.975 INFO O| Dec 21 00:11:45.975 INFO STEP 648 (remove_files) COMPLETE |
6301 | 2024-12-21T00:11:46.039Z | [ recovery-image] Dec 21 00:11:45.975 INFO O| Dec 21 00:11:45.975 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6302 | 2024-12-21T00:11:46.060Z | [ recovery-image] Dec 21 00:11:45.998 INFO O| Dec 21 00:11:45.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6303 | 2024-12-21T00:11:46.080Z | [ recovery-image] Dec 21 00:11:46.019 INFO O| Dec 21 00:11:46.019 INFO STEP 649 (remove_files) COMPLETE |
6304 | 2024-12-21T00:11:46.080Z | [ recovery-image] Dec 21 00:11:46.019 INFO O| Dec 21 00:11:46.019 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6305 | 2024-12-21T00:11:46.105Z | [ recovery-image] Dec 21 00:11:46.043 INFO O| Dec 21 00:11:46.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6306 | 2024-12-21T00:11:46.108Z | [ recovery-image] Dec 21 00:11:46.044 INFO O| Dec 21 00:11:46.044 INFO STEP 650 (remove_files) COMPLETE |
6307 | 2024-12-21T00:11:46.108Z | [ recovery-image] Dec 21 00:11:46.044 INFO O| Dec 21 00:11:46.044 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6308 | 2024-12-21T00:11:46.108Z | [ host-image] Dec 21 00:11:46.045 INFO O| Dec 21 00:11:46.045 INFO O| Download: Completed 9.99 MB in 1.08 seconds (9.2M/s) |
6309 | 2024-12-21T00:11:46.129Z | [ recovery-image] Dec 21 00:11:46.068 INFO O| Dec 21 00:11:46.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6310 | 2024-12-21T00:11:46.132Z | [ recovery-image] Dec 21 00:11:46.068 INFO O| Dec 21 00:11:46.068 INFO STEP 651 (remove_files) COMPLETE |
6311 | 2024-12-21T00:11:46.132Z | [ recovery-image] Dec 21 00:11:46.068 INFO O| Dec 21 00:11:46.068 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2024-12-21T00:11:46.173Z | [ recovery-image] Dec 21 00:11:46.111 INFO O| Dec 21 00:11:46.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6313 | 2024-12-21T00:11:46.176Z | [ recovery-image] Dec 21 00:11:46.112 INFO O| Dec 21 00:11:46.112 INFO STEP 652 (remove_files) COMPLETE |
6314 | 2024-12-21T00:11:46.176Z | [ recovery-image] Dec 21 00:11:46.112 INFO O| Dec 21 00:11:46.112 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-12-21T00:11:46.234Z | [ recovery-image] Dec 21 00:11:46.172 INFO O| Dec 21 00:11:46.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6316 | 2024-12-21T00:11:46.234Z | [ recovery-image] Dec 21 00:11:46.172 INFO O| Dec 21 00:11:46.172 INFO STEP 653 (remove_files) COMPLETE |
6317 | 2024-12-21T00:11:46.234Z | [ recovery-image] Dec 21 00:11:46.172 INFO O| Dec 21 00:11:46.172 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2024-12-21T00:11:46.236Z | [ host-image] Dec 21 00:11:46.172 INFO O| Dec 21 00:11:46.172 INFO O| Actions: 1/22 actions (Installing new actions) |
6319 | 2024-12-21T00:11:46.257Z | [ recovery-image] Dec 21 00:11:46.195 INFO O| Dec 21 00:11:46.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6320 | 2024-12-21T00:11:46.257Z | [ recovery-image] Dec 21 00:11:46.195 INFO O| Dec 21 00:11:46.195 INFO STEP 654 (remove_files) COMPLETE |
6321 | 2024-12-21T00:11:46.260Z | [ recovery-image] Dec 21 00:11:46.195 INFO O| Dec 21 00:11:46.195 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6322 | 2024-12-21T00:11:46.296Z | [ recovery-image] Dec 21 00:11:46.234 INFO O| Dec 21 00:11:46.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6323 | 2024-12-21T00:11:46.297Z | [ recovery-image] Dec 21 00:11:46.234 INFO O| Dec 21 00:11:46.234 INFO STEP 655 (remove_files) COMPLETE |
6324 | 2024-12-21T00:11:46.297Z | [ recovery-image] Dec 21 00:11:46.234 INFO O| Dec 21 00:11:46.234 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6325 | 2024-12-21T00:11:46.319Z | [ recovery-image] Dec 21 00:11:46.257 INFO O| Dec 21 00:11:46.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6326 | 2024-12-21T00:11:46.319Z | [ recovery-image] Dec 21 00:11:46.257 INFO O| Dec 21 00:11:46.257 INFO STEP 656 (remove_files) COMPLETE |
6327 | 2024-12-21T00:11:46.319Z | [ recovery-image] Dec 21 00:11:46.257 INFO O| Dec 21 00:11:46.257 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6328 | 2024-12-21T00:11:46.344Z | [ recovery-image] Dec 21 00:11:46.283 INFO O| Dec 21 00:11:46.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6329 | 2024-12-21T00:11:46.344Z | [ recovery-image] Dec 21 00:11:46.283 INFO O| Dec 21 00:11:46.283 INFO STEP 657 (remove_files) COMPLETE |
6330 | 2024-12-21T00:11:46.344Z | [ recovery-image] Dec 21 00:11:46.283 INFO O| Dec 21 00:11:46.283 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6331 | 2024-12-21T00:11:46.408Z | [ recovery-image] Dec 21 00:11:46.346 INFO O| Dec 21 00:11:46.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6332 | 2024-12-21T00:11:46.408Z | [ recovery-image] Dec 21 00:11:46.346 INFO O| Dec 21 00:11:46.346 INFO STEP 658 (remove_files) COMPLETE |
6333 | 2024-12-21T00:11:46.412Z | [ recovery-image] Dec 21 00:11:46.346 INFO O| Dec 21 00:11:46.346 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6334 | 2024-12-21T00:11:46.437Z | [ recovery-image] Dec 21 00:11:46.375 INFO O| Dec 21 00:11:46.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6335 | 2024-12-21T00:11:46.437Z | [ recovery-image] Dec 21 00:11:46.375 INFO O| Dec 21 00:11:46.375 INFO STEP 659 (remove_files) COMPLETE |
6336 | 2024-12-21T00:11:46.440Z | [ recovery-image] Dec 21 00:11:46.375 INFO O| Dec 21 00:11:46.375 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6337 | 2024-12-21T00:11:46.463Z | [ recovery-image] Dec 21 00:11:46.400 INFO O| Dec 21 00:11:46.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6338 | 2024-12-21T00:11:46.463Z | [ recovery-image] Dec 21 00:11:46.401 INFO O| Dec 21 00:11:46.401 INFO STEP 660 (remove_files) COMPLETE |
6339 | 2024-12-21T00:11:46.463Z | [ recovery-image] Dec 21 00:11:46.401 INFO O| Dec 21 00:11:46.401 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6340 | 2024-12-21T00:11:46.510Z | [ recovery-image] Dec 21 00:11:46.449 INFO O| Dec 21 00:11:46.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6341 | 2024-12-21T00:11:46.510Z | [ recovery-image] Dec 21 00:11:46.449 INFO O| Dec 21 00:11:46.449 INFO STEP 661 (remove_files) COMPLETE |
6342 | 2024-12-21T00:11:46.510Z | [ recovery-image] Dec 21 00:11:46.449 INFO O| Dec 21 00:11:46.449 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6343 | 2024-12-21T00:11:46.534Z | [ recovery-image] Dec 21 00:11:46.473 INFO O| Dec 21 00:11:46.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6344 | 2024-12-21T00:11:46.534Z | [ recovery-image] Dec 21 00:11:46.473 INFO O| Dec 21 00:11:46.473 INFO STEP 662 (remove_files) COMPLETE |
6345 | 2024-12-21T00:11:46.534Z | [ recovery-image] Dec 21 00:11:46.473 INFO O| Dec 21 00:11:46.473 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6346 | 2024-12-21T00:11:46.560Z | [ recovery-image] Dec 21 00:11:46.498 INFO O| Dec 21 00:11:46.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6347 | 2024-12-21T00:11:46.563Z | [ recovery-image] Dec 21 00:11:46.499 INFO O| Dec 21 00:11:46.498 INFO STEP 663 (remove_files) COMPLETE |
6348 | 2024-12-21T00:11:46.564Z | [ recovery-image] Dec 21 00:11:46.499 INFO O| Dec 21 00:11:46.499 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6349 | 2024-12-21T00:11:46.669Z | [ host-image] Dec 21 00:11:46.607 INFO O| Dec 21 00:11:46.607 INFO O| Actions: Completed 22 actions in 0.43 seconds. |
6350 | 2024-12-21T00:11:46.669Z | [ recovery-image] Dec 21 00:11:46.607 INFO O| Dec 21 00:11:46.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6351 | 2024-12-21T00:11:46.672Z | [ recovery-image] Dec 21 00:11:46.607 INFO O| Dec 21 00:11:46.607 INFO STEP 664 (remove_files) COMPLETE |
6352 | 2024-12-21T00:11:46.672Z | [ recovery-image] Dec 21 00:11:46.607 INFO O| Dec 21 00:11:46.607 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6353 | 2024-12-21T00:11:46.701Z | [ recovery-image] Dec 21 00:11:46.640 INFO O| Dec 21 00:11:46.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6354 | 2024-12-21T00:11:46.701Z | [ recovery-image] Dec 21 00:11:46.640 INFO O| Dec 21 00:11:46.640 INFO STEP 665 (remove_files) COMPLETE |
6355 | 2024-12-21T00:11:46.701Z | [ recovery-image] Dec 21 00:11:46.640 INFO O| Dec 21 00:11:46.640 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6356 | 2024-12-21T00:11:46.746Z | [ recovery-image] Dec 21 00:11:46.685 INFO O| Dec 21 00:11:46.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6357 | 2024-12-21T00:11:46.749Z | [ recovery-image] Dec 21 00:11:46.685 INFO O| Dec 21 00:11:46.685 INFO STEP 666 (remove_files) COMPLETE |
6358 | 2024-12-21T00:11:46.749Z | [ recovery-image] Dec 21 00:11:46.685 INFO O| Dec 21 00:11:46.685 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6359 | 2024-12-21T00:11:46.767Z | [ recovery-image] Dec 21 00:11:46.705 INFO O| Dec 21 00:11:46.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6360 | 2024-12-21T00:11:46.767Z | [ recovery-image] Dec 21 00:11:46.705 INFO O| Dec 21 00:11:46.705 INFO STEP 667 (remove_files) COMPLETE |
6361 | 2024-12-21T00:11:46.767Z | [ recovery-image] Dec 21 00:11:46.705 INFO O| Dec 21 00:11:46.705 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6362 | 2024-12-21T00:11:46.787Z | [ recovery-image] Dec 21 00:11:46.726 INFO O| Dec 21 00:11:46.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6363 | 2024-12-21T00:11:46.787Z | [ recovery-image] Dec 21 00:11:46.726 INFO O| Dec 21 00:11:46.726 INFO STEP 668 (remove_files) COMPLETE |
6364 | 2024-12-21T00:11:46.787Z | [ recovery-image] Dec 21 00:11:46.726 INFO O| Dec 21 00:11:46.726 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6365 | 2024-12-21T00:11:46.826Z | [ recovery-image] Dec 21 00:11:46.764 INFO O| Dec 21 00:11:46.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6366 | 2024-12-21T00:11:46.829Z | [ recovery-image] Dec 21 00:11:46.764 INFO O| Dec 21 00:11:46.764 INFO STEP 669 (remove_files) COMPLETE |
6367 | 2024-12-21T00:11:46.829Z | [ recovery-image] Dec 21 00:11:46.764 INFO O| Dec 21 00:11:46.764 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6368 | 2024-12-21T00:11:46.849Z | [ recovery-image] Dec 21 00:11:46.787 INFO O| Dec 21 00:11:46.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6369 | 2024-12-21T00:11:46.852Z | [ recovery-image] Dec 21 00:11:46.788 INFO O| Dec 21 00:11:46.788 INFO STEP 670 (remove_files) COMPLETE |
6370 | 2024-12-21T00:11:46.852Z | [ recovery-image] Dec 21 00:11:46.788 INFO O| Dec 21 00:11:46.788 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6371 | 2024-12-21T00:11:46.886Z | [ recovery-image] Dec 21 00:11:46.824 INFO O| Dec 21 00:11:46.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6372 | 2024-12-21T00:11:46.889Z | [ recovery-image] Dec 21 00:11:46.825 INFO O| Dec 21 00:11:46.825 INFO STEP 671 (remove_files) COMPLETE |
6373 | 2024-12-21T00:11:46.889Z | [ recovery-image] Dec 21 00:11:46.825 INFO O| Dec 21 00:11:46.825 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6374 | 2024-12-21T00:11:46.908Z | [ recovery-image] Dec 21 00:11:46.847 INFO O| Dec 21 00:11:46.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6375 | 2024-12-21T00:11:46.911Z | [ recovery-image] Dec 21 00:11:46.847 INFO O| Dec 21 00:11:46.847 INFO STEP 672 (remove_files) COMPLETE |
6376 | 2024-12-21T00:11:46.911Z | [ recovery-image] Dec 21 00:11:46.847 INFO O| Dec 21 00:11:46.847 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6377 | 2024-12-21T00:11:46.931Z | [ recovery-image] Dec 21 00:11:46.870 INFO O| Dec 21 00:11:46.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6378 | 2024-12-21T00:11:46.931Z | [ recovery-image] Dec 21 00:11:46.870 INFO O| Dec 21 00:11:46.870 INFO STEP 673 (remove_files) COMPLETE |
6379 | 2024-12-21T00:11:46.934Z | [ recovery-image] Dec 21 00:11:46.870 INFO O| Dec 21 00:11:46.870 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6380 | 2024-12-21T00:11:46.954Z | [ recovery-image] Dec 21 00:11:46.892 INFO O| Dec 21 00:11:46.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6381 | 2024-12-21T00:11:46.954Z | [ recovery-image] Dec 21 00:11:46.892 INFO O| Dec 21 00:11:46.892 INFO STEP 674 (remove_files) COMPLETE |
6382 | 2024-12-21T00:11:46.956Z | [ recovery-image] Dec 21 00:11:46.892 INFO O| Dec 21 00:11:46.892 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6383 | 2024-12-21T00:11:46.977Z | [ recovery-image] Dec 21 00:11:46.915 INFO O| Dec 21 00:11:46.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6384 | 2024-12-21T00:11:46.977Z | [ recovery-image] Dec 21 00:11:46.915 INFO O| Dec 21 00:11:46.915 INFO STEP 675 (remove_files) COMPLETE |
6385 | 2024-12-21T00:11:46.977Z | [ recovery-image] Dec 21 00:11:46.915 INFO O| Dec 21 00:11:46.915 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6386 | 2024-12-21T00:11:46.999Z | [ recovery-image] Dec 21 00:11:46.937 INFO O| Dec 21 00:11:46.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6387 | 2024-12-21T00:11:46.999Z | [ recovery-image] Dec 21 00:11:46.937 INFO O| Dec 21 00:11:46.937 INFO STEP 676 (remove_files) COMPLETE |
6388 | 2024-12-21T00:11:46.999Z | [ recovery-image] Dec 21 00:11:46.937 INFO O| Dec 21 00:11:46.937 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6389 | 2024-12-21T00:11:47.059Z | [ recovery-image] Dec 21 00:11:46.998 INFO O| Dec 21 00:11:46.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6390 | 2024-12-21T00:11:47.059Z | [ recovery-image] Dec 21 00:11:46.998 INFO O| Dec 21 00:11:46.998 INFO STEP 677 (remove_files) COMPLETE |
6391 | 2024-12-21T00:11:47.062Z | [ recovery-image] Dec 21 00:11:46.998 INFO O| Dec 21 00:11:46.998 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6392 | 2024-12-21T00:11:47.082Z | [ recovery-image] Dec 21 00:11:47.021 INFO O| Dec 21 00:11:47.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6393 | 2024-12-21T00:11:47.082Z | [ recovery-image] Dec 21 00:11:47.021 INFO O| Dec 21 00:11:47.021 INFO STEP 678 (remove_files) COMPLETE |
6394 | 2024-12-21T00:11:47.082Z | [ recovery-image] Dec 21 00:11:47.021 INFO O| Dec 21 00:11:47.021 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6395 | 2024-12-21T00:11:47.106Z | [ recovery-image] Dec 21 00:11:47.045 INFO O| Dec 21 00:11:47.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6396 | 2024-12-21T00:11:47.106Z | [ recovery-image] Dec 21 00:11:47.045 INFO O| Dec 21 00:11:47.045 INFO STEP 679 (remove_files) COMPLETE |
6397 | 2024-12-21T00:11:47.106Z | [ recovery-image] Dec 21 00:11:47.045 INFO O| Dec 21 00:11:47.045 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6398 | 2024-12-21T00:11:47.151Z | [ recovery-image] Dec 21 00:11:47.090 INFO O| Dec 21 00:11:47.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6399 | 2024-12-21T00:11:47.176Z | [ recovery-image] Dec 21 00:11:47.114 INFO O| Dec 21 00:11:47.114 INFO STEP 680 (remove_files) COMPLETE |
6400 | 2024-12-21T00:11:47.176Z | [ recovery-image] Dec 21 00:11:47.114 INFO O| Dec 21 00:11:47.114 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6401 | 2024-12-21T00:11:47.244Z | [ recovery-image] Dec 21 00:11:47.182 INFO O| Dec 21 00:11:47.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6402 | 2024-12-21T00:11:47.244Z | [ recovery-image] Dec 21 00:11:47.182 INFO O| Dec 21 00:11:47.182 INFO STEP 681 (remove_files) COMPLETE |
6403 | 2024-12-21T00:11:47.248Z | [ recovery-image] Dec 21 00:11:47.183 INFO O| Dec 21 00:11:47.182 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6404 | 2024-12-21T00:11:47.271Z | [ recovery-image] Dec 21 00:11:47.208 INFO O| Dec 21 00:11:47.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6405 | 2024-12-21T00:11:47.271Z | [ recovery-image] Dec 21 00:11:47.208 INFO O| Dec 21 00:11:47.208 INFO STEP 682 (remove_files) COMPLETE |
6406 | 2024-12-21T00:11:47.271Z | [ recovery-image] Dec 21 00:11:47.208 INFO O| Dec 21 00:11:47.208 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6407 | 2024-12-21T00:11:47.297Z | [ recovery-image] Dec 21 00:11:47.234 INFO O| Dec 21 00:11:47.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6408 | 2024-12-21T00:11:47.301Z | [ recovery-image] Dec 21 00:11:47.234 INFO O| Dec 21 00:11:47.234 INFO STEP 683 (remove_files) COMPLETE |
6409 | 2024-12-21T00:11:47.301Z | [ recovery-image] Dec 21 00:11:47.234 INFO O| Dec 21 00:11:47.234 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6410 | 2024-12-21T00:11:47.310Z | [ host-image] Dec 21 00:11:47.248 INFO O| Dec 21 00:11:47.248 INFO O| Done |
6411 | 2024-12-21T00:11:47.310Z | [ host-image] Dec 21 00:11:47.248 INFO O| Dec 21 00:11:47.248 INFO O| Done |
6412 | 2024-12-21T00:11:47.360Z | [ recovery-image] Dec 21 00:11:47.299 INFO O| Dec 21 00:11:47.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6413 | 2024-12-21T00:11:47.363Z | [ recovery-image] Dec 21 00:11:47.299 INFO O| Dec 21 00:11:47.299 INFO STEP 684 (remove_files) COMPLETE |
6414 | 2024-12-21T00:11:47.363Z | [ recovery-image] Dec 21 00:11:47.299 INFO O| Dec 21 00:11:47.299 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6415 | 2024-12-21T00:11:47.385Z | [ recovery-image] Dec 21 00:11:47.324 INFO O| Dec 21 00:11:47.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6416 | 2024-12-21T00:11:47.388Z | [ recovery-image] Dec 21 00:11:47.324 INFO O| Dec 21 00:11:47.324 INFO STEP 685 (remove_files) COMPLETE |
6417 | 2024-12-21T00:11:47.388Z | [ recovery-image] Dec 21 00:11:47.324 INFO O| Dec 21 00:11:47.324 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6418 | 2024-12-21T00:11:47.411Z | [ recovery-image] Dec 21 00:11:47.349 INFO O| Dec 21 00:11:47.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6419 | 2024-12-21T00:11:47.414Z | [ recovery-image] Dec 21 00:11:47.350 INFO O| Dec 21 00:11:47.350 INFO STEP 686 (remove_files) COMPLETE |
6420 | 2024-12-21T00:11:47.414Z | [ recovery-image] Dec 21 00:11:47.350 INFO O| Dec 21 00:11:47.350 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6421 | 2024-12-21T00:11:47.436Z | [ recovery-image] Dec 21 00:11:47.375 INFO O| Dec 21 00:11:47.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6422 | 2024-12-21T00:11:47.439Z | [ recovery-image] Dec 21 00:11:47.375 INFO O| Dec 21 00:11:47.375 INFO STEP 687 (remove_files) COMPLETE |
6423 | 2024-12-21T00:11:47.439Z | [ recovery-image] Dec 21 00:11:47.376 INFO O| Dec 21 00:11:47.375 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6424 | 2024-12-21T00:11:47.550Z | [ recovery-image] Dec 21 00:11:47.488 INFO O| Dec 21 00:11:47.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6425 | 2024-12-21T00:11:47.550Z | [ recovery-image] Dec 21 00:11:47.488 INFO O| Dec 21 00:11:47.488 INFO STEP 688 (remove_files) COMPLETE |
6426 | 2024-12-21T00:11:47.550Z | [ recovery-image] Dec 21 00:11:47.488 INFO O| Dec 21 00:11:47.488 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6427 | 2024-12-21T00:11:47.575Z | [ recovery-image] Dec 21 00:11:47.511 INFO O| Dec 21 00:11:47.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6428 | 2024-12-21T00:11:47.575Z | [ recovery-image] Dec 21 00:11:47.511 INFO O| Dec 21 00:11:47.511 INFO STEP 689 (remove_files) COMPLETE |
6429 | 2024-12-21T00:11:47.579Z | [ recovery-image] Dec 21 00:11:47.511 INFO O| Dec 21 00:11:47.511 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6430 | 2024-12-21T00:11:47.610Z | [ recovery-image] Dec 21 00:11:47.548 INFO O| Dec 21 00:11:47.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6431 | 2024-12-21T00:11:47.679Z | [ recovery-image] Dec 21 00:11:47.618 INFO O| Dec 21 00:11:47.554 INFO STEP 690 (remove_files) COMPLETE |
6432 | 2024-12-21T00:11:47.679Z | [ recovery-image] Dec 21 00:11:47.618 INFO O| Dec 21 00:11:47.618 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6433 | 2024-12-21T00:11:47.725Z | [ recovery-image] Dec 21 00:11:47.664 INFO O| Dec 21 00:11:47.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6434 | 2024-12-21T00:11:47.725Z | [ recovery-image] Dec 21 00:11:47.664 INFO O| Dec 21 00:11:47.664 INFO STEP 691 (remove_files) COMPLETE |
6435 | 2024-12-21T00:11:47.725Z | [ recovery-image] Dec 21 00:11:47.664 INFO O| Dec 21 00:11:47.664 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6436 | 2024-12-21T00:11:47.748Z | [ recovery-image] Dec 21 00:11:47.686 INFO O| Dec 21 00:11:47.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6437 | 2024-12-21T00:11:47.748Z | [ recovery-image] Dec 21 00:11:47.686 INFO O| Dec 21 00:11:47.686 INFO STEP 692 (remove_files) COMPLETE |
6438 | 2024-12-21T00:11:47.748Z | [ recovery-image] Dec 21 00:11:47.686 INFO O| Dec 21 00:11:47.686 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6439 | 2024-12-21T00:11:47.769Z | [ recovery-image] Dec 21 00:11:47.707 INFO O| Dec 21 00:11:47.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6440 | 2024-12-21T00:11:47.769Z | [ recovery-image] Dec 21 00:11:47.707 INFO O| Dec 21 00:11:47.707 INFO STEP 693 (remove_files) COMPLETE |
6441 | 2024-12-21T00:11:47.769Z | [ recovery-image] Dec 21 00:11:47.707 INFO O| Dec 21 00:11:47.707 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6442 | 2024-12-21T00:11:47.832Z | [ recovery-image] Dec 21 00:11:47.770 INFO O| Dec 21 00:11:47.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6443 | 2024-12-21T00:11:47.835Z | [ recovery-image] Dec 21 00:11:47.771 INFO O| Dec 21 00:11:47.770 INFO STEP 694 (remove_files) COMPLETE |
6444 | 2024-12-21T00:11:47.835Z | [ recovery-image] Dec 21 00:11:47.771 INFO O| Dec 21 00:11:47.771 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6445 | 2024-12-21T00:11:47.853Z | [ recovery-image] Dec 21 00:11:47.792 INFO O| Dec 21 00:11:47.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6446 | 2024-12-21T00:11:47.853Z | [ recovery-image] Dec 21 00:11:47.792 INFO O| Dec 21 00:11:47.792 INFO STEP 695 (remove_files) COMPLETE |
6447 | 2024-12-21T00:11:47.856Z | [ recovery-image] Dec 21 00:11:47.792 INFO O| Dec 21 00:11:47.792 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6448 | 2024-12-21T00:11:47.875Z | [ recovery-image] Dec 21 00:11:47.814 INFO O| Dec 21 00:11:47.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6449 | 2024-12-21T00:11:47.875Z | [ recovery-image] Dec 21 00:11:47.814 INFO O| Dec 21 00:11:47.814 INFO STEP 696 (remove_files) COMPLETE |
6450 | 2024-12-21T00:11:47.875Z | [ recovery-image] Dec 21 00:11:47.814 INFO O| Dec 21 00:11:47.814 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6451 | 2024-12-21T00:11:47.917Z | [ recovery-image] Dec 21 00:11:47.856 INFO O| Dec 21 00:11:47.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6452 | 2024-12-21T00:11:47.917Z | [ recovery-image] Dec 21 00:11:47.856 INFO O| Dec 21 00:11:47.856 INFO STEP 697 (remove_files) COMPLETE |
6453 | 2024-12-21T00:11:47.917Z | [ recovery-image] Dec 21 00:11:47.856 INFO O| Dec 21 00:11:47.856 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6454 | 2024-12-21T00:11:47.943Z | [ recovery-image] Dec 21 00:11:47.882 INFO O| Dec 21 00:11:47.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6455 | 2024-12-21T00:11:47.943Z | [ recovery-image] Dec 21 00:11:47.882 INFO O| Dec 21 00:11:47.882 INFO STEP 698 (remove_files) COMPLETE |
6456 | 2024-12-21T00:11:47.943Z | [ recovery-image] Dec 21 00:11:47.882 INFO O| Dec 21 00:11:47.882 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6457 | 2024-12-21T00:11:47.969Z | [ recovery-image] Dec 21 00:11:47.908 INFO O| Dec 21 00:11:47.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6458 | 2024-12-21T00:11:47.969Z | [ recovery-image] Dec 21 00:11:47.908 INFO O| Dec 21 00:11:47.908 INFO STEP 699 (remove_files) COMPLETE |
6459 | 2024-12-21T00:11:47.972Z | [ recovery-image] Dec 21 00:11:47.908 INFO O| Dec 21 00:11:47.908 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6460 | 2024-12-21T00:11:48.015Z | [ recovery-image] Dec 21 00:11:47.952 INFO O| Dec 21 00:11:47.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6461 | 2024-12-21T00:11:48.016Z | [ recovery-image] Dec 21 00:11:47.952 INFO O| Dec 21 00:11:47.952 INFO STEP 700 (remove_files) COMPLETE |
6462 | 2024-12-21T00:11:48.016Z | [ recovery-image] Dec 21 00:11:47.952 INFO O| Dec 21 00:11:47.952 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6463 | 2024-12-21T00:11:48.038Z | [ recovery-image] Dec 21 00:11:47.977 INFO O| Dec 21 00:11:47.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6464 | 2024-12-21T00:11:48.038Z | [ recovery-image] Dec 21 00:11:47.977 INFO O| Dec 21 00:11:47.977 INFO STEP 701 (remove_files) COMPLETE |
6465 | 2024-12-21T00:11:48.038Z | [ recovery-image] Dec 21 00:11:47.977 INFO O| Dec 21 00:11:47.977 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6466 | 2024-12-21T00:11:48.062Z | [ recovery-image] Dec 21 00:11:48.000 INFO O| Dec 21 00:11:48.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6467 | 2024-12-21T00:11:48.064Z | [ recovery-image] Dec 21 00:11:48.000 INFO O| Dec 21 00:11:48.000 INFO STEP 702 (remove_files) COMPLETE |
6468 | 2024-12-21T00:11:48.064Z | [ recovery-image] Dec 21 00:11:48.000 INFO O| Dec 21 00:11:48.000 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6469 | 2024-12-21T00:11:48.085Z | [ recovery-image] Dec 21 00:11:48.023 INFO O| Dec 21 00:11:48.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6470 | 2024-12-21T00:11:48.085Z | [ recovery-image] Dec 21 00:11:48.023 INFO O| Dec 21 00:11:48.023 INFO STEP 703 (remove_files) COMPLETE |
6471 | 2024-12-21T00:11:48.089Z | [ recovery-image] Dec 21 00:11:48.023 INFO O| Dec 21 00:11:48.023 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6472 | 2024-12-21T00:11:48.448Z | [ recovery-image] Dec 21 00:11:48.062 INFO O| Dec 21 00:11:48.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6473 | 2024-12-21T00:11:48.449Z | [ recovery-image] Dec 21 00:11:48.062 INFO O| Dec 21 00:11:48.062 INFO STEP 704 (remove_files) COMPLETE |
6474 | 2024-12-21T00:11:48.455Z | [ recovery-image] Dec 21 00:11:48.062 INFO O| Dec 21 00:11:48.062 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6475 | 2024-12-21T00:11:48.455Z | [ recovery-image] Dec 21 00:11:48.085 INFO O| Dec 21 00:11:48.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6476 | 2024-12-21T00:11:48.455Z | [ recovery-image] Dec 21 00:11:48.086 INFO O| Dec 21 00:11:48.086 INFO STEP 705 (remove_files) COMPLETE |
6477 | 2024-12-21T00:11:48.455Z | [ recovery-image] Dec 21 00:11:48.086 INFO O| Dec 21 00:11:48.086 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6478 | 2024-12-21T00:11:48.455Z | [ recovery-image] Dec 21 00:11:48.109 INFO O| Dec 21 00:11:48.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6479 | 2024-12-21T00:11:48.456Z | [ recovery-image] Dec 21 00:11:48.109 INFO O| Dec 21 00:11:48.109 INFO STEP 706 (remove_files) COMPLETE |
6480 | 2024-12-21T00:11:48.456Z | [ recovery-image] Dec 21 00:11:48.109 INFO O| Dec 21 00:11:48.109 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6481 | 2024-12-21T00:11:48.456Z | [ recovery-image] Dec 21 00:11:48.179 INFO O| Dec 21 00:11:48.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6482 | 2024-12-21T00:11:48.456Z | [ recovery-image] Dec 21 00:11:48.179 INFO O| Dec 21 00:11:48.179 INFO STEP 707 (remove_files) COMPLETE |
6483 | 2024-12-21T00:11:48.456Z | [ recovery-image] Dec 21 00:11:48.179 INFO O| Dec 21 00:11:48.179 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6484 | 2024-12-21T00:11:48.456Z | [ recovery-image] Dec 21 00:11:48.200 INFO O| Dec 21 00:11:48.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6485 | 2024-12-21T00:11:48.456Z | [ recovery-image] Dec 21 00:11:48.200 INFO O| Dec 21 00:11:48.200 INFO STEP 708 (remove_files) COMPLETE |
6486 | 2024-12-21T00:11:48.456Z | [ recovery-image] Dec 21 00:11:48.200 INFO O| Dec 21 00:11:48.200 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6487 | 2024-12-21T00:11:48.456Z | [ recovery-image] Dec 21 00:11:48.222 INFO O| Dec 21 00:11:48.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6488 | 2024-12-21T00:11:48.456Z | [ recovery-image] Dec 21 00:11:48.222 INFO O| Dec 21 00:11:48.222 INFO STEP 709 (remove_files) COMPLETE |
6489 | 2024-12-21T00:11:48.456Z | [ recovery-image] Dec 21 00:11:48.222 INFO O| Dec 21 00:11:48.222 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6490 | 2024-12-21T00:11:48.457Z | [ recovery-image] Dec 21 00:11:48.265 INFO O| Dec 21 00:11:48.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6491 | 2024-12-21T00:11:48.457Z | [ recovery-image] Dec 21 00:11:48.265 INFO O| Dec 21 00:11:48.265 INFO STEP 710 (remove_files) COMPLETE |
6492 | 2024-12-21T00:11:48.457Z | [ recovery-image] Dec 21 00:11:48.265 INFO O| Dec 21 00:11:48.265 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6493 | 2024-12-21T00:11:48.457Z | [ recovery-image] Dec 21 00:11:48.308 INFO O| Dec 21 00:11:48.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6494 | 2024-12-21T00:11:48.457Z | [ recovery-image] Dec 21 00:11:48.308 INFO O| Dec 21 00:11:48.308 INFO STEP 711 (remove_files) COMPLETE |
6495 | 2024-12-21T00:11:48.457Z | [ recovery-image] Dec 21 00:11:48.308 INFO O| Dec 21 00:11:48.308 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6496 | 2024-12-21T00:11:48.473Z | [ recovery-image] Dec 21 00:11:48.372 INFO O| Dec 21 00:11:48.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6497 | 2024-12-21T00:11:48.473Z | [ recovery-image] Dec 21 00:11:48.372 INFO O| Dec 21 00:11:48.372 INFO STEP 712 (remove_files) COMPLETE |
6498 | 2024-12-21T00:11:48.473Z | [ recovery-image] Dec 21 00:11:48.372 INFO O| Dec 21 00:11:48.372 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6499 | 2024-12-21T00:11:48.473Z | [ recovery-image] Dec 21 00:11:48.396 INFO O| Dec 21 00:11:48.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6500 | 2024-12-21T00:11:48.473Z | [ recovery-image] Dec 21 00:11:48.397 INFO O| Dec 21 00:11:48.396 INFO STEP 713 (remove_files) COMPLETE |
6501 | 2024-12-21T00:11:48.474Z | [ recovery-image] Dec 21 00:11:48.397 INFO O| Dec 21 00:11:48.396 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6502 | 2024-12-21T00:11:48.487Z | [ recovery-image] Dec 21 00:11:48.418 INFO O| Dec 21 00:11:48.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6503 | 2024-12-21T00:11:48.487Z | [ recovery-image] Dec 21 00:11:48.418 INFO O| Dec 21 00:11:48.418 INFO STEP 714 (remove_files) COMPLETE |
6504 | 2024-12-21T00:11:48.487Z | [ recovery-image] Dec 21 00:11:48.419 INFO O| Dec 21 00:11:48.418 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6505 | 2024-12-21T00:11:48.505Z | [ recovery-image] Dec 21 00:11:48.444 INFO O| Dec 21 00:11:48.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6506 | 2024-12-21T00:11:48.508Z | [ recovery-image] Dec 21 00:11:48.444 INFO O| Dec 21 00:11:48.444 INFO STEP 715 (remove_files) COMPLETE |
6507 | 2024-12-21T00:11:48.508Z | [ recovery-image] Dec 21 00:11:48.444 INFO O| Dec 21 00:11:48.444 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6508 | 2024-12-21T00:11:48.546Z | [ host-image] Dec 21 00:11:48.484 INFO O| Dec 21 00:11:48.484 INFO O| Done |
6509 | 2024-12-21T00:11:48.584Z | [ recovery-image] Dec 21 00:11:48.523 INFO O| Dec 21 00:11:48.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6510 | 2024-12-21T00:11:48.585Z | [ recovery-image] Dec 21 00:11:48.523 INFO O| Dec 21 00:11:48.523 INFO STEP 716 (remove_files) COMPLETE |
6511 | 2024-12-21T00:11:48.585Z | [ recovery-image] Dec 21 00:11:48.523 INFO O| Dec 21 00:11:48.523 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6512 | 2024-12-21T00:11:48.611Z | [ recovery-image] Dec 21 00:11:48.548 INFO O| Dec 21 00:11:48.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6513 | 2024-12-21T00:11:48.611Z | [ recovery-image] Dec 21 00:11:48.548 INFO O| Dec 21 00:11:48.548 INFO STEP 717 (remove_files) COMPLETE |
6514 | 2024-12-21T00:11:48.611Z | [ recovery-image] Dec 21 00:11:48.548 INFO O| Dec 21 00:11:48.548 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6515 | 2024-12-21T00:11:48.635Z | [ recovery-image] Dec 21 00:11:48.573 INFO O| Dec 21 00:11:48.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6516 | 2024-12-21T00:11:48.640Z | [ recovery-image] Dec 21 00:11:48.578 INFO O| Dec 21 00:11:48.578 INFO STEP 718 (remove_files) COMPLETE |
6517 | 2024-12-21T00:11:48.640Z | [ recovery-image] Dec 21 00:11:48.578 INFO O| Dec 21 00:11:48.578 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6518 | 2024-12-21T00:11:48.664Z | [ recovery-image] Dec 21 00:11:48.603 INFO O| Dec 21 00:11:48.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6519 | 2024-12-21T00:11:48.664Z | [ recovery-image] Dec 21 00:11:48.603 INFO O| Dec 21 00:11:48.603 INFO STEP 719 (remove_files) COMPLETE |
6520 | 2024-12-21T00:11:48.664Z | [ recovery-image] Dec 21 00:11:48.603 INFO O| Dec 21 00:11:48.603 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6521 | 2024-12-21T00:11:48.689Z | [ recovery-image] Dec 21 00:11:48.628 INFO O| Dec 21 00:11:48.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6522 | 2024-12-21T00:11:48.689Z | [ recovery-image] Dec 21 00:11:48.628 INFO O| Dec 21 00:11:48.628 INFO STEP 720 (remove_files) COMPLETE |
6523 | 2024-12-21T00:11:48.689Z | [ recovery-image] Dec 21 00:11:48.628 INFO O| Dec 21 00:11:48.628 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6524 | 2024-12-21T00:11:48.716Z | [ recovery-image] Dec 21 00:11:48.654 INFO O| Dec 21 00:11:48.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6525 | 2024-12-21T00:11:48.717Z | [ recovery-image] Dec 21 00:11:48.654 INFO O| Dec 21 00:11:48.654 INFO STEP 721 (remove_files) COMPLETE |
6526 | 2024-12-21T00:11:48.717Z | [ recovery-image] Dec 21 00:11:48.654 INFO O| Dec 21 00:11:48.654 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6527 | 2024-12-21T00:11:48.773Z | [ recovery-image] Dec 21 00:11:48.712 INFO O| Dec 21 00:11:48.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6528 | 2024-12-21T00:11:48.775Z | [ recovery-image] Dec 21 00:11:48.712 INFO O| Dec 21 00:11:48.712 INFO STEP 722 (remove_files) COMPLETE |
6529 | 2024-12-21T00:11:48.775Z | [ recovery-image] Dec 21 00:11:48.712 INFO O| Dec 21 00:11:48.712 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6530 | 2024-12-21T00:11:48.853Z | [ recovery-image] Dec 21 00:11:48.791 INFO O| Dec 21 00:11:48.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6531 | 2024-12-21T00:11:48.853Z | [ recovery-image] Dec 21 00:11:48.791 INFO O| Dec 21 00:11:48.791 INFO STEP 723 (remove_files) COMPLETE |
6532 | 2024-12-21T00:11:48.854Z | [ recovery-image] Dec 21 00:11:48.791 INFO O| Dec 21 00:11:48.791 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6533 | 2024-12-21T00:11:48.876Z | [ recovery-image] Dec 21 00:11:48.815 INFO O| Dec 21 00:11:48.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6534 | 2024-12-21T00:11:48.876Z | [ recovery-image] Dec 21 00:11:48.815 INFO O| Dec 21 00:11:48.815 INFO STEP 724 (remove_files) COMPLETE |
6535 | 2024-12-21T00:11:48.876Z | [ recovery-image] Dec 21 00:11:48.815 INFO O| Dec 21 00:11:48.815 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6536 | 2024-12-21T00:11:48.900Z | [ recovery-image] Dec 21 00:11:48.838 INFO O| Dec 21 00:11:48.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6537 | 2024-12-21T00:11:48.900Z | [ recovery-image] Dec 21 00:11:48.838 INFO O| Dec 21 00:11:48.838 INFO STEP 725 (remove_files) COMPLETE |
6538 | 2024-12-21T00:11:48.900Z | [ recovery-image] Dec 21 00:11:48.838 INFO O| Dec 21 00:11:48.838 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6539 | 2024-12-21T00:11:48.939Z | [ recovery-image] Dec 21 00:11:48.878 INFO O| Dec 21 00:11:48.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6540 | 2024-12-21T00:11:48.939Z | [ recovery-image] Dec 21 00:11:48.878 INFO O| Dec 21 00:11:48.878 INFO STEP 726 (remove_files) COMPLETE |
6541 | 2024-12-21T00:11:48.940Z | [ recovery-image] Dec 21 00:11:48.878 INFO O| Dec 21 00:11:48.878 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6542 | 2024-12-21T00:11:48.964Z | [ recovery-image] Dec 21 00:11:48.902 INFO O| Dec 21 00:11:48.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6543 | 2024-12-21T00:11:48.964Z | [ recovery-image] Dec 21 00:11:48.902 INFO O| Dec 21 00:11:48.902 INFO STEP 727 (remove_files) COMPLETE |
6544 | 2024-12-21T00:11:48.964Z | [ recovery-image] Dec 21 00:11:48.902 INFO O| Dec 21 00:11:48.902 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6545 | 2024-12-21T00:11:48.985Z | [ recovery-image] Dec 21 00:11:48.924 INFO O| Dec 21 00:11:48.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6546 | 2024-12-21T00:11:48.986Z | [ recovery-image] Dec 21 00:11:48.924 INFO O| Dec 21 00:11:48.924 INFO STEP 728 (remove_files) COMPLETE |
6547 | 2024-12-21T00:11:48.986Z | [ recovery-image] Dec 21 00:11:48.924 INFO O| Dec 21 00:11:48.924 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6548 | 2024-12-21T00:11:49.007Z | [ recovery-image] Dec 21 00:11:48.946 INFO O| Dec 21 00:11:48.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6549 | 2024-12-21T00:11:49.007Z | [ recovery-image] Dec 21 00:11:48.946 INFO O| Dec 21 00:11:48.946 INFO STEP 729 (remove_files) COMPLETE |
6550 | 2024-12-21T00:11:49.007Z | [ recovery-image] Dec 21 00:11:48.946 INFO O| Dec 21 00:11:48.946 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6551 | 2024-12-21T00:11:49.028Z | [ recovery-image] Dec 21 00:11:48.967 INFO O| Dec 21 00:11:48.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6552 | 2024-12-21T00:11:49.028Z | [ recovery-image] Dec 21 00:11:48.967 INFO O| Dec 21 00:11:48.967 INFO STEP 730 (remove_files) COMPLETE |
6553 | 2024-12-21T00:11:49.028Z | [ recovery-image] Dec 21 00:11:48.967 INFO O| Dec 21 00:11:48.967 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6554 | 2024-12-21T00:11:49.065Z | [ recovery-image] Dec 21 00:11:49.003 INFO O| Dec 21 00:11:49.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6555 | 2024-12-21T00:11:49.068Z | [ recovery-image] Dec 21 00:11:49.004 INFO O| Dec 21 00:11:49.004 INFO STEP 731 (remove_files) COMPLETE |
6556 | 2024-12-21T00:11:49.068Z | [ recovery-image] Dec 21 00:11:49.004 INFO O| Dec 21 00:11:49.004 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6557 | 2024-12-21T00:11:49.090Z | [ recovery-image] Dec 21 00:11:49.029 INFO O| Dec 21 00:11:49.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6558 | 2024-12-21T00:11:49.093Z | [ recovery-image] Dec 21 00:11:49.029 INFO O| Dec 21 00:11:49.029 INFO STEP 732 (remove_files) COMPLETE |
6559 | 2024-12-21T00:11:49.093Z | [ recovery-image] Dec 21 00:11:49.029 INFO O| Dec 21 00:11:49.029 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6560 | 2024-12-21T00:11:49.126Z | [ recovery-image] Dec 21 00:11:49.065 INFO O| Dec 21 00:11:49.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6561 | 2024-12-21T00:11:49.126Z | [ recovery-image] Dec 21 00:11:49.065 INFO O| Dec 21 00:11:49.065 INFO STEP 733 (remove_files) COMPLETE |
6562 | 2024-12-21T00:11:49.127Z | [ recovery-image] Dec 21 00:11:49.065 INFO O| Dec 21 00:11:49.065 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6563 | 2024-12-21T00:11:49.150Z | [ recovery-image] Dec 21 00:11:49.089 INFO O| Dec 21 00:11:49.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6564 | 2024-12-21T00:11:49.150Z | [ recovery-image] Dec 21 00:11:49.089 INFO O| Dec 21 00:11:49.089 INFO STEP 734 (remove_files) COMPLETE |
6565 | 2024-12-21T00:11:49.150Z | [ recovery-image] Dec 21 00:11:49.089 INFO O| Dec 21 00:11:49.089 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6566 | 2024-12-21T00:11:49.172Z | [ recovery-image] Dec 21 00:11:49.111 INFO O| Dec 21 00:11:49.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6567 | 2024-12-21T00:11:49.172Z | [ recovery-image] Dec 21 00:11:49.111 INFO O| Dec 21 00:11:49.111 INFO STEP 735 (remove_files) COMPLETE |
6568 | 2024-12-21T00:11:49.175Z | [ recovery-image] Dec 21 00:11:49.111 INFO O| Dec 21 00:11:49.111 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6569 | 2024-12-21T00:11:49.195Z | [ recovery-image] Dec 21 00:11:49.134 INFO O| Dec 21 00:11:49.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6570 | 2024-12-21T00:11:49.195Z | [ recovery-image] Dec 21 00:11:49.134 INFO O| Dec 21 00:11:49.134 INFO STEP 736 (remove_files) COMPLETE |
6571 | 2024-12-21T00:11:49.198Z | [ recovery-image] Dec 21 00:11:49.134 INFO O| Dec 21 00:11:49.134 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6572 | 2024-12-21T00:11:49.217Z | [ recovery-image] Dec 21 00:11:49.156 INFO O| Dec 21 00:11:49.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6573 | 2024-12-21T00:11:49.218Z | [ recovery-image] Dec 21 00:11:49.157 INFO O| Dec 21 00:11:49.156 INFO STEP 737 (remove_files) COMPLETE |
6574 | 2024-12-21T00:11:49.220Z | [ recovery-image] Dec 21 00:11:49.157 INFO O| Dec 21 00:11:49.156 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6575 | 2024-12-21T00:11:49.240Z | [ recovery-image] Dec 21 00:11:49.179 INFO O| Dec 21 00:11:49.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6576 | 2024-12-21T00:11:49.241Z | [ recovery-image] Dec 21 00:11:49.179 INFO O| Dec 21 00:11:49.179 INFO STEP 738 (remove_files) COMPLETE |
6577 | 2024-12-21T00:11:49.241Z | [ recovery-image] Dec 21 00:11:49.179 INFO O| Dec 21 00:11:49.179 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6578 | 2024-12-21T00:11:49.294Z | [ recovery-image] Dec 21 00:11:49.232 INFO O| Dec 21 00:11:49.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6579 | 2024-12-21T00:11:49.294Z | [ recovery-image] Dec 21 00:11:49.232 INFO O| Dec 21 00:11:49.232 INFO STEP 739 (remove_files) COMPLETE |
6580 | 2024-12-21T00:11:49.294Z | [ recovery-image] Dec 21 00:11:49.232 INFO O| Dec 21 00:11:49.232 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6581 | 2024-12-21T00:11:49.318Z | [ recovery-image] Dec 21 00:11:49.256 INFO O| Dec 21 00:11:49.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6582 | 2024-12-21T00:11:49.321Z | [ recovery-image] Dec 21 00:11:49.257 INFO O| Dec 21 00:11:49.257 INFO STEP 740 (remove_files) COMPLETE |
6583 | 2024-12-21T00:11:49.321Z | [ recovery-image] Dec 21 00:11:49.257 INFO O| Dec 21 00:11:49.257 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6584 | 2024-12-21T00:11:49.376Z | [ recovery-image] Dec 21 00:11:49.315 INFO O| Dec 21 00:11:49.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6585 | 2024-12-21T00:11:49.379Z | [ recovery-image] Dec 21 00:11:49.315 INFO O| Dec 21 00:11:49.315 INFO STEP 741 (remove_files) COMPLETE |
6586 | 2024-12-21T00:11:49.379Z | [ recovery-image] Dec 21 00:11:49.316 INFO O| Dec 21 00:11:49.316 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6587 | 2024-12-21T00:11:49.406Z | [ recovery-image] Dec 21 00:11:49.345 INFO O| Dec 21 00:11:49.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6588 | 2024-12-21T00:11:49.409Z | [ recovery-image] Dec 21 00:11:49.346 INFO O| Dec 21 00:11:49.345 INFO STEP 742 (remove_files) COMPLETE |
6589 | 2024-12-21T00:11:49.409Z | [ recovery-image] Dec 21 00:11:49.346 INFO O| Dec 21 00:11:49.346 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6590 | 2024-12-21T00:11:49.428Z | [ recovery-image] Dec 21 00:11:49.367 INFO O| Dec 21 00:11:49.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6591 | 2024-12-21T00:11:49.431Z | [ recovery-image] Dec 21 00:11:49.368 INFO O| Dec 21 00:11:49.367 INFO STEP 743 (remove_files) COMPLETE |
6592 | 2024-12-21T00:11:49.431Z | [ recovery-image] Dec 21 00:11:49.368 INFO O| Dec 21 00:11:49.368 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6593 | 2024-12-21T00:11:49.451Z | [ recovery-image] Dec 21 00:11:49.389 INFO O| Dec 21 00:11:49.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6594 | 2024-12-21T00:11:49.455Z | [ recovery-image] Dec 21 00:11:49.390 INFO O| Dec 21 00:11:49.390 INFO STEP 744 (remove_files) COMPLETE |
6595 | 2024-12-21T00:11:49.455Z | [ recovery-image] Dec 21 00:11:49.390 INFO O| Dec 21 00:11:49.390 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6596 | 2024-12-21T00:11:49.474Z | [ recovery-image] Dec 21 00:11:49.413 INFO O| Dec 21 00:11:49.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6597 | 2024-12-21T00:11:49.477Z | [ recovery-image] Dec 21 00:11:49.416 INFO O| Dec 21 00:11:49.416 INFO STEP 745 (remove_files) COMPLETE |
6598 | 2024-12-21T00:11:49.479Z | [ recovery-image] Dec 21 00:11:49.416 INFO O| Dec 21 00:11:49.416 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6599 | 2024-12-21T00:11:49.502Z | [ recovery-image] Dec 21 00:11:49.441 INFO O| Dec 21 00:11:49.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6600 | 2024-12-21T00:11:49.505Z | [ recovery-image] Dec 21 00:11:49.441 INFO O| Dec 21 00:11:49.441 INFO STEP 746 (remove_files) COMPLETE |
6601 | 2024-12-21T00:11:49.506Z | [ recovery-image] Dec 21 00:11:49.441 INFO O| Dec 21 00:11:49.441 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6602 | 2024-12-21T00:11:49.549Z | [ recovery-image] Dec 21 00:11:49.488 INFO O| Dec 21 00:11:49.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6603 | 2024-12-21T00:11:49.549Z | [ recovery-image] Dec 21 00:11:49.488 INFO O| Dec 21 00:11:49.488 INFO STEP 747 (remove_files) COMPLETE |
6604 | 2024-12-21T00:11:49.549Z | [ recovery-image] Dec 21 00:11:49.488 INFO O| Dec 21 00:11:49.488 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6605 | 2024-12-21T00:11:49.587Z | [ recovery-image] Dec 21 00:11:49.525 INFO O| Dec 21 00:11:49.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6606 | 2024-12-21T00:11:49.587Z | [ recovery-image] Dec 21 00:11:49.525 INFO O| Dec 21 00:11:49.525 INFO STEP 748 (remove_files) COMPLETE |
6607 | 2024-12-21T00:11:49.589Z | [ recovery-image] Dec 21 00:11:49.526 INFO O| Dec 21 00:11:49.525 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6608 | 2024-12-21T00:11:49.627Z | [ recovery-image] Dec 21 00:11:49.565 INFO O| Dec 21 00:11:49.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6609 | 2024-12-21T00:11:49.629Z | [ recovery-image] Dec 21 00:11:49.566 INFO O| Dec 21 00:11:49.566 INFO STEP 749 (remove_files) COMPLETE |
6610 | 2024-12-21T00:11:49.629Z | [ recovery-image] Dec 21 00:11:49.566 INFO O| Dec 21 00:11:49.566 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6611 | 2024-12-21T00:11:49.650Z | [ recovery-image] Dec 21 00:11:49.589 INFO O| Dec 21 00:11:49.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6612 | 2024-12-21T00:11:49.674Z | [ recovery-image] Dec 21 00:11:49.613 INFO O| Dec 21 00:11:49.613 INFO STEP 750 (remove_files) COMPLETE |
6613 | 2024-12-21T00:11:49.675Z | [ recovery-image] Dec 21 00:11:49.613 INFO O| Dec 21 00:11:49.613 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6614 | 2024-12-21T00:11:49.715Z | [ recovery-image] Dec 21 00:11:49.654 INFO O| Dec 21 00:11:49.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6615 | 2024-12-21T00:11:49.718Z | [ recovery-image] Dec 21 00:11:49.654 INFO O| Dec 21 00:11:49.654 INFO STEP 751 (remove_files) COMPLETE |
6616 | 2024-12-21T00:11:49.718Z | [ recovery-image] Dec 21 00:11:49.654 INFO O| Dec 21 00:11:49.654 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6617 | 2024-12-21T00:11:49.759Z | [ recovery-image] Dec 21 00:11:49.698 INFO O| Dec 21 00:11:49.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6618 | 2024-12-21T00:11:49.759Z | [ recovery-image] Dec 21 00:11:49.698 INFO O| Dec 21 00:11:49.698 INFO STEP 752 (remove_files) COMPLETE |
6619 | 2024-12-21T00:11:49.763Z | [ recovery-image] Dec 21 00:11:49.698 INFO O| Dec 21 00:11:49.698 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6620 | 2024-12-21T00:11:49.781Z | [ recovery-image] Dec 21 00:11:49.720 INFO O| Dec 21 00:11:49.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6621 | 2024-12-21T00:11:49.783Z | [ recovery-image] Dec 21 00:11:49.720 INFO O| Dec 21 00:11:49.720 INFO STEP 753 (remove_files) COMPLETE |
6622 | 2024-12-21T00:11:49.783Z | [ recovery-image] Dec 21 00:11:49.720 INFO O| Dec 21 00:11:49.720 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6623 | 2024-12-21T00:11:49.804Z | [ recovery-image] Dec 21 00:11:49.743 INFO O| Dec 21 00:11:49.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6624 | 2024-12-21T00:11:49.804Z | [ recovery-image] Dec 21 00:11:49.743 INFO O| Dec 21 00:11:49.743 INFO STEP 754 (remove_files) COMPLETE |
6625 | 2024-12-21T00:11:49.806Z | [ recovery-image] Dec 21 00:11:49.743 INFO O| Dec 21 00:11:49.743 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6626 | 2024-12-21T00:11:49.827Z | [ recovery-image] Dec 21 00:11:49.766 INFO O| Dec 21 00:11:49.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6627 | 2024-12-21T00:11:49.830Z | [ recovery-image] Dec 21 00:11:49.767 INFO O| Dec 21 00:11:49.766 INFO STEP 755 (remove_files) COMPLETE |
6628 | 2024-12-21T00:11:49.830Z | [ recovery-image] Dec 21 00:11:49.767 INFO O| Dec 21 00:11:49.767 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6629 | 2024-12-21T00:11:49.852Z | [ recovery-image] Dec 21 00:11:49.791 INFO O| Dec 21 00:11:49.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6630 | 2024-12-21T00:11:49.855Z | [ recovery-image] Dec 21 00:11:49.791 INFO O| Dec 21 00:11:49.791 INFO STEP 756 (remove_files) COMPLETE |
6631 | 2024-12-21T00:11:49.855Z | [ recovery-image] Dec 21 00:11:49.791 INFO O| Dec 21 00:11:49.791 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6632 | 2024-12-21T00:11:49.894Z | [ recovery-image] Dec 21 00:11:49.832 INFO O| Dec 21 00:11:49.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6633 | 2024-12-21T00:11:49.894Z | [ recovery-image] Dec 21 00:11:49.833 INFO O| Dec 21 00:11:49.833 INFO STEP 757 (remove_files) COMPLETE |
6634 | 2024-12-21T00:11:49.896Z | [ recovery-image] Dec 21 00:11:49.833 INFO O| Dec 21 00:11:49.833 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6635 | 2024-12-21T00:11:49.919Z | [ recovery-image] Dec 21 00:11:49.858 INFO O| Dec 21 00:11:49.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6636 | 2024-12-21T00:11:49.922Z | [ recovery-image] Dec 21 00:11:49.858 INFO O| Dec 21 00:11:49.858 INFO STEP 758 (remove_files) COMPLETE |
6637 | 2024-12-21T00:11:49.922Z | [ recovery-image] Dec 21 00:11:49.859 INFO O| Dec 21 00:11:49.858 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6638 | 2024-12-21T00:11:49.950Z | [ recovery-image] Dec 21 00:11:49.889 INFO O| Dec 21 00:11:49.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6639 | 2024-12-21T00:11:49.950Z | [ recovery-image] Dec 21 00:11:49.889 INFO O| Dec 21 00:11:49.889 INFO STEP 759 (remove_files) COMPLETE |
6640 | 2024-12-21T00:11:49.952Z | [ recovery-image] Dec 21 00:11:49.889 INFO O| Dec 21 00:11:49.889 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6641 | 2024-12-21T00:11:49.975Z | [ recovery-image] Dec 21 00:11:49.914 INFO O| Dec 21 00:11:49.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6642 | 2024-12-21T00:11:49.977Z | [ recovery-image] Dec 21 00:11:49.914 INFO O| Dec 21 00:11:49.914 INFO STEP 760 (remove_files) COMPLETE |
6643 | 2024-12-21T00:11:49.977Z | [ recovery-image] Dec 21 00:11:49.914 INFO O| Dec 21 00:11:49.914 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6644 | 2024-12-21T00:11:50.000Z | [ recovery-image] Dec 21 00:11:49.939 INFO O| Dec 21 00:11:49.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6645 | 2024-12-21T00:11:50.000Z | [ recovery-image] Dec 21 00:11:49.939 INFO O| Dec 21 00:11:49.939 INFO STEP 761 (remove_files) COMPLETE |
6646 | 2024-12-21T00:11:50.002Z | [ recovery-image] Dec 21 00:11:49.939 INFO O| Dec 21 00:11:49.939 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6647 | 2024-12-21T00:11:50.040Z | [ recovery-image] Dec 21 00:11:49.979 INFO O| Dec 21 00:11:49.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6648 | 2024-12-21T00:11:50.040Z | [ recovery-image] Dec 21 00:11:49.979 INFO O| Dec 21 00:11:49.979 INFO STEP 762 (remove_files) COMPLETE |
6649 | 2024-12-21T00:11:50.043Z | [ recovery-image] Dec 21 00:11:49.979 INFO O| Dec 21 00:11:49.979 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6650 | 2024-12-21T00:11:50.081Z | [ recovery-image] Dec 21 00:11:50.020 INFO O| Dec 21 00:11:50.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6651 | 2024-12-21T00:11:50.081Z | [ recovery-image] Dec 21 00:11:50.020 INFO O| Dec 21 00:11:50.020 INFO STEP 763 (remove_files) COMPLETE |
6652 | 2024-12-21T00:11:50.081Z | [ recovery-image] Dec 21 00:11:50.020 INFO O| Dec 21 00:11:50.020 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6653 | 2024-12-21T00:11:50.113Z | [ recovery-image] Dec 21 00:11:50.052 INFO O| Dec 21 00:11:50.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6654 | 2024-12-21T00:11:50.116Z | [ recovery-image] Dec 21 00:11:50.052 INFO O| Dec 21 00:11:50.052 INFO STEP 764 (remove_files) COMPLETE |
6655 | 2024-12-21T00:11:50.116Z | [ recovery-image] Dec 21 00:11:50.052 INFO O| Dec 21 00:11:50.052 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6656 | 2024-12-21T00:11:50.136Z | [ recovery-image] Dec 21 00:11:50.075 INFO O| Dec 21 00:11:50.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6657 | 2024-12-21T00:11:50.139Z | [ recovery-image] Dec 21 00:11:50.075 INFO O| Dec 21 00:11:50.075 INFO STEP 765 (remove_files) COMPLETE |
6658 | 2024-12-21T00:11:50.140Z | [ recovery-image] Dec 21 00:11:50.075 INFO O| Dec 21 00:11:50.075 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6659 | 2024-12-21T00:11:50.161Z | [ recovery-image] Dec 21 00:11:50.100 INFO O| Dec 21 00:11:50.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6660 | 2024-12-21T00:11:50.163Z | [ recovery-image] Dec 21 00:11:50.100 INFO O| Dec 21 00:11:50.100 INFO STEP 766 (remove_files) COMPLETE |
6661 | 2024-12-21T00:11:50.163Z | [ recovery-image] Dec 21 00:11:50.100 INFO O| Dec 21 00:11:50.100 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6662 | 2024-12-21T00:11:50.185Z | [ recovery-image] Dec 21 00:11:50.125 INFO O| Dec 21 00:11:50.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6663 | 2024-12-21T00:11:50.208Z | [ recovery-image] Dec 21 00:11:50.147 INFO O| Dec 21 00:11:50.147 INFO STEP 767 (remove_files) COMPLETE |
6664 | 2024-12-21T00:11:50.208Z | [ recovery-image] Dec 21 00:11:50.147 INFO O| Dec 21 00:11:50.147 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6665 | 2024-12-21T00:11:50.236Z | [ recovery-image] Dec 21 00:11:50.175 INFO O| Dec 21 00:11:50.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6666 | 2024-12-21T00:11:50.236Z | [ recovery-image] Dec 21 00:11:50.175 INFO O| Dec 21 00:11:50.175 INFO STEP 768 (remove_files) COMPLETE |
6667 | 2024-12-21T00:11:50.236Z | [ recovery-image] Dec 21 00:11:50.175 INFO O| Dec 21 00:11:50.175 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6668 | 2024-12-21T00:11:50.262Z | [ recovery-image] Dec 21 00:11:50.201 INFO O| Dec 21 00:11:50.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6669 | 2024-12-21T00:11:50.262Z | [ recovery-image] Dec 21 00:11:50.201 INFO O| Dec 21 00:11:50.201 INFO STEP 769 (remove_files) COMPLETE |
6670 | 2024-12-21T00:11:50.262Z | [ recovery-image] Dec 21 00:11:50.201 INFO O| Dec 21 00:11:50.201 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6671 | 2024-12-21T00:11:50.300Z | [ recovery-image] Dec 21 00:11:50.239 INFO O| Dec 21 00:11:50.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6672 | 2024-12-21T00:11:50.300Z | [ recovery-image] Dec 21 00:11:50.239 INFO O| Dec 21 00:11:50.239 INFO STEP 770 (remove_files) COMPLETE |
6673 | 2024-12-21T00:11:50.300Z | [ recovery-image] Dec 21 00:11:50.239 INFO O| Dec 21 00:11:50.239 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6674 | 2024-12-21T00:11:50.362Z | [ recovery-image] Dec 21 00:11:50.301 INFO O| Dec 21 00:11:50.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6675 | 2024-12-21T00:11:50.362Z | [ recovery-image] Dec 21 00:11:50.301 INFO O| Dec 21 00:11:50.301 INFO STEP 771 (remove_files) COMPLETE |
6676 | 2024-12-21T00:11:50.362Z | [ recovery-image] Dec 21 00:11:50.301 INFO O| Dec 21 00:11:50.301 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6677 | 2024-12-21T00:11:50.403Z | [ recovery-image] Dec 21 00:11:50.342 INFO O| Dec 21 00:11:50.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6678 | 2024-12-21T00:11:50.403Z | [ recovery-image] Dec 21 00:11:50.342 INFO O| Dec 21 00:11:50.342 INFO STEP 772 (remove_files) COMPLETE |
6679 | 2024-12-21T00:11:50.406Z | [ recovery-image] Dec 21 00:11:50.342 INFO O| Dec 21 00:11:50.342 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6680 | 2024-12-21T00:11:50.429Z | [ recovery-image] Dec 21 00:11:50.367 INFO O| Dec 21 00:11:50.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6681 | 2024-12-21T00:11:50.430Z | [ recovery-image] Dec 21 00:11:50.367 INFO O| Dec 21 00:11:50.367 INFO STEP 773 (remove_files) COMPLETE |
6682 | 2024-12-21T00:11:50.430Z | [ recovery-image] Dec 21 00:11:50.367 INFO O| Dec 21 00:11:50.367 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6683 | 2024-12-21T00:11:50.453Z | [ recovery-image] Dec 21 00:11:50.391 INFO O| Dec 21 00:11:50.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6684 | 2024-12-21T00:11:50.453Z | [ recovery-image] Dec 21 00:11:50.391 INFO O| Dec 21 00:11:50.391 INFO STEP 774 (remove_files) COMPLETE |
6685 | 2024-12-21T00:11:50.456Z | [ recovery-image] Dec 21 00:11:50.392 INFO O| Dec 21 00:11:50.391 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6686 | 2024-12-21T00:11:50.495Z | [ recovery-image] Dec 21 00:11:50.434 INFO O| Dec 21 00:11:50.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6687 | 2024-12-21T00:11:50.497Z | [ recovery-image] Dec 21 00:11:50.434 INFO O| Dec 21 00:11:50.434 INFO STEP 775 (remove_files) COMPLETE |
6688 | 2024-12-21T00:11:50.497Z | [ recovery-image] Dec 21 00:11:50.434 INFO O| Dec 21 00:11:50.434 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6689 | 2024-12-21T00:11:50.520Z | [ recovery-image] Dec 21 00:11:50.459 INFO O| Dec 21 00:11:50.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6690 | 2024-12-21T00:11:50.524Z | [ recovery-image] Dec 21 00:11:50.460 INFO O| Dec 21 00:11:50.459 INFO STEP 776 (remove_files) COMPLETE |
6691 | 2024-12-21T00:11:50.524Z | [ recovery-image] Dec 21 00:11:50.460 INFO O| Dec 21 00:11:50.460 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6692 | 2024-12-21T00:11:50.544Z | [ recovery-image] Dec 21 00:11:50.483 INFO O| Dec 21 00:11:50.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6693 | 2024-12-21T00:11:50.547Z | [ recovery-image] Dec 21 00:11:50.483 INFO O| Dec 21 00:11:50.483 INFO STEP 777 (remove_files) COMPLETE |
6694 | 2024-12-21T00:11:50.547Z | [ recovery-image] Dec 21 00:11:50.483 INFO O| Dec 21 00:11:50.483 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6695 | 2024-12-21T00:11:50.569Z | [ recovery-image] Dec 21 00:11:50.508 INFO O| Dec 21 00:11:50.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6696 | 2024-12-21T00:11:50.571Z | [ recovery-image] Dec 21 00:11:50.508 INFO O| Dec 21 00:11:50.508 INFO STEP 778 (remove_files) COMPLETE |
6697 | 2024-12-21T00:11:50.571Z | [ recovery-image] Dec 21 00:11:50.508 INFO O| Dec 21 00:11:50.508 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6698 | 2024-12-21T00:11:50.594Z | [ recovery-image] Dec 21 00:11:50.533 INFO O| Dec 21 00:11:50.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6699 | 2024-12-21T00:11:50.594Z | [ recovery-image] Dec 21 00:11:50.533 INFO O| Dec 21 00:11:50.533 INFO STEP 779 (remove_files) COMPLETE |
6700 | 2024-12-21T00:11:50.597Z | [ recovery-image] Dec 21 00:11:50.534 INFO O| Dec 21 00:11:50.533 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6701 | 2024-12-21T00:11:50.620Z | [ recovery-image] Dec 21 00:11:50.559 INFO O| Dec 21 00:11:50.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6702 | 2024-12-21T00:11:50.620Z | [ recovery-image] Dec 21 00:11:50.559 INFO O| Dec 21 00:11:50.559 INFO STEP 780 (remove_files) COMPLETE |
6703 | 2024-12-21T00:11:50.622Z | [ recovery-image] Dec 21 00:11:50.559 INFO O| Dec 21 00:11:50.559 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6704 | 2024-12-21T00:11:50.651Z | [ recovery-image] Dec 21 00:11:50.590 INFO O| Dec 21 00:11:50.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6705 | 2024-12-21T00:11:50.651Z | [ recovery-image] Dec 21 00:11:50.590 INFO O| Dec 21 00:11:50.590 INFO STEP 781 (remove_files) COMPLETE |
6706 | 2024-12-21T00:11:50.651Z | [ recovery-image] Dec 21 00:11:50.590 INFO O| Dec 21 00:11:50.590 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6707 | 2024-12-21T00:11:50.675Z | [ recovery-image] Dec 21 00:11:50.614 INFO O| Dec 21 00:11:50.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6708 | 2024-12-21T00:11:50.675Z | [ recovery-image] Dec 21 00:11:50.614 INFO O| Dec 21 00:11:50.614 INFO STEP 782 (remove_files) COMPLETE |
6709 | 2024-12-21T00:11:50.675Z | [ recovery-image] Dec 21 00:11:50.614 INFO O| Dec 21 00:11:50.614 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6710 | 2024-12-21T00:11:50.697Z | [ recovery-image] Dec 21 00:11:50.636 INFO O| Dec 21 00:11:50.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6711 | 2024-12-21T00:11:50.697Z | [ recovery-image] Dec 21 00:11:50.636 INFO O| Dec 21 00:11:50.636 INFO STEP 783 (remove_files) COMPLETE |
6712 | 2024-12-21T00:11:50.697Z | [ recovery-image] Dec 21 00:11:50.636 INFO O| Dec 21 00:11:50.636 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6713 | 2024-12-21T00:11:50.722Z | [ recovery-image] Dec 21 00:11:50.661 INFO O| Dec 21 00:11:50.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6714 | 2024-12-21T00:11:50.722Z | [ recovery-image] Dec 21 00:11:50.661 INFO O| Dec 21 00:11:50.661 INFO STEP 784 (remove_files) COMPLETE |
6715 | 2024-12-21T00:11:50.722Z | [ recovery-image] Dec 21 00:11:50.661 INFO O| Dec 21 00:11:50.661 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6716 | 2024-12-21T00:11:50.746Z | [ recovery-image] Dec 21 00:11:50.685 INFO O| Dec 21 00:11:50.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6717 | 2024-12-21T00:11:50.746Z | [ recovery-image] Dec 21 00:11:50.685 INFO O| Dec 21 00:11:50.685 INFO STEP 785 (remove_files) COMPLETE |
6718 | 2024-12-21T00:11:50.746Z | [ recovery-image] Dec 21 00:11:50.685 INFO O| Dec 21 00:11:50.685 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6719 | 2024-12-21T00:11:50.768Z | [ recovery-image] Dec 21 00:11:50.707 INFO O| Dec 21 00:11:50.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6720 | 2024-12-21T00:11:50.771Z | [ recovery-image] Dec 21 00:11:50.707 INFO O| Dec 21 00:11:50.707 INFO STEP 786 (remove_files) COMPLETE |
6721 | 2024-12-21T00:11:50.771Z | [ recovery-image] Dec 21 00:11:50.707 INFO O| Dec 21 00:11:50.707 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6722 | 2024-12-21T00:11:50.806Z | [ recovery-image] Dec 21 00:11:50.745 INFO O| Dec 21 00:11:50.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6723 | 2024-12-21T00:11:50.806Z | [ recovery-image] Dec 21 00:11:50.745 INFO O| Dec 21 00:11:50.745 INFO STEP 787 (remove_files) COMPLETE |
6724 | 2024-12-21T00:11:50.809Z | [ recovery-image] Dec 21 00:11:50.745 INFO O| Dec 21 00:11:50.745 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6725 | 2024-12-21T00:11:50.829Z | [ recovery-image] Dec 21 00:11:50.768 INFO O| Dec 21 00:11:50.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6726 | 2024-12-21T00:11:50.829Z | [ recovery-image] Dec 21 00:11:50.768 INFO O| Dec 21 00:11:50.768 INFO STEP 788 (remove_files) COMPLETE |
6727 | 2024-12-21T00:11:50.831Z | [ recovery-image] Dec 21 00:11:50.768 INFO O| Dec 21 00:11:50.768 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6728 | 2024-12-21T00:11:50.852Z | [ recovery-image] Dec 21 00:11:50.791 INFO O| Dec 21 00:11:50.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6729 | 2024-12-21T00:11:50.852Z | [ recovery-image] Dec 21 00:11:50.791 INFO O| Dec 21 00:11:50.791 INFO STEP 789 (remove_files) COMPLETE |
6730 | 2024-12-21T00:11:50.855Z | [ recovery-image] Dec 21 00:11:50.791 INFO O| Dec 21 00:11:50.791 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6731 | 2024-12-21T00:11:50.875Z | [ recovery-image] Dec 21 00:11:50.815 INFO O| Dec 21 00:11:50.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6732 | 2024-12-21T00:11:50.875Z | [ recovery-image] Dec 21 00:11:50.815 INFO O| Dec 21 00:11:50.815 INFO STEP 790 (remove_files) COMPLETE |
6733 | 2024-12-21T00:11:50.875Z | [ recovery-image] Dec 21 00:11:50.815 INFO O| Dec 21 00:11:50.815 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6734 | 2024-12-21T00:11:50.900Z | [ recovery-image] Dec 21 00:11:50.838 INFO O| Dec 21 00:11:50.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6735 | 2024-12-21T00:11:50.908Z | [ recovery-image] Dec 21 00:11:50.838 INFO O| Dec 21 00:11:50.838 INFO STEP 791 (remove_files) COMPLETE |
6736 | 2024-12-21T00:11:50.908Z | [ recovery-image] Dec 21 00:11:50.838 INFO O| Dec 21 00:11:50.838 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6737 | 2024-12-21T00:11:50.922Z | [ recovery-image] Dec 21 00:11:50.861 INFO O| Dec 21 00:11:50.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6738 | 2024-12-21T00:11:50.922Z | [ recovery-image] Dec 21 00:11:50.861 INFO O| Dec 21 00:11:50.861 INFO STEP 792 (remove_files) COMPLETE |
6739 | 2024-12-21T00:11:50.922Z | [ recovery-image] Dec 21 00:11:50.861 INFO O| Dec 21 00:11:50.861 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6740 | 2024-12-21T00:11:50.958Z | [ recovery-image] Dec 21 00:11:50.897 INFO O| Dec 21 00:11:50.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6741 | 2024-12-21T00:11:50.958Z | [ recovery-image] Dec 21 00:11:50.897 INFO O| Dec 21 00:11:50.897 INFO STEP 793 (remove_files) COMPLETE |
6742 | 2024-12-21T00:11:50.962Z | [ recovery-image] Dec 21 00:11:50.897 INFO O| Dec 21 00:11:50.897 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6743 | 2024-12-21T00:11:51.022Z | [ recovery-image] Dec 21 00:11:50.961 INFO O| Dec 21 00:11:50.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6744 | 2024-12-21T00:11:51.022Z | [ recovery-image] Dec 21 00:11:50.962 INFO O| Dec 21 00:11:50.961 INFO STEP 794 (remove_files) COMPLETE |
6745 | 2024-12-21T00:11:51.025Z | [ recovery-image] Dec 21 00:11:50.962 INFO O| Dec 21 00:11:50.962 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6746 | 2024-12-21T00:11:51.071Z | [ recovery-image] Dec 21 00:11:51.010 INFO O| Dec 21 00:11:51.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6747 | 2024-12-21T00:11:51.071Z | [ recovery-image] Dec 21 00:11:51.010 INFO O| Dec 21 00:11:51.010 INFO STEP 795 (remove_files) COMPLETE |
6748 | 2024-12-21T00:11:51.074Z | [ recovery-image] Dec 21 00:11:51.010 INFO O| Dec 21 00:11:51.010 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6749 | 2024-12-21T00:11:51.095Z | [ recovery-image] Dec 21 00:11:51.034 INFO O| Dec 21 00:11:51.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6750 | 2024-12-21T00:11:51.097Z | [ recovery-image] Dec 21 00:11:51.034 INFO O| Dec 21 00:11:51.034 INFO STEP 796 (remove_files) COMPLETE |
6751 | 2024-12-21T00:11:51.097Z | [ recovery-image] Dec 21 00:11:51.035 INFO O| Dec 21 00:11:51.034 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6752 | 2024-12-21T00:11:51.117Z | [ recovery-image] Dec 21 00:11:51.056 INFO O| Dec 21 00:11:51.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6753 | 2024-12-21T00:11:51.119Z | [ recovery-image] Dec 21 00:11:51.056 INFO O| Dec 21 00:11:51.056 INFO STEP 797 (remove_files) COMPLETE |
6754 | 2024-12-21T00:11:51.119Z | [ recovery-image] Dec 21 00:11:51.056 INFO O| Dec 21 00:11:51.056 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6755 | 2024-12-21T00:11:51.151Z | [ recovery-image] Dec 21 00:11:51.088 INFO O| Dec 21 00:11:51.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6756 | 2024-12-21T00:11:51.151Z | [ recovery-image] Dec 21 00:11:51.088 INFO O| Dec 21 00:11:51.088 INFO STEP 798 (remove_files) COMPLETE |
6757 | 2024-12-21T00:11:51.151Z | [ recovery-image] Dec 21 00:11:51.089 INFO O| Dec 21 00:11:51.088 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6758 | 2024-12-21T00:11:51.209Z | [ recovery-image] Dec 21 00:11:51.149 INFO O| Dec 21 00:11:51.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6759 | 2024-12-21T00:11:51.215Z | [ recovery-image] Dec 21 00:11:51.155 INFO O| Dec 21 00:11:51.155 INFO STEP 799 (remove_files) COMPLETE |
6760 | 2024-12-21T00:11:51.215Z | [ recovery-image] Dec 21 00:11:51.155 INFO O| Dec 21 00:11:51.155 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6761 | 2024-12-21T00:11:51.236Z | [ recovery-image] Dec 21 00:11:51.175 INFO O| Dec 21 00:11:51.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6762 | 2024-12-21T00:11:51.236Z | [ recovery-image] Dec 21 00:11:51.175 INFO O| Dec 21 00:11:51.175 INFO STEP 800 (remove_files) COMPLETE |
6763 | 2024-12-21T00:11:51.236Z | [ recovery-image] Dec 21 00:11:51.175 INFO O| Dec 21 00:11:51.175 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6764 | 2024-12-21T00:11:51.269Z | [ recovery-image] Dec 21 00:11:51.207 INFO O| Dec 21 00:11:51.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6765 | 2024-12-21T00:11:51.269Z | [ recovery-image] Dec 21 00:11:51.207 INFO O| Dec 21 00:11:51.207 INFO STEP 801 (remove_files) COMPLETE |
6766 | 2024-12-21T00:11:51.269Z | [ recovery-image] Dec 21 00:11:51.207 INFO O| Dec 21 00:11:51.207 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6767 | 2024-12-21T00:11:51.269Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
6768 | 2024-12-21T00:11:51.335Z | [ recovery-image] Dec 21 00:11:51.274 INFO O| Dec 21 00:11:51.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6769 | 2024-12-21T00:11:51.339Z | [ recovery-image] Dec 21 00:11:51.274 INFO O| Dec 21 00:11:51.274 INFO STEP 802 (remove_files) COMPLETE |
6770 | 2024-12-21T00:11:51.340Z | [ recovery-image] Dec 21 00:11:51.275 INFO O| Dec 21 00:11:51.274 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6771 | 2024-12-21T00:11:51.418Z | [ recovery-image] Dec 21 00:11:51.357 INFO O| Dec 21 00:11:51.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6772 | 2024-12-21T00:11:51.418Z | [ recovery-image] Dec 21 00:11:51.357 INFO O| Dec 21 00:11:51.357 INFO STEP 803 (remove_files) COMPLETE |
6773 | 2024-12-21T00:11:51.420Z | [ recovery-image] Dec 21 00:11:51.357 INFO O| Dec 21 00:11:51.357 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6774 | 2024-12-21T00:11:51.442Z | [ recovery-image] Dec 21 00:11:51.382 INFO O| Dec 21 00:11:51.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6775 | 2024-12-21T00:11:51.442Z | [ recovery-image] Dec 21 00:11:51.382 INFO O| Dec 21 00:11:51.382 INFO STEP 804 (remove_files) COMPLETE |
6776 | 2024-12-21T00:11:51.445Z | [ recovery-image] Dec 21 00:11:51.382 INFO O| Dec 21 00:11:51.382 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6777 | 2024-12-21T00:11:51.468Z | [ recovery-image] Dec 21 00:11:51.406 INFO O| Dec 21 00:11:51.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6778 | 2024-12-21T00:11:51.468Z | [ recovery-image] Dec 21 00:11:51.407 INFO O| Dec 21 00:11:51.407 INFO STEP 805 (remove_files) COMPLETE |
6779 | 2024-12-21T00:11:51.468Z | [ recovery-image] Dec 21 00:11:51.407 INFO O| Dec 21 00:11:51.407 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6780 | 2024-12-21T00:11:51.558Z | [ recovery-image] Dec 21 00:11:51.497 INFO O| Dec 21 00:11:51.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6781 | 2024-12-21T00:11:51.561Z | [ recovery-image] Dec 21 00:11:51.498 INFO O| Dec 21 00:11:51.497 INFO STEP 806 (remove_files) COMPLETE |
6782 | 2024-12-21T00:11:51.561Z | [ recovery-image] Dec 21 00:11:51.498 INFO O| Dec 21 00:11:51.498 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6783 | 2024-12-21T00:11:51.564Z | [ host-image] Dec 21 00:11:51.504 INFO O| Dec 21 00:11:51.503 INFO O| Done |
6784 | 2024-12-21T00:11:51.581Z | [ recovery-image] Dec 21 00:11:51.520 INFO O| Dec 21 00:11:51.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6785 | 2024-12-21T00:11:51.584Z | [ recovery-image] Dec 21 00:11:51.521 INFO O| Dec 21 00:11:51.521 INFO STEP 807 (remove_files) COMPLETE |
6786 | 2024-12-21T00:11:51.584Z | [ recovery-image] Dec 21 00:11:51.521 INFO O| Dec 21 00:11:51.521 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2024-12-21T00:11:51.608Z | [ host-image] Dec 21 00:11:51.547 INFO O| Dec 21 00:11:51.546 INFO O| Done |
6788 | 2024-12-21T00:11:51.608Z | [ host-image] Dec 21 00:11:51.547 INFO O| Dec 21 00:11:51.547 INFO O| Done |
6789 | 2024-12-21T00:11:51.630Z | [ recovery-image] Dec 21 00:11:51.569 INFO O| Dec 21 00:11:51.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6790 | 2024-12-21T00:11:51.630Z | [ recovery-image] Dec 21 00:11:51.569 INFO O| Dec 21 00:11:51.569 INFO STEP 808 (remove_files) COMPLETE |
6791 | 2024-12-21T00:11:51.630Z | [ recovery-image] Dec 21 00:11:51.569 INFO O| Dec 21 00:11:51.569 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6792 | 2024-12-21T00:11:51.651Z | [ host-image] Dec 21 00:11:51.590 INFO O| Dec 21 00:11:51.590 INFO O| Done |
6793 | 2024-12-21T00:11:51.655Z | [ recovery-image] Dec 21 00:11:51.595 INFO O| Dec 21 00:11:51.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6794 | 2024-12-21T00:11:51.656Z | [ recovery-image] Dec 21 00:11:51.595 INFO O| Dec 21 00:11:51.595 INFO STEP 809 (remove_files) COMPLETE |
6795 | 2024-12-21T00:11:51.658Z | [ recovery-image] Dec 21 00:11:51.595 INFO O| Dec 21 00:11:51.595 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-12-21T00:11:51.701Z | [ recovery-image] Dec 21 00:11:51.640 INFO O| Dec 21 00:11:51.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6797 | 2024-12-21T00:11:51.703Z | [ recovery-image] Dec 21 00:11:51.640 INFO O| Dec 21 00:11:51.640 INFO STEP 810 (remove_files) COMPLETE |
6798 | 2024-12-21T00:11:51.704Z | [ recovery-image] Dec 21 00:11:51.641 INFO O| Dec 21 00:11:51.640 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-12-21T00:11:51.758Z | [ recovery-image] Dec 21 00:11:51.697 INFO O| Dec 21 00:11:51.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6800 | 2024-12-21T00:11:51.759Z | [ recovery-image] Dec 21 00:11:51.698 INFO O| Dec 21 00:11:51.697 INFO STEP 811 (remove_files) COMPLETE |
6801 | 2024-12-21T00:11:51.759Z | [ recovery-image] Dec 21 00:11:51.698 INFO O| Dec 21 00:11:51.698 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2024-12-21T00:11:51.793Z | [ recovery-image] Dec 21 00:11:51.732 INFO O| Dec 21 00:11:51.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6803 | 2024-12-21T00:11:51.795Z | [ recovery-image] Dec 21 00:11:51.732 INFO O| Dec 21 00:11:51.732 INFO STEP 812 (remove_files) COMPLETE |
6804 | 2024-12-21T00:11:51.795Z | [ recovery-image] Dec 21 00:11:51.732 INFO O| Dec 21 00:11:51.732 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-12-21T00:11:51.815Z | [ recovery-image] Dec 21 00:11:51.755 INFO O| Dec 21 00:11:51.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6806 | 2024-12-21T00:11:51.817Z | [ recovery-image] Dec 21 00:11:51.755 INFO O| Dec 21 00:11:51.755 INFO STEP 813 (remove_files) COMPLETE |
6807 | 2024-12-21T00:11:51.817Z | [ recovery-image] Dec 21 00:11:51.755 INFO O| Dec 21 00:11:51.755 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-12-21T00:11:51.855Z | [ recovery-image] Dec 21 00:11:51.792 INFO O| Dec 21 00:11:51.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6809 | 2024-12-21T00:11:51.858Z | [ recovery-image] Dec 21 00:11:51.792 INFO O| Dec 21 00:11:51.792 INFO STEP 814 (remove_files) COMPLETE |
6810 | 2024-12-21T00:11:51.858Z | [ recovery-image] Dec 21 00:11:51.792 INFO O| Dec 21 00:11:51.792 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2024-12-21T00:11:51.919Z | [ recovery-image] Dec 21 00:11:51.856 INFO O| Dec 21 00:11:51.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6812 | 2024-12-21T00:11:51.922Z | [ recovery-image] Dec 21 00:11:51.857 INFO O| Dec 21 00:11:51.857 INFO STEP 815 (remove_files) COMPLETE |
6813 | 2024-12-21T00:11:51.922Z | [ recovery-image] Dec 21 00:11:51.857 INFO O| Dec 21 00:11:51.857 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2024-12-21T00:11:51.922Z | [ host-image] Dec 21 00:11:51.859 INFO O| Dec 21 00:11:51.859 INFO STEP 14 (pkg_install) COMPLETE |
6815 | 2024-12-21T00:11:51.922Z | [ host-image] Dec 21 00:11:51.859 INFO O| Dec 21 00:11:51.859 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6816 | 2024-12-21T00:11:51.922Z | [ host-image] Dec 21 00:11:51.859 INFO O| Dec 21 00:11:51.859 INFO skip step because feature "mfg" is not enabled |
6817 | 2024-12-21T00:11:51.922Z | [ host-image] Dec 21 00:11:51.859 INFO O| Dec 21 00:11:51.859 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6818 | 2024-12-21T00:11:51.922Z | [ host-image] Dec 21 00:11:51.859 INFO O| Dec 21 00:11:51.859 INFO skip step because feature "compliance" is not enabled |
6819 | 2024-12-21T00:11:51.922Z | [ host-image] Dec 21 00:11:51.859 INFO O| Dec 21 00:11:51.859 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6820 | 2024-12-21T00:11:51.922Z | [ host-image] Dec 21 00:11:51.859 INFO O| Dec 21 00:11:51.859 INFO skip step because feature "stress" is not enabled |
6821 | 2024-12-21T00:11:51.922Z | [ host-image] Dec 21 00:11:51.859 INFO O| Dec 21 00:11:51.859 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6822 | 2024-12-21T00:11:51.922Z | [ host-image] Dec 21 00:11:51.859 INFO O| Dec 21 00:11:51.859 INFO skip step because feature "nfs" is not enabled |
6823 | 2024-12-21T00:11:51.922Z | [ host-image] Dec 21 00:11:51.859 INFO O| Dec 21 00:11:51.859 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
6824 | 2024-12-21T00:11:51.923Z | [ host-image] Dec 21 00:11:51.859 INFO O| Dec 21 00:11:51.859 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
6825 | 2024-12-21T00:11:51.961Z | [ recovery-image] Dec 21 00:11:51.900 INFO O| Dec 21 00:11:51.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6826 | 2024-12-21T00:11:51.963Z | [ recovery-image] Dec 21 00:11:51.900 INFO O| Dec 21 00:11:51.900 INFO STEP 816 (remove_files) COMPLETE |
6827 | 2024-12-21T00:11:51.963Z | [ recovery-image] Dec 21 00:11:51.900 INFO O| Dec 21 00:11:51.900 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6828 | 2024-12-21T00:11:51.988Z | [ recovery-image] Dec 21 00:11:51.927 INFO O| Dec 21 00:11:51.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6829 | 2024-12-21T00:11:51.990Z | [ recovery-image] Dec 21 00:11:51.927 INFO O| Dec 21 00:11:51.927 INFO STEP 817 (remove_files) COMPLETE |
6830 | 2024-12-21T00:11:51.990Z | [ recovery-image] Dec 21 00:11:51.927 INFO O| Dec 21 00:11:51.927 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6831 | 2024-12-21T00:11:52.000Z | [ host-image] Dec 21 00:11:51.939 INFO O| Dec 21 00:11:51.939 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
6832 | 2024-12-21T00:11:52.012Z | [ recovery-image] Dec 21 00:11:51.951 INFO O| Dec 21 00:11:51.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6833 | 2024-12-21T00:11:52.012Z | [ recovery-image] Dec 21 00:11:51.951 INFO O| Dec 21 00:11:51.951 INFO STEP 818 (remove_files) COMPLETE |
6834 | 2024-12-21T00:11:52.015Z | [ recovery-image] Dec 21 00:11:51.951 INFO O| Dec 21 00:11:51.951 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6835 | 2024-12-21T00:11:52.035Z | [ recovery-image] Dec 21 00:11:51.975 INFO O| Dec 21 00:11:51.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6836 | 2024-12-21T00:11:52.035Z | [ recovery-image] Dec 21 00:11:51.975 INFO O| Dec 21 00:11:51.975 INFO STEP 819 (remove_files) COMPLETE |
6837 | 2024-12-21T00:11:52.038Z | [ recovery-image] Dec 21 00:11:51.975 INFO O| Dec 21 00:11:51.975 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6838 | 2024-12-21T00:11:52.062Z | [ recovery-image] Dec 21 00:11:52.002 INFO O| Dec 21 00:11:52.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6839 | 2024-12-21T00:11:52.062Z | [ recovery-image] Dec 21 00:11:52.002 INFO O| Dec 21 00:11:52.002 INFO STEP 820 (remove_files) COMPLETE |
6840 | 2024-12-21T00:11:52.062Z | [ recovery-image] Dec 21 00:11:52.002 INFO O| Dec 21 00:11:52.002 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6841 | 2024-12-21T00:11:52.084Z | [ recovery-image] Dec 21 00:11:52.023 INFO O| Dec 21 00:11:52.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6842 | 2024-12-21T00:11:52.084Z | [ recovery-image] Dec 21 00:11:52.023 INFO O| Dec 21 00:11:52.023 INFO STEP 821 (remove_files) COMPLETE |
6843 | 2024-12-21T00:11:52.084Z | [ recovery-image] Dec 21 00:11:52.023 INFO O| Dec 21 00:11:52.023 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6844 | 2024-12-21T00:11:52.121Z | [ recovery-image] Dec 21 00:11:52.061 INFO O| Dec 21 00:11:52.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6845 | 2024-12-21T00:11:52.121Z | [ recovery-image] Dec 21 00:11:52.061 INFO O| Dec 21 00:11:52.061 INFO STEP 822 (remove_files) COMPLETE |
6846 | 2024-12-21T00:11:52.124Z | [ recovery-image] Dec 21 00:11:52.061 INFO O| Dec 21 00:11:52.061 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6847 | 2024-12-21T00:11:52.132Z | [ host-image] Dec 21 00:11:52.070 INFO O| Dec 21 00:11:52.070 INFO completed processing gimlet/ramdisk-01-os |
6848 | 2024-12-21T00:11:52.135Z | [ host-image] Dec 21 00:11:52.074 INFO omicron1 baseline generation... |
6849 | 2024-12-21T00:11:52.135Z | [ host-image] Dec 21 00:11:52.074 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
6850 | 2024-12-21T00:11:52.162Z | [ recovery-image] Dec 21 00:11:52.101 INFO O| Dec 21 00:11:52.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6851 | 2024-12-21T00:11:52.162Z | [ recovery-image] Dec 21 00:11:52.101 INFO O| Dec 21 00:11:52.101 INFO STEP 823 (remove_files) COMPLETE |
6852 | 2024-12-21T00:11:52.165Z | [ recovery-image] Dec 21 00:11:52.101 INFO O| Dec 21 00:11:52.101 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6853 | 2024-12-21T00:11:52.184Z | [ recovery-image] Dec 21 00:11:52.124 INFO O| Dec 21 00:11:52.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6854 | 2024-12-21T00:11:52.184Z | [ recovery-image] Dec 21 00:11:52.124 INFO O| Dec 21 00:11:52.124 INFO STEP 824 (remove_files) COMPLETE |
6855 | 2024-12-21T00:11:52.187Z | [ recovery-image] Dec 21 00:11:52.124 INFO O| Dec 21 00:11:52.124 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6856 | 2024-12-21T00:11:52.206Z | [ recovery-image] Dec 21 00:11:52.145 INFO O| Dec 21 00:11:52.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6857 | 2024-12-21T00:11:52.212Z | [ recovery-image] Dec 21 00:11:52.151 INFO O| Dec 21 00:11:52.151 INFO STEP 825 (remove_files) COMPLETE |
6858 | 2024-12-21T00:11:52.212Z | [ recovery-image] Dec 21 00:11:52.151 INFO O| Dec 21 00:11:52.151 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6859 | 2024-12-21T00:11:52.252Z | [ recovery-image] Dec 21 00:11:52.191 INFO O| Dec 21 00:11:52.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6860 | 2024-12-21T00:11:52.252Z | [ recovery-image] Dec 21 00:11:52.191 INFO O| Dec 21 00:11:52.191 INFO STEP 826 (remove_files) COMPLETE |
6861 | 2024-12-21T00:11:52.254Z | [ recovery-image] Dec 21 00:11:52.191 INFO O| Dec 21 00:11:52.191 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6862 | 2024-12-21T00:11:52.274Z | [ recovery-image] Dec 21 00:11:52.213 INFO O| Dec 21 00:11:52.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6863 | 2024-12-21T00:11:52.275Z | [ recovery-image] Dec 21 00:11:52.213 INFO O| Dec 21 00:11:52.213 INFO STEP 827 (remove_files) COMPLETE |
6864 | 2024-12-21T00:11:52.275Z | [ recovery-image] Dec 21 00:11:52.213 INFO O| Dec 21 00:11:52.213 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6865 | 2024-12-21T00:11:52.431Z | [ recovery-image] Dec 21 00:11:52.370 INFO O| Dec 21 00:11:52.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6866 | 2024-12-21T00:11:52.434Z | [ recovery-image] Dec 21 00:11:52.370 INFO O| Dec 21 00:11:52.370 INFO STEP 828 (remove_files) COMPLETE |
6867 | 2024-12-21T00:11:52.434Z | [ recovery-image] Dec 21 00:11:52.370 INFO O| Dec 21 00:11:52.370 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6868 | 2024-12-21T00:11:52.456Z | [ recovery-image] Dec 21 00:11:52.395 INFO O| Dec 21 00:11:52.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6869 | 2024-12-21T00:11:52.460Z | [ recovery-image] Dec 21 00:11:52.395 INFO O| Dec 21 00:11:52.395 INFO STEP 829 (remove_files) COMPLETE |
6870 | 2024-12-21T00:11:52.460Z | [ recovery-image] Dec 21 00:11:52.396 INFO O| Dec 21 00:11:52.396 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6871 | 2024-12-21T00:11:52.479Z | [ recovery-image] Dec 21 00:11:52.419 INFO O| Dec 21 00:11:52.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6872 | 2024-12-21T00:11:52.482Z | [ recovery-image] Dec 21 00:11:52.419 INFO O| Dec 21 00:11:52.419 INFO STEP 830 (remove_files) COMPLETE |
6873 | 2024-12-21T00:11:52.482Z | [ recovery-image] Dec 21 00:11:52.419 INFO O| Dec 21 00:11:52.419 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6874 | 2024-12-21T00:11:52.519Z | [ recovery-image] Dec 21 00:11:52.459 INFO O| Dec 21 00:11:52.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6875 | 2024-12-21T00:11:52.522Z | [ recovery-image] Dec 21 00:11:52.459 INFO O| Dec 21 00:11:52.459 INFO STEP 831 (remove_files) COMPLETE |
6876 | 2024-12-21T00:11:52.523Z | [ recovery-image] Dec 21 00:11:52.459 INFO O| Dec 21 00:11:52.459 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6877 | 2024-12-21T00:11:52.555Z | [ recovery-image] Dec 21 00:11:52.494 INFO O| Dec 21 00:11:52.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6878 | 2024-12-21T00:11:52.555Z | [ recovery-image] Dec 21 00:11:52.494 INFO O| Dec 21 00:11:52.494 INFO STEP 832 (remove_files) COMPLETE |
6879 | 2024-12-21T00:11:52.555Z | [ recovery-image] Dec 21 00:11:52.494 INFO O| Dec 21 00:11:52.494 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6880 | 2024-12-21T00:11:52.579Z | [ recovery-image] Dec 21 00:11:52.519 INFO O| Dec 21 00:11:52.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6881 | 2024-12-21T00:11:52.579Z | [ recovery-image] Dec 21 00:11:52.519 INFO O| Dec 21 00:11:52.519 INFO STEP 833 (remove_files) COMPLETE |
6882 | 2024-12-21T00:11:52.579Z | [ recovery-image] Dec 21 00:11:52.519 INFO O| Dec 21 00:11:52.519 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6883 | 2024-12-21T00:11:52.603Z | [ recovery-image] Dec 21 00:11:52.543 INFO O| Dec 21 00:11:52.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6884 | 2024-12-21T00:11:52.603Z | [ recovery-image] Dec 21 00:11:52.543 INFO O| Dec 21 00:11:52.543 INFO STEP 834 (remove_files) COMPLETE |
6885 | 2024-12-21T00:11:52.607Z | [ recovery-image] Dec 21 00:11:52.543 INFO O| Dec 21 00:11:52.543 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6886 | 2024-12-21T00:11:52.639Z | [ recovery-image] Dec 21 00:11:52.578 INFO O| Dec 21 00:11:52.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6887 | 2024-12-21T00:11:52.639Z | [ recovery-image] Dec 21 00:11:52.578 INFO O| Dec 21 00:11:52.578 INFO STEP 835 (remove_files) COMPLETE |
6888 | 2024-12-21T00:11:52.642Z | [ recovery-image] Dec 21 00:11:52.579 INFO O| Dec 21 00:11:52.578 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6889 | 2024-12-21T00:11:52.666Z | [ recovery-image] Dec 21 00:11:52.605 INFO O| Dec 21 00:11:52.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6890 | 2024-12-21T00:11:52.666Z | [ recovery-image] Dec 21 00:11:52.605 INFO O| Dec 21 00:11:52.605 INFO STEP 836 (remove_files) COMPLETE |
6891 | 2024-12-21T00:11:52.666Z | [ recovery-image] Dec 21 00:11:52.605 INFO O| Dec 21 00:11:52.605 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6892 | 2024-12-21T00:11:52.689Z | [ recovery-image] Dec 21 00:11:52.629 INFO O| Dec 21 00:11:52.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6893 | 2024-12-21T00:11:52.689Z | [ recovery-image] Dec 21 00:11:52.629 INFO O| Dec 21 00:11:52.629 INFO STEP 837 (remove_files) COMPLETE |
6894 | 2024-12-21T00:11:52.692Z | [ recovery-image] Dec 21 00:11:52.629 INFO O| Dec 21 00:11:52.629 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6895 | 2024-12-21T00:11:52.727Z | [ recovery-image] Dec 21 00:11:52.667 INFO O| Dec 21 00:11:52.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6896 | 2024-12-21T00:11:52.730Z | [ recovery-image] Dec 21 00:11:52.667 INFO O| Dec 21 00:11:52.667 INFO STEP 838 (remove_files) COMPLETE |
6897 | 2024-12-21T00:11:52.731Z | [ recovery-image] Dec 21 00:11:52.667 INFO O| Dec 21 00:11:52.667 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6898 | 2024-12-21T00:11:52.747Z | [ recovery-image] Dec 21 00:11:52.687 INFO O| Dec 21 00:11:52.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6899 | 2024-12-21T00:11:52.748Z | [ recovery-image] Dec 21 00:11:52.687 INFO O| Dec 21 00:11:52.687 INFO STEP 839 (remove_files) COMPLETE |
6900 | 2024-12-21T00:11:52.750Z | [ recovery-image] Dec 21 00:11:52.687 INFO O| Dec 21 00:11:52.687 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6901 | 2024-12-21T00:11:52.767Z | [ recovery-image] Dec 21 00:11:52.706 INFO O| Dec 21 00:11:52.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6902 | 2024-12-21T00:11:52.767Z | [ recovery-image] Dec 21 00:11:52.707 INFO O| Dec 21 00:11:52.706 INFO STEP 840 (remove_files) COMPLETE |
6903 | 2024-12-21T00:11:52.770Z | [ recovery-image] Dec 21 00:11:52.707 INFO O| Dec 21 00:11:52.707 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2024-12-21T00:11:52.785Z | [ recovery-image] Dec 21 00:11:52.725 INFO O| Dec 21 00:11:52.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6905 | 2024-12-21T00:11:52.785Z | [ recovery-image] Dec 21 00:11:52.725 INFO O| Dec 21 00:11:52.725 INFO STEP 841 (remove_files) COMPLETE |
6906 | 2024-12-21T00:11:52.788Z | [ recovery-image] Dec 21 00:11:52.725 INFO O| Dec 21 00:11:52.725 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2024-12-21T00:11:52.804Z | [ recovery-image] Dec 21 00:11:52.743 INFO O| Dec 21 00:11:52.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6908 | 2024-12-21T00:11:52.804Z | [ recovery-image] Dec 21 00:11:52.743 INFO O| Dec 21 00:11:52.743 INFO STEP 842 (remove_files) COMPLETE |
6909 | 2024-12-21T00:11:52.806Z | [ recovery-image] Dec 21 00:11:52.743 INFO O| Dec 21 00:11:52.743 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2024-12-21T00:11:52.823Z | [ recovery-image] Dec 21 00:11:52.762 INFO O| Dec 21 00:11:52.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6911 | 2024-12-21T00:11:52.823Z | [ recovery-image] Dec 21 00:11:52.762 INFO O| Dec 21 00:11:52.762 INFO STEP 843 (remove_files) COMPLETE |
6912 | 2024-12-21T00:11:52.823Z | [ recovery-image] Dec 21 00:11:52.762 INFO O| Dec 21 00:11:52.762 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2024-12-21T00:11:52.846Z | [ recovery-image] Dec 21 00:11:52.785 INFO O| Dec 21 00:11:52.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6914 | 2024-12-21T00:11:52.846Z | [ recovery-image] Dec 21 00:11:52.785 INFO O| Dec 21 00:11:52.785 INFO STEP 844 (remove_files) COMPLETE |
6915 | 2024-12-21T00:11:52.846Z | [ recovery-image] Dec 21 00:11:52.785 INFO O| Dec 21 00:11:52.785 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6916 | 2024-12-21T00:11:52.868Z | [ recovery-image] Dec 21 00:11:52.807 INFO O| Dec 21 00:11:52.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6917 | 2024-12-21T00:11:52.868Z | [ recovery-image] Dec 21 00:11:52.807 INFO O| Dec 21 00:11:52.807 INFO STEP 845 (remove_files) COMPLETE |
6918 | 2024-12-21T00:11:52.868Z | [ recovery-image] Dec 21 00:11:52.807 INFO O| Dec 21 00:11:52.807 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6919 | 2024-12-21T00:11:52.894Z | [ recovery-image] Dec 21 00:11:52.834 INFO O| Dec 21 00:11:52.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6920 | 2024-12-21T00:11:52.894Z | [ recovery-image] Dec 21 00:11:52.834 INFO O| Dec 21 00:11:52.834 INFO STEP 846 (remove_files) COMPLETE |
6921 | 2024-12-21T00:11:52.895Z | [ recovery-image] Dec 21 00:11:52.834 INFO O| Dec 21 00:11:52.834 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2024-12-21T00:11:52.918Z | [ recovery-image] Dec 21 00:11:52.858 INFO O| Dec 21 00:11:52.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6923 | 2024-12-21T00:11:52.918Z | [ recovery-image] Dec 21 00:11:52.858 INFO O| Dec 21 00:11:52.858 INFO STEP 847 (remove_files) COMPLETE |
6924 | 2024-12-21T00:11:52.918Z | [ recovery-image] Dec 21 00:11:52.858 INFO O| Dec 21 00:11:52.858 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2024-12-21T00:11:52.941Z | [ recovery-image] Dec 21 00:11:52.881 INFO O| Dec 21 00:11:52.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6926 | 2024-12-21T00:11:52.944Z | [ recovery-image] Dec 21 00:11:52.881 INFO O| Dec 21 00:11:52.881 INFO STEP 848 (remove_files) COMPLETE |
6927 | 2024-12-21T00:11:52.944Z | [ recovery-image] Dec 21 00:11:52.881 INFO O| Dec 21 00:11:52.881 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2024-12-21T00:11:52.954Z | [ host-image] Dec 21 00:11:52.894 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z |
6929 | 2024-12-21T00:11:53.057Z | [ recovery-image] Dec 21 00:11:52.997 INFO O| Dec 21 00:11:52.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6930 | 2024-12-21T00:11:53.058Z | [ recovery-image] Dec 21 00:11:52.997 INFO O| Dec 21 00:11:52.997 INFO STEP 849 (remove_files) COMPLETE |
6931 | 2024-12-21T00:11:53.058Z | [ recovery-image] Dec 21 00:11:52.997 INFO O| Dec 21 00:11:52.997 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6932 | 2024-12-21T00:11:53.081Z | [ recovery-image] Dec 21 00:11:53.021 INFO O| Dec 21 00:11:53.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6933 | 2024-12-21T00:11:53.082Z | [ recovery-image] Dec 21 00:11:53.021 INFO O| Dec 21 00:11:53.021 INFO STEP 850 (remove_files) COMPLETE |
6934 | 2024-12-21T00:11:53.084Z | [ recovery-image] Dec 21 00:11:53.021 INFO O| Dec 21 00:11:53.021 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6935 | 2024-12-21T00:11:53.103Z | [ recovery-image] Dec 21 00:11:53.042 INFO O| Dec 21 00:11:53.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6936 | 2024-12-21T00:11:53.103Z | [ recovery-image] Dec 21 00:11:53.042 INFO O| Dec 21 00:11:53.042 INFO STEP 851 (remove_files) COMPLETE |
6937 | 2024-12-21T00:11:53.103Z | [ recovery-image] Dec 21 00:11:53.042 INFO O| Dec 21 00:11:53.042 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6938 | 2024-12-21T00:11:53.143Z | [ recovery-image] Dec 21 00:11:53.083 INFO O| Dec 21 00:11:53.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6939 | 2024-12-21T00:11:53.143Z | [ recovery-image] Dec 21 00:11:53.083 INFO O| Dec 21 00:11:53.083 INFO STEP 852 (remove_files) COMPLETE |
6940 | 2024-12-21T00:11:53.146Z | [ recovery-image] Dec 21 00:11:53.083 INFO O| Dec 21 00:11:53.083 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6941 | 2024-12-21T00:11:53.167Z | [ recovery-image] Dec 21 00:11:53.106 INFO O| Dec 21 00:11:53.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6942 | 2024-12-21T00:11:53.167Z | [ recovery-image] Dec 21 00:11:53.107 INFO O| Dec 21 00:11:53.106 INFO STEP 853 (remove_files) COMPLETE |
6943 | 2024-12-21T00:11:53.169Z | [ recovery-image] Dec 21 00:11:53.107 INFO O| Dec 21 00:11:53.106 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6944 | 2024-12-21T00:11:53.189Z | [ recovery-image] Dec 21 00:11:53.129 INFO O| Dec 21 00:11:53.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6945 | 2024-12-21T00:11:53.189Z | [ recovery-image] Dec 21 00:11:53.129 INFO O| Dec 21 00:11:53.129 INFO STEP 854 (remove_files) COMPLETE |
6946 | 2024-12-21T00:11:53.192Z | [ recovery-image] Dec 21 00:11:53.129 INFO O| Dec 21 00:11:53.129 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6947 | 2024-12-21T00:11:53.215Z | [ recovery-image] Dec 21 00:11:53.155 INFO O| Dec 21 00:11:53.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6948 | 2024-12-21T00:11:53.216Z | [ recovery-image] Dec 21 00:11:53.155 INFO O| Dec 21 00:11:53.155 INFO STEP 855 (remove_files) COMPLETE |
6949 | 2024-12-21T00:11:53.218Z | [ recovery-image] Dec 21 00:11:53.155 INFO O| Dec 21 00:11:53.155 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6950 | 2024-12-21T00:11:53.248Z | [ recovery-image] Dec 21 00:11:53.188 INFO O| Dec 21 00:11:53.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6951 | 2024-12-21T00:11:53.248Z | [ recovery-image] Dec 21 00:11:53.188 INFO O| Dec 21 00:11:53.188 INFO STEP 856 (remove_files) COMPLETE |
6952 | 2024-12-21T00:11:53.251Z | [ recovery-image] Dec 21 00:11:53.188 INFO O| Dec 21 00:11:53.188 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6953 | 2024-12-21T00:11:53.286Z | [ recovery-image] Dec 21 00:11:53.226 INFO O| Dec 21 00:11:53.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6954 | 2024-12-21T00:11:53.289Z | [ recovery-image] Dec 21 00:11:53.226 INFO O| Dec 21 00:11:53.226 INFO STEP 857 (remove_files) COMPLETE |
6955 | 2024-12-21T00:11:53.289Z | [ recovery-image] Dec 21 00:11:53.226 INFO O| Dec 21 00:11:53.226 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6956 | 2024-12-21T00:11:53.326Z | [ recovery-image] Dec 21 00:11:53.266 INFO O| Dec 21 00:11:53.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6957 | 2024-12-21T00:11:53.328Z | [ recovery-image] Dec 21 00:11:53.266 INFO O| Dec 21 00:11:53.266 INFO STEP 858 (remove_files) COMPLETE |
6958 | 2024-12-21T00:11:53.328Z | [ recovery-image] Dec 21 00:11:53.266 INFO O| Dec 21 00:11:53.266 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6959 | 2024-12-21T00:11:53.351Z | [ recovery-image] Dec 21 00:11:53.291 INFO O| Dec 21 00:11:53.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6960 | 2024-12-21T00:11:53.355Z | [ recovery-image] Dec 21 00:11:53.291 INFO O| Dec 21 00:11:53.291 INFO STEP 859 (remove_files) COMPLETE |
6961 | 2024-12-21T00:11:53.355Z | [ recovery-image] Dec 21 00:11:53.291 INFO O| Dec 21 00:11:53.291 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6962 | 2024-12-21T00:11:53.376Z | [ recovery-image] Dec 21 00:11:53.316 INFO O| Dec 21 00:11:53.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6963 | 2024-12-21T00:11:53.380Z | [ recovery-image] Dec 21 00:11:53.316 INFO O| Dec 21 00:11:53.316 INFO STEP 860 (remove_files) COMPLETE |
6964 | 2024-12-21T00:11:53.380Z | [ recovery-image] Dec 21 00:11:53.316 INFO O| Dec 21 00:11:53.316 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6965 | 2024-12-21T00:11:53.400Z | [ recovery-image] Dec 21 00:11:53.339 INFO O| Dec 21 00:11:53.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6966 | 2024-12-21T00:11:53.403Z | [ recovery-image] Dec 21 00:11:53.340 INFO O| Dec 21 00:11:53.340 INFO STEP 861 (remove_files) COMPLETE |
6967 | 2024-12-21T00:11:53.403Z | [ recovery-image] Dec 21 00:11:53.340 INFO O| Dec 21 00:11:53.340 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6968 | 2024-12-21T00:11:53.425Z | [ recovery-image] Dec 21 00:11:53.364 INFO O| Dec 21 00:11:53.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6969 | 2024-12-21T00:11:53.425Z | [ recovery-image] Dec 21 00:11:53.364 INFO O| Dec 21 00:11:53.364 INFO STEP 862 (remove_files) COMPLETE |
6970 | 2024-12-21T00:11:53.425Z | [ recovery-image] Dec 21 00:11:53.364 INFO O| Dec 21 00:11:53.364 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6971 | 2024-12-21T00:11:53.445Z | [ recovery-image] Dec 21 00:11:53.384 INFO O| Dec 21 00:11:53.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6972 | 2024-12-21T00:11:53.445Z | [ recovery-image] Dec 21 00:11:53.384 INFO O| Dec 21 00:11:53.384 INFO STEP 863 (remove_files) COMPLETE |
6973 | 2024-12-21T00:11:53.445Z | [ recovery-image] Dec 21 00:11:53.384 INFO O| Dec 21 00:11:53.384 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6974 | 2024-12-21T00:11:53.466Z | [ recovery-image] Dec 21 00:11:53.404 INFO O| Dec 21 00:11:53.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6975 | 2024-12-21T00:11:53.466Z | [ recovery-image] Dec 21 00:11:53.405 INFO O| Dec 21 00:11:53.405 INFO STEP 864 (remove_files) COMPLETE |
6976 | 2024-12-21T00:11:53.466Z | [ recovery-image] Dec 21 00:11:53.405 INFO O| Dec 21 00:11:53.405 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6977 | 2024-12-21T00:11:53.564Z | [ recovery-image] Dec 21 00:11:53.503 INFO O| Dec 21 00:11:53.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6978 | 2024-12-21T00:11:53.564Z | [ recovery-image] Dec 21 00:11:53.503 INFO O| Dec 21 00:11:53.503 INFO STEP 865 (remove_files) COMPLETE |
6979 | 2024-12-21T00:11:53.564Z | [ recovery-image] Dec 21 00:11:53.503 INFO O| Dec 21 00:11:53.503 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6980 | 2024-12-21T00:11:53.620Z | [ recovery-image] Dec 21 00:11:53.559 INFO O| Dec 21 00:11:53.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6981 | 2024-12-21T00:11:53.620Z | [ recovery-image] Dec 21 00:11:53.559 INFO O| Dec 21 00:11:53.559 INFO STEP 866 (remove_files) COMPLETE |
6982 | 2024-12-21T00:11:53.620Z | [ recovery-image] Dec 21 00:11:53.559 INFO O| Dec 21 00:11:53.559 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2024-12-21T00:11:53.735Z | [ recovery-image] Dec 21 00:11:53.674 INFO O| Dec 21 00:11:53.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6984 | 2024-12-21T00:11:53.735Z | [ recovery-image] Dec 21 00:11:53.674 INFO O| Dec 21 00:11:53.674 INFO STEP 867 (remove_files) COMPLETE |
6985 | 2024-12-21T00:11:53.735Z | [ recovery-image] Dec 21 00:11:53.675 INFO O| Dec 21 00:11:53.674 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2024-12-21T00:11:53.835Z | [ recovery-image] Dec 21 00:11:53.774 INFO O| Dec 21 00:11:53.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6987 | 2024-12-21T00:11:53.835Z | [ recovery-image] Dec 21 00:11:53.774 INFO O| Dec 21 00:11:53.774 INFO STEP 868 (remove_files) COMPLETE |
6988 | 2024-12-21T00:11:53.835Z | [ recovery-image] Dec 21 00:11:53.774 INFO O| Dec 21 00:11:53.774 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2024-12-21T00:11:53.891Z | [ recovery-image] Dec 21 00:11:53.830 INFO O| Dec 21 00:11:53.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6990 | 2024-12-21T00:11:53.893Z | [ recovery-image] Dec 21 00:11:53.831 INFO O| Dec 21 00:11:53.831 INFO STEP 869 (remove_files) COMPLETE |
6991 | 2024-12-21T00:11:53.893Z | [ recovery-image] Dec 21 00:11:53.831 INFO O| Dec 21 00:11:53.831 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2024-12-21T00:11:53.919Z | [ recovery-image] Dec 21 00:11:53.854 INFO O| Dec 21 00:11:53.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6993 | 2024-12-21T00:11:53.919Z | [ recovery-image] Dec 21 00:11:53.854 INFO O| Dec 21 00:11:53.854 INFO STEP 870 (remove_files) COMPLETE |
6994 | 2024-12-21T00:11:53.922Z | [ recovery-image] Dec 21 00:11:53.854 INFO O| Dec 21 00:11:53.854 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2024-12-21T00:11:53.935Z | [ recovery-image] Dec 21 00:11:53.875 INFO O| Dec 21 00:11:53.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6996 | 2024-12-21T00:11:53.938Z | [ recovery-image] Dec 21 00:11:53.875 INFO O| Dec 21 00:11:53.875 INFO STEP 871 (remove_files) COMPLETE |
6997 | 2024-12-21T00:11:53.938Z | [ recovery-image] Dec 21 00:11:53.875 INFO O| Dec 21 00:11:53.875 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2024-12-21T00:11:53.956Z | [ recovery-image] Dec 21 00:11:53.896 INFO O| Dec 21 00:11:53.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6999 | 2024-12-21T00:11:53.959Z | [ recovery-image] Dec 21 00:11:53.896 INFO O| Dec 21 00:11:53.896 INFO STEP 872 (remove_files) COMPLETE |
7000 | 2024-12-21T00:11:53.959Z | [ recovery-image] Dec 21 00:11:53.896 INFO O| Dec 21 00:11:53.896 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2024-12-21T00:11:53.978Z | [ recovery-image] Dec 21 00:11:53.918 INFO O| Dec 21 00:11:53.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
7002 | 2024-12-21T00:11:53.982Z | [ recovery-image] Dec 21 00:11:53.918 INFO O| Dec 21 00:11:53.918 INFO STEP 873 (remove_files) COMPLETE |
7003 | 2024-12-21T00:11:53.982Z | [ recovery-image] Dec 21 00:11:53.918 INFO O| Dec 21 00:11:53.918 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7004 | 2024-12-21T00:11:54.016Z | [ recovery-image] Dec 21 00:11:53.955 INFO O| Dec 21 00:11:53.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
7005 | 2024-12-21T00:11:54.020Z | [ recovery-image] Dec 21 00:11:53.955 INFO O| Dec 21 00:11:53.955 INFO STEP 874 (remove_files) COMPLETE |
7006 | 2024-12-21T00:11:54.020Z | [ recovery-image] Dec 21 00:11:53.956 INFO O| Dec 21 00:11:53.955 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7007 | 2024-12-21T00:11:54.113Z | [ recovery-image] Dec 21 00:11:54.053 INFO O| Dec 21 00:11:54.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
7008 | 2024-12-21T00:11:54.116Z | [ recovery-image] Dec 21 00:11:54.053 INFO O| Dec 21 00:11:54.053 INFO STEP 875 (remove_files) COMPLETE |
7009 | 2024-12-21T00:11:54.116Z | [ recovery-image] Dec 21 00:11:54.053 INFO O| Dec 21 00:11:54.053 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7010 | 2024-12-21T00:11:54.138Z | [ recovery-image] Dec 21 00:11:54.078 INFO O| Dec 21 00:11:54.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
7011 | 2024-12-21T00:11:54.141Z | [ recovery-image] Dec 21 00:11:54.078 INFO O| Dec 21 00:11:54.078 INFO STEP 876 (remove_files) COMPLETE |
7012 | 2024-12-21T00:11:54.141Z | [ recovery-image] Dec 21 00:11:54.078 INFO O| Dec 21 00:11:54.078 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7013 | 2024-12-21T00:11:54.162Z | [ recovery-image] Dec 21 00:11:54.102 INFO O| Dec 21 00:11:54.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
7014 | 2024-12-21T00:11:54.165Z | [ recovery-image] Dec 21 00:11:54.102 INFO O| Dec 21 00:11:54.102 INFO STEP 877 (remove_files) COMPLETE |
7015 | 2024-12-21T00:11:54.165Z | [ recovery-image] Dec 21 00:11:54.102 INFO O| Dec 21 00:11:54.102 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7016 | 2024-12-21T00:11:54.330Z | [ recovery-image] Dec 21 00:11:54.270 INFO O| Dec 21 00:11:54.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
7017 | 2024-12-21T00:11:54.330Z | [ recovery-image] Dec 21 00:11:54.270 INFO O| Dec 21 00:11:54.270 INFO STEP 878 (remove_files) COMPLETE |
7018 | 2024-12-21T00:11:54.330Z | [ recovery-image] Dec 21 00:11:54.270 INFO O| Dec 21 00:11:54.270 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7019 | 2024-12-21T00:11:54.350Z | [ recovery-image] Dec 21 00:11:54.289 INFO O| Dec 21 00:11:54.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
7020 | 2024-12-21T00:11:54.350Z | [ recovery-image] Dec 21 00:11:54.289 INFO O| Dec 21 00:11:54.289 INFO STEP 879 (remove_files) COMPLETE |
7021 | 2024-12-21T00:11:54.350Z | [ recovery-image] Dec 21 00:11:54.289 INFO O| Dec 21 00:11:54.289 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7022 | 2024-12-21T00:11:54.369Z | [ recovery-image] Dec 21 00:11:54.309 INFO O| Dec 21 00:11:54.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
7023 | 2024-12-21T00:11:54.369Z | [ recovery-image] Dec 21 00:11:54.309 INFO O| Dec 21 00:11:54.309 INFO STEP 880 (remove_files) COMPLETE |
7024 | 2024-12-21T00:11:54.369Z | [ recovery-image] Dec 21 00:11:54.309 INFO O| Dec 21 00:11:54.309 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2024-12-21T00:11:54.400Z | [ recovery-image] Dec 21 00:11:54.340 INFO O| Dec 21 00:11:54.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
7026 | 2024-12-21T00:11:54.400Z | [ recovery-image] Dec 21 00:11:54.340 INFO O| Dec 21 00:11:54.340 INFO STEP 881 (remove_files) COMPLETE |
7027 | 2024-12-21T00:11:54.403Z | [ recovery-image] Dec 21 00:11:54.340 INFO O| Dec 21 00:11:54.340 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2024-12-21T00:11:54.423Z | [ recovery-image] Dec 21 00:11:54.363 INFO O| Dec 21 00:11:54.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
7029 | 2024-12-21T00:11:54.423Z | [ recovery-image] Dec 21 00:11:54.363 INFO O| Dec 21 00:11:54.363 INFO STEP 882 (remove_files) COMPLETE |
7030 | 2024-12-21T00:11:54.423Z | [ recovery-image] Dec 21 00:11:54.363 INFO O| Dec 21 00:11:54.363 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2024-12-21T00:11:54.448Z | [ recovery-image] Dec 21 00:11:54.387 INFO O| Dec 21 00:11:54.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
7032 | 2024-12-21T00:11:54.448Z | [ recovery-image] Dec 21 00:11:54.387 INFO O| Dec 21 00:11:54.387 INFO STEP 883 (remove_files) COMPLETE |
7033 | 2024-12-21T00:11:54.448Z | [ recovery-image] Dec 21 00:11:54.387 INFO O| Dec 21 00:11:54.387 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2024-12-21T00:11:54.469Z | [ recovery-image] Dec 21 00:11:54.408 INFO O| Dec 21 00:11:54.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
7035 | 2024-12-21T00:11:54.469Z | [ recovery-image] Dec 21 00:11:54.408 INFO O| Dec 21 00:11:54.408 INFO STEP 884 (remove_files) COMPLETE |
7036 | 2024-12-21T00:11:54.469Z | [ recovery-image] Dec 21 00:11:54.408 INFO O| Dec 21 00:11:54.408 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2024-12-21T00:11:54.489Z | [ recovery-image] Dec 21 00:11:54.429 INFO O| Dec 21 00:11:54.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
7038 | 2024-12-21T00:11:54.489Z | [ recovery-image] Dec 21 00:11:54.429 INFO O| Dec 21 00:11:54.429 INFO STEP 885 (remove_files) COMPLETE |
7039 | 2024-12-21T00:11:54.489Z | [ recovery-image] Dec 21 00:11:54.429 INFO O| Dec 21 00:11:54.429 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2024-12-21T00:11:54.510Z | [ recovery-image] Dec 21 00:11:54.449 INFO O| Dec 21 00:11:54.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7041 | 2024-12-21T00:11:54.510Z | [ recovery-image] Dec 21 00:11:54.450 INFO O| Dec 21 00:11:54.449 INFO STEP 886 (remove_files) COMPLETE |
7042 | 2024-12-21T00:11:54.510Z | [ recovery-image] Dec 21 00:11:54.450 INFO O| Dec 21 00:11:54.450 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2024-12-21T00:11:54.532Z | [ recovery-image] Dec 21 00:11:54.472 INFO O| Dec 21 00:11:54.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7044 | 2024-12-21T00:11:54.532Z | [ recovery-image] Dec 21 00:11:54.472 INFO O| Dec 21 00:11:54.472 INFO STEP 887 (remove_files) COMPLETE |
7045 | 2024-12-21T00:11:54.532Z | [ recovery-image] Dec 21 00:11:54.472 INFO O| Dec 21 00:11:54.472 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2024-12-21T00:11:54.552Z | [ recovery-image] Dec 21 00:11:54.491 INFO O| Dec 21 00:11:54.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7047 | 2024-12-21T00:11:54.552Z | [ recovery-image] Dec 21 00:11:54.492 INFO O| Dec 21 00:11:54.492 INFO STEP 888 (remove_files) COMPLETE |
7048 | 2024-12-21T00:11:54.552Z | [ recovery-image] Dec 21 00:11:54.492 INFO O| Dec 21 00:11:54.492 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2024-12-21T00:11:54.594Z | [ recovery-image] Dec 21 00:11:54.533 INFO O| Dec 21 00:11:54.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7050 | 2024-12-21T00:11:54.594Z | [ recovery-image] Dec 21 00:11:54.534 INFO O| Dec 21 00:11:54.534 INFO STEP 889 (remove_files) COMPLETE |
7051 | 2024-12-21T00:11:54.594Z | [ recovery-image] Dec 21 00:11:54.534 INFO O| Dec 21 00:11:54.534 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2024-12-21T00:11:54.617Z | [ recovery-image] Dec 21 00:11:54.557 INFO O| Dec 21 00:11:54.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7053 | 2024-12-21T00:11:54.617Z | [ recovery-image] Dec 21 00:11:54.557 INFO O| Dec 21 00:11:54.557 INFO STEP 890 (remove_files) COMPLETE |
7054 | 2024-12-21T00:11:54.617Z | [ recovery-image] Dec 21 00:11:54.557 INFO O| Dec 21 00:11:54.557 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2024-12-21T00:11:54.640Z | [ recovery-image] Dec 21 00:11:54.579 INFO O| Dec 21 00:11:54.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7056 | 2024-12-21T00:11:54.641Z | [ recovery-image] Dec 21 00:11:54.579 INFO O| Dec 21 00:11:54.579 INFO STEP 891 (remove_files) COMPLETE |
7057 | 2024-12-21T00:11:54.641Z | [ recovery-image] Dec 21 00:11:54.580 INFO O| Dec 21 00:11:54.579 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2024-12-21T00:11:54.665Z | [ recovery-image] Dec 21 00:11:54.605 INFO O| Dec 21 00:11:54.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7059 | 2024-12-21T00:11:54.665Z | [ recovery-image] Dec 21 00:11:54.605 INFO O| Dec 21 00:11:54.605 INFO STEP 892 (remove_files) COMPLETE |
7060 | 2024-12-21T00:11:54.665Z | [ recovery-image] Dec 21 00:11:54.605 INFO O| Dec 21 00:11:54.605 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2024-12-21T00:11:54.726Z | [ recovery-image] Dec 21 00:11:54.665 INFO O| Dec 21 00:11:54.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7062 | 2024-12-21T00:11:54.726Z | [ recovery-image] Dec 21 00:11:54.665 INFO O| Dec 21 00:11:54.665 INFO STEP 893 (remove_files) COMPLETE |
7063 | 2024-12-21T00:11:54.726Z | [ recovery-image] Dec 21 00:11:54.665 INFO O| Dec 21 00:11:54.665 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2024-12-21T00:11:54.779Z | [ recovery-image] Dec 21 00:11:54.718 INFO O| Dec 21 00:11:54.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7065 | 2024-12-21T00:11:54.779Z | [ recovery-image] Dec 21 00:11:54.718 INFO O| Dec 21 00:11:54.718 INFO STEP 894 (remove_files) COMPLETE |
7066 | 2024-12-21T00:11:54.781Z | [ recovery-image] Dec 21 00:11:54.718 INFO O| Dec 21 00:11:54.718 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2024-12-21T00:11:54.801Z | [ recovery-image] Dec 21 00:11:54.740 INFO O| Dec 21 00:11:54.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7068 | 2024-12-21T00:11:54.801Z | [ recovery-image] Dec 21 00:11:54.740 INFO O| Dec 21 00:11:54.740 INFO STEP 895 (remove_files) COMPLETE |
7069 | 2024-12-21T00:11:54.801Z | [ recovery-image] Dec 21 00:11:54.740 INFO O| Dec 21 00:11:54.740 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2024-12-21T00:11:54.840Z | [ recovery-image] Dec 21 00:11:54.779 INFO O| Dec 21 00:11:54.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7071 | 2024-12-21T00:11:54.843Z | [ recovery-image] Dec 21 00:11:54.779 INFO O| Dec 21 00:11:54.779 INFO STEP 896 (remove_files) COMPLETE |
7072 | 2024-12-21T00:11:54.843Z | [ recovery-image] Dec 21 00:11:54.779 INFO O| Dec 21 00:11:54.779 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2024-12-21T00:11:54.880Z | [ recovery-image] Dec 21 00:11:54.820 INFO O| Dec 21 00:11:54.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7074 | 2024-12-21T00:11:54.880Z | [ recovery-image] Dec 21 00:11:54.820 INFO O| Dec 21 00:11:54.820 INFO STEP 897 (remove_files) COMPLETE |
7075 | 2024-12-21T00:11:54.880Z | [ recovery-image] Dec 21 00:11:54.820 INFO O| Dec 21 00:11:54.820 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2024-12-21T00:11:54.905Z | [ recovery-image] Dec 21 00:11:54.843 INFO O| Dec 21 00:11:54.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7077 | 2024-12-21T00:11:54.905Z | [ recovery-image] Dec 21 00:11:54.844 INFO O| Dec 21 00:11:54.844 INFO STEP 898 (remove_files) COMPLETE |
7078 | 2024-12-21T00:11:54.905Z | [ recovery-image] Dec 21 00:11:54.844 INFO O| Dec 21 00:11:54.844 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2024-12-21T00:11:54.926Z | [ recovery-image] Dec 21 00:11:54.866 INFO O| Dec 21 00:11:54.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7080 | 2024-12-21T00:11:54.929Z | [ recovery-image] Dec 21 00:11:54.866 INFO O| Dec 21 00:11:54.866 INFO STEP 899 (remove_files) COMPLETE |
7081 | 2024-12-21T00:11:54.929Z | [ recovery-image] Dec 21 00:11:54.866 INFO O| Dec 21 00:11:54.866 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2024-12-21T00:11:54.960Z | [ recovery-image] Dec 21 00:11:54.899 INFO O| Dec 21 00:11:54.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7083 | 2024-12-21T00:11:54.960Z | [ recovery-image] Dec 21 00:11:54.899 INFO O| Dec 21 00:11:54.899 INFO STEP 900 (remove_files) COMPLETE |
7084 | 2024-12-21T00:11:54.960Z | [ recovery-image] Dec 21 00:11:54.899 INFO O| Dec 21 00:11:54.899 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2024-12-21T00:11:55.000Z | [ recovery-image] Dec 21 00:11:54.940 INFO O| Dec 21 00:11:54.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7086 | 2024-12-21T00:11:55.000Z | [ recovery-image] Dec 21 00:11:54.940 INFO O| Dec 21 00:11:54.940 INFO STEP 901 (remove_files) COMPLETE |
7087 | 2024-12-21T00:11:55.000Z | [ recovery-image] Dec 21 00:11:54.940 INFO O| Dec 21 00:11:54.940 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2024-12-21T00:11:55.049Z | [ recovery-image] Dec 21 00:11:54.988 INFO O| Dec 21 00:11:54.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7089 | 2024-12-21T00:11:55.049Z | [ recovery-image] Dec 21 00:11:54.988 INFO O| Dec 21 00:11:54.988 INFO STEP 902 (remove_files) COMPLETE |
7090 | 2024-12-21T00:11:55.049Z | [ recovery-image] Dec 21 00:11:54.988 INFO O| Dec 21 00:11:54.988 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2024-12-21T00:11:55.070Z | [ recovery-image] Dec 21 00:11:55.009 INFO O| Dec 21 00:11:55.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7092 | 2024-12-21T00:11:55.070Z | [ recovery-image] Dec 21 00:11:55.010 INFO O| Dec 21 00:11:55.009 INFO STEP 903 (remove_files) COMPLETE |
7093 | 2024-12-21T00:11:55.070Z | [ recovery-image] Dec 21 00:11:55.010 INFO O| Dec 21 00:11:55.010 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2024-12-21T00:11:55.091Z | [ recovery-image] Dec 21 00:11:55.031 INFO O| Dec 21 00:11:55.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7095 | 2024-12-21T00:11:55.092Z | [ recovery-image] Dec 21 00:11:55.031 INFO O| Dec 21 00:11:55.031 INFO STEP 904 (remove_files) COMPLETE |
7096 | 2024-12-21T00:11:55.092Z | [ recovery-image] Dec 21 00:11:55.031 INFO O| Dec 21 00:11:55.031 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2024-12-21T00:11:55.125Z | [ recovery-image] Dec 21 00:11:55.065 INFO O| Dec 21 00:11:55.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7098 | 2024-12-21T00:11:55.126Z | [ recovery-image] Dec 21 00:11:55.065 INFO O| Dec 21 00:11:55.065 INFO STEP 905 (remove_files) COMPLETE |
7099 | 2024-12-21T00:11:55.128Z | [ recovery-image] Dec 21 00:11:55.065 INFO O| Dec 21 00:11:55.065 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7100 | 2024-12-21T00:11:55.164Z | [ recovery-image] Dec 21 00:11:55.104 INFO O| Dec 21 00:11:55.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7101 | 2024-12-21T00:11:55.164Z | [ recovery-image] Dec 21 00:11:55.104 INFO O| Dec 21 00:11:55.104 INFO STEP 906 (remove_files) COMPLETE |
7102 | 2024-12-21T00:11:55.164Z | [ recovery-image] Dec 21 00:11:55.104 INFO O| Dec 21 00:11:55.104 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7103 | 2024-12-21T00:11:55.187Z | [ recovery-image] Dec 21 00:11:55.126 INFO O| Dec 21 00:11:55.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7104 | 2024-12-21T00:11:55.187Z | [ recovery-image] Dec 21 00:11:55.127 INFO O| Dec 21 00:11:55.126 INFO STEP 907 (remove_files) COMPLETE |
7105 | 2024-12-21T00:11:55.187Z | [ recovery-image] Dec 21 00:11:55.127 INFO O| Dec 21 00:11:55.126 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7106 | 2024-12-21T00:11:55.208Z | [ recovery-image] Dec 21 00:11:55.148 INFO O| Dec 21 00:11:55.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7107 | 2024-12-21T00:11:55.208Z | [ recovery-image] Dec 21 00:11:55.148 INFO O| Dec 21 00:11:55.148 INFO STEP 908 (remove_files) COMPLETE |
7108 | 2024-12-21T00:11:55.211Z | [ recovery-image] Dec 21 00:11:55.148 INFO O| Dec 21 00:11:55.148 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7109 | 2024-12-21T00:11:55.231Z | [ recovery-image] Dec 21 00:11:55.170 INFO O| Dec 21 00:11:55.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7110 | 2024-12-21T00:11:55.231Z | [ recovery-image] Dec 21 00:11:55.171 INFO O| Dec 21 00:11:55.171 INFO STEP 909 (remove_files) COMPLETE |
7111 | 2024-12-21T00:11:55.233Z | [ recovery-image] Dec 21 00:11:55.171 INFO O| Dec 21 00:11:55.171 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7112 | 2024-12-21T00:11:55.259Z | [ recovery-image] Dec 21 00:11:55.199 INFO O| Dec 21 00:11:55.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7113 | 2024-12-21T00:11:55.259Z | [ recovery-image] Dec 21 00:11:55.199 INFO O| Dec 21 00:11:55.199 INFO STEP 910 (remove_files) COMPLETE |
7114 | 2024-12-21T00:11:55.261Z | [ recovery-image] Dec 21 00:11:55.199 INFO O| Dec 21 00:11:55.199 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7115 | 2024-12-21T00:11:55.293Z | [ recovery-image] Dec 21 00:11:55.232 INFO O| Dec 21 00:11:55.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7116 | 2024-12-21T00:11:55.293Z | [ recovery-image] Dec 21 00:11:55.232 INFO O| Dec 21 00:11:55.232 INFO STEP 911 (remove_files) COMPLETE |
7117 | 2024-12-21T00:11:55.294Z | [ recovery-image] Dec 21 00:11:55.232 INFO O| Dec 21 00:11:55.232 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7118 | 2024-12-21T00:11:55.342Z | [ recovery-image] Dec 21 00:11:55.282 INFO O| Dec 21 00:11:55.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7119 | 2024-12-21T00:11:55.343Z | [ recovery-image] Dec 21 00:11:55.282 INFO O| Dec 21 00:11:55.282 INFO STEP 912 (remove_files) COMPLETE |
7120 | 2024-12-21T00:11:55.343Z | [ recovery-image] Dec 21 00:11:55.282 INFO O| Dec 21 00:11:55.282 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7121 | 2024-12-21T00:11:55.366Z | [ recovery-image] Dec 21 00:11:55.306 INFO O| Dec 21 00:11:55.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7122 | 2024-12-21T00:11:55.366Z | [ recovery-image] Dec 21 00:11:55.306 INFO O| Dec 21 00:11:55.306 INFO STEP 913 (remove_files) COMPLETE |
7123 | 2024-12-21T00:11:55.368Z | [ recovery-image] Dec 21 00:11:55.306 INFO O| Dec 21 00:11:55.306 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7124 | 2024-12-21T00:11:55.390Z | [ recovery-image] Dec 21 00:11:55.329 INFO O| Dec 21 00:11:55.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7125 | 2024-12-21T00:11:55.390Z | [ recovery-image] Dec 21 00:11:55.330 INFO O| Dec 21 00:11:55.330 INFO STEP 914 (remove_files) COMPLETE |
7126 | 2024-12-21T00:11:55.390Z | [ recovery-image] Dec 21 00:11:55.330 INFO O| Dec 21 00:11:55.330 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7127 | 2024-12-21T00:11:55.413Z | [ recovery-image] Dec 21 00:11:55.352 INFO O| Dec 21 00:11:55.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7128 | 2024-12-21T00:11:55.413Z | [ recovery-image] Dec 21 00:11:55.352 INFO O| Dec 21 00:11:55.352 INFO STEP 915 (remove_files) COMPLETE |
7129 | 2024-12-21T00:11:55.414Z | [ recovery-image] Dec 21 00:11:55.352 INFO O| Dec 21 00:11:55.352 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7130 | 2024-12-21T00:11:55.436Z | [ recovery-image] Dec 21 00:11:55.376 INFO O| Dec 21 00:11:55.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7131 | 2024-12-21T00:11:55.436Z | [ recovery-image] Dec 21 00:11:55.376 INFO O| Dec 21 00:11:55.376 INFO STEP 916 (remove_files) COMPLETE |
7132 | 2024-12-21T00:11:55.436Z | [ recovery-image] Dec 21 00:11:55.376 INFO O| Dec 21 00:11:55.376 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7133 | 2024-12-21T00:11:55.463Z | [ recovery-image] Dec 21 00:11:55.400 INFO O| Dec 21 00:11:55.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7134 | 2024-12-21T00:11:55.464Z | [ recovery-image] Dec 21 00:11:55.400 INFO O| Dec 21 00:11:55.400 INFO STEP 917 (remove_files) COMPLETE |
7135 | 2024-12-21T00:11:55.464Z | [ recovery-image] Dec 21 00:11:55.400 INFO O| Dec 21 00:11:55.400 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7136 | 2024-12-21T00:11:55.503Z | [ recovery-image] Dec 21 00:11:55.443 INFO O| Dec 21 00:11:55.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7137 | 2024-12-21T00:11:55.503Z | [ recovery-image] Dec 21 00:11:55.443 INFO O| Dec 21 00:11:55.443 INFO STEP 918 (remove_files) COMPLETE |
7138 | 2024-12-21T00:11:55.503Z | [ recovery-image] Dec 21 00:11:55.443 INFO O| Dec 21 00:11:55.443 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7139 | 2024-12-21T00:11:55.528Z | [ recovery-image] Dec 21 00:11:55.468 INFO O| Dec 21 00:11:55.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7140 | 2024-12-21T00:11:55.529Z | [ recovery-image] Dec 21 00:11:55.468 INFO O| Dec 21 00:11:55.468 INFO STEP 919 (remove_files) COMPLETE |
7141 | 2024-12-21T00:11:55.529Z | [ recovery-image] Dec 21 00:11:55.468 INFO O| Dec 21 00:11:55.468 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7142 | 2024-12-21T00:11:55.563Z | [ recovery-image] Dec 21 00:11:55.503 INFO O| Dec 21 00:11:55.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7143 | 2024-12-21T00:11:55.564Z | [ recovery-image] Dec 21 00:11:55.503 INFO O| Dec 21 00:11:55.503 INFO STEP 920 (remove_files) COMPLETE |
7144 | 2024-12-21T00:11:55.566Z | [ recovery-image] Dec 21 00:11:55.503 INFO O| Dec 21 00:11:55.503 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7145 | 2024-12-21T00:11:55.588Z | [ recovery-image] Dec 21 00:11:55.528 INFO O| Dec 21 00:11:55.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7146 | 2024-12-21T00:11:55.588Z | [ recovery-image] Dec 21 00:11:55.528 INFO O| Dec 21 00:11:55.528 INFO STEP 921 (remove_files) COMPLETE |
7147 | 2024-12-21T00:11:55.590Z | [ recovery-image] Dec 21 00:11:55.528 INFO O| Dec 21 00:11:55.528 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7148 | 2024-12-21T00:11:55.643Z | [ recovery-image] Dec 21 00:11:55.582 INFO O| Dec 21 00:11:55.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7149 | 2024-12-21T00:11:55.643Z | [ recovery-image] Dec 21 00:11:55.583 INFO O| Dec 21 00:11:55.583 INFO STEP 922 (remove_files) COMPLETE |
7150 | 2024-12-21T00:11:55.643Z | [ recovery-image] Dec 21 00:11:55.583 INFO O| Dec 21 00:11:55.583 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7151 | 2024-12-21T00:11:55.665Z | [ recovery-image] Dec 21 00:11:55.605 INFO O| Dec 21 00:11:55.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7152 | 2024-12-21T00:11:55.668Z | [ recovery-image] Dec 21 00:11:55.605 INFO O| Dec 21 00:11:55.605 INFO STEP 923 (remove_files) COMPLETE |
7153 | 2024-12-21T00:11:55.668Z | [ recovery-image] Dec 21 00:11:55.605 INFO O| Dec 21 00:11:55.605 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7154 | 2024-12-21T00:11:55.689Z | [ recovery-image] Dec 21 00:11:55.629 INFO O| Dec 21 00:11:55.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7155 | 2024-12-21T00:11:55.689Z | [ recovery-image] Dec 21 00:11:55.629 INFO O| Dec 21 00:11:55.629 INFO STEP 924 (remove_files) COMPLETE |
7156 | 2024-12-21T00:11:55.692Z | [ recovery-image] Dec 21 00:11:55.629 INFO O| Dec 21 00:11:55.629 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7157 | 2024-12-21T00:11:55.713Z | [ recovery-image] Dec 21 00:11:55.653 INFO O| Dec 21 00:11:55.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7158 | 2024-12-21T00:11:55.713Z | [ recovery-image] Dec 21 00:11:55.653 INFO O| Dec 21 00:11:55.653 INFO STEP 925 (remove_files) COMPLETE |
7159 | 2024-12-21T00:11:55.716Z | [ recovery-image] Dec 21 00:11:55.653 INFO O| Dec 21 00:11:55.653 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7160 | 2024-12-21T00:11:55.764Z | [ recovery-image] Dec 21 00:11:55.704 INFO O| Dec 21 00:11:55.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7161 | 2024-12-21T00:11:55.764Z | [ recovery-image] Dec 21 00:11:55.704 INFO O| Dec 21 00:11:55.704 INFO STEP 926 (remove_files) COMPLETE |
7162 | 2024-12-21T00:11:55.764Z | [ recovery-image] Dec 21 00:11:55.704 INFO O| Dec 21 00:11:55.704 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7163 | 2024-12-21T00:11:55.789Z | [ recovery-image] Dec 21 00:11:55.729 INFO O| Dec 21 00:11:55.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7164 | 2024-12-21T00:11:55.789Z | [ recovery-image] Dec 21 00:11:55.729 INFO O| Dec 21 00:11:55.729 INFO STEP 927 (remove_files) COMPLETE |
7165 | 2024-12-21T00:11:55.792Z | [ recovery-image] Dec 21 00:11:55.729 INFO O| Dec 21 00:11:55.729 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7166 | 2024-12-21T00:11:55.814Z | [ recovery-image] Dec 21 00:11:55.754 INFO O| Dec 21 00:11:55.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7167 | 2024-12-21T00:11:55.815Z | [ recovery-image] Dec 21 00:11:55.754 INFO O| Dec 21 00:11:55.754 INFO STEP 928 (remove_files) COMPLETE |
7168 | 2024-12-21T00:11:55.818Z | [ recovery-image] Dec 21 00:11:55.755 INFO O| Dec 21 00:11:55.754 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7169 | 2024-12-21T00:11:55.839Z | [ recovery-image] Dec 21 00:11:55.779 INFO O| Dec 21 00:11:55.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7170 | 2024-12-21T00:11:55.839Z | [ recovery-image] Dec 21 00:11:55.779 INFO O| Dec 21 00:11:55.779 INFO STEP 929 (remove_files) COMPLETE |
7171 | 2024-12-21T00:11:55.842Z | [ recovery-image] Dec 21 00:11:55.780 INFO O| Dec 21 00:11:55.779 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7172 | 2024-12-21T00:11:55.864Z | [ recovery-image] Dec 21 00:11:55.804 INFO O| Dec 21 00:11:55.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7173 | 2024-12-21T00:11:55.868Z | [ recovery-image] Dec 21 00:11:55.804 INFO O| Dec 21 00:11:55.804 INFO STEP 930 (remove_files) COMPLETE |
7174 | 2024-12-21T00:11:55.868Z | [ recovery-image] Dec 21 00:11:55.804 INFO O| Dec 21 00:11:55.804 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7175 | 2024-12-21T00:11:55.926Z | [ recovery-image] Dec 21 00:11:55.866 INFO O| Dec 21 00:11:55.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7176 | 2024-12-21T00:11:55.926Z | [ recovery-image] Dec 21 00:11:55.866 INFO O| Dec 21 00:11:55.866 INFO STEP 931 (remove_files) COMPLETE |
7177 | 2024-12-21T00:11:55.926Z | [ recovery-image] Dec 21 00:11:55.866 INFO O| Dec 21 00:11:55.866 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7178 | 2024-12-21T00:11:55.948Z | [ recovery-image] Dec 21 00:11:55.887 INFO O| Dec 21 00:11:55.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7179 | 2024-12-21T00:11:55.948Z | [ recovery-image] Dec 21 00:11:55.888 INFO O| Dec 21 00:11:55.888 INFO STEP 932 (remove_files) COMPLETE |
7180 | 2024-12-21T00:11:55.948Z | [ recovery-image] Dec 21 00:11:55.888 INFO O| Dec 21 00:11:55.888 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7181 | 2024-12-21T00:11:55.966Z | [ recovery-image] Dec 21 00:11:55.906 INFO O| Dec 21 00:11:55.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7182 | 2024-12-21T00:11:55.966Z | [ recovery-image] Dec 21 00:11:55.906 INFO O| Dec 21 00:11:55.906 INFO STEP 933 (remove_files) COMPLETE |
7183 | 2024-12-21T00:11:55.966Z | [ recovery-image] Dec 21 00:11:55.906 INFO O| Dec 21 00:11:55.906 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7184 | 2024-12-21T00:11:56.002Z | [ recovery-image] Dec 21 00:11:55.942 INFO O| Dec 21 00:11:55.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7185 | 2024-12-21T00:11:56.002Z | [ recovery-image] Dec 21 00:11:55.942 INFO O| Dec 21 00:11:55.942 INFO STEP 934 (remove_files) COMPLETE |
7186 | 2024-12-21T00:11:56.002Z | [ recovery-image] Dec 21 00:11:55.942 INFO O| Dec 21 00:11:55.942 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7187 | 2024-12-21T00:11:56.063Z | [ recovery-image] Dec 21 00:11:56.003 INFO O| Dec 21 00:11:56.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7188 | 2024-12-21T00:11:56.063Z | [ recovery-image] Dec 21 00:11:56.003 INFO O| Dec 21 00:11:56.003 INFO STEP 935 (remove_files) COMPLETE |
7189 | 2024-12-21T00:11:56.067Z | [ recovery-image] Dec 21 00:11:56.003 INFO O| Dec 21 00:11:56.003 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7190 | 2024-12-21T00:11:56.084Z | [ recovery-image] Dec 21 00:11:56.024 INFO O| Dec 21 00:11:56.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7191 | 2024-12-21T00:11:56.084Z | [ recovery-image] Dec 21 00:11:56.024 INFO O| Dec 21 00:11:56.024 INFO STEP 936 (remove_files) COMPLETE |
7192 | 2024-12-21T00:11:56.084Z | [ recovery-image] Dec 21 00:11:56.024 INFO O| Dec 21 00:11:56.024 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7193 | 2024-12-21T00:11:56.106Z | [ recovery-image] Dec 21 00:11:56.046 INFO O| Dec 21 00:11:56.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7194 | 2024-12-21T00:11:56.107Z | [ recovery-image] Dec 21 00:11:56.046 INFO O| Dec 21 00:11:56.043 INFO STEP 937 (remove_files) COMPLETE |
7195 | 2024-12-21T00:11:56.110Z | [ recovery-image] Dec 21 00:11:56.046 INFO O| Dec 21 00:11:56.043 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7196 | 2024-12-21T00:11:56.176Z | [ recovery-image] Dec 21 00:11:56.116 INFO O| Dec 21 00:11:56.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7197 | 2024-12-21T00:11:56.179Z | [ recovery-image] Dec 21 00:11:56.117 INFO O| Dec 21 00:11:56.117 INFO STEP 938 (remove_files) COMPLETE |
7198 | 2024-12-21T00:11:56.179Z | [ recovery-image] Dec 21 00:11:56.117 INFO O| Dec 21 00:11:56.117 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7199 | 2024-12-21T00:11:56.200Z | [ recovery-image] Dec 21 00:11:56.140 INFO O| Dec 21 00:11:56.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7200 | 2024-12-21T00:11:56.202Z | [ recovery-image] Dec 21 00:11:56.141 INFO O| Dec 21 00:11:56.141 INFO STEP 939 (remove_files) COMPLETE |
7201 | 2024-12-21T00:11:56.203Z | [ recovery-image] Dec 21 00:11:56.141 INFO O| Dec 21 00:11:56.141 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7202 | 2024-12-21T00:11:56.240Z | [ recovery-image] Dec 21 00:11:56.180 INFO O| Dec 21 00:11:56.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7203 | 2024-12-21T00:11:56.240Z | [ recovery-image] Dec 21 00:11:56.180 INFO O| Dec 21 00:11:56.180 INFO STEP 940 (remove_files) COMPLETE |
7204 | 2024-12-21T00:11:56.243Z | [ recovery-image] Dec 21 00:11:56.180 INFO O| Dec 21 00:11:56.180 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7205 | 2024-12-21T00:11:56.261Z | [ recovery-image] Dec 21 00:11:56.200 INFO O| Dec 21 00:11:56.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7206 | 2024-12-21T00:11:56.261Z | [ recovery-image] Dec 21 00:11:56.201 INFO O| Dec 21 00:11:56.201 INFO STEP 941 (remove_files) COMPLETE |
7207 | 2024-12-21T00:11:56.261Z | [ recovery-image] Dec 21 00:11:56.201 INFO O| Dec 21 00:11:56.201 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7208 | 2024-12-21T00:11:56.304Z | [ recovery-image] Dec 21 00:11:56.243 INFO O| Dec 21 00:11:56.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7209 | 2024-12-21T00:11:56.304Z | [ recovery-image] Dec 21 00:11:56.243 INFO O| Dec 21 00:11:56.243 INFO STEP 942 (remove_files) COMPLETE |
7210 | 2024-12-21T00:11:56.306Z | [ recovery-image] Dec 21 00:11:56.244 INFO O| Dec 21 00:11:56.243 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7211 | 2024-12-21T00:11:56.337Z | [ recovery-image] Dec 21 00:11:56.277 INFO O| Dec 21 00:11:56.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7212 | 2024-12-21T00:11:56.339Z | [ recovery-image] Dec 21 00:11:56.277 INFO O| Dec 21 00:11:56.277 INFO STEP 943 (remove_files) COMPLETE |
7213 | 2024-12-21T00:11:56.339Z | [ recovery-image] Dec 21 00:11:56.277 INFO O| Dec 21 00:11:56.277 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7214 | 2024-12-21T00:11:56.378Z | [ recovery-image] Dec 21 00:11:56.318 INFO O| Dec 21 00:11:56.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7215 | 2024-12-21T00:11:56.381Z | [ recovery-image] Dec 21 00:11:56.319 INFO O| Dec 21 00:11:56.318 INFO STEP 944 (remove_files) COMPLETE |
7216 | 2024-12-21T00:11:56.381Z | [ recovery-image] Dec 21 00:11:56.319 INFO O| Dec 21 00:11:56.319 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7217 | 2024-12-21T00:11:56.401Z | [ recovery-image] Dec 21 00:11:56.341 INFO O| Dec 21 00:11:56.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7218 | 2024-12-21T00:11:56.403Z | [ recovery-image] Dec 21 00:11:56.341 INFO O| Dec 21 00:11:56.341 INFO STEP 945 (remove_files) COMPLETE |
7219 | 2024-12-21T00:11:56.403Z | [ recovery-image] Dec 21 00:11:56.341 INFO O| Dec 21 00:11:56.341 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7220 | 2024-12-21T00:11:56.431Z | [ recovery-image] Dec 21 00:11:56.371 INFO O| Dec 21 00:11:56.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7221 | 2024-12-21T00:11:56.431Z | [ recovery-image] Dec 21 00:11:56.371 INFO O| Dec 21 00:11:56.371 INFO STEP 946 (remove_files) COMPLETE |
7222 | 2024-12-21T00:11:56.431Z | [ recovery-image] Dec 21 00:11:56.371 INFO O| Dec 21 00:11:56.371 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7223 | 2024-12-21T00:11:56.457Z | [ recovery-image] Dec 21 00:11:56.397 INFO O| Dec 21 00:11:56.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7224 | 2024-12-21T00:11:56.457Z | [ recovery-image] Dec 21 00:11:56.397 INFO O| Dec 21 00:11:56.397 INFO STEP 947 (remove_files) COMPLETE |
7225 | 2024-12-21T00:11:56.460Z | [ recovery-image] Dec 21 00:11:56.397 INFO O| Dec 21 00:11:56.397 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7226 | 2024-12-21T00:11:56.483Z | [ recovery-image] Dec 21 00:11:56.423 INFO O| Dec 21 00:11:56.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7227 | 2024-12-21T00:11:56.484Z | [ recovery-image] Dec 21 00:11:56.423 INFO O| Dec 21 00:11:56.423 INFO STEP 948 (remove_files) COMPLETE |
7228 | 2024-12-21T00:11:56.487Z | [ recovery-image] Dec 21 00:11:56.423 INFO O| Dec 21 00:11:56.423 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7229 | 2024-12-21T00:11:56.506Z | [ recovery-image] Dec 21 00:11:56.446 INFO O| Dec 21 00:11:56.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7230 | 2024-12-21T00:11:56.506Z | [ recovery-image] Dec 21 00:11:56.446 INFO O| Dec 21 00:11:56.446 INFO STEP 949 (remove_files) COMPLETE |
7231 | 2024-12-21T00:11:56.509Z | [ recovery-image] Dec 21 00:11:56.446 INFO O| Dec 21 00:11:56.446 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7232 | 2024-12-21T00:11:56.529Z | [ recovery-image] Dec 21 00:11:56.469 INFO O| Dec 21 00:11:56.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7233 | 2024-12-21T00:11:56.529Z | [ recovery-image] Dec 21 00:11:56.469 INFO O| Dec 21 00:11:56.469 INFO STEP 950 (remove_files) COMPLETE |
7234 | 2024-12-21T00:11:56.529Z | [ recovery-image] Dec 21 00:11:56.469 INFO O| Dec 21 00:11:56.469 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7235 | 2024-12-21T00:11:56.552Z | [ recovery-image] Dec 21 00:11:56.491 INFO O| Dec 21 00:11:56.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7236 | 2024-12-21T00:11:56.552Z | [ recovery-image] Dec 21 00:11:56.491 INFO O| Dec 21 00:11:56.491 INFO STEP 951 (remove_files) COMPLETE |
7237 | 2024-12-21T00:11:56.552Z | [ recovery-image] Dec 21 00:11:56.491 INFO O| Dec 21 00:11:56.491 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7238 | 2024-12-21T00:11:56.582Z | [ recovery-image] Dec 21 00:11:56.522 INFO O| Dec 21 00:11:56.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7239 | 2024-12-21T00:11:56.585Z | [ recovery-image] Dec 21 00:11:56.522 INFO O| Dec 21 00:11:56.522 INFO STEP 952 (remove_files) COMPLETE |
7240 | 2024-12-21T00:11:56.585Z | [ recovery-image] Dec 21 00:11:56.523 INFO O| Dec 21 00:11:56.522 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7241 | 2024-12-21T00:11:56.609Z | [ recovery-image] Dec 21 00:11:56.548 INFO O| Dec 21 00:11:56.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7242 | 2024-12-21T00:11:56.609Z | [ recovery-image] Dec 21 00:11:56.548 INFO O| Dec 21 00:11:56.548 INFO STEP 953 (remove_files) COMPLETE |
7243 | 2024-12-21T00:11:56.609Z | [ recovery-image] Dec 21 00:11:56.548 INFO O| Dec 21 00:11:56.548 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7244 | 2024-12-21T00:11:56.695Z | [ recovery-image] Dec 21 00:11:56.635 INFO O| Dec 21 00:11:56.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7245 | 2024-12-21T00:11:56.695Z | [ recovery-image] Dec 21 00:11:56.635 INFO O| Dec 21 00:11:56.635 INFO STEP 954 (remove_files) COMPLETE |
7246 | 2024-12-21T00:11:56.698Z | [ recovery-image] Dec 21 00:11:56.635 INFO O| Dec 21 00:11:56.635 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7247 | 2024-12-21T00:11:56.731Z | [ recovery-image] Dec 21 00:11:56.671 INFO O| Dec 21 00:11:56.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7248 | 2024-12-21T00:11:56.732Z | [ recovery-image] Dec 21 00:11:56.671 INFO O| Dec 21 00:11:56.671 INFO STEP 955 (remove_files) COMPLETE |
7249 | 2024-12-21T00:11:56.732Z | [ recovery-image] Dec 21 00:11:56.671 INFO O| Dec 21 00:11:56.671 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7250 | 2024-12-21T00:11:56.764Z | [ recovery-image] Dec 21 00:11:56.694 INFO O| Dec 21 00:11:56.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7251 | 2024-12-21T00:11:56.764Z | [ recovery-image] Dec 21 00:11:56.694 INFO O| Dec 21 00:11:56.694 INFO STEP 956 (remove_files) COMPLETE |
7252 | 2024-12-21T00:11:56.767Z | [ recovery-image] Dec 21 00:11:56.694 INFO O| Dec 21 00:11:56.694 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7253 | 2024-12-21T00:11:56.776Z | [ recovery-image] Dec 21 00:11:56.716 INFO O| Dec 21 00:11:56.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7254 | 2024-12-21T00:11:56.778Z | [ recovery-image] Dec 21 00:11:56.716 INFO O| Dec 21 00:11:56.716 INFO STEP 957 (remove_files) COMPLETE |
7255 | 2024-12-21T00:11:56.778Z | [ recovery-image] Dec 21 00:11:56.716 INFO O| Dec 21 00:11:56.716 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7256 | 2024-12-21T00:11:56.798Z | [ recovery-image] Dec 21 00:11:56.738 INFO O| Dec 21 00:11:56.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7257 | 2024-12-21T00:11:56.801Z | [ recovery-image] Dec 21 00:11:56.739 INFO O| Dec 21 00:11:56.739 INFO STEP 958 (remove_files) COMPLETE |
7258 | 2024-12-21T00:11:56.801Z | [ recovery-image] Dec 21 00:11:56.739 INFO O| Dec 21 00:11:56.739 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7259 | 2024-12-21T00:11:56.839Z | [ recovery-image] Dec 21 00:11:56.779 INFO O| Dec 21 00:11:56.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7260 | 2024-12-21T00:11:56.839Z | [ recovery-image] Dec 21 00:11:56.779 INFO O| Dec 21 00:11:56.768 INFO STEP 959 (remove_files) COMPLETE |
7261 | 2024-12-21T00:11:56.839Z | [ recovery-image] Dec 21 00:11:56.779 INFO O| Dec 21 00:11:56.768 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7262 | 2024-12-21T00:11:56.851Z | [ recovery-image] Dec 21 00:11:56.791 INFO O| Dec 21 00:11:56.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7263 | 2024-12-21T00:11:56.851Z | [ recovery-image] Dec 21 00:11:56.791 INFO O| Dec 21 00:11:56.791 INFO STEP 960 (remove_files) COMPLETE |
7264 | 2024-12-21T00:11:56.851Z | [ recovery-image] Dec 21 00:11:56.791 INFO O| Dec 21 00:11:56.791 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7265 | 2024-12-21T00:11:56.870Z | [ recovery-image] Dec 21 00:11:56.810 INFO O| Dec 21 00:11:56.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7266 | 2024-12-21T00:11:56.870Z | [ recovery-image] Dec 21 00:11:56.810 INFO O| Dec 21 00:11:56.810 INFO STEP 961 (remove_files) COMPLETE |
7267 | 2024-12-21T00:11:56.871Z | [ recovery-image] Dec 21 00:11:56.810 INFO O| Dec 21 00:11:56.810 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7268 | 2024-12-21T00:11:56.898Z | [ recovery-image] Dec 21 00:11:56.828 INFO O| Dec 21 00:11:56.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7269 | 2024-12-21T00:11:56.898Z | [ recovery-image] Dec 21 00:11:56.828 INFO O| Dec 21 00:11:56.828 INFO STEP 962 (remove_files) COMPLETE |
7270 | 2024-12-21T00:11:56.898Z | [ recovery-image] Dec 21 00:11:56.828 INFO O| Dec 21 00:11:56.828 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7271 | 2024-12-21T00:11:56.908Z | [ recovery-image] Dec 21 00:11:56.848 INFO O| Dec 21 00:11:56.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7272 | 2024-12-21T00:11:56.911Z | [ recovery-image] Dec 21 00:11:56.849 INFO O| Dec 21 00:11:56.848 INFO STEP 963 (remove_files) COMPLETE |
7273 | 2024-12-21T00:11:56.911Z | [ recovery-image] Dec 21 00:11:56.849 INFO O| Dec 21 00:11:56.849 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7274 | 2024-12-21T00:11:56.931Z | [ recovery-image] Dec 21 00:11:56.871 INFO O| Dec 21 00:11:56.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7275 | 2024-12-21T00:11:56.934Z | [ recovery-image] Dec 21 00:11:56.871 INFO O| Dec 21 00:11:56.871 INFO STEP 964 (remove_files) COMPLETE |
7276 | 2024-12-21T00:11:56.934Z | [ recovery-image] Dec 21 00:11:56.871 INFO O| Dec 21 00:11:56.871 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7277 | 2024-12-21T00:11:56.984Z | [ recovery-image] Dec 21 00:11:56.923 INFO O| Dec 21 00:11:56.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7278 | 2024-12-21T00:11:56.984Z | [ recovery-image] Dec 21 00:11:56.924 INFO O| Dec 21 00:11:56.924 INFO STEP 965 (remove_files) COMPLETE |
7279 | 2024-12-21T00:11:56.984Z | [ recovery-image] Dec 21 00:11:56.924 INFO O| Dec 21 00:11:56.924 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7280 | 2024-12-21T00:11:57.005Z | [ recovery-image] Dec 21 00:11:56.945 INFO O| Dec 21 00:11:56.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7281 | 2024-12-21T00:11:57.007Z | [ recovery-image] Dec 21 00:11:56.945 INFO O| Dec 21 00:11:56.945 INFO STEP 966 (remove_files) COMPLETE |
7282 | 2024-12-21T00:11:57.007Z | [ recovery-image] Dec 21 00:11:56.945 INFO O| Dec 21 00:11:56.945 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7283 | 2024-12-21T00:11:57.026Z | [ recovery-image] Dec 21 00:11:56.966 INFO O| Dec 21 00:11:56.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7284 | 2024-12-21T00:11:57.029Z | [ recovery-image] Dec 21 00:11:56.966 INFO O| Dec 21 00:11:56.966 INFO STEP 967 (remove_files) COMPLETE |
7285 | 2024-12-21T00:11:57.029Z | [ recovery-image] Dec 21 00:11:56.967 INFO O| Dec 21 00:11:56.966 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7286 | 2024-12-21T00:11:57.050Z | [ recovery-image] Dec 21 00:11:56.988 INFO O| Dec 21 00:11:56.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7287 | 2024-12-21T00:11:57.061Z | [ recovery-image] Dec 21 00:11:56.988 INFO O| Dec 21 00:11:56.988 INFO STEP 968 (remove_files) COMPLETE |
7288 | 2024-12-21T00:11:57.061Z | [ recovery-image] Dec 21 00:11:56.988 INFO O| Dec 21 00:11:56.988 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7289 | 2024-12-21T00:11:57.111Z | [ recovery-image] Dec 21 00:11:57.051 INFO O| Dec 21 00:11:57.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7290 | 2024-12-21T00:11:57.113Z | [ recovery-image] Dec 21 00:11:57.051 INFO O| Dec 21 00:11:57.051 INFO STEP 969 (remove_files) COMPLETE |
7291 | 2024-12-21T00:11:57.113Z | [ recovery-image] Dec 21 00:11:57.052 INFO O| Dec 21 00:11:57.051 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7292 | 2024-12-21T00:11:57.149Z | [ recovery-image] Dec 21 00:11:57.089 INFO O| Dec 21 00:11:57.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7293 | 2024-12-21T00:11:57.154Z | [ recovery-image] Dec 21 00:11:57.089 INFO O| Dec 21 00:11:57.089 INFO STEP 970 (remove_files) COMPLETE |
7294 | 2024-12-21T00:11:57.154Z | [ recovery-image] Dec 21 00:11:57.089 INFO O| Dec 21 00:11:57.089 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7295 | 2024-12-21T00:11:57.195Z | [ recovery-image] Dec 21 00:11:57.134 INFO O| Dec 21 00:11:57.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7296 | 2024-12-21T00:11:57.195Z | [ recovery-image] Dec 21 00:11:57.134 INFO O| Dec 21 00:11:57.134 INFO STEP 971 (remove_files) COMPLETE |
7297 | 2024-12-21T00:11:57.195Z | [ recovery-image] Dec 21 00:11:57.134 INFO O| Dec 21 00:11:57.134 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7298 | 2024-12-21T00:11:57.236Z | [ recovery-image] Dec 21 00:11:57.176 INFO O| Dec 21 00:11:57.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7299 | 2024-12-21T00:11:57.236Z | [ recovery-image] Dec 21 00:11:57.176 INFO O| Dec 21 00:11:57.176 INFO STEP 972 (remove_files) COMPLETE |
7300 | 2024-12-21T00:11:57.236Z | [ recovery-image] Dec 21 00:11:57.176 INFO O| Dec 21 00:11:57.176 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7301 | 2024-12-21T00:11:57.269Z | [ recovery-image] Dec 21 00:11:57.209 INFO O| Dec 21 00:11:57.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7302 | 2024-12-21T00:11:57.272Z | [ recovery-image] Dec 21 00:11:57.209 INFO O| Dec 21 00:11:57.209 INFO STEP 973 (remove_files) COMPLETE |
7303 | 2024-12-21T00:11:57.272Z | [ recovery-image] Dec 21 00:11:57.209 INFO O| Dec 21 00:11:57.209 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7304 | 2024-12-21T00:11:57.291Z | [ recovery-image] Dec 21 00:11:57.231 INFO O| Dec 21 00:11:57.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7305 | 2024-12-21T00:11:57.294Z | [ recovery-image] Dec 21 00:11:57.231 INFO O| Dec 21 00:11:57.231 INFO STEP 974 (remove_files) COMPLETE |
7306 | 2024-12-21T00:11:57.294Z | [ recovery-image] Dec 21 00:11:57.232 INFO O| Dec 21 00:11:57.232 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7307 | 2024-12-21T00:11:57.312Z | [ recovery-image] Dec 21 00:11:57.252 INFO O| Dec 21 00:11:57.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7308 | 2024-12-21T00:11:57.315Z | [ recovery-image] Dec 21 00:11:57.252 INFO O| Dec 21 00:11:57.252 INFO STEP 975 (remove_files) COMPLETE |
7309 | 2024-12-21T00:11:57.315Z | [ recovery-image] Dec 21 00:11:57.252 INFO O| Dec 21 00:11:57.252 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7310 | 2024-12-21T00:11:57.333Z | [ recovery-image] Dec 21 00:11:57.273 INFO O| Dec 21 00:11:57.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7311 | 2024-12-21T00:11:57.335Z | [ recovery-image] Dec 21 00:11:57.273 INFO O| Dec 21 00:11:57.273 INFO STEP 976 (remove_files) COMPLETE |
7312 | 2024-12-21T00:11:57.335Z | [ recovery-image] Dec 21 00:11:57.273 INFO O| Dec 21 00:11:57.273 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7313 | 2024-12-21T00:11:57.354Z | [ recovery-image] Dec 21 00:11:57.295 INFO O| Dec 21 00:11:57.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7314 | 2024-12-21T00:11:57.373Z | [ recovery-image] Dec 21 00:11:57.313 INFO O| Dec 21 00:11:57.313 INFO STEP 977 (remove_files) COMPLETE |
7315 | 2024-12-21T00:11:57.373Z | [ recovery-image] Dec 21 00:11:57.313 INFO O| Dec 21 00:11:57.313 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7316 | 2024-12-21T00:11:57.394Z | [ recovery-image] Dec 21 00:11:57.334 INFO O| Dec 21 00:11:57.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7317 | 2024-12-21T00:11:57.397Z | [ recovery-image] Dec 21 00:11:57.335 INFO O| Dec 21 00:11:57.335 INFO STEP 978 (remove_files) COMPLETE |
7318 | 2024-12-21T00:11:57.398Z | [ recovery-image] Dec 21 00:11:57.335 INFO O| Dec 21 00:11:57.335 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7319 | 2024-12-21T00:11:57.418Z | [ recovery-image] Dec 21 00:11:57.356 INFO O| Dec 21 00:11:57.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7320 | 2024-12-21T00:11:57.421Z | [ recovery-image] Dec 21 00:11:57.356 INFO O| Dec 21 00:11:57.356 INFO STEP 979 (remove_files) COMPLETE |
7321 | 2024-12-21T00:11:57.421Z | [ recovery-image] Dec 21 00:11:57.357 INFO O| Dec 21 00:11:57.356 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7322 | 2024-12-21T00:11:57.438Z | [ recovery-image] Dec 21 00:11:57.378 INFO O| Dec 21 00:11:57.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7323 | 2024-12-21T00:11:57.446Z | [ recovery-image] Dec 21 00:11:57.378 INFO O| Dec 21 00:11:57.378 INFO STEP 980 (remove_files) COMPLETE |
7324 | 2024-12-21T00:11:57.446Z | [ recovery-image] Dec 21 00:11:57.378 INFO O| Dec 21 00:11:57.378 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7325 | 2024-12-21T00:11:57.500Z | [ recovery-image] Dec 21 00:11:57.437 INFO O| Dec 21 00:11:57.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7326 | 2024-12-21T00:11:57.504Z | [ recovery-image] Dec 21 00:11:57.437 INFO O| Dec 21 00:11:57.437 INFO STEP 981 (remove_files) COMPLETE |
7327 | 2024-12-21T00:11:57.504Z | [ recovery-image] Dec 21 00:11:57.437 INFO O| Dec 21 00:11:57.437 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7328 | 2024-12-21T00:11:57.519Z | [ recovery-image] Dec 21 00:11:57.460 INFO O| Dec 21 00:11:57.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7329 | 2024-12-21T00:11:57.522Z | [ recovery-image] Dec 21 00:11:57.460 INFO O| Dec 21 00:11:57.460 INFO STEP 982 (remove_files) COMPLETE |
7330 | 2024-12-21T00:11:57.522Z | [ recovery-image] Dec 21 00:11:57.460 INFO O| Dec 21 00:11:57.460 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7331 | 2024-12-21T00:11:57.540Z | [ recovery-image] Dec 21 00:11:57.480 INFO O| Dec 21 00:11:57.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7332 | 2024-12-21T00:11:57.543Z | [ recovery-image] Dec 21 00:11:57.481 INFO O| Dec 21 00:11:57.481 INFO STEP 983 (remove_files) COMPLETE |
7333 | 2024-12-21T00:11:57.543Z | [ recovery-image] Dec 21 00:11:57.481 INFO O| Dec 21 00:11:57.481 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7334 | 2024-12-21T00:11:57.549Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
7335 | 2024-12-21T00:11:57.569Z | [ recovery-image] Dec 21 00:11:57.509 INFO O| Dec 21 00:11:57.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7336 | 2024-12-21T00:11:57.569Z | [ recovery-image] Dec 21 00:11:57.509 INFO O| Dec 21 00:11:57.509 INFO STEP 984 (remove_files) COMPLETE |
7337 | 2024-12-21T00:11:57.569Z | [ recovery-image] Dec 21 00:11:57.509 INFO O| Dec 21 00:11:57.509 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7338 | 2024-12-21T00:11:57.610Z | [ recovery-image] Dec 21 00:11:57.550 INFO O| Dec 21 00:11:57.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7339 | 2024-12-21T00:11:57.612Z | [ recovery-image] Dec 21 00:11:57.550 INFO O| Dec 21 00:11:57.550 INFO STEP 985 (remove_files) COMPLETE |
7340 | 2024-12-21T00:11:57.612Z | [ recovery-image] Dec 21 00:11:57.550 INFO O| Dec 21 00:11:57.550 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7341 | 2024-12-21T00:11:57.640Z | [ recovery-image] Dec 21 00:11:57.571 INFO O| Dec 21 00:11:57.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7342 | 2024-12-21T00:11:57.640Z | [ recovery-image] Dec 21 00:11:57.571 INFO O| Dec 21 00:11:57.571 INFO STEP 986 (remove_files) COMPLETE |
7343 | 2024-12-21T00:11:57.640Z | [ recovery-image] Dec 21 00:11:57.571 INFO O| Dec 21 00:11:57.571 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7344 | 2024-12-21T00:11:57.652Z | [ recovery-image] Dec 21 00:11:57.592 INFO O| Dec 21 00:11:57.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7345 | 2024-12-21T00:11:57.655Z | [ recovery-image] Dec 21 00:11:57.592 INFO O| Dec 21 00:11:57.592 INFO STEP 987 (remove_files) COMPLETE |
7346 | 2024-12-21T00:11:57.655Z | [ recovery-image] Dec 21 00:11:57.592 INFO O| Dec 21 00:11:57.592 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7347 | 2024-12-21T00:11:57.674Z | [ recovery-image] Dec 21 00:11:57.614 INFO O| Dec 21 00:11:57.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7348 | 2024-12-21T00:11:57.676Z | [ recovery-image] Dec 21 00:11:57.614 INFO O| Dec 21 00:11:57.614 INFO STEP 988 (remove_files) COMPLETE |
7349 | 2024-12-21T00:11:57.676Z | [ recovery-image] Dec 21 00:11:57.614 INFO O| Dec 21 00:11:57.614 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7350 | 2024-12-21T00:11:57.706Z | [ recovery-image] Dec 21 00:11:57.634 INFO O| Dec 21 00:11:57.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7351 | 2024-12-21T00:11:57.709Z | [ recovery-image] Dec 21 00:11:57.634 INFO O| Dec 21 00:11:57.634 INFO STEP 989 (remove_files) COMPLETE |
7352 | 2024-12-21T00:11:57.709Z | [ recovery-image] Dec 21 00:11:57.634 INFO O| Dec 21 00:11:57.634 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7353 | 2024-12-21T00:11:57.718Z | [ recovery-image] Dec 21 00:11:57.659 INFO O| Dec 21 00:11:57.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7354 | 2024-12-21T00:11:57.718Z | [ recovery-image] Dec 21 00:11:57.659 INFO O| Dec 21 00:11:57.659 INFO STEP 990 (remove_files) COMPLETE |
7355 | 2024-12-21T00:11:57.721Z | [ recovery-image] Dec 21 00:11:57.659 INFO O| Dec 21 00:11:57.659 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7356 | 2024-12-21T00:11:57.828Z | [ recovery-image] Dec 21 00:11:57.768 INFO O| Dec 21 00:11:57.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7357 | 2024-12-21T00:11:57.828Z | [ recovery-image] Dec 21 00:11:57.768 INFO O| Dec 21 00:11:57.762 INFO STEP 991 (remove_files) COMPLETE |
7358 | 2024-12-21T00:11:57.830Z | [ recovery-image] Dec 21 00:11:57.768 INFO O| Dec 21 00:11:57.762 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7359 | 2024-12-21T00:11:57.847Z | [ recovery-image] Dec 21 00:11:57.787 INFO O| Dec 21 00:11:57.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7360 | 2024-12-21T00:11:57.850Z | [ recovery-image] Dec 21 00:11:57.788 INFO O| Dec 21 00:11:57.787 INFO STEP 992 (remove_files) COMPLETE |
7361 | 2024-12-21T00:11:57.850Z | [ recovery-image] Dec 21 00:11:57.788 INFO O| Dec 21 00:11:57.788 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7362 | 2024-12-21T00:11:57.884Z | [ recovery-image] Dec 21 00:11:57.824 INFO O| Dec 21 00:11:57.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7363 | 2024-12-21T00:11:57.887Z | [ recovery-image] Dec 21 00:11:57.824 INFO O| Dec 21 00:11:57.824 INFO STEP 993 (remove_files) COMPLETE |
7364 | 2024-12-21T00:11:57.887Z | [ recovery-image] Dec 21 00:11:57.825 INFO O| Dec 21 00:11:57.825 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7365 | 2024-12-21T00:11:57.918Z | [ recovery-image] Dec 21 00:11:57.857 INFO O| Dec 21 00:11:57.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7366 | 2024-12-21T00:11:57.921Z | [ recovery-image] Dec 21 00:11:57.857 INFO O| Dec 21 00:11:57.857 INFO STEP 994 (remove_files) COMPLETE |
7367 | 2024-12-21T00:11:57.921Z | [ recovery-image] Dec 21 00:11:57.857 INFO O| Dec 21 00:11:57.857 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7368 | 2024-12-21T00:11:57.940Z | [ recovery-image] Dec 21 00:11:57.880 INFO O| Dec 21 00:11:57.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7369 | 2024-12-21T00:11:57.943Z | [ recovery-image] Dec 21 00:11:57.880 INFO O| Dec 21 00:11:57.880 INFO STEP 995 (remove_files) COMPLETE |
7370 | 2024-12-21T00:11:57.943Z | [ recovery-image] Dec 21 00:11:57.881 INFO O| Dec 21 00:11:57.881 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7371 | 2024-12-21T00:11:57.976Z | [ recovery-image] Dec 21 00:11:57.916 INFO O| Dec 21 00:11:57.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7372 | 2024-12-21T00:11:57.979Z | [ recovery-image] Dec 21 00:11:57.916 INFO O| Dec 21 00:11:57.916 INFO STEP 996 (remove_files) COMPLETE |
7373 | 2024-12-21T00:11:57.979Z | [ recovery-image] Dec 21 00:11:57.916 INFO O| Dec 21 00:11:57.916 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7374 | 2024-12-21T00:11:57.998Z | [ recovery-image] Dec 21 00:11:57.938 INFO O| Dec 21 00:11:57.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7375 | 2024-12-21T00:11:57.998Z | [ recovery-image] Dec 21 00:11:57.938 INFO O| Dec 21 00:11:57.938 INFO STEP 997 (remove_files) COMPLETE |
7376 | 2024-12-21T00:11:58.001Z | [ recovery-image] Dec 21 00:11:57.939 INFO O| Dec 21 00:11:57.938 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7377 | 2024-12-21T00:11:58.035Z | [ recovery-image] Dec 21 00:11:57.974 INFO O| Dec 21 00:11:57.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7378 | 2024-12-21T00:11:58.035Z | [ recovery-image] Dec 21 00:11:57.974 INFO O| Dec 21 00:11:57.974 INFO STEP 998 (remove_files) COMPLETE |
7379 | 2024-12-21T00:11:58.035Z | [ recovery-image] Dec 21 00:11:57.974 INFO O| Dec 21 00:11:57.974 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7380 | 2024-12-21T00:11:58.055Z | [ recovery-image] Dec 21 00:11:57.995 INFO O| Dec 21 00:11:57.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7381 | 2024-12-21T00:11:58.056Z | [ recovery-image] Dec 21 00:11:57.995 INFO O| Dec 21 00:11:57.995 INFO STEP 999 (remove_files) COMPLETE |
7382 | 2024-12-21T00:11:58.056Z | [ recovery-image] Dec 21 00:11:57.995 INFO O| Dec 21 00:11:57.995 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7383 | 2024-12-21T00:11:58.090Z | [ recovery-image] Dec 21 00:11:58.029 INFO O| Dec 21 00:11:58.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7384 | 2024-12-21T00:11:58.090Z | [ recovery-image] Dec 21 00:11:58.029 INFO O| Dec 21 00:11:58.029 INFO STEP 1000 (remove_files) COMPLETE |
7385 | 2024-12-21T00:11:58.090Z | [ recovery-image] Dec 21 00:11:58.030 INFO O| Dec 21 00:11:58.029 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7386 | 2024-12-21T00:11:58.112Z | [ recovery-image] Dec 21 00:11:58.051 INFO O| Dec 21 00:11:58.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7387 | 2024-12-21T00:11:58.112Z | [ recovery-image] Dec 21 00:11:58.051 INFO O| Dec 21 00:11:58.051 INFO STEP 1001 (remove_files) COMPLETE |
7388 | 2024-12-21T00:11:58.112Z | [ recovery-image] Dec 21 00:11:58.051 INFO O| Dec 21 00:11:58.051 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7389 | 2024-12-21T00:11:58.131Z | [ recovery-image] Dec 21 00:11:58.071 INFO O| Dec 21 00:11:58.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7390 | 2024-12-21T00:11:58.131Z | [ recovery-image] Dec 21 00:11:58.071 INFO O| Dec 21 00:11:58.071 INFO STEP 1002 (remove_files) COMPLETE |
7391 | 2024-12-21T00:11:58.132Z | [ recovery-image] Dec 21 00:11:58.071 INFO O| Dec 21 00:11:58.071 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7392 | 2024-12-21T00:11:58.151Z | [ recovery-image] Dec 21 00:11:58.090 INFO O| Dec 21 00:11:58.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7393 | 2024-12-21T00:11:58.151Z | [ recovery-image] Dec 21 00:11:58.091 INFO O| Dec 21 00:11:58.091 INFO STEP 1003 (remove_files) COMPLETE |
7394 | 2024-12-21T00:11:58.151Z | [ recovery-image] Dec 21 00:11:58.091 INFO O| Dec 21 00:11:58.091 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7395 | 2024-12-21T00:11:58.170Z | [ recovery-image] Dec 21 00:11:58.111 INFO O| Dec 21 00:11:58.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7396 | 2024-12-21T00:11:58.171Z | [ recovery-image] Dec 21 00:11:58.111 INFO O| Dec 21 00:11:58.111 INFO STEP 1004 (remove_files) COMPLETE |
7397 | 2024-12-21T00:11:58.171Z | [ recovery-image] Dec 21 00:11:58.111 INFO O| Dec 21 00:11:58.111 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7398 | 2024-12-21T00:11:58.192Z | [ recovery-image] Dec 21 00:11:58.132 INFO O| Dec 21 00:11:58.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7399 | 2024-12-21T00:11:58.192Z | [ recovery-image] Dec 21 00:11:58.132 INFO O| Dec 21 00:11:58.132 INFO STEP 1005 (remove_files) COMPLETE |
7400 | 2024-12-21T00:11:58.192Z | [ recovery-image] Dec 21 00:11:58.132 INFO O| Dec 21 00:11:58.132 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7401 | 2024-12-21T00:11:58.215Z | [ recovery-image] Dec 21 00:11:58.155 INFO O| Dec 21 00:11:58.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7402 | 2024-12-21T00:11:58.215Z | [ recovery-image] Dec 21 00:11:58.155 INFO O| Dec 21 00:11:58.155 INFO STEP 1006 (remove_files) COMPLETE |
7403 | 2024-12-21T00:11:58.218Z | [ recovery-image] Dec 21 00:11:58.155 INFO O| Dec 21 00:11:58.155 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7404 | 2024-12-21T00:11:58.243Z | [ recovery-image] Dec 21 00:11:58.183 INFO O| Dec 21 00:11:58.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7405 | 2024-12-21T00:11:58.243Z | [ recovery-image] Dec 21 00:11:58.183 INFO O| Dec 21 00:11:58.183 INFO STEP 1007 (remove_files) COMPLETE |
7406 | 2024-12-21T00:11:58.243Z | [ recovery-image] Dec 21 00:11:58.183 INFO O| Dec 21 00:11:58.183 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7407 | 2024-12-21T00:11:58.284Z | [ recovery-image] Dec 21 00:11:58.224 INFO O| Dec 21 00:11:58.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7408 | 2024-12-21T00:11:58.284Z | [ recovery-image] Dec 21 00:11:58.224 INFO O| Dec 21 00:11:58.224 INFO STEP 1008 (remove_files) COMPLETE |
7409 | 2024-12-21T00:11:58.284Z | [ recovery-image] Dec 21 00:11:58.224 INFO O| Dec 21 00:11:58.224 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7410 | 2024-12-21T00:11:58.319Z | [ recovery-image] Dec 21 00:11:58.259 INFO O| Dec 21 00:11:58.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7411 | 2024-12-21T00:11:58.319Z | [ recovery-image] Dec 21 00:11:58.260 INFO O| Dec 21 00:11:58.259 INFO STEP 1009 (remove_files) COMPLETE |
7412 | 2024-12-21T00:11:58.319Z | [ recovery-image] Dec 21 00:11:58.260 INFO O| Dec 21 00:11:58.260 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7413 | 2024-12-21T00:11:58.345Z | [ recovery-image] Dec 21 00:11:58.285 INFO O| Dec 21 00:11:58.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7414 | 2024-12-21T00:11:58.345Z | [ recovery-image] Dec 21 00:11:58.286 INFO O| Dec 21 00:11:58.286 INFO STEP 1010 (remove_files) COMPLETE |
7415 | 2024-12-21T00:11:58.345Z | [ recovery-image] Dec 21 00:11:58.286 INFO O| Dec 21 00:11:58.286 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7416 | 2024-12-21T00:11:58.372Z | [ recovery-image] Dec 21 00:11:58.311 INFO O| Dec 21 00:11:58.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7417 | 2024-12-21T00:11:58.372Z | [ recovery-image] Dec 21 00:11:58.311 INFO O| Dec 21 00:11:58.311 INFO STEP 1011 (remove_files) COMPLETE |
7418 | 2024-12-21T00:11:58.372Z | [ recovery-image] Dec 21 00:11:58.311 INFO O| Dec 21 00:11:58.311 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7419 | 2024-12-21T00:11:58.396Z | [ recovery-image] Dec 21 00:11:58.335 INFO O| Dec 21 00:11:58.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7420 | 2024-12-21T00:11:58.396Z | [ recovery-image] Dec 21 00:11:58.336 INFO O| Dec 21 00:11:58.336 INFO STEP 1012 (remove_files) COMPLETE |
7421 | 2024-12-21T00:11:58.396Z | [ recovery-image] Dec 21 00:11:58.336 INFO O| Dec 21 00:11:58.336 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7422 | 2024-12-21T00:11:58.440Z | [ recovery-image] Dec 21 00:11:58.380 INFO O| Dec 21 00:11:58.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7423 | 2024-12-21T00:11:58.440Z | [ recovery-image] Dec 21 00:11:58.380 INFO O| Dec 21 00:11:58.380 INFO STEP 1013 (remove_files) COMPLETE |
7424 | 2024-12-21T00:11:58.440Z | [ recovery-image] Dec 21 00:11:58.380 INFO O| Dec 21 00:11:58.380 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7425 | 2024-12-21T00:11:58.462Z | [ recovery-image] Dec 21 00:11:58.402 INFO O| Dec 21 00:11:58.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7426 | 2024-12-21T00:11:58.462Z | [ recovery-image] Dec 21 00:11:58.402 INFO O| Dec 21 00:11:58.402 INFO STEP 1014 (remove_files) COMPLETE |
7427 | 2024-12-21T00:11:58.462Z | [ recovery-image] Dec 21 00:11:58.402 INFO O| Dec 21 00:11:58.402 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7428 | 2024-12-21T00:11:58.486Z | [ recovery-image] Dec 21 00:11:58.423 INFO O| Dec 21 00:11:58.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7429 | 2024-12-21T00:11:58.486Z | [ recovery-image] Dec 21 00:11:58.423 INFO O| Dec 21 00:11:58.423 INFO STEP 1015 (remove_files) COMPLETE |
7430 | 2024-12-21T00:11:58.489Z | [ recovery-image] Dec 21 00:11:58.423 INFO O| Dec 21 00:11:58.423 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7431 | 2024-12-21T00:11:58.507Z | [ recovery-image] Dec 21 00:11:58.446 INFO O| Dec 21 00:11:58.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7432 | 2024-12-21T00:11:58.507Z | [ recovery-image] Dec 21 00:11:58.446 INFO O| Dec 21 00:11:58.446 INFO STEP 1016 (remove_files) COMPLETE |
7433 | 2024-12-21T00:11:58.507Z | [ recovery-image] Dec 21 00:11:58.446 INFO O| Dec 21 00:11:58.446 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7434 | 2024-12-21T00:11:58.566Z | [ recovery-image] Dec 21 00:11:58.507 INFO O| Dec 21 00:11:58.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7435 | 2024-12-21T00:11:58.569Z | [ recovery-image] Dec 21 00:11:58.507 INFO O| Dec 21 00:11:58.507 INFO STEP 1017 (remove_files) COMPLETE |
7436 | 2024-12-21T00:11:58.569Z | [ recovery-image] Dec 21 00:11:58.507 INFO O| Dec 21 00:11:58.507 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7437 | 2024-12-21T00:11:58.591Z | [ recovery-image] Dec 21 00:11:58.531 INFO O| Dec 21 00:11:58.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7438 | 2024-12-21T00:11:58.594Z | [ recovery-image] Dec 21 00:11:58.531 INFO O| Dec 21 00:11:58.531 INFO STEP 1018 (remove_files) COMPLETE |
7439 | 2024-12-21T00:11:58.594Z | [ recovery-image] Dec 21 00:11:58.531 INFO O| Dec 21 00:11:58.531 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7440 | 2024-12-21T00:11:58.613Z | [ recovery-image] Dec 21 00:11:58.553 INFO O| Dec 21 00:11:58.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7441 | 2024-12-21T00:11:58.615Z | [ recovery-image] Dec 21 00:11:58.553 INFO O| Dec 21 00:11:58.553 INFO STEP 1019 (remove_files) COMPLETE |
7442 | 2024-12-21T00:11:58.615Z | [ recovery-image] Dec 21 00:11:58.553 INFO O| Dec 21 00:11:58.553 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7443 | 2024-12-21T00:11:58.673Z | [ recovery-image] Dec 21 00:11:58.614 INFO O| Dec 21 00:11:58.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7444 | 2024-12-21T00:11:58.676Z | [ recovery-image] Dec 21 00:11:58.614 INFO O| Dec 21 00:11:58.614 INFO STEP 1020 (remove_files) COMPLETE |
7445 | 2024-12-21T00:11:58.677Z | [ recovery-image] Dec 21 00:11:58.614 INFO O| Dec 21 00:11:58.614 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7446 | 2024-12-21T00:11:58.698Z | [ recovery-image] Dec 21 00:11:58.638 INFO O| Dec 21 00:11:58.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7447 | 2024-12-21T00:11:58.698Z | [ recovery-image] Dec 21 00:11:58.638 INFO O| Dec 21 00:11:58.638 INFO STEP 1021 (remove_files) COMPLETE |
7448 | 2024-12-21T00:11:58.698Z | [ recovery-image] Dec 21 00:11:58.638 INFO O| Dec 21 00:11:58.638 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7449 | 2024-12-21T00:11:58.731Z | [ recovery-image] Dec 21 00:11:58.671 INFO O| Dec 21 00:11:58.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7450 | 2024-12-21T00:11:58.731Z | [ recovery-image] Dec 21 00:11:58.671 INFO O| Dec 21 00:11:58.671 INFO STEP 1022 (remove_files) COMPLETE |
7451 | 2024-12-21T00:11:58.731Z | [ recovery-image] Dec 21 00:11:58.671 INFO O| Dec 21 00:11:58.671 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7452 | 2024-12-21T00:11:58.789Z | [ recovery-image] Dec 21 00:11:58.729 INFO O| Dec 21 00:11:58.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7453 | 2024-12-21T00:11:58.789Z | [ recovery-image] Dec 21 00:11:58.729 INFO O| Dec 21 00:11:58.729 INFO STEP 1023 (remove_files) COMPLETE |
7454 | 2024-12-21T00:11:58.789Z | [ recovery-image] Dec 21 00:11:58.729 INFO O| Dec 21 00:11:58.729 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7455 | 2024-12-21T00:11:58.814Z | [ recovery-image] Dec 21 00:11:58.754 INFO O| Dec 21 00:11:58.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7456 | 2024-12-21T00:11:58.814Z | [ recovery-image] Dec 21 00:11:58.754 INFO O| Dec 21 00:11:58.754 INFO STEP 1024 (remove_files) COMPLETE |
7457 | 2024-12-21T00:11:58.814Z | [ recovery-image] Dec 21 00:11:58.754 INFO O| Dec 21 00:11:58.754 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7458 | 2024-12-21T00:11:58.845Z | [ recovery-image] Dec 21 00:11:58.785 INFO O| Dec 21 00:11:58.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7459 | 2024-12-21T00:11:58.848Z | [ recovery-image] Dec 21 00:11:58.785 INFO O| Dec 21 00:11:58.785 INFO STEP 1025 (remove_files) COMPLETE |
7460 | 2024-12-21T00:11:58.848Z | [ recovery-image] Dec 21 00:11:58.785 INFO O| Dec 21 00:11:58.785 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7461 | 2024-12-21T00:11:58.884Z | [ recovery-image] Dec 21 00:11:58.824 INFO O| Dec 21 00:11:58.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7462 | 2024-12-21T00:11:58.887Z | [ recovery-image] Dec 21 00:11:58.824 INFO O| Dec 21 00:11:58.824 INFO STEP 1026 (remove_files) COMPLETE |
7463 | 2024-12-21T00:11:58.887Z | [ recovery-image] Dec 21 00:11:58.825 INFO O| Dec 21 00:11:58.824 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7464 | 2024-12-21T00:11:58.908Z | [ recovery-image] Dec 21 00:11:58.849 INFO O| Dec 21 00:11:58.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7465 | 2024-12-21T00:11:58.911Z | [ recovery-image] Dec 21 00:11:58.849 INFO O| Dec 21 00:11:58.849 INFO STEP 1027 (remove_files) COMPLETE |
7466 | 2024-12-21T00:11:58.911Z | [ recovery-image] Dec 21 00:11:58.849 INFO O| Dec 21 00:11:58.849 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7467 | 2024-12-21T00:11:58.933Z | [ recovery-image] Dec 21 00:11:58.872 INFO O| Dec 21 00:11:58.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7468 | 2024-12-21T00:11:58.933Z | [ recovery-image] Dec 21 00:11:58.872 INFO O| Dec 21 00:11:58.872 INFO STEP 1028 (remove_files) COMPLETE |
7469 | 2024-12-21T00:11:58.933Z | [ recovery-image] Dec 21 00:11:58.872 INFO O| Dec 21 00:11:58.872 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7470 | 2024-12-21T00:11:58.959Z | [ recovery-image] Dec 21 00:11:58.898 INFO O| Dec 21 00:11:58.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7471 | 2024-12-21T00:11:58.959Z | [ recovery-image] Dec 21 00:11:58.898 INFO O| Dec 21 00:11:58.898 INFO STEP 1029 (remove_files) COMPLETE |
7472 | 2024-12-21T00:11:58.959Z | [ recovery-image] Dec 21 00:11:58.898 INFO O| Dec 21 00:11:58.898 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7473 | 2024-12-21T00:11:58.982Z | [ recovery-image] Dec 21 00:11:58.922 INFO O| Dec 21 00:11:58.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7474 | 2024-12-21T00:11:58.982Z | [ recovery-image] Dec 21 00:11:58.922 INFO O| Dec 21 00:11:58.922 INFO STEP 1030 (remove_files) COMPLETE |
7475 | 2024-12-21T00:11:58.982Z | [ recovery-image] Dec 21 00:11:58.922 INFO O| Dec 21 00:11:58.922 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7476 | 2024-12-21T00:11:59.014Z | [ recovery-image] Dec 21 00:11:58.954 INFO O| Dec 21 00:11:58.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7477 | 2024-12-21T00:11:59.021Z | [ recovery-image] Dec 21 00:11:58.954 INFO O| Dec 21 00:11:58.954 INFO STEP 1031 (remove_files) COMPLETE |
7478 | 2024-12-21T00:11:59.021Z | [ recovery-image] Dec 21 00:11:58.954 INFO O| Dec 21 00:11:58.954 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7479 | 2024-12-21T00:11:59.042Z | [ recovery-image] Dec 21 00:11:58.982 INFO O| Dec 21 00:11:58.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7480 | 2024-12-21T00:11:59.045Z | [ recovery-image] Dec 21 00:11:58.982 INFO O| Dec 21 00:11:58.982 INFO STEP 1032 (remove_files) COMPLETE |
7481 | 2024-12-21T00:11:59.045Z | [ recovery-image] Dec 21 00:11:58.983 INFO O| Dec 21 00:11:58.982 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7482 | 2024-12-21T00:11:59.065Z | [ recovery-image] Dec 21 00:11:59.006 INFO O| Dec 21 00:11:59.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7483 | 2024-12-21T00:11:59.068Z | [ recovery-image] Dec 21 00:11:59.006 INFO O| Dec 21 00:11:59.006 INFO STEP 1033 (remove_files) COMPLETE |
7484 | 2024-12-21T00:11:59.068Z | [ recovery-image] Dec 21 00:11:59.006 INFO O| Dec 21 00:11:59.006 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7485 | 2024-12-21T00:11:59.087Z | [ recovery-image] Dec 21 00:11:59.026 INFO O| Dec 21 00:11:59.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7486 | 2024-12-21T00:11:59.089Z | [ recovery-image] Dec 21 00:11:59.026 INFO O| Dec 21 00:11:59.026 INFO STEP 1034 (remove_files) COMPLETE |
7487 | 2024-12-21T00:11:59.089Z | [ recovery-image] Dec 21 00:11:59.027 INFO O| Dec 21 00:11:59.026 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7488 | 2024-12-21T00:11:59.106Z | [ recovery-image] Dec 21 00:11:59.047 INFO O| Dec 21 00:11:59.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7489 | 2024-12-21T00:11:59.106Z | [ recovery-image] Dec 21 00:11:59.047 INFO O| Dec 21 00:11:59.047 INFO STEP 1035 (remove_files) COMPLETE |
7490 | 2024-12-21T00:11:59.106Z | [ recovery-image] Dec 21 00:11:59.047 INFO O| Dec 21 00:11:59.047 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7491 | 2024-12-21T00:11:59.128Z | [ recovery-image] Dec 21 00:11:59.068 INFO O| Dec 21 00:11:59.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7492 | 2024-12-21T00:11:59.128Z | [ recovery-image] Dec 21 00:11:59.068 INFO O| Dec 21 00:11:59.068 INFO STEP 1036 (remove_files) COMPLETE |
7493 | 2024-12-21T00:11:59.128Z | [ recovery-image] Dec 21 00:11:59.068 INFO O| Dec 21 00:11:59.068 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7494 | 2024-12-21T00:11:59.150Z | [ recovery-image] Dec 21 00:11:59.090 INFO O| Dec 21 00:11:59.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7495 | 2024-12-21T00:11:59.150Z | [ recovery-image] Dec 21 00:11:59.090 INFO O| Dec 21 00:11:59.090 INFO STEP 1037 (remove_files) COMPLETE |
7496 | 2024-12-21T00:11:59.150Z | [ recovery-image] Dec 21 00:11:59.090 INFO O| Dec 21 00:11:59.090 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7497 | 2024-12-21T00:11:59.172Z | [ recovery-image] Dec 21 00:11:59.111 INFO O| Dec 21 00:11:59.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7498 | 2024-12-21T00:11:59.172Z | [ recovery-image] Dec 21 00:11:59.111 INFO O| Dec 21 00:11:59.111 INFO STEP 1038 (remove_files) COMPLETE |
7499 | 2024-12-21T00:11:59.172Z | [ recovery-image] Dec 21 00:11:59.111 INFO O| Dec 21 00:11:59.111 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7500 | 2024-12-21T00:11:59.193Z | [ recovery-image] Dec 21 00:11:59.133 INFO O| Dec 21 00:11:59.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7501 | 2024-12-21T00:11:59.193Z | [ recovery-image] Dec 21 00:11:59.134 INFO O| Dec 21 00:11:59.134 INFO STEP 1039 (remove_files) COMPLETE |
7502 | 2024-12-21T00:11:59.193Z | [ recovery-image] Dec 21 00:11:59.134 INFO O| Dec 21 00:11:59.134 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7503 | 2024-12-21T00:11:59.215Z | [ recovery-image] Dec 21 00:11:59.155 INFO O| Dec 21 00:11:59.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7504 | 2024-12-21T00:11:59.215Z | [ recovery-image] Dec 21 00:11:59.155 INFO O| Dec 21 00:11:59.155 INFO STEP 1040 (remove_files) COMPLETE |
7505 | 2024-12-21T00:11:59.215Z | [ recovery-image] Dec 21 00:11:59.155 INFO O| Dec 21 00:11:59.155 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7506 | 2024-12-21T00:11:59.239Z | [ recovery-image] Dec 21 00:11:59.179 INFO O| Dec 21 00:11:59.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7507 | 2024-12-21T00:11:59.239Z | [ recovery-image] Dec 21 00:11:59.179 INFO O| Dec 21 00:11:59.179 INFO STEP 1041 (remove_files) COMPLETE |
7508 | 2024-12-21T00:11:59.239Z | [ recovery-image] Dec 21 00:11:59.179 INFO O| Dec 21 00:11:59.179 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7509 | 2024-12-21T00:11:59.275Z | [ recovery-image] Dec 21 00:11:59.216 INFO O| Dec 21 00:11:59.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7510 | 2024-12-21T00:11:59.275Z | [ recovery-image] Dec 21 00:11:59.216 INFO O| Dec 21 00:11:59.216 INFO STEP 1042 (remove_files) COMPLETE |
7511 | 2024-12-21T00:11:59.278Z | [ recovery-image] Dec 21 00:11:59.216 INFO O| Dec 21 00:11:59.216 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7512 | 2024-12-21T00:11:59.357Z | [ recovery-image] Dec 21 00:11:59.298 INFO O| Dec 21 00:11:59.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7513 | 2024-12-21T00:11:59.358Z | [ recovery-image] Dec 21 00:11:59.298 INFO O| Dec 21 00:11:59.298 INFO STEP 1043 (remove_files) COMPLETE |
7514 | 2024-12-21T00:11:59.358Z | [ recovery-image] Dec 21 00:11:59.298 INFO O| Dec 21 00:11:59.298 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7515 | 2024-12-21T00:11:59.380Z | [ recovery-image] Dec 21 00:11:59.320 INFO O| Dec 21 00:11:59.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7516 | 2024-12-21T00:11:59.383Z | [ recovery-image] Dec 21 00:11:59.320 INFO O| Dec 21 00:11:59.320 INFO STEP 1044 (remove_files) COMPLETE |
7517 | 2024-12-21T00:11:59.383Z | [ recovery-image] Dec 21 00:11:59.321 INFO O| Dec 21 00:11:59.320 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7518 | 2024-12-21T00:11:59.416Z | [ recovery-image] Dec 21 00:11:59.355 INFO O| Dec 21 00:11:59.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7519 | 2024-12-21T00:11:59.416Z | [ recovery-image] Dec 21 00:11:59.355 INFO O| Dec 21 00:11:59.355 INFO STEP 1045 (remove_files) COMPLETE |
7520 | 2024-12-21T00:11:59.416Z | [ recovery-image] Dec 21 00:11:59.355 INFO O| Dec 21 00:11:59.355 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7521 | 2024-12-21T00:11:59.437Z | [ recovery-image] Dec 21 00:11:59.377 INFO O| Dec 21 00:11:59.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7522 | 2024-12-21T00:11:59.437Z | [ recovery-image] Dec 21 00:11:59.377 INFO O| Dec 21 00:11:59.377 INFO STEP 1046 (remove_files) COMPLETE |
7523 | 2024-12-21T00:11:59.437Z | [ recovery-image] Dec 21 00:11:59.377 INFO O| Dec 21 00:11:59.377 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7524 | 2024-12-21T00:11:59.465Z | [ recovery-image] Dec 21 00:11:59.404 INFO O| Dec 21 00:11:59.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7525 | 2024-12-21T00:11:59.465Z | [ recovery-image] Dec 21 00:11:59.404 INFO O| Dec 21 00:11:59.404 INFO STEP 1047 (remove_files) COMPLETE |
7526 | 2024-12-21T00:11:59.465Z | [ recovery-image] Dec 21 00:11:59.404 INFO O| Dec 21 00:11:59.404 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7527 | 2024-12-21T00:11:59.497Z | [ recovery-image] Dec 21 00:11:59.437 INFO O| Dec 21 00:11:59.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7528 | 2024-12-21T00:11:59.497Z | [ recovery-image] Dec 21 00:11:59.437 INFO O| Dec 21 00:11:59.437 INFO STEP 1048 (remove_files) COMPLETE |
7529 | 2024-12-21T00:11:59.497Z | [ recovery-image] Dec 21 00:11:59.437 INFO O| Dec 21 00:11:59.437 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7530 | 2024-12-21T00:11:59.519Z | [ recovery-image] Dec 21 00:11:59.458 INFO O| Dec 21 00:11:59.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7531 | 2024-12-21T00:11:59.519Z | [ recovery-image] Dec 21 00:11:59.458 INFO O| Dec 21 00:11:59.458 INFO STEP 1049 (remove_files) COMPLETE |
7532 | 2024-12-21T00:11:59.519Z | [ recovery-image] Dec 21 00:11:59.458 INFO O| Dec 21 00:11:59.458 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7533 | 2024-12-21T00:11:59.541Z | [ recovery-image] Dec 21 00:11:59.480 INFO O| Dec 21 00:11:59.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7534 | 2024-12-21T00:11:59.541Z | [ recovery-image] Dec 21 00:11:59.480 INFO O| Dec 21 00:11:59.480 INFO STEP 1050 (remove_files) COMPLETE |
7535 | 2024-12-21T00:11:59.541Z | [ recovery-image] Dec 21 00:11:59.480 INFO O| Dec 21 00:11:59.480 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7536 | 2024-12-21T00:11:59.578Z | [ recovery-image] Dec 21 00:11:59.519 INFO O| Dec 21 00:11:59.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7537 | 2024-12-21T00:11:59.578Z | [ recovery-image] Dec 21 00:11:59.519 INFO O| Dec 21 00:11:59.519 INFO STEP 1051 (remove_files) COMPLETE |
7538 | 2024-12-21T00:11:59.578Z | [ recovery-image] Dec 21 00:11:59.519 INFO O| Dec 21 00:11:59.519 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7539 | 2024-12-21T00:11:59.600Z | [ recovery-image] Dec 21 00:11:59.540 INFO O| Dec 21 00:11:59.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7540 | 2024-12-21T00:11:59.601Z | [ recovery-image] Dec 21 00:11:59.540 INFO O| Dec 21 00:11:59.540 INFO STEP 1052 (remove_files) COMPLETE |
7541 | 2024-12-21T00:11:59.601Z | [ recovery-image] Dec 21 00:11:59.540 INFO O| Dec 21 00:11:59.540 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7542 | 2024-12-21T00:11:59.676Z | [ recovery-image] Dec 21 00:11:59.616 INFO O| Dec 21 00:11:59.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7543 | 2024-12-21T00:11:59.676Z | [ recovery-image] Dec 21 00:11:59.616 INFO O| Dec 21 00:11:59.616 INFO STEP 1053 (remove_files) COMPLETE |
7544 | 2024-12-21T00:11:59.676Z | [ recovery-image] Dec 21 00:11:59.616 INFO O| Dec 21 00:11:59.616 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7545 | 2024-12-21T00:11:59.700Z | [ recovery-image] Dec 21 00:11:59.640 INFO O| Dec 21 00:11:59.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7546 | 2024-12-21T00:11:59.700Z | [ recovery-image] Dec 21 00:11:59.640 INFO O| Dec 21 00:11:59.640 INFO STEP 1054 (remove_files) COMPLETE |
7547 | 2024-12-21T00:11:59.703Z | [ recovery-image] Dec 21 00:11:59.640 INFO O| Dec 21 00:11:59.640 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7548 | 2024-12-21T00:11:59.725Z | [ recovery-image] Dec 21 00:11:59.664 INFO O| Dec 21 00:11:59.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7549 | 2024-12-21T00:11:59.725Z | [ recovery-image] Dec 21 00:11:59.665 INFO O| Dec 21 00:11:59.665 INFO STEP 1055 (remove_files) COMPLETE |
7550 | 2024-12-21T00:11:59.725Z | [ recovery-image] Dec 21 00:11:59.665 INFO O| Dec 21 00:11:59.665 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7551 | 2024-12-21T00:11:59.749Z | [ recovery-image] Dec 21 00:11:59.689 INFO O| Dec 21 00:11:59.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7552 | 2024-12-21T00:11:59.763Z | [ recovery-image] Dec 21 00:11:59.703 INFO O| Dec 21 00:11:59.703 INFO STEP 1056 (remove_files) COMPLETE |
7553 | 2024-12-21T00:11:59.763Z | [ recovery-image] Dec 21 00:11:59.703 INFO O| Dec 21 00:11:59.703 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7554 | 2024-12-21T00:11:59.803Z | [ recovery-image] Dec 21 00:11:59.743 INFO O| Dec 21 00:11:59.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7555 | 2024-12-21T00:11:59.803Z | [ recovery-image] Dec 21 00:11:59.743 INFO O| Dec 21 00:11:59.743 INFO STEP 1057 (remove_files) COMPLETE |
7556 | 2024-12-21T00:11:59.803Z | [ recovery-image] Dec 21 00:11:59.743 INFO O| Dec 21 00:11:59.743 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7557 | 2024-12-21T00:11:59.828Z | [ recovery-image] Dec 21 00:11:59.769 INFO O| Dec 21 00:11:59.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7558 | 2024-12-21T00:11:59.832Z | [ recovery-image] Dec 21 00:11:59.772 INFO O| Dec 21 00:11:59.772 INFO STEP 1058 (remove_files) COMPLETE |
7559 | 2024-12-21T00:11:59.832Z | [ recovery-image] Dec 21 00:11:59.772 INFO O| Dec 21 00:11:59.772 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7560 | 2024-12-21T00:11:59.857Z | [ recovery-image] Dec 21 00:11:59.798 INFO O| Dec 21 00:11:59.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7561 | 2024-12-21T00:11:59.857Z | [ recovery-image] Dec 21 00:11:59.798 INFO O| Dec 21 00:11:59.798 INFO STEP 1059 (remove_files) COMPLETE |
7562 | 2024-12-21T00:11:59.860Z | [ recovery-image] Dec 21 00:11:59.798 INFO O| Dec 21 00:11:59.798 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7563 | 2024-12-21T00:11:59.883Z | [ recovery-image] Dec 21 00:11:59.824 INFO O| Dec 21 00:11:59.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7564 | 2024-12-21T00:11:59.884Z | [ recovery-image] Dec 21 00:11:59.824 INFO O| Dec 21 00:11:59.824 INFO STEP 1060 (remove_files) COMPLETE |
7565 | 2024-12-21T00:11:59.884Z | [ recovery-image] Dec 21 00:11:59.824 INFO O| Dec 21 00:11:59.824 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7566 | 2024-12-21T00:11:59.913Z | [ recovery-image] Dec 21 00:11:59.852 INFO O| Dec 21 00:11:59.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7567 | 2024-12-21T00:11:59.913Z | [ recovery-image] Dec 21 00:11:59.852 INFO O| Dec 21 00:11:59.852 INFO STEP 1061 (remove_files) COMPLETE |
7568 | 2024-12-21T00:11:59.913Z | [ recovery-image] Dec 21 00:11:59.852 INFO O| Dec 21 00:11:59.852 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7569 | 2024-12-21T00:11:59.936Z | [ recovery-image] Dec 21 00:11:59.875 INFO O| Dec 21 00:11:59.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7570 | 2024-12-21T00:11:59.936Z | [ recovery-image] Dec 21 00:11:59.875 INFO O| Dec 21 00:11:59.875 INFO STEP 1062 (remove_files) COMPLETE |
7571 | 2024-12-21T00:11:59.936Z | [ recovery-image] Dec 21 00:11:59.875 INFO O| Dec 21 00:11:59.875 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7572 | 2024-12-21T00:12:00.007Z | [ recovery-image] Dec 21 00:11:59.947 INFO O| Dec 21 00:11:59.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7573 | 2024-12-21T00:12:00.007Z | [ recovery-image] Dec 21 00:11:59.947 INFO O| Dec 21 00:11:59.947 INFO STEP 1063 (remove_files) COMPLETE |
7574 | 2024-12-21T00:12:00.007Z | [ recovery-image] Dec 21 00:11:59.947 INFO O| Dec 21 00:11:59.947 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7575 | 2024-12-21T00:12:00.029Z | [ recovery-image] Dec 21 00:11:59.969 INFO O| Dec 21 00:11:59.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7576 | 2024-12-21T00:12:00.029Z | [ recovery-image] Dec 21 00:11:59.969 INFO O| Dec 21 00:11:59.969 INFO STEP 1064 (remove_files) COMPLETE |
7577 | 2024-12-21T00:12:00.029Z | [ recovery-image] Dec 21 00:11:59.969 INFO O| Dec 21 00:11:59.969 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7578 | 2024-12-21T00:12:00.069Z | [ recovery-image] Dec 21 00:12:00.009 INFO O| Dec 21 00:12:00.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7579 | 2024-12-21T00:12:00.069Z | [ recovery-image] Dec 21 00:12:00.009 INFO O| Dec 21 00:12:00.009 INFO STEP 1065 (remove_files) COMPLETE |
7580 | 2024-12-21T00:12:00.069Z | [ recovery-image] Dec 21 00:12:00.009 INFO O| Dec 21 00:12:00.009 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7581 | 2024-12-21T00:12:00.105Z | [ recovery-image] Dec 21 00:12:00.045 INFO O| Dec 21 00:12:00.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7582 | 2024-12-21T00:12:00.105Z | [ recovery-image] Dec 21 00:12:00.045 INFO O| Dec 21 00:12:00.045 INFO STEP 1066 (remove_files) COMPLETE |
7583 | 2024-12-21T00:12:00.105Z | [ recovery-image] Dec 21 00:12:00.045 INFO O| Dec 21 00:12:00.045 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7584 | 2024-12-21T00:12:00.128Z | [ recovery-image] Dec 21 00:12:00.068 INFO O| Dec 21 00:12:00.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7585 | 2024-12-21T00:12:00.128Z | [ recovery-image] Dec 21 00:12:00.068 INFO O| Dec 21 00:12:00.068 INFO STEP 1067 (remove_files) COMPLETE |
7586 | 2024-12-21T00:12:00.128Z | [ recovery-image] Dec 21 00:12:00.068 INFO O| Dec 21 00:12:00.068 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7587 | 2024-12-21T00:12:00.192Z | [ recovery-image] Dec 21 00:12:00.133 INFO O| Dec 21 00:12:00.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7588 | 2024-12-21T00:12:00.193Z | [ recovery-image] Dec 21 00:12:00.133 INFO O| Dec 21 00:12:00.133 INFO STEP 1068 (remove_files) COMPLETE |
7589 | 2024-12-21T00:12:00.193Z | [ recovery-image] Dec 21 00:12:00.133 INFO O| Dec 21 00:12:00.133 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7590 | 2024-12-21T00:12:00.214Z | [ recovery-image] Dec 21 00:12:00.155 INFO O| Dec 21 00:12:00.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7591 | 2024-12-21T00:12:00.214Z | [ recovery-image] Dec 21 00:12:00.155 INFO O| Dec 21 00:12:00.155 INFO STEP 1069 (remove_files) COMPLETE |
7592 | 2024-12-21T00:12:00.214Z | [ recovery-image] Dec 21 00:12:00.155 INFO O| Dec 21 00:12:00.155 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7593 | 2024-12-21T00:12:00.241Z | [ recovery-image] Dec 21 00:12:00.182 INFO O| Dec 21 00:12:00.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7594 | 2024-12-21T00:12:00.241Z | [ recovery-image] Dec 21 00:12:00.182 INFO O| Dec 21 00:12:00.182 INFO STEP 1070 (remove_files) COMPLETE |
7595 | 2024-12-21T00:12:00.245Z | [ recovery-image] Dec 21 00:12:00.182 INFO O| Dec 21 00:12:00.182 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7596 | 2024-12-21T00:12:00.278Z | [ recovery-image] Dec 21 00:12:00.219 INFO O| Dec 21 00:12:00.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7597 | 2024-12-21T00:12:00.278Z | [ recovery-image] Dec 21 00:12:00.219 INFO O| Dec 21 00:12:00.219 INFO STEP 1071 (remove_files) COMPLETE |
7598 | 2024-12-21T00:12:00.281Z | [ recovery-image] Dec 21 00:12:00.219 INFO O| Dec 21 00:12:00.219 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7599 | 2024-12-21T00:12:00.302Z | [ recovery-image] Dec 21 00:12:00.243 INFO O| Dec 21 00:12:00.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7600 | 2024-12-21T00:12:00.304Z | [ recovery-image] Dec 21 00:12:00.243 INFO O| Dec 21 00:12:00.243 INFO STEP 1072 (remove_files) COMPLETE |
7601 | 2024-12-21T00:12:00.304Z | [ recovery-image] Dec 21 00:12:00.243 INFO O| Dec 21 00:12:00.243 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7602 | 2024-12-21T00:12:00.327Z | [ recovery-image] Dec 21 00:12:00.267 INFO O| Dec 21 00:12:00.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7603 | 2024-12-21T00:12:00.330Z | [ recovery-image] Dec 21 00:12:00.268 INFO O| Dec 21 00:12:00.268 INFO STEP 1073 (remove_files) COMPLETE |
7604 | 2024-12-21T00:12:00.330Z | [ recovery-image] Dec 21 00:12:00.268 INFO O| Dec 21 00:12:00.268 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7605 | 2024-12-21T00:12:00.366Z | [ recovery-image] Dec 21 00:12:00.307 INFO O| Dec 21 00:12:00.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7606 | 2024-12-21T00:12:00.369Z | [ recovery-image] Dec 21 00:12:00.307 INFO O| Dec 21 00:12:00.307 INFO STEP 1074 (remove_files) COMPLETE |
7607 | 2024-12-21T00:12:00.369Z | [ recovery-image] Dec 21 00:12:00.307 INFO O| Dec 21 00:12:00.307 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7608 | 2024-12-21T00:12:00.439Z | [ recovery-image] Dec 21 00:12:00.379 INFO O| Dec 21 00:12:00.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7609 | 2024-12-21T00:12:00.439Z | [ recovery-image] Dec 21 00:12:00.379 INFO O| Dec 21 00:12:00.379 INFO STEP 1075 (remove_files) COMPLETE |
7610 | 2024-12-21T00:12:00.442Z | [ recovery-image] Dec 21 00:12:00.379 INFO O| Dec 21 00:12:00.379 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7611 | 2024-12-21T00:12:00.461Z | [ recovery-image] Dec 21 00:12:00.402 INFO O| Dec 21 00:12:00.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7612 | 2024-12-21T00:12:00.461Z | [ recovery-image] Dec 21 00:12:00.402 INFO O| Dec 21 00:12:00.402 INFO STEP 1076 (remove_files) COMPLETE |
7613 | 2024-12-21T00:12:00.461Z | [ recovery-image] Dec 21 00:12:00.402 INFO O| Dec 21 00:12:00.402 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7614 | 2024-12-21T00:12:00.484Z | [ recovery-image] Dec 21 00:12:00.425 INFO O| Dec 21 00:12:00.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7615 | 2024-12-21T00:12:00.484Z | [ recovery-image] Dec 21 00:12:00.425 INFO O| Dec 21 00:12:00.425 INFO STEP 1077 (remove_files) COMPLETE |
7616 | 2024-12-21T00:12:00.484Z | [ recovery-image] Dec 21 00:12:00.425 INFO O| Dec 21 00:12:00.425 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7617 | 2024-12-21T00:12:00.505Z | [ recovery-image] Dec 21 00:12:00.446 INFO O| Dec 21 00:12:00.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7618 | 2024-12-21T00:12:00.505Z | [ recovery-image] Dec 21 00:12:00.446 INFO O| Dec 21 00:12:00.446 INFO STEP 1078 (remove_files) COMPLETE |
7619 | 2024-12-21T00:12:00.505Z | [ recovery-image] Dec 21 00:12:00.446 INFO O| Dec 21 00:12:00.446 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7620 | 2024-12-21T00:12:00.530Z | [ recovery-image] Dec 21 00:12:00.470 INFO O| Dec 21 00:12:00.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7621 | 2024-12-21T00:12:00.530Z | [ recovery-image] Dec 21 00:12:00.471 INFO O| Dec 21 00:12:00.471 INFO STEP 1079 (remove_files) COMPLETE |
7622 | 2024-12-21T00:12:00.530Z | [ recovery-image] Dec 21 00:12:00.471 INFO O| Dec 21 00:12:00.471 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7623 | 2024-12-21T00:12:00.570Z | [ recovery-image] Dec 21 00:12:00.511 INFO O| Dec 21 00:12:00.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7624 | 2024-12-21T00:12:00.570Z | [ recovery-image] Dec 21 00:12:00.511 INFO O| Dec 21 00:12:00.511 INFO STEP 1080 (remove_files) COMPLETE |
7625 | 2024-12-21T00:12:00.570Z | [ recovery-image] Dec 21 00:12:00.511 INFO O| Dec 21 00:12:00.511 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7626 | 2024-12-21T00:12:00.596Z | [ recovery-image] Dec 21 00:12:00.536 INFO O| Dec 21 00:12:00.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7627 | 2024-12-21T00:12:00.596Z | [ recovery-image] Dec 21 00:12:00.536 INFO O| Dec 21 00:12:00.536 INFO STEP 1081 (remove_files) COMPLETE |
7628 | 2024-12-21T00:12:00.596Z | [ recovery-image] Dec 21 00:12:00.536 INFO O| Dec 21 00:12:00.536 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7629 | 2024-12-21T00:12:00.622Z | [ recovery-image] Dec 21 00:12:00.563 INFO O| Dec 21 00:12:00.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7630 | 2024-12-21T00:12:00.622Z | [ recovery-image] Dec 21 00:12:00.563 INFO O| Dec 21 00:12:00.563 INFO STEP 1082 (remove_files) COMPLETE |
7631 | 2024-12-21T00:12:00.622Z | [ recovery-image] Dec 21 00:12:00.563 INFO O| Dec 21 00:12:00.563 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7632 | 2024-12-21T00:12:00.647Z | [ recovery-image] Dec 21 00:12:00.588 INFO O| Dec 21 00:12:00.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7633 | 2024-12-21T00:12:00.647Z | [ recovery-image] Dec 21 00:12:00.588 INFO O| Dec 21 00:12:00.588 INFO STEP 1083 (remove_files) COMPLETE |
7634 | 2024-12-21T00:12:00.647Z | [ recovery-image] Dec 21 00:12:00.588 INFO O| Dec 21 00:12:00.588 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7635 | 2024-12-21T00:12:00.686Z | [ recovery-image] Dec 21 00:12:00.626 INFO O| Dec 21 00:12:00.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7636 | 2024-12-21T00:12:00.686Z | [ recovery-image] Dec 21 00:12:00.626 INFO O| Dec 21 00:12:00.626 INFO STEP 1084 (remove_files) COMPLETE |
7637 | 2024-12-21T00:12:00.686Z | [ recovery-image] Dec 21 00:12:00.626 INFO O| Dec 21 00:12:00.626 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7638 | 2024-12-21T00:12:00.706Z | [ recovery-image] Dec 21 00:12:00.646 INFO O| Dec 21 00:12:00.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7639 | 2024-12-21T00:12:00.706Z | [ recovery-image] Dec 21 00:12:00.646 INFO O| Dec 21 00:12:00.646 INFO STEP 1085 (remove_files) COMPLETE |
7640 | 2024-12-21T00:12:00.706Z | [ recovery-image] Dec 21 00:12:00.646 INFO O| Dec 21 00:12:00.646 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7641 | 2024-12-21T00:12:00.730Z | [ recovery-image] Dec 21 00:12:00.670 INFO O| Dec 21 00:12:00.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7642 | 2024-12-21T00:12:00.730Z | [ recovery-image] Dec 21 00:12:00.670 INFO O| Dec 21 00:12:00.670 INFO STEP 1086 (remove_files) COMPLETE |
7643 | 2024-12-21T00:12:00.730Z | [ recovery-image] Dec 21 00:12:00.670 INFO O| Dec 21 00:12:00.670 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7644 | 2024-12-21T00:12:00.753Z | [ recovery-image] Dec 21 00:12:00.694 INFO O| Dec 21 00:12:00.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7645 | 2024-12-21T00:12:00.753Z | [ recovery-image] Dec 21 00:12:00.694 INFO O| Dec 21 00:12:00.694 INFO STEP 1087 (remove_files) COMPLETE |
7646 | 2024-12-21T00:12:00.753Z | [ recovery-image] Dec 21 00:12:00.694 INFO O| Dec 21 00:12:00.694 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7647 | 2024-12-21T00:12:00.776Z | [ recovery-image] Dec 21 00:12:00.716 INFO O| Dec 21 00:12:00.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7648 | 2024-12-21T00:12:00.776Z | [ recovery-image] Dec 21 00:12:00.717 INFO O| Dec 21 00:12:00.717 INFO STEP 1088 (remove_files) COMPLETE |
7649 | 2024-12-21T00:12:00.779Z | [ recovery-image] Dec 21 00:12:00.717 INFO O| Dec 21 00:12:00.717 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7650 | 2024-12-21T00:12:00.797Z | [ recovery-image] Dec 21 00:12:00.738 INFO O| Dec 21 00:12:00.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7651 | 2024-12-21T00:12:00.797Z | [ recovery-image] Dec 21 00:12:00.738 INFO O| Dec 21 00:12:00.738 INFO STEP 1089 (remove_files) COMPLETE |
7652 | 2024-12-21T00:12:00.801Z | [ recovery-image] Dec 21 00:12:00.738 INFO O| Dec 21 00:12:00.738 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7653 | 2024-12-21T00:12:00.816Z | [ recovery-image] Dec 21 00:12:00.757 INFO O| Dec 21 00:12:00.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7654 | 2024-12-21T00:12:00.816Z | [ recovery-image] Dec 21 00:12:00.757 INFO O| Dec 21 00:12:00.757 INFO STEP 1090 (remove_files) COMPLETE |
7655 | 2024-12-21T00:12:00.816Z | [ recovery-image] Dec 21 00:12:00.757 INFO O| Dec 21 00:12:00.757 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7656 | 2024-12-21T00:12:00.836Z | [ recovery-image] Dec 21 00:12:00.776 INFO O| Dec 21 00:12:00.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7657 | 2024-12-21T00:12:00.836Z | [ recovery-image] Dec 21 00:12:00.776 INFO O| Dec 21 00:12:00.776 INFO STEP 1091 (remove_files) COMPLETE |
7658 | 2024-12-21T00:12:00.836Z | [ recovery-image] Dec 21 00:12:00.776 INFO O| Dec 21 00:12:00.776 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7659 | 2024-12-21T00:12:00.893Z | [ recovery-image] Dec 21 00:12:00.834 INFO O| Dec 21 00:12:00.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7660 | 2024-12-21T00:12:00.893Z | [ recovery-image] Dec 21 00:12:00.834 INFO O| Dec 21 00:12:00.834 INFO STEP 1092 (remove_files) COMPLETE |
7661 | 2024-12-21T00:12:00.896Z | [ recovery-image] Dec 21 00:12:00.834 INFO O| Dec 21 00:12:00.834 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7662 | 2024-12-21T00:12:00.914Z | [ recovery-image] Dec 21 00:12:00.854 INFO O| Dec 21 00:12:00.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7663 | 2024-12-21T00:12:00.915Z | [ recovery-image] Dec 21 00:12:00.854 INFO O| Dec 21 00:12:00.854 INFO STEP 1093 (remove_files) COMPLETE |
7664 | 2024-12-21T00:12:00.915Z | [ recovery-image] Dec 21 00:12:00.854 INFO O| Dec 21 00:12:00.854 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7665 | 2024-12-21T00:12:00.946Z | [ recovery-image] Dec 21 00:12:00.886 INFO O| Dec 21 00:12:00.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7666 | 2024-12-21T00:12:00.946Z | [ recovery-image] Dec 21 00:12:00.886 INFO O| Dec 21 00:12:00.886 INFO STEP 1094 (remove_files) COMPLETE |
7667 | 2024-12-21T00:12:00.949Z | [ recovery-image] Dec 21 00:12:00.886 INFO O| Dec 21 00:12:00.886 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7668 | 2024-12-21T00:12:00.970Z | [ recovery-image] Dec 21 00:12:00.910 INFO O| Dec 21 00:12:00.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7669 | 2024-12-21T00:12:00.970Z | [ recovery-image] Dec 21 00:12:00.911 INFO O| Dec 21 00:12:00.911 INFO STEP 1095 (remove_files) COMPLETE |
7670 | 2024-12-21T00:12:00.970Z | [ recovery-image] Dec 21 00:12:00.911 INFO O| Dec 21 00:12:00.911 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7671 | 2024-12-21T00:12:01.007Z | [ recovery-image] Dec 21 00:12:00.947 INFO O| Dec 21 00:12:00.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7672 | 2024-12-21T00:12:01.010Z | [ recovery-image] Dec 21 00:12:00.948 INFO O| Dec 21 00:12:00.947 INFO STEP 1096 (remove_files) COMPLETE |
7673 | 2024-12-21T00:12:01.010Z | [ recovery-image] Dec 21 00:12:00.948 INFO O| Dec 21 00:12:00.948 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7674 | 2024-12-21T00:12:01.039Z | [ recovery-image] Dec 21 00:12:00.979 INFO O| Dec 21 00:12:00.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7675 | 2024-12-21T00:12:01.039Z | [ recovery-image] Dec 21 00:12:00.979 INFO O| Dec 21 00:12:00.979 INFO STEP 1097 (remove_files) COMPLETE |
7676 | 2024-12-21T00:12:01.039Z | [ recovery-image] Dec 21 00:12:00.979 INFO O| Dec 21 00:12:00.979 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7677 | 2024-12-21T00:12:01.063Z | [ recovery-image] Dec 21 00:12:01.003 INFO O| Dec 21 00:12:01.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7678 | 2024-12-21T00:12:01.063Z | [ recovery-image] Dec 21 00:12:01.004 INFO O| Dec 21 00:12:01.004 INFO STEP 1098 (remove_files) COMPLETE |
7679 | 2024-12-21T00:12:01.066Z | [ recovery-image] Dec 21 00:12:01.004 INFO O| Dec 21 00:12:01.004 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7680 | 2024-12-21T00:12:01.088Z | [ recovery-image] Dec 21 00:12:01.029 INFO O| Dec 21 00:12:01.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7681 | 2024-12-21T00:12:01.113Z | [ recovery-image] Dec 21 00:12:01.054 INFO O| Dec 21 00:12:01.054 INFO STEP 1099 (remove_files) COMPLETE |
7682 | 2024-12-21T00:12:01.113Z | [ recovery-image] Dec 21 00:12:01.054 INFO O| Dec 21 00:12:01.054 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7683 | 2024-12-21T00:12:01.148Z | [ recovery-image] Dec 21 00:12:01.088 INFO O| Dec 21 00:12:01.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7684 | 2024-12-21T00:12:01.148Z | [ recovery-image] Dec 21 00:12:01.089 INFO O| Dec 21 00:12:01.088 INFO STEP 1100 (remove_files) COMPLETE |
7685 | 2024-12-21T00:12:01.148Z | [ recovery-image] Dec 21 00:12:01.089 INFO O| Dec 21 00:12:01.088 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7686 | 2024-12-21T00:12:01.178Z | [ recovery-image] Dec 21 00:12:01.118 INFO O| Dec 21 00:12:01.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7687 | 2024-12-21T00:12:01.180Z | [ recovery-image] Dec 21 00:12:01.119 INFO O| Dec 21 00:12:01.118 INFO STEP 1101 (remove_files) COMPLETE |
7688 | 2024-12-21T00:12:01.180Z | [ recovery-image] Dec 21 00:12:01.119 INFO O| Dec 21 00:12:01.119 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7689 | 2024-12-21T00:12:01.202Z | [ recovery-image] Dec 21 00:12:01.142 INFO O| Dec 21 00:12:01.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7690 | 2024-12-21T00:12:01.204Z | [ recovery-image] Dec 21 00:12:01.143 INFO O| Dec 21 00:12:01.142 INFO STEP 1102 (remove_files) COMPLETE |
7691 | 2024-12-21T00:12:01.204Z | [ recovery-image] Dec 21 00:12:01.143 INFO O| Dec 21 00:12:01.143 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7692 | 2024-12-21T00:12:01.224Z | [ recovery-image] Dec 21 00:12:01.165 INFO O| Dec 21 00:12:01.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7693 | 2024-12-21T00:12:01.226Z | [ recovery-image] Dec 21 00:12:01.165 INFO O| Dec 21 00:12:01.165 INFO STEP 1103 (remove_files) COMPLETE |
7694 | 2024-12-21T00:12:01.226Z | [ recovery-image] Dec 21 00:12:01.165 INFO O| Dec 21 00:12:01.165 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7695 | 2024-12-21T00:12:01.261Z | [ recovery-image] Dec 21 00:12:01.202 INFO O| Dec 21 00:12:01.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7696 | 2024-12-21T00:12:01.262Z | [ recovery-image] Dec 21 00:12:01.202 INFO O| Dec 21 00:12:01.202 INFO STEP 1104 (remove_files) COMPLETE |
7697 | 2024-12-21T00:12:01.265Z | [ recovery-image] Dec 21 00:12:01.202 INFO O| Dec 21 00:12:01.202 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7698 | 2024-12-21T00:12:01.313Z | [ recovery-image] Dec 21 00:12:01.253 INFO O| Dec 21 00:12:01.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7699 | 2024-12-21T00:12:01.313Z | [ recovery-image] Dec 21 00:12:01.253 INFO O| Dec 21 00:12:01.253 INFO STEP 1105 (remove_files) COMPLETE |
7700 | 2024-12-21T00:12:01.315Z | [ recovery-image] Dec 21 00:12:01.254 INFO O| Dec 21 00:12:01.254 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7701 | 2024-12-21T00:12:01.338Z | [ recovery-image] Dec 21 00:12:01.279 INFO O| Dec 21 00:12:01.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7702 | 2024-12-21T00:12:01.338Z | [ recovery-image] Dec 21 00:12:01.279 INFO O| Dec 21 00:12:01.279 INFO STEP 1106 (remove_files) COMPLETE |
7703 | 2024-12-21T00:12:01.338Z | [ recovery-image] Dec 21 00:12:01.279 INFO O| Dec 21 00:12:01.279 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7704 | 2024-12-21T00:12:01.366Z | [ recovery-image] Dec 21 00:12:01.305 INFO O| Dec 21 00:12:01.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7705 | 2024-12-21T00:12:01.366Z | [ recovery-image] Dec 21 00:12:01.305 INFO O| Dec 21 00:12:01.305 INFO STEP 1107 (remove_files) COMPLETE |
7706 | 2024-12-21T00:12:01.366Z | [ recovery-image] Dec 21 00:12:01.305 INFO O| Dec 21 00:12:01.305 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7707 | 2024-12-21T00:12:01.491Z | [ recovery-image] Dec 21 00:12:01.431 INFO O| Dec 21 00:12:01.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7708 | 2024-12-21T00:12:01.491Z | [ recovery-image] Dec 21 00:12:01.431 INFO O| Dec 21 00:12:01.431 INFO STEP 1108 (remove_files) COMPLETE |
7709 | 2024-12-21T00:12:01.491Z | [ recovery-image] Dec 21 00:12:01.431 INFO O| Dec 21 00:12:01.431 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7710 | 2024-12-21T00:12:01.518Z | [ recovery-image] Dec 21 00:12:01.458 INFO O| Dec 21 00:12:01.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7711 | 2024-12-21T00:12:01.518Z | [ recovery-image] Dec 21 00:12:01.458 INFO O| Dec 21 00:12:01.458 INFO STEP 1109 (remove_files) COMPLETE |
7712 | 2024-12-21T00:12:01.518Z | [ recovery-image] Dec 21 00:12:01.458 INFO O| Dec 21 00:12:01.458 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7713 | 2024-12-21T00:12:01.561Z | [ recovery-image] Dec 21 00:12:01.501 INFO O| Dec 21 00:12:01.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7714 | 2024-12-21T00:12:01.561Z | [ recovery-image] Dec 21 00:12:01.501 INFO O| Dec 21 00:12:01.501 INFO STEP 1110 (remove_files) COMPLETE |
7715 | 2024-12-21T00:12:01.564Z | [ recovery-image] Dec 21 00:12:01.501 INFO O| Dec 21 00:12:01.501 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7716 | 2024-12-21T00:12:01.601Z | [ recovery-image] Dec 21 00:12:01.542 INFO O| Dec 21 00:12:01.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7717 | 2024-12-21T00:12:01.601Z | [ recovery-image] Dec 21 00:12:01.542 INFO O| Dec 21 00:12:01.542 INFO STEP 1111 (remove_files) COMPLETE |
7718 | 2024-12-21T00:12:01.603Z | [ recovery-image] Dec 21 00:12:01.542 INFO O| Dec 21 00:12:01.542 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7719 | 2024-12-21T00:12:01.623Z | [ recovery-image] Dec 21 00:12:01.564 INFO O| Dec 21 00:12:01.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7720 | 2024-12-21T00:12:01.626Z | [ recovery-image] Dec 21 00:12:01.564 INFO O| Dec 21 00:12:01.564 INFO STEP 1112 (remove_files) COMPLETE |
7721 | 2024-12-21T00:12:01.626Z | [ recovery-image] Dec 21 00:12:01.564 INFO O| Dec 21 00:12:01.564 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7722 | 2024-12-21T00:12:01.645Z | [ recovery-image] Dec 21 00:12:01.586 INFO O| Dec 21 00:12:01.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7723 | 2024-12-21T00:12:01.645Z | [ recovery-image] Dec 21 00:12:01.586 INFO O| Dec 21 00:12:01.586 INFO STEP 1113 (remove_files) COMPLETE |
7724 | 2024-12-21T00:12:01.645Z | [ recovery-image] Dec 21 00:12:01.586 INFO O| Dec 21 00:12:01.586 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7725 | 2024-12-21T00:12:01.667Z | [ recovery-image] Dec 21 00:12:01.608 INFO O| Dec 21 00:12:01.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7726 | 2024-12-21T00:12:01.667Z | [ recovery-image] Dec 21 00:12:01.608 INFO O| Dec 21 00:12:01.608 INFO STEP 1114 (remove_files) COMPLETE |
7727 | 2024-12-21T00:12:01.667Z | [ recovery-image] Dec 21 00:12:01.608 INFO O| Dec 21 00:12:01.608 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7728 | 2024-12-21T00:12:01.689Z | [ recovery-image] Dec 21 00:12:01.630 INFO O| Dec 21 00:12:01.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7729 | 2024-12-21T00:12:01.689Z | [ recovery-image] Dec 21 00:12:01.630 INFO O| Dec 21 00:12:01.630 INFO STEP 1115 (remove_files) COMPLETE |
7730 | 2024-12-21T00:12:01.689Z | [ recovery-image] Dec 21 00:12:01.630 INFO O| Dec 21 00:12:01.630 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7731 | 2024-12-21T00:12:01.712Z | [ recovery-image] Dec 21 00:12:01.653 INFO O| Dec 21 00:12:01.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7732 | 2024-12-21T00:12:01.712Z | [ recovery-image] Dec 21 00:12:01.653 INFO O| Dec 21 00:12:01.653 INFO STEP 1116 (remove_files) COMPLETE |
7733 | 2024-12-21T00:12:01.712Z | [ recovery-image] Dec 21 00:12:01.653 INFO O| Dec 21 00:12:01.653 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7734 | 2024-12-21T00:12:01.757Z | [ recovery-image] Dec 21 00:12:01.698 INFO O| Dec 21 00:12:01.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7735 | 2024-12-21T00:12:01.757Z | [ recovery-image] Dec 21 00:12:01.698 INFO O| Dec 21 00:12:01.698 INFO STEP 1117 (remove_files) COMPLETE |
7736 | 2024-12-21T00:12:01.760Z | [ recovery-image] Dec 21 00:12:01.698 INFO O| Dec 21 00:12:01.698 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7737 | 2024-12-21T00:12:01.790Z | [ recovery-image] Dec 21 00:12:01.731 INFO O| Dec 21 00:12:01.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7738 | 2024-12-21T00:12:01.793Z | [ recovery-image] Dec 21 00:12:01.731 INFO O| Dec 21 00:12:01.731 INFO STEP 1118 (remove_files) COMPLETE |
7739 | 2024-12-21T00:12:01.793Z | [ recovery-image] Dec 21 00:12:01.731 INFO O| Dec 21 00:12:01.731 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7740 | 2024-12-21T00:12:01.816Z | [ recovery-image] Dec 21 00:12:01.757 INFO O| Dec 21 00:12:01.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7741 | 2024-12-21T00:12:01.816Z | [ recovery-image] Dec 21 00:12:01.757 INFO O| Dec 21 00:12:01.757 INFO STEP 1119 (remove_files) COMPLETE |
7742 | 2024-12-21T00:12:01.818Z | [ recovery-image] Dec 21 00:12:01.757 INFO O| Dec 21 00:12:01.757 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7743 | 2024-12-21T00:12:01.841Z | [ recovery-image] Dec 21 00:12:01.782 INFO O| Dec 21 00:12:01.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7744 | 2024-12-21T00:12:01.844Z | [ recovery-image] Dec 21 00:12:01.782 INFO O| Dec 21 00:12:01.782 INFO STEP 1120 (remove_files) COMPLETE |
7745 | 2024-12-21T00:12:01.844Z | [ recovery-image] Dec 21 00:12:01.783 INFO O| Dec 21 00:12:01.782 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7746 | 2024-12-21T00:12:01.866Z | [ recovery-image] Dec 21 00:12:01.807 INFO O| Dec 21 00:12:01.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7747 | 2024-12-21T00:12:01.866Z | [ recovery-image] Dec 21 00:12:01.807 INFO O| Dec 21 00:12:01.807 INFO STEP 1121 (remove_files) COMPLETE |
7748 | 2024-12-21T00:12:01.869Z | [ recovery-image] Dec 21 00:12:01.807 INFO O| Dec 21 00:12:01.807 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7749 | 2024-12-21T00:12:01.890Z | [ recovery-image] Dec 21 00:12:01.831 INFO O| Dec 21 00:12:01.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7750 | 2024-12-21T00:12:01.890Z | [ recovery-image] Dec 21 00:12:01.831 INFO O| Dec 21 00:12:01.831 INFO STEP 1122 (remove_files) COMPLETE |
7751 | 2024-12-21T00:12:01.890Z | [ recovery-image] Dec 21 00:12:01.831 INFO O| Dec 21 00:12:01.831 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7752 | 2024-12-21T00:12:01.956Z | [ recovery-image] Dec 21 00:12:01.896 INFO O| Dec 21 00:12:01.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7753 | 2024-12-21T00:12:01.956Z | [ recovery-image] Dec 21 00:12:01.897 INFO O| Dec 21 00:12:01.897 INFO STEP 1123 (remove_files) COMPLETE |
7754 | 2024-12-21T00:12:01.956Z | [ recovery-image] Dec 21 00:12:01.897 INFO O| Dec 21 00:12:01.897 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7755 | 2024-12-21T00:12:01.983Z | [ recovery-image] Dec 21 00:12:01.924 INFO O| Dec 21 00:12:01.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7756 | 2024-12-21T00:12:01.983Z | [ recovery-image] Dec 21 00:12:01.924 INFO O| Dec 21 00:12:01.924 INFO STEP 1124 (remove_files) COMPLETE |
7757 | 2024-12-21T00:12:01.986Z | [ recovery-image] Dec 21 00:12:01.924 INFO O| Dec 21 00:12:01.924 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7758 | 2024-12-21T00:12:02.009Z | [ recovery-image] Dec 21 00:12:01.950 INFO O| Dec 21 00:12:01.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7759 | 2024-12-21T00:12:02.009Z | [ recovery-image] Dec 21 00:12:01.950 INFO O| Dec 21 00:12:01.950 INFO STEP 1125 (remove_files) COMPLETE |
7760 | 2024-12-21T00:12:02.009Z | [ recovery-image] Dec 21 00:12:01.950 INFO O| Dec 21 00:12:01.950 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7761 | 2024-12-21T00:12:02.035Z | [ recovery-image] Dec 21 00:12:01.975 INFO O| Dec 21 00:12:01.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7762 | 2024-12-21T00:12:02.035Z | [ recovery-image] Dec 21 00:12:01.975 INFO O| Dec 21 00:12:01.975 INFO STEP 1126 (remove_files) COMPLETE |
7763 | 2024-12-21T00:12:02.035Z | [ recovery-image] Dec 21 00:12:01.976 INFO O| Dec 21 00:12:01.975 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7764 | 2024-12-21T00:12:02.087Z | [ recovery-image] Dec 21 00:12:02.028 INFO O| Dec 21 00:12:02.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7765 | 2024-12-21T00:12:02.087Z | [ recovery-image] Dec 21 00:12:02.028 INFO O| Dec 21 00:12:02.028 INFO STEP 1127 (remove_files) COMPLETE |
7766 | 2024-12-21T00:12:02.090Z | [ recovery-image] Dec 21 00:12:02.028 INFO O| Dec 21 00:12:02.028 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7767 | 2024-12-21T00:12:02.111Z | [ recovery-image] Dec 21 00:12:02.052 INFO O| Dec 21 00:12:02.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7768 | 2024-12-21T00:12:02.112Z | [ recovery-image] Dec 21 00:12:02.053 INFO O| Dec 21 00:12:02.053 INFO STEP 1128 (remove_files) COMPLETE |
7769 | 2024-12-21T00:12:02.116Z | [ recovery-image] Dec 21 00:12:02.053 INFO O| Dec 21 00:12:02.053 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7770 | 2024-12-21T00:12:02.136Z | [ recovery-image] Dec 21 00:12:02.076 INFO O| Dec 21 00:12:02.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7771 | 2024-12-21T00:12:02.136Z | [ recovery-image] Dec 21 00:12:02.076 INFO O| Dec 21 00:12:02.076 INFO STEP 1129 (remove_files) COMPLETE |
7772 | 2024-12-21T00:12:02.136Z | [ recovery-image] Dec 21 00:12:02.076 INFO O| Dec 21 00:12:02.076 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7773 | 2024-12-21T00:12:02.159Z | [ recovery-image] Dec 21 00:12:02.099 INFO O| Dec 21 00:12:02.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7774 | 2024-12-21T00:12:02.159Z | [ recovery-image] Dec 21 00:12:02.099 INFO O| Dec 21 00:12:02.099 INFO STEP 1130 (remove_files) COMPLETE |
7775 | 2024-12-21T00:12:02.159Z | [ recovery-image] Dec 21 00:12:02.099 INFO O| Dec 21 00:12:02.099 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7776 | 2024-12-21T00:12:02.196Z | [ recovery-image] Dec 21 00:12:02.137 INFO O| Dec 21 00:12:02.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7777 | 2024-12-21T00:12:02.199Z | [ recovery-image] Dec 21 00:12:02.137 INFO O| Dec 21 00:12:02.137 INFO STEP 1131 (remove_files) COMPLETE |
7778 | 2024-12-21T00:12:02.199Z | [ recovery-image] Dec 21 00:12:02.137 INFO O| Dec 21 00:12:02.137 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7779 | 2024-12-21T00:12:02.221Z | [ recovery-image] Dec 21 00:12:02.162 INFO O| Dec 21 00:12:02.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7780 | 2024-12-21T00:12:02.221Z | [ recovery-image] Dec 21 00:12:02.162 INFO O| Dec 21 00:12:02.162 INFO STEP 1132 (remove_files) COMPLETE |
7781 | 2024-12-21T00:12:02.224Z | [ recovery-image] Dec 21 00:12:02.162 INFO O| Dec 21 00:12:02.162 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7782 | 2024-12-21T00:12:02.252Z | [ recovery-image] Dec 21 00:12:02.193 INFO O| Dec 21 00:12:02.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7783 | 2024-12-21T00:12:02.252Z | [ recovery-image] Dec 21 00:12:02.193 INFO O| Dec 21 00:12:02.193 INFO STEP 1133 (remove_files) COMPLETE |
7784 | 2024-12-21T00:12:02.255Z | [ recovery-image] Dec 21 00:12:02.193 INFO O| Dec 21 00:12:02.193 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7785 | 2024-12-21T00:12:02.283Z | [ recovery-image] Dec 21 00:12:02.223 INFO O| Dec 21 00:12:02.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7786 | 2024-12-21T00:12:02.283Z | [ recovery-image] Dec 21 00:12:02.223 INFO O| Dec 21 00:12:02.223 INFO STEP 1134 (remove_files) COMPLETE |
7787 | 2024-12-21T00:12:02.283Z | [ recovery-image] Dec 21 00:12:02.223 INFO O| Dec 21 00:12:02.223 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7788 | 2024-12-21T00:12:02.320Z | [ recovery-image] Dec 21 00:12:02.260 INFO O| Dec 21 00:12:02.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7789 | 2024-12-21T00:12:02.320Z | [ recovery-image] Dec 21 00:12:02.261 INFO O| Dec 21 00:12:02.260 INFO STEP 1135 (remove_files) COMPLETE |
7790 | 2024-12-21T00:12:02.320Z | [ recovery-image] Dec 21 00:12:02.261 INFO O| Dec 21 00:12:02.261 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7791 | 2024-12-21T00:12:02.366Z | [ recovery-image] Dec 21 00:12:02.306 INFO O| Dec 21 00:12:02.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7792 | 2024-12-21T00:12:02.366Z | [ recovery-image] Dec 21 00:12:02.306 INFO O| Dec 21 00:12:02.306 INFO STEP 1136 (remove_files) COMPLETE |
7793 | 2024-12-21T00:12:02.366Z | [ recovery-image] Dec 21 00:12:02.306 INFO O| Dec 21 00:12:02.306 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7794 | 2024-12-21T00:12:02.390Z | [ recovery-image] Dec 21 00:12:02.331 INFO O| Dec 21 00:12:02.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7795 | 2024-12-21T00:12:02.390Z | [ recovery-image] Dec 21 00:12:02.331 INFO O| Dec 21 00:12:02.331 INFO STEP 1137 (remove_files) COMPLETE |
7796 | 2024-12-21T00:12:02.390Z | [ recovery-image] Dec 21 00:12:02.331 INFO O| Dec 21 00:12:02.331 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7797 | 2024-12-21T00:12:02.433Z | [ recovery-image] Dec 21 00:12:02.374 INFO O| Dec 21 00:12:02.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7798 | 2024-12-21T00:12:02.436Z | [ recovery-image] Dec 21 00:12:02.374 INFO O| Dec 21 00:12:02.374 INFO STEP 1138 (remove_files) COMPLETE |
7799 | 2024-12-21T00:12:02.436Z | [ recovery-image] Dec 21 00:12:02.374 INFO O| Dec 21 00:12:02.374 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7800 | 2024-12-21T00:12:02.457Z | [ recovery-image] Dec 21 00:12:02.398 INFO O| Dec 21 00:12:02.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7801 | 2024-12-21T00:12:02.460Z | [ recovery-image] Dec 21 00:12:02.398 INFO O| Dec 21 00:12:02.398 INFO STEP 1139 (remove_files) COMPLETE |
7802 | 2024-12-21T00:12:02.461Z | [ recovery-image] Dec 21 00:12:02.398 INFO O| Dec 21 00:12:02.398 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7803 | 2024-12-21T00:12:02.482Z | [ recovery-image] Dec 21 00:12:02.422 INFO O| Dec 21 00:12:02.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7804 | 2024-12-21T00:12:02.484Z | [ recovery-image] Dec 21 00:12:02.422 INFO O| Dec 21 00:12:02.422 INFO STEP 1140 (remove_files) COMPLETE |
7805 | 2024-12-21T00:12:02.485Z | [ recovery-image] Dec 21 00:12:02.423 INFO O| Dec 21 00:12:02.422 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7806 | 2024-12-21T00:12:02.570Z | [ recovery-image] Dec 21 00:12:02.509 INFO O| Dec 21 00:12:02.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7807 | 2024-12-21T00:12:02.570Z | [ recovery-image] Dec 21 00:12:02.509 INFO O| Dec 21 00:12:02.509 INFO STEP 1141 (remove_files) COMPLETE |
7808 | 2024-12-21T00:12:02.570Z | [ recovery-image] Dec 21 00:12:02.509 INFO O| Dec 21 00:12:02.509 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7809 | 2024-12-21T00:12:02.587Z | [ recovery-image] Dec 21 00:12:02.528 INFO O| Dec 21 00:12:02.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7810 | 2024-12-21T00:12:02.590Z | [ recovery-image] Dec 21 00:12:02.528 INFO O| Dec 21 00:12:02.528 INFO STEP 1142 (remove_files) COMPLETE |
7811 | 2024-12-21T00:12:02.590Z | [ recovery-image] Dec 21 00:12:02.528 INFO O| Dec 21 00:12:02.528 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7812 | 2024-12-21T00:12:02.608Z | [ recovery-image] Dec 21 00:12:02.549 INFO O| Dec 21 00:12:02.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7813 | 2024-12-21T00:12:02.612Z | [ recovery-image] Dec 21 00:12:02.549 INFO O| Dec 21 00:12:02.549 INFO STEP 1143 (remove_files) COMPLETE |
7814 | 2024-12-21T00:12:02.612Z | [ recovery-image] Dec 21 00:12:02.550 INFO O| Dec 21 00:12:02.549 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7815 | 2024-12-21T00:12:02.724Z | [ recovery-image] Dec 21 00:12:02.665 INFO O| Dec 21 00:12:02.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7816 | 2024-12-21T00:12:02.724Z | [ recovery-image] Dec 21 00:12:02.665 INFO O| Dec 21 00:12:02.665 INFO STEP 1144 (remove_files) COMPLETE |
7817 | 2024-12-21T00:12:02.727Z | [ recovery-image] Dec 21 00:12:02.665 INFO O| Dec 21 00:12:02.665 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7818 | 2024-12-21T00:12:02.761Z | [ recovery-image] Dec 21 00:12:02.702 INFO O| Dec 21 00:12:02.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7819 | 2024-12-21T00:12:02.761Z | [ recovery-image] Dec 21 00:12:02.702 INFO O| Dec 21 00:12:02.702 INFO STEP 1145 (remove_files) COMPLETE |
7820 | 2024-12-21T00:12:02.761Z | [ recovery-image] Dec 21 00:12:02.702 INFO O| Dec 21 00:12:02.702 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7821 | 2024-12-21T00:12:02.784Z | [ recovery-image] Dec 21 00:12:02.725 INFO O| Dec 21 00:12:02.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7822 | 2024-12-21T00:12:02.784Z | [ recovery-image] Dec 21 00:12:02.725 INFO O| Dec 21 00:12:02.725 INFO STEP 1146 (remove_files) COMPLETE |
7823 | 2024-12-21T00:12:02.784Z | [ recovery-image] Dec 21 00:12:02.725 INFO O| Dec 21 00:12:02.725 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7824 | 2024-12-21T00:12:02.806Z | [ recovery-image] Dec 21 00:12:02.747 INFO O| Dec 21 00:12:02.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7825 | 2024-12-21T00:12:02.806Z | [ recovery-image] Dec 21 00:12:02.747 INFO O| Dec 21 00:12:02.747 INFO STEP 1147 (remove_files) COMPLETE |
7826 | 2024-12-21T00:12:02.809Z | [ recovery-image] Dec 21 00:12:02.747 INFO O| Dec 21 00:12:02.747 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7827 | 2024-12-21T00:12:02.842Z | [ recovery-image] Dec 21 00:12:02.783 INFO O| Dec 21 00:12:02.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7828 | 2024-12-21T00:12:02.842Z | [ recovery-image] Dec 21 00:12:02.783 INFO O| Dec 21 00:12:02.783 INFO STEP 1148 (remove_files) COMPLETE |
7829 | 2024-12-21T00:12:02.842Z | [ recovery-image] Dec 21 00:12:02.783 INFO O| Dec 21 00:12:02.783 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7830 | 2024-12-21T00:12:02.865Z | [ recovery-image] Dec 21 00:12:02.805 INFO O| Dec 21 00:12:02.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7831 | 2024-12-21T00:12:02.865Z | [ recovery-image] Dec 21 00:12:02.805 INFO O| Dec 21 00:12:02.805 INFO STEP 1149 (remove_files) COMPLETE |
7832 | 2024-12-21T00:12:02.865Z | [ recovery-image] Dec 21 00:12:02.805 INFO O| Dec 21 00:12:02.805 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7833 | 2024-12-21T00:12:02.893Z | [ recovery-image] Dec 21 00:12:02.834 INFO O| Dec 21 00:12:02.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7834 | 2024-12-21T00:12:02.893Z | [ recovery-image] Dec 21 00:12:02.834 INFO O| Dec 21 00:12:02.834 INFO STEP 1150 (remove_files) COMPLETE |
7835 | 2024-12-21T00:12:02.895Z | [ recovery-image] Dec 21 00:12:02.834 INFO O| Dec 21 00:12:02.834 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7836 | 2024-12-21T00:12:02.958Z | [ recovery-image] Dec 21 00:12:02.898 INFO O| Dec 21 00:12:02.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7837 | 2024-12-21T00:12:02.974Z | [ recovery-image] Dec 21 00:12:02.915 INFO O| Dec 21 00:12:02.915 INFO STEP 1151 (remove_files) COMPLETE |
7838 | 2024-12-21T00:12:02.974Z | [ recovery-image] Dec 21 00:12:02.915 INFO O| Dec 21 00:12:02.915 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7839 | 2024-12-21T00:12:03.007Z | [ recovery-image] Dec 21 00:12:02.948 INFO O| Dec 21 00:12:02.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7840 | 2024-12-21T00:12:03.007Z | [ recovery-image] Dec 21 00:12:02.948 INFO O| Dec 21 00:12:02.948 INFO STEP 1152 (remove_files) COMPLETE |
7841 | 2024-12-21T00:12:03.010Z | [ recovery-image] Dec 21 00:12:02.948 INFO O| Dec 21 00:12:02.948 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7842 | 2024-12-21T00:12:03.033Z | [ recovery-image] Dec 21 00:12:02.974 INFO O| Dec 21 00:12:02.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7843 | 2024-12-21T00:12:03.034Z | [ recovery-image] Dec 21 00:12:02.975 INFO O| Dec 21 00:12:02.970 INFO STEP 1153 (remove_files) COMPLETE |
7844 | 2024-12-21T00:12:03.037Z | [ recovery-image] Dec 21 00:12:02.975 INFO O| Dec 21 00:12:02.970 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7845 | 2024-12-21T00:12:03.049Z | [ recovery-image] Dec 21 00:12:02.990 INFO O| Dec 21 00:12:02.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7846 | 2024-12-21T00:12:03.049Z | [ recovery-image] Dec 21 00:12:02.990 INFO O| Dec 21 00:12:02.990 INFO STEP 1154 (remove_files) COMPLETE |
7847 | 2024-12-21T00:12:03.049Z | [ recovery-image] Dec 21 00:12:02.990 INFO O| Dec 21 00:12:02.990 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7848 | 2024-12-21T00:12:03.070Z | [ recovery-image] Dec 21 00:12:03.011 INFO O| Dec 21 00:12:03.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7849 | 2024-12-21T00:12:03.070Z | [ recovery-image] Dec 21 00:12:03.011 INFO O| Dec 21 00:12:03.011 INFO STEP 1155 (remove_files) COMPLETE |
7850 | 2024-12-21T00:12:03.070Z | [ recovery-image] Dec 21 00:12:03.011 INFO O| Dec 21 00:12:03.011 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7851 | 2024-12-21T00:12:03.090Z | [ recovery-image] Dec 21 00:12:03.031 INFO O| Dec 21 00:12:03.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7852 | 2024-12-21T00:12:03.090Z | [ recovery-image] Dec 21 00:12:03.031 INFO O| Dec 21 00:12:03.031 INFO STEP 1156 (remove_files) COMPLETE |
7853 | 2024-12-21T00:12:03.090Z | [ recovery-image] Dec 21 00:12:03.031 INFO O| Dec 21 00:12:03.031 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7854 | 2024-12-21T00:12:03.110Z | [ recovery-image] Dec 21 00:12:03.051 INFO O| Dec 21 00:12:03.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7855 | 2024-12-21T00:12:03.110Z | [ recovery-image] Dec 21 00:12:03.051 INFO O| Dec 21 00:12:03.051 INFO STEP 1157 (remove_files) COMPLETE |
7856 | 2024-12-21T00:12:03.113Z | [ recovery-image] Dec 21 00:12:03.051 INFO O| Dec 21 00:12:03.051 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7857 | 2024-12-21T00:12:03.173Z | [ recovery-image] Dec 21 00:12:03.114 INFO O| Dec 21 00:12:03.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7858 | 2024-12-21T00:12:03.173Z | [ recovery-image] Dec 21 00:12:03.114 INFO O| Dec 21 00:12:03.114 INFO STEP 1158 (remove_files) COMPLETE |
7859 | 2024-12-21T00:12:03.173Z | [ recovery-image] Dec 21 00:12:03.114 INFO O| Dec 21 00:12:03.114 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7860 | 2024-12-21T00:12:03.203Z | [ recovery-image] Dec 21 00:12:03.144 INFO O| Dec 21 00:12:03.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7861 | 2024-12-21T00:12:03.206Z | [ recovery-image] Dec 21 00:12:03.145 INFO O| Dec 21 00:12:03.144 INFO STEP 1159 (remove_files) COMPLETE |
7862 | 2024-12-21T00:12:03.206Z | [ recovery-image] Dec 21 00:12:03.145 INFO O| Dec 21 00:12:03.145 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7863 | 2024-12-21T00:12:03.240Z | [ recovery-image] Dec 21 00:12:03.181 INFO O| Dec 21 00:12:03.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7864 | 2024-12-21T00:12:03.240Z | [ recovery-image] Dec 21 00:12:03.181 INFO O| Dec 21 00:12:03.181 INFO STEP 1160 (remove_files) COMPLETE |
7865 | 2024-12-21T00:12:03.243Z | [ recovery-image] Dec 21 00:12:03.181 INFO O| Dec 21 00:12:03.181 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7866 | 2024-12-21T00:12:03.263Z | [ recovery-image] Dec 21 00:12:03.204 INFO O| Dec 21 00:12:03.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7867 | 2024-12-21T00:12:03.263Z | [ recovery-image] Dec 21 00:12:03.204 INFO O| Dec 21 00:12:03.204 INFO STEP 1161 (remove_files) COMPLETE |
7868 | 2024-12-21T00:12:03.263Z | [ recovery-image] Dec 21 00:12:03.204 INFO O| Dec 21 00:12:03.204 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7869 | 2024-12-21T00:12:03.364Z | [ recovery-image] Dec 21 00:12:03.305 INFO O| Dec 21 00:12:03.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7870 | 2024-12-21T00:12:03.364Z | [ recovery-image] Dec 21 00:12:03.305 INFO O| Dec 21 00:12:03.305 INFO STEP 1162 (remove_files) COMPLETE |
7871 | 2024-12-21T00:12:03.364Z | [ recovery-image] Dec 21 00:12:03.305 INFO O| Dec 21 00:12:03.305 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7872 | 2024-12-21T00:12:03.421Z | [ recovery-image] Dec 21 00:12:03.362 INFO O| Dec 21 00:12:03.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7873 | 2024-12-21T00:12:03.421Z | [ recovery-image] Dec 21 00:12:03.362 INFO O| Dec 21 00:12:03.362 INFO STEP 1163 (remove_files) COMPLETE |
7874 | 2024-12-21T00:12:03.424Z | [ recovery-image] Dec 21 00:12:03.362 INFO O| Dec 21 00:12:03.362 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7875 | 2024-12-21T00:12:03.484Z | [ recovery-image] Dec 21 00:12:03.425 INFO O| Dec 21 00:12:03.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7876 | 2024-12-21T00:12:03.484Z | [ recovery-image] Dec 21 00:12:03.425 INFO O| Dec 21 00:12:03.425 INFO STEP 1164 (remove_files) COMPLETE |
7877 | 2024-12-21T00:12:03.484Z | [ recovery-image] Dec 21 00:12:03.425 INFO O| Dec 21 00:12:03.425 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7878 | 2024-12-21T00:12:03.509Z | [ recovery-image] Dec 21 00:12:03.450 INFO O| Dec 21 00:12:03.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7879 | 2024-12-21T00:12:03.509Z | [ recovery-image] Dec 21 00:12:03.450 INFO O| Dec 21 00:12:03.450 INFO STEP 1165 (remove_files) COMPLETE |
7880 | 2024-12-21T00:12:03.509Z | [ recovery-image] Dec 21 00:12:03.450 INFO O| Dec 21 00:12:03.450 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7881 | 2024-12-21T00:12:03.535Z | [ recovery-image] Dec 21 00:12:03.476 INFO O| Dec 21 00:12:03.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7882 | 2024-12-21T00:12:03.535Z | [ recovery-image] Dec 21 00:12:03.476 INFO O| Dec 21 00:12:03.476 INFO STEP 1166 (remove_files) COMPLETE |
7883 | 2024-12-21T00:12:03.537Z | [ recovery-image] Dec 21 00:12:03.476 INFO O| Dec 21 00:12:03.476 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7884 | 2024-12-21T00:12:03.576Z | [ recovery-image] Dec 21 00:12:03.517 INFO O| Dec 21 00:12:03.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7885 | 2024-12-21T00:12:03.576Z | [ recovery-image] Dec 21 00:12:03.517 INFO O| Dec 21 00:12:03.517 INFO STEP 1167 (remove_files) COMPLETE |
7886 | 2024-12-21T00:12:03.578Z | [ recovery-image] Dec 21 00:12:03.517 INFO O| Dec 21 00:12:03.517 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7887 | 2024-12-21T00:12:03.599Z | [ recovery-image] Dec 21 00:12:03.541 INFO O| Dec 21 00:12:03.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7888 | 2024-12-21T00:12:03.599Z | [ recovery-image] Dec 21 00:12:03.541 INFO O| Dec 21 00:12:03.541 INFO STEP 1168 (remove_files) COMPLETE |
7889 | 2024-12-21T00:12:03.602Z | [ recovery-image] Dec 21 00:12:03.541 INFO O| Dec 21 00:12:03.541 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7890 | 2024-12-21T00:12:03.629Z | [ recovery-image] Dec 21 00:12:03.570 INFO O| Dec 21 00:12:03.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7891 | 2024-12-21T00:12:03.631Z | [ recovery-image] Dec 21 00:12:03.571 INFO O| Dec 21 00:12:03.570 INFO STEP 1169 (remove_files) COMPLETE |
7892 | 2024-12-21T00:12:03.631Z | [ recovery-image] Dec 21 00:12:03.571 INFO O| Dec 21 00:12:03.571 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7893 | 2024-12-21T00:12:03.663Z | [ recovery-image] Dec 21 00:12:03.604 INFO O| Dec 21 00:12:03.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7894 | 2024-12-21T00:12:03.666Z | [ recovery-image] Dec 21 00:12:03.604 INFO O| Dec 21 00:12:03.604 INFO STEP 1170 (remove_files) COMPLETE |
7895 | 2024-12-21T00:12:03.666Z | [ recovery-image] Dec 21 00:12:03.604 INFO O| Dec 21 00:12:03.604 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7896 | 2024-12-21T00:12:03.685Z | [ recovery-image] Dec 21 00:12:03.626 INFO O| Dec 21 00:12:03.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7897 | 2024-12-21T00:12:03.688Z | [ recovery-image] Dec 21 00:12:03.627 INFO O| Dec 21 00:12:03.627 INFO STEP 1171 (remove_files) COMPLETE |
7898 | 2024-12-21T00:12:03.688Z | [ recovery-image] Dec 21 00:12:03.627 INFO O| Dec 21 00:12:03.627 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7899 | 2024-12-21T00:12:03.770Z | [ recovery-image] Dec 21 00:12:03.711 INFO O| Dec 21 00:12:03.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7900 | 2024-12-21T00:12:03.770Z | [ recovery-image] Dec 21 00:12:03.711 INFO O| Dec 21 00:12:03.711 INFO STEP 1172 (remove_files) COMPLETE |
7901 | 2024-12-21T00:12:03.770Z | [ recovery-image] Dec 21 00:12:03.711 INFO O| Dec 21 00:12:03.711 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7902 | 2024-12-21T00:12:03.795Z | [ recovery-image] Dec 21 00:12:03.736 INFO O| Dec 21 00:12:03.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7903 | 2024-12-21T00:12:03.795Z | [ recovery-image] Dec 21 00:12:03.736 INFO O| Dec 21 00:12:03.736 INFO STEP 1173 (remove_files) COMPLETE |
7904 | 2024-12-21T00:12:03.795Z | [ recovery-image] Dec 21 00:12:03.736 INFO O| Dec 21 00:12:03.736 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7905 | 2024-12-21T00:12:03.818Z | [ recovery-image] Dec 21 00:12:03.759 INFO O| Dec 21 00:12:03.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7906 | 2024-12-21T00:12:03.818Z | [ recovery-image] Dec 21 00:12:03.759 INFO O| Dec 21 00:12:03.759 INFO STEP 1174 (remove_files) COMPLETE |
7907 | 2024-12-21T00:12:03.818Z | [ recovery-image] Dec 21 00:12:03.759 INFO O| Dec 21 00:12:03.759 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7908 | 2024-12-21T00:12:03.840Z | [ recovery-image] Dec 21 00:12:03.781 INFO O| Dec 21 00:12:03.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7909 | 2024-12-21T00:12:03.840Z | [ recovery-image] Dec 21 00:12:03.781 INFO O| Dec 21 00:12:03.781 INFO STEP 1175 (remove_files) COMPLETE |
7910 | 2024-12-21T00:12:03.840Z | [ recovery-image] Dec 21 00:12:03.781 INFO O| Dec 21 00:12:03.781 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7911 | 2024-12-21T00:12:03.864Z | [ recovery-image] Dec 21 00:12:03.804 INFO O| Dec 21 00:12:03.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7912 | 2024-12-21T00:12:03.864Z | [ recovery-image] Dec 21 00:12:03.804 INFO O| Dec 21 00:12:03.804 INFO STEP 1176 (remove_files) COMPLETE |
7913 | 2024-12-21T00:12:03.864Z | [ recovery-image] Dec 21 00:12:03.804 INFO O| Dec 21 00:12:03.804 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7914 | 2024-12-21T00:12:03.921Z | [ recovery-image] Dec 21 00:12:03.862 INFO O| Dec 21 00:12:03.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7915 | 2024-12-21T00:12:03.921Z | [ recovery-image] Dec 21 00:12:03.862 INFO O| Dec 21 00:12:03.862 INFO STEP 1177 (remove_files) COMPLETE |
7916 | 2024-12-21T00:12:03.924Z | [ recovery-image] Dec 21 00:12:03.863 INFO O| Dec 21 00:12:03.862 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7917 | 2024-12-21T00:12:03.972Z | [ recovery-image] Dec 21 00:12:03.912 INFO O| Dec 21 00:12:03.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7918 | 2024-12-21T00:12:03.972Z | [ recovery-image] Dec 21 00:12:03.912 INFO O| Dec 21 00:12:03.912 INFO STEP 1178 (remove_files) COMPLETE |
7919 | 2024-12-21T00:12:03.972Z | [ recovery-image] Dec 21 00:12:03.912 INFO O| Dec 21 00:12:03.912 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7920 | 2024-12-21T00:12:04.083Z | [ recovery-image] Dec 21 00:12:04.024 INFO O| Dec 21 00:12:04.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7921 | 2024-12-21T00:12:04.083Z | [ recovery-image] Dec 21 00:12:04.024 INFO O| Dec 21 00:12:04.024 INFO STEP 1179 (remove_files) COMPLETE |
7922 | 2024-12-21T00:12:04.083Z | [ recovery-image] Dec 21 00:12:04.024 INFO O| Dec 21 00:12:04.024 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7923 | 2024-12-21T00:12:04.104Z | [ recovery-image] Dec 21 00:12:04.044 INFO O| Dec 21 00:12:04.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7924 | 2024-12-21T00:12:04.104Z | [ recovery-image] Dec 21 00:12:04.044 INFO O| Dec 21 00:12:04.044 INFO STEP 1180 (remove_files) COMPLETE |
7925 | 2024-12-21T00:12:04.104Z | [ recovery-image] Dec 21 00:12:04.044 INFO O| Dec 21 00:12:04.044 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7926 | 2024-12-21T00:12:04.125Z | [ recovery-image] Dec 21 00:12:04.066 INFO O| Dec 21 00:12:04.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7927 | 2024-12-21T00:12:04.125Z | [ recovery-image] Dec 21 00:12:04.066 INFO O| Dec 21 00:12:04.066 INFO STEP 1181 (remove_files) COMPLETE |
7928 | 2024-12-21T00:12:04.128Z | [ recovery-image] Dec 21 00:12:04.066 INFO O| Dec 21 00:12:04.066 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7929 | 2024-12-21T00:12:04.179Z | [ recovery-image] Dec 21 00:12:04.121 INFO O| Dec 21 00:12:04.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7930 | 2024-12-21T00:12:04.179Z | [ recovery-image] Dec 21 00:12:04.121 INFO O| Dec 21 00:12:04.121 INFO STEP 1182 (remove_files) COMPLETE |
7931 | 2024-12-21T00:12:04.179Z | [ recovery-image] Dec 21 00:12:04.121 INFO O| Dec 21 00:12:04.121 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7932 | 2024-12-21T00:12:04.206Z | [ recovery-image] Dec 21 00:12:04.147 INFO O| Dec 21 00:12:04.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7933 | 2024-12-21T00:12:04.209Z | [ recovery-image] Dec 21 00:12:04.148 INFO O| Dec 21 00:12:04.147 INFO STEP 1183 (remove_files) COMPLETE |
7934 | 2024-12-21T00:12:04.209Z | [ recovery-image] Dec 21 00:12:04.148 INFO O| Dec 21 00:12:04.148 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7935 | 2024-12-21T00:12:04.233Z | [ recovery-image] Dec 21 00:12:04.174 INFO O| Dec 21 00:12:04.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7936 | 2024-12-21T00:12:04.233Z | [ recovery-image] Dec 21 00:12:04.174 INFO O| Dec 21 00:12:04.174 INFO STEP 1184 (remove_files) COMPLETE |
7937 | 2024-12-21T00:12:04.233Z | [ recovery-image] Dec 21 00:12:04.174 INFO O| Dec 21 00:12:04.174 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7938 | 2024-12-21T00:12:04.261Z | [ recovery-image] Dec 21 00:12:04.201 INFO O| Dec 21 00:12:04.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7939 | 2024-12-21T00:12:04.261Z | [ recovery-image] Dec 21 00:12:04.201 INFO O| Dec 21 00:12:04.201 INFO STEP 1185 (remove_files) COMPLETE |
7940 | 2024-12-21T00:12:04.261Z | [ recovery-image] Dec 21 00:12:04.201 INFO O| Dec 21 00:12:04.201 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7941 | 2024-12-21T00:12:04.314Z | [ recovery-image] Dec 21 00:12:04.255 INFO O| Dec 21 00:12:04.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7942 | 2024-12-21T00:12:04.314Z | [ recovery-image] Dec 21 00:12:04.255 INFO O| Dec 21 00:12:04.255 INFO STEP 1186 (remove_files) COMPLETE |
7943 | 2024-12-21T00:12:04.314Z | [ recovery-image] Dec 21 00:12:04.255 INFO O| Dec 21 00:12:04.255 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7944 | 2024-12-21T00:12:04.347Z | [ recovery-image] Dec 21 00:12:04.287 INFO O| Dec 21 00:12:04.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7945 | 2024-12-21T00:12:04.347Z | [ recovery-image] Dec 21 00:12:04.287 INFO O| Dec 21 00:12:04.287 INFO STEP 1187 (remove_files) COMPLETE |
7946 | 2024-12-21T00:12:04.347Z | [ recovery-image] Dec 21 00:12:04.287 INFO O| Dec 21 00:12:04.287 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7947 | 2024-12-21T00:12:04.369Z | [ recovery-image] Dec 21 00:12:04.309 INFO O| Dec 21 00:12:04.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7948 | 2024-12-21T00:12:04.369Z | [ recovery-image] Dec 21 00:12:04.309 INFO O| Dec 21 00:12:04.309 INFO STEP 1188 (remove_files) COMPLETE |
7949 | 2024-12-21T00:12:04.369Z | [ recovery-image] Dec 21 00:12:04.309 INFO O| Dec 21 00:12:04.309 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7950 | 2024-12-21T00:12:04.393Z | [ recovery-image] Dec 21 00:12:04.334 INFO O| Dec 21 00:12:04.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7951 | 2024-12-21T00:12:04.393Z | [ recovery-image] Dec 21 00:12:04.334 INFO O| Dec 21 00:12:04.334 INFO STEP 1189 (remove_files) COMPLETE |
7952 | 2024-12-21T00:12:04.393Z | [ recovery-image] Dec 21 00:12:04.334 INFO O| Dec 21 00:12:04.334 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7953 | 2024-12-21T00:12:04.418Z | [ recovery-image] Dec 21 00:12:04.360 INFO O| Dec 21 00:12:04.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7954 | 2024-12-21T00:12:04.418Z | [ recovery-image] Dec 21 00:12:04.360 INFO O| Dec 21 00:12:04.360 INFO STEP 1190 (remove_files) COMPLETE |
7955 | 2024-12-21T00:12:04.421Z | [ recovery-image] Dec 21 00:12:04.360 INFO O| Dec 21 00:12:04.360 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7956 | 2024-12-21T00:12:04.449Z | [ recovery-image] Dec 21 00:12:04.388 INFO O| Dec 21 00:12:04.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7957 | 2024-12-21T00:12:04.449Z | [ recovery-image] Dec 21 00:12:04.388 INFO O| Dec 21 00:12:04.388 INFO STEP 1191 (remove_files) COMPLETE |
7958 | 2024-12-21T00:12:04.449Z | [ recovery-image] Dec 21 00:12:04.388 INFO O| Dec 21 00:12:04.388 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7959 | 2024-12-21T00:12:04.470Z | [ recovery-image] Dec 21 00:12:04.411 INFO O| Dec 21 00:12:04.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7960 | 2024-12-21T00:12:04.470Z | [ recovery-image] Dec 21 00:12:04.411 INFO O| Dec 21 00:12:04.411 INFO STEP 1192 (remove_files) COMPLETE |
7961 | 2024-12-21T00:12:04.472Z | [ recovery-image] Dec 21 00:12:04.411 INFO O| Dec 21 00:12:04.411 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7962 | 2024-12-21T00:12:04.589Z | [ recovery-image] Dec 21 00:12:04.530 INFO O| Dec 21 00:12:04.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7963 | 2024-12-21T00:12:04.589Z | [ recovery-image] Dec 21 00:12:04.530 INFO O| Dec 21 00:12:04.482 INFO STEP 1193 (remove_files) COMPLETE |
7964 | 2024-12-21T00:12:04.591Z | [ recovery-image] Dec 21 00:12:04.530 INFO O| Dec 21 00:12:04.482 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7965 | 2024-12-21T00:12:04.615Z | [ recovery-image] Dec 21 00:12:04.550 INFO O| Dec 21 00:12:04.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7966 | 2024-12-21T00:12:04.616Z | [ recovery-image] Dec 21 00:12:04.550 INFO O| Dec 21 00:12:04.550 INFO STEP 1194 (remove_files) COMPLETE |
7967 | 2024-12-21T00:12:04.618Z | [ recovery-image] Dec 21 00:12:04.551 INFO O| Dec 21 00:12:04.551 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7968 | 2024-12-21T00:12:04.686Z | [ recovery-image] Dec 21 00:12:04.627 INFO O| Dec 21 00:12:04.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7969 | 2024-12-21T00:12:04.688Z | [ recovery-image] Dec 21 00:12:04.627 INFO O| Dec 21 00:12:04.627 INFO STEP 1195 (remove_files) COMPLETE |
7970 | 2024-12-21T00:12:04.688Z | [ recovery-image] Dec 21 00:12:04.628 INFO O| Dec 21 00:12:04.628 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7971 | 2024-12-21T00:12:04.711Z | [ recovery-image] Dec 21 00:12:04.652 INFO O| Dec 21 00:12:04.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7972 | 2024-12-21T00:12:04.714Z | [ recovery-image] Dec 21 00:12:04.653 INFO O| Dec 21 00:12:04.653 INFO STEP 1196 (remove_files) COMPLETE |
7973 | 2024-12-21T00:12:04.714Z | [ recovery-image] Dec 21 00:12:04.653 INFO O| Dec 21 00:12:04.653 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7974 | 2024-12-21T00:12:04.765Z | [ recovery-image] Dec 21 00:12:04.706 INFO O| Dec 21 00:12:04.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7975 | 2024-12-21T00:12:04.765Z | [ recovery-image] Dec 21 00:12:04.706 INFO O| Dec 21 00:12:04.706 INFO STEP 1197 (remove_files) COMPLETE |
7976 | 2024-12-21T00:12:04.765Z | [ recovery-image] Dec 21 00:12:04.706 INFO O| Dec 21 00:12:04.706 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7977 | 2024-12-21T00:12:04.820Z | [ recovery-image] Dec 21 00:12:04.742 INFO O| Dec 21 00:12:04.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7978 | 2024-12-21T00:12:04.820Z | [ recovery-image] Dec 21 00:12:04.742 INFO O| Dec 21 00:12:04.730 INFO STEP 1198 (remove_files) COMPLETE |
7979 | 2024-12-21T00:12:04.820Z | [ recovery-image] Dec 21 00:12:04.742 INFO O| Dec 21 00:12:04.730 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7980 | 2024-12-21T00:12:04.855Z | [ recovery-image] Dec 21 00:12:04.797 INFO O| Dec 21 00:12:04.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7981 | 2024-12-21T00:12:04.855Z | [ recovery-image] Dec 21 00:12:04.797 INFO O| Dec 21 00:12:04.797 INFO STEP 1199 (remove_files) COMPLETE |
7982 | 2024-12-21T00:12:04.855Z | [ recovery-image] Dec 21 00:12:04.797 INFO O| Dec 21 00:12:04.797 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7983 | 2024-12-21T00:12:04.877Z | [ recovery-image] Dec 21 00:12:04.819 INFO O| Dec 21 00:12:04.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7984 | 2024-12-21T00:12:04.877Z | [ recovery-image] Dec 21 00:12:04.819 INFO O| Dec 21 00:12:04.819 INFO STEP 1200 (remove_files) COMPLETE |
7985 | 2024-12-21T00:12:04.877Z | [ recovery-image] Dec 21 00:12:04.819 INFO O| Dec 21 00:12:04.819 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7986 | 2024-12-21T00:12:04.900Z | [ recovery-image] Dec 21 00:12:04.842 INFO O| Dec 21 00:12:04.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7987 | 2024-12-21T00:12:04.900Z | [ recovery-image] Dec 21 00:12:04.842 INFO O| Dec 21 00:12:04.842 INFO STEP 1201 (remove_files) COMPLETE |
7988 | 2024-12-21T00:12:04.900Z | [ recovery-image] Dec 21 00:12:04.842 INFO O| Dec 21 00:12:04.842 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7989 | 2024-12-21T00:12:04.923Z | [ recovery-image] Dec 21 00:12:04.864 INFO O| Dec 21 00:12:04.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7990 | 2024-12-21T00:12:04.923Z | [ recovery-image] Dec 21 00:12:04.864 INFO O| Dec 21 00:12:04.864 INFO STEP 1202 (remove_files) COMPLETE |
7991 | 2024-12-21T00:12:04.926Z | [ recovery-image] Dec 21 00:12:04.864 INFO O| Dec 21 00:12:04.864 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7992 | 2024-12-21T00:12:04.947Z | [ recovery-image] Dec 21 00:12:04.887 INFO O| Dec 21 00:12:04.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7993 | 2024-12-21T00:12:04.947Z | [ recovery-image] Dec 21 00:12:04.887 INFO O| Dec 21 00:12:04.887 INFO STEP 1203 (remove_files) COMPLETE |
7994 | 2024-12-21T00:12:04.947Z | [ recovery-image] Dec 21 00:12:04.888 INFO O| Dec 21 00:12:04.887 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7995 | 2024-12-21T00:12:04.969Z | [ recovery-image] Dec 21 00:12:04.910 INFO O| Dec 21 00:12:04.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7996 | 2024-12-21T00:12:04.969Z | [ recovery-image] Dec 21 00:12:04.910 INFO O| Dec 21 00:12:04.910 INFO STEP 1204 (remove_files) COMPLETE |
7997 | 2024-12-21T00:12:04.969Z | [ recovery-image] Dec 21 00:12:04.910 INFO O| Dec 21 00:12:04.910 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7998 | 2024-12-21T00:12:05.010Z | [ recovery-image] Dec 21 00:12:04.951 INFO O| Dec 21 00:12:04.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7999 | 2024-12-21T00:12:05.012Z | [ recovery-image] Dec 21 00:12:04.951 INFO O| Dec 21 00:12:04.951 INFO STEP 1205 (remove_files) COMPLETE |
8000 | 2024-12-21T00:12:05.012Z | [ recovery-image] Dec 21 00:12:04.951 INFO O| Dec 21 00:12:04.951 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
8001 | 2024-12-21T00:12:05.042Z | [ recovery-image] Dec 21 00:12:04.983 INFO O| Dec 21 00:12:04.983 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
8002 | 2024-12-21T00:12:05.044Z | [ recovery-image] Dec 21 00:12:04.984 INFO O| Dec 21 00:12:04.983 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
8003 | 2024-12-21T00:12:06.917Z | [ recovery-image] Dec 21 00:12:06.859 INFO O| Dec 21 00:12:06.859 INFO STEP 1206 (pack_tar) COMPLETE |
8004 | 2024-12-21T00:12:06.917Z | [ recovery-image] Dec 21 00:12:06.859 INFO O| Dec 21 00:12:06.859 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8005 | 2024-12-21T00:12:06.920Z | [ recovery-image] Dec 21 00:12:06.859 INFO O| Dec 21 00:12:06.859 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8006 | 2024-12-21T00:12:07.277Z | [ recovery-image] Dec 21 00:12:07.219 INFO O| Dec 21 00:12:07.218 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
8007 | 2024-12-21T00:12:07.432Z | [ recovery-image] Dec 21 00:12:07.374 INFO O| Dec 21 00:12:07.373 INFO completed processing gimlet/ramdisk-03-recovery-trim |
8008 | 2024-12-21T00:12:07.443Z | [ recovery-image] Dec 21 00:12:07.384 INFO image builder template: zfs-recovery... |
8009 | 2024-12-21T00:12:07.443Z | [ recovery-image] Dec 21 00:12:07.384 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/.tmpaSG2wu/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "zfs-recovery"], pwd: None |
8010 | 2024-12-21T00:12:07.501Z | [ recovery-image] Dec 21 00:12:07.443 INFO O| Dec 21 00:12:07.443 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8011 | 2024-12-21T00:12:07.546Z | [ recovery-image] Dec 21 00:12:07.485 INFO O| Dec 21 00:12:07.485 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8012 | 2024-12-21T00:12:07.683Z | [ recovery-image] Dec 21 00:12:07.625 INFO O| Dec 21 00:12:07.625 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8013 | 2024-12-21T00:12:07.820Z | [ recovery-image] Dec 21 00:12:07.762 INFO O| Dec 21 00:12:07.761 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8014 | 2024-12-21T00:12:07.823Z | [ recovery-image] Dec 21 00:12:07.762 INFO O| Dec 21 00:12:07.762 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8015 | 2024-12-21T00:12:07.831Z | [ recovery-image] Dec 21 00:12:07.771 INFO O| Dec 21 00:12:07.771 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8016 | 2024-12-21T00:12:08.034Z | [ recovery-image] Dec 21 00:12:07.976 INFO O| Dec 21 00:12:07.976 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8017 | 2024-12-21T00:12:08.139Z | [ recovery-image] Dec 21 00:12:08.080 INFO O| Dec 21 00:12:08.080 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8018 | 2024-12-21T00:12:08.181Z | [ recovery-image] Dec 21 00:12:08.123 INFO O| Dec 21 00:12:08.123 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8019 | 2024-12-21T00:12:08.196Z | [ recovery-image] Dec 21 00:12:08.138 INFO O| Dec 21 00:12:08.138 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8020 | 2024-12-21T00:12:08.217Z | [ recovery-image] Dec 21 00:12:08.159 INFO O| Dec 21 00:12:08.159 INFO no lofi found |
8021 | 2024-12-21T00:12:08.217Z | [ recovery-image] Dec 21 00:12:08.159 INFO O| Dec 21 00:12:08.159 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8022 | 2024-12-21T00:12:08.217Z | [ recovery-image] Dec 21 00:12:08.159 INFO O| Dec 21 00:12:08.159 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8023 | 2024-12-21T00:12:11.069Z | [ recovery-image] Dec 21 00:12:11.011 INFO O| Dec 21 00:12:11.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
8024 | 2024-12-21T00:12:11.069Z | [ recovery-image] Dec 21 00:12:11.011 INFO O| Dec 21 00:12:11.011 INFO pool device = /dev/dsk/c2t1d0p0 |
8025 | 2024-12-21T00:12:11.072Z | [ recovery-image] Dec 21 00:12:11.012 INFO O| Dec 21 00:12:11.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
8026 | 2024-12-21T00:12:11.261Z | [ recovery-image] Dec 21 00:12:11.203 INFO O| Dec 21 00:12:11.203 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8027 | 2024-12-21T00:12:11.261Z | [ recovery-image] Dec 21 00:12:11.203 INFO O| Dec 21 00:12:11.203 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8028 | 2024-12-21T00:12:11.297Z | [ recovery-image] Dec 21 00:12:11.240 INFO O| Dec 21 00:12:11.239 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8029 | 2024-12-21T00:12:11.688Z | [ recovery-image] Dec 21 00:12:11.629 INFO O| Dec 21 00:12:11.629 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8030 | 2024-12-21T00:12:11.754Z | [ recovery-image] Dec 21 00:12:11.695 INFO O| Dec 21 00:12:11.695 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8031 | 2024-12-21T00:12:11.807Z | [ recovery-image] Dec 21 00:12:11.749 INFO O| Dec 21 00:12:11.748 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8032 | 2024-12-21T00:12:11.830Z | [ recovery-image] Dec 21 00:12:11.771 INFO O| Dec 21 00:12:11.771 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8033 | 2024-12-21T00:12:11.945Z | [ recovery-image] Dec 21 00:12:11.888 INFO O| Dec 21 00:12:11.887 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8034 | 2024-12-21T00:12:11.949Z | [ recovery-image] Dec 21 00:12:11.888 INFO O| Dec 21 00:12:11.888 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8035 | 2024-12-21T00:12:11.949Z | [ recovery-image] Dec 21 00:12:11.888 INFO O| Dec 21 00:12:11.888 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8036 | 2024-12-21T00:12:11.970Z | [ recovery-image] Dec 21 00:12:11.912 INFO O| Dec 21 00:12:11.911 INFO boot environment UUID: c15f07f0-0d0a-439d-9a95-f02955d8b69b |
8037 | 2024-12-21T00:12:11.970Z | [ recovery-image] Dec 21 00:12:11.912 INFO O| Dec 21 00:12:11.912 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = c15f07f0-0d0a-439d-9a95-f02955d8b69b |
8038 | 2024-12-21T00:12:12.073Z | [ recovery-image] Dec 21 00:12:12.015 INFO O| Dec 21 00:12:12.015 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8039 | 2024-12-21T00:12:12.148Z | [ recovery-image] Dec 21 00:12:12.090 INFO O| Dec 21 00:12:12.090 INFO STEP 0 (create_be) COMPLETE |
8040 | 2024-12-21T00:12:12.148Z | [ recovery-image] Dec 21 00:12:12.090 INFO O| Dec 21 00:12:12.090 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8041 | 2024-12-21T00:12:12.296Z | [ recovery-image] Dec 21 00:12:12.238 INFO O| Dec 21 00:12:12.237 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"] |
8042 | 2024-12-21T00:12:19.438Z | [ recovery-image] Dec 21 00:12:19.382 INFO O| Dec 21 00:12:19.381 INFO STEP 1 (unpack_tar) COMPLETE |
8043 | 2024-12-21T00:12:19.438Z | [ recovery-image] Dec 21 00:12:19.382 INFO O| Dec 21 00:12:19.382 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8044 | 2024-12-21T00:12:19.459Z | [ recovery-image] Dec 21 00:12:19.403 INFO O| Dec 21 00:12:19.403 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8045 | 2024-12-21T00:12:19.818Z | [ recovery-image] Dec 21 00:12:19.761 INFO O| Dec 21 00:12:19.761 INFO STEP 2 (devfsadm) COMPLETE |
8046 | 2024-12-21T00:12:19.818Z | [ recovery-image] Dec 21 00:12:19.761 INFO O| Dec 21 00:12:19.761 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8047 | 2024-12-21T00:12:19.839Z | [ recovery-image] Dec 21 00:12:19.782 INFO O| Dec 21 00:12:19.782 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8048 | 2024-12-21T00:12:19.839Z | [ recovery-image] Dec 21 00:12:19.782 INFO O| Dec 21 00:12:19.782 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8049 | 2024-12-21T00:12:19.843Z | [ recovery-image] Dec 21 00:12:19.782 INFO O| Dec 21 00:12:19.782 INFO STEP 3 (ensure_dir) COMPLETE |
8050 | 2024-12-21T00:12:19.843Z | [ recovery-image] Dec 21 00:12:19.782 INFO O| Dec 21 00:12:19.782 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8051 | 2024-12-21T00:12:19.859Z | [ recovery-image] Dec 21 00:12:19.801 INFO O| Dec 21 00:12:19.801 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8052 | 2024-12-21T00:12:19.859Z | [ recovery-image] Dec 21 00:12:19.801 INFO O| Dec 21 00:12:19.801 INFO STEP 4 (ensure_dir) COMPLETE |
8053 | 2024-12-21T00:12:19.859Z | [ recovery-image] Dec 21 00:12:19.801 INFO O| Dec 21 00:12:19.801 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8054 | 2024-12-21T00:12:19.916Z | [ recovery-image] Dec 21 00:12:19.860 INFO O| Dec 21 00:12:19.859 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8055 | 2024-12-21T00:12:19.916Z | [ recovery-image] Dec 21 00:12:19.860 INFO O| Dec 21 00:12:19.860 INFO STEP 5 (ensure_dir) COMPLETE |
8056 | 2024-12-21T00:12:19.919Z | [ recovery-image] Dec 21 00:12:19.860 INFO O| Dec 21 00:12:19.860 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8057 | 2024-12-21T00:12:20.009Z | [ recovery-image] Dec 21 00:12:19.953 INFO O| Dec 21 00:12:19.953 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8058 | 2024-12-21T00:12:20.011Z | [ recovery-image] Dec 21 00:12:19.953 INFO O| Dec 21 00:12:19.953 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8059 | 2024-12-21T00:12:20.012Z | [ recovery-image] Dec 21 00:12:19.953 INFO O| Dec 21 00:12:19.953 INFO STEP 6 (ensure_dir) COMPLETE |
8060 | 2024-12-21T00:12:20.012Z | [ recovery-image] Dec 21 00:12:19.953 INFO O| Dec 21 00:12:19.953 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8061 | 2024-12-21T00:12:20.032Z | [ recovery-image] Dec 21 00:12:19.976 INFO O| Dec 21 00:12:19.976 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8062 | 2024-12-21T00:12:20.032Z | [ recovery-image] Dec 21 00:12:19.976 INFO O| Dec 21 00:12:19.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8063 | 2024-12-21T00:12:20.038Z | [ recovery-image] Dec 21 00:12:19.976 INFO O| Dec 21 00:12:19.976 INFO STEP 7 (ensure_dir) COMPLETE |
8064 | 2024-12-21T00:12:20.039Z | [ recovery-image] Dec 21 00:12:19.976 INFO O| Dec 21 00:12:19.976 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8065 | 2024-12-21T00:12:20.078Z | [ recovery-image] Dec 21 00:12:20.021 INFO O| Dec 21 00:12:20.021 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8066 | 2024-12-21T00:12:20.081Z | [ recovery-image] Dec 21 00:12:20.021 INFO O| Dec 21 00:12:20.021 INFO STEP 8 (remove_files) COMPLETE |
8067 | 2024-12-21T00:12:20.081Z | [ recovery-image] Dec 21 00:12:20.021 INFO O| Dec 21 00:12:20.021 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8068 | 2024-12-21T00:12:20.160Z | [ recovery-image] Dec 21 00:12:20.103 INFO O| Dec 21 00:12:20.103 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8069 | 2024-12-21T00:12:20.162Z | [ recovery-image] Dec 21 00:12:20.104 INFO O| Dec 21 00:12:20.104 INFO STEP 9 (remove_files) COMPLETE |
8070 | 2024-12-21T00:12:20.162Z | [ recovery-image] Dec 21 00:12:20.104 INFO O| Dec 21 00:12:20.104 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8071 | 2024-12-21T00:12:20.186Z | [ recovery-image] Dec 21 00:12:20.129 INFO O| Dec 21 00:12:20.129 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8072 | 2024-12-21T00:12:20.189Z | [ recovery-image] Dec 21 00:12:20.131 INFO O| Dec 21 00:12:20.131 INFO STEP 10 (remove_files) COMPLETE |
8073 | 2024-12-21T00:12:20.189Z | [ recovery-image] Dec 21 00:12:20.131 INFO O| Dec 21 00:12:20.131 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8074 | 2024-12-21T00:12:20.210Z | [ recovery-image] Dec 21 00:12:20.153 INFO O| Dec 21 00:12:20.153 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8075 | 2024-12-21T00:12:20.213Z | [ recovery-image] Dec 21 00:12:20.154 INFO O| Dec 21 00:12:20.154 INFO STEP 11 (remove_files) COMPLETE |
8076 | 2024-12-21T00:12:20.213Z | [ recovery-image] Dec 21 00:12:20.154 INFO O| Dec 21 00:12:20.154 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8077 | 2024-12-21T00:12:20.233Z | [ recovery-image] Dec 21 00:12:20.176 INFO O| Dec 21 00:12:20.176 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8078 | 2024-12-21T00:12:20.237Z | [ recovery-image] Dec 21 00:12:20.176 INFO O| Dec 21 00:12:20.176 INFO STEP 12 (remove_files) COMPLETE |
8079 | 2024-12-21T00:12:20.237Z | [ recovery-image] Dec 21 00:12:20.176 INFO O| Dec 21 00:12:20.176 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8080 | 2024-12-21T00:12:20.293Z | [ recovery-image] Dec 21 00:12:20.236 INFO O| Dec 21 00:12:20.236 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8081 | 2024-12-21T00:12:20.293Z | [ recovery-image] Dec 21 00:12:20.236 INFO O| Dec 21 00:12:20.236 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8082 | 2024-12-21T00:12:20.293Z | [ recovery-image] Dec 21 00:12:20.236 INFO O| Dec 21 00:12:20.236 INFO STEP 13 (ensure_dir) COMPLETE |
8083 | 2024-12-21T00:12:20.293Z | [ recovery-image] Dec 21 00:12:20.236 INFO O| Dec 21 00:12:20.236 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8084 | 2024-12-21T00:12:20.326Z | [ recovery-image] Dec 21 00:12:20.269 INFO O| Dec 21 00:12:20.269 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8085 | 2024-12-21T00:12:20.329Z | [ recovery-image] Dec 21 00:12:20.270 INFO O| Dec 21 00:12:20.269 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8086 | 2024-12-21T00:12:20.329Z | [ recovery-image] Dec 21 00:12:20.270 INFO O| Dec 21 00:12:20.270 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8087 | 2024-12-21T00:12:20.329Z | [ recovery-image] Dec 21 00:12:20.270 INFO O| Dec 21 00:12:20.270 INFO STEP 14 (ensure_dir) COMPLETE |
8088 | 2024-12-21T00:12:20.329Z | [ recovery-image] Dec 21 00:12:20.270 INFO O| Dec 21 00:12:20.270 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8089 | 2024-12-21T00:12:20.349Z | [ recovery-image] Dec 21 00:12:20.293 INFO O| Dec 21 00:12:20.293 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8090 | 2024-12-21T00:12:20.353Z | [ recovery-image] Dec 21 00:12:20.293 INFO O| Dec 21 00:12:20.293 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8091 | 2024-12-21T00:12:20.354Z | [ recovery-image] Dec 21 00:12:20.293 INFO O| Dec 21 00:12:20.293 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8092 | 2024-12-21T00:12:20.354Z | [ recovery-image] Dec 21 00:12:20.294 INFO O| Dec 21 00:12:20.294 INFO STEP 15 (ensure_dir) COMPLETE |
8093 | 2024-12-21T00:12:20.354Z | [ recovery-image] Dec 21 00:12:20.294 INFO O| Dec 21 00:12:20.294 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8094 | 2024-12-21T00:12:20.374Z | [ recovery-image] Dec 21 00:12:20.317 INFO O| Dec 21 00:12:20.316 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8095 | 2024-12-21T00:12:20.380Z | [ recovery-image] Dec 21 00:12:20.317 INFO O| Dec 21 00:12:20.317 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8096 | 2024-12-21T00:12:20.380Z | [ recovery-image] Dec 21 00:12:20.317 INFO O| Dec 21 00:12:20.317 INFO STEP 16 (ensure_dir) COMPLETE |
8097 | 2024-12-21T00:12:20.381Z | [ recovery-image] Dec 21 00:12:20.317 INFO O| Dec 21 00:12:20.317 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8098 | 2024-12-21T00:12:20.396Z | [ recovery-image] Dec 21 00:12:20.340 INFO O| Dec 21 00:12:20.340 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8099 | 2024-12-21T00:12:20.399Z | [ recovery-image] Dec 21 00:12:20.340 INFO O| Dec 21 00:12:20.340 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8100 | 2024-12-21T00:12:20.399Z | [ recovery-image] Dec 21 00:12:20.340 INFO O| Dec 21 00:12:20.340 INFO STEP 17 (ensure_dir) COMPLETE |
8101 | 2024-12-21T00:12:20.399Z | [ recovery-image] Dec 21 00:12:20.341 INFO O| Dec 21 00:12:20.341 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8102 | 2024-12-21T00:12:20.419Z | [ recovery-image] Dec 21 00:12:20.363 INFO O| Dec 21 00:12:20.363 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8103 | 2024-12-21T00:12:20.422Z | [ recovery-image] Dec 21 00:12:20.363 INFO O| Dec 21 00:12:20.363 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8104 | 2024-12-21T00:12:20.422Z | [ recovery-image] Dec 21 00:12:20.363 INFO O| Dec 21 00:12:20.363 INFO ok! |
8105 | 2024-12-21T00:12:20.422Z | [ recovery-image] Dec 21 00:12:20.363 INFO O| Dec 21 00:12:20.363 INFO STEP 18 (ensure_symlink) COMPLETE |
8106 | 2024-12-21T00:12:20.422Z | [ recovery-image] Dec 21 00:12:20.364 INFO O| Dec 21 00:12:20.364 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8107 | 2024-12-21T00:12:20.442Z | [ recovery-image] Dec 21 00:12:20.386 INFO O| Dec 21 00:12:20.386 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8108 | 2024-12-21T00:12:20.445Z | [ recovery-image] Dec 21 00:12:20.386 INFO O| Dec 21 00:12:20.386 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8109 | 2024-12-21T00:12:20.445Z | [ recovery-image] Dec 21 00:12:20.386 INFO O| Dec 21 00:12:20.386 INFO ok! |
8110 | 2024-12-21T00:12:20.445Z | [ recovery-image] Dec 21 00:12:20.386 INFO O| Dec 21 00:12:20.386 INFO STEP 19 (ensure_file) COMPLETE |
8111 | 2024-12-21T00:12:20.445Z | [ recovery-image] Dec 21 00:12:20.386 INFO O| Dec 21 00:12:20.386 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8112 | 2024-12-21T00:12:20.467Z | [ recovery-image] Dec 21 00:12:20.410 INFO O| Dec 21 00:12:20.410 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8113 | 2024-12-21T00:12:20.467Z | [ recovery-image] Dec 21 00:12:20.410 INFO O| Dec 21 00:12:20.410 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8114 | 2024-12-21T00:12:20.474Z | [ recovery-image] Dec 21 00:12:20.410 INFO O| Dec 21 00:12:20.410 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8115 | 2024-12-21T00:12:20.474Z | [ recovery-image] Dec 21 00:12:20.410 INFO O| Dec 21 00:12:20.410 INFO ok! |
8116 | 2024-12-21T00:12:20.474Z | [ recovery-image] Dec 21 00:12:20.410 INFO O| Dec 21 00:12:20.410 INFO STEP 20 (ensure_symlink) COMPLETE |
8117 | 2024-12-21T00:12:20.474Z | [ recovery-image] Dec 21 00:12:20.411 INFO O| Dec 21 00:12:20.411 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8118 | 2024-12-21T00:12:20.492Z | [ recovery-image] Dec 21 00:12:20.433 INFO O| Dec 21 00:12:20.433 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8119 | 2024-12-21T00:12:20.492Z | [ recovery-image] Dec 21 00:12:20.433 INFO O| Dec 21 00:12:20.433 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8120 | 2024-12-21T00:12:20.497Z | [ recovery-image] Dec 21 00:12:20.433 INFO O| Dec 21 00:12:20.433 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8121 | 2024-12-21T00:12:20.497Z | [ recovery-image] Dec 21 00:12:20.433 INFO O| Dec 21 00:12:20.433 INFO ok! |
8122 | 2024-12-21T00:12:20.497Z | [ recovery-image] Dec 21 00:12:20.433 INFO O| Dec 21 00:12:20.433 INFO STEP 21 (ensure_symlink) COMPLETE |
8123 | 2024-12-21T00:12:20.498Z | [ recovery-image] Dec 21 00:12:20.433 INFO O| Dec 21 00:12:20.433 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8124 | 2024-12-21T00:12:20.515Z | [ recovery-image] Dec 21 00:12:20.457 INFO O| Dec 21 00:12:20.456 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8125 | 2024-12-21T00:12:20.515Z | [ recovery-image] Dec 21 00:12:20.457 INFO O| Dec 21 00:12:20.457 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8126 | 2024-12-21T00:12:20.527Z | [ recovery-image] Dec 21 00:12:20.457 INFO O| Dec 21 00:12:20.457 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8127 | 2024-12-21T00:12:20.527Z | [ recovery-image] Dec 21 00:12:20.457 INFO O| Dec 21 00:12:20.457 INFO ok! |
8128 | 2024-12-21T00:12:20.527Z | [ recovery-image] Dec 21 00:12:20.457 INFO O| Dec 21 00:12:20.457 INFO STEP 22 (ensure_symlink) COMPLETE |
8129 | 2024-12-21T00:12:20.527Z | [ recovery-image] Dec 21 00:12:20.457 INFO O| Dec 21 00:12:20.457 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8130 | 2024-12-21T00:12:20.571Z | [ recovery-image] Dec 21 00:12:20.515 INFO O| Dec 21 00:12:20.515 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8131 | 2024-12-21T00:12:20.571Z | [ recovery-image] Dec 21 00:12:20.515 INFO O| Dec 21 00:12:20.515 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8132 | 2024-12-21T00:12:20.574Z | [ recovery-image] Dec 21 00:12:20.515 INFO O| Dec 21 00:12:20.515 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8133 | 2024-12-21T00:12:20.574Z | [ recovery-image] Dec 21 00:12:20.516 INFO O| Dec 21 00:12:20.515 INFO ok! |
8134 | 2024-12-21T00:12:20.574Z | [ recovery-image] Dec 21 00:12:20.516 INFO O| Dec 21 00:12:20.516 INFO STEP 23 (ensure_symlink) COMPLETE |
8135 | 2024-12-21T00:12:20.574Z | [ recovery-image] Dec 21 00:12:20.516 INFO O| Dec 21 00:12:20.516 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8136 | 2024-12-21T00:12:20.596Z | [ recovery-image] Dec 21 00:12:20.540 INFO O| Dec 21 00:12:20.540 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8137 | 2024-12-21T00:12:20.599Z | [ recovery-image] Dec 21 00:12:20.540 INFO O| Dec 21 00:12:20.540 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 ... |
8138 | 2024-12-21T00:12:20.599Z | [ recovery-image] Dec 21 00:12:20.541 INFO O| Dec 21 00:12:20.541 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8139 | 2024-12-21T00:12:20.599Z | [ recovery-image] Dec 21 00:12:20.541 INFO O| Dec 21 00:12:20.541 INFO ok! |
8140 | 2024-12-21T00:12:20.599Z | [ recovery-image] Dec 21 00:12:20.541 INFO O| Dec 21 00:12:20.541 INFO STEP 24 (ensure_file) COMPLETE |
8141 | 2024-12-21T00:12:20.599Z | [ recovery-image] Dec 21 00:12:20.541 INFO O| Dec 21 00:12:20.541 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8142 | 2024-12-21T00:12:20.652Z | [ recovery-image] Dec 21 00:12:20.595 INFO O| Dec 21 00:12:20.595 INFO updating shadow file |
8143 | 2024-12-21T00:12:20.655Z | [ recovery-image] Dec 21 00:12:20.596 INFO O| Dec 21 00:12:20.596 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8144 | 2024-12-21T00:12:20.655Z | [ recovery-image] Dec 21 00:12:20.596 INFO O| Dec 21 00:12:20.596 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8145 | 2024-12-21T00:12:20.655Z | [ recovery-image] Dec 21 00:12:20.596 INFO O| Dec 21 00:12:20.596 INFO STEP 25 (shadow) COMPLETE |
8146 | 2024-12-21T00:12:20.656Z | [ recovery-image] Dec 21 00:12:20.596 INFO O| Dec 21 00:12:20.596 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8147 | 2024-12-21T00:12:20.716Z | [ recovery-image] Dec 21 00:12:20.659 INFO O| Dec 21 00:12:20.659 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8148 | 2024-12-21T00:12:20.716Z | [ recovery-image] Dec 21 00:12:20.660 INFO O| Dec 21 00:12:20.659 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8149 | 2024-12-21T00:12:20.719Z | [ recovery-image] Dec 21 00:12:20.660 INFO O| Dec 21 00:12:20.660 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8150 | 2024-12-21T00:12:20.719Z | [ recovery-image] Dec 21 00:12:20.660 INFO O| Dec 21 00:12:20.660 INFO ok! |
8151 | 2024-12-21T00:12:20.719Z | [ recovery-image] Dec 21 00:12:20.660 INFO O| Dec 21 00:12:20.660 INFO STEP 26 (ensure_file) COMPLETE |
8152 | 2024-12-21T00:12:20.719Z | [ recovery-image] Dec 21 00:12:20.660 INFO O| Dec 21 00:12:20.660 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8153 | 2024-12-21T00:12:20.739Z | [ recovery-image] Dec 21 00:12:20.682 INFO O| Dec 21 00:12:20.682 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8154 | 2024-12-21T00:12:20.739Z | [ recovery-image] Dec 21 00:12:20.682 INFO O| Dec 21 00:12:20.682 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8155 | 2024-12-21T00:12:20.739Z | [ recovery-image] Dec 21 00:12:20.683 INFO O| Dec 21 00:12:20.682 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8156 | 2024-12-21T00:12:20.741Z | [ recovery-image] Dec 21 00:12:20.683 INFO O| Dec 21 00:12:20.683 INFO ok! |
8157 | 2024-12-21T00:12:20.741Z | [ recovery-image] Dec 21 00:12:20.683 INFO O| Dec 21 00:12:20.683 INFO STEP 27 (ensure_file) COMPLETE |
8158 | 2024-12-21T00:12:20.741Z | [ recovery-image] Dec 21 00:12:20.683 INFO O| Dec 21 00:12:20.683 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8159 | 2024-12-21T00:12:20.761Z | [ recovery-image] Dec 21 00:12:20.705 INFO O| Dec 21 00:12:20.705 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8160 | 2024-12-21T00:12:20.762Z | [ recovery-image] Dec 21 00:12:20.705 INFO O| Dec 21 00:12:20.705 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8161 | 2024-12-21T00:12:20.764Z | [ recovery-image] Dec 21 00:12:20.705 INFO O| Dec 21 00:12:20.705 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8162 | 2024-12-21T00:12:20.764Z | [ recovery-image] Dec 21 00:12:20.706 INFO O| Dec 21 00:12:20.705 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8163 | 2024-12-21T00:12:20.764Z | [ recovery-image] Dec 21 00:12:20.706 INFO O| Dec 21 00:12:20.706 INFO ok! |
8164 | 2024-12-21T00:12:20.764Z | [ recovery-image] Dec 21 00:12:20.706 INFO O| Dec 21 00:12:20.706 INFO STEP 28 (ensure_file) COMPLETE |
8165 | 2024-12-21T00:12:20.764Z | [ recovery-image] Dec 21 00:12:20.706 INFO O| Dec 21 00:12:20.706 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8166 | 2024-12-21T00:12:20.783Z | [ recovery-image] Dec 21 00:12:20.727 INFO O| Dec 21 00:12:20.727 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8167 | 2024-12-21T00:12:20.783Z | [ recovery-image] Dec 21 00:12:20.727 INFO O| Dec 21 00:12:20.727 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8168 | 2024-12-21T00:12:20.783Z | [ recovery-image] Dec 21 00:12:20.727 INFO O| Dec 21 00:12:20.727 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8169 | 2024-12-21T00:12:20.786Z | [ recovery-image] Dec 21 00:12:20.727 INFO O| Dec 21 00:12:20.727 INFO ok! |
8170 | 2024-12-21T00:12:20.786Z | [ recovery-image] Dec 21 00:12:20.727 INFO O| Dec 21 00:12:20.727 INFO STEP 29 (ensure_file) COMPLETE |
8171 | 2024-12-21T00:12:20.786Z | [ recovery-image] Dec 21 00:12:20.727 INFO O| Dec 21 00:12:20.727 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8172 | 2024-12-21T00:12:20.820Z | [ recovery-image] Dec 21 00:12:20.764 INFO O| Dec 21 00:12:20.763 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8173 | 2024-12-21T00:12:20.820Z | [ recovery-image] Dec 21 00:12:20.764 INFO O| Dec 21 00:12:20.763 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8174 | 2024-12-21T00:12:20.823Z | [ recovery-image] Dec 21 00:12:20.764 INFO O| Dec 21 00:12:20.764 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8175 | 2024-12-21T00:12:20.823Z | [ recovery-image] Dec 21 00:12:20.764 INFO O| Dec 21 00:12:20.764 INFO ok! |
8176 | 2024-12-21T00:12:20.823Z | [ recovery-image] Dec 21 00:12:20.764 INFO O| Dec 21 00:12:20.764 INFO STEP 30 (ensure_file) COMPLETE |
8177 | 2024-12-21T00:12:20.823Z | [ recovery-image] Dec 21 00:12:20.764 INFO O| Dec 21 00:12:20.764 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8178 | 2024-12-21T00:12:20.843Z | [ recovery-image] Dec 21 00:12:20.787 INFO O| Dec 21 00:12:20.787 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8179 | 2024-12-21T00:12:20.846Z | [ recovery-image] Dec 21 00:12:20.787 INFO O| Dec 21 00:12:20.787 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8180 | 2024-12-21T00:12:20.846Z | [ recovery-image] Dec 21 00:12:20.787 INFO O| Dec 21 00:12:20.787 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8181 | 2024-12-21T00:12:20.847Z | [ recovery-image] Dec 21 00:12:20.787 INFO O| Dec 21 00:12:20.787 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8182 | 2024-12-21T00:12:20.847Z | [ recovery-image] Dec 21 00:12:20.787 INFO O| Dec 21 00:12:20.787 INFO ok! |
8183 | 2024-12-21T00:12:20.847Z | [ recovery-image] Dec 21 00:12:20.787 INFO O| Dec 21 00:12:20.787 INFO STEP 31 (ensure_file) COMPLETE |
8184 | 2024-12-21T00:12:20.851Z | [ recovery-image] Dec 21 00:12:20.787 INFO O| Dec 21 00:12:20.787 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8185 | 2024-12-21T00:12:20.877Z | [ recovery-image] Dec 21 00:12:20.810 INFO O| Dec 21 00:12:20.810 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8186 | 2024-12-21T00:12:20.878Z | [ recovery-image] Dec 21 00:12:20.810 INFO O| Dec 21 00:12:20.810 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8187 | 2024-12-21T00:12:20.901Z | [ recovery-image] Dec 21 00:12:20.810 INFO O| Dec 21 00:12:20.810 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8188 | 2024-12-21T00:12:20.902Z | [ recovery-image] Dec 21 00:12:20.810 INFO O| Dec 21 00:12:20.810 INFO ok! |
8189 | 2024-12-21T00:12:20.902Z | [ recovery-image] Dec 21 00:12:20.810 INFO O| Dec 21 00:12:20.810 INFO STEP 32 (ensure_file) COMPLETE |
8190 | 2024-12-21T00:12:20.902Z | [ recovery-image] Dec 21 00:12:20.811 INFO O| Dec 21 00:12:20.810 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8191 | 2024-12-21T00:12:20.911Z | [ recovery-image] Dec 21 00:12:20.835 INFO O| Dec 21 00:12:20.834 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8192 | 2024-12-21T00:12:20.911Z | [ recovery-image] Dec 21 00:12:20.835 INFO O| Dec 21 00:12:20.835 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8193 | 2024-12-21T00:12:20.911Z | [ recovery-image] Dec 21 00:12:20.835 INFO O| Dec 21 00:12:20.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8194 | 2024-12-21T00:12:20.911Z | [ recovery-image] Dec 21 00:12:20.835 INFO O| Dec 21 00:12:20.835 INFO ok! |
8195 | 2024-12-21T00:12:20.912Z | [ recovery-image] Dec 21 00:12:20.835 INFO O| Dec 21 00:12:20.835 INFO STEP 33 (ensure_file) COMPLETE |
8196 | 2024-12-21T00:12:20.912Z | [ recovery-image] Dec 21 00:12:20.835 INFO O| Dec 21 00:12:20.835 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8197 | 2024-12-21T00:12:20.934Z | [ recovery-image] Dec 21 00:12:20.878 INFO O| Dec 21 00:12:20.878 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8198 | 2024-12-21T00:12:20.935Z | [ recovery-image] Dec 21 00:12:20.878 INFO O| Dec 21 00:12:20.878 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8199 | 2024-12-21T00:12:20.937Z | [ recovery-image] Dec 21 00:12:20.878 INFO O| Dec 21 00:12:20.878 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8200 | 2024-12-21T00:12:20.937Z | [ recovery-image] Dec 21 00:12:20.878 INFO O| Dec 21 00:12:20.878 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8201 | 2024-12-21T00:12:20.937Z | [ recovery-image] Dec 21 00:12:20.879 INFO O| Dec 21 00:12:20.878 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8202 | 2024-12-21T00:12:20.937Z | [ recovery-image] Dec 21 00:12:20.879 INFO O| Dec 21 00:12:20.879 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8203 | 2024-12-21T00:12:20.937Z | [ recovery-image] Dec 21 00:12:20.879 INFO O| Dec 21 00:12:20.879 INFO ok! |
8204 | 2024-12-21T00:12:20.937Z | [ recovery-image] Dec 21 00:12:20.879 INFO O| Dec 21 00:12:20.879 INFO STEP 34 (ensure_file) COMPLETE |
8205 | 2024-12-21T00:12:20.937Z | [ recovery-image] Dec 21 00:12:20.879 INFO O| Dec 21 00:12:20.879 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8206 | 2024-12-21T00:12:20.958Z | [ recovery-image] Dec 21 00:12:20.902 INFO O| Dec 21 00:12:20.902 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8207 | 2024-12-21T00:12:20.961Z | [ recovery-image] Dec 21 00:12:20.903 INFO O| Dec 21 00:12:20.902 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8208 | 2024-12-21T00:12:20.961Z | [ recovery-image] Dec 21 00:12:20.903 INFO O| Dec 21 00:12:20.903 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8209 | 2024-12-21T00:12:20.961Z | [ recovery-image] Dec 21 00:12:20.903 INFO O| Dec 21 00:12:20.903 INFO STEP 35 (ensure_dir) COMPLETE |
8210 | 2024-12-21T00:12:20.961Z | [ recovery-image] Dec 21 00:12:20.903 INFO O| Dec 21 00:12:20.903 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8211 | 2024-12-21T00:12:20.980Z | [ recovery-image] Dec 21 00:12:20.924 INFO O| Dec 21 00:12:20.924 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 |
8212 | 2024-12-21T00:12:20.980Z | [ recovery-image] Dec 21 00:12:20.924 INFO O| Dec 21 00:12:20.924 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 ... |
8213 | 2024-12-21T00:12:20.984Z | [ recovery-image] Dec 21 00:12:20.924 INFO O| Dec 21 00:12:20.924 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 |
8214 | 2024-12-21T00:12:20.984Z | [ recovery-image] Dec 21 00:12:20.925 INFO O| Dec 21 00:12:20.925 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 |
8215 | 2024-12-21T00:12:20.984Z | [ recovery-image] Dec 21 00:12:20.925 INFO O| Dec 21 00:12:20.925 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 |
8216 | 2024-12-21T00:12:20.984Z | [ recovery-image] Dec 21 00:12:20.925 INFO O| Dec 21 00:12:20.925 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 |
8217 | 2024-12-21T00:12:20.984Z | [ recovery-image] Dec 21 00:12:20.925 INFO O| Dec 21 00:12:20.925 INFO ok! |
8218 | 2024-12-21T00:12:20.984Z | [ recovery-image] Dec 21 00:12:20.925 INFO O| Dec 21 00:12:20.925 INFO STEP 36 (ensure_file) COMPLETE |
8219 | 2024-12-21T00:12:20.984Z | [ recovery-image] Dec 21 00:12:20.925 INFO O| Dec 21 00:12:20.925 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8220 | 2024-12-21T00:12:21.042Z | [ recovery-image] Dec 21 00:12:20.985 INFO O| Dec 21 00:12:20.985 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8221 | 2024-12-21T00:12:21.042Z | [ recovery-image] Dec 21 00:12:20.985 INFO O| Dec 21 00:12:20.985 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 ... |
8222 | 2024-12-21T00:12:21.042Z | [ recovery-image] Dec 21 00:12:20.985 INFO O| Dec 21 00:12:20.985 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8223 | 2024-12-21T00:12:21.047Z | [ recovery-image] Dec 21 00:12:20.985 INFO O| Dec 21 00:12:20.985 INFO ok! |
8224 | 2024-12-21T00:12:21.047Z | [ recovery-image] Dec 21 00:12:20.985 INFO O| Dec 21 00:12:20.985 INFO STEP 37 (ensure_symlink) COMPLETE |
8225 | 2024-12-21T00:12:21.047Z | [ recovery-image] Dec 21 00:12:20.985 INFO O| Dec 21 00:12:20.985 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8226 | 2024-12-21T00:12:21.100Z | [ recovery-image] Dec 21 00:12:21.043 INFO O| Dec 21 00:12:21.043 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8227 | 2024-12-21T00:12:21.101Z | [ recovery-image] Dec 21 00:12:21.043 INFO O| Dec 21 00:12:21.043 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8228 | 2024-12-21T00:12:21.101Z | [ recovery-image] Dec 21 00:12:21.043 INFO O| Dec 21 00:12:21.043 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8229 | 2024-12-21T00:12:21.107Z | [ recovery-image] Dec 21 00:12:21.043 INFO O| Dec 21 00:12:21.043 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8230 | 2024-12-21T00:12:21.107Z | [ recovery-image] Dec 21 00:12:21.043 INFO O| Dec 21 00:12:21.043 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8231 | 2024-12-21T00:12:21.107Z | [ recovery-image] Dec 21 00:12:21.043 INFO O| Dec 21 00:12:21.043 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8232 | 2024-12-21T00:12:21.107Z | [ recovery-image] Dec 21 00:12:21.043 INFO O| Dec 21 00:12:21.043 INFO ok! |
8233 | 2024-12-21T00:12:21.107Z | [ recovery-image] Dec 21 00:12:21.043 INFO O| Dec 21 00:12:21.043 INFO STEP 38 (ensure_file) COMPLETE |
8234 | 2024-12-21T00:12:21.107Z | [ recovery-image] Dec 21 00:12:21.044 INFO O| Dec 21 00:12:21.043 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8235 | 2024-12-21T00:12:21.123Z | [ recovery-image] Dec 21 00:12:21.066 INFO O| Dec 21 00:12:21.066 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8236 | 2024-12-21T00:12:21.123Z | [ recovery-image] Dec 21 00:12:21.066 INFO O| Dec 21 00:12:21.066 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 ... |
8237 | 2024-12-21T00:12:21.123Z | [ recovery-image] Dec 21 00:12:21.067 INFO O| Dec 21 00:12:21.067 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 |
8238 | 2024-12-21T00:12:21.125Z | [ recovery-image] Dec 21 00:12:21.067 INFO O| Dec 21 00:12:21.067 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8239 | 2024-12-21T00:12:21.125Z | [ recovery-image] Dec 21 00:12:21.067 INFO O| Dec 21 00:12:21.067 INFO ok! |
8240 | 2024-12-21T00:12:21.125Z | [ recovery-image] Dec 21 00:12:21.067 INFO O| Dec 21 00:12:21.067 INFO STEP 39 (ensure_file) COMPLETE |
8241 | 2024-12-21T00:12:21.125Z | [ recovery-image] Dec 21 00:12:21.067 INFO O| Dec 21 00:12:21.067 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8242 | 2024-12-21T00:12:21.145Z | [ recovery-image] Dec 21 00:12:21.088 INFO O| Dec 21 00:12:21.088 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8243 | 2024-12-21T00:12:21.145Z | [ recovery-image] Dec 21 00:12:21.088 INFO O| Dec 21 00:12:21.088 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8244 | 2024-12-21T00:12:21.148Z | [ recovery-image] Dec 21 00:12:21.089 INFO O| Dec 21 00:12:21.089 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8245 | 2024-12-21T00:12:21.148Z | [ recovery-image] Dec 21 00:12:21.089 INFO O| Dec 21 00:12:21.089 INFO ok! |
8246 | 2024-12-21T00:12:21.148Z | [ recovery-image] Dec 21 00:12:21.089 INFO O| Dec 21 00:12:21.089 INFO STEP 40 (ensure_file) COMPLETE |
8247 | 2024-12-21T00:12:21.148Z | [ recovery-image] Dec 21 00:12:21.089 INFO O| Dec 21 00:12:21.089 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8248 | 2024-12-21T00:12:21.166Z | [ recovery-image] Dec 21 00:12:21.109 INFO O| Dec 21 00:12:21.109 INFO updating shadow file |
8249 | 2024-12-21T00:12:21.168Z | [ recovery-image] Dec 21 00:12:21.110 INFO O| Dec 21 00:12:21.109 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8250 | 2024-12-21T00:12:21.168Z | [ recovery-image] Dec 21 00:12:21.110 INFO O| Dec 21 00:12:21.110 INFO STEP 41 (shadow) COMPLETE |
8251 | 2024-12-21T00:12:21.168Z | [ recovery-image] Dec 21 00:12:21.110 INFO O| Dec 21 00:12:21.110 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8252 | 2024-12-21T00:12:21.192Z | [ recovery-image] Dec 21 00:12:21.133 INFO O| Dec 21 00:12:21.133 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8253 | 2024-12-21T00:12:21.206Z | [ recovery-image] Dec 21 00:12:21.133 INFO O| Dec 21 00:12:21.133 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8254 | 2024-12-21T00:12:21.206Z | [ recovery-image] Dec 21 00:12:21.133 INFO O| Dec 21 00:12:21.133 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8255 | 2024-12-21T00:12:21.206Z | [ recovery-image] Dec 21 00:12:21.133 INFO O| Dec 21 00:12:21.133 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8256 | 2024-12-21T00:12:21.206Z | [ recovery-image] Dec 21 00:12:21.133 INFO O| Dec 21 00:12:21.133 INFO ok! |
8257 | 2024-12-21T00:12:21.206Z | [ recovery-image] Dec 21 00:12:21.134 INFO O| Dec 21 00:12:21.134 INFO STEP 42 (ensure_file) COMPLETE |
8258 | 2024-12-21T00:12:21.206Z | [ recovery-image] Dec 21 00:12:21.134 INFO O| Dec 21 00:12:21.134 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8259 | 2024-12-21T00:12:21.217Z | [ recovery-image] Dec 21 00:12:21.158 INFO O| Dec 21 00:12:21.158 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8260 | 2024-12-21T00:12:21.217Z | [ recovery-image] Dec 21 00:12:21.158 INFO O| Dec 21 00:12:21.158 INFO STEP 43 (ensure_dir) COMPLETE |
8261 | 2024-12-21T00:12:21.227Z | [ recovery-image] Dec 21 00:12:21.158 INFO O| Dec 21 00:12:21.158 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8262 | 2024-12-21T00:12:21.237Z | [ recovery-image] Dec 21 00:12:21.180 INFO O| Dec 21 00:12:21.180 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8263 | 2024-12-21T00:12:21.237Z | [ recovery-image] Dec 21 00:12:21.180 INFO O| Dec 21 00:12:21.180 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8264 | 2024-12-21T00:12:21.241Z | [ recovery-image] Dec 21 00:12:21.180 INFO O| Dec 21 00:12:21.180 INFO STEP 44 (ensure_dir) COMPLETE |
8265 | 2024-12-21T00:12:21.241Z | [ recovery-image] Dec 21 00:12:21.180 INFO O| Dec 21 00:12:21.180 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8266 | 2024-12-21T00:12:21.266Z | [ recovery-image] Dec 21 00:12:21.209 INFO O| Dec 21 00:12:21.209 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8267 | 2024-12-21T00:12:21.266Z | [ recovery-image] Dec 21 00:12:21.210 INFO O| Dec 21 00:12:21.209 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8268 | 2024-12-21T00:12:21.266Z | [ recovery-image] Dec 21 00:12:21.210 INFO O| Dec 21 00:12:21.210 INFO STEP 45 (ensure_dir) COMPLETE |
8269 | 2024-12-21T00:12:21.268Z | [ recovery-image] Dec 21 00:12:21.210 INFO O| Dec 21 00:12:21.210 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8270 | 2024-12-21T00:12:21.310Z | [ recovery-image] Dec 21 00:12:21.247 INFO O| Dec 21 00:12:21.247 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8271 | 2024-12-21T00:12:21.316Z | [ recovery-image] Dec 21 00:12:21.247 INFO O| Dec 21 00:12:21.247 INFO copying /tmp/.tmpaSG2wu/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8272 | 2024-12-21T00:12:21.352Z | [ recovery-image] Dec 21 00:12:21.296 INFO O| Dec 21 00:12:21.296 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8273 | 2024-12-21T00:12:21.352Z | [ recovery-image] Dec 21 00:12:21.296 INFO O| Dec 21 00:12:21.296 INFO ok! |
8274 | 2024-12-21T00:12:21.352Z | [ recovery-image] Dec 21 00:12:21.296 INFO O| Dec 21 00:12:21.296 INFO STEP 46 (ensure_file) COMPLETE |
8275 | 2024-12-21T00:12:21.356Z | [ recovery-image] Dec 21 00:12:21.296 INFO O| Dec 21 00:12:21.296 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8276 | 2024-12-21T00:12:21.387Z | [ recovery-image] Dec 21 00:12:21.330 INFO O| Dec 21 00:12:21.330 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8277 | 2024-12-21T00:12:21.387Z | [ recovery-image] Dec 21 00:12:21.330 INFO O| Dec 21 00:12:21.330 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8278 | 2024-12-21T00:12:21.387Z | [ recovery-image] Dec 21 00:12:21.330 INFO O| Dec 21 00:12:21.330 INFO STEP 47 (ensure_dir) COMPLETE |
8279 | 2024-12-21T00:12:21.390Z | [ recovery-image] Dec 21 00:12:21.330 INFO O| Dec 21 00:12:21.330 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8280 | 2024-12-21T00:12:21.419Z | [ recovery-image] Dec 21 00:12:21.362 INFO O| Dec 21 00:12:21.362 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8281 | 2024-12-21T00:12:21.419Z | [ recovery-image] Dec 21 00:12:21.363 INFO O| Dec 21 00:12:21.363 INFO copying /tmp/.tmpaSG2wu/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8282 | 2024-12-21T00:12:21.432Z | [ recovery-image] Dec 21 00:12:21.363 INFO O| Dec 21 00:12:21.363 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8283 | 2024-12-21T00:12:21.432Z | [ recovery-image] Dec 21 00:12:21.363 INFO O| Dec 21 00:12:21.363 INFO ok! |
8284 | 2024-12-21T00:12:21.432Z | [ recovery-image] Dec 21 00:12:21.363 INFO O| Dec 21 00:12:21.363 INFO STEP 48 (ensure_file) COMPLETE |
8285 | 2024-12-21T00:12:21.432Z | [ recovery-image] Dec 21 00:12:21.363 INFO O| Dec 21 00:12:21.363 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8286 | 2024-12-21T00:12:21.536Z | [ recovery-image] Dec 21 00:12:21.477 INFO O| Dec 21 00:12:21.477 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8287 | 2024-12-21T00:12:21.537Z | [ recovery-image] Dec 21 00:12:21.477 INFO O| Dec 21 00:12:21.477 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8288 | 2024-12-21T00:12:21.537Z | [ recovery-image] Dec 21 00:12:21.477 INFO O| Dec 21 00:12:21.477 INFO STEP 49 (ensure_dir) COMPLETE |
8289 | 2024-12-21T00:12:21.552Z | [ recovery-image] Dec 21 00:12:21.477 INFO O| Dec 21 00:12:21.477 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8290 | 2024-12-21T00:12:21.560Z | [ recovery-image] Dec 21 00:12:21.502 INFO O| Dec 21 00:12:21.502 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8291 | 2024-12-21T00:12:21.560Z | [ recovery-image] Dec 21 00:12:21.502 INFO O| Dec 21 00:12:21.502 INFO copying /tmp/.tmpaSG2wu/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8292 | 2024-12-21T00:12:21.579Z | [ recovery-image] Dec 21 00:12:21.523 INFO O| Dec 21 00:12:21.523 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8293 | 2024-12-21T00:12:21.579Z | [ recovery-image] Dec 21 00:12:21.523 INFO O| Dec 21 00:12:21.523 INFO ok! |
8294 | 2024-12-21T00:12:21.582Z | [ recovery-image] Dec 21 00:12:21.523 INFO O| Dec 21 00:12:21.523 INFO STEP 50 (ensure_file) COMPLETE |
8295 | 2024-12-21T00:12:21.582Z | [ recovery-image] Dec 21 00:12:21.523 INFO O| Dec 21 00:12:21.523 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8296 | 2024-12-21T00:12:21.615Z | [ recovery-image] Dec 21 00:12:21.559 INFO O| Dec 21 00:12:21.559 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8297 | 2024-12-21T00:12:21.615Z | [ recovery-image] Dec 21 00:12:21.559 INFO O| Dec 21 00:12:21.559 INFO copying /tmp/.tmpaSG2wu/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8298 | 2024-12-21T00:12:23.629Z | [ recovery-image] Dec 21 00:12:23.573 INFO O| Dec 21 00:12:23.573 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8299 | 2024-12-21T00:12:23.629Z | [ recovery-image] Dec 21 00:12:23.573 INFO O| Dec 21 00:12:23.573 INFO ok! |
8300 | 2024-12-21T00:12:23.629Z | [ recovery-image] Dec 21 00:12:23.573 INFO O| Dec 21 00:12:23.573 INFO STEP 51 (ensure_file) COMPLETE |
8301 | 2024-12-21T00:12:23.629Z | [ recovery-image] Dec 21 00:12:23.573 INFO O| Dec 21 00:12:23.573 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8302 | 2024-12-21T00:12:23.652Z | [ recovery-image] Dec 21 00:12:23.596 INFO O| Dec 21 00:12:23.596 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8303 | 2024-12-21T00:12:23.653Z | [ recovery-image] Dec 21 00:12:23.596 INFO O| Dec 21 00:12:23.596 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8304 | 2024-12-21T00:12:23.657Z | [ recovery-image] Dec 21 00:12:23.596 INFO O| Dec 21 00:12:23.596 INFO STEP 52 (ensure_dir) COMPLETE |
8305 | 2024-12-21T00:12:23.657Z | [ recovery-image] Dec 21 00:12:23.596 INFO O| Dec 21 00:12:23.596 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8306 | 2024-12-21T00:12:23.688Z | [ recovery-image] Dec 21 00:12:23.632 INFO O| Dec 21 00:12:23.632 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8307 | 2024-12-21T00:12:23.688Z | [ recovery-image] Dec 21 00:12:23.632 INFO O| Dec 21 00:12:23.632 INFO copying /tmp/.tmpaSG2wu/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 ... |
8308 | 2024-12-21T00:12:23.688Z | [ recovery-image] Dec 21 00:12:23.632 INFO O| Dec 21 00:12:23.632 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 |
8309 | 2024-12-21T00:12:23.690Z | [ recovery-image] Dec 21 00:12:23.632 INFO O| Dec 21 00:12:23.632 INFO ok! |
8310 | 2024-12-21T00:12:23.690Z | [ recovery-image] Dec 21 00:12:23.632 INFO O| Dec 21 00:12:23.632 INFO STEP 53 (ensure_file) COMPLETE |
8311 | 2024-12-21T00:12:23.690Z | [ recovery-image] Dec 21 00:12:23.632 INFO O| Dec 21 00:12:23.632 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8312 | 2024-12-21T00:12:23.712Z | [ recovery-image] Dec 21 00:12:23.656 INFO O| Dec 21 00:12:23.656 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8313 | 2024-12-21T00:12:23.713Z | [ recovery-image] Dec 21 00:12:23.656 INFO O| Dec 21 00:12:23.656 INFO copying /tmp/.tmpaSG2wu/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 ... |
8314 | 2024-12-21T00:12:23.713Z | [ recovery-image] Dec 21 00:12:23.656 INFO O| Dec 21 00:12:23.656 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 |
8315 | 2024-12-21T00:12:23.713Z | [ recovery-image] Dec 21 00:12:23.656 INFO O| Dec 21 00:12:23.656 INFO ok! |
8316 | 2024-12-21T00:12:23.715Z | [ recovery-image] Dec 21 00:12:23.656 INFO O| Dec 21 00:12:23.656 INFO STEP 54 (ensure_file) COMPLETE |
8317 | 2024-12-21T00:12:23.715Z | [ recovery-image] Dec 21 00:12:23.656 INFO O| Dec 21 00:12:23.656 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8318 | 2024-12-21T00:12:23.734Z | [ recovery-image] Dec 21 00:12:23.678 INFO O| Dec 21 00:12:23.678 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8319 | 2024-12-21T00:12:23.736Z | [ recovery-image] Dec 21 00:12:23.678 INFO O| Dec 21 00:12:23.678 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8320 | 2024-12-21T00:12:23.736Z | [ recovery-image] Dec 21 00:12:23.679 INFO O| Dec 21 00:12:23.678 INFO STEP 55 (ensure_dir) COMPLETE |
8321 | 2024-12-21T00:12:23.736Z | [ recovery-image] Dec 21 00:12:23.679 INFO O| Dec 21 00:12:23.679 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8322 | 2024-12-21T00:12:23.767Z | [ recovery-image] Dec 21 00:12:23.711 INFO O| Dec 21 00:12:23.711 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8323 | 2024-12-21T00:12:23.767Z | [ recovery-image] Dec 21 00:12:23.712 INFO O| Dec 21 00:12:23.712 INFO copying /tmp/.tmpaSG2wu/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 ... |
8324 | 2024-12-21T00:12:23.770Z | [ recovery-image] Dec 21 00:12:23.712 INFO O| Dec 21 00:12:23.712 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8325 | 2024-12-21T00:12:23.770Z | [ recovery-image] Dec 21 00:12:23.712 INFO O| Dec 21 00:12:23.712 INFO ok! |
8326 | 2024-12-21T00:12:23.770Z | [ recovery-image] Dec 21 00:12:23.712 INFO O| Dec 21 00:12:23.712 INFO STEP 56 (ensure_file) COMPLETE |
8327 | 2024-12-21T00:12:23.770Z | [ recovery-image] Dec 21 00:12:23.712 INFO O| Dec 21 00:12:23.712 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8328 | 2024-12-21T00:12:23.792Z | [ recovery-image] Dec 21 00:12:23.736 INFO O| Dec 21 00:12:23.736 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8329 | 2024-12-21T00:12:23.792Z | [ recovery-image] Dec 21 00:12:23.736 INFO O| Dec 21 00:12:23.736 INFO copying /tmp/.tmpaSG2wu/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 ... |
8330 | 2024-12-21T00:12:23.794Z | [ recovery-image] Dec 21 00:12:23.736 INFO O| Dec 21 00:12:23.736 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 |
8331 | 2024-12-21T00:12:23.794Z | [ recovery-image] Dec 21 00:12:23.736 INFO O| Dec 21 00:12:23.736 INFO ok! |
8332 | 2024-12-21T00:12:23.794Z | [ recovery-image] Dec 21 00:12:23.737 INFO O| Dec 21 00:12:23.737 INFO STEP 57 (ensure_file) COMPLETE |
8333 | 2024-12-21T00:12:23.794Z | [ recovery-image] Dec 21 00:12:23.737 INFO O| Dec 21 00:12:23.737 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8334 | 2024-12-21T00:12:23.825Z | [ recovery-image] Dec 21 00:12:23.769 INFO O| Dec 21 00:12:23.769 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8335 | 2024-12-21T00:12:23.828Z | [ recovery-image] Dec 21 00:12:23.770 INFO O| Dec 21 00:12:23.770 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8336 | 2024-12-21T00:12:23.828Z | [ recovery-image] Dec 21 00:12:23.770 INFO O| Dec 21 00:12:23.770 INFO STEP 58 (ensure_dir) COMPLETE |
8337 | 2024-12-21T00:12:23.828Z | [ recovery-image] Dec 21 00:12:23.770 INFO O| Dec 21 00:12:23.770 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8338 | 2024-12-21T00:12:23.849Z | [ recovery-image] Dec 21 00:12:23.793 INFO O| Dec 21 00:12:23.793 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8339 | 2024-12-21T00:12:23.849Z | [ recovery-image] Dec 21 00:12:23.793 INFO O| Dec 21 00:12:23.793 INFO copying /tmp/.tmpaSG2wu/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 ... |
8340 | 2024-12-21T00:12:23.853Z | [ recovery-image] Dec 21 00:12:23.793 INFO O| Dec 21 00:12:23.793 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8341 | 2024-12-21T00:12:23.853Z | [ recovery-image] Dec 21 00:12:23.794 INFO O| Dec 21 00:12:23.793 INFO ok! |
8342 | 2024-12-21T00:12:23.853Z | [ recovery-image] Dec 21 00:12:23.794 INFO O| Dec 21 00:12:23.794 INFO STEP 59 (ensure_file) COMPLETE |
8343 | 2024-12-21T00:12:23.853Z | [ recovery-image] Dec 21 00:12:23.794 INFO O| Dec 21 00:12:23.794 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8344 | 2024-12-21T00:12:23.872Z | [ recovery-image] Dec 21 00:12:23.816 INFO O| Dec 21 00:12:23.816 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8345 | 2024-12-21T00:12:23.872Z | [ recovery-image] Dec 21 00:12:23.817 INFO O| Dec 21 00:12:23.816 INFO copying /tmp/.tmpaSG2wu/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8346 | 2024-12-21T00:12:23.875Z | [ recovery-image] Dec 21 00:12:23.817 INFO O| Dec 21 00:12:23.817 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8347 | 2024-12-21T00:12:23.875Z | [ recovery-image] Dec 21 00:12:23.817 INFO O| Dec 21 00:12:23.817 INFO ok! |
8348 | 2024-12-21T00:12:23.875Z | [ recovery-image] Dec 21 00:12:23.817 INFO O| Dec 21 00:12:23.817 INFO STEP 60 (ensure_file) COMPLETE |
8349 | 2024-12-21T00:12:23.875Z | [ recovery-image] Dec 21 00:12:23.817 INFO O| Dec 21 00:12:23.817 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8350 | 2024-12-21T00:12:23.913Z | [ recovery-image] Dec 21 00:12:23.856 INFO O| Dec 21 00:12:23.856 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8351 | 2024-12-21T00:12:23.913Z | [ recovery-image] Dec 21 00:12:23.856 INFO O| Dec 21 00:12:23.856 INFO STEP 61 (ensure_dir) COMPLETE |
8352 | 2024-12-21T00:12:23.913Z | [ recovery-image] Dec 21 00:12:23.856 INFO O| Dec 21 00:12:23.856 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8353 | 2024-12-21T00:12:23.940Z | [ recovery-image] Dec 21 00:12:23.884 INFO O| Dec 21 00:12:23.884 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8354 | 2024-12-21T00:12:23.940Z | [ recovery-image] Dec 21 00:12:23.884 INFO O| Dec 21 00:12:23.884 INFO STEP 62 (ensure_dir) COMPLETE |
8355 | 2024-12-21T00:12:23.941Z | [ recovery-image] Dec 21 00:12:23.884 INFO O| Dec 21 00:12:23.884 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8356 | 2024-12-21T00:12:23.976Z | [ recovery-image] Dec 21 00:12:23.921 INFO O| Dec 21 00:12:23.920 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8357 | 2024-12-21T00:12:23.976Z | [ recovery-image] Dec 21 00:12:23.921 INFO O| Dec 21 00:12:23.920 INFO STEP 63 (ensure_dir) COMPLETE |
8358 | 2024-12-21T00:12:23.980Z | [ recovery-image] Dec 21 00:12:23.921 INFO O| Dec 21 00:12:23.920 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8359 | 2024-12-21T00:12:24.001Z | [ recovery-image] Dec 21 00:12:23.945 INFO O| Dec 21 00:12:23.944 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8360 | 2024-12-21T00:12:24.002Z | [ recovery-image] Dec 21 00:12:23.945 INFO O| Dec 21 00:12:23.945 INFO STEP 64 (ensure_dir) COMPLETE |
8361 | 2024-12-21T00:12:24.002Z | [ recovery-image] Dec 21 00:12:23.945 INFO O| Dec 21 00:12:23.945 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8362 | 2024-12-21T00:12:24.025Z | [ recovery-image] Dec 21 00:12:23.969 INFO O| Dec 21 00:12:23.969 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8363 | 2024-12-21T00:12:24.025Z | [ recovery-image] Dec 21 00:12:23.969 INFO O| Dec 21 00:12:23.969 INFO copying /tmp/.tmpaSG2wu/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8364 | 2024-12-21T00:12:24.025Z | [ recovery-image] Dec 21 00:12:23.969 INFO O| Dec 21 00:12:23.969 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8365 | 2024-12-21T00:12:24.025Z | [ recovery-image] Dec 21 00:12:23.969 INFO O| Dec 21 00:12:23.969 INFO ok! |
8366 | 2024-12-21T00:12:24.029Z | [ recovery-image] Dec 21 00:12:23.969 INFO O| Dec 21 00:12:23.969 INFO STEP 65 (ensure_file) COMPLETE |
8367 | 2024-12-21T00:12:24.029Z | [ recovery-image] Dec 21 00:12:23.969 INFO O| Dec 21 00:12:23.969 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8368 | 2024-12-21T00:12:24.056Z | [ recovery-image] Dec 21 00:12:24.000 INFO O| Dec 21 00:12:24.000 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8369 | 2024-12-21T00:12:24.058Z | [ recovery-image] Dec 21 00:12:24.000 INFO O| Dec 21 00:12:24.000 INFO STEP 66 (remove_files) COMPLETE |
8370 | 2024-12-21T00:12:24.058Z | [ recovery-image] Dec 21 00:12:24.000 INFO O| Dec 21 00:12:24.000 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8371 | 2024-12-21T00:12:24.081Z | [ recovery-image] Dec 21 00:12:24.025 INFO O| Dec 21 00:12:24.025 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8372 | 2024-12-21T00:12:24.083Z | [ recovery-image] Dec 21 00:12:24.025 INFO O| Dec 21 00:12:24.025 INFO STEP 67 (remove_files) COMPLETE |
8373 | 2024-12-21T00:12:24.083Z | [ recovery-image] Dec 21 00:12:24.026 INFO O| Dec 21 00:12:24.025 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8374 | 2024-12-21T00:12:24.117Z | [ recovery-image] Dec 21 00:12:24.061 INFO O| Dec 21 00:12:24.061 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8375 | 2024-12-21T00:12:24.120Z | [ recovery-image] Dec 21 00:12:24.062 INFO O| Dec 21 00:12:24.062 INFO STEP 68 (remove_files) COMPLETE |
8376 | 2024-12-21T00:12:24.120Z | [ recovery-image] Dec 21 00:12:24.062 INFO O| Dec 21 00:12:24.062 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8377 | 2024-12-21T00:12:24.155Z | [ recovery-image] Dec 21 00:12:24.084 INFO O| Dec 21 00:12:24.084 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8378 | 2024-12-21T00:12:24.155Z | [ recovery-image] Dec 21 00:12:24.085 INFO O| Dec 21 00:12:24.085 INFO STEP 69 (remove_files) COMPLETE |
8379 | 2024-12-21T00:12:24.155Z | [ recovery-image] Dec 21 00:12:24.085 INFO O| Dec 21 00:12:24.085 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8380 | 2024-12-21T00:12:24.181Z | [ recovery-image] Dec 21 00:12:24.125 INFO O| Dec 21 00:12:24.125 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8381 | 2024-12-21T00:12:24.184Z | [ recovery-image] Dec 21 00:12:24.126 INFO O| Dec 21 00:12:24.126 INFO STEP 70 (remove_files) COMPLETE |
8382 | 2024-12-21T00:12:24.184Z | [ recovery-image] Dec 21 00:12:24.126 INFO O| Dec 21 00:12:24.126 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8383 | 2024-12-21T00:12:24.249Z | [ recovery-image] Dec 21 00:12:24.193 INFO O| Dec 21 00:12:24.193 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8384 | 2024-12-21T00:12:24.252Z | [ recovery-image] Dec 21 00:12:24.194 INFO O| Dec 21 00:12:24.194 INFO STEP 71 (remove_files) COMPLETE |
8385 | 2024-12-21T00:12:24.252Z | [ recovery-image] Dec 21 00:12:24.194 INFO O| Dec 21 00:12:24.194 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8386 | 2024-12-21T00:12:24.273Z | [ recovery-image] Dec 21 00:12:24.218 INFO O| Dec 21 00:12:24.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8387 | 2024-12-21T00:12:24.273Z | [ recovery-image] Dec 21 00:12:24.218 INFO O| Dec 21 00:12:24.218 INFO STEP 72 (remove_files) COMPLETE |
8388 | 2024-12-21T00:12:24.276Z | [ recovery-image] Dec 21 00:12:24.218 INFO O| Dec 21 00:12:24.218 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8389 | 2024-12-21T00:12:24.310Z | [ recovery-image] Dec 21 00:12:24.254 INFO O| Dec 21 00:12:24.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8390 | 2024-12-21T00:12:24.310Z | [ recovery-image] Dec 21 00:12:24.254 INFO O| Dec 21 00:12:24.254 INFO STEP 73 (remove_files) COMPLETE |
8391 | 2024-12-21T00:12:24.313Z | [ recovery-image] Dec 21 00:12:24.255 INFO O| Dec 21 00:12:24.254 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8392 | 2024-12-21T00:12:24.343Z | [ recovery-image] Dec 21 00:12:24.287 INFO O| Dec 21 00:12:24.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8393 | 2024-12-21T00:12:24.343Z | [ recovery-image] Dec 21 00:12:24.288 INFO O| Dec 21 00:12:24.288 INFO STEP 74 (remove_files) COMPLETE |
8394 | 2024-12-21T00:12:24.344Z | [ recovery-image] Dec 21 00:12:24.288 INFO O| Dec 21 00:12:24.288 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8395 | 2024-12-21T00:12:24.365Z | [ recovery-image] Dec 21 00:12:24.310 INFO O| Dec 21 00:12:24.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8396 | 2024-12-21T00:12:24.366Z | [ recovery-image] Dec 21 00:12:24.310 INFO O| Dec 21 00:12:24.310 INFO STEP 75 (remove_files) COMPLETE |
8397 | 2024-12-21T00:12:24.366Z | [ recovery-image] Dec 21 00:12:24.310 INFO O| Dec 21 00:12:24.310 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8398 | 2024-12-21T00:12:24.390Z | [ recovery-image] Dec 21 00:12:24.334 INFO O| Dec 21 00:12:24.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8399 | 2024-12-21T00:12:24.392Z | [ recovery-image] Dec 21 00:12:24.334 INFO O| Dec 21 00:12:24.334 INFO STEP 76 (remove_files) COMPLETE |
8400 | 2024-12-21T00:12:24.392Z | [ recovery-image] Dec 21 00:12:24.334 INFO O| Dec 21 00:12:24.334 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8401 | 2024-12-21T00:12:24.414Z | [ recovery-image] Dec 21 00:12:24.358 INFO O| Dec 21 00:12:24.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8402 | 2024-12-21T00:12:24.414Z | [ recovery-image] Dec 21 00:12:24.359 INFO O| Dec 21 00:12:24.358 INFO STEP 77 (remove_files) COMPLETE |
8403 | 2024-12-21T00:12:24.414Z | [ recovery-image] Dec 21 00:12:24.359 INFO O| Dec 21 00:12:24.359 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8404 | 2024-12-21T00:12:24.439Z | [ recovery-image] Dec 21 00:12:24.383 INFO O| Dec 21 00:12:24.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8405 | 2024-12-21T00:12:24.439Z | [ recovery-image] Dec 21 00:12:24.383 INFO O| Dec 21 00:12:24.383 INFO STEP 78 (remove_files) COMPLETE |
8406 | 2024-12-21T00:12:24.439Z | [ recovery-image] Dec 21 00:12:24.383 INFO O| Dec 21 00:12:24.383 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8407 | 2024-12-21T00:12:24.484Z | [ recovery-image] Dec 21 00:12:24.428 INFO O| Dec 21 00:12:24.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8408 | 2024-12-21T00:12:24.487Z | [ recovery-image] Dec 21 00:12:24.429 INFO O| Dec 21 00:12:24.428 INFO STEP 79 (remove_files) COMPLETE |
8409 | 2024-12-21T00:12:24.487Z | [ recovery-image] Dec 21 00:12:24.429 INFO O| Dec 21 00:12:24.429 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8410 | 2024-12-21T00:12:24.511Z | [ recovery-image] Dec 21 00:12:24.455 INFO O| Dec 21 00:12:24.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8411 | 2024-12-21T00:12:24.511Z | [ recovery-image] Dec 21 00:12:24.455 INFO O| Dec 21 00:12:24.455 INFO STEP 80 (remove_files) COMPLETE |
8412 | 2024-12-21T00:12:24.513Z | [ recovery-image] Dec 21 00:12:24.455 INFO O| Dec 21 00:12:24.455 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8413 | 2024-12-21T00:12:24.538Z | [ recovery-image] Dec 21 00:12:24.482 INFO O| Dec 21 00:12:24.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8414 | 2024-12-21T00:12:24.541Z | [ recovery-image] Dec 21 00:12:24.483 INFO O| Dec 21 00:12:24.483 INFO STEP 81 (remove_files) COMPLETE |
8415 | 2024-12-21T00:12:24.541Z | [ recovery-image] Dec 21 00:12:24.483 INFO O| Dec 21 00:12:24.483 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8416 | 2024-12-21T00:12:24.562Z | [ recovery-image] Dec 21 00:12:24.506 INFO O| Dec 21 00:12:24.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8417 | 2024-12-21T00:12:24.562Z | [ recovery-image] Dec 21 00:12:24.506 INFO O| Dec 21 00:12:24.506 INFO STEP 82 (remove_files) COMPLETE |
8418 | 2024-12-21T00:12:24.565Z | [ recovery-image] Dec 21 00:12:24.506 INFO O| Dec 21 00:12:24.506 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8419 | 2024-12-21T00:12:24.586Z | [ recovery-image] Dec 21 00:12:24.530 INFO O| Dec 21 00:12:24.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8420 | 2024-12-21T00:12:24.586Z | [ recovery-image] Dec 21 00:12:24.530 INFO O| Dec 21 00:12:24.530 INFO STEP 83 (remove_files) COMPLETE |
8421 | 2024-12-21T00:12:24.586Z | [ recovery-image] Dec 21 00:12:24.530 INFO O| Dec 21 00:12:24.530 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8422 | 2024-12-21T00:12:24.636Z | [ recovery-image] Dec 21 00:12:24.580 INFO O| Dec 21 00:12:24.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8423 | 2024-12-21T00:12:24.636Z | [ recovery-image] Dec 21 00:12:24.580 INFO O| Dec 21 00:12:24.580 INFO STEP 84 (remove_files) COMPLETE |
8424 | 2024-12-21T00:12:24.636Z | [ recovery-image] Dec 21 00:12:24.580 INFO O| Dec 21 00:12:24.580 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8425 | 2024-12-21T00:12:24.657Z | [ recovery-image] Dec 21 00:12:24.602 INFO O| Dec 21 00:12:24.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8426 | 2024-12-21T00:12:24.658Z | [ recovery-image] Dec 21 00:12:24.602 INFO O| Dec 21 00:12:24.602 INFO STEP 85 (remove_files) COMPLETE |
8427 | 2024-12-21T00:12:24.658Z | [ recovery-image] Dec 21 00:12:24.602 INFO O| Dec 21 00:12:24.602 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8428 | 2024-12-21T00:12:24.679Z | [ recovery-image] Dec 21 00:12:24.623 INFO O| Dec 21 00:12:24.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8429 | 2024-12-21T00:12:24.681Z | [ recovery-image] Dec 21 00:12:24.623 INFO O| Dec 21 00:12:24.623 INFO STEP 86 (remove_files) COMPLETE |
8430 | 2024-12-21T00:12:24.682Z | [ recovery-image] Dec 21 00:12:24.623 INFO O| Dec 21 00:12:24.623 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8431 | 2024-12-21T00:12:24.702Z | [ recovery-image] Dec 21 00:12:24.646 INFO O| Dec 21 00:12:24.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8432 | 2024-12-21T00:12:24.703Z | [ recovery-image] Dec 21 00:12:24.646 INFO O| Dec 21 00:12:24.646 INFO STEP 87 (remove_files) COMPLETE |
8433 | 2024-12-21T00:12:24.703Z | [ recovery-image] Dec 21 00:12:24.646 INFO O| Dec 21 00:12:24.646 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8434 | 2024-12-21T00:12:24.726Z | [ recovery-image] Dec 21 00:12:24.670 INFO O| Dec 21 00:12:24.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8435 | 2024-12-21T00:12:24.726Z | [ recovery-image] Dec 21 00:12:24.670 INFO O| Dec 21 00:12:24.670 INFO STEP 88 (remove_files) COMPLETE |
8436 | 2024-12-21T00:12:24.726Z | [ recovery-image] Dec 21 00:12:24.671 INFO O| Dec 21 00:12:24.670 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8437 | 2024-12-21T00:12:24.749Z | [ recovery-image] Dec 21 00:12:24.693 INFO O| Dec 21 00:12:24.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8438 | 2024-12-21T00:12:24.749Z | [ recovery-image] Dec 21 00:12:24.693 INFO O| Dec 21 00:12:24.693 INFO STEP 89 (remove_files) COMPLETE |
8439 | 2024-12-21T00:12:24.749Z | [ recovery-image] Dec 21 00:12:24.693 INFO O| Dec 21 00:12:24.693 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8440 | 2024-12-21T00:12:24.784Z | [ recovery-image] Dec 21 00:12:24.728 INFO O| Dec 21 00:12:24.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8441 | 2024-12-21T00:12:24.784Z | [ recovery-image] Dec 21 00:12:24.728 INFO O| Dec 21 00:12:24.728 INFO STEP 90 (remove_files) COMPLETE |
8442 | 2024-12-21T00:12:24.784Z | [ recovery-image] Dec 21 00:12:24.728 INFO O| Dec 21 00:12:24.728 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8443 | 2024-12-21T00:12:24.900Z | [ recovery-image] Dec 21 00:12:24.844 INFO O| Dec 21 00:12:24.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8444 | 2024-12-21T00:12:24.902Z | [ recovery-image] Dec 21 00:12:24.844 INFO O| Dec 21 00:12:24.844 INFO STEP 91 (remove_files) COMPLETE |
8445 | 2024-12-21T00:12:24.902Z | [ recovery-image] Dec 21 00:12:24.844 INFO O| Dec 21 00:12:24.844 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8446 | 2024-12-21T00:12:24.953Z | [ recovery-image] Dec 21 00:12:24.897 INFO O| Dec 21 00:12:24.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8447 | 2024-12-21T00:12:24.953Z | [ recovery-image] Dec 21 00:12:24.897 INFO O| Dec 21 00:12:24.897 INFO STEP 92 (remove_files) COMPLETE |
8448 | 2024-12-21T00:12:24.956Z | [ recovery-image] Dec 21 00:12:24.897 INFO O| Dec 21 00:12:24.897 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8449 | 2024-12-21T00:12:24.974Z | [ recovery-image] Dec 21 00:12:24.918 INFO O| Dec 21 00:12:24.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8450 | 2024-12-21T00:12:24.974Z | [ recovery-image] Dec 21 00:12:24.918 INFO O| Dec 21 00:12:24.918 INFO STEP 93 (remove_files) COMPLETE |
8451 | 2024-12-21T00:12:24.974Z | [ recovery-image] Dec 21 00:12:24.918 INFO O| Dec 21 00:12:24.918 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8452 | 2024-12-21T00:12:24.993Z | [ recovery-image] Dec 21 00:12:24.938 INFO O| Dec 21 00:12:24.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8453 | 2024-12-21T00:12:24.994Z | [ recovery-image] Dec 21 00:12:24.938 INFO O| Dec 21 00:12:24.938 INFO STEP 94 (remove_files) COMPLETE |
8454 | 2024-12-21T00:12:24.997Z | [ recovery-image] Dec 21 00:12:24.938 INFO O| Dec 21 00:12:24.938 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8455 | 2024-12-21T00:12:25.028Z | [ recovery-image] Dec 21 00:12:24.973 INFO O| Dec 21 00:12:24.973 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8456 | 2024-12-21T00:12:25.031Z | [ recovery-image] Dec 21 00:12:24.973 INFO O| Dec 21 00:12:24.973 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8457 | 2024-12-21T00:12:42.061Z | [ recovery-image] Dec 21 00:12:42.008 INFO O| Dec 21 00:12:42.008 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 |
8458 | 2024-12-21T00:12:42.062Z | [ recovery-image] Dec 21 00:12:42.009 INFO O| Dec 21 00:12:42.008 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8459 | 2024-12-21T00:12:42.083Z | [ recovery-image] Dec 21 00:12:42.030 INFO O| Dec 21 00:12:42.030 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
8460 | 2024-12-21T00:12:42.226Z | [ recovery-image] Dec 21 00:12:42.173 INFO O| Dec 21 00:12:42.172 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8461 | 2024-12-21T00:12:42.228Z | [ recovery-image] Dec 21 00:12:42.173 INFO O| Dec 21 00:12:42.172 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 ... |
8462 | 2024-12-21T00:12:42.228Z | [ recovery-image] Dec 21 00:12:42.175 INFO O| Dec 21 00:12:42.175 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8463 | 2024-12-21T00:12:42.228Z | [ recovery-image] Dec 21 00:12:42.175 INFO O| Dec 21 00:12:42.175 INFO ok! |
8464 | 2024-12-21T00:12:42.228Z | [ recovery-image] Dec 21 00:12:42.175 INFO O| Dec 21 00:12:42.175 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8465 | 2024-12-21T00:12:42.228Z | [ recovery-image] Dec 21 00:12:42.175 INFO O| Dec 21 00:12:42.175 INFO STEP 95 (seed_smf) COMPLETE |
8466 | 2024-12-21T00:12:42.228Z | [ recovery-image] Dec 21 00:12:42.175 INFO O| Dec 21 00:12:42.175 INFO steps complete; finalising image! |
8467 | 2024-12-21T00:12:42.233Z | [ recovery-image] Dec 21 00:12:42.175 INFO O| Dec 21 00:12:42.175 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8468 | 2024-12-21T00:12:42.313Z | [ recovery-image] Dec 21 00:12:42.257 INFO O| Dec 21 00:12:42.257 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Sat Dec 21 00:12:42 2024) |
8469 | 2024-12-21T00:12:42.523Z | [ recovery-image] Dec 21 00:12:42.470 INFO O| Dec 21 00:12:42.469 INFO trim TEMPORARY-gimlet-zfs-recovery: (65% trimmed, started at Sat Dec 21 00:12:42 2024) |
8470 | 2024-12-21T00:12:42.737Z | [ recovery-image] Dec 21 00:12:42.684 INFO O| Dec 21 00:12:42.684 INFO trim TEMPORARY-gimlet-zfs-recovery: (91% trimmed, started at Sat Dec 21 00:12:42 2024) |
8471 | 2024-12-21T00:12:43.017Z | [ recovery-image] Dec 21 00:12:42.964 INFO O| Dec 21 00:12:42.964 INFO temporary pool has 362M used, 1.40G avail, 1.00x compressratio |
8472 | 2024-12-21T00:12:43.017Z | [ recovery-image] Dec 21 00:12:42.964 INFO O| Dec 21 00:12:42.964 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8473 | 2024-12-21T00:12:43.663Z | [ recovery-image] Dec 21 00:12:43.610 INFO O| Dec 21 00:12:43.610 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 |
8474 | 2024-12-21T00:12:43.663Z | [ recovery-image] Dec 21 00:12:43.610 INFO O| Dec 21 00:12:43.610 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8475 | 2024-12-21T00:12:49.151Z | [ recovery-image] Dec 21 00:12:49.098 INFO O| Dec 21 00:12:49.097 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8476 | 2024-12-21T00:12:49.154Z | [ recovery-image] Dec 21 00:12:49.098 INFO O| Dec 21 00:12:49.098 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8477 | 2024-12-21T00:12:49.154Z | [ recovery-image] Dec 21 00:12:49.098 INFO O| Dec 21 00:12:49.098 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8478 | 2024-12-21T00:12:49.154Z | [ recovery-image] Dec 21 00:12:49.098 INFO O| Dec 21 00:12:49.098 INFO completed processing gimlet/zfs-recovery |
8479 | 2024-12-21T00:12:49.154Z | [ recovery-image] Dec 21 00:12:49.098 INFO O| Dec 21 00:12:49.098 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8480 | 2024-12-21T00:12:49.964Z | [ recovery-image] Dec 21 00:12:49.912 INFO O| Dec 21 00:12:49.912 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8481 | 2024-12-21T00:12:50.120Z | [ recovery-image] Dec 21 00:12:50.068 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
8482 | 2024-12-21T00:12:50.122Z | [ recovery-image] Dec 21 00:12:50.069 INFO expanded image name: "recovery fae39ee/${os_short_commit} 2024-12-20 23:42" -> "recovery fae39ee/37a4469 2024-12-20 23:42" |
8483 | 2024-12-21T00:12:50.122Z | [ recovery-image] Dec 21 00:12:50.070 INFO output artefacts stored in: "/work/os-recovery" |
8484 | 2024-12-21T00:12:50.122Z | [ recovery-image] Dec 21 00:12:50.071 INFO collecting git info from project "bootserver"... |
8485 | 2024-12-21T00:12:50.157Z | [ recovery-image] Dec 21 00:12:50.105 INFO collecting git info from project "phbl"... |
8486 | 2024-12-21T00:12:50.170Z | [ recovery-image] Dec 21 00:12:50.118 INFO collecting git info from project "amd-firmware"... |
8487 | 2024-12-21T00:12:50.450Z | [ recovery-image] Dec 21 00:12:50.398 INFO collecting git info from project "amd-host-image-builder"... |
8488 | 2024-12-21T00:12:50.531Z | [ recovery-image] Dec 21 00:12:50.479 INFO collecting git info from project "chelsio-t6-roms"... |
8489 | 2024-12-21T00:12:50.567Z | [ recovery-image] Dec 21 00:12:50.515 INFO collecting git info from project "pinprick"... |
8490 | 2024-12-21T00:12:50.578Z | [ recovery-image] Dec 21 00:12:50.526 INFO collecting git info from project "pilot"... |
8491 | 2024-12-21T00:12:50.602Z | [ recovery-image] Dec 21 00:12:50.551 INFO collecting git info from project "image-builder"... |
8492 | 2024-12-21T00:12:50.615Z | [ recovery-image] Dec 21 00:12:50.563 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8493 | 2024-12-21T00:12:51.379Z | [ recovery-image] Dec 21 00:12:51.328 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8494 | 2024-12-21T00:12:52.093Z | [ recovery-image] Dec 21 00:12:52.041 INFO creating Oxide boot image... |
8495 | 2024-12-21T00:12:52.095Z | [ recovery-image] Dec 21 00:12:52.041 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery fae39ee/37a4469 2024-12-20 23:42", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8496 | 2024-12-21T00:13:39.249Z | [ host-image] Dec 21 00:13:39.204 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z |
8497 | 2024-12-21T00:13:39.252Z | [ host-image] Dec 21 00:13:39.205 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z |
8498 | 2024-12-21T00:13:39.252Z | [ host-image] Dec 21 00:13:39.205 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8499 | 2024-12-21T00:13:39.252Z | [ host-image] Dec 21 00:13:39.205 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8500 | 2024-12-21T00:13:39.252Z | [ host-image] Dec 21 00:13:39.205 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8501 | 2024-12-21T00:13:39.252Z | [ host-image] Dec 21 00:13:39.205 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8502 | 2024-12-21T00:13:39.252Z | [ host-image] Dec 21 00:13:39.207 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8503 | 2024-12-21T00:13:39.252Z | [ host-image] Dec 21 00:13:39.207 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8504 | 2024-12-21T00:13:39.252Z | [ host-image] Dec 21 00:13:39.207 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8505 | 2024-12-21T00:13:39.252Z | [ host-image] Dec 21 00:13:39.207 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8506 | 2024-12-21T00:13:39.252Z | [ host-image] Dec 21 00:13:39.207 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z |
8507 | 2024-12-21T00:13:39.274Z | [ host-image] Dec 21 00:13:39.229 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z |
8508 | 2024-12-21T00:13:39.276Z | [ host-image] Dec 21 00:13:39.231 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z |
8509 | 2024-12-21T00:13:39.276Z | [ host-image] Dec 21 00:13:39.231 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z |
8510 | 2024-12-21T00:13:39.276Z | [ host-image] Dec 21 00:13:39.231 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8511 | 2024-12-21T00:13:39.279Z | [ host-image] Dec 21 00:13:39.233 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z |
8512 | 2024-12-21T00:13:39.279Z | [ host-image] Dec 21 00:13:39.234 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z |
8513 | 2024-12-21T00:13:39.279Z | [ host-image] Dec 21 00:13:39.234 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z |
8514 | 2024-12-21T00:13:39.279Z | [ host-image] Dec 21 00:13:39.234 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z |
8515 | 2024-12-21T00:13:39.279Z | [ host-image] Dec 21 00:13:39.234 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z |
8516 | 2024-12-21T00:13:39.279Z | [ host-image] Dec 21 00:13:39.234 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z |
8517 | 2024-12-21T00:13:39.279Z | [ host-image] Dec 21 00:13:39.235 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z |
8518 | 2024-12-21T00:13:39.281Z | [ host-image] Dec 21 00:13:39.235 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z |
8519 | 2024-12-21T00:13:39.281Z | [ host-image] Dec 21 00:13:39.235 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z |
8520 | 2024-12-21T00:13:39.281Z | [ host-image] Dec 21 00:13:39.235 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z |
8521 | 2024-12-21T00:13:39.281Z | [ host-image] Dec 21 00:13:39.236 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z |
8522 | 2024-12-21T00:13:39.281Z | [ host-image] Dec 21 00:13:39.236 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z |
8523 | 2024-12-21T00:13:39.281Z | [ host-image] Dec 21 00:13:39.236 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z |
8524 | 2024-12-21T00:13:39.281Z | [ host-image] Dec 21 00:13:39.236 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z |
8525 | 2024-12-21T00:13:39.281Z | [ host-image] Dec 21 00:13:39.236 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8526 | 2024-12-21T00:13:39.281Z | [ host-image] Dec 21 00:13:39.237 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z |
8527 | 2024-12-21T00:13:39.281Z | [ host-image] Dec 21 00:13:39.237 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z |
8528 | 2024-12-21T00:13:39.281Z | [ host-image] Dec 21 00:13:39.237 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z |
8529 | 2024-12-21T00:13:39.281Z | [ host-image] Dec 21 00:13:39.237 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z |
8530 | 2024-12-21T00:13:39.284Z | [ host-image] Dec 21 00:13:39.239 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z |
8531 | 2024-12-21T00:13:39.284Z | [ host-image] Dec 21 00:13:39.239 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z |
8532 | 2024-12-21T00:13:39.302Z | [ host-image] Dec 21 00:13:39.257 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8533 | 2024-12-21T00:13:39.302Z | [ host-image] Dec 21 00:13:39.258 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z |
8534 | 2024-12-21T00:13:39.305Z | [ host-image] Dec 21 00:13:39.258 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8535 | 2024-12-21T00:13:39.305Z | [ host-image] Dec 21 00:13:39.258 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8536 | 2024-12-21T00:13:39.305Z | [ host-image] Dec 21 00:13:39.259 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8537 | 2024-12-21T00:13:39.305Z | [ host-image] Dec 21 00:13:39.260 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z |
8538 | 2024-12-21T00:13:39.305Z | [ host-image] Dec 21 00:13:39.260 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8539 | 2024-12-21T00:13:39.305Z | [ host-image] Dec 21 00:13:39.260 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8540 | 2024-12-21T00:13:39.308Z | [ host-image] Dec 21 00:13:39.262 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8541 | 2024-12-21T00:13:39.308Z | [ host-image] Dec 21 00:13:39.262 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8542 | 2024-12-21T00:13:39.341Z | [ host-image] Dec 21 00:13:39.296 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8543 | 2024-12-21T00:13:39.341Z | [ host-image] Dec 21 00:13:39.296 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8544 | 2024-12-21T00:13:39.344Z | [ host-image] Dec 21 00:13:39.297 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8545 | 2024-12-21T00:13:39.344Z | [ host-image] Dec 21 00:13:39.298 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8546 | 2024-12-21T00:13:39.344Z | [ host-image] Dec 21 00:13:39.299 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8547 | 2024-12-21T00:13:39.344Z | [ host-image] Dec 21 00:13:39.299 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8548 | 2024-12-21T00:13:39.411Z | [ host-image] Dec 21 00:13:39.366 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8549 | 2024-12-21T00:13:39.414Z | [ host-image] Dec 21 00:13:39.367 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8550 | 2024-12-21T00:13:39.414Z | [ host-image] Dec 21 00:13:39.368 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8551 | 2024-12-21T00:13:39.414Z | [ host-image] Dec 21 00:13:39.369 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z |
8552 | 2024-12-21T00:13:39.414Z | [ host-image] Dec 21 00:13:39.369 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z |
8553 | 2024-12-21T00:13:39.414Z | [ host-image] Dec 21 00:13:39.369 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8554 | 2024-12-21T00:13:39.414Z | [ host-image] Dec 21 00:13:39.369 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z |
8555 | 2024-12-21T00:13:39.417Z | [ host-image] Dec 21 00:13:39.370 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8556 | 2024-12-21T00:13:39.417Z | [ host-image] Dec 21 00:13:39.370 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8557 | 2024-12-21T00:13:39.417Z | [ host-image] Dec 21 00:13:39.370 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8558 | 2024-12-21T00:13:39.417Z | [ host-image] Dec 21 00:13:39.370 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z |
8559 | 2024-12-21T00:13:39.417Z | [ host-image] Dec 21 00:13:39.370 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8560 | 2024-12-21T00:13:39.422Z | [ host-image] Dec 21 00:13:39.378 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8561 | 2024-12-21T00:13:39.425Z | [ host-image] Dec 21 00:13:39.378 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8562 | 2024-12-21T00:13:39.425Z | [ host-image] Dec 21 00:13:39.378 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8563 | 2024-12-21T00:13:39.425Z | [ host-image] Dec 21 00:13:39.379 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z |
8564 | 2024-12-21T00:13:39.425Z | [ host-image] Dec 21 00:13:39.379 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8565 | 2024-12-21T00:13:39.455Z | [ host-image] Dec 21 00:13:39.411 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8566 | 2024-12-21T00:13:39.459Z | [ host-image] Dec 21 00:13:39.411 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z |
8567 | 2024-12-21T00:13:39.477Z | [ host-image] Dec 21 00:13:39.433 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z |
8568 | 2024-12-21T00:13:39.479Z | [ host-image] Dec 21 00:13:39.433 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z |
8569 | 2024-12-21T00:13:39.480Z | [ host-image] Dec 21 00:13:39.434 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8570 | 2024-12-21T00:13:39.480Z | [ host-image] Dec 21 00:13:39.434 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z |
8571 | 2024-12-21T00:13:39.480Z | [ host-image] Dec 21 00:13:39.435 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z |
8572 | 2024-12-21T00:13:39.480Z | [ host-image] Dec 21 00:13:39.435 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z |
8573 | 2024-12-21T00:13:39.482Z | [ host-image] Dec 21 00:13:39.436 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z |
8574 | 2024-12-21T00:13:39.486Z | [ host-image] Dec 21 00:13:39.442 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8575 | 2024-12-21T00:13:39.488Z | [ host-image] Dec 21 00:13:39.442 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z |
8576 | 2024-12-21T00:13:39.488Z | [ host-image] Dec 21 00:13:39.443 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z |
8577 | 2024-12-21T00:13:39.488Z | [ host-image] Dec 21 00:13:39.443 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8578 | 2024-12-21T00:13:39.488Z | [ host-image] Dec 21 00:13:39.444 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z |
8579 | 2024-12-21T00:13:39.488Z | [ host-image] Dec 21 00:13:39.444 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z |
8580 | 2024-12-21T00:13:39.488Z | [ host-image] Dec 21 00:13:39.444 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z |
8581 | 2024-12-21T00:13:39.491Z | [ host-image] Dec 21 00:13:39.445 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z |
8582 | 2024-12-21T00:13:39.503Z | [ host-image] Dec 21 00:13:39.459 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z |
8583 | 2024-12-21T00:13:39.503Z | [ host-image] Dec 21 00:13:39.459 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8584 | 2024-12-21T00:13:39.506Z | [ host-image] Dec 21 00:13:39.462 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z |
8585 | 2024-12-21T00:13:39.509Z | [ host-image] Dec 21 00:13:39.464 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z |
8586 | 2024-12-21T00:13:39.509Z | [ host-image] Dec 21 00:13:39.465 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z |
8587 | 2024-12-21T00:13:39.511Z | [ host-image] Dec 21 00:13:39.465 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z |
8588 | 2024-12-21T00:13:39.511Z | [ host-image] Dec 21 00:13:39.466 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z |
8589 | 2024-12-21T00:13:39.511Z | [ host-image] Dec 21 00:13:39.467 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z |
8590 | 2024-12-21T00:13:39.528Z | [ host-image] Dec 21 00:13:39.483 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z |
8591 | 2024-12-21T00:13:39.528Z | [ host-image] Dec 21 00:13:39.483 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z |
8592 | 2024-12-21T00:13:39.531Z | [ host-image] Dec 21 00:13:39.484 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z |
8593 | 2024-12-21T00:13:39.531Z | [ host-image] Dec 21 00:13:39.486 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z |
8594 | 2024-12-21T00:13:39.531Z | [ host-image] Dec 21 00:13:39.486 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z |
8595 | 2024-12-21T00:13:39.589Z | [ host-image] Dec 21 00:13:39.544 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z |
8596 | 2024-12-21T00:13:39.592Z | [ host-image] Dec 21 00:13:39.544 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z |
8597 | 2024-12-21T00:13:39.592Z | [ host-image] Dec 21 00:13:39.545 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z |
8598 | 2024-12-21T00:13:39.592Z | [ host-image] Dec 21 00:13:39.545 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8599 | 2024-12-21T00:13:39.592Z | [ host-image] Dec 21 00:13:39.546 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8600 | 2024-12-21T00:13:39.658Z | [ host-image] Dec 21 00:13:39.613 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z |
8601 | 2024-12-21T00:13:39.661Z | [ host-image] Dec 21 00:13:39.614 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8602 | 2024-12-21T00:13:39.662Z | [ host-image] Dec 21 00:13:39.614 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z |
8603 | 2024-12-21T00:13:39.662Z | [ host-image] Dec 21 00:13:39.614 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z |
8604 | 2024-12-21T00:13:39.662Z | [ host-image] Dec 21 00:13:39.617 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z |
8605 | 2024-12-21T00:13:39.664Z | [ host-image] Dec 21 00:13:39.617 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8606 | 2024-12-21T00:13:39.664Z | [ host-image] Dec 21 00:13:39.618 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8607 | 2024-12-21T00:13:39.664Z | [ host-image] Dec 21 00:13:39.619 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z |
8608 | 2024-12-21T00:13:39.664Z | [ host-image] Dec 21 00:13:39.619 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z |
8609 | 2024-12-21T00:13:39.664Z | [ host-image] Dec 21 00:13:39.619 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z |
8610 | 2024-12-21T00:13:39.664Z | [ host-image] Dec 21 00:13:39.620 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z |
8611 | 2024-12-21T00:13:39.669Z | [ host-image] Dec 21 00:13:39.620 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z |
8612 | 2024-12-21T00:13:39.669Z | [ host-image] Dec 21 00:13:39.621 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z |
8613 | 2024-12-21T00:13:39.671Z | [ host-image] Dec 21 00:13:39.626 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8614 | 2024-12-21T00:13:39.671Z | [ host-image] Dec 21 00:13:39.626 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z |
8615 | 2024-12-21T00:13:39.674Z | [ host-image] Dec 21 00:13:39.629 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z |
8616 | 2024-12-21T00:13:39.674Z | [ host-image] Dec 21 00:13:39.629 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z |
8617 | 2024-12-21T00:13:39.674Z | [ host-image] Dec 21 00:13:39.630 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z |
8618 | 2024-12-21T00:13:39.677Z | [ host-image] Dec 21 00:13:39.630 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z |
8619 | 2024-12-21T00:13:39.677Z | [ host-image] Dec 21 00:13:39.630 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z |
8620 | 2024-12-21T00:13:39.677Z | [ host-image] Dec 21 00:13:39.631 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8621 | 2024-12-21T00:13:39.677Z | [ host-image] Dec 21 00:13:39.631 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8622 | 2024-12-21T00:13:39.677Z | [ host-image] Dec 21 00:13:39.632 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z |
8623 | 2024-12-21T00:13:39.677Z | [ host-image] Dec 21 00:13:39.632 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z |
8624 | 2024-12-21T00:13:39.677Z | [ host-image] Dec 21 00:13:39.632 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8625 | 2024-12-21T00:13:39.677Z | [ host-image] Dec 21 00:13:39.632 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8626 | 2024-12-21T00:13:39.677Z | [ host-image] Dec 21 00:13:39.633 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8627 | 2024-12-21T00:13:39.677Z | [ host-image] Dec 21 00:13:39.633 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8628 | 2024-12-21T00:13:39.680Z | [ host-image] Dec 21 00:13:39.633 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8629 | 2024-12-21T00:13:39.680Z | [ host-image] Dec 21 00:13:39.634 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8630 | 2024-12-21T00:13:39.682Z | [ host-image] Dec 21 00:13:39.636 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8631 | 2024-12-21T00:13:39.682Z | [ host-image] Dec 21 00:13:39.637 INFO O| tempdir @ "/tmp/.tmpH4z4W8/tmp" |
8632 | 2024-12-21T00:13:39.682Z | [ host-image] Dec 21 00:13:39.637 INFO O| image root @ "/tmp/.tmpH4z4W8/tmp/root" |
8633 | 2024-12-21T00:13:39.682Z | [ host-image] Dec 21 00:13:39.637 INFO O| creating image... |
8634 | 2024-12-21T00:13:40.894Z | [ host-image] Dec 21 00:13:40.849 INFO O| copying publishers... |
8635 | 2024-12-21T00:14:02.680Z | [ host-image] Dec 21 00:14:02.639 INFO O| adding properties... |
8636 | 2024-12-21T00:14:04.468Z | [ recovery-image] Dec 21 00:14:04.428 INFO O| ok, image written! |
8637 | 2024-12-21T00:14:04.471Z | [ recovery-image] Dec 21 00:14:04.428 INFO O| ok, boot_image_csum file written! |
8638 | 2024-12-21T00:14:04.475Z | [ recovery-image] Dec 21 00:14:04.435 INFO creating boot archive (CPIO)... |
8639 | 2024-12-21T00:14:04.477Z | [ recovery-image] Dec 21 00:14:04.435 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 |
8640 | 2024-12-21T00:14:04.504Z | [ recovery-image] Dec 21 00:14:04.463 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8641 | 2024-12-21T00:14:04.504Z | [ recovery-image] Dec 21 00:14:04.463 INFO E| + outfile=/work/os-recovery/cpio |
8642 | 2024-12-21T00:14:04.504Z | [ recovery-image] Dec 21 00:14:04.463 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8643 | 2024-12-21T00:14:04.507Z | [ recovery-image] Dec 21 00:14:04.467 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8644 | 2024-12-21T00:14:04.509Z | [ recovery-image] Dec 21 00:14:04.467 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8645 | 2024-12-21T00:14:04.556Z | [ recovery-image] Dec 21 00:14:04.515 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8646 | 2024-12-21T00:14:04.556Z | [ recovery-image] Dec 21 00:14:04.515 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8647 | 2024-12-21T00:14:04.567Z | [ recovery-image] Dec 21 00:14:04.527 INFO creating compressed cpio/unix for nanobl-rs... |
8648 | 2024-12-21T00:14:04.567Z | [ recovery-image] Dec 21 00:14:04.527 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 |
8649 | 2024-12-21T00:14:05.038Z | [ recovery-image] Dec 21 00:14:04.998 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8650 | 2024-12-21T00:14:05.351Z | [ host-image] Dec 21 00:14:05.310 INFO O| installing packages... |
8651 | 2024-12-21T00:14:11.942Z | [ recovery-image] Dec 21 00:14:11.901 INFO creating reset image... |
8652 | 2024-12-21T00:14:11.942Z | [ recovery-image] Dec 21 00:14:11.901 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8653 | 2024-12-21T00:14:12.519Z | [ recovery-image] Dec 21 00:14:12.480 INFO E| Updating crates.io index |
8654 | 2024-12-21T00:14:12.896Z | [ recovery-image] Dec 21 00:14:12.856 INFO E| Downloading crates ... |
8655 | 2024-12-21T00:14:13.259Z | [ recovery-image] Dec 21 00:14:13.220 INFO E| Downloaded duct v0.13.7 |
8656 | 2024-12-21T00:14:13.262Z | [ recovery-image] Dec 21 00:14:13.224 INFO E| Downloaded clap v4.5.17 |
8657 | 2024-12-21T00:14:13.275Z | [ recovery-image] Dec 21 00:14:13.236 INFO E| Downloaded shared_child v1.0.1 |
8658 | 2024-12-21T00:14:13.278Z | [ recovery-image] Dec 21 00:14:13.238 INFO E| Downloaded os_pipe v1.2.1 |
8659 | 2024-12-21T00:14:13.280Z | [ recovery-image] Dec 21 00:14:13.240 INFO E| Downloaded clap_derive v4.5.13 |
8660 | 2024-12-21T00:14:13.301Z | [ recovery-image] Dec 21 00:14:13.262 INFO E| Downloaded clap_builder v4.5.17 |
8661 | 2024-12-21T00:14:13.311Z | [ recovery-image] Dec 21 00:14:13.272 INFO E| Downloaded syn v2.0.77 |
8662 | 2024-12-21T00:14:13.401Z | [ recovery-image] Dec 21 00:14:13.361 INFO E| Downloaded libc v0.2.158 |
8663 | 2024-12-21T00:14:13.515Z | [ recovery-image] Dec 21 00:14:13.476 INFO E| Compiling proc-macro2 v1.0.86 |
8664 | 2024-12-21T00:14:13.515Z | [ recovery-image] Dec 21 00:14:13.476 INFO E| Compiling unicode-ident v1.0.13 |
8665 | 2024-12-21T00:14:13.515Z | [ recovery-image] Dec 21 00:14:13.476 INFO E| Compiling libc v0.2.158 |
8666 | 2024-12-21T00:14:13.518Z | [ recovery-image] Dec 21 00:14:13.476 INFO E| Compiling utf8parse v0.2.2 |
8667 | 2024-12-21T00:14:13.518Z | [ recovery-image] Dec 21 00:14:13.476 INFO E| Compiling anstyle v1.0.8 |
8668 | 2024-12-21T00:14:13.518Z | [ recovery-image] Dec 21 00:14:13.476 INFO E| Compiling colorchoice v1.0.2 |
8669 | 2024-12-21T00:14:13.518Z | [ recovery-image] Dec 21 00:14:13.476 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8670 | 2024-12-21T00:14:13.518Z | [ recovery-image] Dec 21 00:14:13.476 INFO E| Compiling anstyle-query v1.1.1 |
8671 | 2024-12-21T00:14:14.203Z | [ recovery-image] Dec 21 00:14:14.164 INFO E| Compiling clap_lex v0.7.2 |
8672 | 2024-12-21T00:14:14.450Z | [ recovery-image] Dec 21 00:14:14.411 INFO E| Compiling anstyle-parse v0.2.5 |
8673 | 2024-12-21T00:14:14.612Z | [ recovery-image] Dec 21 00:14:14.573 INFO E| Compiling strsim v0.11.1 |
8674 | 2024-12-21T00:14:14.680Z | [ recovery-image] Dec 21 00:14:14.641 INFO E| Compiling heck v0.5.0 |
8675 | 2024-12-21T00:14:14.727Z | [ recovery-image] Dec 21 00:14:14.688 INFO E| Compiling once_cell v1.19.0 |
8676 | 2024-12-21T00:14:15.237Z | [ recovery-image] Dec 21 00:14:15.198 INFO E| Compiling anstream v0.6.15 |
8677 | 2024-12-21T00:14:15.858Z | [ recovery-image] Dec 21 00:14:15.817 INFO E| Compiling clap_builder v4.5.17 |
8678 | 2024-12-21T00:14:17.020Z | [ recovery-image] Dec 21 00:14:16.981 INFO E| Compiling shared_child v1.0.1 |
8679 | 2024-12-21T00:14:17.020Z | [ recovery-image] Dec 21 00:14:16.981 INFO E| Compiling os_pipe v1.2.1 |
8680 | 2024-12-21T00:14:17.304Z | [ recovery-image] Dec 21 00:14:17.266 INFO E| Compiling duct v0.13.7 |
8681 | 2024-12-21T00:14:17.428Z | [ recovery-image] Dec 21 00:14:17.387 INFO E| Compiling quote v1.0.37 |
8682 | 2024-12-21T00:14:18.020Z | [ recovery-image] Dec 21 00:14:17.981 INFO E| Compiling syn v2.0.77 |
8683 | 2024-12-21T00:14:27.435Z | [ recovery-image] Dec 21 00:14:27.398 INFO E| Compiling clap_derive v4.5.13 |
8684 | 2024-12-21T00:14:31.879Z | [ recovery-image] Dec 21 00:14:31.843 INFO E| Compiling clap v4.5.17 |
8685 | 2024-12-21T00:14:32.016Z | [ recovery-image] Dec 21 00:14:31.980 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8686 | 2024-12-21T00:14:34.418Z | [ recovery-image] Dec 21 00:14:34.382 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.29s |
8687 | 2024-12-21T00:14:34.513Z | [ recovery-image] Dec 21 00:14:34.477 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8688 | 2024-12-21T00:14:34.867Z | [ recovery-image] Dec 21 00:14:34.831 INFO E| Updating crates.io index |
8689 | 2024-12-21T00:14:35.270Z | [ recovery-image] Dec 21 00:14:35.234 INFO E| Downloading crates ... |
8690 | 2024-12-21T00:14:35.336Z | [ recovery-image] Dec 21 00:14:35.301 INFO E| Downloaded bit_field v0.10.2 |
8691 | 2024-12-21T00:14:35.354Z | [ recovery-image] Dec 21 00:14:35.318 INFO E| Downloaded bitstruct_derive v0.1.0 |
8692 | 2024-12-21T00:14:35.357Z | [ recovery-image] Dec 21 00:14:35.320 INFO E| Downloaded seq-macro v0.3.5 |
8693 | 2024-12-21T00:14:35.359Z | [ recovery-image] Dec 21 00:14:35.323 INFO E| Downloaded raw-cpuid v10.7.0 |
8694 | 2024-12-21T00:14:35.364Z | [ recovery-image] Dec 21 00:14:35.329 INFO E| Downloaded cpio_reader v0.1.1 |
8695 | 2024-12-21T00:14:35.366Z | [ recovery-image] Dec 21 00:14:35.331 INFO E| Downloaded bitstruct v0.1.1 |
8696 | 2024-12-21T00:14:35.396Z | [ recovery-image] Dec 21 00:14:35.360 INFO E| Downloaded syn v2.0.85 |
8697 | 2024-12-21T00:14:35.632Z | [ recovery-image] Dec 21 00:14:35.596 INFO E| Downloaded x86 v0.52.0 |
8698 | 2024-12-21T00:14:35.750Z | [ recovery-image] Dec 21 00:14:35.714 INFO E| Updating crates.io index |
8699 | 2024-12-21T00:14:35.982Z | [ recovery-image] Dec 21 00:14:35.945 INFO E| Downloading crates ... |
8700 | 2024-12-21T00:14:36.183Z | [ recovery-image] Dec 21 00:14:36.147 INFO E| Downloaded hashbrown v0.15.0 |
8701 | 2024-12-21T00:14:36.191Z | [ recovery-image] Dec 21 00:14:36.156 INFO E| Downloaded compiler_builtins v0.1.134 |
8702 | 2024-12-21T00:14:36.356Z | [ recovery-image] Dec 21 00:14:36.320 INFO E| Compiling compiler_builtins v0.1.134 |
8703 | 2024-12-21T00:14:36.356Z | [ recovery-image] Dec 21 00:14:36.320 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
8704 | 2024-12-21T00:14:36.359Z | [ recovery-image] Dec 21 00:14:36.320 INFO E| Compiling proc-macro2 v1.0.89 |
8705 | 2024-12-21T00:14:36.359Z | [ recovery-image] Dec 21 00:14:36.320 INFO E| Compiling unicode-ident v1.0.13 |
8706 | 2024-12-21T00:14:36.359Z | [ recovery-image] Dec 21 00:14:36.320 INFO E| Compiling syn v1.0.109 |
8707 | 2024-12-21T00:14:36.359Z | [ recovery-image] Dec 21 00:14:36.320 INFO E| Compiling x86 v0.52.0 |
8708 | 2024-12-21T00:14:36.360Z | [ recovery-image] Dec 21 00:14:36.321 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8709 | 2024-12-21T00:14:36.360Z | [ recovery-image] Dec 21 00:14:36.321 INFO E| Compiling seq-macro v0.3.5 |
8710 | 2024-12-21T00:14:39.454Z | [ recovery-image] Dec 21 00:14:39.419 INFO E| Compiling quote v1.0.37 |
8711 | 2024-12-21T00:14:40.007Z | [ recovery-image] Dec 21 00:14:39.972 INFO E| Compiling syn v2.0.85 |
8712 | 2024-12-21T00:14:42.450Z | [ host-image] Dec 21 00:14:42.415 INFO O| seeding SMF database... |
8713 | 2024-12-21T00:14:46.829Z | [ recovery-image] Dec 21 00:14:46.795 INFO E| Compiling scroll_derive v0.12.0 |
8714 | 2024-12-21T00:14:52.715Z | [ recovery-image] Dec 21 00:14:52.682 INFO E| Compiling bitstruct_derive v0.1.0 |
8715 | 2024-12-21T00:14:58.370Z | [ host-image] Dec 21 00:14:58.337 INFO O| configuring SMF profile... |
8716 | 2024-12-21T00:14:58.372Z | [ host-image] Dec 21 00:14:58.338 INFO O| modifying shadow(5)... |
8717 | 2024-12-21T00:14:58.372Z | [ host-image] Dec 21 00:14:58.338 INFO O| loading user and group database... |
8718 | 2024-12-21T00:14:58.372Z | [ host-image] Dec 21 00:14:58.338 INFO O| assessing packaged files... |
8719 | 2024-12-21T00:15:04.048Z | [ host-image] Dec 21 00:15:04.016 INFO O| creating archive... |
8720 | 2024-12-21T00:15:04.132Z | [ host-image] Dec 21 00:15:04.101 INFO O| missing from packaging: |
8721 | 2024-12-21T00:15:04.132Z | [ host-image] Dec 21 00:15:04.101 INFO O| "etc/.pwd.lock" |
8722 | 2024-12-21T00:15:04.132Z | [ host-image] Dec 21 00:15:04.101 INFO O| "etc/bash" |
8723 | 2024-12-21T00:15:04.162Z | [ host-image] Dec 21 00:15:04.130 INFO O| "etc/svc/profile/generic.xml" |
8724 | 2024-12-21T00:15:04.162Z | [ host-image] Dec 21 00:15:04.130 INFO O| "etc/svc/profile/inetd_services.xml" |
8725 | 2024-12-21T00:15:04.164Z | [ host-image] Dec 21 00:15:04.130 INFO O| "etc/svc/profile/name_service.xml" |
8726 | 2024-12-21T00:15:04.164Z | [ host-image] Dec 21 00:15:04.130 INFO O| "etc/svc/profile/platform.xml" |
8727 | 2024-12-21T00:15:04.164Z | [ host-image] Dec 21 00:15:04.130 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8728 | 2024-12-21T00:15:04.164Z | [ host-image] Dec 21 00:15:04.130 INFO O| "etc/svc/repository.db" |
8729 | 2024-12-21T00:15:04.178Z | [ host-image] Dec 21 00:15:04.147 INFO O| "opt/ooce/share" |
8730 | 2024-12-21T00:15:04.178Z | [ host-image] Dec 21 00:15:04.147 INFO O| "opt/ooce/share/man" |
8731 | 2024-12-21T00:15:04.181Z | [ host-image] Dec 21 00:15:04.147 INFO O| "opt/ooce/share/man/man1" |
8732 | 2024-12-21T00:15:04.194Z | [ host-image] Dec 21 00:15:04.162 INFO O| finishing archive... |
8733 | 2024-12-21T00:15:08.504Z | [ host-image] Dec 21 00:15:08.472 INFO O| creating gzonly manifest... |
8734 | 2024-12-21T00:15:08.521Z | [ host-image] Dec 21 00:15:08.485 INFO O| ok |
8735 | 2024-12-21T00:15:08.772Z | [ host-image] Dec 21 00:15:08.741 INFO image builder template: ramdisk-02-trim... |
8736 | 2024-12-21T00:15:08.772Z | [ host-image] Dec 21 00:15:08.741 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/.tmpaSG2wu/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None |
8737 | 2024-12-21T00:15:08.823Z | [ host-image] Dec 21 00:15:08.792 INFO O| Dec 21 00:15:08.791 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8738 | 2024-12-21T00:15:08.841Z | [ host-image] Dec 21 00:15:08.810 INFO O| Dec 21 00:15:08.810 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8739 | 2024-12-21T00:15:09.147Z | [ host-image] Dec 21 00:15:09.104 INFO O| Dec 21 00:15:09.104 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8740 | 2024-12-21T00:15:09.263Z | [ host-image] Dec 21 00:15:09.233 INFO O| Dec 21 00:15:09.233 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8741 | 2024-12-21T00:15:09.263Z | [ host-image] Dec 21 00:15:09.233 INFO O| Dec 21 00:15:09.233 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8742 | 2024-12-21T00:15:09.276Z | [ host-image] Dec 21 00:15:09.245 INFO O| Dec 21 00:15:09.245 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8743 | 2024-12-21T00:15:09.286Z | [ host-image] Dec 21 00:15:09.255 INFO O| Dec 21 00:15:09.255 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8744 | 2024-12-21T00:15:09.297Z | [ host-image] Dec 21 00:15:09.266 INFO O| Dec 21 00:15:09.266 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8745 | 2024-12-21T00:15:09.723Z | [ host-image] Dec 21 00:15:09.692 INFO O| Dec 21 00:15:09.692 INFO rolled back to input snapshot; work may begin |
8746 | 2024-12-21T00:15:09.723Z | [ host-image] Dec 21 00:15:09.692 INFO O| Dec 21 00:15:09.692 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8747 | 2024-12-21T00:15:09.748Z | [ host-image] Dec 21 00:15:09.717 INFO O| Dec 21 00:15:09.717 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8748 | 2024-12-21T00:15:09.771Z | [ host-image] Dec 21 00:15:09.740 INFO O| Dec 21 00:15:09.740 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8749 | 2024-12-21T00:15:09.935Z | [ host-image] Dec 21 00:15:09.905 INFO O| Dec 21 00:15:09.905 INFO STEP 0 (remove_files) COMPLETE |
8750 | 2024-12-21T00:15:09.936Z | [ host-image] Dec 21 00:15:09.905 INFO O| Dec 21 00:15:09.905 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8751 | 2024-12-21T00:15:09.998Z | [ host-image] Dec 21 00:15:09.967 INFO O| Dec 21 00:15:09.967 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8752 | 2024-12-21T00:15:10.000Z | [ host-image] Dec 21 00:15:09.970 INFO O| Dec 21 00:15:09.970 INFO STEP 1 (remove_files) COMPLETE |
8753 | 2024-12-21T00:15:10.004Z | [ host-image] Dec 21 00:15:09.970 INFO O| Dec 21 00:15:09.970 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8754 | 2024-12-21T00:15:10.027Z | [ host-image] Dec 21 00:15:09.996 INFO O| Dec 21 00:15:09.996 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8755 | 2024-12-21T00:15:10.050Z | [ host-image] Dec 21 00:15:10.019 INFO O| Dec 21 00:15:10.018 INFO STEP 2 (remove_files) COMPLETE |
8756 | 2024-12-21T00:15:10.050Z | [ host-image] Dec 21 00:15:10.019 INFO O| Dec 21 00:15:10.019 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8757 | 2024-12-21T00:15:10.071Z | [ host-image] Dec 21 00:15:10.040 INFO O| Dec 21 00:15:10.040 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8758 | 2024-12-21T00:15:10.074Z | [ host-image] Dec 21 00:15:10.043 INFO O| Dec 21 00:15:10.043 INFO STEP 3 (remove_files) COMPLETE |
8759 | 2024-12-21T00:15:10.074Z | [ host-image] Dec 21 00:15:10.043 INFO O| Dec 21 00:15:10.043 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8760 | 2024-12-21T00:15:10.116Z | [ host-image] Dec 21 00:15:10.086 INFO O| Dec 21 00:15:10.086 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8761 | 2024-12-21T00:15:10.123Z | [ host-image] Dec 21 00:15:10.092 INFO O| Dec 21 00:15:10.092 INFO STEP 4 (remove_files) COMPLETE |
8762 | 2024-12-21T00:15:10.123Z | [ host-image] Dec 21 00:15:10.092 INFO O| Dec 21 00:15:10.092 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8763 | 2024-12-21T00:15:10.185Z | [ host-image] Dec 21 00:15:10.155 INFO O| Dec 21 00:15:10.155 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8764 | 2024-12-21T00:15:10.190Z | [ host-image] Dec 21 00:15:10.160 INFO O| Dec 21 00:15:10.160 INFO STEP 5 (remove_files) COMPLETE |
8765 | 2024-12-21T00:15:10.190Z | [ host-image] Dec 21 00:15:10.160 INFO O| Dec 21 00:15:10.160 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8766 | 2024-12-21T00:15:10.210Z | [ host-image] Dec 21 00:15:10.179 INFO O| Dec 21 00:15:10.179 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8767 | 2024-12-21T00:15:10.244Z | [ host-image] Dec 21 00:15:10.210 INFO O| Dec 21 00:15:10.210 INFO STEP 6 (remove_files) COMPLETE |
8768 | 2024-12-21T00:15:10.247Z | [ host-image] Dec 21 00:15:10.210 INFO O| Dec 21 00:15:10.210 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8769 | 2024-12-21T00:15:10.283Z | [ host-image] Dec 21 00:15:10.252 INFO O| Dec 21 00:15:10.252 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8770 | 2024-12-21T00:15:10.375Z | [ host-image] Dec 21 00:15:10.345 INFO O| Dec 21 00:15:10.345 INFO STEP 7 (remove_files) COMPLETE |
8771 | 2024-12-21T00:15:10.375Z | [ host-image] Dec 21 00:15:10.345 INFO O| Dec 21 00:15:10.345 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8772 | 2024-12-21T00:15:10.412Z | [ host-image] Dec 21 00:15:10.381 INFO O| Dec 21 00:15:10.381 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8773 | 2024-12-21T00:15:10.564Z | [ host-image] Dec 21 00:15:10.533 INFO O| Dec 21 00:15:10.533 INFO STEP 8 (remove_files) COMPLETE |
8774 | 2024-12-21T00:15:10.564Z | [ host-image] Dec 21 00:15:10.533 INFO O| Dec 21 00:15:10.533 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8775 | 2024-12-21T00:15:10.587Z | [ host-image] Dec 21 00:15:10.557 INFO O| Dec 21 00:15:10.557 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8776 | 2024-12-21T00:15:10.782Z | [ host-image] Dec 21 00:15:10.750 INFO O| Dec 21 00:15:10.750 INFO STEP 9 (remove_files) COMPLETE |
8777 | 2024-12-21T00:15:10.782Z | [ host-image] Dec 21 00:15:10.751 INFO O| Dec 21 00:15:10.750 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8778 | 2024-12-21T00:15:10.822Z | [ host-image] Dec 21 00:15:10.791 INFO O| Dec 21 00:15:10.791 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8779 | 2024-12-21T00:15:10.828Z | [ host-image] Dec 21 00:15:10.797 INFO O| Dec 21 00:15:10.797 INFO STEP 10 (remove_files) COMPLETE |
8780 | 2024-12-21T00:15:10.828Z | [ host-image] Dec 21 00:15:10.798 INFO O| Dec 21 00:15:10.797 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8781 | 2024-12-21T00:15:10.860Z | [ host-image] Dec 21 00:15:10.829 INFO O| Dec 21 00:15:10.829 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8782 | 2024-12-21T00:15:10.864Z | [ host-image] Dec 21 00:15:10.831 INFO O| Dec 21 00:15:10.831 INFO STEP 11 (remove_files) COMPLETE |
8783 | 2024-12-21T00:15:10.864Z | [ host-image] Dec 21 00:15:10.831 INFO O| Dec 21 00:15:10.831 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8784 | 2024-12-21T00:15:10.881Z | [ host-image] Dec 21 00:15:10.851 INFO O| Dec 21 00:15:10.851 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8785 | 2024-12-21T00:15:10.884Z | [ host-image] Dec 21 00:15:10.854 INFO O| Dec 21 00:15:10.854 INFO STEP 12 (remove_files) COMPLETE |
8786 | 2024-12-21T00:15:10.884Z | [ host-image] Dec 21 00:15:10.854 INFO O| Dec 21 00:15:10.854 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8787 | 2024-12-21T00:15:10.931Z | [ host-image] Dec 21 00:15:10.901 INFO O| Dec 21 00:15:10.900 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8788 | 2024-12-21T00:15:10.940Z | [ host-image] Dec 21 00:15:10.902 INFO O| Dec 21 00:15:10.902 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8789 | 2024-12-21T00:15:10.940Z | [ host-image] Dec 21 00:15:10.902 INFO O| Dec 21 00:15:10.902 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8790 | 2024-12-21T00:15:10.940Z | [ host-image] Dec 21 00:15:10.902 INFO O| Dec 21 00:15:10.902 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8791 | 2024-12-21T00:15:10.940Z | [ host-image] Dec 21 00:15:10.903 INFO O| Dec 21 00:15:10.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8792 | 2024-12-21T00:15:10.940Z | [ host-image] Dec 21 00:15:10.903 INFO O| Dec 21 00:15:10.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8793 | 2024-12-21T00:15:10.940Z | [ host-image] Dec 21 00:15:10.903 INFO O| Dec 21 00:15:10.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8794 | 2024-12-21T00:15:10.940Z | [ host-image] Dec 21 00:15:10.903 INFO O| Dec 21 00:15:10.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8795 | 2024-12-21T00:15:10.940Z | [ host-image] Dec 21 00:15:10.904 INFO O| Dec 21 00:15:10.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8796 | 2024-12-21T00:15:10.940Z | [ host-image] Dec 21 00:15:10.904 INFO O| Dec 21 00:15:10.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8797 | 2024-12-21T00:15:10.940Z | [ host-image] Dec 21 00:15:10.904 INFO O| Dec 21 00:15:10.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8798 | 2024-12-21T00:15:10.940Z | [ host-image] Dec 21 00:15:10.904 INFO O| Dec 21 00:15:10.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8799 | 2024-12-21T00:15:10.940Z | [ host-image] Dec 21 00:15:10.905 INFO O| Dec 21 00:15:10.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8800 | 2024-12-21T00:15:10.940Z | [ host-image] Dec 21 00:15:10.905 INFO O| Dec 21 00:15:10.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8801 | 2024-12-21T00:15:10.940Z | [ host-image] Dec 21 00:15:10.905 INFO O| Dec 21 00:15:10.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8802 | 2024-12-21T00:15:10.940Z | [ host-image] Dec 21 00:15:10.905 INFO O| Dec 21 00:15:10.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8803 | 2024-12-21T00:15:10.955Z | [ host-image] Dec 21 00:15:10.924 INFO O| Dec 21 00:15:10.924 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8804 | 2024-12-21T00:15:11.191Z | [ host-image] Dec 21 00:15:11.161 INFO O| Dec 21 00:15:11.160 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8805 | 2024-12-21T00:15:11.220Z | [ host-image] Dec 21 00:15:11.190 INFO O| Dec 21 00:15:11.189 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8806 | 2024-12-21T00:15:11.226Z | [ host-image] Dec 21 00:15:11.195 INFO O| Dec 21 00:15:11.195 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8807 | 2024-12-21T00:15:11.248Z | [ host-image] Dec 21 00:15:11.216 INFO O| Dec 21 00:15:11.216 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8808 | 2024-12-21T00:15:11.797Z | [ host-image] Dec 21 00:15:11.767 INFO O| Dec 21 00:15:11.767 INFO STEP 13 (remove_files) COMPLETE |
8809 | 2024-12-21T00:15:11.797Z | [ host-image] Dec 21 00:15:11.767 INFO O| Dec 21 00:15:11.767 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8810 | 2024-12-21T00:15:11.820Z | [ host-image] Dec 21 00:15:11.789 INFO O| Dec 21 00:15:11.789 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8811 | 2024-12-21T00:15:11.822Z | [ host-image] Dec 21 00:15:11.792 INFO O| Dec 21 00:15:11.792 INFO STEP 14 (remove_files) COMPLETE |
8812 | 2024-12-21T00:15:11.822Z | [ host-image] Dec 21 00:15:11.792 INFO O| Dec 21 00:15:11.792 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8813 | 2024-12-21T00:15:11.842Z | [ host-image] Dec 21 00:15:11.812 INFO O| Dec 21 00:15:11.812 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8814 | 2024-12-21T00:15:11.853Z | [ host-image] Dec 21 00:15:11.823 INFO O| Dec 21 00:15:11.823 INFO STEP 15 (remove_files) COMPLETE |
8815 | 2024-12-21T00:15:11.853Z | [ host-image] Dec 21 00:15:11.823 INFO O| Dec 21 00:15:11.823 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8816 | 2024-12-21T00:15:11.894Z | [ host-image] Dec 21 00:15:11.864 INFO O| Dec 21 00:15:11.864 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8817 | 2024-12-21T00:15:11.897Z | [ host-image] Dec 21 00:15:11.865 INFO O| Dec 21 00:15:11.864 INFO STEP 16 (remove_files) COMPLETE |
8818 | 2024-12-21T00:15:11.897Z | [ host-image] Dec 21 00:15:11.865 INFO O| Dec 21 00:15:11.865 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8819 | 2024-12-21T00:15:11.948Z | [ host-image] Dec 21 00:15:11.918 INFO O| Dec 21 00:15:11.918 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8820 | 2024-12-21T00:15:11.951Z | [ host-image] Dec 21 00:15:11.920 INFO O| Dec 21 00:15:11.920 INFO STEP 17 (remove_files) COMPLETE |
8821 | 2024-12-21T00:15:11.951Z | [ host-image] Dec 21 00:15:11.920 INFO O| Dec 21 00:15:11.920 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8822 | 2024-12-21T00:15:12.012Z | [ host-image] Dec 21 00:15:11.981 INFO O| Dec 21 00:15:11.981 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8823 | 2024-12-21T00:15:12.012Z | [ host-image] Dec 21 00:15:11.981 INFO O| Dec 21 00:15:11.981 INFO STEP 18 (remove_files) COMPLETE |
8824 | 2024-12-21T00:15:12.012Z | [ host-image] Dec 21 00:15:11.981 INFO O| Dec 21 00:15:11.981 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8825 | 2024-12-21T00:15:12.034Z | [ host-image] Dec 21 00:15:12.004 INFO O| Dec 21 00:15:12.003 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8826 | 2024-12-21T00:15:12.036Z | [ host-image] Dec 21 00:15:12.004 INFO O| Dec 21 00:15:12.004 INFO STEP 19 (remove_files) COMPLETE |
8827 | 2024-12-21T00:15:12.037Z | [ host-image] Dec 21 00:15:12.004 INFO O| Dec 21 00:15:12.004 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8828 | 2024-12-21T00:15:12.057Z | [ host-image] Dec 21 00:15:12.026 INFO O| Dec 21 00:15:12.026 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8829 | 2024-12-21T00:15:12.057Z | [ host-image] Dec 21 00:15:12.027 INFO O| Dec 21 00:15:12.026 INFO STEP 20 (remove_files) COMPLETE |
8830 | 2024-12-21T00:15:12.060Z | [ host-image] Dec 21 00:15:12.027 INFO O| Dec 21 00:15:12.027 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8831 | 2024-12-21T00:15:12.079Z | [ host-image] Dec 21 00:15:12.049 INFO O| Dec 21 00:15:12.048 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8832 | 2024-12-21T00:15:12.079Z | [ host-image] Dec 21 00:15:12.049 INFO O| Dec 21 00:15:12.049 INFO STEP 21 (remove_files) COMPLETE |
8833 | 2024-12-21T00:15:12.081Z | [ host-image] Dec 21 00:15:12.049 INFO O| Dec 21 00:15:12.049 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8834 | 2024-12-21T00:15:12.109Z | [ host-image] Dec 21 00:15:12.078 INFO O| Dec 21 00:15:12.078 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8835 | 2024-12-21T00:15:12.112Z | [ host-image] Dec 21 00:15:12.079 INFO O| Dec 21 00:15:12.078 INFO STEP 22 (remove_files) COMPLETE |
8836 | 2024-12-21T00:15:12.112Z | [ host-image] Dec 21 00:15:12.079 INFO O| Dec 21 00:15:12.079 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8837 | 2024-12-21T00:15:12.131Z | [ host-image] Dec 21 00:15:12.101 INFO O| Dec 21 00:15:12.101 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8838 | 2024-12-21T00:15:12.131Z | [ host-image] Dec 21 00:15:12.101 INFO O| Dec 21 00:15:12.101 INFO STEP 23 (remove_files) COMPLETE |
8839 | 2024-12-21T00:15:12.134Z | [ host-image] Dec 21 00:15:12.101 INFO O| Dec 21 00:15:12.101 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8840 | 2024-12-21T00:15:12.154Z | [ host-image] Dec 21 00:15:12.123 INFO O| Dec 21 00:15:12.123 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8841 | 2024-12-21T00:15:12.154Z | [ host-image] Dec 21 00:15:12.123 INFO O| Dec 21 00:15:12.123 INFO STEP 24 (remove_files) COMPLETE |
8842 | 2024-12-21T00:15:12.157Z | [ host-image] Dec 21 00:15:12.123 INFO O| Dec 21 00:15:12.123 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8843 | 2024-12-21T00:15:12.175Z | [ host-image] Dec 21 00:15:12.144 INFO O| Dec 21 00:15:12.144 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8844 | 2024-12-21T00:15:12.175Z | [ host-image] Dec 21 00:15:12.145 INFO O| Dec 21 00:15:12.145 INFO STEP 25 (remove_files) COMPLETE |
8845 | 2024-12-21T00:15:12.175Z | [ host-image] Dec 21 00:15:12.145 INFO O| Dec 21 00:15:12.145 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8846 | 2024-12-21T00:15:12.196Z | [ host-image] Dec 21 00:15:12.165 INFO O| Dec 21 00:15:12.165 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8847 | 2024-12-21T00:15:12.196Z | [ host-image] Dec 21 00:15:12.166 INFO O| Dec 21 00:15:12.166 INFO STEP 26 (remove_files) COMPLETE |
8848 | 2024-12-21T00:15:12.196Z | [ host-image] Dec 21 00:15:12.166 INFO O| Dec 21 00:15:12.166 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8849 | 2024-12-21T00:15:12.219Z | [ host-image] Dec 21 00:15:12.189 INFO O| Dec 21 00:15:12.189 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8850 | 2024-12-21T00:15:12.222Z | [ host-image] Dec 21 00:15:12.189 INFO O| Dec 21 00:15:12.189 INFO STEP 27 (remove_files) COMPLETE |
8851 | 2024-12-21T00:15:12.222Z | [ host-image] Dec 21 00:15:12.190 INFO O| Dec 21 00:15:12.189 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8852 | 2024-12-21T00:15:12.244Z | [ host-image] Dec 21 00:15:12.214 INFO O| Dec 21 00:15:12.214 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8853 | 2024-12-21T00:15:12.244Z | [ host-image] Dec 21 00:15:12.214 INFO O| Dec 21 00:15:12.214 INFO STEP 28 (remove_files) COMPLETE |
8854 | 2024-12-21T00:15:12.246Z | [ host-image] Dec 21 00:15:12.214 INFO O| Dec 21 00:15:12.214 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8855 | 2024-12-21T00:15:12.267Z | [ host-image] Dec 21 00:15:12.237 INFO O| Dec 21 00:15:12.237 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8856 | 2024-12-21T00:15:12.270Z | [ host-image] Dec 21 00:15:12.237 INFO O| Dec 21 00:15:12.237 INFO STEP 29 (remove_files) COMPLETE |
8857 | 2024-12-21T00:15:12.270Z | [ host-image] Dec 21 00:15:12.238 INFO O| Dec 21 00:15:12.237 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8858 | 2024-12-21T00:15:12.295Z | [ host-image] Dec 21 00:15:12.264 INFO O| Dec 21 00:15:12.264 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8859 | 2024-12-21T00:15:12.295Z | [ host-image] Dec 21 00:15:12.264 INFO O| Dec 21 00:15:12.264 INFO STEP 30 (remove_files) COMPLETE |
8860 | 2024-12-21T00:15:12.298Z | [ host-image] Dec 21 00:15:12.264 INFO O| Dec 21 00:15:12.264 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8861 | 2024-12-21T00:15:12.352Z | [ host-image] Dec 21 00:15:12.322 INFO O| Dec 21 00:15:12.322 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8862 | 2024-12-21T00:15:12.356Z | [ host-image] Dec 21 00:15:12.322 INFO O| Dec 21 00:15:12.322 INFO STEP 31 (remove_files) COMPLETE |
8863 | 2024-12-21T00:15:12.356Z | [ host-image] Dec 21 00:15:12.322 INFO O| Dec 21 00:15:12.322 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8864 | 2024-12-21T00:15:12.376Z | [ host-image] Dec 21 00:15:12.346 INFO O| Dec 21 00:15:12.346 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8865 | 2024-12-21T00:15:12.378Z | [ host-image] Dec 21 00:15:12.346 INFO O| Dec 21 00:15:12.346 INFO STEP 32 (remove_files) COMPLETE |
8866 | 2024-12-21T00:15:12.378Z | [ host-image] Dec 21 00:15:12.346 INFO O| Dec 21 00:15:12.346 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8867 | 2024-12-21T00:15:12.400Z | [ host-image] Dec 21 00:15:12.370 INFO O| Dec 21 00:15:12.370 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8868 | 2024-12-21T00:15:12.403Z | [ host-image] Dec 21 00:15:12.370 INFO O| Dec 21 00:15:12.370 INFO STEP 33 (remove_files) COMPLETE |
8869 | 2024-12-21T00:15:12.403Z | [ host-image] Dec 21 00:15:12.370 INFO O| Dec 21 00:15:12.370 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8870 | 2024-12-21T00:15:12.424Z | [ host-image] Dec 21 00:15:12.393 INFO O| Dec 21 00:15:12.393 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8871 | 2024-12-21T00:15:12.424Z | [ host-image] Dec 21 00:15:12.394 INFO O| Dec 21 00:15:12.393 INFO STEP 34 (remove_files) COMPLETE |
8872 | 2024-12-21T00:15:12.427Z | [ host-image] Dec 21 00:15:12.394 INFO O| Dec 21 00:15:12.394 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8873 | 2024-12-21T00:15:12.445Z | [ host-image] Dec 21 00:15:12.415 INFO O| Dec 21 00:15:12.415 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8874 | 2024-12-21T00:15:12.449Z | [ host-image] Dec 21 00:15:12.415 INFO O| Dec 21 00:15:12.415 INFO STEP 35 (remove_files) COMPLETE |
8875 | 2024-12-21T00:15:12.449Z | [ host-image] Dec 21 00:15:12.415 INFO O| Dec 21 00:15:12.415 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8876 | 2024-12-21T00:15:12.545Z | [ host-image] Dec 21 00:15:12.515 INFO O| Dec 21 00:15:12.515 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8877 | 2024-12-21T00:15:12.548Z | [ host-image] Dec 21 00:15:12.515 INFO O| Dec 21 00:15:12.515 INFO STEP 36 (remove_files) COMPLETE |
8878 | 2024-12-21T00:15:12.548Z | [ host-image] Dec 21 00:15:12.515 INFO O| Dec 21 00:15:12.515 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8879 | 2024-12-21T00:15:12.566Z | [ host-image] Dec 21 00:15:12.536 INFO O| Dec 21 00:15:12.536 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8880 | 2024-12-21T00:15:12.569Z | [ host-image] Dec 21 00:15:12.537 INFO O| Dec 21 00:15:12.536 INFO STEP 37 (remove_files) COMPLETE |
8881 | 2024-12-21T00:15:12.569Z | [ host-image] Dec 21 00:15:12.537 INFO O| Dec 21 00:15:12.537 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8882 | 2024-12-21T00:15:12.609Z | [ host-image] Dec 21 00:15:12.579 INFO O| Dec 21 00:15:12.579 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8883 | 2024-12-21T00:15:12.609Z | [ host-image] Dec 21 00:15:12.579 INFO O| Dec 21 00:15:12.579 INFO STEP 38 (remove_files) COMPLETE |
8884 | 2024-12-21T00:15:12.609Z | [ host-image] Dec 21 00:15:12.579 INFO O| Dec 21 00:15:12.579 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8885 | 2024-12-21T00:15:12.633Z | [ host-image] Dec 21 00:15:12.603 INFO O| Dec 21 00:15:12.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8886 | 2024-12-21T00:15:12.633Z | [ host-image] Dec 21 00:15:12.603 INFO O| Dec 21 00:15:12.603 INFO STEP 39 (remove_files) COMPLETE |
8887 | 2024-12-21T00:15:12.636Z | [ host-image] Dec 21 00:15:12.603 INFO O| Dec 21 00:15:12.603 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8888 | 2024-12-21T00:15:12.657Z | [ host-image] Dec 21 00:15:12.627 INFO O| Dec 21 00:15:12.627 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8889 | 2024-12-21T00:15:12.657Z | [ host-image] Dec 21 00:15:12.627 INFO O| Dec 21 00:15:12.627 INFO STEP 40 (remove_files) COMPLETE |
8890 | 2024-12-21T00:15:12.657Z | [ host-image] Dec 21 00:15:12.627 INFO O| Dec 21 00:15:12.627 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8891 | 2024-12-21T00:15:12.693Z | [ host-image] Dec 21 00:15:12.663 INFO O| Dec 21 00:15:12.663 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8892 | 2024-12-21T00:15:12.693Z | [ host-image] Dec 21 00:15:12.663 INFO O| Dec 21 00:15:12.663 INFO STEP 41 (remove_files) COMPLETE |
8893 | 2024-12-21T00:15:12.693Z | [ host-image] Dec 21 00:15:12.663 INFO O| Dec 21 00:15:12.663 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8894 | 2024-12-21T00:15:12.716Z | [ host-image] Dec 21 00:15:12.686 INFO O| Dec 21 00:15:12.686 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8895 | 2024-12-21T00:15:12.716Z | [ host-image] Dec 21 00:15:12.686 INFO O| Dec 21 00:15:12.686 INFO STEP 42 (remove_files) COMPLETE |
8896 | 2024-12-21T00:15:12.716Z | [ host-image] Dec 21 00:15:12.686 INFO O| Dec 21 00:15:12.686 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8897 | 2024-12-21T00:15:12.740Z | [ host-image] Dec 21 00:15:12.710 INFO O| Dec 21 00:15:12.710 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8898 | 2024-12-21T00:15:12.740Z | [ host-image] Dec 21 00:15:12.710 INFO O| Dec 21 00:15:12.710 INFO STEP 43 (remove_files) COMPLETE |
8899 | 2024-12-21T00:15:12.743Z | [ host-image] Dec 21 00:15:12.710 INFO O| Dec 21 00:15:12.710 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8900 | 2024-12-21T00:15:12.779Z | [ host-image] Dec 21 00:15:12.749 INFO O| Dec 21 00:15:12.748 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8901 | 2024-12-21T00:15:12.779Z | [ host-image] Dec 21 00:15:12.749 INFO O| Dec 21 00:15:12.749 INFO STEP 44 (remove_files) COMPLETE |
8902 | 2024-12-21T00:15:12.781Z | [ host-image] Dec 21 00:15:12.749 INFO O| Dec 21 00:15:12.749 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8903 | 2024-12-21T00:15:12.802Z | [ host-image] Dec 21 00:15:12.772 INFO O| Dec 21 00:15:12.772 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8904 | 2024-12-21T00:15:12.802Z | [ host-image] Dec 21 00:15:12.772 INFO O| Dec 21 00:15:12.772 INFO STEP 45 (remove_files) COMPLETE |
8905 | 2024-12-21T00:15:12.802Z | [ host-image] Dec 21 00:15:12.772 INFO O| Dec 21 00:15:12.772 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8906 | 2024-12-21T00:15:12.857Z | [ host-image] Dec 21 00:15:12.827 INFO O| Dec 21 00:15:12.827 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8907 | 2024-12-21T00:15:12.857Z | [ host-image] Dec 21 00:15:12.827 INFO O| Dec 21 00:15:12.827 INFO STEP 46 (remove_files) COMPLETE |
8908 | 2024-12-21T00:15:12.857Z | [ host-image] Dec 21 00:15:12.827 INFO O| Dec 21 00:15:12.827 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8909 | 2024-12-21T00:15:12.881Z | [ host-image] Dec 21 00:15:12.850 INFO O| Dec 21 00:15:12.850 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8910 | 2024-12-21T00:15:12.881Z | [ host-image] Dec 21 00:15:12.850 INFO O| Dec 21 00:15:12.850 INFO STEP 47 (remove_files) COMPLETE |
8911 | 2024-12-21T00:15:12.881Z | [ host-image] Dec 21 00:15:12.851 INFO O| Dec 21 00:15:12.850 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8912 | 2024-12-21T00:15:12.903Z | [ host-image] Dec 21 00:15:12.873 INFO O| Dec 21 00:15:12.872 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8913 | 2024-12-21T00:15:12.903Z | [ host-image] Dec 21 00:15:12.873 INFO O| Dec 21 00:15:12.873 INFO STEP 48 (remove_files) COMPLETE |
8914 | 2024-12-21T00:15:12.903Z | [ host-image] Dec 21 00:15:12.873 INFO O| Dec 21 00:15:12.873 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8915 | 2024-12-21T00:15:12.924Z | [ host-image] Dec 21 00:15:12.894 INFO O| Dec 21 00:15:12.894 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8916 | 2024-12-21T00:15:12.924Z | [ host-image] Dec 21 00:15:12.894 INFO O| Dec 21 00:15:12.894 INFO STEP 49 (remove_files) COMPLETE |
8917 | 2024-12-21T00:15:12.924Z | [ host-image] Dec 21 00:15:12.894 INFO O| Dec 21 00:15:12.894 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8918 | 2024-12-21T00:15:12.961Z | [ host-image] Dec 21 00:15:12.931 INFO O| Dec 21 00:15:12.931 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8919 | 2024-12-21T00:15:12.961Z | [ host-image] Dec 21 00:15:12.931 INFO O| Dec 21 00:15:12.931 INFO STEP 50 (remove_files) COMPLETE |
8920 | 2024-12-21T00:15:12.963Z | [ host-image] Dec 21 00:15:12.931 INFO O| Dec 21 00:15:12.931 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8921 | 2024-12-21T00:15:12.984Z | [ host-image] Dec 21 00:15:12.953 INFO O| Dec 21 00:15:12.953 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8922 | 2024-12-21T00:15:12.984Z | [ host-image] Dec 21 00:15:12.954 INFO O| Dec 21 00:15:12.954 INFO STEP 51 (remove_files) COMPLETE |
8923 | 2024-12-21T00:15:12.986Z | [ host-image] Dec 21 00:15:12.954 INFO O| Dec 21 00:15:12.954 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8924 | 2024-12-21T00:15:13.006Z | [ host-image] Dec 21 00:15:12.975 INFO O| Dec 21 00:15:12.975 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8925 | 2024-12-21T00:15:13.006Z | [ host-image] Dec 21 00:15:12.975 INFO O| Dec 21 00:15:12.975 INFO STEP 52 (remove_files) COMPLETE |
8926 | 2024-12-21T00:15:13.006Z | [ host-image] Dec 21 00:15:12.975 INFO O| Dec 21 00:15:12.975 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8927 | 2024-12-21T00:15:13.048Z | [ host-image] Dec 21 00:15:13.018 INFO O| Dec 21 00:15:13.018 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8928 | 2024-12-21T00:15:13.051Z | [ host-image] Dec 21 00:15:13.018 INFO O| Dec 21 00:15:13.018 INFO STEP 53 (remove_files) COMPLETE |
8929 | 2024-12-21T00:15:13.051Z | [ host-image] Dec 21 00:15:13.018 INFO O| Dec 21 00:15:13.018 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8930 | 2024-12-21T00:15:13.072Z | [ host-image] Dec 21 00:15:13.042 INFO O| Dec 21 00:15:13.042 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8931 | 2024-12-21T00:15:13.076Z | [ host-image] Dec 21 00:15:13.042 INFO O| Dec 21 00:15:13.042 INFO STEP 54 (remove_files) COMPLETE |
8932 | 2024-12-21T00:15:13.076Z | [ host-image] Dec 21 00:15:13.042 INFO O| Dec 21 00:15:13.042 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8933 | 2024-12-21T00:15:13.105Z | [ host-image] Dec 21 00:15:13.075 INFO O| Dec 21 00:15:13.075 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8934 | 2024-12-21T00:15:13.105Z | [ host-image] Dec 21 00:15:13.075 INFO O| Dec 21 00:15:13.075 INFO STEP 55 (remove_files) COMPLETE |
8935 | 2024-12-21T00:15:13.105Z | [ host-image] Dec 21 00:15:13.075 INFO O| Dec 21 00:15:13.075 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8936 | 2024-12-21T00:15:13.128Z | [ host-image] Dec 21 00:15:13.098 INFO O| Dec 21 00:15:13.098 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8937 | 2024-12-21T00:15:13.128Z | [ host-image] Dec 21 00:15:13.098 INFO O| Dec 21 00:15:13.098 INFO STEP 56 (remove_files) COMPLETE |
8938 | 2024-12-21T00:15:13.128Z | [ host-image] Dec 21 00:15:13.098 INFO O| Dec 21 00:15:13.098 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8939 | 2024-12-21T00:15:13.150Z | [ host-image] Dec 21 00:15:13.120 INFO O| Dec 21 00:15:13.120 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8940 | 2024-12-21T00:15:13.150Z | [ host-image] Dec 21 00:15:13.120 INFO O| Dec 21 00:15:13.120 INFO STEP 57 (remove_files) COMPLETE |
8941 | 2024-12-21T00:15:13.150Z | [ host-image] Dec 21 00:15:13.120 INFO O| Dec 21 00:15:13.120 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8942 | 2024-12-21T00:15:13.188Z | [ host-image] Dec 21 00:15:13.155 INFO O| Dec 21 00:15:13.155 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8943 | 2024-12-21T00:15:13.188Z | [ host-image] Dec 21 00:15:13.155 INFO O| Dec 21 00:15:13.155 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8944 | 2024-12-21T00:15:13.191Z | [ host-image] Dec 21 00:15:13.156 INFO O| Dec 21 00:15:13.156 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8945 | 2024-12-21T00:15:13.191Z | [ host-image] Dec 21 00:15:13.156 INFO O| Dec 21 00:15:13.156 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8946 | 2024-12-21T00:15:13.191Z | [ host-image] Dec 21 00:15:13.156 INFO O| Dec 21 00:15:13.156 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8947 | 2024-12-21T00:15:13.191Z | [ host-image] Dec 21 00:15:13.156 INFO O| Dec 21 00:15:13.156 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8948 | 2024-12-21T00:15:13.191Z | [ host-image] Dec 21 00:15:13.156 INFO O| Dec 21 00:15:13.156 INFO ok! |
8949 | 2024-12-21T00:15:13.191Z | [ host-image] Dec 21 00:15:13.156 INFO O| Dec 21 00:15:13.156 INFO STEP 58 (ensure_file) COMPLETE |
8950 | 2024-12-21T00:15:13.191Z | [ host-image] Dec 21 00:15:13.156 INFO O| Dec 21 00:15:13.156 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8951 | 2024-12-21T00:15:13.212Z | [ host-image] Dec 21 00:15:13.182 INFO O| Dec 21 00:15:13.181 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8952 | 2024-12-21T00:15:13.212Z | [ host-image] Dec 21 00:15:13.182 INFO O| Dec 21 00:15:13.182 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8953 | 2024-12-21T00:15:13.215Z | [ host-image] Dec 21 00:15:13.182 INFO O| Dec 21 00:15:13.182 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8954 | 2024-12-21T00:15:13.215Z | [ host-image] Dec 21 00:15:13.182 INFO O| Dec 21 00:15:13.182 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8955 | 2024-12-21T00:15:13.215Z | [ host-image] Dec 21 00:15:13.182 INFO O| Dec 21 00:15:13.182 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8956 | 2024-12-21T00:15:13.215Z | [ host-image] Dec 21 00:15:13.182 INFO O| Dec 21 00:15:13.182 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8957 | 2024-12-21T00:15:13.215Z | [ host-image] Dec 21 00:15:13.182 INFO O| Dec 21 00:15:13.182 INFO ok! |
8958 | 2024-12-21T00:15:13.215Z | [ host-image] Dec 21 00:15:13.182 INFO O| Dec 21 00:15:13.182 INFO STEP 59 (ensure_file) COMPLETE |
8959 | 2024-12-21T00:15:13.215Z | [ host-image] Dec 21 00:15:13.182 INFO O| Dec 21 00:15:13.182 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8960 | 2024-12-21T00:15:13.239Z | [ host-image] Dec 21 00:15:13.208 INFO O| Dec 21 00:15:13.208 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8961 | 2024-12-21T00:15:13.239Z | [ host-image] Dec 21 00:15:13.208 INFO O| Dec 21 00:15:13.208 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8962 | 2024-12-21T00:15:13.242Z | [ host-image] Dec 21 00:15:13.209 INFO O| Dec 21 00:15:13.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8963 | 2024-12-21T00:15:13.242Z | [ host-image] Dec 21 00:15:13.209 INFO O| Dec 21 00:15:13.209 INFO ok! |
8964 | 2024-12-21T00:15:13.242Z | [ host-image] Dec 21 00:15:13.209 INFO O| Dec 21 00:15:13.209 INFO STEP 60 (ensure_file) COMPLETE |
8965 | 2024-12-21T00:15:13.242Z | [ host-image] Dec 21 00:15:13.209 INFO O| Dec 21 00:15:13.209 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8966 | 2024-12-21T00:15:13.276Z | [ host-image] Dec 21 00:15:13.246 INFO O| Dec 21 00:15:13.246 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8967 | 2024-12-21T00:15:13.276Z | [ host-image] Dec 21 00:15:13.246 INFO O| Dec 21 00:15:13.246 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8968 | 2024-12-21T00:15:13.277Z | [ host-image] Dec 21 00:15:13.246 INFO O| Dec 21 00:15:13.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8969 | 2024-12-21T00:15:13.277Z | [ host-image] Dec 21 00:15:13.246 INFO O| Dec 21 00:15:13.246 INFO ok! |
8970 | 2024-12-21T00:15:13.280Z | [ host-image] Dec 21 00:15:13.246 INFO O| Dec 21 00:15:13.246 INFO STEP 61 (ensure_file) COMPLETE |
8971 | 2024-12-21T00:15:13.280Z | [ host-image] Dec 21 00:15:13.246 INFO O| Dec 21 00:15:13.246 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8972 | 2024-12-21T00:15:13.297Z | [ host-image] Dec 21 00:15:13.267 INFO O| Dec 21 00:15:13.267 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8973 | 2024-12-21T00:15:13.298Z | [ host-image] Dec 21 00:15:13.267 INFO O| Dec 21 00:15:13.267 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8974 | 2024-12-21T00:15:13.300Z | [ host-image] Dec 21 00:15:13.268 INFO O| Dec 21 00:15:13.267 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8975 | 2024-12-21T00:15:13.301Z | [ host-image] Dec 21 00:15:13.268 INFO O| Dec 21 00:15:13.268 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8976 | 2024-12-21T00:15:13.301Z | [ host-image] Dec 21 00:15:13.268 INFO O| Dec 21 00:15:13.268 INFO ok! |
8977 | 2024-12-21T00:15:13.301Z | [ host-image] Dec 21 00:15:13.268 INFO O| Dec 21 00:15:13.268 INFO STEP 62 (ensure_file) COMPLETE |
8978 | 2024-12-21T00:15:13.301Z | [ host-image] Dec 21 00:15:13.268 INFO O| Dec 21 00:15:13.268 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8979 | 2024-12-21T00:15:13.319Z | [ host-image] Dec 21 00:15:13.289 INFO O| Dec 21 00:15:13.289 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8980 | 2024-12-21T00:15:13.319Z | [ host-image] Dec 21 00:15:13.289 INFO O| Dec 21 00:15:13.289 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8981 | 2024-12-21T00:15:13.319Z | [ host-image] Dec 21 00:15:13.289 INFO O| Dec 21 00:15:13.289 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8982 | 2024-12-21T00:15:13.322Z | [ host-image] Dec 21 00:15:13.289 INFO O| Dec 21 00:15:13.289 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8983 | 2024-12-21T00:15:13.322Z | [ host-image] Dec 21 00:15:13.289 INFO O| Dec 21 00:15:13.289 INFO ok! |
8984 | 2024-12-21T00:15:13.322Z | [ host-image] Dec 21 00:15:13.289 INFO O| Dec 21 00:15:13.289 INFO STEP 63 (ensure_file) COMPLETE |
8985 | 2024-12-21T00:15:13.322Z | [ host-image] Dec 21 00:15:13.290 INFO O| Dec 21 00:15:13.290 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8986 | 2024-12-21T00:15:13.341Z | [ host-image] Dec 21 00:15:13.311 INFO O| Dec 21 00:15:13.311 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8987 | 2024-12-21T00:15:13.341Z | [ host-image] Dec 21 00:15:13.311 INFO O| Dec 21 00:15:13.311 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8988 | 2024-12-21T00:15:13.341Z | [ host-image] Dec 21 00:15:13.311 INFO O| Dec 21 00:15:13.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8989 | 2024-12-21T00:15:13.344Z | [ host-image] Dec 21 00:15:13.311 INFO O| Dec 21 00:15:13.311 INFO ok! |
8990 | 2024-12-21T00:15:13.344Z | [ host-image] Dec 21 00:15:13.311 INFO O| Dec 21 00:15:13.311 INFO STEP 64 (assemble_files) COMPLETE |
8991 | 2024-12-21T00:15:13.344Z | [ host-image] Dec 21 00:15:13.311 INFO O| Dec 21 00:15:13.311 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8992 | 2024-12-21T00:15:13.364Z | [ host-image] Dec 21 00:15:13.334 INFO O| Dec 21 00:15:13.334 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8993 | 2024-12-21T00:15:13.364Z | [ host-image] Dec 21 00:15:13.334 INFO O| Dec 21 00:15:13.334 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8994 | 2024-12-21T00:15:13.364Z | [ host-image] Dec 21 00:15:13.334 INFO O| Dec 21 00:15:13.334 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8995 | 2024-12-21T00:15:13.367Z | [ host-image] Dec 21 00:15:13.334 INFO O| Dec 21 00:15:13.334 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8996 | 2024-12-21T00:15:13.367Z | [ host-image] Dec 21 00:15:13.334 INFO O| Dec 21 00:15:13.334 INFO ok! |
8997 | 2024-12-21T00:15:13.367Z | [ host-image] Dec 21 00:15:13.334 INFO O| Dec 21 00:15:13.334 INFO STEP 65 (ensure_file) COMPLETE |
8998 | 2024-12-21T00:15:13.367Z | [ host-image] Dec 21 00:15:13.334 INFO O| Dec 21 00:15:13.334 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8999 | 2024-12-21T00:15:13.386Z | [ host-image] Dec 21 00:15:13.356 INFO O| Dec 21 00:15:13.356 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9000 | 2024-12-21T00:15:13.389Z | [ host-image] Dec 21 00:15:13.356 INFO O| Dec 21 00:15:13.356 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9001 | 2024-12-21T00:15:13.389Z | [ host-image] Dec 21 00:15:13.356 INFO O| Dec 21 00:15:13.356 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9002 | 2024-12-21T00:15:13.389Z | [ host-image] Dec 21 00:15:13.356 INFO O| Dec 21 00:15:13.356 INFO STEP 66 (ensure_dir) COMPLETE |
9003 | 2024-12-21T00:15:13.389Z | [ host-image] Dec 21 00:15:13.356 INFO O| Dec 21 00:15:13.356 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9004 | 2024-12-21T00:15:13.410Z | [ host-image] Dec 21 00:15:13.380 INFO O| Dec 21 00:15:13.380 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9005 | 2024-12-21T00:15:13.410Z | [ host-image] Dec 21 00:15:13.380 INFO O| Dec 21 00:15:13.380 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 ... |
9006 | 2024-12-21T00:15:13.421Z | [ host-image] Dec 21 00:15:13.391 INFO O| Dec 21 00:15:13.391 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 |
9007 | 2024-12-21T00:15:13.421Z | [ host-image] Dec 21 00:15:13.391 INFO O| Dec 21 00:15:13.391 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9008 | 2024-12-21T00:15:13.424Z | [ host-image] Dec 21 00:15:13.391 INFO O| Dec 21 00:15:13.391 INFO ok! |
9009 | 2024-12-21T00:15:13.424Z | [ host-image] Dec 21 00:15:13.391 INFO O| Dec 21 00:15:13.391 INFO STEP 67 (ensure_file) COMPLETE |
9010 | 2024-12-21T00:15:13.424Z | [ host-image] Dec 21 00:15:13.391 INFO O| Dec 21 00:15:13.391 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9011 | 2024-12-21T00:15:13.445Z | [ host-image] Dec 21 00:15:13.415 INFO O| Dec 21 00:15:13.415 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9012 | 2024-12-21T00:15:13.445Z | [ host-image] Dec 21 00:15:13.415 INFO O| Dec 21 00:15:13.415 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 ... |
9013 | 2024-12-21T00:15:13.445Z | [ host-image] Dec 21 00:15:13.415 INFO O| Dec 21 00:15:13.415 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 |
9014 | 2024-12-21T00:15:13.445Z | [ host-image] Dec 21 00:15:13.415 INFO O| Dec 21 00:15:13.415 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9015 | 2024-12-21T00:15:13.448Z | [ host-image] Dec 21 00:15:13.415 INFO O| Dec 21 00:15:13.415 INFO ok! |
9016 | 2024-12-21T00:15:13.448Z | [ host-image] Dec 21 00:15:13.415 INFO O| Dec 21 00:15:13.415 INFO STEP 68 (ensure_file) COMPLETE |
9017 | 2024-12-21T00:15:13.448Z | [ host-image] Dec 21 00:15:13.415 INFO O| Dec 21 00:15:13.415 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9018 | 2024-12-21T00:15:13.478Z | [ host-image] Dec 21 00:15:13.448 INFO O| Dec 21 00:15:13.448 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9019 | 2024-12-21T00:15:13.478Z | [ host-image] Dec 21 00:15:13.448 INFO O| Dec 21 00:15:13.448 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9020 | 2024-12-21T00:15:15.196Z | [ recovery-image] Dec 21 00:15:15.166 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
9021 | 2024-12-21T00:15:18.325Z | [ host-image] Dec 21 00:15:18.296 INFO O| Dec 21 00:15:18.295 INFO STEP 69 (pack_tar) COMPLETE |
9022 | 2024-12-21T00:15:18.325Z | [ host-image] Dec 21 00:15:18.296 INFO O| Dec 21 00:15:18.296 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9023 | 2024-12-21T00:15:18.328Z | [ host-image] Dec 21 00:15:18.296 INFO O| Dec 21 00:15:18.296 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9024 | 2024-12-21T00:15:18.841Z | [ recovery-image] Dec 21 00:15:18.812 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
9025 | 2024-12-21T00:15:18.891Z | [ host-image] Dec 21 00:15:18.861 INFO O| Dec 21 00:15:18.861 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9026 | 2024-12-21T00:15:19.122Z | [ host-image] Dec 21 00:15:19.093 INFO O| Dec 21 00:15:19.093 INFO completed processing gimlet/ramdisk-02-trim |
9027 | 2024-12-21T00:15:19.125Z | [ host-image] Dec 21 00:15:19.096 INFO image builder template: zfs... |
9028 | 2024-12-21T00:15:19.128Z | [ host-image] Dec 21 00:15:19.096 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/.tmpaSG2wu/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "zfs"], pwd: None |
9029 | 2024-12-21T00:15:19.150Z | [ host-image] Dec 21 00:15:19.121 INFO O| Dec 21 00:15:19.121 INFO skip include "stress" because feature "stress" is not enabled |
9030 | 2024-12-21T00:15:19.229Z | [ host-image] Dec 21 00:15:19.200 INFO O| Dec 21 00:15:19.200 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9031 | 2024-12-21T00:15:19.240Z | [ host-image] Dec 21 00:15:19.210 INFO O| Dec 21 00:15:19.210 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9032 | 2024-12-21T00:15:19.341Z | [ host-image] Dec 21 00:15:19.311 INFO O| Dec 21 00:15:19.311 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9033 | 2024-12-21T00:15:19.463Z | [ host-image] Dec 21 00:15:19.434 INFO O| Dec 21 00:15:19.434 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9034 | 2024-12-21T00:15:19.463Z | [ host-image] Dec 21 00:15:19.434 INFO O| Dec 21 00:15:19.434 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9035 | 2024-12-21T00:15:19.490Z | [ host-image] Dec 21 00:15:19.461 INFO O| Dec 21 00:15:19.461 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9036 | 2024-12-21T00:15:19.608Z | [ host-image] Dec 21 00:15:19.577 INFO O| Dec 21 00:15:19.577 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9037 | 2024-12-21T00:15:19.760Z | [ host-image] Dec 21 00:15:19.731 INFO O| Dec 21 00:15:19.731 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9038 | 2024-12-21T00:15:19.847Z | [ host-image] Dec 21 00:15:19.818 INFO O| Dec 21 00:15:19.818 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9039 | 2024-12-21T00:15:19.934Z | [ host-image] Dec 21 00:15:19.905 INFO O| Dec 21 00:15:19.905 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9040 | 2024-12-21T00:15:19.934Z | [ host-image] Dec 21 00:15:19.905 INFO O| Dec 21 00:15:19.905 INFO no lofi found |
9041 | 2024-12-21T00:15:19.939Z | [ host-image] Dec 21 00:15:19.906 INFO O| Dec 21 00:15:19.905 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9042 | 2024-12-21T00:15:19.939Z | [ host-image] Dec 21 00:15:19.906 INFO O| Dec 21 00:15:19.905 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9043 | 2024-12-21T00:15:22.040Z | [ host-image] Dec 21 00:15:22.012 INFO O| Dec 21 00:15:22.012 INFO lofi device = /dev/dsk/c2t1d0p0 |
9044 | 2024-12-21T00:15:22.041Z | [ host-image] Dec 21 00:15:22.012 INFO O| Dec 21 00:15:22.012 INFO pool device = /dev/dsk/c2t1d0p0 |
9045 | 2024-12-21T00:15:22.041Z | [ host-image] Dec 21 00:15:22.012 INFO O| Dec 21 00:15:22.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"] |
9046 | 2024-12-21T00:15:22.271Z | [ host-image] Dec 21 00:15:22.242 INFO O| Dec 21 00:15:22.242 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9047 | 2024-12-21T00:15:22.271Z | [ host-image] Dec 21 00:15:22.242 INFO O| Dec 21 00:15:22.242 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9048 | 2024-12-21T00:15:22.356Z | [ host-image] Dec 21 00:15:22.327 INFO O| Dec 21 00:15:22.327 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9049 | 2024-12-21T00:15:22.470Z | [ host-image] Dec 21 00:15:22.441 INFO O| Dec 21 00:15:22.441 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9050 | 2024-12-21T00:15:22.530Z | [ host-image] Dec 21 00:15:22.500 INFO O| Dec 21 00:15:22.500 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9051 | 2024-12-21T00:15:22.558Z | [ host-image] Dec 21 00:15:22.529 INFO O| Dec 21 00:15:22.529 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9052 | 2024-12-21T00:15:22.595Z | [ host-image] Dec 21 00:15:22.566 INFO O| Dec 21 00:15:22.566 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9053 | 2024-12-21T00:15:22.706Z | [ host-image] Dec 21 00:15:22.678 INFO O| Dec 21 00:15:22.678 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9054 | 2024-12-21T00:15:22.709Z | [ host-image] Dec 21 00:15:22.678 INFO O| Dec 21 00:15:22.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9055 | 2024-12-21T00:15:22.709Z | [ host-image] Dec 21 00:15:22.678 INFO O| Dec 21 00:15:22.678 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9056 | 2024-12-21T00:15:22.729Z | [ host-image] Dec 21 00:15:22.700 INFO O| Dec 21 00:15:22.700 INFO boot environment UUID: ce74895e-14b5-4c24-a729-4cc93475406b |
9057 | 2024-12-21T00:15:22.729Z | [ host-image] Dec 21 00:15:22.700 INFO O| Dec 21 00:15:22.700 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = ce74895e-14b5-4c24-a729-4cc93475406b |
9058 | 2024-12-21T00:15:22.776Z | [ host-image] Dec 21 00:15:22.747 INFO O| Dec 21 00:15:22.747 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9059 | 2024-12-21T00:15:22.832Z | [ host-image] Dec 21 00:15:22.803 INFO O| Dec 21 00:15:22.803 INFO STEP 0 (create_be) COMPLETE |
9060 | 2024-12-21T00:15:22.832Z | [ host-image] Dec 21 00:15:22.803 INFO O| Dec 21 00:15:22.803 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9061 | 2024-12-21T00:15:22.891Z | [ host-image] Dec 21 00:15:22.863 INFO O| Dec 21 00:15:22.863 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9062 | 2024-12-21T00:15:27.665Z | [ recovery-image] Dec 21 00:15:27.637 INFO E| Compiling bitflags v1.3.2 |
9063 | 2024-12-21T00:15:27.668Z | [ recovery-image] Dec 21 00:15:27.637 INFO E| Compiling bit_field v0.10.2 |
9064 | 2024-12-21T00:15:27.668Z | [ recovery-image] Dec 21 00:15:27.637 INFO E| Compiling scroll v0.12.0 |
9065 | 2024-12-21T00:15:27.668Z | [ recovery-image] Dec 21 00:15:27.637 INFO E| Compiling adler2 v2.0.0 |
9066 | 2024-12-21T00:15:27.668Z | [ recovery-image] Dec 21 00:15:27.637 INFO E| Compiling plain v0.2.3 |
9067 | 2024-12-21T00:15:27.668Z | [ recovery-image] Dec 21 00:15:27.637 INFO E| Compiling log v0.4.22 |
9068 | 2024-12-21T00:15:27.668Z | [ recovery-image] Dec 21 00:15:27.637 INFO E| Compiling bitstruct v0.1.1 |
9069 | 2024-12-21T00:15:27.806Z | [ recovery-image] Dec 21 00:15:27.778 INFO E| Compiling raw-cpuid v10.7.0 |
9070 | 2024-12-21T00:15:27.967Z | [ recovery-image] Dec 21 00:15:27.939 INFO E| Compiling cpio_reader v0.1.1 |
9071 | 2024-12-21T00:15:28.312Z | [ recovery-image] Dec 21 00:15:28.284 INFO E| Compiling miniz_oxide v0.8.0 |
9072 | 2024-12-21T00:15:28.398Z | [ recovery-image] Dec 21 00:15:28.370 INFO E| Compiling static_assertions v1.1.0 |
9073 | 2024-12-21T00:15:29.906Z | [ recovery-image] Dec 21 00:15:29.878 INFO E| Compiling goblin v0.8.2 |
9074 | 2024-12-21T00:15:47.760Z | [ host-image] Dec 21 00:15:47.734 INFO O| Dec 21 00:15:47.734 INFO STEP 1 (unpack_tar) COMPLETE |
9075 | 2024-12-21T00:15:47.763Z | [ host-image] Dec 21 00:15:47.735 INFO O| Dec 21 00:15:47.734 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9076 | 2024-12-21T00:15:47.781Z | [ host-image] Dec 21 00:15:47.756 INFO O| Dec 21 00:15:47.756 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9077 | 2024-12-21T00:15:48.428Z | [ host-image] Dec 21 00:15:48.398 INFO O| Dec 21 00:15:48.398 INFO STEP 2 (devfsadm) COMPLETE |
9078 | 2024-12-21T00:15:48.428Z | [ host-image] Dec 21 00:15:48.398 INFO O| Dec 21 00:15:48.398 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9079 | 2024-12-21T00:15:48.457Z | [ host-image] Dec 21 00:15:48.420 INFO O| Dec 21 00:15:48.420 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9080 | 2024-12-21T00:15:48.457Z | [ host-image] Dec 21 00:15:48.420 INFO O| Dec 21 00:15:48.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9081 | 2024-12-21T00:15:48.457Z | [ host-image] Dec 21 00:15:48.420 INFO O| Dec 21 00:15:48.420 INFO STEP 3 (ensure_dir) COMPLETE |
9082 | 2024-12-21T00:15:48.457Z | [ host-image] Dec 21 00:15:48.420 INFO O| Dec 21 00:15:48.420 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9083 | 2024-12-21T00:15:48.468Z | [ host-image] Dec 21 00:15:48.442 INFO O| Dec 21 00:15:48.442 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9084 | 2024-12-21T00:15:48.468Z | [ host-image] Dec 21 00:15:48.442 INFO O| Dec 21 00:15:48.442 INFO STEP 4 (ensure_dir) COMPLETE |
9085 | 2024-12-21T00:15:48.471Z | [ host-image] Dec 21 00:15:48.442 INFO O| Dec 21 00:15:48.442 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9086 | 2024-12-21T00:15:48.512Z | [ host-image] Dec 21 00:15:48.484 INFO O| Dec 21 00:15:48.484 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9087 | 2024-12-21T00:15:48.513Z | [ host-image] Dec 21 00:15:48.484 INFO O| Dec 21 00:15:48.484 INFO STEP 5 (ensure_dir) COMPLETE |
9088 | 2024-12-21T00:15:48.513Z | [ host-image] Dec 21 00:15:48.484 INFO O| Dec 21 00:15:48.484 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9089 | 2024-12-21T00:15:48.545Z | [ host-image] Dec 21 00:15:48.520 INFO O| Dec 21 00:15:48.520 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9090 | 2024-12-21T00:15:48.545Z | [ host-image] Dec 21 00:15:48.520 INFO O| Dec 21 00:15:48.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9091 | 2024-12-21T00:15:48.545Z | [ host-image] Dec 21 00:15:48.520 INFO O| Dec 21 00:15:48.520 INFO STEP 6 (ensure_dir) COMPLETE |
9092 | 2024-12-21T00:15:48.548Z | [ host-image] Dec 21 00:15:48.520 INFO O| Dec 21 00:15:48.520 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9093 | 2024-12-21T00:15:48.568Z | [ host-image] Dec 21 00:15:48.543 INFO O| Dec 21 00:15:48.543 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9094 | 2024-12-21T00:15:48.568Z | [ host-image] Dec 21 00:15:48.543 INFO O| Dec 21 00:15:48.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9095 | 2024-12-21T00:15:48.571Z | [ host-image] Dec 21 00:15:48.543 INFO O| Dec 21 00:15:48.543 INFO STEP 7 (ensure_dir) COMPLETE |
9096 | 2024-12-21T00:15:48.571Z | [ host-image] Dec 21 00:15:48.543 INFO O| Dec 21 00:15:48.543 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9097 | 2024-12-21T00:15:48.591Z | [ host-image] Dec 21 00:15:48.565 INFO O| Dec 21 00:15:48.565 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9098 | 2024-12-21T00:15:48.593Z | [ host-image] Dec 21 00:15:48.566 INFO O| Dec 21 00:15:48.566 INFO STEP 8 (remove_files) COMPLETE |
9099 | 2024-12-21T00:15:48.593Z | [ host-image] Dec 21 00:15:48.566 INFO O| Dec 21 00:15:48.566 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9100 | 2024-12-21T00:15:48.631Z | [ host-image] Dec 21 00:15:48.606 INFO O| Dec 21 00:15:48.606 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9101 | 2024-12-21T00:15:48.633Z | [ host-image] Dec 21 00:15:48.607 INFO O| Dec 21 00:15:48.607 INFO STEP 9 (remove_files) COMPLETE |
9102 | 2024-12-21T00:15:48.633Z | [ host-image] Dec 21 00:15:48.607 INFO O| Dec 21 00:15:48.607 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9103 | 2024-12-21T00:15:48.662Z | [ host-image] Dec 21 00:15:48.636 INFO O| Dec 21 00:15:48.636 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9104 | 2024-12-21T00:15:48.664Z | [ host-image] Dec 21 00:15:48.638 INFO O| Dec 21 00:15:48.638 INFO STEP 10 (remove_files) COMPLETE |
9105 | 2024-12-21T00:15:48.664Z | [ host-image] Dec 21 00:15:48.638 INFO O| Dec 21 00:15:48.638 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9106 | 2024-12-21T00:15:48.687Z | [ host-image] Dec 21 00:15:48.662 INFO O| Dec 21 00:15:48.662 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9107 | 2024-12-21T00:15:48.690Z | [ host-image] Dec 21 00:15:48.662 INFO O| Dec 21 00:15:48.662 INFO STEP 11 (remove_files) COMPLETE |
9108 | 2024-12-21T00:15:48.690Z | [ host-image] Dec 21 00:15:48.662 INFO O| Dec 21 00:15:48.662 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9109 | 2024-12-21T00:15:48.710Z | [ host-image] Dec 21 00:15:48.685 INFO O| Dec 21 00:15:48.684 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9110 | 2024-12-21T00:15:48.713Z | [ host-image] Dec 21 00:15:48.685 INFO O| Dec 21 00:15:48.685 INFO STEP 12 (remove_files) COMPLETE |
9111 | 2024-12-21T00:15:48.713Z | [ host-image] Dec 21 00:15:48.685 INFO O| Dec 21 00:15:48.685 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9112 | 2024-12-21T00:15:48.732Z | [ host-image] Dec 21 00:15:48.707 INFO O| Dec 21 00:15:48.706 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9113 | 2024-12-21T00:15:48.732Z | [ host-image] Dec 21 00:15:48.707 INFO O| Dec 21 00:15:48.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9114 | 2024-12-21T00:15:48.735Z | [ host-image] Dec 21 00:15:48.707 INFO O| Dec 21 00:15:48.707 INFO STEP 13 (ensure_dir) COMPLETE |
9115 | 2024-12-21T00:15:48.735Z | [ host-image] Dec 21 00:15:48.707 INFO O| Dec 21 00:15:48.707 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9116 | 2024-12-21T00:15:48.753Z | [ host-image] Dec 21 00:15:48.728 INFO O| Dec 21 00:15:48.728 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9117 | 2024-12-21T00:15:48.754Z | [ host-image] Dec 21 00:15:48.728 INFO O| Dec 21 00:15:48.728 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9118 | 2024-12-21T00:15:48.757Z | [ host-image] Dec 21 00:15:48.728 INFO O| Dec 21 00:15:48.728 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9119 | 2024-12-21T00:15:48.757Z | [ host-image] Dec 21 00:15:48.728 INFO O| Dec 21 00:15:48.728 INFO STEP 14 (ensure_dir) COMPLETE |
9120 | 2024-12-21T00:15:48.757Z | [ host-image] Dec 21 00:15:48.729 INFO O| Dec 21 00:15:48.728 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9121 | 2024-12-21T00:15:48.776Z | [ host-image] Dec 21 00:15:48.751 INFO O| Dec 21 00:15:48.751 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9122 | 2024-12-21T00:15:48.776Z | [ host-image] Dec 21 00:15:48.751 INFO O| Dec 21 00:15:48.751 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9123 | 2024-12-21T00:15:48.779Z | [ host-image] Dec 21 00:15:48.751 INFO O| Dec 21 00:15:48.751 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9124 | 2024-12-21T00:15:48.779Z | [ host-image] Dec 21 00:15:48.752 INFO O| Dec 21 00:15:48.751 INFO STEP 15 (ensure_dir) COMPLETE |
9125 | 2024-12-21T00:15:48.779Z | [ host-image] Dec 21 00:15:48.752 INFO O| Dec 21 00:15:48.752 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9126 | 2024-12-21T00:15:48.800Z | [ host-image] Dec 21 00:15:48.775 INFO O| Dec 21 00:15:48.774 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9127 | 2024-12-21T00:15:48.800Z | [ host-image] Dec 21 00:15:48.775 INFO O| Dec 21 00:15:48.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9128 | 2024-12-21T00:15:48.803Z | [ host-image] Dec 21 00:15:48.775 INFO O| Dec 21 00:15:48.775 INFO STEP 16 (ensure_dir) COMPLETE |
9129 | 2024-12-21T00:15:48.803Z | [ host-image] Dec 21 00:15:48.775 INFO O| Dec 21 00:15:48.775 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9130 | 2024-12-21T00:15:48.823Z | [ host-image] Dec 21 00:15:48.797 INFO O| Dec 21 00:15:48.797 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9131 | 2024-12-21T00:15:48.823Z | [ host-image] Dec 21 00:15:48.797 INFO O| Dec 21 00:15:48.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9132 | 2024-12-21T00:15:48.823Z | [ host-image] Dec 21 00:15:48.797 INFO O| Dec 21 00:15:48.797 INFO STEP 17 (ensure_dir) COMPLETE |
9133 | 2024-12-21T00:15:48.826Z | [ host-image] Dec 21 00:15:48.797 INFO O| Dec 21 00:15:48.797 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9134 | 2024-12-21T00:15:48.847Z | [ host-image] Dec 21 00:15:48.821 INFO O| Dec 21 00:15:48.820 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9135 | 2024-12-21T00:15:48.847Z | [ host-image] Dec 21 00:15:48.821 INFO O| Dec 21 00:15:48.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9136 | 2024-12-21T00:15:48.849Z | [ host-image] Dec 21 00:15:48.821 INFO O| Dec 21 00:15:48.821 INFO ok! |
9137 | 2024-12-21T00:15:48.849Z | [ host-image] Dec 21 00:15:48.821 INFO O| Dec 21 00:15:48.821 INFO STEP 18 (ensure_symlink) COMPLETE |
9138 | 2024-12-21T00:15:48.850Z | [ host-image] Dec 21 00:15:48.821 INFO O| Dec 21 00:15:48.821 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9139 | 2024-12-21T00:15:48.882Z | [ host-image] Dec 21 00:15:48.857 INFO O| Dec 21 00:15:48.856 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9140 | 2024-12-21T00:15:48.882Z | [ host-image] Dec 21 00:15:48.857 INFO O| Dec 21 00:15:48.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9141 | 2024-12-21T00:15:48.885Z | [ host-image] Dec 21 00:15:48.857 INFO O| Dec 21 00:15:48.857 INFO ok! |
9142 | 2024-12-21T00:15:48.885Z | [ host-image] Dec 21 00:15:48.857 INFO O| Dec 21 00:15:48.857 INFO STEP 19 (ensure_file) COMPLETE |
9143 | 2024-12-21T00:15:48.885Z | [ host-image] Dec 21 00:15:48.857 INFO O| Dec 21 00:15:48.857 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9144 | 2024-12-21T00:15:48.908Z | [ host-image] Dec 21 00:15:48.882 INFO O| Dec 21 00:15:48.882 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9145 | 2024-12-21T00:15:48.908Z | [ host-image] Dec 21 00:15:48.883 INFO O| Dec 21 00:15:48.883 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9146 | 2024-12-21T00:15:48.911Z | [ host-image] Dec 21 00:15:48.883 INFO O| Dec 21 00:15:48.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9147 | 2024-12-21T00:15:48.911Z | [ host-image] Dec 21 00:15:48.883 INFO O| Dec 21 00:15:48.883 INFO ok! |
9148 | 2024-12-21T00:15:48.911Z | [ host-image] Dec 21 00:15:48.883 INFO O| Dec 21 00:15:48.883 INFO STEP 20 (ensure_symlink) COMPLETE |
9149 | 2024-12-21T00:15:48.911Z | [ host-image] Dec 21 00:15:48.884 INFO O| Dec 21 00:15:48.883 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9150 | 2024-12-21T00:15:48.944Z | [ host-image] Dec 21 00:15:48.919 INFO O| Dec 21 00:15:48.919 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9151 | 2024-12-21T00:15:48.944Z | [ host-image] Dec 21 00:15:48.919 INFO O| Dec 21 00:15:48.919 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9152 | 2024-12-21T00:15:48.947Z | [ host-image] Dec 21 00:15:48.919 INFO O| Dec 21 00:15:48.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9153 | 2024-12-21T00:15:48.947Z | [ host-image] Dec 21 00:15:48.919 INFO O| Dec 21 00:15:48.919 INFO ok! |
9154 | 2024-12-21T00:15:48.947Z | [ host-image] Dec 21 00:15:48.919 INFO O| Dec 21 00:15:48.919 INFO STEP 21 (ensure_symlink) COMPLETE |
9155 | 2024-12-21T00:15:48.947Z | [ host-image] Dec 21 00:15:48.919 INFO O| Dec 21 00:15:48.919 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9156 | 2024-12-21T00:15:48.975Z | [ recovery-image] Dec 21 00:15:48.949 INFO E| Finished `release` profile [optimized] target(s) in 1m 14s |
9157 | 2024-12-21T00:15:49.004Z | [ host-image] Dec 21 00:15:48.978 INFO O| Dec 21 00:15:48.978 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9158 | 2024-12-21T00:15:49.004Z | [ host-image] Dec 21 00:15:48.978 INFO O| Dec 21 00:15:48.978 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9159 | 2024-12-21T00:15:49.007Z | [ host-image] Dec 21 00:15:48.979 INFO O| Dec 21 00:15:48.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9160 | 2024-12-21T00:15:49.007Z | [ host-image] Dec 21 00:15:48.979 INFO O| Dec 21 00:15:48.979 INFO ok! |
9161 | 2024-12-21T00:15:49.007Z | [ host-image] Dec 21 00:15:48.979 INFO O| Dec 21 00:15:48.979 INFO STEP 22 (ensure_symlink) COMPLETE |
9162 | 2024-12-21T00:15:49.007Z | [ host-image] Dec 21 00:15:48.979 INFO O| Dec 21 00:15:48.979 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9163 | 2024-12-21T00:15:49.007Z | [ recovery-image] Dec 21 00:15:48.980 INFO building host image... |
9164 | 2024-12-21T00:15:49.007Z | [ recovery-image] Dec 21 00:15:48.981 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") |
9165 | 2024-12-21T00:15:49.026Z | [ host-image] Dec 21 00:15:49.001 INFO O| Dec 21 00:15:49.000 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9166 | 2024-12-21T00:15:49.029Z | [ host-image] Dec 21 00:15:49.001 INFO O| Dec 21 00:15:49.001 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9167 | 2024-12-21T00:15:49.029Z | [ host-image] Dec 21 00:15:49.001 INFO O| Dec 21 00:15:49.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9168 | 2024-12-21T00:15:49.029Z | [ host-image] Dec 21 00:15:49.001 INFO O| Dec 21 00:15:49.001 INFO ok! |
9169 | 2024-12-21T00:15:49.029Z | [ host-image] Dec 21 00:15:49.001 INFO O| Dec 21 00:15:49.001 INFO STEP 23 (ensure_symlink) COMPLETE |
9170 | 2024-12-21T00:15:49.029Z | [ host-image] Dec 21 00:15:49.001 INFO O| Dec 21 00:15:49.001 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9171 | 2024-12-21T00:15:49.049Z | [ host-image] Dec 21 00:15:49.023 INFO O| Dec 21 00:15:49.023 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9172 | 2024-12-21T00:15:49.053Z | [ host-image] Dec 21 00:15:49.024 INFO O| Dec 21 00:15:49.024 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9173 | 2024-12-21T00:15:49.053Z | [ host-image] Dec 21 00:15:49.024 INFO O| Dec 21 00:15:49.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9174 | 2024-12-21T00:15:49.053Z | [ host-image] Dec 21 00:15:49.024 INFO O| Dec 21 00:15:49.024 INFO ok! |
9175 | 2024-12-21T00:15:49.053Z | [ host-image] Dec 21 00:15:49.024 INFO O| Dec 21 00:15:49.024 INFO STEP 24 (ensure_file) COMPLETE |
9176 | 2024-12-21T00:15:49.053Z | [ host-image] Dec 21 00:15:49.024 INFO O| Dec 21 00:15:49.024 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9177 | 2024-12-21T00:15:49.072Z | [ host-image] Dec 21 00:15:49.047 INFO O| Dec 21 00:15:49.047 INFO updating shadow file |
9178 | 2024-12-21T00:15:49.074Z | [ host-image] Dec 21 00:15:49.047 INFO O| Dec 21 00:15:49.047 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9179 | 2024-12-21T00:15:49.075Z | [ host-image] Dec 21 00:15:49.048 INFO O| Dec 21 00:15:49.047 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9180 | 2024-12-21T00:15:49.075Z | [ host-image] Dec 21 00:15:49.048 INFO O| Dec 21 00:15:49.048 INFO STEP 25 (shadow) COMPLETE |
9181 | 2024-12-21T00:15:49.075Z | [ host-image] Dec 21 00:15:49.048 INFO O| Dec 21 00:15:49.048 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9182 | 2024-12-21T00:15:49.097Z | [ host-image] Dec 21 00:15:49.072 INFO O| Dec 21 00:15:49.072 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9183 | 2024-12-21T00:15:49.097Z | [ host-image] Dec 21 00:15:49.072 INFO O| Dec 21 00:15:49.072 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9184 | 2024-12-21T00:15:49.100Z | [ host-image] Dec 21 00:15:49.073 INFO O| Dec 21 00:15:49.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9185 | 2024-12-21T00:15:49.100Z | [ host-image] Dec 21 00:15:49.073 INFO O| Dec 21 00:15:49.073 INFO ok! |
9186 | 2024-12-21T00:15:49.100Z | [ host-image] Dec 21 00:15:49.073 INFO O| Dec 21 00:15:49.073 INFO STEP 26 (ensure_file) COMPLETE |
9187 | 2024-12-21T00:15:49.100Z | [ host-image] Dec 21 00:15:49.073 INFO O| Dec 21 00:15:49.073 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9188 | 2024-12-21T00:15:49.123Z | [ host-image] Dec 21 00:15:49.097 INFO O| Dec 21 00:15:49.097 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9189 | 2024-12-21T00:15:49.123Z | [ host-image] Dec 21 00:15:49.097 INFO O| Dec 21 00:15:49.097 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9190 | 2024-12-21T00:15:49.126Z | [ host-image] Dec 21 00:15:49.097 INFO O| Dec 21 00:15:49.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9191 | 2024-12-21T00:15:49.126Z | [ host-image] Dec 21 00:15:49.098 INFO O| Dec 21 00:15:49.098 INFO ok! |
9192 | 2024-12-21T00:15:49.126Z | [ host-image] Dec 21 00:15:49.098 INFO O| Dec 21 00:15:49.098 INFO STEP 27 (ensure_file) COMPLETE |
9193 | 2024-12-21T00:15:49.126Z | [ host-image] Dec 21 00:15:49.098 INFO O| Dec 21 00:15:49.098 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9194 | 2024-12-21T00:15:49.152Z | [ host-image] Dec 21 00:15:49.126 INFO O| Dec 21 00:15:49.126 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9195 | 2024-12-21T00:15:49.152Z | [ host-image] Dec 21 00:15:49.126 INFO O| Dec 21 00:15:49.126 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9196 | 2024-12-21T00:15:49.154Z | [ host-image] Dec 21 00:15:49.127 INFO O| Dec 21 00:15:49.127 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9197 | 2024-12-21T00:15:49.155Z | [ host-image] Dec 21 00:15:49.127 INFO O| Dec 21 00:15:49.127 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9198 | 2024-12-21T00:15:49.155Z | [ host-image] Dec 21 00:15:49.127 INFO O| Dec 21 00:15:49.127 INFO ok! |
9199 | 2024-12-21T00:15:49.155Z | [ host-image] Dec 21 00:15:49.127 INFO O| Dec 21 00:15:49.127 INFO STEP 28 (ensure_file) COMPLETE |
9200 | 2024-12-21T00:15:49.155Z | [ host-image] Dec 21 00:15:49.127 INFO O| Dec 21 00:15:49.127 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9201 | 2024-12-21T00:15:49.176Z | [ host-image] Dec 21 00:15:49.151 INFO O| Dec 21 00:15:49.151 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9202 | 2024-12-21T00:15:49.176Z | [ host-image] Dec 21 00:15:49.151 INFO O| Dec 21 00:15:49.151 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9203 | 2024-12-21T00:15:49.179Z | [ host-image] Dec 21 00:15:49.151 INFO O| Dec 21 00:15:49.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9204 | 2024-12-21T00:15:49.179Z | [ host-image] Dec 21 00:15:49.151 INFO O| Dec 21 00:15:49.151 INFO ok! |
9205 | 2024-12-21T00:15:49.179Z | [ host-image] Dec 21 00:15:49.151 INFO O| Dec 21 00:15:49.151 INFO STEP 29 (ensure_file) COMPLETE |
9206 | 2024-12-21T00:15:49.179Z | [ host-image] Dec 21 00:15:49.151 INFO O| Dec 21 00:15:49.151 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9207 | 2024-12-21T00:15:49.217Z | [ host-image] Dec 21 00:15:49.192 INFO O| Dec 21 00:15:49.192 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9208 | 2024-12-21T00:15:49.217Z | [ host-image] Dec 21 00:15:49.192 INFO O| Dec 21 00:15:49.192 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9209 | 2024-12-21T00:15:49.220Z | [ host-image] Dec 21 00:15:49.192 INFO O| Dec 21 00:15:49.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9210 | 2024-12-21T00:15:49.220Z | [ host-image] Dec 21 00:15:49.192 INFO O| Dec 21 00:15:49.192 INFO ok! |
9211 | 2024-12-21T00:15:49.220Z | [ host-image] Dec 21 00:15:49.192 INFO O| Dec 21 00:15:49.192 INFO STEP 30 (ensure_file) COMPLETE |
9212 | 2024-12-21T00:15:49.220Z | [ host-image] Dec 21 00:15:49.192 INFO O| Dec 21 00:15:49.192 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9213 | 2024-12-21T00:15:49.268Z | [ host-image] Dec 21 00:15:49.243 INFO O| Dec 21 00:15:49.243 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9214 | 2024-12-21T00:15:49.268Z | [ host-image] Dec 21 00:15:49.243 INFO O| Dec 21 00:15:49.243 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9215 | 2024-12-21T00:15:49.271Z | [ host-image] Dec 21 00:15:49.243 INFO O| Dec 21 00:15:49.243 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9216 | 2024-12-21T00:15:49.271Z | [ host-image] Dec 21 00:15:49.243 INFO O| Dec 21 00:15:49.243 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9217 | 2024-12-21T00:15:49.271Z | [ host-image] Dec 21 00:15:49.243 INFO O| Dec 21 00:15:49.243 INFO ok! |
9218 | 2024-12-21T00:15:49.271Z | [ host-image] Dec 21 00:15:49.243 INFO O| Dec 21 00:15:49.243 INFO STEP 31 (ensure_file) COMPLETE |
9219 | 2024-12-21T00:15:49.271Z | [ host-image] Dec 21 00:15:49.243 INFO O| Dec 21 00:15:49.243 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9220 | 2024-12-21T00:15:49.309Z | [ host-image] Dec 21 00:15:49.284 INFO O| Dec 21 00:15:49.284 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9221 | 2024-12-21T00:15:49.312Z | [ host-image] Dec 21 00:15:49.284 INFO O| Dec 21 00:15:49.284 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9222 | 2024-12-21T00:15:49.312Z | [ host-image] Dec 21 00:15:49.285 INFO O| Dec 21 00:15:49.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9223 | 2024-12-21T00:15:49.312Z | [ host-image] Dec 21 00:15:49.285 INFO O| Dec 21 00:15:49.284 INFO ok! |
9224 | 2024-12-21T00:15:49.312Z | [ host-image] Dec 21 00:15:49.285 INFO O| Dec 21 00:15:49.285 INFO STEP 32 (ensure_file) COMPLETE |
9225 | 2024-12-21T00:15:49.312Z | [ host-image] Dec 21 00:15:49.285 INFO O| Dec 21 00:15:49.285 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9226 | 2024-12-21T00:15:49.354Z | [ host-image] Dec 21 00:15:49.329 INFO O| Dec 21 00:15:49.329 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9227 | 2024-12-21T00:15:49.354Z | [ host-image] Dec 21 00:15:49.329 INFO O| Dec 21 00:15:49.329 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9228 | 2024-12-21T00:15:49.357Z | [ host-image] Dec 21 00:15:49.329 INFO O| Dec 21 00:15:49.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9229 | 2024-12-21T00:15:49.357Z | [ host-image] Dec 21 00:15:49.329 INFO O| Dec 21 00:15:49.329 INFO ok! |
9230 | 2024-12-21T00:15:49.357Z | [ host-image] Dec 21 00:15:49.329 INFO O| Dec 21 00:15:49.329 INFO STEP 33 (ensure_file) COMPLETE |
9231 | 2024-12-21T00:15:49.357Z | [ host-image] Dec 21 00:15:49.329 INFO O| Dec 21 00:15:49.329 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9232 | 2024-12-21T00:15:49.425Z | [ host-image] Dec 21 00:15:49.399 INFO O| Dec 21 00:15:49.399 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9233 | 2024-12-21T00:15:49.425Z | [ host-image] Dec 21 00:15:49.400 INFO O| Dec 21 00:15:49.399 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9234 | 2024-12-21T00:15:49.425Z | [ host-image] Dec 21 00:15:49.400 INFO O| Dec 21 00:15:49.400 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9235 | 2024-12-21T00:15:49.427Z | [ host-image] Dec 21 00:15:49.400 INFO O| Dec 21 00:15:49.400 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9236 | 2024-12-21T00:15:49.427Z | [ host-image] Dec 21 00:15:49.400 INFO O| Dec 21 00:15:49.400 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9237 | 2024-12-21T00:15:49.428Z | [ host-image] Dec 21 00:15:49.400 INFO O| Dec 21 00:15:49.400 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9238 | 2024-12-21T00:15:49.428Z | [ host-image] Dec 21 00:15:49.400 INFO O| Dec 21 00:15:49.400 INFO ok! |
9239 | 2024-12-21T00:15:49.428Z | [ host-image] Dec 21 00:15:49.400 INFO O| Dec 21 00:15:49.400 INFO STEP 34 (ensure_file) COMPLETE |
9240 | 2024-12-21T00:15:49.428Z | [ host-image] Dec 21 00:15:49.400 INFO O| Dec 21 00:15:49.400 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9241 | 2024-12-21T00:15:49.447Z | [ host-image] Dec 21 00:15:49.422 INFO O| Dec 21 00:15:49.422 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9242 | 2024-12-21T00:15:49.447Z | [ host-image] Dec 21 00:15:49.422 INFO O| Dec 21 00:15:49.422 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9243 | 2024-12-21T00:15:49.447Z | [ host-image] Dec 21 00:15:49.422 INFO O| Dec 21 00:15:49.422 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9244 | 2024-12-21T00:15:49.450Z | [ host-image] Dec 21 00:15:49.422 INFO O| Dec 21 00:15:49.422 INFO STEP 35 (ensure_dir) COMPLETE |
9245 | 2024-12-21T00:15:49.450Z | [ host-image] Dec 21 00:15:49.422 INFO O| Dec 21 00:15:49.422 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9246 | 2024-12-21T00:15:49.470Z | [ host-image] Dec 21 00:15:49.444 INFO O| Dec 21 00:15:49.444 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 |
9247 | 2024-12-21T00:15:49.470Z | [ host-image] Dec 21 00:15:49.444 INFO O| Dec 21 00:15:49.444 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 ... |
9248 | 2024-12-21T00:15:49.472Z | [ host-image] Dec 21 00:15:49.445 INFO O| Dec 21 00:15:49.444 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 |
9249 | 2024-12-21T00:15:49.472Z | [ host-image] Dec 21 00:15:49.445 INFO O| Dec 21 00:15:49.445 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 |
9250 | 2024-12-21T00:15:49.472Z | [ host-image] Dec 21 00:15:49.445 INFO O| Dec 21 00:15:49.445 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 |
9251 | 2024-12-21T00:15:49.473Z | [ host-image] Dec 21 00:15:49.445 INFO O| Dec 21 00:15:49.445 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 |
9252 | 2024-12-21T00:15:49.473Z | [ host-image] Dec 21 00:15:49.445 INFO O| Dec 21 00:15:49.445 INFO ok! |
9253 | 2024-12-21T00:15:49.473Z | [ host-image] Dec 21 00:15:49.445 INFO O| Dec 21 00:15:49.445 INFO STEP 36 (ensure_file) COMPLETE |
9254 | 2024-12-21T00:15:49.473Z | [ host-image] Dec 21 00:15:49.445 INFO O| Dec 21 00:15:49.445 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9255 | 2024-12-21T00:15:49.529Z | [ host-image] Dec 21 00:15:49.504 INFO O| Dec 21 00:15:49.504 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9256 | 2024-12-21T00:15:49.529Z | [ host-image] Dec 21 00:15:49.504 INFO O| Dec 21 00:15:49.504 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 ... |
9257 | 2024-12-21T00:15:49.529Z | [ host-image] Dec 21 00:15:49.504 INFO O| Dec 21 00:15:49.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9258 | 2024-12-21T00:15:49.532Z | [ host-image] Dec 21 00:15:49.504 INFO O| Dec 21 00:15:49.504 INFO ok! |
9259 | 2024-12-21T00:15:49.532Z | [ host-image] Dec 21 00:15:49.504 INFO O| Dec 21 00:15:49.504 INFO STEP 37 (ensure_symlink) COMPLETE |
9260 | 2024-12-21T00:15:49.532Z | [ host-image] Dec 21 00:15:49.504 INFO O| Dec 21 00:15:49.504 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9261 | 2024-12-21T00:15:49.564Z | [ host-image] Dec 21 00:15:49.539 INFO O| Dec 21 00:15:49.538 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9262 | 2024-12-21T00:15:49.564Z | [ host-image] Dec 21 00:15:49.539 INFO O| Dec 21 00:15:49.539 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9263 | 2024-12-21T00:15:49.567Z | [ host-image] Dec 21 00:15:49.539 INFO O| Dec 21 00:15:49.539 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9264 | 2024-12-21T00:15:49.567Z | [ host-image] Dec 21 00:15:49.539 INFO O| Dec 21 00:15:49.539 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9265 | 2024-12-21T00:15:49.567Z | [ host-image] Dec 21 00:15:49.539 INFO O| Dec 21 00:15:49.539 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9266 | 2024-12-21T00:15:49.567Z | [ host-image] Dec 21 00:15:49.539 INFO O| Dec 21 00:15:49.539 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9267 | 2024-12-21T00:15:49.567Z | [ host-image] Dec 21 00:15:49.539 INFO O| Dec 21 00:15:49.539 INFO ok! |
9268 | 2024-12-21T00:15:49.567Z | [ host-image] Dec 21 00:15:49.539 INFO O| Dec 21 00:15:49.539 INFO STEP 38 (ensure_file) COMPLETE |
9269 | 2024-12-21T00:15:49.567Z | [ host-image] Dec 21 00:15:49.539 INFO O| Dec 21 00:15:49.539 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9270 | 2024-12-21T00:15:49.585Z | [ host-image] Dec 21 00:15:49.560 INFO O| Dec 21 00:15:49.560 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9271 | 2024-12-21T00:15:49.585Z | [ host-image] Dec 21 00:15:49.560 INFO O| Dec 21 00:15:49.560 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 ... |
9272 | 2024-12-21T00:15:49.588Z | [ host-image] Dec 21 00:15:49.560 INFO O| Dec 21 00:15:49.560 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 |
9273 | 2024-12-21T00:15:49.588Z | [ host-image] Dec 21 00:15:49.560 INFO O| Dec 21 00:15:49.560 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9274 | 2024-12-21T00:15:49.588Z | [ host-image] Dec 21 00:15:49.560 INFO O| Dec 21 00:15:49.560 INFO ok! |
9275 | 2024-12-21T00:15:49.588Z | [ host-image] Dec 21 00:15:49.560 INFO O| Dec 21 00:15:49.560 INFO STEP 39 (ensure_file) COMPLETE |
9276 | 2024-12-21T00:15:49.588Z | [ host-image] Dec 21 00:15:49.560 INFO O| Dec 21 00:15:49.560 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9277 | 2024-12-21T00:15:49.607Z | [ host-image] Dec 21 00:15:49.582 INFO O| Dec 21 00:15:49.582 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9278 | 2024-12-21T00:15:49.607Z | [ host-image] Dec 21 00:15:49.582 INFO O| Dec 21 00:15:49.582 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9279 | 2024-12-21T00:15:49.611Z | [ host-image] Dec 21 00:15:49.582 INFO O| Dec 21 00:15:49.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9280 | 2024-12-21T00:15:49.611Z | [ host-image] Dec 21 00:15:49.582 INFO O| Dec 21 00:15:49.582 INFO ok! |
9281 | 2024-12-21T00:15:49.611Z | [ host-image] Dec 21 00:15:49.582 INFO O| Dec 21 00:15:49.582 INFO STEP 40 (ensure_file) COMPLETE |
9282 | 2024-12-21T00:15:49.611Z | [ host-image] Dec 21 00:15:49.582 INFO O| Dec 21 00:15:49.582 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9283 | 2024-12-21T00:15:49.640Z | [ host-image] Dec 21 00:15:49.615 INFO O| Dec 21 00:15:49.615 INFO updating shadow file |
9284 | 2024-12-21T00:15:49.644Z | [ host-image] Dec 21 00:15:49.615 INFO O| Dec 21 00:15:49.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9285 | 2024-12-21T00:15:49.644Z | [ host-image] Dec 21 00:15:49.615 INFO O| Dec 21 00:15:49.615 INFO STEP 41 (shadow) COMPLETE |
9286 | 2024-12-21T00:15:49.644Z | [ host-image] Dec 21 00:15:49.615 INFO O| Dec 21 00:15:49.615 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9287 | 2024-12-21T00:15:49.663Z | [ host-image] Dec 21 00:15:49.637 INFO O| Dec 21 00:15:49.637 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9288 | 2024-12-21T00:15:49.665Z | [ host-image] Dec 21 00:15:49.637 INFO O| Dec 21 00:15:49.637 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9289 | 2024-12-21T00:15:49.665Z | [ host-image] Dec 21 00:15:49.637 INFO O| Dec 21 00:15:49.637 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9290 | 2024-12-21T00:15:49.665Z | [ host-image] Dec 21 00:15:49.638 INFO O| Dec 21 00:15:49.637 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9291 | 2024-12-21T00:15:49.665Z | [ host-image] Dec 21 00:15:49.638 INFO O| Dec 21 00:15:49.637 INFO ok! |
9292 | 2024-12-21T00:15:49.665Z | [ host-image] Dec 21 00:15:49.638 INFO O| Dec 21 00:15:49.637 INFO STEP 42 (ensure_file) COMPLETE |
9293 | 2024-12-21T00:15:49.665Z | [ host-image] Dec 21 00:15:49.638 INFO O| Dec 21 00:15:49.638 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9294 | 2024-12-21T00:15:49.665Z | [ host-image] Dec 21 00:15:49.638 INFO O| Dec 21 00:15:49.638 INFO skip step because feature "mfg" is not enabled |
9295 | 2024-12-21T00:15:49.665Z | [ host-image] Dec 21 00:15:49.638 INFO O| Dec 21 00:15:49.638 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9296 | 2024-12-21T00:15:49.665Z | [ host-image] Dec 21 00:15:49.638 INFO O| Dec 21 00:15:49.638 INFO skip step because feature "mfg" is not enabled |
9297 | 2024-12-21T00:15:49.665Z | [ host-image] Dec 21 00:15:49.638 INFO O| Dec 21 00:15:49.638 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9298 | 2024-12-21T00:15:49.689Z | [ host-image] Dec 21 00:15:49.664 INFO O| Dec 21 00:15:49.663 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9299 | 2024-12-21T00:15:49.689Z | [ host-image] Dec 21 00:15:49.664 INFO O| Dec 21 00:15:49.663 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9300 | 2024-12-21T00:15:49.950Z | [ recovery-image] Dec 21 00:15:49.924 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9301 | 2024-12-21T00:15:50.527Z | [ host-image] Dec 21 00:15:50.502 INFO O| Dec 21 00:15:50.502 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9302 | 2024-12-21T00:15:50.528Z | [ host-image] Dec 21 00:15:50.502 INFO O| Dec 21 00:15:50.502 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9303 | 2024-12-21T00:15:50.531Z | [ host-image] Dec 21 00:15:50.502 INFO O| Dec 21 00:15:50.502 INFO ok! |
9304 | 2024-12-21T00:15:50.531Z | [ host-image] Dec 21 00:15:50.502 INFO O| Dec 21 00:15:50.502 INFO STEP 45 (ensure_file) COMPLETE |
9305 | 2024-12-21T00:15:50.531Z | [ host-image] Dec 21 00:15:50.502 INFO O| Dec 21 00:15:50.502 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9306 | 2024-12-21T00:15:50.547Z | [ host-image] Dec 21 00:15:50.522 INFO O| Dec 21 00:15:50.522 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9307 | 2024-12-21T00:15:50.547Z | [ host-image] Dec 21 00:15:50.522 INFO O| Dec 21 00:15:50.522 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9308 | 2024-12-21T00:15:50.547Z | [ host-image] Dec 21 00:15:50.522 INFO O| Dec 21 00:15:50.522 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9309 | 2024-12-21T00:15:50.547Z | [ host-image] Dec 21 00:15:50.522 INFO O| Dec 21 00:15:50.522 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9310 | 2024-12-21T00:15:50.550Z | [ host-image] Dec 21 00:15:50.522 INFO O| Dec 21 00:15:50.522 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9311 | 2024-12-21T00:15:50.550Z | [ host-image] Dec 21 00:15:50.522 INFO O| Dec 21 00:15:50.522 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9312 | 2024-12-21T00:15:50.550Z | [ host-image] Dec 21 00:15:50.522 INFO O| Dec 21 00:15:50.522 INFO ok! |
9313 | 2024-12-21T00:15:50.550Z | [ host-image] Dec 21 00:15:50.522 INFO O| Dec 21 00:15:50.522 INFO STEP 46 (ensure_file) COMPLETE |
9314 | 2024-12-21T00:15:50.550Z | [ host-image] Dec 21 00:15:50.522 INFO O| Dec 21 00:15:50.522 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9315 | 2024-12-21T00:15:50.575Z | [ host-image] Dec 21 00:15:50.550 INFO O| Dec 21 00:15:50.550 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9316 | 2024-12-21T00:15:50.578Z | [ host-image] Dec 21 00:15:50.551 INFO O| Dec 21 00:15:50.551 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 ... |
9317 | 2024-12-21T00:15:50.578Z | [ host-image] Dec 21 00:15:50.551 INFO O| Dec 21 00:15:50.551 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 |
9318 | 2024-12-21T00:15:50.578Z | [ host-image] Dec 21 00:15:50.551 INFO O| Dec 21 00:15:50.551 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9319 | 2024-12-21T00:15:50.579Z | [ host-image] Dec 21 00:15:50.551 INFO O| Dec 21 00:15:50.551 INFO ok! |
9320 | 2024-12-21T00:15:50.579Z | [ host-image] Dec 21 00:15:50.551 INFO O| Dec 21 00:15:50.551 INFO STEP 47 (ensure_file) COMPLETE |
9321 | 2024-12-21T00:15:50.579Z | [ host-image] Dec 21 00:15:50.552 INFO O| Dec 21 00:15:50.551 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9322 | 2024-12-21T00:15:50.597Z | [ host-image] Dec 21 00:15:50.572 INFO O| Dec 21 00:15:50.572 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9323 | 2024-12-21T00:15:50.597Z | [ host-image] Dec 21 00:15:50.573 INFO O| Dec 21 00:15:50.572 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9324 | 2024-12-21T00:15:50.600Z | [ host-image] Dec 21 00:15:50.573 INFO O| Dec 21 00:15:50.573 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9325 | 2024-12-21T00:15:50.600Z | [ host-image] Dec 21 00:15:50.573 INFO O| Dec 21 00:15:50.573 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9326 | 2024-12-21T00:15:50.600Z | [ host-image] Dec 21 00:15:50.573 INFO O| Dec 21 00:15:50.573 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9327 | 2024-12-21T00:15:50.600Z | [ host-image] Dec 21 00:15:50.573 INFO O| Dec 21 00:15:50.573 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9328 | 2024-12-21T00:15:50.600Z | [ host-image] Dec 21 00:15:50.573 INFO O| Dec 21 00:15:50.573 INFO ok! |
9329 | 2024-12-21T00:15:50.600Z | [ host-image] Dec 21 00:15:50.574 INFO O| Dec 21 00:15:50.574 INFO STEP 48 (ensure_file) COMPLETE |
9330 | 2024-12-21T00:15:50.600Z | [ host-image] Dec 21 00:15:50.574 INFO O| Dec 21 00:15:50.574 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9331 | 2024-12-21T00:15:50.621Z | [ host-image] Dec 21 00:15:50.596 INFO O| Dec 21 00:15:50.596 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9332 | 2024-12-21T00:15:50.621Z | [ host-image] Dec 21 00:15:50.596 INFO O| Dec 21 00:15:50.596 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 ... |
9333 | 2024-12-21T00:15:50.623Z | [ host-image] Dec 21 00:15:50.596 INFO O| Dec 21 00:15:50.596 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 |
9334 | 2024-12-21T00:15:50.623Z | [ host-image] Dec 21 00:15:50.597 INFO O| Dec 21 00:15:50.596 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9335 | 2024-12-21T00:15:50.623Z | [ host-image] Dec 21 00:15:50.597 INFO O| Dec 21 00:15:50.597 INFO ok! |
9336 | 2024-12-21T00:15:50.623Z | [ host-image] Dec 21 00:15:50.597 INFO O| Dec 21 00:15:50.597 INFO STEP 49 (ensure_file) COMPLETE |
9337 | 2024-12-21T00:15:50.623Z | [ host-image] Dec 21 00:15:50.597 INFO O| Dec 21 00:15:50.597 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9338 | 2024-12-21T00:15:50.654Z | [ host-image] Dec 21 00:15:50.629 INFO O| Dec 21 00:15:50.629 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9339 | 2024-12-21T00:15:50.654Z | [ host-image] Dec 21 00:15:50.629 INFO O| Dec 21 00:15:50.629 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9340 | 2024-12-21T00:15:50.657Z | [ host-image] Dec 21 00:15:50.630 INFO O| Dec 21 00:15:50.630 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9341 | 2024-12-21T00:15:50.657Z | [ host-image] Dec 21 00:15:50.630 INFO O| Dec 21 00:15:50.630 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9342 | 2024-12-21T00:15:50.657Z | [ host-image] Dec 21 00:15:50.630 INFO O| Dec 21 00:15:50.630 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9343 | 2024-12-21T00:15:50.657Z | [ host-image] Dec 21 00:15:50.630 INFO O| Dec 21 00:15:50.630 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9344 | 2024-12-21T00:15:50.657Z | [ host-image] Dec 21 00:15:50.630 INFO O| Dec 21 00:15:50.630 INFO ok! |
9345 | 2024-12-21T00:15:50.657Z | [ host-image] Dec 21 00:15:50.630 INFO O| Dec 21 00:15:50.630 INFO STEP 50 (ensure_file) COMPLETE |
9346 | 2024-12-21T00:15:50.657Z | [ host-image] Dec 21 00:15:50.630 INFO O| Dec 21 00:15:50.630 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9347 | 2024-12-21T00:15:50.719Z | [ host-image] Dec 21 00:15:50.694 INFO O| Dec 21 00:15:50.694 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9348 | 2024-12-21T00:15:50.719Z | [ host-image] Dec 21 00:15:50.694 INFO O| Dec 21 00:15:50.694 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 ... |
9349 | 2024-12-21T00:15:50.722Z | [ host-image] Dec 21 00:15:50.694 INFO O| Dec 21 00:15:50.694 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 |
9350 | 2024-12-21T00:15:50.722Z | [ host-image] Dec 21 00:15:50.694 INFO O| Dec 21 00:15:50.694 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9351 | 2024-12-21T00:15:50.722Z | [ host-image] Dec 21 00:15:50.694 INFO O| Dec 21 00:15:50.694 INFO ok! |
9352 | 2024-12-21T00:15:50.722Z | [ host-image] Dec 21 00:15:50.695 INFO O| Dec 21 00:15:50.695 INFO STEP 51 (ensure_file) COMPLETE |
9353 | 2024-12-21T00:15:50.722Z | [ host-image] Dec 21 00:15:50.695 INFO O| Dec 21 00:15:50.695 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9354 | 2024-12-21T00:15:50.755Z | [ host-image] Dec 21 00:15:50.730 INFO O| Dec 21 00:15:50.730 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9355 | 2024-12-21T00:15:50.755Z | [ host-image] Dec 21 00:15:50.730 INFO O| Dec 21 00:15:50.730 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 ... |
9356 | 2024-12-21T00:15:50.758Z | [ host-image] Dec 21 00:15:50.730 INFO O| Dec 21 00:15:50.730 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 |
9357 | 2024-12-21T00:15:50.758Z | [ host-image] Dec 21 00:15:50.731 INFO O| Dec 21 00:15:50.730 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9358 | 2024-12-21T00:15:50.758Z | [ host-image] Dec 21 00:15:50.731 INFO O| Dec 21 00:15:50.731 INFO ok! |
9359 | 2024-12-21T00:15:50.758Z | [ host-image] Dec 21 00:15:50.731 INFO O| Dec 21 00:15:50.731 INFO STEP 52 (ensure_file) COMPLETE |
9360 | 2024-12-21T00:15:50.758Z | [ host-image] Dec 21 00:15:50.731 INFO O| Dec 21 00:15:50.731 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9361 | 2024-12-21T00:15:50.812Z | [ host-image] Dec 21 00:15:50.787 INFO O| Dec 21 00:15:50.787 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9362 | 2024-12-21T00:15:50.812Z | [ host-image] Dec 21 00:15:50.787 INFO O| Dec 21 00:15:50.787 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 ... |
9363 | 2024-12-21T00:15:50.814Z | [ host-image] Dec 21 00:15:50.787 INFO O| Dec 21 00:15:50.787 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 |
9364 | 2024-12-21T00:15:50.814Z | [ host-image] Dec 21 00:15:50.787 INFO O| Dec 21 00:15:50.787 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9365 | 2024-12-21T00:15:50.814Z | [ host-image] Dec 21 00:15:50.787 INFO O| Dec 21 00:15:50.787 INFO ok! |
9366 | 2024-12-21T00:15:50.814Z | [ host-image] Dec 21 00:15:50.787 INFO O| Dec 21 00:15:50.787 INFO STEP 53 (ensure_file) COMPLETE |
9367 | 2024-12-21T00:15:50.814Z | [ host-image] Dec 21 00:15:50.787 INFO O| Dec 21 00:15:50.787 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9368 | 2024-12-21T00:15:50.874Z | [ host-image] Dec 21 00:15:50.849 INFO O| Dec 21 00:15:50.849 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9369 | 2024-12-21T00:15:50.874Z | [ host-image] Dec 21 00:15:50.849 INFO O| Dec 21 00:15:50.849 INFO STEP 54 (ensure_dir) COMPLETE |
9370 | 2024-12-21T00:15:50.878Z | [ host-image] Dec 21 00:15:50.849 INFO O| Dec 21 00:15:50.849 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9371 | 2024-12-21T00:15:50.932Z | [ host-image] Dec 21 00:15:50.906 INFO O| Dec 21 00:15:50.906 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9372 | 2024-12-21T00:15:50.933Z | [ host-image] Dec 21 00:15:50.906 INFO O| Dec 21 00:15:50.906 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9373 | 2024-12-21T00:15:50.933Z | [ host-image] Dec 21 00:15:50.906 INFO O| Dec 21 00:15:50.906 INFO STEP 55 (ensure_dir) COMPLETE |
9374 | 2024-12-21T00:15:50.936Z | [ host-image] Dec 21 00:15:50.907 INFO O| Dec 21 00:15:50.906 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9375 | 2024-12-21T00:15:50.954Z | [ host-image] Dec 21 00:15:50.929 INFO O| Dec 21 00:15:50.929 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9376 | 2024-12-21T00:15:50.954Z | [ host-image] Dec 21 00:15:50.929 INFO O| Dec 21 00:15:50.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9377 | 2024-12-21T00:15:50.957Z | [ host-image] Dec 21 00:15:50.929 INFO O| Dec 21 00:15:50.929 INFO STEP 56 (ensure_dir) COMPLETE |
9378 | 2024-12-21T00:15:50.958Z | [ host-image] Dec 21 00:15:50.929 INFO O| Dec 21 00:15:50.929 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9379 | 2024-12-21T00:15:50.975Z | [ host-image] Dec 21 00:15:50.950 INFO O| Dec 21 00:15:50.950 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9380 | 2024-12-21T00:15:50.975Z | [ host-image] Dec 21 00:15:50.950 INFO O| Dec 21 00:15:50.950 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9381 | 2024-12-21T00:15:51.002Z | [ host-image] Dec 21 00:15:50.976 INFO O| Dec 21 00:15:50.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9382 | 2024-12-21T00:15:51.002Z | [ host-image] Dec 21 00:15:50.976 INFO O| Dec 21 00:15:50.976 INFO ok! |
9383 | 2024-12-21T00:15:51.002Z | [ host-image] Dec 21 00:15:50.976 INFO O| Dec 21 00:15:50.976 INFO STEP 57 (ensure_file) COMPLETE |
9384 | 2024-12-21T00:15:51.002Z | [ host-image] Dec 21 00:15:50.976 INFO O| Dec 21 00:15:50.976 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9385 | 2024-12-21T00:15:51.097Z | [ host-image] Dec 21 00:15:51.072 INFO O| Dec 21 00:15:51.072 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9386 | 2024-12-21T00:15:51.097Z | [ host-image] Dec 21 00:15:51.072 INFO O| Dec 21 00:15:51.072 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9387 | 2024-12-21T00:15:52.517Z | [ host-image] Dec 21 00:15:52.492 INFO O| Dec 21 00:15:52.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9388 | 2024-12-21T00:15:52.517Z | [ host-image] Dec 21 00:15:52.492 INFO O| Dec 21 00:15:52.492 INFO ok! |
9389 | 2024-12-21T00:15:52.517Z | [ host-image] Dec 21 00:15:52.492 INFO O| Dec 21 00:15:52.492 INFO STEP 58 (ensure_file) COMPLETE |
9390 | 2024-12-21T00:15:52.519Z | [ host-image] Dec 21 00:15:52.492 INFO O| Dec 21 00:15:52.492 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9391 | 2024-12-21T00:15:52.536Z | [ host-image] Dec 21 00:15:52.512 INFO O| Dec 21 00:15:52.512 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9392 | 2024-12-21T00:15:52.536Z | [ host-image] Dec 21 00:15:52.512 INFO O| Dec 21 00:15:52.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9393 | 2024-12-21T00:15:52.536Z | [ host-image] Dec 21 00:15:52.512 INFO O| Dec 21 00:15:52.512 INFO STEP 59 (ensure_dir) COMPLETE |
9394 | 2024-12-21T00:15:52.539Z | [ host-image] Dec 21 00:15:52.512 INFO O| Dec 21 00:15:52.512 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9395 | 2024-12-21T00:15:52.583Z | [ host-image] Dec 21 00:15:52.542 INFO O| Dec 21 00:15:52.542 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9396 | 2024-12-21T00:15:52.586Z | [ host-image] Dec 21 00:15:52.542 INFO O| Dec 21 00:15:52.542 INFO copying /tmp/.tmpaSG2wu/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 ... |
9397 | 2024-12-21T00:15:52.586Z | [ host-image] Dec 21 00:15:52.543 INFO O| Dec 21 00:15:52.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9398 | 2024-12-21T00:15:52.586Z | [ host-image] Dec 21 00:15:52.543 INFO O| Dec 21 00:15:52.543 INFO ok! |
9399 | 2024-12-21T00:15:52.586Z | [ host-image] Dec 21 00:15:52.543 INFO O| Dec 21 00:15:52.543 INFO STEP 60 (ensure_file) COMPLETE |
9400 | 2024-12-21T00:15:52.587Z | [ host-image] Dec 21 00:15:52.543 INFO O| Dec 21 00:15:52.543 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9401 | 2024-12-21T00:15:52.603Z | [ host-image] Dec 21 00:15:52.578 INFO O| Dec 21 00:15:52.578 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9402 | 2024-12-21T00:15:52.603Z | [ host-image] Dec 21 00:15:52.578 INFO O| Dec 21 00:15:52.578 INFO copying /tmp/.tmpaSG2wu/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 ... |
9403 | 2024-12-21T00:15:52.606Z | [ host-image] Dec 21 00:15:52.578 INFO O| Dec 21 00:15:52.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9404 | 2024-12-21T00:15:52.606Z | [ host-image] Dec 21 00:15:52.578 INFO O| Dec 21 00:15:52.578 INFO ok! |
9405 | 2024-12-21T00:15:52.606Z | [ host-image] Dec 21 00:15:52.578 INFO O| Dec 21 00:15:52.578 INFO STEP 61 (ensure_file) COMPLETE |
9406 | 2024-12-21T00:15:52.606Z | [ host-image] Dec 21 00:15:52.578 INFO O| Dec 21 00:15:52.578 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9407 | 2024-12-21T00:15:52.625Z | [ host-image] Dec 21 00:15:52.599 INFO O| Dec 21 00:15:52.599 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9408 | 2024-12-21T00:15:52.625Z | [ host-image] Dec 21 00:15:52.599 INFO O| Dec 21 00:15:52.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9409 | 2024-12-21T00:15:52.625Z | [ host-image] Dec 21 00:15:52.599 INFO O| Dec 21 00:15:52.599 INFO STEP 62 (ensure_dir) COMPLETE |
9410 | 2024-12-21T00:15:52.640Z | [ host-image] Dec 21 00:15:52.599 INFO O| Dec 21 00:15:52.599 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9411 | 2024-12-21T00:15:52.647Z | [ host-image] Dec 21 00:15:52.621 INFO O| Dec 21 00:15:52.621 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9412 | 2024-12-21T00:15:52.647Z | [ host-image] Dec 21 00:15:52.621 INFO O| Dec 21 00:15:52.621 INFO copying /tmp/.tmpaSG2wu/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 ... |
9413 | 2024-12-21T00:15:52.654Z | [ host-image] Dec 21 00:15:52.621 INFO O| Dec 21 00:15:52.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9414 | 2024-12-21T00:15:52.654Z | [ host-image] Dec 21 00:15:52.621 INFO O| Dec 21 00:15:52.621 INFO ok! |
9415 | 2024-12-21T00:15:52.654Z | [ host-image] Dec 21 00:15:52.621 INFO O| Dec 21 00:15:52.621 INFO STEP 63 (ensure_file) COMPLETE |
9416 | 2024-12-21T00:15:52.654Z | [ host-image] Dec 21 00:15:52.621 INFO O| Dec 21 00:15:52.621 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9417 | 2024-12-21T00:15:52.666Z | [ host-image] Dec 21 00:15:52.641 INFO O| Dec 21 00:15:52.641 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9418 | 2024-12-21T00:15:52.666Z | [ host-image] Dec 21 00:15:52.641 INFO O| Dec 21 00:15:52.641 INFO copying /tmp/.tmpaSG2wu/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 ... |
9419 | 2024-12-21T00:15:52.666Z | [ host-image] Dec 21 00:15:52.641 INFO O| Dec 21 00:15:52.641 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9420 | 2024-12-21T00:15:52.669Z | [ host-image] Dec 21 00:15:52.641 INFO O| Dec 21 00:15:52.641 INFO ok! |
9421 | 2024-12-21T00:15:52.669Z | [ host-image] Dec 21 00:15:52.641 INFO O| Dec 21 00:15:52.641 INFO STEP 64 (ensure_file) COMPLETE |
9422 | 2024-12-21T00:15:52.669Z | [ host-image] Dec 21 00:15:52.641 INFO O| Dec 21 00:15:52.641 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9423 | 2024-12-21T00:15:52.685Z | [ host-image] Dec 21 00:15:52.659 INFO O| Dec 21 00:15:52.659 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9424 | 2024-12-21T00:15:52.688Z | [ host-image] Dec 21 00:15:52.660 INFO O| Dec 21 00:15:52.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9425 | 2024-12-21T00:15:52.688Z | [ host-image] Dec 21 00:15:52.660 INFO O| Dec 21 00:15:52.660 INFO STEP 65 (ensure_dir) COMPLETE |
9426 | 2024-12-21T00:15:52.688Z | [ host-image] Dec 21 00:15:52.660 INFO O| Dec 21 00:15:52.660 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9427 | 2024-12-21T00:15:52.708Z | [ host-image] Dec 21 00:15:52.682 INFO O| Dec 21 00:15:52.682 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9428 | 2024-12-21T00:15:52.708Z | [ host-image] Dec 21 00:15:52.682 INFO O| Dec 21 00:15:52.682 INFO copying /tmp/.tmpaSG2wu/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 ... |
9429 | 2024-12-21T00:15:52.712Z | [ host-image] Dec 21 00:15:52.683 INFO O| Dec 21 00:15:52.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9430 | 2024-12-21T00:15:52.712Z | [ host-image] Dec 21 00:15:52.683 INFO O| Dec 21 00:15:52.683 INFO ok! |
9431 | 2024-12-21T00:15:52.712Z | [ host-image] Dec 21 00:15:52.683 INFO O| Dec 21 00:15:52.683 INFO STEP 66 (ensure_file) COMPLETE |
9432 | 2024-12-21T00:15:52.712Z | [ host-image] Dec 21 00:15:52.683 INFO O| Dec 21 00:15:52.683 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9433 | 2024-12-21T00:15:52.729Z | [ host-image] Dec 21 00:15:52.704 INFO O| Dec 21 00:15:52.704 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9434 | 2024-12-21T00:15:52.729Z | [ host-image] Dec 21 00:15:52.704 INFO O| Dec 21 00:15:52.704 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9435 | 2024-12-21T00:15:52.733Z | [ host-image] Dec 21 00:15:52.705 INFO O| Dec 21 00:15:52.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9436 | 2024-12-21T00:15:52.733Z | [ host-image] Dec 21 00:15:52.705 INFO O| Dec 21 00:15:52.705 INFO ok! |
9437 | 2024-12-21T00:15:52.734Z | [ host-image] Dec 21 00:15:52.705 INFO O| Dec 21 00:15:52.705 INFO STEP 67 (ensure_file) COMPLETE |
9438 | 2024-12-21T00:15:52.734Z | [ host-image] Dec 21 00:15:52.705 INFO O| Dec 21 00:15:52.705 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9439 | 2024-12-21T00:15:52.771Z | [ host-image] Dec 21 00:15:52.746 INFO O| Dec 21 00:15:52.746 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9440 | 2024-12-21T00:15:52.771Z | [ host-image] Dec 21 00:15:52.746 INFO O| Dec 21 00:15:52.746 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9441 | 2024-12-21T00:15:52.774Z | [ host-image] Dec 21 00:15:52.746 INFO O| Dec 21 00:15:52.746 INFO STEP 68 (ensure_dir) COMPLETE |
9442 | 2024-12-21T00:15:52.774Z | [ host-image] Dec 21 00:15:52.747 INFO O| Dec 21 00:15:52.746 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9443 | 2024-12-21T00:15:52.814Z | [ host-image] Dec 21 00:15:52.789 INFO O| Dec 21 00:15:52.789 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9444 | 2024-12-21T00:15:52.814Z | [ host-image] Dec 21 00:15:52.789 INFO O| Dec 21 00:15:52.789 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9445 | 2024-12-21T00:15:53.815Z | [ recovery-image] Dec 21 00:15:53.791 INFO image complete! materials are in "/work/os-recovery" |
9446 | 2024-12-21T00:15:53.822Z | [ recovery-image] |
9447 | 2024-12-21T00:15:53.822Z | [ recovery-image] real 11:03.408453926 |
9448 | 2024-12-21T00:15:53.822Z | [ recovery-image] user 6:40.094910498 |
9449 | 2024-12-21T00:15:53.822Z | [ recovery-image] sys 1:11.478439640 |
9450 | 2024-12-21T00:15:53.822Z | [ recovery-image] trap 0.390951356 |
9451 | 2024-12-21T00:15:53.827Z | [ recovery-image] tflt 0.348244953 |
9452 | 2024-12-21T00:15:53.827Z | Dec 21 00:15:53.798 INFO [recovery-image] process exited with exit status: 0 (663.639681546s) |
9453 | 2024-12-21T00:15:53.827Z | [ recovery-image] dflt 3.384194879 |
9454 | 2024-12-21T00:15:53.827Z | [ recovery-image] kflt 0.052301158 |
9455 | 2024-12-21T00:15:53.827Z | [ recovery-image] lock 26:30.050779584 |
9456 | 2024-12-21T00:15:53.827Z | [ recovery-image] slp 1:08:32.200941477 |
9457 | 2024-12-21T00:15:53.827Z | [ recovery-image] lat 5:33.336911082 |
9458 | 2024-12-21T00:15:53.828Z | [ recovery-image] stop 13.404156284 |
9459 | 2024-12-21T00:15:54.222Z | [ host-image] Dec 21 00:15:54.197 INFO O| Dec 21 00:15:54.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9460 | 2024-12-21T00:15:54.223Z | [ host-image] Dec 21 00:15:54.197 INFO O| Dec 21 00:15:54.197 INFO ok! |
9461 | 2024-12-21T00:15:54.226Z | [ host-image] Dec 21 00:15:54.197 INFO O| Dec 21 00:15:54.197 INFO STEP 69 (ensure_file) COMPLETE |
9462 | 2024-12-21T00:15:54.226Z | [ host-image] Dec 21 00:15:54.197 INFO O| Dec 21 00:15:54.197 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9463 | 2024-12-21T00:15:54.244Z | [ host-image] Dec 21 00:15:54.219 INFO O| Dec 21 00:15:54.219 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9464 | 2024-12-21T00:15:54.244Z | [ host-image] Dec 21 00:15:54.219 INFO O| Dec 21 00:15:54.219 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9465 | 2024-12-21T00:15:56.269Z | [ host-image] Dec 21 00:15:56.244 INFO O| Dec 21 00:15:56.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9466 | 2024-12-21T00:15:56.269Z | [ host-image] Dec 21 00:15:56.245 INFO O| Dec 21 00:15:56.244 INFO ok! |
9467 | 2024-12-21T00:15:56.273Z | [ host-image] Dec 21 00:15:56.245 INFO O| Dec 21 00:15:56.244 INFO STEP 70 (ensure_file) COMPLETE |
9468 | 2024-12-21T00:15:56.273Z | [ host-image] Dec 21 00:15:56.245 INFO O| Dec 21 00:15:56.244 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9469 | 2024-12-21T00:15:56.289Z | [ host-image] Dec 21 00:15:56.264 INFO O| Dec 21 00:15:56.264 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9470 | 2024-12-21T00:15:56.289Z | [ host-image] Dec 21 00:15:56.264 INFO O| Dec 21 00:15:56.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9471 | 2024-12-21T00:15:56.289Z | [ host-image] Dec 21 00:15:56.264 INFO O| Dec 21 00:15:56.264 INFO STEP 71 (ensure_dir) COMPLETE |
9472 | 2024-12-21T00:15:56.292Z | [ host-image] Dec 21 00:15:56.264 INFO O| Dec 21 00:15:56.264 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9473 | 2024-12-21T00:15:56.315Z | [ host-image] Dec 21 00:15:56.291 INFO O| Dec 21 00:15:56.291 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9474 | 2024-12-21T00:15:56.315Z | [ host-image] Dec 21 00:15:56.291 INFO O| Dec 21 00:15:56.291 INFO copying /tmp/.tmpaSG2wu/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 ... |
9475 | 2024-12-21T00:15:56.318Z | [ host-image] Dec 21 00:15:56.291 INFO O| Dec 21 00:15:56.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9476 | 2024-12-21T00:15:56.318Z | [ host-image] Dec 21 00:15:56.291 INFO O| Dec 21 00:15:56.291 INFO ok! |
9477 | 2024-12-21T00:15:56.318Z | [ host-image] Dec 21 00:15:56.291 INFO O| Dec 21 00:15:56.291 INFO STEP 72 (ensure_file) COMPLETE |
9478 | 2024-12-21T00:15:56.318Z | [ host-image] Dec 21 00:15:56.291 INFO O| Dec 21 00:15:56.291 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9479 | 2024-12-21T00:15:56.336Z | [ host-image] Dec 21 00:15:56.312 INFO O| Dec 21 00:15:56.312 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9480 | 2024-12-21T00:15:56.337Z | [ host-image] Dec 21 00:15:56.312 INFO O| Dec 21 00:15:56.312 INFO copying /tmp/.tmpaSG2wu/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 ... |
9481 | 2024-12-21T00:15:56.337Z | [ host-image] Dec 21 00:15:56.312 INFO O| Dec 21 00:15:56.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9482 | 2024-12-21T00:15:56.340Z | [ host-image] Dec 21 00:15:56.312 INFO O| Dec 21 00:15:56.312 INFO ok! |
9483 | 2024-12-21T00:15:56.341Z | [ host-image] Dec 21 00:15:56.312 INFO O| Dec 21 00:15:56.312 INFO STEP 73 (ensure_file) COMPLETE |
9484 | 2024-12-21T00:15:56.341Z | [ host-image] Dec 21 00:15:56.312 INFO O| Dec 21 00:15:56.312 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9485 | 2024-12-21T00:15:56.357Z | [ host-image] Dec 21 00:15:56.332 INFO O| Dec 21 00:15:56.332 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9486 | 2024-12-21T00:15:56.357Z | [ host-image] Dec 21 00:15:56.332 INFO O| Dec 21 00:15:56.332 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9487 | 2024-12-21T00:15:56.360Z | [ host-image] Dec 21 00:15:56.333 INFO O| Dec 21 00:15:56.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9488 | 2024-12-21T00:15:56.360Z | [ host-image] Dec 21 00:15:56.333 INFO O| Dec 21 00:15:56.333 INFO ok! |
9489 | 2024-12-21T00:15:56.360Z | [ host-image] Dec 21 00:15:56.333 INFO O| Dec 21 00:15:56.333 INFO STEP 74 (ensure_file) COMPLETE |
9490 | 2024-12-21T00:15:56.360Z | [ host-image] Dec 21 00:15:56.333 INFO O| Dec 21 00:15:56.333 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9491 | 2024-12-21T00:15:56.377Z | [ host-image] Dec 21 00:15:56.353 INFO O| Dec 21 00:15:56.353 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9492 | 2024-12-21T00:15:56.377Z | [ host-image] Dec 21 00:15:56.353 INFO O| Dec 21 00:15:56.353 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9493 | 2024-12-21T00:15:56.377Z | [ host-image] Dec 21 00:15:56.353 INFO O| Dec 21 00:15:56.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9494 | 2024-12-21T00:15:56.380Z | [ host-image] Dec 21 00:15:56.353 INFO O| Dec 21 00:15:56.353 INFO ok! |
9495 | 2024-12-21T00:15:56.380Z | [ host-image] Dec 21 00:15:56.353 INFO O| Dec 21 00:15:56.353 INFO STEP 75 (ensure_file) COMPLETE |
9496 | 2024-12-21T00:15:56.380Z | [ host-image] Dec 21 00:15:56.354 INFO O| Dec 21 00:15:56.353 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9497 | 2024-12-21T00:15:56.398Z | [ host-image] Dec 21 00:15:56.373 INFO O| Dec 21 00:15:56.373 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9498 | 2024-12-21T00:15:56.401Z | [ host-image] Dec 21 00:15:56.374 INFO O| Dec 21 00:15:56.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9499 | 2024-12-21T00:15:56.401Z | [ host-image] Dec 21 00:15:56.374 INFO O| Dec 21 00:15:56.374 INFO STEP 76 (ensure_dir) COMPLETE |
9500 | 2024-12-21T00:15:56.401Z | [ host-image] Dec 21 00:15:56.374 INFO O| Dec 21 00:15:56.374 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9501 | 2024-12-21T00:15:56.419Z | [ host-image] Dec 21 00:15:56.395 INFO O| Dec 21 00:15:56.395 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9502 | 2024-12-21T00:15:56.419Z | [ host-image] Dec 21 00:15:56.395 INFO O| Dec 21 00:15:56.395 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9503 | 2024-12-21T00:15:56.425Z | [ host-image] Dec 21 00:15:56.401 INFO O| Dec 21 00:15:56.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9504 | 2024-12-21T00:15:56.425Z | [ host-image] Dec 21 00:15:56.401 INFO O| Dec 21 00:15:56.401 INFO ok! |
9505 | 2024-12-21T00:15:56.428Z | [ host-image] Dec 21 00:15:56.401 INFO O| Dec 21 00:15:56.401 INFO STEP 77 (ensure_file) COMPLETE |
9506 | 2024-12-21T00:15:56.428Z | [ host-image] Dec 21 00:15:56.401 INFO O| Dec 21 00:15:56.401 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9507 | 2024-12-21T00:15:56.450Z | [ host-image] Dec 21 00:15:56.426 INFO O| Dec 21 00:15:56.426 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9508 | 2024-12-21T00:15:56.450Z | [ host-image] Dec 21 00:15:56.426 INFO O| Dec 21 00:15:56.426 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9509 | 2024-12-21T00:15:56.453Z | [ host-image] Dec 21 00:15:56.426 INFO O| Dec 21 00:15:56.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9510 | 2024-12-21T00:15:56.453Z | [ host-image] Dec 21 00:15:56.426 INFO O| Dec 21 00:15:56.426 INFO ok! |
9511 | 2024-12-21T00:15:56.454Z | [ host-image] Dec 21 00:15:56.426 INFO O| Dec 21 00:15:56.426 INFO STEP 78 (ensure_file) COMPLETE |
9512 | 2024-12-21T00:15:56.454Z | [ host-image] Dec 21 00:15:56.426 INFO O| Dec 21 00:15:56.426 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9513 | 2024-12-21T00:15:56.473Z | [ host-image] Dec 21 00:15:56.449 INFO O| Dec 21 00:15:56.448 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9514 | 2024-12-21T00:15:56.475Z | [ host-image] Dec 21 00:15:56.449 INFO O| Dec 21 00:15:56.449 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9515 | 2024-12-21T00:15:58.370Z | [ host-image] Dec 21 00:15:58.346 INFO O| Dec 21 00:15:58.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9516 | 2024-12-21T00:15:58.370Z | [ host-image] Dec 21 00:15:58.347 INFO O| Dec 21 00:15:58.346 INFO ok! |
9517 | 2024-12-21T00:15:58.373Z | [ host-image] Dec 21 00:15:58.347 INFO O| Dec 21 00:15:58.346 INFO STEP 79 (ensure_file) COMPLETE |
9518 | 2024-12-21T00:15:58.373Z | [ host-image] Dec 21 00:15:58.347 INFO O| Dec 21 00:15:58.346 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9519 | 2024-12-21T00:15:58.391Z | [ host-image] Dec 21 00:15:58.367 INFO O| Dec 21 00:15:58.367 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9520 | 2024-12-21T00:15:58.391Z | [ host-image] Dec 21 00:15:58.367 INFO O| Dec 21 00:15:58.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9521 | 2024-12-21T00:15:58.394Z | [ host-image] Dec 21 00:15:58.367 INFO O| Dec 21 00:15:58.367 INFO STEP 80 (ensure_dir) COMPLETE |
9522 | 2024-12-21T00:15:58.394Z | [ host-image] Dec 21 00:15:58.367 INFO O| Dec 21 00:15:58.367 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9523 | 2024-12-21T00:15:58.412Z | [ host-image] Dec 21 00:15:58.388 INFO O| Dec 21 00:15:58.388 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9524 | 2024-12-21T00:15:58.415Z | [ host-image] Dec 21 00:15:58.388 INFO O| Dec 21 00:15:58.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9525 | 2024-12-21T00:15:58.415Z | [ host-image] Dec 21 00:15:58.388 INFO O| Dec 21 00:15:58.388 INFO STEP 81 (ensure_dir) COMPLETE |
9526 | 2024-12-21T00:15:58.415Z | [ host-image] Dec 21 00:15:58.388 INFO O| Dec 21 00:15:58.388 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9527 | 2024-12-21T00:15:58.435Z | [ host-image] Dec 21 00:15:58.411 INFO O| Dec 21 00:15:58.411 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9528 | 2024-12-21T00:15:58.435Z | [ host-image] Dec 21 00:15:58.411 INFO O| Dec 21 00:15:58.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9529 | 2024-12-21T00:15:58.435Z | [ host-image] Dec 21 00:15:58.411 INFO O| Dec 21 00:15:58.411 INFO STEP 82 (ensure_dir) COMPLETE |
9530 | 2024-12-21T00:15:58.438Z | [ host-image] Dec 21 00:15:58.411 INFO O| Dec 21 00:15:58.411 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9531 | 2024-12-21T00:15:58.474Z | [ host-image] Dec 21 00:15:58.450 INFO O| Dec 21 00:15:58.450 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9532 | 2024-12-21T00:15:58.474Z | [ host-image] Dec 21 00:15:58.450 INFO O| Dec 21 00:15:58.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9533 | 2024-12-21T00:15:58.474Z | [ host-image] Dec 21 00:15:58.450 INFO O| Dec 21 00:15:58.450 INFO STEP 83 (ensure_dir) COMPLETE |
9534 | 2024-12-21T00:15:58.478Z | [ host-image] Dec 21 00:15:58.450 INFO O| Dec 21 00:15:58.450 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9535 | 2024-12-21T00:15:58.512Z | [ host-image] Dec 21 00:15:58.488 INFO O| Dec 21 00:15:58.488 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9536 | 2024-12-21T00:15:58.515Z | [ host-image] Dec 21 00:15:58.489 INFO O| Dec 21 00:15:58.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9537 | 2024-12-21T00:15:58.515Z | [ host-image] Dec 21 00:15:58.489 INFO O| Dec 21 00:15:58.489 INFO STEP 84 (ensure_dir) COMPLETE |
9538 | 2024-12-21T00:15:58.515Z | [ host-image] Dec 21 00:15:58.489 INFO O| Dec 21 00:15:58.489 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9539 | 2024-12-21T00:15:58.535Z | [ host-image] Dec 21 00:15:58.511 INFO O| Dec 21 00:15:58.511 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9540 | 2024-12-21T00:15:58.535Z | [ host-image] Dec 21 00:15:58.511 INFO O| Dec 21 00:15:58.511 INFO copying /tmp/.tmpaSG2wu/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 ... |
9541 | 2024-12-21T00:15:58.538Z | [ host-image] Dec 21 00:15:58.512 INFO O| Dec 21 00:15:58.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9542 | 2024-12-21T00:15:58.538Z | [ host-image] Dec 21 00:15:58.512 INFO O| Dec 21 00:15:58.512 INFO ok! |
9543 | 2024-12-21T00:15:58.538Z | [ host-image] Dec 21 00:15:58.512 INFO O| Dec 21 00:15:58.512 INFO STEP 85 (ensure_file) COMPLETE |
9544 | 2024-12-21T00:15:58.538Z | [ host-image] Dec 21 00:15:58.512 INFO O| Dec 21 00:15:58.512 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9545 | 2024-12-21T00:15:58.559Z | [ host-image] Dec 21 00:15:58.536 INFO O| Dec 21 00:15:58.535 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9546 | 2024-12-21T00:15:58.561Z | [ host-image] Dec 21 00:15:58.536 INFO O| Dec 21 00:15:58.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9547 | 2024-12-21T00:15:58.561Z | [ host-image] Dec 21 00:15:58.536 INFO O| Dec 21 00:15:58.536 INFO STEP 86 (ensure_dir) COMPLETE |
9548 | 2024-12-21T00:15:58.563Z | [ host-image] Dec 21 00:15:58.536 INFO O| Dec 21 00:15:58.536 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9549 | 2024-12-21T00:15:58.581Z | [ host-image] Dec 21 00:15:58.557 INFO O| Dec 21 00:15:58.557 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9550 | 2024-12-21T00:15:58.581Z | [ host-image] Dec 21 00:15:58.557 INFO O| Dec 21 00:15:58.557 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9551 | 2024-12-21T00:15:58.581Z | [ host-image] Dec 21 00:15:58.557 INFO O| Dec 21 00:15:58.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9552 | 2024-12-21T00:15:58.581Z | [ host-image] Dec 21 00:15:58.557 INFO O| Dec 21 00:15:58.557 INFO ok! |
9553 | 2024-12-21T00:15:58.584Z | [ host-image] Dec 21 00:15:58.557 INFO O| Dec 21 00:15:58.557 INFO STEP 87 (ensure_file) COMPLETE |
9554 | 2024-12-21T00:15:58.584Z | [ host-image] Dec 21 00:15:58.558 INFO O| Dec 21 00:15:58.557 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9555 | 2024-12-21T00:15:58.604Z | [ host-image] Dec 21 00:15:58.580 INFO O| Dec 21 00:15:58.580 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9556 | 2024-12-21T00:15:58.604Z | [ host-image] Dec 21 00:15:58.580 INFO O| Dec 21 00:15:58.580 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9557 | 2024-12-21T00:15:59.211Z | [ host-image] Dec 21 00:15:59.187 INFO O| Dec 21 00:15:59.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9558 | 2024-12-21T00:15:59.211Z | [ host-image] Dec 21 00:15:59.187 INFO O| Dec 21 00:15:59.187 INFO ok! |
9559 | 2024-12-21T00:15:59.214Z | [ host-image] Dec 21 00:15:59.187 INFO O| Dec 21 00:15:59.187 INFO STEP 88 (ensure_file) COMPLETE |
9560 | 2024-12-21T00:15:59.214Z | [ host-image] Dec 21 00:15:59.187 INFO O| Dec 21 00:15:59.187 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9561 | 2024-12-21T00:15:59.229Z | [ host-image] Dec 21 00:15:59.206 INFO O| Dec 21 00:15:59.206 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9562 | 2024-12-21T00:15:59.230Z | [ host-image] Dec 21 00:15:59.206 INFO O| Dec 21 00:15:59.206 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9563 | 2024-12-21T00:15:59.918Z | [ host-image] Dec 21 00:15:59.894 INFO O| Dec 21 00:15:59.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9564 | 2024-12-21T00:15:59.918Z | [ host-image] Dec 21 00:15:59.894 INFO O| Dec 21 00:15:59.894 INFO ok! |
9565 | 2024-12-21T00:15:59.918Z | [ host-image] Dec 21 00:15:59.894 INFO O| Dec 21 00:15:59.894 INFO STEP 89 (ensure_file) COMPLETE |
9566 | 2024-12-21T00:15:59.921Z | [ host-image] Dec 21 00:15:59.894 INFO O| Dec 21 00:15:59.894 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9567 | 2024-12-21T00:15:59.957Z | [ host-image] Dec 21 00:15:59.933 INFO O| Dec 21 00:15:59.933 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9568 | 2024-12-21T00:15:59.957Z | [ host-image] Dec 21 00:15:59.933 INFO O| Dec 21 00:15:59.933 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9569 | 2024-12-21T00:15:59.957Z | [ host-image] Dec 21 00:15:59.933 INFO O| Dec 21 00:15:59.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9570 | 2024-12-21T00:15:59.957Z | [ host-image] Dec 21 00:15:59.933 INFO O| Dec 21 00:15:59.933 INFO ok! |
9571 | 2024-12-21T00:15:59.957Z | [ host-image] Dec 21 00:15:59.933 INFO O| Dec 21 00:15:59.933 INFO STEP 90 (ensure_file) COMPLETE |
9572 | 2024-12-21T00:15:59.960Z | [ host-image] Dec 21 00:15:59.933 INFO O| Dec 21 00:15:59.933 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9573 | 2024-12-21T00:15:59.976Z | [ host-image] Dec 21 00:15:59.952 INFO O| Dec 21 00:15:59.952 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9574 | 2024-12-21T00:15:59.979Z | [ host-image] Dec 21 00:15:59.953 INFO O| Dec 21 00:15:59.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9575 | 2024-12-21T00:15:59.979Z | [ host-image] Dec 21 00:15:59.953 INFO O| Dec 21 00:15:59.953 INFO STEP 91 (ensure_dir) COMPLETE |
9576 | 2024-12-21T00:15:59.979Z | [ host-image] Dec 21 00:15:59.953 INFO O| Dec 21 00:15:59.953 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9577 | 2024-12-21T00:16:00.013Z | [ host-image] Dec 21 00:15:59.989 INFO O| Dec 21 00:15:59.989 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9578 | 2024-12-21T00:16:00.014Z | [ host-image] Dec 21 00:15:59.989 INFO O| Dec 21 00:15:59.989 INFO copying /tmp/.tmpaSG2wu/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 ... |
9579 | 2024-12-21T00:16:00.014Z | [ host-image] Dec 21 00:15:59.989 INFO O| Dec 21 00:15:59.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9580 | 2024-12-21T00:16:00.014Z | [ host-image] Dec 21 00:15:59.989 INFO O| Dec 21 00:15:59.989 INFO ok! |
9581 | 2024-12-21T00:16:00.017Z | [ host-image] Dec 21 00:15:59.989 INFO O| Dec 21 00:15:59.989 INFO STEP 92 (ensure_file) COMPLETE |
9582 | 2024-12-21T00:16:00.017Z | [ host-image] Dec 21 00:15:59.989 INFO O| Dec 21 00:15:59.989 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9583 | 2024-12-21T00:16:00.034Z | [ host-image] Dec 21 00:16:00.010 INFO O| Dec 21 00:16:00.010 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9584 | 2024-12-21T00:16:00.034Z | [ host-image] Dec 21 00:16:00.010 INFO O| Dec 21 00:16:00.010 INFO copying /tmp/.tmpaSG2wu/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 ... |
9585 | 2024-12-21T00:16:00.034Z | [ host-image] Dec 21 00:16:00.010 INFO O| Dec 21 00:16:00.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9586 | 2024-12-21T00:16:00.036Z | [ host-image] Dec 21 00:16:00.010 INFO O| Dec 21 00:16:00.010 INFO ok! |
9587 | 2024-12-21T00:16:00.036Z | [ host-image] Dec 21 00:16:00.010 INFO O| Dec 21 00:16:00.010 INFO STEP 93 (ensure_file) COMPLETE |
9588 | 2024-12-21T00:16:00.036Z | [ host-image] Dec 21 00:16:00.010 INFO O| Dec 21 00:16:00.010 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9589 | 2024-12-21T00:16:00.057Z | [ host-image] Dec 21 00:16:00.033 INFO O| Dec 21 00:16:00.033 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9590 | 2024-12-21T00:16:00.058Z | [ host-image] Dec 21 00:16:00.033 INFO O| Dec 21 00:16:00.033 INFO copying /tmp/.tmpaSG2wu/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 ... |
9591 | 2024-12-21T00:16:00.058Z | [ host-image] Dec 21 00:16:00.033 INFO O| Dec 21 00:16:00.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9592 | 2024-12-21T00:16:00.061Z | [ host-image] Dec 21 00:16:00.033 INFO O| Dec 21 00:16:00.033 INFO ok! |
9593 | 2024-12-21T00:16:00.062Z | [ host-image] Dec 21 00:16:00.033 INFO O| Dec 21 00:16:00.033 INFO STEP 94 (ensure_file) COMPLETE |
9594 | 2024-12-21T00:16:00.062Z | [ host-image] Dec 21 00:16:00.033 INFO O| Dec 21 00:16:00.033 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9595 | 2024-12-21T00:16:00.116Z | [ host-image] Dec 21 00:16:00.092 INFO O| Dec 21 00:16:00.092 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9596 | 2024-12-21T00:16:00.116Z | [ host-image] Dec 21 00:16:00.092 INFO O| Dec 21 00:16:00.092 INFO copying /tmp/.tmpaSG2wu/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 ... |
9597 | 2024-12-21T00:16:00.116Z | [ host-image] Dec 21 00:16:00.092 INFO O| Dec 21 00:16:00.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9598 | 2024-12-21T00:16:00.116Z | [ host-image] Dec 21 00:16:00.092 INFO O| Dec 21 00:16:00.092 INFO ok! |
9599 | 2024-12-21T00:16:00.116Z | [ host-image] Dec 21 00:16:00.092 INFO O| Dec 21 00:16:00.092 INFO STEP 95 (ensure_file) COMPLETE |
9600 | 2024-12-21T00:16:00.121Z | [ host-image] Dec 21 00:16:00.092 INFO O| Dec 21 00:16:00.092 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9601 | 2024-12-21T00:16:00.156Z | [ host-image] Dec 21 00:16:00.132 INFO O| Dec 21 00:16:00.132 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9602 | 2024-12-21T00:16:00.156Z | [ host-image] Dec 21 00:16:00.132 INFO O| Dec 21 00:16:00.132 INFO copying /tmp/.tmpaSG2wu/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 ... |
9603 | 2024-12-21T00:16:00.156Z | [ host-image] Dec 21 00:16:00.132 INFO O| Dec 21 00:16:00.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9604 | 2024-12-21T00:16:00.156Z | [ host-image] Dec 21 00:16:00.132 INFO O| Dec 21 00:16:00.132 INFO ok! |
9605 | 2024-12-21T00:16:00.159Z | [ host-image] Dec 21 00:16:00.132 INFO O| Dec 21 00:16:00.132 INFO STEP 96 (ensure_file) COMPLETE |
9606 | 2024-12-21T00:16:00.159Z | [ host-image] Dec 21 00:16:00.132 INFO O| Dec 21 00:16:00.132 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9607 | 2024-12-21T00:16:00.176Z | [ host-image] Dec 21 00:16:00.152 INFO O| Dec 21 00:16:00.152 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9608 | 2024-12-21T00:16:00.176Z | [ host-image] Dec 21 00:16:00.152 INFO O| Dec 21 00:16:00.152 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9609 | 2024-12-21T00:16:00.176Z | [ host-image] Dec 21 00:16:00.152 INFO O| Dec 21 00:16:00.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9610 | 2024-12-21T00:16:00.179Z | [ host-image] Dec 21 00:16:00.152 INFO O| Dec 21 00:16:00.152 INFO ok! |
9611 | 2024-12-21T00:16:00.179Z | [ host-image] Dec 21 00:16:00.152 INFO O| Dec 21 00:16:00.152 INFO STEP 97 (ensure_file) COMPLETE |
9612 | 2024-12-21T00:16:00.179Z | [ host-image] Dec 21 00:16:00.152 INFO O| Dec 21 00:16:00.152 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9613 | 2024-12-21T00:16:00.198Z | [ host-image] Dec 21 00:16:00.174 INFO O| Dec 21 00:16:00.174 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9614 | 2024-12-21T00:16:00.198Z | [ host-image] Dec 21 00:16:00.174 INFO O| Dec 21 00:16:00.174 INFO copying /tmp/.tmpaSG2wu/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 ... |
9615 | 2024-12-21T00:16:00.201Z | [ host-image] Dec 21 00:16:00.175 INFO O| Dec 21 00:16:00.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9616 | 2024-12-21T00:16:00.201Z | [ host-image] Dec 21 00:16:00.175 INFO O| Dec 21 00:16:00.175 INFO ok! |
9617 | 2024-12-21T00:16:00.201Z | [ host-image] Dec 21 00:16:00.175 INFO O| Dec 21 00:16:00.175 INFO STEP 98 (ensure_file) COMPLETE |
9618 | 2024-12-21T00:16:00.201Z | [ host-image] Dec 21 00:16:00.175 INFO O| Dec 21 00:16:00.175 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9619 | 2024-12-21T00:16:00.218Z | [ host-image] Dec 21 00:16:00.195 INFO O| Dec 21 00:16:00.195 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9620 | 2024-12-21T00:16:00.218Z | [ host-image] Dec 21 00:16:00.195 INFO O| Dec 21 00:16:00.195 INFO copying /tmp/.tmpaSG2wu/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 ... |
9621 | 2024-12-21T00:16:00.221Z | [ host-image] Dec 21 00:16:00.195 INFO O| Dec 21 00:16:00.195 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9622 | 2024-12-21T00:16:00.221Z | [ host-image] Dec 21 00:16:00.195 INFO O| Dec 21 00:16:00.195 INFO ok! |
9623 | 2024-12-21T00:16:00.221Z | [ host-image] Dec 21 00:16:00.195 INFO O| Dec 21 00:16:00.195 INFO STEP 99 (ensure_file) COMPLETE |
9624 | 2024-12-21T00:16:00.221Z | [ host-image] Dec 21 00:16:00.195 INFO O| Dec 21 00:16:00.195 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9625 | 2024-12-21T00:16:00.241Z | [ host-image] Dec 21 00:16:00.217 INFO O| Dec 21 00:16:00.217 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9626 | 2024-12-21T00:16:00.241Z | [ host-image] Dec 21 00:16:00.217 INFO O| Dec 21 00:16:00.217 INFO copying /tmp/.tmpaSG2wu/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 ... |
9627 | 2024-12-21T00:16:00.244Z | [ host-image] Dec 21 00:16:00.218 INFO O| Dec 21 00:16:00.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9628 | 2024-12-21T00:16:00.244Z | [ host-image] Dec 21 00:16:00.218 INFO O| Dec 21 00:16:00.218 INFO ok! |
9629 | 2024-12-21T00:16:00.244Z | [ host-image] Dec 21 00:16:00.218 INFO O| Dec 21 00:16:00.218 INFO STEP 100 (ensure_file) COMPLETE |
9630 | 2024-12-21T00:16:00.244Z | [ host-image] Dec 21 00:16:00.218 INFO O| Dec 21 00:16:00.218 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9631 | 2024-12-21T00:16:00.264Z | [ host-image] Dec 21 00:16:00.240 INFO O| Dec 21 00:16:00.240 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9632 | 2024-12-21T00:16:00.264Z | [ host-image] Dec 21 00:16:00.240 INFO O| Dec 21 00:16:00.240 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9633 | 2024-12-21T00:16:00.267Z | [ host-image] Dec 21 00:16:00.240 INFO O| Dec 21 00:16:00.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9634 | 2024-12-21T00:16:00.267Z | [ host-image] Dec 21 00:16:00.240 INFO O| Dec 21 00:16:00.240 INFO ok! |
9635 | 2024-12-21T00:16:00.267Z | [ host-image] Dec 21 00:16:00.240 INFO O| Dec 21 00:16:00.240 INFO STEP 101 (ensure_file) COMPLETE |
9636 | 2024-12-21T00:16:00.267Z | [ host-image] Dec 21 00:16:00.241 INFO O| Dec 21 00:16:00.240 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9637 | 2024-12-21T00:16:00.287Z | [ host-image] Dec 21 00:16:00.264 INFO O| Dec 21 00:16:00.264 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9638 | 2024-12-21T00:16:00.287Z | [ host-image] Dec 21 00:16:00.264 INFO O| Dec 21 00:16:00.264 INFO copying /tmp/.tmpaSG2wu/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 ... |
9639 | 2024-12-21T00:16:00.287Z | [ host-image] Dec 21 00:16:00.264 INFO O| Dec 21 00:16:00.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9640 | 2024-12-21T00:16:00.291Z | [ host-image] Dec 21 00:16:00.264 INFO O| Dec 21 00:16:00.264 INFO ok! |
9641 | 2024-12-21T00:16:00.291Z | [ host-image] Dec 21 00:16:00.264 INFO O| Dec 21 00:16:00.264 INFO STEP 102 (ensure_file) COMPLETE |
9642 | 2024-12-21T00:16:00.291Z | [ host-image] Dec 21 00:16:00.264 INFO O| Dec 21 00:16:00.264 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9643 | 2024-12-21T00:16:00.310Z | [ host-image] Dec 21 00:16:00.287 INFO O| Dec 21 00:16:00.287 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9644 | 2024-12-21T00:16:00.311Z | [ host-image] Dec 21 00:16:00.287 INFO O| Dec 21 00:16:00.287 INFO copying /tmp/.tmpaSG2wu/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 ... |
9645 | 2024-12-21T00:16:00.313Z | [ host-image] Dec 21 00:16:00.287 INFO O| Dec 21 00:16:00.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9646 | 2024-12-21T00:16:00.313Z | [ host-image] Dec 21 00:16:00.287 INFO O| Dec 21 00:16:00.287 INFO ok! |
9647 | 2024-12-21T00:16:00.313Z | [ host-image] Dec 21 00:16:00.287 INFO O| Dec 21 00:16:00.287 INFO STEP 103 (ensure_file) COMPLETE |
9648 | 2024-12-21T00:16:00.314Z | [ host-image] Dec 21 00:16:00.288 INFO O| Dec 21 00:16:00.287 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9649 | 2024-12-21T00:16:00.333Z | [ host-image] Dec 21 00:16:00.309 INFO O| Dec 21 00:16:00.309 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9650 | 2024-12-21T00:16:00.333Z | [ host-image] Dec 21 00:16:00.309 INFO O| Dec 21 00:16:00.309 INFO copying /tmp/.tmpaSG2wu/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 ... |
9651 | 2024-12-21T00:16:00.335Z | [ host-image] Dec 21 00:16:00.309 INFO O| Dec 21 00:16:00.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9652 | 2024-12-21T00:16:00.335Z | [ host-image] Dec 21 00:16:00.309 INFO O| Dec 21 00:16:00.309 INFO ok! |
9653 | 2024-12-21T00:16:00.335Z | [ host-image] Dec 21 00:16:00.309 INFO O| Dec 21 00:16:00.309 INFO STEP 104 (ensure_file) COMPLETE |
9654 | 2024-12-21T00:16:00.335Z | [ host-image] Dec 21 00:16:00.310 INFO O| Dec 21 00:16:00.309 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9655 | 2024-12-21T00:16:00.356Z | [ host-image] Dec 21 00:16:00.332 INFO O| Dec 21 00:16:00.332 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9656 | 2024-12-21T00:16:00.356Z | [ host-image] Dec 21 00:16:00.332 INFO O| Dec 21 00:16:00.332 INFO copying /tmp/.tmpaSG2wu/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 ... |
9657 | 2024-12-21T00:16:00.356Z | [ host-image] Dec 21 00:16:00.332 INFO O| Dec 21 00:16:00.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9658 | 2024-12-21T00:16:00.356Z | [ host-image] Dec 21 00:16:00.332 INFO O| Dec 21 00:16:00.332 INFO ok! |
9659 | 2024-12-21T00:16:00.359Z | [ host-image] Dec 21 00:16:00.332 INFO O| Dec 21 00:16:00.332 INFO STEP 105 (ensure_file) COMPLETE |
9660 | 2024-12-21T00:16:00.359Z | [ host-image] Dec 21 00:16:00.332 INFO O| Dec 21 00:16:00.332 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9661 | 2024-12-21T00:16:00.378Z | [ host-image] Dec 21 00:16:00.354 INFO O| Dec 21 00:16:00.354 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9662 | 2024-12-21T00:16:00.378Z | [ host-image] Dec 21 00:16:00.354 INFO O| Dec 21 00:16:00.354 INFO copying /tmp/.tmpaSG2wu/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 ... |
9663 | 2024-12-21T00:16:00.379Z | [ host-image] Dec 21 00:16:00.354 INFO O| Dec 21 00:16:00.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9664 | 2024-12-21T00:16:00.382Z | [ host-image] Dec 21 00:16:00.354 INFO O| Dec 21 00:16:00.354 INFO ok! |
9665 | 2024-12-21T00:16:00.382Z | [ host-image] Dec 21 00:16:00.354 INFO O| Dec 21 00:16:00.354 INFO STEP 106 (ensure_file) COMPLETE |
9666 | 2024-12-21T00:16:00.382Z | [ host-image] Dec 21 00:16:00.354 INFO O| Dec 21 00:16:00.354 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9667 | 2024-12-21T00:16:00.398Z | [ host-image] Dec 21 00:16:00.375 INFO O| Dec 21 00:16:00.375 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9668 | 2024-12-21T00:16:00.399Z | [ host-image] Dec 21 00:16:00.375 INFO O| Dec 21 00:16:00.375 INFO copying /tmp/.tmpaSG2wu/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 ... |
9669 | 2024-12-21T00:16:00.402Z | [ host-image] Dec 21 00:16:00.375 INFO O| Dec 21 00:16:00.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9670 | 2024-12-21T00:16:00.402Z | [ host-image] Dec 21 00:16:00.375 INFO O| Dec 21 00:16:00.375 INFO ok! |
9671 | 2024-12-21T00:16:00.402Z | [ host-image] Dec 21 00:16:00.375 INFO O| Dec 21 00:16:00.375 INFO STEP 107 (ensure_file) COMPLETE |
9672 | 2024-12-21T00:16:00.402Z | [ host-image] Dec 21 00:16:00.375 INFO O| Dec 21 00:16:00.375 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9673 | 2024-12-21T00:16:00.420Z | [ host-image] Dec 21 00:16:00.396 INFO O| Dec 21 00:16:00.396 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9674 | 2024-12-21T00:16:00.420Z | [ host-image] Dec 21 00:16:00.396 INFO O| Dec 21 00:16:00.396 INFO copying /tmp/.tmpaSG2wu/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 ... |
9675 | 2024-12-21T00:16:00.423Z | [ host-image] Dec 21 00:16:00.397 INFO O| Dec 21 00:16:00.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9676 | 2024-12-21T00:16:00.423Z | [ host-image] Dec 21 00:16:00.397 INFO O| Dec 21 00:16:00.397 INFO ok! |
9677 | 2024-12-21T00:16:00.424Z | [ host-image] Dec 21 00:16:00.397 INFO O| Dec 21 00:16:00.397 INFO STEP 108 (ensure_file) COMPLETE |
9678 | 2024-12-21T00:16:00.424Z | [ host-image] Dec 21 00:16:00.397 INFO O| Dec 21 00:16:00.397 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9679 | 2024-12-21T00:16:00.441Z | [ host-image] Dec 21 00:16:00.417 INFO O| Dec 21 00:16:00.417 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9680 | 2024-12-21T00:16:00.441Z | [ host-image] Dec 21 00:16:00.417 INFO O| Dec 21 00:16:00.417 INFO copying /tmp/.tmpaSG2wu/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 ... |
9681 | 2024-12-21T00:16:00.444Z | [ host-image] Dec 21 00:16:00.417 INFO O| Dec 21 00:16:00.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9682 | 2024-12-21T00:16:00.444Z | [ host-image] Dec 21 00:16:00.417 INFO O| Dec 21 00:16:00.417 INFO ok! |
9683 | 2024-12-21T00:16:00.444Z | [ host-image] Dec 21 00:16:00.417 INFO O| Dec 21 00:16:00.417 INFO STEP 109 (ensure_file) COMPLETE |
9684 | 2024-12-21T00:16:00.444Z | [ host-image] Dec 21 00:16:00.417 INFO O| Dec 21 00:16:00.417 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9685 | 2024-12-21T00:16:00.461Z | [ host-image] Dec 21 00:16:00.437 INFO O| Dec 21 00:16:00.437 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9686 | 2024-12-21T00:16:00.461Z | [ host-image] Dec 21 00:16:00.437 INFO O| Dec 21 00:16:00.437 INFO copying /tmp/.tmpaSG2wu/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 ... |
9687 | 2024-12-21T00:16:00.461Z | [ host-image] Dec 21 00:16:00.438 INFO O| Dec 21 00:16:00.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9688 | 2024-12-21T00:16:00.464Z | [ host-image] Dec 21 00:16:00.438 INFO O| Dec 21 00:16:00.438 INFO ok! |
9689 | 2024-12-21T00:16:00.464Z | [ host-image] Dec 21 00:16:00.438 INFO O| Dec 21 00:16:00.438 INFO STEP 110 (ensure_file) COMPLETE |
9690 | 2024-12-21T00:16:00.464Z | [ host-image] Dec 21 00:16:00.438 INFO O| Dec 21 00:16:00.438 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9691 | 2024-12-21T00:16:00.496Z | [ host-image] Dec 21 00:16:00.473 INFO O| Dec 21 00:16:00.472 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9692 | 2024-12-21T00:16:00.496Z | [ host-image] Dec 21 00:16:00.473 INFO O| Dec 21 00:16:00.472 INFO copying /tmp/.tmpaSG2wu/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 ... |
9693 | 2024-12-21T00:16:00.496Z | [ host-image] Dec 21 00:16:00.473 INFO O| Dec 21 00:16:00.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9694 | 2024-12-21T00:16:00.499Z | [ host-image] Dec 21 00:16:00.473 INFO O| Dec 21 00:16:00.473 INFO ok! |
9695 | 2024-12-21T00:16:00.499Z | [ host-image] Dec 21 00:16:00.473 INFO O| Dec 21 00:16:00.473 INFO STEP 111 (ensure_file) COMPLETE |
9696 | 2024-12-21T00:16:00.500Z | [ host-image] Dec 21 00:16:00.473 INFO O| Dec 21 00:16:00.473 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9697 | 2024-12-21T00:16:00.537Z | [ host-image] Dec 21 00:16:00.512 INFO O| Dec 21 00:16:00.512 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9698 | 2024-12-21T00:16:00.537Z | [ host-image] Dec 21 00:16:00.513 INFO O| Dec 21 00:16:00.512 INFO copying /tmp/.tmpaSG2wu/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 ... |
9699 | 2024-12-21T00:16:00.537Z | [ host-image] Dec 21 00:16:00.513 INFO O| Dec 21 00:16:00.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9700 | 2024-12-21T00:16:00.537Z | [ host-image] Dec 21 00:16:00.513 INFO O| Dec 21 00:16:00.513 INFO ok! |
9701 | 2024-12-21T00:16:00.537Z | [ host-image] Dec 21 00:16:00.513 INFO O| Dec 21 00:16:00.513 INFO STEP 112 (ensure_file) COMPLETE |
9702 | 2024-12-21T00:16:00.537Z | [ host-image] Dec 21 00:16:00.513 INFO O| Dec 21 00:16:00.513 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9703 | 2024-12-21T00:16:00.557Z | [ host-image] Dec 21 00:16:00.533 INFO O| Dec 21 00:16:00.533 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9704 | 2024-12-21T00:16:00.557Z | [ host-image] Dec 21 00:16:00.533 INFO O| Dec 21 00:16:00.533 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ... |
9705 | 2024-12-21T00:16:00.557Z | [ host-image] Dec 21 00:16:00.533 INFO O| Dec 21 00:16:00.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9706 | 2024-12-21T00:16:00.557Z | [ host-image] Dec 21 00:16:00.533 INFO O| Dec 21 00:16:00.533 INFO ok! |
9707 | 2024-12-21T00:16:00.557Z | [ host-image] Dec 21 00:16:00.533 INFO O| Dec 21 00:16:00.533 INFO STEP 113 (ensure_file) COMPLETE |
9708 | 2024-12-21T00:16:00.557Z | [ host-image] Dec 21 00:16:00.533 INFO O| Dec 21 00:16:00.533 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9709 | 2024-12-21T00:16:00.576Z | [ host-image] Dec 21 00:16:00.552 INFO O| Dec 21 00:16:00.552 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9710 | 2024-12-21T00:16:00.576Z | [ host-image] Dec 21 00:16:00.552 INFO O| Dec 21 00:16:00.552 INFO copying /tmp/.tmpaSG2wu/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 ... |
9711 | 2024-12-21T00:16:00.576Z | [ host-image] Dec 21 00:16:00.552 INFO O| Dec 21 00:16:00.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9712 | 2024-12-21T00:16:00.578Z | [ host-image] Dec 21 00:16:00.552 INFO O| Dec 21 00:16:00.552 INFO ok! |
9713 | 2024-12-21T00:16:00.578Z | [ host-image] Dec 21 00:16:00.552 INFO O| Dec 21 00:16:00.552 INFO STEP 114 (ensure_file) COMPLETE |
9714 | 2024-12-21T00:16:00.578Z | [ host-image] Dec 21 00:16:00.552 INFO O| Dec 21 00:16:00.552 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9715 | 2024-12-21T00:16:00.609Z | [ host-image] Dec 21 00:16:00.585 INFO O| Dec 21 00:16:00.585 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9716 | 2024-12-21T00:16:00.609Z | [ host-image] Dec 21 00:16:00.585 INFO O| Dec 21 00:16:00.585 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ... |
9717 | 2024-12-21T00:16:00.612Z | [ host-image] Dec 21 00:16:00.586 INFO O| Dec 21 00:16:00.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9718 | 2024-12-21T00:16:00.612Z | [ host-image] Dec 21 00:16:00.586 INFO O| Dec 21 00:16:00.586 INFO ok! |
9719 | 2024-12-21T00:16:00.612Z | [ host-image] Dec 21 00:16:00.586 INFO O| Dec 21 00:16:00.586 INFO STEP 115 (ensure_file) COMPLETE |
9720 | 2024-12-21T00:16:00.612Z | [ host-image] Dec 21 00:16:00.586 INFO O| Dec 21 00:16:00.586 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9721 | 2024-12-21T00:16:00.657Z | [ host-image] Dec 21 00:16:00.633 INFO O| Dec 21 00:16:00.633 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9722 | 2024-12-21T00:16:00.657Z | [ host-image] Dec 21 00:16:00.633 INFO O| Dec 21 00:16:00.633 INFO copying /tmp/.tmpaSG2wu/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 ... |
9723 | 2024-12-21T00:16:00.666Z | [ host-image] Dec 21 00:16:00.633 INFO O| Dec 21 00:16:00.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9724 | 2024-12-21T00:16:00.666Z | [ host-image] Dec 21 00:16:00.634 INFO O| Dec 21 00:16:00.634 INFO ok! |
9725 | 2024-12-21T00:16:00.666Z | [ host-image] Dec 21 00:16:00.634 INFO O| Dec 21 00:16:00.634 INFO STEP 116 (ensure_file) COMPLETE |
9726 | 2024-12-21T00:16:00.666Z | [ host-image] Dec 21 00:16:00.634 INFO O| Dec 21 00:16:00.634 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9727 | 2024-12-21T00:16:00.692Z | [ host-image] Dec 21 00:16:00.668 INFO O| Dec 21 00:16:00.668 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9728 | 2024-12-21T00:16:00.692Z | [ host-image] Dec 21 00:16:00.668 INFO O| Dec 21 00:16:00.668 INFO copying /tmp/.tmpaSG2wu/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 ... |
9729 | 2024-12-21T00:16:00.695Z | [ host-image] Dec 21 00:16:00.669 INFO O| Dec 21 00:16:00.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9730 | 2024-12-21T00:16:00.695Z | [ host-image] Dec 21 00:16:00.669 INFO O| Dec 21 00:16:00.669 INFO ok! |
9731 | 2024-12-21T00:16:00.695Z | [ host-image] Dec 21 00:16:00.669 INFO O| Dec 21 00:16:00.669 INFO STEP 117 (ensure_file) COMPLETE |
9732 | 2024-12-21T00:16:00.695Z | [ host-image] Dec 21 00:16:00.669 INFO O| Dec 21 00:16:00.669 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9733 | 2024-12-21T00:16:00.752Z | [ host-image] Dec 21 00:16:00.728 INFO O| Dec 21 00:16:00.728 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9734 | 2024-12-21T00:16:00.752Z | [ host-image] Dec 21 00:16:00.728 INFO O| Dec 21 00:16:00.728 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9735 | 2024-12-21T00:16:00.755Z | [ host-image] Dec 21 00:16:00.728 INFO O| Dec 21 00:16:00.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9736 | 2024-12-21T00:16:00.755Z | [ host-image] Dec 21 00:16:00.728 INFO O| Dec 21 00:16:00.728 INFO ok! |
9737 | 2024-12-21T00:16:00.755Z | [ host-image] Dec 21 00:16:00.728 INFO O| Dec 21 00:16:00.728 INFO STEP 118 (ensure_file) COMPLETE |
9738 | 2024-12-21T00:16:00.755Z | [ host-image] Dec 21 00:16:00.728 INFO O| Dec 21 00:16:00.728 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9739 | 2024-12-21T00:16:00.774Z | [ host-image] Dec 21 00:16:00.750 INFO O| Dec 21 00:16:00.750 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9740 | 2024-12-21T00:16:00.774Z | [ host-image] Dec 21 00:16:00.751 INFO O| Dec 21 00:16:00.750 INFO copying /tmp/.tmpaSG2wu/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 ... |
9741 | 2024-12-21T00:16:00.774Z | [ host-image] Dec 21 00:16:00.751 INFO O| Dec 21 00:16:00.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9742 | 2024-12-21T00:16:00.774Z | [ host-image] Dec 21 00:16:00.751 INFO O| Dec 21 00:16:00.751 INFO ok! |
9743 | 2024-12-21T00:16:00.778Z | [ host-image] Dec 21 00:16:00.751 INFO O| Dec 21 00:16:00.751 INFO STEP 119 (ensure_file) COMPLETE |
9744 | 2024-12-21T00:16:00.778Z | [ host-image] Dec 21 00:16:00.751 INFO O| Dec 21 00:16:00.751 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9745 | 2024-12-21T00:16:00.797Z | [ host-image] Dec 21 00:16:00.773 INFO O| Dec 21 00:16:00.773 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9746 | 2024-12-21T00:16:00.797Z | [ host-image] Dec 21 00:16:00.773 INFO O| Dec 21 00:16:00.773 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9747 | 2024-12-21T00:16:00.800Z | [ host-image] Dec 21 00:16:00.773 INFO O| Dec 21 00:16:00.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9748 | 2024-12-21T00:16:00.800Z | [ host-image] Dec 21 00:16:00.773 INFO O| Dec 21 00:16:00.773 INFO ok! |
9749 | 2024-12-21T00:16:00.800Z | [ host-image] Dec 21 00:16:00.773 INFO O| Dec 21 00:16:00.773 INFO STEP 120 (ensure_file) COMPLETE |
9750 | 2024-12-21T00:16:00.800Z | [ host-image] Dec 21 00:16:00.773 INFO O| Dec 21 00:16:00.773 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9751 | 2024-12-21T00:16:00.819Z | [ host-image] Dec 21 00:16:00.795 INFO O| Dec 21 00:16:00.795 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9752 | 2024-12-21T00:16:00.819Z | [ host-image] Dec 21 00:16:00.795 INFO O| Dec 21 00:16:00.795 INFO copying /tmp/.tmpaSG2wu/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9753 | 2024-12-21T00:16:12.422Z | [ host-image] Dec 21 00:16:12.400 INFO O| Dec 21 00:16:12.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9754 | 2024-12-21T00:16:12.422Z | [ host-image] Dec 21 00:16:12.400 INFO O| Dec 21 00:16:12.400 INFO ok! |
9755 | 2024-12-21T00:16:12.425Z | [ host-image] Dec 21 00:16:12.400 INFO O| Dec 21 00:16:12.400 INFO STEP 121 (ensure_file) COMPLETE |
9756 | 2024-12-21T00:16:12.425Z | [ host-image] Dec 21 00:16:12.400 INFO O| Dec 21 00:16:12.400 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9757 | 2024-12-21T00:16:12.441Z | [ host-image] Dec 21 00:16:12.420 INFO O| Dec 21 00:16:12.420 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9758 | 2024-12-21T00:16:12.442Z | [ host-image] Dec 21 00:16:12.420 INFO O| Dec 21 00:16:12.420 INFO STEP 122 (ensure_dir) COMPLETE |
9759 | 2024-12-21T00:16:12.445Z | [ host-image] Dec 21 00:16:12.420 INFO O| Dec 21 00:16:12.420 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9760 | 2024-12-21T00:16:12.461Z | [ host-image] Dec 21 00:16:12.439 INFO O| Dec 21 00:16:12.439 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9761 | 2024-12-21T00:16:12.461Z | [ host-image] Dec 21 00:16:12.439 INFO O| Dec 21 00:16:12.439 INFO STEP 123 (ensure_dir) COMPLETE |
9762 | 2024-12-21T00:16:12.461Z | [ host-image] Dec 21 00:16:12.439 INFO O| Dec 21 00:16:12.439 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9763 | 2024-12-21T00:16:12.480Z | [ host-image] Dec 21 00:16:12.458 INFO O| Dec 21 00:16:12.457 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9764 | 2024-12-21T00:16:12.480Z | [ host-image] Dec 21 00:16:12.458 INFO O| Dec 21 00:16:12.458 INFO STEP 124 (ensure_dir) COMPLETE |
9765 | 2024-12-21T00:16:12.480Z | [ host-image] Dec 21 00:16:12.458 INFO O| Dec 21 00:16:12.458 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9766 | 2024-12-21T00:16:12.498Z | [ host-image] Dec 21 00:16:12.476 INFO O| Dec 21 00:16:12.476 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9767 | 2024-12-21T00:16:12.498Z | [ host-image] Dec 21 00:16:12.476 INFO O| Dec 21 00:16:12.476 INFO STEP 125 (ensure_dir) COMPLETE |
9768 | 2024-12-21T00:16:12.499Z | [ host-image] Dec 21 00:16:12.476 INFO O| Dec 21 00:16:12.476 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9769 | 2024-12-21T00:16:12.518Z | [ host-image] Dec 21 00:16:12.496 INFO O| Dec 21 00:16:12.496 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9770 | 2024-12-21T00:16:12.518Z | [ host-image] Dec 21 00:16:12.496 INFO O| Dec 21 00:16:12.496 INFO copying /tmp/.tmpaSG2wu/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 ... |
9771 | 2024-12-21T00:16:12.518Z | [ host-image] Dec 21 00:16:12.496 INFO O| Dec 21 00:16:12.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9772 | 2024-12-21T00:16:12.519Z | [ host-image] Dec 21 00:16:12.496 INFO O| Dec 21 00:16:12.496 INFO ok! |
9773 | 2024-12-21T00:16:12.519Z | [ host-image] Dec 21 00:16:12.496 INFO O| Dec 21 00:16:12.496 INFO STEP 126 (ensure_file) COMPLETE |
9774 | 2024-12-21T00:16:12.521Z | [ host-image] Dec 21 00:16:12.496 INFO O| Dec 21 00:16:12.496 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9775 | 2024-12-21T00:16:12.538Z | [ host-image] Dec 21 00:16:12.516 INFO O| Dec 21 00:16:12.516 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9776 | 2024-12-21T00:16:12.539Z | [ host-image] Dec 21 00:16:12.516 INFO O| Dec 21 00:16:12.516 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9777 | 2024-12-21T00:16:12.539Z | [ host-image] Dec 21 00:16:12.516 INFO O| Dec 21 00:16:12.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9778 | 2024-12-21T00:16:12.539Z | [ host-image] Dec 21 00:16:12.516 INFO O| Dec 21 00:16:12.516 INFO STEP 127 (ensure_dir) COMPLETE |
9779 | 2024-12-21T00:16:12.539Z | [ host-image] Dec 21 00:16:12.516 INFO O| Dec 21 00:16:12.516 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9780 | 2024-12-21T00:16:12.559Z | [ host-image] Dec 21 00:16:12.538 INFO O| Dec 21 00:16:12.538 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9781 | 2024-12-21T00:16:12.559Z | [ host-image] Dec 21 00:16:12.538 INFO O| Dec 21 00:16:12.538 INFO copying /tmp/.tmpaSG2wu/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9782 | 2024-12-21T00:16:12.562Z | [ host-image] Dec 21 00:16:12.538 INFO O| Dec 21 00:16:12.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9783 | 2024-12-21T00:16:12.562Z | [ host-image] Dec 21 00:16:12.538 INFO O| Dec 21 00:16:12.538 INFO ok! |
9784 | 2024-12-21T00:16:12.562Z | [ host-image] Dec 21 00:16:12.538 INFO O| Dec 21 00:16:12.538 INFO STEP 128 (ensure_file) COMPLETE |
9785 | 2024-12-21T00:16:12.562Z | [ host-image] Dec 21 00:16:12.538 INFO O| Dec 21 00:16:12.538 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9786 | 2024-12-21T00:16:12.583Z | [ host-image] Dec 21 00:16:12.561 INFO O| Dec 21 00:16:12.561 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9787 | 2024-12-21T00:16:12.586Z | [ host-image] Dec 21 00:16:12.562 INFO O| Dec 21 00:16:12.561 INFO STEP 129 (remove_files) COMPLETE |
9788 | 2024-12-21T00:16:12.587Z | [ host-image] Dec 21 00:16:12.562 INFO O| Dec 21 00:16:12.562 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9789 | 2024-12-21T00:16:12.606Z | [ host-image] Dec 21 00:16:12.584 INFO O| Dec 21 00:16:12.584 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9790 | 2024-12-21T00:16:12.608Z | [ host-image] Dec 21 00:16:12.584 INFO O| Dec 21 00:16:12.584 INFO STEP 130 (remove_files) COMPLETE |
9791 | 2024-12-21T00:16:12.609Z | [ host-image] Dec 21 00:16:12.584 INFO O| Dec 21 00:16:12.584 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9792 | 2024-12-21T00:16:12.627Z | [ host-image] Dec 21 00:16:12.605 INFO O| Dec 21 00:16:12.605 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9793 | 2024-12-21T00:16:12.630Z | [ host-image] Dec 21 00:16:12.605 INFO O| Dec 21 00:16:12.605 INFO STEP 131 (remove_files) COMPLETE |
9794 | 2024-12-21T00:16:12.630Z | [ host-image] Dec 21 00:16:12.605 INFO O| Dec 21 00:16:12.605 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9795 | 2024-12-21T00:16:12.656Z | [ host-image] Dec 21 00:16:12.625 INFO O| Dec 21 00:16:12.625 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9796 | 2024-12-21T00:16:12.657Z | [ host-image] Dec 21 00:16:12.625 INFO O| Dec 21 00:16:12.625 INFO STEP 132 (remove_files) COMPLETE |
9797 | 2024-12-21T00:16:12.660Z | [ host-image] Dec 21 00:16:12.626 INFO O| Dec 21 00:16:12.625 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9798 | 2024-12-21T00:16:12.669Z | [ host-image] Dec 21 00:16:12.647 INFO O| Dec 21 00:16:12.647 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9799 | 2024-12-21T00:16:12.671Z | [ host-image] Dec 21 00:16:12.647 INFO O| Dec 21 00:16:12.647 INFO STEP 133 (remove_files) COMPLETE |
9800 | 2024-12-21T00:16:12.671Z | [ host-image] Dec 21 00:16:12.648 INFO O| Dec 21 00:16:12.647 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9801 | 2024-12-21T00:16:12.691Z | [ host-image] Dec 21 00:16:12.669 INFO O| Dec 21 00:16:12.669 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9802 | 2024-12-21T00:16:12.693Z | [ host-image] Dec 21 00:16:12.669 INFO O| Dec 21 00:16:12.669 INFO STEP 134 (remove_files) COMPLETE |
9803 | 2024-12-21T00:16:12.694Z | [ host-image] Dec 21 00:16:12.669 INFO O| Dec 21 00:16:12.669 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9804 | 2024-12-21T00:16:12.712Z | [ host-image] Dec 21 00:16:12.691 INFO O| Dec 21 00:16:12.691 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9805 | 2024-12-21T00:16:12.712Z | [ host-image] Dec 21 00:16:12.691 INFO O| Dec 21 00:16:12.691 INFO STEP 135 (remove_files) COMPLETE |
9806 | 2024-12-21T00:16:12.715Z | [ host-image] Dec 21 00:16:12.691 INFO O| Dec 21 00:16:12.691 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9807 | 2024-12-21T00:16:12.735Z | [ host-image] Dec 21 00:16:12.713 INFO O| Dec 21 00:16:12.713 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9808 | 2024-12-21T00:16:12.735Z | [ host-image] Dec 21 00:16:12.713 INFO O| Dec 21 00:16:12.713 INFO STEP 136 (remove_files) COMPLETE |
9809 | 2024-12-21T00:16:12.738Z | [ host-image] Dec 21 00:16:12.713 INFO O| Dec 21 00:16:12.713 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9810 | 2024-12-21T00:16:12.785Z | [ host-image] Dec 21 00:16:12.763 INFO O| Dec 21 00:16:12.763 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9811 | 2024-12-21T00:16:12.785Z | [ host-image] Dec 21 00:16:12.763 INFO O| Dec 21 00:16:12.763 INFO STEP 137 (remove_files) COMPLETE |
9812 | 2024-12-21T00:16:12.790Z | [ host-image] Dec 21 00:16:12.763 INFO O| Dec 21 00:16:12.763 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9813 | 2024-12-21T00:16:12.807Z | [ host-image] Dec 21 00:16:12.786 INFO O| Dec 21 00:16:12.786 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9814 | 2024-12-21T00:16:12.807Z | [ host-image] Dec 21 00:16:12.786 INFO O| Dec 21 00:16:12.786 INFO STEP 138 (remove_files) COMPLETE |
9815 | 2024-12-21T00:16:12.807Z | [ host-image] Dec 21 00:16:12.786 INFO O| Dec 21 00:16:12.786 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9816 | 2024-12-21T00:16:12.844Z | [ host-image] Dec 21 00:16:12.822 INFO O| Dec 21 00:16:12.822 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9817 | 2024-12-21T00:16:12.844Z | [ host-image] Dec 21 00:16:12.822 INFO O| Dec 21 00:16:12.822 INFO STEP 139 (remove_files) COMPLETE |
9818 | 2024-12-21T00:16:12.844Z | [ host-image] Dec 21 00:16:12.822 INFO O| Dec 21 00:16:12.822 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9819 | 2024-12-21T00:16:12.878Z | [ host-image] Dec 21 00:16:12.856 INFO O| Dec 21 00:16:12.856 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9820 | 2024-12-21T00:16:12.878Z | [ host-image] Dec 21 00:16:12.856 INFO O| Dec 21 00:16:12.856 INFO STEP 140 (remove_files) COMPLETE |
9821 | 2024-12-21T00:16:12.879Z | [ host-image] Dec 21 00:16:12.856 INFO O| Dec 21 00:16:12.856 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9822 | 2024-12-21T00:16:12.897Z | [ host-image] Dec 21 00:16:12.875 INFO O| Dec 21 00:16:12.875 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9823 | 2024-12-21T00:16:12.900Z | [ host-image] Dec 21 00:16:12.875 INFO O| Dec 21 00:16:12.875 INFO STEP 141 (remove_files) COMPLETE |
9824 | 2024-12-21T00:16:12.900Z | [ host-image] Dec 21 00:16:12.875 INFO O| Dec 21 00:16:12.875 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9825 | 2024-12-21T00:16:12.915Z | [ host-image] Dec 21 00:16:12.894 INFO O| Dec 21 00:16:12.894 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9826 | 2024-12-21T00:16:12.915Z | [ host-image] Dec 21 00:16:12.894 INFO O| Dec 21 00:16:12.894 INFO STEP 142 (remove_files) COMPLETE |
9827 | 2024-12-21T00:16:12.919Z | [ host-image] Dec 21 00:16:12.894 INFO O| Dec 21 00:16:12.894 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9828 | 2024-12-21T00:16:12.956Z | [ host-image] Dec 21 00:16:12.934 INFO O| Dec 21 00:16:12.934 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9829 | 2024-12-21T00:16:12.956Z | [ host-image] Dec 21 00:16:12.934 INFO O| Dec 21 00:16:12.934 INFO STEP 143 (remove_files) COMPLETE |
9830 | 2024-12-21T00:16:12.959Z | [ host-image] Dec 21 00:16:12.934 INFO O| Dec 21 00:16:12.934 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9831 | 2024-12-21T00:16:12.995Z | [ host-image] Dec 21 00:16:12.973 INFO O| Dec 21 00:16:12.973 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9832 | 2024-12-21T00:16:12.995Z | [ host-image] Dec 21 00:16:12.973 INFO O| Dec 21 00:16:12.973 INFO STEP 144 (remove_files) COMPLETE |
9833 | 2024-12-21T00:16:12.998Z | [ host-image] Dec 21 00:16:12.973 INFO O| Dec 21 00:16:12.973 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9834 | 2024-12-21T00:16:13.054Z | [ host-image] Dec 21 00:16:13.033 INFO O| Dec 21 00:16:13.033 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9835 | 2024-12-21T00:16:13.054Z | [ host-image] Dec 21 00:16:13.033 INFO O| Dec 21 00:16:13.033 INFO STEP 145 (remove_files) COMPLETE |
9836 | 2024-12-21T00:16:13.058Z | [ host-image] Dec 21 00:16:13.033 INFO O| Dec 21 00:16:13.033 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9837 | 2024-12-21T00:16:13.083Z | [ host-image] Dec 21 00:16:13.053 INFO O| Dec 21 00:16:13.053 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9838 | 2024-12-21T00:16:13.086Z | [ host-image] Dec 21 00:16:13.053 INFO O| Dec 21 00:16:13.053 INFO STEP 146 (remove_files) COMPLETE |
9839 | 2024-12-21T00:16:13.086Z | [ host-image] Dec 21 00:16:13.053 INFO O| Dec 21 00:16:13.053 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9840 | 2024-12-21T00:16:13.093Z | [ host-image] Dec 21 00:16:13.072 INFO O| Dec 21 00:16:13.072 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9841 | 2024-12-21T00:16:13.093Z | [ host-image] Dec 21 00:16:13.072 INFO O| Dec 21 00:16:13.072 INFO STEP 147 (remove_files) COMPLETE |
9842 | 2024-12-21T00:16:13.105Z | [ host-image] Dec 21 00:16:13.072 INFO O| Dec 21 00:16:13.072 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9843 | 2024-12-21T00:16:13.115Z | [ host-image] Dec 21 00:16:13.093 INFO O| Dec 21 00:16:13.093 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9844 | 2024-12-21T00:16:13.115Z | [ host-image] Dec 21 00:16:13.094 INFO O| Dec 21 00:16:13.094 INFO STEP 148 (remove_files) COMPLETE |
9845 | 2024-12-21T00:16:13.118Z | [ host-image] Dec 21 00:16:13.094 INFO O| Dec 21 00:16:13.094 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9846 | 2024-12-21T00:16:13.137Z | [ host-image] Dec 21 00:16:13.115 INFO O| Dec 21 00:16:13.114 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9847 | 2024-12-21T00:16:13.137Z | [ host-image] Dec 21 00:16:13.115 INFO O| Dec 21 00:16:13.115 INFO STEP 149 (remove_files) COMPLETE |
9848 | 2024-12-21T00:16:13.137Z | [ host-image] Dec 21 00:16:13.115 INFO O| Dec 21 00:16:13.115 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9849 | 2024-12-21T00:16:13.158Z | [ host-image] Dec 21 00:16:13.137 INFO O| Dec 21 00:16:13.137 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9850 | 2024-12-21T00:16:13.161Z | [ host-image] Dec 21 00:16:13.137 INFO O| Dec 21 00:16:13.137 INFO STEP 150 (remove_files) COMPLETE |
9851 | 2024-12-21T00:16:13.161Z | [ host-image] Dec 21 00:16:13.137 INFO O| Dec 21 00:16:13.137 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9852 | 2024-12-21T00:16:13.180Z | [ host-image] Dec 21 00:16:13.159 INFO O| Dec 21 00:16:13.158 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9853 | 2024-12-21T00:16:13.180Z | [ host-image] Dec 21 00:16:13.159 INFO O| Dec 21 00:16:13.159 INFO STEP 151 (remove_files) COMPLETE |
9854 | 2024-12-21T00:16:13.185Z | [ host-image] Dec 21 00:16:13.159 INFO O| Dec 21 00:16:13.159 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9855 | 2024-12-21T00:16:13.204Z | [ host-image] Dec 21 00:16:13.182 INFO O| Dec 21 00:16:13.182 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9856 | 2024-12-21T00:16:13.204Z | [ host-image] Dec 21 00:16:13.182 INFO O| Dec 21 00:16:13.182 INFO STEP 152 (remove_files) COMPLETE |
9857 | 2024-12-21T00:16:13.204Z | [ host-image] Dec 21 00:16:13.182 INFO O| Dec 21 00:16:13.182 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9858 | 2024-12-21T00:16:13.248Z | [ host-image] Dec 21 00:16:13.226 INFO O| Dec 21 00:16:13.226 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9859 | 2024-12-21T00:16:13.248Z | [ host-image] Dec 21 00:16:13.226 INFO O| Dec 21 00:16:13.226 INFO STEP 153 (remove_files) COMPLETE |
9860 | 2024-12-21T00:16:13.248Z | [ host-image] Dec 21 00:16:13.226 INFO O| Dec 21 00:16:13.226 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9861 | 2024-12-21T00:16:13.293Z | [ host-image] Dec 21 00:16:13.271 INFO O| Dec 21 00:16:13.271 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9862 | 2024-12-21T00:16:13.293Z | [ host-image] Dec 21 00:16:13.271 INFO O| Dec 21 00:16:13.271 INFO STEP 154 (remove_files) COMPLETE |
9863 | 2024-12-21T00:16:13.293Z | [ host-image] Dec 21 00:16:13.271 INFO O| Dec 21 00:16:13.271 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9864 | 2024-12-21T00:16:13.345Z | [ host-image] Dec 21 00:16:13.320 INFO O| Dec 21 00:16:13.320 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9865 | 2024-12-21T00:16:13.345Z | [ host-image] Dec 21 00:16:13.320 INFO O| Dec 21 00:16:13.320 INFO STEP 155 (remove_files) COMPLETE |
9866 | 2024-12-21T00:16:13.345Z | [ host-image] Dec 21 00:16:13.320 INFO O| Dec 21 00:16:13.320 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9867 | 2024-12-21T00:16:13.389Z | [ host-image] Dec 21 00:16:13.367 INFO O| Dec 21 00:16:13.367 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9868 | 2024-12-21T00:16:13.389Z | [ host-image] Dec 21 00:16:13.367 INFO O| Dec 21 00:16:13.367 INFO STEP 156 (remove_files) COMPLETE |
9869 | 2024-12-21T00:16:13.389Z | [ host-image] Dec 21 00:16:13.367 INFO O| Dec 21 00:16:13.367 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9870 | 2024-12-21T00:16:13.411Z | [ host-image] Dec 21 00:16:13.389 INFO O| Dec 21 00:16:13.389 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9871 | 2024-12-21T00:16:13.414Z | [ host-image] Dec 21 00:16:13.389 INFO O| Dec 21 00:16:13.389 INFO STEP 157 (remove_files) COMPLETE |
9872 | 2024-12-21T00:16:13.414Z | [ host-image] Dec 21 00:16:13.389 INFO O| Dec 21 00:16:13.389 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9873 | 2024-12-21T00:16:13.443Z | [ host-image] Dec 21 00:16:13.421 INFO O| Dec 21 00:16:13.421 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9874 | 2024-12-21T00:16:13.443Z | [ host-image] Dec 21 00:16:13.421 INFO O| Dec 21 00:16:13.421 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
9875 | 2024-12-21T00:16:24.510Z | [ host-image] Dec 21 00:16:24.490 INFO O| Dec 21 00:16:24.489 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 |
9876 | 2024-12-21T00:16:24.512Z | [ host-image] Dec 21 00:16:24.490 INFO O| Dec 21 00:16:24.490 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9877 | 2024-12-21T00:16:24.531Z | [ host-image] Dec 21 00:16:24.511 INFO O| Dec 21 00:16:24.510 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"} |
9878 | 2024-12-21T00:16:24.688Z | [ host-image] Dec 21 00:16:24.668 INFO O| Dec 21 00:16:24.668 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9879 | 2024-12-21T00:16:24.688Z | [ host-image] Dec 21 00:16:24.668 INFO O| Dec 21 00:16:24.668 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9880 | 2024-12-21T00:16:24.692Z | [ host-image] Dec 21 00:16:24.672 INFO O| Dec 21 00:16:24.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9881 | 2024-12-21T00:16:24.692Z | [ host-image] Dec 21 00:16:24.672 INFO O| Dec 21 00:16:24.672 INFO ok! |
9882 | 2024-12-21T00:16:24.695Z | [ host-image] Dec 21 00:16:24.672 INFO O| Dec 21 00:16:24.672 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9883 | 2024-12-21T00:16:24.695Z | [ host-image] Dec 21 00:16:24.672 INFO O| Dec 21 00:16:24.672 INFO STEP 158 (seed_smf) COMPLETE |
9884 | 2024-12-21T00:16:24.695Z | [ host-image] Dec 21 00:16:24.672 INFO O| Dec 21 00:16:24.672 INFO steps complete; finalising image! |
9885 | 2024-12-21T00:16:24.695Z | [ host-image] Dec 21 00:16:24.672 INFO O| Dec 21 00:16:24.672 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9886 | 2024-12-21T00:16:24.897Z | [ host-image] Dec 21 00:16:24.877 INFO O| Dec 21 00:16:24.877 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Sat Dec 21 00:16:24 2024) |
9887 | 2024-12-21T00:16:25.110Z | [ host-image] Dec 21 00:16:25.089 INFO O| Dec 21 00:16:25.089 INFO trim TEMPORARY-gimlet-zfs: (45% trimmed, started at Sat Dec 21 00:16:24 2024) |
9888 | 2024-12-21T00:16:25.349Z | [ host-image] Dec 21 00:16:25.329 INFO O| Dec 21 00:16:25.329 INFO temporary pool has 688M used, 144M avail, 1.82x compressratio |
9889 | 2024-12-21T00:16:25.349Z | [ host-image] Dec 21 00:16:25.329 INFO O| Dec 21 00:16:25.329 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9890 | 2024-12-21T00:16:26.179Z | [ host-image] Dec 21 00:16:26.159 INFO O| Dec 21 00:16:26.159 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9891 | 2024-12-21T00:16:26.179Z | [ host-image] Dec 21 00:16:26.159 INFO O| Dec 21 00:16:26.159 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9892 | 2024-12-21T00:16:28.013Z | [ host-image] Dec 21 00:16:27.993 INFO O| Dec 21 00:16:27.993 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9893 | 2024-12-21T00:16:28.013Z | [ host-image] Dec 21 00:16:27.993 INFO O| Dec 21 00:16:27.993 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9894 | 2024-12-21T00:16:28.015Z | [ host-image] Dec 21 00:16:27.993 INFO O| Dec 21 00:16:27.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9895 | 2024-12-21T00:16:28.015Z | [ host-image] Dec 21 00:16:27.993 INFO O| Dec 21 00:16:27.993 INFO completed processing gimlet/zfs |
9896 | 2024-12-21T00:16:28.015Z | [ host-image] Dec 21 00:16:27.993 INFO O| Dec 21 00:16:27.993 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9897 | 2024-12-21T00:16:36.647Z | [ host-image] Dec 21 00:16:36.629 INFO O| Dec 21 00:16:36.629 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9898 | 2024-12-21T00:16:36.783Z | [ host-image] Dec 21 00:16:36.765 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
9899 | 2024-12-21T00:16:36.783Z | [ host-image] Dec 21 00:16:36.765 INFO expanded image name: "ci fae39ee/${os_short_commit} 2024-12-20 23:42" -> "ci fae39ee/37a4469 2024-12-20 23:42" |
9900 | 2024-12-21T00:16:36.783Z | [ host-image] Dec 21 00:16:36.765 INFO output artefacts stored in: "/work/os-host" |
9901 | 2024-12-21T00:16:36.786Z | [ host-image] Dec 21 00:16:36.765 INFO collecting git info from project "bootserver"... |
9902 | 2024-12-21T00:16:36.799Z | [ host-image] Dec 21 00:16:36.781 INFO collecting git info from project "phbl"... |
9903 | 2024-12-21T00:16:36.809Z | [ host-image] Dec 21 00:16:36.791 INFO collecting git info from project "amd-firmware"... |
9904 | 2024-12-21T00:16:36.827Z | [ host-image] Dec 21 00:16:36.809 INFO collecting git info from project "amd-host-image-builder"... |
9905 | 2024-12-21T00:16:36.856Z | [ host-image] Dec 21 00:16:36.837 INFO collecting git info from project "chelsio-t6-roms"... |
9906 | 2024-12-21T00:16:36.866Z | [ host-image] Dec 21 00:16:36.848 INFO collecting git info from project "pinprick"... |
9907 | 2024-12-21T00:16:36.895Z | [ host-image] Dec 21 00:16:36.877 INFO collecting git info from project "pilot"... |
9908 | 2024-12-21T00:16:36.907Z | [ host-image] Dec 21 00:16:36.889 INFO collecting git info from project "image-builder"... |
9909 | 2024-12-21T00:16:36.918Z | [ host-image] Dec 21 00:16:36.900 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9910 | 2024-12-21T00:16:38.138Z | [ host-image] Dec 21 00:16:38.120 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9911 | 2024-12-21T00:16:38.836Z | [ host-image] Dec 21 00:16:38.818 INFO creating Oxide boot image... |
9912 | 2024-12-21T00:16:38.836Z | [ host-image] Dec 21 00:16:38.818 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci fae39ee/37a4469 2024-12-20 23:42", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9913 | 2024-12-21T00:16:40.141Z | [ host-image] Dec 21 00:16:40.123 INFO O| ok, image written! |
9914 | 2024-12-21T00:16:40.141Z | [ host-image] Dec 21 00:16:40.123 INFO O| ok, boot_image_csum file written! |
9915 | 2024-12-21T00:16:40.145Z | [ host-image] Dec 21 00:16:40.128 INFO creating boot archive (CPIO)... |
9916 | 2024-12-21T00:16:40.145Z | [ host-image] Dec 21 00:16:40.128 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 |
9917 | 2024-12-21T00:16:40.159Z | [ host-image] Dec 21 00:16:40.142 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9918 | 2024-12-21T00:16:40.160Z | [ host-image] Dec 21 00:16:40.142 INFO E| + outfile=/work/os-host/cpio |
9919 | 2024-12-21T00:16:40.162Z | [ host-image] Dec 21 00:16:40.142 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9920 | 2024-12-21T00:16:40.164Z | [ host-image] Dec 21 00:16:40.145 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9921 | 2024-12-21T00:16:40.164Z | [ host-image] Dec 21 00:16:40.145 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9922 | 2024-12-21T00:16:40.227Z | [ host-image] Dec 21 00:16:40.209 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9923 | 2024-12-21T00:16:40.229Z | [ host-image] Dec 21 00:16:40.209 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9924 | 2024-12-21T00:16:40.239Z | [ host-image] Dec 21 00:16:40.221 INFO creating compressed cpio/unix for nanobl-rs... |
9925 | 2024-12-21T00:16:40.239Z | [ host-image] Dec 21 00:16:40.221 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 |
9926 | 2024-12-21T00:16:40.650Z | [ host-image] Dec 21 00:16:40.633 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9927 | 2024-12-21T00:16:46.698Z | [ host-image] Dec 21 00:16:46.681 INFO creating reset image... |
9928 | 2024-12-21T00:16:46.700Z | [ host-image] Dec 21 00:16:46.681 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9929 | 2024-12-21T00:16:46.898Z | [ host-image] Dec 21 00:16:46.882 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s |
9930 | 2024-12-21T00:16:46.901Z | [ host-image] Dec 21 00:16:46.884 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9931 | 2024-12-21T00:16:47.053Z | [ host-image] Dec 21 00:16:47.036 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9932 | 2024-12-21T00:16:49.962Z | [ host-image] Dec 21 00:16:49.946 INFO E| Finished `release` profile [optimized] target(s) in 3.03s |
9933 | 2024-12-21T00:16:49.979Z | [ host-image] Dec 21 00:16:49.964 INFO building host image... |
9934 | 2024-12-21T00:16:49.982Z | [ host-image] Dec 21 00:16:49.964 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") |
9935 | 2024-12-21T00:16:50.513Z | [ host-image] Dec 21 00:16:50.497 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9936 | 2024-12-21T00:17:53.143Z | [ host-image] Dec 21 00:17:53.136 INFO image complete! materials are in "/work/os-host" |
9937 | 2024-12-21T00:17:53.147Z | [ host-image] |
9938 | 2024-12-21T00:17:53.147Z | [ host-image] real 13:17.082850993 |
9939 | 2024-12-21T00:17:53.151Z | [ host-image] user 6:47.307035950 |
9940 | 2024-12-21T00:17:53.151Z | [ host-image] sys 1:11.359716759 |
9941 | 2024-12-21T00:17:53.151Z | [ host-image] trap 0.328288718 |
9942 | 2024-12-21T00:17:53.151Z | [ host-image] tflt 0.026814605 |
9943 | 2024-12-21T00:17:53.151Z | [ host-image] dflt 0.070668203 |
9944 | 2024-12-21T00:17:53.151Z | [ host-image] kflt 0.007584438 |
9945 | 2024-12-21T00:17:53.151Z | [ host-image] lock 13:37.089220717 |
9946 | 2024-12-21T00:17:53.151Z | [ host-image] slp 1:09:44.914713443 |
9947 | 2024-12-21T00:17:53.151Z | [ host-image] lat 3:10.536548316 |
9948 | 2024-12-21T00:17:53.151Z | [ host-image] stop 0.785274430 |
9949 | 2024-12-21T00:17:53.151Z | Dec 21 00:17:53.142 INFO [host-image] process exited with exit status: 0 (797.103106698s) |
9950 | 2024-12-21T00:17:53.151Z | Dec 21 00:17:53.142 INFO [tuf-repo] running task |
9951 | 2024-12-21T00:18:09.210Z | Dec 21 00:18:09.205 INFO assembling repository in `/tmp/tufaceoushyybf8`, component: OmicronRepoAssembler |
9952 | 2024-12-21T00:18:34.699Z | Dec 21 00:18:34.699 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9953 | 2024-12-21T00:18:35.061Z | Dec 21 00:18:35.061 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9954 | 2024-12-21T00:18:55.053Z | Dec 21 00:18:54.001 INFO [tuf-repo] task succeeded (60.859160587s) |
9955 | 2024-12-21T00:21:12.926Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 16m 19s |
9956 | 2024-12-21T00:21:13.352Z | Dec 21 00:21:13.376 INFO [verify-libraries] process exited with exit status: 0 (983.913933532s) |
9957 | 2024-12-21T00:21:13.352Z | Dec 21 00:21:13.376 INFO all jobs completed in 2352.551527243s |
9958 | 2024-12-21T00:21:15.977Z | process exited: duration 3042773 ms, exit code 0 |
|
9959 | 2024-12-21T00:21:15.997Z | found 33 output files |
9960 | 2024-12-21T00:21:15.997Z | uploading: /work/manifest.toml (8404 bytes) |
9961 | 2024-12-21T00:21:17.056Z | uploaded: /work/manifest.toml |
9962 | 2024-12-21T00:21:17.057Z | uploading: /work/repo.zip (1959471702 bytes) |
9963 | 2024-12-21T00:21:56.902Z | uploaded: /work/repo.zip |
9964 | 2024-12-21T00:21:56.902Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9965 | 2024-12-21T00:21:57.916Z | uploaded: /work/repo.zip.sha256.txt |
9966 | 2024-12-21T00:21:57.920Z | uploading: /work/helios-setup.log (66237 bytes) |
9967 | 2024-12-21T00:21:58.928Z | uploaded: /work/helios-setup.log |
9968 | 2024-12-21T00:21:58.932Z | uploading: /work/host-image.log (196603 bytes) |
9969 | 2024-12-21T00:21:59.946Z | uploaded: /work/host-image.log |
9970 | 2024-12-21T00:21:59.946Z | uploading: /work/host-package.log (22440 bytes) |
9971 | 2024-12-21T00:22:00.956Z | uploaded: /work/host-package.log |
9972 | 2024-12-21T00:22:00.959Z | uploading: /work/host-target.log (101 bytes) |
9973 | 2024-12-21T00:22:01.966Z | uploaded: /work/host-target.log |
9974 | 2024-12-21T00:22:01.966Z | uploading: /work/omicron-package.log (5666 bytes) |
9975 | 2024-12-21T00:22:02.973Z | uploaded: /work/omicron-package.log |
9976 | 2024-12-21T00:22:02.975Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9977 | 2024-12-21T00:22:03.980Z | uploaded: /work/phbl-toolchain.log |
9978 | 2024-12-21T00:22:03.983Z | uploading: /work/recovery-image.log (592281 bytes) |
9979 | 2024-12-21T00:22:05.010Z | uploaded: /work/recovery-image.log |
9980 | 2024-12-21T00:22:05.013Z | uploading: /work/recovery-package.log (321 bytes) |
9981 | 2024-12-21T00:22:06.019Z | uploaded: /work/recovery-package.log |
9982 | 2024-12-21T00:22:06.020Z | uploading: /work/recovery-target.log (57 bytes) |
9983 | 2024-12-21T00:22:07.027Z | uploaded: /work/recovery-target.log |
9984 | 2024-12-21T00:22:07.027Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9985 | 2024-12-21T00:22:08.035Z | uploaded: /work/stamp-clickhouse.log |
9986 | 2024-12-21T00:22:08.035Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9987 | 2024-12-21T00:22:09.043Z | uploaded: /work/stamp-clickhouse_keeper.log |
9988 | 2024-12-21T00:22:09.045Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9989 | 2024-12-21T00:22:10.051Z | uploaded: /work/stamp-cockroachdb.log |
9990 | 2024-12-21T00:22:10.053Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9991 | 2024-12-21T00:22:11.060Z | uploaded: /work/stamp-crucible-dtrace.log |
9992 | 2024-12-21T00:22:11.062Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9993 | 2024-12-21T00:22:12.069Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9994 | 2024-12-21T00:22:12.073Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9995 | 2024-12-21T00:22:13.079Z | uploaded: /work/stamp-crucible-zone.log |
9996 | 2024-12-21T00:22:13.081Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9997 | 2024-12-21T00:22:14.087Z | uploaded: /work/stamp-external-dns.log |
9998 | 2024-12-21T00:22:14.090Z | uploading: /work/stamp-installinator.log (103 bytes) |
9999 | 2024-12-21T00:22:15.096Z | uploaded: /work/stamp-installinator.log |
10000 | 2024-12-21T00:22:15.098Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
10001 | 2024-12-21T00:22:16.104Z | uploaded: /work/stamp-internal-dns.log |
10002 | 2024-12-21T00:22:16.107Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10003 | 2024-12-21T00:22:17.114Z | uploaded: /work/stamp-mg-ddm-gz.log |
10004 | 2024-12-21T00:22:17.114Z | uploading: /work/stamp-nexus.log (112 bytes) |
10005 | 2024-12-21T00:22:18.121Z | uploaded: /work/stamp-nexus.log |
10006 | 2024-12-21T00:22:18.124Z | uploading: /work/stamp-ntp.log (110 bytes) |
10007 | 2024-12-21T00:22:19.130Z | uploaded: /work/stamp-ntp.log |
10008 | 2024-12-21T00:22:19.132Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10009 | 2024-12-21T00:22:20.138Z | uploaded: /work/stamp-omicron-sled-agent.log |
10010 | 2024-12-21T00:22:20.138Z | uploading: /work/stamp-overlay.log (114 bytes) |
10011 | 2024-12-21T00:22:21.146Z | uploaded: /work/stamp-overlay.log |
10012 | 2024-12-21T00:22:21.146Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10013 | 2024-12-21T00:22:22.155Z | uploaded: /work/stamp-oximeter.log |
10014 | 2024-12-21T00:22:22.155Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10015 | 2024-12-21T00:22:23.164Z | uploaded: /work/stamp-oxlog.log |
10016 | 2024-12-21T00:22:23.164Z | uploading: /work/stamp-probe.log (112 bytes) |
10017 | 2024-12-21T00:22:24.174Z | uploaded: /work/stamp-probe.log |
10018 | 2024-12-21T00:22:24.176Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10019 | 2024-12-21T00:22:25.182Z | uploaded: /work/stamp-propolis-server.log |
10020 | 2024-12-21T00:22:25.182Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10021 | 2024-12-21T00:22:26.189Z | uploaded: /work/stamp-pumpkind-gz.log |
10022 | 2024-12-21T00:22:26.189Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10023 | 2024-12-21T00:22:27.198Z | uploaded: /work/stamp-switch-asic.log |
10024 | 2024-12-21T00:22:27.201Z | uploading: /work/verify-libraries.log (5735 bytes) |
10025 | 2024-12-21T00:22:28.208Z | uploaded: /work/verify-libraries.log |