|
|
|
1 | 2024-12-20T21:16:02.160Z | job assigned to worker 01JFJYS3MZQB9RR1RNP7GJ8VN9 [factory aws, i-0e2f98c821d3584b2] (queued for 59 s) |
|
2 | 2024-12-20T21:16:10.166Z | starting task 0: "setup" |
3 | 2024-12-20T21:16:10.177Z | ++ uname -s |
4 | 2024-12-20T21:16:10.180Z | + kern=SunOS |
5 | 2024-12-20T21:16:10.180Z | + case "$kern" in |
6 | 2024-12-20T21:16:10.180Z | + groupadd -g 12345 build |
7 | 2024-12-20T21:16:10.183Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T21:16:12.190Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T21:16:12.355Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T21:16:12.360Z | + home_fs=zfs |
11 | 2024-12-20T21:16:12.360Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T21:16:12.360Z | + mkdir -p /home/build |
13 | 2024-12-20T21:16:12.362Z | + chown build:build /home/build /work |
14 | 2024-12-20T21:16:14.361Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T21:16:14.365Z | process exited: duration 4198 ms, exit code 0 |
|
16 | 2024-12-20T21:16:14.372Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T21:16:14.376Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T21:16:14.376Z | ' 1.81.0 |
19 | 2024-12-20T21:16:14.376Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-20T21:16:14.376Z | ' default |
21 | 2024-12-20T21:16:14.376Z | * toolchain channel = "1.81.0" |
22 | 2024-12-20T21:16:14.376Z | * toolchain profile = "default" |
23 | 2024-12-20T21:16:14.379Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T21:16:14.379Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T21:16:14.500Z | info: downloading installer |
26 | 2024-12-20T21:16:15.851Z | info: profile set to 'default' |
27 | 2024-12-20T21:16:15.851Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T21:16:15.853Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T21:16:15.983Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T21:16:15.983Z | info: downloading component 'cargo' |
31 | 2024-12-20T21:16:16.682Z | info: downloading component 'clippy' |
32 | 2024-12-20T21:16:16.938Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T21:16:17.914Z | info: downloading component 'rust-std' |
34 | 2024-12-20T21:16:19.408Z | info: downloading component 'rustc' |
35 | 2024-12-20T21:16:24.768Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T21:16:24.973Z | info: installing component 'cargo' |
37 | 2024-12-20T21:16:25.758Z | info: installing component 'clippy' |
38 | 2024-12-20T21:16:26.116Z | info: installing component 'rust-docs' |
39 | 2024-12-20T21:16:27.705Z | info: installing component 'rust-std' |
40 | 2024-12-20T21:16:29.419Z | info: installing component 'rustc' |
41 | 2024-12-20T21:16:35.082Z | info: installing component 'rustfmt' |
42 | 2024-12-20T21:16:35.402Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T21:16:35.402Z | |
44 | 2024-12-20T21:16:35.764Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T21:16:35.764Z | |
46 | 2024-12-20T21:16:35.767Z | |
47 | 2024-12-20T21:16:35.767Z | Rust is installed now. Great! |
48 | 2024-12-20T21:16:35.767Z | |
49 | 2024-12-20T21:16:35.767Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T21:16:35.767Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T21:16:35.767Z | |
52 | 2024-12-20T21:16:35.767Z | To configure your current shell, you need to source |
53 | 2024-12-20T21:16:35.767Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T21:16:35.767Z | |
55 | 2024-12-20T21:16:35.767Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T21:16:35.767Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T21:16:35.767Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T21:16:35.844Z | + rustc --version |
59 | 2024-12-20T21:16:35.908Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T21:16:35.911Z | process exited: duration 21535 ms, exit code 0 |
|
61 | 2024-12-20T21:16:35.918Z | starting task 2: "authentication" |
62 | 2024-12-20T21:16:35.939Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-20T21:16:35.947Z | starting task 3: "clone repository" |
64 | 2024-12-20T21:16:35.952Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T21:16:35.954Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T21:16:35.999Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T21:16:42.571Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T21:16:42.571Z | + git fetch origin 5ecbe5f8c69e9341929462519acbb113b522705b |
69 | 2024-12-20T21:16:42.882Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T21:16:42.882Z | * branch 5ecbe5f8c69e9341929462519acbb113b522705b -> FETCH_HEAD |
71 | 2024-12-20T21:16:42.891Z | + [[ -n sunshowers/spr/2n-omicron-package-better-error-messages-around-target ]] |
72 | 2024-12-20T21:16:42.894Z | ++ git branch --show-current |
73 | 2024-12-20T21:16:42.897Z | + current=main |
74 | 2024-12-20T21:16:42.897Z | + [[ main != sunshowers/spr/2n-omicron-package-better-error-messages-around-target ]] |
75 | 2024-12-20T21:16:42.897Z | + git branch -f sunshowers/spr/2n-omicron-package-better-error-messages-around-target 5ecbe5f8c69e9341929462519acbb113b522705b |
76 | 2024-12-20T21:16:42.900Z | + git checkout -f sunshowers/spr/2n-omicron-package-better-error-messages-around-target |
77 | 2024-12-20T21:16:43.072Z | Switched to branch 'sunshowers/spr/2n-omicron-package-better-error-messages-around-target' |
78 | 2024-12-20T21:16:43.075Z | + git reset --hard 5ecbe5f8c69e9341929462519acbb113b522705b |
79 | 2024-12-20T21:16:43.087Z | HEAD is now at 5ecbe5f8c rebase |
80 | 2024-12-20T21:16:43.091Z | process exited: duration 7139 ms, exit code 0 |
|
81 | 2024-12-20T21:16:43.101Z | starting task 4: "build" |
82 | 2024-12-20T21:16:43.105Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T21:16:43.108Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T21:16:43.108Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T21:16:43.108Z | + cargo --version |
86 | 2024-12-20T21:16:43.161Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T21:16:43.164Z | + rustc --version |
88 | 2024-12-20T21:16:43.223Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T21:16:43.226Z | + cargo tree --locked |
90 | 2024-12-20T21:16:43.479Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-12-20T21:16:43.740Z | Updating crates.io index |
92 | 2024-12-20T21:16:43.774Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
93 | 2024-12-20T21:16:44.267Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
94 | 2024-12-20T21:16:44.552Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
95 | 2024-12-20T21:16:44.841Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
96 | 2024-12-20T21:16:45.115Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
97 | 2024-12-20T21:16:46.016Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-20T21:16:47.513Z | Updating git repository `https://github.com/oxidecomputer/opte` |
99 | 2024-12-20T21:16:48.303Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
100 | 2024-12-20T21:16:49.058Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
101 | 2024-12-20T21:16:49.297Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
102 | 2024-12-20T21:16:49.571Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
103 | 2024-12-20T21:16:50.179Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
104 | 2024-12-20T21:16:50.460Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
105 | 2024-12-20T21:16:50.797Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
106 | 2024-12-20T21:16:51.104Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
107 | 2024-12-20T21:16:51.353Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
108 | 2024-12-20T21:16:51.640Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
109 | 2024-12-20T21:16:51.950Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
110 | 2024-12-20T21:16:52.248Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
111 | 2024-12-20T21:16:52.662Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-20T21:16:52.937Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-20T21:16:53.404Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
114 | 2024-12-20T21:16:53.712Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
115 | 2024-12-20T21:16:54.080Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
116 | 2024-12-20T21:16:54.460Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
117 | 2024-12-20T21:16:54.714Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-12-20T21:16:55.001Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-12-20T21:16:55.258Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-12-20T21:16:56.747Z | Downloading crates ... |
121 | 2024-12-20T21:16:56.869Z | Downloaded adler2 v2.0.0 |
122 | 2024-12-20T21:16:56.887Z | Downloaded addr2line v0.24.2 |
123 | 2024-12-20T21:16:56.895Z | Downloaded fallible-iterator v0.3.0 |
124 | 2024-12-20T21:16:56.901Z | Downloaded fd-lock v4.0.2 |
125 | 2024-12-20T21:16:56.904Z | Downloaded fallible-iterator v0.2.0 |
126 | 2024-12-20T21:16:56.907Z | Downloaded async-stream-impl v0.3.6 |
127 | 2024-12-20T21:16:56.909Z | Downloaded fatfs v0.3.6 |
128 | 2024-12-20T21:16:56.913Z | Downloaded foreign-types-shared v0.1.1 |
129 | 2024-12-20T21:16:56.916Z | Downloaded atty v0.2.14 |
130 | 2024-12-20T21:16:56.918Z | Downloaded atomicwrites v0.4.4 |
131 | 2024-12-20T21:16:56.918Z | Downloaded foreign-types-shared v0.3.1 |
132 | 2024-12-20T21:16:56.920Z | Downloaded ciborium v0.2.2 |
133 | 2024-12-20T21:16:56.922Z | Downloaded foreign-types v0.3.2 |
134 | 2024-12-20T21:16:56.925Z | Downloaded async-object-pool v0.1.5 |
135 | 2024-12-20T21:16:56.927Z | Downloaded fxhash v0.2.1 |
136 | 2024-12-20T21:16:56.927Z | Downloaded arrayref v0.3.9 |
137 | 2024-12-20T21:16:56.930Z | Downloaded http-body v1.0.1 |
138 | 2024-12-20T21:16:56.930Z | Downloaded headers-core v0.3.0 |
139 | 2024-12-20T21:16:56.933Z | Downloaded anstyle-parse v0.2.5 |
140 | 2024-12-20T21:16:56.935Z | Downloaded assert_matches v1.5.0 |
141 | 2024-12-20T21:16:56.937Z | Downloaded hubpack_derive v0.1.1 |
142 | 2024-12-20T21:16:56.937Z | Downloaded assert-json-diff v2.0.2 |
143 | 2024-12-20T21:16:56.941Z | Downloaded anstyle v1.0.10 |
144 | 2024-12-20T21:16:56.944Z | Downloaded cfg_aliases v0.2.1 |
145 | 2024-12-20T21:16:56.944Z | Downloaded cfg_aliases v0.1.1 |
146 | 2024-12-20T21:16:56.947Z | Downloaded async-channel v2.3.1 |
147 | 2024-12-20T21:16:56.947Z | Downloaded async-attributes v1.1.2 |
148 | 2024-12-20T21:16:56.949Z | Downloaded aead v0.5.2 |
149 | 2024-12-20T21:16:56.952Z | Downloaded anes v0.1.6 |
150 | 2024-12-20T21:16:56.954Z | Downloaded guppy-workspace-hack v0.1.0 |
151 | 2024-12-20T21:16:56.954Z | Downloaded futures-io v0.3.31 |
152 | 2024-12-20T21:16:56.958Z | Downloaded castaway v0.2.3 |
153 | 2024-12-20T21:16:56.958Z | Downloaded byteorder v1.5.0 |
154 | 2024-12-20T21:16:56.960Z | Downloaded oso-derive v0.27.3 |
155 | 2024-12-20T21:16:56.960Z | Downloaded blowfish v0.9.1 |
156 | 2024-12-20T21:16:56.963Z | Downloaded bit-vec v0.6.3 |
157 | 2024-12-20T21:16:56.965Z | Downloaded fs-err v2.11.0 |
158 | 2024-12-20T21:16:56.969Z | Downloaded http-range v0.1.5 |
159 | 2024-12-20T21:16:56.969Z | Downloaded hex-literal v0.4.1 |
160 | 2024-12-20T21:16:56.969Z | Downloaded heck v0.4.1 |
161 | 2024-12-20T21:16:56.972Z | Downloaded cargo-platform v0.1.8 |
162 | 2024-12-20T21:16:56.972Z | Downloaded hostname v0.4.0 |
163 | 2024-12-20T21:16:56.975Z | Downloaded hubpack v0.1.2 |
164 | 2024-12-20T21:16:56.977Z | Downloaded bytecount v0.6.8 |
165 | 2024-12-20T21:16:56.979Z | Downloaded array-init v0.0.4 |
166 | 2024-12-20T21:16:56.979Z | Downloaded bitfield-struct v0.6.2 |
167 | 2024-12-20T21:16:56.981Z | Downloaded group v0.13.0 |
168 | 2024-12-20T21:16:56.984Z | Downloaded ghash v0.5.1 |
169 | 2024-12-20T21:16:56.986Z | Downloaded hash32 v0.3.1 |
170 | 2024-12-20T21:16:56.986Z | Downloaded futures-task v0.3.31 |
171 | 2024-12-20T21:16:56.989Z | Downloaded futures-macro v0.3.31 |
172 | 2024-12-20T21:16:56.989Z | Downloaded futures-timer v3.0.3 |
173 | 2024-12-20T21:16:56.992Z | Downloaded heck v0.5.0 |
174 | 2024-12-20T21:16:56.995Z | Downloaded chacha20 v0.9.1 |
175 | 2024-12-20T21:16:56.995Z | Downloaded cast v0.3.0 |
176 | 2024-12-20T21:16:56.998Z | Downloaded arrayvec v0.7.6 |
177 | 2024-12-20T21:16:57.001Z | Downloaded httpdate v1.0.3 |
178 | 2024-12-20T21:16:57.001Z | Downloaded opaque-debug v0.3.1 |
179 | 2024-12-20T21:16:57.004Z | Downloaded block-padding v0.3.3 |
180 | 2024-12-20T21:16:57.004Z | Downloaded chrono-tz-build v0.4.0 |
181 | 2024-12-20T21:16:57.004Z | Downloaded cassowary v0.3.0 |
182 | 2024-12-20T21:16:57.006Z | Downloaded block-buffer v0.10.4 |
183 | 2024-12-20T21:16:57.009Z | Downloaded bitfield v0.14.0 |
184 | 2024-12-20T21:16:57.009Z | Downloaded cfg-if v1.0.0 |
185 | 2024-12-20T21:16:57.012Z | Downloaded cexpr v0.6.0 |
186 | 2024-12-20T21:16:57.015Z | Downloaded blocking v1.6.1 |
187 | 2024-12-20T21:16:57.015Z | Downloaded hyper-tls v0.6.0 |
188 | 2024-12-20T21:16:57.018Z | Downloaded home v0.5.9 |
189 | 2024-12-20T21:16:57.018Z | Downloaded async-signal v0.2.10 |
190 | 2024-12-20T21:16:57.021Z | Downloaded num-iter v0.1.45 |
191 | 2024-12-20T21:16:57.024Z | Downloaded olpc-cjson v0.1.4 |
192 | 2024-12-20T21:16:57.024Z | Downloaded num_enum_derive v0.5.11 |
193 | 2024-12-20T21:16:57.024Z | Downloaded async-bb8-diesel v0.2.1 |
194 | 2024-12-20T21:16:57.027Z | Downloaded anstream v0.6.15 |
195 | 2024-12-20T21:16:57.030Z | Downloaded iana-time-zone v0.1.61 |
196 | 2024-12-20T21:16:57.033Z | Downloaded buf-list v1.0.3 |
197 | 2024-12-20T21:16:57.036Z | Downloaded humantime v2.1.0 |
198 | 2024-12-20T21:16:57.040Z | Downloaded backoff v0.4.0 |
199 | 2024-12-20T21:16:57.040Z | Downloaded hickory-client v0.24.1 |
200 | 2024-12-20T21:16:57.043Z | Downloaded highway v1.2.0 |
201 | 2024-12-20T21:16:57.046Z | Downloaded httptest v0.16.1 |
202 | 2024-12-20T21:16:57.049Z | Downloaded camino-tempfile v1.1.1 |
203 | 2024-12-20T21:16:57.051Z | Downloaded hyper-staticfile v0.10.1 |
204 | 2024-12-20T21:16:57.054Z | Downloaded async-executor v1.13.1 |
205 | 2024-12-20T21:16:57.056Z | Downloaded cancel-safe-futures v0.1.5 |
206 | 2024-12-20T21:16:57.059Z | Downloaded termtree v0.4.1 |
207 | 2024-12-20T21:16:57.062Z | Downloaded async-recursion v1.1.1 |
208 | 2024-12-20T21:16:57.065Z | Downloaded strum v0.26.3 |
209 | 2024-12-20T21:16:57.067Z | Downloaded want v0.3.1 |
210 | 2024-12-20T21:16:57.067Z | Downloaded phf_codegen v0.11.2 |
211 | 2024-12-20T21:16:57.070Z | Downloaded pem v3.0.4 |
212 | 2024-12-20T21:16:57.070Z | Downloaded target-triple v0.1.3 |
213 | 2024-12-20T21:16:57.073Z | Downloaded path-tree v0.8.1 |
214 | 2024-12-20T21:16:57.073Z | Downloaded parking v2.2.1 |
215 | 2024-12-20T21:16:57.077Z | Downloaded write16 v1.0.0 |
216 | 2024-12-20T21:16:57.077Z | Downloaded generic-array v0.14.7 |
217 | 2024-12-20T21:16:57.080Z | Downloaded futures-lite v2.3.0 |
218 | 2024-12-20T21:16:57.080Z | Downloaded cbc v0.1.2 |
219 | 2024-12-20T21:16:57.083Z | Downloaded futures v0.3.31 |
220 | 2024-12-20T21:16:57.087Z | Downloaded psl-types v2.0.11 |
221 | 2024-12-20T21:16:57.090Z | Downloaded cargo_metadata v0.18.1 |
222 | 2024-12-20T21:16:57.092Z | Downloaded bcs v0.1.6 |
223 | 2024-12-20T21:16:57.095Z | Downloaded powerfmt v0.2.0 |
224 | 2024-12-20T21:16:57.095Z | Downloaded polyval v0.6.2 |
225 | 2024-12-20T21:16:57.112Z | Downloaded hmac v0.12.1 |
226 | 2024-12-20T21:16:57.112Z | Downloaded argon2 v0.5.3 |
227 | 2024-12-20T21:16:57.112Z | Downloaded async-trait v0.1.83 |
228 | 2024-12-20T21:16:57.112Z | Downloaded cstr-argument v0.1.2 |
229 | 2024-12-20T21:16:57.114Z | Downloaded serde_spanned v0.6.8 |
230 | 2024-12-20T21:16:57.114Z | Downloaded serde_regex v1.1.0 |
231 | 2024-12-20T21:16:57.114Z | Downloaded blake2 v0.10.6 |
232 | 2024-12-20T21:16:57.114Z | Downloaded tabwriter v1.4.0 |
233 | 2024-12-20T21:16:57.114Z | Downloaded smf v0.2.3 |
234 | 2024-12-20T21:16:57.118Z | Downloaded radium v0.7.0 |
235 | 2024-12-20T21:16:57.118Z | Downloaded r2d2 v0.8.10 |
236 | 2024-12-20T21:16:57.121Z | Downloaded terminal_size v0.4.0 |
237 | 2024-12-20T21:16:57.123Z | Downloaded termcolor v1.4.1 |
238 | 2024-12-20T21:16:57.123Z | Downloaded ref-cast-impl v1.0.23 |
239 | 2024-12-20T21:16:57.126Z | Downloaded smawk v0.3.2 |
240 | 2024-12-20T21:16:57.126Z | Downloaded dhcproto-macros v0.1.0 |
241 | 2024-12-20T21:16:57.129Z | Downloaded rtoolbox v0.0.2 |
242 | 2024-12-20T21:16:57.129Z | Downloaded matches v0.1.10 |
243 | 2024-12-20T21:16:57.131Z | Downloaded env_filter v0.1.2 |
244 | 2024-12-20T21:16:57.133Z | Downloaded crunchy v0.2.2 |
245 | 2024-12-20T21:16:57.133Z | Downloaded strum_macros v0.24.3 |
246 | 2024-12-20T21:16:57.137Z | Downloaded match_cfg v0.1.0 |
247 | 2024-12-20T21:16:57.137Z | Downloaded rustls-pemfile v2.2.0 |
248 | 2024-12-20T21:16:57.141Z | Downloaded newtype_derive v0.1.6 |
249 | 2024-12-20T21:16:57.145Z | Downloaded target-spec v3.2.2 |
250 | 2024-12-20T21:16:57.145Z | Downloaded typify-macro v0.2.0 |
251 | 2024-12-20T21:16:57.147Z | Downloaded hyper-util v0.1.10 |
252 | 2024-12-20T21:16:57.149Z | Downloaded zeroize_derive v1.4.2 |
253 | 2024-12-20T21:16:57.152Z | Downloaded half v2.4.1 |
254 | 2024-12-20T21:16:57.154Z | Downloaded postgres-types v0.2.8 |
255 | 2024-12-20T21:16:57.157Z | Downloaded cfg-expr v0.17.0 |
256 | 2024-12-20T21:16:57.160Z | Downloaded pin-project-internal v1.1.6 |
257 | 2024-12-20T21:16:57.163Z | Downloaded fancy-regex v0.13.0 |
258 | 2024-12-20T21:16:57.166Z | Downloaded crc-catalog v2.4.0 |
259 | 2024-12-20T21:16:57.170Z | Downloaded serde_with_macros v3.11.0 |
260 | 2024-12-20T21:16:57.173Z | Downloaded allocator-api2 v0.2.18 |
261 | 2024-12-20T21:16:57.176Z | Downloaded termios v0.3.3 |
262 | 2024-12-20T21:16:57.178Z | Downloaded term v0.7.0 |
263 | 2024-12-20T21:16:57.180Z | Downloaded bytes v1.8.0 |
264 | 2024-12-20T21:16:57.184Z | Downloaded diesel-dtrace v0.4.2 |
265 | 2024-12-20T21:16:57.186Z | Downloaded convert_case v0.4.0 |
266 | 2024-12-20T21:16:57.189Z | Downloaded writeable v0.5.5 |
267 | 2024-12-20T21:16:57.192Z | Downloaded unicode-xid v0.2.6 |
268 | 2024-12-20T21:16:57.192Z | Downloaded oso v0.27.3 |
269 | 2024-12-20T21:16:57.195Z | Downloaded wyz v0.5.1 |
270 | 2024-12-20T21:16:57.198Z | Downloaded pkcs1 v0.7.5 |
271 | 2024-12-20T21:16:57.200Z | Downloaded enum-as-inner v0.5.1 |
272 | 2024-12-20T21:16:57.203Z | Downloaded keccak v0.1.5 |
273 | 2024-12-20T21:16:57.205Z | Downloaded pkcs5 v0.7.1 |
274 | 2024-12-20T21:16:57.207Z | Downloaded impl-trait-for-tuples v0.2.2 |
275 | 2024-12-20T21:16:57.211Z | Downloaded lazycell v1.3.0 |
276 | 2024-12-20T21:16:57.213Z | Downloaded icu_collections v1.5.0 |
277 | 2024-12-20T21:16:57.219Z | Downloaded maplit v1.0.2 |
278 | 2024-12-20T21:16:57.221Z | Downloaded managed v0.8.0 |
279 | 2024-12-20T21:16:57.224Z | Downloaded tracing-attributes v0.1.27 |
280 | 2024-12-20T21:16:57.226Z | Downloaded pest_derive v2.7.14 |
281 | 2024-12-20T21:16:57.228Z | Downloaded sqlparser_derive v0.2.2 |
282 | 2024-12-20T21:16:57.231Z | Downloaded arc-swap v1.7.1 |
283 | 2024-12-20T21:16:57.233Z | Downloaded chacha20poly1305 v0.10.1 |
284 | 2024-12-20T21:16:57.236Z | Downloaded packed_struct v0.10.1 |
285 | 2024-12-20T21:16:57.239Z | Downloaded oorandom v11.1.4 |
286 | 2024-12-20T21:16:57.239Z | Downloaded rustls-pki-types v1.10.0 |
287 | 2024-12-20T21:16:57.242Z | Downloaded csv-core v0.1.11 |
288 | 2024-12-20T21:16:57.246Z | Downloaded take_mut v0.2.2 |
289 | 2024-12-20T21:16:57.246Z | Downloaded snafu-derive v0.8.5 |
290 | 2024-12-20T21:16:57.248Z | Downloaded test-strategy v0.3.1 |
291 | 2024-12-20T21:16:57.251Z | Downloaded env_logger v0.11.5 |
292 | 2024-12-20T21:16:57.254Z | Downloaded pkg-config v0.3.31 |
293 | 2024-12-20T21:16:57.258Z | Downloaded rand_core v0.6.4 |
294 | 2024-12-20T21:16:57.261Z | Downloaded crucible-workspace-hack v0.1.0 |
295 | 2024-12-20T21:16:57.261Z | Downloaded rustversion v1.0.17 |
296 | 2024-12-20T21:16:57.261Z | Downloaded indent_write v2.2.0 |
297 | 2024-12-20T21:16:57.266Z | Downloaded phf_generator v0.11.2 |
298 | 2024-12-20T21:16:57.270Z | Downloaded serde-hex v0.1.0 |
299 | 2024-12-20T21:16:57.270Z | Downloaded semver v0.1.20 |
300 | 2024-12-20T21:16:57.270Z | Downloaded tempfile v3.13.0 |
301 | 2024-12-20T21:16:57.275Z | Downloaded multer v3.1.0 |
302 | 2024-12-20T21:16:57.277Z | Downloaded predicates-tree v1.0.11 |
303 | 2024-12-20T21:16:57.277Z | Downloaded expectorate v1.1.0 |
304 | 2024-12-20T21:16:57.280Z | Downloaded progenitor-macro v0.8.0 |
305 | 2024-12-20T21:16:57.280Z | Downloaded ref-cast v1.0.23 |
306 | 2024-12-20T21:16:57.283Z | Downloaded slog-scope v4.4.0 |
307 | 2024-12-20T21:16:57.285Z | Downloaded heapless v0.7.17 |
308 | 2024-12-20T21:16:57.289Z | Downloaded slog-json v2.6.1 |
309 | 2024-12-20T21:16:57.291Z | Downloaded toml v0.8.19 |
310 | 2024-12-20T21:16:57.295Z | Downloaded doc-comment v0.3.3 |
311 | 2024-12-20T21:16:57.298Z | Downloaded thiserror v1.0.69 |
312 | 2024-12-20T21:16:57.302Z | Downloaded owo-colors v4.1.0 |
313 | 2024-12-20T21:16:57.305Z | Downloaded version_check v0.9.5 |
314 | 2024-12-20T21:16:57.307Z | Downloaded base64 v0.21.7 |
315 | 2024-12-20T21:16:57.311Z | Downloaded dhcproto v0.12.0 |
316 | 2024-12-20T21:16:57.315Z | Downloaded derive_more v0.99.18 |
317 | 2024-12-20T21:16:57.321Z | Downloaded tap v1.0.1 |
318 | 2024-12-20T21:16:57.324Z | Downloaded tabled_derive v0.7.0 |
319 | 2024-12-20T21:16:57.324Z | Downloaded synstructure v0.13.1 |
320 | 2024-12-20T21:16:57.326Z | Downloaded datatest-stable v0.2.9 |
321 | 2024-12-20T21:16:57.328Z | Downloaded semver v1.0.23 |
322 | 2024-12-20T21:16:57.332Z | Downloaded serde_derive_internals v0.29.1 |
323 | 2024-12-20T21:16:57.335Z | Downloaded libloading v0.8.5 |
324 | 2024-12-20T21:16:57.338Z | Downloaded hashbrown v0.12.3 |
325 | 2024-12-20T21:16:57.341Z | Downloaded rstest_macros v0.23.0 |
326 | 2024-12-20T21:16:57.344Z | Downloaded parse-zoneinfo v0.3.1 |
327 | 2024-12-20T21:16:57.347Z | Downloaded deranged v0.3.11 |
328 | 2024-12-20T21:16:57.350Z | Downloaded peg-runtime v0.8.3 |
329 | 2024-12-20T21:16:57.352Z | Downloaded toml_datetime v0.6.8 |
330 | 2024-12-20T21:16:57.352Z | Downloaded nibble_vec v0.1.0 |
331 | 2024-12-20T21:16:57.355Z | Downloaded md5 v0.7.0 |
332 | 2024-12-20T21:16:57.357Z | Downloaded predicates v3.1.2 |
333 | 2024-12-20T21:16:57.361Z | Downloaded display-error-chain v0.2.2 |
334 | 2024-12-20T21:16:57.361Z | Downloaded toml v0.7.8 |
335 | 2024-12-20T21:16:57.364Z | Downloaded sqlformat v0.2.6 |
336 | 2024-12-20T21:16:57.369Z | Downloaded mockall_derive v0.13.0 |
337 | 2024-12-20T21:16:57.369Z | Downloaded snafu v0.8.5 |
338 | 2024-12-20T21:16:57.375Z | Downloaded instability v0.3.2 |
339 | 2024-12-20T21:16:57.378Z | Downloaded rustc-demangle v0.1.24 |
340 | 2024-12-20T21:16:57.382Z | Downloaded plotters-svg v0.3.7 |
341 | 2024-12-20T21:16:57.382Z | Downloaded scroll_derive v0.12.0 |
342 | 2024-12-20T21:16:57.384Z | Downloaded memmap v0.7.0 |
343 | 2024-12-20T21:16:57.384Z | Downloaded lalrpop-util v0.19.12 |
344 | 2024-12-20T21:16:57.386Z | Downloaded inout v0.1.3 |
345 | 2024-12-20T21:16:57.386Z | Downloaded either v1.13.0 |
346 | 2024-12-20T21:16:57.389Z | Downloaded cookie_store v0.21.0 |
347 | 2024-12-20T21:16:57.391Z | Downloaded zerocopy-derive v0.7.35 |
348 | 2024-12-20T21:16:57.396Z | Downloaded tower-service v0.3.3 |
349 | 2024-12-20T21:16:57.399Z | Downloaded tinyvec_macros v0.1.1 |
350 | 2024-12-20T21:16:57.399Z | Downloaded aes-gcm v0.10.3 |
351 | 2024-12-20T21:16:57.402Z | Downloaded num-traits v0.2.19 |
352 | 2024-12-20T21:16:57.405Z | Downloaded clap v4.5.21 |
353 | 2024-12-20T21:16:57.416Z | Downloaded ciborium-io v0.2.2 |
354 | 2024-12-20T21:16:57.419Z | Downloaded displaydoc v0.2.5 |
355 | 2024-12-20T21:16:57.422Z | Downloaded resolv-conf v0.7.0 |
356 | 2024-12-20T21:16:57.424Z | Downloaded progenitor-impl v0.8.0 |
357 | 2024-12-20T21:16:57.427Z | Downloaded rustfmt-wrapper v0.2.1 |
358 | 2024-12-20T21:16:57.427Z | Downloaded unicode_categories v0.1.1 |
359 | 2024-12-20T21:16:57.429Z | Downloaded nanorand v0.7.0 |
360 | 2024-12-20T21:16:57.432Z | Downloaded diesel_table_macro_syntax v0.2.0 |
361 | 2024-12-20T21:16:57.435Z | Downloaded indexmap v2.6.0 |
362 | 2024-12-20T21:16:57.438Z | Downloaded p256 v0.13.2 |
363 | 2024-12-20T21:16:57.442Z | Downloaded topological-sort v0.2.2 |
364 | 2024-12-20T21:16:57.445Z | Downloaded zone_cfg_derive v0.1.2 |
365 | 2024-12-20T21:16:57.445Z | Downloaded usdt-macro v0.5.0 |
366 | 2024-12-20T21:16:57.448Z | Downloaded siphasher v0.3.11 |
367 | 2024-12-20T21:16:57.448Z | Downloaded hashbrown v0.15.1 |
368 | 2024-12-20T21:16:57.453Z | Downloaded ident_case v1.0.1 |
369 | 2024-12-20T21:16:57.456Z | Downloaded plotters-backend v0.3.7 |
370 | 2024-12-20T21:16:57.456Z | Downloaded plain v0.2.3 |
371 | 2024-12-20T21:16:57.458Z | Downloaded normalize-line-endings v0.3.0 |
372 | 2024-12-20T21:16:57.458Z | Downloaded tar v0.4.42 |
373 | 2024-12-20T21:16:57.462Z | Downloaded static_assertions v1.1.0 |
374 | 2024-12-20T21:16:57.467Z | Downloaded threadpool v1.8.1 |
375 | 2024-12-20T21:16:57.467Z | Downloaded password-hash v0.5.0 |
376 | 2024-12-20T21:16:57.472Z | Downloaded peg-macros v0.8.4 |
377 | 2024-12-20T21:16:57.472Z | Downloaded jobserver v0.1.32 |
378 | 2024-12-20T21:16:57.475Z | Downloaded parse-size v1.1.0 |
379 | 2024-12-20T21:16:57.475Z | Downloaded vergen v8.3.2 |
380 | 2024-12-20T21:16:57.478Z | Downloaded crypto-bigint v0.5.5 |
381 | 2024-12-20T21:16:57.484Z | Downloaded untrusted v0.7.1 |
382 | 2024-12-20T21:16:57.487Z | Downloaded phf_shared v0.10.0 |
383 | 2024-12-20T21:16:57.487Z | Downloaded rcgen v0.12.1 |
384 | 2024-12-20T21:16:57.490Z | Downloaded thread_local v1.1.8 |
385 | 2024-12-20T21:16:57.493Z | Downloaded rayon-core v1.12.1 |
386 | 2024-12-20T21:16:57.497Z | Downloaded russh-cryptovec v0.7.3 |
387 | 2024-12-20T21:16:57.499Z | Downloaded embedded-io v0.6.1 |
388 | 2024-12-20T21:16:57.499Z | Downloaded dirs-sys-next v0.1.2 |
389 | 2024-12-20T21:16:57.502Z | Downloaded serde v1.0.215 |
390 | 2024-12-20T21:16:57.506Z | Downloaded icu_provider_macros v1.5.0 |
391 | 2024-12-20T21:16:57.506Z | Downloaded crc v3.2.1 |
392 | 2024-12-20T21:16:57.509Z | Downloaded hashbrown v0.14.5 |
393 | 2024-12-20T21:16:57.514Z | Downloaded utf-8 v0.7.6 |
394 | 2024-12-20T21:16:57.518Z | Downloaded embedded-io v0.4.0 |
395 | 2024-12-20T21:16:57.521Z | Downloaded itoa v1.0.11 |
396 | 2024-12-20T21:16:57.521Z | Downloaded curve25519-dalek-derive v0.1.1 |
397 | 2024-12-20T21:16:57.522Z | Downloaded dyn-clone v1.0.17 |
398 | 2024-12-20T21:16:57.525Z | Downloaded hyper v1.5.0 |
399 | 2024-12-20T21:16:57.531Z | Downloaded nodrop v0.1.14 |
400 | 2024-12-20T21:16:57.533Z | Downloaded piper v0.2.4 |
401 | 2024-12-20T21:16:57.536Z | Downloaded zerofrom v0.1.4 |
402 | 2024-12-20T21:16:57.536Z | Downloaded unarray v0.1.4 |
403 | 2024-12-20T21:16:57.536Z | Downloaded icu_locid_transform_data v1.5.0 |
404 | 2024-12-20T21:16:57.539Z | Downloaded memoffset v0.9.1 |
405 | 2024-12-20T21:16:57.542Z | Downloaded dunce v1.0.5 |
406 | 2024-12-20T21:16:57.542Z | Downloaded pin-utils v0.1.0 |
407 | 2024-12-20T21:16:57.548Z | Downloaded value-bag v1.9.0 |
408 | 2024-12-20T21:16:57.551Z | Downloaded uzers v0.12.1 |
409 | 2024-12-20T21:16:57.551Z | Downloaded ctr v0.9.2 |
410 | 2024-12-20T21:16:57.554Z | Downloaded tokio-rustls v0.26.0 |
411 | 2024-12-20T21:16:57.555Z | Downloaded darling v0.20.10 |
412 | 2024-12-20T21:16:57.558Z | Downloaded rand_chacha v0.3.1 |
413 | 2024-12-20T21:16:57.561Z | Downloaded parse-display-derive v0.10.0 |
414 | 2024-12-20T21:16:57.564Z | Downloaded dof v0.3.0 |
415 | 2024-12-20T21:16:57.564Z | Downloaded tls_codec v0.4.1 |
416 | 2024-12-20T21:16:57.566Z | Downloaded derive_builder_macro v0.20.2 |
417 | 2024-12-20T21:16:57.568Z | Downloaded hkdf v0.12.4 |
418 | 2024-12-20T21:16:57.573Z | Downloaded num_threads v0.1.7 |
419 | 2024-12-20T21:16:57.573Z | Downloaded is_ci v1.2.0 |
420 | 2024-12-20T21:16:57.573Z | Downloaded newline-converter v0.3.0 |
421 | 2024-12-20T21:16:57.573Z | Downloaded instant v0.1.13 |
422 | 2024-12-20T21:16:57.576Z | Downloaded h2 v0.4.6 |
423 | 2024-12-20T21:16:57.583Z | Downloaded tls_codec_derive v0.4.1 |
424 | 2024-12-20T21:16:57.591Z | Downloaded wait-timeout v0.2.0 |
425 | 2024-12-20T21:16:57.595Z | Downloaded toml_edit v0.22.22 |
426 | 2024-12-20T21:16:57.611Z | Downloaded xattr v1.3.1 |
427 | 2024-12-20T21:16:57.614Z | Downloaded slog-dtrace v0.3.0 |
428 | 2024-12-20T21:16:57.614Z | Downloaded pin-project-lite v0.2.14 |
429 | 2024-12-20T21:16:57.618Z | Downloaded slog-envlogger v2.2.0 |
430 | 2024-12-20T21:16:57.624Z | Downloaded elliptic-curve v0.13.8 |
431 | 2024-12-20T21:16:57.628Z | Downloaded phf_shared v0.11.2 |
432 | 2024-12-20T21:16:57.628Z | Downloaded toolchain_find v0.4.0 |
433 | 2024-12-20T21:16:57.628Z | Downloaded partial-io v0.5.4 |
434 | 2024-12-20T21:16:57.631Z | Downloaded zip v0.6.6 |
435 | 2024-12-20T21:16:57.636Z | Downloaded newtype-uuid v1.1.3 |
436 | 2024-12-20T21:16:57.639Z | Downloaded event-listener-strategy v0.5.2 |
437 | 2024-12-20T21:16:57.639Z | Downloaded criterion-plot v0.5.0 |
438 | 2024-12-20T21:16:57.643Z | Downloaded typify v0.2.0 |
439 | 2024-12-20T21:16:57.646Z | Downloaded escape8259 v0.5.3 |
440 | 2024-12-20T21:16:57.646Z | Downloaded darling_macro v0.20.10 |
441 | 2024-12-20T21:16:57.646Z | Downloaded smallvec v1.13.2 |
442 | 2024-12-20T21:16:57.650Z | Downloaded spin v0.9.8 |
443 | 2024-12-20T21:16:57.654Z | Downloaded tokio-stream v0.1.16 |
444 | 2024-12-20T21:16:57.656Z | Downloaded is-terminal v0.4.13 |
445 | 2024-12-20T21:16:57.659Z | Downloaded indoc v1.0.9 |
446 | 2024-12-20T21:16:57.662Z | Downloaded omicron-zone-package v0.11.1 |
447 | 2024-12-20T21:16:57.664Z | Downloaded structmeta v0.3.0 |
448 | 2024-12-20T21:16:57.667Z | Downloaded structmeta v0.2.0 |
449 | 2024-12-20T21:16:57.667Z | Downloaded strsim v0.11.1 |
450 | 2024-12-20T21:16:57.676Z | Downloaded shlex v1.3.0 |
451 | 2024-12-20T21:16:57.676Z | Downloaded shell-words v1.1.0 |
452 | 2024-12-20T21:16:57.676Z | Downloaded sha1 v0.10.6 |
453 | 2024-12-20T21:16:57.680Z | Downloaded zopfli v0.8.1 |
454 | 2024-12-20T21:16:57.680Z | Downloaded packed_struct_codegen v0.10.1 |
455 | 2024-12-20T21:16:57.680Z | Downloaded is_terminal_polyfill v1.70.1 |
456 | 2024-12-20T21:16:57.680Z | Downloaded internet-checksum v0.2.1 |
457 | 2024-12-20T21:16:57.684Z | Downloaded serde_with v3.11.0 |
458 | 2024-12-20T21:16:57.690Z | Downloaded cobs v0.2.3 |
459 | 2024-12-20T21:16:57.692Z | Downloaded untrusted v0.9.0 |
460 | 2024-12-20T21:16:57.695Z | Downloaded same-file v1.0.6 |
461 | 2024-12-20T21:16:57.697Z | Downloaded tokio-rustls v0.24.1 |
462 | 2024-12-20T21:16:57.697Z | Downloaded proc-macro-crate v3.2.0 |
463 | 2024-12-20T21:16:57.701Z | Downloaded openssl-probe v0.1.5 |
464 | 2024-12-20T21:16:57.701Z | Downloaded ipnetwork v0.20.0 |
465 | 2024-12-20T21:16:57.704Z | Downloaded poly1305 v0.8.0 |
466 | 2024-12-20T21:16:57.707Z | Downloaded zip v2.1.3 |
467 | 2024-12-20T21:16:57.711Z | Downloaded serde_path_to_error v0.1.16 |
468 | 2024-12-20T21:16:57.715Z | Downloaded socket2 v0.5.7 |
469 | 2024-12-20T21:16:57.717Z | Downloaded sigpipe v0.1.3 |
470 | 2024-12-20T21:16:57.717Z | Downloaded x509-cert v0.2.5 |
471 | 2024-12-20T21:16:57.723Z | Downloaded qorb v0.2.1 |
472 | 2024-12-20T21:16:57.728Z | Downloaded time-core v0.1.2 |
473 | 2024-12-20T21:16:57.737Z | Downloaded num_enum v0.5.11 |
474 | 2024-12-20T21:16:57.740Z | Downloaded pin-project v1.1.6 |
475 | 2024-12-20T21:16:57.749Z | Downloaded path-slash v0.1.5 |
476 | 2024-12-20T21:16:57.755Z | Downloaded nested v0.1.1 |
477 | 2024-12-20T21:16:57.755Z | Downloaded blake3 v1.5.4 |
478 | 2024-12-20T21:16:57.759Z | Downloaded progenitor-client v0.8.0 |
479 | 2024-12-20T21:16:57.763Z | Downloaded zeroize v1.8.1 |
480 | 2024-12-20T21:16:57.764Z | Downloaded zerofrom-derive v0.1.4 |
481 | 2024-12-20T21:16:57.764Z | Downloaded universal-hash v0.5.1 |
482 | 2024-12-20T21:16:57.769Z | Downloaded strip-ansi-escapes v0.2.0 |
483 | 2024-12-20T21:16:57.769Z | Downloaded stringprep v0.1.5 |
484 | 2024-12-20T21:16:57.769Z | Downloaded simd-adler32 v0.3.7 |
485 | 2024-12-20T21:16:57.773Z | Downloaded primeorder v0.13.6 |
486 | 2024-12-20T21:16:57.773Z | Downloaded num-integer v0.1.46 |
487 | 2024-12-20T21:16:57.773Z | Downloaded tokio-macros v2.4.0 |
488 | 2024-12-20T21:16:57.776Z | Downloaded derive_builder v0.20.2 |
489 | 2024-12-20T21:16:57.779Z | Downloaded unicode-segmentation v1.12.0 |
490 | 2024-12-20T21:16:57.782Z | Downloaded parking_lot v0.12.3 |
491 | 2024-12-20T21:16:57.786Z | Downloaded md-5 v0.10.6 |
492 | 2024-12-20T21:16:57.790Z | Downloaded zerocopy v0.6.6 |
493 | 2024-12-20T21:16:57.790Z | Downloaded constant_time_eq v0.3.1 |
494 | 2024-12-20T21:16:57.794Z | Downloaded tinystr v0.7.6 |
495 | 2024-12-20T21:16:57.794Z | Downloaded pest_generator v2.7.14 |
496 | 2024-12-20T21:16:57.798Z | Downloaded signal-hook-mio v0.2.4 |
497 | 2024-12-20T21:16:57.798Z | Downloaded tinyvec v1.8.0 |
498 | 2024-12-20T21:16:57.802Z | Downloaded num-rational v0.4.2 |
499 | 2024-12-20T21:16:57.802Z | Downloaded memchr v2.7.4 |
500 | 2024-12-20T21:16:57.806Z | Downloaded tokio-tungstenite v0.23.1 |
501 | 2024-12-20T21:16:57.810Z | Downloaded tokio-tungstenite v0.21.0 |
502 | 2024-12-20T21:16:57.813Z | Downloaded ppv-lite86 v0.2.20 |
503 | 2024-12-20T21:16:57.813Z | Downloaded clap_lex v0.7.2 |
504 | 2024-12-20T21:16:57.817Z | Downloaded data-encoding v2.6.0 |
505 | 2024-12-20T21:16:57.817Z | Downloaded const_format_proc_macros v0.2.33 |
506 | 2024-12-20T21:16:57.820Z | Downloaded rand_xorshift v0.3.0 |
507 | 2024-12-20T21:16:57.820Z | Downloaded zone v0.1.8 |
508 | 2024-12-20T21:16:57.823Z | Downloaded thread-id v4.2.2 |
509 | 2024-12-20T21:16:57.823Z | Downloaded ron v0.8.1 |
510 | 2024-12-20T21:16:57.827Z | Downloaded paste v1.0.15 |
511 | 2024-12-20T21:16:57.830Z | Downloaded event-listener v5.3.1 |
512 | 2024-12-20T21:16:57.833Z | Downloaded slab v0.4.9 |
513 | 2024-12-20T21:16:57.836Z | Downloaded secrecy v0.8.0 |
514 | 2024-12-20T21:16:57.836Z | Downloaded scopeguard v1.2.0 |
515 | 2024-12-20T21:16:57.838Z | Downloaded schemars_derive v0.8.21 |
516 | 2024-12-20T21:16:57.841Z | Downloaded libsw v3.3.1 |
517 | 2024-12-20T21:16:57.846Z | Downloaded waitgroup v0.1.2 |
518 | 2024-12-20T21:16:57.846Z | Downloaded git2 v0.19.0 |
519 | 2024-12-20T21:16:57.851Z | Downloaded concurrent-queue v2.5.0 |
520 | 2024-12-20T21:16:57.855Z | Downloaded log v0.4.22 |
521 | 2024-12-20T21:16:57.859Z | Downloaded rustls-webpki v0.101.7 |
522 | 2024-12-20T21:16:57.871Z | Downloaded openssl-macros v0.1.1 |
523 | 2024-12-20T21:16:57.874Z | Downloaded postgres-protocol v0.6.7 |
524 | 2024-12-20T21:16:57.874Z | Downloaded lockfree-object-pool v0.1.6 |
525 | 2024-12-20T21:16:57.880Z | Downloaded native-tls v0.2.12 |
526 | 2024-12-20T21:16:57.888Z | Downloaded quinn-udp v0.5.5 |
527 | 2024-12-20T21:16:57.888Z | Downloaded mirai-annotations v1.12.0 |
528 | 2024-12-20T21:16:57.888Z | Downloaded tiny-keccak v2.0.2 |
529 | 2024-12-20T21:16:57.891Z | Downloaded ciborium-ll v0.2.2 |
530 | 2024-12-20T21:16:57.891Z | Downloaded unsafe-libyaml v0.2.11 |
531 | 2024-12-20T21:16:57.891Z | Downloaded cmake v0.1.51 |
532 | 2024-12-20T21:16:57.891Z | Downloaded idna_adapter v1.2.0 |
533 | 2024-12-20T21:16:57.894Z | Downloaded time-macros v0.2.18 |
534 | 2024-12-20T21:16:57.897Z | Downloaded tokio-native-tls v0.3.1 |
535 | 2024-12-20T21:16:57.897Z | Downloaded vsss-rs v3.3.4 |
536 | 2024-12-20T21:16:57.929Z | Downloaded rsa v0.9.6 |
537 | 2024-12-20T21:16:57.929Z | Downloaded pretty-hex v0.2.1 |
538 | 2024-12-20T21:16:57.929Z | Downloaded salsa20 v0.10.2 |
539 | 2024-12-20T21:16:57.929Z | Downloaded downcast v0.11.0 |
540 | 2024-12-20T21:16:57.932Z | Downloaded precomputed-hash v0.1.1 |
541 | 2024-12-20T21:16:57.932Z | Downloaded console v0.15.8 |
542 | 2024-12-20T21:16:57.932Z | Downloaded dropshot_endpoint v0.13.0 |
543 | 2024-12-20T21:16:57.932Z | Downloaded dropshot_endpoint v0.12.0 |
544 | 2024-12-20T21:16:57.932Z | Downloaded rustls-webpki v0.102.8 |
545 | 2024-12-20T21:16:57.938Z | Downloaded swrite v0.1.0 |
546 | 2024-12-20T21:16:57.943Z | Downloaded tui-tree-widget v0.22.0 |
547 | 2024-12-20T21:16:57.943Z | Downloaded password-hash v0.4.2 |
548 | 2024-12-20T21:16:57.943Z | Downloaded parse-display v0.10.0 |
549 | 2024-12-20T21:16:57.947Z | Downloaded portable-atomic v1.9.0 |
550 | 2024-12-20T21:16:57.950Z | Downloaded sync_wrapper v1.0.1 |
551 | 2024-12-20T21:16:57.955Z | Downloaded unicode-linebreak v0.1.5 |
552 | 2024-12-20T21:16:57.955Z | Downloaded reedline v0.35.0 |
553 | 2024-12-20T21:16:57.959Z | Downloaded pretty-hex v0.4.1 |
554 | 2024-12-20T21:16:57.962Z | Downloaded number_prefix v0.4.0 |
555 | 2024-12-20T21:16:57.962Z | Downloaded lru v0.12.5 |
556 | 2024-12-20T21:16:57.965Z | Downloaded num-conv v0.1.0 |
557 | 2024-12-20T21:16:57.965Z | Downloaded ssh-encoding v0.2.0 |
558 | 2024-12-20T21:16:57.970Z | Downloaded slog-bunyan v2.5.0 |
559 | 2024-12-20T21:16:57.971Z | Downloaded slog-async v2.8.0 |
560 | 2024-12-20T21:16:57.971Z | Downloaded usdt v0.5.0 |
561 | 2024-12-20T21:16:57.974Z | Downloaded clap_derive v4.5.18 |
562 | 2024-12-20T21:16:57.974Z | Downloaded new_debug_unreachable v1.0.6 |
563 | 2024-12-20T21:16:57.974Z | Downloaded signal-hook v0.3.17 |
564 | 2024-12-20T21:16:57.978Z | Downloaded sqlparser v0.45.0 |
565 | 2024-12-20T21:16:57.982Z | Downloaded yoke-derive v0.7.4 |
566 | 2024-12-20T21:16:57.985Z | Downloaded twox-hash v1.6.3 |
567 | 2024-12-20T21:16:57.985Z | Downloaded walkdir v2.5.0 |
568 | 2024-12-20T21:16:57.989Z | Downloaded mime_guess v2.0.5 |
569 | 2024-12-20T21:16:57.989Z | Downloaded dirs-next v2.0.0 |
570 | 2024-12-20T21:16:57.992Z | Downloaded digest v0.10.7 |
571 | 2024-12-20T21:16:57.992Z | Downloaded ed25519-dalek v2.1.1 |
572 | 2024-12-20T21:16:57.996Z | Downloaded thiserror-impl v1.0.69 |
573 | 2024-12-20T21:16:57.999Z | Downloaded proptest v1.5.0 |
574 | 2024-12-20T21:16:58.005Z | Downloaded parking_lot_core v0.8.6 |
575 | 2024-12-20T21:16:58.009Z | Downloaded endian-type v0.1.2 |
576 | 2024-12-20T21:16:58.009Z | Downloaded equivalent v1.0.1 |
577 | 2024-12-20T21:16:58.012Z | Downloaded string_cache v0.8.7 |
578 | 2024-12-20T21:16:58.012Z | Downloaded rusty-fork v0.3.0 |
579 | 2024-12-20T21:16:58.016Z | Downloaded dtrace-parser v0.2.0 |
580 | 2024-12-20T21:16:58.016Z | Downloaded pest_meta v2.7.14 |
581 | 2024-12-20T21:16:58.016Z | Downloaded thiserror-impl v2.0.3 |
582 | 2024-12-20T21:16:58.020Z | Downloaded lazy_static v1.5.0 |
583 | 2024-12-20T21:16:58.020Z | Downloaded rand v0.8.5 |
584 | 2024-12-20T21:16:58.023Z | Downloaded debug-ignore v1.0.5 |
585 | 2024-12-20T21:16:58.026Z | Downloaded ryu v1.0.18 |
586 | 2024-12-20T21:16:58.029Z | Downloaded progenitor v0.8.0 |
587 | 2024-12-20T21:16:58.029Z | Downloaded proc-macro-crate v1.3.1 |
588 | 2024-12-20T21:16:58.032Z | Downloaded lru-cache v0.1.2 |
589 | 2024-12-20T21:16:58.032Z | Downloaded lock_api v0.4.12 |
590 | 2024-12-20T21:16:58.034Z | Downloaded similar v2.6.0 |
591 | 2024-12-20T21:16:58.037Z | Downloaded bindgen v0.69.5 |
592 | 2024-12-20T21:16:58.045Z | Downloaded macaddr v1.0.1 |
593 | 2024-12-20T21:16:58.050Z | Downloaded which v4.4.2 |
594 | 2024-12-20T21:16:58.050Z | Downloaded compact_str v0.8.0 |
595 | 2024-12-20T21:16:58.055Z | Downloaded const_format v0.2.33 |
596 | 2024-12-20T21:16:58.057Z | Downloaded rustc-hash v2.0.0 |
597 | 2024-12-20T21:16:58.057Z | Downloaded zone v0.3.0 |
598 | 2024-12-20T21:16:58.060Z | Downloaded crossbeam-deque v0.8.5 |
599 | 2024-12-20T21:16:58.060Z | Downloaded supports-color v3.0.1 |
600 | 2024-12-20T21:16:58.071Z | Downloaded thiserror-no-std v2.0.2 |
601 | 2024-12-20T21:16:58.076Z | Downloaded stringmetrics v2.2.2 |
602 | 2024-12-20T21:16:58.076Z | Downloaded derive_builder_core v0.20.2 |
603 | 2024-12-20T21:16:58.076Z | Downloaded proc-macro-error v1.0.4 |
604 | 2024-12-20T21:16:58.076Z | Downloaded thiserror-impl-no-std v2.0.2 |
605 | 2024-12-20T21:16:58.076Z | Downloaded ena v0.14.3 |
606 | 2024-12-20T21:16:58.076Z | Downloaded thiserror v2.0.3 |
607 | 2024-12-20T21:16:58.080Z | Downloaded subtle v2.6.1 |
608 | 2024-12-20T21:16:58.083Z | Downloaded defmt v0.3.8 |
609 | 2024-12-20T21:16:58.085Z | Downloaded unicode-ident v1.0.13 |
610 | 2024-12-20T21:16:58.088Z | Downloaded typenum v1.17.0 |
611 | 2024-12-20T21:16:58.090Z | Downloaded vte v0.11.1 |
612 | 2024-12-20T21:16:58.093Z | Downloaded schemars v0.8.21 |
613 | 2024-12-20T21:16:58.103Z | Downloaded xz2 v0.1.7 |
614 | 2024-12-20T21:16:58.106Z | Downloaded async-std v1.13.0 |
615 | 2024-12-20T21:16:58.125Z | Downloaded crc32fast v1.4.2 |
616 | 2024-12-20T21:16:58.128Z | Downloaded gimli v0.31.1 |
617 | 2024-12-20T21:16:58.133Z | Downloaded proc-macro2 v1.0.89 |
618 | 2024-12-20T21:16:58.138Z | Downloaded postcard v1.0.10 |
619 | 2024-12-20T21:16:58.142Z | Downloaded tungstenite v0.23.0 |
620 | 2024-12-20T21:16:58.149Z | Downloaded yoke v0.7.4 |
621 | 2024-12-20T21:16:58.150Z | Downloaded crossbeam-utils v0.8.20 |
622 | 2024-12-20T21:16:58.153Z | Downloaded crossbeam-epoch v0.9.18 |
623 | 2024-12-20T21:16:58.153Z | Downloaded tokio-postgres v0.7.12 |
624 | 2024-12-20T21:16:58.156Z | Downloaded unicode-bidi v0.3.17 |
625 | 2024-12-20T21:16:58.157Z | Downloaded reqwest v0.12.9 |
626 | 2024-12-20T21:16:58.164Z | Downloaded yasna v0.5.2 |
627 | 2024-12-20T21:16:58.169Z | Downloaded yansi v1.0.1 |
628 | 2024-12-20T21:16:58.174Z | Downloaded quick-xml v0.33.0 |
629 | 2024-12-20T21:16:58.178Z | Downloaded const-oid v0.9.6 |
630 | 2024-12-20T21:16:58.178Z | Downloaded p384 v0.13.0 |
631 | 2024-12-20T21:16:58.183Z | Downloaded samael v0.0.17 |
632 | 2024-12-20T21:16:58.188Z | Downloaded icu_normalizer v1.5.0 |
633 | 2024-12-20T21:16:58.192Z | Downloaded icu_normalizer_data v1.5.0 |
634 | 2024-12-20T21:16:58.196Z | Downloaded russh-keys v0.45.0 |
635 | 2024-12-20T21:16:58.201Z | Downloaded smoltcp v0.9.1 |
636 | 2024-12-20T21:16:58.207Z | Downloaded icu_provider v1.5.0 |
637 | 2024-12-20T21:16:58.210Z | Downloaded radix_trie v0.2.1 |
638 | 2024-12-20T21:16:58.216Z | Downloaded tungstenite v0.24.0 |
639 | 2024-12-20T21:16:58.218Z | Downloaded tabled v0.15.0 |
640 | 2024-12-20T21:16:58.234Z | Downloaded icu_properties v1.5.1 |
641 | 2024-12-20T21:16:58.237Z | Downloaded minimal-lexical v0.2.1 |
642 | 2024-12-20T21:16:58.240Z | Downloaded pest v2.7.14 |
643 | 2024-12-20T21:16:58.247Z | Downloaded zerocopy v0.7.35 |
644 | 2024-12-20T21:16:58.262Z | Downloaded mio v1.0.2 |
645 | 2024-12-20T21:16:58.267Z | Downloaded itertools v0.10.5 |
646 | 2024-12-20T21:16:58.273Z | Downloaded num-bigint v0.4.6 |
647 | 2024-12-20T21:16:58.278Z | Downloaded unicode-normalization v0.1.24 |
648 | 2024-12-20T21:16:58.282Z | Downloaded trybuild v1.0.101 |
649 | 2024-12-20T21:16:58.285Z | Downloaded tungstenite v0.21.0 |
650 | 2024-12-20T21:16:58.291Z | Downloaded vcpkg v0.2.15 |
651 | 2024-12-20T21:16:58.326Z | Downloaded criterion v0.5.1 |
652 | 2024-12-20T21:16:58.332Z | Downloaded idna v0.3.0 |
653 | 2024-12-20T21:16:58.339Z | Downloaded typed-path v0.9.3 |
654 | 2024-12-20T21:16:58.345Z | Downloaded smoltcp v0.11.0 |
655 | 2024-12-20T21:16:58.357Z | Downloaded libm v0.2.8 |
656 | 2024-12-20T21:16:58.365Z | Downloaded ssh-key v0.6.6 |
657 | 2024-12-20T21:16:58.371Z | Downloaded clap_builder v4.5.21 |
658 | 2024-12-20T21:16:58.377Z | Downloaded itertools v0.12.1 |
659 | 2024-12-20T21:16:58.384Z | Downloaded hickory-proto v0.24.1 |
660 | 2024-12-20T21:16:58.400Z | Downloaded zerocopy v0.8.10 |
661 | 2024-12-20T21:16:58.423Z | Downloaded salty v0.3.0 |
662 | 2024-12-20T21:16:58.429Z | Downloaded idna v0.5.0 |
663 | 2024-12-20T21:16:58.436Z | Downloaded regex-syntax v0.8.5 |
664 | 2024-12-20T21:16:58.444Z | Downloaded itertools v0.13.0 |
665 | 2024-12-20T21:16:58.451Z | Downloaded rustls v0.23.19 |
666 | 2024-12-20T21:16:58.463Z | Downloaded nix v0.28.0 |
667 | 2024-12-20T21:16:58.473Z | Downloaded nix v0.29.0 |
668 | 2024-12-20T21:16:58.485Z | Downloaded chrono-tz v0.10.0 |
669 | 2024-12-20T21:16:58.492Z | Downloaded diesel v2.2.6 |
670 | 2024-12-20T21:16:58.511Z | Downloaded object v0.36.5 |
671 | 2024-12-20T21:16:58.521Z | Downloaded regex-syntax v0.6.29 |
672 | 2024-12-20T21:16:58.529Z | Downloaded bstr v1.10.0 |
673 | 2024-12-20T21:16:58.539Z | Downloaded openapiv3 v2.0.0 |
674 | 2024-12-20T21:16:58.551Z | Downloaded petname v2.0.2 |
675 | 2024-12-20T21:16:58.556Z | Downloaded rustix v0.38.37 |
676 | 2024-12-20T21:16:58.578Z | Downloaded icu_properties_data v1.5.0 |
677 | 2024-12-20T21:16:58.587Z | Downloaded object v0.30.4 |
678 | 2024-12-20T21:16:58.597Z | Downloaded dropshot v0.12.0 |
679 | 2024-12-20T21:16:58.617Z | Downloaded rustls v0.21.12 |
680 | 2024-12-20T21:16:58.628Z | Downloaded polar-core v0.27.3 |
681 | 2024-12-20T21:16:58.635Z | Downloaded openssl v0.10.66 |
682 | 2024-12-20T21:16:58.645Z | Downloaded webpki-roots v0.26.6 |
683 | 2024-12-20T21:16:58.648Z | Downloaded typify-impl v0.2.0 |
684 | 2024-12-20T21:16:58.662Z | Downloaded dropshot v0.13.0 |
685 | 2024-12-20T21:16:58.684Z | Downloaded rustls v0.22.4 |
686 | 2024-12-20T21:16:58.695Z | Downloaded curve25519-dalek v4.1.3 |
687 | 2024-12-20T21:16:58.702Z | Downloaded quinn-proto v0.11.8 |
688 | 2024-12-20T21:16:58.711Z | Downloaded syn v2.0.87 |
689 | 2024-12-20T21:16:58.721Z | Downloaded nix v0.27.1 |
690 | 2024-12-20T21:16:58.731Z | Downloaded ratatui v0.28.1 |
691 | 2024-12-20T21:16:58.750Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
692 | 2024-12-20T21:16:58.761Z | Downloaded zerocopy-derive v0.6.6 |
693 | 2024-12-20T21:16:58.770Z | Downloaded idna v0.4.0 |
694 | 2024-12-20T21:16:58.776Z | Downloaded rayon v1.10.0 |
695 | 2024-12-20T21:16:58.784Z | Downloaded sled v0.34.7 |
696 | 2024-12-20T21:16:58.794Z | Downloaded idna v0.2.3 |
697 | 2024-12-20T21:16:58.802Z | Downloaded trust-dns-proto v0.22.0 |
698 | 2024-12-20T21:16:58.813Z | Downloaded rustyline v14.0.0 |
699 | 2024-12-20T21:16:58.819Z | Downloaded regex-automata v0.4.8 |
700 | 2024-12-20T21:16:58.835Z | Downloaded idna v1.0.3 |
701 | 2024-12-20T21:16:58.839Z | Downloaded syn v1.0.109 |
702 | 2024-12-20T21:16:58.849Z | Downloaded lalrpop v0.19.12 |
703 | 2024-12-20T21:16:58.860Z | Downloaded libc v0.2.162 |
704 | 2024-12-20T21:16:58.887Z | Downloaded regex v1.11.1 |
705 | 2024-12-20T21:16:58.899Z | Downloaded regress v0.10.1 |
706 | 2024-12-20T21:16:58.908Z | Downloaded regress v0.9.1 |
707 | 2024-12-20T21:16:58.916Z | Downloaded unicode-width v0.1.14 |
708 | 2024-12-20T21:16:58.922Z | Downloaded unicode-width v0.2.0 |
709 | 2024-12-20T21:16:58.930Z | Downloaded darling_core v0.20.10 |
710 | 2024-12-20T21:16:58.933Z | Downloaded der v0.7.9 |
711 | 2024-12-20T21:16:58.939Z | Downloaded csv v1.3.0 |
712 | 2024-12-20T21:16:58.959Z | Downloaded petgraph v0.6.5 |
713 | 2024-12-20T21:16:58.975Z | Downloaded tokio v1.40.0 |
714 | 2024-12-20T21:16:59.011Z | Downloaded lzma-sys v0.1.20 |
715 | 2024-12-20T21:16:59.039Z | Downloaded sha3 v0.10.8 |
716 | 2024-12-20T21:16:59.043Z | Downloaded libz-sys v1.1.20 |
717 | 2024-12-20T21:16:59.064Z | Downloaded time v0.3.36 |
718 | 2024-12-20T21:16:59.070Z | Downloaded plotters v0.3.7 |
719 | 2024-12-20T21:16:59.082Z | Downloaded num v0.4.3 |
720 | 2024-12-20T21:16:59.087Z | Downloaded defmt-macros v0.3.9 |
721 | 2024-12-20T21:16:59.087Z | Downloaded slog v2.7.0 |
722 | 2024-12-20T21:16:59.087Z | Downloaded winnow v0.5.40 |
723 | 2024-12-20T21:16:59.093Z | Downloaded publicsuffix v2.2.3 |
724 | 2024-12-20T21:16:59.098Z | Downloaded libxml v0.3.3 |
725 | 2024-12-20T21:16:59.102Z | Downloaded num-derive v0.4.2 |
726 | 2024-12-20T21:16:59.107Z | Downloaded miniz_oxide v0.8.0 |
727 | 2024-12-20T21:16:59.111Z | Downloaded crossterm v0.28.1 |
728 | 2024-12-20T21:16:59.114Z | Downloaded crossbeam-channel v0.5.13 |
729 | 2024-12-20T21:16:59.118Z | Downloaded tough v0.19.0 |
730 | 2024-12-20T21:16:59.125Z | Downloaded chrono v0.4.38 |
731 | 2024-12-20T21:16:59.132Z | Downloaded bitvec v1.0.1 |
732 | 2024-12-20T21:16:59.147Z | Downloaded pathdiff v0.2.2 |
733 | 2024-12-20T21:16:59.151Z | Downloaded sync-ptr v0.1.1 |
734 | 2024-12-20T21:16:59.151Z | Downloaded rust-argon2 v2.1.0 |
735 | 2024-12-20T21:16:59.151Z | Downloaded rand_distr v0.4.3 |
736 | 2024-12-20T21:16:59.154Z | Downloaded quinn v0.11.5 |
737 | 2024-12-20T21:16:59.158Z | Downloaded litemap v0.7.3 |
738 | 2024-12-20T21:16:59.163Z | Downloaded polling v3.7.3 |
739 | 2024-12-20T21:16:59.164Z | Downloaded pbkdf2 v0.11.0 |
740 | 2024-12-20T21:16:59.167Z | Downloaded aws-lc-rs v1.10.0 |
741 | 2024-12-20T21:16:59.172Z | Downloaded subprocess v0.2.9 |
742 | 2024-12-20T21:16:59.176Z | Downloaded usdt-attr-macro v0.5.0 |
743 | 2024-12-20T21:16:59.176Z | Downloaded scheduled-thread-pool v0.2.7 |
744 | 2024-12-20T21:16:59.179Z | Downloaded httpmock v0.8.0-alpha.1 |
745 | 2024-12-20T21:16:59.198Z | Downloaded quote v1.0.37 |
746 | 2024-12-20T21:16:59.204Z | Downloaded diff v0.1.13 |
747 | 2024-12-20T21:16:59.204Z | Downloaded diesel_derives v2.2.3 |
748 | 2024-12-20T21:16:59.209Z | Downloaded winnow v0.6.20 |
749 | 2024-12-20T21:16:59.213Z | Downloaded vte_generate_state_changes v0.1.2 |
750 | 2024-12-20T21:16:59.217Z | Downloaded linked-hash-map v0.5.6 |
751 | 2024-12-20T21:16:59.217Z | Downloaded tinytemplate v1.2.1 |
752 | 2024-12-20T21:16:59.217Z | Downloaded pem-rfc7468 v0.7.0 |
753 | 2024-12-20T21:16:59.220Z | Downloaded libtest-mimic v0.7.3 |
754 | 2024-12-20T21:16:59.221Z | Downloaded zerocopy-derive v0.8.10 |
755 | 2024-12-20T21:16:59.227Z | Downloaded url v2.5.3 |
756 | 2024-12-20T21:16:59.231Z | Downloaded tokio-util v0.7.12 |
757 | 2024-12-20T21:16:59.236Z | Downloaded serde_json v1.0.132 |
758 | 2024-12-20T21:16:59.242Z | Downloaded icu_locid v1.5.0 |
759 | 2024-12-20T21:16:59.246Z | Downloaded event-listener v2.5.3 |
760 | 2024-12-20T21:16:59.250Z | Downloaded encoding_rs v0.8.34 |
761 | 2024-12-20T21:16:59.275Z | Downloaded derive-where v1.2.7 |
762 | 2024-12-20T21:16:59.278Z | Downloaded mockall v0.13.0 |
763 | 2024-12-20T21:16:59.281Z | Downloaded dsl_auto_type v0.1.2 |
764 | 2024-12-20T21:16:59.281Z | Downloaded zerovec v0.10.4 |
765 | 2024-12-20T21:16:59.286Z | Downloaded russh v0.45.0 |
766 | 2024-12-20T21:16:59.292Z | Downloaded rusqlite v0.32.1 |
767 | 2024-12-20T21:16:59.297Z | Downloaded maybe-uninit v2.0.0 |
768 | 2024-12-20T21:16:59.301Z | Downloaded rfc6979 v0.4.0 |
769 | 2024-12-20T21:16:59.301Z | Downloaded rand_seeder v0.3.0 |
770 | 2024-12-20T21:16:59.301Z | Downloaded parking_lot v0.11.2 |
771 | 2024-12-20T21:16:59.305Z | Downloaded ipnet v2.10.1 |
772 | 2024-12-20T21:16:59.308Z | Downloaded ron v0.7.1 |
773 | 2024-12-20T21:16:59.312Z | Downloaded uuid v1.11.0 |
774 | 2024-12-20T21:16:59.315Z | Downloaded steno v0.4.1 |
775 | 2024-12-20T21:16:59.319Z | Downloaded p521 v0.13.3 |
776 | 2024-12-20T21:16:59.322Z | Downloaded tracing v0.1.40 |
777 | 2024-12-20T21:16:59.325Z | Downloaded mime v0.3.17 |
778 | 2024-12-20T21:16:59.328Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
779 | 2024-12-20T21:16:59.382Z | Downloaded sha2 v0.10.8 |
780 | 2024-12-20T21:16:59.386Z | Downloaded nom v7.1.3 |
781 | 2024-12-20T21:16:59.390Z | Downloaded aho-corasick v1.1.3 |
782 | 2024-12-20T21:16:59.395Z | Downloaded signature v2.2.0 |
783 | 2024-12-20T21:16:59.398Z | Downloaded rstest v0.23.0 |
784 | 2024-12-20T21:16:59.402Z | Downloaded tokio-rustls v0.25.0 |
785 | 2024-12-20T21:16:59.405Z | Downloaded slog-term v2.9.1 |
786 | 2024-12-20T21:16:59.405Z | Downloaded phf v0.11.2 |
787 | 2024-12-20T21:16:59.411Z | Downloaded difflib v0.4.0 |
788 | 2024-12-20T21:16:59.411Z | Downloaded defmt-parser v0.3.4 |
789 | 2024-12-20T21:16:59.411Z | Downloaded goblin v0.8.2 |
790 | 2024-12-20T21:16:59.415Z | Downloaded num-bigint-dig v0.8.4 |
791 | 2024-12-20T21:16:59.420Z | Downloaded nu-ansi-term v0.50.1 |
792 | 2024-12-20T21:16:59.423Z | Downloaded memmap2 v0.9.5 |
793 | 2024-12-20T21:16:59.423Z | Downloaded linear-map v1.2.0 |
794 | 2024-12-20T21:16:59.430Z | Downloaded toml_edit v0.19.15 |
795 | 2024-12-20T21:16:59.440Z | Downloaded futures-util v0.3.31 |
796 | 2024-12-20T21:16:59.452Z | Downloaded signal-hook-registry v1.4.2 |
797 | 2024-12-20T21:16:59.455Z | Downloaded usdt-impl v0.5.0 |
798 | 2024-12-20T21:16:59.456Z | Downloaded ssh-cipher v0.2.0 |
799 | 2024-12-20T21:16:59.456Z | Downloaded spki v0.7.3 |
800 | 2024-12-20T21:16:59.459Z | Downloaded smallvec v0.6.14 |
801 | 2024-12-20T21:16:59.459Z | Downloaded rpassword v7.3.1 |
802 | 2024-12-20T21:16:59.459Z | Downloaded multimap v0.10.0 |
803 | 2024-12-20T21:16:59.459Z | Downloaded guppy v0.17.8 |
804 | 2024-12-20T21:16:59.465Z | Downloaded cpufeatures v0.2.14 |
805 | 2024-12-20T21:16:59.469Z | Downloaded sct v0.7.1 |
806 | 2024-12-20T21:16:59.472Z | Downloaded parking_lot_core v0.9.10 |
807 | 2024-12-20T21:16:59.472Z | Downloaded openssl-sys v0.9.103 |
808 | 2024-12-20T21:16:59.477Z | Downloaded der_derive v0.7.3 |
809 | 2024-12-20T21:16:59.482Z | Downloaded icu_locid_transform v1.5.0 |
810 | 2024-12-20T21:16:59.485Z | Downloaded unicode-properties v0.1.3 |
811 | 2024-12-20T21:16:59.485Z | Downloaded once_cell v1.20.2 |
812 | 2024-12-20T21:16:59.490Z | Downloaded stable_deref_trait v1.2.0 |
813 | 2024-12-20T21:16:59.490Z | Downloaded spin v0.5.2 |
814 | 2024-12-20T21:16:59.490Z | Downloaded slog-stdlog v4.1.1 |
815 | 2024-12-20T21:16:59.493Z | Downloaded similar-asserts v1.6.0 |
816 | 2024-12-20T21:16:59.493Z | Downloaded scrypt v0.11.0 |
817 | 2024-12-20T21:16:59.493Z | Downloaded rustc_version v0.4.1 |
818 | 2024-12-20T21:16:59.497Z | Downloaded rustc_version v0.1.7 |
819 | 2024-12-20T21:16:59.497Z | Downloaded relative-path v1.9.3 |
820 | 2024-12-20T21:16:59.497Z | Downloaded aes v0.8.4 |
821 | 2024-12-20T21:16:59.501Z | Downloaded signal-hook-tokio v0.3.1 |
822 | 2024-12-20T21:16:59.501Z | Downloaded cookie v0.18.1 |
823 | 2024-12-20T21:16:59.505Z | Downloaded serde_derive v1.0.215 |
824 | 2024-12-20T21:16:59.508Z | Downloaded indicatif v0.17.9 |
825 | 2024-12-20T21:16:59.512Z | Downloaded zone_cfg_derive v0.3.0 |
826 | 2024-12-20T21:16:59.512Z | Downloaded try-lock v0.2.5 |
827 | 2024-12-20T21:16:59.512Z | Downloaded quick-error v1.2.3 |
828 | 2024-12-20T21:16:59.512Z | Downloaded proc-macro-error-attr v1.0.4 |
829 | 2024-12-20T21:16:59.516Z | Downloaded peg v0.8.4 |
830 | 2024-12-20T21:16:59.516Z | Downloaded pbkdf2 v0.12.2 |
831 | 2024-12-20T21:16:59.519Z | Downloaded cipher v0.4.4 |
832 | 2024-12-20T21:16:59.519Z | Downloaded whoami v1.5.2 |
833 | 2024-12-20T21:16:59.523Z | Downloaded kv-log-macro v1.0.7 |
834 | 2024-12-20T21:16:59.523Z | Downloaded kstat-rs v0.2.4 |
835 | 2024-12-20T21:16:59.526Z | Downloaded indoc v2.0.5 |
836 | 2024-12-20T21:16:59.526Z | Downloaded tokio-tungstenite v0.24.0 |
837 | 2024-12-20T21:16:59.530Z | Downloaded pretty_assertions v1.4.1 |
838 | 2024-12-20T21:16:59.530Z | Downloaded scroll v0.12.0 |
839 | 2024-12-20T21:16:59.535Z | Downloaded tracing-core v0.1.32 |
840 | 2024-12-20T21:16:59.539Z | Downloaded colorchoice v1.0.2 |
841 | 2024-12-20T21:16:59.539Z | Downloaded target-lexicon v0.12.16 |
842 | 2024-12-20T21:16:59.539Z | Downloaded strum_macros v0.26.4 |
843 | 2024-12-20T21:16:59.543Z | Downloaded papergrid v0.11.0 |
844 | 2024-12-20T21:16:59.547Z | Downloaded hashbrown v0.13.2 |
845 | 2024-12-20T21:16:59.552Z | Downloaded flate2 v1.0.34 |
846 | 2024-12-20T21:16:59.555Z | Downloaded pkcs8 v0.10.2 |
847 | 2024-12-20T21:16:59.558Z | Downloaded num-complex v0.4.6 |
848 | 2024-12-20T21:16:59.562Z | Downloaded clang-sys v1.8.1 |
849 | 2024-12-20T21:16:59.562Z | Downloaded rustls-native-certs v0.7.3 |
850 | 2024-12-20T21:16:59.565Z | Downloaded colored v2.1.0 |
851 | 2024-12-20T21:16:59.566Z | Downloaded unicode-truncate v1.1.0 |
852 | 2024-12-20T21:16:59.569Z | Downloaded rustc-hash v1.1.0 |
853 | 2024-12-20T21:16:59.569Z | Downloaded strum_macros v0.25.3 |
854 | 2024-12-20T21:16:59.574Z | Downloaded indexmap v1.9.3 |
855 | 2024-12-20T21:16:59.574Z | Downloaded env_logger v0.10.2 |
856 | 2024-12-20T21:16:59.577Z | Downloaded enum-as-inner v0.6.1 |
857 | 2024-12-20T21:16:59.577Z | Downloaded crc-any v2.5.0 |
858 | 2024-12-20T21:16:59.580Z | Downloaded serde_yaml v0.9.34+deprecated |
859 | 2024-12-20T21:16:59.584Z | Downloaded cc v1.1.30 |
860 | 2024-12-20T21:16:59.587Z | Downloaded bumpalo v3.16.0 |
861 | 2024-12-20T21:16:59.590Z | Downloaded unicase v2.7.0 |
862 | 2024-12-20T21:16:59.593Z | Downloaded backtrace v0.3.74 |
863 | 2024-12-20T21:16:59.597Z | Downloaded hickory-resolver v0.24.1 |
864 | 2024-12-20T21:16:59.605Z | Downloaded predicates-core v1.0.8 |
865 | 2024-12-20T21:16:59.609Z | Downloaded http v1.1.0 |
866 | 2024-12-20T21:16:59.609Z | Downloaded libefi-sys v0.1.0 |
867 | 2024-12-20T21:16:59.609Z | Downloaded ecdsa v0.16.9 |
868 | 2024-12-20T21:16:59.609Z | Downloaded prettyplease v0.2.25 |
869 | 2024-12-20T21:16:59.612Z | Downloaded percent-encoding v2.3.1 |
870 | 2024-12-20T21:16:59.617Z | Downloaded num_cpus v1.16.0 |
871 | 2024-12-20T21:16:59.617Z | Downloaded des v0.8.1 |
872 | 2024-12-20T21:16:59.622Z | Downloaded ucd-trie v0.1.7 |
873 | 2024-12-20T21:16:59.623Z | Downloaded textwrap v0.16.1 |
874 | 2024-12-20T21:16:59.623Z | Downloaded base64 v0.22.1 |
875 | 2024-12-20T21:16:59.627Z | Downloaded base64 v0.13.1 |
876 | 2024-12-20T21:16:59.630Z | Downloaded hickory-server v0.24.1 |
877 | 2024-12-20T21:16:59.633Z | Downloaded heapless v0.8.0 |
878 | 2024-12-20T21:16:59.637Z | Downloaded ed25519 v2.2.3 |
879 | 2024-12-20T21:16:59.641Z | Downloaded crypto-common v0.1.6 |
880 | 2024-12-20T21:16:59.641Z | Downloaded headers v0.4.0 |
881 | 2024-12-20T21:16:59.646Z | Downloaded anyhow v1.0.93 |
882 | 2024-12-20T21:16:59.650Z | Downloaded zerovec-derive v0.10.3 |
883 | 2024-12-20T21:16:59.650Z | Downloaded utf8parse v0.2.2 |
884 | 2024-12-20T21:16:59.655Z | Downloaded utf8_iter v1.0.4 |
885 | 2024-12-20T21:16:59.655Z | Downloaded utf16_iter v1.0.5 |
886 | 2024-12-20T21:16:59.656Z | Downloaded structmeta-derive v0.3.0 |
887 | 2024-12-20T21:16:59.656Z | Downloaded structmeta-derive v0.2.0 |
888 | 2024-12-20T21:16:59.660Z | Downloaded sec1 v0.7.3 |
889 | 2024-12-20T21:16:59.660Z | Downloaded flume v0.11.1 |
890 | 2024-12-20T21:16:59.660Z | Downloaded serde_urlencoded v0.7.1 |
891 | 2024-12-20T21:16:59.663Z | Downloaded serde_tokenstream v0.2.2 |
892 | 2024-12-20T21:16:59.664Z | Downloaded serde_repr v0.1.19 |
893 | 2024-12-20T21:16:59.669Z | Downloaded serde_plain v1.0.2 |
894 | 2024-12-20T21:16:59.669Z | Downloaded bitflags v2.6.0 |
895 | 2024-12-20T21:16:59.675Z | Downloaded rustls-pemfile v1.0.4 |
896 | 2024-12-20T21:16:59.675Z | Downloaded async-task v4.7.1 |
897 | 2024-12-20T21:16:59.678Z | Downloaded async-io v2.3.4 |
898 | 2024-12-20T21:16:59.678Z | Downloaded assert_cmd v2.0.16 |
899 | 2024-12-20T21:16:59.678Z | Downloaded ahash v0.8.11 |
900 | 2024-12-20T21:16:59.680Z | Downloaded serde-big-array v0.5.1 |
901 | 2024-12-20T21:16:59.683Z | Downloaded camino v1.1.9 |
902 | 2024-12-20T21:16:59.686Z | Downloaded async-lock v3.4.0 |
903 | 2024-12-20T21:16:59.688Z | Downloaded hashlink v0.9.1 |
904 | 2024-12-20T21:16:59.688Z | Downloaded base64ct v1.6.0 |
905 | 2024-12-20T21:16:59.690Z | Downloaded autocfg v1.4.0 |
906 | 2024-12-20T21:16:59.693Z | Downloaded async-process v2.3.0 |
907 | 2024-12-20T21:16:59.696Z | Downloaded globset v0.4.15 |
908 | 2024-12-20T21:16:59.696Z | Downloaded getrandom v0.2.15 |
909 | 2024-12-20T21:16:59.699Z | Downloaded blake2b_simd v1.0.2 |
910 | 2024-12-20T21:16:59.703Z | Downloaded hyper-rustls v0.27.3 |
911 | 2024-12-20T21:16:59.703Z | Downloaded hyper-rustls v0.26.0 |
912 | 2024-12-20T21:16:59.707Z | Downloaded httparse v1.9.5 |
913 | 2024-12-20T21:16:59.707Z | Downloaded bzip2 v0.4.4 |
914 | 2024-12-20T21:16:59.711Z | Downloaded futures-channel v0.3.31 |
915 | 2024-12-20T21:16:59.711Z | Downloaded funty v2.0.0 |
916 | 2024-12-20T21:16:59.715Z | Downloaded fs_extra v1.3.0 |
917 | 2024-12-20T21:16:59.715Z | Downloaded filetime v0.2.25 |
918 | 2024-12-20T21:16:59.715Z | Downloaded hex v0.4.3 |
919 | 2024-12-20T21:16:59.719Z | Downloaded hash32 v0.2.1 |
920 | 2024-12-20T21:16:59.719Z | Downloaded errno v0.3.9 |
921 | 2024-12-20T21:16:59.723Z | Downloaded bcrypt-pbkdf v0.10.0 |
922 | 2024-12-20T21:16:59.723Z | Downloaded base16ct v0.2.0 |
923 | 2024-12-20T21:16:59.723Z | Downloaded approx v0.5.1 |
924 | 2024-12-20T21:16:59.723Z | Downloaded http-body-util v0.1.2 |
925 | 2024-12-20T21:16:59.725Z | Downloaded hostname v0.3.1 |
926 | 2024-12-20T21:16:59.727Z | Downloaded heck v0.3.3 |
927 | 2024-12-20T21:16:59.727Z | Downloaded gethostname v0.5.0 |
928 | 2024-12-20T21:16:59.730Z | Downloaded futures-sink v0.3.31 |
929 | 2024-12-20T21:16:59.730Z | Downloaded float-ord v0.3.2 |
930 | 2024-12-20T21:16:59.730Z | Downloaded atomic-waker v1.1.2 |
931 | 2024-12-20T21:16:59.734Z | Downloaded async-stream v0.3.6 |
932 | 2024-12-20T21:16:59.734Z | Downloaded async-channel v1.9.0 |
933 | 2024-12-20T21:16:59.738Z | Downloaded bitflags v1.3.2 |
934 | 2024-12-20T21:16:59.738Z | Downloaded async-global-executor v2.4.1 |
935 | 2024-12-20T21:16:59.743Z | Downloaded anstyle-query v1.1.1 |
936 | 2024-12-20T21:16:59.743Z | Downloaded glob v0.3.1 |
937 | 2024-12-20T21:16:59.743Z | Downloaded futures-core v0.3.31 |
938 | 2024-12-20T21:16:59.747Z | Downloaded foreign-types-macros v0.2.3 |
939 | 2024-12-20T21:16:59.747Z | Downloaded flagset v0.4.6 |
940 | 2024-12-20T21:16:59.747Z | Downloaded futures-executor v0.3.31 |
941 | 2024-12-20T21:16:59.747Z | Downloaded fragile v2.0.0 |
942 | 2024-12-20T21:16:59.750Z | Downloaded foreign-types v0.5.0 |
943 | 2024-12-20T21:16:59.750Z | Downloaded foldhash v0.1.3 |
944 | 2024-12-20T21:16:59.750Z | Downloaded float-cmp v0.9.0 |
945 | 2024-12-20T21:16:59.753Z | Downloaded ff v0.13.0 |
946 | 2024-12-20T21:16:59.753Z | Downloaded fastrand v2.1.1 |
947 | 2024-12-20T21:16:59.756Z | Downloaded fallible-streaming-iterator v0.1.9 |
948 | 2024-12-20T21:16:59.756Z | Downloaded form_urlencoded v1.2.1 |
949 | 2024-12-20T21:16:59.756Z | Downloaded fnv v1.0.7 |
950 | 2024-12-20T21:16:59.760Z | Downloaded fixedbitset v0.4.2 |
951 | 2024-12-20T21:16:59.764Z | Downloaded bit-set v0.5.3 |
952 | 2024-12-20T21:16:59.764Z | Downloaded bb8 v0.8.5 |
953 | 2024-12-20T21:16:59.764Z | Downloaded ascii-canvas v3.0.0 |
954 | 2024-12-20T21:16:59.797Z | Downloaded ring v0.17.8 |
955 | 2024-12-20T21:16:59.937Z | Downloaded ring v0.16.20 |
956 | 2024-12-20T21:17:00.015Z | Downloaded libsqlite3-sys v0.30.1 |
957 | 2024-12-20T21:17:00.252Z | Downloaded aws-lc-sys v0.22.0 |
958 | 2024-12-20T21:17:00.720Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
959 | 2024-12-20T21:17:10.482Z | Startup: Refreshing catalog 'helios-dev' ... Done |
960 | 2024-12-20T21:17:14.396Z | Startup: Caching catalogs ... Done |
961 | 2024-12-20T21:17:25.254Z | Planning: Solver setup ... Done (9.878s) |
962 | 2024-12-20T21:17:25.385Z | Planning: Running solver ... Done (0.131s) |
963 | 2024-12-20T21:17:25.492Z | Planning: Finding local manifests ... Done (0.005s) |
964 | 2024-12-20T21:17:25.520Z | Planning: Fetching manifests: 0/5 0% complete |
965 | 2024-12-20T21:17:25.754Z | Planning: Fetching manifests: 5/5 100% complete |
966 | 2024-12-20T21:17:25.847Z | Planning: Package planning ... Done (0.098s) |
967 | 2024-12-20T21:17:26.075Z | Planning: Merging actions ... Done (0.228s) |
968 | 2024-12-20T21:17:26.271Z | Planning: Checking for conflicting actions ... Done (0.196s) |
969 | 2024-12-20T21:17:28.511Z | Planning: Consolidating action changes ... Done (2.239s) |
970 | 2024-12-20T21:17:28.969Z | Planning: Evaluating mediators ... Done (0.458s) |
971 | 2024-12-20T21:17:29.049Z | Planning: Planning completed in 14.56 seconds |
972 | 2024-12-20T21:17:29.074Z | Packages to install: 4 |
973 | 2024-12-20T21:17:29.074Z | Packages to update: 1 |
974 | 2024-12-20T21:17:29.078Z | Mediators to change: 2 |
975 | 2024-12-20T21:17:29.078Z | Services to change: 1 |
976 | 2024-12-20T21:17:29.078Z | Estimated space available: 155.37 GB |
977 | 2024-12-20T21:17:29.078Z | Estimated space to be consumed: 1.62 GB |
978 | 2024-12-20T21:17:29.078Z | Create boot environment: No |
979 | 2024-12-20T21:17:29.078Z | Create backup boot environment: Yes |
980 | 2024-12-20T21:17:29.079Z | Rebuild boot archive: No |
981 | 2024-12-20T21:17:29.079Z | |
982 | 2024-12-20T21:17:29.079Z | Changed mediators: |
983 | 2024-12-20T21:17:29.079Z | mediator clang: |
984 | 2024-12-20T21:17:29.079Z | version: None -> 15 (system default) |
985 | 2024-12-20T21:17:29.079Z | |
986 | 2024-12-20T21:17:29.079Z | mediator llvm: |
987 | 2024-12-20T21:17:29.079Z | version: 14 (system default) -> 15 (system default) |
988 | 2024-12-20T21:17:29.079Z | |
989 | 2024-12-20T21:17:29.080Z | Changed packages: |
990 | 2024-12-20T21:17:29.080Z | helios-dev |
991 | 2024-12-20T21:17:29.080Z | developer/build-essential |
992 | 2024-12-20T21:17:29.080Z | None -> 11-2.0 |
993 | 2024-12-20T21:17:29.080Z | library/libxmlsec1 |
994 | 2024-12-20T21:17:29.080Z | None -> 1.2.35-2.0 |
995 | 2024-12-20T21:17:29.080Z | ooce/developer/clang-15 |
996 | 2024-12-20T21:17:29.080Z | None -> 15.0.7-2.0 |
997 | 2024-12-20T21:17:29.080Z | ooce/developer/llvm-15 |
998 | 2024-12-20T21:17:29.080Z | None -> 15.0.7-2.0 |
999 | 2024-12-20T21:17:29.080Z | package/pkg |
1000 | 2024-12-20T21:17:29.080Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1001 | 2024-12-20T21:17:29.080Z | |
1002 | 2024-12-20T21:17:29.080Z | Services: |
1003 | 2024-12-20T21:17:29.080Z | restart_fmri: |
1004 | 2024-12-20T21:17:29.080Z | svc:/system/update-man-index:default |
1005 | 2024-12-20T21:17:29.080Z | |
1006 | 2024-12-20T21:17:29.080Z | Editable files to change: |
1007 | 2024-12-20T21:17:29.080Z | Update: |
1008 | 2024-12-20T21:17:29.080Z | usr/share/lib/pkg/web/config.shtml |
1009 | 2024-12-20T21:17:29.153Z | |
1010 | 2024-12-20T21:17:29.153Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1011 | 2024-12-20T21:17:35.396Z | Download: 212/4281 items 1.3/220.6MB 0% complete (310k/s) |
1012 | 2024-12-20T21:17:40.396Z | Download: 412/4281 items 16.5/220.6MB 7% complete (1.6M/s) |
1013 | 2024-12-20T21:17:45.465Z | Download: 736/4281 items 18.1/220.6MB 8% complete (1.8M/s) |
1014 | 2024-12-20T21:17:50.478Z | Download: 1090/4281 items 19.8/220.6MB 8% complete (340k/s) |
1015 | 2024-12-20T21:17:55.486Z | Download: 1502/4281 items 116.7/220.6MB 52% complete (9.9M/s) |
1016 | 2024-12-20T21:18:00.768Z | Download: 2220/4281 items 118.6/220.6MB 53% complete (9.9M/s) |
1017 | 2024-12-20T21:18:06.183Z | Download: 2224/4281 items 118.6/220.6MB 53% complete (9.3M/s) |
1018 | 2024-12-20T21:18:11.187Z | Download: 3102/4281 items 156.5/220.6MB 70% complete (3.7M/s) |
1019 | 2024-12-20T21:18:32.525Z | Download: 3248/4281 items 203.1/220.6MB 92% complete |
1020 | 2024-12-20T21:18:37.528Z | Download: 4003/4281 items 219.0/220.6MB 99% complete (3.1M/s) |
1021 | 2024-12-20T21:18:40.902Z | Download: Completed 220.60 MB in 71.73 seconds (3.1M/s) |
1022 | 2024-12-20T21:18:42.991Z | Actions: 1/5063 actions (Removing old actions) |
1023 | 2024-12-20T21:18:43.014Z | Actions: 194/5063 actions (Installing new actions) |
1024 | 2024-12-20T21:18:47.657Z | Actions: 4226/5063 actions (Updating modified actions) |
1025 | 2024-12-20T21:18:47.987Z | Actions: Completed 5063 actions in 4.99 seconds. |
1026 | 2024-12-20T21:18:48.406Z | Done (0.412s) |
1027 | 2024-12-20T21:18:48.409Z | Done (0.000s) |
1028 | 2024-12-20T21:18:48.992Z | Done (0.584s) |
1029 | 2024-12-20T21:18:53.405Z | Done (4.188s) |
1030 | 2024-12-20T21:18:53.491Z | Done (0.018s) |
1031 | 2024-12-20T21:18:53.493Z | Done (0.000s) |
1032 | 2024-12-20T21:18:53.663Z | Done (0.000s) |
1033 | 2024-12-20T21:18:54.356Z | Planning: Evaluating mediator changes ... Done |
1034 | 2024-12-20T21:18:54.519Z | Planning: Checking for conflicting actions ... Done |
1035 | 2024-12-20T21:18:54.524Z | Planning: Consolidating action changes ... Done |
1036 | 2024-12-20T21:18:54.788Z | Planning: Evaluating mediators ... Done |
1037 | 2024-12-20T21:18:54.791Z | Planning: Planning completed in 0.43 seconds |
1038 | 2024-12-20T21:18:54.829Z | Mediators to change: 2 |
1039 | 2024-12-20T21:18:54.829Z | Create boot environment: No |
1040 | 2024-12-20T21:18:54.832Z | Create backup boot environment: No |
1041 | 2024-12-20T21:18:54.913Z | Done |
1042 | 2024-12-20T21:18:54.913Z | Done |
1043 | 2024-12-20T21:18:55.272Z | Done |
1044 | 2024-12-20T21:18:58.829Z | Done |
1045 | 2024-12-20T21:18:58.920Z | Done |
1046 | 2024-12-20T21:18:58.922Z | Done |
1047 | 2024-12-20T21:18:59.038Z | Done |
1048 | 2024-12-20T21:18:59.644Z | Planning: Evaluating mediator changes ... Done |
1049 | 2024-12-20T21:18:59.647Z | Planning: Merging actions ... Done |
1050 | 2024-12-20T21:18:59.838Z | Planning: Checking for conflicting actions ... Done |
1051 | 2024-12-20T21:18:59.840Z | Planning: Consolidating action changes ... Done |
1052 | 2024-12-20T21:19:00.105Z | Planning: Evaluating mediators ... Done |
1053 | 2024-12-20T21:19:00.160Z | Planning: Planning completed in 0.76 seconds |
1054 | 2024-12-20T21:19:00.200Z | Packages to change: 1 |
1055 | 2024-12-20T21:19:00.206Z | Mediators to change: 1 |
1056 | 2024-12-20T21:19:00.206Z | Services to change: 1 |
1057 | 2024-12-20T21:19:00.206Z | Create boot environment: No |
1058 | 2024-12-20T21:19:00.206Z | Create backup boot environment: Yes |
1059 | 2024-12-20T21:19:02.481Z | Actions: 1/6 actions (Updating modified actions) |
1060 | 2024-12-20T21:19:02.484Z | Actions: Completed 6 actions in 0.00 seconds. |
1061 | 2024-12-20T21:19:02.484Z | Done |
1062 | 2024-12-20T21:19:02.484Z | Done |
1063 | 2024-12-20T21:19:02.600Z | Done |
1064 | 2024-12-20T21:19:06.168Z | Done |
1065 | 2024-12-20T21:19:06.257Z | Done |
1066 | 2024-12-20T21:19:06.259Z | Done |
1067 | 2024-12-20T21:19:06.393Z | Done |
1068 | 2024-12-20T21:19:06.832Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1069 | 2024-12-20T21:19:06.832Z | clang system 15 system |
1070 | 2024-12-20T21:19:06.832Z | csh system system illumos |
1071 | 2024-12-20T21:19:06.832Z | ctags system system illumos |
1072 | 2024-12-20T21:19:06.832Z | gcc vendor 12 vendor |
1073 | 2024-12-20T21:19:06.832Z | gcc system 10 system |
1074 | 2024-12-20T21:19:06.833Z | gcc system 7 system |
1075 | 2024-12-20T21:19:06.833Z | go system 1.20 system |
1076 | 2024-12-20T21:19:06.833Z | go system 1.19 system |
1077 | 2024-12-20T21:19:06.833Z | llvm system 15 system |
1078 | 2024-12-20T21:19:06.833Z | llvm system 14 system |
1079 | 2024-12-20T21:19:06.833Z | mariadb system 10.6 system |
1080 | 2024-12-20T21:19:06.833Z | mta vendor vendor dma |
1081 | 2024-12-20T21:19:06.833Z | openjdk system 17 system |
1082 | 2024-12-20T21:19:06.833Z | openjdk system 11 system |
1083 | 2024-12-20T21:19:06.833Z | openjdk system 1.8 system |
1084 | 2024-12-20T21:19:06.833Z | openssl vendor 3 vendor |
1085 | 2024-12-20T21:19:06.833Z | perl system 5.36 system |
1086 | 2024-12-20T21:19:06.833Z | postgresql system 15 system |
1087 | 2024-12-20T21:19:06.833Z | postgresql system 13 system |
1088 | 2024-12-20T21:19:06.833Z | python vendor 3 vendor |
1089 | 2024-12-20T21:19:06.833Z | python system 2 system |
1090 | 2024-12-20T21:19:06.833Z | python3 system 3.11 system |
1091 | 2024-12-20T21:19:06.833Z | ruby system 3.0 system |
1092 | 2024-12-20T21:19:06.833Z | words vendor vendor american-english |
1093 | 2024-12-20T21:19:06.833Z | words system system australian-english |
1094 | 2024-12-20T21:19:06.833Z | words system system british-english |
1095 | 2024-12-20T21:19:06.833Z | words system system canadian-english |
1096 | 2024-12-20T21:19:06.833Z | words system system french |
1097 | 2024-12-20T21:19:06.833Z | words system system italian |
1098 | 2024-12-20T21:19:06.833Z | words system system ngerman |
1099 | 2024-12-20T21:19:06.833Z | words system system ogerman |
1100 | 2024-12-20T21:19:06.833Z | words system system spanish |
1101 | 2024-12-20T21:19:07.167Z | PUBLISHER TYPE STATUS P LOCATION |
1102 | 2024-12-20T21:19:07.167Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1103 | 2024-12-20T21:19:09.919Z | FMRI IFO |
1104 | 2024-12-20T21:19:09.919Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1105 | 2024-12-20T21:19:09.919Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1106 | 2024-12-20T21:19:09.919Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1107 | 2024-12-20T21:19:09.919Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1108 | 2024-12-20T21:19:09.919Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1109 | 2024-12-20T21:19:09.920Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1110 | 2024-12-20T21:19:09.920Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1111 | 2024-12-20T21:19:09.920Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1112 | 2024-12-20T21:19:09.920Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1113 | 2024-12-20T21:19:09.920Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1114 | 2024-12-20T21:19:09.920Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1115 | 2024-12-20T21:19:09.920Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1116 | 2024-12-20T21:19:09.920Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1117 | 2024-12-20T21:19:09.920Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1118 | 2024-12-20T21:19:09.920Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1119 | 2024-12-20T21:19:10.956Z | Downloading crates ... |
1120 | 2024-12-20T21:19:11.047Z | Downloaded cargo_toml v0.20.5 |
1121 | 2024-12-20T21:19:11.181Z | Compiling proc-macro2 v1.0.89 |
1122 | 2024-12-20T21:19:11.181Z | Compiling unicode-ident v1.0.13 |
1123 | 2024-12-20T21:19:11.181Z | Compiling serde v1.0.215 |
1124 | 2024-12-20T21:19:11.184Z | Compiling version_check v0.9.5 |
1125 | 2024-12-20T21:19:11.184Z | Compiling memchr v2.7.4 |
1126 | 2024-12-20T21:19:11.184Z | Compiling thiserror v1.0.69 |
1127 | 2024-12-20T21:19:11.184Z | Compiling libc v0.2.162 |
1128 | 2024-12-20T21:19:11.184Z | Compiling itoa v1.0.11 |
1129 | 2024-12-20T21:19:11.426Z | Compiling ucd-trie v0.1.7 |
1130 | 2024-12-20T21:19:11.443Z | Compiling ryu v1.0.18 |
1131 | 2024-12-20T21:19:11.872Z | Compiling once_cell v1.20.2 |
1132 | 2024-12-20T21:19:12.021Z | Compiling byteorder v1.5.0 |
1133 | 2024-12-20T21:19:12.033Z | Compiling rustix v0.38.37 |
1134 | 2024-12-20T21:19:12.261Z | Compiling serde_json v1.0.132 |
1135 | 2024-12-20T21:19:12.469Z | Compiling bitflags v2.6.0 |
1136 | 2024-12-20T21:19:12.595Z | Compiling usdt-impl v0.5.0 |
1137 | 2024-12-20T21:19:12.645Z | Compiling proc-macro-error-attr v1.0.4 |
1138 | 2024-12-20T21:19:12.886Z | Compiling syn v1.0.109 |
1139 | 2024-12-20T21:19:12.899Z | Compiling proc-macro-error v1.0.4 |
1140 | 2024-12-20T21:19:12.940Z | Compiling quote v1.0.37 |
1141 | 2024-12-20T21:19:12.983Z | Compiling hashbrown v0.15.1 |
1142 | 2024-12-20T21:19:13.039Z | Compiling camino v1.1.9 |
1143 | 2024-12-20T21:19:13.156Z | Compiling plain v0.2.3 |
1144 | 2024-12-20T21:19:13.301Z | Compiling syn v2.0.87 |
1145 | 2024-12-20T21:19:13.483Z | Compiling errno v0.3.9 |
1146 | 2024-12-20T21:19:13.673Z | Compiling thread-id v4.2.2 |
1147 | 2024-12-20T21:19:13.675Z | Compiling utf8parse v0.2.2 |
1148 | 2024-12-20T21:19:13.699Z | Compiling log v0.4.22 |
1149 | 2024-12-20T21:19:13.739Z | Compiling equivalent v1.0.1 |
1150 | 2024-12-20T21:19:13.825Z | Compiling anstyle-parse v0.2.5 |
1151 | 2024-12-20T21:19:14.074Z | Compiling colorchoice v1.0.2 |
1152 | 2024-12-20T21:19:14.150Z | Compiling indexmap v2.6.0 |
1153 | 2024-12-20T21:19:14.206Z | Compiling anstyle v1.0.10 |
1154 | 2024-12-20T21:19:14.220Z | Compiling semver v1.0.23 |
1155 | 2024-12-20T21:19:14.343Z | Compiling unicode-width v0.1.14 |
1156 | 2024-12-20T21:19:14.668Z | Compiling winnow v0.6.20 |
1157 | 2024-12-20T21:19:14.722Z | Compiling anstyle-query v1.1.1 |
1158 | 2024-12-20T21:19:14.737Z | Compiling pretty-hex v0.4.1 |
1159 | 2024-12-20T21:19:14.869Z | Compiling is_terminal_polyfill v1.70.1 |
1160 | 2024-12-20T21:19:14.871Z | Compiling autocfg v1.4.0 |
1161 | 2024-12-20T21:19:14.991Z | Compiling anstream v0.6.15 |
1162 | 2024-12-20T21:19:15.538Z | Compiling anyhow v1.0.93 |
1163 | 2024-12-20T21:19:15.662Z | Compiling bytecount v0.6.8 |
1164 | 2024-12-20T21:19:15.753Z | Compiling fastrand v2.1.1 |
1165 | 2024-12-20T21:19:15.877Z | Compiling terminal_size v0.4.0 |
1166 | 2024-12-20T21:19:16.046Z | Compiling fs-err v2.11.0 |
1167 | 2024-12-20T21:19:16.083Z | Compiling cfg-if v1.0.0 |
1168 | 2024-12-20T21:19:16.172Z | Compiling clap_lex v0.7.2 |
1169 | 2024-12-20T21:19:16.188Z | Compiling strsim v0.11.1 |
1170 | 2024-12-20T21:19:16.344Z | Compiling fnv v1.0.7 |
1171 | 2024-12-20T21:19:16.357Z | Compiling heck v0.5.0 |
1172 | 2024-12-20T21:19:16.479Z | Compiling heck v0.4.1 |
1173 | 2024-12-20T21:19:16.757Z | Compiling clap_builder v4.5.21 |
1174 | 2024-12-20T21:19:16.898Z | Compiling papergrid v0.11.0 |
1175 | 2024-12-20T21:19:17.110Z | Compiling tempfile v3.13.0 |
1176 | 2024-12-20T21:19:17.371Z | Compiling memmap v0.7.0 |
1177 | 2024-12-20T21:19:17.451Z | Compiling smawk v0.3.2 |
1178 | 2024-12-20T21:19:17.805Z | Compiling unicode-linebreak v0.1.5 |
1179 | 2024-12-20T21:19:18.165Z | Compiling textwrap v0.16.1 |
1180 | 2024-12-20T21:19:18.555Z | Compiling swrite v0.1.0 |
1181 | 2024-12-20T21:19:19.519Z | Compiling tabled_derive v0.7.0 |
1182 | 2024-12-20T21:19:21.092Z | Compiling tabled v0.15.0 |
1183 | 2024-12-20T21:19:22.348Z | Compiling serde_derive v1.0.215 |
1184 | 2024-12-20T21:19:22.348Z | Compiling thiserror-impl v1.0.69 |
1185 | 2024-12-20T21:19:22.351Z | Compiling zerocopy-derive v0.7.35 |
1186 | 2024-12-20T21:19:22.351Z | Compiling scroll_derive v0.12.0 |
1187 | 2024-12-20T21:19:22.478Z | Compiling clap_derive v4.5.18 |
1188 | 2024-12-20T21:19:23.525Z | Compiling scroll v0.12.0 |
1189 | 2024-12-20T21:19:24.015Z | Compiling goblin v0.8.2 |
1190 | 2024-12-20T21:19:24.071Z | Compiling zerocopy v0.7.35 |
1191 | 2024-12-20T21:19:25.098Z | Compiling pest v2.7.14 |
1192 | 2024-12-20T21:19:26.420Z | Compiling clap v4.5.21 |
1193 | 2024-12-20T21:19:27.359Z | Compiling pest_meta v2.7.14 |
1194 | 2024-12-20T21:19:28.218Z | Compiling pest_generator v2.7.14 |
1195 | 2024-12-20T21:19:30.050Z | Compiling pest_derive v2.7.14 |
1196 | 2024-12-20T21:19:30.719Z | Compiling dtrace-parser v0.2.0 |
1197 | 2024-12-20T21:19:32.499Z | Compiling serde_tokenstream v0.2.2 |
1198 | 2024-12-20T21:19:32.545Z | Compiling serde_spanned v0.6.8 |
1199 | 2024-12-20T21:19:32.545Z | Compiling toml_datetime v0.6.8 |
1200 | 2024-12-20T21:19:32.886Z | Compiling toml_edit v0.22.22 |
1201 | 2024-12-20T21:19:32.949Z | Compiling cargo-platform v0.1.8 |
1202 | 2024-12-20T21:19:33.046Z | Compiling macaddr v1.0.1 |
1203 | 2024-12-20T21:19:33.149Z | Compiling camino-tempfile v1.1.1 |
1204 | 2024-12-20T21:19:34.001Z | Compiling dof v0.3.0 |
1205 | 2024-12-20T21:19:34.060Z | Compiling cargo_metadata v0.18.1 |
1206 | 2024-12-20T21:19:35.684Z | Compiling toml v0.8.19 |
1207 | 2024-12-20T21:19:35.720Z | Compiling usdt-macro v0.5.0 |
1208 | 2024-12-20T21:19:35.722Z | Compiling usdt-attr-macro v0.5.0 |
1209 | 2024-12-20T21:19:36.555Z | Compiling cargo_toml v0.20.5 |
1210 | 2024-12-20T21:19:37.136Z | Compiling usdt v0.5.0 |
1211 | 2024-12-20T21:19:40.028Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1212 | 2024-12-20T21:19:44.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.70s |
1213 | 2024-12-20T21:19:44.206Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1214 | 2024-12-20T21:19:45.049Z | Compiling serde v1.0.215 |
1215 | 2024-12-20T21:19:45.052Z | Compiling lock_api v0.4.12 |
1216 | 2024-12-20T21:19:45.052Z | Compiling scopeguard v1.2.0 |
1217 | 2024-12-20T21:19:45.052Z | Compiling value-bag v1.9.0 |
1218 | 2024-12-20T21:19:45.052Z | Compiling typenum v1.17.0 |
1219 | 2024-12-20T21:19:45.052Z | Compiling generic-array v0.14.7 |
1220 | 2024-12-20T21:19:45.204Z | Compiling syn v2.0.87 |
1221 | 2024-12-20T21:19:45.218Z | Compiling getrandom v0.2.15 |
1222 | 2024-12-20T21:19:45.322Z | Compiling subtle v2.6.1 |
1223 | 2024-12-20T21:19:45.486Z | Compiling rand_core v0.6.4 |
1224 | 2024-12-20T21:19:45.654Z | Compiling log v0.4.22 |
1225 | 2024-12-20T21:19:45.681Z | Compiling shlex v1.3.0 |
1226 | 2024-12-20T21:19:45.724Z | Compiling jobserver v0.1.32 |
1227 | 2024-12-20T21:19:45.783Z | Compiling smallvec v1.13.2 |
1228 | 2024-12-20T21:19:46.021Z | Compiling const-oid v0.9.6 |
1229 | 2024-12-20T21:19:46.051Z | Compiling spin v0.9.8 |
1230 | 2024-12-20T21:19:46.080Z | Compiling cc v1.1.30 |
1231 | 2024-12-20T21:19:46.186Z | Compiling pin-project-lite v0.2.14 |
1232 | 2024-12-20T21:19:46.367Z | Compiling rustix v0.38.37 |
1233 | 2024-12-20T21:19:46.440Z | Compiling parking_lot_core v0.9.10 |
1234 | 2024-12-20T21:19:46.521Z | Compiling futures-core v0.3.31 |
1235 | 2024-12-20T21:19:46.665Z | Compiling signal-hook-registry v1.4.2 |
1236 | 2024-12-20T21:19:46.771Z | Compiling mio v1.0.2 |
1237 | 2024-12-20T21:19:47.270Z | Compiling parking_lot v0.12.3 |
1238 | 2024-12-20T21:19:47.502Z | Compiling aho-corasick v1.1.3 |
1239 | 2024-12-20T21:19:47.564Z | Compiling regex-syntax v0.8.5 |
1240 | 2024-12-20T21:19:47.879Z | Compiling cpufeatures v0.2.14 |
1241 | 2024-12-20T21:19:47.943Z | Compiling lazy_static v1.5.0 |
1242 | 2024-12-20T21:19:48.007Z | Compiling futures-sink v0.3.31 |
1243 | 2024-12-20T21:19:48.027Z | Compiling stable_deref_trait v1.2.0 |
1244 | 2024-12-20T21:19:48.110Z | Compiling either v1.13.0 |
1245 | 2024-12-20T21:19:48.159Z | Compiling glob v0.3.1 |
1246 | 2024-12-20T21:19:48.209Z | Compiling socket2 v0.5.7 |
1247 | 2024-12-20T21:19:48.237Z | Compiling slab v0.4.9 |
1248 | 2024-12-20T21:19:48.491Z | Compiling prettyplease v0.2.25 |
1249 | 2024-12-20T21:19:48.637Z | Compiling minimal-lexical v0.2.1 |
1250 | 2024-12-20T21:19:49.131Z | Compiling clang-sys v1.8.1 |
1251 | 2024-12-20T21:19:49.144Z | Compiling nom v7.1.3 |
1252 | 2024-12-20T21:19:49.147Z | Compiling libloading v0.8.5 |
1253 | 2024-12-20T21:19:49.178Z | Compiling bindgen v0.69.5 |
1254 | 2024-12-20T21:19:49.581Z | Compiling serde_json v1.0.132 |
1255 | 2024-12-20T21:19:49.829Z | Compiling home v0.5.9 |
1256 | 2024-12-20T21:19:49.950Z | Compiling itertools v0.10.5 |
1257 | 2024-12-20T21:19:50.105Z | Compiling futures-channel v0.3.31 |
1258 | 2024-12-20T21:19:50.394Z | Compiling lazycell v1.3.0 |
1259 | 2024-12-20T21:19:50.523Z | Compiling foldhash v0.1.3 |
1260 | 2024-12-20T21:19:50.564Z | Compiling futures-task v0.3.31 |
1261 | 2024-12-20T21:19:50.843Z | Compiling rustc-hash v1.1.0 |
1262 | 2024-12-20T21:19:50.861Z | Compiling allocator-api2 v0.2.18 |
1263 | 2024-12-20T21:19:50.993Z | Compiling futures-io v0.3.31 |
1264 | 2024-12-20T21:19:51.307Z | Compiling regex-automata v0.4.8 |
1265 | 2024-12-20T21:19:51.673Z | Compiling pin-utils v0.1.0 |
1266 | 2024-12-20T21:19:51.772Z | Compiling hashbrown v0.15.1 |
1267 | 2024-12-20T21:19:52.812Z | Compiling synstructure v0.13.1 |
1268 | 2024-12-20T21:19:53.090Z | Compiling cexpr v0.6.0 |
1269 | 2024-12-20T21:19:53.111Z | Compiling cmake v0.1.51 |
1270 | 2024-12-20T21:19:54.159Z | Compiling pkg-config v0.3.31 |
1271 | 2024-12-20T21:19:54.281Z | Compiling fs_extra v1.3.0 |
1272 | 2024-12-20T21:19:54.520Z | Compiling dunce v1.0.5 |
1273 | 2024-12-20T21:19:54.655Z | Compiling tinyvec_macros v0.1.1 |
1274 | 2024-12-20T21:19:54.749Z | Compiling libm v0.2.8 |
1275 | 2024-12-20T21:19:54.866Z | Compiling tinyvec v1.8.0 |
1276 | 2024-12-20T21:19:54.894Z | Compiling num-traits v0.2.19 |
1277 | 2024-12-20T21:19:55.386Z | Compiling ring v0.17.8 |
1278 | 2024-12-20T21:19:55.691Z | Compiling base64ct v1.6.0 |
1279 | 2024-12-20T21:19:56.187Z | Compiling writeable v0.5.5 |
1280 | 2024-12-20T21:19:56.292Z | Compiling litemap v0.7.3 |
1281 | 2024-12-20T21:19:56.401Z | Compiling unicode-normalization v0.1.24 |
1282 | 2024-12-20T21:19:56.522Z | Compiling paste v1.0.15 |
1283 | 2024-12-20T21:19:56.541Z | Compiling unicode-bidi v0.3.17 |
1284 | 2024-12-20T21:19:56.795Z | Compiling regex v1.11.1 |
1285 | 2024-12-20T21:19:57.099Z | Compiling pem-rfc7468 v0.7.0 |
1286 | 2024-12-20T21:19:57.812Z | Compiling aws-lc-rs v1.10.0 |
1287 | 2024-12-20T21:19:57.862Z | Compiling flagset v0.4.6 |
1288 | 2024-12-20T21:19:57.970Z | Compiling httparse v1.9.5 |
1289 | 2024-12-20T21:19:58.263Z | Compiling tracing-core v0.1.32 |
1290 | 2024-12-20T21:19:58.801Z | Compiling crossbeam-utils v0.8.20 |
1291 | 2024-12-20T21:19:59.219Z | Compiling percent-encoding v2.3.1 |
1292 | 2024-12-20T21:19:59.381Z | Compiling icu_locid_transform_data v1.5.0 |
1293 | 2024-12-20T21:19:59.442Z | Compiling rustls-pki-types v1.10.0 |
1294 | 2024-12-20T21:19:59.588Z | Compiling untrusted v0.7.1 |
1295 | 2024-12-20T21:19:59.649Z | Compiling time-core v0.1.2 |
1296 | 2024-12-20T21:19:59.668Z | Compiling serde_derive v1.0.215 |
1297 | 2024-12-20T21:19:59.754Z | Compiling zeroize_derive v1.4.2 |
1298 | 2024-12-20T21:19:59.828Z | Compiling zerocopy-derive v0.7.35 |
1299 | 2024-12-20T21:20:00.186Z | Compiling tokio-macros v2.4.0 |
1300 | 2024-12-20T21:20:00.568Z | Compiling zerofrom-derive v0.1.4 |
1301 | 2024-12-20T21:20:01.377Z | Compiling zeroize v1.8.1 |
1302 | 2024-12-20T21:20:01.805Z | Compiling yoke-derive v0.7.4 |
1303 | 2024-12-20T21:20:01.915Z | Compiling thiserror-impl v1.0.69 |
1304 | 2024-12-20T21:20:02.268Z | Compiling zerocopy v0.7.35 |
1305 | 2024-12-20T21:20:02.744Z | Compiling futures-macro v0.3.31 |
1306 | 2024-12-20T21:20:03.057Z | Compiling crypto-common v0.1.6 |
1307 | 2024-12-20T21:20:03.301Z | Compiling block-buffer v0.10.4 |
1308 | 2024-12-20T21:20:03.572Z | Compiling digest v0.10.7 |
1309 | 2024-12-20T21:20:03.850Z | Compiling zerovec-derive v0.10.3 |
1310 | 2024-12-20T21:20:04.083Z | Compiling hmac v0.12.1 |
1311 | 2024-12-20T21:20:04.287Z | Compiling block-padding v0.3.3 |
1312 | 2024-12-20T21:20:04.359Z | Compiling displaydoc v0.2.5 |
1313 | 2024-12-20T21:20:04.494Z | Compiling inout v0.1.3 |
1314 | 2024-12-20T21:20:04.692Z | Compiling futures-util v0.3.31 |
1315 | 2024-12-20T21:20:04.778Z | Compiling cipher v0.4.4 |
1316 | 2024-12-20T21:20:04.860Z | Compiling zerofrom v0.1.4 |
1317 | 2024-12-20T21:20:04.939Z | Compiling sha2 v0.10.8 |
1318 | 2024-12-20T21:20:05.406Z | Compiling yoke v0.7.4 |
1319 | 2024-12-20T21:20:05.442Z | Compiling ppv-lite86 v0.2.20 |
1320 | 2024-12-20T21:20:05.442Z | Compiling thiserror v1.0.69 |
1321 | 2024-12-20T21:20:05.467Z | Compiling der_derive v0.7.3 |
1322 | 2024-12-20T21:20:05.504Z | Compiling icu_provider_macros v1.5.0 |
1323 | 2024-12-20T21:20:06.007Z | Compiling tracing-attributes v0.1.27 |
1324 | 2024-12-20T21:20:06.122Z | Compiling rand_chacha v0.3.1 |
1325 | 2024-12-20T21:20:06.639Z | Compiling zerovec v0.10.4 |
1326 | 2024-12-20T21:20:06.693Z | Compiling rand v0.8.5 |
1327 | 2024-12-20T21:20:08.034Z | Compiling der v0.7.9 |
1328 | 2024-12-20T21:20:08.518Z | Compiling pest v2.7.14 |
1329 | 2024-12-20T21:20:08.552Z | Compiling tinystr v0.7.6 |
1330 | 2024-12-20T21:20:08.842Z | Compiling icu_collections v1.5.0 |
1331 | 2024-12-20T21:20:08.952Z | Compiling icu_locid v1.5.0 |
1332 | 2024-12-20T21:20:08.991Z | Compiling salsa20 v0.10.2 |
1333 | 2024-12-20T21:20:09.216Z | Compiling pbkdf2 v0.12.2 |
1334 | 2024-12-20T21:20:09.393Z | Compiling mirai-annotations v1.12.0 |
1335 | 2024-12-20T21:20:09.580Z | Compiling untrusted v0.9.0 |
1336 | 2024-12-20T21:20:09.746Z | Compiling num-conv v0.1.0 |
1337 | 2024-12-20T21:20:09.910Z | Compiling tracing v0.1.40 |
1338 | 2024-12-20T21:20:10.025Z | Compiling icu_properties_data v1.5.0 |
1339 | 2024-12-20T21:20:10.234Z | Compiling icu_provider v1.5.0 |
1340 | 2024-12-20T21:20:10.281Z | Compiling spki v0.7.3 |
1341 | 2024-12-20T21:20:10.406Z | Compiling powerfmt v0.2.0 |
1342 | 2024-12-20T21:20:10.670Z | Compiling vcpkg v0.2.15 |
1343 | 2024-12-20T21:20:10.820Z | Compiling deranged v0.3.11 |
1344 | 2024-12-20T21:20:10.947Z | Compiling icu_locid_transform v1.5.0 |
1345 | 2024-12-20T21:20:11.337Z | Compiling pest_meta v2.7.14 |
1346 | 2024-12-20T21:20:11.432Z | Compiling time-macros v0.2.18 |
1347 | 2024-12-20T21:20:11.650Z | Compiling scrypt v0.11.0 |
1348 | 2024-12-20T21:20:12.244Z | Compiling icu_properties v1.5.1 |
1349 | 2024-12-20T21:20:12.795Z | Compiling aes v0.8.4 |
1350 | 2024-12-20T21:20:12.937Z | Compiling openssl-sys v0.9.103 |
1351 | 2024-12-20T21:20:13.718Z | Compiling cbc v0.1.2 |
1352 | 2024-12-20T21:20:13.961Z | Compiling bitflags v2.6.0 |
1353 | 2024-12-20T21:20:14.061Z | Compiling bytes v1.8.0 |
1354 | 2024-12-20T21:20:14.751Z | Compiling indexmap v2.6.0 |
1355 | 2024-12-20T21:20:15.361Z | Compiling tokio v1.40.0 |
1356 | 2024-12-20T21:20:15.382Z | Compiling http v1.1.0 |
1357 | 2024-12-20T21:20:15.618Z | Compiling semver v1.0.23 |
1358 | 2024-12-20T21:20:16.248Z | Compiling rustc_version v0.4.1 |
1359 | 2024-12-20T21:20:16.422Z | Compiling scroll_derive v0.12.0 |
1360 | 2024-12-20T21:20:17.079Z | Compiling utf16_iter v1.0.5 |
1361 | 2024-12-20T21:20:17.196Z | Compiling utf8_iter v1.0.4 |
1362 | 2024-12-20T21:20:17.281Z | Compiling num_threads v0.1.7 |
1363 | 2024-12-20T21:20:17.412Z | Compiling atomic-waker v1.1.2 |
1364 | 2024-12-20T21:20:17.431Z | Compiling icu_normalizer_data v1.5.0 |
1365 | 2024-12-20T21:20:17.454Z | Compiling write16 v1.0.0 |
1366 | 2024-12-20T21:20:17.534Z | Compiling time v0.3.36 |
1367 | 2024-12-20T21:20:17.576Z | Compiling icu_normalizer v1.5.0 |
1368 | 2024-12-20T21:20:17.595Z | Compiling http-body v1.0.1 |
1369 | 2024-12-20T21:20:17.823Z | Compiling pkcs5 v0.7.1 |
1370 | 2024-12-20T21:20:17.883Z | Compiling pest_generator v2.7.14 |
1371 | 2024-12-20T21:20:17.903Z | Compiling scroll v0.12.0 |
1372 | 2024-12-20T21:20:17.932Z | Compiling form_urlencoded v1.2.1 |
1373 | 2024-12-20T21:20:18.263Z | Compiling try-lock v0.2.5 |
1374 | 2024-12-20T21:20:18.416Z | Compiling which v4.4.2 |
1375 | 2024-12-20T21:20:18.456Z | Compiling slog v2.7.0 |
1376 | 2024-12-20T21:20:19.059Z | Compiling goblin v0.8.2 |
1377 | 2024-12-20T21:20:19.098Z | Compiling pkcs8 v0.10.2 |
1378 | 2024-12-20T21:20:19.578Z | Compiling idna_adapter v1.2.0 |
1379 | 2024-12-20T21:20:19.797Z | Compiling want v0.3.1 |
1380 | 2024-12-20T21:20:19.817Z | Compiling httpdate v1.0.3 |
1381 | 2024-12-20T21:20:19.867Z | Compiling idna v1.0.3 |
1382 | 2024-12-20T21:20:19.886Z | Compiling pest_derive v2.7.14 |
1383 | 2024-12-20T21:20:20.273Z | Compiling uuid v1.11.0 |
1384 | 2024-12-20T21:20:20.703Z | Compiling dtrace-parser v0.2.0 |
1385 | 2024-12-20T21:20:20.903Z | Compiling toml_datetime v0.6.8 |
1386 | 2024-12-20T21:20:21.476Z | Compiling serde_tokenstream v0.2.2 |
1387 | 2024-12-20T21:20:21.757Z | Compiling serde_spanned v0.6.8 |
1388 | 2024-12-20T21:20:21.809Z | Compiling iana-time-zone v0.1.61 |
1389 | 2024-12-20T21:20:21.995Z | Compiling base64 v0.22.1 |
1390 | 2024-12-20T21:20:22.103Z | Compiling foreign-types-shared v0.1.1 |
1391 | 2024-12-20T21:20:22.217Z | Compiling rustversion v1.0.17 |
1392 | 2024-12-20T21:20:22.277Z | Compiling adler2 v2.0.0 |
1393 | 2024-12-20T21:20:22.487Z | Compiling openssl v0.10.66 |
1394 | 2024-12-20T21:20:22.737Z | Compiling match_cfg v0.1.0 |
1395 | 2024-12-20T21:20:22.832Z | Compiling tower-service v0.3.3 |
1396 | 2024-12-20T21:20:22.852Z | Compiling hostname v0.3.1 |
1397 | 2024-12-20T21:20:22.912Z | Compiling miniz_oxide v0.8.0 |
1398 | 2024-12-20T21:20:22.929Z | Compiling foreign-types v0.3.2 |
1399 | 2024-12-20T21:20:22.966Z | Compiling chrono v0.4.38 |
1400 | 2024-12-20T21:20:23.013Z | Compiling url v2.5.3 |
1401 | 2024-12-20T21:20:23.097Z | Compiling async-trait v0.1.83 |
1402 | 2024-12-20T21:20:24.437Z | Compiling tokio-util v0.7.12 |
1403 | 2024-12-20T21:20:24.440Z | Compiling openssl-macros v0.1.1 |
1404 | 2024-12-20T21:20:25.081Z | Compiling dof v0.3.0 |
1405 | 2024-12-20T21:20:25.230Z | Compiling dirs-sys-next v0.1.2 |
1406 | 2024-12-20T21:20:25.853Z | Compiling h2 v0.4.6 |
1407 | 2024-12-20T21:20:25.873Z | Compiling usdt-impl v0.5.0 |
1408 | 2024-12-20T21:20:25.892Z | Compiling rustls v0.22.4 |
1409 | 2024-12-20T21:20:26.141Z | Compiling siphasher v0.3.11 |
1410 | 2024-12-20T21:20:26.565Z | Compiling syn v1.0.109 |
1411 | 2024-12-20T21:20:26.710Z | Compiling native-tls v0.2.12 |
1412 | 2024-12-20T21:20:27.032Z | Compiling data-encoding v2.6.0 |
1413 | 2024-12-20T21:20:27.203Z | Compiling rustls v0.23.19 |
1414 | 2024-12-20T21:20:27.449Z | Compiling dirs-next v2.0.0 |
1415 | 2024-12-20T21:20:27.639Z | Compiling http-body-util v0.1.2 |
1416 | 2024-12-20T21:20:28.190Z | Compiling crossbeam-epoch v0.9.18 |
1417 | 2024-12-20T21:20:28.890Z | Compiling heapless v0.7.17 |
1418 | 2024-12-20T21:20:28.973Z | Compiling signature v2.2.0 |
1419 | 2024-12-20T21:20:29.275Z | Compiling sha1 v0.10.6 |
1420 | 2024-12-20T21:20:29.302Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1421 | 2024-12-20T21:20:29.461Z | Compiling serde_derive_internals v0.29.1 |
1422 | 2024-12-20T21:20:29.493Z | Compiling thread_local v1.1.8 |
1423 | 2024-12-20T21:20:29.686Z | Compiling cookie v0.18.1 |
1424 | 2024-12-20T21:20:29.798Z | Compiling multer v3.1.0 |
1425 | 2024-12-20T21:20:29.971Z | Compiling encoding_rs v0.8.34 |
1426 | 2024-12-20T21:20:30.038Z | Compiling signal-hook v0.3.17 |
1427 | 2024-12-20T21:20:30.079Z | Compiling ipnet v2.10.1 |
1428 | 2024-12-20T21:20:30.290Z | Compiling mime v0.3.17 |
1429 | 2024-12-20T21:20:30.933Z | Compiling unicode-properties v0.1.3 |
1430 | 2024-12-20T21:20:30.954Z | Compiling slog-async v2.8.0 |
1431 | 2024-12-20T21:20:31.344Z | Compiling rayon-core v1.12.1 |
1432 | 2024-12-20T21:20:31.379Z | Compiling openssl-probe v0.1.5 |
1433 | 2024-12-20T21:20:31.524Z | Compiling schemars v0.8.21 |
1434 | 2024-12-20T21:20:31.633Z | Compiling gimli v0.31.1 |
1435 | 2024-12-20T21:20:31.835Z | Compiling toml_edit v0.22.22 |
1436 | 2024-12-20T21:20:31.893Z | Compiling stringprep v0.1.5 |
1437 | 2024-12-20T21:20:32.277Z | Compiling schemars_derive v0.8.21 |
1438 | 2024-12-20T21:20:33.132Z | Compiling hyper v1.5.0 |
1439 | 2024-12-20T21:20:35.614Z | Compiling hyper-util v0.1.10 |
1440 | 2024-12-20T21:20:36.176Z | Compiling usdt-attr-macro v0.5.0 |
1441 | 2024-12-20T21:20:36.479Z | Compiling addr2line v0.24.2 |
1442 | 2024-12-20T21:20:36.823Z | Compiling usdt-macro v0.5.0 |
1443 | 2024-12-20T21:20:37.071Z | Compiling crossbeam-deque v0.8.5 |
1444 | 2024-12-20T21:20:37.193Z | Compiling term v0.7.0 |
1445 | 2024-12-20T21:20:37.391Z | Compiling slog-json v2.6.1 |
1446 | 2024-12-20T21:20:37.774Z | Compiling serde_urlencoded v0.7.1 |
1447 | 2024-12-20T21:20:37.871Z | Compiling crossbeam-channel v0.5.13 |
1448 | 2024-12-20T21:20:38.317Z | Compiling curve25519-dalek v4.1.3 |
1449 | 2024-12-20T21:20:38.334Z | Compiling futures-executor v0.3.31 |
1450 | 2024-12-20T21:20:38.702Z | Compiling enum-as-inner v0.6.1 |
1451 | 2024-12-20T21:20:38.727Z | Compiling md-5 v0.10.6 |
1452 | 2024-12-20T21:20:38.913Z | Compiling rustls-pemfile v2.2.0 |
1453 | 2024-12-20T21:20:38.943Z | Compiling async-stream-impl v0.3.6 |
1454 | 2024-12-20T21:20:38.992Z | Compiling num-integer v0.1.46 |
1455 | 2024-12-20T21:20:39.008Z | Compiling idna v0.3.0 |
1456 | 2024-12-20T21:20:39.246Z | Compiling idna v0.4.0 |
1457 | 2024-12-20T21:20:39.773Z | Compiling hash32 v0.2.1 |
1458 | 2024-12-20T21:20:39.844Z | Compiling ff v0.13.0 |
1459 | 2024-12-20T21:20:40.076Z | Compiling is-terminal v0.4.13 |
1460 | 2024-12-20T21:20:40.126Z | Compiling dropshot v0.12.0 |
1461 | 2024-12-20T21:20:40.164Z | Compiling object v0.36.5 |
1462 | 2024-12-20T21:20:40.200Z | Compiling utf-8 v0.7.6 |
1463 | 2024-12-20T21:20:40.305Z | Compiling anyhow v1.0.93 |
1464 | 2024-12-20T21:20:40.414Z | Compiling linked-hash-map v0.5.6 |
1465 | 2024-12-20T21:20:40.529Z | Compiling base16ct v0.2.0 |
1466 | 2024-12-20T21:20:40.679Z | Compiling portable-atomic v1.9.0 |
1467 | 2024-12-20T21:20:40.766Z | Compiling fallible-iterator v0.2.0 |
1468 | 2024-12-20T21:20:40.838Z | Compiling dyn-clone v1.0.17 |
1469 | 2024-12-20T21:20:40.894Z | Compiling take_mut v0.2.2 |
1470 | 2024-12-20T21:20:40.937Z | Compiling rustc-demangle v0.1.24 |
1471 | 2024-12-20T21:20:41.045Z | Compiling psl-types v2.0.11 |
1472 | 2024-12-20T21:20:41.060Z | Compiling quick-error v1.2.3 |
1473 | 2024-12-20T21:20:41.201Z | Compiling smoltcp v0.9.1 |
1474 | 2024-12-20T21:20:41.247Z | Compiling num-bigint-dig v0.8.4 |
1475 | 2024-12-20T21:20:41.501Z | Compiling postgres-protocol v0.6.7 |
1476 | 2024-12-20T21:20:41.612Z | Compiling publicsuffix v2.2.3 |
1477 | 2024-12-20T21:20:41.860Z | Compiling resolv-conf v0.7.0 |
1478 | 2024-12-20T21:20:42.376Z | Compiling lru-cache v0.1.2 |
1479 | 2024-12-20T21:20:42.578Z | Compiling sec1 v0.7.3 |
1480 | 2024-12-20T21:20:42.790Z | Compiling tungstenite v0.24.0 |
1481 | 2024-12-20T21:20:42.913Z | Compiling async-stream v0.3.6 |
1482 | 2024-12-20T21:20:43.099Z | Compiling slog-term v2.9.1 |
1483 | 2024-12-20T21:20:43.172Z | Compiling usdt v0.5.0 |
1484 | 2024-12-20T21:20:43.208Z | Compiling hickory-proto v0.24.1 |
1485 | 2024-12-20T21:20:44.382Z | Compiling group v0.13.0 |
1486 | 2024-12-20T21:20:44.716Z | Compiling num-iter v0.1.45 |
1487 | 2024-12-20T21:20:44.912Z | Compiling futures v0.3.31 |
1488 | 2024-12-20T21:20:44.992Z | Compiling slog-bunyan v2.5.0 |
1489 | 2024-12-20T21:20:45.724Z | Compiling toml v0.8.19 |
1490 | 2024-12-20T21:20:46.474Z | Compiling tokio-native-tls v0.3.1 |
1491 | 2024-12-20T21:20:46.762Z | Compiling camino v1.1.9 |
1492 | 2024-12-20T21:20:46.880Z | Compiling phf_shared v0.11.2 |
1493 | 2024-12-20T21:20:47.263Z | Compiling dropshot_endpoint v0.12.0 |
1494 | 2024-12-20T21:20:47.359Z | Compiling terminal_size v0.4.0 |
1495 | 2024-12-20T21:20:47.545Z | Compiling waitgroup v0.1.2 |
1496 | 2024-12-20T21:20:47.581Z | Compiling backtrace v0.3.74 |
1497 | 2024-12-20T21:20:47.751Z | Compiling openapiv3 v2.0.0 |
1498 | 2024-12-20T21:20:47.783Z | Compiling serde_path_to_error v0.1.16 |
1499 | 2024-12-20T21:20:48.379Z | Compiling hkdf v0.12.4 |
1500 | 2024-12-20T21:20:48.624Z | Compiling crypto-bigint v0.5.5 |
1501 | 2024-12-20T21:20:48.643Z | Compiling webpki-roots v0.26.6 |
1502 | 2024-12-20T21:20:48.856Z | Compiling zerocopy-derive v0.6.6 |
1503 | 2024-12-20T21:20:51.183Z | Compiling curve25519-dalek-derive v0.1.1 |
1504 | 2024-12-20T21:20:51.390Z | Compiling idna v0.5.0 |
1505 | 2024-12-20T21:20:51.744Z | Compiling hubpack_derive v0.1.1 |
1506 | 2024-12-20T21:20:51.996Z | Compiling hostname v0.4.0 |
1507 | 2024-12-20T21:20:52.259Z | Compiling fs-err v2.11.0 |
1508 | 2024-12-20T21:20:52.279Z | Compiling crc32fast v1.4.2 |
1509 | 2024-12-20T21:20:52.821Z | Compiling ahash v0.8.11 |
1510 | 2024-12-20T21:20:52.852Z | Compiling debug-ignore v1.0.5 |
1511 | 2024-12-20T21:20:52.852Z | Compiling bitflags v1.3.2 |
1512 | 2024-12-20T21:20:52.852Z | Compiling winnow v0.5.40 |
1513 | 2024-12-20T21:20:52.852Z | Compiling managed v0.8.0 |
1514 | 2024-12-20T21:20:52.949Z | Compiling clap_builder v4.5.21 |
1515 | 2024-12-20T21:20:53.042Z | Compiling strum_macros v0.25.3 |
1516 | 2024-12-20T21:20:53.885Z | Compiling hubpack v0.1.2 |
1517 | 2024-12-20T21:20:54.377Z | Compiling console v0.15.8 |
1518 | 2024-12-20T21:20:54.936Z | Compiling flate2 v1.0.34 |
1519 | 2024-12-20T21:20:55.380Z | Compiling cookie_store v0.21.0 |
1520 | 2024-12-20T21:20:55.926Z | Compiling elliptic-curve v0.13.8 |
1521 | 2024-12-20T21:20:55.999Z | Compiling zerocopy v0.6.6 |
1522 | 2024-12-20T21:20:56.689Z | Compiling toml_edit v0.19.15 |
1523 | 2024-12-20T21:20:56.817Z | Compiling hickory-resolver v0.24.1 |
1524 | 2024-12-20T21:20:57.028Z | Compiling phf v0.11.2 |
1525 | 2024-12-20T21:20:57.329Z | Compiling signal-hook-mio v0.2.4 |
1526 | 2024-12-20T21:20:57.365Z | Compiling hyper-tls v0.6.0 |
1527 | 2024-12-20T21:20:57.498Z | Compiling rayon v1.10.0 |
1528 | 2024-12-20T21:20:57.768Z | Compiling bzip2 v0.4.4 |
1529 | 2024-12-20T21:20:58.187Z | Compiling tokio-tungstenite v0.24.0 |
1530 | 2024-12-20T21:20:58.763Z | Compiling postgres-types v0.2.8 |
1531 | 2024-12-20T21:21:00.948Z | Compiling ed25519 v2.2.3 |
1532 | 2024-12-20T21:21:01.718Z | Compiling phf_shared v0.10.0 |
1533 | 2024-12-20T21:21:02.128Z | Compiling tokio-stream v0.1.16 |
1534 | 2024-12-20T21:21:02.393Z | Compiling pkcs1 v0.7.5 |
1535 | 2024-12-20T21:21:02.413Z | Compiling serde-big-array v0.5.1 |
1536 | 2024-12-20T21:21:02.654Z | Compiling clap_derive v4.5.18 |
1537 | 2024-12-20T21:21:02.845Z | Compiling rfc6979 v0.4.0 |
1538 | 2024-12-20T21:21:03.047Z | Compiling serde_repr v0.1.19 |
1539 | 2024-12-20T21:21:03.243Z | Compiling derive-where v1.2.7 |
1540 | 2024-12-20T21:21:03.393Z | Compiling float-cmp v0.9.0 |
1541 | 2024-12-20T21:21:03.633Z | Compiling bstr v1.10.0 |
1542 | 2024-12-20T21:21:03.679Z | Compiling sync_wrapper v1.0.1 |
1543 | 2024-12-20T21:21:03.884Z | Compiling static_assertions v1.1.0 |
1544 | 2024-12-20T21:21:03.989Z | Compiling unicode-width v0.2.0 |
1545 | 2024-12-20T21:21:04.284Z | Compiling predicates-core v1.0.8 |
1546 | 2024-12-20T21:21:04.540Z | Compiling bit-vec v0.6.3 |
1547 | 2024-12-20T21:21:04.669Z | Compiling whoami v1.5.2 |
1548 | 2024-12-20T21:21:04.865Z | Compiling new_debug_unreachable v1.0.6 |
1549 | 2024-12-20T21:21:04.963Z | Compiling precomputed-hash v0.1.1 |
1550 | 2024-12-20T21:21:05.011Z | Compiling number_prefix v0.4.0 |
1551 | 2024-12-20T21:21:05.082Z | Compiling unicode-segmentation v1.12.0 |
1552 | 2024-12-20T21:21:05.233Z | Compiling fixedbitset v0.4.2 |
1553 | 2024-12-20T21:21:05.317Z | Compiling difflib v0.4.0 |
1554 | 2024-12-20T21:21:05.469Z | Compiling normalize-line-endings v0.3.0 |
1555 | 2024-12-20T21:21:05.601Z | Compiling petgraph v0.6.5 |
1556 | 2024-12-20T21:21:05.722Z | Compiling predicates v3.1.2 |
1557 | 2024-12-20T21:21:05.970Z | Compiling similar v2.6.0 |
1558 | 2024-12-20T21:21:06.872Z | Compiling indicatif v0.17.9 |
1559 | 2024-12-20T21:21:07.016Z | Compiling string_cache v0.8.7 |
1560 | 2024-12-20T21:21:07.488Z | Compiling tokio-postgres v0.7.12 |
1561 | 2024-12-20T21:21:07.561Z | Compiling bit-set v0.5.3 |
1562 | 2024-12-20T21:21:07.864Z | Compiling clap v4.5.21 |
1563 | 2024-12-20T21:21:07.913Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1564 | 2024-12-20T21:21:07.989Z | Compiling ecdsa v0.16.9 |
1565 | 2024-12-20T21:21:08.461Z | Compiling rsa v0.9.6 |
1566 | 2024-12-20T21:21:08.870Z | Compiling ed25519-dalek v2.1.1 |
1567 | 2024-12-20T21:21:09.176Z | Compiling toml v0.7.8 |
1568 | 2024-12-20T21:21:09.823Z | Compiling zip v0.6.6 |
1569 | 2024-12-20T21:21:10.182Z | Compiling crossterm v0.28.1 |
1570 | 2024-12-20T21:21:11.853Z | Compiling hex v0.4.3 |
1571 | 2024-12-20T21:21:12.028Z | Compiling x509-cert v0.2.5 |
1572 | 2024-12-20T21:21:12.357Z | Compiling unicode-xid v0.2.6 |
1573 | 2024-12-20T21:21:12.471Z | Compiling peg-runtime v0.8.3 |
1574 | 2024-12-20T21:21:12.534Z | Compiling lalrpop-util v0.19.12 |
1575 | 2024-12-20T21:21:12.901Z | Compiling strum_macros v0.26.4 |
1576 | 2024-12-20T21:21:13.172Z | Compiling xattr v1.3.1 |
1577 | 2024-12-20T21:21:13.360Z | Compiling filetime v0.2.25 |
1578 | 2024-12-20T21:21:13.663Z | Compiling tar v0.4.42 |
1579 | 2024-12-20T21:21:17.417Z | Compiling strum v0.26.3 |
1580 | 2024-12-20T21:21:21.467Z | Compiling aws-lc-sys v0.22.0 |
1581 | 2024-12-20T21:21:49.562Z | Compiling rustls-webpki v0.102.8 |
1582 | 2024-12-20T21:21:52.851Z | Compiling tokio-rustls v0.25.0 |
1583 | 2024-12-20T21:21:54.545Z | Compiling tokio-rustls v0.26.0 |
1584 | 2024-12-20T21:21:54.934Z | Compiling hyper-rustls v0.27.3 |
1585 | 2024-12-20T21:21:55.191Z | Compiling reqwest v0.12.9 |
1586 | 2024-12-20T21:21:56.474Z | Compiling qorb v0.2.1 |
1587 | 2024-12-20T21:22:01.288Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1588 | 2024-12-20T21:22:01.526Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1589 | 2024-12-20T21:22:07.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s |
1590 | 2024-12-20T21:22:07.491Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1591 | 2024-12-20T21:22:07.533Z | Dec 20 21:22:05.848 INFO Starting download, target: Clickhouse |
1592 | 2024-12-20T21:22:07.533Z | Dec 20 21:22:05.848 INFO Starting download, target: DendriteOpenapi |
1593 | 2024-12-20T21:22:07.533Z | Dec 20 21:22:05.848 INFO Starting download, target: Cockroach |
1594 | 2024-12-20T21:22:07.533Z | Dec 20 21:22:05.848 INFO Starting download, target: Console |
1595 | 2024-12-20T21:22:07.533Z | Dec 20 21:22:05.848 INFO Starting download, target: DendriteStub |
1596 | 2024-12-20T21:22:07.536Z | Dec 20 21:22:05.848 INFO Starting download, target: MaghemiteMgd |
1597 | 2024-12-20T21:22:07.536Z | Dec 20 21:22:05.848 INFO Starting download, target: TransceiverControl |
1598 | 2024-12-20T21:22:07.536Z | Dec 20 21:22:05.849 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1599 | 2024-12-20T21:22:07.536Z | Dec 20 21:22:05.849 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1600 | 2024-12-20T21:22:07.536Z | Dec 20 21:22:05.849 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1601 | 2024-12-20T21:22:07.536Z | Dec 20 21:22:05.849 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1602 | 2024-12-20T21:22:07.536Z | Dec 20 21:22:05.849 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1603 | 2024-12-20T21:22:07.536Z | Dec 20 21:22:05.849 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1604 | 2024-12-20T21:22:07.536Z | Dec 20 21:22:05.849 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1605 | 2024-12-20T21:22:07.831Z | Dec 20 21:22:06.076 INFO Download complete, target: DendriteOpenapi |
1606 | 2024-12-20T21:22:08.075Z | Dec 20 21:22:06.316 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1607 | 2024-12-20T21:22:08.186Z | Dec 20 21:22:06.368 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1608 | 2024-12-20T21:22:08.412Z | Dec 20 21:22:06.704 INFO Download complete, target: Console |
1609 | 2024-12-20T21:22:08.478Z | Dec 20 21:22:06.771 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1610 | 2024-12-20T21:22:08.653Z | Dec 20 21:22:06.966 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1611 | 2024-12-20T21:22:08.673Z | Dec 20 21:22:06.987 INFO Download complete, target: TransceiverControl |
1612 | 2024-12-20T21:22:09.166Z | Dec 20 21:22:07.480 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1613 | 2024-12-20T21:22:09.166Z | Dec 20 21:22:07.481 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1614 | 2024-12-20T21:22:09.453Z | Dec 20 21:22:07.767 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1615 | 2024-12-20T21:22:11.308Z | Dec 20 21:22:09.622 INFO Download complete, target: DendriteStub |
1616 | 2024-12-20T21:22:11.653Z | Dec 20 21:22:09.967 INFO Download complete, target: MaghemiteMgd |
1617 | 2024-12-20T21:22:16.818Z | Dec 20 21:22:15.131 INFO Checking that binary works, target: Cockroach |
1618 | 2024-12-20T21:22:16.982Z | Dec 20 21:22:15.295 INFO Download complete, target: Cockroach |
1619 | 2024-12-20T21:22:22.180Z | Dec 20 21:22:20.492 INFO Checking that binary works, target: Clickhouse |
1620 | 2024-12-20T21:22:22.309Z | Dec 20 21:22:20.614 INFO Download complete, target: Clickhouse |
1621 | 2024-12-20T21:22:22.313Z | All prerequisites installed successfully |
1622 | 2024-12-20T21:22:22.313Z | |
1623 | 2024-12-20T21:22:22.313Z | real 5:21.516720855 |
1624 | 2024-12-20T21:22:22.313Z | user 16:28.596574128 |
1625 | 2024-12-20T21:22:22.314Z | sys 3:10.159022815 |
1626 | 2024-12-20T21:22:22.314Z | trap 0.507319624 |
1627 | 2024-12-20T21:22:22.314Z | tflt 1.592589690 |
1628 | 2024-12-20T21:22:22.314Z | dflt 2.207859282 |
1629 | 2024-12-20T21:22:22.314Z | kflt 0.028279550 |
1630 | 2024-12-20T21:22:22.314Z | lock 32:21.418554769 |
1631 | 2024-12-20T21:22:22.314Z | slp 1:02:47.618670074 |
1632 | 2024-12-20T21:22:22.314Z | lat 55.422720080 |
1633 | 2024-12-20T21:22:22.314Z | stop 2:07.481255359 |
1634 | 2024-12-20T21:22:22.317Z | + source ./tools/include/force-git-over-https.sh |
1635 | 2024-12-20T21:22:22.317Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1636 | 2024-12-20T21:22:22.317Z | ++ (( i = 0 )) |
1637 | 2024-12-20T21:22:22.317Z | ++ (( i < 5 )) |
1638 | 2024-12-20T21:22:22.317Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1639 | 2024-12-20T21:22:22.317Z | ++ (( i++ )) |
1640 | 2024-12-20T21:22:22.317Z | ++ (( i < 5 )) |
1641 | 2024-12-20T21:22:22.317Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1642 | 2024-12-20T21:22:22.319Z | ++ (( i++ )) |
1643 | 2024-12-20T21:22:22.319Z | ++ (( i < 5 )) |
1644 | 2024-12-20T21:22:22.319Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1645 | 2024-12-20T21:22:22.322Z | ++ (( i++ )) |
1646 | 2024-12-20T21:22:22.322Z | ++ (( i < 5 )) |
1647 | 2024-12-20T21:22:22.322Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1648 | 2024-12-20T21:22:22.324Z | ++ (( i++ )) |
1649 | 2024-12-20T21:22:22.324Z | ++ (( i < 5 )) |
1650 | 2024-12-20T21:22:22.324Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1651 | 2024-12-20T21:22:22.327Z | ++ (( i++ )) |
1652 | 2024-12-20T21:22:22.327Z | ++ (( i < 5 )) |
1653 | 2024-12-20T21:22:22.327Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1654 | 2024-12-20T21:22:22.327Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1655 | 2024-12-20T21:22:22.330Z | + rc=0 |
1656 | 2024-12-20T21:22:22.330Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1657 | 2024-12-20T21:22:54.159Z | + case $rc in |
1658 | 2024-12-20T21:22:54.159Z | + pfexec zfs create -p rpool/images/build/host |
1659 | 2024-12-20T21:22:54.445Z | + pfexec zfs create -p rpool/images/build/recovery |
1660 | 2024-12-20T21:22:54.523Z | + cargo xtask releng --output-dir /work |
1661 | 2024-12-20T21:22:55.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1662 | 2024-12-20T21:22:55.062Z | Running `target/debug/xtask releng --output-dir /work` |
1663 | 2024-12-20T21:22:55.970Z | Compiling proc-macro2 v1.0.89 |
1664 | 2024-12-20T21:22:55.970Z | Compiling unicode-ident v1.0.13 |
1665 | 2024-12-20T21:22:55.970Z | Compiling libc v0.2.162 |
1666 | 2024-12-20T21:22:55.973Z | Compiling serde v1.0.215 |
1667 | 2024-12-20T21:22:55.973Z | Compiling autocfg v1.4.0 |
1668 | 2024-12-20T21:22:55.973Z | Compiling version_check v0.9.5 |
1669 | 2024-12-20T21:22:55.973Z | Compiling cfg-if v1.0.0 |
1670 | 2024-12-20T21:22:56.210Z | Compiling memchr v2.7.4 |
1671 | 2024-12-20T21:22:56.229Z | Compiling typenum v1.17.0 |
1672 | 2024-12-20T21:22:56.312Z | Compiling shlex v1.3.0 |
1673 | 2024-12-20T21:22:56.730Z | Compiling value-bag v1.9.0 |
1674 | 2024-12-20T21:22:56.738Z | Compiling generic-array v0.14.7 |
1675 | 2024-12-20T21:22:56.820Z | Compiling scopeguard v1.2.0 |
1676 | 2024-12-20T21:22:57.019Z | Compiling lock_api v0.4.12 |
1677 | 2024-12-20T21:22:57.053Z | Compiling rustix v0.38.37 |
1678 | 2024-12-20T21:22:57.137Z | Compiling parking_lot_core v0.9.10 |
1679 | 2024-12-20T21:22:57.347Z | Compiling log v0.4.22 |
1680 | 2024-12-20T21:22:57.629Z | Compiling serde_json v1.0.132 |
1681 | 2024-12-20T21:22:57.733Z | Compiling libm v0.2.8 |
1682 | 2024-12-20T21:22:57.948Z | Compiling quote v1.0.37 |
1683 | 2024-12-20T21:22:58.070Z | Compiling num-traits v0.2.19 |
1684 | 2024-12-20T21:22:58.130Z | Compiling thiserror v1.0.69 |
1685 | 2024-12-20T21:22:58.186Z | Compiling once_cell v1.20.2 |
1686 | 2024-12-20T21:22:58.363Z | Compiling syn v2.0.87 |
1687 | 2024-12-20T21:22:58.482Z | Compiling jobserver v0.1.32 |
1688 | 2024-12-20T21:22:58.555Z | Compiling getrandom v0.2.15 |
1689 | 2024-12-20T21:22:58.597Z | Compiling spin v0.9.8 |
1690 | 2024-12-20T21:22:58.632Z | Compiling itoa v1.0.11 |
1691 | 2024-12-20T21:22:58.864Z | Compiling cc v1.1.30 |
1692 | 2024-12-20T21:22:58.864Z | Compiling aho-corasick v1.1.3 |
1693 | 2024-12-20T21:22:58.915Z | Compiling regex-syntax v0.8.5 |
1694 | 2024-12-20T21:22:59.120Z | Compiling slab v0.4.9 |
1695 | 2024-12-20T21:22:59.221Z | Compiling errno v0.3.9 |
1696 | 2024-12-20T21:22:59.828Z | Compiling byteorder v1.5.0 |
1697 | 2024-12-20T21:23:00.379Z | Compiling lazy_static v1.5.0 |
1698 | 2024-12-20T21:23:00.415Z | Compiling rand_core v0.6.4 |
1699 | 2024-12-20T21:23:00.515Z | Compiling glob v0.3.1 |
1700 | 2024-12-20T21:23:00.666Z | Compiling either v1.13.0 |
1701 | 2024-12-20T21:23:00.864Z | Compiling prettyplease v0.2.25 |
1702 | 2024-12-20T21:23:01.188Z | Compiling subtle v2.6.1 |
1703 | 2024-12-20T21:23:01.404Z | Compiling minimal-lexical v0.2.1 |
1704 | 2024-12-20T21:23:01.428Z | Compiling clang-sys v1.8.1 |
1705 | 2024-12-20T21:23:01.630Z | Compiling libloading v0.8.5 |
1706 | 2024-12-20T21:23:01.894Z | Compiling nom v7.1.3 |
1707 | 2024-12-20T21:23:02.167Z | Compiling bindgen v0.69.5 |
1708 | 2024-12-20T21:23:02.462Z | Compiling home v0.5.9 |
1709 | 2024-12-20T21:23:02.644Z | Compiling itertools v0.10.5 |
1710 | 2024-12-20T21:23:02.691Z | Compiling regex-automata v0.4.8 |
1711 | 2024-12-20T21:23:03.479Z | Compiling rustc-hash v1.1.0 |
1712 | 2024-12-20T21:23:03.666Z | Compiling lazycell v1.3.0 |
1713 | 2024-12-20T21:23:04.277Z | Compiling cmake v0.1.51 |
1714 | 2024-12-20T21:23:05.259Z | Compiling pkg-config v0.3.31 |
1715 | 2024-12-20T21:23:05.308Z | Compiling dunce v1.0.5 |
1716 | 2024-12-20T21:23:05.502Z | Compiling cexpr v0.6.0 |
1717 | 2024-12-20T21:23:05.523Z | Compiling fs_extra v1.3.0 |
1718 | 2024-12-20T21:23:05.730Z | Compiling smallvec v1.13.2 |
1719 | 2024-12-20T21:23:05.779Z | Compiling semver v1.0.23 |
1720 | 2024-12-20T21:23:06.113Z | Compiling synstructure v0.13.1 |
1721 | 2024-12-20T21:23:06.381Z | Compiling ring v0.17.8 |
1722 | 2024-12-20T21:23:06.976Z | Compiling ryu v1.0.18 |
1723 | 2024-12-20T21:23:07.224Z | Compiling paste v1.0.15 |
1724 | 2024-12-20T21:23:07.467Z | Compiling const-oid v0.9.6 |
1725 | 2024-12-20T21:23:07.631Z | Compiling aws-lc-rs v1.10.0 |
1726 | 2024-12-20T21:23:07.822Z | Compiling httparse v1.9.5 |
1727 | 2024-12-20T21:23:08.315Z | Compiling pin-project-lite v0.2.14 |
1728 | 2024-12-20T21:23:08.486Z | Compiling heck v0.5.0 |
1729 | 2024-12-20T21:23:08.969Z | Compiling regex v1.11.1 |
1730 | 2024-12-20T21:23:09.035Z | Compiling allocator-api2 v0.2.18 |
1731 | 2024-12-20T21:23:09.374Z | Compiling futures-core v0.3.31 |
1732 | 2024-12-20T21:23:09.814Z | Compiling signal-hook-registry v1.4.2 |
1733 | 2024-12-20T21:23:09.969Z | Compiling crossbeam-utils v0.8.20 |
1734 | 2024-12-20T21:23:10.261Z | Compiling time-core v0.1.2 |
1735 | 2024-12-20T21:23:10.480Z | Compiling num-conv v0.1.0 |
1736 | 2024-12-20T21:23:10.806Z | Compiling time-macros v0.2.18 |
1737 | 2024-12-20T21:23:10.872Z | Compiling parking_lot v0.12.3 |
1738 | 2024-12-20T21:23:11.318Z | Compiling mio v1.0.2 |
1739 | 2024-12-20T21:23:11.594Z | Compiling vcpkg v0.2.15 |
1740 | 2024-12-20T21:23:11.836Z | Compiling schemars v0.8.21 |
1741 | 2024-12-20T21:23:11.935Z | Compiling serde_derive v1.0.215 |
1742 | 2024-12-20T21:23:12.392Z | Compiling zeroize_derive v1.4.2 |
1743 | 2024-12-20T21:23:13.020Z | Compiling zerocopy-derive v0.7.35 |
1744 | 2024-12-20T21:23:13.128Z | Compiling tokio-macros v2.4.0 |
1745 | 2024-12-20T21:23:13.551Z | Compiling thiserror-impl v1.0.69 |
1746 | 2024-12-20T21:23:13.599Z | Compiling zerofrom-derive v0.1.4 |
1747 | 2024-12-20T21:23:13.971Z | Compiling zeroize v1.8.1 |
1748 | 2024-12-20T21:23:14.467Z | Compiling yoke-derive v0.7.4 |
1749 | 2024-12-20T21:23:14.505Z | Compiling futures-macro v0.3.31 |
1750 | 2024-12-20T21:23:14.531Z | Compiling zerovec-derive v0.10.3 |
1751 | 2024-12-20T21:23:15.231Z | Compiling displaydoc v0.2.5 |
1752 | 2024-12-20T21:23:16.390Z | Compiling zerocopy v0.7.35 |
1753 | 2024-12-20T21:23:16.878Z | Compiling crypto-common v0.1.6 |
1754 | 2024-12-20T21:23:17.013Z | Compiling icu_provider_macros v1.5.0 |
1755 | 2024-12-20T21:23:17.138Z | Compiling tracing-attributes v0.1.27 |
1756 | 2024-12-20T21:23:17.252Z | Compiling block-buffer v0.10.4 |
1757 | 2024-12-20T21:23:17.512Z | Compiling digest v0.10.7 |
1758 | 2024-12-20T21:23:17.566Z | Compiling der_derive v0.7.3 |
1759 | 2024-12-20T21:23:18.136Z | Compiling openssl-sys v0.9.103 |
1760 | 2024-12-20T21:23:18.245Z | Compiling fnv v1.0.7 |
1761 | 2024-12-20T21:23:19.061Z | Compiling serde_derive_internals v0.29.1 |
1762 | 2024-12-20T21:23:19.280Z | Compiling socket2 v0.5.7 |
1763 | 2024-12-20T21:23:20.168Z | Compiling ahash v0.8.11 |
1764 | 2024-12-20T21:23:21.564Z | Compiling schemars_derive v0.8.21 |
1765 | 2024-12-20T21:23:21.640Z | Compiling foldhash v0.1.3 |
1766 | 2024-12-20T21:23:21.815Z | Compiling futures-sink v0.3.31 |
1767 | 2024-12-20T21:23:21.958Z | Compiling cpufeatures v0.2.14 |
1768 | 2024-12-20T21:23:22.043Z | Compiling equivalent v1.0.1 |
1769 | 2024-12-20T21:23:22.186Z | Compiling hashbrown v0.15.1 |
1770 | 2024-12-20T21:23:22.579Z | Compiling slog v2.7.0 |
1771 | 2024-12-20T21:23:22.683Z | Compiling stable_deref_trait v1.2.0 |
1772 | 2024-12-20T21:23:23.793Z | Compiling futures-channel v0.3.31 |
1773 | 2024-12-20T21:23:23.985Z | Compiling zerofrom v0.1.4 |
1774 | 2024-12-20T21:23:24.129Z | Compiling scroll_derive v0.12.0 |
1775 | 2024-12-20T21:23:24.238Z | Compiling pin-utils v0.1.0 |
1776 | 2024-12-20T21:23:24.403Z | Compiling futures-task v0.3.31 |
1777 | 2024-12-20T21:23:24.428Z | Compiling futures-io v0.3.31 |
1778 | 2024-12-20T21:23:24.428Z | Compiling openssl v0.10.66 |
1779 | 2024-12-20T21:23:24.747Z | Compiling ucd-trie v0.1.7 |
1780 | 2024-12-20T21:23:24.799Z | Compiling futures-util v0.3.31 |
1781 | 2024-12-20T21:23:24.852Z | Compiling yoke v0.7.4 |
1782 | 2024-12-20T21:23:25.294Z | Compiling pest v2.7.14 |
1783 | 2024-12-20T21:23:25.326Z | Compiling hmac v0.12.1 |
1784 | 2024-12-20T21:23:25.636Z | Compiling tinyvec_macros v0.1.1 |
1785 | 2024-12-20T21:23:25.696Z | Compiling zerovec v0.10.4 |
1786 | 2024-12-20T21:23:25.800Z | Compiling tinyvec v1.8.0 |
1787 | 2024-12-20T21:23:26.380Z | Compiling bitflags v2.6.0 |
1788 | 2024-12-20T21:23:26.956Z | Compiling bytes v1.8.0 |
1789 | 2024-12-20T21:23:29.029Z | Compiling tokio v1.40.0 |
1790 | 2024-12-20T21:23:29.167Z | Compiling serde_tokenstream v0.2.2 |
1791 | 2024-12-20T21:23:29.853Z | Compiling indexmap v2.6.0 |
1792 | 2024-12-20T21:23:31.572Z | Compiling which v4.4.2 |
1793 | 2024-12-20T21:23:32.258Z | Compiling http v1.1.0 |
1794 | 2024-12-20T21:23:32.504Z | Compiling rustc_version v0.4.1 |
1795 | 2024-12-20T21:23:32.769Z | Compiling pest_meta v2.7.14 |
1796 | 2024-12-20T21:23:34.219Z | Compiling uuid v1.11.0 |
1797 | 2024-12-20T21:23:34.875Z | Compiling block-padding v0.3.3 |
1798 | 2024-12-20T21:23:35.127Z | Compiling openssl-macros v0.1.1 |
1799 | 2024-12-20T21:23:35.168Z | Compiling rustls v0.23.19 |
1800 | 2024-12-20T21:23:35.600Z | Compiling native-tls v0.2.12 |
1801 | 2024-12-20T21:23:36.057Z | Compiling iana-time-zone v0.1.61 |
1802 | 2024-12-20T21:23:36.448Z | Compiling chrono v0.4.38 |
1803 | 2024-12-20T21:23:36.547Z | Compiling inout v0.1.3 |
1804 | 2024-12-20T21:23:36.868Z | Compiling pest_generator v2.7.14 |
1805 | 2024-12-20T21:23:37.574Z | Compiling unicode-normalization v0.1.24 |
1806 | 2024-12-20T21:23:38.325Z | Compiling cipher v0.4.4 |
1807 | 2024-12-20T21:23:38.903Z | Compiling tinystr v0.7.6 |
1808 | 2024-12-20T21:23:38.945Z | Compiling pest_derive v2.7.14 |
1809 | 2024-12-20T21:23:39.131Z | Compiling sha2 v0.10.8 |
1810 | 2024-12-20T21:23:39.620Z | Compiling async-trait v0.1.83 |
1811 | 2024-12-20T21:23:39.861Z | Compiling cookie v0.18.1 |
1812 | 2024-12-20T21:23:39.979Z | Compiling usdt-impl v0.5.0 |
1813 | 2024-12-20T21:23:40.128Z | Compiling writeable v0.5.5 |
1814 | 2024-12-20T21:23:40.403Z | Compiling litemap v0.7.3 |
1815 | 2024-12-20T21:23:40.861Z | Compiling unicode-bidi v0.3.17 |
1816 | 2024-12-20T21:23:42.024Z | Compiling base64ct v1.6.0 |
1817 | 2024-12-20T21:23:42.230Z | Compiling icu_locid v1.5.0 |
1818 | 2024-12-20T21:23:42.687Z | Compiling pem-rfc7468 v0.7.0 |
1819 | 2024-12-20T21:23:44.092Z | Compiling scroll v0.12.0 |
1820 | 2024-12-20T21:23:44.840Z | Compiling ppv-lite86 v0.2.20 |
1821 | 2024-12-20T21:23:45.818Z | Compiling tracing-core v0.1.32 |
1822 | 2024-12-20T21:23:45.897Z | Compiling dyn-clone v1.0.17 |
1823 | 2024-12-20T21:23:46.139Z | Compiling untrusted v0.7.1 |
1824 | 2024-12-20T21:23:46.301Z | Compiling flagset v0.4.6 |
1825 | 2024-12-20T21:23:46.534Z | Compiling percent-encoding v2.3.1 |
1826 | 2024-12-20T21:23:46.839Z | Compiling aws-lc-sys v0.22.0 |
1827 | 2024-12-20T21:23:46.966Z | Compiling rustls-pki-types v1.10.0 |
1828 | 2024-12-20T21:23:48.192Z | Compiling syn v1.0.109 |
1829 | 2024-12-20T21:23:48.852Z | Compiling camino v1.1.9 |
1830 | 2024-12-20T21:23:48.873Z | Compiling plain v0.2.3 |
1831 | 2024-12-20T21:23:49.043Z | Compiling goblin v0.8.2 |
1832 | 2024-12-20T21:23:49.867Z | Compiling tracing v0.1.40 |
1833 | 2024-12-20T21:23:50.785Z | Compiling der v0.7.9 |
1834 | 2024-12-20T21:23:51.427Z | Compiling rand_chacha v0.3.1 |
1835 | 2024-12-20T21:23:53.594Z | Compiling icu_provider v1.5.0 |
1836 | 2024-12-20T21:23:54.016Z | Compiling tokio-util v0.7.12 |
1837 | 2024-12-20T21:23:56.382Z | Compiling icu_locid_transform_data v1.5.0 |
1838 | 2024-12-20T21:23:56.418Z | Compiling mirai-annotations v1.12.0 |
1839 | 2024-12-20T21:23:56.520Z | Compiling rayon-core v1.12.1 |
1840 | 2024-12-20T21:23:56.548Z | Compiling rustls v0.22.4 |
1841 | 2024-12-20T21:23:56.759Z | Compiling pretty-hex v0.4.1 |
1842 | 2024-12-20T21:23:56.885Z | Compiling untrusted v0.9.0 |
1843 | 2024-12-20T21:23:56.915Z | Compiling powerfmt v0.2.0 |
1844 | 2024-12-20T21:23:57.010Z | Compiling dof v0.3.0 |
1845 | 2024-12-20T21:23:57.307Z | Compiling deranged v0.3.11 |
1846 | 2024-12-20T21:23:57.531Z | Compiling icu_locid_transform v1.5.0 |
1847 | 2024-12-20T21:23:59.283Z | Compiling spki v0.7.3 |
1848 | 2024-12-20T21:23:59.780Z | Compiling rand v0.8.5 |
1849 | 2024-12-20T21:24:00.400Z | Compiling dtrace-parser v0.2.0 |
1850 | 2024-12-20T21:24:01.722Z | Compiling salsa20 v0.10.2 |
1851 | 2024-12-20T21:24:01.972Z | Compiling icu_collections v1.5.0 |
1852 | 2024-12-20T21:24:02.604Z | Compiling pbkdf2 v0.12.2 |
1853 | 2024-12-20T21:24:03.828Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1854 | 2024-12-20T21:24:04.468Z | Compiling thread-id v4.2.2 |
1855 | 2024-12-20T21:24:04.658Z | Compiling num_threads v0.1.7 |
1856 | 2024-12-20T21:24:04.782Z | Compiling atomic-waker v1.1.2 |
1857 | 2024-12-20T21:24:04.860Z | Compiling icu_properties_data v1.5.0 |
1858 | 2024-12-20T21:24:05.747Z | Compiling time v0.3.36 |
1859 | 2024-12-20T21:24:05.840Z | Compiling icu_properties v1.5.1 |
1860 | 2024-12-20T21:24:11.365Z | Compiling scrypt v0.11.0 |
1861 | 2024-12-20T21:24:11.387Z | Compiling form_urlencoded v1.2.1 |
1862 | 2024-12-20T21:24:11.969Z | Compiling aes v0.8.4 |
1863 | 2024-12-20T21:24:12.013Z | Compiling cbc v0.1.2 |
1864 | 2024-12-20T21:24:12.403Z | Compiling http-body v1.0.1 |
1865 | 2024-12-20T21:24:12.769Z | Compiling multer v3.1.0 |
1866 | 2024-12-20T21:24:12.869Z | Compiling utf16_iter v1.0.5 |
1867 | 2024-12-20T21:24:13.007Z | Compiling utf8_iter v1.0.4 |
1868 | 2024-12-20T21:24:13.136Z | Compiling slog-async v2.8.0 |
1869 | 2024-12-20T21:24:13.304Z | Compiling icu_normalizer_data v1.5.0 |
1870 | 2024-12-20T21:24:13.444Z | Compiling try-lock v0.2.5 |
1871 | 2024-12-20T21:24:13.603Z | Compiling write16 v1.0.0 |
1872 | 2024-12-20T21:24:13.967Z | Compiling want v0.3.1 |
1873 | 2024-12-20T21:24:14.022Z | Compiling icu_normalizer v1.5.0 |
1874 | 2024-12-20T21:24:14.381Z | Compiling pkcs5 v0.7.1 |
1875 | 2024-12-20T21:24:18.041Z | Compiling h2 v0.4.6 |
1876 | 2024-12-20T21:24:19.535Z | Compiling heapless v0.7.17 |
1877 | 2024-12-20T21:24:19.818Z | Compiling zerocopy-derive v0.6.6 |
1878 | 2024-12-20T21:24:20.188Z | Compiling httpdate v1.0.3 |
1879 | 2024-12-20T21:24:20.348Z | Compiling anyhow v1.0.93 |
1880 | 2024-12-20T21:24:20.955Z | Compiling base64 v0.22.1 |
1881 | 2024-12-20T21:24:20.984Z | Compiling num-bigint-dig v0.8.4 |
1882 | 2024-12-20T21:24:21.737Z | Compiling signal-hook v0.3.17 |
1883 | 2024-12-20T21:24:23.002Z | Compiling pkcs8 v0.10.2 |
1884 | 2024-12-20T21:24:23.804Z | Compiling idna_adapter v1.2.0 |
1885 | 2024-12-20T21:24:24.267Z | Compiling usdt-macro v0.5.0 |
1886 | 2024-12-20T21:24:24.716Z | Compiling usdt-attr-macro v0.5.0 |
1887 | 2024-12-20T21:24:26.540Z | Compiling async-stream-impl v0.3.6 |
1888 | 2024-12-20T21:24:26.577Z | Compiling hyper v1.5.0 |
1889 | 2024-12-20T21:24:27.361Z | Compiling strsim v0.11.1 |
1890 | 2024-12-20T21:24:28.099Z | Compiling tower-service v0.3.3 |
1891 | 2024-12-20T21:24:28.239Z | Compiling rustversion v1.0.17 |
1892 | 2024-12-20T21:24:29.769Z | Compiling hyper-util v0.1.10 |
1893 | 2024-12-20T21:24:29.958Z | Compiling idna v1.0.3 |
1894 | 2024-12-20T21:24:36.637Z | Compiling curve25519-dalek v4.1.3 |
1895 | 2024-12-20T21:24:37.161Z | Compiling openapiv3 v2.0.0 |
1896 | 2024-12-20T21:24:37.418Z | Compiling serde_spanned v0.6.8 |
1897 | 2024-12-20T21:24:37.724Z | Compiling toml_datetime v0.6.8 |
1898 | 2024-12-20T21:24:37.990Z | Compiling enum-as-inner v0.6.1 |
1899 | 2024-12-20T21:24:38.713Z | Compiling dropshot v0.12.0 |
1900 | 2024-12-20T21:24:38.936Z | Compiling match_cfg v0.1.0 |
1901 | 2024-12-20T21:24:39.103Z | Compiling portable-atomic v1.9.0 |
1902 | 2024-12-20T21:24:39.787Z | Compiling heck v0.4.1 |
1903 | 2024-12-20T21:24:40.161Z | Compiling adler2 v2.0.0 |
1904 | 2024-12-20T21:24:40.241Z | Compiling foreign-types-shared v0.1.1 |
1905 | 2024-12-20T21:24:40.362Z | Compiling smoltcp v0.9.1 |
1906 | 2024-12-20T21:24:40.364Z | Compiling foreign-types v0.3.2 |
1907 | 2024-12-20T21:24:40.516Z | Compiling miniz_oxide v0.8.0 |
1908 | 2024-12-20T21:24:41.164Z | Compiling hostname v0.3.1 |
1909 | 2024-12-20T21:24:42.611Z | Compiling url v2.5.3 |
1910 | 2024-12-20T21:24:50.254Z | Compiling http-body-util v0.1.2 |
1911 | 2024-12-20T21:24:50.929Z | Compiling clap_derive v4.5.18 |
1912 | 2024-12-20T21:24:51.628Z | Compiling dirs-sys-next v0.1.2 |
1913 | 2024-12-20T21:24:52.355Z | Compiling encoding_rs v0.8.34 |
1914 | 2024-12-20T21:24:54.059Z | Compiling mime v0.3.17 |
1915 | 2024-12-20T21:24:55.251Z | Compiling data-encoding v2.6.0 |
1916 | 2024-12-20T21:24:56.689Z | Compiling siphasher v0.3.11 |
1917 | 2024-12-20T21:24:57.108Z | Compiling dirs-next v2.0.0 |
1918 | 2024-12-20T21:25:03.893Z | Compiling hubpack_derive v0.1.1 |
1919 | 2024-12-20T21:25:04.289Z | Compiling rustls-webpki v0.102.8 |
1920 | 2024-12-20T21:25:04.751Z | Compiling serde_urlencoded v0.7.1 |
1921 | 2024-12-20T21:25:05.197Z | Compiling crossbeam-epoch v0.9.18 |
1922 | 2024-12-20T21:25:05.378Z | Compiling hashbrown v0.14.5 |
1923 | 2024-12-20T21:25:05.807Z | Compiling rustls-pemfile v2.2.0 |
1924 | 2024-12-20T21:25:05.933Z | Compiling dropshot_endpoint v0.12.0 |
1925 | 2024-12-20T21:25:06.554Z | Compiling sha1 v0.10.6 |
1926 | 2024-12-20T21:25:06.814Z | Compiling signature v2.2.0 |
1927 | 2024-12-20T21:25:06.981Z | Compiling curve25519-dalek-derive v0.1.1 |
1928 | 2024-12-20T21:25:07.079Z | Compiling thread_local v1.1.8 |
1929 | 2024-12-20T21:25:07.100Z | Compiling fs-err v2.11.0 |
1930 | 2024-12-20T21:25:07.553Z | Compiling utf8parse v0.2.2 |
1931 | 2024-12-20T21:25:07.735Z | Compiling anstyle v1.0.10 |
1932 | 2024-12-20T21:25:08.188Z | Compiling unicode-properties v0.1.3 |
1933 | 2024-12-20T21:25:08.356Z | Compiling gimli v0.31.1 |
1934 | 2024-12-20T21:25:08.568Z | Compiling ipnet v2.10.1 |
1935 | 2024-12-20T21:25:09.667Z | Compiling openssl-probe v0.1.5 |
1936 | 2024-12-20T21:25:10.848Z | Compiling winnow v0.6.20 |
1937 | 2024-12-20T21:25:12.659Z | Compiling stringprep v0.1.5 |
1938 | 2024-12-20T21:25:13.063Z | Compiling addr2line v0.24.2 |
1939 | 2024-12-20T21:25:13.083Z | Compiling anstyle-parse v0.2.5 |
1940 | 2024-12-20T21:25:13.422Z | Compiling regress v0.10.1 |
1941 | 2024-12-20T21:25:13.665Z | Compiling crossbeam-deque v0.8.5 |
1942 | 2024-12-20T21:25:14.460Z | Compiling toml_edit v0.22.22 |
1943 | 2024-12-20T21:25:14.831Z | Compiling term v0.7.0 |
1944 | 2024-12-20T21:25:16.179Z | Compiling slog-json v2.6.1 |
1945 | 2024-12-20T21:25:17.339Z | Compiling crossbeam-channel v0.5.13 |
1946 | 2024-12-20T21:25:18.839Z | Compiling idna v0.3.0 |
1947 | 2024-12-20T21:25:19.553Z | Compiling idna v0.4.0 |
1948 | 2024-12-20T21:25:21.794Z | Compiling futures-executor v0.3.31 |
1949 | 2024-12-20T21:25:22.191Z | Compiling num-integer v0.1.46 |
1950 | 2024-12-20T21:25:22.412Z | Compiling md-5 v0.10.6 |
1951 | 2024-12-20T21:25:22.439Z | Compiling ff v0.13.0 |
1952 | 2024-12-20T21:25:22.668Z | Compiling hash32 v0.2.1 |
1953 | 2024-12-20T21:25:22.671Z | Compiling memmap v0.7.0 |
1954 | 2024-12-20T21:25:22.710Z | Compiling is-terminal v0.4.13 |
1955 | 2024-12-20T21:25:22.846Z | Compiling object v0.36.5 |
1956 | 2024-12-20T21:25:22.902Z | Compiling base16ct v0.2.0 |
1957 | 2024-12-20T21:25:23.001Z | Compiling psl-types v2.0.11 |
1958 | 2024-12-20T21:25:23.038Z | Compiling fallible-iterator v0.2.0 |
1959 | 2024-12-20T21:25:23.206Z | Compiling quick-error v1.2.3 |
1960 | 2024-12-20T21:25:23.209Z | Compiling anstyle-query v1.1.1 |
1961 | 2024-12-20T21:25:23.363Z | Compiling rustc-demangle v0.1.24 |
1962 | 2024-12-20T21:25:23.388Z | Compiling is_terminal_polyfill v1.70.1 |
1963 | 2024-12-20T21:25:23.534Z | Compiling take_mut v0.2.2 |
1964 | 2024-12-20T21:25:23.710Z | Compiling utf-8 v0.7.6 |
1965 | 2024-12-20T21:25:23.786Z | Compiling linked-hash-map v0.5.6 |
1966 | 2024-12-20T21:25:24.023Z | Compiling colorchoice v1.0.2 |
1967 | 2024-12-20T21:25:24.199Z | Compiling anstream v0.6.15 |
1968 | 2024-12-20T21:25:24.265Z | Compiling lru-cache v0.1.2 |
1969 | 2024-12-20T21:25:24.408Z | Compiling publicsuffix v2.2.3 |
1970 | 2024-12-20T21:25:24.475Z | Compiling tungstenite v0.24.0 |
1971 | 2024-12-20T21:25:24.737Z | Compiling postgres-protocol v0.6.7 |
1972 | 2024-12-20T21:25:25.931Z | Compiling resolv-conf v0.7.0 |
1973 | 2024-12-20T21:25:26.246Z | Compiling sec1 v0.7.3 |
1974 | 2024-12-20T21:25:26.604Z | Compiling usdt v0.5.0 |
1975 | 2024-12-20T21:25:26.825Z | Compiling slog-term v2.9.1 |
1976 | 2024-12-20T21:25:27.062Z | Compiling num-iter v0.1.45 |
1977 | 2024-12-20T21:25:27.270Z | Compiling group v0.13.0 |
1978 | 2024-12-20T21:25:27.400Z | Compiling futures v0.3.31 |
1979 | 2024-12-20T21:25:27.712Z | Compiling tokio-rustls v0.26.0 |
1980 | 2024-12-20T21:25:27.944Z | Compiling hickory-proto v0.24.1 |
1981 | 2024-12-20T21:25:28.652Z | Compiling tokio-rustls v0.25.0 |
1982 | 2024-12-20T21:25:29.068Z | Compiling toml v0.8.19 |
1983 | 2024-12-20T21:25:30.042Z | Compiling typify-impl v0.2.0 |
1984 | 2024-12-20T21:25:30.195Z | Compiling backtrace v0.3.74 |
1985 | 2024-12-20T21:25:30.705Z | Compiling slog-bunyan v2.5.0 |
1986 | 2024-12-20T21:25:30.832Z | Compiling tokio-native-tls v0.3.1 |
1987 | 2024-12-20T21:25:31.024Z | Compiling phf_shared v0.11.2 |
1988 | 2024-12-20T21:25:31.165Z | Compiling strum_macros v0.25.3 |
1989 | 2024-12-20T21:25:31.424Z | Compiling async-stream v0.3.6 |
1990 | 2024-12-20T21:25:31.706Z | Compiling waitgroup v0.1.2 |
1991 | 2024-12-20T21:25:31.925Z | Compiling webpki-roots v0.26.6 |
1992 | 2024-12-20T21:25:32.155Z | Compiling idna v0.5.0 |
1993 | 2024-12-20T21:25:33.120Z | Compiling terminal_size v0.4.0 |
1994 | 2024-12-20T21:25:33.354Z | Compiling serde_path_to_error v0.1.16 |
1995 | 2024-12-20T21:25:34.187Z | Compiling hkdf v0.12.4 |
1996 | 2024-12-20T21:25:34.352Z | Compiling crypto-bigint v0.5.5 |
1997 | 2024-12-20T21:25:34.420Z | Compiling derive-where v1.2.7 |
1998 | 2024-12-20T21:25:34.769Z | Compiling serde_repr v0.1.19 |
1999 | 2024-12-20T21:25:36.007Z | Compiling hostname v0.4.0 |
2000 | 2024-12-20T21:25:36.028Z | Compiling crc32fast v1.4.2 |
2001 | 2024-12-20T21:25:36.407Z | Compiling managed v0.8.0 |
2002 | 2024-12-20T21:25:36.918Z | Compiling debug-ignore v1.0.5 |
2003 | 2024-12-20T21:25:37.100Z | Compiling winnow v0.5.40 |
2004 | 2024-12-20T21:25:37.770Z | Compiling clap_lex v0.7.2 |
2005 | 2024-12-20T21:25:37.809Z | Compiling unicode-width v0.1.14 |
2006 | 2024-12-20T21:25:37.809Z | Compiling bitflags v1.3.2 |
2007 | 2024-12-20T21:25:37.954Z | Compiling clap_builder v4.5.21 |
2008 | 2024-12-20T21:25:38.069Z | Compiling console v0.15.8 |
2009 | 2024-12-20T21:25:38.257Z | Compiling elliptic-curve v0.13.8 |
2010 | 2024-12-20T21:25:40.631Z | Compiling toml_edit v0.19.15 |
2011 | 2024-12-20T21:25:40.881Z | Compiling flate2 v1.0.34 |
2012 | 2024-12-20T21:25:41.828Z | Compiling hickory-resolver v0.24.1 |
2013 | 2024-12-20T21:25:41.853Z | Compiling typify-macro v0.2.0 |
2014 | 2024-12-20T21:25:45.304Z | Compiling cookie_store v0.21.0 |
2015 | 2024-12-20T21:25:46.349Z | Compiling hyper-rustls v0.27.3 |
2016 | 2024-12-20T21:25:47.700Z | Compiling phf v0.11.2 |
2017 | 2024-12-20T21:25:48.010Z | Compiling hyper-tls v0.6.0 |
2018 | 2024-12-20T21:25:48.414Z | Compiling signal-hook-mio v0.2.4 |
2019 | 2024-12-20T21:25:48.501Z | Compiling rayon v1.10.0 |
2020 | 2024-12-20T21:25:48.583Z | Compiling bzip2 v0.4.4 |
2021 | 2024-12-20T21:25:48.899Z | Compiling tokio-tungstenite v0.24.0 |
2022 | 2024-12-20T21:25:48.982Z | Compiling postgres-types v0.2.8 |
2023 | 2024-12-20T21:25:49.631Z | Compiling ed25519 v2.2.3 |
2024 | 2024-12-20T21:25:49.725Z | Compiling hubpack v0.1.2 |
2025 | 2024-12-20T21:25:50.069Z | Compiling phf_shared v0.10.0 |
2026 | 2024-12-20T21:25:50.176Z | Compiling pkcs1 v0.7.5 |
2027 | 2024-12-20T21:25:50.472Z | Compiling zerocopy v0.6.6 |
2028 | 2024-12-20T21:25:50.499Z | Compiling tokio-stream v0.1.16 |
2029 | 2024-12-20T21:25:51.532Z | Compiling serde-big-array v0.5.1 |
2030 | 2024-12-20T21:25:51.535Z | Compiling rfc6979 v0.4.0 |
2031 | 2024-12-20T21:25:51.666Z | Compiling float-cmp v0.9.0 |
2032 | 2024-12-20T21:25:51.926Z | Compiling sync_wrapper v1.0.1 |
2033 | 2024-12-20T21:25:52.180Z | Compiling bstr v1.10.0 |
2034 | 2024-12-20T21:25:52.648Z | Compiling static_assertions v1.1.0 |
2035 | 2024-12-20T21:25:52.764Z | Compiling whoami v1.5.2 |
2036 | 2024-12-20T21:25:53.303Z | Compiling precomputed-hash v0.1.1 |
2037 | 2024-12-20T21:25:53.412Z | Compiling predicates-core v1.0.8 |
2038 | 2024-12-20T21:25:53.436Z | Compiling number_prefix v0.4.0 |
2039 | 2024-12-20T21:25:53.610Z | Compiling difflib v0.4.0 |
2040 | 2024-12-20T21:25:53.723Z | Compiling fixedbitset v0.4.2 |
2041 | 2024-12-20T21:25:53.818Z | Compiling unicode-segmentation v1.12.0 |
2042 | 2024-12-20T21:25:53.906Z | Compiling bit-vec v0.6.3 |
2043 | 2024-12-20T21:25:54.288Z | Compiling normalize-line-endings v0.3.0 |
2044 | 2024-12-20T21:25:54.354Z | Compiling new_debug_unreachable v1.0.6 |
2045 | 2024-12-20T21:25:54.429Z | Compiling unicode-width v0.2.0 |
2046 | 2024-12-20T21:25:54.467Z | Compiling string_cache v0.8.7 |
2047 | 2024-12-20T21:25:54.662Z | Compiling similar v2.6.0 |
2048 | 2024-12-20T21:25:54.876Z | Compiling predicates v3.1.2 |
2049 | 2024-12-20T21:25:54.998Z | Compiling indicatif v0.17.9 |
2050 | 2024-12-20T21:25:55.953Z | Compiling bit-set v0.5.3 |
2051 | 2024-12-20T21:25:56.300Z | Compiling petgraph v0.6.5 |
2052 | 2024-12-20T21:25:56.625Z | Compiling tokio-postgres v0.7.12 |
2053 | 2024-12-20T21:25:56.830Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2054 | 2024-12-20T21:25:57.042Z | Compiling reqwest v0.12.9 |
2055 | 2024-12-20T21:26:01.318Z | Compiling ecdsa v0.16.9 |
2056 | 2024-12-20T21:26:02.143Z | Compiling qorb v0.2.1 |
2057 | 2024-12-20T21:26:02.565Z | Compiling rsa v0.9.6 |
2058 | 2024-12-20T21:26:02.586Z | Compiling ed25519-dalek v2.1.1 |
2059 | 2024-12-20T21:26:03.235Z | Compiling zip v0.6.6 |
2060 | 2024-12-20T21:26:03.767Z | Compiling crossterm v0.28.1 |
2061 | 2024-12-20T21:26:03.965Z | Compiling toml v0.7.8 |
2062 | 2024-12-20T21:26:04.172Z | Compiling clap v4.5.21 |
2063 | 2024-12-20T21:26:07.236Z | Compiling x509-cert v0.2.5 |
2064 | 2024-12-20T21:26:07.594Z | Compiling hex v0.4.3 |
2065 | 2024-12-20T21:26:10.602Z | Compiling radium v0.7.0 |
2066 | 2024-12-20T21:26:10.954Z | Compiling lalrpop-util v0.19.12 |
2067 | 2024-12-20T21:26:10.993Z | Compiling peg-runtime v0.8.3 |
2068 | 2024-12-20T21:26:11.509Z | Compiling unicode-xid v0.2.6 |
2069 | 2024-12-20T21:26:13.483Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2070 | 2024-12-20T21:26:30.323Z | Compiling ident_case v1.0.1 |
2071 | 2024-12-20T21:26:30.512Z | Compiling maybe-uninit v2.0.0 |
2072 | 2024-12-20T21:26:30.991Z | Compiling tap v1.0.1 |
2073 | 2024-12-20T21:26:35.213Z | Compiling wyz v0.5.1 |
2074 | 2024-12-20T21:26:35.803Z | Compiling darling_core v0.20.10 |
2075 | 2024-12-20T21:26:42.004Z | Compiling typify v0.2.0 |
2076 | 2024-12-20T21:26:45.745Z | Compiling unsafe-libyaml v0.2.11 |
2077 | 2024-12-20T21:26:45.782Z | Compiling funty v2.0.0 |
2078 | 2024-12-20T21:26:46.783Z | Compiling packed_struct v0.10.1 |
2079 | 2024-12-20T21:26:47.580Z | Compiling serde_yaml v0.9.34+deprecated |
2080 | 2024-12-20T21:26:47.749Z | Compiling bitvec v1.0.1 |
2081 | 2024-12-20T21:26:51.763Z | Compiling progenitor-impl v0.8.0 |
2082 | 2024-12-20T21:26:52.350Z | Compiling darling_macro v0.20.10 |
2083 | 2024-12-20T21:26:54.168Z | Compiling packed_struct_codegen v0.10.1 |
2084 | 2024-12-20T21:26:56.678Z | Compiling structmeta-derive v0.3.0 |
2085 | 2024-12-20T21:26:57.006Z | Compiling indexmap v1.9.3 |
2086 | 2024-12-20T21:26:58.481Z | Compiling fastrand v2.1.1 |
2087 | 2024-12-20T21:26:58.654Z | Compiling nodrop v0.1.14 |
2088 | 2024-12-20T21:26:58.675Z | Compiling crc-catalog v2.4.0 |
2089 | 2024-12-20T21:26:58.842Z | Compiling newtype-uuid v1.1.3 |
2090 | 2024-12-20T21:26:59.170Z | Compiling tempfile v3.13.0 |
2091 | 2024-12-20T21:26:59.192Z | Compiling crc v3.2.1 |
2092 | 2024-12-20T21:26:59.330Z | Compiling structmeta v0.3.0 |
2093 | 2024-12-20T21:27:00.607Z | Compiling array-init v0.0.4 |
2094 | 2024-12-20T21:27:00.939Z | Compiling progenitor-macro v0.8.0 |
2095 | 2024-12-20T21:27:07.150Z | Compiling smallvec v0.6.14 |
2096 | 2024-12-20T21:27:07.686Z | Compiling darling v0.20.10 |
2097 | 2024-12-20T21:27:13.529Z | Compiling progenitor-client v0.8.0 |
2098 | 2024-12-20T21:27:15.671Z | Compiling pin-project-internal v1.1.6 |
2099 | 2024-12-20T21:27:15.867Z | Compiling dropshot v0.13.0 |
2100 | 2024-12-20T21:27:16.441Z | Compiling base64 v0.21.7 |
2101 | 2024-12-20T21:27:17.599Z | Compiling hashbrown v0.12.3 |
2102 | 2024-12-20T21:27:18.915Z | Compiling bitfield v0.14.0 |
2103 | 2024-12-20T21:27:19.152Z | Compiling termcolor v1.4.1 |
2104 | 2024-12-20T21:27:20.204Z | Compiling same-file v1.0.6 |
2105 | 2024-12-20T21:27:23.168Z | Compiling walkdir v2.5.0 |
2106 | 2024-12-20T21:27:25.197Z | Compiling env_logger v0.10.2 |
2107 | 2024-12-20T21:27:27.316Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2108 | 2024-12-20T21:27:28.325Z | Compiling pin-project v1.1.6 |
2109 | 2024-12-20T21:27:28.478Z | Compiling ron v0.8.1 |
2110 | 2024-12-20T21:27:35.539Z | Compiling progenitor v0.8.0 |
2111 | 2024-12-20T21:27:36.500Z | Compiling serde_with_macros v3.11.0 |
2112 | 2024-12-20T21:27:36.735Z | Compiling serde-hex v0.1.0 |
2113 | 2024-12-20T21:27:38.355Z | Compiling parse-display-derive v0.10.0 |
2114 | 2024-12-20T21:27:39.093Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2115 | 2024-12-20T21:27:39.878Z | Compiling strum_macros v0.26.4 |
2116 | 2024-12-20T21:27:42.065Z | Compiling snafu-derive v0.8.5 |
2117 | 2024-12-20T21:27:42.388Z | Compiling hashbrown v0.13.2 |
2118 | 2024-12-20T21:27:42.733Z | Compiling ipnetwork v0.20.0 |
2119 | 2024-12-20T21:27:43.817Z | Compiling xattr v1.3.1 |
2120 | 2024-12-20T21:27:44.140Z | Compiling dropshot_endpoint v0.13.0 |
2121 | 2024-12-20T21:27:44.391Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2122 | 2024-12-20T21:27:44.410Z | Compiling blake3 v1.5.4 |
2123 | 2024-12-20T21:27:44.660Z | Compiling ring v0.16.20 |
2124 | 2024-12-20T21:27:45.052Z | Compiling filetime v0.2.25 |
2125 | 2024-12-20T21:27:45.144Z | Compiling instant v0.1.13 |
2126 | 2024-12-20T21:27:45.334Z | Compiling zip v2.1.3 |
2127 | 2024-12-20T21:27:45.665Z | Compiling crc-any v2.5.0 |
2128 | 2024-12-20T21:27:45.832Z | Compiling lockfree-object-pool v0.1.6 |
2129 | 2024-12-20T21:27:46.152Z | Compiling bumpalo v3.16.0 |
2130 | 2024-12-20T21:27:46.620Z | Compiling buf-list v1.0.3 |
2131 | 2024-12-20T21:27:46.758Z | Compiling simd-adler32 v0.3.7 |
2132 | 2024-12-20T21:27:46.825Z | Compiling snafu v0.8.5 |
2133 | 2024-12-20T21:27:46.854Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2134 | 2024-12-20T21:27:47.249Z | Compiling zopfli v0.8.1 |
2135 | 2024-12-20T21:27:48.101Z | Compiling backoff v0.4.0 |
2136 | 2024-12-20T21:27:48.135Z | Compiling tar v0.4.42 |
2137 | 2024-12-20T21:27:48.484Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2138 | 2024-12-20T21:27:49.368Z | Compiling strum v0.26.3 |
2139 | 2024-12-20T21:27:49.583Z | Compiling object v0.30.4 |
2140 | 2024-12-20T21:27:51.557Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2141 | 2024-12-20T21:27:53.804Z | Compiling parse-display v0.10.0 |
2142 | 2024-12-20T21:27:53.912Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2143 | 2024-12-20T21:27:54.520Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2144 | 2024-12-20T21:27:55.229Z | Compiling serde_with v3.11.0 |
2145 | 2024-12-20T21:27:55.751Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2146 | 2024-12-20T21:27:56.106Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2147 | 2024-12-20T21:27:56.465Z | Compiling camino-tempfile v1.1.1 |
2148 | 2024-12-20T21:27:57.272Z | Compiling globset v0.4.15 |
2149 | 2024-12-20T21:27:59.591Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2150 | 2024-12-20T21:28:00.117Z | Compiling regress v0.9.1 |
2151 | 2024-12-20T21:28:01.034Z | Compiling pem v3.0.4 |
2152 | 2024-12-20T21:28:01.883Z | Compiling olpc-cjson v0.1.4 |
2153 | 2024-12-20T21:28:02.235Z | Compiling macaddr v1.0.1 |
2154 | 2024-12-20T21:28:02.492Z | Compiling serde_plain v1.0.2 |
2155 | 2024-12-20T21:28:02.652Z | Compiling async-recursion v1.1.1 |
2156 | 2024-12-20T21:28:02.888Z | Compiling memmap2 v0.9.5 |
2157 | 2024-12-20T21:28:03.026Z | Compiling typed-path v0.9.3 |
2158 | 2024-12-20T21:28:03.487Z | Compiling spin v0.5.2 |
2159 | 2024-12-20T21:28:03.775Z | Compiling path-slash v0.1.5 |
2160 | 2024-12-20T21:28:04.038Z | Compiling arrayref v0.3.9 |
2161 | 2024-12-20T21:28:04.110Z | Compiling arrayvec v0.7.6 |
2162 | 2024-12-20T21:28:04.163Z | Compiling constant_time_eq v0.3.1 |
2163 | 2024-12-20T21:28:04.361Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2164 | 2024-12-20T21:28:04.763Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2165 | 2024-12-20T21:28:07.383Z | Compiling tough v0.19.0 |
2166 | 2024-12-20T21:28:11.298Z | Compiling itertools v0.13.0 |
2167 | 2024-12-20T21:28:12.367Z | Compiling cargo-platform v0.1.8 |
2168 | 2024-12-20T21:28:12.583Z | Compiling topological-sort v0.2.2 |
2169 | 2024-12-20T21:28:12.868Z | Compiling parse-size v1.1.0 |
2170 | 2024-12-20T21:28:13.186Z | Compiling omicron-zone-package v0.11.1 |
2171 | 2024-12-20T21:28:13.452Z | Compiling cargo_metadata v0.18.1 |
2172 | 2024-12-20T21:28:14.940Z | Compiling shell-words v1.1.0 |
2173 | 2024-12-20T21:28:18.261Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2174 | 2024-12-20T21:28:31.963Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2175 | 2024-12-20T21:28:46.859Z | Finished `release` profile [optimized] target(s) in 5m 51s |
2176 | 2024-12-20T21:28:47.020Z | Running `target/release/omicron-releng --output-dir /work` |
2177 | 2024-12-20T21:28:47.067Z | Dec 20 21:28:45.293 DEBG changing working directory to /work/oxidecomputer/omicron |
2178 | 2024-12-20T21:28:47.560Z | Dec 20 21:28:45.396 DEBG running: git rev-parse HEAD |
2179 | 2024-12-20T21:28:47.582Z | Dec 20 21:28:45.403 DEBG process exited with exit status: 0 (6.657005ms) |
2180 | 2024-12-20T21:28:47.582Z | Dec 20 21:28:45.403 INFO version: 12.0.0-0.ci+git5ecbe5f8c69 |
2181 | 2024-12-20T21:28:47.582Z | Dec 20 21:28:45.444 INFO cloning helios to /work/oxidecomputer/helios |
2182 | 2024-12-20T21:28:47.582Z | Dec 20 21:28:45.444 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2183 | 2024-12-20T21:28:47.582Z | Cloning into '/work/oxidecomputer/helios'... |
2184 | 2024-12-20T21:28:47.688Z | Dec 20 21:28:45.916 DEBG process exited with exit status: 0 (471.78338ms) |
2185 | 2024-12-20T21:28:47.688Z | Dec 20 21:28:45.916 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2186 | 2024-12-20T21:28:47.695Z | # branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067 |
2187 | 2024-12-20T21:28:47.695Z | # branch.head master |
2188 | 2024-12-20T21:28:47.695Z | # branch.upstream origin/master |
2189 | 2024-12-20T21:28:47.695Z | # branch.ab +0 -0 |
2190 | 2024-12-20T21:28:47.697Z | Dec 20 21:28:45.924 DEBG process exited with exit status: 0 (7.755319ms) |
2191 | 2024-12-20T21:28:47.697Z | Dec 20 21:28:45.924 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2192 | 2024-12-20T21:28:48.565Z | Dec 20 21:28:46.793 DEBG process exited with exit status: 0 (869.113066ms) |
2193 | 2024-12-20T21:28:48.565Z | Dec 20 21:28:46.793 DEBG running: zfs list rpool/images/build/host |
2194 | 2024-12-20T21:28:48.572Z | NAME USED AVAIL REFER MOUNTPOINT |
2195 | 2024-12-20T21:28:48.572Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2196 | 2024-12-20T21:28:48.574Z | Dec 20 21:28:46.801 DEBG process exited with exit status: 0 (7.534303ms) |
2197 | 2024-12-20T21:28:48.574Z | Dec 20 21:28:46.801 DEBG running: zfs list rpool/images/build/recovery |
2198 | 2024-12-20T21:28:48.579Z | NAME USED AVAIL REFER MOUNTPOINT |
2199 | 2024-12-20T21:28:48.579Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2200 | 2024-12-20T21:28:48.582Z | Dec 20 21:28:46.807 DEBG process exited with exit status: 0 (6.6333ms) |
2201 | 2024-12-20T21:28:48.582Z | Dec 20 21:28:46.808 INFO [hubris-production] running task |
2202 | 2024-12-20T21:28:48.582Z | Dec 20 21:28:46.808 INFO [hubris-staging] running task |
2203 | 2024-12-20T21:28:48.582Z | Dec 20 21:28:46.809 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2204 | 2024-12-20T21:28:48.584Z | Dec 20 21:28:46.812 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 |
2205 | 2024-12-20T21:28:48.649Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2206 | 2024-12-20T21:28:49.054Z | [ omicron-package] Blocking waiting for file lock on package cache |
2207 | 2024-12-20T21:28:49.653Z | [ omicron-package] Blocking waiting for file lock on package cache |
2208 | 2024-12-20T21:28:49.931Z | [ omicron-package] Blocking waiting for file lock on package cache |
2209 | 2024-12-20T21:28:50.444Z | Dec 20 21:28:48.672 INFO [hubris-production] task succeeded (1.863841237s) |
2210 | 2024-12-20T21:28:50.817Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2211 | 2024-12-20T21:28:50.821Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2212 | 2024-12-20T21:28:50.821Z | [ omicron-package] Compiling itertools v0.13.0 |
2213 | 2024-12-20T21:28:50.821Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2214 | 2024-12-20T21:28:50.821Z | [ omicron-package] Compiling heapless v0.8.0 |
2215 | 2024-12-20T21:28:50.821Z | [ omicron-package] Compiling hash32 v0.3.1 |
2216 | 2024-12-20T21:28:50.821Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2217 | 2024-12-20T21:28:50.821Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2218 | 2024-12-20T21:28:51.710Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2219 | 2024-12-20T21:28:52.282Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2220 | 2024-12-20T21:28:52.773Z | [ omicron-package] Compiling cobs v0.2.3 |
2221 | 2024-12-20T21:28:52.924Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2222 | 2024-12-20T21:28:53.281Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2223 | 2024-12-20T21:28:53.432Z | [ omicron-package] Compiling postcard v1.0.10 |
2224 | 2024-12-20T21:28:53.969Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2225 | 2024-12-20T21:28:54.086Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2226 | 2024-12-20T21:28:54.408Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2227 | 2024-12-20T21:28:54.896Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2228 | 2024-12-20T21:28:55.845Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2229 | 2024-12-20T21:28:56.226Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2230 | 2024-12-20T21:28:56.331Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2231 | 2024-12-20T21:28:56.758Z | [ omicron-package] Compiling num_enum v0.5.11 |
2232 | 2024-12-20T21:28:56.873Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2233 | 2024-12-20T21:28:57.109Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2234 | 2024-12-20T21:28:57.287Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2235 | 2024-12-20T21:28:57.484Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2236 | 2024-12-20T21:28:57.694Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2237 | 2024-12-20T21:28:57.908Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2238 | 2024-12-20T21:28:57.908Z | [ omicron-package] Compiling thiserror v2.0.3 |
2239 | 2024-12-20T21:28:58.462Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2240 | 2024-12-20T21:28:58.633Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2241 | 2024-12-20T21:28:58.986Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2242 | 2024-12-20T21:28:59.089Z | [ omicron-package] Compiling colored v2.1.0 |
2243 | 2024-12-20T21:28:59.499Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2244 | 2024-12-20T21:29:00.110Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2245 | 2024-12-20T21:29:00.200Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2246 | 2024-12-20T21:29:01.279Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2247 | 2024-12-20T21:29:01.572Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2248 | 2024-12-20T21:29:01.657Z | Dec 20 21:28:59.882 INFO [hubris-staging] task succeeded (13.073572969s) |
2249 | 2024-12-20T21:29:01.902Z | [ omicron-package] Compiling num-derive v0.4.2 |
2250 | 2024-12-20T21:29:02.504Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2251 | 2024-12-20T21:29:03.280Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2252 | 2024-12-20T21:29:03.312Z | [ omicron-package] Compiling zone v0.3.0 |
2253 | 2024-12-20T21:29:04.204Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2254 | 2024-12-20T21:29:04.266Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2255 | 2024-12-20T21:29:05.198Z | [ omicron-package] Compiling smf v0.2.3 |
2256 | 2024-12-20T21:29:05.425Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2257 | 2024-12-20T21:29:05.856Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2258 | 2024-12-20T21:29:05.978Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2259 | 2024-12-20T21:29:08.473Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2260 | 2024-12-20T21:29:08.689Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2261 | 2024-12-20T21:29:08.854Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2262 | 2024-12-20T21:29:09.036Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2263 | 2024-12-20T21:29:09.112Z | [ omicron-package] Compiling gethostname v0.5.0 |
2264 | 2024-12-20T21:29:09.257Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2265 | 2024-12-20T21:29:09.433Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2266 | 2024-12-20T21:29:09.995Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2267 | 2024-12-20T21:29:12.443Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2268 | 2024-12-20T21:29:13.843Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2269 | 2024-12-20T21:29:15.339Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2270 | 2024-12-20T21:29:18.075Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2271 | 2024-12-20T21:29:18.740Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2272 | 2024-12-20T21:29:20.551Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2273 | 2024-12-20T21:29:30.890Z | [ helios-setup] Dec 20 21:29:29.109 INFO helios repository root is: /work/oxidecomputer/helios |
2274 | 2024-12-20T21:29:30.892Z | [ helios-setup] Dec 20 21:29:29.111 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-20T21:29:30.892Z | [ helios-setup] Dec 20 21:29:29.111 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2276 | 2024-12-20T21:29:30.898Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2277 | 2024-12-20T21:29:36.918Z | [ helios-setup] Dec 20 21:29:35.136 INFO clone ok!, project: amd-firmware |
2278 | 2024-12-20T21:29:36.921Z | [ helios-setup] Dec 20 21:29:35.136 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 |
2279 | 2024-12-20T21:29:36.921Z | [ helios-setup] Dec 20 21:29:35.136 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2280 | 2024-12-20T21:29:36.924Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2281 | 2024-12-20T21:29:37.422Z | [ helios-setup] Dec 20 21:29:35.640 INFO clone ok!, project: bootserver |
2282 | 2024-12-20T21:29:37.425Z | [ helios-setup] Dec 20 21:29:35.640 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 |
2283 | 2024-12-20T21:29:37.425Z | [ helios-setup] Dec 20 21:29:35.640 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2284 | 2024-12-20T21:29:37.428Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2285 | 2024-12-20T21:29:38.285Z | [ helios-setup] Dec 20 21:29:36.502 INFO clone ok!, project: chelsio-t6-roms |
2286 | 2024-12-20T21:29:38.288Z | [ helios-setup] Dec 20 21:29:36.502 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 |
2287 | 2024-12-20T21:29:38.288Z | [ helios-setup] Dec 20 21:29:36.502 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2288 | 2024-12-20T21:29:38.301Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2289 | 2024-12-20T21:29:38.886Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 50.28s |
2290 | 2024-12-20T21:29:39.071Z | [ helios-setup] Dec 20 21:29:37.288 INFO clone ok!, project: pilot |
2291 | 2024-12-20T21:29:39.074Z | [ helios-setup] Dec 20 21:29:37.288 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2292 | 2024-12-20T21:29:39.074Z | [ helios-setup] Dec 20 21:29:37.288 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2293 | 2024-12-20T21:29:39.074Z | [ helios-setup] Dec 20 21:29:37.288 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2294 | 2024-12-20T21:29:39.074Z | [ helios-setup] Dec 20 21:29:37.288 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 |
2295 | 2024-12-20T21:29:39.074Z | [ helios-setup] Dec 20 21:29:37.288 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2296 | 2024-12-20T21:29:39.077Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2297 | 2024-12-20T21:29:39.143Z | [ omicron-package] |
2298 | 2024-12-20T21:29:39.145Z | [ omicron-package] real 50.504574208 |
2299 | 2024-12-20T21:29:39.146Z | [ omicron-package] user 2:56.690061916 |
2300 | 2024-12-20T21:29:39.146Z | [ omicron-package] sys 26.489384732 |
2301 | 2024-12-20T21:29:39.146Z | [ omicron-package] trap 0.300361326 |
2302 | 2024-12-20T21:29:39.146Z | [ omicron-package] tflt 0.563731244 |
2303 | 2024-12-20T21:29:39.146Z | [ omicron-package] dflt 0.893155236 |
2304 | 2024-12-20T21:29:39.146Z | [ omicron-package] kflt 0.000040031 |
2305 | 2024-12-20T21:29:39.146Z | [ omicron-package] lock 6:06.606144297 |
2306 | 2024-12-20T21:29:39.146Z | [ omicron-package] slp 10:10.040046937 |
2307 | 2024-12-20T21:29:39.146Z | Dec 20 21:29:37.361 INFO [omicron-package] process exited with exit status: 0 (50.549365707s) |
2308 | 2024-12-20T21:29:39.146Z | [ omicron-package] lat 1:39.824644721 |
2309 | 2024-12-20T21:29:39.146Z | [ omicron-package] stop 1:03.979556884 |
2310 | 2024-12-20T21:29:39.146Z | Dec 20 21:29:37.362 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --image standard --machine gimlet --switch asic --rack-topology multi-sled |
2311 | 2024-12-20T21:29:39.219Z | Dec 20 21:29:37.436 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2312 | 2024-12-20T21:29:39.232Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2313 | 2024-12-20T21:29:39.234Z | [ host-target] Created new build target 'host' and set it as active |
2314 | 2024-12-20T21:29:39.234Z | Dec 20 21:29:37.451 INFO [host-target] process exited with exit status: 0 (88.912749ms) |
2315 | 2024-12-20T21:29:39.234Z | Dec 20 21:29:37.451 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2316 | 2024-12-20T21:29:39.239Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2317 | 2024-12-20T21:29:39.239Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2318 | 2024-12-20T21:29:39.242Z | Dec 20 21:29:37.459 INFO [recovery-target] process exited with exit status: 0 (22.457017ms) |
2319 | 2024-12-20T21:29:39.249Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2320 | 2024-12-20T21:29:39.545Z | [ helios-setup] Dec 20 21:29:37.762 INFO clone ok!, project: phbl |
2321 | 2024-12-20T21:29:39.548Z | [ helios-setup] Dec 20 21:29:37.762 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 |
2322 | 2024-12-20T21:29:39.548Z | [ helios-setup] Dec 20 21:29:37.762 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2323 | 2024-12-20T21:29:39.551Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2324 | 2024-12-20T21:29:40.114Z | [ helios-setup] Dec 20 21:29:38.331 INFO clone ok!, project: pinprick |
2325 | 2024-12-20T21:29:40.117Z | [ helios-setup] Dec 20 21:29:38.331 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 |
2326 | 2024-12-20T21:29:40.117Z | [ helios-setup] Dec 20 21:29:38.331 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2327 | 2024-12-20T21:29:40.117Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2328 | 2024-12-20T21:29:40.459Z | [ host-package] Compiling convert_case v0.4.0 |
2329 | 2024-12-20T21:29:40.462Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2330 | 2024-12-20T21:29:40.462Z | [ host-package] Compiling newline-converter v0.3.0 |
2331 | 2024-12-20T21:29:40.462Z | [ host-package] Compiling password-hash v0.5.0 |
2332 | 2024-12-20T21:29:40.462Z | [ host-package] Compiling progenitor-client v0.8.0 |
2333 | 2024-12-20T21:29:40.462Z | [ host-package] Compiling blake2 v0.10.6 |
2334 | 2024-12-20T21:29:40.462Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2335 | 2024-12-20T21:29:40.604Z | [ helios-setup] Dec 20 21:29:38.820 INFO clone ok!, project: image-builder |
2336 | 2024-12-20T21:29:40.606Z | [ helios-setup] Dec 20 21:29:38.821 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 |
2337 | 2024-12-20T21:29:40.606Z | [ helios-setup] Dec 20 21:29:38.821 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 |
2338 | 2024-12-20T21:29:40.609Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2339 | 2024-12-20T21:29:40.659Z | [ host-package] Compiling atomicwrites v0.4.4 |
2340 | 2024-12-20T21:29:40.806Z | [ host-package] Compiling expectorate v1.1.0 |
2341 | 2024-12-20T21:29:40.843Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2342 | 2024-12-20T21:29:41.022Z | [ host-package] Compiling owo-colors v4.1.0 |
2343 | 2024-12-20T21:29:41.152Z | [ host-package] Compiling progenitor v0.8.0 |
2344 | 2024-12-20T21:29:41.195Z | [ host-package] Compiling argon2 v0.5.3 |
2345 | 2024-12-20T21:29:41.250Z | [ host-package] Compiling num-rational v0.4.2 |
2346 | 2024-12-20T21:29:41.318Z | [ host-package] Compiling derive_more v0.99.18 |
2347 | 2024-12-20T21:29:41.408Z | [ host-package] Compiling num-complex v0.4.6 |
2348 | 2024-12-20T21:29:41.659Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2349 | 2024-12-20T21:29:41.694Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2350 | 2024-12-20T21:29:41.929Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2351 | 2024-12-20T21:29:42.166Z | [ host-package] Compiling libsw v3.3.1 |
2352 | 2024-12-20T21:29:42.544Z | [ host-package] Compiling num v0.4.3 |
2353 | 2024-12-20T21:29:42.566Z | [ host-package] Compiling float-ord v0.3.2 |
2354 | 2024-12-20T21:29:42.678Z | [ host-package] Compiling indent_write v2.2.0 |
2355 | 2024-12-20T21:29:42.753Z | [ host-package] Compiling swrite v0.1.0 |
2356 | 2024-12-20T21:29:42.777Z | [ host-package] Compiling linear-map v1.2.0 |
2357 | 2024-12-20T21:29:42.799Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2358 | 2024-12-20T21:29:42.914Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2359 | 2024-12-20T21:29:42.935Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2360 | 2024-12-20T21:29:43.228Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2361 | 2024-12-20T21:29:43.671Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2362 | 2024-12-20T21:29:43.723Z | [ host-package] Compiling highway v1.2.0 |
2363 | 2024-12-20T21:29:44.373Z | [ host-package] Compiling semver v0.1.20 |
2364 | 2024-12-20T21:29:44.981Z | [ host-package] Compiling rustc_version v0.1.7 |
2365 | 2024-12-20T21:29:45.292Z | [ host-package] Compiling newtype-uuid v1.1.3 |
2366 | 2024-12-20T21:29:45.453Z | [ host-package] Compiling newtype_derive v0.1.6 |
2367 | 2024-12-20T21:29:45.677Z | [ host-package] Compiling dropshot v0.13.0 |
2368 | 2024-12-20T21:29:45.761Z | [ host-package] Compiling ipnetwork v0.20.0 |
2369 | 2024-12-20T21:29:45.897Z | [ host-package] Compiling instant v0.1.13 |
2370 | 2024-12-20T21:29:46.095Z | [ host-package] Compiling humantime v2.1.0 |
2371 | 2024-12-20T21:29:46.607Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2372 | 2024-12-20T21:29:47.043Z | [ host-package] Compiling backoff v0.4.0 |
2373 | 2024-12-20T21:29:47.491Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2374 | 2024-12-20T21:29:48.200Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2375 | 2024-12-20T21:29:49.700Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2376 | 2024-12-20T21:29:49.716Z | [ helios-setup] Dec 20 21:29:47.930 INFO clone ok!, project: amd-host-image-builder |
2377 | 2024-12-20T21:29:49.718Z | [ helios-setup] Dec 20 21:29:47.931 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2378 | 2024-12-20T21:29:50.800Z | [ helios-setup] Dec 20 21:29:49.014 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2379 | 2024-12-20T21:29:51.332Z | [ helios-setup] Dec 20 21:29:49.546 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2380 | 2024-12-20T21:29:51.332Z | [ helios-setup] Dec 20 21:29:49.546 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2381 | 2024-12-20T21:29:51.376Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2382 | 2024-12-20T21:29:51.900Z | [ helios-setup] Dec 20 21:29:50.113 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2383 | 2024-12-20T21:29:51.934Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2384 | 2024-12-20T21:29:52.225Z | [ host-package] Compiling parse-display v0.10.0 |
2385 | 2024-12-20T21:29:52.424Z | [ helios-setup] Dec 20 21:29:50.638 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2386 | 2024-12-20T21:29:52.426Z | [ helios-setup] Dec 20 21:29:50.638 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2387 | 2024-12-20T21:29:52.909Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2388 | 2024-12-20T21:29:52.954Z | [ helios-setup] Dec 20 21:29:51.168 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2389 | 2024-12-20T21:29:52.959Z | [ host-package] Compiling serde_with v3.11.0 |
2390 | 2024-12-20T21:29:53.141Z | [ host-package] Compiling strum v0.26.3 |
2391 | 2024-12-20T21:29:53.384Z | [ host-package] Compiling regress v0.9.1 |
2392 | 2024-12-20T21:29:53.502Z | [ helios-setup] Dec 20 21:29:51.716 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2393 | 2024-12-20T21:29:53.504Z | [ helios-setup] Dec 20 21:29:51.716 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2394 | 2024-12-20T21:29:53.504Z | [ helios-setup] Dec 20 21:29:51.716 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2395 | 2024-12-20T21:29:53.504Z | [ helios-setup] Dec 20 21:29:51.716 INFO ok! |
2396 | 2024-12-20T21:29:53.504Z | [ helios-setup] Dec 20 21:29:51.716 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2397 | 2024-12-20T21:29:53.504Z | [ helios-setup] Dec 20 21:29:51.716 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2398 | 2024-12-20T21:29:53.504Z | [ helios-setup] Dec 20 21:29:51.716 INFO ok! |
2399 | 2024-12-20T21:29:53.504Z | [ helios-setup] Dec 20 21:29:51.716 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2400 | 2024-12-20T21:29:53.504Z | [ helios-setup] Dec 20 21:29:51.716 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2401 | 2024-12-20T21:29:53.504Z | [ helios-setup] Dec 20 21:29:51.716 INFO ok! |
2402 | 2024-12-20T21:29:53.504Z | [ helios-setup] Dec 20 21:29:51.716 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2403 | 2024-12-20T21:29:53.505Z | [ helios-setup] Dec 20 21:29:51.716 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2404 | 2024-12-20T21:29:53.782Z | [ helios-setup] Dec 20 21:29:51.996 INFO E| Downloading crates ... |
2405 | 2024-12-20T21:29:53.935Z | [ helios-setup] Dec 20 21:29:52.149 INFO E| Downloaded block-buffer v0.10.3 |
2406 | 2024-12-20T21:29:53.946Z | [ helios-setup] Dec 20 21:29:52.160 INFO E| Downloaded generic-array v0.14.6 |
2407 | 2024-12-20T21:29:53.949Z | [ helios-setup] Dec 20 21:29:52.163 INFO E| Downloaded typenum v1.15.0 |
2408 | 2024-12-20T21:29:53.959Z | [ helios-setup] Dec 20 21:29:52.173 INFO E| Downloaded flate2 v1.0.25 |
2409 | 2024-12-20T21:29:53.966Z | [ helios-setup] Dec 20 21:29:52.180 INFO E| Downloaded unicode-width v0.1.10 |
2410 | 2024-12-20T21:29:53.969Z | [ helios-setup] Dec 20 21:29:52.183 INFO E| Downloaded miniz_oxide v0.6.2 |
2411 | 2024-12-20T21:29:53.972Z | [ helios-setup] Dec 20 21:29:52.186 INFO E| Downloaded bytes v1.2.1 |
2412 | 2024-12-20T21:29:53.978Z | [ helios-setup] Dec 20 21:29:52.192 INFO E| Downloaded cpufeatures v0.2.5 |
2413 | 2024-12-20T21:29:53.980Z | [ helios-setup] Dec 20 21:29:52.193 INFO E| Downloaded sha2 v0.10.5 |
2414 | 2024-12-20T21:29:53.983Z | [ helios-setup] Dec 20 21:29:52.197 INFO E| Downloaded digest v0.10.3 |
2415 | 2024-12-20T21:29:53.985Z | [ helios-setup] Dec 20 21:29:52.199 INFO E| Downloaded anyhow v1.0.62 |
2416 | 2024-12-20T21:29:54.055Z | [ helios-setup] Dec 20 21:29:52.269 INFO E| Compiling typenum v1.15.0 |
2417 | 2024-12-20T21:29:54.056Z | [ helios-setup] Dec 20 21:29:52.269 INFO E| Compiling version_check v0.9.4 |
2418 | 2024-12-20T21:29:54.056Z | [ helios-setup] Dec 20 21:29:52.269 INFO E| Compiling cfg-if v1.0.0 |
2419 | 2024-12-20T21:29:54.058Z | [ helios-setup] Dec 20 21:29:52.269 INFO E| Compiling crc32fast v1.3.2 |
2420 | 2024-12-20T21:29:54.058Z | [ helios-setup] Dec 20 21:29:52.269 INFO E| Compiling anyhow v1.0.62 |
2421 | 2024-12-20T21:29:54.058Z | [ helios-setup] Dec 20 21:29:52.270 INFO E| Compiling adler v1.0.2 |
2422 | 2024-12-20T21:29:54.058Z | [ helios-setup] Dec 20 21:29:52.270 INFO E| Compiling unicode-width v0.1.10 |
2423 | 2024-12-20T21:29:54.058Z | [ helios-setup] Dec 20 21:29:52.270 INFO E| Compiling cpufeatures v0.2.5 |
2424 | 2024-12-20T21:29:54.954Z | [ helios-setup] Dec 20 21:29:53.168 INFO E| Compiling miniz_oxide v0.6.2 |
2425 | 2024-12-20T21:29:54.974Z | [ helios-setup] Dec 20 21:29:53.186 INFO E| Compiling bytes v1.2.1 |
2426 | 2024-12-20T21:29:55.070Z | [ helios-setup] Dec 20 21:29:53.283 INFO E| Compiling bitflags v1.3.2 |
2427 | 2024-12-20T21:29:55.206Z | [ helios-setup] Dec 20 21:29:53.420 INFO E| Compiling generic-array v0.14.6 |
2428 | 2024-12-20T21:29:55.530Z | [ helios-setup] Dec 20 21:29:53.743 INFO E| Compiling getopts v0.2.21 |
2429 | 2024-12-20T21:29:56.876Z | [ helios-setup] Dec 20 21:29:55.089 INFO E| Compiling flate2 v1.0.25 |
2430 | 2024-12-20T21:29:58.261Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2431 | 2024-12-20T21:29:59.717Z | [ host-package] Compiling macaddr v1.0.1 |
2432 | 2024-12-20T21:30:00.249Z | [ helios-setup] Dec 20 21:29:58.461 INFO E| Compiling block-buffer v0.10.3 |
2433 | 2024-12-20T21:30:00.249Z | [ helios-setup] Dec 20 21:29:58.461 INFO E| Compiling crypto-common v0.1.6 |
2434 | 2024-12-20T21:30:00.251Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2435 | 2024-12-20T21:30:00.506Z | [ helios-setup] Dec 20 21:29:58.719 INFO E| Compiling digest v0.10.3 |
2436 | 2024-12-20T21:30:00.643Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2437 | 2024-12-20T21:30:00.716Z | [ host-package] Compiling steno v0.4.1 |
2438 | 2024-12-20T21:30:00.858Z | [ helios-setup] Dec 20 21:29:59.070 INFO E| Compiling sha2 v0.10.5 |
2439 | 2024-12-20T21:30:01.106Z | [ host-package] Compiling prettyplease v0.2.25 |
2440 | 2024-12-20T21:30:01.372Z | [ helios-setup] Dec 20 21:29:59.584 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2441 | 2024-12-20T21:30:02.882Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2442 | 2024-12-20T21:30:03.008Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2443 | 2024-12-20T21:30:04.587Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2444 | 2024-12-20T21:30:06.691Z | [ helios-setup] Dec 20 21:30:04.902 INFO E| Finished `release` profile [optimized] target(s) in 13.10s |
2445 | 2024-12-20T21:30:06.705Z | [ helios-setup] Dec 20 21:30:04.916 INFO building project "bootserver" ok (13 seconds) |
2446 | 2024-12-20T21:30:06.705Z | [ helios-setup] Dec 20 21:30:04.917 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2447 | 2024-12-20T21:30:06.705Z | [ helios-setup] Dec 20 21:30:04.917 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2448 | 2024-12-20T21:30:06.724Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2449 | 2024-12-20T21:30:07.014Z | [ helios-setup] Dec 20 21:30:05.225 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2450 | 2024-12-20T21:30:08.069Z | [ host-package] Compiling half v2.4.1 |
2451 | 2024-12-20T21:30:08.297Z | [ helios-setup] Dec 20 21:30:06.507 INFO E| From https://github.com/oxidecomputer/progenitor |
2452 | 2024-12-20T21:30:08.297Z | [ helios-setup] Dec 20 21:30:06.507 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2453 | 2024-12-20T21:30:08.338Z | [ helios-setup] Dec 20 21:30:06.548 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2454 | 2024-12-20T21:30:08.338Z | [ helios-setup] Dec 20 21:30:06.548 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2455 | 2024-12-20T21:30:08.461Z | [ helios-setup] Dec 20 21:30:06.672 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2456 | 2024-12-20T21:30:08.842Z | [ host-package] Compiling ciborium-io v0.2.2 |
2457 | 2024-12-20T21:30:08.958Z | [ helios-setup] Dec 20 21:30:07.168 INFO E| From https://github.com/jclulow/hiercmd |
2458 | 2024-12-20T21:30:08.958Z | [ helios-setup] Dec 20 21:30:07.168 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2459 | 2024-12-20T21:30:08.978Z | [ helios-setup] Dec 20 21:30:07.189 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2460 | 2024-12-20T21:30:09.019Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2461 | 2024-12-20T21:30:09.548Z | [ helios-setup] Dec 20 21:30:07.759 INFO E| From https://github.com/jclulow/network-interface |
2462 | 2024-12-20T21:30:09.548Z | [ helios-setup] Dec 20 21:30:07.759 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2463 | 2024-12-20T21:30:09.567Z | [ host-package] Compiling tungstenite v0.21.0 |
2464 | 2024-12-20T21:30:09.591Z | [ helios-setup] Dec 20 21:30:07.801 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2465 | 2024-12-20T21:30:10.082Z | [ helios-setup] Dec 20 21:30:08.292 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2466 | 2024-12-20T21:30:10.082Z | [ helios-setup] Dec 20 21:30:08.292 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2467 | 2024-12-20T21:30:10.117Z | [ helios-setup] Dec 20 21:30:08.327 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2468 | 2024-12-20T21:30:10.965Z | [ helios-setup] Dec 20 21:30:09.174 INFO E| From https://github.com/oxidecomputer/facade |
2469 | 2024-12-20T21:30:10.965Z | [ helios-setup] Dec 20 21:30:09.175 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2470 | 2024-12-20T21:30:11.009Z | [ helios-setup] Dec 20 21:30:09.219 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2471 | 2024-12-20T21:30:12.019Z | [ helios-setup] Dec 20 21:30:10.229 INFO E| From https://github.com/oxidecomputer/dropshot |
2472 | 2024-12-20T21:30:12.019Z | [ helios-setup] Dec 20 21:30:10.229 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2473 | 2024-12-20T21:30:12.055Z | [ helios-setup] Dec 20 21:30:10.264 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2474 | 2024-12-20T21:30:12.055Z | [ helios-setup] Dec 20 21:30:10.265 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2475 | 2024-12-20T21:30:12.057Z | [ helios-setup] Dec 20 21:30:10.265 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2476 | 2024-12-20T21:30:12.057Z | [ helios-setup] Dec 20 21:30:10.265 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2477 | 2024-12-20T21:30:12.057Z | [ helios-setup] Dec 20 21:30:10.265 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2478 | 2024-12-20T21:30:12.057Z | [ helios-setup] Dec 20 21:30:10.265 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2479 | 2024-12-20T21:30:12.058Z | [ helios-setup] Dec 20 21:30:10.265 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2480 | 2024-12-20T21:30:12.058Z | [ helios-setup] Dec 20 21:30:10.266 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2481 | 2024-12-20T21:30:12.104Z | [ helios-setup] Dec 20 21:30:10.314 INFO E| Updating crates.io index |
2482 | 2024-12-20T21:30:12.232Z | [ helios-setup] Dec 20 21:30:10.442 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2483 | 2024-12-20T21:30:12.452Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2484 | 2024-12-20T21:30:13.103Z | [ helios-setup] Dec 20 21:30:11.313 INFO E| From https://github.com/oxidecomputer/typify |
2485 | 2024-12-20T21:30:13.103Z | [ helios-setup] Dec 20 21:30:11.313 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2486 | 2024-12-20T21:30:13.136Z | [ helios-setup] Dec 20 21:30:11.345 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2487 | 2024-12-20T21:30:13.136Z | [ helios-setup] Dec 20 21:30:11.345 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2488 | 2024-12-20T21:30:13.136Z | [ helios-setup] Dec 20 21:30:11.345 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2489 | 2024-12-20T21:30:13.138Z | [ helios-setup] Dec 20 21:30:11.346 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2490 | 2024-12-20T21:30:13.138Z | [ helios-setup] Dec 20 21:30:11.346 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2491 | 2024-12-20T21:30:13.138Z | [ helios-setup] Dec 20 21:30:11.346 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2492 | 2024-12-20T21:30:13.138Z | [ helios-setup] Dec 20 21:30:11.346 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2493 | 2024-12-20T21:30:13.172Z | [ host-package] Compiling ciborium v0.2.2 |
2494 | 2024-12-20T21:30:13.460Z | [ helios-setup] Dec 20 21:30:11.670 INFO E| Downloading crates ... |
2495 | 2024-12-20T21:30:13.654Z | [ helios-setup] Dec 20 21:30:11.863 INFO E| Downloaded async-stream-impl v0.3.5 |
2496 | 2024-12-20T21:30:13.656Z | [ helios-setup] Dec 20 21:30:11.866 INFO E| Downloaded autocfg v1.1.0 |
2497 | 2024-12-20T21:30:13.660Z | [ helios-setup] Dec 20 21:30:11.870 INFO E| Downloaded byteorder v1.4.3 |
2498 | 2024-12-20T21:30:13.665Z | [ helios-setup] Dec 20 21:30:11.874 INFO E| Downloaded serde_spanned v0.6.1 |
2499 | 2024-12-20T21:30:13.668Z | [ helios-setup] Dec 20 21:30:11.876 INFO E| Downloaded try-lock v0.2.4 |
2500 | 2024-12-20T21:30:13.670Z | [ helios-setup] Dec 20 21:30:11.878 INFO E| Downloaded anyhow v1.0.68 |
2501 | 2024-12-20T21:30:13.676Z | [ helios-setup] Dec 20 21:30:11.886 INFO E| Downloaded base64 v0.21.0 |
2502 | 2024-12-20T21:30:13.702Z | [ helios-setup] Dec 20 21:30:11.911 INFO E| Downloaded want v0.3.0 |
2503 | 2024-12-20T21:30:13.704Z | [ helios-setup] Dec 20 21:30:11.913 INFO E| Downloaded const-random-macro v0.1.15 |
2504 | 2024-12-20T21:30:13.707Z | [ helios-setup] Dec 20 21:30:11.914 INFO E| Downloaded concolor-override v1.0.0 |
2505 | 2024-12-20T21:30:13.707Z | [ helios-setup] Dec 20 21:30:11.915 INFO E| Downloaded cc v1.0.78 |
2506 | 2024-12-20T21:30:13.712Z | [ helios-setup] Dec 20 21:30:11.921 INFO E| Downloaded either v1.8.0 |
2507 | 2024-12-20T21:30:13.714Z | [ helios-setup] Dec 20 21:30:11.924 INFO E| Downloaded sha1 v0.10.5 |
2508 | 2024-12-20T21:30:13.717Z | [ helios-setup] Dec 20 21:30:11.927 INFO E| Downloaded schemars_derive v0.8.12 |
2509 | 2024-12-20T21:30:13.721Z | [ helios-setup] Dec 20 21:30:11.931 INFO E| Downloaded slog-bunyan v2.4.0 |
2510 | 2024-12-20T21:30:13.724Z | [ helios-setup] Dec 20 21:30:11.933 INFO E| Downloaded scopeguard v1.1.0 |
2511 | 2024-12-20T21:30:13.727Z | [ helios-setup] Dec 20 21:30:11.935 INFO E| Downloaded slog-async v2.7.0 |
2512 | 2024-12-20T21:30:13.737Z | [ helios-setup] Dec 20 21:30:11.940 INFO E| Downloaded toml_datetime v0.6.1 |
2513 | 2024-12-20T21:30:13.740Z | [ helios-setup] Dec 20 21:30:11.943 INFO E| Downloaded utf8parse v0.2.1 |
2514 | 2024-12-20T21:30:13.740Z | [ helios-setup] Dec 20 21:30:11.945 INFO E| Downloaded thiserror-impl v1.0.38 |
2515 | 2024-12-20T21:30:13.740Z | [ helios-setup] Dec 20 21:30:11.948 INFO E| Downloaded fastrand v1.9.0 |
2516 | 2024-12-20T21:30:13.743Z | [ helios-setup] Dec 20 21:30:11.950 INFO E| Downloaded dyn-clone v1.0.11 |
2517 | 2024-12-20T21:30:13.745Z | [ helios-setup] Dec 20 21:30:11.954 INFO E| Downloaded tokio-macros v2.0.0 |
2518 | 2024-12-20T21:30:13.747Z | [ helios-setup] Dec 20 21:30:11.956 INFO E| Downloaded walkdir v2.3.3 |
2519 | 2024-12-20T21:30:13.751Z | [ helios-setup] Dec 20 21:30:11.959 INFO E| Downloaded ryu v1.0.13 |
2520 | 2024-12-20T21:30:13.756Z | [ helios-setup] Dec 20 21:30:11.966 INFO E| Downloaded thiserror v1.0.38 |
2521 | 2024-12-20T21:30:13.765Z | [ helios-setup] Dec 20 21:30:11.974 INFO E| Downloaded slab v0.4.7 |
2522 | 2024-12-20T21:30:13.768Z | [ helios-setup] Dec 20 21:30:11.977 INFO E| Downloaded semver v1.0.17 |
2523 | 2024-12-20T21:30:13.772Z | [ helios-setup] Dec 20 21:30:11.982 INFO E| Downloaded tokio-rustls v0.24.0 |
2524 | 2024-12-20T21:30:13.777Z | [ helios-setup] Dec 20 21:30:11.986 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2525 | 2024-12-20T21:30:13.781Z | [ helios-setup] Dec 20 21:30:11.991 INFO E| Downloaded smartstring v1.0.1 |
2526 | 2024-12-20T21:30:13.786Z | [ helios-setup] Dec 20 21:30:11.996 INFO E| Downloaded num-integer v0.1.45 |
2527 | 2024-12-20T21:30:13.790Z | [ helios-setup] Dec 20 21:30:11.999 INFO E| Downloaded is-terminal v0.4.7 |
2528 | 2024-12-20T21:30:13.794Z | [ helios-setup] Dec 20 21:30:12.002 INFO E| Downloaded schemars v0.8.12 |
2529 | 2024-12-20T21:30:13.816Z | [ helios-setup] Dec 20 21:30:12.025 INFO E| Downloaded uuid v1.3.0 |
2530 | 2024-12-20T21:30:13.822Z | [ helios-setup] Dec 20 21:30:12.032 INFO E| Downloaded tinyvec v1.6.0 |
2531 | 2024-12-20T21:30:13.829Z | [ helios-setup] Dec 20 21:30:12.038 INFO E| Downloaded unicode-ident v1.0.8 |
2532 | 2024-12-20T21:30:13.835Z | [ helios-setup] Dec 20 21:30:12.044 INFO E| Downloaded url v2.3.1 |
2533 | 2024-12-20T21:30:13.840Z | [ helios-setup] Dec 20 21:30:12.050 INFO E| Downloaded tungstenite v0.18.0 |
2534 | 2024-12-20T21:30:13.846Z | [ helios-setup] Dec 20 21:30:12.056 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2535 | 2024-12-20T21:30:13.854Z | [ helios-setup] Dec 20 21:30:12.063 INFO E| Downloaded quote v1.0.36 |
2536 | 2024-12-20T21:30:13.858Z | [ helios-setup] Dec 20 21:30:12.068 INFO E| Downloaded unicode-linebreak v0.1.4 |
2537 | 2024-12-20T21:30:13.865Z | [ helios-setup] Dec 20 21:30:12.073 INFO E| Downloaded toml_edit v0.19.8 |
2538 | 2024-12-20T21:30:13.896Z | [ helios-setup] Dec 20 21:30:12.102 INFO E| Downloaded tokio-util v0.7.7 |
2539 | 2024-12-20T21:30:13.901Z | [ helios-setup] Dec 20 21:30:12.111 INFO E| Downloaded unicode-normalization v0.1.22 |
2540 | 2024-12-20T21:30:13.907Z | [ helios-setup] Dec 20 21:30:12.116 INFO E| Downloaded futures v0.3.28 |
2541 | 2024-12-20T21:30:13.916Z | [ helios-setup] Dec 20 21:30:12.125 INFO E| Downloaded winnow v0.4.1 |
2542 | 2024-12-20T21:30:13.931Z | [ helios-setup] Dec 20 21:30:12.140 INFO E| Downloaded serde_json v1.0.95 |
2543 | 2024-12-20T21:30:13.960Z | [ helios-setup] Dec 20 21:30:12.169 INFO E| Downloaded memchr v2.5.0 |
2544 | 2024-12-20T21:30:13.967Z | [ helios-setup] Dec 20 21:30:12.176 INFO E| Downloaded mio v0.8.5 |
2545 | 2024-12-20T21:30:13.977Z | [ helios-setup] Dec 20 21:30:12.187 INFO E| Downloaded http v0.2.9 |
2546 | 2024-12-20T21:30:14.008Z | [ helios-setup] Dec 20 21:30:12.217 INFO E| Downloaded rustls v0.21.0 |
2547 | 2024-12-20T21:30:14.024Z | [ helios-setup] Dec 20 21:30:12.233 INFO E| Downloaded rustix v0.37.3 |
2548 | 2024-12-20T21:30:14.059Z | [ helios-setup] Dec 20 21:30:12.269 INFO E| Downloaded syn v1.0.107 |
2549 | 2024-12-20T21:30:14.078Z | [ helios-setup] Dec 20 21:30:12.287 INFO E| Downloaded futures-util v0.3.28 |
2550 | 2024-12-20T21:30:14.100Z | [ helios-setup] Dec 20 21:30:12.309 INFO E| Downloaded syn v2.0.72 |
2551 | 2024-12-20T21:30:14.119Z | [ helios-setup] Dec 20 21:30:12.329 INFO E| Downloaded reqwest v0.11.16 |
2552 | 2024-12-20T21:30:14.134Z | [ helios-setup] Dec 20 21:30:12.342 INFO E| Downloaded rayon v1.6.1 |
2553 | 2024-12-20T21:30:14.169Z | [ helios-setup] Dec 20 21:30:12.378 INFO E| Downloaded h2 v0.3.16 |
2554 | 2024-12-20T21:30:14.180Z | [ helios-setup] Dec 20 21:30:12.390 INFO E| Downloaded git2 v0.16.1 |
2555 | 2024-12-20T21:30:14.194Z | [ helios-setup] Dec 20 21:30:12.404 INFO E| Downloaded hyper v0.14.25 |
2556 | 2024-12-20T21:30:14.208Z | [ helios-setup] Dec 20 21:30:12.418 INFO E| Downloaded regress v0.5.0 |
2557 | 2024-12-20T21:30:14.223Z | [ helios-setup] Dec 20 21:30:12.430 INFO E| Downloaded regex v1.7.3 |
2558 | 2024-12-20T21:30:14.234Z | [ helios-setup] Dec 20 21:30:12.444 INFO E| Downloaded clap_builder v4.2.1 |
2559 | 2024-12-20T21:30:14.245Z | [ helios-setup] Dec 20 21:30:12.454 INFO E| Downloaded chrono v0.4.24 |
2560 | 2024-12-20T21:30:14.257Z | [ helios-setup] Dec 20 21:30:12.466 INFO E| Downloaded pest v2.5.7 |
2561 | 2024-12-20T21:30:14.265Z | [ helios-setup] Dec 20 21:30:12.474 INFO E| Downloaded rayon-core v1.10.2 |
2562 | 2024-12-20T21:30:14.271Z | [ helios-setup] Dec 20 21:30:12.480 INFO E| Downloaded proc-macro2 v1.0.86 |
2563 | 2024-12-20T21:30:14.275Z | [ helios-setup] Dec 20 21:30:12.485 INFO E| Downloaded crossbeam-channel v0.5.6 |
2564 | 2024-12-20T21:30:14.282Z | [ helios-setup] Dec 20 21:30:12.492 INFO E| Downloaded rhai_codegen v1.5.0 |
2565 | 2024-12-20T21:30:14.296Z | [ helios-setup] Dec 20 21:30:12.505 INFO E| Downloaded rhai v1.14.0 |
2566 | 2024-12-20T21:30:14.317Z | [ helios-setup] Dec 20 21:30:12.525 INFO E| Downloaded parking_lot v0.12.1 |
2567 | 2024-12-20T21:30:14.320Z | [ helios-setup] Dec 20 21:30:12.529 INFO E| Downloaded openapiv3 v1.0.2 |
2568 | 2024-12-20T21:30:14.341Z | [ helios-setup] Dec 20 21:30:12.550 INFO E| Downloaded num-traits v0.2.15 |
2569 | 2024-12-20T21:30:14.344Z | [ helios-setup] Dec 20 21:30:12.554 INFO E| Downloaded ipnet v2.7.2 |
2570 | 2024-12-20T21:30:14.347Z | [ helios-setup] Dec 20 21:30:12.556 INFO E| Downloaded io-lifetimes v1.0.10 |
2571 | 2024-12-20T21:30:14.352Z | [ helios-setup] Dec 20 21:30:12.560 INFO E| Downloaded serde v1.0.204 |
2572 | 2024-12-20T21:30:14.356Z | [ helios-setup] Dec 20 21:30:12.566 INFO E| Downloaded clap v4.2.1 |
2573 | 2024-12-20T21:30:14.370Z | [ helios-setup] Dec 20 21:30:12.579 INFO E| Downloaded pin-project-lite v0.2.9 |
2574 | 2024-12-20T21:30:14.377Z | [ helios-setup] Dec 20 21:30:12.586 INFO E| Downloaded tokio v1.27.0 |
2575 | 2024-12-20T21:30:14.434Z | [ helios-setup] Dec 20 21:30:12.642 INFO E| Downloaded parking_lot_core v0.9.6 |
2576 | 2024-12-20T21:30:14.436Z | [ helios-setup] Dec 20 21:30:12.645 INFO E| Downloaded once_cell v1.17.0 |
2577 | 2024-12-20T21:30:14.439Z | [ helios-setup] Dec 20 21:30:12.649 INFO E| Downloaded lock_api v0.4.9 |
2578 | 2024-12-20T21:30:14.442Z | [ helios-setup] Dec 20 21:30:12.651 INFO E| Downloaded tracing v0.1.37 |
2579 | 2024-12-20T21:30:14.448Z | [ helios-setup] Dec 20 21:30:12.658 INFO E| Downloaded log v0.4.17 |
2580 | 2024-12-20T21:30:14.452Z | [ helios-setup] Dec 20 21:30:12.661 INFO E| Downloaded httparse v1.8.0 |
2581 | 2024-12-20T21:30:14.455Z | [ helios-setup] Dec 20 21:30:12.665 INFO E| Downloaded memoffset v0.7.1 |
2582 | 2024-12-20T21:30:14.460Z | [ helios-setup] Dec 20 21:30:12.667 INFO E| Downloaded getrandom v0.2.8 |
2583 | 2024-12-20T21:30:14.463Z | [ helios-setup] Dec 20 21:30:12.671 INFO E| Downloaded tracing-core v0.1.30 |
2584 | 2024-12-20T21:30:14.466Z | [ helios-setup] Dec 20 21:30:12.676 INFO E| Downloaded rustls-webpki v0.100.1 |
2585 | 2024-12-20T21:30:14.479Z | [ helios-setup] Dec 20 21:30:12.685 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2586 | 2024-12-20T21:30:14.485Z | [ helios-setup] Dec 20 21:30:12.690 INFO E| Downloaded toml v0.5.11 |
2587 | 2024-12-20T21:30:14.491Z | [ helios-setup] Dec 20 21:30:12.694 INFO E| Downloaded serde_yaml v0.9.21 |
2588 | 2024-12-20T21:30:14.494Z | [ helios-setup] Dec 20 21:30:12.700 INFO E| Downloaded futures-channel v0.3.28 |
2589 | 2024-12-20T21:30:14.499Z | [ helios-setup] Dec 20 21:30:12.704 INFO E| Downloaded textwrap v0.16.0 |
2590 | 2024-12-20T21:30:14.501Z | [ helios-setup] Dec 20 21:30:12.708 INFO E| Downloaded socket2 v0.4.9 |
2591 | 2024-12-20T21:30:14.505Z | [ helios-setup] Dec 20 21:30:12.711 INFO E| Downloaded libc v0.2.139 |
2592 | 2024-12-20T21:30:14.549Z | [ helios-setup] Dec 20 21:30:12.758 INFO E| Downloaded unicode-bidi v0.3.13 |
2593 | 2024-12-20T21:30:14.552Z | [ helios-setup] Dec 20 21:30:12.762 INFO E| Downloaded ucd-trie v0.1.5 |
2594 | 2024-12-20T21:30:14.555Z | [ helios-setup] Dec 20 21:30:12.764 INFO E| Downloaded typenum v1.16.0 |
2595 | 2024-12-20T21:30:14.559Z | [ helios-setup] Dec 20 21:30:12.769 INFO E| Downloaded toml v0.7.3 |
2596 | 2024-12-20T21:30:14.564Z | [ helios-setup] Dec 20 21:30:12.774 INFO E| Downloaded smallvec v1.10.0 |
2597 | 2024-12-20T21:30:14.570Z | [ helios-setup] Dec 20 21:30:12.777 INFO E| Downloaded serde_derive v1.0.204 |
2598 | 2024-12-20T21:30:14.573Z | [ helios-setup] Dec 20 21:30:12.782 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2599 | 2024-12-20T21:30:14.576Z | [ helios-setup] Dec 20 21:30:12.784 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2600 | 2024-12-20T21:30:14.578Z | [ helios-setup] Dec 20 21:30:12.787 INFO E| Downloaded proc-macro-crate v1.2.1 |
2601 | 2024-12-20T21:30:14.581Z | [ helios-setup] Dec 20 21:30:12.789 INFO E| Downloaded ppv-lite86 v0.2.17 |
2602 | 2024-12-20T21:30:14.583Z | [ helios-setup] Dec 20 21:30:12.791 INFO E| Downloaded pkg-config v0.3.26 |
2603 | 2024-12-20T21:30:14.586Z | [ helios-setup] Dec 20 21:30:12.794 INFO E| Downloaded percent-encoding v2.2.0 |
2604 | 2024-12-20T21:30:14.589Z | [ helios-setup] Dec 20 21:30:12.795 INFO E| Downloaded paste v1.0.12 |
2605 | 2024-12-20T21:30:14.592Z | [ helios-setup] Dec 20 21:30:12.800 INFO E| Downloaded num_enum_derive v0.5.7 |
2606 | 2024-12-20T21:30:14.594Z | [ helios-setup] Dec 20 21:30:12.802 INFO E| Downloaded num_enum v0.5.7 |
2607 | 2024-12-20T21:30:14.599Z | [ helios-setup] Dec 20 21:30:12.808 INFO E| Downloaded num_cpus v1.15.0 |
2608 | 2024-12-20T21:30:14.603Z | [ helios-setup] Dec 20 21:30:12.813 INFO E| Downloaded jobserver v0.1.26 |
2609 | 2024-12-20T21:30:14.606Z | [ helios-setup] Dec 20 21:30:12.816 INFO E| Downloaded lazy_static v1.4.0 |
2610 | 2024-12-20T21:30:14.609Z | [ helios-setup] Dec 20 21:30:12.817 INFO E| Downloaded http-body v0.4.5 |
2611 | 2024-12-20T21:30:14.652Z | [ helios-setup] Dec 20 21:30:12.820 INFO E| Downloaded itoa v1.0.6 |
2612 | 2024-12-20T21:30:14.652Z | [ helios-setup] Dec 20 21:30:12.831 INFO E| Downloaded iana-time-zone v0.1.56 |
2613 | 2024-12-20T21:30:14.652Z | [ helios-setup] Dec 20 21:30:12.834 INFO E| Downloaded futures-macro v0.3.28 |
2614 | 2024-12-20T21:30:14.652Z | [ helios-setup] Dec 20 21:30:12.836 INFO E| Downloaded futures-executor v0.3.28 |
2615 | 2024-12-20T21:30:14.652Z | [ helios-setup] Dec 20 21:30:12.838 INFO E| Downloaded futures-core v0.3.28 |
2616 | 2024-12-20T21:30:14.655Z | [ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded form_urlencoded v1.1.0 |
2617 | 2024-12-20T21:30:14.655Z | [ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded errno v0.3.1 |
2618 | 2024-12-20T21:30:14.655Z | [ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded crossbeam-utils v0.8.14 |
2619 | 2024-12-20T21:30:14.655Z | [ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded time v0.1.45 |
2620 | 2024-12-20T21:30:14.655Z | [ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded tempfile v3.5.0 |
2621 | 2024-12-20T21:30:14.655Z | [ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded home v0.5.4 |
2622 | 2024-12-20T21:30:14.655Z | [ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded httpdate v1.0.2 |
2623 | 2024-12-20T21:30:14.655Z | [ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded futures-task v0.3.28 |
2624 | 2024-12-20T21:30:14.655Z | [ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded futures-io v0.3.28 |
2625 | 2024-12-20T21:30:14.655Z | [ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded signal-hook-registry v1.4.0 |
2626 | 2024-12-20T21:30:14.655Z | [ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded serde_path_to_error v0.1.11 |
2627 | 2024-12-20T21:30:14.655Z | [ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded serde_derive_internals v0.26.0 |
2628 | 2024-12-20T21:30:14.655Z | [ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded semver-parser v0.10.2 |
2629 | 2024-12-20T21:30:14.657Z | [ helios-setup] Dec 20 21:30:12.865 INFO E| Downloaded sct v0.7.0 |
2630 | 2024-12-20T21:30:14.660Z | [ helios-setup] Dec 20 21:30:12.870 INFO E| Downloaded rustls-pemfile v1.0.2 |
2631 | 2024-12-20T21:30:14.664Z | [ helios-setup] Dec 20 21:30:12.873 INFO E| Downloaded project-root v0.2.2 |
2632 | 2024-12-20T21:30:14.666Z | [ helios-setup] Dec 20 21:30:12.874 INFO E| Downloaded terminal_size v0.2.6 |
2633 | 2024-12-20T21:30:14.668Z | [ helios-setup] Dec 20 21:30:12.876 INFO E| Downloaded concolor-query v0.3.3 |
2634 | 2024-12-20T21:30:14.671Z | [ helios-setup] Dec 20 21:30:12.878 INFO E| Downloaded strsim v0.10.0 |
2635 | 2024-12-20T21:30:14.673Z | [ helios-setup] Dec 20 21:30:12.882 INFO E| Downloaded smawk v0.3.1 |
2636 | 2024-12-20T21:30:14.676Z | [ helios-setup] Dec 20 21:30:12.884 INFO E| Downloaded serde_tokenstream v0.2.0 |
2637 | 2024-12-20T21:30:14.682Z | [ helios-setup] Dec 20 21:30:12.890 INFO E| Downloaded futures-sink v0.3.28 |
2638 | 2024-12-20T21:30:14.684Z | [ helios-setup] Dec 20 21:30:12.891 INFO E| Downloaded clap_lex v0.4.1 |
2639 | 2024-12-20T21:30:14.684Z | [ helios-setup] Dec 20 21:30:12.893 INFO E| Downloaded sha2 v0.10.6 |
2640 | 2024-12-20T21:30:14.687Z | [ helios-setup] Dec 20 21:30:12.896 INFO E| Downloaded crossbeam-deque v0.8.2 |
2641 | 2024-12-20T21:30:14.693Z | [ helios-setup] Dec 20 21:30:12.898 INFO E| Downloaded const-random v0.1.15 |
2642 | 2024-12-20T21:30:14.693Z | [ helios-setup] Dec 20 21:30:12.900 INFO E| Downloaded digest v0.10.6 |
2643 | 2024-12-20T21:30:14.696Z | [ helios-setup] Dec 20 21:30:12.903 INFO E| Downloaded cargo-lock v8.0.3 |
2644 | 2024-12-20T21:30:14.699Z | [ helios-setup] Dec 20 21:30:12.907 INFO E| Downloaded camino v1.1.4 |
2645 | 2024-12-20T21:30:14.702Z | [ helios-setup] Dec 20 21:30:12.910 INFO E| Downloaded tower-service v0.3.2 |
2646 | 2024-12-20T21:30:14.704Z | [ helios-setup] Dec 20 21:30:12.912 INFO E| Downloaded toolchain_find v0.2.0 |
2647 | 2024-12-20T21:30:14.704Z | [ helios-setup] Dec 20 21:30:12.913 INFO E| Downloaded semver v0.11.0 |
2648 | 2024-12-20T21:30:14.707Z | [ helios-setup] Dec 20 21:30:12.916 INFO E| Downloaded clap_derive v4.2.0 |
2649 | 2024-12-20T21:30:14.711Z | [ helios-setup] Dec 20 21:30:12.921 INFO E| Downloaded bytes v1.4.0 |
2650 | 2024-12-20T21:30:14.717Z | [ helios-setup] Dec 20 21:30:12.927 INFO E| Downloaded encoding_rs v0.8.32 |
2651 | 2024-12-20T21:30:14.750Z | [ helios-setup] Dec 20 21:30:12.959 INFO E| Downloaded ahash v0.7.6 |
2652 | 2024-12-20T21:30:14.754Z | [ helios-setup] Dec 20 21:30:12.963 INFO E| Downloaded built v0.6.0 |
2653 | 2024-12-20T21:30:14.756Z | [ helios-setup] Dec 20 21:30:12.965 INFO E| Downloaded bincode v1.3.3 |
2654 | 2024-12-20T21:30:14.759Z | [ helios-setup] Dec 20 21:30:12.969 INFO E| Downloaded async-trait v0.1.68 |
2655 | 2024-12-20T21:30:14.764Z | [ helios-setup] Dec 20 21:30:12.974 INFO E| Downloaded anstyle-parse v0.1.1 |
2656 | 2024-12-20T21:30:14.767Z | [ helios-setup] Dec 20 21:30:12.977 INFO E| Downloaded anstyle v0.3.5 |
2657 | 2024-12-20T21:30:14.771Z | [ helios-setup] Dec 20 21:30:12.979 INFO E| Downloaded anstream v0.2.6 |
2658 | 2024-12-20T21:30:14.773Z | [ helios-setup] Dec 20 21:30:12.982 INFO E| Downloaded async-stream v0.3.5 |
2659 | 2024-12-20T21:30:14.776Z | [ helios-setup] Dec 20 21:30:12.984 INFO E| Downloaded aho-corasick v0.7.20 |
2660 | 2024-12-20T21:30:14.781Z | [ helios-setup] Dec 20 21:30:12.991 INFO E| Downloaded ahash v0.8.3 |
2661 | 2024-12-20T21:30:14.798Z | [ helios-setup] Dec 20 21:30:13.007 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2662 | 2024-12-20T21:30:15.012Z | [ helios-setup] Dec 20 21:30:13.221 INFO E| Downloaded libz-sys v1.1.8 |
2663 | 2024-12-20T21:30:15.062Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2664 | 2024-12-20T21:30:15.387Z | [ helios-setup] Dec 20 21:30:13.596 INFO E| Compiling proc-macro2 v1.0.86 |
2665 | 2024-12-20T21:30:15.387Z | [ helios-setup] Dec 20 21:30:13.596 INFO E| Compiling libc v0.2.139 |
2666 | 2024-12-20T21:30:15.391Z | [ helios-setup] Dec 20 21:30:13.596 INFO E| Compiling unicode-ident v1.0.8 |
2667 | 2024-12-20T21:30:15.391Z | [ helios-setup] Dec 20 21:30:13.596 INFO E| Compiling autocfg v1.1.0 |
2668 | 2024-12-20T21:30:15.391Z | [ helios-setup] Dec 20 21:30:13.596 INFO E| Compiling cfg-if v1.0.0 |
2669 | 2024-12-20T21:30:15.391Z | [ helios-setup] Dec 20 21:30:13.596 INFO E| Compiling version_check v0.9.4 |
2670 | 2024-12-20T21:30:15.391Z | [ helios-setup] Dec 20 21:30:13.596 INFO E| Compiling serde v1.0.204 |
2671 | 2024-12-20T21:30:15.391Z | [ helios-setup] Dec 20 21:30:13.596 INFO E| Compiling syn v1.0.107 |
2672 | 2024-12-20T21:30:16.013Z | [ helios-setup] Dec 20 21:30:14.222 INFO E| Compiling memchr v2.5.0 |
2673 | 2024-12-20T21:30:16.347Z | [ helios-setup] Dec 20 21:30:14.556 INFO E| Compiling once_cell v1.17.0 |
2674 | 2024-12-20T21:30:17.351Z | [ helios-setup] Dec 20 21:30:15.560 INFO E| Compiling log v0.4.17 |
2675 | 2024-12-20T21:30:17.406Z | [ helios-setup] Dec 20 21:30:15.615 INFO E| Compiling thiserror v1.0.38 |
2676 | 2024-12-20T21:30:17.654Z | [ helios-setup] Dec 20 21:30:15.862 INFO E| Compiling itoa v1.0.6 |
2677 | 2024-12-20T21:30:18.103Z | [ helios-setup] Dec 20 21:30:16.311 INFO E| Compiling serde_json v1.0.95 |
2678 | 2024-12-20T21:30:19.028Z | [ helios-setup] Dec 20 21:30:17.236 INFO E| Compiling indexmap v1.9.3 |
2679 | 2024-12-20T21:30:19.322Z | [ helios-setup] Dec 20 21:30:17.530 INFO E| Compiling getrandom v0.2.8 |
2680 | 2024-12-20T21:30:19.431Z | [ helios-setup] Dec 20 21:30:17.639 INFO E| Compiling scopeguard v1.1.0 |
2681 | 2024-12-20T21:30:19.948Z | [ helios-setup] Dec 20 21:30:18.157 INFO E| Compiling quote v1.0.36 |
2682 | 2024-12-20T21:30:20.045Z | [ helios-setup] Dec 20 21:30:18.253 INFO E| Compiling jobserver v0.1.26 |
2683 | 2024-12-20T21:30:20.163Z | [ helios-setup] Dec 20 21:30:18.371 INFO E| Compiling pin-project-lite v0.2.9 |
2684 | 2024-12-20T21:30:20.303Z | [ helios-setup] Dec 20 21:30:18.512 INFO E| Compiling num-integer v0.1.45 |
2685 | 2024-12-20T21:30:20.402Z | [ helios-setup] Dec 20 21:30:18.610 INFO E| Compiling futures-core v0.3.28 |
2686 | 2024-12-20T21:30:20.653Z | [ helios-setup] Dec 20 21:30:18.861 INFO E| Compiling bytes v1.4.0 |
2687 | 2024-12-20T21:30:20.904Z | [ helios-setup] Dec 20 21:30:19.112 INFO E| Compiling cc v1.0.78 |
2688 | 2024-12-20T21:30:20.963Z | [ helios-setup] Dec 20 21:30:19.171 INFO E| Compiling syn v2.0.72 |
2689 | 2024-12-20T21:30:21.634Z | [ helios-setup] Dec 20 21:30:19.841 INFO E| Compiling ryu v1.0.13 |
2690 | 2024-12-20T21:30:22.423Z | [ helios-setup] Dec 20 21:30:20.604 INFO E| Compiling lock_api v0.4.9 |
2691 | 2024-12-20T21:30:22.958Z | [ helios-setup] Dec 20 21:30:21.166 INFO E| Compiling bitflags v1.3.2 |
2692 | 2024-12-20T21:30:23.063Z | [ helios-setup] Dec 20 21:30:21.270 INFO E| Compiling typenum v1.16.0 |
2693 | 2024-12-20T21:30:23.130Z | [ helios-setup] Dec 20 21:30:21.337 INFO E| Compiling parking_lot_core v0.9.6 |
2694 | 2024-12-20T21:30:23.893Z | [ helios-setup] Dec 20 21:30:22.101 INFO E| Compiling num_cpus v1.15.0 |
2695 | 2024-12-20T21:30:24.038Z | [ helios-setup] Dec 20 21:30:22.245 INFO E| Compiling generic-array v0.14.6 |
2696 | 2024-12-20T21:30:24.218Z | [ helios-setup] Dec 20 21:30:22.426 INFO E| Compiling slab v0.4.7 |
2697 | 2024-12-20T21:30:24.305Z | [ helios-setup] Dec 20 21:30:22.512 INFO E| Compiling futures-task v0.3.28 |
2698 | 2024-12-20T21:30:24.488Z | [ helios-setup] Dec 20 21:30:22.695 INFO E| Compiling futures-sink v0.3.28 |
2699 | 2024-12-20T21:30:24.797Z | [ helios-setup] Dec 20 21:30:23.004 INFO E| Compiling futures-channel v0.3.28 |
2700 | 2024-12-20T21:30:25.087Z | [ helios-setup] Dec 20 21:30:23.294 INFO E| Compiling tokio v1.27.0 |
2701 | 2024-12-20T21:30:25.543Z | [ helios-setup] Dec 20 21:30:23.750 INFO E| Compiling schemars v0.8.12 |
2702 | 2024-12-20T21:30:25.697Z | [ helios-setup] Dec 20 21:30:23.904 INFO E| Compiling futures-util v0.3.28 |
2703 | 2024-12-20T21:30:26.261Z | [ host-package] Compiling fastrand v2.1.1 |
2704 | 2024-12-20T21:30:26.609Z | [ helios-setup] Dec 20 21:30:24.816 INFO E| Compiling mio v0.8.5 |
2705 | 2024-12-20T21:30:26.683Z | [ helios-setup] Dec 20 21:30:24.890 INFO E| Compiling signal-hook-registry v1.4.0 |
2706 | 2024-12-20T21:30:26.767Z | [ helios-setup] Dec 20 21:30:24.973 INFO E| Compiling socket2 v0.4.9 |
2707 | 2024-12-20T21:30:27.061Z | [ helios-setup] Dec 20 21:30:25.267 INFO E| Compiling ahash v0.7.6 |
2708 | 2024-12-20T21:30:27.136Z | [ helios-setup] Dec 20 21:30:25.342 INFO E| Compiling num-traits v0.2.15 |
2709 | 2024-12-20T21:30:27.226Z | [ host-package] Compiling display-error-chain v0.2.2 |
2710 | 2024-12-20T21:30:27.350Z | [ host-package] Compiling same-file v1.0.6 |
2711 | 2024-12-20T21:30:27.854Z | [ host-package] Compiling walkdir v2.5.0 |
2712 | 2024-12-20T21:30:27.963Z | [ helios-setup] Dec 20 21:30:26.169 INFO E| Compiling futures-io v0.3.28 |
2713 | 2024-12-20T21:30:27.965Z | [ host-package] Compiling tempfile v3.13.0 |
2714 | 2024-12-20T21:30:28.153Z | [ helios-setup] Dec 20 21:30:26.359 INFO E| Compiling pin-utils v0.1.0 |
2715 | 2024-12-20T21:30:28.443Z | [ host-package] Compiling blake3 v1.5.4 |
2716 | 2024-12-20T21:30:28.757Z | [ helios-setup] Dec 20 21:30:26.963 INFO E| Compiling crunchy v0.2.2 |
2717 | 2024-12-20T21:30:29.011Z | [ helios-setup] Dec 20 21:30:27.217 INFO E| Compiling io-lifetimes v1.0.10 |
2718 | 2024-12-20T21:30:29.059Z | [ host-package] Compiling ring v0.16.20 |
2719 | 2024-12-20T21:30:29.274Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2720 | 2024-12-20T21:30:29.582Z | [ host-package] Compiling xattr v1.3.1 |
2721 | 2024-12-20T21:30:29.760Z | [ host-package] Compiling filetime v0.2.25 |
2722 | 2024-12-20T21:30:29.906Z | [ helios-setup] Dec 20 21:30:28.112 INFO E| Compiling ahash v0.8.3 |
2723 | 2024-12-20T21:30:30.336Z | [ host-package] Compiling memmap2 v0.9.5 |
2724 | 2024-12-20T21:30:30.456Z | [ helios-setup] Dec 20 21:30:28.662 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2725 | 2024-12-20T21:30:30.492Z | [ host-package] Compiling keccak v0.1.5 |
2726 | 2024-12-20T21:30:30.580Z | [ helios-setup] Dec 20 21:30:28.785 INFO E| Compiling rustix v0.37.3 |
2727 | 2024-12-20T21:30:30.675Z | [ helios-setup] Dec 20 21:30:28.881 INFO E| Compiling tiny-keccak v2.0.2 |
2728 | 2024-12-20T21:30:31.275Z | [ host-package] Compiling arrayref v0.3.9 |
2729 | 2024-12-20T21:30:31.386Z | [ helios-setup] Dec 20 21:30:29.591 INFO E| Compiling hashbrown v0.12.3 |
2730 | 2024-12-20T21:30:31.594Z | [ host-package] Compiling arrayvec v0.7.6 |
2731 | 2024-12-20T21:30:31.933Z | [ helios-setup] Dec 20 21:30:30.138 INFO E| Compiling crypto-common v0.1.6 |
2732 | 2024-12-20T21:30:31.935Z | [ helios-setup] Dec 20 21:30:30.139 INFO E| Compiling block-buffer v0.10.3 |
2733 | 2024-12-20T21:30:32.318Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2734 | 2024-12-20T21:30:32.535Z | [ helios-setup] Dec 20 21:30:30.739 INFO E| Compiling errno v0.3.1 |
2735 | 2024-12-20T21:30:32.568Z | [ host-package] Compiling spin v0.5.2 |
2736 | 2024-12-20T21:30:32.944Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2737 | 2024-12-20T21:30:32.957Z | [ helios-setup] Dec 20 21:30:31.162 INFO E| Compiling pkg-config v0.3.26 |
2738 | 2024-12-20T21:30:33.001Z | [ helios-setup] Dec 20 21:30:31.206 INFO E| Compiling crossbeam-utils v0.8.14 |
2739 | 2024-12-20T21:30:33.030Z | [ host-package] Compiling sha3 v0.10.8 |
2740 | 2024-12-20T21:30:33.091Z | [ helios-setup] Dec 20 21:30:31.296 INFO E| Compiling slog v2.7.0 |
2741 | 2024-12-20T21:30:33.094Z | [ host-package] Compiling tar v0.4.42 |
2742 | 2024-12-20T21:30:33.320Z | [ helios-setup] Dec 20 21:30:31.525 INFO E| Compiling fnv v1.0.7 |
2743 | 2024-12-20T21:30:33.789Z | [ helios-setup] Dec 20 21:30:31.995 INFO E| Compiling serde_derive_internals v0.26.0 |
2744 | 2024-12-20T21:30:33.924Z | [ helios-setup] Dec 20 21:30:32.129 INFO E| Compiling http v0.2.9 |
2745 | 2024-12-20T21:30:34.618Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2746 | 2024-12-20T21:30:34.894Z | [ host-package] Compiling toolchain_find v0.4.0 |
2747 | 2024-12-20T21:30:35.357Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2748 | 2024-12-20T21:30:36.391Z | [ host-package] Compiling maplit v1.0.2 |
2749 | 2024-12-20T21:30:36.650Z | [ helios-setup] Dec 20 21:30:34.855 INFO E| Compiling digest v0.10.6 |
2750 | 2024-12-20T21:30:36.863Z | [ host-package] Compiling topological-sort v0.2.2 |
2751 | 2024-12-20T21:30:36.934Z | [ host-package] Compiling crunchy v0.2.2 |
2752 | 2024-12-20T21:30:37.385Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2753 | 2024-12-20T21:30:37.518Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2754 | 2024-12-20T21:30:37.641Z | [ helios-setup] Dec 20 21:30:35.845 INFO E| Compiling aho-corasick v0.7.20 |
2755 | 2024-12-20T21:30:37.870Z | [ helios-setup] Dec 20 21:30:36.074 INFO E| Compiling httparse v1.8.0 |
2756 | 2024-12-20T21:30:37.938Z | [ helios-setup] Dec 20 21:30:36.142 INFO E| Compiling tinyvec_macros v0.1.1 |
2757 | 2024-12-20T21:30:38.198Z | [ helios-setup] Dec 20 21:30:36.402 INFO E| Compiling heck v0.4.1 |
2758 | 2024-12-20T21:30:38.325Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2759 | 2024-12-20T21:30:38.637Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2760 | 2024-12-20T21:30:39.029Z | [ host-package] Compiling const_format v0.2.33 |
2761 | 2024-12-20T21:30:39.085Z | [ helios-setup] Dec 20 21:30:37.289 INFO E| Compiling anyhow v1.0.68 |
2762 | 2024-12-20T21:30:39.128Z | [ helios-setup] Dec 20 21:30:37.332 INFO E| Compiling unicode-width v0.1.10 |
2763 | 2024-12-20T21:30:39.217Z | [ host-package] Compiling phf_generator v0.11.2 |
2764 | 2024-12-20T21:30:39.535Z | [ helios-setup] Dec 20 21:30:37.738 INFO E| Compiling percent-encoding v2.2.0 |
2765 | 2024-12-20T21:30:39.749Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2766 | 2024-12-20T21:30:39.888Z | [ helios-setup] Dec 20 21:30:38.092 INFO E| Compiling regex-syntax v0.6.29 |
2767 | 2024-12-20T21:30:40.311Z | [ helios-setup] Dec 20 21:30:38.515 INFO E| Compiling cpufeatures v0.2.5 |
2768 | 2024-12-20T21:30:40.382Z | [ host-package] Compiling secrecy v0.8.0 |
2769 | 2024-12-20T21:30:40.629Z | [ helios-setup] Dec 20 21:30:38.773 INFO E| Compiling form_urlencoded v1.1.0 |
2770 | 2024-12-20T21:30:40.830Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2771 | 2024-12-20T21:30:40.830Z | [ helios-setup] Dec 20 21:30:39.034 INFO E| Compiling const-random-macro v0.1.15 |
2772 | 2024-12-20T21:30:41.361Z | [ host-package] Compiling arc-swap v1.7.1 |
2773 | 2024-12-20T21:30:41.473Z | [ helios-setup] Dec 20 21:30:39.676 INFO E| Compiling tinyvec v1.6.0 |
2774 | 2024-12-20T21:30:41.601Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2775 | 2024-12-20T21:30:41.675Z | [ host-package] Compiling diesel_derives v2.2.3 |
2776 | 2024-12-20T21:30:41.961Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2777 | 2024-12-20T21:30:42.156Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2778 | 2024-12-20T21:30:42.159Z | [ host-package] Compiling r2d2 v0.8.10 |
2779 | 2024-12-20T21:30:42.488Z | [ helios-setup] Dec 20 21:30:40.691 INFO E| Compiling hashbrown v0.13.2 |
2780 | 2024-12-20T21:30:42.886Z | [ helios-setup] Dec 20 21:30:41.089 INFO E| Compiling chrono v0.4.24 |
2781 | 2024-12-20T21:30:42.915Z | [ host-package] Compiling slog-scope v4.4.0 |
2782 | 2024-12-20T21:30:43.042Z | [ host-package] Compiling phf_codegen v0.11.2 |
2783 | 2024-12-20T21:30:43.183Z | [ helios-setup] Dec 20 21:30:41.379 INFO E| Compiling thiserror-impl v1.0.38 |
2784 | 2024-12-20T21:30:43.867Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2785 | 2024-12-20T21:30:44.280Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2786 | 2024-12-20T21:30:44.439Z | [ helios-setup] Dec 20 21:30:42.642 INFO E| Compiling schemars_derive v0.8.12 |
2787 | 2024-12-20T21:30:44.470Z | [ helios-setup] Dec 20 21:30:42.673 INFO E| Compiling serde_derive v1.0.204 |
2788 | 2024-12-20T21:30:44.643Z | [ host-package] Compiling universal-hash v0.5.1 |
2789 | 2024-12-20T21:30:44.994Z | [ helios-setup] Dec 20 21:30:43.197 INFO E| Compiling tokio-macros v2.0.0 |
2790 | 2024-12-20T21:30:45.112Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2791 | 2024-12-20T21:30:45.298Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2792 | 2024-12-20T21:30:45.645Z | [ helios-setup] Dec 20 21:30:43.848 INFO E| Compiling futures-macro v0.3.28 |
2793 | 2024-12-20T21:30:46.764Z | [ helios-setup] Dec 20 21:30:44.967 INFO E| Compiling libz-sys v1.1.8 |
2794 | 2024-12-20T21:30:47.587Z | [ helios-setup] Dec 20 21:30:45.789 INFO E| Compiling regex v1.7.3 |
2795 | 2024-12-20T21:30:48.120Z | [ host-package] Compiling ena v0.14.3 |
2796 | 2024-12-20T21:30:49.004Z | [ host-package] Compiling opaque-debug v0.3.1 |
2797 | 2024-12-20T21:30:49.281Z | [ host-package] Compiling regex-syntax v0.6.29 |
2798 | 2024-12-20T21:30:49.314Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2799 | 2024-12-20T21:30:50.216Z | [ host-package] Compiling diff v0.1.13 |
2800 | 2024-12-20T21:30:50.400Z | [ helios-setup] Dec 20 21:30:48.602 INFO E| Compiling uuid v1.3.0 |
2801 | 2024-12-20T21:30:50.518Z | [ helios-setup] Dec 20 21:30:48.720 INFO E| Compiling dyn-clone v1.0.11 |
2802 | 2024-12-20T21:30:51.051Z | [ helios-setup] Dec 20 21:30:49.252 INFO E| Compiling unicode-normalization v0.1.22 |
2803 | 2024-12-20T21:30:51.311Z | [ helios-setup] Dec 20 21:30:49.512 INFO E| Compiling regress v0.5.0 |
2804 | 2024-12-20T21:30:51.355Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2805 | 2024-12-20T21:30:51.358Z | [ helios-setup] Dec 20 21:30:49.558 INFO E| Compiling const-random v0.1.15 |
2806 | 2024-12-20T21:30:51.622Z | [ host-package] Compiling poly1305 v0.8.0 |
2807 | 2024-12-20T21:30:53.121Z | [ helios-setup] Dec 20 21:30:51.322 INFO E| Compiling getopts v0.2.21 |
2808 | 2024-12-20T21:30:53.704Z | [ helios-setup] Dec 20 21:30:51.905 INFO E| Compiling tracing-core v0.1.30 |
2809 | 2024-12-20T21:30:54.120Z | [ helios-setup] Dec 20 21:30:52.321 INFO E| Compiling memoffset v0.7.1 |
2810 | 2024-12-20T21:30:54.462Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2811 | 2024-12-20T21:30:54.492Z | [ helios-setup] Dec 20 21:30:52.693 INFO E| Compiling time-core v0.1.2 |
2812 | 2024-12-20T21:30:54.964Z | [ helios-setup] Dec 20 21:30:53.165 INFO E| Compiling powerfmt v0.2.0 |
2813 | 2024-12-20T21:30:55.674Z | [ helios-setup] Dec 20 21:30:53.874 INFO E| Compiling unicode-bidi v0.3.13 |
2814 | 2024-12-20T21:30:57.110Z | [ helios-setup] Dec 20 21:30:55.310 INFO E| Compiling num-conv v0.1.0 |
2815 | 2024-12-20T21:30:57.176Z | [ helios-setup] Dec 20 21:30:55.376 INFO E| Compiling ucd-trie v0.1.5 |
2816 | 2024-12-20T21:30:57.286Z | [ host-package] Compiling lalrpop v0.19.12 |
2817 | 2024-12-20T21:30:57.996Z | [ helios-setup] Dec 20 21:30:56.196 INFO E| Compiling time-macros v0.2.18 |
2818 | 2024-12-20T21:30:58.238Z | [ helios-setup] Dec 20 21:30:56.437 INFO E| Compiling pest v2.5.7 |
2819 | 2024-12-20T21:31:00.118Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2820 | 2024-12-20T21:31:00.550Z | [ helios-setup] Dec 20 21:30:58.748 INFO E| Compiling idna v0.3.0 |
2821 | 2024-12-20T21:31:03.141Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2822 | 2024-12-20T21:31:04.681Z | [ helios-setup] Dec 20 21:31:02.879 INFO E| Compiling deranged v0.3.11 |
2823 | 2024-12-20T21:31:04.720Z | [ host-package] Compiling diesel v2.2.6 |
2824 | 2024-12-20T21:31:04.815Z | [ helios-setup] Dec 20 21:31:03.014 INFO E| Compiling tracing v0.1.37 |
2825 | 2024-12-20T21:31:05.735Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2826 | 2024-12-20T21:31:07.061Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2827 | 2024-12-20T21:31:07.601Z | [ helios-setup] Dec 20 21:31:05.798 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2828 | 2024-12-20T21:31:07.850Z | [ helios-setup] Dec 20 21:31:06.047 INFO E| Compiling time v0.1.45 |
2829 | 2024-12-20T21:31:07.958Z | [ host-package] Compiling chacha20 v0.9.1 |
2830 | 2024-12-20T21:31:08.400Z | [ helios-setup] Dec 20 21:31:06.597 INFO E| Compiling crossbeam-epoch v0.9.13 |
2831 | 2024-12-20T21:31:08.711Z | [ helios-setup] Dec 20 21:31:06.908 INFO E| Compiling semver v1.0.17 |
2832 | 2024-12-20T21:31:09.115Z | [ helios-setup] Dec 20 21:31:07.313 INFO E| Compiling num_threads v0.1.6 |
2833 | 2024-12-20T21:31:09.131Z | [ host-package] Compiling aead v0.5.2 |
2834 | 2024-12-20T21:31:09.919Z | [ helios-setup] Dec 20 21:31:08.115 INFO E| Compiling iana-time-zone v0.1.56 |
2835 | 2024-12-20T21:31:09.960Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2836 | 2024-12-20T21:31:10.448Z | [ helios-setup] Dec 20 21:31:08.646 INFO E| Compiling time v0.3.36 |
2837 | 2024-12-20T21:31:10.925Z | [ helios-setup] Dec 20 21:31:09.123 INFO E| Compiling url v2.3.1 |
2838 | 2024-12-20T21:31:11.234Z | [ helios-setup] Dec 20 21:31:09.431 INFO E| Compiling semver-parser v0.10.2 |
2839 | 2024-12-20T21:31:11.536Z | [ host-package] Compiling ref-cast v1.0.23 |
2840 | 2024-12-20T21:31:12.626Z | [ helios-setup] Dec 20 21:31:10.816 INFO E| Compiling smallvec v1.10.0 |
2841 | 2024-12-20T21:31:12.640Z | [ host-package] Compiling vte v0.11.1 |
2842 | 2024-12-20T21:31:13.262Z | [ helios-setup] Dec 20 21:31:11.459 INFO E| Compiling toml v0.5.11 |
2843 | 2024-12-20T21:31:14.816Z | [ helios-setup] Dec 20 21:31:12.994 INFO E| Compiling parking_lot v0.12.1 |
2844 | 2024-12-20T21:31:15.837Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2845 | 2024-12-20T21:31:16.427Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2846 | 2024-12-20T21:31:17.248Z | [ host-package] Compiling chrono-tz v0.10.0 |
2847 | 2024-12-20T21:31:18.409Z | [ helios-setup] Dec 20 21:31:16.604 INFO E| Compiling serde_tokenstream v0.2.0 |
2848 | 2024-12-20T21:31:18.519Z | [ host-package] Compiling vsss-rs v3.3.4 |
2849 | 2024-12-20T21:31:20.492Z | [ helios-setup] Dec 20 21:31:18.687 INFO E| Compiling crossbeam-channel v0.5.6 |
2850 | 2024-12-20T21:31:21.378Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2851 | 2024-12-20T21:31:22.354Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2852 | 2024-12-20T21:31:23.087Z | [ helios-setup] Dec 20 21:31:21.282 INFO E| Compiling dirs-sys-next v0.1.2 |
2853 | 2024-12-20T21:31:23.864Z | [ helios-setup] Dec 20 21:31:22.059 INFO E| Compiling crc32fast v1.3.2 |
2854 | 2024-12-20T21:31:24.882Z | [ helios-setup] Dec 20 21:31:23.075 INFO E| Compiling try-lock v0.2.4 |
2855 | 2024-12-20T21:31:25.174Z | [ helios-setup] Dec 20 21:31:23.367 INFO E| Compiling same-file v1.0.6 |
2856 | 2024-12-20T21:31:25.764Z | [ helios-setup] Dec 20 21:31:23.958 INFO E| Compiling walkdir v2.3.3 |
2857 | 2024-12-20T21:31:26.145Z | [ helios-setup] Dec 20 21:31:24.338 INFO E| Compiling want v0.3.0 |
2858 | 2024-12-20T21:31:26.788Z | [ host-package] Compiling headers-core v0.3.0 |
2859 | 2024-12-20T21:31:26.983Z | [ helios-setup] Dec 20 21:31:25.171 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2860 | 2024-12-20T21:31:27.343Z | [ helios-setup] Dec 20 21:31:25.537 INFO E| Compiling dirs-next v2.0.0 |
2861 | 2024-12-20T21:31:27.477Z | [ host-package] Compiling fxhash v0.2.1 |
2862 | 2024-12-20T21:31:28.095Z | [ host-package] Compiling libxml v0.3.3 |
2863 | 2024-12-20T21:31:28.465Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2864 | 2024-12-20T21:31:28.778Z | [ helios-setup] Dec 20 21:31:26.972 INFO E| Compiling proc-macro-crate v1.2.1 |
2865 | 2024-12-20T21:31:28.970Z | [ host-package] Compiling bytecount v0.6.8 |
2866 | 2024-12-20T21:31:29.969Z | [ host-package] Compiling papergrid v0.11.0 |
2867 | 2024-12-20T21:31:30.826Z | [ helios-setup] Dec 20 21:31:29.019 INFO E| Compiling semver v0.11.0 |
2868 | 2024-12-20T21:31:33.737Z | [ helios-setup] Dec 20 21:31:31.929 INFO E| Compiling tokio-util v0.7.7 |
2869 | 2024-12-20T21:31:34.778Z | [ helios-setup] Dec 20 21:31:32.970 INFO E| Compiling futures-executor v0.3.28 |
2870 | 2024-12-20T21:31:36.549Z | [ helios-setup] Dec 20 21:31:34.741 INFO E| Compiling h2 v0.3.16 |
2871 | 2024-12-20T21:31:37.518Z | [ helios-setup] Dec 20 21:31:35.709 INFO E| Compiling http-body v0.4.5 |
2872 | 2024-12-20T21:31:38.333Z | [ helios-setup] Dec 20 21:31:36.524 INFO E| Compiling ring v0.16.20 |
2873 | 2024-12-20T21:31:38.899Z | [ helios-setup] Dec 20 21:31:37.090 INFO E| Compiling rand_core v0.6.4 |
2874 | 2024-12-20T21:31:40.104Z | [ helios-setup] Dec 20 21:31:38.295 INFO E| Compiling thread_local v1.1.7 |
2875 | 2024-12-20T21:31:41.292Z | [ helios-setup] Dec 20 21:31:39.482 INFO E| Compiling httpdate v1.0.2 |
2876 | 2024-12-20T21:31:42.557Z | [ helios-setup] Dec 20 21:31:40.747 INFO E| Compiling lazy_static v1.4.0 |
2877 | 2024-12-20T21:31:42.632Z | [ helios-setup] Dec 20 21:31:40.822 INFO E| Compiling tower-service v0.3.2 |
2878 | 2024-12-20T21:31:42.733Z | [ helios-setup] Dec 20 21:31:40.923 INFO E| Compiling utf8parse v0.2.1 |
2879 | 2024-12-20T21:31:42.850Z | [ helios-setup] Dec 20 21:31:41.040 INFO E| Compiling ppv-lite86 v0.2.17 |
2880 | 2024-12-20T21:31:43.251Z | [ helios-setup] Dec 20 21:31:41.441 INFO E| Compiling rayon-core v1.10.2 |
2881 | 2024-12-20T21:31:44.229Z | [ helios-setup] Dec 20 21:31:42.419 INFO E| Compiling adler v1.0.2 |
2882 | 2024-12-20T21:31:44.562Z | [ helios-setup] Dec 20 21:31:42.752 INFO E| Compiling fastrand v1.9.0 |
2883 | 2024-12-20T21:31:44.917Z | [ helios-setup] Dec 20 21:31:43.107 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2884 | 2024-12-20T21:31:45.055Z | [ helios-setup] Dec 20 21:31:43.245 INFO E| Compiling base64 v0.21.0 |
2885 | 2024-12-20T21:31:45.947Z | [ helios-setup] Dec 20 21:31:44.137 INFO E| Compiling home v0.5.4 |
2886 | 2024-12-20T21:31:46.800Z | [ helios-setup] Dec 20 21:31:44.989 INFO E| Compiling toolchain_find v0.2.0 |
2887 | 2024-12-20T21:31:47.640Z | [ helios-setup] Dec 20 21:31:45.829 INFO E| Compiling tempfile v3.5.0 |
2888 | 2024-12-20T21:31:47.795Z | [ helios-setup] Dec 20 21:31:45.984 INFO E| Compiling miniz_oxide v0.6.2 |
2889 | 2024-12-20T21:31:48.750Z | [ helios-setup] Dec 20 21:31:46.939 INFO E| Compiling hyper v0.14.25 |
2890 | 2024-12-20T21:31:49.083Z | [ host-package] Compiling polar-core v0.27.3 |
2891 | 2024-12-20T21:31:49.212Z | [ helios-setup] Dec 20 21:31:47.401 INFO E| Compiling rand_chacha v0.3.1 |
2892 | 2024-12-20T21:31:52.519Z | [ helios-setup] Dec 20 21:31:50.707 INFO E| Compiling anstyle-parse v0.1.1 |
2893 | 2024-12-20T21:31:57.331Z | [ host-package] Compiling headers v0.4.0 |
2894 | 2024-12-20T21:31:57.610Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2895 | 2024-12-20T21:32:02.168Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2896 | 2024-12-20T21:32:02.839Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2897 | 2024-12-20T21:32:03.670Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2898 | 2024-12-20T21:32:04.154Z | [ helios-setup] Dec 20 21:32:02.339 INFO E| Compiling futures v0.3.28 |
2899 | 2024-12-20T21:32:04.355Z | [ host-package] Compiling tabled_derive v0.7.0 |
2900 | 2024-12-20T21:32:04.380Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2901 | 2024-12-20T21:32:04.556Z | [ helios-setup] Dec 20 21:32:02.741 INFO E| Compiling crossbeam-deque v0.8.2 |
2902 | 2024-12-20T21:32:05.817Z | [ helios-setup] Dec 20 21:32:04.003 INFO E| Compiling cargo-lock v8.0.3 |
2903 | 2024-12-20T21:32:08.489Z | [ host-package] Compiling itertools v0.12.1 |
2904 | 2024-12-20T21:32:09.019Z | [ host-package] Compiling fd-lock v4.0.2 |
2905 | 2024-12-20T21:32:09.852Z | [ host-package] Compiling peg-macros v0.8.4 |
2906 | 2024-12-20T21:32:10.096Z | [ helios-setup] Dec 20 21:32:08.280 INFO E| Compiling num_enum_derive v0.5.7 |
2907 | 2024-12-20T21:32:11.389Z | [ helios-setup] Dec 20 21:32:09.573 INFO E| Compiling term v0.7.0 |
2908 | 2024-12-20T21:32:12.902Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2909 | 2024-12-20T21:32:14.180Z | [ helios-setup] Dec 20 21:32:12.362 INFO E| Compiling serde_urlencoded v0.7.1 |
2910 | 2024-12-20T21:32:14.410Z | [ helios-setup] Dec 20 21:32:12.594 INFO E| Compiling sha2 v0.10.6 |
2911 | 2024-12-20T21:32:14.835Z | [ helios-setup] Dec 20 21:32:13.018 INFO E| Compiling sha1 v0.10.5 |
2912 | 2024-12-20T21:32:15.377Z | [ host-package] Compiling strum_macros v0.24.3 |
2913 | 2024-12-20T21:32:15.447Z | [ host-package] Compiling kstat-rs v0.2.4 |
2914 | 2024-12-20T21:32:15.801Z | [ host-package] Compiling samael v0.0.17 |
2915 | 2024-12-20T21:32:15.844Z | [ helios-setup] Dec 20 21:32:14.015 INFO E| Compiling is-terminal v0.4.7 |
2916 | 2024-12-20T21:32:16.048Z | [ helios-setup] Dec 20 21:32:14.231 INFO E| Compiling atty v0.2.14 |
2917 | 2024-12-20T21:32:16.604Z | [ helios-setup] Dec 20 21:32:14.787 INFO E| Compiling concolor-override v1.0.0 |
2918 | 2024-12-20T21:32:16.777Z | [ helios-setup] Dec 20 21:32:14.960 INFO E| Compiling anstyle v0.3.5 |
2919 | 2024-12-20T21:32:16.781Z | [ host-package] Compiling unicase v2.7.0 |
2920 | 2024-12-20T21:32:17.397Z | [ helios-setup] Dec 20 21:32:15.579 INFO E| Compiling concolor-query v0.3.3 |
2921 | 2024-12-20T21:32:17.421Z | [ host-package] Compiling indoc v1.0.9 |
2922 | 2024-12-20T21:32:17.680Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2923 | 2024-12-20T21:32:18.189Z | [ helios-setup] Dec 20 21:32:16.372 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2924 | 2024-12-20T21:32:18.924Z | [ host-package] Compiling reedline v0.35.0 |
2925 | 2024-12-20T21:32:20.012Z | [ host-package] Compiling peg v0.8.4 |
2926 | 2024-12-20T21:32:20.423Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2927 | 2024-12-20T21:32:21.266Z | [ helios-setup] Dec 20 21:32:19.448 INFO E| Compiling anstream v0.2.6 |
2928 | 2024-12-20T21:32:22.482Z | [ helios-setup] Dec 20 21:32:20.662 INFO E| Compiling slog-term v2.9.0 |
2929 | 2024-12-20T21:32:22.663Z | [ helios-setup] Dec 20 21:32:20.844 INFO E| Compiling num_enum v0.5.7 |
2930 | 2024-12-20T21:32:22.752Z | [ helios-setup] Dec 20 21:32:20.934 INFO E| Compiling flate2 v1.0.25 |
2931 | 2024-12-20T21:32:23.095Z | [ helios-setup] Dec 20 21:32:21.276 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2932 | 2024-12-20T21:32:23.664Z | [ host-package] Compiling tabled v0.15.0 |
2933 | 2024-12-20T21:32:23.784Z | [ helios-setup] Dec 20 21:32:21.965 INFO E| Compiling rand v0.8.5 |
2934 | 2024-12-20T21:32:24.235Z | [ helios-setup] Dec 20 21:32:22.416 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2935 | 2024-12-20T21:32:25.370Z | [ helios-setup] Dec 20 21:32:23.551 INFO E| Compiling openapiv3 v1.0.2 |
2936 | 2024-12-20T21:32:27.469Z | [ helios-setup] Dec 20 21:32:25.650 INFO E| Compiling encoding_rs v0.8.32 |
2937 | 2024-12-20T21:32:28.232Z | [ helios-setup] Dec 20 21:32:26.413 INFO E| Compiling either v1.8.0 |
2938 | 2024-12-20T21:32:28.948Z | [ helios-setup] Dec 20 21:32:27.128 INFO E| Compiling untrusted v0.7.1 |
2939 | 2024-12-20T21:32:29.452Z | [ helios-setup] Dec 20 21:32:27.632 INFO E| Compiling strsim v0.10.0 |
2940 | 2024-12-20T21:32:32.937Z | [ helios-setup] Dec 20 21:32:31.116 INFO E| Compiling mime v0.3.17 |
2941 | 2024-12-20T21:32:34.221Z | [ helios-setup] Dec 20 21:32:32.399 INFO E| Compiling utf-8 v0.7.6 |
2942 | 2024-12-20T21:32:34.498Z | [ helios-setup] Dec 20 21:32:32.677 INFO E| Compiling clap_lex v0.4.1 |
2943 | 2024-12-20T21:32:35.133Z | [ helios-setup] Dec 20 21:32:33.311 INFO E| Compiling spin v0.5.2 |
2944 | 2024-12-20T21:32:35.208Z | [ helios-setup] Dec 20 21:32:33.387 INFO E| Compiling byteorder v1.4.3 |
2945 | 2024-12-20T21:32:35.714Z | [ helios-setup] Dec 20 21:32:33.892 INFO E| Compiling project-root v0.2.2 |
2946 | 2024-12-20T21:32:36.008Z | [ helios-setup] Dec 20 21:32:34.187 INFO E| Compiling ipnet v2.7.2 |
2947 | 2024-12-20T21:32:36.216Z | [ host-package] Compiling derive_builder v0.20.2 |
2948 | 2024-12-20T21:32:36.522Z | [ helios-setup] Dec 20 21:32:34.701 INFO E| Compiling base64 v0.13.1 |
2949 | 2024-12-20T21:32:36.649Z | [ helios-setup] Dec 20 21:32:34.827 INFO E| Compiling unsafe-libyaml v0.2.8 |
2950 | 2024-12-20T21:32:36.820Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2951 | 2024-12-20T21:32:38.185Z | [ helios-setup] Dec 20 21:32:36.363 INFO E| Compiling tungstenite v0.18.0 |
2952 | 2024-12-20T21:32:38.882Z | [ helios-setup] Dec 20 21:32:37.060 INFO E| Compiling reqwest v0.11.16 |
2953 | 2024-12-20T21:32:39.048Z | [ helios-setup] Dec 20 21:32:37.224 INFO E| Compiling clap_builder v4.2.1 |
2954 | 2024-12-20T21:32:40.404Z | [ helios-setup] Dec 20 21:32:38.582 INFO E| Compiling serde_yaml v0.9.21 |
2955 | 2024-12-20T21:32:41.658Z | [ helios-setup] Dec 20 21:32:39.835 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2956 | 2024-12-20T21:32:48.191Z | [ helios-setup] Dec 20 21:32:46.367 INFO E| Compiling rayon v1.6.1 |
2957 | 2024-12-20T21:32:49.418Z | [ helios-setup] Dec 20 21:32:47.593 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2958 | 2024-12-20T21:32:49.474Z | [ helios-setup] Dec 20 21:32:47.649 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2959 | 2024-12-20T21:32:52.765Z | [ helios-setup] Dec 20 21:32:50.940 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2960 | 2024-12-20T21:32:54.151Z | [ helios-setup] Dec 20 21:32:52.326 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2961 | 2024-12-20T21:32:54.705Z | [ helios-setup] Dec 20 21:32:52.853 INFO E| Compiling clap_derive v4.2.0 |
2962 | 2024-12-20T21:32:56.549Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2963 | 2024-12-20T21:32:58.901Z | [ helios-setup] Dec 20 21:32:57.074 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2964 | 2024-12-20T21:33:00.282Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2965 | 2024-12-20T21:33:03.647Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2966 | 2024-12-20T21:33:04.399Z | [ host-package] Compiling bcs v0.1.6 |
2967 | 2024-12-20T21:33:04.463Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2968 | 2024-12-20T21:33:04.619Z | [ helios-setup] Dec 20 21:33:02.791 INFO E| Compiling clap v4.2.1 |
2969 | 2024-12-20T21:33:05.259Z | [ helios-setup] Dec 20 21:33:03.431 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2970 | 2024-12-20T21:33:06.728Z | [ host-package] Compiling oso-derive v0.27.3 |
2971 | 2024-12-20T21:33:07.798Z | [ host-package] Compiling libz-sys v1.1.20 |
2972 | 2024-12-20T21:33:08.974Z | [ host-package] Compiling quick-xml v0.33.0 |
2973 | 2024-12-20T21:33:09.349Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
2974 | 2024-12-20T21:33:10.398Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2975 | 2024-12-20T21:33:17.760Z | [ host-package] Compiling oso v0.27.3 |
2976 | 2024-12-20T21:33:18.275Z | [ helios-setup] Dec 20 21:33:16.444 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2977 | 2024-12-20T21:33:21.641Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2978 | 2024-12-20T21:33:21.665Z | [ helios-setup] Dec 20 21:33:19.834 INFO E| Compiling tokio-tungstenite v0.18.0 |
2979 | 2024-12-20T21:33:23.121Z | [ helios-setup] Dec 20 21:33:21.289 INFO E| Compiling smartstring v1.0.1 |
2980 | 2024-12-20T21:33:23.994Z | [ helios-setup] Dec 20 21:33:22.162 INFO E| Compiling rustls v0.21.0 |
2981 | 2024-12-20T21:33:24.604Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2982 | 2024-12-20T21:33:26.218Z | [ helios-setup] Dec 20 21:33:24.386 INFO E| Compiling toml_datetime v0.6.1 |
2983 | 2024-12-20T21:33:27.636Z | [ helios-setup] Dec 20 21:33:25.804 INFO E| Compiling serde_spanned v0.6.1 |
2984 | 2024-12-20T21:33:28.097Z | [ helios-setup] Dec 20 21:33:26.264 INFO E| Compiling match_cfg v0.1.0 |
2985 | 2024-12-20T21:33:28.225Z | [ helios-setup] Dec 20 21:33:26.392 INFO E| Compiling paste v1.0.12 |
2986 | 2024-12-20T21:33:29.369Z | [ helios-setup] Dec 20 21:33:27.536 INFO E| Compiling static_assertions v1.1.0 |
2987 | 2024-12-20T21:33:29.992Z | [ helios-setup] Dec 20 21:33:28.158 INFO E| Compiling camino v1.1.4 |
2988 | 2024-12-20T21:33:31.675Z | [ helios-setup] Dec 20 21:33:29.841 INFO E| Compiling winnow v0.4.1 |
2989 | 2024-12-20T21:33:32.962Z | [ helios-setup] Dec 20 21:33:31.129 INFO E| Compiling slog-async v2.7.0 |
2990 | 2024-12-20T21:33:34.742Z | [ helios-setup] Dec 20 21:33:32.908 INFO E| Compiling async-trait v0.1.68 |
2991 | 2024-12-20T21:33:35.220Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2992 | 2024-12-20T21:33:38.163Z | [ helios-setup] Dec 20 21:33:36.328 INFO E| Compiling hostname v0.3.1 |
2993 | 2024-12-20T21:33:39.072Z | [ helios-setup] Dec 20 21:33:37.237 INFO E| Compiling toml_edit v0.19.8 |
2994 | 2024-12-20T21:33:39.129Z | [ helios-setup] Dec 20 21:33:37.294 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
2995 | 2024-12-20T21:33:40.569Z | [ helios-setup] Dec 20 21:33:38.734 INFO E| Compiling slog-json v2.6.1 |
2996 | 2024-12-20T21:33:41.007Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2997 | 2024-12-20T21:33:41.748Z | [ helios-setup] Dec 20 21:33:39.912 INFO E| Compiling unicode-linebreak v0.1.4 |
2998 | 2024-12-20T21:33:41.993Z | [ host-package] Compiling bb8 v0.8.5 |
2999 | 2024-12-20T21:33:43.638Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
3000 | 2024-12-20T21:33:45.931Z | [ helios-setup] Dec 20 21:33:44.094 INFO E| Compiling async-stream-impl v0.3.5 |
3001 | 2024-12-20T21:33:46.726Z | [ helios-setup] Dec 20 21:33:44.889 INFO E| Compiling rhai_codegen v1.5.0 |
3002 | 2024-12-20T21:33:47.315Z | [ helios-setup] Dec 20 21:33:45.475 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3003 | 2024-12-20T21:33:48.221Z | [ helios-setup] Dec 20 21:33:46.384 INFO E| Compiling take_mut v0.2.2 |
3004 | 2024-12-20T21:33:48.881Z | [ helios-setup] Dec 20 21:33:47.043 INFO E| Compiling async-stream v0.3.5 |
3005 | 2024-12-20T21:33:48.971Z | [ host-package] Compiling nibble_vec v0.1.0 |
3006 | 2024-12-20T21:33:49.749Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
3007 | 2024-12-20T21:33:50.613Z | [ helios-setup] Dec 20 21:33:48.775 INFO E| Compiling toml v0.7.3 |
3008 | 2024-12-20T21:33:50.924Z | [ host-package] Compiling atty v0.2.14 |
3009 | 2024-12-20T21:33:51.668Z | [ host-package] Compiling salty v0.3.0 |
3010 | 2024-12-20T21:33:51.674Z | [ helios-setup] Dec 20 21:33:49.835 INFO E| Compiling rhai v1.14.0 |
3011 | 2024-12-20T21:33:51.964Z | [ host-package] Compiling endian-type v0.1.2 |
3012 | 2024-12-20T21:33:52.758Z | [ host-package] Compiling radix_trie v0.2.1 |
3013 | 2024-12-20T21:33:54.154Z | [ helios-setup] Dec 20 21:33:52.316 INFO E| Compiling slog-bunyan v2.4.0 |
3014 | 2024-12-20T21:33:55.851Z | [ host-package] Compiling parking_lot v0.11.2 |
3015 | 2024-12-20T21:33:58.285Z | [ helios-setup] Dec 20 21:33:56.446 INFO E| Compiling rustls-pemfile v1.0.2 |
3016 | 2024-12-20T21:33:58.350Z | [ helios-setup] Dec 20 21:33:56.511 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3017 | 2024-12-20T21:33:59.485Z | [ helios-setup] Dec 20 21:33:57.645 INFO E| Compiling bincode v1.3.3 |
3018 | 2024-12-20T21:34:00.001Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3019 | 2024-12-20T21:34:01.159Z | [ helios-setup] Dec 20 21:33:59.319 INFO E| Compiling serde_path_to_error v0.1.11 |
3020 | 2024-12-20T21:34:01.810Z | [ helios-setup] Dec 20 21:33:59.970 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3021 | 2024-12-20T21:34:02.640Z | [ helios-setup] Dec 20 21:34:00.800 INFO E| Compiling terminal_size v0.2.6 |
3022 | 2024-12-20T21:34:03.086Z | [ helios-setup] Dec 20 21:34:01.246 INFO E| Compiling smawk v0.3.1 |
3023 | 2024-12-20T21:34:03.674Z | [ helios-setup] Dec 20 21:34:01.833 INFO E| Compiling textwrap v0.16.0 |
3024 | 2024-12-20T21:34:13.602Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3025 | 2024-12-20T21:34:15.697Z | [ helios-setup] Dec 20 21:34:13.854 INFO E| Compiling rustls-webpki v0.100.1 |
3026 | 2024-12-20T21:34:15.736Z | [ helios-setup] Dec 20 21:34:13.893 INFO E| Compiling sct v0.7.0 |
3027 | 2024-12-20T21:34:21.615Z | [ helios-setup] Dec 20 21:34:19.771 INFO E| Compiling git2 v0.16.1 |
3028 | 2024-12-20T21:34:22.423Z | [ host-package] Compiling sled v0.34.7 |
3029 | 2024-12-20T21:34:24.060Z | [ helios-setup] Dec 20 21:34:22.215 INFO E| Compiling tokio-rustls v0.24.0 |
3030 | 2024-12-20T21:34:29.765Z | [ helios-setup] Dec 20 21:34:27.919 INFO E| Compiling built v0.6.0 |
3031 | 2024-12-20T21:34:33.124Z | [ helios-setup] Dec 20 21:34:31.277 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3032 | 2024-12-20T21:34:36.131Z | [ helios-setup] Dec 20 21:34:34.284 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3033 | 2024-12-20T21:34:37.732Z | [ helios-setup] Dec 20 21:34:35.884 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3034 | 2024-12-20T21:34:44.653Z | [ host-package] Compiling mime_guess v2.0.5 |
3035 | 2024-12-20T21:34:47.058Z | [ host-package] Compiling hickory-client v0.24.1 |
3036 | 2024-12-20T21:34:50.216Z | [ helios-setup] Dec 20 21:34:48.365 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3037 | 2024-12-20T21:34:57.977Z | [ helios-setup] Dec 20 21:34:56.125 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3038 | 2024-12-20T21:34:58.466Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3039 | 2024-12-20T21:34:58.543Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3040 | 2024-12-20T21:35:00.106Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3041 | 2024-12-20T21:35:00.202Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3042 | 2024-12-20T21:35:00.537Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3043 | 2024-12-20T21:35:02.070Z | [ host-package] Compiling hickory-server v0.24.1 |
3044 | 2024-12-20T21:35:04.218Z | [ host-package] Compiling primeorder v0.13.6 |
3045 | 2024-12-20T21:35:05.820Z | [ host-package] Compiling vergen v8.3.2 |
3046 | 2024-12-20T21:35:06.493Z | [ host-package] Compiling castaway v0.2.3 |
3047 | 2024-12-20T21:35:07.081Z | [ host-package] Compiling env_filter v0.1.2 |
3048 | 2024-12-20T21:35:08.718Z | [ host-package] Compiling cargo-platform v0.1.8 |
3049 | 2024-12-20T21:35:09.895Z | [ host-package] Compiling nanorand v0.7.0 |
3050 | 2024-12-20T21:35:09.895Z | [ host-package] Compiling memoffset v0.9.1 |
3051 | 2024-12-20T21:35:11.080Z | [ host-package] Compiling flume v0.11.1 |
3052 | 2024-12-20T21:35:11.254Z | [ host-package] Compiling cargo_metadata v0.18.1 |
3053 | 2024-12-20T21:35:13.037Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3054 | 2024-12-20T21:35:16.091Z | [ host-package] Compiling env_logger v0.11.5 |
3055 | 2024-12-20T21:35:18.046Z | [ host-package] Compiling compact_str v0.8.0 |
3056 | 2024-12-20T21:35:18.581Z | [ host-package] Compiling p384 v0.13.0 |
3057 | 2024-12-20T21:35:22.908Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3058 | 2024-12-20T21:35:25.117Z | [ host-package] Compiling git2 v0.19.0 |
3059 | 2024-12-20T21:35:26.256Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3060 | 2024-12-20T21:35:31.643Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3061 | 2024-12-20T21:35:32.628Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3062 | 2024-12-20T21:35:34.415Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3063 | 2024-12-20T21:35:35.098Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3064 | 2024-12-20T21:35:39.123Z | [ host-package] Compiling lru v0.12.5 |
3065 | 2024-12-20T21:35:39.448Z | [ host-package] Compiling rand_seeder v0.3.0 |
3066 | 2024-12-20T21:35:39.700Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3067 | 2024-12-20T21:35:39.934Z | [ host-package] Compiling lzma-sys v0.1.20 |
3068 | 2024-12-20T21:35:40.069Z | [ host-package] Compiling instability v0.3.2 |
3069 | 2024-12-20T21:35:40.373Z | [ host-package] Compiling http-range v0.1.5 |
3070 | 2024-12-20T21:35:40.897Z | [ host-package] Compiling cassowary v0.3.0 |
3071 | 2024-12-20T21:35:40.975Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3072 | 2024-12-20T21:35:41.115Z | [ host-package] Compiling rustls v0.21.12 |
3073 | 2024-12-20T21:35:41.195Z | [ host-package] Compiling cfg_aliases v0.2.1 |
3074 | 2024-12-20T21:35:41.447Z | [ host-package] Compiling nix v0.29.0 |
3075 | 2024-12-20T21:35:41.510Z | [ helios-setup] Dec 20 21:35:39.648 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3076 | 2024-12-20T21:35:41.532Z | [ host-package] Compiling ratatui v0.28.1 |
3077 | 2024-12-20T21:35:41.701Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3078 | 2024-12-20T21:35:42.455Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3079 | 2024-12-20T21:35:43.878Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3080 | 2024-12-20T21:35:44.005Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3081 | 2024-12-20T21:35:44.719Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3082 | 2024-12-20T21:35:44.723Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3083 | 2024-12-20T21:35:44.956Z | [ host-package] Compiling sct v0.7.1 |
3084 | 2024-12-20T21:35:45.066Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3085 | 2024-12-20T21:35:45.449Z | [ host-package] Compiling heck v0.3.3 |
3086 | 2024-12-20T21:35:45.941Z | [ host-package] Compiling csv-core v0.1.11 |
3087 | 2024-12-20T21:35:46.987Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3088 | 2024-12-20T21:35:47.343Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3089 | 2024-12-20T21:35:47.717Z | [ host-package] Compiling glob v0.3.1 |
3090 | 2024-12-20T21:35:48.884Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3091 | 2024-12-20T21:35:49.508Z | [ host-package] Compiling csv v1.3.0 |
3092 | 2024-12-20T21:35:49.559Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3093 | 2024-12-20T21:35:50.069Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3094 | 2024-12-20T21:35:51.129Z | [ host-package] Compiling nix v0.27.1 |
3095 | 2024-12-20T21:35:52.022Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3096 | 2024-12-20T21:35:53.589Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3097 | 2024-12-20T21:35:57.852Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3098 | 2024-12-20T21:36:08.174Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3099 | 2024-12-20T21:36:13.152Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3100 | 2024-12-20T21:36:14.813Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3101 | 2024-12-20T21:36:15.889Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3102 | 2024-12-20T21:36:17.390Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3103 | 2024-12-20T21:36:25.414Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3104 | 2024-12-20T21:36:26.141Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3105 | 2024-12-20T21:36:27.180Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3106 | 2024-12-20T21:36:28.081Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3107 | 2024-12-20T21:36:30.541Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3108 | 2024-12-20T21:36:31.865Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3109 | 2024-12-20T21:36:32.243Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3110 | 2024-12-20T21:36:33.414Z | [ host-package] Compiling hashlink v0.9.1 |
3111 | 2024-12-20T21:36:35.427Z | [ host-package] Compiling tungstenite v0.23.0 |
3112 | 2024-12-20T21:36:37.187Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3113 | 2024-12-20T21:36:38.871Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3114 | 2024-12-20T21:36:39.422Z | [ host-package] Compiling base64 v0.13.1 |
3115 | 2024-12-20T21:36:40.539Z | [ host-package] Compiling ron v0.7.1 |
3116 | 2024-12-20T21:36:40.665Z | [ host-package] Compiling rusqlite v0.32.1 |
3117 | 2024-12-20T21:36:43.210Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3118 | 2024-12-20T21:36:44.081Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3119 | 2024-12-20T21:36:44.832Z | [ helios-setup] Dec 20 21:36:42.956 INFO E| Finished `release` profile [optimized] target(s) in 6m 37s |
3120 | 2024-12-20T21:36:44.847Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3121 | 2024-12-20T21:36:44.990Z | [ helios-setup] Dec 20 21:36:43.115 INFO building project "pilot" ok (398 seconds) |
3122 | 2024-12-20T21:36:44.994Z | [ helios-setup] Dec 20 21:36:43.115 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
3123 | 2024-12-20T21:36:44.994Z | [ helios-setup] Dec 20 21:36:43.115 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
3124 | 2024-12-20T21:36:45.423Z | [ helios-setup] Dec 20 21:36:43.548 INFO E| Downloading crates ... |
3125 | 2024-12-20T21:36:45.523Z | [ helios-setup] Dec 20 21:36:43.647 INFO E| Downloaded miniz_oxide v0.7.2 |
3126 | 2024-12-20T21:36:45.600Z | [ helios-setup] Dec 20 21:36:43.724 INFO E| Compiling adler v1.0.2 |
3127 | 2024-12-20T21:36:45.781Z | [ helios-setup] Dec 20 21:36:43.906 INFO E| Compiling miniz_oxide v0.7.2 |
3128 | 2024-12-20T21:36:46.668Z | [ host-package] Compiling xz2 v0.1.7 |
3129 | 2024-12-20T21:36:47.340Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3130 | 2024-12-20T21:36:47.938Z | [ host-package] Compiling zone v0.1.8 |
3131 | 2024-12-20T21:36:48.413Z | [ helios-setup] Dec 20 21:36:46.537 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
3132 | 2024-12-20T21:36:49.364Z | [ helios-setup] Dec 20 21:36:47.487 INFO E| Finished `release` profile [optimized] target(s) in 4.27s |
3133 | 2024-12-20T21:36:49.375Z | [ helios-setup] Dec 20 21:36:47.499 INFO building project "pinprick" ok (4 seconds) |
3134 | 2024-12-20T21:36:49.375Z | [ helios-setup] Dec 20 21:36:47.499 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
3135 | 2024-12-20T21:36:49.375Z | [ helios-setup] Dec 20 21:36:47.499 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
3136 | 2024-12-20T21:36:49.659Z | [ helios-setup] Dec 20 21:36:47.782 INFO E| Blocking waiting for file lock on package cache |
3137 | 2024-12-20T21:36:51.626Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3138 | 2024-12-20T21:36:57.628Z | [ helios-setup] Dec 20 21:36:55.750 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
3139 | 2024-12-20T21:36:58.043Z | [ helios-setup] Dec 20 21:36:56.164 INFO E| From https://github.com/jclulow/rust-jmclib |
3140 | 2024-12-20T21:36:58.043Z | [ helios-setup] Dec 20 21:36:56.164 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
3141 | 2024-12-20T21:36:58.064Z | [ helios-setup] Dec 20 21:36:56.186 INFO E| Updating crates.io index |
3142 | 2024-12-20T21:36:58.210Z | [ helios-setup] Dec 20 21:36:56.331 INFO E| Blocking waiting for file lock on package cache |
3143 | 2024-12-20T21:36:58.281Z | [ helios-setup] Dec 20 21:36:56.403 INFO E| Blocking waiting for file lock on package cache |
3144 | 2024-12-20T21:36:58.311Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3145 | 2024-12-20T21:37:02.489Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3146 | 2024-12-20T21:37:04.517Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3147 | 2024-12-20T21:37:04.610Z | [ helios-setup] Dec 20 21:37:02.730 INFO E| Downloading crates ... |
3148 | 2024-12-20T21:37:04.680Z | [ helios-setup] Dec 20 21:37:02.800 INFO E| Downloaded bitflags v2.3.3 |
3149 | 2024-12-20T21:37:04.685Z | [ helios-setup] Dec 20 21:37:02.805 INFO E| Downloaded block-buffer v0.9.0 |
3150 | 2024-12-20T21:37:04.687Z | [ helios-setup] Dec 20 21:37:02.806 INFO E| Downloaded md-5 v0.9.1 |
3151 | 2024-12-20T21:37:04.691Z | [ helios-setup] Dec 20 21:37:02.809 INFO E| Downloaded digest v0.9.0 |
3152 | 2024-12-20T21:37:04.693Z | [ helios-setup] Dec 20 21:37:02.811 INFO E| Downloaded cpufeatures v0.2.9 |
3153 | 2024-12-20T21:37:04.693Z | [ helios-setup] Dec 20 21:37:02.813 INFO E| Downloaded getrandom v0.2.10 |
3154 | 2024-12-20T21:37:04.698Z | [ helios-setup] Dec 20 21:37:02.818 INFO E| Downloaded libdevinfo-sys v1.0.0 |
3155 | 2024-12-20T21:37:04.713Z | [ helios-setup] Dec 20 21:37:02.833 INFO E| Downloaded fastrand v2.0.0 |
3156 | 2024-12-20T21:37:04.718Z | [ helios-setup] Dec 20 21:37:02.839 INFO E| Downloaded sha-1 v0.9.8 |
3157 | 2024-12-20T21:37:04.721Z | [ helios-setup] Dec 20 21:37:02.841 INFO E| Downloaded serde_derive v1.0.193 |
3158 | 2024-12-20T21:37:04.727Z | [ helios-setup] Dec 20 21:37:02.847 INFO E| Downloaded quote v1.0.31 |
3159 | 2024-12-20T21:37:04.731Z | [ helios-setup] Dec 20 21:37:02.852 INFO E| Downloaded unicode-ident v1.0.11 |
3160 | 2024-12-20T21:37:04.735Z | [ helios-setup] Dec 20 21:37:02.855 INFO E| Downloaded once_cell v1.18.0 |
3161 | 2024-12-20T21:37:04.739Z | [ helios-setup] Dec 20 21:37:02.860 INFO E| Downloaded uuid v0.8.2 |
3162 | 2024-12-20T21:37:04.744Z | [ helios-setup] Dec 20 21:37:02.865 INFO E| Downloaded anyhow v1.0.72 |
3163 | 2024-12-20T21:37:04.750Z | [ helios-setup] Dec 20 21:37:02.870 INFO E| Downloaded proc-macro2 v1.0.66 |
3164 | 2024-12-20T21:37:04.754Z | [ helios-setup] Dec 20 21:37:02.875 INFO E| Downloaded serde v1.0.193 |
3165 | 2024-12-20T21:37:04.760Z | [ helios-setup] Dec 20 21:37:02.880 INFO E| Downloaded tempfile v3.7.0 |
3166 | 2024-12-20T21:37:04.767Z | [ helios-setup] Dec 20 21:37:02.887 INFO E| Downloaded serde_json v1.0.103 |
3167 | 2024-12-20T21:37:04.813Z | [ helios-setup] Dec 20 21:37:02.933 INFO E| Downloaded syn v2.0.32 |
3168 | 2024-12-20T21:37:04.860Z | [ helios-setup] Dec 20 21:37:02.980 INFO E| Downloaded rustix v0.38.4 |
3169 | 2024-12-20T21:37:05.012Z | [ helios-setup] Dec 20 21:37:03.132 INFO E| Downloaded libc v0.2.147 |
3170 | 2024-12-20T21:37:05.187Z | [ helios-setup] Dec 20 21:37:03.307 INFO E| Compiling libc v0.2.147 |
3171 | 2024-12-20T21:37:05.187Z | [ helios-setup] Dec 20 21:37:03.307 INFO E| Compiling proc-macro2 v1.0.66 |
3172 | 2024-12-20T21:37:05.194Z | [ helios-setup] Dec 20 21:37:03.308 INFO E| Compiling cfg-if v1.0.0 |
3173 | 2024-12-20T21:37:05.194Z | [ helios-setup] Dec 20 21:37:03.308 INFO E| Compiling unicode-ident v1.0.11 |
3174 | 2024-12-20T21:37:05.194Z | [ helios-setup] Dec 20 21:37:03.308 INFO E| Compiling version_check v0.9.4 |
3175 | 2024-12-20T21:37:05.194Z | [ helios-setup] Dec 20 21:37:03.308 INFO E| Compiling typenum v1.16.0 |
3176 | 2024-12-20T21:37:05.194Z | [ helios-setup] Dec 20 21:37:03.308 INFO E| Compiling serde v1.0.193 |
3177 | 2024-12-20T21:37:05.195Z | [ helios-setup] Dec 20 21:37:03.308 INFO E| Compiling time-core v0.1.2 |
3178 | 2024-12-20T21:37:05.308Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3179 | 2024-12-20T21:37:06.015Z | [ helios-setup] Dec 20 21:37:04.135 INFO E| Compiling slog v2.7.0 |
3180 | 2024-12-20T21:37:06.015Z | [ helios-setup] Dec 20 21:37:04.135 INFO E| Compiling powerfmt v0.2.0 |
3181 | 2024-12-20T21:37:06.188Z | [ helios-setup] Dec 20 21:37:04.308 INFO E| Compiling itoa v1.0.9 |
3182 | 2024-12-20T21:37:06.497Z | [ helios-setup] Dec 20 21:37:04.617 INFO E| Compiling rustix v0.38.4 |
3183 | 2024-12-20T21:37:06.639Z | [ helios-setup] Dec 20 21:37:04.759 INFO E| Compiling num-conv v0.1.0 |
3184 | 2024-12-20T21:37:06.879Z | [ helios-setup] Dec 20 21:37:04.999 INFO E| Compiling deranged v0.3.11 |
3185 | 2024-12-20T21:37:06.994Z | [ helios-setup] Dec 20 21:37:05.113 INFO E| Compiling once_cell v1.18.0 |
3186 | 2024-12-20T21:37:07.127Z | [ helios-setup] Dec 20 21:37:05.247 INFO E| Compiling time-macros v0.2.18 |
3187 | 2024-12-20T21:37:07.444Z | [ helios-setup] Dec 20 21:37:05.563 INFO E| Compiling generic-array v0.14.7 |
3188 | 2024-12-20T21:37:07.691Z | [ helios-setup] Dec 20 21:37:05.811 INFO E| Compiling bitflags v2.3.3 |
3189 | 2024-12-20T21:37:07.869Z | [ helios-setup] Dec 20 21:37:05.989 INFO E| Compiling quote v1.0.31 |
3190 | 2024-12-20T21:37:08.789Z | [ helios-setup] Dec 20 21:37:06.909 INFO E| Compiling syn v2.0.32 |
3191 | 2024-12-20T21:37:08.898Z | [ helios-setup] Dec 20 21:37:07.018 INFO E| Compiling num_threads v0.1.6 |
3192 | 2024-12-20T21:37:09.081Z | [ helios-setup] Dec 20 21:37:07.201 INFO E| Compiling thread_local v1.1.7 |
3193 | 2024-12-20T21:37:09.459Z | [ helios-setup] Dec 20 21:37:07.578 INFO E| Compiling opaque-debug v0.3.0 |
3194 | 2024-12-20T21:37:09.560Z | [ helios-setup] Dec 20 21:37:07.679 INFO E| Compiling serde_json v1.0.103 |
3195 | 2024-12-20T21:37:09.681Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3196 | 2024-12-20T21:37:10.248Z | [ helios-setup] Dec 20 21:37:08.367 INFO E| Compiling fastrand v2.0.0 |
3197 | 2024-12-20T21:37:10.789Z | [ helios-setup] Dec 20 21:37:08.908 INFO E| Compiling dirs-sys-next v0.1.2 |
3198 | 2024-12-20T21:37:10.977Z | [ helios-setup] Dec 20 21:37:09.096 INFO E| Compiling errno v0.3.1 |
3199 | 2024-12-20T21:37:11.025Z | [ helios-setup] Dec 20 21:37:09.139 INFO E| Compiling atty v0.2.14 |
3200 | 2024-12-20T21:37:11.323Z | [ helios-setup] Dec 20 21:37:09.442 INFO E| Compiling dirs-next v2.0.0 |
3201 | 2024-12-20T21:37:11.379Z | [ helios-setup] Dec 20 21:37:09.497 INFO E| Compiling anyhow v1.0.72 |
3202 | 2024-12-20T21:37:11.586Z | [ helios-setup] Dec 20 21:37:09.705 INFO E| Compiling term v0.7.0 |
3203 | 2024-12-20T21:37:11.632Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3204 | 2024-12-20T21:37:11.720Z | [ helios-setup] Dec 20 21:37:09.839 INFO E| Compiling getrandom v0.2.10 |
3205 | 2024-12-20T21:37:12.294Z | [ helios-setup] Dec 20 21:37:10.413 INFO E| Compiling unicode-width v0.1.10 |
3206 | 2024-12-20T21:37:12.396Z | [ helios-setup] Dec 20 21:37:10.515 INFO E| Compiling ryu v1.0.15 |
3207 | 2024-12-20T21:37:12.458Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3208 | 2024-12-20T21:37:12.754Z | [ helios-setup] Dec 20 21:37:10.872 INFO E| Compiling same-file v1.0.6 |
3209 | 2024-12-20T21:37:12.831Z | [ helios-setup] Dec 20 21:37:10.950 INFO E| Compiling block-buffer v0.9.0 |
3210 | 2024-12-20T21:37:12.952Z | [ helios-setup] Dec 20 21:37:11.071 INFO E| Compiling digest v0.9.0 |
3211 | 2024-12-20T21:37:13.078Z | [ helios-setup] Dec 20 21:37:11.196 INFO E| Compiling cpufeatures v0.2.9 |
3212 | 2024-12-20T21:37:13.103Z | [ helios-setup] Dec 20 21:37:11.222 INFO E| Compiling time v0.3.36 |
3213 | 2024-12-20T21:37:13.173Z | [ helios-setup] Dec 20 21:37:11.291 INFO E| Compiling walkdir v2.3.3 |
3214 | 2024-12-20T21:37:13.349Z | [ helios-setup] Dec 20 21:37:11.467 INFO E| Compiling md-5 v0.9.1 |
3215 | 2024-12-20T21:37:13.491Z | [ helios-setup] Dec 20 21:37:11.609 INFO E| Compiling sha-1 v0.9.8 |
3216 | 2024-12-20T21:37:14.137Z | [ helios-setup] Dec 20 21:37:12.255 INFO E| Compiling getopts v0.2.21 |
3217 | 2024-12-20T21:37:14.845Z | [ helios-setup] Dec 20 21:37:12.964 INFO E| Compiling tempfile v3.7.0 |
3218 | 2024-12-20T21:37:15.107Z | [ helios-setup] Dec 20 21:37:13.225 INFO E| Compiling libdevinfo-sys v1.0.0 |
3219 | 2024-12-20T21:37:15.267Z | [ helios-setup] Dec 20 21:37:13.385 INFO E| Compiling glob v0.3.1 |
3220 | 2024-12-20T21:37:16.987Z | [ helios-setup] Dec 20 21:37:15.103 INFO E| Compiling slog-term v2.9.0 |
3221 | 2024-12-20T21:37:17.686Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3222 | 2024-12-20T21:37:19.571Z | [ helios-setup] Dec 20 21:37:17.688 INFO E| Compiling serde_derive v1.0.193 |
3223 | 2024-12-20T21:37:20.285Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3224 | 2024-12-20T21:37:22.658Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3225 | 2024-12-20T21:37:22.890Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3226 | 2024-12-20T21:37:23.017Z | [ host-package] Compiling twox-hash v1.6.3 |
3227 | 2024-12-20T21:37:23.194Z | [ host-package] Compiling yasna v0.5.2 |
3228 | 2024-12-20T21:37:24.285Z | [ host-package] Compiling is_ci v1.2.0 |
3229 | 2024-12-20T21:37:24.624Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3230 | 2024-12-20T21:37:25.379Z | [ host-package] Compiling smawk v0.3.2 |
3231 | 2024-12-20T21:37:25.763Z | [ host-package] Compiling textwrap v0.16.1 |
3232 | 2024-12-20T21:37:26.845Z | [ host-package] Compiling rcgen v0.12.1 |
3233 | 2024-12-20T21:37:26.912Z | [ host-package] Compiling supports-color v3.0.1 |
3234 | 2024-12-20T21:37:28.489Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3235 | 2024-12-20T21:37:29.599Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3236 | 2024-12-20T21:37:34.264Z | [ helios-setup] Dec 20 21:37:32.378 INFO E| Compiling toml v0.5.11 |
3237 | 2024-12-20T21:37:34.264Z | [ helios-setup] Dec 20 21:37:32.378 INFO E| Compiling uuid v0.8.2 |
3238 | 2024-12-20T21:37:36.518Z | [ helios-setup] Dec 20 21:37:34.632 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
3239 | 2024-12-20T21:37:39.984Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3240 | 2024-12-20T21:37:40.277Z | [ helios-setup] Dec 20 21:37:38.390 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
3241 | 2024-12-20T21:37:41.258Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3242 | 2024-12-20T21:37:44.574Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3243 | 2024-12-20T21:37:53.031Z | [ helios-setup] Dec 20 21:37:51.141 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
3244 | 2024-12-20T21:37:53.072Z | [ helios-setup] Dec 20 21:37:51.182 INFO building project "image-builder" ok (63 seconds) |
3245 | 2024-12-20T21:37:53.074Z | [ helios-setup] Dec 20 21:37:51.182 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
3246 | 2024-12-20T21:37:53.074Z | [ helios-setup] Dec 20 21:37:51.182 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
3247 | 2024-12-20T21:37:53.082Z | [ helios-setup] Dec 20 21:37:51.192 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
3248 | 2024-12-20T21:37:53.530Z | [ helios-setup] Dec 20 21:37:51.640 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
3249 | 2024-12-20T21:37:53.530Z | [ helios-setup] Dec 20 21:37:51.640 INFO E| info: downloading component 'cargo' |
3250 | 2024-12-20T21:37:54.881Z | [ helios-setup] Dec 20 21:37:52.990 INFO E| info: downloading component 'clippy' |
3251 | 2024-12-20T21:37:55.154Z | [ helios-setup] Dec 20 21:37:53.263 INFO E| info: downloading component 'rust-docs' |
3252 | 2024-12-20T21:37:56.364Z | [ helios-setup] Dec 20 21:37:54.473 INFO E| info: downloading component 'rust-src' |
3253 | 2024-12-20T21:37:56.559Z | [ helios-setup] Dec 20 21:37:54.669 INFO E| info: downloading component 'rust-std' |
3254 | 2024-12-20T21:37:58.643Z | [ helios-setup] Dec 20 21:37:56.752 INFO E| info: downloading component 'rustc' |
3255 | 2024-12-20T21:38:02.583Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3256 | 2024-12-20T21:38:04.317Z | [ helios-setup] Dec 20 21:38:02.352 INFO E| info: downloading component 'rustfmt' |
3257 | 2024-12-20T21:38:04.709Z | [ helios-setup] Dec 20 21:38:02.731 INFO E| info: installing component 'cargo' |
3258 | 2024-12-20T21:38:05.869Z | [ helios-setup] Dec 20 21:38:03.976 INFO E| info: installing component 'clippy' |
3259 | 2024-12-20T21:38:06.345Z | [ helios-setup] Dec 20 21:38:04.452 INFO E| info: installing component 'rust-docs' |
3260 | 2024-12-20T21:38:07.730Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3261 | 2024-12-20T21:38:13.141Z | [ helios-setup] Dec 20 21:38:11.246 INFO E| info: installing component 'rust-src' |
3262 | 2024-12-20T21:38:13.645Z | [ helios-setup] Dec 20 21:38:11.751 INFO E| info: installing component 'rust-std' |
3263 | 2024-12-20T21:38:16.107Z | [ helios-setup] Dec 20 21:38:14.212 INFO E| info: installing component 'rustc' |
3264 | 2024-12-20T21:38:21.407Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3265 | 2024-12-20T21:38:22.197Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3266 | 2024-12-20T21:38:22.298Z | [ helios-setup] Dec 20 21:38:20.401 INFO E| info: installing component 'rustfmt' |
3267 | 2024-12-20T21:38:23.126Z | [ helios-setup] Dec 20 21:38:21.228 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
3268 | 2024-12-20T21:38:23.751Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3269 | 2024-12-20T21:38:23.886Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3270 | 2024-12-20T21:38:24.072Z | [ helios-setup] Dec 20 21:38:22.175 INFO E| From https://github.com/oxidecomputer/amd-apcb |
3271 | 2024-12-20T21:38:24.072Z | [ helios-setup] Dec 20 21:38:22.175 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
3272 | 2024-12-20T21:38:24.075Z | [ helios-setup] Dec 20 21:38:22.175 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3273 | 2024-12-20T21:38:24.085Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3274 | 2024-12-20T21:38:24.104Z | [ helios-setup] Dec 20 21:38:22.207 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
3275 | 2024-12-20T21:38:24.104Z | [ helios-setup] Dec 20 21:38:22.207 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
3276 | 2024-12-20T21:38:24.108Z | [ helios-setup] Dec 20 21:38:22.207 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
3277 | 2024-12-20T21:38:24.108Z | [ helios-setup] Dec 20 21:38:22.207 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3278 | 2024-12-20T21:38:24.108Z | [ helios-setup] Dec 20 21:38:22.207 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3279 | 2024-12-20T21:38:24.108Z | [ helios-setup] Dec 20 21:38:22.207 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3280 | 2024-12-20T21:38:24.108Z | [ helios-setup] Dec 20 21:38:22.207 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
3281 | 2024-12-20T21:38:24.108Z | [ helios-setup] Dec 20 21:38:22.208 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
3282 | 2024-12-20T21:38:24.108Z | [ helios-setup] Dec 20 21:38:22.208 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3283 | 2024-12-20T21:38:24.108Z | [ helios-setup] Dec 20 21:38:22.208 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3284 | 2024-12-20T21:38:24.108Z | [ helios-setup] Dec 20 21:38:22.208 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3285 | 2024-12-20T21:38:24.144Z | [ helios-setup] Dec 20 21:38:22.247 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
3286 | 2024-12-20T21:38:25.086Z | [ helios-setup] Dec 20 21:38:23.189 INFO E| From https://github.com/oxidecomputer/amd-efs |
3287 | 2024-12-20T21:38:25.086Z | [ helios-setup] Dec 20 21:38:23.189 INFO E| * [new branch] empty -> origin/empty |
3288 | 2024-12-20T21:38:25.086Z | [ helios-setup] Dec 20 21:38:23.189 INFO E| * [new branch] issue-99 -> origin/issue-99 |
3289 | 2024-12-20T21:38:25.089Z | [ helios-setup] Dec 20 21:38:23.189 INFO E| * [new branch] main -> origin/main |
3290 | 2024-12-20T21:38:25.089Z | [ helios-setup] Dec 20 21:38:23.189 INFO E| * [new branch] review -> origin/review |
3291 | 2024-12-20T21:38:25.089Z | [ helios-setup] Dec 20 21:38:23.189 INFO E| * [new ref] -> origin/HEAD |
3292 | 2024-12-20T21:38:25.089Z | [ helios-setup] Dec 20 21:38:23.190 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3293 | 2024-12-20T21:38:25.089Z | [ helios-setup] Dec 20 21:38:23.190 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
3294 | 2024-12-20T21:38:25.089Z | [ helios-setup] Dec 20 21:38:23.190 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
3295 | 2024-12-20T21:38:25.089Z | [ helios-setup] Dec 20 21:38:23.190 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
3296 | 2024-12-20T21:38:25.089Z | [ helios-setup] Dec 20 21:38:23.190 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
3297 | 2024-12-20T21:38:25.089Z | [ helios-setup] Dec 20 21:38:23.190 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
3298 | 2024-12-20T21:38:25.089Z | [ helios-setup] Dec 20 21:38:23.191 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
3299 | 2024-12-20T21:38:25.089Z | [ helios-setup] Dec 20 21:38:23.191 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
3300 | 2024-12-20T21:38:25.089Z | [ helios-setup] Dec 20 21:38:23.191 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3301 | 2024-12-20T21:38:25.089Z | [ helios-setup] Dec 20 21:38:23.191 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3302 | 2024-12-20T21:38:25.089Z | [ helios-setup] Dec 20 21:38:23.191 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3303 | 2024-12-20T21:38:25.089Z | [ helios-setup] Dec 20 21:38:23.191 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3304 | 2024-12-20T21:38:25.089Z | [ helios-setup] Dec 20 21:38:23.191 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3305 | 2024-12-20T21:38:25.089Z | [ helios-setup] Dec 20 21:38:23.191 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3306 | 2024-12-20T21:38:25.113Z | [ helios-setup] Dec 20 21:38:23.215 INFO E| Updating crates.io index |
3307 | 2024-12-20T21:38:25.506Z | [ helios-setup] Dec 20 21:38:23.609 INFO E| Downloading crates ... |
3308 | 2024-12-20T21:38:25.690Z | [ helios-setup] Dec 20 21:38:23.793 INFO E| Downloaded unic-ucd-version v0.9.0 |
3309 | 2024-12-20T21:38:25.692Z | [ helios-setup] Dec 20 21:38:23.795 INFO E| Downloaded unic-common v0.9.0 |
3310 | 2024-12-20T21:38:25.695Z | [ helios-setup] Dec 20 21:38:23.796 INFO E| Downloaded strum v0.23.0 |
3311 | 2024-12-20T21:38:25.695Z | [ helios-setup] Dec 20 21:38:23.798 INFO E| Downloaded scroll_derive v0.10.5 |
3312 | 2024-12-20T21:38:25.697Z | [ helios-setup] Dec 20 21:38:23.799 INFO E| Downloaded memoffset v0.5.6 |
3313 | 2024-12-20T21:38:25.700Z | [ helios-setup] Dec 20 21:38:23.801 INFO E| Downloaded four-cc v0.3.0 |
3314 | 2024-12-20T21:38:25.702Z | [ helios-setup] Dec 20 21:38:23.803 INFO E| Downloaded unic-char-property v0.9.0 |
3315 | 2024-12-20T21:38:25.704Z | [ helios-setup] Dec 20 21:38:23.805 INFO E| Downloaded fletcher v0.1.0 |
3316 | 2024-12-20T21:38:25.704Z | [ helios-setup] Dec 20 21:38:23.807 INFO E| Downloaded cfg-if v0.1.10 |
3317 | 2024-12-20T21:38:25.706Z | [ helios-setup] Dec 20 21:38:23.808 INFO E| Downloaded bytesize v1.3.0 |
3318 | 2024-12-20T21:38:25.730Z | [ helios-setup] Dec 20 21:38:23.833 INFO E| Downloaded vec_map v0.8.2 |
3319 | 2024-12-20T21:38:25.733Z | [ helios-setup] Dec 20 21:38:23.835 INFO E| Downloaded unic-char-range v0.9.0 |
3320 | 2024-12-20T21:38:25.735Z | [ helios-setup] Dec 20 21:38:23.837 INFO E| Downloaded thiserror v1.0.64 |
3321 | 2024-12-20T21:38:25.742Z | [ helios-setup] Dec 20 21:38:23.845 INFO E| Downloaded unic-ucd-ident v0.9.0 |
3322 | 2024-12-20T21:38:25.744Z | [ helios-setup] Dec 20 21:38:23.848 INFO E| Downloaded strsim v0.8.0 |
3323 | 2024-12-20T21:38:25.747Z | [ helios-setup] Dec 20 21:38:23.849 INFO E| Downloaded rustc_version v0.2.3 |
3324 | 2024-12-20T21:38:25.749Z | [ helios-setup] Dec 20 21:38:23.851 INFO E| Downloaded pre-proc-macro v0.2.1 |
3325 | 2024-12-20T21:38:25.751Z | [ helios-setup] Dec 20 21:38:23.854 INFO E| Downloaded scroll v0.10.2 |
3326 | 2024-12-20T21:38:25.755Z | [ helios-setup] Dec 20 21:38:23.857 INFO E| Downloaded serde_derive v1.0.210 |
3327 | 2024-12-20T21:38:25.764Z | [ helios-setup] Dec 20 21:38:23.861 INFO E| Downloaded modular-bitfield v0.11.2 |
3328 | 2024-12-20T21:38:25.775Z | [ helios-setup] Dec 20 21:38:23.878 INFO E| Downloaded structopt v0.3.26 |
3329 | 2024-12-20T21:38:25.786Z | [ helios-setup] Dec 20 21:38:23.889 INFO E| Downloaded pest_meta v2.7.13 |
3330 | 2024-12-20T21:38:25.789Z | [ helios-setup] Dec 20 21:38:23.892 INFO E| Downloaded parse_int v0.6.0 |
3331 | 2024-12-20T21:38:25.792Z | [ helios-setup] Dec 20 21:38:23.893 INFO E| Downloaded once_cell v1.20.1 |
3332 | 2024-12-20T21:38:25.795Z | [ helios-setup] Dec 20 21:38:23.898 INFO E| Downloaded thiserror-impl v1.0.64 |
3333 | 2024-12-20T21:38:25.797Z | [ helios-setup] Dec 20 21:38:23.900 INFO E| Downloaded serde v1.0.210 |
3334 | 2024-12-20T21:38:25.802Z | [ helios-setup] Dec 20 21:38:23.905 INFO E| Downloaded ansi_term v0.12.1 |
3335 | 2024-12-20T21:38:25.805Z | [ helios-setup] Dec 20 21:38:23.908 INFO E| Downloaded pest_derive v2.7.13 |
3336 | 2024-12-20T21:38:25.808Z | [ helios-setup] Dec 20 21:38:23.911 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
3337 | 2024-12-20T21:38:25.810Z | [ helios-setup] Dec 20 21:38:23.913 INFO E| Downloaded textwrap v0.11.0 |
3338 | 2024-12-20T21:38:25.814Z | [ helios-setup] Dec 20 21:38:23.917 INFO E| Downloaded strum_macros v0.23.1 |
3339 | 2024-12-20T21:38:25.816Z | [ helios-setup] Dec 20 21:38:23.919 INFO E| Downloaded structopt-derive v0.4.18 |
3340 | 2024-12-20T21:38:25.819Z | [ helios-setup] Dec 20 21:38:23.921 INFO E| Downloaded semver-parser v0.7.0 |
3341 | 2024-12-20T21:38:25.821Z | [ helios-setup] Dec 20 21:38:23.922 INFO E| Downloaded semver v0.9.0 |
3342 | 2024-12-20T21:38:25.823Z | [ helios-setup] Dec 20 21:38:23.925 INFO E| Downloaded proc-macro-crate v0.1.5 |
3343 | 2024-12-20T21:38:25.826Z | [ helios-setup] Dec 20 21:38:23.927 INFO E| Downloaded pest v2.7.13 |
3344 | 2024-12-20T21:38:25.831Z | [ helios-setup] Dec 20 21:38:23.934 INFO E| Downloaded goblin v0.4.3 |
3345 | 2024-12-20T21:38:25.839Z | [ helios-setup] Dec 20 21:38:23.942 INFO E| Downloaded clap v2.34.0 |
3346 | 2024-12-20T21:38:25.850Z | [ helios-setup] Dec 20 21:38:23.953 INFO E| Downloaded syn v2.0.79 |
3347 | 2024-12-20T21:38:25.867Z | [ helios-setup] Dec 20 21:38:23.970 INFO E| Downloaded serde_json v1.0.128 |
3348 | 2024-12-20T21:38:25.879Z | [ helios-setup] Dec 20 21:38:23.982 INFO E| Downloaded pre v0.2.1 |
3349 | 2024-12-20T21:38:25.881Z | [ helios-setup] Dec 20 21:38:23.983 INFO E| Downloaded pest_generator v2.7.13 |
3350 | 2024-12-20T21:38:25.909Z | [ helios-setup] Dec 20 21:38:24.012 INFO E| Downloaded libc v0.2.159 |
3351 | 2024-12-20T21:38:26.054Z | [ helios-setup] Dec 20 21:38:24.157 INFO E| Compiling proc-macro2 v1.0.86 |
3352 | 2024-12-20T21:38:26.054Z | [ helios-setup] Dec 20 21:38:24.157 INFO E| Compiling unicode-ident v1.0.13 |
3353 | 2024-12-20T21:38:26.057Z | [ helios-setup] Dec 20 21:38:24.157 INFO E| Compiling syn v1.0.109 |
3354 | 2024-12-20T21:38:26.057Z | [ helios-setup] Dec 20 21:38:24.157 INFO E| Compiling version_check v0.9.5 |
3355 | 2024-12-20T21:38:26.057Z | [ helios-setup] Dec 20 21:38:24.157 INFO E| Compiling memchr v2.7.4 |
3356 | 2024-12-20T21:38:26.057Z | [ helios-setup] Dec 20 21:38:24.157 INFO E| Compiling semver-parser v0.7.0 |
3357 | 2024-12-20T21:38:26.057Z | [ helios-setup] Dec 20 21:38:24.157 INFO E| Compiling thiserror v1.0.64 |
3358 | 2024-12-20T21:38:26.057Z | [ helios-setup] Dec 20 21:38:24.157 INFO E| Compiling autocfg v1.4.0 |
3359 | 2024-12-20T21:38:26.571Z | [ helios-setup] Dec 20 21:38:24.673 INFO E| Compiling semver v0.9.0 |
3360 | 2024-12-20T21:38:27.198Z | [ helios-setup] Dec 20 21:38:25.300 INFO E| Compiling serde v1.0.210 |
3361 | 2024-12-20T21:38:27.289Z | [ helios-setup] Dec 20 21:38:25.391 INFO E| Compiling proc-macro-error-attr v1.0.4 |
3362 | 2024-12-20T21:38:27.614Z | [ helios-setup] Dec 20 21:38:25.715 INFO E| Compiling rustc_version v0.2.3 |
3363 | 2024-12-20T21:38:27.697Z | [ helios-setup] Dec 20 21:38:25.798 INFO E| Compiling proc-macro-error v1.0.4 |
3364 | 2024-12-20T21:38:28.084Z | [ helios-setup] Dec 20 21:38:26.187 INFO E| Compiling serde_json v1.0.128 |
3365 | 2024-12-20T21:38:28.129Z | [ helios-setup] Dec 20 21:38:26.231 INFO E| Compiling num-traits v0.2.19 |
3366 | 2024-12-20T21:38:28.460Z | [ helios-setup] Dec 20 21:38:26.562 INFO E| Compiling schemars v0.8.21 |
3367 | 2024-12-20T21:38:28.668Z | [ helios-setup] Dec 20 21:38:26.770 INFO E| Compiling itoa v1.0.11 |
3368 | 2024-12-20T21:38:28.670Z | [ helios-setup] Dec 20 21:38:26.770 INFO E| Compiling ryu v1.0.18 |
3369 | 2024-12-20T21:38:28.870Z | [ helios-setup] Dec 20 21:38:26.972 INFO E| Compiling unicode-segmentation v1.12.0 |
3370 | 2024-12-20T21:38:29.126Z | [ helios-setup] Dec 20 21:38:27.228 INFO E| Compiling quote v1.0.37 |
3371 | 2024-12-20T21:38:29.300Z | [ helios-setup] Dec 20 21:38:27.402 INFO E| Compiling pre-proc-macro v0.2.1 |
3372 | 2024-12-20T21:38:29.417Z | [ helios-setup] Dec 20 21:38:27.519 INFO E| Compiling memoffset v0.5.6 |
3373 | 2024-12-20T21:38:29.454Z | [ helios-setup] Dec 20 21:38:27.556 INFO E| Compiling ucd-trie v0.1.7 |
3374 | 2024-12-20T21:38:30.203Z | [ helios-setup] Dec 20 21:38:28.304 INFO E| Compiling syn v2.0.79 |
3375 | 2024-12-20T21:38:30.350Z | [ helios-setup] Dec 20 21:38:28.452 INFO E| Compiling paste v1.0.15 |
3376 | 2024-12-20T21:38:30.425Z | [ helios-setup] Dec 20 21:38:28.527 INFO E| Compiling lazy_static v1.5.0 |
3377 | 2024-12-20T21:38:30.792Z | [ helios-setup] Dec 20 21:38:28.889 INFO E| Compiling heck v0.3.3 |
3378 | 2024-12-20T21:38:31.147Z | [ helios-setup] Dec 20 21:38:29.249 INFO E| Compiling libc v0.2.159 |
3379 | 2024-12-20T21:38:31.169Z | [ helios-setup] Dec 20 21:38:29.271 INFO E| Compiling rustversion v1.0.17 |
3380 | 2024-12-20T21:38:31.321Z | [ helios-setup] Dec 20 21:38:29.423 INFO E| Compiling dyn-clone v1.0.17 |
3381 | 2024-12-20T21:38:31.750Z | [ helios-setup] Dec 20 21:38:29.852 INFO E| Compiling pre v0.2.1 |
3382 | 2024-12-20T21:38:32.366Z | [ helios-setup] Dec 20 21:38:30.467 INFO E| Compiling once_cell v1.20.1 |
3383 | 2024-12-20T21:38:32.541Z | [ helios-setup] Dec 20 21:38:30.642 INFO E| Compiling byteorder v1.5.0 |
3384 | 2024-12-20T21:38:32.569Z | [ helios-setup] Dec 20 21:38:30.670 INFO E| Compiling cfg-if v0.1.10 |
3385 | 2024-12-20T21:38:32.680Z | [ helios-setup] Dec 20 21:38:30.781 INFO E| Compiling static_assertions v1.1.0 |
3386 | 2024-12-20T21:38:33.523Z | [ helios-setup] Dec 20 21:38:31.624 INFO E| Compiling unicode-width v0.1.14 |
3387 | 2024-12-20T21:38:33.944Z | [ host-package] Compiling fatfs v0.3.6 |
3388 | 2024-12-20T21:38:34.552Z | [ helios-setup] Dec 20 21:38:32.653 INFO E| Compiling atty v0.2.14 |
3389 | 2024-12-20T21:38:34.758Z | [ helios-setup] Dec 20 21:38:32.859 INFO E| Compiling textwrap v0.11.0 |
3390 | 2024-12-20T21:38:34.834Z | [ helios-setup] Dec 20 21:38:32.935 INFO E| Compiling bitflags v1.3.2 |
3391 | 2024-12-20T21:38:35.059Z | [ helios-setup] Dec 20 21:38:33.160 INFO E| Compiling unic-common v0.9.0 |
3392 | 2024-12-20T21:38:35.602Z | [ helios-setup] Dec 20 21:38:33.703 INFO E| Compiling strum v0.23.0 |
3393 | 2024-12-20T21:38:35.753Z | [ helios-setup] Dec 20 21:38:33.853 INFO E| Compiling fletcher v0.1.0 |
3394 | 2024-12-20T21:38:35.853Z | [ helios-setup] Dec 20 21:38:33.954 INFO E| Compiling vec_map v0.8.2 |
3395 | 2024-12-20T21:38:35.960Z | [ helios-setup] Dec 20 21:38:34.061 INFO E| Compiling parse_int v0.6.0 |
3396 | 2024-12-20T21:38:36.045Z | [ helios-setup] Dec 20 21:38:34.146 INFO E| Compiling strsim v0.8.0 |
3397 | 2024-12-20T21:38:36.064Z | [ helios-setup] Dec 20 21:38:34.164 INFO E| Compiling ansi_term v0.12.1 |
3398 | 2024-12-20T21:38:36.164Z | [ helios-setup] Dec 20 21:38:34.264 INFO E| Compiling unic-char-range v0.9.0 |
3399 | 2024-12-20T21:38:36.416Z | [ helios-setup] Dec 20 21:38:34.516 INFO E| Compiling unic-char-property v0.9.0 |
3400 | 2024-12-20T21:38:36.496Z | [ helios-setup] Dec 20 21:38:34.596 INFO E| Compiling unic-ucd-version v0.9.0 |
3401 | 2024-12-20T21:38:36.574Z | [ helios-setup] Dec 20 21:38:34.674 INFO E| Compiling plain v0.2.3 |
3402 | 2024-12-20T21:38:36.645Z | [ helios-setup] Dec 20 21:38:34.745 INFO E| Compiling clap v2.34.0 |
3403 | 2024-12-20T21:38:36.717Z | [ helios-setup] Dec 20 21:38:34.817 INFO E| Compiling log v0.4.22 |
3404 | 2024-12-20T21:38:36.911Z | [ helios-setup] Dec 20 21:38:35.011 INFO E| Compiling unic-ucd-ident v0.9.0 |
3405 | 2024-12-20T21:38:37.368Z | [ helios-setup] Dec 20 21:38:35.468 INFO E| Compiling bytesize v1.3.0 |
3406 | 2024-12-20T21:38:37.754Z | [ host-package] Compiling rtoolbox v0.0.2 |
3407 | 2024-12-20T21:38:38.626Z | [ host-package] Compiling subprocess v0.2.9 |
3408 | 2024-12-20T21:38:39.214Z | [ host-package] Compiling assert_matches v1.5.0 |
3409 | 2024-12-20T21:38:39.242Z | [ helios-setup] Dec 20 21:38:37.342 INFO E| Compiling serde_derive_internals v0.29.1 |
3410 | 2024-12-20T21:38:41.254Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3411 | 2024-12-20T21:38:41.532Z | [ helios-setup] Dec 20 21:38:39.632 INFO E| Compiling toml v0.5.11 |
3412 | 2024-12-20T21:38:43.435Z | [ host-package] Compiling rpassword v7.3.1 |
3413 | 2024-12-20T21:38:44.278Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3414 | 2024-12-20T21:38:45.080Z | [ helios-setup] Dec 20 21:38:43.179 INFO E| Compiling proc-macro-crate v0.1.5 |
3415 | 2024-12-20T21:38:45.500Z | [ helios-setup] Dec 20 21:38:43.598 INFO E| Compiling thiserror-impl v1.0.64 |
3416 | 2024-12-20T21:38:45.885Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3417 | 2024-12-20T21:38:46.026Z | [ helios-setup] Dec 20 21:38:44.124 INFO E| Compiling serde_derive v1.0.210 |
3418 | 2024-12-20T21:38:46.104Z | [ helios-setup] Dec 20 21:38:44.202 INFO E| Compiling schemars_derive v0.8.21 |
3419 | 2024-12-20T21:38:46.679Z | [ helios-setup] Dec 20 21:38:44.777 INFO E| Compiling zerocopy-derive v0.6.6 |
3420 | 2024-12-20T21:38:47.136Z | [ helios-setup] Dec 20 21:38:45.234 INFO E| Compiling num-derive v0.4.2 |
3421 | 2024-12-20T21:38:50.650Z | [ helios-setup] Dec 20 21:38:48.747 INFO E| Compiling zerocopy v0.6.6 |
3422 | 2024-12-20T21:38:51.038Z | [ helios-setup] Dec 20 21:38:49.135 INFO E| Compiling pest v2.7.13 |
3423 | 2024-12-20T21:38:51.219Z | [ helios-setup] Dec 20 21:38:49.316 INFO E| Compiling modular-bitfield-impl v0.11.2 |
3424 | 2024-12-20T21:38:51.782Z | [ helios-setup] Dec 20 21:38:49.879 INFO E| Compiling scroll_derive v0.10.5 |
3425 | 2024-12-20T21:38:52.258Z | [ helios-setup] Dec 20 21:38:50.355 INFO E| Compiling strum_macros v0.23.1 |
3426 | 2024-12-20T21:38:52.577Z | [ helios-setup] Dec 20 21:38:50.674 INFO E| Compiling structopt-derive v0.4.18 |
3427 | 2024-12-20T21:38:54.755Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3428 | 2024-12-20T21:38:55.212Z | [ helios-setup] Dec 20 21:38:53.309 INFO E| Compiling scroll v0.10.2 |
3429 | 2024-12-20T21:38:56.554Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3430 | 2024-12-20T21:38:56.859Z | [ helios-setup] Dec 20 21:38:54.917 INFO E| Compiling pest_meta v2.7.13 |
3431 | 2024-12-20T21:38:57.474Z | [ helios-setup] Dec 20 21:38:55.570 INFO E| Compiling modular-bitfield v0.11.2 |
3432 | 2024-12-20T21:38:57.605Z | [ helios-setup] Dec 20 21:38:55.701 INFO E| Compiling goblin v0.4.3 |
3433 | 2024-12-20T21:38:57.922Z | [ helios-setup] Dec 20 21:38:56.018 INFO E| Compiling structopt v0.3.26 |
3434 | 2024-12-20T21:38:58.049Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3435 | 2024-12-20T21:38:58.958Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3436 | 2024-12-20T21:38:59.326Z | [ helios-setup] Dec 20 21:38:57.422 INFO E| Compiling pest_generator v2.7.13 |
3437 | 2024-12-20T21:38:59.329Z | [ host-package] Compiling uzers v0.12.1 |
3438 | 2024-12-20T21:39:04.234Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3439 | 2024-12-20T21:39:04.561Z | [ helios-setup] Dec 20 21:39:02.656 INFO E| Compiling pest_derive v2.7.13 |
3440 | 2024-12-20T21:39:09.801Z | [ helios-setup] Dec 20 21:39:07.894 INFO E| Compiling json5 v0.4.1 |
3441 | 2024-12-20T21:39:15.242Z | [ helios-setup] Dec 20 21:39:13.334 INFO E| Compiling four-cc v0.3.0 |
3442 | 2024-12-20T21:39:15.242Z | [ helios-setup] Dec 20 21:39:13.334 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
3443 | 2024-12-20T21:39:15.469Z | [ helios-setup] Dec 20 21:39:13.559 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
3444 | 2024-12-20T21:39:16.812Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3445 | 2024-12-20T21:39:19.759Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3446 | 2024-12-20T21:39:47.696Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3447 | 2024-12-20T21:39:56.705Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3448 | 2024-12-20T21:39:59.512Z | [ helios-setup] Dec 20 21:39:57.594 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
3449 | 2024-12-20T21:39:59.935Z | [ host-package] Compiling multimap v0.10.0 |
3450 | 2024-12-20T21:40:18.506Z | [ helios-setup] Dec 20 21:40:16.538 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3451 | 2024-12-20T21:41:14.731Z | [ helios-setup] Dec 20 21:41:12.798 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 51s |
3452 | 2024-12-20T21:41:14.768Z | [ helios-setup] Dec 20 21:41:12.835 INFO building project "amd-host-image-builder" ok (201 seconds) |
3453 | 2024-12-20T21:41:14.771Z | [ helios-setup] rm -f helios-build |
3454 | 2024-12-20T21:41:14.773Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3455 | 2024-12-20T21:41:14.777Z | [ helios-setup] |
3456 | 2024-12-20T21:41:14.779Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3457 | 2024-12-20T21:41:14.781Z | [ helios-setup] |
3458 | 2024-12-20T21:41:14.781Z | [ helios-setup] |
3459 | 2024-12-20T21:41:14.782Z | [ helios-setup] real 12:26.033475250 |
3460 | 2024-12-20T21:41:14.782Z | [ helios-setup] user 28:54.474820573 |
3461 | 2024-12-20T21:41:14.782Z | [ helios-setup] sys 3:35.522522169 |
3462 | 2024-12-20T21:41:14.782Z | [ helios-setup] trap 1.618239949 |
3463 | 2024-12-20T21:41:14.782Z | [ helios-setup] tflt 6.143621842 |
3464 | 2024-12-20T21:41:14.782Z | [ helios-setup] dflt 40.996510058 |
3465 | 2024-12-20T21:41:14.782Z | [ helios-setup] kflt 0.010159484 |
3466 | 2024-12-20T21:41:14.782Z | [ helios-setup] lock 2:09:22.138541191 |
3467 | 2024-12-20T21:41:14.782Z | [ helios-setup] slp 3:48:07.166027284 |
3468 | 2024-12-20T21:41:14.782Z | [ helios-setup] lat 33:14.517195072 |
3469 | 2024-12-20T21:41:14.782Z | [ helios-setup] stop 4:31.525296308 |
3470 | 2024-12-20T21:41:14.784Z | Dec 20 21:41:12.848 INFO [helios-setup] process exited with exit status: 0 (746.039427872s) |
3471 | 2024-12-20T21:41:14.784Z | Dec 20 21:41:12.848 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3472 | 2024-12-20T21:41:14.825Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3473 | 2024-12-20T21:41:15.207Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3474 | 2024-12-20T21:41:15.207Z | [ phbl-toolchain] info: downloading component 'cargo' |
3475 | 2024-12-20T21:41:17.246Z | [ phbl-toolchain] info: downloading component 'clippy' |
3476 | 2024-12-20T21:41:17.586Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3477 | 2024-12-20T21:41:22.482Z | [ phbl-toolchain] info: downloading component 'miri' |
3478 | 2024-12-20T21:41:22.668Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3479 | 2024-12-20T21:41:24.023Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3480 | 2024-12-20T21:41:24.261Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3481 | 2024-12-20T21:41:26.307Z | [ phbl-toolchain] info: downloading component 'rustc' |
3482 | 2024-12-20T21:41:36.257Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3483 | 2024-12-20T21:41:36.512Z | [ phbl-toolchain] info: installing component 'cargo' |
3484 | 2024-12-20T21:41:37.785Z | [ phbl-toolchain] info: installing component 'clippy' |
3485 | 2024-12-20T21:41:38.243Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3486 | 2024-12-20T21:41:43.969Z | [ phbl-toolchain] info: installing component 'miri' |
3487 | 2024-12-20T21:41:44.279Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3488 | 2024-12-20T21:41:52.711Z | [ phbl-toolchain] info: installing component 'rust-src' |
3489 | 2024-12-20T21:41:53.420Z | [ phbl-toolchain] info: installing component 'rust-std' |
3490 | 2024-12-20T21:41:55.922Z | [ phbl-toolchain] info: installing component 'rustc' |
3491 | 2024-12-20T21:42:04.794Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3492 | 2024-12-20T21:42:05.567Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3493 | 2024-12-20T21:42:05.570Z | Dec 20 21:42:03.624 INFO [phbl-toolchain] process exited with exit status: 0 (50.775551874s) |
3494 | 2024-12-20T21:42:35.500Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3495 | 2024-12-20T21:42:39.278Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3496 | 2024-12-20T21:49:20.602Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 40s |
3497 | 2024-12-20T21:50:28.054Z | Dec 20 21:50:26.000 INFO [host-package] process exited with exit status: 0 (1248.549073217s) |
3498 | 2024-12-20T21:50:28.057Z | Dec 20 21:50:26.000 INFO [host-stamp] running task |
3499 | 2024-12-20T21:50:28.057Z | Dec 20 21:50:26.001 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3500 | 2024-12-20T21:50:28.064Z | Dec 20 21:50:26.010 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+git5ecbe5f8c69 |
3501 | 2024-12-20T21:50:28.071Z | Dec 20 21:50:26.017 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+git5ecbe5f8c69 |
3502 | 2024-12-20T21:50:28.077Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3503 | 2024-12-20T21:50:28.079Z | Dec 20 21:50:26.025 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+git5ecbe5f8c69 |
3504 | 2024-12-20T21:50:28.087Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3505 | 2024-12-20T21:50:28.089Z | Dec 20 21:50:26.036 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+git5ecbe5f8c69 |
3506 | 2024-12-20T21:50:28.096Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3507 | 2024-12-20T21:50:28.099Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3508 | 2024-12-20T21:50:28.099Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3509 | 2024-12-20T21:50:28.099Z | Dec 20 21:50:26.045 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+git5ecbe5f8c69 |
3510 | 2024-12-20T21:50:28.110Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3511 | 2024-12-20T21:50:28.110Z | Dec 20 21:50:26.056 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+git5ecbe5f8c69 |
3512 | 2024-12-20T21:50:28.127Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3513 | 2024-12-20T21:50:28.127Z | Dec 20 21:50:26.071 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+git5ecbe5f8c69 |
3514 | 2024-12-20T21:50:28.140Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3515 | 2024-12-20T21:50:28.143Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3516 | 2024-12-20T21:50:28.143Z | Dec 20 21:50:26.087 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+git5ecbe5f8c69 |
3517 | 2024-12-20T21:50:28.181Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3518 | 2024-12-20T21:50:28.184Z | Dec 20 21:50:26.103 INFO [stamp-overlay] process exited with exit status: 0 (86.339574ms) |
3519 | 2024-12-20T21:50:28.184Z | Dec 20 21:50:26.103 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (47.571564ms) |
3520 | 2024-12-20T21:50:28.184Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3521 | 2024-12-20T21:50:28.184Z | Dec 20 21:50:26.116 INFO [stamp-oxlog] process exited with exit status: 0 (44.191637ms) |
3522 | 2024-12-20T21:50:28.184Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3523 | 2024-12-20T21:50:28.251Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3524 | 2024-12-20T21:50:28.255Z | Dec 20 21:50:26.201 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (113.515706ms) |
3525 | 2024-12-20T21:50:28.314Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3526 | 2024-12-20T21:50:28.317Z | Dec 20 21:50:26.263 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (237.90742ms) |
3527 | 2024-12-20T21:50:28.495Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3528 | 2024-12-20T21:50:28.498Z | Dec 20 21:50:26.444 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (408.076449ms) |
3529 | 2024-12-20T21:50:29.315Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3530 | 2024-12-20T21:50:29.380Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3531 | 2024-12-20T21:50:29.384Z | Dec 20 21:50:27.329 INFO [stamp-propolis-server] process exited with exit status: 0 (1.284370728s) |
3532 | 2024-12-20T21:50:31.614Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3533 | 2024-12-20T21:50:39.050Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3534 | 2024-12-20T21:50:39.104Z | Dec 20 21:50:36.950 INFO [stamp-switch-asic] process exited with exit status: 0 (10.939544179s) |
3535 | 2024-12-20T21:50:39.104Z | Dec 20 21:50:36.950 INFO [host-stamp] task succeeded (10.949810127s) |
3536 | 2024-12-20T21:50:39.104Z | Dec 20 21:50:36.950 INFO [host-proto] running task |
3537 | 2024-12-20T21:50:39.451Z | Dec 20 21:50:37.371 INFO [host-proto] task succeeded (420.969452ms) |
3538 | 2024-12-20T21:50:39.451Z | Dec 20 21:50:37.371 INFO [host-profile] running task |
3539 | 2024-12-20T21:50:39.465Z | Dec 20 21:50:37.371 INFO [host-profile] task succeeded (355.6µs) |
3540 | 2024-12-20T21:50:39.465Z | Dec 20 21:50:37.372 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/.tmpUUBaUa/proto/host/root -N 'ci 5ecbe5f/${os_short_commit} 2024-12-20 21:28' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3541 | 2024-12-20T21:50:39.465Z | [ host-image] Dec 20 21:50:37.391 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3542 | 2024-12-20T21:50:39.465Z | [ host-image] Dec 20 21:50:37.391 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3543 | 2024-12-20T21:50:39.468Z | [ host-image] Dec 20 21:50:37.406 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpUUBaUa/proto/host/root" |
3544 | 2024-12-20T21:50:39.468Z | [ host-image] Dec 20 21:50:37.406 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3545 | 2024-12-20T21:50:39.468Z | [ host-image] Dec 20 21:50:37.406 INFO image builder template: ramdisk-01-os... |
3546 | 2024-12-20T21:50:39.468Z | [ host-image] Dec 20 21:50:37.406 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/.tmpUUBaUa/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 |
3547 | 2024-12-20T21:50:39.487Z | [ host-image] Dec 20 21:50:37.427 INFO O| Dec 20 21:50:37.427 INFO CREATE DATASET: rpool/images/build/host/output |
3548 | 2024-12-20T21:50:39.644Z | [ host-image] Dec 20 21:50:37.584 INFO O| Dec 20 21:50:37.584 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3549 | 2024-12-20T21:50:39.647Z | [ host-image] Dec 20 21:50:37.589 INFO O| Dec 20 21:50:37.589 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3550 | 2024-12-20T21:50:39.876Z | [ host-image] Dec 20 21:50:37.817 INFO O| Dec 20 21:50:37.817 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3551 | 2024-12-20T21:50:39.951Z | [ host-image] Dec 20 21:50:37.893 INFO O| Dec 20 21:50:37.893 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3552 | 2024-12-20T21:50:39.951Z | [ host-image] Dec 20 21:50:37.893 INFO O| Dec 20 21:50:37.893 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3553 | 2024-12-20T21:50:39.954Z | [ host-image] Dec 20 21:50:37.893 INFO O| Dec 20 21:50:37.893 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3554 | 2024-12-20T21:50:39.954Z | [ host-image] Dec 20 21:50:37.893 INFO O| Dec 20 21:50:37.893 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3555 | 2024-12-20T21:50:39.963Z | [ host-image] Dec 20 21:50:37.906 INFO O| Dec 20 21:50:37.906 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3556 | 2024-12-20T21:50:40.215Z | [ host-image] Dec 20 21:50:38.152 INFO O| Dec 20 21:50:38.152 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3557 | 2024-12-20T21:50:40.234Z | [ host-image] Dec 20 21:50:38.168 INFO O| Dec 20 21:50:38.168 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3558 | 2024-12-20T21:50:40.765Z | [ host-image] Dec 20 21:50:38.709 INFO O| Dec 20 21:50:38.708 INFO O| Caching catalogs ... Done |
3559 | 2024-12-20T21:50:40.892Z | [ host-image] Dec 20 21:50:38.835 INFO O| Dec 20 21:50:38.835 INFO STEP 0 (pkg_image_create) COMPLETE |
3560 | 2024-12-20T21:50:40.892Z | [ host-image] Dec 20 21:50:38.835 INFO O| Dec 20 21:50:38.835 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3561 | 2024-12-20T21:50:40.895Z | [ host-image] Dec 20 21:50:38.835 INFO O| Dec 20 21:50:38.835 INFO skip step because feature "repo_redist" is not enabled |
3562 | 2024-12-20T21:50:40.895Z | [ host-image] Dec 20 21:50:38.835 INFO O| Dec 20 21:50:38.835 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3563 | 2024-12-20T21:50:40.909Z | [ host-image] Dec 20 21:50:38.852 INFO O| Dec 20 21:50:38.852 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"] |
3564 | 2024-12-20T21:50:41.478Z | [ host-image] Dec 20 21:50:39.419 INFO O| Dec 20 21:50:39.419 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3565 | 2024-12-20T21:50:41.478Z | [ host-image] Dec 20 21:50:39.419 INFO O| Dec 20 21:50:39.419 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3566 | 2024-12-20T21:50:41.495Z | [ host-image] Dec 20 21:50:39.436 INFO O| Dec 20 21:50:39.436 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"] |
3567 | 2024-12-20T21:50:42.040Z | [ host-image] Dec 20 21:50:39.983 INFO O| Dec 20 21:50:39.983 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3568 | 2024-12-20T21:50:42.040Z | [ host-image] Dec 20 21:50:39.983 INFO O| Dec 20 21:50:39.983 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3569 | 2024-12-20T21:50:42.043Z | [ host-image] Dec 20 21:50:39.983 INFO O| Dec 20 21:50:39.983 INFO skip step because feature "repo_redist" is not enabled |
3570 | 2024-12-20T21:50:42.043Z | [ host-image] Dec 20 21:50:39.983 INFO O| Dec 20 21:50:39.983 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3571 | 2024-12-20T21:50:42.615Z | [ host-image] Dec 20 21:50:40.552 INFO O| Dec 20 21:50:40.552 INFO variant opensolaris.zone is already global |
3572 | 2024-12-20T21:50:42.615Z | [ host-image] Dec 20 21:50:40.552 INFO O| Dec 20 21:50:40.552 INFO STEP 5 (pkg_change_variant) COMPLETE |
3573 | 2024-12-20T21:50:42.626Z | [ host-image] Dec 20 21:50:40.552 INFO O| Dec 20 21:50:40.552 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3574 | 2024-12-20T21:50:43.225Z | [ host-image] Dec 20 21:50:41.165 INFO O| Dec 20 21:50:41.165 INFO variant opensolaris.imagetype is full; changing to partial |
3575 | 2024-12-20T21:50:43.225Z | [ host-image] Dec 20 21:50:41.165 INFO O| Dec 20 21:50:41.165 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3576 | 2024-12-20T21:50:51.174Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.84s |
3577 | 2024-12-20T21:50:51.546Z | [ host-image] Dec 20 21:50:49.485 INFO O| Dec 20 21:50:49.485 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3578 | 2024-12-20T21:50:52.473Z | Dec 20 21:50:50.414 INFO [recovery-package] process exited with exit status: 0 (24.41343859s) |
3579 | 2024-12-20T21:50:52.476Z | Dec 20 21:50:50.414 INFO [recovery-stamp] running task |
3580 | 2024-12-20T21:50:52.476Z | Dec 20 21:50:50.415 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3581 | 2024-12-20T21:50:52.476Z | Dec 20 21:50:50.415 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+git5ecbe5f8c69 |
3582 | 2024-12-20T21:50:52.494Z | Dec 20 21:50:50.435 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git5ecbe5f8c69 |
3583 | 2024-12-20T21:50:52.503Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3584 | 2024-12-20T21:50:52.515Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3585 | 2024-12-20T21:50:52.602Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3586 | 2024-12-20T21:50:52.607Z | Dec 20 21:50:50.547 INFO [stamp-installinator] process exited with exit status: 0 (112.117351ms) |
3587 | 2024-12-20T21:50:52.635Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3588 | 2024-12-20T21:50:52.638Z | Dec 20 21:50:50.578 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (163.252286ms) |
3589 | 2024-12-20T21:50:52.638Z | Dec 20 21:50:50.578 INFO [recovery-stamp] task succeeded (163.717425ms) |
3590 | 2024-12-20T21:50:52.638Z | Dec 20 21:50:50.578 INFO [recovery-proto] running task |
3591 | 2024-12-20T21:50:52.638Z | Dec 20 21:50:50.578 INFO [tuf-stamp] running task |
3592 | 2024-12-20T21:50:52.640Z | Dec 20 21:50:50.579 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+git5ecbe5f8c69 |
3593 | 2024-12-20T21:50:52.656Z | Dec 20 21:50:50.597 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+git5ecbe5f8c69 |
3594 | 2024-12-20T21:50:52.675Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3595 | 2024-12-20T21:50:52.679Z | Dec 20 21:50:50.614 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+git5ecbe5f8c69 |
3596 | 2024-12-20T21:50:52.687Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3597 | 2024-12-20T21:50:52.689Z | Dec 20 21:50:50.628 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+git5ecbe5f8c69 |
3598 | 2024-12-20T21:50:52.703Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3599 | 2024-12-20T21:50:52.707Z | Dec 20 21:50:50.643 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+git5ecbe5f8c69 |
3600 | 2024-12-20T21:50:52.713Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3601 | 2024-12-20T21:50:52.725Z | Dec 20 21:50:50.666 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+git5ecbe5f8c69 |
3602 | 2024-12-20T21:50:52.755Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3603 | 2024-12-20T21:50:52.766Z | Dec 20 21:50:50.696 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+git5ecbe5f8c69 |
3604 | 2024-12-20T21:50:52.811Z | Dec 20 21:50:50.752 INFO [recovery-proto] task succeeded (173.422832ms) |
3605 | 2024-12-20T21:50:52.813Z | Dec 20 21:50:50.752 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/.tmpUUBaUa/proto/recovery/root -N 'recovery 5ecbe5f/${os_short_commit} 2024-12-20 21:28' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3606 | 2024-12-20T21:50:52.904Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3607 | 2024-12-20T21:50:52.945Z | Dec 20 21:50:50.886 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+git5ecbe5f8c69 |
3608 | 2024-12-20T21:50:53.034Z | [ recovery-image] Dec 20 21:50:50.956 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3609 | 2024-12-20T21:50:53.062Z | [ recovery-image] Dec 20 21:50:50.956 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3610 | 2024-12-20T21:50:53.066Z | [ recovery-image] Dec 20 21:50:50.973 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpUUBaUa/proto/recovery/root" |
3611 | 2024-12-20T21:50:53.066Z | [ recovery-image] Dec 20 21:50:50.973 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3612 | 2024-12-20T21:50:53.066Z | [ recovery-image] Dec 20 21:50:50.974 INFO image builder template: ramdisk-01-os... |
3613 | 2024-12-20T21:50:53.066Z | [ recovery-image] Dec 20 21:50:50.974 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/.tmpUUBaUa/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 |
3614 | 2024-12-20T21:50:53.066Z | [ recovery-image] Dec 20 21:50:51.004 INFO O| Dec 20 21:50:51.003 INFO CREATE DATASET: rpool/images/build/recovery/output |
3615 | 2024-12-20T21:50:53.066Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3616 | 2024-12-20T21:50:53.066Z | Dec 20 21:50:51.005 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+git5ecbe5f8c69 |
3617 | 2024-12-20T21:50:53.202Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3618 | 2024-12-20T21:50:53.309Z | Dec 20 21:50:51.250 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+git5ecbe5f8c69 |
3619 | 2024-12-20T21:50:53.312Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3620 | 2024-12-20T21:50:53.312Z | Dec 20 21:50:51.251 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+git5ecbe5f8c69 |
3621 | 2024-12-20T21:50:53.400Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3622 | 2024-12-20T21:50:53.400Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3623 | 2024-12-20T21:50:53.403Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3624 | 2024-12-20T21:50:53.413Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
3625 | 2024-12-20T21:50:53.433Z | Dec 20 21:50:51.374 INFO [stamp-ntp] process exited with exit status: 0 (707.490572ms) |
3626 | 2024-12-20T21:50:53.461Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3627 | 2024-12-20T21:50:53.490Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3628 | 2024-12-20T21:50:53.495Z | [ recovery-image] Dec 20 21:50:51.436 INFO O| Dec 20 21:50:51.436 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3629 | 2024-12-20T21:50:53.501Z | [ recovery-image] Dec 20 21:50:51.442 INFO O| Dec 20 21:50:51.442 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3630 | 2024-12-20T21:50:53.593Z | Dec 20 21:50:51.533 INFO [stamp-probe] process exited with exit status: 0 (282.342599ms) |
3631 | 2024-12-20T21:50:54.059Z | [ recovery-image] Dec 20 21:50:51.995 INFO O| Dec 20 21:50:51.995 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3632 | 2024-12-20T21:50:54.161Z | [ recovery-image] Dec 20 21:50:52.101 INFO O| Dec 20 21:50:52.101 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3633 | 2024-12-20T21:50:54.164Z | [ recovery-image] Dec 20 21:50:52.102 INFO O| Dec 20 21:50:52.102 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3634 | 2024-12-20T21:50:54.164Z | [ recovery-image] Dec 20 21:50:52.102 INFO O| Dec 20 21:50:52.102 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3635 | 2024-12-20T21:50:54.164Z | [ recovery-image] Dec 20 21:50:52.102 INFO O| Dec 20 21:50:52.102 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3636 | 2024-12-20T21:50:54.204Z | [ recovery-image] Dec 20 21:50:52.144 INFO O| Dec 20 21:50:52.144 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3637 | 2024-12-20T21:50:54.424Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3638 | 2024-12-20T21:50:54.460Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3639 | 2024-12-20T21:50:54.463Z | Dec 20 21:50:52.404 INFO [stamp-external-dns] process exited with exit status: 0 (1.807026934s) |
3640 | 2024-12-20T21:50:54.466Z | Dec 20 21:50:52.407 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.520921194s) |
3641 | 2024-12-20T21:50:54.505Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3642 | 2024-12-20T21:50:54.528Z | Dec 20 21:50:52.469 INFO [stamp-internal-dns] process exited with exit status: 0 (1.855151111s) |
3643 | 2024-12-20T21:50:54.683Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3644 | 2024-12-20T21:50:54.687Z | Dec 20 21:50:52.627 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.930737562s) |
3645 | 2024-12-20T21:50:54.704Z | [ recovery-image] Dec 20 21:50:52.644 INFO O| Dec 20 21:50:52.644 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3646 | 2024-12-20T21:50:54.719Z | [ recovery-image] Dec 20 21:50:52.658 INFO O| Dec 20 21:50:52.658 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3647 | 2024-12-20T21:50:55.403Z | [ recovery-image] Dec 20 21:50:53.168 INFO O| Dec 20 21:50:53.168 INFO O| Caching catalogs ... Done |
3648 | 2024-12-20T21:50:55.408Z | [ recovery-image] Dec 20 21:50:53.280 INFO O| Dec 20 21:50:53.280 INFO STEP 0 (pkg_image_create) COMPLETE |
3649 | 2024-12-20T21:50:55.408Z | [ recovery-image] Dec 20 21:50:53.280 INFO O| Dec 20 21:50:53.280 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3650 | 2024-12-20T21:50:55.408Z | [ recovery-image] Dec 20 21:50:53.280 INFO O| Dec 20 21:50:53.280 INFO skip step because feature "repo_redist" is not enabled |
3651 | 2024-12-20T21:50:55.408Z | [ recovery-image] Dec 20 21:50:53.280 INFO O| Dec 20 21:50:53.280 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3652 | 2024-12-20T21:50:55.408Z | [ recovery-image] Dec 20 21:50:53.295 INFO O| Dec 20 21:50:53.295 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3653 | 2024-12-20T21:50:55.484Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3654 | 2024-12-20T21:50:55.488Z | Dec 20 21:50:53.429 INFO [stamp-oximeter] process exited with exit status: 0 (2.28618107s) |
3655 | 2024-12-20T21:50:55.851Z | [ recovery-image] Dec 20 21:50:53.791 INFO O| Dec 20 21:50:53.791 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3656 | 2024-12-20T21:50:55.851Z | [ recovery-image] Dec 20 21:50:53.791 INFO O| Dec 20 21:50:53.791 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3657 | 2024-12-20T21:50:55.866Z | [ recovery-image] Dec 20 21:50:53.806 INFO O| Dec 20 21:50:53.806 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"] |
3658 | 2024-12-20T21:50:56.301Z | [ recovery-image] Dec 20 21:50:54.241 INFO O| Dec 20 21:50:54.241 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3659 | 2024-12-20T21:50:56.301Z | [ recovery-image] Dec 20 21:50:54.241 INFO O| Dec 20 21:50:54.241 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3660 | 2024-12-20T21:50:56.303Z | [ recovery-image] Dec 20 21:50:54.241 INFO O| Dec 20 21:50:54.241 INFO skip step because feature "repo_redist" is not enabled |
3661 | 2024-12-20T21:50:56.303Z | [ recovery-image] Dec 20 21:50:54.241 INFO O| Dec 20 21:50:54.241 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3662 | 2024-12-20T21:50:56.749Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3663 | 2024-12-20T21:50:56.752Z | Dec 20 21:50:54.692 INFO [stamp-nexus] process exited with exit status: 0 (4.049343595s) |
3664 | 2024-12-20T21:50:56.765Z | [ recovery-image] Dec 20 21:50:54.705 INFO O| Dec 20 21:50:54.705 INFO variant opensolaris.zone is already global |
3665 | 2024-12-20T21:50:56.765Z | [ recovery-image] Dec 20 21:50:54.705 INFO O| Dec 20 21:50:54.705 INFO STEP 5 (pkg_change_variant) COMPLETE |
3666 | 2024-12-20T21:50:56.765Z | [ recovery-image] Dec 20 21:50:54.705 INFO O| Dec 20 21:50:54.705 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3667 | 2024-12-20T21:50:57.220Z | [ recovery-image] Dec 20 21:50:55.160 INFO O| Dec 20 21:50:55.160 INFO variant opensolaris.imagetype is full; changing to partial |
3668 | 2024-12-20T21:50:57.220Z | [ recovery-image] Dec 20 21:50:55.160 INFO O| Dec 20 21:50:55.160 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3669 | 2024-12-20T21:50:57.547Z | [ host-image] Dec 20 21:50:55.484 INFO O| Dec 20 21:50:55.484 INFO O| Startup: Caching catalogs ... Done |
3670 | 2024-12-20T21:50:57.625Z | [ host-image] Dec 20 21:50:55.564 INFO O| Dec 20 21:50:55.564 INFO O| Planning: Planning completed in 0.00 seconds |
3671 | 2024-12-20T21:50:57.627Z | [ host-image] Dec 20 21:50:55.565 INFO O| Dec 20 21:50:55.565 INFO O| Planning: Consolidating action changes ... Done |
3672 | 2024-12-20T21:50:57.627Z | [ host-image] Dec 20 21:50:55.565 INFO O| Dec 20 21:50:55.565 INFO O| Planning: Evaluating mediators ... Done |
3673 | 2024-12-20T21:50:57.627Z | [ host-image] Dec 20 21:50:55.566 INFO O| Dec 20 21:50:55.566 INFO O| Planning: Planning completed in 0.00 seconds |
3674 | 2024-12-20T21:50:57.627Z | [ host-image] Dec 20 21:50:55.566 INFO O| Dec 20 21:50:55.566 INFO O| Variants/Facets to change: 1 |
3675 | 2024-12-20T21:50:57.651Z | [ host-image] Dec 20 21:50:55.589 INFO O| Dec 20 21:50:55.589 INFO O| Done |
3676 | 2024-12-20T21:50:57.651Z | [ host-image] Dec 20 21:50:55.589 INFO O| Dec 20 21:50:55.589 INFO O| Done |
3677 | 2024-12-20T21:50:57.715Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3678 | 2024-12-20T21:50:57.880Z | [verify-libraries] Compiling home v0.5.9 |
3679 | 2024-12-20T21:50:57.905Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3680 | 2024-12-20T21:50:57.930Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3681 | 2024-12-20T21:50:57.930Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3682 | 2024-12-20T21:50:57.930Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3683 | 2024-12-20T21:50:57.941Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3684 | 2024-12-20T21:50:57.945Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3685 | 2024-12-20T21:50:58.221Z | [verify-libraries] Compiling nix v0.28.0 |
3686 | 2024-12-20T21:50:58.350Z | [verify-libraries] Compiling polyval v0.6.2 |
3687 | 2024-12-20T21:50:58.519Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3688 | 2024-12-20T21:50:58.536Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3689 | 2024-12-20T21:50:58.549Z | Dec 20 21:50:56.488 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.860859691s) |
3690 | 2024-12-20T21:50:58.752Z | [ host-image] Dec 20 21:50:56.691 INFO O| Dec 20 21:50:56.691 INFO O| Done |
3691 | 2024-12-20T21:50:58.759Z | [verify-libraries] Compiling ctr v0.9.2 |
3692 | 2024-12-20T21:50:58.988Z | [ host-image] Dec 20 21:50:56.927 INFO O| Dec 20 21:50:56.927 INFO O| Done |
3693 | 2024-12-20T21:50:58.991Z | [ host-image] Dec 20 21:50:56.929 INFO O| Dec 20 21:50:56.929 INFO O| Done |
3694 | 2024-12-20T21:50:58.991Z | [ host-image] Dec 20 21:50:56.929 INFO O| Dec 20 21:50:56.929 INFO O| Done |
3695 | 2024-12-20T21:50:58.994Z | [ host-image] Dec 20 21:50:56.931 INFO O| Dec 20 21:50:56.931 INFO O| Done |
3696 | 2024-12-20T21:50:59.239Z | [verify-libraries] Compiling ghash v0.5.1 |
3697 | 2024-12-20T21:50:59.336Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3698 | 2024-12-20T21:50:59.503Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3699 | 2024-12-20T21:50:59.859Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3700 | 2024-12-20T21:50:59.931Z | [ host-image] Dec 20 21:50:57.870 INFO O| Dec 20 21:50:57.869 INFO STEP 6 (pkg_change_variant) COMPLETE |
3701 | 2024-12-20T21:50:59.931Z | [ host-image] Dec 20 21:50:57.870 INFO O| Dec 20 21:50:57.869 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3702 | 2024-12-20T21:50:59.934Z | [ host-image] Dec 20 21:50:57.870 INFO O| Dec 20 21:50:57.869 INFO skip step because feature "debug_variant" is not enabled |
3703 | 2024-12-20T21:50:59.934Z | [ host-image] Dec 20 21:50:57.870 INFO O| Dec 20 21:50:57.870 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3704 | 2024-12-20T21:51:00.095Z | [verify-libraries] Compiling blowfish v0.9.1 |
3705 | 2024-12-20T21:51:00.593Z | [ host-image] Dec 20 21:50:58.532 INFO O| Dec 20 21:50:58.532 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3706 | 2024-12-20T21:51:00.832Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3707 | 2024-12-20T21:51:01.159Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3708 | 2024-12-20T21:51:01.531Z | [verify-libraries] Compiling password-hash v0.4.2 |
3709 | 2024-12-20T21:51:02.433Z | [ host-image] Dec 20 21:51:00.371 INFO O| Dec 20 21:51:00.371 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3710 | 2024-12-20T21:51:02.436Z | [ host-image] Dec 20 21:51:00.373 INFO O| Dec 20 21:51:00.373 INFO O| Planning: Planning completed in 0.00 seconds |
3711 | 2024-12-20T21:51:02.436Z | [ host-image] Dec 20 21:51:00.374 INFO O| Dec 20 21:51:00.374 INFO O| Planning: Consolidating action changes ... Done |
3712 | 2024-12-20T21:51:02.436Z | [ host-image] Dec 20 21:51:00.374 INFO O| Dec 20 21:51:00.374 INFO O| Planning: Evaluating mediators ... Done |
3713 | 2024-12-20T21:51:02.436Z | [ host-image] Dec 20 21:51:00.374 INFO O| Dec 20 21:51:00.374 INFO O| Planning: Planning completed in 0.00 seconds |
3714 | 2024-12-20T21:51:02.439Z | [ host-image] Dec 20 21:51:00.375 INFO O| Dec 20 21:51:00.375 INFO O| Variants/Facets to change: 1 |
3715 | 2024-12-20T21:51:02.575Z | [ host-image] Dec 20 21:51:00.513 INFO O| Dec 20 21:51:00.513 INFO O| Done |
3716 | 2024-12-20T21:51:02.575Z | [ host-image] Dec 20 21:51:00.514 INFO O| Dec 20 21:51:00.513 INFO O| Done |
3717 | 2024-12-20T21:51:03.672Z | [ host-image] Dec 20 21:51:01.611 INFO O| Dec 20 21:51:01.610 INFO O| Done |
3718 | 2024-12-20T21:51:03.759Z | [ host-image] Dec 20 21:51:01.697 INFO O| Dec 20 21:51:01.697 INFO O| Done |
3719 | 2024-12-20T21:51:03.762Z | [ host-image] Dec 20 21:51:01.699 INFO O| Dec 20 21:51:01.699 INFO O| Done |
3720 | 2024-12-20T21:51:03.762Z | [ host-image] Dec 20 21:51:01.699 INFO O| Dec 20 21:51:01.699 INFO O| Done |
3721 | 2024-12-20T21:51:03.765Z | [ host-image] Dec 20 21:51:01.701 INFO O| Dec 20 21:51:01.701 INFO O| Done |
3722 | 2024-12-20T21:51:03.872Z | [ host-image] Dec 20 21:51:01.811 INFO O| Dec 20 21:51:01.811 INFO STEP 8 (pkg_change_facet) COMPLETE |
3723 | 2024-12-20T21:51:03.873Z | [ host-image] Dec 20 21:51:01.811 INFO O| Dec 20 21:51:01.811 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3724 | 2024-12-20T21:51:03.873Z | [ host-image] Dec 20 21:51:01.811 INFO O| Dec 20 21:51:01.811 INFO skip step because feature "recovery" is not enabled |
3725 | 2024-12-20T21:51:03.873Z | [ host-image] Dec 20 21:51:01.811 INFO O| Dec 20 21:51:01.811 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3726 | 2024-12-20T21:51:03.875Z | [ host-image] Dec 20 21:51:01.811 INFO O| Dec 20 21:51:01.811 INFO skip step because feature "recovery" is not enabled |
3727 | 2024-12-20T21:51:03.876Z | [ host-image] Dec 20 21:51:01.811 INFO O| Dec 20 21:51:01.811 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3728 | 2024-12-20T21:51:03.892Z | [ host-image] Dec 20 21:51:01.830 INFO O| Dec 20 21:51:01.830 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"] |
3729 | 2024-12-20T21:51:04.477Z | [verify-libraries] Compiling rustyline v14.0.0 |
3730 | 2024-12-20T21:51:05.372Z | [ host-image] Dec 20 21:51:03.310 INFO O| Dec 20 21:51:03.310 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3731 | 2024-12-20T21:51:06.251Z | [verify-libraries] Compiling matches v0.1.10 |
3732 | 2024-12-20T21:51:06.271Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3733 | 2024-12-20T21:51:06.308Z | Dec 20 21:51:04.245 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.66614218s) |
3734 | 2024-12-20T21:51:06.379Z | [verify-libraries] Compiling idna v0.2.3 |
3735 | 2024-12-20T21:51:07.083Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3736 | 2024-12-20T21:51:07.126Z | Dec 20 21:51:05.064 INFO [stamp-clickhouse] process exited with exit status: 0 (13.978166141s) |
3737 | 2024-12-20T21:51:07.126Z | Dec 20 21:51:05.064 INFO [tuf-stamp] task succeeded (14.485604991s) |
3738 | 2024-12-20T21:51:07.786Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3739 | 2024-12-20T21:51:08.003Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3740 | 2024-12-20T21:51:08.364Z | [verify-libraries] Compiling p256 v0.13.2 |
3741 | 2024-12-20T21:51:10.871Z | [verify-libraries] Compiling p521 v0.13.3 |
3742 | 2024-12-20T21:51:10.964Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3743 | 2024-12-20T21:51:12.008Z | [ recovery-image] Dec 20 21:51:09.944 INFO O| Dec 20 21:51:09.944 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3744 | 2024-12-20T21:51:12.258Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3745 | 2024-12-20T21:51:13.073Z | [verify-libraries] Compiling md5 v0.7.0 |
3746 | 2024-12-20T21:51:13.597Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3747 | 2024-12-20T21:51:14.006Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3748 | 2024-12-20T21:51:20.504Z | [ recovery-image] Dec 20 21:51:18.438 INFO O| Dec 20 21:51:18.438 INFO O| Startup: Caching catalogs ... Done |
3749 | 2024-12-20T21:51:20.614Z | [ recovery-image] Dec 20 21:51:18.545 INFO O| Dec 20 21:51:18.545 INFO O| Planning: Planning completed in 0.00 seconds |
3750 | 2024-12-20T21:51:20.677Z | [ recovery-image] Dec 20 21:51:18.546 INFO O| Dec 20 21:51:18.545 INFO O| Planning: Consolidating action changes ... Done |
3751 | 2024-12-20T21:51:20.677Z | [ recovery-image] Dec 20 21:51:18.546 INFO O| Dec 20 21:51:18.546 INFO O| Planning: Evaluating mediators ... Done |
3752 | 2024-12-20T21:51:20.677Z | [ recovery-image] Dec 20 21:51:18.546 INFO O| Dec 20 21:51:18.546 INFO O| Planning: Planning completed in 0.00 seconds |
3753 | 2024-12-20T21:51:20.677Z | [ recovery-image] Dec 20 21:51:18.546 INFO O| Dec 20 21:51:18.546 INFO O| Variants/Facets to change: 1 |
3754 | 2024-12-20T21:51:20.714Z | [ recovery-image] Dec 20 21:51:18.640 INFO O| Dec 20 21:51:18.640 INFO O| Done |
3755 | 2024-12-20T21:51:20.714Z | [ recovery-image] Dec 20 21:51:18.640 INFO O| Dec 20 21:51:18.640 INFO O| Done |
3756 | 2024-12-20T21:51:21.700Z | [ recovery-image] Dec 20 21:51:19.627 INFO O| Dec 20 21:51:19.627 INFO O| Done |
3757 | 2024-12-20T21:51:21.789Z | [ recovery-image] Dec 20 21:51:19.718 INFO O| Dec 20 21:51:19.718 INFO O| Done |
3758 | 2024-12-20T21:51:21.795Z | [ recovery-image] Dec 20 21:51:19.720 INFO O| Dec 20 21:51:19.720 INFO O| Done |
3759 | 2024-12-20T21:51:21.795Z | [ recovery-image] Dec 20 21:51:19.720 INFO O| Dec 20 21:51:19.720 INFO O| Done |
3760 | 2024-12-20T21:51:21.795Z | [ recovery-image] Dec 20 21:51:19.722 INFO O| Dec 20 21:51:19.722 INFO O| Done |
3761 | 2024-12-20T21:51:22.658Z | [ recovery-image] Dec 20 21:51:20.592 INFO O| Dec 20 21:51:20.591 INFO STEP 6 (pkg_change_variant) COMPLETE |
3762 | 2024-12-20T21:51:22.658Z | [ recovery-image] Dec 20 21:51:20.592 INFO O| Dec 20 21:51:20.592 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3763 | 2024-12-20T21:51:22.664Z | [ recovery-image] Dec 20 21:51:20.592 INFO O| Dec 20 21:51:20.592 INFO skip step because feature "debug_variant" is not enabled |
3764 | 2024-12-20T21:51:22.664Z | [ recovery-image] Dec 20 21:51:20.592 INFO O| Dec 20 21:51:20.592 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3765 | 2024-12-20T21:51:22.835Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3766 | 2024-12-20T21:51:23.331Z | [ recovery-image] Dec 20 21:51:21.263 INFO O| Dec 20 21:51:21.263 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3767 | 2024-12-20T21:51:24.476Z | [ recovery-image] Dec 20 21:51:22.410 INFO O| Dec 20 21:51:22.410 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3768 | 2024-12-20T21:51:24.481Z | [ recovery-image] Dec 20 21:51:22.412 INFO O| Dec 20 21:51:22.412 INFO O| Planning: Planning completed in 0.00 seconds |
3769 | 2024-12-20T21:51:24.481Z | [ recovery-image] Dec 20 21:51:22.413 INFO O| Dec 20 21:51:22.413 INFO O| Planning: Consolidating action changes ... Done |
3770 | 2024-12-20T21:51:24.481Z | [ recovery-image] Dec 20 21:51:22.413 INFO O| Dec 20 21:51:22.413 INFO O| Planning: Evaluating mediators ... Done |
3771 | 2024-12-20T21:51:24.481Z | [ recovery-image] Dec 20 21:51:22.413 INFO O| Dec 20 21:51:22.413 INFO O| Planning: Planning completed in 0.00 seconds |
3772 | 2024-12-20T21:51:24.481Z | [ recovery-image] Dec 20 21:51:22.414 INFO O| Dec 20 21:51:22.414 INFO O| Variants/Facets to change: 1 |
3773 | 2024-12-20T21:51:24.613Z | [ recovery-image] Dec 20 21:51:22.547 INFO O| Dec 20 21:51:22.546 INFO O| Done |
3774 | 2024-12-20T21:51:24.613Z | [ recovery-image] Dec 20 21:51:22.547 INFO O| Dec 20 21:51:22.547 INFO O| Done |
3775 | 2024-12-20T21:51:25.513Z | [ recovery-image] Dec 20 21:51:23.446 INFO O| Dec 20 21:51:23.446 INFO O| Done |
3776 | 2024-12-20T21:51:25.593Z | [ recovery-image] Dec 20 21:51:23.526 INFO O| Dec 20 21:51:23.526 INFO O| Done |
3777 | 2024-12-20T21:51:25.610Z | [ recovery-image] Dec 20 21:51:23.541 INFO O| Dec 20 21:51:23.541 INFO O| Done |
3778 | 2024-12-20T21:51:25.610Z | [ recovery-image] Dec 20 21:51:23.541 INFO O| Dec 20 21:51:23.541 INFO O| Done |
3779 | 2024-12-20T21:51:25.614Z | [ recovery-image] Dec 20 21:51:23.543 INFO O| Dec 20 21:51:23.543 INFO O| Done |
3780 | 2024-12-20T21:51:25.738Z | [ recovery-image] Dec 20 21:51:23.671 INFO O| Dec 20 21:51:23.671 INFO STEP 8 (pkg_change_facet) COMPLETE |
3781 | 2024-12-20T21:51:25.738Z | [ recovery-image] Dec 20 21:51:23.671 INFO O| Dec 20 21:51:23.671 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3782 | 2024-12-20T21:51:26.426Z | [ recovery-image] Dec 20 21:51:24.360 INFO O| Dec 20 21:51:24.359 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3783 | 2024-12-20T21:51:27.539Z | [ recovery-image] Dec 20 21:51:25.472 INFO O| Dec 20 21:51:25.472 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3784 | 2024-12-20T21:51:27.542Z | [ recovery-image] Dec 20 21:51:25.474 INFO O| Dec 20 21:51:25.474 INFO O| Planning: Planning completed in 0.00 seconds |
3785 | 2024-12-20T21:51:27.542Z | [ recovery-image] Dec 20 21:51:25.475 INFO O| Dec 20 21:51:25.475 INFO O| Planning: Consolidating action changes ... Done |
3786 | 2024-12-20T21:51:27.542Z | [ recovery-image] Dec 20 21:51:25.475 INFO O| Dec 20 21:51:25.475 INFO O| Planning: Evaluating mediators ... Done |
3787 | 2024-12-20T21:51:27.545Z | [ recovery-image] Dec 20 21:51:25.475 INFO O| Dec 20 21:51:25.475 INFO O| Planning: Planning completed in 0.00 seconds |
3788 | 2024-12-20T21:51:27.545Z | [ recovery-image] Dec 20 21:51:25.476 INFO O| Dec 20 21:51:25.476 INFO O| Variants/Facets to change: 1 |
3789 | 2024-12-20T21:51:27.709Z | [ recovery-image] Dec 20 21:51:25.641 INFO O| Dec 20 21:51:25.641 INFO O| Done |
3790 | 2024-12-20T21:51:27.709Z | [ recovery-image] Dec 20 21:51:25.641 INFO O| Dec 20 21:51:25.641 INFO O| Done |
3791 | 2024-12-20T21:51:28.531Z | [ recovery-image] Dec 20 21:51:26.464 INFO O| Dec 20 21:51:26.463 INFO O| Done |
3792 | 2024-12-20T21:51:28.637Z | [ recovery-image] Dec 20 21:51:26.568 INFO O| Dec 20 21:51:26.568 INFO O| Done |
3793 | 2024-12-20T21:51:28.641Z | [ recovery-image] Dec 20 21:51:26.569 INFO O| Dec 20 21:51:26.569 INFO O| Done |
3794 | 2024-12-20T21:51:28.641Z | [ recovery-image] Dec 20 21:51:26.569 INFO O| Dec 20 21:51:26.569 INFO O| Done |
3795 | 2024-12-20T21:51:28.641Z | [ recovery-image] Dec 20 21:51:26.571 INFO O| Dec 20 21:51:26.571 INFO O| Done |
3796 | 2024-12-20T21:51:28.740Z | [ recovery-image] Dec 20 21:51:26.668 INFO O| Dec 20 21:51:26.668 INFO STEP 9 (pkg_change_facet) COMPLETE |
3797 | 2024-12-20T21:51:28.740Z | [ recovery-image] Dec 20 21:51:26.668 INFO O| Dec 20 21:51:26.668 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3798 | 2024-12-20T21:51:29.433Z | [ recovery-image] Dec 20 21:51:27.364 INFO O| Dec 20 21:51:27.364 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3799 | 2024-12-20T21:51:30.314Z | [verify-libraries] Compiling des v0.8.1 |
3800 | 2024-12-20T21:51:30.488Z | [ recovery-image] Dec 20 21:51:28.418 INFO O| Dec 20 21:51:28.418 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3801 | 2024-12-20T21:51:30.492Z | [ recovery-image] Dec 20 21:51:28.420 INFO O| Dec 20 21:51:28.420 INFO O| Planning: Planning completed in 0.00 seconds |
3802 | 2024-12-20T21:51:30.492Z | [ recovery-image] Dec 20 21:51:28.421 INFO O| Dec 20 21:51:28.421 INFO O| Planning: Consolidating action changes ... Done |
3803 | 2024-12-20T21:51:30.492Z | [ recovery-image] Dec 20 21:51:28.421 INFO O| Dec 20 21:51:28.421 INFO O| Planning: Evaluating mediators ... Done |
3804 | 2024-12-20T21:51:30.492Z | [ recovery-image] Dec 20 21:51:28.421 INFO O| Dec 20 21:51:28.421 INFO O| Planning: Planning completed in 0.00 seconds |
3805 | 2024-12-20T21:51:30.492Z | [ recovery-image] Dec 20 21:51:28.422 INFO O| Dec 20 21:51:28.422 INFO O| Variants/Facets to change: 1 |
3806 | 2024-12-20T21:51:30.590Z | [ recovery-image] Dec 20 21:51:28.515 INFO O| Dec 20 21:51:28.514 INFO O| Done |
3807 | 2024-12-20T21:51:30.590Z | [ recovery-image] Dec 20 21:51:28.515 INFO O| Dec 20 21:51:28.515 INFO O| Done |
3808 | 2024-12-20T21:51:30.965Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3809 | 2024-12-20T21:51:31.340Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3810 | 2024-12-20T21:51:31.427Z | [ recovery-image] Dec 20 21:51:29.358 INFO O| Dec 20 21:51:29.358 INFO O| Done |
3811 | 2024-12-20T21:51:31.517Z | [ recovery-image] Dec 20 21:51:29.449 INFO O| Dec 20 21:51:29.449 INFO O| Done |
3812 | 2024-12-20T21:51:31.522Z | [ recovery-image] Dec 20 21:51:29.450 INFO O| Dec 20 21:51:29.450 INFO O| Done |
3813 | 2024-12-20T21:51:31.523Z | [ recovery-image] Dec 20 21:51:29.450 INFO O| Dec 20 21:51:29.450 INFO O| Done |
3814 | 2024-12-20T21:51:31.523Z | [ recovery-image] Dec 20 21:51:29.452 INFO O| Dec 20 21:51:29.451 INFO O| Done |
3815 | 2024-12-20T21:51:31.610Z | [ recovery-image] Dec 20 21:51:29.542 INFO O| Dec 20 21:51:29.542 INFO STEP 10 (pkg_change_facet) COMPLETE |
3816 | 2024-12-20T21:51:31.610Z | [ recovery-image] Dec 20 21:51:29.542 INFO O| Dec 20 21:51:29.542 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3817 | 2024-12-20T21:51:31.629Z | [ recovery-image] Dec 20 21:51:29.561 INFO O| Dec 20 21:51:29.561 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"] |
3818 | 2024-12-20T21:51:32.688Z | [ recovery-image] Dec 20 21:51:30.619 INFO O| Dec 20 21:51:30.619 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3819 | 2024-12-20T21:51:32.731Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3820 | 2024-12-20T21:51:33.157Z | [verify-libraries] Compiling russh v0.45.0 |
3821 | 2024-12-20T21:51:37.922Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3822 | 2024-12-20T21:51:40.763Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3823 | 2024-12-20T21:51:44.067Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3824 | 2024-12-20T21:51:53.622Z | [verify-libraries] Compiling petname v2.0.2 |
3825 | 2024-12-20T21:51:54.918Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3826 | 2024-12-20T21:51:55.667Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3827 | 2024-12-20T21:51:56.498Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3828 | 2024-12-20T21:52:05.307Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3829 | 2024-12-20T21:52:05.307Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3830 | 2024-12-20T21:52:09.694Z | [ host-image] Dec 20 21:52:07.617 INFO O| Dec 20 21:52:07.617 INFO O| Planning: Solver setup ... Done |
3831 | 2024-12-20T21:52:09.896Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3832 | 2024-12-20T21:52:17.035Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3833 | 2024-12-20T21:52:38.329Z | [ recovery-image] Dec 20 21:52:36.246 INFO O| Dec 20 21:52:36.246 INFO O| Planning: Solver setup ... Done |
3834 | 2024-12-20T21:52:42.250Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3835 | 2024-12-20T21:52:44.498Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3836 | 2024-12-20T21:52:51.597Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3837 | 2024-12-20T21:53:21.053Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3838 | 2024-12-20T21:53:21.700Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3839 | 2024-12-20T21:53:22.289Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3840 | 2024-12-20T21:53:22.868Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3841 | 2024-12-20T21:53:23.456Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3842 | 2024-12-20T21:53:23.930Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3843 | 2024-12-20T21:53:24.273Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3844 | 2024-12-20T21:53:24.678Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3845 | 2024-12-20T21:53:32.013Z | [ host-image] Dec 20 21:53:29.919 INFO O| Dec 20 21:53:29.919 INFO O| Planning: Running solver ... Done |
3846 | 2024-12-20T21:53:32.522Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3847 | 2024-12-20T21:53:32.723Z | [ host-image] Dec 20 21:53:30.628 INFO O| Dec 20 21:53:30.628 INFO O| Planning: Finding local manifests ... Done |
3848 | 2024-12-20T21:53:32.740Z | [ host-image] Dec 20 21:53:30.646 INFO O| Dec 20 21:53:30.646 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3849 | 2024-12-20T21:53:34.552Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3850 | 2024-12-20T21:53:37.298Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3851 | 2024-12-20T21:53:40.342Z | [ host-image] Dec 20 21:53:38.246 INFO O| Dec 20 21:53:38.246 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3852 | 2024-12-20T21:53:41.646Z | [ host-image] Dec 20 21:53:39.550 INFO O| Dec 20 21:53:39.549 INFO O| Planning: Package planning ... Done |
3853 | 2024-12-20T21:53:43.142Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3854 | 2024-12-20T21:53:43.305Z | [ host-image] Dec 20 21:53:41.209 INFO O| Dec 20 21:53:41.209 INFO O| Planning: Merging actions ... Done |
3855 | 2024-12-20T21:53:43.790Z | [ host-image] Dec 20 21:53:41.693 INFO O| Dec 20 21:53:41.693 INFO O| Planning: Checking for conflicting actions ... Done |
3856 | 2024-12-20T21:53:44.127Z | [ host-image] Dec 20 21:53:42.030 INFO O| Dec 20 21:53:42.030 INFO O| Planning: Consolidating action changes ... Done |
3857 | 2024-12-20T21:53:45.056Z | [ host-image] Dec 20 21:53:42.959 INFO O| Dec 20 21:53:42.959 INFO O| Planning: Evaluating mediators ... Done |
3858 | 2024-12-20T21:53:48.616Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3859 | 2024-12-20T21:53:51.671Z | [ host-image] Dec 20 21:53:49.572 INFO O| Dec 20 21:53:49.572 INFO O| Planning: Planning completed in 166.26 seconds |
3860 | 2024-12-20T21:53:51.688Z | [ host-image] Dec 20 21:53:49.589 INFO O| Dec 20 21:53:49.589 INFO O| Packages to install: 124 |
3861 | 2024-12-20T21:53:51.690Z | [ host-image] Dec 20 21:53:49.590 INFO O| Dec 20 21:53:49.589 INFO O| Mediators to change: 4 |
3862 | 2024-12-20T21:53:51.690Z | [ host-image] Dec 20 21:53:49.590 INFO O| Dec 20 21:53:49.589 INFO O| Services to change: 6 |
3863 | 2024-12-20T21:53:51.888Z | [ host-image] Dec 20 21:53:49.790 INFO O| Dec 20 21:53:49.790 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete |
3864 | 2024-12-20T21:53:56.926Z | [ host-image] Dec 20 21:53:54.827 INFO O| Dec 20 21:53:54.826 INFO O| Download: 713/22788 items 4.5/199.7MB 2% complete (995k/s) |
3865 | 2024-12-20T21:53:57.998Z | [ recovery-image] Dec 20 21:53:55.898 INFO O| Dec 20 21:53:55.898 INFO O| Planning: Running solver ... Done |
3866 | 2024-12-20T21:53:58.592Z | [ recovery-image] Dec 20 21:53:56.492 INFO O| Dec 20 21:53:56.492 INFO O| Planning: Finding local manifests ... Done |
3867 | 2024-12-20T21:53:58.611Z | [ recovery-image] Dec 20 21:53:56.510 INFO O| Dec 20 21:53:56.510 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3868 | 2024-12-20T21:54:02.500Z | [ host-image] Dec 20 21:54:00.399 INFO O| Dec 20 21:54:00.399 INFO O| Download: 1021/22788 items 6.7/199.7MB 3% complete (934k/s) |
3869 | 2024-12-20T21:54:03.807Z | [ recovery-image] Dec 20 21:54:01.706 INFO O| Dec 20 21:54:01.706 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3870 | 2024-12-20T21:54:05.202Z | [ recovery-image] Dec 20 21:54:02.725 INFO O| Dec 20 21:54:02.725 INFO O| Planning: Package planning ... Done |
3871 | 2024-12-20T21:54:05.701Z | [ recovery-image] Dec 20 21:54:03.600 INFO O| Dec 20 21:54:03.600 INFO O| Planning: Merging actions ... Done |
3872 | 2024-12-20T21:54:05.883Z | [ recovery-image] Dec 20 21:54:03.782 INFO O| Dec 20 21:54:03.782 INFO O| Planning: Checking for conflicting actions ... Done |
3873 | 2024-12-20T21:54:06.024Z | [ recovery-image] Dec 20 21:54:03.923 INFO O| Dec 20 21:54:03.923 INFO O| Planning: Consolidating action changes ... Done |
3874 | 2024-12-20T21:54:06.367Z | [ recovery-image] Dec 20 21:54:04.265 INFO O| Dec 20 21:54:04.265 INFO O| Planning: Evaluating mediators ... Done |
3875 | 2024-12-20T21:54:07.503Z | [ host-image] Dec 20 21:54:05.401 INFO O| Dec 20 21:54:05.401 INFO O| Download: 1401/22788 items 8.4/199.7MB 4% complete (316k/s) |
3876 | 2024-12-20T21:54:12.278Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3877 | 2024-12-20T21:54:12.311Z | [ recovery-image] Dec 20 21:54:10.208 INFO O| Dec 20 21:54:10.208 INFO O| Planning: Planning completed in 159.59 seconds |
3878 | 2024-12-20T21:54:12.321Z | [ recovery-image] Dec 20 21:54:10.216 INFO O| Dec 20 21:54:10.216 INFO O| Packages to install: 124 |
3879 | 2024-12-20T21:54:12.321Z | [ recovery-image] Dec 20 21:54:10.216 INFO O| Dec 20 21:54:10.216 INFO O| Mediators to change: 4 |
3880 | 2024-12-20T21:54:12.321Z | [ recovery-image] Dec 20 21:54:10.216 INFO O| Dec 20 21:54:10.216 INFO O| Services to change: 5 |
3881 | 2024-12-20T21:54:12.403Z | [ recovery-image] Dec 20 21:54:10.300 INFO O| Dec 20 21:54:10.300 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete |
3882 | 2024-12-20T21:54:13.305Z | [ host-image] Dec 20 21:54:11.202 INFO O| Dec 20 21:54:11.202 INFO O| Download: 1632/22788 items 10.1/199.7MB 5% complete (367k/s) |
3883 | 2024-12-20T21:54:17.406Z | [ recovery-image] Dec 20 21:54:15.302 INFO O| Dec 20 21:54:15.302 INFO O| Download: 670/15862 items 5.8/176.4MB 3% complete (1.2M/s) |
3884 | 2024-12-20T21:54:19.027Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3885 | 2024-12-20T21:54:19.661Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3886 | 2024-12-20T21:54:22.002Z | [verify-libraries] Compiling termios v0.3.3 |
3887 | 2024-12-20T21:54:22.341Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3888 | 2024-12-20T21:54:22.428Z | [ recovery-image] Dec 20 21:54:20.323 INFO O| Dec 20 21:54:20.322 INFO O| Download: 1099/15862 items 9.2/176.4MB 5% complete (1.1M/s) |
3889 | 2024-12-20T21:54:22.938Z | [ host-image] Dec 20 21:54:20.833 INFO O| Dec 20 21:54:20.833 INFO O| Download: 1640/22788 items 10.5/199.7MB 5% complete (360k/s) |
3890 | 2024-12-20T21:54:27.974Z | [ host-image] Dec 20 21:54:25.867 INFO O| Dec 20 21:54:25.867 INFO O| Download: 1778/22788 items 12.0/199.7MB 6% complete (159k/s) |
3891 | 2024-12-20T21:54:29.758Z | [ recovery-image] Dec 20 21:54:27.651 INFO O| Dec 20 21:54:27.651 INFO O| Download: 1162/15862 items 10.1/176.4MB 5% complete (846k/s) |
3892 | 2024-12-20T21:54:32.977Z | [ host-image] Dec 20 21:54:30.870 INFO O| Dec 20 21:54:30.870 INFO O| Download: 1893/22788 items 19.9/199.7MB 9% complete (890k/s) |
3893 | 2024-12-20T21:54:34.811Z | [ recovery-image] Dec 20 21:54:32.703 INFO O| Dec 20 21:54:32.703 INFO O| Download: 1309/15862 items 19.9/176.4MB 11% complete (974k/s) |
3894 | 2024-12-20T21:54:38.593Z | [ host-image] Dec 20 21:54:36.484 INFO O| Dec 20 21:54:36.484 INFO O| Download: 2086/22788 items 23.2/199.7MB 11% complete (1.2M/s) |
3895 | 2024-12-20T21:54:39.982Z | [ recovery-image] Dec 20 21:54:37.873 INFO O| Dec 20 21:54:37.873 INFO O| Download: 1322/15862 items 20.3/176.4MB 11% complete (1.1M/s) |
3896 | 2024-12-20T21:54:43.728Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3897 | 2024-12-20T21:54:45.104Z | [ recovery-image] Dec 20 21:54:42.994 INFO O| Dec 20 21:54:42.994 INFO O| Download: 1544/15862 items 22.5/176.4MB 12% complete (353k/s) |
3898 | 2024-12-20T21:54:48.536Z | [ host-image] Dec 20 21:54:46.426 INFO O| Dec 20 21:54:46.425 INFO O| Download: 2092/22788 items 23.4/199.7MB 11% complete (1.2M/s) |
3899 | 2024-12-20T21:54:50.262Z | [ recovery-image] Dec 20 21:54:48.151 INFO O| Dec 20 21:54:48.150 INFO O| Download: 1647/15862 items 25.6/176.4MB 14% complete (562k/s) |
3900 | 2024-12-20T21:54:54.236Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3901 | 2024-12-20T21:54:55.263Z | [ recovery-image] Dec 20 21:54:53.151 INFO O| Dec 20 21:54:53.151 INFO O| Download: 2030/15862 items 30.6/176.4MB 17% complete (810k/s) |
3902 | 2024-12-20T21:55:00.463Z | [ recovery-image] Dec 20 21:54:58.350 INFO O| Dec 20 21:54:58.350 INFO O| Download: 2675/15862 items 33.1/176.4MB 18% complete (801k/s) |
3903 | 2024-12-20T21:55:01.337Z | [ host-image] Dec 20 21:54:59.223 INFO O| Dec 20 21:54:59.223 INFO O| Download: 2097/22788 items 23.5/199.7MB 11% complete |
3904 | 2024-12-20T21:55:05.466Z | [ recovery-image] Dec 20 21:55:03.352 INFO O| Dec 20 21:55:03.352 INFO O| Download: 2847/15862 items 35.7/176.4MB 20% complete (490k/s) |
3905 | 2024-12-20T21:55:08.716Z | [ host-image] Dec 20 21:55:06.601 INFO O| Dec 20 21:55:06.601 INFO O| Download: 2230/22788 items 24.4/199.7MB 12% complete (499k/s) |
3906 | 2024-12-20T21:55:10.562Z | [ recovery-image] Dec 20 21:55:08.359 INFO O| Dec 20 21:55:08.359 INFO O| Download: 3450/15862 items 38.2/176.4MB 21% complete (526k/s) |
3907 | 2024-12-20T21:55:13.941Z | [ host-image] Dec 20 21:55:11.824 INFO O| Dec 20 21:55:11.824 INFO O| Download: 2322/22788 items 27.3/199.7MB 13% complete (302k/s) |
3908 | 2024-12-20T21:55:15.850Z | [ recovery-image] Dec 20 21:55:13.734 INFO O| Dec 20 21:55:13.734 INFO O| Download: 3751/15862 items 41.9/176.4MB 23% complete (760k/s) |
3909 | 2024-12-20T21:55:19.640Z | [ host-image] Dec 20 21:55:17.521 INFO O| Dec 20 21:55:17.521 INFO O| Download: 2335/22788 items 27.5/199.7MB 13% complete (412k/s) |
3910 | 2024-12-20T21:55:21.136Z | [ recovery-image] Dec 20 21:55:19.018 INFO O| Dec 20 21:55:19.018 INFO O| Download: 4181/15862 items 42.7/176.4MB 24% complete (461k/s) |
3911 | 2024-12-20T21:55:25.660Z | [ host-image] Dec 20 21:55:23.541 INFO O| Dec 20 21:55:23.541 INFO O| Download: 2446/22788 items 28.2/199.7MB 14% complete (172k/s) |
3912 | 2024-12-20T21:55:26.149Z | [ recovery-image] Dec 20 21:55:24.031 INFO O| Dec 20 21:55:24.030 INFO O| Download: 4766/15862 items 43.0/176.4MB 24% complete (106k/s) |
3913 | 2024-12-20T21:55:31.263Z | [ recovery-image] Dec 20 21:55:29.143 INFO O| Dec 20 21:55:29.143 INFO O| Download: 4807/15862 items 43.0/176.4MB 24% complete (34.9k/s) |
3914 | 2024-12-20T21:55:36.265Z | [ recovery-image] Dec 20 21:55:34.144 INFO O| Dec 20 21:55:34.144 INFO O| Download: 5481/15862 items 43.4/176.4MB 24% complete (42.1k/s) |
3915 | 2024-12-20T21:55:42.957Z | [ recovery-image] Dec 20 21:55:40.834 INFO O| Dec 20 21:55:40.834 INFO O| Download: 5656/15862 items 44.5/176.4MB 25% complete (144k/s) |
3916 | 2024-12-20T21:55:44.881Z | [ host-image] Dec 20 21:55:42.758 INFO O| Dec 20 21:55:42.758 INFO O| Download: 2454/22788 items 28.2/199.7MB 14% complete |
3917 | 2024-12-20T21:55:49.884Z | [ host-image] Dec 20 21:55:47.760 INFO O| Dec 20 21:55:47.760 INFO O| Download: 3378/22788 items 34.2/199.7MB 17% complete (1.2M/s) |
3918 | 2024-12-20T21:55:49.992Z | [ recovery-image] Dec 20 21:55:47.868 INFO O| Dec 20 21:55:47.868 INFO O| Download: 5680/15862 items 45.1/176.4MB 25% complete (151k/s) |
3919 | 2024-12-20T21:55:54.898Z | [ host-image] Dec 20 21:55:52.773 INFO O| Dec 20 21:55:52.772 INFO O| Download: 3694/22788 items 39.1/199.7MB 19% complete (1016k/s) |
3920 | 2024-12-20T21:55:55.861Z | [ recovery-image] Dec 20 21:55:53.736 INFO O| Dec 20 21:55:53.736 INFO O| Download: 5906/15862 items 53.0/176.4MB 30% complete (832k/s) |
3921 | 2024-12-20T21:55:59.936Z | [ host-image] Dec 20 21:55:57.810 INFO O| Dec 20 21:55:57.810 INFO O| Download: 4488/22788 items 41.8/199.7MB 20% complete (769k/s) |
3922 | 2024-12-20T21:56:00.864Z | [ recovery-image] Dec 20 21:55:58.738 INFO O| Dec 20 21:55:58.738 INFO O| Download: 6003/15862 items 54.1/176.4MB 30% complete (896k/s) |
3923 | 2024-12-20T21:56:04.940Z | [ host-image] Dec 20 21:56:02.813 INFO O| Dec 20 21:56:02.813 INFO O| Download: 4641/22788 items 43.0/199.7MB 21% complete (518k/s) |
3924 | 2024-12-20T21:56:06.440Z | [ recovery-image] Dec 20 21:56:04.311 INFO O| Dec 20 21:56:04.310 INFO O| Download: 6180/15862 items 61.9/176.4MB 35% complete (876k/s) |
3925 | 2024-12-20T21:56:09.948Z | [ host-image] Dec 20 21:56:07.818 INFO O| Dec 20 21:56:07.818 INFO O| Download: 5128/22788 items 45.9/199.7MB 23% complete (425k/s) |
3926 | 2024-12-20T21:56:11.560Z | [ recovery-image] Dec 20 21:56:09.384 INFO O| Dec 20 21:56:09.384 INFO O| Download: 6752/15862 items 64.8/176.4MB 36% complete (1.1M/s) |
3927 | 2024-12-20T21:56:15.006Z | [ host-image] Dec 20 21:56:12.876 INFO O| Dec 20 21:56:12.876 INFO O| Download: 5750/22788 items 46.3/199.7MB 23% complete (408k/s) |
3928 | 2024-12-20T21:56:16.903Z | [ recovery-image] Dec 20 21:56:14.773 INFO O| Dec 20 21:56:14.773 INFO O| Download: 7203/15862 items 73.3/176.4MB 41% complete (1.3M/s) |
3929 | 2024-12-20T21:56:20.011Z | [ host-image] Dec 20 21:56:17.878 INFO O| Dec 20 21:56:17.878 INFO O| Download: 6750/22788 items 47.8/199.7MB 23% complete (131k/s) |
3930 | 2024-12-20T21:56:21.909Z | [ recovery-image] Dec 20 21:56:19.778 INFO O| Dec 20 21:56:19.778 INFO O| Download: 7353/15862 items 73.4/176.4MB 41% complete (841k/s) |
3931 | 2024-12-20T21:56:25.738Z | [ host-image] Dec 20 21:56:23.606 INFO O| Dec 20 21:56:23.605 INFO O| Download: 6860/22788 items 49.0/199.7MB 24% complete (260k/s) |
3932 | 2024-12-20T21:56:26.914Z | [ recovery-image] Dec 20 21:56:24.782 INFO O| Dec 20 21:56:24.782 INFO O| Download: 7748/15862 items 74.8/176.4MB 42% complete (123k/s) |
3933 | 2024-12-20T21:56:30.759Z | [ host-image] Dec 20 21:56:28.627 INFO O| Dec 20 21:56:28.627 INFO O| Download: 7322/22788 items 57.4/199.7MB 28% complete (1013k/s) |
3934 | 2024-12-20T21:56:32.266Z | [ recovery-image] Dec 20 21:56:30.133 INFO O| Dec 20 21:56:30.133 INFO O| Download: 7921/15862 items 77.4/176.4MB 43% complete (382k/s) |
3935 | 2024-12-20T21:56:35.774Z | [ host-image] Dec 20 21:56:33.640 INFO O| Dec 20 21:56:33.640 INFO O| Download: 8009/22788 items 60.3/199.7MB 30% complete (1.1M/s) |
3936 | 2024-12-20T21:56:37.269Z | [ recovery-image] Dec 20 21:56:35.135 INFO O| Dec 20 21:56:35.135 INFO O| Download: 8455/15862 items 79.8/176.4MB 45% complete (510k/s) |
3937 | 2024-12-20T21:56:40.256Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3938 | 2024-12-20T21:56:41.283Z | [ host-image] Dec 20 21:56:39.145 INFO O| Dec 20 21:56:39.145 INFO O| Download: 8285/22788 items 66.8/199.7MB 33% complete (877k/s) |
3939 | 2024-12-20T21:56:43.413Z | [ recovery-image] Dec 20 21:56:41.277 INFO O| Dec 20 21:56:41.277 INFO O| Download: 8769/15862 items 84.3/176.4MB 47% complete (779k/s) |
3940 | 2024-12-20T21:56:46.304Z | [ host-image] Dec 20 21:56:44.167 INFO O| Dec 20 21:56:44.167 INFO O| Download: 8361/22788 items 69.0/199.7MB 34% complete (931k/s) |
3941 | 2024-12-20T21:56:48.469Z | [ recovery-image] Dec 20 21:56:46.333 INFO O| Dec 20 21:56:46.333 INFO O| Download: 8838/15862 items 91.9/176.4MB 52% complete (1.2M/s) |
3942 | 2024-12-20T21:56:51.306Z | [ host-image] Dec 20 21:56:49.169 INFO O| Dec 20 21:56:49.169 INFO O| Download: 9094/22788 items 75.3/199.7MB 37% complete (824k/s) |
3943 | 2024-12-20T21:56:53.478Z | [ recovery-image] Dec 20 21:56:51.340 INFO O| Dec 20 21:56:51.340 INFO O| Download: 9239/15862 items 92.8/176.4MB 52% complete (880k/s) |
3944 | 2024-12-20T21:56:56.317Z | [ host-image] Dec 20 21:56:54.177 INFO O| Dec 20 21:56:54.177 INFO O| Download: 9563/22788 items 83.3/199.7MB 41% complete (1.4M/s) |
3945 | 2024-12-20T21:56:58.497Z | [ recovery-image] Dec 20 21:56:56.359 INFO O| Dec 20 21:56:56.359 INFO O| Download: 10005/15862 items 93.2/176.4MB 52% complete (135k/s) |
3946 | 2024-12-20T21:57:01.330Z | [ host-image] Dec 20 21:56:59.190 INFO O| Dec 20 21:56:59.189 INFO O| Download: 10372/22788 items 87.8/199.7MB 43% complete (1.3M/s) |
3947 | 2024-12-20T21:57:03.483Z | [ recovery-image] Dec 20 21:57:01.343 INFO O| Dec 20 21:57:01.343 INFO O| Download: 10699/15862 items 93.5/176.4MB 53% complete (74.5k/s) |
3948 | 2024-12-20T21:57:06.473Z | [ host-image] Dec 20 21:57:04.333 INFO O| Dec 20 21:57:04.332 INFO O| Download: 10412/22788 items 88.0/199.7MB 44% complete (1.1M/s) |
3949 | 2024-12-20T21:57:08.484Z | [ recovery-image] Dec 20 21:57:06.343 INFO O| Dec 20 21:57:06.343 INFO O| Download: 11059/15862 items 95.8/176.4MB 54% complete (228k/s) |
3950 | 2024-12-20T21:57:12.755Z | [ host-image] Dec 20 21:57:10.613 INFO O| Dec 20 21:57:10.613 INFO O| Download: 10414/22788 items 88.0/199.7MB 44% complete (1.1M/s) |
3951 | 2024-12-20T21:57:13.599Z | [ recovery-image] Dec 20 21:57:11.457 INFO O| Dec 20 21:57:11.456 INFO O| Download: 11400/15862 items 107.0/176.4MB 60% complete (1.3M/s) |
3952 | 2024-12-20T21:57:15.186Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3953 | 2024-12-20T21:57:17.769Z | [ host-image] Dec 20 21:57:15.626 INFO O| Dec 20 21:57:15.626 INFO O| Download: 11083/22788 items 91.8/199.7MB 45% complete (763k/s) |
3954 | 2024-12-20T21:57:18.623Z | [ recovery-image] Dec 20 21:57:16.479 INFO O| Dec 20 21:57:16.479 INFO O| Download: 11815/15862 items 126.3/176.4MB 71% complete (2.9M/s) |
3955 | 2024-12-20T21:57:23.009Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3956 | 2024-12-20T21:57:23.235Z | [ host-image] Dec 20 21:57:21.090 INFO O| Dec 20 21:57:21.090 INFO O| Download: 11230/22788 items 94.0/199.7MB 47% complete (661k/s) |
3957 | 2024-12-20T21:57:23.629Z | [ recovery-image] Dec 20 21:57:21.485 INFO O| Dec 20 21:57:21.485 INFO O| Download: 12138/15862 items 140.5/176.4MB 79% complete (3.5M/s) |
3958 | 2024-12-20T21:57:26.382Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3959 | 2024-12-20T21:57:27.841Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3960 | 2024-12-20T21:57:28.252Z | [ host-image] Dec 20 21:57:26.107 INFO O| Dec 20 21:57:26.107 INFO O| Download: 11534/22788 items 96.3/199.7MB 48% complete (460k/s) |
3961 | 2024-12-20T21:57:28.638Z | [ recovery-image] Dec 20 21:57:26.492 INFO O| Dec 20 21:57:26.492 INFO O| Download: 12968/15862 items 143.7/176.4MB 81% complete (1.9M/s) |
3962 | 2024-12-20T21:57:33.253Z | [ host-image] Dec 20 21:57:31.107 INFO O| Dec 20 21:57:31.107 INFO O| Download: 11980/22788 items 98.2/199.7MB 49% complete (451k/s) |
3963 | 2024-12-20T21:57:33.644Z | [ recovery-image] Dec 20 21:57:31.497 INFO O| Dec 20 21:57:31.497 INFO O| Download: 13660/15862 items 147.3/176.4MB 83% complete (697k/s) |
3964 | 2024-12-20T21:57:38.415Z | [ host-image] Dec 20 21:57:36.267 INFO O| Dec 20 21:57:36.267 INFO O| Download: 12179/22788 items 108.4/199.7MB 54% complete (1.2M/s) |
3965 | 2024-12-20T21:57:38.650Z | [ recovery-image] Dec 20 21:57:36.500 INFO O| Dec 20 21:57:36.500 INFO O| Download: 14214/15862 items 149.1/176.4MB 84% complete (552k/s) |
3966 | 2024-12-20T21:57:44.159Z | [ host-image] Dec 20 21:57:42.010 INFO O| Dec 20 21:57:42.010 INFO O| Download: 12208/22788 items 109.1/199.7MB 54% complete (1.2M/s) |
3967 | 2024-12-20T21:57:44.700Z | [ recovery-image] Dec 20 21:57:42.550 INFO O| Dec 20 21:57:42.550 INFO O| Download: 14670/15862 items 150.6/176.4MB 85% complete (532k/s) |
3968 | 2024-12-20T21:57:49.191Z | [ host-image] Dec 20 21:57:47.041 INFO O| Dec 20 21:57:47.041 INFO O| Download: 12313/22788 items 109.5/199.7MB 54% complete (119k/s) |
3969 | 2024-12-20T21:57:49.953Z | [ recovery-image] Dec 20 21:57:47.803 INFO O| Dec 20 21:57:47.803 INFO O| Download: 14766/15862 items 156.4/176.4MB 88% complete (698k/s) |
3970 | 2024-12-20T21:57:54.365Z | [ host-image] Dec 20 21:57:52.214 INFO O| Dec 20 21:57:52.214 INFO O| Download: 13335/22788 items 110.0/199.7MB 55% complete (95.1k/s) |
3971 | 2024-12-20T21:57:54.965Z | [ recovery-image] Dec 20 21:57:52.814 INFO O| Dec 20 21:57:52.814 INFO O| Download: 15003/15862 items 157.7/176.4MB 89% complete (915k/s) |
3972 | 2024-12-20T21:57:59.366Z | [ host-image] Dec 20 21:57:57.214 INFO O| Dec 20 21:57:57.214 INFO O| Download: 14059/22788 items 110.4/199.7MB 55% complete (86.8k/s) |
3973 | 2024-12-20T21:57:59.966Z | [ recovery-image] Dec 20 21:57:57.814 INFO O| Dec 20 21:57:57.814 INFO O| Download: 15398/15862 items 165.3/176.4MB 93% complete (835k/s) |
3974 | 2024-12-20T21:58:04.509Z | [ host-image] Dec 20 21:58:02.353 INFO O| Dec 20 21:58:02.353 INFO O| Download: 14424/22788 items 111.7/199.7MB 55% complete (162k/s) |
3975 | 2024-12-20T21:58:05.091Z | [ recovery-image] Dec 20 21:58:02.937 INFO O| Dec 20 21:58:02.937 INFO O| Download: 15573/15862 items 169.2/176.4MB 95% complete (1.2M/s) |
3976 | 2024-12-20T21:58:09.509Z | [ host-image] Dec 20 21:58:07.355 INFO O| Dec 20 21:58:07.355 INFO O| Download: 14667/22788 items 117.0/199.7MB 58% complete (679k/s) |
3977 | 2024-12-20T21:58:10.104Z | [ recovery-image] Dec 20 21:58:07.950 INFO O| Dec 20 21:58:07.950 INFO O| Download: 15665/15862 items 170.4/176.4MB 96% complete (856k/s) |
3978 | 2024-12-20T21:58:14.510Z | [ host-image] Dec 20 21:58:12.355 INFO O| Dec 20 21:58:12.355 INFO O| Download: 15446/22788 items 123.2/199.7MB 61% complete (1.1M/s) |
3979 | 2024-12-20T21:58:15.389Z | [ recovery-image] Dec 20 21:58:13.234 INFO O| Dec 20 21:58:13.234 INFO O| Download: 15853/15862 items 175.9/176.4MB 99% complete (684k/s) |
3980 | 2024-12-20T21:58:15.430Z | [ recovery-image] Dec 20 21:58:13.275 INFO O| Dec 20 21:58:13.275 INFO O| Download: Completed 176.38 MB in 242.98 seconds (741k/s) |
3981 | 2024-12-20T21:58:16.330Z | [ recovery-image] Dec 20 21:58:14.174 INFO O| Dec 20 21:58:14.174 INFO O| Actions: 1/25028 actions (Installing new actions) |
3982 | 2024-12-20T21:58:19.514Z | [ host-image] Dec 20 21:58:17.358 INFO O| Dec 20 21:58:17.357 INFO O| Download: 15818/22788 items 127.9/199.7MB 64% complete (1.0M/s) |
3983 | 2024-12-20T21:58:21.331Z | [ recovery-image] Dec 20 21:58:19.174 INFO O| Dec 20 21:58:19.174 INFO O| Actions: 9622/25028 actions (Installing new actions) |
3984 | 2024-12-20T21:58:24.515Z | [ host-image] Dec 20 21:58:22.358 INFO O| Dec 20 21:58:22.357 INFO O| Download: 16650/22788 items 148.0/199.7MB 74% complete (2.5M/s) |
3985 | 2024-12-20T21:58:26.332Z | [ recovery-image] Dec 20 21:58:24.174 INFO O| Dec 20 21:58:24.174 INFO O| Actions: 15887/25028 actions (Installing new actions) |
3986 | 2024-12-20T21:58:29.537Z | [ host-image] Dec 20 21:58:27.379 INFO O| Dec 20 21:58:27.379 INFO O| Download: 17458/22788 items 149.5/199.7MB 74% complete (2.2M/s) |
3987 | 2024-12-20T21:58:30.825Z | [ recovery-image] Dec 20 21:58:28.666 INFO O| Dec 20 21:58:28.666 INFO O| Actions: Completed 25028 actions in 14.49 seconds. |
3988 | 2024-12-20T21:58:31.483Z | [ recovery-image] Dec 20 21:58:29.324 INFO O| Dec 20 21:58:29.324 INFO O| Done |
3989 | 2024-12-20T21:58:31.486Z | [ recovery-image] Dec 20 21:58:29.324 INFO O| Dec 20 21:58:29.324 INFO O| Done |
3990 | 2024-12-20T21:58:33.305Z | [ recovery-image] Dec 20 21:58:31.145 INFO O| Dec 20 21:58:31.145 INFO O| Done |
3991 | 2024-12-20T21:58:34.610Z | [ host-image] Dec 20 21:58:32.450 INFO O| Dec 20 21:58:32.450 INFO O| Download: 17918/22788 items 158.2/199.7MB 79% complete (734k/s) |
3992 | 2024-12-20T21:58:35.136Z | [ recovery-image] Dec 20 21:58:32.977 INFO O| Dec 20 21:58:32.977 INFO O| Done |
3993 | 2024-12-20T21:58:35.158Z | [ recovery-image] Dec 20 21:58:32.998 INFO O| Dec 20 21:58:32.998 INFO O| Done |
3994 | 2024-12-20T21:58:39.615Z | [ host-image] Dec 20 21:58:37.454 INFO O| Dec 20 21:58:37.454 INFO O| Download: 18604/22788 items 164.5/199.7MB 82% complete (1.5M/s) |
3995 | 2024-12-20T21:58:39.976Z | [ recovery-image] Dec 20 21:58:37.813 INFO O| Dec 20 21:58:37.812 INFO O| Done |
3996 | 2024-12-20T21:58:40.702Z | [ recovery-image] Dec 20 21:58:38.539 INFO O| Dec 20 21:58:38.539 INFO O| Done |
3997 | 2024-12-20T21:58:41.212Z | [ recovery-image] Dec 20 21:58:39.051 INFO O| Dec 20 21:58:39.051 INFO STEP 11 (pkg_install) COMPLETE |
3998 | 2024-12-20T21:58:41.212Z | [ recovery-image] Dec 20 21:58:39.051 INFO O| Dec 20 21:58:39.051 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3999 | 2024-12-20T21:58:41.212Z | [ recovery-image] Dec 20 21:58:39.051 INFO O| Dec 20 21:58:39.051 INFO skip step because feature "recovery" is enabled |
4000 | 2024-12-20T21:58:41.215Z | [ recovery-image] Dec 20 21:58:39.051 INFO O| Dec 20 21:58:39.051 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4001 | 2024-12-20T21:58:41.215Z | [ recovery-image] Dec 20 21:58:39.051 INFO O| Dec 20 21:58:39.051 INFO skip step because feature "omicron1" is not enabled |
4002 | 2024-12-20T21:58:41.215Z | [ recovery-image] Dec 20 21:58:39.051 INFO O| Dec 20 21:58:39.051 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4003 | 2024-12-20T21:58:41.231Z | [ recovery-image] Dec 20 21:58:39.070 INFO O| Dec 20 21:58:39.070 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
4004 | 2024-12-20T21:58:42.241Z | [ recovery-image] Dec 20 21:58:40.079 INFO O| Dec 20 21:58:40.079 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4005 | 2024-12-20T21:58:44.616Z | [ host-image] Dec 20 21:58:42.454 INFO O| Dec 20 21:58:42.454 INFO O| Download: 19424/22788 items 168.2/199.7MB 84% complete (1016k/s) |
4006 | 2024-12-20T21:58:46.839Z | [ recovery-image] Dec 20 21:58:44.676 INFO O| Dec 20 21:58:44.676 INFO O| Planning: Solver setup ... Done |
4007 | 2024-12-20T21:58:46.845Z | [ recovery-image] Dec 20 21:58:44.683 INFO O| Dec 20 21:58:44.683 INFO O| Planning: Running solver ... Done |
4008 | 2024-12-20T21:58:46.928Z | [ recovery-image] Dec 20 21:58:44.766 INFO O| Dec 20 21:58:44.766 INFO O| Planning: Finding local manifests ... Done |
4009 | 2024-12-20T21:58:46.931Z | [ recovery-image] Dec 20 21:58:44.767 INFO O| Dec 20 21:58:44.767 INFO O| Planning: Fetching manifests: 0/1 0% complete |
4010 | 2024-12-20T21:58:47.095Z | [ recovery-image] Dec 20 21:58:44.933 INFO O| Dec 20 21:58:44.932 INFO O| Planning: Fetching manifests: 1/1 100% complete |
4011 | 2024-12-20T21:58:47.126Z | [ recovery-image] Dec 20 21:58:44.963 INFO O| Dec 20 21:58:44.963 INFO O| Planning: Package planning ... Done |
4012 | 2024-12-20T21:58:47.128Z | [ recovery-image] Dec 20 21:58:44.964 INFO O| Dec 20 21:58:44.964 INFO O| Planning: Merging actions ... Done |
4013 | 2024-12-20T21:58:47.183Z | [ recovery-image] Dec 20 21:58:45.021 INFO O| Dec 20 21:58:45.021 INFO O| Planning: Checking for conflicting actions ... Done |
4014 | 2024-12-20T21:58:47.186Z | [ recovery-image] Dec 20 21:58:45.022 INFO O| Dec 20 21:58:45.022 INFO O| Planning: Consolidating action changes ... Done |
4015 | 2024-12-20T21:58:47.454Z | [ recovery-image] Dec 20 21:58:45.291 INFO O| Dec 20 21:58:45.291 INFO O| Planning: Evaluating mediators ... Done |
4016 | 2024-12-20T21:58:47.456Z | [ recovery-image] Dec 20 21:58:45.292 INFO O| Dec 20 21:58:45.292 INFO O| Planning: Planning completed in 5.21 seconds |
4017 | 2024-12-20T21:58:47.460Z | [ recovery-image] Dec 20 21:58:45.297 INFO O| Dec 20 21:58:45.295 INFO O| Packages to install: 1 |
4018 | 2024-12-20T21:58:47.485Z | [ recovery-image] Dec 20 21:58:45.323 INFO O| Dec 20 21:58:45.323 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
4019 | 2024-12-20T21:58:48.402Z | [ recovery-image] Dec 20 21:58:46.239 INFO O| Dec 20 21:58:46.239 INFO O| Download: Completed 9.99 MB in 0.92 seconds (10.9M/s) |
4020 | 2024-12-20T21:58:48.570Z | [ recovery-image] Dec 20 21:58:46.408 INFO O| Dec 20 21:58:46.407 INFO O| Actions: 1/22 actions (Installing new actions) |
4021 | 2024-12-20T21:58:48.940Z | [ recovery-image] Dec 20 21:58:46.778 INFO O| Dec 20 21:58:46.777 INFO O| Actions: Completed 22 actions in 0.37 seconds. |
4022 | 2024-12-20T21:58:49.345Z | [ recovery-image] Dec 20 21:58:47.182 INFO O| Dec 20 21:58:47.182 INFO O| Done |
4023 | 2024-12-20T21:58:49.345Z | [ recovery-image] Dec 20 21:58:47.182 INFO O| Dec 20 21:58:47.182 INFO O| Done |
4024 | 2024-12-20T21:58:49.993Z | [ host-image] Dec 20 21:58:47.575 INFO O| Dec 20 21:58:47.575 INFO O| Download: 20010/22788 items 170.4/199.7MB 85% complete (693k/s) |
4025 | 2024-12-20T21:58:50.592Z | [ recovery-image] Dec 20 21:58:48.429 INFO O| Dec 20 21:58:48.429 INFO O| Done |
4026 | 2024-12-20T21:58:52.405Z | [ recovery-image] Dec 20 21:58:50.241 INFO O| Dec 20 21:58:50.241 INFO O| Done |
4027 | 2024-12-20T21:58:52.451Z | [ recovery-image] Dec 20 21:58:50.287 INFO O| Dec 20 21:58:50.287 INFO O| Done |
4028 | 2024-12-20T21:58:52.451Z | [ recovery-image] Dec 20 21:58:50.287 INFO O| Dec 20 21:58:50.287 INFO O| Done |
4029 | 2024-12-20T21:58:52.466Z | [ recovery-image] Dec 20 21:58:50.302 INFO O| Dec 20 21:58:50.302 INFO O| Done |
4030 | 2024-12-20T21:58:52.628Z | [ recovery-image] Dec 20 21:58:50.464 INFO O| Dec 20 21:58:50.464 INFO STEP 14 (pkg_install) COMPLETE |
4031 | 2024-12-20T21:58:52.628Z | [ recovery-image] Dec 20 21:58:50.464 INFO O| Dec 20 21:58:50.464 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4032 | 2024-12-20T21:58:52.628Z | [ recovery-image] Dec 20 21:58:50.464 INFO O| Dec 20 21:58:50.464 INFO skip step because feature "mfg" is not enabled |
4033 | 2024-12-20T21:58:52.631Z | [ recovery-image] Dec 20 21:58:50.464 INFO O| Dec 20 21:58:50.464 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4034 | 2024-12-20T21:58:52.631Z | [ recovery-image] Dec 20 21:58:50.464 INFO O| Dec 20 21:58:50.464 INFO skip step because feature "compliance" is not enabled |
4035 | 2024-12-20T21:58:52.631Z | [ recovery-image] Dec 20 21:58:50.464 INFO O| Dec 20 21:58:50.464 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4036 | 2024-12-20T21:58:52.631Z | [ recovery-image] Dec 20 21:58:50.464 INFO O| Dec 20 21:58:50.464 INFO skip step because feature "stress" is not enabled |
4037 | 2024-12-20T21:58:52.632Z | [ recovery-image] Dec 20 21:58:50.465 INFO O| Dec 20 21:58:50.464 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4038 | 2024-12-20T21:58:52.632Z | [ recovery-image] Dec 20 21:58:50.465 INFO O| Dec 20 21:58:50.464 INFO skip step because feature "nfs" is not enabled |
4039 | 2024-12-20T21:58:52.632Z | [ recovery-image] Dec 20 21:58:50.465 INFO O| Dec 20 21:58:50.464 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4040 | 2024-12-20T21:58:52.632Z | [ recovery-image] Dec 20 21:58:50.465 INFO O| Dec 20 21:58:50.465 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4041 | 2024-12-20T21:58:52.812Z | [ recovery-image] Dec 20 21:58:50.648 INFO O| Dec 20 21:58:50.648 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4042 | 2024-12-20T21:58:52.951Z | [ recovery-image] Dec 20 21:58:50.787 INFO O| Dec 20 21:58:50.787 INFO completed processing gimlet/ramdisk-01-os |
4043 | 2024-12-20T21:58:52.954Z | [ recovery-image] Dec 20 21:58:50.790 INFO image builder template: ramdisk-02-trim... |
4044 | 2024-12-20T21:58:52.954Z | [ recovery-image] Dec 20 21:58:50.790 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/.tmpUUBaUa/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 |
4045 | 2024-12-20T21:58:52.991Z | [ recovery-image] Dec 20 21:58:50.828 INFO O| Dec 20 21:58:50.828 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4046 | 2024-12-20T21:58:53.009Z | [ recovery-image] Dec 20 21:58:50.845 INFO O| Dec 20 21:58:50.845 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4047 | 2024-12-20T21:58:53.124Z | [ recovery-image] Dec 20 21:58:50.960 INFO O| Dec 20 21:58:50.960 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4048 | 2024-12-20T21:58:53.198Z | [ recovery-image] Dec 20 21:58:51.034 INFO O| Dec 20 21:58:51.034 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4049 | 2024-12-20T21:58:53.200Z | [ recovery-image] Dec 20 21:58:51.035 INFO O| Dec 20 21:58:51.035 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4050 | 2024-12-20T21:58:53.208Z | [ recovery-image] Dec 20 21:58:51.044 INFO O| Dec 20 21:58:51.044 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4051 | 2024-12-20T21:58:53.233Z | [ recovery-image] Dec 20 21:58:51.070 INFO O| Dec 20 21:58:51.070 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4052 | 2024-12-20T21:58:53.243Z | [ recovery-image] Dec 20 21:58:51.079 INFO O| Dec 20 21:58:51.079 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4053 | 2024-12-20T21:58:53.840Z | [ recovery-image] Dec 20 21:58:51.676 INFO O| Dec 20 21:58:51.676 INFO rolled back to input snapshot; work may begin |
4054 | 2024-12-20T21:58:53.840Z | [ recovery-image] Dec 20 21:58:51.676 INFO O| Dec 20 21:58:51.676 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4055 | 2024-12-20T21:58:53.849Z | [ recovery-image] Dec 20 21:58:51.686 INFO O| Dec 20 21:58:51.685 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4056 | 2024-12-20T21:58:53.868Z | [ recovery-image] Dec 20 21:58:51.704 INFO O| Dec 20 21:58:51.704 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4057 | 2024-12-20T21:58:53.949Z | [ recovery-image] Dec 20 21:58:51.785 INFO O| Dec 20 21:58:51.785 INFO STEP 0 (remove_files) COMPLETE |
4058 | 2024-12-20T21:58:53.949Z | [ recovery-image] Dec 20 21:58:51.785 INFO O| Dec 20 21:58:51.785 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4059 | 2024-12-20T21:58:53.969Z | [ recovery-image] Dec 20 21:58:51.805 INFO O| Dec 20 21:58:51.805 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4060 | 2024-12-20T21:58:53.972Z | [ recovery-image] Dec 20 21:58:51.808 INFO O| Dec 20 21:58:51.808 INFO STEP 1 (remove_files) COMPLETE |
4061 | 2024-12-20T21:58:53.972Z | [ recovery-image] Dec 20 21:58:51.808 INFO O| Dec 20 21:58:51.808 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4062 | 2024-12-20T21:58:53.990Z | [ recovery-image] Dec 20 21:58:51.827 INFO O| Dec 20 21:58:51.826 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4063 | 2024-12-20T21:58:54.010Z | [ recovery-image] Dec 20 21:58:51.846 INFO O| Dec 20 21:58:51.846 INFO STEP 2 (remove_files) COMPLETE |
4064 | 2024-12-20T21:58:54.010Z | [ recovery-image] Dec 20 21:58:51.846 INFO O| Dec 20 21:58:51.846 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4065 | 2024-12-20T21:58:54.029Z | [ recovery-image] Dec 20 21:58:51.864 INFO O| Dec 20 21:58:51.864 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4066 | 2024-12-20T21:58:54.031Z | [ recovery-image] Dec 20 21:58:51.867 INFO O| Dec 20 21:58:51.866 INFO STEP 3 (remove_files) COMPLETE |
4067 | 2024-12-20T21:58:54.031Z | [ recovery-image] Dec 20 21:58:51.867 INFO O| Dec 20 21:58:51.867 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4068 | 2024-12-20T21:58:54.092Z | [ recovery-image] Dec 20 21:58:51.927 INFO O| Dec 20 21:58:51.927 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4069 | 2024-12-20T21:58:54.099Z | [ recovery-image] Dec 20 21:58:51.935 INFO O| Dec 20 21:58:51.934 INFO STEP 4 (remove_files) COMPLETE |
4070 | 2024-12-20T21:58:54.099Z | [ recovery-image] Dec 20 21:58:51.935 INFO O| Dec 20 21:58:51.935 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4071 | 2024-12-20T21:58:54.119Z | [ recovery-image] Dec 20 21:58:51.954 INFO O| Dec 20 21:58:51.954 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4072 | 2024-12-20T21:58:54.123Z | [ recovery-image] Dec 20 21:58:51.954 INFO O| Dec 20 21:58:51.954 INFO STEP 5 (remove_files) COMPLETE |
4073 | 2024-12-20T21:58:54.123Z | [ recovery-image] Dec 20 21:58:51.954 INFO O| Dec 20 21:58:51.954 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4074 | 2024-12-20T21:58:54.136Z | [ recovery-image] Dec 20 21:58:51.973 INFO O| Dec 20 21:58:51.973 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4075 | 2024-12-20T21:58:54.153Z | [ recovery-image] Dec 20 21:58:51.989 INFO O| Dec 20 21:58:51.989 INFO STEP 6 (remove_files) COMPLETE |
4076 | 2024-12-20T21:58:54.153Z | [ recovery-image] Dec 20 21:58:51.989 INFO O| Dec 20 21:58:51.989 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4077 | 2024-12-20T21:58:54.154Z | [ recovery-image] Dec 20 21:58:51.990 INFO O| Dec 20 21:58:51.989 INFO skip step because feature "recovery" is enabled |
4078 | 2024-12-20T21:58:54.157Z | [ recovery-image] Dec 20 21:58:51.990 INFO O| Dec 20 21:58:51.989 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4079 | 2024-12-20T21:58:54.157Z | [ recovery-image] Dec 20 21:58:51.990 INFO O| Dec 20 21:58:51.989 INFO skip step because feature "recovery" is enabled |
4080 | 2024-12-20T21:58:54.157Z | [ recovery-image] Dec 20 21:58:51.990 INFO O| Dec 20 21:58:51.989 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4081 | 2024-12-20T21:58:54.157Z | [ recovery-image] Dec 20 21:58:51.990 INFO O| Dec 20 21:58:51.989 INFO skip step because feature "recovery" is enabled |
4082 | 2024-12-20T21:58:54.157Z | [ recovery-image] Dec 20 21:58:51.990 INFO O| Dec 20 21:58:51.990 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4083 | 2024-12-20T21:58:54.174Z | [ recovery-image] Dec 20 21:58:52.010 INFO O| Dec 20 21:58:52.010 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4084 | 2024-12-20T21:58:54.180Z | [ recovery-image] Dec 20 21:58:52.016 INFO O| Dec 20 21:58:52.016 INFO STEP 10 (remove_files) COMPLETE |
4085 | 2024-12-20T21:58:54.180Z | [ recovery-image] Dec 20 21:58:52.016 INFO O| Dec 20 21:58:52.016 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4086 | 2024-12-20T21:58:54.207Z | [ recovery-image] Dec 20 21:58:52.043 INFO O| Dec 20 21:58:52.043 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4087 | 2024-12-20T21:58:54.210Z | [ recovery-image] Dec 20 21:58:52.045 INFO O| Dec 20 21:58:52.045 INFO STEP 11 (remove_files) COMPLETE |
4088 | 2024-12-20T21:58:54.210Z | [ recovery-image] Dec 20 21:58:52.045 INFO O| Dec 20 21:58:52.045 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4089 | 2024-12-20T21:58:54.268Z | [ recovery-image] Dec 20 21:58:52.104 INFO O| Dec 20 21:58:52.104 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4090 | 2024-12-20T21:58:54.271Z | [ recovery-image] Dec 20 21:58:52.107 INFO O| Dec 20 21:58:52.107 INFO STEP 12 (remove_files) COMPLETE |
4091 | 2024-12-20T21:58:54.271Z | [ recovery-image] Dec 20 21:58:52.107 INFO O| Dec 20 21:58:52.107 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4092 | 2024-12-20T21:58:54.297Z | [ recovery-image] Dec 20 21:58:52.129 INFO O| Dec 20 21:58:52.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4093 | 2024-12-20T21:58:54.358Z | [ recovery-image] Dec 20 21:58:52.194 INFO O| Dec 20 21:58:52.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4094 | 2024-12-20T21:58:54.465Z | [ recovery-image] Dec 20 21:58:52.301 INFO O| Dec 20 21:58:52.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4095 | 2024-12-20T21:58:54.467Z | [ recovery-image] Dec 20 21:58:52.303 INFO O| Dec 20 21:58:52.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4096 | 2024-12-20T21:58:54.474Z | [ recovery-image] Dec 20 21:58:52.310 INFO O| Dec 20 21:58:52.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4097 | 2024-12-20T21:58:54.756Z | [ host-image] Dec 20 21:58:52.592 INFO O| Dec 20 21:58:52.591 INFO O| Download: 20583/22788 items 172.3/199.7MB 86% complete (416k/s) |
4098 | 2024-12-20T21:58:54.762Z | [ recovery-image] Dec 20 21:58:52.598 INFO O| Dec 20 21:58:52.598 INFO STEP 13 (remove_files) COMPLETE |
4099 | 2024-12-20T21:58:54.763Z | [ recovery-image] Dec 20 21:58:52.598 INFO O| Dec 20 21:58:52.598 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4100 | 2024-12-20T21:58:54.824Z | [ recovery-image] Dec 20 21:58:52.660 INFO O| Dec 20 21:58:52.660 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4101 | 2024-12-20T21:58:54.826Z | [ recovery-image] Dec 20 21:58:52.663 INFO O| Dec 20 21:58:52.662 INFO STEP 14 (remove_files) COMPLETE |
4102 | 2024-12-20T21:58:54.829Z | [ recovery-image] Dec 20 21:58:52.663 INFO O| Dec 20 21:58:52.662 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4103 | 2024-12-20T21:58:54.847Z | [ recovery-image] Dec 20 21:58:52.683 INFO O| Dec 20 21:58:52.683 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4104 | 2024-12-20T21:58:54.858Z | [ recovery-image] Dec 20 21:58:52.694 INFO O| Dec 20 21:58:52.694 INFO STEP 15 (remove_files) COMPLETE |
4105 | 2024-12-20T21:58:54.858Z | [ recovery-image] Dec 20 21:58:52.694 INFO O| Dec 20 21:58:52.694 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4106 | 2024-12-20T21:58:54.879Z | [ recovery-image] Dec 20 21:58:52.715 INFO O| Dec 20 21:58:52.715 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4107 | 2024-12-20T21:58:54.882Z | [ recovery-image] Dec 20 21:58:52.716 INFO O| Dec 20 21:58:52.716 INFO STEP 16 (remove_files) COMPLETE |
4108 | 2024-12-20T21:58:54.882Z | [ recovery-image] Dec 20 21:58:52.716 INFO O| Dec 20 21:58:52.716 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4109 | 2024-12-20T21:58:54.899Z | [ recovery-image] Dec 20 21:58:52.735 INFO O| Dec 20 21:58:52.735 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4110 | 2024-12-20T21:58:54.901Z | [ recovery-image] Dec 20 21:58:52.738 INFO O| Dec 20 21:58:52.738 INFO STEP 17 (remove_files) COMPLETE |
4111 | 2024-12-20T21:58:54.904Z | [ recovery-image] Dec 20 21:58:52.738 INFO O| Dec 20 21:58:52.738 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4112 | 2024-12-20T21:58:54.921Z | [ recovery-image] Dec 20 21:58:52.757 INFO O| Dec 20 21:58:52.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4113 | 2024-12-20T21:58:54.921Z | [ recovery-image] Dec 20 21:58:52.757 INFO O| Dec 20 21:58:52.757 INFO STEP 18 (remove_files) COMPLETE |
4114 | 2024-12-20T21:58:54.921Z | [ recovery-image] Dec 20 21:58:52.757 INFO O| Dec 20 21:58:52.757 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4115 | 2024-12-20T21:58:54.940Z | [ recovery-image] Dec 20 21:58:52.776 INFO O| Dec 20 21:58:52.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4116 | 2024-12-20T21:58:54.940Z | [ recovery-image] Dec 20 21:58:52.776 INFO O| Dec 20 21:58:52.776 INFO STEP 19 (remove_files) COMPLETE |
4117 | 2024-12-20T21:58:54.943Z | [ recovery-image] Dec 20 21:58:52.776 INFO O| Dec 20 21:58:52.776 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4118 | 2024-12-20T21:58:54.958Z | [ recovery-image] Dec 20 21:58:52.794 INFO O| Dec 20 21:58:52.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4119 | 2024-12-20T21:58:54.958Z | [ recovery-image] Dec 20 21:58:52.794 INFO O| Dec 20 21:58:52.794 INFO STEP 20 (remove_files) COMPLETE |
4120 | 2024-12-20T21:58:54.960Z | [ recovery-image] Dec 20 21:58:52.794 INFO O| Dec 20 21:58:52.794 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4121 | 2024-12-20T21:58:54.977Z | [ recovery-image] Dec 20 21:58:52.813 INFO O| Dec 20 21:58:52.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4122 | 2024-12-20T21:58:54.977Z | [ recovery-image] Dec 20 21:58:52.813 INFO O| Dec 20 21:58:52.813 INFO STEP 21 (remove_files) COMPLETE |
4123 | 2024-12-20T21:58:54.977Z | [ recovery-image] Dec 20 21:58:52.813 INFO O| Dec 20 21:58:52.813 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4124 | 2024-12-20T21:58:54.995Z | [ recovery-image] Dec 20 21:58:52.831 INFO O| Dec 20 21:58:52.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4125 | 2024-12-20T21:58:54.995Z | [ recovery-image] Dec 20 21:58:52.831 INFO O| Dec 20 21:58:52.831 INFO STEP 22 (remove_files) COMPLETE |
4126 | 2024-12-20T21:58:54.995Z | [ recovery-image] Dec 20 21:58:52.831 INFO O| Dec 20 21:58:52.831 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4127 | 2024-12-20T21:58:55.014Z | [ recovery-image] Dec 20 21:58:52.850 INFO O| Dec 20 21:58:52.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4128 | 2024-12-20T21:58:55.014Z | [ recovery-image] Dec 20 21:58:52.850 INFO O| Dec 20 21:58:52.850 INFO STEP 23 (remove_files) COMPLETE |
4129 | 2024-12-20T21:58:55.014Z | [ recovery-image] Dec 20 21:58:52.850 INFO O| Dec 20 21:58:52.850 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4130 | 2024-12-20T21:58:55.032Z | [ recovery-image] Dec 20 21:58:52.868 INFO O| Dec 20 21:58:52.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4131 | 2024-12-20T21:58:55.033Z | [ recovery-image] Dec 20 21:58:52.869 INFO O| Dec 20 21:58:52.868 INFO STEP 24 (remove_files) COMPLETE |
4132 | 2024-12-20T21:58:55.035Z | [ recovery-image] Dec 20 21:58:52.869 INFO O| Dec 20 21:58:52.869 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4133 | 2024-12-20T21:58:55.050Z | [ recovery-image] Dec 20 21:58:52.886 INFO O| Dec 20 21:58:52.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4134 | 2024-12-20T21:58:55.051Z | [ recovery-image] Dec 20 21:58:52.887 INFO O| Dec 20 21:58:52.887 INFO STEP 25 (remove_files) COMPLETE |
4135 | 2024-12-20T21:58:55.051Z | [ recovery-image] Dec 20 21:58:52.887 INFO O| Dec 20 21:58:52.887 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4136 | 2024-12-20T21:58:55.069Z | [ recovery-image] Dec 20 21:58:52.905 INFO O| Dec 20 21:58:52.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4137 | 2024-12-20T21:58:55.069Z | [ recovery-image] Dec 20 21:58:52.905 INFO O| Dec 20 21:58:52.905 INFO STEP 26 (remove_files) COMPLETE |
4138 | 2024-12-20T21:58:55.072Z | [ recovery-image] Dec 20 21:58:52.905 INFO O| Dec 20 21:58:52.905 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4139 | 2024-12-20T21:58:55.087Z | [ recovery-image] Dec 20 21:58:52.923 INFO O| Dec 20 21:58:52.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4140 | 2024-12-20T21:58:55.087Z | [ recovery-image] Dec 20 21:58:52.923 INFO O| Dec 20 21:58:52.923 INFO STEP 27 (remove_files) COMPLETE |
4141 | 2024-12-20T21:58:55.087Z | [ recovery-image] Dec 20 21:58:52.923 INFO O| Dec 20 21:58:52.923 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4142 | 2024-12-20T21:58:55.113Z | [ recovery-image] Dec 20 21:58:52.948 INFO O| Dec 20 21:58:52.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4143 | 2024-12-20T21:58:55.116Z | [ recovery-image] Dec 20 21:58:52.948 INFO O| Dec 20 21:58:52.948 INFO STEP 28 (remove_files) COMPLETE |
4144 | 2024-12-20T21:58:55.116Z | [ recovery-image] Dec 20 21:58:52.949 INFO O| Dec 20 21:58:52.948 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4145 | 2024-12-20T21:58:55.131Z | [ recovery-image] Dec 20 21:58:52.967 INFO O| Dec 20 21:58:52.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4146 | 2024-12-20T21:58:55.135Z | [ recovery-image] Dec 20 21:58:52.967 INFO O| Dec 20 21:58:52.967 INFO STEP 29 (remove_files) COMPLETE |
4147 | 2024-12-20T21:58:55.135Z | [ recovery-image] Dec 20 21:58:52.967 INFO O| Dec 20 21:58:52.967 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4148 | 2024-12-20T21:58:55.149Z | [ recovery-image] Dec 20 21:58:52.985 INFO O| Dec 20 21:58:52.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4149 | 2024-12-20T21:58:55.152Z | [ recovery-image] Dec 20 21:58:52.985 INFO O| Dec 20 21:58:52.985 INFO STEP 30 (remove_files) COMPLETE |
4150 | 2024-12-20T21:58:55.152Z | [ recovery-image] Dec 20 21:58:52.985 INFO O| Dec 20 21:58:52.985 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4151 | 2024-12-20T21:58:55.169Z | [ recovery-image] Dec 20 21:58:53.005 INFO O| Dec 20 21:58:53.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4152 | 2024-12-20T21:58:55.172Z | [ recovery-image] Dec 20 21:58:53.005 INFO O| Dec 20 21:58:53.005 INFO STEP 31 (remove_files) COMPLETE |
4153 | 2024-12-20T21:58:55.172Z | [ recovery-image] Dec 20 21:58:53.005 INFO O| Dec 20 21:58:53.005 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4154 | 2024-12-20T21:58:55.189Z | [ recovery-image] Dec 20 21:58:53.025 INFO O| Dec 20 21:58:53.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4155 | 2024-12-20T21:58:55.192Z | [ recovery-image] Dec 20 21:58:53.025 INFO O| Dec 20 21:58:53.025 INFO STEP 32 (remove_files) COMPLETE |
4156 | 2024-12-20T21:58:55.192Z | [ recovery-image] Dec 20 21:58:53.025 INFO O| Dec 20 21:58:53.025 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4157 | 2024-12-20T21:58:55.208Z | [ recovery-image] Dec 20 21:58:53.044 INFO O| Dec 20 21:58:53.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4158 | 2024-12-20T21:58:55.211Z | [ recovery-image] Dec 20 21:58:53.044 INFO O| Dec 20 21:58:53.044 INFO STEP 33 (remove_files) COMPLETE |
4159 | 2024-12-20T21:58:55.211Z | [ recovery-image] Dec 20 21:58:53.044 INFO O| Dec 20 21:58:53.044 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4160 | 2024-12-20T21:58:55.226Z | [ recovery-image] Dec 20 21:58:53.062 INFO O| Dec 20 21:58:53.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4161 | 2024-12-20T21:58:55.226Z | [ recovery-image] Dec 20 21:58:53.062 INFO O| Dec 20 21:58:53.062 INFO STEP 34 (remove_files) COMPLETE |
4162 | 2024-12-20T21:58:55.228Z | [ recovery-image] Dec 20 21:58:53.062 INFO O| Dec 20 21:58:53.062 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4163 | 2024-12-20T21:58:55.244Z | [ recovery-image] Dec 20 21:58:53.079 INFO O| Dec 20 21:58:53.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4164 | 2024-12-20T21:58:55.246Z | [ recovery-image] Dec 20 21:58:53.080 INFO O| Dec 20 21:58:53.080 INFO STEP 35 (remove_files) COMPLETE |
4165 | 2024-12-20T21:58:55.246Z | [ recovery-image] Dec 20 21:58:53.080 INFO O| Dec 20 21:58:53.080 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4166 | 2024-12-20T21:58:55.263Z | [ recovery-image] Dec 20 21:58:53.098 INFO O| Dec 20 21:58:53.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4167 | 2024-12-20T21:58:55.263Z | [ recovery-image] Dec 20 21:58:53.099 INFO O| Dec 20 21:58:53.099 INFO STEP 36 (remove_files) COMPLETE |
4168 | 2024-12-20T21:58:55.279Z | [ recovery-image] Dec 20 21:58:53.099 INFO O| Dec 20 21:58:53.099 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4169 | 2024-12-20T21:58:55.282Z | [ recovery-image] Dec 20 21:58:53.118 INFO O| Dec 20 21:58:53.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4170 | 2024-12-20T21:58:55.282Z | [ recovery-image] Dec 20 21:58:53.118 INFO O| Dec 20 21:58:53.118 INFO STEP 37 (remove_files) COMPLETE |
4171 | 2024-12-20T21:58:55.282Z | [ recovery-image] Dec 20 21:58:53.118 INFO O| Dec 20 21:58:53.118 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4172 | 2024-12-20T21:58:55.327Z | [ recovery-image] Dec 20 21:58:53.163 INFO O| Dec 20 21:58:53.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4173 | 2024-12-20T21:58:55.327Z | [ recovery-image] Dec 20 21:58:53.163 INFO O| Dec 20 21:58:53.163 INFO STEP 38 (remove_files) COMPLETE |
4174 | 2024-12-20T21:58:55.327Z | [ recovery-image] Dec 20 21:58:53.163 INFO O| Dec 20 21:58:53.163 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4175 | 2024-12-20T21:58:55.346Z | [ recovery-image] Dec 20 21:58:53.182 INFO O| Dec 20 21:58:53.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4176 | 2024-12-20T21:58:55.346Z | [ recovery-image] Dec 20 21:58:53.182 INFO O| Dec 20 21:58:53.182 INFO STEP 39 (remove_files) COMPLETE |
4177 | 2024-12-20T21:58:55.350Z | [ recovery-image] Dec 20 21:58:53.182 INFO O| Dec 20 21:58:53.182 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4178 | 2024-12-20T21:58:55.364Z | [ recovery-image] Dec 20 21:58:53.200 INFO O| Dec 20 21:58:53.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4179 | 2024-12-20T21:58:55.364Z | [ recovery-image] Dec 20 21:58:53.200 INFO O| Dec 20 21:58:53.200 INFO STEP 40 (remove_files) COMPLETE |
4180 | 2024-12-20T21:58:55.367Z | [ recovery-image] Dec 20 21:58:53.200 INFO O| Dec 20 21:58:53.200 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4181 | 2024-12-20T21:58:55.402Z | [ recovery-image] Dec 20 21:58:53.236 INFO O| Dec 20 21:58:53.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4182 | 2024-12-20T21:58:55.402Z | [ recovery-image] Dec 20 21:58:53.236 INFO O| Dec 20 21:58:53.236 INFO STEP 41 (remove_files) COMPLETE |
4183 | 2024-12-20T21:58:55.402Z | [ recovery-image] Dec 20 21:58:53.236 INFO O| Dec 20 21:58:53.236 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4184 | 2024-12-20T21:58:55.419Z | [ recovery-image] Dec 20 21:58:53.255 INFO O| Dec 20 21:58:53.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4185 | 2024-12-20T21:58:55.419Z | [ recovery-image] Dec 20 21:58:53.255 INFO O| Dec 20 21:58:53.255 INFO STEP 42 (remove_files) COMPLETE |
4186 | 2024-12-20T21:58:55.422Z | [ recovery-image] Dec 20 21:58:53.255 INFO O| Dec 20 21:58:53.255 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4187 | 2024-12-20T21:58:55.439Z | [ recovery-image] Dec 20 21:58:53.275 INFO O| Dec 20 21:58:53.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4188 | 2024-12-20T21:58:55.439Z | [ recovery-image] Dec 20 21:58:53.275 INFO O| Dec 20 21:58:53.275 INFO STEP 43 (remove_files) COMPLETE |
4189 | 2024-12-20T21:58:55.442Z | [ recovery-image] Dec 20 21:58:53.275 INFO O| Dec 20 21:58:53.275 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4190 | 2024-12-20T21:58:55.459Z | [ recovery-image] Dec 20 21:58:53.294 INFO O| Dec 20 21:58:53.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4191 | 2024-12-20T21:58:55.459Z | [ recovery-image] Dec 20 21:58:53.295 INFO O| Dec 20 21:58:53.295 INFO STEP 44 (remove_files) COMPLETE |
4192 | 2024-12-20T21:58:55.459Z | [ recovery-image] Dec 20 21:58:53.295 INFO O| Dec 20 21:58:53.295 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4193 | 2024-12-20T21:58:55.478Z | [ recovery-image] Dec 20 21:58:53.314 INFO O| Dec 20 21:58:53.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4194 | 2024-12-20T21:58:55.478Z | [ recovery-image] Dec 20 21:58:53.314 INFO O| Dec 20 21:58:53.314 INFO STEP 45 (remove_files) COMPLETE |
4195 | 2024-12-20T21:58:55.478Z | [ recovery-image] Dec 20 21:58:53.314 INFO O| Dec 20 21:58:53.314 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4196 | 2024-12-20T21:58:55.499Z | [ recovery-image] Dec 20 21:58:53.334 INFO O| Dec 20 21:58:53.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4197 | 2024-12-20T21:58:55.499Z | [ recovery-image] Dec 20 21:58:53.334 INFO O| Dec 20 21:58:53.334 INFO STEP 46 (remove_files) COMPLETE |
4198 | 2024-12-20T21:58:55.499Z | [ recovery-image] Dec 20 21:58:53.334 INFO O| Dec 20 21:58:53.334 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4199 | 2024-12-20T21:58:55.559Z | [ recovery-image] Dec 20 21:58:53.395 INFO O| Dec 20 21:58:53.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4200 | 2024-12-20T21:58:55.559Z | [ recovery-image] Dec 20 21:58:53.395 INFO O| Dec 20 21:58:53.395 INFO STEP 47 (remove_files) COMPLETE |
4201 | 2024-12-20T21:58:55.562Z | [ recovery-image] Dec 20 21:58:53.395 INFO O| Dec 20 21:58:53.395 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4202 | 2024-12-20T21:58:55.578Z | [ recovery-image] Dec 20 21:58:53.414 INFO O| Dec 20 21:58:53.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4203 | 2024-12-20T21:58:55.578Z | [ recovery-image] Dec 20 21:58:53.414 INFO O| Dec 20 21:58:53.414 INFO STEP 48 (remove_files) COMPLETE |
4204 | 2024-12-20T21:58:55.578Z | [ recovery-image] Dec 20 21:58:53.414 INFO O| Dec 20 21:58:53.414 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4205 | 2024-12-20T21:58:55.596Z | [ recovery-image] Dec 20 21:58:53.432 INFO O| Dec 20 21:58:53.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4206 | 2024-12-20T21:58:55.596Z | [ recovery-image] Dec 20 21:58:53.432 INFO O| Dec 20 21:58:53.432 INFO STEP 49 (remove_files) COMPLETE |
4207 | 2024-12-20T21:58:55.596Z | [ recovery-image] Dec 20 21:58:53.432 INFO O| Dec 20 21:58:53.432 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4208 | 2024-12-20T21:58:55.618Z | [ recovery-image] Dec 20 21:58:53.450 INFO O| Dec 20 21:58:53.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4209 | 2024-12-20T21:58:55.618Z | [ recovery-image] Dec 20 21:58:53.450 INFO O| Dec 20 21:58:53.450 INFO STEP 50 (remove_files) COMPLETE |
4210 | 2024-12-20T21:58:55.618Z | [ recovery-image] Dec 20 21:58:53.450 INFO O| Dec 20 21:58:53.450 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4211 | 2024-12-20T21:58:55.635Z | [ recovery-image] Dec 20 21:58:53.470 INFO O| Dec 20 21:58:53.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4212 | 2024-12-20T21:58:55.635Z | [ recovery-image] Dec 20 21:58:53.470 INFO O| Dec 20 21:58:53.470 INFO STEP 51 (remove_files) COMPLETE |
4213 | 2024-12-20T21:58:55.638Z | [ recovery-image] Dec 20 21:58:53.470 INFO O| Dec 20 21:58:53.470 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4214 | 2024-12-20T21:58:55.673Z | [ recovery-image] Dec 20 21:58:53.509 INFO O| Dec 20 21:58:53.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4215 | 2024-12-20T21:58:55.673Z | [ recovery-image] Dec 20 21:58:53.509 INFO O| Dec 20 21:58:53.509 INFO STEP 52 (remove_files) COMPLETE |
4216 | 2024-12-20T21:58:55.673Z | [ recovery-image] Dec 20 21:58:53.509 INFO O| Dec 20 21:58:53.509 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4217 | 2024-12-20T21:58:55.693Z | [ recovery-image] Dec 20 21:58:53.529 INFO O| Dec 20 21:58:53.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4218 | 2024-12-20T21:58:55.693Z | [ recovery-image] Dec 20 21:58:53.529 INFO O| Dec 20 21:58:53.529 INFO STEP 53 (remove_files) COMPLETE |
4219 | 2024-12-20T21:58:55.693Z | [ recovery-image] Dec 20 21:58:53.529 INFO O| Dec 20 21:58:53.529 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4220 | 2024-12-20T21:58:55.711Z | [ recovery-image] Dec 20 21:58:53.547 INFO O| Dec 20 21:58:53.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4221 | 2024-12-20T21:58:55.711Z | [ recovery-image] Dec 20 21:58:53.547 INFO O| Dec 20 21:58:53.547 INFO STEP 54 (remove_files) COMPLETE |
4222 | 2024-12-20T21:58:55.714Z | [ recovery-image] Dec 20 21:58:53.547 INFO O| Dec 20 21:58:53.547 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4223 | 2024-12-20T21:58:55.731Z | [ recovery-image] Dec 20 21:58:53.565 INFO O| Dec 20 21:58:53.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4224 | 2024-12-20T21:58:55.731Z | [ recovery-image] Dec 20 21:58:53.565 INFO O| Dec 20 21:58:53.565 INFO STEP 55 (remove_files) COMPLETE |
4225 | 2024-12-20T21:58:55.734Z | [ recovery-image] Dec 20 21:58:53.565 INFO O| Dec 20 21:58:53.565 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4226 | 2024-12-20T21:58:55.746Z | [ recovery-image] Dec 20 21:58:53.582 INFO O| Dec 20 21:58:53.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4227 | 2024-12-20T21:58:55.746Z | [ recovery-image] Dec 20 21:58:53.582 INFO O| Dec 20 21:58:53.582 INFO STEP 56 (remove_files) COMPLETE |
4228 | 2024-12-20T21:58:55.746Z | [ recovery-image] Dec 20 21:58:53.582 INFO O| Dec 20 21:58:53.582 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4229 | 2024-12-20T21:58:55.780Z | [ recovery-image] Dec 20 21:58:53.615 INFO O| Dec 20 21:58:53.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4230 | 2024-12-20T21:58:55.780Z | [ recovery-image] Dec 20 21:58:53.615 INFO O| Dec 20 21:58:53.615 INFO STEP 57 (remove_files) COMPLETE |
4231 | 2024-12-20T21:58:55.780Z | [ recovery-image] Dec 20 21:58:53.615 INFO O| Dec 20 21:58:53.615 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4232 | 2024-12-20T21:58:55.798Z | [ recovery-image] Dec 20 21:58:53.634 INFO O| Dec 20 21:58:53.633 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4233 | 2024-12-20T21:58:55.798Z | [ recovery-image] Dec 20 21:58:53.634 INFO O| Dec 20 21:58:53.634 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4234 | 2024-12-20T21:58:55.798Z | [ recovery-image] Dec 20 21:58:53.634 INFO O| Dec 20 21:58:53.634 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4235 | 2024-12-20T21:58:55.801Z | [ recovery-image] Dec 20 21:58:53.634 INFO O| Dec 20 21:58:53.634 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4236 | 2024-12-20T21:58:55.801Z | [ recovery-image] Dec 20 21:58:53.634 INFO O| Dec 20 21:58:53.634 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4237 | 2024-12-20T21:58:55.801Z | [ recovery-image] Dec 20 21:58:53.635 INFO O| Dec 20 21:58:53.635 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4238 | 2024-12-20T21:58:55.801Z | [ recovery-image] Dec 20 21:58:53.635 INFO O| Dec 20 21:58:53.635 INFO ok! |
4239 | 2024-12-20T21:58:55.801Z | [ recovery-image] Dec 20 21:58:53.635 INFO O| Dec 20 21:58:53.635 INFO STEP 58 (ensure_file) COMPLETE |
4240 | 2024-12-20T21:58:55.801Z | [ recovery-image] Dec 20 21:58:53.635 INFO O| Dec 20 21:58:53.635 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4241 | 2024-12-20T21:58:55.817Z | [ recovery-image] Dec 20 21:58:53.652 INFO O| Dec 20 21:58:53.652 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4242 | 2024-12-20T21:58:55.817Z | [ recovery-image] Dec 20 21:58:53.652 INFO O| Dec 20 21:58:53.652 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4243 | 2024-12-20T21:58:55.819Z | [ recovery-image] Dec 20 21:58:53.653 INFO O| Dec 20 21:58:53.653 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4244 | 2024-12-20T21:58:55.819Z | [ recovery-image] Dec 20 21:58:53.653 INFO O| Dec 20 21:58:53.653 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4245 | 2024-12-20T21:58:55.819Z | [ recovery-image] Dec 20 21:58:53.653 INFO O| Dec 20 21:58:53.653 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4246 | 2024-12-20T21:58:55.819Z | [ recovery-image] Dec 20 21:58:53.653 INFO O| Dec 20 21:58:53.653 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4247 | 2024-12-20T21:58:55.819Z | [ recovery-image] Dec 20 21:58:53.653 INFO O| Dec 20 21:58:53.653 INFO ok! |
4248 | 2024-12-20T21:58:55.819Z | [ recovery-image] Dec 20 21:58:53.653 INFO O| Dec 20 21:58:53.653 INFO STEP 59 (ensure_file) COMPLETE |
4249 | 2024-12-20T21:58:55.819Z | [ recovery-image] Dec 20 21:58:53.653 INFO O| Dec 20 21:58:53.653 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4250 | 2024-12-20T21:58:55.869Z | [ recovery-image] Dec 20 21:58:53.704 INFO O| Dec 20 21:58:53.704 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4251 | 2024-12-20T21:58:55.869Z | [ recovery-image] Dec 20 21:58:53.704 INFO O| Dec 20 21:58:53.704 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4252 | 2024-12-20T21:58:55.871Z | [ recovery-image] Dec 20 21:58:53.704 INFO O| Dec 20 21:58:53.704 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4253 | 2024-12-20T21:58:55.871Z | [ recovery-image] Dec 20 21:58:53.704 INFO O| Dec 20 21:58:53.704 INFO ok! |
4254 | 2024-12-20T21:58:55.871Z | [ recovery-image] Dec 20 21:58:53.704 INFO O| Dec 20 21:58:53.704 INFO STEP 60 (ensure_file) COMPLETE |
4255 | 2024-12-20T21:58:55.871Z | [ recovery-image] Dec 20 21:58:53.704 INFO O| Dec 20 21:58:53.704 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4256 | 2024-12-20T21:58:55.887Z | [ recovery-image] Dec 20 21:58:53.723 INFO O| Dec 20 21:58:53.723 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4257 | 2024-12-20T21:58:55.887Z | [ recovery-image] Dec 20 21:58:53.723 INFO O| Dec 20 21:58:53.723 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4258 | 2024-12-20T21:58:55.890Z | [ recovery-image] Dec 20 21:58:53.723 INFO O| Dec 20 21:58:53.723 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4259 | 2024-12-20T21:58:55.890Z | [ recovery-image] Dec 20 21:58:53.723 INFO O| Dec 20 21:58:53.723 INFO ok! |
4260 | 2024-12-20T21:58:55.890Z | [ recovery-image] Dec 20 21:58:53.723 INFO O| Dec 20 21:58:53.723 INFO STEP 61 (ensure_file) COMPLETE |
4261 | 2024-12-20T21:58:55.890Z | [ recovery-image] Dec 20 21:58:53.723 INFO O| Dec 20 21:58:53.723 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4262 | 2024-12-20T21:58:55.905Z | [ recovery-image] Dec 20 21:58:53.741 INFO O| Dec 20 21:58:53.741 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4263 | 2024-12-20T21:58:55.905Z | [ recovery-image] Dec 20 21:58:53.741 INFO O| Dec 20 21:58:53.741 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4264 | 2024-12-20T21:58:55.908Z | [ recovery-image] Dec 20 21:58:53.741 INFO O| Dec 20 21:58:53.741 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4265 | 2024-12-20T21:58:55.908Z | [ recovery-image] Dec 20 21:58:53.742 INFO O| Dec 20 21:58:53.742 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4266 | 2024-12-20T21:58:55.908Z | [ recovery-image] Dec 20 21:58:53.742 INFO O| Dec 20 21:58:53.742 INFO ok! |
4267 | 2024-12-20T21:58:55.908Z | [ recovery-image] Dec 20 21:58:53.742 INFO O| Dec 20 21:58:53.742 INFO STEP 62 (ensure_file) COMPLETE |
4268 | 2024-12-20T21:58:55.908Z | [ recovery-image] Dec 20 21:58:53.742 INFO O| Dec 20 21:58:53.742 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4269 | 2024-12-20T21:58:55.924Z | [ recovery-image] Dec 20 21:58:53.760 INFO O| Dec 20 21:58:53.760 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4270 | 2024-12-20T21:58:55.924Z | [ recovery-image] Dec 20 21:58:53.760 INFO O| Dec 20 21:58:53.760 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4271 | 2024-12-20T21:58:55.924Z | [ recovery-image] Dec 20 21:58:53.760 INFO O| Dec 20 21:58:53.760 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4272 | 2024-12-20T21:58:55.927Z | [ recovery-image] Dec 20 21:58:53.760 INFO O| Dec 20 21:58:53.760 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4273 | 2024-12-20T21:58:55.927Z | [ recovery-image] Dec 20 21:58:53.760 INFO O| Dec 20 21:58:53.760 INFO ok! |
4274 | 2024-12-20T21:58:55.927Z | [ recovery-image] Dec 20 21:58:53.760 INFO O| Dec 20 21:58:53.760 INFO STEP 63 (ensure_file) COMPLETE |
4275 | 2024-12-20T21:58:55.927Z | [ recovery-image] Dec 20 21:58:53.760 INFO O| Dec 20 21:58:53.760 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4276 | 2024-12-20T21:58:55.953Z | [ recovery-image] Dec 20 21:58:53.789 INFO O| Dec 20 21:58:53.789 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4277 | 2024-12-20T21:58:55.953Z | [ recovery-image] Dec 20 21:58:53.789 INFO O| Dec 20 21:58:53.789 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4278 | 2024-12-20T21:58:55.956Z | [ recovery-image] Dec 20 21:58:53.789 INFO O| Dec 20 21:58:53.789 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4279 | 2024-12-20T21:58:55.956Z | [ recovery-image] Dec 20 21:58:53.789 INFO O| Dec 20 21:58:53.789 INFO ok! |
4280 | 2024-12-20T21:58:55.956Z | [ recovery-image] Dec 20 21:58:53.789 INFO O| Dec 20 21:58:53.789 INFO STEP 64 (assemble_files) COMPLETE |
4281 | 2024-12-20T21:58:55.956Z | [ recovery-image] Dec 20 21:58:53.789 INFO O| Dec 20 21:58:53.789 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4282 | 2024-12-20T21:58:55.973Z | [ recovery-image] Dec 20 21:58:53.808 INFO O| Dec 20 21:58:53.808 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4283 | 2024-12-20T21:58:55.973Z | [ recovery-image] Dec 20 21:58:53.808 INFO O| Dec 20 21:58:53.808 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4284 | 2024-12-20T21:58:55.975Z | [ recovery-image] Dec 20 21:58:53.809 INFO O| Dec 20 21:58:53.808 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4285 | 2024-12-20T21:58:55.975Z | [ recovery-image] Dec 20 21:58:53.809 INFO O| Dec 20 21:58:53.809 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4286 | 2024-12-20T21:58:55.975Z | [ recovery-image] Dec 20 21:58:53.809 INFO O| Dec 20 21:58:53.809 INFO ok! |
4287 | 2024-12-20T21:58:55.975Z | [ recovery-image] Dec 20 21:58:53.809 INFO O| Dec 20 21:58:53.809 INFO STEP 65 (ensure_file) COMPLETE |
4288 | 2024-12-20T21:58:55.975Z | [ recovery-image] Dec 20 21:58:53.809 INFO O| Dec 20 21:58:53.809 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4289 | 2024-12-20T21:58:55.975Z | [ recovery-image] Dec 20 21:58:53.809 INFO O| Dec 20 21:58:53.809 INFO skip step because feature "omicron1" is not enabled |
4290 | 2024-12-20T21:58:55.976Z | [ recovery-image] Dec 20 21:58:53.809 INFO O| Dec 20 21:58:53.809 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4291 | 2024-12-20T21:58:55.976Z | [ recovery-image] Dec 20 21:58:53.809 INFO O| Dec 20 21:58:53.809 INFO skip step because feature "omicron1" is not enabled |
4292 | 2024-12-20T21:58:55.976Z | [ recovery-image] Dec 20 21:58:53.809 INFO O| Dec 20 21:58:53.809 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4293 | 2024-12-20T21:58:55.976Z | [ recovery-image] Dec 20 21:58:53.809 INFO O| Dec 20 21:58:53.809 INFO skip step because feature "omicron1" is not enabled |
4294 | 2024-12-20T21:58:55.976Z | [ recovery-image] Dec 20 21:58:53.809 INFO O| Dec 20 21:58:53.809 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4295 | 2024-12-20T21:58:55.999Z | [ recovery-image] Dec 20 21:58:53.834 INFO O| Dec 20 21:58:53.834 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4296 | 2024-12-20T21:58:55.999Z | [ recovery-image] Dec 20 21:58:53.834 INFO O| Dec 20 21:58:53.834 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4297 | 2024-12-20T21:58:58.516Z | [ recovery-image] Dec 20 21:58:56.351 INFO O| Dec 20 21:58:56.350 INFO STEP 69 (pack_tar) COMPLETE |
4298 | 2024-12-20T21:58:58.516Z | [ recovery-image] Dec 20 21:58:56.351 INFO O| Dec 20 21:58:56.351 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4299 | 2024-12-20T21:58:58.516Z | [ recovery-image] Dec 20 21:58:56.351 INFO O| Dec 20 21:58:56.351 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4300 | 2024-12-20T21:58:59.086Z | [ recovery-image] Dec 20 21:58:56.921 INFO O| Dec 20 21:58:56.921 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4301 | 2024-12-20T21:58:59.207Z | [ recovery-image] Dec 20 21:58:57.042 INFO O| Dec 20 21:58:57.042 INFO completed processing gimlet/ramdisk-02-trim |
4302 | 2024-12-20T21:58:59.211Z | [ recovery-image] Dec 20 21:58:57.046 INFO image builder template: ramdisk-03-recovery-trim... |
4303 | 2024-12-20T21:58:59.214Z | [ recovery-image] Dec 20 21:58:57.046 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/.tmpUUBaUa/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 |
4304 | 2024-12-20T21:58:59.423Z | [ recovery-image] Dec 20 21:58:57.257 INFO O| Dec 20 21:58:57.257 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4305 | 2024-12-20T21:58:59.441Z | [ recovery-image] Dec 20 21:58:57.276 INFO O| Dec 20 21:58:57.276 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4306 | 2024-12-20T21:58:59.565Z | [ recovery-image] Dec 20 21:58:57.400 INFO O| Dec 20 21:58:57.400 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4307 | 2024-12-20T21:58:59.724Z | [ recovery-image] Dec 20 21:58:57.559 INFO O| Dec 20 21:58:57.559 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4308 | 2024-12-20T21:58:59.726Z | [ recovery-image] Dec 20 21:58:57.559 INFO O| Dec 20 21:58:57.559 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4309 | 2024-12-20T21:58:59.745Z | [ recovery-image] Dec 20 21:58:57.579 INFO O| Dec 20 21:58:57.579 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4310 | 2024-12-20T21:58:59.765Z | [ recovery-image] Dec 20 21:58:57.600 INFO O| Dec 20 21:58:57.600 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4311 | 2024-12-20T21:58:59.782Z | [ recovery-image] Dec 20 21:58:57.617 INFO O| Dec 20 21:58:57.616 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4312 | 2024-12-20T21:58:59.876Z | [ host-image] Dec 20 21:58:57.672 INFO O| Dec 20 21:58:57.672 INFO O| Download: 20921/22788 items 178.6/199.7MB 89% complete (848k/s) |
4313 | 2024-12-20T21:59:00.160Z | [ recovery-image] Dec 20 21:58:57.994 INFO O| Dec 20 21:58:57.994 INFO rolled back to input snapshot; work may begin |
4314 | 2024-12-20T21:59:00.161Z | [ recovery-image] Dec 20 21:58:57.995 INFO O| Dec 20 21:58:57.994 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4315 | 2024-12-20T21:59:00.182Z | [ recovery-image] Dec 20 21:58:58.016 INFO O| Dec 20 21:58:58.016 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4316 | 2024-12-20T21:59:00.213Z | [ recovery-image] Dec 20 21:58:58.048 INFO O| Dec 20 21:58:58.048 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4317 | 2024-12-20T21:59:00.238Z | [ recovery-image] Dec 20 21:58:58.072 INFO O| Dec 20 21:58:58.071 INFO STEP 0 (remove_files) COMPLETE |
4318 | 2024-12-20T21:59:00.238Z | [ recovery-image] Dec 20 21:58:58.072 INFO O| Dec 20 21:58:58.072 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4319 | 2024-12-20T21:59:00.283Z | [ recovery-image] Dec 20 21:58:58.118 INFO O| Dec 20 21:58:58.118 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4320 | 2024-12-20T21:59:00.431Z | [ recovery-image] Dec 20 21:58:58.266 INFO O| Dec 20 21:58:58.266 INFO STEP 1 (remove_files) COMPLETE |
4321 | 2024-12-20T21:59:00.431Z | [ recovery-image] Dec 20 21:58:58.266 INFO O| Dec 20 21:58:58.266 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4322 | 2024-12-20T21:59:00.488Z | [ recovery-image] Dec 20 21:58:58.322 INFO O| Dec 20 21:58:58.322 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4323 | 2024-12-20T21:59:00.552Z | [ recovery-image] Dec 20 21:58:58.386 INFO O| Dec 20 21:58:58.386 INFO STEP 2 (remove_files) COMPLETE |
4324 | 2024-12-20T21:59:00.552Z | [ recovery-image] Dec 20 21:58:58.387 INFO O| Dec 20 21:58:58.386 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4325 | 2024-12-20T21:59:00.611Z | [ recovery-image] Dec 20 21:58:58.446 INFO O| Dec 20 21:58:58.446 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4326 | 2024-12-20T21:59:00.739Z | [ recovery-image] Dec 20 21:58:58.573 INFO O| Dec 20 21:58:58.573 INFO STEP 3 (remove_files) COMPLETE |
4327 | 2024-12-20T21:59:00.739Z | [ recovery-image] Dec 20 21:58:58.573 INFO O| Dec 20 21:58:58.573 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4328 | 2024-12-20T21:59:00.759Z | [ recovery-image] Dec 20 21:58:58.593 INFO O| Dec 20 21:58:58.593 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4329 | 2024-12-20T21:59:00.813Z | [ recovery-image] Dec 20 21:58:58.647 INFO O| Dec 20 21:58:58.647 INFO STEP 4 (remove_files) COMPLETE |
4330 | 2024-12-20T21:59:00.813Z | [ recovery-image] Dec 20 21:58:58.648 INFO O| Dec 20 21:58:58.647 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4331 | 2024-12-20T21:59:00.833Z | [ recovery-image] Dec 20 21:58:58.667 INFO O| Dec 20 21:58:58.667 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4332 | 2024-12-20T21:59:00.910Z | [ recovery-image] Dec 20 21:58:58.744 INFO O| Dec 20 21:58:58.744 INFO STEP 5 (remove_files) COMPLETE |
4333 | 2024-12-20T21:59:00.910Z | [ recovery-image] Dec 20 21:58:58.744 INFO O| Dec 20 21:58:58.744 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4334 | 2024-12-20T21:59:00.966Z | [ recovery-image] Dec 20 21:58:58.800 INFO O| Dec 20 21:58:58.800 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4335 | 2024-12-20T21:59:00.971Z | [ recovery-image] Dec 20 21:58:58.806 INFO O| Dec 20 21:58:58.806 INFO STEP 6 (remove_files) COMPLETE |
4336 | 2024-12-20T21:59:00.971Z | [ recovery-image] Dec 20 21:58:58.806 INFO O| Dec 20 21:58:58.806 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4337 | 2024-12-20T21:59:00.996Z | [ recovery-image] Dec 20 21:58:58.830 INFO O| Dec 20 21:58:58.830 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4338 | 2024-12-20T21:59:00.998Z | [ recovery-image] Dec 20 21:58:58.833 INFO O| Dec 20 21:58:58.833 INFO STEP 7 (remove_files) COMPLETE |
4339 | 2024-12-20T21:59:00.998Z | [ recovery-image] Dec 20 21:58:58.833 INFO O| Dec 20 21:58:58.833 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4340 | 2024-12-20T21:59:01.042Z | [ recovery-image] Dec 20 21:58:58.875 INFO O| Dec 20 21:58:58.875 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4341 | 2024-12-20T21:59:01.108Z | [ recovery-image] Dec 20 21:58:58.942 INFO O| Dec 20 21:58:58.942 INFO STEP 8 (remove_files) COMPLETE |
4342 | 2024-12-20T21:59:01.108Z | [ recovery-image] Dec 20 21:58:58.942 INFO O| Dec 20 21:58:58.942 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4343 | 2024-12-20T21:59:01.162Z | [ recovery-image] Dec 20 21:58:58.997 INFO O| Dec 20 21:58:58.997 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4344 | 2024-12-20T21:59:01.168Z | [ recovery-image] Dec 20 21:58:58.997 INFO O| Dec 20 21:58:58.997 INFO STEP 9 (remove_files) COMPLETE |
4345 | 2024-12-20T21:59:01.168Z | [ recovery-image] Dec 20 21:58:58.997 INFO O| Dec 20 21:58:58.997 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4346 | 2024-12-20T21:59:01.198Z | [ recovery-image] Dec 20 21:58:59.033 INFO O| Dec 20 21:58:59.033 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4347 | 2024-12-20T21:59:01.207Z | [ recovery-image] Dec 20 21:58:59.042 INFO O| Dec 20 21:58:59.042 INFO STEP 10 (remove_files) COMPLETE |
4348 | 2024-12-20T21:59:01.207Z | [ recovery-image] Dec 20 21:58:59.042 INFO O| Dec 20 21:58:59.042 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4349 | 2024-12-20T21:59:01.245Z | [ recovery-image] Dec 20 21:58:59.080 INFO O| Dec 20 21:58:59.080 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4350 | 2024-12-20T21:59:01.376Z | [ recovery-image] Dec 20 21:58:59.211 INFO O| Dec 20 21:58:59.211 INFO STEP 11 (remove_files) COMPLETE |
4351 | 2024-12-20T21:59:01.376Z | [ recovery-image] Dec 20 21:58:59.211 INFO O| Dec 20 21:58:59.211 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4352 | 2024-12-20T21:59:01.433Z | [ recovery-image] Dec 20 21:58:59.267 INFO O| Dec 20 21:58:59.267 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4353 | 2024-12-20T21:59:01.460Z | [ recovery-image] Dec 20 21:58:59.293 INFO O| Dec 20 21:58:59.293 INFO STEP 12 (remove_files) COMPLETE |
4354 | 2024-12-20T21:59:01.460Z | [ recovery-image] Dec 20 21:58:59.293 INFO O| Dec 20 21:58:59.293 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4355 | 2024-12-20T21:59:01.491Z | [ recovery-image] Dec 20 21:58:59.326 INFO O| Dec 20 21:58:59.326 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4356 | 2024-12-20T21:59:01.547Z | [ recovery-image] Dec 20 21:58:59.382 INFO O| Dec 20 21:58:59.381 INFO STEP 13 (remove_files) COMPLETE |
4357 | 2024-12-20T21:59:01.547Z | [ recovery-image] Dec 20 21:58:59.382 INFO O| Dec 20 21:58:59.381 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4358 | 2024-12-20T21:59:01.629Z | [ recovery-image] Dec 20 21:58:59.464 INFO O| Dec 20 21:58:59.464 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4359 | 2024-12-20T21:59:01.643Z | [ recovery-image] Dec 20 21:58:59.478 INFO O| Dec 20 21:58:59.478 INFO STEP 14 (remove_files) COMPLETE |
4360 | 2024-12-20T21:59:01.643Z | [ recovery-image] Dec 20 21:58:59.478 INFO O| Dec 20 21:58:59.478 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4361 | 2024-12-20T21:59:01.663Z | [ recovery-image] Dec 20 21:58:59.498 INFO O| Dec 20 21:58:59.497 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4362 | 2024-12-20T21:59:01.667Z | [ recovery-image] Dec 20 21:58:59.498 INFO O| Dec 20 21:58:59.498 INFO STEP 15 (remove_files) COMPLETE |
4363 | 2024-12-20T21:59:01.667Z | [ recovery-image] Dec 20 21:58:59.498 INFO O| Dec 20 21:58:59.498 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4364 | 2024-12-20T21:59:01.688Z | [ recovery-image] Dec 20 21:58:59.523 INFO O| Dec 20 21:58:59.523 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4365 | 2024-12-20T21:59:01.707Z | [ recovery-image] Dec 20 21:58:59.541 INFO O| Dec 20 21:58:59.541 INFO STEP 16 (remove_files) COMPLETE |
4366 | 2024-12-20T21:59:01.707Z | [ recovery-image] Dec 20 21:58:59.541 INFO O| Dec 20 21:58:59.541 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4367 | 2024-12-20T21:59:01.768Z | [ recovery-image] Dec 20 21:58:59.602 INFO O| Dec 20 21:58:59.602 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4368 | 2024-12-20T21:59:01.768Z | [ recovery-image] Dec 20 21:58:59.603 INFO O| Dec 20 21:58:59.602 INFO STEP 17 (remove_files) COMPLETE |
4369 | 2024-12-20T21:59:01.771Z | [ recovery-image] Dec 20 21:58:59.603 INFO O| Dec 20 21:58:59.603 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4370 | 2024-12-20T21:59:01.804Z | [ recovery-image] Dec 20 21:58:59.638 INFO O| Dec 20 21:58:59.638 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4371 | 2024-12-20T21:59:01.804Z | [ recovery-image] Dec 20 21:58:59.638 INFO O| Dec 20 21:58:59.638 INFO STEP 18 (remove_files) COMPLETE |
4372 | 2024-12-20T21:59:01.804Z | [ recovery-image] Dec 20 21:58:59.638 INFO O| Dec 20 21:58:59.638 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4373 | 2024-12-20T21:59:01.822Z | [ recovery-image] Dec 20 21:58:59.656 INFO O| Dec 20 21:58:59.656 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4374 | 2024-12-20T21:59:02.069Z | [ recovery-image] Dec 20 21:58:59.903 INFO O| Dec 20 21:58:59.903 INFO STEP 19 (remove_files) COMPLETE |
4375 | 2024-12-20T21:59:02.069Z | [ recovery-image] Dec 20 21:58:59.903 INFO O| Dec 20 21:58:59.903 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4376 | 2024-12-20T21:59:02.107Z | [ recovery-image] Dec 20 21:58:59.942 INFO O| Dec 20 21:58:59.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4377 | 2024-12-20T21:59:02.144Z | [ recovery-image] Dec 20 21:58:59.978 INFO O| Dec 20 21:58:59.978 INFO STEP 20 (remove_files) COMPLETE |
4378 | 2024-12-20T21:59:02.144Z | [ recovery-image] Dec 20 21:58:59.978 INFO O| Dec 20 21:58:59.978 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4379 | 2024-12-20T21:59:02.180Z | [ recovery-image] Dec 20 21:59:00.014 INFO O| Dec 20 21:59:00.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4380 | 2024-12-20T21:59:02.180Z | [ recovery-image] Dec 20 21:59:00.014 INFO O| Dec 20 21:59:00.014 INFO STEP 21 (remove_files) COMPLETE |
4381 | 2024-12-20T21:59:02.180Z | [ recovery-image] Dec 20 21:59:00.014 INFO O| Dec 20 21:59:00.014 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4382 | 2024-12-20T21:59:02.199Z | [ recovery-image] Dec 20 21:59:00.034 INFO O| Dec 20 21:59:00.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4383 | 2024-12-20T21:59:02.202Z | [ recovery-image] Dec 20 21:59:00.034 INFO O| Dec 20 21:59:00.034 INFO STEP 22 (remove_files) COMPLETE |
4384 | 2024-12-20T21:59:02.202Z | [ recovery-image] Dec 20 21:59:00.034 INFO O| Dec 20 21:59:00.034 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4385 | 2024-12-20T21:59:02.219Z | [ recovery-image] Dec 20 21:59:00.053 INFO O| Dec 20 21:59:00.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4386 | 2024-12-20T21:59:02.219Z | [ recovery-image] Dec 20 21:59:00.053 INFO O| Dec 20 21:59:00.053 INFO STEP 23 (remove_files) COMPLETE |
4387 | 2024-12-20T21:59:02.219Z | [ recovery-image] Dec 20 21:59:00.054 INFO O| Dec 20 21:59:00.053 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4388 | 2024-12-20T21:59:02.239Z | [ recovery-image] Dec 20 21:59:00.073 INFO O| Dec 20 21:59:00.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4389 | 2024-12-20T21:59:02.260Z | [ recovery-image] Dec 20 21:59:00.094 INFO O| Dec 20 21:59:00.094 INFO STEP 24 (remove_files) COMPLETE |
4390 | 2024-12-20T21:59:02.260Z | [ recovery-image] Dec 20 21:59:00.094 INFO O| Dec 20 21:59:00.094 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4391 | 2024-12-20T21:59:02.299Z | [ recovery-image] Dec 20 21:59:00.134 INFO O| Dec 20 21:59:00.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4392 | 2024-12-20T21:59:02.306Z | [ recovery-image] Dec 20 21:59:00.141 INFO O| Dec 20 21:59:00.141 INFO STEP 25 (remove_files) COMPLETE |
4393 | 2024-12-20T21:59:02.307Z | [ recovery-image] Dec 20 21:59:00.141 INFO O| Dec 20 21:59:00.141 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4394 | 2024-12-20T21:59:02.327Z | [ recovery-image] Dec 20 21:59:00.161 INFO O| Dec 20 21:59:00.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4395 | 2024-12-20T21:59:02.327Z | [ recovery-image] Dec 20 21:59:00.161 INFO O| Dec 20 21:59:00.161 INFO STEP 26 (remove_files) COMPLETE |
4396 | 2024-12-20T21:59:02.327Z | [ recovery-image] Dec 20 21:59:00.161 INFO O| Dec 20 21:59:00.161 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4397 | 2024-12-20T21:59:02.360Z | [ recovery-image] Dec 20 21:59:00.194 INFO O| Dec 20 21:59:00.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4398 | 2024-12-20T21:59:02.360Z | [ recovery-image] Dec 20 21:59:00.194 INFO O| Dec 20 21:59:00.194 INFO STEP 27 (remove_files) COMPLETE |
4399 | 2024-12-20T21:59:02.360Z | [ recovery-image] Dec 20 21:59:00.194 INFO O| Dec 20 21:59:00.194 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4400 | 2024-12-20T21:59:02.411Z | [ recovery-image] Dec 20 21:59:00.245 INFO O| Dec 20 21:59:00.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4401 | 2024-12-20T21:59:02.430Z | [ recovery-image] Dec 20 21:59:00.264 INFO O| Dec 20 21:59:00.264 INFO STEP 28 (remove_files) COMPLETE |
4402 | 2024-12-20T21:59:02.430Z | [ recovery-image] Dec 20 21:59:00.264 INFO O| Dec 20 21:59:00.264 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4403 | 2024-12-20T21:59:02.488Z | [ recovery-image] Dec 20 21:59:00.323 INFO O| Dec 20 21:59:00.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4404 | 2024-12-20T21:59:02.495Z | [ recovery-image] Dec 20 21:59:00.329 INFO O| Dec 20 21:59:00.329 INFO STEP 29 (remove_files) COMPLETE |
4405 | 2024-12-20T21:59:02.495Z | [ recovery-image] Dec 20 21:59:00.329 INFO O| Dec 20 21:59:00.329 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4406 | 2024-12-20T21:59:02.538Z | [ recovery-image] Dec 20 21:59:00.371 INFO O| Dec 20 21:59:00.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4407 | 2024-12-20T21:59:02.538Z | [ recovery-image] Dec 20 21:59:00.371 INFO O| Dec 20 21:59:00.371 INFO STEP 30 (remove_files) COMPLETE |
4408 | 2024-12-20T21:59:02.538Z | [ recovery-image] Dec 20 21:59:00.371 INFO O| Dec 20 21:59:00.371 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4409 | 2024-12-20T21:59:02.556Z | [ recovery-image] Dec 20 21:59:00.390 INFO O| Dec 20 21:59:00.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4410 | 2024-12-20T21:59:02.559Z | [ recovery-image] Dec 20 21:59:00.390 INFO O| Dec 20 21:59:00.390 INFO STEP 31 (remove_files) COMPLETE |
4411 | 2024-12-20T21:59:02.559Z | [ recovery-image] Dec 20 21:59:00.391 INFO O| Dec 20 21:59:00.390 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4412 | 2024-12-20T21:59:02.602Z | [ recovery-image] Dec 20 21:59:00.435 INFO O| Dec 20 21:59:00.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4413 | 2024-12-20T21:59:02.602Z | [ recovery-image] Dec 20 21:59:00.436 INFO O| Dec 20 21:59:00.436 INFO STEP 32 (remove_files) COMPLETE |
4414 | 2024-12-20T21:59:02.602Z | [ recovery-image] Dec 20 21:59:00.436 INFO O| Dec 20 21:59:00.436 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4415 | 2024-12-20T21:59:02.619Z | [ recovery-image] Dec 20 21:59:00.454 INFO O| Dec 20 21:59:00.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4416 | 2024-12-20T21:59:02.624Z | [ recovery-image] Dec 20 21:59:00.458 INFO O| Dec 20 21:59:00.458 INFO STEP 33 (remove_files) COMPLETE |
4417 | 2024-12-20T21:59:02.624Z | [ recovery-image] Dec 20 21:59:00.458 INFO O| Dec 20 21:59:00.458 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4418 | 2024-12-20T21:59:02.657Z | [ recovery-image] Dec 20 21:59:00.491 INFO O| Dec 20 21:59:00.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4419 | 2024-12-20T21:59:02.660Z | [ recovery-image] Dec 20 21:59:00.493 INFO O| Dec 20 21:59:00.493 INFO STEP 34 (remove_files) COMPLETE |
4420 | 2024-12-20T21:59:02.660Z | [ recovery-image] Dec 20 21:59:00.493 INFO O| Dec 20 21:59:00.493 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4421 | 2024-12-20T21:59:02.712Z | [ recovery-image] Dec 20 21:59:00.546 INFO O| Dec 20 21:59:00.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4422 | 2024-12-20T21:59:02.737Z | [ recovery-image] Dec 20 21:59:00.570 INFO O| Dec 20 21:59:00.570 INFO STEP 35 (remove_files) COMPLETE |
4423 | 2024-12-20T21:59:02.737Z | [ recovery-image] Dec 20 21:59:00.570 INFO O| Dec 20 21:59:00.570 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4424 | 2024-12-20T21:59:02.794Z | [ recovery-image] Dec 20 21:59:00.628 INFO O| Dec 20 21:59:00.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4425 | 2024-12-20T21:59:02.794Z | [ recovery-image] Dec 20 21:59:00.628 INFO O| Dec 20 21:59:00.628 INFO STEP 36 (remove_files) COMPLETE |
4426 | 2024-12-20T21:59:02.796Z | [ recovery-image] Dec 20 21:59:00.628 INFO O| Dec 20 21:59:00.628 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4427 | 2024-12-20T21:59:02.827Z | [ recovery-image] Dec 20 21:59:00.661 INFO O| Dec 20 21:59:00.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4428 | 2024-12-20T21:59:02.841Z | [ recovery-image] Dec 20 21:59:00.676 INFO O| Dec 20 21:59:00.676 INFO STEP 37 (remove_files) COMPLETE |
4429 | 2024-12-20T21:59:02.841Z | [ recovery-image] Dec 20 21:59:00.676 INFO O| Dec 20 21:59:00.676 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4430 | 2024-12-20T21:59:02.861Z | [ recovery-image] Dec 20 21:59:00.695 INFO O| Dec 20 21:59:00.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4431 | 2024-12-20T21:59:02.864Z | [ recovery-image] Dec 20 21:59:00.696 INFO O| Dec 20 21:59:00.696 INFO STEP 38 (remove_files) COMPLETE |
4432 | 2024-12-20T21:59:02.864Z | [ recovery-image] Dec 20 21:59:00.696 INFO O| Dec 20 21:59:00.696 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4433 | 2024-12-20T21:59:02.886Z | [ recovery-image] Dec 20 21:59:00.720 INFO O| Dec 20 21:59:00.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4434 | 2024-12-20T21:59:02.886Z | [ recovery-image] Dec 20 21:59:00.720 INFO O| Dec 20 21:59:00.720 INFO STEP 39 (remove_files) COMPLETE |
4435 | 2024-12-20T21:59:02.888Z | [ recovery-image] Dec 20 21:59:00.720 INFO O| Dec 20 21:59:00.720 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4436 | 2024-12-20T21:59:02.924Z | [ recovery-image] Dec 20 21:59:00.759 INFO O| Dec 20 21:59:00.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4437 | 2024-12-20T21:59:02.925Z | [ recovery-image] Dec 20 21:59:00.759 INFO O| Dec 20 21:59:00.759 INFO STEP 40 (remove_files) COMPLETE |
4438 | 2024-12-20T21:59:02.925Z | [ recovery-image] Dec 20 21:59:00.759 INFO O| Dec 20 21:59:00.759 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4439 | 2024-12-20T21:59:02.944Z | [ recovery-image] Dec 20 21:59:00.778 INFO O| Dec 20 21:59:00.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4440 | 2024-12-20T21:59:02.944Z | [ recovery-image] Dec 20 21:59:00.778 INFO O| Dec 20 21:59:00.778 INFO STEP 41 (remove_files) COMPLETE |
4441 | 2024-12-20T21:59:02.946Z | [ recovery-image] Dec 20 21:59:00.778 INFO O| Dec 20 21:59:00.778 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4442 | 2024-12-20T21:59:02.964Z | [ recovery-image] Dec 20 21:59:00.798 INFO O| Dec 20 21:59:00.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4443 | 2024-12-20T21:59:02.967Z | [ recovery-image] Dec 20 21:59:00.799 INFO O| Dec 20 21:59:00.799 INFO STEP 42 (remove_files) COMPLETE |
4444 | 2024-12-20T21:59:02.967Z | [ recovery-image] Dec 20 21:59:00.799 INFO O| Dec 20 21:59:00.799 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4445 | 2024-12-20T21:59:02.984Z | [ recovery-image] Dec 20 21:59:00.818 INFO O| Dec 20 21:59:00.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4446 | 2024-12-20T21:59:02.987Z | [ recovery-image] Dec 20 21:59:00.818 INFO O| Dec 20 21:59:00.818 INFO STEP 43 (remove_files) COMPLETE |
4447 | 2024-12-20T21:59:02.987Z | [ recovery-image] Dec 20 21:59:00.818 INFO O| Dec 20 21:59:00.818 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4448 | 2024-12-20T21:59:03.003Z | [ recovery-image] Dec 20 21:59:00.837 INFO O| Dec 20 21:59:00.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4449 | 2024-12-20T21:59:03.005Z | [ recovery-image] Dec 20 21:59:00.837 INFO O| Dec 20 21:59:00.837 INFO STEP 44 (remove_files) COMPLETE |
4450 | 2024-12-20T21:59:03.005Z | [ recovery-image] Dec 20 21:59:00.837 INFO O| Dec 20 21:59:00.837 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4451 | 2024-12-20T21:59:03.021Z | [ recovery-image] Dec 20 21:59:00.855 INFO O| Dec 20 21:59:00.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4452 | 2024-12-20T21:59:03.030Z | [ recovery-image] Dec 20 21:59:00.864 INFO O| Dec 20 21:59:00.864 INFO STEP 45 (remove_files) COMPLETE |
4453 | 2024-12-20T21:59:03.030Z | [ recovery-image] Dec 20 21:59:00.864 INFO O| Dec 20 21:59:00.864 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4454 | 2024-12-20T21:59:03.086Z | [ recovery-image] Dec 20 21:59:00.920 INFO O| Dec 20 21:59:00.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4455 | 2024-12-20T21:59:03.112Z | [ recovery-image] Dec 20 21:59:00.944 INFO O| Dec 20 21:59:00.944 INFO STEP 46 (remove_files) COMPLETE |
4456 | 2024-12-20T21:59:03.112Z | [ recovery-image] Dec 20 21:59:00.944 INFO O| Dec 20 21:59:00.944 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4457 | 2024-12-20T21:59:03.166Z | [ recovery-image] Dec 20 21:59:01.000 INFO O| Dec 20 21:59:00.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4458 | 2024-12-20T21:59:03.176Z | [ recovery-image] Dec 20 21:59:01.010 INFO O| Dec 20 21:59:01.010 INFO STEP 47 (remove_files) COMPLETE |
4459 | 2024-12-20T21:59:03.176Z | [ recovery-image] Dec 20 21:59:01.010 INFO O| Dec 20 21:59:01.010 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4460 | 2024-12-20T21:59:03.208Z | [ recovery-image] Dec 20 21:59:01.042 INFO O| Dec 20 21:59:01.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4461 | 2024-12-20T21:59:03.208Z | [ recovery-image] Dec 20 21:59:01.042 INFO O| Dec 20 21:59:01.042 INFO STEP 48 (remove_files) COMPLETE |
4462 | 2024-12-20T21:59:03.208Z | [ recovery-image] Dec 20 21:59:01.042 INFO O| Dec 20 21:59:01.042 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4463 | 2024-12-20T21:59:03.227Z | [ recovery-image] Dec 20 21:59:01.060 INFO O| Dec 20 21:59:01.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4464 | 2024-12-20T21:59:03.227Z | [ recovery-image] Dec 20 21:59:01.060 INFO O| Dec 20 21:59:01.060 INFO STEP 49 (remove_files) COMPLETE |
4465 | 2024-12-20T21:59:03.227Z | [ recovery-image] Dec 20 21:59:01.060 INFO O| Dec 20 21:59:01.060 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4466 | 2024-12-20T21:59:03.245Z | [ recovery-image] Dec 20 21:59:01.079 INFO O| Dec 20 21:59:01.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4467 | 2024-12-20T21:59:03.245Z | [ recovery-image] Dec 20 21:59:01.079 INFO O| Dec 20 21:59:01.079 INFO STEP 50 (remove_files) COMPLETE |
4468 | 2024-12-20T21:59:03.247Z | [ recovery-image] Dec 20 21:59:01.079 INFO O| Dec 20 21:59:01.079 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4469 | 2024-12-20T21:59:03.264Z | [ recovery-image] Dec 20 21:59:01.099 INFO O| Dec 20 21:59:01.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4470 | 2024-12-20T21:59:03.265Z | [ recovery-image] Dec 20 21:59:01.099 INFO O| Dec 20 21:59:01.099 INFO STEP 51 (remove_files) COMPLETE |
4471 | 2024-12-20T21:59:03.265Z | [ recovery-image] Dec 20 21:59:01.099 INFO O| Dec 20 21:59:01.099 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4472 | 2024-12-20T21:59:03.282Z | [ recovery-image] Dec 20 21:59:01.116 INFO O| Dec 20 21:59:01.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4473 | 2024-12-20T21:59:03.282Z | [ recovery-image] Dec 20 21:59:01.116 INFO O| Dec 20 21:59:01.116 INFO STEP 52 (remove_files) COMPLETE |
4474 | 2024-12-20T21:59:03.282Z | [ recovery-image] Dec 20 21:59:01.116 INFO O| Dec 20 21:59:01.116 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4475 | 2024-12-20T21:59:03.301Z | [ recovery-image] Dec 20 21:59:01.135 INFO O| Dec 20 21:59:01.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4476 | 2024-12-20T21:59:03.301Z | [ recovery-image] Dec 20 21:59:01.136 INFO O| Dec 20 21:59:01.136 INFO STEP 53 (remove_files) COMPLETE |
4477 | 2024-12-20T21:59:03.301Z | [ recovery-image] Dec 20 21:59:01.136 INFO O| Dec 20 21:59:01.136 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4478 | 2024-12-20T21:59:03.319Z | [ recovery-image] Dec 20 21:59:01.153 INFO O| Dec 20 21:59:01.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4479 | 2024-12-20T21:59:03.319Z | [ recovery-image] Dec 20 21:59:01.153 INFO O| Dec 20 21:59:01.153 INFO STEP 54 (remove_files) COMPLETE |
4480 | 2024-12-20T21:59:03.322Z | [ recovery-image] Dec 20 21:59:01.153 INFO O| Dec 20 21:59:01.153 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4481 | 2024-12-20T21:59:03.359Z | [ recovery-image] Dec 20 21:59:01.193 INFO O| Dec 20 21:59:01.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4482 | 2024-12-20T21:59:03.359Z | [ recovery-image] Dec 20 21:59:01.193 INFO O| Dec 20 21:59:01.193 INFO STEP 55 (remove_files) COMPLETE |
4483 | 2024-12-20T21:59:03.359Z | [ recovery-image] Dec 20 21:59:01.193 INFO O| Dec 20 21:59:01.193 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4484 | 2024-12-20T21:59:03.406Z | [ recovery-image] Dec 20 21:59:01.240 INFO O| Dec 20 21:59:01.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4485 | 2024-12-20T21:59:03.431Z | [ recovery-image] Dec 20 21:59:01.264 INFO O| Dec 20 21:59:01.264 INFO STEP 56 (remove_files) COMPLETE |
4486 | 2024-12-20T21:59:03.433Z | [ recovery-image] Dec 20 21:59:01.264 INFO O| Dec 20 21:59:01.264 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4487 | 2024-12-20T21:59:03.450Z | [ recovery-image] Dec 20 21:59:01.284 INFO O| Dec 20 21:59:01.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4488 | 2024-12-20T21:59:03.450Z | [ recovery-image] Dec 20 21:59:01.284 INFO O| Dec 20 21:59:01.284 INFO STEP 57 (remove_files) COMPLETE |
4489 | 2024-12-20T21:59:03.450Z | [ recovery-image] Dec 20 21:59:01.284 INFO O| Dec 20 21:59:01.284 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4490 | 2024-12-20T21:59:03.469Z | [ recovery-image] Dec 20 21:59:01.302 INFO O| Dec 20 21:59:01.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4491 | 2024-12-20T21:59:03.469Z | [ recovery-image] Dec 20 21:59:01.302 INFO O| Dec 20 21:59:01.302 INFO STEP 58 (remove_files) COMPLETE |
4492 | 2024-12-20T21:59:03.469Z | [ recovery-image] Dec 20 21:59:01.302 INFO O| Dec 20 21:59:01.302 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4493 | 2024-12-20T21:59:03.487Z | [ recovery-image] Dec 20 21:59:01.321 INFO O| Dec 20 21:59:01.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4494 | 2024-12-20T21:59:03.487Z | [ recovery-image] Dec 20 21:59:01.321 INFO O| Dec 20 21:59:01.321 INFO STEP 59 (remove_files) COMPLETE |
4495 | 2024-12-20T21:59:03.487Z | [ recovery-image] Dec 20 21:59:01.321 INFO O| Dec 20 21:59:01.321 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4496 | 2024-12-20T21:59:03.505Z | [ recovery-image] Dec 20 21:59:01.339 INFO O| Dec 20 21:59:01.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4497 | 2024-12-20T21:59:03.505Z | [ recovery-image] Dec 20 21:59:01.339 INFO O| Dec 20 21:59:01.339 INFO STEP 60 (remove_files) COMPLETE |
4498 | 2024-12-20T21:59:03.505Z | [ recovery-image] Dec 20 21:59:01.339 INFO O| Dec 20 21:59:01.339 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4499 | 2024-12-20T21:59:03.526Z | [ recovery-image] Dec 20 21:59:01.360 INFO O| Dec 20 21:59:01.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4500 | 2024-12-20T21:59:03.526Z | [ recovery-image] Dec 20 21:59:01.360 INFO O| Dec 20 21:59:01.360 INFO STEP 61 (remove_files) COMPLETE |
4501 | 2024-12-20T21:59:03.526Z | [ recovery-image] Dec 20 21:59:01.360 INFO O| Dec 20 21:59:01.360 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4502 | 2024-12-20T21:59:03.564Z | [ recovery-image] Dec 20 21:59:01.398 INFO O| Dec 20 21:59:01.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4503 | 2024-12-20T21:59:03.564Z | [ recovery-image] Dec 20 21:59:01.398 INFO O| Dec 20 21:59:01.398 INFO STEP 62 (remove_files) COMPLETE |
4504 | 2024-12-20T21:59:03.568Z | [ recovery-image] Dec 20 21:59:01.398 INFO O| Dec 20 21:59:01.398 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4505 | 2024-12-20T21:59:03.591Z | [ recovery-image] Dec 20 21:59:01.424 INFO O| Dec 20 21:59:01.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4506 | 2024-12-20T21:59:03.591Z | [ recovery-image] Dec 20 21:59:01.424 INFO O| Dec 20 21:59:01.424 INFO STEP 63 (remove_files) COMPLETE |
4507 | 2024-12-20T21:59:03.591Z | [ recovery-image] Dec 20 21:59:01.424 INFO O| Dec 20 21:59:01.424 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4508 | 2024-12-20T21:59:03.635Z | [ recovery-image] Dec 20 21:59:01.469 INFO O| Dec 20 21:59:01.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4509 | 2024-12-20T21:59:03.637Z | [ recovery-image] Dec 20 21:59:01.469 INFO O| Dec 20 21:59:01.469 INFO STEP 64 (remove_files) COMPLETE |
4510 | 2024-12-20T21:59:03.637Z | [ recovery-image] Dec 20 21:59:01.469 INFO O| Dec 20 21:59:01.469 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4511 | 2024-12-20T21:59:03.690Z | [ recovery-image] Dec 20 21:59:01.524 INFO O| Dec 20 21:59:01.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4512 | 2024-12-20T21:59:03.690Z | [ recovery-image] Dec 20 21:59:01.524 INFO O| Dec 20 21:59:01.524 INFO STEP 65 (remove_files) COMPLETE |
4513 | 2024-12-20T21:59:03.692Z | [ recovery-image] Dec 20 21:59:01.524 INFO O| Dec 20 21:59:01.524 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4514 | 2024-12-20T21:59:03.709Z | [ recovery-image] Dec 20 21:59:01.543 INFO O| Dec 20 21:59:01.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4515 | 2024-12-20T21:59:03.712Z | [ recovery-image] Dec 20 21:59:01.543 INFO O| Dec 20 21:59:01.543 INFO STEP 66 (remove_files) COMPLETE |
4516 | 2024-12-20T21:59:03.712Z | [ recovery-image] Dec 20 21:59:01.544 INFO O| Dec 20 21:59:01.543 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4517 | 2024-12-20T21:59:03.729Z | [ recovery-image] Dec 20 21:59:01.563 INFO O| Dec 20 21:59:01.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4518 | 2024-12-20T21:59:03.730Z | [ recovery-image] Dec 20 21:59:01.563 INFO O| Dec 20 21:59:01.563 INFO STEP 67 (remove_files) COMPLETE |
4519 | 2024-12-20T21:59:03.730Z | [ recovery-image] Dec 20 21:59:01.563 INFO O| Dec 20 21:59:01.563 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4520 | 2024-12-20T21:59:03.758Z | [ recovery-image] Dec 20 21:59:01.591 INFO O| Dec 20 21:59:01.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4521 | 2024-12-20T21:59:03.758Z | [ recovery-image] Dec 20 21:59:01.591 INFO O| Dec 20 21:59:01.591 INFO STEP 68 (remove_files) COMPLETE |
4522 | 2024-12-20T21:59:03.758Z | [ recovery-image] Dec 20 21:59:01.591 INFO O| Dec 20 21:59:01.591 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4523 | 2024-12-20T21:59:03.815Z | [ recovery-image] Dec 20 21:59:01.649 INFO O| Dec 20 21:59:01.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4524 | 2024-12-20T21:59:03.815Z | [ recovery-image] Dec 20 21:59:01.649 INFO O| Dec 20 21:59:01.649 INFO STEP 69 (remove_files) COMPLETE |
4525 | 2024-12-20T21:59:03.815Z | [ recovery-image] Dec 20 21:59:01.649 INFO O| Dec 20 21:59:01.649 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4526 | 2024-12-20T21:59:03.835Z | [ recovery-image] Dec 20 21:59:01.669 INFO O| Dec 20 21:59:01.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4527 | 2024-12-20T21:59:03.835Z | [ recovery-image] Dec 20 21:59:01.669 INFO O| Dec 20 21:59:01.669 INFO STEP 70 (remove_files) COMPLETE |
4528 | 2024-12-20T21:59:03.838Z | [ recovery-image] Dec 20 21:59:01.669 INFO O| Dec 20 21:59:01.669 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4529 | 2024-12-20T21:59:03.855Z | [ recovery-image] Dec 20 21:59:01.689 INFO O| Dec 20 21:59:01.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4530 | 2024-12-20T21:59:03.855Z | [ recovery-image] Dec 20 21:59:01.689 INFO O| Dec 20 21:59:01.689 INFO STEP 71 (remove_files) COMPLETE |
4531 | 2024-12-20T21:59:03.855Z | [ recovery-image] Dec 20 21:59:01.689 INFO O| Dec 20 21:59:01.689 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4532 | 2024-12-20T21:59:03.873Z | [ recovery-image] Dec 20 21:59:01.707 INFO O| Dec 20 21:59:01.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4533 | 2024-12-20T21:59:03.873Z | [ recovery-image] Dec 20 21:59:01.707 INFO O| Dec 20 21:59:01.707 INFO STEP 72 (remove_files) COMPLETE |
4534 | 2024-12-20T21:59:03.873Z | [ recovery-image] Dec 20 21:59:01.707 INFO O| Dec 20 21:59:01.707 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4535 | 2024-12-20T21:59:03.892Z | [ recovery-image] Dec 20 21:59:01.726 INFO O| Dec 20 21:59:01.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4536 | 2024-12-20T21:59:03.892Z | [ recovery-image] Dec 20 21:59:01.726 INFO O| Dec 20 21:59:01.726 INFO STEP 73 (remove_files) COMPLETE |
4537 | 2024-12-20T21:59:03.895Z | [ recovery-image] Dec 20 21:59:01.726 INFO O| Dec 20 21:59:01.726 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4538 | 2024-12-20T21:59:03.924Z | [ recovery-image] Dec 20 21:59:01.758 INFO O| Dec 20 21:59:01.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4539 | 2024-12-20T21:59:03.924Z | [ recovery-image] Dec 20 21:59:01.758 INFO O| Dec 20 21:59:01.758 INFO STEP 74 (remove_files) COMPLETE |
4540 | 2024-12-20T21:59:03.924Z | [ recovery-image] Dec 20 21:59:01.758 INFO O| Dec 20 21:59:01.758 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4541 | 2024-12-20T21:59:03.943Z | [ recovery-image] Dec 20 21:59:01.776 INFO O| Dec 20 21:59:01.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4542 | 2024-12-20T21:59:03.943Z | [ recovery-image] Dec 20 21:59:01.776 INFO O| Dec 20 21:59:01.776 INFO STEP 75 (remove_files) COMPLETE |
4543 | 2024-12-20T21:59:03.946Z | [ recovery-image] Dec 20 21:59:01.776 INFO O| Dec 20 21:59:01.776 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4544 | 2024-12-20T21:59:03.961Z | [ recovery-image] Dec 20 21:59:01.795 INFO O| Dec 20 21:59:01.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4545 | 2024-12-20T21:59:03.964Z | [ recovery-image] Dec 20 21:59:01.795 INFO O| Dec 20 21:59:01.795 INFO STEP 76 (remove_files) COMPLETE |
4546 | 2024-12-20T21:59:03.964Z | [ recovery-image] Dec 20 21:59:01.795 INFO O| Dec 20 21:59:01.795 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4547 | 2024-12-20T21:59:03.979Z | [ recovery-image] Dec 20 21:59:01.813 INFO O| Dec 20 21:59:01.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4548 | 2024-12-20T21:59:03.979Z | [ recovery-image] Dec 20 21:59:01.813 INFO O| Dec 20 21:59:01.813 INFO STEP 77 (remove_files) COMPLETE |
4549 | 2024-12-20T21:59:03.982Z | [ recovery-image] Dec 20 21:59:01.813 INFO O| Dec 20 21:59:01.813 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4550 | 2024-12-20T21:59:03.999Z | [ recovery-image] Dec 20 21:59:01.833 INFO O| Dec 20 21:59:01.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4551 | 2024-12-20T21:59:03.999Z | [ recovery-image] Dec 20 21:59:01.833 INFO O| Dec 20 21:59:01.833 INFO STEP 78 (remove_files) COMPLETE |
4552 | 2024-12-20T21:59:04.002Z | [ recovery-image] Dec 20 21:59:01.833 INFO O| Dec 20 21:59:01.833 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4553 | 2024-12-20T21:59:04.049Z | [ recovery-image] Dec 20 21:59:01.881 INFO O| Dec 20 21:59:01.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4554 | 2024-12-20T21:59:04.049Z | [ recovery-image] Dec 20 21:59:01.881 INFO O| Dec 20 21:59:01.881 INFO STEP 79 (remove_files) COMPLETE |
4555 | 2024-12-20T21:59:04.049Z | [ recovery-image] Dec 20 21:59:01.881 INFO O| Dec 20 21:59:01.881 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4556 | 2024-12-20T21:59:04.067Z | [ recovery-image] Dec 20 21:59:01.901 INFO O| Dec 20 21:59:01.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4557 | 2024-12-20T21:59:04.070Z | [ recovery-image] Dec 20 21:59:01.902 INFO O| Dec 20 21:59:01.901 INFO STEP 80 (remove_files) COMPLETE |
4558 | 2024-12-20T21:59:04.070Z | [ recovery-image] Dec 20 21:59:01.902 INFO O| Dec 20 21:59:01.901 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4559 | 2024-12-20T21:59:04.108Z | [ recovery-image] Dec 20 21:59:01.942 INFO O| Dec 20 21:59:01.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4560 | 2024-12-20T21:59:04.108Z | [ recovery-image] Dec 20 21:59:01.942 INFO O| Dec 20 21:59:01.942 INFO STEP 81 (remove_files) COMPLETE |
4561 | 2024-12-20T21:59:04.111Z | [ recovery-image] Dec 20 21:59:01.942 INFO O| Dec 20 21:59:01.942 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4562 | 2024-12-20T21:59:04.127Z | [ recovery-image] Dec 20 21:59:01.961 INFO O| Dec 20 21:59:01.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4563 | 2024-12-20T21:59:04.130Z | [ recovery-image] Dec 20 21:59:01.961 INFO O| Dec 20 21:59:01.961 INFO STEP 82 (remove_files) COMPLETE |
4564 | 2024-12-20T21:59:04.130Z | [ recovery-image] Dec 20 21:59:01.961 INFO O| Dec 20 21:59:01.961 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4565 | 2024-12-20T21:59:04.146Z | [ recovery-image] Dec 20 21:59:01.980 INFO O| Dec 20 21:59:01.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4566 | 2024-12-20T21:59:04.148Z | [ recovery-image] Dec 20 21:59:01.980 INFO O| Dec 20 21:59:01.980 INFO STEP 83 (remove_files) COMPLETE |
4567 | 2024-12-20T21:59:04.148Z | [ recovery-image] Dec 20 21:59:01.980 INFO O| Dec 20 21:59:01.980 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4568 | 2024-12-20T21:59:04.164Z | [ recovery-image] Dec 20 21:59:01.998 INFO O| Dec 20 21:59:01.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4569 | 2024-12-20T21:59:04.167Z | [ recovery-image] Dec 20 21:59:01.998 INFO O| Dec 20 21:59:01.998 INFO STEP 84 (remove_files) COMPLETE |
4570 | 2024-12-20T21:59:04.167Z | [ recovery-image] Dec 20 21:59:01.999 INFO O| Dec 20 21:59:01.998 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4571 | 2024-12-20T21:59:04.184Z | [ recovery-image] Dec 20 21:59:02.018 INFO O| Dec 20 21:59:02.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4572 | 2024-12-20T21:59:04.187Z | [ recovery-image] Dec 20 21:59:02.019 INFO O| Dec 20 21:59:02.019 INFO STEP 85 (remove_files) COMPLETE |
4573 | 2024-12-20T21:59:04.187Z | [ recovery-image] Dec 20 21:59:02.019 INFO O| Dec 20 21:59:02.019 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4574 | 2024-12-20T21:59:04.204Z | [ recovery-image] Dec 20 21:59:02.038 INFO O| Dec 20 21:59:02.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4575 | 2024-12-20T21:59:04.215Z | [ recovery-image] Dec 20 21:59:02.049 INFO O| Dec 20 21:59:02.049 INFO STEP 86 (remove_files) COMPLETE |
4576 | 2024-12-20T21:59:04.215Z | [ recovery-image] Dec 20 21:59:02.049 INFO O| Dec 20 21:59:02.049 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4577 | 2024-12-20T21:59:04.248Z | [ recovery-image] Dec 20 21:59:02.081 INFO O| Dec 20 21:59:02.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4578 | 2024-12-20T21:59:04.248Z | [ recovery-image] Dec 20 21:59:02.082 INFO O| Dec 20 21:59:02.082 INFO STEP 87 (remove_files) COMPLETE |
4579 | 2024-12-20T21:59:04.248Z | [ recovery-image] Dec 20 21:59:02.082 INFO O| Dec 20 21:59:02.082 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4580 | 2024-12-20T21:59:04.267Z | [ recovery-image] Dec 20 21:59:02.101 INFO O| Dec 20 21:59:02.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4581 | 2024-12-20T21:59:04.267Z | [ recovery-image] Dec 20 21:59:02.101 INFO O| Dec 20 21:59:02.101 INFO STEP 88 (remove_files) COMPLETE |
4582 | 2024-12-20T21:59:04.270Z | [ recovery-image] Dec 20 21:59:02.101 INFO O| Dec 20 21:59:02.101 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4583 | 2024-12-20T21:59:04.310Z | [ recovery-image] Dec 20 21:59:02.144 INFO O| Dec 20 21:59:02.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4584 | 2024-12-20T21:59:04.310Z | [ recovery-image] Dec 20 21:59:02.144 INFO O| Dec 20 21:59:02.144 INFO STEP 89 (remove_files) COMPLETE |
4585 | 2024-12-20T21:59:04.310Z | [ recovery-image] Dec 20 21:59:02.144 INFO O| Dec 20 21:59:02.144 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2024-12-20T21:59:04.328Z | [ recovery-image] Dec 20 21:59:02.162 INFO O| Dec 20 21:59:02.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4587 | 2024-12-20T21:59:04.328Z | [ recovery-image] Dec 20 21:59:02.162 INFO O| Dec 20 21:59:02.162 INFO STEP 90 (remove_files) COMPLETE |
4588 | 2024-12-20T21:59:04.328Z | [ recovery-image] Dec 20 21:59:02.162 INFO O| Dec 20 21:59:02.162 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-12-20T21:59:04.348Z | [ recovery-image] Dec 20 21:59:02.181 INFO O| Dec 20 21:59:02.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4590 | 2024-12-20T21:59:04.348Z | [ recovery-image] Dec 20 21:59:02.182 INFO O| Dec 20 21:59:02.182 INFO STEP 91 (remove_files) COMPLETE |
4591 | 2024-12-20T21:59:04.348Z | [ recovery-image] Dec 20 21:59:02.182 INFO O| Dec 20 21:59:02.182 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-12-20T21:59:04.395Z | [ recovery-image] Dec 20 21:59:02.229 INFO O| Dec 20 21:59:02.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4593 | 2024-12-20T21:59:04.398Z | [ recovery-image] Dec 20 21:59:02.229 INFO O| Dec 20 21:59:02.229 INFO STEP 92 (remove_files) COMPLETE |
4594 | 2024-12-20T21:59:04.398Z | [ recovery-image] Dec 20 21:59:02.229 INFO O| Dec 20 21:59:02.229 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4595 | 2024-12-20T21:59:04.430Z | [ recovery-image] Dec 20 21:59:02.263 INFO O| Dec 20 21:59:02.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4596 | 2024-12-20T21:59:04.430Z | [ recovery-image] Dec 20 21:59:02.264 INFO O| Dec 20 21:59:02.263 INFO STEP 93 (remove_files) COMPLETE |
4597 | 2024-12-20T21:59:04.430Z | [ recovery-image] Dec 20 21:59:02.264 INFO O| Dec 20 21:59:02.264 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-12-20T21:59:04.451Z | [ recovery-image] Dec 20 21:59:02.285 INFO O| Dec 20 21:59:02.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4599 | 2024-12-20T21:59:04.466Z | [ recovery-image] Dec 20 21:59:02.300 INFO O| Dec 20 21:59:02.300 INFO STEP 94 (remove_files) COMPLETE |
4600 | 2024-12-20T21:59:04.466Z | [ recovery-image] Dec 20 21:59:02.300 INFO O| Dec 20 21:59:02.300 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-12-20T21:59:04.520Z | [ recovery-image] Dec 20 21:59:02.354 INFO O| Dec 20 21:59:02.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4602 | 2024-12-20T21:59:04.523Z | [ recovery-image] Dec 20 21:59:02.354 INFO O| Dec 20 21:59:02.354 INFO STEP 95 (remove_files) COMPLETE |
4603 | 2024-12-20T21:59:04.523Z | [ recovery-image] Dec 20 21:59:02.354 INFO O| Dec 20 21:59:02.354 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-12-20T21:59:04.551Z | [ recovery-image] Dec 20 21:59:02.385 INFO O| Dec 20 21:59:02.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4605 | 2024-12-20T21:59:04.551Z | [ recovery-image] Dec 20 21:59:02.385 INFO O| Dec 20 21:59:02.385 INFO STEP 96 (remove_files) COMPLETE |
4606 | 2024-12-20T21:59:04.551Z | [ recovery-image] Dec 20 21:59:02.385 INFO O| Dec 20 21:59:02.385 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-12-20T21:59:04.582Z | [ recovery-image] Dec 20 21:59:02.416 INFO O| Dec 20 21:59:02.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4608 | 2024-12-20T21:59:04.582Z | [ recovery-image] Dec 20 21:59:02.416 INFO O| Dec 20 21:59:02.416 INFO STEP 97 (remove_files) COMPLETE |
4609 | 2024-12-20T21:59:04.582Z | [ recovery-image] Dec 20 21:59:02.416 INFO O| Dec 20 21:59:02.416 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-12-20T21:59:04.623Z | [ recovery-image] Dec 20 21:59:02.457 INFO O| Dec 20 21:59:02.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4611 | 2024-12-20T21:59:04.623Z | [ recovery-image] Dec 20 21:59:02.457 INFO O| Dec 20 21:59:02.457 INFO STEP 98 (remove_files) COMPLETE |
4612 | 2024-12-20T21:59:04.623Z | [ recovery-image] Dec 20 21:59:02.457 INFO O| Dec 20 21:59:02.457 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2024-12-20T21:59:04.645Z | [ recovery-image] Dec 20 21:59:02.478 INFO O| Dec 20 21:59:02.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4614 | 2024-12-20T21:59:04.645Z | [ recovery-image] Dec 20 21:59:02.478 INFO O| Dec 20 21:59:02.478 INFO STEP 99 (remove_files) COMPLETE |
4615 | 2024-12-20T21:59:04.647Z | [ recovery-image] Dec 20 21:59:02.478 INFO O| Dec 20 21:59:02.478 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4616 | 2024-12-20T21:59:04.667Z | [ recovery-image] Dec 20 21:59:02.501 INFO O| Dec 20 21:59:02.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4617 | 2024-12-20T21:59:04.667Z | [ recovery-image] Dec 20 21:59:02.501 INFO O| Dec 20 21:59:02.501 INFO STEP 100 (remove_files) COMPLETE |
4618 | 2024-12-20T21:59:04.667Z | [ recovery-image] Dec 20 21:59:02.501 INFO O| Dec 20 21:59:02.501 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2024-12-20T21:59:04.701Z | [ recovery-image] Dec 20 21:59:02.535 INFO O| Dec 20 21:59:02.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4620 | 2024-12-20T21:59:04.710Z | [ recovery-image] Dec 20 21:59:02.542 INFO O| Dec 20 21:59:02.542 INFO STEP 101 (remove_files) COMPLETE |
4621 | 2024-12-20T21:59:04.710Z | [ recovery-image] Dec 20 21:59:02.542 INFO O| Dec 20 21:59:02.542 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2024-12-20T21:59:04.743Z | [ recovery-image] Dec 20 21:59:02.576 INFO O| Dec 20 21:59:02.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4623 | 2024-12-20T21:59:04.743Z | [ recovery-image] Dec 20 21:59:02.576 INFO O| Dec 20 21:59:02.576 INFO STEP 102 (remove_files) COMPLETE |
4624 | 2024-12-20T21:59:04.746Z | [ recovery-image] Dec 20 21:59:02.576 INFO O| Dec 20 21:59:02.576 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-12-20T21:59:04.760Z | [ recovery-image] Dec 20 21:59:02.594 INFO O| Dec 20 21:59:02.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4626 | 2024-12-20T21:59:04.760Z | [ recovery-image] Dec 20 21:59:02.594 INFO O| Dec 20 21:59:02.594 INFO STEP 103 (remove_files) COMPLETE |
4627 | 2024-12-20T21:59:04.763Z | [ recovery-image] Dec 20 21:59:02.594 INFO O| Dec 20 21:59:02.594 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2024-12-20T21:59:04.817Z | [ recovery-image] Dec 20 21:59:02.651 INFO O| Dec 20 21:59:02.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4629 | 2024-12-20T21:59:04.817Z | [ recovery-image] Dec 20 21:59:02.651 INFO O| Dec 20 21:59:02.651 INFO STEP 104 (remove_files) COMPLETE |
4630 | 2024-12-20T21:59:04.820Z | [ recovery-image] Dec 20 21:59:02.651 INFO O| Dec 20 21:59:02.651 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-12-20T21:59:04.841Z | [ host-image] Dec 20 21:59:02.675 INFO O| Dec 20 21:59:02.675 INFO O| Download: 21003/22788 items 179.1/199.7MB 89% complete (738k/s) |
4632 | 2024-12-20T21:59:04.846Z | [ recovery-image] Dec 20 21:59:02.680 INFO O| Dec 20 21:59:02.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4633 | 2024-12-20T21:59:04.849Z | [ recovery-image] Dec 20 21:59:02.680 INFO O| Dec 20 21:59:02.680 INFO STEP 105 (remove_files) COMPLETE |
4634 | 2024-12-20T21:59:04.849Z | [ recovery-image] Dec 20 21:59:02.680 INFO O| Dec 20 21:59:02.680 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4635 | 2024-12-20T21:59:04.866Z | [ recovery-image] Dec 20 21:59:02.700 INFO O| Dec 20 21:59:02.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4636 | 2024-12-20T21:59:04.866Z | [ recovery-image] Dec 20 21:59:02.700 INFO O| Dec 20 21:59:02.700 INFO STEP 106 (remove_files) COMPLETE |
4637 | 2024-12-20T21:59:04.869Z | [ recovery-image] Dec 20 21:59:02.700 INFO O| Dec 20 21:59:02.700 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4638 | 2024-12-20T21:59:04.885Z | [ recovery-image] Dec 20 21:59:02.718 INFO O| Dec 20 21:59:02.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4639 | 2024-12-20T21:59:04.885Z | [ recovery-image] Dec 20 21:59:02.718 INFO O| Dec 20 21:59:02.718 INFO STEP 107 (remove_files) COMPLETE |
4640 | 2024-12-20T21:59:04.885Z | [ recovery-image] Dec 20 21:59:02.718 INFO O| Dec 20 21:59:02.718 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4641 | 2024-12-20T21:59:04.913Z | [ recovery-image] Dec 20 21:59:02.747 INFO O| Dec 20 21:59:02.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4642 | 2024-12-20T21:59:04.913Z | [ recovery-image] Dec 20 21:59:02.747 INFO O| Dec 20 21:59:02.747 INFO STEP 108 (remove_files) COMPLETE |
4643 | 2024-12-20T21:59:04.913Z | [ recovery-image] Dec 20 21:59:02.747 INFO O| Dec 20 21:59:02.747 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4644 | 2024-12-20T21:59:04.973Z | [ recovery-image] Dec 20 21:59:02.807 INFO O| Dec 20 21:59:02.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4645 | 2024-12-20T21:59:04.974Z | [ recovery-image] Dec 20 21:59:02.807 INFO O| Dec 20 21:59:02.807 INFO STEP 109 (remove_files) COMPLETE |
4646 | 2024-12-20T21:59:04.976Z | [ recovery-image] Dec 20 21:59:02.807 INFO O| Dec 20 21:59:02.807 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4647 | 2024-12-20T21:59:05.026Z | [ recovery-image] Dec 20 21:59:02.860 INFO O| Dec 20 21:59:02.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4648 | 2024-12-20T21:59:05.026Z | [ recovery-image] Dec 20 21:59:02.860 INFO O| Dec 20 21:59:02.860 INFO STEP 110 (remove_files) COMPLETE |
4649 | 2024-12-20T21:59:05.037Z | [ recovery-image] Dec 20 21:59:02.860 INFO O| Dec 20 21:59:02.860 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4650 | 2024-12-20T21:59:05.086Z | [ recovery-image] Dec 20 21:59:02.919 INFO O| Dec 20 21:59:02.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4651 | 2024-12-20T21:59:05.088Z | [ recovery-image] Dec 20 21:59:02.922 INFO O| Dec 20 21:59:02.922 INFO STEP 111 (remove_files) COMPLETE |
4652 | 2024-12-20T21:59:05.088Z | [ recovery-image] Dec 20 21:59:02.922 INFO O| Dec 20 21:59:02.922 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4653 | 2024-12-20T21:59:05.135Z | [ recovery-image] Dec 20 21:59:02.969 INFO O| Dec 20 21:59:02.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4654 | 2024-12-20T21:59:05.138Z | [ recovery-image] Dec 20 21:59:02.969 INFO O| Dec 20 21:59:02.969 INFO STEP 112 (remove_files) COMPLETE |
4655 | 2024-12-20T21:59:05.138Z | [ recovery-image] Dec 20 21:59:02.969 INFO O| Dec 20 21:59:02.969 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4656 | 2024-12-20T21:59:05.173Z | [ recovery-image] Dec 20 21:59:03.007 INFO O| Dec 20 21:59:03.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4657 | 2024-12-20T21:59:05.174Z | [ recovery-image] Dec 20 21:59:03.007 INFO O| Dec 20 21:59:03.007 INFO STEP 113 (remove_files) COMPLETE |
4658 | 2024-12-20T21:59:05.176Z | [ recovery-image] Dec 20 21:59:03.007 INFO O| Dec 20 21:59:03.007 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4659 | 2024-12-20T21:59:05.216Z | [ recovery-image] Dec 20 21:59:03.050 INFO O| Dec 20 21:59:03.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4660 | 2024-12-20T21:59:05.216Z | [ recovery-image] Dec 20 21:59:03.050 INFO O| Dec 20 21:59:03.050 INFO STEP 114 (remove_files) COMPLETE |
4661 | 2024-12-20T21:59:05.216Z | [ recovery-image] Dec 20 21:59:03.050 INFO O| Dec 20 21:59:03.050 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4662 | 2024-12-20T21:59:05.235Z | [ recovery-image] Dec 20 21:59:03.068 INFO O| Dec 20 21:59:03.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4663 | 2024-12-20T21:59:05.235Z | [ recovery-image] Dec 20 21:59:03.069 INFO O| Dec 20 21:59:03.068 INFO STEP 115 (remove_files) COMPLETE |
4664 | 2024-12-20T21:59:05.235Z | [ recovery-image] Dec 20 21:59:03.069 INFO O| Dec 20 21:59:03.069 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4665 | 2024-12-20T21:59:05.254Z | [ recovery-image] Dec 20 21:59:03.087 INFO O| Dec 20 21:59:03.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4666 | 2024-12-20T21:59:05.254Z | [ recovery-image] Dec 20 21:59:03.087 INFO O| Dec 20 21:59:03.087 INFO STEP 116 (remove_files) COMPLETE |
4667 | 2024-12-20T21:59:05.256Z | [ recovery-image] Dec 20 21:59:03.087 INFO O| Dec 20 21:59:03.087 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4668 | 2024-12-20T21:59:05.274Z | [ recovery-image] Dec 20 21:59:03.107 INFO O| Dec 20 21:59:03.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4669 | 2024-12-20T21:59:05.288Z | [ recovery-image] Dec 20 21:59:03.122 INFO O| Dec 20 21:59:03.122 INFO STEP 117 (remove_files) COMPLETE |
4670 | 2024-12-20T21:59:05.291Z | [ recovery-image] Dec 20 21:59:03.122 INFO O| Dec 20 21:59:03.122 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4671 | 2024-12-20T21:59:05.316Z | [ recovery-image] Dec 20 21:59:03.150 INFO O| Dec 20 21:59:03.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4672 | 2024-12-20T21:59:05.320Z | [ recovery-image] Dec 20 21:59:03.150 INFO O| Dec 20 21:59:03.150 INFO STEP 118 (remove_files) COMPLETE |
4673 | 2024-12-20T21:59:05.320Z | [ recovery-image] Dec 20 21:59:03.150 INFO O| Dec 20 21:59:03.150 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4674 | 2024-12-20T21:59:05.335Z | [ recovery-image] Dec 20 21:59:03.169 INFO O| Dec 20 21:59:03.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4675 | 2024-12-20T21:59:05.337Z | [ recovery-image] Dec 20 21:59:03.170 INFO O| Dec 20 21:59:03.170 INFO STEP 119 (remove_files) COMPLETE |
4676 | 2024-12-20T21:59:05.337Z | [ recovery-image] Dec 20 21:59:03.170 INFO O| Dec 20 21:59:03.170 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4677 | 2024-12-20T21:59:05.462Z | [ recovery-image] Dec 20 21:59:03.296 INFO O| Dec 20 21:59:03.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4678 | 2024-12-20T21:59:05.466Z | [ recovery-image] Dec 20 21:59:03.296 INFO O| Dec 20 21:59:03.296 INFO STEP 120 (remove_files) COMPLETE |
4679 | 2024-12-20T21:59:05.466Z | [ recovery-image] Dec 20 21:59:03.296 INFO O| Dec 20 21:59:03.296 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4680 | 2024-12-20T21:59:05.505Z | [ recovery-image] Dec 20 21:59:03.339 INFO O| Dec 20 21:59:03.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4681 | 2024-12-20T21:59:05.508Z | [ recovery-image] Dec 20 21:59:03.339 INFO O| Dec 20 21:59:03.339 INFO STEP 121 (remove_files) COMPLETE |
4682 | 2024-12-20T21:59:05.508Z | [ recovery-image] Dec 20 21:59:03.339 INFO O| Dec 20 21:59:03.339 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4683 | 2024-12-20T21:59:05.525Z | [ recovery-image] Dec 20 21:59:03.358 INFO O| Dec 20 21:59:03.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4684 | 2024-12-20T21:59:05.527Z | [ recovery-image] Dec 20 21:59:03.358 INFO O| Dec 20 21:59:03.358 INFO STEP 122 (remove_files) COMPLETE |
4685 | 2024-12-20T21:59:05.527Z | [ recovery-image] Dec 20 21:59:03.358 INFO O| Dec 20 21:59:03.358 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4686 | 2024-12-20T21:59:05.546Z | [ recovery-image] Dec 20 21:59:03.378 INFO O| Dec 20 21:59:03.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4687 | 2024-12-20T21:59:05.549Z | [ recovery-image] Dec 20 21:59:03.379 INFO O| Dec 20 21:59:03.379 INFO STEP 123 (remove_files) COMPLETE |
4688 | 2024-12-20T21:59:05.549Z | [ recovery-image] Dec 20 21:59:03.379 INFO O| Dec 20 21:59:03.379 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4689 | 2024-12-20T21:59:05.565Z | [ recovery-image] Dec 20 21:59:03.398 INFO O| Dec 20 21:59:03.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4690 | 2024-12-20T21:59:05.567Z | [ recovery-image] Dec 20 21:59:03.398 INFO O| Dec 20 21:59:03.398 INFO STEP 124 (remove_files) COMPLETE |
4691 | 2024-12-20T21:59:05.567Z | [ recovery-image] Dec 20 21:59:03.398 INFO O| Dec 20 21:59:03.398 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4692 | 2024-12-20T21:59:05.584Z | [ recovery-image] Dec 20 21:59:03.418 INFO O| Dec 20 21:59:03.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4693 | 2024-12-20T21:59:05.587Z | [ recovery-image] Dec 20 21:59:03.418 INFO O| Dec 20 21:59:03.418 INFO STEP 125 (remove_files) COMPLETE |
4694 | 2024-12-20T21:59:05.587Z | [ recovery-image] Dec 20 21:59:03.418 INFO O| Dec 20 21:59:03.418 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4695 | 2024-12-20T21:59:05.607Z | [ recovery-image] Dec 20 21:59:03.441 INFO O| Dec 20 21:59:03.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4696 | 2024-12-20T21:59:05.610Z | [ recovery-image] Dec 20 21:59:03.441 INFO O| Dec 20 21:59:03.441 INFO STEP 126 (remove_files) COMPLETE |
4697 | 2024-12-20T21:59:05.610Z | [ recovery-image] Dec 20 21:59:03.441 INFO O| Dec 20 21:59:03.441 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4698 | 2024-12-20T21:59:05.628Z | [ recovery-image] Dec 20 21:59:03.461 INFO O| Dec 20 21:59:03.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4699 | 2024-12-20T21:59:05.631Z | [ recovery-image] Dec 20 21:59:03.461 INFO O| Dec 20 21:59:03.461 INFO STEP 127 (remove_files) COMPLETE |
4700 | 2024-12-20T21:59:05.631Z | [ recovery-image] Dec 20 21:59:03.461 INFO O| Dec 20 21:59:03.461 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4701 | 2024-12-20T21:59:05.646Z | [ recovery-image] Dec 20 21:59:03.480 INFO O| Dec 20 21:59:03.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4702 | 2024-12-20T21:59:05.649Z | [ recovery-image] Dec 20 21:59:03.480 INFO O| Dec 20 21:59:03.480 INFO STEP 128 (remove_files) COMPLETE |
4703 | 2024-12-20T21:59:05.649Z | [ recovery-image] Dec 20 21:59:03.480 INFO O| Dec 20 21:59:03.480 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4704 | 2024-12-20T21:59:05.664Z | [ recovery-image] Dec 20 21:59:03.498 INFO O| Dec 20 21:59:03.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4705 | 2024-12-20T21:59:05.667Z | [ recovery-image] Dec 20 21:59:03.498 INFO O| Dec 20 21:59:03.498 INFO STEP 129 (remove_files) COMPLETE |
4706 | 2024-12-20T21:59:05.667Z | [ recovery-image] Dec 20 21:59:03.498 INFO O| Dec 20 21:59:03.498 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4707 | 2024-12-20T21:59:05.682Z | [ recovery-image] Dec 20 21:59:03.516 INFO O| Dec 20 21:59:03.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4708 | 2024-12-20T21:59:05.682Z | [ recovery-image] Dec 20 21:59:03.516 INFO O| Dec 20 21:59:03.516 INFO STEP 130 (remove_files) COMPLETE |
4709 | 2024-12-20T21:59:05.685Z | [ recovery-image] Dec 20 21:59:03.516 INFO O| Dec 20 21:59:03.516 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4710 | 2024-12-20T21:59:05.699Z | [ recovery-image] Dec 20 21:59:03.533 INFO O| Dec 20 21:59:03.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4711 | 2024-12-20T21:59:05.713Z | [ recovery-image] Dec 20 21:59:03.533 INFO O| Dec 20 21:59:03.533 INFO STEP 131 (remove_files) COMPLETE |
4712 | 2024-12-20T21:59:05.713Z | [ recovery-image] Dec 20 21:59:03.533 INFO O| Dec 20 21:59:03.533 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4713 | 2024-12-20T21:59:05.718Z | [ recovery-image] Dec 20 21:59:03.552 INFO O| Dec 20 21:59:03.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4714 | 2024-12-20T21:59:05.720Z | [ recovery-image] Dec 20 21:59:03.552 INFO O| Dec 20 21:59:03.552 INFO STEP 132 (remove_files) COMPLETE |
4715 | 2024-12-20T21:59:05.720Z | [ recovery-image] Dec 20 21:59:03.552 INFO O| Dec 20 21:59:03.552 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4716 | 2024-12-20T21:59:05.737Z | [ recovery-image] Dec 20 21:59:03.571 INFO O| Dec 20 21:59:03.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4717 | 2024-12-20T21:59:05.740Z | [ recovery-image] Dec 20 21:59:03.571 INFO O| Dec 20 21:59:03.571 INFO STEP 133 (remove_files) COMPLETE |
4718 | 2024-12-20T21:59:05.740Z | [ recovery-image] Dec 20 21:59:03.571 INFO O| Dec 20 21:59:03.571 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4719 | 2024-12-20T21:59:05.757Z | [ recovery-image] Dec 20 21:59:03.591 INFO O| Dec 20 21:59:03.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4720 | 2024-12-20T21:59:05.760Z | [ recovery-image] Dec 20 21:59:03.591 INFO O| Dec 20 21:59:03.591 INFO STEP 134 (remove_files) COMPLETE |
4721 | 2024-12-20T21:59:05.760Z | [ recovery-image] Dec 20 21:59:03.591 INFO O| Dec 20 21:59:03.591 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4722 | 2024-12-20T21:59:05.778Z | [ recovery-image] Dec 20 21:59:03.611 INFO O| Dec 20 21:59:03.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4723 | 2024-12-20T21:59:05.780Z | [ recovery-image] Dec 20 21:59:03.612 INFO O| Dec 20 21:59:03.611 INFO STEP 135 (remove_files) COMPLETE |
4724 | 2024-12-20T21:59:05.781Z | [ recovery-image] Dec 20 21:59:03.612 INFO O| Dec 20 21:59:03.612 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4725 | 2024-12-20T21:59:05.799Z | [ recovery-image] Dec 20 21:59:03.633 INFO O| Dec 20 21:59:03.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4726 | 2024-12-20T21:59:05.802Z | [ recovery-image] Dec 20 21:59:03.633 INFO O| Dec 20 21:59:03.633 INFO STEP 136 (remove_files) COMPLETE |
4727 | 2024-12-20T21:59:05.802Z | [ recovery-image] Dec 20 21:59:03.633 INFO O| Dec 20 21:59:03.633 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4728 | 2024-12-20T21:59:05.820Z | [ recovery-image] Dec 20 21:59:03.654 INFO O| Dec 20 21:59:03.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4729 | 2024-12-20T21:59:05.822Z | [ recovery-image] Dec 20 21:59:03.654 INFO O| Dec 20 21:59:03.654 INFO STEP 137 (remove_files) COMPLETE |
4730 | 2024-12-20T21:59:05.822Z | [ recovery-image] Dec 20 21:59:03.654 INFO O| Dec 20 21:59:03.654 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4731 | 2024-12-20T21:59:05.839Z | [ recovery-image] Dec 20 21:59:03.673 INFO O| Dec 20 21:59:03.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4732 | 2024-12-20T21:59:05.842Z | [ recovery-image] Dec 20 21:59:03.673 INFO O| Dec 20 21:59:03.673 INFO STEP 138 (remove_files) COMPLETE |
4733 | 2024-12-20T21:59:05.842Z | [ recovery-image] Dec 20 21:59:03.673 INFO O| Dec 20 21:59:03.673 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4734 | 2024-12-20T21:59:05.860Z | [ recovery-image] Dec 20 21:59:03.694 INFO O| Dec 20 21:59:03.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4735 | 2024-12-20T21:59:05.863Z | [ recovery-image] Dec 20 21:59:03.694 INFO O| Dec 20 21:59:03.694 INFO STEP 139 (remove_files) COMPLETE |
4736 | 2024-12-20T21:59:05.863Z | [ recovery-image] Dec 20 21:59:03.694 INFO O| Dec 20 21:59:03.694 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4737 | 2024-12-20T21:59:05.881Z | [ recovery-image] Dec 20 21:59:03.715 INFO O| Dec 20 21:59:03.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4738 | 2024-12-20T21:59:05.886Z | [ recovery-image] Dec 20 21:59:03.715 INFO O| Dec 20 21:59:03.715 INFO STEP 140 (remove_files) COMPLETE |
4739 | 2024-12-20T21:59:05.886Z | [ recovery-image] Dec 20 21:59:03.715 INFO O| Dec 20 21:59:03.715 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2024-12-20T21:59:05.901Z | [ recovery-image] Dec 20 21:59:03.735 INFO O| Dec 20 21:59:03.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4741 | 2024-12-20T21:59:05.904Z | [ recovery-image] Dec 20 21:59:03.735 INFO O| Dec 20 21:59:03.735 INFO STEP 141 (remove_files) COMPLETE |
4742 | 2024-12-20T21:59:05.904Z | [ recovery-image] Dec 20 21:59:03.735 INFO O| Dec 20 21:59:03.735 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2024-12-20T21:59:05.921Z | [ recovery-image] Dec 20 21:59:03.754 INFO O| Dec 20 21:59:03.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4744 | 2024-12-20T21:59:05.932Z | [ recovery-image] Dec 20 21:59:03.765 INFO O| Dec 20 21:59:03.765 INFO STEP 142 (remove_files) COMPLETE |
4745 | 2024-12-20T21:59:05.932Z | [ recovery-image] Dec 20 21:59:03.765 INFO O| Dec 20 21:59:03.765 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4746 | 2024-12-20T21:59:05.984Z | [ recovery-image] Dec 20 21:59:03.818 INFO O| Dec 20 21:59:03.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4747 | 2024-12-20T21:59:05.984Z | [ recovery-image] Dec 20 21:59:03.818 INFO O| Dec 20 21:59:03.818 INFO STEP 143 (remove_files) COMPLETE |
4748 | 2024-12-20T21:59:05.987Z | [ recovery-image] Dec 20 21:59:03.818 INFO O| Dec 20 21:59:03.818 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4749 | 2024-12-20T21:59:06.022Z | [ recovery-image] Dec 20 21:59:03.855 INFO O| Dec 20 21:59:03.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4750 | 2024-12-20T21:59:06.022Z | [ recovery-image] Dec 20 21:59:03.855 INFO O| Dec 20 21:59:03.855 INFO STEP 144 (remove_files) COMPLETE |
4751 | 2024-12-20T21:59:06.024Z | [ recovery-image] Dec 20 21:59:03.856 INFO O| Dec 20 21:59:03.855 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2024-12-20T21:59:06.041Z | [ recovery-image] Dec 20 21:59:03.874 INFO O| Dec 20 21:59:03.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4753 | 2024-12-20T21:59:06.041Z | [ recovery-image] Dec 20 21:59:03.874 INFO O| Dec 20 21:59:03.874 INFO STEP 145 (remove_files) COMPLETE |
4754 | 2024-12-20T21:59:06.044Z | [ recovery-image] Dec 20 21:59:03.875 INFO O| Dec 20 21:59:03.875 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4755 | 2024-12-20T21:59:06.061Z | [ recovery-image] Dec 20 21:59:03.892 INFO O| Dec 20 21:59:03.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4756 | 2024-12-20T21:59:06.061Z | [ recovery-image] Dec 20 21:59:03.892 INFO O| Dec 20 21:59:03.892 INFO STEP 146 (remove_files) COMPLETE |
4757 | 2024-12-20T21:59:06.066Z | [ recovery-image] Dec 20 21:59:03.893 INFO O| Dec 20 21:59:03.892 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4758 | 2024-12-20T21:59:06.091Z | [ recovery-image] Dec 20 21:59:03.924 INFO O| Dec 20 21:59:03.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4759 | 2024-12-20T21:59:06.091Z | [ recovery-image] Dec 20 21:59:03.924 INFO O| Dec 20 21:59:03.924 INFO STEP 147 (remove_files) COMPLETE |
4760 | 2024-12-20T21:59:06.091Z | [ recovery-image] Dec 20 21:59:03.924 INFO O| Dec 20 21:59:03.924 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4761 | 2024-12-20T21:59:06.128Z | [ recovery-image] Dec 20 21:59:03.960 INFO O| Dec 20 21:59:03.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4762 | 2024-12-20T21:59:06.128Z | [ recovery-image] Dec 20 21:59:03.960 INFO O| Dec 20 21:59:03.960 INFO STEP 148 (remove_files) COMPLETE |
4763 | 2024-12-20T21:59:06.128Z | [ recovery-image] Dec 20 21:59:03.960 INFO O| Dec 20 21:59:03.960 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4764 | 2024-12-20T21:59:06.215Z | [ recovery-image] Dec 20 21:59:04.049 INFO O| Dec 20 21:59:04.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4765 | 2024-12-20T21:59:06.218Z | [ recovery-image] Dec 20 21:59:04.049 INFO O| Dec 20 21:59:04.049 INFO STEP 149 (remove_files) COMPLETE |
4766 | 2024-12-20T21:59:06.218Z | [ recovery-image] Dec 20 21:59:04.049 INFO O| Dec 20 21:59:04.049 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4767 | 2024-12-20T21:59:06.235Z | [ recovery-image] Dec 20 21:59:04.069 INFO O| Dec 20 21:59:04.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4768 | 2024-12-20T21:59:06.235Z | [ recovery-image] Dec 20 21:59:04.069 INFO O| Dec 20 21:59:04.069 INFO STEP 150 (remove_files) COMPLETE |
4769 | 2024-12-20T21:59:06.237Z | [ recovery-image] Dec 20 21:59:04.069 INFO O| Dec 20 21:59:04.069 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4770 | 2024-12-20T21:59:06.254Z | [ recovery-image] Dec 20 21:59:04.088 INFO O| Dec 20 21:59:04.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4771 | 2024-12-20T21:59:06.254Z | [ recovery-image] Dec 20 21:59:04.088 INFO O| Dec 20 21:59:04.088 INFO STEP 151 (remove_files) COMPLETE |
4772 | 2024-12-20T21:59:06.257Z | [ recovery-image] Dec 20 21:59:04.088 INFO O| Dec 20 21:59:04.088 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4773 | 2024-12-20T21:59:06.272Z | [ recovery-image] Dec 20 21:59:04.105 INFO O| Dec 20 21:59:04.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4774 | 2024-12-20T21:59:06.274Z | [ recovery-image] Dec 20 21:59:04.105 INFO O| Dec 20 21:59:04.105 INFO STEP 152 (remove_files) COMPLETE |
4775 | 2024-12-20T21:59:06.275Z | [ recovery-image] Dec 20 21:59:04.105 INFO O| Dec 20 21:59:04.105 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4776 | 2024-12-20T21:59:06.290Z | [ recovery-image] Dec 20 21:59:04.123 INFO O| Dec 20 21:59:04.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4777 | 2024-12-20T21:59:06.290Z | [ recovery-image] Dec 20 21:59:04.123 INFO O| Dec 20 21:59:04.123 INFO STEP 153 (remove_files) COMPLETE |
4778 | 2024-12-20T21:59:06.290Z | [ recovery-image] Dec 20 21:59:04.123 INFO O| Dec 20 21:59:04.123 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4779 | 2024-12-20T21:59:06.307Z | [ recovery-image] Dec 20 21:59:04.141 INFO O| Dec 20 21:59:04.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4780 | 2024-12-20T21:59:06.308Z | [ recovery-image] Dec 20 21:59:04.141 INFO O| Dec 20 21:59:04.141 INFO STEP 154 (remove_files) COMPLETE |
4781 | 2024-12-20T21:59:06.308Z | [ recovery-image] Dec 20 21:59:04.141 INFO O| Dec 20 21:59:04.141 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4782 | 2024-12-20T21:59:06.336Z | [ recovery-image] Dec 20 21:59:04.169 INFO O| Dec 20 21:59:04.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4783 | 2024-12-20T21:59:06.336Z | [ recovery-image] Dec 20 21:59:04.169 INFO O| Dec 20 21:59:04.169 INFO STEP 155 (remove_files) COMPLETE |
4784 | 2024-12-20T21:59:06.336Z | [ recovery-image] Dec 20 21:59:04.169 INFO O| Dec 20 21:59:04.169 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4785 | 2024-12-20T21:59:06.370Z | [ recovery-image] Dec 20 21:59:04.204 INFO O| Dec 20 21:59:04.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4786 | 2024-12-20T21:59:06.373Z | [ recovery-image] Dec 20 21:59:04.205 INFO O| Dec 20 21:59:04.205 INFO STEP 156 (remove_files) COMPLETE |
4787 | 2024-12-20T21:59:06.373Z | [ recovery-image] Dec 20 21:59:04.205 INFO O| Dec 20 21:59:04.205 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4788 | 2024-12-20T21:59:06.415Z | [ recovery-image] Dec 20 21:59:04.248 INFO O| Dec 20 21:59:04.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4789 | 2024-12-20T21:59:06.418Z | [ recovery-image] Dec 20 21:59:04.250 INFO O| Dec 20 21:59:04.250 INFO STEP 157 (remove_files) COMPLETE |
4790 | 2024-12-20T21:59:06.418Z | [ recovery-image] Dec 20 21:59:04.250 INFO O| Dec 20 21:59:04.250 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4791 | 2024-12-20T21:59:06.479Z | [ recovery-image] Dec 20 21:59:04.313 INFO O| Dec 20 21:59:04.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4792 | 2024-12-20T21:59:06.479Z | [ recovery-image] Dec 20 21:59:04.313 INFO O| Dec 20 21:59:04.313 INFO STEP 158 (remove_files) COMPLETE |
4793 | 2024-12-20T21:59:06.480Z | [ recovery-image] Dec 20 21:59:04.313 INFO O| Dec 20 21:59:04.313 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4794 | 2024-12-20T21:59:06.510Z | [ recovery-image] Dec 20 21:59:04.344 INFO O| Dec 20 21:59:04.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4795 | 2024-12-20T21:59:06.513Z | [ recovery-image] Dec 20 21:59:04.344 INFO O| Dec 20 21:59:04.344 INFO STEP 159 (remove_files) COMPLETE |
4796 | 2024-12-20T21:59:06.513Z | [ recovery-image] Dec 20 21:59:04.344 INFO O| Dec 20 21:59:04.344 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4797 | 2024-12-20T21:59:06.536Z | [ recovery-image] Dec 20 21:59:04.369 INFO O| Dec 20 21:59:04.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4798 | 2024-12-20T21:59:06.544Z | [ recovery-image] Dec 20 21:59:04.369 INFO O| Dec 20 21:59:04.369 INFO STEP 160 (remove_files) COMPLETE |
4799 | 2024-12-20T21:59:06.544Z | [ recovery-image] Dec 20 21:59:04.369 INFO O| Dec 20 21:59:04.369 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4800 | 2024-12-20T21:59:06.555Z | [ recovery-image] Dec 20 21:59:04.389 INFO O| Dec 20 21:59:04.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4801 | 2024-12-20T21:59:06.564Z | [ recovery-image] Dec 20 21:59:04.389 INFO O| Dec 20 21:59:04.389 INFO STEP 161 (remove_files) COMPLETE |
4802 | 2024-12-20T21:59:06.564Z | [ recovery-image] Dec 20 21:59:04.389 INFO O| Dec 20 21:59:04.389 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4803 | 2024-12-20T21:59:06.592Z | [ recovery-image] Dec 20 21:59:04.425 INFO O| Dec 20 21:59:04.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4804 | 2024-12-20T21:59:06.592Z | [ recovery-image] Dec 20 21:59:04.425 INFO O| Dec 20 21:59:04.425 INFO STEP 162 (remove_files) COMPLETE |
4805 | 2024-12-20T21:59:06.592Z | [ recovery-image] Dec 20 21:59:04.425 INFO O| Dec 20 21:59:04.425 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4806 | 2024-12-20T21:59:06.611Z | [ recovery-image] Dec 20 21:59:04.444 INFO O| Dec 20 21:59:04.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4807 | 2024-12-20T21:59:06.611Z | [ recovery-image] Dec 20 21:59:04.444 INFO O| Dec 20 21:59:04.444 INFO STEP 163 (remove_files) COMPLETE |
4808 | 2024-12-20T21:59:06.611Z | [ recovery-image] Dec 20 21:59:04.444 INFO O| Dec 20 21:59:04.444 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4809 | 2024-12-20T21:59:06.649Z | [ recovery-image] Dec 20 21:59:04.482 INFO O| Dec 20 21:59:04.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4810 | 2024-12-20T21:59:06.649Z | [ recovery-image] Dec 20 21:59:04.482 INFO O| Dec 20 21:59:04.482 INFO STEP 164 (remove_files) COMPLETE |
4811 | 2024-12-20T21:59:06.649Z | [ recovery-image] Dec 20 21:59:04.482 INFO O| Dec 20 21:59:04.482 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4812 | 2024-12-20T21:59:06.715Z | [ recovery-image] Dec 20 21:59:04.548 INFO O| Dec 20 21:59:04.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4813 | 2024-12-20T21:59:06.715Z | [ recovery-image] Dec 20 21:59:04.548 INFO O| Dec 20 21:59:04.548 INFO STEP 165 (remove_files) COMPLETE |
4814 | 2024-12-20T21:59:06.718Z | [ recovery-image] Dec 20 21:59:04.548 INFO O| Dec 20 21:59:04.548 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4815 | 2024-12-20T21:59:06.775Z | [ recovery-image] Dec 20 21:59:04.609 INFO O| Dec 20 21:59:04.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4816 | 2024-12-20T21:59:06.790Z | [ recovery-image] Dec 20 21:59:04.623 INFO O| Dec 20 21:59:04.623 INFO STEP 166 (remove_files) COMPLETE |
4817 | 2024-12-20T21:59:06.790Z | [ recovery-image] Dec 20 21:59:04.623 INFO O| Dec 20 21:59:04.623 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4818 | 2024-12-20T21:59:06.828Z | [ recovery-image] Dec 20 21:59:04.661 INFO O| Dec 20 21:59:04.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4819 | 2024-12-20T21:59:06.828Z | [ recovery-image] Dec 20 21:59:04.661 INFO O| Dec 20 21:59:04.661 INFO STEP 167 (remove_files) COMPLETE |
4820 | 2024-12-20T21:59:06.828Z | [ recovery-image] Dec 20 21:59:04.661 INFO O| Dec 20 21:59:04.661 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4821 | 2024-12-20T21:59:06.853Z | [ recovery-image] Dec 20 21:59:04.687 INFO O| Dec 20 21:59:04.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4822 | 2024-12-20T21:59:06.853Z | [ recovery-image] Dec 20 21:59:04.687 INFO O| Dec 20 21:59:04.687 INFO STEP 168 (remove_files) COMPLETE |
4823 | 2024-12-20T21:59:06.856Z | [ recovery-image] Dec 20 21:59:04.687 INFO O| Dec 20 21:59:04.687 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4824 | 2024-12-20T21:59:06.873Z | [ recovery-image] Dec 20 21:59:04.707 INFO O| Dec 20 21:59:04.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4825 | 2024-12-20T21:59:06.873Z | [ recovery-image] Dec 20 21:59:04.707 INFO O| Dec 20 21:59:04.707 INFO STEP 169 (remove_files) COMPLETE |
4826 | 2024-12-20T21:59:06.876Z | [ recovery-image] Dec 20 21:59:04.707 INFO O| Dec 20 21:59:04.707 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4827 | 2024-12-20T21:59:06.892Z | [ recovery-image] Dec 20 21:59:04.726 INFO O| Dec 20 21:59:04.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4828 | 2024-12-20T21:59:06.896Z | [ recovery-image] Dec 20 21:59:04.726 INFO O| Dec 20 21:59:04.726 INFO STEP 170 (remove_files) COMPLETE |
4829 | 2024-12-20T21:59:06.896Z | [ recovery-image] Dec 20 21:59:04.726 INFO O| Dec 20 21:59:04.726 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4830 | 2024-12-20T21:59:06.929Z | [ recovery-image] Dec 20 21:59:04.762 INFO O| Dec 20 21:59:04.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4831 | 2024-12-20T21:59:06.929Z | [ recovery-image] Dec 20 21:59:04.762 INFO O| Dec 20 21:59:04.762 INFO STEP 171 (remove_files) COMPLETE |
4832 | 2024-12-20T21:59:06.929Z | [ recovery-image] Dec 20 21:59:04.762 INFO O| Dec 20 21:59:04.762 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4833 | 2024-12-20T21:59:06.966Z | [ recovery-image] Dec 20 21:59:04.799 INFO O| Dec 20 21:59:04.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4834 | 2024-12-20T21:59:06.969Z | [ recovery-image] Dec 20 21:59:04.799 INFO O| Dec 20 21:59:04.799 INFO STEP 172 (remove_files) COMPLETE |
4835 | 2024-12-20T21:59:06.969Z | [ recovery-image] Dec 20 21:59:04.800 INFO O| Dec 20 21:59:04.800 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4836 | 2024-12-20T21:59:07.038Z | [ recovery-image] Dec 20 21:59:04.871 INFO O| Dec 20 21:59:04.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4837 | 2024-12-20T21:59:07.038Z | [ recovery-image] Dec 20 21:59:04.871 INFO O| Dec 20 21:59:04.871 INFO STEP 173 (remove_files) COMPLETE |
4838 | 2024-12-20T21:59:07.038Z | [ recovery-image] Dec 20 21:59:04.871 INFO O| Dec 20 21:59:04.871 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4839 | 2024-12-20T21:59:07.072Z | [ recovery-image] Dec 20 21:59:04.905 INFO O| Dec 20 21:59:04.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4840 | 2024-12-20T21:59:07.075Z | [ recovery-image] Dec 20 21:59:04.905 INFO O| Dec 20 21:59:04.905 INFO STEP 174 (remove_files) COMPLETE |
4841 | 2024-12-20T21:59:07.075Z | [ recovery-image] Dec 20 21:59:04.905 INFO O| Dec 20 21:59:04.905 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4842 | 2024-12-20T21:59:07.106Z | [ recovery-image] Dec 20 21:59:04.939 INFO O| Dec 20 21:59:04.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4843 | 2024-12-20T21:59:07.109Z | [ recovery-image] Dec 20 21:59:04.939 INFO O| Dec 20 21:59:04.939 INFO STEP 175 (remove_files) COMPLETE |
4844 | 2024-12-20T21:59:07.109Z | [ recovery-image] Dec 20 21:59:04.939 INFO O| Dec 20 21:59:04.939 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4845 | 2024-12-20T21:59:07.127Z | [ recovery-image] Dec 20 21:59:04.961 INFO O| Dec 20 21:59:04.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4846 | 2024-12-20T21:59:07.130Z | [ recovery-image] Dec 20 21:59:04.961 INFO O| Dec 20 21:59:04.961 INFO STEP 176 (remove_files) COMPLETE |
4847 | 2024-12-20T21:59:07.130Z | [ recovery-image] Dec 20 21:59:04.961 INFO O| Dec 20 21:59:04.961 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4848 | 2024-12-20T21:59:07.148Z | [ recovery-image] Dec 20 21:59:04.982 INFO O| Dec 20 21:59:04.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4849 | 2024-12-20T21:59:07.151Z | [ recovery-image] Dec 20 21:59:04.982 INFO O| Dec 20 21:59:04.982 INFO STEP 177 (remove_files) COMPLETE |
4850 | 2024-12-20T21:59:07.151Z | [ recovery-image] Dec 20 21:59:04.982 INFO O| Dec 20 21:59:04.982 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4851 | 2024-12-20T21:59:07.205Z | [ recovery-image] Dec 20 21:59:05.038 INFO O| Dec 20 21:59:05.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4852 | 2024-12-20T21:59:07.205Z | [ recovery-image] Dec 20 21:59:05.038 INFO O| Dec 20 21:59:05.038 INFO STEP 178 (remove_files) COMPLETE |
4853 | 2024-12-20T21:59:07.205Z | [ recovery-image] Dec 20 21:59:05.038 INFO O| Dec 20 21:59:05.038 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4854 | 2024-12-20T21:59:07.228Z | [ recovery-image] Dec 20 21:59:05.061 INFO O| Dec 20 21:59:05.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4855 | 2024-12-20T21:59:07.228Z | [ recovery-image] Dec 20 21:59:05.061 INFO O| Dec 20 21:59:05.061 INFO STEP 179 (remove_files) COMPLETE |
4856 | 2024-12-20T21:59:07.230Z | [ recovery-image] Dec 20 21:59:05.061 INFO O| Dec 20 21:59:05.061 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4857 | 2024-12-20T21:59:07.250Z | [ recovery-image] Dec 20 21:59:05.083 INFO O| Dec 20 21:59:05.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4858 | 2024-12-20T21:59:07.250Z | [ recovery-image] Dec 20 21:59:05.083 INFO O| Dec 20 21:59:05.083 INFO STEP 180 (remove_files) COMPLETE |
4859 | 2024-12-20T21:59:07.250Z | [ recovery-image] Dec 20 21:59:05.083 INFO O| Dec 20 21:59:05.083 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4860 | 2024-12-20T21:59:07.270Z | [ recovery-image] Dec 20 21:59:05.103 INFO O| Dec 20 21:59:05.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4861 | 2024-12-20T21:59:07.270Z | [ recovery-image] Dec 20 21:59:05.103 INFO O| Dec 20 21:59:05.103 INFO STEP 181 (remove_files) COMPLETE |
4862 | 2024-12-20T21:59:07.270Z | [ recovery-image] Dec 20 21:59:05.103 INFO O| Dec 20 21:59:05.103 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4863 | 2024-12-20T21:59:07.291Z | [ recovery-image] Dec 20 21:59:05.124 INFO O| Dec 20 21:59:05.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4864 | 2024-12-20T21:59:07.291Z | [ recovery-image] Dec 20 21:59:05.125 INFO O| Dec 20 21:59:05.125 INFO STEP 182 (remove_files) COMPLETE |
4865 | 2024-12-20T21:59:07.291Z | [ recovery-image] Dec 20 21:59:05.125 INFO O| Dec 20 21:59:05.125 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4866 | 2024-12-20T21:59:07.311Z | [ recovery-image] Dec 20 21:59:05.144 INFO O| Dec 20 21:59:05.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4867 | 2024-12-20T21:59:07.311Z | [ recovery-image] Dec 20 21:59:05.144 INFO O| Dec 20 21:59:05.144 INFO STEP 183 (remove_files) COMPLETE |
4868 | 2024-12-20T21:59:07.317Z | [ recovery-image] Dec 20 21:59:05.145 INFO O| Dec 20 21:59:05.144 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4869 | 2024-12-20T21:59:07.333Z | [ recovery-image] Dec 20 21:59:05.164 INFO O| Dec 20 21:59:05.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4870 | 2024-12-20T21:59:07.333Z | [ recovery-image] Dec 20 21:59:05.164 INFO O| Dec 20 21:59:05.164 INFO STEP 184 (remove_files) COMPLETE |
4871 | 2024-12-20T21:59:07.336Z | [ recovery-image] Dec 20 21:59:05.164 INFO O| Dec 20 21:59:05.164 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4872 | 2024-12-20T21:59:07.367Z | [ recovery-image] Dec 20 21:59:05.200 INFO O| Dec 20 21:59:05.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4873 | 2024-12-20T21:59:07.367Z | [ recovery-image] Dec 20 21:59:05.200 INFO O| Dec 20 21:59:05.200 INFO STEP 185 (remove_files) COMPLETE |
4874 | 2024-12-20T21:59:07.367Z | [ recovery-image] Dec 20 21:59:05.200 INFO O| Dec 20 21:59:05.200 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4875 | 2024-12-20T21:59:07.415Z | [ recovery-image] Dec 20 21:59:05.248 INFO O| Dec 20 21:59:05.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4876 | 2024-12-20T21:59:07.415Z | [ recovery-image] Dec 20 21:59:05.248 INFO O| Dec 20 21:59:05.248 INFO STEP 186 (remove_files) COMPLETE |
4877 | 2024-12-20T21:59:07.419Z | [ recovery-image] Dec 20 21:59:05.248 INFO O| Dec 20 21:59:05.248 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4878 | 2024-12-20T21:59:07.463Z | [ recovery-image] Dec 20 21:59:05.296 INFO O| Dec 20 21:59:05.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4879 | 2024-12-20T21:59:07.463Z | [ recovery-image] Dec 20 21:59:05.296 INFO O| Dec 20 21:59:05.296 INFO STEP 187 (remove_files) COMPLETE |
4880 | 2024-12-20T21:59:07.465Z | [ recovery-image] Dec 20 21:59:05.296 INFO O| Dec 20 21:59:05.296 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4881 | 2024-12-20T21:59:07.517Z | [ recovery-image] Dec 20 21:59:05.350 INFO O| Dec 20 21:59:05.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4882 | 2024-12-20T21:59:07.518Z | [ recovery-image] Dec 20 21:59:05.350 INFO O| Dec 20 21:59:05.350 INFO STEP 188 (remove_files) COMPLETE |
4883 | 2024-12-20T21:59:07.518Z | [ recovery-image] Dec 20 21:59:05.350 INFO O| Dec 20 21:59:05.350 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4884 | 2024-12-20T21:59:07.539Z | [ recovery-image] Dec 20 21:59:05.372 INFO O| Dec 20 21:59:05.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4885 | 2024-12-20T21:59:07.539Z | [ recovery-image] Dec 20 21:59:05.372 INFO O| Dec 20 21:59:05.372 INFO STEP 189 (remove_files) COMPLETE |
4886 | 2024-12-20T21:59:07.539Z | [ recovery-image] Dec 20 21:59:05.372 INFO O| Dec 20 21:59:05.372 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4887 | 2024-12-20T21:59:07.577Z | [ recovery-image] Dec 20 21:59:05.405 INFO O| Dec 20 21:59:05.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4888 | 2024-12-20T21:59:07.608Z | [ recovery-image] Dec 20 21:59:05.405 INFO O| Dec 20 21:59:05.405 INFO STEP 190 (remove_files) COMPLETE |
4889 | 2024-12-20T21:59:07.608Z | [ recovery-image] Dec 20 21:59:05.405 INFO O| Dec 20 21:59:05.405 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4890 | 2024-12-20T21:59:07.619Z | [ recovery-image] Dec 20 21:59:05.427 INFO O| Dec 20 21:59:05.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4891 | 2024-12-20T21:59:07.619Z | [ recovery-image] Dec 20 21:59:05.428 INFO O| Dec 20 21:59:05.427 INFO STEP 191 (remove_files) COMPLETE |
4892 | 2024-12-20T21:59:07.619Z | [ recovery-image] Dec 20 21:59:05.428 INFO O| Dec 20 21:59:05.428 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4893 | 2024-12-20T21:59:07.623Z | [ recovery-image] Dec 20 21:59:05.447 INFO O| Dec 20 21:59:05.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4894 | 2024-12-20T21:59:07.623Z | [ recovery-image] Dec 20 21:59:05.448 INFO O| Dec 20 21:59:05.448 INFO STEP 192 (remove_files) COMPLETE |
4895 | 2024-12-20T21:59:07.623Z | [ recovery-image] Dec 20 21:59:05.448 INFO O| Dec 20 21:59:05.448 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4896 | 2024-12-20T21:59:07.647Z | [ recovery-image] Dec 20 21:59:05.480 INFO O| Dec 20 21:59:05.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4897 | 2024-12-20T21:59:07.647Z | [ recovery-image] Dec 20 21:59:05.480 INFO O| Dec 20 21:59:05.480 INFO STEP 193 (remove_files) COMPLETE |
4898 | 2024-12-20T21:59:07.650Z | [ recovery-image] Dec 20 21:59:05.480 INFO O| Dec 20 21:59:05.480 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4899 | 2024-12-20T21:59:07.700Z | [ recovery-image] Dec 20 21:59:05.531 INFO O| Dec 20 21:59:05.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4900 | 2024-12-20T21:59:07.700Z | [ recovery-image] Dec 20 21:59:05.532 INFO O| Dec 20 21:59:05.532 INFO STEP 194 (remove_files) COMPLETE |
4901 | 2024-12-20T21:59:07.700Z | [ recovery-image] Dec 20 21:59:05.532 INFO O| Dec 20 21:59:05.532 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4902 | 2024-12-20T21:59:07.723Z | [ recovery-image] Dec 20 21:59:05.554 INFO O| Dec 20 21:59:05.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4903 | 2024-12-20T21:59:07.723Z | [ recovery-image] Dec 20 21:59:05.555 INFO O| Dec 20 21:59:05.554 INFO STEP 195 (remove_files) COMPLETE |
4904 | 2024-12-20T21:59:07.723Z | [ recovery-image] Dec 20 21:59:05.555 INFO O| Dec 20 21:59:05.554 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4905 | 2024-12-20T21:59:07.743Z | [ recovery-image] Dec 20 21:59:05.577 INFO O| Dec 20 21:59:05.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4906 | 2024-12-20T21:59:07.743Z | [ recovery-image] Dec 20 21:59:05.577 INFO O| Dec 20 21:59:05.577 INFO STEP 196 (remove_files) COMPLETE |
4907 | 2024-12-20T21:59:07.743Z | [ recovery-image] Dec 20 21:59:05.577 INFO O| Dec 20 21:59:05.577 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4908 | 2024-12-20T21:59:07.764Z | [ recovery-image] Dec 20 21:59:05.596 INFO O| Dec 20 21:59:05.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4909 | 2024-12-20T21:59:07.764Z | [ recovery-image] Dec 20 21:59:05.596 INFO O| Dec 20 21:59:05.596 INFO STEP 197 (remove_files) COMPLETE |
4910 | 2024-12-20T21:59:07.764Z | [ recovery-image] Dec 20 21:59:05.596 INFO O| Dec 20 21:59:05.596 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4911 | 2024-12-20T21:59:07.781Z | [ recovery-image] Dec 20 21:59:05.615 INFO O| Dec 20 21:59:05.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4912 | 2024-12-20T21:59:07.781Z | [ recovery-image] Dec 20 21:59:05.615 INFO O| Dec 20 21:59:05.615 INFO STEP 198 (remove_files) COMPLETE |
4913 | 2024-12-20T21:59:07.785Z | [ recovery-image] Dec 20 21:59:05.615 INFO O| Dec 20 21:59:05.615 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4914 | 2024-12-20T21:59:07.801Z | [ recovery-image] Dec 20 21:59:05.633 INFO O| Dec 20 21:59:05.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4915 | 2024-12-20T21:59:07.801Z | [ recovery-image] Dec 20 21:59:05.633 INFO O| Dec 20 21:59:05.633 INFO STEP 199 (remove_files) COMPLETE |
4916 | 2024-12-20T21:59:07.801Z | [ recovery-image] Dec 20 21:59:05.633 INFO O| Dec 20 21:59:05.633 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4917 | 2024-12-20T21:59:07.819Z | [ recovery-image] Dec 20 21:59:05.652 INFO O| Dec 20 21:59:05.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4918 | 2024-12-20T21:59:07.819Z | [ recovery-image] Dec 20 21:59:05.652 INFO O| Dec 20 21:59:05.652 INFO STEP 200 (remove_files) COMPLETE |
4919 | 2024-12-20T21:59:07.819Z | [ recovery-image] Dec 20 21:59:05.652 INFO O| Dec 20 21:59:05.652 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4920 | 2024-12-20T21:59:07.841Z | [ recovery-image] Dec 20 21:59:05.671 INFO O| Dec 20 21:59:05.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4921 | 2024-12-20T21:59:07.841Z | [ recovery-image] Dec 20 21:59:05.671 INFO O| Dec 20 21:59:05.671 INFO STEP 201 (remove_files) COMPLETE |
4922 | 2024-12-20T21:59:07.841Z | [ recovery-image] Dec 20 21:59:05.671 INFO O| Dec 20 21:59:05.671 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4923 | 2024-12-20T21:59:07.892Z | [ recovery-image] Dec 20 21:59:05.726 INFO O| Dec 20 21:59:05.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4924 | 2024-12-20T21:59:07.892Z | [ recovery-image] Dec 20 21:59:05.726 INFO O| Dec 20 21:59:05.726 INFO STEP 202 (remove_files) COMPLETE |
4925 | 2024-12-20T21:59:07.892Z | [ recovery-image] Dec 20 21:59:05.726 INFO O| Dec 20 21:59:05.726 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4926 | 2024-12-20T21:59:07.952Z | [ recovery-image] Dec 20 21:59:05.785 INFO O| Dec 20 21:59:05.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4927 | 2024-12-20T21:59:07.952Z | [ recovery-image] Dec 20 21:59:05.785 INFO O| Dec 20 21:59:05.785 INFO STEP 203 (remove_files) COMPLETE |
4928 | 2024-12-20T21:59:07.952Z | [ recovery-image] Dec 20 21:59:05.785 INFO O| Dec 20 21:59:05.785 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4929 | 2024-12-20T21:59:07.969Z | [ recovery-image] Dec 20 21:59:05.802 INFO O| Dec 20 21:59:05.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4930 | 2024-12-20T21:59:07.969Z | [ recovery-image] Dec 20 21:59:05.802 INFO O| Dec 20 21:59:05.802 INFO STEP 204 (remove_files) COMPLETE |
4931 | 2024-12-20T21:59:07.969Z | [ recovery-image] Dec 20 21:59:05.802 INFO O| Dec 20 21:59:05.802 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4932 | 2024-12-20T21:59:07.986Z | [ recovery-image] Dec 20 21:59:05.819 INFO O| Dec 20 21:59:05.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4933 | 2024-12-20T21:59:07.986Z | [ recovery-image] Dec 20 21:59:05.819 INFO O| Dec 20 21:59:05.819 INFO STEP 205 (remove_files) COMPLETE |
4934 | 2024-12-20T21:59:07.986Z | [ recovery-image] Dec 20 21:59:05.819 INFO O| Dec 20 21:59:05.819 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4935 | 2024-12-20T21:59:08.003Z | [ recovery-image] Dec 20 21:59:05.836 INFO O| Dec 20 21:59:05.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4936 | 2024-12-20T21:59:08.003Z | [ recovery-image] Dec 20 21:59:05.836 INFO O| Dec 20 21:59:05.836 INFO STEP 206 (remove_files) COMPLETE |
4937 | 2024-12-20T21:59:08.003Z | [ recovery-image] Dec 20 21:59:05.836 INFO O| Dec 20 21:59:05.836 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4938 | 2024-12-20T21:59:08.022Z | [ recovery-image] Dec 20 21:59:05.855 INFO O| Dec 20 21:59:05.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4939 | 2024-12-20T21:59:08.022Z | [ recovery-image] Dec 20 21:59:05.855 INFO O| Dec 20 21:59:05.855 INFO STEP 207 (remove_files) COMPLETE |
4940 | 2024-12-20T21:59:08.022Z | [ recovery-image] Dec 20 21:59:05.855 INFO O| Dec 20 21:59:05.855 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4941 | 2024-12-20T21:59:08.040Z | [ recovery-image] Dec 20 21:59:05.873 INFO O| Dec 20 21:59:05.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4942 | 2024-12-20T21:59:08.040Z | [ recovery-image] Dec 20 21:59:05.873 INFO O| Dec 20 21:59:05.873 INFO STEP 208 (remove_files) COMPLETE |
4943 | 2024-12-20T21:59:08.040Z | [ recovery-image] Dec 20 21:59:05.873 INFO O| Dec 20 21:59:05.873 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4944 | 2024-12-20T21:59:08.059Z | [ recovery-image] Dec 20 21:59:05.892 INFO O| Dec 20 21:59:05.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4945 | 2024-12-20T21:59:08.072Z | [ recovery-image] Dec 20 21:59:05.899 INFO O| Dec 20 21:59:05.899 INFO STEP 209 (remove_files) COMPLETE |
4946 | 2024-12-20T21:59:08.076Z | [ recovery-image] Dec 20 21:59:05.899 INFO O| Dec 20 21:59:05.899 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4947 | 2024-12-20T21:59:08.099Z | [ recovery-image] Dec 20 21:59:05.931 INFO O| Dec 20 21:59:05.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4948 | 2024-12-20T21:59:08.099Z | [ recovery-image] Dec 20 21:59:05.931 INFO O| Dec 20 21:59:05.931 INFO STEP 210 (remove_files) COMPLETE |
4949 | 2024-12-20T21:59:08.099Z | [ recovery-image] Dec 20 21:59:05.931 INFO O| Dec 20 21:59:05.931 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4950 | 2024-12-20T21:59:08.154Z | [ recovery-image] Dec 20 21:59:05.987 INFO O| Dec 20 21:59:05.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4951 | 2024-12-20T21:59:08.154Z | [ recovery-image] Dec 20 21:59:05.987 INFO O| Dec 20 21:59:05.987 INFO STEP 211 (remove_files) COMPLETE |
4952 | 2024-12-20T21:59:08.154Z | [ recovery-image] Dec 20 21:59:05.987 INFO O| Dec 20 21:59:05.987 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4953 | 2024-12-20T21:59:08.173Z | [ recovery-image] Dec 20 21:59:06.006 INFO O| Dec 20 21:59:06.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4954 | 2024-12-20T21:59:08.176Z | [ recovery-image] Dec 20 21:59:06.006 INFO O| Dec 20 21:59:06.006 INFO STEP 212 (remove_files) COMPLETE |
4955 | 2024-12-20T21:59:08.176Z | [ recovery-image] Dec 20 21:59:06.006 INFO O| Dec 20 21:59:06.006 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4956 | 2024-12-20T21:59:08.192Z | [ recovery-image] Dec 20 21:59:06.025 INFO O| Dec 20 21:59:06.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4957 | 2024-12-20T21:59:08.192Z | [ recovery-image] Dec 20 21:59:06.025 INFO O| Dec 20 21:59:06.025 INFO STEP 213 (remove_files) COMPLETE |
4958 | 2024-12-20T21:59:08.192Z | [ recovery-image] Dec 20 21:59:06.025 INFO O| Dec 20 21:59:06.025 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4959 | 2024-12-20T21:59:08.210Z | [ recovery-image] Dec 20 21:59:06.043 INFO O| Dec 20 21:59:06.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4960 | 2024-12-20T21:59:08.210Z | [ recovery-image] Dec 20 21:59:06.043 INFO O| Dec 20 21:59:06.043 INFO STEP 214 (remove_files) COMPLETE |
4961 | 2024-12-20T21:59:08.210Z | [ recovery-image] Dec 20 21:59:06.043 INFO O| Dec 20 21:59:06.043 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4962 | 2024-12-20T21:59:08.227Z | [ recovery-image] Dec 20 21:59:06.060 INFO O| Dec 20 21:59:06.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4963 | 2024-12-20T21:59:08.227Z | [ recovery-image] Dec 20 21:59:06.060 INFO O| Dec 20 21:59:06.060 INFO STEP 215 (remove_files) COMPLETE |
4964 | 2024-12-20T21:59:08.231Z | [ recovery-image] Dec 20 21:59:06.060 INFO O| Dec 20 21:59:06.060 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4965 | 2024-12-20T21:59:08.245Z | [ recovery-image] Dec 20 21:59:06.078 INFO O| Dec 20 21:59:06.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4966 | 2024-12-20T21:59:08.245Z | [ recovery-image] Dec 20 21:59:06.078 INFO O| Dec 20 21:59:06.078 INFO STEP 216 (remove_files) COMPLETE |
4967 | 2024-12-20T21:59:08.245Z | [ recovery-image] Dec 20 21:59:06.078 INFO O| Dec 20 21:59:06.078 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4968 | 2024-12-20T21:59:08.262Z | [ recovery-image] Dec 20 21:59:06.095 INFO O| Dec 20 21:59:06.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4969 | 2024-12-20T21:59:08.262Z | [ recovery-image] Dec 20 21:59:06.095 INFO O| Dec 20 21:59:06.095 INFO STEP 217 (remove_files) COMPLETE |
4970 | 2024-12-20T21:59:08.262Z | [ recovery-image] Dec 20 21:59:06.095 INFO O| Dec 20 21:59:06.095 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4971 | 2024-12-20T21:59:08.304Z | [ recovery-image] Dec 20 21:59:06.134 INFO O| Dec 20 21:59:06.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4972 | 2024-12-20T21:59:08.304Z | [ recovery-image] Dec 20 21:59:06.134 INFO O| Dec 20 21:59:06.134 INFO STEP 218 (remove_files) COMPLETE |
4973 | 2024-12-20T21:59:08.308Z | [ recovery-image] Dec 20 21:59:06.134 INFO O| Dec 20 21:59:06.134 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4974 | 2024-12-20T21:59:08.340Z | [ recovery-image] Dec 20 21:59:06.172 INFO O| Dec 20 21:59:06.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4975 | 2024-12-20T21:59:08.340Z | [ recovery-image] Dec 20 21:59:06.172 INFO O| Dec 20 21:59:06.172 INFO STEP 219 (remove_files) COMPLETE |
4976 | 2024-12-20T21:59:08.340Z | [ recovery-image] Dec 20 21:59:06.172 INFO O| Dec 20 21:59:06.172 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4977 | 2024-12-20T21:59:08.362Z | [ recovery-image] Dec 20 21:59:06.195 INFO O| Dec 20 21:59:06.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4978 | 2024-12-20T21:59:08.362Z | [ recovery-image] Dec 20 21:59:06.195 INFO O| Dec 20 21:59:06.195 INFO STEP 220 (remove_files) COMPLETE |
4979 | 2024-12-20T21:59:08.362Z | [ recovery-image] Dec 20 21:59:06.195 INFO O| Dec 20 21:59:06.195 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4980 | 2024-12-20T21:59:08.391Z | [ recovery-image] Dec 20 21:59:06.224 INFO O| Dec 20 21:59:06.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4981 | 2024-12-20T21:59:08.391Z | [ recovery-image] Dec 20 21:59:06.224 INFO O| Dec 20 21:59:06.224 INFO STEP 221 (remove_files) COMPLETE |
4982 | 2024-12-20T21:59:08.391Z | [ recovery-image] Dec 20 21:59:06.224 INFO O| Dec 20 21:59:06.224 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4983 | 2024-12-20T21:59:08.412Z | [ recovery-image] Dec 20 21:59:06.246 INFO O| Dec 20 21:59:06.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4984 | 2024-12-20T21:59:08.412Z | [ recovery-image] Dec 20 21:59:06.246 INFO O| Dec 20 21:59:06.246 INFO STEP 222 (remove_files) COMPLETE |
4985 | 2024-12-20T21:59:08.412Z | [ recovery-image] Dec 20 21:59:06.246 INFO O| Dec 20 21:59:06.246 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4986 | 2024-12-20T21:59:08.432Z | [ recovery-image] Dec 20 21:59:06.265 INFO O| Dec 20 21:59:06.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4987 | 2024-12-20T21:59:08.432Z | [ recovery-image] Dec 20 21:59:06.265 INFO O| Dec 20 21:59:06.265 INFO STEP 223 (remove_files) COMPLETE |
4988 | 2024-12-20T21:59:08.432Z | [ recovery-image] Dec 20 21:59:06.265 INFO O| Dec 20 21:59:06.265 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4989 | 2024-12-20T21:59:08.453Z | [ recovery-image] Dec 20 21:59:06.286 INFO O| Dec 20 21:59:06.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4990 | 2024-12-20T21:59:08.453Z | [ recovery-image] Dec 20 21:59:06.286 INFO O| Dec 20 21:59:06.286 INFO STEP 224 (remove_files) COMPLETE |
4991 | 2024-12-20T21:59:08.453Z | [ recovery-image] Dec 20 21:59:06.286 INFO O| Dec 20 21:59:06.286 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4992 | 2024-12-20T21:59:08.490Z | [ recovery-image] Dec 20 21:59:06.323 INFO O| Dec 20 21:59:06.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4993 | 2024-12-20T21:59:08.490Z | [ recovery-image] Dec 20 21:59:06.323 INFO O| Dec 20 21:59:06.323 INFO STEP 225 (remove_files) COMPLETE |
4994 | 2024-12-20T21:59:08.494Z | [ recovery-image] Dec 20 21:59:06.323 INFO O| Dec 20 21:59:06.323 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4995 | 2024-12-20T21:59:08.512Z | [ recovery-image] Dec 20 21:59:06.345 INFO O| Dec 20 21:59:06.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4996 | 2024-12-20T21:59:08.512Z | [ recovery-image] Dec 20 21:59:06.345 INFO O| Dec 20 21:59:06.345 INFO STEP 226 (remove_files) COMPLETE |
4997 | 2024-12-20T21:59:08.512Z | [ recovery-image] Dec 20 21:59:06.345 INFO O| Dec 20 21:59:06.345 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4998 | 2024-12-20T21:59:08.532Z | [ recovery-image] Dec 20 21:59:06.365 INFO O| Dec 20 21:59:06.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4999 | 2024-12-20T21:59:08.532Z | [ recovery-image] Dec 20 21:59:06.365 INFO O| Dec 20 21:59:06.365 INFO STEP 227 (remove_files) COMPLETE |
5000 | 2024-12-20T21:59:08.532Z | [ recovery-image] Dec 20 21:59:06.365 INFO O| Dec 20 21:59:06.365 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5001 | 2024-12-20T21:59:08.552Z | [ recovery-image] Dec 20 21:59:06.385 INFO O| Dec 20 21:59:06.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5002 | 2024-12-20T21:59:08.554Z | [ recovery-image] Dec 20 21:59:06.385 INFO O| Dec 20 21:59:06.385 INFO STEP 228 (remove_files) COMPLETE |
5003 | 2024-12-20T21:59:08.554Z | [ recovery-image] Dec 20 21:59:06.385 INFO O| Dec 20 21:59:06.385 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5004 | 2024-12-20T21:59:08.587Z | [ recovery-image] Dec 20 21:59:06.420 INFO O| Dec 20 21:59:06.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5005 | 2024-12-20T21:59:08.587Z | [ recovery-image] Dec 20 21:59:06.420 INFO O| Dec 20 21:59:06.420 INFO STEP 229 (remove_files) COMPLETE |
5006 | 2024-12-20T21:59:08.587Z | [ recovery-image] Dec 20 21:59:06.420 INFO O| Dec 20 21:59:06.420 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5007 | 2024-12-20T21:59:08.608Z | [ recovery-image] Dec 20 21:59:06.441 INFO O| Dec 20 21:59:06.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5008 | 2024-12-20T21:59:08.608Z | [ recovery-image] Dec 20 21:59:06.441 INFO O| Dec 20 21:59:06.441 INFO STEP 230 (remove_files) COMPLETE |
5009 | 2024-12-20T21:59:08.608Z | [ recovery-image] Dec 20 21:59:06.441 INFO O| Dec 20 21:59:06.441 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5010 | 2024-12-20T21:59:08.628Z | [ recovery-image] Dec 20 21:59:06.461 INFO O| Dec 20 21:59:06.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5011 | 2024-12-20T21:59:08.628Z | [ recovery-image] Dec 20 21:59:06.461 INFO O| Dec 20 21:59:06.461 INFO STEP 231 (remove_files) COMPLETE |
5012 | 2024-12-20T21:59:08.628Z | [ recovery-image] Dec 20 21:59:06.461 INFO O| Dec 20 21:59:06.461 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5013 | 2024-12-20T21:59:08.648Z | [ recovery-image] Dec 20 21:59:06.481 INFO O| Dec 20 21:59:06.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5014 | 2024-12-20T21:59:08.649Z | [ recovery-image] Dec 20 21:59:06.482 INFO O| Dec 20 21:59:06.482 INFO STEP 232 (remove_files) COMPLETE |
5015 | 2024-12-20T21:59:08.651Z | [ recovery-image] Dec 20 21:59:06.482 INFO O| Dec 20 21:59:06.482 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5016 | 2024-12-20T21:59:08.687Z | [ recovery-image] Dec 20 21:59:06.520 INFO O| Dec 20 21:59:06.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5017 | 2024-12-20T21:59:08.687Z | [ recovery-image] Dec 20 21:59:06.520 INFO O| Dec 20 21:59:06.520 INFO STEP 233 (remove_files) COMPLETE |
5018 | 2024-12-20T21:59:08.690Z | [ recovery-image] Dec 20 21:59:06.520 INFO O| Dec 20 21:59:06.520 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5019 | 2024-12-20T21:59:08.708Z | [ recovery-image] Dec 20 21:59:06.541 INFO O| Dec 20 21:59:06.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5020 | 2024-12-20T21:59:08.708Z | [ recovery-image] Dec 20 21:59:06.542 INFO O| Dec 20 21:59:06.541 INFO STEP 234 (remove_files) COMPLETE |
5021 | 2024-12-20T21:59:08.708Z | [ recovery-image] Dec 20 21:59:06.542 INFO O| Dec 20 21:59:06.541 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5022 | 2024-12-20T21:59:08.728Z | [ recovery-image] Dec 20 21:59:06.561 INFO O| Dec 20 21:59:06.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5023 | 2024-12-20T21:59:08.728Z | [ recovery-image] Dec 20 21:59:06.561 INFO O| Dec 20 21:59:06.561 INFO STEP 235 (remove_files) COMPLETE |
5024 | 2024-12-20T21:59:08.728Z | [ recovery-image] Dec 20 21:59:06.561 INFO O| Dec 20 21:59:06.561 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5025 | 2024-12-20T21:59:08.750Z | [ recovery-image] Dec 20 21:59:06.583 INFO O| Dec 20 21:59:06.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5026 | 2024-12-20T21:59:08.750Z | [ recovery-image] Dec 20 21:59:06.583 INFO O| Dec 20 21:59:06.583 INFO STEP 236 (remove_files) COMPLETE |
5027 | 2024-12-20T21:59:08.750Z | [ recovery-image] Dec 20 21:59:06.583 INFO O| Dec 20 21:59:06.583 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5028 | 2024-12-20T21:59:08.770Z | [ recovery-image] Dec 20 21:59:06.603 INFO O| Dec 20 21:59:06.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5029 | 2024-12-20T21:59:08.770Z | [ recovery-image] Dec 20 21:59:06.603 INFO O| Dec 20 21:59:06.603 INFO STEP 237 (remove_files) COMPLETE |
5030 | 2024-12-20T21:59:08.770Z | [ recovery-image] Dec 20 21:59:06.603 INFO O| Dec 20 21:59:06.603 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5031 | 2024-12-20T21:59:08.791Z | [ recovery-image] Dec 20 21:59:06.624 INFO O| Dec 20 21:59:06.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5032 | 2024-12-20T21:59:08.791Z | [ recovery-image] Dec 20 21:59:06.624 INFO O| Dec 20 21:59:06.624 INFO STEP 238 (remove_files) COMPLETE |
5033 | 2024-12-20T21:59:08.791Z | [ recovery-image] Dec 20 21:59:06.624 INFO O| Dec 20 21:59:06.624 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2024-12-20T21:59:08.827Z | [ recovery-image] Dec 20 21:59:06.660 INFO O| Dec 20 21:59:06.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5035 | 2024-12-20T21:59:08.827Z | [ recovery-image] Dec 20 21:59:06.660 INFO O| Dec 20 21:59:06.660 INFO STEP 239 (remove_files) COMPLETE |
5036 | 2024-12-20T21:59:08.827Z | [ recovery-image] Dec 20 21:59:06.660 INFO O| Dec 20 21:59:06.660 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2024-12-20T21:59:08.848Z | [ recovery-image] Dec 20 21:59:06.681 INFO O| Dec 20 21:59:06.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5038 | 2024-12-20T21:59:08.848Z | [ recovery-image] Dec 20 21:59:06.681 INFO O| Dec 20 21:59:06.681 INFO STEP 240 (remove_files) COMPLETE |
5039 | 2024-12-20T21:59:08.848Z | [ recovery-image] Dec 20 21:59:06.681 INFO O| Dec 20 21:59:06.681 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2024-12-20T21:59:08.867Z | [ recovery-image] Dec 20 21:59:06.700 INFO O| Dec 20 21:59:06.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5041 | 2024-12-20T21:59:08.867Z | [ recovery-image] Dec 20 21:59:06.700 INFO O| Dec 20 21:59:06.700 INFO STEP 241 (remove_files) COMPLETE |
5042 | 2024-12-20T21:59:08.867Z | [ recovery-image] Dec 20 21:59:06.700 INFO O| Dec 20 21:59:06.700 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2024-12-20T21:59:08.887Z | [ recovery-image] Dec 20 21:59:06.720 INFO O| Dec 20 21:59:06.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5044 | 2024-12-20T21:59:08.887Z | [ recovery-image] Dec 20 21:59:06.720 INFO O| Dec 20 21:59:06.720 INFO STEP 242 (remove_files) COMPLETE |
5045 | 2024-12-20T21:59:08.887Z | [ recovery-image] Dec 20 21:59:06.720 INFO O| Dec 20 21:59:06.720 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2024-12-20T21:59:08.906Z | [ recovery-image] Dec 20 21:59:06.739 INFO O| Dec 20 21:59:06.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5047 | 2024-12-20T21:59:08.906Z | [ recovery-image] Dec 20 21:59:06.739 INFO O| Dec 20 21:59:06.739 INFO STEP 243 (remove_files) COMPLETE |
5048 | 2024-12-20T21:59:08.906Z | [ recovery-image] Dec 20 21:59:06.739 INFO O| Dec 20 21:59:06.739 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2024-12-20T21:59:08.926Z | [ recovery-image] Dec 20 21:59:06.757 INFO O| Dec 20 21:59:06.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5050 | 2024-12-20T21:59:08.926Z | [ recovery-image] Dec 20 21:59:06.757 INFO O| Dec 20 21:59:06.757 INFO STEP 244 (remove_files) COMPLETE |
5051 | 2024-12-20T21:59:08.926Z | [ recovery-image] Dec 20 21:59:06.757 INFO O| Dec 20 21:59:06.757 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2024-12-20T21:59:08.943Z | [ recovery-image] Dec 20 21:59:06.776 INFO O| Dec 20 21:59:06.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5053 | 2024-12-20T21:59:08.943Z | [ recovery-image] Dec 20 21:59:06.776 INFO O| Dec 20 21:59:06.776 INFO STEP 245 (remove_files) COMPLETE |
5054 | 2024-12-20T21:59:08.946Z | [ recovery-image] Dec 20 21:59:06.776 INFO O| Dec 20 21:59:06.776 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2024-12-20T21:59:08.963Z | [ recovery-image] Dec 20 21:59:06.796 INFO O| Dec 20 21:59:06.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5056 | 2024-12-20T21:59:08.963Z | [ recovery-image] Dec 20 21:59:06.796 INFO O| Dec 20 21:59:06.796 INFO STEP 246 (remove_files) COMPLETE |
5057 | 2024-12-20T21:59:08.963Z | [ recovery-image] Dec 20 21:59:06.796 INFO O| Dec 20 21:59:06.796 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2024-12-20T21:59:08.982Z | [ recovery-image] Dec 20 21:59:06.815 INFO O| Dec 20 21:59:06.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5059 | 2024-12-20T21:59:08.982Z | [ recovery-image] Dec 20 21:59:06.815 INFO O| Dec 20 21:59:06.815 INFO STEP 247 (remove_files) COMPLETE |
5060 | 2024-12-20T21:59:08.985Z | [ recovery-image] Dec 20 21:59:06.815 INFO O| Dec 20 21:59:06.815 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2024-12-20T21:59:09.009Z | [ recovery-image] Dec 20 21:59:06.835 INFO O| Dec 20 21:59:06.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5062 | 2024-12-20T21:59:09.010Z | [ recovery-image] Dec 20 21:59:06.835 INFO O| Dec 20 21:59:06.835 INFO STEP 248 (remove_files) COMPLETE |
5063 | 2024-12-20T21:59:09.010Z | [ recovery-image] Dec 20 21:59:06.835 INFO O| Dec 20 21:59:06.835 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2024-12-20T21:59:09.022Z | [ recovery-image] Dec 20 21:59:06.854 INFO O| Dec 20 21:59:06.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5065 | 2024-12-20T21:59:09.022Z | [ recovery-image] Dec 20 21:59:06.855 INFO O| Dec 20 21:59:06.855 INFO STEP 249 (remove_files) COMPLETE |
5066 | 2024-12-20T21:59:09.022Z | [ recovery-image] Dec 20 21:59:06.855 INFO O| Dec 20 21:59:06.855 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2024-12-20T21:59:09.044Z | [ recovery-image] Dec 20 21:59:06.875 INFO O| Dec 20 21:59:06.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5068 | 2024-12-20T21:59:09.044Z | [ recovery-image] Dec 20 21:59:06.875 INFO O| Dec 20 21:59:06.875 INFO STEP 250 (remove_files) COMPLETE |
5069 | 2024-12-20T21:59:09.044Z | [ recovery-image] Dec 20 21:59:06.875 INFO O| Dec 20 21:59:06.875 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5070 | 2024-12-20T21:59:09.061Z | [ recovery-image] Dec 20 21:59:06.893 INFO O| Dec 20 21:59:06.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5071 | 2024-12-20T21:59:09.061Z | [ recovery-image] Dec 20 21:59:06.893 INFO O| Dec 20 21:59:06.893 INFO STEP 251 (remove_files) COMPLETE |
5072 | 2024-12-20T21:59:09.061Z | [ recovery-image] Dec 20 21:59:06.893 INFO O| Dec 20 21:59:06.893 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5073 | 2024-12-20T21:59:09.080Z | [ recovery-image] Dec 20 21:59:06.913 INFO O| Dec 20 21:59:06.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5074 | 2024-12-20T21:59:09.080Z | [ recovery-image] Dec 20 21:59:06.913 INFO O| Dec 20 21:59:06.913 INFO STEP 252 (remove_files) COMPLETE |
5075 | 2024-12-20T21:59:09.080Z | [ recovery-image] Dec 20 21:59:06.913 INFO O| Dec 20 21:59:06.913 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5076 | 2024-12-20T21:59:09.100Z | [ recovery-image] Dec 20 21:59:06.932 INFO O| Dec 20 21:59:06.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5077 | 2024-12-20T21:59:09.100Z | [ recovery-image] Dec 20 21:59:06.932 INFO O| Dec 20 21:59:06.932 INFO STEP 253 (remove_files) COMPLETE |
5078 | 2024-12-20T21:59:09.103Z | [ recovery-image] Dec 20 21:59:06.932 INFO O| Dec 20 21:59:06.932 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5079 | 2024-12-20T21:59:09.118Z | [ recovery-image] Dec 20 21:59:06.950 INFO O| Dec 20 21:59:06.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5080 | 2024-12-20T21:59:09.118Z | [ recovery-image] Dec 20 21:59:06.951 INFO O| Dec 20 21:59:06.951 INFO STEP 254 (remove_files) COMPLETE |
5081 | 2024-12-20T21:59:09.118Z | [ recovery-image] Dec 20 21:59:06.951 INFO O| Dec 20 21:59:06.951 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5082 | 2024-12-20T21:59:09.136Z | [ recovery-image] Dec 20 21:59:06.969 INFO O| Dec 20 21:59:06.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5083 | 2024-12-20T21:59:09.136Z | [ recovery-image] Dec 20 21:59:06.969 INFO O| Dec 20 21:59:06.969 INFO STEP 255 (remove_files) COMPLETE |
5084 | 2024-12-20T21:59:09.136Z | [ recovery-image] Dec 20 21:59:06.969 INFO O| Dec 20 21:59:06.969 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5085 | 2024-12-20T21:59:09.159Z | [ recovery-image] Dec 20 21:59:06.992 INFO O| Dec 20 21:59:06.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5086 | 2024-12-20T21:59:09.159Z | [ recovery-image] Dec 20 21:59:06.992 INFO O| Dec 20 21:59:06.992 INFO STEP 256 (remove_files) COMPLETE |
5087 | 2024-12-20T21:59:09.159Z | [ recovery-image] Dec 20 21:59:06.992 INFO O| Dec 20 21:59:06.992 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5088 | 2024-12-20T21:59:09.181Z | [ recovery-image] Dec 20 21:59:07.013 INFO O| Dec 20 21:59:07.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5089 | 2024-12-20T21:59:09.181Z | [ recovery-image] Dec 20 21:59:07.014 INFO O| Dec 20 21:59:07.014 INFO STEP 257 (remove_files) COMPLETE |
5090 | 2024-12-20T21:59:09.183Z | [ recovery-image] Dec 20 21:59:07.014 INFO O| Dec 20 21:59:07.014 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5091 | 2024-12-20T21:59:09.199Z | [ recovery-image] Dec 20 21:59:07.032 INFO O| Dec 20 21:59:07.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5092 | 2024-12-20T21:59:09.220Z | [ recovery-image] Dec 20 21:59:07.053 INFO O| Dec 20 21:59:07.053 INFO STEP 258 (remove_files) COMPLETE |
5093 | 2024-12-20T21:59:09.220Z | [ recovery-image] Dec 20 21:59:07.053 INFO O| Dec 20 21:59:07.053 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5094 | 2024-12-20T21:59:09.276Z | [ recovery-image] Dec 20 21:59:07.109 INFO O| Dec 20 21:59:07.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5095 | 2024-12-20T21:59:09.276Z | [ recovery-image] Dec 20 21:59:07.109 INFO O| Dec 20 21:59:07.109 INFO STEP 259 (remove_files) COMPLETE |
5096 | 2024-12-20T21:59:09.276Z | [ recovery-image] Dec 20 21:59:07.109 INFO O| Dec 20 21:59:07.109 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5097 | 2024-12-20T21:59:09.330Z | [ recovery-image] Dec 20 21:59:07.162 INFO O| Dec 20 21:59:07.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5098 | 2024-12-20T21:59:09.330Z | [ recovery-image] Dec 20 21:59:07.162 INFO O| Dec 20 21:59:07.162 INFO STEP 260 (remove_files) COMPLETE |
5099 | 2024-12-20T21:59:09.330Z | [ recovery-image] Dec 20 21:59:07.162 INFO O| Dec 20 21:59:07.162 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5100 | 2024-12-20T21:59:09.353Z | [ recovery-image] Dec 20 21:59:07.185 INFO O| Dec 20 21:59:07.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5101 | 2024-12-20T21:59:09.356Z | [ recovery-image] Dec 20 21:59:07.186 INFO O| Dec 20 21:59:07.185 INFO STEP 261 (remove_files) COMPLETE |
5102 | 2024-12-20T21:59:09.356Z | [ recovery-image] Dec 20 21:59:07.186 INFO O| Dec 20 21:59:07.185 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5103 | 2024-12-20T21:59:09.379Z | [ recovery-image] Dec 20 21:59:07.212 INFO O| Dec 20 21:59:07.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5104 | 2024-12-20T21:59:09.379Z | [ recovery-image] Dec 20 21:59:07.212 INFO O| Dec 20 21:59:07.212 INFO STEP 262 (remove_files) COMPLETE |
5105 | 2024-12-20T21:59:09.379Z | [ recovery-image] Dec 20 21:59:07.212 INFO O| Dec 20 21:59:07.212 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5106 | 2024-12-20T21:59:09.400Z | [ recovery-image] Dec 20 21:59:07.232 INFO O| Dec 20 21:59:07.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5107 | 2024-12-20T21:59:09.400Z | [ recovery-image] Dec 20 21:59:07.233 INFO O| Dec 20 21:59:07.232 INFO STEP 263 (remove_files) COMPLETE |
5108 | 2024-12-20T21:59:09.402Z | [ recovery-image] Dec 20 21:59:07.233 INFO O| Dec 20 21:59:07.233 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5109 | 2024-12-20T21:59:09.420Z | [ recovery-image] Dec 20 21:59:07.253 INFO O| Dec 20 21:59:07.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5110 | 2024-12-20T21:59:09.420Z | [ recovery-image] Dec 20 21:59:07.253 INFO O| Dec 20 21:59:07.253 INFO STEP 264 (remove_files) COMPLETE |
5111 | 2024-12-20T21:59:09.420Z | [ recovery-image] Dec 20 21:59:07.253 INFO O| Dec 20 21:59:07.253 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5112 | 2024-12-20T21:59:09.440Z | [ recovery-image] Dec 20 21:59:07.273 INFO O| Dec 20 21:59:07.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5113 | 2024-12-20T21:59:09.440Z | [ recovery-image] Dec 20 21:59:07.273 INFO O| Dec 20 21:59:07.273 INFO STEP 265 (remove_files) COMPLETE |
5114 | 2024-12-20T21:59:09.442Z | [ recovery-image] Dec 20 21:59:07.273 INFO O| Dec 20 21:59:07.273 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5115 | 2024-12-20T21:59:09.459Z | [ recovery-image] Dec 20 21:59:07.292 INFO O| Dec 20 21:59:07.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5116 | 2024-12-20T21:59:09.459Z | [ recovery-image] Dec 20 21:59:07.292 INFO O| Dec 20 21:59:07.292 INFO STEP 266 (remove_files) COMPLETE |
5117 | 2024-12-20T21:59:09.459Z | [ recovery-image] Dec 20 21:59:07.292 INFO O| Dec 20 21:59:07.292 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5118 | 2024-12-20T21:59:09.480Z | [ recovery-image] Dec 20 21:59:07.312 INFO O| Dec 20 21:59:07.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5119 | 2024-12-20T21:59:09.480Z | [ recovery-image] Dec 20 21:59:07.312 INFO O| Dec 20 21:59:07.312 INFO STEP 267 (remove_files) COMPLETE |
5120 | 2024-12-20T21:59:09.480Z | [ recovery-image] Dec 20 21:59:07.312 INFO O| Dec 20 21:59:07.312 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5121 | 2024-12-20T21:59:09.521Z | [ recovery-image] Dec 20 21:59:07.354 INFO O| Dec 20 21:59:07.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5122 | 2024-12-20T21:59:09.521Z | [ recovery-image] Dec 20 21:59:07.354 INFO O| Dec 20 21:59:07.354 INFO STEP 268 (remove_files) COMPLETE |
5123 | 2024-12-20T21:59:09.521Z | [ recovery-image] Dec 20 21:59:07.354 INFO O| Dec 20 21:59:07.354 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5124 | 2024-12-20T21:59:09.542Z | [ recovery-image] Dec 20 21:59:07.375 INFO O| Dec 20 21:59:07.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5125 | 2024-12-20T21:59:09.543Z | [ recovery-image] Dec 20 21:59:07.375 INFO O| Dec 20 21:59:07.375 INFO STEP 269 (remove_files) COMPLETE |
5126 | 2024-12-20T21:59:09.543Z | [ recovery-image] Dec 20 21:59:07.375 INFO O| Dec 20 21:59:07.375 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5127 | 2024-12-20T21:59:09.562Z | [ recovery-image] Dec 20 21:59:07.395 INFO O| Dec 20 21:59:07.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5128 | 2024-12-20T21:59:09.562Z | [ recovery-image] Dec 20 21:59:07.395 INFO O| Dec 20 21:59:07.395 INFO STEP 270 (remove_files) COMPLETE |
5129 | 2024-12-20T21:59:09.562Z | [ recovery-image] Dec 20 21:59:07.395 INFO O| Dec 20 21:59:07.395 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5130 | 2024-12-20T21:59:09.580Z | [ recovery-image] Dec 20 21:59:07.412 INFO O| Dec 20 21:59:07.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5131 | 2024-12-20T21:59:09.580Z | [ recovery-image] Dec 20 21:59:07.413 INFO O| Dec 20 21:59:07.413 INFO STEP 271 (remove_files) COMPLETE |
5132 | 2024-12-20T21:59:09.580Z | [ recovery-image] Dec 20 21:59:07.413 INFO O| Dec 20 21:59:07.413 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5133 | 2024-12-20T21:59:09.599Z | [ recovery-image] Dec 20 21:59:07.431 INFO O| Dec 20 21:59:07.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5134 | 2024-12-20T21:59:09.599Z | [ recovery-image] Dec 20 21:59:07.431 INFO O| Dec 20 21:59:07.431 INFO STEP 272 (remove_files) COMPLETE |
5135 | 2024-12-20T21:59:09.599Z | [ recovery-image] Dec 20 21:59:07.431 INFO O| Dec 20 21:59:07.431 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5136 | 2024-12-20T21:59:09.618Z | [ recovery-image] Dec 20 21:59:07.451 INFO O| Dec 20 21:59:07.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5137 | 2024-12-20T21:59:09.618Z | [ recovery-image] Dec 20 21:59:07.451 INFO O| Dec 20 21:59:07.451 INFO STEP 273 (remove_files) COMPLETE |
5138 | 2024-12-20T21:59:09.618Z | [ recovery-image] Dec 20 21:59:07.451 INFO O| Dec 20 21:59:07.451 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5139 | 2024-12-20T21:59:09.638Z | [ recovery-image] Dec 20 21:59:07.470 INFO O| Dec 20 21:59:07.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5140 | 2024-12-20T21:59:09.638Z | [ recovery-image] Dec 20 21:59:07.470 INFO O| Dec 20 21:59:07.470 INFO STEP 274 (remove_files) COMPLETE |
5141 | 2024-12-20T21:59:09.638Z | [ recovery-image] Dec 20 21:59:07.471 INFO O| Dec 20 21:59:07.470 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5142 | 2024-12-20T21:59:09.659Z | [ recovery-image] Dec 20 21:59:07.492 INFO O| Dec 20 21:59:07.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5143 | 2024-12-20T21:59:09.662Z | [ recovery-image] Dec 20 21:59:07.492 INFO O| Dec 20 21:59:07.492 INFO STEP 275 (remove_files) COMPLETE |
5144 | 2024-12-20T21:59:09.662Z | [ recovery-image] Dec 20 21:59:07.492 INFO O| Dec 20 21:59:07.492 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5145 | 2024-12-20T21:59:09.686Z | [ recovery-image] Dec 20 21:59:07.518 INFO O| Dec 20 21:59:07.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5146 | 2024-12-20T21:59:09.686Z | [ recovery-image] Dec 20 21:59:07.518 INFO O| Dec 20 21:59:07.518 INFO STEP 276 (remove_files) COMPLETE |
5147 | 2024-12-20T21:59:09.688Z | [ recovery-image] Dec 20 21:59:07.519 INFO O| Dec 20 21:59:07.518 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5148 | 2024-12-20T21:59:09.711Z | [ recovery-image] Dec 20 21:59:07.544 INFO O| Dec 20 21:59:07.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5149 | 2024-12-20T21:59:09.711Z | [ recovery-image] Dec 20 21:59:07.544 INFO O| Dec 20 21:59:07.544 INFO STEP 277 (remove_files) COMPLETE |
5150 | 2024-12-20T21:59:09.711Z | [ recovery-image] Dec 20 21:59:07.544 INFO O| Dec 20 21:59:07.544 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5151 | 2024-12-20T21:59:09.780Z | [ recovery-image] Dec 20 21:59:07.612 INFO O| Dec 20 21:59:07.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5152 | 2024-12-20T21:59:09.780Z | [ recovery-image] Dec 20 21:59:07.613 INFO O| Dec 20 21:59:07.613 INFO STEP 278 (remove_files) COMPLETE |
5153 | 2024-12-20T21:59:09.780Z | [ recovery-image] Dec 20 21:59:07.613 INFO O| Dec 20 21:59:07.613 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5154 | 2024-12-20T21:59:09.844Z | [ host-image] Dec 20 21:59:07.676 INFO O| Dec 20 21:59:07.676 INFO O| Download: 21819/22788 items 188.1/199.7MB 94% complete (884k/s) |
5155 | 2024-12-20T21:59:09.846Z | [ recovery-image] Dec 20 21:59:07.677 INFO O| Dec 20 21:59:07.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5156 | 2024-12-20T21:59:09.846Z | [ recovery-image] Dec 20 21:59:07.677 INFO O| Dec 20 21:59:07.677 INFO STEP 279 (remove_files) COMPLETE |
5157 | 2024-12-20T21:59:09.847Z | [ recovery-image] Dec 20 21:59:07.677 INFO O| Dec 20 21:59:07.677 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5158 | 2024-12-20T21:59:09.865Z | [ recovery-image] Dec 20 21:59:07.698 INFO O| Dec 20 21:59:07.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5159 | 2024-12-20T21:59:09.865Z | [ recovery-image] Dec 20 21:59:07.698 INFO O| Dec 20 21:59:07.698 INFO STEP 280 (remove_files) COMPLETE |
5160 | 2024-12-20T21:59:09.869Z | [ recovery-image] Dec 20 21:59:07.698 INFO O| Dec 20 21:59:07.698 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5161 | 2024-12-20T21:59:09.884Z | [ recovery-image] Dec 20 21:59:07.717 INFO O| Dec 20 21:59:07.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5162 | 2024-12-20T21:59:09.884Z | [ recovery-image] Dec 20 21:59:07.717 INFO O| Dec 20 21:59:07.717 INFO STEP 281 (remove_files) COMPLETE |
5163 | 2024-12-20T21:59:09.884Z | [ recovery-image] Dec 20 21:59:07.717 INFO O| Dec 20 21:59:07.717 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5164 | 2024-12-20T21:59:09.903Z | [ recovery-image] Dec 20 21:59:07.735 INFO O| Dec 20 21:59:07.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5165 | 2024-12-20T21:59:09.903Z | [ recovery-image] Dec 20 21:59:07.735 INFO O| Dec 20 21:59:07.735 INFO STEP 282 (remove_files) COMPLETE |
5166 | 2024-12-20T21:59:09.903Z | [ recovery-image] Dec 20 21:59:07.735 INFO O| Dec 20 21:59:07.735 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5167 | 2024-12-20T21:59:09.922Z | [ recovery-image] Dec 20 21:59:07.754 INFO O| Dec 20 21:59:07.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5168 | 2024-12-20T21:59:09.922Z | [ recovery-image] Dec 20 21:59:07.754 INFO O| Dec 20 21:59:07.754 INFO STEP 283 (remove_files) COMPLETE |
5169 | 2024-12-20T21:59:09.924Z | [ recovery-image] Dec 20 21:59:07.754 INFO O| Dec 20 21:59:07.754 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5170 | 2024-12-20T21:59:09.941Z | [ recovery-image] Dec 20 21:59:07.774 INFO O| Dec 20 21:59:07.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5171 | 2024-12-20T21:59:09.941Z | [ recovery-image] Dec 20 21:59:07.774 INFO O| Dec 20 21:59:07.774 INFO STEP 284 (remove_files) COMPLETE |
5172 | 2024-12-20T21:59:09.941Z | [ recovery-image] Dec 20 21:59:07.774 INFO O| Dec 20 21:59:07.774 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5173 | 2024-12-20T21:59:09.962Z | [ recovery-image] Dec 20 21:59:07.795 INFO O| Dec 20 21:59:07.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5174 | 2024-12-20T21:59:09.986Z | [ recovery-image] Dec 20 21:59:07.818 INFO O| Dec 20 21:59:07.818 INFO STEP 285 (remove_files) COMPLETE |
5175 | 2024-12-20T21:59:09.986Z | [ recovery-image] Dec 20 21:59:07.818 INFO O| Dec 20 21:59:07.818 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5176 | 2024-12-20T21:59:10.018Z | [ recovery-image] Dec 20 21:59:07.850 INFO O| Dec 20 21:59:07.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5177 | 2024-12-20T21:59:10.018Z | [ recovery-image] Dec 20 21:59:07.850 INFO O| Dec 20 21:59:07.850 INFO STEP 286 (remove_files) COMPLETE |
5178 | 2024-12-20T21:59:10.018Z | [ recovery-image] Dec 20 21:59:07.850 INFO O| Dec 20 21:59:07.850 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5179 | 2024-12-20T21:59:10.117Z | [ recovery-image] Dec 20 21:59:07.950 INFO O| Dec 20 21:59:07.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5180 | 2024-12-20T21:59:10.117Z | [ recovery-image] Dec 20 21:59:07.950 INFO O| Dec 20 21:59:07.950 INFO STEP 287 (remove_files) COMPLETE |
5181 | 2024-12-20T21:59:10.120Z | [ recovery-image] Dec 20 21:59:07.950 INFO O| Dec 20 21:59:07.950 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5182 | 2024-12-20T21:59:10.139Z | [ recovery-image] Dec 20 21:59:07.971 INFO O| Dec 20 21:59:07.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5183 | 2024-12-20T21:59:10.139Z | [ recovery-image] Dec 20 21:59:07.971 INFO O| Dec 20 21:59:07.971 INFO STEP 288 (remove_files) COMPLETE |
5184 | 2024-12-20T21:59:10.139Z | [ recovery-image] Dec 20 21:59:07.971 INFO O| Dec 20 21:59:07.971 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5185 | 2024-12-20T21:59:10.159Z | [ recovery-image] Dec 20 21:59:07.992 INFO O| Dec 20 21:59:07.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5186 | 2024-12-20T21:59:10.161Z | [ recovery-image] Dec 20 21:59:07.992 INFO O| Dec 20 21:59:07.992 INFO STEP 289 (remove_files) COMPLETE |
5187 | 2024-12-20T21:59:10.161Z | [ recovery-image] Dec 20 21:59:07.992 INFO O| Dec 20 21:59:07.992 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5188 | 2024-12-20T21:59:10.180Z | [ recovery-image] Dec 20 21:59:08.013 INFO O| Dec 20 21:59:08.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5189 | 2024-12-20T21:59:10.180Z | [ recovery-image] Dec 20 21:59:08.013 INFO O| Dec 20 21:59:08.013 INFO STEP 290 (remove_files) COMPLETE |
5190 | 2024-12-20T21:59:10.183Z | [ recovery-image] Dec 20 21:59:08.013 INFO O| Dec 20 21:59:08.013 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5191 | 2024-12-20T21:59:10.201Z | [ recovery-image] Dec 20 21:59:08.033 INFO O| Dec 20 21:59:08.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5192 | 2024-12-20T21:59:10.201Z | [ recovery-image] Dec 20 21:59:08.033 INFO O| Dec 20 21:59:08.033 INFO STEP 291 (remove_files) COMPLETE |
5193 | 2024-12-20T21:59:10.201Z | [ recovery-image] Dec 20 21:59:08.033 INFO O| Dec 20 21:59:08.033 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5194 | 2024-12-20T21:59:10.221Z | [ recovery-image] Dec 20 21:59:08.053 INFO O| Dec 20 21:59:08.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5195 | 2024-12-20T21:59:10.221Z | [ recovery-image] Dec 20 21:59:08.053 INFO O| Dec 20 21:59:08.053 INFO STEP 292 (remove_files) COMPLETE |
5196 | 2024-12-20T21:59:10.221Z | [ recovery-image] Dec 20 21:59:08.053 INFO O| Dec 20 21:59:08.053 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5197 | 2024-12-20T21:59:10.240Z | [ recovery-image] Dec 20 21:59:08.072 INFO O| Dec 20 21:59:08.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5198 | 2024-12-20T21:59:10.240Z | [ recovery-image] Dec 20 21:59:08.073 INFO O| Dec 20 21:59:08.073 INFO STEP 293 (remove_files) COMPLETE |
5199 | 2024-12-20T21:59:10.240Z | [ recovery-image] Dec 20 21:59:08.073 INFO O| Dec 20 21:59:08.073 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5200 | 2024-12-20T21:59:10.302Z | [ recovery-image] Dec 20 21:59:08.132 INFO O| Dec 20 21:59:08.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5201 | 2024-12-20T21:59:10.302Z | [ recovery-image] Dec 20 21:59:08.132 INFO O| Dec 20 21:59:08.132 INFO STEP 294 (remove_files) COMPLETE |
5202 | 2024-12-20T21:59:10.304Z | [ recovery-image] Dec 20 21:59:08.132 INFO O| Dec 20 21:59:08.132 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5203 | 2024-12-20T21:59:10.337Z | [ recovery-image] Dec 20 21:59:08.169 INFO O| Dec 20 21:59:08.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5204 | 2024-12-20T21:59:10.337Z | [ recovery-image] Dec 20 21:59:08.169 INFO O| Dec 20 21:59:08.169 INFO STEP 295 (remove_files) COMPLETE |
5205 | 2024-12-20T21:59:10.337Z | [ recovery-image] Dec 20 21:59:08.169 INFO O| Dec 20 21:59:08.169 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5206 | 2024-12-20T21:59:10.358Z | [ recovery-image] Dec 20 21:59:08.190 INFO O| Dec 20 21:59:08.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5207 | 2024-12-20T21:59:10.358Z | [ recovery-image] Dec 20 21:59:08.190 INFO O| Dec 20 21:59:08.190 INFO STEP 296 (remove_files) COMPLETE |
5208 | 2024-12-20T21:59:10.358Z | [ recovery-image] Dec 20 21:59:08.190 INFO O| Dec 20 21:59:08.190 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5209 | 2024-12-20T21:59:10.438Z | [ recovery-image] Dec 20 21:59:08.271 INFO O| Dec 20 21:59:08.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5210 | 2024-12-20T21:59:10.438Z | [ recovery-image] Dec 20 21:59:08.271 INFO O| Dec 20 21:59:08.271 INFO STEP 297 (remove_files) COMPLETE |
5211 | 2024-12-20T21:59:10.438Z | [ recovery-image] Dec 20 21:59:08.271 INFO O| Dec 20 21:59:08.271 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5212 | 2024-12-20T21:59:10.460Z | [ recovery-image] Dec 20 21:59:08.292 INFO O| Dec 20 21:59:08.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5213 | 2024-12-20T21:59:10.460Z | [ recovery-image] Dec 20 21:59:08.292 INFO O| Dec 20 21:59:08.292 INFO STEP 298 (remove_files) COMPLETE |
5214 | 2024-12-20T21:59:10.460Z | [ recovery-image] Dec 20 21:59:08.292 INFO O| Dec 20 21:59:08.292 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5215 | 2024-12-20T21:59:10.478Z | [ recovery-image] Dec 20 21:59:08.311 INFO O| Dec 20 21:59:08.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5216 | 2024-12-20T21:59:10.478Z | [ recovery-image] Dec 20 21:59:08.311 INFO O| Dec 20 21:59:08.311 INFO STEP 299 (remove_files) COMPLETE |
5217 | 2024-12-20T21:59:10.479Z | [ recovery-image] Dec 20 21:59:08.311 INFO O| Dec 20 21:59:08.311 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5218 | 2024-12-20T21:59:10.499Z | [ recovery-image] Dec 20 21:59:08.331 INFO O| Dec 20 21:59:08.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5219 | 2024-12-20T21:59:10.499Z | [ recovery-image] Dec 20 21:59:08.331 INFO O| Dec 20 21:59:08.331 INFO STEP 300 (remove_files) COMPLETE |
5220 | 2024-12-20T21:59:10.499Z | [ recovery-image] Dec 20 21:59:08.332 INFO O| Dec 20 21:59:08.331 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5221 | 2024-12-20T21:59:10.518Z | [ recovery-image] Dec 20 21:59:08.350 INFO O| Dec 20 21:59:08.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5222 | 2024-12-20T21:59:10.518Z | [ recovery-image] Dec 20 21:59:08.350 INFO O| Dec 20 21:59:08.350 INFO STEP 301 (remove_files) COMPLETE |
5223 | 2024-12-20T21:59:10.518Z | [ recovery-image] Dec 20 21:59:08.350 INFO O| Dec 20 21:59:08.350 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5224 | 2024-12-20T21:59:10.545Z | [ recovery-image] Dec 20 21:59:08.377 INFO O| Dec 20 21:59:08.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5225 | 2024-12-20T21:59:10.545Z | [ recovery-image] Dec 20 21:59:08.377 INFO O| Dec 20 21:59:08.377 INFO STEP 302 (remove_files) COMPLETE |
5226 | 2024-12-20T21:59:10.545Z | [ recovery-image] Dec 20 21:59:08.377 INFO O| Dec 20 21:59:08.377 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5227 | 2024-12-20T21:59:10.619Z | [ recovery-image] Dec 20 21:59:08.451 INFO O| Dec 20 21:59:08.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5228 | 2024-12-20T21:59:10.619Z | [ recovery-image] Dec 20 21:59:08.451 INFO O| Dec 20 21:59:08.451 INFO STEP 303 (remove_files) COMPLETE |
5229 | 2024-12-20T21:59:10.619Z | [ recovery-image] Dec 20 21:59:08.451 INFO O| Dec 20 21:59:08.451 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5230 | 2024-12-20T21:59:10.654Z | [ recovery-image] Dec 20 21:59:08.486 INFO O| Dec 20 21:59:08.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5231 | 2024-12-20T21:59:10.654Z | [ recovery-image] Dec 20 21:59:08.486 INFO O| Dec 20 21:59:08.486 INFO STEP 304 (remove_files) COMPLETE |
5232 | 2024-12-20T21:59:10.654Z | [ recovery-image] Dec 20 21:59:08.486 INFO O| Dec 20 21:59:08.486 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5233 | 2024-12-20T21:59:10.712Z | [ recovery-image] Dec 20 21:59:08.545 INFO O| Dec 20 21:59:08.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5234 | 2024-12-20T21:59:10.712Z | [ recovery-image] Dec 20 21:59:08.545 INFO O| Dec 20 21:59:08.545 INFO STEP 305 (remove_files) COMPLETE |
5235 | 2024-12-20T21:59:10.715Z | [ recovery-image] Dec 20 21:59:08.545 INFO O| Dec 20 21:59:08.545 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5236 | 2024-12-20T21:59:10.734Z | [ recovery-image] Dec 20 21:59:08.566 INFO O| Dec 20 21:59:08.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5237 | 2024-12-20T21:59:10.734Z | [ recovery-image] Dec 20 21:59:08.566 INFO O| Dec 20 21:59:08.566 INFO STEP 306 (remove_files) COMPLETE |
5238 | 2024-12-20T21:59:10.737Z | [ recovery-image] Dec 20 21:59:08.567 INFO O| Dec 20 21:59:08.566 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5239 | 2024-12-20T21:59:10.755Z | [ recovery-image] Dec 20 21:59:08.588 INFO O| Dec 20 21:59:08.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5240 | 2024-12-20T21:59:10.755Z | [ recovery-image] Dec 20 21:59:08.588 INFO O| Dec 20 21:59:08.588 INFO STEP 307 (remove_files) COMPLETE |
5241 | 2024-12-20T21:59:10.758Z | [ recovery-image] Dec 20 21:59:08.588 INFO O| Dec 20 21:59:08.588 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5242 | 2024-12-20T21:59:10.793Z | [ recovery-image] Dec 20 21:59:08.625 INFO O| Dec 20 21:59:08.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5243 | 2024-12-20T21:59:10.793Z | [ recovery-image] Dec 20 21:59:08.625 INFO O| Dec 20 21:59:08.625 INFO STEP 308 (remove_files) COMPLETE |
5244 | 2024-12-20T21:59:10.793Z | [ recovery-image] Dec 20 21:59:08.625 INFO O| Dec 20 21:59:08.625 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5245 | 2024-12-20T21:59:10.815Z | [ recovery-image] Dec 20 21:59:08.647 INFO O| Dec 20 21:59:08.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5246 | 2024-12-20T21:59:10.815Z | [ recovery-image] Dec 20 21:59:08.647 INFO O| Dec 20 21:59:08.647 INFO STEP 309 (remove_files) COMPLETE |
5247 | 2024-12-20T21:59:10.815Z | [ recovery-image] Dec 20 21:59:08.647 INFO O| Dec 20 21:59:08.647 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5248 | 2024-12-20T21:59:10.834Z | [ recovery-image] Dec 20 21:59:08.667 INFO O| Dec 20 21:59:08.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5249 | 2024-12-20T21:59:10.834Z | [ recovery-image] Dec 20 21:59:08.667 INFO O| Dec 20 21:59:08.667 INFO STEP 310 (remove_files) COMPLETE |
5250 | 2024-12-20T21:59:10.834Z | [ recovery-image] Dec 20 21:59:08.667 INFO O| Dec 20 21:59:08.667 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5251 | 2024-12-20T21:59:10.851Z | [ recovery-image] Dec 20 21:59:08.684 INFO O| Dec 20 21:59:08.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5252 | 2024-12-20T21:59:10.851Z | [ recovery-image] Dec 20 21:59:08.684 INFO O| Dec 20 21:59:08.684 INFO STEP 311 (remove_files) COMPLETE |
5253 | 2024-12-20T21:59:10.851Z | [ recovery-image] Dec 20 21:59:08.684 INFO O| Dec 20 21:59:08.684 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5254 | 2024-12-20T21:59:10.869Z | [ recovery-image] Dec 20 21:59:08.701 INFO O| Dec 20 21:59:08.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5255 | 2024-12-20T21:59:10.869Z | [ recovery-image] Dec 20 21:59:08.701 INFO O| Dec 20 21:59:08.701 INFO STEP 312 (remove_files) COMPLETE |
5256 | 2024-12-20T21:59:10.872Z | [ recovery-image] Dec 20 21:59:08.701 INFO O| Dec 20 21:59:08.701 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5257 | 2024-12-20T21:59:10.896Z | [ recovery-image] Dec 20 21:59:08.728 INFO O| Dec 20 21:59:08.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5258 | 2024-12-20T21:59:10.899Z | [ recovery-image] Dec 20 21:59:08.728 INFO O| Dec 20 21:59:08.728 INFO STEP 313 (remove_files) COMPLETE |
5259 | 2024-12-20T21:59:10.899Z | [ recovery-image] Dec 20 21:59:08.729 INFO O| Dec 20 21:59:08.729 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5260 | 2024-12-20T21:59:10.918Z | [ recovery-image] Dec 20 21:59:08.750 INFO O| Dec 20 21:59:08.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5261 | 2024-12-20T21:59:10.918Z | [ recovery-image] Dec 20 21:59:08.750 INFO O| Dec 20 21:59:08.750 INFO STEP 314 (remove_files) COMPLETE |
5262 | 2024-12-20T21:59:10.918Z | [ recovery-image] Dec 20 21:59:08.750 INFO O| Dec 20 21:59:08.750 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5263 | 2024-12-20T21:59:10.935Z | [ recovery-image] Dec 20 21:59:08.767 INFO O| Dec 20 21:59:08.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5264 | 2024-12-20T21:59:10.935Z | [ recovery-image] Dec 20 21:59:08.768 INFO O| Dec 20 21:59:08.768 INFO STEP 315 (remove_files) COMPLETE |
5265 | 2024-12-20T21:59:10.938Z | [ recovery-image] Dec 20 21:59:08.768 INFO O| Dec 20 21:59:08.768 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5266 | 2024-12-20T21:59:10.954Z | [ recovery-image] Dec 20 21:59:08.787 INFO O| Dec 20 21:59:08.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5267 | 2024-12-20T21:59:10.954Z | [ recovery-image] Dec 20 21:59:08.787 INFO O| Dec 20 21:59:08.787 INFO STEP 316 (remove_files) COMPLETE |
5268 | 2024-12-20T21:59:10.954Z | [ recovery-image] Dec 20 21:59:08.787 INFO O| Dec 20 21:59:08.787 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5269 | 2024-12-20T21:59:10.973Z | [ recovery-image] Dec 20 21:59:08.806 INFO O| Dec 20 21:59:08.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5270 | 2024-12-20T21:59:10.976Z | [ recovery-image] Dec 20 21:59:08.806 INFO O| Dec 20 21:59:08.806 INFO STEP 317 (remove_files) COMPLETE |
5271 | 2024-12-20T21:59:10.976Z | [ recovery-image] Dec 20 21:59:08.806 INFO O| Dec 20 21:59:08.806 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5272 | 2024-12-20T21:59:10.991Z | [ recovery-image] Dec 20 21:59:08.824 INFO O| Dec 20 21:59:08.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5273 | 2024-12-20T21:59:10.992Z | [ recovery-image] Dec 20 21:59:08.824 INFO O| Dec 20 21:59:08.824 INFO STEP 318 (remove_files) COMPLETE |
5274 | 2024-12-20T21:59:10.992Z | [ recovery-image] Dec 20 21:59:08.824 INFO O| Dec 20 21:59:08.824 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5275 | 2024-12-20T21:59:11.026Z | [ recovery-image] Dec 20 21:59:08.858 INFO O| Dec 20 21:59:08.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5276 | 2024-12-20T21:59:11.026Z | [ recovery-image] Dec 20 21:59:08.858 INFO O| Dec 20 21:59:08.858 INFO STEP 319 (remove_files) COMPLETE |
5277 | 2024-12-20T21:59:11.026Z | [ recovery-image] Dec 20 21:59:08.858 INFO O| Dec 20 21:59:08.858 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5278 | 2024-12-20T21:59:11.047Z | [ recovery-image] Dec 20 21:59:08.880 INFO O| Dec 20 21:59:08.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5279 | 2024-12-20T21:59:11.061Z | [ recovery-image] Dec 20 21:59:08.894 INFO O| Dec 20 21:59:08.894 INFO STEP 320 (remove_files) COMPLETE |
5280 | 2024-12-20T21:59:11.061Z | [ recovery-image] Dec 20 21:59:08.894 INFO O| Dec 20 21:59:08.894 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5281 | 2024-12-20T21:59:11.084Z | [ recovery-image] Dec 20 21:59:08.913 INFO O| Dec 20 21:59:08.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5282 | 2024-12-20T21:59:11.084Z | [ recovery-image] Dec 20 21:59:08.914 INFO O| Dec 20 21:59:08.913 INFO STEP 321 (remove_files) COMPLETE |
5283 | 2024-12-20T21:59:11.086Z | [ recovery-image] Dec 20 21:59:08.914 INFO O| Dec 20 21:59:08.913 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5284 | 2024-12-20T21:59:11.100Z | [ recovery-image] Dec 20 21:59:08.933 INFO O| Dec 20 21:59:08.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5285 | 2024-12-20T21:59:11.101Z | [ recovery-image] Dec 20 21:59:08.933 INFO O| Dec 20 21:59:08.933 INFO STEP 322 (remove_files) COMPLETE |
5286 | 2024-12-20T21:59:11.101Z | [ recovery-image] Dec 20 21:59:08.933 INFO O| Dec 20 21:59:08.933 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5287 | 2024-12-20T21:59:11.121Z | [ recovery-image] Dec 20 21:59:08.953 INFO O| Dec 20 21:59:08.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5288 | 2024-12-20T21:59:11.121Z | [ recovery-image] Dec 20 21:59:08.953 INFO O| Dec 20 21:59:08.953 INFO STEP 323 (remove_files) COMPLETE |
5289 | 2024-12-20T21:59:11.121Z | [ recovery-image] Dec 20 21:59:08.953 INFO O| Dec 20 21:59:08.953 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5290 | 2024-12-20T21:59:11.141Z | [ recovery-image] Dec 20 21:59:08.973 INFO O| Dec 20 21:59:08.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5291 | 2024-12-20T21:59:11.141Z | [ recovery-image] Dec 20 21:59:08.974 INFO O| Dec 20 21:59:08.974 INFO STEP 324 (remove_files) COMPLETE |
5292 | 2024-12-20T21:59:11.141Z | [ recovery-image] Dec 20 21:59:08.974 INFO O| Dec 20 21:59:08.974 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5293 | 2024-12-20T21:59:11.177Z | [ recovery-image] Dec 20 21:59:09.010 INFO O| Dec 20 21:59:09.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5294 | 2024-12-20T21:59:11.177Z | [ recovery-image] Dec 20 21:59:09.010 INFO O| Dec 20 21:59:09.010 INFO STEP 325 (remove_files) COMPLETE |
5295 | 2024-12-20T21:59:11.177Z | [ recovery-image] Dec 20 21:59:09.010 INFO O| Dec 20 21:59:09.010 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5296 | 2024-12-20T21:59:11.210Z | [ recovery-image] Dec 20 21:59:09.042 INFO O| Dec 20 21:59:09.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5297 | 2024-12-20T21:59:11.210Z | [ recovery-image] Dec 20 21:59:09.042 INFO O| Dec 20 21:59:09.042 INFO STEP 326 (remove_files) COMPLETE |
5298 | 2024-12-20T21:59:11.210Z | [ recovery-image] Dec 20 21:59:09.042 INFO O| Dec 20 21:59:09.042 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5299 | 2024-12-20T21:59:11.245Z | [ recovery-image] Dec 20 21:59:09.077 INFO O| Dec 20 21:59:09.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5300 | 2024-12-20T21:59:11.248Z | [ recovery-image] Dec 20 21:59:09.077 INFO O| Dec 20 21:59:09.077 INFO STEP 327 (remove_files) COMPLETE |
5301 | 2024-12-20T21:59:11.248Z | [ recovery-image] Dec 20 21:59:09.077 INFO O| Dec 20 21:59:09.077 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5302 | 2024-12-20T21:59:11.264Z | [ recovery-image] Dec 20 21:59:09.096 INFO O| Dec 20 21:59:09.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5303 | 2024-12-20T21:59:11.264Z | [ recovery-image] Dec 20 21:59:09.096 INFO O| Dec 20 21:59:09.096 INFO STEP 328 (remove_files) COMPLETE |
5304 | 2024-12-20T21:59:11.264Z | [ recovery-image] Dec 20 21:59:09.096 INFO O| Dec 20 21:59:09.096 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5305 | 2024-12-20T21:59:11.284Z | [ recovery-image] Dec 20 21:59:09.116 INFO O| Dec 20 21:59:09.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5306 | 2024-12-20T21:59:11.284Z | [ recovery-image] Dec 20 21:59:09.116 INFO O| Dec 20 21:59:09.116 INFO STEP 329 (remove_files) COMPLETE |
5307 | 2024-12-20T21:59:11.284Z | [ recovery-image] Dec 20 21:59:09.116 INFO O| Dec 20 21:59:09.116 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5308 | 2024-12-20T21:59:11.303Z | [ recovery-image] Dec 20 21:59:09.135 INFO O| Dec 20 21:59:09.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5309 | 2024-12-20T21:59:11.303Z | [ recovery-image] Dec 20 21:59:09.135 INFO O| Dec 20 21:59:09.135 INFO STEP 330 (remove_files) COMPLETE |
5310 | 2024-12-20T21:59:11.303Z | [ recovery-image] Dec 20 21:59:09.135 INFO O| Dec 20 21:59:09.135 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5311 | 2024-12-20T21:59:11.324Z | [ recovery-image] Dec 20 21:59:09.156 INFO O| Dec 20 21:59:09.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5312 | 2024-12-20T21:59:11.324Z | [ recovery-image] Dec 20 21:59:09.156 INFO O| Dec 20 21:59:09.156 INFO STEP 331 (remove_files) COMPLETE |
5313 | 2024-12-20T21:59:11.324Z | [ recovery-image] Dec 20 21:59:09.156 INFO O| Dec 20 21:59:09.156 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5314 | 2024-12-20T21:59:11.362Z | [ recovery-image] Dec 20 21:59:09.194 INFO O| Dec 20 21:59:09.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5315 | 2024-12-20T21:59:11.362Z | [ recovery-image] Dec 20 21:59:09.194 INFO O| Dec 20 21:59:09.194 INFO STEP 332 (remove_files) COMPLETE |
5316 | 2024-12-20T21:59:11.362Z | [ recovery-image] Dec 20 21:59:09.194 INFO O| Dec 20 21:59:09.194 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5317 | 2024-12-20T21:59:11.393Z | [ recovery-image] Dec 20 21:59:09.225 INFO O| Dec 20 21:59:09.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5318 | 2024-12-20T21:59:11.416Z | [ recovery-image] Dec 20 21:59:09.249 INFO O| Dec 20 21:59:09.249 INFO STEP 333 (remove_files) COMPLETE |
5319 | 2024-12-20T21:59:11.416Z | [ recovery-image] Dec 20 21:59:09.249 INFO O| Dec 20 21:59:09.249 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5320 | 2024-12-20T21:59:11.477Z | [ recovery-image] Dec 20 21:59:09.310 INFO O| Dec 20 21:59:09.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5321 | 2024-12-20T21:59:11.478Z | [ recovery-image] Dec 20 21:59:09.310 INFO O| Dec 20 21:59:09.310 INFO STEP 334 (remove_files) COMPLETE |
5322 | 2024-12-20T21:59:11.478Z | [ recovery-image] Dec 20 21:59:09.310 INFO O| Dec 20 21:59:09.310 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5323 | 2024-12-20T21:59:11.498Z | [ recovery-image] Dec 20 21:59:09.330 INFO O| Dec 20 21:59:09.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5324 | 2024-12-20T21:59:11.498Z | [ recovery-image] Dec 20 21:59:09.330 INFO O| Dec 20 21:59:09.330 INFO STEP 335 (remove_files) COMPLETE |
5325 | 2024-12-20T21:59:11.498Z | [ recovery-image] Dec 20 21:59:09.330 INFO O| Dec 20 21:59:09.330 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5326 | 2024-12-20T21:59:11.517Z | [ recovery-image] Dec 20 21:59:09.349 INFO O| Dec 20 21:59:09.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5327 | 2024-12-20T21:59:11.517Z | [ recovery-image] Dec 20 21:59:09.349 INFO O| Dec 20 21:59:09.349 INFO STEP 336 (remove_files) COMPLETE |
5328 | 2024-12-20T21:59:11.517Z | [ recovery-image] Dec 20 21:59:09.349 INFO O| Dec 20 21:59:09.349 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5329 | 2024-12-20T21:59:11.536Z | [ recovery-image] Dec 20 21:59:09.368 INFO O| Dec 20 21:59:09.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5330 | 2024-12-20T21:59:11.536Z | [ recovery-image] Dec 20 21:59:09.368 INFO O| Dec 20 21:59:09.368 INFO STEP 337 (remove_files) COMPLETE |
5331 | 2024-12-20T21:59:11.536Z | [ recovery-image] Dec 20 21:59:09.368 INFO O| Dec 20 21:59:09.368 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5332 | 2024-12-20T21:59:11.565Z | [ recovery-image] Dec 20 21:59:09.397 INFO O| Dec 20 21:59:09.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5333 | 2024-12-20T21:59:11.565Z | [ recovery-image] Dec 20 21:59:09.397 INFO O| Dec 20 21:59:09.397 INFO STEP 338 (remove_files) COMPLETE |
5334 | 2024-12-20T21:59:11.565Z | [ recovery-image] Dec 20 21:59:09.397 INFO O| Dec 20 21:59:09.397 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5335 | 2024-12-20T21:59:11.583Z | [ recovery-image] Dec 20 21:59:09.415 INFO O| Dec 20 21:59:09.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5336 | 2024-12-20T21:59:11.583Z | [ recovery-image] Dec 20 21:59:09.415 INFO O| Dec 20 21:59:09.415 INFO STEP 339 (remove_files) COMPLETE |
5337 | 2024-12-20T21:59:11.583Z | [ recovery-image] Dec 20 21:59:09.415 INFO O| Dec 20 21:59:09.415 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5338 | 2024-12-20T21:59:11.611Z | [ recovery-image] Dec 20 21:59:09.443 INFO O| Dec 20 21:59:09.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5339 | 2024-12-20T21:59:11.611Z | [ recovery-image] Dec 20 21:59:09.443 INFO O| Dec 20 21:59:09.443 INFO STEP 340 (remove_files) COMPLETE |
5340 | 2024-12-20T21:59:11.611Z | [ recovery-image] Dec 20 21:59:09.443 INFO O| Dec 20 21:59:09.443 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5341 | 2024-12-20T21:59:11.630Z | [ recovery-image] Dec 20 21:59:09.463 INFO O| Dec 20 21:59:09.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5342 | 2024-12-20T21:59:11.630Z | [ recovery-image] Dec 20 21:59:09.463 INFO O| Dec 20 21:59:09.463 INFO STEP 341 (remove_files) COMPLETE |
5343 | 2024-12-20T21:59:11.633Z | [ recovery-image] Dec 20 21:59:09.463 INFO O| Dec 20 21:59:09.463 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5344 | 2024-12-20T21:59:11.649Z | [ recovery-image] Dec 20 21:59:09.481 INFO O| Dec 20 21:59:09.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5345 | 2024-12-20T21:59:11.649Z | [ recovery-image] Dec 20 21:59:09.481 INFO O| Dec 20 21:59:09.481 INFO STEP 342 (remove_files) COMPLETE |
5346 | 2024-12-20T21:59:11.658Z | [ recovery-image] Dec 20 21:59:09.481 INFO O| Dec 20 21:59:09.481 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5347 | 2024-12-20T21:59:11.698Z | [ recovery-image] Dec 20 21:59:09.523 INFO O| Dec 20 21:59:09.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5348 | 2024-12-20T21:59:11.698Z | [ recovery-image] Dec 20 21:59:09.523 INFO O| Dec 20 21:59:09.523 INFO STEP 343 (remove_files) COMPLETE |
5349 | 2024-12-20T21:59:11.702Z | [ recovery-image] Dec 20 21:59:09.523 INFO O| Dec 20 21:59:09.523 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5350 | 2024-12-20T21:59:11.712Z | [ recovery-image] Dec 20 21:59:09.544 INFO O| Dec 20 21:59:09.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5351 | 2024-12-20T21:59:11.712Z | [ recovery-image] Dec 20 21:59:09.544 INFO O| Dec 20 21:59:09.544 INFO STEP 344 (remove_files) COMPLETE |
5352 | 2024-12-20T21:59:11.714Z | [ recovery-image] Dec 20 21:59:09.544 INFO O| Dec 20 21:59:09.544 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5353 | 2024-12-20T21:59:11.730Z | [ recovery-image] Dec 20 21:59:09.563 INFO O| Dec 20 21:59:09.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5354 | 2024-12-20T21:59:11.733Z | [ recovery-image] Dec 20 21:59:09.563 INFO O| Dec 20 21:59:09.563 INFO STEP 345 (remove_files) COMPLETE |
5355 | 2024-12-20T21:59:11.733Z | [ recovery-image] Dec 20 21:59:09.563 INFO O| Dec 20 21:59:09.563 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5356 | 2024-12-20T21:59:11.756Z | [ recovery-image] Dec 20 21:59:09.588 INFO O| Dec 20 21:59:09.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5357 | 2024-12-20T21:59:11.756Z | [ recovery-image] Dec 20 21:59:09.588 INFO O| Dec 20 21:59:09.588 INFO STEP 346 (remove_files) COMPLETE |
5358 | 2024-12-20T21:59:11.756Z | [ recovery-image] Dec 20 21:59:09.588 INFO O| Dec 20 21:59:09.588 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5359 | 2024-12-20T21:59:11.775Z | [ recovery-image] Dec 20 21:59:09.607 INFO O| Dec 20 21:59:09.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5360 | 2024-12-20T21:59:11.775Z | [ recovery-image] Dec 20 21:59:09.608 INFO O| Dec 20 21:59:09.608 INFO STEP 347 (remove_files) COMPLETE |
5361 | 2024-12-20T21:59:11.778Z | [ recovery-image] Dec 20 21:59:09.608 INFO O| Dec 20 21:59:09.608 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5362 | 2024-12-20T21:59:11.794Z | [ recovery-image] Dec 20 21:59:09.626 INFO O| Dec 20 21:59:09.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5363 | 2024-12-20T21:59:11.794Z | [ recovery-image] Dec 20 21:59:09.626 INFO O| Dec 20 21:59:09.626 INFO STEP 348 (remove_files) COMPLETE |
5364 | 2024-12-20T21:59:11.797Z | [ recovery-image] Dec 20 21:59:09.626 INFO O| Dec 20 21:59:09.626 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5365 | 2024-12-20T21:59:11.811Z | [ recovery-image] Dec 20 21:59:09.644 INFO O| Dec 20 21:59:09.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5366 | 2024-12-20T21:59:11.811Z | [ recovery-image] Dec 20 21:59:09.644 INFO O| Dec 20 21:59:09.644 INFO STEP 349 (remove_files) COMPLETE |
5367 | 2024-12-20T21:59:11.811Z | [ recovery-image] Dec 20 21:59:09.644 INFO O| Dec 20 21:59:09.644 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5368 | 2024-12-20T21:59:11.863Z | [ recovery-image] Dec 20 21:59:09.695 INFO O| Dec 20 21:59:09.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5369 | 2024-12-20T21:59:11.863Z | [ recovery-image] Dec 20 21:59:09.695 INFO O| Dec 20 21:59:09.695 INFO STEP 350 (remove_files) COMPLETE |
5370 | 2024-12-20T21:59:11.863Z | [ recovery-image] Dec 20 21:59:09.695 INFO O| Dec 20 21:59:09.695 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5371 | 2024-12-20T21:59:11.882Z | [ recovery-image] Dec 20 21:59:09.715 INFO O| Dec 20 21:59:09.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5372 | 2024-12-20T21:59:11.882Z | [ recovery-image] Dec 20 21:59:09.715 INFO O| Dec 20 21:59:09.715 INFO STEP 351 (remove_files) COMPLETE |
5373 | 2024-12-20T21:59:11.883Z | [ recovery-image] Dec 20 21:59:09.715 INFO O| Dec 20 21:59:09.715 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5374 | 2024-12-20T21:59:11.902Z | [ recovery-image] Dec 20 21:59:09.733 INFO O| Dec 20 21:59:09.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5375 | 2024-12-20T21:59:11.902Z | [ recovery-image] Dec 20 21:59:09.734 INFO O| Dec 20 21:59:09.733 INFO STEP 352 (remove_files) COMPLETE |
5376 | 2024-12-20T21:59:11.902Z | [ recovery-image] Dec 20 21:59:09.734 INFO O| Dec 20 21:59:09.733 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5377 | 2024-12-20T21:59:11.920Z | [ recovery-image] Dec 20 21:59:09.752 INFO O| Dec 20 21:59:09.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5378 | 2024-12-20T21:59:11.920Z | [ recovery-image] Dec 20 21:59:09.752 INFO O| Dec 20 21:59:09.752 INFO STEP 353 (remove_files) COMPLETE |
5379 | 2024-12-20T21:59:11.920Z | [ recovery-image] Dec 20 21:59:09.752 INFO O| Dec 20 21:59:09.752 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5380 | 2024-12-20T21:59:11.937Z | [ recovery-image] Dec 20 21:59:09.769 INFO O| Dec 20 21:59:09.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5381 | 2024-12-20T21:59:11.937Z | [ recovery-image] Dec 20 21:59:09.769 INFO O| Dec 20 21:59:09.769 INFO STEP 354 (remove_files) COMPLETE |
5382 | 2024-12-20T21:59:11.937Z | [ recovery-image] Dec 20 21:59:09.769 INFO O| Dec 20 21:59:09.769 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5383 | 2024-12-20T21:59:11.954Z | [ recovery-image] Dec 20 21:59:09.786 INFO O| Dec 20 21:59:09.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5384 | 2024-12-20T21:59:11.954Z | [ recovery-image] Dec 20 21:59:09.786 INFO O| Dec 20 21:59:09.786 INFO STEP 355 (remove_files) COMPLETE |
5385 | 2024-12-20T21:59:11.957Z | [ recovery-image] Dec 20 21:59:09.786 INFO O| Dec 20 21:59:09.786 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5386 | 2024-12-20T21:59:11.972Z | [ recovery-image] Dec 20 21:59:09.804 INFO O| Dec 20 21:59:09.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5387 | 2024-12-20T21:59:11.972Z | [ recovery-image] Dec 20 21:59:09.804 INFO O| Dec 20 21:59:09.804 INFO STEP 356 (remove_files) COMPLETE |
5388 | 2024-12-20T21:59:11.972Z | [ recovery-image] Dec 20 21:59:09.804 INFO O| Dec 20 21:59:09.804 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5389 | 2024-12-20T21:59:12.002Z | [ recovery-image] Dec 20 21:59:09.834 INFO O| Dec 20 21:59:09.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5390 | 2024-12-20T21:59:12.005Z | [ recovery-image] Dec 20 21:59:09.834 INFO O| Dec 20 21:59:09.834 INFO STEP 357 (remove_files) COMPLETE |
5391 | 2024-12-20T21:59:12.005Z | [ recovery-image] Dec 20 21:59:09.835 INFO O| Dec 20 21:59:09.834 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5392 | 2024-12-20T21:59:12.034Z | [ recovery-image] Dec 20 21:59:09.866 INFO O| Dec 20 21:59:09.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5393 | 2024-12-20T21:59:12.034Z | [ recovery-image] Dec 20 21:59:09.866 INFO O| Dec 20 21:59:09.866 INFO STEP 358 (remove_files) COMPLETE |
5394 | 2024-12-20T21:59:12.034Z | [ recovery-image] Dec 20 21:59:09.866 INFO O| Dec 20 21:59:09.866 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5395 | 2024-12-20T21:59:12.054Z | [ recovery-image] Dec 20 21:59:09.886 INFO O| Dec 20 21:59:09.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5396 | 2024-12-20T21:59:12.054Z | [ recovery-image] Dec 20 21:59:09.886 INFO O| Dec 20 21:59:09.886 INFO STEP 359 (remove_files) COMPLETE |
5397 | 2024-12-20T21:59:12.054Z | [ recovery-image] Dec 20 21:59:09.886 INFO O| Dec 20 21:59:09.886 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5398 | 2024-12-20T21:59:12.073Z | [ recovery-image] Dec 20 21:59:09.905 INFO O| Dec 20 21:59:09.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5399 | 2024-12-20T21:59:12.073Z | [ recovery-image] Dec 20 21:59:09.906 INFO O| Dec 20 21:59:09.906 INFO STEP 360 (remove_files) COMPLETE |
5400 | 2024-12-20T21:59:12.073Z | [ recovery-image] Dec 20 21:59:09.906 INFO O| Dec 20 21:59:09.906 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5401 | 2024-12-20T21:59:12.094Z | [ recovery-image] Dec 20 21:59:09.926 INFO O| Dec 20 21:59:09.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5402 | 2024-12-20T21:59:12.097Z | [ recovery-image] Dec 20 21:59:09.926 INFO O| Dec 20 21:59:09.926 INFO STEP 361 (remove_files) COMPLETE |
5403 | 2024-12-20T21:59:12.097Z | [ recovery-image] Dec 20 21:59:09.927 INFO O| Dec 20 21:59:09.927 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5404 | 2024-12-20T21:59:12.115Z | [ recovery-image] Dec 20 21:59:09.948 INFO O| Dec 20 21:59:09.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5405 | 2024-12-20T21:59:12.129Z | [ recovery-image] Dec 20 21:59:09.960 INFO O| Dec 20 21:59:09.960 INFO STEP 362 (remove_files) COMPLETE |
5406 | 2024-12-20T21:59:12.129Z | [ recovery-image] Dec 20 21:59:09.960 INFO O| Dec 20 21:59:09.960 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5407 | 2024-12-20T21:59:12.149Z | [ recovery-image] Dec 20 21:59:09.981 INFO O| Dec 20 21:59:09.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5408 | 2024-12-20T21:59:12.152Z | [ recovery-image] Dec 20 21:59:09.981 INFO O| Dec 20 21:59:09.981 INFO STEP 363 (remove_files) COMPLETE |
5409 | 2024-12-20T21:59:12.152Z | [ recovery-image] Dec 20 21:59:09.982 INFO O| Dec 20 21:59:09.981 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5410 | 2024-12-20T21:59:12.168Z | [ recovery-image] Dec 20 21:59:10.000 INFO O| Dec 20 21:59:10.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5411 | 2024-12-20T21:59:12.170Z | [ recovery-image] Dec 20 21:59:10.000 INFO O| Dec 20 21:59:10.000 INFO STEP 364 (remove_files) COMPLETE |
5412 | 2024-12-20T21:59:12.170Z | [ recovery-image] Dec 20 21:59:10.000 INFO O| Dec 20 21:59:10.000 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5413 | 2024-12-20T21:59:12.186Z | [ recovery-image] Dec 20 21:59:10.019 INFO O| Dec 20 21:59:10.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5414 | 2024-12-20T21:59:12.189Z | [ recovery-image] Dec 20 21:59:10.019 INFO O| Dec 20 21:59:10.019 INFO STEP 365 (remove_files) COMPLETE |
5415 | 2024-12-20T21:59:12.189Z | [ recovery-image] Dec 20 21:59:10.019 INFO O| Dec 20 21:59:10.019 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5416 | 2024-12-20T21:59:12.207Z | [ recovery-image] Dec 20 21:59:10.037 INFO O| Dec 20 21:59:10.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5417 | 2024-12-20T21:59:12.212Z | [ recovery-image] Dec 20 21:59:10.037 INFO O| Dec 20 21:59:10.037 INFO STEP 366 (remove_files) COMPLETE |
5418 | 2024-12-20T21:59:12.212Z | [ recovery-image] Dec 20 21:59:10.037 INFO O| Dec 20 21:59:10.037 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5419 | 2024-12-20T21:59:12.224Z | [ recovery-image] Dec 20 21:59:10.056 INFO O| Dec 20 21:59:10.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5420 | 2024-12-20T21:59:12.226Z | [ recovery-image] Dec 20 21:59:10.056 INFO O| Dec 20 21:59:10.056 INFO STEP 367 (remove_files) COMPLETE |
5421 | 2024-12-20T21:59:12.226Z | [ recovery-image] Dec 20 21:59:10.056 INFO O| Dec 20 21:59:10.056 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5422 | 2024-12-20T21:59:12.242Z | [ recovery-image] Dec 20 21:59:10.074 INFO O| Dec 20 21:59:10.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5423 | 2024-12-20T21:59:12.244Z | [ recovery-image] Dec 20 21:59:10.074 INFO O| Dec 20 21:59:10.074 INFO STEP 368 (remove_files) COMPLETE |
5424 | 2024-12-20T21:59:12.244Z | [ recovery-image] Dec 20 21:59:10.074 INFO O| Dec 20 21:59:10.074 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5425 | 2024-12-20T21:59:12.260Z | [ recovery-image] Dec 20 21:59:10.092 INFO O| Dec 20 21:59:10.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5426 | 2024-12-20T21:59:12.260Z | [ recovery-image] Dec 20 21:59:10.092 INFO O| Dec 20 21:59:10.092 INFO STEP 369 (remove_files) COMPLETE |
5427 | 2024-12-20T21:59:12.262Z | [ recovery-image] Dec 20 21:59:10.092 INFO O| Dec 20 21:59:10.092 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5428 | 2024-12-20T21:59:12.318Z | [ recovery-image] Dec 20 21:59:10.150 INFO O| Dec 20 21:59:10.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5429 | 2024-12-20T21:59:12.318Z | [ recovery-image] Dec 20 21:59:10.150 INFO O| Dec 20 21:59:10.150 INFO STEP 370 (remove_files) COMPLETE |
5430 | 2024-12-20T21:59:12.318Z | [ recovery-image] Dec 20 21:59:10.150 INFO O| Dec 20 21:59:10.150 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5431 | 2024-12-20T21:59:12.336Z | [ recovery-image] Dec 20 21:59:10.168 INFO O| Dec 20 21:59:10.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5432 | 2024-12-20T21:59:12.336Z | [ recovery-image] Dec 20 21:59:10.168 INFO O| Dec 20 21:59:10.168 INFO STEP 371 (remove_files) COMPLETE |
5433 | 2024-12-20T21:59:12.338Z | [ recovery-image] Dec 20 21:59:10.168 INFO O| Dec 20 21:59:10.168 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5434 | 2024-12-20T21:59:12.367Z | [ recovery-image] Dec 20 21:59:10.199 INFO O| Dec 20 21:59:10.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5435 | 2024-12-20T21:59:12.370Z | [ recovery-image] Dec 20 21:59:10.200 INFO O| Dec 20 21:59:10.200 INFO STEP 372 (remove_files) COMPLETE |
5436 | 2024-12-20T21:59:12.370Z | [ recovery-image] Dec 20 21:59:10.200 INFO O| Dec 20 21:59:10.200 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5437 | 2024-12-20T21:59:12.387Z | [ recovery-image] Dec 20 21:59:10.219 INFO O| Dec 20 21:59:10.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5438 | 2024-12-20T21:59:12.390Z | [ recovery-image] Dec 20 21:59:10.220 INFO O| Dec 20 21:59:10.219 INFO STEP 373 (remove_files) COMPLETE |
5439 | 2024-12-20T21:59:12.390Z | [ recovery-image] Dec 20 21:59:10.220 INFO O| Dec 20 21:59:10.220 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5440 | 2024-12-20T21:59:12.406Z | [ recovery-image] Dec 20 21:59:10.238 INFO O| Dec 20 21:59:10.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5441 | 2024-12-20T21:59:12.408Z | [ recovery-image] Dec 20 21:59:10.238 INFO O| Dec 20 21:59:10.238 INFO STEP 374 (remove_files) COMPLETE |
5442 | 2024-12-20T21:59:12.408Z | [ recovery-image] Dec 20 21:59:10.239 INFO O| Dec 20 21:59:10.238 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5443 | 2024-12-20T21:59:12.426Z | [ recovery-image] Dec 20 21:59:10.258 INFO O| Dec 20 21:59:10.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5444 | 2024-12-20T21:59:12.428Z | [ recovery-image] Dec 20 21:59:10.258 INFO O| Dec 20 21:59:10.258 INFO STEP 375 (remove_files) COMPLETE |
5445 | 2024-12-20T21:59:12.428Z | [ recovery-image] Dec 20 21:59:10.258 INFO O| Dec 20 21:59:10.258 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5446 | 2024-12-20T21:59:12.445Z | [ recovery-image] Dec 20 21:59:10.277 INFO O| Dec 20 21:59:10.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5447 | 2024-12-20T21:59:12.448Z | [ recovery-image] Dec 20 21:59:10.278 INFO O| Dec 20 21:59:10.277 INFO STEP 376 (remove_files) COMPLETE |
5448 | 2024-12-20T21:59:12.448Z | [ recovery-image] Dec 20 21:59:10.278 INFO O| Dec 20 21:59:10.278 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5449 | 2024-12-20T21:59:12.507Z | [ recovery-image] Dec 20 21:59:10.339 INFO O| Dec 20 21:59:10.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5450 | 2024-12-20T21:59:12.507Z | [ recovery-image] Dec 20 21:59:10.339 INFO O| Dec 20 21:59:10.339 INFO STEP 377 (remove_files) COMPLETE |
5451 | 2024-12-20T21:59:12.507Z | [ recovery-image] Dec 20 21:59:10.339 INFO O| Dec 20 21:59:10.339 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5452 | 2024-12-20T21:59:12.528Z | [ recovery-image] Dec 20 21:59:10.360 INFO O| Dec 20 21:59:10.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5453 | 2024-12-20T21:59:12.528Z | [ recovery-image] Dec 20 21:59:10.360 INFO O| Dec 20 21:59:10.360 INFO STEP 378 (remove_files) COMPLETE |
5454 | 2024-12-20T21:59:12.528Z | [ recovery-image] Dec 20 21:59:10.360 INFO O| Dec 20 21:59:10.360 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5455 | 2024-12-20T21:59:12.556Z | [ recovery-image] Dec 20 21:59:10.388 INFO O| Dec 20 21:59:10.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5456 | 2024-12-20T21:59:12.556Z | [ recovery-image] Dec 20 21:59:10.388 INFO O| Dec 20 21:59:10.388 INFO STEP 379 (remove_files) COMPLETE |
5457 | 2024-12-20T21:59:12.559Z | [ recovery-image] Dec 20 21:59:10.388 INFO O| Dec 20 21:59:10.388 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5458 | 2024-12-20T21:59:12.614Z | [ recovery-image] Dec 20 21:59:10.446 INFO O| Dec 20 21:59:10.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5459 | 2024-12-20T21:59:12.614Z | [ recovery-image] Dec 20 21:59:10.446 INFO O| Dec 20 21:59:10.446 INFO STEP 380 (remove_files) COMPLETE |
5460 | 2024-12-20T21:59:12.614Z | [ recovery-image] Dec 20 21:59:10.446 INFO O| Dec 20 21:59:10.446 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5461 | 2024-12-20T21:59:12.645Z | [ recovery-image] Dec 20 21:59:10.477 INFO O| Dec 20 21:59:10.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5462 | 2024-12-20T21:59:12.648Z | [ recovery-image] Dec 20 21:59:10.478 INFO O| Dec 20 21:59:10.477 INFO STEP 381 (remove_files) COMPLETE |
5463 | 2024-12-20T21:59:12.648Z | [ recovery-image] Dec 20 21:59:10.478 INFO O| Dec 20 21:59:10.478 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5464 | 2024-12-20T21:59:12.696Z | [ recovery-image] Dec 20 21:59:10.528 INFO O| Dec 20 21:59:10.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5465 | 2024-12-20T21:59:12.699Z | [ recovery-image] Dec 20 21:59:10.528 INFO O| Dec 20 21:59:10.528 INFO STEP 382 (remove_files) COMPLETE |
5466 | 2024-12-20T21:59:12.699Z | [ recovery-image] Dec 20 21:59:10.528 INFO O| Dec 20 21:59:10.528 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5467 | 2024-12-20T21:59:12.728Z | [ recovery-image] Dec 20 21:59:10.560 INFO O| Dec 20 21:59:10.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5468 | 2024-12-20T21:59:12.728Z | [ recovery-image] Dec 20 21:59:10.560 INFO O| Dec 20 21:59:10.560 INFO STEP 383 (remove_files) COMPLETE |
5469 | 2024-12-20T21:59:12.728Z | [ recovery-image] Dec 20 21:59:10.560 INFO O| Dec 20 21:59:10.560 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5470 | 2024-12-20T21:59:12.747Z | [ recovery-image] Dec 20 21:59:10.579 INFO O| Dec 20 21:59:10.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5471 | 2024-12-20T21:59:12.747Z | [ recovery-image] Dec 20 21:59:10.579 INFO O| Dec 20 21:59:10.579 INFO STEP 384 (remove_files) COMPLETE |
5472 | 2024-12-20T21:59:12.747Z | [ recovery-image] Dec 20 21:59:10.579 INFO O| Dec 20 21:59:10.579 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5473 | 2024-12-20T21:59:12.766Z | [ recovery-image] Dec 20 21:59:10.598 INFO O| Dec 20 21:59:10.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5474 | 2024-12-20T21:59:12.766Z | [ recovery-image] Dec 20 21:59:10.598 INFO O| Dec 20 21:59:10.598 INFO STEP 385 (remove_files) COMPLETE |
5475 | 2024-12-20T21:59:12.768Z | [ recovery-image] Dec 20 21:59:10.598 INFO O| Dec 20 21:59:10.598 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5476 | 2024-12-20T21:59:12.801Z | [ recovery-image] Dec 20 21:59:10.633 INFO O| Dec 20 21:59:10.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5477 | 2024-12-20T21:59:12.801Z | [ recovery-image] Dec 20 21:59:10.633 INFO O| Dec 20 21:59:10.633 INFO STEP 386 (remove_files) COMPLETE |
5478 | 2024-12-20T21:59:12.801Z | [ recovery-image] Dec 20 21:59:10.633 INFO O| Dec 20 21:59:10.633 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5479 | 2024-12-20T21:59:12.835Z | [ recovery-image] Dec 20 21:59:10.667 INFO O| Dec 20 21:59:10.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5480 | 2024-12-20T21:59:12.835Z | [ recovery-image] Dec 20 21:59:10.667 INFO O| Dec 20 21:59:10.667 INFO STEP 387 (remove_files) COMPLETE |
5481 | 2024-12-20T21:59:12.838Z | [ recovery-image] Dec 20 21:59:10.668 INFO O| Dec 20 21:59:10.667 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5482 | 2024-12-20T21:59:12.862Z | [ recovery-image] Dec 20 21:59:10.694 INFO O| Dec 20 21:59:10.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5483 | 2024-12-20T21:59:12.864Z | [ recovery-image] Dec 20 21:59:10.694 INFO O| Dec 20 21:59:10.694 INFO STEP 388 (remove_files) COMPLETE |
5484 | 2024-12-20T21:59:12.864Z | [ recovery-image] Dec 20 21:59:10.694 INFO O| Dec 20 21:59:10.694 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5485 | 2024-12-20T21:59:12.882Z | [ recovery-image] Dec 20 21:59:10.714 INFO O| Dec 20 21:59:10.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5486 | 2024-12-20T21:59:12.885Z | [ recovery-image] Dec 20 21:59:10.715 INFO O| Dec 20 21:59:10.714 INFO STEP 389 (remove_files) COMPLETE |
5487 | 2024-12-20T21:59:12.885Z | [ recovery-image] Dec 20 21:59:10.715 INFO O| Dec 20 21:59:10.715 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5488 | 2024-12-20T21:59:12.902Z | [ recovery-image] Dec 20 21:59:10.734 INFO O| Dec 20 21:59:10.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5489 | 2024-12-20T21:59:12.905Z | [ recovery-image] Dec 20 21:59:10.734 INFO O| Dec 20 21:59:10.734 INFO STEP 390 (remove_files) COMPLETE |
5490 | 2024-12-20T21:59:12.905Z | [ recovery-image] Dec 20 21:59:10.734 INFO O| Dec 20 21:59:10.734 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5491 | 2024-12-20T21:59:12.922Z | [ recovery-image] Dec 20 21:59:10.754 INFO O| Dec 20 21:59:10.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5492 | 2024-12-20T21:59:12.925Z | [ recovery-image] Dec 20 21:59:10.754 INFO O| Dec 20 21:59:10.754 INFO STEP 391 (remove_files) COMPLETE |
5493 | 2024-12-20T21:59:12.925Z | [ recovery-image] Dec 20 21:59:10.755 INFO O| Dec 20 21:59:10.754 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5494 | 2024-12-20T21:59:12.944Z | [ recovery-image] Dec 20 21:59:10.776 INFO O| Dec 20 21:59:10.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5495 | 2024-12-20T21:59:12.944Z | [ recovery-image] Dec 20 21:59:10.776 INFO O| Dec 20 21:59:10.776 INFO STEP 392 (remove_files) COMPLETE |
5496 | 2024-12-20T21:59:12.944Z | [ recovery-image] Dec 20 21:59:10.776 INFO O| Dec 20 21:59:10.776 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5497 | 2024-12-20T21:59:13.002Z | [ recovery-image] Dec 20 21:59:10.833 INFO O| Dec 20 21:59:10.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5498 | 2024-12-20T21:59:13.002Z | [ recovery-image] Dec 20 21:59:10.834 INFO O| Dec 20 21:59:10.833 INFO STEP 393 (remove_files) COMPLETE |
5499 | 2024-12-20T21:59:13.002Z | [ recovery-image] Dec 20 21:59:10.834 INFO O| Dec 20 21:59:10.834 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5500 | 2024-12-20T21:59:13.063Z | [ recovery-image] Dec 20 21:59:10.895 INFO O| Dec 20 21:59:10.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5501 | 2024-12-20T21:59:13.063Z | [ recovery-image] Dec 20 21:59:10.895 INFO O| Dec 20 21:59:10.895 INFO STEP 394 (remove_files) COMPLETE |
5502 | 2024-12-20T21:59:13.065Z | [ recovery-image] Dec 20 21:59:10.895 INFO O| Dec 20 21:59:10.895 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5503 | 2024-12-20T21:59:13.084Z | [ recovery-image] Dec 20 21:59:10.916 INFO O| Dec 20 21:59:10.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5504 | 2024-12-20T21:59:13.085Z | [ recovery-image] Dec 20 21:59:10.917 INFO O| Dec 20 21:59:10.917 INFO STEP 395 (remove_files) COMPLETE |
5505 | 2024-12-20T21:59:13.085Z | [ recovery-image] Dec 20 21:59:10.917 INFO O| Dec 20 21:59:10.917 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5506 | 2024-12-20T21:59:13.104Z | [ recovery-image] Dec 20 21:59:10.936 INFO O| Dec 20 21:59:10.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5507 | 2024-12-20T21:59:13.104Z | [ recovery-image] Dec 20 21:59:10.936 INFO O| Dec 20 21:59:10.936 INFO STEP 396 (remove_files) COMPLETE |
5508 | 2024-12-20T21:59:13.104Z | [ recovery-image] Dec 20 21:59:10.936 INFO O| Dec 20 21:59:10.936 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5509 | 2024-12-20T21:59:13.124Z | [ recovery-image] Dec 20 21:59:10.956 INFO O| Dec 20 21:59:10.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5510 | 2024-12-20T21:59:13.124Z | [ recovery-image] Dec 20 21:59:10.957 INFO O| Dec 20 21:59:10.956 INFO STEP 397 (remove_files) COMPLETE |
5511 | 2024-12-20T21:59:13.124Z | [ recovery-image] Dec 20 21:59:10.957 INFO O| Dec 20 21:59:10.956 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5512 | 2024-12-20T21:59:13.145Z | [ recovery-image] Dec 20 21:59:10.977 INFO O| Dec 20 21:59:10.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5513 | 2024-12-20T21:59:13.145Z | [ recovery-image] Dec 20 21:59:10.977 INFO O| Dec 20 21:59:10.977 INFO STEP 398 (remove_files) COMPLETE |
5514 | 2024-12-20T21:59:13.145Z | [ recovery-image] Dec 20 21:59:10.977 INFO O| Dec 20 21:59:10.977 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5515 | 2024-12-20T21:59:13.166Z | [ recovery-image] Dec 20 21:59:10.998 INFO O| Dec 20 21:59:10.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5516 | 2024-12-20T21:59:13.166Z | [ recovery-image] Dec 20 21:59:10.998 INFO O| Dec 20 21:59:10.998 INFO STEP 399 (remove_files) COMPLETE |
5517 | 2024-12-20T21:59:13.166Z | [ recovery-image] Dec 20 21:59:10.998 INFO O| Dec 20 21:59:10.998 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5518 | 2024-12-20T21:59:13.188Z | [ recovery-image] Dec 20 21:59:11.020 INFO O| Dec 20 21:59:11.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5519 | 2024-12-20T21:59:13.188Z | [ recovery-image] Dec 20 21:59:11.020 INFO O| Dec 20 21:59:11.020 INFO STEP 400 (remove_files) COMPLETE |
5520 | 2024-12-20T21:59:13.188Z | [ recovery-image] Dec 20 21:59:11.020 INFO O| Dec 20 21:59:11.020 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5521 | 2024-12-20T21:59:13.210Z | [ recovery-image] Dec 20 21:59:11.042 INFO O| Dec 20 21:59:11.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5522 | 2024-12-20T21:59:13.210Z | [ recovery-image] Dec 20 21:59:11.042 INFO O| Dec 20 21:59:11.042 INFO STEP 401 (remove_files) COMPLETE |
5523 | 2024-12-20T21:59:13.210Z | [ recovery-image] Dec 20 21:59:11.042 INFO O| Dec 20 21:59:11.042 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5524 | 2024-12-20T21:59:13.231Z | [ recovery-image] Dec 20 21:59:11.062 INFO O| Dec 20 21:59:11.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5525 | 2024-12-20T21:59:13.231Z | [ recovery-image] Dec 20 21:59:11.062 INFO O| Dec 20 21:59:11.062 INFO STEP 402 (remove_files) COMPLETE |
5526 | 2024-12-20T21:59:13.231Z | [ recovery-image] Dec 20 21:59:11.062 INFO O| Dec 20 21:59:11.062 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5527 | 2024-12-20T21:59:13.249Z | [ recovery-image] Dec 20 21:59:11.081 INFO O| Dec 20 21:59:11.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5528 | 2024-12-20T21:59:13.254Z | [ recovery-image] Dec 20 21:59:11.086 INFO O| Dec 20 21:59:11.086 INFO STEP 403 (remove_files) COMPLETE |
5529 | 2024-12-20T21:59:13.254Z | [ recovery-image] Dec 20 21:59:11.086 INFO O| Dec 20 21:59:11.086 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5530 | 2024-12-20T21:59:13.288Z | [ recovery-image] Dec 20 21:59:11.120 INFO O| Dec 20 21:59:11.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5531 | 2024-12-20T21:59:13.288Z | [ recovery-image] Dec 20 21:59:11.120 INFO O| Dec 20 21:59:11.120 INFO STEP 404 (remove_files) COMPLETE |
5532 | 2024-12-20T21:59:13.288Z | [ recovery-image] Dec 20 21:59:11.120 INFO O| Dec 20 21:59:11.120 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5533 | 2024-12-20T21:59:13.312Z | [ recovery-image] Dec 20 21:59:11.144 INFO O| Dec 20 21:59:11.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5534 | 2024-12-20T21:59:13.312Z | [ recovery-image] Dec 20 21:59:11.144 INFO O| Dec 20 21:59:11.144 INFO STEP 405 (remove_files) COMPLETE |
5535 | 2024-12-20T21:59:13.312Z | [ recovery-image] Dec 20 21:59:11.144 INFO O| Dec 20 21:59:11.144 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5536 | 2024-12-20T21:59:13.335Z | [ recovery-image] Dec 20 21:59:11.167 INFO O| Dec 20 21:59:11.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5537 | 2024-12-20T21:59:13.338Z | [ recovery-image] Dec 20 21:59:11.167 INFO O| Dec 20 21:59:11.167 INFO STEP 406 (remove_files) COMPLETE |
5538 | 2024-12-20T21:59:13.338Z | [ recovery-image] Dec 20 21:59:11.167 INFO O| Dec 20 21:59:11.167 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5539 | 2024-12-20T21:59:13.369Z | [ recovery-image] Dec 20 21:59:11.201 INFO O| Dec 20 21:59:11.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5540 | 2024-12-20T21:59:13.369Z | [ recovery-image] Dec 20 21:59:11.201 INFO O| Dec 20 21:59:11.201 INFO STEP 407 (remove_files) COMPLETE |
5541 | 2024-12-20T21:59:13.371Z | [ recovery-image] Dec 20 21:59:11.201 INFO O| Dec 20 21:59:11.201 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5542 | 2024-12-20T21:59:13.418Z | [ recovery-image] Dec 20 21:59:11.250 INFO O| Dec 20 21:59:11.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5543 | 2024-12-20T21:59:13.418Z | [ recovery-image] Dec 20 21:59:11.250 INFO O| Dec 20 21:59:11.250 INFO STEP 408 (remove_files) COMPLETE |
5544 | 2024-12-20T21:59:13.418Z | [ recovery-image] Dec 20 21:59:11.250 INFO O| Dec 20 21:59:11.250 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5545 | 2024-12-20T21:59:13.438Z | [ recovery-image] Dec 20 21:59:11.270 INFO O| Dec 20 21:59:11.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5546 | 2024-12-20T21:59:13.438Z | [ recovery-image] Dec 20 21:59:11.270 INFO O| Dec 20 21:59:11.270 INFO STEP 409 (remove_files) COMPLETE |
5547 | 2024-12-20T21:59:13.438Z | [ recovery-image] Dec 20 21:59:11.270 INFO O| Dec 20 21:59:11.270 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5548 | 2024-12-20T21:59:13.459Z | [ recovery-image] Dec 20 21:59:11.290 INFO O| Dec 20 21:59:11.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5549 | 2024-12-20T21:59:13.459Z | [ recovery-image] Dec 20 21:59:11.291 INFO O| Dec 20 21:59:11.291 INFO STEP 410 (remove_files) COMPLETE |
5550 | 2024-12-20T21:59:13.459Z | [ recovery-image] Dec 20 21:59:11.291 INFO O| Dec 20 21:59:11.291 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5551 | 2024-12-20T21:59:13.479Z | [ recovery-image] Dec 20 21:59:11.310 INFO O| Dec 20 21:59:11.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5552 | 2024-12-20T21:59:13.479Z | [ recovery-image] Dec 20 21:59:11.310 INFO O| Dec 20 21:59:11.310 INFO STEP 411 (remove_files) COMPLETE |
5553 | 2024-12-20T21:59:13.479Z | [ recovery-image] Dec 20 21:59:11.310 INFO O| Dec 20 21:59:11.310 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5554 | 2024-12-20T21:59:13.498Z | [ recovery-image] Dec 20 21:59:11.330 INFO O| Dec 20 21:59:11.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5555 | 2024-12-20T21:59:13.501Z | [ recovery-image] Dec 20 21:59:11.330 INFO O| Dec 20 21:59:11.330 INFO STEP 412 (remove_files) COMPLETE |
5556 | 2024-12-20T21:59:13.501Z | [ recovery-image] Dec 20 21:59:11.330 INFO O| Dec 20 21:59:11.330 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5557 | 2024-12-20T21:59:13.518Z | [ recovery-image] Dec 20 21:59:11.349 INFO O| Dec 20 21:59:11.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5558 | 2024-12-20T21:59:13.518Z | [ recovery-image] Dec 20 21:59:11.349 INFO O| Dec 20 21:59:11.349 INFO STEP 413 (remove_files) COMPLETE |
5559 | 2024-12-20T21:59:13.518Z | [ recovery-image] Dec 20 21:59:11.349 INFO O| Dec 20 21:59:11.349 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5560 | 2024-12-20T21:59:13.539Z | [ recovery-image] Dec 20 21:59:11.371 INFO O| Dec 20 21:59:11.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5561 | 2024-12-20T21:59:13.542Z | [ recovery-image] Dec 20 21:59:11.371 INFO O| Dec 20 21:59:11.371 INFO STEP 414 (remove_files) COMPLETE |
5562 | 2024-12-20T21:59:13.542Z | [ recovery-image] Dec 20 21:59:11.371 INFO O| Dec 20 21:59:11.371 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5563 | 2024-12-20T21:59:13.559Z | [ recovery-image] Dec 20 21:59:11.391 INFO O| Dec 20 21:59:11.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5564 | 2024-12-20T21:59:13.562Z | [ recovery-image] Dec 20 21:59:11.391 INFO O| Dec 20 21:59:11.391 INFO STEP 415 (remove_files) COMPLETE |
5565 | 2024-12-20T21:59:13.562Z | [ recovery-image] Dec 20 21:59:11.391 INFO O| Dec 20 21:59:11.391 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5566 | 2024-12-20T21:59:13.579Z | [ recovery-image] Dec 20 21:59:11.410 INFO O| Dec 20 21:59:11.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5567 | 2024-12-20T21:59:13.579Z | [ recovery-image] Dec 20 21:59:11.410 INFO O| Dec 20 21:59:11.410 INFO STEP 416 (remove_files) COMPLETE |
5568 | 2024-12-20T21:59:13.579Z | [ recovery-image] Dec 20 21:59:11.410 INFO O| Dec 20 21:59:11.410 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5569 | 2024-12-20T21:59:13.616Z | [ recovery-image] Dec 20 21:59:11.440 INFO O| Dec 20 21:59:11.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5570 | 2024-12-20T21:59:13.616Z | [ recovery-image] Dec 20 21:59:11.440 INFO O| Dec 20 21:59:11.440 INFO STEP 417 (remove_files) COMPLETE |
5571 | 2024-12-20T21:59:13.619Z | [ recovery-image] Dec 20 21:59:11.440 INFO O| Dec 20 21:59:11.440 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5572 | 2024-12-20T21:59:13.627Z | [ recovery-image] Dec 20 21:59:11.456 INFO O| Dec 20 21:59:11.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5573 | 2024-12-20T21:59:13.631Z | [ recovery-image] Dec 20 21:59:11.457 INFO O| Dec 20 21:59:11.456 INFO STEP 418 (remove_files) COMPLETE |
5574 | 2024-12-20T21:59:13.631Z | [ recovery-image] Dec 20 21:59:11.457 INFO O| Dec 20 21:59:11.456 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5575 | 2024-12-20T21:59:13.642Z | [ recovery-image] Dec 20 21:59:11.473 INFO O| Dec 20 21:59:11.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5576 | 2024-12-20T21:59:13.642Z | [ recovery-image] Dec 20 21:59:11.474 INFO O| Dec 20 21:59:11.474 INFO STEP 419 (remove_files) COMPLETE |
5577 | 2024-12-20T21:59:13.645Z | [ recovery-image] Dec 20 21:59:11.474 INFO O| Dec 20 21:59:11.474 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5578 | 2024-12-20T21:59:13.674Z | [ recovery-image] Dec 20 21:59:11.490 INFO O| Dec 20 21:59:11.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5579 | 2024-12-20T21:59:13.674Z | [ recovery-image] Dec 20 21:59:11.491 INFO O| Dec 20 21:59:11.490 INFO STEP 420 (remove_files) COMPLETE |
5580 | 2024-12-20T21:59:13.674Z | [ recovery-image] Dec 20 21:59:11.491 INFO O| Dec 20 21:59:11.491 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5581 | 2024-12-20T21:59:13.676Z | [ recovery-image] Dec 20 21:59:11.507 INFO O| Dec 20 21:59:11.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5582 | 2024-12-20T21:59:13.676Z | [ recovery-image] Dec 20 21:59:11.507 INFO O| Dec 20 21:59:11.507 INFO STEP 421 (remove_files) COMPLETE |
5583 | 2024-12-20T21:59:13.676Z | [ recovery-image] Dec 20 21:59:11.507 INFO O| Dec 20 21:59:11.507 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5584 | 2024-12-20T21:59:13.692Z | [ recovery-image] Dec 20 21:59:11.523 INFO O| Dec 20 21:59:11.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5585 | 2024-12-20T21:59:13.692Z | [ recovery-image] Dec 20 21:59:11.523 INFO O| Dec 20 21:59:11.523 INFO STEP 422 (remove_files) COMPLETE |
5586 | 2024-12-20T21:59:13.692Z | [ recovery-image] Dec 20 21:59:11.523 INFO O| Dec 20 21:59:11.523 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5587 | 2024-12-20T21:59:13.709Z | [ recovery-image] Dec 20 21:59:11.540 INFO O| Dec 20 21:59:11.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5588 | 2024-12-20T21:59:13.709Z | [ recovery-image] Dec 20 21:59:11.540 INFO O| Dec 20 21:59:11.540 INFO STEP 423 (remove_files) COMPLETE |
5589 | 2024-12-20T21:59:13.709Z | [ recovery-image] Dec 20 21:59:11.540 INFO O| Dec 20 21:59:11.540 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5590 | 2024-12-20T21:59:13.733Z | [ recovery-image] Dec 20 21:59:11.557 INFO O| Dec 20 21:59:11.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5591 | 2024-12-20T21:59:13.733Z | [ recovery-image] Dec 20 21:59:11.557 INFO O| Dec 20 21:59:11.557 INFO STEP 424 (remove_files) COMPLETE |
5592 | 2024-12-20T21:59:13.736Z | [ recovery-image] Dec 20 21:59:11.557 INFO O| Dec 20 21:59:11.557 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5593 | 2024-12-20T21:59:13.742Z | [ recovery-image] Dec 20 21:59:11.574 INFO O| Dec 20 21:59:11.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5594 | 2024-12-20T21:59:13.742Z | [ recovery-image] Dec 20 21:59:11.574 INFO O| Dec 20 21:59:11.574 INFO STEP 425 (remove_files) COMPLETE |
5595 | 2024-12-20T21:59:13.745Z | [ recovery-image] Dec 20 21:59:11.574 INFO O| Dec 20 21:59:11.574 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5596 | 2024-12-20T21:59:13.759Z | [ recovery-image] Dec 20 21:59:11.591 INFO O| Dec 20 21:59:11.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5597 | 2024-12-20T21:59:13.759Z | [ recovery-image] Dec 20 21:59:11.591 INFO O| Dec 20 21:59:11.591 INFO STEP 426 (remove_files) COMPLETE |
5598 | 2024-12-20T21:59:13.762Z | [ recovery-image] Dec 20 21:59:11.591 INFO O| Dec 20 21:59:11.591 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5599 | 2024-12-20T21:59:13.778Z | [ recovery-image] Dec 20 21:59:11.608 INFO O| Dec 20 21:59:11.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5600 | 2024-12-20T21:59:13.778Z | [ recovery-image] Dec 20 21:59:11.608 INFO O| Dec 20 21:59:11.608 INFO STEP 427 (remove_files) COMPLETE |
5601 | 2024-12-20T21:59:13.780Z | [ recovery-image] Dec 20 21:59:11.608 INFO O| Dec 20 21:59:11.608 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5602 | 2024-12-20T21:59:13.795Z | [ recovery-image] Dec 20 21:59:11.627 INFO O| Dec 20 21:59:11.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5603 | 2024-12-20T21:59:13.795Z | [ recovery-image] Dec 20 21:59:11.627 INFO O| Dec 20 21:59:11.627 INFO STEP 428 (remove_files) COMPLETE |
5604 | 2024-12-20T21:59:13.795Z | [ recovery-image] Dec 20 21:59:11.627 INFO O| Dec 20 21:59:11.627 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5605 | 2024-12-20T21:59:13.872Z | [ recovery-image] Dec 20 21:59:11.703 INFO O| Dec 20 21:59:11.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5606 | 2024-12-20T21:59:13.893Z | [ recovery-image] Dec 20 21:59:11.724 INFO O| Dec 20 21:59:11.724 INFO STEP 429 (remove_files) COMPLETE |
5607 | 2024-12-20T21:59:13.893Z | [ recovery-image] Dec 20 21:59:11.724 INFO O| Dec 20 21:59:11.724 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5608 | 2024-12-20T21:59:13.911Z | [ recovery-image] Dec 20 21:59:11.742 INFO O| Dec 20 21:59:11.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5609 | 2024-12-20T21:59:13.913Z | [ recovery-image] Dec 20 21:59:11.743 INFO O| Dec 20 21:59:11.743 INFO STEP 430 (remove_files) COMPLETE |
5610 | 2024-12-20T21:59:13.913Z | [ recovery-image] Dec 20 21:59:11.743 INFO O| Dec 20 21:59:11.743 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5611 | 2024-12-20T21:59:13.928Z | [ recovery-image] Dec 20 21:59:11.760 INFO O| Dec 20 21:59:11.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5612 | 2024-12-20T21:59:13.928Z | [ recovery-image] Dec 20 21:59:11.760 INFO O| Dec 20 21:59:11.760 INFO STEP 431 (remove_files) COMPLETE |
5613 | 2024-12-20T21:59:13.930Z | [ recovery-image] Dec 20 21:59:11.760 INFO O| Dec 20 21:59:11.760 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5614 | 2024-12-20T21:59:13.946Z | [ recovery-image] Dec 20 21:59:11.778 INFO O| Dec 20 21:59:11.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5615 | 2024-12-20T21:59:13.946Z | [ recovery-image] Dec 20 21:59:11.778 INFO O| Dec 20 21:59:11.778 INFO STEP 432 (remove_files) COMPLETE |
5616 | 2024-12-20T21:59:13.949Z | [ recovery-image] Dec 20 21:59:11.778 INFO O| Dec 20 21:59:11.778 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5617 | 2024-12-20T21:59:13.963Z | [ recovery-image] Dec 20 21:59:11.795 INFO O| Dec 20 21:59:11.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5618 | 2024-12-20T21:59:13.966Z | [ recovery-image] Dec 20 21:59:11.795 INFO O| Dec 20 21:59:11.795 INFO STEP 433 (remove_files) COMPLETE |
5619 | 2024-12-20T21:59:13.966Z | [ recovery-image] Dec 20 21:59:11.795 INFO O| Dec 20 21:59:11.795 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5620 | 2024-12-20T21:59:13.981Z | [ recovery-image] Dec 20 21:59:11.813 INFO O| Dec 20 21:59:11.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5621 | 2024-12-20T21:59:13.981Z | [ recovery-image] Dec 20 21:59:11.813 INFO O| Dec 20 21:59:11.813 INFO STEP 434 (remove_files) COMPLETE |
5622 | 2024-12-20T21:59:13.984Z | [ recovery-image] Dec 20 21:59:11.813 INFO O| Dec 20 21:59:11.813 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5623 | 2024-12-20T21:59:13.998Z | [ recovery-image] Dec 20 21:59:11.830 INFO O| Dec 20 21:59:11.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5624 | 2024-12-20T21:59:13.998Z | [ recovery-image] Dec 20 21:59:11.830 INFO O| Dec 20 21:59:11.830 INFO STEP 435 (remove_files) COMPLETE |
5625 | 2024-12-20T21:59:14.002Z | [ recovery-image] Dec 20 21:59:11.830 INFO O| Dec 20 21:59:11.830 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5626 | 2024-12-20T21:59:14.016Z | [ recovery-image] Dec 20 21:59:11.848 INFO O| Dec 20 21:59:11.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5627 | 2024-12-20T21:59:14.018Z | [ recovery-image] Dec 20 21:59:11.848 INFO O| Dec 20 21:59:11.848 INFO STEP 436 (remove_files) COMPLETE |
5628 | 2024-12-20T21:59:14.018Z | [ recovery-image] Dec 20 21:59:11.848 INFO O| Dec 20 21:59:11.848 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5629 | 2024-12-20T21:59:14.037Z | [ recovery-image] Dec 20 21:59:11.869 INFO O| Dec 20 21:59:11.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5630 | 2024-12-20T21:59:14.040Z | [ recovery-image] Dec 20 21:59:11.869 INFO O| Dec 20 21:59:11.869 INFO STEP 437 (remove_files) COMPLETE |
5631 | 2024-12-20T21:59:14.040Z | [ recovery-image] Dec 20 21:59:11.869 INFO O| Dec 20 21:59:11.869 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5632 | 2024-12-20T21:59:14.055Z | [ recovery-image] Dec 20 21:59:11.887 INFO O| Dec 20 21:59:11.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5633 | 2024-12-20T21:59:14.058Z | [ recovery-image] Dec 20 21:59:11.887 INFO O| Dec 20 21:59:11.887 INFO STEP 438 (remove_files) COMPLETE |
5634 | 2024-12-20T21:59:14.058Z | [ recovery-image] Dec 20 21:59:11.887 INFO O| Dec 20 21:59:11.887 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5635 | 2024-12-20T21:59:14.073Z | [ recovery-image] Dec 20 21:59:11.905 INFO O| Dec 20 21:59:11.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5636 | 2024-12-20T21:59:14.076Z | [ recovery-image] Dec 20 21:59:11.905 INFO O| Dec 20 21:59:11.905 INFO STEP 439 (remove_files) COMPLETE |
5637 | 2024-12-20T21:59:14.076Z | [ recovery-image] Dec 20 21:59:11.905 INFO O| Dec 20 21:59:11.905 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5638 | 2024-12-20T21:59:14.098Z | [ recovery-image] Dec 20 21:59:11.929 INFO O| Dec 20 21:59:11.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5639 | 2024-12-20T21:59:14.098Z | [ recovery-image] Dec 20 21:59:11.929 INFO O| Dec 20 21:59:11.929 INFO STEP 440 (remove_files) COMPLETE |
5640 | 2024-12-20T21:59:14.111Z | [ recovery-image] Dec 20 21:59:11.929 INFO O| Dec 20 21:59:11.929 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5641 | 2024-12-20T21:59:14.137Z | [ recovery-image] Dec 20 21:59:11.969 INFO O| Dec 20 21:59:11.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5642 | 2024-12-20T21:59:14.137Z | [ recovery-image] Dec 20 21:59:11.969 INFO O| Dec 20 21:59:11.969 INFO STEP 441 (remove_files) COMPLETE |
5643 | 2024-12-20T21:59:14.139Z | [ recovery-image] Dec 20 21:59:11.969 INFO O| Dec 20 21:59:11.969 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5644 | 2024-12-20T21:59:14.177Z | [ recovery-image] Dec 20 21:59:12.009 INFO O| Dec 20 21:59:12.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5645 | 2024-12-20T21:59:14.177Z | [ recovery-image] Dec 20 21:59:12.009 INFO O| Dec 20 21:59:12.009 INFO STEP 442 (remove_files) COMPLETE |
5646 | 2024-12-20T21:59:14.180Z | [ recovery-image] Dec 20 21:59:12.009 INFO O| Dec 20 21:59:12.009 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5647 | 2024-12-20T21:59:14.195Z | [ recovery-image] Dec 20 21:59:12.027 INFO O| Dec 20 21:59:12.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5648 | 2024-12-20T21:59:14.195Z | [ recovery-image] Dec 20 21:59:12.027 INFO O| Dec 20 21:59:12.027 INFO STEP 443 (remove_files) COMPLETE |
5649 | 2024-12-20T21:59:14.197Z | [ recovery-image] Dec 20 21:59:12.027 INFO O| Dec 20 21:59:12.027 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5650 | 2024-12-20T21:59:14.212Z | [ recovery-image] Dec 20 21:59:12.044 INFO O| Dec 20 21:59:12.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5651 | 2024-12-20T21:59:14.214Z | [ recovery-image] Dec 20 21:59:12.044 INFO O| Dec 20 21:59:12.044 INFO STEP 444 (remove_files) COMPLETE |
5652 | 2024-12-20T21:59:14.215Z | [ recovery-image] Dec 20 21:59:12.044 INFO O| Dec 20 21:59:12.044 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5653 | 2024-12-20T21:59:14.230Z | [ recovery-image] Dec 20 21:59:12.061 INFO O| Dec 20 21:59:12.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5654 | 2024-12-20T21:59:14.240Z | [ recovery-image] Dec 20 21:59:12.072 INFO O| Dec 20 21:59:12.072 INFO STEP 445 (remove_files) COMPLETE |
5655 | 2024-12-20T21:59:14.240Z | [ recovery-image] Dec 20 21:59:12.072 INFO O| Dec 20 21:59:12.072 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5656 | 2024-12-20T21:59:14.300Z | [ recovery-image] Dec 20 21:59:12.132 INFO O| Dec 20 21:59:12.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5657 | 2024-12-20T21:59:14.303Z | [ recovery-image] Dec 20 21:59:12.132 INFO O| Dec 20 21:59:12.132 INFO STEP 446 (remove_files) COMPLETE |
5658 | 2024-12-20T21:59:14.303Z | [ recovery-image] Dec 20 21:59:12.132 INFO O| Dec 20 21:59:12.132 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5659 | 2024-12-20T21:59:14.328Z | [ recovery-image] Dec 20 21:59:12.160 INFO O| Dec 20 21:59:12.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5660 | 2024-12-20T21:59:14.328Z | [ recovery-image] Dec 20 21:59:12.160 INFO O| Dec 20 21:59:12.160 INFO STEP 447 (remove_files) COMPLETE |
5661 | 2024-12-20T21:59:14.328Z | [ recovery-image] Dec 20 21:59:12.160 INFO O| Dec 20 21:59:12.160 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5662 | 2024-12-20T21:59:14.360Z | [ recovery-image] Dec 20 21:59:12.192 INFO O| Dec 20 21:59:12.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5663 | 2024-12-20T21:59:14.360Z | [ recovery-image] Dec 20 21:59:12.192 INFO O| Dec 20 21:59:12.192 INFO STEP 448 (remove_files) COMPLETE |
5664 | 2024-12-20T21:59:14.360Z | [ recovery-image] Dec 20 21:59:12.192 INFO O| Dec 20 21:59:12.192 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5665 | 2024-12-20T21:59:14.395Z | [ recovery-image] Dec 20 21:59:12.227 INFO O| Dec 20 21:59:12.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5666 | 2024-12-20T21:59:14.398Z | [ recovery-image] Dec 20 21:59:12.227 INFO O| Dec 20 21:59:12.227 INFO STEP 449 (remove_files) COMPLETE |
5667 | 2024-12-20T21:59:14.398Z | [ recovery-image] Dec 20 21:59:12.227 INFO O| Dec 20 21:59:12.227 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5668 | 2024-12-20T21:59:14.413Z | [ recovery-image] Dec 20 21:59:12.245 INFO O| Dec 20 21:59:12.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5669 | 2024-12-20T21:59:14.416Z | [ recovery-image] Dec 20 21:59:12.245 INFO O| Dec 20 21:59:12.245 INFO STEP 450 (remove_files) COMPLETE |
5670 | 2024-12-20T21:59:14.416Z | [ recovery-image] Dec 20 21:59:12.245 INFO O| Dec 20 21:59:12.245 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5671 | 2024-12-20T21:59:14.431Z | [ recovery-image] Dec 20 21:59:12.262 INFO O| Dec 20 21:59:12.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5672 | 2024-12-20T21:59:14.431Z | [ recovery-image] Dec 20 21:59:12.262 INFO O| Dec 20 21:59:12.262 INFO STEP 451 (remove_files) COMPLETE |
5673 | 2024-12-20T21:59:14.433Z | [ recovery-image] Dec 20 21:59:12.263 INFO O| Dec 20 21:59:12.262 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5674 | 2024-12-20T21:59:14.448Z | [ recovery-image] Dec 20 21:59:12.279 INFO O| Dec 20 21:59:12.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5675 | 2024-12-20T21:59:14.451Z | [ recovery-image] Dec 20 21:59:12.279 INFO O| Dec 20 21:59:12.279 INFO STEP 452 (remove_files) COMPLETE |
5676 | 2024-12-20T21:59:14.451Z | [ recovery-image] Dec 20 21:59:12.279 INFO O| Dec 20 21:59:12.279 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5677 | 2024-12-20T21:59:14.464Z | [ recovery-image] Dec 20 21:59:12.296 INFO O| Dec 20 21:59:12.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5678 | 2024-12-20T21:59:14.464Z | [ recovery-image] Dec 20 21:59:12.296 INFO O| Dec 20 21:59:12.296 INFO STEP 453 (remove_files) COMPLETE |
5679 | 2024-12-20T21:59:14.467Z | [ recovery-image] Dec 20 21:59:12.296 INFO O| Dec 20 21:59:12.296 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5680 | 2024-12-20T21:59:14.486Z | [ recovery-image] Dec 20 21:59:12.317 INFO O| Dec 20 21:59:12.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5681 | 2024-12-20T21:59:14.486Z | [ recovery-image] Dec 20 21:59:12.317 INFO O| Dec 20 21:59:12.317 INFO STEP 454 (remove_files) COMPLETE |
5682 | 2024-12-20T21:59:14.486Z | [ recovery-image] Dec 20 21:59:12.317 INFO O| Dec 20 21:59:12.317 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5683 | 2024-12-20T21:59:14.522Z | [ recovery-image] Dec 20 21:59:12.352 INFO O| Dec 20 21:59:12.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5684 | 2024-12-20T21:59:14.522Z | [ recovery-image] Dec 20 21:59:12.352 INFO O| Dec 20 21:59:12.352 INFO STEP 455 (remove_files) COMPLETE |
5685 | 2024-12-20T21:59:14.522Z | [ recovery-image] Dec 20 21:59:12.352 INFO O| Dec 20 21:59:12.352 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5686 | 2024-12-20T21:59:14.538Z | [ recovery-image] Dec 20 21:59:12.369 INFO O| Dec 20 21:59:12.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5687 | 2024-12-20T21:59:14.538Z | [ recovery-image] Dec 20 21:59:12.369 INFO O| Dec 20 21:59:12.369 INFO STEP 456 (remove_files) COMPLETE |
5688 | 2024-12-20T21:59:14.538Z | [ recovery-image] Dec 20 21:59:12.369 INFO O| Dec 20 21:59:12.369 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5689 | 2024-12-20T21:59:14.556Z | [ recovery-image] Dec 20 21:59:12.385 INFO O| Dec 20 21:59:12.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5690 | 2024-12-20T21:59:14.556Z | [ recovery-image] Dec 20 21:59:12.385 INFO O| Dec 20 21:59:12.385 INFO STEP 457 (remove_files) COMPLETE |
5691 | 2024-12-20T21:59:14.556Z | [ recovery-image] Dec 20 21:59:12.385 INFO O| Dec 20 21:59:12.385 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5692 | 2024-12-20T21:59:14.569Z | [ recovery-image] Dec 20 21:59:12.401 INFO O| Dec 20 21:59:12.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5693 | 2024-12-20T21:59:14.569Z | [ recovery-image] Dec 20 21:59:12.401 INFO O| Dec 20 21:59:12.401 INFO STEP 458 (remove_files) COMPLETE |
5694 | 2024-12-20T21:59:14.569Z | [ recovery-image] Dec 20 21:59:12.401 INFO O| Dec 20 21:59:12.401 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5695 | 2024-12-20T21:59:14.585Z | [ recovery-image] Dec 20 21:59:12.417 INFO O| Dec 20 21:59:12.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5696 | 2024-12-20T21:59:14.585Z | [ recovery-image] Dec 20 21:59:12.417 INFO O| Dec 20 21:59:12.417 INFO STEP 459 (remove_files) COMPLETE |
5697 | 2024-12-20T21:59:14.585Z | [ recovery-image] Dec 20 21:59:12.417 INFO O| Dec 20 21:59:12.417 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5698 | 2024-12-20T21:59:14.601Z | [ recovery-image] Dec 20 21:59:12.432 INFO O| Dec 20 21:59:12.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5699 | 2024-12-20T21:59:14.625Z | [ recovery-image] Dec 20 21:59:12.457 INFO O| Dec 20 21:59:12.457 INFO STEP 460 (remove_files) COMPLETE |
5700 | 2024-12-20T21:59:14.625Z | [ recovery-image] Dec 20 21:59:12.457 INFO O| Dec 20 21:59:12.457 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5701 | 2024-12-20T21:59:14.703Z | [ recovery-image] Dec 20 21:59:12.535 INFO O| Dec 20 21:59:12.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5702 | 2024-12-20T21:59:14.703Z | [ recovery-image] Dec 20 21:59:12.535 INFO O| Dec 20 21:59:12.535 INFO STEP 461 (remove_files) COMPLETE |
5703 | 2024-12-20T21:59:14.703Z | [ recovery-image] Dec 20 21:59:12.535 INFO O| Dec 20 21:59:12.535 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5704 | 2024-12-20T21:59:14.725Z | [ recovery-image] Dec 20 21:59:12.556 INFO O| Dec 20 21:59:12.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5705 | 2024-12-20T21:59:14.725Z | [ recovery-image] Dec 20 21:59:12.556 INFO O| Dec 20 21:59:12.556 INFO STEP 462 (remove_files) COMPLETE |
5706 | 2024-12-20T21:59:14.725Z | [ recovery-image] Dec 20 21:59:12.556 INFO O| Dec 20 21:59:12.556 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5707 | 2024-12-20T21:59:14.743Z | [ recovery-image] Dec 20 21:59:12.575 INFO O| Dec 20 21:59:12.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5708 | 2024-12-20T21:59:14.743Z | [ recovery-image] Dec 20 21:59:12.575 INFO O| Dec 20 21:59:12.575 INFO STEP 463 (remove_files) COMPLETE |
5709 | 2024-12-20T21:59:14.746Z | [ recovery-image] Dec 20 21:59:12.575 INFO O| Dec 20 21:59:12.575 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5710 | 2024-12-20T21:59:14.761Z | [ recovery-image] Dec 20 21:59:12.593 INFO O| Dec 20 21:59:12.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5711 | 2024-12-20T21:59:14.761Z | [ recovery-image] Dec 20 21:59:12.593 INFO O| Dec 20 21:59:12.593 INFO STEP 464 (remove_files) COMPLETE |
5712 | 2024-12-20T21:59:14.764Z | [ recovery-image] Dec 20 21:59:12.593 INFO O| Dec 20 21:59:12.593 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5713 | 2024-12-20T21:59:14.780Z | [ recovery-image] Dec 20 21:59:12.612 INFO O| Dec 20 21:59:12.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5714 | 2024-12-20T21:59:14.780Z | [ recovery-image] Dec 20 21:59:12.612 INFO O| Dec 20 21:59:12.612 INFO STEP 465 (remove_files) COMPLETE |
5715 | 2024-12-20T21:59:14.780Z | [ recovery-image] Dec 20 21:59:12.612 INFO O| Dec 20 21:59:12.612 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5716 | 2024-12-20T21:59:14.801Z | [ recovery-image] Dec 20 21:59:12.633 INFO O| Dec 20 21:59:12.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5717 | 2024-12-20T21:59:14.818Z | [ recovery-image] Dec 20 21:59:12.650 INFO O| Dec 20 21:59:12.650 INFO STEP 466 (remove_files) COMPLETE |
5718 | 2024-12-20T21:59:14.818Z | [ recovery-image] Dec 20 21:59:12.650 INFO O| Dec 20 21:59:12.650 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5719 | 2024-12-20T21:59:14.851Z | [ recovery-image] Dec 20 21:59:12.683 INFO O| Dec 20 21:59:12.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5720 | 2024-12-20T21:59:14.851Z | [ recovery-image] Dec 20 21:59:12.683 INFO O| Dec 20 21:59:12.683 INFO STEP 467 (remove_files) COMPLETE |
5721 | 2024-12-20T21:59:14.851Z | [ recovery-image] Dec 20 21:59:12.683 INFO O| Dec 20 21:59:12.683 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5722 | 2024-12-20T21:59:14.908Z | [ recovery-image] Dec 20 21:59:12.739 INFO O| Dec 20 21:59:12.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5723 | 2024-12-20T21:59:14.908Z | [ recovery-image] Dec 20 21:59:12.740 INFO O| Dec 20 21:59:12.739 INFO STEP 468 (remove_files) COMPLETE |
5724 | 2024-12-20T21:59:14.908Z | [ recovery-image] Dec 20 21:59:12.740 INFO O| Dec 20 21:59:12.740 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5725 | 2024-12-20T21:59:14.927Z | [ recovery-image] Dec 20 21:59:12.759 INFO O| Dec 20 21:59:12.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5726 | 2024-12-20T21:59:14.928Z | [ recovery-image] Dec 20 21:59:12.759 INFO O| Dec 20 21:59:12.759 INFO STEP 469 (remove_files) COMPLETE |
5727 | 2024-12-20T21:59:14.928Z | [ recovery-image] Dec 20 21:59:12.759 INFO O| Dec 20 21:59:12.759 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2024-12-20T21:59:14.948Z | [ recovery-image] Dec 20 21:59:12.779 INFO O| Dec 20 21:59:12.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5729 | 2024-12-20T21:59:14.948Z | [ recovery-image] Dec 20 21:59:12.779 INFO O| Dec 20 21:59:12.779 INFO STEP 470 (remove_files) COMPLETE |
5730 | 2024-12-20T21:59:14.948Z | [ recovery-image] Dec 20 21:59:12.779 INFO O| Dec 20 21:59:12.779 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5731 | 2024-12-20T21:59:14.968Z | [ recovery-image] Dec 20 21:59:12.800 INFO O| Dec 20 21:59:12.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5732 | 2024-12-20T21:59:14.969Z | [ recovery-image] Dec 20 21:59:12.800 INFO O| Dec 20 21:59:12.800 INFO STEP 471 (remove_files) COMPLETE |
5733 | 2024-12-20T21:59:14.971Z | [ recovery-image] Dec 20 21:59:12.800 INFO O| Dec 20 21:59:12.800 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5734 | 2024-12-20T21:59:15.000Z | [ recovery-image] Dec 20 21:59:12.832 INFO O| Dec 20 21:59:12.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5735 | 2024-12-20T21:59:15.000Z | [ recovery-image] Dec 20 21:59:12.832 INFO O| Dec 20 21:59:12.832 INFO STEP 472 (remove_files) COMPLETE |
5736 | 2024-12-20T21:59:15.000Z | [ recovery-image] Dec 20 21:59:12.832 INFO O| Dec 20 21:59:12.832 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5737 | 2024-12-20T21:59:15.019Z | [ recovery-image] Dec 20 21:59:12.850 INFO O| Dec 20 21:59:12.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5738 | 2024-12-20T21:59:15.019Z | [ recovery-image] Dec 20 21:59:12.850 INFO O| Dec 20 21:59:12.850 INFO STEP 473 (remove_files) COMPLETE |
5739 | 2024-12-20T21:59:15.019Z | [ recovery-image] Dec 20 21:59:12.851 INFO O| Dec 20 21:59:12.850 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5740 | 2024-12-20T21:59:15.038Z | [ host-image] Dec 20 21:59:12.869 INFO O| Dec 20 21:59:12.869 INFO O| Download: 22002/22788 items 192.0/199.7MB 96% complete (1.3M/s) |
5741 | 2024-12-20T21:59:15.046Z | [ recovery-image] Dec 20 21:59:12.878 INFO O| Dec 20 21:59:12.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5742 | 2024-12-20T21:59:15.046Z | [ recovery-image] Dec 20 21:59:12.878 INFO O| Dec 20 21:59:12.878 INFO STEP 474 (remove_files) COMPLETE |
5743 | 2024-12-20T21:59:15.050Z | [ recovery-image] Dec 20 21:59:12.881 INFO O| Dec 20 21:59:12.878 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5744 | 2024-12-20T21:59:15.104Z | [ recovery-image] Dec 20 21:59:12.933 INFO O| Dec 20 21:59:12.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5745 | 2024-12-20T21:59:15.104Z | [ recovery-image] Dec 20 21:59:12.933 INFO O| Dec 20 21:59:12.933 INFO STEP 475 (remove_files) COMPLETE |
5746 | 2024-12-20T21:59:15.106Z | [ recovery-image] Dec 20 21:59:12.933 INFO O| Dec 20 21:59:12.933 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5747 | 2024-12-20T21:59:15.124Z | [ recovery-image] Dec 20 21:59:12.955 INFO O| Dec 20 21:59:12.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5748 | 2024-12-20T21:59:15.124Z | [ recovery-image] Dec 20 21:59:12.955 INFO O| Dec 20 21:59:12.955 INFO STEP 476 (remove_files) COMPLETE |
5749 | 2024-12-20T21:59:15.126Z | [ recovery-image] Dec 20 21:59:12.955 INFO O| Dec 20 21:59:12.955 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5750 | 2024-12-20T21:59:15.194Z | [ recovery-image] Dec 20 21:59:13.026 INFO O| Dec 20 21:59:13.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5751 | 2024-12-20T21:59:15.194Z | [ recovery-image] Dec 20 21:59:13.026 INFO O| Dec 20 21:59:13.026 INFO STEP 477 (remove_files) COMPLETE |
5752 | 2024-12-20T21:59:15.197Z | [ recovery-image] Dec 20 21:59:13.026 INFO O| Dec 20 21:59:13.026 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5753 | 2024-12-20T21:59:15.217Z | [ recovery-image] Dec 20 21:59:13.048 INFO O| Dec 20 21:59:13.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5754 | 2024-12-20T21:59:15.217Z | [ recovery-image] Dec 20 21:59:13.048 INFO O| Dec 20 21:59:13.048 INFO STEP 478 (remove_files) COMPLETE |
5755 | 2024-12-20T21:59:15.217Z | [ recovery-image] Dec 20 21:59:13.048 INFO O| Dec 20 21:59:13.048 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5756 | 2024-12-20T21:59:15.260Z | [ recovery-image] Dec 20 21:59:13.092 INFO O| Dec 20 21:59:13.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5757 | 2024-12-20T21:59:15.260Z | [ recovery-image] Dec 20 21:59:13.092 INFO O| Dec 20 21:59:13.092 INFO STEP 479 (remove_files) COMPLETE |
5758 | 2024-12-20T21:59:15.263Z | [ recovery-image] Dec 20 21:59:13.092 INFO O| Dec 20 21:59:13.092 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5759 | 2024-12-20T21:59:15.280Z | [ recovery-image] Dec 20 21:59:13.111 INFO O| Dec 20 21:59:13.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5760 | 2024-12-20T21:59:15.280Z | [ recovery-image] Dec 20 21:59:13.111 INFO O| Dec 20 21:59:13.111 INFO STEP 480 (remove_files) COMPLETE |
5761 | 2024-12-20T21:59:15.280Z | [ recovery-image] Dec 20 21:59:13.111 INFO O| Dec 20 21:59:13.111 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5762 | 2024-12-20T21:59:15.300Z | [ recovery-image] Dec 20 21:59:13.131 INFO O| Dec 20 21:59:13.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5763 | 2024-12-20T21:59:15.300Z | [ recovery-image] Dec 20 21:59:13.131 INFO O| Dec 20 21:59:13.131 INFO STEP 481 (remove_files) COMPLETE |
5764 | 2024-12-20T21:59:15.304Z | [ recovery-image] Dec 20 21:59:13.131 INFO O| Dec 20 21:59:13.131 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5765 | 2024-12-20T21:59:15.326Z | [ recovery-image] Dec 20 21:59:13.158 INFO O| Dec 20 21:59:13.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5766 | 2024-12-20T21:59:15.327Z | [ recovery-image] Dec 20 21:59:13.158 INFO O| Dec 20 21:59:13.158 INFO STEP 482 (remove_files) COMPLETE |
5767 | 2024-12-20T21:59:15.327Z | [ recovery-image] Dec 20 21:59:13.158 INFO O| Dec 20 21:59:13.158 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5768 | 2024-12-20T21:59:15.348Z | [ recovery-image] Dec 20 21:59:13.179 INFO O| Dec 20 21:59:13.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5769 | 2024-12-20T21:59:15.350Z | [ recovery-image] Dec 20 21:59:13.179 INFO O| Dec 20 21:59:13.179 INFO STEP 483 (remove_files) COMPLETE |
5770 | 2024-12-20T21:59:15.350Z | [ recovery-image] Dec 20 21:59:13.180 INFO O| Dec 20 21:59:13.179 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5771 | 2024-12-20T21:59:15.367Z | [ recovery-image] Dec 20 21:59:13.199 INFO O| Dec 20 21:59:13.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5772 | 2024-12-20T21:59:15.370Z | [ recovery-image] Dec 20 21:59:13.199 INFO O| Dec 20 21:59:13.199 INFO STEP 484 (remove_files) COMPLETE |
5773 | 2024-12-20T21:59:15.370Z | [ recovery-image] Dec 20 21:59:13.199 INFO O| Dec 20 21:59:13.199 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5774 | 2024-12-20T21:59:15.387Z | [ recovery-image] Dec 20 21:59:13.218 INFO O| Dec 20 21:59:13.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5775 | 2024-12-20T21:59:15.387Z | [ recovery-image] Dec 20 21:59:13.218 INFO O| Dec 20 21:59:13.218 INFO STEP 485 (remove_files) COMPLETE |
5776 | 2024-12-20T21:59:15.387Z | [ recovery-image] Dec 20 21:59:13.218 INFO O| Dec 20 21:59:13.218 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5777 | 2024-12-20T21:59:15.440Z | [ recovery-image] Dec 20 21:59:13.271 INFO O| Dec 20 21:59:13.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5778 | 2024-12-20T21:59:15.440Z | [ recovery-image] Dec 20 21:59:13.272 INFO O| Dec 20 21:59:13.271 INFO STEP 486 (remove_files) COMPLETE |
5779 | 2024-12-20T21:59:15.443Z | [ recovery-image] Dec 20 21:59:13.272 INFO O| Dec 20 21:59:13.271 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5780 | 2024-12-20T21:59:15.458Z | [ recovery-image] Dec 20 21:59:13.289 INFO O| Dec 20 21:59:13.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5781 | 2024-12-20T21:59:15.458Z | [ recovery-image] Dec 20 21:59:13.289 INFO O| Dec 20 21:59:13.289 INFO STEP 487 (remove_files) COMPLETE |
5782 | 2024-12-20T21:59:15.458Z | [ recovery-image] Dec 20 21:59:13.289 INFO O| Dec 20 21:59:13.289 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5783 | 2024-12-20T21:59:15.477Z | [ recovery-image] Dec 20 21:59:13.309 INFO O| Dec 20 21:59:13.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5784 | 2024-12-20T21:59:15.477Z | [ recovery-image] Dec 20 21:59:13.309 INFO O| Dec 20 21:59:13.309 INFO STEP 488 (remove_files) COMPLETE |
5785 | 2024-12-20T21:59:15.477Z | [ recovery-image] Dec 20 21:59:13.309 INFO O| Dec 20 21:59:13.309 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5786 | 2024-12-20T21:59:15.537Z | [ recovery-image] Dec 20 21:59:13.365 INFO O| Dec 20 21:59:13.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5787 | 2024-12-20T21:59:15.537Z | [ recovery-image] Dec 20 21:59:13.365 INFO O| Dec 20 21:59:13.365 INFO STEP 489 (remove_files) COMPLETE |
5788 | 2024-12-20T21:59:15.537Z | [ recovery-image] Dec 20 21:59:13.365 INFO O| Dec 20 21:59:13.365 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5789 | 2024-12-20T21:59:15.618Z | [ recovery-image] Dec 20 21:59:13.449 INFO O| Dec 20 21:59:13.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5790 | 2024-12-20T21:59:15.618Z | [ recovery-image] Dec 20 21:59:13.449 INFO O| Dec 20 21:59:13.449 INFO STEP 490 (remove_files) COMPLETE |
5791 | 2024-12-20T21:59:15.619Z | [ recovery-image] Dec 20 21:59:13.449 INFO O| Dec 20 21:59:13.449 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5792 | 2024-12-20T21:59:15.676Z | [ recovery-image] Dec 20 21:59:13.507 INFO O| Dec 20 21:59:13.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5793 | 2024-12-20T21:59:15.676Z | [ recovery-image] Dec 20 21:59:13.507 INFO O| Dec 20 21:59:13.507 INFO STEP 491 (remove_files) COMPLETE |
5794 | 2024-12-20T21:59:15.676Z | [ recovery-image] Dec 20 21:59:13.507 INFO O| Dec 20 21:59:13.507 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5795 | 2024-12-20T21:59:15.692Z | [ recovery-image] Dec 20 21:59:13.523 INFO O| Dec 20 21:59:13.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5796 | 2024-12-20T21:59:15.692Z | [ recovery-image] Dec 20 21:59:13.524 INFO O| Dec 20 21:59:13.524 INFO STEP 492 (remove_files) COMPLETE |
5797 | 2024-12-20T21:59:15.692Z | [ recovery-image] Dec 20 21:59:13.524 INFO O| Dec 20 21:59:13.524 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5798 | 2024-12-20T21:59:15.708Z | [ recovery-image] Dec 20 21:59:13.539 INFO O| Dec 20 21:59:13.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5799 | 2024-12-20T21:59:15.708Z | [ recovery-image] Dec 20 21:59:13.539 INFO O| Dec 20 21:59:13.539 INFO STEP 493 (remove_files) COMPLETE |
5800 | 2024-12-20T21:59:15.708Z | [ recovery-image] Dec 20 21:59:13.539 INFO O| Dec 20 21:59:13.539 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5801 | 2024-12-20T21:59:15.725Z | [ recovery-image] Dec 20 21:59:13.555 INFO O| Dec 20 21:59:13.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5802 | 2024-12-20T21:59:15.725Z | [ recovery-image] Dec 20 21:59:13.556 INFO O| Dec 20 21:59:13.555 INFO STEP 494 (remove_files) COMPLETE |
5803 | 2024-12-20T21:59:15.725Z | [ recovery-image] Dec 20 21:59:13.556 INFO O| Dec 20 21:59:13.556 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5804 | 2024-12-20T21:59:15.740Z | [ recovery-image] Dec 20 21:59:13.571 INFO O| Dec 20 21:59:13.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5805 | 2024-12-20T21:59:15.740Z | [ recovery-image] Dec 20 21:59:13.571 INFO O| Dec 20 21:59:13.571 INFO STEP 495 (remove_files) COMPLETE |
5806 | 2024-12-20T21:59:15.743Z | [ recovery-image] Dec 20 21:59:13.571 INFO O| Dec 20 21:59:13.571 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5807 | 2024-12-20T21:59:15.759Z | [ recovery-image] Dec 20 21:59:13.590 INFO O| Dec 20 21:59:13.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5808 | 2024-12-20T21:59:15.759Z | [ recovery-image] Dec 20 21:59:13.590 INFO O| Dec 20 21:59:13.590 INFO STEP 496 (remove_files) COMPLETE |
5809 | 2024-12-20T21:59:15.759Z | [ recovery-image] Dec 20 21:59:13.590 INFO O| Dec 20 21:59:13.590 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5810 | 2024-12-20T21:59:15.774Z | [ recovery-image] Dec 20 21:59:13.606 INFO O| Dec 20 21:59:13.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5811 | 2024-12-20T21:59:15.775Z | [ recovery-image] Dec 20 21:59:13.606 INFO O| Dec 20 21:59:13.606 INFO STEP 497 (remove_files) COMPLETE |
5812 | 2024-12-20T21:59:15.775Z | [ recovery-image] Dec 20 21:59:13.606 INFO O| Dec 20 21:59:13.606 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5813 | 2024-12-20T21:59:15.797Z | [ recovery-image] Dec 20 21:59:13.625 INFO O| Dec 20 21:59:13.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5814 | 2024-12-20T21:59:15.799Z | [ recovery-image] Dec 20 21:59:13.629 INFO O| Dec 20 21:59:13.629 INFO STEP 498 (remove_files) COMPLETE |
5815 | 2024-12-20T21:59:15.799Z | [ recovery-image] Dec 20 21:59:13.629 INFO O| Dec 20 21:59:13.629 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5816 | 2024-12-20T21:59:15.846Z | [ recovery-image] Dec 20 21:59:13.677 INFO O| Dec 20 21:59:13.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5817 | 2024-12-20T21:59:15.846Z | [ recovery-image] Dec 20 21:59:13.677 INFO O| Dec 20 21:59:13.677 INFO STEP 499 (remove_files) COMPLETE |
5818 | 2024-12-20T21:59:15.846Z | [ recovery-image] Dec 20 21:59:13.677 INFO O| Dec 20 21:59:13.677 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5819 | 2024-12-20T21:59:15.866Z | [ recovery-image] Dec 20 21:59:13.697 INFO O| Dec 20 21:59:13.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5820 | 2024-12-20T21:59:15.866Z | [ recovery-image] Dec 20 21:59:13.697 INFO O| Dec 20 21:59:13.697 INFO STEP 500 (remove_files) COMPLETE |
5821 | 2024-12-20T21:59:15.866Z | [ recovery-image] Dec 20 21:59:13.697 INFO O| Dec 20 21:59:13.697 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5822 | 2024-12-20T21:59:15.885Z | [ recovery-image] Dec 20 21:59:13.717 INFO O| Dec 20 21:59:13.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5823 | 2024-12-20T21:59:15.885Z | [ recovery-image] Dec 20 21:59:13.717 INFO O| Dec 20 21:59:13.717 INFO STEP 501 (remove_files) COMPLETE |
5824 | 2024-12-20T21:59:15.885Z | [ recovery-image] Dec 20 21:59:13.717 INFO O| Dec 20 21:59:13.717 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5825 | 2024-12-20T21:59:15.905Z | [ recovery-image] Dec 20 21:59:13.736 INFO O| Dec 20 21:59:13.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5826 | 2024-12-20T21:59:15.905Z | [ recovery-image] Dec 20 21:59:13.736 INFO O| Dec 20 21:59:13.736 INFO STEP 502 (remove_files) COMPLETE |
5827 | 2024-12-20T21:59:15.905Z | [ recovery-image] Dec 20 21:59:13.737 INFO O| Dec 20 21:59:13.736 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5828 | 2024-12-20T21:59:15.925Z | [ recovery-image] Dec 20 21:59:13.756 INFO O| Dec 20 21:59:13.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5829 | 2024-12-20T21:59:15.925Z | [ recovery-image] Dec 20 21:59:13.757 INFO O| Dec 20 21:59:13.756 INFO STEP 503 (remove_files) COMPLETE |
5830 | 2024-12-20T21:59:15.925Z | [ recovery-image] Dec 20 21:59:13.757 INFO O| Dec 20 21:59:13.757 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5831 | 2024-12-20T21:59:15.945Z | [ recovery-image] Dec 20 21:59:13.776 INFO O| Dec 20 21:59:13.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5832 | 2024-12-20T21:59:15.945Z | [ recovery-image] Dec 20 21:59:13.776 INFO O| Dec 20 21:59:13.776 INFO STEP 504 (remove_files) COMPLETE |
5833 | 2024-12-20T21:59:15.945Z | [ recovery-image] Dec 20 21:59:13.776 INFO O| Dec 20 21:59:13.776 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5834 | 2024-12-20T21:59:16.007Z | [ recovery-image] Dec 20 21:59:13.838 INFO O| Dec 20 21:59:13.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5835 | 2024-12-20T21:59:16.007Z | [ recovery-image] Dec 20 21:59:13.838 INFO O| Dec 20 21:59:13.838 INFO STEP 505 (remove_files) COMPLETE |
5836 | 2024-12-20T21:59:16.007Z | [ recovery-image] Dec 20 21:59:13.838 INFO O| Dec 20 21:59:13.838 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5837 | 2024-12-20T21:59:16.064Z | [ recovery-image] Dec 20 21:59:13.895 INFO O| Dec 20 21:59:13.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5838 | 2024-12-20T21:59:16.064Z | [ recovery-image] Dec 20 21:59:13.895 INFO O| Dec 20 21:59:13.895 INFO STEP 506 (remove_files) COMPLETE |
5839 | 2024-12-20T21:59:16.067Z | [ recovery-image] Dec 20 21:59:13.896 INFO O| Dec 20 21:59:13.895 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5840 | 2024-12-20T21:59:16.100Z | [ recovery-image] Dec 20 21:59:13.931 INFO O| Dec 20 21:59:13.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5841 | 2024-12-20T21:59:16.103Z | [ recovery-image] Dec 20 21:59:13.931 INFO O| Dec 20 21:59:13.931 INFO STEP 507 (remove_files) COMPLETE |
5842 | 2024-12-20T21:59:16.103Z | [ recovery-image] Dec 20 21:59:13.932 INFO O| Dec 20 21:59:13.931 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5843 | 2024-12-20T21:59:16.139Z | [ recovery-image] Dec 20 21:59:13.970 INFO O| Dec 20 21:59:13.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5844 | 2024-12-20T21:59:16.139Z | [ recovery-image] Dec 20 21:59:13.971 INFO O| Dec 20 21:59:13.970 INFO STEP 508 (remove_files) COMPLETE |
5845 | 2024-12-20T21:59:16.139Z | [ recovery-image] Dec 20 21:59:13.971 INFO O| Dec 20 21:59:13.970 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5846 | 2024-12-20T21:59:16.157Z | [ recovery-image] Dec 20 21:59:13.988 INFO O| Dec 20 21:59:13.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5847 | 2024-12-20T21:59:16.157Z | [ recovery-image] Dec 20 21:59:13.988 INFO O| Dec 20 21:59:13.988 INFO STEP 509 (remove_files) COMPLETE |
5848 | 2024-12-20T21:59:16.160Z | [ recovery-image] Dec 20 21:59:13.988 INFO O| Dec 20 21:59:13.988 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5849 | 2024-12-20T21:59:16.178Z | [ recovery-image] Dec 20 21:59:14.007 INFO O| Dec 20 21:59:14.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5850 | 2024-12-20T21:59:16.178Z | [ recovery-image] Dec 20 21:59:14.007 INFO O| Dec 20 21:59:14.007 INFO STEP 510 (remove_files) COMPLETE |
5851 | 2024-12-20T21:59:16.178Z | [ recovery-image] Dec 20 21:59:14.007 INFO O| Dec 20 21:59:14.007 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5852 | 2024-12-20T21:59:16.194Z | [ recovery-image] Dec 20 21:59:14.025 INFO O| Dec 20 21:59:14.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5853 | 2024-12-20T21:59:16.194Z | [ recovery-image] Dec 20 21:59:14.025 INFO O| Dec 20 21:59:14.025 INFO STEP 511 (remove_files) COMPLETE |
5854 | 2024-12-20T21:59:16.194Z | [ recovery-image] Dec 20 21:59:14.025 INFO O| Dec 20 21:59:14.025 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5855 | 2024-12-20T21:59:16.227Z | [ recovery-image] Dec 20 21:59:14.058 INFO O| Dec 20 21:59:14.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5856 | 2024-12-20T21:59:16.251Z | [ recovery-image] Dec 20 21:59:14.081 INFO O| Dec 20 21:59:14.081 INFO STEP 512 (remove_files) COMPLETE |
5857 | 2024-12-20T21:59:16.252Z | [ recovery-image] Dec 20 21:59:14.081 INFO O| Dec 20 21:59:14.081 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5858 | 2024-12-20T21:59:16.320Z | [ recovery-image] Dec 20 21:59:14.151 INFO O| Dec 20 21:59:14.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5859 | 2024-12-20T21:59:16.320Z | [ recovery-image] Dec 20 21:59:14.151 INFO O| Dec 20 21:59:14.151 INFO STEP 513 (remove_files) COMPLETE |
5860 | 2024-12-20T21:59:16.320Z | [ recovery-image] Dec 20 21:59:14.152 INFO O| Dec 20 21:59:14.151 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5861 | 2024-12-20T21:59:16.339Z | [ recovery-image] Dec 20 21:59:14.170 INFO O| Dec 20 21:59:14.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5862 | 2024-12-20T21:59:16.339Z | [ recovery-image] Dec 20 21:59:14.170 INFO O| Dec 20 21:59:14.170 INFO STEP 514 (remove_files) COMPLETE |
5863 | 2024-12-20T21:59:16.339Z | [ recovery-image] Dec 20 21:59:14.170 INFO O| Dec 20 21:59:14.170 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5864 | 2024-12-20T21:59:16.361Z | [ recovery-image] Dec 20 21:59:14.192 INFO O| Dec 20 21:59:14.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5865 | 2024-12-20T21:59:16.361Z | [ recovery-image] Dec 20 21:59:14.192 INFO O| Dec 20 21:59:14.192 INFO STEP 515 (remove_files) COMPLETE |
5866 | 2024-12-20T21:59:16.361Z | [ recovery-image] Dec 20 21:59:14.192 INFO O| Dec 20 21:59:14.192 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5867 | 2024-12-20T21:59:16.380Z | [ recovery-image] Dec 20 21:59:14.211 INFO O| Dec 20 21:59:14.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5868 | 2024-12-20T21:59:16.380Z | [ recovery-image] Dec 20 21:59:14.211 INFO O| Dec 20 21:59:14.211 INFO STEP 516 (remove_files) COMPLETE |
5869 | 2024-12-20T21:59:16.380Z | [ recovery-image] Dec 20 21:59:14.212 INFO O| Dec 20 21:59:14.211 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5870 | 2024-12-20T21:59:16.416Z | [ recovery-image] Dec 20 21:59:14.247 INFO O| Dec 20 21:59:14.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5871 | 2024-12-20T21:59:16.416Z | [ recovery-image] Dec 20 21:59:14.247 INFO O| Dec 20 21:59:14.247 INFO STEP 517 (remove_files) COMPLETE |
5872 | 2024-12-20T21:59:16.416Z | [ recovery-image] Dec 20 21:59:14.247 INFO O| Dec 20 21:59:14.247 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5873 | 2024-12-20T21:59:16.436Z | [ recovery-image] Dec 20 21:59:14.268 INFO O| Dec 20 21:59:14.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5874 | 2024-12-20T21:59:16.437Z | [ recovery-image] Dec 20 21:59:14.268 INFO O| Dec 20 21:59:14.268 INFO STEP 518 (remove_files) COMPLETE |
5875 | 2024-12-20T21:59:16.437Z | [ recovery-image] Dec 20 21:59:14.268 INFO O| Dec 20 21:59:14.268 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5876 | 2024-12-20T21:59:16.456Z | [ recovery-image] Dec 20 21:59:14.287 INFO O| Dec 20 21:59:14.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5877 | 2024-12-20T21:59:16.456Z | [ recovery-image] Dec 20 21:59:14.287 INFO O| Dec 20 21:59:14.287 INFO STEP 519 (remove_files) COMPLETE |
5878 | 2024-12-20T21:59:16.459Z | [ recovery-image] Dec 20 21:59:14.287 INFO O| Dec 20 21:59:14.287 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5879 | 2024-12-20T21:59:16.475Z | [ recovery-image] Dec 20 21:59:14.306 INFO O| Dec 20 21:59:14.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5880 | 2024-12-20T21:59:16.475Z | [ recovery-image] Dec 20 21:59:14.306 INFO O| Dec 20 21:59:14.306 INFO STEP 520 (remove_files) COMPLETE |
5881 | 2024-12-20T21:59:16.475Z | [ recovery-image] Dec 20 21:59:14.306 INFO O| Dec 20 21:59:14.306 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5882 | 2024-12-20T21:59:16.493Z | [ recovery-image] Dec 20 21:59:14.325 INFO O| Dec 20 21:59:14.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5883 | 2024-12-20T21:59:16.494Z | [ recovery-image] Dec 20 21:59:14.325 INFO O| Dec 20 21:59:14.325 INFO STEP 521 (remove_files) COMPLETE |
5884 | 2024-12-20T21:59:16.494Z | [ recovery-image] Dec 20 21:59:14.325 INFO O| Dec 20 21:59:14.325 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5885 | 2024-12-20T21:59:16.514Z | [ recovery-image] Dec 20 21:59:14.345 INFO O| Dec 20 21:59:14.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5886 | 2024-12-20T21:59:16.520Z | [ recovery-image] Dec 20 21:59:14.352 INFO O| Dec 20 21:59:14.352 INFO STEP 522 (remove_files) COMPLETE |
5887 | 2024-12-20T21:59:16.523Z | [ recovery-image] Dec 20 21:59:14.352 INFO O| Dec 20 21:59:14.352 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5888 | 2024-12-20T21:59:16.578Z | [ recovery-image] Dec 20 21:59:14.408 INFO O| Dec 20 21:59:14.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5889 | 2024-12-20T21:59:16.578Z | [ recovery-image] Dec 20 21:59:14.408 INFO O| Dec 20 21:59:14.408 INFO STEP 523 (remove_files) COMPLETE |
5890 | 2024-12-20T21:59:16.581Z | [ recovery-image] Dec 20 21:59:14.408 INFO O| Dec 20 21:59:14.408 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5891 | 2024-12-20T21:59:16.643Z | [ recovery-image] Dec 20 21:59:14.474 INFO O| Dec 20 21:59:14.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5892 | 2024-12-20T21:59:16.643Z | [ recovery-image] Dec 20 21:59:14.474 INFO O| Dec 20 21:59:14.474 INFO STEP 524 (remove_files) COMPLETE |
5893 | 2024-12-20T21:59:16.643Z | [ recovery-image] Dec 20 21:59:14.474 INFO O| Dec 20 21:59:14.474 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5894 | 2024-12-20T21:59:16.663Z | [ recovery-image] Dec 20 21:59:14.494 INFO O| Dec 20 21:59:14.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5895 | 2024-12-20T21:59:16.663Z | [ recovery-image] Dec 20 21:59:14.494 INFO O| Dec 20 21:59:14.494 INFO STEP 525 (remove_files) COMPLETE |
5896 | 2024-12-20T21:59:16.663Z | [ recovery-image] Dec 20 21:59:14.494 INFO O| Dec 20 21:59:14.494 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5897 | 2024-12-20T21:59:16.683Z | [ recovery-image] Dec 20 21:59:14.514 INFO O| Dec 20 21:59:14.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5898 | 2024-12-20T21:59:16.683Z | [ recovery-image] Dec 20 21:59:14.514 INFO O| Dec 20 21:59:14.514 INFO STEP 526 (remove_files) COMPLETE |
5899 | 2024-12-20T21:59:16.683Z | [ recovery-image] Dec 20 21:59:14.514 INFO O| Dec 20 21:59:14.514 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5900 | 2024-12-20T21:59:16.704Z | [ recovery-image] Dec 20 21:59:14.535 INFO O| Dec 20 21:59:14.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5901 | 2024-12-20T21:59:16.704Z | [ recovery-image] Dec 20 21:59:14.535 INFO O| Dec 20 21:59:14.535 INFO STEP 527 (remove_files) COMPLETE |
5902 | 2024-12-20T21:59:16.707Z | [ recovery-image] Dec 20 21:59:14.535 INFO O| Dec 20 21:59:14.535 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5903 | 2024-12-20T21:59:16.731Z | [ recovery-image] Dec 20 21:59:14.562 INFO O| Dec 20 21:59:14.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5904 | 2024-12-20T21:59:16.756Z | [ recovery-image] Dec 20 21:59:14.587 INFO O| Dec 20 21:59:14.587 INFO STEP 528 (remove_files) COMPLETE |
5905 | 2024-12-20T21:59:16.756Z | [ recovery-image] Dec 20 21:59:14.587 INFO O| Dec 20 21:59:14.587 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5906 | 2024-12-20T21:59:16.778Z | [ recovery-image] Dec 20 21:59:14.609 INFO O| Dec 20 21:59:14.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5907 | 2024-12-20T21:59:16.781Z | [ recovery-image] Dec 20 21:59:14.609 INFO O| Dec 20 21:59:14.609 INFO STEP 529 (remove_files) COMPLETE |
5908 | 2024-12-20T21:59:16.781Z | [ recovery-image] Dec 20 21:59:14.609 INFO O| Dec 20 21:59:14.609 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5909 | 2024-12-20T21:59:16.799Z | [ recovery-image] Dec 20 21:59:14.630 INFO O| Dec 20 21:59:14.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5910 | 2024-12-20T21:59:16.801Z | [ recovery-image] Dec 20 21:59:14.630 INFO O| Dec 20 21:59:14.630 INFO STEP 530 (remove_files) COMPLETE |
5911 | 2024-12-20T21:59:16.801Z | [ recovery-image] Dec 20 21:59:14.630 INFO O| Dec 20 21:59:14.630 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5912 | 2024-12-20T21:59:16.818Z | [ recovery-image] Dec 20 21:59:14.649 INFO O| Dec 20 21:59:14.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5913 | 2024-12-20T21:59:16.818Z | [ recovery-image] Dec 20 21:59:14.649 INFO O| Dec 20 21:59:14.649 INFO STEP 531 (remove_files) COMPLETE |
5914 | 2024-12-20T21:59:16.821Z | [ recovery-image] Dec 20 21:59:14.649 INFO O| Dec 20 21:59:14.649 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5915 | 2024-12-20T21:59:16.837Z | [ recovery-image] Dec 20 21:59:14.669 INFO O| Dec 20 21:59:14.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5916 | 2024-12-20T21:59:16.837Z | [ recovery-image] Dec 20 21:59:14.669 INFO O| Dec 20 21:59:14.669 INFO STEP 532 (remove_files) COMPLETE |
5917 | 2024-12-20T21:59:16.837Z | [ recovery-image] Dec 20 21:59:14.669 INFO O| Dec 20 21:59:14.669 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5918 | 2024-12-20T21:59:16.858Z | [ recovery-image] Dec 20 21:59:14.689 INFO O| Dec 20 21:59:14.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5919 | 2024-12-20T21:59:16.858Z | [ recovery-image] Dec 20 21:59:14.689 INFO O| Dec 20 21:59:14.689 INFO STEP 533 (remove_files) COMPLETE |
5920 | 2024-12-20T21:59:16.858Z | [ recovery-image] Dec 20 21:59:14.689 INFO O| Dec 20 21:59:14.689 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5921 | 2024-12-20T21:59:16.879Z | [ recovery-image] Dec 20 21:59:14.710 INFO O| Dec 20 21:59:14.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5922 | 2024-12-20T21:59:16.879Z | [ recovery-image] Dec 20 21:59:14.710 INFO O| Dec 20 21:59:14.710 INFO STEP 534 (remove_files) COMPLETE |
5923 | 2024-12-20T21:59:16.879Z | [ recovery-image] Dec 20 21:59:14.710 INFO O| Dec 20 21:59:14.710 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5924 | 2024-12-20T21:59:16.899Z | [ recovery-image] Dec 20 21:59:14.730 INFO O| Dec 20 21:59:14.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5925 | 2024-12-20T21:59:16.899Z | [ recovery-image] Dec 20 21:59:14.730 INFO O| Dec 20 21:59:14.730 INFO STEP 535 (remove_files) COMPLETE |
5926 | 2024-12-20T21:59:16.899Z | [ recovery-image] Dec 20 21:59:14.730 INFO O| Dec 20 21:59:14.730 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5927 | 2024-12-20T21:59:16.918Z | [ recovery-image] Dec 20 21:59:14.749 INFO O| Dec 20 21:59:14.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5928 | 2024-12-20T21:59:16.940Z | [ recovery-image] Dec 20 21:59:14.771 INFO O| Dec 20 21:59:14.771 INFO STEP 536 (remove_files) COMPLETE |
5929 | 2024-12-20T21:59:16.940Z | [ recovery-image] Dec 20 21:59:14.771 INFO O| Dec 20 21:59:14.771 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5930 | 2024-12-20T21:59:16.960Z | [ recovery-image] Dec 20 21:59:14.791 INFO O| Dec 20 21:59:14.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5931 | 2024-12-20T21:59:16.960Z | [ recovery-image] Dec 20 21:59:14.791 INFO O| Dec 20 21:59:14.791 INFO STEP 537 (remove_files) COMPLETE |
5932 | 2024-12-20T21:59:16.964Z | [ recovery-image] Dec 20 21:59:14.791 INFO O| Dec 20 21:59:14.791 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5933 | 2024-12-20T21:59:16.979Z | [ recovery-image] Dec 20 21:59:14.811 INFO O| Dec 20 21:59:14.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5934 | 2024-12-20T21:59:16.980Z | [ recovery-image] Dec 20 21:59:14.811 INFO O| Dec 20 21:59:14.811 INFO STEP 538 (remove_files) COMPLETE |
5935 | 2024-12-20T21:59:16.980Z | [ recovery-image] Dec 20 21:59:14.811 INFO O| Dec 20 21:59:14.811 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5936 | 2024-12-20T21:59:17.015Z | [ recovery-image] Dec 20 21:59:14.846 INFO O| Dec 20 21:59:14.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5937 | 2024-12-20T21:59:17.018Z | [ recovery-image] Dec 20 21:59:14.846 INFO O| Dec 20 21:59:14.846 INFO STEP 539 (remove_files) COMPLETE |
5938 | 2024-12-20T21:59:17.018Z | [ recovery-image] Dec 20 21:59:14.846 INFO O| Dec 20 21:59:14.846 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5939 | 2024-12-20T21:59:17.037Z | [ recovery-image] Dec 20 21:59:14.868 INFO O| Dec 20 21:59:14.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5940 | 2024-12-20T21:59:17.037Z | [ recovery-image] Dec 20 21:59:14.868 INFO O| Dec 20 21:59:14.868 INFO STEP 540 (remove_files) COMPLETE |
5941 | 2024-12-20T21:59:17.037Z | [ recovery-image] Dec 20 21:59:14.868 INFO O| Dec 20 21:59:14.868 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5942 | 2024-12-20T21:59:17.096Z | [ recovery-image] Dec 20 21:59:14.927 INFO O| Dec 20 21:59:14.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5943 | 2024-12-20T21:59:17.096Z | [ recovery-image] Dec 20 21:59:14.927 INFO O| Dec 20 21:59:14.927 INFO STEP 541 (remove_files) COMPLETE |
5944 | 2024-12-20T21:59:17.099Z | [ recovery-image] Dec 20 21:59:14.927 INFO O| Dec 20 21:59:14.927 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5945 | 2024-12-20T21:59:17.116Z | [ recovery-image] Dec 20 21:59:14.947 INFO O| Dec 20 21:59:14.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5946 | 2024-12-20T21:59:17.116Z | [ recovery-image] Dec 20 21:59:14.947 INFO O| Dec 20 21:59:14.947 INFO STEP 542 (remove_files) COMPLETE |
5947 | 2024-12-20T21:59:17.116Z | [ recovery-image] Dec 20 21:59:14.947 INFO O| Dec 20 21:59:14.947 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5948 | 2024-12-20T21:59:17.135Z | [ recovery-image] Dec 20 21:59:14.966 INFO O| Dec 20 21:59:14.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5949 | 2024-12-20T21:59:17.135Z | [ recovery-image] Dec 20 21:59:14.966 INFO O| Dec 20 21:59:14.966 INFO STEP 543 (remove_files) COMPLETE |
5950 | 2024-12-20T21:59:17.138Z | [ recovery-image] Dec 20 21:59:14.967 INFO O| Dec 20 21:59:14.966 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5951 | 2024-12-20T21:59:17.155Z | [ recovery-image] Dec 20 21:59:14.986 INFO O| Dec 20 21:59:14.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5952 | 2024-12-20T21:59:17.155Z | [ recovery-image] Dec 20 21:59:14.986 INFO O| Dec 20 21:59:14.986 INFO STEP 544 (remove_files) COMPLETE |
5953 | 2024-12-20T21:59:17.155Z | [ recovery-image] Dec 20 21:59:14.986 INFO O| Dec 20 21:59:14.986 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5954 | 2024-12-20T21:59:17.188Z | [ recovery-image] Dec 20 21:59:15.019 INFO O| Dec 20 21:59:15.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5955 | 2024-12-20T21:59:17.191Z | [ recovery-image] Dec 20 21:59:15.020 INFO O| Dec 20 21:59:15.019 INFO STEP 545 (remove_files) COMPLETE |
5956 | 2024-12-20T21:59:17.191Z | [ recovery-image] Dec 20 21:59:15.020 INFO O| Dec 20 21:59:15.020 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5957 | 2024-12-20T21:59:17.209Z | [ recovery-image] Dec 20 21:59:15.040 INFO O| Dec 20 21:59:15.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5958 | 2024-12-20T21:59:17.212Z | [ recovery-image] Dec 20 21:59:15.040 INFO O| Dec 20 21:59:15.040 INFO STEP 546 (remove_files) COMPLETE |
5959 | 2024-12-20T21:59:17.212Z | [ recovery-image] Dec 20 21:59:15.040 INFO O| Dec 20 21:59:15.040 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5960 | 2024-12-20T21:59:17.228Z | [ recovery-image] Dec 20 21:59:15.059 INFO O| Dec 20 21:59:15.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5961 | 2024-12-20T21:59:17.230Z | [ recovery-image] Dec 20 21:59:15.059 INFO O| Dec 20 21:59:15.059 INFO STEP 547 (remove_files) COMPLETE |
5962 | 2024-12-20T21:59:17.230Z | [ recovery-image] Dec 20 21:59:15.059 INFO O| Dec 20 21:59:15.059 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5963 | 2024-12-20T21:59:17.246Z | [ recovery-image] Dec 20 21:59:15.077 INFO O| Dec 20 21:59:15.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5964 | 2024-12-20T21:59:17.250Z | [ recovery-image] Dec 20 21:59:15.078 INFO O| Dec 20 21:59:15.078 INFO STEP 548 (remove_files) COMPLETE |
5965 | 2024-12-20T21:59:17.250Z | [ recovery-image] Dec 20 21:59:15.078 INFO O| Dec 20 21:59:15.078 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5966 | 2024-12-20T21:59:17.265Z | [ recovery-image] Dec 20 21:59:15.096 INFO O| Dec 20 21:59:15.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5967 | 2024-12-20T21:59:17.267Z | [ recovery-image] Dec 20 21:59:15.096 INFO O| Dec 20 21:59:15.096 INFO STEP 549 (remove_files) COMPLETE |
5968 | 2024-12-20T21:59:17.267Z | [ recovery-image] Dec 20 21:59:15.096 INFO O| Dec 20 21:59:15.096 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5969 | 2024-12-20T21:59:17.301Z | [ recovery-image] Dec 20 21:59:15.132 INFO O| Dec 20 21:59:15.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5970 | 2024-12-20T21:59:17.301Z | [ recovery-image] Dec 20 21:59:15.132 INFO O| Dec 20 21:59:15.132 INFO STEP 550 (remove_files) COMPLETE |
5971 | 2024-12-20T21:59:17.301Z | [ recovery-image] Dec 20 21:59:15.132 INFO O| Dec 20 21:59:15.132 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5972 | 2024-12-20T21:59:17.322Z | [ recovery-image] Dec 20 21:59:15.153 INFO O| Dec 20 21:59:15.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5973 | 2024-12-20T21:59:17.322Z | [ recovery-image] Dec 20 21:59:15.153 INFO O| Dec 20 21:59:15.153 INFO STEP 551 (remove_files) COMPLETE |
5974 | 2024-12-20T21:59:17.322Z | [ recovery-image] Dec 20 21:59:15.153 INFO O| Dec 20 21:59:15.153 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5975 | 2024-12-20T21:59:17.344Z | [ recovery-image] Dec 20 21:59:15.175 INFO O| Dec 20 21:59:15.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5976 | 2024-12-20T21:59:17.347Z | [ recovery-image] Dec 20 21:59:15.175 INFO O| Dec 20 21:59:15.175 INFO STEP 552 (remove_files) COMPLETE |
5977 | 2024-12-20T21:59:17.347Z | [ recovery-image] Dec 20 21:59:15.176 INFO O| Dec 20 21:59:15.175 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5978 | 2024-12-20T21:59:17.410Z | [ recovery-image] Dec 20 21:59:15.241 INFO O| Dec 20 21:59:15.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5979 | 2024-12-20T21:59:17.412Z | [ recovery-image] Dec 20 21:59:15.241 INFO O| Dec 20 21:59:15.241 INFO STEP 553 (remove_files) COMPLETE |
5980 | 2024-12-20T21:59:17.412Z | [ recovery-image] Dec 20 21:59:15.241 INFO O| Dec 20 21:59:15.241 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5981 | 2024-12-20T21:59:17.431Z | [ recovery-image] Dec 20 21:59:15.262 INFO O| Dec 20 21:59:15.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5982 | 2024-12-20T21:59:17.434Z | [ recovery-image] Dec 20 21:59:15.263 INFO O| Dec 20 21:59:15.263 INFO STEP 554 (remove_files) COMPLETE |
5983 | 2024-12-20T21:59:17.435Z | [ recovery-image] Dec 20 21:59:15.263 INFO O| Dec 20 21:59:15.263 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5984 | 2024-12-20T21:59:17.452Z | [ recovery-image] Dec 20 21:59:15.281 INFO O| Dec 20 21:59:15.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5985 | 2024-12-20T21:59:17.473Z | [ recovery-image] Dec 20 21:59:15.304 INFO O| Dec 20 21:59:15.304 INFO STEP 555 (remove_files) COMPLETE |
5986 | 2024-12-20T21:59:17.473Z | [ recovery-image] Dec 20 21:59:15.304 INFO O| Dec 20 21:59:15.304 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5987 | 2024-12-20T21:59:17.493Z | [ recovery-image] Dec 20 21:59:15.324 INFO O| Dec 20 21:59:15.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5988 | 2024-12-20T21:59:17.496Z | [ recovery-image] Dec 20 21:59:15.324 INFO O| Dec 20 21:59:15.324 INFO STEP 556 (remove_files) COMPLETE |
5989 | 2024-12-20T21:59:17.496Z | [ recovery-image] Dec 20 21:59:15.324 INFO O| Dec 20 21:59:15.324 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5990 | 2024-12-20T21:59:17.511Z | [ recovery-image] Dec 20 21:59:15.342 INFO O| Dec 20 21:59:15.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5991 | 2024-12-20T21:59:17.511Z | [ recovery-image] Dec 20 21:59:15.342 INFO O| Dec 20 21:59:15.342 INFO STEP 557 (remove_files) COMPLETE |
5992 | 2024-12-20T21:59:17.511Z | [ recovery-image] Dec 20 21:59:15.342 INFO O| Dec 20 21:59:15.342 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5993 | 2024-12-20T21:59:17.530Z | [ recovery-image] Dec 20 21:59:15.361 INFO O| Dec 20 21:59:15.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5994 | 2024-12-20T21:59:17.530Z | [ recovery-image] Dec 20 21:59:15.361 INFO O| Dec 20 21:59:15.361 INFO STEP 558 (remove_files) COMPLETE |
5995 | 2024-12-20T21:59:17.530Z | [ recovery-image] Dec 20 21:59:15.361 INFO O| Dec 20 21:59:15.361 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5996 | 2024-12-20T21:59:17.551Z | [ recovery-image] Dec 20 21:59:15.382 INFO O| Dec 20 21:59:15.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5997 | 2024-12-20T21:59:17.554Z | [ recovery-image] Dec 20 21:59:15.382 INFO O| Dec 20 21:59:15.382 INFO STEP 559 (remove_files) COMPLETE |
5998 | 2024-12-20T21:59:17.554Z | [ recovery-image] Dec 20 21:59:15.382 INFO O| Dec 20 21:59:15.382 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5999 | 2024-12-20T21:59:17.652Z | [ recovery-image] Dec 20 21:59:15.483 INFO O| Dec 20 21:59:15.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6000 | 2024-12-20T21:59:17.653Z | [ recovery-image] Dec 20 21:59:15.484 INFO O| Dec 20 21:59:15.484 INFO STEP 560 (remove_files) COMPLETE |
6001 | 2024-12-20T21:59:17.653Z | [ recovery-image] Dec 20 21:59:15.484 INFO O| Dec 20 21:59:15.484 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6002 | 2024-12-20T21:59:17.681Z | [ recovery-image] Dec 20 21:59:15.512 INFO O| Dec 20 21:59:15.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6003 | 2024-12-20T21:59:17.710Z | [ recovery-image] Dec 20 21:59:15.541 INFO O| Dec 20 21:59:15.541 INFO STEP 561 (remove_files) COMPLETE |
6004 | 2024-12-20T21:59:17.711Z | [ recovery-image] Dec 20 21:59:15.541 INFO O| Dec 20 21:59:15.541 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6005 | 2024-12-20T21:59:17.734Z | [ recovery-image] Dec 20 21:59:15.565 INFO O| Dec 20 21:59:15.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6006 | 2024-12-20T21:59:17.737Z | [ recovery-image] Dec 20 21:59:15.565 INFO O| Dec 20 21:59:15.565 INFO STEP 562 (remove_files) COMPLETE |
6007 | 2024-12-20T21:59:17.737Z | [ recovery-image] Dec 20 21:59:15.566 INFO O| Dec 20 21:59:15.565 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6008 | 2024-12-20T21:59:17.758Z | [ recovery-image] Dec 20 21:59:15.589 INFO O| Dec 20 21:59:15.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6009 | 2024-12-20T21:59:17.758Z | [ recovery-image] Dec 20 21:59:15.589 INFO O| Dec 20 21:59:15.589 INFO STEP 563 (remove_files) COMPLETE |
6010 | 2024-12-20T21:59:17.760Z | [ recovery-image] Dec 20 21:59:15.589 INFO O| Dec 20 21:59:15.589 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6011 | 2024-12-20T21:59:17.778Z | [ recovery-image] Dec 20 21:59:15.609 INFO O| Dec 20 21:59:15.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6012 | 2024-12-20T21:59:17.778Z | [ recovery-image] Dec 20 21:59:15.610 INFO O| Dec 20 21:59:15.609 INFO STEP 564 (remove_files) COMPLETE |
6013 | 2024-12-20T21:59:17.781Z | [ recovery-image] Dec 20 21:59:15.610 INFO O| Dec 20 21:59:15.610 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6014 | 2024-12-20T21:59:17.800Z | [ recovery-image] Dec 20 21:59:15.630 INFO O| Dec 20 21:59:15.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6015 | 2024-12-20T21:59:17.800Z | [ recovery-image] Dec 20 21:59:15.630 INFO O| Dec 20 21:59:15.630 INFO STEP 565 (remove_files) COMPLETE |
6016 | 2024-12-20T21:59:17.800Z | [ recovery-image] Dec 20 21:59:15.630 INFO O| Dec 20 21:59:15.630 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6017 | 2024-12-20T21:59:17.818Z | [ recovery-image] Dec 20 21:59:15.649 INFO O| Dec 20 21:59:15.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6018 | 2024-12-20T21:59:17.820Z | [ recovery-image] Dec 20 21:59:15.649 INFO O| Dec 20 21:59:15.649 INFO STEP 566 (remove_files) COMPLETE |
6019 | 2024-12-20T21:59:17.820Z | [ recovery-image] Dec 20 21:59:15.649 INFO O| Dec 20 21:59:15.649 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6020 | 2024-12-20T21:59:17.838Z | [ recovery-image] Dec 20 21:59:15.669 INFO O| Dec 20 21:59:15.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6021 | 2024-12-20T21:59:17.838Z | [ recovery-image] Dec 20 21:59:15.669 INFO O| Dec 20 21:59:15.669 INFO STEP 567 (remove_files) COMPLETE |
6022 | 2024-12-20T21:59:17.838Z | [ recovery-image] Dec 20 21:59:15.670 INFO O| Dec 20 21:59:15.669 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6023 | 2024-12-20T21:59:17.867Z | [ recovery-image] Dec 20 21:59:15.698 INFO O| Dec 20 21:59:15.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6024 | 2024-12-20T21:59:17.867Z | [ recovery-image] Dec 20 21:59:15.698 INFO O| Dec 20 21:59:15.698 INFO STEP 568 (remove_files) COMPLETE |
6025 | 2024-12-20T21:59:17.869Z | [ recovery-image] Dec 20 21:59:15.698 INFO O| Dec 20 21:59:15.698 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6026 | 2024-12-20T21:59:17.887Z | [ recovery-image] Dec 20 21:59:15.718 INFO O| Dec 20 21:59:15.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6027 | 2024-12-20T21:59:17.887Z | [ recovery-image] Dec 20 21:59:15.718 INFO O| Dec 20 21:59:15.718 INFO STEP 569 (remove_files) COMPLETE |
6028 | 2024-12-20T21:59:17.887Z | [ recovery-image] Dec 20 21:59:15.718 INFO O| Dec 20 21:59:15.718 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6029 | 2024-12-20T21:59:17.906Z | [ recovery-image] Dec 20 21:59:15.737 INFO O| Dec 20 21:59:15.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6030 | 2024-12-20T21:59:17.906Z | [ recovery-image] Dec 20 21:59:15.737 INFO O| Dec 20 21:59:15.737 INFO STEP 570 (remove_files) COMPLETE |
6031 | 2024-12-20T21:59:17.909Z | [ recovery-image] Dec 20 21:59:15.737 INFO O| Dec 20 21:59:15.737 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6032 | 2024-12-20T21:59:17.926Z | [ recovery-image] Dec 20 21:59:15.756 INFO O| Dec 20 21:59:15.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6033 | 2024-12-20T21:59:17.926Z | [ recovery-image] Dec 20 21:59:15.756 INFO O| Dec 20 21:59:15.756 INFO STEP 571 (remove_files) COMPLETE |
6034 | 2024-12-20T21:59:17.926Z | [ recovery-image] Dec 20 21:59:15.756 INFO O| Dec 20 21:59:15.756 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6035 | 2024-12-20T21:59:17.944Z | [ recovery-image] Dec 20 21:59:15.774 INFO O| Dec 20 21:59:15.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6036 | 2024-12-20T21:59:17.944Z | [ recovery-image] Dec 20 21:59:15.774 INFO O| Dec 20 21:59:15.774 INFO STEP 572 (remove_files) COMPLETE |
6037 | 2024-12-20T21:59:17.944Z | [ recovery-image] Dec 20 21:59:15.774 INFO O| Dec 20 21:59:15.774 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6038 | 2024-12-20T21:59:18.015Z | [ recovery-image] Dec 20 21:59:15.846 INFO O| Dec 20 21:59:15.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6039 | 2024-12-20T21:59:18.016Z | [ recovery-image] Dec 20 21:59:15.846 INFO O| Dec 20 21:59:15.846 INFO STEP 573 (remove_files) COMPLETE |
6040 | 2024-12-20T21:59:18.016Z | [ recovery-image] Dec 20 21:59:15.847 INFO O| Dec 20 21:59:15.846 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6041 | 2024-12-20T21:59:18.034Z | [ recovery-image] Dec 20 21:59:15.865 INFO O| Dec 20 21:59:15.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6042 | 2024-12-20T21:59:18.035Z | [ recovery-image] Dec 20 21:59:15.866 INFO O| Dec 20 21:59:15.866 INFO STEP 574 (remove_files) COMPLETE |
6043 | 2024-12-20T21:59:18.035Z | [ recovery-image] Dec 20 21:59:15.866 INFO O| Dec 20 21:59:15.866 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6044 | 2024-12-20T21:59:18.103Z | [ recovery-image] Dec 20 21:59:15.933 INFO O| Dec 20 21:59:15.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6045 | 2024-12-20T21:59:18.103Z | [ recovery-image] Dec 20 21:59:15.934 INFO O| Dec 20 21:59:15.934 INFO STEP 575 (remove_files) COMPLETE |
6046 | 2024-12-20T21:59:18.106Z | [ recovery-image] Dec 20 21:59:15.934 INFO O| Dec 20 21:59:15.934 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6047 | 2024-12-20T21:59:18.121Z | [ recovery-image] Dec 20 21:59:15.952 INFO O| Dec 20 21:59:15.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6048 | 2024-12-20T21:59:18.121Z | [ recovery-image] Dec 20 21:59:15.952 INFO O| Dec 20 21:59:15.952 INFO STEP 576 (remove_files) COMPLETE |
6049 | 2024-12-20T21:59:18.124Z | [ recovery-image] Dec 20 21:59:15.952 INFO O| Dec 20 21:59:15.952 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6050 | 2024-12-20T21:59:18.162Z | [ recovery-image] Dec 20 21:59:15.993 INFO O| Dec 20 21:59:15.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6051 | 2024-12-20T21:59:18.162Z | [ recovery-image] Dec 20 21:59:15.993 INFO O| Dec 20 21:59:15.993 INFO STEP 577 (remove_files) COMPLETE |
6052 | 2024-12-20T21:59:18.166Z | [ recovery-image] Dec 20 21:59:15.993 INFO O| Dec 20 21:59:15.993 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6053 | 2024-12-20T21:59:18.202Z | [ recovery-image] Dec 20 21:59:16.032 INFO O| Dec 20 21:59:16.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6054 | 2024-12-20T21:59:18.202Z | [ recovery-image] Dec 20 21:59:16.032 INFO O| Dec 20 21:59:16.032 INFO STEP 578 (remove_files) COMPLETE |
6055 | 2024-12-20T21:59:18.204Z | [ recovery-image] Dec 20 21:59:16.032 INFO O| Dec 20 21:59:16.032 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6056 | 2024-12-20T21:59:18.264Z | [ recovery-image] Dec 20 21:59:16.095 INFO O| Dec 20 21:59:16.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6057 | 2024-12-20T21:59:18.265Z | [ recovery-image] Dec 20 21:59:16.095 INFO O| Dec 20 21:59:16.095 INFO STEP 579 (remove_files) COMPLETE |
6058 | 2024-12-20T21:59:18.265Z | [ recovery-image] Dec 20 21:59:16.095 INFO O| Dec 20 21:59:16.095 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6059 | 2024-12-20T21:59:18.283Z | [ recovery-image] Dec 20 21:59:16.114 INFO O| Dec 20 21:59:16.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6060 | 2024-12-20T21:59:18.283Z | [ recovery-image] Dec 20 21:59:16.114 INFO O| Dec 20 21:59:16.114 INFO STEP 580 (remove_files) COMPLETE |
6061 | 2024-12-20T21:59:18.283Z | [ recovery-image] Dec 20 21:59:16.114 INFO O| Dec 20 21:59:16.114 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6062 | 2024-12-20T21:59:18.336Z | [ recovery-image] Dec 20 21:59:16.167 INFO O| Dec 20 21:59:16.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6063 | 2024-12-20T21:59:18.339Z | [ recovery-image] Dec 20 21:59:16.167 INFO O| Dec 20 21:59:16.167 INFO STEP 581 (remove_files) COMPLETE |
6064 | 2024-12-20T21:59:18.339Z | [ recovery-image] Dec 20 21:59:16.167 INFO O| Dec 20 21:59:16.167 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6065 | 2024-12-20T21:59:18.355Z | [ recovery-image] Dec 20 21:59:16.186 INFO O| Dec 20 21:59:16.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6066 | 2024-12-20T21:59:18.357Z | [ recovery-image] Dec 20 21:59:16.187 INFO O| Dec 20 21:59:16.187 INFO STEP 582 (remove_files) COMPLETE |
6067 | 2024-12-20T21:59:18.357Z | [ recovery-image] Dec 20 21:59:16.187 INFO O| Dec 20 21:59:16.187 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6068 | 2024-12-20T21:59:18.392Z | [ recovery-image] Dec 20 21:59:16.223 INFO O| Dec 20 21:59:16.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6069 | 2024-12-20T21:59:18.395Z | [ recovery-image] Dec 20 21:59:16.223 INFO O| Dec 20 21:59:16.223 INFO STEP 583 (remove_files) COMPLETE |
6070 | 2024-12-20T21:59:18.395Z | [ recovery-image] Dec 20 21:59:16.224 INFO O| Dec 20 21:59:16.224 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6071 | 2024-12-20T21:59:18.412Z | [ recovery-image] Dec 20 21:59:16.243 INFO O| Dec 20 21:59:16.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6072 | 2024-12-20T21:59:18.415Z | [ recovery-image] Dec 20 21:59:16.243 INFO O| Dec 20 21:59:16.243 INFO STEP 584 (remove_files) COMPLETE |
6073 | 2024-12-20T21:59:18.415Z | [ recovery-image] Dec 20 21:59:16.243 INFO O| Dec 20 21:59:16.243 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6074 | 2024-12-20T21:59:18.431Z | [ recovery-image] Dec 20 21:59:16.262 INFO O| Dec 20 21:59:16.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6075 | 2024-12-20T21:59:18.431Z | [ recovery-image] Dec 20 21:59:16.262 INFO O| Dec 20 21:59:16.262 INFO STEP 585 (remove_files) COMPLETE |
6076 | 2024-12-20T21:59:18.434Z | [ recovery-image] Dec 20 21:59:16.262 INFO O| Dec 20 21:59:16.262 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6077 | 2024-12-20T21:59:18.453Z | [ recovery-image] Dec 20 21:59:16.284 INFO O| Dec 20 21:59:16.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6078 | 2024-12-20T21:59:18.453Z | [ recovery-image] Dec 20 21:59:16.284 INFO O| Dec 20 21:59:16.284 INFO STEP 586 (remove_files) COMPLETE |
6079 | 2024-12-20T21:59:18.453Z | [ recovery-image] Dec 20 21:59:16.284 INFO O| Dec 20 21:59:16.284 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6080 | 2024-12-20T21:59:18.479Z | [ recovery-image] Dec 20 21:59:16.310 INFO O| Dec 20 21:59:16.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6081 | 2024-12-20T21:59:18.479Z | [ recovery-image] Dec 20 21:59:16.310 INFO O| Dec 20 21:59:16.310 INFO STEP 587 (remove_files) COMPLETE |
6082 | 2024-12-20T21:59:18.479Z | [ recovery-image] Dec 20 21:59:16.310 INFO O| Dec 20 21:59:16.310 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6083 | 2024-12-20T21:59:18.501Z | [ recovery-image] Dec 20 21:59:16.332 INFO O| Dec 20 21:59:16.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6084 | 2024-12-20T21:59:18.501Z | [ recovery-image] Dec 20 21:59:16.332 INFO O| Dec 20 21:59:16.332 INFO STEP 588 (remove_files) COMPLETE |
6085 | 2024-12-20T21:59:18.504Z | [ recovery-image] Dec 20 21:59:16.332 INFO O| Dec 20 21:59:16.332 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6086 | 2024-12-20T21:59:18.536Z | [ recovery-image] Dec 20 21:59:16.367 INFO O| Dec 20 21:59:16.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6087 | 2024-12-20T21:59:18.536Z | [ recovery-image] Dec 20 21:59:16.367 INFO O| Dec 20 21:59:16.367 INFO STEP 589 (remove_files) COMPLETE |
6088 | 2024-12-20T21:59:18.536Z | [ recovery-image] Dec 20 21:59:16.367 INFO O| Dec 20 21:59:16.367 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6089 | 2024-12-20T21:59:18.556Z | [ recovery-image] Dec 20 21:59:16.386 INFO O| Dec 20 21:59:16.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6090 | 2024-12-20T21:59:18.556Z | [ recovery-image] Dec 20 21:59:16.387 INFO O| Dec 20 21:59:16.386 INFO STEP 590 (remove_files) COMPLETE |
6091 | 2024-12-20T21:59:18.556Z | [ recovery-image] Dec 20 21:59:16.387 INFO O| Dec 20 21:59:16.386 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6092 | 2024-12-20T21:59:18.574Z | [ recovery-image] Dec 20 21:59:16.405 INFO O| Dec 20 21:59:16.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6093 | 2024-12-20T21:59:18.596Z | [ recovery-image] Dec 20 21:59:16.427 INFO O| Dec 20 21:59:16.427 INFO STEP 591 (remove_files) COMPLETE |
6094 | 2024-12-20T21:59:18.599Z | [ recovery-image] Dec 20 21:59:16.427 INFO O| Dec 20 21:59:16.427 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6095 | 2024-12-20T21:59:18.634Z | [ recovery-image] Dec 20 21:59:16.465 INFO O| Dec 20 21:59:16.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6096 | 2024-12-20T21:59:18.634Z | [ recovery-image] Dec 20 21:59:16.465 INFO O| Dec 20 21:59:16.465 INFO STEP 592 (remove_files) COMPLETE |
6097 | 2024-12-20T21:59:18.634Z | [ recovery-image] Dec 20 21:59:16.465 INFO O| Dec 20 21:59:16.465 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6098 | 2024-12-20T21:59:18.653Z | [ recovery-image] Dec 20 21:59:16.483 INFO O| Dec 20 21:59:16.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6099 | 2024-12-20T21:59:18.653Z | [ recovery-image] Dec 20 21:59:16.484 INFO O| Dec 20 21:59:16.483 INFO STEP 593 (remove_files) COMPLETE |
6100 | 2024-12-20T21:59:18.653Z | [ recovery-image] Dec 20 21:59:16.484 INFO O| Dec 20 21:59:16.483 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6101 | 2024-12-20T21:59:18.672Z | [ recovery-image] Dec 20 21:59:16.501 INFO O| Dec 20 21:59:16.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6102 | 2024-12-20T21:59:18.672Z | [ recovery-image] Dec 20 21:59:16.502 INFO O| Dec 20 21:59:16.501 INFO STEP 594 (remove_files) COMPLETE |
6103 | 2024-12-20T21:59:18.675Z | [ recovery-image] Dec 20 21:59:16.502 INFO O| Dec 20 21:59:16.502 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6104 | 2024-12-20T21:59:18.692Z | [ recovery-image] Dec 20 21:59:16.523 INFO O| Dec 20 21:59:16.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6105 | 2024-12-20T21:59:18.694Z | [ recovery-image] Dec 20 21:59:16.523 INFO O| Dec 20 21:59:16.523 INFO STEP 595 (remove_files) COMPLETE |
6106 | 2024-12-20T21:59:18.694Z | [ recovery-image] Dec 20 21:59:16.523 INFO O| Dec 20 21:59:16.523 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6107 | 2024-12-20T21:59:18.713Z | [ recovery-image] Dec 20 21:59:16.544 INFO O| Dec 20 21:59:16.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6108 | 2024-12-20T21:59:18.716Z | [ recovery-image] Dec 20 21:59:16.544 INFO O| Dec 20 21:59:16.544 INFO STEP 596 (remove_files) COMPLETE |
6109 | 2024-12-20T21:59:18.716Z | [ recovery-image] Dec 20 21:59:16.545 INFO O| Dec 20 21:59:16.544 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6110 | 2024-12-20T21:59:18.733Z | [ recovery-image] Dec 20 21:59:16.563 INFO O| Dec 20 21:59:16.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6111 | 2024-12-20T21:59:18.735Z | [ recovery-image] Dec 20 21:59:16.564 INFO O| Dec 20 21:59:16.564 INFO STEP 597 (remove_files) COMPLETE |
6112 | 2024-12-20T21:59:18.735Z | [ recovery-image] Dec 20 21:59:16.564 INFO O| Dec 20 21:59:16.564 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6113 | 2024-12-20T21:59:18.752Z | [ recovery-image] Dec 20 21:59:16.582 INFO O| Dec 20 21:59:16.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6114 | 2024-12-20T21:59:18.762Z | [ recovery-image] Dec 20 21:59:16.583 INFO O| Dec 20 21:59:16.583 INFO STEP 598 (remove_files) COMPLETE |
6115 | 2024-12-20T21:59:18.762Z | [ recovery-image] Dec 20 21:59:16.583 INFO O| Dec 20 21:59:16.583 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6116 | 2024-12-20T21:59:18.811Z | [ recovery-image] Dec 20 21:59:16.641 INFO O| Dec 20 21:59:16.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6117 | 2024-12-20T21:59:18.813Z | [ recovery-image] Dec 20 21:59:16.641 INFO O| Dec 20 21:59:16.641 INFO STEP 599 (remove_files) COMPLETE |
6118 | 2024-12-20T21:59:18.813Z | [ recovery-image] Dec 20 21:59:16.642 INFO O| Dec 20 21:59:16.641 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6119 | 2024-12-20T21:59:18.863Z | [ recovery-image] Dec 20 21:59:16.694 INFO O| Dec 20 21:59:16.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6120 | 2024-12-20T21:59:18.863Z | [ recovery-image] Dec 20 21:59:16.694 INFO O| Dec 20 21:59:16.694 INFO STEP 600 (remove_files) COMPLETE |
6121 | 2024-12-20T21:59:18.863Z | [ recovery-image] Dec 20 21:59:16.694 INFO O| Dec 20 21:59:16.694 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6122 | 2024-12-20T21:59:18.885Z | [ recovery-image] Dec 20 21:59:16.716 INFO O| Dec 20 21:59:16.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6123 | 2024-12-20T21:59:18.886Z | [ recovery-image] Dec 20 21:59:16.716 INFO O| Dec 20 21:59:16.716 INFO STEP 601 (remove_files) COMPLETE |
6124 | 2024-12-20T21:59:18.889Z | [ recovery-image] Dec 20 21:59:16.716 INFO O| Dec 20 21:59:16.716 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6125 | 2024-12-20T21:59:18.905Z | [ recovery-image] Dec 20 21:59:16.736 INFO O| Dec 20 21:59:16.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6126 | 2024-12-20T21:59:18.905Z | [ recovery-image] Dec 20 21:59:16.736 INFO O| Dec 20 21:59:16.736 INFO STEP 602 (remove_files) COMPLETE |
6127 | 2024-12-20T21:59:18.908Z | [ recovery-image] Dec 20 21:59:16.736 INFO O| Dec 20 21:59:16.736 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2024-12-20T21:59:18.925Z | [ recovery-image] Dec 20 21:59:16.755 INFO O| Dec 20 21:59:16.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6129 | 2024-12-20T21:59:18.925Z | [ recovery-image] Dec 20 21:59:16.755 INFO O| Dec 20 21:59:16.755 INFO STEP 603 (remove_files) COMPLETE |
6130 | 2024-12-20T21:59:18.925Z | [ recovery-image] Dec 20 21:59:16.755 INFO O| Dec 20 21:59:16.755 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6131 | 2024-12-20T21:59:18.946Z | [ recovery-image] Dec 20 21:59:16.777 INFO O| Dec 20 21:59:16.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6132 | 2024-12-20T21:59:18.946Z | [ recovery-image] Dec 20 21:59:16.777 INFO O| Dec 20 21:59:16.777 INFO STEP 604 (remove_files) COMPLETE |
6133 | 2024-12-20T21:59:18.946Z | [ recovery-image] Dec 20 21:59:16.777 INFO O| Dec 20 21:59:16.777 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6134 | 2024-12-20T21:59:18.987Z | [ recovery-image] Dec 20 21:59:16.818 INFO O| Dec 20 21:59:16.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6135 | 2024-12-20T21:59:18.987Z | [ recovery-image] Dec 20 21:59:16.818 INFO O| Dec 20 21:59:16.818 INFO STEP 605 (remove_files) COMPLETE |
6136 | 2024-12-20T21:59:18.987Z | [ recovery-image] Dec 20 21:59:16.818 INFO O| Dec 20 21:59:16.818 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6137 | 2024-12-20T21:59:19.047Z | [ recovery-image] Dec 20 21:59:16.877 INFO O| Dec 20 21:59:16.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6138 | 2024-12-20T21:59:19.047Z | [ recovery-image] Dec 20 21:59:16.877 INFO O| Dec 20 21:59:16.877 INFO STEP 606 (remove_files) COMPLETE |
6139 | 2024-12-20T21:59:19.047Z | [ recovery-image] Dec 20 21:59:16.877 INFO O| Dec 20 21:59:16.877 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6140 | 2024-12-20T21:59:19.067Z | [ recovery-image] Dec 20 21:59:16.898 INFO O| Dec 20 21:59:16.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6141 | 2024-12-20T21:59:19.070Z | [ recovery-image] Dec 20 21:59:16.898 INFO O| Dec 20 21:59:16.898 INFO STEP 607 (remove_files) COMPLETE |
6142 | 2024-12-20T21:59:19.070Z | [ recovery-image] Dec 20 21:59:16.898 INFO O| Dec 20 21:59:16.898 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6143 | 2024-12-20T21:59:19.092Z | [ recovery-image] Dec 20 21:59:16.923 INFO O| Dec 20 21:59:16.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6144 | 2024-12-20T21:59:19.092Z | [ recovery-image] Dec 20 21:59:16.923 INFO O| Dec 20 21:59:16.923 INFO STEP 608 (remove_files) COMPLETE |
6145 | 2024-12-20T21:59:19.092Z | [ recovery-image] Dec 20 21:59:16.923 INFO O| Dec 20 21:59:16.923 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6146 | 2024-12-20T21:59:19.112Z | [ recovery-image] Dec 20 21:59:16.942 INFO O| Dec 20 21:59:16.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6147 | 2024-12-20T21:59:19.112Z | [ recovery-image] Dec 20 21:59:16.942 INFO O| Dec 20 21:59:16.942 INFO STEP 609 (remove_files) COMPLETE |
6148 | 2024-12-20T21:59:19.112Z | [ recovery-image] Dec 20 21:59:16.943 INFO O| Dec 20 21:59:16.942 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6149 | 2024-12-20T21:59:19.130Z | [ recovery-image] Dec 20 21:59:16.961 INFO O| Dec 20 21:59:16.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6150 | 2024-12-20T21:59:19.130Z | [ recovery-image] Dec 20 21:59:16.961 INFO O| Dec 20 21:59:16.961 INFO STEP 610 (remove_files) COMPLETE |
6151 | 2024-12-20T21:59:19.130Z | [ recovery-image] Dec 20 21:59:16.961 INFO O| Dec 20 21:59:16.961 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6152 | 2024-12-20T21:59:19.149Z | [ recovery-image] Dec 20 21:59:16.979 INFO O| Dec 20 21:59:16.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6153 | 2024-12-20T21:59:19.149Z | [ recovery-image] Dec 20 21:59:16.979 INFO O| Dec 20 21:59:16.979 INFO STEP 611 (remove_files) COMPLETE |
6154 | 2024-12-20T21:59:19.149Z | [ recovery-image] Dec 20 21:59:16.979 INFO O| Dec 20 21:59:16.979 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6155 | 2024-12-20T21:59:19.170Z | [ recovery-image] Dec 20 21:59:17.000 INFO O| Dec 20 21:59:17.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6156 | 2024-12-20T21:59:19.170Z | [ recovery-image] Dec 20 21:59:17.001 INFO O| Dec 20 21:59:17.000 INFO STEP 612 (remove_files) COMPLETE |
6157 | 2024-12-20T21:59:19.170Z | [ recovery-image] Dec 20 21:59:17.001 INFO O| Dec 20 21:59:17.001 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6158 | 2024-12-20T21:59:19.190Z | [ recovery-image] Dec 20 21:59:17.021 INFO O| Dec 20 21:59:17.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6159 | 2024-12-20T21:59:19.190Z | [ recovery-image] Dec 20 21:59:17.021 INFO O| Dec 20 21:59:17.021 INFO STEP 613 (remove_files) COMPLETE |
6160 | 2024-12-20T21:59:19.190Z | [ recovery-image] Dec 20 21:59:17.021 INFO O| Dec 20 21:59:17.021 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6161 | 2024-12-20T21:59:19.210Z | [ recovery-image] Dec 20 21:59:17.040 INFO O| Dec 20 21:59:17.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6162 | 2024-12-20T21:59:19.210Z | [ recovery-image] Dec 20 21:59:17.040 INFO O| Dec 20 21:59:17.040 INFO STEP 614 (remove_files) COMPLETE |
6163 | 2024-12-20T21:59:19.212Z | [ recovery-image] Dec 20 21:59:17.041 INFO O| Dec 20 21:59:17.040 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6164 | 2024-12-20T21:59:19.229Z | [ recovery-image] Dec 20 21:59:17.059 INFO O| Dec 20 21:59:17.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6165 | 2024-12-20T21:59:19.229Z | [ recovery-image] Dec 20 21:59:17.059 INFO O| Dec 20 21:59:17.059 INFO STEP 615 (remove_files) COMPLETE |
6166 | 2024-12-20T21:59:19.231Z | [ recovery-image] Dec 20 21:59:17.059 INFO O| Dec 20 21:59:17.059 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6167 | 2024-12-20T21:59:19.248Z | [ recovery-image] Dec 20 21:59:17.079 INFO O| Dec 20 21:59:17.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6168 | 2024-12-20T21:59:19.248Z | [ recovery-image] Dec 20 21:59:17.079 INFO O| Dec 20 21:59:17.079 INFO STEP 616 (remove_files) COMPLETE |
6169 | 2024-12-20T21:59:19.248Z | [ recovery-image] Dec 20 21:59:17.079 INFO O| Dec 20 21:59:17.079 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6170 | 2024-12-20T21:59:19.266Z | [ recovery-image] Dec 20 21:59:17.097 INFO O| Dec 20 21:59:17.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6171 | 2024-12-20T21:59:19.266Z | [ recovery-image] Dec 20 21:59:17.097 INFO O| Dec 20 21:59:17.097 INFO STEP 617 (remove_files) COMPLETE |
6172 | 2024-12-20T21:59:19.266Z | [ recovery-image] Dec 20 21:59:17.097 INFO O| Dec 20 21:59:17.097 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6173 | 2024-12-20T21:59:19.290Z | [ recovery-image] Dec 20 21:59:17.120 INFO O| Dec 20 21:59:17.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6174 | 2024-12-20T21:59:19.292Z | [ recovery-image] Dec 20 21:59:17.120 INFO O| Dec 20 21:59:17.120 INFO STEP 618 (remove_files) COMPLETE |
6175 | 2024-12-20T21:59:19.292Z | [ recovery-image] Dec 20 21:59:17.120 INFO O| Dec 20 21:59:17.120 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6176 | 2024-12-20T21:59:19.309Z | [ recovery-image] Dec 20 21:59:17.140 INFO O| Dec 20 21:59:17.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6177 | 2024-12-20T21:59:19.309Z | [ recovery-image] Dec 20 21:59:17.140 INFO O| Dec 20 21:59:17.140 INFO STEP 619 (remove_files) COMPLETE |
6178 | 2024-12-20T21:59:19.309Z | [ recovery-image] Dec 20 21:59:17.140 INFO O| Dec 20 21:59:17.140 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6179 | 2024-12-20T21:59:19.348Z | [ recovery-image] Dec 20 21:59:17.178 INFO O| Dec 20 21:59:17.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6180 | 2024-12-20T21:59:19.348Z | [ recovery-image] Dec 20 21:59:17.178 INFO O| Dec 20 21:59:17.178 INFO STEP 620 (remove_files) COMPLETE |
6181 | 2024-12-20T21:59:19.348Z | [ recovery-image] Dec 20 21:59:17.178 INFO O| Dec 20 21:59:17.178 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6182 | 2024-12-20T21:59:19.380Z | [ recovery-image] Dec 20 21:59:17.211 INFO O| Dec 20 21:59:17.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6183 | 2024-12-20T21:59:19.380Z | [ recovery-image] Dec 20 21:59:17.211 INFO O| Dec 20 21:59:17.211 INFO STEP 621 (remove_files) COMPLETE |
6184 | 2024-12-20T21:59:19.380Z | [ recovery-image] Dec 20 21:59:17.211 INFO O| Dec 20 21:59:17.211 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6185 | 2024-12-20T21:59:19.417Z | [ recovery-image] Dec 20 21:59:17.248 INFO O| Dec 20 21:59:17.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6186 | 2024-12-20T21:59:19.417Z | [ recovery-image] Dec 20 21:59:17.248 INFO O| Dec 20 21:59:17.248 INFO STEP 622 (remove_files) COMPLETE |
6187 | 2024-12-20T21:59:19.417Z | [ recovery-image] Dec 20 21:59:17.248 INFO O| Dec 20 21:59:17.248 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6188 | 2024-12-20T21:59:19.437Z | [ recovery-image] Dec 20 21:59:17.267 INFO O| Dec 20 21:59:17.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6189 | 2024-12-20T21:59:19.437Z | [ recovery-image] Dec 20 21:59:17.267 INFO O| Dec 20 21:59:17.267 INFO STEP 623 (remove_files) COMPLETE |
6190 | 2024-12-20T21:59:19.437Z | [ recovery-image] Dec 20 21:59:17.267 INFO O| Dec 20 21:59:17.267 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6191 | 2024-12-20T21:59:19.456Z | [ recovery-image] Dec 20 21:59:17.287 INFO O| Dec 20 21:59:17.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6192 | 2024-12-20T21:59:19.456Z | [ recovery-image] Dec 20 21:59:17.287 INFO O| Dec 20 21:59:17.287 INFO STEP 624 (remove_files) COMPLETE |
6193 | 2024-12-20T21:59:19.456Z | [ recovery-image] Dec 20 21:59:17.287 INFO O| Dec 20 21:59:17.287 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6194 | 2024-12-20T21:59:19.475Z | [ recovery-image] Dec 20 21:59:17.305 INFO O| Dec 20 21:59:17.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6195 | 2024-12-20T21:59:19.475Z | [ recovery-image] Dec 20 21:59:17.305 INFO O| Dec 20 21:59:17.305 INFO STEP 625 (remove_files) COMPLETE |
6196 | 2024-12-20T21:59:19.479Z | [ recovery-image] Dec 20 21:59:17.305 INFO O| Dec 20 21:59:17.305 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6197 | 2024-12-20T21:59:19.492Z | [ recovery-image] Dec 20 21:59:17.322 INFO O| Dec 20 21:59:17.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6198 | 2024-12-20T21:59:19.492Z | [ recovery-image] Dec 20 21:59:17.323 INFO O| Dec 20 21:59:17.322 INFO STEP 626 (remove_files) COMPLETE |
6199 | 2024-12-20T21:59:19.495Z | [ recovery-image] Dec 20 21:59:17.323 INFO O| Dec 20 21:59:17.322 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6200 | 2024-12-20T21:59:19.509Z | [ recovery-image] Dec 20 21:59:17.340 INFO O| Dec 20 21:59:17.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6201 | 2024-12-20T21:59:19.509Z | [ recovery-image] Dec 20 21:59:17.340 INFO O| Dec 20 21:59:17.340 INFO STEP 627 (remove_files) COMPLETE |
6202 | 2024-12-20T21:59:19.512Z | [ recovery-image] Dec 20 21:59:17.340 INFO O| Dec 20 21:59:17.340 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6203 | 2024-12-20T21:59:19.536Z | [ recovery-image] Dec 20 21:59:17.366 INFO O| Dec 20 21:59:17.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6204 | 2024-12-20T21:59:19.538Z | [ recovery-image] Dec 20 21:59:17.367 INFO O| Dec 20 21:59:17.366 INFO STEP 628 (remove_files) COMPLETE |
6205 | 2024-12-20T21:59:19.538Z | [ recovery-image] Dec 20 21:59:17.367 INFO O| Dec 20 21:59:17.367 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6206 | 2024-12-20T21:59:19.569Z | [ recovery-image] Dec 20 21:59:17.400 INFO O| Dec 20 21:59:17.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6207 | 2024-12-20T21:59:19.572Z | [ recovery-image] Dec 20 21:59:17.400 INFO O| Dec 20 21:59:17.400 INFO STEP 629 (remove_files) COMPLETE |
6208 | 2024-12-20T21:59:19.572Z | [ recovery-image] Dec 20 21:59:17.400 INFO O| Dec 20 21:59:17.400 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6209 | 2024-12-20T21:59:19.590Z | [ recovery-image] Dec 20 21:59:17.421 INFO O| Dec 20 21:59:17.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6210 | 2024-12-20T21:59:19.593Z | [ recovery-image] Dec 20 21:59:17.421 INFO O| Dec 20 21:59:17.421 INFO STEP 630 (remove_files) COMPLETE |
6211 | 2024-12-20T21:59:19.593Z | [ recovery-image] Dec 20 21:59:17.421 INFO O| Dec 20 21:59:17.421 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6212 | 2024-12-20T21:59:19.610Z | [ recovery-image] Dec 20 21:59:17.440 INFO O| Dec 20 21:59:17.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6213 | 2024-12-20T21:59:19.615Z | [ recovery-image] Dec 20 21:59:17.440 INFO O| Dec 20 21:59:17.440 INFO STEP 631 (remove_files) COMPLETE |
6214 | 2024-12-20T21:59:19.615Z | [ recovery-image] Dec 20 21:59:17.441 INFO O| Dec 20 21:59:17.440 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6215 | 2024-12-20T21:59:19.626Z | [ recovery-image] Dec 20 21:59:17.457 INFO O| Dec 20 21:59:17.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6216 | 2024-12-20T21:59:19.629Z | [ recovery-image] Dec 20 21:59:17.457 INFO O| Dec 20 21:59:17.457 INFO STEP 632 (remove_files) COMPLETE |
6217 | 2024-12-20T21:59:19.629Z | [ recovery-image] Dec 20 21:59:17.457 INFO O| Dec 20 21:59:17.457 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6218 | 2024-12-20T21:59:19.646Z | [ recovery-image] Dec 20 21:59:17.474 INFO O| Dec 20 21:59:17.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6219 | 2024-12-20T21:59:19.648Z | [ recovery-image] Dec 20 21:59:17.475 INFO O| Dec 20 21:59:17.475 INFO STEP 633 (remove_files) COMPLETE |
6220 | 2024-12-20T21:59:19.648Z | [ recovery-image] Dec 20 21:59:17.475 INFO O| Dec 20 21:59:17.475 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2024-12-20T21:59:19.664Z | [ recovery-image] Dec 20 21:59:17.494 INFO O| Dec 20 21:59:17.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6222 | 2024-12-20T21:59:19.668Z | [ recovery-image] Dec 20 21:59:17.494 INFO O| Dec 20 21:59:17.494 INFO STEP 634 (remove_files) COMPLETE |
6223 | 2024-12-20T21:59:19.668Z | [ recovery-image] Dec 20 21:59:17.494 INFO O| Dec 20 21:59:17.494 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6224 | 2024-12-20T21:59:19.682Z | [ recovery-image] Dec 20 21:59:17.513 INFO O| Dec 20 21:59:17.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6225 | 2024-12-20T21:59:19.682Z | [ recovery-image] Dec 20 21:59:17.513 INFO O| Dec 20 21:59:17.513 INFO STEP 635 (remove_files) COMPLETE |
6226 | 2024-12-20T21:59:19.685Z | [ recovery-image] Dec 20 21:59:17.513 INFO O| Dec 20 21:59:17.513 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6227 | 2024-12-20T21:59:19.699Z | [ recovery-image] Dec 20 21:59:17.530 INFO O| Dec 20 21:59:17.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6228 | 2024-12-20T21:59:19.705Z | [ recovery-image] Dec 20 21:59:17.536 INFO O| Dec 20 21:59:17.536 INFO STEP 636 (remove_files) COMPLETE |
6229 | 2024-12-20T21:59:19.705Z | [ recovery-image] Dec 20 21:59:17.536 INFO O| Dec 20 21:59:17.536 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6230 | 2024-12-20T21:59:19.723Z | [ recovery-image] Dec 20 21:59:17.554 INFO O| Dec 20 21:59:17.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6231 | 2024-12-20T21:59:19.726Z | [ recovery-image] Dec 20 21:59:17.554 INFO O| Dec 20 21:59:17.554 INFO STEP 637 (remove_files) COMPLETE |
6232 | 2024-12-20T21:59:19.726Z | [ recovery-image] Dec 20 21:59:17.554 INFO O| Dec 20 21:59:17.554 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2024-12-20T21:59:19.742Z | [ recovery-image] Dec 20 21:59:17.572 INFO O| Dec 20 21:59:17.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6234 | 2024-12-20T21:59:19.745Z | [ recovery-image] Dec 20 21:59:17.572 INFO O| Dec 20 21:59:17.572 INFO STEP 638 (remove_files) COMPLETE |
6235 | 2024-12-20T21:59:19.745Z | [ recovery-image] Dec 20 21:59:17.572 INFO O| Dec 20 21:59:17.572 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6236 | 2024-12-20T21:59:19.759Z | [ recovery-image] Dec 20 21:59:17.589 INFO O| Dec 20 21:59:17.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6237 | 2024-12-20T21:59:19.761Z | [ recovery-image] Dec 20 21:59:17.589 INFO O| Dec 20 21:59:17.589 INFO STEP 639 (remove_files) COMPLETE |
6238 | 2024-12-20T21:59:19.761Z | [ recovery-image] Dec 20 21:59:17.589 INFO O| Dec 20 21:59:17.589 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6239 | 2024-12-20T21:59:19.777Z | [ recovery-image] Dec 20 21:59:17.606 INFO O| Dec 20 21:59:17.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6240 | 2024-12-20T21:59:19.779Z | [ recovery-image] Dec 20 21:59:17.606 INFO O| Dec 20 21:59:17.606 INFO STEP 640 (remove_files) COMPLETE |
6241 | 2024-12-20T21:59:19.779Z | [ recovery-image] Dec 20 21:59:17.606 INFO O| Dec 20 21:59:17.606 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2024-12-20T21:59:19.793Z | [ recovery-image] Dec 20 21:59:17.623 INFO O| Dec 20 21:59:17.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6243 | 2024-12-20T21:59:19.795Z | [ recovery-image] Dec 20 21:59:17.624 INFO O| Dec 20 21:59:17.623 INFO STEP 641 (remove_files) COMPLETE |
6244 | 2024-12-20T21:59:19.795Z | [ recovery-image] Dec 20 21:59:17.624 INFO O| Dec 20 21:59:17.624 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6245 | 2024-12-20T21:59:19.811Z | [ recovery-image] Dec 20 21:59:17.642 INFO O| Dec 20 21:59:17.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6246 | 2024-12-20T21:59:19.814Z | [ recovery-image] Dec 20 21:59:17.642 INFO O| Dec 20 21:59:17.642 INFO STEP 642 (remove_files) COMPLETE |
6247 | 2024-12-20T21:59:19.814Z | [ recovery-image] Dec 20 21:59:17.642 INFO O| Dec 20 21:59:17.642 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6248 | 2024-12-20T21:59:19.829Z | [ recovery-image] Dec 20 21:59:17.659 INFO O| Dec 20 21:59:17.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6249 | 2024-12-20T21:59:19.832Z | [ recovery-image] Dec 20 21:59:17.659 INFO O| Dec 20 21:59:17.659 INFO STEP 643 (remove_files) COMPLETE |
6250 | 2024-12-20T21:59:19.832Z | [ recovery-image] Dec 20 21:59:17.659 INFO O| Dec 20 21:59:17.659 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6251 | 2024-12-20T21:59:19.845Z | [ recovery-image] Dec 20 21:59:17.675 INFO O| Dec 20 21:59:17.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6252 | 2024-12-20T21:59:19.847Z | [ recovery-image] Dec 20 21:59:17.676 INFO O| Dec 20 21:59:17.676 INFO STEP 644 (remove_files) COMPLETE |
6253 | 2024-12-20T21:59:19.847Z | [ recovery-image] Dec 20 21:59:17.676 INFO O| Dec 20 21:59:17.676 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6254 | 2024-12-20T21:59:19.862Z | [ recovery-image] Dec 20 21:59:17.693 INFO O| Dec 20 21:59:17.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6255 | 2024-12-20T21:59:19.865Z | [ recovery-image] Dec 20 21:59:17.693 INFO O| Dec 20 21:59:17.693 INFO STEP 645 (remove_files) COMPLETE |
6256 | 2024-12-20T21:59:19.865Z | [ recovery-image] Dec 20 21:59:17.693 INFO O| Dec 20 21:59:17.693 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6257 | 2024-12-20T21:59:19.897Z | [ recovery-image] Dec 20 21:59:17.728 INFO O| Dec 20 21:59:17.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6258 | 2024-12-20T21:59:19.900Z | [ recovery-image] Dec 20 21:59:17.728 INFO O| Dec 20 21:59:17.728 INFO STEP 646 (remove_files) COMPLETE |
6259 | 2024-12-20T21:59:19.900Z | [ recovery-image] Dec 20 21:59:17.728 INFO O| Dec 20 21:59:17.728 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6260 | 2024-12-20T21:59:19.914Z | [ recovery-image] Dec 20 21:59:17.745 INFO O| Dec 20 21:59:17.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6261 | 2024-12-20T21:59:19.939Z | [ recovery-image] Dec 20 21:59:17.770 INFO O| Dec 20 21:59:17.770 INFO STEP 647 (remove_files) COMPLETE |
6262 | 2024-12-20T21:59:19.939Z | [ recovery-image] Dec 20 21:59:17.770 INFO O| Dec 20 21:59:17.770 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6263 | 2024-12-20T21:59:19.997Z | [ recovery-image] Dec 20 21:59:17.827 INFO O| Dec 20 21:59:17.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6264 | 2024-12-20T21:59:19.997Z | [ recovery-image] Dec 20 21:59:17.827 INFO O| Dec 20 21:59:17.827 INFO STEP 648 (remove_files) COMPLETE |
6265 | 2024-12-20T21:59:19.999Z | [ recovery-image] Dec 20 21:59:17.827 INFO O| Dec 20 21:59:17.827 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6266 | 2024-12-20T21:59:20.014Z | [ recovery-image] Dec 20 21:59:17.845 INFO O| Dec 20 21:59:17.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6267 | 2024-12-20T21:59:20.014Z | [ recovery-image] Dec 20 21:59:17.845 INFO O| Dec 20 21:59:17.845 INFO STEP 649 (remove_files) COMPLETE |
6268 | 2024-12-20T21:59:20.014Z | [ recovery-image] Dec 20 21:59:17.845 INFO O| Dec 20 21:59:17.845 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6269 | 2024-12-20T21:59:20.031Z | [ recovery-image] Dec 20 21:59:17.862 INFO O| Dec 20 21:59:17.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6270 | 2024-12-20T21:59:20.031Z | [ recovery-image] Dec 20 21:59:17.862 INFO O| Dec 20 21:59:17.862 INFO STEP 650 (remove_files) COMPLETE |
6271 | 2024-12-20T21:59:20.034Z | [ recovery-image] Dec 20 21:59:17.862 INFO O| Dec 20 21:59:17.862 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6272 | 2024-12-20T21:59:20.123Z | [ host-image] Dec 20 21:59:17.953 INFO O| Dec 20 21:59:17.953 INFO O| Download: 22785/22788 items 199.7/199.7MB 99% complete (1.2M/s) |
6273 | 2024-12-20T21:59:20.134Z | [ recovery-image] Dec 20 21:59:17.965 INFO O| Dec 20 21:59:17.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6274 | 2024-12-20T21:59:20.134Z | [ recovery-image] Dec 20 21:59:17.965 INFO O| Dec 20 21:59:17.965 INFO STEP 651 (remove_files) COMPLETE |
6275 | 2024-12-20T21:59:20.137Z | [ recovery-image] Dec 20 21:59:17.965 INFO O| Dec 20 21:59:17.965 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6276 | 2024-12-20T21:59:20.242Z | [ recovery-image] Dec 20 21:59:18.072 INFO O| Dec 20 21:59:18.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6277 | 2024-12-20T21:59:20.242Z | [ recovery-image] Dec 20 21:59:18.072 INFO O| Dec 20 21:59:18.072 INFO STEP 652 (remove_files) COMPLETE |
6278 | 2024-12-20T21:59:20.242Z | [ recovery-image] Dec 20 21:59:18.072 INFO O| Dec 20 21:59:18.072 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6279 | 2024-12-20T21:59:20.259Z | [ recovery-image] Dec 20 21:59:18.089 INFO O| Dec 20 21:59:18.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6280 | 2024-12-20T21:59:20.283Z | [ recovery-image] Dec 20 21:59:18.113 INFO O| Dec 20 21:59:18.113 INFO STEP 653 (remove_files) COMPLETE |
6281 | 2024-12-20T21:59:20.283Z | [ recovery-image] Dec 20 21:59:18.113 INFO O| Dec 20 21:59:18.113 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6282 | 2024-12-20T21:59:20.336Z | [ recovery-image] Dec 20 21:59:18.165 INFO O| Dec 20 21:59:18.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6283 | 2024-12-20T21:59:20.336Z | [ recovery-image] Dec 20 21:59:18.165 INFO O| Dec 20 21:59:18.165 INFO STEP 654 (remove_files) COMPLETE |
6284 | 2024-12-20T21:59:20.339Z | [ recovery-image] Dec 20 21:59:18.166 INFO O| Dec 20 21:59:18.165 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6285 | 2024-12-20T21:59:20.355Z | [ recovery-image] Dec 20 21:59:18.186 INFO O| Dec 20 21:59:18.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6286 | 2024-12-20T21:59:20.355Z | [ recovery-image] Dec 20 21:59:18.186 INFO O| Dec 20 21:59:18.186 INFO STEP 655 (remove_files) COMPLETE |
6287 | 2024-12-20T21:59:20.355Z | [ recovery-image] Dec 20 21:59:18.186 INFO O| Dec 20 21:59:18.186 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6288 | 2024-12-20T21:59:20.385Z | [ recovery-image] Dec 20 21:59:18.215 INFO O| Dec 20 21:59:18.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6289 | 2024-12-20T21:59:20.388Z | [ recovery-image] Dec 20 21:59:18.215 INFO O| Dec 20 21:59:18.215 INFO STEP 656 (remove_files) COMPLETE |
6290 | 2024-12-20T21:59:20.388Z | [ recovery-image] Dec 20 21:59:18.216 INFO O| Dec 20 21:59:18.215 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6291 | 2024-12-20T21:59:20.405Z | [ recovery-image] Dec 20 21:59:18.236 INFO O| Dec 20 21:59:18.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6292 | 2024-12-20T21:59:20.408Z | [ recovery-image] Dec 20 21:59:18.236 INFO O| Dec 20 21:59:18.236 INFO STEP 657 (remove_files) COMPLETE |
6293 | 2024-12-20T21:59:20.408Z | [ recovery-image] Dec 20 21:59:18.236 INFO O| Dec 20 21:59:18.236 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6294 | 2024-12-20T21:59:20.424Z | [ recovery-image] Dec 20 21:59:18.254 INFO O| Dec 20 21:59:18.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6295 | 2024-12-20T21:59:20.427Z | [ recovery-image] Dec 20 21:59:18.255 INFO O| Dec 20 21:59:18.255 INFO STEP 658 (remove_files) COMPLETE |
6296 | 2024-12-20T21:59:20.427Z | [ recovery-image] Dec 20 21:59:18.255 INFO O| Dec 20 21:59:18.255 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6297 | 2024-12-20T21:59:20.441Z | [ recovery-image] Dec 20 21:59:18.272 INFO O| Dec 20 21:59:18.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6298 | 2024-12-20T21:59:20.444Z | [ recovery-image] Dec 20 21:59:18.272 INFO O| Dec 20 21:59:18.272 INFO STEP 659 (remove_files) COMPLETE |
6299 | 2024-12-20T21:59:20.444Z | [ recovery-image] Dec 20 21:59:18.272 INFO O| Dec 20 21:59:18.272 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2024-12-20T21:59:20.460Z | [ recovery-image] Dec 20 21:59:18.290 INFO O| Dec 20 21:59:18.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6301 | 2024-12-20T21:59:20.462Z | [ recovery-image] Dec 20 21:59:18.291 INFO O| Dec 20 21:59:18.291 INFO STEP 660 (remove_files) COMPLETE |
6302 | 2024-12-20T21:59:20.462Z | [ recovery-image] Dec 20 21:59:18.291 INFO O| Dec 20 21:59:18.291 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-12-20T21:59:20.480Z | [ recovery-image] Dec 20 21:59:18.311 INFO O| Dec 20 21:59:18.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6304 | 2024-12-20T21:59:20.483Z | [ recovery-image] Dec 20 21:59:18.311 INFO O| Dec 20 21:59:18.311 INFO STEP 661 (remove_files) COMPLETE |
6305 | 2024-12-20T21:59:20.483Z | [ recovery-image] Dec 20 21:59:18.311 INFO O| Dec 20 21:59:18.311 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-12-20T21:59:20.501Z | [ recovery-image] Dec 20 21:59:18.331 INFO O| Dec 20 21:59:18.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6307 | 2024-12-20T21:59:20.503Z | [ recovery-image] Dec 20 21:59:18.331 INFO O| Dec 20 21:59:18.331 INFO STEP 662 (remove_files) COMPLETE |
6308 | 2024-12-20T21:59:20.503Z | [ recovery-image] Dec 20 21:59:18.331 INFO O| Dec 20 21:59:18.331 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2024-12-20T21:59:20.520Z | [ recovery-image] Dec 20 21:59:18.351 INFO O| Dec 20 21:59:18.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6310 | 2024-12-20T21:59:20.522Z | [ recovery-image] Dec 20 21:59:18.351 INFO O| Dec 20 21:59:18.351 INFO STEP 663 (remove_files) COMPLETE |
6311 | 2024-12-20T21:59:20.523Z | [ recovery-image] Dec 20 21:59:18.351 INFO O| Dec 20 21:59:18.351 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2024-12-20T21:59:20.555Z | [ recovery-image] Dec 20 21:59:18.385 INFO O| Dec 20 21:59:18.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6313 | 2024-12-20T21:59:20.558Z | [ recovery-image] Dec 20 21:59:18.386 INFO O| Dec 20 21:59:18.386 INFO STEP 664 (remove_files) COMPLETE |
6314 | 2024-12-20T21:59:20.558Z | [ recovery-image] Dec 20 21:59:18.386 INFO O| Dec 20 21:59:18.386 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-12-20T21:59:20.576Z | [ recovery-image] Dec 20 21:59:18.406 INFO O| Dec 20 21:59:18.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6316 | 2024-12-20T21:59:20.576Z | [ recovery-image] Dec 20 21:59:18.406 INFO O| Dec 20 21:59:18.406 INFO STEP 665 (remove_files) COMPLETE |
6317 | 2024-12-20T21:59:20.576Z | [ recovery-image] Dec 20 21:59:18.406 INFO O| Dec 20 21:59:18.406 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2024-12-20T21:59:20.596Z | [ recovery-image] Dec 20 21:59:18.427 INFO O| Dec 20 21:59:18.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6319 | 2024-12-20T21:59:20.596Z | [ recovery-image] Dec 20 21:59:18.427 INFO O| Dec 20 21:59:18.427 INFO STEP 666 (remove_files) COMPLETE |
6320 | 2024-12-20T21:59:20.596Z | [ recovery-image] Dec 20 21:59:18.427 INFO O| Dec 20 21:59:18.427 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2024-12-20T21:59:20.617Z | [ recovery-image] Dec 20 21:59:18.447 INFO O| Dec 20 21:59:18.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6322 | 2024-12-20T21:59:20.617Z | [ recovery-image] Dec 20 21:59:18.447 INFO O| Dec 20 21:59:18.447 INFO STEP 667 (remove_files) COMPLETE |
6323 | 2024-12-20T21:59:20.617Z | [ recovery-image] Dec 20 21:59:18.447 INFO O| Dec 20 21:59:18.447 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6324 | 2024-12-20T21:59:20.637Z | [ recovery-image] Dec 20 21:59:18.467 INFO O| Dec 20 21:59:18.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6325 | 2024-12-20T21:59:20.637Z | [ recovery-image] Dec 20 21:59:18.467 INFO O| Dec 20 21:59:18.467 INFO STEP 668 (remove_files) COMPLETE |
6326 | 2024-12-20T21:59:20.637Z | [ recovery-image] Dec 20 21:59:18.467 INFO O| Dec 20 21:59:18.467 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6327 | 2024-12-20T21:59:20.671Z | [ recovery-image] Dec 20 21:59:18.501 INFO O| Dec 20 21:59:18.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6328 | 2024-12-20T21:59:20.671Z | [ recovery-image] Dec 20 21:59:18.501 INFO O| Dec 20 21:59:18.501 INFO STEP 669 (remove_files) COMPLETE |
6329 | 2024-12-20T21:59:20.671Z | [ recovery-image] Dec 20 21:59:18.501 INFO O| Dec 20 21:59:18.501 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6330 | 2024-12-20T21:59:20.734Z | [ recovery-image] Dec 20 21:59:18.564 INFO O| Dec 20 21:59:18.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6331 | 2024-12-20T21:59:20.734Z | [ recovery-image] Dec 20 21:59:18.564 INFO O| Dec 20 21:59:18.564 INFO STEP 670 (remove_files) COMPLETE |
6332 | 2024-12-20T21:59:20.737Z | [ recovery-image] Dec 20 21:59:18.564 INFO O| Dec 20 21:59:18.564 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6333 | 2024-12-20T21:59:20.753Z | [ recovery-image] Dec 20 21:59:18.584 INFO O| Dec 20 21:59:18.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6334 | 2024-12-20T21:59:20.753Z | [ recovery-image] Dec 20 21:59:18.584 INFO O| Dec 20 21:59:18.584 INFO STEP 671 (remove_files) COMPLETE |
6335 | 2024-12-20T21:59:20.753Z | [ recovery-image] Dec 20 21:59:18.584 INFO O| Dec 20 21:59:18.584 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6336 | 2024-12-20T21:59:20.773Z | [ recovery-image] Dec 20 21:59:18.603 INFO O| Dec 20 21:59:18.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6337 | 2024-12-20T21:59:20.773Z | [ recovery-image] Dec 20 21:59:18.603 INFO O| Dec 20 21:59:18.603 INFO STEP 672 (remove_files) COMPLETE |
6338 | 2024-12-20T21:59:20.775Z | [ recovery-image] Dec 20 21:59:18.603 INFO O| Dec 20 21:59:18.603 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6339 | 2024-12-20T21:59:20.794Z | [ recovery-image] Dec 20 21:59:18.623 INFO O| Dec 20 21:59:18.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6340 | 2024-12-20T21:59:20.794Z | [ recovery-image] Dec 20 21:59:18.623 INFO O| Dec 20 21:59:18.623 INFO STEP 673 (remove_files) COMPLETE |
6341 | 2024-12-20T21:59:20.794Z | [ recovery-image] Dec 20 21:59:18.623 INFO O| Dec 20 21:59:18.623 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6342 | 2024-12-20T21:59:20.811Z | [ recovery-image] Dec 20 21:59:18.641 INFO O| Dec 20 21:59:18.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6343 | 2024-12-20T21:59:20.811Z | [ recovery-image] Dec 20 21:59:18.641 INFO O| Dec 20 21:59:18.641 INFO STEP 674 (remove_files) COMPLETE |
6344 | 2024-12-20T21:59:20.811Z | [ recovery-image] Dec 20 21:59:18.641 INFO O| Dec 20 21:59:18.641 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6345 | 2024-12-20T21:59:20.844Z | [ recovery-image] Dec 20 21:59:18.675 INFO O| Dec 20 21:59:18.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6346 | 2024-12-20T21:59:20.847Z | [ recovery-image] Dec 20 21:59:18.675 INFO O| Dec 20 21:59:18.675 INFO STEP 675 (remove_files) COMPLETE |
6347 | 2024-12-20T21:59:20.847Z | [ recovery-image] Dec 20 21:59:18.675 INFO O| Dec 20 21:59:18.675 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6348 | 2024-12-20T21:59:20.866Z | [ recovery-image] Dec 20 21:59:18.696 INFO O| Dec 20 21:59:18.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6349 | 2024-12-20T21:59:20.866Z | [ recovery-image] Dec 20 21:59:18.696 INFO O| Dec 20 21:59:18.696 INFO STEP 676 (remove_files) COMPLETE |
6350 | 2024-12-20T21:59:20.866Z | [ recovery-image] Dec 20 21:59:18.696 INFO O| Dec 20 21:59:18.696 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6351 | 2024-12-20T21:59:20.886Z | [ recovery-image] Dec 20 21:59:18.717 INFO O| Dec 20 21:59:18.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6352 | 2024-12-20T21:59:20.887Z | [ recovery-image] Dec 20 21:59:18.717 INFO O| Dec 20 21:59:18.717 INFO STEP 677 (remove_files) COMPLETE |
6353 | 2024-12-20T21:59:20.887Z | [ recovery-image] Dec 20 21:59:18.717 INFO O| Dec 20 21:59:18.717 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6354 | 2024-12-20T21:59:20.904Z | [ recovery-image] Dec 20 21:59:18.734 INFO O| Dec 20 21:59:18.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6355 | 2024-12-20T21:59:20.904Z | [ recovery-image] Dec 20 21:59:18.734 INFO O| Dec 20 21:59:18.734 INFO STEP 678 (remove_files) COMPLETE |
6356 | 2024-12-20T21:59:20.904Z | [ recovery-image] Dec 20 21:59:18.734 INFO O| Dec 20 21:59:18.734 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6357 | 2024-12-20T21:59:20.947Z | [ recovery-image] Dec 20 21:59:18.775 INFO O| Dec 20 21:59:18.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6358 | 2024-12-20T21:59:20.947Z | [ recovery-image] Dec 20 21:59:18.775 INFO O| Dec 20 21:59:18.775 INFO STEP 679 (remove_files) COMPLETE |
6359 | 2024-12-20T21:59:20.947Z | [ recovery-image] Dec 20 21:59:18.775 INFO O| Dec 20 21:59:18.775 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6360 | 2024-12-20T21:59:20.964Z | [ recovery-image] Dec 20 21:59:18.794 INFO O| Dec 20 21:59:18.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6361 | 2024-12-20T21:59:20.964Z | [ recovery-image] Dec 20 21:59:18.795 INFO O| Dec 20 21:59:18.794 INFO STEP 680 (remove_files) COMPLETE |
6362 | 2024-12-20T21:59:20.967Z | [ recovery-image] Dec 20 21:59:18.795 INFO O| Dec 20 21:59:18.795 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6363 | 2024-12-20T21:59:20.983Z | [ recovery-image] Dec 20 21:59:18.814 INFO O| Dec 20 21:59:18.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6364 | 2024-12-20T21:59:20.986Z | [ recovery-image] Dec 20 21:59:18.814 INFO O| Dec 20 21:59:18.814 INFO STEP 681 (remove_files) COMPLETE |
6365 | 2024-12-20T21:59:20.986Z | [ recovery-image] Dec 20 21:59:18.814 INFO O| Dec 20 21:59:18.814 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6366 | 2024-12-20T21:59:21.002Z | [ recovery-image] Dec 20 21:59:18.832 INFO O| Dec 20 21:59:18.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6367 | 2024-12-20T21:59:21.002Z | [ recovery-image] Dec 20 21:59:18.832 INFO O| Dec 20 21:59:18.832 INFO STEP 682 (remove_files) COMPLETE |
6368 | 2024-12-20T21:59:21.005Z | [ recovery-image] Dec 20 21:59:18.833 INFO O| Dec 20 21:59:18.832 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6369 | 2024-12-20T21:59:21.028Z | [ recovery-image] Dec 20 21:59:18.858 INFO O| Dec 20 21:59:18.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6370 | 2024-12-20T21:59:21.032Z | [ recovery-image] Dec 20 21:59:18.858 INFO O| Dec 20 21:59:18.858 INFO STEP 683 (remove_files) COMPLETE |
6371 | 2024-12-20T21:59:21.032Z | [ recovery-image] Dec 20 21:59:18.859 INFO O| Dec 20 21:59:18.859 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6372 | 2024-12-20T21:59:21.049Z | [ recovery-image] Dec 20 21:59:18.879 INFO O| Dec 20 21:59:18.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6373 | 2024-12-20T21:59:21.052Z | [ recovery-image] Dec 20 21:59:18.880 INFO O| Dec 20 21:59:18.880 INFO STEP 684 (remove_files) COMPLETE |
6374 | 2024-12-20T21:59:21.052Z | [ recovery-image] Dec 20 21:59:18.880 INFO O| Dec 20 21:59:18.880 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6375 | 2024-12-20T21:59:21.068Z | [ recovery-image] Dec 20 21:59:18.899 INFO O| Dec 20 21:59:18.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6376 | 2024-12-20T21:59:21.071Z | [ recovery-image] Dec 20 21:59:18.899 INFO O| Dec 20 21:59:18.899 INFO STEP 685 (remove_files) COMPLETE |
6377 | 2024-12-20T21:59:21.071Z | [ recovery-image] Dec 20 21:59:18.899 INFO O| Dec 20 21:59:18.899 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6378 | 2024-12-20T21:59:21.088Z | [ recovery-image] Dec 20 21:59:18.918 INFO O| Dec 20 21:59:18.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6379 | 2024-12-20T21:59:21.088Z | [ recovery-image] Dec 20 21:59:18.918 INFO O| Dec 20 21:59:18.918 INFO STEP 686 (remove_files) COMPLETE |
6380 | 2024-12-20T21:59:21.088Z | [ recovery-image] Dec 20 21:59:18.918 INFO O| Dec 20 21:59:18.918 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6381 | 2024-12-20T21:59:21.107Z | [ recovery-image] Dec 20 21:59:18.938 INFO O| Dec 20 21:59:18.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6382 | 2024-12-20T21:59:21.107Z | [ recovery-image] Dec 20 21:59:18.938 INFO O| Dec 20 21:59:18.938 INFO STEP 687 (remove_files) COMPLETE |
6383 | 2024-12-20T21:59:21.107Z | [ recovery-image] Dec 20 21:59:18.938 INFO O| Dec 20 21:59:18.938 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6384 | 2024-12-20T21:59:21.126Z | [ recovery-image] Dec 20 21:59:18.957 INFO O| Dec 20 21:59:18.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6385 | 2024-12-20T21:59:21.126Z | [ recovery-image] Dec 20 21:59:18.957 INFO O| Dec 20 21:59:18.957 INFO STEP 688 (remove_files) COMPLETE |
6386 | 2024-12-20T21:59:21.127Z | [ recovery-image] Dec 20 21:59:18.957 INFO O| Dec 20 21:59:18.957 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6387 | 2024-12-20T21:59:21.159Z | [ recovery-image] Dec 20 21:59:18.989 INFO O| Dec 20 21:59:18.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6388 | 2024-12-20T21:59:21.159Z | [ recovery-image] Dec 20 21:59:18.989 INFO O| Dec 20 21:59:18.989 INFO STEP 689 (remove_files) COMPLETE |
6389 | 2024-12-20T21:59:21.159Z | [ recovery-image] Dec 20 21:59:18.989 INFO O| Dec 20 21:59:18.989 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6390 | 2024-12-20T21:59:21.182Z | [ recovery-image] Dec 20 21:59:19.012 INFO O| Dec 20 21:59:19.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6391 | 2024-12-20T21:59:21.182Z | [ recovery-image] Dec 20 21:59:19.012 INFO O| Dec 20 21:59:19.012 INFO STEP 690 (remove_files) COMPLETE |
6392 | 2024-12-20T21:59:21.185Z | [ recovery-image] Dec 20 21:59:19.012 INFO O| Dec 20 21:59:19.012 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6393 | 2024-12-20T21:59:21.217Z | [ recovery-image] Dec 20 21:59:19.048 INFO O| Dec 20 21:59:19.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6394 | 2024-12-20T21:59:21.238Z | [ recovery-image] Dec 20 21:59:19.068 INFO O| Dec 20 21:59:19.068 INFO STEP 691 (remove_files) COMPLETE |
6395 | 2024-12-20T21:59:21.238Z | [ recovery-image] Dec 20 21:59:19.068 INFO O| Dec 20 21:59:19.068 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6396 | 2024-12-20T21:59:21.272Z | [ recovery-image] Dec 20 21:59:19.100 INFO O| Dec 20 21:59:19.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6397 | 2024-12-20T21:59:21.272Z | [ recovery-image] Dec 20 21:59:19.100 INFO O| Dec 20 21:59:19.100 INFO STEP 692 (remove_files) COMPLETE |
6398 | 2024-12-20T21:59:21.272Z | [ recovery-image] Dec 20 21:59:19.100 INFO O| Dec 20 21:59:19.100 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6399 | 2024-12-20T21:59:21.290Z | [ recovery-image] Dec 20 21:59:19.119 INFO O| Dec 20 21:59:19.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6400 | 2024-12-20T21:59:21.290Z | [ recovery-image] Dec 20 21:59:19.119 INFO O| Dec 20 21:59:19.119 INFO STEP 693 (remove_files) COMPLETE |
6401 | 2024-12-20T21:59:21.293Z | [ recovery-image] Dec 20 21:59:19.119 INFO O| Dec 20 21:59:19.119 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6402 | 2024-12-20T21:59:21.308Z | [ recovery-image] Dec 20 21:59:19.138 INFO O| Dec 20 21:59:19.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6403 | 2024-12-20T21:59:21.308Z | [ recovery-image] Dec 20 21:59:19.138 INFO O| Dec 20 21:59:19.138 INFO STEP 694 (remove_files) COMPLETE |
6404 | 2024-12-20T21:59:21.310Z | [ recovery-image] Dec 20 21:59:19.138 INFO O| Dec 20 21:59:19.138 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6405 | 2024-12-20T21:59:21.335Z | [ recovery-image] Dec 20 21:59:19.165 INFO O| Dec 20 21:59:19.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6406 | 2024-12-20T21:59:21.335Z | [ recovery-image] Dec 20 21:59:19.165 INFO O| Dec 20 21:59:19.165 INFO STEP 695 (remove_files) COMPLETE |
6407 | 2024-12-20T21:59:21.338Z | [ recovery-image] Dec 20 21:59:19.165 INFO O| Dec 20 21:59:19.165 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6408 | 2024-12-20T21:59:21.375Z | [ recovery-image] Dec 20 21:59:19.205 INFO O| Dec 20 21:59:19.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6409 | 2024-12-20T21:59:21.375Z | [ recovery-image] Dec 20 21:59:19.205 INFO O| Dec 20 21:59:19.205 INFO STEP 696 (remove_files) COMPLETE |
6410 | 2024-12-20T21:59:21.377Z | [ recovery-image] Dec 20 21:59:19.205 INFO O| Dec 20 21:59:19.205 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6411 | 2024-12-20T21:59:21.412Z | [ recovery-image] Dec 20 21:59:19.241 INFO O| Dec 20 21:59:19.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6412 | 2024-12-20T21:59:21.412Z | [ recovery-image] Dec 20 21:59:19.241 INFO O| Dec 20 21:59:19.241 INFO STEP 697 (remove_files) COMPLETE |
6413 | 2024-12-20T21:59:21.412Z | [ recovery-image] Dec 20 21:59:19.242 INFO O| Dec 20 21:59:19.241 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6414 | 2024-12-20T21:59:21.429Z | [ recovery-image] Dec 20 21:59:19.259 INFO O| Dec 20 21:59:19.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6415 | 2024-12-20T21:59:21.429Z | [ recovery-image] Dec 20 21:59:19.259 INFO O| Dec 20 21:59:19.259 INFO STEP 698 (remove_files) COMPLETE |
6416 | 2024-12-20T21:59:21.429Z | [ recovery-image] Dec 20 21:59:19.259 INFO O| Dec 20 21:59:19.259 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6417 | 2024-12-20T21:59:21.447Z | [ recovery-image] Dec 20 21:59:19.277 INFO O| Dec 20 21:59:19.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6418 | 2024-12-20T21:59:21.447Z | [ recovery-image] Dec 20 21:59:19.277 INFO O| Dec 20 21:59:19.277 INFO STEP 699 (remove_files) COMPLETE |
6419 | 2024-12-20T21:59:21.447Z | [ recovery-image] Dec 20 21:59:19.277 INFO O| Dec 20 21:59:19.277 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6420 | 2024-12-20T21:59:21.466Z | [ recovery-image] Dec 20 21:59:19.295 INFO O| Dec 20 21:59:19.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6421 | 2024-12-20T21:59:21.466Z | [ recovery-image] Dec 20 21:59:19.295 INFO O| Dec 20 21:59:19.295 INFO STEP 700 (remove_files) COMPLETE |
6422 | 2024-12-20T21:59:21.466Z | [ recovery-image] Dec 20 21:59:19.295 INFO O| Dec 20 21:59:19.295 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6423 | 2024-12-20T21:59:21.483Z | [ recovery-image] Dec 20 21:59:19.313 INFO O| Dec 20 21:59:19.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6424 | 2024-12-20T21:59:21.483Z | [ recovery-image] Dec 20 21:59:19.313 INFO O| Dec 20 21:59:19.313 INFO STEP 701 (remove_files) COMPLETE |
6425 | 2024-12-20T21:59:21.486Z | [ recovery-image] Dec 20 21:59:19.313 INFO O| Dec 20 21:59:19.313 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6426 | 2024-12-20T21:59:21.502Z | [ recovery-image] Dec 20 21:59:19.332 INFO O| Dec 20 21:59:19.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6427 | 2024-12-20T21:59:21.502Z | [ recovery-image] Dec 20 21:59:19.332 INFO O| Dec 20 21:59:19.332 INFO STEP 702 (remove_files) COMPLETE |
6428 | 2024-12-20T21:59:21.502Z | [ recovery-image] Dec 20 21:59:19.332 INFO O| Dec 20 21:59:19.332 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6429 | 2024-12-20T21:59:21.523Z | [ recovery-image] Dec 20 21:59:19.353 INFO O| Dec 20 21:59:19.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6430 | 2024-12-20T21:59:21.523Z | [ recovery-image] Dec 20 21:59:19.353 INFO O| Dec 20 21:59:19.353 INFO STEP 703 (remove_files) COMPLETE |
6431 | 2024-12-20T21:59:21.526Z | [ recovery-image] Dec 20 21:59:19.354 INFO O| Dec 20 21:59:19.353 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6432 | 2024-12-20T21:59:21.564Z | [ recovery-image] Dec 20 21:59:19.394 INFO O| Dec 20 21:59:19.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6433 | 2024-12-20T21:59:21.567Z | [ recovery-image] Dec 20 21:59:19.395 INFO O| Dec 20 21:59:19.394 INFO STEP 704 (remove_files) COMPLETE |
6434 | 2024-12-20T21:59:21.567Z | [ recovery-image] Dec 20 21:59:19.395 INFO O| Dec 20 21:59:19.395 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6435 | 2024-12-20T21:59:21.582Z | [ recovery-image] Dec 20 21:59:19.413 INFO O| Dec 20 21:59:19.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6436 | 2024-12-20T21:59:21.585Z | [ recovery-image] Dec 20 21:59:19.413 INFO O| Dec 20 21:59:19.413 INFO STEP 705 (remove_files) COMPLETE |
6437 | 2024-12-20T21:59:21.585Z | [ recovery-image] Dec 20 21:59:19.413 INFO O| Dec 20 21:59:19.413 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6438 | 2024-12-20T21:59:21.599Z | [ recovery-image] Dec 20 21:59:19.430 INFO O| Dec 20 21:59:19.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6439 | 2024-12-20T21:59:21.603Z | [ recovery-image] Dec 20 21:59:19.430 INFO O| Dec 20 21:59:19.430 INFO STEP 706 (remove_files) COMPLETE |
6440 | 2024-12-20T21:59:21.603Z | [ recovery-image] Dec 20 21:59:19.430 INFO O| Dec 20 21:59:19.430 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6441 | 2024-12-20T21:59:21.616Z | [ recovery-image] Dec 20 21:59:19.446 INFO O| Dec 20 21:59:19.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6442 | 2024-12-20T21:59:21.619Z | [ recovery-image] Dec 20 21:59:19.447 INFO O| Dec 20 21:59:19.447 INFO STEP 707 (remove_files) COMPLETE |
6443 | 2024-12-20T21:59:21.619Z | [ recovery-image] Dec 20 21:59:19.447 INFO O| Dec 20 21:59:19.447 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6444 | 2024-12-20T21:59:21.634Z | [ recovery-image] Dec 20 21:59:19.464 INFO O| Dec 20 21:59:19.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6445 | 2024-12-20T21:59:21.636Z | [ recovery-image] Dec 20 21:59:19.464 INFO O| Dec 20 21:59:19.464 INFO STEP 708 (remove_files) COMPLETE |
6446 | 2024-12-20T21:59:21.636Z | [ recovery-image] Dec 20 21:59:19.464 INFO O| Dec 20 21:59:19.464 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6447 | 2024-12-20T21:59:21.652Z | [ recovery-image] Dec 20 21:59:19.482 INFO O| Dec 20 21:59:19.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6448 | 2024-12-20T21:59:21.655Z | [ recovery-image] Dec 20 21:59:19.482 INFO O| Dec 20 21:59:19.482 INFO STEP 709 (remove_files) COMPLETE |
6449 | 2024-12-20T21:59:21.655Z | [ recovery-image] Dec 20 21:59:19.482 INFO O| Dec 20 21:59:19.482 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6450 | 2024-12-20T21:59:21.709Z | [ recovery-image] Dec 20 21:59:19.539 INFO O| Dec 20 21:59:19.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6451 | 2024-12-20T21:59:21.712Z | [ recovery-image] Dec 20 21:59:19.539 INFO O| Dec 20 21:59:19.539 INFO STEP 710 (remove_files) COMPLETE |
6452 | 2024-12-20T21:59:21.712Z | [ recovery-image] Dec 20 21:59:19.539 INFO O| Dec 20 21:59:19.539 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6453 | 2024-12-20T21:59:21.744Z | [ recovery-image] Dec 20 21:59:19.573 INFO O| Dec 20 21:59:19.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6454 | 2024-12-20T21:59:21.748Z | [ recovery-image] Dec 20 21:59:19.573 INFO O| Dec 20 21:59:19.573 INFO STEP 711 (remove_files) COMPLETE |
6455 | 2024-12-20T21:59:21.748Z | [ recovery-image] Dec 20 21:59:19.573 INFO O| Dec 20 21:59:19.573 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6456 | 2024-12-20T21:59:21.787Z | [ recovery-image] Dec 20 21:59:19.617 INFO O| Dec 20 21:59:19.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6457 | 2024-12-20T21:59:21.787Z | [ recovery-image] Dec 20 21:59:19.617 INFO O| Dec 20 21:59:19.617 INFO STEP 712 (remove_files) COMPLETE |
6458 | 2024-12-20T21:59:21.790Z | [ recovery-image] Dec 20 21:59:19.617 INFO O| Dec 20 21:59:19.617 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6459 | 2024-12-20T21:59:21.854Z | [ recovery-image] Dec 20 21:59:19.684 INFO O| Dec 20 21:59:19.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6460 | 2024-12-20T21:59:21.856Z | [ recovery-image] Dec 20 21:59:19.684 INFO O| Dec 20 21:59:19.684 INFO STEP 713 (remove_files) COMPLETE |
6461 | 2024-12-20T21:59:21.856Z | [ recovery-image] Dec 20 21:59:19.684 INFO O| Dec 20 21:59:19.684 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6462 | 2024-12-20T21:59:21.875Z | [ recovery-image] Dec 20 21:59:19.705 INFO O| Dec 20 21:59:19.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6463 | 2024-12-20T21:59:21.878Z | [ recovery-image] Dec 20 21:59:19.706 INFO O| Dec 20 21:59:19.706 INFO STEP 714 (remove_files) COMPLETE |
6464 | 2024-12-20T21:59:21.878Z | [ recovery-image] Dec 20 21:59:19.706 INFO O| Dec 20 21:59:19.706 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2024-12-20T21:59:21.896Z | [ recovery-image] Dec 20 21:59:19.726 INFO O| Dec 20 21:59:19.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6466 | 2024-12-20T21:59:21.899Z | [ recovery-image] Dec 20 21:59:19.727 INFO O| Dec 20 21:59:19.726 INFO STEP 715 (remove_files) COMPLETE |
6467 | 2024-12-20T21:59:21.899Z | [ recovery-image] Dec 20 21:59:19.727 INFO O| Dec 20 21:59:19.727 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2024-12-20T21:59:21.915Z | [ recovery-image] Dec 20 21:59:19.745 INFO O| Dec 20 21:59:19.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6469 | 2024-12-20T21:59:21.915Z | [ recovery-image] Dec 20 21:59:19.745 INFO O| Dec 20 21:59:19.745 INFO STEP 716 (remove_files) COMPLETE |
6470 | 2024-12-20T21:59:21.918Z | [ recovery-image] Dec 20 21:59:19.745 INFO O| Dec 20 21:59:19.745 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6471 | 2024-12-20T21:59:21.951Z | [ recovery-image] Dec 20 21:59:19.781 INFO O| Dec 20 21:59:19.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6472 | 2024-12-20T21:59:21.951Z | [ recovery-image] Dec 20 21:59:19.781 INFO O| Dec 20 21:59:19.781 INFO STEP 717 (remove_files) COMPLETE |
6473 | 2024-12-20T21:59:21.954Z | [ recovery-image] Dec 20 21:59:19.781 INFO O| Dec 20 21:59:19.781 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2024-12-20T21:59:21.998Z | [ recovery-image] Dec 20 21:59:19.828 INFO O| Dec 20 21:59:19.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6475 | 2024-12-20T21:59:21.999Z | [ recovery-image] Dec 20 21:59:19.828 INFO O| Dec 20 21:59:19.828 INFO STEP 718 (remove_files) COMPLETE |
6476 | 2024-12-20T21:59:21.999Z | [ recovery-image] Dec 20 21:59:19.828 INFO O| Dec 20 21:59:19.828 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6477 | 2024-12-20T21:59:22.002Z | [ host-image] Dec 20 21:59:19.833 INFO O| Dec 20 21:59:19.833 INFO O| Download: Completed 199.66 MB in 330.04 seconds (617k/s) |
6478 | 2024-12-20T21:59:22.057Z | [ recovery-image] Dec 20 21:59:19.887 INFO O| Dec 20 21:59:19.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6479 | 2024-12-20T21:59:22.057Z | [ recovery-image] Dec 20 21:59:19.887 INFO O| Dec 20 21:59:19.887 INFO STEP 719 (remove_files) COMPLETE |
6480 | 2024-12-20T21:59:22.060Z | [ recovery-image] Dec 20 21:59:19.887 INFO O| Dec 20 21:59:19.887 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6481 | 2024-12-20T21:59:22.076Z | [ recovery-image] Dec 20 21:59:19.906 INFO O| Dec 20 21:59:19.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6482 | 2024-12-20T21:59:22.076Z | [ recovery-image] Dec 20 21:59:19.906 INFO O| Dec 20 21:59:19.906 INFO STEP 720 (remove_files) COMPLETE |
6483 | 2024-12-20T21:59:22.076Z | [ recovery-image] Dec 20 21:59:19.906 INFO O| Dec 20 21:59:19.906 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6484 | 2024-12-20T21:59:22.093Z | [ recovery-image] Dec 20 21:59:19.923 INFO O| Dec 20 21:59:19.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6485 | 2024-12-20T21:59:22.093Z | [ recovery-image] Dec 20 21:59:19.923 INFO O| Dec 20 21:59:19.923 INFO STEP 721 (remove_files) COMPLETE |
6486 | 2024-12-20T21:59:22.096Z | [ recovery-image] Dec 20 21:59:19.923 INFO O| Dec 20 21:59:19.923 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6487 | 2024-12-20T21:59:22.112Z | [ recovery-image] Dec 20 21:59:19.941 INFO O| Dec 20 21:59:19.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6488 | 2024-12-20T21:59:22.112Z | [ recovery-image] Dec 20 21:59:19.941 INFO O| Dec 20 21:59:19.941 INFO STEP 722 (remove_files) COMPLETE |
6489 | 2024-12-20T21:59:22.112Z | [ recovery-image] Dec 20 21:59:19.941 INFO O| Dec 20 21:59:19.941 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6490 | 2024-12-20T21:59:22.146Z | [ recovery-image] Dec 20 21:59:19.975 INFO O| Dec 20 21:59:19.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6491 | 2024-12-20T21:59:22.146Z | [ recovery-image] Dec 20 21:59:19.975 INFO O| Dec 20 21:59:19.975 INFO STEP 723 (remove_files) COMPLETE |
6492 | 2024-12-20T21:59:22.146Z | [ recovery-image] Dec 20 21:59:19.975 INFO O| Dec 20 21:59:19.975 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6493 | 2024-12-20T21:59:22.171Z | [ recovery-image] Dec 20 21:59:20.001 INFO O| Dec 20 21:59:20.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6494 | 2024-12-20T21:59:22.174Z | [ recovery-image] Dec 20 21:59:20.001 INFO O| Dec 20 21:59:20.001 INFO STEP 724 (remove_files) COMPLETE |
6495 | 2024-12-20T21:59:22.174Z | [ recovery-image] Dec 20 21:59:20.002 INFO O| Dec 20 21:59:20.001 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6496 | 2024-12-20T21:59:22.193Z | [ recovery-image] Dec 20 21:59:20.022 INFO O| Dec 20 21:59:20.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6497 | 2024-12-20T21:59:22.195Z | [ recovery-image] Dec 20 21:59:20.022 INFO O| Dec 20 21:59:20.022 INFO STEP 725 (remove_files) COMPLETE |
6498 | 2024-12-20T21:59:22.195Z | [ recovery-image] Dec 20 21:59:20.022 INFO O| Dec 20 21:59:20.022 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6499 | 2024-12-20T21:59:22.211Z | [ recovery-image] Dec 20 21:59:20.041 INFO O| Dec 20 21:59:20.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6500 | 2024-12-20T21:59:22.215Z | [ recovery-image] Dec 20 21:59:20.041 INFO O| Dec 20 21:59:20.041 INFO STEP 726 (remove_files) COMPLETE |
6501 | 2024-12-20T21:59:22.215Z | [ recovery-image] Dec 20 21:59:20.041 INFO O| Dec 20 21:59:20.041 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6502 | 2024-12-20T21:59:22.245Z | [ recovery-image] Dec 20 21:59:20.074 INFO O| Dec 20 21:59:20.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6503 | 2024-12-20T21:59:22.245Z | [ recovery-image] Dec 20 21:59:20.074 INFO O| Dec 20 21:59:20.074 INFO STEP 727 (remove_files) COMPLETE |
6504 | 2024-12-20T21:59:22.245Z | [ recovery-image] Dec 20 21:59:20.074 INFO O| Dec 20 21:59:20.074 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6505 | 2024-12-20T21:59:22.284Z | [ recovery-image] Dec 20 21:59:20.114 INFO O| Dec 20 21:59:20.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6506 | 2024-12-20T21:59:22.284Z | [ recovery-image] Dec 20 21:59:20.114 INFO O| Dec 20 21:59:20.114 INFO STEP 728 (remove_files) COMPLETE |
6507 | 2024-12-20T21:59:22.284Z | [ recovery-image] Dec 20 21:59:20.114 INFO O| Dec 20 21:59:20.114 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6508 | 2024-12-20T21:59:22.320Z | [ recovery-image] Dec 20 21:59:20.150 INFO O| Dec 20 21:59:20.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6509 | 2024-12-20T21:59:22.322Z | [ recovery-image] Dec 20 21:59:20.151 INFO O| Dec 20 21:59:20.151 INFO STEP 729 (remove_files) COMPLETE |
6510 | 2024-12-20T21:59:22.322Z | [ recovery-image] Dec 20 21:59:20.151 INFO O| Dec 20 21:59:20.151 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6511 | 2024-12-20T21:59:22.338Z | [ recovery-image] Dec 20 21:59:20.168 INFO O| Dec 20 21:59:20.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6512 | 2024-12-20T21:59:22.338Z | [ recovery-image] Dec 20 21:59:20.168 INFO O| Dec 20 21:59:20.168 INFO STEP 730 (remove_files) COMPLETE |
6513 | 2024-12-20T21:59:22.338Z | [ recovery-image] Dec 20 21:59:20.168 INFO O| Dec 20 21:59:20.168 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6514 | 2024-12-20T21:59:22.375Z | [ recovery-image] Dec 20 21:59:20.205 INFO O| Dec 20 21:59:20.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6515 | 2024-12-20T21:59:22.375Z | [ recovery-image] Dec 20 21:59:20.205 INFO O| Dec 20 21:59:20.205 INFO STEP 731 (remove_files) COMPLETE |
6516 | 2024-12-20T21:59:22.375Z | [ recovery-image] Dec 20 21:59:20.205 INFO O| Dec 20 21:59:20.205 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6517 | 2024-12-20T21:59:22.392Z | [ recovery-image] Dec 20 21:59:20.222 INFO O| Dec 20 21:59:20.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6518 | 2024-12-20T21:59:22.392Z | [ recovery-image] Dec 20 21:59:20.222 INFO O| Dec 20 21:59:20.222 INFO STEP 732 (remove_files) COMPLETE |
6519 | 2024-12-20T21:59:22.394Z | [ recovery-image] Dec 20 21:59:20.222 INFO O| Dec 20 21:59:20.222 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6520 | 2024-12-20T21:59:22.427Z | [ recovery-image] Dec 20 21:59:20.257 INFO O| Dec 20 21:59:20.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6521 | 2024-12-20T21:59:22.427Z | [ recovery-image] Dec 20 21:59:20.257 INFO O| Dec 20 21:59:20.257 INFO STEP 733 (remove_files) COMPLETE |
6522 | 2024-12-20T21:59:22.429Z | [ recovery-image] Dec 20 21:59:20.257 INFO O| Dec 20 21:59:20.257 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6523 | 2024-12-20T21:59:22.469Z | [ recovery-image] Dec 20 21:59:20.299 INFO O| Dec 20 21:59:20.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6524 | 2024-12-20T21:59:22.471Z | [ recovery-image] Dec 20 21:59:20.299 INFO O| Dec 20 21:59:20.299 INFO STEP 734 (remove_files) COMPLETE |
6525 | 2024-12-20T21:59:22.471Z | [ recovery-image] Dec 20 21:59:20.299 INFO O| Dec 20 21:59:20.299 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6526 | 2024-12-20T21:59:22.489Z | [ recovery-image] Dec 20 21:59:20.319 INFO O| Dec 20 21:59:20.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6527 | 2024-12-20T21:59:22.505Z | [ recovery-image] Dec 20 21:59:20.335 INFO O| Dec 20 21:59:20.335 INFO STEP 735 (remove_files) COMPLETE |
6528 | 2024-12-20T21:59:22.505Z | [ recovery-image] Dec 20 21:59:20.335 INFO O| Dec 20 21:59:20.335 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6529 | 2024-12-20T21:59:22.557Z | [ recovery-image] Dec 20 21:59:20.387 INFO O| Dec 20 21:59:20.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6530 | 2024-12-20T21:59:22.558Z | [ recovery-image] Dec 20 21:59:20.387 INFO O| Dec 20 21:59:20.387 INFO STEP 736 (remove_files) COMPLETE |
6531 | 2024-12-20T21:59:22.560Z | [ recovery-image] Dec 20 21:59:20.388 INFO O| Dec 20 21:59:20.387 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6532 | 2024-12-20T21:59:22.576Z | [ recovery-image] Dec 20 21:59:20.406 INFO O| Dec 20 21:59:20.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6533 | 2024-12-20T21:59:22.579Z | [ recovery-image] Dec 20 21:59:20.406 INFO O| Dec 20 21:59:20.406 INFO STEP 737 (remove_files) COMPLETE |
6534 | 2024-12-20T21:59:22.579Z | [ recovery-image] Dec 20 21:59:20.407 INFO O| Dec 20 21:59:20.406 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6535 | 2024-12-20T21:59:22.595Z | [ recovery-image] Dec 20 21:59:20.425 INFO O| Dec 20 21:59:20.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6536 | 2024-12-20T21:59:22.595Z | [ recovery-image] Dec 20 21:59:20.425 INFO O| Dec 20 21:59:20.425 INFO STEP 738 (remove_files) COMPLETE |
6537 | 2024-12-20T21:59:22.598Z | [ recovery-image] Dec 20 21:59:20.425 INFO O| Dec 20 21:59:20.425 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6538 | 2024-12-20T21:59:22.631Z | [ recovery-image] Dec 20 21:59:20.461 INFO O| Dec 20 21:59:20.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6539 | 2024-12-20T21:59:22.631Z | [ recovery-image] Dec 20 21:59:20.461 INFO O| Dec 20 21:59:20.461 INFO STEP 739 (remove_files) COMPLETE |
6540 | 2024-12-20T21:59:22.631Z | [ recovery-image] Dec 20 21:59:20.461 INFO O| Dec 20 21:59:20.461 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6541 | 2024-12-20T21:59:22.651Z | [ recovery-image] Dec 20 21:59:20.481 INFO O| Dec 20 21:59:20.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6542 | 2024-12-20T21:59:22.654Z | [ recovery-image] Dec 20 21:59:20.481 INFO O| Dec 20 21:59:20.481 INFO STEP 740 (remove_files) COMPLETE |
6543 | 2024-12-20T21:59:22.654Z | [ recovery-image] Dec 20 21:59:20.481 INFO O| Dec 20 21:59:20.481 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6544 | 2024-12-20T21:59:22.670Z | [ recovery-image] Dec 20 21:59:20.500 INFO O| Dec 20 21:59:20.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6545 | 2024-12-20T21:59:22.670Z | [ recovery-image] Dec 20 21:59:20.500 INFO O| Dec 20 21:59:20.500 INFO STEP 741 (remove_files) COMPLETE |
6546 | 2024-12-20T21:59:22.670Z | [ recovery-image] Dec 20 21:59:20.500 INFO O| Dec 20 21:59:20.500 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6547 | 2024-12-20T21:59:22.703Z | [ recovery-image] Dec 20 21:59:20.533 INFO O| Dec 20 21:59:20.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6548 | 2024-12-20T21:59:22.703Z | [ recovery-image] Dec 20 21:59:20.533 INFO O| Dec 20 21:59:20.533 INFO STEP 742 (remove_files) COMPLETE |
6549 | 2024-12-20T21:59:22.703Z | [ recovery-image] Dec 20 21:59:20.533 INFO O| Dec 20 21:59:20.533 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6550 | 2024-12-20T21:59:22.744Z | [ recovery-image] Dec 20 21:59:20.569 INFO O| Dec 20 21:59:20.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6551 | 2024-12-20T21:59:22.744Z | [ recovery-image] Dec 20 21:59:20.569 INFO O| Dec 20 21:59:20.569 INFO STEP 743 (remove_files) COMPLETE |
6552 | 2024-12-20T21:59:22.751Z | [ recovery-image] Dec 20 21:59:20.569 INFO O| Dec 20 21:59:20.569 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6553 | 2024-12-20T21:59:22.797Z | [ recovery-image] Dec 20 21:59:20.626 INFO O| Dec 20 21:59:20.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6554 | 2024-12-20T21:59:22.799Z | [ recovery-image] Dec 20 21:59:20.626 INFO O| Dec 20 21:59:20.626 INFO STEP 744 (remove_files) COMPLETE |
6555 | 2024-12-20T21:59:22.799Z | [ recovery-image] Dec 20 21:59:20.626 INFO O| Dec 20 21:59:20.626 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6556 | 2024-12-20T21:59:22.816Z | [ recovery-image] Dec 20 21:59:20.646 INFO O| Dec 20 21:59:20.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6557 | 2024-12-20T21:59:22.816Z | [ recovery-image] Dec 20 21:59:20.646 INFO O| Dec 20 21:59:20.646 INFO STEP 745 (remove_files) COMPLETE |
6558 | 2024-12-20T21:59:22.816Z | [ recovery-image] Dec 20 21:59:20.646 INFO O| Dec 20 21:59:20.646 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6559 | 2024-12-20T21:59:22.871Z | [ recovery-image] Dec 20 21:59:20.701 INFO O| Dec 20 21:59:20.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6560 | 2024-12-20T21:59:22.871Z | [ recovery-image] Dec 20 21:59:20.701 INFO O| Dec 20 21:59:20.701 INFO STEP 746 (remove_files) COMPLETE |
6561 | 2024-12-20T21:59:22.871Z | [ recovery-image] Dec 20 21:59:20.701 INFO O| Dec 20 21:59:20.701 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6562 | 2024-12-20T21:59:22.891Z | [ recovery-image] Dec 20 21:59:20.721 INFO O| Dec 20 21:59:20.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6563 | 2024-12-20T21:59:22.891Z | [ recovery-image] Dec 20 21:59:20.721 INFO O| Dec 20 21:59:20.721 INFO STEP 747 (remove_files) COMPLETE |
6564 | 2024-12-20T21:59:22.891Z | [ recovery-image] Dec 20 21:59:20.721 INFO O| Dec 20 21:59:20.721 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6565 | 2024-12-20T21:59:22.908Z | [ recovery-image] Dec 20 21:59:20.738 INFO O| Dec 20 21:59:20.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6566 | 2024-12-20T21:59:22.908Z | [ recovery-image] Dec 20 21:59:20.738 INFO O| Dec 20 21:59:20.738 INFO STEP 748 (remove_files) COMPLETE |
6567 | 2024-12-20T21:59:22.908Z | [ recovery-image] Dec 20 21:59:20.738 INFO O| Dec 20 21:59:20.738 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6568 | 2024-12-20T21:59:22.925Z | [ recovery-image] Dec 20 21:59:20.755 INFO O| Dec 20 21:59:20.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6569 | 2024-12-20T21:59:22.925Z | [ recovery-image] Dec 20 21:59:20.755 INFO O| Dec 20 21:59:20.755 INFO STEP 749 (remove_files) COMPLETE |
6570 | 2024-12-20T21:59:22.928Z | [ recovery-image] Dec 20 21:59:20.755 INFO O| Dec 20 21:59:20.755 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6571 | 2024-12-20T21:59:22.973Z | [ recovery-image] Dec 20 21:59:20.802 INFO O| Dec 20 21:59:20.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6572 | 2024-12-20T21:59:22.973Z | [ recovery-image] Dec 20 21:59:20.802 INFO O| Dec 20 21:59:20.802 INFO STEP 750 (remove_files) COMPLETE |
6573 | 2024-12-20T21:59:22.973Z | [ recovery-image] Dec 20 21:59:20.802 INFO O| Dec 20 21:59:20.802 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6574 | 2024-12-20T21:59:23.009Z | [ recovery-image] Dec 20 21:59:20.838 INFO O| Dec 20 21:59:20.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6575 | 2024-12-20T21:59:23.009Z | [ recovery-image] Dec 20 21:59:20.838 INFO O| Dec 20 21:59:20.838 INFO STEP 751 (remove_files) COMPLETE |
6576 | 2024-12-20T21:59:23.009Z | [ recovery-image] Dec 20 21:59:20.838 INFO O| Dec 20 21:59:20.838 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6577 | 2024-12-20T21:59:23.043Z | [ recovery-image] Dec 20 21:59:20.873 INFO O| Dec 20 21:59:20.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6578 | 2024-12-20T21:59:23.043Z | [ recovery-image] Dec 20 21:59:20.873 INFO O| Dec 20 21:59:20.873 INFO STEP 752 (remove_files) COMPLETE |
6579 | 2024-12-20T21:59:23.047Z | [ recovery-image] Dec 20 21:59:20.873 INFO O| Dec 20 21:59:20.873 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6580 | 2024-12-20T21:59:23.067Z | [ recovery-image] Dec 20 21:59:20.897 INFO O| Dec 20 21:59:20.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6581 | 2024-12-20T21:59:23.067Z | [ recovery-image] Dec 20 21:59:20.897 INFO O| Dec 20 21:59:20.897 INFO STEP 753 (remove_files) COMPLETE |
6582 | 2024-12-20T21:59:23.070Z | [ recovery-image] Dec 20 21:59:20.898 INFO O| Dec 20 21:59:20.897 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6583 | 2024-12-20T21:59:23.104Z | [ recovery-image] Dec 20 21:59:20.934 INFO O| Dec 20 21:59:20.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6584 | 2024-12-20T21:59:23.104Z | [ recovery-image] Dec 20 21:59:20.934 INFO O| Dec 20 21:59:20.934 INFO STEP 754 (remove_files) COMPLETE |
6585 | 2024-12-20T21:59:23.104Z | [ recovery-image] Dec 20 21:59:20.934 INFO O| Dec 20 21:59:20.934 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6586 | 2024-12-20T21:59:23.126Z | [ recovery-image] Dec 20 21:59:20.956 INFO O| Dec 20 21:59:20.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6587 | 2024-12-20T21:59:23.126Z | [ recovery-image] Dec 20 21:59:20.956 INFO O| Dec 20 21:59:20.956 INFO STEP 755 (remove_files) COMPLETE |
6588 | 2024-12-20T21:59:23.127Z | [ recovery-image] Dec 20 21:59:20.956 INFO O| Dec 20 21:59:20.956 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6589 | 2024-12-20T21:59:23.196Z | [ recovery-image] Dec 20 21:59:21.026 INFO O| Dec 20 21:59:21.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6590 | 2024-12-20T21:59:23.196Z | [ recovery-image] Dec 20 21:59:21.026 INFO O| Dec 20 21:59:21.026 INFO STEP 756 (remove_files) COMPLETE |
6591 | 2024-12-20T21:59:23.196Z | [ recovery-image] Dec 20 21:59:21.026 INFO O| Dec 20 21:59:21.026 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6592 | 2024-12-20T21:59:23.216Z | [ recovery-image] Dec 20 21:59:21.046 INFO O| Dec 20 21:59:21.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6593 | 2024-12-20T21:59:23.216Z | [ recovery-image] Dec 20 21:59:21.046 INFO O| Dec 20 21:59:21.046 INFO STEP 757 (remove_files) COMPLETE |
6594 | 2024-12-20T21:59:23.216Z | [ recovery-image] Dec 20 21:59:21.046 INFO O| Dec 20 21:59:21.046 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6595 | 2024-12-20T21:59:23.234Z | [ recovery-image] Dec 20 21:59:21.064 INFO O| Dec 20 21:59:21.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6596 | 2024-12-20T21:59:23.234Z | [ recovery-image] Dec 20 21:59:21.064 INFO O| Dec 20 21:59:21.064 INFO STEP 758 (remove_files) COMPLETE |
6597 | 2024-12-20T21:59:23.234Z | [ recovery-image] Dec 20 21:59:21.064 INFO O| Dec 20 21:59:21.064 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6598 | 2024-12-20T21:59:23.252Z | [ recovery-image] Dec 20 21:59:21.081 INFO O| Dec 20 21:59:21.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6599 | 2024-12-20T21:59:23.258Z | [ recovery-image] Dec 20 21:59:21.085 INFO O| Dec 20 21:59:21.085 INFO STEP 759 (remove_files) COMPLETE |
6600 | 2024-12-20T21:59:23.258Z | [ recovery-image] Dec 20 21:59:21.085 INFO O| Dec 20 21:59:21.085 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6601 | 2024-12-20T21:59:23.287Z | [ recovery-image] Dec 20 21:59:21.117 INFO O| Dec 20 21:59:21.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6602 | 2024-12-20T21:59:23.287Z | [ recovery-image] Dec 20 21:59:21.117 INFO O| Dec 20 21:59:21.117 INFO STEP 760 (remove_files) COMPLETE |
6603 | 2024-12-20T21:59:23.287Z | [ recovery-image] Dec 20 21:59:21.117 INFO O| Dec 20 21:59:21.117 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6604 | 2024-12-20T21:59:23.306Z | [ recovery-image] Dec 20 21:59:21.135 INFO O| Dec 20 21:59:21.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6605 | 2024-12-20T21:59:23.306Z | [ recovery-image] Dec 20 21:59:21.136 INFO O| Dec 20 21:59:21.135 INFO STEP 761 (remove_files) COMPLETE |
6606 | 2024-12-20T21:59:23.308Z | [ recovery-image] Dec 20 21:59:21.136 INFO O| Dec 20 21:59:21.136 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6607 | 2024-12-20T21:59:23.330Z | [ recovery-image] Dec 20 21:59:21.160 INFO O| Dec 20 21:59:21.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6608 | 2024-12-20T21:59:23.331Z | [ recovery-image] Dec 20 21:59:21.160 INFO O| Dec 20 21:59:21.160 INFO STEP 762 (remove_files) COMPLETE |
6609 | 2024-12-20T21:59:23.331Z | [ recovery-image] Dec 20 21:59:21.160 INFO O| Dec 20 21:59:21.160 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6610 | 2024-12-20T21:59:23.367Z | [ recovery-image] Dec 20 21:59:21.197 INFO O| Dec 20 21:59:21.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6611 | 2024-12-20T21:59:23.367Z | [ recovery-image] Dec 20 21:59:21.197 INFO O| Dec 20 21:59:21.197 INFO STEP 763 (remove_files) COMPLETE |
6612 | 2024-12-20T21:59:23.367Z | [ recovery-image] Dec 20 21:59:21.197 INFO O| Dec 20 21:59:21.197 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6613 | 2024-12-20T21:59:23.402Z | [ recovery-image] Dec 20 21:59:21.232 INFO O| Dec 20 21:59:21.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6614 | 2024-12-20T21:59:23.402Z | [ recovery-image] Dec 20 21:59:21.232 INFO O| Dec 20 21:59:21.232 INFO STEP 764 (remove_files) COMPLETE |
6615 | 2024-12-20T21:59:23.402Z | [ recovery-image] Dec 20 21:59:21.232 INFO O| Dec 20 21:59:21.232 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6616 | 2024-12-20T21:59:23.431Z | [ recovery-image] Dec 20 21:59:21.260 INFO O| Dec 20 21:59:21.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6617 | 2024-12-20T21:59:23.431Z | [ recovery-image] Dec 20 21:59:21.260 INFO O| Dec 20 21:59:21.260 INFO STEP 765 (remove_files) COMPLETE |
6618 | 2024-12-20T21:59:23.431Z | [ recovery-image] Dec 20 21:59:21.260 INFO O| Dec 20 21:59:21.260 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6619 | 2024-12-20T21:59:23.451Z | [ recovery-image] Dec 20 21:59:21.280 INFO O| Dec 20 21:59:21.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6620 | 2024-12-20T21:59:23.451Z | [ recovery-image] Dec 20 21:59:21.280 INFO O| Dec 20 21:59:21.280 INFO STEP 766 (remove_files) COMPLETE |
6621 | 2024-12-20T21:59:23.451Z | [ recovery-image] Dec 20 21:59:21.280 INFO O| Dec 20 21:59:21.280 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6622 | 2024-12-20T21:59:23.469Z | [ recovery-image] Dec 20 21:59:21.298 INFO O| Dec 20 21:59:21.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6623 | 2024-12-20T21:59:23.487Z | [ recovery-image] Dec 20 21:59:21.316 INFO O| Dec 20 21:59:21.316 INFO STEP 767 (remove_files) COMPLETE |
6624 | 2024-12-20T21:59:23.487Z | [ recovery-image] Dec 20 21:59:21.316 INFO O| Dec 20 21:59:21.316 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6625 | 2024-12-20T21:59:23.513Z | [ host-image] Dec 20 21:59:21.342 INFO O| Dec 20 21:59:21.342 INFO O| Actions: 1/49485 actions (Installing new actions) |
6626 | 2024-12-20T21:59:23.517Z | [ recovery-image] Dec 20 21:59:21.347 INFO O| Dec 20 21:59:21.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6627 | 2024-12-20T21:59:23.518Z | [ recovery-image] Dec 20 21:59:21.348 INFO O| Dec 20 21:59:21.348 INFO STEP 768 (remove_files) COMPLETE |
6628 | 2024-12-20T21:59:23.520Z | [ recovery-image] Dec 20 21:59:21.348 INFO O| Dec 20 21:59:21.348 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6629 | 2024-12-20T21:59:23.536Z | [ recovery-image] Dec 20 21:59:21.366 INFO O| Dec 20 21:59:21.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6630 | 2024-12-20T21:59:23.536Z | [ recovery-image] Dec 20 21:59:21.366 INFO O| Dec 20 21:59:21.366 INFO STEP 769 (remove_files) COMPLETE |
6631 | 2024-12-20T21:59:23.536Z | [ recovery-image] Dec 20 21:59:21.366 INFO O| Dec 20 21:59:21.366 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6632 | 2024-12-20T21:59:23.554Z | [ recovery-image] Dec 20 21:59:21.384 INFO O| Dec 20 21:59:21.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6633 | 2024-12-20T21:59:23.554Z | [ recovery-image] Dec 20 21:59:21.384 INFO O| Dec 20 21:59:21.384 INFO STEP 770 (remove_files) COMPLETE |
6634 | 2024-12-20T21:59:23.554Z | [ recovery-image] Dec 20 21:59:21.384 INFO O| Dec 20 21:59:21.384 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6635 | 2024-12-20T21:59:23.638Z | [ recovery-image] Dec 20 21:59:21.468 INFO O| Dec 20 21:59:21.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6636 | 2024-12-20T21:59:23.638Z | [ recovery-image] Dec 20 21:59:21.468 INFO O| Dec 20 21:59:21.468 INFO STEP 771 (remove_files) COMPLETE |
6637 | 2024-12-20T21:59:23.638Z | [ recovery-image] Dec 20 21:59:21.468 INFO O| Dec 20 21:59:21.468 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6638 | 2024-12-20T21:59:23.663Z | [ recovery-image] Dec 20 21:59:21.488 INFO O| Dec 20 21:59:21.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6639 | 2024-12-20T21:59:23.663Z | [ recovery-image] Dec 20 21:59:21.488 INFO O| Dec 20 21:59:21.488 INFO STEP 772 (remove_files) COMPLETE |
6640 | 2024-12-20T21:59:23.663Z | [ recovery-image] Dec 20 21:59:21.488 INFO O| Dec 20 21:59:21.488 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6641 | 2024-12-20T21:59:23.704Z | [ recovery-image] Dec 20 21:59:21.533 INFO O| Dec 20 21:59:21.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6642 | 2024-12-20T21:59:23.704Z | [ recovery-image] Dec 20 21:59:21.533 INFO O| Dec 20 21:59:21.533 INFO STEP 773 (remove_files) COMPLETE |
6643 | 2024-12-20T21:59:23.704Z | [ recovery-image] Dec 20 21:59:21.533 INFO O| Dec 20 21:59:21.533 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6644 | 2024-12-20T21:59:23.750Z | [ recovery-image] Dec 20 21:59:21.580 INFO O| Dec 20 21:59:21.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6645 | 2024-12-20T21:59:23.750Z | [ recovery-image] Dec 20 21:59:21.580 INFO O| Dec 20 21:59:21.580 INFO STEP 774 (remove_files) COMPLETE |
6646 | 2024-12-20T21:59:23.750Z | [ recovery-image] Dec 20 21:59:21.580 INFO O| Dec 20 21:59:21.580 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6647 | 2024-12-20T21:59:23.795Z | [ recovery-image] Dec 20 21:59:21.625 INFO O| Dec 20 21:59:21.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6648 | 2024-12-20T21:59:23.795Z | [ recovery-image] Dec 20 21:59:21.625 INFO O| Dec 20 21:59:21.625 INFO STEP 775 (remove_files) COMPLETE |
6649 | 2024-12-20T21:59:23.798Z | [ recovery-image] Dec 20 21:59:21.625 INFO O| Dec 20 21:59:21.625 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6650 | 2024-12-20T21:59:23.836Z | [ recovery-image] Dec 20 21:59:21.665 INFO O| Dec 20 21:59:21.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6651 | 2024-12-20T21:59:23.836Z | [ recovery-image] Dec 20 21:59:21.665 INFO O| Dec 20 21:59:21.665 INFO STEP 776 (remove_files) COMPLETE |
6652 | 2024-12-20T21:59:23.836Z | [ recovery-image] Dec 20 21:59:21.666 INFO O| Dec 20 21:59:21.665 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6653 | 2024-12-20T21:59:23.854Z | [ recovery-image] Dec 20 21:59:21.684 INFO O| Dec 20 21:59:21.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6654 | 2024-12-20T21:59:23.854Z | [ recovery-image] Dec 20 21:59:21.684 INFO O| Dec 20 21:59:21.684 INFO STEP 777 (remove_files) COMPLETE |
6655 | 2024-12-20T21:59:23.854Z | [ recovery-image] Dec 20 21:59:21.684 INFO O| Dec 20 21:59:21.684 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6656 | 2024-12-20T21:59:23.873Z | [ recovery-image] Dec 20 21:59:21.702 INFO O| Dec 20 21:59:21.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6657 | 2024-12-20T21:59:23.873Z | [ recovery-image] Dec 20 21:59:21.702 INFO O| Dec 20 21:59:21.702 INFO STEP 778 (remove_files) COMPLETE |
6658 | 2024-12-20T21:59:23.876Z | [ recovery-image] Dec 20 21:59:21.702 INFO O| Dec 20 21:59:21.702 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6659 | 2024-12-20T21:59:23.892Z | [ recovery-image] Dec 20 21:59:21.721 INFO O| Dec 20 21:59:21.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6660 | 2024-12-20T21:59:23.892Z | [ recovery-image] Dec 20 21:59:21.721 INFO O| Dec 20 21:59:21.721 INFO STEP 779 (remove_files) COMPLETE |
6661 | 2024-12-20T21:59:23.892Z | [ recovery-image] Dec 20 21:59:21.721 INFO O| Dec 20 21:59:21.721 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6662 | 2024-12-20T21:59:23.931Z | [ recovery-image] Dec 20 21:59:21.761 INFO O| Dec 20 21:59:21.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6663 | 2024-12-20T21:59:23.931Z | [ recovery-image] Dec 20 21:59:21.761 INFO O| Dec 20 21:59:21.761 INFO STEP 780 (remove_files) COMPLETE |
6664 | 2024-12-20T21:59:23.933Z | [ recovery-image] Dec 20 21:59:21.761 INFO O| Dec 20 21:59:21.761 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6665 | 2024-12-20T21:59:23.980Z | [ recovery-image] Dec 20 21:59:21.810 INFO O| Dec 20 21:59:21.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6666 | 2024-12-20T21:59:23.983Z | [ recovery-image] Dec 20 21:59:21.810 INFO O| Dec 20 21:59:21.810 INFO STEP 781 (remove_files) COMPLETE |
6667 | 2024-12-20T21:59:23.983Z | [ recovery-image] Dec 20 21:59:21.810 INFO O| Dec 20 21:59:21.810 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6668 | 2024-12-20T21:59:24.018Z | [ recovery-image] Dec 20 21:59:21.848 INFO O| Dec 20 21:59:21.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6669 | 2024-12-20T21:59:24.018Z | [ recovery-image] Dec 20 21:59:21.848 INFO O| Dec 20 21:59:21.848 INFO STEP 782 (remove_files) COMPLETE |
6670 | 2024-12-20T21:59:24.021Z | [ recovery-image] Dec 20 21:59:21.848 INFO O| Dec 20 21:59:21.848 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6671 | 2024-12-20T21:59:24.097Z | [ recovery-image] Dec 20 21:59:21.927 INFO O| Dec 20 21:59:21.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6672 | 2024-12-20T21:59:24.097Z | [ recovery-image] Dec 20 21:59:21.927 INFO O| Dec 20 21:59:21.927 INFO STEP 783 (remove_files) COMPLETE |
6673 | 2024-12-20T21:59:24.097Z | [ recovery-image] Dec 20 21:59:21.927 INFO O| Dec 20 21:59:21.927 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6674 | 2024-12-20T21:59:24.115Z | [ recovery-image] Dec 20 21:59:21.944 INFO O| Dec 20 21:59:21.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6675 | 2024-12-20T21:59:24.115Z | [ recovery-image] Dec 20 21:59:21.944 INFO O| Dec 20 21:59:21.944 INFO STEP 784 (remove_files) COMPLETE |
6676 | 2024-12-20T21:59:24.115Z | [ recovery-image] Dec 20 21:59:21.944 INFO O| Dec 20 21:59:21.944 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6677 | 2024-12-20T21:59:24.140Z | [ recovery-image] Dec 20 21:59:21.969 INFO O| Dec 20 21:59:21.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6678 | 2024-12-20T21:59:24.140Z | [ recovery-image] Dec 20 21:59:21.969 INFO O| Dec 20 21:59:21.969 INFO STEP 785 (remove_files) COMPLETE |
6679 | 2024-12-20T21:59:24.140Z | [ recovery-image] Dec 20 21:59:21.969 INFO O| Dec 20 21:59:21.969 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6680 | 2024-12-20T21:59:24.186Z | [ recovery-image] Dec 20 21:59:22.016 INFO O| Dec 20 21:59:22.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6681 | 2024-12-20T21:59:24.186Z | [ recovery-image] Dec 20 21:59:22.016 INFO O| Dec 20 21:59:22.016 INFO STEP 786 (remove_files) COMPLETE |
6682 | 2024-12-20T21:59:24.186Z | [ recovery-image] Dec 20 21:59:22.016 INFO O| Dec 20 21:59:22.016 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6683 | 2024-12-20T21:59:24.206Z | [ recovery-image] Dec 20 21:59:22.035 INFO O| Dec 20 21:59:22.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6684 | 2024-12-20T21:59:24.206Z | [ recovery-image] Dec 20 21:59:22.035 INFO O| Dec 20 21:59:22.035 INFO STEP 787 (remove_files) COMPLETE |
6685 | 2024-12-20T21:59:24.206Z | [ recovery-image] Dec 20 21:59:22.036 INFO O| Dec 20 21:59:22.035 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6686 | 2024-12-20T21:59:24.224Z | [ recovery-image] Dec 20 21:59:22.053 INFO O| Dec 20 21:59:22.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6687 | 2024-12-20T21:59:24.224Z | [ recovery-image] Dec 20 21:59:22.053 INFO O| Dec 20 21:59:22.053 INFO STEP 788 (remove_files) COMPLETE |
6688 | 2024-12-20T21:59:24.224Z | [ recovery-image] Dec 20 21:59:22.053 INFO O| Dec 20 21:59:22.053 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6689 | 2024-12-20T21:59:24.240Z | [ recovery-image] Dec 20 21:59:22.070 INFO O| Dec 20 21:59:22.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6690 | 2024-12-20T21:59:24.240Z | [ recovery-image] Dec 20 21:59:22.070 INFO O| Dec 20 21:59:22.070 INFO STEP 789 (remove_files) COMPLETE |
6691 | 2024-12-20T21:59:24.240Z | [ recovery-image] Dec 20 21:59:22.070 INFO O| Dec 20 21:59:22.070 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6692 | 2024-12-20T21:59:24.259Z | [ recovery-image] Dec 20 21:59:22.089 INFO O| Dec 20 21:59:22.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6693 | 2024-12-20T21:59:24.259Z | [ recovery-image] Dec 20 21:59:22.089 INFO O| Dec 20 21:59:22.089 INFO STEP 790 (remove_files) COMPLETE |
6694 | 2024-12-20T21:59:24.259Z | [ recovery-image] Dec 20 21:59:22.089 INFO O| Dec 20 21:59:22.089 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6695 | 2024-12-20T21:59:24.278Z | [ recovery-image] Dec 20 21:59:22.108 INFO O| Dec 20 21:59:22.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6696 | 2024-12-20T21:59:24.278Z | [ recovery-image] Dec 20 21:59:22.108 INFO O| Dec 20 21:59:22.108 INFO STEP 791 (remove_files) COMPLETE |
6697 | 2024-12-20T21:59:24.278Z | [ recovery-image] Dec 20 21:59:22.108 INFO O| Dec 20 21:59:22.108 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6698 | 2024-12-20T21:59:24.305Z | [ recovery-image] Dec 20 21:59:22.134 INFO O| Dec 20 21:59:22.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6699 | 2024-12-20T21:59:24.305Z | [ recovery-image] Dec 20 21:59:22.134 INFO O| Dec 20 21:59:22.134 INFO STEP 792 (remove_files) COMPLETE |
6700 | 2024-12-20T21:59:24.305Z | [ recovery-image] Dec 20 21:59:22.134 INFO O| Dec 20 21:59:22.134 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6701 | 2024-12-20T21:59:24.325Z | [ recovery-image] Dec 20 21:59:22.154 INFO O| Dec 20 21:59:22.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6702 | 2024-12-20T21:59:24.325Z | [ recovery-image] Dec 20 21:59:22.154 INFO O| Dec 20 21:59:22.154 INFO STEP 793 (remove_files) COMPLETE |
6703 | 2024-12-20T21:59:24.325Z | [ recovery-image] Dec 20 21:59:22.154 INFO O| Dec 20 21:59:22.154 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6704 | 2024-12-20T21:59:24.350Z | [ recovery-image] Dec 20 21:59:22.180 INFO O| Dec 20 21:59:22.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6705 | 2024-12-20T21:59:24.353Z | [ recovery-image] Dec 20 21:59:22.180 INFO O| Dec 20 21:59:22.180 INFO STEP 794 (remove_files) COMPLETE |
6706 | 2024-12-20T21:59:24.353Z | [ recovery-image] Dec 20 21:59:22.180 INFO O| Dec 20 21:59:22.180 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6707 | 2024-12-20T21:59:24.398Z | [ recovery-image] Dec 20 21:59:22.227 INFO O| Dec 20 21:59:22.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6708 | 2024-12-20T21:59:24.401Z | [ recovery-image] Dec 20 21:59:22.227 INFO O| Dec 20 21:59:22.227 INFO STEP 795 (remove_files) COMPLETE |
6709 | 2024-12-20T21:59:24.401Z | [ recovery-image] Dec 20 21:59:22.228 INFO O| Dec 20 21:59:22.227 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6710 | 2024-12-20T21:59:24.420Z | [ recovery-image] Dec 20 21:59:22.249 INFO O| Dec 20 21:59:22.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6711 | 2024-12-20T21:59:24.450Z | [ recovery-image] Dec 20 21:59:22.280 INFO O| Dec 20 21:59:22.280 INFO STEP 796 (remove_files) COMPLETE |
6712 | 2024-12-20T21:59:24.450Z | [ recovery-image] Dec 20 21:59:22.280 INFO O| Dec 20 21:59:22.280 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6713 | 2024-12-20T21:59:24.497Z | [ recovery-image] Dec 20 21:59:22.326 INFO O| Dec 20 21:59:22.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6714 | 2024-12-20T21:59:24.529Z | [ recovery-image] Dec 20 21:59:22.358 INFO O| Dec 20 21:59:22.358 INFO STEP 797 (remove_files) COMPLETE |
6715 | 2024-12-20T21:59:24.529Z | [ recovery-image] Dec 20 21:59:22.358 INFO O| Dec 20 21:59:22.358 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6716 | 2024-12-20T21:59:24.572Z | [ recovery-image] Dec 20 21:59:22.402 INFO O| Dec 20 21:59:22.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6717 | 2024-12-20T21:59:24.573Z | [ recovery-image] Dec 20 21:59:22.402 INFO O| Dec 20 21:59:22.402 INFO STEP 798 (remove_files) COMPLETE |
6718 | 2024-12-20T21:59:24.573Z | [ recovery-image] Dec 20 21:59:22.402 INFO O| Dec 20 21:59:22.402 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6719 | 2024-12-20T21:59:24.618Z | [ recovery-image] Dec 20 21:59:22.447 INFO O| Dec 20 21:59:22.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6720 | 2024-12-20T21:59:24.639Z | [ recovery-image] Dec 20 21:59:22.468 INFO O| Dec 20 21:59:22.468 INFO STEP 799 (remove_files) COMPLETE |
6721 | 2024-12-20T21:59:24.639Z | [ recovery-image] Dec 20 21:59:22.468 INFO O| Dec 20 21:59:22.468 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6722 | 2024-12-20T21:59:24.682Z | [ recovery-image] Dec 20 21:59:22.512 INFO O| Dec 20 21:59:22.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6723 | 2024-12-20T21:59:24.682Z | [ recovery-image] Dec 20 21:59:22.512 INFO O| Dec 20 21:59:22.512 INFO STEP 800 (remove_files) COMPLETE |
6724 | 2024-12-20T21:59:24.686Z | [ recovery-image] Dec 20 21:59:22.512 INFO O| Dec 20 21:59:22.512 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6725 | 2024-12-20T21:59:24.715Z | [ recovery-image] Dec 20 21:59:22.544 INFO O| Dec 20 21:59:22.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6726 | 2024-12-20T21:59:24.715Z | [ recovery-image] Dec 20 21:59:22.544 INFO O| Dec 20 21:59:22.544 INFO STEP 801 (remove_files) COMPLETE |
6727 | 2024-12-20T21:59:24.715Z | [ recovery-image] Dec 20 21:59:22.544 INFO O| Dec 20 21:59:22.544 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6728 | 2024-12-20T21:59:24.786Z | [ recovery-image] Dec 20 21:59:22.615 INFO O| Dec 20 21:59:22.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6729 | 2024-12-20T21:59:24.786Z | [ recovery-image] Dec 20 21:59:22.616 INFO O| Dec 20 21:59:22.615 INFO STEP 802 (remove_files) COMPLETE |
6730 | 2024-12-20T21:59:24.786Z | [ recovery-image] Dec 20 21:59:22.616 INFO O| Dec 20 21:59:22.616 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6731 | 2024-12-20T21:59:24.882Z | [ recovery-image] Dec 20 21:59:22.709 INFO O| Dec 20 21:59:22.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6732 | 2024-12-20T21:59:24.889Z | [ recovery-image] Dec 20 21:59:22.709 INFO O| Dec 20 21:59:22.709 INFO STEP 803 (remove_files) COMPLETE |
6733 | 2024-12-20T21:59:24.889Z | [ recovery-image] Dec 20 21:59:22.709 INFO O| Dec 20 21:59:22.709 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6734 | 2024-12-20T21:59:24.899Z | [ recovery-image] Dec 20 21:59:22.728 INFO O| Dec 20 21:59:22.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6735 | 2024-12-20T21:59:24.899Z | [ recovery-image] Dec 20 21:59:22.729 INFO O| Dec 20 21:59:22.729 INFO STEP 804 (remove_files) COMPLETE |
6736 | 2024-12-20T21:59:24.902Z | [ recovery-image] Dec 20 21:59:22.729 INFO O| Dec 20 21:59:22.729 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6737 | 2024-12-20T21:59:24.944Z | [ recovery-image] Dec 20 21:59:22.774 INFO O| Dec 20 21:59:22.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6738 | 2024-12-20T21:59:24.947Z | [ recovery-image] Dec 20 21:59:22.774 INFO O| Dec 20 21:59:22.774 INFO STEP 805 (remove_files) COMPLETE |
6739 | 2024-12-20T21:59:24.947Z | [ recovery-image] Dec 20 21:59:22.774 INFO O| Dec 20 21:59:22.774 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6740 | 2024-12-20T21:59:24.965Z | [ recovery-image] Dec 20 21:59:22.794 INFO O| Dec 20 21:59:22.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6741 | 2024-12-20T21:59:24.968Z | [ recovery-image] Dec 20 21:59:22.795 INFO O| Dec 20 21:59:22.795 INFO STEP 806 (remove_files) COMPLETE |
6742 | 2024-12-20T21:59:24.968Z | [ recovery-image] Dec 20 21:59:22.795 INFO O| Dec 20 21:59:22.795 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6743 | 2024-12-20T21:59:24.985Z | [ recovery-image] Dec 20 21:59:22.814 INFO O| Dec 20 21:59:22.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6744 | 2024-12-20T21:59:24.988Z | [ recovery-image] Dec 20 21:59:22.814 INFO O| Dec 20 21:59:22.814 INFO STEP 807 (remove_files) COMPLETE |
6745 | 2024-12-20T21:59:24.988Z | [ recovery-image] Dec 20 21:59:22.815 INFO O| Dec 20 21:59:22.814 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6746 | 2024-12-20T21:59:25.003Z | [ recovery-image] Dec 20 21:59:22.832 INFO O| Dec 20 21:59:22.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6747 | 2024-12-20T21:59:25.007Z | [ recovery-image] Dec 20 21:59:22.832 INFO O| Dec 20 21:59:22.832 INFO STEP 808 (remove_files) COMPLETE |
6748 | 2024-12-20T21:59:25.007Z | [ recovery-image] Dec 20 21:59:22.833 INFO O| Dec 20 21:59:22.832 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6749 | 2024-12-20T21:59:25.021Z | [ recovery-image] Dec 20 21:59:22.850 INFO O| Dec 20 21:59:22.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6750 | 2024-12-20T21:59:25.024Z | [ recovery-image] Dec 20 21:59:22.850 INFO O| Dec 20 21:59:22.850 INFO STEP 809 (remove_files) COMPLETE |
6751 | 2024-12-20T21:59:25.024Z | [ recovery-image] Dec 20 21:59:22.851 INFO O| Dec 20 21:59:22.850 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6752 | 2024-12-20T21:59:25.040Z | [ recovery-image] Dec 20 21:59:22.869 INFO O| Dec 20 21:59:22.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6753 | 2024-12-20T21:59:25.040Z | [ recovery-image] Dec 20 21:59:22.869 INFO O| Dec 20 21:59:22.869 INFO STEP 810 (remove_files) COMPLETE |
6754 | 2024-12-20T21:59:25.040Z | [ recovery-image] Dec 20 21:59:22.869 INFO O| Dec 20 21:59:22.869 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6755 | 2024-12-20T21:59:25.074Z | [ recovery-image] Dec 20 21:59:22.903 INFO O| Dec 20 21:59:22.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6756 | 2024-12-20T21:59:25.074Z | [ recovery-image] Dec 20 21:59:22.903 INFO O| Dec 20 21:59:22.903 INFO STEP 811 (remove_files) COMPLETE |
6757 | 2024-12-20T21:59:25.078Z | [ recovery-image] Dec 20 21:59:22.903 INFO O| Dec 20 21:59:22.903 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6758 | 2024-12-20T21:59:25.107Z | [ recovery-image] Dec 20 21:59:22.936 INFO O| Dec 20 21:59:22.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6759 | 2024-12-20T21:59:25.107Z | [ recovery-image] Dec 20 21:59:22.936 INFO O| Dec 20 21:59:22.936 INFO STEP 812 (remove_files) COMPLETE |
6760 | 2024-12-20T21:59:25.107Z | [ recovery-image] Dec 20 21:59:22.936 INFO O| Dec 20 21:59:22.936 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6761 | 2024-12-20T21:59:25.144Z | [ recovery-image] Dec 20 21:59:22.973 INFO O| Dec 20 21:59:22.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6762 | 2024-12-20T21:59:25.144Z | [ recovery-image] Dec 20 21:59:22.973 INFO O| Dec 20 21:59:22.973 INFO STEP 813 (remove_files) COMPLETE |
6763 | 2024-12-20T21:59:25.144Z | [ recovery-image] Dec 20 21:59:22.973 INFO O| Dec 20 21:59:22.973 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6764 | 2024-12-20T21:59:25.164Z | [ recovery-image] Dec 20 21:59:22.993 INFO O| Dec 20 21:59:22.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6765 | 2024-12-20T21:59:25.164Z | [ recovery-image] Dec 20 21:59:22.993 INFO O| Dec 20 21:59:22.993 INFO STEP 814 (remove_files) COMPLETE |
6766 | 2024-12-20T21:59:25.167Z | [ recovery-image] Dec 20 21:59:22.993 INFO O| Dec 20 21:59:22.993 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6767 | 2024-12-20T21:59:25.232Z | [ recovery-image] Dec 20 21:59:23.061 INFO O| Dec 20 21:59:23.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6768 | 2024-12-20T21:59:25.232Z | [ recovery-image] Dec 20 21:59:23.061 INFO O| Dec 20 21:59:23.061 INFO STEP 815 (remove_files) COMPLETE |
6769 | 2024-12-20T21:59:25.232Z | [ recovery-image] Dec 20 21:59:23.061 INFO O| Dec 20 21:59:23.061 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6770 | 2024-12-20T21:59:25.251Z | [ recovery-image] Dec 20 21:59:23.079 INFO O| Dec 20 21:59:23.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6771 | 2024-12-20T21:59:25.251Z | [ recovery-image] Dec 20 21:59:23.079 INFO O| Dec 20 21:59:23.079 INFO STEP 816 (remove_files) COMPLETE |
6772 | 2024-12-20T21:59:25.251Z | [ recovery-image] Dec 20 21:59:23.080 INFO O| Dec 20 21:59:23.079 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6773 | 2024-12-20T21:59:25.270Z | [ recovery-image] Dec 20 21:59:23.099 INFO O| Dec 20 21:59:23.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6774 | 2024-12-20T21:59:25.270Z | [ recovery-image] Dec 20 21:59:23.100 INFO O| Dec 20 21:59:23.099 INFO STEP 817 (remove_files) COMPLETE |
6775 | 2024-12-20T21:59:25.270Z | [ recovery-image] Dec 20 21:59:23.100 INFO O| Dec 20 21:59:23.100 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6776 | 2024-12-20T21:59:25.317Z | [ recovery-image] Dec 20 21:59:23.146 INFO O| Dec 20 21:59:23.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6777 | 2024-12-20T21:59:25.317Z | [ recovery-image] Dec 20 21:59:23.146 INFO O| Dec 20 21:59:23.146 INFO STEP 818 (remove_files) COMPLETE |
6778 | 2024-12-20T21:59:25.320Z | [ recovery-image] Dec 20 21:59:23.146 INFO O| Dec 20 21:59:23.146 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6779 | 2024-12-20T21:59:25.344Z | [ recovery-image] Dec 20 21:59:23.173 INFO O| Dec 20 21:59:23.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6780 | 2024-12-20T21:59:25.347Z | [ recovery-image] Dec 20 21:59:23.174 INFO O| Dec 20 21:59:23.174 INFO STEP 819 (remove_files) COMPLETE |
6781 | 2024-12-20T21:59:25.347Z | [ recovery-image] Dec 20 21:59:23.174 INFO O| Dec 20 21:59:23.174 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6782 | 2024-12-20T21:59:25.420Z | [ recovery-image] Dec 20 21:59:23.249 INFO O| Dec 20 21:59:23.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6783 | 2024-12-20T21:59:25.420Z | [ recovery-image] Dec 20 21:59:23.249 INFO O| Dec 20 21:59:23.249 INFO STEP 820 (remove_files) COMPLETE |
6784 | 2024-12-20T21:59:25.420Z | [ recovery-image] Dec 20 21:59:23.249 INFO O| Dec 20 21:59:23.249 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6785 | 2024-12-20T21:59:25.440Z | [ recovery-image] Dec 20 21:59:23.269 INFO O| Dec 20 21:59:23.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6786 | 2024-12-20T21:59:25.441Z | [ recovery-image] Dec 20 21:59:23.269 INFO O| Dec 20 21:59:23.269 INFO STEP 821 (remove_files) COMPLETE |
6787 | 2024-12-20T21:59:25.441Z | [ recovery-image] Dec 20 21:59:23.270 INFO O| Dec 20 21:59:23.269 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6788 | 2024-12-20T21:59:25.458Z | [ recovery-image] Dec 20 21:59:23.287 INFO O| Dec 20 21:59:23.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6789 | 2024-12-20T21:59:25.459Z | [ recovery-image] Dec 20 21:59:23.287 INFO O| Dec 20 21:59:23.287 INFO STEP 822 (remove_files) COMPLETE |
6790 | 2024-12-20T21:59:25.459Z | [ recovery-image] Dec 20 21:59:23.288 INFO O| Dec 20 21:59:23.287 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6791 | 2024-12-20T21:59:25.476Z | [ recovery-image] Dec 20 21:59:23.306 INFO O| Dec 20 21:59:23.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6792 | 2024-12-20T21:59:25.476Z | [ recovery-image] Dec 20 21:59:23.306 INFO O| Dec 20 21:59:23.306 INFO STEP 823 (remove_files) COMPLETE |
6793 | 2024-12-20T21:59:25.476Z | [ recovery-image] Dec 20 21:59:23.306 INFO O| Dec 20 21:59:23.306 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6794 | 2024-12-20T21:59:25.564Z | [ recovery-image] Dec 20 21:59:23.393 INFO O| Dec 20 21:59:23.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6795 | 2024-12-20T21:59:25.564Z | [ recovery-image] Dec 20 21:59:23.393 INFO O| Dec 20 21:59:23.393 INFO STEP 824 (remove_files) COMPLETE |
6796 | 2024-12-20T21:59:25.566Z | [ recovery-image] Dec 20 21:59:23.393 INFO O| Dec 20 21:59:23.393 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6797 | 2024-12-20T21:59:25.583Z | [ recovery-image] Dec 20 21:59:23.411 INFO O| Dec 20 21:59:23.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6798 | 2024-12-20T21:59:25.583Z | [ recovery-image] Dec 20 21:59:23.411 INFO O| Dec 20 21:59:23.411 INFO STEP 825 (remove_files) COMPLETE |
6799 | 2024-12-20T21:59:25.583Z | [ recovery-image] Dec 20 21:59:23.412 INFO O| Dec 20 21:59:23.411 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6800 | 2024-12-20T21:59:25.627Z | [ recovery-image] Dec 20 21:59:23.456 INFO O| Dec 20 21:59:23.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6801 | 2024-12-20T21:59:25.627Z | [ recovery-image] Dec 20 21:59:23.456 INFO O| Dec 20 21:59:23.456 INFO STEP 826 (remove_files) COMPLETE |
6802 | 2024-12-20T21:59:25.630Z | [ recovery-image] Dec 20 21:59:23.456 INFO O| Dec 20 21:59:23.456 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6803 | 2024-12-20T21:59:25.682Z | [ recovery-image] Dec 20 21:59:23.511 INFO O| Dec 20 21:59:23.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6804 | 2024-12-20T21:59:25.682Z | [ recovery-image] Dec 20 21:59:23.511 INFO O| Dec 20 21:59:23.511 INFO STEP 827 (remove_files) COMPLETE |
6805 | 2024-12-20T21:59:25.682Z | [ recovery-image] Dec 20 21:59:23.511 INFO O| Dec 20 21:59:23.511 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6806 | 2024-12-20T21:59:25.703Z | [ recovery-image] Dec 20 21:59:23.532 INFO O| Dec 20 21:59:23.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6807 | 2024-12-20T21:59:25.703Z | [ recovery-image] Dec 20 21:59:23.532 INFO O| Dec 20 21:59:23.532 INFO STEP 828 (remove_files) COMPLETE |
6808 | 2024-12-20T21:59:25.703Z | [ recovery-image] Dec 20 21:59:23.532 INFO O| Dec 20 21:59:23.532 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6809 | 2024-12-20T21:59:25.747Z | [ recovery-image] Dec 20 21:59:23.576 INFO O| Dec 20 21:59:23.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6810 | 2024-12-20T21:59:25.747Z | [ recovery-image] Dec 20 21:59:23.576 INFO O| Dec 20 21:59:23.576 INFO STEP 829 (remove_files) COMPLETE |
6811 | 2024-12-20T21:59:25.747Z | [ recovery-image] Dec 20 21:59:23.576 INFO O| Dec 20 21:59:23.576 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6812 | 2024-12-20T21:59:25.787Z | [ recovery-image] Dec 20 21:59:23.616 INFO O| Dec 20 21:59:23.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6813 | 2024-12-20T21:59:25.787Z | [ recovery-image] Dec 20 21:59:23.616 INFO O| Dec 20 21:59:23.616 INFO STEP 830 (remove_files) COMPLETE |
6814 | 2024-12-20T21:59:25.790Z | [ recovery-image] Dec 20 21:59:23.616 INFO O| Dec 20 21:59:23.616 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6815 | 2024-12-20T21:59:25.806Z | [ recovery-image] Dec 20 21:59:23.635 INFO O| Dec 20 21:59:23.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6816 | 2024-12-20T21:59:25.806Z | [ recovery-image] Dec 20 21:59:23.635 INFO O| Dec 20 21:59:23.635 INFO STEP 831 (remove_files) COMPLETE |
6817 | 2024-12-20T21:59:25.806Z | [ recovery-image] Dec 20 21:59:23.635 INFO O| Dec 20 21:59:23.635 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6818 | 2024-12-20T21:59:25.837Z | [ recovery-image] Dec 20 21:59:23.666 INFO O| Dec 20 21:59:23.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6819 | 2024-12-20T21:59:25.837Z | [ recovery-image] Dec 20 21:59:23.666 INFO O| Dec 20 21:59:23.666 INFO STEP 832 (remove_files) COMPLETE |
6820 | 2024-12-20T21:59:25.837Z | [ recovery-image] Dec 20 21:59:23.666 INFO O| Dec 20 21:59:23.666 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6821 | 2024-12-20T21:59:25.857Z | [ recovery-image] Dec 20 21:59:23.686 INFO O| Dec 20 21:59:23.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6822 | 2024-12-20T21:59:25.857Z | [ recovery-image] Dec 20 21:59:23.686 INFO O| Dec 20 21:59:23.686 INFO STEP 833 (remove_files) COMPLETE |
6823 | 2024-12-20T21:59:25.857Z | [ recovery-image] Dec 20 21:59:23.686 INFO O| Dec 20 21:59:23.686 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6824 | 2024-12-20T21:59:25.903Z | [ recovery-image] Dec 20 21:59:23.732 INFO O| Dec 20 21:59:23.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6825 | 2024-12-20T21:59:25.903Z | [ recovery-image] Dec 20 21:59:23.733 INFO O| Dec 20 21:59:23.733 INFO STEP 834 (remove_files) COMPLETE |
6826 | 2024-12-20T21:59:25.903Z | [ recovery-image] Dec 20 21:59:23.733 INFO O| Dec 20 21:59:23.733 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6827 | 2024-12-20T21:59:25.947Z | [ recovery-image] Dec 20 21:59:23.777 INFO O| Dec 20 21:59:23.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6828 | 2024-12-20T21:59:25.947Z | [ recovery-image] Dec 20 21:59:23.777 INFO O| Dec 20 21:59:23.777 INFO STEP 835 (remove_files) COMPLETE |
6829 | 2024-12-20T21:59:25.950Z | [ recovery-image] Dec 20 21:59:23.777 INFO O| Dec 20 21:59:23.777 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6830 | 2024-12-20T21:59:25.983Z | [ recovery-image] Dec 20 21:59:23.811 INFO O| Dec 20 21:59:23.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6831 | 2024-12-20T21:59:25.983Z | [ recovery-image] Dec 20 21:59:23.811 INFO O| Dec 20 21:59:23.811 INFO STEP 836 (remove_files) COMPLETE |
6832 | 2024-12-20T21:59:25.983Z | [ recovery-image] Dec 20 21:59:23.811 INFO O| Dec 20 21:59:23.811 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6833 | 2024-12-20T21:59:26.054Z | [ recovery-image] Dec 20 21:59:23.882 INFO O| Dec 20 21:59:23.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6834 | 2024-12-20T21:59:26.054Z | [ recovery-image] Dec 20 21:59:23.882 INFO O| Dec 20 21:59:23.882 INFO STEP 837 (remove_files) COMPLETE |
6835 | 2024-12-20T21:59:26.054Z | [ recovery-image] Dec 20 21:59:23.882 INFO O| Dec 20 21:59:23.882 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6836 | 2024-12-20T21:59:26.129Z | [ recovery-image] Dec 20 21:59:23.958 INFO O| Dec 20 21:59:23.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6837 | 2024-12-20T21:59:26.129Z | [ recovery-image] Dec 20 21:59:23.958 INFO O| Dec 20 21:59:23.958 INFO STEP 838 (remove_files) COMPLETE |
6838 | 2024-12-20T21:59:26.129Z | [ recovery-image] Dec 20 21:59:23.958 INFO O| Dec 20 21:59:23.958 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6839 | 2024-12-20T21:59:26.157Z | [ recovery-image] Dec 20 21:59:23.986 INFO O| Dec 20 21:59:23.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6840 | 2024-12-20T21:59:26.161Z | [ recovery-image] Dec 20 21:59:23.986 INFO O| Dec 20 21:59:23.986 INFO STEP 839 (remove_files) COMPLETE |
6841 | 2024-12-20T21:59:26.161Z | [ recovery-image] Dec 20 21:59:23.987 INFO O| Dec 20 21:59:23.986 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6842 | 2024-12-20T21:59:26.178Z | [ recovery-image] Dec 20 21:59:24.007 INFO O| Dec 20 21:59:24.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6843 | 2024-12-20T21:59:26.178Z | [ recovery-image] Dec 20 21:59:24.007 INFO O| Dec 20 21:59:24.007 INFO STEP 840 (remove_files) COMPLETE |
6844 | 2024-12-20T21:59:26.181Z | [ recovery-image] Dec 20 21:59:24.007 INFO O| Dec 20 21:59:24.007 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6845 | 2024-12-20T21:59:26.198Z | [ recovery-image] Dec 20 21:59:24.027 INFO O| Dec 20 21:59:24.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6846 | 2024-12-20T21:59:26.201Z | [ recovery-image] Dec 20 21:59:24.027 INFO O| Dec 20 21:59:24.027 INFO STEP 841 (remove_files) COMPLETE |
6847 | 2024-12-20T21:59:26.201Z | [ recovery-image] Dec 20 21:59:24.027 INFO O| Dec 20 21:59:24.027 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6848 | 2024-12-20T21:59:26.231Z | [ recovery-image] Dec 20 21:59:24.060 INFO O| Dec 20 21:59:24.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6849 | 2024-12-20T21:59:26.231Z | [ recovery-image] Dec 20 21:59:24.060 INFO O| Dec 20 21:59:24.060 INFO STEP 842 (remove_files) COMPLETE |
6850 | 2024-12-20T21:59:26.231Z | [ recovery-image] Dec 20 21:59:24.060 INFO O| Dec 20 21:59:24.060 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6851 | 2024-12-20T21:59:26.268Z | [ recovery-image] Dec 20 21:59:24.097 INFO O| Dec 20 21:59:24.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6852 | 2024-12-20T21:59:26.268Z | [ recovery-image] Dec 20 21:59:24.097 INFO O| Dec 20 21:59:24.097 INFO STEP 843 (remove_files) COMPLETE |
6853 | 2024-12-20T21:59:26.268Z | [ recovery-image] Dec 20 21:59:24.097 INFO O| Dec 20 21:59:24.097 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6854 | 2024-12-20T21:59:26.288Z | [ recovery-image] Dec 20 21:59:24.117 INFO O| Dec 20 21:59:24.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6855 | 2024-12-20T21:59:26.288Z | [ recovery-image] Dec 20 21:59:24.117 INFO O| Dec 20 21:59:24.117 INFO STEP 844 (remove_files) COMPLETE |
6856 | 2024-12-20T21:59:26.288Z | [ recovery-image] Dec 20 21:59:24.117 INFO O| Dec 20 21:59:24.117 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6857 | 2024-12-20T21:59:26.307Z | [ recovery-image] Dec 20 21:59:24.136 INFO O| Dec 20 21:59:24.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6858 | 2024-12-20T21:59:26.307Z | [ recovery-image] Dec 20 21:59:24.137 INFO O| Dec 20 21:59:24.136 INFO STEP 845 (remove_files) COMPLETE |
6859 | 2024-12-20T21:59:26.307Z | [ recovery-image] Dec 20 21:59:24.137 INFO O| Dec 20 21:59:24.136 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6860 | 2024-12-20T21:59:26.332Z | [ recovery-image] Dec 20 21:59:24.161 INFO O| Dec 20 21:59:24.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6861 | 2024-12-20T21:59:26.332Z | [ recovery-image] Dec 20 21:59:24.161 INFO O| Dec 20 21:59:24.161 INFO STEP 846 (remove_files) COMPLETE |
6862 | 2024-12-20T21:59:26.332Z | [ recovery-image] Dec 20 21:59:24.161 INFO O| Dec 20 21:59:24.161 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6863 | 2024-12-20T21:59:26.378Z | [ recovery-image] Dec 20 21:59:24.207 INFO O| Dec 20 21:59:24.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6864 | 2024-12-20T21:59:26.378Z | [ recovery-image] Dec 20 21:59:24.207 INFO O| Dec 20 21:59:24.207 INFO STEP 847 (remove_files) COMPLETE |
6865 | 2024-12-20T21:59:26.378Z | [ recovery-image] Dec 20 21:59:24.207 INFO O| Dec 20 21:59:24.207 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6866 | 2024-12-20T21:59:26.425Z | [ recovery-image] Dec 20 21:59:24.253 INFO O| Dec 20 21:59:24.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6867 | 2024-12-20T21:59:26.425Z | [ recovery-image] Dec 20 21:59:24.253 INFO O| Dec 20 21:59:24.253 INFO STEP 848 (remove_files) COMPLETE |
6868 | 2024-12-20T21:59:26.425Z | [ recovery-image] Dec 20 21:59:24.253 INFO O| Dec 20 21:59:24.253 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6869 | 2024-12-20T21:59:26.443Z | [ recovery-image] Dec 20 21:59:24.272 INFO O| Dec 20 21:59:24.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6870 | 2024-12-20T21:59:26.468Z | [ recovery-image] Dec 20 21:59:24.297 INFO O| Dec 20 21:59:24.297 INFO STEP 849 (remove_files) COMPLETE |
6871 | 2024-12-20T21:59:26.468Z | [ recovery-image] Dec 20 21:59:24.297 INFO O| Dec 20 21:59:24.297 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6872 | 2024-12-20T21:59:26.514Z | [ recovery-image] Dec 20 21:59:24.343 INFO O| Dec 20 21:59:24.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6873 | 2024-12-20T21:59:26.514Z | [ recovery-image] Dec 20 21:59:24.343 INFO O| Dec 20 21:59:24.343 INFO STEP 850 (remove_files) COMPLETE |
6874 | 2024-12-20T21:59:26.518Z | [ recovery-image] Dec 20 21:59:24.343 INFO O| Dec 20 21:59:24.343 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6875 | 2024-12-20T21:59:26.597Z | [ recovery-image] Dec 20 21:59:24.426 INFO O| Dec 20 21:59:24.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6876 | 2024-12-20T21:59:26.597Z | [ recovery-image] Dec 20 21:59:24.426 INFO O| Dec 20 21:59:24.426 INFO STEP 851 (remove_files) COMPLETE |
6877 | 2024-12-20T21:59:26.597Z | [ recovery-image] Dec 20 21:59:24.426 INFO O| Dec 20 21:59:24.426 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6878 | 2024-12-20T21:59:26.617Z | [ recovery-image] Dec 20 21:59:24.444 INFO O| Dec 20 21:59:24.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6879 | 2024-12-20T21:59:26.617Z | [ recovery-image] Dec 20 21:59:24.444 INFO O| Dec 20 21:59:24.444 INFO STEP 852 (remove_files) COMPLETE |
6880 | 2024-12-20T21:59:26.617Z | [ recovery-image] Dec 20 21:59:24.444 INFO O| Dec 20 21:59:24.444 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6881 | 2024-12-20T21:59:26.634Z | [ recovery-image] Dec 20 21:59:24.463 INFO O| Dec 20 21:59:24.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6882 | 2024-12-20T21:59:26.634Z | [ recovery-image] Dec 20 21:59:24.463 INFO O| Dec 20 21:59:24.463 INFO STEP 853 (remove_files) COMPLETE |
6883 | 2024-12-20T21:59:26.634Z | [ recovery-image] Dec 20 21:59:24.463 INFO O| Dec 20 21:59:24.463 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6884 | 2024-12-20T21:59:26.675Z | [ recovery-image] Dec 20 21:59:24.503 INFO O| Dec 20 21:59:24.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6885 | 2024-12-20T21:59:26.675Z | [ recovery-image] Dec 20 21:59:24.503 INFO O| Dec 20 21:59:24.503 INFO STEP 854 (remove_files) COMPLETE |
6886 | 2024-12-20T21:59:26.675Z | [ recovery-image] Dec 20 21:59:24.503 INFO O| Dec 20 21:59:24.503 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6887 | 2024-12-20T21:59:26.693Z | [ recovery-image] Dec 20 21:59:24.521 INFO O| Dec 20 21:59:24.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6888 | 2024-12-20T21:59:26.693Z | [ recovery-image] Dec 20 21:59:24.522 INFO O| Dec 20 21:59:24.522 INFO STEP 855 (remove_files) COMPLETE |
6889 | 2024-12-20T21:59:26.693Z | [ recovery-image] Dec 20 21:59:24.522 INFO O| Dec 20 21:59:24.522 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6890 | 2024-12-20T21:59:26.711Z | [ recovery-image] Dec 20 21:59:24.539 INFO O| Dec 20 21:59:24.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6891 | 2024-12-20T21:59:26.711Z | [ recovery-image] Dec 20 21:59:24.539 INFO O| Dec 20 21:59:24.539 INFO STEP 856 (remove_files) COMPLETE |
6892 | 2024-12-20T21:59:26.711Z | [ recovery-image] Dec 20 21:59:24.539 INFO O| Dec 20 21:59:24.539 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6893 | 2024-12-20T21:59:26.758Z | [ recovery-image] Dec 20 21:59:24.587 INFO O| Dec 20 21:59:24.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6894 | 2024-12-20T21:59:26.761Z | [ recovery-image] Dec 20 21:59:24.587 INFO O| Dec 20 21:59:24.587 INFO STEP 857 (remove_files) COMPLETE |
6895 | 2024-12-20T21:59:26.761Z | [ recovery-image] Dec 20 21:59:24.587 INFO O| Dec 20 21:59:24.587 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6896 | 2024-12-20T21:59:26.779Z | [ recovery-image] Dec 20 21:59:24.608 INFO O| Dec 20 21:59:24.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6897 | 2024-12-20T21:59:26.781Z | [ recovery-image] Dec 20 21:59:24.609 INFO O| Dec 20 21:59:24.609 INFO STEP 858 (remove_files) COMPLETE |
6898 | 2024-12-20T21:59:26.781Z | [ recovery-image] Dec 20 21:59:24.609 INFO O| Dec 20 21:59:24.609 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6899 | 2024-12-20T21:59:26.821Z | [ recovery-image] Dec 20 21:59:24.650 INFO O| Dec 20 21:59:24.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6900 | 2024-12-20T21:59:26.824Z | [ recovery-image] Dec 20 21:59:24.651 INFO O| Dec 20 21:59:24.650 INFO STEP 859 (remove_files) COMPLETE |
6901 | 2024-12-20T21:59:26.824Z | [ recovery-image] Dec 20 21:59:24.651 INFO O| Dec 20 21:59:24.651 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6902 | 2024-12-20T21:59:26.840Z | [ recovery-image] Dec 20 21:59:24.669 INFO O| Dec 20 21:59:24.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6903 | 2024-12-20T21:59:26.843Z | [ recovery-image] Dec 20 21:59:24.669 INFO O| Dec 20 21:59:24.669 INFO STEP 860 (remove_files) COMPLETE |
6904 | 2024-12-20T21:59:26.843Z | [ recovery-image] Dec 20 21:59:24.670 INFO O| Dec 20 21:59:24.670 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6905 | 2024-12-20T21:59:26.862Z | [ recovery-image] Dec 20 21:59:24.691 INFO O| Dec 20 21:59:24.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6906 | 2024-12-20T21:59:26.862Z | [ recovery-image] Dec 20 21:59:24.691 INFO O| Dec 20 21:59:24.691 INFO STEP 861 (remove_files) COMPLETE |
6907 | 2024-12-20T21:59:26.865Z | [ recovery-image] Dec 20 21:59:24.691 INFO O| Dec 20 21:59:24.691 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6908 | 2024-12-20T21:59:26.882Z | [ recovery-image] Dec 20 21:59:24.711 INFO O| Dec 20 21:59:24.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6909 | 2024-12-20T21:59:26.882Z | [ recovery-image] Dec 20 21:59:24.711 INFO O| Dec 20 21:59:24.711 INFO STEP 862 (remove_files) COMPLETE |
6910 | 2024-12-20T21:59:26.882Z | [ recovery-image] Dec 20 21:59:24.711 INFO O| Dec 20 21:59:24.711 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6911 | 2024-12-20T21:59:26.901Z | [ recovery-image] Dec 20 21:59:24.730 INFO O| Dec 20 21:59:24.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6912 | 2024-12-20T21:59:26.901Z | [ recovery-image] Dec 20 21:59:24.730 INFO O| Dec 20 21:59:24.730 INFO STEP 863 (remove_files) COMPLETE |
6913 | 2024-12-20T21:59:26.901Z | [ recovery-image] Dec 20 21:59:24.730 INFO O| Dec 20 21:59:24.730 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6914 | 2024-12-20T21:59:26.920Z | [ recovery-image] Dec 20 21:59:24.749 INFO O| Dec 20 21:59:24.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6915 | 2024-12-20T21:59:26.920Z | [ recovery-image] Dec 20 21:59:24.749 INFO O| Dec 20 21:59:24.749 INFO STEP 864 (remove_files) COMPLETE |
6916 | 2024-12-20T21:59:26.920Z | [ recovery-image] Dec 20 21:59:24.749 INFO O| Dec 20 21:59:24.749 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6917 | 2024-12-20T21:59:26.938Z | [ recovery-image] Dec 20 21:59:24.767 INFO O| Dec 20 21:59:24.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6918 | 2024-12-20T21:59:26.938Z | [ recovery-image] Dec 20 21:59:24.767 INFO O| Dec 20 21:59:24.767 INFO STEP 865 (remove_files) COMPLETE |
6919 | 2024-12-20T21:59:26.940Z | [ recovery-image] Dec 20 21:59:24.767 INFO O| Dec 20 21:59:24.767 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6920 | 2024-12-20T21:59:26.956Z | [ recovery-image] Dec 20 21:59:24.785 INFO O| Dec 20 21:59:24.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6921 | 2024-12-20T21:59:26.956Z | [ recovery-image] Dec 20 21:59:24.785 INFO O| Dec 20 21:59:24.785 INFO STEP 866 (remove_files) COMPLETE |
6922 | 2024-12-20T21:59:26.956Z | [ recovery-image] Dec 20 21:59:24.785 INFO O| Dec 20 21:59:24.785 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6923 | 2024-12-20T21:59:26.974Z | [ recovery-image] Dec 20 21:59:24.803 INFO O| Dec 20 21:59:24.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6924 | 2024-12-20T21:59:26.974Z | [ recovery-image] Dec 20 21:59:24.803 INFO O| Dec 20 21:59:24.803 INFO STEP 867 (remove_files) COMPLETE |
6925 | 2024-12-20T21:59:26.976Z | [ recovery-image] Dec 20 21:59:24.803 INFO O| Dec 20 21:59:24.803 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6926 | 2024-12-20T21:59:26.991Z | [ recovery-image] Dec 20 21:59:24.820 INFO O| Dec 20 21:59:24.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6927 | 2024-12-20T21:59:26.991Z | [ recovery-image] Dec 20 21:59:24.820 INFO O| Dec 20 21:59:24.820 INFO STEP 868 (remove_files) COMPLETE |
6928 | 2024-12-20T21:59:26.994Z | [ recovery-image] Dec 20 21:59:24.820 INFO O| Dec 20 21:59:24.820 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6929 | 2024-12-20T21:59:27.009Z | [ recovery-image] Dec 20 21:59:24.838 INFO O| Dec 20 21:59:24.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6930 | 2024-12-20T21:59:27.009Z | [ recovery-image] Dec 20 21:59:24.838 INFO O| Dec 20 21:59:24.838 INFO STEP 869 (remove_files) COMPLETE |
6931 | 2024-12-20T21:59:27.011Z | [ recovery-image] Dec 20 21:59:24.838 INFO O| Dec 20 21:59:24.838 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6932 | 2024-12-20T21:59:27.026Z | [ recovery-image] Dec 20 21:59:24.855 INFO O| Dec 20 21:59:24.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6933 | 2024-12-20T21:59:27.026Z | [ recovery-image] Dec 20 21:59:24.856 INFO O| Dec 20 21:59:24.856 INFO STEP 870 (remove_files) COMPLETE |
6934 | 2024-12-20T21:59:27.029Z | [ recovery-image] Dec 20 21:59:24.856 INFO O| Dec 20 21:59:24.856 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6935 | 2024-12-20T21:59:27.045Z | [ recovery-image] Dec 20 21:59:24.874 INFO O| Dec 20 21:59:24.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6936 | 2024-12-20T21:59:27.048Z | [ recovery-image] Dec 20 21:59:24.875 INFO O| Dec 20 21:59:24.874 INFO STEP 871 (remove_files) COMPLETE |
6937 | 2024-12-20T21:59:27.048Z | [ recovery-image] Dec 20 21:59:24.875 INFO O| Dec 20 21:59:24.875 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6938 | 2024-12-20T21:59:27.064Z | [ recovery-image] Dec 20 21:59:24.893 INFO O| Dec 20 21:59:24.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6939 | 2024-12-20T21:59:27.067Z | [ recovery-image] Dec 20 21:59:24.894 INFO O| Dec 20 21:59:24.894 INFO STEP 872 (remove_files) COMPLETE |
6940 | 2024-12-20T21:59:27.067Z | [ recovery-image] Dec 20 21:59:24.894 INFO O| Dec 20 21:59:24.894 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6941 | 2024-12-20T21:59:27.081Z | [ recovery-image] Dec 20 21:59:24.910 INFO O| Dec 20 21:59:24.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6942 | 2024-12-20T21:59:27.084Z | [ recovery-image] Dec 20 21:59:24.910 INFO O| Dec 20 21:59:24.910 INFO STEP 873 (remove_files) COMPLETE |
6943 | 2024-12-20T21:59:27.084Z | [ recovery-image] Dec 20 21:59:24.910 INFO O| Dec 20 21:59:24.910 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6944 | 2024-12-20T21:59:27.101Z | [ recovery-image] Dec 20 21:59:24.929 INFO O| Dec 20 21:59:24.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6945 | 2024-12-20T21:59:27.104Z | [ recovery-image] Dec 20 21:59:24.929 INFO O| Dec 20 21:59:24.929 INFO STEP 874 (remove_files) COMPLETE |
6946 | 2024-12-20T21:59:27.104Z | [ recovery-image] Dec 20 21:59:24.929 INFO O| Dec 20 21:59:24.929 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6947 | 2024-12-20T21:59:27.143Z | [ recovery-image] Dec 20 21:59:24.972 INFO O| Dec 20 21:59:24.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6948 | 2024-12-20T21:59:27.143Z | [ recovery-image] Dec 20 21:59:24.972 INFO O| Dec 20 21:59:24.972 INFO STEP 875 (remove_files) COMPLETE |
6949 | 2024-12-20T21:59:27.143Z | [ recovery-image] Dec 20 21:59:24.972 INFO O| Dec 20 21:59:24.972 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6950 | 2024-12-20T21:59:27.162Z | [ recovery-image] Dec 20 21:59:24.991 INFO O| Dec 20 21:59:24.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6951 | 2024-12-20T21:59:27.163Z | [ recovery-image] Dec 20 21:59:24.992 INFO O| Dec 20 21:59:24.991 INFO STEP 876 (remove_files) COMPLETE |
6952 | 2024-12-20T21:59:27.163Z | [ recovery-image] Dec 20 21:59:24.992 INFO O| Dec 20 21:59:24.992 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6953 | 2024-12-20T21:59:27.205Z | [ recovery-image] Dec 20 21:59:25.034 INFO O| Dec 20 21:59:25.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6954 | 2024-12-20T21:59:27.208Z | [ recovery-image] Dec 20 21:59:25.034 INFO O| Dec 20 21:59:25.034 INFO STEP 877 (remove_files) COMPLETE |
6955 | 2024-12-20T21:59:27.208Z | [ recovery-image] Dec 20 21:59:25.034 INFO O| Dec 20 21:59:25.034 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6956 | 2024-12-20T21:59:27.225Z | [ recovery-image] Dec 20 21:59:25.054 INFO O| Dec 20 21:59:25.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6957 | 2024-12-20T21:59:27.225Z | [ recovery-image] Dec 20 21:59:25.054 INFO O| Dec 20 21:59:25.054 INFO STEP 878 (remove_files) COMPLETE |
6958 | 2024-12-20T21:59:27.228Z | [ recovery-image] Dec 20 21:59:25.054 INFO O| Dec 20 21:59:25.054 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6959 | 2024-12-20T21:59:27.245Z | [ recovery-image] Dec 20 21:59:25.074 INFO O| Dec 20 21:59:25.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6960 | 2024-12-20T21:59:27.245Z | [ recovery-image] Dec 20 21:59:25.074 INFO O| Dec 20 21:59:25.074 INFO STEP 879 (remove_files) COMPLETE |
6961 | 2024-12-20T21:59:27.245Z | [ recovery-image] Dec 20 21:59:25.074 INFO O| Dec 20 21:59:25.074 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6962 | 2024-12-20T21:59:27.322Z | [ recovery-image] Dec 20 21:59:25.151 INFO O| Dec 20 21:59:25.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6963 | 2024-12-20T21:59:27.322Z | [ recovery-image] Dec 20 21:59:25.151 INFO O| Dec 20 21:59:25.151 INFO STEP 880 (remove_files) COMPLETE |
6964 | 2024-12-20T21:59:27.325Z | [ recovery-image] Dec 20 21:59:25.151 INFO O| Dec 20 21:59:25.151 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6965 | 2024-12-20T21:59:27.355Z | [ recovery-image] Dec 20 21:59:25.184 INFO O| Dec 20 21:59:25.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6966 | 2024-12-20T21:59:27.355Z | [ recovery-image] Dec 20 21:59:25.184 INFO O| Dec 20 21:59:25.184 INFO STEP 881 (remove_files) COMPLETE |
6967 | 2024-12-20T21:59:27.358Z | [ recovery-image] Dec 20 21:59:25.184 INFO O| Dec 20 21:59:25.184 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6968 | 2024-12-20T21:59:27.381Z | [ recovery-image] Dec 20 21:59:25.210 INFO O| Dec 20 21:59:25.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6969 | 2024-12-20T21:59:27.384Z | [ recovery-image] Dec 20 21:59:25.210 INFO O| Dec 20 21:59:25.210 INFO STEP 882 (remove_files) COMPLETE |
6970 | 2024-12-20T21:59:27.384Z | [ recovery-image] Dec 20 21:59:25.211 INFO O| Dec 20 21:59:25.211 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6971 | 2024-12-20T21:59:27.428Z | [ recovery-image] Dec 20 21:59:25.257 INFO O| Dec 20 21:59:25.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6972 | 2024-12-20T21:59:27.428Z | [ recovery-image] Dec 20 21:59:25.257 INFO O| Dec 20 21:59:25.257 INFO STEP 883 (remove_files) COMPLETE |
6973 | 2024-12-20T21:59:27.431Z | [ recovery-image] Dec 20 21:59:25.257 INFO O| Dec 20 21:59:25.257 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6974 | 2024-12-20T21:59:27.447Z | [ recovery-image] Dec 20 21:59:25.276 INFO O| Dec 20 21:59:25.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6975 | 2024-12-20T21:59:27.447Z | [ recovery-image] Dec 20 21:59:25.276 INFO O| Dec 20 21:59:25.276 INFO STEP 884 (remove_files) COMPLETE |
6976 | 2024-12-20T21:59:27.450Z | [ recovery-image] Dec 20 21:59:25.276 INFO O| Dec 20 21:59:25.276 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6977 | 2024-12-20T21:59:27.465Z | [ recovery-image] Dec 20 21:59:25.294 INFO O| Dec 20 21:59:25.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6978 | 2024-12-20T21:59:27.469Z | [ recovery-image] Dec 20 21:59:25.294 INFO O| Dec 20 21:59:25.294 INFO STEP 885 (remove_files) COMPLETE |
6979 | 2024-12-20T21:59:27.469Z | [ recovery-image] Dec 20 21:59:25.294 INFO O| Dec 20 21:59:25.294 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6980 | 2024-12-20T21:59:27.484Z | [ recovery-image] Dec 20 21:59:25.312 INFO O| Dec 20 21:59:25.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6981 | 2024-12-20T21:59:27.486Z | [ recovery-image] Dec 20 21:59:25.313 INFO O| Dec 20 21:59:25.312 INFO STEP 886 (remove_files) COMPLETE |
6982 | 2024-12-20T21:59:27.486Z | [ recovery-image] Dec 20 21:59:25.313 INFO O| Dec 20 21:59:25.313 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2024-12-20T21:59:27.501Z | [ recovery-image] Dec 20 21:59:25.330 INFO O| Dec 20 21:59:25.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6984 | 2024-12-20T21:59:27.532Z | [ recovery-image] Dec 20 21:59:25.361 INFO O| Dec 20 21:59:25.361 INFO STEP 887 (remove_files) COMPLETE |
6985 | 2024-12-20T21:59:27.532Z | [ recovery-image] Dec 20 21:59:25.361 INFO O| Dec 20 21:59:25.361 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2024-12-20T21:59:27.552Z | [ recovery-image] Dec 20 21:59:25.381 INFO O| Dec 20 21:59:25.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6987 | 2024-12-20T21:59:27.556Z | [ recovery-image] Dec 20 21:59:25.381 INFO O| Dec 20 21:59:25.381 INFO STEP 888 (remove_files) COMPLETE |
6988 | 2024-12-20T21:59:27.556Z | [ recovery-image] Dec 20 21:59:25.381 INFO O| Dec 20 21:59:25.381 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2024-12-20T21:59:27.602Z | [ recovery-image] Dec 20 21:59:25.431 INFO O| Dec 20 21:59:25.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6990 | 2024-12-20T21:59:27.605Z | [ recovery-image] Dec 20 21:59:25.431 INFO O| Dec 20 21:59:25.431 INFO STEP 889 (remove_files) COMPLETE |
6991 | 2024-12-20T21:59:27.605Z | [ recovery-image] Dec 20 21:59:25.431 INFO O| Dec 20 21:59:25.431 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2024-12-20T21:59:27.622Z | [ recovery-image] Dec 20 21:59:25.450 INFO O| Dec 20 21:59:25.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6993 | 2024-12-20T21:59:27.624Z | [ recovery-image] Dec 20 21:59:25.451 INFO O| Dec 20 21:59:25.450 INFO STEP 890 (remove_files) COMPLETE |
6994 | 2024-12-20T21:59:27.624Z | [ recovery-image] Dec 20 21:59:25.451 INFO O| Dec 20 21:59:25.451 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2024-12-20T21:59:27.642Z | [ recovery-image] Dec 20 21:59:25.469 INFO O| Dec 20 21:59:25.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6996 | 2024-12-20T21:59:27.642Z | [ recovery-image] Dec 20 21:59:25.469 INFO O| Dec 20 21:59:25.469 INFO STEP 891 (remove_files) COMPLETE |
6997 | 2024-12-20T21:59:27.644Z | [ recovery-image] Dec 20 21:59:25.470 INFO O| Dec 20 21:59:25.469 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2024-12-20T21:59:27.659Z | [ recovery-image] Dec 20 21:59:25.487 INFO O| Dec 20 21:59:25.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6999 | 2024-12-20T21:59:27.659Z | [ recovery-image] Dec 20 21:59:25.488 INFO O| Dec 20 21:59:25.487 INFO STEP 892 (remove_files) COMPLETE |
7000 | 2024-12-20T21:59:27.659Z | [ recovery-image] Dec 20 21:59:25.488 INFO O| Dec 20 21:59:25.488 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2024-12-20T21:59:27.685Z | [ recovery-image] Dec 20 21:59:25.514 INFO O| Dec 20 21:59:25.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7002 | 2024-12-20T21:59:27.686Z | [ recovery-image] Dec 20 21:59:25.514 INFO O| Dec 20 21:59:25.514 INFO STEP 893 (remove_files) COMPLETE |
7003 | 2024-12-20T21:59:27.686Z | [ recovery-image] Dec 20 21:59:25.514 INFO O| Dec 20 21:59:25.514 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7004 | 2024-12-20T21:59:27.704Z | [ recovery-image] Dec 20 21:59:25.533 INFO O| Dec 20 21:59:25.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7005 | 2024-12-20T21:59:27.704Z | [ recovery-image] Dec 20 21:59:25.533 INFO O| Dec 20 21:59:25.533 INFO STEP 894 (remove_files) COMPLETE |
7006 | 2024-12-20T21:59:27.708Z | [ recovery-image] Dec 20 21:59:25.534 INFO O| Dec 20 21:59:25.533 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7007 | 2024-12-20T21:59:27.722Z | [ recovery-image] Dec 20 21:59:25.551 INFO O| Dec 20 21:59:25.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7008 | 2024-12-20T21:59:27.722Z | [ recovery-image] Dec 20 21:59:25.551 INFO O| Dec 20 21:59:25.551 INFO STEP 895 (remove_files) COMPLETE |
7009 | 2024-12-20T21:59:27.725Z | [ recovery-image] Dec 20 21:59:25.551 INFO O| Dec 20 21:59:25.551 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7010 | 2024-12-20T21:59:27.741Z | [ recovery-image] Dec 20 21:59:25.570 INFO O| Dec 20 21:59:25.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7011 | 2024-12-20T21:59:27.742Z | [ recovery-image] Dec 20 21:59:25.570 INFO O| Dec 20 21:59:25.570 INFO STEP 896 (remove_files) COMPLETE |
7012 | 2024-12-20T21:59:27.742Z | [ recovery-image] Dec 20 21:59:25.570 INFO O| Dec 20 21:59:25.570 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7013 | 2024-12-20T21:59:27.795Z | [ recovery-image] Dec 20 21:59:25.623 INFO O| Dec 20 21:59:25.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7014 | 2024-12-20T21:59:27.795Z | [ recovery-image] Dec 20 21:59:25.624 INFO O| Dec 20 21:59:25.623 INFO STEP 897 (remove_files) COMPLETE |
7015 | 2024-12-20T21:59:27.798Z | [ recovery-image] Dec 20 21:59:25.624 INFO O| Dec 20 21:59:25.623 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7016 | 2024-12-20T21:59:27.815Z | [ recovery-image] Dec 20 21:59:25.644 INFO O| Dec 20 21:59:25.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7017 | 2024-12-20T21:59:27.815Z | [ recovery-image] Dec 20 21:59:25.644 INFO O| Dec 20 21:59:25.644 INFO STEP 898 (remove_files) COMPLETE |
7018 | 2024-12-20T21:59:27.818Z | [ recovery-image] Dec 20 21:59:25.644 INFO O| Dec 20 21:59:25.644 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7019 | 2024-12-20T21:59:27.851Z | [ recovery-image] Dec 20 21:59:25.679 INFO O| Dec 20 21:59:25.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7020 | 2024-12-20T21:59:27.853Z | [ recovery-image] Dec 20 21:59:25.680 INFO O| Dec 20 21:59:25.679 INFO STEP 899 (remove_files) COMPLETE |
7021 | 2024-12-20T21:59:27.853Z | [ recovery-image] Dec 20 21:59:25.680 INFO O| Dec 20 21:59:25.679 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7022 | 2024-12-20T21:59:27.870Z | [ recovery-image] Dec 20 21:59:25.699 INFO O| Dec 20 21:59:25.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7023 | 2024-12-20T21:59:27.870Z | [ recovery-image] Dec 20 21:59:25.699 INFO O| Dec 20 21:59:25.699 INFO STEP 900 (remove_files) COMPLETE |
7024 | 2024-12-20T21:59:27.870Z | [ recovery-image] Dec 20 21:59:25.699 INFO O| Dec 20 21:59:25.699 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2024-12-20T21:59:27.889Z | [ recovery-image] Dec 20 21:59:25.718 INFO O| Dec 20 21:59:25.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7026 | 2024-12-20T21:59:27.889Z | [ recovery-image] Dec 20 21:59:25.718 INFO O| Dec 20 21:59:25.718 INFO STEP 901 (remove_files) COMPLETE |
7027 | 2024-12-20T21:59:27.889Z | [ recovery-image] Dec 20 21:59:25.718 INFO O| Dec 20 21:59:25.718 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2024-12-20T21:59:27.908Z | [ recovery-image] Dec 20 21:59:25.737 INFO O| Dec 20 21:59:25.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7029 | 2024-12-20T21:59:27.908Z | [ recovery-image] Dec 20 21:59:25.737 INFO O| Dec 20 21:59:25.737 INFO STEP 902 (remove_files) COMPLETE |
7030 | 2024-12-20T21:59:27.911Z | [ recovery-image] Dec 20 21:59:25.737 INFO O| Dec 20 21:59:25.737 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2024-12-20T21:59:27.926Z | [ recovery-image] Dec 20 21:59:25.755 INFO O| Dec 20 21:59:25.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7032 | 2024-12-20T21:59:27.926Z | [ recovery-image] Dec 20 21:59:25.755 INFO O| Dec 20 21:59:25.755 INFO STEP 903 (remove_files) COMPLETE |
7033 | 2024-12-20T21:59:27.926Z | [ recovery-image] Dec 20 21:59:25.755 INFO O| Dec 20 21:59:25.755 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2024-12-20T21:59:27.945Z | [ recovery-image] Dec 20 21:59:25.774 INFO O| Dec 20 21:59:25.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7035 | 2024-12-20T21:59:27.945Z | [ recovery-image] Dec 20 21:59:25.774 INFO O| Dec 20 21:59:25.774 INFO STEP 904 (remove_files) COMPLETE |
7036 | 2024-12-20T21:59:27.948Z | [ recovery-image] Dec 20 21:59:25.774 INFO O| Dec 20 21:59:25.774 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2024-12-20T21:59:27.963Z | [ recovery-image] Dec 20 21:59:25.792 INFO O| Dec 20 21:59:25.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7038 | 2024-12-20T21:59:27.963Z | [ recovery-image] Dec 20 21:59:25.792 INFO O| Dec 20 21:59:25.792 INFO STEP 905 (remove_files) COMPLETE |
7039 | 2024-12-20T21:59:27.963Z | [ recovery-image] Dec 20 21:59:25.792 INFO O| Dec 20 21:59:25.792 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2024-12-20T21:59:27.981Z | [ recovery-image] Dec 20 21:59:25.810 INFO O| Dec 20 21:59:25.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7041 | 2024-12-20T21:59:27.981Z | [ recovery-image] Dec 20 21:59:25.810 INFO O| Dec 20 21:59:25.810 INFO STEP 906 (remove_files) COMPLETE |
7042 | 2024-12-20T21:59:27.981Z | [ recovery-image] Dec 20 21:59:25.810 INFO O| Dec 20 21:59:25.810 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2024-12-20T21:59:27.999Z | [ recovery-image] Dec 20 21:59:25.828 INFO O| Dec 20 21:59:25.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7044 | 2024-12-20T21:59:27.999Z | [ recovery-image] Dec 20 21:59:25.828 INFO O| Dec 20 21:59:25.828 INFO STEP 907 (remove_files) COMPLETE |
7045 | 2024-12-20T21:59:27.999Z | [ recovery-image] Dec 20 21:59:25.828 INFO O| Dec 20 21:59:25.828 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2024-12-20T21:59:28.017Z | [ recovery-image] Dec 20 21:59:25.846 INFO O| Dec 20 21:59:25.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7047 | 2024-12-20T21:59:28.017Z | [ recovery-image] Dec 20 21:59:25.846 INFO O| Dec 20 21:59:25.846 INFO STEP 908 (remove_files) COMPLETE |
7048 | 2024-12-20T21:59:28.020Z | [ recovery-image] Dec 20 21:59:25.846 INFO O| Dec 20 21:59:25.846 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2024-12-20T21:59:28.035Z | [ recovery-image] Dec 20 21:59:25.864 INFO O| Dec 20 21:59:25.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7050 | 2024-12-20T21:59:28.035Z | [ recovery-image] Dec 20 21:59:25.864 INFO O| Dec 20 21:59:25.864 INFO STEP 909 (remove_files) COMPLETE |
7051 | 2024-12-20T21:59:28.035Z | [ recovery-image] Dec 20 21:59:25.864 INFO O| Dec 20 21:59:25.864 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2024-12-20T21:59:28.054Z | [ recovery-image] Dec 20 21:59:25.882 INFO O| Dec 20 21:59:25.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7053 | 2024-12-20T21:59:28.054Z | [ recovery-image] Dec 20 21:59:25.882 INFO O| Dec 20 21:59:25.882 INFO STEP 910 (remove_files) COMPLETE |
7054 | 2024-12-20T21:59:28.054Z | [ recovery-image] Dec 20 21:59:25.882 INFO O| Dec 20 21:59:25.882 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2024-12-20T21:59:28.096Z | [ recovery-image] Dec 20 21:59:25.925 INFO O| Dec 20 21:59:25.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7056 | 2024-12-20T21:59:28.096Z | [ recovery-image] Dec 20 21:59:25.925 INFO O| Dec 20 21:59:25.925 INFO STEP 911 (remove_files) COMPLETE |
7057 | 2024-12-20T21:59:28.099Z | [ recovery-image] Dec 20 21:59:25.925 INFO O| Dec 20 21:59:25.925 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2024-12-20T21:59:28.142Z | [ recovery-image] Dec 20 21:59:25.970 INFO O| Dec 20 21:59:25.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7059 | 2024-12-20T21:59:28.142Z | [ recovery-image] Dec 20 21:59:25.970 INFO O| Dec 20 21:59:25.970 INFO STEP 912 (remove_files) COMPLETE |
7060 | 2024-12-20T21:59:28.142Z | [ recovery-image] Dec 20 21:59:25.970 INFO O| Dec 20 21:59:25.970 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2024-12-20T21:59:28.160Z | [ recovery-image] Dec 20 21:59:25.989 INFO O| Dec 20 21:59:25.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7062 | 2024-12-20T21:59:28.160Z | [ recovery-image] Dec 20 21:59:25.989 INFO O| Dec 20 21:59:25.989 INFO STEP 913 (remove_files) COMPLETE |
7063 | 2024-12-20T21:59:28.160Z | [ recovery-image] Dec 20 21:59:25.989 INFO O| Dec 20 21:59:25.989 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2024-12-20T21:59:28.180Z | [ recovery-image] Dec 20 21:59:26.007 INFO O| Dec 20 21:59:26.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7065 | 2024-12-20T21:59:28.180Z | [ recovery-image] Dec 20 21:59:26.007 INFO O| Dec 20 21:59:26.007 INFO STEP 914 (remove_files) COMPLETE |
7066 | 2024-12-20T21:59:28.180Z | [ recovery-image] Dec 20 21:59:26.007 INFO O| Dec 20 21:59:26.007 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2024-12-20T21:59:28.198Z | [ recovery-image] Dec 20 21:59:26.026 INFO O| Dec 20 21:59:26.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7068 | 2024-12-20T21:59:28.199Z | [ recovery-image] Dec 20 21:59:26.026 INFO O| Dec 20 21:59:26.026 INFO STEP 915 (remove_files) COMPLETE |
7069 | 2024-12-20T21:59:28.202Z | [ recovery-image] Dec 20 21:59:26.026 INFO O| Dec 20 21:59:26.026 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2024-12-20T21:59:28.216Z | [ recovery-image] Dec 20 21:59:26.045 INFO O| Dec 20 21:59:26.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7071 | 2024-12-20T21:59:28.216Z | [ recovery-image] Dec 20 21:59:26.045 INFO O| Dec 20 21:59:26.045 INFO STEP 916 (remove_files) COMPLETE |
7072 | 2024-12-20T21:59:28.216Z | [ recovery-image] Dec 20 21:59:26.045 INFO O| Dec 20 21:59:26.045 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2024-12-20T21:59:28.259Z | [ recovery-image] Dec 20 21:59:26.088 INFO O| Dec 20 21:59:26.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7074 | 2024-12-20T21:59:28.259Z | [ recovery-image] Dec 20 21:59:26.088 INFO O| Dec 20 21:59:26.088 INFO STEP 917 (remove_files) COMPLETE |
7075 | 2024-12-20T21:59:29.266Z | [ recovery-image] Dec 20 21:59:26.088 INFO O| Dec 20 21:59:26.088 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2024-12-20T21:59:29.271Z | [ recovery-image] Dec 20 21:59:26.144 INFO O| Dec 20 21:59:26.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7077 | 2024-12-20T21:59:29.271Z | [ recovery-image] Dec 20 21:59:26.144 INFO O| Dec 20 21:59:26.144 INFO STEP 918 (remove_files) COMPLETE |
7078 | 2024-12-20T21:59:29.271Z | [ recovery-image] Dec 20 21:59:26.144 INFO O| Dec 20 21:59:26.144 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2024-12-20T21:59:29.271Z | [ recovery-image] Dec 20 21:59:26.173 INFO O| Dec 20 21:59:26.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7080 | 2024-12-20T21:59:29.271Z | [ recovery-image] Dec 20 21:59:26.173 INFO O| Dec 20 21:59:26.173 INFO STEP 919 (remove_files) COMPLETE |
7081 | 2024-12-20T21:59:29.271Z | [ recovery-image] Dec 20 21:59:26.173 INFO O| Dec 20 21:59:26.173 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2024-12-20T21:59:29.271Z | [ recovery-image] Dec 20 21:59:26.226 INFO O| Dec 20 21:59:26.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7083 | 2024-12-20T21:59:29.271Z | [ recovery-image] Dec 20 21:59:26.226 INFO O| Dec 20 21:59:26.226 INFO STEP 920 (remove_files) COMPLETE |
7084 | 2024-12-20T21:59:29.271Z | [ recovery-image] Dec 20 21:59:26.226 INFO O| Dec 20 21:59:26.226 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2024-12-20T21:59:29.271Z | [ recovery-image] Dec 20 21:59:26.246 INFO O| Dec 20 21:59:26.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7086 | 2024-12-20T21:59:29.271Z | [ recovery-image] Dec 20 21:59:26.246 INFO O| Dec 20 21:59:26.246 INFO STEP 921 (remove_files) COMPLETE |
7087 | 2024-12-20T21:59:29.271Z | [ recovery-image] Dec 20 21:59:26.246 INFO O| Dec 20 21:59:26.246 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2024-12-20T21:59:29.271Z | [ recovery-image] Dec 20 21:59:26.291 INFO O| Dec 20 21:59:26.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7089 | 2024-12-20T21:59:29.271Z | [ recovery-image] Dec 20 21:59:26.291 INFO O| Dec 20 21:59:26.291 INFO STEP 922 (remove_files) COMPLETE |
7090 | 2024-12-20T21:59:29.272Z | [ recovery-image] Dec 20 21:59:26.291 INFO O| Dec 20 21:59:26.291 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2024-12-20T21:59:29.272Z | [ recovery-image] Dec 20 21:59:26.321 INFO O| Dec 20 21:59:26.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7092 | 2024-12-20T21:59:29.272Z | [ recovery-image] Dec 20 21:59:26.321 INFO O| Dec 20 21:59:26.321 INFO STEP 923 (remove_files) COMPLETE |
7093 | 2024-12-20T21:59:29.272Z | [ recovery-image] Dec 20 21:59:26.321 INFO O| Dec 20 21:59:26.321 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2024-12-20T21:59:29.272Z | [ recovery-image] Dec 20 21:59:26.342 INFO O| Dec 20 21:59:26.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7095 | 2024-12-20T21:59:29.272Z | [ recovery-image] Dec 20 21:59:26.342 INFO O| Dec 20 21:59:26.342 INFO STEP 924 (remove_files) COMPLETE |
7096 | 2024-12-20T21:59:29.272Z | [ recovery-image] Dec 20 21:59:26.342 INFO O| Dec 20 21:59:26.342 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2024-12-20T21:59:29.272Z | [ host-image] Dec 20 21:59:26.346 INFO O| Dec 20 21:59:26.346 INFO O| Actions: 9257/49485 actions (Installing new actions) |
7098 | 2024-12-20T21:59:29.272Z | [ recovery-image] Dec 20 21:59:26.360 INFO O| Dec 20 21:59:26.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7099 | 2024-12-20T21:59:29.272Z | [ recovery-image] Dec 20 21:59:26.360 INFO O| Dec 20 21:59:26.360 INFO STEP 925 (remove_files) COMPLETE |
7100 | 2024-12-20T21:59:29.272Z | [ recovery-image] Dec 20 21:59:26.360 INFO O| Dec 20 21:59:26.360 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7101 | 2024-12-20T21:59:29.272Z | [ recovery-image] Dec 20 21:59:26.403 INFO O| Dec 20 21:59:26.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7102 | 2024-12-20T21:59:29.272Z | [ recovery-image] Dec 20 21:59:26.403 INFO O| Dec 20 21:59:26.403 INFO STEP 926 (remove_files) COMPLETE |
7103 | 2024-12-20T21:59:29.272Z | [ recovery-image] Dec 20 21:59:26.403 INFO O| Dec 20 21:59:26.403 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7104 | 2024-12-20T21:59:29.272Z | [ recovery-image] Dec 20 21:59:26.424 INFO O| Dec 20 21:59:26.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7105 | 2024-12-20T21:59:29.272Z | [ recovery-image] Dec 20 21:59:26.424 INFO O| Dec 20 21:59:26.424 INFO STEP 927 (remove_files) COMPLETE |
7106 | 2024-12-20T21:59:29.272Z | [ recovery-image] Dec 20 21:59:26.424 INFO O| Dec 20 21:59:26.424 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7107 | 2024-12-20T21:59:29.273Z | [ recovery-image] Dec 20 21:59:26.464 INFO O| Dec 20 21:59:26.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7108 | 2024-12-20T21:59:29.273Z | [ recovery-image] Dec 20 21:59:26.464 INFO O| Dec 20 21:59:26.464 INFO STEP 928 (remove_files) COMPLETE |
7109 | 2024-12-20T21:59:29.273Z | [ recovery-image] Dec 20 21:59:26.464 INFO O| Dec 20 21:59:26.464 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7110 | 2024-12-20T21:59:29.273Z | [ recovery-image] Dec 20 21:59:26.484 INFO O| Dec 20 21:59:26.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7111 | 2024-12-20T21:59:29.273Z | [ recovery-image] Dec 20 21:59:26.484 INFO O| Dec 20 21:59:26.484 INFO STEP 929 (remove_files) COMPLETE |
7112 | 2024-12-20T21:59:29.273Z | [ recovery-image] Dec 20 21:59:26.484 INFO O| Dec 20 21:59:26.484 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7113 | 2024-12-20T21:59:29.273Z | [ recovery-image] Dec 20 21:59:26.525 INFO O| Dec 20 21:59:26.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7114 | 2024-12-20T21:59:29.273Z | [ recovery-image] Dec 20 21:59:26.525 INFO O| Dec 20 21:59:26.525 INFO STEP 930 (remove_files) COMPLETE |
7115 | 2024-12-20T21:59:29.273Z | [ recovery-image] Dec 20 21:59:26.525 INFO O| Dec 20 21:59:26.525 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7116 | 2024-12-20T21:59:29.273Z | [ recovery-image] Dec 20 21:59:26.606 INFO O| Dec 20 21:59:26.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7117 | 2024-12-20T21:59:29.273Z | [ recovery-image] Dec 20 21:59:26.606 INFO O| Dec 20 21:59:26.606 INFO STEP 931 (remove_files) COMPLETE |
7118 | 2024-12-20T21:59:29.273Z | [ recovery-image] Dec 20 21:59:26.606 INFO O| Dec 20 21:59:26.606 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7119 | 2024-12-20T21:59:29.273Z | [ recovery-image] Dec 20 21:59:26.625 INFO O| Dec 20 21:59:26.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7120 | 2024-12-20T21:59:29.273Z | [ recovery-image] Dec 20 21:59:26.625 INFO O| Dec 20 21:59:26.625 INFO STEP 932 (remove_files) COMPLETE |
7121 | 2024-12-20T21:59:29.273Z | [ recovery-image] Dec 20 21:59:26.625 INFO O| Dec 20 21:59:26.625 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7122 | 2024-12-20T21:59:29.274Z | [ recovery-image] Dec 20 21:59:26.644 INFO O| Dec 20 21:59:26.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7123 | 2024-12-20T21:59:29.274Z | [ recovery-image] Dec 20 21:59:26.644 INFO O| Dec 20 21:59:26.644 INFO STEP 933 (remove_files) COMPLETE |
7124 | 2024-12-20T21:59:29.274Z | [ recovery-image] Dec 20 21:59:26.644 INFO O| Dec 20 21:59:26.644 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7125 | 2024-12-20T21:59:29.274Z | [ recovery-image] Dec 20 21:59:26.683 INFO O| Dec 20 21:59:26.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7126 | 2024-12-20T21:59:29.274Z | [ recovery-image] Dec 20 21:59:26.683 INFO O| Dec 20 21:59:26.683 INFO STEP 934 (remove_files) COMPLETE |
7127 | 2024-12-20T21:59:29.274Z | [ recovery-image] Dec 20 21:59:26.683 INFO O| Dec 20 21:59:26.683 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7128 | 2024-12-20T21:59:29.274Z | [ recovery-image] Dec 20 21:59:26.702 INFO O| Dec 20 21:59:26.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7129 | 2024-12-20T21:59:29.274Z | [ recovery-image] Dec 20 21:59:26.702 INFO O| Dec 20 21:59:26.702 INFO STEP 935 (remove_files) COMPLETE |
7130 | 2024-12-20T21:59:29.274Z | [ recovery-image] Dec 20 21:59:26.702 INFO O| Dec 20 21:59:26.702 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7131 | 2024-12-20T21:59:29.274Z | [ recovery-image] Dec 20 21:59:26.720 INFO O| Dec 20 21:59:26.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7132 | 2024-12-20T21:59:29.274Z | [ recovery-image] Dec 20 21:59:26.720 INFO O| Dec 20 21:59:26.720 INFO STEP 936 (remove_files) COMPLETE |
7133 | 2024-12-20T21:59:29.274Z | [ recovery-image] Dec 20 21:59:26.720 INFO O| Dec 20 21:59:26.720 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7134 | 2024-12-20T21:59:29.274Z | [ recovery-image] Dec 20 21:59:26.812 INFO O| Dec 20 21:59:26.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7135 | 2024-12-20T21:59:29.274Z | [ recovery-image] Dec 20 21:59:26.812 INFO O| Dec 20 21:59:26.812 INFO STEP 937 (remove_files) COMPLETE |
7136 | 2024-12-20T21:59:29.274Z | [ recovery-image] Dec 20 21:59:26.812 INFO O| Dec 20 21:59:26.812 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7137 | 2024-12-20T21:59:29.275Z | [ recovery-image] Dec 20 21:59:26.872 INFO O| Dec 20 21:59:26.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7138 | 2024-12-20T21:59:29.275Z | [ recovery-image] Dec 20 21:59:26.873 INFO O| Dec 20 21:59:26.872 INFO STEP 938 (remove_files) COMPLETE |
7139 | 2024-12-20T21:59:29.275Z | [ recovery-image] Dec 20 21:59:26.873 INFO O| Dec 20 21:59:26.872 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7140 | 2024-12-20T21:59:29.275Z | [ recovery-image] Dec 20 21:59:26.897 INFO O| Dec 20 21:59:26.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7141 | 2024-12-20T21:59:29.275Z | [ recovery-image] Dec 20 21:59:26.897 INFO O| Dec 20 21:59:26.897 INFO STEP 939 (remove_files) COMPLETE |
7142 | 2024-12-20T21:59:29.275Z | [ recovery-image] Dec 20 21:59:26.897 INFO O| Dec 20 21:59:26.897 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7143 | 2024-12-20T21:59:29.275Z | [ recovery-image] Dec 20 21:59:26.926 INFO O| Dec 20 21:59:26.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7144 | 2024-12-20T21:59:29.275Z | [ recovery-image] Dec 20 21:59:26.926 INFO O| Dec 20 21:59:26.926 INFO STEP 940 (remove_files) COMPLETE |
7145 | 2024-12-20T21:59:29.275Z | [ recovery-image] Dec 20 21:59:26.927 INFO O| Dec 20 21:59:26.926 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7146 | 2024-12-20T21:59:29.275Z | [ recovery-image] Dec 20 21:59:26.948 INFO O| Dec 20 21:59:26.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7147 | 2024-12-20T21:59:29.275Z | [ recovery-image] Dec 20 21:59:26.948 INFO O| Dec 20 21:59:26.948 INFO STEP 941 (remove_files) COMPLETE |
7148 | 2024-12-20T21:59:29.275Z | [ recovery-image] Dec 20 21:59:26.948 INFO O| Dec 20 21:59:26.948 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7149 | 2024-12-20T21:59:29.275Z | [ recovery-image] Dec 20 21:59:26.992 INFO O| Dec 20 21:59:26.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7150 | 2024-12-20T21:59:29.275Z | [ recovery-image] Dec 20 21:59:26.992 INFO O| Dec 20 21:59:26.992 INFO STEP 942 (remove_files) COMPLETE |
7151 | 2024-12-20T21:59:29.275Z | [ recovery-image] Dec 20 21:59:26.993 INFO O| Dec 20 21:59:26.992 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7152 | 2024-12-20T21:59:29.275Z | [ recovery-image] Dec 20 21:59:27.013 INFO O| Dec 20 21:59:27.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7153 | 2024-12-20T21:59:29.276Z | [ recovery-image] Dec 20 21:59:27.013 INFO O| Dec 20 21:59:27.013 INFO STEP 943 (remove_files) COMPLETE |
7154 | 2024-12-20T21:59:29.276Z | [ recovery-image] Dec 20 21:59:27.013 INFO O| Dec 20 21:59:27.013 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7155 | 2024-12-20T21:59:29.276Z | [ recovery-image] Dec 20 21:59:27.053 INFO O| Dec 20 21:59:27.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7156 | 2024-12-20T21:59:29.276Z | [ recovery-image] Dec 20 21:59:27.053 INFO O| Dec 20 21:59:27.053 INFO STEP 944 (remove_files) COMPLETE |
7157 | 2024-12-20T21:59:29.276Z | [ recovery-image] Dec 20 21:59:27.053 INFO O| Dec 20 21:59:27.053 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7158 | 2024-12-20T21:59:29.276Z | [ recovery-image] Dec 20 21:59:27.074 INFO O| Dec 20 21:59:27.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7159 | 2024-12-20T21:59:29.276Z | [ recovery-image] Dec 20 21:59:27.074 INFO O| Dec 20 21:59:27.074 INFO STEP 945 (remove_files) COMPLETE |
7160 | 2024-12-20T21:59:29.276Z | [ recovery-image] Dec 20 21:59:27.074 INFO O| Dec 20 21:59:27.074 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7161 | 2024-12-20T21:59:29.276Z | [ recovery-image] Dec 20 21:59:27.096 INFO O| Dec 20 21:59:27.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7162 | 2024-12-20T21:59:29.276Z | [ recovery-image] Dec 20 21:59:27.096 INFO O| Dec 20 21:59:27.096 INFO STEP 946 (remove_files) COMPLETE |
7163 | 2024-12-20T21:59:29.276Z | [ recovery-image] Dec 20 21:59:27.096 INFO O| Dec 20 21:59:27.096 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7164 | 2024-12-20T21:59:29.317Z | [ recovery-image] Dec 20 21:59:27.146 INFO O| Dec 20 21:59:27.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7165 | 2024-12-20T21:59:29.318Z | [ recovery-image] Dec 20 21:59:27.146 INFO O| Dec 20 21:59:27.146 INFO STEP 947 (remove_files) COMPLETE |
7166 | 2024-12-20T21:59:29.320Z | [ recovery-image] Dec 20 21:59:27.146 INFO O| Dec 20 21:59:27.146 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7167 | 2024-12-20T21:59:29.354Z | [ recovery-image] Dec 20 21:59:27.182 INFO O| Dec 20 21:59:27.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7168 | 2024-12-20T21:59:29.354Z | [ recovery-image] Dec 20 21:59:27.182 INFO O| Dec 20 21:59:27.182 INFO STEP 948 (remove_files) COMPLETE |
7169 | 2024-12-20T21:59:29.357Z | [ recovery-image] Dec 20 21:59:27.182 INFO O| Dec 20 21:59:27.182 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7170 | 2024-12-20T21:59:29.395Z | [ recovery-image] Dec 20 21:59:27.223 INFO O| Dec 20 21:59:27.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7171 | 2024-12-20T21:59:29.395Z | [ recovery-image] Dec 20 21:59:27.223 INFO O| Dec 20 21:59:27.223 INFO STEP 949 (remove_files) COMPLETE |
7172 | 2024-12-20T21:59:29.395Z | [ recovery-image] Dec 20 21:59:27.223 INFO O| Dec 20 21:59:27.223 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7173 | 2024-12-20T21:59:29.474Z | [ recovery-image] Dec 20 21:59:27.302 INFO O| Dec 20 21:59:27.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7174 | 2024-12-20T21:59:29.474Z | [ recovery-image] Dec 20 21:59:27.302 INFO O| Dec 20 21:59:27.302 INFO STEP 950 (remove_files) COMPLETE |
7175 | 2024-12-20T21:59:29.474Z | [ recovery-image] Dec 20 21:59:27.302 INFO O| Dec 20 21:59:27.302 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7176 | 2024-12-20T21:59:29.514Z | [ recovery-image] Dec 20 21:59:27.342 INFO O| Dec 20 21:59:27.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7177 | 2024-12-20T21:59:29.516Z | [ recovery-image] Dec 20 21:59:27.342 INFO O| Dec 20 21:59:27.342 INFO STEP 951 (remove_files) COMPLETE |
7178 | 2024-12-20T21:59:29.517Z | [ recovery-image] Dec 20 21:59:27.342 INFO O| Dec 20 21:59:27.342 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7179 | 2024-12-20T21:59:29.533Z | [ recovery-image] Dec 20 21:59:27.361 INFO O| Dec 20 21:59:27.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7180 | 2024-12-20T21:59:29.533Z | [ recovery-image] Dec 20 21:59:27.361 INFO O| Dec 20 21:59:27.361 INFO STEP 952 (remove_files) COMPLETE |
7181 | 2024-12-20T21:59:29.535Z | [ recovery-image] Dec 20 21:59:27.361 INFO O| Dec 20 21:59:27.361 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7182 | 2024-12-20T21:59:29.552Z | [ recovery-image] Dec 20 21:59:27.381 INFO O| Dec 20 21:59:27.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7183 | 2024-12-20T21:59:29.552Z | [ recovery-image] Dec 20 21:59:27.381 INFO O| Dec 20 21:59:27.381 INFO STEP 953 (remove_files) COMPLETE |
7184 | 2024-12-20T21:59:29.552Z | [ recovery-image] Dec 20 21:59:27.381 INFO O| Dec 20 21:59:27.381 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7185 | 2024-12-20T21:59:29.575Z | [ recovery-image] Dec 20 21:59:27.403 INFO O| Dec 20 21:59:27.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7186 | 2024-12-20T21:59:29.577Z | [ recovery-image] Dec 20 21:59:27.403 INFO O| Dec 20 21:59:27.403 INFO STEP 954 (remove_files) COMPLETE |
7187 | 2024-12-20T21:59:29.578Z | [ recovery-image] Dec 20 21:59:27.404 INFO O| Dec 20 21:59:27.403 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7188 | 2024-12-20T21:59:29.733Z | [ recovery-image] Dec 20 21:59:27.561 INFO O| Dec 20 21:59:27.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7189 | 2024-12-20T21:59:29.733Z | [ recovery-image] Dec 20 21:59:27.561 INFO O| Dec 20 21:59:27.561 INFO STEP 955 (remove_files) COMPLETE |
7190 | 2024-12-20T21:59:29.733Z | [ recovery-image] Dec 20 21:59:27.561 INFO O| Dec 20 21:59:27.561 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7191 | 2024-12-20T21:59:29.753Z | [ recovery-image] Dec 20 21:59:27.581 INFO O| Dec 20 21:59:27.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7192 | 2024-12-20T21:59:29.753Z | [ recovery-image] Dec 20 21:59:27.581 INFO O| Dec 20 21:59:27.581 INFO STEP 956 (remove_files) COMPLETE |
7193 | 2024-12-20T21:59:29.753Z | [ recovery-image] Dec 20 21:59:27.581 INFO O| Dec 20 21:59:27.581 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7194 | 2024-12-20T21:59:29.772Z | [ recovery-image] Dec 20 21:59:27.600 INFO O| Dec 20 21:59:27.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7195 | 2024-12-20T21:59:29.772Z | [ recovery-image] Dec 20 21:59:27.600 INFO O| Dec 20 21:59:27.600 INFO STEP 957 (remove_files) COMPLETE |
7196 | 2024-12-20T21:59:29.772Z | [ recovery-image] Dec 20 21:59:27.600 INFO O| Dec 20 21:59:27.600 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7197 | 2024-12-20T21:59:29.790Z | [ recovery-image] Dec 20 21:59:27.618 INFO O| Dec 20 21:59:27.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7198 | 2024-12-20T21:59:29.790Z | [ recovery-image] Dec 20 21:59:27.618 INFO O| Dec 20 21:59:27.618 INFO STEP 958 (remove_files) COMPLETE |
7199 | 2024-12-20T21:59:29.792Z | [ recovery-image] Dec 20 21:59:27.618 INFO O| Dec 20 21:59:27.618 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7200 | 2024-12-20T21:59:29.810Z | [ recovery-image] Dec 20 21:59:27.637 INFO O| Dec 20 21:59:27.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7201 | 2024-12-20T21:59:29.810Z | [ recovery-image] Dec 20 21:59:27.637 INFO O| Dec 20 21:59:27.637 INFO STEP 959 (remove_files) COMPLETE |
7202 | 2024-12-20T21:59:29.810Z | [ recovery-image] Dec 20 21:59:27.637 INFO O| Dec 20 21:59:27.637 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7203 | 2024-12-20T21:59:29.827Z | [ recovery-image] Dec 20 21:59:27.656 INFO O| Dec 20 21:59:27.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7204 | 2024-12-20T21:59:29.827Z | [ recovery-image] Dec 20 21:59:27.656 INFO O| Dec 20 21:59:27.656 INFO STEP 960 (remove_files) COMPLETE |
7205 | 2024-12-20T21:59:29.827Z | [ recovery-image] Dec 20 21:59:27.656 INFO O| Dec 20 21:59:27.656 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7206 | 2024-12-20T21:59:29.864Z | [ recovery-image] Dec 20 21:59:27.691 INFO O| Dec 20 21:59:27.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7207 | 2024-12-20T21:59:29.864Z | [ recovery-image] Dec 20 21:59:27.691 INFO O| Dec 20 21:59:27.691 INFO STEP 961 (remove_files) COMPLETE |
7208 | 2024-12-20T21:59:29.867Z | [ recovery-image] Dec 20 21:59:27.691 INFO O| Dec 20 21:59:27.691 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7209 | 2024-12-20T21:59:29.884Z | [ recovery-image] Dec 20 21:59:27.712 INFO O| Dec 20 21:59:27.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7210 | 2024-12-20T21:59:29.884Z | [ recovery-image] Dec 20 21:59:27.712 INFO O| Dec 20 21:59:27.712 INFO STEP 962 (remove_files) COMPLETE |
7211 | 2024-12-20T21:59:29.884Z | [ recovery-image] Dec 20 21:59:27.712 INFO O| Dec 20 21:59:27.712 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7212 | 2024-12-20T21:59:29.915Z | [ recovery-image] Dec 20 21:59:27.743 INFO O| Dec 20 21:59:27.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7213 | 2024-12-20T21:59:29.915Z | [ recovery-image] Dec 20 21:59:27.743 INFO O| Dec 20 21:59:27.743 INFO STEP 963 (remove_files) COMPLETE |
7214 | 2024-12-20T21:59:29.915Z | [ recovery-image] Dec 20 21:59:27.743 INFO O| Dec 20 21:59:27.743 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7215 | 2024-12-20T21:59:29.935Z | [ recovery-image] Dec 20 21:59:27.763 INFO O| Dec 20 21:59:27.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7216 | 2024-12-20T21:59:29.935Z | [ recovery-image] Dec 20 21:59:27.763 INFO O| Dec 20 21:59:27.763 INFO STEP 964 (remove_files) COMPLETE |
7217 | 2024-12-20T21:59:29.938Z | [ recovery-image] Dec 20 21:59:27.763 INFO O| Dec 20 21:59:27.763 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7218 | 2024-12-20T21:59:29.953Z | [ recovery-image] Dec 20 21:59:27.782 INFO O| Dec 20 21:59:27.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7219 | 2024-12-20T21:59:29.953Z | [ recovery-image] Dec 20 21:59:27.782 INFO O| Dec 20 21:59:27.782 INFO STEP 965 (remove_files) COMPLETE |
7220 | 2024-12-20T21:59:29.956Z | [ recovery-image] Dec 20 21:59:27.782 INFO O| Dec 20 21:59:27.782 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7221 | 2024-12-20T21:59:29.971Z | [ recovery-image] Dec 20 21:59:27.799 INFO O| Dec 20 21:59:27.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7222 | 2024-12-20T21:59:29.971Z | [ recovery-image] Dec 20 21:59:27.799 INFO O| Dec 20 21:59:27.799 INFO STEP 966 (remove_files) COMPLETE |
7223 | 2024-12-20T21:59:29.974Z | [ recovery-image] Dec 20 21:59:27.799 INFO O| Dec 20 21:59:27.799 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7224 | 2024-12-20T21:59:29.989Z | [ recovery-image] Dec 20 21:59:27.817 INFO O| Dec 20 21:59:27.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7225 | 2024-12-20T21:59:29.989Z | [ recovery-image] Dec 20 21:59:27.817 INFO O| Dec 20 21:59:27.817 INFO STEP 967 (remove_files) COMPLETE |
7226 | 2024-12-20T21:59:29.989Z | [ recovery-image] Dec 20 21:59:27.817 INFO O| Dec 20 21:59:27.817 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7227 | 2024-12-20T21:59:30.008Z | [ recovery-image] Dec 20 21:59:27.835 INFO O| Dec 20 21:59:27.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7228 | 2024-12-20T21:59:30.008Z | [ recovery-image] Dec 20 21:59:27.835 INFO O| Dec 20 21:59:27.835 INFO STEP 968 (remove_files) COMPLETE |
7229 | 2024-12-20T21:59:30.008Z | [ recovery-image] Dec 20 21:59:27.835 INFO O| Dec 20 21:59:27.835 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7230 | 2024-12-20T21:59:30.062Z | [ recovery-image] Dec 20 21:59:27.891 INFO O| Dec 20 21:59:27.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7231 | 2024-12-20T21:59:30.065Z | [ recovery-image] Dec 20 21:59:27.891 INFO O| Dec 20 21:59:27.891 INFO STEP 969 (remove_files) COMPLETE |
7232 | 2024-12-20T21:59:30.065Z | [ recovery-image] Dec 20 21:59:27.891 INFO O| Dec 20 21:59:27.891 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7233 | 2024-12-20T21:59:30.080Z | [ recovery-image] Dec 20 21:59:27.908 INFO O| Dec 20 21:59:27.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7234 | 2024-12-20T21:59:30.083Z | [ recovery-image] Dec 20 21:59:27.908 INFO O| Dec 20 21:59:27.908 INFO STEP 970 (remove_files) COMPLETE |
7235 | 2024-12-20T21:59:30.083Z | [ recovery-image] Dec 20 21:59:27.909 INFO O| Dec 20 21:59:27.908 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7236 | 2024-12-20T21:59:30.096Z | [ recovery-image] Dec 20 21:59:27.925 INFO O| Dec 20 21:59:27.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7237 | 2024-12-20T21:59:30.099Z | [ recovery-image] Dec 20 21:59:27.925 INFO O| Dec 20 21:59:27.925 INFO STEP 971 (remove_files) COMPLETE |
7238 | 2024-12-20T21:59:30.099Z | [ recovery-image] Dec 20 21:59:27.925 INFO O| Dec 20 21:59:27.925 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7239 | 2024-12-20T21:59:30.116Z | [ recovery-image] Dec 20 21:59:27.944 INFO O| Dec 20 21:59:27.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7240 | 2024-12-20T21:59:30.116Z | [ recovery-image] Dec 20 21:59:27.944 INFO O| Dec 20 21:59:27.944 INFO STEP 972 (remove_files) COMPLETE |
7241 | 2024-12-20T21:59:30.119Z | [ recovery-image] Dec 20 21:59:27.945 INFO O| Dec 20 21:59:27.945 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7242 | 2024-12-20T21:59:30.135Z | [ recovery-image] Dec 20 21:59:27.963 INFO O| Dec 20 21:59:27.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7243 | 2024-12-20T21:59:30.135Z | [ recovery-image] Dec 20 21:59:27.963 INFO O| Dec 20 21:59:27.963 INFO STEP 973 (remove_files) COMPLETE |
7244 | 2024-12-20T21:59:30.138Z | [ recovery-image] Dec 20 21:59:27.964 INFO O| Dec 20 21:59:27.963 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7245 | 2024-12-20T21:59:30.154Z | [ recovery-image] Dec 20 21:59:27.982 INFO O| Dec 20 21:59:27.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7246 | 2024-12-20T21:59:30.157Z | [ recovery-image] Dec 20 21:59:27.982 INFO O| Dec 20 21:59:27.982 INFO STEP 974 (remove_files) COMPLETE |
7247 | 2024-12-20T21:59:30.157Z | [ recovery-image] Dec 20 21:59:27.982 INFO O| Dec 20 21:59:27.982 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7248 | 2024-12-20T21:59:30.173Z | [ recovery-image] Dec 20 21:59:28.002 INFO O| Dec 20 21:59:28.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7249 | 2024-12-20T21:59:30.173Z | [ recovery-image] Dec 20 21:59:28.002 INFO O| Dec 20 21:59:28.002 INFO STEP 975 (remove_files) COMPLETE |
7250 | 2024-12-20T21:59:30.174Z | [ recovery-image] Dec 20 21:59:28.002 INFO O| Dec 20 21:59:28.002 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7251 | 2024-12-20T21:59:30.261Z | [ recovery-image] Dec 20 21:59:28.089 INFO O| Dec 20 21:59:28.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7252 | 2024-12-20T21:59:30.261Z | [ recovery-image] Dec 20 21:59:28.089 INFO O| Dec 20 21:59:28.089 INFO STEP 976 (remove_files) COMPLETE |
7253 | 2024-12-20T21:59:30.263Z | [ recovery-image] Dec 20 21:59:28.089 INFO O| Dec 20 21:59:28.089 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7254 | 2024-12-20T21:59:30.281Z | [ recovery-image] Dec 20 21:59:28.109 INFO O| Dec 20 21:59:28.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7255 | 2024-12-20T21:59:30.281Z | [ recovery-image] Dec 20 21:59:28.109 INFO O| Dec 20 21:59:28.109 INFO STEP 977 (remove_files) COMPLETE |
7256 | 2024-12-20T21:59:30.284Z | [ recovery-image] Dec 20 21:59:28.110 INFO O| Dec 20 21:59:28.109 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7257 | 2024-12-20T21:59:30.301Z | [ recovery-image] Dec 20 21:59:28.129 INFO O| Dec 20 21:59:28.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7258 | 2024-12-20T21:59:30.301Z | [ recovery-image] Dec 20 21:59:28.129 INFO O| Dec 20 21:59:28.129 INFO STEP 978 (remove_files) COMPLETE |
7259 | 2024-12-20T21:59:30.301Z | [ recovery-image] Dec 20 21:59:28.129 INFO O| Dec 20 21:59:28.129 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7260 | 2024-12-20T21:59:30.332Z | [ recovery-image] Dec 20 21:59:28.160 INFO O| Dec 20 21:59:28.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7261 | 2024-12-20T21:59:30.332Z | [ recovery-image] Dec 20 21:59:28.160 INFO O| Dec 20 21:59:28.160 INFO STEP 979 (remove_files) COMPLETE |
7262 | 2024-12-20T21:59:30.332Z | [ recovery-image] Dec 20 21:59:28.160 INFO O| Dec 20 21:59:28.160 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7263 | 2024-12-20T21:59:30.387Z | [ recovery-image] Dec 20 21:59:28.216 INFO O| Dec 20 21:59:28.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7264 | 2024-12-20T21:59:30.388Z | [ recovery-image] Dec 20 21:59:28.216 INFO O| Dec 20 21:59:28.216 INFO STEP 980 (remove_files) COMPLETE |
7265 | 2024-12-20T21:59:30.388Z | [ recovery-image] Dec 20 21:59:28.216 INFO O| Dec 20 21:59:28.216 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7266 | 2024-12-20T21:59:30.436Z | [ recovery-image] Dec 20 21:59:28.264 INFO O| Dec 20 21:59:28.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7267 | 2024-12-20T21:59:30.436Z | [ recovery-image] Dec 20 21:59:28.264 INFO O| Dec 20 21:59:28.264 INFO STEP 981 (remove_files) COMPLETE |
7268 | 2024-12-20T21:59:30.439Z | [ recovery-image] Dec 20 21:59:28.264 INFO O| Dec 20 21:59:28.264 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7269 | 2024-12-20T21:59:30.457Z | [ recovery-image] Dec 20 21:59:28.285 INFO O| Dec 20 21:59:28.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7270 | 2024-12-20T21:59:30.457Z | [ recovery-image] Dec 20 21:59:28.285 INFO O| Dec 20 21:59:28.285 INFO STEP 982 (remove_files) COMPLETE |
7271 | 2024-12-20T21:59:30.457Z | [ recovery-image] Dec 20 21:59:28.285 INFO O| Dec 20 21:59:28.285 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7272 | 2024-12-20T21:59:30.476Z | [ recovery-image] Dec 20 21:59:28.303 INFO O| Dec 20 21:59:28.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7273 | 2024-12-20T21:59:30.476Z | [ recovery-image] Dec 20 21:59:28.303 INFO O| Dec 20 21:59:28.303 INFO STEP 983 (remove_files) COMPLETE |
7274 | 2024-12-20T21:59:30.476Z | [ recovery-image] Dec 20 21:59:28.303 INFO O| Dec 20 21:59:28.303 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7275 | 2024-12-20T21:59:30.496Z | [ recovery-image] Dec 20 21:59:28.323 INFO O| Dec 20 21:59:28.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7276 | 2024-12-20T21:59:30.496Z | [ recovery-image] Dec 20 21:59:28.323 INFO O| Dec 20 21:59:28.323 INFO STEP 984 (remove_files) COMPLETE |
7277 | 2024-12-20T21:59:30.496Z | [ recovery-image] Dec 20 21:59:28.323 INFO O| Dec 20 21:59:28.323 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7278 | 2024-12-20T21:59:30.516Z | [ recovery-image] Dec 20 21:59:28.344 INFO O| Dec 20 21:59:28.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7279 | 2024-12-20T21:59:30.516Z | [ recovery-image] Dec 20 21:59:28.344 INFO O| Dec 20 21:59:28.344 INFO STEP 985 (remove_files) COMPLETE |
7280 | 2024-12-20T21:59:30.519Z | [ recovery-image] Dec 20 21:59:28.344 INFO O| Dec 20 21:59:28.344 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7281 | 2024-12-20T21:59:30.536Z | [ recovery-image] Dec 20 21:59:28.364 INFO O| Dec 20 21:59:28.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7282 | 2024-12-20T21:59:30.536Z | [ recovery-image] Dec 20 21:59:28.364 INFO O| Dec 20 21:59:28.364 INFO STEP 986 (remove_files) COMPLETE |
7283 | 2024-12-20T21:59:30.536Z | [ recovery-image] Dec 20 21:59:28.364 INFO O| Dec 20 21:59:28.364 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7284 | 2024-12-20T21:59:30.557Z | [ recovery-image] Dec 20 21:59:28.384 INFO O| Dec 20 21:59:28.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7285 | 2024-12-20T21:59:30.557Z | [ recovery-image] Dec 20 21:59:28.384 INFO O| Dec 20 21:59:28.384 INFO STEP 987 (remove_files) COMPLETE |
7286 | 2024-12-20T21:59:30.560Z | [ recovery-image] Dec 20 21:59:28.384 INFO O| Dec 20 21:59:28.384 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7287 | 2024-12-20T21:59:30.578Z | [ recovery-image] Dec 20 21:59:28.407 INFO O| Dec 20 21:59:28.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7288 | 2024-12-20T21:59:30.578Z | [ recovery-image] Dec 20 21:59:28.407 INFO O| Dec 20 21:59:28.407 INFO STEP 988 (remove_files) COMPLETE |
7289 | 2024-12-20T21:59:30.581Z | [ recovery-image] Dec 20 21:59:28.407 INFO O| Dec 20 21:59:28.407 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7290 | 2024-12-20T21:59:30.606Z | [ recovery-image] Dec 20 21:59:28.434 INFO O| Dec 20 21:59:28.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7291 | 2024-12-20T21:59:30.606Z | [ recovery-image] Dec 20 21:59:28.434 INFO O| Dec 20 21:59:28.434 INFO STEP 989 (remove_files) COMPLETE |
7292 | 2024-12-20T21:59:30.608Z | [ recovery-image] Dec 20 21:59:28.434 INFO O| Dec 20 21:59:28.434 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7293 | 2024-12-20T21:59:30.661Z | [ recovery-image] Dec 20 21:59:28.489 INFO O| Dec 20 21:59:28.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7294 | 2024-12-20T21:59:30.664Z | [ recovery-image] Dec 20 21:59:28.489 INFO O| Dec 20 21:59:28.489 INFO STEP 990 (remove_files) COMPLETE |
7295 | 2024-12-20T21:59:30.664Z | [ recovery-image] Dec 20 21:59:28.489 INFO O| Dec 20 21:59:28.489 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7296 | 2024-12-20T21:59:30.723Z | [ recovery-image] Dec 20 21:59:28.551 INFO O| Dec 20 21:59:28.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7297 | 2024-12-20T21:59:30.723Z | [ recovery-image] Dec 20 21:59:28.551 INFO O| Dec 20 21:59:28.551 INFO STEP 991 (remove_files) COMPLETE |
7298 | 2024-12-20T21:59:30.723Z | [ recovery-image] Dec 20 21:59:28.551 INFO O| Dec 20 21:59:28.551 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7299 | 2024-12-20T21:59:30.786Z | [ recovery-image] Dec 20 21:59:28.614 INFO O| Dec 20 21:59:28.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7300 | 2024-12-20T21:59:30.786Z | [ recovery-image] Dec 20 21:59:28.614 INFO O| Dec 20 21:59:28.614 INFO STEP 992 (remove_files) COMPLETE |
7301 | 2024-12-20T21:59:30.786Z | [ recovery-image] Dec 20 21:59:28.614 INFO O| Dec 20 21:59:28.614 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7302 | 2024-12-20T21:59:30.822Z | [ recovery-image] Dec 20 21:59:28.649 INFO O| Dec 20 21:59:28.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7303 | 2024-12-20T21:59:30.824Z | [ recovery-image] Dec 20 21:59:28.649 INFO O| Dec 20 21:59:28.649 INFO STEP 993 (remove_files) COMPLETE |
7304 | 2024-12-20T21:59:30.824Z | [ recovery-image] Dec 20 21:59:28.649 INFO O| Dec 20 21:59:28.649 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7305 | 2024-12-20T21:59:30.841Z | [ recovery-image] Dec 20 21:59:28.670 INFO O| Dec 20 21:59:28.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7306 | 2024-12-20T21:59:30.845Z | [ recovery-image] Dec 20 21:59:28.670 INFO O| Dec 20 21:59:28.670 INFO STEP 994 (remove_files) COMPLETE |
7307 | 2024-12-20T21:59:30.845Z | [ recovery-image] Dec 20 21:59:28.670 INFO O| Dec 20 21:59:28.670 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7308 | 2024-12-20T21:59:30.863Z | [ recovery-image] Dec 20 21:59:28.691 INFO O| Dec 20 21:59:28.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7309 | 2024-12-20T21:59:30.866Z | [ recovery-image] Dec 20 21:59:28.691 INFO O| Dec 20 21:59:28.691 INFO STEP 995 (remove_files) COMPLETE |
7310 | 2024-12-20T21:59:30.866Z | [ recovery-image] Dec 20 21:59:28.691 INFO O| Dec 20 21:59:28.691 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7311 | 2024-12-20T21:59:30.882Z | [ recovery-image] Dec 20 21:59:28.710 INFO O| Dec 20 21:59:28.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7312 | 2024-12-20T21:59:30.885Z | [ recovery-image] Dec 20 21:59:28.710 INFO O| Dec 20 21:59:28.710 INFO STEP 996 (remove_files) COMPLETE |
7313 | 2024-12-20T21:59:30.885Z | [ recovery-image] Dec 20 21:59:28.710 INFO O| Dec 20 21:59:28.710 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7314 | 2024-12-20T21:59:30.924Z | [ recovery-image] Dec 20 21:59:28.752 INFO O| Dec 20 21:59:28.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7315 | 2024-12-20T21:59:30.928Z | [ recovery-image] Dec 20 21:59:28.752 INFO O| Dec 20 21:59:28.752 INFO STEP 997 (remove_files) COMPLETE |
7316 | 2024-12-20T21:59:30.928Z | [ recovery-image] Dec 20 21:59:28.752 INFO O| Dec 20 21:59:28.752 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7317 | 2024-12-20T21:59:30.945Z | [ recovery-image] Dec 20 21:59:28.773 INFO O| Dec 20 21:59:28.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7318 | 2024-12-20T21:59:30.945Z | [ recovery-image] Dec 20 21:59:28.773 INFO O| Dec 20 21:59:28.773 INFO STEP 998 (remove_files) COMPLETE |
7319 | 2024-12-20T21:59:30.947Z | [ recovery-image] Dec 20 21:59:28.773 INFO O| Dec 20 21:59:28.773 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7320 | 2024-12-20T21:59:30.965Z | [ recovery-image] Dec 20 21:59:28.792 INFO O| Dec 20 21:59:28.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7321 | 2024-12-20T21:59:30.968Z | [ recovery-image] Dec 20 21:59:28.793 INFO O| Dec 20 21:59:28.793 INFO STEP 999 (remove_files) COMPLETE |
7322 | 2024-12-20T21:59:30.968Z | [ recovery-image] Dec 20 21:59:28.793 INFO O| Dec 20 21:59:28.793 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7323 | 2024-12-20T21:59:30.984Z | [ recovery-image] Dec 20 21:59:28.812 INFO O| Dec 20 21:59:28.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7324 | 2024-12-20T21:59:30.987Z | [ recovery-image] Dec 20 21:59:28.812 INFO O| Dec 20 21:59:28.812 INFO STEP 1000 (remove_files) COMPLETE |
7325 | 2024-12-20T21:59:30.987Z | [ recovery-image] Dec 20 21:59:28.812 INFO O| Dec 20 21:59:28.812 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7326 | 2024-12-20T21:59:31.020Z | [ recovery-image] Dec 20 21:59:28.848 INFO O| Dec 20 21:59:28.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7327 | 2024-12-20T21:59:31.020Z | [ recovery-image] Dec 20 21:59:28.848 INFO O| Dec 20 21:59:28.848 INFO STEP 1001 (remove_files) COMPLETE |
7328 | 2024-12-20T21:59:31.020Z | [ recovery-image] Dec 20 21:59:28.848 INFO O| Dec 20 21:59:28.848 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7329 | 2024-12-20T21:59:31.093Z | [ recovery-image] Dec 20 21:59:28.921 INFO O| Dec 20 21:59:28.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7330 | 2024-12-20T21:59:31.093Z | [ recovery-image] Dec 20 21:59:28.921 INFO O| Dec 20 21:59:28.921 INFO STEP 1002 (remove_files) COMPLETE |
7331 | 2024-12-20T21:59:31.096Z | [ recovery-image] Dec 20 21:59:28.921 INFO O| Dec 20 21:59:28.921 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7332 | 2024-12-20T21:59:31.175Z | [ recovery-image] Dec 20 21:59:29.003 INFO O| Dec 20 21:59:29.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7333 | 2024-12-20T21:59:31.175Z | [ recovery-image] Dec 20 21:59:29.003 INFO O| Dec 20 21:59:29.003 INFO STEP 1003 (remove_files) COMPLETE |
7334 | 2024-12-20T21:59:31.177Z | [ recovery-image] Dec 20 21:59:29.003 INFO O| Dec 20 21:59:29.003 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7335 | 2024-12-20T21:59:31.195Z | [ recovery-image] Dec 20 21:59:29.022 INFO O| Dec 20 21:59:29.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7336 | 2024-12-20T21:59:31.195Z | [ recovery-image] Dec 20 21:59:29.022 INFO O| Dec 20 21:59:29.022 INFO STEP 1004 (remove_files) COMPLETE |
7337 | 2024-12-20T21:59:31.195Z | [ recovery-image] Dec 20 21:59:29.022 INFO O| Dec 20 21:59:29.022 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7338 | 2024-12-20T21:59:31.235Z | [ recovery-image] Dec 20 21:59:29.061 INFO O| Dec 20 21:59:29.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7339 | 2024-12-20T21:59:31.235Z | [ recovery-image] Dec 20 21:59:29.061 INFO O| Dec 20 21:59:29.061 INFO STEP 1005 (remove_files) COMPLETE |
7340 | 2024-12-20T21:59:31.235Z | [ recovery-image] Dec 20 21:59:29.061 INFO O| Dec 20 21:59:29.061 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7341 | 2024-12-20T21:59:31.298Z | [ recovery-image] Dec 20 21:59:29.125 INFO O| Dec 20 21:59:29.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7342 | 2024-12-20T21:59:31.298Z | [ recovery-image] Dec 20 21:59:29.125 INFO O| Dec 20 21:59:29.125 INFO STEP 1006 (remove_files) COMPLETE |
7343 | 2024-12-20T21:59:31.298Z | [ recovery-image] Dec 20 21:59:29.125 INFO O| Dec 20 21:59:29.125 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7344 | 2024-12-20T21:59:31.321Z | [ recovery-image] Dec 20 21:59:29.149 INFO O| Dec 20 21:59:29.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7345 | 2024-12-20T21:59:31.321Z | [ recovery-image] Dec 20 21:59:29.149 INFO O| Dec 20 21:59:29.149 INFO STEP 1007 (remove_files) COMPLETE |
7346 | 2024-12-20T21:59:31.321Z | [ recovery-image] Dec 20 21:59:29.149 INFO O| Dec 20 21:59:29.149 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7347 | 2024-12-20T21:59:31.353Z | [ recovery-image] Dec 20 21:59:29.180 INFO O| Dec 20 21:59:29.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7348 | 2024-12-20T21:59:31.354Z | [ recovery-image] Dec 20 21:59:29.180 INFO O| Dec 20 21:59:29.180 INFO STEP 1008 (remove_files) COMPLETE |
7349 | 2024-12-20T21:59:31.354Z | [ recovery-image] Dec 20 21:59:29.180 INFO O| Dec 20 21:59:29.180 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7350 | 2024-12-20T21:59:31.444Z | [ recovery-image] Dec 20 21:59:29.270 INFO O| Dec 20 21:59:29.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7351 | 2024-12-20T21:59:31.444Z | [ recovery-image] Dec 20 21:59:29.270 INFO O| Dec 20 21:59:29.270 INFO STEP 1009 (remove_files) COMPLETE |
7352 | 2024-12-20T21:59:31.444Z | [ recovery-image] Dec 20 21:59:29.270 INFO O| Dec 20 21:59:29.270 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7353 | 2024-12-20T21:59:31.515Z | [ recovery-image] Dec 20 21:59:29.343 INFO O| Dec 20 21:59:29.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7354 | 2024-12-20T21:59:31.515Z | [ recovery-image] Dec 20 21:59:29.343 INFO O| Dec 20 21:59:29.343 INFO STEP 1010 (remove_files) COMPLETE |
7355 | 2024-12-20T21:59:31.515Z | [ recovery-image] Dec 20 21:59:29.343 INFO O| Dec 20 21:59:29.343 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7356 | 2024-12-20T21:59:31.632Z | [ recovery-image] Dec 20 21:59:29.460 INFO O| Dec 20 21:59:29.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7357 | 2024-12-20T21:59:31.632Z | [ recovery-image] Dec 20 21:59:29.460 INFO O| Dec 20 21:59:29.460 INFO STEP 1011 (remove_files) COMPLETE |
7358 | 2024-12-20T21:59:31.635Z | [ recovery-image] Dec 20 21:59:29.460 INFO O| Dec 20 21:59:29.460 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7359 | 2024-12-20T21:59:31.652Z | [ recovery-image] Dec 20 21:59:29.480 INFO O| Dec 20 21:59:29.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7360 | 2024-12-20T21:59:31.657Z | [ recovery-image] Dec 20 21:59:29.480 INFO O| Dec 20 21:59:29.480 INFO STEP 1012 (remove_files) COMPLETE |
7361 | 2024-12-20T21:59:31.657Z | [ recovery-image] Dec 20 21:59:29.480 INFO O| Dec 20 21:59:29.480 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7362 | 2024-12-20T21:59:31.719Z | [ recovery-image] Dec 20 21:59:29.547 INFO O| Dec 20 21:59:29.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7363 | 2024-12-20T21:59:31.719Z | [ recovery-image] Dec 20 21:59:29.547 INFO O| Dec 20 21:59:29.547 INFO STEP 1013 (remove_files) COMPLETE |
7364 | 2024-12-20T21:59:31.719Z | [ recovery-image] Dec 20 21:59:29.547 INFO O| Dec 20 21:59:29.547 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7365 | 2024-12-20T21:59:31.740Z | [ recovery-image] Dec 20 21:59:29.568 INFO O| Dec 20 21:59:29.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7366 | 2024-12-20T21:59:31.743Z | [ recovery-image] Dec 20 21:59:29.568 INFO O| Dec 20 21:59:29.568 INFO STEP 1014 (remove_files) COMPLETE |
7367 | 2024-12-20T21:59:31.743Z | [ recovery-image] Dec 20 21:59:29.569 INFO O| Dec 20 21:59:29.568 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7368 | 2024-12-20T21:59:31.788Z | [ recovery-image] Dec 20 21:59:29.616 INFO O| Dec 20 21:59:29.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7369 | 2024-12-20T21:59:31.788Z | [ recovery-image] Dec 20 21:59:29.616 INFO O| Dec 20 21:59:29.616 INFO STEP 1015 (remove_files) COMPLETE |
7370 | 2024-12-20T21:59:31.788Z | [ recovery-image] Dec 20 21:59:29.616 INFO O| Dec 20 21:59:29.616 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7371 | 2024-12-20T21:59:31.846Z | [ recovery-image] Dec 20 21:59:29.674 INFO O| Dec 20 21:59:29.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7372 | 2024-12-20T21:59:31.846Z | [ recovery-image] Dec 20 21:59:29.674 INFO O| Dec 20 21:59:29.674 INFO STEP 1016 (remove_files) COMPLETE |
7373 | 2024-12-20T21:59:31.846Z | [ recovery-image] Dec 20 21:59:29.674 INFO O| Dec 20 21:59:29.674 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7374 | 2024-12-20T21:59:31.945Z | [ recovery-image] Dec 20 21:59:29.773 INFO O| Dec 20 21:59:29.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7375 | 2024-12-20T21:59:31.949Z | [ recovery-image] Dec 20 21:59:29.773 INFO O| Dec 20 21:59:29.773 INFO STEP 1017 (remove_files) COMPLETE |
7376 | 2024-12-20T21:59:31.949Z | [ recovery-image] Dec 20 21:59:29.773 INFO O| Dec 20 21:59:29.773 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7377 | 2024-12-20T21:59:31.996Z | [ recovery-image] Dec 20 21:59:29.822 INFO O| Dec 20 21:59:29.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7378 | 2024-12-20T21:59:31.996Z | [ recovery-image] Dec 20 21:59:29.823 INFO O| Dec 20 21:59:29.823 INFO STEP 1018 (remove_files) COMPLETE |
7379 | 2024-12-20T21:59:31.996Z | [ recovery-image] Dec 20 21:59:29.823 INFO O| Dec 20 21:59:29.823 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7380 | 2024-12-20T21:59:32.052Z | [ recovery-image] Dec 20 21:59:29.880 INFO O| Dec 20 21:59:29.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7381 | 2024-12-20T21:59:32.055Z | [ recovery-image] Dec 20 21:59:29.881 INFO O| Dec 20 21:59:29.880 INFO STEP 1019 (remove_files) COMPLETE |
7382 | 2024-12-20T21:59:32.056Z | [ recovery-image] Dec 20 21:59:29.881 INFO O| Dec 20 21:59:29.881 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7383 | 2024-12-20T21:59:32.071Z | [ recovery-image] Dec 20 21:59:29.899 INFO O| Dec 20 21:59:29.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7384 | 2024-12-20T21:59:32.074Z | [ recovery-image] Dec 20 21:59:29.899 INFO O| Dec 20 21:59:29.899 INFO STEP 1020 (remove_files) COMPLETE |
7385 | 2024-12-20T21:59:32.074Z | [ recovery-image] Dec 20 21:59:29.900 INFO O| Dec 20 21:59:29.899 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7386 | 2024-12-20T21:59:32.115Z | [ recovery-image] Dec 20 21:59:29.942 INFO O| Dec 20 21:59:29.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7387 | 2024-12-20T21:59:32.115Z | [ recovery-image] Dec 20 21:59:29.942 INFO O| Dec 20 21:59:29.942 INFO STEP 1021 (remove_files) COMPLETE |
7388 | 2024-12-20T21:59:32.115Z | [ recovery-image] Dec 20 21:59:29.942 INFO O| Dec 20 21:59:29.942 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7389 | 2024-12-20T21:59:32.160Z | [ recovery-image] Dec 20 21:59:29.987 INFO O| Dec 20 21:59:29.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7390 | 2024-12-20T21:59:32.160Z | [ recovery-image] Dec 20 21:59:29.987 INFO O| Dec 20 21:59:29.987 INFO STEP 1022 (remove_files) COMPLETE |
7391 | 2024-12-20T21:59:32.160Z | [ recovery-image] Dec 20 21:59:29.987 INFO O| Dec 20 21:59:29.987 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7392 | 2024-12-20T21:59:32.201Z | [ recovery-image] Dec 20 21:59:30.028 INFO O| Dec 20 21:59:30.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7393 | 2024-12-20T21:59:32.201Z | [ recovery-image] Dec 20 21:59:30.029 INFO O| Dec 20 21:59:30.028 INFO STEP 1023 (remove_files) COMPLETE |
7394 | 2024-12-20T21:59:32.201Z | [ recovery-image] Dec 20 21:59:30.029 INFO O| Dec 20 21:59:30.029 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7395 | 2024-12-20T21:59:32.220Z | [ recovery-image] Dec 20 21:59:30.048 INFO O| Dec 20 21:59:30.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7396 | 2024-12-20T21:59:32.220Z | [ recovery-image] Dec 20 21:59:30.048 INFO O| Dec 20 21:59:30.048 INFO STEP 1024 (remove_files) COMPLETE |
7397 | 2024-12-20T21:59:32.220Z | [ recovery-image] Dec 20 21:59:30.048 INFO O| Dec 20 21:59:30.048 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7398 | 2024-12-20T21:59:32.249Z | [ recovery-image] Dec 20 21:59:30.077 INFO O| Dec 20 21:59:30.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7399 | 2024-12-20T21:59:32.250Z | [ recovery-image] Dec 20 21:59:30.077 INFO O| Dec 20 21:59:30.077 INFO STEP 1025 (remove_files) COMPLETE |
7400 | 2024-12-20T21:59:32.252Z | [ recovery-image] Dec 20 21:59:30.077 INFO O| Dec 20 21:59:30.077 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7401 | 2024-12-20T21:59:32.326Z | [ recovery-image] Dec 20 21:59:30.150 INFO O| Dec 20 21:59:30.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7402 | 2024-12-20T21:59:32.330Z | [ recovery-image] Dec 20 21:59:30.151 INFO O| Dec 20 21:59:30.150 INFO STEP 1026 (remove_files) COMPLETE |
7403 | 2024-12-20T21:59:32.330Z | [ recovery-image] Dec 20 21:59:30.151 INFO O| Dec 20 21:59:30.151 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7404 | 2024-12-20T21:59:32.351Z | [ recovery-image] Dec 20 21:59:30.178 INFO O| Dec 20 21:59:30.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7405 | 2024-12-20T21:59:32.351Z | [ recovery-image] Dec 20 21:59:30.179 INFO O| Dec 20 21:59:30.178 INFO STEP 1027 (remove_files) COMPLETE |
7406 | 2024-12-20T21:59:32.356Z | [ recovery-image] Dec 20 21:59:30.179 INFO O| Dec 20 21:59:30.179 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7407 | 2024-12-20T21:59:32.403Z | [ recovery-image] Dec 20 21:59:30.230 INFO O| Dec 20 21:59:30.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7408 | 2024-12-20T21:59:32.403Z | [ recovery-image] Dec 20 21:59:30.230 INFO O| Dec 20 21:59:30.230 INFO STEP 1028 (remove_files) COMPLETE |
7409 | 2024-12-20T21:59:32.403Z | [ recovery-image] Dec 20 21:59:30.230 INFO O| Dec 20 21:59:30.230 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7410 | 2024-12-20T21:59:32.472Z | [ recovery-image] Dec 20 21:59:30.300 INFO O| Dec 20 21:59:30.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7411 | 2024-12-20T21:59:32.472Z | [ recovery-image] Dec 20 21:59:30.300 INFO O| Dec 20 21:59:30.300 INFO STEP 1029 (remove_files) COMPLETE |
7412 | 2024-12-20T21:59:32.472Z | [ recovery-image] Dec 20 21:59:30.300 INFO O| Dec 20 21:59:30.300 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7413 | 2024-12-20T21:59:32.491Z | [ recovery-image] Dec 20 21:59:30.319 INFO O| Dec 20 21:59:30.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7414 | 2024-12-20T21:59:32.491Z | [ recovery-image] Dec 20 21:59:30.319 INFO O| Dec 20 21:59:30.319 INFO STEP 1030 (remove_files) COMPLETE |
7415 | 2024-12-20T21:59:32.491Z | [ recovery-image] Dec 20 21:59:30.319 INFO O| Dec 20 21:59:30.319 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7416 | 2024-12-20T21:59:32.532Z | [ recovery-image] Dec 20 21:59:30.360 INFO O| Dec 20 21:59:30.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7417 | 2024-12-20T21:59:32.532Z | [ recovery-image] Dec 20 21:59:30.360 INFO O| Dec 20 21:59:30.360 INFO STEP 1031 (remove_files) COMPLETE |
7418 | 2024-12-20T21:59:32.535Z | [ recovery-image] Dec 20 21:59:30.360 INFO O| Dec 20 21:59:30.360 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7419 | 2024-12-20T21:59:32.575Z | [ recovery-image] Dec 20 21:59:30.402 INFO O| Dec 20 21:59:30.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7420 | 2024-12-20T21:59:32.575Z | [ recovery-image] Dec 20 21:59:30.402 INFO O| Dec 20 21:59:30.402 INFO STEP 1032 (remove_files) COMPLETE |
7421 | 2024-12-20T21:59:32.575Z | [ recovery-image] Dec 20 21:59:30.402 INFO O| Dec 20 21:59:30.402 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7422 | 2024-12-20T21:59:32.664Z | [ recovery-image] Dec 20 21:59:30.489 INFO O| Dec 20 21:59:30.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7423 | 2024-12-20T21:59:32.664Z | [ recovery-image] Dec 20 21:59:30.489 INFO O| Dec 20 21:59:30.489 INFO STEP 1033 (remove_files) COMPLETE |
7424 | 2024-12-20T21:59:32.670Z | [ recovery-image] Dec 20 21:59:30.489 INFO O| Dec 20 21:59:30.489 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7425 | 2024-12-20T21:59:32.686Z | [ recovery-image] Dec 20 21:59:30.512 INFO O| Dec 20 21:59:30.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7426 | 2024-12-20T21:59:32.692Z | [ recovery-image] Dec 20 21:59:30.512 INFO O| Dec 20 21:59:30.512 INFO STEP 1034 (remove_files) COMPLETE |
7427 | 2024-12-20T21:59:32.692Z | [ recovery-image] Dec 20 21:59:30.513 INFO O| Dec 20 21:59:30.513 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7428 | 2024-12-20T21:59:32.709Z | [ recovery-image] Dec 20 21:59:30.533 INFO O| Dec 20 21:59:30.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7429 | 2024-12-20T21:59:32.720Z | [ recovery-image] Dec 20 21:59:30.533 INFO O| Dec 20 21:59:30.533 INFO STEP 1035 (remove_files) COMPLETE |
7430 | 2024-12-20T21:59:32.720Z | [ recovery-image] Dec 20 21:59:30.533 INFO O| Dec 20 21:59:30.533 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7431 | 2024-12-20T21:59:32.743Z | [ recovery-image] Dec 20 21:59:30.561 INFO O| Dec 20 21:59:30.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7432 | 2024-12-20T21:59:32.764Z | [ recovery-image] Dec 20 21:59:30.562 INFO O| Dec 20 21:59:30.562 INFO STEP 1036 (remove_files) COMPLETE |
7433 | 2024-12-20T21:59:32.764Z | [ recovery-image] Dec 20 21:59:30.562 INFO O| Dec 20 21:59:30.562 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7434 | 2024-12-20T21:59:32.792Z | [ recovery-image] Dec 20 21:59:30.594 INFO O| Dec 20 21:59:30.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7435 | 2024-12-20T21:59:32.792Z | [ recovery-image] Dec 20 21:59:30.594 INFO O| Dec 20 21:59:30.594 INFO STEP 1037 (remove_files) COMPLETE |
7436 | 2024-12-20T21:59:32.792Z | [ recovery-image] Dec 20 21:59:30.594 INFO O| Dec 20 21:59:30.594 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7437 | 2024-12-20T21:59:32.804Z | [ recovery-image] Dec 20 21:59:30.623 INFO O| Dec 20 21:59:30.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7438 | 2024-12-20T21:59:32.804Z | [ recovery-image] Dec 20 21:59:30.623 INFO O| Dec 20 21:59:30.623 INFO STEP 1038 (remove_files) COMPLETE |
7439 | 2024-12-20T21:59:32.804Z | [ recovery-image] Dec 20 21:59:30.623 INFO O| Dec 20 21:59:30.623 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7440 | 2024-12-20T21:59:32.817Z | [ recovery-image] Dec 20 21:59:30.642 INFO O| Dec 20 21:59:30.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7441 | 2024-12-20T21:59:32.823Z | [ recovery-image] Dec 20 21:59:30.642 INFO O| Dec 20 21:59:30.642 INFO STEP 1039 (remove_files) COMPLETE |
7442 | 2024-12-20T21:59:32.823Z | [ recovery-image] Dec 20 21:59:30.642 INFO O| Dec 20 21:59:30.642 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7443 | 2024-12-20T21:59:32.841Z | [ recovery-image] Dec 20 21:59:30.661 INFO O| Dec 20 21:59:30.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7444 | 2024-12-20T21:59:32.841Z | [ recovery-image] Dec 20 21:59:30.662 INFO O| Dec 20 21:59:30.661 INFO STEP 1040 (remove_files) COMPLETE |
7445 | 2024-12-20T21:59:32.841Z | [ recovery-image] Dec 20 21:59:30.662 INFO O| Dec 20 21:59:30.662 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7446 | 2024-12-20T21:59:32.890Z | [ recovery-image] Dec 20 21:59:30.679 INFO O| Dec 20 21:59:30.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7447 | 2024-12-20T21:59:32.890Z | [ recovery-image] Dec 20 21:59:30.680 INFO O| Dec 20 21:59:30.680 INFO STEP 1041 (remove_files) COMPLETE |
7448 | 2024-12-20T21:59:32.890Z | [ recovery-image] Dec 20 21:59:30.680 INFO O| Dec 20 21:59:30.680 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7449 | 2024-12-20T21:59:32.891Z | [ recovery-image] Dec 20 21:59:30.698 INFO O| Dec 20 21:59:30.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7450 | 2024-12-20T21:59:32.891Z | [ recovery-image] Dec 20 21:59:30.698 INFO O| Dec 20 21:59:30.698 INFO STEP 1042 (remove_files) COMPLETE |
7451 | 2024-12-20T21:59:32.891Z | [ recovery-image] Dec 20 21:59:30.698 INFO O| Dec 20 21:59:30.698 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7452 | 2024-12-20T21:59:32.900Z | [ recovery-image] Dec 20 21:59:30.716 INFO O| Dec 20 21:59:30.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7453 | 2024-12-20T21:59:32.900Z | [ recovery-image] Dec 20 21:59:30.716 INFO O| Dec 20 21:59:30.716 INFO STEP 1043 (remove_files) COMPLETE |
7454 | 2024-12-20T21:59:32.900Z | [ recovery-image] Dec 20 21:59:30.716 INFO O| Dec 20 21:59:30.716 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7455 | 2024-12-20T21:59:32.913Z | [ recovery-image] Dec 20 21:59:30.735 INFO O| Dec 20 21:59:30.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7456 | 2024-12-20T21:59:32.914Z | [ recovery-image] Dec 20 21:59:30.735 INFO O| Dec 20 21:59:30.735 INFO STEP 1044 (remove_files) COMPLETE |
7457 | 2024-12-20T21:59:32.914Z | [ recovery-image] Dec 20 21:59:30.735 INFO O| Dec 20 21:59:30.735 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7458 | 2024-12-20T21:59:32.953Z | [ recovery-image] Dec 20 21:59:30.779 INFO O| Dec 20 21:59:30.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7459 | 2024-12-20T21:59:32.954Z | [ recovery-image] Dec 20 21:59:30.779 INFO O| Dec 20 21:59:30.779 INFO STEP 1045 (remove_files) COMPLETE |
7460 | 2024-12-20T21:59:32.954Z | [ recovery-image] Dec 20 21:59:30.779 INFO O| Dec 20 21:59:30.779 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7461 | 2024-12-20T21:59:32.978Z | [ recovery-image] Dec 20 21:59:30.798 INFO O| Dec 20 21:59:30.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7462 | 2024-12-20T21:59:32.978Z | [ recovery-image] Dec 20 21:59:30.798 INFO O| Dec 20 21:59:30.798 INFO STEP 1046 (remove_files) COMPLETE |
7463 | 2024-12-20T21:59:32.978Z | [ recovery-image] Dec 20 21:59:30.798 INFO O| Dec 20 21:59:30.798 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7464 | 2024-12-20T21:59:33.012Z | [ recovery-image] Dec 20 21:59:30.832 INFO O| Dec 20 21:59:30.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7465 | 2024-12-20T21:59:33.044Z | [ recovery-image] Dec 20 21:59:30.856 INFO O| Dec 20 21:59:30.856 INFO STEP 1047 (remove_files) COMPLETE |
7466 | 2024-12-20T21:59:33.045Z | [ recovery-image] Dec 20 21:59:30.856 INFO O| Dec 20 21:59:30.856 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7467 | 2024-12-20T21:59:33.063Z | [ recovery-image] Dec 20 21:59:30.887 INFO O| Dec 20 21:59:30.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7468 | 2024-12-20T21:59:33.063Z | [ recovery-image] Dec 20 21:59:30.887 INFO O| Dec 20 21:59:30.887 INFO STEP 1048 (remove_files) COMPLETE |
7469 | 2024-12-20T21:59:33.063Z | [ recovery-image] Dec 20 21:59:30.887 INFO O| Dec 20 21:59:30.887 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7470 | 2024-12-20T21:59:33.118Z | [ recovery-image] Dec 20 21:59:30.940 INFO O| Dec 20 21:59:30.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7471 | 2024-12-20T21:59:33.118Z | [ recovery-image] Dec 20 21:59:30.941 INFO O| Dec 20 21:59:30.941 INFO STEP 1049 (remove_files) COMPLETE |
7472 | 2024-12-20T21:59:33.133Z | [ recovery-image] Dec 20 21:59:30.941 INFO O| Dec 20 21:59:30.941 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7473 | 2024-12-20T21:59:33.151Z | [ recovery-image] Dec 20 21:59:30.959 INFO O| Dec 20 21:59:30.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7474 | 2024-12-20T21:59:33.151Z | [ recovery-image] Dec 20 21:59:30.960 INFO O| Dec 20 21:59:30.959 INFO STEP 1050 (remove_files) COMPLETE |
7475 | 2024-12-20T21:59:33.151Z | [ recovery-image] Dec 20 21:59:30.960 INFO O| Dec 20 21:59:30.959 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7476 | 2024-12-20T21:59:33.160Z | [ recovery-image] Dec 20 21:59:30.977 INFO O| Dec 20 21:59:30.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7477 | 2024-12-20T21:59:33.160Z | [ recovery-image] Dec 20 21:59:30.977 INFO O| Dec 20 21:59:30.977 INFO STEP 1051 (remove_files) COMPLETE |
7478 | 2024-12-20T21:59:33.160Z | [ recovery-image] Dec 20 21:59:30.977 INFO O| Dec 20 21:59:30.977 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7479 | 2024-12-20T21:59:33.182Z | [ recovery-image] Dec 20 21:59:30.995 INFO O| Dec 20 21:59:30.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7480 | 2024-12-20T21:59:33.183Z | [ recovery-image] Dec 20 21:59:30.995 INFO O| Dec 20 21:59:30.995 INFO STEP 1052 (remove_files) COMPLETE |
7481 | 2024-12-20T21:59:33.183Z | [ recovery-image] Dec 20 21:59:30.996 INFO O| Dec 20 21:59:30.995 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7482 | 2024-12-20T21:59:33.253Z | [ recovery-image] Dec 20 21:59:31.028 INFO O| Dec 20 21:59:31.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7483 | 2024-12-20T21:59:33.254Z | [ recovery-image] Dec 20 21:59:31.029 INFO O| Dec 20 21:59:31.028 INFO STEP 1053 (remove_files) COMPLETE |
7484 | 2024-12-20T21:59:33.283Z | [ recovery-image] Dec 20 21:59:31.029 INFO O| Dec 20 21:59:31.028 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7485 | 2024-12-20T21:59:33.283Z | [ recovery-image] Dec 20 21:59:31.063 INFO O| Dec 20 21:59:31.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7486 | 2024-12-20T21:59:33.283Z | [ recovery-image] Dec 20 21:59:31.063 INFO O| Dec 20 21:59:31.063 INFO STEP 1054 (remove_files) COMPLETE |
7487 | 2024-12-20T21:59:33.283Z | [ recovery-image] Dec 20 21:59:31.063 INFO O| Dec 20 21:59:31.063 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7488 | 2024-12-20T21:59:33.283Z | [ recovery-image] Dec 20 21:59:31.090 INFO O| Dec 20 21:59:31.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7489 | 2024-12-20T21:59:33.283Z | [ recovery-image] Dec 20 21:59:31.091 INFO O| Dec 20 21:59:31.090 INFO STEP 1055 (remove_files) COMPLETE |
7490 | 2024-12-20T21:59:33.283Z | [ recovery-image] Dec 20 21:59:31.091 INFO O| Dec 20 21:59:31.091 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7491 | 2024-12-20T21:59:33.339Z | [ recovery-image] Dec 20 21:59:31.109 INFO O| Dec 20 21:59:31.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7492 | 2024-12-20T21:59:33.339Z | [ recovery-image] Dec 20 21:59:31.109 INFO O| Dec 20 21:59:31.109 INFO STEP 1056 (remove_files) COMPLETE |
7493 | 2024-12-20T21:59:33.339Z | [ recovery-image] Dec 20 21:59:31.110 INFO O| Dec 20 21:59:31.109 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7494 | 2024-12-20T21:59:33.339Z | [ recovery-image] Dec 20 21:59:31.128 INFO O| Dec 20 21:59:31.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7495 | 2024-12-20T21:59:33.339Z | [ recovery-image] Dec 20 21:59:31.128 INFO O| Dec 20 21:59:31.128 INFO STEP 1057 (remove_files) COMPLETE |
7496 | 2024-12-20T21:59:33.340Z | [ recovery-image] Dec 20 21:59:31.128 INFO O| Dec 20 21:59:31.128 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7497 | 2024-12-20T21:59:33.381Z | [ recovery-image] Dec 20 21:59:31.174 INFO O| Dec 20 21:59:31.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7498 | 2024-12-20T21:59:33.382Z | [ recovery-image] Dec 20 21:59:31.174 INFO O| Dec 20 21:59:31.174 INFO STEP 1058 (remove_files) COMPLETE |
7499 | 2024-12-20T21:59:33.382Z | [ recovery-image] Dec 20 21:59:31.174 INFO O| Dec 20 21:59:31.174 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7500 | 2024-12-20T21:59:33.403Z | [ recovery-image] Dec 20 21:59:31.218 INFO O| Dec 20 21:59:31.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7501 | 2024-12-20T21:59:33.403Z | [ recovery-image] Dec 20 21:59:31.218 INFO O| Dec 20 21:59:31.218 INFO STEP 1059 (remove_files) COMPLETE |
7502 | 2024-12-20T21:59:33.403Z | [ recovery-image] Dec 20 21:59:31.218 INFO O| Dec 20 21:59:31.218 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7503 | 2024-12-20T21:59:33.487Z | [ recovery-image] Dec 20 21:59:31.283 INFO O| Dec 20 21:59:31.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7504 | 2024-12-20T21:59:33.487Z | [ recovery-image] Dec 20 21:59:31.283 INFO O| Dec 20 21:59:31.283 INFO STEP 1060 (remove_files) COMPLETE |
7505 | 2024-12-20T21:59:33.487Z | [ recovery-image] Dec 20 21:59:31.283 INFO O| Dec 20 21:59:31.283 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7506 | 2024-12-20T21:59:33.519Z | [ recovery-image] Dec 20 21:59:31.304 INFO O| Dec 20 21:59:31.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7507 | 2024-12-20T21:59:33.519Z | [ recovery-image] Dec 20 21:59:31.304 INFO O| Dec 20 21:59:31.304 INFO STEP 1061 (remove_files) COMPLETE |
7508 | 2024-12-20T21:59:33.520Z | [ recovery-image] Dec 20 21:59:31.304 INFO O| Dec 20 21:59:31.304 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7509 | 2024-12-20T21:59:33.520Z | [ recovery-image] Dec 20 21:59:31.323 INFO O| Dec 20 21:59:31.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7510 | 2024-12-20T21:59:33.520Z | [ recovery-image] Dec 20 21:59:31.323 INFO O| Dec 20 21:59:31.323 INFO STEP 1062 (remove_files) COMPLETE |
7511 | 2024-12-20T21:59:33.520Z | [ recovery-image] Dec 20 21:59:31.323 INFO O| Dec 20 21:59:31.323 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7512 | 2024-12-20T21:59:33.526Z | [ recovery-image] Dec 20 21:59:31.342 INFO O| Dec 20 21:59:31.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7513 | 2024-12-20T21:59:33.526Z | [ recovery-image] Dec 20 21:59:31.342 INFO O| Dec 20 21:59:31.342 INFO STEP 1063 (remove_files) COMPLETE |
7514 | 2024-12-20T21:59:33.526Z | [ recovery-image] Dec 20 21:59:31.342 INFO O| Dec 20 21:59:31.342 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7515 | 2024-12-20T21:59:33.536Z | [ host-image] Dec 20 21:59:31.357 INFO O| Dec 20 21:59:31.357 INFO O| Actions: 16012/49485 actions (Installing new actions) |
7516 | 2024-12-20T21:59:33.642Z | [ recovery-image] Dec 20 21:59:31.465 INFO O| Dec 20 21:59:31.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7517 | 2024-12-20T21:59:33.646Z | [ recovery-image] Dec 20 21:59:31.465 INFO O| Dec 20 21:59:31.465 INFO STEP 1064 (remove_files) COMPLETE |
7518 | 2024-12-20T21:59:33.646Z | [ recovery-image] Dec 20 21:59:31.465 INFO O| Dec 20 21:59:31.465 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7519 | 2024-12-20T21:59:33.659Z | [ recovery-image] Dec 20 21:59:31.486 INFO O| Dec 20 21:59:31.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7520 | 2024-12-20T21:59:33.663Z | [ recovery-image] Dec 20 21:59:31.486 INFO O| Dec 20 21:59:31.486 INFO STEP 1065 (remove_files) COMPLETE |
7521 | 2024-12-20T21:59:33.664Z | [ recovery-image] Dec 20 21:59:31.486 INFO O| Dec 20 21:59:31.486 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7522 | 2024-12-20T21:59:33.679Z | [ recovery-image] Dec 20 21:59:31.505 INFO O| Dec 20 21:59:31.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7523 | 2024-12-20T21:59:33.686Z | [ recovery-image] Dec 20 21:59:31.505 INFO O| Dec 20 21:59:31.505 INFO STEP 1066 (remove_files) COMPLETE |
7524 | 2024-12-20T21:59:33.686Z | [ recovery-image] Dec 20 21:59:31.505 INFO O| Dec 20 21:59:31.505 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7525 | 2024-12-20T21:59:33.698Z | [ recovery-image] Dec 20 21:59:31.524 INFO O| Dec 20 21:59:31.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7526 | 2024-12-20T21:59:33.701Z | [ recovery-image] Dec 20 21:59:31.525 INFO O| Dec 20 21:59:31.524 INFO STEP 1067 (remove_files) COMPLETE |
7527 | 2024-12-20T21:59:33.701Z | [ recovery-image] Dec 20 21:59:31.525 INFO O| Dec 20 21:59:31.525 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7528 | 2024-12-20T21:59:33.721Z | [ recovery-image] Dec 20 21:59:31.543 INFO O| Dec 20 21:59:31.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7529 | 2024-12-20T21:59:33.730Z | [ recovery-image] Dec 20 21:59:31.543 INFO O| Dec 20 21:59:31.543 INFO STEP 1068 (remove_files) COMPLETE |
7530 | 2024-12-20T21:59:33.730Z | [ recovery-image] Dec 20 21:59:31.543 INFO O| Dec 20 21:59:31.543 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7531 | 2024-12-20T21:59:33.746Z | [ recovery-image] Dec 20 21:59:31.569 INFO O| Dec 20 21:59:31.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7532 | 2024-12-20T21:59:33.746Z | [ recovery-image] Dec 20 21:59:31.569 INFO O| Dec 20 21:59:31.569 INFO STEP 1069 (remove_files) COMPLETE |
7533 | 2024-12-20T21:59:33.746Z | [ recovery-image] Dec 20 21:59:31.569 INFO O| Dec 20 21:59:31.569 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7534 | 2024-12-20T21:59:33.769Z | [ recovery-image] Dec 20 21:59:31.589 INFO O| Dec 20 21:59:31.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7535 | 2024-12-20T21:59:33.769Z | [ recovery-image] Dec 20 21:59:31.589 INFO O| Dec 20 21:59:31.589 INFO STEP 1070 (remove_files) COMPLETE |
7536 | 2024-12-20T21:59:33.769Z | [ recovery-image] Dec 20 21:59:31.589 INFO O| Dec 20 21:59:31.589 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7537 | 2024-12-20T21:59:33.782Z | [ recovery-image] Dec 20 21:59:31.608 INFO O| Dec 20 21:59:31.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7538 | 2024-12-20T21:59:33.782Z | [ recovery-image] Dec 20 21:59:31.608 INFO O| Dec 20 21:59:31.608 INFO STEP 1071 (remove_files) COMPLETE |
7539 | 2024-12-20T21:59:33.782Z | [ recovery-image] Dec 20 21:59:31.608 INFO O| Dec 20 21:59:31.608 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7540 | 2024-12-20T21:59:33.822Z | [ recovery-image] Dec 20 21:59:31.647 INFO O| Dec 20 21:59:31.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7541 | 2024-12-20T21:59:33.826Z | [ recovery-image] Dec 20 21:59:31.647 INFO O| Dec 20 21:59:31.647 INFO STEP 1072 (remove_files) COMPLETE |
7542 | 2024-12-20T21:59:33.827Z | [ recovery-image] Dec 20 21:59:31.648 INFO O| Dec 20 21:59:31.647 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7543 | 2024-12-20T21:59:33.843Z | [ recovery-image] Dec 20 21:59:31.669 INFO O| Dec 20 21:59:31.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7544 | 2024-12-20T21:59:33.843Z | [ recovery-image] Dec 20 21:59:31.669 INFO O| Dec 20 21:59:31.669 INFO STEP 1073 (remove_files) COMPLETE |
7545 | 2024-12-20T21:59:33.843Z | [ recovery-image] Dec 20 21:59:31.670 INFO O| Dec 20 21:59:31.669 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7546 | 2024-12-20T21:59:33.882Z | [ recovery-image] Dec 20 21:59:31.707 INFO O| Dec 20 21:59:31.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7547 | 2024-12-20T21:59:33.882Z | [ recovery-image] Dec 20 21:59:31.707 INFO O| Dec 20 21:59:31.707 INFO STEP 1074 (remove_files) COMPLETE |
7548 | 2024-12-20T21:59:33.882Z | [ recovery-image] Dec 20 21:59:31.707 INFO O| Dec 20 21:59:31.707 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7549 | 2024-12-20T21:59:33.910Z | [ recovery-image] Dec 20 21:59:31.736 INFO O| Dec 20 21:59:31.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7550 | 2024-12-20T21:59:33.910Z | [ recovery-image] Dec 20 21:59:31.736 INFO O| Dec 20 21:59:31.736 INFO STEP 1075 (remove_files) COMPLETE |
7551 | 2024-12-20T21:59:33.910Z | [ recovery-image] Dec 20 21:59:31.736 INFO O| Dec 20 21:59:31.736 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7552 | 2024-12-20T21:59:33.932Z | [ recovery-image] Dec 20 21:59:31.756 INFO O| Dec 20 21:59:31.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7553 | 2024-12-20T21:59:33.937Z | [ recovery-image] Dec 20 21:59:31.756 INFO O| Dec 20 21:59:31.756 INFO STEP 1076 (remove_files) COMPLETE |
7554 | 2024-12-20T21:59:33.937Z | [ recovery-image] Dec 20 21:59:31.756 INFO O| Dec 20 21:59:31.756 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7555 | 2024-12-20T21:59:33.951Z | [ recovery-image] Dec 20 21:59:31.774 INFO O| Dec 20 21:59:31.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7556 | 2024-12-20T21:59:33.951Z | [ recovery-image] Dec 20 21:59:31.775 INFO O| Dec 20 21:59:31.774 INFO STEP 1077 (remove_files) COMPLETE |
7557 | 2024-12-20T21:59:33.968Z | [ recovery-image] Dec 20 21:59:31.775 INFO O| Dec 20 21:59:31.775 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7558 | 2024-12-20T21:59:33.980Z | [ recovery-image] Dec 20 21:59:31.807 INFO O| Dec 20 21:59:31.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7559 | 2024-12-20T21:59:33.980Z | [ recovery-image] Dec 20 21:59:31.807 INFO O| Dec 20 21:59:31.807 INFO STEP 1078 (remove_files) COMPLETE |
7560 | 2024-12-20T21:59:33.980Z | [ recovery-image] Dec 20 21:59:31.807 INFO O| Dec 20 21:59:31.807 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7561 | 2024-12-20T21:59:34.013Z | [ recovery-image] Dec 20 21:59:31.840 INFO O| Dec 20 21:59:31.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7562 | 2024-12-20T21:59:34.013Z | [ recovery-image] Dec 20 21:59:31.840 INFO O| Dec 20 21:59:31.840 INFO STEP 1079 (remove_files) COMPLETE |
7563 | 2024-12-20T21:59:34.013Z | [ recovery-image] Dec 20 21:59:31.840 INFO O| Dec 20 21:59:31.840 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7564 | 2024-12-20T21:59:34.061Z | [ recovery-image] Dec 20 21:59:31.889 INFO O| Dec 20 21:59:31.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7565 | 2024-12-20T21:59:34.061Z | [ recovery-image] Dec 20 21:59:31.889 INFO O| Dec 20 21:59:31.889 INFO STEP 1080 (remove_files) COMPLETE |
7566 | 2024-12-20T21:59:34.061Z | [ recovery-image] Dec 20 21:59:31.889 INFO O| Dec 20 21:59:31.889 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7567 | 2024-12-20T21:59:34.217Z | [ recovery-image] Dec 20 21:59:32.045 INFO O| Dec 20 21:59:32.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7568 | 2024-12-20T21:59:34.220Z | [ recovery-image] Dec 20 21:59:32.045 INFO O| Dec 20 21:59:32.045 INFO STEP 1081 (remove_files) COMPLETE |
7569 | 2024-12-20T21:59:34.220Z | [ recovery-image] Dec 20 21:59:32.045 INFO O| Dec 20 21:59:32.045 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7570 | 2024-12-20T21:59:34.235Z | [ recovery-image] Dec 20 21:59:32.063 INFO O| Dec 20 21:59:32.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7571 | 2024-12-20T21:59:34.235Z | [ recovery-image] Dec 20 21:59:32.063 INFO O| Dec 20 21:59:32.063 INFO STEP 1082 (remove_files) COMPLETE |
7572 | 2024-12-20T21:59:34.235Z | [ recovery-image] Dec 20 21:59:32.063 INFO O| Dec 20 21:59:32.063 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7573 | 2024-12-20T21:59:34.254Z | [ recovery-image] Dec 20 21:59:32.081 INFO O| Dec 20 21:59:32.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7574 | 2024-12-20T21:59:34.254Z | [ recovery-image] Dec 20 21:59:32.082 INFO O| Dec 20 21:59:32.081 INFO STEP 1083 (remove_files) COMPLETE |
7575 | 2024-12-20T21:59:34.254Z | [ recovery-image] Dec 20 21:59:32.082 INFO O| Dec 20 21:59:32.081 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7576 | 2024-12-20T21:59:34.273Z | [ recovery-image] Dec 20 21:59:32.100 INFO O| Dec 20 21:59:32.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7577 | 2024-12-20T21:59:34.273Z | [ recovery-image] Dec 20 21:59:32.100 INFO O| Dec 20 21:59:32.100 INFO STEP 1084 (remove_files) COMPLETE |
7578 | 2024-12-20T21:59:34.273Z | [ recovery-image] Dec 20 21:59:32.100 INFO O| Dec 20 21:59:32.100 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7579 | 2024-12-20T21:59:34.328Z | [ recovery-image] Dec 20 21:59:32.155 INFO O| Dec 20 21:59:32.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7580 | 2024-12-20T21:59:34.328Z | [ recovery-image] Dec 20 21:59:32.155 INFO O| Dec 20 21:59:32.155 INFO STEP 1085 (remove_files) COMPLETE |
7581 | 2024-12-20T21:59:34.328Z | [ recovery-image] Dec 20 21:59:32.155 INFO O| Dec 20 21:59:32.155 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7582 | 2024-12-20T21:59:34.346Z | [ recovery-image] Dec 20 21:59:32.173 INFO O| Dec 20 21:59:32.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7583 | 2024-12-20T21:59:34.346Z | [ recovery-image] Dec 20 21:59:32.174 INFO O| Dec 20 21:59:32.173 INFO STEP 1086 (remove_files) COMPLETE |
7584 | 2024-12-20T21:59:34.346Z | [ recovery-image] Dec 20 21:59:32.174 INFO O| Dec 20 21:59:32.174 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7585 | 2024-12-20T21:59:34.375Z | [ recovery-image] Dec 20 21:59:32.203 INFO O| Dec 20 21:59:32.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7586 | 2024-12-20T21:59:34.375Z | [ recovery-image] Dec 20 21:59:32.203 INFO O| Dec 20 21:59:32.203 INFO STEP 1087 (remove_files) COMPLETE |
7587 | 2024-12-20T21:59:34.375Z | [ recovery-image] Dec 20 21:59:32.203 INFO O| Dec 20 21:59:32.203 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7588 | 2024-12-20T21:59:34.445Z | [ recovery-image] Dec 20 21:59:32.272 INFO O| Dec 20 21:59:32.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7589 | 2024-12-20T21:59:34.445Z | [ recovery-image] Dec 20 21:59:32.272 INFO O| Dec 20 21:59:32.272 INFO STEP 1088 (remove_files) COMPLETE |
7590 | 2024-12-20T21:59:34.448Z | [ recovery-image] Dec 20 21:59:32.272 INFO O| Dec 20 21:59:32.272 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7591 | 2024-12-20T21:59:34.463Z | [ recovery-image] Dec 20 21:59:32.290 INFO O| Dec 20 21:59:32.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7592 | 2024-12-20T21:59:34.463Z | [ recovery-image] Dec 20 21:59:32.290 INFO O| Dec 20 21:59:32.290 INFO STEP 1089 (remove_files) COMPLETE |
7593 | 2024-12-20T21:59:34.463Z | [ recovery-image] Dec 20 21:59:32.290 INFO O| Dec 20 21:59:32.290 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7594 | 2024-12-20T21:59:34.482Z | [ recovery-image] Dec 20 21:59:32.309 INFO O| Dec 20 21:59:32.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7595 | 2024-12-20T21:59:34.482Z | [ recovery-image] Dec 20 21:59:32.309 INFO O| Dec 20 21:59:32.309 INFO STEP 1090 (remove_files) COMPLETE |
7596 | 2024-12-20T21:59:34.482Z | [ recovery-image] Dec 20 21:59:32.309 INFO O| Dec 20 21:59:32.309 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7597 | 2024-12-20T21:59:34.500Z | [ recovery-image] Dec 20 21:59:32.327 INFO O| Dec 20 21:59:32.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7598 | 2024-12-20T21:59:34.500Z | [ recovery-image] Dec 20 21:59:32.327 INFO O| Dec 20 21:59:32.327 INFO STEP 1091 (remove_files) COMPLETE |
7599 | 2024-12-20T21:59:34.500Z | [ recovery-image] Dec 20 21:59:32.327 INFO O| Dec 20 21:59:32.327 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7600 | 2024-12-20T21:59:34.518Z | [ recovery-image] Dec 20 21:59:32.346 INFO O| Dec 20 21:59:32.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7601 | 2024-12-20T21:59:34.518Z | [ recovery-image] Dec 20 21:59:32.346 INFO O| Dec 20 21:59:32.346 INFO STEP 1092 (remove_files) COMPLETE |
7602 | 2024-12-20T21:59:34.521Z | [ recovery-image] Dec 20 21:59:32.346 INFO O| Dec 20 21:59:32.346 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7603 | 2024-12-20T21:59:34.550Z | [ recovery-image] Dec 20 21:59:32.377 INFO O| Dec 20 21:59:32.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7604 | 2024-12-20T21:59:34.550Z | [ recovery-image] Dec 20 21:59:32.377 INFO O| Dec 20 21:59:32.377 INFO STEP 1093 (remove_files) COMPLETE |
7605 | 2024-12-20T21:59:34.550Z | [ recovery-image] Dec 20 21:59:32.377 INFO O| Dec 20 21:59:32.377 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7606 | 2024-12-20T21:59:34.569Z | [ recovery-image] Dec 20 21:59:32.396 INFO O| Dec 20 21:59:32.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7607 | 2024-12-20T21:59:34.569Z | [ recovery-image] Dec 20 21:59:32.396 INFO O| Dec 20 21:59:32.396 INFO STEP 1094 (remove_files) COMPLETE |
7608 | 2024-12-20T21:59:34.569Z | [ recovery-image] Dec 20 21:59:32.397 INFO O| Dec 20 21:59:32.396 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7609 | 2024-12-20T21:59:34.587Z | [ recovery-image] Dec 20 21:59:32.414 INFO O| Dec 20 21:59:32.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7610 | 2024-12-20T21:59:34.587Z | [ recovery-image] Dec 20 21:59:32.414 INFO O| Dec 20 21:59:32.414 INFO STEP 1095 (remove_files) COMPLETE |
7611 | 2024-12-20T21:59:34.587Z | [ recovery-image] Dec 20 21:59:32.414 INFO O| Dec 20 21:59:32.414 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7612 | 2024-12-20T21:59:34.627Z | [ recovery-image] Dec 20 21:59:32.455 INFO O| Dec 20 21:59:32.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7613 | 2024-12-20T21:59:34.644Z | [ recovery-image] Dec 20 21:59:32.470 INFO O| Dec 20 21:59:32.470 INFO STEP 1096 (remove_files) COMPLETE |
7614 | 2024-12-20T21:59:34.644Z | [ recovery-image] Dec 20 21:59:32.470 INFO O| Dec 20 21:59:32.470 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7615 | 2024-12-20T21:59:34.698Z | [ recovery-image] Dec 20 21:59:32.525 INFO O| Dec 20 21:59:32.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7616 | 2024-12-20T21:59:34.701Z | [ recovery-image] Dec 20 21:59:32.526 INFO O| Dec 20 21:59:32.526 INFO STEP 1097 (remove_files) COMPLETE |
7617 | 2024-12-20T21:59:34.701Z | [ recovery-image] Dec 20 21:59:32.526 INFO O| Dec 20 21:59:32.526 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7618 | 2024-12-20T21:59:34.717Z | [ recovery-image] Dec 20 21:59:32.544 INFO O| Dec 20 21:59:32.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7619 | 2024-12-20T21:59:34.719Z | [ recovery-image] Dec 20 21:59:32.544 INFO O| Dec 20 21:59:32.544 INFO STEP 1098 (remove_files) COMPLETE |
7620 | 2024-12-20T21:59:34.719Z | [ recovery-image] Dec 20 21:59:32.544 INFO O| Dec 20 21:59:32.544 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7621 | 2024-12-20T21:59:34.736Z | [ recovery-image] Dec 20 21:59:32.563 INFO O| Dec 20 21:59:32.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7622 | 2024-12-20T21:59:34.739Z | [ recovery-image] Dec 20 21:59:32.564 INFO O| Dec 20 21:59:32.564 INFO STEP 1099 (remove_files) COMPLETE |
7623 | 2024-12-20T21:59:34.739Z | [ recovery-image] Dec 20 21:59:32.564 INFO O| Dec 20 21:59:32.564 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7624 | 2024-12-20T21:59:34.754Z | [ recovery-image] Dec 20 21:59:32.582 INFO O| Dec 20 21:59:32.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7625 | 2024-12-20T21:59:34.758Z | [ recovery-image] Dec 20 21:59:32.582 INFO O| Dec 20 21:59:32.582 INFO STEP 1100 (remove_files) COMPLETE |
7626 | 2024-12-20T21:59:34.758Z | [ recovery-image] Dec 20 21:59:32.582 INFO O| Dec 20 21:59:32.582 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7627 | 2024-12-20T21:59:34.796Z | [ recovery-image] Dec 20 21:59:32.623 INFO O| Dec 20 21:59:32.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7628 | 2024-12-20T21:59:34.803Z | [ recovery-image] Dec 20 21:59:32.623 INFO O| Dec 20 21:59:32.623 INFO STEP 1101 (remove_files) COMPLETE |
7629 | 2024-12-20T21:59:34.804Z | [ recovery-image] Dec 20 21:59:32.623 INFO O| Dec 20 21:59:32.623 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7630 | 2024-12-20T21:59:34.816Z | [ recovery-image] Dec 20 21:59:32.644 INFO O| Dec 20 21:59:32.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7631 | 2024-12-20T21:59:34.816Z | [ recovery-image] Dec 20 21:59:32.644 INFO O| Dec 20 21:59:32.644 INFO STEP 1102 (remove_files) COMPLETE |
7632 | 2024-12-20T21:59:34.819Z | [ recovery-image] Dec 20 21:59:32.644 INFO O| Dec 20 21:59:32.644 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7633 | 2024-12-20T21:59:34.859Z | [ recovery-image] Dec 20 21:59:32.685 INFO O| Dec 20 21:59:32.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7634 | 2024-12-20T21:59:34.859Z | [ recovery-image] Dec 20 21:59:32.685 INFO O| Dec 20 21:59:32.685 INFO STEP 1103 (remove_files) COMPLETE |
7635 | 2024-12-20T21:59:34.859Z | [ recovery-image] Dec 20 21:59:32.685 INFO O| Dec 20 21:59:32.685 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7636 | 2024-12-20T21:59:34.906Z | [ recovery-image] Dec 20 21:59:32.732 INFO O| Dec 20 21:59:32.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7637 | 2024-12-20T21:59:34.906Z | [ recovery-image] Dec 20 21:59:32.733 INFO O| Dec 20 21:59:32.732 INFO STEP 1104 (remove_files) COMPLETE |
7638 | 2024-12-20T21:59:34.906Z | [ recovery-image] Dec 20 21:59:32.733 INFO O| Dec 20 21:59:32.733 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7639 | 2024-12-20T21:59:34.969Z | [ recovery-image] Dec 20 21:59:32.795 INFO O| Dec 20 21:59:32.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7640 | 2024-12-20T21:59:34.969Z | [ recovery-image] Dec 20 21:59:32.795 INFO O| Dec 20 21:59:32.795 INFO STEP 1105 (remove_files) COMPLETE |
7641 | 2024-12-20T21:59:34.969Z | [ recovery-image] Dec 20 21:59:32.795 INFO O| Dec 20 21:59:32.795 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7642 | 2024-12-20T21:59:35.025Z | [ recovery-image] Dec 20 21:59:32.852 INFO O| Dec 20 21:59:32.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7643 | 2024-12-20T21:59:35.025Z | [ recovery-image] Dec 20 21:59:32.852 INFO O| Dec 20 21:59:32.852 INFO STEP 1106 (remove_files) COMPLETE |
7644 | 2024-12-20T21:59:35.025Z | [ recovery-image] Dec 20 21:59:32.852 INFO O| Dec 20 21:59:32.852 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7645 | 2024-12-20T21:59:35.046Z | [ recovery-image] Dec 20 21:59:32.872 INFO O| Dec 20 21:59:32.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7646 | 2024-12-20T21:59:35.046Z | [ recovery-image] Dec 20 21:59:32.872 INFO O| Dec 20 21:59:32.872 INFO STEP 1107 (remove_files) COMPLETE |
7647 | 2024-12-20T21:59:35.046Z | [ recovery-image] Dec 20 21:59:32.872 INFO O| Dec 20 21:59:32.872 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7648 | 2024-12-20T21:59:35.149Z | [ recovery-image] Dec 20 21:59:32.976 INFO O| Dec 20 21:59:32.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7649 | 2024-12-20T21:59:35.149Z | [ recovery-image] Dec 20 21:59:32.976 INFO O| Dec 20 21:59:32.976 INFO STEP 1108 (remove_files) COMPLETE |
7650 | 2024-12-20T21:59:35.149Z | [ recovery-image] Dec 20 21:59:32.976 INFO O| Dec 20 21:59:32.976 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7651 | 2024-12-20T21:59:35.170Z | [ recovery-image] Dec 20 21:59:32.997 INFO O| Dec 20 21:59:32.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7652 | 2024-12-20T21:59:35.170Z | [ recovery-image] Dec 20 21:59:32.997 INFO O| Dec 20 21:59:32.997 INFO STEP 1109 (remove_files) COMPLETE |
7653 | 2024-12-20T21:59:35.173Z | [ recovery-image] Dec 20 21:59:32.997 INFO O| Dec 20 21:59:32.997 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7654 | 2024-12-20T21:59:35.197Z | [ recovery-image] Dec 20 21:59:33.024 INFO O| Dec 20 21:59:33.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7655 | 2024-12-20T21:59:35.197Z | [ recovery-image] Dec 20 21:59:33.024 INFO O| Dec 20 21:59:33.024 INFO STEP 1110 (remove_files) COMPLETE |
7656 | 2024-12-20T21:59:35.197Z | [ recovery-image] Dec 20 21:59:33.024 INFO O| Dec 20 21:59:33.024 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7657 | 2024-12-20T21:59:35.217Z | [ recovery-image] Dec 20 21:59:33.044 INFO O| Dec 20 21:59:33.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7658 | 2024-12-20T21:59:35.217Z | [ recovery-image] Dec 20 21:59:33.044 INFO O| Dec 20 21:59:33.044 INFO STEP 1111 (remove_files) COMPLETE |
7659 | 2024-12-20T21:59:35.217Z | [ recovery-image] Dec 20 21:59:33.044 INFO O| Dec 20 21:59:33.044 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7660 | 2024-12-20T21:59:35.237Z | [ recovery-image] Dec 20 21:59:33.064 INFO O| Dec 20 21:59:33.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7661 | 2024-12-20T21:59:35.237Z | [ recovery-image] Dec 20 21:59:33.064 INFO O| Dec 20 21:59:33.064 INFO STEP 1112 (remove_files) COMPLETE |
7662 | 2024-12-20T21:59:35.237Z | [ recovery-image] Dec 20 21:59:33.064 INFO O| Dec 20 21:59:33.064 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7663 | 2024-12-20T21:59:35.256Z | [ recovery-image] Dec 20 21:59:33.083 INFO O| Dec 20 21:59:33.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7664 | 2024-12-20T21:59:35.259Z | [ recovery-image] Dec 20 21:59:33.083 INFO O| Dec 20 21:59:33.083 INFO STEP 1113 (remove_files) COMPLETE |
7665 | 2024-12-20T21:59:35.259Z | [ recovery-image] Dec 20 21:59:33.083 INFO O| Dec 20 21:59:33.083 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7666 | 2024-12-20T21:59:35.274Z | [ recovery-image] Dec 20 21:59:33.101 INFO O| Dec 20 21:59:33.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7667 | 2024-12-20T21:59:35.277Z | [ recovery-image] Dec 20 21:59:33.101 INFO O| Dec 20 21:59:33.101 INFO STEP 1114 (remove_files) COMPLETE |
7668 | 2024-12-20T21:59:35.277Z | [ recovery-image] Dec 20 21:59:33.101 INFO O| Dec 20 21:59:33.101 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7669 | 2024-12-20T21:59:35.293Z | [ recovery-image] Dec 20 21:59:33.120 INFO O| Dec 20 21:59:33.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7670 | 2024-12-20T21:59:35.296Z | [ recovery-image] Dec 20 21:59:33.120 INFO O| Dec 20 21:59:33.120 INFO STEP 1115 (remove_files) COMPLETE |
7671 | 2024-12-20T21:59:35.296Z | [ recovery-image] Dec 20 21:59:33.120 INFO O| Dec 20 21:59:33.120 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7672 | 2024-12-20T21:59:35.314Z | [ recovery-image] Dec 20 21:59:33.140 INFO O| Dec 20 21:59:33.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7673 | 2024-12-20T21:59:35.317Z | [ recovery-image] Dec 20 21:59:33.140 INFO O| Dec 20 21:59:33.140 INFO STEP 1116 (remove_files) COMPLETE |
7674 | 2024-12-20T21:59:35.317Z | [ recovery-image] Dec 20 21:59:33.140 INFO O| Dec 20 21:59:33.140 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7675 | 2024-12-20T21:59:35.333Z | [ recovery-image] Dec 20 21:59:33.160 INFO O| Dec 20 21:59:33.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7676 | 2024-12-20T21:59:35.336Z | [ recovery-image] Dec 20 21:59:33.160 INFO O| Dec 20 21:59:33.160 INFO STEP 1117 (remove_files) COMPLETE |
7677 | 2024-12-20T21:59:35.336Z | [ recovery-image] Dec 20 21:59:33.160 INFO O| Dec 20 21:59:33.160 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7678 | 2024-12-20T21:59:35.354Z | [ recovery-image] Dec 20 21:59:33.181 INFO O| Dec 20 21:59:33.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7679 | 2024-12-20T21:59:35.357Z | [ recovery-image] Dec 20 21:59:33.181 INFO O| Dec 20 21:59:33.181 INFO STEP 1118 (remove_files) COMPLETE |
7680 | 2024-12-20T21:59:35.357Z | [ recovery-image] Dec 20 21:59:33.182 INFO O| Dec 20 21:59:33.181 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7681 | 2024-12-20T21:59:35.381Z | [ recovery-image] Dec 20 21:59:33.208 INFO O| Dec 20 21:59:33.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7682 | 2024-12-20T21:59:35.384Z | [ recovery-image] Dec 20 21:59:33.208 INFO O| Dec 20 21:59:33.208 INFO STEP 1119 (remove_files) COMPLETE |
7683 | 2024-12-20T21:59:35.384Z | [ recovery-image] Dec 20 21:59:33.209 INFO O| Dec 20 21:59:33.209 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7684 | 2024-12-20T21:59:35.404Z | [ recovery-image] Dec 20 21:59:33.231 INFO O| Dec 20 21:59:33.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7685 | 2024-12-20T21:59:35.407Z | [ recovery-image] Dec 20 21:59:33.231 INFO O| Dec 20 21:59:33.231 INFO STEP 1120 (remove_files) COMPLETE |
7686 | 2024-12-20T21:59:35.407Z | [ recovery-image] Dec 20 21:59:33.232 INFO O| Dec 20 21:59:33.232 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7687 | 2024-12-20T21:59:35.425Z | [ recovery-image] Dec 20 21:59:33.252 INFO O| Dec 20 21:59:33.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7688 | 2024-12-20T21:59:35.427Z | [ recovery-image] Dec 20 21:59:33.252 INFO O| Dec 20 21:59:33.252 INFO STEP 1121 (remove_files) COMPLETE |
7689 | 2024-12-20T21:59:35.427Z | [ recovery-image] Dec 20 21:59:33.253 INFO O| Dec 20 21:59:33.253 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7690 | 2024-12-20T21:59:35.446Z | [ recovery-image] Dec 20 21:59:33.273 INFO O| Dec 20 21:59:33.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7691 | 2024-12-20T21:59:35.449Z | [ recovery-image] Dec 20 21:59:33.274 INFO O| Dec 20 21:59:33.274 INFO STEP 1122 (remove_files) COMPLETE |
7692 | 2024-12-20T21:59:35.449Z | [ recovery-image] Dec 20 21:59:33.274 INFO O| Dec 20 21:59:33.274 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7693 | 2024-12-20T21:59:35.474Z | [ recovery-image] Dec 20 21:59:33.301 INFO O| Dec 20 21:59:33.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7694 | 2024-12-20T21:59:35.474Z | [ recovery-image] Dec 20 21:59:33.301 INFO O| Dec 20 21:59:33.301 INFO STEP 1123 (remove_files) COMPLETE |
7695 | 2024-12-20T21:59:35.474Z | [ recovery-image] Dec 20 21:59:33.301 INFO O| Dec 20 21:59:33.301 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7696 | 2024-12-20T21:59:35.495Z | [ recovery-image] Dec 20 21:59:33.322 INFO O| Dec 20 21:59:33.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7697 | 2024-12-20T21:59:35.495Z | [ recovery-image] Dec 20 21:59:33.322 INFO O| Dec 20 21:59:33.322 INFO STEP 1124 (remove_files) COMPLETE |
7698 | 2024-12-20T21:59:35.496Z | [ recovery-image] Dec 20 21:59:33.322 INFO O| Dec 20 21:59:33.322 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7699 | 2024-12-20T21:59:35.515Z | [ recovery-image] Dec 20 21:59:33.342 INFO O| Dec 20 21:59:33.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7700 | 2024-12-20T21:59:35.515Z | [ recovery-image] Dec 20 21:59:33.342 INFO O| Dec 20 21:59:33.342 INFO STEP 1125 (remove_files) COMPLETE |
7701 | 2024-12-20T21:59:35.515Z | [ recovery-image] Dec 20 21:59:33.342 INFO O| Dec 20 21:59:33.342 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7702 | 2024-12-20T21:59:35.537Z | [ recovery-image] Dec 20 21:59:33.364 INFO O| Dec 20 21:59:33.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7703 | 2024-12-20T21:59:35.537Z | [ recovery-image] Dec 20 21:59:33.364 INFO O| Dec 20 21:59:33.364 INFO STEP 1126 (remove_files) COMPLETE |
7704 | 2024-12-20T21:59:35.537Z | [ recovery-image] Dec 20 21:59:33.364 INFO O| Dec 20 21:59:33.364 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7705 | 2024-12-20T21:59:35.559Z | [ recovery-image] Dec 20 21:59:33.385 INFO O| Dec 20 21:59:33.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7706 | 2024-12-20T21:59:35.559Z | [ recovery-image] Dec 20 21:59:33.385 INFO O| Dec 20 21:59:33.385 INFO STEP 1127 (remove_files) COMPLETE |
7707 | 2024-12-20T21:59:35.559Z | [ recovery-image] Dec 20 21:59:33.385 INFO O| Dec 20 21:59:33.385 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7708 | 2024-12-20T21:59:35.609Z | [ recovery-image] Dec 20 21:59:33.435 INFO O| Dec 20 21:59:33.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7709 | 2024-12-20T21:59:35.609Z | [ recovery-image] Dec 20 21:59:33.435 INFO O| Dec 20 21:59:33.435 INFO STEP 1128 (remove_files) COMPLETE |
7710 | 2024-12-20T21:59:35.609Z | [ recovery-image] Dec 20 21:59:33.435 INFO O| Dec 20 21:59:33.435 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7711 | 2024-12-20T21:59:35.708Z | [ recovery-image] Dec 20 21:59:33.535 INFO O| Dec 20 21:59:33.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7712 | 2024-12-20T21:59:35.708Z | [ recovery-image] Dec 20 21:59:33.535 INFO O| Dec 20 21:59:33.535 INFO STEP 1129 (remove_files) COMPLETE |
7713 | 2024-12-20T21:59:35.708Z | [ recovery-image] Dec 20 21:59:33.535 INFO O| Dec 20 21:59:33.535 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7714 | 2024-12-20T21:59:35.729Z | [ recovery-image] Dec 20 21:59:33.556 INFO O| Dec 20 21:59:33.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7715 | 2024-12-20T21:59:35.729Z | [ recovery-image] Dec 20 21:59:33.556 INFO O| Dec 20 21:59:33.556 INFO STEP 1130 (remove_files) COMPLETE |
7716 | 2024-12-20T21:59:35.737Z | [ recovery-image] Dec 20 21:59:33.556 INFO O| Dec 20 21:59:33.556 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7717 | 2024-12-20T21:59:35.799Z | [ recovery-image] Dec 20 21:59:33.626 INFO O| Dec 20 21:59:33.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7718 | 2024-12-20T21:59:35.799Z | [ recovery-image] Dec 20 21:59:33.626 INFO O| Dec 20 21:59:33.626 INFO STEP 1131 (remove_files) COMPLETE |
7719 | 2024-12-20T21:59:35.799Z | [ recovery-image] Dec 20 21:59:33.626 INFO O| Dec 20 21:59:33.626 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7720 | 2024-12-20T21:59:35.867Z | [ recovery-image] Dec 20 21:59:33.694 INFO O| Dec 20 21:59:33.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7721 | 2024-12-20T21:59:35.867Z | [ recovery-image] Dec 20 21:59:33.694 INFO O| Dec 20 21:59:33.694 INFO STEP 1132 (remove_files) COMPLETE |
7722 | 2024-12-20T21:59:35.870Z | [ recovery-image] Dec 20 21:59:33.694 INFO O| Dec 20 21:59:33.694 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7723 | 2024-12-20T21:59:35.890Z | [ recovery-image] Dec 20 21:59:33.717 INFO O| Dec 20 21:59:33.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7724 | 2024-12-20T21:59:35.890Z | [ recovery-image] Dec 20 21:59:33.717 INFO O| Dec 20 21:59:33.717 INFO STEP 1133 (remove_files) COMPLETE |
7725 | 2024-12-20T21:59:35.890Z | [ recovery-image] Dec 20 21:59:33.717 INFO O| Dec 20 21:59:33.717 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7726 | 2024-12-20T21:59:35.910Z | [ recovery-image] Dec 20 21:59:33.737 INFO O| Dec 20 21:59:33.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7727 | 2024-12-20T21:59:35.910Z | [ recovery-image] Dec 20 21:59:33.738 INFO O| Dec 20 21:59:33.738 INFO STEP 1134 (remove_files) COMPLETE |
7728 | 2024-12-20T21:59:35.910Z | [ recovery-image] Dec 20 21:59:33.738 INFO O| Dec 20 21:59:33.738 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7729 | 2024-12-20T21:59:35.930Z | [ recovery-image] Dec 20 21:59:33.757 INFO O| Dec 20 21:59:33.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7730 | 2024-12-20T21:59:35.933Z | [ recovery-image] Dec 20 21:59:33.758 INFO O| Dec 20 21:59:33.758 INFO STEP 1135 (remove_files) COMPLETE |
7731 | 2024-12-20T21:59:35.933Z | [ recovery-image] Dec 20 21:59:33.758 INFO O| Dec 20 21:59:33.758 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7732 | 2024-12-20T21:59:35.982Z | [ recovery-image] Dec 20 21:59:33.809 INFO O| Dec 20 21:59:33.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7733 | 2024-12-20T21:59:35.982Z | [ recovery-image] Dec 20 21:59:33.809 INFO O| Dec 20 21:59:33.809 INFO STEP 1136 (remove_files) COMPLETE |
7734 | 2024-12-20T21:59:35.985Z | [ recovery-image] Dec 20 21:59:33.809 INFO O| Dec 20 21:59:33.809 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7735 | 2024-12-20T21:59:36.045Z | [ recovery-image] Dec 20 21:59:33.872 INFO O| Dec 20 21:59:33.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7736 | 2024-12-20T21:59:36.045Z | [ recovery-image] Dec 20 21:59:33.872 INFO O| Dec 20 21:59:33.872 INFO STEP 1137 (remove_files) COMPLETE |
7737 | 2024-12-20T21:59:36.045Z | [ recovery-image] Dec 20 21:59:33.872 INFO O| Dec 20 21:59:33.872 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7738 | 2024-12-20T21:59:36.064Z | [ recovery-image] Dec 20 21:59:33.891 INFO O| Dec 20 21:59:33.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7739 | 2024-12-20T21:59:36.064Z | [ recovery-image] Dec 20 21:59:33.891 INFO O| Dec 20 21:59:33.891 INFO STEP 1138 (remove_files) COMPLETE |
7740 | 2024-12-20T21:59:36.064Z | [ recovery-image] Dec 20 21:59:33.891 INFO O| Dec 20 21:59:33.891 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7741 | 2024-12-20T21:59:36.103Z | [ recovery-image] Dec 20 21:59:33.930 INFO O| Dec 20 21:59:33.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7742 | 2024-12-20T21:59:36.103Z | [ recovery-image] Dec 20 21:59:33.930 INFO O| Dec 20 21:59:33.930 INFO STEP 1139 (remove_files) COMPLETE |
7743 | 2024-12-20T21:59:36.103Z | [ recovery-image] Dec 20 21:59:33.930 INFO O| Dec 20 21:59:33.930 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7744 | 2024-12-20T21:59:36.143Z | [ recovery-image] Dec 20 21:59:33.969 INFO O| Dec 20 21:59:33.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7745 | 2024-12-20T21:59:36.143Z | [ recovery-image] Dec 20 21:59:33.969 INFO O| Dec 20 21:59:33.969 INFO STEP 1140 (remove_files) COMPLETE |
7746 | 2024-12-20T21:59:36.143Z | [ recovery-image] Dec 20 21:59:33.970 INFO O| Dec 20 21:59:33.969 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7747 | 2024-12-20T21:59:36.161Z | [ recovery-image] Dec 20 21:59:33.988 INFO O| Dec 20 21:59:33.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7748 | 2024-12-20T21:59:36.194Z | [ recovery-image] Dec 20 21:59:34.021 INFO O| Dec 20 21:59:34.021 INFO STEP 1141 (remove_files) COMPLETE |
7749 | 2024-12-20T21:59:36.194Z | [ recovery-image] Dec 20 21:59:34.021 INFO O| Dec 20 21:59:34.021 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7750 | 2024-12-20T21:59:36.234Z | [ recovery-image] Dec 20 21:59:34.061 INFO O| Dec 20 21:59:34.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7751 | 2024-12-20T21:59:36.234Z | [ recovery-image] Dec 20 21:59:34.061 INFO O| Dec 20 21:59:34.061 INFO STEP 1142 (remove_files) COMPLETE |
7752 | 2024-12-20T21:59:36.234Z | [ recovery-image] Dec 20 21:59:34.061 INFO O| Dec 20 21:59:34.061 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7753 | 2024-12-20T21:59:36.295Z | [ recovery-image] Dec 20 21:59:34.122 INFO O| Dec 20 21:59:34.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7754 | 2024-12-20T21:59:36.295Z | [ recovery-image] Dec 20 21:59:34.122 INFO O| Dec 20 21:59:34.122 INFO STEP 1143 (remove_files) COMPLETE |
7755 | 2024-12-20T21:59:36.295Z | [ recovery-image] Dec 20 21:59:34.122 INFO O| Dec 20 21:59:34.122 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7756 | 2024-12-20T21:59:36.335Z | [ recovery-image] Dec 20 21:59:34.162 INFO O| Dec 20 21:59:34.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7757 | 2024-12-20T21:59:36.335Z | [ recovery-image] Dec 20 21:59:34.162 INFO O| Dec 20 21:59:34.162 INFO STEP 1144 (remove_files) COMPLETE |
7758 | 2024-12-20T21:59:36.338Z | [ recovery-image] Dec 20 21:59:34.163 INFO O| Dec 20 21:59:34.162 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7759 | 2024-12-20T21:59:36.363Z | [ recovery-image] Dec 20 21:59:34.189 INFO O| Dec 20 21:59:34.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7760 | 2024-12-20T21:59:36.363Z | [ recovery-image] Dec 20 21:59:34.189 INFO O| Dec 20 21:59:34.189 INFO STEP 1145 (remove_files) COMPLETE |
7761 | 2024-12-20T21:59:36.363Z | [ recovery-image] Dec 20 21:59:34.189 INFO O| Dec 20 21:59:34.189 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7762 | 2024-12-20T21:59:36.410Z | [ recovery-image] Dec 20 21:59:34.237 INFO O| Dec 20 21:59:34.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7763 | 2024-12-20T21:59:36.410Z | [ recovery-image] Dec 20 21:59:34.237 INFO O| Dec 20 21:59:34.237 INFO STEP 1146 (remove_files) COMPLETE |
7764 | 2024-12-20T21:59:36.410Z | [ recovery-image] Dec 20 21:59:34.237 INFO O| Dec 20 21:59:34.237 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7765 | 2024-12-20T21:59:36.430Z | [ recovery-image] Dec 20 21:59:34.257 INFO O| Dec 20 21:59:34.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7766 | 2024-12-20T21:59:36.430Z | [ recovery-image] Dec 20 21:59:34.257 INFO O| Dec 20 21:59:34.257 INFO STEP 1147 (remove_files) COMPLETE |
7767 | 2024-12-20T21:59:36.430Z | [ recovery-image] Dec 20 21:59:34.257 INFO O| Dec 20 21:59:34.257 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7768 | 2024-12-20T21:59:36.473Z | [ recovery-image] Dec 20 21:59:34.300 INFO O| Dec 20 21:59:34.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7769 | 2024-12-20T21:59:36.473Z | [ recovery-image] Dec 20 21:59:34.300 INFO O| Dec 20 21:59:34.300 INFO STEP 1148 (remove_files) COMPLETE |
7770 | 2024-12-20T21:59:36.473Z | [ recovery-image] Dec 20 21:59:34.300 INFO O| Dec 20 21:59:34.300 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7771 | 2024-12-20T21:59:36.493Z | [ recovery-image] Dec 20 21:59:34.320 INFO O| Dec 20 21:59:34.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7772 | 2024-12-20T21:59:36.493Z | [ recovery-image] Dec 20 21:59:34.320 INFO O| Dec 20 21:59:34.320 INFO STEP 1149 (remove_files) COMPLETE |
7773 | 2024-12-20T21:59:36.493Z | [ recovery-image] Dec 20 21:59:34.320 INFO O| Dec 20 21:59:34.320 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7774 | 2024-12-20T21:59:36.533Z | [ recovery-image] Dec 20 21:59:34.360 INFO O| Dec 20 21:59:34.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7775 | 2024-12-20T21:59:36.533Z | [ recovery-image] Dec 20 21:59:34.360 INFO O| Dec 20 21:59:34.360 INFO STEP 1150 (remove_files) COMPLETE |
7776 | 2024-12-20T21:59:36.536Z | [ recovery-image] Dec 20 21:59:34.360 INFO O| Dec 20 21:59:34.360 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7777 | 2024-12-20T21:59:36.552Z | [ recovery-image] Dec 20 21:59:34.379 INFO O| Dec 20 21:59:34.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7778 | 2024-12-20T21:59:36.552Z | [ recovery-image] Dec 20 21:59:34.379 INFO O| Dec 20 21:59:34.379 INFO STEP 1151 (remove_files) COMPLETE |
7779 | 2024-12-20T21:59:36.554Z | [ recovery-image] Dec 20 21:59:34.379 INFO O| Dec 20 21:59:34.379 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7780 | 2024-12-20T21:59:36.569Z | [ recovery-image] Dec 20 21:59:34.396 INFO O| Dec 20 21:59:34.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7781 | 2024-12-20T21:59:36.569Z | [ recovery-image] Dec 20 21:59:34.396 INFO O| Dec 20 21:59:34.396 INFO STEP 1152 (remove_files) COMPLETE |
7782 | 2024-12-20T21:59:36.569Z | [ recovery-image] Dec 20 21:59:34.396 INFO O| Dec 20 21:59:34.396 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7783 | 2024-12-20T21:59:36.589Z | [ recovery-image] Dec 20 21:59:34.415 INFO O| Dec 20 21:59:34.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7784 | 2024-12-20T21:59:36.589Z | [ recovery-image] Dec 20 21:59:34.415 INFO O| Dec 20 21:59:34.415 INFO STEP 1153 (remove_files) COMPLETE |
7785 | 2024-12-20T21:59:36.589Z | [ recovery-image] Dec 20 21:59:34.415 INFO O| Dec 20 21:59:34.415 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7786 | 2024-12-20T21:59:36.607Z | [ recovery-image] Dec 20 21:59:34.433 INFO O| Dec 20 21:59:34.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7787 | 2024-12-20T21:59:36.607Z | [ recovery-image] Dec 20 21:59:34.433 INFO O| Dec 20 21:59:34.433 INFO STEP 1154 (remove_files) COMPLETE |
7788 | 2024-12-20T21:59:36.607Z | [ recovery-image] Dec 20 21:59:34.433 INFO O| Dec 20 21:59:34.433 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7789 | 2024-12-20T21:59:36.624Z | [ recovery-image] Dec 20 21:59:34.451 INFO O| Dec 20 21:59:34.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7790 | 2024-12-20T21:59:36.624Z | [ recovery-image] Dec 20 21:59:34.452 INFO O| Dec 20 21:59:34.451 INFO STEP 1155 (remove_files) COMPLETE |
7791 | 2024-12-20T21:59:36.624Z | [ recovery-image] Dec 20 21:59:34.452 INFO O| Dec 20 21:59:34.452 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7792 | 2024-12-20T21:59:36.661Z | [ recovery-image] Dec 20 21:59:34.487 INFO O| Dec 20 21:59:34.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7793 | 2024-12-20T21:59:36.661Z | [ recovery-image] Dec 20 21:59:34.487 INFO O| Dec 20 21:59:34.487 INFO STEP 1156 (remove_files) COMPLETE |
7794 | 2024-12-20T21:59:36.661Z | [ recovery-image] Dec 20 21:59:34.487 INFO O| Dec 20 21:59:34.487 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7795 | 2024-12-20T21:59:36.679Z | [ recovery-image] Dec 20 21:59:34.506 INFO O| Dec 20 21:59:34.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7796 | 2024-12-20T21:59:36.680Z | [ recovery-image] Dec 20 21:59:34.506 INFO O| Dec 20 21:59:34.506 INFO STEP 1157 (remove_files) COMPLETE |
7797 | 2024-12-20T21:59:36.680Z | [ recovery-image] Dec 20 21:59:34.506 INFO O| Dec 20 21:59:34.506 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7798 | 2024-12-20T21:59:36.724Z | [ recovery-image] Dec 20 21:59:34.551 INFO O| Dec 20 21:59:34.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7799 | 2024-12-20T21:59:36.724Z | [ recovery-image] Dec 20 21:59:34.551 INFO O| Dec 20 21:59:34.551 INFO STEP 1158 (remove_files) COMPLETE |
7800 | 2024-12-20T21:59:36.724Z | [ recovery-image] Dec 20 21:59:34.551 INFO O| Dec 20 21:59:34.551 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7801 | 2024-12-20T21:59:36.744Z | [ recovery-image] Dec 20 21:59:34.571 INFO O| Dec 20 21:59:34.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7802 | 2024-12-20T21:59:36.744Z | [ recovery-image] Dec 20 21:59:34.571 INFO O| Dec 20 21:59:34.571 INFO STEP 1159 (remove_files) COMPLETE |
7803 | 2024-12-20T21:59:36.747Z | [ recovery-image] Dec 20 21:59:34.571 INFO O| Dec 20 21:59:34.571 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7804 | 2024-12-20T21:59:36.763Z | [ recovery-image] Dec 20 21:59:34.590 INFO O| Dec 20 21:59:34.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7805 | 2024-12-20T21:59:36.763Z | [ recovery-image] Dec 20 21:59:34.590 INFO O| Dec 20 21:59:34.590 INFO STEP 1160 (remove_files) COMPLETE |
7806 | 2024-12-20T21:59:36.766Z | [ recovery-image] Dec 20 21:59:34.590 INFO O| Dec 20 21:59:34.590 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7807 | 2024-12-20T21:59:36.800Z | [ recovery-image] Dec 20 21:59:34.627 INFO O| Dec 20 21:59:34.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7808 | 2024-12-20T21:59:36.800Z | [ recovery-image] Dec 20 21:59:34.627 INFO O| Dec 20 21:59:34.627 INFO STEP 1161 (remove_files) COMPLETE |
7809 | 2024-12-20T21:59:36.803Z | [ recovery-image] Dec 20 21:59:34.627 INFO O| Dec 20 21:59:34.627 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7810 | 2024-12-20T21:59:36.844Z | [ recovery-image] Dec 20 21:59:34.671 INFO O| Dec 20 21:59:34.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7811 | 2024-12-20T21:59:36.844Z | [ recovery-image] Dec 20 21:59:34.671 INFO O| Dec 20 21:59:34.671 INFO STEP 1162 (remove_files) COMPLETE |
7812 | 2024-12-20T21:59:36.844Z | [ recovery-image] Dec 20 21:59:34.671 INFO O| Dec 20 21:59:34.671 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7813 | 2024-12-20T21:59:36.952Z | [ recovery-image] Dec 20 21:59:34.779 INFO O| Dec 20 21:59:34.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7814 | 2024-12-20T21:59:36.955Z | [ recovery-image] Dec 20 21:59:34.779 INFO O| Dec 20 21:59:34.779 INFO STEP 1163 (remove_files) COMPLETE |
7815 | 2024-12-20T21:59:36.955Z | [ recovery-image] Dec 20 21:59:34.779 INFO O| Dec 20 21:59:34.779 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7816 | 2024-12-20T21:59:36.973Z | [ recovery-image] Dec 20 21:59:34.800 INFO O| Dec 20 21:59:34.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7817 | 2024-12-20T21:59:36.975Z | [ recovery-image] Dec 20 21:59:34.800 INFO O| Dec 20 21:59:34.800 INFO STEP 1164 (remove_files) COMPLETE |
7818 | 2024-12-20T21:59:36.975Z | [ recovery-image] Dec 20 21:59:34.800 INFO O| Dec 20 21:59:34.800 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7819 | 2024-12-20T21:59:37.454Z | [ recovery-image] Dec 20 21:59:34.818 INFO O| Dec 20 21:59:34.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7820 | 2024-12-20T21:59:37.470Z | [ recovery-image] Dec 20 21:59:34.818 INFO O| Dec 20 21:59:34.818 INFO STEP 1165 (remove_files) COMPLETE |
7821 | 2024-12-20T21:59:37.470Z | [ recovery-image] Dec 20 21:59:34.818 INFO O| Dec 20 21:59:34.818 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7822 | 2024-12-20T21:59:37.470Z | [ recovery-image] Dec 20 21:59:34.838 INFO O| Dec 20 21:59:34.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7823 | 2024-12-20T21:59:37.470Z | [ recovery-image] Dec 20 21:59:34.838 INFO O| Dec 20 21:59:34.838 INFO STEP 1166 (remove_files) COMPLETE |
7824 | 2024-12-20T21:59:37.470Z | [ recovery-image] Dec 20 21:59:34.838 INFO O| Dec 20 21:59:34.838 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7825 | 2024-12-20T21:59:37.470Z | [ recovery-image] Dec 20 21:59:34.857 INFO O| Dec 20 21:59:34.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7826 | 2024-12-20T21:59:37.470Z | [ recovery-image] Dec 20 21:59:34.857 INFO O| Dec 20 21:59:34.857 INFO STEP 1167 (remove_files) COMPLETE |
7827 | 2024-12-20T21:59:37.470Z | [ recovery-image] Dec 20 21:59:34.857 INFO O| Dec 20 21:59:34.857 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7828 | 2024-12-20T21:59:37.470Z | [ recovery-image] Dec 20 21:59:34.876 INFO O| Dec 20 21:59:34.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7829 | 2024-12-20T21:59:37.470Z | [ recovery-image] Dec 20 21:59:34.876 INFO O| Dec 20 21:59:34.876 INFO STEP 1168 (remove_files) COMPLETE |
7830 | 2024-12-20T21:59:37.470Z | [ recovery-image] Dec 20 21:59:34.876 INFO O| Dec 20 21:59:34.876 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7831 | 2024-12-20T21:59:37.470Z | [ recovery-image] Dec 20 21:59:34.916 INFO O| Dec 20 21:59:34.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7832 | 2024-12-20T21:59:37.470Z | [ recovery-image] Dec 20 21:59:34.916 INFO O| Dec 20 21:59:34.916 INFO STEP 1169 (remove_files) COMPLETE |
7833 | 2024-12-20T21:59:37.470Z | [ recovery-image] Dec 20 21:59:34.916 INFO O| Dec 20 21:59:34.916 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7834 | 2024-12-20T21:59:37.470Z | [ recovery-image] Dec 20 21:59:34.984 INFO O| Dec 20 21:59:34.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7835 | 2024-12-20T21:59:37.470Z | [ recovery-image] Dec 20 21:59:34.984 INFO O| Dec 20 21:59:34.984 INFO STEP 1170 (remove_files) COMPLETE |
7836 | 2024-12-20T21:59:37.470Z | [ recovery-image] Dec 20 21:59:34.984 INFO O| Dec 20 21:59:34.984 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7837 | 2024-12-20T21:59:37.470Z | [ recovery-image] Dec 20 21:59:35.003 INFO O| Dec 20 21:59:35.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7838 | 2024-12-20T21:59:37.470Z | [ recovery-image] Dec 20 21:59:35.003 INFO O| Dec 20 21:59:35.003 INFO STEP 1171 (remove_files) COMPLETE |
7839 | 2024-12-20T21:59:37.470Z | [ recovery-image] Dec 20 21:59:35.003 INFO O| Dec 20 21:59:35.003 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7840 | 2024-12-20T21:59:37.470Z | [ recovery-image] Dec 20 21:59:35.053 INFO O| Dec 20 21:59:35.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7841 | 2024-12-20T21:59:37.470Z | [ recovery-image] Dec 20 21:59:35.053 INFO O| Dec 20 21:59:35.053 INFO STEP 1172 (remove_files) COMPLETE |
7842 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.053 INFO O| Dec 20 21:59:35.053 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7843 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.096 INFO O| Dec 20 21:59:35.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7844 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.096 INFO O| Dec 20 21:59:35.096 INFO STEP 1173 (remove_files) COMPLETE |
7845 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.096 INFO O| Dec 20 21:59:35.096 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7846 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.114 INFO O| Dec 20 21:59:35.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7847 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.114 INFO O| Dec 20 21:59:35.114 INFO STEP 1174 (remove_files) COMPLETE |
7848 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.114 INFO O| Dec 20 21:59:35.114 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7849 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.139 INFO O| Dec 20 21:59:35.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7850 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.139 INFO O| Dec 20 21:59:35.130 INFO STEP 1175 (remove_files) COMPLETE |
7851 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.139 INFO O| Dec 20 21:59:35.131 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7852 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.161 INFO O| Dec 20 21:59:35.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7853 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.161 INFO O| Dec 20 21:59:35.161 INFO STEP 1176 (remove_files) COMPLETE |
7854 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.161 INFO O| Dec 20 21:59:35.161 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7855 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.189 INFO O| Dec 20 21:59:35.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7856 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.189 INFO O| Dec 20 21:59:35.189 INFO STEP 1177 (remove_files) COMPLETE |
7857 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.190 INFO O| Dec 20 21:59:35.190 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7858 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.209 INFO O| Dec 20 21:59:35.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7859 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.210 INFO O| Dec 20 21:59:35.209 INFO STEP 1178 (remove_files) COMPLETE |
7860 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.210 INFO O| Dec 20 21:59:35.210 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7861 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.226 INFO O| Dec 20 21:59:35.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7862 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.226 INFO O| Dec 20 21:59:35.226 INFO STEP 1179 (remove_files) COMPLETE |
7863 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.226 INFO O| Dec 20 21:59:35.226 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7864 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.242 INFO O| Dec 20 21:59:35.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7865 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.242 INFO O| Dec 20 21:59:35.242 INFO STEP 1180 (remove_files) COMPLETE |
7866 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.243 INFO O| Dec 20 21:59:35.243 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7867 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.260 INFO O| Dec 20 21:59:35.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7868 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.260 INFO O| Dec 20 21:59:35.260 INFO STEP 1181 (remove_files) COMPLETE |
7869 | 2024-12-20T21:59:37.471Z | [ recovery-image] Dec 20 21:59:35.260 INFO O| Dec 20 21:59:35.260 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7870 | 2024-12-20T21:59:37.477Z | [ recovery-image] Dec 20 21:59:35.303 INFO O| Dec 20 21:59:35.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7871 | 2024-12-20T21:59:37.481Z | [ recovery-image] Dec 20 21:59:35.303 INFO O| Dec 20 21:59:35.303 INFO STEP 1182 (remove_files) COMPLETE |
7872 | 2024-12-20T21:59:37.481Z | [ recovery-image] Dec 20 21:59:35.303 INFO O| Dec 20 21:59:35.303 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7873 | 2024-12-20T21:59:37.496Z | [ recovery-image] Dec 20 21:59:35.323 INFO O| Dec 20 21:59:35.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7874 | 2024-12-20T21:59:37.499Z | [ recovery-image] Dec 20 21:59:35.323 INFO O| Dec 20 21:59:35.323 INFO STEP 1183 (remove_files) COMPLETE |
7875 | 2024-12-20T21:59:37.499Z | [ recovery-image] Dec 20 21:59:35.324 INFO O| Dec 20 21:59:35.323 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7876 | 2024-12-20T21:59:37.516Z | [ recovery-image] Dec 20 21:59:35.343 INFO O| Dec 20 21:59:35.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7877 | 2024-12-20T21:59:37.519Z | [ recovery-image] Dec 20 21:59:35.343 INFO O| Dec 20 21:59:35.343 INFO STEP 1184 (remove_files) COMPLETE |
7878 | 2024-12-20T21:59:37.519Z | [ recovery-image] Dec 20 21:59:35.343 INFO O| Dec 20 21:59:35.343 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7879 | 2024-12-20T21:59:37.564Z | [ recovery-image] Dec 20 21:59:35.390 INFO O| Dec 20 21:59:35.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7880 | 2024-12-20T21:59:37.564Z | [ recovery-image] Dec 20 21:59:35.390 INFO O| Dec 20 21:59:35.390 INFO STEP 1185 (remove_files) COMPLETE |
7881 | 2024-12-20T21:59:37.564Z | [ recovery-image] Dec 20 21:59:35.390 INFO O| Dec 20 21:59:35.390 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7882 | 2024-12-20T21:59:37.640Z | [ recovery-image] Dec 20 21:59:35.467 INFO O| Dec 20 21:59:35.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7883 | 2024-12-20T21:59:37.640Z | [ recovery-image] Dec 20 21:59:35.467 INFO O| Dec 20 21:59:35.467 INFO STEP 1186 (remove_files) COMPLETE |
7884 | 2024-12-20T21:59:37.643Z | [ recovery-image] Dec 20 21:59:35.467 INFO O| Dec 20 21:59:35.467 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7885 | 2024-12-20T21:59:37.684Z | [ recovery-image] Dec 20 21:59:35.510 INFO O| Dec 20 21:59:35.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7886 | 2024-12-20T21:59:37.684Z | [ recovery-image] Dec 20 21:59:35.511 INFO O| Dec 20 21:59:35.510 INFO STEP 1187 (remove_files) COMPLETE |
7887 | 2024-12-20T21:59:37.687Z | [ recovery-image] Dec 20 21:59:35.511 INFO O| Dec 20 21:59:35.511 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7888 | 2024-12-20T21:59:37.702Z | [ recovery-image] Dec 20 21:59:35.529 INFO O| Dec 20 21:59:35.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7889 | 2024-12-20T21:59:37.705Z | [ recovery-image] Dec 20 21:59:35.529 INFO O| Dec 20 21:59:35.529 INFO STEP 1188 (remove_files) COMPLETE |
7890 | 2024-12-20T21:59:37.705Z | [ recovery-image] Dec 20 21:59:35.530 INFO O| Dec 20 21:59:35.529 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7891 | 2024-12-20T21:59:37.721Z | [ recovery-image] Dec 20 21:59:35.548 INFO O| Dec 20 21:59:35.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7892 | 2024-12-20T21:59:37.721Z | [ recovery-image] Dec 20 21:59:35.548 INFO O| Dec 20 21:59:35.548 INFO STEP 1189 (remove_files) COMPLETE |
7893 | 2024-12-20T21:59:37.724Z | [ recovery-image] Dec 20 21:59:35.548 INFO O| Dec 20 21:59:35.548 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7894 | 2024-12-20T21:59:37.765Z | [ recovery-image] Dec 20 21:59:35.592 INFO O| Dec 20 21:59:35.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7895 | 2024-12-20T21:59:37.765Z | [ recovery-image] Dec 20 21:59:35.592 INFO O| Dec 20 21:59:35.592 INFO STEP 1190 (remove_files) COMPLETE |
7896 | 2024-12-20T21:59:37.765Z | [ recovery-image] Dec 20 21:59:35.592 INFO O| Dec 20 21:59:35.592 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7897 | 2024-12-20T21:59:37.806Z | [ recovery-image] Dec 20 21:59:35.633 INFO O| Dec 20 21:59:35.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7898 | 2024-12-20T21:59:37.806Z | [ recovery-image] Dec 20 21:59:35.633 INFO O| Dec 20 21:59:35.633 INFO STEP 1191 (remove_files) COMPLETE |
7899 | 2024-12-20T21:59:37.808Z | [ recovery-image] Dec 20 21:59:35.633 INFO O| Dec 20 21:59:35.633 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7900 | 2024-12-20T21:59:37.861Z | [ recovery-image] Dec 20 21:59:35.687 INFO O| Dec 20 21:59:35.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7901 | 2024-12-20T21:59:37.861Z | [ recovery-image] Dec 20 21:59:35.687 INFO O| Dec 20 21:59:35.687 INFO STEP 1192 (remove_files) COMPLETE |
7902 | 2024-12-20T21:59:37.864Z | [ recovery-image] Dec 20 21:59:35.687 INFO O| Dec 20 21:59:35.687 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7903 | 2024-12-20T21:59:37.908Z | [ recovery-image] Dec 20 21:59:35.735 INFO O| Dec 20 21:59:35.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7904 | 2024-12-20T21:59:37.908Z | [ recovery-image] Dec 20 21:59:35.735 INFO O| Dec 20 21:59:35.735 INFO STEP 1193 (remove_files) COMPLETE |
7905 | 2024-12-20T21:59:37.911Z | [ recovery-image] Dec 20 21:59:35.735 INFO O| Dec 20 21:59:35.735 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7906 | 2024-12-20T21:59:37.977Z | [ recovery-image] Dec 20 21:59:35.804 INFO O| Dec 20 21:59:35.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7907 | 2024-12-20T21:59:37.977Z | [ recovery-image] Dec 20 21:59:35.804 INFO O| Dec 20 21:59:35.804 INFO STEP 1194 (remove_files) COMPLETE |
7908 | 2024-12-20T21:59:37.981Z | [ recovery-image] Dec 20 21:59:35.804 INFO O| Dec 20 21:59:35.804 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7909 | 2024-12-20T21:59:38.054Z | [ recovery-image] Dec 20 21:59:35.881 INFO O| Dec 20 21:59:35.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7910 | 2024-12-20T21:59:38.054Z | [ recovery-image] Dec 20 21:59:35.881 INFO O| Dec 20 21:59:35.881 INFO STEP 1195 (remove_files) COMPLETE |
7911 | 2024-12-20T21:59:38.055Z | [ recovery-image] Dec 20 21:59:35.881 INFO O| Dec 20 21:59:35.881 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7912 | 2024-12-20T21:59:38.121Z | [ recovery-image] Dec 20 21:59:35.948 INFO O| Dec 20 21:59:35.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7913 | 2024-12-20T21:59:38.122Z | [ recovery-image] Dec 20 21:59:35.948 INFO O| Dec 20 21:59:35.948 INFO STEP 1196 (remove_files) COMPLETE |
7914 | 2024-12-20T21:59:38.124Z | [ recovery-image] Dec 20 21:59:35.948 INFO O| Dec 20 21:59:35.948 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7915 | 2024-12-20T21:59:38.139Z | [ recovery-image] Dec 20 21:59:35.965 INFO O| Dec 20 21:59:35.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7916 | 2024-12-20T21:59:38.139Z | [ recovery-image] Dec 20 21:59:35.965 INFO O| Dec 20 21:59:35.965 INFO STEP 1197 (remove_files) COMPLETE |
7917 | 2024-12-20T21:59:38.139Z | [ recovery-image] Dec 20 21:59:35.966 INFO O| Dec 20 21:59:35.965 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7918 | 2024-12-20T21:59:38.156Z | [ recovery-image] Dec 20 21:59:35.983 INFO O| Dec 20 21:59:35.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7919 | 2024-12-20T21:59:38.156Z | [ recovery-image] Dec 20 21:59:35.983 INFO O| Dec 20 21:59:35.983 INFO STEP 1198 (remove_files) COMPLETE |
7920 | 2024-12-20T21:59:38.156Z | [ recovery-image] Dec 20 21:59:35.983 INFO O| Dec 20 21:59:35.983 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7921 | 2024-12-20T21:59:38.176Z | [ recovery-image] Dec 20 21:59:36.002 INFO O| Dec 20 21:59:36.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7922 | 2024-12-20T21:59:38.176Z | [ recovery-image] Dec 20 21:59:36.002 INFO O| Dec 20 21:59:36.002 INFO STEP 1199 (remove_files) COMPLETE |
7923 | 2024-12-20T21:59:38.176Z | [ recovery-image] Dec 20 21:59:36.002 INFO O| Dec 20 21:59:36.002 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7924 | 2024-12-20T21:59:38.225Z | [ recovery-image] Dec 20 21:59:36.052 INFO O| Dec 20 21:59:36.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7925 | 2024-12-20T21:59:38.225Z | [ recovery-image] Dec 20 21:59:36.052 INFO O| Dec 20 21:59:36.052 INFO STEP 1200 (remove_files) COMPLETE |
7926 | 2024-12-20T21:59:38.225Z | [ recovery-image] Dec 20 21:59:36.052 INFO O| Dec 20 21:59:36.052 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7927 | 2024-12-20T21:59:38.247Z | [ recovery-image] Dec 20 21:59:36.074 INFO O| Dec 20 21:59:36.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7928 | 2024-12-20T21:59:38.247Z | [ recovery-image] Dec 20 21:59:36.074 INFO O| Dec 20 21:59:36.074 INFO STEP 1201 (remove_files) COMPLETE |
7929 | 2024-12-20T21:59:38.247Z | [ recovery-image] Dec 20 21:59:36.074 INFO O| Dec 20 21:59:36.074 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7930 | 2024-12-20T21:59:38.267Z | [ recovery-image] Dec 20 21:59:36.093 INFO O| Dec 20 21:59:36.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7931 | 2024-12-20T21:59:38.267Z | [ recovery-image] Dec 20 21:59:36.093 INFO O| Dec 20 21:59:36.093 INFO STEP 1202 (remove_files) COMPLETE |
7932 | 2024-12-20T21:59:38.267Z | [ recovery-image] Dec 20 21:59:36.093 INFO O| Dec 20 21:59:36.093 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7933 | 2024-12-20T21:59:38.286Z | [ recovery-image] Dec 20 21:59:36.113 INFO O| Dec 20 21:59:36.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7934 | 2024-12-20T21:59:38.286Z | [ recovery-image] Dec 20 21:59:36.113 INFO O| Dec 20 21:59:36.113 INFO STEP 1203 (remove_files) COMPLETE |
7935 | 2024-12-20T21:59:38.288Z | [ recovery-image] Dec 20 21:59:36.113 INFO O| Dec 20 21:59:36.113 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7936 | 2024-12-20T21:59:38.305Z | [ recovery-image] Dec 20 21:59:36.132 INFO O| Dec 20 21:59:36.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7937 | 2024-12-20T21:59:38.305Z | [ recovery-image] Dec 20 21:59:36.132 INFO O| Dec 20 21:59:36.132 INFO STEP 1204 (remove_files) COMPLETE |
7938 | 2024-12-20T21:59:38.305Z | [ recovery-image] Dec 20 21:59:36.132 INFO O| Dec 20 21:59:36.132 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7939 | 2024-12-20T21:59:38.341Z | [ recovery-image] Dec 20 21:59:36.167 INFO O| Dec 20 21:59:36.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7940 | 2024-12-20T21:59:38.341Z | [ recovery-image] Dec 20 21:59:36.167 INFO O| Dec 20 21:59:36.167 INFO STEP 1205 (remove_files) COMPLETE |
7941 | 2024-12-20T21:59:38.341Z | [ recovery-image] Dec 20 21:59:36.167 INFO O| Dec 20 21:59:36.167 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7942 | 2024-12-20T21:59:38.383Z | [ recovery-image] Dec 20 21:59:36.210 INFO O| Dec 20 21:59:36.210 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7943 | 2024-12-20T21:59:38.386Z | [ recovery-image] Dec 20 21:59:36.210 INFO O| Dec 20 21:59:36.210 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7944 | 2024-12-20T21:59:38.531Z | [ host-image] Dec 20 21:59:36.358 INFO O| Dec 20 21:59:36.357 INFO O| Actions: 23207/49485 actions (Installing new actions) |
7945 | 2024-12-20T21:59:40.414Z | [ recovery-image] Dec 20 21:59:38.237 INFO O| Dec 20 21:59:38.237 INFO STEP 1206 (pack_tar) COMPLETE |
7946 | 2024-12-20T21:59:40.414Z | [ recovery-image] Dec 20 21:59:38.237 INFO O| Dec 20 21:59:38.237 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7947 | 2024-12-20T21:59:40.419Z | [ recovery-image] Dec 20 21:59:38.237 INFO O| Dec 20 21:59:38.237 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7948 | 2024-12-20T21:59:40.866Z | [ recovery-image] Dec 20 21:59:38.692 INFO O| Dec 20 21:59:38.692 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7949 | 2024-12-20T21:59:41.099Z | [ recovery-image] Dec 20 21:59:38.925 INFO O| Dec 20 21:59:38.925 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7950 | 2024-12-20T21:59:41.109Z | [ recovery-image] Dec 20 21:59:38.935 INFO image builder template: zfs-recovery... |
7951 | 2024-12-20T21:59:41.109Z | [ recovery-image] Dec 20 21:59:38.935 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/.tmpUUBaUa/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 |
7952 | 2024-12-20T21:59:41.163Z | [ recovery-image] Dec 20 21:59:38.989 INFO O| Dec 20 21:59:38.989 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7953 | 2024-12-20T21:59:41.178Z | [ recovery-image] Dec 20 21:59:39.004 INFO O| Dec 20 21:59:39.004 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7954 | 2024-12-20T21:59:41.337Z | [ recovery-image] Dec 20 21:59:39.163 INFO O| Dec 20 21:59:39.163 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7955 | 2024-12-20T21:59:41.426Z | [ recovery-image] Dec 20 21:59:39.252 INFO O| Dec 20 21:59:39.251 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7956 | 2024-12-20T21:59:41.426Z | [ recovery-image] Dec 20 21:59:39.252 INFO O| Dec 20 21:59:39.252 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7957 | 2024-12-20T21:59:41.433Z | [ recovery-image] Dec 20 21:59:39.259 INFO O| Dec 20 21:59:39.259 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7958 | 2024-12-20T21:59:41.543Z | [ recovery-image] Dec 20 21:59:39.369 INFO O| Dec 20 21:59:39.369 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7959 | 2024-12-20T21:59:41.644Z | [ recovery-image] Dec 20 21:59:39.470 INFO O| Dec 20 21:59:39.470 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7960 | 2024-12-20T21:59:41.679Z | [ recovery-image] Dec 20 21:59:39.504 INFO O| Dec 20 21:59:39.504 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7961 | 2024-12-20T21:59:41.688Z | [ recovery-image] Dec 20 21:59:39.514 INFO O| Dec 20 21:59:39.514 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7962 | 2024-12-20T21:59:41.812Z | [ recovery-image] Dec 20 21:59:39.590 INFO O| Dec 20 21:59:39.589 INFO no lofi found |
7963 | 2024-12-20T21:59:41.812Z | [ recovery-image] Dec 20 21:59:39.590 INFO O| Dec 20 21:59:39.590 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7964 | 2024-12-20T21:59:41.812Z | [ recovery-image] Dec 20 21:59:39.590 INFO O| Dec 20 21:59:39.590 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7965 | 2024-12-20T21:59:43.532Z | [ host-image] Dec 20 21:59:41.358 INFO O| Dec 20 21:59:41.358 INFO O| Actions: 47118/49485 actions (Installing new actions) |
7966 | 2024-12-20T21:59:44.187Z | [ recovery-image] Dec 20 21:59:42.012 INFO O| Dec 20 21:59:42.012 INFO lofi device = /dev/dsk/c2t1d0p0 |
7967 | 2024-12-20T21:59:44.188Z | [ recovery-image] Dec 20 21:59:42.013 INFO O| Dec 20 21:59:42.012 INFO pool device = /dev/dsk/c2t1d0p0 |
7968 | 2024-12-20T21:59:44.190Z | [ recovery-image] Dec 20 21:59:42.013 INFO O| Dec 20 21:59:42.013 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"] |
7969 | 2024-12-20T21:59:44.523Z | [ recovery-image] Dec 20 21:59:42.348 INFO O| Dec 20 21:59:42.348 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7970 | 2024-12-20T21:59:44.523Z | [ recovery-image] Dec 20 21:59:42.348 INFO O| Dec 20 21:59:42.348 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7971 | 2024-12-20T21:59:44.579Z | [ recovery-image] Dec 20 21:59:42.404 INFO O| Dec 20 21:59:42.404 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7972 | 2024-12-20T21:59:44.867Z | [ recovery-image] Dec 20 21:59:42.692 INFO O| Dec 20 21:59:42.692 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7973 | 2024-12-20T21:59:44.957Z | [ recovery-image] Dec 20 21:59:42.782 INFO O| Dec 20 21:59:42.782 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7974 | 2024-12-20T21:59:44.984Z | [ recovery-image] Dec 20 21:59:42.809 INFO O| Dec 20 21:59:42.809 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7975 | 2024-12-20T21:59:45.005Z | [ recovery-image] Dec 20 21:59:42.830 INFO O| Dec 20 21:59:42.830 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7976 | 2024-12-20T21:59:45.193Z | [ recovery-image] Dec 20 21:59:43.018 INFO O| Dec 20 21:59:43.018 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7977 | 2024-12-20T21:59:45.196Z | [ recovery-image] Dec 20 21:59:43.019 INFO O| Dec 20 21:59:43.018 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7978 | 2024-12-20T21:59:45.196Z | [ recovery-image] Dec 20 21:59:43.019 INFO O| Dec 20 21:59:43.019 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7979 | 2024-12-20T21:59:45.219Z | [ recovery-image] Dec 20 21:59:43.043 INFO O| Dec 20 21:59:43.043 INFO boot environment UUID: 03693f23-5375-4942-8e9b-44ed83f6fc7b |
7980 | 2024-12-20T21:59:45.219Z | [ recovery-image] Dec 20 21:59:43.043 INFO O| Dec 20 21:59:43.043 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 03693f23-5375-4942-8e9b-44ed83f6fc7b |
7981 | 2024-12-20T21:59:45.243Z | [ host-image] Dec 20 21:59:43.068 INFO O| Dec 20 21:59:43.068 INFO O| Actions: Completed 49485 actions in 21.72 seconds. |
7982 | 2024-12-20T21:59:45.312Z | [ recovery-image] Dec 20 21:59:43.137 INFO O| Dec 20 21:59:43.136 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7983 | 2024-12-20T21:59:45.337Z | [ recovery-image] Dec 20 21:59:43.162 INFO O| Dec 20 21:59:43.162 INFO STEP 0 (create_be) COMPLETE |
7984 | 2024-12-20T21:59:45.337Z | [ recovery-image] Dec 20 21:59:43.162 INFO O| Dec 20 21:59:43.162 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7985 | 2024-12-20T21:59:45.385Z | [ recovery-image] Dec 20 21:59:43.209 INFO O| Dec 20 21:59:43.209 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"] |
7986 | 2024-12-20T21:59:46.373Z | [ host-image] Dec 20 21:59:44.198 INFO O| Dec 20 21:59:44.198 INFO O| Done |
7987 | 2024-12-20T21:59:46.374Z | [ host-image] Dec 20 21:59:44.198 INFO O| Dec 20 21:59:44.198 INFO O| Done |
7988 | 2024-12-20T21:59:49.705Z | [ host-image] Dec 20 21:59:47.529 INFO O| Dec 20 21:59:47.529 INFO O| Done |
7989 | 2024-12-20T21:59:52.571Z | [ recovery-image] Dec 20 21:59:50.395 INFO O| Dec 20 21:59:50.395 INFO STEP 1 (unpack_tar) COMPLETE |
7990 | 2024-12-20T21:59:52.571Z | [ recovery-image] Dec 20 21:59:50.395 INFO O| Dec 20 21:59:50.395 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7991 | 2024-12-20T21:59:52.591Z | [ recovery-image] Dec 20 21:59:50.415 INFO O| Dec 20 21:59:50.414 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7992 | 2024-12-20T21:59:53.047Z | [ recovery-image] Dec 20 21:59:50.871 INFO O| Dec 20 21:59:50.871 INFO STEP 2 (devfsadm) COMPLETE |
7993 | 2024-12-20T21:59:53.047Z | [ recovery-image] Dec 20 21:59:50.871 INFO O| Dec 20 21:59:50.871 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7994 | 2024-12-20T21:59:53.067Z | [ recovery-image] Dec 20 21:59:50.891 INFO O| Dec 20 21:59:50.890 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7995 | 2024-12-20T21:59:53.067Z | [ recovery-image] Dec 20 21:59:50.891 INFO O| Dec 20 21:59:50.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7996 | 2024-12-20T21:59:53.070Z | [ recovery-image] Dec 20 21:59:50.891 INFO O| Dec 20 21:59:50.891 INFO STEP 3 (ensure_dir) COMPLETE |
7997 | 2024-12-20T21:59:53.071Z | [ recovery-image] Dec 20 21:59:50.891 INFO O| Dec 20 21:59:50.891 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7998 | 2024-12-20T21:59:53.109Z | [ recovery-image] Dec 20 21:59:50.933 INFO O| Dec 20 21:59:50.933 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7999 | 2024-12-20T21:59:53.112Z | [ recovery-image] Dec 20 21:59:50.933 INFO O| Dec 20 21:59:50.933 INFO STEP 4 (ensure_dir) COMPLETE |
8000 | 2024-12-20T21:59:53.113Z | [ recovery-image] Dec 20 21:59:50.933 INFO O| Dec 20 21:59:50.933 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8001 | 2024-12-20T21:59:53.123Z | [ host-image] Dec 20 21:59:50.947 INFO O| Dec 20 21:59:50.947 INFO O| Done |
8002 | 2024-12-20T21:59:53.159Z | [ host-image] Dec 20 21:59:50.982 INFO O| Dec 20 21:59:50.982 INFO O| Done |
8003 | 2024-12-20T21:59:53.161Z | [ recovery-image] Dec 20 21:59:50.983 INFO O| Dec 20 21:59:50.983 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8004 | 2024-12-20T21:59:53.161Z | [ recovery-image] Dec 20 21:59:50.983 INFO O| Dec 20 21:59:50.983 INFO STEP 5 (ensure_dir) COMPLETE |
8005 | 2024-12-20T21:59:53.161Z | [ recovery-image] Dec 20 21:59:50.983 INFO O| Dec 20 21:59:50.983 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8006 | 2024-12-20T21:59:53.180Z | [ recovery-image] Dec 20 21:59:51.004 INFO O| Dec 20 21:59:51.004 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8007 | 2024-12-20T21:59:53.183Z | [ recovery-image] Dec 20 21:59:51.004 INFO O| Dec 20 21:59:51.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8008 | 2024-12-20T21:59:53.183Z | [ recovery-image] Dec 20 21:59:51.004 INFO O| Dec 20 21:59:51.004 INFO STEP 6 (ensure_dir) COMPLETE |
8009 | 2024-12-20T21:59:53.183Z | [ recovery-image] Dec 20 21:59:51.004 INFO O| Dec 20 21:59:51.004 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8010 | 2024-12-20T21:59:53.237Z | [ recovery-image] Dec 20 21:59:51.060 INFO O| Dec 20 21:59:51.060 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8011 | 2024-12-20T21:59:53.239Z | [ recovery-image] Dec 20 21:59:51.060 INFO O| Dec 20 21:59:51.060 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8012 | 2024-12-20T21:59:53.239Z | [ recovery-image] Dec 20 21:59:51.060 INFO O| Dec 20 21:59:51.060 INFO STEP 7 (ensure_dir) COMPLETE |
8013 | 2024-12-20T21:59:53.239Z | [ recovery-image] Dec 20 21:59:51.060 INFO O| Dec 20 21:59:51.060 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8014 | 2024-12-20T21:59:53.286Z | [ recovery-image] Dec 20 21:59:51.109 INFO O| Dec 20 21:59:51.109 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8015 | 2024-12-20T21:59:53.289Z | [ recovery-image] Dec 20 21:59:51.109 INFO O| Dec 20 21:59:51.109 INFO STEP 8 (remove_files) COMPLETE |
8016 | 2024-12-20T21:59:53.289Z | [ recovery-image] Dec 20 21:59:51.109 INFO O| Dec 20 21:59:51.109 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8017 | 2024-12-20T21:59:53.306Z | [ recovery-image] Dec 20 21:59:51.130 INFO O| Dec 20 21:59:51.130 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8018 | 2024-12-20T21:59:53.309Z | [ recovery-image] Dec 20 21:59:51.131 INFO O| Dec 20 21:59:51.131 INFO STEP 9 (remove_files) COMPLETE |
8019 | 2024-12-20T21:59:53.309Z | [ recovery-image] Dec 20 21:59:51.131 INFO O| Dec 20 21:59:51.131 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8020 | 2024-12-20T21:59:53.350Z | [ recovery-image] Dec 20 21:59:51.173 INFO O| Dec 20 21:59:51.173 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8021 | 2024-12-20T21:59:53.352Z | [ recovery-image] Dec 20 21:59:51.174 INFO O| Dec 20 21:59:51.174 INFO STEP 10 (remove_files) COMPLETE |
8022 | 2024-12-20T21:59:53.352Z | [ recovery-image] Dec 20 21:59:51.174 INFO O| Dec 20 21:59:51.174 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8023 | 2024-12-20T21:59:53.376Z | [ recovery-image] Dec 20 21:59:51.199 INFO O| Dec 20 21:59:51.199 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8024 | 2024-12-20T21:59:53.376Z | [ recovery-image] Dec 20 21:59:51.200 INFO O| Dec 20 21:59:51.199 INFO STEP 11 (remove_files) COMPLETE |
8025 | 2024-12-20T21:59:53.376Z | [ recovery-image] Dec 20 21:59:51.200 INFO O| Dec 20 21:59:51.200 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8026 | 2024-12-20T21:59:53.430Z | [ recovery-image] Dec 20 21:59:51.253 INFO O| Dec 20 21:59:51.253 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8027 | 2024-12-20T21:59:53.430Z | [ recovery-image] Dec 20 21:59:51.253 INFO O| Dec 20 21:59:51.253 INFO STEP 12 (remove_files) COMPLETE |
8028 | 2024-12-20T21:59:53.430Z | [ recovery-image] Dec 20 21:59:51.253 INFO O| Dec 20 21:59:51.253 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8029 | 2024-12-20T21:59:53.507Z | [ recovery-image] Dec 20 21:59:51.330 INFO O| Dec 20 21:59:51.330 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8030 | 2024-12-20T21:59:53.507Z | [ recovery-image] Dec 20 21:59:51.330 INFO O| Dec 20 21:59:51.330 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8031 | 2024-12-20T21:59:53.507Z | [ recovery-image] Dec 20 21:59:51.330 INFO O| Dec 20 21:59:51.330 INFO STEP 13 (ensure_dir) COMPLETE |
8032 | 2024-12-20T21:59:53.510Z | [ recovery-image] Dec 20 21:59:51.330 INFO O| Dec 20 21:59:51.330 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8033 | 2024-12-20T21:59:53.539Z | [ recovery-image] Dec 20 21:59:51.361 INFO O| Dec 20 21:59:51.361 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8034 | 2024-12-20T21:59:53.539Z | [ recovery-image] Dec 20 21:59:51.361 INFO O| Dec 20 21:59:51.361 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8035 | 2024-12-20T21:59:53.541Z | [ recovery-image] Dec 20 21:59:51.362 INFO O| Dec 20 21:59:51.362 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8036 | 2024-12-20T21:59:53.541Z | [ recovery-image] Dec 20 21:59:51.362 INFO O| Dec 20 21:59:51.362 INFO STEP 14 (ensure_dir) COMPLETE |
8037 | 2024-12-20T21:59:53.541Z | [ recovery-image] Dec 20 21:59:51.362 INFO O| Dec 20 21:59:51.362 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8038 | 2024-12-20T21:59:53.559Z | [ recovery-image] Dec 20 21:59:51.382 INFO O| Dec 20 21:59:51.382 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8039 | 2024-12-20T21:59:53.561Z | [ recovery-image] Dec 20 21:59:51.382 INFO O| Dec 20 21:59:51.382 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8040 | 2024-12-20T21:59:53.561Z | [ recovery-image] Dec 20 21:59:51.382 INFO O| Dec 20 21:59:51.382 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8041 | 2024-12-20T21:59:53.561Z | [ recovery-image] Dec 20 21:59:51.382 INFO O| Dec 20 21:59:51.382 INFO STEP 15 (ensure_dir) COMPLETE |
8042 | 2024-12-20T21:59:53.561Z | [ recovery-image] Dec 20 21:59:51.382 INFO O| Dec 20 21:59:51.382 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8043 | 2024-12-20T21:59:53.603Z | [ recovery-image] Dec 20 21:59:51.426 INFO O| Dec 20 21:59:51.426 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8044 | 2024-12-20T21:59:53.603Z | [ recovery-image] Dec 20 21:59:51.426 INFO O| Dec 20 21:59:51.426 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8045 | 2024-12-20T21:59:53.605Z | [ recovery-image] Dec 20 21:59:51.426 INFO O| Dec 20 21:59:51.426 INFO STEP 16 (ensure_dir) COMPLETE |
8046 | 2024-12-20T21:59:53.605Z | [ recovery-image] Dec 20 21:59:51.426 INFO O| Dec 20 21:59:51.426 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8047 | 2024-12-20T21:59:53.638Z | [ recovery-image] Dec 20 21:59:51.461 INFO O| Dec 20 21:59:51.461 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8048 | 2024-12-20T21:59:53.638Z | [ recovery-image] Dec 20 21:59:51.462 INFO O| Dec 20 21:59:51.461 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8049 | 2024-12-20T21:59:53.641Z | [ recovery-image] Dec 20 21:59:51.462 INFO O| Dec 20 21:59:51.462 INFO STEP 17 (ensure_dir) COMPLETE |
8050 | 2024-12-20T21:59:53.641Z | [ recovery-image] Dec 20 21:59:51.462 INFO O| Dec 20 21:59:51.462 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8051 | 2024-12-20T21:59:53.692Z | [ recovery-image] Dec 20 21:59:51.515 INFO O| Dec 20 21:59:51.515 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8052 | 2024-12-20T21:59:53.692Z | [ recovery-image] Dec 20 21:59:51.515 INFO O| Dec 20 21:59:51.515 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8053 | 2024-12-20T21:59:53.695Z | [ recovery-image] Dec 20 21:59:51.515 INFO O| Dec 20 21:59:51.515 INFO ok! |
8054 | 2024-12-20T21:59:53.695Z | [ recovery-image] Dec 20 21:59:51.515 INFO O| Dec 20 21:59:51.515 INFO STEP 18 (ensure_symlink) COMPLETE |
8055 | 2024-12-20T21:59:53.695Z | [ recovery-image] Dec 20 21:59:51.516 INFO O| Dec 20 21:59:51.515 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8056 | 2024-12-20T21:59:53.752Z | [ recovery-image] Dec 20 21:59:51.576 INFO O| Dec 20 21:59:51.576 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8057 | 2024-12-20T21:59:53.753Z | [ recovery-image] Dec 20 21:59:51.576 INFO O| Dec 20 21:59:51.576 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8058 | 2024-12-20T21:59:53.755Z | [ recovery-image] Dec 20 21:59:51.576 INFO O| Dec 20 21:59:51.576 INFO ok! |
8059 | 2024-12-20T21:59:53.755Z | [ recovery-image] Dec 20 21:59:51.576 INFO O| Dec 20 21:59:51.576 INFO STEP 19 (ensure_file) COMPLETE |
8060 | 2024-12-20T21:59:53.755Z | [ recovery-image] Dec 20 21:59:51.576 INFO O| Dec 20 21:59:51.576 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8061 | 2024-12-20T21:59:53.833Z | [ recovery-image] Dec 20 21:59:51.656 INFO O| Dec 20 21:59:51.656 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8062 | 2024-12-20T21:59:53.833Z | [ recovery-image] Dec 20 21:59:51.656 INFO O| Dec 20 21:59:51.656 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8063 | 2024-12-20T21:59:53.835Z | [ recovery-image] Dec 20 21:59:51.657 INFO O| Dec 20 21:59:51.657 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8064 | 2024-12-20T21:59:53.835Z | [ recovery-image] Dec 20 21:59:51.657 INFO O| Dec 20 21:59:51.657 INFO ok! |
8065 | 2024-12-20T21:59:53.836Z | [ recovery-image] Dec 20 21:59:51.657 INFO O| Dec 20 21:59:51.657 INFO STEP 20 (ensure_symlink) COMPLETE |
8066 | 2024-12-20T21:59:53.836Z | [ recovery-image] Dec 20 21:59:51.657 INFO O| Dec 20 21:59:51.657 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8067 | 2024-12-20T21:59:53.879Z | [ recovery-image] Dec 20 21:59:51.702 INFO O| Dec 20 21:59:51.702 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8068 | 2024-12-20T21:59:53.879Z | [ recovery-image] Dec 20 21:59:51.703 INFO O| Dec 20 21:59:51.703 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8069 | 2024-12-20T21:59:53.882Z | [ recovery-image] Dec 20 21:59:51.703 INFO O| Dec 20 21:59:51.703 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8070 | 2024-12-20T21:59:53.882Z | [ recovery-image] Dec 20 21:59:51.703 INFO O| Dec 20 21:59:51.703 INFO ok! |
8071 | 2024-12-20T21:59:53.882Z | [ recovery-image] Dec 20 21:59:51.703 INFO O| Dec 20 21:59:51.703 INFO STEP 21 (ensure_symlink) COMPLETE |
8072 | 2024-12-20T21:59:53.882Z | [ recovery-image] Dec 20 21:59:51.703 INFO O| Dec 20 21:59:51.703 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8073 | 2024-12-20T21:59:53.900Z | [ recovery-image] Dec 20 21:59:51.723 INFO O| Dec 20 21:59:51.723 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8074 | 2024-12-20T21:59:53.900Z | [ recovery-image] Dec 20 21:59:51.723 INFO O| Dec 20 21:59:51.723 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8075 | 2024-12-20T21:59:53.902Z | [ recovery-image] Dec 20 21:59:51.723 INFO O| Dec 20 21:59:51.723 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8076 | 2024-12-20T21:59:53.902Z | [ recovery-image] Dec 20 21:59:51.723 INFO O| Dec 20 21:59:51.723 INFO ok! |
8077 | 2024-12-20T21:59:53.902Z | [ recovery-image] Dec 20 21:59:51.724 INFO O| Dec 20 21:59:51.724 INFO STEP 22 (ensure_symlink) COMPLETE |
8078 | 2024-12-20T21:59:53.902Z | [ recovery-image] Dec 20 21:59:51.724 INFO O| Dec 20 21:59:51.724 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8079 | 2024-12-20T21:59:53.920Z | [ recovery-image] Dec 20 21:59:51.743 INFO O| Dec 20 21:59:51.743 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8080 | 2024-12-20T21:59:53.920Z | [ recovery-image] Dec 20 21:59:51.743 INFO O| Dec 20 21:59:51.743 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8081 | 2024-12-20T21:59:53.923Z | [ recovery-image] Dec 20 21:59:51.744 INFO O| Dec 20 21:59:51.743 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8082 | 2024-12-20T21:59:53.923Z | [ recovery-image] Dec 20 21:59:51.744 INFO O| Dec 20 21:59:51.744 INFO ok! |
8083 | 2024-12-20T21:59:53.923Z | [ recovery-image] Dec 20 21:59:51.744 INFO O| Dec 20 21:59:51.744 INFO STEP 23 (ensure_symlink) COMPLETE |
8084 | 2024-12-20T21:59:53.923Z | [ recovery-image] Dec 20 21:59:51.744 INFO O| Dec 20 21:59:51.744 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8085 | 2024-12-20T21:59:53.941Z | [ recovery-image] Dec 20 21:59:51.764 INFO O| Dec 20 21:59:51.764 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8086 | 2024-12-20T21:59:53.943Z | [ recovery-image] Dec 20 21:59:51.764 INFO O| Dec 20 21:59:51.764 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 ... |
8087 | 2024-12-20T21:59:53.943Z | [ recovery-image] Dec 20 21:59:51.765 INFO O| Dec 20 21:59:51.765 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8088 | 2024-12-20T21:59:53.944Z | [ recovery-image] Dec 20 21:59:51.765 INFO O| Dec 20 21:59:51.765 INFO ok! |
8089 | 2024-12-20T21:59:53.944Z | [ recovery-image] Dec 20 21:59:51.765 INFO O| Dec 20 21:59:51.765 INFO STEP 24 (ensure_file) COMPLETE |
8090 | 2024-12-20T21:59:53.944Z | [ recovery-image] Dec 20 21:59:51.765 INFO O| Dec 20 21:59:51.765 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8091 | 2024-12-20T21:59:53.976Z | [ recovery-image] Dec 20 21:59:51.799 INFO O| Dec 20 21:59:51.799 INFO updating shadow file |
8092 | 2024-12-20T21:59:53.979Z | [ recovery-image] Dec 20 21:59:51.800 INFO O| Dec 20 21:59:51.800 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8093 | 2024-12-20T21:59:53.979Z | [ recovery-image] Dec 20 21:59:51.800 INFO O| Dec 20 21:59:51.800 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8094 | 2024-12-20T21:59:53.979Z | [ recovery-image] Dec 20 21:59:51.800 INFO O| Dec 20 21:59:51.800 INFO STEP 25 (shadow) COMPLETE |
8095 | 2024-12-20T21:59:53.979Z | [ recovery-image] Dec 20 21:59:51.800 INFO O| Dec 20 21:59:51.800 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8096 | 2024-12-20T21:59:54.066Z | [ recovery-image] Dec 20 21:59:51.889 INFO O| Dec 20 21:59:51.889 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8097 | 2024-12-20T21:59:54.068Z | [ recovery-image] Dec 20 21:59:51.889 INFO O| Dec 20 21:59:51.889 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8098 | 2024-12-20T21:59:54.068Z | [ recovery-image] Dec 20 21:59:51.889 INFO O| Dec 20 21:59:51.889 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8099 | 2024-12-20T21:59:54.068Z | [ recovery-image] Dec 20 21:59:51.890 INFO O| Dec 20 21:59:51.890 INFO ok! |
8100 | 2024-12-20T21:59:54.068Z | [ recovery-image] Dec 20 21:59:51.890 INFO O| Dec 20 21:59:51.890 INFO STEP 26 (ensure_file) COMPLETE |
8101 | 2024-12-20T21:59:54.068Z | [ recovery-image] Dec 20 21:59:51.890 INFO O| Dec 20 21:59:51.890 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8102 | 2024-12-20T21:59:54.112Z | [ recovery-image] Dec 20 21:59:51.935 INFO O| Dec 20 21:59:51.935 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8103 | 2024-12-20T21:59:54.112Z | [ recovery-image] Dec 20 21:59:51.935 INFO O| Dec 20 21:59:51.935 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8104 | 2024-12-20T21:59:54.115Z | [ recovery-image] Dec 20 21:59:51.935 INFO O| Dec 20 21:59:51.935 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8105 | 2024-12-20T21:59:54.115Z | [ recovery-image] Dec 20 21:59:51.936 INFO O| Dec 20 21:59:51.935 INFO ok! |
8106 | 2024-12-20T21:59:54.115Z | [ recovery-image] Dec 20 21:59:51.936 INFO O| Dec 20 21:59:51.936 INFO STEP 27 (ensure_file) COMPLETE |
8107 | 2024-12-20T21:59:54.115Z | [ recovery-image] Dec 20 21:59:51.936 INFO O| Dec 20 21:59:51.936 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8108 | 2024-12-20T21:59:54.133Z | [ recovery-image] Dec 20 21:59:51.957 INFO O| Dec 20 21:59:51.956 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8109 | 2024-12-20T21:59:54.136Z | [ recovery-image] Dec 20 21:59:51.957 INFO O| Dec 20 21:59:51.957 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8110 | 2024-12-20T21:59:54.136Z | [ recovery-image] Dec 20 21:59:51.957 INFO O| Dec 20 21:59:51.957 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8111 | 2024-12-20T21:59:54.136Z | [ recovery-image] Dec 20 21:59:51.957 INFO O| Dec 20 21:59:51.957 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8112 | 2024-12-20T21:59:54.136Z | [ recovery-image] Dec 20 21:59:51.957 INFO O| Dec 20 21:59:51.957 INFO ok! |
8113 | 2024-12-20T21:59:54.136Z | [ recovery-image] Dec 20 21:59:51.957 INFO O| Dec 20 21:59:51.957 INFO STEP 28 (ensure_file) COMPLETE |
8114 | 2024-12-20T21:59:54.136Z | [ recovery-image] Dec 20 21:59:51.957 INFO O| Dec 20 21:59:51.957 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8115 | 2024-12-20T21:59:54.153Z | [ recovery-image] Dec 20 21:59:51.976 INFO O| Dec 20 21:59:51.976 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8116 | 2024-12-20T21:59:54.153Z | [ recovery-image] Dec 20 21:59:51.976 INFO O| Dec 20 21:59:51.976 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8117 | 2024-12-20T21:59:54.156Z | [ recovery-image] Dec 20 21:59:51.977 INFO O| Dec 20 21:59:51.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8118 | 2024-12-20T21:59:54.156Z | [ recovery-image] Dec 20 21:59:51.977 INFO O| Dec 20 21:59:51.977 INFO ok! |
8119 | 2024-12-20T21:59:54.156Z | [ recovery-image] Dec 20 21:59:51.977 INFO O| Dec 20 21:59:51.977 INFO STEP 29 (ensure_file) COMPLETE |
8120 | 2024-12-20T21:59:54.156Z | [ recovery-image] Dec 20 21:59:51.977 INFO O| Dec 20 21:59:51.977 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8121 | 2024-12-20T21:59:54.173Z | [ recovery-image] Dec 20 21:59:51.996 INFO O| Dec 20 21:59:51.996 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8122 | 2024-12-20T21:59:54.173Z | [ recovery-image] Dec 20 21:59:51.996 INFO O| Dec 20 21:59:51.996 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8123 | 2024-12-20T21:59:54.183Z | [ recovery-image] Dec 20 21:59:51.997 INFO O| Dec 20 21:59:51.996 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8124 | 2024-12-20T21:59:54.183Z | [ recovery-image] Dec 20 21:59:51.997 INFO O| Dec 20 21:59:51.997 INFO ok! |
8125 | 2024-12-20T21:59:54.183Z | [ recovery-image] Dec 20 21:59:51.997 INFO O| Dec 20 21:59:51.997 INFO STEP 30 (ensure_file) COMPLETE |
8126 | 2024-12-20T21:59:54.183Z | [ recovery-image] Dec 20 21:59:51.997 INFO O| Dec 20 21:59:51.997 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8127 | 2024-12-20T21:59:54.195Z | [ recovery-image] Dec 20 21:59:52.018 INFO O| Dec 20 21:59:52.018 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8128 | 2024-12-20T21:59:54.198Z | [ recovery-image] Dec 20 21:59:52.018 INFO O| Dec 20 21:59:52.018 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8129 | 2024-12-20T21:59:54.198Z | [ recovery-image] Dec 20 21:59:52.018 INFO O| Dec 20 21:59:52.018 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8130 | 2024-12-20T21:59:54.198Z | [ recovery-image] Dec 20 21:59:52.018 INFO O| Dec 20 21:59:52.018 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8131 | 2024-12-20T21:59:54.198Z | [ recovery-image] Dec 20 21:59:52.018 INFO O| Dec 20 21:59:52.018 INFO ok! |
8132 | 2024-12-20T21:59:54.198Z | [ recovery-image] Dec 20 21:59:52.019 INFO O| Dec 20 21:59:52.019 INFO STEP 31 (ensure_file) COMPLETE |
8133 | 2024-12-20T21:59:54.198Z | [ recovery-image] Dec 20 21:59:52.019 INFO O| Dec 20 21:59:52.019 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8134 | 2024-12-20T21:59:54.216Z | [ recovery-image] Dec 20 21:59:52.039 INFO O| Dec 20 21:59:52.039 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8135 | 2024-12-20T21:59:54.219Z | [ recovery-image] Dec 20 21:59:52.039 INFO O| Dec 20 21:59:52.039 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8136 | 2024-12-20T21:59:54.219Z | [ recovery-image] Dec 20 21:59:52.040 INFO O| Dec 20 21:59:52.039 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8137 | 2024-12-20T21:59:54.219Z | [ recovery-image] Dec 20 21:59:52.040 INFO O| Dec 20 21:59:52.040 INFO ok! |
8138 | 2024-12-20T21:59:54.219Z | [ recovery-image] Dec 20 21:59:52.040 INFO O| Dec 20 21:59:52.040 INFO STEP 32 (ensure_file) COMPLETE |
8139 | 2024-12-20T21:59:54.219Z | [ recovery-image] Dec 20 21:59:52.040 INFO O| Dec 20 21:59:52.040 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8140 | 2024-12-20T21:59:54.239Z | [ recovery-image] Dec 20 21:59:52.062 INFO O| Dec 20 21:59:52.062 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8141 | 2024-12-20T21:59:54.239Z | [ recovery-image] Dec 20 21:59:52.062 INFO O| Dec 20 21:59:52.062 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8142 | 2024-12-20T21:59:54.241Z | [ recovery-image] Dec 20 21:59:52.062 INFO O| Dec 20 21:59:52.062 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8143 | 2024-12-20T21:59:54.241Z | [ recovery-image] Dec 20 21:59:52.062 INFO O| Dec 20 21:59:52.062 INFO ok! |
8144 | 2024-12-20T21:59:54.241Z | [ recovery-image] Dec 20 21:59:52.063 INFO O| Dec 20 21:59:52.062 INFO STEP 33 (ensure_file) COMPLETE |
8145 | 2024-12-20T21:59:54.241Z | [ recovery-image] Dec 20 21:59:52.063 INFO O| Dec 20 21:59:52.063 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8146 | 2024-12-20T21:59:54.259Z | [ recovery-image] Dec 20 21:59:52.083 INFO O| Dec 20 21:59:52.083 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8147 | 2024-12-20T21:59:54.259Z | [ recovery-image] Dec 20 21:59:52.083 INFO O| Dec 20 21:59:52.083 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8148 | 2024-12-20T21:59:54.262Z | [ recovery-image] Dec 20 21:59:52.083 INFO O| Dec 20 21:59:52.083 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8149 | 2024-12-20T21:59:54.262Z | [ recovery-image] Dec 20 21:59:52.083 INFO O| Dec 20 21:59:52.083 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8150 | 2024-12-20T21:59:54.262Z | [ recovery-image] Dec 20 21:59:52.083 INFO O| Dec 20 21:59:52.083 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8151 | 2024-12-20T21:59:54.262Z | [ recovery-image] Dec 20 21:59:52.084 INFO O| Dec 20 21:59:52.083 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8152 | 2024-12-20T21:59:54.262Z | [ recovery-image] Dec 20 21:59:52.084 INFO O| Dec 20 21:59:52.084 INFO ok! |
8153 | 2024-12-20T21:59:54.262Z | [ recovery-image] Dec 20 21:59:52.084 INFO O| Dec 20 21:59:52.084 INFO STEP 34 (ensure_file) COMPLETE |
8154 | 2024-12-20T21:59:54.262Z | [ recovery-image] Dec 20 21:59:52.084 INFO O| Dec 20 21:59:52.084 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8155 | 2024-12-20T21:59:54.280Z | [ recovery-image] Dec 20 21:59:52.104 INFO O| Dec 20 21:59:52.103 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8156 | 2024-12-20T21:59:54.280Z | [ recovery-image] Dec 20 21:59:52.104 INFO O| Dec 20 21:59:52.104 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8157 | 2024-12-20T21:59:54.283Z | [ recovery-image] Dec 20 21:59:52.104 INFO O| Dec 20 21:59:52.104 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8158 | 2024-12-20T21:59:54.284Z | [ recovery-image] Dec 20 21:59:52.104 INFO O| Dec 20 21:59:52.104 INFO STEP 35 (ensure_dir) COMPLETE |
8159 | 2024-12-20T21:59:54.284Z | [ recovery-image] Dec 20 21:59:52.104 INFO O| Dec 20 21:59:52.104 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8160 | 2024-12-20T21:59:54.310Z | [ recovery-image] Dec 20 21:59:52.133 INFO O| Dec 20 21:59:52.133 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 |
8161 | 2024-12-20T21:59:54.310Z | [ recovery-image] Dec 20 21:59:52.133 INFO O| Dec 20 21:59:52.133 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 ... |
8162 | 2024-12-20T21:59:54.312Z | [ recovery-image] Dec 20 21:59:52.133 INFO O| Dec 20 21:59:52.133 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 |
8163 | 2024-12-20T21:59:54.312Z | [ recovery-image] Dec 20 21:59:52.133 INFO O| Dec 20 21:59:52.133 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 |
8164 | 2024-12-20T21:59:54.312Z | [ recovery-image] Dec 20 21:59:52.133 INFO O| Dec 20 21:59:52.133 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 |
8165 | 2024-12-20T21:59:54.312Z | [ recovery-image] Dec 20 21:59:52.133 INFO O| Dec 20 21:59:52.133 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 |
8166 | 2024-12-20T21:59:54.312Z | [ recovery-image] Dec 20 21:59:52.133 INFO O| Dec 20 21:59:52.133 INFO ok! |
8167 | 2024-12-20T21:59:54.312Z | [ recovery-image] Dec 20 21:59:52.133 INFO O| Dec 20 21:59:52.133 INFO STEP 36 (ensure_file) COMPLETE |
8168 | 2024-12-20T21:59:54.312Z | [ recovery-image] Dec 20 21:59:52.133 INFO O| Dec 20 21:59:52.133 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8169 | 2024-12-20T21:59:54.347Z | [ recovery-image] Dec 20 21:59:52.170 INFO O| Dec 20 21:59:52.170 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8170 | 2024-12-20T21:59:54.347Z | [ recovery-image] Dec 20 21:59:52.170 INFO O| Dec 20 21:59:52.170 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 ... |
8171 | 2024-12-20T21:59:54.347Z | [ recovery-image] Dec 20 21:59:52.170 INFO O| Dec 20 21:59:52.170 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8172 | 2024-12-20T21:59:54.349Z | [ recovery-image] Dec 20 21:59:52.170 INFO O| Dec 20 21:59:52.170 INFO ok! |
8173 | 2024-12-20T21:59:54.350Z | [ recovery-image] Dec 20 21:59:52.170 INFO O| Dec 20 21:59:52.170 INFO STEP 37 (ensure_symlink) COMPLETE |
8174 | 2024-12-20T21:59:54.350Z | [ recovery-image] Dec 20 21:59:52.170 INFO O| Dec 20 21:59:52.170 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8175 | 2024-12-20T21:59:54.368Z | [ recovery-image] Dec 20 21:59:52.191 INFO O| Dec 20 21:59:52.191 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8176 | 2024-12-20T21:59:54.368Z | [ recovery-image] Dec 20 21:59:52.191 INFO O| Dec 20 21:59:52.191 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8177 | 2024-12-20T21:59:54.371Z | [ recovery-image] Dec 20 21:59:52.192 INFO O| Dec 20 21:59:52.192 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8178 | 2024-12-20T21:59:54.371Z | [ recovery-image] Dec 20 21:59:52.192 INFO O| Dec 20 21:59:52.192 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8179 | 2024-12-20T21:59:54.371Z | [ recovery-image] Dec 20 21:59:52.192 INFO O| Dec 20 21:59:52.192 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8180 | 2024-12-20T21:59:54.371Z | [ recovery-image] Dec 20 21:59:52.192 INFO O| Dec 20 21:59:52.192 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8181 | 2024-12-20T21:59:54.371Z | [ recovery-image] Dec 20 21:59:52.192 INFO O| Dec 20 21:59:52.192 INFO ok! |
8182 | 2024-12-20T21:59:54.371Z | [ recovery-image] Dec 20 21:59:52.192 INFO O| Dec 20 21:59:52.192 INFO STEP 38 (ensure_file) COMPLETE |
8183 | 2024-12-20T21:59:54.371Z | [ recovery-image] Dec 20 21:59:52.192 INFO O| Dec 20 21:59:52.192 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8184 | 2024-12-20T21:59:54.407Z | [ recovery-image] Dec 20 21:59:52.230 INFO O| Dec 20 21:59:52.230 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8185 | 2024-12-20T21:59:54.407Z | [ recovery-image] Dec 20 21:59:52.230 INFO O| Dec 20 21:59:52.230 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 ... |
8186 | 2024-12-20T21:59:54.407Z | [ recovery-image] Dec 20 21:59:52.230 INFO O| Dec 20 21:59:52.230 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 |
8187 | 2024-12-20T21:59:54.410Z | [ recovery-image] Dec 20 21:59:52.230 INFO O| Dec 20 21:59:52.230 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8188 | 2024-12-20T21:59:54.410Z | [ recovery-image] Dec 20 21:59:52.230 INFO O| Dec 20 21:59:52.230 INFO ok! |
8189 | 2024-12-20T21:59:54.410Z | [ recovery-image] Dec 20 21:59:52.230 INFO O| Dec 20 21:59:52.230 INFO STEP 39 (ensure_file) COMPLETE |
8190 | 2024-12-20T21:59:54.410Z | [ recovery-image] Dec 20 21:59:52.230 INFO O| Dec 20 21:59:52.230 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8191 | 2024-12-20T21:59:54.471Z | [ recovery-image] Dec 20 21:59:52.294 INFO O| Dec 20 21:59:52.294 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8192 | 2024-12-20T21:59:54.471Z | [ recovery-image] Dec 20 21:59:52.294 INFO O| Dec 20 21:59:52.294 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8193 | 2024-12-20T21:59:54.474Z | [ recovery-image] Dec 20 21:59:52.294 INFO O| Dec 20 21:59:52.294 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8194 | 2024-12-20T21:59:54.474Z | [ recovery-image] Dec 20 21:59:52.294 INFO O| Dec 20 21:59:52.294 INFO ok! |
8195 | 2024-12-20T21:59:54.474Z | [ recovery-image] Dec 20 21:59:52.294 INFO O| Dec 20 21:59:52.294 INFO STEP 40 (ensure_file) COMPLETE |
8196 | 2024-12-20T21:59:54.474Z | [ recovery-image] Dec 20 21:59:52.294 INFO O| Dec 20 21:59:52.294 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8197 | 2024-12-20T21:59:54.492Z | [ recovery-image] Dec 20 21:59:52.315 INFO O| Dec 20 21:59:52.314 INFO updating shadow file |
8198 | 2024-12-20T21:59:54.495Z | [ recovery-image] Dec 20 21:59:52.315 INFO O| Dec 20 21:59:52.315 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8199 | 2024-12-20T21:59:54.495Z | [ recovery-image] Dec 20 21:59:52.315 INFO O| Dec 20 21:59:52.315 INFO STEP 41 (shadow) COMPLETE |
8200 | 2024-12-20T21:59:54.495Z | [ recovery-image] Dec 20 21:59:52.315 INFO O| Dec 20 21:59:52.315 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8201 | 2024-12-20T21:59:54.512Z | [ recovery-image] Dec 20 21:59:52.335 INFO O| Dec 20 21:59:52.335 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8202 | 2024-12-20T21:59:54.515Z | [ recovery-image] Dec 20 21:59:52.336 INFO O| Dec 20 21:59:52.335 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8203 | 2024-12-20T21:59:54.515Z | [ recovery-image] Dec 20 21:59:52.336 INFO O| Dec 20 21:59:52.336 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8204 | 2024-12-20T21:59:54.515Z | [ recovery-image] Dec 20 21:59:52.336 INFO O| Dec 20 21:59:52.336 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8205 | 2024-12-20T21:59:54.515Z | [ recovery-image] Dec 20 21:59:52.336 INFO O| Dec 20 21:59:52.336 INFO ok! |
8206 | 2024-12-20T21:59:54.515Z | [ recovery-image] Dec 20 21:59:52.336 INFO O| Dec 20 21:59:52.336 INFO STEP 42 (ensure_file) COMPLETE |
8207 | 2024-12-20T21:59:54.515Z | [ recovery-image] Dec 20 21:59:52.336 INFO O| Dec 20 21:59:52.336 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8208 | 2024-12-20T21:59:54.533Z | [ recovery-image] Dec 20 21:59:52.355 INFO O| Dec 20 21:59:52.355 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8209 | 2024-12-20T21:59:54.533Z | [ recovery-image] Dec 20 21:59:52.355 INFO O| Dec 20 21:59:52.355 INFO STEP 43 (ensure_dir) COMPLETE |
8210 | 2024-12-20T21:59:54.533Z | [ recovery-image] Dec 20 21:59:52.355 INFO O| Dec 20 21:59:52.355 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8211 | 2024-12-20T21:59:54.552Z | [ recovery-image] Dec 20 21:59:52.375 INFO O| Dec 20 21:59:52.375 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8212 | 2024-12-20T21:59:54.552Z | [ recovery-image] Dec 20 21:59:52.375 INFO O| Dec 20 21:59:52.375 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8213 | 2024-12-20T21:59:54.552Z | [ recovery-image] Dec 20 21:59:52.375 INFO O| Dec 20 21:59:52.375 INFO STEP 44 (ensure_dir) COMPLETE |
8214 | 2024-12-20T21:59:54.552Z | [ recovery-image] Dec 20 21:59:52.375 INFO O| Dec 20 21:59:52.375 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8215 | 2024-12-20T21:59:54.572Z | [ recovery-image] Dec 20 21:59:52.395 INFO O| Dec 20 21:59:52.395 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8216 | 2024-12-20T21:59:54.572Z | [ recovery-image] Dec 20 21:59:52.395 INFO O| Dec 20 21:59:52.395 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8217 | 2024-12-20T21:59:54.572Z | [ recovery-image] Dec 20 21:59:52.395 INFO O| Dec 20 21:59:52.395 INFO STEP 45 (ensure_dir) COMPLETE |
8218 | 2024-12-20T21:59:54.575Z | [ recovery-image] Dec 20 21:59:52.395 INFO O| Dec 20 21:59:52.395 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8219 | 2024-12-20T21:59:54.592Z | [ recovery-image] Dec 20 21:59:52.415 INFO O| Dec 20 21:59:52.414 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8220 | 2024-12-20T21:59:54.592Z | [ recovery-image] Dec 20 21:59:52.415 INFO O| Dec 20 21:59:52.415 INFO copying /tmp/.tmpUUBaUa/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8221 | 2024-12-20T21:59:54.640Z | [ recovery-image] Dec 20 21:59:52.462 INFO O| Dec 20 21:59:52.462 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8222 | 2024-12-20T21:59:54.640Z | [ recovery-image] Dec 20 21:59:52.462 INFO O| Dec 20 21:59:52.462 INFO ok! |
8223 | 2024-12-20T21:59:54.640Z | [ recovery-image] Dec 20 21:59:52.462 INFO O| Dec 20 21:59:52.462 INFO STEP 46 (ensure_file) COMPLETE |
8224 | 2024-12-20T21:59:54.640Z | [ recovery-image] Dec 20 21:59:52.462 INFO O| Dec 20 21:59:52.462 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8225 | 2024-12-20T21:59:54.674Z | [ recovery-image] Dec 20 21:59:52.496 INFO O| Dec 20 21:59:52.496 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8226 | 2024-12-20T21:59:54.674Z | [ recovery-image] Dec 20 21:59:52.496 INFO O| Dec 20 21:59:52.496 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8227 | 2024-12-20T21:59:54.677Z | [ recovery-image] Dec 20 21:59:52.496 INFO O| Dec 20 21:59:52.496 INFO STEP 47 (ensure_dir) COMPLETE |
8228 | 2024-12-20T21:59:54.677Z | [ recovery-image] Dec 20 21:59:52.496 INFO O| Dec 20 21:59:52.496 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8229 | 2024-12-20T21:59:54.695Z | [ recovery-image] Dec 20 21:59:52.518 INFO O| Dec 20 21:59:52.518 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8230 | 2024-12-20T21:59:54.695Z | [ recovery-image] Dec 20 21:59:52.518 INFO O| Dec 20 21:59:52.518 INFO copying /tmp/.tmpUUBaUa/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8231 | 2024-12-20T21:59:54.695Z | [ recovery-image] Dec 20 21:59:52.518 INFO O| Dec 20 21:59:52.518 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8232 | 2024-12-20T21:59:54.695Z | [ recovery-image] Dec 20 21:59:52.518 INFO O| Dec 20 21:59:52.518 INFO ok! |
8233 | 2024-12-20T21:59:54.698Z | [ recovery-image] Dec 20 21:59:52.518 INFO O| Dec 20 21:59:52.518 INFO STEP 48 (ensure_file) COMPLETE |
8234 | 2024-12-20T21:59:54.698Z | [ recovery-image] Dec 20 21:59:52.518 INFO O| Dec 20 21:59:52.518 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8235 | 2024-12-20T21:59:54.716Z | [ recovery-image] Dec 20 21:59:52.539 INFO O| Dec 20 21:59:52.539 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8236 | 2024-12-20T21:59:54.716Z | [ recovery-image] Dec 20 21:59:52.539 INFO O| Dec 20 21:59:52.539 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8237 | 2024-12-20T21:59:54.716Z | [ recovery-image] Dec 20 21:59:52.539 INFO O| Dec 20 21:59:52.539 INFO STEP 49 (ensure_dir) COMPLETE |
8238 | 2024-12-20T21:59:54.716Z | [ recovery-image] Dec 20 21:59:52.539 INFO O| Dec 20 21:59:52.539 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8239 | 2024-12-20T21:59:54.735Z | [ recovery-image] Dec 20 21:59:52.558 INFO O| Dec 20 21:59:52.558 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8240 | 2024-12-20T21:59:54.735Z | [ recovery-image] Dec 20 21:59:52.558 INFO O| Dec 20 21:59:52.558 INFO copying /tmp/.tmpUUBaUa/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8241 | 2024-12-20T21:59:54.758Z | [ recovery-image] Dec 20 21:59:52.580 INFO O| Dec 20 21:59:52.580 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8242 | 2024-12-20T21:59:54.758Z | [ recovery-image] Dec 20 21:59:52.581 INFO O| Dec 20 21:59:52.580 INFO ok! |
8243 | 2024-12-20T21:59:54.758Z | [ recovery-image] Dec 20 21:59:52.581 INFO O| Dec 20 21:59:52.580 INFO STEP 50 (ensure_file) COMPLETE |
8244 | 2024-12-20T21:59:54.758Z | [ recovery-image] Dec 20 21:59:52.581 INFO O| Dec 20 21:59:52.581 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8245 | 2024-12-20T21:59:54.777Z | [ recovery-image] Dec 20 21:59:52.600 INFO O| Dec 20 21:59:52.600 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8246 | 2024-12-20T21:59:54.777Z | [ recovery-image] Dec 20 21:59:52.600 INFO O| Dec 20 21:59:52.600 INFO copying /tmp/.tmpUUBaUa/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8247 | 2024-12-20T21:59:56.845Z | [ recovery-image] Dec 20 21:59:54.668 INFO O| Dec 20 21:59:54.668 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8248 | 2024-12-20T21:59:56.845Z | [ recovery-image] Dec 20 21:59:54.668 INFO O| Dec 20 21:59:54.668 INFO ok! |
8249 | 2024-12-20T21:59:56.848Z | [ recovery-image] Dec 20 21:59:54.668 INFO O| Dec 20 21:59:54.668 INFO STEP 51 (ensure_file) COMPLETE |
8250 | 2024-12-20T21:59:56.848Z | [ recovery-image] Dec 20 21:59:54.668 INFO O| Dec 20 21:59:54.668 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8251 | 2024-12-20T21:59:56.866Z | [ recovery-image] Dec 20 21:59:54.689 INFO O| Dec 20 21:59:54.689 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8252 | 2024-12-20T21:59:56.866Z | [ recovery-image] Dec 20 21:59:54.689 INFO O| Dec 20 21:59:54.689 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8253 | 2024-12-20T21:59:56.866Z | [ recovery-image] Dec 20 21:59:54.689 INFO O| Dec 20 21:59:54.689 INFO STEP 52 (ensure_dir) COMPLETE |
8254 | 2024-12-20T21:59:56.869Z | [ recovery-image] Dec 20 21:59:54.689 INFO O| Dec 20 21:59:54.689 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8255 | 2024-12-20T21:59:56.891Z | [ recovery-image] Dec 20 21:59:54.714 INFO O| Dec 20 21:59:54.714 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8256 | 2024-12-20T21:59:56.891Z | [ recovery-image] Dec 20 21:59:54.714 INFO O| Dec 20 21:59:54.714 INFO copying /tmp/.tmpUUBaUa/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 ... |
8257 | 2024-12-20T21:59:56.891Z | [ recovery-image] Dec 20 21:59:54.714 INFO O| Dec 20 21:59:54.714 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 |
8258 | 2024-12-20T21:59:56.891Z | [ recovery-image] Dec 20 21:59:54.714 INFO O| Dec 20 21:59:54.714 INFO ok! |
8259 | 2024-12-20T21:59:56.894Z | [ recovery-image] Dec 20 21:59:54.714 INFO O| Dec 20 21:59:54.714 INFO STEP 53 (ensure_file) COMPLETE |
8260 | 2024-12-20T21:59:56.894Z | [ recovery-image] Dec 20 21:59:54.714 INFO O| Dec 20 21:59:54.714 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8261 | 2024-12-20T21:59:56.912Z | [ recovery-image] Dec 20 21:59:54.734 INFO O| Dec 20 21:59:54.734 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8262 | 2024-12-20T21:59:56.912Z | [ recovery-image] Dec 20 21:59:54.734 INFO O| Dec 20 21:59:54.734 INFO copying /tmp/.tmpUUBaUa/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 ... |
8263 | 2024-12-20T21:59:56.915Z | [ recovery-image] Dec 20 21:59:54.735 INFO O| Dec 20 21:59:54.734 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 |
8264 | 2024-12-20T21:59:56.915Z | [ recovery-image] Dec 20 21:59:54.735 INFO O| Dec 20 21:59:54.735 INFO ok! |
8265 | 2024-12-20T21:59:56.915Z | [ recovery-image] Dec 20 21:59:54.735 INFO O| Dec 20 21:59:54.735 INFO STEP 54 (ensure_file) COMPLETE |
8266 | 2024-12-20T21:59:56.915Z | [ recovery-image] Dec 20 21:59:54.735 INFO O| Dec 20 21:59:54.735 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8267 | 2024-12-20T21:59:56.932Z | [ recovery-image] Dec 20 21:59:54.754 INFO O| Dec 20 21:59:54.754 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8268 | 2024-12-20T21:59:56.932Z | [ recovery-image] Dec 20 21:59:54.754 INFO O| Dec 20 21:59:54.754 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8269 | 2024-12-20T21:59:56.932Z | [ recovery-image] Dec 20 21:59:54.754 INFO O| Dec 20 21:59:54.754 INFO STEP 55 (ensure_dir) COMPLETE |
8270 | 2024-12-20T21:59:56.934Z | [ recovery-image] Dec 20 21:59:54.755 INFO O| Dec 20 21:59:54.754 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8271 | 2024-12-20T21:59:56.953Z | [ recovery-image] Dec 20 21:59:54.776 INFO O| Dec 20 21:59:54.776 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8272 | 2024-12-20T21:59:56.953Z | [ recovery-image] Dec 20 21:59:54.776 INFO O| Dec 20 21:59:54.776 INFO copying /tmp/.tmpUUBaUa/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 ... |
8273 | 2024-12-20T21:59:56.956Z | [ recovery-image] Dec 20 21:59:54.776 INFO O| Dec 20 21:59:54.776 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8274 | 2024-12-20T21:59:56.956Z | [ recovery-image] Dec 20 21:59:54.776 INFO O| Dec 20 21:59:54.776 INFO ok! |
8275 | 2024-12-20T21:59:56.956Z | [ recovery-image] Dec 20 21:59:54.776 INFO O| Dec 20 21:59:54.776 INFO STEP 56 (ensure_file) COMPLETE |
8276 | 2024-12-20T21:59:56.956Z | [ recovery-image] Dec 20 21:59:54.776 INFO O| Dec 20 21:59:54.776 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8277 | 2024-12-20T21:59:56.974Z | [ recovery-image] Dec 20 21:59:54.796 INFO O| Dec 20 21:59:54.796 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8278 | 2024-12-20T21:59:56.974Z | [ recovery-image] Dec 20 21:59:54.796 INFO O| Dec 20 21:59:54.796 INFO copying /tmp/.tmpUUBaUa/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 ... |
8279 | 2024-12-20T21:59:56.977Z | [ recovery-image] Dec 20 21:59:54.796 INFO O| Dec 20 21:59:54.796 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 |
8280 | 2024-12-20T21:59:56.977Z | [ recovery-image] Dec 20 21:59:54.796 INFO O| Dec 20 21:59:54.796 INFO ok! |
8281 | 2024-12-20T21:59:56.977Z | [ recovery-image] Dec 20 21:59:54.796 INFO O| Dec 20 21:59:54.796 INFO STEP 57 (ensure_file) COMPLETE |
8282 | 2024-12-20T21:59:56.977Z | [ recovery-image] Dec 20 21:59:54.796 INFO O| Dec 20 21:59:54.796 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8283 | 2024-12-20T21:59:57.011Z | [ recovery-image] Dec 20 21:59:54.834 INFO O| Dec 20 21:59:54.834 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8284 | 2024-12-20T21:59:57.012Z | [ recovery-image] Dec 20 21:59:54.834 INFO O| Dec 20 21:59:54.834 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8285 | 2024-12-20T21:59:57.012Z | [ recovery-image] Dec 20 21:59:54.834 INFO O| Dec 20 21:59:54.834 INFO STEP 58 (ensure_dir) COMPLETE |
8286 | 2024-12-20T21:59:57.014Z | [ recovery-image] Dec 20 21:59:54.834 INFO O| Dec 20 21:59:54.834 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8287 | 2024-12-20T21:59:57.034Z | [ recovery-image] Dec 20 21:59:54.856 INFO O| Dec 20 21:59:54.856 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8288 | 2024-12-20T21:59:57.034Z | [ recovery-image] Dec 20 21:59:54.856 INFO O| Dec 20 21:59:54.856 INFO copying /tmp/.tmpUUBaUa/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 ... |
8289 | 2024-12-20T21:59:57.036Z | [ recovery-image] Dec 20 21:59:54.856 INFO O| Dec 20 21:59:54.856 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8290 | 2024-12-20T21:59:57.036Z | [ recovery-image] Dec 20 21:59:54.856 INFO O| Dec 20 21:59:54.856 INFO ok! |
8291 | 2024-12-20T21:59:57.036Z | [ recovery-image] Dec 20 21:59:54.856 INFO O| Dec 20 21:59:54.856 INFO STEP 59 (ensure_file) COMPLETE |
8292 | 2024-12-20T21:59:57.036Z | [ recovery-image] Dec 20 21:59:54.857 INFO O| Dec 20 21:59:54.856 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8293 | 2024-12-20T21:59:57.065Z | [ recovery-image] Dec 20 21:59:54.887 INFO O| Dec 20 21:59:54.887 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8294 | 2024-12-20T21:59:57.065Z | [ recovery-image] Dec 20 21:59:54.887 INFO O| Dec 20 21:59:54.887 INFO copying /tmp/.tmpUUBaUa/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8295 | 2024-12-20T21:59:57.068Z | [ recovery-image] Dec 20 21:59:54.887 INFO O| Dec 20 21:59:54.887 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8296 | 2024-12-20T21:59:57.068Z | [ recovery-image] Dec 20 21:59:54.888 INFO O| Dec 20 21:59:54.887 INFO ok! |
8297 | 2024-12-20T21:59:57.068Z | [ recovery-image] Dec 20 21:59:54.888 INFO O| Dec 20 21:59:54.887 INFO STEP 60 (ensure_file) COMPLETE |
8298 | 2024-12-20T21:59:57.068Z | [ recovery-image] Dec 20 21:59:54.888 INFO O| Dec 20 21:59:54.887 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8299 | 2024-12-20T21:59:57.176Z | [ recovery-image] Dec 20 21:59:54.999 INFO O| Dec 20 21:59:54.998 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8300 | 2024-12-20T21:59:57.176Z | [ recovery-image] Dec 20 21:59:54.999 INFO O| Dec 20 21:59:54.999 INFO STEP 61 (ensure_dir) COMPLETE |
8301 | 2024-12-20T21:59:57.179Z | [ recovery-image] Dec 20 21:59:54.999 INFO O| Dec 20 21:59:54.999 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8302 | 2024-12-20T21:59:57.235Z | [ recovery-image] Dec 20 21:59:55.057 INFO O| Dec 20 21:59:55.057 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8303 | 2024-12-20T21:59:57.235Z | [ recovery-image] Dec 20 21:59:55.057 INFO O| Dec 20 21:59:55.057 INFO STEP 62 (ensure_dir) COMPLETE |
8304 | 2024-12-20T21:59:57.235Z | [ recovery-image] Dec 20 21:59:55.057 INFO O| Dec 20 21:59:55.057 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8305 | 2024-12-20T21:59:57.294Z | [ recovery-image] Dec 20 21:59:55.116 INFO O| Dec 20 21:59:55.116 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8306 | 2024-12-20T21:59:57.294Z | [ recovery-image] Dec 20 21:59:55.116 INFO O| Dec 20 21:59:55.116 INFO STEP 63 (ensure_dir) COMPLETE |
8307 | 2024-12-20T21:59:57.294Z | [ recovery-image] Dec 20 21:59:55.116 INFO O| Dec 20 21:59:55.116 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8308 | 2024-12-20T21:59:57.313Z | [ recovery-image] Dec 20 21:59:55.135 INFO O| Dec 20 21:59:55.135 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8309 | 2024-12-20T21:59:57.313Z | [ recovery-image] Dec 20 21:59:55.135 INFO O| Dec 20 21:59:55.135 INFO STEP 64 (ensure_dir) COMPLETE |
8310 | 2024-12-20T21:59:57.315Z | [ recovery-image] Dec 20 21:59:55.135 INFO O| Dec 20 21:59:55.135 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8311 | 2024-12-20T21:59:57.335Z | [ recovery-image] Dec 20 21:59:55.157 INFO O| Dec 20 21:59:55.157 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8312 | 2024-12-20T21:59:57.335Z | [ recovery-image] Dec 20 21:59:55.158 INFO O| Dec 20 21:59:55.157 INFO copying /tmp/.tmpUUBaUa/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8313 | 2024-12-20T21:59:57.338Z | [ recovery-image] Dec 20 21:59:55.158 INFO O| Dec 20 21:59:55.158 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8314 | 2024-12-20T21:59:57.338Z | [ recovery-image] Dec 20 21:59:55.158 INFO O| Dec 20 21:59:55.158 INFO ok! |
8315 | 2024-12-20T21:59:57.338Z | [ recovery-image] Dec 20 21:59:55.158 INFO O| Dec 20 21:59:55.158 INFO STEP 65 (ensure_file) COMPLETE |
8316 | 2024-12-20T21:59:57.338Z | [ recovery-image] Dec 20 21:59:55.158 INFO O| Dec 20 21:59:55.158 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8317 | 2024-12-20T21:59:57.367Z | [ recovery-image] Dec 20 21:59:55.190 INFO O| Dec 20 21:59:55.190 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8318 | 2024-12-20T21:59:57.370Z | [ recovery-image] Dec 20 21:59:55.190 INFO O| Dec 20 21:59:55.190 INFO STEP 66 (remove_files) COMPLETE |
8319 | 2024-12-20T21:59:57.370Z | [ recovery-image] Dec 20 21:59:55.190 INFO O| Dec 20 21:59:55.190 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8320 | 2024-12-20T21:59:57.404Z | [ recovery-image] Dec 20 21:59:55.226 INFO O| Dec 20 21:59:55.226 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8321 | 2024-12-20T21:59:57.406Z | [ recovery-image] Dec 20 21:59:55.227 INFO O| Dec 20 21:59:55.227 INFO STEP 67 (remove_files) COMPLETE |
8322 | 2024-12-20T21:59:57.406Z | [ recovery-image] Dec 20 21:59:55.227 INFO O| Dec 20 21:59:55.227 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8323 | 2024-12-20T21:59:57.432Z | [ recovery-image] Dec 20 21:59:55.255 INFO O| Dec 20 21:59:55.255 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8324 | 2024-12-20T21:59:57.435Z | [ recovery-image] Dec 20 21:59:55.255 INFO O| Dec 20 21:59:55.255 INFO STEP 68 (remove_files) COMPLETE |
8325 | 2024-12-20T21:59:57.435Z | [ recovery-image] Dec 20 21:59:55.255 INFO O| Dec 20 21:59:55.255 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8326 | 2024-12-20T21:59:57.452Z | [ recovery-image] Dec 20 21:59:55.275 INFO O| Dec 20 21:59:55.275 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8327 | 2024-12-20T21:59:57.455Z | [ recovery-image] Dec 20 21:59:55.275 INFO O| Dec 20 21:59:55.275 INFO STEP 69 (remove_files) COMPLETE |
8328 | 2024-12-20T21:59:57.455Z | [ recovery-image] Dec 20 21:59:55.276 INFO O| Dec 20 21:59:55.275 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8329 | 2024-12-20T21:59:57.483Z | [ recovery-image] Dec 20 21:59:55.306 INFO O| Dec 20 21:59:55.305 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8330 | 2024-12-20T21:59:57.486Z | [ recovery-image] Dec 20 21:59:55.306 INFO O| Dec 20 21:59:55.306 INFO STEP 70 (remove_files) COMPLETE |
8331 | 2024-12-20T21:59:57.486Z | [ recovery-image] Dec 20 21:59:55.306 INFO O| Dec 20 21:59:55.306 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8332 | 2024-12-20T21:59:57.503Z | [ recovery-image] Dec 20 21:59:55.325 INFO O| Dec 20 21:59:55.325 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8333 | 2024-12-20T21:59:57.505Z | [ recovery-image] Dec 20 21:59:55.326 INFO O| Dec 20 21:59:55.326 INFO STEP 71 (remove_files) COMPLETE |
8334 | 2024-12-20T21:59:57.505Z | [ recovery-image] Dec 20 21:59:55.326 INFO O| Dec 20 21:59:55.326 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8335 | 2024-12-20T21:59:57.521Z | [ recovery-image] Dec 20 21:59:55.344 INFO O| Dec 20 21:59:55.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8336 | 2024-12-20T21:59:57.521Z | [ recovery-image] Dec 20 21:59:55.344 INFO O| Dec 20 21:59:55.344 INFO STEP 72 (remove_files) COMPLETE |
8337 | 2024-12-20T21:59:57.521Z | [ recovery-image] Dec 20 21:59:55.344 INFO O| Dec 20 21:59:55.344 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8338 | 2024-12-20T21:59:57.541Z | [ recovery-image] Dec 20 21:59:55.361 INFO O| Dec 20 21:59:55.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8339 | 2024-12-20T21:59:57.541Z | [ recovery-image] Dec 20 21:59:55.361 INFO O| Dec 20 21:59:55.361 INFO STEP 73 (remove_files) COMPLETE |
8340 | 2024-12-20T21:59:57.544Z | [ recovery-image] Dec 20 21:59:55.362 INFO O| Dec 20 21:59:55.361 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8341 | 2024-12-20T21:59:57.558Z | [ recovery-image] Dec 20 21:59:55.379 INFO O| Dec 20 21:59:55.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8342 | 2024-12-20T21:59:57.558Z | [ recovery-image] Dec 20 21:59:55.380 INFO O| Dec 20 21:59:55.379 INFO STEP 74 (remove_files) COMPLETE |
8343 | 2024-12-20T21:59:57.561Z | [ recovery-image] Dec 20 21:59:55.380 INFO O| Dec 20 21:59:55.379 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8344 | 2024-12-20T21:59:57.593Z | [ recovery-image] Dec 20 21:59:55.416 INFO O| Dec 20 21:59:55.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8345 | 2024-12-20T21:59:57.596Z | [ recovery-image] Dec 20 21:59:55.416 INFO O| Dec 20 21:59:55.416 INFO STEP 75 (remove_files) COMPLETE |
8346 | 2024-12-20T21:59:57.596Z | [ recovery-image] Dec 20 21:59:55.416 INFO O| Dec 20 21:59:55.416 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8347 | 2024-12-20T21:59:57.630Z | [ recovery-image] Dec 20 21:59:55.452 INFO O| Dec 20 21:59:55.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8348 | 2024-12-20T21:59:57.632Z | [ recovery-image] Dec 20 21:59:55.453 INFO O| Dec 20 21:59:55.452 INFO STEP 76 (remove_files) COMPLETE |
8349 | 2024-12-20T21:59:57.632Z | [ recovery-image] Dec 20 21:59:55.453 INFO O| Dec 20 21:59:55.453 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8350 | 2024-12-20T21:59:57.649Z | [ recovery-image] Dec 20 21:59:55.471 INFO O| Dec 20 21:59:55.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8351 | 2024-12-20T21:59:57.649Z | [ recovery-image] Dec 20 21:59:55.471 INFO O| Dec 20 21:59:55.471 INFO STEP 77 (remove_files) COMPLETE |
8352 | 2024-12-20T21:59:57.649Z | [ recovery-image] Dec 20 21:59:55.472 INFO O| Dec 20 21:59:55.471 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8353 | 2024-12-20T21:59:57.668Z | [ recovery-image] Dec 20 21:59:55.490 INFO O| Dec 20 21:59:55.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8354 | 2024-12-20T21:59:57.668Z | [ recovery-image] Dec 20 21:59:55.490 INFO O| Dec 20 21:59:55.490 INFO STEP 78 (remove_files) COMPLETE |
8355 | 2024-12-20T21:59:57.668Z | [ recovery-image] Dec 20 21:59:55.490 INFO O| Dec 20 21:59:55.490 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8356 | 2024-12-20T21:59:57.686Z | [ recovery-image] Dec 20 21:59:55.508 INFO O| Dec 20 21:59:55.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8357 | 2024-12-20T21:59:57.686Z | [ recovery-image] Dec 20 21:59:55.508 INFO O| Dec 20 21:59:55.508 INFO STEP 79 (remove_files) COMPLETE |
8358 | 2024-12-20T21:59:57.689Z | [ recovery-image] Dec 20 21:59:55.509 INFO O| Dec 20 21:59:55.508 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8359 | 2024-12-20T21:59:57.711Z | [ recovery-image] Dec 20 21:59:55.533 INFO O| Dec 20 21:59:55.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8360 | 2024-12-20T21:59:57.713Z | [ recovery-image] Dec 20 21:59:55.533 INFO O| Dec 20 21:59:55.533 INFO STEP 80 (remove_files) COMPLETE |
8361 | 2024-12-20T21:59:57.713Z | [ recovery-image] Dec 20 21:59:55.534 INFO O| Dec 20 21:59:55.533 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8362 | 2024-12-20T21:59:57.730Z | [ recovery-image] Dec 20 21:59:55.553 INFO O| Dec 20 21:59:55.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8363 | 2024-12-20T21:59:57.733Z | [ recovery-image] Dec 20 21:59:55.553 INFO O| Dec 20 21:59:55.553 INFO STEP 81 (remove_files) COMPLETE |
8364 | 2024-12-20T21:59:57.733Z | [ recovery-image] Dec 20 21:59:55.553 INFO O| Dec 20 21:59:55.553 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8365 | 2024-12-20T21:59:57.749Z | [ recovery-image] Dec 20 21:59:55.572 INFO O| Dec 20 21:59:55.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8366 | 2024-12-20T21:59:57.752Z | [ recovery-image] Dec 20 21:59:55.572 INFO O| Dec 20 21:59:55.572 INFO STEP 82 (remove_files) COMPLETE |
8367 | 2024-12-20T21:59:57.752Z | [ recovery-image] Dec 20 21:59:55.572 INFO O| Dec 20 21:59:55.572 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8368 | 2024-12-20T21:59:57.824Z | [ recovery-image] Dec 20 21:59:55.647 INFO O| Dec 20 21:59:55.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8369 | 2024-12-20T21:59:57.825Z | [ recovery-image] Dec 20 21:59:55.647 INFO O| Dec 20 21:59:55.647 INFO STEP 83 (remove_files) COMPLETE |
8370 | 2024-12-20T21:59:57.827Z | [ recovery-image] Dec 20 21:59:55.647 INFO O| Dec 20 21:59:55.647 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8371 | 2024-12-20T21:59:57.862Z | [ recovery-image] Dec 20 21:59:55.685 INFO O| Dec 20 21:59:55.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8372 | 2024-12-20T21:59:57.866Z | [ recovery-image] Dec 20 21:59:55.685 INFO O| Dec 20 21:59:55.685 INFO STEP 84 (remove_files) COMPLETE |
8373 | 2024-12-20T21:59:57.866Z | [ recovery-image] Dec 20 21:59:55.685 INFO O| Dec 20 21:59:55.685 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8374 | 2024-12-20T21:59:57.907Z | [ recovery-image] Dec 20 21:59:55.729 INFO O| Dec 20 21:59:55.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8375 | 2024-12-20T21:59:57.907Z | [ recovery-image] Dec 20 21:59:55.729 INFO O| Dec 20 21:59:55.729 INFO STEP 85 (remove_files) COMPLETE |
8376 | 2024-12-20T21:59:57.907Z | [ recovery-image] Dec 20 21:59:55.729 INFO O| Dec 20 21:59:55.729 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8377 | 2024-12-20T21:59:57.925Z | [ recovery-image] Dec 20 21:59:55.747 INFO O| Dec 20 21:59:55.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8378 | 2024-12-20T21:59:57.925Z | [ recovery-image] Dec 20 21:59:55.748 INFO O| Dec 20 21:59:55.748 INFO STEP 86 (remove_files) COMPLETE |
8379 | 2024-12-20T21:59:57.927Z | [ recovery-image] Dec 20 21:59:55.748 INFO O| Dec 20 21:59:55.748 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8380 | 2024-12-20T21:59:57.943Z | [ recovery-image] Dec 20 21:59:55.765 INFO O| Dec 20 21:59:55.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8381 | 2024-12-20T21:59:57.943Z | [ recovery-image] Dec 20 21:59:55.765 INFO O| Dec 20 21:59:55.765 INFO STEP 87 (remove_files) COMPLETE |
8382 | 2024-12-20T21:59:57.943Z | [ recovery-image] Dec 20 21:59:55.765 INFO O| Dec 20 21:59:55.765 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8383 | 2024-12-20T21:59:57.985Z | [ recovery-image] Dec 20 21:59:55.808 INFO O| Dec 20 21:59:55.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8384 | 2024-12-20T21:59:57.986Z | [ recovery-image] Dec 20 21:59:55.808 INFO O| Dec 20 21:59:55.808 INFO STEP 88 (remove_files) COMPLETE |
8385 | 2024-12-20T21:59:57.986Z | [ recovery-image] Dec 20 21:59:55.808 INFO O| Dec 20 21:59:55.808 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8386 | 2024-12-20T21:59:58.006Z | [ recovery-image] Dec 20 21:59:55.829 INFO O| Dec 20 21:59:55.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8387 | 2024-12-20T21:59:58.006Z | [ recovery-image] Dec 20 21:59:55.829 INFO O| Dec 20 21:59:55.829 INFO STEP 89 (remove_files) COMPLETE |
8388 | 2024-12-20T21:59:58.006Z | [ recovery-image] Dec 20 21:59:55.829 INFO O| Dec 20 21:59:55.829 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8389 | 2024-12-20T21:59:58.031Z | [ recovery-image] Dec 20 21:59:55.853 INFO O| Dec 20 21:59:55.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8390 | 2024-12-20T21:59:58.031Z | [ recovery-image] Dec 20 21:59:55.853 INFO O| Dec 20 21:59:55.853 INFO STEP 90 (remove_files) COMPLETE |
8391 | 2024-12-20T21:59:58.031Z | [ recovery-image] Dec 20 21:59:55.853 INFO O| Dec 20 21:59:55.853 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8392 | 2024-12-20T21:59:58.051Z | [ recovery-image] Dec 20 21:59:55.872 INFO O| Dec 20 21:59:55.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8393 | 2024-12-20T21:59:58.051Z | [ recovery-image] Dec 20 21:59:55.872 INFO O| Dec 20 21:59:55.872 INFO STEP 91 (remove_files) COMPLETE |
8394 | 2024-12-20T21:59:58.051Z | [ recovery-image] Dec 20 21:59:55.872 INFO O| Dec 20 21:59:55.872 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8395 | 2024-12-20T21:59:58.086Z | [ recovery-image] Dec 20 21:59:55.909 INFO O| Dec 20 21:59:55.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8396 | 2024-12-20T21:59:58.089Z | [ recovery-image] Dec 20 21:59:55.909 INFO O| Dec 20 21:59:55.909 INFO STEP 92 (remove_files) COMPLETE |
8397 | 2024-12-20T21:59:58.089Z | [ recovery-image] Dec 20 21:59:55.909 INFO O| Dec 20 21:59:55.909 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8398 | 2024-12-20T21:59:58.135Z | [ recovery-image] Dec 20 21:59:55.957 INFO O| Dec 20 21:59:55.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8399 | 2024-12-20T21:59:58.135Z | [ recovery-image] Dec 20 21:59:55.957 INFO O| Dec 20 21:59:55.957 INFO STEP 93 (remove_files) COMPLETE |
8400 | 2024-12-20T21:59:58.135Z | [ recovery-image] Dec 20 21:59:55.957 INFO O| Dec 20 21:59:55.957 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8401 | 2024-12-20T21:59:58.154Z | [ recovery-image] Dec 20 21:59:55.976 INFO O| Dec 20 21:59:55.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8402 | 2024-12-20T21:59:58.154Z | [ recovery-image] Dec 20 21:59:55.976 INFO O| Dec 20 21:59:55.976 INFO STEP 94 (remove_files) COMPLETE |
8403 | 2024-12-20T21:59:58.154Z | [ recovery-image] Dec 20 21:59:55.976 INFO O| Dec 20 21:59:55.976 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8404 | 2024-12-20T21:59:58.182Z | [ recovery-image] Dec 20 21:59:56.004 INFO O| Dec 20 21:59:56.004 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8405 | 2024-12-20T21:59:58.184Z | [ recovery-image] Dec 20 21:59:56.005 INFO O| Dec 20 21:59:56.004 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", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
8406 | 2024-12-20T22:00:01.390Z | [ host-image] Dec 20 21:59:59.211 INFO O| Dec 20 21:59:59.211 INFO O| Done |
8407 | 2024-12-20T22:00:05.682Z | [ host-image] Dec 20 22:00:03.502 INFO O| Dec 20 22:00:03.502 INFO O| Done |
8408 | 2024-12-20T22:00:06.390Z | [ host-image] Dec 20 22:00:04.210 INFO O| Dec 20 22:00:04.210 INFO STEP 11 (pkg_install) COMPLETE |
8409 | 2024-12-20T22:00:06.390Z | [ host-image] Dec 20 22:00:04.210 INFO O| Dec 20 22:00:04.210 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8410 | 2024-12-20T22:00:06.409Z | [ host-image] Dec 20 22:00:04.229 INFO O| Dec 20 22:00:04.229 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"] |
8411 | 2024-12-20T22:00:07.312Z | [ recovery-image] Dec 20 22:00:05.132 INFO O| Dec 20 22:00:05.132 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 |
8412 | 2024-12-20T22:00:07.312Z | [ recovery-image] Dec 20 22:00:05.132 INFO O| Dec 20 22:00:05.132 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8413 | 2024-12-20T22:00:07.331Z | [ recovery-image] Dec 20 22:00:05.151 INFO O| Dec 20 22:00:05.151 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"} |
8414 | 2024-12-20T22:00:07.491Z | [ recovery-image] Dec 20 22:00:05.311 INFO O| Dec 20 22:00:05.311 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8415 | 2024-12-20T22:00:07.491Z | [ recovery-image] Dec 20 22:00:05.311 INFO O| Dec 20 22:00:05.311 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 ... |
8416 | 2024-12-20T22:00:07.494Z | [ recovery-image] Dec 20 22:00:05.314 INFO O| Dec 20 22:00:05.314 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8417 | 2024-12-20T22:00:07.494Z | [ recovery-image] Dec 20 22:00:05.314 INFO O| Dec 20 22:00:05.314 INFO ok! |
8418 | 2024-12-20T22:00:07.494Z | [ recovery-image] Dec 20 22:00:05.314 INFO O| Dec 20 22:00:05.314 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8419 | 2024-12-20T22:00:07.494Z | [ recovery-image] Dec 20 22:00:05.314 INFO O| Dec 20 22:00:05.314 INFO STEP 95 (seed_smf) COMPLETE |
8420 | 2024-12-20T22:00:07.497Z | [ recovery-image] Dec 20 22:00:05.314 INFO O| Dec 20 22:00:05.314 INFO steps complete; finalising image! |
8421 | 2024-12-20T22:00:07.497Z | [ recovery-image] Dec 20 22:00:05.314 INFO O| Dec 20 22:00:05.314 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8422 | 2024-12-20T22:00:07.562Z | [ recovery-image] Dec 20 22:00:05.382 INFO O| Dec 20 22:00:05.382 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Fri Dec 20 22:00:05 2024) |
8423 | 2024-12-20T22:00:07.773Z | [ recovery-image] Dec 20 22:00:05.593 INFO O| Dec 20 22:00:05.593 INFO trim TEMPORARY-gimlet-zfs-recovery: (56% trimmed, started at Fri Dec 20 22:00:05 2024) |
8424 | 2024-12-20T22:00:07.994Z | [ recovery-image] Dec 20 22:00:05.814 INFO O| Dec 20 22:00:05.814 INFO trim TEMPORARY-gimlet-zfs-recovery: (56% trimmed, started at Fri Dec 20 22:00:05 2024) |
8425 | 2024-12-20T22:00:08.206Z | [ recovery-image] Dec 20 22:00:06.026 INFO O| Dec 20 22:00:06.026 INFO trim TEMPORARY-gimlet-zfs-recovery: (56% trimmed, started at Fri Dec 20 22:00:05 2024) |
8426 | 2024-12-20T22:00:08.417Z | [ recovery-image] Dec 20 22:00:06.237 INFO O| Dec 20 22:00:06.237 INFO trim TEMPORARY-gimlet-zfs-recovery: (90% trimmed, started at Fri Dec 20 22:00:05 2024) |
8427 | 2024-12-20T22:00:08.677Z | [ recovery-image] Dec 20 22:00:06.497 INFO O| Dec 20 22:00:06.497 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio |
8428 | 2024-12-20T22:00:08.677Z | [ recovery-image] Dec 20 22:00:06.497 INFO O| Dec 20 22:00:06.497 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8429 | 2024-12-20T22:00:09.422Z | [ recovery-image] Dec 20 22:00:07.241 INFO O| Dec 20 22:00:07.241 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 |
8430 | 2024-12-20T22:00:09.422Z | [ recovery-image] Dec 20 22:00:07.241 INFO O| Dec 20 22:00:07.241 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8431 | 2024-12-20T22:00:09.883Z | [ host-image] Dec 20 22:00:07.703 INFO O| Dec 20 22:00:07.702 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8432 | 2024-12-20T22:00:15.318Z | [ recovery-image] Dec 20 22:00:13.136 INFO O| Dec 20 22:00:13.136 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8433 | 2024-12-20T22:00:15.321Z | [ recovery-image] Dec 20 22:00:13.136 INFO O| Dec 20 22:00:13.136 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8434 | 2024-12-20T22:00:15.322Z | [ recovery-image] Dec 20 22:00:13.136 INFO O| Dec 20 22:00:13.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8435 | 2024-12-20T22:00:15.322Z | [ recovery-image] Dec 20 22:00:13.136 INFO O| Dec 20 22:00:13.136 INFO completed processing gimlet/zfs-recovery |
8436 | 2024-12-20T22:00:15.322Z | [ recovery-image] Dec 20 22:00:13.137 INFO O| Dec 20 22:00:13.136 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8437 | 2024-12-20T22:00:15.384Z | [ host-image] Dec 20 22:00:13.202 INFO O| Dec 20 22:00:13.202 INFO O| Planning: Solver setup ... Done |
8438 | 2024-12-20T22:00:15.391Z | [ host-image] Dec 20 22:00:13.209 INFO O| Dec 20 22:00:13.209 INFO O| Planning: Running solver ... Done |
8439 | 2024-12-20T22:00:15.570Z | [ host-image] Dec 20 22:00:13.388 INFO O| Dec 20 22:00:13.388 INFO O| Planning: Finding local manifests ... Done |
8440 | 2024-12-20T22:00:15.574Z | [ host-image] Dec 20 22:00:13.391 INFO O| Dec 20 22:00:13.391 INFO O| Planning: Fetching manifests: 0/5 0% complete |
8441 | 2024-12-20T22:00:15.994Z | [ recovery-image] Dec 20 22:00:13.811 INFO O| Dec 20 22:00:13.811 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8442 | 2024-12-20T22:00:16.131Z | [ recovery-image] Dec 20 22:00:13.947 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
8443 | 2024-12-20T22:00:16.133Z | [ recovery-image] Dec 20 22:00:13.948 INFO expanded image name: "recovery 5ecbe5f/${os_short_commit} 2024-12-20 21:28" -> "recovery 5ecbe5f/37a4469 2024-12-20 21:28" |
8444 | 2024-12-20T22:00:16.134Z | [ recovery-image] Dec 20 22:00:13.948 INFO output artefacts stored in: "/work/os-recovery" |
8445 | 2024-12-20T22:00:16.134Z | [ recovery-image] Dec 20 22:00:13.949 INFO collecting git info from project "phbl"... |
8446 | 2024-12-20T22:00:16.165Z | [ recovery-image] Dec 20 22:00:13.983 INFO collecting git info from project "bootserver"... |
8447 | 2024-12-20T22:00:16.174Z | [ recovery-image] Dec 20 22:00:13.993 INFO collecting git info from project "amd-host-image-builder"... |
8448 | 2024-12-20T22:00:16.236Z | [ host-image] Dec 20 22:00:14.054 INFO O| Dec 20 22:00:14.054 INFO O| Planning: Fetching manifests: 5/5 100% complete |
8449 | 2024-12-20T22:00:16.358Z | [ host-image] Dec 20 22:00:14.174 INFO O| Dec 20 22:00:14.174 INFO O| Planning: Package planning ... Done |
8450 | 2024-12-20T22:00:16.375Z | [ host-image] Dec 20 22:00:14.194 INFO O| Dec 20 22:00:14.194 INFO O| Planning: Merging actions ... Done |
8451 | 2024-12-20T22:00:16.578Z | [ host-image] Dec 20 22:00:14.396 INFO O| Dec 20 22:00:14.396 INFO O| Planning: Checking for conflicting actions ... Done |
8452 | 2024-12-20T22:00:16.582Z | [ host-image] Dec 20 22:00:14.398 INFO O| Dec 20 22:00:14.398 INFO O| Planning: Consolidating action changes ... Done |
8453 | 2024-12-20T22:00:16.730Z | [ recovery-image] Dec 20 22:00:14.548 INFO collecting git info from project "chelsio-t6-roms"... |
8454 | 2024-12-20T22:00:16.760Z | [ recovery-image] Dec 20 22:00:14.579 INFO collecting git info from project "pinprick"... |
8455 | 2024-12-20T22:00:16.772Z | [ recovery-image] Dec 20 22:00:14.588 INFO collecting git info from project "pilot"... |
8456 | 2024-12-20T22:00:16.791Z | [ recovery-image] Dec 20 22:00:14.609 INFO collecting git info from project "image-builder"... |
8457 | 2024-12-20T22:00:16.801Z | [ recovery-image] Dec 20 22:00:14.619 INFO collecting git info from project "amd-firmware"... |
8458 | 2024-12-20T22:00:17.155Z | [ host-image] Dec 20 22:00:14.972 INFO O| Dec 20 22:00:14.972 INFO O| Planning: Evaluating mediators ... Done |
8459 | 2024-12-20T22:00:17.160Z | [ host-image] Dec 20 22:00:14.975 INFO O| Dec 20 22:00:14.975 INFO O| Planning: Planning completed in 7.27 seconds |
8460 | 2024-12-20T22:00:17.164Z | [ host-image] Dec 20 22:00:14.977 INFO O| Dec 20 22:00:14.977 INFO O| Packages to install: 5 |
8461 | 2024-12-20T22:00:17.164Z | [ host-image] Dec 20 22:00:14.977 INFO O| Dec 20 22:00:14.977 INFO O| Services to change: 2 |
8462 | 2024-12-20T22:00:17.187Z | [ host-image] Dec 20 22:00:15.005 INFO O| Dec 20 22:00:15.005 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
8463 | 2024-12-20T22:00:17.367Z | [ recovery-image] Dec 20 22:00:15.185 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8464 | 2024-12-20T22:00:18.337Z | [ recovery-image] Dec 20 22:00:16.155 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8465 | 2024-12-20T22:00:18.763Z | [ host-image] Dec 20 22:00:16.580 INFO O| Dec 20 22:00:16.580 INFO O| Download: Completed 1.45 MB in 1.58 seconds (939k/s) |
8466 | 2024-12-20T22:00:18.820Z | [ host-image] Dec 20 22:00:16.633 INFO O| Dec 20 22:00:16.632 INFO O| Actions: 1/305 actions (Installing new actions) |
8467 | 2024-12-20T22:00:18.984Z | [ host-image] Dec 20 22:00:16.800 INFO O| Dec 20 22:00:16.800 INFO O| Actions: Completed 305 actions in 0.17 seconds. |
8468 | 2024-12-20T22:00:19.155Z | [ recovery-image] Dec 20 22:00:16.973 INFO creating Oxide boot image... |
8469 | 2024-12-20T22:00:19.160Z | [ recovery-image] Dec 20 22:00:16.973 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 5ecbe5f/37a4469 2024-12-20 21:28", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8470 | 2024-12-20T22:00:19.791Z | [ host-image] Dec 20 22:00:17.606 INFO O| Dec 20 22:00:17.606 INFO O| Done |
8471 | 2024-12-20T22:00:19.791Z | [ host-image] Dec 20 22:00:17.606 INFO O| Dec 20 22:00:17.606 INFO O| Done |
8472 | 2024-12-20T22:00:21.232Z | [ host-image] Dec 20 22:00:19.049 INFO O| Dec 20 22:00:19.049 INFO O| Done |
8473 | 2024-12-20T22:00:23.954Z | [ host-image] Dec 20 22:00:21.770 INFO O| Dec 20 22:00:21.770 INFO O| Done |
8474 | 2024-12-20T22:00:23.994Z | [ host-image] Dec 20 22:00:21.811 INFO O| Dec 20 22:00:21.811 INFO O| Done |
8475 | 2024-12-20T22:00:23.997Z | [ host-image] Dec 20 22:00:21.811 INFO O| Dec 20 22:00:21.811 INFO O| Done |
8476 | 2024-12-20T22:00:24.024Z | [ host-image] Dec 20 22:00:21.841 INFO O| Dec 20 22:00:21.840 INFO O| Done |
8477 | 2024-12-20T22:00:24.238Z | [ host-image] Dec 20 22:00:22.052 INFO O| Dec 20 22:00:22.052 INFO STEP 12 (pkg_install) COMPLETE |
8478 | 2024-12-20T22:00:24.238Z | [ host-image] Dec 20 22:00:22.052 INFO O| Dec 20 22:00:22.052 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8479 | 2024-12-20T22:00:24.255Z | [ host-image] Dec 20 22:00:22.069 INFO O| Dec 20 22:00:22.069 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
8480 | 2024-12-20T22:00:25.344Z | [ host-image] Dec 20 22:00:23.160 INFO O| Dec 20 22:00:23.160 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8481 | 2024-12-20T22:00:29.504Z | [ host-image] Dec 20 22:00:27.320 INFO O| Dec 20 22:00:27.320 INFO O| Planning: Solver setup ... Done |
8482 | 2024-12-20T22:00:29.531Z | [ host-image] Dec 20 22:00:27.346 INFO O| Dec 20 22:00:27.346 INFO O| Planning: Running solver ... Done |
8483 | 2024-12-20T22:00:29.631Z | [ host-image] Dec 20 22:00:27.447 INFO O| Dec 20 22:00:27.447 INFO O| Planning: Finding local manifests ... Done |
8484 | 2024-12-20T22:00:29.635Z | [ host-image] Dec 20 22:00:27.449 INFO O| Dec 20 22:00:27.449 INFO O| Planning: Fetching manifests: 0/6 0% complete |
8485 | 2024-12-20T22:00:30.053Z | [ host-image] Dec 20 22:00:27.868 INFO O| Dec 20 22:00:27.868 INFO O| Planning: Fetching manifests: 6/6 100% complete |
8486 | 2024-12-20T22:00:30.129Z | [ host-image] Dec 20 22:00:27.944 INFO O| Dec 20 22:00:27.944 INFO O| Planning: Package planning ... Done |
8487 | 2024-12-20T22:00:30.171Z | [ host-image] Dec 20 22:00:27.986 INFO O| Dec 20 22:00:27.986 INFO O| Planning: Merging actions ... Done |
8488 | 2024-12-20T22:00:30.327Z | [ host-image] Dec 20 22:00:28.142 INFO O| Dec 20 22:00:28.142 INFO O| Planning: Checking for conflicting actions ... Done |
8489 | 2024-12-20T22:00:30.342Z | [ host-image] Dec 20 22:00:28.157 INFO O| Dec 20 22:00:28.157 INFO O| Planning: Consolidating action changes ... Done |
8490 | 2024-12-20T22:00:30.794Z | [ host-image] Dec 20 22:00:28.609 INFO O| Dec 20 22:00:28.609 INFO O| Planning: Evaluating mediators ... Done |
8491 | 2024-12-20T22:00:30.799Z | [ host-image] Dec 20 22:00:28.614 INFO O| Dec 20 22:00:28.614 INFO O| Planning: Planning completed in 5.45 seconds |
8492 | 2024-12-20T22:00:30.802Z | [ host-image] Dec 20 22:00:28.617 INFO O| Dec 20 22:00:28.617 INFO O| Packages to install: 6 |
8493 | 2024-12-20T22:00:30.802Z | [ host-image] Dec 20 22:00:28.617 INFO O| Dec 20 22:00:28.617 INFO O| Mediators to change: 1 |
8494 | 2024-12-20T22:00:30.807Z | [ host-image] Dec 20 22:00:28.617 INFO O| Dec 20 22:00:28.617 INFO O| Services to change: 1 |
8495 | 2024-12-20T22:00:30.826Z | [ host-image] Dec 20 22:00:28.641 INFO O| Dec 20 22:00:28.641 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
8496 | 2024-12-20T22:00:35.830Z | [ host-image] Dec 20 22:00:33.644 INFO O| Dec 20 22:00:33.644 INFO O| Download: 726/1140 items 3.1/8.4MB 36% complete (631k/s) |
8497 | 2024-12-20T22:00:37.786Z | [ host-image] Dec 20 22:00:35.598 INFO O| Dec 20 22:00:35.598 INFO O| Download: Completed 8.42 MB in 6.96 seconds (1.2M/s) |
8498 | 2024-12-20T22:00:37.934Z | [ host-image] Dec 20 22:00:35.747 INFO O| Dec 20 22:00:35.747 INFO O| Actions: 1/1361 actions (Installing new actions) |
8499 | 2024-12-20T22:00:38.631Z | [ host-image] Dec 20 22:00:36.445 INFO O| Dec 20 22:00:36.444 INFO O| Actions: Completed 1361 actions in 0.69 seconds. |
8500 | 2024-12-20T22:00:39.283Z | [ host-image] Dec 20 22:00:37.096 INFO O| Dec 20 22:00:37.096 INFO O| Done |
8501 | 2024-12-20T22:00:39.283Z | [ host-image] Dec 20 22:00:37.097 INFO O| Dec 20 22:00:37.096 INFO O| Done |
8502 | 2024-12-20T22:00:40.580Z | [ host-image] Dec 20 22:00:38.392 INFO O| Dec 20 22:00:38.392 INFO O| Done |
8503 | 2024-12-20T22:00:43.130Z | [ host-image] Dec 20 22:00:40.939 INFO O| Dec 20 22:00:40.939 INFO O| Done |
8504 | 2024-12-20T22:00:43.174Z | [ host-image] Dec 20 22:00:40.984 INFO O| Dec 20 22:00:40.984 INFO O| Done |
8505 | 2024-12-20T22:00:43.175Z | [ host-image] Dec 20 22:00:40.984 INFO O| Dec 20 22:00:40.984 INFO O| Done |
8506 | 2024-12-20T22:00:43.265Z | [ host-image] Dec 20 22:00:41.077 INFO O| Dec 20 22:00:41.077 INFO O| Done |
8507 | 2024-12-20T22:00:43.490Z | [ host-image] Dec 20 22:00:41.298 INFO O| Dec 20 22:00:41.298 INFO STEP 13 (pkg_install) COMPLETE |
8508 | 2024-12-20T22:00:43.490Z | [ host-image] Dec 20 22:00:41.298 INFO O| Dec 20 22:00:41.298 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8509 | 2024-12-20T22:00:43.513Z | [ host-image] Dec 20 22:00:41.316 INFO O| Dec 20 22:00:41.316 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
8510 | 2024-12-20T22:00:44.644Z | [ host-image] Dec 20 22:00:42.452 INFO O| Dec 20 22:00:42.452 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8511 | 2024-12-20T22:00:50.203Z | [ host-image] Dec 20 22:00:46.991 INFO O| Dec 20 22:00:46.990 INFO O| Planning: Solver setup ... Done |
8512 | 2024-12-20T22:00:50.329Z | [ host-image] Dec 20 22:00:46.999 INFO O| Dec 20 22:00:46.998 INFO O| Planning: Running solver ... Done |
8513 | 2024-12-20T22:00:50.329Z | [ host-image] Dec 20 22:00:47.108 INFO O| Dec 20 22:00:47.108 INFO O| Planning: Finding local manifests ... Done |
8514 | 2024-12-20T22:00:50.329Z | [ host-image] Dec 20 22:00:47.109 INFO O| Dec 20 22:00:47.109 INFO O| Planning: Fetching manifests: 0/1 0% complete |
8515 | 2024-12-20T22:00:50.329Z | [ host-image] Dec 20 22:00:47.307 INFO O| Dec 20 22:00:47.307 INFO O| Planning: Fetching manifests: 1/1 100% complete |
8516 | 2024-12-20T22:00:50.329Z | [ host-image] Dec 20 22:00:47.338 INFO O| Dec 20 22:00:47.338 INFO O| Planning: Package planning ... Done |
8517 | 2024-12-20T22:00:50.329Z | [ host-image] Dec 20 22:00:47.339 INFO O| Dec 20 22:00:47.339 INFO O| Planning: Merging actions ... Done |
8518 | 2024-12-20T22:00:50.329Z | [ host-image] Dec 20 22:00:47.527 INFO O| Dec 20 22:00:47.527 INFO O| Planning: Checking for conflicting actions ... Done |
8519 | 2024-12-20T22:00:50.329Z | [ host-image] Dec 20 22:00:47.528 INFO O| Dec 20 22:00:47.528 INFO O| Planning: Consolidating action changes ... Done |
8520 | 2024-12-20T22:00:50.329Z | [ host-image] Dec 20 22:00:47.936 INFO O| Dec 20 22:00:47.936 INFO O| Planning: Evaluating mediators ... Done |
8521 | 2024-12-20T22:00:50.329Z | [ host-image] Dec 20 22:00:47.937 INFO O| Dec 20 22:00:47.937 INFO O| Planning: Planning completed in 5.48 seconds |
8522 | 2024-12-20T22:00:50.329Z | [ host-image] Dec 20 22:00:47.939 INFO O| Dec 20 22:00:47.939 INFO O| Packages to install: 1 |
8523 | 2024-12-20T22:00:50.329Z | [ host-image] Dec 20 22:00:47.982 INFO O| Dec 20 22:00:47.982 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
8524 | 2024-12-20T22:00:50.584Z | [ host-image] Dec 20 22:00:48.394 INFO O| Dec 20 22:00:48.394 INFO O| Download: Completed 9.99 MB in 0.41 seconds (24.2M/s) |
8525 | 2024-12-20T22:00:50.689Z | [ host-image] Dec 20 22:00:48.500 INFO O| Dec 20 22:00:48.499 INFO O| Actions: 1/22 actions (Installing new actions) |
8526 | 2024-12-20T22:00:51.121Z | [ host-image] Dec 20 22:00:48.932 INFO O| Dec 20 22:00:48.932 INFO O| Actions: Completed 22 actions in 0.43 seconds. |
8527 | 2024-12-20T22:00:51.740Z | [ host-image] Dec 20 22:00:49.551 INFO O| Dec 20 22:00:49.551 INFO O| Done |
8528 | 2024-12-20T22:00:51.740Z | [ host-image] Dec 20 22:00:49.551 INFO O| Dec 20 22:00:49.551 INFO O| Done |
8529 | 2024-12-20T22:00:53.095Z | [ host-image] Dec 20 22:00:50.906 INFO O| Dec 20 22:00:50.906 INFO O| Done |
8530 | 2024-12-20T22:00:55.947Z | [ host-image] Dec 20 22:00:53.756 INFO O| Dec 20 22:00:53.756 INFO O| Done |
8531 | 2024-12-20T22:00:55.994Z | [ host-image] Dec 20 22:00:53.804 INFO O| Dec 20 22:00:53.803 INFO O| Done |
8532 | 2024-12-20T22:00:55.997Z | [ host-image] Dec 20 22:00:53.804 INFO O| Dec 20 22:00:53.804 INFO O| Done |
8533 | 2024-12-20T22:00:56.013Z | [ host-image] Dec 20 22:00:53.823 INFO O| Dec 20 22:00:53.823 INFO O| Done |
8534 | 2024-12-20T22:00:56.252Z | [ host-image] Dec 20 22:00:54.061 INFO O| Dec 20 22:00:54.061 INFO STEP 14 (pkg_install) COMPLETE |
8535 | 2024-12-20T22:00:56.252Z | [ host-image] Dec 20 22:00:54.062 INFO O| Dec 20 22:00:54.061 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8536 | 2024-12-20T22:00:56.252Z | [ host-image] Dec 20 22:00:54.062 INFO O| Dec 20 22:00:54.061 INFO skip step because feature "mfg" is not enabled |
8537 | 2024-12-20T22:00:56.255Z | [ host-image] Dec 20 22:00:54.062 INFO O| Dec 20 22:00:54.061 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8538 | 2024-12-20T22:00:56.255Z | [ host-image] Dec 20 22:00:54.062 INFO O| Dec 20 22:00:54.061 INFO skip step because feature "compliance" is not enabled |
8539 | 2024-12-20T22:00:56.255Z | [ host-image] Dec 20 22:00:54.062 INFO O| Dec 20 22:00:54.061 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8540 | 2024-12-20T22:00:56.255Z | [ host-image] Dec 20 22:00:54.062 INFO O| Dec 20 22:00:54.061 INFO skip step because feature "stress" is not enabled |
8541 | 2024-12-20T22:00:56.255Z | [ host-image] Dec 20 22:00:54.062 INFO O| Dec 20 22:00:54.061 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8542 | 2024-12-20T22:00:56.255Z | [ host-image] Dec 20 22:00:54.062 INFO O| Dec 20 22:00:54.061 INFO skip step because feature "nfs" is not enabled |
8543 | 2024-12-20T22:00:56.255Z | [ host-image] Dec 20 22:00:54.062 INFO O| Dec 20 22:00:54.061 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8544 | 2024-12-20T22:00:56.255Z | [ host-image] Dec 20 22:00:54.062 INFO O| Dec 20 22:00:54.062 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8545 | 2024-12-20T22:00:56.383Z | [ host-image] Dec 20 22:00:54.193 INFO O| Dec 20 22:00:54.193 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8546 | 2024-12-20T22:00:56.509Z | [ host-image] Dec 20 22:00:54.319 INFO O| Dec 20 22:00:54.319 INFO completed processing gimlet/ramdisk-01-os |
8547 | 2024-12-20T22:00:56.512Z | [ host-image] Dec 20 22:00:54.322 INFO omicron1 baseline generation... |
8548 | 2024-12-20T22:00:56.516Z | [ host-image] Dec 20 22:00:54.322 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8549 | 2024-12-20T22:00:57.284Z | [ host-image] Dec 20 22:00:55.093 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z |
8550 | 2024-12-20T22:01:27.474Z | [ recovery-image] Dec 20 22:01:25.277 INFO O| ok, image written! |
8551 | 2024-12-20T22:01:27.474Z | [ recovery-image] Dec 20 22:01:25.277 INFO O| ok, boot_image_csum file written! |
8552 | 2024-12-20T22:01:27.481Z | [ recovery-image] Dec 20 22:01:25.284 INFO creating boot archive (CPIO)... |
8553 | 2024-12-20T22:01:27.481Z | [ recovery-image] Dec 20 22:01:25.284 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 |
8554 | 2024-12-20T22:01:27.492Z | [ recovery-image] Dec 20 22:01:25.295 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8555 | 2024-12-20T22:01:27.494Z | [ recovery-image] Dec 20 22:01:25.295 INFO E| + outfile=/work/os-recovery/cpio |
8556 | 2024-12-20T22:01:27.494Z | [ recovery-image] Dec 20 22:01:25.295 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8557 | 2024-12-20T22:01:27.497Z | [ recovery-image] Dec 20 22:01:25.297 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8558 | 2024-12-20T22:01:27.497Z | [ recovery-image] Dec 20 22:01:25.297 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8559 | 2024-12-20T22:01:27.535Z | [ recovery-image] Dec 20 22:01:25.338 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8560 | 2024-12-20T22:01:27.535Z | [ recovery-image] Dec 20 22:01:25.338 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8561 | 2024-12-20T22:01:27.543Z | [ recovery-image] Dec 20 22:01:25.346 INFO creating compressed cpio/unix for nanobl-rs... |
8562 | 2024-12-20T22:01:27.543Z | [ recovery-image] Dec 20 22:01:25.346 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 |
8563 | 2024-12-20T22:01:27.835Z | [ recovery-image] Dec 20 22:01:25.637 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8564 | 2024-12-20T22:01:32.328Z | [ recovery-image] Dec 20 22:01:30.130 INFO creating reset image... |
8565 | 2024-12-20T22:01:32.331Z | [ recovery-image] Dec 20 22:01:30.130 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8566 | 2024-12-20T22:01:32.612Z | [ recovery-image] Dec 20 22:01:30.414 INFO E| Updating crates.io index |
8567 | 2024-12-20T22:01:32.714Z | [ recovery-image] Dec 20 22:01:30.516 INFO E| Downloading crates ... |
8568 | 2024-12-20T22:01:32.794Z | [ recovery-image] Dec 20 22:01:30.596 INFO E| Downloaded clap v4.5.17 |
8569 | 2024-12-20T22:01:32.808Z | [ recovery-image] Dec 20 22:01:30.610 INFO E| Downloaded os_pipe v1.2.1 |
8570 | 2024-12-20T22:01:32.810Z | [ recovery-image] Dec 20 22:01:30.612 INFO E| Downloaded shared_child v1.0.1 |
8571 | 2024-12-20T22:01:32.813Z | [ recovery-image] Dec 20 22:01:30.613 INFO E| Downloaded clap_derive v4.5.13 |
8572 | 2024-12-20T22:01:32.816Z | [ recovery-image] Dec 20 22:01:30.616 INFO E| Downloaded duct v0.13.7 |
8573 | 2024-12-20T22:01:32.839Z | [ recovery-image] Dec 20 22:01:30.641 INFO E| Downloaded syn v2.0.77 |
8574 | 2024-12-20T22:01:32.850Z | [ recovery-image] Dec 20 22:01:30.652 INFO E| Downloaded clap_builder v4.5.17 |
8575 | 2024-12-20T22:01:32.884Z | [ recovery-image] Dec 20 22:01:30.686 INFO E| Downloaded libc v0.2.158 |
8576 | 2024-12-20T22:01:32.972Z | [ recovery-image] Dec 20 22:01:30.774 INFO E| Compiling proc-macro2 v1.0.86 |
8577 | 2024-12-20T22:01:32.972Z | [ recovery-image] Dec 20 22:01:30.774 INFO E| Compiling unicode-ident v1.0.13 |
8578 | 2024-12-20T22:01:32.974Z | [ recovery-image] Dec 20 22:01:30.774 INFO E| Compiling libc v0.2.158 |
8579 | 2024-12-20T22:01:32.974Z | [ recovery-image] Dec 20 22:01:30.774 INFO E| Compiling utf8parse v0.2.2 |
8580 | 2024-12-20T22:01:32.974Z | [ recovery-image] Dec 20 22:01:30.774 INFO E| Compiling anstyle v1.0.8 |
8581 | 2024-12-20T22:01:32.974Z | [ recovery-image] Dec 20 22:01:30.774 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8582 | 2024-12-20T22:01:32.974Z | [ recovery-image] Dec 20 22:01:30.774 INFO E| Compiling anstyle-query v1.1.1 |
8583 | 2024-12-20T22:01:32.974Z | [ recovery-image] Dec 20 22:01:30.774 INFO E| Compiling colorchoice v1.0.2 |
8584 | 2024-12-20T22:01:33.238Z | [ recovery-image] Dec 20 22:01:31.039 INFO E| Compiling anstyle-parse v0.2.5 |
8585 | 2024-12-20T22:01:33.265Z | [ recovery-image] Dec 20 22:01:31.066 INFO E| Compiling strsim v0.11.1 |
8586 | 2024-12-20T22:01:33.377Z | [ recovery-image] Dec 20 22:01:31.179 INFO E| Compiling heck v0.5.0 |
8587 | 2024-12-20T22:01:33.377Z | [ recovery-image] Dec 20 22:01:31.179 INFO E| Compiling clap_lex v0.7.2 |
8588 | 2024-12-20T22:01:33.380Z | [ recovery-image] Dec 20 22:01:31.179 INFO E| Compiling once_cell v1.19.0 |
8589 | 2024-12-20T22:01:33.532Z | [ recovery-image] Dec 20 22:01:31.333 INFO E| Compiling anstream v0.6.15 |
8590 | 2024-12-20T22:01:34.017Z | [ recovery-image] Dec 20 22:01:31.817 INFO E| Compiling clap_builder v4.5.17 |
8591 | 2024-12-20T22:01:34.422Z | [ recovery-image] Dec 20 22:01:32.223 INFO E| Compiling shared_child v1.0.1 |
8592 | 2024-12-20T22:01:34.424Z | [ recovery-image] Dec 20 22:01:32.223 INFO E| Compiling os_pipe v1.2.1 |
8593 | 2024-12-20T22:01:34.495Z | [ recovery-image] Dec 20 22:01:32.297 INFO E| Compiling quote v1.0.37 |
8594 | 2024-12-20T22:01:34.709Z | [ recovery-image] Dec 20 22:01:32.510 INFO E| Compiling duct v0.13.7 |
8595 | 2024-12-20T22:01:34.822Z | [ recovery-image] Dec 20 22:01:32.624 INFO E| Compiling syn v2.0.77 |
8596 | 2024-12-20T22:01:39.345Z | [ recovery-image] Dec 20 22:01:37.144 INFO E| Compiling clap_derive v4.5.13 |
8597 | 2024-12-20T22:01:41.276Z | [ recovery-image] Dec 20 22:01:39.076 INFO E| Compiling clap v4.5.17 |
8598 | 2024-12-20T22:01:41.335Z | [ recovery-image] Dec 20 22:01:39.134 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8599 | 2024-12-20T22:01:42.391Z | [ recovery-image] Dec 20 22:01:40.190 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.97s |
8600 | 2024-12-20T22:01:42.401Z | [ recovery-image] Dec 20 22:01:40.201 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8601 | 2024-12-20T22:01:42.541Z | [ recovery-image] Dec 20 22:01:40.341 INFO E| Updating crates.io index |
8602 | 2024-12-20T22:01:42.597Z | [ recovery-image] Dec 20 22:01:40.396 INFO E| Downloading crates ... |
8603 | 2024-12-20T22:01:42.688Z | [ recovery-image] Dec 20 22:01:40.487 INFO E| Downloaded bit_field v0.10.2 |
8604 | 2024-12-20T22:01:42.697Z | [ recovery-image] Dec 20 22:01:40.496 INFO E| Downloaded bitstruct_derive v0.1.0 |
8605 | 2024-12-20T22:01:42.700Z | [ recovery-image] Dec 20 22:01:40.498 INFO E| Downloaded cpio_reader v0.1.1 |
8606 | 2024-12-20T22:01:42.705Z | [ recovery-image] Dec 20 22:01:40.505 INFO E| Downloaded seq-macro v0.3.5 |
8607 | 2024-12-20T22:01:42.711Z | [ recovery-image] Dec 20 22:01:40.507 INFO E| Downloaded raw-cpuid v10.7.0 |
8608 | 2024-12-20T22:01:42.711Z | [ recovery-image] Dec 20 22:01:40.510 INFO E| Downloaded bitstruct v0.1.1 |
8609 | 2024-12-20T22:01:42.737Z | [ recovery-image] Dec 20 22:01:40.536 INFO E| Downloaded syn v2.0.85 |
8610 | 2024-12-20T22:01:42.869Z | [ recovery-image] Dec 20 22:01:40.669 INFO E| Downloaded x86 v0.52.0 |
8611 | 2024-12-20T22:01:42.924Z | [ recovery-image] Dec 20 22:01:40.724 INFO E| Updating crates.io index |
8612 | 2024-12-20T22:01:42.988Z | [ recovery-image] Dec 20 22:01:40.787 INFO E| Downloading crates ... |
8613 | 2024-12-20T22:01:43.047Z | [ recovery-image] Dec 20 22:01:40.846 INFO E| Downloaded hashbrown v0.15.0 |
8614 | 2024-12-20T22:01:43.060Z | [ recovery-image] Dec 20 22:01:40.860 INFO E| Downloaded compiler_builtins v0.1.134 |
8615 | 2024-12-20T22:01:43.130Z | [ recovery-image] Dec 20 22:01:40.929 INFO E| Compiling compiler_builtins v0.1.134 |
8616 | 2024-12-20T22:01:43.130Z | [ recovery-image] Dec 20 22:01:40.929 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) |
8617 | 2024-12-20T22:01:43.130Z | [ recovery-image] Dec 20 22:01:40.929 INFO E| Compiling proc-macro2 v1.0.89 |
8618 | 2024-12-20T22:01:43.132Z | [ recovery-image] Dec 20 22:01:40.929 INFO E| Compiling unicode-ident v1.0.13 |
8619 | 2024-12-20T22:01:43.133Z | [ recovery-image] Dec 20 22:01:40.929 INFO E| Compiling syn v1.0.109 |
8620 | 2024-12-20T22:01:43.133Z | [ recovery-image] Dec 20 22:01:40.929 INFO E| Compiling x86 v0.52.0 |
8621 | 2024-12-20T22:01:43.133Z | [ recovery-image] Dec 20 22:01:40.929 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8622 | 2024-12-20T22:01:43.133Z | [ recovery-image] Dec 20 22:01:40.929 INFO E| Compiling seq-macro v0.3.5 |
8623 | 2024-12-20T22:01:44.314Z | [ recovery-image] Dec 20 22:01:42.110 INFO E| Compiling quote v1.0.37 |
8624 | 2024-12-20T22:01:44.576Z | [ recovery-image] Dec 20 22:01:42.370 INFO E| Compiling syn v2.0.85 |
8625 | 2024-12-20T22:01:47.691Z | [ recovery-image] Dec 20 22:01:45.490 INFO E| Compiling scroll_derive v0.12.0 |
8626 | 2024-12-20T22:01:49.500Z | [ recovery-image] Dec 20 22:01:47.298 INFO E| Compiling bitstruct_derive v0.1.0 |
8627 | 2024-12-20T22:02:08.363Z | [ recovery-image] Dec 20 22:02:06.156 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) |
8628 | 2024-12-20T22:02:11.068Z | [ recovery-image] Dec 20 22:02:08.861 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) |
8629 | 2024-12-20T22:02:15.586Z | [ host-image] Dec 20 22:02:13.378 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z |
8630 | 2024-12-20T22:02:15.589Z | [ host-image] Dec 20 22:02:13.379 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z |
8631 | 2024-12-20T22:02:15.589Z | [ host-image] Dec 20 22:02:13.379 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8632 | 2024-12-20T22:02:15.589Z | [ host-image] Dec 20 22:02:13.379 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8633 | 2024-12-20T22:02:15.589Z | [ host-image] Dec 20 22:02:13.379 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8634 | 2024-12-20T22:02:15.589Z | [ host-image] Dec 20 22:02:13.379 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8635 | 2024-12-20T22:02:15.589Z | [ host-image] Dec 20 22:02:13.381 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8636 | 2024-12-20T22:02:15.589Z | [ host-image] Dec 20 22:02:13.381 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8637 | 2024-12-20T22:02:15.589Z | [ host-image] Dec 20 22:02:13.381 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8638 | 2024-12-20T22:02:15.589Z | [ host-image] Dec 20 22:02:13.381 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8639 | 2024-12-20T22:02:15.589Z | [ host-image] Dec 20 22:02:13.381 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z |
8640 | 2024-12-20T22:02:15.593Z | [ host-image] Dec 20 22:02:13.384 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z |
8641 | 2024-12-20T22:02:15.593Z | [ host-image] Dec 20 22:02:13.385 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z |
8642 | 2024-12-20T22:02:15.597Z | [ host-image] Dec 20 22:02:13.386 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z |
8643 | 2024-12-20T22:02:15.597Z | [ host-image] Dec 20 22:02:13.386 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8644 | 2024-12-20T22:02:15.597Z | [ host-image] Dec 20 22:02:13.387 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z |
8645 | 2024-12-20T22:02:15.597Z | [ host-image] Dec 20 22:02:13.388 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z |
8646 | 2024-12-20T22:02:15.597Z | [ host-image] Dec 20 22:02:13.388 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z |
8647 | 2024-12-20T22:02:15.597Z | [ host-image] Dec 20 22:02:13.388 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z |
8648 | 2024-12-20T22:02:15.597Z | [ host-image] Dec 20 22:02:13.389 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z |
8649 | 2024-12-20T22:02:15.600Z | [ host-image] Dec 20 22:02:13.389 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z |
8650 | 2024-12-20T22:02:15.600Z | [ host-image] Dec 20 22:02:13.389 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z |
8651 | 2024-12-20T22:02:15.600Z | [ host-image] Dec 20 22:02:13.389 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z |
8652 | 2024-12-20T22:02:15.600Z | [ host-image] Dec 20 22:02:13.390 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z |
8653 | 2024-12-20T22:02:15.600Z | [ host-image] Dec 20 22:02:13.390 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z |
8654 | 2024-12-20T22:02:15.600Z | [ host-image] Dec 20 22:02:13.390 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z |
8655 | 2024-12-20T22:02:15.600Z | [ host-image] Dec 20 22:02:13.390 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z |
8656 | 2024-12-20T22:02:15.600Z | [ host-image] Dec 20 22:02:13.391 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z |
8657 | 2024-12-20T22:02:15.600Z | [ host-image] Dec 20 22:02:13.391 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z |
8658 | 2024-12-20T22:02:15.600Z | [ host-image] Dec 20 22:02:13.391 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8659 | 2024-12-20T22:02:15.600Z | [ host-image] Dec 20 22:02:13.391 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z |
8660 | 2024-12-20T22:02:15.600Z | [ host-image] Dec 20 22:02:13.391 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z |
8661 | 2024-12-20T22:02:15.600Z | [ host-image] Dec 20 22:02:13.391 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z |
8662 | 2024-12-20T22:02:15.600Z | [ host-image] Dec 20 22:02:13.392 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z |
8663 | 2024-12-20T22:02:15.603Z | [ host-image] Dec 20 22:02:13.393 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z |
8664 | 2024-12-20T22:02:15.603Z | [ host-image] Dec 20 22:02:13.393 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z |
8665 | 2024-12-20T22:02:15.615Z | [ host-image] Dec 20 22:02:13.408 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8666 | 2024-12-20T22:02:15.615Z | [ host-image] Dec 20 22:02:13.408 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z |
8667 | 2024-12-20T22:02:15.618Z | [ host-image] Dec 20 22:02:13.408 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8668 | 2024-12-20T22:02:15.618Z | [ host-image] Dec 20 22:02:13.408 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8669 | 2024-12-20T22:02:15.618Z | [ host-image] Dec 20 22:02:13.409 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8670 | 2024-12-20T22:02:15.618Z | [ host-image] Dec 20 22:02:13.410 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z |
8671 | 2024-12-20T22:02:15.618Z | [ host-image] Dec 20 22:02:13.410 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8672 | 2024-12-20T22:02:15.618Z | [ host-image] Dec 20 22:02:13.410 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8673 | 2024-12-20T22:02:15.621Z | [ host-image] Dec 20 22:02:13.412 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8674 | 2024-12-20T22:02:15.621Z | [ host-image] Dec 20 22:02:13.413 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8675 | 2024-12-20T22:02:15.639Z | [ host-image] Dec 20 22:02:13.431 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8676 | 2024-12-20T22:02:15.639Z | [ host-image] Dec 20 22:02:13.431 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8677 | 2024-12-20T22:02:15.642Z | [ host-image] Dec 20 22:02:13.432 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8678 | 2024-12-20T22:02:15.642Z | [ host-image] Dec 20 22:02:13.433 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8679 | 2024-12-20T22:02:15.642Z | [ host-image] Dec 20 22:02:13.434 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8680 | 2024-12-20T22:02:15.642Z | [ host-image] Dec 20 22:02:13.434 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8681 | 2024-12-20T22:02:15.699Z | [ host-image] Dec 20 22:02:13.491 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8682 | 2024-12-20T22:02:15.702Z | [ host-image] Dec 20 22:02:13.492 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8683 | 2024-12-20T22:02:15.702Z | [ host-image] Dec 20 22:02:13.493 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8684 | 2024-12-20T22:02:15.702Z | [ host-image] Dec 20 22:02:13.494 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z |
8685 | 2024-12-20T22:02:15.702Z | [ host-image] Dec 20 22:02:13.494 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z |
8686 | 2024-12-20T22:02:15.702Z | [ host-image] Dec 20 22:02:13.494 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8687 | 2024-12-20T22:02:15.702Z | [ host-image] Dec 20 22:02:13.494 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z |
8688 | 2024-12-20T22:02:15.705Z | [ host-image] Dec 20 22:02:13.495 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8689 | 2024-12-20T22:02:15.705Z | [ host-image] Dec 20 22:02:13.495 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8690 | 2024-12-20T22:02:15.705Z | [ host-image] Dec 20 22:02:13.495 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8691 | 2024-12-20T22:02:15.705Z | [ host-image] Dec 20 22:02:13.495 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z |
8692 | 2024-12-20T22:02:15.705Z | [ host-image] Dec 20 22:02:13.495 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8693 | 2024-12-20T22:02:15.709Z | [ host-image] Dec 20 22:02:13.502 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8694 | 2024-12-20T22:02:15.712Z | [ host-image] Dec 20 22:02:13.502 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8695 | 2024-12-20T22:02:15.712Z | [ host-image] Dec 20 22:02:13.502 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8696 | 2024-12-20T22:02:15.712Z | [ host-image] Dec 20 22:02:13.503 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z |
8697 | 2024-12-20T22:02:15.712Z | [ host-image] Dec 20 22:02:13.503 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8698 | 2024-12-20T22:02:15.733Z | [ host-image] Dec 20 22:02:13.526 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8699 | 2024-12-20T22:02:15.736Z | [ host-image] Dec 20 22:02:13.526 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z |
8700 | 2024-12-20T22:02:15.738Z | [ host-image] Dec 20 22:02:13.530 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z |
8701 | 2024-12-20T22:02:15.738Z | [ host-image] Dec 20 22:02:13.530 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z |
8702 | 2024-12-20T22:02:15.738Z | [ host-image] Dec 20 22:02:13.530 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8703 | 2024-12-20T22:02:15.741Z | [ host-image] Dec 20 22:02:13.531 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z |
8704 | 2024-12-20T22:02:15.741Z | [ host-image] Dec 20 22:02:13.532 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z |
8705 | 2024-12-20T22:02:15.741Z | [ host-image] Dec 20 22:02:13.532 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z |
8706 | 2024-12-20T22:02:15.741Z | [ host-image] Dec 20 22:02:13.533 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z |
8707 | 2024-12-20T22:02:15.746Z | [ host-image] Dec 20 22:02:13.539 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8708 | 2024-12-20T22:02:15.749Z | [ host-image] Dec 20 22:02:13.539 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z |
8709 | 2024-12-20T22:02:15.749Z | [ host-image] Dec 20 22:02:13.540 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z |
8710 | 2024-12-20T22:02:15.749Z | [ host-image] Dec 20 22:02:13.541 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8711 | 2024-12-20T22:02:15.749Z | [ host-image] Dec 20 22:02:13.541 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z |
8712 | 2024-12-20T22:02:15.749Z | [ host-image] Dec 20 22:02:13.541 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z |
8713 | 2024-12-20T22:02:15.751Z | [ host-image] Dec 20 22:02:13.542 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z |
8714 | 2024-12-20T22:02:15.751Z | [ host-image] Dec 20 22:02:13.542 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z |
8715 | 2024-12-20T22:02:15.763Z | [ host-image] Dec 20 22:02:13.556 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z |
8716 | 2024-12-20T22:02:15.763Z | [ host-image] Dec 20 22:02:13.556 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8717 | 2024-12-20T22:02:15.770Z | [ host-image] Dec 20 22:02:13.559 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z |
8718 | 2024-12-20T22:02:15.770Z | [ host-image] Dec 20 22:02:13.561 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z |
8719 | 2024-12-20T22:02:15.770Z | [ host-image] Dec 20 22:02:13.561 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z |
8720 | 2024-12-20T22:02:15.770Z | [ host-image] Dec 20 22:02:13.562 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z |
8721 | 2024-12-20T22:02:15.772Z | [ host-image] Dec 20 22:02:13.563 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z |
8722 | 2024-12-20T22:02:15.772Z | [ host-image] Dec 20 22:02:13.563 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z |
8723 | 2024-12-20T22:02:15.788Z | [ host-image] Dec 20 22:02:13.580 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z |
8724 | 2024-12-20T22:02:15.790Z | [ host-image] Dec 20 22:02:13.580 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z |
8725 | 2024-12-20T22:02:15.790Z | [ host-image] Dec 20 22:02:13.581 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z |
8726 | 2024-12-20T22:02:15.792Z | [ host-image] Dec 20 22:02:13.583 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z |
8727 | 2024-12-20T22:02:15.792Z | [ host-image] Dec 20 22:02:13.583 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z |
8728 | 2024-12-20T22:02:15.828Z | [ host-image] Dec 20 22:02:13.620 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z |
8729 | 2024-12-20T22:02:15.828Z | [ host-image] Dec 20 22:02:13.620 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z |
8730 | 2024-12-20T22:02:15.831Z | [ host-image] Dec 20 22:02:13.621 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z |
8731 | 2024-12-20T22:02:15.831Z | [ host-image] Dec 20 22:02:13.621 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8732 | 2024-12-20T22:02:15.831Z | [ host-image] Dec 20 22:02:13.622 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8733 | 2024-12-20T22:02:15.874Z | [ host-image] Dec 20 22:02:13.666 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z |
8734 | 2024-12-20T22:02:15.876Z | [ host-image] Dec 20 22:02:13.667 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8735 | 2024-12-20T22:02:15.876Z | [ host-image] Dec 20 22:02:13.667 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z |
8736 | 2024-12-20T22:02:15.876Z | [ host-image] Dec 20 22:02:13.667 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z |
8737 | 2024-12-20T22:02:15.879Z | [ host-image] Dec 20 22:02:13.669 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z |
8738 | 2024-12-20T22:02:15.879Z | [ host-image] Dec 20 22:02:13.670 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8739 | 2024-12-20T22:02:15.879Z | [ host-image] Dec 20 22:02:13.671 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8740 | 2024-12-20T22:02:15.879Z | [ host-image] Dec 20 22:02:13.671 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z |
8741 | 2024-12-20T22:02:15.882Z | [ host-image] Dec 20 22:02:13.671 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z |
8742 | 2024-12-20T22:02:15.882Z | [ host-image] Dec 20 22:02:13.672 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z |
8743 | 2024-12-20T22:02:15.882Z | [ host-image] Dec 20 22:02:13.672 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z |
8744 | 2024-12-20T22:02:15.882Z | [ host-image] Dec 20 22:02:13.673 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z |
8745 | 2024-12-20T22:02:15.882Z | [ host-image] Dec 20 22:02:13.673 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z |
8746 | 2024-12-20T22:02:15.885Z | [ host-image] Dec 20 22:02:13.677 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8747 | 2024-12-20T22:02:15.887Z | [ host-image] Dec 20 22:02:13.678 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z |
8748 | 2024-12-20T22:02:15.889Z | [ host-image] Dec 20 22:02:13.680 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z |
8749 | 2024-12-20T22:02:15.889Z | [ host-image] Dec 20 22:02:13.680 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z |
8750 | 2024-12-20T22:02:15.889Z | [ host-image] Dec 20 22:02:13.681 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z |
8751 | 2024-12-20T22:02:15.889Z | [ host-image] Dec 20 22:02:13.681 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z |
8752 | 2024-12-20T22:02:15.889Z | [ host-image] Dec 20 22:02:13.682 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z |
8753 | 2024-12-20T22:02:15.889Z | [ host-image] Dec 20 22:02:13.682 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8754 | 2024-12-20T22:02:15.890Z | [ host-image] Dec 20 22:02:13.682 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8755 | 2024-12-20T22:02:15.892Z | [ host-image] Dec 20 22:02:13.683 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z |
8756 | 2024-12-20T22:02:15.892Z | [ host-image] Dec 20 22:02:13.683 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z |
8757 | 2024-12-20T22:02:15.892Z | [ host-image] Dec 20 22:02:13.683 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8758 | 2024-12-20T22:02:15.892Z | [ host-image] Dec 20 22:02:13.683 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8759 | 2024-12-20T22:02:15.892Z | [ host-image] Dec 20 22:02:13.684 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8760 | 2024-12-20T22:02:15.892Z | [ host-image] Dec 20 22:02:13.684 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8761 | 2024-12-20T22:02:15.892Z | [ host-image] Dec 20 22:02:13.684 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8762 | 2024-12-20T22:02:15.895Z | [ host-image] Dec 20 22:02:13.685 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8763 | 2024-12-20T22:02:15.895Z | [ host-image] Dec 20 22:02:13.687 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8764 | 2024-12-20T22:02:15.898Z | [ host-image] Dec 20 22:02:13.688 INFO O| tempdir @ "/tmp/.tmpRbsGW1/tmp" |
8765 | 2024-12-20T22:02:15.898Z | [ host-image] Dec 20 22:02:13.688 INFO O| image root @ "/tmp/.tmpRbsGW1/tmp/root" |
8766 | 2024-12-20T22:02:15.898Z | [ host-image] Dec 20 22:02:13.688 INFO O| creating image... |
8767 | 2024-12-20T22:02:16.552Z | [ recovery-image] Dec 20 22:02:14.344 INFO E| Compiling bitflags v1.3.2 |
8768 | 2024-12-20T22:02:16.552Z | [ recovery-image] Dec 20 22:02:14.344 INFO E| Compiling log v0.4.22 |
8769 | 2024-12-20T22:02:16.552Z | [ recovery-image] Dec 20 22:02:14.344 INFO E| Compiling adler2 v2.0.0 |
8770 | 2024-12-20T22:02:16.552Z | [ recovery-image] Dec 20 22:02:14.344 INFO E| Compiling plain v0.2.3 |
8771 | 2024-12-20T22:02:16.552Z | [ recovery-image] Dec 20 22:02:14.344 INFO E| Compiling bit_field v0.10.2 |
8772 | 2024-12-20T22:02:16.552Z | [ recovery-image] Dec 20 22:02:14.344 INFO E| Compiling scroll v0.12.0 |
8773 | 2024-12-20T22:02:16.552Z | [ recovery-image] Dec 20 22:02:14.344 INFO E| Compiling static_assertions v1.1.0 |
8774 | 2024-12-20T22:02:16.653Z | [ recovery-image] Dec 20 22:02:14.445 INFO E| Compiling raw-cpuid v10.7.0 |
8775 | 2024-12-20T22:02:16.740Z | [ recovery-image] Dec 20 22:02:14.531 INFO E| Compiling cpio_reader v0.1.1 |
8776 | 2024-12-20T22:02:16.896Z | [ recovery-image] Dec 20 22:02:14.688 INFO E| Compiling miniz_oxide v0.8.0 |
8777 | 2024-12-20T22:02:17.128Z | [ host-image] Dec 20 22:02:14.920 INFO O| copying publishers... |
8778 | 2024-12-20T22:02:17.160Z | [ recovery-image] Dec 20 22:02:14.951 INFO E| Compiling bitstruct v0.1.1 |
8779 | 2024-12-20T22:02:17.421Z | [ recovery-image] Dec 20 22:02:15.213 INFO E| Compiling goblin v0.8.2 |
8780 | 2024-12-20T22:02:28.581Z | [ recovery-image] Dec 20 22:02:26.370 INFO E| Finished `release` profile [optimized] target(s) in 46.15s |
8781 | 2024-12-20T22:02:28.631Z | [ recovery-image] Dec 20 22:02:26.420 INFO building host image... |
8782 | 2024-12-20T22:02:28.634Z | [ recovery-image] Dec 20 22:02:26.421 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") |
8783 | 2024-12-20T22:02:29.521Z | [ recovery-image] Dec 20 22:02:27.311 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
8784 | 2024-12-20T22:02:32.050Z | [ recovery-image] Dec 20 22:02:29.839 INFO image complete! materials are in "/work/os-recovery" |
8785 | 2024-12-20T22:02:32.057Z | [ recovery-image] |
8786 | 2024-12-20T22:02:32.057Z | [ recovery-image] real 11:39.008684408 |
8787 | 2024-12-20T22:02:32.059Z | [ recovery-image] user 6:14.069395301 |
8788 | 2024-12-20T22:02:32.059Z | [ recovery-image] sys 1:02.059827354 |
8789 | 2024-12-20T22:02:32.059Z | [ recovery-image] trap 0.311512061 |
8790 | 2024-12-20T22:02:32.059Z | [ recovery-image] tflt 0.352930173 |
8791 | 2024-12-20T22:02:32.059Z | [ recovery-image] dflt 0.781822679 |
8792 | 2024-12-20T22:02:32.059Z | [ recovery-image] kflt 0.000068516 |
8793 | 2024-12-20T22:02:32.060Z | [ recovery-image] lock 24:01.565642166 |
8794 | 2024-12-20T22:02:32.060Z | [ recovery-image] slp 1:10:25.060561436 |
8795 | 2024-12-20T22:02:32.060Z | [ recovery-image] lat 3:01.835527217 |
8796 | 2024-12-20T22:02:32.060Z | [ recovery-image] stop 6.486180653 |
8797 | 2024-12-20T22:02:32.060Z | Dec 20 22:02:29.847 INFO [recovery-image] process exited with exit status: 0 (699.094880079s) |
8798 | 2024-12-20T22:02:39.028Z | [ host-image] Dec 20 22:02:36.816 INFO O| adding properties... |
8799 | 2024-12-20T22:02:41.153Z | [ host-image] Dec 20 22:02:38.940 INFO O| installing packages... |
8800 | 2024-12-20T22:03:09.380Z | [ host-image] Dec 20 22:03:07.161 INFO O| seeding SMF database... |
8801 | 2024-12-20T22:03:21.243Z | [ host-image] Dec 20 22:03:19.021 INFO O| configuring SMF profile... |
8802 | 2024-12-20T22:03:21.245Z | [ host-image] Dec 20 22:03:19.021 INFO O| modifying shadow(5)... |
8803 | 2024-12-20T22:03:21.245Z | [ host-image] Dec 20 22:03:19.022 INFO O| loading user and group database... |
8804 | 2024-12-20T22:03:21.245Z | [ host-image] Dec 20 22:03:19.022 INFO O| assessing packaged files... |
8805 | 2024-12-20T22:03:26.077Z | [ host-image] Dec 20 22:03:23.854 INFO O| creating archive... |
8806 | 2024-12-20T22:03:26.130Z | [ host-image] Dec 20 22:03:23.906 INFO O| missing from packaging: |
8807 | 2024-12-20T22:03:26.132Z | [ host-image] Dec 20 22:03:23.906 INFO O| "etc/.pwd.lock" |
8808 | 2024-12-20T22:03:26.132Z | [ host-image] Dec 20 22:03:23.906 INFO O| "etc/bash" |
8809 | 2024-12-20T22:03:26.137Z | [ host-image] Dec 20 22:03:23.914 INFO O| "etc/svc/profile/generic.xml" |
8810 | 2024-12-20T22:03:26.137Z | [ host-image] Dec 20 22:03:23.914 INFO O| "etc/svc/profile/inetd_services.xml" |
8811 | 2024-12-20T22:03:26.139Z | [ host-image] Dec 20 22:03:23.914 INFO O| "etc/svc/profile/name_service.xml" |
8812 | 2024-12-20T22:03:26.139Z | [ host-image] Dec 20 22:03:23.914 INFO O| "etc/svc/profile/platform.xml" |
8813 | 2024-12-20T22:03:26.139Z | [ host-image] Dec 20 22:03:23.914 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8814 | 2024-12-20T22:03:26.139Z | [ host-image] Dec 20 22:03:23.915 INFO O| "etc/svc/repository.db" |
8815 | 2024-12-20T22:03:26.160Z | [ host-image] Dec 20 22:03:23.937 INFO O| "opt/ooce/share" |
8816 | 2024-12-20T22:03:26.160Z | [ host-image] Dec 20 22:03:23.937 INFO O| "opt/ooce/share/man" |
8817 | 2024-12-20T22:03:26.163Z | [ host-image] Dec 20 22:03:23.937 INFO O| "opt/ooce/share/man/man1" |
8818 | 2024-12-20T22:03:26.173Z | [ host-image] Dec 20 22:03:23.951 INFO O| finishing archive... |
8819 | 2024-12-20T22:03:29.766Z | [ host-image] Dec 20 22:03:27.542 INFO O| creating gzonly manifest... |
8820 | 2024-12-20T22:03:29.777Z | [ host-image] Dec 20 22:03:27.553 INFO O| ok |
8821 | 2024-12-20T22:03:29.956Z | [ host-image] Dec 20 22:03:27.732 INFO image builder template: ramdisk-02-trim... |
8822 | 2024-12-20T22:03:29.957Z | [ host-image] Dec 20 22:03:27.732 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/.tmpUUBaUa/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 |
8823 | 2024-12-20T22:03:29.994Z | [ host-image] Dec 20 22:03:27.770 INFO O| Dec 20 22:03:27.770 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8824 | 2024-12-20T22:03:30.022Z | [ host-image] Dec 20 22:03:27.798 INFO O| Dec 20 22:03:27.798 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8825 | 2024-12-20T22:03:30.187Z | [ host-image] Dec 20 22:03:27.964 INFO O| Dec 20 22:03:27.964 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8826 | 2024-12-20T22:03:30.333Z | [ host-image] Dec 20 22:03:28.108 INFO O| Dec 20 22:03:28.108 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8827 | 2024-12-20T22:03:30.338Z | [ host-image] Dec 20 22:03:28.109 INFO O| Dec 20 22:03:28.109 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8828 | 2024-12-20T22:03:30.341Z | [ host-image] Dec 20 22:03:28.117 INFO O| Dec 20 22:03:28.117 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8829 | 2024-12-20T22:03:30.348Z | [ host-image] Dec 20 22:03:28.124 INFO O| Dec 20 22:03:28.124 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8830 | 2024-12-20T22:03:30.357Z | [ host-image] Dec 20 22:03:28.131 INFO O| Dec 20 22:03:28.131 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8831 | 2024-12-20T22:03:30.874Z | [ host-image] Dec 20 22:03:28.650 INFO O| Dec 20 22:03:28.650 INFO rolled back to input snapshot; work may begin |
8832 | 2024-12-20T22:03:30.874Z | [ host-image] Dec 20 22:03:28.650 INFO O| Dec 20 22:03:28.650 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8833 | 2024-12-20T22:03:30.882Z | [ host-image] Dec 20 22:03:28.658 INFO O| Dec 20 22:03:28.658 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8834 | 2024-12-20T22:03:30.899Z | [ host-image] Dec 20 22:03:28.675 INFO O| Dec 20 22:03:28.675 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8835 | 2024-12-20T22:03:31.128Z | [ host-image] Dec 20 22:03:28.904 INFO O| Dec 20 22:03:28.904 INFO STEP 0 (remove_files) COMPLETE |
8836 | 2024-12-20T22:03:31.128Z | [ host-image] Dec 20 22:03:28.904 INFO O| Dec 20 22:03:28.904 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8837 | 2024-12-20T22:03:31.189Z | [ host-image] Dec 20 22:03:28.965 INFO O| Dec 20 22:03:28.965 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8838 | 2024-12-20T22:03:31.192Z | [ host-image] Dec 20 22:03:28.968 INFO O| Dec 20 22:03:28.968 INFO STEP 1 (remove_files) COMPLETE |
8839 | 2024-12-20T22:03:31.192Z | [ host-image] Dec 20 22:03:28.968 INFO O| Dec 20 22:03:28.968 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8840 | 2024-12-20T22:03:31.212Z | [ host-image] Dec 20 22:03:28.987 INFO O| Dec 20 22:03:28.987 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8841 | 2024-12-20T22:03:31.257Z | [ host-image] Dec 20 22:03:29.032 INFO O| Dec 20 22:03:29.032 INFO STEP 2 (remove_files) COMPLETE |
8842 | 2024-12-20T22:03:31.257Z | [ host-image] Dec 20 22:03:29.032 INFO O| Dec 20 22:03:29.032 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8843 | 2024-12-20T22:03:31.276Z | [ host-image] Dec 20 22:03:29.051 INFO O| Dec 20 22:03:29.051 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8844 | 2024-12-20T22:03:31.290Z | [ host-image] Dec 20 22:03:29.054 INFO O| Dec 20 22:03:29.054 INFO STEP 3 (remove_files) COMPLETE |
8845 | 2024-12-20T22:03:31.290Z | [ host-image] Dec 20 22:03:29.054 INFO O| Dec 20 22:03:29.054 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8846 | 2024-12-20T22:03:31.297Z | [ host-image] Dec 20 22:03:29.072 INFO O| Dec 20 22:03:29.072 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8847 | 2024-12-20T22:03:31.302Z | [ host-image] Dec 20 22:03:29.078 INFO O| Dec 20 22:03:29.078 INFO STEP 4 (remove_files) COMPLETE |
8848 | 2024-12-20T22:03:31.302Z | [ host-image] Dec 20 22:03:29.078 INFO O| Dec 20 22:03:29.078 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8849 | 2024-12-20T22:03:31.320Z | [ host-image] Dec 20 22:03:29.094 INFO O| Dec 20 22:03:29.094 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8850 | 2024-12-20T22:03:31.323Z | [ host-image] Dec 20 22:03:29.098 INFO O| Dec 20 22:03:29.098 INFO STEP 5 (remove_files) COMPLETE |
8851 | 2024-12-20T22:03:31.323Z | [ host-image] Dec 20 22:03:29.098 INFO O| Dec 20 22:03:29.098 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8852 | 2024-12-20T22:03:31.338Z | [ host-image] Dec 20 22:03:29.114 INFO O| Dec 20 22:03:29.114 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8853 | 2024-12-20T22:03:31.355Z | [ host-image] Dec 20 22:03:29.131 INFO O| Dec 20 22:03:29.131 INFO STEP 6 (remove_files) COMPLETE |
8854 | 2024-12-20T22:03:31.355Z | [ host-image] Dec 20 22:03:29.131 INFO O| Dec 20 22:03:29.131 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8855 | 2024-12-20T22:03:31.371Z | [ host-image] Dec 20 22:03:29.147 INFO O| Dec 20 22:03:29.147 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8856 | 2024-12-20T22:03:31.391Z | [ host-image] Dec 20 22:03:29.167 INFO O| Dec 20 22:03:29.167 INFO STEP 7 (remove_files) COMPLETE |
8857 | 2024-12-20T22:03:31.391Z | [ host-image] Dec 20 22:03:29.167 INFO O| Dec 20 22:03:29.167 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8858 | 2024-12-20T22:03:31.409Z | [ host-image] Dec 20 22:03:29.184 INFO O| Dec 20 22:03:29.184 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8859 | 2024-12-20T22:03:31.533Z | [ host-image] Dec 20 22:03:29.308 INFO O| Dec 20 22:03:29.308 INFO STEP 8 (remove_files) COMPLETE |
8860 | 2024-12-20T22:03:31.533Z | [ host-image] Dec 20 22:03:29.309 INFO O| Dec 20 22:03:29.309 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8861 | 2024-12-20T22:03:31.552Z | [ host-image] Dec 20 22:03:29.328 INFO O| Dec 20 22:03:29.327 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8862 | 2024-12-20T22:03:31.707Z | [ host-image] Dec 20 22:03:29.482 INFO O| Dec 20 22:03:29.482 INFO STEP 9 (remove_files) COMPLETE |
8863 | 2024-12-20T22:03:31.707Z | [ host-image] Dec 20 22:03:29.482 INFO O| Dec 20 22:03:29.482 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8864 | 2024-12-20T22:03:31.724Z | [ host-image] Dec 20 22:03:29.500 INFO O| Dec 20 22:03:29.500 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8865 | 2024-12-20T22:03:31.730Z | [ host-image] Dec 20 22:03:29.506 INFO O| Dec 20 22:03:29.506 INFO STEP 10 (remove_files) COMPLETE |
8866 | 2024-12-20T22:03:31.730Z | [ host-image] Dec 20 22:03:29.506 INFO O| Dec 20 22:03:29.506 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8867 | 2024-12-20T22:03:31.787Z | [ host-image] Dec 20 22:03:29.563 INFO O| Dec 20 22:03:29.563 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8868 | 2024-12-20T22:03:31.792Z | [ host-image] Dec 20 22:03:29.564 INFO O| Dec 20 22:03:29.564 INFO STEP 11 (remove_files) COMPLETE |
8869 | 2024-12-20T22:03:31.793Z | [ host-image] Dec 20 22:03:29.564 INFO O| Dec 20 22:03:29.564 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8870 | 2024-12-20T22:03:31.806Z | [ host-image] Dec 20 22:03:29.582 INFO O| Dec 20 22:03:29.582 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8871 | 2024-12-20T22:03:31.811Z | [ host-image] Dec 20 22:03:29.584 INFO O| Dec 20 22:03:29.584 INFO STEP 12 (remove_files) COMPLETE |
8872 | 2024-12-20T22:03:31.811Z | [ host-image] Dec 20 22:03:29.584 INFO O| Dec 20 22:03:29.584 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8873 | 2024-12-20T22:03:32.297Z | [ host-image] Dec 20 22:03:30.071 INFO O| Dec 20 22:03:30.071 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8874 | 2024-12-20T22:03:32.369Z | [ host-image] Dec 20 22:03:30.144 INFO O| Dec 20 22:03:30.144 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8875 | 2024-12-20T22:03:32.388Z | [ host-image] Dec 20 22:03:30.164 INFO O| Dec 20 22:03:30.164 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8876 | 2024-12-20T22:03:32.392Z | [ host-image] Dec 20 22:03:30.165 INFO O| Dec 20 22:03:30.165 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8877 | 2024-12-20T22:03:32.538Z | [ host-image] Dec 20 22:03:30.314 INFO O| Dec 20 22:03:30.314 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8878 | 2024-12-20T22:03:32.541Z | [ host-image] Dec 20 22:03:30.314 INFO O| Dec 20 22:03:30.314 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8879 | 2024-12-20T22:03:32.541Z | [ host-image] Dec 20 22:03:30.315 INFO O| Dec 20 22:03:30.315 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8880 | 2024-12-20T22:03:32.541Z | [ host-image] Dec 20 22:03:30.315 INFO O| Dec 20 22:03:30.315 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8881 | 2024-12-20T22:03:32.541Z | [ host-image] Dec 20 22:03:30.315 INFO O| Dec 20 22:03:30.315 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8882 | 2024-12-20T22:03:32.541Z | [ host-image] Dec 20 22:03:30.316 INFO O| Dec 20 22:03:30.316 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8883 | 2024-12-20T22:03:32.541Z | [ host-image] Dec 20 22:03:30.316 INFO O| Dec 20 22:03:30.316 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8884 | 2024-12-20T22:03:32.542Z | [ host-image] Dec 20 22:03:30.317 INFO O| Dec 20 22:03:30.317 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8885 | 2024-12-20T22:03:32.542Z | [ host-image] Dec 20 22:03:30.317 INFO O| Dec 20 22:03:30.317 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8886 | 2024-12-20T22:03:32.542Z | [ host-image] Dec 20 22:03:30.317 INFO O| Dec 20 22:03:30.317 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8887 | 2024-12-20T22:03:32.544Z | [ host-image] Dec 20 22:03:30.317 INFO O| Dec 20 22:03:30.317 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8888 | 2024-12-20T22:03:32.544Z | [ host-image] Dec 20 22:03:30.317 INFO O| Dec 20 22:03:30.317 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8889 | 2024-12-20T22:03:32.544Z | [ host-image] Dec 20 22:03:30.318 INFO O| Dec 20 22:03:30.318 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8890 | 2024-12-20T22:03:32.544Z | [ host-image] Dec 20 22:03:30.318 INFO O| Dec 20 22:03:30.318 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8891 | 2024-12-20T22:03:32.544Z | [ host-image] Dec 20 22:03:30.318 INFO O| Dec 20 22:03:30.318 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8892 | 2024-12-20T22:03:32.544Z | [ host-image] Dec 20 22:03:30.319 INFO O| Dec 20 22:03:30.319 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8893 | 2024-12-20T22:03:32.544Z | [ host-image] Dec 20 22:03:30.320 INFO O| Dec 20 22:03:30.320 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8894 | 2024-12-20T22:03:32.547Z | [ host-image] Dec 20 22:03:30.321 INFO O| Dec 20 22:03:30.321 INFO STEP 13 (remove_files) COMPLETE |
8895 | 2024-12-20T22:03:32.547Z | [ host-image] Dec 20 22:03:30.321 INFO O| Dec 20 22:03:30.321 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8896 | 2024-12-20T22:03:32.567Z | [ host-image] Dec 20 22:03:30.341 INFO O| Dec 20 22:03:30.341 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8897 | 2024-12-20T22:03:32.570Z | [ host-image] Dec 20 22:03:30.344 INFO O| Dec 20 22:03:30.344 INFO STEP 14 (remove_files) COMPLETE |
8898 | 2024-12-20T22:03:32.570Z | [ host-image] Dec 20 22:03:30.344 INFO O| Dec 20 22:03:30.344 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8899 | 2024-12-20T22:03:32.586Z | [ host-image] Dec 20 22:03:30.361 INFO O| Dec 20 22:03:30.361 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8900 | 2024-12-20T22:03:32.598Z | [ host-image] Dec 20 22:03:30.372 INFO O| Dec 20 22:03:30.372 INFO STEP 15 (remove_files) COMPLETE |
8901 | 2024-12-20T22:03:32.598Z | [ host-image] Dec 20 22:03:30.372 INFO O| Dec 20 22:03:30.372 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8902 | 2024-12-20T22:03:32.654Z | [ host-image] Dec 20 22:03:30.430 INFO O| Dec 20 22:03:30.430 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8903 | 2024-12-20T22:03:32.657Z | [ host-image] Dec 20 22:03:30.430 INFO O| Dec 20 22:03:30.430 INFO STEP 16 (remove_files) COMPLETE |
8904 | 2024-12-20T22:03:32.657Z | [ host-image] Dec 20 22:03:30.430 INFO O| Dec 20 22:03:30.430 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8905 | 2024-12-20T22:03:32.673Z | [ host-image] Dec 20 22:03:30.448 INFO O| Dec 20 22:03:30.448 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8906 | 2024-12-20T22:03:32.676Z | [ host-image] Dec 20 22:03:30.450 INFO O| Dec 20 22:03:30.450 INFO STEP 17 (remove_files) COMPLETE |
8907 | 2024-12-20T22:03:32.676Z | [ host-image] Dec 20 22:03:30.450 INFO O| Dec 20 22:03:30.450 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8908 | 2024-12-20T22:03:32.692Z | [ host-image] Dec 20 22:03:30.468 INFO O| Dec 20 22:03:30.468 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8909 | 2024-12-20T22:03:32.692Z | [ host-image] Dec 20 22:03:30.468 INFO O| Dec 20 22:03:30.468 INFO STEP 18 (remove_files) COMPLETE |
8910 | 2024-12-20T22:03:32.692Z | [ host-image] Dec 20 22:03:30.468 INFO O| Dec 20 22:03:30.468 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8911 | 2024-12-20T22:03:32.711Z | [ host-image] Dec 20 22:03:30.486 INFO O| Dec 20 22:03:30.486 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8912 | 2024-12-20T22:03:32.711Z | [ host-image] Dec 20 22:03:30.486 INFO O| Dec 20 22:03:30.486 INFO STEP 19 (remove_files) COMPLETE |
8913 | 2024-12-20T22:03:32.712Z | [ host-image] Dec 20 22:03:30.486 INFO O| Dec 20 22:03:30.486 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8914 | 2024-12-20T22:03:32.748Z | [ host-image] Dec 20 22:03:30.524 INFO O| Dec 20 22:03:30.524 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8915 | 2024-12-20T22:03:32.748Z | [ host-image] Dec 20 22:03:30.524 INFO O| Dec 20 22:03:30.524 INFO STEP 20 (remove_files) COMPLETE |
8916 | 2024-12-20T22:03:32.748Z | [ host-image] Dec 20 22:03:30.524 INFO O| Dec 20 22:03:30.524 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8917 | 2024-12-20T22:03:32.768Z | [ host-image] Dec 20 22:03:30.543 INFO O| Dec 20 22:03:30.543 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8918 | 2024-12-20T22:03:32.768Z | [ host-image] Dec 20 22:03:30.544 INFO O| Dec 20 22:03:30.544 INFO STEP 21 (remove_files) COMPLETE |
8919 | 2024-12-20T22:03:32.771Z | [ host-image] Dec 20 22:03:30.544 INFO O| Dec 20 22:03:30.544 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8920 | 2024-12-20T22:03:32.786Z | [ host-image] Dec 20 22:03:30.561 INFO O| Dec 20 22:03:30.561 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8921 | 2024-12-20T22:03:32.786Z | [ host-image] Dec 20 22:03:30.561 INFO O| Dec 20 22:03:30.561 INFO STEP 22 (remove_files) COMPLETE |
8922 | 2024-12-20T22:03:32.788Z | [ host-image] Dec 20 22:03:30.561 INFO O| Dec 20 22:03:30.561 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8923 | 2024-12-20T22:03:32.803Z | [ host-image] Dec 20 22:03:30.579 INFO O| Dec 20 22:03:30.578 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8924 | 2024-12-20T22:03:32.803Z | [ host-image] Dec 20 22:03:30.579 INFO O| Dec 20 22:03:30.579 INFO STEP 23 (remove_files) COMPLETE |
8925 | 2024-12-20T22:03:32.803Z | [ host-image] Dec 20 22:03:30.579 INFO O| Dec 20 22:03:30.579 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8926 | 2024-12-20T22:03:32.823Z | [ host-image] Dec 20 22:03:30.597 INFO O| Dec 20 22:03:30.597 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8927 | 2024-12-20T22:03:32.823Z | [ host-image] Dec 20 22:03:30.597 INFO O| Dec 20 22:03:30.597 INFO STEP 24 (remove_files) COMPLETE |
8928 | 2024-12-20T22:03:32.823Z | [ host-image] Dec 20 22:03:30.597 INFO O| Dec 20 22:03:30.597 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8929 | 2024-12-20T22:03:32.840Z | [ host-image] Dec 20 22:03:30.615 INFO O| Dec 20 22:03:30.615 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8930 | 2024-12-20T22:03:32.840Z | [ host-image] Dec 20 22:03:30.615 INFO O| Dec 20 22:03:30.615 INFO STEP 25 (remove_files) COMPLETE |
8931 | 2024-12-20T22:03:32.840Z | [ host-image] Dec 20 22:03:30.615 INFO O| Dec 20 22:03:30.615 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8932 | 2024-12-20T22:03:32.879Z | [ host-image] Dec 20 22:03:30.652 INFO O| Dec 20 22:03:30.652 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8933 | 2024-12-20T22:03:32.883Z | [ host-image] Dec 20 22:03:30.652 INFO O| Dec 20 22:03:30.652 INFO STEP 26 (remove_files) COMPLETE |
8934 | 2024-12-20T22:03:32.883Z | [ host-image] Dec 20 22:03:30.652 INFO O| Dec 20 22:03:30.652 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8935 | 2024-12-20T22:03:32.896Z | [ host-image] Dec 20 22:03:30.671 INFO O| Dec 20 22:03:30.671 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8936 | 2024-12-20T22:03:32.900Z | [ host-image] Dec 20 22:03:30.671 INFO O| Dec 20 22:03:30.671 INFO STEP 27 (remove_files) COMPLETE |
8937 | 2024-12-20T22:03:32.900Z | [ host-image] Dec 20 22:03:30.671 INFO O| Dec 20 22:03:30.671 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8938 | 2024-12-20T22:03:32.913Z | [ host-image] Dec 20 22:03:30.688 INFO O| Dec 20 22:03:30.688 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8939 | 2024-12-20T22:03:32.916Z | [ host-image] Dec 20 22:03:30.689 INFO O| Dec 20 22:03:30.688 INFO STEP 28 (remove_files) COMPLETE |
8940 | 2024-12-20T22:03:32.916Z | [ host-image] Dec 20 22:03:30.689 INFO O| Dec 20 22:03:30.689 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8941 | 2024-12-20T22:03:32.933Z | [ host-image] Dec 20 22:03:30.706 INFO O| Dec 20 22:03:30.706 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8942 | 2024-12-20T22:03:32.936Z | [ host-image] Dec 20 22:03:30.707 INFO O| Dec 20 22:03:30.706 INFO STEP 29 (remove_files) COMPLETE |
8943 | 2024-12-20T22:03:32.936Z | [ host-image] Dec 20 22:03:30.707 INFO O| Dec 20 22:03:30.707 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8944 | 2024-12-20T22:03:32.949Z | [ host-image] Dec 20 22:03:30.725 INFO O| Dec 20 22:03:30.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8945 | 2024-12-20T22:03:32.954Z | [ host-image] Dec 20 22:03:30.725 INFO O| Dec 20 22:03:30.725 INFO STEP 30 (remove_files) COMPLETE |
8946 | 2024-12-20T22:03:32.954Z | [ host-image] Dec 20 22:03:30.725 INFO O| Dec 20 22:03:30.725 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8947 | 2024-12-20T22:03:32.967Z | [ host-image] Dec 20 22:03:30.743 INFO O| Dec 20 22:03:30.743 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8948 | 2024-12-20T22:03:32.970Z | [ host-image] Dec 20 22:03:30.743 INFO O| Dec 20 22:03:30.743 INFO STEP 31 (remove_files) COMPLETE |
8949 | 2024-12-20T22:03:32.970Z | [ host-image] Dec 20 22:03:30.743 INFO O| Dec 20 22:03:30.743 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8950 | 2024-12-20T22:03:32.985Z | [ host-image] Dec 20 22:03:30.761 INFO O| Dec 20 22:03:30.761 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8951 | 2024-12-20T22:03:32.988Z | [ host-image] Dec 20 22:03:30.761 INFO O| Dec 20 22:03:30.761 INFO STEP 32 (remove_files) COMPLETE |
8952 | 2024-12-20T22:03:32.989Z | [ host-image] Dec 20 22:03:30.761 INFO O| Dec 20 22:03:30.761 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8953 | 2024-12-20T22:03:33.049Z | [ host-image] Dec 20 22:03:30.821 INFO O| Dec 20 22:03:30.821 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8954 | 2024-12-20T22:03:33.052Z | [ host-image] Dec 20 22:03:30.822 INFO O| Dec 20 22:03:30.822 INFO STEP 33 (remove_files) COMPLETE |
8955 | 2024-12-20T22:03:33.052Z | [ host-image] Dec 20 22:03:30.822 INFO O| Dec 20 22:03:30.822 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8956 | 2024-12-20T22:03:33.064Z | [ host-image] Dec 20 22:03:30.840 INFO O| Dec 20 22:03:30.840 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8957 | 2024-12-20T22:03:33.067Z | [ host-image] Dec 20 22:03:30.840 INFO O| Dec 20 22:03:30.840 INFO STEP 34 (remove_files) COMPLETE |
8958 | 2024-12-20T22:03:33.067Z | [ host-image] Dec 20 22:03:30.840 INFO O| Dec 20 22:03:30.840 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8959 | 2024-12-20T22:03:33.081Z | [ host-image] Dec 20 22:03:30.857 INFO O| Dec 20 22:03:30.857 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8960 | 2024-12-20T22:03:33.085Z | [ host-image] Dec 20 22:03:30.857 INFO O| Dec 20 22:03:30.857 INFO STEP 35 (remove_files) COMPLETE |
8961 | 2024-12-20T22:03:33.085Z | [ host-image] Dec 20 22:03:30.857 INFO O| Dec 20 22:03:30.857 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8962 | 2024-12-20T22:03:33.098Z | [ host-image] Dec 20 22:03:30.874 INFO O| Dec 20 22:03:30.874 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8963 | 2024-12-20T22:03:33.101Z | [ host-image] Dec 20 22:03:30.874 INFO O| Dec 20 22:03:30.874 INFO STEP 36 (remove_files) COMPLETE |
8964 | 2024-12-20T22:03:33.101Z | [ host-image] Dec 20 22:03:30.874 INFO O| Dec 20 22:03:30.874 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8965 | 2024-12-20T22:03:33.116Z | [ host-image] Dec 20 22:03:30.892 INFO O| Dec 20 22:03:30.892 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8966 | 2024-12-20T22:03:33.117Z | [ host-image] Dec 20 22:03:30.892 INFO O| Dec 20 22:03:30.892 INFO STEP 37 (remove_files) COMPLETE |
8967 | 2024-12-20T22:03:33.120Z | [ host-image] Dec 20 22:03:30.892 INFO O| Dec 20 22:03:30.892 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8968 | 2024-12-20T22:03:33.136Z | [ host-image] Dec 20 22:03:30.911 INFO O| Dec 20 22:03:30.911 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8969 | 2024-12-20T22:03:33.136Z | [ host-image] Dec 20 22:03:30.911 INFO O| Dec 20 22:03:30.911 INFO STEP 38 (remove_files) COMPLETE |
8970 | 2024-12-20T22:03:33.136Z | [ host-image] Dec 20 22:03:30.911 INFO O| Dec 20 22:03:30.911 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8971 | 2024-12-20T22:03:33.154Z | [ host-image] Dec 20 22:03:30.929 INFO O| Dec 20 22:03:30.929 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8972 | 2024-12-20T22:03:33.154Z | [ host-image] Dec 20 22:03:30.929 INFO O| Dec 20 22:03:30.929 INFO STEP 39 (remove_files) COMPLETE |
8973 | 2024-12-20T22:03:33.154Z | [ host-image] Dec 20 22:03:30.929 INFO O| Dec 20 22:03:30.929 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8974 | 2024-12-20T22:03:33.187Z | [ host-image] Dec 20 22:03:30.962 INFO O| Dec 20 22:03:30.962 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8975 | 2024-12-20T22:03:33.187Z | [ host-image] Dec 20 22:03:30.962 INFO O| Dec 20 22:03:30.962 INFO STEP 40 (remove_files) COMPLETE |
8976 | 2024-12-20T22:03:33.189Z | [ host-image] Dec 20 22:03:30.962 INFO O| Dec 20 22:03:30.962 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8977 | 2024-12-20T22:03:33.219Z | [ host-image] Dec 20 22:03:30.994 INFO O| Dec 20 22:03:30.994 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8978 | 2024-12-20T22:03:33.219Z | [ host-image] Dec 20 22:03:30.994 INFO O| Dec 20 22:03:30.994 INFO STEP 41 (remove_files) COMPLETE |
8979 | 2024-12-20T22:03:34.225Z | [ host-image] Dec 20 22:03:30.994 INFO O| Dec 20 22:03:30.994 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8980 | 2024-12-20T22:03:34.233Z | [ host-image] Dec 20 22:03:31.013 INFO O| Dec 20 22:03:31.013 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8981 | 2024-12-20T22:03:34.234Z | [ host-image] Dec 20 22:03:31.013 INFO O| Dec 20 22:03:31.013 INFO STEP 42 (remove_files) COMPLETE |
8982 | 2024-12-20T22:03:34.234Z | [ host-image] Dec 20 22:03:31.013 INFO O| Dec 20 22:03:31.013 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8983 | 2024-12-20T22:03:34.234Z | [ host-image] Dec 20 22:03:31.031 INFO O| Dec 20 22:03:31.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8984 | 2024-12-20T22:03:34.234Z | [ host-image] Dec 20 22:03:31.031 INFO O| Dec 20 22:03:31.031 INFO STEP 43 (remove_files) COMPLETE |
8985 | 2024-12-20T22:03:34.234Z | [ host-image] Dec 20 22:03:31.031 INFO O| Dec 20 22:03:31.031 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8986 | 2024-12-20T22:03:34.234Z | [ host-image] Dec 20 22:03:31.048 INFO O| Dec 20 22:03:31.048 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8987 | 2024-12-20T22:03:34.234Z | [ host-image] Dec 20 22:03:31.049 INFO O| Dec 20 22:03:31.048 INFO STEP 44 (remove_files) COMPLETE |
8988 | 2024-12-20T22:03:34.234Z | [ host-image] Dec 20 22:03:31.049 INFO O| Dec 20 22:03:31.049 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8989 | 2024-12-20T22:03:34.234Z | [ host-image] Dec 20 22:03:31.066 INFO O| Dec 20 22:03:31.066 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8990 | 2024-12-20T22:03:34.234Z | [ host-image] Dec 20 22:03:31.066 INFO O| Dec 20 22:03:31.066 INFO STEP 45 (remove_files) COMPLETE |
8991 | 2024-12-20T22:03:34.234Z | [ host-image] Dec 20 22:03:31.066 INFO O| Dec 20 22:03:31.066 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8992 | 2024-12-20T22:03:34.234Z | [ host-image] Dec 20 22:03:31.083 INFO O| Dec 20 22:03:31.083 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8993 | 2024-12-20T22:03:34.234Z | [ host-image] Dec 20 22:03:31.084 INFO O| Dec 20 22:03:31.084 INFO STEP 46 (remove_files) COMPLETE |
8994 | 2024-12-20T22:03:34.235Z | [ host-image] Dec 20 22:03:31.084 INFO O| Dec 20 22:03:31.084 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8995 | 2024-12-20T22:03:34.235Z | [ host-image] Dec 20 22:03:31.101 INFO O| Dec 20 22:03:31.101 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8996 | 2024-12-20T22:03:34.235Z | [ host-image] Dec 20 22:03:31.102 INFO O| Dec 20 22:03:31.102 INFO STEP 47 (remove_files) COMPLETE |
8997 | 2024-12-20T22:03:34.235Z | [ host-image] Dec 20 22:03:31.102 INFO O| Dec 20 22:03:31.102 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8998 | 2024-12-20T22:03:34.235Z | [ host-image] Dec 20 22:03:31.153 INFO O| Dec 20 22:03:31.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8999 | 2024-12-20T22:03:34.235Z | [ host-image] Dec 20 22:03:31.153 INFO O| Dec 20 22:03:31.153 INFO STEP 48 (remove_files) COMPLETE |
9000 | 2024-12-20T22:03:34.235Z | [ host-image] Dec 20 22:03:31.153 INFO O| Dec 20 22:03:31.153 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9001 | 2024-12-20T22:03:34.236Z | [ host-image] Dec 20 22:03:31.169 INFO O| Dec 20 22:03:31.169 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
9002 | 2024-12-20T22:03:34.236Z | [ host-image] Dec 20 22:03:31.169 INFO O| Dec 20 22:03:31.169 INFO STEP 49 (remove_files) COMPLETE |
9003 | 2024-12-20T22:03:34.236Z | [ host-image] Dec 20 22:03:31.169 INFO O| Dec 20 22:03:31.169 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9004 | 2024-12-20T22:03:34.236Z | [ host-image] Dec 20 22:03:31.205 INFO O| Dec 20 22:03:31.205 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
9005 | 2024-12-20T22:03:34.236Z | [ host-image] Dec 20 22:03:31.205 INFO O| Dec 20 22:03:31.205 INFO STEP 50 (remove_files) COMPLETE |
9006 | 2024-12-20T22:03:34.236Z | [ host-image] Dec 20 22:03:31.205 INFO O| Dec 20 22:03:31.205 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9007 | 2024-12-20T22:03:34.236Z | [ host-image] Dec 20 22:03:31.225 INFO O| Dec 20 22:03:31.225 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
9008 | 2024-12-20T22:03:34.236Z | [ host-image] Dec 20 22:03:31.225 INFO O| Dec 20 22:03:31.225 INFO STEP 51 (remove_files) COMPLETE |
9009 | 2024-12-20T22:03:34.236Z | [ host-image] Dec 20 22:03:31.225 INFO O| Dec 20 22:03:31.225 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9010 | 2024-12-20T22:03:34.236Z | [ host-image] Dec 20 22:03:31.243 INFO O| Dec 20 22:03:31.243 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
9011 | 2024-12-20T22:03:34.236Z | [ host-image] Dec 20 22:03:31.243 INFO O| Dec 20 22:03:31.243 INFO STEP 52 (remove_files) COMPLETE |
9012 | 2024-12-20T22:03:34.236Z | [ host-image] Dec 20 22:03:31.243 INFO O| Dec 20 22:03:31.243 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9013 | 2024-12-20T22:03:34.236Z | [ host-image] Dec 20 22:03:31.261 INFO O| Dec 20 22:03:31.261 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
9014 | 2024-12-20T22:03:34.236Z | [ host-image] Dec 20 22:03:31.261 INFO O| Dec 20 22:03:31.261 INFO STEP 53 (remove_files) COMPLETE |
9015 | 2024-12-20T22:03:34.236Z | [ host-image] Dec 20 22:03:31.261 INFO O| Dec 20 22:03:31.261 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9016 | 2024-12-20T22:03:34.236Z | [ host-image] Dec 20 22:03:31.279 INFO O| Dec 20 22:03:31.279 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
9017 | 2024-12-20T22:03:34.236Z | [ host-image] Dec 20 22:03:31.279 INFO O| Dec 20 22:03:31.279 INFO STEP 54 (remove_files) COMPLETE |
9018 | 2024-12-20T22:03:34.237Z | [ host-image] Dec 20 22:03:31.279 INFO O| Dec 20 22:03:31.279 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9019 | 2024-12-20T22:03:34.237Z | [ host-image] Dec 20 22:03:31.297 INFO O| Dec 20 22:03:31.297 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
9020 | 2024-12-20T22:03:34.237Z | [ host-image] Dec 20 22:03:31.297 INFO O| Dec 20 22:03:31.297 INFO STEP 55 (remove_files) COMPLETE |
9021 | 2024-12-20T22:03:34.237Z | [ host-image] Dec 20 22:03:31.297 INFO O| Dec 20 22:03:31.297 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9022 | 2024-12-20T22:03:34.237Z | [ host-image] Dec 20 22:03:31.329 INFO O| Dec 20 22:03:31.329 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
9023 | 2024-12-20T22:03:34.237Z | [ host-image] Dec 20 22:03:31.330 INFO O| Dec 20 22:03:31.329 INFO STEP 56 (remove_files) COMPLETE |
9024 | 2024-12-20T22:03:34.237Z | [ host-image] Dec 20 22:03:31.330 INFO O| Dec 20 22:03:31.330 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9025 | 2024-12-20T22:03:34.237Z | [ host-image] Dec 20 22:03:31.349 INFO O| Dec 20 22:03:31.349 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
9026 | 2024-12-20T22:03:34.237Z | [ host-image] Dec 20 22:03:31.350 INFO O| Dec 20 22:03:31.350 INFO STEP 57 (remove_files) COMPLETE |
9027 | 2024-12-20T22:03:34.237Z | [ host-image] Dec 20 22:03:31.350 INFO O| Dec 20 22:03:31.350 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9028 | 2024-12-20T22:03:34.237Z | [ host-image] Dec 20 22:03:31.368 INFO O| Dec 20 22:03:31.368 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
9029 | 2024-12-20T22:03:34.237Z | [ host-image] Dec 20 22:03:31.368 INFO O| Dec 20 22:03:31.368 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
9030 | 2024-12-20T22:03:34.237Z | [ host-image] Dec 20 22:03:31.369 INFO O| Dec 20 22:03:31.368 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9031 | 2024-12-20T22:03:34.237Z | [ host-image] Dec 20 22:03:31.369 INFO O| Dec 20 22:03:31.369 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9032 | 2024-12-20T22:03:34.237Z | [ host-image] Dec 20 22:03:31.369 INFO O| Dec 20 22:03:31.369 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9033 | 2024-12-20T22:03:34.237Z | [ host-image] Dec 20 22:03:31.369 INFO O| Dec 20 22:03:31.369 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9034 | 2024-12-20T22:03:34.237Z | [ host-image] Dec 20 22:03:31.369 INFO O| Dec 20 22:03:31.369 INFO ok! |
9035 | 2024-12-20T22:03:34.237Z | [ host-image] Dec 20 22:03:31.369 INFO O| Dec 20 22:03:31.369 INFO STEP 58 (ensure_file) COMPLETE |
9036 | 2024-12-20T22:03:34.237Z | [ host-image] Dec 20 22:03:31.369 INFO O| Dec 20 22:03:31.369 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9037 | 2024-12-20T22:03:34.237Z | [ host-image] Dec 20 22:03:31.386 INFO O| Dec 20 22:03:31.386 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
9038 | 2024-12-20T22:03:34.237Z | [ host-image] Dec 20 22:03:31.387 INFO O| Dec 20 22:03:31.386 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
9039 | 2024-12-20T22:03:34.237Z | [ host-image] Dec 20 22:03:31.387 INFO O| Dec 20 22:03:31.387 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9040 | 2024-12-20T22:03:34.237Z | [ host-image] Dec 20 22:03:31.387 INFO O| Dec 20 22:03:31.387 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9041 | 2024-12-20T22:03:34.237Z | [ host-image] Dec 20 22:03:31.387 INFO O| Dec 20 22:03:31.387 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9042 | 2024-12-20T22:03:34.237Z | [ host-image] Dec 20 22:03:31.387 INFO O| Dec 20 22:03:31.387 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9043 | 2024-12-20T22:03:34.238Z | [ host-image] Dec 20 22:03:31.387 INFO O| Dec 20 22:03:31.387 INFO ok! |
9044 | 2024-12-20T22:03:34.238Z | [ host-image] Dec 20 22:03:31.387 INFO O| Dec 20 22:03:31.387 INFO STEP 59 (ensure_file) COMPLETE |
9045 | 2024-12-20T22:03:34.238Z | [ host-image] Dec 20 22:03:31.387 INFO O| Dec 20 22:03:31.387 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9046 | 2024-12-20T22:03:34.238Z | [ host-image] Dec 20 22:03:31.429 INFO O| Dec 20 22:03:31.429 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
9047 | 2024-12-20T22:03:34.238Z | [ host-image] Dec 20 22:03:31.429 INFO O| Dec 20 22:03:31.429 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
9048 | 2024-12-20T22:03:34.238Z | [ host-image] Dec 20 22:03:31.429 INFO O| Dec 20 22:03:31.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
9049 | 2024-12-20T22:03:34.238Z | [ host-image] Dec 20 22:03:31.429 INFO O| Dec 20 22:03:31.429 INFO ok! |
9050 | 2024-12-20T22:03:34.238Z | [ host-image] Dec 20 22:03:31.429 INFO O| Dec 20 22:03:31.429 INFO STEP 60 (ensure_file) COMPLETE |
9051 | 2024-12-20T22:03:34.238Z | [ host-image] Dec 20 22:03:31.429 INFO O| Dec 20 22:03:31.429 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9052 | 2024-12-20T22:03:34.238Z | [ host-image] Dec 20 22:03:31.449 INFO O| Dec 20 22:03:31.449 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
9053 | 2024-12-20T22:03:34.238Z | [ host-image] Dec 20 22:03:31.449 INFO O| Dec 20 22:03:31.449 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
9054 | 2024-12-20T22:03:34.238Z | [ host-image] Dec 20 22:03:31.450 INFO O| Dec 20 22:03:31.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
9055 | 2024-12-20T22:03:34.238Z | [ host-image] Dec 20 22:03:31.450 INFO O| Dec 20 22:03:31.450 INFO ok! |
9056 | 2024-12-20T22:03:34.238Z | [ host-image] Dec 20 22:03:31.450 INFO O| Dec 20 22:03:31.450 INFO STEP 61 (ensure_file) COMPLETE |
9057 | 2024-12-20T22:03:34.238Z | [ host-image] Dec 20 22:03:31.450 INFO O| Dec 20 22:03:31.450 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9058 | 2024-12-20T22:03:34.238Z | [ host-image] Dec 20 22:03:31.468 INFO O| Dec 20 22:03:31.467 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
9059 | 2024-12-20T22:03:34.238Z | [ host-image] Dec 20 22:03:31.468 INFO O| Dec 20 22:03:31.468 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
9060 | 2024-12-20T22:03:34.238Z | [ host-image] Dec 20 22:03:31.468 INFO O| Dec 20 22:03:31.468 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9061 | 2024-12-20T22:03:34.238Z | [ host-image] Dec 20 22:03:31.468 INFO O| Dec 20 22:03:31.468 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9062 | 2024-12-20T22:03:34.238Z | [ host-image] Dec 20 22:03:31.468 INFO O| Dec 20 22:03:31.468 INFO ok! |
9063 | 2024-12-20T22:03:34.238Z | [ host-image] Dec 20 22:03:31.468 INFO O| Dec 20 22:03:31.468 INFO STEP 62 (ensure_file) COMPLETE |
9064 | 2024-12-20T22:03:34.238Z | [ host-image] Dec 20 22:03:31.468 INFO O| Dec 20 22:03:31.468 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9065 | 2024-12-20T22:03:34.238Z | [ host-image] Dec 20 22:03:31.486 INFO O| Dec 20 22:03:31.486 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
9066 | 2024-12-20T22:03:34.238Z | [ host-image] Dec 20 22:03:31.486 INFO O| Dec 20 22:03:31.486 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
9067 | 2024-12-20T22:03:34.239Z | [ host-image] Dec 20 22:03:31.486 INFO O| Dec 20 22:03:31.486 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9068 | 2024-12-20T22:03:34.239Z | [ host-image] Dec 20 22:03:31.486 INFO O| Dec 20 22:03:31.486 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9069 | 2024-12-20T22:03:34.239Z | [ host-image] Dec 20 22:03:31.486 INFO O| Dec 20 22:03:31.486 INFO ok! |
9070 | 2024-12-20T22:03:34.239Z | [ host-image] Dec 20 22:03:31.486 INFO O| Dec 20 22:03:31.486 INFO STEP 63 (ensure_file) COMPLETE |
9071 | 2024-12-20T22:03:34.239Z | [ host-image] Dec 20 22:03:31.486 INFO O| Dec 20 22:03:31.486 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9072 | 2024-12-20T22:03:34.239Z | [ host-image] Dec 20 22:03:31.533 INFO O| Dec 20 22:03:31.533 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
9073 | 2024-12-20T22:03:34.239Z | [ host-image] Dec 20 22:03:31.533 INFO O| Dec 20 22:03:31.533 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
9074 | 2024-12-20T22:03:34.239Z | [ host-image] Dec 20 22:03:31.534 INFO O| Dec 20 22:03:31.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
9075 | 2024-12-20T22:03:34.239Z | [ host-image] Dec 20 22:03:31.534 INFO O| Dec 20 22:03:31.534 INFO ok! |
9076 | 2024-12-20T22:03:34.239Z | [ host-image] Dec 20 22:03:31.534 INFO O| Dec 20 22:03:31.534 INFO STEP 64 (assemble_files) COMPLETE |
9077 | 2024-12-20T22:03:34.239Z | [ host-image] Dec 20 22:03:31.534 INFO O| Dec 20 22:03:31.534 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9078 | 2024-12-20T22:03:34.239Z | [ host-image] Dec 20 22:03:31.554 INFO O| Dec 20 22:03:31.554 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9079 | 2024-12-20T22:03:34.239Z | [ host-image] Dec 20 22:03:31.554 INFO O| Dec 20 22:03:31.554 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9080 | 2024-12-20T22:03:34.245Z | [ host-image] Dec 20 22:03:31.554 INFO O| Dec 20 22:03:31.554 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9081 | 2024-12-20T22:03:34.245Z | [ host-image] Dec 20 22:03:31.554 INFO O| Dec 20 22:03:31.554 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9082 | 2024-12-20T22:03:34.245Z | [ host-image] Dec 20 22:03:31.554 INFO O| Dec 20 22:03:31.554 INFO ok! |
9083 | 2024-12-20T22:03:34.245Z | [ host-image] Dec 20 22:03:31.554 INFO O| Dec 20 22:03:31.554 INFO STEP 65 (ensure_file) COMPLETE |
9084 | 2024-12-20T22:03:34.245Z | [ host-image] Dec 20 22:03:31.555 INFO O| Dec 20 22:03:31.555 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9085 | 2024-12-20T22:03:34.245Z | [ host-image] Dec 20 22:03:31.572 INFO O| Dec 20 22:03:31.572 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9086 | 2024-12-20T22:03:34.245Z | [ host-image] Dec 20 22:03:31.573 INFO O| Dec 20 22:03:31.573 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9087 | 2024-12-20T22:03:34.245Z | [ host-image] Dec 20 22:03:31.573 INFO O| Dec 20 22:03:31.573 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9088 | 2024-12-20T22:03:34.245Z | [ host-image] Dec 20 22:03:31.573 INFO O| Dec 20 22:03:31.573 INFO STEP 66 (ensure_dir) COMPLETE |
9089 | 2024-12-20T22:03:34.245Z | [ host-image] Dec 20 22:03:31.573 INFO O| Dec 20 22:03:31.573 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9090 | 2024-12-20T22:03:34.245Z | [ host-image] Dec 20 22:03:31.591 INFO O| Dec 20 22:03:31.590 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9091 | 2024-12-20T22:03:34.245Z | [ host-image] Dec 20 22:03:31.591 INFO O| Dec 20 22:03:31.591 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 ... |
9092 | 2024-12-20T22:03:34.246Z | [ host-image] Dec 20 22:03:31.601 INFO O| Dec 20 22:03:31.601 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 |
9093 | 2024-12-20T22:03:34.246Z | [ host-image] Dec 20 22:03:31.601 INFO O| Dec 20 22:03:31.601 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9094 | 2024-12-20T22:03:34.246Z | [ host-image] Dec 20 22:03:31.602 INFO O| Dec 20 22:03:31.601 INFO ok! |
9095 | 2024-12-20T22:03:34.246Z | [ host-image] Dec 20 22:03:31.602 INFO O| Dec 20 22:03:31.602 INFO STEP 67 (ensure_file) COMPLETE |
9096 | 2024-12-20T22:03:34.246Z | [ host-image] Dec 20 22:03:31.602 INFO O| Dec 20 22:03:31.602 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9097 | 2024-12-20T22:03:34.246Z | [ host-image] Dec 20 22:03:31.621 INFO O| Dec 20 22:03:31.621 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9098 | 2024-12-20T22:03:34.246Z | [ host-image] Dec 20 22:03:31.621 INFO O| Dec 20 22:03:31.621 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 ... |
9099 | 2024-12-20T22:03:34.246Z | [ host-image] Dec 20 22:03:31.622 INFO O| Dec 20 22:03:31.622 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 |
9100 | 2024-12-20T22:03:34.246Z | [ host-image] Dec 20 22:03:31.622 INFO O| Dec 20 22:03:31.622 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9101 | 2024-12-20T22:03:34.246Z | [ host-image] Dec 20 22:03:31.622 INFO O| Dec 20 22:03:31.622 INFO ok! |
9102 | 2024-12-20T22:03:34.246Z | [ host-image] Dec 20 22:03:31.622 INFO O| Dec 20 22:03:31.622 INFO STEP 68 (ensure_file) COMPLETE |
9103 | 2024-12-20T22:03:34.246Z | [ host-image] Dec 20 22:03:31.622 INFO O| Dec 20 22:03:31.622 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9104 | 2024-12-20T22:03:34.246Z | [ host-image] Dec 20 22:03:31.662 INFO O| Dec 20 22:03:31.662 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9105 | 2024-12-20T22:03:34.246Z | [ host-image] Dec 20 22:03:31.662 INFO O| Dec 20 22:03:31.662 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9106 | 2024-12-20T22:03:37.551Z | [ host-image] Dec 20 22:03:35.319 INFO O| Dec 20 22:03:35.319 INFO STEP 69 (pack_tar) COMPLETE |
9107 | 2024-12-20T22:03:37.551Z | [ host-image] Dec 20 22:03:35.319 INFO O| Dec 20 22:03:35.319 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9108 | 2024-12-20T22:03:37.551Z | [ host-image] Dec 20 22:03:35.319 INFO O| Dec 20 22:03:35.319 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9109 | 2024-12-20T22:03:37.950Z | [ host-image] Dec 20 22:03:35.721 INFO O| Dec 20 22:03:35.721 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9110 | 2024-12-20T22:03:38.068Z | [ host-image] Dec 20 22:03:35.843 INFO O| Dec 20 22:03:35.843 INFO completed processing gimlet/ramdisk-02-trim |
9111 | 2024-12-20T22:03:38.072Z | [ host-image] Dec 20 22:03:35.846 INFO image builder template: zfs... |
9112 | 2024-12-20T22:03:38.072Z | [ host-image] Dec 20 22:03:35.846 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/.tmpUUBaUa/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 |
9113 | 2024-12-20T22:03:38.095Z | [ host-image] Dec 20 22:03:35.869 INFO O| Dec 20 22:03:35.869 INFO skip include "stress" because feature "stress" is not enabled |
9114 | 2024-12-20T22:03:38.176Z | [ host-image] Dec 20 22:03:35.940 INFO O| Dec 20 22:03:35.939 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9115 | 2024-12-20T22:03:38.183Z | [ host-image] Dec 20 22:03:35.947 INFO O| Dec 20 22:03:35.947 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9116 | 2024-12-20T22:03:38.308Z | [ host-image] Dec 20 22:03:36.082 INFO O| Dec 20 22:03:36.082 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9117 | 2024-12-20T22:03:38.410Z | [ host-image] Dec 20 22:03:36.177 INFO O| Dec 20 22:03:36.177 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9118 | 2024-12-20T22:03:38.410Z | [ host-image] Dec 20 22:03:36.177 INFO O| Dec 20 22:03:36.177 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9119 | 2024-12-20T22:03:38.413Z | [ host-image] Dec 20 22:03:36.184 INFO O| Dec 20 22:03:36.184 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9120 | 2024-12-20T22:03:38.508Z | [ host-image] Dec 20 22:03:36.282 INFO O| Dec 20 22:03:36.282 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9121 | 2024-12-20T22:03:38.563Z | [ host-image] Dec 20 22:03:36.337 INFO O| Dec 20 22:03:36.337 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9122 | 2024-12-20T22:03:38.592Z | [ host-image] Dec 20 22:03:36.366 INFO O| Dec 20 22:03:36.366 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9123 | 2024-12-20T22:03:38.605Z | [ host-image] Dec 20 22:03:36.375 INFO O| Dec 20 22:03:36.375 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9124 | 2024-12-20T22:03:38.605Z | [ host-image] Dec 20 22:03:36.375 INFO O| Dec 20 22:03:36.375 INFO no lofi found |
9125 | 2024-12-20T22:03:38.610Z | [ host-image] Dec 20 22:03:36.375 INFO O| Dec 20 22:03:36.375 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9126 | 2024-12-20T22:03:38.610Z | [ host-image] Dec 20 22:03:36.375 INFO O| Dec 20 22:03:36.375 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9127 | 2024-12-20T22:03:40.242Z | [ host-image] Dec 20 22:03:38.011 INFO O| Dec 20 22:03:38.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
9128 | 2024-12-20T22:03:40.242Z | [ host-image] Dec 20 22:03:38.011 INFO O| Dec 20 22:03:38.011 INFO pool device = /dev/dsk/c2t1d0p0 |
9129 | 2024-12-20T22:03:40.248Z | [ host-image] Dec 20 22:03:38.011 INFO O| Dec 20 22:03:38.011 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"] |
9130 | 2024-12-20T22:03:40.476Z | [ host-image] Dec 20 22:03:38.249 INFO O| Dec 20 22:03:38.249 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9131 | 2024-12-20T22:03:40.476Z | [ host-image] Dec 20 22:03:38.249 INFO O| Dec 20 22:03:38.249 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9132 | 2024-12-20T22:03:40.514Z | [ host-image] Dec 20 22:03:38.288 INFO O| Dec 20 22:03:38.287 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9133 | 2024-12-20T22:03:40.618Z | [ host-image] Dec 20 22:03:38.391 INFO O| Dec 20 22:03:38.391 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9134 | 2024-12-20T22:03:40.696Z | [ host-image] Dec 20 22:03:38.469 INFO O| Dec 20 22:03:38.469 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9135 | 2024-12-20T22:03:40.723Z | [ host-image] Dec 20 22:03:38.497 INFO O| Dec 20 22:03:38.497 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9136 | 2024-12-20T22:03:40.745Z | [ host-image] Dec 20 22:03:38.519 INFO O| Dec 20 22:03:38.518 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9137 | 2024-12-20T22:03:40.837Z | [ host-image] Dec 20 22:03:38.610 INFO O| Dec 20 22:03:38.610 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9138 | 2024-12-20T22:03:40.841Z | [ host-image] Dec 20 22:03:38.611 INFO O| Dec 20 22:03:38.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9139 | 2024-12-20T22:03:40.841Z | [ host-image] Dec 20 22:03:38.611 INFO O| Dec 20 22:03:38.611 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9140 | 2024-12-20T22:03:40.873Z | [ host-image] Dec 20 22:03:38.647 INFO O| Dec 20 22:03:38.647 INFO boot environment UUID: 6c025487-7e75-4ce1-ba3b-a2ae10010439 |
9141 | 2024-12-20T22:03:40.890Z | [ host-image] Dec 20 22:03:38.647 INFO O| Dec 20 22:03:38.647 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 6c025487-7e75-4ce1-ba3b-a2ae10010439 |
9142 | 2024-12-20T22:03:40.908Z | [ host-image] Dec 20 22:03:38.682 INFO O| Dec 20 22:03:38.682 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9143 | 2024-12-20T22:03:40.948Z | [ host-image] Dec 20 22:03:38.722 INFO O| Dec 20 22:03:38.722 INFO STEP 0 (create_be) COMPLETE |
9144 | 2024-12-20T22:03:40.948Z | [ host-image] Dec 20 22:03:38.722 INFO O| Dec 20 22:03:38.722 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9145 | 2024-12-20T22:03:40.976Z | [ host-image] Dec 20 22:03:38.750 INFO O| Dec 20 22:03:38.750 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9146 | 2024-12-20T22:04:05.673Z | [ host-image] Dec 20 22:04:03.441 INFO O| Dec 20 22:04:03.441 INFO STEP 1 (unpack_tar) COMPLETE |
9147 | 2024-12-20T22:04:05.674Z | [ host-image] Dec 20 22:04:03.441 INFO O| Dec 20 22:04:03.441 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9148 | 2024-12-20T22:04:05.694Z | [ host-image] Dec 20 22:04:03.459 INFO O| Dec 20 22:04:03.459 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9149 | 2024-12-20T22:04:06.172Z | [ host-image] Dec 20 22:04:03.939 INFO O| Dec 20 22:04:03.939 INFO STEP 2 (devfsadm) COMPLETE |
9150 | 2024-12-20T22:04:06.179Z | [ host-image] Dec 20 22:04:03.939 INFO O| Dec 20 22:04:03.939 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9151 | 2024-12-20T22:04:06.189Z | [ host-image] Dec 20 22:04:03.956 INFO O| Dec 20 22:04:03.956 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9152 | 2024-12-20T22:04:06.189Z | [ host-image] Dec 20 22:04:03.957 INFO O| Dec 20 22:04:03.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9153 | 2024-12-20T22:04:06.189Z | [ host-image] Dec 20 22:04:03.957 INFO O| Dec 20 22:04:03.957 INFO STEP 3 (ensure_dir) COMPLETE |
9154 | 2024-12-20T22:04:06.196Z | [ host-image] Dec 20 22:04:03.957 INFO O| Dec 20 22:04:03.957 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9155 | 2024-12-20T22:04:06.223Z | [ host-image] Dec 20 22:04:03.991 INFO O| Dec 20 22:04:03.991 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9156 | 2024-12-20T22:04:06.223Z | [ host-image] Dec 20 22:04:03.991 INFO O| Dec 20 22:04:03.991 INFO STEP 4 (ensure_dir) COMPLETE |
9157 | 2024-12-20T22:04:06.229Z | [ host-image] Dec 20 22:04:03.991 INFO O| Dec 20 22:04:03.991 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9158 | 2024-12-20T22:04:06.241Z | [ host-image] Dec 20 22:04:04.010 INFO O| Dec 20 22:04:04.010 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9159 | 2024-12-20T22:04:06.241Z | [ host-image] Dec 20 22:04:04.010 INFO O| Dec 20 22:04:04.010 INFO STEP 5 (ensure_dir) COMPLETE |
9160 | 2024-12-20T22:04:06.255Z | [ host-image] Dec 20 22:04:04.010 INFO O| Dec 20 22:04:04.010 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9161 | 2024-12-20T22:04:06.261Z | [ host-image] Dec 20 22:04:04.027 INFO O| Dec 20 22:04:04.027 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9162 | 2024-12-20T22:04:06.261Z | [ host-image] Dec 20 22:04:04.027 INFO O| Dec 20 22:04:04.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9163 | 2024-12-20T22:04:06.261Z | [ host-image] Dec 20 22:04:04.027 INFO O| Dec 20 22:04:04.027 INFO STEP 6 (ensure_dir) COMPLETE |
9164 | 2024-12-20T22:04:06.261Z | [ host-image] Dec 20 22:04:04.027 INFO O| Dec 20 22:04:04.027 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9165 | 2024-12-20T22:04:06.276Z | [ host-image] Dec 20 22:04:04.044 INFO O| Dec 20 22:04:04.044 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9166 | 2024-12-20T22:04:06.276Z | [ host-image] Dec 20 22:04:04.044 INFO O| Dec 20 22:04:04.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9167 | 2024-12-20T22:04:06.276Z | [ host-image] Dec 20 22:04:04.044 INFO O| Dec 20 22:04:04.044 INFO STEP 7 (ensure_dir) COMPLETE |
9168 | 2024-12-20T22:04:06.297Z | [ host-image] Dec 20 22:04:04.044 INFO O| Dec 20 22:04:04.044 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9169 | 2024-12-20T22:04:06.307Z | [ host-image] Dec 20 22:04:04.062 INFO O| Dec 20 22:04:04.062 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9170 | 2024-12-20T22:04:06.307Z | [ host-image] Dec 20 22:04:04.062 INFO O| Dec 20 22:04:04.062 INFO STEP 8 (remove_files) COMPLETE |
9171 | 2024-12-20T22:04:06.307Z | [ host-image] Dec 20 22:04:04.062 INFO O| Dec 20 22:04:04.062 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9172 | 2024-12-20T22:04:06.320Z | [ host-image] Dec 20 22:04:04.079 INFO O| Dec 20 22:04:04.079 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9173 | 2024-12-20T22:04:06.320Z | [ host-image] Dec 20 22:04:04.080 INFO O| Dec 20 22:04:04.080 INFO STEP 9 (remove_files) COMPLETE |
9174 | 2024-12-20T22:04:06.320Z | [ host-image] Dec 20 22:04:04.080 INFO O| Dec 20 22:04:04.080 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9175 | 2024-12-20T22:04:06.352Z | [ host-image] Dec 20 22:04:04.120 INFO O| Dec 20 22:04:04.120 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9176 | 2024-12-20T22:04:06.365Z | [ host-image] Dec 20 22:04:04.121 INFO O| Dec 20 22:04:04.121 INFO STEP 10 (remove_files) COMPLETE |
9177 | 2024-12-20T22:04:06.365Z | [ host-image] Dec 20 22:04:04.121 INFO O| Dec 20 22:04:04.121 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9178 | 2024-12-20T22:04:06.372Z | [ host-image] Dec 20 22:04:04.140 INFO O| Dec 20 22:04:04.140 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9179 | 2024-12-20T22:04:06.372Z | [ host-image] Dec 20 22:04:04.140 INFO O| Dec 20 22:04:04.140 INFO STEP 11 (remove_files) COMPLETE |
9180 | 2024-12-20T22:04:06.372Z | [ host-image] Dec 20 22:04:04.141 INFO O| Dec 20 22:04:04.140 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9181 | 2024-12-20T22:04:06.396Z | [ host-image] Dec 20 22:04:04.163 INFO O| Dec 20 22:04:04.163 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9182 | 2024-12-20T22:04:06.396Z | [ host-image] Dec 20 22:04:04.163 INFO O| Dec 20 22:04:04.163 INFO STEP 12 (remove_files) COMPLETE |
9183 | 2024-12-20T22:04:06.396Z | [ host-image] Dec 20 22:04:04.163 INFO O| Dec 20 22:04:04.163 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9184 | 2024-12-20T22:04:06.446Z | [ host-image] Dec 20 22:04:04.214 INFO O| Dec 20 22:04:04.214 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9185 | 2024-12-20T22:04:06.446Z | [ host-image] Dec 20 22:04:04.214 INFO O| Dec 20 22:04:04.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9186 | 2024-12-20T22:04:06.446Z | [ host-image] Dec 20 22:04:04.214 INFO O| Dec 20 22:04:04.214 INFO STEP 13 (ensure_dir) COMPLETE |
9187 | 2024-12-20T22:04:06.454Z | [ host-image] Dec 20 22:04:04.214 INFO O| Dec 20 22:04:04.214 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9188 | 2024-12-20T22:04:06.468Z | [ host-image] Dec 20 22:04:04.234 INFO O| Dec 20 22:04:04.234 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9189 | 2024-12-20T22:04:06.479Z | [ host-image] Dec 20 22:04:04.234 INFO O| Dec 20 22:04:04.234 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9190 | 2024-12-20T22:04:06.479Z | [ host-image] Dec 20 22:04:04.235 INFO O| Dec 20 22:04:04.234 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9191 | 2024-12-20T22:04:06.479Z | [ host-image] Dec 20 22:04:04.235 INFO O| Dec 20 22:04:04.235 INFO STEP 14 (ensure_dir) COMPLETE |
9192 | 2024-12-20T22:04:06.479Z | [ host-image] Dec 20 22:04:04.235 INFO O| Dec 20 22:04:04.235 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9193 | 2024-12-20T22:04:06.488Z | [ host-image] Dec 20 22:04:04.253 INFO O| Dec 20 22:04:04.252 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9194 | 2024-12-20T22:04:06.488Z | [ host-image] Dec 20 22:04:04.253 INFO O| Dec 20 22:04:04.253 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9195 | 2024-12-20T22:04:06.488Z | [ host-image] Dec 20 22:04:04.253 INFO O| Dec 20 22:04:04.253 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9196 | 2024-12-20T22:04:06.488Z | [ host-image] Dec 20 22:04:04.253 INFO O| Dec 20 22:04:04.253 INFO STEP 15 (ensure_dir) COMPLETE |
9197 | 2024-12-20T22:04:06.488Z | [ host-image] Dec 20 22:04:04.253 INFO O| Dec 20 22:04:04.253 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9198 | 2024-12-20T22:04:06.502Z | [ host-image] Dec 20 22:04:04.270 INFO O| Dec 20 22:04:04.270 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9199 | 2024-12-20T22:04:06.502Z | [ host-image] Dec 20 22:04:04.270 INFO O| Dec 20 22:04:04.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9200 | 2024-12-20T22:04:06.509Z | [ host-image] Dec 20 22:04:04.270 INFO O| Dec 20 22:04:04.270 INFO STEP 16 (ensure_dir) COMPLETE |
9201 | 2024-12-20T22:04:06.509Z | [ host-image] Dec 20 22:04:04.270 INFO O| Dec 20 22:04:04.270 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9202 | 2024-12-20T22:04:06.521Z | [ host-image] Dec 20 22:04:04.288 INFO O| Dec 20 22:04:04.288 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9203 | 2024-12-20T22:04:06.521Z | [ host-image] Dec 20 22:04:04.288 INFO O| Dec 20 22:04:04.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9204 | 2024-12-20T22:04:06.521Z | [ host-image] Dec 20 22:04:04.288 INFO O| Dec 20 22:04:04.288 INFO STEP 17 (ensure_dir) COMPLETE |
9205 | 2024-12-20T22:04:06.528Z | [ host-image] Dec 20 22:04:04.288 INFO O| Dec 20 22:04:04.288 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9206 | 2024-12-20T22:04:06.537Z | [ host-image] Dec 20 22:04:04.305 INFO O| Dec 20 22:04:04.305 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9207 | 2024-12-20T22:04:06.537Z | [ host-image] Dec 20 22:04:04.305 INFO O| Dec 20 22:04:04.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9208 | 2024-12-20T22:04:06.543Z | [ host-image] Dec 20 22:04:04.305 INFO O| Dec 20 22:04:04.305 INFO ok! |
9209 | 2024-12-20T22:04:06.543Z | [ host-image] Dec 20 22:04:04.305 INFO O| Dec 20 22:04:04.305 INFO STEP 18 (ensure_symlink) COMPLETE |
9210 | 2024-12-20T22:04:06.543Z | [ host-image] Dec 20 22:04:04.305 INFO O| Dec 20 22:04:04.305 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9211 | 2024-12-20T22:04:06.554Z | [ host-image] Dec 20 22:04:04.322 INFO O| Dec 20 22:04:04.322 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9212 | 2024-12-20T22:04:06.570Z | [ host-image] Dec 20 22:04:04.322 INFO O| Dec 20 22:04:04.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9213 | 2024-12-20T22:04:06.571Z | [ host-image] Dec 20 22:04:04.322 INFO O| Dec 20 22:04:04.322 INFO ok! |
9214 | 2024-12-20T22:04:06.571Z | [ host-image] Dec 20 22:04:04.322 INFO O| Dec 20 22:04:04.322 INFO STEP 19 (ensure_file) COMPLETE |
9215 | 2024-12-20T22:04:06.571Z | [ host-image] Dec 20 22:04:04.322 INFO O| Dec 20 22:04:04.322 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9216 | 2024-12-20T22:04:06.580Z | [ host-image] Dec 20 22:04:04.340 INFO O| Dec 20 22:04:04.340 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9217 | 2024-12-20T22:04:06.580Z | [ host-image] Dec 20 22:04:04.340 INFO O| Dec 20 22:04:04.340 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9218 | 2024-12-20T22:04:06.580Z | [ host-image] Dec 20 22:04:04.340 INFO O| Dec 20 22:04:04.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9219 | 2024-12-20T22:04:06.580Z | [ host-image] Dec 20 22:04:04.340 INFO O| Dec 20 22:04:04.340 INFO ok! |
9220 | 2024-12-20T22:04:06.580Z | [ host-image] Dec 20 22:04:04.340 INFO O| Dec 20 22:04:04.340 INFO STEP 20 (ensure_symlink) COMPLETE |
9221 | 2024-12-20T22:04:06.580Z | [ host-image] Dec 20 22:04:04.340 INFO O| Dec 20 22:04:04.340 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9222 | 2024-12-20T22:04:06.590Z | [ host-image] Dec 20 22:04:04.358 INFO O| Dec 20 22:04:04.358 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9223 | 2024-12-20T22:04:06.590Z | [ host-image] Dec 20 22:04:04.358 INFO O| Dec 20 22:04:04.358 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9224 | 2024-12-20T22:04:06.598Z | [ host-image] Dec 20 22:04:04.358 INFO O| Dec 20 22:04:04.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9225 | 2024-12-20T22:04:06.598Z | [ host-image] Dec 20 22:04:04.358 INFO O| Dec 20 22:04:04.358 INFO ok! |
9226 | 2024-12-20T22:04:06.598Z | [ host-image] Dec 20 22:04:04.358 INFO O| Dec 20 22:04:04.358 INFO STEP 21 (ensure_symlink) COMPLETE |
9227 | 2024-12-20T22:04:06.598Z | [ host-image] Dec 20 22:04:04.358 INFO O| Dec 20 22:04:04.358 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9228 | 2024-12-20T22:04:06.627Z | [ host-image] Dec 20 22:04:04.395 INFO O| Dec 20 22:04:04.395 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9229 | 2024-12-20T22:04:06.633Z | [ host-image] Dec 20 22:04:04.395 INFO O| Dec 20 22:04:04.395 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9230 | 2024-12-20T22:04:06.633Z | [ host-image] Dec 20 22:04:04.395 INFO O| Dec 20 22:04:04.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9231 | 2024-12-20T22:04:06.633Z | [ host-image] Dec 20 22:04:04.395 INFO O| Dec 20 22:04:04.395 INFO ok! |
9232 | 2024-12-20T22:04:06.634Z | [ host-image] Dec 20 22:04:04.395 INFO O| Dec 20 22:04:04.395 INFO STEP 22 (ensure_symlink) COMPLETE |
9233 | 2024-12-20T22:04:06.634Z | [ host-image] Dec 20 22:04:04.395 INFO O| Dec 20 22:04:04.395 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9234 | 2024-12-20T22:04:06.645Z | [ host-image] Dec 20 22:04:04.413 INFO O| Dec 20 22:04:04.413 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9235 | 2024-12-20T22:04:06.645Z | [ host-image] Dec 20 22:04:04.413 INFO O| Dec 20 22:04:04.413 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9236 | 2024-12-20T22:04:06.655Z | [ host-image] Dec 20 22:04:04.413 INFO O| Dec 20 22:04:04.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9237 | 2024-12-20T22:04:06.655Z | [ host-image] Dec 20 22:04:04.413 INFO O| Dec 20 22:04:04.413 INFO ok! |
9238 | 2024-12-20T22:04:06.655Z | [ host-image] Dec 20 22:04:04.413 INFO O| Dec 20 22:04:04.413 INFO STEP 23 (ensure_symlink) COMPLETE |
9239 | 2024-12-20T22:04:06.655Z | [ host-image] Dec 20 22:04:04.413 INFO O| Dec 20 22:04:04.413 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9240 | 2024-12-20T22:04:06.664Z | [ host-image] Dec 20 22:04:04.432 INFO O| Dec 20 22:04:04.432 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9241 | 2024-12-20T22:04:06.671Z | [ host-image] Dec 20 22:04:04.432 INFO O| Dec 20 22:04:04.432 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9242 | 2024-12-20T22:04:06.671Z | [ host-image] Dec 20 22:04:04.433 INFO O| Dec 20 22:04:04.433 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9243 | 2024-12-20T22:04:06.671Z | [ host-image] Dec 20 22:04:04.433 INFO O| Dec 20 22:04:04.433 INFO ok! |
9244 | 2024-12-20T22:04:06.672Z | [ host-image] Dec 20 22:04:04.433 INFO O| Dec 20 22:04:04.433 INFO STEP 24 (ensure_file) COMPLETE |
9245 | 2024-12-20T22:04:06.672Z | [ host-image] Dec 20 22:04:04.433 INFO O| Dec 20 22:04:04.433 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9246 | 2024-12-20T22:04:06.686Z | [ host-image] Dec 20 22:04:04.450 INFO O| Dec 20 22:04:04.450 INFO updating shadow file |
9247 | 2024-12-20T22:04:06.686Z | [ host-image] Dec 20 22:04:04.451 INFO O| Dec 20 22:04:04.451 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9248 | 2024-12-20T22:04:06.686Z | [ host-image] Dec 20 22:04:04.451 INFO O| Dec 20 22:04:04.451 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9249 | 2024-12-20T22:04:06.686Z | [ host-image] Dec 20 22:04:04.451 INFO O| Dec 20 22:04:04.451 INFO STEP 25 (shadow) COMPLETE |
9250 | 2024-12-20T22:04:06.686Z | [ host-image] Dec 20 22:04:04.451 INFO O| Dec 20 22:04:04.451 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9251 | 2024-12-20T22:04:06.704Z | [ host-image] Dec 20 22:04:04.469 INFO O| Dec 20 22:04:04.469 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9252 | 2024-12-20T22:04:06.704Z | [ host-image] Dec 20 22:04:04.469 INFO O| Dec 20 22:04:04.469 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9253 | 2024-12-20T22:04:06.704Z | [ host-image] Dec 20 22:04:04.469 INFO O| Dec 20 22:04:04.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9254 | 2024-12-20T22:04:06.714Z | [ host-image] Dec 20 22:04:04.469 INFO O| Dec 20 22:04:04.469 INFO ok! |
9255 | 2024-12-20T22:04:06.714Z | [ host-image] Dec 20 22:04:04.469 INFO O| Dec 20 22:04:04.469 INFO STEP 26 (ensure_file) COMPLETE |
9256 | 2024-12-20T22:04:06.714Z | [ host-image] Dec 20 22:04:04.469 INFO O| Dec 20 22:04:04.469 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9257 | 2024-12-20T22:04:06.726Z | [ host-image] Dec 20 22:04:04.488 INFO O| Dec 20 22:04:04.488 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9258 | 2024-12-20T22:04:06.726Z | [ host-image] Dec 20 22:04:04.488 INFO O| Dec 20 22:04:04.488 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9259 | 2024-12-20T22:04:06.726Z | [ host-image] Dec 20 22:04:04.488 INFO O| Dec 20 22:04:04.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9260 | 2024-12-20T22:04:06.726Z | [ host-image] Dec 20 22:04:04.488 INFO O| Dec 20 22:04:04.488 INFO ok! |
9261 | 2024-12-20T22:04:06.726Z | [ host-image] Dec 20 22:04:04.488 INFO O| Dec 20 22:04:04.488 INFO STEP 27 (ensure_file) COMPLETE |
9262 | 2024-12-20T22:04:06.726Z | [ host-image] Dec 20 22:04:04.488 INFO O| Dec 20 22:04:04.488 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9263 | 2024-12-20T22:04:06.737Z | [ host-image] Dec 20 22:04:04.506 INFO O| Dec 20 22:04:04.506 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9264 | 2024-12-20T22:04:06.746Z | [ host-image] Dec 20 22:04:04.506 INFO O| Dec 20 22:04:04.506 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9265 | 2024-12-20T22:04:06.746Z | [ host-image] Dec 20 22:04:04.506 INFO O| Dec 20 22:04:04.506 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9266 | 2024-12-20T22:04:06.746Z | [ host-image] Dec 20 22:04:04.506 INFO O| Dec 20 22:04:04.506 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9267 | 2024-12-20T22:04:06.746Z | [ host-image] Dec 20 22:04:04.506 INFO O| Dec 20 22:04:04.506 INFO ok! |
9268 | 2024-12-20T22:04:06.746Z | [ host-image] Dec 20 22:04:04.506 INFO O| Dec 20 22:04:04.506 INFO STEP 28 (ensure_file) COMPLETE |
9269 | 2024-12-20T22:04:06.746Z | [ host-image] Dec 20 22:04:04.506 INFO O| Dec 20 22:04:04.506 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9270 | 2024-12-20T22:04:06.769Z | [ host-image] Dec 20 22:04:04.536 INFO O| Dec 20 22:04:04.536 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9271 | 2024-12-20T22:04:06.769Z | [ host-image] Dec 20 22:04:04.536 INFO O| Dec 20 22:04:04.536 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9272 | 2024-12-20T22:04:06.769Z | [ host-image] Dec 20 22:04:04.536 INFO O| Dec 20 22:04:04.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9273 | 2024-12-20T22:04:06.769Z | [ host-image] Dec 20 22:04:04.537 INFO O| Dec 20 22:04:04.536 INFO ok! |
9274 | 2024-12-20T22:04:06.769Z | [ host-image] Dec 20 22:04:04.537 INFO O| Dec 20 22:04:04.537 INFO STEP 29 (ensure_file) COMPLETE |
9275 | 2024-12-20T22:04:06.769Z | [ host-image] Dec 20 22:04:04.537 INFO O| Dec 20 22:04:04.537 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9276 | 2024-12-20T22:04:06.828Z | [ host-image] Dec 20 22:04:04.596 INFO O| Dec 20 22:04:04.596 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9277 | 2024-12-20T22:04:06.828Z | [ host-image] Dec 20 22:04:04.596 INFO O| Dec 20 22:04:04.596 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9278 | 2024-12-20T22:04:06.828Z | [ host-image] Dec 20 22:04:04.596 INFO O| Dec 20 22:04:04.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9279 | 2024-12-20T22:04:06.837Z | [ host-image] Dec 20 22:04:04.596 INFO O| Dec 20 22:04:04.596 INFO ok! |
9280 | 2024-12-20T22:04:06.837Z | [ host-image] Dec 20 22:04:04.596 INFO O| Dec 20 22:04:04.596 INFO STEP 30 (ensure_file) COMPLETE |
9281 | 2024-12-20T22:04:06.837Z | [ host-image] Dec 20 22:04:04.596 INFO O| Dec 20 22:04:04.596 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9282 | 2024-12-20T22:04:06.847Z | [ host-image] Dec 20 22:04:04.616 INFO O| Dec 20 22:04:04.616 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9283 | 2024-12-20T22:04:06.848Z | [ host-image] Dec 20 22:04:04.616 INFO O| Dec 20 22:04:04.616 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9284 | 2024-12-20T22:04:06.856Z | [ host-image] Dec 20 22:04:04.616 INFO O| Dec 20 22:04:04.616 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9285 | 2024-12-20T22:04:06.856Z | [ host-image] Dec 20 22:04:04.616 INFO O| Dec 20 22:04:04.616 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9286 | 2024-12-20T22:04:06.856Z | [ host-image] Dec 20 22:04:04.616 INFO O| Dec 20 22:04:04.616 INFO ok! |
9287 | 2024-12-20T22:04:06.856Z | [ host-image] Dec 20 22:04:04.616 INFO O| Dec 20 22:04:04.616 INFO STEP 31 (ensure_file) COMPLETE |
9288 | 2024-12-20T22:04:06.856Z | [ host-image] Dec 20 22:04:04.616 INFO O| Dec 20 22:04:04.616 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9289 | 2024-12-20T22:04:06.866Z | [ host-image] Dec 20 22:04:04.634 INFO O| Dec 20 22:04:04.634 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9290 | 2024-12-20T22:04:06.866Z | [ host-image] Dec 20 22:04:04.634 INFO O| Dec 20 22:04:04.634 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9291 | 2024-12-20T22:04:06.866Z | [ host-image] Dec 20 22:04:04.634 INFO O| Dec 20 22:04:04.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9292 | 2024-12-20T22:04:06.873Z | [ host-image] Dec 20 22:04:04.634 INFO O| Dec 20 22:04:04.634 INFO ok! |
9293 | 2024-12-20T22:04:06.873Z | [ host-image] Dec 20 22:04:04.634 INFO O| Dec 20 22:04:04.634 INFO STEP 32 (ensure_file) COMPLETE |
9294 | 2024-12-20T22:04:06.873Z | [ host-image] Dec 20 22:04:04.634 INFO O| Dec 20 22:04:04.634 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9295 | 2024-12-20T22:04:06.885Z | [ host-image] Dec 20 22:04:04.653 INFO O| Dec 20 22:04:04.653 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9296 | 2024-12-20T22:04:06.885Z | [ host-image] Dec 20 22:04:04.653 INFO O| Dec 20 22:04:04.653 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9297 | 2024-12-20T22:04:06.904Z | [ host-image] Dec 20 22:04:04.653 INFO O| Dec 20 22:04:04.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9298 | 2024-12-20T22:04:06.904Z | [ host-image] Dec 20 22:04:04.653 INFO O| Dec 20 22:04:04.653 INFO ok! |
9299 | 2024-12-20T22:04:06.904Z | [ host-image] Dec 20 22:04:04.654 INFO O| Dec 20 22:04:04.653 INFO STEP 33 (ensure_file) COMPLETE |
9300 | 2024-12-20T22:04:06.904Z | [ host-image] Dec 20 22:04:04.654 INFO O| Dec 20 22:04:04.654 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9301 | 2024-12-20T22:04:06.915Z | [ host-image] Dec 20 22:04:04.673 INFO O| Dec 20 22:04:04.673 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9302 | 2024-12-20T22:04:06.915Z | [ host-image] Dec 20 22:04:04.673 INFO O| Dec 20 22:04:04.673 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9303 | 2024-12-20T22:04:06.915Z | [ host-image] Dec 20 22:04:04.673 INFO O| Dec 20 22:04:04.673 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9304 | 2024-12-20T22:04:06.915Z | [ host-image] Dec 20 22:04:04.673 INFO O| Dec 20 22:04:04.673 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9305 | 2024-12-20T22:04:06.915Z | [ host-image] Dec 20 22:04:04.673 INFO O| Dec 20 22:04:04.673 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9306 | 2024-12-20T22:04:06.915Z | [ host-image] Dec 20 22:04:04.673 INFO O| Dec 20 22:04:04.673 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9307 | 2024-12-20T22:04:06.915Z | [ host-image] Dec 20 22:04:04.673 INFO O| Dec 20 22:04:04.673 INFO ok! |
9308 | 2024-12-20T22:04:06.916Z | [ host-image] Dec 20 22:04:04.673 INFO O| Dec 20 22:04:04.673 INFO STEP 34 (ensure_file) COMPLETE |
9309 | 2024-12-20T22:04:06.916Z | [ host-image] Dec 20 22:04:04.673 INFO O| Dec 20 22:04:04.673 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9310 | 2024-12-20T22:04:06.925Z | [ host-image] Dec 20 22:04:04.693 INFO O| Dec 20 22:04:04.693 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9311 | 2024-12-20T22:04:06.932Z | [ host-image] Dec 20 22:04:04.693 INFO O| Dec 20 22:04:04.693 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9312 | 2024-12-20T22:04:06.932Z | [ host-image] Dec 20 22:04:04.693 INFO O| Dec 20 22:04:04.693 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9313 | 2024-12-20T22:04:06.932Z | [ host-image] Dec 20 22:04:04.693 INFO O| Dec 20 22:04:04.693 INFO STEP 35 (ensure_dir) COMPLETE |
9314 | 2024-12-20T22:04:06.932Z | [ host-image] Dec 20 22:04:04.693 INFO O| Dec 20 22:04:04.693 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9315 | 2024-12-20T22:04:06.954Z | [ host-image] Dec 20 22:04:04.721 INFO O| Dec 20 22:04:04.720 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 |
9316 | 2024-12-20T22:04:06.954Z | [ host-image] Dec 20 22:04:04.721 INFO O| Dec 20 22:04:04.721 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 ... |
9317 | 2024-12-20T22:04:06.961Z | [ host-image] Dec 20 22:04:04.721 INFO O| Dec 20 22:04:04.721 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 |
9318 | 2024-12-20T22:04:06.961Z | [ host-image] Dec 20 22:04:04.721 INFO O| Dec 20 22:04:04.721 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 |
9319 | 2024-12-20T22:04:06.961Z | [ host-image] Dec 20 22:04:04.721 INFO O| Dec 20 22:04:04.721 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 |
9320 | 2024-12-20T22:04:06.961Z | [ host-image] Dec 20 22:04:04.721 INFO O| Dec 20 22:04:04.721 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 |
9321 | 2024-12-20T22:04:06.961Z | [ host-image] Dec 20 22:04:04.721 INFO O| Dec 20 22:04:04.721 INFO ok! |
9322 | 2024-12-20T22:04:06.961Z | [ host-image] Dec 20 22:04:04.721 INFO O| Dec 20 22:04:04.721 INFO STEP 36 (ensure_file) COMPLETE |
9323 | 2024-12-20T22:04:06.961Z | [ host-image] Dec 20 22:04:04.721 INFO O| Dec 20 22:04:04.721 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9324 | 2024-12-20T22:04:06.975Z | [ host-image] Dec 20 22:04:04.741 INFO O| Dec 20 22:04:04.740 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9325 | 2024-12-20T22:04:06.975Z | [ host-image] Dec 20 22:04:04.741 INFO O| Dec 20 22:04:04.741 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 ... |
9326 | 2024-12-20T22:04:06.976Z | [ host-image] Dec 20 22:04:04.741 INFO O| Dec 20 22:04:04.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9327 | 2024-12-20T22:04:06.976Z | [ host-image] Dec 20 22:04:04.741 INFO O| Dec 20 22:04:04.741 INFO ok! |
9328 | 2024-12-20T22:04:06.976Z | [ host-image] Dec 20 22:04:04.741 INFO O| Dec 20 22:04:04.741 INFO STEP 37 (ensure_symlink) COMPLETE |
9329 | 2024-12-20T22:04:06.976Z | [ host-image] Dec 20 22:04:04.741 INFO O| Dec 20 22:04:04.741 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9330 | 2024-12-20T22:04:07.013Z | [ host-image] Dec 20 22:04:04.775 INFO O| Dec 20 22:04:04.775 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9331 | 2024-12-20T22:04:07.013Z | [ host-image] Dec 20 22:04:04.775 INFO O| Dec 20 22:04:04.775 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9332 | 2024-12-20T22:04:07.013Z | [ host-image] Dec 20 22:04:04.775 INFO O| Dec 20 22:04:04.775 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9333 | 2024-12-20T22:04:07.026Z | [ host-image] Dec 20 22:04:04.775 INFO O| Dec 20 22:04:04.775 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9334 | 2024-12-20T22:04:07.026Z | [ host-image] Dec 20 22:04:04.775 INFO O| Dec 20 22:04:04.775 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9335 | 2024-12-20T22:04:07.026Z | [ host-image] Dec 20 22:04:04.775 INFO O| Dec 20 22:04:04.775 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9336 | 2024-12-20T22:04:07.026Z | [ host-image] Dec 20 22:04:04.776 INFO O| Dec 20 22:04:04.775 INFO ok! |
9337 | 2024-12-20T22:04:07.026Z | [ host-image] Dec 20 22:04:04.776 INFO O| Dec 20 22:04:04.776 INFO STEP 38 (ensure_file) COMPLETE |
9338 | 2024-12-20T22:04:07.026Z | [ host-image] Dec 20 22:04:04.776 INFO O| Dec 20 22:04:04.776 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9339 | 2024-12-20T22:04:07.026Z | [ host-image] Dec 20 22:04:04.794 INFO O| Dec 20 22:04:04.794 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9340 | 2024-12-20T22:04:07.026Z | [ host-image] Dec 20 22:04:04.794 INFO O| Dec 20 22:04:04.794 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 ... |
9341 | 2024-12-20T22:04:07.033Z | [ host-image] Dec 20 22:04:04.794 INFO O| Dec 20 22:04:04.794 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 |
9342 | 2024-12-20T22:04:07.033Z | [ host-image] Dec 20 22:04:04.794 INFO O| Dec 20 22:04:04.794 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9343 | 2024-12-20T22:04:07.033Z | [ host-image] Dec 20 22:04:04.794 INFO O| Dec 20 22:04:04.794 INFO ok! |
9344 | 2024-12-20T22:04:07.033Z | [ host-image] Dec 20 22:04:04.794 INFO O| Dec 20 22:04:04.794 INFO STEP 39 (ensure_file) COMPLETE |
9345 | 2024-12-20T22:04:07.033Z | [ host-image] Dec 20 22:04:04.794 INFO O| Dec 20 22:04:04.794 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9346 | 2024-12-20T22:04:07.044Z | [ host-image] Dec 20 22:04:04.812 INFO O| Dec 20 22:04:04.812 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9347 | 2024-12-20T22:04:07.044Z | [ host-image] Dec 20 22:04:04.812 INFO O| Dec 20 22:04:04.812 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9348 | 2024-12-20T22:04:07.044Z | [ host-image] Dec 20 22:04:04.812 INFO O| Dec 20 22:04:04.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9349 | 2024-12-20T22:04:07.051Z | [ host-image] Dec 20 22:04:04.812 INFO O| Dec 20 22:04:04.812 INFO ok! |
9350 | 2024-12-20T22:04:07.052Z | [ host-image] Dec 20 22:04:04.812 INFO O| Dec 20 22:04:04.812 INFO STEP 40 (ensure_file) COMPLETE |
9351 | 2024-12-20T22:04:07.052Z | [ host-image] Dec 20 22:04:04.812 INFO O| Dec 20 22:04:04.812 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9352 | 2024-12-20T22:04:07.063Z | [ host-image] Dec 20 22:04:04.831 INFO O| Dec 20 22:04:04.831 INFO updating shadow file |
9353 | 2024-12-20T22:04:07.074Z | [ host-image] Dec 20 22:04:04.831 INFO O| Dec 20 22:04:04.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9354 | 2024-12-20T22:04:07.074Z | [ host-image] Dec 20 22:04:04.831 INFO O| Dec 20 22:04:04.831 INFO STEP 41 (shadow) COMPLETE |
9355 | 2024-12-20T22:04:07.074Z | [ host-image] Dec 20 22:04:04.831 INFO O| Dec 20 22:04:04.831 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9356 | 2024-12-20T22:04:07.093Z | [ host-image] Dec 20 22:04:04.851 INFO O| Dec 20 22:04:04.851 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9357 | 2024-12-20T22:04:07.093Z | [ host-image] Dec 20 22:04:04.851 INFO O| Dec 20 22:04:04.851 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9358 | 2024-12-20T22:04:07.093Z | [ host-image] Dec 20 22:04:04.851 INFO O| Dec 20 22:04:04.851 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9359 | 2024-12-20T22:04:07.093Z | [ host-image] Dec 20 22:04:04.851 INFO O| Dec 20 22:04:04.851 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9360 | 2024-12-20T22:04:07.093Z | [ host-image] Dec 20 22:04:04.851 INFO O| Dec 20 22:04:04.851 INFO ok! |
9361 | 2024-12-20T22:04:07.093Z | [ host-image] Dec 20 22:04:04.851 INFO O| Dec 20 22:04:04.851 INFO STEP 42 (ensure_file) COMPLETE |
9362 | 2024-12-20T22:04:07.093Z | [ host-image] Dec 20 22:04:04.851 INFO O| Dec 20 22:04:04.851 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9363 | 2024-12-20T22:04:07.093Z | [ host-image] Dec 20 22:04:04.851 INFO O| Dec 20 22:04:04.851 INFO skip step because feature "mfg" is not enabled |
9364 | 2024-12-20T22:04:07.103Z | [ host-image] Dec 20 22:04:04.852 INFO O| Dec 20 22:04:04.851 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9365 | 2024-12-20T22:04:07.103Z | [ host-image] Dec 20 22:04:04.852 INFO O| Dec 20 22:04:04.852 INFO skip step because feature "mfg" is not enabled |
9366 | 2024-12-20T22:04:07.103Z | [ host-image] Dec 20 22:04:04.852 INFO O| Dec 20 22:04:04.852 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9367 | 2024-12-20T22:04:07.103Z | [ host-image] Dec 20 22:04:04.871 INFO O| Dec 20 22:04:04.871 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9368 | 2024-12-20T22:04:07.103Z | [ host-image] Dec 20 22:04:04.871 INFO O| Dec 20 22:04:04.871 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9369 | 2024-12-20T22:04:07.934Z | [ host-image] Dec 20 22:04:05.702 INFO O| Dec 20 22:04:05.702 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9370 | 2024-12-20T22:04:07.935Z | [ host-image] Dec 20 22:04:05.702 INFO O| Dec 20 22:04:05.702 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9371 | 2024-12-20T22:04:07.935Z | [ host-image] Dec 20 22:04:05.702 INFO O| Dec 20 22:04:05.702 INFO ok! |
9372 | 2024-12-20T22:04:07.941Z | [ host-image] Dec 20 22:04:05.702 INFO O| Dec 20 22:04:05.702 INFO STEP 45 (ensure_file) COMPLETE |
9373 | 2024-12-20T22:04:07.942Z | [ host-image] Dec 20 22:04:05.702 INFO O| Dec 20 22:04:05.702 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9374 | 2024-12-20T22:04:07.953Z | [ host-image] Dec 20 22:04:05.721 INFO O| Dec 20 22:04:05.721 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9375 | 2024-12-20T22:04:07.953Z | [ host-image] Dec 20 22:04:05.721 INFO O| Dec 20 22:04:05.721 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9376 | 2024-12-20T22:04:07.962Z | [ host-image] Dec 20 22:04:05.721 INFO O| Dec 20 22:04:05.721 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9377 | 2024-12-20T22:04:07.962Z | [ host-image] Dec 20 22:04:05.721 INFO O| Dec 20 22:04:05.721 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9378 | 2024-12-20T22:04:07.962Z | [ host-image] Dec 20 22:04:05.721 INFO O| Dec 20 22:04:05.721 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9379 | 2024-12-20T22:04:07.962Z | [ host-image] Dec 20 22:04:05.722 INFO O| Dec 20 22:04:05.721 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9380 | 2024-12-20T22:04:07.962Z | [ host-image] Dec 20 22:04:05.722 INFO O| Dec 20 22:04:05.722 INFO ok! |
9381 | 2024-12-20T22:04:07.962Z | [ host-image] Dec 20 22:04:05.722 INFO O| Dec 20 22:04:05.722 INFO STEP 46 (ensure_file) COMPLETE |
9382 | 2024-12-20T22:04:07.962Z | [ host-image] Dec 20 22:04:05.722 INFO O| Dec 20 22:04:05.722 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9383 | 2024-12-20T22:04:07.982Z | [ host-image] Dec 20 22:04:05.750 INFO O| Dec 20 22:04:05.749 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9384 | 2024-12-20T22:04:08.002Z | [ host-image] Dec 20 22:04:05.750 INFO O| Dec 20 22:04:05.750 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 ... |
9385 | 2024-12-20T22:04:08.002Z | [ host-image] Dec 20 22:04:05.750 INFO O| Dec 20 22:04:05.750 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 |
9386 | 2024-12-20T22:04:08.002Z | [ host-image] Dec 20 22:04:05.750 INFO O| Dec 20 22:04:05.750 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9387 | 2024-12-20T22:04:08.002Z | [ host-image] Dec 20 22:04:05.750 INFO O| Dec 20 22:04:05.750 INFO ok! |
9388 | 2024-12-20T22:04:08.002Z | [ host-image] Dec 20 22:04:05.750 INFO O| Dec 20 22:04:05.750 INFO STEP 47 (ensure_file) COMPLETE |
9389 | 2024-12-20T22:04:08.002Z | [ host-image] Dec 20 22:04:05.751 INFO O| Dec 20 22:04:05.751 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9390 | 2024-12-20T22:04:08.013Z | [ host-image] Dec 20 22:04:05.770 INFO O| Dec 20 22:04:05.770 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9391 | 2024-12-20T22:04:08.013Z | [ host-image] Dec 20 22:04:05.770 INFO O| Dec 20 22:04:05.770 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9392 | 2024-12-20T22:04:08.013Z | [ host-image] Dec 20 22:04:05.770 INFO O| Dec 20 22:04:05.770 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9393 | 2024-12-20T22:04:08.013Z | [ host-image] Dec 20 22:04:05.770 INFO O| Dec 20 22:04:05.770 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9394 | 2024-12-20T22:04:08.013Z | [ host-image] Dec 20 22:04:05.770 INFO O| Dec 20 22:04:05.770 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9395 | 2024-12-20T22:04:08.013Z | [ host-image] Dec 20 22:04:05.771 INFO O| Dec 20 22:04:05.771 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9396 | 2024-12-20T22:04:08.013Z | [ host-image] Dec 20 22:04:05.771 INFO O| Dec 20 22:04:05.771 INFO ok! |
9397 | 2024-12-20T22:04:08.013Z | [ host-image] Dec 20 22:04:05.771 INFO O| Dec 20 22:04:05.771 INFO STEP 48 (ensure_file) COMPLETE |
9398 | 2024-12-20T22:04:08.013Z | [ host-image] Dec 20 22:04:05.771 INFO O| Dec 20 22:04:05.771 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9399 | 2024-12-20T22:04:08.022Z | [ host-image] Dec 20 22:04:05.790 INFO O| Dec 20 22:04:05.790 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9400 | 2024-12-20T22:04:08.022Z | [ host-image] Dec 20 22:04:05.790 INFO O| Dec 20 22:04:05.790 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 ... |
9401 | 2024-12-20T22:04:08.031Z | [ host-image] Dec 20 22:04:05.790 INFO O| Dec 20 22:04:05.790 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 |
9402 | 2024-12-20T22:04:08.031Z | [ host-image] Dec 20 22:04:05.791 INFO O| Dec 20 22:04:05.790 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9403 | 2024-12-20T22:04:08.032Z | [ host-image] Dec 20 22:04:05.791 INFO O| Dec 20 22:04:05.791 INFO ok! |
9404 | 2024-12-20T22:04:08.032Z | [ host-image] Dec 20 22:04:05.791 INFO O| Dec 20 22:04:05.791 INFO STEP 49 (ensure_file) COMPLETE |
9405 | 2024-12-20T22:04:08.032Z | [ host-image] Dec 20 22:04:05.791 INFO O| Dec 20 22:04:05.791 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9406 | 2024-12-20T22:04:08.043Z | [ host-image] Dec 20 22:04:05.810 INFO O| Dec 20 22:04:05.810 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9407 | 2024-12-20T22:04:08.043Z | [ host-image] Dec 20 22:04:05.810 INFO O| Dec 20 22:04:05.810 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9408 | 2024-12-20T22:04:08.043Z | [ host-image] Dec 20 22:04:05.810 INFO O| Dec 20 22:04:05.810 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9409 | 2024-12-20T22:04:08.043Z | [ host-image] Dec 20 22:04:05.810 INFO O| Dec 20 22:04:05.810 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9410 | 2024-12-20T22:04:08.043Z | [ host-image] Dec 20 22:04:05.810 INFO O| Dec 20 22:04:05.810 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9411 | 2024-12-20T22:04:08.043Z | [ host-image] Dec 20 22:04:05.810 INFO O| Dec 20 22:04:05.810 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9412 | 2024-12-20T22:04:08.043Z | [ host-image] Dec 20 22:04:05.810 INFO O| Dec 20 22:04:05.810 INFO ok! |
9413 | 2024-12-20T22:04:08.043Z | [ host-image] Dec 20 22:04:05.810 INFO O| Dec 20 22:04:05.810 INFO STEP 50 (ensure_file) COMPLETE |
9414 | 2024-12-20T22:04:08.051Z | [ host-image] Dec 20 22:04:05.811 INFO O| Dec 20 22:04:05.811 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9415 | 2024-12-20T22:04:08.066Z | [ host-image] Dec 20 22:04:05.829 INFO O| Dec 20 22:04:05.829 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9416 | 2024-12-20T22:04:08.066Z | [ host-image] Dec 20 22:04:05.830 INFO O| Dec 20 22:04:05.829 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 ... |
9417 | 2024-12-20T22:04:08.066Z | [ host-image] Dec 20 22:04:05.830 INFO O| Dec 20 22:04:05.830 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 |
9418 | 2024-12-20T22:04:08.085Z | [ host-image] Dec 20 22:04:05.830 INFO O| Dec 20 22:04:05.830 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9419 | 2024-12-20T22:04:08.085Z | [ host-image] Dec 20 22:04:05.830 INFO O| Dec 20 22:04:05.830 INFO ok! |
9420 | 2024-12-20T22:04:08.085Z | [ host-image] Dec 20 22:04:05.830 INFO O| Dec 20 22:04:05.830 INFO STEP 51 (ensure_file) COMPLETE |
9421 | 2024-12-20T22:04:08.085Z | [ host-image] Dec 20 22:04:05.830 INFO O| Dec 20 22:04:05.830 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9422 | 2024-12-20T22:04:08.085Z | [ host-image] Dec 20 22:04:05.849 INFO O| Dec 20 22:04:05.849 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9423 | 2024-12-20T22:04:08.085Z | [ host-image] Dec 20 22:04:05.849 INFO O| Dec 20 22:04:05.849 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 ... |
9424 | 2024-12-20T22:04:08.085Z | [ host-image] Dec 20 22:04:05.849 INFO O| Dec 20 22:04:05.849 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 |
9425 | 2024-12-20T22:04:08.085Z | [ host-image] Dec 20 22:04:05.849 INFO O| Dec 20 22:04:05.849 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9426 | 2024-12-20T22:04:08.085Z | [ host-image] Dec 20 22:04:05.849 INFO O| Dec 20 22:04:05.849 INFO ok! |
9427 | 2024-12-20T22:04:08.085Z | [ host-image] Dec 20 22:04:05.849 INFO O| Dec 20 22:04:05.849 INFO STEP 52 (ensure_file) COMPLETE |
9428 | 2024-12-20T22:04:08.085Z | [ host-image] Dec 20 22:04:05.849 INFO O| Dec 20 22:04:05.849 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9429 | 2024-12-20T22:04:08.116Z | [ host-image] Dec 20 22:04:05.884 INFO O| Dec 20 22:04:05.883 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9430 | 2024-12-20T22:04:08.116Z | [ host-image] Dec 20 22:04:05.884 INFO O| Dec 20 22:04:05.883 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 ... |
9431 | 2024-12-20T22:04:08.116Z | [ host-image] Dec 20 22:04:05.884 INFO O| Dec 20 22:04:05.884 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 |
9432 | 2024-12-20T22:04:08.123Z | [ host-image] Dec 20 22:04:05.884 INFO O| Dec 20 22:04:05.884 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9433 | 2024-12-20T22:04:08.123Z | [ host-image] Dec 20 22:04:05.884 INFO O| Dec 20 22:04:05.884 INFO ok! |
9434 | 2024-12-20T22:04:08.123Z | [ host-image] Dec 20 22:04:05.884 INFO O| Dec 20 22:04:05.884 INFO STEP 53 (ensure_file) COMPLETE |
9435 | 2024-12-20T22:04:08.124Z | [ host-image] Dec 20 22:04:05.884 INFO O| Dec 20 22:04:05.884 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9436 | 2024-12-20T22:04:08.136Z | [ host-image] Dec 20 22:04:05.904 INFO O| Dec 20 22:04:05.904 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9437 | 2024-12-20T22:04:08.136Z | [ host-image] Dec 20 22:04:05.904 INFO O| Dec 20 22:04:05.904 INFO STEP 54 (ensure_dir) COMPLETE |
9438 | 2024-12-20T22:04:08.144Z | [ host-image] Dec 20 22:04:05.904 INFO O| Dec 20 22:04:05.904 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9439 | 2024-12-20T22:04:08.170Z | [ host-image] Dec 20 22:04:05.936 INFO O| Dec 20 22:04:05.936 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9440 | 2024-12-20T22:04:08.170Z | [ host-image] Dec 20 22:04:05.936 INFO O| Dec 20 22:04:05.936 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9441 | 2024-12-20T22:04:08.170Z | [ host-image] Dec 20 22:04:05.936 INFO O| Dec 20 22:04:05.936 INFO STEP 55 (ensure_dir) COMPLETE |
9442 | 2024-12-20T22:04:08.170Z | [ host-image] Dec 20 22:04:05.936 INFO O| Dec 20 22:04:05.936 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9443 | 2024-12-20T22:04:08.188Z | [ host-image] Dec 20 22:04:05.956 INFO O| Dec 20 22:04:05.956 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9444 | 2024-12-20T22:04:08.188Z | [ host-image] Dec 20 22:04:05.956 INFO O| Dec 20 22:04:05.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9445 | 2024-12-20T22:04:08.199Z | [ host-image] Dec 20 22:04:05.956 INFO O| Dec 20 22:04:05.956 INFO STEP 56 (ensure_dir) COMPLETE |
9446 | 2024-12-20T22:04:08.199Z | [ host-image] Dec 20 22:04:05.956 INFO O| Dec 20 22:04:05.956 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9447 | 2024-12-20T22:04:08.223Z | [ host-image] Dec 20 22:04:05.988 INFO O| Dec 20 22:04:05.988 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9448 | 2024-12-20T22:04:08.223Z | [ host-image] Dec 20 22:04:05.988 INFO O| Dec 20 22:04:05.988 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9449 | 2024-12-20T22:04:08.249Z | [ host-image] Dec 20 22:04:06.014 INFO O| Dec 20 22:04:06.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9450 | 2024-12-20T22:04:08.249Z | [ host-image] Dec 20 22:04:06.014 INFO O| Dec 20 22:04:06.014 INFO ok! |
9451 | 2024-12-20T22:04:08.249Z | [ host-image] Dec 20 22:04:06.014 INFO O| Dec 20 22:04:06.014 INFO STEP 57 (ensure_file) COMPLETE |
9452 | 2024-12-20T22:04:08.256Z | [ host-image] Dec 20 22:04:06.014 INFO O| Dec 20 22:04:06.014 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9453 | 2024-12-20T22:04:08.269Z | [ host-image] Dec 20 22:04:06.033 INFO O| Dec 20 22:04:06.033 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9454 | 2024-12-20T22:04:08.269Z | [ host-image] Dec 20 22:04:06.033 INFO O| Dec 20 22:04:06.033 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9455 | 2024-12-20T22:04:09.693Z | [ host-image] Dec 20 22:04:07.458 INFO O| Dec 20 22:04:07.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9456 | 2024-12-20T22:04:09.694Z | [ host-image] Dec 20 22:04:07.458 INFO O| Dec 20 22:04:07.458 INFO ok! |
9457 | 2024-12-20T22:04:09.699Z | [ host-image] Dec 20 22:04:07.458 INFO O| Dec 20 22:04:07.458 INFO STEP 58 (ensure_file) COMPLETE |
9458 | 2024-12-20T22:04:09.699Z | [ host-image] Dec 20 22:04:07.458 INFO O| Dec 20 22:04:07.458 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9459 | 2024-12-20T22:04:09.710Z | [ host-image] Dec 20 22:04:07.475 INFO O| Dec 20 22:04:07.475 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9460 | 2024-12-20T22:04:09.710Z | [ host-image] Dec 20 22:04:07.475 INFO O| Dec 20 22:04:07.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9461 | 2024-12-20T22:04:09.710Z | [ host-image] Dec 20 22:04:07.475 INFO O| Dec 20 22:04:07.475 INFO STEP 59 (ensure_dir) COMPLETE |
9462 | 2024-12-20T22:04:09.710Z | [ host-image] Dec 20 22:04:07.475 INFO O| Dec 20 22:04:07.475 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9463 | 2024-12-20T22:04:09.747Z | [ host-image] Dec 20 22:04:07.514 INFO O| Dec 20 22:04:07.514 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9464 | 2024-12-20T22:04:09.747Z | [ host-image] Dec 20 22:04:07.514 INFO O| Dec 20 22:04:07.514 INFO copying /tmp/.tmpUUBaUa/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 ... |
9465 | 2024-12-20T22:04:09.754Z | [ host-image] Dec 20 22:04:07.514 INFO O| Dec 20 22:04:07.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9466 | 2024-12-20T22:04:09.754Z | [ host-image] Dec 20 22:04:07.514 INFO O| Dec 20 22:04:07.514 INFO ok! |
9467 | 2024-12-20T22:04:09.754Z | [ host-image] Dec 20 22:04:07.514 INFO O| Dec 20 22:04:07.514 INFO STEP 60 (ensure_file) COMPLETE |
9468 | 2024-12-20T22:04:09.754Z | [ host-image] Dec 20 22:04:07.514 INFO O| Dec 20 22:04:07.514 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9469 | 2024-12-20T22:04:09.774Z | [ host-image] Dec 20 22:04:07.533 INFO O| Dec 20 22:04:07.533 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9470 | 2024-12-20T22:04:09.774Z | [ host-image] Dec 20 22:04:07.533 INFO O| Dec 20 22:04:07.533 INFO copying /tmp/.tmpUUBaUa/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 ... |
9471 | 2024-12-20T22:04:09.774Z | [ host-image] Dec 20 22:04:07.533 INFO O| Dec 20 22:04:07.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9472 | 2024-12-20T22:04:09.811Z | [ host-image] Dec 20 22:04:07.533 INFO O| Dec 20 22:04:07.533 INFO ok! |
9473 | 2024-12-20T22:04:09.811Z | [ host-image] Dec 20 22:04:07.533 INFO O| Dec 20 22:04:07.533 INFO STEP 61 (ensure_file) COMPLETE |
9474 | 2024-12-20T22:04:09.811Z | [ host-image] Dec 20 22:04:07.533 INFO O| Dec 20 22:04:07.533 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9475 | 2024-12-20T22:04:09.811Z | [ host-image] Dec 20 22:04:07.552 INFO O| Dec 20 22:04:07.552 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9476 | 2024-12-20T22:04:09.811Z | [ host-image] Dec 20 22:04:07.552 INFO O| Dec 20 22:04:07.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9477 | 2024-12-20T22:04:09.811Z | [ host-image] Dec 20 22:04:07.552 INFO O| Dec 20 22:04:07.552 INFO STEP 62 (ensure_dir) COMPLETE |
9478 | 2024-12-20T22:04:09.811Z | [ host-image] Dec 20 22:04:07.552 INFO O| Dec 20 22:04:07.552 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9479 | 2024-12-20T22:04:09.833Z | [ host-image] Dec 20 22:04:07.571 INFO O| Dec 20 22:04:07.571 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9480 | 2024-12-20T22:04:09.833Z | [ host-image] Dec 20 22:04:07.571 INFO O| Dec 20 22:04:07.571 INFO copying /tmp/.tmpUUBaUa/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 ... |
9481 | 2024-12-20T22:04:09.833Z | [ host-image] Dec 20 22:04:07.571 INFO O| Dec 20 22:04:07.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9482 | 2024-12-20T22:04:09.833Z | [ host-image] Dec 20 22:04:07.571 INFO O| Dec 20 22:04:07.571 INFO ok! |
9483 | 2024-12-20T22:04:09.833Z | [ host-image] Dec 20 22:04:07.571 INFO O| Dec 20 22:04:07.571 INFO STEP 63 (ensure_file) COMPLETE |
9484 | 2024-12-20T22:04:09.833Z | [ host-image] Dec 20 22:04:07.571 INFO O| Dec 20 22:04:07.571 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9485 | 2024-12-20T22:04:09.837Z | [ host-image] Dec 20 22:04:07.590 INFO O| Dec 20 22:04:07.590 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9486 | 2024-12-20T22:04:09.838Z | [ host-image] Dec 20 22:04:07.590 INFO O| Dec 20 22:04:07.590 INFO copying /tmp/.tmpUUBaUa/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 ... |
9487 | 2024-12-20T22:04:09.838Z | [ host-image] Dec 20 22:04:07.590 INFO O| Dec 20 22:04:07.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9488 | 2024-12-20T22:04:09.838Z | [ host-image] Dec 20 22:04:07.590 INFO O| Dec 20 22:04:07.590 INFO ok! |
9489 | 2024-12-20T22:04:09.838Z | [ host-image] Dec 20 22:04:07.590 INFO O| Dec 20 22:04:07.590 INFO STEP 64 (ensure_file) COMPLETE |
9490 | 2024-12-20T22:04:09.838Z | [ host-image] Dec 20 22:04:07.590 INFO O| Dec 20 22:04:07.590 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9491 | 2024-12-20T22:04:09.842Z | [ host-image] Dec 20 22:04:07.607 INFO O| Dec 20 22:04:07.607 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9492 | 2024-12-20T22:04:09.842Z | [ host-image] Dec 20 22:04:07.608 INFO O| Dec 20 22:04:07.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9493 | 2024-12-20T22:04:09.842Z | [ host-image] Dec 20 22:04:07.608 INFO O| Dec 20 22:04:07.608 INFO STEP 65 (ensure_dir) COMPLETE |
9494 | 2024-12-20T22:04:09.842Z | [ host-image] Dec 20 22:04:07.608 INFO O| Dec 20 22:04:07.608 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9495 | 2024-12-20T22:04:09.858Z | [ host-image] Dec 20 22:04:07.625 INFO O| Dec 20 22:04:07.625 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9496 | 2024-12-20T22:04:09.858Z | [ host-image] Dec 20 22:04:07.625 INFO O| Dec 20 22:04:07.625 INFO copying /tmp/.tmpUUBaUa/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 ... |
9497 | 2024-12-20T22:04:09.858Z | [ host-image] Dec 20 22:04:07.625 INFO O| Dec 20 22:04:07.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9498 | 2024-12-20T22:04:09.874Z | [ host-image] Dec 20 22:04:07.625 INFO O| Dec 20 22:04:07.625 INFO ok! |
9499 | 2024-12-20T22:04:09.874Z | [ host-image] Dec 20 22:04:07.625 INFO O| Dec 20 22:04:07.625 INFO STEP 66 (ensure_file) COMPLETE |
9500 | 2024-12-20T22:04:09.874Z | [ host-image] Dec 20 22:04:07.625 INFO O| Dec 20 22:04:07.625 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9501 | 2024-12-20T22:04:09.886Z | [ host-image] Dec 20 22:04:07.642 INFO O| Dec 20 22:04:07.642 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9502 | 2024-12-20T22:04:09.886Z | [ host-image] Dec 20 22:04:07.642 INFO O| Dec 20 22:04:07.642 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9503 | 2024-12-20T22:04:09.886Z | [ host-image] Dec 20 22:04:07.642 INFO O| Dec 20 22:04:07.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9504 | 2024-12-20T22:04:09.886Z | [ host-image] Dec 20 22:04:07.642 INFO O| Dec 20 22:04:07.642 INFO ok! |
9505 | 2024-12-20T22:04:09.886Z | [ host-image] Dec 20 22:04:07.642 INFO O| Dec 20 22:04:07.642 INFO STEP 67 (ensure_file) COMPLETE |
9506 | 2024-12-20T22:04:09.886Z | [ host-image] Dec 20 22:04:07.642 INFO O| Dec 20 22:04:07.642 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9507 | 2024-12-20T22:04:09.897Z | [ host-image] Dec 20 22:04:07.661 INFO O| Dec 20 22:04:07.661 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9508 | 2024-12-20T22:04:09.897Z | [ host-image] Dec 20 22:04:07.662 INFO O| Dec 20 22:04:07.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9509 | 2024-12-20T22:04:09.897Z | [ host-image] Dec 20 22:04:07.662 INFO O| Dec 20 22:04:07.662 INFO STEP 68 (ensure_dir) COMPLETE |
9510 | 2024-12-20T22:04:09.897Z | [ host-image] Dec 20 22:04:07.662 INFO O| Dec 20 22:04:07.662 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9511 | 2024-12-20T22:04:09.918Z | [ host-image] Dec 20 22:04:07.680 INFO O| Dec 20 22:04:07.680 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9512 | 2024-12-20T22:04:09.918Z | [ host-image] Dec 20 22:04:07.680 INFO O| Dec 20 22:04:07.680 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9513 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:09.080 INFO O| Dec 20 22:04:09.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9514 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:09.080 INFO O| Dec 20 22:04:09.080 INFO ok! |
9515 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:09.080 INFO O| Dec 20 22:04:09.080 INFO STEP 69 (ensure_file) COMPLETE |
9516 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:09.080 INFO O| Dec 20 22:04:09.080 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9517 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:09.098 INFO O| Dec 20 22:04:09.097 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9518 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:09.098 INFO O| Dec 20 22:04:09.097 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9519 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:11.151 INFO O| Dec 20 22:04:11.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9520 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:11.151 INFO O| Dec 20 22:04:11.151 INFO ok! |
9521 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:11.151 INFO O| Dec 20 22:04:11.151 INFO STEP 70 (ensure_file) COMPLETE |
9522 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:11.151 INFO O| Dec 20 22:04:11.151 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9523 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:11.176 INFO O| Dec 20 22:04:11.176 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9524 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:11.176 INFO O| Dec 20 22:04:11.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9525 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:11.176 INFO O| Dec 20 22:04:11.176 INFO STEP 71 (ensure_dir) COMPLETE |
9526 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:11.176 INFO O| Dec 20 22:04:11.176 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9527 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:11.218 INFO O| Dec 20 22:04:11.218 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9528 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:11.218 INFO O| Dec 20 22:04:11.218 INFO copying /tmp/.tmpUUBaUa/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 ... |
9529 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:11.219 INFO O| Dec 20 22:04:11.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9530 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:11.219 INFO O| Dec 20 22:04:11.219 INFO ok! |
9531 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:11.219 INFO O| Dec 20 22:04:11.219 INFO STEP 72 (ensure_file) COMPLETE |
9532 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:11.219 INFO O| Dec 20 22:04:11.219 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9533 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:11.238 INFO O| Dec 20 22:04:11.238 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9534 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:11.238 INFO O| Dec 20 22:04:11.238 INFO copying /tmp/.tmpUUBaUa/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 ... |
9535 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:11.238 INFO O| Dec 20 22:04:11.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9536 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:11.238 INFO O| Dec 20 22:04:11.238 INFO ok! |
9537 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:11.238 INFO O| Dec 20 22:04:11.238 INFO STEP 73 (ensure_file) COMPLETE |
9538 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:11.239 INFO O| Dec 20 22:04:11.238 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9539 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:11.257 INFO O| Dec 20 22:04:11.257 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9540 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:11.257 INFO O| Dec 20 22:04:11.257 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9541 | 2024-12-20T22:04:13.983Z | [ host-image] Dec 20 22:04:11.257 INFO O| Dec 20 22:04:11.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9542 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.257 INFO O| Dec 20 22:04:11.257 INFO ok! |
9543 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.257 INFO O| Dec 20 22:04:11.257 INFO STEP 74 (ensure_file) COMPLETE |
9544 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.257 INFO O| Dec 20 22:04:11.257 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9545 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.275 INFO O| Dec 20 22:04:11.275 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9546 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.275 INFO O| Dec 20 22:04:11.275 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9547 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.275 INFO O| Dec 20 22:04:11.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9548 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.275 INFO O| Dec 20 22:04:11.275 INFO ok! |
9549 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.275 INFO O| Dec 20 22:04:11.275 INFO STEP 75 (ensure_file) COMPLETE |
9550 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.275 INFO O| Dec 20 22:04:11.275 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9551 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.293 INFO O| Dec 20 22:04:11.293 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9552 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.293 INFO O| Dec 20 22:04:11.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9553 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.293 INFO O| Dec 20 22:04:11.293 INFO STEP 76 (ensure_dir) COMPLETE |
9554 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.293 INFO O| Dec 20 22:04:11.293 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9555 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.312 INFO O| Dec 20 22:04:11.312 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9556 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.312 INFO O| Dec 20 22:04:11.312 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9557 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.316 INFO O| Dec 20 22:04:11.316 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9558 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.316 INFO O| Dec 20 22:04:11.316 INFO ok! |
9559 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.317 INFO O| Dec 20 22:04:11.316 INFO STEP 77 (ensure_file) COMPLETE |
9560 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.317 INFO O| Dec 20 22:04:11.316 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9561 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.341 INFO O| Dec 20 22:04:11.341 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9562 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.341 INFO O| Dec 20 22:04:11.341 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9563 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.342 INFO O| Dec 20 22:04:11.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9564 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.342 INFO O| Dec 20 22:04:11.342 INFO ok! |
9565 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.342 INFO O| Dec 20 22:04:11.342 INFO STEP 78 (ensure_file) COMPLETE |
9566 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.342 INFO O| Dec 20 22:04:11.342 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9567 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.360 INFO O| Dec 20 22:04:11.360 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9568 | 2024-12-20T22:04:13.984Z | [ host-image] Dec 20 22:04:11.360 INFO O| Dec 20 22:04:11.360 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9569 | 2024-12-20T22:04:15.448Z | [ host-image] Dec 20 22:04:13.215 INFO O| Dec 20 22:04:13.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9570 | 2024-12-20T22:04:15.449Z | [ host-image] Dec 20 22:04:13.215 INFO O| Dec 20 22:04:13.214 INFO ok! |
9571 | 2024-12-20T22:04:15.455Z | [ host-image] Dec 20 22:04:13.215 INFO O| Dec 20 22:04:13.215 INFO STEP 79 (ensure_file) COMPLETE |
9572 | 2024-12-20T22:04:15.456Z | [ host-image] Dec 20 22:04:13.215 INFO O| Dec 20 22:04:13.215 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9573 | 2024-12-20T22:04:15.467Z | [ host-image] Dec 20 22:04:13.233 INFO O| Dec 20 22:04:13.233 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9574 | 2024-12-20T22:04:15.467Z | [ host-image] Dec 20 22:04:13.233 INFO O| Dec 20 22:04:13.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9575 | 2024-12-20T22:04:15.467Z | [ host-image] Dec 20 22:04:13.233 INFO O| Dec 20 22:04:13.233 INFO STEP 80 (ensure_dir) COMPLETE |
9576 | 2024-12-20T22:04:15.470Z | [ host-image] Dec 20 22:04:13.233 INFO O| Dec 20 22:04:13.233 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9577 | 2024-12-20T22:04:15.499Z | [ host-image] Dec 20 22:04:13.265 INFO O| Dec 20 22:04:13.265 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9578 | 2024-12-20T22:04:15.499Z | [ host-image] Dec 20 22:04:13.265 INFO O| Dec 20 22:04:13.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9579 | 2024-12-20T22:04:15.504Z | [ host-image] Dec 20 22:04:13.265 INFO O| Dec 20 22:04:13.265 INFO STEP 81 (ensure_dir) COMPLETE |
9580 | 2024-12-20T22:04:15.504Z | [ host-image] Dec 20 22:04:13.265 INFO O| Dec 20 22:04:13.265 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9581 | 2024-12-20T22:04:15.517Z | [ host-image] Dec 20 22:04:13.284 INFO O| Dec 20 22:04:13.284 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9582 | 2024-12-20T22:04:15.517Z | [ host-image] Dec 20 22:04:13.284 INFO O| Dec 20 22:04:13.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9583 | 2024-12-20T22:04:15.518Z | [ host-image] Dec 20 22:04:13.284 INFO O| Dec 20 22:04:13.284 INFO STEP 82 (ensure_dir) COMPLETE |
9584 | 2024-12-20T22:04:15.522Z | [ host-image] Dec 20 22:04:13.284 INFO O| Dec 20 22:04:13.284 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9585 | 2024-12-20T22:04:15.537Z | [ host-image] Dec 20 22:04:13.301 INFO O| Dec 20 22:04:13.301 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9586 | 2024-12-20T22:04:15.537Z | [ host-image] Dec 20 22:04:13.301 INFO O| Dec 20 22:04:13.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9587 | 2024-12-20T22:04:15.537Z | [ host-image] Dec 20 22:04:13.301 INFO O| Dec 20 22:04:13.301 INFO STEP 83 (ensure_dir) COMPLETE |
9588 | 2024-12-20T22:04:15.541Z | [ host-image] Dec 20 22:04:13.301 INFO O| Dec 20 22:04:13.301 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9589 | 2024-12-20T22:04:15.552Z | [ host-image] Dec 20 22:04:13.318 INFO O| Dec 20 22:04:13.318 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9590 | 2024-12-20T22:04:15.552Z | [ host-image] Dec 20 22:04:13.318 INFO O| Dec 20 22:04:13.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9591 | 2024-12-20T22:04:15.555Z | [ host-image] Dec 20 22:04:13.318 INFO O| Dec 20 22:04:13.318 INFO STEP 84 (ensure_dir) COMPLETE |
9592 | 2024-12-20T22:04:15.555Z | [ host-image] Dec 20 22:04:13.318 INFO O| Dec 20 22:04:13.318 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9593 | 2024-12-20T22:04:15.570Z | [ host-image] Dec 20 22:04:13.335 INFO O| Dec 20 22:04:13.335 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9594 | 2024-12-20T22:04:15.570Z | [ host-image] Dec 20 22:04:13.335 INFO O| Dec 20 22:04:13.335 INFO copying /tmp/.tmpUUBaUa/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 ... |
9595 | 2024-12-20T22:04:15.574Z | [ host-image] Dec 20 22:04:13.335 INFO O| Dec 20 22:04:13.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9596 | 2024-12-20T22:04:15.574Z | [ host-image] Dec 20 22:04:13.335 INFO O| Dec 20 22:04:13.335 INFO ok! |
9597 | 2024-12-20T22:04:15.575Z | [ host-image] Dec 20 22:04:13.335 INFO O| Dec 20 22:04:13.335 INFO STEP 85 (ensure_file) COMPLETE |
9598 | 2024-12-20T22:04:15.575Z | [ host-image] Dec 20 22:04:13.335 INFO O| Dec 20 22:04:13.335 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9599 | 2024-12-20T22:04:15.606Z | [ host-image] Dec 20 22:04:13.372 INFO O| Dec 20 22:04:13.372 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9600 | 2024-12-20T22:04:15.606Z | [ host-image] Dec 20 22:04:13.372 INFO O| Dec 20 22:04:13.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9601 | 2024-12-20T22:04:15.606Z | [ host-image] Dec 20 22:04:13.372 INFO O| Dec 20 22:04:13.372 INFO STEP 86 (ensure_dir) COMPLETE |
9602 | 2024-12-20T22:04:15.606Z | [ host-image] Dec 20 22:04:13.372 INFO O| Dec 20 22:04:13.372 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9603 | 2024-12-20T22:04:15.626Z | [ host-image] Dec 20 22:04:13.392 INFO O| Dec 20 22:04:13.392 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9604 | 2024-12-20T22:04:15.626Z | [ host-image] Dec 20 22:04:13.392 INFO O| Dec 20 22:04:13.392 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9605 | 2024-12-20T22:04:15.626Z | [ host-image] Dec 20 22:04:13.393 INFO O| Dec 20 22:04:13.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9606 | 2024-12-20T22:04:15.629Z | [ host-image] Dec 20 22:04:13.393 INFO O| Dec 20 22:04:13.393 INFO ok! |
9607 | 2024-12-20T22:04:15.629Z | [ host-image] Dec 20 22:04:13.393 INFO O| Dec 20 22:04:13.393 INFO STEP 87 (ensure_file) COMPLETE |
9608 | 2024-12-20T22:04:15.629Z | [ host-image] Dec 20 22:04:13.393 INFO O| Dec 20 22:04:13.393 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9609 | 2024-12-20T22:04:15.647Z | [ host-image] Dec 20 22:04:13.412 INFO O| Dec 20 22:04:13.411 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9610 | 2024-12-20T22:04:15.647Z | [ host-image] Dec 20 22:04:13.412 INFO O| Dec 20 22:04:13.411 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9611 | 2024-12-20T22:04:16.330Z | [ host-image] Dec 20 22:04:14.096 INFO O| Dec 20 22:04:14.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9612 | 2024-12-20T22:04:16.330Z | [ host-image] Dec 20 22:04:14.096 INFO O| Dec 20 22:04:14.096 INFO ok! |
9613 | 2024-12-20T22:04:16.330Z | [ host-image] Dec 20 22:04:14.096 INFO O| Dec 20 22:04:14.096 INFO STEP 88 (ensure_file) COMPLETE |
9614 | 2024-12-20T22:04:16.337Z | [ host-image] Dec 20 22:04:14.096 INFO O| Dec 20 22:04:14.096 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9615 | 2024-12-20T22:04:16.351Z | [ host-image] Dec 20 22:04:14.117 INFO O| Dec 20 22:04:14.117 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9616 | 2024-12-20T22:04:16.351Z | [ host-image] Dec 20 22:04:14.117 INFO O| Dec 20 22:04:14.117 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9617 | 2024-12-20T22:04:17.057Z | [ host-image] Dec 20 22:04:14.824 INFO O| Dec 20 22:04:14.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9618 | 2024-12-20T22:04:17.058Z | [ host-image] Dec 20 22:04:14.824 INFO O| Dec 20 22:04:14.824 INFO ok! |
9619 | 2024-12-20T22:04:17.063Z | [ host-image] Dec 20 22:04:14.824 INFO O| Dec 20 22:04:14.824 INFO STEP 89 (ensure_file) COMPLETE |
9620 | 2024-12-20T22:04:17.063Z | [ host-image] Dec 20 22:04:14.824 INFO O| Dec 20 22:04:14.824 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9621 | 2024-12-20T22:04:17.076Z | [ host-image] Dec 20 22:04:14.842 INFO O| Dec 20 22:04:14.842 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9622 | 2024-12-20T22:04:17.076Z | [ host-image] Dec 20 22:04:14.842 INFO O| Dec 20 22:04:14.842 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9623 | 2024-12-20T22:04:17.079Z | [ host-image] Dec 20 22:04:14.842 INFO O| Dec 20 22:04:14.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9624 | 2024-12-20T22:04:17.080Z | [ host-image] Dec 20 22:04:14.842 INFO O| Dec 20 22:04:14.842 INFO ok! |
9625 | 2024-12-20T22:04:17.080Z | [ host-image] Dec 20 22:04:14.842 INFO O| Dec 20 22:04:14.842 INFO STEP 90 (ensure_file) COMPLETE |
9626 | 2024-12-20T22:04:17.080Z | [ host-image] Dec 20 22:04:14.842 INFO O| Dec 20 22:04:14.842 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9627 | 2024-12-20T22:04:17.115Z | [ host-image] Dec 20 22:04:14.881 INFO O| Dec 20 22:04:14.880 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9628 | 2024-12-20T22:04:17.120Z | [ host-image] Dec 20 22:04:14.881 INFO O| Dec 20 22:04:14.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9629 | 2024-12-20T22:04:17.120Z | [ host-image] Dec 20 22:04:14.881 INFO O| Dec 20 22:04:14.881 INFO STEP 91 (ensure_dir) COMPLETE |
9630 | 2024-12-20T22:04:17.120Z | [ host-image] Dec 20 22:04:14.881 INFO O| Dec 20 22:04:14.881 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9631 | 2024-12-20T22:04:17.133Z | [ host-image] Dec 20 22:04:14.899 INFO O| Dec 20 22:04:14.899 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9632 | 2024-12-20T22:04:17.133Z | [ host-image] Dec 20 22:04:14.899 INFO O| Dec 20 22:04:14.899 INFO copying /tmp/.tmpUUBaUa/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 ... |
9633 | 2024-12-20T22:04:17.139Z | [ host-image] Dec 20 22:04:14.900 INFO O| Dec 20 22:04:14.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9634 | 2024-12-20T22:04:17.139Z | [ host-image] Dec 20 22:04:14.900 INFO O| Dec 20 22:04:14.900 INFO ok! |
9635 | 2024-12-20T22:04:17.139Z | [ host-image] Dec 20 22:04:14.900 INFO O| Dec 20 22:04:14.900 INFO STEP 92 (ensure_file) COMPLETE |
9636 | 2024-12-20T22:04:17.139Z | [ host-image] Dec 20 22:04:14.900 INFO O| Dec 20 22:04:14.900 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9637 | 2024-12-20T22:04:17.152Z | [ host-image] Dec 20 22:04:14.918 INFO O| Dec 20 22:04:14.918 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9638 | 2024-12-20T22:04:17.152Z | [ host-image] Dec 20 22:04:14.918 INFO O| Dec 20 22:04:14.918 INFO copying /tmp/.tmpUUBaUa/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 ... |
9639 | 2024-12-20T22:04:17.157Z | [ host-image] Dec 20 22:04:14.918 INFO O| Dec 20 22:04:14.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9640 | 2024-12-20T22:04:17.157Z | [ host-image] Dec 20 22:04:14.918 INFO O| Dec 20 22:04:14.918 INFO ok! |
9641 | 2024-12-20T22:04:17.157Z | [ host-image] Dec 20 22:04:14.919 INFO O| Dec 20 22:04:14.918 INFO STEP 93 (ensure_file) COMPLETE |
9642 | 2024-12-20T22:04:17.157Z | [ host-image] Dec 20 22:04:14.919 INFO O| Dec 20 22:04:14.919 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9643 | 2024-12-20T22:04:17.173Z | [ host-image] Dec 20 22:04:14.936 INFO O| Dec 20 22:04:14.936 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9644 | 2024-12-20T22:04:17.173Z | [ host-image] Dec 20 22:04:14.936 INFO O| Dec 20 22:04:14.936 INFO copying /tmp/.tmpUUBaUa/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 ... |
9645 | 2024-12-20T22:04:17.180Z | [ host-image] Dec 20 22:04:14.937 INFO O| Dec 20 22:04:14.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9646 | 2024-12-20T22:04:17.180Z | [ host-image] Dec 20 22:04:14.937 INFO O| Dec 20 22:04:14.937 INFO ok! |
9647 | 2024-12-20T22:04:17.180Z | [ host-image] Dec 20 22:04:14.937 INFO O| Dec 20 22:04:14.937 INFO STEP 94 (ensure_file) COMPLETE |
9648 | 2024-12-20T22:04:17.180Z | [ host-image] Dec 20 22:04:14.937 INFO O| Dec 20 22:04:14.937 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9649 | 2024-12-20T22:04:17.189Z | [ host-image] Dec 20 22:04:14.955 INFO O| Dec 20 22:04:14.955 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9650 | 2024-12-20T22:04:17.189Z | [ host-image] Dec 20 22:04:14.955 INFO O| Dec 20 22:04:14.955 INFO copying /tmp/.tmpUUBaUa/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 ... |
9651 | 2024-12-20T22:04:17.197Z | [ host-image] Dec 20 22:04:14.955 INFO O| Dec 20 22:04:14.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9652 | 2024-12-20T22:04:17.197Z | [ host-image] Dec 20 22:04:14.955 INFO O| Dec 20 22:04:14.955 INFO ok! |
9653 | 2024-12-20T22:04:17.197Z | [ host-image] Dec 20 22:04:14.955 INFO O| Dec 20 22:04:14.955 INFO STEP 95 (ensure_file) COMPLETE |
9654 | 2024-12-20T22:04:17.197Z | [ host-image] Dec 20 22:04:14.955 INFO O| Dec 20 22:04:14.955 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9655 | 2024-12-20T22:04:17.227Z | [ host-image] Dec 20 22:04:14.993 INFO O| Dec 20 22:04:14.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9656 | 2024-12-20T22:04:17.227Z | [ host-image] Dec 20 22:04:14.993 INFO O| Dec 20 22:04:14.993 INFO copying /tmp/.tmpUUBaUa/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 ... |
9657 | 2024-12-20T22:04:17.233Z | [ host-image] Dec 20 22:04:14.993 INFO O| Dec 20 22:04:14.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9658 | 2024-12-20T22:04:17.233Z | [ host-image] Dec 20 22:04:14.993 INFO O| Dec 20 22:04:14.993 INFO ok! |
9659 | 2024-12-20T22:04:17.233Z | [ host-image] Dec 20 22:04:14.993 INFO O| Dec 20 22:04:14.993 INFO STEP 96 (ensure_file) COMPLETE |
9660 | 2024-12-20T22:04:17.233Z | [ host-image] Dec 20 22:04:14.993 INFO O| Dec 20 22:04:14.993 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9661 | 2024-12-20T22:04:17.250Z | [ host-image] Dec 20 22:04:15.016 INFO O| Dec 20 22:04:15.016 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9662 | 2024-12-20T22:04:17.253Z | [ host-image] Dec 20 22:04:15.016 INFO O| Dec 20 22:04:15.016 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9663 | 2024-12-20T22:04:17.253Z | [ host-image] Dec 20 22:04:15.016 INFO O| Dec 20 22:04:15.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9664 | 2024-12-20T22:04:17.253Z | [ host-image] Dec 20 22:04:15.016 INFO O| Dec 20 22:04:15.016 INFO ok! |
9665 | 2024-12-20T22:04:17.253Z | [ host-image] Dec 20 22:04:15.016 INFO O| Dec 20 22:04:15.016 INFO STEP 97 (ensure_file) COMPLETE |
9666 | 2024-12-20T22:04:17.253Z | [ host-image] Dec 20 22:04:15.016 INFO O| Dec 20 22:04:15.016 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9667 | 2024-12-20T22:04:17.270Z | [ host-image] Dec 20 22:04:15.036 INFO O| Dec 20 22:04:15.036 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9668 | 2024-12-20T22:04:17.271Z | [ host-image] Dec 20 22:04:15.036 INFO O| Dec 20 22:04:15.036 INFO copying /tmp/.tmpUUBaUa/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 ... |
9669 | 2024-12-20T22:04:17.271Z | [ host-image] Dec 20 22:04:15.036 INFO O| Dec 20 22:04:15.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9670 | 2024-12-20T22:04:17.271Z | [ host-image] Dec 20 22:04:15.036 INFO O| Dec 20 22:04:15.036 INFO ok! |
9671 | 2024-12-20T22:04:17.271Z | [ host-image] Dec 20 22:04:15.036 INFO O| Dec 20 22:04:15.036 INFO STEP 98 (ensure_file) COMPLETE |
9672 | 2024-12-20T22:04:17.279Z | [ host-image] Dec 20 22:04:15.037 INFO O| Dec 20 22:04:15.036 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9673 | 2024-12-20T22:04:17.290Z | [ host-image] Dec 20 22:04:15.056 INFO O| Dec 20 22:04:15.056 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9674 | 2024-12-20T22:04:17.290Z | [ host-image] Dec 20 22:04:15.056 INFO O| Dec 20 22:04:15.056 INFO copying /tmp/.tmpUUBaUa/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 ... |
9675 | 2024-12-20T22:04:17.290Z | [ host-image] Dec 20 22:04:15.056 INFO O| Dec 20 22:04:15.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9676 | 2024-12-20T22:04:17.294Z | [ host-image] Dec 20 22:04:15.056 INFO O| Dec 20 22:04:15.056 INFO ok! |
9677 | 2024-12-20T22:04:17.294Z | [ host-image] Dec 20 22:04:15.056 INFO O| Dec 20 22:04:15.056 INFO STEP 99 (ensure_file) COMPLETE |
9678 | 2024-12-20T22:04:17.294Z | [ host-image] Dec 20 22:04:15.056 INFO O| Dec 20 22:04:15.056 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9679 | 2024-12-20T22:04:17.310Z | [ host-image] Dec 20 22:04:15.075 INFO O| Dec 20 22:04:15.075 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9680 | 2024-12-20T22:04:17.310Z | [ host-image] Dec 20 22:04:15.075 INFO O| Dec 20 22:04:15.075 INFO copying /tmp/.tmpUUBaUa/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 ... |
9681 | 2024-12-20T22:04:17.310Z | [ host-image] Dec 20 22:04:15.076 INFO O| Dec 20 22:04:15.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9682 | 2024-12-20T22:04:17.316Z | [ host-image] Dec 20 22:04:15.076 INFO O| Dec 20 22:04:15.076 INFO ok! |
9683 | 2024-12-20T22:04:17.316Z | [ host-image] Dec 20 22:04:15.076 INFO O| Dec 20 22:04:15.076 INFO STEP 100 (ensure_file) COMPLETE |
9684 | 2024-12-20T22:04:17.316Z | [ host-image] Dec 20 22:04:15.076 INFO O| Dec 20 22:04:15.076 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9685 | 2024-12-20T22:04:17.331Z | [ host-image] Dec 20 22:04:15.097 INFO O| Dec 20 22:04:15.097 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9686 | 2024-12-20T22:04:17.332Z | [ host-image] Dec 20 22:04:15.097 INFO O| Dec 20 22:04:15.097 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9687 | 2024-12-20T22:04:17.357Z | [ host-image] Dec 20 22:04:15.098 INFO O| Dec 20 22:04:15.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9688 | 2024-12-20T22:04:17.357Z | [ host-image] Dec 20 22:04:15.098 INFO O| Dec 20 22:04:15.098 INFO ok! |
9689 | 2024-12-20T22:04:17.357Z | [ host-image] Dec 20 22:04:15.098 INFO O| Dec 20 22:04:15.098 INFO STEP 101 (ensure_file) COMPLETE |
9690 | 2024-12-20T22:04:17.357Z | [ host-image] Dec 20 22:04:15.098 INFO O| Dec 20 22:04:15.098 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9691 | 2024-12-20T22:04:17.387Z | [ host-image] Dec 20 22:04:15.153 INFO O| Dec 20 22:04:15.153 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9692 | 2024-12-20T22:04:17.387Z | [ host-image] Dec 20 22:04:15.153 INFO O| Dec 20 22:04:15.153 INFO copying /tmp/.tmpUUBaUa/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 ... |
9693 | 2024-12-20T22:04:17.392Z | [ host-image] Dec 20 22:04:15.153 INFO O| Dec 20 22:04:15.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9694 | 2024-12-20T22:04:17.392Z | [ host-image] Dec 20 22:04:15.153 INFO O| Dec 20 22:04:15.153 INFO ok! |
9695 | 2024-12-20T22:04:17.392Z | [ host-image] Dec 20 22:04:15.153 INFO O| Dec 20 22:04:15.153 INFO STEP 102 (ensure_file) COMPLETE |
9696 | 2024-12-20T22:04:17.392Z | [ host-image] Dec 20 22:04:15.153 INFO O| Dec 20 22:04:15.153 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9697 | 2024-12-20T22:04:17.405Z | [ host-image] Dec 20 22:04:15.171 INFO O| Dec 20 22:04:15.171 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9698 | 2024-12-20T22:04:17.405Z | [ host-image] Dec 20 22:04:15.171 INFO O| Dec 20 22:04:15.171 INFO copying /tmp/.tmpUUBaUa/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 ... |
9699 | 2024-12-20T22:04:17.405Z | [ host-image] Dec 20 22:04:15.171 INFO O| Dec 20 22:04:15.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9700 | 2024-12-20T22:04:17.417Z | [ host-image] Dec 20 22:04:15.171 INFO O| Dec 20 22:04:15.171 INFO ok! |
9701 | 2024-12-20T22:04:17.417Z | [ host-image] Dec 20 22:04:15.171 INFO O| Dec 20 22:04:15.171 INFO STEP 103 (ensure_file) COMPLETE |
9702 | 2024-12-20T22:04:17.417Z | [ host-image] Dec 20 22:04:15.171 INFO O| Dec 20 22:04:15.171 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9703 | 2024-12-20T22:04:17.432Z | [ host-image] Dec 20 22:04:15.198 INFO O| Dec 20 22:04:15.198 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9704 | 2024-12-20T22:04:17.432Z | [ host-image] Dec 20 22:04:15.198 INFO O| Dec 20 22:04:15.198 INFO copying /tmp/.tmpUUBaUa/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 ... |
9705 | 2024-12-20T22:04:17.437Z | [ host-image] Dec 20 22:04:15.199 INFO O| Dec 20 22:04:15.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9706 | 2024-12-20T22:04:17.437Z | [ host-image] Dec 20 22:04:15.199 INFO O| Dec 20 22:04:15.199 INFO ok! |
9707 | 2024-12-20T22:04:17.437Z | [ host-image] Dec 20 22:04:15.199 INFO O| Dec 20 22:04:15.199 INFO STEP 104 (ensure_file) COMPLETE |
9708 | 2024-12-20T22:04:17.437Z | [ host-image] Dec 20 22:04:15.199 INFO O| Dec 20 22:04:15.199 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9709 | 2024-12-20T22:04:17.452Z | [ host-image] Dec 20 22:04:15.216 INFO O| Dec 20 22:04:15.216 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9710 | 2024-12-20T22:04:17.452Z | [ host-image] Dec 20 22:04:15.217 INFO O| Dec 20 22:04:15.216 INFO copying /tmp/.tmpUUBaUa/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 ... |
9711 | 2024-12-20T22:04:17.456Z | [ host-image] Dec 20 22:04:15.217 INFO O| Dec 20 22:04:15.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9712 | 2024-12-20T22:04:17.456Z | [ host-image] Dec 20 22:04:15.217 INFO O| Dec 20 22:04:15.217 INFO ok! |
9713 | 2024-12-20T22:04:17.456Z | [ host-image] Dec 20 22:04:15.217 INFO O| Dec 20 22:04:15.217 INFO STEP 105 (ensure_file) COMPLETE |
9714 | 2024-12-20T22:04:17.456Z | [ host-image] Dec 20 22:04:15.217 INFO O| Dec 20 22:04:15.217 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9715 | 2024-12-20T22:04:17.467Z | [ host-image] Dec 20 22:04:15.233 INFO O| Dec 20 22:04:15.233 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9716 | 2024-12-20T22:04:17.467Z | [ host-image] Dec 20 22:04:15.234 INFO O| Dec 20 22:04:15.234 INFO copying /tmp/.tmpUUBaUa/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 ... |
9717 | 2024-12-20T22:04:17.471Z | [ host-image] Dec 20 22:04:15.234 INFO O| Dec 20 22:04:15.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9718 | 2024-12-20T22:04:17.471Z | [ host-image] Dec 20 22:04:15.234 INFO O| Dec 20 22:04:15.234 INFO ok! |
9719 | 2024-12-20T22:04:17.471Z | [ host-image] Dec 20 22:04:15.234 INFO O| Dec 20 22:04:15.234 INFO STEP 106 (ensure_file) COMPLETE |
9720 | 2024-12-20T22:04:17.471Z | [ host-image] Dec 20 22:04:15.234 INFO O| Dec 20 22:04:15.234 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9721 | 2024-12-20T22:04:17.484Z | [ host-image] Dec 20 22:04:15.250 INFO O| Dec 20 22:04:15.250 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9722 | 2024-12-20T22:04:17.484Z | [ host-image] Dec 20 22:04:15.250 INFO O| Dec 20 22:04:15.250 INFO copying /tmp/.tmpUUBaUa/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 ... |
9723 | 2024-12-20T22:04:17.490Z | [ host-image] Dec 20 22:04:15.251 INFO O| Dec 20 22:04:15.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9724 | 2024-12-20T22:04:17.490Z | [ host-image] Dec 20 22:04:15.251 INFO O| Dec 20 22:04:15.251 INFO ok! |
9725 | 2024-12-20T22:04:17.491Z | [ host-image] Dec 20 22:04:15.251 INFO O| Dec 20 22:04:15.251 INFO STEP 107 (ensure_file) COMPLETE |
9726 | 2024-12-20T22:04:17.491Z | [ host-image] Dec 20 22:04:15.251 INFO O| Dec 20 22:04:15.251 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9727 | 2024-12-20T22:04:17.502Z | [ host-image] Dec 20 22:04:15.268 INFO O| Dec 20 22:04:15.268 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9728 | 2024-12-20T22:04:17.507Z | [ host-image] Dec 20 22:04:15.268 INFO O| Dec 20 22:04:15.268 INFO copying /tmp/.tmpUUBaUa/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 ... |
9729 | 2024-12-20T22:04:17.507Z | [ host-image] Dec 20 22:04:15.268 INFO O| Dec 20 22:04:15.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9730 | 2024-12-20T22:04:17.507Z | [ host-image] Dec 20 22:04:15.268 INFO O| Dec 20 22:04:15.268 INFO ok! |
9731 | 2024-12-20T22:04:17.507Z | [ host-image] Dec 20 22:04:15.268 INFO O| Dec 20 22:04:15.268 INFO STEP 108 (ensure_file) COMPLETE |
9732 | 2024-12-20T22:04:17.507Z | [ host-image] Dec 20 22:04:15.268 INFO O| Dec 20 22:04:15.268 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9733 | 2024-12-20T22:04:17.519Z | [ host-image] Dec 20 22:04:15.285 INFO O| Dec 20 22:04:15.285 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9734 | 2024-12-20T22:04:17.519Z | [ host-image] Dec 20 22:04:15.285 INFO O| Dec 20 22:04:15.285 INFO copying /tmp/.tmpUUBaUa/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 ... |
9735 | 2024-12-20T22:04:17.525Z | [ host-image] Dec 20 22:04:15.286 INFO O| Dec 20 22:04:15.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9736 | 2024-12-20T22:04:17.526Z | [ host-image] Dec 20 22:04:15.286 INFO O| Dec 20 22:04:15.286 INFO ok! |
9737 | 2024-12-20T22:04:17.526Z | [ host-image] Dec 20 22:04:15.286 INFO O| Dec 20 22:04:15.286 INFO STEP 109 (ensure_file) COMPLETE |
9738 | 2024-12-20T22:04:17.526Z | [ host-image] Dec 20 22:04:15.286 INFO O| Dec 20 22:04:15.286 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9739 | 2024-12-20T22:04:17.536Z | [ host-image] Dec 20 22:04:15.302 INFO O| Dec 20 22:04:15.302 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9740 | 2024-12-20T22:04:17.536Z | [ host-image] Dec 20 22:04:15.302 INFO O| Dec 20 22:04:15.302 INFO copying /tmp/.tmpUUBaUa/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 ... |
9741 | 2024-12-20T22:04:17.557Z | [ host-image] Dec 20 22:04:15.302 INFO O| Dec 20 22:04:15.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9742 | 2024-12-20T22:04:17.557Z | [ host-image] Dec 20 22:04:15.302 INFO O| Dec 20 22:04:15.302 INFO ok! |
9743 | 2024-12-20T22:04:17.557Z | [ host-image] Dec 20 22:04:15.303 INFO O| Dec 20 22:04:15.302 INFO STEP 110 (ensure_file) COMPLETE |
9744 | 2024-12-20T22:04:17.557Z | [ host-image] Dec 20 22:04:15.303 INFO O| Dec 20 22:04:15.303 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9745 | 2024-12-20T22:04:17.561Z | [ host-image] Dec 20 22:04:15.322 INFO O| Dec 20 22:04:15.322 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9746 | 2024-12-20T22:04:17.561Z | [ host-image] Dec 20 22:04:15.322 INFO O| Dec 20 22:04:15.322 INFO copying /tmp/.tmpUUBaUa/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 ... |
9747 | 2024-12-20T22:04:17.561Z | [ host-image] Dec 20 22:04:15.323 INFO O| Dec 20 22:04:15.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9748 | 2024-12-20T22:04:17.561Z | [ host-image] Dec 20 22:04:15.323 INFO O| Dec 20 22:04:15.323 INFO ok! |
9749 | 2024-12-20T22:04:17.561Z | [ host-image] Dec 20 22:04:15.323 INFO O| Dec 20 22:04:15.323 INFO STEP 111 (ensure_file) COMPLETE |
9750 | 2024-12-20T22:04:17.561Z | [ host-image] Dec 20 22:04:15.323 INFO O| Dec 20 22:04:15.323 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9751 | 2024-12-20T22:04:17.575Z | [ host-image] Dec 20 22:04:15.341 INFO O| Dec 20 22:04:15.340 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9752 | 2024-12-20T22:04:17.575Z | [ host-image] Dec 20 22:04:15.341 INFO O| Dec 20 22:04:15.341 INFO copying /tmp/.tmpUUBaUa/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 ... |
9753 | 2024-12-20T22:04:17.581Z | [ host-image] Dec 20 22:04:15.341 INFO O| Dec 20 22:04:15.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9754 | 2024-12-20T22:04:17.581Z | [ host-image] Dec 20 22:04:15.341 INFO O| Dec 20 22:04:15.341 INFO ok! |
9755 | 2024-12-20T22:04:17.581Z | [ host-image] Dec 20 22:04:15.341 INFO O| Dec 20 22:04:15.341 INFO STEP 112 (ensure_file) COMPLETE |
9756 | 2024-12-20T22:04:17.581Z | [ host-image] Dec 20 22:04:15.341 INFO O| Dec 20 22:04:15.341 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9757 | 2024-12-20T22:04:17.593Z | [ host-image] Dec 20 22:04:15.358 INFO O| Dec 20 22:04:15.358 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9758 | 2024-12-20T22:04:17.593Z | [ host-image] Dec 20 22:04:15.358 INFO O| Dec 20 22:04:15.358 INFO copying /tmp/.tmpUUBaUa/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 ... |
9759 | 2024-12-20T22:04:17.593Z | [ host-image] Dec 20 22:04:15.359 INFO O| Dec 20 22:04:15.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9760 | 2024-12-20T22:04:17.593Z | [ host-image] Dec 20 22:04:15.359 INFO O| Dec 20 22:04:15.359 INFO ok! |
9761 | 2024-12-20T22:04:17.593Z | [ host-image] Dec 20 22:04:15.359 INFO O| Dec 20 22:04:15.359 INFO STEP 113 (ensure_file) COMPLETE |
9762 | 2024-12-20T22:04:17.593Z | [ host-image] Dec 20 22:04:15.359 INFO O| Dec 20 22:04:15.359 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9763 | 2024-12-20T22:04:17.610Z | [ host-image] Dec 20 22:04:15.375 INFO O| Dec 20 22:04:15.375 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9764 | 2024-12-20T22:04:17.610Z | [ host-image] Dec 20 22:04:15.375 INFO O| Dec 20 22:04:15.375 INFO copying /tmp/.tmpUUBaUa/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 ... |
9765 | 2024-12-20T22:04:17.615Z | [ host-image] Dec 20 22:04:15.375 INFO O| Dec 20 22:04:15.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9766 | 2024-12-20T22:04:17.615Z | [ host-image] Dec 20 22:04:15.375 INFO O| Dec 20 22:04:15.375 INFO ok! |
9767 | 2024-12-20T22:04:17.615Z | [ host-image] Dec 20 22:04:15.375 INFO O| Dec 20 22:04:15.375 INFO STEP 114 (ensure_file) COMPLETE |
9768 | 2024-12-20T22:04:17.615Z | [ host-image] Dec 20 22:04:15.376 INFO O| Dec 20 22:04:15.375 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9769 | 2024-12-20T22:04:17.626Z | [ host-image] Dec 20 22:04:15.392 INFO O| Dec 20 22:04:15.392 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9770 | 2024-12-20T22:04:17.626Z | [ host-image] Dec 20 22:04:15.392 INFO O| Dec 20 22:04:15.392 INFO copying /tmp/.tmpUUBaUa/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 ... |
9771 | 2024-12-20T22:04:17.626Z | [ host-image] Dec 20 22:04:15.392 INFO O| Dec 20 22:04:15.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9772 | 2024-12-20T22:04:17.632Z | [ host-image] Dec 20 22:04:15.392 INFO O| Dec 20 22:04:15.392 INFO ok! |
9773 | 2024-12-20T22:04:17.632Z | [ host-image] Dec 20 22:04:15.392 INFO O| Dec 20 22:04:15.392 INFO STEP 115 (ensure_file) COMPLETE |
9774 | 2024-12-20T22:04:17.632Z | [ host-image] Dec 20 22:04:15.392 INFO O| Dec 20 22:04:15.392 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9775 | 2024-12-20T22:04:17.657Z | [ host-image] Dec 20 22:04:15.407 INFO O| Dec 20 22:04:15.407 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9776 | 2024-12-20T22:04:17.657Z | [ host-image] Dec 20 22:04:15.407 INFO O| Dec 20 22:04:15.407 INFO copying /tmp/.tmpUUBaUa/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 ... |
9777 | 2024-12-20T22:04:17.657Z | [ host-image] Dec 20 22:04:15.407 INFO O| Dec 20 22:04:15.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9778 | 2024-12-20T22:04:17.657Z | [ host-image] Dec 20 22:04:15.407 INFO O| Dec 20 22:04:15.407 INFO ok! |
9779 | 2024-12-20T22:04:17.657Z | [ host-image] Dec 20 22:04:15.407 INFO O| Dec 20 22:04:15.407 INFO STEP 116 (ensure_file) COMPLETE |
9780 | 2024-12-20T22:04:17.657Z | [ host-image] Dec 20 22:04:15.407 INFO O| Dec 20 22:04:15.407 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9781 | 2024-12-20T22:04:17.664Z | [ host-image] Dec 20 22:04:15.423 INFO O| Dec 20 22:04:15.423 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9782 | 2024-12-20T22:04:17.664Z | [ host-image] Dec 20 22:04:15.423 INFO O| Dec 20 22:04:15.423 INFO copying /tmp/.tmpUUBaUa/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 ... |
9783 | 2024-12-20T22:04:17.664Z | [ host-image] Dec 20 22:04:15.423 INFO O| Dec 20 22:04:15.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9784 | 2024-12-20T22:04:17.664Z | [ host-image] Dec 20 22:04:15.423 INFO O| Dec 20 22:04:15.423 INFO ok! |
9785 | 2024-12-20T22:04:17.664Z | [ host-image] Dec 20 22:04:15.423 INFO O| Dec 20 22:04:15.423 INFO STEP 117 (ensure_file) COMPLETE |
9786 | 2024-12-20T22:04:17.664Z | [ host-image] Dec 20 22:04:15.423 INFO O| Dec 20 22:04:15.423 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9787 | 2024-12-20T22:04:17.673Z | [ host-image] Dec 20 22:04:15.439 INFO O| Dec 20 22:04:15.439 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9788 | 2024-12-20T22:04:17.673Z | [ host-image] Dec 20 22:04:15.439 INFO O| Dec 20 22:04:15.439 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9789 | 2024-12-20T22:04:17.673Z | [ host-image] Dec 20 22:04:15.439 INFO O| Dec 20 22:04:15.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9790 | 2024-12-20T22:04:17.681Z | [ host-image] Dec 20 22:04:15.439 INFO O| Dec 20 22:04:15.439 INFO ok! |
9791 | 2024-12-20T22:04:17.681Z | [ host-image] Dec 20 22:04:15.439 INFO O| Dec 20 22:04:15.439 INFO STEP 118 (ensure_file) COMPLETE |
9792 | 2024-12-20T22:04:17.681Z | [ host-image] Dec 20 22:04:15.439 INFO O| Dec 20 22:04:15.439 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9793 | 2024-12-20T22:04:17.690Z | [ host-image] Dec 20 22:04:15.456 INFO O| Dec 20 22:04:15.456 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9794 | 2024-12-20T22:04:17.690Z | [ host-image] Dec 20 22:04:15.456 INFO O| Dec 20 22:04:15.456 INFO copying /tmp/.tmpUUBaUa/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 ... |
9795 | 2024-12-20T22:04:17.690Z | [ host-image] Dec 20 22:04:15.456 INFO O| Dec 20 22:04:15.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9796 | 2024-12-20T22:04:17.690Z | [ host-image] Dec 20 22:04:15.456 INFO O| Dec 20 22:04:15.456 INFO ok! |
9797 | 2024-12-20T22:04:17.694Z | [ host-image] Dec 20 22:04:15.456 INFO O| Dec 20 22:04:15.456 INFO STEP 119 (ensure_file) COMPLETE |
9798 | 2024-12-20T22:04:17.694Z | [ host-image] Dec 20 22:04:15.457 INFO O| Dec 20 22:04:15.456 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9799 | 2024-12-20T22:04:17.750Z | [ host-image] Dec 20 22:04:15.516 INFO O| Dec 20 22:04:15.515 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9800 | 2024-12-20T22:04:17.750Z | [ host-image] Dec 20 22:04:15.516 INFO O| Dec 20 22:04:15.516 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9801 | 2024-12-20T22:04:17.750Z | [ host-image] Dec 20 22:04:15.516 INFO O| Dec 20 22:04:15.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9802 | 2024-12-20T22:04:17.750Z | [ host-image] Dec 20 22:04:15.516 INFO O| Dec 20 22:04:15.516 INFO ok! |
9803 | 2024-12-20T22:04:17.758Z | [ host-image] Dec 20 22:04:15.516 INFO O| Dec 20 22:04:15.516 INFO STEP 120 (ensure_file) COMPLETE |
9804 | 2024-12-20T22:04:17.758Z | [ host-image] Dec 20 22:04:15.516 INFO O| Dec 20 22:04:15.516 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9805 | 2024-12-20T22:04:17.770Z | [ host-image] Dec 20 22:04:15.536 INFO O| Dec 20 22:04:15.536 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9806 | 2024-12-20T22:04:17.770Z | [ host-image] Dec 20 22:04:15.536 INFO O| Dec 20 22:04:15.536 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9807 | 2024-12-20T22:04:29.779Z | [ host-image] Dec 20 22:04:27.130 INFO O| Dec 20 22:04:27.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9808 | 2024-12-20T22:04:29.779Z | [ host-image] Dec 20 22:04:27.130 INFO O| Dec 20 22:04:27.130 INFO ok! |
9809 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.130 INFO O| Dec 20 22:04:27.130 INFO STEP 121 (ensure_file) COMPLETE |
9810 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.130 INFO O| Dec 20 22:04:27.130 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9811 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.148 INFO O| Dec 20 22:04:27.148 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9812 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.148 INFO O| Dec 20 22:04:27.148 INFO STEP 122 (ensure_dir) COMPLETE |
9813 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.148 INFO O| Dec 20 22:04:27.148 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9814 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.166 INFO O| Dec 20 22:04:27.165 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9815 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.166 INFO O| Dec 20 22:04:27.166 INFO STEP 123 (ensure_dir) COMPLETE |
9816 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.166 INFO O| Dec 20 22:04:27.166 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9817 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.179 INFO O| Dec 20 22:04:27.179 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9818 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.179 INFO O| Dec 20 22:04:27.179 INFO STEP 124 (ensure_dir) COMPLETE |
9819 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.179 INFO O| Dec 20 22:04:27.179 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9820 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.196 INFO O| Dec 20 22:04:27.196 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9821 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.196 INFO O| Dec 20 22:04:27.196 INFO STEP 125 (ensure_dir) COMPLETE |
9822 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.196 INFO O| Dec 20 22:04:27.196 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9823 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.209 INFO O| Dec 20 22:04:27.209 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9824 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.209 INFO O| Dec 20 22:04:27.209 INFO copying /tmp/.tmpUUBaUa/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 ... |
9825 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.209 INFO O| Dec 20 22:04:27.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9826 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.209 INFO O| Dec 20 22:04:27.209 INFO ok! |
9827 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.209 INFO O| Dec 20 22:04:27.209 INFO STEP 126 (ensure_file) COMPLETE |
9828 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.209 INFO O| Dec 20 22:04:27.209 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9829 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.227 INFO O| Dec 20 22:04:27.227 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9830 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.227 INFO O| Dec 20 22:04:27.227 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9831 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.227 INFO O| Dec 20 22:04:27.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9832 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.227 INFO O| Dec 20 22:04:27.227 INFO STEP 127 (ensure_dir) COMPLETE |
9833 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.227 INFO O| Dec 20 22:04:27.227 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9834 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.244 INFO O| Dec 20 22:04:27.244 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9835 | 2024-12-20T22:04:29.800Z | [ host-image] Dec 20 22:04:27.244 INFO O| Dec 20 22:04:27.244 INFO copying /tmp/.tmpUUBaUa/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9836 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.245 INFO O| Dec 20 22:04:27.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9837 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.245 INFO O| Dec 20 22:04:27.244 INFO ok! |
9838 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.245 INFO O| Dec 20 22:04:27.245 INFO STEP 128 (ensure_file) COMPLETE |
9839 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.245 INFO O| Dec 20 22:04:27.245 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9840 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.261 INFO O| Dec 20 22:04:27.261 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9841 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.262 INFO O| Dec 20 22:04:27.261 INFO STEP 129 (remove_files) COMPLETE |
9842 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.262 INFO O| Dec 20 22:04:27.262 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9843 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.278 INFO O| Dec 20 22:04:27.278 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9844 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.278 INFO O| Dec 20 22:04:27.278 INFO STEP 130 (remove_files) COMPLETE |
9845 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.278 INFO O| Dec 20 22:04:27.278 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9846 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.294 INFO O| Dec 20 22:04:27.294 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9847 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.294 INFO O| Dec 20 22:04:27.294 INFO STEP 131 (remove_files) COMPLETE |
9848 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.294 INFO O| Dec 20 22:04:27.294 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9849 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.308 INFO O| Dec 20 22:04:27.308 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9850 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.308 INFO O| Dec 20 22:04:27.308 INFO STEP 132 (remove_files) COMPLETE |
9851 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.308 INFO O| Dec 20 22:04:27.308 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9852 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.325 INFO O| Dec 20 22:04:27.324 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9853 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.325 INFO O| Dec 20 22:04:27.325 INFO STEP 133 (remove_files) COMPLETE |
9854 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.325 INFO O| Dec 20 22:04:27.325 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9855 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.342 INFO O| Dec 20 22:04:27.342 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9856 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.342 INFO O| Dec 20 22:04:27.342 INFO STEP 134 (remove_files) COMPLETE |
9857 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.342 INFO O| Dec 20 22:04:27.342 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9858 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.359 INFO O| Dec 20 22:04:27.359 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9859 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.359 INFO O| Dec 20 22:04:27.359 INFO STEP 135 (remove_files) COMPLETE |
9860 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.359 INFO O| Dec 20 22:04:27.359 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9861 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.375 INFO O| Dec 20 22:04:27.375 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9862 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.375 INFO O| Dec 20 22:04:27.375 INFO STEP 136 (remove_files) COMPLETE |
9863 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.376 INFO O| Dec 20 22:04:27.375 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9864 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.393 INFO O| Dec 20 22:04:27.393 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9865 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.393 INFO O| Dec 20 22:04:27.393 INFO STEP 137 (remove_files) COMPLETE |
9866 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.393 INFO O| Dec 20 22:04:27.393 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9867 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.410 INFO O| Dec 20 22:04:27.409 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9868 | 2024-12-20T22:04:29.801Z | [ host-image] Dec 20 22:04:27.410 INFO O| Dec 20 22:04:27.410 INFO STEP 138 (remove_files) COMPLETE |
9869 | 2024-12-20T22:04:29.802Z | [ host-image] Dec 20 22:04:27.410 INFO O| Dec 20 22:04:27.410 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9870 | 2024-12-20T22:04:29.802Z | [ host-image] Dec 20 22:04:27.427 INFO O| Dec 20 22:04:27.426 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9871 | 2024-12-20T22:04:29.802Z | [ host-image] Dec 20 22:04:27.427 INFO O| Dec 20 22:04:27.427 INFO STEP 139 (remove_files) COMPLETE |
9872 | 2024-12-20T22:04:29.802Z | [ host-image] Dec 20 22:04:27.427 INFO O| Dec 20 22:04:27.427 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9873 | 2024-12-20T22:04:29.802Z | [ host-image] Dec 20 22:04:27.443 INFO O| Dec 20 22:04:27.443 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9874 | 2024-12-20T22:04:29.802Z | [ host-image] Dec 20 22:04:27.443 INFO O| Dec 20 22:04:27.443 INFO STEP 140 (remove_files) COMPLETE |
9875 | 2024-12-20T22:04:29.802Z | [ host-image] Dec 20 22:04:27.443 INFO O| Dec 20 22:04:27.443 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9876 | 2024-12-20T22:04:29.802Z | [ host-image] Dec 20 22:04:27.460 INFO O| Dec 20 22:04:27.460 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9877 | 2024-12-20T22:04:29.802Z | [ host-image] Dec 20 22:04:27.460 INFO O| Dec 20 22:04:27.460 INFO STEP 141 (remove_files) COMPLETE |
9878 | 2024-12-20T22:04:29.802Z | [ host-image] Dec 20 22:04:27.460 INFO O| Dec 20 22:04:27.460 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9879 | 2024-12-20T22:04:29.802Z | [ host-image] Dec 20 22:04:27.477 INFO O| Dec 20 22:04:27.477 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9880 | 2024-12-20T22:04:29.802Z | [ host-image] Dec 20 22:04:27.477 INFO O| Dec 20 22:04:27.477 INFO STEP 142 (remove_files) COMPLETE |
9881 | 2024-12-20T22:04:29.802Z | [ host-image] Dec 20 22:04:27.477 INFO O| Dec 20 22:04:27.477 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9882 | 2024-12-20T22:04:29.802Z | [ host-image] Dec 20 22:04:27.494 INFO O| Dec 20 22:04:27.494 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9883 | 2024-12-20T22:04:29.802Z | [ host-image] Dec 20 22:04:27.494 INFO O| Dec 20 22:04:27.494 INFO STEP 143 (remove_files) COMPLETE |
9884 | 2024-12-20T22:04:29.802Z | [ host-image] Dec 20 22:04:27.494 INFO O| Dec 20 22:04:27.494 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9885 | 2024-12-20T22:04:29.802Z | [ host-image] Dec 20 22:04:27.511 INFO O| Dec 20 22:04:27.511 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9886 | 2024-12-20T22:04:29.802Z | [ host-image] Dec 20 22:04:27.511 INFO O| Dec 20 22:04:27.511 INFO STEP 144 (remove_files) COMPLETE |
9887 | 2024-12-20T22:04:29.802Z | [ host-image] Dec 20 22:04:27.512 INFO O| Dec 20 22:04:27.511 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9888 | 2024-12-20T22:04:29.802Z | [ host-image] Dec 20 22:04:27.528 INFO O| Dec 20 22:04:27.528 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9889 | 2024-12-20T22:04:29.802Z | [ host-image] Dec 20 22:04:27.528 INFO O| Dec 20 22:04:27.528 INFO STEP 145 (remove_files) COMPLETE |
9890 | 2024-12-20T22:04:29.802Z | [ host-image] Dec 20 22:04:27.528 INFO O| Dec 20 22:04:27.528 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9891 | 2024-12-20T22:04:29.809Z | [ host-image] Dec 20 22:04:27.545 INFO O| Dec 20 22:04:27.545 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9892 | 2024-12-20T22:04:29.809Z | [ host-image] Dec 20 22:04:27.545 INFO O| Dec 20 22:04:27.545 INFO STEP 146 (remove_files) COMPLETE |
9893 | 2024-12-20T22:04:29.809Z | [ host-image] Dec 20 22:04:27.545 INFO O| Dec 20 22:04:27.545 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9894 | 2024-12-20T22:04:29.809Z | [ host-image] Dec 20 22:04:27.562 INFO O| Dec 20 22:04:27.562 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9895 | 2024-12-20T22:04:29.809Z | [ host-image] Dec 20 22:04:27.562 INFO O| Dec 20 22:04:27.562 INFO STEP 147 (remove_files) COMPLETE |
9896 | 2024-12-20T22:04:29.809Z | [ host-image] Dec 20 22:04:27.563 INFO O| Dec 20 22:04:27.562 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9897 | 2024-12-20T22:04:29.815Z | [ host-image] Dec 20 22:04:27.579 INFO O| Dec 20 22:04:27.579 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9898 | 2024-12-20T22:04:29.834Z | [ host-image] Dec 20 22:04:27.579 INFO O| Dec 20 22:04:27.579 INFO STEP 148 (remove_files) COMPLETE |
9899 | 2024-12-20T22:04:29.834Z | [ host-image] Dec 20 22:04:27.579 INFO O| Dec 20 22:04:27.579 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9900 | 2024-12-20T22:04:29.834Z | [ host-image] Dec 20 22:04:27.596 INFO O| Dec 20 22:04:27.596 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9901 | 2024-12-20T22:04:29.834Z | [ host-image] Dec 20 22:04:27.596 INFO O| Dec 20 22:04:27.596 INFO STEP 149 (remove_files) COMPLETE |
9902 | 2024-12-20T22:04:29.834Z | [ host-image] Dec 20 22:04:27.596 INFO O| Dec 20 22:04:27.596 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9903 | 2024-12-20T22:04:29.850Z | [ host-image] Dec 20 22:04:27.613 INFO O| Dec 20 22:04:27.613 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9904 | 2024-12-20T22:04:29.854Z | [ host-image] Dec 20 22:04:27.614 INFO O| Dec 20 22:04:27.613 INFO STEP 150 (remove_files) COMPLETE |
9905 | 2024-12-20T22:04:29.854Z | [ host-image] Dec 20 22:04:27.614 INFO O| Dec 20 22:04:27.613 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9906 | 2024-12-20T22:04:29.866Z | [ host-image] Dec 20 22:04:27.630 INFO O| Dec 20 22:04:27.630 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9907 | 2024-12-20T22:04:29.872Z | [ host-image] Dec 20 22:04:27.630 INFO O| Dec 20 22:04:27.630 INFO STEP 151 (remove_files) COMPLETE |
9908 | 2024-12-20T22:04:29.872Z | [ host-image] Dec 20 22:04:27.630 INFO O| Dec 20 22:04:27.630 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9909 | 2024-12-20T22:04:29.884Z | [ host-image] Dec 20 22:04:27.647 INFO O| Dec 20 22:04:27.647 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9910 | 2024-12-20T22:04:29.887Z | [ host-image] Dec 20 22:04:27.647 INFO O| Dec 20 22:04:27.647 INFO STEP 152 (remove_files) COMPLETE |
9911 | 2024-12-20T22:04:29.887Z | [ host-image] Dec 20 22:04:27.648 INFO O| Dec 20 22:04:27.647 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9912 | 2024-12-20T22:04:29.898Z | [ host-image] Dec 20 22:04:27.662 INFO O| Dec 20 22:04:27.662 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9913 | 2024-12-20T22:04:29.902Z | [ host-image] Dec 20 22:04:27.662 INFO O| Dec 20 22:04:27.662 INFO STEP 153 (remove_files) COMPLETE |
9914 | 2024-12-20T22:04:29.902Z | [ host-image] Dec 20 22:04:27.662 INFO O| Dec 20 22:04:27.662 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9915 | 2024-12-20T22:04:29.916Z | [ host-image] Dec 20 22:04:27.679 INFO O| Dec 20 22:04:27.679 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9916 | 2024-12-20T22:04:29.920Z | [ host-image] Dec 20 22:04:27.679 INFO O| Dec 20 22:04:27.679 INFO STEP 154 (remove_files) COMPLETE |
9917 | 2024-12-20T22:04:29.921Z | [ host-image] Dec 20 22:04:27.679 INFO O| Dec 20 22:04:27.679 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9918 | 2024-12-20T22:04:29.933Z | [ host-image] Dec 20 22:04:27.696 INFO O| Dec 20 22:04:27.696 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9919 | 2024-12-20T22:04:29.933Z | [ host-image] Dec 20 22:04:27.696 INFO O| Dec 20 22:04:27.696 INFO STEP 155 (remove_files) COMPLETE |
9920 | 2024-12-20T22:04:29.933Z | [ host-image] Dec 20 22:04:27.696 INFO O| Dec 20 22:04:27.696 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9921 | 2024-12-20T22:04:29.955Z | [ host-image] Dec 20 22:04:27.712 INFO O| Dec 20 22:04:27.712 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9922 | 2024-12-20T22:04:29.955Z | [ host-image] Dec 20 22:04:27.712 INFO O| Dec 20 22:04:27.712 INFO STEP 156 (remove_files) COMPLETE |
9923 | 2024-12-20T22:04:29.955Z | [ host-image] Dec 20 22:04:27.712 INFO O| Dec 20 22:04:27.712 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9924 | 2024-12-20T22:04:29.966Z | [ host-image] Dec 20 22:04:27.728 INFO O| Dec 20 22:04:27.728 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9925 | 2024-12-20T22:04:29.966Z | [ host-image] Dec 20 22:04:27.728 INFO O| Dec 20 22:04:27.728 INFO STEP 157 (remove_files) COMPLETE |
9926 | 2024-12-20T22:04:29.970Z | [ host-image] Dec 20 22:04:27.728 INFO O| Dec 20 22:04:27.728 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9927 | 2024-12-20T22:04:29.987Z | [ host-image] Dec 20 22:04:27.750 INFO O| Dec 20 22:04:27.750 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9928 | 2024-12-20T22:04:29.996Z | [ host-image] Dec 20 22:04:27.750 INFO O| Dec 20 22:04:27.750 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"} |
9929 | 2024-12-20T22:04:39.736Z | [ host-image] Dec 20 22:04:37.497 INFO O| Dec 20 22:04:37.497 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 |
9930 | 2024-12-20T22:04:39.736Z | [ host-image] Dec 20 22:04:37.498 INFO O| Dec 20 22:04:37.497 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9931 | 2024-12-20T22:04:39.757Z | [ host-image] Dec 20 22:04:37.518 INFO O| Dec 20 22:04:37.518 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"} |
9932 | 2024-12-20T22:04:39.849Z | [ host-image] Dec 20 22:04:37.610 INFO O| Dec 20 22:04:37.610 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9933 | 2024-12-20T22:04:39.849Z | [ host-image] Dec 20 22:04:37.610 INFO O| Dec 20 22:04:37.610 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9934 | 2024-12-20T22:04:39.852Z | [ host-image] Dec 20 22:04:37.612 INFO O| Dec 20 22:04:37.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9935 | 2024-12-20T22:04:39.852Z | [ host-image] Dec 20 22:04:37.612 INFO O| Dec 20 22:04:37.612 INFO ok! |
9936 | 2024-12-20T22:04:39.852Z | [ host-image] Dec 20 22:04:37.612 INFO O| Dec 20 22:04:37.612 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9937 | 2024-12-20T22:04:39.852Z | [ host-image] Dec 20 22:04:37.612 INFO O| Dec 20 22:04:37.612 INFO STEP 158 (seed_smf) COMPLETE |
9938 | 2024-12-20T22:04:39.852Z | [ host-image] Dec 20 22:04:37.612 INFO O| Dec 20 22:04:37.612 INFO steps complete; finalising image! |
9939 | 2024-12-20T22:04:39.852Z | [ host-image] Dec 20 22:04:37.612 INFO O| Dec 20 22:04:37.612 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9940 | 2024-12-20T22:04:40.010Z | [ host-image] Dec 20 22:04:37.771 INFO O| Dec 20 22:04:37.771 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Dec 20 22:04:37 2024) |
9941 | 2024-12-20T22:04:40.222Z | [ host-image] Dec 20 22:04:37.983 INFO O| Dec 20 22:04:37.983 INFO trim TEMPORARY-gimlet-zfs: (66% trimmed, started at Fri Dec 20 22:04:37 2024) |
9942 | 2024-12-20T22:04:40.431Z | [ host-image] Dec 20 22:04:38.192 INFO O| Dec 20 22:04:38.192 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Fri Dec 20 22:04:37 2024) |
9943 | 2024-12-20T22:04:40.653Z | [ host-image] Dec 20 22:04:38.414 INFO O| Dec 20 22:04:38.414 INFO temporary pool has 691M used, 141M avail, 1.82x compressratio |
9944 | 2024-12-20T22:04:40.653Z | [ host-image] Dec 20 22:04:38.414 INFO O| Dec 20 22:04:38.414 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9945 | 2024-12-20T22:04:41.005Z | [ host-image] Dec 20 22:04:38.766 INFO O| Dec 20 22:04:38.765 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9946 | 2024-12-20T22:04:41.005Z | [ host-image] Dec 20 22:04:38.766 INFO O| Dec 20 22:04:38.766 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9947 | 2024-12-20T22:04:42.107Z | [ host-image] Dec 20 22:04:39.867 INFO O| Dec 20 22:04:39.867 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9948 | 2024-12-20T22:04:42.107Z | [ host-image] Dec 20 22:04:39.867 INFO O| Dec 20 22:04:39.867 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9949 | 2024-12-20T22:04:42.114Z | [ host-image] Dec 20 22:04:39.867 INFO O| Dec 20 22:04:39.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9950 | 2024-12-20T22:04:42.114Z | [ host-image] Dec 20 22:04:39.867 INFO O| Dec 20 22:04:39.867 INFO completed processing gimlet/zfs |
9951 | 2024-12-20T22:04:42.114Z | [ host-image] Dec 20 22:04:39.867 INFO O| Dec 20 22:04:39.867 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9952 | 2024-12-20T22:04:50.818Z | [ host-image] Dec 20 22:04:48.576 INFO O| Dec 20 22:04:48.576 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9953 | 2024-12-20T22:04:50.916Z | [ host-image] Dec 20 22:04:48.675 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
9954 | 2024-12-20T22:04:50.917Z | [ host-image] Dec 20 22:04:48.675 INFO expanded image name: "ci 5ecbe5f/${os_short_commit} 2024-12-20 21:28" -> "ci 5ecbe5f/37a4469 2024-12-20 21:28" |
9955 | 2024-12-20T22:04:50.919Z | [ host-image] Dec 20 22:04:48.676 INFO output artefacts stored in: "/work/os-host" |
9956 | 2024-12-20T22:04:50.919Z | [ host-image] Dec 20 22:04:48.676 INFO collecting git info from project "phbl"... |
9957 | 2024-12-20T22:04:50.923Z | [ host-image] Dec 20 22:04:48.682 INFO collecting git info from project "bootserver"... |
9958 | 2024-12-20T22:04:50.927Z | [ host-image] Dec 20 22:04:48.687 INFO collecting git info from project "amd-host-image-builder"... |
9959 | 2024-12-20T22:04:50.943Z | [ host-image] Dec 20 22:04:48.702 INFO collecting git info from project "chelsio-t6-roms"... |
9960 | 2024-12-20T22:04:50.947Z | [ host-image] Dec 20 22:04:48.706 INFO collecting git info from project "pinprick"... |
9961 | 2024-12-20T22:04:50.952Z | [ host-image] Dec 20 22:04:48.711 INFO collecting git info from project "pilot"... |
9962 | 2024-12-20T22:04:50.957Z | [ host-image] Dec 20 22:04:48.716 INFO collecting git info from project "image-builder"... |
9963 | 2024-12-20T22:04:50.962Z | [ host-image] Dec 20 22:04:48.721 INFO collecting git info from project "amd-firmware"... |
9964 | 2024-12-20T22:04:50.970Z | [ host-image] Dec 20 22:04:48.729 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9965 | 2024-12-20T22:04:51.346Z | [ host-image] Dec 20 22:04:49.105 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9966 | 2024-12-20T22:04:51.703Z | [ host-image] Dec 20 22:04:49.461 INFO creating Oxide boot image... |
9967 | 2024-12-20T22:04:51.703Z | [ host-image] Dec 20 22:04:49.461 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 5ecbe5f/37a4469 2024-12-20 21:28", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9968 | 2024-12-20T22:04:52.679Z | [ host-image] Dec 20 22:04:50.437 INFO O| ok, image written! |
9969 | 2024-12-20T22:04:52.682Z | [ host-image] Dec 20 22:04:50.438 INFO O| ok, boot_image_csum file written! |
9970 | 2024-12-20T22:04:52.685Z | [ host-image] Dec 20 22:04:50.441 INFO creating boot archive (CPIO)... |
9971 | 2024-12-20T22:04:52.685Z | [ host-image] Dec 20 22:04:50.441 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 |
9972 | 2024-12-20T22:04:52.696Z | [ host-image] Dec 20 22:04:50.452 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9973 | 2024-12-20T22:04:52.696Z | [ host-image] Dec 20 22:04:50.452 INFO E| + outfile=/work/os-host/cpio |
9974 | 2024-12-20T22:04:52.696Z | [ host-image] Dec 20 22:04:50.452 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9975 | 2024-12-20T22:04:52.702Z | [ host-image] Dec 20 22:04:50.454 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9976 | 2024-12-20T22:04:52.702Z | [ host-image] Dec 20 22:04:50.454 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9977 | 2024-12-20T22:04:52.736Z | [ host-image] Dec 20 22:04:50.493 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9978 | 2024-12-20T22:04:52.736Z | [ host-image] Dec 20 22:04:50.494 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9979 | 2024-12-20T22:04:52.745Z | [ host-image] Dec 20 22:04:50.503 INFO creating compressed cpio/unix for nanobl-rs... |
9980 | 2024-12-20T22:04:52.752Z | [ host-image] Dec 20 22:04:50.503 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 |
9981 | 2024-12-20T22:04:53.040Z | [ host-image] Dec 20 22:04:50.799 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9982 | 2024-12-20T22:04:57.396Z | [ host-image] Dec 20 22:04:55.153 INFO creating reset image... |
9983 | 2024-12-20T22:04:57.402Z | [ host-image] Dec 20 22:04:55.153 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9984 | 2024-12-20T22:04:57.518Z | [ host-image] Dec 20 22:04:55.247 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9985 | 2024-12-20T22:04:57.522Z | [ host-image] Dec 20 22:04:55.249 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9986 | 2024-12-20T22:04:57.555Z | [ host-image] Dec 20 22:04:55.307 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9987 | 2024-12-20T22:04:59.466Z | [ host-image] Dec 20 22:04:57.198 INFO E| Finished `release` profile [optimized] target(s) in 1.93s |
9988 | 2024-12-20T22:04:59.507Z | [ host-image] Dec 20 22:04:57.211 INFO building host image... |
9989 | 2024-12-20T22:04:59.507Z | [ host-image] Dec 20 22:04:57.211 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") |
9990 | 2024-12-20T22:04:59.981Z | [ host-image] Dec 20 22:04:57.687 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9991 | 2024-12-20T22:06:02.600Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 15m 06s |
9992 | 2024-12-20T22:06:03.032Z | Dec 20 22:06:00.711 INFO [verify-libraries] process exited with exit status: 0 (910.29687734s) |
9993 | 2024-12-20T22:06:11.116Z | [ host-image] Dec 20 22:06:05.962 INFO image complete! materials are in "/work/os-host" |
9994 | 2024-12-20T22:06:11.190Z | [ host-image] |
9995 | 2024-12-20T22:06:11.190Z | [ host-image] real 15:28.577398814 |
9996 | 2024-12-20T22:06:11.190Z | [ host-image] user 6:30.282083847 |
9997 | 2024-12-20T22:06:11.190Z | [ host-image] sys 1:05.647212776 |
9998 | 2024-12-20T22:06:11.190Z | [ host-image] trap 0.261532172 |
9999 | 2024-12-20T22:06:11.190Z | [ host-image] tflt 0.007237524 |
10000 | 2024-12-20T22:06:11.190Z | [ host-image] dflt 0.090253493 |
10001 | 2024-12-20T22:06:11.190Z | [ host-image] kflt 0.020316845 |
10002 | 2024-12-20T22:06:11.190Z | [ host-image] lock 30.369391845 |
10003 | 2024-12-20T22:06:11.190Z | [ host-image] slp 1:26:37.945622872 |
10004 | 2024-12-20T22:06:11.190Z | [ host-image] lat 2:30.395914007 |
10005 | 2024-12-20T22:06:11.190Z | Dec 20 22:06:05.965 INFO [host-image] process exited with exit status: 0 (928.593658106s) |
10006 | 2024-12-20T22:06:11.191Z | [ host-image] stop 0.403103697 |
10007 | 2024-12-20T22:06:11.191Z | Dec 20 22:06:05.966 INFO [tuf-repo] running task |
10008 | 2024-12-20T22:06:15.991Z | Dec 20 22:06:13.731 INFO assembling repository in `/tmp/tufaceousztg86G`, component: OmicronRepoAssembler |
10009 | 2024-12-20T22:06:20.916Z | Dec 20 22:06:18.655 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
10010 | 2024-12-20T22:06:21.334Z | Dec 20 22:06:19.073 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
10011 | 2024-12-20T22:06:34.217Z | Dec 20 22:06:31.953 INFO [tuf-repo] task succeeded (25.987653996s) |
10012 | 2024-12-20T22:06:34.217Z | Dec 20 22:06:31.953 INFO all jobs completed in 2265.145114353s |
10013 | 2024-12-20T22:06:34.816Z | process exited: duration 2991062 ms, exit code 0 |
|
10014 | 2024-12-20T22:06:34.826Z | found 33 output files |
10015 | 2024-12-20T22:06:34.826Z | uploading: /work/manifest.toml (8404 bytes) |
10016 | 2024-12-20T22:06:35.842Z | uploaded: /work/manifest.toml |
10017 | 2024-12-20T22:06:35.842Z | uploading: /work/repo.zip (1959177994 bytes) |
10018 | 2024-12-20T22:07:18.067Z | uploaded: /work/repo.zip |
10019 | 2024-12-20T22:07:18.067Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
10020 | 2024-12-20T22:07:19.088Z | uploaded: /work/repo.zip.sha256.txt |
10021 | 2024-12-20T22:07:19.088Z | uploading: /work/helios-setup.log (66310 bytes) |
10022 | 2024-12-20T22:07:20.099Z | uploaded: /work/helios-setup.log |
10023 | 2024-12-20T22:07:20.099Z | uploading: /work/host-image.log (200023 bytes) |
10024 | 2024-12-20T22:07:21.116Z | uploaded: /work/host-image.log |
10025 | 2024-12-20T22:07:21.116Z | uploading: /work/host-package.log (22440 bytes) |
10026 | 2024-12-20T22:07:22.134Z | uploaded: /work/host-package.log |
10027 | 2024-12-20T22:07:22.134Z | uploading: /work/host-target.log (101 bytes) |
10028 | 2024-12-20T22:07:23.143Z | uploaded: /work/host-target.log |
10029 | 2024-12-20T22:07:23.143Z | uploading: /work/omicron-package.log (5666 bytes) |
10030 | 2024-12-20T22:07:24.152Z | uploaded: /work/omicron-package.log |
10031 | 2024-12-20T22:07:24.152Z | uploading: /work/phbl-toolchain.log (881 bytes) |
10032 | 2024-12-20T22:07:25.160Z | uploaded: /work/phbl-toolchain.log |
10033 | 2024-12-20T22:07:25.160Z | uploading: /work/recovery-image.log (594904 bytes) |
10034 | 2024-12-20T22:07:26.182Z | uploaded: /work/recovery-image.log |
10035 | 2024-12-20T22:07:26.182Z | uploading: /work/recovery-package.log (321 bytes) |
10036 | 2024-12-20T22:07:27.190Z | uploaded: /work/recovery-package.log |
10037 | 2024-12-20T22:07:27.190Z | uploading: /work/recovery-target.log (98 bytes) |
10038 | 2024-12-20T22:07:28.230Z | uploaded: /work/recovery-target.log |
10039 | 2024-12-20T22:07:28.230Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
10040 | 2024-12-20T22:07:29.271Z | uploaded: /work/stamp-clickhouse.log |
10041 | 2024-12-20T22:07:29.272Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
10042 | 2024-12-20T22:07:30.286Z | uploaded: /work/stamp-clickhouse_keeper.log |
10043 | 2024-12-20T22:07:30.286Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
10044 | 2024-12-20T22:07:31.295Z | uploaded: /work/stamp-cockroachdb.log |
10045 | 2024-12-20T22:07:31.295Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
10046 | 2024-12-20T22:07:32.641Z | uploaded: /work/stamp-crucible-dtrace.log |
10047 | 2024-12-20T22:07:32.641Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
10048 | 2024-12-20T22:07:33.657Z | uploaded: /work/stamp-crucible-pantry-zone.log |
10049 | 2024-12-20T22:07:33.657Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
10050 | 2024-12-20T22:07:34.668Z | uploaded: /work/stamp-crucible-zone.log |
10051 | 2024-12-20T22:07:34.668Z | uploading: /work/stamp-external-dns.log (119 bytes) |
10052 | 2024-12-20T22:07:35.678Z | uploaded: /work/stamp-external-dns.log |
10053 | 2024-12-20T22:07:35.678Z | uploading: /work/stamp-installinator.log (103 bytes) |
10054 | 2024-12-20T22:07:36.691Z | uploaded: /work/stamp-installinator.log |
10055 | 2024-12-20T22:07:36.691Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
10056 | 2024-12-20T22:07:37.699Z | uploaded: /work/stamp-internal-dns.log |
10057 | 2024-12-20T22:07:37.699Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10058 | 2024-12-20T22:07:38.712Z | uploaded: /work/stamp-mg-ddm-gz.log |
10059 | 2024-12-20T22:07:38.712Z | uploading: /work/stamp-nexus.log (112 bytes) |
10060 | 2024-12-20T22:07:39.720Z | uploaded: /work/stamp-nexus.log |
10061 | 2024-12-20T22:07:39.720Z | uploading: /work/stamp-ntp.log (110 bytes) |
10062 | 2024-12-20T22:07:40.731Z | uploaded: /work/stamp-ntp.log |
10063 | 2024-12-20T22:07:40.731Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10064 | 2024-12-20T22:07:41.738Z | uploaded: /work/stamp-omicron-sled-agent.log |
10065 | 2024-12-20T22:07:41.739Z | uploading: /work/stamp-overlay.log (114 bytes) |
10066 | 2024-12-20T22:07:42.747Z | uploaded: /work/stamp-overlay.log |
10067 | 2024-12-20T22:07:42.747Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10068 | 2024-12-20T22:07:43.756Z | uploaded: /work/stamp-oximeter.log |
10069 | 2024-12-20T22:07:43.756Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10070 | 2024-12-20T22:07:44.765Z | uploaded: /work/stamp-oxlog.log |
10071 | 2024-12-20T22:07:44.765Z | uploading: /work/stamp-probe.log (112 bytes) |
10072 | 2024-12-20T22:07:45.773Z | uploaded: /work/stamp-probe.log |
10073 | 2024-12-20T22:07:45.773Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10074 | 2024-12-20T22:07:46.783Z | uploaded: /work/stamp-propolis-server.log |
10075 | 2024-12-20T22:07:46.783Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10076 | 2024-12-20T22:07:47.791Z | uploaded: /work/stamp-pumpkind-gz.log |
10077 | 2024-12-20T22:07:47.791Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10078 | 2024-12-20T22:07:48.804Z | uploaded: /work/stamp-switch-asic.log |
10079 | 2024-12-20T22:07:48.804Z | uploading: /work/verify-libraries.log (5735 bytes) |
10080 | 2024-12-20T22:07:49.815Z | uploaded: /work/verify-libraries.log |