|
|
|
1 | 2024-12-18T22:35:38.636Z | job assigned to worker 01JFDYH9YRR4TJSD7HVF5JSC4S [factory aws, i-0d934f96ba90f7115] (queued for 1 m 2 s) |
|
2 | 2024-12-18T22:35:47.133Z | starting task 0: "setup" |
3 | 2024-12-18T22:35:47.141Z | ++ uname -s |
4 | 2024-12-18T22:35:47.145Z | + kern=SunOS |
5 | 2024-12-18T22:35:47.145Z | + case "$kern" in |
6 | 2024-12-18T22:35:47.145Z | + groupadd -g 12345 build |
7 | 2024-12-18T22:35:47.147Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-18T22:35:49.154Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-18T22:35:49.292Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-18T22:35:49.295Z | + home_fs=zfs |
11 | 2024-12-18T22:35:49.295Z | + [[ zfs == autofs ]] |
12 | 2024-12-18T22:35:49.295Z | + mkdir -p /home/build |
13 | 2024-12-18T22:35:49.298Z | + chown build:build /home/build /work |
14 | 2024-12-18T22:35:50.299Z | + chmod 0700 /home/build /work |
15 | 2024-12-18T22:35:50.302Z | process exited: duration 3170 ms, exit code 0 |
|
16 | 2024-12-18T22:35:50.309Z | starting task 1: "rust-toolchain" |
17 | 2024-12-18T22:35:50.314Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-18T22:35:50.314Z | ' 1.81.0 |
19 | 2024-12-18T22:35:50.314Z | * toolchain channel = "1.81.0" |
20 | 2024-12-18T22:35:50.314Z | * toolchain profile = "default" |
21 | 2024-12-18T22:35:50.314Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-18T22:35:50.314Z | ' default |
23 | 2024-12-18T22:35:50.320Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-18T22:35:50.320Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-18T22:35:50.420Z | info: downloading installer |
26 | 2024-12-18T22:35:51.768Z | info: profile set to 'default' |
27 | 2024-12-18T22:35:51.768Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-18T22:35:51.771Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-18T22:35:51.904Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-18T22:35:51.904Z | info: downloading component 'cargo' |
31 | 2024-12-18T22:35:52.604Z | info: downloading component 'clippy' |
32 | 2024-12-18T22:35:52.858Z | info: downloading component 'rust-docs' |
33 | 2024-12-18T22:35:53.825Z | info: downloading component 'rust-std' |
34 | 2024-12-18T22:35:55.328Z | info: downloading component 'rustc' |
35 | 2024-12-18T22:36:00.744Z | info: downloading component 'rustfmt' |
36 | 2024-12-18T22:36:00.970Z | info: installing component 'cargo' |
37 | 2024-12-18T22:36:01.739Z | info: installing component 'clippy' |
38 | 2024-12-18T22:36:02.093Z | info: installing component 'rust-docs' |
39 | 2024-12-18T22:36:03.699Z | info: installing component 'rust-std' |
40 | 2024-12-18T22:36:05.398Z | info: installing component 'rustc' |
41 | 2024-12-18T22:36:11.141Z | info: installing component 'rustfmt' |
42 | 2024-12-18T22:36:11.461Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-18T22:36:11.462Z | |
44 | 2024-12-18T22:36:11.832Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-18T22:36:11.832Z | |
46 | 2024-12-18T22:36:11.837Z | |
47 | 2024-12-18T22:36:11.838Z | Rust is installed now. Great! |
48 | 2024-12-18T22:36:11.838Z | |
49 | 2024-12-18T22:36:11.838Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-18T22:36:11.838Z | environment variable. This has not been done automatically. |
51 | 2024-12-18T22:36:11.838Z | |
52 | 2024-12-18T22:36:11.838Z | To configure your current shell, you need to source |
53 | 2024-12-18T22:36:11.838Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-18T22:36:11.838Z | |
55 | 2024-12-18T22:36:11.838Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-18T22:36:11.838Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-18T22:36:11.838Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-18T22:36:11.901Z | + rustc --version |
59 | 2024-12-18T22:36:11.968Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-18T22:36:11.972Z | process exited: duration 21660 ms, exit code 0 |
|
61 | 2024-12-18T22:36:11.981Z | starting task 2: "authentication" |
62 | 2024-12-18T22:36:12.005Z | process exited: duration 25 ms, exit code 0 |
|
63 | 2024-12-18T22:36:12.016Z | starting task 3: "clone repository" |
64 | 2024-12-18T22:36:12.019Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-18T22:36:12.023Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-18T22:36:13.472Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-18T22:36:20.820Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-18T22:36:20.820Z | + git fetch origin d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d |
69 | 2024-12-18T22:36:21.128Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-18T22:36:21.128Z | * branch d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d -> FETCH_HEAD |
71 | 2024-12-18T22:36:21.141Z | + [[ -n eliza/webhook-models ]] |
72 | 2024-12-18T22:36:21.152Z | ++ git branch --show-current |
73 | 2024-12-18T22:36:21.152Z | + current=main |
74 | 2024-12-18T22:36:21.152Z | + [[ main != eliza/webhook-models ]] |
75 | 2024-12-18T22:36:21.152Z | + git branch -f eliza/webhook-models d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d |
76 | 2024-12-18T22:36:21.152Z | + git checkout -f eliza/webhook-models |
77 | 2024-12-18T22:36:21.329Z | Switched to branch 'eliza/webhook-models' |
78 | 2024-12-18T22:36:21.334Z | + git reset --hard d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d |
79 | 2024-12-18T22:36:21.376Z | HEAD is now at d80c4c9ce more diesel plumbing |
80 | 2024-12-18T22:36:21.389Z | process exited: duration 9352 ms, exit code 0 |
|
81 | 2024-12-18T22:36:21.408Z | starting task 4: "build" |
82 | 2024-12-18T22:36:21.418Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-18T22:36:21.418Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-18T22:36:21.418Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-18T22:36:21.418Z | + cargo --version |
86 | 2024-12-18T22:36:21.472Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-18T22:36:21.479Z | + rustc --version |
88 | 2024-12-18T22:36:21.536Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-18T22:36:21.543Z | + cargo tree --locked |
90 | 2024-12-18T22:36:21.809Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-12-18T22:36:22.102Z | Updating crates.io index |
92 | 2024-12-18T22:36:22.106Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
93 | 2024-12-18T22:36:22.671Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
94 | 2024-12-18T22:36:26.393Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
95 | 2024-12-18T22:36:26.584Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
96 | 2024-12-18T22:36:26.584Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
97 | 2024-12-18T22:36:26.584Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-18T22:36:26.584Z | Updating git repository `https://github.com/oxidecomputer/opte` |
99 | 2024-12-18T22:36:26.777Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
100 | 2024-12-18T22:36:27.640Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
101 | 2024-12-18T22:36:28.000Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
102 | 2024-12-18T22:36:28.292Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
103 | 2024-12-18T22:36:29.015Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
104 | 2024-12-18T22:36:29.402Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
105 | 2024-12-18T22:36:29.703Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
106 | 2024-12-18T22:36:30.018Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
107 | 2024-12-18T22:36:30.293Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
108 | 2024-12-18T22:36:30.586Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
109 | 2024-12-18T22:36:30.875Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
110 | 2024-12-18T22:36:31.221Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
111 | 2024-12-18T22:36:31.618Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-18T22:36:31.888Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-18T22:36:32.374Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
114 | 2024-12-18T22:36:32.706Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
115 | 2024-12-18T22:36:33.211Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
116 | 2024-12-18T22:36:33.614Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
117 | 2024-12-18T22:36:33.945Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-12-18T22:36:34.230Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-12-18T22:36:34.493Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-12-18T22:36:36.047Z | Downloading crates ... |
121 | 2024-12-18T22:36:36.172Z | Downloaded ciborium v0.2.2 |
122 | 2024-12-18T22:36:36.186Z | Downloaded expectorate v1.1.0 |
123 | 2024-12-18T22:36:36.189Z | Downloaded fallible-iterator v0.3.0 |
124 | 2024-12-18T22:36:36.192Z | Downloaded fallible-streaming-iterator v0.1.9 |
125 | 2024-12-18T22:36:36.192Z | Downloaded escape8259 v0.5.3 |
126 | 2024-12-18T22:36:36.192Z | Downloaded event-listener-strategy v0.5.2 |
127 | 2024-12-18T22:36:36.195Z | Downloaded event-listener v2.5.3 |
128 | 2024-12-18T22:36:36.195Z | Downloaded errno v0.3.9 |
129 | 2024-12-18T22:36:36.195Z | Downloaded fallible-iterator v0.2.0 |
130 | 2024-12-18T22:36:36.198Z | Downloaded event-listener v5.3.1 |
131 | 2024-12-18T22:36:36.234Z | Downloaded anstyle-query v1.1.1 |
132 | 2024-12-18T22:36:36.238Z | Downloaded filetime v0.2.25 |
133 | 2024-12-18T22:36:36.238Z | Downloaded fancy-regex v0.13.0 |
134 | 2024-12-18T22:36:36.243Z | Downloaded anstyle v1.0.10 |
135 | 2024-12-18T22:36:36.246Z | Downloaded approx v0.5.1 |
136 | 2024-12-18T22:36:36.246Z | Downloaded ff v0.13.0 |
137 | 2024-12-18T22:36:36.249Z | Downloaded foreign-types v0.3.2 |
138 | 2024-12-18T22:36:36.249Z | Downloaded fatfs v0.3.6 |
139 | 2024-12-18T22:36:36.252Z | Downloaded array-init v0.0.4 |
140 | 2024-12-18T22:36:36.255Z | Downloaded foreign-types-shared v0.1.1 |
141 | 2024-12-18T22:36:36.255Z | Downloaded foreign-types-shared v0.3.1 |
142 | 2024-12-18T22:36:36.260Z | Downloaded async-stream-impl v0.3.6 |
143 | 2024-12-18T22:36:36.260Z | Downloaded async-process v2.3.0 |
144 | 2024-12-18T22:36:36.261Z | Downloaded async-object-pool v0.1.5 |
145 | 2024-12-18T22:36:36.261Z | Downloaded atty v0.2.14 |
146 | 2024-12-18T22:36:36.264Z | Downloaded fixedbitset v0.4.2 |
147 | 2024-12-18T22:36:36.271Z | Downloaded fxhash v0.2.1 |
148 | 2024-12-18T22:36:36.274Z | Downloaded atomicwrites v0.4.4 |
149 | 2024-12-18T22:36:36.278Z | Downloaded arrayref v0.3.9 |
150 | 2024-12-18T22:36:36.281Z | Downloaded http-body v1.0.1 |
151 | 2024-12-18T22:36:36.284Z | Downloaded fd-lock v4.0.2 |
152 | 2024-12-18T22:36:36.284Z | Downloaded anes v0.1.6 |
153 | 2024-12-18T22:36:36.289Z | Downloaded fastrand v2.1.1 |
154 | 2024-12-18T22:36:36.289Z | Downloaded glob v0.3.1 |
155 | 2024-12-18T22:36:36.291Z | Downloaded futures-task v0.3.31 |
156 | 2024-12-18T22:36:36.292Z | Downloaded ascii-canvas v3.0.0 |
157 | 2024-12-18T22:36:36.294Z | Downloaded futures-sink v0.3.31 |
158 | 2024-12-18T22:36:36.294Z | Downloaded futures-macro v0.3.31 |
159 | 2024-12-18T22:36:36.295Z | Downloaded futures-core v0.3.31 |
160 | 2024-12-18T22:36:36.300Z | Downloaded fs-err v2.11.0 |
161 | 2024-12-18T22:36:36.303Z | Downloaded futures-io v0.3.31 |
162 | 2024-12-18T22:36:36.303Z | Downloaded futures-executor v0.3.31 |
163 | 2024-12-18T22:36:36.303Z | Downloaded form_urlencoded v1.2.1 |
164 | 2024-12-18T22:36:36.303Z | Downloaded atomic-waker v1.1.2 |
165 | 2024-12-18T22:36:36.303Z | Downloaded anstyle-parse v0.2.5 |
166 | 2024-12-18T22:36:36.306Z | Downloaded headers-core v0.3.0 |
167 | 2024-12-18T22:36:36.306Z | Downloaded heck v0.4.1 |
168 | 2024-12-18T22:36:36.309Z | Downloaded hex v0.4.3 |
169 | 2024-12-18T22:36:36.310Z | Downloaded hash32 v0.3.1 |
170 | 2024-12-18T22:36:36.310Z | Downloaded ghash v0.5.1 |
171 | 2024-12-18T22:36:36.314Z | Downloaded cfg_aliases v0.2.1 |
172 | 2024-12-18T22:36:36.314Z | Downloaded guppy-workspace-hack v0.1.0 |
173 | 2024-12-18T22:36:36.314Z | Downloaded fragile v2.0.0 |
174 | 2024-12-18T22:36:36.321Z | Downloaded hubpack_derive v0.1.1 |
175 | 2024-12-18T22:36:36.321Z | Downloaded heck v0.5.0 |
176 | 2024-12-18T22:36:36.321Z | Downloaded async-stream v0.3.6 |
177 | 2024-12-18T22:36:36.324Z | Downloaded async-recursion v1.1.1 |
178 | 2024-12-18T22:36:36.325Z | Downloaded hostname v0.4.0 |
179 | 2024-12-18T22:36:36.325Z | Downloaded hostname v0.3.1 |
180 | 2024-12-18T22:36:36.329Z | Downloaded funty v2.0.0 |
181 | 2024-12-18T22:36:36.329Z | Downloaded fs_extra v1.3.0 |
182 | 2024-12-18T22:36:36.329Z | Downloaded bcrypt-pbkdf v0.10.0 |
183 | 2024-12-18T22:36:36.332Z | Downloaded bit-vec v0.6.3 |
184 | 2024-12-18T22:36:36.332Z | Downloaded highway v1.2.0 |
185 | 2024-12-18T22:36:36.336Z | Downloaded globset v0.4.15 |
186 | 2024-12-18T22:36:36.336Z | Downloaded bit-set v0.5.3 |
187 | 2024-12-18T22:36:36.341Z | Downloaded gethostname v0.5.0 |
188 | 2024-12-18T22:36:36.341Z | Downloaded futures-lite v2.3.0 |
189 | 2024-12-18T22:36:36.341Z | Downloaded futures-channel v0.3.31 |
190 | 2024-12-18T22:36:36.346Z | Downloaded pathdiff v0.2.2 |
191 | 2024-12-18T22:36:36.346Z | Downloaded heck v0.3.3 |
192 | 2024-12-18T22:36:36.346Z | Downloaded blowfish v0.9.1 |
193 | 2024-12-18T22:36:36.350Z | Downloaded bitflags v1.3.2 |
194 | 2024-12-18T22:36:36.350Z | Downloaded async-trait v0.1.83 |
195 | 2024-12-18T22:36:36.353Z | Downloaded peg-runtime v0.8.3 |
196 | 2024-12-18T22:36:36.353Z | Downloaded async-signal v0.2.10 |
197 | 2024-12-18T22:36:36.356Z | Downloaded humantime v2.1.0 |
198 | 2024-12-18T22:36:36.356Z | Downloaded arrayvec v0.7.6 |
199 | 2024-12-18T22:36:36.361Z | Downloaded httpdate v1.0.3 |
200 | 2024-12-18T22:36:36.361Z | Downloaded getrandom v0.2.15 |
201 | 2024-12-18T22:36:36.368Z | Downloaded byteorder v1.5.0 |
202 | 2024-12-18T22:36:36.368Z | Downloaded blocking v1.6.1 |
203 | 2024-12-18T22:36:36.368Z | Downloaded hubpack v0.1.2 |
204 | 2024-12-18T22:36:36.368Z | Downloaded hashlink v0.9.1 |
205 | 2024-12-18T22:36:36.371Z | Downloaded cassowary v0.3.0 |
206 | 2024-12-18T22:36:36.371Z | Downloaded cfg_aliases v0.1.1 |
207 | 2024-12-18T22:36:36.374Z | Downloaded cargo-platform v0.1.8 |
208 | 2024-12-18T22:36:36.374Z | Downloaded buf-list v1.0.3 |
209 | 2024-12-18T22:36:36.378Z | Downloaded http-body-util v0.1.2 |
210 | 2024-12-18T22:36:36.378Z | Downloaded futures v0.3.31 |
211 | 2024-12-18T22:36:36.385Z | Downloaded chacha20 v0.9.1 |
212 | 2024-12-18T22:36:36.388Z | Downloaded httparse v1.9.5 |
213 | 2024-12-18T22:36:36.388Z | Downloaded parse-display-derive v0.10.0 |
214 | 2024-12-18T22:36:36.388Z | Downloaded cfg-if v1.0.0 |
215 | 2024-12-18T22:36:36.391Z | Downloaded olpc-cjson v0.1.4 |
216 | 2024-12-18T22:36:36.391Z | Downloaded num-iter v0.1.45 |
217 | 2024-12-18T22:36:36.391Z | Downloaded num-integer v0.1.46 |
218 | 2024-12-18T22:36:36.394Z | Downloaded chrono-tz-build v0.4.0 |
219 | 2024-12-18T22:36:36.394Z | Downloaded async-task v4.7.1 |
220 | 2024-12-18T22:36:36.398Z | Downloaded serde-big-array v0.5.1 |
221 | 2024-12-18T22:36:36.399Z | Downloaded scroll_derive v0.12.0 |
222 | 2024-12-18T22:36:36.403Z | Downloaded assert_cmd v2.0.16 |
223 | 2024-12-18T22:36:36.403Z | Downloaded half v2.4.1 |
224 | 2024-12-18T22:36:36.407Z | Downloaded slog-envlogger v2.2.0 |
225 | 2024-12-18T22:36:36.407Z | Downloaded backoff v0.4.0 |
226 | 2024-12-18T22:36:36.410Z | Downloaded ahash v0.8.11 |
227 | 2024-12-18T22:36:36.413Z | Downloaded r2d2 v0.8.10 |
228 | 2024-12-18T22:36:36.413Z | Downloaded camino v1.1.9 |
229 | 2024-12-18T22:36:36.417Z | Downloaded proc-macro-crate v1.3.1 |
230 | 2024-12-18T22:36:36.417Z | Downloaded phf v0.11.2 |
231 | 2024-12-18T22:36:36.420Z | Downloaded hyper-rustls v0.26.0 |
232 | 2024-12-18T22:36:36.420Z | Downloaded strsim v0.11.1 |
233 | 2024-12-18T22:36:36.424Z | Downloaded primeorder v0.13.6 |
234 | 2024-12-18T22:36:36.424Z | Downloaded cancel-safe-futures v0.1.5 |
235 | 2024-12-18T22:36:36.427Z | Downloaded rand_core v0.6.4 |
236 | 2024-12-18T22:36:36.431Z | Downloaded flume v0.11.1 |
237 | 2024-12-18T22:36:36.434Z | Downloaded cargo_metadata v0.18.1 |
238 | 2024-12-18T22:36:36.434Z | Downloaded camino-tempfile v1.1.1 |
239 | 2024-12-18T22:36:36.439Z | Downloaded toolchain_find v0.4.0 |
240 | 2024-12-18T22:36:36.439Z | Downloaded vte_generate_state_changes v0.1.2 |
241 | 2024-12-18T22:36:36.439Z | Downloaded take_mut v0.2.2 |
242 | 2024-12-18T22:36:36.443Z | Downloaded usdt-attr-macro v0.5.0 |
243 | 2024-12-18T22:36:36.443Z | Downloaded bzip2 v0.4.4 |
244 | 2024-12-18T22:36:36.443Z | Downloaded ref-cast-impl v1.0.23 |
245 | 2024-12-18T22:36:36.446Z | Downloaded hyper-rustls v0.27.3 |
246 | 2024-12-18T22:36:36.446Z | Downloaded hmac v0.12.1 |
247 | 2024-12-18T22:36:36.449Z | Downloaded bcs v0.1.6 |
248 | 2024-12-18T22:36:36.452Z | Downloaded hickory-client v0.24.1 |
249 | 2024-12-18T22:36:36.458Z | Downloaded salsa20 v0.10.2 |
250 | 2024-12-18T22:36:36.458Z | Downloaded crunchy v0.2.2 |
251 | 2024-12-18T22:36:36.458Z | Downloaded rfc6979 v0.4.0 |
252 | 2024-12-18T22:36:36.461Z | Downloaded resolv-conf v0.7.0 |
253 | 2024-12-18T22:36:36.461Z | Downloaded arc-swap v1.7.1 |
254 | 2024-12-18T22:36:36.464Z | Downloaded diesel_table_macro_syntax v0.2.0 |
255 | 2024-12-18T22:36:36.468Z | Downloaded async-io v2.3.4 |
256 | 2024-12-18T22:36:36.471Z | Downloaded base64 v0.13.1 |
257 | 2024-12-18T22:36:36.474Z | Downloaded tabwriter v1.4.0 |
258 | 2024-12-18T22:36:36.476Z | Downloaded tokio-macros v2.4.0 |
259 | 2024-12-18T22:36:36.477Z | Downloaded password-hash v0.5.0 |
260 | 2024-12-18T22:36:36.479Z | Downloaded cbc v0.1.2 |
261 | 2024-12-18T22:36:36.482Z | Downloaded bitflags v2.6.0 |
262 | 2024-12-18T22:36:36.485Z | Downloaded blake2 v0.10.6 |
263 | 2024-12-18T22:36:36.489Z | Downloaded enum-as-inner v0.5.1 |
264 | 2024-12-18T22:36:36.492Z | Downloaded structmeta v0.2.0 |
265 | 2024-12-18T22:36:36.492Z | Downloaded newtype_derive v0.1.6 |
266 | 2024-12-18T22:36:36.492Z | Downloaded newline-converter v0.3.0 |
267 | 2024-12-18T22:36:36.496Z | Downloaded mirai-annotations v1.12.0 |
268 | 2024-12-18T22:36:36.496Z | Downloaded strip-ansi-escapes v0.2.0 |
269 | 2024-12-18T22:36:36.499Z | Downloaded thread-id v4.2.2 |
270 | 2024-12-18T22:36:36.499Z | Downloaded tap v1.0.1 |
271 | 2024-12-18T22:36:36.499Z | Downloaded threadpool v1.8.1 |
272 | 2024-12-18T22:36:36.502Z | Downloaded typify-macro v0.2.0 |
273 | 2024-12-18T22:36:36.502Z | Downloaded stringprep v0.1.5 |
274 | 2024-12-18T22:36:36.505Z | Downloaded stable_deref_trait v1.2.0 |
275 | 2024-12-18T22:36:36.505Z | Downloaded shell-words v1.1.0 |
276 | 2024-12-18T22:36:36.508Z | Downloaded zerovec-derive v0.10.3 |
277 | 2024-12-18T22:36:36.508Z | Downloaded version_check v0.9.5 |
278 | 2024-12-18T22:36:36.511Z | Downloaded cfg-expr v0.17.0 |
279 | 2024-12-18T22:36:36.514Z | Downloaded topological-sort v0.2.2 |
280 | 2024-12-18T22:36:36.514Z | Downloaded omicron-zone-package v0.11.1 |
281 | 2024-12-18T22:36:36.517Z | Downloaded sha1 v0.10.6 |
282 | 2024-12-18T22:36:36.521Z | Downloaded cmake v0.1.51 |
283 | 2024-12-18T22:36:36.521Z | Downloaded crypto-common v0.1.6 |
284 | 2024-12-18T22:36:36.526Z | Downloaded serde-hex v0.1.0 |
285 | 2024-12-18T22:36:36.526Z | Downloaded progenitor-client v0.8.0 |
286 | 2024-12-18T22:36:36.526Z | Downloaded colored v2.1.0 |
287 | 2024-12-18T22:36:36.530Z | Downloaded semver v1.0.23 |
288 | 2024-12-18T22:36:36.530Z | Downloaded diesel-dtrace v0.4.0 |
289 | 2024-12-18T22:36:36.534Z | Downloaded debug-ignore v1.0.5 |
290 | 2024-12-18T22:36:36.534Z | Downloaded colorchoice v1.0.2 |
291 | 2024-12-18T22:36:36.538Z | Downloaded cobs v0.2.3 |
292 | 2024-12-18T22:36:36.538Z | Downloaded clap_lex v0.7.2 |
293 | 2024-12-18T22:36:36.538Z | Downloaded pin-project-internal v1.1.6 |
294 | 2024-12-18T22:36:36.541Z | Downloaded allocator-api2 v0.2.18 |
295 | 2024-12-18T22:36:36.546Z | Downloaded relative-path v1.9.3 |
296 | 2024-12-18T22:36:36.546Z | Downloaded addr2line v0.24.2 |
297 | 2024-12-18T22:36:36.546Z | Downloaded httptest v0.16.1 |
298 | 2024-12-18T22:36:36.548Z | Downloaded ipnetwork v0.20.0 |
299 | 2024-12-18T22:36:36.552Z | Downloaded heapless v0.8.0 |
300 | 2024-12-18T22:36:36.557Z | Downloaded blake2b_simd v1.0.2 |
301 | 2024-12-18T22:36:36.557Z | Downloaded env_filter v0.1.2 |
302 | 2024-12-18T22:36:36.564Z | Downloaded num_cpus v1.16.0 |
303 | 2024-12-18T22:36:36.564Z | Downloaded is-terminal v0.4.13 |
304 | 2024-12-18T22:36:36.570Z | Downloaded parking v2.2.1 |
305 | 2024-12-18T22:36:36.570Z | Downloaded sync-ptr v0.1.1 |
306 | 2024-12-18T22:36:36.570Z | Downloaded sqlparser_derive v0.2.2 |
307 | 2024-12-18T22:36:36.570Z | Downloaded num_enum v0.5.11 |
308 | 2024-12-18T22:36:36.573Z | Downloaded lru v0.12.5 |
309 | 2024-12-18T22:36:36.573Z | Downloaded typify v0.2.0 |
310 | 2024-12-18T22:36:36.573Z | Downloaded libsw v3.3.1 |
311 | 2024-12-18T22:36:36.578Z | Downloaded num_enum_derive v0.5.11 |
312 | 2024-12-18T22:36:36.578Z | Downloaded wait-timeout v0.2.0 |
313 | 2024-12-18T22:36:36.583Z | Downloaded vsss-rs v3.3.4 |
314 | 2024-12-18T22:36:36.584Z | Downloaded chacha20poly1305 v0.10.1 |
315 | 2024-12-18T22:36:36.584Z | Downloaded base64 v0.22.1 |
316 | 2024-12-18T22:36:36.590Z | Downloaded ron v0.7.1 |
317 | 2024-12-18T22:36:36.594Z | Downloaded derive_builder v0.20.2 |
318 | 2024-12-18T22:36:36.597Z | Downloaded termtree v0.4.1 |
319 | 2024-12-18T22:36:36.597Z | Downloaded flate2 v1.0.34 |
320 | 2024-12-18T22:36:36.602Z | Downloaded usdt-macro v0.5.0 |
321 | 2024-12-18T22:36:36.605Z | Downloaded rpassword v7.3.1 |
322 | 2024-12-18T22:36:36.605Z | Downloaded ppv-lite86 v0.2.20 |
323 | 2024-12-18T22:36:36.608Z | Downloaded percent-encoding v2.3.1 |
324 | 2024-12-18T22:36:36.609Z | Downloaded ref-cast v1.0.23 |
325 | 2024-12-18T22:36:36.612Z | Downloaded sec1 v0.7.3 |
326 | 2024-12-18T22:36:36.612Z | Downloaded rustc-hash v1.1.0 |
327 | 2024-12-18T22:36:36.612Z | Downloaded serde_path_to_error v0.1.16 |
328 | 2024-12-18T22:36:36.617Z | Downloaded hickory-server v0.24.1 |
329 | 2024-12-18T22:36:36.620Z | Downloaded zone_cfg_derive v0.3.0 |
330 | 2024-12-18T22:36:36.623Z | Downloaded zone_cfg_derive v0.1.2 |
331 | 2024-12-18T22:36:36.623Z | Downloaded quinn-udp v0.5.5 |
332 | 2024-12-18T22:36:36.623Z | Downloaded bumpalo v3.16.0 |
333 | 2024-12-18T22:36:36.627Z | Downloaded heapless v0.7.17 |
334 | 2024-12-18T22:36:36.630Z | Downloaded downcast v0.11.0 |
335 | 2024-12-18T22:36:36.636Z | Downloaded cstr-argument v0.1.2 |
336 | 2024-12-18T22:36:36.636Z | Downloaded crucible-workspace-hack v0.1.0 |
337 | 2024-12-18T22:36:36.637Z | Downloaded nibble_vec v0.1.0 |
338 | 2024-12-18T22:36:36.643Z | Downloaded lock_api v0.4.12 |
339 | 2024-12-18T22:36:36.645Z | Downloaded termios v0.3.3 |
340 | 2024-12-18T22:36:36.645Z | Downloaded terminal_size v0.4.0 |
341 | 2024-12-18T22:36:36.645Z | Downloaded target-spec v3.2.2 |
342 | 2024-12-18T22:36:36.645Z | Downloaded strum_macros v0.24.3 |
343 | 2024-12-18T22:36:36.657Z | Downloaded stringmetrics v2.2.2 |
344 | 2024-12-18T22:36:36.657Z | Downloaded partial-io v0.5.4 |
345 | 2024-12-18T22:36:36.657Z | Downloaded vte v0.11.1 |
346 | 2024-12-18T22:36:36.657Z | Downloaded vergen v8.3.2 |
347 | 2024-12-18T22:36:36.695Z | Downloaded ucd-trie v0.1.7 |
348 | 2024-12-18T22:36:36.695Z | Downloaded thiserror v2.0.3 |
349 | 2024-12-18T22:36:36.696Z | Downloaded owo-colors v4.1.0 |
350 | 2024-12-18T22:36:36.696Z | Downloaded thiserror-impl v1.0.69 |
351 | 2024-12-18T22:36:36.696Z | Downloaded thiserror v1.0.69 |
352 | 2024-12-18T22:36:36.696Z | Downloaded new_debug_unreachable v1.0.6 |
353 | 2024-12-18T22:36:36.696Z | Downloaded nested v0.1.1 |
354 | 2024-12-18T22:36:36.696Z | Downloaded utf-8 v0.7.6 |
355 | 2024-12-18T22:36:36.696Z | Downloaded hickory-resolver v0.24.1 |
356 | 2024-12-18T22:36:36.696Z | Downloaded usdt v0.5.0 |
357 | 2024-12-18T22:36:36.696Z | Downloaded quote v1.0.37 |
358 | 2024-12-18T22:36:36.696Z | Downloaded rustc-demangle v0.1.24 |
359 | 2024-12-18T22:36:36.696Z | Downloaded icu_normalizer_data v1.5.0 |
360 | 2024-12-18T22:36:36.696Z | Downloaded icu_normalizer v1.5.0 |
361 | 2024-12-18T22:36:36.696Z | Downloaded zone v0.3.0 |
362 | 2024-12-18T22:36:36.696Z | Downloaded precomputed-hash v0.1.1 |
363 | 2024-12-18T22:36:36.696Z | Downloaded num_threads v0.1.7 |
364 | 2024-12-18T22:36:36.696Z | Downloaded ctr v0.9.2 |
365 | 2024-12-18T22:36:36.698Z | Downloaded num-conv v0.1.0 |
366 | 2024-12-18T22:36:36.698Z | Downloaded icu_locid_transform_data v1.5.0 |
367 | 2024-12-18T22:36:36.698Z | Downloaded prettyplease v0.2.25 |
368 | 2024-12-18T22:36:36.713Z | Downloaded path-slash v0.1.5 |
369 | 2024-12-18T22:36:36.713Z | Downloaded crc v3.2.1 |
370 | 2024-12-18T22:36:36.713Z | Downloaded diff v0.1.13 |
371 | 2024-12-18T22:36:36.713Z | Downloaded strum_macros v0.25.3 |
372 | 2024-12-18T22:36:36.713Z | Downloaded either v1.13.0 |
373 | 2024-12-18T22:36:36.713Z | Downloaded dirs-next v2.0.0 |
374 | 2024-12-18T22:36:36.718Z | Downloaded log v0.4.22 |
375 | 2024-12-18T22:36:36.719Z | Downloaded postgres-protocol v0.6.7 |
376 | 2024-12-18T22:36:36.719Z | Downloaded pem-rfc7468 v0.7.0 |
377 | 2024-12-18T22:36:36.719Z | Downloaded serde v1.0.215 |
378 | 2024-12-18T22:36:36.722Z | Downloaded peg-macros v0.8.4 |
379 | 2024-12-18T22:36:36.722Z | Downloaded slog-stdlog v4.1.1 |
380 | 2024-12-18T22:36:36.725Z | Downloaded slog-scope v4.4.0 |
381 | 2024-12-18T22:36:36.725Z | Downloaded tinyvec_macros v0.1.1 |
382 | 2024-12-18T22:36:36.725Z | Downloaded structmeta v0.3.0 |
383 | 2024-12-18T22:36:36.731Z | Downloaded slog-json v2.6.1 |
384 | 2024-12-18T22:36:36.731Z | Downloaded slog-dtrace v0.3.0 |
385 | 2024-12-18T22:36:36.731Z | Downloaded simd-adler32 v0.3.7 |
386 | 2024-12-18T22:36:36.741Z | Downloaded progenitor-impl v0.8.0 |
387 | 2024-12-18T22:36:36.744Z | Downloaded libefi-sys v0.1.0 |
388 | 2024-12-18T22:36:36.744Z | Downloaded lazycell v1.3.0 |
389 | 2024-12-18T22:36:36.744Z | Downloaded lazy_static v1.5.0 |
390 | 2024-12-18T22:36:36.744Z | Downloaded lalrpop-util v0.19.12 |
391 | 2024-12-18T22:36:36.744Z | Downloaded postgres-types v0.2.8 |
392 | 2024-12-18T22:36:36.762Z | Downloaded swrite v0.1.0 |
393 | 2024-12-18T22:36:36.762Z | Downloaded const_format_proc_macros v0.2.33 |
394 | 2024-12-18T22:36:36.762Z | Downloaded yoke v0.7.4 |
395 | 2024-12-18T22:36:36.762Z | Downloaded zerocopy-derive v0.7.35 |
396 | 2024-12-18T22:36:36.773Z | Downloaded memmap v0.7.0 |
397 | 2024-12-18T22:36:36.773Z | Downloaded icu_properties v1.5.1 |
398 | 2024-12-18T22:36:36.773Z | Downloaded tar v0.4.42 |
399 | 2024-12-18T22:36:36.773Z | Downloaded num-derive v0.4.2 |
400 | 2024-12-18T22:36:36.773Z | Downloaded dsl_auto_type v0.1.2 |
401 | 2024-12-18T22:36:36.773Z | Downloaded csv-core v0.1.11 |
402 | 2024-12-18T22:36:36.773Z | Downloaded similar v2.6.0 |
403 | 2024-12-18T22:36:36.773Z | Downloaded dtrace-parser v0.2.0 |
404 | 2024-12-18T22:36:36.778Z | Downloaded quick-error v1.2.3 |
405 | 2024-12-18T22:36:36.778Z | Downloaded proc-macro-crate v3.2.0 |
406 | 2024-12-18T22:36:36.778Z | Downloaded pbkdf2 v0.11.0 |
407 | 2024-12-18T22:36:36.778Z | Downloaded path-tree v0.8.1 |
408 | 2024-12-18T22:36:36.778Z | Downloaded paste v1.0.15 |
409 | 2024-12-18T22:36:36.781Z | Downloaded crypto-bigint v0.5.5 |
410 | 2024-12-18T22:36:36.784Z | Downloaded aes v0.8.4 |
411 | 2024-12-18T22:36:36.788Z | Downloaded signal-hook-registry v1.4.2 |
412 | 2024-12-18T22:36:36.791Z | Downloaded rustls-pemfile v1.0.4 |
413 | 2024-12-18T22:36:36.791Z | Downloaded ipnet v2.10.1 |
414 | 2024-12-18T22:36:36.795Z | Downloaded normalize-line-endings v0.3.0 |
415 | 2024-12-18T22:36:36.795Z | Downloaded textwrap v0.16.1 |
416 | 2024-12-18T22:36:36.799Z | Downloaded matches v0.1.10 |
417 | 2024-12-18T22:36:36.800Z | Downloaded match_cfg v0.1.0 |
418 | 2024-12-18T22:36:36.800Z | Downloaded signal-hook-tokio v0.3.1 |
419 | 2024-12-18T22:36:36.804Z | Downloaded smf v0.2.3 |
420 | 2024-12-18T22:36:36.804Z | Downloaded number_prefix v0.4.0 |
421 | 2024-12-18T22:36:36.804Z | Downloaded smawk v0.3.2 |
422 | 2024-12-18T22:36:36.804Z | Downloaded iana-time-zone v0.1.61 |
423 | 2024-12-18T22:36:36.808Z | Downloaded tokio-native-tls v0.3.1 |
424 | 2024-12-18T22:36:36.811Z | Downloaded subtle v2.6.1 |
425 | 2024-12-18T22:36:36.811Z | Downloaded tls_codec_derive v0.4.1 |
426 | 2024-12-18T22:36:36.814Z | Downloaded supports-color v3.0.1 |
427 | 2024-12-18T22:36:36.814Z | Downloaded nom v7.1.3 |
428 | 2024-12-18T22:36:36.818Z | Downloaded plotters-svg v0.3.7 |
429 | 2024-12-18T22:36:36.822Z | Downloaded num-rational v0.4.2 |
430 | 2024-12-18T22:36:36.823Z | Downloaded papergrid v0.11.0 |
431 | 2024-12-18T22:36:36.826Z | Downloaded untrusted v0.7.1 |
432 | 2024-12-18T22:36:36.830Z | Downloaded utf8_iter v1.0.4 |
433 | 2024-12-18T22:36:36.830Z | Downloaded utf16_iter v1.0.5 |
434 | 2024-12-18T22:36:36.830Z | Downloaded schemars v0.8.21 |
435 | 2024-12-18T22:36:36.840Z | Downloaded crossbeam-deque v0.8.5 |
436 | 2024-12-18T22:36:36.845Z | Downloaded criterion-plot v0.5.0 |
437 | 2024-12-18T22:36:36.845Z | Downloaded untrusted v0.9.0 |
438 | 2024-12-18T22:36:36.848Z | Downloaded hashbrown v0.15.1 |
439 | 2024-12-18T22:36:36.853Z | Downloaded unicode-truncate v1.1.0 |
440 | 2024-12-18T22:36:36.853Z | Downloaded rust-argon2 v2.1.0 |
441 | 2024-12-18T22:36:36.859Z | Downloaded inout v0.1.3 |
442 | 2024-12-18T22:36:36.859Z | Downloaded indoc v2.0.5 |
443 | 2024-12-18T22:36:36.869Z | Downloaded password-hash v0.4.2 |
444 | 2024-12-18T22:36:36.869Z | Downloaded rustls-native-certs v0.7.3 |
445 | 2024-12-18T22:36:36.869Z | Downloaded rustls-pemfile v2.2.0 |
446 | 2024-12-18T22:36:36.876Z | Downloaded tungstenite v0.23.0 |
447 | 2024-12-18T22:36:36.876Z | Downloaded serde_repr v0.1.19 |
448 | 2024-12-18T22:36:36.876Z | Downloaded time-core v0.1.2 |
449 | 2024-12-18T22:36:36.876Z | Downloaded unicode-bidi v0.3.17 |
450 | 2024-12-18T22:36:36.882Z | Downloaded oorandom v11.1.4 |
451 | 2024-12-18T22:36:36.882Z | Downloaded polling v3.7.3 |
452 | 2024-12-18T22:36:36.882Z | Downloaded smallvec v0.6.14 |
453 | 2024-12-18T22:36:36.882Z | Downloaded guppy v0.17.8 |
454 | 2024-12-18T22:36:36.885Z | Downloaded packed_struct_codegen v0.10.1 |
455 | 2024-12-18T22:36:36.888Z | Downloaded pest_generator v2.7.14 |
456 | 2024-12-18T22:36:36.888Z | Downloaded polyval v0.6.2 |
457 | 2024-12-18T22:36:36.892Z | Downloaded num-traits v0.2.19 |
458 | 2024-12-18T22:36:36.895Z | Downloaded tinyvec v1.8.0 |
459 | 2024-12-18T22:36:36.898Z | Downloaded uzers v0.12.1 |
460 | 2024-12-18T22:36:36.898Z | Downloaded utf8parse v0.2.2 |
461 | 2024-12-18T22:36:36.902Z | Downloaded maybe-uninit v2.0.0 |
462 | 2024-12-18T22:36:36.902Z | Downloaded maplit v1.0.2 |
463 | 2024-12-18T22:36:36.902Z | Downloaded managed v0.8.0 |
464 | 2024-12-18T22:36:36.906Z | Downloaded tls_codec v0.4.1 |
465 | 2024-12-18T22:36:36.906Z | Downloaded is_ci v1.2.0 |
466 | 2024-12-18T22:36:36.906Z | Downloaded doc-comment v0.3.3 |
467 | 2024-12-18T22:36:36.910Z | Downloaded tinytemplate v1.2.1 |
468 | 2024-12-18T22:36:36.911Z | Downloaded parking_lot v0.12.3 |
469 | 2024-12-18T22:36:36.914Z | Downloaded typed-path v0.9.3 |
470 | 2024-12-18T22:36:36.917Z | Downloaded p521 v0.13.3 |
471 | 2024-12-18T22:36:36.921Z | Downloaded hyper v1.5.0 |
472 | 2024-12-18T22:36:36.931Z | Downloaded ssh-encoding v0.2.0 |
473 | 2024-12-18T22:36:36.948Z | Downloaded libtest-mimic v0.7.3 |
474 | 2024-12-18T22:36:36.948Z | Downloaded parse-size v1.1.0 |
475 | 2024-12-18T22:36:36.948Z | Downloaded aes-gcm v0.10.3 |
476 | 2024-12-18T22:36:36.954Z | Downloaded oso-derive v0.27.3 |
477 | 2024-12-18T22:36:36.954Z | Downloaded opaque-debug v0.3.1 |
478 | 2024-12-18T22:36:36.954Z | Downloaded signal-hook v0.3.17 |
479 | 2024-12-18T22:36:36.955Z | Downloaded thiserror-no-std v2.0.2 |
480 | 2024-12-18T22:36:36.955Z | Downloaded thiserror-impl-no-std v2.0.2 |
481 | 2024-12-18T22:36:36.955Z | Downloaded structmeta-derive v0.3.0 |
482 | 2024-12-18T22:36:36.955Z | Downloaded once_cell v1.20.2 |
483 | 2024-12-18T22:36:36.955Z | Downloaded russh-cryptovec v0.7.3 |
484 | 2024-12-18T22:36:36.955Z | Downloaded wyz v0.5.1 |
485 | 2024-12-18T22:36:36.959Z | Downloaded tui-tree-widget v0.22.0 |
486 | 2024-12-18T22:36:36.959Z | Downloaded goblin v0.8.2 |
487 | 2024-12-18T22:36:36.962Z | Downloaded xattr v1.3.1 |
488 | 2024-12-18T22:36:36.963Z | Downloaded futures-util v0.3.31 |
489 | 2024-12-18T22:36:36.973Z | Downloaded dropshot_endpoint v0.13.0 |
490 | 2024-12-18T22:36:36.976Z | Downloaded dunce v1.0.5 |
491 | 2024-12-18T22:36:36.980Z | Downloaded dof v0.3.0 |
492 | 2024-12-18T22:36:36.983Z | Downloaded defmt-parser v0.3.4 |
493 | 2024-12-18T22:36:36.983Z | Downloaded defmt-macros v0.3.9 |
494 | 2024-12-18T22:36:36.986Z | Downloaded ron v0.8.1 |
495 | 2024-12-18T22:36:36.989Z | Downloaded dhcproto v0.12.0 |
496 | 2024-12-18T22:36:36.993Z | Downloaded derive_more v0.99.18 |
497 | 2024-12-18T22:36:36.997Z | Downloaded tower-service v0.3.3 |
498 | 2024-12-18T22:36:36.997Z | Downloaded itoa v1.0.11 |
499 | 2024-12-18T22:36:37.002Z | Downloaded hyper-tls v0.6.0 |
500 | 2024-12-18T22:36:37.002Z | Downloaded tabled_derive v0.7.0 |
501 | 2024-12-18T22:36:37.002Z | Downloaded ident_case v1.0.1 |
502 | 2024-12-18T22:36:37.002Z | Downloaded serde_derive_internals v0.29.1 |
503 | 2024-12-18T22:36:37.005Z | Downloaded icu_provider_macros v1.5.0 |
504 | 2024-12-18T22:36:37.005Z | Downloaded x509-cert v0.2.5 |
505 | 2024-12-18T22:36:37.011Z | Downloaded time-macros v0.2.18 |
506 | 2024-12-18T22:36:37.015Z | Downloaded aho-corasick v1.1.3 |
507 | 2024-12-18T22:36:37.019Z | Downloaded rustc_version v0.1.7 |
508 | 2024-12-18T22:36:37.022Z | Downloaded piper v0.2.4 |
509 | 2024-12-18T22:36:37.022Z | Downloaded pin-utils v0.1.0 |
510 | 2024-12-18T22:36:37.024Z | Downloaded indexmap v1.9.3 |
511 | 2024-12-18T22:36:37.028Z | Downloaded icu_provider v1.5.0 |
512 | 2024-12-18T22:36:37.030Z | Downloaded ciborium-ll v0.2.2 |
513 | 2024-12-18T22:36:37.030Z | Downloaded value-bag v1.9.0 |
514 | 2024-12-18T22:36:37.036Z | Downloaded ciborium-io v0.2.2 |
515 | 2024-12-18T22:36:37.036Z | Downloaded jobserver v0.1.32 |
516 | 2024-12-18T22:36:37.040Z | Downloaded num-bigint-dig v0.8.4 |
517 | 2024-12-18T22:36:37.047Z | Downloaded rustc-hash v2.0.0 |
518 | 2024-12-18T22:36:37.047Z | Downloaded rtoolbox v0.0.2 |
519 | 2024-12-18T22:36:37.047Z | Downloaded quinn v0.11.5 |
520 | 2024-12-18T22:36:37.067Z | Downloaded sigpipe v0.1.3 |
521 | 2024-12-18T22:36:37.067Z | Downloaded crossbeam-channel v0.5.13 |
522 | 2024-12-18T22:36:37.076Z | Downloaded spki v0.7.3 |
523 | 2024-12-18T22:36:37.076Z | Downloaded unicode_categories v0.1.1 |
524 | 2024-12-18T22:36:37.076Z | Downloaded unsafe-libyaml v0.2.11 |
525 | 2024-12-18T22:36:37.076Z | Downloaded h2 v0.4.6 |
526 | 2024-12-18T22:36:37.076Z | Downloaded zerofrom v0.1.4 |
527 | 2024-12-18T22:36:37.076Z | Downloaded display-error-chain v0.2.2 |
528 | 2024-12-18T22:36:37.076Z | Downloaded hyper-staticfile v0.10.1 |
529 | 2024-12-18T22:36:37.076Z | Downloaded tungstenite v0.21.0 |
530 | 2024-12-18T22:36:37.080Z | Downloaded toml_datetime v0.6.8 |
531 | 2024-12-18T22:36:37.080Z | Downloaded memoffset v0.9.1 |
532 | 2024-12-18T22:36:37.081Z | Downloaded spin v0.9.8 |
533 | 2024-12-18T22:36:37.081Z | Downloaded darling_macro v0.20.10 |
534 | 2024-12-18T22:36:37.081Z | Downloaded tempfile v3.13.0 |
535 | 2024-12-18T22:36:37.084Z | Downloaded phf_codegen v0.11.2 |
536 | 2024-12-18T22:36:37.087Z | Downloaded memmap2 v0.9.5 |
537 | 2024-12-18T22:36:37.087Z | Downloaded sqlformat v0.2.6 |
538 | 2024-12-18T22:36:37.091Z | Downloaded tokio-postgres v0.7.12 |
539 | 2024-12-18T22:36:37.095Z | Downloaded cipher v0.4.4 |
540 | 2024-12-18T22:36:37.095Z | Downloaded zone v0.1.8 |
541 | 2024-12-18T22:36:37.099Z | Downloaded zeroize_derive v1.4.2 |
542 | 2024-12-18T22:36:37.099Z | Downloaded nodrop v0.1.14 |
543 | 2024-12-18T22:36:37.099Z | Downloaded salty v0.3.0 |
544 | 2024-12-18T22:36:37.104Z | Downloaded mime v0.3.17 |
545 | 2024-12-18T22:36:37.108Z | Downloaded radium v0.7.0 |
546 | 2024-12-18T22:36:37.108Z | Downloaded packed_struct v0.10.1 |
547 | 2024-12-18T22:36:37.111Z | Downloaded unicode-segmentation v1.12.0 |
548 | 2024-12-18T22:36:37.116Z | Downloaded pkcs8 v0.10.2 |
549 | 2024-12-18T22:36:37.116Z | Downloaded spin v0.5.2 |
550 | 2024-12-18T22:36:37.119Z | Downloaded unicode-properties v0.1.3 |
551 | 2024-12-18T22:36:37.119Z | Downloaded zeroize v1.8.1 |
552 | 2024-12-18T22:36:37.122Z | Downloaded darling v0.20.10 |
553 | 2024-12-18T22:36:37.125Z | Downloaded strum v0.26.3 |
554 | 2024-12-18T22:36:37.125Z | Downloaded twox-hash v1.6.3 |
555 | 2024-12-18T22:36:37.129Z | Downloaded tokio-stream v0.1.16 |
556 | 2024-12-18T22:36:37.135Z | Downloaded displaydoc v0.2.5 |
557 | 2024-12-18T22:36:37.146Z | Downloaded crc-catalog v2.4.0 |
558 | 2024-12-18T22:36:37.152Z | Downloaded qorb v0.2.1 |
559 | 2024-12-18T22:36:37.152Z | Downloaded git2 v0.19.0 |
560 | 2024-12-18T22:36:37.152Z | Downloaded instant v0.1.13 |
561 | 2024-12-18T22:36:37.152Z | Downloaded libloading v0.8.5 |
562 | 2024-12-18T22:36:37.156Z | Downloaded deranged v0.3.11 |
563 | 2024-12-18T22:36:37.156Z | Downloaded rcgen v0.12.1 |
564 | 2024-12-18T22:36:37.156Z | Downloaded tough v0.19.0 |
565 | 2024-12-18T22:36:37.163Z | Downloaded predicates-tree v1.0.11 |
566 | 2024-12-18T22:36:37.168Z | Downloaded indent_write v2.2.0 |
567 | 2024-12-18T22:36:37.168Z | Downloaded impl-trait-for-tuples v0.2.2 |
568 | 2024-12-18T22:36:37.171Z | Downloaded pkcs5 v0.7.1 |
569 | 2024-12-18T22:36:37.174Z | Downloaded idna_adapter v1.2.0 |
570 | 2024-12-18T22:36:37.174Z | Downloaded defmt v0.3.8 |
571 | 2024-12-18T22:36:37.181Z | Downloaded parking_lot_core v0.9.10 |
572 | 2024-12-18T22:36:37.186Z | Downloaded blake3 v1.5.4 |
573 | 2024-12-18T22:36:37.195Z | Downloaded tokio-tungstenite v0.21.0 |
574 | 2024-12-18T22:36:37.195Z | Downloaded serde_urlencoded v0.7.1 |
575 | 2024-12-18T22:36:37.195Z | Downloaded scrypt v0.11.0 |
576 | 2024-12-18T22:36:37.196Z | Downloaded num v0.4.3 |
577 | 2024-12-18T22:36:37.201Z | Downloaded rand_xorshift v0.3.0 |
578 | 2024-12-18T22:36:37.201Z | Downloaded parking_lot_core v0.8.6 |
579 | 2024-12-18T22:36:37.201Z | Downloaded cookie v0.18.1 |
580 | 2024-12-18T22:36:37.201Z | Downloaded snafu-derive v0.8.5 |
581 | 2024-12-18T22:36:37.201Z | Downloaded parking_lot v0.11.2 |
582 | 2024-12-18T22:36:37.204Z | Downloaded russh-keys v0.45.0 |
583 | 2024-12-18T22:36:37.207Z | Downloaded hyper-util v0.1.10 |
584 | 2024-12-18T22:36:37.211Z | Downloaded openssl-macros v0.1.1 |
585 | 2024-12-18T22:36:37.211Z | Downloaded yansi v1.0.1 |
586 | 2024-12-18T22:36:37.214Z | Downloaded string_cache v0.8.7 |
587 | 2024-12-18T22:36:37.214Z | Downloaded serde_tokenstream v0.2.2 |
588 | 2024-12-18T22:36:37.217Z | Downloaded unicase v2.7.0 |
589 | 2024-12-18T22:36:37.221Z | Downloaded clap_builder v4.5.21 |
590 | 2024-12-18T22:36:37.225Z | Downloaded convert_case v0.4.0 |
591 | 2024-12-18T22:36:37.230Z | Downloaded constant_time_eq v0.3.1 |
592 | 2024-12-18T22:36:37.230Z | Downloaded toml v0.8.19 |
593 | 2024-12-18T22:36:37.233Z | Downloaded cpufeatures v0.2.14 |
594 | 2024-12-18T22:36:37.233Z | Downloaded progenitor v0.8.0 |
595 | 2024-12-18T22:36:37.237Z | Downloaded equivalent v1.0.1 |
596 | 2024-12-18T22:36:37.237Z | Downloaded phf_generator v0.11.2 |
597 | 2024-12-18T22:36:37.237Z | Downloaded nanorand v0.7.0 |
598 | 2024-12-18T22:36:37.240Z | Downloaded predicates v3.1.2 |
599 | 2024-12-18T22:36:37.243Z | Downloaded slab v0.4.9 |
600 | 2024-12-18T22:36:37.243Z | Downloaded zerofrom-derive v0.1.4 |
601 | 2024-12-18T22:36:37.246Z | Downloaded siphasher v0.3.11 |
602 | 2024-12-18T22:36:37.246Z | Downloaded reqwest v0.12.9 |
603 | 2024-12-18T22:36:37.257Z | Downloaded tokio-rustls v0.26.0 |
604 | 2024-12-18T22:36:37.269Z | Downloaded rstest v0.23.0 |
605 | 2024-12-18T22:36:37.269Z | Downloaded pretty-hex v0.4.1 |
606 | 2024-12-18T22:36:37.275Z | Downloaded nu-ansi-term v0.50.1 |
607 | 2024-12-18T22:36:37.275Z | Downloaded which v4.4.2 |
608 | 2024-12-18T22:36:37.275Z | Downloaded quick-xml v0.33.0 |
609 | 2024-12-18T22:36:37.281Z | Downloaded sync_wrapper v1.0.1 |
610 | 2024-12-18T22:36:37.281Z | Downloaded async-std v1.13.0 |
611 | 2024-12-18T22:36:37.291Z | Downloaded want v0.3.1 |
612 | 2024-12-18T22:36:37.294Z | Downloaded same-file v1.0.6 |
613 | 2024-12-18T22:36:37.294Z | Downloaded progenitor-macro v0.8.0 |
614 | 2024-12-18T22:36:37.297Z | Downloaded bindgen v0.69.5 |
615 | 2024-12-18T22:36:37.302Z | Downloaded pretty-hex v0.2.1 |
616 | 2024-12-18T22:36:37.304Z | Downloaded thiserror-impl v2.0.3 |
617 | 2024-12-18T22:36:37.304Z | Downloaded termcolor v1.4.1 |
618 | 2024-12-18T22:36:37.308Z | Downloaded zopfli v0.8.1 |
619 | 2024-12-18T22:36:37.308Z | Downloaded der v0.7.9 |
620 | 2024-12-18T22:36:37.313Z | Downloaded rand_seeder v0.3.0 |
621 | 2024-12-18T22:36:37.316Z | Downloaded num-complex v0.4.6 |
622 | 2024-12-18T22:36:37.316Z | Downloaded waitgroup v0.1.2 |
623 | 2024-12-18T22:36:37.320Z | Downloaded try-lock v0.2.5 |
624 | 2024-12-18T22:36:37.320Z | Downloaded semver v0.1.20 |
625 | 2024-12-18T22:36:37.320Z | Downloaded multimap v0.10.0 |
626 | 2024-12-18T22:36:37.325Z | Downloaded dyn-clone v1.0.17 |
627 | 2024-12-18T22:36:37.325Z | Downloaded dirs-sys-next v0.1.2 |
628 | 2024-12-18T22:36:37.325Z | Downloaded cookie_store v0.21.0 |
629 | 2024-12-18T22:36:37.325Z | Downloaded strum_macros v0.26.4 |
630 | 2024-12-18T22:36:37.328Z | Downloaded trybuild v1.0.101 |
631 | 2024-12-18T22:36:37.333Z | Downloaded p256 v0.13.2 |
632 | 2024-12-18T22:36:37.337Z | Downloaded bitvec v1.0.1 |
633 | 2024-12-18T22:36:37.348Z | Downloaded openssl-probe v0.1.5 |
634 | 2024-12-18T22:36:37.351Z | Downloaded endian-type v0.1.2 |
635 | 2024-12-18T22:36:37.351Z | Downloaded proc-macro-error-attr v1.0.4 |
636 | 2024-12-18T22:36:37.352Z | Downloaded mockall v0.13.0 |
637 | 2024-12-18T22:36:37.354Z | Downloaded linear-map v1.2.0 |
638 | 2024-12-18T22:36:37.354Z | Downloaded secrecy v0.8.0 |
639 | 2024-12-18T22:36:37.354Z | Downloaded tungstenite v0.24.0 |
640 | 2024-12-18T22:36:37.358Z | Downloaded winnow v0.5.40 |
641 | 2024-12-18T22:36:37.366Z | Downloaded dhcproto-macros v0.1.0 |
642 | 2024-12-18T22:36:37.479Z | Downloaded write16 v1.0.0 |
643 | 2024-12-18T22:36:37.480Z | Downloaded static_assertions v1.1.0 |
644 | 2024-12-18T22:36:37.480Z | Downloaded rusqlite v0.32.1 |
645 | 2024-12-18T22:36:37.480Z | Downloaded md5 v0.7.0 |
646 | 2024-12-18T22:36:37.480Z | Downloaded phf_shared v0.10.0 |
647 | 2024-12-18T22:36:37.480Z | Downloaded slog-bunyan v2.5.0 |
648 | 2024-12-18T22:36:37.480Z | Downloaded macaddr v1.0.1 |
649 | 2024-12-18T22:36:37.480Z | Downloaded curve25519-dalek-derive v0.1.1 |
650 | 2024-12-18T22:36:37.480Z | Downloaded whoami v1.5.2 |
651 | 2024-12-18T22:36:37.480Z | Downloaded tracing-attributes v0.1.27 |
652 | 2024-12-18T22:36:37.480Z | Downloaded embedded-io v0.6.1 |
653 | 2024-12-18T22:36:37.480Z | Downloaded embedded-io v0.4.0 |
654 | 2024-12-18T22:36:37.480Z | Downloaded sct v0.7.1 |
655 | 2024-12-18T22:36:37.480Z | Downloaded difflib v0.4.0 |
656 | 2024-12-18T22:36:37.480Z | Downloaded crc-any v2.5.0 |
657 | 2024-12-18T22:36:37.480Z | Downloaded unicode-ident v1.0.13 |
658 | 2024-12-18T22:36:37.480Z | Downloaded rustls-webpki v0.101.7 |
659 | 2024-12-18T22:36:37.480Z | Downloaded tinystr v0.7.6 |
660 | 2024-12-18T22:36:37.480Z | Downloaded gimli v0.31.1 |
661 | 2024-12-18T22:36:37.480Z | Downloaded yoke-derive v0.7.4 |
662 | 2024-12-18T22:36:37.484Z | Downloaded target-triple v0.1.3 |
663 | 2024-12-18T22:36:37.485Z | Downloaded tracing-core v0.1.32 |
664 | 2024-12-18T22:36:37.485Z | Downloaded tiny-keccak v2.0.2 |
665 | 2024-12-18T22:36:37.485Z | Downloaded proc-macro-error v1.0.4 |
666 | 2024-12-18T22:36:37.485Z | Downloaded time v0.3.36 |
667 | 2024-12-18T22:36:37.485Z | Downloaded zerocopy-derive v0.8.10 |
668 | 2024-12-18T22:36:37.485Z | Downloaded md-5 v0.10.6 |
669 | 2024-12-18T22:36:37.485Z | Downloaded pest_derive v2.7.14 |
670 | 2024-12-18T22:36:37.485Z | Downloaded walkdir v2.5.0 |
671 | 2024-12-18T22:36:37.485Z | Downloaded unarray v0.1.4 |
672 | 2024-12-18T22:36:37.485Z | Downloaded tokio-tungstenite v0.23.1 |
673 | 2024-12-18T22:36:37.485Z | Downloaded zip v2.1.3 |
674 | 2024-12-18T22:36:37.485Z | Downloaded instability v0.3.2 |
675 | 2024-12-18T22:36:37.485Z | Downloaded darling_core v0.20.10 |
676 | 2024-12-18T22:36:37.485Z | Downloaded pkg-config v0.3.31 |
677 | 2024-12-18T22:36:37.485Z | Downloaded ena v0.14.3 |
678 | 2024-12-18T22:36:37.486Z | Downloaded ssh-cipher v0.2.0 |
679 | 2024-12-18T22:36:37.486Z | Downloaded console v0.15.8 |
680 | 2024-12-18T22:36:37.486Z | Downloaded parse-display v0.10.0 |
681 | 2024-12-18T22:36:37.486Z | Downloaded digest v0.10.7 |
682 | 2024-12-18T22:36:37.486Z | Downloaded rand_chacha v0.3.1 |
683 | 2024-12-18T22:36:37.486Z | Downloaded tokio-rustls v0.25.0 |
684 | 2024-12-18T22:36:37.486Z | Downloaded phf_shared v0.11.2 |
685 | 2024-12-18T22:36:37.486Z | Downloaded clap v4.5.21 |
686 | 2024-12-18T22:36:37.489Z | Downloaded lru-cache v0.1.2 |
687 | 2024-12-18T22:36:37.490Z | Downloaded serde_with_macros v3.11.0 |
688 | 2024-12-18T22:36:37.490Z | Downloaded samael v0.0.17 |
689 | 2024-12-18T22:36:37.517Z | Downloaded synstructure v0.13.1 |
690 | 2024-12-18T22:36:37.517Z | Downloaded scopeguard v1.2.0 |
691 | 2024-12-18T22:36:37.517Z | Downloaded schemars_derive v0.8.21 |
692 | 2024-12-18T22:36:37.517Z | Downloaded scheduled-thread-pool v0.2.7 |
693 | 2024-12-18T22:36:37.517Z | Downloaded is_terminal_polyfill v1.70.1 |
694 | 2024-12-18T22:36:37.517Z | Downloaded proc-macro2 v1.0.89 |
695 | 2024-12-18T22:36:37.517Z | Downloaded slog-term v2.9.1 |
696 | 2024-12-18T22:36:37.517Z | Downloaded derive_builder_core v0.20.2 |
697 | 2024-12-18T22:36:37.518Z | Downloaded toml v0.7.8 |
698 | 2024-12-18T22:36:37.518Z | Downloaded rustls-webpki v0.102.8 |
699 | 2024-12-18T22:36:37.523Z | Downloaded pin-project-lite v0.2.14 |
700 | 2024-12-18T22:36:37.527Z | Downloaded concurrent-queue v2.5.0 |
701 | 2024-12-18T22:36:37.531Z | Downloaded ryu v1.0.18 |
702 | 2024-12-18T22:36:37.535Z | Downloaded serde_derive v1.0.215 |
703 | 2024-12-18T22:36:37.535Z | Downloaded const_format v0.2.33 |
704 | 2024-12-18T22:36:37.538Z | Downloaded elliptic-curve v0.13.8 |
705 | 2024-12-18T22:36:37.542Z | Downloaded icu_locid_transform v1.5.0 |
706 | 2024-12-18T22:36:37.545Z | Downloaded scroll v0.12.0 |
707 | 2024-12-18T22:36:37.547Z | Downloaded quinn-proto v0.11.8 |
708 | 2024-12-18T22:36:37.552Z | Downloaded rustyline v14.0.0 |
709 | 2024-12-18T22:36:37.556Z | Downloaded env_logger v0.11.5 |
710 | 2024-12-18T22:36:37.559Z | Downloaded steno v0.4.1 |
711 | 2024-12-18T22:36:37.563Z | Downloaded tokio-rustls v0.24.1 |
712 | 2024-12-18T22:36:37.565Z | Downloaded mockall_derive v0.13.0 |
713 | 2024-12-18T22:36:37.568Z | Downloaded icu_locid v1.5.0 |
714 | 2024-12-18T22:36:37.571Z | Downloaded derive-where v1.2.7 |
715 | 2024-12-18T22:36:37.574Z | Downloaded multer v3.1.0 |
716 | 2024-12-18T22:36:37.577Z | Downloaded rand_distr v0.4.3 |
717 | 2024-12-18T22:36:37.581Z | Downloaded num-bigint v0.4.6 |
718 | 2024-12-18T22:36:37.584Z | Downloaded zerocopy v0.8.10 |
719 | 2024-12-18T22:36:37.620Z | Downloaded const-oid v0.9.6 |
720 | 2024-12-18T22:36:37.620Z | Downloaded tracing v0.1.40 |
721 | 2024-12-18T22:36:37.626Z | Downloaded subprocess v0.2.9 |
722 | 2024-12-18T22:36:37.629Z | Downloaded object v0.30.4 |
723 | 2024-12-18T22:36:37.643Z | Downloaded mio v1.0.2 |
724 | 2024-12-18T22:36:37.651Z | Downloaded compact_str v0.8.0 |
725 | 2024-12-18T22:36:37.655Z | Downloaded rand v0.8.5 |
726 | 2024-12-18T22:36:37.659Z | Downloaded smoltcp v0.9.1 |
727 | 2024-12-18T22:36:37.667Z | Downloaded memchr v2.7.4 |
728 | 2024-12-18T22:36:37.672Z | Downloaded criterion v0.5.1 |
729 | 2024-12-18T22:36:37.678Z | Downloaded reedline v0.35.0 |
730 | 2024-12-18T22:36:37.685Z | Downloaded ed25519-dalek v2.1.1 |
731 | 2024-12-18T22:36:37.688Z | Downloaded unicode-normalization v0.1.24 |
732 | 2024-12-18T22:36:37.691Z | Downloaded serde_json v1.0.132 |
733 | 2024-12-18T22:36:37.698Z | Downloaded ssh-key v0.6.6 |
734 | 2024-12-18T22:36:37.708Z | Downloaded libxml v0.3.3 |
735 | 2024-12-18T22:36:37.711Z | Downloaded crossterm v0.28.1 |
736 | 2024-12-18T22:36:37.716Z | Downloaded parse-zoneinfo v0.3.1 |
737 | 2024-12-18T22:36:37.719Z | Downloaded libm v0.2.8 |
738 | 2024-12-18T22:36:37.725Z | Downloaded smoltcp v0.11.0 |
739 | 2024-12-18T22:36:37.738Z | Downloaded zerocopy v0.7.35 |
740 | 2024-12-18T22:36:37.760Z | Downloaded rayon v1.10.0 |
741 | 2024-12-18T22:36:37.763Z | Downloaded proptest v1.5.0 |
742 | 2024-12-18T22:36:37.773Z | Downloaded tokio-util v0.7.12 |
743 | 2024-12-18T22:36:37.776Z | Downloaded portable-atomic v1.9.0 |
744 | 2024-12-18T22:36:37.782Z | Downloaded syn v1.0.109 |
745 | 2024-12-18T22:36:37.792Z | Downloaded lalrpop v0.19.12 |
746 | 2024-12-18T22:36:37.802Z | Downloaded regress v0.10.1 |
747 | 2024-12-18T22:36:37.879Z | Downloaded regex-syntax v0.6.29 |
748 | 2024-12-18T22:36:37.887Z | Downloaded idna v0.3.0 |
749 | 2024-12-18T22:36:37.887Z | Downloaded itertools v0.13.0 |
750 | 2024-12-18T22:36:37.887Z | Downloaded itertools v0.10.5 |
751 | 2024-12-18T22:36:37.887Z | Downloaded itertools v0.12.1 |
752 | 2024-12-18T22:36:37.887Z | Downloaded p384 v0.13.0 |
753 | 2024-12-18T22:36:37.887Z | Downloaded hickory-proto v0.24.1 |
754 | 2024-12-18T22:36:37.887Z | Downloaded nix v0.27.1 |
755 | 2024-12-18T22:36:37.887Z | Downloaded winnow v0.6.20 |
756 | 2024-12-18T22:36:37.887Z | Downloaded regex v1.11.1 |
757 | 2024-12-18T22:36:37.895Z | Downloaded tabled v0.15.0 |
758 | 2024-12-18T22:36:37.908Z | Downloaded serde_with v3.11.0 |
759 | 2024-12-18T22:36:37.918Z | Downloaded idna v0.5.0 |
760 | 2024-12-18T22:36:37.940Z | Downloaded dropshot v0.12.0 |
761 | 2024-12-18T22:36:37.943Z | Downloaded vcpkg v0.2.15 |
762 | 2024-12-18T22:36:37.976Z | Downloaded nix v0.29.0 |
763 | 2024-12-18T22:36:37.992Z | Downloaded bstr v1.10.0 |
764 | 2024-12-18T22:36:38.012Z | Downloaded syn v2.0.87 |
765 | 2024-12-18T22:36:38.012Z | Downloaded curve25519-dalek v4.1.3 |
766 | 2024-12-18T22:36:38.017Z | Downloaded idna v0.2.3 |
767 | 2024-12-18T22:36:38.050Z | Downloaded rustix v0.38.37 |
768 | 2024-12-18T22:36:38.050Z | Downloaded petname v2.0.2 |
769 | 2024-12-18T22:36:38.050Z | Downloaded openssl v0.10.66 |
770 | 2024-12-18T22:36:38.064Z | Downloaded nix v0.28.0 |
771 | 2024-12-18T22:36:38.071Z | Downloaded rustls v0.22.4 |
772 | 2024-12-18T22:36:38.084Z | Downloaded typify-impl v0.2.0 |
773 | 2024-12-18T22:36:38.099Z | Downloaded diesel v2.2.6 |
774 | 2024-12-18T22:36:38.118Z | Downloaded openapiv3 v2.0.0 |
775 | 2024-12-18T22:36:38.128Z | Downloaded ratatui v0.28.1 |
776 | 2024-12-18T22:36:38.147Z | Downloaded rustls v0.23.14 |
777 | 2024-12-18T22:36:38.158Z | Downloaded trust-dns-proto v0.22.0 |
778 | 2024-12-18T22:36:38.169Z | Downloaded rustls v0.21.12 |
779 | 2024-12-18T22:36:38.180Z | Downloaded webpki-roots v0.26.6 |
780 | 2024-12-18T22:36:38.197Z | Downloaded unicode-width v0.2.0 |
781 | 2024-12-18T22:36:38.197Z | Downloaded zerocopy-derive v0.6.6 |
782 | 2024-12-18T22:36:38.212Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
783 | 2024-12-18T22:36:38.212Z | Downloaded regex-automata v0.4.8 |
784 | 2024-12-18T22:36:38.232Z | Downloaded unicode-width v0.1.14 |
785 | 2024-12-18T22:36:38.290Z | Downloaded sled v0.34.7 |
786 | 2024-12-18T22:36:38.314Z | Downloaded polar-core v0.27.3 |
787 | 2024-12-18T22:36:38.315Z | Downloaded dropshot v0.13.0 |
788 | 2024-12-18T22:36:38.315Z | Downloaded chrono-tz v0.10.0 |
789 | 2024-12-18T22:36:38.315Z | Downloaded radix_trie v0.2.1 |
790 | 2024-12-18T22:36:38.315Z | Downloaded sha3 v0.10.8 |
791 | 2024-12-18T22:36:38.315Z | Downloaded regex-syntax v0.8.5 |
792 | 2024-12-18T22:36:38.318Z | Downloaded sqlparser v0.45.0 |
793 | 2024-12-18T22:36:38.318Z | Downloaded petgraph v0.6.5 |
794 | 2024-12-18T22:36:38.323Z | Downloaded icu_properties_data v1.5.0 |
795 | 2024-12-18T22:36:38.369Z | Downloaded regress v0.9.1 |
796 | 2024-12-18T22:36:38.424Z | Downloaded libc v0.2.162 |
797 | 2024-12-18T22:36:38.424Z | Downloaded tokio v1.40.0 |
798 | 2024-12-18T22:36:38.456Z | Downloaded lzma-sys v0.1.20 |
799 | 2024-12-18T22:36:38.456Z | Downloaded idna v0.4.0 |
800 | 2024-12-18T22:36:38.456Z | Downloaded idna v1.0.3 |
801 | 2024-12-18T22:36:38.456Z | Downloaded object v0.36.5 |
802 | 2024-12-18T22:36:38.477Z | Downloaded russh v0.45.0 |
803 | 2024-12-18T22:36:38.477Z | Downloaded csv v1.3.0 |
804 | 2024-12-18T22:36:38.512Z | Downloaded serde_yaml v0.9.34+deprecated |
805 | 2024-12-18T22:36:38.512Z | Downloaded rstest_macros v0.23.0 |
806 | 2024-12-18T22:36:38.515Z | Downloaded clang-sys v1.8.1 |
807 | 2024-12-18T22:36:38.515Z | Downloaded slog v2.7.0 |
808 | 2024-12-18T22:36:38.515Z | Downloaded rsa v0.9.6 |
809 | 2024-12-18T22:36:38.515Z | Downloaded snafu v0.8.5 |
810 | 2024-12-18T22:36:38.515Z | Downloaded openssl-sys v0.9.103 |
811 | 2024-12-18T22:36:38.515Z | Downloaded chrono v0.4.38 |
812 | 2024-12-18T22:36:38.516Z | Downloaded libz-sys v1.1.20 |
813 | 2024-12-18T22:36:38.526Z | Downloaded zerocopy v0.6.6 |
814 | 2024-12-18T22:36:38.530Z | Downloaded rayon-core v1.12.1 |
815 | 2024-12-18T22:36:38.535Z | Downloaded socket2 v0.5.7 |
816 | 2024-12-18T22:36:38.535Z | Downloaded similar-asserts v1.6.0 |
817 | 2024-12-18T22:36:38.539Z | Downloaded signature v2.2.0 |
818 | 2024-12-18T22:36:38.539Z | Downloaded plotters-backend v0.3.7 |
819 | 2024-12-18T22:36:38.539Z | Downloaded mime_guess v2.0.5 |
820 | 2024-12-18T22:36:38.542Z | Downloaded postcard v1.0.10 |
821 | 2024-12-18T22:36:38.544Z | Downloaded der_derive v0.7.3 |
822 | 2024-12-18T22:36:38.544Z | Downloaded term v0.7.0 |
823 | 2024-12-18T22:36:38.548Z | Downloaded minimal-lexical v0.2.1 |
824 | 2024-12-18T22:36:38.552Z | Downloaded data-encoding v2.6.0 |
825 | 2024-12-18T22:36:38.555Z | Downloaded env_logger v0.10.2 |
826 | 2024-12-18T22:36:38.555Z | Downloaded oso v0.27.3 |
827 | 2024-12-18T22:36:38.558Z | Downloaded native-tls v0.2.12 |
828 | 2024-12-18T22:36:38.562Z | Downloaded indicatif v0.17.9 |
829 | 2024-12-18T22:36:38.565Z | Downloaded pretty_assertions v1.4.1 |
830 | 2024-12-18T22:36:38.565Z | Downloaded pest v2.7.14 |
831 | 2024-12-18T22:36:38.572Z | Downloaded crc32fast v1.4.2 |
832 | 2024-12-18T22:36:38.578Z | Downloaded zerovec v0.10.4 |
833 | 2024-12-18T22:36:38.580Z | Downloaded aws-lc-rs v1.10.0 |
834 | 2024-12-18T22:36:38.610Z | Downloaded publicsuffix v2.2.3 |
835 | 2024-12-18T22:36:38.623Z | Downloaded slog-async v2.8.0 |
836 | 2024-12-18T22:36:38.623Z | Downloaded httpmock v0.8.0-alpha.1 |
837 | 2024-12-18T22:36:38.623Z | Downloaded dropshot_endpoint v0.12.0 |
838 | 2024-12-18T22:36:38.623Z | Downloaded url v2.5.3 |
839 | 2024-12-18T22:36:38.623Z | Downloaded icu_collections v1.5.0 |
840 | 2024-12-18T22:36:38.626Z | Downloaded psl-types v2.0.11 |
841 | 2024-12-18T22:36:38.626Z | Downloaded yasna v0.5.2 |
842 | 2024-12-18T22:36:38.626Z | Downloaded xz2 v0.1.7 |
843 | 2024-12-18T22:36:38.626Z | Downloaded pest_meta v2.7.14 |
844 | 2024-12-18T22:36:38.626Z | Downloaded hkdf v0.12.4 |
845 | 2024-12-18T22:36:38.630Z | Downloaded plotters v0.3.7 |
846 | 2024-12-18T22:36:38.637Z | Downloaded derive_builder_macro v0.20.2 |
847 | 2024-12-18T22:36:38.643Z | Downloaded unicode-linebreak v0.1.5 |
848 | 2024-12-18T22:36:38.643Z | Downloaded encoding_rs v0.8.34 |
849 | 2024-12-18T22:36:38.659Z | Downloaded crossbeam-utils v0.8.20 |
850 | 2024-12-18T22:36:38.663Z | Downloaded crossbeam-epoch v0.9.18 |
851 | 2024-12-18T22:36:38.667Z | Downloaded uuid v1.11.0 |
852 | 2024-12-18T22:36:38.667Z | Downloaded writeable v0.5.5 |
853 | 2024-12-18T22:36:38.672Z | Downloaded poly1305 v0.8.0 |
854 | 2024-12-18T22:36:38.672Z | Downloaded pkcs1 v0.7.5 |
855 | 2024-12-18T22:36:38.672Z | Downloaded structmeta-derive v0.2.0 |
856 | 2024-12-18T22:36:38.676Z | Downloaded smallvec v1.13.2 |
857 | 2024-12-18T22:36:38.676Z | Downloaded rustls-pki-types v1.9.0 |
858 | 2024-12-18T22:36:38.680Z | Downloaded hashbrown v0.14.5 |
859 | 2024-12-18T22:36:38.683Z | Downloaded serde_spanned v0.6.8 |
860 | 2024-12-18T22:36:38.686Z | Downloaded serde_regex v1.1.0 |
861 | 2024-12-18T22:36:38.686Z | Downloaded rusty-fork v0.3.0 |
862 | 2024-12-18T22:36:38.686Z | Downloaded rustversion v1.0.17 |
863 | 2024-12-18T22:36:38.689Z | Downloaded rustfmt-wrapper v0.2.1 |
864 | 2024-12-18T22:36:38.691Z | Downloaded rustc_version v0.4.1 |
865 | 2024-12-18T22:36:38.691Z | Downloaded toml_edit v0.22.22 |
866 | 2024-12-18T22:36:38.739Z | Downloaded miniz_oxide v0.8.0 |
867 | 2024-12-18T22:36:38.769Z | Downloaded des v0.8.1 |
868 | 2024-12-18T22:36:38.769Z | Downloaded universal-hash v0.5.1 |
869 | 2024-12-18T22:36:38.769Z | Downloaded unicode-xid v0.2.6 |
870 | 2024-12-18T22:36:38.769Z | Downloaded toml_edit v0.19.15 |
871 | 2024-12-18T22:36:38.769Z | Downloaded indexmap v2.6.0 |
872 | 2024-12-18T22:36:38.769Z | Downloaded test-strategy v0.3.1 |
873 | 2024-12-18T22:36:38.769Z | Downloaded internet-checksum v0.2.1 |
874 | 2024-12-18T22:36:38.769Z | Downloaded hashbrown v0.13.2 |
875 | 2024-12-18T22:36:38.769Z | Downloaded hashbrown v0.12.3 |
876 | 2024-12-18T22:36:38.769Z | Downloaded indoc v1.0.9 |
877 | 2024-12-18T22:36:38.769Z | Downloaded diesel_derives v2.2.3 |
878 | 2024-12-18T22:36:38.770Z | Downloaded zip v0.6.6 |
879 | 2024-12-18T22:36:38.816Z | Downloaded http v1.1.0 |
880 | 2024-12-18T22:36:38.816Z | Downloaded signal-hook-mio v0.2.4 |
881 | 2024-12-18T22:36:38.816Z | Downloaded serde_plain v1.0.2 |
882 | 2024-12-18T22:36:38.816Z | Downloaded lockfree-object-pool v0.1.6 |
883 | 2024-12-18T22:36:38.816Z | Downloaded typenum v1.17.0 |
884 | 2024-12-18T22:36:38.816Z | Downloaded litemap v0.7.3 |
885 | 2024-12-18T22:36:38.816Z | Downloaded cc v1.1.30 |
886 | 2024-12-18T22:36:38.838Z | Downloaded ed25519 v2.2.3 |
887 | 2024-12-18T22:36:38.838Z | Downloaded pin-project v1.1.6 |
888 | 2024-12-18T22:36:38.838Z | Downloaded peg v0.8.4 |
889 | 2024-12-18T22:36:38.838Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
890 | 2024-12-18T22:36:38.862Z | Downloaded pbkdf2 v0.12.2 |
891 | 2024-12-18T22:36:38.862Z | Downloaded ecdsa v0.16.9 |
892 | 2024-12-18T22:36:38.862Z | Downloaded sha2 v0.10.8 |
893 | 2024-12-18T22:36:38.865Z | Downloaded datatest-stable v0.2.9 |
894 | 2024-12-18T22:36:38.865Z | Downloaded clap_derive v4.5.18 |
895 | 2024-12-18T22:36:38.865Z | Downloaded shlex v1.3.0 |
896 | 2024-12-18T22:36:38.865Z | Downloaded backtrace v0.3.74 |
897 | 2024-12-18T22:36:38.865Z | Downloaded usdt-impl v0.5.0 |
898 | 2024-12-18T22:36:38.866Z | Downloaded base64 v0.21.7 |
899 | 2024-12-18T22:36:38.879Z | Downloaded tokio-tungstenite v0.24.0 |
900 | 2024-12-18T22:36:38.879Z | Downloaded thread_local v1.1.8 |
901 | 2024-12-18T22:36:38.879Z | Downloaded target-lexicon v0.12.16 |
902 | 2024-12-18T22:36:38.879Z | Downloaded newtype-uuid v1.1.3 |
903 | 2024-12-18T22:36:38.880Z | Downloaded linked-hash-map v0.5.6 |
904 | 2024-12-18T22:36:38.927Z | Downloaded kv-log-macro v1.0.7 |
905 | 2024-12-18T22:36:38.928Z | Downloaded kstat-rs v0.2.4 |
906 | 2024-12-18T22:36:38.928Z | Downloaded keccak v0.1.5 |
907 | 2024-12-18T22:36:38.928Z | Downloaded enum-as-inner v0.6.1 |
908 | 2024-12-18T22:36:38.943Z | Downloaded headers v0.4.0 |
909 | 2024-12-18T22:36:38.943Z | Downloaded bytes v1.8.0 |
910 | 2024-12-18T22:36:38.943Z | Downloaded block-buffer v0.10.4 |
911 | 2024-12-18T22:36:38.943Z | Downloaded predicates-core v1.0.8 |
912 | 2024-12-18T22:36:38.943Z | Downloaded powerfmt v0.2.0 |
913 | 2024-12-18T22:36:38.943Z | Downloaded plain v0.2.3 |
914 | 2024-12-18T22:36:38.943Z | Downloaded pem v3.0.4 |
915 | 2024-12-18T22:36:38.943Z | Downloaded anyhow v1.0.93 |
916 | 2024-12-18T22:36:38.943Z | Downloaded async-lock v3.4.0 |
917 | 2024-12-18T22:36:38.943Z | Downloaded async-bb8-diesel v0.2.1 |
918 | 2024-12-18T22:36:38.943Z | Downloaded assert_matches v1.5.0 |
919 | 2024-12-18T22:36:38.943Z | Downloaded base64ct v1.6.0 |
920 | 2024-12-18T22:36:38.943Z | Downloaded cexpr v0.6.0 |
921 | 2024-12-18T22:36:38.943Z | Downloaded castaway v0.2.3 |
922 | 2024-12-18T22:36:38.943Z | Downloaded cast v0.3.0 |
923 | 2024-12-18T22:36:38.943Z | Downloaded home v0.5.9 |
924 | 2024-12-18T22:36:38.943Z | Downloaded generic-array v0.14.7 |
925 | 2024-12-18T22:36:38.943Z | Downloaded bytecount v0.6.8 |
926 | 2024-12-18T22:36:38.943Z | Downloaded block-padding v0.3.3 |
927 | 2024-12-18T22:36:38.943Z | Downloaded anstream v0.6.15 |
928 | 2024-12-18T22:36:38.943Z | Downloaded bitfield-struct v0.6.2 |
929 | 2024-12-18T22:36:38.944Z | Downloaded bb8 v0.8.5 |
930 | 2024-12-18T22:36:38.946Z | Downloaded async-executor v1.13.1 |
931 | 2024-12-18T22:36:38.946Z | Downloaded argon2 v0.5.3 |
932 | 2024-12-18T22:36:38.946Z | Downloaded adler2 v2.0.0 |
933 | 2024-12-18T22:36:38.946Z | Downloaded aead v0.5.2 |
934 | 2024-12-18T22:36:38.946Z | Downloaded bitfield v0.14.0 |
935 | 2024-12-18T22:36:38.946Z | Downloaded base16ct v0.2.0 |
936 | 2024-12-18T22:36:38.946Z | Downloaded async-channel v2.3.1 |
937 | 2024-12-18T22:36:38.946Z | Downloaded async-attributes v1.1.2 |
938 | 2024-12-18T22:36:38.946Z | Downloaded assert-json-diff v2.0.2 |
939 | 2024-12-18T22:36:38.947Z | Downloaded hash32 v0.2.1 |
940 | 2024-12-18T22:36:38.947Z | Downloaded autocfg v1.4.0 |
941 | 2024-12-18T22:36:38.947Z | Downloaded async-channel v1.9.0 |
942 | 2024-12-18T22:36:38.995Z | Downloaded futures-timer v3.0.3 |
943 | 2024-12-18T22:36:38.995Z | Downloaded flagset v0.4.6 |
944 | 2024-12-18T22:36:38.995Z | Downloaded http-range v0.1.5 |
945 | 2024-12-18T22:36:38.995Z | Downloaded hex-literal v0.4.1 |
946 | 2024-12-18T22:36:38.996Z | Downloaded group v0.13.0 |
947 | 2024-12-18T22:36:38.996Z | Downloaded async-global-executor v2.4.1 |
948 | 2024-12-18T22:36:38.996Z | Downloaded foreign-types-macros v0.2.3 |
949 | 2024-12-18T22:36:38.996Z | Downloaded foreign-types v0.5.0 |
950 | 2024-12-18T22:36:38.996Z | Downloaded foldhash v0.1.3 |
951 | 2024-12-18T22:36:38.996Z | Downloaded fnv v1.0.7 |
952 | 2024-12-18T22:36:38.996Z | Downloaded float-ord v0.3.2 |
953 | 2024-12-18T22:36:38.996Z | Downloaded float-cmp v0.9.0 |
954 | 2024-12-18T22:36:39.283Z | Downloaded aws-lc-sys v0.22.0 |
955 | 2024-12-18T22:36:39.525Z | Downloaded ring v0.17.8 |
956 | 2024-12-18T22:36:39.698Z | Downloaded ring v0.16.20 |
957 | 2024-12-18T22:36:39.803Z | Downloaded libsqlite3-sys v0.30.1 |
958 | 2024-12-18T22:36:40.159Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
959 | 2024-12-18T22:36:53.094Z | Startup: Refreshing catalog 'helios-dev' ... Done |
960 | 2024-12-18T22:36:57.078Z | Startup: Caching catalogs ... Done |
961 | 2024-12-18T22:37:07.939Z | Planning: Solver setup ... Done (10.000s) |
962 | 2024-12-18T22:37:08.073Z | Planning: Running solver ... Done (0.134s) |
963 | 2024-12-18T22:37:08.299Z | Planning: Finding local manifests ... Done (0.123s) |
964 | 2024-12-18T22:37:08.311Z | Planning: Fetching manifests: 0/5 0% complete |
965 | 2024-12-18T22:37:08.533Z | Planning: Fetching manifests: 5/5 100% complete |
966 | 2024-12-18T22:37:08.726Z | Planning: Package planning ... Done (0.194s) |
967 | 2024-12-18T22:37:08.783Z | Planning: Merging actions ... Done (0.056s) |
968 | 2024-12-18T22:37:09.333Z | Planning: Checking for conflicting actions ... Done (0.550s) |
969 | 2024-12-18T22:37:13.641Z | Planning: Consolidating action changes ... Done (4.307s) |
970 | 2024-12-18T22:37:14.005Z | Planning: Evaluating mediators ... Done (0.364s) |
971 | 2024-12-18T22:37:14.122Z | Planning: Planning completed in 16.95 seconds |
972 | 2024-12-18T22:37:14.396Z | Packages to install: 4 |
973 | 2024-12-18T22:37:14.396Z | Packages to update: 1 |
974 | 2024-12-18T22:37:14.396Z | Mediators to change: 2 |
975 | 2024-12-18T22:37:14.399Z | Services to change: 1 |
976 | 2024-12-18T22:37:14.399Z | Estimated space available: 155.37 GB |
977 | 2024-12-18T22:37:14.399Z | Estimated space to be consumed: 1.61 GB |
978 | 2024-12-18T22:37:14.399Z | Create boot environment: No |
979 | 2024-12-18T22:37:14.399Z | Create backup boot environment: Yes |
980 | 2024-12-18T22:37:14.399Z | Rebuild boot archive: No |
981 | 2024-12-18T22:37:14.399Z | |
982 | 2024-12-18T22:37:14.399Z | Changed mediators: |
983 | 2024-12-18T22:37:14.399Z | mediator clang: |
984 | 2024-12-18T22:37:14.400Z | version: None -> 15 (system default) |
985 | 2024-12-18T22:37:14.400Z | |
986 | 2024-12-18T22:37:14.400Z | mediator llvm: |
987 | 2024-12-18T22:37:14.400Z | version: 14 (system default) -> 15 (system default) |
988 | 2024-12-18T22:37:14.400Z | |
989 | 2024-12-18T22:37:14.400Z | Changed packages: |
990 | 2024-12-18T22:37:14.400Z | helios-dev |
991 | 2024-12-18T22:37:14.400Z | developer/build-essential |
992 | 2024-12-18T22:37:14.400Z | None -> 11-2.0 |
993 | 2024-12-18T22:37:14.400Z | library/libxmlsec1 |
994 | 2024-12-18T22:37:14.400Z | None -> 1.2.35-2.0 |
995 | 2024-12-18T22:37:14.400Z | ooce/developer/clang-15 |
996 | 2024-12-18T22:37:14.400Z | None -> 15.0.7-2.0 |
997 | 2024-12-18T22:37:14.400Z | ooce/developer/llvm-15 |
998 | 2024-12-18T22:37:14.400Z | None -> 15.0.7-2.0 |
999 | 2024-12-18T22:37:14.400Z | package/pkg |
1000 | 2024-12-18T22:37:14.400Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1001 | 2024-12-18T22:37:14.400Z | |
1002 | 2024-12-18T22:37:14.400Z | Services: |
1003 | 2024-12-18T22:37:14.400Z | restart_fmri: |
1004 | 2024-12-18T22:37:14.400Z | svc:/system/update-man-index:default |
1005 | 2024-12-18T22:37:14.400Z | |
1006 | 2024-12-18T22:37:14.400Z | Editable files to change: |
1007 | 2024-12-18T22:37:14.400Z | Update: |
1008 | 2024-12-18T22:37:14.400Z | usr/share/lib/pkg/web/config.shtml |
1009 | 2024-12-18T22:37:14.644Z | |
1010 | 2024-12-18T22:37:14.644Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1011 | 2024-12-18T22:37:19.647Z | Download: 1141/4281 items 37.4/220.6MB 16% complete (7.4M/s) |
1012 | 2024-12-18T22:37:24.652Z | Download: 1527/4281 items 116.7/220.6MB 52% complete (11.9M/s) |
1013 | 2024-12-18T22:37:29.653Z | Download: 2132/4281 items 118.9/220.6MB 53% complete (8.8M/s) |
1014 | 2024-12-18T22:37:35.058Z | Download: 3244/4281 items 196.1/220.6MB 88% complete (7.8M/s) |
1015 | 2024-12-18T22:37:44.989Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (8.4M/s) |
1016 | 2024-12-18T22:37:48.916Z | Download: Completed 220.60 MB in 34.27 seconds (6.4M/s) |
1017 | 2024-12-18T22:37:50.897Z | Actions: 1/5063 actions (Removing old actions) |
1018 | 2024-12-18T22:37:50.913Z | Actions: 194/5063 actions (Installing new actions) |
1019 | 2024-12-18T22:37:57.674Z | Actions: 4130/5063 actions (Installing new actions) |
1020 | 2024-12-18T22:37:57.735Z | Actions: 4226/5063 actions (Updating modified actions) |
1021 | 2024-12-18T22:37:57.736Z | Actions: Completed 5063 actions in 5.52 seconds. |
1022 | 2024-12-18T22:37:57.736Z | Done (0.390s) |
1023 | 2024-12-18T22:37:57.736Z | Done (0.000s) |
1024 | 2024-12-18T22:37:57.736Z | Done (0.589s) |
1025 | 2024-12-18T22:38:02.858Z | Done (5.228s) |
1026 | 2024-12-18T22:38:03.141Z | Done (0.193s) |
1027 | 2024-12-18T22:38:03.174Z | Done (0.000s) |
1028 | 2024-12-18T22:38:03.301Z | Done (0.000s) |
1029 | 2024-12-18T22:38:04.005Z | Planning: Evaluating mediator changes ... Done |
1030 | 2024-12-18T22:38:04.170Z | Planning: Checking for conflicting actions ... Done |
1031 | 2024-12-18T22:38:04.201Z | Planning: Consolidating action changes ... Done |
1032 | 2024-12-18T22:38:04.436Z | Planning: Evaluating mediators ... Done |
1033 | 2024-12-18T22:38:04.440Z | Planning: Planning completed in 0.44 seconds |
1034 | 2024-12-18T22:38:04.475Z | Mediators to change: 2 |
1035 | 2024-12-18T22:38:04.475Z | Create boot environment: No |
1036 | 2024-12-18T22:38:04.478Z | Create backup boot environment: No |
1037 | 2024-12-18T22:38:04.542Z | Done |
1038 | 2024-12-18T22:38:04.542Z | Done |
1039 | 2024-12-18T22:38:04.906Z | Done |
1040 | 2024-12-18T22:38:08.620Z | Done |
1041 | 2024-12-18T22:38:08.706Z | Done |
1042 | 2024-12-18T22:38:08.710Z | Done |
1043 | 2024-12-18T22:38:08.827Z | Done |
1044 | 2024-12-18T22:38:09.440Z | Planning: Evaluating mediator changes ... Done |
1045 | 2024-12-18T22:38:09.443Z | Planning: Merging actions ... Done |
1046 | 2024-12-18T22:38:09.628Z | Planning: Checking for conflicting actions ... Done |
1047 | 2024-12-18T22:38:09.632Z | Planning: Consolidating action changes ... Done |
1048 | 2024-12-18T22:38:09.895Z | Planning: Evaluating mediators ... Done |
1049 | 2024-12-18T22:38:09.950Z | Planning: Planning completed in 0.75 seconds |
1050 | 2024-12-18T22:38:09.989Z | Packages to change: 1 |
1051 | 2024-12-18T22:38:09.989Z | Mediators to change: 1 |
1052 | 2024-12-18T22:38:09.992Z | Services to change: 1 |
1053 | 2024-12-18T22:38:09.992Z | Create boot environment: No |
1054 | 2024-12-18T22:38:09.992Z | Create backup boot environment: Yes |
1055 | 2024-12-18T22:38:12.085Z | Actions: 1/6 actions (Updating modified actions) |
1056 | 2024-12-18T22:38:12.121Z | Actions: Completed 6 actions in 0.04 seconds. |
1057 | 2024-12-18T22:38:12.134Z | Done |
1058 | 2024-12-18T22:38:12.134Z | Done |
1059 | 2024-12-18T22:38:12.236Z | Done |
1060 | 2024-12-18T22:38:15.922Z | Done |
1061 | 2024-12-18T22:38:16.011Z | Done |
1062 | 2024-12-18T22:38:16.015Z | Done |
1063 | 2024-12-18T22:38:16.122Z | Done |
1064 | 2024-12-18T22:38:16.566Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1065 | 2024-12-18T22:38:16.566Z | clang system 15 system |
1066 | 2024-12-18T22:38:16.566Z | csh system system illumos |
1067 | 2024-12-18T22:38:16.566Z | ctags system system illumos |
1068 | 2024-12-18T22:38:16.566Z | gcc vendor 12 vendor |
1069 | 2024-12-18T22:38:16.566Z | gcc system 10 system |
1070 | 2024-12-18T22:38:16.566Z | gcc system 7 system |
1071 | 2024-12-18T22:38:16.566Z | go system 1.20 system |
1072 | 2024-12-18T22:38:16.566Z | go system 1.19 system |
1073 | 2024-12-18T22:38:16.566Z | llvm system 15 system |
1074 | 2024-12-18T22:38:16.567Z | llvm system 14 system |
1075 | 2024-12-18T22:38:16.567Z | mariadb system 10.6 system |
1076 | 2024-12-18T22:38:16.567Z | mta vendor vendor dma |
1077 | 2024-12-18T22:38:16.567Z | openjdk system 17 system |
1078 | 2024-12-18T22:38:16.567Z | openjdk system 11 system |
1079 | 2024-12-18T22:38:16.567Z | openjdk system 1.8 system |
1080 | 2024-12-18T22:38:16.567Z | openssl vendor 3 vendor |
1081 | 2024-12-18T22:38:16.567Z | perl system 5.36 system |
1082 | 2024-12-18T22:38:16.567Z | postgresql system 15 system |
1083 | 2024-12-18T22:38:16.567Z | postgresql system 13 system |
1084 | 2024-12-18T22:38:16.567Z | python vendor 3 vendor |
1085 | 2024-12-18T22:38:16.567Z | python system 2 system |
1086 | 2024-12-18T22:38:16.567Z | python3 system 3.11 system |
1087 | 2024-12-18T22:38:16.567Z | ruby system 3.0 system |
1088 | 2024-12-18T22:38:16.568Z | words vendor vendor american-english |
1089 | 2024-12-18T22:38:16.568Z | words system system australian-english |
1090 | 2024-12-18T22:38:16.568Z | words system system british-english |
1091 | 2024-12-18T22:38:16.568Z | words system system canadian-english |
1092 | 2024-12-18T22:38:16.568Z | words system system french |
1093 | 2024-12-18T22:38:16.568Z | words system system italian |
1094 | 2024-12-18T22:38:16.568Z | words system system ngerman |
1095 | 2024-12-18T22:38:16.568Z | words system system ogerman |
1096 | 2024-12-18T22:38:16.568Z | words system system spanish |
1097 | 2024-12-18T22:38:16.895Z | PUBLISHER TYPE STATUS P LOCATION |
1098 | 2024-12-18T22:38:16.895Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1099 | 2024-12-18T22:38:19.625Z | FMRI IFO |
1100 | 2024-12-18T22:38:19.626Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1101 | 2024-12-18T22:38:19.626Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1102 | 2024-12-18T22:38:19.626Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1103 | 2024-12-18T22:38:19.626Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1104 | 2024-12-18T22:38:19.626Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1105 | 2024-12-18T22:38:19.626Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1106 | 2024-12-18T22:38:19.626Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1107 | 2024-12-18T22:38:19.626Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1108 | 2024-12-18T22:38:19.626Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1109 | 2024-12-18T22:38:19.626Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1110 | 2024-12-18T22:38:19.626Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1111 | 2024-12-18T22:38:19.626Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1112 | 2024-12-18T22:38:19.626Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1113 | 2024-12-18T22:38:19.626Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1114 | 2024-12-18T22:38:19.626Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1115 | 2024-12-18T22:38:20.684Z | Downloading crates ... |
1116 | 2024-12-18T22:38:20.775Z | Downloaded cargo_toml v0.20.5 |
1117 | 2024-12-18T22:38:20.913Z | Compiling proc-macro2 v1.0.89 |
1118 | 2024-12-18T22:38:20.913Z | Compiling unicode-ident v1.0.13 |
1119 | 2024-12-18T22:38:20.913Z | Compiling serde v1.0.215 |
1120 | 2024-12-18T22:38:20.915Z | Compiling version_check v0.9.5 |
1121 | 2024-12-18T22:38:20.915Z | Compiling thiserror v1.0.69 |
1122 | 2024-12-18T22:38:20.915Z | Compiling memchr v2.7.4 |
1123 | 2024-12-18T22:38:20.916Z | Compiling libc v0.2.162 |
1124 | 2024-12-18T22:38:20.935Z | Compiling ryu v1.0.18 |
1125 | 2024-12-18T22:38:21.173Z | Compiling itoa v1.0.11 |
1126 | 2024-12-18T22:38:21.304Z | Compiling ucd-trie v0.1.7 |
1127 | 2024-12-18T22:38:21.695Z | Compiling once_cell v1.20.2 |
1128 | 2024-12-18T22:38:21.790Z | Compiling byteorder v1.5.0 |
1129 | 2024-12-18T22:38:22.000Z | Compiling serde_json v1.0.132 |
1130 | 2024-12-18T22:38:22.116Z | Compiling rustix v0.38.37 |
1131 | 2024-12-18T22:38:22.964Z | Compiling bitflags v2.6.0 |
1132 | 2024-12-18T22:38:23.011Z | Compiling usdt-impl v0.5.0 |
1133 | 2024-12-18T22:38:23.024Z | Compiling proc-macro-error-attr v1.0.4 |
1134 | 2024-12-18T22:38:23.194Z | Compiling syn v1.0.109 |
1135 | 2024-12-18T22:38:23.235Z | Compiling proc-macro-error v1.0.4 |
1136 | 2024-12-18T22:38:23.325Z | Compiling hashbrown v0.15.1 |
1137 | 2024-12-18T22:38:23.355Z | Compiling plain v0.2.3 |
1138 | 2024-12-18T22:38:23.442Z | Compiling log v0.4.22 |
1139 | 2024-12-18T22:38:23.497Z | Compiling utf8parse v0.2.2 |
1140 | 2024-12-18T22:38:23.509Z | Compiling camino v1.1.9 |
1141 | 2024-12-18T22:38:23.647Z | Compiling thread-id v4.2.2 |
1142 | 2024-12-18T22:38:23.713Z | Compiling equivalent v1.0.1 |
1143 | 2024-12-18T22:38:23.743Z | Compiling anstyle-parse v0.2.5 |
1144 | 2024-12-18T22:38:23.889Z | Compiling pretty-hex v0.4.1 |
1145 | 2024-12-18T22:38:23.958Z | Compiling winnow v0.6.20 |
1146 | 2024-12-18T22:38:24.060Z | Compiling quote v1.0.37 |
1147 | 2024-12-18T22:38:24.087Z | Compiling unicode-width v0.1.14 |
1148 | 2024-12-18T22:38:24.116Z | Compiling is_terminal_polyfill v1.70.1 |
1149 | 2024-12-18T22:38:24.177Z | Compiling errno v0.3.9 |
1150 | 2024-12-18T22:38:24.233Z | Compiling colorchoice v1.0.2 |
1151 | 2024-12-18T22:38:24.402Z | Compiling autocfg v1.4.0 |
1152 | 2024-12-18T22:38:24.493Z | Compiling syn v2.0.87 |
1153 | 2024-12-18T22:38:24.570Z | Compiling indexmap v2.6.0 |
1154 | 2024-12-18T22:38:24.750Z | Compiling semver v1.0.23 |
1155 | 2024-12-18T22:38:25.287Z | Compiling anstyle v1.0.10 |
1156 | 2024-12-18T22:38:25.553Z | Compiling anstyle-query v1.1.1 |
1157 | 2024-12-18T22:38:25.681Z | Compiling anstream v0.6.15 |
1158 | 2024-12-18T22:38:25.709Z | Compiling fs-err v2.11.0 |
1159 | 2024-12-18T22:38:26.183Z | Compiling fnv v1.0.7 |
1160 | 2024-12-18T22:38:26.227Z | Compiling anyhow v1.0.93 |
1161 | 2024-12-18T22:38:26.301Z | Compiling cfg-if v1.0.0 |
1162 | 2024-12-18T22:38:26.393Z | Compiling heck v0.5.0 |
1163 | 2024-12-18T22:38:26.446Z | Compiling strsim v0.11.1 |
1164 | 2024-12-18T22:38:26.565Z | Compiling terminal_size v0.4.0 |
1165 | 2024-12-18T22:38:26.760Z | Compiling heck v0.4.1 |
1166 | 2024-12-18T22:38:26.861Z | Compiling fastrand v2.1.1 |
1167 | 2024-12-18T22:38:26.926Z | Compiling bytecount v0.6.8 |
1168 | 2024-12-18T22:38:27.138Z | Compiling clap_lex v0.7.2 |
1169 | 2024-12-18T22:38:27.251Z | Compiling tempfile v3.13.0 |
1170 | 2024-12-18T22:38:27.337Z | Compiling papergrid v0.11.0 |
1171 | 2024-12-18T22:38:27.397Z | Compiling clap_builder v4.5.21 |
1172 | 2024-12-18T22:38:27.922Z | Compiling memmap v0.7.0 |
1173 | 2024-12-18T22:38:27.987Z | Compiling smawk v0.3.2 |
1174 | 2024-12-18T22:38:28.089Z | Compiling unicode-linebreak v0.1.5 |
1175 | 2024-12-18T22:38:28.274Z | Compiling swrite v0.1.0 |
1176 | 2024-12-18T22:38:28.577Z | Compiling textwrap v0.16.1 |
1177 | 2024-12-18T22:38:29.965Z | Compiling tabled_derive v0.7.0 |
1178 | 2024-12-18T22:38:31.617Z | Compiling tabled v0.15.0 |
1179 | 2024-12-18T22:38:33.401Z | Compiling serde_derive v1.0.215 |
1180 | 2024-12-18T22:38:33.401Z | Compiling thiserror-impl v1.0.69 |
1181 | 2024-12-18T22:38:33.404Z | Compiling zerocopy-derive v0.7.35 |
1182 | 2024-12-18T22:38:33.404Z | Compiling scroll_derive v0.12.0 |
1183 | 2024-12-18T22:38:33.404Z | Compiling clap_derive v4.5.18 |
1184 | 2024-12-18T22:38:34.672Z | Compiling scroll v0.12.0 |
1185 | 2024-12-18T22:38:34.954Z | Compiling zerocopy v0.7.35 |
1186 | 2024-12-18T22:38:35.248Z | Compiling goblin v0.8.2 |
1187 | 2024-12-18T22:38:36.195Z | Compiling pest v2.7.14 |
1188 | 2024-12-18T22:38:36.965Z | Compiling clap v4.5.21 |
1189 | 2024-12-18T22:38:38.234Z | Compiling pest_meta v2.7.14 |
1190 | 2024-12-18T22:38:39.044Z | Compiling pest_generator v2.7.14 |
1191 | 2024-12-18T22:38:40.935Z | Compiling pest_derive v2.7.14 |
1192 | 2024-12-18T22:38:41.634Z | Compiling dtrace-parser v0.2.0 |
1193 | 2024-12-18T22:38:43.516Z | Compiling serde_tokenstream v0.2.2 |
1194 | 2024-12-18T22:38:43.628Z | Compiling toml_datetime v0.6.8 |
1195 | 2024-12-18T22:38:43.628Z | Compiling serde_spanned v0.6.8 |
1196 | 2024-12-18T22:38:43.807Z | Compiling cargo-platform v0.1.8 |
1197 | 2024-12-18T22:38:43.898Z | Compiling toml_edit v0.22.22 |
1198 | 2024-12-18T22:38:44.105Z | Compiling macaddr v1.0.1 |
1199 | 2024-12-18T22:38:44.277Z | Compiling camino-tempfile v1.1.1 |
1200 | 2024-12-18T22:38:44.993Z | Compiling dof v0.3.0 |
1201 | 2024-12-18T22:38:45.144Z | Compiling cargo_metadata v0.18.1 |
1202 | 2024-12-18T22:38:46.747Z | Compiling toml v0.8.19 |
1203 | 2024-12-18T22:38:46.848Z | Compiling usdt-attr-macro v0.5.0 |
1204 | 2024-12-18T22:38:46.851Z | Compiling usdt-macro v0.5.0 |
1205 | 2024-12-18T22:38:47.632Z | Compiling cargo_toml v0.20.5 |
1206 | 2024-12-18T22:38:48.266Z | Compiling usdt v0.5.0 |
1207 | 2024-12-18T22:38:51.193Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1208 | 2024-12-18T22:38:55.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.23s |
1209 | 2024-12-18T22:38:55.452Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1210 | 2024-12-18T22:38:56.318Z | Compiling serde v1.0.215 |
1211 | 2024-12-18T22:38:56.320Z | Compiling lock_api v0.4.12 |
1212 | 2024-12-18T22:38:56.320Z | Compiling scopeguard v1.2.0 |
1213 | 2024-12-18T22:38:56.320Z | Compiling value-bag v1.9.0 |
1214 | 2024-12-18T22:38:56.320Z | Compiling typenum v1.17.0 |
1215 | 2024-12-18T22:38:56.320Z | Compiling generic-array v0.14.7 |
1216 | 2024-12-18T22:38:56.320Z | Compiling syn v2.0.87 |
1217 | 2024-12-18T22:38:56.447Z | Compiling getrandom v0.2.15 |
1218 | 2024-12-18T22:38:56.613Z | Compiling shlex v1.3.0 |
1219 | 2024-12-18T22:38:56.799Z | Compiling rand_core v0.6.4 |
1220 | 2024-12-18T22:38:56.917Z | Compiling log v0.4.22 |
1221 | 2024-12-18T22:38:57.024Z | Compiling subtle v2.6.1 |
1222 | 2024-12-18T22:38:57.042Z | Compiling jobserver v0.1.32 |
1223 | 2024-12-18T22:38:57.063Z | Compiling const-oid v0.9.6 |
1224 | 2024-12-18T22:38:57.341Z | Compiling smallvec v1.13.2 |
1225 | 2024-12-18T22:38:57.360Z | Compiling spin v0.9.8 |
1226 | 2024-12-18T22:38:57.362Z | Compiling pin-project-lite v0.2.14 |
1227 | 2024-12-18T22:38:57.503Z | Compiling cc v1.1.30 |
1228 | 2024-12-18T22:38:57.730Z | Compiling rustix v0.38.37 |
1229 | 2024-12-18T22:38:57.768Z | Compiling parking_lot_core v0.9.10 |
1230 | 2024-12-18T22:38:57.782Z | Compiling futures-core v0.3.31 |
1231 | 2024-12-18T22:38:57.949Z | Compiling signal-hook-registry v1.4.2 |
1232 | 2024-12-18T22:38:58.054Z | Compiling mio v1.0.2 |
1233 | 2024-12-18T22:38:58.678Z | Compiling parking_lot v0.12.3 |
1234 | 2024-12-18T22:38:58.732Z | Compiling aho-corasick v1.1.3 |
1235 | 2024-12-18T22:38:58.896Z | Compiling regex-syntax v0.8.5 |
1236 | 2024-12-18T22:38:59.000Z | Compiling either v1.13.0 |
1237 | 2024-12-18T22:38:59.130Z | Compiling cpufeatures v0.2.14 |
1238 | 2024-12-18T22:38:59.237Z | Compiling lazy_static v1.5.0 |
1239 | 2024-12-18T22:38:59.257Z | Compiling futures-sink v0.3.31 |
1240 | 2024-12-18T22:38:59.353Z | Compiling glob v0.3.1 |
1241 | 2024-12-18T22:38:59.412Z | Compiling stable_deref_trait v1.2.0 |
1242 | 2024-12-18T22:38:59.432Z | Compiling socket2 v0.5.7 |
1243 | 2024-12-18T22:38:59.530Z | Compiling slab v0.4.9 |
1244 | 2024-12-18T22:38:59.643Z | Compiling prettyplease v0.2.25 |
1245 | 2024-12-18T22:38:59.983Z | Compiling minimal-lexical v0.2.1 |
1246 | 2024-12-18T22:39:00.297Z | Compiling libloading v0.8.5 |
1247 | 2024-12-18T22:39:00.370Z | Compiling clang-sys v1.8.1 |
1248 | 2024-12-18T22:39:00.430Z | Compiling nom v7.1.3 |
1249 | 2024-12-18T22:39:00.517Z | Compiling serde_json v1.0.132 |
1250 | 2024-12-18T22:39:00.693Z | Compiling bindgen v0.69.5 |
1251 | 2024-12-18T22:39:00.830Z | Compiling home v0.5.9 |
1252 | 2024-12-18T22:39:01.156Z | Compiling itertools v0.12.1 |
1253 | 2024-12-18T22:39:01.545Z | Compiling futures-channel v0.3.31 |
1254 | 2024-12-18T22:39:01.842Z | Compiling rustc-hash v1.1.0 |
1255 | 2024-12-18T22:39:01.974Z | Compiling lazycell v1.3.0 |
1256 | 2024-12-18T22:39:01.999Z | Compiling futures-task v0.3.31 |
1257 | 2024-12-18T22:39:02.147Z | Compiling pin-utils v0.1.0 |
1258 | 2024-12-18T22:39:02.248Z | Compiling allocator-api2 v0.2.18 |
1259 | 2024-12-18T22:39:02.297Z | Compiling futures-io v0.3.31 |
1260 | 2024-12-18T22:39:02.605Z | Compiling regex-automata v0.4.8 |
1261 | 2024-12-18T22:39:03.064Z | Compiling foldhash v0.1.3 |
1262 | 2024-12-18T22:39:03.368Z | Compiling hashbrown v0.15.1 |
1263 | 2024-12-18T22:39:04.204Z | Compiling synstructure v0.13.1 |
1264 | 2024-12-18T22:39:04.377Z | Compiling cexpr v0.6.0 |
1265 | 2024-12-18T22:39:04.749Z | Compiling cmake v0.1.51 |
1266 | 2024-12-18T22:39:05.709Z | Compiling pkg-config v0.3.31 |
1267 | 2024-12-18T22:39:05.803Z | Compiling dunce v1.0.5 |
1268 | 2024-12-18T22:39:05.939Z | Compiling tinyvec_macros v0.1.1 |
1269 | 2024-12-18T22:39:05.956Z | Compiling libm v0.2.8 |
1270 | 2024-12-18T22:39:06.030Z | Compiling fs_extra v1.3.0 |
1271 | 2024-12-18T22:39:06.214Z | Compiling tinyvec v1.8.0 |
1272 | 2024-12-18T22:39:06.335Z | Compiling num-traits v0.2.19 |
1273 | 2024-12-18T22:39:06.829Z | Compiling ring v0.17.8 |
1274 | 2024-12-18T22:39:07.316Z | Compiling base64ct v1.6.0 |
1275 | 2024-12-18T22:39:07.542Z | Compiling writeable v0.5.5 |
1276 | 2024-12-18T22:39:07.773Z | Compiling unicode-normalization v0.1.24 |
1277 | 2024-12-18T22:39:07.924Z | Compiling litemap v0.7.3 |
1278 | 2024-12-18T22:39:07.989Z | Compiling paste v1.0.15 |
1279 | 2024-12-18T22:39:08.018Z | Compiling unicode-bidi v0.3.17 |
1280 | 2024-12-18T22:39:08.311Z | Compiling regex v1.11.1 |
1281 | 2024-12-18T22:39:08.572Z | Compiling pem-rfc7468 v0.7.0 |
1282 | 2024-12-18T22:39:09.281Z | Compiling flagset v0.4.6 |
1283 | 2024-12-18T22:39:09.341Z | Compiling aws-lc-rs v1.10.0 |
1284 | 2024-12-18T22:39:09.359Z | Compiling httparse v1.9.5 |
1285 | 2024-12-18T22:39:09.749Z | Compiling tracing-core v0.1.32 |
1286 | 2024-12-18T22:39:10.120Z | Compiling rustls-pki-types v1.9.0 |
1287 | 2024-12-18T22:39:10.547Z | Compiling icu_locid_transform_data v1.5.0 |
1288 | 2024-12-18T22:39:10.650Z | Compiling crossbeam-utils v0.8.20 |
1289 | 2024-12-18T22:39:10.963Z | Compiling percent-encoding v2.3.1 |
1290 | 2024-12-18T22:39:10.982Z | Compiling serde_derive v1.0.215 |
1291 | 2024-12-18T22:39:11.230Z | Compiling zeroize_derive v1.4.2 |
1292 | 2024-12-18T22:39:11.233Z | Compiling zerocopy-derive v0.7.35 |
1293 | 2024-12-18T22:39:11.340Z | Compiling tokio-macros v2.4.0 |
1294 | 2024-12-18T22:39:11.695Z | Compiling zerofrom-derive v0.1.4 |
1295 | 2024-12-18T22:39:12.775Z | Compiling zeroize v1.8.1 |
1296 | 2024-12-18T22:39:12.887Z | Compiling thiserror-impl v1.0.69 |
1297 | 2024-12-18T22:39:13.188Z | Compiling yoke-derive v0.7.4 |
1298 | 2024-12-18T22:39:13.390Z | Compiling zerocopy v0.7.35 |
1299 | 2024-12-18T22:39:14.624Z | Compiling crypto-common v0.1.6 |
1300 | 2024-12-18T22:39:14.838Z | Compiling block-buffer v0.10.4 |
1301 | 2024-12-18T22:39:14.956Z | Compiling zerovec-derive v0.10.3 |
1302 | 2024-12-18T22:39:15.065Z | Compiling digest v0.10.7 |
1303 | 2024-12-18T22:39:15.106Z | Compiling futures-macro v0.3.31 |
1304 | 2024-12-18T22:39:15.531Z | Compiling hmac v0.12.1 |
1305 | 2024-12-18T22:39:15.576Z | Compiling zerofrom v0.1.4 |
1306 | 2024-12-18T22:39:15.761Z | Compiling block-padding v0.3.3 |
1307 | 2024-12-18T22:39:15.779Z | Compiling displaydoc v0.2.5 |
1308 | 2024-12-18T22:39:16.003Z | Compiling inout v0.1.3 |
1309 | 2024-12-18T22:39:16.164Z | Compiling yoke v0.7.4 |
1310 | 2024-12-18T22:39:16.252Z | Compiling thiserror v1.0.69 |
1311 | 2024-12-18T22:39:16.320Z | Compiling cipher v0.4.4 |
1312 | 2024-12-18T22:39:16.386Z | Compiling sha2 v0.10.8 |
1313 | 2024-12-18T22:39:16.538Z | Compiling ppv-lite86 v0.2.20 |
1314 | 2024-12-18T22:39:16.855Z | Compiling der_derive v0.7.3 |
1315 | 2024-12-18T22:39:17.031Z | Compiling futures-util v0.3.31 |
1316 | 2024-12-18T22:39:17.331Z | Compiling icu_provider_macros v1.5.0 |
1317 | 2024-12-18T22:39:17.511Z | Compiling rand_chacha v0.3.1 |
1318 | 2024-12-18T22:39:17.600Z | Compiling zerovec v0.10.4 |
1319 | 2024-12-18T22:39:18.456Z | Compiling tracing-attributes v0.1.27 |
1320 | 2024-12-18T22:39:19.168Z | Compiling der v0.7.9 |
1321 | 2024-12-18T22:39:19.653Z | Compiling tinystr v0.7.6 |
1322 | 2024-12-18T22:39:19.685Z | Compiling icu_collections v1.5.0 |
1323 | 2024-12-18T22:39:19.781Z | Compiling rand v0.8.5 |
1324 | 2024-12-18T22:39:20.105Z | Compiling icu_locid v1.5.0 |
1325 | 2024-12-18T22:39:21.080Z | Compiling salsa20 v0.10.2 |
1326 | 2024-12-18T22:39:21.317Z | Compiling icu_provider v1.5.0 |
1327 | 2024-12-18T22:39:21.976Z | Compiling spki v0.7.3 |
1328 | 2024-12-18T22:39:22.152Z | Compiling tracing v0.1.40 |
1329 | 2024-12-18T22:39:22.317Z | Compiling icu_locid_transform v1.5.0 |
1330 | 2024-12-18T22:39:22.409Z | Compiling pest v2.7.14 |
1331 | 2024-12-18T22:39:22.501Z | Compiling pbkdf2 v0.12.2 |
1332 | 2024-12-18T22:39:22.539Z | Compiling powerfmt v0.2.0 |
1333 | 2024-12-18T22:39:22.631Z | Compiling mirai-annotations v1.12.0 |
1334 | 2024-12-18T22:39:22.661Z | Compiling num-conv v0.1.0 |
1335 | 2024-12-18T22:39:22.821Z | Compiling time-core v0.1.2 |
1336 | 2024-12-18T22:39:22.886Z | Compiling icu_properties_data v1.5.0 |
1337 | 2024-12-18T22:39:22.943Z | Compiling vcpkg v0.2.15 |
1338 | 2024-12-18T22:39:22.983Z | Compiling untrusted v0.7.1 |
1339 | 2024-12-18T22:39:23.082Z | Compiling untrusted v0.9.0 |
1340 | 2024-12-18T22:39:23.127Z | Compiling time-macros v0.2.18 |
1341 | 2024-12-18T22:39:23.160Z | Compiling deranged v0.3.11 |
1342 | 2024-12-18T22:39:23.252Z | Compiling scrypt v0.11.0 |
1343 | 2024-12-18T22:39:23.811Z | Compiling icu_properties v1.5.1 |
1344 | 2024-12-18T22:39:24.978Z | Compiling bitflags v2.6.0 |
1345 | 2024-12-18T22:39:25.043Z | Compiling bytes v1.8.0 |
1346 | 2024-12-18T22:39:25.123Z | Compiling indexmap v2.6.0 |
1347 | 2024-12-18T22:39:25.443Z | Compiling semver v1.0.23 |
1348 | 2024-12-18T22:39:26.257Z | Compiling tokio v1.40.0 |
1349 | 2024-12-18T22:39:26.419Z | Compiling http v1.1.0 |
1350 | 2024-12-18T22:39:26.504Z | Compiling rustc_version v0.4.1 |
1351 | 2024-12-18T22:39:26.665Z | Compiling openssl-sys v0.9.103 |
1352 | 2024-12-18T22:39:27.289Z | Compiling pest_meta v2.7.14 |
1353 | 2024-12-18T22:39:27.790Z | Compiling aes v0.8.4 |
1354 | 2024-12-18T22:39:28.409Z | Compiling cbc v0.1.2 |
1355 | 2024-12-18T22:39:28.663Z | Compiling scroll_derive v0.12.0 |
1356 | 2024-12-18T22:39:28.758Z | Compiling write16 v1.0.0 |
1357 | 2024-12-18T22:39:28.829Z | Compiling icu_normalizer_data v1.5.0 |
1358 | 2024-12-18T22:39:28.887Z | Compiling utf8_iter v1.0.4 |
1359 | 2024-12-18T22:39:28.929Z | Compiling num_threads v0.1.7 |
1360 | 2024-12-18T22:39:28.947Z | Compiling utf16_iter v1.0.5 |
1361 | 2024-12-18T22:39:29.058Z | Compiling atomic-waker v1.1.2 |
1362 | 2024-12-18T22:39:29.139Z | Compiling icu_normalizer v1.5.0 |
1363 | 2024-12-18T22:39:29.157Z | Compiling time v0.3.36 |
1364 | 2024-12-18T22:39:29.261Z | Compiling pkcs5 v0.7.1 |
1365 | 2024-12-18T22:39:30.206Z | Compiling which v4.4.2 |
1366 | 2024-12-18T22:39:30.471Z | Compiling scroll v0.12.0 |
1367 | 2024-12-18T22:39:30.828Z | Compiling pest_generator v2.7.14 |
1368 | 2024-12-18T22:39:30.849Z | Compiling http-body v1.0.1 |
1369 | 2024-12-18T22:39:31.090Z | Compiling form_urlencoded v1.2.1 |
1370 | 2024-12-18T22:39:31.181Z | Compiling slog v2.7.0 |
1371 | 2024-12-18T22:39:31.353Z | Compiling try-lock v0.2.5 |
1372 | 2024-12-18T22:39:31.415Z | Compiling goblin v0.8.2 |
1373 | 2024-12-18T22:39:31.498Z | Compiling want v0.3.1 |
1374 | 2024-12-18T22:39:31.778Z | Compiling idna_adapter v1.2.0 |
1375 | 2024-12-18T22:39:31.795Z | Compiling pkcs8 v0.10.2 |
1376 | 2024-12-18T22:39:32.280Z | Compiling httpdate v1.0.3 |
1377 | 2024-12-18T22:39:32.488Z | Compiling idna v1.0.3 |
1378 | 2024-12-18T22:39:32.527Z | Compiling serde_spanned v0.6.8 |
1379 | 2024-12-18T22:39:32.755Z | Compiling toml_datetime v0.6.8 |
1380 | 2024-12-18T22:39:32.918Z | Compiling pest_derive v2.7.14 |
1381 | 2024-12-18T22:39:33.304Z | Compiling uuid v1.11.0 |
1382 | 2024-12-18T22:39:33.349Z | Compiling serde_tokenstream v0.2.2 |
1383 | 2024-12-18T22:39:33.703Z | Compiling dtrace-parser v0.2.0 |
1384 | 2024-12-18T22:39:33.976Z | Compiling rustversion v1.0.17 |
1385 | 2024-12-18T22:39:34.316Z | Compiling base64 v0.22.1 |
1386 | 2024-12-18T22:39:34.500Z | Compiling iana-time-zone v0.1.61 |
1387 | 2024-12-18T22:39:34.711Z | Compiling adler2 v2.0.0 |
1388 | 2024-12-18T22:39:34.761Z | Compiling foreign-types-shared v0.1.1 |
1389 | 2024-12-18T22:39:34.875Z | Compiling tokio-util v0.7.12 |
1390 | 2024-12-18T22:39:34.925Z | Compiling match_cfg v0.1.0 |
1391 | 2024-12-18T22:39:34.969Z | Compiling tower-service v0.3.3 |
1392 | 2024-12-18T22:39:35.021Z | Compiling openssl v0.10.66 |
1393 | 2024-12-18T22:39:35.034Z | Compiling hostname v0.3.1 |
1394 | 2024-12-18T22:39:35.090Z | Compiling miniz_oxide v0.8.0 |
1395 | 2024-12-18T22:39:35.283Z | Compiling foreign-types v0.3.2 |
1396 | 2024-12-18T22:39:35.455Z | Compiling chrono v0.4.38 |
1397 | 2024-12-18T22:39:35.474Z | Compiling url v2.5.3 |
1398 | 2024-12-18T22:39:36.383Z | Compiling h2 v0.4.6 |
1399 | 2024-12-18T22:39:36.667Z | Compiling async-trait v0.1.83 |
1400 | 2024-12-18T22:39:37.366Z | Compiling dof v0.3.0 |
1401 | 2024-12-18T22:39:37.574Z | Compiling openssl-macros v0.1.1 |
1402 | 2024-12-18T22:39:38.348Z | Compiling usdt-impl v0.5.0 |
1403 | 2024-12-18T22:39:39.439Z | Compiling dirs-sys-next v0.1.2 |
1404 | 2024-12-18T22:39:39.466Z | Compiling data-encoding v2.6.0 |
1405 | 2024-12-18T22:39:39.546Z | Compiling rustls v0.23.14 |
1406 | 2024-12-18T22:39:39.814Z | Compiling rustls v0.22.4 |
1407 | 2024-12-18T22:39:39.956Z | Compiling native-tls v0.2.12 |
1408 | 2024-12-18T22:39:40.070Z | Compiling siphasher v0.3.11 |
1409 | 2024-12-18T22:39:40.088Z | Compiling syn v1.0.109 |
1410 | 2024-12-18T22:39:40.352Z | Compiling dirs-next v2.0.0 |
1411 | 2024-12-18T22:39:40.810Z | Compiling http-body-util v0.1.2 |
1412 | 2024-12-18T22:39:41.413Z | Compiling crossbeam-epoch v0.9.18 |
1413 | 2024-12-18T22:39:41.959Z | Compiling heapless v0.7.17 |
1414 | 2024-12-18T22:39:41.989Z | Compiling signature v2.2.0 |
1415 | 2024-12-18T22:39:42.010Z | Compiling sha1 v0.10.6 |
1416 | 2024-12-18T22:39:42.170Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1417 | 2024-12-18T22:39:42.285Z | Compiling serde_derive_internals v0.29.1 |
1418 | 2024-12-18T22:39:42.316Z | Compiling thread_local v1.1.8 |
1419 | 2024-12-18T22:39:42.381Z | Compiling encoding_rs v0.8.34 |
1420 | 2024-12-18T22:39:42.414Z | Compiling cookie v0.18.1 |
1421 | 2024-12-18T22:39:42.653Z | Compiling multer v3.1.0 |
1422 | 2024-12-18T22:39:42.700Z | Compiling signal-hook v0.3.17 |
1423 | 2024-12-18T22:39:42.820Z | Compiling slog-async v2.8.0 |
1424 | 2024-12-18T22:39:42.961Z | Compiling schemars v0.8.21 |
1425 | 2024-12-18T22:39:42.997Z | Compiling mime v0.3.17 |
1426 | 2024-12-18T22:39:43.292Z | Compiling openssl-probe v0.1.5 |
1427 | 2024-12-18T22:39:43.399Z | Compiling hyper v1.5.0 |
1428 | 2024-12-18T22:39:43.587Z | Compiling rayon-core v1.12.1 |
1429 | 2024-12-18T22:39:43.658Z | Compiling gimli v0.31.1 |
1430 | 2024-12-18T22:39:43.851Z | Compiling ipnet v2.10.1 |
1431 | 2024-12-18T22:39:45.078Z | Compiling unicode-properties v0.1.3 |
1432 | 2024-12-18T22:39:45.148Z | Compiling schemars_derive v0.8.21 |
1433 | 2024-12-18T22:39:45.469Z | Compiling stringprep v0.1.5 |
1434 | 2024-12-18T22:39:46.804Z | Compiling hyper-util v0.1.10 |
1435 | 2024-12-18T22:39:47.252Z | Compiling toml_edit v0.22.22 |
1436 | 2024-12-18T22:39:47.848Z | Compiling usdt-attr-macro v0.5.0 |
1437 | 2024-12-18T22:39:48.537Z | Compiling addr2line v0.24.2 |
1438 | 2024-12-18T22:39:49.030Z | Compiling usdt-macro v0.5.0 |
1439 | 2024-12-18T22:39:49.231Z | Compiling crossbeam-deque v0.8.5 |
1440 | 2024-12-18T22:39:49.403Z | Compiling term v0.7.0 |
1441 | 2024-12-18T22:39:49.481Z | Compiling slog-json v2.6.1 |
1442 | 2024-12-18T22:39:49.566Z | Compiling serde_urlencoded v0.7.1 |
1443 | 2024-12-18T22:39:49.854Z | Compiling crossbeam-channel v0.5.13 |
1444 | 2024-12-18T22:39:49.900Z | Compiling curve25519-dalek v4.1.3 |
1445 | 2024-12-18T22:39:50.091Z | Compiling enum-as-inner v0.6.1 |
1446 | 2024-12-18T22:39:50.538Z | Compiling futures-executor v0.3.31 |
1447 | 2024-12-18T22:39:50.541Z | Compiling md-5 v0.10.6 |
1448 | 2024-12-18T22:39:50.799Z | Compiling async-stream-impl v0.3.6 |
1449 | 2024-12-18T22:39:50.906Z | Compiling num-integer v0.1.46 |
1450 | 2024-12-18T22:39:51.004Z | Compiling rustls-pemfile v2.2.0 |
1451 | 2024-12-18T22:39:51.167Z | Compiling idna v0.4.0 |
1452 | 2024-12-18T22:39:51.186Z | Compiling idna v0.3.0 |
1453 | 2024-12-18T22:39:51.396Z | Compiling hash32 v0.2.1 |
1454 | 2024-12-18T22:39:51.723Z | Compiling ff v0.13.0 |
1455 | 2024-12-18T22:39:51.774Z | Compiling is-terminal v0.4.13 |
1456 | 2024-12-18T22:39:51.905Z | Compiling dropshot v0.12.0 |
1457 | 2024-12-18T22:39:51.950Z | Compiling object v0.36.5 |
1458 | 2024-12-18T22:39:52.190Z | Compiling num-bigint-dig v0.8.4 |
1459 | 2024-12-18T22:39:52.283Z | Compiling base16ct v0.2.0 |
1460 | 2024-12-18T22:39:52.468Z | Compiling portable-atomic v1.9.0 |
1461 | 2024-12-18T22:39:52.614Z | Compiling rustc-demangle v0.1.24 |
1462 | 2024-12-18T22:39:52.856Z | Compiling smoltcp v0.9.1 |
1463 | 2024-12-18T22:39:52.919Z | Compiling psl-types v2.0.11 |
1464 | 2024-12-18T22:39:53.120Z | Compiling quick-error v1.2.3 |
1465 | 2024-12-18T22:39:53.274Z | Compiling utf-8 v0.7.6 |
1466 | 2024-12-18T22:39:53.536Z | Compiling linked-hash-map v0.5.6 |
1467 | 2024-12-18T22:39:53.576Z | Compiling take_mut v0.2.2 |
1468 | 2024-12-18T22:39:53.595Z | Compiling dyn-clone v1.0.17 |
1469 | 2024-12-18T22:39:53.612Z | Compiling anyhow v1.0.93 |
1470 | 2024-12-18T22:39:53.737Z | Compiling fallible-iterator v0.2.0 |
1471 | 2024-12-18T22:39:53.909Z | Compiling lru-cache v0.1.2 |
1472 | 2024-12-18T22:39:54.466Z | Compiling postgres-protocol v0.6.7 |
1473 | 2024-12-18T22:39:54.685Z | Compiling tungstenite v0.24.0 |
1474 | 2024-12-18T22:39:55.313Z | Compiling resolv-conf v0.7.0 |
1475 | 2024-12-18T22:39:55.790Z | Compiling publicsuffix v2.2.3 |
1476 | 2024-12-18T22:39:55.878Z | Compiling sec1 v0.7.3 |
1477 | 2024-12-18T22:39:56.112Z | Compiling async-stream v0.3.6 |
1478 | 2024-12-18T22:39:56.233Z | Compiling hickory-proto v0.24.1 |
1479 | 2024-12-18T22:39:56.437Z | Compiling group v0.13.0 |
1480 | 2024-12-18T22:39:56.525Z | Compiling usdt v0.5.0 |
1481 | 2024-12-18T22:39:56.785Z | Compiling slog-term v2.9.1 |
1482 | 2024-12-18T22:39:57.091Z | Compiling num-iter v0.1.45 |
1483 | 2024-12-18T22:39:57.286Z | Compiling futures v0.3.31 |
1484 | 2024-12-18T22:39:57.528Z | Compiling toml v0.8.19 |
1485 | 2024-12-18T22:39:57.690Z | Compiling slog-bunyan v2.5.0 |
1486 | 2024-12-18T22:39:59.335Z | Compiling backtrace v0.3.74 |
1487 | 2024-12-18T22:39:59.435Z | Compiling camino v1.1.9 |
1488 | 2024-12-18T22:39:59.672Z | Compiling tokio-native-tls v0.3.1 |
1489 | 2024-12-18T22:39:59.951Z | Compiling phf_shared v0.11.2 |
1490 | 2024-12-18T22:40:00.116Z | Compiling dropshot_endpoint v0.12.0 |
1491 | 2024-12-18T22:40:00.305Z | Compiling terminal_size v0.4.0 |
1492 | 2024-12-18T22:40:00.328Z | Compiling waitgroup v0.1.2 |
1493 | 2024-12-18T22:40:00.383Z | Compiling openapiv3 v2.0.0 |
1494 | 2024-12-18T22:40:00.526Z | Compiling serde_path_to_error v0.1.16 |
1495 | 2024-12-18T22:40:00.544Z | Compiling hkdf v0.12.4 |
1496 | 2024-12-18T22:40:00.806Z | Compiling crypto-bigint v0.5.5 |
1497 | 2024-12-18T22:40:01.417Z | Compiling curve25519-dalek-derive v0.1.1 |
1498 | 2024-12-18T22:40:03.023Z | Compiling zerocopy-derive v0.6.6 |
1499 | 2024-12-18T22:40:03.110Z | Compiling webpki-roots v0.26.6 |
1500 | 2024-12-18T22:40:03.341Z | Compiling idna v0.5.0 |
1501 | 2024-12-18T22:40:04.072Z | Compiling hubpack_derive v0.1.1 |
1502 | 2024-12-18T22:40:04.893Z | Compiling hostname v0.4.0 |
1503 | 2024-12-18T22:40:04.947Z | Compiling ahash v0.8.11 |
1504 | 2024-12-18T22:40:04.973Z | Compiling fs-err v2.11.0 |
1505 | 2024-12-18T22:40:05.078Z | Compiling crc32fast v1.4.2 |
1506 | 2024-12-18T22:40:05.150Z | Compiling debug-ignore v1.0.5 |
1507 | 2024-12-18T22:40:05.267Z | Compiling winnow v0.5.40 |
1508 | 2024-12-18T22:40:05.272Z | Compiling bitflags v1.3.2 |
1509 | 2024-12-18T22:40:05.304Z | Compiling managed v0.8.0 |
1510 | 2024-12-18T22:40:05.345Z | Compiling console v0.15.8 |
1511 | 2024-12-18T22:40:05.391Z | Compiling zerocopy v0.6.6 |
1512 | 2024-12-18T22:40:05.410Z | Compiling flate2 v1.0.34 |
1513 | 2024-12-18T22:40:06.337Z | Compiling clap_builder v4.5.21 |
1514 | 2024-12-18T22:40:06.642Z | Compiling strum_macros v0.25.3 |
1515 | 2024-12-18T22:40:06.920Z | Compiling hubpack v0.1.2 |
1516 | 2024-12-18T22:40:06.983Z | Compiling cookie_store v0.21.0 |
1517 | 2024-12-18T22:40:07.190Z | Compiling elliptic-curve v0.13.8 |
1518 | 2024-12-18T22:40:08.009Z | Compiling hickory-resolver v0.24.1 |
1519 | 2024-12-18T22:40:08.043Z | Compiling phf v0.11.2 |
1520 | 2024-12-18T22:40:08.606Z | Compiling hyper-tls v0.6.0 |
1521 | 2024-12-18T22:40:09.041Z | Compiling toml_edit v0.19.15 |
1522 | 2024-12-18T22:40:09.158Z | Compiling signal-hook-mio v0.2.4 |
1523 | 2024-12-18T22:40:09.268Z | Compiling rayon v1.10.0 |
1524 | 2024-12-18T22:40:09.329Z | Compiling bzip2 v0.4.4 |
1525 | 2024-12-18T22:40:10.902Z | Compiling tokio-tungstenite v0.24.0 |
1526 | 2024-12-18T22:40:11.490Z | Compiling postgres-types v0.2.8 |
1527 | 2024-12-18T22:40:14.245Z | Compiling ed25519 v2.2.3 |
1528 | 2024-12-18T22:40:14.411Z | Compiling phf_shared v0.10.0 |
1529 | 2024-12-18T22:40:14.836Z | Compiling tokio-stream v0.1.16 |
1530 | 2024-12-18T22:40:14.956Z | Compiling pkcs1 v0.7.5 |
1531 | 2024-12-18T22:40:15.763Z | Compiling serde-big-array v0.5.1 |
1532 | 2024-12-18T22:40:15.937Z | Compiling clap_derive v4.5.18 |
1533 | 2024-12-18T22:40:15.968Z | Compiling rfc6979 v0.4.0 |
1534 | 2024-12-18T22:40:16.006Z | Compiling derive-where v1.2.7 |
1535 | 2024-12-18T22:40:16.032Z | Compiling serde_repr v0.1.19 |
1536 | 2024-12-18T22:40:16.170Z | Compiling float-cmp v0.9.0 |
1537 | 2024-12-18T22:40:16.173Z | Compiling bstr v1.10.0 |
1538 | 2024-12-18T22:40:16.404Z | Compiling sync_wrapper v1.0.1 |
1539 | 2024-12-18T22:40:16.584Z | Compiling whoami v1.5.2 |
1540 | 2024-12-18T22:40:17.313Z | Compiling new_debug_unreachable v1.0.6 |
1541 | 2024-12-18T22:40:17.316Z | Compiling fixedbitset v0.4.2 |
1542 | 2024-12-18T22:40:17.316Z | Compiling predicates-core v1.0.8 |
1543 | 2024-12-18T22:40:17.367Z | Compiling precomputed-hash v0.1.1 |
1544 | 2024-12-18T22:40:17.485Z | Compiling unicode-segmentation v1.12.0 |
1545 | 2024-12-18T22:40:17.668Z | Compiling bit-vec v0.6.3 |
1546 | 2024-12-18T22:40:17.768Z | Compiling number_prefix v0.4.0 |
1547 | 2024-12-18T22:40:17.955Z | Compiling unicode-width v0.2.0 |
1548 | 2024-12-18T22:40:17.995Z | Compiling static_assertions v1.1.0 |
1549 | 2024-12-18T22:40:18.101Z | Compiling normalize-line-endings v0.3.0 |
1550 | 2024-12-18T22:40:18.140Z | Compiling difflib v0.4.0 |
1551 | 2024-12-18T22:40:18.228Z | Compiling similar v2.6.0 |
1552 | 2024-12-18T22:40:18.360Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1553 | 2024-12-18T22:40:18.482Z | Compiling indicatif v0.17.9 |
1554 | 2024-12-18T22:40:19.781Z | Compiling predicates v3.1.2 |
1555 | 2024-12-18T22:40:19.810Z | Compiling bit-set v0.5.3 |
1556 | 2024-12-18T22:40:20.106Z | Compiling petgraph v0.6.5 |
1557 | 2024-12-18T22:40:20.704Z | Compiling string_cache v0.8.7 |
1558 | 2024-12-18T22:40:20.743Z | Compiling tokio-postgres v0.7.12 |
1559 | 2024-12-18T22:40:21.175Z | Compiling clap v4.5.21 |
1560 | 2024-12-18T22:40:21.247Z | Compiling ecdsa v0.16.9 |
1561 | 2024-12-18T22:40:21.299Z | Compiling rsa v0.9.6 |
1562 | 2024-12-18T22:40:21.620Z | Compiling ed25519-dalek v2.1.1 |
1563 | 2024-12-18T22:40:22.164Z | Compiling toml v0.7.8 |
1564 | 2024-12-18T22:40:22.971Z | Compiling zip v0.6.6 |
1565 | 2024-12-18T22:40:23.927Z | Compiling crossterm v0.28.1 |
1566 | 2024-12-18T22:40:24.498Z | Compiling hex v0.4.3 |
1567 | 2024-12-18T22:40:25.090Z | Compiling x509-cert v0.2.5 |
1568 | 2024-12-18T22:40:25.125Z | Compiling itertools v0.10.5 |
1569 | 2024-12-18T22:40:25.151Z | Compiling lalrpop-util v0.19.12 |
1570 | 2024-12-18T22:40:25.307Z | Compiling peg-runtime v0.8.3 |
1571 | 2024-12-18T22:40:25.532Z | Compiling unicode-xid v0.2.6 |
1572 | 2024-12-18T22:40:25.716Z | Compiling strum_macros v0.26.4 |
1573 | 2024-12-18T22:40:26.018Z | Compiling xattr v1.3.1 |
1574 | 2024-12-18T22:40:26.305Z | Compiling filetime v0.2.25 |
1575 | 2024-12-18T22:40:26.610Z | Compiling tar v0.4.42 |
1576 | 2024-12-18T22:40:31.040Z | Compiling strum v0.26.3 |
1577 | 2024-12-18T22:40:33.944Z | Compiling aws-lc-sys v0.22.0 |
1578 | 2024-12-18T22:41:10.910Z | Compiling rustls-webpki v0.102.8 |
1579 | 2024-12-18T22:41:14.424Z | Compiling tokio-rustls v0.25.0 |
1580 | 2024-12-18T22:41:15.817Z | Compiling tokio-rustls v0.26.0 |
1581 | 2024-12-18T22:41:16.185Z | Compiling hyper-rustls v0.27.3 |
1582 | 2024-12-18T22:41:16.654Z | Compiling reqwest v0.12.9 |
1583 | 2024-12-18T22:41:18.218Z | Compiling qorb v0.2.1 |
1584 | 2024-12-18T22:41:22.803Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1585 | 2024-12-18T22:41:23.036Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1586 | 2024-12-18T22:41:28.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
1587 | 2024-12-18T22:41:29.119Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1588 | 2024-12-18T22:41:29.164Z | Dec 18 22:41:27.934 INFO Starting download, target: DendriteOpenapi |
1589 | 2024-12-18T22:41:29.164Z | Dec 18 22:41:27.934 INFO Starting download, target: Cockroach |
1590 | 2024-12-18T22:41:29.167Z | Dec 18 22:41:27.934 INFO Starting download, target: Clickhouse |
1591 | 2024-12-18T22:41:29.167Z | Dec 18 22:41:27.934 INFO Starting download, target: Console |
1592 | 2024-12-18T22:41:29.167Z | Dec 18 22:41:27.934 INFO Starting download, target: DendriteStub |
1593 | 2024-12-18T22:41:29.167Z | Dec 18 22:41:27.934 INFO Starting download, target: MaghemiteMgd |
1594 | 2024-12-18T22:41:29.167Z | Dec 18 22:41:27.934 INFO Starting download, target: TransceiverControl |
1595 | 2024-12-18T22:41:29.167Z | Dec 18 22:41:27.935 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1596 | 2024-12-18T22:41:29.167Z | Dec 18 22:41:27.935 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1597 | 2024-12-18T22:41:29.168Z | Dec 18 22:41:27.935 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1598 | 2024-12-18T22:41:29.168Z | Dec 18 22:41:27.935 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1599 | 2024-12-18T22:41:29.168Z | Dec 18 22:41:27.935 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1600 | 2024-12-18T22:41:29.168Z | Dec 18 22:41:27.935 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1601 | 2024-12-18T22:41:29.168Z | Dec 18 22:41:27.935 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1602 | 2024-12-18T22:41:29.373Z | Dec 18 22:41:28.146 INFO Download complete, target: DendriteOpenapi |
1603 | 2024-12-18T22:41:29.636Z | Dec 18 22:41:28.387 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1604 | 2024-12-18T22:41:29.688Z | Dec 18 22:41:28.457 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1605 | 2024-12-18T22:41:30.036Z | Dec 18 22:41:28.808 INFO Download complete, target: Console |
1606 | 2024-12-18T22:41:30.308Z | Dec 18 22:41:29.069 INFO Download complete, target: TransceiverControl |
1607 | 2024-12-18T22:41:30.363Z | Dec 18 22:41:29.131 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1608 | 2024-12-18T22:41:30.529Z | Dec 18 22:41:29.290 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1609 | 2024-12-18T22:41:30.894Z | Dec 18 22:41:29.666 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1610 | 2024-12-18T22:41:30.894Z | Dec 18 22:41:29.666 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1611 | 2024-12-18T22:41:31.149Z | Dec 18 22:41:29.919 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1612 | 2024-12-18T22:41:33.525Z | Dec 18 22:41:32.296 INFO Download complete, target: MaghemiteMgd |
1613 | 2024-12-18T22:41:33.631Z | Dec 18 22:41:32.401 INFO Download complete, target: DendriteStub |
1614 | 2024-12-18T22:41:38.862Z | Dec 18 22:41:37.634 INFO Checking that binary works, target: Cockroach |
1615 | 2024-12-18T22:41:39.023Z | Dec 18 22:41:37.795 INFO Download complete, target: Cockroach |
1616 | 2024-12-18T22:41:44.521Z | Dec 18 22:41:43.293 INFO Checking that binary works, target: Clickhouse |
1617 | 2024-12-18T22:41:45.427Z | Dec 18 22:41:44.198 INFO Download complete, target: Clickhouse |
1618 | 2024-12-18T22:41:45.434Z | All prerequisites installed successfully |
1619 | 2024-12-18T22:41:45.436Z | |
1620 | 2024-12-18T22:41:45.436Z | real 5:05.277000805 |
1621 | 2024-12-18T22:41:45.436Z | user 16:35.845179109 |
1622 | 2024-12-18T22:41:45.436Z | sys 3:11.092895262 |
1623 | 2024-12-18T22:41:45.436Z | trap 0.515084813 |
1624 | 2024-12-18T22:41:45.437Z | tflt 9.179656949 |
1625 | 2024-12-18T22:41:45.437Z | dflt 7.588061190 |
1626 | 2024-12-18T22:41:45.437Z | kflt 0.283628884 |
1627 | 2024-12-18T22:41:45.437Z | lock 33:17.469285563 |
1628 | 2024-12-18T22:41:45.437Z | slp 1:03:59.319741349 |
1629 | 2024-12-18T22:41:45.437Z | lat 51.083612094 |
1630 | 2024-12-18T22:41:45.437Z | stop 2:04.965293636 |
1631 | 2024-12-18T22:41:45.437Z | + source ./tools/include/force-git-over-https.sh |
1632 | 2024-12-18T22:41:45.437Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1633 | 2024-12-18T22:41:45.437Z | ++ (( i = 0 )) |
1634 | 2024-12-18T22:41:45.437Z | ++ (( i < 5 )) |
1635 | 2024-12-18T22:41:45.437Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1636 | 2024-12-18T22:41:45.439Z | ++ (( i++ )) |
1637 | 2024-12-18T22:41:45.440Z | ++ (( i < 5 )) |
1638 | 2024-12-18T22:41:45.440Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1639 | 2024-12-18T22:41:45.442Z | ++ (( i++ )) |
1640 | 2024-12-18T22:41:45.442Z | ++ (( i < 5 )) |
1641 | 2024-12-18T22:41:45.442Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1642 | 2024-12-18T22:41:45.445Z | ++ (( i++ )) |
1643 | 2024-12-18T22:41:45.445Z | ++ (( i < 5 )) |
1644 | 2024-12-18T22:41:45.445Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1645 | 2024-12-18T22:41:45.448Z | ++ (( i++ )) |
1646 | 2024-12-18T22:41:45.448Z | ++ (( i < 5 )) |
1647 | 2024-12-18T22:41:45.448Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1648 | 2024-12-18T22:41:45.451Z | ++ (( i++ )) |
1649 | 2024-12-18T22:41:45.451Z | ++ (( i < 5 )) |
1650 | 2024-12-18T22:41:45.451Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1651 | 2024-12-18T22:41:45.451Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1652 | 2024-12-18T22:41:45.453Z | + rc=0 |
1653 | 2024-12-18T22:41:45.453Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1654 | 2024-12-18T22:42:14.854Z | + case $rc in |
1655 | 2024-12-18T22:42:14.854Z | + pfexec zfs create -p rpool/images/build/host |
1656 | 2024-12-18T22:42:15.029Z | + pfexec zfs create -p rpool/images/build/recovery |
1657 | 2024-12-18T22:42:15.113Z | + cargo xtask releng --output-dir /work |
1658 | 2024-12-18T22:42:15.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1659 | 2024-12-18T22:42:15.661Z | Running `target/debug/xtask releng --output-dir /work` |
1660 | 2024-12-18T22:42:16.551Z | Compiling proc-macro2 v1.0.89 |
1661 | 2024-12-18T22:42:16.551Z | Compiling unicode-ident v1.0.13 |
1662 | 2024-12-18T22:42:16.552Z | Compiling libc v0.2.162 |
1663 | 2024-12-18T22:42:16.554Z | Compiling serde v1.0.215 |
1664 | 2024-12-18T22:42:16.554Z | Compiling autocfg v1.4.0 |
1665 | 2024-12-18T22:42:16.554Z | Compiling version_check v0.9.5 |
1666 | 2024-12-18T22:42:16.554Z | Compiling cfg-if v1.0.0 |
1667 | 2024-12-18T22:42:16.771Z | Compiling memchr v2.7.4 |
1668 | 2024-12-18T22:42:16.814Z | Compiling typenum v1.17.0 |
1669 | 2024-12-18T22:42:16.930Z | Compiling shlex v1.3.0 |
1670 | 2024-12-18T22:42:17.355Z | Compiling value-bag v1.9.0 |
1671 | 2024-12-18T22:42:17.412Z | Compiling scopeguard v1.2.0 |
1672 | 2024-12-18T22:42:17.451Z | Compiling generic-array v0.14.7 |
1673 | 2024-12-18T22:42:17.655Z | Compiling lock_api v0.4.12 |
1674 | 2024-12-18T22:42:17.802Z | Compiling log v0.4.22 |
1675 | 2024-12-18T22:42:17.933Z | Compiling rustix v0.38.37 |
1676 | 2024-12-18T22:42:18.189Z | Compiling parking_lot_core v0.9.10 |
1677 | 2024-12-18T22:42:18.583Z | Compiling quote v1.0.37 |
1678 | 2024-12-18T22:42:18.606Z | Compiling serde_json v1.0.132 |
1679 | 2024-12-18T22:42:18.637Z | Compiling libm v0.2.8 |
1680 | 2024-12-18T22:42:18.659Z | Compiling num-traits v0.2.19 |
1681 | 2024-12-18T22:42:18.900Z | Compiling jobserver v0.1.32 |
1682 | 2024-12-18T22:42:18.935Z | Compiling getrandom v0.2.15 |
1683 | 2024-12-18T22:42:18.970Z | Compiling syn v2.0.87 |
1684 | 2024-12-18T22:42:19.121Z | Compiling once_cell v1.20.2 |
1685 | 2024-12-18T22:42:19.237Z | Compiling thiserror v1.0.69 |
1686 | 2024-12-18T22:42:19.258Z | Compiling spin v0.9.8 |
1687 | 2024-12-18T22:42:19.456Z | Compiling cc v1.1.30 |
1688 | 2024-12-18T22:42:19.537Z | Compiling itoa v1.0.11 |
1689 | 2024-12-18T22:42:19.632Z | Compiling aho-corasick v1.1.3 |
1690 | 2024-12-18T22:42:19.683Z | Compiling regex-syntax v0.8.5 |
1691 | 2024-12-18T22:42:19.761Z | Compiling slab v0.4.9 |
1692 | 2024-12-18T22:42:19.785Z | Compiling errno v0.3.9 |
1693 | 2024-12-18T22:42:20.456Z | Compiling byteorder v1.5.0 |
1694 | 2024-12-18T22:42:20.682Z | Compiling either v1.13.0 |
1695 | 2024-12-18T22:42:20.959Z | Compiling lazy_static v1.5.0 |
1696 | 2024-12-18T22:42:21.105Z | Compiling rand_core v0.6.4 |
1697 | 2024-12-18T22:42:21.194Z | Compiling glob v0.3.1 |
1698 | 2024-12-18T22:42:21.449Z | Compiling prettyplease v0.2.25 |
1699 | 2024-12-18T22:42:21.586Z | Compiling subtle v2.6.1 |
1700 | 2024-12-18T22:42:21.960Z | Compiling minimal-lexical v0.2.1 |
1701 | 2024-12-18T22:42:22.079Z | Compiling clang-sys v1.8.1 |
1702 | 2024-12-18T22:42:22.109Z | Compiling libloading v0.8.5 |
1703 | 2024-12-18T22:42:22.504Z | Compiling nom v7.1.3 |
1704 | 2024-12-18T22:42:22.562Z | Compiling bindgen v0.69.5 |
1705 | 2024-12-18T22:42:22.970Z | Compiling home v0.5.9 |
1706 | 2024-12-18T22:42:23.222Z | Compiling itertools v0.12.1 |
1707 | 2024-12-18T22:42:23.534Z | Compiling regex-automata v0.4.8 |
1708 | 2024-12-18T22:42:23.597Z | Compiling lazycell v1.3.0 |
1709 | 2024-12-18T22:42:23.783Z | Compiling rustc-hash v1.1.0 |
1710 | 2024-12-18T22:42:24.802Z | Compiling cmake v0.1.51 |
1711 | 2024-12-18T22:42:25.851Z | Compiling pkg-config v0.3.31 |
1712 | 2024-12-18T22:42:25.901Z | Compiling semver v1.0.23 |
1713 | 2024-12-18T22:42:25.903Z | Compiling dunce v1.0.5 |
1714 | 2024-12-18T22:42:26.066Z | Compiling fs_extra v1.3.0 |
1715 | 2024-12-18T22:42:26.398Z | Compiling cexpr v0.6.0 |
1716 | 2024-12-18T22:42:26.401Z | Compiling smallvec v1.13.2 |
1717 | 2024-12-18T22:42:26.497Z | Compiling ring v0.17.8 |
1718 | 2024-12-18T22:42:26.919Z | Compiling synstructure v0.13.1 |
1719 | 2024-12-18T22:42:27.094Z | Compiling heck v0.5.0 |
1720 | 2024-12-18T22:42:27.647Z | Compiling ryu v1.0.18 |
1721 | 2024-12-18T22:42:27.766Z | Compiling paste v1.0.15 |
1722 | 2024-12-18T22:42:27.964Z | Compiling const-oid v0.9.6 |
1723 | 2024-12-18T22:42:28.484Z | Compiling aws-lc-rs v1.10.0 |
1724 | 2024-12-18T22:42:28.484Z | Compiling httparse v1.9.5 |
1725 | 2024-12-18T22:42:29.140Z | Compiling pin-project-lite v0.2.14 |
1726 | 2024-12-18T22:42:29.293Z | Compiling allocator-api2 v0.2.18 |
1727 | 2024-12-18T22:42:29.775Z | Compiling regex v1.11.1 |
1728 | 2024-12-18T22:42:30.094Z | Compiling futures-core v0.3.31 |
1729 | 2024-12-18T22:42:30.300Z | Compiling signal-hook-registry v1.4.2 |
1730 | 2024-12-18T22:42:31.009Z | Compiling crossbeam-utils v0.8.20 |
1731 | 2024-12-18T22:42:31.555Z | Compiling num-conv v0.1.0 |
1732 | 2024-12-18T22:42:31.648Z | Compiling time-core v0.1.2 |
1733 | 2024-12-18T22:42:31.757Z | Compiling parking_lot v0.12.3 |
1734 | 2024-12-18T22:42:31.822Z | Compiling mio v1.0.2 |
1735 | 2024-12-18T22:42:31.898Z | Compiling vcpkg v0.2.15 |
1736 | 2024-12-18T22:42:31.961Z | Compiling time-macros v0.2.18 |
1737 | 2024-12-18T22:42:32.081Z | Compiling fnv v1.0.7 |
1738 | 2024-12-18T22:42:32.597Z | Compiling schemars v0.8.21 |
1739 | 2024-12-18T22:42:32.731Z | Compiling serde_derive v1.0.215 |
1740 | 2024-12-18T22:42:33.048Z | Compiling zeroize_derive v1.4.2 |
1741 | 2024-12-18T22:42:33.686Z | Compiling zerocopy-derive v0.7.35 |
1742 | 2024-12-18T22:42:33.794Z | Compiling tokio-macros v2.4.0 |
1743 | 2024-12-18T22:42:33.939Z | Compiling thiserror-impl v1.0.69 |
1744 | 2024-12-18T22:42:33.971Z | Compiling zerofrom-derive v0.1.4 |
1745 | 2024-12-18T22:42:34.918Z | Compiling zeroize v1.8.1 |
1746 | 2024-12-18T22:42:35.312Z | Compiling yoke-derive v0.7.4 |
1747 | 2024-12-18T22:42:35.440Z | Compiling futures-macro v0.3.31 |
1748 | 2024-12-18T22:42:35.520Z | Compiling zerovec-derive v0.10.3 |
1749 | 2024-12-18T22:42:35.927Z | Compiling displaydoc v0.2.5 |
1750 | 2024-12-18T22:42:37.138Z | Compiling zerocopy v0.7.35 |
1751 | 2024-12-18T22:42:37.638Z | Compiling crypto-common v0.1.6 |
1752 | 2024-12-18T22:42:37.695Z | Compiling icu_provider_macros v1.5.0 |
1753 | 2024-12-18T22:42:37.758Z | Compiling tracing-attributes v0.1.27 |
1754 | 2024-12-18T22:42:37.847Z | Compiling block-buffer v0.10.4 |
1755 | 2024-12-18T22:42:38.140Z | Compiling digest v0.10.7 |
1756 | 2024-12-18T22:42:38.207Z | Compiling der_derive v0.7.3 |
1757 | 2024-12-18T22:42:38.641Z | Compiling openssl-sys v0.9.103 |
1758 | 2024-12-18T22:42:39.787Z | Compiling serde_derive_internals v0.29.1 |
1759 | 2024-12-18T22:42:39.884Z | Compiling socket2 v0.5.7 |
1760 | 2024-12-18T22:42:40.741Z | Compiling ahash v0.8.11 |
1761 | 2024-12-18T22:42:42.243Z | Compiling schemars_derive v0.8.21 |
1762 | 2024-12-18T22:42:42.445Z | Compiling futures-sink v0.3.31 |
1763 | 2024-12-18T22:42:42.639Z | Compiling foldhash v0.1.3 |
1764 | 2024-12-18T22:42:42.739Z | Compiling cpufeatures v0.2.14 |
1765 | 2024-12-18T22:42:42.828Z | Compiling equivalent v1.0.1 |
1766 | 2024-12-18T22:42:42.952Z | Compiling slog v2.7.0 |
1767 | 2024-12-18T22:42:43.008Z | Compiling hashbrown v0.15.1 |
1768 | 2024-12-18T22:42:43.128Z | Compiling stable_deref_trait v1.2.0 |
1769 | 2024-12-18T22:42:44.409Z | Compiling futures-channel v0.3.31 |
1770 | 2024-12-18T22:42:44.508Z | Compiling zerofrom v0.1.4 |
1771 | 2024-12-18T22:42:44.820Z | Compiling scroll_derive v0.12.0 |
1772 | 2024-12-18T22:42:44.868Z | Compiling futures-io v0.3.31 |
1773 | 2024-12-18T22:42:44.930Z | Compiling pin-utils v0.1.0 |
1774 | 2024-12-18T22:42:44.969Z | Compiling futures-task v0.3.31 |
1775 | 2024-12-18T22:42:45.034Z | Compiling ucd-trie v0.1.7 |
1776 | 2024-12-18T22:42:45.352Z | Compiling openssl v0.10.66 |
1777 | 2024-12-18T22:42:45.354Z | Compiling pest v2.7.14 |
1778 | 2024-12-18T22:42:45.530Z | Compiling futures-util v0.3.31 |
1779 | 2024-12-18T22:42:45.596Z | Compiling yoke v0.7.4 |
1780 | 2024-12-18T22:42:46.036Z | Compiling hmac v0.12.1 |
1781 | 2024-12-18T22:42:46.322Z | Compiling tinyvec_macros v0.1.1 |
1782 | 2024-12-18T22:42:46.464Z | Compiling tinyvec v1.8.0 |
1783 | 2024-12-18T22:42:46.518Z | Compiling zerovec v0.10.4 |
1784 | 2024-12-18T22:42:47.181Z | Compiling bitflags v2.6.0 |
1785 | 2024-12-18T22:42:48.196Z | Compiling bytes v1.8.0 |
1786 | 2024-12-18T22:42:49.601Z | Compiling tokio v1.40.0 |
1787 | 2024-12-18T22:42:50.488Z | Compiling serde_tokenstream v0.2.2 |
1788 | 2024-12-18T22:42:50.968Z | Compiling indexmap v2.6.0 |
1789 | 2024-12-18T22:42:52.342Z | Compiling which v4.4.2 |
1790 | 2024-12-18T22:42:53.124Z | Compiling http v1.1.0 |
1791 | 2024-12-18T22:42:53.548Z | Compiling rustc_version v0.4.1 |
1792 | 2024-12-18T22:42:54.304Z | Compiling pest_meta v2.7.14 |
1793 | 2024-12-18T22:42:54.666Z | Compiling uuid v1.11.0 |
1794 | 2024-12-18T22:42:55.757Z | Compiling block-padding v0.3.3 |
1795 | 2024-12-18T22:42:55.877Z | Compiling openssl-macros v0.1.1 |
1796 | 2024-12-18T22:42:56.255Z | Compiling rustls v0.23.14 |
1797 | 2024-12-18T22:42:56.673Z | Compiling native-tls v0.2.12 |
1798 | 2024-12-18T22:42:56.726Z | Compiling iana-time-zone v0.1.61 |
1799 | 2024-12-18T22:42:57.116Z | Compiling chrono v0.4.38 |
1800 | 2024-12-18T22:42:57.142Z | Compiling inout v0.1.3 |
1801 | 2024-12-18T22:42:57.569Z | Compiling pest_generator v2.7.14 |
1802 | 2024-12-18T22:42:58.834Z | Compiling unicode-normalization v0.1.24 |
1803 | 2024-12-18T22:42:58.864Z | Compiling cipher v0.4.4 |
1804 | 2024-12-18T22:42:59.381Z | Compiling tinystr v0.7.6 |
1805 | 2024-12-18T22:42:59.445Z | Compiling pest_derive v2.7.14 |
1806 | 2024-12-18T22:43:00.042Z | Compiling sha2 v0.10.8 |
1807 | 2024-12-18T22:43:00.354Z | Compiling async-trait v0.1.83 |
1808 | 2024-12-18T22:43:00.606Z | Compiling cookie v0.18.1 |
1809 | 2024-12-18T22:43:00.942Z | Compiling usdt-impl v0.5.0 |
1810 | 2024-12-18T22:43:00.987Z | Compiling writeable v0.5.5 |
1811 | 2024-12-18T22:43:01.466Z | Compiling unicode-bidi v0.3.17 |
1812 | 2024-12-18T22:43:01.711Z | Compiling litemap v0.7.3 |
1813 | 2024-12-18T22:43:02.229Z | Compiling base64ct v1.6.0 |
1814 | 2024-12-18T22:43:03.515Z | Compiling icu_locid v1.5.0 |
1815 | 2024-12-18T22:43:03.829Z | Compiling pem-rfc7468 v0.7.0 |
1816 | 2024-12-18T22:43:04.585Z | Compiling scroll v0.12.0 |
1817 | 2024-12-18T22:43:05.236Z | Compiling ppv-lite86 v0.2.20 |
1818 | 2024-12-18T22:43:06.065Z | Compiling tracing-core v0.1.32 |
1819 | 2024-12-18T22:43:06.190Z | Compiling untrusted v0.7.1 |
1820 | 2024-12-18T22:43:06.383Z | Compiling dyn-clone v1.0.17 |
1821 | 2024-12-18T22:43:06.595Z | Compiling plain v0.2.3 |
1822 | 2024-12-18T22:43:06.746Z | Compiling syn v1.0.109 |
1823 | 2024-12-18T22:43:07.315Z | Compiling camino v1.1.9 |
1824 | 2024-12-18T22:43:07.892Z | Compiling percent-encoding v2.3.1 |
1825 | 2024-12-18T22:43:07.975Z | Compiling aws-lc-sys v0.22.0 |
1826 | 2024-12-18T22:43:08.258Z | Compiling rustls-pki-types v1.9.0 |
1827 | 2024-12-18T22:43:08.370Z | Compiling flagset v0.4.6 |
1828 | 2024-12-18T22:43:08.657Z | Compiling der v0.7.9 |
1829 | 2024-12-18T22:43:10.331Z | Compiling tracing v0.1.40 |
1830 | 2024-12-18T22:43:11.505Z | Compiling goblin v0.8.2 |
1831 | 2024-12-18T22:43:12.055Z | Compiling rand_chacha v0.3.1 |
1832 | 2024-12-18T22:43:12.337Z | Compiling icu_provider v1.5.0 |
1833 | 2024-12-18T22:43:14.786Z | Compiling tokio-util v0.7.12 |
1834 | 2024-12-18T22:43:15.843Z | Compiling untrusted v0.9.0 |
1835 | 2024-12-18T22:43:16.146Z | Compiling mirai-annotations v1.12.0 |
1836 | 2024-12-18T22:43:16.417Z | Compiling rustls v0.22.4 |
1837 | 2024-12-18T22:43:16.460Z | Compiling powerfmt v0.2.0 |
1838 | 2024-12-18T22:43:16.965Z | Compiling icu_locid_transform_data v1.5.0 |
1839 | 2024-12-18T22:43:17.077Z | Compiling rayon-core v1.12.1 |
1840 | 2024-12-18T22:43:17.077Z | Compiling pretty-hex v0.4.1 |
1841 | 2024-12-18T22:43:17.314Z | Compiling icu_locid_transform v1.5.0 |
1842 | 2024-12-18T22:43:17.387Z | Compiling deranged v0.3.11 |
1843 | 2024-12-18T22:43:18.237Z | Compiling dof v0.3.0 |
1844 | 2024-12-18T22:43:20.256Z | Compiling rand v0.8.5 |
1845 | 2024-12-18T22:43:20.693Z | Compiling spki v0.7.3 |
1846 | 2024-12-18T22:43:21.301Z | Compiling dtrace-parser v0.2.0 |
1847 | 2024-12-18T22:43:22.071Z | Compiling salsa20 v0.10.2 |
1848 | 2024-12-18T22:43:22.418Z | Compiling icu_collections v1.5.0 |
1849 | 2024-12-18T22:43:23.170Z | Compiling pbkdf2 v0.12.2 |
1850 | 2024-12-18T22:43:24.675Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1851 | 2024-12-18T22:43:24.706Z | Compiling thread-id v4.2.2 |
1852 | 2024-12-18T22:43:24.891Z | Compiling icu_properties_data v1.5.0 |
1853 | 2024-12-18T22:43:26.062Z | Compiling num_threads v0.1.7 |
1854 | 2024-12-18T22:43:26.217Z | Compiling atomic-waker v1.1.2 |
1855 | 2024-12-18T22:43:26.333Z | Compiling time v0.3.36 |
1856 | 2024-12-18T22:43:26.460Z | Compiling icu_properties v1.5.1 |
1857 | 2024-12-18T22:43:31.421Z | Compiling scrypt v0.11.0 |
1858 | 2024-12-18T22:43:32.060Z | Compiling form_urlencoded v1.2.1 |
1859 | 2024-12-18T22:43:32.221Z | Compiling aes v0.8.4 |
1860 | 2024-12-18T22:43:32.764Z | Compiling cbc v0.1.2 |
1861 | 2024-12-18T22:43:33.096Z | Compiling http-body v1.0.1 |
1862 | 2024-12-18T22:43:33.580Z | Compiling multer v3.1.0 |
1863 | 2024-12-18T22:43:33.608Z | Compiling utf8_iter v1.0.4 |
1864 | 2024-12-18T22:43:33.729Z | Compiling icu_normalizer_data v1.5.0 |
1865 | 2024-12-18T22:43:34.123Z | Compiling utf16_iter v1.0.5 |
1866 | 2024-12-18T22:43:34.468Z | Compiling write16 v1.0.0 |
1867 | 2024-12-18T22:43:34.568Z | Compiling slog-async v2.8.0 |
1868 | 2024-12-18T22:43:34.691Z | Compiling try-lock v0.2.5 |
1869 | 2024-12-18T22:43:34.793Z | Compiling icu_normalizer v1.5.0 |
1870 | 2024-12-18T22:43:34.912Z | Compiling want v0.3.1 |
1871 | 2024-12-18T22:43:36.666Z | Compiling pkcs5 v0.7.1 |
1872 | 2024-12-18T22:43:39.988Z | Compiling h2 v0.4.6 |
1873 | 2024-12-18T22:43:40.473Z | Compiling heapless v0.7.17 |
1874 | 2024-12-18T22:43:40.754Z | Compiling zerocopy-derive v0.6.6 |
1875 | 2024-12-18T22:43:40.933Z | Compiling anyhow v1.0.93 |
1876 | 2024-12-18T22:43:41.331Z | Compiling signal-hook v0.3.17 |
1877 | 2024-12-18T22:43:41.567Z | Compiling num-bigint-dig v0.8.4 |
1878 | 2024-12-18T22:43:41.977Z | Compiling httpdate v1.0.3 |
1879 | 2024-12-18T22:43:42.160Z | Compiling base64 v0.22.1 |
1880 | 2024-12-18T22:43:43.966Z | Compiling pkcs8 v0.10.2 |
1881 | 2024-12-18T22:43:44.534Z | Compiling idna_adapter v1.2.0 |
1882 | 2024-12-18T22:43:45.075Z | Compiling usdt-attr-macro v0.5.0 |
1883 | 2024-12-18T22:43:45.102Z | Compiling usdt-macro v0.5.0 |
1884 | 2024-12-18T22:43:47.221Z | Compiling async-stream-impl v0.3.6 |
1885 | 2024-12-18T22:43:47.336Z | Compiling tower-service v0.3.3 |
1886 | 2024-12-18T22:43:48.077Z | Compiling strsim v0.11.1 |
1887 | 2024-12-18T22:43:48.141Z | Compiling rustversion v1.0.17 |
1888 | 2024-12-18T22:43:48.549Z | Compiling hyper v1.5.0 |
1889 | 2024-12-18T22:43:49.699Z | Compiling idna v1.0.3 |
1890 | 2024-12-18T22:43:54.221Z | Compiling hyper-util v0.1.10 |
1891 | 2024-12-18T22:43:56.267Z | Compiling curve25519-dalek v4.1.3 |
1892 | 2024-12-18T22:43:56.675Z | Compiling openapiv3 v2.0.0 |
1893 | 2024-12-18T22:43:57.408Z | Compiling toml_datetime v0.6.8 |
1894 | 2024-12-18T22:43:57.746Z | Compiling serde_spanned v0.6.8 |
1895 | 2024-12-18T22:43:57.952Z | Compiling enum-as-inner v0.6.1 |
1896 | 2024-12-18T22:43:59.001Z | Compiling dropshot v0.12.0 |
1897 | 2024-12-18T22:43:59.148Z | Compiling smoltcp v0.9.1 |
1898 | 2024-12-18T22:43:59.303Z | Compiling foreign-types-shared v0.1.1 |
1899 | 2024-12-18T22:43:59.427Z | Compiling match_cfg v0.1.0 |
1900 | 2024-12-18T22:43:59.538Z | Compiling adler2 v2.0.0 |
1901 | 2024-12-18T22:43:59.888Z | Compiling portable-atomic v1.9.0 |
1902 | 2024-12-18T22:44:00.829Z | Compiling foreign-types v0.3.2 |
1903 | 2024-12-18T22:44:00.957Z | Compiling miniz_oxide v0.8.0 |
1904 | 2024-12-18T22:44:00.997Z | Compiling hostname v0.3.1 |
1905 | 2024-12-18T22:44:02.271Z | Compiling url v2.5.3 |
1906 | 2024-12-18T22:44:09.699Z | Compiling http-body-util v0.1.2 |
1907 | 2024-12-18T22:44:10.351Z | Compiling clap_derive v4.5.18 |
1908 | 2024-12-18T22:44:10.514Z | Compiling dirs-sys-next v0.1.2 |
1909 | 2024-12-18T22:44:11.312Z | Compiling encoding_rs v0.8.34 |
1910 | 2024-12-18T22:44:13.021Z | Compiling siphasher v0.3.11 |
1911 | 2024-12-18T22:44:13.482Z | Compiling mime v0.3.17 |
1912 | 2024-12-18T22:44:15.182Z | Compiling data-encoding v2.6.0 |
1913 | 2024-12-18T22:44:17.192Z | Compiling dirs-next v2.0.0 |
1914 | 2024-12-18T22:44:22.913Z | Compiling hubpack_derive v0.1.1 |
1915 | 2024-12-18T22:44:23.421Z | Compiling serde_urlencoded v0.7.1 |
1916 | 2024-12-18T22:44:23.900Z | Compiling crossbeam-epoch v0.9.18 |
1917 | 2024-12-18T22:44:24.274Z | Compiling hashbrown v0.14.5 |
1918 | 2024-12-18T22:44:24.888Z | Compiling rustls-pemfile v2.2.0 |
1919 | 2024-12-18T22:44:25.486Z | Compiling dropshot_endpoint v0.12.0 |
1920 | 2024-12-18T22:44:27.116Z | Compiling sha1 v0.10.6 |
1921 | 2024-12-18T22:44:27.220Z | Compiling rustls-webpki v0.102.8 |
1922 | 2024-12-18T22:44:27.562Z | Compiling signature v2.2.0 |
1923 | 2024-12-18T22:44:27.880Z | Compiling curve25519-dalek-derive v0.1.1 |
1924 | 2024-12-18T22:44:28.529Z | Compiling thread_local v1.1.8 |
1925 | 2024-12-18T22:44:29.129Z | Compiling fs-err v2.11.0 |
1926 | 2024-12-18T22:44:29.417Z | Compiling ipnet v2.10.1 |
1927 | 2024-12-18T22:44:29.477Z | Compiling openssl-probe v0.1.5 |
1928 | 2024-12-18T22:44:29.851Z | Compiling winnow v0.6.20 |
1929 | 2024-12-18T22:44:30.033Z | Compiling anstyle v1.0.10 |
1930 | 2024-12-18T22:44:31.115Z | Compiling unicode-properties v0.1.3 |
1931 | 2024-12-18T22:44:31.218Z | Compiling utf8parse v0.2.2 |
1932 | 2024-12-18T22:44:31.392Z | Compiling gimli v0.31.1 |
1933 | 2024-12-18T22:44:32.885Z | Compiling stringprep v0.1.5 |
1934 | 2024-12-18T22:44:33.752Z | Compiling toml_edit v0.22.22 |
1935 | 2024-12-18T22:44:33.872Z | Compiling anstyle-parse v0.2.5 |
1936 | 2024-12-18T22:44:36.121Z | Compiling addr2line v0.24.2 |
1937 | 2024-12-18T22:44:36.555Z | Compiling regress v0.10.1 |
1938 | 2024-12-18T22:44:36.783Z | Compiling crossbeam-deque v0.8.5 |
1939 | 2024-12-18T22:44:37.158Z | Compiling term v0.7.0 |
1940 | 2024-12-18T22:44:38.448Z | Compiling slog-json v2.6.1 |
1941 | 2024-12-18T22:44:39.647Z | Compiling crossbeam-channel v0.5.13 |
1942 | 2024-12-18T22:44:41.340Z | Compiling idna v0.3.0 |
1943 | 2024-12-18T22:44:41.398Z | Compiling idna v0.4.0 |
1944 | 2024-12-18T22:44:42.854Z | Compiling futures-executor v0.3.31 |
1945 | 2024-12-18T22:44:42.884Z | Compiling num-integer v0.1.46 |
1946 | 2024-12-18T22:44:43.346Z | Compiling md-5 v0.10.6 |
1947 | 2024-12-18T22:44:43.614Z | Compiling ff v0.13.0 |
1948 | 2024-12-18T22:44:43.636Z | Compiling hash32 v0.2.1 |
1949 | 2024-12-18T22:44:43.862Z | Compiling memmap v0.7.0 |
1950 | 2024-12-18T22:44:43.994Z | Compiling is-terminal v0.4.13 |
1951 | 2024-12-18T22:44:44.033Z | Compiling object v0.36.5 |
1952 | 2024-12-18T22:44:44.134Z | Compiling take_mut v0.2.2 |
1953 | 2024-12-18T22:44:44.188Z | Compiling psl-types v2.0.11 |
1954 | 2024-12-18T22:44:44.298Z | Compiling linked-hash-map v0.5.6 |
1955 | 2024-12-18T22:44:44.403Z | Compiling quick-error v1.2.3 |
1956 | 2024-12-18T22:44:44.674Z | Compiling colorchoice v1.0.2 |
1957 | 2024-12-18T22:44:44.787Z | Compiling utf-8 v0.7.6 |
1958 | 2024-12-18T22:44:44.849Z | Compiling is_terminal_polyfill v1.70.1 |
1959 | 2024-12-18T22:44:44.987Z | Compiling rustc-demangle v0.1.24 |
1960 | 2024-12-18T22:44:45.109Z | Compiling heck v0.4.1 |
1961 | 2024-12-18T22:44:45.580Z | Compiling anstyle-query v1.1.1 |
1962 | 2024-12-18T22:44:45.744Z | Compiling fallible-iterator v0.2.0 |
1963 | 2024-12-18T22:44:45.921Z | Compiling base16ct v0.2.0 |
1964 | 2024-12-18T22:44:45.955Z | Compiling anstream v0.6.15 |
1965 | 2024-12-18T22:44:46.233Z | Compiling sec1 v0.7.3 |
1966 | 2024-12-18T22:44:46.463Z | Compiling postgres-protocol v0.6.7 |
1967 | 2024-12-18T22:44:46.642Z | Compiling strum_macros v0.25.3 |
1968 | 2024-12-18T22:44:46.815Z | Compiling tungstenite v0.24.0 |
1969 | 2024-12-18T22:44:47.688Z | Compiling publicsuffix v2.2.3 |
1970 | 2024-12-18T22:44:47.961Z | Compiling lru-cache v0.1.2 |
1971 | 2024-12-18T22:44:48.180Z | Compiling resolv-conf v0.7.0 |
1972 | 2024-12-18T22:44:48.836Z | Compiling slog-term v2.9.1 |
1973 | 2024-12-18T22:44:48.858Z | Compiling usdt v0.5.0 |
1974 | 2024-12-18T22:44:49.750Z | Compiling group v0.13.0 |
1975 | 2024-12-18T22:44:49.933Z | Compiling num-iter v0.1.45 |
1976 | 2024-12-18T22:44:50.064Z | Compiling futures v0.3.31 |
1977 | 2024-12-18T22:44:50.258Z | Compiling hickory-proto v0.24.1 |
1978 | 2024-12-18T22:44:50.531Z | Compiling tokio-rustls v0.26.0 |
1979 | 2024-12-18T22:44:51.157Z | Compiling typify-impl v0.2.0 |
1980 | 2024-12-18T22:44:51.417Z | Compiling backtrace v0.3.74 |
1981 | 2024-12-18T22:44:52.533Z | Compiling tokio-rustls v0.25.0 |
1982 | 2024-12-18T22:44:52.976Z | Compiling slog-bunyan v2.5.0 |
1983 | 2024-12-18T22:44:53.023Z | Compiling toml v0.8.19 |
1984 | 2024-12-18T22:44:53.184Z | Compiling tokio-native-tls v0.3.1 |
1985 | 2024-12-18T22:44:53.592Z | Compiling phf_shared v0.11.2 |
1986 | 2024-12-18T22:44:54.004Z | Compiling async-stream v0.3.6 |
1987 | 2024-12-18T22:44:54.291Z | Compiling waitgroup v0.1.2 |
1988 | 2024-12-18T22:44:54.377Z | Compiling webpki-roots v0.26.6 |
1989 | 2024-12-18T22:44:54.585Z | Compiling idna v0.5.0 |
1990 | 2024-12-18T22:44:54.608Z | Compiling terminal_size v0.4.0 |
1991 | 2024-12-18T22:44:54.702Z | Compiling serde_path_to_error v0.1.16 |
1992 | 2024-12-18T22:44:55.492Z | Compiling hkdf v0.12.4 |
1993 | 2024-12-18T22:44:55.539Z | Compiling crypto-bigint v0.5.5 |
1994 | 2024-12-18T22:44:55.728Z | Compiling serde_repr v0.1.19 |
1995 | 2024-12-18T22:44:56.019Z | Compiling derive-where v1.2.7 |
1996 | 2024-12-18T22:44:56.987Z | Compiling hostname v0.4.0 |
1997 | 2024-12-18T22:44:57.229Z | Compiling crc32fast v1.4.2 |
1998 | 2024-12-18T22:44:58.526Z | Compiling unicode-width v0.1.14 |
1999 | 2024-12-18T22:44:58.647Z | Compiling winnow v0.5.40 |
2000 | 2024-12-18T22:44:59.049Z | Compiling managed v0.8.0 |
2001 | 2024-12-18T22:44:59.455Z | Compiling bitflags v1.3.2 |
2002 | 2024-12-18T22:44:59.481Z | Compiling clap_lex v0.7.2 |
2003 | 2024-12-18T22:44:59.523Z | Compiling debug-ignore v1.0.5 |
2004 | 2024-12-18T22:44:59.962Z | Compiling clap_builder v4.5.21 |
2005 | 2024-12-18T22:45:01.609Z | Compiling console v0.15.8 |
2006 | 2024-12-18T22:45:02.503Z | Compiling toml_edit v0.19.15 |
2007 | 2024-12-18T22:45:02.922Z | Compiling elliptic-curve v0.13.8 |
2008 | 2024-12-18T22:45:02.999Z | Compiling typify-macro v0.2.0 |
2009 | 2024-12-18T22:45:03.669Z | Compiling flate2 v1.0.34 |
2010 | 2024-12-18T22:45:04.005Z | Compiling hickory-resolver v0.24.1 |
2011 | 2024-12-18T22:45:07.284Z | Compiling cookie_store v0.21.0 |
2012 | 2024-12-18T22:45:09.111Z | Compiling hyper-rustls v0.27.3 |
2013 | 2024-12-18T22:45:09.712Z | Compiling phf v0.11.2 |
2014 | 2024-12-18T22:45:09.905Z | Compiling hyper-tls v0.6.0 |
2015 | 2024-12-18T22:45:10.378Z | Compiling signal-hook-mio v0.2.4 |
2016 | 2024-12-18T22:45:10.446Z | Compiling rayon v1.10.0 |
2017 | 2024-12-18T22:45:10.554Z | Compiling bzip2 v0.4.4 |
2018 | 2024-12-18T22:45:10.938Z | Compiling tokio-tungstenite v0.24.0 |
2019 | 2024-12-18T22:45:10.965Z | Compiling postgres-types v0.2.8 |
2020 | 2024-12-18T22:45:11.492Z | Compiling ed25519 v2.2.3 |
2021 | 2024-12-18T22:45:11.572Z | Compiling hubpack v0.1.2 |
2022 | 2024-12-18T22:45:11.936Z | Compiling phf_shared v0.10.0 |
2023 | 2024-12-18T22:45:12.098Z | Compiling pkcs1 v0.7.5 |
2024 | 2024-12-18T22:45:12.321Z | Compiling zerocopy v0.6.6 |
2025 | 2024-12-18T22:45:12.502Z | Compiling tokio-stream v0.1.16 |
2026 | 2024-12-18T22:45:13.459Z | Compiling serde-big-array v0.5.1 |
2027 | 2024-12-18T22:45:13.570Z | Compiling rfc6979 v0.4.0 |
2028 | 2024-12-18T22:45:13.694Z | Compiling float-cmp v0.9.0 |
2029 | 2024-12-18T22:45:13.860Z | Compiling sync_wrapper v1.0.1 |
2030 | 2024-12-18T22:45:14.053Z | Compiling bstr v1.10.0 |
2031 | 2024-12-18T22:45:14.185Z | Compiling predicates-core v1.0.8 |
2032 | 2024-12-18T22:45:14.556Z | Compiling bit-vec v0.6.3 |
2033 | 2024-12-18T22:45:15.037Z | Compiling precomputed-hash v0.1.1 |
2034 | 2024-12-18T22:45:15.171Z | Compiling unicode-width v0.2.0 |
2035 | 2024-12-18T22:45:15.193Z | Compiling normalize-line-endings v0.3.0 |
2036 | 2024-12-18T22:45:15.215Z | Compiling new_debug_unreachable v1.0.6 |
2037 | 2024-12-18T22:45:15.349Z | Compiling unicode-segmentation v1.12.0 |
2038 | 2024-12-18T22:45:15.720Z | Compiling number_prefix v0.4.0 |
2039 | 2024-12-18T22:45:15.866Z | Compiling static_assertions v1.1.0 |
2040 | 2024-12-18T22:45:15.943Z | Compiling fixedbitset v0.4.2 |
2041 | 2024-12-18T22:45:16.121Z | Compiling whoami v1.5.2 |
2042 | 2024-12-18T22:45:16.144Z | Compiling difflib v0.4.0 |
2043 | 2024-12-18T22:45:16.375Z | Compiling petgraph v0.6.5 |
2044 | 2024-12-18T22:45:16.676Z | Compiling predicates v3.1.2 |
2045 | 2024-12-18T22:45:17.267Z | Compiling tokio-postgres v0.7.12 |
2046 | 2024-12-18T22:45:18.216Z | Compiling similar v2.6.0 |
2047 | 2024-12-18T22:45:19.201Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2048 | 2024-12-18T22:45:20.205Z | Compiling indicatif v0.17.9 |
2049 | 2024-12-18T22:45:20.494Z | Compiling string_cache v0.8.7 |
2050 | 2024-12-18T22:45:21.852Z | Compiling bit-set v0.5.3 |
2051 | 2024-12-18T22:45:22.084Z | Compiling reqwest v0.12.9 |
2052 | 2024-12-18T22:45:22.588Z | Compiling ecdsa v0.16.9 |
2053 | 2024-12-18T22:45:22.779Z | Compiling qorb v0.2.1 |
2054 | 2024-12-18T22:45:23.615Z | Compiling rsa v0.9.6 |
2055 | 2024-12-18T22:45:23.844Z | Compiling ed25519-dalek v2.1.1 |
2056 | 2024-12-18T22:45:24.867Z | Compiling zip v0.6.6 |
2057 | 2024-12-18T22:45:25.204Z | Compiling crossterm v0.28.1 |
2058 | 2024-12-18T22:45:25.239Z | Compiling toml v0.7.8 |
2059 | 2024-12-18T22:45:26.102Z | Compiling clap v4.5.21 |
2060 | 2024-12-18T22:45:28.387Z | Compiling x509-cert v0.2.5 |
2061 | 2024-12-18T22:45:28.957Z | Compiling hex v0.4.3 |
2062 | 2024-12-18T22:45:30.803Z | Compiling itertools v0.10.5 |
2063 | 2024-12-18T22:45:32.890Z | Compiling unicode-xid v0.2.6 |
2064 | 2024-12-18T22:45:33.088Z | Compiling lalrpop-util v0.19.12 |
2065 | 2024-12-18T22:45:33.844Z | Compiling peg-runtime v0.8.3 |
2066 | 2024-12-18T22:45:34.587Z | Compiling radium v0.7.0 |
2067 | 2024-12-18T22:45:34.791Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2068 | 2024-12-18T22:45:52.426Z | Compiling tap v1.0.1 |
2069 | 2024-12-18T22:45:52.571Z | Compiling maybe-uninit v2.0.0 |
2070 | 2024-12-18T22:45:52.989Z | Compiling ident_case v1.0.1 |
2071 | 2024-12-18T22:45:53.185Z | Compiling darling_core v0.20.10 |
2072 | 2024-12-18T22:45:53.976Z | Compiling wyz v0.5.1 |
2073 | 2024-12-18T22:46:04.361Z | Compiling typify v0.2.0 |
2074 | 2024-12-18T22:46:08.709Z | Compiling unsafe-libyaml v0.2.11 |
2075 | 2024-12-18T22:46:08.835Z | Compiling packed_struct v0.10.1 |
2076 | 2024-12-18T22:46:09.407Z | Compiling funty v2.0.0 |
2077 | 2024-12-18T22:46:10.487Z | Compiling serde_yaml v0.9.34+deprecated |
2078 | 2024-12-18T22:46:10.551Z | Compiling bitvec v1.0.1 |
2079 | 2024-12-18T22:46:14.333Z | Compiling progenitor-impl v0.8.0 |
2080 | 2024-12-18T22:46:15.650Z | Compiling darling_macro v0.20.10 |
2081 | 2024-12-18T22:46:17.681Z | Compiling packed_struct_codegen v0.10.1 |
2082 | 2024-12-18T22:46:19.819Z | Compiling structmeta-derive v0.3.0 |
2083 | 2024-12-18T22:46:20.214Z | Compiling indexmap v1.9.3 |
2084 | 2024-12-18T22:46:20.800Z | Compiling nodrop v0.1.14 |
2085 | 2024-12-18T22:46:21.194Z | Compiling fastrand v2.1.1 |
2086 | 2024-12-18T22:46:21.267Z | Compiling newtype-uuid v1.1.3 |
2087 | 2024-12-18T22:46:21.522Z | Compiling crc-catalog v2.4.0 |
2088 | 2024-12-18T22:46:21.596Z | Compiling tempfile v3.13.0 |
2089 | 2024-12-18T22:46:21.681Z | Compiling crc v3.2.1 |
2090 | 2024-12-18T22:46:22.594Z | Compiling structmeta v0.3.0 |
2091 | 2024-12-18T22:46:23.260Z | Compiling progenitor-macro v0.8.0 |
2092 | 2024-12-18T22:46:23.892Z | Compiling array-init v0.0.4 |
2093 | 2024-12-18T22:46:29.658Z | Compiling smallvec v0.6.14 |
2094 | 2024-12-18T22:46:30.763Z | Compiling darling v0.20.10 |
2095 | 2024-12-18T22:46:36.656Z | Compiling progenitor-client v0.8.0 |
2096 | 2024-12-18T22:46:38.837Z | Compiling pin-project-internal v1.1.6 |
2097 | 2024-12-18T22:46:38.840Z | Compiling dropshot v0.13.0 |
2098 | 2024-12-18T22:46:39.177Z | Compiling same-file v1.0.6 |
2099 | 2024-12-18T22:46:39.477Z | Compiling bitfield v0.14.0 |
2100 | 2024-12-18T22:46:41.331Z | Compiling hashbrown v0.12.3 |
2101 | 2024-12-18T22:46:41.375Z | Compiling termcolor v1.4.1 |
2102 | 2024-12-18T22:46:42.447Z | Compiling base64 v0.21.7 |
2103 | 2024-12-18T22:46:43.629Z | Compiling ron v0.8.1 |
2104 | 2024-12-18T22:46:49.456Z | Compiling env_logger v0.10.2 |
2105 | 2024-12-18T22:46:50.237Z | Compiling pin-project v1.1.6 |
2106 | 2024-12-18T22:46:52.928Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2107 | 2024-12-18T22:46:56.165Z | Compiling walkdir v2.5.0 |
2108 | 2024-12-18T22:46:58.087Z | Compiling progenitor v0.8.0 |
2109 | 2024-12-18T22:46:58.748Z | Compiling serde_with_macros v3.11.0 |
2110 | 2024-12-18T22:46:58.864Z | Compiling serde-hex v0.1.0 |
2111 | 2024-12-18T22:46:59.080Z | Compiling parse-display-derive v0.10.0 |
2112 | 2024-12-18T22:47:01.339Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2113 | 2024-12-18T22:47:04.140Z | Compiling strum_macros v0.26.4 |
2114 | 2024-12-18T22:47:05.766Z | Compiling hashbrown v0.13.2 |
2115 | 2024-12-18T22:47:06.461Z | Compiling ipnetwork v0.20.0 |
2116 | 2024-12-18T22:47:07.041Z | Compiling xattr v1.3.1 |
2117 | 2024-12-18T22:47:07.202Z | Compiling dropshot_endpoint v0.13.0 |
2118 | 2024-12-18T22:47:07.379Z | Compiling snafu-derive v0.8.5 |
2119 | 2024-12-18T22:47:07.472Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2120 | 2024-12-18T22:47:08.196Z | Compiling ring v0.16.20 |
2121 | 2024-12-18T22:47:08.479Z | Compiling blake3 v1.5.4 |
2122 | 2024-12-18T22:47:08.772Z | Compiling filetime v0.2.25 |
2123 | 2024-12-18T22:47:09.103Z | Compiling instant v0.1.13 |
2124 | 2024-12-18T22:47:09.125Z | Compiling zip v2.1.3 |
2125 | 2024-12-18T22:47:09.180Z | Compiling simd-adler32 v0.3.7 |
2126 | 2024-12-18T22:47:09.281Z | Compiling crc-any v2.5.0 |
2127 | 2024-12-18T22:47:09.452Z | Compiling bumpalo v3.16.0 |
2128 | 2024-12-18T22:47:10.373Z | Compiling buf-list v1.0.3 |
2129 | 2024-12-18T22:47:10.451Z | Compiling lockfree-object-pool v0.1.6 |
2130 | 2024-12-18T22:47:10.763Z | Compiling zopfli v0.8.1 |
2131 | 2024-12-18T22:47:10.864Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2132 | 2024-12-18T22:47:11.072Z | Compiling backoff v0.4.0 |
2133 | 2024-12-18T22:47:15.726Z | Compiling tar v0.4.42 |
2134 | 2024-12-18T22:47:15.781Z | Compiling snafu v0.8.5 |
2135 | 2024-12-18T22:47:15.808Z | Compiling strum v0.26.3 |
2136 | 2024-12-18T22:47:15.808Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2137 | 2024-12-18T22:47:15.808Z | Compiling object v0.30.4 |
2138 | 2024-12-18T22:47:15.808Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2139 | 2024-12-18T22:47:17.182Z | Compiling parse-display v0.10.0 |
2140 | 2024-12-18T22:47:17.771Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2141 | 2024-12-18T22:47:18.397Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2142 | 2024-12-18T22:47:18.682Z | Compiling serde_with v3.11.0 |
2143 | 2024-12-18T22:47:19.175Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2144 | 2024-12-18T22:47:19.927Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2145 | 2024-12-18T22:47:19.958Z | Compiling camino-tempfile v1.1.1 |
2146 | 2024-12-18T22:47:20.754Z | Compiling globset v0.4.15 |
2147 | 2024-12-18T22:47:23.077Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2148 | 2024-12-18T22:47:23.293Z | Compiling regress v0.9.1 |
2149 | 2024-12-18T22:47:25.755Z | Compiling pem v3.0.4 |
2150 | 2024-12-18T22:47:25.829Z | Compiling olpc-cjson v0.1.4 |
2151 | 2024-12-18T22:47:26.186Z | Compiling serde_plain v1.0.2 |
2152 | 2024-12-18T22:47:26.585Z | Compiling macaddr v1.0.1 |
2153 | 2024-12-18T22:47:26.723Z | Compiling async-recursion v1.1.1 |
2154 | 2024-12-18T22:47:27.105Z | Compiling memmap2 v0.9.5 |
2155 | 2024-12-18T22:47:27.189Z | Compiling path-slash v0.1.5 |
2156 | 2024-12-18T22:47:27.215Z | Compiling arrayref v0.3.9 |
2157 | 2024-12-18T22:47:27.336Z | Compiling arrayvec v0.7.6 |
2158 | 2024-12-18T22:47:27.441Z | Compiling typed-path v0.9.3 |
2159 | 2024-12-18T22:47:27.685Z | Compiling constant_time_eq v0.3.1 |
2160 | 2024-12-18T22:47:27.813Z | Compiling spin v0.5.2 |
2161 | 2024-12-18T22:47:28.186Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2162 | 2024-12-18T22:47:28.430Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2163 | 2024-12-18T22:47:30.685Z | Compiling tough v0.19.0 |
2164 | 2024-12-18T22:47:35.502Z | Compiling itertools v0.13.0 |
2165 | 2024-12-18T22:47:35.777Z | Compiling cargo-platform v0.1.8 |
2166 | 2024-12-18T22:47:36.019Z | Compiling topological-sort v0.2.2 |
2167 | 2024-12-18T22:47:36.313Z | Compiling parse-size v1.1.0 |
2168 | 2024-12-18T22:47:36.638Z | Compiling omicron-zone-package v0.11.1 |
2169 | 2024-12-18T22:47:36.846Z | Compiling cargo_metadata v0.18.1 |
2170 | 2024-12-18T22:47:38.781Z | Compiling shell-words v1.1.0 |
2171 | 2024-12-18T22:47:41.963Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2172 | 2024-12-18T22:47:55.791Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2173 | 2024-12-18T22:48:10.851Z | Finished `release` profile [optimized] target(s) in 5m 55s |
2174 | 2024-12-18T22:48:11.017Z | Running `target/release/omicron-releng --output-dir /work` |
2175 | 2024-12-18T22:48:11.066Z | Dec 18 22:48:09.816 DEBG changing working directory to /work/oxidecomputer/omicron |
2176 | 2024-12-18T22:48:11.169Z | Dec 18 22:48:09.921 DEBG running: git rev-parse HEAD |
2177 | 2024-12-18T22:48:11.176Z | Dec 18 22:48:09.928 DEBG process exited with exit status: 0 (6.830184ms) |
2178 | 2024-12-18T22:48:11.176Z | Dec 18 22:48:09.928 INFO version: 12.0.0-0.ci+gitd80c4c9ce6a |
2179 | 2024-12-18T22:48:11.217Z | Dec 18 22:48:09.969 INFO cloning helios to /work/oxidecomputer/helios |
2180 | 2024-12-18T22:48:11.217Z | Dec 18 22:48:09.969 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2181 | 2024-12-18T22:48:11.223Z | Cloning into '/work/oxidecomputer/helios'... |
2182 | 2024-12-18T22:48:11.724Z | Dec 18 22:48:10.476 DEBG process exited with exit status: 0 (506.40976ms) |
2183 | 2024-12-18T22:48:11.724Z | Dec 18 22:48:10.476 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2184 | 2024-12-18T22:48:11.731Z | # branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b |
2185 | 2024-12-18T22:48:11.731Z | # branch.head master |
2186 | 2024-12-18T22:48:11.731Z | # branch.upstream origin/master |
2187 | 2024-12-18T22:48:11.731Z | # branch.ab +0 -0 |
2188 | 2024-12-18T22:48:11.734Z | Dec 18 22:48:10.484 DEBG process exited with exit status: 0 (8.094257ms) |
2189 | 2024-12-18T22:48:11.734Z | Dec 18 22:48:10.484 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2190 | 2024-12-18T22:48:12.640Z | Dec 18 22:48:11.351 DEBG process exited with exit status: 0 (866.765383ms) |
2191 | 2024-12-18T22:48:12.640Z | Dec 18 22:48:11.351 DEBG running: zfs list rpool/images/build/host |
2192 | 2024-12-18T22:48:12.651Z | NAME USED AVAIL REFER MOUNTPOINT |
2193 | 2024-12-18T22:48:12.651Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2194 | 2024-12-18T22:48:12.651Z | Dec 18 22:48:11.358 DEBG process exited with exit status: 0 (7.518739ms) |
2195 | 2024-12-18T22:48:12.651Z | Dec 18 22:48:11.358 DEBG running: zfs list rpool/images/build/recovery |
2196 | 2024-12-18T22:48:12.651Z | NAME USED AVAIL REFER MOUNTPOINT |
2197 | 2024-12-18T22:48:12.651Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2198 | 2024-12-18T22:48:12.651Z | Dec 18 22:48:11.365 DEBG process exited with exit status: 0 (6.671439ms) |
2199 | 2024-12-18T22:48:12.651Z | Dec 18 22:48:11.366 INFO [hubris-production] running task |
2200 | 2024-12-18T22:48:12.651Z | Dec 18 22:48:11.366 INFO [hubris-staging] running task |
2201 | 2024-12-18T22:48:12.651Z | Dec 18 22:48:11.367 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2202 | 2024-12-18T22:48:12.651Z | Dec 18 22:48:11.370 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2203 | 2024-12-18T22:48:12.688Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2204 | 2024-12-18T22:48:13.079Z | [ omicron-package] Blocking waiting for file lock on package cache |
2205 | 2024-12-18T22:48:13.699Z | [ omicron-package] Blocking waiting for file lock on package cache |
2206 | 2024-12-18T22:48:13.973Z | [ omicron-package] Blocking waiting for file lock on package cache |
2207 | 2024-12-18T22:48:14.621Z | Dec 18 22:48:13.372 INFO [hubris-production] task succeeded (2.006000393s) |
2208 | 2024-12-18T22:48:14.784Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2209 | 2024-12-18T22:48:14.790Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2210 | 2024-12-18T22:48:14.790Z | [ omicron-package] Compiling itertools v0.13.0 |
2211 | 2024-12-18T22:48:14.791Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2212 | 2024-12-18T22:48:14.791Z | [ omicron-package] Compiling heapless v0.8.0 |
2213 | 2024-12-18T22:48:14.791Z | [ omicron-package] Compiling hash32 v0.3.1 |
2214 | 2024-12-18T22:48:14.791Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2215 | 2024-12-18T22:48:14.791Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2216 | 2024-12-18T22:48:15.960Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2217 | 2024-12-18T22:48:16.402Z | [ omicron-package] Compiling cobs v0.2.3 |
2218 | 2024-12-18T22:48:16.629Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2219 | 2024-12-18T22:48:16.928Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2220 | 2024-12-18T22:48:17.199Z | [ omicron-package] Compiling postcard v1.0.10 |
2221 | 2024-12-18T22:48:17.327Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2222 | 2024-12-18T22:48:17.418Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2223 | 2024-12-18T22:48:17.959Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2224 | 2024-12-18T22:48:18.072Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2225 | 2024-12-18T22:48:18.557Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2226 | 2024-12-18T22:48:19.557Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2227 | 2024-12-18T22:48:19.719Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2228 | 2024-12-18T22:48:20.492Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2229 | 2024-12-18T22:48:20.664Z | [ omicron-package] Compiling num_enum v0.5.11 |
2230 | 2024-12-18T22:48:20.667Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2231 | 2024-12-18T22:48:20.934Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2232 | 2024-12-18T22:48:20.999Z | [ omicron-package] Compiling thiserror v2.0.3 |
2233 | 2024-12-18T22:48:21.179Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2234 | 2024-12-18T22:48:21.428Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2235 | 2024-12-18T22:48:21.431Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2236 | 2024-12-18T22:48:21.880Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2237 | 2024-12-18T22:48:22.017Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2238 | 2024-12-18T22:48:22.199Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2239 | 2024-12-18T22:48:22.809Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2240 | 2024-12-18T22:48:23.025Z | [ omicron-package] Compiling colored v2.1.0 |
2241 | 2024-12-18T22:48:23.112Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2242 | 2024-12-18T22:48:23.112Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2243 | 2024-12-18T22:48:24.344Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2244 | 2024-12-18T22:48:25.065Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2245 | 2024-12-18T22:48:25.424Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2246 | 2024-12-18T22:48:25.947Z | [ omicron-package] Compiling num-derive v0.4.2 |
2247 | 2024-12-18T22:48:26.302Z | Dec 18 22:48:25.053 INFO [hubris-staging] task succeeded (13.687273647s) |
2248 | 2024-12-18T22:48:26.306Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2249 | 2024-12-18T22:48:26.933Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2250 | 2024-12-18T22:48:27.233Z | [ omicron-package] Compiling zone v0.3.0 |
2251 | 2024-12-18T22:48:28.115Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2252 | 2024-12-18T22:48:28.939Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2253 | 2024-12-18T22:48:29.302Z | [ omicron-package] Compiling smf v0.2.3 |
2254 | 2024-12-18T22:48:29.616Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2255 | 2024-12-18T22:48:30.121Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2256 | 2024-12-18T22:48:30.532Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2257 | 2024-12-18T22:48:32.471Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2258 | 2024-12-18T22:48:33.159Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2259 | 2024-12-18T22:48:33.193Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2260 | 2024-12-18T22:48:33.294Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2261 | 2024-12-18T22:48:33.681Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2262 | 2024-12-18T22:48:33.725Z | [ omicron-package] Compiling gethostname v0.5.0 |
2263 | 2024-12-18T22:48:34.039Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2264 | 2024-12-18T22:48:34.090Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2265 | 2024-12-18T22:48:36.526Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2266 | 2024-12-18T22:48:37.898Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2267 | 2024-12-18T22:48:39.350Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2268 | 2024-12-18T22:48:42.065Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2269 | 2024-12-18T22:48:42.756Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2270 | 2024-12-18T22:48:44.618Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2271 | 2024-12-18T22:48:56.101Z | [ helios-setup] Dec 18 22:48:54.851 INFO helios repository root is: /work/oxidecomputer/helios |
2272 | 2024-12-18T22:48:56.104Z | [ helios-setup] Dec 18 22:48:54.854 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2273 | 2024-12-18T22:48:56.104Z | [ helios-setup] Dec 18 22:48:54.854 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2274 | 2024-12-18T22:48:56.104Z | [ helios-setup] Dec 18 22:48:54.854 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 |
2275 | 2024-12-18T22:48:56.104Z | [ helios-setup] Dec 18 22:48:54.854 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2276 | 2024-12-18T22:48:56.109Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2277 | 2024-12-18T22:48:56.936Z | [ helios-setup] Dec 18 22:48:55.686 INFO clone ok!, project: image-builder |
2278 | 2024-12-18T22:48:56.939Z | [ helios-setup] Dec 18 22:48:55.686 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 |
2279 | 2024-12-18T22:48:56.939Z | [ helios-setup] Dec 18 22:48:55.686 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2280 | 2024-12-18T22:48:56.942Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2281 | 2024-12-18T22:48:57.908Z | [ helios-setup] Dec 18 22:48:56.658 INFO clone ok!, project: pilot |
2282 | 2024-12-18T22:48:57.911Z | [ helios-setup] Dec 18 22:48:56.658 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 |
2283 | 2024-12-18T22:48:57.911Z | [ helios-setup] Dec 18 22:48:56.658 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2284 | 2024-12-18T22:48:57.914Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2285 | 2024-12-18T22:48:58.783Z | [ helios-setup] Dec 18 22:48:57.532 INFO clone ok!, project: phbl |
2286 | 2024-12-18T22:48:58.786Z | [ helios-setup] Dec 18 22:48:57.533 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2287 | 2024-12-18T22:48:58.786Z | [ helios-setup] Dec 18 22:48:57.533 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 |
2288 | 2024-12-18T22:48:58.786Z | [ helios-setup] Dec 18 22:48:57.533 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2289 | 2024-12-18T22:48:58.790Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2290 | 2024-12-18T22:48:59.419Z | [ helios-setup] Dec 18 22:48:58.169 INFO clone ok!, project: pinprick |
2291 | 2024-12-18T22:48:59.421Z | [ helios-setup] Dec 18 22:48:58.169 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 |
2292 | 2024-12-18T22:48:59.421Z | [ helios-setup] Dec 18 22:48:58.169 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2293 | 2024-12-18T22:48:59.424Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2294 | 2024-12-18T22:49:00.257Z | [ helios-setup] Dec 18 22:48:59.004 INFO clone ok!, project: bootserver |
2295 | 2024-12-18T22:49:00.280Z | [ helios-setup] Dec 18 22:48:59.005 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 |
2296 | 2024-12-18T22:49:00.280Z | [ helios-setup] Dec 18 22:48:59.005 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 |
2297 | 2024-12-18T22:49:00.280Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2298 | 2024-12-18T22:49:01.301Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2299 | 2024-12-18T22:49:01.308Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2300 | 2024-12-18T22:49:02.925Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 50.30s |
2301 | 2024-12-18T22:49:03.166Z | [ omicron-package] |
2302 | 2024-12-18T22:49:03.166Z | [ omicron-package] real 50.503147803 |
2303 | 2024-12-18T22:49:03.169Z | [ omicron-package] user 2:59.524481563 |
2304 | 2024-12-18T22:49:03.169Z | [ omicron-package] sys 25.739756125 |
2305 | 2024-12-18T22:49:03.169Z | [ omicron-package] trap 0.199516682 |
2306 | 2024-12-18T22:49:03.169Z | [ omicron-package] tflt 0.537514013 |
2307 | 2024-12-18T22:49:03.169Z | [ omicron-package] dflt 0.795177896 |
2308 | 2024-12-18T22:49:03.169Z | [ omicron-package] kflt 0.000016129 |
2309 | 2024-12-18T22:49:03.169Z | [ omicron-package] lock 5:45.473868035 |
2310 | 2024-12-18T22:49:03.169Z | [ omicron-package] slp 10:24.537928848 |
2311 | 2024-12-18T22:49:03.169Z | [ omicron-package] lat 1:41.173452295 |
2312 | 2024-12-18T22:49:03.170Z | [ omicron-package] stop 1:00.209755586 |
2313 | 2024-12-18T22:49:03.170Z | Dec 18 22:49:01.917 INFO [omicron-package] process exited with exit status: 0 (50.550039244s) |
2314 | 2024-12-18T22:49:03.170Z | Dec 18 22:49:01.917 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 |
2315 | 2024-12-18T22:49:03.257Z | Dec 18 22:49:02.006 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2316 | 2024-12-18T22:49:03.268Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2317 | 2024-12-18T22:49:03.271Z | [ host-target] Created new build target 'host' and set it as active |
2318 | 2024-12-18T22:49:03.271Z | Dec 18 22:49:02.021 INFO [host-target] process exited with exit status: 0 (103.77867ms) |
2319 | 2024-12-18T22:49:03.275Z | Dec 18 22:49:02.021 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2320 | 2024-12-18T22:49:03.280Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2321 | 2024-12-18T22:49:03.280Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2322 | 2024-12-18T22:49:03.282Z | Dec 18 22:49:02.032 INFO [recovery-target] process exited with exit status: 0 (25.986566ms) |
2323 | 2024-12-18T22:49:03.291Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2324 | 2024-12-18T22:49:04.482Z | [ host-package] Compiling convert_case v0.4.0 |
2325 | 2024-12-18T22:49:04.482Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2326 | 2024-12-18T22:49:04.484Z | [ host-package] Compiling newline-converter v0.3.0 |
2327 | 2024-12-18T22:49:04.484Z | [ host-package] Compiling password-hash v0.5.0 |
2328 | 2024-12-18T22:49:04.484Z | [ host-package] Compiling progenitor-client v0.8.0 |
2329 | 2024-12-18T22:49:04.617Z | [ host-package] Compiling blake2 v0.10.6 |
2330 | 2024-12-18T22:49:04.619Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2331 | 2024-12-18T22:49:04.660Z | [ host-package] Compiling owo-colors v4.1.0 |
2332 | 2024-12-18T22:49:04.807Z | [ host-package] Compiling expectorate v1.1.0 |
2333 | 2024-12-18T22:49:04.841Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2334 | 2024-12-18T22:49:05.016Z | [ host-package] Compiling progenitor v0.8.0 |
2335 | 2024-12-18T22:49:05.076Z | [ host-package] Compiling num-rational v0.4.2 |
2336 | 2024-12-18T22:49:05.098Z | [ host-package] Compiling num-complex v0.4.6 |
2337 | 2024-12-18T22:49:05.334Z | [ host-package] Compiling argon2 v0.5.3 |
2338 | 2024-12-18T22:49:05.405Z | [ host-package] Compiling derive_more v0.99.18 |
2339 | 2024-12-18T22:49:06.003Z | [ host-package] Compiling atomicwrites v0.4.4 |
2340 | 2024-12-18T22:49:06.112Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2341 | 2024-12-18T22:49:06.503Z | [ host-package] Compiling num v0.4.3 |
2342 | 2024-12-18T22:49:06.645Z | [ host-package] Compiling libsw v3.3.1 |
2343 | 2024-12-18T22:49:06.695Z | [ host-package] Compiling swrite v0.1.0 |
2344 | 2024-12-18T22:49:06.755Z | [ host-package] Compiling linear-map v1.2.0 |
2345 | 2024-12-18T22:49:06.901Z | [ host-package] Compiling float-ord v0.3.2 |
2346 | 2024-12-18T22:49:06.954Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2347 | 2024-12-18T22:49:06.968Z | [ helios-setup] Dec 18 22:49:05.718 INFO clone ok!, project: amd-host-image-builder |
2348 | 2024-12-18T22:49:06.971Z | [ helios-setup] Dec 18 22:49:05.718 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 |
2349 | 2024-12-18T22:49:06.971Z | [ helios-setup] Dec 18 22:49:05.718 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2350 | 2024-12-18T22:49:06.974Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2351 | 2024-12-18T22:49:07.008Z | [ host-package] Compiling indent_write v2.2.0 |
2352 | 2024-12-18T22:49:07.049Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2353 | 2024-12-18T22:49:07.145Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2354 | 2024-12-18T22:49:07.271Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2355 | 2024-12-18T22:49:07.292Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2356 | 2024-12-18T22:49:07.627Z | [ host-package] Compiling highway v1.2.0 |
2357 | 2024-12-18T22:49:07.958Z | [ host-package] Compiling semver v0.1.20 |
2358 | 2024-12-18T22:49:08.598Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2359 | 2024-12-18T22:49:09.015Z | [ host-package] Compiling rustc_version v0.1.7 |
2360 | 2024-12-18T22:49:09.128Z | [ host-package] Compiling newtype-uuid v1.1.3 |
2361 | 2024-12-18T22:49:09.442Z | [ host-package] Compiling newtype_derive v0.1.6 |
2362 | 2024-12-18T22:49:09.532Z | [ host-package] Compiling dropshot v0.13.0 |
2363 | 2024-12-18T22:49:09.627Z | [ host-package] Compiling ipnetwork v0.20.0 |
2364 | 2024-12-18T22:49:09.879Z | [ host-package] Compiling instant v0.1.13 |
2365 | 2024-12-18T22:49:10.095Z | [ host-package] Compiling humantime v2.1.0 |
2366 | 2024-12-18T22:49:10.564Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2367 | 2024-12-18T22:49:11.049Z | [ host-package] Compiling backoff v0.4.0 |
2368 | 2024-12-18T22:49:11.510Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2369 | 2024-12-18T22:49:11.920Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2370 | 2024-12-18T22:49:12.343Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2371 | 2024-12-18T22:49:15.336Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2372 | 2024-12-18T22:49:16.489Z | [ helios-setup] Dec 18 22:49:15.238 INFO clone ok!, project: amd-firmware |
2373 | 2024-12-18T22:49:16.492Z | [ helios-setup] Dec 18 22:49:15.238 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 |
2374 | 2024-12-18T22:49:16.492Z | [ helios-setup] Dec 18 22:49:15.238 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2375 | 2024-12-18T22:49:16.495Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2376 | 2024-12-18T22:49:17.091Z | [ host-package] Compiling parse-display v0.10.0 |
2377 | 2024-12-18T22:49:17.115Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2378 | 2024-12-18T22:49:17.317Z | [ host-package] Compiling serde_with v3.11.0 |
2379 | 2024-12-18T22:49:17.614Z | [ helios-setup] Dec 18 22:49:16.363 INFO clone ok!, project: chelsio-t6-roms |
2380 | 2024-12-18T22:49:17.617Z | [ helios-setup] Dec 18 22:49:16.363 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2381 | 2024-12-18T22:49:17.827Z | [ host-package] Compiling strum v0.26.3 |
2382 | 2024-12-18T22:49:18.082Z | [ host-package] Compiling regress v0.9.1 |
2383 | 2024-12-18T22:49:18.420Z | [ helios-setup] Dec 18 22:49:17.168 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2384 | 2024-12-18T22:49:19.023Z | [ helios-setup] Dec 18 22:49:17.772 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2385 | 2024-12-18T22:49:19.026Z | [ helios-setup] Dec 18 22:49:17.772 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2386 | 2024-12-18T22:49:19.745Z | [ helios-setup] Dec 18 22:49:18.494 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2387 | 2024-12-18T22:49:20.334Z | [ helios-setup] Dec 18 22:49:19.083 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2388 | 2024-12-18T22:49:20.340Z | [ helios-setup] Dec 18 22:49:19.083 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2389 | 2024-12-18T22:49:20.784Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2390 | 2024-12-18T22:49:20.919Z | [ helios-setup] Dec 18 22:49:19.668 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2391 | 2024-12-18T22:49:21.491Z | [ helios-setup] Dec 18 22:49:20.240 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2392 | 2024-12-18T22:49:21.495Z | [ helios-setup] Dec 18 22:49:20.240 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2393 | 2024-12-18T22:49:21.495Z | [ helios-setup] Dec 18 22:49:20.240 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2394 | 2024-12-18T22:49:21.495Z | [ helios-setup] Dec 18 22:49:20.240 INFO ok! |
2395 | 2024-12-18T22:49:21.495Z | [ helios-setup] Dec 18 22:49:20.240 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2396 | 2024-12-18T22:49:21.495Z | [ helios-setup] Dec 18 22:49:20.240 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2397 | 2024-12-18T22:49:21.495Z | [ helios-setup] Dec 18 22:49:20.240 INFO ok! |
2398 | 2024-12-18T22:49:21.495Z | [ helios-setup] Dec 18 22:49:20.241 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2399 | 2024-12-18T22:49:21.495Z | [ helios-setup] Dec 18 22:49:20.241 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2400 | 2024-12-18T22:49:21.495Z | [ helios-setup] Dec 18 22:49:20.241 INFO ok! |
2401 | 2024-12-18T22:49:21.495Z | [ helios-setup] Dec 18 22:49:20.241 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2402 | 2024-12-18T22:49:21.495Z | [ helios-setup] Dec 18 22:49:20.241 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2403 | 2024-12-18T22:49:21.814Z | [ helios-setup] Dec 18 22:49:20.562 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2404 | 2024-12-18T22:49:22.018Z | [ host-package] Compiling macaddr v1.0.1 |
2405 | 2024-12-18T22:49:22.323Z | [ helios-setup] Dec 18 22:49:21.071 INFO E| From https://github.com/jclulow/rust-jmclib |
2406 | 2024-12-18T22:49:22.324Z | [ helios-setup] Dec 18 22:49:21.071 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2407 | 2024-12-18T22:49:22.342Z | [ helios-setup] Dec 18 22:49:21.089 INFO E| Updating crates.io index |
2408 | 2024-12-18T22:49:22.408Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2409 | 2024-12-18T22:49:22.428Z | [ host-package] Compiling steno v0.4.1 |
2410 | 2024-12-18T22:49:22.531Z | [ helios-setup] Dec 18 22:49:21.278 INFO E| Downloading crates ... |
2411 | 2024-12-18T22:49:22.685Z | [ helios-setup] Dec 18 22:49:21.431 INFO E| Downloaded opaque-debug v0.3.0 |
2412 | 2024-12-18T22:49:22.694Z | [ helios-setup] Dec 18 22:49:21.433 INFO E| Downloaded block-buffer v0.9.0 |
2413 | 2024-12-18T22:49:22.694Z | [ helios-setup] Dec 18 22:49:21.434 INFO E| Downloaded bitflags v2.3.3 |
2414 | 2024-12-18T22:49:22.712Z | [ helios-setup] Dec 18 22:49:21.459 INFO E| Downloaded walkdir v2.3.3 |
2415 | 2024-12-18T22:49:22.717Z | [ helios-setup] Dec 18 22:49:21.462 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2416 | 2024-12-18T22:49:22.717Z | [ helios-setup] Dec 18 22:49:21.463 INFO E| Downloaded itoa v1.0.9 |
2417 | 2024-12-18T22:49:22.727Z | [ helios-setup] Dec 18 22:49:21.464 INFO E| Downloaded errno v0.3.1 |
2418 | 2024-12-18T22:49:22.728Z | [ helios-setup] Dec 18 22:49:21.468 INFO E| Downloaded digest v0.9.0 |
2419 | 2024-12-18T22:49:22.738Z | [ helios-setup] Dec 18 22:49:21.470 INFO E| Downloaded cpufeatures v0.2.9 |
2420 | 2024-12-18T22:49:22.739Z | [ helios-setup] Dec 18 22:49:21.472 INFO E| Downloaded sha-1 v0.9.8 |
2421 | 2024-12-18T22:49:22.739Z | [ helios-setup] Dec 18 22:49:21.476 INFO E| Downloaded unicode-width v0.1.10 |
2422 | 2024-12-18T22:49:22.739Z | [ helios-setup] Dec 18 22:49:21.478 INFO E| Downloaded quote v1.0.31 |
2423 | 2024-12-18T22:49:22.754Z | [ helios-setup] Dec 18 22:49:21.483 INFO E| Downloaded uuid v0.8.2 |
2424 | 2024-12-18T22:49:22.754Z | [ helios-setup] Dec 18 22:49:21.489 INFO E| Downloaded unicode-ident v1.0.11 |
2425 | 2024-12-18T22:49:22.755Z | [ helios-setup] Dec 18 22:49:21.493 INFO E| Downloaded proc-macro2 v1.0.66 |
2426 | 2024-12-18T22:49:22.755Z | [ helios-setup] Dec 18 22:49:21.498 INFO E| Downloaded typenum v1.16.0 |
2427 | 2024-12-18T22:49:22.777Z | [ helios-setup] Dec 18 22:49:21.506 INFO E| Downloaded serde v1.0.193 |
2428 | 2024-12-18T22:49:22.777Z | [ helios-setup] Dec 18 22:49:21.507 INFO E| Downloaded toml v0.5.11 |
2429 | 2024-12-18T22:49:22.805Z | [ helios-setup] Dec 18 22:49:21.512 INFO E| Downloaded serde_derive v1.0.193 |
2430 | 2024-12-18T22:49:22.805Z | [ helios-setup] Dec 18 22:49:21.516 INFO E| Downloaded ryu v1.0.15 |
2431 | 2024-12-18T22:49:22.805Z | [ helios-setup] Dec 18 22:49:21.521 INFO E| Downloaded serde_json v1.0.103 |
2432 | 2024-12-18T22:49:22.811Z | [ helios-setup] Dec 18 22:49:21.545 INFO E| Downloaded anyhow v1.0.72 |
2433 | 2024-12-18T22:49:22.811Z | [ helios-setup] Dec 18 22:49:21.545 INFO E| Downloaded tempfile v3.7.0 |
2434 | 2024-12-18T22:49:22.812Z | [ helios-setup] Dec 18 22:49:21.545 INFO E| Downloaded getrandom v0.2.10 |
2435 | 2024-12-18T22:49:22.812Z | [ helios-setup] Dec 18 22:49:21.549 INFO E| Downloaded syn v2.0.32 |
2436 | 2024-12-18T22:49:22.822Z | [ host-package] Compiling prettyplease v0.2.25 |
2437 | 2024-12-18T22:49:22.831Z | [ helios-setup] Dec 18 22:49:21.567 INFO E| Downloaded once_cell v1.18.0 |
2438 | 2024-12-18T22:49:22.831Z | [ helios-setup] Dec 18 22:49:21.571 INFO E| Downloaded md-5 v0.9.1 |
2439 | 2024-12-18T22:49:22.831Z | [ helios-setup] Dec 18 22:49:21.574 INFO E| Downloaded fastrand v2.0.0 |
2440 | 2024-12-18T22:49:22.835Z | [ helios-setup] Dec 18 22:49:21.577 INFO E| Downloaded rustix v0.38.4 |
2441 | 2024-12-18T22:49:22.876Z | [ helios-setup] Dec 18 22:49:21.623 INFO E| Downloaded libc v0.2.147 |
2442 | 2024-12-18T22:49:22.888Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2443 | 2024-12-18T22:49:23.017Z | [ helios-setup] Dec 18 22:49:21.765 INFO E| Compiling libc v0.2.147 |
2444 | 2024-12-18T22:49:23.017Z | [ helios-setup] Dec 18 22:49:21.765 INFO E| Compiling proc-macro2 v1.0.66 |
2445 | 2024-12-18T22:49:23.017Z | [ helios-setup] Dec 18 22:49:21.765 INFO E| Compiling unicode-ident v1.0.11 |
2446 | 2024-12-18T22:49:23.020Z | [ helios-setup] Dec 18 22:49:21.765 INFO E| Compiling cfg-if v1.0.0 |
2447 | 2024-12-18T22:49:23.020Z | [ helios-setup] Dec 18 22:49:21.765 INFO E| Compiling typenum v1.16.0 |
2448 | 2024-12-18T22:49:23.020Z | [ helios-setup] Dec 18 22:49:21.765 INFO E| Compiling version_check v0.9.4 |
2449 | 2024-12-18T22:49:23.020Z | [ helios-setup] Dec 18 22:49:21.765 INFO E| Compiling serde v1.0.193 |
2450 | 2024-12-18T22:49:23.020Z | [ helios-setup] Dec 18 22:49:21.765 INFO E| Compiling powerfmt v0.2.0 |
2451 | 2024-12-18T22:49:23.482Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2452 | 2024-12-18T22:49:23.955Z | [ helios-setup] Dec 18 22:49:22.704 INFO E| Compiling rustix v0.38.4 |
2453 | 2024-12-18T22:49:24.026Z | [ helios-setup] Dec 18 22:49:22.774 INFO E| Compiling slog v2.7.0 |
2454 | 2024-12-18T22:49:24.043Z | [ helios-setup] Dec 18 22:49:22.791 INFO E| Compiling itoa v1.0.9 |
2455 | 2024-12-18T22:49:24.599Z | [ helios-setup] Dec 18 22:49:23.347 INFO E| Compiling time-core v0.1.2 |
2456 | 2024-12-18T22:49:24.829Z | [ helios-setup] Dec 18 22:49:23.577 INFO E| Compiling num-conv v0.1.0 |
2457 | 2024-12-18T22:49:24.997Z | [ helios-setup] Dec 18 22:49:23.745 INFO E| Compiling deranged v0.3.11 |
2458 | 2024-12-18T22:49:25.139Z | [ helios-setup] Dec 18 22:49:23.887 INFO E| Compiling generic-array v0.14.7 |
2459 | 2024-12-18T22:49:25.184Z | [ helios-setup] Dec 18 22:49:23.933 INFO E| Compiling num_threads v0.1.6 |
2460 | 2024-12-18T22:49:25.257Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2461 | 2024-12-18T22:49:25.416Z | [ helios-setup] Dec 18 22:49:24.164 INFO E| Compiling time-macros v0.2.18 |
2462 | 2024-12-18T22:49:25.562Z | [ helios-setup] Dec 18 22:49:24.310 INFO E| Compiling bitflags v2.3.3 |
2463 | 2024-12-18T22:49:25.773Z | [ helios-setup] Dec 18 22:49:24.521 INFO E| Compiling quote v1.0.31 |
2464 | 2024-12-18T22:49:26.010Z | [ helios-setup] Dec 18 22:49:24.758 INFO E| Compiling once_cell v1.18.0 |
2465 | 2024-12-18T22:49:26.389Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2466 | 2024-12-18T22:49:26.874Z | [ helios-setup] Dec 18 22:49:25.622 INFO E| Compiling syn v2.0.32 |
2467 | 2024-12-18T22:49:26.954Z | [ helios-setup] Dec 18 22:49:25.702 INFO E| Compiling thread_local v1.1.7 |
2468 | 2024-12-18T22:49:26.987Z | [ helios-setup] Dec 18 22:49:25.735 INFO E| Compiling anyhow v1.0.72 |
2469 | 2024-12-18T22:49:27.876Z | [ helios-setup] Dec 18 22:49:26.624 INFO E| Compiling fastrand v2.0.0 |
2470 | 2024-12-18T22:49:28.236Z | [ helios-setup] Dec 18 22:49:26.984 INFO E| Compiling dirs-sys-next v0.1.2 |
2471 | 2024-12-18T22:49:28.333Z | [ helios-setup] Dec 18 22:49:27.082 INFO E| Compiling errno v0.3.1 |
2472 | 2024-12-18T22:49:28.769Z | [ helios-setup] Dec 18 22:49:27.517 INFO E| Compiling dirs-next v2.0.0 |
2473 | 2024-12-18T22:49:29.034Z | [ helios-setup] Dec 18 22:49:27.782 INFO E| Compiling term v0.7.0 |
2474 | 2024-12-18T22:49:29.105Z | [ helios-setup] Dec 18 22:49:27.853 INFO E| Compiling atty v0.2.14 |
2475 | 2024-12-18T22:49:29.141Z | [ helios-setup] Dec 18 22:49:27.890 INFO E| Compiling opaque-debug v0.3.0 |
2476 | 2024-12-18T22:49:29.230Z | [ helios-setup] Dec 18 22:49:27.978 INFO E| Compiling serde_json v1.0.103 |
2477 | 2024-12-18T22:49:29.847Z | [ helios-setup] Dec 18 22:49:28.595 INFO E| Compiling getrandom v0.2.10 |
2478 | 2024-12-18T22:49:29.878Z | [ helios-setup] Dec 18 22:49:28.626 INFO E| Compiling unicode-width v0.1.10 |
2479 | 2024-12-18T22:49:30.223Z | [ helios-setup] Dec 18 22:49:28.971 INFO E| Compiling digest v0.9.0 |
2480 | 2024-12-18T22:49:30.409Z | [ helios-setup] Dec 18 22:49:29.157 INFO E| Compiling block-buffer v0.9.0 |
2481 | 2024-12-18T22:49:30.586Z | [ helios-setup] Dec 18 22:49:29.333 INFO E| Compiling ryu v1.0.15 |
2482 | 2024-12-18T22:49:30.644Z | [ helios-setup] Dec 18 22:49:29.392 INFO E| Compiling same-file v1.0.6 |
2483 | 2024-12-18T22:49:30.794Z | [ helios-setup] Dec 18 22:49:29.542 INFO E| Compiling cpufeatures v0.2.9 |
2484 | 2024-12-18T22:49:30.879Z | [ helios-setup] Dec 18 22:49:29.627 INFO E| Compiling sha-1 v0.9.8 |
2485 | 2024-12-18T22:49:30.885Z | [ helios-setup] Dec 18 22:49:29.633 INFO E| Compiling walkdir v2.3.3 |
2486 | 2024-12-18T22:49:31.175Z | [ helios-setup] Dec 18 22:49:29.923 INFO E| Compiling time v0.3.36 |
2487 | 2024-12-18T22:49:31.208Z | [ helios-setup] Dec 18 22:49:29.956 INFO E| Compiling md-5 v0.9.1 |
2488 | 2024-12-18T22:49:31.234Z | [ helios-setup] Dec 18 22:49:29.982 INFO E| Compiling getopts v0.2.21 |
2489 | 2024-12-18T22:49:32.243Z | [ helios-setup] Dec 18 22:49:30.991 INFO E| Compiling tempfile v3.7.0 |
2490 | 2024-12-18T22:49:32.363Z | [ helios-setup] Dec 18 22:49:31.111 INFO E| Compiling libdevinfo-sys v1.0.0 |
2491 | 2024-12-18T22:49:32.742Z | [ helios-setup] Dec 18 22:49:31.490 INFO E| Compiling glob v0.3.1 |
2492 | 2024-12-18T22:49:34.399Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2493 | 2024-12-18T22:49:34.704Z | [ helios-setup] Dec 18 22:49:33.452 INFO E| Compiling slog-term v2.9.0 |
2494 | 2024-12-18T22:49:36.529Z | [ helios-setup] Dec 18 22:49:35.277 INFO E| Compiling serde_derive v1.0.193 |
2495 | 2024-12-18T22:49:37.465Z | [ host-package] Compiling half v2.4.1 |
2496 | 2024-12-18T22:49:38.403Z | [ host-package] Compiling ciborium-io v0.2.2 |
2497 | 2024-12-18T22:49:38.633Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2498 | 2024-12-18T22:49:39.336Z | [ host-package] Compiling tungstenite v0.21.0 |
2499 | 2024-12-18T22:49:40.262Z | [ host-package] Compiling ciborium v0.2.2 |
2500 | 2024-12-18T22:49:45.036Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2501 | 2024-12-18T22:49:45.824Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2502 | 2024-12-18T22:49:47.289Z | [ host-package] Compiling display-error-chain v0.2.2 |
2503 | 2024-12-18T22:49:49.452Z | [ host-package] Compiling fastrand v2.1.1 |
2504 | 2024-12-18T22:49:50.101Z | [ host-package] Compiling same-file v1.0.6 |
2505 | 2024-12-18T22:49:50.246Z | [ host-package] Compiling tempfile v3.13.0 |
2506 | 2024-12-18T22:49:50.398Z | [ host-package] Compiling walkdir v2.5.0 |
2507 | 2024-12-18T22:49:51.161Z | [ host-package] Compiling ring v0.16.20 |
2508 | 2024-12-18T22:49:51.185Z | [ host-package] Compiling blake3 v1.5.4 |
2509 | 2024-12-18T22:49:51.500Z | [ helios-setup] Dec 18 22:49:50.245 INFO E| Compiling toml v0.5.11 |
2510 | 2024-12-18T22:49:51.500Z | [ helios-setup] Dec 18 22:49:50.245 INFO E| Compiling uuid v0.8.2 |
2511 | 2024-12-18T22:49:51.559Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2512 | 2024-12-18T22:49:52.110Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2513 | 2024-12-18T22:49:52.167Z | [ host-package] Compiling xattr v1.3.1 |
2514 | 2024-12-18T22:49:52.526Z | [ host-package] Compiling filetime v0.2.25 |
2515 | 2024-12-18T22:49:52.594Z | [ host-package] Compiling memmap2 v0.9.5 |
2516 | 2024-12-18T22:49:52.845Z | [ host-package] Compiling spin v0.5.2 |
2517 | 2024-12-18T22:49:52.910Z | [ host-package] Compiling keccak v0.1.5 |
2518 | 2024-12-18T22:49:53.151Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2519 | 2024-12-18T22:49:53.221Z | [ host-package] Compiling arrayref v0.3.9 |
2520 | 2024-12-18T22:49:53.416Z | [ host-package] Compiling arrayvec v0.7.6 |
2521 | 2024-12-18T22:49:53.436Z | [ helios-setup] Dec 18 22:49:52.183 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2522 | 2024-12-18T22:49:53.497Z | [ host-package] Compiling sha3 v0.10.8 |
2523 | 2024-12-18T22:49:54.573Z | [ host-package] Compiling tar v0.4.42 |
2524 | 2024-12-18T22:49:54.707Z | [ host-package] Compiling toolchain_find v0.4.0 |
2525 | 2024-12-18T22:49:55.428Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2526 | 2024-12-18T22:49:55.563Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2527 | 2024-12-18T22:49:55.624Z | [ host-package] Compiling crunchy v0.2.2 |
2528 | 2024-12-18T22:49:55.970Z | [ host-package] Compiling topological-sort v0.2.2 |
2529 | 2024-12-18T22:49:56.168Z | [ host-package] Compiling maplit v1.0.2 |
2530 | 2024-12-18T22:49:56.214Z | [ helios-setup] Dec 18 22:49:54.958 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2531 | 2024-12-18T22:49:56.370Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2532 | 2024-12-18T22:49:56.439Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2533 | 2024-12-18T22:49:57.012Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2534 | 2024-12-18T22:49:57.036Z | [ host-package] Compiling phf_generator v0.11.2 |
2535 | 2024-12-18T22:49:57.036Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2536 | 2024-12-18T22:49:57.251Z | [ host-package] Compiling secrecy v0.8.0 |
2537 | 2024-12-18T22:49:57.653Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2538 | 2024-12-18T22:49:57.712Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2539 | 2024-12-18T22:49:57.759Z | [ host-package] Compiling const_format v0.2.33 |
2540 | 2024-12-18T22:49:58.358Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2541 | 2024-12-18T22:49:58.432Z | [ host-package] Compiling arc-swap v1.7.1 |
2542 | 2024-12-18T22:49:58.609Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2543 | 2024-12-18T22:49:58.853Z | [ host-package] Compiling diesel_derives v2.2.3 |
2544 | 2024-12-18T22:49:59.032Z | [ host-package] Compiling r2d2 v0.8.10 |
2545 | 2024-12-18T22:49:59.113Z | [ host-package] Compiling slog-scope v4.4.0 |
2546 | 2024-12-18T22:49:59.255Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2547 | 2024-12-18T22:49:59.300Z | [ host-package] Compiling phf_codegen v0.11.2 |
2548 | 2024-12-18T22:49:59.646Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2549 | 2024-12-18T22:50:00.027Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2550 | 2024-12-18T22:50:00.099Z | [ host-package] Compiling universal-hash v0.5.1 |
2551 | 2024-12-18T22:50:00.389Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2552 | 2024-12-18T22:50:00.631Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2553 | 2024-12-18T22:50:02.460Z | [ host-package] Compiling ena v0.14.3 |
2554 | 2024-12-18T22:50:03.077Z | [ host-package] Compiling diff v0.1.13 |
2555 | 2024-12-18T22:50:03.358Z | [ host-package] Compiling opaque-debug v0.3.1 |
2556 | 2024-12-18T22:50:03.512Z | [ host-package] Compiling regex-syntax v0.6.29 |
2557 | 2024-12-18T22:50:03.552Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2558 | 2024-12-18T22:50:03.763Z | [ host-package] Compiling poly1305 v0.8.0 |
2559 | 2024-12-18T22:50:05.736Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2560 | 2024-12-18T22:50:05.994Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2561 | 2024-12-18T22:50:07.702Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2562 | 2024-12-18T22:50:08.609Z | [ host-package] Compiling lalrpop v0.19.12 |
2563 | 2024-12-18T22:50:09.160Z | [ helios-setup] Dec 18 22:50:07.906 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.55s |
2564 | 2024-12-18T22:50:09.193Z | [ helios-setup] Dec 18 22:50:07.939 INFO building project "image-builder" ok (47 seconds) |
2565 | 2024-12-18T22:50:09.193Z | [ helios-setup] Dec 18 22:50:07.940 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2566 | 2024-12-18T22:50:09.193Z | [ helios-setup] Dec 18 22:50:07.940 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2567 | 2024-12-18T22:50:09.561Z | [ helios-setup] Dec 18 22:50:08.307 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2568 | 2024-12-18T22:50:10.665Z | [ helios-setup] Dec 18 22:50:09.411 INFO E| From https://github.com/oxidecomputer/progenitor |
2569 | 2024-12-18T22:50:10.665Z | [ helios-setup] Dec 18 22:50:09.411 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2570 | 2024-12-18T22:50:10.692Z | [ helios-setup] Dec 18 22:50:09.438 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2571 | 2024-12-18T22:50:10.692Z | [ helios-setup] Dec 18 22:50:09.438 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2572 | 2024-12-18T22:50:10.813Z | [ helios-setup] Dec 18 22:50:09.559 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2573 | 2024-12-18T22:50:10.895Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2574 | 2024-12-18T22:50:11.365Z | [ helios-setup] Dec 18 22:50:10.111 INFO E| From https://github.com/jclulow/hiercmd |
2575 | 2024-12-18T22:50:11.365Z | [ helios-setup] Dec 18 22:50:10.111 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2576 | 2024-12-18T22:50:11.385Z | [ helios-setup] Dec 18 22:50:10.131 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2577 | 2024-12-18T22:50:11.902Z | [ helios-setup] Dec 18 22:50:10.647 INFO E| From https://github.com/jclulow/network-interface |
2578 | 2024-12-18T22:50:11.902Z | [ helios-setup] Dec 18 22:50:10.647 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2579 | 2024-12-18T22:50:11.927Z | [ helios-setup] Dec 18 22:50:10.672 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2580 | 2024-12-18T22:50:11.980Z | [ host-package] Compiling diesel v2.2.6 |
2581 | 2024-12-18T22:50:12.097Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2582 | 2024-12-18T22:50:12.434Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2583 | 2024-12-18T22:50:12.504Z | [ helios-setup] Dec 18 22:50:11.250 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2584 | 2024-12-18T22:50:12.504Z | [ helios-setup] Dec 18 22:50:11.250 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2585 | 2024-12-18T22:50:12.558Z | [ helios-setup] Dec 18 22:50:11.304 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2586 | 2024-12-18T22:50:12.721Z | [ host-package] Compiling chacha20 v0.9.1 |
2587 | 2024-12-18T22:50:13.224Z | [ host-package] Compiling aead v0.5.2 |
2588 | 2024-12-18T22:50:13.353Z | [ helios-setup] Dec 18 22:50:12.099 INFO E| From https://github.com/oxidecomputer/facade |
2589 | 2024-12-18T22:50:13.353Z | [ helios-setup] Dec 18 22:50:12.099 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2590 | 2024-12-18T22:50:13.398Z | [ helios-setup] Dec 18 22:50:12.144 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2591 | 2024-12-18T22:50:13.610Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2592 | 2024-12-18T22:50:14.218Z | [ helios-setup] Dec 18 22:50:12.964 INFO E| From https://github.com/oxidecomputer/dropshot |
2593 | 2024-12-18T22:50:14.218Z | [ helios-setup] Dec 18 22:50:12.964 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2594 | 2024-12-18T22:50:14.265Z | [ helios-setup] Dec 18 22:50:13.006 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2595 | 2024-12-18T22:50:14.266Z | [ helios-setup] Dec 18 22:50:13.006 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2596 | 2024-12-18T22:50:14.266Z | [ helios-setup] Dec 18 22:50:13.006 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2597 | 2024-12-18T22:50:14.266Z | [ helios-setup] Dec 18 22:50:13.006 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2598 | 2024-12-18T22:50:14.266Z | [ helios-setup] Dec 18 22:50:13.006 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2599 | 2024-12-18T22:50:14.266Z | [ helios-setup] Dec 18 22:50:13.007 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2600 | 2024-12-18T22:50:14.266Z | [ helios-setup] Dec 18 22:50:13.007 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2601 | 2024-12-18T22:50:14.266Z | [ helios-setup] Dec 18 22:50:13.007 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2602 | 2024-12-18T22:50:14.313Z | [ helios-setup] Dec 18 22:50:13.059 INFO E| Updating crates.io index |
2603 | 2024-12-18T22:50:14.331Z | [ host-package] Compiling ref-cast v1.0.23 |
2604 | 2024-12-18T22:50:14.352Z | [ helios-setup] Dec 18 22:50:13.098 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2605 | 2024-12-18T22:50:14.902Z | [ host-package] Compiling vte v0.11.1 |
2606 | 2024-12-18T22:50:15.105Z | [ helios-setup] Dec 18 22:50:13.851 INFO E| From https://github.com/oxidecomputer/typify |
2607 | 2024-12-18T22:50:15.105Z | [ helios-setup] Dec 18 22:50:13.851 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2608 | 2024-12-18T22:50:15.141Z | [ helios-setup] Dec 18 22:50:13.887 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2609 | 2024-12-18T22:50:15.144Z | [ helios-setup] Dec 18 22:50:13.887 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2610 | 2024-12-18T22:50:15.144Z | [ helios-setup] Dec 18 22:50:13.888 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2611 | 2024-12-18T22:50:15.144Z | [ helios-setup] Dec 18 22:50:13.888 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2612 | 2024-12-18T22:50:15.144Z | [ helios-setup] Dec 18 22:50:13.888 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2613 | 2024-12-18T22:50:15.144Z | [ helios-setup] Dec 18 22:50:13.888 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2614 | 2024-12-18T22:50:15.144Z | [ helios-setup] Dec 18 22:50:13.888 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2615 | 2024-12-18T22:50:15.723Z | [ helios-setup] Dec 18 22:50:14.458 INFO E| Downloading crates ... |
2616 | 2024-12-18T22:50:15.887Z | [ helios-setup] Dec 18 22:50:14.632 INFO E| Downloaded async-stream-impl v0.3.5 |
2617 | 2024-12-18T22:50:15.892Z | [ helios-setup] Dec 18 22:50:14.638 INFO E| Downloaded block-buffer v0.10.3 |
2618 | 2024-12-18T22:50:15.895Z | [ helios-setup] Dec 18 22:50:14.641 INFO E| Downloaded anstyle v0.3.5 |
2619 | 2024-12-18T22:50:15.904Z | [ helios-setup] Dec 18 22:50:14.650 INFO E| Downloaded const-random-macro v0.1.15 |
2620 | 2024-12-18T22:50:15.923Z | [ helios-setup] Dec 18 22:50:14.669 INFO E| Downloaded project-root v0.2.2 |
2621 | 2024-12-18T22:50:15.926Z | [ helios-setup] Dec 18 22:50:14.672 INFO E| warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/rayon-core/1.10.2/download` (146.75.42.137), got 502 |
2622 | 2024-12-18T22:50:15.926Z | [ helios-setup] Dec 18 22:50:14.672 INFO E| body: |
2623 | 2024-12-18T22:50:15.926Z | [ helios-setup] Dec 18 22:50:14.672 INFO E| I/O error |
2624 | 2024-12-18T22:50:15.928Z | [ helios-setup] Dec 18 22:50:14.672 INFO E| warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/quote/1.0.36/download` (146.75.42.137), got 502 |
2625 | 2024-12-18T22:50:15.928Z | [ helios-setup] Dec 18 22:50:14.672 INFO E| body: |
2626 | 2024-12-18T22:50:15.928Z | [ helios-setup] Dec 18 22:50:14.672 INFO E| I/O error |
2627 | 2024-12-18T22:50:15.928Z | [ helios-setup] Dec 18 22:50:14.672 INFO E| warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/ahash/0.8.3/download` (146.75.42.137), got 502 |
2628 | 2024-12-18T22:50:15.929Z | [ helios-setup] Dec 18 22:50:14.673 INFO E| body: |
2629 | 2024-12-18T22:50:15.929Z | [ helios-setup] Dec 18 22:50:14.673 INFO E| I/O error |
2630 | 2024-12-18T22:50:15.931Z | [ helios-setup] Dec 18 22:50:14.676 INFO E| Downloaded slab v0.4.7 |
2631 | 2024-12-18T22:50:15.945Z | [ helios-setup] Dec 18 22:50:14.691 INFO E| Downloaded cpufeatures v0.2.5 |
2632 | 2024-12-18T22:50:15.948Z | [ helios-setup] Dec 18 22:50:14.694 INFO E| Downloaded byteorder v1.4.3 |
2633 | 2024-12-18T22:50:15.952Z | [ helios-setup] Dec 18 22:50:14.697 INFO E| Downloaded tower-service v0.3.2 |
2634 | 2024-12-18T22:50:15.955Z | [ helios-setup] Dec 18 22:50:14.698 INFO E| Downloaded concolor-override v1.0.0 |
2635 | 2024-12-18T22:50:15.975Z | [ helios-setup] Dec 18 22:50:14.721 INFO E| Downloaded try-lock v0.2.4 |
2636 | 2024-12-18T22:50:15.978Z | [ helios-setup] Dec 18 22:50:14.724 INFO E| Downloaded lazy_static v1.4.0 |
2637 | 2024-12-18T22:50:15.980Z | [ helios-setup] Dec 18 22:50:14.726 INFO E| Downloaded is-terminal v0.4.7 |
2638 | 2024-12-18T22:50:15.983Z | [ helios-setup] Dec 18 22:50:14.728 INFO E| Downloaded iana-time-zone v0.1.56 |
2639 | 2024-12-18T22:50:15.986Z | [ helios-setup] Dec 18 22:50:14.732 INFO E| Downloaded want v0.3.0 |
2640 | 2024-12-18T22:50:15.989Z | [ helios-setup] Dec 18 22:50:14.734 INFO E| Downloaded httpdate v1.0.2 |
2641 | 2024-12-18T22:50:15.991Z | [ helios-setup] Dec 18 22:50:14.736 INFO E| Downloaded signal-hook-registry v1.4.0 |
2642 | 2024-12-18T22:50:15.993Z | [ helios-setup] Dec 18 22:50:14.738 INFO E| Downloaded serde_tokenstream v0.2.0 |
2643 | 2024-12-18T22:50:16.002Z | [ helios-setup] Dec 18 22:50:14.744 INFO E| Downloaded slog-async v2.7.0 |
2644 | 2024-12-18T22:50:16.004Z | [ helios-setup] Dec 18 22:50:14.748 INFO E| Downloaded scopeguard v1.1.0 |
2645 | 2024-12-18T22:50:16.007Z | [ helios-setup] Dec 18 22:50:14.751 INFO E| Downloaded slog-bunyan v2.4.0 |
2646 | 2024-12-18T22:50:16.010Z | [ helios-setup] Dec 18 22:50:14.753 INFO E| Downloaded toml_datetime v0.6.1 |
2647 | 2024-12-18T22:50:16.013Z | [ helios-setup] Dec 18 22:50:14.757 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2648 | 2024-12-18T22:50:16.015Z | [ helios-setup] Dec 18 22:50:14.761 INFO E| Downloaded rustls-pemfile v1.0.2 |
2649 | 2024-12-18T22:50:16.019Z | [ helios-setup] Dec 18 22:50:14.765 INFO E| Downloaded semver-parser v0.10.2 |
2650 | 2024-12-18T22:50:16.031Z | [ helios-setup] Dec 18 22:50:14.777 INFO E| Downloaded thiserror v1.0.38 |
2651 | 2024-12-18T22:50:16.040Z | [ helios-setup] Dec 18 22:50:14.786 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2652 | 2024-12-18T22:50:16.056Z | [ helios-setup] Dec 18 22:50:14.802 INFO E| Downloaded sct v0.7.0 |
2653 | 2024-12-18T22:50:16.062Z | [ helios-setup] Dec 18 22:50:14.808 INFO E| Downloaded tokio-rustls v0.24.0 |
2654 | 2024-12-18T22:50:16.068Z | [ helios-setup] Dec 18 22:50:14.813 INFO E| Downloaded rhai_codegen v1.5.0 |
2655 | 2024-12-18T22:50:16.113Z | [ helios-setup] Dec 18 22:50:14.859 INFO E| Downloaded semver v1.0.17 |
2656 | 2024-12-18T22:50:16.116Z | [ helios-setup] Dec 18 22:50:14.862 INFO E| Downloaded smartstring v1.0.1 |
2657 | 2024-12-18T22:50:16.120Z | [ helios-setup] Dec 18 22:50:14.866 INFO E| Downloaded reqwest v0.11.16 |
2658 | 2024-12-18T22:50:16.136Z | [ helios-setup] Dec 18 22:50:14.881 INFO E| Downloaded unicode-bidi v0.3.13 |
2659 | 2024-12-18T22:50:16.140Z | [ helios-setup] Dec 18 22:50:14.886 INFO E| Downloaded textwrap v0.16.0 |
2660 | 2024-12-18T22:50:16.144Z | [ helios-setup] Dec 18 22:50:14.890 INFO E| Downloaded socket2 v0.4.9 |
2661 | 2024-12-18T22:50:16.148Z | [ helios-setup] Dec 18 22:50:14.894 INFO E| Downloaded semver v0.11.0 |
2662 | 2024-12-18T22:50:16.152Z | [ helios-setup] Dec 18 22:50:14.897 INFO E| Downloaded schemars v0.8.12 |
2663 | 2024-12-18T22:50:16.172Z | [ helios-setup] Dec 18 22:50:14.918 INFO E| Downloaded ryu v1.0.13 |
2664 | 2024-12-18T22:50:16.177Z | [ helios-setup] Dec 18 22:50:14.923 INFO E| Downloaded tungstenite v0.18.0 |
2665 | 2024-12-18T22:50:16.184Z | [ helios-setup] Dec 18 22:50:14.929 INFO E| Downloaded unicode-linebreak v0.1.4 |
2666 | 2024-12-18T22:50:16.187Z | [ helios-setup] Dec 18 22:50:14.933 INFO E| Downloaded ucd-trie v0.1.5 |
2667 | 2024-12-18T22:50:16.190Z | [ helios-setup] Dec 18 22:50:14.936 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2668 | 2024-12-18T22:50:16.196Z | [ helios-setup] Dec 18 22:50:14.942 INFO E| Downloaded tracing v0.1.37 |
2669 | 2024-12-18T22:50:16.204Z | [ helios-setup] Dec 18 22:50:14.950 INFO E| Downloaded toml_edit v0.19.8 |
2670 | 2024-12-18T22:50:16.233Z | [ helios-setup] Dec 18 22:50:14.979 INFO E| Downloaded unicode-normalization v0.1.22 |
2671 | 2024-12-18T22:50:16.239Z | [ helios-setup] Dec 18 22:50:14.985 INFO E| Downloaded serde_json v1.0.95 |
2672 | 2024-12-18T22:50:16.251Z | [ helios-setup] Dec 18 22:50:14.996 INFO E| Downloaded winnow v0.4.1 |
2673 | 2024-12-18T22:50:16.264Z | [ helios-setup] Dec 18 22:50:15.010 INFO E| Downloaded anyhow v1.0.68 |
2674 | 2024-12-18T22:50:16.270Z | [ helios-setup] Dec 18 22:50:15.016 INFO E| Downloaded aho-corasick v0.7.20 |
2675 | 2024-12-18T22:50:16.277Z | [ helios-setup] Dec 18 22:50:15.023 INFO E| Downloaded pest v2.5.7 |
2676 | 2024-12-18T22:50:16.285Z | [ helios-setup] Dec 18 22:50:15.031 INFO E| Downloaded mio v0.8.5 |
2677 | 2024-12-18T22:50:16.294Z | [ helios-setup] Dec 18 22:50:15.040 INFO E| Downloaded http v0.2.9 |
2678 | 2024-12-18T22:50:16.301Z | [ helios-setup] Dec 18 22:50:15.047 INFO E| Downloaded syn v1.0.107 |
2679 | 2024-12-18T22:50:16.319Z | [ helios-setup] Dec 18 22:50:15.065 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2680 | 2024-12-18T22:50:16.324Z | [ helios-setup] Dec 18 22:50:15.070 INFO E| Downloaded rustix v0.37.3 |
2681 | 2024-12-18T22:50:16.442Z | [ helios-setup] Dec 18 22:50:15.188 INFO E| Downloaded syn v2.0.72 |
2682 | 2024-12-18T22:50:16.464Z | [ helios-setup] Dec 18 22:50:15.210 INFO E| Downloaded rayon v1.6.1 |
2683 | 2024-12-18T22:50:16.476Z | [ helios-setup] Dec 18 22:50:15.222 INFO E| Downloaded h2 v0.3.16 |
2684 | 2024-12-18T22:50:16.485Z | [ helios-setup] Dec 18 22:50:15.231 INFO E| Downloaded chrono v0.4.24 |
2685 | 2024-12-18T22:50:16.496Z | [ helios-setup] Dec 18 22:50:15.242 INFO E| Downloaded futures-util v0.3.28 |
2686 | 2024-12-18T22:50:16.514Z | [ helios-setup] Dec 18 22:50:15.259 INFO E| Downloaded hyper v0.14.25 |
2687 | 2024-12-18T22:50:16.527Z | [ helios-setup] Dec 18 22:50:15.273 INFO E| Downloaded git2 v0.16.1 |
2688 | 2024-12-18T22:50:16.540Z | [ helios-setup] Dec 18 22:50:15.286 INFO E| Downloaded regress v0.5.0 |
2689 | 2024-12-18T22:50:16.552Z | [ helios-setup] Dec 18 22:50:15.298 INFO E| Downloaded regex v1.7.3 |
2690 | 2024-12-18T22:50:16.566Z | [ helios-setup] Dec 18 22:50:15.312 INFO E| Downloaded clap_builder v4.2.1 |
2691 | 2024-12-18T22:50:16.577Z | [ helios-setup] Dec 18 22:50:15.323 INFO E| Downloaded rustls v0.21.0 |
2692 | 2024-12-18T22:50:16.595Z | [ helios-setup] Dec 18 22:50:15.340 INFO E| Downloaded crossbeam-channel v0.5.6 |
2693 | 2024-12-18T22:50:16.620Z | [ helios-setup] Dec 18 22:50:15.366 INFO E| Downloaded cc v1.0.78 |
2694 | 2024-12-18T22:50:16.623Z | [ helios-setup] Dec 18 22:50:15.369 INFO E| Downloaded tokio-util v0.7.7 |
2695 | 2024-12-18T22:50:16.633Z | [ helios-setup] Dec 18 22:50:15.378 INFO E| Downloaded rhai v1.14.0 |
2696 | 2024-12-18T22:50:16.659Z | [ helios-setup] Dec 18 22:50:15.405 INFO E| Downloaded bytes v1.4.0 |
2697 | 2024-12-18T22:50:16.664Z | [ helios-setup] Dec 18 22:50:15.410 INFO E| Downloaded openapiv3 v1.0.2 |
2698 | 2024-12-18T22:50:16.717Z | [ helios-setup] Dec 18 22:50:15.463 INFO E| Downloaded serde v1.0.204 |
2699 | 2024-12-18T22:50:16.722Z | [ helios-setup] Dec 18 22:50:15.468 INFO E| Downloaded futures v0.3.28 |
2700 | 2024-12-18T22:50:16.730Z | [ helios-setup] Dec 18 22:50:15.476 INFO E| Downloaded serde_yaml v0.9.21 |
2701 | 2024-12-18T22:50:16.735Z | [ helios-setup] Dec 18 22:50:15.481 INFO E| Downloaded tokio v1.27.0 |
2702 | 2024-12-18T22:50:16.796Z | [ helios-setup] Dec 18 22:50:15.541 INFO E| Downloaded rustls-webpki v0.100.1 |
2703 | 2024-12-18T22:50:16.805Z | [ helios-setup] Dec 18 22:50:15.550 INFO E| Downloaded url v2.3.1 |
2704 | 2024-12-18T22:50:16.809Z | [ helios-setup] Dec 18 22:50:15.555 INFO E| Downloaded unicode-ident v1.0.8 |
2705 | 2024-12-18T22:50:16.813Z | [ helios-setup] Dec 18 22:50:15.559 INFO E| Downloaded tracing-core v0.1.30 |
2706 | 2024-12-18T22:50:16.839Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2707 | 2024-12-18T22:50:16.841Z | [ helios-setup] Dec 18 22:50:15.587 INFO E| Downloaded memchr v2.5.0 |
2708 | 2024-12-18T22:50:16.848Z | [ helios-setup] Dec 18 22:50:15.594 INFO E| Downloaded flate2 v1.0.25 |
2709 | 2024-12-18T22:50:16.856Z | [ helios-setup] Dec 18 22:50:15.602 INFO E| Downloaded base64 v0.21.0 |
2710 | 2024-12-18T22:50:16.862Z | [ helios-setup] Dec 18 22:50:15.608 INFO E| Downloaded uuid v1.3.0 |
2711 | 2024-12-18T22:50:16.869Z | [ helios-setup] Dec 18 22:50:15.614 INFO E| Downloaded rayon-core v1.10.2 |
2712 | 2024-12-18T22:50:16.875Z | [ helios-setup] Dec 18 22:50:15.621 INFO E| Downloaded toml v0.7.3 |
2713 | 2024-12-18T22:50:16.881Z | [ helios-setup] Dec 18 22:50:15.626 INFO E| Downloaded proc-macro2 v1.0.86 |
2714 | 2024-12-18T22:50:16.885Z | [ helios-setup] Dec 18 22:50:15.631 INFO E| Downloaded parking_lot v0.12.1 |
2715 | 2024-12-18T22:50:16.888Z | [ helios-setup] Dec 18 22:50:15.634 INFO E| Downloaded httparse v1.8.0 |
2716 | 2024-12-18T22:50:16.892Z | [ helios-setup] Dec 18 22:50:15.638 INFO E| Downloaded tinyvec v1.6.0 |
2717 | 2024-12-18T22:50:16.897Z | [ helios-setup] Dec 18 22:50:15.643 INFO E| Downloaded serde_derive v1.0.204 |
2718 | 2024-12-18T22:50:16.906Z | [ helios-setup] Dec 18 22:50:15.651 INFO E| Downloaded libc v0.2.139 |
2719 | 2024-12-18T22:50:16.950Z | [ helios-setup] Dec 18 22:50:15.696 INFO E| Downloaded schemars_derive v0.8.12 |
2720 | 2024-12-18T22:50:16.953Z | [ helios-setup] Dec 18 22:50:15.698 INFO E| Downloaded once_cell v1.17.0 |
2721 | 2024-12-18T22:50:16.955Z | [ helios-setup] Dec 18 22:50:15.701 INFO E| Downloaded num-traits v0.2.15 |
2722 | 2024-12-18T22:50:16.959Z | [ helios-setup] Dec 18 22:50:15.705 INFO E| Downloaded clap v4.2.1 |
2723 | 2024-12-18T22:50:16.970Z | [ helios-setup] Dec 18 22:50:15.715 INFO E| Downloaded time v0.1.45 |
2724 | 2024-12-18T22:50:16.972Z | [ helios-setup] Dec 18 22:50:15.717 INFO E| Downloaded tempfile v3.5.0 |
2725 | 2024-12-18T22:50:16.975Z | [ helios-setup] Dec 18 22:50:15.721 INFO E| Downloaded smallvec v1.10.0 |
2726 | 2024-12-18T22:50:16.978Z | [ helios-setup] Dec 18 22:50:15.724 INFO E| Downloaded pin-project-lite v0.2.9 |
2727 | 2024-12-18T22:50:16.987Z | [ helios-setup] Dec 18 22:50:15.733 INFO E| Downloaded miniz_oxide v0.6.2 |
2728 | 2024-12-18T22:50:16.991Z | [ helios-setup] Dec 18 22:50:15.737 INFO E| Downloaded io-lifetimes v1.0.10 |
2729 | 2024-12-18T22:50:16.995Z | [ helios-setup] Dec 18 22:50:15.741 INFO E| Downloaded crossbeam-utils v0.8.14 |
2730 | 2024-12-18T22:50:16.999Z | [ helios-setup] Dec 18 22:50:15.745 INFO E| Downloaded camino v1.1.4 |
2731 | 2024-12-18T22:50:17.002Z | [ helios-setup] Dec 18 22:50:15.748 INFO E| Downloaded tokio-macros v2.0.0 |
2732 | 2024-12-18T22:50:17.004Z | [ helios-setup] Dec 18 22:50:15.750 INFO E| Downloaded thiserror-impl v1.0.38 |
2733 | 2024-12-18T22:50:17.007Z | [ helios-setup] Dec 18 22:50:15.752 INFO E| Downloaded pkg-config v0.3.26 |
2734 | 2024-12-18T22:50:17.013Z | [ helios-setup] Dec 18 22:50:15.759 INFO E| Downloaded parking_lot_core v0.9.6 |
2735 | 2024-12-18T22:50:17.013Z | [ helios-setup] Dec 18 22:50:15.759 INFO E| Downloaded serde_derive_internals v0.26.0 |
2736 | 2024-12-18T22:50:17.015Z | [ helios-setup] Dec 18 22:50:15.760 INFO E| Downloaded jobserver v0.1.26 |
2737 | 2024-12-18T22:50:17.018Z | [ helios-setup] Dec 18 22:50:15.763 INFO E| Downloaded utf8parse v0.2.1 |
2738 | 2024-12-18T22:50:17.020Z | [ helios-setup] Dec 18 22:50:15.764 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2739 | 2024-12-18T22:50:17.022Z | [ helios-setup] Dec 18 22:50:15.767 INFO E| Downloaded log v0.4.17 |
2740 | 2024-12-18T22:50:17.026Z | [ helios-setup] Dec 18 22:50:15.772 INFO E| Downloaded lock_api v0.4.9 |
2741 | 2024-12-18T22:50:17.028Z | [ helios-setup] Dec 18 22:50:15.774 INFO E| Downloaded ipnet v2.7.2 |
2742 | 2024-12-18T22:50:17.031Z | [ helios-setup] Dec 18 22:50:15.776 INFO E| Downloaded getrandom v0.2.8 |
2743 | 2024-12-18T22:50:17.035Z | [ helios-setup] Dec 18 22:50:15.781 INFO E| Downloaded futures-channel v0.3.28 |
2744 | 2024-12-18T22:50:17.039Z | [ helios-setup] Dec 18 22:50:15.784 INFO E| Downloaded clap_lex v0.4.1 |
2745 | 2024-12-18T22:50:17.041Z | [ helios-setup] Dec 18 22:50:15.786 INFO E| Downloaded anstyle-parse v0.1.1 |
2746 | 2024-12-18T22:50:17.043Z | [ helios-setup] Dec 18 22:50:15.789 INFO E| Downloaded cargo-lock v8.0.3 |
2747 | 2024-12-18T22:50:17.048Z | [ helios-setup] Dec 18 22:50:15.794 INFO E| Downloaded bincode v1.3.3 |
2748 | 2024-12-18T22:50:17.052Z | [ helios-setup] Dec 18 22:50:15.798 INFO E| Downloaded strsim v0.10.0 |
2749 | 2024-12-18T22:50:17.055Z | [ helios-setup] Dec 18 22:50:15.801 INFO E| Downloaded smawk v0.3.1 |
2750 | 2024-12-18T22:50:17.058Z | [ helios-setup] Dec 18 22:50:15.803 INFO E| Downloaded sha1 v0.10.5 |
2751 | 2024-12-18T22:50:17.060Z | [ helios-setup] Dec 18 22:50:15.806 INFO E| Downloaded serde_path_to_error v0.1.11 |
2752 | 2024-12-18T22:50:17.063Z | [ helios-setup] Dec 18 22:50:15.808 INFO E| Downloaded num-integer v0.1.45 |
2753 | 2024-12-18T22:50:17.065Z | [ helios-setup] Dec 18 22:50:15.811 INFO E| Downloaded itoa v1.0.6 |
2754 | 2024-12-18T22:50:17.067Z | [ helios-setup] Dec 18 22:50:15.813 INFO E| Downloaded crossbeam-deque v0.8.2 |
2755 | 2024-12-18T22:50:17.070Z | [ helios-setup] Dec 18 22:50:15.815 INFO E| Downloaded futures-macro v0.3.28 |
2756 | 2024-12-18T22:50:17.072Z | [ helios-setup] Dec 18 22:50:15.817 INFO E| Downloaded dyn-clone v1.0.11 |
2757 | 2024-12-18T22:50:17.074Z | [ helios-setup] Dec 18 22:50:15.820 INFO E| Downloaded clap_derive v4.2.0 |
2758 | 2024-12-18T22:50:17.077Z | [ helios-setup] Dec 18 22:50:15.823 INFO E| Downloaded ahash v0.7.6 |
2759 | 2024-12-18T22:50:17.082Z | [ helios-setup] Dec 18 22:50:15.828 INFO E| Downloaded proc-macro-crate v1.2.1 |
2760 | 2024-12-18T22:50:17.084Z | [ helios-setup] Dec 18 22:50:15.829 INFO E| Downloaded ppv-lite86 v0.2.17 |
2761 | 2024-12-18T22:50:17.087Z | [ helios-setup] Dec 18 22:50:15.832 INFO E| Downloaded paste v1.0.12 |
2762 | 2024-12-18T22:50:17.107Z | [ helios-setup] Dec 18 22:50:15.852 INFO E| Downloaded terminal_size v0.2.6 |
2763 | 2024-12-18T22:50:17.109Z | [ helios-setup] Dec 18 22:50:15.854 INFO E| Downloaded percent-encoding v2.2.0 |
2764 | 2024-12-18T22:50:17.112Z | [ helios-setup] Dec 18 22:50:15.856 INFO E| Downloaded futures-sink v0.3.28 |
2765 | 2024-12-18T22:50:17.112Z | [ helios-setup] Dec 18 22:50:15.857 INFO E| Downloaded futures-core v0.3.28 |
2766 | 2024-12-18T22:50:17.114Z | [ helios-setup] Dec 18 22:50:15.859 INFO E| Downloaded fastrand v1.9.0 |
2767 | 2024-12-18T22:50:17.117Z | [ helios-setup] Dec 18 22:50:15.861 INFO E| Downloaded sha2 v0.10.6 |
2768 | 2024-12-18T22:50:17.119Z | [ helios-setup] Dec 18 22:50:15.864 INFO E| Downloaded serde_spanned v0.6.1 |
2769 | 2024-12-18T22:50:17.121Z | [ helios-setup] Dec 18 22:50:15.865 INFO E| Downloaded num_enum_derive v0.5.7 |
2770 | 2024-12-18T22:50:17.121Z | [ helios-setup] Dec 18 22:50:15.867 INFO E| Downloaded num_enum v0.5.7 |
2771 | 2024-12-18T22:50:17.127Z | [ helios-setup] Dec 18 22:50:15.873 INFO E| Downloaded num_cpus v1.15.0 |
2772 | 2024-12-18T22:50:17.131Z | [ helios-setup] Dec 18 22:50:15.877 INFO E| Downloaded memoffset v0.7.1 |
2773 | 2024-12-18T22:50:17.134Z | [ helios-setup] Dec 18 22:50:15.879 INFO E| Downloaded http-body v0.4.5 |
2774 | 2024-12-18T22:50:17.136Z | [ helios-setup] Dec 18 22:50:15.881 INFO E| Downloaded home v0.5.4 |
2775 | 2024-12-18T22:50:17.139Z | [ helios-setup] Dec 18 22:50:15.883 INFO E| Downloaded futures-executor v0.3.28 |
2776 | 2024-12-18T22:50:17.139Z | [ helios-setup] Dec 18 22:50:15.885 INFO E| Downloaded encoding_rs v0.8.32 |
2777 | 2024-12-18T22:50:17.194Z | [ helios-setup] Dec 18 22:50:15.940 INFO E| Downloaded form_urlencoded v1.1.0 |
2778 | 2024-12-18T22:50:17.197Z | [ helios-setup] Dec 18 22:50:15.941 INFO E| Downloaded generic-array v0.14.6 |
2779 | 2024-12-18T22:50:17.199Z | [ helios-setup] Dec 18 22:50:15.944 INFO E| Downloaded futures-task v0.3.28 |
2780 | 2024-12-18T22:50:17.202Z | [ helios-setup] Dec 18 22:50:15.946 INFO E| Downloaded futures-io v0.3.28 |
2781 | 2024-12-18T22:50:17.202Z | [ helios-setup] Dec 18 22:50:15.947 INFO E| Downloaded either v1.8.0 |
2782 | 2024-12-18T22:50:17.204Z | [ helios-setup] Dec 18 22:50:15.949 INFO E| Downloaded digest v0.10.6 |
2783 | 2024-12-18T22:50:17.206Z | [ helios-setup] Dec 18 22:50:15.952 INFO E| Downloaded built v0.6.0 |
2784 | 2024-12-18T22:50:17.208Z | [ helios-setup] Dec 18 22:50:15.954 INFO E| Downloaded toolchain_find v0.2.0 |
2785 | 2024-12-18T22:50:17.211Z | [ helios-setup] Dec 18 22:50:15.955 INFO E| Downloaded async-trait v0.1.68 |
2786 | 2024-12-18T22:50:17.211Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2787 | 2024-12-18T22:50:17.235Z | [ helios-setup] Dec 18 22:50:15.981 INFO E| Downloaded anstream v0.2.6 |
2788 | 2024-12-18T22:50:17.238Z | [ helios-setup] Dec 18 22:50:15.984 INFO E| Downloaded const-random v0.1.15 |
2789 | 2024-12-18T22:50:17.241Z | [ helios-setup] Dec 18 22:50:15.986 INFO E| Downloaded concolor-query v0.3.3 |
2790 | 2024-12-18T22:50:17.244Z | [ helios-setup] Dec 18 22:50:15.989 INFO E| Downloaded autocfg v1.1.0 |
2791 | 2024-12-18T22:50:17.246Z | [ helios-setup] Dec 18 22:50:15.991 INFO E| Downloaded async-stream v0.3.5 |
2792 | 2024-12-18T22:50:17.289Z | [ helios-setup] Dec 18 22:50:16.034 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2793 | 2024-12-18T22:50:17.461Z | [ helios-setup] Dec 18 22:50:16.206 INFO E| Downloaded libz-sys v1.1.8 |
2794 | 2024-12-18T22:50:17.542Z | [ helios-setup] Dec 18 22:50:16.288 INFO E| Downloaded ahash v0.8.3 |
2795 | 2024-12-18T22:50:17.559Z | [ helios-setup] Dec 18 22:50:16.305 INFO E| Downloaded quote v1.0.36 |
2796 | 2024-12-18T22:50:17.837Z | [ helios-setup] Dec 18 22:50:16.582 INFO E| Compiling proc-macro2 v1.0.86 |
2797 | 2024-12-18T22:50:17.892Z | [ helios-setup] Dec 18 22:50:16.638 INFO E| Compiling libc v0.2.139 |
2798 | 2024-12-18T22:50:17.892Z | [ helios-setup] Dec 18 22:50:16.638 INFO E| Compiling unicode-ident v1.0.8 |
2799 | 2024-12-18T22:50:17.895Z | [ helios-setup] Dec 18 22:50:16.638 INFO E| Compiling autocfg v1.1.0 |
2800 | 2024-12-18T22:50:17.895Z | [ helios-setup] Dec 18 22:50:16.638 INFO E| Compiling cfg-if v1.0.0 |
2801 | 2024-12-18T22:50:17.896Z | [ helios-setup] Dec 18 22:50:16.638 INFO E| Compiling version_check v0.9.4 |
2802 | 2024-12-18T22:50:17.896Z | [ helios-setup] Dec 18 22:50:16.638 INFO E| Compiling serde v1.0.204 |
2803 | 2024-12-18T22:50:17.896Z | [ helios-setup] Dec 18 22:50:16.638 INFO E| Compiling syn v1.0.107 |
2804 | 2024-12-18T22:50:18.306Z | [ helios-setup] Dec 18 22:50:17.052 INFO E| Compiling memchr v2.5.0 |
2805 | 2024-12-18T22:50:18.727Z | [ helios-setup] Dec 18 22:50:17.473 INFO E| Compiling once_cell v1.17.0 |
2806 | 2024-12-18T22:50:19.120Z | [ helios-setup] Dec 18 22:50:17.865 INFO E| Compiling log v0.4.17 |
2807 | 2024-12-18T22:50:19.239Z | [ helios-setup] Dec 18 22:50:17.985 INFO E| Compiling thiserror v1.0.38 |
2808 | 2024-12-18T22:50:19.581Z | [ host-package] Compiling chrono-tz v0.10.0 |
2809 | 2024-12-18T22:50:19.982Z | [ helios-setup] Dec 18 22:50:18.728 INFO E| Compiling itoa v1.0.6 |
2810 | 2024-12-18T22:50:19.985Z | [ helios-setup] Dec 18 22:50:18.729 INFO E| Compiling serde_json v1.0.95 |
2811 | 2024-12-18T22:50:20.916Z | [ host-package] Compiling vsss-rs v3.3.4 |
2812 | 2024-12-18T22:50:21.018Z | [ helios-setup] Dec 18 22:50:19.763 INFO E| Compiling indexmap v1.9.3 |
2813 | 2024-12-18T22:50:21.036Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2814 | 2024-12-18T22:50:21.455Z | [ helios-setup] Dec 18 22:50:20.200 INFO E| Compiling pin-project-lite v0.2.9 |
2815 | 2024-12-18T22:50:21.627Z | [ helios-setup] Dec 18 22:50:20.372 INFO E| Compiling scopeguard v1.1.0 |
2816 | 2024-12-18T22:50:21.968Z | [ helios-setup] Dec 18 22:50:20.714 INFO E| Compiling num-integer v0.1.45 |
2817 | 2024-12-18T22:50:21.971Z | [ helios-setup] Dec 18 22:50:20.715 INFO E| Compiling bytes v1.4.0 |
2818 | 2024-12-18T22:50:22.053Z | [ helios-setup] Dec 18 22:50:20.799 INFO E| Compiling futures-core v0.3.28 |
2819 | 2024-12-18T22:50:22.179Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2820 | 2024-12-18T22:50:22.978Z | [ helios-setup] Dec 18 22:50:21.723 INFO E| Compiling quote v1.0.36 |
2821 | 2024-12-18T22:50:23.159Z | [ helios-setup] Dec 18 22:50:21.904 INFO E| Compiling jobserver v0.1.26 |
2822 | 2024-12-18T22:50:23.284Z | [ helios-setup] Dec 18 22:50:22.030 INFO E| Compiling getrandom v0.2.8 |
2823 | 2024-12-18T22:50:23.928Z | [ helios-setup] Dec 18 22:50:22.673 INFO E| Compiling syn v2.0.72 |
2824 | 2024-12-18T22:50:24.265Z | [ helios-setup] Dec 18 22:50:23.011 INFO E| Compiling cc v1.0.78 |
2825 | 2024-12-18T22:50:24.412Z | [ helios-setup] Dec 18 22:50:23.157 INFO E| Compiling ryu v1.0.13 |
2826 | 2024-12-18T22:50:25.218Z | [ helios-setup] Dec 18 22:50:23.963 INFO E| Compiling lock_api v0.4.9 |
2827 | 2024-12-18T22:50:25.479Z | [ helios-setup] Dec 18 22:50:24.224 INFO E| Compiling parking_lot_core v0.9.6 |
2828 | 2024-12-18T22:50:25.547Z | [ helios-setup] Dec 18 22:50:24.292 INFO E| Compiling bitflags v1.3.2 |
2829 | 2024-12-18T22:50:25.647Z | [ helios-setup] Dec 18 22:50:24.393 INFO E| Compiling typenum v1.16.0 |
2830 | 2024-12-18T22:50:25.796Z | [ helios-setup] Dec 18 22:50:24.541 INFO E| Compiling num_cpus v1.15.0 |
2831 | 2024-12-18T22:50:26.045Z | [ helios-setup] Dec 18 22:50:24.790 INFO E| Compiling slab v0.4.7 |
2832 | 2024-12-18T22:50:26.297Z | [ helios-setup] Dec 18 22:50:25.043 INFO E| Compiling generic-array v0.14.6 |
2833 | 2024-12-18T22:50:26.483Z | [ helios-setup] Dec 18 22:50:25.228 INFO E| Compiling futures-sink v0.3.28 |
2834 | 2024-12-18T22:50:26.616Z | [ host-package] Compiling headers-core v0.3.0 |
2835 | 2024-12-18T22:50:26.646Z | [ helios-setup] Dec 18 22:50:25.391 INFO E| Compiling futures-channel v0.3.28 |
2836 | 2024-12-18T22:50:26.928Z | [ helios-setup] Dec 18 22:50:25.673 INFO E| Compiling futures-task v0.3.28 |
2837 | 2024-12-18T22:50:26.991Z | [ host-package] Compiling fxhash v0.2.1 |
2838 | 2024-12-18T22:50:27.618Z | [ helios-setup] Dec 18 22:50:26.363 INFO E| Compiling tokio v1.27.0 |
2839 | 2024-12-18T22:50:27.740Z | [ host-package] Compiling libxml v0.3.3 |
2840 | 2024-12-18T22:50:27.981Z | [ helios-setup] Dec 18 22:50:26.726 INFO E| Compiling schemars v0.8.12 |
2841 | 2024-12-18T22:50:28.192Z | [ helios-setup] Dec 18 22:50:26.937 INFO E| Compiling futures-util v0.3.28 |
2842 | 2024-12-18T22:50:28.589Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2843 | 2024-12-18T22:50:29.009Z | [ helios-setup] Dec 18 22:50:27.754 INFO E| Compiling socket2 v0.4.9 |
2844 | 2024-12-18T22:50:29.168Z | [ helios-setup] Dec 18 22:50:27.913 INFO E| Compiling mio v0.8.5 |
2845 | 2024-12-18T22:50:29.227Z | [ helios-setup] Dec 18 22:50:27.972 INFO E| Compiling signal-hook-registry v1.4.0 |
2846 | 2024-12-18T22:50:29.447Z | [ helios-setup] Dec 18 22:50:28.192 INFO E| Compiling num-traits v0.2.15 |
2847 | 2024-12-18T22:50:29.799Z | [ host-package] Compiling bytecount v0.6.8 |
2848 | 2024-12-18T22:50:29.909Z | [ helios-setup] Dec 18 22:50:28.654 INFO E| Compiling ahash v0.7.6 |
2849 | 2024-12-18T22:50:30.579Z | [ helios-setup] Dec 18 22:50:29.324 INFO E| Compiling futures-io v0.3.28 |
2850 | 2024-12-18T22:50:30.685Z | [ host-package] Compiling papergrid v0.11.0 |
2851 | 2024-12-18T22:50:30.983Z | [ helios-setup] Dec 18 22:50:29.728 INFO E| Compiling pin-utils v0.1.0 |
2852 | 2024-12-18T22:50:31.456Z | [ helios-setup] Dec 18 22:50:30.200 INFO E| Compiling io-lifetimes v1.0.10 |
2853 | 2024-12-18T22:50:31.572Z | [ helios-setup] Dec 18 22:50:30.317 INFO E| Compiling crunchy v0.2.2 |
2854 | 2024-12-18T22:50:32.715Z | [ helios-setup] Dec 18 22:50:31.460 INFO E| Compiling ahash v0.8.3 |
2855 | 2024-12-18T22:50:32.801Z | [ helios-setup] Dec 18 22:50:31.546 INFO E| Compiling tiny-keccak v2.0.2 |
2856 | 2024-12-18T22:50:33.520Z | [ helios-setup] Dec 18 22:50:32.265 INFO E| Compiling rustix v0.37.3 |
2857 | 2024-12-18T22:50:33.620Z | [ helios-setup] Dec 18 22:50:32.364 INFO E| Compiling hashbrown v0.12.3 |
2858 | 2024-12-18T22:50:33.919Z | [ helios-setup] Dec 18 22:50:32.664 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2859 | 2024-12-18T22:50:34.490Z | [ helios-setup] Dec 18 22:50:33.235 INFO E| Compiling block-buffer v0.10.3 |
2860 | 2024-12-18T22:50:34.733Z | [ helios-setup] Dec 18 22:50:33.478 INFO E| Compiling crypto-common v0.1.6 |
2861 | 2024-12-18T22:50:35.598Z | [ helios-setup] Dec 18 22:50:34.343 INFO E| Compiling errno v0.3.1 |
2862 | 2024-12-18T22:50:36.027Z | [ helios-setup] Dec 18 22:50:34.771 INFO E| Compiling slog v2.7.0 |
2863 | 2024-12-18T22:50:36.112Z | [ helios-setup] Dec 18 22:50:34.857 INFO E| Compiling crossbeam-utils v0.8.14 |
2864 | 2024-12-18T22:50:36.404Z | [ helios-setup] Dec 18 22:50:35.149 INFO E| Compiling pkg-config v0.3.26 |
2865 | 2024-12-18T22:50:36.522Z | [ helios-setup] Dec 18 22:50:35.267 INFO E| Compiling fnv v1.0.7 |
2866 | 2024-12-18T22:50:36.765Z | [ helios-setup] Dec 18 22:50:35.509 INFO E| Compiling http v0.2.9 |
2867 | 2024-12-18T22:50:37.095Z | [ helios-setup] Dec 18 22:50:35.840 INFO E| Compiling serde_derive_internals v0.26.0 |
2868 | 2024-12-18T22:50:40.486Z | [ helios-setup] Dec 18 22:50:39.229 INFO E| Compiling digest v0.10.6 |
2869 | 2024-12-18T22:50:40.525Z | [ helios-setup] Dec 18 22:50:39.269 INFO E| Compiling aho-corasick v0.7.20 |
2870 | 2024-12-18T22:50:41.588Z | [ helios-setup] Dec 18 22:50:40.332 INFO E| Compiling httparse v1.8.0 |
2871 | 2024-12-18T22:50:41.854Z | [ helios-setup] Dec 18 22:50:40.599 INFO E| Compiling unicode-width v0.1.10 |
2872 | 2024-12-18T22:50:42.387Z | [ helios-setup] Dec 18 22:50:41.132 INFO E| Compiling anyhow v1.0.68 |
2873 | 2024-12-18T22:50:42.568Z | [ helios-setup] Dec 18 22:50:41.312 INFO E| Compiling tinyvec_macros v0.1.1 |
2874 | 2024-12-18T22:50:42.721Z | [ helios-setup] Dec 18 22:50:41.465 INFO E| Compiling cpufeatures v0.2.5 |
2875 | 2024-12-18T22:50:42.945Z | [ helios-setup] Dec 18 22:50:41.690 INFO E| Compiling percent-encoding v2.2.0 |
2876 | 2024-12-18T22:50:43.636Z | [ helios-setup] Dec 18 22:50:42.380 INFO E| Compiling regex-syntax v0.6.29 |
2877 | 2024-12-18T22:50:43.763Z | [ helios-setup] Dec 18 22:50:42.508 INFO E| Compiling heck v0.4.1 |
2878 | 2024-12-18T22:50:43.944Z | [ helios-setup] Dec 18 22:50:42.688 INFO E| Compiling tinyvec v1.6.0 |
2879 | 2024-12-18T22:50:44.800Z | [ helios-setup] Dec 18 22:50:43.544 INFO E| Compiling form_urlencoded v1.1.0 |
2880 | 2024-12-18T22:50:44.945Z | [ helios-setup] Dec 18 22:50:43.690 INFO E| Compiling const-random-macro v0.1.15 |
2881 | 2024-12-18T22:50:45.953Z | [ helios-setup] Dec 18 22:50:44.697 INFO E| Compiling hashbrown v0.13.2 |
2882 | 2024-12-18T22:50:46.911Z | [ helios-setup] Dec 18 22:50:45.655 INFO E| Compiling chrono v0.4.24 |
2883 | 2024-12-18T22:50:47.627Z | [ helios-setup] Dec 18 22:50:46.371 INFO E| Compiling libz-sys v1.1.8 |
2884 | 2024-12-18T22:50:47.740Z | [ helios-setup] Dec 18 22:50:46.484 INFO E| Compiling thiserror-impl v1.0.38 |
2885 | 2024-12-18T22:50:48.110Z | [ helios-setup] Dec 18 22:50:46.854 INFO E| Compiling serde_derive v1.0.204 |
2886 | 2024-12-18T22:50:48.373Z | [ helios-setup] Dec 18 22:50:47.117 INFO E| Compiling tokio-macros v2.0.0 |
2887 | 2024-12-18T22:50:48.817Z | [ helios-setup] Dec 18 22:50:47.561 INFO E| Compiling futures-macro v0.3.28 |
2888 | 2024-12-18T22:50:49.020Z | [ helios-setup] Dec 18 22:50:47.764 INFO E| Compiling schemars_derive v0.8.12 |
2889 | 2024-12-18T22:50:50.517Z | [ host-package] Compiling polar-core v0.27.3 |
2890 | 2024-12-18T22:50:51.172Z | [ helios-setup] Dec 18 22:50:49.916 INFO E| Compiling regex v1.7.3 |
2891 | 2024-12-18T22:50:54.064Z | [ helios-setup] Dec 18 22:50:52.807 INFO E| Compiling uuid v1.3.0 |
2892 | 2024-12-18T22:50:54.808Z | [ helios-setup] Dec 18 22:50:53.551 INFO E| Compiling dyn-clone v1.0.11 |
2893 | 2024-12-18T22:50:55.343Z | [ helios-setup] Dec 18 22:50:54.087 INFO E| Compiling unicode-normalization v0.1.22 |
2894 | 2024-12-18T22:50:55.344Z | [ helios-setup] Dec 18 22:50:54.087 INFO E| Compiling regress v0.5.0 |
2895 | 2024-12-18T22:50:55.554Z | [ helios-setup] Dec 18 22:50:54.297 INFO E| Compiling const-random v0.1.15 |
2896 | 2024-12-18T22:50:55.882Z | [ host-package] Compiling headers v0.4.0 |
2897 | 2024-12-18T22:50:57.531Z | [ helios-setup] Dec 18 22:50:56.275 INFO E| Compiling getopts v0.2.21 |
2898 | 2024-12-18T22:50:57.950Z | [ helios-setup] Dec 18 22:50:56.692 INFO E| Compiling tracing-core v0.1.30 |
2899 | 2024-12-18T22:50:58.092Z | [ helios-setup] Dec 18 22:50:56.836 INFO E| Compiling memoffset v0.7.1 |
2900 | 2024-12-18T22:50:58.408Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2901 | 2024-12-18T22:50:58.942Z | [ helios-setup] Dec 18 22:50:57.686 INFO E| Compiling unicode-bidi v0.3.13 |
2902 | 2024-12-18T22:50:58.995Z | [ helios-setup] Dec 18 22:50:57.738 INFO E| Compiling num-conv v0.1.0 |
2903 | 2024-12-18T22:51:01.295Z | [ helios-setup] Dec 18 22:51:00.038 INFO E| Compiling powerfmt v0.2.0 |
2904 | 2024-12-18T22:51:01.654Z | [ helios-setup] Dec 18 22:51:00.397 INFO E| Compiling time-core v0.1.2 |
2905 | 2024-12-18T22:51:02.107Z | [ helios-setup] Dec 18 22:51:00.850 INFO E| Compiling ucd-trie v0.1.5 |
2906 | 2024-12-18T22:51:02.322Z | [ helios-setup] Dec 18 22:51:01.065 INFO E| Compiling time-macros v0.2.18 |
2907 | 2024-12-18T22:51:02.342Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2908 | 2024-12-18T22:51:02.559Z | [ helios-setup] Dec 18 22:51:01.303 INFO E| Compiling deranged v0.3.11 |
2909 | 2024-12-18T22:51:02.697Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2910 | 2024-12-18T22:51:02.764Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2911 | 2024-12-18T22:51:03.041Z | [ helios-setup] Dec 18 22:51:01.784 INFO E| Compiling pest v2.5.7 |
2912 | 2024-12-18T22:51:03.705Z | [ host-package] Compiling tabled_derive v0.7.0 |
2913 | 2024-12-18T22:51:03.868Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2914 | 2024-12-18T22:51:04.530Z | [ helios-setup] Dec 18 22:51:03.273 INFO E| Compiling idna v0.3.0 |
2915 | 2024-12-18T22:51:07.953Z | [ helios-setup] Dec 18 22:51:06.696 INFO E| Compiling tracing v0.1.37 |
2916 | 2024-12-18T22:51:08.202Z | [ host-package] Compiling fd-lock v4.0.2 |
2917 | 2024-12-18T22:51:08.485Z | [ host-package] Compiling peg-macros v0.8.4 |
2918 | 2024-12-18T22:51:08.946Z | [ host-package] Compiling strum_macros v0.24.3 |
2919 | 2024-12-18T22:51:09.544Z | [ helios-setup] Dec 18 22:51:08.287 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2920 | 2024-12-18T22:51:10.875Z | [ helios-setup] Dec 18 22:51:09.618 INFO E| Compiling time v0.1.45 |
2921 | 2024-12-18T22:51:10.953Z | [ helios-setup] Dec 18 22:51:09.696 INFO E| Compiling crossbeam-epoch v0.9.13 |
2922 | 2024-12-18T22:51:11.225Z | [ helios-setup] Dec 18 22:51:09.968 INFO E| Compiling num_threads v0.1.6 |
2923 | 2024-12-18T22:51:11.464Z | [ helios-setup] Dec 18 22:51:10.206 INFO E| Compiling semver v1.0.17 |
2924 | 2024-12-18T22:51:12.661Z | [ helios-setup] Dec 18 22:51:11.404 INFO E| Compiling iana-time-zone v0.1.56 |
2925 | 2024-12-18T22:51:13.101Z | [ helios-setup] Dec 18 22:51:11.843 INFO E| Compiling time v0.3.36 |
2926 | 2024-12-18T22:51:13.116Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2927 | 2024-12-18T22:51:14.886Z | [ host-package] Compiling kstat-rs v0.2.4 |
2928 | 2024-12-18T22:51:15.015Z | [ helios-setup] Dec 18 22:51:13.758 INFO E| Compiling url v2.3.1 |
2929 | 2024-12-18T22:51:15.163Z | [ host-package] Compiling samael v0.0.17 |
2930 | 2024-12-18T22:51:15.534Z | [ host-package] Compiling unicase v2.7.0 |
2931 | 2024-12-18T22:51:15.774Z | [ helios-setup] Dec 18 22:51:14.517 INFO E| Compiling semver-parser v0.10.2 |
2932 | 2024-12-18T22:51:16.058Z | [ helios-setup] Dec 18 22:51:14.800 INFO E| Compiling toml v0.5.11 |
2933 | 2024-12-18T22:51:16.089Z | [ host-package] Compiling indoc v1.0.9 |
2934 | 2024-12-18T22:51:16.822Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2935 | 2024-12-18T22:51:16.908Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2936 | 2024-12-18T22:51:18.509Z | [ helios-setup] Dec 18 22:51:17.251 INFO E| Compiling smallvec v1.10.0 |
2937 | 2024-12-18T22:51:19.183Z | [ host-package] Compiling reedline v0.35.0 |
2938 | 2024-12-18T22:51:21.211Z | [ helios-setup] Dec 18 22:51:19.953 INFO E| Compiling parking_lot v0.12.1 |
2939 | 2024-12-18T22:51:21.677Z | [ helios-setup] Dec 18 22:51:20.403 INFO E| Compiling serde_tokenstream v0.2.0 |
2940 | 2024-12-18T22:51:25.804Z | [ helios-setup] Dec 18 22:51:24.546 INFO E| Compiling crossbeam-channel v0.5.6 |
2941 | 2024-12-18T22:51:26.545Z | [ host-package] Compiling peg v0.8.4 |
2942 | 2024-12-18T22:51:26.938Z | [ helios-setup] Dec 18 22:51:25.680 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2943 | 2024-12-18T22:51:26.947Z | [ host-package] Compiling tabled v0.15.0 |
2944 | 2024-12-18T22:51:28.622Z | [ helios-setup] Dec 18 22:51:27.364 INFO E| Compiling dirs-sys-next v0.1.2 |
2945 | 2024-12-18T22:51:29.407Z | [ helios-setup] Dec 18 22:51:28.149 INFO E| Compiling try-lock v0.2.4 |
2946 | 2024-12-18T22:51:29.756Z | [ helios-setup] Dec 18 22:51:28.498 INFO E| Compiling same-file v1.0.6 |
2947 | 2024-12-18T22:51:30.412Z | [ helios-setup] Dec 18 22:51:29.153 INFO E| Compiling crc32fast v1.3.2 |
2948 | 2024-12-18T22:51:30.551Z | [ helios-setup] Dec 18 22:51:29.293 INFO E| Compiling walkdir v2.3.3 |
2949 | 2024-12-18T22:51:30.889Z | [ helios-setup] Dec 18 22:51:29.630 INFO E| Compiling want v0.3.0 |
2950 | 2024-12-18T22:51:31.537Z | [ helios-setup] Dec 18 22:51:30.279 INFO E| Compiling dirs-next v2.0.0 |
2951 | 2024-12-18T22:51:32.164Z | [ helios-setup] Dec 18 22:51:30.906 INFO E| Compiling proc-macro-crate v1.2.1 |
2952 | 2024-12-18T22:51:34.217Z | [ helios-setup] Dec 18 22:51:32.958 INFO E| Compiling semver v0.11.0 |
2953 | 2024-12-18T22:51:38.022Z | [ host-package] Compiling derive_builder v0.20.2 |
2954 | 2024-12-18T22:51:38.428Z | [ helios-setup] Dec 18 22:51:37.169 INFO E| Compiling futures-executor v0.3.28 |
2955 | 2024-12-18T22:51:40.106Z | [ helios-setup] Dec 18 22:51:38.847 INFO E| Compiling tokio-util v0.7.7 |
2956 | 2024-12-18T22:51:41.092Z | [ helios-setup] Dec 18 22:51:39.833 INFO E| Compiling http-body v0.4.5 |
2957 | 2024-12-18T22:51:41.377Z | [ helios-setup] Dec 18 22:51:40.119 INFO E| Compiling ring v0.16.20 |
2958 | 2024-12-18T22:51:42.098Z | [ helios-setup] Dec 18 22:51:40.839 INFO E| Compiling rand_core v0.6.4 |
2959 | 2024-12-18T22:51:43.059Z | [ helios-setup] Dec 18 22:51:41.801 INFO E| Compiling h2 v0.3.16 |
2960 | 2024-12-18T22:51:43.979Z | [ helios-setup] Dec 18 22:51:42.720 INFO E| Compiling thread_local v1.1.7 |
2961 | 2024-12-18T22:51:44.619Z | [ helios-setup] Dec 18 22:51:43.360 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2962 | 2024-12-18T22:51:45.251Z | [ helios-setup] Dec 18 22:51:43.993 INFO E| Compiling adler v1.0.2 |
2963 | 2024-12-18T22:51:45.946Z | [ helios-setup] Dec 18 22:51:44.687 INFO E| Compiling tower-service v0.3.2 |
2964 | 2024-12-18T22:51:46.146Z | [ helios-setup] Dec 18 22:51:44.887 INFO E| Compiling httpdate v1.0.2 |
2965 | 2024-12-18T22:51:46.470Z | [ helios-setup] Dec 18 22:51:45.211 INFO E| Compiling utf8parse v0.2.1 |
2966 | 2024-12-18T22:51:46.947Z | [ helios-setup] Dec 18 22:51:45.688 INFO E| Compiling fastrand v1.9.0 |
2967 | 2024-12-18T22:51:47.009Z | [ helios-setup] Dec 18 22:51:45.750 INFO E| Compiling rayon-core v1.10.2 |
2968 | 2024-12-18T22:51:47.953Z | [ helios-setup] Dec 18 22:51:46.694 INFO E| Compiling base64 v0.21.0 |
2969 | 2024-12-18T22:51:47.956Z | [ helios-setup] Dec 18 22:51:46.694 INFO E| Compiling ppv-lite86 v0.2.17 |
2970 | 2024-12-18T22:51:48.015Z | [ helios-setup] Dec 18 22:51:46.756 INFO E| Compiling home v0.5.4 |
2971 | 2024-12-18T22:51:48.765Z | [ helios-setup] Dec 18 22:51:47.506 INFO E| Compiling lazy_static v1.4.0 |
2972 | 2024-12-18T22:51:49.793Z | [ helios-setup] Dec 18 22:51:48.534 INFO E| Compiling rand_chacha v0.3.1 |
2973 | 2024-12-18T22:51:51.420Z | [ helios-setup] Dec 18 22:51:50.161 INFO E| Compiling toolchain_find v0.2.0 |
2974 | 2024-12-18T22:51:52.484Z | [ helios-setup] Dec 18 22:51:51.224 INFO E| Compiling tempfile v3.5.0 |
2975 | 2024-12-18T22:51:53.083Z | [ helios-setup] Dec 18 22:51:51.823 INFO E| Compiling anstyle-parse v0.1.1 |
2976 | 2024-12-18T22:51:53.773Z | [ helios-setup] Dec 18 22:51:52.514 INFO E| Compiling miniz_oxide v0.6.2 |
2977 | 2024-12-18T22:51:54.135Z | [ helios-setup] Dec 18 22:51:52.876 INFO E| Compiling hyper v0.14.25 |
2978 | 2024-12-18T22:51:55.450Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2979 | 2024-12-18T22:51:57.078Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2980 | 2024-12-18T22:51:59.621Z | [ helios-setup] Dec 18 22:51:58.362 INFO E| Compiling futures v0.3.28 |
2981 | 2024-12-18T22:52:03.295Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2982 | 2024-12-18T22:52:07.395Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2983 | 2024-12-18T22:52:08.062Z | [ host-package] Compiling bcs v0.1.6 |
2984 | 2024-12-18T22:52:08.393Z | [ host-package] Compiling oso-derive v0.27.3 |
2985 | 2024-12-18T22:52:09.324Z | [ helios-setup] Dec 18 22:52:08.038 INFO E| Compiling crossbeam-deque v0.8.2 |
2986 | 2024-12-18T22:52:10.217Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2987 | 2024-12-18T22:52:10.426Z | [ host-package] Compiling libz-sys v1.1.20 |
2988 | 2024-12-18T22:52:10.643Z | [ helios-setup] Dec 18 22:52:09.383 INFO E| Compiling cargo-lock v8.0.3 |
2989 | 2024-12-18T22:52:12.030Z | [ host-package] Compiling quick-xml v0.33.0 |
2990 | 2024-12-18T22:52:12.127Z | [ host-package] Compiling diesel-dtrace v0.4.0 |
2991 | 2024-12-18T22:52:13.212Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2992 | 2024-12-18T22:52:15.160Z | [ helios-setup] Dec 18 22:52:13.900 INFO E| Compiling num_enum_derive v0.5.7 |
2993 | 2024-12-18T22:52:16.257Z | [ helios-setup] Dec 18 22:52:14.997 INFO E| Compiling term v0.7.0 |
2994 | 2024-12-18T22:52:17.694Z | [ helios-setup] Dec 18 22:52:16.434 INFO E| Compiling serde_urlencoded v0.7.1 |
2995 | 2024-12-18T22:52:18.136Z | [ helios-setup] Dec 18 22:52:16.875 INFO E| Compiling sha1 v0.10.5 |
2996 | 2024-12-18T22:52:18.958Z | [ helios-setup] Dec 18 22:52:17.697 INFO E| Compiling sha2 v0.10.6 |
2997 | 2024-12-18T22:52:19.764Z | [ helios-setup] Dec 18 22:52:18.503 INFO E| Compiling is-terminal v0.4.7 |
2998 | 2024-12-18T22:52:19.950Z | [ helios-setup] Dec 18 22:52:18.689 INFO E| Compiling atty v0.2.14 |
2999 | 2024-12-18T22:52:21.557Z | [ helios-setup] Dec 18 22:52:20.296 INFO E| Compiling concolor-override v1.0.0 |
3000 | 2024-12-18T22:52:21.646Z | [ helios-setup] Dec 18 22:52:20.386 INFO E| Compiling concolor-query v0.3.3 |
3001 | 2024-12-18T22:52:21.948Z | [ helios-setup] Dec 18 22:52:20.687 INFO E| Compiling anstyle v0.3.5 |
3002 | 2024-12-18T22:52:22.053Z | [ helios-setup] Dec 18 22:52:20.792 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3003 | 2024-12-18T22:52:24.687Z | [ host-package] Compiling oso v0.27.3 |
3004 | 2024-12-18T22:52:25.302Z | [ helios-setup] Dec 18 22:52:24.041 INFO E| Compiling anstream v0.2.6 |
3005 | 2024-12-18T22:52:25.401Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3006 | 2024-12-18T22:52:28.240Z | [ helios-setup] Dec 18 22:52:26.979 INFO E| Compiling slog-term v2.9.0 |
3007 | 2024-12-18T22:52:28.602Z | [ helios-setup] Dec 18 22:52:27.340 INFO E| Compiling num_enum v0.5.7 |
3008 | 2024-12-18T22:52:28.957Z | [ helios-setup] Dec 18 22:52:27.695 INFO E| Compiling flate2 v1.0.25 |
3009 | 2024-12-18T22:52:29.047Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3010 | 2024-12-18T22:52:29.155Z | [ helios-setup] Dec 18 22:52:27.894 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3011 | 2024-12-18T22:52:30.379Z | [ helios-setup] Dec 18 22:52:29.117 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3012 | 2024-12-18T22:52:30.906Z | [ helios-setup] Dec 18 22:52:29.644 INFO E| Compiling rand v0.8.5 |
3013 | 2024-12-18T22:52:31.510Z | [ helios-setup] Dec 18 22:52:30.249 INFO E| Compiling openapiv3 v1.0.2 |
3014 | 2024-12-18T22:52:35.442Z | [ helios-setup] Dec 18 22:52:34.180 INFO E| Compiling encoding_rs v0.8.32 |
3015 | 2024-12-18T22:52:37.100Z | [ helios-setup] Dec 18 22:52:35.839 INFO E| Compiling project-root v0.2.2 |
3016 | 2024-12-18T22:52:37.943Z | [ helios-setup] Dec 18 22:52:36.682 INFO E| Compiling untrusted v0.7.1 |
3017 | 2024-12-18T22:52:38.712Z | [ helios-setup] Dec 18 22:52:37.450 INFO E| Compiling byteorder v1.4.3 |
3018 | 2024-12-18T22:52:39.824Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3019 | 2024-12-18T22:52:40.031Z | [ helios-setup] Dec 18 22:52:38.769 INFO E| Compiling ipnet v2.7.2 |
3020 | 2024-12-18T22:52:40.798Z | [ helios-setup] Dec 18 22:52:39.536 INFO E| Compiling unsafe-libyaml v0.2.8 |
3021 | 2024-12-18T22:52:40.846Z | [ helios-setup] Dec 18 22:52:39.579 INFO E| Compiling clap_lex v0.4.1 |
3022 | 2024-12-18T22:52:42.309Z | [ helios-setup] Dec 18 22:52:41.048 INFO E| Compiling strsim v0.10.0 |
3023 | 2024-12-18T22:52:44.382Z | [ helios-setup] Dec 18 22:52:43.120 INFO E| Compiling spin v0.5.2 |
3024 | 2024-12-18T22:52:44.992Z | [ helios-setup] Dec 18 22:52:43.730 INFO E| Compiling either v1.8.0 |
3025 | 2024-12-18T22:52:45.668Z | [ helios-setup] Dec 18 22:52:44.406 INFO E| Compiling base64 v0.13.1 |
3026 | 2024-12-18T22:52:46.089Z | [ helios-setup] Dec 18 22:52:44.827 INFO E| Compiling utf-8 v0.7.6 |
3027 | 2024-12-18T22:52:46.136Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3028 | 2024-12-18T22:52:46.556Z | [ helios-setup] Dec 18 22:52:45.292 INFO E| Compiling mime v0.3.17 |
3029 | 2024-12-18T22:52:46.959Z | [ helios-setup] Dec 18 22:52:45.697 INFO E| Compiling tungstenite v0.18.0 |
3030 | 2024-12-18T22:52:47.039Z | [ host-package] Compiling bb8 v0.8.5 |
3031 | 2024-12-18T22:52:47.273Z | [ helios-setup] Dec 18 22:52:46.011 INFO E| Compiling rayon v1.6.1 |
3032 | 2024-12-18T22:52:48.127Z | [ helios-setup] Dec 18 22:52:46.865 INFO E| Compiling reqwest v0.11.16 |
3033 | 2024-12-18T22:52:48.840Z | [ helios-setup] Dec 18 22:52:47.578 INFO E| Compiling serde_yaml v0.9.21 |
3034 | 2024-12-18T22:52:49.055Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
3035 | 2024-12-18T22:52:54.827Z | [ host-package] Compiling nibble_vec v0.1.0 |
3036 | 2024-12-18T22:52:55.744Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
3037 | 2024-12-18T22:52:56.852Z | [ helios-setup] Dec 18 22:52:55.590 INFO E| Compiling clap_builder v4.2.1 |
3038 | 2024-12-18T22:52:57.274Z | [ helios-setup] Dec 18 22:52:56.011 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3039 | 2024-12-18T22:52:57.342Z | [ helios-setup] Dec 18 22:52:56.079 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3040 | 2024-12-18T22:52:57.962Z | [ host-package] Compiling atty v0.2.14 |
3041 | 2024-12-18T22:52:58.556Z | [ host-package] Compiling salty v0.3.0 |
3042 | 2024-12-18T22:52:58.935Z | [ helios-setup] Dec 18 22:52:57.673 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3043 | 2024-12-18T22:52:59.379Z | [ host-package] Compiling endian-type v0.1.2 |
3044 | 2024-12-18T22:52:59.956Z | [ host-package] Compiling radix_trie v0.2.1 |
3045 | 2024-12-18T22:53:01.527Z | [ helios-setup] Dec 18 22:53:00.264 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3046 | 2024-12-18T22:53:02.977Z | [ host-package] Compiling parking_lot v0.11.2 |
3047 | 2024-12-18T22:53:03.686Z | [ helios-setup] Dec 18 22:53:02.423 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3048 | 2024-12-18T22:53:04.131Z | [ helios-setup] Dec 18 22:53:02.868 INFO E| Compiling clap_derive v4.2.0 |
3049 | 2024-12-18T22:53:07.404Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3050 | 2024-12-18T22:53:08.761Z | [ helios-setup] Dec 18 22:53:07.498 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3051 | 2024-12-18T22:53:09.720Z | [ helios-setup] Dec 18 22:53:08.457 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3052 | 2024-12-18T22:53:14.329Z | [ helios-setup] Dec 18 22:53:13.066 INFO E| Compiling clap v4.2.1 |
3053 | 2024-12-18T22:53:16.780Z | [ host-package] Compiling sled v0.34.7 |
3054 | 2024-12-18T22:53:22.189Z | [ helios-setup] Dec 18 22:53:20.926 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3055 | 2024-12-18T22:53:25.792Z | [ helios-setup] Dec 18 22:53:24.528 INFO E| Compiling tokio-tungstenite v0.18.0 |
3056 | 2024-12-18T22:53:27.206Z | [ helios-setup] Dec 18 22:53:25.942 INFO E| Compiling smartstring v1.0.1 |
3057 | 2024-12-18T22:53:28.586Z | [ helios-setup] Dec 18 22:53:27.321 INFO E| Compiling rustls v0.21.0 |
3058 | 2024-12-18T22:53:30.526Z | [ helios-setup] Dec 18 22:53:29.261 INFO E| Compiling rustls-webpki v0.100.1 |
3059 | 2024-12-18T22:53:32.457Z | [ helios-setup] Dec 18 22:53:31.191 INFO E| Compiling sct v0.7.0 |
3060 | 2024-12-18T22:53:33.383Z | [ helios-setup] Dec 18 22:53:32.119 INFO E| Compiling toml_datetime v0.6.1 |
3061 | 2024-12-18T22:53:34.824Z | [ helios-setup] Dec 18 22:53:33.560 INFO E| Compiling serde_spanned v0.6.1 |
3062 | 2024-12-18T22:53:34.999Z | [ helios-setup] Dec 18 22:53:33.734 INFO E| Compiling slog-async v2.7.0 |
3063 | 2024-12-18T22:53:35.555Z | [ helios-setup] Dec 18 22:53:34.291 INFO E| Compiling async-trait v0.1.68 |
3064 | 2024-12-18T22:53:36.286Z | [ helios-setup] Dec 18 22:53:35.021 INFO E| Compiling paste v1.0.12 |
3065 | 2024-12-18T22:53:36.759Z | [ helios-setup] Dec 18 22:53:35.494 INFO E| Compiling match_cfg v0.1.0 |
3066 | 2024-12-18T22:53:36.976Z | [ helios-setup] Dec 18 22:53:35.711 INFO E| Compiling winnow v0.4.1 |
3067 | 2024-12-18T22:53:37.837Z | [ helios-setup] Dec 18 22:53:36.572 INFO E| Compiling static_assertions v1.1.0 |
3068 | 2024-12-18T22:53:38.622Z | [ helios-setup] Dec 18 22:53:37.357 INFO E| Compiling camino v1.1.4 |
3069 | 2024-12-18T22:53:41.932Z | [ helios-setup] Dec 18 22:53:40.667 INFO E| Compiling hostname v0.3.1 |
3070 | 2024-12-18T22:53:43.136Z | [ helios-setup] Dec 18 22:53:41.871 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3071 | 2024-12-18T22:53:44.719Z | [ helios-setup] Dec 18 22:53:43.454 INFO E| Compiling toml_edit v0.19.8 |
3072 | 2024-12-18T22:53:50.370Z | [ helios-setup] Dec 18 22:53:49.105 INFO E| Compiling slog-json v2.6.1 |
3073 | 2024-12-18T22:53:51.629Z | [ helios-setup] Dec 18 22:53:50.363 INFO E| Compiling unicode-linebreak v0.1.4 |
3074 | 2024-12-18T22:53:56.677Z | [ helios-setup] Dec 18 22:53:55.411 INFO E| Compiling async-stream-impl v0.3.5 |
3075 | 2024-12-18T22:53:57.580Z | [ helios-setup] Dec 18 22:53:56.314 INFO E| Compiling rhai_codegen v1.5.0 |
3076 | 2024-12-18T22:53:59.617Z | [ helios-setup] Dec 18 22:53:58.347 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3077 | 2024-12-18T22:53:59.786Z | [ helios-setup] Dec 18 22:53:58.520 INFO E| Compiling take_mut v0.2.2 |
3078 | 2024-12-18T22:54:00.976Z | [ helios-setup] Dec 18 22:53:59.710 INFO E| Compiling async-stream v0.3.5 |
3079 | 2024-12-18T22:54:04.694Z | [ helios-setup] Dec 18 22:54:00.717 INFO E| Compiling tokio-rustls v0.24.0 |
3080 | 2024-12-18T22:54:04.731Z | [ host-package] Compiling mime_guess v2.0.5 |
3081 | 2024-12-18T22:54:04.731Z | [ helios-setup] Dec 18 22:54:01.551 INFO E| Compiling rhai v1.14.0 |
3082 | 2024-12-18T22:54:04.731Z | [ helios-setup] Dec 18 22:54:01.699 INFO E| Compiling toml v0.7.3 |
3083 | 2024-12-18T22:54:05.119Z | [ host-package] Compiling hickory-client v0.24.1 |
3084 | 2024-12-18T22:54:05.715Z | [ helios-setup] Dec 18 22:54:04.446 INFO E| Compiling slog-bunyan v2.4.0 |
3085 | 2024-12-18T22:54:07.040Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3086 | 2024-12-18T22:54:07.710Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3087 | 2024-12-18T22:54:09.587Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3088 | 2024-12-18T22:54:10.365Z | [ helios-setup] Dec 18 22:54:09.098 INFO E| Compiling rustls-pemfile v1.0.2 |
3089 | 2024-12-18T22:54:10.994Z | [ helios-setup] Dec 18 22:54:09.727 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3090 | 2024-12-18T22:54:11.200Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3091 | 2024-12-18T22:54:11.499Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3092 | 2024-12-18T22:54:11.849Z | [ helios-setup] Dec 18 22:54:10.582 INFO E| Compiling bincode v1.3.3 |
3093 | 2024-12-18T22:54:12.917Z | [ helios-setup] Dec 18 22:54:11.650 INFO E| Compiling serde_path_to_error v0.1.11 |
3094 | 2024-12-18T22:54:14.195Z | [ helios-setup] Dec 18 22:54:12.928 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3095 | 2024-12-18T22:54:14.778Z | [ host-package] Compiling hickory-server v0.24.1 |
3096 | 2024-12-18T22:54:14.921Z | [ helios-setup] Dec 18 22:54:13.654 INFO E| Compiling terminal_size v0.2.6 |
3097 | 2024-12-18T22:54:15.108Z | [ host-package] Compiling primeorder v0.13.6 |
3098 | 2024-12-18T22:54:15.170Z | [ helios-setup] Dec 18 22:54:13.903 INFO E| Compiling smawk v0.3.1 |
3099 | 2024-12-18T22:54:15.712Z | [ helios-setup] Dec 18 22:54:14.446 INFO E| Compiling textwrap v0.16.0 |
3100 | 2024-12-18T22:54:16.448Z | [ host-package] Compiling vergen v8.3.2 |
3101 | 2024-12-18T22:54:17.411Z | [ host-package] Compiling env_filter v0.1.2 |
3102 | 2024-12-18T22:54:19.084Z | [ host-package] Compiling cargo-platform v0.1.8 |
3103 | 2024-12-18T22:54:20.229Z | [ host-package] Compiling nanorand v0.7.0 |
3104 | 2024-12-18T22:54:20.321Z | [ host-package] Compiling memoffset v0.9.1 |
3105 | 2024-12-18T22:54:21.875Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3106 | 2024-12-18T22:54:22.077Z | [ host-package] Compiling flume v0.11.1 |
3107 | 2024-12-18T22:54:24.140Z | [ host-package] Compiling cargo_metadata v0.18.1 |
3108 | 2024-12-18T22:54:28.899Z | [ host-package] Compiling env_logger v0.11.5 |
3109 | 2024-12-18T22:54:29.335Z | [ host-package] Compiling p384 v0.13.0 |
3110 | 2024-12-18T22:54:30.762Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3111 | 2024-12-18T22:54:32.085Z | [ host-package] Compiling git2 v0.19.0 |
3112 | 2024-12-18T22:54:39.026Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3113 | 2024-12-18T22:54:42.873Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3114 | 2024-12-18T22:54:43.897Z | [ helios-setup] Dec 18 22:54:42.629 INFO E| Compiling git2 v0.16.1 |
3115 | 2024-12-18T22:54:44.448Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3116 | 2024-12-18T22:54:45.834Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3117 | 2024-12-18T22:54:46.841Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3118 | 2024-12-18T22:54:47.858Z | [ host-package] Compiling rand_seeder v0.3.0 |
3119 | 2024-12-18T22:54:48.975Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3120 | 2024-12-18T22:54:49.586Z | [ host-package] Compiling lzma-sys v0.1.20 |
3121 | 2024-12-18T22:54:49.744Z | [ helios-setup] Dec 18 22:54:48.476 INFO E| Compiling built v0.6.0 |
3122 | 2024-12-18T22:54:49.754Z | [ host-package] Compiling cfg_aliases v0.2.1 |
3123 | 2024-12-18T22:54:50.026Z | [ host-package] Compiling rustls v0.21.12 |
3124 | 2024-12-18T22:54:50.610Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3125 | 2024-12-18T22:54:50.662Z | [ host-package] Compiling http-range v0.1.5 |
3126 | 2024-12-18T22:54:50.960Z | [ host-package] Compiling nix v0.29.0 |
3127 | 2024-12-18T22:54:51.454Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3128 | 2024-12-18T22:54:51.826Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3129 | 2024-12-18T22:54:52.515Z | [ helios-setup] Dec 18 22:54:51.246 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3130 | 2024-12-18T22:54:52.952Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3131 | 2024-12-18T22:54:54.037Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3132 | 2024-12-18T22:54:54.158Z | [ helios-setup] Dec 18 22:54:52.890 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3133 | 2024-12-18T22:54:54.474Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3134 | 2024-12-18T22:54:54.829Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3135 | 2024-12-18T22:54:54.853Z | [ helios-setup] Dec 18 22:54:53.585 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3136 | 2024-12-18T22:54:54.907Z | [ host-package] Compiling sct v0.7.1 |
3137 | 2024-12-18T22:54:54.969Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3138 | 2024-12-18T22:54:55.145Z | [ host-package] Compiling heck v0.3.3 |
3139 | 2024-12-18T22:54:55.794Z | [ host-package] Compiling castaway v0.2.3 |
3140 | 2024-12-18T22:54:55.952Z | [ host-package] Compiling csv-core v0.1.11 |
3141 | 2024-12-18T22:54:56.201Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3142 | 2024-12-18T22:54:56.937Z | [ host-package] Compiling glob v0.3.1 |
3143 | 2024-12-18T22:54:57.436Z | [ helios-setup] Dec 18 22:54:56.167 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3144 | 2024-12-18T22:54:57.452Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3145 | 2024-12-18T22:54:57.929Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3146 | 2024-12-18T22:55:00.009Z | [ host-package] Compiling csv v1.3.0 |
3147 | 2024-12-18T22:55:00.125Z | [ host-package] Compiling compact_str v0.8.0 |
3148 | 2024-12-18T22:55:00.405Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3149 | 2024-12-18T22:55:00.783Z | [ helios-setup] Dec 18 22:54:59.514 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3150 | 2024-12-18T22:55:03.448Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3151 | 2024-12-18T22:55:03.630Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3152 | 2024-12-18T22:55:04.375Z | [ host-package] Compiling nix v0.27.1 |
3153 | 2024-12-18T22:55:06.229Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3154 | 2024-12-18T22:55:10.027Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3155 | 2024-12-18T22:55:13.757Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3156 | 2024-12-18T22:55:22.400Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3157 | 2024-12-18T22:55:30.035Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3158 | 2024-12-18T22:55:34.276Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3159 | 2024-12-18T22:55:34.387Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3160 | 2024-12-18T22:55:41.508Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3161 | 2024-12-18T22:55:42.124Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3162 | 2024-12-18T22:55:46.878Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3163 | 2024-12-18T22:55:46.922Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3164 | 2024-12-18T22:55:46.922Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3165 | 2024-12-18T22:55:47.228Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3166 | 2024-12-18T22:55:49.277Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3167 | 2024-12-18T22:55:50.171Z | [ host-package] Compiling hashlink v0.9.1 |
3168 | 2024-12-18T22:55:51.528Z | [ host-package] Compiling tungstenite v0.23.0 |
3169 | 2024-12-18T22:55:51.743Z | [ host-package] Compiling lru v0.12.5 |
3170 | 2024-12-18T22:55:52.198Z | [ host-package] Compiling instability v0.3.2 |
3171 | 2024-12-18T22:55:53.573Z | [ host-package] Compiling cassowary v0.3.0 |
3172 | 2024-12-18T22:55:54.209Z | [ helios-setup] Dec 18 22:55:52.936 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3173 | 2024-12-18T22:55:55.208Z | [ host-package] Compiling base64 v0.13.1 |
3174 | 2024-12-18T22:55:55.356Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3175 | 2024-12-18T22:55:55.811Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3176 | 2024-12-18T22:55:56.023Z | [ host-package] Compiling ron v0.7.1 |
3177 | 2024-12-18T22:55:56.782Z | [ host-package] Compiling rusqlite v0.32.1 |
3178 | 2024-12-18T22:55:57.652Z | [ host-package] Compiling ratatui v0.28.1 |
3179 | 2024-12-18T22:55:57.940Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3180 | 2024-12-18T22:55:58.840Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3181 | 2024-12-18T22:55:59.544Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3182 | 2024-12-18T22:56:02.145Z | [ host-package] Compiling xz2 v0.1.7 |
3183 | 2024-12-18T22:56:02.855Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3184 | 2024-12-18T22:56:04.035Z | [ host-package] Compiling zone v0.1.8 |
3185 | 2024-12-18T22:56:18.532Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3186 | 2024-12-18T22:56:23.493Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3187 | 2024-12-18T22:56:26.373Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3188 | 2024-12-18T22:56:28.433Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3189 | 2024-12-18T22:56:30.070Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3190 | 2024-12-18T22:56:35.616Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3191 | 2024-12-18T22:56:37.493Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3192 | 2024-12-18T22:56:46.773Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3193 | 2024-12-18T22:56:47.545Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3194 | 2024-12-18T22:56:48.223Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3195 | 2024-12-18T22:56:50.268Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3196 | 2024-12-18T22:56:50.677Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3197 | 2024-12-18T22:56:50.998Z | [ host-package] Compiling twox-hash v1.6.3 |
3198 | 2024-12-18T22:56:52.427Z | [ host-package] Compiling yasna v0.5.2 |
3199 | 2024-12-18T22:56:54.029Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3200 | 2024-12-18T22:56:54.610Z | [ host-package] Compiling smawk v0.3.2 |
3201 | 2024-12-18T22:56:54.901Z | [ host-package] Compiling is_ci v1.2.0 |
3202 | 2024-12-18T22:56:54.957Z | [ helios-setup] Dec 18 22:56:53.682 INFO E| Finished `release` profile [optimized] target(s) in 6m 45s |
3203 | 2024-12-18T22:56:55.978Z | [ host-package] Compiling textwrap v0.16.1 |
3204 | 2024-12-18T22:56:55.981Z | [ helios-setup] Dec 18 22:56:53.820 INFO building project "pilot" ok (405 seconds) |
3205 | 2024-12-18T22:56:55.983Z | [ helios-setup] Dec 18 22:56:53.820 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
3206 | 2024-12-18T22:56:55.983Z | [ helios-setup] Dec 18 22:56:53.821 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
3207 | 2024-12-18T22:56:55.983Z | [ helios-setup] Dec 18 22:56:54.141 INFO E| Downloading crates ... |
3208 | 2024-12-18T22:56:55.983Z | [ host-package] Compiling supports-color v3.0.1 |
3209 | 2024-12-18T22:56:55.983Z | [ helios-setup] Dec 18 22:56:54.264 INFO E| Downloaded miniz_oxide v0.7.2 |
3210 | 2024-12-18T22:56:55.983Z | [ helios-setup] Dec 18 22:56:54.320 INFO E| Compiling adler v1.0.2 |
3211 | 2024-12-18T22:56:55.983Z | [ helios-setup] Dec 18 22:56:54.486 INFO E| Compiling miniz_oxide v0.7.2 |
3212 | 2024-12-18T22:56:56.067Z | [ host-package] Compiling rcgen v0.12.1 |
3213 | 2024-12-18T22:56:56.476Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3214 | 2024-12-18T22:56:58.463Z | [ helios-setup] Dec 18 22:56:57.188 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
3215 | 2024-12-18T22:56:58.949Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3216 | 2024-12-18T22:56:59.814Z | [ helios-setup] Dec 18 22:56:58.539 INFO E| Finished `release` profile [optimized] target(s) in 4.60s |
3217 | 2024-12-18T22:56:59.824Z | [ helios-setup] Dec 18 22:56:58.550 INFO building project "pinprick" ok (4 seconds) |
3218 | 2024-12-18T22:56:59.828Z | [ helios-setup] Dec 18 22:56:58.550 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
3219 | 2024-12-18T22:56:59.828Z | [ helios-setup] Dec 18 22:56:58.550 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
3220 | 2024-12-18T22:57:00.201Z | [ helios-setup] Dec 18 22:56:58.926 INFO E| Downloading crates ... |
3221 | 2024-12-18T22:57:00.328Z | [ helios-setup] Dec 18 22:56:59.052 INFO E| Downloaded digest v0.10.3 |
3222 | 2024-12-18T22:57:00.332Z | [ helios-setup] Dec 18 22:56:59.057 INFO E| Downloaded sha2 v0.10.5 |
3223 | 2024-12-18T22:57:00.335Z | [ helios-setup] Dec 18 22:56:59.061 INFO E| Downloaded typenum v1.15.0 |
3224 | 2024-12-18T22:57:00.339Z | [ helios-setup] Dec 18 22:56:59.065 INFO E| Downloaded bytes v1.2.1 |
3225 | 2024-12-18T22:57:00.346Z | [ helios-setup] Dec 18 22:56:59.071 INFO E| Downloaded anyhow v1.0.62 |
3226 | 2024-12-18T22:57:00.423Z | [ helios-setup] Dec 18 22:56:59.148 INFO E| Compiling typenum v1.15.0 |
3227 | 2024-12-18T22:57:00.423Z | [ helios-setup] Dec 18 22:56:59.148 INFO E| Compiling version_check v0.9.4 |
3228 | 2024-12-18T22:57:00.423Z | [ helios-setup] Dec 18 22:56:59.148 INFO E| Compiling cfg-if v1.0.0 |
3229 | 2024-12-18T22:57:00.423Z | [ helios-setup] Dec 18 22:56:59.148 INFO E| Compiling crc32fast v1.3.2 |
3230 | 2024-12-18T22:57:00.425Z | [ helios-setup] Dec 18 22:56:59.148 INFO E| Compiling anyhow v1.0.62 |
3231 | 2024-12-18T22:57:00.425Z | [ helios-setup] Dec 18 22:56:59.148 INFO E| Compiling adler v1.0.2 |
3232 | 2024-12-18T22:57:00.425Z | [ helios-setup] Dec 18 22:56:59.148 INFO E| Compiling unicode-width v0.1.10 |
3233 | 2024-12-18T22:57:00.425Z | [ helios-setup] Dec 18 22:56:59.148 INFO E| Compiling cpufeatures v0.2.5 |
3234 | 2024-12-18T22:57:00.936Z | [ helios-setup] Dec 18 22:56:59.661 INFO E| Compiling bitflags v1.3.2 |
3235 | 2024-12-18T22:57:01.173Z | [ helios-setup] Dec 18 22:56:59.898 INFO E| Compiling bytes v1.2.1 |
3236 | 2024-12-18T22:57:01.458Z | [ helios-setup] Dec 18 22:57:00.182 INFO E| Compiling miniz_oxide v0.6.2 |
3237 | 2024-12-18T22:57:01.523Z | [ helios-setup] Dec 18 22:57:00.248 INFO E| Compiling getopts v0.2.21 |
3238 | 2024-12-18T22:57:02.045Z | [ helios-setup] Dec 18 22:57:00.771 INFO E| Compiling generic-array v0.14.6 |
3239 | 2024-12-18T22:57:02.634Z | [ helios-setup] Dec 18 22:57:01.359 INFO E| Compiling flate2 v1.0.25 |
3240 | 2024-12-18T22:57:07.080Z | [ helios-setup] Dec 18 22:57:05.805 INFO E| Compiling crypto-common v0.1.6 |
3241 | 2024-12-18T22:57:07.080Z | [ helios-setup] Dec 18 22:57:05.805 INFO E| Compiling block-buffer v0.10.3 |
3242 | 2024-12-18T22:57:07.377Z | [ helios-setup] Dec 18 22:57:06.101 INFO E| Compiling digest v0.10.3 |
3243 | 2024-12-18T22:57:07.795Z | [ helios-setup] Dec 18 22:57:06.519 INFO E| Compiling sha2 v0.10.5 |
3244 | 2024-12-18T22:57:08.365Z | [ helios-setup] Dec 18 22:57:07.090 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
3245 | 2024-12-18T22:57:10.333Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3246 | 2024-12-18T22:57:13.981Z | [ helios-setup] Dec 18 22:57:12.706 INFO E| Finished `release` profile [optimized] target(s) in 14.06s |
3247 | 2024-12-18T22:57:13.999Z | [ helios-setup] Dec 18 22:57:12.722 INFO building project "bootserver" ok (14 seconds) |
3248 | 2024-12-18T22:57:13.999Z | [ helios-setup] Dec 18 22:57:12.722 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
3249 | 2024-12-18T22:57:13.999Z | [ helios-setup] Dec 18 22:57:12.722 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
3250 | 2024-12-18T22:57:14.008Z | [ helios-setup] Dec 18 22:57:12.733 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
3251 | 2024-12-18T22:57:14.336Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3252 | 2024-12-18T22:57:14.451Z | [ helios-setup] Dec 18 22:57:13.176 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
3253 | 2024-12-18T22:57:14.451Z | [ helios-setup] Dec 18 22:57:13.176 INFO E| info: downloading component 'cargo' |
3254 | 2024-12-18T22:57:14.551Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3255 | 2024-12-18T22:57:16.053Z | [ helios-setup] Dec 18 22:57:14.778 INFO E| info: downloading component 'clippy' |
3256 | 2024-12-18T22:57:16.391Z | [ helios-setup] Dec 18 22:57:15.115 INFO E| info: downloading component 'rust-docs' |
3257 | 2024-12-18T22:57:17.983Z | [ helios-setup] Dec 18 22:57:16.708 INFO E| info: downloading component 'rust-src' |
3258 | 2024-12-18T22:57:18.168Z | [ helios-setup] Dec 18 22:57:16.892 INFO E| info: downloading component 'rust-std' |
3259 | 2024-12-18T22:57:19.987Z | [ helios-setup] Dec 18 22:57:18.709 INFO E| info: downloading component 'rustc' |
3260 | 2024-12-18T22:57:24.759Z | [ helios-setup] Dec 18 22:57:23.482 INFO E| info: downloading component 'rustfmt' |
3261 | 2024-12-18T22:57:25.041Z | [ helios-setup] Dec 18 22:57:23.764 INFO E| info: installing component 'cargo' |
3262 | 2024-12-18T22:57:26.383Z | [ helios-setup] Dec 18 22:57:25.107 INFO E| info: installing component 'clippy' |
3263 | 2024-12-18T22:57:26.828Z | [ helios-setup] Dec 18 22:57:25.552 INFO E| info: installing component 'rust-docs' |
3264 | 2024-12-18T22:57:32.441Z | [ helios-setup] Dec 18 22:57:31.165 INFO E| info: installing component 'rust-src' |
3265 | 2024-12-18T22:57:33.045Z | [ helios-setup] Dec 18 22:57:31.769 INFO E| info: installing component 'rust-std' |
3266 | 2024-12-18T22:57:34.618Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3267 | 2024-12-18T22:57:35.889Z | [ helios-setup] Dec 18 22:57:34.612 INFO E| info: installing component 'rustc' |
3268 | 2024-12-18T22:57:40.243Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3269 | 2024-12-18T22:57:41.964Z | [ helios-setup] Dec 18 22:57:40.687 INFO E| info: installing component 'rustfmt' |
3270 | 2024-12-18T22:57:42.795Z | [ helios-setup] Dec 18 22:57:41.517 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
3271 | 2024-12-18T22:57:43.839Z | [ helios-setup] Dec 18 22:57:42.562 INFO E| From https://github.com/oxidecomputer/amd-apcb |
3272 | 2024-12-18T22:57:43.839Z | [ helios-setup] Dec 18 22:57:42.562 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
3273 | 2024-12-18T22:57:43.841Z | [ helios-setup] Dec 18 22:57:42.562 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3274 | 2024-12-18T22:57:43.890Z | [ helios-setup] Dec 18 22:57:42.613 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
3275 | 2024-12-18T22:57:43.890Z | [ helios-setup] Dec 18 22:57:42.613 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
3276 | 2024-12-18T22:57:43.890Z | [ helios-setup] Dec 18 22:57:42.613 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
3277 | 2024-12-18T22:57:43.893Z | [ helios-setup] Dec 18 22:57:42.614 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3278 | 2024-12-18T22:57:43.893Z | [ helios-setup] Dec 18 22:57:42.614 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3279 | 2024-12-18T22:57:43.893Z | [ helios-setup] Dec 18 22:57:42.614 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3280 | 2024-12-18T22:57:43.893Z | [ helios-setup] Dec 18 22:57:42.614 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
3281 | 2024-12-18T22:57:43.893Z | [ helios-setup] Dec 18 22:57:42.614 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
3282 | 2024-12-18T22:57:43.893Z | [ helios-setup] Dec 18 22:57:42.615 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3283 | 2024-12-18T22:57:43.893Z | [ helios-setup] Dec 18 22:57:42.615 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3284 | 2024-12-18T22:57:43.893Z | [ helios-setup] Dec 18 22:57:42.615 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3285 | 2024-12-18T22:57:43.925Z | [ helios-setup] Dec 18 22:57:42.648 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
3286 | 2024-12-18T22:57:44.979Z | [ helios-setup] Dec 18 22:57:43.702 INFO E| From https://github.com/oxidecomputer/amd-efs |
3287 | 2024-12-18T22:57:44.980Z | [ helios-setup] Dec 18 22:57:43.702 INFO E| * [new branch] empty -> origin/empty |
3288 | 2024-12-18T22:57:44.980Z | [ helios-setup] Dec 18 22:57:43.702 INFO E| * [new branch] issue-99 -> origin/issue-99 |
3289 | 2024-12-18T22:57:44.982Z | [ helios-setup] Dec 18 22:57:43.703 INFO E| * [new branch] main -> origin/main |
3290 | 2024-12-18T22:57:44.983Z | [ helios-setup] Dec 18 22:57:43.703 INFO E| * [new branch] review -> origin/review |
3291 | 2024-12-18T22:57:44.983Z | [ helios-setup] Dec 18 22:57:43.703 INFO E| * [new ref] -> origin/HEAD |
3292 | 2024-12-18T22:57:44.983Z | [ helios-setup] Dec 18 22:57:43.703 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3293 | 2024-12-18T22:57:44.983Z | [ helios-setup] Dec 18 22:57:43.703 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
3294 | 2024-12-18T22:57:44.983Z | [ helios-setup] Dec 18 22:57:43.703 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
3295 | 2024-12-18T22:57:44.983Z | [ helios-setup] Dec 18 22:57:43.704 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
3296 | 2024-12-18T22:57:44.983Z | [ helios-setup] Dec 18 22:57:43.704 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
3297 | 2024-12-18T22:57:44.984Z | [ helios-setup] Dec 18 22:57:43.704 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
3298 | 2024-12-18T22:57:44.984Z | [ helios-setup] Dec 18 22:57:43.704 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
3299 | 2024-12-18T22:57:44.984Z | [ helios-setup] Dec 18 22:57:43.704 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
3300 | 2024-12-18T22:57:44.984Z | [ helios-setup] Dec 18 22:57:43.704 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3301 | 2024-12-18T22:57:44.984Z | [ helios-setup] Dec 18 22:57:43.704 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3302 | 2024-12-18T22:57:44.984Z | [ helios-setup] Dec 18 22:57:43.704 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3303 | 2024-12-18T22:57:44.984Z | [ helios-setup] Dec 18 22:57:43.705 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3304 | 2024-12-18T22:57:44.984Z | [ helios-setup] Dec 18 22:57:43.705 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3305 | 2024-12-18T22:57:44.984Z | [ helios-setup] Dec 18 22:57:43.705 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3306 | 2024-12-18T22:57:45.007Z | [ helios-setup] Dec 18 22:57:43.730 INFO E| Updating crates.io index |
3307 | 2024-12-18T22:57:45.422Z | [ helios-setup] Dec 18 22:57:44.145 INFO E| Downloading crates ... |
3308 | 2024-12-18T22:57:45.584Z | [ helios-setup] Dec 18 22:57:44.307 INFO E| Downloaded bytesize v1.3.0 |
3309 | 2024-12-18T22:57:45.589Z | [ helios-setup] Dec 18 22:57:44.312 INFO E| Downloaded once_cell v1.20.1 |
3310 | 2024-12-18T22:57:45.594Z | [ helios-setup] Dec 18 22:57:44.317 INFO E| Downloaded unic-ucd-version v0.9.0 |
3311 | 2024-12-18T22:57:45.597Z | [ helios-setup] Dec 18 22:57:44.318 INFO E| Downloaded parse_int v0.6.0 |
3312 | 2024-12-18T22:57:45.597Z | [ helios-setup] Dec 18 22:57:44.320 INFO E| Downloaded memoffset v0.5.6 |
3313 | 2024-12-18T22:57:45.600Z | [ helios-setup] Dec 18 22:57:44.322 INFO E| Downloaded unic-common v0.9.0 |
3314 | 2024-12-18T22:57:45.602Z | [ helios-setup] Dec 18 22:57:44.323 INFO E| Downloaded unic-char-range v0.9.0 |
3315 | 2024-12-18T22:57:45.604Z | [ helios-setup] Dec 18 22:57:44.325 INFO E| Downloaded fletcher v0.1.0 |
3316 | 2024-12-18T22:57:45.604Z | [ helios-setup] Dec 18 22:57:44.327 INFO E| Downloaded ansi_term v0.12.1 |
3317 | 2024-12-18T22:57:45.607Z | [ helios-setup] Dec 18 22:57:44.330 INFO E| Downloaded unic-char-property v0.9.0 |
3318 | 2024-12-18T22:57:45.610Z | [ helios-setup] Dec 18 22:57:44.332 INFO E| Downloaded strum v0.23.0 |
3319 | 2024-12-18T22:57:45.612Z | [ helios-setup] Dec 18 22:57:44.334 INFO E| Downloaded scroll_derive v0.10.5 |
3320 | 2024-12-18T22:57:45.630Z | [ helios-setup] Dec 18 22:57:44.353 INFO E| Downloaded thiserror v1.0.64 |
3321 | 2024-12-18T22:57:45.639Z | [ helios-setup] Dec 18 22:57:44.362 INFO E| Downloaded thiserror-impl v1.0.64 |
3322 | 2024-12-18T22:57:45.642Z | [ helios-setup] Dec 18 22:57:44.364 INFO E| Downloaded unic-ucd-ident v0.9.0 |
3323 | 2024-12-18T22:57:45.645Z | [ helios-setup] Dec 18 22:57:44.368 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
3324 | 2024-12-18T22:57:45.648Z | [ helios-setup] Dec 18 22:57:44.370 INFO E| Downloaded vec_map v0.8.2 |
3325 | 2024-12-18T22:57:45.651Z | [ helios-setup] Dec 18 22:57:44.372 INFO E| Downloaded pest_derive v2.7.13 |
3326 | 2024-12-18T22:57:45.653Z | [ helios-setup] Dec 18 22:57:44.376 INFO E| Downloaded strum_macros v0.23.1 |
3327 | 2024-12-18T22:57:45.656Z | [ helios-setup] Dec 18 22:57:44.379 INFO E| Downloaded scroll v0.10.2 |
3328 | 2024-12-18T22:57:45.660Z | [ helios-setup] Dec 18 22:57:44.383 INFO E| Downloaded pre-proc-macro v0.2.1 |
3329 | 2024-12-18T22:57:45.664Z | [ helios-setup] Dec 18 22:57:44.385 INFO E| Downloaded pre v0.2.1 |
3330 | 2024-12-18T22:57:45.666Z | [ helios-setup] Dec 18 22:57:44.387 INFO E| Downloaded modular-bitfield v0.11.2 |
3331 | 2024-12-18T22:57:45.683Z | [ helios-setup] Dec 18 22:57:44.406 INFO E| Downloaded serde_derive v1.0.210 |
3332 | 2024-12-18T22:57:45.687Z | [ helios-setup] Dec 18 22:57:44.410 INFO E| Downloaded pest_meta v2.7.13 |
3333 | 2024-12-18T22:57:45.691Z | [ helios-setup] Dec 18 22:57:44.414 INFO E| Downloaded structopt-derive v0.4.18 |
3334 | 2024-12-18T22:57:45.693Z | [ helios-setup] Dec 18 22:57:44.416 INFO E| Downloaded structopt v0.3.26 |
3335 | 2024-12-18T22:57:45.707Z | [ helios-setup] Dec 18 22:57:44.430 INFO E| Downloaded serde v1.0.210 |
3336 | 2024-12-18T22:57:45.711Z | [ helios-setup] Dec 18 22:57:44.435 INFO E| Downloaded pest v2.7.13 |
3337 | 2024-12-18T22:57:45.719Z | [ helios-setup] Dec 18 22:57:44.442 INFO E| Downloaded serde_json v1.0.128 |
3338 | 2024-12-18T22:57:45.732Z | [ helios-setup] Dec 18 22:57:44.455 INFO E| Downloaded clap v2.34.0 |
3339 | 2024-12-18T22:57:45.744Z | [ helios-setup] Dec 18 22:57:44.467 INFO E| Downloaded goblin v0.4.3 |
3340 | 2024-12-18T22:57:45.753Z | [ helios-setup] Dec 18 22:57:44.476 INFO E| Downloaded syn v2.0.79 |
3341 | 2024-12-18T22:57:45.773Z | [ helios-setup] Dec 18 22:57:44.496 INFO E| Downloaded strsim v0.8.0 |
3342 | 2024-12-18T22:57:45.775Z | [ helios-setup] Dec 18 22:57:44.498 INFO E| Downloaded semver-parser v0.7.0 |
3343 | 2024-12-18T22:57:45.778Z | [ helios-setup] Dec 18 22:57:44.499 INFO E| Downloaded pest_generator v2.7.13 |
3344 | 2024-12-18T22:57:45.780Z | [ helios-setup] Dec 18 22:57:44.501 INFO E| Downloaded textwrap v0.11.0 |
3345 | 2024-12-18T22:57:45.780Z | [ helios-setup] Dec 18 22:57:44.503 INFO E| Downloaded semver v0.9.0 |
3346 | 2024-12-18T22:57:45.783Z | [ helios-setup] Dec 18 22:57:44.506 INFO E| Downloaded rustc_version v0.2.3 |
3347 | 2024-12-18T22:57:45.785Z | [ helios-setup] Dec 18 22:57:44.507 INFO E| Downloaded proc-macro-crate v0.1.5 |
3348 | 2024-12-18T22:57:45.787Z | [ helios-setup] Dec 18 22:57:44.509 INFO E| Downloaded libc v0.2.159 |
3349 | 2024-12-18T22:57:45.852Z | [ helios-setup] Dec 18 22:57:44.575 INFO E| Downloaded four-cc v0.3.0 |
3350 | 2024-12-18T22:57:45.855Z | [ helios-setup] Dec 18 22:57:44.576 INFO E| Downloaded cfg-if v0.1.10 |
3351 | 2024-12-18T22:57:45.978Z | [ helios-setup] Dec 18 22:57:44.700 INFO E| Compiling proc-macro2 v1.0.86 |
3352 | 2024-12-18T22:57:45.978Z | [ helios-setup] Dec 18 22:57:44.700 INFO E| Compiling unicode-ident v1.0.13 |
3353 | 2024-12-18T22:57:45.980Z | [ helios-setup] Dec 18 22:57:44.700 INFO E| Compiling syn v1.0.109 |
3354 | 2024-12-18T22:57:45.997Z | [ helios-setup] Dec 18 22:57:44.719 INFO E| Compiling version_check v0.9.5 |
3355 | 2024-12-18T22:57:45.999Z | [ helios-setup] Dec 18 22:57:44.720 INFO E| Compiling memchr v2.7.4 |
3356 | 2024-12-18T22:57:45.999Z | [ helios-setup] Dec 18 22:57:44.720 INFO E| Compiling semver-parser v0.7.0 |
3357 | 2024-12-18T22:57:46.035Z | [ helios-setup] Dec 18 22:57:44.757 INFO E| Compiling thiserror v1.0.64 |
3358 | 2024-12-18T22:57:46.037Z | [ helios-setup] Dec 18 22:57:44.757 INFO E| Compiling autocfg v1.4.0 |
3359 | 2024-12-18T22:57:47.177Z | [ helios-setup] Dec 18 22:57:45.899 INFO E| Compiling semver v0.9.0 |
3360 | 2024-12-18T22:57:47.299Z | [ helios-setup] Dec 18 22:57:46.022 INFO E| Compiling proc-macro-error-attr v1.0.4 |
3361 | 2024-12-18T22:57:47.517Z | [ helios-setup] Dec 18 22:57:46.240 INFO E| Compiling serde v1.0.210 |
3362 | 2024-12-18T22:57:47.598Z | [ helios-setup] Dec 18 22:57:46.321 INFO E| Compiling proc-macro-error v1.0.4 |
3363 | 2024-12-18T22:57:47.885Z | [ helios-setup] Dec 18 22:57:46.606 INFO E| Compiling serde_json v1.0.128 |
3364 | 2024-12-18T22:57:48.335Z | [ helios-setup] Dec 18 22:57:47.056 INFO E| Compiling rustc_version v0.2.3 |
3365 | 2024-12-18T22:57:48.472Z | [ helios-setup] Dec 18 22:57:47.194 INFO E| Compiling num-traits v0.2.19 |
3366 | 2024-12-18T22:57:48.768Z | [ helios-setup] Dec 18 22:57:47.491 INFO E| Compiling ryu v1.0.18 |
3367 | 2024-12-18T22:57:48.805Z | [ helios-setup] Dec 18 22:57:47.527 INFO E| Compiling itoa v1.0.11 |
3368 | 2024-12-18T22:57:48.844Z | [ helios-setup] Dec 18 22:57:47.566 INFO E| Compiling unicode-segmentation v1.12.0 |
3369 | 2024-12-18T22:57:49.174Z | [ helios-setup] Dec 18 22:57:47.897 INFO E| Compiling schemars v0.8.21 |
3370 | 2024-12-18T22:57:49.371Z | [ helios-setup] Dec 18 22:57:48.094 INFO E| Compiling quote v1.0.37 |
3371 | 2024-12-18T22:57:49.567Z | [ helios-setup] Dec 18 22:57:48.290 INFO E| Compiling pre-proc-macro v0.2.1 |
3372 | 2024-12-18T22:57:49.784Z | [ helios-setup] Dec 18 22:57:48.507 INFO E| Compiling memoffset v0.5.6 |
3373 | 2024-12-18T22:57:50.050Z | [ helios-setup] Dec 18 22:57:48.771 INFO E| Compiling paste v1.0.15 |
3374 | 2024-12-18T22:57:50.474Z | [ helios-setup] Dec 18 22:57:49.194 INFO E| Compiling syn v2.0.79 |
3375 | 2024-12-18T22:57:50.693Z | [ helios-setup] Dec 18 22:57:49.416 INFO E| Compiling heck v0.3.3 |
3376 | 2024-12-18T22:57:50.739Z | [ helios-setup] Dec 18 22:57:49.462 INFO E| Compiling libc v0.2.159 |
3377 | 2024-12-18T22:57:50.886Z | [ helios-setup] Dec 18 22:57:49.608 INFO E| Compiling rustversion v1.0.17 |
3378 | 2024-12-18T22:57:51.303Z | [ helios-setup] Dec 18 22:57:50.025 INFO E| Compiling lazy_static v1.5.0 |
3379 | 2024-12-18T22:57:51.401Z | [ helios-setup] Dec 18 22:57:50.123 INFO E| Compiling dyn-clone v1.0.17 |
3380 | 2024-12-18T22:57:51.487Z | [ helios-setup] Dec 18 22:57:50.209 INFO E| Compiling ucd-trie v0.1.7 |
3381 | 2024-12-18T22:57:52.273Z | [ helios-setup] Dec 18 22:57:50.995 INFO E| Compiling pre v0.2.1 |
3382 | 2024-12-18T22:57:52.647Z | [ helios-setup] Dec 18 22:57:51.370 INFO E| Compiling byteorder v1.5.0 |
3383 | 2024-12-18T22:57:52.970Z | [ helios-setup] Dec 18 22:57:51.693 INFO E| Compiling once_cell v1.20.1 |
3384 | 2024-12-18T22:57:53.042Z | [ helios-setup] Dec 18 22:57:51.764 INFO E| Compiling static_assertions v1.1.0 |
3385 | 2024-12-18T22:57:53.362Z | [ helios-setup] Dec 18 22:57:52.085 INFO E| Compiling cfg-if v0.1.10 |
3386 | 2024-12-18T22:57:53.386Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3387 | 2024-12-18T22:57:54.067Z | [ helios-setup] Dec 18 22:57:52.789 INFO E| Compiling unicode-width v0.1.14 |
3388 | 2024-12-18T22:57:55.078Z | [ helios-setup] Dec 18 22:57:53.800 INFO E| Compiling textwrap v0.11.0 |
3389 | 2024-12-18T22:57:55.621Z | [ helios-setup] Dec 18 22:57:54.344 INFO E| Compiling atty v0.2.14 |
3390 | 2024-12-18T22:57:55.911Z | [ helios-setup] Dec 18 22:57:54.634 INFO E| Compiling fletcher v0.1.0 |
3391 | 2024-12-18T22:57:56.112Z | [ helios-setup] Dec 18 22:57:54.834 INFO E| Compiling vec_map v0.8.2 |
3392 | 2024-12-18T22:57:56.436Z | [ helios-setup] Dec 18 22:57:55.158 INFO E| Compiling parse_int v0.6.0 |
3393 | 2024-12-18T22:57:56.588Z | [ helios-setup] Dec 18 22:57:55.310 INFO E| Compiling bitflags v1.3.2 |
3394 | 2024-12-18T22:57:56.618Z | [ helios-setup] Dec 18 22:57:55.340 INFO E| Compiling strum v0.23.0 |
3395 | 2024-12-18T22:57:56.690Z | [ helios-setup] Dec 18 22:57:55.412 INFO E| Compiling ansi_term v0.12.1 |
3396 | 2024-12-18T22:57:56.702Z | [ helios-setup] Dec 18 22:57:55.424 INFO E| Compiling unic-common v0.9.0 |
3397 | 2024-12-18T22:57:56.832Z | [ helios-setup] Dec 18 22:57:55.555 INFO E| Compiling unic-char-range v0.9.0 |
3398 | 2024-12-18T22:57:56.864Z | [ helios-setup] Dec 18 22:57:55.586 INFO E| Compiling strsim v0.8.0 |
3399 | 2024-12-18T22:57:56.915Z | [ helios-setup] Dec 18 22:57:55.637 INFO E| Compiling unic-ucd-version v0.9.0 |
3400 | 2024-12-18T22:57:56.983Z | [ helios-setup] Dec 18 22:57:55.705 INFO E| Compiling plain v0.2.3 |
3401 | 2024-12-18T22:57:57.046Z | [ helios-setup] Dec 18 22:57:55.768 INFO E| Compiling log v0.4.22 |
3402 | 2024-12-18T22:57:57.233Z | [ helios-setup] Dec 18 22:57:55.955 INFO E| Compiling unic-char-property v0.9.0 |
3403 | 2024-12-18T22:57:57.283Z | [ helios-setup] Dec 18 22:57:56.006 INFO E| Compiling clap v2.34.0 |
3404 | 2024-12-18T22:57:57.517Z | [ helios-setup] Dec 18 22:57:56.239 INFO E| Compiling unic-ucd-ident v0.9.0 |
3405 | 2024-12-18T22:57:57.961Z | [ helios-setup] Dec 18 22:57:56.684 INFO E| Compiling bytesize v1.3.0 |
3406 | 2024-12-18T22:57:59.410Z | [ helios-setup] Dec 18 22:57:58.129 INFO E| Compiling serde_derive_internals v0.29.1 |
3407 | 2024-12-18T22:57:59.877Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3408 | 2024-12-18T22:58:00.887Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3409 | 2024-12-18T22:58:01.186Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3410 | 2024-12-18T22:58:01.545Z | [ helios-setup] Dec 18 22:58:00.267 INFO E| Compiling toml v0.5.11 |
3411 | 2024-12-18T22:58:01.918Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3412 | 2024-12-18T22:58:04.565Z | [ helios-setup] Dec 18 22:58:03.287 INFO E| Compiling proc-macro-crate v0.1.5 |
3413 | 2024-12-18T22:58:05.973Z | [ helios-setup] Dec 18 22:58:04.694 INFO E| Compiling thiserror-impl v1.0.64 |
3414 | 2024-12-18T22:58:06.310Z | [ helios-setup] Dec 18 22:58:05.031 INFO E| Compiling serde_derive v1.0.210 |
3415 | 2024-12-18T22:58:06.933Z | [ helios-setup] Dec 18 22:58:05.655 INFO E| Compiling schemars_derive v0.8.21 |
3416 | 2024-12-18T22:58:07.140Z | [ helios-setup] Dec 18 22:58:05.862 INFO E| Compiling zerocopy-derive v0.6.6 |
3417 | 2024-12-18T22:58:07.883Z | [ helios-setup] Dec 18 22:58:06.605 INFO E| Compiling num-derive v0.4.2 |
3418 | 2024-12-18T22:58:11.168Z | [ helios-setup] Dec 18 22:58:09.889 INFO E| Compiling zerocopy v0.6.6 |
3419 | 2024-12-18T22:58:11.779Z | [ host-package] Compiling fatfs v0.3.6 |
3420 | 2024-12-18T22:58:12.351Z | [ helios-setup] Dec 18 22:58:11.072 INFO E| Compiling pest v2.7.13 |
3421 | 2024-12-18T22:58:12.650Z | [ host-package] Compiling rtoolbox v0.0.2 |
3422 | 2024-12-18T22:58:12.721Z | [ helios-setup] Dec 18 22:58:11.443 INFO E| Compiling modular-bitfield-impl v0.11.2 |
3423 | 2024-12-18T22:58:13.301Z | [ host-package] Compiling subprocess v0.2.9 |
3424 | 2024-12-18T22:58:13.341Z | [ helios-setup] Dec 18 22:58:12.063 INFO E| Compiling strum_macros v0.23.1 |
3425 | 2024-12-18T22:58:14.892Z | [ helios-setup] Dec 18 22:58:13.613 INFO E| Compiling scroll_derive v0.10.5 |
3426 | 2024-12-18T22:58:17.105Z | [ host-package] Compiling assert_matches v1.5.0 |
3427 | 2024-12-18T22:58:17.682Z | [ helios-setup] Dec 18 22:58:16.404 INFO E| Compiling modular-bitfield v0.11.2 |
3428 | 2024-12-18T22:58:17.828Z | [ helios-setup] Dec 18 22:58:16.549 INFO E| Compiling pest_meta v2.7.13 |
3429 | 2024-12-18T22:58:18.225Z | [ helios-setup] Dec 18 22:58:16.945 INFO E| Compiling structopt-derive v0.4.18 |
3430 | 2024-12-18T22:58:18.356Z | [ helios-setup] Dec 18 22:58:17.077 INFO E| Compiling scroll v0.10.2 |
3431 | 2024-12-18T22:58:19.247Z | [ helios-setup] Dec 18 22:58:17.968 INFO E| Compiling goblin v0.4.3 |
3432 | 2024-12-18T22:58:20.327Z | [ helios-setup] Dec 18 22:58:19.048 INFO E| Compiling pest_generator v2.7.13 |
3433 | 2024-12-18T22:58:20.639Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3434 | 2024-12-18T22:58:20.735Z | [ host-package] Compiling rpassword v7.3.1 |
3435 | 2024-12-18T22:58:21.455Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3436 | 2024-12-18T22:58:22.757Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3437 | 2024-12-18T22:58:23.197Z | [ helios-setup] Dec 18 22:58:21.918 INFO E| Compiling structopt v0.3.26 |
3438 | 2024-12-18T22:58:24.594Z | [ helios-setup] Dec 18 22:58:23.315 INFO E| Compiling pest_derive v2.7.13 |
3439 | 2024-12-18T22:58:26.871Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3440 | 2024-12-18T22:58:27.470Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3441 | 2024-12-18T22:58:29.783Z | [ helios-setup] Dec 18 22:58:28.503 INFO E| Compiling json5 v0.4.1 |
3442 | 2024-12-18T22:58:31.537Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3443 | 2024-12-18T22:58:32.655Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3444 | 2024-12-18T22:58:33.303Z | [ host-package] Compiling uzers v0.12.1 |
3445 | 2024-12-18T22:58:35.573Z | [ helios-setup] Dec 18 22:58:34.292 INFO E| Compiling four-cc v0.3.0 |
3446 | 2024-12-18T22:58:35.573Z | [ helios-setup] Dec 18 22:58:34.292 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
3447 | 2024-12-18T22:58:35.792Z | [ helios-setup] Dec 18 22:58:34.511 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
3448 | 2024-12-18T22:58:37.509Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3449 | 2024-12-18T22:58:49.530Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3450 | 2024-12-18T22:58:51.943Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3451 | 2024-12-18T22:59:17.325Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3452 | 2024-12-18T22:59:19.326Z | [ helios-setup] Dec 18 22:59:18.044 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
3453 | 2024-12-18T22:59:26.083Z | [ host-package] Compiling multimap v0.10.0 |
3454 | 2024-12-18T22:59:39.021Z | [ helios-setup] Dec 18 22:59:37.738 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3455 | 2024-12-18T23:00:33.414Z | [ helios-setup] Dec 18 23:00:32.128 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 50s |
3456 | 2024-12-18T23:00:33.452Z | [ helios-setup] Dec 18 23:00:32.166 INFO building project "amd-host-image-builder" ok (199 seconds) |
3457 | 2024-12-18T23:00:33.455Z | [ helios-setup] rm -f helios-build |
3458 | 2024-12-18T23:00:33.458Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3459 | 2024-12-18T23:00:33.461Z | [ helios-setup] |
3460 | 2024-12-18T23:00:33.464Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3461 | 2024-12-18T23:00:33.467Z | [ helios-setup] |
3462 | 2024-12-18T23:00:33.467Z | [ helios-setup] |
3463 | 2024-12-18T23:00:33.467Z | [ helios-setup] real 12:20.805364465 |
3464 | 2024-12-18T23:00:33.467Z | [ helios-setup] user 29:13.052255224 |
3465 | 2024-12-18T23:00:33.467Z | [ helios-setup] sys 3:35.210885626 |
3466 | 2024-12-18T23:00:33.467Z | [ helios-setup] trap 1.750503116 |
3467 | 2024-12-18T23:00:33.467Z | [ helios-setup] tflt 9.607749256 |
3468 | 2024-12-18T23:00:33.467Z | [ helios-setup] dflt 39.427001534 |
3469 | 2024-12-18T23:00:33.467Z | [ helios-setup] kflt 0.057666649 |
3470 | 2024-12-18T23:00:33.467Z | [ helios-setup] lock 2:05:25.618962584 |
3471 | 2024-12-18T23:00:33.467Z | [ helios-setup] slp 3:46:59.964332732 |
3472 | 2024-12-18T23:00:33.467Z | [ helios-setup] lat 33:40.181958240 |
3473 | 2024-12-18T23:00:33.467Z | [ helios-setup] stop 4:21.360172527 |
3474 | 2024-12-18T23:00:33.467Z | Dec 18 23:00:32.181 INFO [helios-setup] process exited with exit status: 0 (740.811318862s) |
3475 | 2024-12-18T23:00:33.467Z | Dec 18 23:00:32.181 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3476 | 2024-12-18T23:00:33.497Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3477 | 2024-12-18T23:00:33.981Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3478 | 2024-12-18T23:00:33.982Z | [ phbl-toolchain] info: downloading component 'cargo' |
3479 | 2024-12-18T23:00:36.052Z | [ phbl-toolchain] info: downloading component 'clippy' |
3480 | 2024-12-18T23:00:36.531Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3481 | 2024-12-18T23:00:41.829Z | [ phbl-toolchain] info: downloading component 'miri' |
3482 | 2024-12-18T23:00:42.138Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3483 | 2024-12-18T23:00:43.788Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3484 | 2024-12-18T23:00:43.928Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3485 | 2024-12-18T23:00:46.226Z | [ phbl-toolchain] info: downloading component 'rustc' |
3486 | 2024-12-18T23:00:54.338Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3487 | 2024-12-18T23:00:54.631Z | [ phbl-toolchain] info: installing component 'cargo' |
3488 | 2024-12-18T23:00:56.002Z | [ phbl-toolchain] info: installing component 'clippy' |
3489 | 2024-12-18T23:00:56.452Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3490 | 2024-12-18T23:01:02.047Z | [ phbl-toolchain] info: installing component 'miri' |
3491 | 2024-12-18T23:01:02.400Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3492 | 2024-12-18T23:01:10.826Z | [ phbl-toolchain] info: installing component 'rust-src' |
3493 | 2024-12-18T23:01:11.421Z | [ phbl-toolchain] info: installing component 'rust-std' |
3494 | 2024-12-18T23:01:13.871Z | [ phbl-toolchain] info: installing component 'rustc' |
3495 | 2024-12-18T23:01:23.112Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3496 | 2024-12-18T23:01:23.839Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3497 | 2024-12-18T23:01:23.842Z | Dec 18 23:01:22.553 INFO [phbl-toolchain] process exited with exit status: 0 (50.372046976s) |
3498 | 2024-12-18T23:02:01.786Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3499 | 2024-12-18T23:02:03.770Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3500 | 2024-12-18T23:09:08.876Z | [ host-package] Finished `release` profile [optimized] target(s) in 20m 01s |
3501 | 2024-12-18T23:10:14.619Z | Dec 18 23:10:13.304 INFO [host-package] process exited with exit status: 0 (1271.282941647s) |
3502 | 2024-12-18T23:10:14.619Z | Dec 18 23:10:13.304 INFO [host-stamp] running task |
3503 | 2024-12-18T23:10:14.622Z | Dec 18 23:10:13.305 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3504 | 2024-12-18T23:10:14.623Z | Dec 18 23:10:13.305 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+gitd80c4c9ce6a |
3505 | 2024-12-18T23:10:14.639Z | Dec 18 23:10:13.324 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+gitd80c4c9ce6a |
3506 | 2024-12-18T23:10:14.645Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3507 | 2024-12-18T23:10:14.648Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3508 | 2024-12-18T23:10:14.648Z | Dec 18 23:10:13.332 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+gitd80c4c9ce6a |
3509 | 2024-12-18T23:10:14.658Z | Dec 18 23:10:13.342 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+gitd80c4c9ce6a |
3510 | 2024-12-18T23:10:14.669Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3511 | 2024-12-18T23:10:14.675Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3512 | 2024-12-18T23:10:14.678Z | Dec 18 23:10:13.360 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+gitd80c4c9ce6a |
3513 | 2024-12-18T23:10:14.697Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3514 | 2024-12-18T23:10:14.699Z | Dec 18 23:10:13.382 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+gitd80c4c9ce6a |
3515 | 2024-12-18T23:10:14.710Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3516 | 2024-12-18T23:10:14.713Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3517 | 2024-12-18T23:10:14.716Z | Dec 18 23:10:13.400 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+gitd80c4c9ce6a |
3518 | 2024-12-18T23:10:14.731Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3519 | 2024-12-18T23:10:14.736Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3520 | 2024-12-18T23:10:14.738Z | Dec 18 23:10:13.421 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+gitd80c4c9ce6a |
3521 | 2024-12-18T23:10:14.758Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3522 | 2024-12-18T23:10:14.761Z | Dec 18 23:10:13.443 INFO [stamp-oxlog] process exited with exit status: 0 (100.532032ms) |
3523 | 2024-12-18T23:10:14.761Z | Dec 18 23:10:13.443 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (61.0839ms) |
3524 | 2024-12-18T23:10:14.771Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3525 | 2024-12-18T23:10:14.773Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3526 | 2024-12-18T23:10:14.777Z | Dec 18 23:10:13.461 INFO [stamp-overlay] process exited with exit status: 0 (40.447994ms) |
3527 | 2024-12-18T23:10:14.847Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3528 | 2024-12-18T23:10:14.851Z | Dec 18 23:10:13.536 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (136.256833ms) |
3529 | 2024-12-18T23:10:14.888Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3530 | 2024-12-18T23:10:14.892Z | Dec 18 23:10:13.577 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (252.92366ms) |
3531 | 2024-12-18T23:10:15.005Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3532 | 2024-12-18T23:10:15.008Z | Dec 18 23:10:13.693 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (387.806645ms) |
3533 | 2024-12-18T23:10:15.802Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3534 | 2024-12-18T23:10:15.810Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3535 | 2024-12-18T23:10:15.814Z | Dec 18 23:10:14.499 INFO [stamp-propolis-server] process exited with exit status: 0 (1.166146902s) |
3536 | 2024-12-18T23:10:18.194Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3537 | 2024-12-18T23:10:25.401Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3538 | 2024-12-18T23:10:25.405Z | Dec 18 23:10:24.089 INFO [stamp-switch-asic] process exited with exit status: 0 (10.729518086s) |
3539 | 2024-12-18T23:10:25.408Z | Dec 18 23:10:24.090 INFO [host-stamp] task succeeded (10.785602565s) |
3540 | 2024-12-18T23:10:25.408Z | Dec 18 23:10:24.090 INFO [host-proto] running task |
3541 | 2024-12-18T23:10:25.792Z | Dec 18 23:10:24.476 INFO [host-proto] task succeeded (386.369679ms) |
3542 | 2024-12-18T23:10:25.792Z | Dec 18 23:10:24.476 INFO [host-profile] running task |
3543 | 2024-12-18T23:10:25.794Z | Dec 18 23:10:24.476 INFO [host-profile] task succeeded (244.971µs) |
3544 | 2024-12-18T23:10:25.794Z | Dec 18 23:10:24.477 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/.tmpDJCDbN/proto/host/root -N 'ci d80c4c9/${os_short_commit} 2024-12-18 22:48' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3545 | 2024-12-18T23:10:25.813Z | [ host-image] Dec 18 23:10:24.497 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3546 | 2024-12-18T23:10:25.813Z | [ host-image] Dec 18 23:10:24.497 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3547 | 2024-12-18T23:10:25.833Z | [ host-image] Dec 18 23:10:24.517 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpDJCDbN/proto/host/root" |
3548 | 2024-12-18T23:10:25.833Z | [ host-image] Dec 18 23:10:24.517 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3549 | 2024-12-18T23:10:25.835Z | [ host-image] Dec 18 23:10:24.517 INFO image builder template: ramdisk-01-os... |
3550 | 2024-12-18T23:10:25.835Z | [ host-image] Dec 18 23:10:24.517 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/.tmpDJCDbN/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 |
3551 | 2024-12-18T23:10:25.854Z | [ host-image] Dec 18 23:10:24.539 INFO O| Dec 18 23:10:24.538 INFO CREATE DATASET: rpool/images/build/host/output |
3552 | 2024-12-18T23:10:26.230Z | [ host-image] Dec 18 23:10:24.914 INFO O| Dec 18 23:10:24.914 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3553 | 2024-12-18T23:10:26.234Z | [ host-image] Dec 18 23:10:24.919 INFO O| Dec 18 23:10:24.919 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3554 | 2024-12-18T23:10:26.417Z | [ host-image] Dec 18 23:10:25.102 INFO O| Dec 18 23:10:25.101 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3555 | 2024-12-18T23:10:26.475Z | [ host-image] Dec 18 23:10:25.160 INFO O| Dec 18 23:10:25.159 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3556 | 2024-12-18T23:10:26.475Z | [ host-image] Dec 18 23:10:25.160 INFO O| Dec 18 23:10:25.160 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3557 | 2024-12-18T23:10:26.479Z | [ host-image] Dec 18 23:10:25.160 INFO O| Dec 18 23:10:25.160 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3558 | 2024-12-18T23:10:26.479Z | [ host-image] Dec 18 23:10:25.160 INFO O| Dec 18 23:10:25.160 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3559 | 2024-12-18T23:10:26.486Z | [ host-image] Dec 18 23:10:25.171 INFO O| Dec 18 23:10:25.170 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3560 | 2024-12-18T23:10:26.664Z | [ host-image] Dec 18 23:10:25.349 INFO O| Dec 18 23:10:25.348 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3561 | 2024-12-18T23:10:26.681Z | [ host-image] Dec 18 23:10:25.365 INFO O| Dec 18 23:10:25.365 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3562 | 2024-12-18T23:10:27.262Z | [ host-image] Dec 18 23:10:25.946 INFO O| Dec 18 23:10:25.946 INFO O| Caching catalogs ... Done |
3563 | 2024-12-18T23:10:27.386Z | [ host-image] Dec 18 23:10:26.070 INFO O| Dec 18 23:10:26.070 INFO STEP 0 (pkg_image_create) COMPLETE |
3564 | 2024-12-18T23:10:27.386Z | [ host-image] Dec 18 23:10:26.071 INFO O| Dec 18 23:10:26.070 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3565 | 2024-12-18T23:10:27.389Z | [ host-image] Dec 18 23:10:26.071 INFO O| Dec 18 23:10:26.071 INFO skip step because feature "repo_redist" is not enabled |
3566 | 2024-12-18T23:10:27.389Z | [ host-image] Dec 18 23:10:26.071 INFO O| Dec 18 23:10:26.071 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3567 | 2024-12-18T23:10:27.404Z | [ host-image] Dec 18 23:10:26.088 INFO O| Dec 18 23:10:26.088 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"] |
3568 | 2024-12-18T23:10:27.992Z | [ host-image] Dec 18 23:10:26.676 INFO O| Dec 18 23:10:26.676 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3569 | 2024-12-18T23:10:27.993Z | [ host-image] Dec 18 23:10:26.676 INFO O| Dec 18 23:10:26.676 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3570 | 2024-12-18T23:10:28.010Z | [ host-image] Dec 18 23:10:26.694 INFO O| Dec 18 23:10:26.694 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"] |
3571 | 2024-12-18T23:10:28.483Z | [ host-image] Dec 18 23:10:27.167 INFO O| Dec 18 23:10:27.167 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3572 | 2024-12-18T23:10:28.483Z | [ host-image] Dec 18 23:10:27.167 INFO O| Dec 18 23:10:27.167 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3573 | 2024-12-18T23:10:28.483Z | [ host-image] Dec 18 23:10:27.167 INFO O| Dec 18 23:10:27.167 INFO skip step because feature "repo_redist" is not enabled |
3574 | 2024-12-18T23:10:28.486Z | [ host-image] Dec 18 23:10:27.167 INFO O| Dec 18 23:10:27.167 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3575 | 2024-12-18T23:10:28.918Z | [ host-image] Dec 18 23:10:27.602 INFO O| Dec 18 23:10:27.602 INFO variant opensolaris.zone is already global |
3576 | 2024-12-18T23:10:28.922Z | [ host-image] Dec 18 23:10:27.602 INFO O| Dec 18 23:10:27.602 INFO STEP 5 (pkg_change_variant) COMPLETE |
3577 | 2024-12-18T23:10:28.922Z | [ host-image] Dec 18 23:10:27.602 INFO O| Dec 18 23:10:27.602 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3578 | 2024-12-18T23:10:29.462Z | [ host-image] Dec 18 23:10:28.145 INFO O| Dec 18 23:10:28.145 INFO variant opensolaris.imagetype is full; changing to partial |
3579 | 2024-12-18T23:10:29.465Z | [ host-image] Dec 18 23:10:28.146 INFO O| Dec 18 23:10:28.145 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3580 | 2024-12-18T23:10:37.237Z | [ host-image] Dec 18 23:10:35.921 INFO O| Dec 18 23:10:35.921 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3581 | 2024-12-18T23:10:37.941Z | [recovery-package] Finished `release` profile [optimized] target(s) in 23.04s |
3582 | 2024-12-18T23:10:39.670Z | Dec 18 23:10:38.353 INFO [recovery-package] process exited with exit status: 0 (25.048447948s) |
3583 | 2024-12-18T23:10:39.670Z | Dec 18 23:10:38.353 INFO [recovery-stamp] running task |
3584 | 2024-12-18T23:10:39.674Z | Dec 18 23:10:38.353 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3585 | 2024-12-18T23:10:39.674Z | Dec 18 23:10:38.354 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitd80c4c9ce6a |
3586 | 2024-12-18T23:10:39.696Z | Dec 18 23:10:38.379 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+gitd80c4c9ce6a |
3587 | 2024-12-18T23:10:39.705Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3588 | 2024-12-18T23:10:39.722Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3589 | 2024-12-18T23:10:39.792Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3590 | 2024-12-18T23:10:39.795Z | Dec 18 23:10:38.479 INFO [stamp-installinator] process exited with exit status: 0 (125.371491ms) |
3591 | 2024-12-18T23:10:39.843Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3592 | 2024-12-18T23:10:39.846Z | Dec 18 23:10:38.530 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (150.810268ms) |
3593 | 2024-12-18T23:10:39.849Z | Dec 18 23:10:38.530 INFO [recovery-stamp] task succeeded (177.079654ms) |
3594 | 2024-12-18T23:10:39.849Z | Dec 18 23:10:38.530 INFO [recovery-proto] running task |
3595 | 2024-12-18T23:10:39.849Z | Dec 18 23:10:38.530 INFO [tuf-stamp] running task |
3596 | 2024-12-18T23:10:39.849Z | Dec 18 23:10:38.531 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+gitd80c4c9ce6a |
3597 | 2024-12-18T23:10:39.864Z | Dec 18 23:10:38.547 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+gitd80c4c9ce6a |
3598 | 2024-12-18T23:10:39.879Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3599 | 2024-12-18T23:10:39.881Z | Dec 18 23:10:38.563 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+gitd80c4c9ce6a |
3600 | 2024-12-18T23:10:39.892Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3601 | 2024-12-18T23:10:39.897Z | Dec 18 23:10:38.581 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+gitd80c4c9ce6a |
3602 | 2024-12-18T23:10:39.918Z | Dec 18 23:10:38.602 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+gitd80c4c9ce6a |
3603 | 2024-12-18T23:10:39.934Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3604 | 2024-12-18T23:10:39.943Z | Dec 18 23:10:38.626 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+gitd80c4c9ce6a |
3605 | 2024-12-18T23:10:39.961Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3606 | 2024-12-18T23:10:39.966Z | Dec 18 23:10:38.650 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+gitd80c4c9ce6a |
3607 | 2024-12-18T23:10:40.046Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3608 | 2024-12-18T23:10:40.048Z | Dec 18 23:10:38.730 INFO [recovery-proto] task succeeded (198.999221ms) |
3609 | 2024-12-18T23:10:40.048Z | Dec 18 23:10:38.730 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+gitd80c4c9ce6a |
3610 | 2024-12-18T23:10:40.048Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3611 | 2024-12-18T23:10:40.048Z | Dec 18 23:10:38.730 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/.tmpDJCDbN/proto/recovery/root -N 'recovery d80c4c9/${os_short_commit} 2024-12-18 22:48' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3612 | 2024-12-18T23:10:40.105Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3613 | 2024-12-18T23:10:40.108Z | Dec 18 23:10:38.789 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+gitd80c4c9ce6a |
3614 | 2024-12-18T23:10:40.127Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3615 | 2024-12-18T23:10:40.129Z | Dec 18 23:10:38.811 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+gitd80c4c9ce6a |
3616 | 2024-12-18T23:10:40.159Z | Dec 18 23:10:38.843 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+gitd80c4c9ce6a |
3617 | 2024-12-18T23:10:40.193Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3618 | 2024-12-18T23:10:40.195Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3619 | 2024-12-18T23:10:40.211Z | [ recovery-image] Dec 18 23:10:38.894 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3620 | 2024-12-18T23:10:40.211Z | [ recovery-image] Dec 18 23:10:38.894 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3621 | 2024-12-18T23:10:40.230Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3622 | 2024-12-18T23:10:40.256Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3623 | 2024-12-18T23:10:40.281Z | [ recovery-image] Dec 18 23:10:38.965 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpDJCDbN/proto/recovery/root" |
3624 | 2024-12-18T23:10:40.281Z | [ recovery-image] Dec 18 23:10:38.965 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3625 | 2024-12-18T23:10:40.283Z | [ recovery-image] Dec 18 23:10:38.965 INFO image builder template: ramdisk-01-os... |
3626 | 2024-12-18T23:10:40.283Z | [ recovery-image] Dec 18 23:10:38.965 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/.tmpDJCDbN/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 |
3627 | 2024-12-18T23:10:40.333Z | Dec 18 23:10:39.017 INFO [stamp-probe] process exited with exit status: 0 (286.5383ms) |
3628 | 2024-12-18T23:10:40.360Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3629 | 2024-12-18T23:10:40.415Z | Dec 18 23:10:39.099 INFO [stamp-ntp] process exited with exit status: 0 (535.72514ms) |
3630 | 2024-12-18T23:10:40.419Z | [ recovery-image] Dec 18 23:10:39.102 INFO O| Dec 18 23:10:39.102 INFO CREATE DATASET: rpool/images/build/recovery/output |
3631 | 2024-12-18T23:10:40.644Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
3632 | 2024-12-18T23:10:40.762Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3633 | 2024-12-18T23:10:40.862Z | [ recovery-image] Dec 18 23:10:39.545 INFO O| Dec 18 23:10:39.545 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3634 | 2024-12-18T23:10:40.868Z | [ recovery-image] Dec 18 23:10:39.552 INFO O| Dec 18 23:10:39.551 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3635 | 2024-12-18T23:10:41.399Z | [ recovery-image] Dec 18 23:10:40.081 INFO O| Dec 18 23:10:40.080 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3636 | 2024-12-18T23:10:41.476Z | [ recovery-image] Dec 18 23:10:40.159 INFO O| Dec 18 23:10:40.159 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3637 | 2024-12-18T23:10:41.476Z | [ recovery-image] Dec 18 23:10:40.159 INFO O| Dec 18 23:10:40.159 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3638 | 2024-12-18T23:10:41.478Z | [ recovery-image] Dec 18 23:10:40.160 INFO O| Dec 18 23:10:40.160 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3639 | 2024-12-18T23:10:41.478Z | [ recovery-image] Dec 18 23:10:40.160 INFO O| Dec 18 23:10:40.160 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3640 | 2024-12-18T23:10:41.487Z | [ recovery-image] Dec 18 23:10:40.171 INFO O| Dec 18 23:10:40.171 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3641 | 2024-12-18T23:10:41.713Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3642 | 2024-12-18T23:10:41.722Z | Dec 18 23:10:40.406 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.595010847s) |
3643 | 2024-12-18T23:10:41.780Z | [ recovery-image] Dec 18 23:10:40.462 INFO O| Dec 18 23:10:40.462 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3644 | 2024-12-18T23:10:41.801Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3645 | 2024-12-18T23:10:41.833Z | [ recovery-image] Dec 18 23:10:40.516 INFO O| Dec 18 23:10:40.516 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3646 | 2024-12-18T23:10:41.881Z | Dec 18 23:10:40.564 INFO [stamp-external-dns] process exited with exit status: 0 (1.962237193s) |
3647 | 2024-12-18T23:10:41.963Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3648 | 2024-12-18T23:10:41.974Z | Dec 18 23:10:40.657 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.031117052s) |
3649 | 2024-12-18T23:10:42.131Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3650 | 2024-12-18T23:10:42.147Z | Dec 18 23:10:40.831 INFO [stamp-internal-dns] process exited with exit status: 0 (1.988078925s) |
3651 | 2024-12-18T23:10:42.358Z | [ recovery-image] Dec 18 23:10:41.041 INFO O| Dec 18 23:10:41.041 INFO O| Caching catalogs ... Done |
3652 | 2024-12-18T23:10:42.476Z | [ recovery-image] Dec 18 23:10:41.160 INFO O| Dec 18 23:10:41.159 INFO STEP 0 (pkg_image_create) COMPLETE |
3653 | 2024-12-18T23:10:42.476Z | [ recovery-image] Dec 18 23:10:41.160 INFO O| Dec 18 23:10:41.159 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3654 | 2024-12-18T23:10:42.479Z | [ recovery-image] Dec 18 23:10:41.160 INFO O| Dec 18 23:10:41.160 INFO skip step because feature "repo_redist" is not enabled |
3655 | 2024-12-18T23:10:42.479Z | [ recovery-image] Dec 18 23:10:41.160 INFO O| Dec 18 23:10:41.160 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3656 | 2024-12-18T23:10:42.492Z | [ recovery-image] Dec 18 23:10:41.176 INFO O| Dec 18 23:10:41.175 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"] |
3657 | 2024-12-18T23:10:42.552Z | [ host-image] Dec 18 23:10:41.235 INFO O| Dec 18 23:10:41.235 INFO O| Startup: Caching catalogs ... Done |
3658 | 2024-12-18T23:10:42.576Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3659 | 2024-12-18T23:10:42.579Z | Dec 18 23:10:41.263 INFO [stamp-oximeter] process exited with exit status: 0 (2.473744482s) |
3660 | 2024-12-18T23:10:42.647Z | [ host-image] Dec 18 23:10:41.330 INFO O| Dec 18 23:10:41.330 INFO O| Planning: Planning completed in 0.00 seconds |
3661 | 2024-12-18T23:10:42.650Z | [ host-image] Dec 18 23:10:41.331 INFO O| Dec 18 23:10:41.331 INFO O| Planning: Consolidating action changes ... Done |
3662 | 2024-12-18T23:10:42.650Z | [ host-image] Dec 18 23:10:41.331 INFO O| Dec 18 23:10:41.331 INFO O| Planning: Evaluating mediators ... Done |
3663 | 2024-12-18T23:10:42.650Z | [ host-image] Dec 18 23:10:41.332 INFO O| Dec 18 23:10:41.332 INFO O| Planning: Planning completed in 0.00 seconds |
3664 | 2024-12-18T23:10:42.650Z | [ host-image] Dec 18 23:10:41.332 INFO O| Dec 18 23:10:41.332 INFO O| Variants/Facets to change: 1 |
3665 | 2024-12-18T23:10:42.670Z | [ host-image] Dec 18 23:10:41.353 INFO O| Dec 18 23:10:41.353 INFO O| Done |
3666 | 2024-12-18T23:10:42.670Z | [ host-image] Dec 18 23:10:41.353 INFO O| Dec 18 23:10:41.353 INFO O| Done |
3667 | 2024-12-18T23:10:42.958Z | [ recovery-image] Dec 18 23:10:41.641 INFO O| Dec 18 23:10:41.641 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3668 | 2024-12-18T23:10:42.958Z | [ recovery-image] Dec 18 23:10:41.641 INFO O| Dec 18 23:10:41.641 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3669 | 2024-12-18T23:10:42.973Z | [ recovery-image] Dec 18 23:10:41.657 INFO O| Dec 18 23:10:41.657 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"] |
3670 | 2024-12-18T23:10:43.377Z | [ host-image] Dec 18 23:10:42.060 INFO O| Dec 18 23:10:42.060 INFO O| Done |
3671 | 2024-12-18T23:10:43.442Z | [ host-image] Dec 18 23:10:42.125 INFO O| Dec 18 23:10:42.125 INFO O| Done |
3672 | 2024-12-18T23:10:43.444Z | [ host-image] Dec 18 23:10:42.127 INFO O| Dec 18 23:10:42.127 INFO O| Done |
3673 | 2024-12-18T23:10:43.445Z | [ host-image] Dec 18 23:10:42.127 INFO O| Dec 18 23:10:42.127 INFO O| Done |
3674 | 2024-12-18T23:10:43.447Z | [ host-image] Dec 18 23:10:42.128 INFO O| Dec 18 23:10:42.128 INFO O| Done |
3675 | 2024-12-18T23:10:43.461Z | [ recovery-image] Dec 18 23:10:42.144 INFO O| Dec 18 23:10:42.144 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3676 | 2024-12-18T23:10:43.461Z | [ recovery-image] Dec 18 23:10:42.144 INFO O| Dec 18 23:10:42.144 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3677 | 2024-12-18T23:10:43.461Z | [ recovery-image] Dec 18 23:10:42.144 INFO O| Dec 18 23:10:42.144 INFO skip step because feature "repo_redist" is not enabled |
3678 | 2024-12-18T23:10:43.463Z | [ recovery-image] Dec 18 23:10:42.144 INFO O| Dec 18 23:10:42.144 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3679 | 2024-12-18T23:10:43.928Z | [ recovery-image] Dec 18 23:10:42.611 INFO O| Dec 18 23:10:42.611 INFO variant opensolaris.zone is already global |
3680 | 2024-12-18T23:10:43.929Z | [ recovery-image] Dec 18 23:10:42.611 INFO O| Dec 18 23:10:42.611 INFO STEP 5 (pkg_change_variant) COMPLETE |
3681 | 2024-12-18T23:10:43.932Z | [ recovery-image] Dec 18 23:10:42.611 INFO O| Dec 18 23:10:42.611 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3682 | 2024-12-18T23:10:44.007Z | [ host-image] Dec 18 23:10:42.689 INFO O| Dec 18 23:10:42.689 INFO STEP 6 (pkg_change_variant) COMPLETE |
3683 | 2024-12-18T23:10:44.007Z | [ host-image] Dec 18 23:10:42.689 INFO O| Dec 18 23:10:42.689 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3684 | 2024-12-18T23:10:44.007Z | [ host-image] Dec 18 23:10:42.689 INFO O| Dec 18 23:10:42.689 INFO skip step because feature "debug_variant" is not enabled |
3685 | 2024-12-18T23:10:44.007Z | [ host-image] Dec 18 23:10:42.689 INFO O| Dec 18 23:10:42.689 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3686 | 2024-12-18T23:10:44.166Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3687 | 2024-12-18T23:10:44.175Z | Dec 18 23:10:42.853 INFO [stamp-nexus] process exited with exit status: 0 (4.272777721s) |
3688 | 2024-12-18T23:10:44.309Z | [ recovery-image] Dec 18 23:10:42.992 INFO O| Dec 18 23:10:42.992 INFO variant opensolaris.imagetype is full; changing to partial |
3689 | 2024-12-18T23:10:44.309Z | [ recovery-image] Dec 18 23:10:42.992 INFO O| Dec 18 23:10:42.992 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3690 | 2024-12-18T23:10:44.465Z | [ host-image] Dec 18 23:10:43.148 INFO O| Dec 18 23:10:43.148 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3691 | 2024-12-18T23:10:45.115Z | [ host-image] Dec 18 23:10:43.798 INFO O| Dec 18 23:10:43.798 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3692 | 2024-12-18T23:10:45.119Z | [ host-image] Dec 18 23:10:43.800 INFO O| Dec 18 23:10:43.799 INFO O| Planning: Planning completed in 0.00 seconds |
3693 | 2024-12-18T23:10:45.119Z | [ host-image] Dec 18 23:10:43.800 INFO O| Dec 18 23:10:43.800 INFO O| Planning: Consolidating action changes ... Done |
3694 | 2024-12-18T23:10:45.119Z | [ host-image] Dec 18 23:10:43.800 INFO O| Dec 18 23:10:43.800 INFO O| Planning: Evaluating mediators ... Done |
3695 | 2024-12-18T23:10:45.120Z | [ host-image] Dec 18 23:10:43.801 INFO O| Dec 18 23:10:43.801 INFO O| Planning: Planning completed in 0.00 seconds |
3696 | 2024-12-18T23:10:45.122Z | [ host-image] Dec 18 23:10:43.801 INFO O| Dec 18 23:10:43.801 INFO O| Variants/Facets to change: 1 |
3697 | 2024-12-18T23:10:45.140Z | [ host-image] Dec 18 23:10:43.823 INFO O| Dec 18 23:10:43.823 INFO O| Done |
3698 | 2024-12-18T23:10:45.140Z | [ host-image] Dec 18 23:10:43.823 INFO O| Dec 18 23:10:43.823 INFO O| Done |
3699 | 2024-12-18T23:10:45.184Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3700 | 2024-12-18T23:10:45.187Z | [verify-libraries] Compiling home v0.5.9 |
3701 | 2024-12-18T23:10:45.420Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3702 | 2024-12-18T23:10:45.451Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3703 | 2024-12-18T23:10:45.456Z | Dec 18 23:10:44.139 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.607770025s) |
3704 | 2024-12-18T23:10:45.464Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3705 | 2024-12-18T23:10:45.464Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3706 | 2024-12-18T23:10:45.467Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3707 | 2024-12-18T23:10:45.634Z | [verify-libraries] Compiling nix v0.28.0 |
3708 | 2024-12-18T23:10:45.641Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3709 | 2024-12-18T23:10:45.644Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3710 | 2024-12-18T23:10:45.966Z | [ host-image] Dec 18 23:10:44.649 INFO O| Dec 18 23:10:44.649 INFO O| Done |
3711 | 2024-12-18T23:10:46.056Z | [ host-image] Dec 18 23:10:44.739 INFO O| Dec 18 23:10:44.739 INFO O| Done |
3712 | 2024-12-18T23:10:46.058Z | [ host-image] Dec 18 23:10:44.740 INFO O| Dec 18 23:10:44.739 INFO O| Done |
3713 | 2024-12-18T23:10:46.058Z | [ host-image] Dec 18 23:10:44.740 INFO O| Dec 18 23:10:44.740 INFO O| Done |
3714 | 2024-12-18T23:10:46.058Z | [ host-image] Dec 18 23:10:44.741 INFO O| Dec 18 23:10:44.741 INFO O| Done |
3715 | 2024-12-18T23:10:46.104Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3716 | 2024-12-18T23:10:46.149Z | [verify-libraries] Compiling polyval v0.6.2 |
3717 | 2024-12-18T23:10:46.174Z | [ host-image] Dec 18 23:10:44.857 INFO O| Dec 18 23:10:44.857 INFO STEP 8 (pkg_change_facet) COMPLETE |
3718 | 2024-12-18T23:10:46.174Z | [ host-image] Dec 18 23:10:44.857 INFO O| Dec 18 23:10:44.857 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3719 | 2024-12-18T23:10:46.174Z | [ host-image] Dec 18 23:10:44.857 INFO O| Dec 18 23:10:44.857 INFO skip step because feature "recovery" is not enabled |
3720 | 2024-12-18T23:10:46.177Z | [ host-image] Dec 18 23:10:44.857 INFO O| Dec 18 23:10:44.857 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3721 | 2024-12-18T23:10:46.177Z | [ host-image] Dec 18 23:10:44.858 INFO O| Dec 18 23:10:44.857 INFO skip step because feature "recovery" is not enabled |
3722 | 2024-12-18T23:10:46.177Z | [ host-image] Dec 18 23:10:44.858 INFO O| Dec 18 23:10:44.857 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3723 | 2024-12-18T23:10:46.192Z | [ host-image] Dec 18 23:10:44.875 INFO O| Dec 18 23:10:44.875 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"] |
3724 | 2024-12-18T23:10:46.329Z | [verify-libraries] Compiling ctr v0.9.2 |
3725 | 2024-12-18T23:10:46.843Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3726 | 2024-12-18T23:10:46.880Z | [verify-libraries] Compiling ghash v0.5.1 |
3727 | 2024-12-18T23:10:46.976Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3728 | 2024-12-18T23:10:46.976Z | [verify-libraries] Compiling blowfish v0.9.1 |
3729 | 2024-12-18T23:10:47.229Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3730 | 2024-12-18T23:10:47.265Z | [ host-image] Dec 18 23:10:45.948 INFO O| Dec 18 23:10:45.948 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3731 | 2024-12-18T23:10:47.989Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3732 | 2024-12-18T23:10:48.599Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3733 | 2024-12-18T23:10:49.403Z | [verify-libraries] Compiling password-hash v0.4.2 |
3734 | 2024-12-18T23:10:52.439Z | [verify-libraries] Compiling rustyline v14.0.0 |
3735 | 2024-12-18T23:10:53.562Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3736 | 2024-12-18T23:10:53.606Z | Dec 18 23:10:52.289 INFO [stamp-clickhouse] process exited with exit status: 0 (13.74190602s) |
3737 | 2024-12-18T23:10:54.033Z | [verify-libraries] Compiling matches v0.1.10 |
3738 | 2024-12-18T23:10:54.246Z | [verify-libraries] Compiling idna v0.2.3 |
3739 | 2024-12-18T23:10:54.344Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3740 | 2024-12-18T23:10:54.352Z | Dec 18 23:10:53.033 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.382683843s) |
3741 | 2024-12-18T23:10:54.355Z | Dec 18 23:10:53.033 INFO [tuf-stamp] task succeeded (14.502439734s) |
3742 | 2024-12-18T23:10:55.557Z | [ recovery-image] Dec 18 23:10:54.240 INFO O| Dec 18 23:10:54.240 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3743 | 2024-12-18T23:10:55.582Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3744 | 2024-12-18T23:10:56.315Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3745 | 2024-12-18T23:10:56.443Z | [verify-libraries] Compiling p521 v0.13.3 |
3746 | 2024-12-18T23:10:59.080Z | [verify-libraries] Compiling p256 v0.13.2 |
3747 | 2024-12-18T23:11:01.624Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3748 | 2024-12-18T23:11:01.821Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3749 | 2024-12-18T23:11:02.343Z | [verify-libraries] Compiling md5 v0.7.0 |
3750 | 2024-12-18T23:11:02.876Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3751 | 2024-12-18T23:11:03.012Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3752 | 2024-12-18T23:11:05.485Z | [ recovery-image] Dec 18 23:11:04.167 INFO O| Dec 18 23:11:04.167 INFO O| Startup: Caching catalogs ... Done |
3753 | 2024-12-18T23:11:05.655Z | [ recovery-image] Dec 18 23:11:04.336 INFO O| Dec 18 23:11:04.336 INFO O| Planning: Planning completed in 0.00 seconds |
3754 | 2024-12-18T23:11:05.658Z | [ recovery-image] Dec 18 23:11:04.337 INFO O| Dec 18 23:11:04.337 INFO O| Planning: Consolidating action changes ... Done |
3755 | 2024-12-18T23:11:05.658Z | [ recovery-image] Dec 18 23:11:04.337 INFO O| Dec 18 23:11:04.337 INFO O| Planning: Evaluating mediators ... Done |
3756 | 2024-12-18T23:11:05.658Z | [ recovery-image] Dec 18 23:11:04.338 INFO O| Dec 18 23:11:04.337 INFO O| Planning: Planning completed in 0.00 seconds |
3757 | 2024-12-18T23:11:05.658Z | [ recovery-image] Dec 18 23:11:04.338 INFO O| Dec 18 23:11:04.338 INFO O| Variants/Facets to change: 1 |
3758 | 2024-12-18T23:11:05.748Z | [ recovery-image] Dec 18 23:11:04.429 INFO O| Dec 18 23:11:04.429 INFO O| Done |
3759 | 2024-12-18T23:11:05.751Z | [ recovery-image] Dec 18 23:11:04.429 INFO O| Dec 18 23:11:04.429 INFO O| Done |
3760 | 2024-12-18T23:11:06.776Z | [ recovery-image] Dec 18 23:11:05.458 INFO O| Dec 18 23:11:05.458 INFO O| Done |
3761 | 2024-12-18T23:11:06.845Z | [ recovery-image] Dec 18 23:11:05.527 INFO O| Dec 18 23:11:05.527 INFO O| Done |
3762 | 2024-12-18T23:11:06.848Z | [ recovery-image] Dec 18 23:11:05.529 INFO O| Dec 18 23:11:05.529 INFO O| Done |
3763 | 2024-12-18T23:11:06.848Z | [ recovery-image] Dec 18 23:11:05.529 INFO O| Dec 18 23:11:05.529 INFO O| Done |
3764 | 2024-12-18T23:11:06.850Z | [ recovery-image] Dec 18 23:11:05.531 INFO O| Dec 18 23:11:05.531 INFO O| Done |
3765 | 2024-12-18T23:11:07.557Z | [ recovery-image] Dec 18 23:11:06.239 INFO O| Dec 18 23:11:06.239 INFO STEP 6 (pkg_change_variant) COMPLETE |
3766 | 2024-12-18T23:11:07.557Z | [ recovery-image] Dec 18 23:11:06.239 INFO O| Dec 18 23:11:06.239 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3767 | 2024-12-18T23:11:07.560Z | [ recovery-image] Dec 18 23:11:06.239 INFO O| Dec 18 23:11:06.239 INFO skip step because feature "debug_variant" is not enabled |
3768 | 2024-12-18T23:11:07.560Z | [ recovery-image] Dec 18 23:11:06.239 INFO O| Dec 18 23:11:06.239 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3769 | 2024-12-18T23:11:08.210Z | [ recovery-image] Dec 18 23:11:06.892 INFO O| Dec 18 23:11:06.892 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3770 | 2024-12-18T23:11:08.752Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3771 | 2024-12-18T23:11:09.311Z | [ recovery-image] Dec 18 23:11:07.993 INFO O| Dec 18 23:11:07.993 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3772 | 2024-12-18T23:11:09.317Z | [ recovery-image] Dec 18 23:11:07.995 INFO O| Dec 18 23:11:07.995 INFO O| Planning: Planning completed in 0.00 seconds |
3773 | 2024-12-18T23:11:09.317Z | [ recovery-image] Dec 18 23:11:07.996 INFO O| Dec 18 23:11:07.996 INFO O| Planning: Consolidating action changes ... Done |
3774 | 2024-12-18T23:11:09.317Z | [ recovery-image] Dec 18 23:11:07.996 INFO O| Dec 18 23:11:07.996 INFO O| Planning: Evaluating mediators ... Done |
3775 | 2024-12-18T23:11:09.317Z | [ recovery-image] Dec 18 23:11:07.997 INFO O| Dec 18 23:11:07.997 INFO O| Planning: Planning completed in 0.00 seconds |
3776 | 2024-12-18T23:11:09.318Z | [ recovery-image] Dec 18 23:11:07.997 INFO O| Dec 18 23:11:07.997 INFO O| Variants/Facets to change: 1 |
3777 | 2024-12-18T23:11:09.414Z | [ recovery-image] Dec 18 23:11:08.096 INFO O| Dec 18 23:11:08.096 INFO O| Done |
3778 | 2024-12-18T23:11:09.414Z | [ recovery-image] Dec 18 23:11:08.096 INFO O| Dec 18 23:11:08.096 INFO O| Done |
3779 | 2024-12-18T23:11:10.319Z | [ recovery-image] Dec 18 23:11:09.001 INFO O| Dec 18 23:11:09.001 INFO O| Done |
3780 | 2024-12-18T23:11:10.419Z | [ recovery-image] Dec 18 23:11:09.101 INFO O| Dec 18 23:11:09.101 INFO O| Done |
3781 | 2024-12-18T23:11:10.422Z | [ recovery-image] Dec 18 23:11:09.102 INFO O| Dec 18 23:11:09.102 INFO O| Done |
3782 | 2024-12-18T23:11:10.422Z | [ recovery-image] Dec 18 23:11:09.102 INFO O| Dec 18 23:11:09.102 INFO O| Done |
3783 | 2024-12-18T23:11:10.422Z | [ recovery-image] Dec 18 23:11:09.104 INFO O| Dec 18 23:11:09.104 INFO O| Done |
3784 | 2024-12-18T23:11:10.524Z | [ recovery-image] Dec 18 23:11:09.206 INFO O| Dec 18 23:11:09.205 INFO STEP 8 (pkg_change_facet) COMPLETE |
3785 | 2024-12-18T23:11:10.526Z | [ recovery-image] Dec 18 23:11:09.206 INFO O| Dec 18 23:11:09.206 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3786 | 2024-12-18T23:11:11.290Z | [ recovery-image] Dec 18 23:11:09.972 INFO O| Dec 18 23:11:09.972 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3787 | 2024-12-18T23:11:12.361Z | [ recovery-image] Dec 18 23:11:11.043 INFO O| Dec 18 23:11:11.043 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3788 | 2024-12-18T23:11:12.364Z | [ recovery-image] Dec 18 23:11:11.045 INFO O| Dec 18 23:11:11.045 INFO O| Planning: Planning completed in 0.00 seconds |
3789 | 2024-12-18T23:11:12.364Z | [ recovery-image] Dec 18 23:11:11.046 INFO O| Dec 18 23:11:11.046 INFO O| Planning: Consolidating action changes ... Done |
3790 | 2024-12-18T23:11:12.364Z | [ recovery-image] Dec 18 23:11:11.046 INFO O| Dec 18 23:11:11.046 INFO O| Planning: Evaluating mediators ... Done |
3791 | 2024-12-18T23:11:12.366Z | [ recovery-image] Dec 18 23:11:11.046 INFO O| Dec 18 23:11:11.046 INFO O| Planning: Planning completed in 0.00 seconds |
3792 | 2024-12-18T23:11:12.366Z | [ recovery-image] Dec 18 23:11:11.047 INFO O| Dec 18 23:11:11.047 INFO O| Variants/Facets to change: 1 |
3793 | 2024-12-18T23:11:12.458Z | [ recovery-image] Dec 18 23:11:11.140 INFO O| Dec 18 23:11:11.140 INFO O| Done |
3794 | 2024-12-18T23:11:12.458Z | [ recovery-image] Dec 18 23:11:11.140 INFO O| Dec 18 23:11:11.140 INFO O| Done |
3795 | 2024-12-18T23:11:13.257Z | [ recovery-image] Dec 18 23:11:11.939 INFO O| Dec 18 23:11:11.939 INFO O| Done |
3796 | 2024-12-18T23:11:13.338Z | [ recovery-image] Dec 18 23:11:12.020 INFO O| Dec 18 23:11:12.019 INFO O| Done |
3797 | 2024-12-18T23:11:13.341Z | [ recovery-image] Dec 18 23:11:12.021 INFO O| Dec 18 23:11:12.020 INFO O| Done |
3798 | 2024-12-18T23:11:13.341Z | [ recovery-image] Dec 18 23:11:12.021 INFO O| Dec 18 23:11:12.021 INFO O| Done |
3799 | 2024-12-18T23:11:13.343Z | [ recovery-image] Dec 18 23:11:12.023 INFO O| Dec 18 23:11:12.023 INFO O| Done |
3800 | 2024-12-18T23:11:13.543Z | [ recovery-image] Dec 18 23:11:12.224 INFO O| Dec 18 23:11:12.224 INFO STEP 9 (pkg_change_facet) COMPLETE |
3801 | 2024-12-18T23:11:13.543Z | [ recovery-image] Dec 18 23:11:12.224 INFO O| Dec 18 23:11:12.224 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3802 | 2024-12-18T23:11:14.164Z | [ recovery-image] Dec 18 23:11:12.846 INFO O| Dec 18 23:11:12.846 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3803 | 2024-12-18T23:11:15.375Z | [ recovery-image] Dec 18 23:11:14.056 INFO O| Dec 18 23:11:14.056 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3804 | 2024-12-18T23:11:15.400Z | [ recovery-image] Dec 18 23:11:14.082 INFO O| Dec 18 23:11:14.082 INFO O| Planning: Planning completed in 0.00 seconds |
3805 | 2024-12-18T23:11:15.403Z | [ recovery-image] Dec 18 23:11:14.083 INFO O| Dec 18 23:11:14.083 INFO O| Planning: Consolidating action changes ... Done |
3806 | 2024-12-18T23:11:15.403Z | [ recovery-image] Dec 18 23:11:14.083 INFO O| Dec 18 23:11:14.083 INFO O| Planning: Evaluating mediators ... Done |
3807 | 2024-12-18T23:11:15.403Z | [ recovery-image] Dec 18 23:11:14.083 INFO O| Dec 18 23:11:14.083 INFO O| Planning: Planning completed in 0.00 seconds |
3808 | 2024-12-18T23:11:15.403Z | [ recovery-image] Dec 18 23:11:14.084 INFO O| Dec 18 23:11:14.084 INFO O| Variants/Facets to change: 1 |
3809 | 2024-12-18T23:11:15.513Z | [ recovery-image] Dec 18 23:11:14.195 INFO O| Dec 18 23:11:14.195 INFO O| Done |
3810 | 2024-12-18T23:11:15.513Z | [ recovery-image] Dec 18 23:11:14.195 INFO O| Dec 18 23:11:14.195 INFO O| Done |
3811 | 2024-12-18T23:11:16.349Z | [ recovery-image] Dec 18 23:11:15.031 INFO O| Dec 18 23:11:15.030 INFO O| Done |
3812 | 2024-12-18T23:11:16.467Z | [ recovery-image] Dec 18 23:11:15.148 INFO O| Dec 18 23:11:15.148 INFO O| Done |
3813 | 2024-12-18T23:11:16.469Z | [ recovery-image] Dec 18 23:11:15.149 INFO O| Dec 18 23:11:15.149 INFO O| Done |
3814 | 2024-12-18T23:11:16.469Z | [ recovery-image] Dec 18 23:11:15.149 INFO O| Dec 18 23:11:15.149 INFO O| Done |
3815 | 2024-12-18T23:11:16.472Z | [ recovery-image] Dec 18 23:11:15.151 INFO O| Dec 18 23:11:15.151 INFO O| Done |
3816 | 2024-12-18T23:11:16.590Z | [ recovery-image] Dec 18 23:11:15.272 INFO O| Dec 18 23:11:15.272 INFO STEP 10 (pkg_change_facet) COMPLETE |
3817 | 2024-12-18T23:11:16.590Z | [ recovery-image] Dec 18 23:11:15.272 INFO O| Dec 18 23:11:15.272 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3818 | 2024-12-18T23:11:16.613Z | [ recovery-image] Dec 18 23:11:15.294 INFO O| Dec 18 23:11:15.294 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"] |
3819 | 2024-12-18T23:11:17.724Z | [ recovery-image] Dec 18 23:11:16.405 INFO O| Dec 18 23:11:16.405 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3820 | 2024-12-18T23:11:18.839Z | [verify-libraries] Compiling des v0.8.1 |
3821 | 2024-12-18T23:11:19.440Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3822 | 2024-12-18T23:11:19.515Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3823 | 2024-12-18T23:11:19.842Z | [verify-libraries] Compiling russh v0.45.0 |
3824 | 2024-12-18T23:11:20.650Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3825 | 2024-12-18T23:11:26.475Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3826 | 2024-12-18T23:11:29.423Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3827 | 2024-12-18T23:11:32.007Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3828 | 2024-12-18T23:11:43.116Z | [verify-libraries] Compiling petname v2.0.2 |
3829 | 2024-12-18T23:11:44.429Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3830 | 2024-12-18T23:11:45.109Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3831 | 2024-12-18T23:11:45.902Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3832 | 2024-12-18T23:11:47.977Z | [verify-libraries] Compiling heck v0.4.1 |
3833 | 2024-12-18T23:11:49.691Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3834 | 2024-12-18T23:11:54.016Z | [ host-image] Dec 18 23:11:52.695 INFO O| Dec 18 23:11:52.695 INFO O| Planning: Solver setup ... Done |
3835 | 2024-12-18T23:11:55.122Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3836 | 2024-12-18T23:11:58.255Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3837 | 2024-12-18T23:12:05.565Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3838 | 2024-12-18T23:12:20.142Z | [ recovery-image] Dec 18 23:12:18.820 INFO O| Dec 18 23:12:18.820 INFO O| Planning: Solver setup ... Done |
3839 | 2024-12-18T23:12:31.608Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3840 | 2024-12-18T23:12:33.287Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3841 | 2024-12-18T23:12:37.733Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3842 | 2024-12-18T23:13:01.825Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3843 | 2024-12-18T23:13:10.248Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3844 | 2024-12-18T23:13:10.413Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3845 | 2024-12-18T23:13:11.041Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3846 | 2024-12-18T23:13:11.606Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3847 | 2024-12-18T23:13:12.039Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3848 | 2024-12-18T23:13:12.615Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3849 | 2024-12-18T23:13:13.009Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3850 | 2024-12-18T23:13:16.202Z | [ host-image] Dec 18 23:13:14.878 INFO O| Dec 18 23:13:14.878 INFO O| Planning: Running solver ... Done |
3851 | 2024-12-18T23:13:16.841Z | [ host-image] Dec 18 23:13:15.516 INFO O| Dec 18 23:13:15.516 INFO O| Planning: Finding local manifests ... Done |
3852 | 2024-12-18T23:13:16.860Z | [ host-image] Dec 18 23:13:15.535 INFO O| Dec 18 23:13:15.535 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3853 | 2024-12-18T23:13:19.108Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3854 | 2024-12-18T23:13:21.500Z | [ host-image] Dec 18 23:13:20.176 INFO O| Dec 18 23:13:20.176 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3855 | 2024-12-18T23:13:22.109Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3856 | 2024-12-18T23:13:23.059Z | [ host-image] Dec 18 23:13:21.734 INFO O| Dec 18 23:13:21.734 INFO O| Planning: Package planning ... Done |
3857 | 2024-12-18T23:13:24.660Z | [ host-image] Dec 18 23:13:23.335 INFO O| Dec 18 23:13:23.335 INFO O| Planning: Merging actions ... Done |
3858 | 2024-12-18T23:13:25.013Z | [ host-image] Dec 18 23:13:23.688 INFO O| Dec 18 23:13:23.688 INFO O| Planning: Checking for conflicting actions ... Done |
3859 | 2024-12-18T23:13:25.372Z | [ host-image] Dec 18 23:13:24.048 INFO O| Dec 18 23:13:24.048 INFO O| Planning: Consolidating action changes ... Done |
3860 | 2024-12-18T23:13:25.842Z | [ host-image] Dec 18 23:13:24.518 INFO O| Dec 18 23:13:24.517 INFO O| Planning: Evaluating mediators ... Done |
3861 | 2024-12-18T23:13:25.966Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3862 | 2024-12-18T23:13:31.700Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3863 | 2024-12-18T23:13:31.849Z | [ host-image] Dec 18 23:13:30.523 INFO O| Dec 18 23:13:30.523 INFO O| Planning: Planning completed in 164.57 seconds |
3864 | 2024-12-18T23:13:31.855Z | [ host-image] Dec 18 23:13:30.530 INFO O| Dec 18 23:13:30.529 INFO O| Packages to install: 124 |
3865 | 2024-12-18T23:13:31.857Z | [ host-image] Dec 18 23:13:30.530 INFO O| Dec 18 23:13:30.529 INFO O| Mediators to change: 4 |
3866 | 2024-12-18T23:13:31.857Z | [ host-image] Dec 18 23:13:30.530 INFO O| Dec 18 23:13:30.530 INFO O| Services to change: 6 |
3867 | 2024-12-18T23:13:31.968Z | [ host-image] Dec 18 23:13:30.642 INFO O| Dec 18 23:13:30.642 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete |
3868 | 2024-12-18T23:13:36.946Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3869 | 2024-12-18T23:13:36.981Z | [ host-image] Dec 18 23:13:35.656 INFO O| Dec 18 23:13:35.650 INFO O| Download: 1211/22788 items 7.0/199.7MB 3% complete (1.4M/s) |
3870 | 2024-12-18T23:13:41.981Z | [ host-image] Dec 18 23:13:40.655 INFO O| Dec 18 23:13:40.655 INFO O| Download: 1823/22788 items 17.9/199.7MB 8% complete (1.7M/s) |
3871 | 2024-12-18T23:13:43.343Z | [ recovery-image] Dec 18 23:13:42.017 INFO O| Dec 18 23:13:42.017 INFO O| Planning: Running solver ... Done |
3872 | 2024-12-18T23:13:43.902Z | [ recovery-image] Dec 18 23:13:42.576 INFO O| Dec 18 23:13:42.576 INFO O| Planning: Finding local manifests ... Done |
3873 | 2024-12-18T23:13:43.921Z | [ recovery-image] Dec 18 23:13:42.595 INFO O| Dec 18 23:13:42.595 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3874 | 2024-12-18T23:13:46.986Z | [ host-image] Dec 18 23:13:45.660 INFO O| Dec 18 23:13:45.660 INFO O| Download: 2388/22788 items 27.9/199.7MB 13% complete (2.1M/s) |
3875 | 2024-12-18T23:13:48.667Z | [ recovery-image] Dec 18 23:13:47.341 INFO O| Dec 18 23:13:47.341 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3876 | 2024-12-18T23:13:49.629Z | [ recovery-image] Dec 18 23:13:48.303 INFO O| Dec 18 23:13:48.303 INFO O| Planning: Package planning ... Done |
3877 | 2024-12-18T23:13:50.499Z | [ recovery-image] Dec 18 23:13:49.173 INFO O| Dec 18 23:13:49.173 INFO O| Planning: Merging actions ... Done |
3878 | 2024-12-18T23:13:50.682Z | [ recovery-image] Dec 18 23:13:49.355 INFO O| Dec 18 23:13:49.355 INFO O| Planning: Checking for conflicting actions ... Done |
3879 | 2024-12-18T23:13:50.823Z | [ recovery-image] Dec 18 23:13:49.497 INFO O| Dec 18 23:13:49.497 INFO O| Planning: Consolidating action changes ... Done |
3880 | 2024-12-18T23:13:51.186Z | [ recovery-image] Dec 18 23:13:49.860 INFO O| Dec 18 23:13:49.860 INFO O| Planning: Evaluating mediators ... Done |
3881 | 2024-12-18T23:13:52.006Z | [ host-image] Dec 18 23:13:50.680 INFO O| Dec 18 23:13:50.680 INFO O| Download: 3523/22788 items 35.7/199.7MB 17% complete (1.8M/s) |
3882 | 2024-12-18T23:13:57.164Z | [ recovery-image] Dec 18 23:13:55.837 INFO O| Dec 18 23:13:55.837 INFO O| Planning: Planning completed in 159.43 seconds |
3883 | 2024-12-18T23:13:57.171Z | [ recovery-image] Dec 18 23:13:55.844 INFO O| Dec 18 23:13:55.844 INFO O| Packages to install: 124 |
3884 | 2024-12-18T23:13:57.174Z | [ recovery-image] Dec 18 23:13:55.844 INFO O| Dec 18 23:13:55.844 INFO O| Mediators to change: 4 |
3885 | 2024-12-18T23:13:57.174Z | [ recovery-image] Dec 18 23:13:55.845 INFO O| Dec 18 23:13:55.845 INFO O| Services to change: 5 |
3886 | 2024-12-18T23:13:57.258Z | [ recovery-image] Dec 18 23:13:55.932 INFO O| Dec 18 23:13:55.932 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete |
3887 | 2024-12-18T23:13:57.293Z | [ host-image] Dec 18 23:13:55.966 INFO O| Dec 18 23:13:55.966 INFO O| Download: 4554/22788 items 42.6/199.7MB 21% complete (1.5M/s) |
3888 | 2024-12-18T23:14:01.136Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3889 | 2024-12-18T23:14:02.295Z | [ host-image] Dec 18 23:14:00.967 INFO O| Dec 18 23:14:00.967 INFO O| Download: 5088/22788 items 45.9/199.7MB 23% complete (1004k/s) |
3890 | 2024-12-18T23:14:02.964Z | [ recovery-image] Dec 18 23:14:01.637 INFO O| Dec 18 23:14:01.637 INFO O| Download: 1057/15862 items 7.9/176.4MB 4% complete (1.8M/s) |
3891 | 2024-12-18T23:14:05.630Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3892 | 2024-12-18T23:14:06.321Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3893 | 2024-12-18T23:14:07.317Z | [ host-image] Dec 18 23:14:05.990 INFO O| Dec 18 23:14:05.989 INFO O| Download: 6135/22788 items 46.5/199.7MB 23% complete (397k/s) |
3894 | 2024-12-18T23:14:07.958Z | [verify-libraries] Compiling termios v0.3.3 |
3895 | 2024-12-18T23:14:07.977Z | [ recovery-image] Dec 18 23:14:06.650 INFO O| Dec 18 23:14:06.650 INFO O| Download: 1320/15862 items 20.3/176.4MB 11% complete (1.9M/s) |
3896 | 2024-12-18T23:14:08.307Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3897 | 2024-12-18T23:14:12.325Z | [ host-image] Dec 18 23:14:10.998 INFO O| Dec 18 23:14:10.998 INFO O| Download: 6914/22788 items 49.6/199.7MB 24% complete (367k/s) |
3898 | 2024-12-18T23:14:12.981Z | [ recovery-image] Dec 18 23:14:11.654 INFO O| Dec 18 23:14:11.654 INFO O| Download: 1599/15862 items 24.8/176.4MB 14% complete (1.7M/s) |
3899 | 2024-12-18T23:14:17.345Z | [ host-image] Dec 18 23:14:16.017 INFO O| Dec 18 23:14:16.017 INFO O| Download: 7613/22788 items 58.5/199.7MB 29% complete (1.2M/s) |
3900 | 2024-12-18T23:14:17.985Z | [ recovery-image] Dec 18 23:14:16.657 INFO O| Dec 18 23:14:16.657 INFO O| Download: 2436/15862 items 31.4/176.4MB 17% complete (1.2M/s) |
3901 | 2024-12-18T23:14:22.623Z | [ host-image] Dec 18 23:14:21.295 INFO O| Dec 18 23:14:21.295 INFO O| Download: 8230/22788 items 63.1/199.7MB 31% complete (1.2M/s) |
3902 | 2024-12-18T23:14:22.986Z | [ recovery-image] Dec 18 23:14:21.658 INFO O| Dec 18 23:14:21.658 INFO O| Download: 3444/15862 items 38.2/176.4MB 21% complete (1.6M/s) |
3903 | 2024-12-18T23:14:27.640Z | [ host-image] Dec 18 23:14:26.312 INFO O| Dec 18 23:14:26.312 INFO O| Download: 9095/22788 items 73.8/199.7MB 36% complete (1.5M/s) |
3904 | 2024-12-18T23:14:28.309Z | [ recovery-image] Dec 18 23:14:26.981 INFO O| Dec 18 23:14:26.981 INFO O| Download: 3777/15862 items 42.2/176.4MB 23% complete (1.1M/s) |
3905 | 2024-12-18T23:14:32.660Z | [ host-image] Dec 18 23:14:31.324 INFO O| Dec 18 23:14:31.324 INFO O| Download: 9850/22788 items 83.6/199.7MB 41% complete (2.1M/s) |
3906 | 2024-12-18T23:14:32.961Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3907 | 2024-12-18T23:14:33.416Z | [ recovery-image] Dec 18 23:14:32.080 INFO O| Dec 18 23:14:32.080 INFO O| Download: 4772/15862 items 43.0/176.4MB 24% complete (478k/s) |
3908 | 2024-12-18T23:14:37.660Z | [ host-image] Dec 18 23:14:36.331 INFO O| Dec 18 23:14:36.331 INFO O| Download: 10839/22788 items 89.9/199.7MB 45% complete (1.6M/s) |
3909 | 2024-12-18T23:14:38.439Z | [ recovery-image] Dec 18 23:14:37.109 INFO O| Dec 18 23:14:37.109 INFO O| Download: 5541/15862 items 43.4/176.4MB 24% complete (122k/s) |
3910 | 2024-12-18T23:14:42.715Z | [ host-image] Dec 18 23:14:41.386 INFO O| Dec 18 23:14:41.386 INFO O| Download: 11361/22788 items 96.1/199.7MB 48% complete (1.2M/s) |
3911 | 2024-12-18T23:14:43.740Z | [ recovery-image] Dec 18 23:14:42.411 INFO O| Dec 18 23:14:42.411 INFO O| Download: 5951/15862 items 53.6/176.4MB 30% complete (1.0M/s) |
3912 | 2024-12-18T23:14:47.727Z | [ host-image] Dec 18 23:14:46.397 INFO O| Dec 18 23:14:46.397 INFO O| Download: 12113/22788 items 103.1/199.7MB 51% complete (1.2M/s) |
3913 | 2024-12-18T23:14:48.746Z | [ recovery-image] Dec 18 23:14:47.416 INFO O| Dec 18 23:14:47.416 INFO O| Download: 6579/15862 items 64.2/176.4MB 36% complete (2.0M/s) |
3914 | 2024-12-18T23:14:52.654Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3915 | 2024-12-18T23:14:52.729Z | [ host-image] Dec 18 23:14:51.400 INFO O| Dec 18 23:14:51.399 INFO O| Download: 12390/22788 items 109.5/199.7MB 54% complete (1.4M/s) |
3916 | 2024-12-18T23:14:53.768Z | [ recovery-image] Dec 18 23:14:52.439 INFO O| Dec 18 23:14:52.439 INFO O| Download: 7474/15862 items 73.5/176.4MB 41% complete (2.0M/s) |
3917 | 2024-12-18T23:14:58.045Z | [ host-image] Dec 18 23:14:56.715 INFO O| Dec 18 23:14:56.715 INFO O| Download: 13336/22788 items 110.0/199.7MB 55% complete (912k/s) |
3918 | 2024-12-18T23:14:59.030Z | [ recovery-image] Dec 18 23:14:57.700 INFO O| Dec 18 23:14:57.700 INFO O| Download: 7892/15862 items 76.4/176.4MB 43% complete (1.2M/s) |
3919 | 2024-12-18T23:15:03.045Z | [ host-image] Dec 18 23:15:01.715 INFO O| Dec 18 23:15:01.715 INFO O| Download: 14397/22788 items 111.5/199.7MB 55% complete (187k/s) |
3920 | 2024-12-18T23:15:04.646Z | [ recovery-image] Dec 18 23:15:03.316 INFO O| Dec 18 23:15:03.315 INFO O| Download: 7902/15862 items 76.8/176.4MB 43% complete (1020k/s) |
3921 | 2024-12-18T23:15:08.046Z | [ host-image] Dec 18 23:15:06.716 INFO O| Dec 18 23:15:06.716 INFO O| Download: 15310/22788 items 121.4/199.7MB 60% complete (1.1M/s) |
3922 | 2024-12-18T23:15:13.049Z | [ host-image] Dec 18 23:15:11.718 INFO O| Dec 18 23:15:11.718 INFO O| Download: 16151/22788 items 133.4/199.7MB 66% complete (2.2M/s) |
3923 | 2024-12-18T23:15:18.051Z | [ host-image] Dec 18 23:15:16.720 INFO O| Dec 18 23:15:16.720 INFO O| Download: 17464/22788 items 141.4/199.7MB 70% complete (2.0M/s) |
3924 | 2024-12-18T23:15:18.071Z | [ recovery-image] Dec 18 23:15:16.740 INFO O| Dec 18 23:15:16.740 INFO O| Download: 7974/15862 items 78.9/176.4MB 44% complete |
3925 | 2024-12-18T23:15:23.088Z | [ host-image] Dec 18 23:15:21.758 INFO O| Dec 18 23:15:21.757 INFO O| Download: 17912/22788 items 155.4/199.7MB 77% complete (2.1M/s) |
3926 | 2024-12-18T23:15:23.169Z | [ recovery-image] Dec 18 23:15:21.837 INFO O| Dec 18 23:15:21.837 INFO O| Download: 8778/15862 items 90.3/176.4MB 51% complete (2.1M/s) |
3927 | 2024-12-18T23:15:28.092Z | [ host-image] Dec 18 23:15:26.761 INFO O| Dec 18 23:15:26.760 INFO O| Download: 18862/22788 items 165.4/199.7MB 82% complete (2.4M/s) |
3928 | 2024-12-18T23:15:28.172Z | [ recovery-image] Dec 18 23:15:26.840 INFO O| Dec 18 23:15:26.840 INFO O| Download: 8997/15862 items 92.7/176.4MB 52% complete (1.4M/s) |
3929 | 2024-12-18T23:15:33.094Z | [ host-image] Dec 18 23:15:31.762 INFO O| Dec 18 23:15:31.762 INFO O| Download: 19502/22788 items 168.0/199.7MB 84% complete (1.3M/s) |
3930 | 2024-12-18T23:15:33.172Z | [ recovery-image] Dec 18 23:15:31.840 INFO O| Dec 18 23:15:31.840 INFO O| Download: 9960/15862 items 93.2/176.4MB 52% complete (294k/s) |
3931 | 2024-12-18T23:15:38.103Z | [ host-image] Dec 18 23:15:36.771 INFO O| Dec 18 23:15:36.771 INFO O| Download: 20448/22788 items 171.9/199.7MB 86% complete (664k/s) |
3932 | 2024-12-18T23:15:38.184Z | [ recovery-image] Dec 18 23:15:36.853 INFO O| Dec 18 23:15:36.853 INFO O| Download: 10804/15862 items 93.9/176.4MB 53% complete (118k/s) |
3933 | 2024-12-18T23:15:43.152Z | [ host-image] Dec 18 23:15:41.820 INFO O| Dec 18 23:15:41.820 INFO O| Download: 20986/22788 items 178.9/199.7MB 89% complete (1.2M/s) |
3934 | 2024-12-18T23:15:43.248Z | [ recovery-image] Dec 18 23:15:41.916 INFO O| Dec 18 23:15:41.916 INFO O| Download: 11096/15862 items 99.6/176.4MB 56% complete (636k/s) |
3935 | 2024-12-18T23:15:48.225Z | [ host-image] Dec 18 23:15:46.893 INFO O| Dec 18 23:15:46.893 INFO O| Download: 21702/22788 items 183.6/199.7MB 91% complete (1.2M/s) |
3936 | 2024-12-18T23:15:48.250Z | [ recovery-image] Dec 18 23:15:46.918 INFO O| Dec 18 23:15:46.918 INFO O| Download: 11808/15862 items 126.0/176.4MB 71% complete (3.1M/s) |
3937 | 2024-12-18T23:15:53.261Z | [ recovery-image] Dec 18 23:15:51.929 INFO O| Dec 18 23:15:51.929 INFO O| Download: 12297/15862 items 141.0/176.4MB 79% complete (4.2M/s) |
3938 | 2024-12-18T23:15:53.268Z | [ host-image] Dec 18 23:15:51.936 INFO O| Dec 18 23:15:51.935 INFO O| Download: 22098/22788 items 196.8/199.7MB 98% complete (1.7M/s) |
3939 | 2024-12-18T23:15:57.758Z | [ host-image] Dec 18 23:15:56.426 INFO O| Dec 18 23:15:56.425 INFO O| Download: Completed 199.66 MB in 145.78 seconds (1.4M/s) |
3940 | 2024-12-18T23:15:58.272Z | [ recovery-image] Dec 18 23:15:56.939 INFO O| Dec 18 23:15:56.939 INFO O| Download: 13128/15862 items 144.5/176.4MB 81% complete (2.0M/s) |
3941 | 2024-12-18T23:15:59.493Z | [ host-image] Dec 18 23:15:58.160 INFO O| Dec 18 23:15:58.160 INFO O| Actions: 1/49485 actions (Installing new actions) |
3942 | 2024-12-18T23:16:03.294Z | [ recovery-image] Dec 18 23:16:01.961 INFO O| Dec 18 23:16:01.961 INFO O| Download: 14293/15862 items 149.4/176.4MB 84% complete (855k/s) |
3943 | 2024-12-18T23:16:04.493Z | [ host-image] Dec 18 23:16:03.160 INFO O| Dec 18 23:16:03.160 INFO O| Actions: 9548/49485 actions (Installing new actions) |
3944 | 2024-12-18T23:16:08.322Z | [ recovery-image] Dec 18 23:16:06.989 INFO O| Dec 18 23:16:06.989 INFO O| Download: 14988/15862 items 157.6/176.4MB 89% complete (1.3M/s) |
3945 | 2024-12-18T23:16:09.494Z | [ host-image] Dec 18 23:16:08.161 INFO O| Dec 18 23:16:08.161 INFO O| Actions: 16702/49485 actions (Installing new actions) |
3946 | 2024-12-18T23:16:13.469Z | [ recovery-image] Dec 18 23:16:12.135 INFO O| Dec 18 23:16:12.135 INFO O| Download: 15577/15862 items 169.2/176.4MB 95% complete (2.0M/s) |
3947 | 2024-12-18T23:16:14.495Z | [ host-image] Dec 18 23:16:13.161 INFO O| Dec 18 23:16:13.161 INFO O| Actions: 23449/49485 actions (Installing new actions) |
3948 | 2024-12-18T23:16:16.511Z | [ recovery-image] Dec 18 23:16:15.177 INFO O| Dec 18 23:16:15.177 INFO O| Download: Completed 176.39 MB in 139.25 seconds (1.3M/s) |
3949 | 2024-12-18T23:16:18.318Z | [ recovery-image] Dec 18 23:16:16.984 INFO O| Dec 18 23:16:16.984 INFO O| Actions: 1/25028 actions (Installing new actions) |
3950 | 2024-12-18T23:16:19.495Z | [ host-image] Dec 18 23:16:18.161 INFO O| Dec 18 23:16:18.161 INFO O| Actions: 46549/49485 actions (Installing new actions) |
3951 | 2024-12-18T23:16:22.528Z | [ host-image] Dec 18 23:16:21.194 INFO O| Dec 18 23:16:21.194 INFO O| Actions: Completed 49485 actions in 23.03 seconds. |
3952 | 2024-12-18T23:16:23.305Z | [ host-image] Dec 18 23:16:21.971 INFO O| Dec 18 23:16:21.971 INFO O| Done |
3953 | 2024-12-18T23:16:23.308Z | [ host-image] Dec 18 23:16:21.971 INFO O| Dec 18 23:16:21.971 INFO O| Done |
3954 | 2024-12-18T23:16:23.319Z | [ recovery-image] Dec 18 23:16:21.985 INFO O| Dec 18 23:16:21.985 INFO O| Actions: 8155/25028 actions (Installing new actions) |
3955 | 2024-12-18T23:16:24.992Z | [ host-image] Dec 18 23:16:23.658 INFO O| Dec 18 23:16:23.658 INFO O| Done |
3956 | 2024-12-18T23:16:27.755Z | [ host-image] Dec 18 23:16:26.421 INFO O| Dec 18 23:16:26.421 INFO O| Done |
3957 | 2024-12-18T23:16:27.796Z | [ host-image] Dec 18 23:16:26.462 INFO O| Dec 18 23:16:26.462 INFO O| Done |
3958 | 2024-12-18T23:16:28.319Z | [ recovery-image] Dec 18 23:16:26.985 INFO O| Dec 18 23:16:26.985 INFO O| Actions: 13641/25028 actions (Installing new actions) |
3959 | 2024-12-18T23:16:33.320Z | [ recovery-image] Dec 18 23:16:31.985 INFO O| Dec 18 23:16:31.985 INFO O| Actions: 19757/25028 actions (Installing new actions) |
3960 | 2024-12-18T23:16:35.644Z | [ host-image] Dec 18 23:16:34.309 INFO O| Dec 18 23:16:34.309 INFO O| Done |
3961 | 2024-12-18T23:16:36.294Z | [ recovery-image] Dec 18 23:16:34.960 INFO O| Dec 18 23:16:34.960 INFO O| Actions: Completed 25028 actions in 17.97 seconds. |
3962 | 2024-12-18T23:16:36.744Z | [ host-image] Dec 18 23:16:35.410 INFO O| Dec 18 23:16:35.409 INFO O| Done |
3963 | 2024-12-18T23:16:37.361Z | [ recovery-image] Dec 18 23:16:36.026 INFO O| Dec 18 23:16:36.026 INFO O| Done |
3964 | 2024-12-18T23:16:37.362Z | [ recovery-image] Dec 18 23:16:36.026 INFO O| Dec 18 23:16:36.026 INFO O| Done |
3965 | 2024-12-18T23:16:37.375Z | [ host-image] Dec 18 23:16:36.041 INFO O| Dec 18 23:16:36.040 INFO STEP 11 (pkg_install) COMPLETE |
3966 | 2024-12-18T23:16:37.378Z | [ host-image] Dec 18 23:16:36.041 INFO O| Dec 18 23:16:36.040 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3967 | 2024-12-18T23:16:37.404Z | [ host-image] Dec 18 23:16:36.070 INFO O| Dec 18 23:16:36.069 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"] |
3968 | 2024-12-18T23:16:38.503Z | [ recovery-image] Dec 18 23:16:37.168 INFO O| Dec 18 23:16:37.168 INFO O| Done |
3969 | 2024-12-18T23:16:40.365Z | [ recovery-image] Dec 18 23:16:39.030 INFO O| Dec 18 23:16:39.030 INFO O| Done |
3970 | 2024-12-18T23:16:40.405Z | [ recovery-image] Dec 18 23:16:39.070 INFO O| Dec 18 23:16:39.070 INFO O| Done |
3971 | 2024-12-18T23:16:40.697Z | [ host-image] Dec 18 23:16:39.362 INFO O| Dec 18 23:16:39.362 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3972 | 2024-12-18T23:16:45.926Z | [ recovery-image] Dec 18 23:16:44.579 INFO O| Dec 18 23:16:44.579 INFO O| Done |
3973 | 2024-12-18T23:16:46.488Z | [ host-image] Dec 18 23:16:45.152 INFO O| Dec 18 23:16:45.151 INFO O| Planning: Solver setup ... Done |
3974 | 2024-12-18T23:16:46.508Z | [ host-image] Dec 18 23:16:45.158 INFO O| Dec 18 23:16:45.158 INFO O| Planning: Running solver ... Done |
3975 | 2024-12-18T23:16:46.609Z | [ recovery-image] Dec 18 23:16:45.274 INFO O| Dec 18 23:16:45.274 INFO O| Done |
3976 | 2024-12-18T23:16:46.612Z | [ host-image] Dec 18 23:16:45.276 INFO O| Dec 18 23:16:45.276 INFO O| Planning: Finding local manifests ... Done |
3977 | 2024-12-18T23:16:46.615Z | [ host-image] Dec 18 23:16:45.278 INFO O| Dec 18 23:16:45.278 INFO O| Planning: Fetching manifests: 0/5 0% complete |
3978 | 2024-12-18T23:16:47.121Z | [ recovery-image] Dec 18 23:16:45.785 INFO O| Dec 18 23:16:45.785 INFO STEP 11 (pkg_install) COMPLETE |
3979 | 2024-12-18T23:16:47.121Z | [ recovery-image] Dec 18 23:16:45.785 INFO O| Dec 18 23:16:45.785 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3980 | 2024-12-18T23:16:47.124Z | [ recovery-image] Dec 18 23:16:45.785 INFO O| Dec 18 23:16:45.785 INFO skip step because feature "recovery" is enabled |
3981 | 2024-12-18T23:16:47.124Z | [ recovery-image] Dec 18 23:16:45.785 INFO O| Dec 18 23:16:45.785 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3982 | 2024-12-18T23:16:47.124Z | [ recovery-image] Dec 18 23:16:45.785 INFO O| Dec 18 23:16:45.785 INFO skip step because feature "omicron1" is not enabled |
3983 | 2024-12-18T23:16:47.124Z | [ recovery-image] Dec 18 23:16:45.785 INFO O| Dec 18 23:16:45.785 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3984 | 2024-12-18T23:16:47.142Z | [ recovery-image] Dec 18 23:16:45.807 INFO O| Dec 18 23:16:45.807 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
3985 | 2024-12-18T23:16:47.205Z | [ host-image] Dec 18 23:16:45.870 INFO O| Dec 18 23:16:45.870 INFO O| Planning: Fetching manifests: 5/5 100% complete |
3986 | 2024-12-18T23:16:47.323Z | [ host-image] Dec 18 23:16:45.977 INFO O| Dec 18 23:16:45.977 INFO O| Planning: Package planning ... Done |
3987 | 2024-12-18T23:16:47.325Z | [ host-image] Dec 18 23:16:45.984 INFO O| Dec 18 23:16:45.984 INFO O| Planning: Merging actions ... Done |
3988 | 2024-12-18T23:16:47.465Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3989 | 2024-12-18T23:16:47.516Z | [ host-image] Dec 18 23:16:46.181 INFO O| Dec 18 23:16:46.181 INFO O| Planning: Checking for conflicting actions ... Done |
3990 | 2024-12-18T23:16:47.519Z | [ host-image] Dec 18 23:16:46.183 INFO O| Dec 18 23:16:46.183 INFO O| Planning: Consolidating action changes ... Done |
3991 | 2024-12-18T23:16:48.140Z | [ host-image] Dec 18 23:16:46.803 INFO O| Dec 18 23:16:46.768 INFO O| Planning: Evaluating mediators ... Done |
3992 | 2024-12-18T23:16:48.140Z | [ host-image] Dec 18 23:16:46.803 INFO O| Dec 18 23:16:46.771 INFO O| Planning: Planning completed in 7.41 seconds |
3993 | 2024-12-18T23:16:48.140Z | [ host-image] Dec 18 23:16:46.803 INFO O| Dec 18 23:16:46.773 INFO O| Packages to install: 5 |
3994 | 2024-12-18T23:16:48.141Z | [ host-image] Dec 18 23:16:46.803 INFO O| Dec 18 23:16:46.773 INFO O| Services to change: 2 |
3995 | 2024-12-18T23:16:48.141Z | [ host-image] Dec 18 23:16:46.803 INFO O| Dec 18 23:16:46.794 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
3996 | 2024-12-18T23:16:48.288Z | [ recovery-image] Dec 18 23:16:46.952 INFO O| Dec 18 23:16:46.952 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3997 | 2024-12-18T23:16:49.695Z | [ host-image] Dec 18 23:16:48.360 INFO O| Dec 18 23:16:48.360 INFO O| Download: Completed 1.45 MB in 1.57 seconds (945k/s) |
3998 | 2024-12-18T23:16:49.836Z | [ host-image] Dec 18 23:16:48.501 INFO O| Dec 18 23:16:48.501 INFO O| Actions: 1/305 actions (Installing new actions) |
3999 | 2024-12-18T23:16:50.102Z | [ host-image] Dec 18 23:16:48.765 INFO O| Dec 18 23:16:48.765 INFO O| Actions: Completed 305 actions in 0.26 seconds. |
4000 | 2024-12-18T23:16:50.877Z | [ host-image] Dec 18 23:16:49.542 INFO O| Dec 18 23:16:49.542 INFO O| Done |
4001 | 2024-12-18T23:16:50.877Z | [ host-image] Dec 18 23:16:49.542 INFO O| Dec 18 23:16:49.542 INFO O| Done |
4002 | 2024-12-18T23:16:52.210Z | [ host-image] Dec 18 23:16:50.875 INFO O| Dec 18 23:16:50.875 INFO O| Done |
4003 | 2024-12-18T23:16:52.509Z | [ recovery-image] Dec 18 23:16:51.173 INFO O| Dec 18 23:16:51.173 INFO O| Planning: Solver setup ... Done |
4004 | 2024-12-18T23:16:52.515Z | [ recovery-image] Dec 18 23:16:51.180 INFO O| Dec 18 23:16:51.180 INFO O| Planning: Running solver ... Done |
4005 | 2024-12-18T23:16:52.620Z | [ recovery-image] Dec 18 23:16:51.284 INFO O| Dec 18 23:16:51.284 INFO O| Planning: Finding local manifests ... Done |
4006 | 2024-12-18T23:16:52.623Z | [ recovery-image] Dec 18 23:16:51.285 INFO O| Dec 18 23:16:51.285 INFO O| Planning: Fetching manifests: 0/1 0% complete |
4007 | 2024-12-18T23:16:52.881Z | [ recovery-image] Dec 18 23:16:51.546 INFO O| Dec 18 23:16:51.545 INFO O| Planning: Fetching manifests: 1/1 100% complete |
4008 | 2024-12-18T23:16:52.912Z | [ recovery-image] Dec 18 23:16:51.577 INFO O| Dec 18 23:16:51.577 INFO O| Planning: Package planning ... Done |
4009 | 2024-12-18T23:16:52.915Z | [ recovery-image] Dec 18 23:16:51.577 INFO O| Dec 18 23:16:51.577 INFO O| Planning: Merging actions ... Done |
4010 | 2024-12-18T23:16:53.011Z | [ recovery-image] Dec 18 23:16:51.675 INFO O| Dec 18 23:16:51.675 INFO O| Planning: Checking for conflicting actions ... Done |
4011 | 2024-12-18T23:16:53.014Z | [ recovery-image] Dec 18 23:16:51.676 INFO O| Dec 18 23:16:51.676 INFO O| Planning: Consolidating action changes ... Done |
4012 | 2024-12-18T23:16:53.614Z | [ recovery-image] Dec 18 23:16:52.277 INFO O| Dec 18 23:16:52.277 INFO O| Planning: Evaluating mediators ... Done |
4013 | 2024-12-18T23:16:53.618Z | [ recovery-image] Dec 18 23:16:52.278 INFO O| Dec 18 23:16:52.278 INFO O| Planning: Planning completed in 5.33 seconds |
4014 | 2024-12-18T23:16:53.618Z | [ recovery-image] Dec 18 23:16:52.280 INFO O| Dec 18 23:16:52.280 INFO O| Packages to install: 1 |
4015 | 2024-12-18T23:16:53.643Z | [ recovery-image] Dec 18 23:16:52.300 INFO O| Dec 18 23:16:52.300 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
4016 | 2024-12-18T23:16:54.105Z | [ recovery-image] Dec 18 23:16:52.769 INFO O| Dec 18 23:16:52.769 INFO O| Download: Completed 9.99 MB in 0.47 seconds (21.3M/s) |
4017 | 2024-12-18T23:16:54.197Z | [ recovery-image] Dec 18 23:16:52.861 INFO O| Dec 18 23:16:52.860 INFO O| Actions: 1/22 actions (Installing new actions) |
4018 | 2024-12-18T23:16:54.595Z | [ recovery-image] Dec 18 23:16:53.259 INFO O| Dec 18 23:16:53.259 INFO O| Actions: Completed 22 actions in 0.40 seconds. |
4019 | 2024-12-18T23:16:54.979Z | [ host-image] Dec 18 23:16:53.643 INFO O| Dec 18 23:16:53.643 INFO O| Done |
4020 | 2024-12-18T23:16:55.054Z | [ host-image] Dec 18 23:16:53.719 INFO O| Dec 18 23:16:53.718 INFO O| Done |
4021 | 2024-12-18T23:16:55.055Z | [ host-image] Dec 18 23:16:53.719 INFO O| Dec 18 23:16:53.719 INFO O| Done |
4022 | 2024-12-18T23:16:55.063Z | [ recovery-image] Dec 18 23:16:53.728 INFO O| Dec 18 23:16:53.728 INFO O| Done |
4023 | 2024-12-18T23:16:55.063Z | [ recovery-image] Dec 18 23:16:53.728 INFO O| Dec 18 23:16:53.728 INFO O| Done |
4024 | 2024-12-18T23:16:55.089Z | [ host-image] Dec 18 23:16:53.748 INFO O| Dec 18 23:16:53.748 INFO O| Done |
4025 | 2024-12-18T23:16:55.361Z | [ host-image] Dec 18 23:16:54.025 INFO O| Dec 18 23:16:54.025 INFO STEP 12 (pkg_install) COMPLETE |
4026 | 2024-12-18T23:16:55.361Z | [ host-image] Dec 18 23:16:54.025 INFO O| Dec 18 23:16:54.025 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4027 | 2024-12-18T23:16:55.382Z | [ host-image] Dec 18 23:16:54.046 INFO O| Dec 18 23:16:54.046 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4028 | 2024-12-18T23:16:56.369Z | [ recovery-image] Dec 18 23:16:55.033 INFO O| Dec 18 23:16:55.033 INFO O| Done |
4029 | 2024-12-18T23:16:56.457Z | [ host-image] Dec 18 23:16:55.120 INFO O| Dec 18 23:16:55.120 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4030 | 2024-12-18T23:16:58.392Z | [ recovery-image] Dec 18 23:16:57.034 INFO O| Dec 18 23:16:57.034 INFO O| Done |
4031 | 2024-12-18T23:16:58.395Z | [ recovery-image] Dec 18 23:16:57.058 INFO O| Dec 18 23:16:57.058 INFO O| Done |
4032 | 2024-12-18T23:16:58.395Z | [ recovery-image] Dec 18 23:16:57.058 INFO O| Dec 18 23:16:57.058 INFO O| Done |
4033 | 2024-12-18T23:16:58.414Z | [ recovery-image] Dec 18 23:16:57.076 INFO O| Dec 18 23:16:57.076 INFO O| Done |
4034 | 2024-12-18T23:16:58.596Z | [ recovery-image] Dec 18 23:16:57.260 INFO O| Dec 18 23:16:57.260 INFO STEP 14 (pkg_install) COMPLETE |
4035 | 2024-12-18T23:16:58.596Z | [ recovery-image] Dec 18 23:16:57.260 INFO O| Dec 18 23:16:57.260 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4036 | 2024-12-18T23:16:58.599Z | [ recovery-image] Dec 18 23:16:57.260 INFO O| Dec 18 23:16:57.260 INFO skip step because feature "mfg" is not enabled |
4037 | 2024-12-18T23:16:58.599Z | [ recovery-image] Dec 18 23:16:57.260 INFO O| Dec 18 23:16:57.260 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4038 | 2024-12-18T23:16:58.599Z | [ recovery-image] Dec 18 23:16:57.260 INFO O| Dec 18 23:16:57.260 INFO skip step because feature "compliance" is not enabled |
4039 | 2024-12-18T23:16:58.599Z | [ recovery-image] Dec 18 23:16:57.260 INFO O| Dec 18 23:16:57.260 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4040 | 2024-12-18T23:16:58.599Z | [ recovery-image] Dec 18 23:16:57.260 INFO O| Dec 18 23:16:57.260 INFO skip step because feature "stress" is not enabled |
4041 | 2024-12-18T23:16:58.599Z | [ recovery-image] Dec 18 23:16:57.260 INFO O| Dec 18 23:16:57.260 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4042 | 2024-12-18T23:16:58.599Z | [ recovery-image] Dec 18 23:16:57.260 INFO O| Dec 18 23:16:57.260 INFO skip step because feature "nfs" is not enabled |
4043 | 2024-12-18T23:16:58.599Z | [ recovery-image] Dec 18 23:16:57.260 INFO O| Dec 18 23:16:57.260 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4044 | 2024-12-18T23:16:58.599Z | [ recovery-image] Dec 18 23:16:57.261 INFO O| Dec 18 23:16:57.261 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4045 | 2024-12-18T23:16:58.785Z | [ recovery-image] Dec 18 23:16:57.449 INFO O| Dec 18 23:16:57.449 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4046 | 2024-12-18T23:16:58.902Z | [ recovery-image] Dec 18 23:16:57.566 INFO O| Dec 18 23:16:57.566 INFO completed processing gimlet/ramdisk-01-os |
4047 | 2024-12-18T23:16:58.905Z | [ recovery-image] Dec 18 23:16:57.569 INFO image builder template: ramdisk-02-trim... |
4048 | 2024-12-18T23:16:58.908Z | [ recovery-image] Dec 18 23:16:57.569 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/.tmpDJCDbN/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 |
4049 | 2024-12-18T23:16:58.952Z | [ recovery-image] Dec 18 23:16:57.613 INFO O| Dec 18 23:16:57.612 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4050 | 2024-12-18T23:16:58.978Z | [ recovery-image] Dec 18 23:16:57.642 INFO O| Dec 18 23:16:57.642 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4051 | 2024-12-18T23:16:59.177Z | [ recovery-image] Dec 18 23:16:57.841 INFO O| Dec 18 23:16:57.841 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4052 | 2024-12-18T23:16:59.235Z | [ recovery-image] Dec 18 23:16:57.899 INFO O| Dec 18 23:16:57.899 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4053 | 2024-12-18T23:16:59.235Z | [ recovery-image] Dec 18 23:16:57.899 INFO O| Dec 18 23:16:57.899 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4054 | 2024-12-18T23:16:59.244Z | [ recovery-image] Dec 18 23:16:57.909 INFO O| Dec 18 23:16:57.908 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4055 | 2024-12-18T23:16:59.252Z | [ recovery-image] Dec 18 23:16:57.916 INFO O| Dec 18 23:16:57.916 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4056 | 2024-12-18T23:16:59.265Z | [ recovery-image] Dec 18 23:16:57.929 INFO O| Dec 18 23:16:57.929 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4057 | 2024-12-18T23:16:59.611Z | [ recovery-image] Dec 18 23:16:58.275 INFO O| Dec 18 23:16:58.275 INFO rolled back to input snapshot; work may begin |
4058 | 2024-12-18T23:16:59.613Z | [ recovery-image] Dec 18 23:16:58.275 INFO O| Dec 18 23:16:58.275 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4059 | 2024-12-18T23:16:59.646Z | [ recovery-image] Dec 18 23:16:58.310 INFO O| Dec 18 23:16:58.310 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4060 | 2024-12-18T23:16:59.667Z | [ recovery-image] Dec 18 23:16:58.331 INFO O| Dec 18 23:16:58.331 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4061 | 2024-12-18T23:16:59.903Z | [ recovery-image] Dec 18 23:16:58.567 INFO O| Dec 18 23:16:58.567 INFO STEP 0 (remove_files) COMPLETE |
4062 | 2024-12-18T23:16:59.922Z | [ recovery-image] Dec 18 23:16:58.567 INFO O| Dec 18 23:16:58.567 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4063 | 2024-12-18T23:16:59.925Z | [ recovery-image] Dec 18 23:16:58.589 INFO O| Dec 18 23:16:58.589 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4064 | 2024-12-18T23:16:59.928Z | [ recovery-image] Dec 18 23:16:58.592 INFO O| Dec 18 23:16:58.592 INFO STEP 1 (remove_files) COMPLETE |
4065 | 2024-12-18T23:16:59.928Z | [ recovery-image] Dec 18 23:16:58.593 INFO O| Dec 18 23:16:58.593 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4066 | 2024-12-18T23:16:59.952Z | [ recovery-image] Dec 18 23:16:58.616 INFO O| Dec 18 23:16:58.615 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4067 | 2024-12-18T23:16:59.988Z | [ recovery-image] Dec 18 23:16:58.652 INFO O| Dec 18 23:16:58.652 INFO STEP 2 (remove_files) COMPLETE |
4068 | 2024-12-18T23:16:59.988Z | [ recovery-image] Dec 18 23:16:58.652 INFO O| Dec 18 23:16:58.652 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4069 | 2024-12-18T23:17:00.026Z | [ recovery-image] Dec 18 23:16:58.690 INFO O| Dec 18 23:16:58.690 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4070 | 2024-12-18T23:17:00.029Z | [ recovery-image] Dec 18 23:16:58.693 INFO O| Dec 18 23:16:58.693 INFO STEP 3 (remove_files) COMPLETE |
4071 | 2024-12-18T23:17:00.029Z | [ recovery-image] Dec 18 23:16:58.694 INFO O| Dec 18 23:16:58.693 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4072 | 2024-12-18T23:17:00.060Z | [ recovery-image] Dec 18 23:16:58.724 INFO O| Dec 18 23:16:58.724 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4073 | 2024-12-18T23:17:00.066Z | [ recovery-image] Dec 18 23:16:58.731 INFO O| Dec 18 23:16:58.731 INFO STEP 4 (remove_files) COMPLETE |
4074 | 2024-12-18T23:17:00.067Z | [ recovery-image] Dec 18 23:16:58.731 INFO O| Dec 18 23:16:58.731 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4075 | 2024-12-18T23:17:00.126Z | [ recovery-image] Dec 18 23:16:58.790 INFO O| Dec 18 23:16:58.790 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4076 | 2024-12-18T23:17:00.128Z | [ recovery-image] Dec 18 23:16:58.790 INFO O| Dec 18 23:16:58.790 INFO STEP 5 (remove_files) COMPLETE |
4077 | 2024-12-18T23:17:00.128Z | [ recovery-image] Dec 18 23:16:58.791 INFO O| Dec 18 23:16:58.791 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4078 | 2024-12-18T23:17:00.155Z | [ recovery-image] Dec 18 23:16:58.819 INFO O| Dec 18 23:16:58.819 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4079 | 2024-12-18T23:17:00.171Z | [ recovery-image] Dec 18 23:16:58.834 INFO O| Dec 18 23:16:58.834 INFO STEP 6 (remove_files) COMPLETE |
4080 | 2024-12-18T23:17:00.171Z | [ recovery-image] Dec 18 23:16:58.834 INFO O| Dec 18 23:16:58.834 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4081 | 2024-12-18T23:17:00.171Z | [ recovery-image] Dec 18 23:16:58.834 INFO O| Dec 18 23:16:58.834 INFO skip step because feature "recovery" is enabled |
4082 | 2024-12-18T23:17:00.171Z | [ recovery-image] Dec 18 23:16:58.834 INFO O| Dec 18 23:16:58.834 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4083 | 2024-12-18T23:17:00.171Z | [ recovery-image] Dec 18 23:16:58.834 INFO O| Dec 18 23:16:58.834 INFO skip step because feature "recovery" is enabled |
4084 | 2024-12-18T23:17:00.171Z | [ recovery-image] Dec 18 23:16:58.834 INFO O| Dec 18 23:16:58.834 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4085 | 2024-12-18T23:17:00.171Z | [ recovery-image] Dec 18 23:16:58.834 INFO O| Dec 18 23:16:58.834 INFO skip step because feature "recovery" is enabled |
4086 | 2024-12-18T23:17:00.171Z | [ recovery-image] Dec 18 23:16:58.834 INFO O| Dec 18 23:16:58.834 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4087 | 2024-12-18T23:17:00.209Z | [ recovery-image] Dec 18 23:16:58.873 INFO O| Dec 18 23:16:58.873 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4088 | 2024-12-18T23:17:00.215Z | [ recovery-image] Dec 18 23:16:58.880 INFO O| Dec 18 23:16:58.879 INFO STEP 10 (remove_files) COMPLETE |
4089 | 2024-12-18T23:17:00.215Z | [ recovery-image] Dec 18 23:16:58.880 INFO O| Dec 18 23:16:58.879 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4090 | 2024-12-18T23:17:00.241Z | [ recovery-image] Dec 18 23:16:58.904 INFO O| Dec 18 23:16:58.904 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4091 | 2024-12-18T23:17:00.243Z | [ recovery-image] Dec 18 23:16:58.906 INFO O| Dec 18 23:16:58.906 INFO STEP 11 (remove_files) COMPLETE |
4092 | 2024-12-18T23:17:00.243Z | [ recovery-image] Dec 18 23:16:58.906 INFO O| Dec 18 23:16:58.906 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4093 | 2024-12-18T23:17:00.284Z | [ recovery-image] Dec 18 23:16:58.948 INFO O| Dec 18 23:16:58.948 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4094 | 2024-12-18T23:17:00.287Z | [ recovery-image] Dec 18 23:16:58.951 INFO O| Dec 18 23:16:58.951 INFO STEP 12 (remove_files) COMPLETE |
4095 | 2024-12-18T23:17:00.287Z | [ recovery-image] Dec 18 23:16:58.951 INFO O| Dec 18 23:16:58.951 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4096 | 2024-12-18T23:17:00.312Z | [ recovery-image] Dec 18 23:16:58.976 INFO O| Dec 18 23:16:58.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4097 | 2024-12-18T23:17:00.608Z | [ host-image] Dec 18 23:16:59.272 INFO O| Dec 18 23:16:59.272 INFO O| Planning: Solver setup ... Done |
4098 | 2024-12-18T23:17:00.615Z | [ host-image] Dec 18 23:16:59.279 INFO O| Dec 18 23:16:59.279 INFO O| Planning: Running solver ... Done |
4099 | 2024-12-18T23:17:00.689Z | [ recovery-image] Dec 18 23:16:59.353 INFO O| Dec 18 23:16:59.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4100 | 2024-12-18T23:17:00.699Z | [ recovery-image] Dec 18 23:16:59.363 INFO O| Dec 18 23:16:59.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4101 | 2024-12-18T23:17:00.701Z | [ recovery-image] Dec 18 23:16:59.363 INFO O| Dec 18 23:16:59.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4102 | 2024-12-18T23:17:00.705Z | [ recovery-image] Dec 18 23:16:59.369 INFO O| Dec 18 23:16:59.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4103 | 2024-12-18T23:17:00.710Z | [ host-image] Dec 18 23:16:59.374 INFO O| Dec 18 23:16:59.374 INFO O| Planning: Finding local manifests ... Done |
4104 | 2024-12-18T23:17:00.712Z | [ host-image] Dec 18 23:16:59.377 INFO O| Dec 18 23:16:59.377 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4105 | 2024-12-18T23:17:00.847Z | [ recovery-image] Dec 18 23:16:59.506 INFO O| Dec 18 23:16:59.506 INFO STEP 13 (remove_files) COMPLETE |
4106 | 2024-12-18T23:17:00.847Z | [ recovery-image] Dec 18 23:16:59.506 INFO O| Dec 18 23:16:59.506 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4107 | 2024-12-18T23:17:00.899Z | [ recovery-image] Dec 18 23:16:59.563 INFO O| Dec 18 23:16:59.563 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4108 | 2024-12-18T23:17:00.902Z | [ recovery-image] Dec 18 23:16:59.565 INFO O| Dec 18 23:16:59.565 INFO STEP 14 (remove_files) COMPLETE |
4109 | 2024-12-18T23:17:00.902Z | [ recovery-image] Dec 18 23:16:59.566 INFO O| Dec 18 23:16:59.565 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4110 | 2024-12-18T23:17:00.921Z | [ recovery-image] Dec 18 23:16:59.585 INFO O| Dec 18 23:16:59.585 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4111 | 2024-12-18T23:17:00.930Z | [ recovery-image] Dec 18 23:16:59.594 INFO O| Dec 18 23:16:59.594 INFO STEP 15 (remove_files) COMPLETE |
4112 | 2024-12-18T23:17:00.930Z | [ recovery-image] Dec 18 23:16:59.594 INFO O| Dec 18 23:16:59.594 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4113 | 2024-12-18T23:17:00.956Z | [ recovery-image] Dec 18 23:16:59.620 INFO O| Dec 18 23:16:59.620 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4114 | 2024-12-18T23:17:00.962Z | [ recovery-image] Dec 18 23:16:59.621 INFO O| Dec 18 23:16:59.621 INFO STEP 16 (remove_files) COMPLETE |
4115 | 2024-12-18T23:17:00.962Z | [ recovery-image] Dec 18 23:16:59.621 INFO O| Dec 18 23:16:59.621 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4116 | 2024-12-18T23:17:00.980Z | [ recovery-image] Dec 18 23:16:59.644 INFO O| Dec 18 23:16:59.644 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4117 | 2024-12-18T23:17:00.983Z | [ recovery-image] Dec 18 23:16:59.647 INFO O| Dec 18 23:16:59.646 INFO STEP 17 (remove_files) COMPLETE |
4118 | 2024-12-18T23:17:00.983Z | [ recovery-image] Dec 18 23:16:59.647 INFO O| Dec 18 23:16:59.646 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4119 | 2024-12-18T23:17:01.004Z | [ recovery-image] Dec 18 23:16:59.668 INFO O| Dec 18 23:16:59.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4120 | 2024-12-18T23:17:01.004Z | [ recovery-image] Dec 18 23:16:59.668 INFO O| Dec 18 23:16:59.668 INFO STEP 18 (remove_files) COMPLETE |
4121 | 2024-12-18T23:17:01.004Z | [ recovery-image] Dec 18 23:16:59.668 INFO O| Dec 18 23:16:59.668 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4122 | 2024-12-18T23:17:01.035Z | [ recovery-image] Dec 18 23:16:59.699 INFO O| Dec 18 23:16:59.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4123 | 2024-12-18T23:17:01.035Z | [ recovery-image] Dec 18 23:16:59.699 INFO O| Dec 18 23:16:59.699 INFO STEP 19 (remove_files) COMPLETE |
4124 | 2024-12-18T23:17:01.035Z | [ recovery-image] Dec 18 23:16:59.699 INFO O| Dec 18 23:16:59.699 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4125 | 2024-12-18T23:17:01.079Z | [ recovery-image] Dec 18 23:16:59.743 INFO O| Dec 18 23:16:59.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4126 | 2024-12-18T23:17:01.079Z | [ recovery-image] Dec 18 23:16:59.743 INFO O| Dec 18 23:16:59.743 INFO STEP 20 (remove_files) COMPLETE |
4127 | 2024-12-18T23:17:01.079Z | [ recovery-image] Dec 18 23:16:59.743 INFO O| Dec 18 23:16:59.743 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4128 | 2024-12-18T23:17:01.099Z | [ recovery-image] Dec 18 23:16:59.763 INFO O| Dec 18 23:16:59.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4129 | 2024-12-18T23:17:01.099Z | [ recovery-image] Dec 18 23:16:59.763 INFO O| Dec 18 23:16:59.763 INFO STEP 21 (remove_files) COMPLETE |
4130 | 2024-12-18T23:17:01.101Z | [ recovery-image] Dec 18 23:16:59.763 INFO O| Dec 18 23:16:59.763 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4131 | 2024-12-18T23:17:01.117Z | [ recovery-image] Dec 18 23:16:59.781 INFO O| Dec 18 23:16:59.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4132 | 2024-12-18T23:17:01.117Z | [ recovery-image] Dec 18 23:16:59.781 INFO O| Dec 18 23:16:59.781 INFO STEP 22 (remove_files) COMPLETE |
4133 | 2024-12-18T23:17:01.120Z | [ recovery-image] Dec 18 23:16:59.781 INFO O| Dec 18 23:16:59.781 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4134 | 2024-12-18T23:17:01.129Z | [ host-image] Dec 18 23:16:59.793 INFO O| Dec 18 23:16:59.793 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4135 | 2024-12-18T23:17:01.150Z | [ recovery-image] Dec 18 23:16:59.814 INFO O| Dec 18 23:16:59.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4136 | 2024-12-18T23:17:01.150Z | [ recovery-image] Dec 18 23:16:59.814 INFO O| Dec 18 23:16:59.814 INFO STEP 23 (remove_files) COMPLETE |
4137 | 2024-12-18T23:17:01.150Z | [ recovery-image] Dec 18 23:16:59.814 INFO O| Dec 18 23:16:59.814 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4138 | 2024-12-18T23:17:01.194Z | [ host-image] Dec 18 23:16:59.858 INFO O| Dec 18 23:16:59.858 INFO O| Planning: Package planning ... Done |
4139 | 2024-12-18T23:17:01.207Z | [ recovery-image] Dec 18 23:16:59.871 INFO O| Dec 18 23:16:59.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4140 | 2024-12-18T23:17:01.210Z | [ recovery-image] Dec 18 23:16:59.871 INFO O| Dec 18 23:16:59.871 INFO STEP 24 (remove_files) COMPLETE |
4141 | 2024-12-18T23:17:01.210Z | [ recovery-image] Dec 18 23:16:59.872 INFO O| Dec 18 23:16:59.871 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4142 | 2024-12-18T23:17:01.227Z | [ recovery-image] Dec 18 23:16:59.891 INFO O| Dec 18 23:16:59.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4143 | 2024-12-18T23:17:01.229Z | [ recovery-image] Dec 18 23:16:59.891 INFO O| Dec 18 23:16:59.891 INFO STEP 25 (remove_files) COMPLETE |
4144 | 2024-12-18T23:17:01.229Z | [ recovery-image] Dec 18 23:16:59.891 INFO O| Dec 18 23:16:59.891 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4145 | 2024-12-18T23:17:01.252Z | [ host-image] Dec 18 23:16:59.916 INFO O| Dec 18 23:16:59.916 INFO O| Planning: Merging actions ... Done |
4146 | 2024-12-18T23:17:01.261Z | [ recovery-image] Dec 18 23:16:59.925 INFO O| Dec 18 23:16:59.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4147 | 2024-12-18T23:17:01.261Z | [ recovery-image] Dec 18 23:16:59.925 INFO O| Dec 18 23:16:59.925 INFO STEP 26 (remove_files) COMPLETE |
4148 | 2024-12-18T23:17:01.263Z | [ recovery-image] Dec 18 23:16:59.925 INFO O| Dec 18 23:16:59.925 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4149 | 2024-12-18T23:17:01.282Z | [ recovery-image] Dec 18 23:16:59.945 INFO O| Dec 18 23:16:59.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4150 | 2024-12-18T23:17:01.282Z | [ recovery-image] Dec 18 23:16:59.945 INFO O| Dec 18 23:16:59.945 INFO STEP 27 (remove_files) COMPLETE |
4151 | 2024-12-18T23:17:01.282Z | [ recovery-image] Dec 18 23:16:59.945 INFO O| Dec 18 23:16:59.945 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4152 | 2024-12-18T23:17:01.302Z | [ recovery-image] Dec 18 23:16:59.965 INFO O| Dec 18 23:16:59.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4153 | 2024-12-18T23:17:01.302Z | [ recovery-image] Dec 18 23:16:59.966 INFO O| Dec 18 23:16:59.966 INFO STEP 28 (remove_files) COMPLETE |
4154 | 2024-12-18T23:17:01.302Z | [ recovery-image] Dec 18 23:16:59.966 INFO O| Dec 18 23:16:59.966 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4155 | 2024-12-18T23:17:01.325Z | [ recovery-image] Dec 18 23:16:59.989 INFO O| Dec 18 23:16:59.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4156 | 2024-12-18T23:17:01.325Z | [ recovery-image] Dec 18 23:16:59.989 INFO O| Dec 18 23:16:59.989 INFO STEP 29 (remove_files) COMPLETE |
4157 | 2024-12-18T23:17:01.328Z | [ recovery-image] Dec 18 23:16:59.989 INFO O| Dec 18 23:16:59.989 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4158 | 2024-12-18T23:17:01.389Z | [ recovery-image] Dec 18 23:17:00.053 INFO O| Dec 18 23:17:00.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4159 | 2024-12-18T23:17:01.389Z | [ recovery-image] Dec 18 23:17:00.053 INFO O| Dec 18 23:17:00.053 INFO STEP 30 (remove_files) COMPLETE |
4160 | 2024-12-18T23:17:01.392Z | [ recovery-image] Dec 18 23:17:00.053 INFO O| Dec 18 23:17:00.053 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4161 | 2024-12-18T23:17:01.410Z | [ recovery-image] Dec 18 23:17:00.074 INFO O| Dec 18 23:17:00.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4162 | 2024-12-18T23:17:01.413Z | [ recovery-image] Dec 18 23:17:00.075 INFO O| Dec 18 23:17:00.074 INFO STEP 31 (remove_files) COMPLETE |
4163 | 2024-12-18T23:17:01.413Z | [ recovery-image] Dec 18 23:17:00.075 INFO O| Dec 18 23:17:00.075 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4164 | 2024-12-18T23:17:01.431Z | [ host-image] Dec 18 23:17:00.095 INFO O| Dec 18 23:17:00.095 INFO O| Planning: Checking for conflicting actions ... Done |
4165 | 2024-12-18T23:17:01.435Z | [ recovery-image] Dec 18 23:17:00.099 INFO O| Dec 18 23:17:00.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4166 | 2024-12-18T23:17:01.435Z | [ recovery-image] Dec 18 23:17:00.099 INFO O| Dec 18 23:17:00.099 INFO STEP 32 (remove_files) COMPLETE |
4167 | 2024-12-18T23:17:01.437Z | [ recovery-image] Dec 18 23:17:00.099 INFO O| Dec 18 23:17:00.099 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4168 | 2024-12-18T23:17:01.440Z | [ host-image] Dec 18 23:17:00.104 INFO O| Dec 18 23:17:00.104 INFO O| Planning: Consolidating action changes ... Done |
4169 | 2024-12-18T23:17:01.496Z | [ recovery-image] Dec 18 23:17:00.160 INFO O| Dec 18 23:17:00.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4170 | 2024-12-18T23:17:01.496Z | [ recovery-image] Dec 18 23:17:00.160 INFO O| Dec 18 23:17:00.160 INFO STEP 33 (remove_files) COMPLETE |
4171 | 2024-12-18T23:17:01.496Z | [ recovery-image] Dec 18 23:17:00.160 INFO O| Dec 18 23:17:00.160 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4172 | 2024-12-18T23:17:01.517Z | [ recovery-image] Dec 18 23:17:00.181 INFO O| Dec 18 23:17:00.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4173 | 2024-12-18T23:17:01.517Z | [ recovery-image] Dec 18 23:17:00.181 INFO O| Dec 18 23:17:00.181 INFO STEP 34 (remove_files) COMPLETE |
4174 | 2024-12-18T23:17:01.519Z | [ recovery-image] Dec 18 23:17:00.181 INFO O| Dec 18 23:17:00.181 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4175 | 2024-12-18T23:17:01.538Z | [ recovery-image] Dec 18 23:17:00.202 INFO O| Dec 18 23:17:00.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4176 | 2024-12-18T23:17:01.538Z | [ recovery-image] Dec 18 23:17:00.202 INFO O| Dec 18 23:17:00.202 INFO STEP 35 (remove_files) COMPLETE |
4177 | 2024-12-18T23:17:01.541Z | [ recovery-image] Dec 18 23:17:00.202 INFO O| Dec 18 23:17:00.202 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4178 | 2024-12-18T23:17:01.569Z | [ recovery-image] Dec 18 23:17:00.233 INFO O| Dec 18 23:17:00.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4179 | 2024-12-18T23:17:01.569Z | [ recovery-image] Dec 18 23:17:00.233 INFO O| Dec 18 23:17:00.233 INFO STEP 36 (remove_files) COMPLETE |
4180 | 2024-12-18T23:17:01.573Z | [ recovery-image] Dec 18 23:17:00.233 INFO O| Dec 18 23:17:00.233 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4181 | 2024-12-18T23:17:01.612Z | [ recovery-image] Dec 18 23:17:00.276 INFO O| Dec 18 23:17:00.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4182 | 2024-12-18T23:17:01.612Z | [ recovery-image] Dec 18 23:17:00.276 INFO O| Dec 18 23:17:00.276 INFO STEP 37 (remove_files) COMPLETE |
4183 | 2024-12-18T23:17:01.612Z | [ recovery-image] Dec 18 23:17:00.276 INFO O| Dec 18 23:17:00.276 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4184 | 2024-12-18T23:17:01.634Z | [ recovery-image] Dec 18 23:17:00.298 INFO O| Dec 18 23:17:00.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4185 | 2024-12-18T23:17:01.634Z | [ recovery-image] Dec 18 23:17:00.298 INFO O| Dec 18 23:17:00.298 INFO STEP 38 (remove_files) COMPLETE |
4186 | 2024-12-18T23:17:01.634Z | [ recovery-image] Dec 18 23:17:00.298 INFO O| Dec 18 23:17:00.298 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4187 | 2024-12-18T23:17:01.655Z | [ recovery-image] Dec 18 23:17:00.319 INFO O| Dec 18 23:17:00.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4188 | 2024-12-18T23:17:01.655Z | [ recovery-image] Dec 18 23:17:00.319 INFO O| Dec 18 23:17:00.319 INFO STEP 39 (remove_files) COMPLETE |
4189 | 2024-12-18T23:17:01.655Z | [ recovery-image] Dec 18 23:17:00.319 INFO O| Dec 18 23:17:00.319 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4190 | 2024-12-18T23:17:01.676Z | [ recovery-image] Dec 18 23:17:00.340 INFO O| Dec 18 23:17:00.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4191 | 2024-12-18T23:17:01.676Z | [ recovery-image] Dec 18 23:17:00.340 INFO O| Dec 18 23:17:00.340 INFO STEP 40 (remove_files) COMPLETE |
4192 | 2024-12-18T23:17:01.678Z | [ recovery-image] Dec 18 23:17:00.340 INFO O| Dec 18 23:17:00.340 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4193 | 2024-12-18T23:17:01.697Z | [ recovery-image] Dec 18 23:17:00.361 INFO O| Dec 18 23:17:00.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4194 | 2024-12-18T23:17:01.697Z | [ recovery-image] Dec 18 23:17:00.361 INFO O| Dec 18 23:17:00.361 INFO STEP 41 (remove_files) COMPLETE |
4195 | 2024-12-18T23:17:01.699Z | [ recovery-image] Dec 18 23:17:00.361 INFO O| Dec 18 23:17:00.361 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4196 | 2024-12-18T23:17:01.717Z | [ recovery-image] Dec 18 23:17:00.381 INFO O| Dec 18 23:17:00.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4197 | 2024-12-18T23:17:01.717Z | [ recovery-image] Dec 18 23:17:00.381 INFO O| Dec 18 23:17:00.381 INFO STEP 42 (remove_files) COMPLETE |
4198 | 2024-12-18T23:17:01.717Z | [ recovery-image] Dec 18 23:17:00.381 INFO O| Dec 18 23:17:00.381 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4199 | 2024-12-18T23:17:01.736Z | [ recovery-image] Dec 18 23:17:00.400 INFO O| Dec 18 23:17:00.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4200 | 2024-12-18T23:17:01.736Z | [ recovery-image] Dec 18 23:17:00.400 INFO O| Dec 18 23:17:00.400 INFO STEP 43 (remove_files) COMPLETE |
4201 | 2024-12-18T23:17:01.736Z | [ recovery-image] Dec 18 23:17:00.400 INFO O| Dec 18 23:17:00.400 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4202 | 2024-12-18T23:17:01.754Z | [ recovery-image] Dec 18 23:17:00.418 INFO O| Dec 18 23:17:00.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4203 | 2024-12-18T23:17:01.754Z | [ recovery-image] Dec 18 23:17:00.418 INFO O| Dec 18 23:17:00.418 INFO STEP 44 (remove_files) COMPLETE |
4204 | 2024-12-18T23:17:01.756Z | [ recovery-image] Dec 18 23:17:00.418 INFO O| Dec 18 23:17:00.418 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4205 | 2024-12-18T23:17:01.773Z | [ recovery-image] Dec 18 23:17:00.437 INFO O| Dec 18 23:17:00.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4206 | 2024-12-18T23:17:01.773Z | [ recovery-image] Dec 18 23:17:00.437 INFO O| Dec 18 23:17:00.437 INFO STEP 45 (remove_files) COMPLETE |
4207 | 2024-12-18T23:17:01.773Z | [ recovery-image] Dec 18 23:17:00.437 INFO O| Dec 18 23:17:00.437 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4208 | 2024-12-18T23:17:01.793Z | [ recovery-image] Dec 18 23:17:00.457 INFO O| Dec 18 23:17:00.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4209 | 2024-12-18T23:17:01.793Z | [ recovery-image] Dec 18 23:17:00.457 INFO O| Dec 18 23:17:00.457 INFO STEP 46 (remove_files) COMPLETE |
4210 | 2024-12-18T23:17:01.793Z | [ recovery-image] Dec 18 23:17:00.457 INFO O| Dec 18 23:17:00.457 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4211 | 2024-12-18T23:17:01.811Z | [ recovery-image] Dec 18 23:17:00.475 INFO O| Dec 18 23:17:00.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4212 | 2024-12-18T23:17:01.811Z | [ recovery-image] Dec 18 23:17:00.475 INFO O| Dec 18 23:17:00.475 INFO STEP 47 (remove_files) COMPLETE |
4213 | 2024-12-18T23:17:01.814Z | [ recovery-image] Dec 18 23:17:00.475 INFO O| Dec 18 23:17:00.475 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4214 | 2024-12-18T23:17:01.817Z | [ host-image] Dec 18 23:17:00.482 INFO O| Dec 18 23:17:00.481 INFO O| Planning: Evaluating mediators ... Done |
4215 | 2024-12-18T23:17:01.824Z | [ host-image] Dec 18 23:17:00.489 INFO O| Dec 18 23:17:00.488 INFO O| Planning: Planning completed in 5.37 seconds |
4216 | 2024-12-18T23:17:01.827Z | [ host-image] Dec 18 23:17:00.491 INFO O| Dec 18 23:17:00.491 INFO O| Packages to install: 6 |
4217 | 2024-12-18T23:17:01.829Z | [ host-image] Dec 18 23:17:00.491 INFO O| Dec 18 23:17:00.491 INFO O| Mediators to change: 1 |
4218 | 2024-12-18T23:17:01.829Z | [ host-image] Dec 18 23:17:00.491 INFO O| Dec 18 23:17:00.491 INFO O| Services to change: 1 |
4219 | 2024-12-18T23:17:01.852Z | [ host-image] Dec 18 23:17:00.516 INFO O| Dec 18 23:17:00.516 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
4220 | 2024-12-18T23:17:01.869Z | [ recovery-image] Dec 18 23:17:00.533 INFO O| Dec 18 23:17:00.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4221 | 2024-12-18T23:17:01.870Z | [ recovery-image] Dec 18 23:17:00.533 INFO O| Dec 18 23:17:00.533 INFO STEP 48 (remove_files) COMPLETE |
4222 | 2024-12-18T23:17:01.873Z | [ recovery-image] Dec 18 23:17:00.533 INFO O| Dec 18 23:17:00.533 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4223 | 2024-12-18T23:17:01.888Z | [ recovery-image] Dec 18 23:17:00.553 INFO O| Dec 18 23:17:00.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4224 | 2024-12-18T23:17:01.888Z | [ recovery-image] Dec 18 23:17:00.553 INFO O| Dec 18 23:17:00.553 INFO STEP 49 (remove_files) COMPLETE |
4225 | 2024-12-18T23:17:01.889Z | [ recovery-image] Dec 18 23:17:00.553 INFO O| Dec 18 23:17:00.553 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4226 | 2024-12-18T23:17:01.912Z | [ recovery-image] Dec 18 23:17:00.576 INFO O| Dec 18 23:17:00.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4227 | 2024-12-18T23:17:01.912Z | [ recovery-image] Dec 18 23:17:00.576 INFO O| Dec 18 23:17:00.576 INFO STEP 50 (remove_files) COMPLETE |
4228 | 2024-12-18T23:17:01.912Z | [ recovery-image] Dec 18 23:17:00.576 INFO O| Dec 18 23:17:00.576 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4229 | 2024-12-18T23:17:01.956Z | [ recovery-image] Dec 18 23:17:00.620 INFO O| Dec 18 23:17:00.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4230 | 2024-12-18T23:17:01.956Z | [ recovery-image] Dec 18 23:17:00.620 INFO O| Dec 18 23:17:00.620 INFO STEP 51 (remove_files) COMPLETE |
4231 | 2024-12-18T23:17:01.959Z | [ recovery-image] Dec 18 23:17:00.621 INFO O| Dec 18 23:17:00.620 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4232 | 2024-12-18T23:17:01.990Z | [ recovery-image] Dec 18 23:17:00.654 INFO O| Dec 18 23:17:00.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4233 | 2024-12-18T23:17:01.990Z | [ recovery-image] Dec 18 23:17:00.654 INFO O| Dec 18 23:17:00.654 INFO STEP 52 (remove_files) COMPLETE |
4234 | 2024-12-18T23:17:01.993Z | [ recovery-image] Dec 18 23:17:00.654 INFO O| Dec 18 23:17:00.654 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4235 | 2024-12-18T23:17:02.022Z | [ recovery-image] Dec 18 23:17:00.686 INFO O| Dec 18 23:17:00.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4236 | 2024-12-18T23:17:02.022Z | [ recovery-image] Dec 18 23:17:00.686 INFO O| Dec 18 23:17:00.686 INFO STEP 53 (remove_files) COMPLETE |
4237 | 2024-12-18T23:17:02.022Z | [ recovery-image] Dec 18 23:17:00.686 INFO O| Dec 18 23:17:00.686 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4238 | 2024-12-18T23:17:02.042Z | [ recovery-image] Dec 18 23:17:00.706 INFO O| Dec 18 23:17:00.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4239 | 2024-12-18T23:17:02.042Z | [ recovery-image] Dec 18 23:17:00.706 INFO O| Dec 18 23:17:00.706 INFO STEP 54 (remove_files) COMPLETE |
4240 | 2024-12-18T23:17:02.042Z | [ recovery-image] Dec 18 23:17:00.706 INFO O| Dec 18 23:17:00.706 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4241 | 2024-12-18T23:17:02.065Z | [ recovery-image] Dec 18 23:17:00.729 INFO O| Dec 18 23:17:00.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4242 | 2024-12-18T23:17:02.065Z | [ recovery-image] Dec 18 23:17:00.729 INFO O| Dec 18 23:17:00.729 INFO STEP 55 (remove_files) COMPLETE |
4243 | 2024-12-18T23:17:02.067Z | [ recovery-image] Dec 18 23:17:00.729 INFO O| Dec 18 23:17:00.729 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4244 | 2024-12-18T23:17:02.106Z | [ recovery-image] Dec 18 23:17:00.770 INFO O| Dec 18 23:17:00.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4245 | 2024-12-18T23:17:02.106Z | [ recovery-image] Dec 18 23:17:00.770 INFO O| Dec 18 23:17:00.770 INFO STEP 56 (remove_files) COMPLETE |
4246 | 2024-12-18T23:17:02.108Z | [ recovery-image] Dec 18 23:17:00.770 INFO O| Dec 18 23:17:00.770 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4247 | 2024-12-18T23:17:02.133Z | [ recovery-image] Dec 18 23:17:00.797 INFO O| Dec 18 23:17:00.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4248 | 2024-12-18T23:17:02.133Z | [ recovery-image] Dec 18 23:17:00.797 INFO O| Dec 18 23:17:00.797 INFO STEP 57 (remove_files) COMPLETE |
4249 | 2024-12-18T23:17:02.133Z | [ recovery-image] Dec 18 23:17:00.797 INFO O| Dec 18 23:17:00.797 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4250 | 2024-12-18T23:17:02.153Z | [ recovery-image] Dec 18 23:17:00.817 INFO O| Dec 18 23:17:00.817 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4251 | 2024-12-18T23:17:02.153Z | [ recovery-image] Dec 18 23:17:00.817 INFO O| Dec 18 23:17:00.817 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4252 | 2024-12-18T23:17:02.153Z | [ recovery-image] Dec 18 23:17:00.817 INFO O| Dec 18 23:17:00.817 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4253 | 2024-12-18T23:17:02.156Z | [ recovery-image] Dec 18 23:17:00.820 INFO O| Dec 18 23:17:00.819 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4254 | 2024-12-18T23:17:02.156Z | [ recovery-image] Dec 18 23:17:00.820 INFO O| Dec 18 23:17:00.820 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4255 | 2024-12-18T23:17:02.156Z | [ recovery-image] Dec 18 23:17:00.820 INFO O| Dec 18 23:17:00.820 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4256 | 2024-12-18T23:17:02.157Z | [ recovery-image] Dec 18 23:17:00.820 INFO O| Dec 18 23:17:00.820 INFO ok! |
4257 | 2024-12-18T23:17:02.157Z | [ recovery-image] Dec 18 23:17:00.820 INFO O| Dec 18 23:17:00.820 INFO STEP 58 (ensure_file) COMPLETE |
4258 | 2024-12-18T23:17:02.157Z | [ recovery-image] Dec 18 23:17:00.820 INFO O| Dec 18 23:17:00.820 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4259 | 2024-12-18T23:17:02.187Z | [ recovery-image] Dec 18 23:17:00.851 INFO O| Dec 18 23:17:00.851 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4260 | 2024-12-18T23:17:02.189Z | [ recovery-image] Dec 18 23:17:00.851 INFO O| Dec 18 23:17:00.851 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4261 | 2024-12-18T23:17:02.189Z | [ recovery-image] Dec 18 23:17:00.852 INFO O| Dec 18 23:17:00.852 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4262 | 2024-12-18T23:17:02.190Z | [ recovery-image] Dec 18 23:17:00.852 INFO O| Dec 18 23:17:00.852 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4263 | 2024-12-18T23:17:02.190Z | [ recovery-image] Dec 18 23:17:00.852 INFO O| Dec 18 23:17:00.852 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4264 | 2024-12-18T23:17:02.190Z | [ recovery-image] Dec 18 23:17:00.852 INFO O| Dec 18 23:17:00.852 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4265 | 2024-12-18T23:17:02.190Z | [ recovery-image] Dec 18 23:17:00.852 INFO O| Dec 18 23:17:00.852 INFO ok! |
4266 | 2024-12-18T23:17:02.190Z | [ recovery-image] Dec 18 23:17:00.852 INFO O| Dec 18 23:17:00.852 INFO STEP 59 (ensure_file) COMPLETE |
4267 | 2024-12-18T23:17:02.190Z | [ recovery-image] Dec 18 23:17:00.852 INFO O| Dec 18 23:17:00.852 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4268 | 2024-12-18T23:17:02.275Z | [ recovery-image] Dec 18 23:17:00.939 INFO O| Dec 18 23:17:00.939 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4269 | 2024-12-18T23:17:02.275Z | [ recovery-image] Dec 18 23:17:00.939 INFO O| Dec 18 23:17:00.939 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4270 | 2024-12-18T23:17:02.277Z | [ recovery-image] Dec 18 23:17:00.940 INFO O| Dec 18 23:17:00.940 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4271 | 2024-12-18T23:17:02.277Z | [ recovery-image] Dec 18 23:17:00.940 INFO O| Dec 18 23:17:00.940 INFO ok! |
4272 | 2024-12-18T23:17:02.278Z | [ recovery-image] Dec 18 23:17:00.940 INFO O| Dec 18 23:17:00.940 INFO STEP 60 (ensure_file) COMPLETE |
4273 | 2024-12-18T23:17:02.278Z | [ recovery-image] Dec 18 23:17:00.940 INFO O| Dec 18 23:17:00.940 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4274 | 2024-12-18T23:17:02.333Z | [ recovery-image] Dec 18 23:17:00.997 INFO O| Dec 18 23:17:00.997 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4275 | 2024-12-18T23:17:02.333Z | [ recovery-image] Dec 18 23:17:00.997 INFO O| Dec 18 23:17:00.997 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4276 | 2024-12-18T23:17:02.333Z | [ recovery-image] Dec 18 23:17:00.997 INFO O| Dec 18 23:17:00.997 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4277 | 2024-12-18T23:17:02.334Z | [ recovery-image] Dec 18 23:17:00.998 INFO O| Dec 18 23:17:00.997 INFO ok! |
4278 | 2024-12-18T23:17:02.334Z | [ recovery-image] Dec 18 23:17:00.998 INFO O| Dec 18 23:17:00.997 INFO STEP 61 (ensure_file) COMPLETE |
4279 | 2024-12-18T23:17:02.337Z | [ recovery-image] Dec 18 23:17:00.998 INFO O| Dec 18 23:17:00.998 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4280 | 2024-12-18T23:17:02.359Z | [ recovery-image] Dec 18 23:17:01.023 INFO O| Dec 18 23:17:01.023 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4281 | 2024-12-18T23:17:02.359Z | [ recovery-image] Dec 18 23:17:01.023 INFO O| Dec 18 23:17:01.023 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4282 | 2024-12-18T23:17:02.359Z | [ recovery-image] Dec 18 23:17:01.023 INFO O| Dec 18 23:17:01.023 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4283 | 2024-12-18T23:17:02.361Z | [ recovery-image] Dec 18 23:17:01.023 INFO O| Dec 18 23:17:01.023 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4284 | 2024-12-18T23:17:02.362Z | [ recovery-image] Dec 18 23:17:01.023 INFO O| Dec 18 23:17:01.023 INFO ok! |
4285 | 2024-12-18T23:17:02.362Z | [ recovery-image] Dec 18 23:17:01.023 INFO O| Dec 18 23:17:01.023 INFO STEP 62 (ensure_file) COMPLETE |
4286 | 2024-12-18T23:17:02.362Z | [ recovery-image] Dec 18 23:17:01.024 INFO O| Dec 18 23:17:01.023 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4287 | 2024-12-18T23:17:02.380Z | [ recovery-image] Dec 18 23:17:01.044 INFO O| Dec 18 23:17:01.044 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4288 | 2024-12-18T23:17:02.380Z | [ recovery-image] Dec 18 23:17:01.044 INFO O| Dec 18 23:17:01.044 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4289 | 2024-12-18T23:17:02.383Z | [ recovery-image] Dec 18 23:17:01.044 INFO O| Dec 18 23:17:01.044 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4290 | 2024-12-18T23:17:02.383Z | [ recovery-image] Dec 18 23:17:01.044 INFO O| Dec 18 23:17:01.044 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4291 | 2024-12-18T23:17:02.383Z | [ recovery-image] Dec 18 23:17:01.044 INFO O| Dec 18 23:17:01.044 INFO ok! |
4292 | 2024-12-18T23:17:02.383Z | [ recovery-image] Dec 18 23:17:01.044 INFO O| Dec 18 23:17:01.044 INFO STEP 63 (ensure_file) COMPLETE |
4293 | 2024-12-18T23:17:02.383Z | [ recovery-image] Dec 18 23:17:01.044 INFO O| Dec 18 23:17:01.044 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4294 | 2024-12-18T23:17:02.400Z | [ recovery-image] Dec 18 23:17:01.064 INFO O| Dec 18 23:17:01.064 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4295 | 2024-12-18T23:17:02.400Z | [ recovery-image] Dec 18 23:17:01.064 INFO O| Dec 18 23:17:01.064 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4296 | 2024-12-18T23:17:02.403Z | [ recovery-image] Dec 18 23:17:01.065 INFO O| Dec 18 23:17:01.065 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4297 | 2024-12-18T23:17:02.403Z | [ recovery-image] Dec 18 23:17:01.065 INFO O| Dec 18 23:17:01.065 INFO ok! |
4298 | 2024-12-18T23:17:02.403Z | [ recovery-image] Dec 18 23:17:01.065 INFO O| Dec 18 23:17:01.065 INFO STEP 64 (assemble_files) COMPLETE |
4299 | 2024-12-18T23:17:02.403Z | [ recovery-image] Dec 18 23:17:01.065 INFO O| Dec 18 23:17:01.065 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4300 | 2024-12-18T23:17:02.421Z | [ recovery-image] Dec 18 23:17:01.085 INFO O| Dec 18 23:17:01.085 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4301 | 2024-12-18T23:17:02.421Z | [ recovery-image] Dec 18 23:17:01.085 INFO O| Dec 18 23:17:01.085 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4302 | 2024-12-18T23:17:02.424Z | [ recovery-image] Dec 18 23:17:01.086 INFO O| Dec 18 23:17:01.085 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4303 | 2024-12-18T23:17:02.424Z | [ recovery-image] Dec 18 23:17:01.086 INFO O| Dec 18 23:17:01.086 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4304 | 2024-12-18T23:17:02.424Z | [ recovery-image] Dec 18 23:17:01.086 INFO O| Dec 18 23:17:01.086 INFO ok! |
4305 | 2024-12-18T23:17:02.424Z | [ recovery-image] Dec 18 23:17:01.086 INFO O| Dec 18 23:17:01.086 INFO STEP 65 (ensure_file) COMPLETE |
4306 | 2024-12-18T23:17:02.424Z | [ recovery-image] Dec 18 23:17:01.086 INFO O| Dec 18 23:17:01.086 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4307 | 2024-12-18T23:17:02.424Z | [ recovery-image] Dec 18 23:17:01.086 INFO O| Dec 18 23:17:01.086 INFO skip step because feature "omicron1" is not enabled |
4308 | 2024-12-18T23:17:02.425Z | [ recovery-image] Dec 18 23:17:01.086 INFO O| Dec 18 23:17:01.086 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4309 | 2024-12-18T23:17:02.425Z | [ recovery-image] Dec 18 23:17:01.086 INFO O| Dec 18 23:17:01.086 INFO skip step because feature "omicron1" is not enabled |
4310 | 2024-12-18T23:17:02.425Z | [ recovery-image] Dec 18 23:17:01.086 INFO O| Dec 18 23:17:01.086 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4311 | 2024-12-18T23:17:02.425Z | [ recovery-image] Dec 18 23:17:01.086 INFO O| Dec 18 23:17:01.086 INFO skip step because feature "omicron1" is not enabled |
4312 | 2024-12-18T23:17:02.425Z | [ recovery-image] Dec 18 23:17:01.086 INFO O| Dec 18 23:17:01.086 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4313 | 2024-12-18T23:17:02.522Z | [ recovery-image] Dec 18 23:17:01.186 INFO O| Dec 18 23:17:01.186 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4314 | 2024-12-18T23:17:02.522Z | [ recovery-image] Dec 18 23:17:01.186 INFO O| Dec 18 23:17:01.186 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4315 | 2024-12-18T23:17:05.496Z | [ recovery-image] Dec 18 23:17:04.160 INFO O| Dec 18 23:17:04.160 INFO STEP 69 (pack_tar) COMPLETE |
4316 | 2024-12-18T23:17:05.496Z | [ recovery-image] Dec 18 23:17:04.160 INFO O| Dec 18 23:17:04.160 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4317 | 2024-12-18T23:17:05.499Z | [ recovery-image] Dec 18 23:17:04.160 INFO O| Dec 18 23:17:04.160 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4318 | 2024-12-18T23:17:05.707Z | [ recovery-image] Dec 18 23:17:04.370 INFO O| Dec 18 23:17:04.370 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4319 | 2024-12-18T23:17:05.819Z | [ recovery-image] Dec 18 23:17:04.483 INFO O| Dec 18 23:17:04.483 INFO completed processing gimlet/ramdisk-02-trim |
4320 | 2024-12-18T23:17:05.823Z | [ recovery-image] Dec 18 23:17:04.487 INFO image builder template: ramdisk-03-recovery-trim... |
4321 | 2024-12-18T23:17:05.823Z | [ recovery-image] Dec 18 23:17:04.487 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/.tmpDJCDbN/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 |
4322 | 2024-12-18T23:17:06.015Z | [ recovery-image] Dec 18 23:17:04.678 INFO O| Dec 18 23:17:04.678 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4323 | 2024-12-18T23:17:06.042Z | [ recovery-image] Dec 18 23:17:04.706 INFO O| Dec 18 23:17:04.706 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4324 | 2024-12-18T23:17:06.140Z | [ recovery-image] Dec 18 23:17:04.804 INFO O| Dec 18 23:17:04.804 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4325 | 2024-12-18T23:17:06.249Z | [ recovery-image] Dec 18 23:17:04.913 INFO O| Dec 18 23:17:04.912 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4326 | 2024-12-18T23:17:06.252Z | [ recovery-image] Dec 18 23:17:04.913 INFO O| Dec 18 23:17:04.913 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4327 | 2024-12-18T23:17:06.267Z | [ recovery-image] Dec 18 23:17:04.931 INFO O| Dec 18 23:17:04.931 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4328 | 2024-12-18T23:17:06.280Z | [ recovery-image] Dec 18 23:17:04.943 INFO O| Dec 18 23:17:04.943 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4329 | 2024-12-18T23:17:06.290Z | [ recovery-image] Dec 18 23:17:04.954 INFO O| Dec 18 23:17:04.954 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4330 | 2024-12-18T23:17:06.865Z | [ host-image] Dec 18 23:17:05.529 INFO O| Dec 18 23:17:05.529 INFO O| Download: 975/1140 items 3.4/8.4MB 39% complete (697k/s) |
4331 | 2024-12-18T23:17:06.944Z | [ recovery-image] Dec 18 23:17:05.608 INFO O| Dec 18 23:17:05.608 INFO rolled back to input snapshot; work may begin |
4332 | 2024-12-18T23:17:06.947Z | [ recovery-image] Dec 18 23:17:05.608 INFO O| Dec 18 23:17:05.608 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4333 | 2024-12-18T23:17:06.960Z | [ recovery-image] Dec 18 23:17:05.624 INFO O| Dec 18 23:17:05.623 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4334 | 2024-12-18T23:17:06.996Z | [ recovery-image] Dec 18 23:17:05.659 INFO O| Dec 18 23:17:05.659 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4335 | 2024-12-18T23:17:07.012Z | [ recovery-image] Dec 18 23:17:05.676 INFO O| Dec 18 23:17:05.676 INFO STEP 0 (remove_files) COMPLETE |
4336 | 2024-12-18T23:17:07.012Z | [ recovery-image] Dec 18 23:17:05.676 INFO O| Dec 18 23:17:05.676 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4337 | 2024-12-18T23:17:07.034Z | [ recovery-image] Dec 18 23:17:05.698 INFO O| Dec 18 23:17:05.697 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4338 | 2024-12-18T23:17:07.165Z | [ recovery-image] Dec 18 23:17:05.828 INFO O| Dec 18 23:17:05.828 INFO STEP 1 (remove_files) COMPLETE |
4339 | 2024-12-18T23:17:07.165Z | [ recovery-image] Dec 18 23:17:05.829 INFO O| Dec 18 23:17:05.828 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4340 | 2024-12-18T23:17:07.324Z | [ recovery-image] Dec 18 23:17:05.988 INFO O| Dec 18 23:17:05.988 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4341 | 2024-12-18T23:17:07.351Z | [ recovery-image] Dec 18 23:17:06.014 INFO O| Dec 18 23:17:06.014 INFO STEP 2 (remove_files) COMPLETE |
4342 | 2024-12-18T23:17:07.353Z | [ recovery-image] Dec 18 23:17:06.015 INFO O| Dec 18 23:17:06.014 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4343 | 2024-12-18T23:17:07.371Z | [ recovery-image] Dec 18 23:17:06.035 INFO O| Dec 18 23:17:06.035 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4344 | 2024-12-18T23:17:07.470Z | [ recovery-image] Dec 18 23:17:06.134 INFO O| Dec 18 23:17:06.134 INFO STEP 3 (remove_files) COMPLETE |
4345 | 2024-12-18T23:17:07.470Z | [ recovery-image] Dec 18 23:17:06.134 INFO O| Dec 18 23:17:06.134 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4346 | 2024-12-18T23:17:07.494Z | [ recovery-image] Dec 18 23:17:06.158 INFO O| Dec 18 23:17:06.158 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4347 | 2024-12-18T23:17:07.647Z | [ recovery-image] Dec 18 23:17:06.310 INFO O| Dec 18 23:17:06.309 INFO STEP 4 (remove_files) COMPLETE |
4348 | 2024-12-18T23:17:07.647Z | [ recovery-image] Dec 18 23:17:06.310 INFO O| Dec 18 23:17:06.310 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4349 | 2024-12-18T23:17:07.711Z | [ recovery-image] Dec 18 23:17:06.375 INFO O| Dec 18 23:17:06.374 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4350 | 2024-12-18T23:17:07.784Z | [ recovery-image] Dec 18 23:17:06.447 INFO O| Dec 18 23:17:06.447 INFO STEP 5 (remove_files) COMPLETE |
4351 | 2024-12-18T23:17:07.784Z | [ recovery-image] Dec 18 23:17:06.447 INFO O| Dec 18 23:17:06.447 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4352 | 2024-12-18T23:17:07.891Z | [ recovery-image] Dec 18 23:17:06.555 INFO O| Dec 18 23:17:06.554 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4353 | 2024-12-18T23:17:07.922Z | [ recovery-image] Dec 18 23:17:06.586 INFO O| Dec 18 23:17:06.586 INFO STEP 6 (remove_files) COMPLETE |
4354 | 2024-12-18T23:17:07.922Z | [ recovery-image] Dec 18 23:17:06.586 INFO O| Dec 18 23:17:06.586 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4355 | 2024-12-18T23:17:07.948Z | [ recovery-image] Dec 18 23:17:06.612 INFO O| Dec 18 23:17:06.612 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4356 | 2024-12-18T23:17:07.960Z | [ host-image] Dec 18 23:17:06.624 INFO O| Dec 18 23:17:06.624 INFO O| Download: Completed 8.42 MB in 6.11 seconds (1.4M/s) |
4357 | 2024-12-18T23:17:07.988Z | [ recovery-image] Dec 18 23:17:06.652 INFO O| Dec 18 23:17:06.652 INFO STEP 7 (remove_files) COMPLETE |
4358 | 2024-12-18T23:17:07.988Z | [ recovery-image] Dec 18 23:17:06.652 INFO O| Dec 18 23:17:06.652 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4359 | 2024-12-18T23:17:08.019Z | [ recovery-image] Dec 18 23:17:06.683 INFO O| Dec 18 23:17:06.683 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4360 | 2024-12-18T23:17:08.031Z | [ recovery-image] Dec 18 23:17:06.694 INFO O| Dec 18 23:17:06.694 INFO STEP 8 (remove_files) COMPLETE |
4361 | 2024-12-18T23:17:08.031Z | [ recovery-image] Dec 18 23:17:06.694 INFO O| Dec 18 23:17:06.694 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4362 | 2024-12-18T23:17:08.065Z | [ recovery-image] Dec 18 23:17:06.729 INFO O| Dec 18 23:17:06.729 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4363 | 2024-12-18T23:17:08.068Z | [ recovery-image] Dec 18 23:17:06.729 INFO O| Dec 18 23:17:06.729 INFO STEP 9 (remove_files) COMPLETE |
4364 | 2024-12-18T23:17:08.068Z | [ recovery-image] Dec 18 23:17:06.729 INFO O| Dec 18 23:17:06.729 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4365 | 2024-12-18T23:17:08.096Z | [ host-image] Dec 18 23:17:06.760 INFO O| Dec 18 23:17:06.760 INFO O| Actions: 1/1361 actions (Installing new actions) |
4366 | 2024-12-18T23:17:08.107Z | [ recovery-image] Dec 18 23:17:06.771 INFO O| Dec 18 23:17:06.771 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4367 | 2024-12-18T23:17:08.110Z | [ recovery-image] Dec 18 23:17:06.772 INFO O| Dec 18 23:17:06.772 INFO STEP 10 (remove_files) COMPLETE |
4368 | 2024-12-18T23:17:08.110Z | [ recovery-image] Dec 18 23:17:06.772 INFO O| Dec 18 23:17:06.772 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4369 | 2024-12-18T23:17:08.129Z | [ recovery-image] Dec 18 23:17:06.793 INFO O| Dec 18 23:17:06.793 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4370 | 2024-12-18T23:17:08.750Z | [ host-image] Dec 18 23:17:07.413 INFO O| Dec 18 23:17:07.413 INFO O| Actions: Completed 1361 actions in 0.65 seconds. |
4371 | 2024-12-18T23:17:08.929Z | [ recovery-image] Dec 18 23:17:07.591 INFO O| Dec 18 23:17:07.591 INFO STEP 11 (remove_files) COMPLETE |
4372 | 2024-12-18T23:17:08.929Z | [ recovery-image] Dec 18 23:17:07.591 INFO O| Dec 18 23:17:07.591 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4373 | 2024-12-18T23:17:08.966Z | [ recovery-image] Dec 18 23:17:07.630 INFO O| Dec 18 23:17:07.630 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4374 | 2024-12-18T23:17:08.993Z | [ recovery-image] Dec 18 23:17:07.657 INFO O| Dec 18 23:17:07.657 INFO STEP 12 (remove_files) COMPLETE |
4375 | 2024-12-18T23:17:08.993Z | [ recovery-image] Dec 18 23:17:07.657 INFO O| Dec 18 23:17:07.657 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4376 | 2024-12-18T23:17:09.015Z | [ recovery-image] Dec 18 23:17:07.679 INFO O| Dec 18 23:17:07.678 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4377 | 2024-12-18T23:17:09.018Z | [ recovery-image] Dec 18 23:17:07.681 INFO O| Dec 18 23:17:07.681 INFO STEP 13 (remove_files) COMPLETE |
4378 | 2024-12-18T23:17:09.018Z | [ recovery-image] Dec 18 23:17:07.681 INFO O| Dec 18 23:17:07.681 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4379 | 2024-12-18T23:17:09.056Z | [ recovery-image] Dec 18 23:17:07.720 INFO O| Dec 18 23:17:07.720 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4380 | 2024-12-18T23:17:09.059Z | [ recovery-image] Dec 18 23:17:07.721 INFO O| Dec 18 23:17:07.721 INFO STEP 14 (remove_files) COMPLETE |
4381 | 2024-12-18T23:17:09.059Z | [ recovery-image] Dec 18 23:17:07.721 INFO O| Dec 18 23:17:07.721 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4382 | 2024-12-18T23:17:09.087Z | [ recovery-image] Dec 18 23:17:07.751 INFO O| Dec 18 23:17:07.751 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4383 | 2024-12-18T23:17:09.137Z | [ recovery-image] Dec 18 23:17:07.801 INFO O| Dec 18 23:17:07.801 INFO STEP 15 (remove_files) COMPLETE |
4384 | 2024-12-18T23:17:09.137Z | [ recovery-image] Dec 18 23:17:07.801 INFO O| Dec 18 23:17:07.801 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4385 | 2024-12-18T23:17:09.200Z | [ recovery-image] Dec 18 23:17:07.864 INFO O| Dec 18 23:17:07.864 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4386 | 2024-12-18T23:17:09.261Z | [ host-image] Dec 18 23:17:07.924 INFO O| Dec 18 23:17:07.924 INFO O| Done |
4387 | 2024-12-18T23:17:09.261Z | [ host-image] Dec 18 23:17:07.924 INFO O| Dec 18 23:17:07.924 INFO O| Done |
4388 | 2024-12-18T23:17:09.327Z | [ recovery-image] Dec 18 23:17:07.991 INFO O| Dec 18 23:17:07.991 INFO STEP 16 (remove_files) COMPLETE |
4389 | 2024-12-18T23:17:09.327Z | [ recovery-image] Dec 18 23:17:07.991 INFO O| Dec 18 23:17:07.991 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4390 | 2024-12-18T23:17:09.381Z | [ recovery-image] Dec 18 23:17:08.045 INFO O| Dec 18 23:17:08.045 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4391 | 2024-12-18T23:17:09.381Z | [ recovery-image] Dec 18 23:17:08.045 INFO O| Dec 18 23:17:08.045 INFO STEP 17 (remove_files) COMPLETE |
4392 | 2024-12-18T23:17:09.384Z | [ recovery-image] Dec 18 23:17:08.045 INFO O| Dec 18 23:17:08.045 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4393 | 2024-12-18T23:17:09.421Z | [ recovery-image] Dec 18 23:17:08.084 INFO O| Dec 18 23:17:08.084 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4394 | 2024-12-18T23:17:09.444Z | [ recovery-image] Dec 18 23:17:08.108 INFO O| Dec 18 23:17:08.108 INFO STEP 18 (remove_files) COMPLETE |
4395 | 2024-12-18T23:17:09.444Z | [ recovery-image] Dec 18 23:17:08.108 INFO O| Dec 18 23:17:08.108 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4396 | 2024-12-18T23:17:09.499Z | [ recovery-image] Dec 18 23:17:08.162 INFO O| Dec 18 23:17:08.162 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4397 | 2024-12-18T23:17:09.726Z | [ recovery-image] Dec 18 23:17:08.388 INFO O| Dec 18 23:17:08.388 INFO STEP 19 (remove_files) COMPLETE |
4398 | 2024-12-18T23:17:09.726Z | [ recovery-image] Dec 18 23:17:08.388 INFO O| Dec 18 23:17:08.388 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4399 | 2024-12-18T23:17:09.762Z | [ recovery-image] Dec 18 23:17:08.426 INFO O| Dec 18 23:17:08.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4400 | 2024-12-18T23:17:09.798Z | [ recovery-image] Dec 18 23:17:08.461 INFO O| Dec 18 23:17:08.461 INFO STEP 20 (remove_files) COMPLETE |
4401 | 2024-12-18T23:17:09.798Z | [ recovery-image] Dec 18 23:17:08.461 INFO O| Dec 18 23:17:08.461 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4402 | 2024-12-18T23:17:09.834Z | [ recovery-image] Dec 18 23:17:08.498 INFO O| Dec 18 23:17:08.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4403 | 2024-12-18T23:17:09.834Z | [ recovery-image] Dec 18 23:17:08.498 INFO O| Dec 18 23:17:08.498 INFO STEP 21 (remove_files) COMPLETE |
4404 | 2024-12-18T23:17:09.834Z | [ recovery-image] Dec 18 23:17:08.498 INFO O| Dec 18 23:17:08.498 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4405 | 2024-12-18T23:17:09.872Z | [ recovery-image] Dec 18 23:17:08.536 INFO O| Dec 18 23:17:08.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4406 | 2024-12-18T23:17:09.877Z | [ recovery-image] Dec 18 23:17:08.541 INFO O| Dec 18 23:17:08.541 INFO STEP 22 (remove_files) COMPLETE |
4407 | 2024-12-18T23:17:09.879Z | [ recovery-image] Dec 18 23:17:08.541 INFO O| Dec 18 23:17:08.541 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4408 | 2024-12-18T23:17:09.900Z | [ recovery-image] Dec 18 23:17:08.564 INFO O| Dec 18 23:17:08.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4409 | 2024-12-18T23:17:09.923Z | [ recovery-image] Dec 18 23:17:08.587 INFO O| Dec 18 23:17:08.587 INFO STEP 23 (remove_files) COMPLETE |
4410 | 2024-12-18T23:17:09.926Z | [ recovery-image] Dec 18 23:17:08.587 INFO O| Dec 18 23:17:08.587 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4411 | 2024-12-18T23:17:09.945Z | [ recovery-image] Dec 18 23:17:08.609 INFO O| Dec 18 23:17:08.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4412 | 2024-12-18T23:17:09.948Z | [ recovery-image] Dec 18 23:17:08.610 INFO O| Dec 18 23:17:08.610 INFO STEP 24 (remove_files) COMPLETE |
4413 | 2024-12-18T23:17:09.948Z | [ recovery-image] Dec 18 23:17:08.610 INFO O| Dec 18 23:17:08.610 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4414 | 2024-12-18T23:17:09.965Z | [ recovery-image] Dec 18 23:17:08.629 INFO O| Dec 18 23:17:08.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4415 | 2024-12-18T23:17:09.965Z | [ recovery-image] Dec 18 23:17:08.629 INFO O| Dec 18 23:17:08.629 INFO STEP 25 (remove_files) COMPLETE |
4416 | 2024-12-18T23:17:09.975Z | [ recovery-image] Dec 18 23:17:08.629 INFO O| Dec 18 23:17:08.629 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4417 | 2024-12-18T23:17:09.985Z | [ recovery-image] Dec 18 23:17:08.649 INFO O| Dec 18 23:17:08.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4418 | 2024-12-18T23:17:09.985Z | [ recovery-image] Dec 18 23:17:08.649 INFO O| Dec 18 23:17:08.649 INFO STEP 26 (remove_files) COMPLETE |
4419 | 2024-12-18T23:17:09.987Z | [ recovery-image] Dec 18 23:17:08.649 INFO O| Dec 18 23:17:08.649 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4420 | 2024-12-18T23:17:10.005Z | [ recovery-image] Dec 18 23:17:08.668 INFO O| Dec 18 23:17:08.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4421 | 2024-12-18T23:17:10.005Z | [ recovery-image] Dec 18 23:17:08.668 INFO O| Dec 18 23:17:08.668 INFO STEP 27 (remove_files) COMPLETE |
4422 | 2024-12-18T23:17:10.005Z | [ recovery-image] Dec 18 23:17:08.668 INFO O| Dec 18 23:17:08.668 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4423 | 2024-12-18T23:17:10.052Z | [ recovery-image] Dec 18 23:17:08.716 INFO O| Dec 18 23:17:08.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4424 | 2024-12-18T23:17:10.055Z | [ recovery-image] Dec 18 23:17:08.717 INFO O| Dec 18 23:17:08.716 INFO STEP 28 (remove_files) COMPLETE |
4425 | 2024-12-18T23:17:10.055Z | [ recovery-image] Dec 18 23:17:08.717 INFO O| Dec 18 23:17:08.716 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4426 | 2024-12-18T23:17:10.079Z | [ recovery-image] Dec 18 23:17:08.743 INFO O| Dec 18 23:17:08.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4427 | 2024-12-18T23:17:10.082Z | [ recovery-image] Dec 18 23:17:08.744 INFO O| Dec 18 23:17:08.743 INFO STEP 29 (remove_files) COMPLETE |
4428 | 2024-12-18T23:17:10.082Z | [ recovery-image] Dec 18 23:17:08.744 INFO O| Dec 18 23:17:08.744 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4429 | 2024-12-18T23:17:10.101Z | [ recovery-image] Dec 18 23:17:08.764 INFO O| Dec 18 23:17:08.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4430 | 2024-12-18T23:17:10.103Z | [ recovery-image] Dec 18 23:17:08.765 INFO O| Dec 18 23:17:08.765 INFO STEP 30 (remove_files) COMPLETE |
4431 | 2024-12-18T23:17:10.103Z | [ recovery-image] Dec 18 23:17:08.765 INFO O| Dec 18 23:17:08.765 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4432 | 2024-12-18T23:17:10.162Z | [ recovery-image] Dec 18 23:17:08.825 INFO O| Dec 18 23:17:08.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4433 | 2024-12-18T23:17:10.164Z | [ recovery-image] Dec 18 23:17:08.825 INFO O| Dec 18 23:17:08.825 INFO STEP 31 (remove_files) COMPLETE |
4434 | 2024-12-18T23:17:10.164Z | [ recovery-image] Dec 18 23:17:08.826 INFO O| Dec 18 23:17:08.826 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4435 | 2024-12-18T23:17:10.181Z | [ recovery-image] Dec 18 23:17:08.845 INFO O| Dec 18 23:17:08.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4436 | 2024-12-18T23:17:10.184Z | [ recovery-image] Dec 18 23:17:08.845 INFO O| Dec 18 23:17:08.845 INFO STEP 32 (remove_files) COMPLETE |
4437 | 2024-12-18T23:17:10.184Z | [ recovery-image] Dec 18 23:17:08.846 INFO O| Dec 18 23:17:08.845 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4438 | 2024-12-18T23:17:10.201Z | [ recovery-image] Dec 18 23:17:08.865 INFO O| Dec 18 23:17:08.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4439 | 2024-12-18T23:17:10.204Z | [ recovery-image] Dec 18 23:17:08.865 INFO O| Dec 18 23:17:08.865 INFO STEP 33 (remove_files) COMPLETE |
4440 | 2024-12-18T23:17:10.204Z | [ recovery-image] Dec 18 23:17:08.865 INFO O| Dec 18 23:17:08.865 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4441 | 2024-12-18T23:17:10.241Z | [ recovery-image] Dec 18 23:17:08.905 INFO O| Dec 18 23:17:08.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4442 | 2024-12-18T23:17:10.244Z | [ recovery-image] Dec 18 23:17:08.905 INFO O| Dec 18 23:17:08.905 INFO STEP 34 (remove_files) COMPLETE |
4443 | 2024-12-18T23:17:10.244Z | [ recovery-image] Dec 18 23:17:08.905 INFO O| Dec 18 23:17:08.905 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4444 | 2024-12-18T23:17:10.262Z | [ recovery-image] Dec 18 23:17:08.925 INFO O| Dec 18 23:17:08.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4445 | 2024-12-18T23:17:10.278Z | [ recovery-image] Dec 18 23:17:08.942 INFO O| Dec 18 23:17:08.942 INFO STEP 35 (remove_files) COMPLETE |
4446 | 2024-12-18T23:17:10.278Z | [ recovery-image] Dec 18 23:17:08.942 INFO O| Dec 18 23:17:08.942 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4447 | 2024-12-18T23:17:10.329Z | [ recovery-image] Dec 18 23:17:08.993 INFO O| Dec 18 23:17:08.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4448 | 2024-12-18T23:17:10.330Z | [ recovery-image] Dec 18 23:17:08.993 INFO O| Dec 18 23:17:08.993 INFO STEP 36 (remove_files) COMPLETE |
4449 | 2024-12-18T23:17:10.332Z | [ recovery-image] Dec 18 23:17:08.993 INFO O| Dec 18 23:17:08.993 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4450 | 2024-12-18T23:17:10.347Z | [ recovery-image] Dec 18 23:17:09.011 INFO O| Dec 18 23:17:09.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4451 | 2024-12-18T23:17:10.372Z | [ recovery-image] Dec 18 23:17:09.036 INFO O| Dec 18 23:17:09.036 INFO STEP 37 (remove_files) COMPLETE |
4452 | 2024-12-18T23:17:10.372Z | [ recovery-image] Dec 18 23:17:09.036 INFO O| Dec 18 23:17:09.036 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4453 | 2024-12-18T23:17:10.394Z | [ recovery-image] Dec 18 23:17:09.057 INFO O| Dec 18 23:17:09.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4454 | 2024-12-18T23:17:10.397Z | [ recovery-image] Dec 18 23:17:09.058 INFO O| Dec 18 23:17:09.057 INFO STEP 38 (remove_files) COMPLETE |
4455 | 2024-12-18T23:17:10.397Z | [ recovery-image] Dec 18 23:17:09.058 INFO O| Dec 18 23:17:09.058 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4456 | 2024-12-18T23:17:10.413Z | [ recovery-image] Dec 18 23:17:09.077 INFO O| Dec 18 23:17:09.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4457 | 2024-12-18T23:17:10.416Z | [ recovery-image] Dec 18 23:17:09.077 INFO O| Dec 18 23:17:09.077 INFO STEP 39 (remove_files) COMPLETE |
4458 | 2024-12-18T23:17:10.416Z | [ recovery-image] Dec 18 23:17:09.078 INFO O| Dec 18 23:17:09.077 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4459 | 2024-12-18T23:17:10.495Z | [ recovery-image] Dec 18 23:17:09.158 INFO O| Dec 18 23:17:09.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4460 | 2024-12-18T23:17:10.497Z | [ recovery-image] Dec 18 23:17:09.159 INFO O| Dec 18 23:17:09.158 INFO STEP 40 (remove_files) COMPLETE |
4461 | 2024-12-18T23:17:10.497Z | [ recovery-image] Dec 18 23:17:09.159 INFO O| Dec 18 23:17:09.159 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4462 | 2024-12-18T23:17:10.512Z | [ host-image] Dec 18 23:17:09.175 INFO O| Dec 18 23:17:09.175 INFO O| Done |
4463 | 2024-12-18T23:17:10.531Z | [ recovery-image] Dec 18 23:17:09.194 INFO O| Dec 18 23:17:09.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4464 | 2024-12-18T23:17:10.531Z | [ recovery-image] Dec 18 23:17:09.194 INFO O| Dec 18 23:17:09.194 INFO STEP 41 (remove_files) COMPLETE |
4465 | 2024-12-18T23:17:10.531Z | [ recovery-image] Dec 18 23:17:09.194 INFO O| Dec 18 23:17:09.194 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4466 | 2024-12-18T23:17:10.587Z | [ recovery-image] Dec 18 23:17:09.250 INFO O| Dec 18 23:17:09.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4467 | 2024-12-18T23:17:10.587Z | [ recovery-image] Dec 18 23:17:09.250 INFO O| Dec 18 23:17:09.250 INFO STEP 42 (remove_files) COMPLETE |
4468 | 2024-12-18T23:17:10.587Z | [ recovery-image] Dec 18 23:17:09.250 INFO O| Dec 18 23:17:09.250 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4469 | 2024-12-18T23:17:10.609Z | [ recovery-image] Dec 18 23:17:09.273 INFO O| Dec 18 23:17:09.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4470 | 2024-12-18T23:17:10.609Z | [ recovery-image] Dec 18 23:17:09.273 INFO O| Dec 18 23:17:09.273 INFO STEP 43 (remove_files) COMPLETE |
4471 | 2024-12-18T23:17:10.613Z | [ recovery-image] Dec 18 23:17:09.273 INFO O| Dec 18 23:17:09.273 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4472 | 2024-12-18T23:17:10.646Z | [ recovery-image] Dec 18 23:17:09.309 INFO O| Dec 18 23:17:09.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4473 | 2024-12-18T23:17:10.646Z | [ recovery-image] Dec 18 23:17:09.309 INFO O| Dec 18 23:17:09.309 INFO STEP 44 (remove_files) COMPLETE |
4474 | 2024-12-18T23:17:10.646Z | [ recovery-image] Dec 18 23:17:09.309 INFO O| Dec 18 23:17:09.309 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4475 | 2024-12-18T23:17:10.670Z | [ recovery-image] Dec 18 23:17:09.333 INFO O| Dec 18 23:17:09.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4476 | 2024-12-18T23:17:10.670Z | [ recovery-image] Dec 18 23:17:09.333 INFO O| Dec 18 23:17:09.333 INFO STEP 45 (remove_files) COMPLETE |
4477 | 2024-12-18T23:17:10.670Z | [ recovery-image] Dec 18 23:17:09.333 INFO O| Dec 18 23:17:09.333 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4478 | 2024-12-18T23:17:10.728Z | [ recovery-image] Dec 18 23:17:09.391 INFO O| Dec 18 23:17:09.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4479 | 2024-12-18T23:17:10.728Z | [ recovery-image] Dec 18 23:17:09.391 INFO O| Dec 18 23:17:09.391 INFO STEP 46 (remove_files) COMPLETE |
4480 | 2024-12-18T23:17:10.728Z | [ recovery-image] Dec 18 23:17:09.391 INFO O| Dec 18 23:17:09.391 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4481 | 2024-12-18T23:17:10.769Z | [ recovery-image] Dec 18 23:17:09.433 INFO O| Dec 18 23:17:09.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4482 | 2024-12-18T23:17:10.769Z | [ recovery-image] Dec 18 23:17:09.433 INFO O| Dec 18 23:17:09.433 INFO STEP 47 (remove_files) COMPLETE |
4483 | 2024-12-18T23:17:10.772Z | [ recovery-image] Dec 18 23:17:09.433 INFO O| Dec 18 23:17:09.433 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4484 | 2024-12-18T23:17:10.800Z | [ recovery-image] Dec 18 23:17:09.464 INFO O| Dec 18 23:17:09.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4485 | 2024-12-18T23:17:10.800Z | [ recovery-image] Dec 18 23:17:09.464 INFO O| Dec 18 23:17:09.464 INFO STEP 48 (remove_files) COMPLETE |
4486 | 2024-12-18T23:17:10.800Z | [ recovery-image] Dec 18 23:17:09.464 INFO O| Dec 18 23:17:09.464 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4487 | 2024-12-18T23:17:10.881Z | [ recovery-image] Dec 18 23:17:09.545 INFO O| Dec 18 23:17:09.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4488 | 2024-12-18T23:17:10.895Z | [ recovery-image] Dec 18 23:17:09.559 INFO O| Dec 18 23:17:09.558 INFO STEP 49 (remove_files) COMPLETE |
4489 | 2024-12-18T23:17:10.958Z | [ recovery-image] Dec 18 23:17:09.621 INFO O| Dec 18 23:17:09.621 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4490 | 2024-12-18T23:17:10.994Z | [ recovery-image] Dec 18 23:17:09.657 INFO O| Dec 18 23:17:09.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4491 | 2024-12-18T23:17:10.994Z | [ recovery-image] Dec 18 23:17:09.657 INFO O| Dec 18 23:17:09.657 INFO STEP 50 (remove_files) COMPLETE |
4492 | 2024-12-18T23:17:10.994Z | [ recovery-image] Dec 18 23:17:09.657 INFO O| Dec 18 23:17:09.657 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4493 | 2024-12-18T23:17:11.022Z | [ recovery-image] Dec 18 23:17:09.686 INFO O| Dec 18 23:17:09.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4494 | 2024-12-18T23:17:11.022Z | [ recovery-image] Dec 18 23:17:09.686 INFO O| Dec 18 23:17:09.686 INFO STEP 51 (remove_files) COMPLETE |
4495 | 2024-12-18T23:17:11.022Z | [ recovery-image] Dec 18 23:17:09.686 INFO O| Dec 18 23:17:09.686 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4496 | 2024-12-18T23:17:11.083Z | [ recovery-image] Dec 18 23:17:09.746 INFO O| Dec 18 23:17:09.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4497 | 2024-12-18T23:17:11.086Z | [ recovery-image] Dec 18 23:17:09.747 INFO O| Dec 18 23:17:09.747 INFO STEP 52 (remove_files) COMPLETE |
4498 | 2024-12-18T23:17:11.086Z | [ recovery-image] Dec 18 23:17:09.747 INFO O| Dec 18 23:17:09.747 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4499 | 2024-12-18T23:17:11.125Z | [ recovery-image] Dec 18 23:17:09.788 INFO O| Dec 18 23:17:09.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4500 | 2024-12-18T23:17:11.146Z | [ recovery-image] Dec 18 23:17:09.809 INFO O| Dec 18 23:17:09.809 INFO STEP 53 (remove_files) COMPLETE |
4501 | 2024-12-18T23:17:11.146Z | [ recovery-image] Dec 18 23:17:09.809 INFO O| Dec 18 23:17:09.809 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4502 | 2024-12-18T23:17:11.169Z | [ recovery-image] Dec 18 23:17:09.833 INFO O| Dec 18 23:17:09.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4503 | 2024-12-18T23:17:11.172Z | [ recovery-image] Dec 18 23:17:09.833 INFO O| Dec 18 23:17:09.833 INFO STEP 54 (remove_files) COMPLETE |
4504 | 2024-12-18T23:17:11.172Z | [ recovery-image] Dec 18 23:17:09.833 INFO O| Dec 18 23:17:09.833 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4505 | 2024-12-18T23:17:11.193Z | [ recovery-image] Dec 18 23:17:09.856 INFO O| Dec 18 23:17:09.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4506 | 2024-12-18T23:17:11.195Z | [ recovery-image] Dec 18 23:17:09.857 INFO O| Dec 18 23:17:09.857 INFO STEP 55 (remove_files) COMPLETE |
4507 | 2024-12-18T23:17:11.195Z | [ recovery-image] Dec 18 23:17:09.857 INFO O| Dec 18 23:17:09.857 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4508 | 2024-12-18T23:17:11.228Z | [ recovery-image] Dec 18 23:17:09.891 INFO O| Dec 18 23:17:09.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4509 | 2024-12-18T23:17:11.228Z | [ recovery-image] Dec 18 23:17:09.891 INFO O| Dec 18 23:17:09.891 INFO STEP 56 (remove_files) COMPLETE |
4510 | 2024-12-18T23:17:11.228Z | [ recovery-image] Dec 18 23:17:09.891 INFO O| Dec 18 23:17:09.891 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4511 | 2024-12-18T23:17:11.269Z | [ recovery-image] Dec 18 23:17:09.933 INFO O| Dec 18 23:17:09.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4512 | 2024-12-18T23:17:11.269Z | [ recovery-image] Dec 18 23:17:09.933 INFO O| Dec 18 23:17:09.933 INFO STEP 57 (remove_files) COMPLETE |
4513 | 2024-12-18T23:17:11.269Z | [ recovery-image] Dec 18 23:17:09.933 INFO O| Dec 18 23:17:09.933 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4514 | 2024-12-18T23:17:11.291Z | [ recovery-image] Dec 18 23:17:09.955 INFO O| Dec 18 23:17:09.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4515 | 2024-12-18T23:17:11.311Z | [ recovery-image] Dec 18 23:17:09.975 INFO O| Dec 18 23:17:09.975 INFO STEP 58 (remove_files) COMPLETE |
4516 | 2024-12-18T23:17:11.311Z | [ recovery-image] Dec 18 23:17:09.975 INFO O| Dec 18 23:17:09.975 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4517 | 2024-12-18T23:17:11.344Z | [ recovery-image] Dec 18 23:17:10.006 INFO O| Dec 18 23:17:10.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4518 | 2024-12-18T23:17:11.347Z | [ recovery-image] Dec 18 23:17:10.006 INFO O| Dec 18 23:17:10.006 INFO STEP 59 (remove_files) COMPLETE |
4519 | 2024-12-18T23:17:11.347Z | [ recovery-image] Dec 18 23:17:10.006 INFO O| Dec 18 23:17:10.006 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4520 | 2024-12-18T23:17:11.373Z | [ recovery-image] Dec 18 23:17:10.036 INFO O| Dec 18 23:17:10.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4521 | 2024-12-18T23:17:11.373Z | [ recovery-image] Dec 18 23:17:10.036 INFO O| Dec 18 23:17:10.036 INFO STEP 60 (remove_files) COMPLETE |
4522 | 2024-12-18T23:17:11.373Z | [ recovery-image] Dec 18 23:17:10.036 INFO O| Dec 18 23:17:10.036 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4523 | 2024-12-18T23:17:11.397Z | [ recovery-image] Dec 18 23:17:10.060 INFO O| Dec 18 23:17:10.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4524 | 2024-12-18T23:17:11.397Z | [ recovery-image] Dec 18 23:17:10.061 INFO O| Dec 18 23:17:10.060 INFO STEP 61 (remove_files) COMPLETE |
4525 | 2024-12-18T23:17:11.397Z | [ recovery-image] Dec 18 23:17:10.061 INFO O| Dec 18 23:17:10.061 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4526 | 2024-12-18T23:17:11.419Z | [ recovery-image] Dec 18 23:17:10.082 INFO O| Dec 18 23:17:10.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4527 | 2024-12-18T23:17:11.419Z | [ recovery-image] Dec 18 23:17:10.082 INFO O| Dec 18 23:17:10.082 INFO STEP 62 (remove_files) COMPLETE |
4528 | 2024-12-18T23:17:11.419Z | [ recovery-image] Dec 18 23:17:10.082 INFO O| Dec 18 23:17:10.082 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4529 | 2024-12-18T23:17:11.438Z | [ recovery-image] Dec 18 23:17:10.101 INFO O| Dec 18 23:17:10.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4530 | 2024-12-18T23:17:11.438Z | [ recovery-image] Dec 18 23:17:10.101 INFO O| Dec 18 23:17:10.101 INFO STEP 63 (remove_files) COMPLETE |
4531 | 2024-12-18T23:17:11.438Z | [ recovery-image] Dec 18 23:17:10.101 INFO O| Dec 18 23:17:10.101 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4532 | 2024-12-18T23:17:11.465Z | [ recovery-image] Dec 18 23:17:10.129 INFO O| Dec 18 23:17:10.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4533 | 2024-12-18T23:17:11.465Z | [ recovery-image] Dec 18 23:17:10.129 INFO O| Dec 18 23:17:10.129 INFO STEP 64 (remove_files) COMPLETE |
4534 | 2024-12-18T23:17:11.468Z | [ recovery-image] Dec 18 23:17:10.129 INFO O| Dec 18 23:17:10.129 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4535 | 2024-12-18T23:17:11.522Z | [ recovery-image] Dec 18 23:17:10.185 INFO O| Dec 18 23:17:10.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4536 | 2024-12-18T23:17:11.522Z | [ recovery-image] Dec 18 23:17:10.185 INFO O| Dec 18 23:17:10.185 INFO STEP 65 (remove_files) COMPLETE |
4537 | 2024-12-18T23:17:11.522Z | [ recovery-image] Dec 18 23:17:10.185 INFO O| Dec 18 23:17:10.185 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4538 | 2024-12-18T23:17:11.545Z | [ recovery-image] Dec 18 23:17:10.208 INFO O| Dec 18 23:17:10.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4539 | 2024-12-18T23:17:11.545Z | [ recovery-image] Dec 18 23:17:10.208 INFO O| Dec 18 23:17:10.208 INFO STEP 66 (remove_files) COMPLETE |
4540 | 2024-12-18T23:17:11.547Z | [ recovery-image] Dec 18 23:17:10.208 INFO O| Dec 18 23:17:10.208 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4541 | 2024-12-18T23:17:11.578Z | [ recovery-image] Dec 18 23:17:10.242 INFO O| Dec 18 23:17:10.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4542 | 2024-12-18T23:17:11.578Z | [ recovery-image] Dec 18 23:17:10.242 INFO O| Dec 18 23:17:10.242 INFO STEP 67 (remove_files) COMPLETE |
4543 | 2024-12-18T23:17:11.578Z | [ recovery-image] Dec 18 23:17:10.242 INFO O| Dec 18 23:17:10.242 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4544 | 2024-12-18T23:17:11.600Z | [ recovery-image] Dec 18 23:17:10.263 INFO O| Dec 18 23:17:10.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4545 | 2024-12-18T23:17:11.600Z | [ recovery-image] Dec 18 23:17:10.264 INFO O| Dec 18 23:17:10.264 INFO STEP 68 (remove_files) COMPLETE |
4546 | 2024-12-18T23:17:11.603Z | [ recovery-image] Dec 18 23:17:10.264 INFO O| Dec 18 23:17:10.264 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4547 | 2024-12-18T23:17:11.623Z | [ recovery-image] Dec 18 23:17:10.286 INFO O| Dec 18 23:17:10.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4548 | 2024-12-18T23:17:11.623Z | [ recovery-image] Dec 18 23:17:10.286 INFO O| Dec 18 23:17:10.286 INFO STEP 69 (remove_files) COMPLETE |
4549 | 2024-12-18T23:17:11.623Z | [ recovery-image] Dec 18 23:17:10.286 INFO O| Dec 18 23:17:10.286 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4550 | 2024-12-18T23:17:11.664Z | [ recovery-image] Dec 18 23:17:10.326 INFO O| Dec 18 23:17:10.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4551 | 2024-12-18T23:17:11.664Z | [ recovery-image] Dec 18 23:17:10.326 INFO O| Dec 18 23:17:10.326 INFO STEP 70 (remove_files) COMPLETE |
4552 | 2024-12-18T23:17:11.664Z | [ recovery-image] Dec 18 23:17:10.327 INFO O| Dec 18 23:17:10.326 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4553 | 2024-12-18T23:17:11.699Z | [ recovery-image] Dec 18 23:17:10.362 INFO O| Dec 18 23:17:10.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4554 | 2024-12-18T23:17:11.699Z | [ recovery-image] Dec 18 23:17:10.362 INFO O| Dec 18 23:17:10.362 INFO STEP 71 (remove_files) COMPLETE |
4555 | 2024-12-18T23:17:11.699Z | [ recovery-image] Dec 18 23:17:10.362 INFO O| Dec 18 23:17:10.362 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4556 | 2024-12-18T23:17:11.781Z | [ recovery-image] Dec 18 23:17:10.444 INFO O| Dec 18 23:17:10.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4557 | 2024-12-18T23:17:11.781Z | [ recovery-image] Dec 18 23:17:10.444 INFO O| Dec 18 23:17:10.444 INFO STEP 72 (remove_files) COMPLETE |
4558 | 2024-12-18T23:17:11.784Z | [ recovery-image] Dec 18 23:17:10.444 INFO O| Dec 18 23:17:10.444 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4559 | 2024-12-18T23:17:11.877Z | [ recovery-image] Dec 18 23:17:10.541 INFO O| Dec 18 23:17:10.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4560 | 2024-12-18T23:17:11.877Z | [ recovery-image] Dec 18 23:17:10.541 INFO O| Dec 18 23:17:10.541 INFO STEP 73 (remove_files) COMPLETE |
4561 | 2024-12-18T23:17:11.877Z | [ recovery-image] Dec 18 23:17:10.541 INFO O| Dec 18 23:17:10.541 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4562 | 2024-12-18T23:17:11.899Z | [ recovery-image] Dec 18 23:17:10.563 INFO O| Dec 18 23:17:10.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4563 | 2024-12-18T23:17:11.899Z | [ recovery-image] Dec 18 23:17:10.563 INFO O| Dec 18 23:17:10.563 INFO STEP 74 (remove_files) COMPLETE |
4564 | 2024-12-18T23:17:11.902Z | [ recovery-image] Dec 18 23:17:10.563 INFO O| Dec 18 23:17:10.563 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4565 | 2024-12-18T23:17:11.919Z | [ recovery-image] Dec 18 23:17:10.583 INFO O| Dec 18 23:17:10.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4566 | 2024-12-18T23:17:11.919Z | [ recovery-image] Dec 18 23:17:10.583 INFO O| Dec 18 23:17:10.583 INFO STEP 75 (remove_files) COMPLETE |
4567 | 2024-12-18T23:17:11.922Z | [ recovery-image] Dec 18 23:17:10.583 INFO O| Dec 18 23:17:10.583 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4568 | 2024-12-18T23:17:11.949Z | [ recovery-image] Dec 18 23:17:10.613 INFO O| Dec 18 23:17:10.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4569 | 2024-12-18T23:17:11.952Z | [ recovery-image] Dec 18 23:17:10.613 INFO O| Dec 18 23:17:10.613 INFO STEP 76 (remove_files) COMPLETE |
4570 | 2024-12-18T23:17:11.953Z | [ recovery-image] Dec 18 23:17:10.614 INFO O| Dec 18 23:17:10.614 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4571 | 2024-12-18T23:17:11.987Z | [ recovery-image] Dec 18 23:17:10.650 INFO O| Dec 18 23:17:10.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4572 | 2024-12-18T23:17:11.987Z | [ recovery-image] Dec 18 23:17:10.650 INFO O| Dec 18 23:17:10.650 INFO STEP 77 (remove_files) COMPLETE |
4573 | 2024-12-18T23:17:11.989Z | [ recovery-image] Dec 18 23:17:10.650 INFO O| Dec 18 23:17:10.650 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4574 | 2024-12-18T23:17:12.040Z | [ recovery-image] Dec 18 23:17:10.704 INFO O| Dec 18 23:17:10.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4575 | 2024-12-18T23:17:12.040Z | [ recovery-image] Dec 18 23:17:10.704 INFO O| Dec 18 23:17:10.704 INFO STEP 78 (remove_files) COMPLETE |
4576 | 2024-12-18T23:17:12.043Z | [ recovery-image] Dec 18 23:17:10.704 INFO O| Dec 18 23:17:10.704 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4577 | 2024-12-18T23:17:12.061Z | [ recovery-image] Dec 18 23:17:10.724 INFO O| Dec 18 23:17:10.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4578 | 2024-12-18T23:17:12.061Z | [ recovery-image] Dec 18 23:17:10.724 INFO O| Dec 18 23:17:10.724 INFO STEP 79 (remove_files) COMPLETE |
4579 | 2024-12-18T23:17:12.061Z | [ recovery-image] Dec 18 23:17:10.724 INFO O| Dec 18 23:17:10.724 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4580 | 2024-12-18T23:17:12.085Z | [ recovery-image] Dec 18 23:17:10.748 INFO O| Dec 18 23:17:10.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4581 | 2024-12-18T23:17:12.085Z | [ recovery-image] Dec 18 23:17:10.748 INFO O| Dec 18 23:17:10.748 INFO STEP 80 (remove_files) COMPLETE |
4582 | 2024-12-18T23:17:12.087Z | [ recovery-image] Dec 18 23:17:10.749 INFO O| Dec 18 23:17:10.748 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4583 | 2024-12-18T23:17:12.104Z | [ recovery-image] Dec 18 23:17:10.768 INFO O| Dec 18 23:17:10.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4584 | 2024-12-18T23:17:12.107Z | [ recovery-image] Dec 18 23:17:10.768 INFO O| Dec 18 23:17:10.768 INFO STEP 81 (remove_files) COMPLETE |
4585 | 2024-12-18T23:17:12.107Z | [ recovery-image] Dec 18 23:17:10.768 INFO O| Dec 18 23:17:10.768 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2024-12-18T23:17:12.125Z | [ recovery-image] Dec 18 23:17:10.788 INFO O| Dec 18 23:17:10.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4587 | 2024-12-18T23:17:12.126Z | [ recovery-image] Dec 18 23:17:10.788 INFO O| Dec 18 23:17:10.788 INFO STEP 82 (remove_files) COMPLETE |
4588 | 2024-12-18T23:17:12.126Z | [ recovery-image] Dec 18 23:17:10.788 INFO O| Dec 18 23:17:10.788 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-12-18T23:17:12.159Z | [ recovery-image] Dec 18 23:17:10.823 INFO O| Dec 18 23:17:10.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4590 | 2024-12-18T23:17:12.159Z | [ recovery-image] Dec 18 23:17:10.823 INFO O| Dec 18 23:17:10.823 INFO STEP 83 (remove_files) COMPLETE |
4591 | 2024-12-18T23:17:12.159Z | [ recovery-image] Dec 18 23:17:10.823 INFO O| Dec 18 23:17:10.823 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-12-18T23:17:12.178Z | [ recovery-image] Dec 18 23:17:10.842 INFO O| Dec 18 23:17:10.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4593 | 2024-12-18T23:17:12.178Z | [ recovery-image] Dec 18 23:17:10.842 INFO O| Dec 18 23:17:10.842 INFO STEP 84 (remove_files) COMPLETE |
4594 | 2024-12-18T23:17:12.178Z | [ recovery-image] Dec 18 23:17:10.842 INFO O| Dec 18 23:17:10.842 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4595 | 2024-12-18T23:17:12.213Z | [ recovery-image] Dec 18 23:17:10.876 INFO O| Dec 18 23:17:10.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4596 | 2024-12-18T23:17:12.213Z | [ recovery-image] Dec 18 23:17:10.876 INFO O| Dec 18 23:17:10.876 INFO STEP 85 (remove_files) COMPLETE |
4597 | 2024-12-18T23:17:12.215Z | [ recovery-image] Dec 18 23:17:10.876 INFO O| Dec 18 23:17:10.876 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-12-18T23:17:12.233Z | [ recovery-image] Dec 18 23:17:10.896 INFO O| Dec 18 23:17:10.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4599 | 2024-12-18T23:17:12.233Z | [ recovery-image] Dec 18 23:17:10.896 INFO O| Dec 18 23:17:10.896 INFO STEP 86 (remove_files) COMPLETE |
4600 | 2024-12-18T23:17:12.233Z | [ recovery-image] Dec 18 23:17:10.896 INFO O| Dec 18 23:17:10.896 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-12-18T23:17:12.251Z | [ recovery-image] Dec 18 23:17:10.915 INFO O| Dec 18 23:17:10.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4602 | 2024-12-18T23:17:12.251Z | [ recovery-image] Dec 18 23:17:10.915 INFO O| Dec 18 23:17:10.915 INFO STEP 87 (remove_files) COMPLETE |
4603 | 2024-12-18T23:17:12.251Z | [ recovery-image] Dec 18 23:17:10.915 INFO O| Dec 18 23:17:10.915 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-12-18T23:17:12.281Z | [ recovery-image] Dec 18 23:17:10.945 INFO O| Dec 18 23:17:10.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4605 | 2024-12-18T23:17:12.281Z | [ recovery-image] Dec 18 23:17:10.945 INFO O| Dec 18 23:17:10.945 INFO STEP 88 (remove_files) COMPLETE |
4606 | 2024-12-18T23:17:12.281Z | [ recovery-image] Dec 18 23:17:10.945 INFO O| Dec 18 23:17:10.945 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-12-18T23:17:12.299Z | [ recovery-image] Dec 18 23:17:10.963 INFO O| Dec 18 23:17:10.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4608 | 2024-12-18T23:17:12.323Z | [ recovery-image] Dec 18 23:17:10.987 INFO O| Dec 18 23:17:10.987 INFO STEP 89 (remove_files) COMPLETE |
4609 | 2024-12-18T23:17:12.323Z | [ recovery-image] Dec 18 23:17:10.987 INFO O| Dec 18 23:17:10.987 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-12-18T23:17:12.368Z | [ recovery-image] Dec 18 23:17:11.032 INFO O| Dec 18 23:17:11.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4611 | 2024-12-18T23:17:12.368Z | [ recovery-image] Dec 18 23:17:11.032 INFO O| Dec 18 23:17:11.032 INFO STEP 90 (remove_files) COMPLETE |
4612 | 2024-12-18T23:17:12.369Z | [ recovery-image] Dec 18 23:17:11.032 INFO O| Dec 18 23:17:11.032 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2024-12-18T23:17:12.416Z | [ recovery-image] Dec 18 23:17:11.079 INFO O| Dec 18 23:17:11.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4614 | 2024-12-18T23:17:12.437Z | [ recovery-image] Dec 18 23:17:11.100 INFO O| Dec 18 23:17:11.100 INFO STEP 91 (remove_files) COMPLETE |
4615 | 2024-12-18T23:17:12.437Z | [ recovery-image] Dec 18 23:17:11.100 INFO O| Dec 18 23:17:11.100 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4616 | 2024-12-18T23:17:12.505Z | [ recovery-image] Dec 18 23:17:11.169 INFO O| Dec 18 23:17:11.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4617 | 2024-12-18T23:17:12.520Z | [ recovery-image] Dec 18 23:17:11.184 INFO O| Dec 18 23:17:11.184 INFO STEP 92 (remove_files) COMPLETE |
4618 | 2024-12-18T23:17:12.520Z | [ recovery-image] Dec 18 23:17:11.184 INFO O| Dec 18 23:17:11.184 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2024-12-18T23:17:12.543Z | [ recovery-image] Dec 18 23:17:11.206 INFO O| Dec 18 23:17:11.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4620 | 2024-12-18T23:17:12.545Z | [ recovery-image] Dec 18 23:17:11.207 INFO O| Dec 18 23:17:11.207 INFO STEP 93 (remove_files) COMPLETE |
4621 | 2024-12-18T23:17:12.545Z | [ recovery-image] Dec 18 23:17:11.207 INFO O| Dec 18 23:17:11.207 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2024-12-18T23:17:12.563Z | [ recovery-image] Dec 18 23:17:11.227 INFO O| Dec 18 23:17:11.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4623 | 2024-12-18T23:17:12.566Z | [ recovery-image] Dec 18 23:17:11.227 INFO O| Dec 18 23:17:11.227 INFO STEP 94 (remove_files) COMPLETE |
4624 | 2024-12-18T23:17:12.566Z | [ recovery-image] Dec 18 23:17:11.227 INFO O| Dec 18 23:17:11.227 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-12-18T23:17:12.583Z | [ recovery-image] Dec 18 23:17:11.246 INFO O| Dec 18 23:17:11.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4626 | 2024-12-18T23:17:12.586Z | [ recovery-image] Dec 18 23:17:11.247 INFO O| Dec 18 23:17:11.247 INFO STEP 95 (remove_files) COMPLETE |
4627 | 2024-12-18T23:17:12.586Z | [ recovery-image] Dec 18 23:17:11.247 INFO O| Dec 18 23:17:11.247 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2024-12-18T23:17:12.612Z | [ recovery-image] Dec 18 23:17:11.275 INFO O| Dec 18 23:17:11.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4629 | 2024-12-18T23:17:12.614Z | [ recovery-image] Dec 18 23:17:11.275 INFO O| Dec 18 23:17:11.275 INFO STEP 96 (remove_files) COMPLETE |
4630 | 2024-12-18T23:17:12.615Z | [ recovery-image] Dec 18 23:17:11.276 INFO O| Dec 18 23:17:11.275 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-12-18T23:17:12.630Z | [ recovery-image] Dec 18 23:17:11.294 INFO O| Dec 18 23:17:11.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4632 | 2024-12-18T23:17:12.633Z | [ recovery-image] Dec 18 23:17:11.294 INFO O| Dec 18 23:17:11.294 INFO STEP 97 (remove_files) COMPLETE |
4633 | 2024-12-18T23:17:12.633Z | [ recovery-image] Dec 18 23:17:11.294 INFO O| Dec 18 23:17:11.294 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2024-12-18T23:17:12.648Z | [ recovery-image] Dec 18 23:17:11.311 INFO O| Dec 18 23:17:11.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4635 | 2024-12-18T23:17:12.650Z | [ recovery-image] Dec 18 23:17:11.312 INFO O| Dec 18 23:17:11.312 INFO STEP 98 (remove_files) COMPLETE |
4636 | 2024-12-18T23:17:12.650Z | [ recovery-image] Dec 18 23:17:11.312 INFO O| Dec 18 23:17:11.312 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2024-12-18T23:17:12.701Z | [ recovery-image] Dec 18 23:17:11.365 INFO O| Dec 18 23:17:11.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4638 | 2024-12-18T23:17:12.704Z | [ recovery-image] Dec 18 23:17:11.365 INFO O| Dec 18 23:17:11.365 INFO STEP 99 (remove_files) COMPLETE |
4639 | 2024-12-18T23:17:12.704Z | [ recovery-image] Dec 18 23:17:11.365 INFO O| Dec 18 23:17:11.365 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2024-12-18T23:17:12.726Z | [ recovery-image] Dec 18 23:17:11.390 INFO O| Dec 18 23:17:11.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4641 | 2024-12-18T23:17:12.729Z | [ recovery-image] Dec 18 23:17:11.390 INFO O| Dec 18 23:17:11.390 INFO STEP 100 (remove_files) COMPLETE |
4642 | 2024-12-18T23:17:12.729Z | [ recovery-image] Dec 18 23:17:11.390 INFO O| Dec 18 23:17:11.390 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2024-12-18T23:17:12.765Z | [ recovery-image] Dec 18 23:17:11.428 INFO O| Dec 18 23:17:11.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4644 | 2024-12-18T23:17:12.847Z | [ recovery-image] Dec 18 23:17:11.428 INFO O| Dec 18 23:17:11.428 INFO STEP 101 (remove_files) COMPLETE |
4645 | 2024-12-18T23:17:12.847Z | [ recovery-image] Dec 18 23:17:11.428 INFO O| Dec 18 23:17:11.428 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2024-12-18T23:17:12.850Z | [ recovery-image] Dec 18 23:17:11.450 INFO O| Dec 18 23:17:11.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4647 | 2024-12-18T23:17:12.850Z | [ recovery-image] Dec 18 23:17:11.450 INFO O| Dec 18 23:17:11.450 INFO STEP 102 (remove_files) COMPLETE |
4648 | 2024-12-18T23:17:12.850Z | [ recovery-image] Dec 18 23:17:11.450 INFO O| Dec 18 23:17:11.450 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2024-12-18T23:17:12.872Z | [ recovery-image] Dec 18 23:17:11.535 INFO O| Dec 18 23:17:11.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4650 | 2024-12-18T23:17:12.872Z | [ recovery-image] Dec 18 23:17:11.535 INFO O| Dec 18 23:17:11.535 INFO STEP 103 (remove_files) COMPLETE |
4651 | 2024-12-18T23:17:12.872Z | [ recovery-image] Dec 18 23:17:11.535 INFO O| Dec 18 23:17:11.535 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2024-12-18T23:17:12.896Z | [ recovery-image] Dec 18 23:17:11.559 INFO O| Dec 18 23:17:11.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4653 | 2024-12-18T23:17:12.896Z | [ recovery-image] Dec 18 23:17:11.559 INFO O| Dec 18 23:17:11.559 INFO STEP 104 (remove_files) COMPLETE |
4654 | 2024-12-18T23:17:12.896Z | [ recovery-image] Dec 18 23:17:11.559 INFO O| Dec 18 23:17:11.559 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2024-12-18T23:17:12.921Z | [ recovery-image] Dec 18 23:17:11.580 INFO O| Dec 18 23:17:11.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4656 | 2024-12-18T23:17:12.940Z | [ recovery-image] Dec 18 23:17:11.602 INFO O| Dec 18 23:17:11.602 INFO STEP 105 (remove_files) COMPLETE |
4657 | 2024-12-18T23:17:12.940Z | [ recovery-image] Dec 18 23:17:11.602 INFO O| Dec 18 23:17:11.602 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2024-12-18T23:17:12.959Z | [ recovery-image] Dec 18 23:17:11.623 INFO O| Dec 18 23:17:11.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4659 | 2024-12-18T23:17:12.959Z | [ recovery-image] Dec 18 23:17:11.623 INFO O| Dec 18 23:17:11.623 INFO STEP 106 (remove_files) COMPLETE |
4660 | 2024-12-18T23:17:12.960Z | [ recovery-image] Dec 18 23:17:11.623 INFO O| Dec 18 23:17:11.623 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4661 | 2024-12-18T23:17:12.997Z | [ recovery-image] Dec 18 23:17:11.655 INFO O| Dec 18 23:17:11.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4662 | 2024-12-18T23:17:12.997Z | [ recovery-image] Dec 18 23:17:11.655 INFO O| Dec 18 23:17:11.655 INFO STEP 107 (remove_files) COMPLETE |
4663 | 2024-12-18T23:17:13.000Z | [ recovery-image] Dec 18 23:17:11.655 INFO O| Dec 18 23:17:11.655 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4664 | 2024-12-18T23:17:13.027Z | [ recovery-image] Dec 18 23:17:11.690 INFO O| Dec 18 23:17:11.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4665 | 2024-12-18T23:17:13.027Z | [ recovery-image] Dec 18 23:17:11.690 INFO O| Dec 18 23:17:11.690 INFO STEP 108 (remove_files) COMPLETE |
4666 | 2024-12-18T23:17:13.027Z | [ recovery-image] Dec 18 23:17:11.690 INFO O| Dec 18 23:17:11.690 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4667 | 2024-12-18T23:17:13.104Z | [ recovery-image] Dec 18 23:17:11.768 INFO O| Dec 18 23:17:11.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4668 | 2024-12-18T23:17:13.105Z | [ recovery-image] Dec 18 23:17:11.768 INFO O| Dec 18 23:17:11.768 INFO STEP 109 (remove_files) COMPLETE |
4669 | 2024-12-18T23:17:13.105Z | [ recovery-image] Dec 18 23:17:11.768 INFO O| Dec 18 23:17:11.768 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4670 | 2024-12-18T23:17:13.140Z | [ recovery-image] Dec 18 23:17:11.803 INFO O| Dec 18 23:17:11.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4671 | 2024-12-18T23:17:13.140Z | [ recovery-image] Dec 18 23:17:11.803 INFO O| Dec 18 23:17:11.803 INFO STEP 110 (remove_files) COMPLETE |
4672 | 2024-12-18T23:17:13.144Z | [ recovery-image] Dec 18 23:17:11.804 INFO O| Dec 18 23:17:11.803 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4673 | 2024-12-18T23:17:13.176Z | [ recovery-image] Dec 18 23:17:11.840 INFO O| Dec 18 23:17:11.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4674 | 2024-12-18T23:17:13.176Z | [ recovery-image] Dec 18 23:17:11.840 INFO O| Dec 18 23:17:11.840 INFO STEP 111 (remove_files) COMPLETE |
4675 | 2024-12-18T23:17:13.176Z | [ recovery-image] Dec 18 23:17:11.840 INFO O| Dec 18 23:17:11.840 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4676 | 2024-12-18T23:17:13.196Z | [ recovery-image] Dec 18 23:17:11.860 INFO O| Dec 18 23:17:11.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4677 | 2024-12-18T23:17:13.196Z | [ recovery-image] Dec 18 23:17:11.860 INFO O| Dec 18 23:17:11.860 INFO STEP 112 (remove_files) COMPLETE |
4678 | 2024-12-18T23:17:13.196Z | [ recovery-image] Dec 18 23:17:11.860 INFO O| Dec 18 23:17:11.860 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4679 | 2024-12-18T23:17:13.227Z | [ recovery-image] Dec 18 23:17:11.890 INFO O| Dec 18 23:17:11.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4680 | 2024-12-18T23:17:13.227Z | [ recovery-image] Dec 18 23:17:11.890 INFO O| Dec 18 23:17:11.890 INFO STEP 113 (remove_files) COMPLETE |
4681 | 2024-12-18T23:17:13.229Z | [ recovery-image] Dec 18 23:17:11.890 INFO O| Dec 18 23:17:11.890 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4682 | 2024-12-18T23:17:13.249Z | [ recovery-image] Dec 18 23:17:11.912 INFO O| Dec 18 23:17:11.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4683 | 2024-12-18T23:17:13.249Z | [ recovery-image] Dec 18 23:17:11.913 INFO O| Dec 18 23:17:11.913 INFO STEP 114 (remove_files) COMPLETE |
4684 | 2024-12-18T23:17:13.252Z | [ recovery-image] Dec 18 23:17:11.913 INFO O| Dec 18 23:17:11.913 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4685 | 2024-12-18T23:17:13.290Z | [ recovery-image] Dec 18 23:17:11.954 INFO O| Dec 18 23:17:11.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4686 | 2024-12-18T23:17:13.290Z | [ recovery-image] Dec 18 23:17:11.954 INFO O| Dec 18 23:17:11.945 INFO STEP 115 (remove_files) COMPLETE |
4687 | 2024-12-18T23:17:13.290Z | [ recovery-image] Dec 18 23:17:11.954 INFO O| Dec 18 23:17:11.945 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4688 | 2024-12-18T23:17:13.306Z | [ recovery-image] Dec 18 23:17:11.969 INFO O| Dec 18 23:17:11.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4689 | 2024-12-18T23:17:13.306Z | [ recovery-image] Dec 18 23:17:11.970 INFO O| Dec 18 23:17:11.970 INFO STEP 116 (remove_files) COMPLETE |
4690 | 2024-12-18T23:17:13.309Z | [ recovery-image] Dec 18 23:17:11.970 INFO O| Dec 18 23:17:11.970 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4691 | 2024-12-18T23:17:13.326Z | [ recovery-image] Dec 18 23:17:11.990 INFO O| Dec 18 23:17:11.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4692 | 2024-12-18T23:17:13.326Z | [ recovery-image] Dec 18 23:17:11.990 INFO O| Dec 18 23:17:11.990 INFO STEP 117 (remove_files) COMPLETE |
4693 | 2024-12-18T23:17:13.326Z | [ recovery-image] Dec 18 23:17:11.990 INFO O| Dec 18 23:17:11.990 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4694 | 2024-12-18T23:17:13.345Z | [ recovery-image] Dec 18 23:17:12.009 INFO O| Dec 18 23:17:12.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4695 | 2024-12-18T23:17:13.348Z | [ recovery-image] Dec 18 23:17:12.009 INFO O| Dec 18 23:17:12.009 INFO STEP 118 (remove_files) COMPLETE |
4696 | 2024-12-18T23:17:13.348Z | [ recovery-image] Dec 18 23:17:12.009 INFO O| Dec 18 23:17:12.009 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4697 | 2024-12-18T23:17:13.371Z | [ recovery-image] Dec 18 23:17:12.034 INFO O| Dec 18 23:17:12.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4698 | 2024-12-18T23:17:13.371Z | [ recovery-image] Dec 18 23:17:12.034 INFO O| Dec 18 23:17:12.034 INFO STEP 119 (remove_files) COMPLETE |
4699 | 2024-12-18T23:17:13.371Z | [ recovery-image] Dec 18 23:17:12.035 INFO O| Dec 18 23:17:12.034 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4700 | 2024-12-18T23:17:13.391Z | [ recovery-image] Dec 18 23:17:12.055 INFO O| Dec 18 23:17:12.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4701 | 2024-12-18T23:17:13.411Z | [ recovery-image] Dec 18 23:17:12.075 INFO O| Dec 18 23:17:12.075 INFO STEP 120 (remove_files) COMPLETE |
4702 | 2024-12-18T23:17:13.411Z | [ recovery-image] Dec 18 23:17:12.075 INFO O| Dec 18 23:17:12.075 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4703 | 2024-12-18T23:17:13.478Z | [ host-image] Dec 18 23:17:12.142 INFO O| Dec 18 23:17:12.141 INFO O| Done |
4704 | 2024-12-18T23:17:13.487Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
4705 | 2024-12-18T23:17:13.509Z | [ recovery-image] Dec 18 23:17:12.171 INFO O| Dec 18 23:17:12.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4706 | 2024-12-18T23:17:13.512Z | [ recovery-image] Dec 18 23:17:12.172 INFO O| Dec 18 23:17:12.172 INFO STEP 121 (remove_files) COMPLETE |
4707 | 2024-12-18T23:17:13.512Z | [ recovery-image] Dec 18 23:17:12.172 INFO O| Dec 18 23:17:12.172 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4708 | 2024-12-18T23:17:13.522Z | [ host-image] Dec 18 23:17:12.185 INFO O| Dec 18 23:17:12.185 INFO O| Done |
4709 | 2024-12-18T23:17:13.524Z | [ host-image] Dec 18 23:17:12.186 INFO O| Dec 18 23:17:12.186 INFO O| Done |
4710 | 2024-12-18T23:17:13.531Z | [ recovery-image] Dec 18 23:17:12.194 INFO O| Dec 18 23:17:12.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4711 | 2024-12-18T23:17:13.533Z | [ recovery-image] Dec 18 23:17:12.194 INFO O| Dec 18 23:17:12.193 INFO STEP 122 (remove_files) COMPLETE |
4712 | 2024-12-18T23:17:13.533Z | [ recovery-image] Dec 18 23:17:12.194 INFO O| Dec 18 23:17:12.193 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4713 | 2024-12-18T23:17:13.555Z | [ recovery-image] Dec 18 23:17:12.218 INFO O| Dec 18 23:17:12.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4714 | 2024-12-18T23:17:13.555Z | [ recovery-image] Dec 18 23:17:12.218 INFO O| Dec 18 23:17:12.213 INFO STEP 123 (remove_files) COMPLETE |
4715 | 2024-12-18T23:17:13.555Z | [ recovery-image] Dec 18 23:17:12.218 INFO O| Dec 18 23:17:12.213 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4716 | 2024-12-18T23:17:13.567Z | [ recovery-image] Dec 18 23:17:12.230 INFO O| Dec 18 23:17:12.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4717 | 2024-12-18T23:17:13.567Z | [ recovery-image] Dec 18 23:17:12.230 INFO O| Dec 18 23:17:12.230 INFO STEP 124 (remove_files) COMPLETE |
4718 | 2024-12-18T23:17:13.567Z | [ recovery-image] Dec 18 23:17:12.230 INFO O| Dec 18 23:17:12.230 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4719 | 2024-12-18T23:17:13.584Z | [ recovery-image] Dec 18 23:17:12.247 INFO O| Dec 18 23:17:12.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4720 | 2024-12-18T23:17:13.584Z | [ recovery-image] Dec 18 23:17:12.247 INFO O| Dec 18 23:17:12.247 INFO STEP 125 (remove_files) COMPLETE |
4721 | 2024-12-18T23:17:13.584Z | [ recovery-image] Dec 18 23:17:12.247 INFO O| Dec 18 23:17:12.247 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4722 | 2024-12-18T23:17:13.601Z | [ recovery-image] Dec 18 23:17:12.265 INFO O| Dec 18 23:17:12.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4723 | 2024-12-18T23:17:13.601Z | [ recovery-image] Dec 18 23:17:12.265 INFO O| Dec 18 23:17:12.265 INFO STEP 126 (remove_files) COMPLETE |
4724 | 2024-12-18T23:17:13.604Z | [ recovery-image] Dec 18 23:17:12.265 INFO O| Dec 18 23:17:12.265 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4725 | 2024-12-18T23:17:13.614Z | [ host-image] Dec 18 23:17:12.278 INFO O| Dec 18 23:17:12.278 INFO O| Done |
4726 | 2024-12-18T23:17:13.621Z | [ recovery-image] Dec 18 23:17:12.283 INFO O| Dec 18 23:17:12.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4727 | 2024-12-18T23:17:13.621Z | [ recovery-image] Dec 18 23:17:12.283 INFO O| Dec 18 23:17:12.283 INFO STEP 127 (remove_files) COMPLETE |
4728 | 2024-12-18T23:17:13.624Z | [ recovery-image] Dec 18 23:17:12.283 INFO O| Dec 18 23:17:12.283 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4729 | 2024-12-18T23:17:13.638Z | [ recovery-image] Dec 18 23:17:12.301 INFO O| Dec 18 23:17:12.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4730 | 2024-12-18T23:17:13.638Z | [ recovery-image] Dec 18 23:17:12.301 INFO O| Dec 18 23:17:12.301 INFO STEP 128 (remove_files) COMPLETE |
4731 | 2024-12-18T23:17:13.638Z | [ recovery-image] Dec 18 23:17:12.301 INFO O| Dec 18 23:17:12.301 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4732 | 2024-12-18T23:17:13.681Z | [ recovery-image] Dec 18 23:17:12.344 INFO O| Dec 18 23:17:12.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4733 | 2024-12-18T23:17:13.681Z | [ recovery-image] Dec 18 23:17:12.344 INFO O| Dec 18 23:17:12.344 INFO STEP 129 (remove_files) COMPLETE |
4734 | 2024-12-18T23:17:13.684Z | [ recovery-image] Dec 18 23:17:12.345 INFO O| Dec 18 23:17:12.344 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4735 | 2024-12-18T23:17:13.703Z | [ recovery-image] Dec 18 23:17:12.366 INFO O| Dec 18 23:17:12.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4736 | 2024-12-18T23:17:13.703Z | [ recovery-image] Dec 18 23:17:12.366 INFO O| Dec 18 23:17:12.366 INFO STEP 130 (remove_files) COMPLETE |
4737 | 2024-12-18T23:17:13.703Z | [ recovery-image] Dec 18 23:17:12.366 INFO O| Dec 18 23:17:12.366 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4738 | 2024-12-18T23:17:13.723Z | [ recovery-image] Dec 18 23:17:12.386 INFO O| Dec 18 23:17:12.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4739 | 2024-12-18T23:17:13.723Z | [ recovery-image] Dec 18 23:17:12.386 INFO O| Dec 18 23:17:12.386 INFO STEP 131 (remove_files) COMPLETE |
4740 | 2024-12-18T23:17:13.725Z | [ recovery-image] Dec 18 23:17:12.387 INFO O| Dec 18 23:17:12.386 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4741 | 2024-12-18T23:17:13.741Z | [ recovery-image] Dec 18 23:17:12.405 INFO O| Dec 18 23:17:12.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4742 | 2024-12-18T23:17:13.756Z | [ recovery-image] Dec 18 23:17:12.420 INFO O| Dec 18 23:17:12.420 INFO STEP 132 (remove_files) COMPLETE |
4743 | 2024-12-18T23:17:13.756Z | [ recovery-image] Dec 18 23:17:12.420 INFO O| Dec 18 23:17:12.420 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4744 | 2024-12-18T23:17:13.779Z | [ recovery-image] Dec 18 23:17:12.442 INFO O| Dec 18 23:17:12.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4745 | 2024-12-18T23:17:13.803Z | [ recovery-image] Dec 18 23:17:12.466 INFO O| Dec 18 23:17:12.466 INFO STEP 133 (remove_files) COMPLETE |
4746 | 2024-12-18T23:17:13.803Z | [ recovery-image] Dec 18 23:17:12.466 INFO O| Dec 18 23:17:12.466 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4747 | 2024-12-18T23:17:13.825Z | [ host-image] Dec 18 23:17:12.488 INFO O| Dec 18 23:17:12.488 INFO STEP 13 (pkg_install) COMPLETE |
4748 | 2024-12-18T23:17:13.825Z | [ host-image] Dec 18 23:17:12.489 INFO O| Dec 18 23:17:12.488 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4749 | 2024-12-18T23:17:13.840Z | [ recovery-image] Dec 18 23:17:12.503 INFO O| Dec 18 23:17:12.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4750 | 2024-12-18T23:17:13.842Z | [ recovery-image] Dec 18 23:17:12.503 INFO O| Dec 18 23:17:12.503 INFO STEP 134 (remove_files) COMPLETE |
4751 | 2024-12-18T23:17:13.842Z | [ recovery-image] Dec 18 23:17:12.503 INFO O| Dec 18 23:17:12.503 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2024-12-18T23:17:13.845Z | [ host-image] Dec 18 23:17:12.507 INFO O| Dec 18 23:17:12.506 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
4753 | 2024-12-18T23:17:13.859Z | [ recovery-image] Dec 18 23:17:12.523 INFO O| Dec 18 23:17:12.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4754 | 2024-12-18T23:17:13.875Z | [ recovery-image] Dec 18 23:17:12.523 INFO O| Dec 18 23:17:12.523 INFO STEP 135 (remove_files) COMPLETE |
4755 | 2024-12-18T23:17:13.875Z | [ recovery-image] Dec 18 23:17:12.523 INFO O| Dec 18 23:17:12.523 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4756 | 2024-12-18T23:17:13.898Z | [ recovery-image] Dec 18 23:17:12.561 INFO O| Dec 18 23:17:12.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4757 | 2024-12-18T23:17:13.898Z | [ recovery-image] Dec 18 23:17:12.561 INFO O| Dec 18 23:17:12.561 INFO STEP 136 (remove_files) COMPLETE |
4758 | 2024-12-18T23:17:13.900Z | [ recovery-image] Dec 18 23:17:12.561 INFO O| Dec 18 23:17:12.561 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4759 | 2024-12-18T23:17:13.917Z | [ recovery-image] Dec 18 23:17:12.580 INFO O| Dec 18 23:17:12.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4760 | 2024-12-18T23:17:13.917Z | [ recovery-image] Dec 18 23:17:12.580 INFO O| Dec 18 23:17:12.580 INFO STEP 137 (remove_files) COMPLETE |
4761 | 2024-12-18T23:17:13.919Z | [ recovery-image] Dec 18 23:17:12.580 INFO O| Dec 18 23:17:12.580 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4762 | 2024-12-18T23:17:13.935Z | [ recovery-image] Dec 18 23:17:12.598 INFO O| Dec 18 23:17:12.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4763 | 2024-12-18T23:17:13.935Z | [ recovery-image] Dec 18 23:17:12.598 INFO O| Dec 18 23:17:12.598 INFO STEP 138 (remove_files) COMPLETE |
4764 | 2024-12-18T23:17:13.935Z | [ recovery-image] Dec 18 23:17:12.598 INFO O| Dec 18 23:17:12.598 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4765 | 2024-12-18T23:17:13.957Z | [ recovery-image] Dec 18 23:17:12.620 INFO O| Dec 18 23:17:12.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4766 | 2024-12-18T23:17:13.957Z | [ recovery-image] Dec 18 23:17:12.620 INFO O| Dec 18 23:17:12.620 INFO STEP 139 (remove_files) COMPLETE |
4767 | 2024-12-18T23:17:13.959Z | [ recovery-image] Dec 18 23:17:12.620 INFO O| Dec 18 23:17:12.620 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4768 | 2024-12-18T23:17:13.977Z | [ recovery-image] Dec 18 23:17:12.640 INFO O| Dec 18 23:17:12.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4769 | 2024-12-18T23:17:13.977Z | [ recovery-image] Dec 18 23:17:12.640 INFO O| Dec 18 23:17:12.640 INFO STEP 140 (remove_files) COMPLETE |
4770 | 2024-12-18T23:17:13.977Z | [ recovery-image] Dec 18 23:17:12.640 INFO O| Dec 18 23:17:12.640 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4771 | 2024-12-18T23:17:14.042Z | [ recovery-image] Dec 18 23:17:12.705 INFO O| Dec 18 23:17:12.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4772 | 2024-12-18T23:17:14.044Z | [ recovery-image] Dec 18 23:17:12.705 INFO O| Dec 18 23:17:12.705 INFO STEP 141 (remove_files) COMPLETE |
4773 | 2024-12-18T23:17:14.044Z | [ recovery-image] Dec 18 23:17:12.706 INFO O| Dec 18 23:17:12.705 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4774 | 2024-12-18T23:17:14.062Z | [ recovery-image] Dec 18 23:17:12.725 INFO O| Dec 18 23:17:12.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4775 | 2024-12-18T23:17:14.086Z | [ recovery-image] Dec 18 23:17:12.750 INFO O| Dec 18 23:17:12.750 INFO STEP 142 (remove_files) COMPLETE |
4776 | 2024-12-18T23:17:14.086Z | [ recovery-image] Dec 18 23:17:12.750 INFO O| Dec 18 23:17:12.750 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4777 | 2024-12-18T23:17:14.107Z | [ recovery-image] Dec 18 23:17:12.770 INFO O| Dec 18 23:17:12.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4778 | 2024-12-18T23:17:14.110Z | [ recovery-image] Dec 18 23:17:12.771 INFO O| Dec 18 23:17:12.771 INFO STEP 143 (remove_files) COMPLETE |
4779 | 2024-12-18T23:17:14.110Z | [ recovery-image] Dec 18 23:17:12.771 INFO O| Dec 18 23:17:12.771 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4780 | 2024-12-18T23:17:14.126Z | [ recovery-image] Dec 18 23:17:12.789 INFO O| Dec 18 23:17:12.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4781 | 2024-12-18T23:17:14.145Z | [ recovery-image] Dec 18 23:17:12.809 INFO O| Dec 18 23:17:12.809 INFO STEP 144 (remove_files) COMPLETE |
4782 | 2024-12-18T23:17:14.145Z | [ recovery-image] Dec 18 23:17:12.809 INFO O| Dec 18 23:17:12.809 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4783 | 2024-12-18T23:17:14.194Z | [ recovery-image] Dec 18 23:17:12.857 INFO O| Dec 18 23:17:12.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4784 | 2024-12-18T23:17:14.194Z | [ recovery-image] Dec 18 23:17:12.857 INFO O| Dec 18 23:17:12.857 INFO STEP 145 (remove_files) COMPLETE |
4785 | 2024-12-18T23:17:14.194Z | [ recovery-image] Dec 18 23:17:12.857 INFO O| Dec 18 23:17:12.857 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4786 | 2024-12-18T23:17:14.234Z | [ recovery-image] Dec 18 23:17:12.898 INFO O| Dec 18 23:17:12.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4787 | 2024-12-18T23:17:14.234Z | [ recovery-image] Dec 18 23:17:12.898 INFO O| Dec 18 23:17:12.898 INFO STEP 146 (remove_files) COMPLETE |
4788 | 2024-12-18T23:17:14.239Z | [ recovery-image] Dec 18 23:17:12.898 INFO O| Dec 18 23:17:12.898 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4789 | 2024-12-18T23:17:14.256Z | [ recovery-image] Dec 18 23:17:12.920 INFO O| Dec 18 23:17:12.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4790 | 2024-12-18T23:17:14.259Z | [ recovery-image] Dec 18 23:17:12.920 INFO O| Dec 18 23:17:12.920 INFO STEP 147 (remove_files) COMPLETE |
4791 | 2024-12-18T23:17:14.259Z | [ recovery-image] Dec 18 23:17:12.920 INFO O| Dec 18 23:17:12.920 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4792 | 2024-12-18T23:17:14.310Z | [ recovery-image] Dec 18 23:17:12.974 INFO O| Dec 18 23:17:12.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4793 | 2024-12-18T23:17:14.310Z | [ recovery-image] Dec 18 23:17:12.974 INFO O| Dec 18 23:17:12.974 INFO STEP 148 (remove_files) COMPLETE |
4794 | 2024-12-18T23:17:14.310Z | [ recovery-image] Dec 18 23:17:12.974 INFO O| Dec 18 23:17:12.974 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4795 | 2024-12-18T23:17:14.334Z | [ recovery-image] Dec 18 23:17:12.997 INFO O| Dec 18 23:17:12.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4796 | 2024-12-18T23:17:14.334Z | [ recovery-image] Dec 18 23:17:12.997 INFO O| Dec 18 23:17:12.997 INFO STEP 149 (remove_files) COMPLETE |
4797 | 2024-12-18T23:17:14.334Z | [ recovery-image] Dec 18 23:17:12.997 INFO O| Dec 18 23:17:12.997 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4798 | 2024-12-18T23:17:14.355Z | [ recovery-image] Dec 18 23:17:13.018 INFO O| Dec 18 23:17:13.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4799 | 2024-12-18T23:17:14.355Z | [ recovery-image] Dec 18 23:17:13.018 INFO O| Dec 18 23:17:13.018 INFO STEP 150 (remove_files) COMPLETE |
4800 | 2024-12-18T23:17:14.355Z | [ recovery-image] Dec 18 23:17:13.018 INFO O| Dec 18 23:17:13.018 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4801 | 2024-12-18T23:17:14.374Z | [ recovery-image] Dec 18 23:17:13.038 INFO O| Dec 18 23:17:13.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4802 | 2024-12-18T23:17:14.374Z | [ recovery-image] Dec 18 23:17:13.038 INFO O| Dec 18 23:17:13.038 INFO STEP 151 (remove_files) COMPLETE |
4803 | 2024-12-18T23:17:14.377Z | [ recovery-image] Dec 18 23:17:13.038 INFO O| Dec 18 23:17:13.038 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4804 | 2024-12-18T23:17:14.395Z | [ recovery-image] Dec 18 23:17:13.059 INFO O| Dec 18 23:17:13.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4805 | 2024-12-18T23:17:14.395Z | [ recovery-image] Dec 18 23:17:13.059 INFO O| Dec 18 23:17:13.059 INFO STEP 152 (remove_files) COMPLETE |
4806 | 2024-12-18T23:17:14.396Z | [ recovery-image] Dec 18 23:17:13.059 INFO O| Dec 18 23:17:13.059 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4807 | 2024-12-18T23:17:14.415Z | [ recovery-image] Dec 18 23:17:13.079 INFO O| Dec 18 23:17:13.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4808 | 2024-12-18T23:17:14.415Z | [ recovery-image] Dec 18 23:17:13.079 INFO O| Dec 18 23:17:13.079 INFO STEP 153 (remove_files) COMPLETE |
4809 | 2024-12-18T23:17:14.415Z | [ recovery-image] Dec 18 23:17:13.079 INFO O| Dec 18 23:17:13.079 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4810 | 2024-12-18T23:17:14.443Z | [ recovery-image] Dec 18 23:17:13.106 INFO O| Dec 18 23:17:13.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4811 | 2024-12-18T23:17:14.445Z | [ recovery-image] Dec 18 23:17:13.106 INFO O| Dec 18 23:17:13.106 INFO STEP 154 (remove_files) COMPLETE |
4812 | 2024-12-18T23:17:14.445Z | [ recovery-image] Dec 18 23:17:13.106 INFO O| Dec 18 23:17:13.106 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4813 | 2024-12-18T23:17:14.498Z | [ recovery-image] Dec 18 23:17:13.161 INFO O| Dec 18 23:17:13.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4814 | 2024-12-18T23:17:14.498Z | [ recovery-image] Dec 18 23:17:13.161 INFO O| Dec 18 23:17:13.161 INFO STEP 155 (remove_files) COMPLETE |
4815 | 2024-12-18T23:17:14.498Z | [ recovery-image] Dec 18 23:17:13.161 INFO O| Dec 18 23:17:13.161 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4816 | 2024-12-18T23:17:14.549Z | [ recovery-image] Dec 18 23:17:13.212 INFO O| Dec 18 23:17:13.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4817 | 2024-12-18T23:17:14.549Z | [ recovery-image] Dec 18 23:17:13.212 INFO O| Dec 18 23:17:13.212 INFO STEP 156 (remove_files) COMPLETE |
4818 | 2024-12-18T23:17:14.549Z | [ recovery-image] Dec 18 23:17:13.212 INFO O| Dec 18 23:17:13.212 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4819 | 2024-12-18T23:17:14.616Z | [ recovery-image] Dec 18 23:17:13.278 INFO O| Dec 18 23:17:13.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4820 | 2024-12-18T23:17:14.616Z | [ recovery-image] Dec 18 23:17:13.278 INFO O| Dec 18 23:17:13.278 INFO STEP 157 (remove_files) COMPLETE |
4821 | 2024-12-18T23:17:14.616Z | [ recovery-image] Dec 18 23:17:13.278 INFO O| Dec 18 23:17:13.278 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4822 | 2024-12-18T23:17:14.657Z | [ recovery-image] Dec 18 23:17:13.320 INFO O| Dec 18 23:17:13.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4823 | 2024-12-18T23:17:14.657Z | [ recovery-image] Dec 18 23:17:13.320 INFO O| Dec 18 23:17:13.320 INFO STEP 158 (remove_files) COMPLETE |
4824 | 2024-12-18T23:17:14.660Z | [ recovery-image] Dec 18 23:17:13.320 INFO O| Dec 18 23:17:13.320 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4825 | 2024-12-18T23:17:14.692Z | [ recovery-image] Dec 18 23:17:13.355 INFO O| Dec 18 23:17:13.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4826 | 2024-12-18T23:17:14.692Z | [ recovery-image] Dec 18 23:17:13.355 INFO O| Dec 18 23:17:13.355 INFO STEP 159 (remove_files) COMPLETE |
4827 | 2024-12-18T23:17:14.695Z | [ recovery-image] Dec 18 23:17:13.355 INFO O| Dec 18 23:17:13.355 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4828 | 2024-12-18T23:17:14.716Z | [ recovery-image] Dec 18 23:17:13.380 INFO O| Dec 18 23:17:13.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4829 | 2024-12-18T23:17:14.716Z | [ recovery-image] Dec 18 23:17:13.380 INFO O| Dec 18 23:17:13.380 INFO STEP 160 (remove_files) COMPLETE |
4830 | 2024-12-18T23:17:14.719Z | [ recovery-image] Dec 18 23:17:13.380 INFO O| Dec 18 23:17:13.380 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4831 | 2024-12-18T23:17:14.753Z | [ recovery-image] Dec 18 23:17:13.416 INFO O| Dec 18 23:17:13.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4832 | 2024-12-18T23:17:14.753Z | [ recovery-image] Dec 18 23:17:13.417 INFO O| Dec 18 23:17:13.416 INFO STEP 161 (remove_files) COMPLETE |
4833 | 2024-12-18T23:17:14.753Z | [ recovery-image] Dec 18 23:17:13.417 INFO O| Dec 18 23:17:13.417 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4834 | 2024-12-18T23:17:14.774Z | [ recovery-image] Dec 18 23:17:13.437 INFO O| Dec 18 23:17:13.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4835 | 2024-12-18T23:17:14.774Z | [ recovery-image] Dec 18 23:17:13.437 INFO O| Dec 18 23:17:13.437 INFO STEP 162 (remove_files) COMPLETE |
4836 | 2024-12-18T23:17:14.777Z | [ recovery-image] Dec 18 23:17:13.437 INFO O| Dec 18 23:17:13.437 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4837 | 2024-12-18T23:17:14.814Z | [ recovery-image] Dec 18 23:17:13.477 INFO O| Dec 18 23:17:13.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4838 | 2024-12-18T23:17:14.814Z | [ recovery-image] Dec 18 23:17:13.477 INFO O| Dec 18 23:17:13.477 INFO STEP 163 (remove_files) COMPLETE |
4839 | 2024-12-18T23:17:14.816Z | [ recovery-image] Dec 18 23:17:13.477 INFO O| Dec 18 23:17:13.477 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4840 | 2024-12-18T23:17:14.837Z | [ recovery-image] Dec 18 23:17:13.500 INFO O| Dec 18 23:17:13.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4841 | 2024-12-18T23:17:14.837Z | [ recovery-image] Dec 18 23:17:13.500 INFO O| Dec 18 23:17:13.500 INFO STEP 164 (remove_files) COMPLETE |
4842 | 2024-12-18T23:17:14.837Z | [ recovery-image] Dec 18 23:17:13.500 INFO O| Dec 18 23:17:13.500 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4843 | 2024-12-18T23:17:14.859Z | [ recovery-image] Dec 18 23:17:13.522 INFO O| Dec 18 23:17:13.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4844 | 2024-12-18T23:17:14.861Z | [ recovery-image] Dec 18 23:17:13.522 INFO O| Dec 18 23:17:13.522 INFO STEP 165 (remove_files) COMPLETE |
4845 | 2024-12-18T23:17:14.861Z | [ recovery-image] Dec 18 23:17:13.523 INFO O| Dec 18 23:17:13.522 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4846 | 2024-12-18T23:17:14.881Z | [ recovery-image] Dec 18 23:17:13.544 INFO O| Dec 18 23:17:13.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4847 | 2024-12-18T23:17:14.900Z | [ recovery-image] Dec 18 23:17:13.564 INFO O| Dec 18 23:17:13.564 INFO STEP 166 (remove_files) COMPLETE |
4848 | 2024-12-18T23:17:14.900Z | [ recovery-image] Dec 18 23:17:13.564 INFO O| Dec 18 23:17:13.564 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4849 | 2024-12-18T23:17:14.923Z | [ recovery-image] Dec 18 23:17:13.587 INFO O| Dec 18 23:17:13.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4850 | 2024-12-18T23:17:14.926Z | [ recovery-image] Dec 18 23:17:13.587 INFO O| Dec 18 23:17:13.587 INFO STEP 167 (remove_files) COMPLETE |
4851 | 2024-12-18T23:17:14.926Z | [ recovery-image] Dec 18 23:17:13.587 INFO O| Dec 18 23:17:13.587 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4852 | 2024-12-18T23:17:14.945Z | [ recovery-image] Dec 18 23:17:13.608 INFO O| Dec 18 23:17:13.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4853 | 2024-12-18T23:17:14.945Z | [ recovery-image] Dec 18 23:17:13.608 INFO O| Dec 18 23:17:13.608 INFO STEP 168 (remove_files) COMPLETE |
4854 | 2024-12-18T23:17:14.945Z | [ recovery-image] Dec 18 23:17:13.608 INFO O| Dec 18 23:17:13.608 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4855 | 2024-12-18T23:17:14.967Z | [ recovery-image] Dec 18 23:17:13.630 INFO O| Dec 18 23:17:13.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4856 | 2024-12-18T23:17:14.967Z | [ recovery-image] Dec 18 23:17:13.630 INFO O| Dec 18 23:17:13.630 INFO STEP 169 (remove_files) COMPLETE |
4857 | 2024-12-18T23:17:14.970Z | [ recovery-image] Dec 18 23:17:13.631 INFO O| Dec 18 23:17:13.630 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4858 | 2024-12-18T23:17:14.981Z | [ host-image] Dec 18 23:17:13.642 INFO O| Dec 18 23:17:13.642 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4859 | 2024-12-18T23:17:14.992Z | [ recovery-image] Dec 18 23:17:13.651 INFO O| Dec 18 23:17:13.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4860 | 2024-12-18T23:17:14.992Z | [ recovery-image] Dec 18 23:17:13.651 INFO O| Dec 18 23:17:13.651 INFO STEP 170 (remove_files) COMPLETE |
4861 | 2024-12-18T23:17:14.992Z | [ recovery-image] Dec 18 23:17:13.651 INFO O| Dec 18 23:17:13.651 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4862 | 2024-12-18T23:17:15.011Z | [ recovery-image] Dec 18 23:17:13.675 INFO O| Dec 18 23:17:13.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4863 | 2024-12-18T23:17:15.012Z | [ recovery-image] Dec 18 23:17:13.675 INFO O| Dec 18 23:17:13.675 INFO STEP 171 (remove_files) COMPLETE |
4864 | 2024-12-18T23:17:15.017Z | [ recovery-image] Dec 18 23:17:13.675 INFO O| Dec 18 23:17:13.675 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4865 | 2024-12-18T23:17:15.042Z | [ recovery-image] Dec 18 23:17:13.705 INFO O| Dec 18 23:17:13.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4866 | 2024-12-18T23:17:15.042Z | [ recovery-image] Dec 18 23:17:13.705 INFO O| Dec 18 23:17:13.705 INFO STEP 172 (remove_files) COMPLETE |
4867 | 2024-12-18T23:17:15.042Z | [ recovery-image] Dec 18 23:17:13.705 INFO O| Dec 18 23:17:13.705 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4868 | 2024-12-18T23:17:15.144Z | [ recovery-image] Dec 18 23:17:13.807 INFO O| Dec 18 23:17:13.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4869 | 2024-12-18T23:17:15.144Z | [ recovery-image] Dec 18 23:17:13.807 INFO O| Dec 18 23:17:13.807 INFO STEP 173 (remove_files) COMPLETE |
4870 | 2024-12-18T23:17:15.146Z | [ recovery-image] Dec 18 23:17:13.807 INFO O| Dec 18 23:17:13.807 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4871 | 2024-12-18T23:17:15.166Z | [ recovery-image] Dec 18 23:17:13.829 INFO O| Dec 18 23:17:13.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4872 | 2024-12-18T23:17:15.166Z | [ recovery-image] Dec 18 23:17:13.830 INFO O| Dec 18 23:17:13.830 INFO STEP 174 (remove_files) COMPLETE |
4873 | 2024-12-18T23:17:15.169Z | [ recovery-image] Dec 18 23:17:13.830 INFO O| Dec 18 23:17:13.830 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4874 | 2024-12-18T23:17:15.190Z | [ recovery-image] Dec 18 23:17:13.853 INFO O| Dec 18 23:17:13.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4875 | 2024-12-18T23:17:15.190Z | [ recovery-image] Dec 18 23:17:13.853 INFO O| Dec 18 23:17:13.853 INFO STEP 175 (remove_files) COMPLETE |
4876 | 2024-12-18T23:17:15.190Z | [ recovery-image] Dec 18 23:17:13.853 INFO O| Dec 18 23:17:13.853 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4877 | 2024-12-18T23:17:15.225Z | [ recovery-image] Dec 18 23:17:13.889 INFO O| Dec 18 23:17:13.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4878 | 2024-12-18T23:17:15.228Z | [ recovery-image] Dec 18 23:17:13.889 INFO O| Dec 18 23:17:13.889 INFO STEP 176 (remove_files) COMPLETE |
4879 | 2024-12-18T23:17:15.228Z | [ recovery-image] Dec 18 23:17:13.889 INFO O| Dec 18 23:17:13.889 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4880 | 2024-12-18T23:17:15.248Z | [ recovery-image] Dec 18 23:17:13.911 INFO O| Dec 18 23:17:13.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4881 | 2024-12-18T23:17:15.250Z | [ recovery-image] Dec 18 23:17:13.912 INFO O| Dec 18 23:17:13.911 INFO STEP 177 (remove_files) COMPLETE |
4882 | 2024-12-18T23:17:15.250Z | [ recovery-image] Dec 18 23:17:13.912 INFO O| Dec 18 23:17:13.912 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4883 | 2024-12-18T23:17:15.280Z | [ recovery-image] Dec 18 23:17:13.944 INFO O| Dec 18 23:17:13.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4884 | 2024-12-18T23:17:15.283Z | [ recovery-image] Dec 18 23:17:13.944 INFO O| Dec 18 23:17:13.944 INFO STEP 178 (remove_files) COMPLETE |
4885 | 2024-12-18T23:17:15.283Z | [ recovery-image] Dec 18 23:17:13.944 INFO O| Dec 18 23:17:13.944 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4886 | 2024-12-18T23:17:15.302Z | [ recovery-image] Dec 18 23:17:13.965 INFO O| Dec 18 23:17:13.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4887 | 2024-12-18T23:17:15.302Z | [ recovery-image] Dec 18 23:17:13.966 INFO O| Dec 18 23:17:13.966 INFO STEP 179 (remove_files) COMPLETE |
4888 | 2024-12-18T23:17:15.305Z | [ recovery-image] Dec 18 23:17:13.966 INFO O| Dec 18 23:17:13.966 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4889 | 2024-12-18T23:17:15.322Z | [ recovery-image] Dec 18 23:17:13.985 INFO O| Dec 18 23:17:13.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4890 | 2024-12-18T23:17:15.325Z | [ recovery-image] Dec 18 23:17:13.986 INFO O| Dec 18 23:17:13.985 INFO STEP 180 (remove_files) COMPLETE |
4891 | 2024-12-18T23:17:15.325Z | [ recovery-image] Dec 18 23:17:13.986 INFO O| Dec 18 23:17:13.986 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4892 | 2024-12-18T23:17:15.343Z | [ recovery-image] Dec 18 23:17:14.007 INFO O| Dec 18 23:17:14.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4893 | 2024-12-18T23:17:15.349Z | [ recovery-image] Dec 18 23:17:14.007 INFO O| Dec 18 23:17:14.007 INFO STEP 181 (remove_files) COMPLETE |
4894 | 2024-12-18T23:17:15.349Z | [ recovery-image] Dec 18 23:17:14.007 INFO O| Dec 18 23:17:14.007 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4895 | 2024-12-18T23:17:15.363Z | [ recovery-image] Dec 18 23:17:14.027 INFO O| Dec 18 23:17:14.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4896 | 2024-12-18T23:17:15.366Z | [ recovery-image] Dec 18 23:17:14.027 INFO O| Dec 18 23:17:14.027 INFO STEP 182 (remove_files) COMPLETE |
4897 | 2024-12-18T23:17:15.366Z | [ recovery-image] Dec 18 23:17:14.027 INFO O| Dec 18 23:17:14.027 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4898 | 2024-12-18T23:17:15.387Z | [ recovery-image] Dec 18 23:17:14.050 INFO O| Dec 18 23:17:14.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4899 | 2024-12-18T23:17:15.390Z | [ recovery-image] Dec 18 23:17:14.051 INFO O| Dec 18 23:17:14.050 INFO STEP 183 (remove_files) COMPLETE |
4900 | 2024-12-18T23:17:15.390Z | [ recovery-image] Dec 18 23:17:14.051 INFO O| Dec 18 23:17:14.051 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4901 | 2024-12-18T23:17:15.409Z | [ recovery-image] Dec 18 23:17:14.073 INFO O| Dec 18 23:17:14.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4902 | 2024-12-18T23:17:15.412Z | [ recovery-image] Dec 18 23:17:14.075 INFO O| Dec 18 23:17:14.075 INFO STEP 184 (remove_files) COMPLETE |
4903 | 2024-12-18T23:17:15.412Z | [ recovery-image] Dec 18 23:17:14.075 INFO O| Dec 18 23:17:14.075 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4904 | 2024-12-18T23:17:15.434Z | [ recovery-image] Dec 18 23:17:14.097 INFO O| Dec 18 23:17:14.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4905 | 2024-12-18T23:17:15.436Z | [ recovery-image] Dec 18 23:17:14.097 INFO O| Dec 18 23:17:14.097 INFO STEP 185 (remove_files) COMPLETE |
4906 | 2024-12-18T23:17:15.436Z | [ recovery-image] Dec 18 23:17:14.098 INFO O| Dec 18 23:17:14.097 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4907 | 2024-12-18T23:17:15.455Z | [ recovery-image] Dec 18 23:17:14.118 INFO O| Dec 18 23:17:14.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4908 | 2024-12-18T23:17:15.458Z | [ recovery-image] Dec 18 23:17:14.119 INFO O| Dec 18 23:17:14.118 INFO STEP 186 (remove_files) COMPLETE |
4909 | 2024-12-18T23:17:15.458Z | [ recovery-image] Dec 18 23:17:14.119 INFO O| Dec 18 23:17:14.119 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4910 | 2024-12-18T23:17:15.474Z | [ recovery-image] Dec 18 23:17:14.138 INFO O| Dec 18 23:17:14.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4911 | 2024-12-18T23:17:15.478Z | [ recovery-image] Dec 18 23:17:14.138 INFO O| Dec 18 23:17:14.138 INFO STEP 187 (remove_files) COMPLETE |
4912 | 2024-12-18T23:17:15.478Z | [ recovery-image] Dec 18 23:17:14.138 INFO O| Dec 18 23:17:14.138 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4913 | 2024-12-18T23:17:15.493Z | [ recovery-image] Dec 18 23:17:14.157 INFO O| Dec 18 23:17:14.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4914 | 2024-12-18T23:17:15.496Z | [ recovery-image] Dec 18 23:17:14.157 INFO O| Dec 18 23:17:14.157 INFO STEP 188 (remove_files) COMPLETE |
4915 | 2024-12-18T23:17:15.496Z | [ recovery-image] Dec 18 23:17:14.157 INFO O| Dec 18 23:17:14.157 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4916 | 2024-12-18T23:17:15.512Z | [ recovery-image] Dec 18 23:17:14.176 INFO O| Dec 18 23:17:14.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4917 | 2024-12-18T23:17:15.515Z | [ recovery-image] Dec 18 23:17:14.176 INFO O| Dec 18 23:17:14.176 INFO STEP 189 (remove_files) COMPLETE |
4918 | 2024-12-18T23:17:15.515Z | [ recovery-image] Dec 18 23:17:14.176 INFO O| Dec 18 23:17:14.176 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4919 | 2024-12-18T23:17:15.531Z | [ recovery-image] Dec 18 23:17:14.195 INFO O| Dec 18 23:17:14.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4920 | 2024-12-18T23:17:15.534Z | [ recovery-image] Dec 18 23:17:14.195 INFO O| Dec 18 23:17:14.195 INFO STEP 190 (remove_files) COMPLETE |
4921 | 2024-12-18T23:17:15.534Z | [ recovery-image] Dec 18 23:17:14.195 INFO O| Dec 18 23:17:14.195 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4922 | 2024-12-18T23:17:15.551Z | [ recovery-image] Dec 18 23:17:14.214 INFO O| Dec 18 23:17:14.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4923 | 2024-12-18T23:17:15.553Z | [ recovery-image] Dec 18 23:17:14.214 INFO O| Dec 18 23:17:14.214 INFO STEP 191 (remove_files) COMPLETE |
4924 | 2024-12-18T23:17:15.553Z | [ recovery-image] Dec 18 23:17:14.215 INFO O| Dec 18 23:17:14.214 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4925 | 2024-12-18T23:17:15.574Z | [ recovery-image] Dec 18 23:17:14.237 INFO O| Dec 18 23:17:14.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4926 | 2024-12-18T23:17:15.577Z | [ recovery-image] Dec 18 23:17:14.238 INFO O| Dec 18 23:17:14.237 INFO STEP 192 (remove_files) COMPLETE |
4927 | 2024-12-18T23:17:15.577Z | [ recovery-image] Dec 18 23:17:14.238 INFO O| Dec 18 23:17:14.238 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4928 | 2024-12-18T23:17:15.597Z | [ recovery-image] Dec 18 23:17:14.260 INFO O| Dec 18 23:17:14.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4929 | 2024-12-18T23:17:15.599Z | [ recovery-image] Dec 18 23:17:14.260 INFO O| Dec 18 23:17:14.260 INFO STEP 193 (remove_files) COMPLETE |
4930 | 2024-12-18T23:17:15.599Z | [ recovery-image] Dec 18 23:17:14.261 INFO O| Dec 18 23:17:14.260 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4931 | 2024-12-18T23:17:15.621Z | [ recovery-image] Dec 18 23:17:14.284 INFO O| Dec 18 23:17:14.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4932 | 2024-12-18T23:17:15.621Z | [ recovery-image] Dec 18 23:17:14.284 INFO O| Dec 18 23:17:14.284 INFO STEP 194 (remove_files) COMPLETE |
4933 | 2024-12-18T23:17:15.621Z | [ recovery-image] Dec 18 23:17:14.284 INFO O| Dec 18 23:17:14.284 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4934 | 2024-12-18T23:17:15.642Z | [ recovery-image] Dec 18 23:17:14.305 INFO O| Dec 18 23:17:14.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4935 | 2024-12-18T23:17:15.642Z | [ recovery-image] Dec 18 23:17:14.305 INFO O| Dec 18 23:17:14.305 INFO STEP 195 (remove_files) COMPLETE |
4936 | 2024-12-18T23:17:15.644Z | [ recovery-image] Dec 18 23:17:14.305 INFO O| Dec 18 23:17:14.305 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4937 | 2024-12-18T23:17:15.661Z | [ recovery-image] Dec 18 23:17:14.325 INFO O| Dec 18 23:17:14.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4938 | 2024-12-18T23:17:15.661Z | [ recovery-image] Dec 18 23:17:14.325 INFO O| Dec 18 23:17:14.325 INFO STEP 196 (remove_files) COMPLETE |
4939 | 2024-12-18T23:17:15.664Z | [ recovery-image] Dec 18 23:17:14.325 INFO O| Dec 18 23:17:14.325 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4940 | 2024-12-18T23:17:15.721Z | [ recovery-image] Dec 18 23:17:14.384 INFO O| Dec 18 23:17:14.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4941 | 2024-12-18T23:17:15.721Z | [ recovery-image] Dec 18 23:17:14.384 INFO O| Dec 18 23:17:14.384 INFO STEP 197 (remove_files) COMPLETE |
4942 | 2024-12-18T23:17:15.723Z | [ recovery-image] Dec 18 23:17:14.384 INFO O| Dec 18 23:17:14.384 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4943 | 2024-12-18T23:17:15.761Z | [ recovery-image] Dec 18 23:17:14.425 INFO O| Dec 18 23:17:14.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4944 | 2024-12-18T23:17:15.761Z | [ recovery-image] Dec 18 23:17:14.425 INFO O| Dec 18 23:17:14.425 INFO STEP 198 (remove_files) COMPLETE |
4945 | 2024-12-18T23:17:15.765Z | [ recovery-image] Dec 18 23:17:14.425 INFO O| Dec 18 23:17:14.425 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4946 | 2024-12-18T23:17:15.781Z | [ recovery-image] Dec 18 23:17:14.444 INFO O| Dec 18 23:17:14.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4947 | 2024-12-18T23:17:15.781Z | [ recovery-image] Dec 18 23:17:14.445 INFO O| Dec 18 23:17:14.445 INFO STEP 199 (remove_files) COMPLETE |
4948 | 2024-12-18T23:17:15.781Z | [ recovery-image] Dec 18 23:17:14.445 INFO O| Dec 18 23:17:14.445 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4949 | 2024-12-18T23:17:15.799Z | [ recovery-image] Dec 18 23:17:14.463 INFO O| Dec 18 23:17:14.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4950 | 2024-12-18T23:17:15.799Z | [ recovery-image] Dec 18 23:17:14.463 INFO O| Dec 18 23:17:14.463 INFO STEP 200 (remove_files) COMPLETE |
4951 | 2024-12-18T23:17:15.799Z | [ recovery-image] Dec 18 23:17:14.463 INFO O| Dec 18 23:17:14.463 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4952 | 2024-12-18T23:17:15.825Z | [ recovery-image] Dec 18 23:17:14.488 INFO O| Dec 18 23:17:14.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4953 | 2024-12-18T23:17:15.825Z | [ recovery-image] Dec 18 23:17:14.488 INFO O| Dec 18 23:17:14.488 INFO STEP 201 (remove_files) COMPLETE |
4954 | 2024-12-18T23:17:15.827Z | [ recovery-image] Dec 18 23:17:14.488 INFO O| Dec 18 23:17:14.488 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4955 | 2024-12-18T23:17:15.864Z | [ recovery-image] Dec 18 23:17:14.528 INFO O| Dec 18 23:17:14.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4956 | 2024-12-18T23:17:15.864Z | [ recovery-image] Dec 18 23:17:14.528 INFO O| Dec 18 23:17:14.528 INFO STEP 202 (remove_files) COMPLETE |
4957 | 2024-12-18T23:17:15.864Z | [ recovery-image] Dec 18 23:17:14.528 INFO O| Dec 18 23:17:14.528 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4958 | 2024-12-18T23:17:15.925Z | [ recovery-image] Dec 18 23:17:14.587 INFO O| Dec 18 23:17:14.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4959 | 2024-12-18T23:17:15.925Z | [ recovery-image] Dec 18 23:17:14.587 INFO O| Dec 18 23:17:14.587 INFO STEP 203 (remove_files) COMPLETE |
4960 | 2024-12-18T23:17:15.925Z | [ recovery-image] Dec 18 23:17:14.587 INFO O| Dec 18 23:17:14.587 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4961 | 2024-12-18T23:17:15.986Z | [ recovery-image] Dec 18 23:17:14.649 INFO O| Dec 18 23:17:14.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4962 | 2024-12-18T23:17:15.987Z | [ recovery-image] Dec 18 23:17:14.649 INFO O| Dec 18 23:17:14.649 INFO STEP 204 (remove_files) COMPLETE |
4963 | 2024-12-18T23:17:15.987Z | [ recovery-image] Dec 18 23:17:14.649 INFO O| Dec 18 23:17:14.649 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4964 | 2024-12-18T23:17:16.037Z | [ recovery-image] Dec 18 23:17:14.700 INFO O| Dec 18 23:17:14.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4965 | 2024-12-18T23:17:16.037Z | [ recovery-image] Dec 18 23:17:14.700 INFO O| Dec 18 23:17:14.700 INFO STEP 205 (remove_files) COMPLETE |
4966 | 2024-12-18T23:17:16.046Z | [ recovery-image] Dec 18 23:17:14.700 INFO O| Dec 18 23:17:14.700 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4967 | 2024-12-18T23:17:16.061Z | [ recovery-image] Dec 18 23:17:14.725 INFO O| Dec 18 23:17:14.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4968 | 2024-12-18T23:17:16.064Z | [ recovery-image] Dec 18 23:17:14.725 INFO O| Dec 18 23:17:14.725 INFO STEP 206 (remove_files) COMPLETE |
4969 | 2024-12-18T23:17:16.064Z | [ recovery-image] Dec 18 23:17:14.725 INFO O| Dec 18 23:17:14.725 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4970 | 2024-12-18T23:17:16.103Z | [ recovery-image] Dec 18 23:17:14.766 INFO O| Dec 18 23:17:14.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4971 | 2024-12-18T23:17:16.106Z | [ recovery-image] Dec 18 23:17:14.767 INFO O| Dec 18 23:17:14.767 INFO STEP 207 (remove_files) COMPLETE |
4972 | 2024-12-18T23:17:16.106Z | [ recovery-image] Dec 18 23:17:14.767 INFO O| Dec 18 23:17:14.767 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4973 | 2024-12-18T23:17:16.125Z | [ recovery-image] Dec 18 23:17:14.789 INFO O| Dec 18 23:17:14.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4974 | 2024-12-18T23:17:16.128Z | [ recovery-image] Dec 18 23:17:14.789 INFO O| Dec 18 23:17:14.789 INFO STEP 208 (remove_files) COMPLETE |
4975 | 2024-12-18T23:17:16.129Z | [ recovery-image] Dec 18 23:17:14.789 INFO O| Dec 18 23:17:14.789 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4976 | 2024-12-18T23:17:16.144Z | [ recovery-image] Dec 18 23:17:14.808 INFO O| Dec 18 23:17:14.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4977 | 2024-12-18T23:17:16.147Z | [ recovery-image] Dec 18 23:17:14.808 INFO O| Dec 18 23:17:14.808 INFO STEP 209 (remove_files) COMPLETE |
4978 | 2024-12-18T23:17:16.147Z | [ recovery-image] Dec 18 23:17:14.808 INFO O| Dec 18 23:17:14.808 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4979 | 2024-12-18T23:17:16.250Z | [ recovery-image] Dec 18 23:17:14.913 INFO O| Dec 18 23:17:14.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4980 | 2024-12-18T23:17:16.250Z | [ recovery-image] Dec 18 23:17:14.913 INFO O| Dec 18 23:17:14.913 INFO STEP 210 (remove_files) COMPLETE |
4981 | 2024-12-18T23:17:16.250Z | [ recovery-image] Dec 18 23:17:14.913 INFO O| Dec 18 23:17:14.913 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4982 | 2024-12-18T23:17:16.272Z | [ recovery-image] Dec 18 23:17:14.936 INFO O| Dec 18 23:17:14.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4983 | 2024-12-18T23:17:16.272Z | [ recovery-image] Dec 18 23:17:14.936 INFO O| Dec 18 23:17:14.936 INFO STEP 211 (remove_files) COMPLETE |
4984 | 2024-12-18T23:17:16.273Z | [ recovery-image] Dec 18 23:17:14.936 INFO O| Dec 18 23:17:14.936 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4985 | 2024-12-18T23:17:16.294Z | [ recovery-image] Dec 18 23:17:14.958 INFO O| Dec 18 23:17:14.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4986 | 2024-12-18T23:17:16.294Z | [ recovery-image] Dec 18 23:17:14.958 INFO O| Dec 18 23:17:14.958 INFO STEP 212 (remove_files) COMPLETE |
4987 | 2024-12-18T23:17:16.294Z | [ recovery-image] Dec 18 23:17:14.958 INFO O| Dec 18 23:17:14.958 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4988 | 2024-12-18T23:17:16.319Z | [ recovery-image] Dec 18 23:17:14.982 INFO O| Dec 18 23:17:14.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4989 | 2024-12-18T23:17:16.319Z | [ recovery-image] Dec 18 23:17:14.982 INFO O| Dec 18 23:17:14.982 INFO STEP 213 (remove_files) COMPLETE |
4990 | 2024-12-18T23:17:16.322Z | [ recovery-image] Dec 18 23:17:14.983 INFO O| Dec 18 23:17:14.982 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4991 | 2024-12-18T23:17:16.355Z | [ recovery-image] Dec 18 23:17:15.018 INFO O| Dec 18 23:17:15.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4992 | 2024-12-18T23:17:16.355Z | [ recovery-image] Dec 18 23:17:15.018 INFO O| Dec 18 23:17:15.018 INFO STEP 214 (remove_files) COMPLETE |
4993 | 2024-12-18T23:17:16.355Z | [ recovery-image] Dec 18 23:17:15.018 INFO O| Dec 18 23:17:15.018 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4994 | 2024-12-18T23:17:16.422Z | [ recovery-image] Dec 18 23:17:15.085 INFO O| Dec 18 23:17:15.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4995 | 2024-12-18T23:17:16.422Z | [ recovery-image] Dec 18 23:17:15.085 INFO O| Dec 18 23:17:15.085 INFO STEP 215 (remove_files) COMPLETE |
4996 | 2024-12-18T23:17:16.425Z | [ recovery-image] Dec 18 23:17:15.085 INFO O| Dec 18 23:17:15.085 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4997 | 2024-12-18T23:17:16.445Z | [ recovery-image] Dec 18 23:17:15.108 INFO O| Dec 18 23:17:15.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4998 | 2024-12-18T23:17:16.445Z | [ recovery-image] Dec 18 23:17:15.108 INFO O| Dec 18 23:17:15.108 INFO STEP 216 (remove_files) COMPLETE |
4999 | 2024-12-18T23:17:16.445Z | [ recovery-image] Dec 18 23:17:15.109 INFO O| Dec 18 23:17:15.108 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5000 | 2024-12-18T23:17:16.465Z | [ recovery-image] Dec 18 23:17:15.128 INFO O| Dec 18 23:17:15.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
5001 | 2024-12-18T23:17:16.465Z | [ recovery-image] Dec 18 23:17:15.129 INFO O| Dec 18 23:17:15.128 INFO STEP 217 (remove_files) COMPLETE |
5002 | 2024-12-18T23:17:16.465Z | [ recovery-image] Dec 18 23:17:15.129 INFO O| Dec 18 23:17:15.129 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5003 | 2024-12-18T23:17:16.485Z | [ recovery-image] Dec 18 23:17:15.148 INFO O| Dec 18 23:17:15.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
5004 | 2024-12-18T23:17:16.485Z | [ recovery-image] Dec 18 23:17:15.148 INFO O| Dec 18 23:17:15.148 INFO STEP 218 (remove_files) COMPLETE |
5005 | 2024-12-18T23:17:16.485Z | [ recovery-image] Dec 18 23:17:15.148 INFO O| Dec 18 23:17:15.148 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5006 | 2024-12-18T23:17:16.506Z | [ recovery-image] Dec 18 23:17:15.169 INFO O| Dec 18 23:17:15.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
5007 | 2024-12-18T23:17:16.506Z | [ recovery-image] Dec 18 23:17:15.169 INFO O| Dec 18 23:17:15.169 INFO STEP 219 (remove_files) COMPLETE |
5008 | 2024-12-18T23:17:16.506Z | [ recovery-image] Dec 18 23:17:15.169 INFO O| Dec 18 23:17:15.169 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5009 | 2024-12-18T23:17:16.526Z | [ recovery-image] Dec 18 23:17:15.190 INFO O| Dec 18 23:17:15.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
5010 | 2024-12-18T23:17:16.547Z | [ recovery-image] Dec 18 23:17:15.210 INFO O| Dec 18 23:17:15.210 INFO STEP 220 (remove_files) COMPLETE |
5011 | 2024-12-18T23:17:16.547Z | [ recovery-image] Dec 18 23:17:15.210 INFO O| Dec 18 23:17:15.210 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5012 | 2024-12-18T23:17:16.605Z | [ recovery-image] Dec 18 23:17:15.268 INFO O| Dec 18 23:17:15.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
5013 | 2024-12-18T23:17:16.605Z | [ recovery-image] Dec 18 23:17:15.268 INFO O| Dec 18 23:17:15.268 INFO STEP 221 (remove_files) COMPLETE |
5014 | 2024-12-18T23:17:16.605Z | [ recovery-image] Dec 18 23:17:15.268 INFO O| Dec 18 23:17:15.268 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5015 | 2024-12-18T23:17:16.625Z | [ recovery-image] Dec 18 23:17:15.288 INFO O| Dec 18 23:17:15.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
5016 | 2024-12-18T23:17:16.625Z | [ recovery-image] Dec 18 23:17:15.288 INFO O| Dec 18 23:17:15.288 INFO STEP 222 (remove_files) COMPLETE |
5017 | 2024-12-18T23:17:16.628Z | [ recovery-image] Dec 18 23:17:15.288 INFO O| Dec 18 23:17:15.288 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5018 | 2024-12-18T23:17:16.644Z | [ recovery-image] Dec 18 23:17:15.308 INFO O| Dec 18 23:17:15.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
5019 | 2024-12-18T23:17:16.644Z | [ recovery-image] Dec 18 23:17:15.308 INFO O| Dec 18 23:17:15.308 INFO STEP 223 (remove_files) COMPLETE |
5020 | 2024-12-18T23:17:16.647Z | [ recovery-image] Dec 18 23:17:15.308 INFO O| Dec 18 23:17:15.308 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5021 | 2024-12-18T23:17:16.664Z | [ recovery-image] Dec 18 23:17:15.328 INFO O| Dec 18 23:17:15.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
5022 | 2024-12-18T23:17:16.664Z | [ recovery-image] Dec 18 23:17:15.328 INFO O| Dec 18 23:17:15.328 INFO STEP 224 (remove_files) COMPLETE |
5023 | 2024-12-18T23:17:16.664Z | [ recovery-image] Dec 18 23:17:15.328 INFO O| Dec 18 23:17:15.328 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5024 | 2024-12-18T23:17:16.686Z | [ recovery-image] Dec 18 23:17:15.349 INFO O| Dec 18 23:17:15.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
5025 | 2024-12-18T23:17:16.686Z | [ recovery-image] Dec 18 23:17:15.349 INFO O| Dec 18 23:17:15.349 INFO STEP 225 (remove_files) COMPLETE |
5026 | 2024-12-18T23:17:16.686Z | [ recovery-image] Dec 18 23:17:15.349 INFO O| Dec 18 23:17:15.349 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5027 | 2024-12-18T23:17:16.751Z | [ recovery-image] Dec 18 23:17:15.414 INFO O| Dec 18 23:17:15.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
5028 | 2024-12-18T23:17:16.784Z | [ recovery-image] Dec 18 23:17:15.447 INFO O| Dec 18 23:17:15.447 INFO STEP 226 (remove_files) COMPLETE |
5029 | 2024-12-18T23:17:16.784Z | [ recovery-image] Dec 18 23:17:15.447 INFO O| Dec 18 23:17:15.447 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5030 | 2024-12-18T23:17:16.918Z | [ recovery-image] Dec 18 23:17:15.581 INFO O| Dec 18 23:17:15.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
5031 | 2024-12-18T23:17:16.920Z | [ recovery-image] Dec 18 23:17:15.581 INFO O| Dec 18 23:17:15.581 INFO STEP 227 (remove_files) COMPLETE |
5032 | 2024-12-18T23:17:16.920Z | [ recovery-image] Dec 18 23:17:15.581 INFO O| Dec 18 23:17:15.581 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5033 | 2024-12-18T23:17:16.940Z | [ recovery-image] Dec 18 23:17:15.604 INFO O| Dec 18 23:17:15.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5034 | 2024-12-18T23:17:16.943Z | [ recovery-image] Dec 18 23:17:15.604 INFO O| Dec 18 23:17:15.604 INFO STEP 228 (remove_files) COMPLETE |
5035 | 2024-12-18T23:17:16.943Z | [ recovery-image] Dec 18 23:17:15.604 INFO O| Dec 18 23:17:15.604 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5036 | 2024-12-18T23:17:16.972Z | [ recovery-image] Dec 18 23:17:15.635 INFO O| Dec 18 23:17:15.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5037 | 2024-12-18T23:17:16.972Z | [ recovery-image] Dec 18 23:17:15.635 INFO O| Dec 18 23:17:15.635 INFO STEP 229 (remove_files) COMPLETE |
5038 | 2024-12-18T23:17:16.975Z | [ recovery-image] Dec 18 23:17:15.636 INFO O| Dec 18 23:17:15.635 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5039 | 2024-12-18T23:17:16.995Z | [ recovery-image] Dec 18 23:17:15.658 INFO O| Dec 18 23:17:15.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5040 | 2024-12-18T23:17:16.995Z | [ recovery-image] Dec 18 23:17:15.658 INFO O| Dec 18 23:17:15.658 INFO STEP 230 (remove_files) COMPLETE |
5041 | 2024-12-18T23:17:16.995Z | [ recovery-image] Dec 18 23:17:15.658 INFO O| Dec 18 23:17:15.658 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5042 | 2024-12-18T23:17:17.018Z | [ recovery-image] Dec 18 23:17:15.681 INFO O| Dec 18 23:17:15.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5043 | 2024-12-18T23:17:17.022Z | [ recovery-image] Dec 18 23:17:15.682 INFO O| Dec 18 23:17:15.682 INFO STEP 231 (remove_files) COMPLETE |
5044 | 2024-12-18T23:17:17.022Z | [ recovery-image] Dec 18 23:17:15.682 INFO O| Dec 18 23:17:15.682 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5045 | 2024-12-18T23:17:17.041Z | [ recovery-image] Dec 18 23:17:15.704 INFO O| Dec 18 23:17:15.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5046 | 2024-12-18T23:17:17.041Z | [ recovery-image] Dec 18 23:17:15.705 INFO O| Dec 18 23:17:15.705 INFO STEP 232 (remove_files) COMPLETE |
5047 | 2024-12-18T23:17:17.042Z | [ recovery-image] Dec 18 23:17:15.705 INFO O| Dec 18 23:17:15.705 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5048 | 2024-12-18T23:17:17.078Z | [ recovery-image] Dec 18 23:17:15.741 INFO O| Dec 18 23:17:15.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5049 | 2024-12-18T23:17:17.078Z | [ recovery-image] Dec 18 23:17:15.741 INFO O| Dec 18 23:17:15.741 INFO STEP 233 (remove_files) COMPLETE |
5050 | 2024-12-18T23:17:17.081Z | [ recovery-image] Dec 18 23:17:15.741 INFO O| Dec 18 23:17:15.741 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5051 | 2024-12-18T23:17:17.135Z | [ recovery-image] Dec 18 23:17:15.799 INFO O| Dec 18 23:17:15.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5052 | 2024-12-18T23:17:17.135Z | [ recovery-image] Dec 18 23:17:15.799 INFO O| Dec 18 23:17:15.799 INFO STEP 234 (remove_files) COMPLETE |
5053 | 2024-12-18T23:17:17.139Z | [ recovery-image] Dec 18 23:17:15.799 INFO O| Dec 18 23:17:15.799 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5054 | 2024-12-18T23:17:17.161Z | [ recovery-image] Dec 18 23:17:15.823 INFO O| Dec 18 23:17:15.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5055 | 2024-12-18T23:17:17.161Z | [ recovery-image] Dec 18 23:17:15.823 INFO O| Dec 18 23:17:15.823 INFO STEP 235 (remove_files) COMPLETE |
5056 | 2024-12-18T23:17:17.161Z | [ recovery-image] Dec 18 23:17:15.823 INFO O| Dec 18 23:17:15.823 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5057 | 2024-12-18T23:17:17.181Z | [ recovery-image] Dec 18 23:17:15.844 INFO O| Dec 18 23:17:15.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5058 | 2024-12-18T23:17:17.181Z | [ recovery-image] Dec 18 23:17:15.844 INFO O| Dec 18 23:17:15.844 INFO STEP 236 (remove_files) COMPLETE |
5059 | 2024-12-18T23:17:17.181Z | [ recovery-image] Dec 18 23:17:15.844 INFO O| Dec 18 23:17:15.844 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5060 | 2024-12-18T23:17:17.208Z | [ recovery-image] Dec 18 23:17:15.871 INFO O| Dec 18 23:17:15.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5061 | 2024-12-18T23:17:17.208Z | [ recovery-image] Dec 18 23:17:15.871 INFO O| Dec 18 23:17:15.871 INFO STEP 237 (remove_files) COMPLETE |
5062 | 2024-12-18T23:17:17.208Z | [ recovery-image] Dec 18 23:17:15.871 INFO O| Dec 18 23:17:15.871 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5063 | 2024-12-18T23:17:17.266Z | [ recovery-image] Dec 18 23:17:15.930 INFO O| Dec 18 23:17:15.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5064 | 2024-12-18T23:17:17.266Z | [ recovery-image] Dec 18 23:17:15.930 INFO O| Dec 18 23:17:15.930 INFO STEP 238 (remove_files) COMPLETE |
5065 | 2024-12-18T23:17:17.269Z | [ recovery-image] Dec 18 23:17:15.930 INFO O| Dec 18 23:17:15.930 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5066 | 2024-12-18T23:17:17.301Z | [ recovery-image] Dec 18 23:17:15.964 INFO O| Dec 18 23:17:15.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5067 | 2024-12-18T23:17:17.301Z | [ recovery-image] Dec 18 23:17:15.964 INFO O| Dec 18 23:17:15.964 INFO STEP 239 (remove_files) COMPLETE |
5068 | 2024-12-18T23:17:17.301Z | [ recovery-image] Dec 18 23:17:15.964 INFO O| Dec 18 23:17:15.964 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5069 | 2024-12-18T23:17:17.320Z | [ recovery-image] Dec 18 23:17:15.984 INFO O| Dec 18 23:17:15.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5070 | 2024-12-18T23:17:17.320Z | [ recovery-image] Dec 18 23:17:15.984 INFO O| Dec 18 23:17:15.984 INFO STEP 240 (remove_files) COMPLETE |
5071 | 2024-12-18T23:17:17.320Z | [ recovery-image] Dec 18 23:17:15.984 INFO O| Dec 18 23:17:15.984 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5072 | 2024-12-18T23:17:17.339Z | [ recovery-image] Dec 18 23:17:16.003 INFO O| Dec 18 23:17:16.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5073 | 2024-12-18T23:17:17.339Z | [ recovery-image] Dec 18 23:17:16.003 INFO O| Dec 18 23:17:16.003 INFO STEP 241 (remove_files) COMPLETE |
5074 | 2024-12-18T23:17:17.339Z | [ recovery-image] Dec 18 23:17:16.003 INFO O| Dec 18 23:17:16.003 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5075 | 2024-12-18T23:17:17.374Z | [ recovery-image] Dec 18 23:17:16.037 INFO O| Dec 18 23:17:16.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5076 | 2024-12-18T23:17:17.396Z | [ recovery-image] Dec 18 23:17:16.060 INFO O| Dec 18 23:17:16.060 INFO STEP 242 (remove_files) COMPLETE |
5077 | 2024-12-18T23:17:17.396Z | [ recovery-image] Dec 18 23:17:16.060 INFO O| Dec 18 23:17:16.060 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5078 | 2024-12-18T23:17:17.434Z | [ recovery-image] Dec 18 23:17:16.097 INFO O| Dec 18 23:17:16.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5079 | 2024-12-18T23:17:17.434Z | [ recovery-image] Dec 18 23:17:16.097 INFO O| Dec 18 23:17:16.097 INFO STEP 243 (remove_files) COMPLETE |
5080 | 2024-12-18T23:17:17.434Z | [ recovery-image] Dec 18 23:17:16.097 INFO O| Dec 18 23:17:16.097 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5081 | 2024-12-18T23:17:17.453Z | [ recovery-image] Dec 18 23:17:16.117 INFO O| Dec 18 23:17:16.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5082 | 2024-12-18T23:17:17.453Z | [ recovery-image] Dec 18 23:17:16.117 INFO O| Dec 18 23:17:16.117 INFO STEP 244 (remove_files) COMPLETE |
5083 | 2024-12-18T23:17:17.456Z | [ recovery-image] Dec 18 23:17:16.117 INFO O| Dec 18 23:17:16.117 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5084 | 2024-12-18T23:17:17.520Z | [ recovery-image] Dec 18 23:17:16.183 INFO O| Dec 18 23:17:16.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5085 | 2024-12-18T23:17:17.520Z | [ recovery-image] Dec 18 23:17:16.183 INFO O| Dec 18 23:17:16.183 INFO STEP 245 (remove_files) COMPLETE |
5086 | 2024-12-18T23:17:17.520Z | [ recovery-image] Dec 18 23:17:16.183 INFO O| Dec 18 23:17:16.183 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5087 | 2024-12-18T23:17:17.578Z | [ recovery-image] Dec 18 23:17:16.242 INFO O| Dec 18 23:17:16.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5088 | 2024-12-18T23:17:17.578Z | [ recovery-image] Dec 18 23:17:16.242 INFO O| Dec 18 23:17:16.242 INFO STEP 246 (remove_files) COMPLETE |
5089 | 2024-12-18T23:17:17.578Z | [ recovery-image] Dec 18 23:17:16.242 INFO O| Dec 18 23:17:16.242 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5090 | 2024-12-18T23:17:17.615Z | [ recovery-image] Dec 18 23:17:16.278 INFO O| Dec 18 23:17:16.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5091 | 2024-12-18T23:17:17.617Z | [ recovery-image] Dec 18 23:17:16.278 INFO O| Dec 18 23:17:16.278 INFO STEP 247 (remove_files) COMPLETE |
5092 | 2024-12-18T23:17:17.618Z | [ recovery-image] Dec 18 23:17:16.278 INFO O| Dec 18 23:17:16.278 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5093 | 2024-12-18T23:17:17.637Z | [ recovery-image] Dec 18 23:17:16.300 INFO O| Dec 18 23:17:16.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5094 | 2024-12-18T23:17:17.640Z | [ recovery-image] Dec 18 23:17:16.301 INFO O| Dec 18 23:17:16.301 INFO STEP 248 (remove_files) COMPLETE |
5095 | 2024-12-18T23:17:17.640Z | [ recovery-image] Dec 18 23:17:16.301 INFO O| Dec 18 23:17:16.301 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5096 | 2024-12-18T23:17:17.658Z | [ recovery-image] Dec 18 23:17:16.322 INFO O| Dec 18 23:17:16.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5097 | 2024-12-18T23:17:17.661Z | [ recovery-image] Dec 18 23:17:16.322 INFO O| Dec 18 23:17:16.322 INFO STEP 249 (remove_files) COMPLETE |
5098 | 2024-12-18T23:17:17.661Z | [ recovery-image] Dec 18 23:17:16.322 INFO O| Dec 18 23:17:16.322 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5099 | 2024-12-18T23:17:17.699Z | [ recovery-image] Dec 18 23:17:16.362 INFO O| Dec 18 23:17:16.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5100 | 2024-12-18T23:17:17.699Z | [ recovery-image] Dec 18 23:17:16.362 INFO O| Dec 18 23:17:16.362 INFO STEP 250 (remove_files) COMPLETE |
5101 | 2024-12-18T23:17:17.699Z | [ recovery-image] Dec 18 23:17:16.362 INFO O| Dec 18 23:17:16.362 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5102 | 2024-12-18T23:17:17.721Z | [ recovery-image] Dec 18 23:17:16.385 INFO O| Dec 18 23:17:16.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5103 | 2024-12-18T23:17:17.721Z | [ recovery-image] Dec 18 23:17:16.385 INFO O| Dec 18 23:17:16.385 INFO STEP 251 (remove_files) COMPLETE |
5104 | 2024-12-18T23:17:17.721Z | [ recovery-image] Dec 18 23:17:16.385 INFO O| Dec 18 23:17:16.385 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5105 | 2024-12-18T23:17:17.764Z | [ recovery-image] Dec 18 23:17:16.427 INFO O| Dec 18 23:17:16.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5106 | 2024-12-18T23:17:17.764Z | [ recovery-image] Dec 18 23:17:16.427 INFO O| Dec 18 23:17:16.427 INFO STEP 252 (remove_files) COMPLETE |
5107 | 2024-12-18T23:17:17.767Z | [ recovery-image] Dec 18 23:17:16.427 INFO O| Dec 18 23:17:16.427 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5108 | 2024-12-18T23:17:17.788Z | [ recovery-image] Dec 18 23:17:16.451 INFO O| Dec 18 23:17:16.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5109 | 2024-12-18T23:17:17.788Z | [ recovery-image] Dec 18 23:17:16.451 INFO O| Dec 18 23:17:16.451 INFO STEP 253 (remove_files) COMPLETE |
5110 | 2024-12-18T23:17:17.791Z | [ recovery-image] Dec 18 23:17:16.451 INFO O| Dec 18 23:17:16.451 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5111 | 2024-12-18T23:17:17.809Z | [ recovery-image] Dec 18 23:17:16.473 INFO O| Dec 18 23:17:16.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5112 | 2024-12-18T23:17:17.809Z | [ recovery-image] Dec 18 23:17:16.473 INFO O| Dec 18 23:17:16.473 INFO STEP 254 (remove_files) COMPLETE |
5113 | 2024-12-18T23:17:17.809Z | [ recovery-image] Dec 18 23:17:16.473 INFO O| Dec 18 23:17:16.473 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5114 | 2024-12-18T23:17:17.851Z | [ recovery-image] Dec 18 23:17:16.514 INFO O| Dec 18 23:17:16.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5115 | 2024-12-18T23:17:17.854Z | [ recovery-image] Dec 18 23:17:16.514 INFO O| Dec 18 23:17:16.514 INFO STEP 255 (remove_files) COMPLETE |
5116 | 2024-12-18T23:17:17.854Z | [ recovery-image] Dec 18 23:17:16.514 INFO O| Dec 18 23:17:16.514 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5117 | 2024-12-18T23:17:17.927Z | [ recovery-image] Dec 18 23:17:16.590 INFO O| Dec 18 23:17:16.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5118 | 2024-12-18T23:17:17.927Z | [ recovery-image] Dec 18 23:17:16.590 INFO O| Dec 18 23:17:16.590 INFO STEP 256 (remove_files) COMPLETE |
5119 | 2024-12-18T23:17:17.930Z | [ recovery-image] Dec 18 23:17:16.591 INFO O| Dec 18 23:17:16.590 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5120 | 2024-12-18T23:17:17.949Z | [ recovery-image] Dec 18 23:17:16.612 INFO O| Dec 18 23:17:16.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5121 | 2024-12-18T23:17:17.950Z | [ recovery-image] Dec 18 23:17:16.613 INFO O| Dec 18 23:17:16.612 INFO STEP 257 (remove_files) COMPLETE |
5122 | 2024-12-18T23:17:17.950Z | [ recovery-image] Dec 18 23:17:16.613 INFO O| Dec 18 23:17:16.613 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5123 | 2024-12-18T23:17:17.968Z | [ recovery-image] Dec 18 23:17:16.631 INFO O| Dec 18 23:17:16.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5124 | 2024-12-18T23:17:17.968Z | [ recovery-image] Dec 18 23:17:16.631 INFO O| Dec 18 23:17:16.631 INFO STEP 258 (remove_files) COMPLETE |
5125 | 2024-12-18T23:17:17.968Z | [ recovery-image] Dec 18 23:17:16.631 INFO O| Dec 18 23:17:16.631 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5126 | 2024-12-18T23:17:17.987Z | [ recovery-image] Dec 18 23:17:16.651 INFO O| Dec 18 23:17:16.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5127 | 2024-12-18T23:17:17.988Z | [ recovery-image] Dec 18 23:17:16.651 INFO O| Dec 18 23:17:16.651 INFO STEP 259 (remove_files) COMPLETE |
5128 | 2024-12-18T23:17:17.988Z | [ recovery-image] Dec 18 23:17:16.651 INFO O| Dec 18 23:17:16.651 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5129 | 2024-12-18T23:17:18.008Z | [ recovery-image] Dec 18 23:17:16.671 INFO O| Dec 18 23:17:16.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5130 | 2024-12-18T23:17:18.008Z | [ recovery-image] Dec 18 23:17:16.671 INFO O| Dec 18 23:17:16.671 INFO STEP 260 (remove_files) COMPLETE |
5131 | 2024-12-18T23:17:18.010Z | [ recovery-image] Dec 18 23:17:16.671 INFO O| Dec 18 23:17:16.671 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5132 | 2024-12-18T23:17:18.042Z | [ recovery-image] Dec 18 23:17:16.705 INFO O| Dec 18 23:17:16.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5133 | 2024-12-18T23:17:18.042Z | [ recovery-image] Dec 18 23:17:16.705 INFO O| Dec 18 23:17:16.705 INFO STEP 261 (remove_files) COMPLETE |
5134 | 2024-12-18T23:17:18.045Z | [ recovery-image] Dec 18 23:17:16.705 INFO O| Dec 18 23:17:16.705 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5135 | 2024-12-18T23:17:18.074Z | [ recovery-image] Dec 18 23:17:16.737 INFO O| Dec 18 23:17:16.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5136 | 2024-12-18T23:17:18.074Z | [ recovery-image] Dec 18 23:17:16.737 INFO O| Dec 18 23:17:16.737 INFO STEP 262 (remove_files) COMPLETE |
5137 | 2024-12-18T23:17:18.074Z | [ recovery-image] Dec 18 23:17:16.737 INFO O| Dec 18 23:17:16.737 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5138 | 2024-12-18T23:17:18.093Z | [ recovery-image] Dec 18 23:17:16.756 INFO O| Dec 18 23:17:16.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5139 | 2024-12-18T23:17:18.093Z | [ recovery-image] Dec 18 23:17:16.756 INFO O| Dec 18 23:17:16.756 INFO STEP 263 (remove_files) COMPLETE |
5140 | 2024-12-18T23:17:18.096Z | [ recovery-image] Dec 18 23:17:16.756 INFO O| Dec 18 23:17:16.756 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5141 | 2024-12-18T23:17:18.114Z | [ recovery-image] Dec 18 23:17:16.776 INFO O| Dec 18 23:17:16.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5142 | 2024-12-18T23:17:18.114Z | [ recovery-image] Dec 18 23:17:16.776 INFO O| Dec 18 23:17:16.776 INFO STEP 264 (remove_files) COMPLETE |
5143 | 2024-12-18T23:17:18.114Z | [ recovery-image] Dec 18 23:17:16.776 INFO O| Dec 18 23:17:16.776 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5144 | 2024-12-18T23:17:18.134Z | [ recovery-image] Dec 18 23:17:16.797 INFO O| Dec 18 23:17:16.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5145 | 2024-12-18T23:17:18.134Z | [ recovery-image] Dec 18 23:17:16.797 INFO O| Dec 18 23:17:16.797 INFO STEP 265 (remove_files) COMPLETE |
5146 | 2024-12-18T23:17:18.134Z | [ recovery-image] Dec 18 23:17:16.797 INFO O| Dec 18 23:17:16.797 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5147 | 2024-12-18T23:17:18.154Z | [ recovery-image] Dec 18 23:17:16.817 INFO O| Dec 18 23:17:16.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5148 | 2024-12-18T23:17:18.154Z | [ recovery-image] Dec 18 23:17:16.817 INFO O| Dec 18 23:17:16.817 INFO STEP 266 (remove_files) COMPLETE |
5149 | 2024-12-18T23:17:18.154Z | [ recovery-image] Dec 18 23:17:16.817 INFO O| Dec 18 23:17:16.817 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5150 | 2024-12-18T23:17:18.179Z | [ recovery-image] Dec 18 23:17:16.841 INFO O| Dec 18 23:17:16.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5151 | 2024-12-18T23:17:18.199Z | [ recovery-image] Dec 18 23:17:16.862 INFO O| Dec 18 23:17:16.862 INFO STEP 267 (remove_files) COMPLETE |
5152 | 2024-12-18T23:17:18.199Z | [ recovery-image] Dec 18 23:17:16.862 INFO O| Dec 18 23:17:16.862 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5153 | 2024-12-18T23:17:18.256Z | [ recovery-image] Dec 18 23:17:16.919 INFO O| Dec 18 23:17:16.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5154 | 2024-12-18T23:17:18.270Z | [ recovery-image] Dec 18 23:17:16.933 INFO O| Dec 18 23:17:16.933 INFO STEP 268 (remove_files) COMPLETE |
5155 | 2024-12-18T23:17:18.271Z | [ recovery-image] Dec 18 23:17:16.933 INFO O| Dec 18 23:17:16.933 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5156 | 2024-12-18T23:17:18.292Z | [ recovery-image] Dec 18 23:17:16.955 INFO O| Dec 18 23:17:16.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5157 | 2024-12-18T23:17:18.292Z | [ recovery-image] Dec 18 23:17:16.955 INFO O| Dec 18 23:17:16.955 INFO STEP 269 (remove_files) COMPLETE |
5158 | 2024-12-18T23:17:18.292Z | [ recovery-image] Dec 18 23:17:16.955 INFO O| Dec 18 23:17:16.955 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5159 | 2024-12-18T23:17:18.312Z | [ recovery-image] Dec 18 23:17:16.976 INFO O| Dec 18 23:17:16.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5160 | 2024-12-18T23:17:18.315Z | [ recovery-image] Dec 18 23:17:16.976 INFO O| Dec 18 23:17:16.976 INFO STEP 270 (remove_files) COMPLETE |
5161 | 2024-12-18T23:17:18.315Z | [ recovery-image] Dec 18 23:17:16.976 INFO O| Dec 18 23:17:16.976 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5162 | 2024-12-18T23:17:18.352Z | [ recovery-image] Dec 18 23:17:17.014 INFO O| Dec 18 23:17:17.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5163 | 2024-12-18T23:17:18.352Z | [ recovery-image] Dec 18 23:17:17.015 INFO O| Dec 18 23:17:17.015 INFO STEP 271 (remove_files) COMPLETE |
5164 | 2024-12-18T23:17:18.352Z | [ recovery-image] Dec 18 23:17:17.015 INFO O| Dec 18 23:17:17.015 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5165 | 2024-12-18T23:17:18.374Z | [ recovery-image] Dec 18 23:17:17.037 INFO O| Dec 18 23:17:17.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5166 | 2024-12-18T23:17:18.374Z | [ recovery-image] Dec 18 23:17:17.037 INFO O| Dec 18 23:17:17.037 INFO STEP 272 (remove_files) COMPLETE |
5167 | 2024-12-18T23:17:18.374Z | [ recovery-image] Dec 18 23:17:17.037 INFO O| Dec 18 23:17:17.037 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5168 | 2024-12-18T23:17:18.395Z | [ recovery-image] Dec 18 23:17:17.058 INFO O| Dec 18 23:17:17.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5169 | 2024-12-18T23:17:18.395Z | [ recovery-image] Dec 18 23:17:17.058 INFO O| Dec 18 23:17:17.058 INFO STEP 273 (remove_files) COMPLETE |
5170 | 2024-12-18T23:17:18.395Z | [ recovery-image] Dec 18 23:17:17.058 INFO O| Dec 18 23:17:17.058 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5171 | 2024-12-18T23:17:18.418Z | [ recovery-image] Dec 18 23:17:17.081 INFO O| Dec 18 23:17:17.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5172 | 2024-12-18T23:17:18.421Z | [ recovery-image] Dec 18 23:17:17.081 INFO O| Dec 18 23:17:17.081 INFO STEP 274 (remove_files) COMPLETE |
5173 | 2024-12-18T23:17:18.421Z | [ recovery-image] Dec 18 23:17:17.082 INFO O| Dec 18 23:17:17.082 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5174 | 2024-12-18T23:17:18.440Z | [ recovery-image] Dec 18 23:17:17.103 INFO O| Dec 18 23:17:17.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5175 | 2024-12-18T23:17:18.440Z | [ recovery-image] Dec 18 23:17:17.103 INFO O| Dec 18 23:17:17.103 INFO STEP 275 (remove_files) COMPLETE |
5176 | 2024-12-18T23:17:18.442Z | [ recovery-image] Dec 18 23:17:17.103 INFO O| Dec 18 23:17:17.103 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5177 | 2024-12-18T23:17:18.473Z | [ recovery-image] Dec 18 23:17:17.137 INFO O| Dec 18 23:17:17.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5178 | 2024-12-18T23:17:18.476Z | [ recovery-image] Dec 18 23:17:17.137 INFO O| Dec 18 23:17:17.137 INFO STEP 276 (remove_files) COMPLETE |
5179 | 2024-12-18T23:17:18.476Z | [ recovery-image] Dec 18 23:17:17.137 INFO O| Dec 18 23:17:17.137 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5180 | 2024-12-18T23:17:18.494Z | [ recovery-image] Dec 18 23:17:17.158 INFO O| Dec 18 23:17:17.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5181 | 2024-12-18T23:17:18.497Z | [ recovery-image] Dec 18 23:17:17.158 INFO O| Dec 18 23:17:17.158 INFO STEP 277 (remove_files) COMPLETE |
5182 | 2024-12-18T23:17:18.497Z | [ recovery-image] Dec 18 23:17:17.158 INFO O| Dec 18 23:17:17.158 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5183 | 2024-12-18T23:17:18.516Z | [ recovery-image] Dec 18 23:17:17.179 INFO O| Dec 18 23:17:17.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5184 | 2024-12-18T23:17:18.519Z | [ recovery-image] Dec 18 23:17:17.179 INFO O| Dec 18 23:17:17.179 INFO STEP 278 (remove_files) COMPLETE |
5185 | 2024-12-18T23:17:18.519Z | [ recovery-image] Dec 18 23:17:17.180 INFO O| Dec 18 23:17:17.180 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5186 | 2024-12-18T23:17:18.537Z | [ recovery-image] Dec 18 23:17:17.201 INFO O| Dec 18 23:17:17.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5187 | 2024-12-18T23:17:18.541Z | [ recovery-image] Dec 18 23:17:17.201 INFO O| Dec 18 23:17:17.201 INFO STEP 279 (remove_files) COMPLETE |
5188 | 2024-12-18T23:17:18.541Z | [ recovery-image] Dec 18 23:17:17.201 INFO O| Dec 18 23:17:17.201 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5189 | 2024-12-18T23:17:18.565Z | [ recovery-image] Dec 18 23:17:17.228 INFO O| Dec 18 23:17:17.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5190 | 2024-12-18T23:17:18.569Z | [ recovery-image] Dec 18 23:17:17.228 INFO O| Dec 18 23:17:17.228 INFO STEP 280 (remove_files) COMPLETE |
5191 | 2024-12-18T23:17:18.569Z | [ recovery-image] Dec 18 23:17:17.229 INFO O| Dec 18 23:17:17.229 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5192 | 2024-12-18T23:17:18.624Z | [ recovery-image] Dec 18 23:17:17.287 INFO O| Dec 18 23:17:17.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5193 | 2024-12-18T23:17:18.628Z | [ recovery-image] Dec 18 23:17:17.287 INFO O| Dec 18 23:17:17.287 INFO STEP 281 (remove_files) COMPLETE |
5194 | 2024-12-18T23:17:18.628Z | [ recovery-image] Dec 18 23:17:17.288 INFO O| Dec 18 23:17:17.287 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5195 | 2024-12-18T23:17:18.716Z | [ recovery-image] Dec 18 23:17:17.379 INFO O| Dec 18 23:17:17.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5196 | 2024-12-18T23:17:18.716Z | [ recovery-image] Dec 18 23:17:17.379 INFO O| Dec 18 23:17:17.379 INFO STEP 282 (remove_files) COMPLETE |
5197 | 2024-12-18T23:17:18.716Z | [ recovery-image] Dec 18 23:17:17.379 INFO O| Dec 18 23:17:17.379 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5198 | 2024-12-18T23:17:18.738Z | [ recovery-image] Dec 18 23:17:17.402 INFO O| Dec 18 23:17:17.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5199 | 2024-12-18T23:17:18.739Z | [ recovery-image] Dec 18 23:17:17.402 INFO O| Dec 18 23:17:17.402 INFO STEP 283 (remove_files) COMPLETE |
5200 | 2024-12-18T23:17:18.739Z | [ recovery-image] Dec 18 23:17:17.402 INFO O| Dec 18 23:17:17.402 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5201 | 2024-12-18T23:17:18.767Z | [ recovery-image] Dec 18 23:17:17.430 INFO O| Dec 18 23:17:17.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5202 | 2024-12-18T23:17:18.767Z | [ recovery-image] Dec 18 23:17:17.430 INFO O| Dec 18 23:17:17.430 INFO STEP 284 (remove_files) COMPLETE |
5203 | 2024-12-18T23:17:18.767Z | [ recovery-image] Dec 18 23:17:17.430 INFO O| Dec 18 23:17:17.430 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5204 | 2024-12-18T23:17:18.802Z | [ recovery-image] Dec 18 23:17:17.465 INFO O| Dec 18 23:17:17.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5205 | 2024-12-18T23:17:18.802Z | [ recovery-image] Dec 18 23:17:17.465 INFO O| Dec 18 23:17:17.465 INFO STEP 285 (remove_files) COMPLETE |
5206 | 2024-12-18T23:17:18.804Z | [ recovery-image] Dec 18 23:17:17.465 INFO O| Dec 18 23:17:17.465 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5207 | 2024-12-18T23:17:18.821Z | [ recovery-image] Dec 18 23:17:17.484 INFO O| Dec 18 23:17:17.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5208 | 2024-12-18T23:17:18.822Z | [ recovery-image] Dec 18 23:17:17.485 INFO O| Dec 18 23:17:17.485 INFO STEP 286 (remove_files) COMPLETE |
5209 | 2024-12-18T23:17:18.824Z | [ recovery-image] Dec 18 23:17:17.485 INFO O| Dec 18 23:17:17.485 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5210 | 2024-12-18T23:17:18.858Z | [ recovery-image] Dec 18 23:17:17.521 INFO O| Dec 18 23:17:17.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5211 | 2024-12-18T23:17:18.858Z | [ recovery-image] Dec 18 23:17:17.521 INFO O| Dec 18 23:17:17.521 INFO STEP 287 (remove_files) COMPLETE |
5212 | 2024-12-18T23:17:18.858Z | [ recovery-image] Dec 18 23:17:17.521 INFO O| Dec 18 23:17:17.521 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5213 | 2024-12-18T23:17:18.892Z | [ recovery-image] Dec 18 23:17:17.555 INFO O| Dec 18 23:17:17.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5214 | 2024-12-18T23:17:18.892Z | [ recovery-image] Dec 18 23:17:17.555 INFO O| Dec 18 23:17:17.555 INFO STEP 288 (remove_files) COMPLETE |
5215 | 2024-12-18T23:17:18.892Z | [ recovery-image] Dec 18 23:17:17.555 INFO O| Dec 18 23:17:17.555 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5216 | 2024-12-18T23:17:18.913Z | [ recovery-image] Dec 18 23:17:17.576 INFO O| Dec 18 23:17:17.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5217 | 2024-12-18T23:17:18.913Z | [ recovery-image] Dec 18 23:17:17.576 INFO O| Dec 18 23:17:17.576 INFO STEP 289 (remove_files) COMPLETE |
5218 | 2024-12-18T23:17:18.913Z | [ recovery-image] Dec 18 23:17:17.576 INFO O| Dec 18 23:17:17.576 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5219 | 2024-12-18T23:17:18.933Z | [ recovery-image] Dec 18 23:17:17.597 INFO O| Dec 18 23:17:17.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5220 | 2024-12-18T23:17:18.933Z | [ recovery-image] Dec 18 23:17:17.597 INFO O| Dec 18 23:17:17.597 INFO STEP 290 (remove_files) COMPLETE |
5221 | 2024-12-18T23:17:18.933Z | [ recovery-image] Dec 18 23:17:17.597 INFO O| Dec 18 23:17:17.597 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5222 | 2024-12-18T23:17:18.991Z | [ recovery-image] Dec 18 23:17:17.654 INFO O| Dec 18 23:17:17.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5223 | 2024-12-18T23:17:18.991Z | [ recovery-image] Dec 18 23:17:17.654 INFO O| Dec 18 23:17:17.654 INFO STEP 291 (remove_files) COMPLETE |
5224 | 2024-12-18T23:17:18.991Z | [ recovery-image] Dec 18 23:17:17.654 INFO O| Dec 18 23:17:17.654 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5225 | 2024-12-18T23:17:19.014Z | [ recovery-image] Dec 18 23:17:17.677 INFO O| Dec 18 23:17:17.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5226 | 2024-12-18T23:17:19.017Z | [ recovery-image] Dec 18 23:17:17.677 INFO O| Dec 18 23:17:17.677 INFO STEP 292 (remove_files) COMPLETE |
5227 | 2024-12-18T23:17:19.017Z | [ recovery-image] Dec 18 23:17:17.678 INFO O| Dec 18 23:17:17.677 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5228 | 2024-12-18T23:17:19.041Z | [ recovery-image] Dec 18 23:17:17.703 INFO O| Dec 18 23:17:17.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5229 | 2024-12-18T23:17:19.041Z | [ recovery-image] Dec 18 23:17:17.703 INFO O| Dec 18 23:17:17.703 INFO STEP 293 (remove_files) COMPLETE |
5230 | 2024-12-18T23:17:19.041Z | [ recovery-image] Dec 18 23:17:17.703 INFO O| Dec 18 23:17:17.703 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5231 | 2024-12-18T23:17:19.148Z | [ recovery-image] Dec 18 23:17:17.811 INFO O| Dec 18 23:17:17.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5232 | 2024-12-18T23:17:19.150Z | [ recovery-image] Dec 18 23:17:17.811 INFO O| Dec 18 23:17:17.811 INFO STEP 294 (remove_files) COMPLETE |
5233 | 2024-12-18T23:17:19.150Z | [ recovery-image] Dec 18 23:17:17.811 INFO O| Dec 18 23:17:17.811 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5234 | 2024-12-18T23:17:19.283Z | [ recovery-image] Dec 18 23:17:17.946 INFO O| Dec 18 23:17:17.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5235 | 2024-12-18T23:17:19.283Z | [ recovery-image] Dec 18 23:17:17.946 INFO O| Dec 18 23:17:17.946 INFO STEP 295 (remove_files) COMPLETE |
5236 | 2024-12-18T23:17:19.283Z | [ recovery-image] Dec 18 23:17:17.946 INFO O| Dec 18 23:17:17.946 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5237 | 2024-12-18T23:17:19.305Z | [ recovery-image] Dec 18 23:17:17.968 INFO O| Dec 18 23:17:17.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5238 | 2024-12-18T23:17:19.305Z | [ recovery-image] Dec 18 23:17:17.968 INFO O| Dec 18 23:17:17.968 INFO STEP 296 (remove_files) COMPLETE |
5239 | 2024-12-18T23:17:19.307Z | [ recovery-image] Dec 18 23:17:17.968 INFO O| Dec 18 23:17:17.968 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5240 | 2024-12-18T23:17:19.328Z | [ recovery-image] Dec 18 23:17:17.991 INFO O| Dec 18 23:17:17.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5241 | 2024-12-18T23:17:19.328Z | [ recovery-image] Dec 18 23:17:17.991 INFO O| Dec 18 23:17:17.991 INFO STEP 297 (remove_files) COMPLETE |
5242 | 2024-12-18T23:17:19.330Z | [ recovery-image] Dec 18 23:17:17.991 INFO O| Dec 18 23:17:17.991 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5243 | 2024-12-18T23:17:19.351Z | [ recovery-image] Dec 18 23:17:18.014 INFO O| Dec 18 23:17:18.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5244 | 2024-12-18T23:17:19.353Z | [ recovery-image] Dec 18 23:17:18.014 INFO O| Dec 18 23:17:18.014 INFO STEP 298 (remove_files) COMPLETE |
5245 | 2024-12-18T23:17:19.353Z | [ recovery-image] Dec 18 23:17:18.014 INFO O| Dec 18 23:17:18.014 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5246 | 2024-12-18T23:17:19.372Z | [ recovery-image] Dec 18 23:17:18.035 INFO O| Dec 18 23:17:18.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5247 | 2024-12-18T23:17:19.372Z | [ recovery-image] Dec 18 23:17:18.035 INFO O| Dec 18 23:17:18.035 INFO STEP 299 (remove_files) COMPLETE |
5248 | 2024-12-18T23:17:19.372Z | [ recovery-image] Dec 18 23:17:18.035 INFO O| Dec 18 23:17:18.035 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5249 | 2024-12-18T23:17:19.461Z | [ recovery-image] Dec 18 23:17:18.124 INFO O| Dec 18 23:17:18.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5250 | 2024-12-18T23:17:19.464Z | [ recovery-image] Dec 18 23:17:18.124 INFO O| Dec 18 23:17:18.124 INFO STEP 300 (remove_files) COMPLETE |
5251 | 2024-12-18T23:17:19.464Z | [ recovery-image] Dec 18 23:17:18.125 INFO O| Dec 18 23:17:18.124 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5252 | 2024-12-18T23:17:19.485Z | [ recovery-image] Dec 18 23:17:18.148 INFO O| Dec 18 23:17:18.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5253 | 2024-12-18T23:17:19.485Z | [ recovery-image] Dec 18 23:17:18.148 INFO O| Dec 18 23:17:18.148 INFO STEP 301 (remove_files) COMPLETE |
5254 | 2024-12-18T23:17:19.485Z | [ recovery-image] Dec 18 23:17:18.148 INFO O| Dec 18 23:17:18.148 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5255 | 2024-12-18T23:17:19.524Z | [ recovery-image] Dec 18 23:17:18.187 INFO O| Dec 18 23:17:18.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5256 | 2024-12-18T23:17:19.524Z | [ recovery-image] Dec 18 23:17:18.187 INFO O| Dec 18 23:17:18.187 INFO STEP 302 (remove_files) COMPLETE |
5257 | 2024-12-18T23:17:19.524Z | [ recovery-image] Dec 18 23:17:18.187 INFO O| Dec 18 23:17:18.187 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5258 | 2024-12-18T23:17:19.542Z | [ host-image] Dec 18 23:17:18.205 INFO O| Dec 18 23:17:18.205 INFO O| Planning: Solver setup ... Done |
5259 | 2024-12-18T23:17:19.544Z | [ recovery-image] Dec 18 23:17:18.206 INFO O| Dec 18 23:17:18.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5260 | 2024-12-18T23:17:19.544Z | [ recovery-image] Dec 18 23:17:18.206 INFO O| Dec 18 23:17:18.206 INFO STEP 303 (remove_files) COMPLETE |
5261 | 2024-12-18T23:17:19.544Z | [ recovery-image] Dec 18 23:17:18.206 INFO O| Dec 18 23:17:18.206 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5262 | 2024-12-18T23:17:19.549Z | [ host-image] Dec 18 23:17:18.212 INFO O| Dec 18 23:17:18.212 INFO O| Planning: Running solver ... Done |
5263 | 2024-12-18T23:17:19.594Z | [ recovery-image] Dec 18 23:17:18.257 INFO O| Dec 18 23:17:18.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5264 | 2024-12-18T23:17:19.594Z | [ recovery-image] Dec 18 23:17:18.257 INFO O| Dec 18 23:17:18.257 INFO STEP 304 (remove_files) COMPLETE |
5265 | 2024-12-18T23:17:19.594Z | [ recovery-image] Dec 18 23:17:18.257 INFO O| Dec 18 23:17:18.257 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5266 | 2024-12-18T23:17:19.646Z | [ recovery-image] Dec 18 23:17:18.309 INFO O| Dec 18 23:17:18.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5267 | 2024-12-18T23:17:19.649Z | [ recovery-image] Dec 18 23:17:18.309 INFO O| Dec 18 23:17:18.309 INFO STEP 305 (remove_files) COMPLETE |
5268 | 2024-12-18T23:17:19.650Z | [ recovery-image] Dec 18 23:17:18.309 INFO O| Dec 18 23:17:18.309 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5269 | 2024-12-18T23:17:19.661Z | [ host-image] Dec 18 23:17:18.324 INFO O| Dec 18 23:17:18.324 INFO O| Planning: Finding local manifests ... Done |
5270 | 2024-12-18T23:17:19.663Z | [ host-image] Dec 18 23:17:18.325 INFO O| Dec 18 23:17:18.325 INFO O| Planning: Fetching manifests: 0/1 0% complete |
5271 | 2024-12-18T23:17:19.714Z | [ recovery-image] Dec 18 23:17:18.377 INFO O| Dec 18 23:17:18.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5272 | 2024-12-18T23:17:19.714Z | [ recovery-image] Dec 18 23:17:18.377 INFO O| Dec 18 23:17:18.377 INFO STEP 306 (remove_files) COMPLETE |
5273 | 2024-12-18T23:17:19.714Z | [ recovery-image] Dec 18 23:17:18.377 INFO O| Dec 18 23:17:18.377 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2024-12-18T23:17:19.738Z | [ recovery-image] Dec 18 23:17:18.401 INFO O| Dec 18 23:17:18.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5275 | 2024-12-18T23:17:19.738Z | [ recovery-image] Dec 18 23:17:18.401 INFO O| Dec 18 23:17:18.401 INFO STEP 307 (remove_files) COMPLETE |
5276 | 2024-12-18T23:17:19.738Z | [ recovery-image] Dec 18 23:17:18.401 INFO O| Dec 18 23:17:18.401 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-12-18T23:17:19.760Z | [ recovery-image] Dec 18 23:17:18.423 INFO O| Dec 18 23:17:18.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5278 | 2024-12-18T23:17:19.760Z | [ recovery-image] Dec 18 23:17:18.423 INFO O| Dec 18 23:17:18.423 INFO STEP 308 (remove_files) COMPLETE |
5279 | 2024-12-18T23:17:19.760Z | [ recovery-image] Dec 18 23:17:18.423 INFO O| Dec 18 23:17:18.423 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5280 | 2024-12-18T23:17:19.781Z | [ recovery-image] Dec 18 23:17:18.444 INFO O| Dec 18 23:17:18.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5281 | 2024-12-18T23:17:19.781Z | [ recovery-image] Dec 18 23:17:18.444 INFO O| Dec 18 23:17:18.444 INFO STEP 309 (remove_files) COMPLETE |
5282 | 2024-12-18T23:17:19.781Z | [ recovery-image] Dec 18 23:17:18.444 INFO O| Dec 18 23:17:18.444 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5283 | 2024-12-18T23:17:19.802Z | [ recovery-image] Dec 18 23:17:18.465 INFO O| Dec 18 23:17:18.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5284 | 2024-12-18T23:17:19.802Z | [ recovery-image] Dec 18 23:17:18.465 INFO O| Dec 18 23:17:18.465 INFO STEP 310 (remove_files) COMPLETE |
5285 | 2024-12-18T23:17:19.805Z | [ recovery-image] Dec 18 23:17:18.465 INFO O| Dec 18 23:17:18.465 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5286 | 2024-12-18T23:17:19.823Z | [ recovery-image] Dec 18 23:17:18.486 INFO O| Dec 18 23:17:18.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5287 | 2024-12-18T23:17:19.823Z | [ recovery-image] Dec 18 23:17:18.486 INFO O| Dec 18 23:17:18.486 INFO STEP 311 (remove_files) COMPLETE |
5288 | 2024-12-18T23:17:19.825Z | [ recovery-image] Dec 18 23:17:18.486 INFO O| Dec 18 23:17:18.486 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5289 | 2024-12-18T23:17:19.851Z | [ recovery-image] Dec 18 23:17:18.515 INFO O| Dec 18 23:17:18.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5290 | 2024-12-18T23:17:19.854Z | [ recovery-image] Dec 18 23:17:18.515 INFO O| Dec 18 23:17:18.515 INFO STEP 312 (remove_files) COMPLETE |
5291 | 2024-12-18T23:17:19.854Z | [ recovery-image] Dec 18 23:17:18.515 INFO O| Dec 18 23:17:18.515 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5292 | 2024-12-18T23:17:19.856Z | [ host-image] Dec 18 23:17:18.520 INFO O| Dec 18 23:17:18.520 INFO O| Planning: Fetching manifests: 1/1 100% complete |
5293 | 2024-12-18T23:17:19.872Z | [ recovery-image] Dec 18 23:17:18.536 INFO O| Dec 18 23:17:18.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5294 | 2024-12-18T23:17:19.875Z | [ recovery-image] Dec 18 23:17:18.536 INFO O| Dec 18 23:17:18.536 INFO STEP 313 (remove_files) COMPLETE |
5295 | 2024-12-18T23:17:19.875Z | [ recovery-image] Dec 18 23:17:18.536 INFO O| Dec 18 23:17:18.536 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5296 | 2024-12-18T23:17:19.900Z | [ recovery-image] Dec 18 23:17:18.564 INFO O| Dec 18 23:17:18.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5297 | 2024-12-18T23:17:19.903Z | [ recovery-image] Dec 18 23:17:18.564 INFO O| Dec 18 23:17:18.564 INFO STEP 314 (remove_files) COMPLETE |
5298 | 2024-12-18T23:17:19.903Z | [ recovery-image] Dec 18 23:17:18.564 INFO O| Dec 18 23:17:18.564 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5299 | 2024-12-18T23:17:19.911Z | [ host-image] Dec 18 23:17:18.574 INFO O| Dec 18 23:17:18.574 INFO O| Planning: Package planning ... Done |
5300 | 2024-12-18T23:17:19.914Z | [ host-image] Dec 18 23:17:18.575 INFO O| Dec 18 23:17:18.575 INFO O| Planning: Merging actions ... Done |
5301 | 2024-12-18T23:17:19.924Z | [ recovery-image] Dec 18 23:17:18.586 INFO O| Dec 18 23:17:18.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5302 | 2024-12-18T23:17:19.924Z | [ recovery-image] Dec 18 23:17:18.586 INFO O| Dec 18 23:17:18.586 INFO STEP 315 (remove_files) COMPLETE |
5303 | 2024-12-18T23:17:19.924Z | [ recovery-image] Dec 18 23:17:18.586 INFO O| Dec 18 23:17:18.586 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5304 | 2024-12-18T23:17:19.957Z | [ recovery-image] Dec 18 23:17:18.620 INFO O| Dec 18 23:17:18.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5305 | 2024-12-18T23:17:19.957Z | [ recovery-image] Dec 18 23:17:18.620 INFO O| Dec 18 23:17:18.620 INFO STEP 316 (remove_files) COMPLETE |
5306 | 2024-12-18T23:17:19.957Z | [ recovery-image] Dec 18 23:17:18.620 INFO O| Dec 18 23:17:18.620 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5307 | 2024-12-18T23:17:19.991Z | [ recovery-image] Dec 18 23:17:18.654 INFO O| Dec 18 23:17:18.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5308 | 2024-12-18T23:17:19.991Z | [ recovery-image] Dec 18 23:17:18.654 INFO O| Dec 18 23:17:18.654 INFO STEP 317 (remove_files) COMPLETE |
5309 | 2024-12-18T23:17:19.991Z | [ recovery-image] Dec 18 23:17:18.654 INFO O| Dec 18 23:17:18.654 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5310 | 2024-12-18T23:17:20.025Z | [ recovery-image] Dec 18 23:17:18.688 INFO O| Dec 18 23:17:18.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5311 | 2024-12-18T23:17:20.027Z | [ recovery-image] Dec 18 23:17:18.688 INFO O| Dec 18 23:17:18.688 INFO STEP 318 (remove_files) COMPLETE |
5312 | 2024-12-18T23:17:20.028Z | [ recovery-image] Dec 18 23:17:18.688 INFO O| Dec 18 23:17:18.688 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5313 | 2024-12-18T23:17:20.049Z | [ host-image] Dec 18 23:17:18.712 INFO O| Dec 18 23:17:18.712 INFO O| Planning: Checking for conflicting actions ... Done |
5314 | 2024-12-18T23:17:20.052Z | [ host-image] Dec 18 23:17:18.713 INFO O| Dec 18 23:17:18.713 INFO O| Planning: Consolidating action changes ... Done |
5315 | 2024-12-18T23:17:20.059Z | [ recovery-image] Dec 18 23:17:18.722 INFO O| Dec 18 23:17:18.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5316 | 2024-12-18T23:17:20.059Z | [ recovery-image] Dec 18 23:17:18.722 INFO O| Dec 18 23:17:18.722 INFO STEP 319 (remove_files) COMPLETE |
5317 | 2024-12-18T23:17:20.059Z | [ recovery-image] Dec 18 23:17:18.722 INFO O| Dec 18 23:17:18.722 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5318 | 2024-12-18T23:17:20.254Z | [ recovery-image] Dec 18 23:17:18.757 INFO O| Dec 18 23:17:18.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5319 | 2024-12-18T23:17:20.254Z | [ recovery-image] Dec 18 23:17:18.758 INFO O| Dec 18 23:17:18.758 INFO STEP 320 (remove_files) COMPLETE |
5320 | 2024-12-18T23:17:20.254Z | [ recovery-image] Dec 18 23:17:18.758 INFO O| Dec 18 23:17:18.758 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5321 | 2024-12-18T23:17:20.259Z | [ recovery-image] Dec 18 23:17:18.781 INFO O| Dec 18 23:17:18.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5322 | 2024-12-18T23:17:20.259Z | [ recovery-image] Dec 18 23:17:18.781 INFO O| Dec 18 23:17:18.781 INFO STEP 321 (remove_files) COMPLETE |
5323 | 2024-12-18T23:17:20.259Z | [ recovery-image] Dec 18 23:17:18.781 INFO O| Dec 18 23:17:18.781 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5324 | 2024-12-18T23:17:20.259Z | [ recovery-image] Dec 18 23:17:18.803 INFO O| Dec 18 23:17:18.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5325 | 2024-12-18T23:17:20.259Z | [ recovery-image] Dec 18 23:17:18.803 INFO O| Dec 18 23:17:18.803 INFO STEP 322 (remove_files) COMPLETE |
5326 | 2024-12-18T23:17:20.259Z | [ recovery-image] Dec 18 23:17:18.803 INFO O| Dec 18 23:17:18.803 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5327 | 2024-12-18T23:17:20.259Z | [ recovery-image] Dec 18 23:17:18.833 INFO O| Dec 18 23:17:18.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5328 | 2024-12-18T23:17:20.259Z | [ recovery-image] Dec 18 23:17:18.834 INFO O| Dec 18 23:17:18.833 INFO STEP 323 (remove_files) COMPLETE |
5329 | 2024-12-18T23:17:20.259Z | [ recovery-image] Dec 18 23:17:18.834 INFO O| Dec 18 23:17:18.834 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5330 | 2024-12-18T23:17:20.259Z | [ recovery-image] Dec 18 23:17:18.855 INFO O| Dec 18 23:17:18.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5331 | 2024-12-18T23:17:20.259Z | [ recovery-image] Dec 18 23:17:18.856 INFO O| Dec 18 23:17:18.856 INFO STEP 324 (remove_files) COMPLETE |
5332 | 2024-12-18T23:17:20.259Z | [ recovery-image] Dec 18 23:17:18.856 INFO O| Dec 18 23:17:18.856 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5333 | 2024-12-18T23:17:20.259Z | [ recovery-image] Dec 18 23:17:18.898 INFO O| Dec 18 23:17:18.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5334 | 2024-12-18T23:17:20.259Z | [ recovery-image] Dec 18 23:17:18.898 INFO O| Dec 18 23:17:18.898 INFO STEP 325 (remove_files) COMPLETE |
5335 | 2024-12-18T23:17:20.259Z | [ recovery-image] Dec 18 23:17:18.898 INFO O| Dec 18 23:17:18.898 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5336 | 2024-12-18T23:17:20.295Z | [ recovery-image] Dec 18 23:17:18.956 INFO O| Dec 18 23:17:18.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5337 | 2024-12-18T23:17:20.297Z | [ recovery-image] Dec 18 23:17:18.956 INFO O| Dec 18 23:17:18.956 INFO STEP 326 (remove_files) COMPLETE |
5338 | 2024-12-18T23:17:20.297Z | [ recovery-image] Dec 18 23:17:18.956 INFO O| Dec 18 23:17:18.956 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5339 | 2024-12-18T23:17:20.315Z | [ recovery-image] Dec 18 23:17:18.979 INFO O| Dec 18 23:17:18.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5340 | 2024-12-18T23:17:20.318Z | [ recovery-image] Dec 18 23:17:18.979 INFO O| Dec 18 23:17:18.979 INFO STEP 327 (remove_files) COMPLETE |
5341 | 2024-12-18T23:17:20.318Z | [ recovery-image] Dec 18 23:17:18.979 INFO O| Dec 18 23:17:18.979 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5342 | 2024-12-18T23:17:20.342Z | [ recovery-image] Dec 18 23:17:19.005 INFO O| Dec 18 23:17:19.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5343 | 2024-12-18T23:17:20.344Z | [ recovery-image] Dec 18 23:17:19.005 INFO O| Dec 18 23:17:19.005 INFO STEP 328 (remove_files) COMPLETE |
5344 | 2024-12-18T23:17:20.344Z | [ recovery-image] Dec 18 23:17:19.005 INFO O| Dec 18 23:17:19.005 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5345 | 2024-12-18T23:17:20.423Z | [ recovery-image] Dec 18 23:17:19.086 INFO O| Dec 18 23:17:19.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5346 | 2024-12-18T23:17:20.443Z | [ host-image] Dec 18 23:17:19.106 INFO O| Dec 18 23:17:19.106 INFO O| Planning: Evaluating mediators ... Done |
5347 | 2024-12-18T23:17:20.445Z | [ recovery-image] Dec 18 23:17:19.107 INFO O| Dec 18 23:17:19.107 INFO STEP 329 (remove_files) COMPLETE |
5348 | 2024-12-18T23:17:20.445Z | [ recovery-image] Dec 18 23:17:19.107 INFO O| Dec 18 23:17:19.107 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5349 | 2024-12-18T23:17:20.445Z | [ host-image] Dec 18 23:17:19.107 INFO O| Dec 18 23:17:19.107 INFO O| Planning: Planning completed in 5.46 seconds |
5350 | 2024-12-18T23:17:20.448Z | [ host-image] Dec 18 23:17:19.109 INFO O| Dec 18 23:17:19.109 INFO O| Packages to install: 1 |
5351 | 2024-12-18T23:17:20.466Z | [ recovery-image] Dec 18 23:17:19.129 INFO O| Dec 18 23:17:19.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5352 | 2024-12-18T23:17:20.469Z | [ recovery-image] Dec 18 23:17:19.130 INFO O| Dec 18 23:17:19.129 INFO STEP 330 (remove_files) COMPLETE |
5353 | 2024-12-18T23:17:20.469Z | [ recovery-image] Dec 18 23:17:19.130 INFO O| Dec 18 23:17:19.130 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5354 | 2024-12-18T23:17:20.479Z | [ host-image] Dec 18 23:17:19.142 INFO O| Dec 18 23:17:19.142 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
5355 | 2024-12-18T23:17:20.488Z | [ recovery-image] Dec 18 23:17:19.151 INFO O| Dec 18 23:17:19.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5356 | 2024-12-18T23:17:20.488Z | [ recovery-image] Dec 18 23:17:19.151 INFO O| Dec 18 23:17:19.151 INFO STEP 331 (remove_files) COMPLETE |
5357 | 2024-12-18T23:17:20.488Z | [ recovery-image] Dec 18 23:17:19.151 INFO O| Dec 18 23:17:19.151 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5358 | 2024-12-18T23:17:20.546Z | [ recovery-image] Dec 18 23:17:19.208 INFO O| Dec 18 23:17:19.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5359 | 2024-12-18T23:17:20.546Z | [ recovery-image] Dec 18 23:17:19.209 INFO O| Dec 18 23:17:19.209 INFO STEP 332 (remove_files) COMPLETE |
5360 | 2024-12-18T23:17:20.548Z | [ recovery-image] Dec 18 23:17:19.209 INFO O| Dec 18 23:17:19.209 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5361 | 2024-12-18T23:17:20.697Z | [ recovery-image] Dec 18 23:17:19.360 INFO O| Dec 18 23:17:19.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5362 | 2024-12-18T23:17:20.697Z | [ recovery-image] Dec 18 23:17:19.360 INFO O| Dec 18 23:17:19.360 INFO STEP 333 (remove_files) COMPLETE |
5363 | 2024-12-18T23:17:20.697Z | [ recovery-image] Dec 18 23:17:19.360 INFO O| Dec 18 23:17:19.360 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5364 | 2024-12-18T23:17:20.716Z | [ recovery-image] Dec 18 23:17:19.380 INFO O| Dec 18 23:17:19.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5365 | 2024-12-18T23:17:20.716Z | [ recovery-image] Dec 18 23:17:19.380 INFO O| Dec 18 23:17:19.380 INFO STEP 334 (remove_files) COMPLETE |
5366 | 2024-12-18T23:17:20.716Z | [ recovery-image] Dec 18 23:17:19.380 INFO O| Dec 18 23:17:19.380 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5367 | 2024-12-18T23:17:20.738Z | [ recovery-image] Dec 18 23:17:19.401 INFO O| Dec 18 23:17:19.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5368 | 2024-12-18T23:17:20.741Z | [ recovery-image] Dec 18 23:17:19.401 INFO O| Dec 18 23:17:19.401 INFO STEP 335 (remove_files) COMPLETE |
5369 | 2024-12-18T23:17:20.741Z | [ recovery-image] Dec 18 23:17:19.401 INFO O| Dec 18 23:17:19.401 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5370 | 2024-12-18T23:17:20.760Z | [ recovery-image] Dec 18 23:17:19.423 INFO O| Dec 18 23:17:19.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5371 | 2024-12-18T23:17:20.760Z | [ recovery-image] Dec 18 23:17:19.423 INFO O| Dec 18 23:17:19.423 INFO STEP 336 (remove_files) COMPLETE |
5372 | 2024-12-18T23:17:20.760Z | [ recovery-image] Dec 18 23:17:19.423 INFO O| Dec 18 23:17:19.423 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5373 | 2024-12-18T23:17:20.781Z | [ recovery-image] Dec 18 23:17:19.444 INFO O| Dec 18 23:17:19.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5374 | 2024-12-18T23:17:20.781Z | [ recovery-image] Dec 18 23:17:19.444 INFO O| Dec 18 23:17:19.444 INFO STEP 337 (remove_files) COMPLETE |
5375 | 2024-12-18T23:17:20.781Z | [ recovery-image] Dec 18 23:17:19.444 INFO O| Dec 18 23:17:19.444 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5376 | 2024-12-18T23:17:20.800Z | [ recovery-image] Dec 18 23:17:19.463 INFO O| Dec 18 23:17:19.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5377 | 2024-12-18T23:17:20.800Z | [ recovery-image] Dec 18 23:17:19.463 INFO O| Dec 18 23:17:19.463 INFO STEP 338 (remove_files) COMPLETE |
5378 | 2024-12-18T23:17:20.800Z | [ recovery-image] Dec 18 23:17:19.463 INFO O| Dec 18 23:17:19.463 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5379 | 2024-12-18T23:17:20.823Z | [ recovery-image] Dec 18 23:17:19.486 INFO O| Dec 18 23:17:19.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5380 | 2024-12-18T23:17:20.832Z | [ recovery-image] Dec 18 23:17:19.486 INFO O| Dec 18 23:17:19.486 INFO STEP 339 (remove_files) COMPLETE |
5381 | 2024-12-18T23:17:20.832Z | [ recovery-image] Dec 18 23:17:19.486 INFO O| Dec 18 23:17:19.486 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5382 | 2024-12-18T23:17:20.845Z | [ recovery-image] Dec 18 23:17:19.508 INFO O| Dec 18 23:17:19.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5383 | 2024-12-18T23:17:20.848Z | [ recovery-image] Dec 18 23:17:19.508 INFO O| Dec 18 23:17:19.508 INFO STEP 340 (remove_files) COMPLETE |
5384 | 2024-12-18T23:17:20.848Z | [ recovery-image] Dec 18 23:17:19.508 INFO O| Dec 18 23:17:19.508 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5385 | 2024-12-18T23:17:20.865Z | [ recovery-image] Dec 18 23:17:19.528 INFO O| Dec 18 23:17:19.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5386 | 2024-12-18T23:17:20.865Z | [ recovery-image] Dec 18 23:17:19.528 INFO O| Dec 18 23:17:19.528 INFO STEP 341 (remove_files) COMPLETE |
5387 | 2024-12-18T23:17:20.865Z | [ recovery-image] Dec 18 23:17:19.528 INFO O| Dec 18 23:17:19.528 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5388 | 2024-12-18T23:17:20.886Z | [ recovery-image] Dec 18 23:17:19.549 INFO O| Dec 18 23:17:19.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5389 | 2024-12-18T23:17:20.886Z | [ recovery-image] Dec 18 23:17:19.549 INFO O| Dec 18 23:17:19.549 INFO STEP 342 (remove_files) COMPLETE |
5390 | 2024-12-18T23:17:20.886Z | [ recovery-image] Dec 18 23:17:19.549 INFO O| Dec 18 23:17:19.549 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5391 | 2024-12-18T23:17:20.907Z | [ recovery-image] Dec 18 23:17:19.570 INFO O| Dec 18 23:17:19.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5392 | 2024-12-18T23:17:20.907Z | [ recovery-image] Dec 18 23:17:19.570 INFO O| Dec 18 23:17:19.570 INFO STEP 343 (remove_files) COMPLETE |
5393 | 2024-12-18T23:17:20.907Z | [ recovery-image] Dec 18 23:17:19.570 INFO O| Dec 18 23:17:19.570 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5394 | 2024-12-18T23:17:20.928Z | [ recovery-image] Dec 18 23:17:19.591 INFO O| Dec 18 23:17:19.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5395 | 2024-12-18T23:17:20.928Z | [ recovery-image] Dec 18 23:17:19.591 INFO O| Dec 18 23:17:19.591 INFO STEP 344 (remove_files) COMPLETE |
5396 | 2024-12-18T23:17:20.928Z | [ recovery-image] Dec 18 23:17:19.591 INFO O| Dec 18 23:17:19.591 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5397 | 2024-12-18T23:17:20.949Z | [ recovery-image] Dec 18 23:17:19.613 INFO O| Dec 18 23:17:19.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5398 | 2024-12-18T23:17:20.949Z | [ recovery-image] Dec 18 23:17:19.613 INFO O| Dec 18 23:17:19.613 INFO STEP 345 (remove_files) COMPLETE |
5399 | 2024-12-18T23:17:20.949Z | [ recovery-image] Dec 18 23:17:19.613 INFO O| Dec 18 23:17:19.613 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5400 | 2024-12-18T23:17:20.971Z | [ recovery-image] Dec 18 23:17:19.634 INFO O| Dec 18 23:17:19.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5401 | 2024-12-18T23:17:20.971Z | [ recovery-image] Dec 18 23:17:19.634 INFO O| Dec 18 23:17:19.634 INFO STEP 346 (remove_files) COMPLETE |
5402 | 2024-12-18T23:17:20.971Z | [ recovery-image] Dec 18 23:17:19.634 INFO O| Dec 18 23:17:19.634 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5403 | 2024-12-18T23:17:20.994Z | [ recovery-image] Dec 18 23:17:19.657 INFO O| Dec 18 23:17:19.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5404 | 2024-12-18T23:17:20.994Z | [ recovery-image] Dec 18 23:17:19.657 INFO O| Dec 18 23:17:19.657 INFO STEP 347 (remove_files) COMPLETE |
5405 | 2024-12-18T23:17:20.994Z | [ recovery-image] Dec 18 23:17:19.657 INFO O| Dec 18 23:17:19.657 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5406 | 2024-12-18T23:17:21.021Z | [ recovery-image] Dec 18 23:17:19.684 INFO O| Dec 18 23:17:19.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5407 | 2024-12-18T23:17:21.024Z | [ recovery-image] Dec 18 23:17:19.684 INFO O| Dec 18 23:17:19.684 INFO STEP 348 (remove_files) COMPLETE |
5408 | 2024-12-18T23:17:21.025Z | [ recovery-image] Dec 18 23:17:19.684 INFO O| Dec 18 23:17:19.684 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5409 | 2024-12-18T23:17:21.064Z | [ recovery-image] Dec 18 23:17:19.727 INFO O| Dec 18 23:17:19.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5410 | 2024-12-18T23:17:21.064Z | [ recovery-image] Dec 18 23:17:19.727 INFO O| Dec 18 23:17:19.727 INFO STEP 349 (remove_files) COMPLETE |
5411 | 2024-12-18T23:17:21.064Z | [ recovery-image] Dec 18 23:17:19.727 INFO O| Dec 18 23:17:19.727 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5412 | 2024-12-18T23:17:21.092Z | [ recovery-image] Dec 18 23:17:19.755 INFO O| Dec 18 23:17:19.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5413 | 2024-12-18T23:17:21.094Z | [ recovery-image] Dec 18 23:17:19.755 INFO O| Dec 18 23:17:19.755 INFO STEP 350 (remove_files) COMPLETE |
5414 | 2024-12-18T23:17:21.094Z | [ recovery-image] Dec 18 23:17:19.755 INFO O| Dec 18 23:17:19.755 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5415 | 2024-12-18T23:17:21.113Z | [ recovery-image] Dec 18 23:17:19.776 INFO O| Dec 18 23:17:19.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5416 | 2024-12-18T23:17:21.113Z | [ recovery-image] Dec 18 23:17:19.776 INFO O| Dec 18 23:17:19.776 INFO STEP 351 (remove_files) COMPLETE |
5417 | 2024-12-18T23:17:21.113Z | [ recovery-image] Dec 18 23:17:19.776 INFO O| Dec 18 23:17:19.776 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5418 | 2024-12-18T23:17:21.134Z | [ recovery-image] Dec 18 23:17:19.797 INFO O| Dec 18 23:17:19.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5419 | 2024-12-18T23:17:21.134Z | [ recovery-image] Dec 18 23:17:19.798 INFO O| Dec 18 23:17:19.798 INFO STEP 352 (remove_files) COMPLETE |
5420 | 2024-12-18T23:17:21.134Z | [ recovery-image] Dec 18 23:17:19.798 INFO O| Dec 18 23:17:19.798 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5421 | 2024-12-18T23:17:21.154Z | [ host-image] Dec 18 23:17:19.817 INFO O| Dec 18 23:17:19.817 INFO O| Download: Completed 9.99 MB in 0.68 seconds (14.8M/s) |
5422 | 2024-12-18T23:17:21.156Z | [ recovery-image] Dec 18 23:17:19.818 INFO O| Dec 18 23:17:19.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5423 | 2024-12-18T23:17:21.156Z | [ recovery-image] Dec 18 23:17:19.818 INFO O| Dec 18 23:17:19.818 INFO STEP 353 (remove_files) COMPLETE |
5424 | 2024-12-18T23:17:21.156Z | [ recovery-image] Dec 18 23:17:19.819 INFO O| Dec 18 23:17:19.818 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5425 | 2024-12-18T23:17:21.176Z | [ recovery-image] Dec 18 23:17:19.839 INFO O| Dec 18 23:17:19.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5426 | 2024-12-18T23:17:21.176Z | [ recovery-image] Dec 18 23:17:19.839 INFO O| Dec 18 23:17:19.839 INFO STEP 354 (remove_files) COMPLETE |
5427 | 2024-12-18T23:17:21.176Z | [ recovery-image] Dec 18 23:17:19.839 INFO O| Dec 18 23:17:19.839 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5428 | 2024-12-18T23:17:21.212Z | [ host-image] Dec 18 23:17:19.875 INFO O| Dec 18 23:17:19.875 INFO O| Actions: 1/22 actions (Installing new actions) |
5429 | 2024-12-18T23:17:21.215Z | [ recovery-image] Dec 18 23:17:19.876 INFO O| Dec 18 23:17:19.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5430 | 2024-12-18T23:17:21.215Z | [ recovery-image] Dec 18 23:17:19.876 INFO O| Dec 18 23:17:19.876 INFO STEP 355 (remove_files) COMPLETE |
5431 | 2024-12-18T23:17:21.215Z | [ recovery-image] Dec 18 23:17:19.876 INFO O| Dec 18 23:17:19.876 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5432 | 2024-12-18T23:17:21.237Z | [ recovery-image] Dec 18 23:17:19.899 INFO O| Dec 18 23:17:19.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5433 | 2024-12-18T23:17:21.237Z | [ recovery-image] Dec 18 23:17:19.899 INFO O| Dec 18 23:17:19.899 INFO STEP 356 (remove_files) COMPLETE |
5434 | 2024-12-18T23:17:21.237Z | [ recovery-image] Dec 18 23:17:19.899 INFO O| Dec 18 23:17:19.899 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5435 | 2024-12-18T23:17:21.271Z | [ recovery-image] Dec 18 23:17:19.933 INFO O| Dec 18 23:17:19.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5436 | 2024-12-18T23:17:21.271Z | [ recovery-image] Dec 18 23:17:19.933 INFO O| Dec 18 23:17:19.933 INFO STEP 357 (remove_files) COMPLETE |
5437 | 2024-12-18T23:17:21.271Z | [ recovery-image] Dec 18 23:17:19.933 INFO O| Dec 18 23:17:19.933 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5438 | 2024-12-18T23:17:21.327Z | [ recovery-image] Dec 18 23:17:19.990 INFO O| Dec 18 23:17:19.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5439 | 2024-12-18T23:17:21.327Z | [ recovery-image] Dec 18 23:17:19.990 INFO O| Dec 18 23:17:19.990 INFO STEP 358 (remove_files) COMPLETE |
5440 | 2024-12-18T23:17:21.327Z | [ recovery-image] Dec 18 23:17:19.990 INFO O| Dec 18 23:17:19.990 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5441 | 2024-12-18T23:17:21.349Z | [ recovery-image] Dec 18 23:17:20.013 INFO O| Dec 18 23:17:20.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5442 | 2024-12-18T23:17:21.350Z | [ recovery-image] Dec 18 23:17:20.013 INFO O| Dec 18 23:17:20.013 INFO STEP 359 (remove_files) COMPLETE |
5443 | 2024-12-18T23:17:21.352Z | [ recovery-image] Dec 18 23:17:20.013 INFO O| Dec 18 23:17:20.013 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5444 | 2024-12-18T23:17:21.370Z | [ recovery-image] Dec 18 23:17:20.033 INFO O| Dec 18 23:17:20.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5445 | 2024-12-18T23:17:21.370Z | [ recovery-image] Dec 18 23:17:20.033 INFO O| Dec 18 23:17:20.033 INFO STEP 360 (remove_files) COMPLETE |
5446 | 2024-12-18T23:17:21.370Z | [ recovery-image] Dec 18 23:17:20.034 INFO O| Dec 18 23:17:20.033 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5447 | 2024-12-18T23:17:21.392Z | [ recovery-image] Dec 18 23:17:20.055 INFO O| Dec 18 23:17:20.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5448 | 2024-12-18T23:17:21.392Z | [ recovery-image] Dec 18 23:17:20.055 INFO O| Dec 18 23:17:20.055 INFO STEP 361 (remove_files) COMPLETE |
5449 | 2024-12-18T23:17:21.392Z | [ recovery-image] Dec 18 23:17:20.055 INFO O| Dec 18 23:17:20.055 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5450 | 2024-12-18T23:17:21.452Z | [ recovery-image] Dec 18 23:17:20.115 INFO O| Dec 18 23:17:20.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5451 | 2024-12-18T23:17:21.452Z | [ recovery-image] Dec 18 23:17:20.115 INFO O| Dec 18 23:17:20.115 INFO STEP 362 (remove_files) COMPLETE |
5452 | 2024-12-18T23:17:21.454Z | [ recovery-image] Dec 18 23:17:20.115 INFO O| Dec 18 23:17:20.115 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5453 | 2024-12-18T23:17:21.552Z | [ recovery-image] Dec 18 23:17:20.215 INFO O| Dec 18 23:17:20.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5454 | 2024-12-18T23:17:21.552Z | [ recovery-image] Dec 18 23:17:20.215 INFO O| Dec 18 23:17:20.215 INFO STEP 363 (remove_files) COMPLETE |
5455 | 2024-12-18T23:17:21.552Z | [ recovery-image] Dec 18 23:17:20.215 INFO O| Dec 18 23:17:20.215 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5456 | 2024-12-18T23:17:21.586Z | [ recovery-image] Dec 18 23:17:20.249 INFO O| Dec 18 23:17:20.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5457 | 2024-12-18T23:17:21.586Z | [ recovery-image] Dec 18 23:17:20.249 INFO O| Dec 18 23:17:20.249 INFO STEP 364 (remove_files) COMPLETE |
5458 | 2024-12-18T23:17:21.586Z | [ recovery-image] Dec 18 23:17:20.249 INFO O| Dec 18 23:17:20.249 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5459 | 2024-12-18T23:17:21.621Z | [ recovery-image] Dec 18 23:17:20.284 INFO O| Dec 18 23:17:20.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5460 | 2024-12-18T23:17:21.621Z | [ recovery-image] Dec 18 23:17:20.284 INFO O| Dec 18 23:17:20.284 INFO STEP 365 (remove_files) COMPLETE |
5461 | 2024-12-18T23:17:21.621Z | [ recovery-image] Dec 18 23:17:20.284 INFO O| Dec 18 23:17:20.284 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5462 | 2024-12-18T23:17:21.652Z | [ recovery-image] Dec 18 23:17:20.315 INFO O| Dec 18 23:17:20.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5463 | 2024-12-18T23:17:21.652Z | [ recovery-image] Dec 18 23:17:20.315 INFO O| Dec 18 23:17:20.315 INFO STEP 366 (remove_files) COMPLETE |
5464 | 2024-12-18T23:17:21.652Z | [ recovery-image] Dec 18 23:17:20.315 INFO O| Dec 18 23:17:20.315 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5465 | 2024-12-18T23:17:21.673Z | [ host-image] Dec 18 23:17:20.336 INFO O| Dec 18 23:17:20.336 INFO O| Actions: Completed 22 actions in 0.46 seconds. |
5466 | 2024-12-18T23:17:21.693Z | [ recovery-image] Dec 18 23:17:20.356 INFO O| Dec 18 23:17:20.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5467 | 2024-12-18T23:17:21.693Z | [ recovery-image] Dec 18 23:17:20.356 INFO O| Dec 18 23:17:20.356 INFO STEP 367 (remove_files) COMPLETE |
5468 | 2024-12-18T23:17:21.696Z | [ recovery-image] Dec 18 23:17:20.356 INFO O| Dec 18 23:17:20.356 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5469 | 2024-12-18T23:17:21.749Z | [ recovery-image] Dec 18 23:17:20.413 INFO O| Dec 18 23:17:20.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5470 | 2024-12-18T23:17:21.752Z | [ recovery-image] Dec 18 23:17:20.413 INFO O| Dec 18 23:17:20.413 INFO STEP 368 (remove_files) COMPLETE |
5471 | 2024-12-18T23:17:21.752Z | [ recovery-image] Dec 18 23:17:20.413 INFO O| Dec 18 23:17:20.413 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5472 | 2024-12-18T23:17:21.786Z | [ recovery-image] Dec 18 23:17:20.449 INFO O| Dec 18 23:17:20.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5473 | 2024-12-18T23:17:21.787Z | [ recovery-image] Dec 18 23:17:20.450 INFO O| Dec 18 23:17:20.449 INFO STEP 369 (remove_files) COMPLETE |
5474 | 2024-12-18T23:17:21.789Z | [ recovery-image] Dec 18 23:17:20.450 INFO O| Dec 18 23:17:20.450 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5475 | 2024-12-18T23:17:21.808Z | [ recovery-image] Dec 18 23:17:20.471 INFO O| Dec 18 23:17:20.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5476 | 2024-12-18T23:17:21.811Z | [ recovery-image] Dec 18 23:17:20.472 INFO O| Dec 18 23:17:20.471 INFO STEP 370 (remove_files) COMPLETE |
5477 | 2024-12-18T23:17:21.811Z | [ recovery-image] Dec 18 23:17:20.472 INFO O| Dec 18 23:17:20.472 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5478 | 2024-12-18T23:17:21.829Z | [ recovery-image] Dec 18 23:17:20.492 INFO O| Dec 18 23:17:20.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5479 | 2024-12-18T23:17:21.830Z | [ recovery-image] Dec 18 23:17:20.492 INFO O| Dec 18 23:17:20.492 INFO STEP 371 (remove_files) COMPLETE |
5480 | 2024-12-18T23:17:21.830Z | [ recovery-image] Dec 18 23:17:20.492 INFO O| Dec 18 23:17:20.492 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5481 | 2024-12-18T23:17:21.848Z | [ recovery-image] Dec 18 23:17:20.511 INFO O| Dec 18 23:17:20.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5482 | 2024-12-18T23:17:21.848Z | [ recovery-image] Dec 18 23:17:20.511 INFO O| Dec 18 23:17:20.511 INFO STEP 372 (remove_files) COMPLETE |
5483 | 2024-12-18T23:17:21.848Z | [ recovery-image] Dec 18 23:17:20.511 INFO O| Dec 18 23:17:20.511 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5484 | 2024-12-18T23:17:21.867Z | [ recovery-image] Dec 18 23:17:20.530 INFO O| Dec 18 23:17:20.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5485 | 2024-12-18T23:17:21.867Z | [ recovery-image] Dec 18 23:17:20.530 INFO O| Dec 18 23:17:20.530 INFO STEP 373 (remove_files) COMPLETE |
5486 | 2024-12-18T23:17:21.869Z | [ recovery-image] Dec 18 23:17:20.530 INFO O| Dec 18 23:17:20.530 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5487 | 2024-12-18T23:17:21.887Z | [ recovery-image] Dec 18 23:17:20.549 INFO O| Dec 18 23:17:20.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5488 | 2024-12-18T23:17:21.887Z | [ recovery-image] Dec 18 23:17:20.549 INFO O| Dec 18 23:17:20.549 INFO STEP 374 (remove_files) COMPLETE |
5489 | 2024-12-18T23:17:21.887Z | [ recovery-image] Dec 18 23:17:20.549 INFO O| Dec 18 23:17:20.549 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5490 | 2024-12-18T23:17:21.914Z | [ recovery-image] Dec 18 23:17:20.577 INFO O| Dec 18 23:17:20.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5491 | 2024-12-18T23:17:21.914Z | [ recovery-image] Dec 18 23:17:20.577 INFO O| Dec 18 23:17:20.577 INFO STEP 375 (remove_files) COMPLETE |
5492 | 2024-12-18T23:17:21.914Z | [ recovery-image] Dec 18 23:17:20.577 INFO O| Dec 18 23:17:20.577 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5493 | 2024-12-18T23:17:21.947Z | [ recovery-image] Dec 18 23:17:20.610 INFO O| Dec 18 23:17:20.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5494 | 2024-12-18T23:17:21.947Z | [ recovery-image] Dec 18 23:17:20.610 INFO O| Dec 18 23:17:20.610 INFO STEP 376 (remove_files) COMPLETE |
5495 | 2024-12-18T23:17:21.947Z | [ recovery-image] Dec 18 23:17:20.610 INFO O| Dec 18 23:17:20.610 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5496 | 2024-12-18T23:17:22.016Z | [ recovery-image] Dec 18 23:17:20.679 INFO O| Dec 18 23:17:20.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5497 | 2024-12-18T23:17:22.016Z | [ recovery-image] Dec 18 23:17:20.679 INFO O| Dec 18 23:17:20.679 INFO STEP 377 (remove_files) COMPLETE |
5498 | 2024-12-18T23:17:22.016Z | [ recovery-image] Dec 18 23:17:20.679 INFO O| Dec 18 23:17:20.679 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5499 | 2024-12-18T23:17:22.036Z | [ recovery-image] Dec 18 23:17:20.699 INFO O| Dec 18 23:17:20.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5500 | 2024-12-18T23:17:22.036Z | [ recovery-image] Dec 18 23:17:20.699 INFO O| Dec 18 23:17:20.699 INFO STEP 378 (remove_files) COMPLETE |
5501 | 2024-12-18T23:17:22.036Z | [ recovery-image] Dec 18 23:17:20.699 INFO O| Dec 18 23:17:20.699 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5502 | 2024-12-18T23:17:22.082Z | [ recovery-image] Dec 18 23:17:20.745 INFO O| Dec 18 23:17:20.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5503 | 2024-12-18T23:17:22.082Z | [ recovery-image] Dec 18 23:17:20.745 INFO O| Dec 18 23:17:20.745 INFO STEP 379 (remove_files) COMPLETE |
5504 | 2024-12-18T23:17:22.086Z | [ recovery-image] Dec 18 23:17:20.745 INFO O| Dec 18 23:17:20.745 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5505 | 2024-12-18T23:17:22.123Z | [ host-image] Dec 18 23:17:20.786 INFO O| Dec 18 23:17:20.786 INFO O| Done |
5506 | 2024-12-18T23:17:22.123Z | [ host-image] Dec 18 23:17:20.786 INFO O| Dec 18 23:17:20.786 INFO O| Done |
5507 | 2024-12-18T23:17:22.158Z | [ recovery-image] Dec 18 23:17:20.821 INFO O| Dec 18 23:17:20.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5508 | 2024-12-18T23:17:22.158Z | [ recovery-image] Dec 18 23:17:20.821 INFO O| Dec 18 23:17:20.821 INFO STEP 380 (remove_files) COMPLETE |
5509 | 2024-12-18T23:17:22.158Z | [ recovery-image] Dec 18 23:17:20.821 INFO O| Dec 18 23:17:20.821 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5510 | 2024-12-18T23:17:22.180Z | [ recovery-image] Dec 18 23:17:20.842 INFO O| Dec 18 23:17:20.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5511 | 2024-12-18T23:17:22.180Z | [ recovery-image] Dec 18 23:17:20.843 INFO O| Dec 18 23:17:20.843 INFO STEP 381 (remove_files) COMPLETE |
5512 | 2024-12-18T23:17:22.180Z | [ recovery-image] Dec 18 23:17:20.843 INFO O| Dec 18 23:17:20.843 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5513 | 2024-12-18T23:17:22.200Z | [ recovery-image] Dec 18 23:17:20.863 INFO O| Dec 18 23:17:20.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5514 | 2024-12-18T23:17:22.221Z | [ recovery-image] Dec 18 23:17:20.883 INFO O| Dec 18 23:17:20.883 INFO STEP 382 (remove_files) COMPLETE |
5515 | 2024-12-18T23:17:22.221Z | [ recovery-image] Dec 18 23:17:20.883 INFO O| Dec 18 23:17:20.883 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5516 | 2024-12-18T23:17:22.280Z | [ recovery-image] Dec 18 23:17:20.943 INFO O| Dec 18 23:17:20.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5517 | 2024-12-18T23:17:22.280Z | [ recovery-image] Dec 18 23:17:20.943 INFO O| Dec 18 23:17:20.943 INFO STEP 383 (remove_files) COMPLETE |
5518 | 2024-12-18T23:17:22.280Z | [ recovery-image] Dec 18 23:17:20.943 INFO O| Dec 18 23:17:20.943 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5519 | 2024-12-18T23:17:22.326Z | [ recovery-image] Dec 18 23:17:20.989 INFO O| Dec 18 23:17:20.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5520 | 2024-12-18T23:17:22.326Z | [ recovery-image] Dec 18 23:17:20.989 INFO O| Dec 18 23:17:20.989 INFO STEP 384 (remove_files) COMPLETE |
5521 | 2024-12-18T23:17:22.329Z | [ recovery-image] Dec 18 23:17:20.989 INFO O| Dec 18 23:17:20.989 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5522 | 2024-12-18T23:17:22.375Z | [ recovery-image] Dec 18 23:17:21.037 INFO O| Dec 18 23:17:21.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5523 | 2024-12-18T23:17:22.375Z | [ recovery-image] Dec 18 23:17:21.037 INFO O| Dec 18 23:17:21.037 INFO STEP 385 (remove_files) COMPLETE |
5524 | 2024-12-18T23:17:22.375Z | [ recovery-image] Dec 18 23:17:21.037 INFO O| Dec 18 23:17:21.037 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5525 | 2024-12-18T23:17:22.442Z | [ recovery-image] Dec 18 23:17:21.105 INFO O| Dec 18 23:17:21.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5526 | 2024-12-18T23:17:22.442Z | [ recovery-image] Dec 18 23:17:21.105 INFO O| Dec 18 23:17:21.105 INFO STEP 386 (remove_files) COMPLETE |
5527 | 2024-12-18T23:17:22.445Z | [ recovery-image] Dec 18 23:17:21.105 INFO O| Dec 18 23:17:21.105 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5528 | 2024-12-18T23:17:22.463Z | [ recovery-image] Dec 18 23:17:21.126 INFO O| Dec 18 23:17:21.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5529 | 2024-12-18T23:17:22.466Z | [ recovery-image] Dec 18 23:17:21.126 INFO O| Dec 18 23:17:21.126 INFO STEP 387 (remove_files) COMPLETE |
5530 | 2024-12-18T23:17:22.466Z | [ recovery-image] Dec 18 23:17:21.127 INFO O| Dec 18 23:17:21.126 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5531 | 2024-12-18T23:17:22.486Z | [ recovery-image] Dec 18 23:17:21.147 INFO O| Dec 18 23:17:21.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5532 | 2024-12-18T23:17:22.489Z | [ recovery-image] Dec 18 23:17:21.147 INFO O| Dec 18 23:17:21.147 INFO STEP 388 (remove_files) COMPLETE |
5533 | 2024-12-18T23:17:22.489Z | [ recovery-image] Dec 18 23:17:21.147 INFO O| Dec 18 23:17:21.147 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5534 | 2024-12-18T23:17:22.621Z | [ recovery-image] Dec 18 23:17:21.284 INFO O| Dec 18 23:17:21.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5535 | 2024-12-18T23:17:22.643Z | [ recovery-image] Dec 18 23:17:21.305 INFO O| Dec 18 23:17:21.305 INFO STEP 389 (remove_files) COMPLETE |
5536 | 2024-12-18T23:17:22.643Z | [ recovery-image] Dec 18 23:17:21.305 INFO O| Dec 18 23:17:21.305 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5537 | 2024-12-18T23:17:22.664Z | [ recovery-image] Dec 18 23:17:21.326 INFO O| Dec 18 23:17:21.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5538 | 2024-12-18T23:17:22.664Z | [ recovery-image] Dec 18 23:17:21.326 INFO O| Dec 18 23:17:21.326 INFO STEP 390 (remove_files) COMPLETE |
5539 | 2024-12-18T23:17:22.664Z | [ recovery-image] Dec 18 23:17:21.326 INFO O| Dec 18 23:17:21.326 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5540 | 2024-12-18T23:17:22.697Z | [ recovery-image] Dec 18 23:17:21.360 INFO O| Dec 18 23:17:21.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5541 | 2024-12-18T23:17:22.700Z | [ recovery-image] Dec 18 23:17:21.360 INFO O| Dec 18 23:17:21.360 INFO STEP 391 (remove_files) COMPLETE |
5542 | 2024-12-18T23:17:22.700Z | [ recovery-image] Dec 18 23:17:21.361 INFO O| Dec 18 23:17:21.360 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5543 | 2024-12-18T23:17:22.719Z | [ recovery-image] Dec 18 23:17:21.382 INFO O| Dec 18 23:17:21.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5544 | 2024-12-18T23:17:22.721Z | [ recovery-image] Dec 18 23:17:21.382 INFO O| Dec 18 23:17:21.382 INFO STEP 392 (remove_files) COMPLETE |
5545 | 2024-12-18T23:17:22.721Z | [ recovery-image] Dec 18 23:17:21.382 INFO O| Dec 18 23:17:21.382 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5546 | 2024-12-18T23:17:22.740Z | [ recovery-image] Dec 18 23:17:21.403 INFO O| Dec 18 23:17:21.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5547 | 2024-12-18T23:17:22.740Z | [ recovery-image] Dec 18 23:17:21.403 INFO O| Dec 18 23:17:21.403 INFO STEP 393 (remove_files) COMPLETE |
5548 | 2024-12-18T23:17:22.740Z | [ recovery-image] Dec 18 23:17:21.403 INFO O| Dec 18 23:17:21.403 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5549 | 2024-12-18T23:17:22.796Z | [ recovery-image] Dec 18 23:17:21.459 INFO O| Dec 18 23:17:21.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5550 | 2024-12-18T23:17:22.797Z | [ recovery-image] Dec 18 23:17:21.459 INFO O| Dec 18 23:17:21.459 INFO STEP 394 (remove_files) COMPLETE |
5551 | 2024-12-18T23:17:22.797Z | [ recovery-image] Dec 18 23:17:21.459 INFO O| Dec 18 23:17:21.459 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5552 | 2024-12-18T23:17:22.836Z | [ recovery-image] Dec 18 23:17:21.499 INFO O| Dec 18 23:17:21.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5553 | 2024-12-18T23:17:22.836Z | [ recovery-image] Dec 18 23:17:21.499 INFO O| Dec 18 23:17:21.499 INFO STEP 395 (remove_files) COMPLETE |
5554 | 2024-12-18T23:17:22.836Z | [ recovery-image] Dec 18 23:17:21.499 INFO O| Dec 18 23:17:21.499 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5555 | 2024-12-18T23:17:22.882Z | [ recovery-image] Dec 18 23:17:21.545 INFO O| Dec 18 23:17:21.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5556 | 2024-12-18T23:17:22.882Z | [ recovery-image] Dec 18 23:17:21.545 INFO O| Dec 18 23:17:21.545 INFO STEP 396 (remove_files) COMPLETE |
5557 | 2024-12-18T23:17:22.885Z | [ recovery-image] Dec 18 23:17:21.545 INFO O| Dec 18 23:17:21.545 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5558 | 2024-12-18T23:17:22.926Z | [ recovery-image] Dec 18 23:17:21.589 INFO O| Dec 18 23:17:21.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5559 | 2024-12-18T23:17:22.926Z | [ recovery-image] Dec 18 23:17:21.589 INFO O| Dec 18 23:17:21.589 INFO STEP 397 (remove_files) COMPLETE |
5560 | 2024-12-18T23:17:22.929Z | [ recovery-image] Dec 18 23:17:21.589 INFO O| Dec 18 23:17:21.589 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5561 | 2024-12-18T23:17:22.956Z | [ recovery-image] Dec 18 23:17:21.619 INFO O| Dec 18 23:17:21.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5562 | 2024-12-18T23:17:22.956Z | [ recovery-image] Dec 18 23:17:21.619 INFO O| Dec 18 23:17:21.619 INFO STEP 398 (remove_files) COMPLETE |
5563 | 2024-12-18T23:17:22.956Z | [ recovery-image] Dec 18 23:17:21.619 INFO O| Dec 18 23:17:21.619 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5564 | 2024-12-18T23:17:22.977Z | [ recovery-image] Dec 18 23:17:21.640 INFO O| Dec 18 23:17:21.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5565 | 2024-12-18T23:17:22.977Z | [ recovery-image] Dec 18 23:17:21.640 INFO O| Dec 18 23:17:21.640 INFO STEP 399 (remove_files) COMPLETE |
5566 | 2024-12-18T23:17:22.977Z | [ recovery-image] Dec 18 23:17:21.640 INFO O| Dec 18 23:17:21.640 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5567 | 2024-12-18T23:17:22.997Z | [ recovery-image] Dec 18 23:17:21.660 INFO O| Dec 18 23:17:21.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5568 | 2024-12-18T23:17:22.997Z | [ recovery-image] Dec 18 23:17:21.661 INFO O| Dec 18 23:17:21.660 INFO STEP 400 (remove_files) COMPLETE |
5569 | 2024-12-18T23:17:23.000Z | [ recovery-image] Dec 18 23:17:21.661 INFO O| Dec 18 23:17:21.660 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5570 | 2024-12-18T23:17:23.031Z | [ recovery-image] Dec 18 23:17:21.694 INFO O| Dec 18 23:17:21.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5571 | 2024-12-18T23:17:23.034Z | [ recovery-image] Dec 18 23:17:21.695 INFO O| Dec 18 23:17:21.695 INFO STEP 401 (remove_files) COMPLETE |
5572 | 2024-12-18T23:17:23.034Z | [ recovery-image] Dec 18 23:17:21.695 INFO O| Dec 18 23:17:21.695 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5573 | 2024-12-18T23:17:23.087Z | [ recovery-image] Dec 18 23:17:21.750 INFO O| Dec 18 23:17:21.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5574 | 2024-12-18T23:17:23.087Z | [ recovery-image] Dec 18 23:17:21.750 INFO O| Dec 18 23:17:21.750 INFO STEP 402 (remove_files) COMPLETE |
5575 | 2024-12-18T23:17:23.087Z | [ recovery-image] Dec 18 23:17:21.750 INFO O| Dec 18 23:17:21.750 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5576 | 2024-12-18T23:17:23.109Z | [ recovery-image] Dec 18 23:17:21.772 INFO O| Dec 18 23:17:21.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5577 | 2024-12-18T23:17:23.109Z | [ recovery-image] Dec 18 23:17:21.772 INFO O| Dec 18 23:17:21.772 INFO STEP 403 (remove_files) COMPLETE |
5578 | 2024-12-18T23:17:23.109Z | [ recovery-image] Dec 18 23:17:21.772 INFO O| Dec 18 23:17:21.772 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5579 | 2024-12-18T23:17:23.130Z | [ recovery-image] Dec 18 23:17:21.793 INFO O| Dec 18 23:17:21.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5580 | 2024-12-18T23:17:23.133Z | [ recovery-image] Dec 18 23:17:21.794 INFO O| Dec 18 23:17:21.794 INFO STEP 404 (remove_files) COMPLETE |
5581 | 2024-12-18T23:17:23.133Z | [ recovery-image] Dec 18 23:17:21.794 INFO O| Dec 18 23:17:21.794 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5582 | 2024-12-18T23:17:23.180Z | [ recovery-image] Dec 18 23:17:21.843 INFO O| Dec 18 23:17:21.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5583 | 2024-12-18T23:17:23.181Z | [ recovery-image] Dec 18 23:17:21.844 INFO O| Dec 18 23:17:21.843 INFO STEP 405 (remove_files) COMPLETE |
5584 | 2024-12-18T23:17:23.181Z | [ recovery-image] Dec 18 23:17:21.844 INFO O| Dec 18 23:17:21.844 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5585 | 2024-12-18T23:17:23.201Z | [ recovery-image] Dec 18 23:17:21.864 INFO O| Dec 18 23:17:21.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5586 | 2024-12-18T23:17:23.201Z | [ recovery-image] Dec 18 23:17:21.864 INFO O| Dec 18 23:17:21.864 INFO STEP 406 (remove_files) COMPLETE |
5587 | 2024-12-18T23:17:23.203Z | [ recovery-image] Dec 18 23:17:21.864 INFO O| Dec 18 23:17:21.864 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5588 | 2024-12-18T23:17:23.222Z | [ recovery-image] Dec 18 23:17:21.885 INFO O| Dec 18 23:17:21.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5589 | 2024-12-18T23:17:23.222Z | [ recovery-image] Dec 18 23:17:21.885 INFO O| Dec 18 23:17:21.885 INFO STEP 407 (remove_files) COMPLETE |
5590 | 2024-12-18T23:17:23.225Z | [ recovery-image] Dec 18 23:17:21.885 INFO O| Dec 18 23:17:21.885 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5591 | 2024-12-18T23:17:23.257Z | [ recovery-image] Dec 18 23:17:21.920 INFO O| Dec 18 23:17:21.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5592 | 2024-12-18T23:17:23.257Z | [ recovery-image] Dec 18 23:17:21.920 INFO O| Dec 18 23:17:21.920 INFO STEP 408 (remove_files) COMPLETE |
5593 | 2024-12-18T23:17:23.257Z | [ recovery-image] Dec 18 23:17:21.920 INFO O| Dec 18 23:17:21.920 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5594 | 2024-12-18T23:17:23.280Z | [ recovery-image] Dec 18 23:17:21.943 INFO O| Dec 18 23:17:21.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5595 | 2024-12-18T23:17:23.280Z | [ recovery-image] Dec 18 23:17:21.943 INFO O| Dec 18 23:17:21.943 INFO STEP 409 (remove_files) COMPLETE |
5596 | 2024-12-18T23:17:23.282Z | [ recovery-image] Dec 18 23:17:21.943 INFO O| Dec 18 23:17:21.943 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5597 | 2024-12-18T23:17:23.317Z | [ recovery-image] Dec 18 23:17:21.979 INFO O| Dec 18 23:17:21.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5598 | 2024-12-18T23:17:23.317Z | [ recovery-image] Dec 18 23:17:21.979 INFO O| Dec 18 23:17:21.979 INFO STEP 410 (remove_files) COMPLETE |
5599 | 2024-12-18T23:17:23.317Z | [ recovery-image] Dec 18 23:17:21.979 INFO O| Dec 18 23:17:21.979 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5600 | 2024-12-18T23:17:23.366Z | [ recovery-image] Dec 18 23:17:22.029 INFO O| Dec 18 23:17:22.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5601 | 2024-12-18T23:17:23.366Z | [ recovery-image] Dec 18 23:17:22.029 INFO O| Dec 18 23:17:22.029 INFO STEP 411 (remove_files) COMPLETE |
5602 | 2024-12-18T23:17:23.369Z | [ recovery-image] Dec 18 23:17:22.030 INFO O| Dec 18 23:17:22.029 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5603 | 2024-12-18T23:17:23.388Z | [ recovery-image] Dec 18 23:17:22.051 INFO O| Dec 18 23:17:22.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5604 | 2024-12-18T23:17:23.388Z | [ recovery-image] Dec 18 23:17:22.051 INFO O| Dec 18 23:17:22.051 INFO STEP 412 (remove_files) COMPLETE |
5605 | 2024-12-18T23:17:23.388Z | [ recovery-image] Dec 18 23:17:22.051 INFO O| Dec 18 23:17:22.051 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5606 | 2024-12-18T23:17:23.408Z | [ recovery-image] Dec 18 23:17:22.071 INFO O| Dec 18 23:17:22.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5607 | 2024-12-18T23:17:23.408Z | [ recovery-image] Dec 18 23:17:22.071 INFO O| Dec 18 23:17:22.071 INFO STEP 413 (remove_files) COMPLETE |
5608 | 2024-12-18T23:17:23.408Z | [ recovery-image] Dec 18 23:17:22.072 INFO O| Dec 18 23:17:22.071 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5609 | 2024-12-18T23:17:23.420Z | [ host-image] Dec 18 23:17:22.082 INFO O| Dec 18 23:17:22.082 INFO O| Done |
5610 | 2024-12-18T23:17:23.430Z | [ recovery-image] Dec 18 23:17:22.093 INFO O| Dec 18 23:17:22.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5611 | 2024-12-18T23:17:23.430Z | [ recovery-image] Dec 18 23:17:22.093 INFO O| Dec 18 23:17:22.093 INFO STEP 414 (remove_files) COMPLETE |
5612 | 2024-12-18T23:17:23.432Z | [ recovery-image] Dec 18 23:17:22.093 INFO O| Dec 18 23:17:22.093 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5613 | 2024-12-18T23:17:23.451Z | [ recovery-image] Dec 18 23:17:22.114 INFO O| Dec 18 23:17:22.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5614 | 2024-12-18T23:17:23.451Z | [ recovery-image] Dec 18 23:17:22.114 INFO O| Dec 18 23:17:22.114 INFO STEP 415 (remove_files) COMPLETE |
5615 | 2024-12-18T23:17:23.451Z | [ recovery-image] Dec 18 23:17:22.114 INFO O| Dec 18 23:17:22.114 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5616 | 2024-12-18T23:17:23.473Z | [ recovery-image] Dec 18 23:17:22.135 INFO O| Dec 18 23:17:22.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5617 | 2024-12-18T23:17:23.473Z | [ recovery-image] Dec 18 23:17:22.135 INFO O| Dec 18 23:17:22.135 INFO STEP 416 (remove_files) COMPLETE |
5618 | 2024-12-18T23:17:23.473Z | [ recovery-image] Dec 18 23:17:22.135 INFO O| Dec 18 23:17:22.135 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5619 | 2024-12-18T23:17:23.493Z | [ recovery-image] Dec 18 23:17:22.155 INFO O| Dec 18 23:17:22.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5620 | 2024-12-18T23:17:23.493Z | [ recovery-image] Dec 18 23:17:22.156 INFO O| Dec 18 23:17:22.156 INFO STEP 417 (remove_files) COMPLETE |
5621 | 2024-12-18T23:17:23.493Z | [ recovery-image] Dec 18 23:17:22.156 INFO O| Dec 18 23:17:22.156 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5622 | 2024-12-18T23:17:23.514Z | [ recovery-image] Dec 18 23:17:22.177 INFO O| Dec 18 23:17:22.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5623 | 2024-12-18T23:17:23.514Z | [ recovery-image] Dec 18 23:17:22.177 INFO O| Dec 18 23:17:22.177 INFO STEP 418 (remove_files) COMPLETE |
5624 | 2024-12-18T23:17:23.514Z | [ recovery-image] Dec 18 23:17:22.177 INFO O| Dec 18 23:17:22.177 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5625 | 2024-12-18T23:17:23.535Z | [ recovery-image] Dec 18 23:17:22.198 INFO O| Dec 18 23:17:22.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5626 | 2024-12-18T23:17:23.535Z | [ recovery-image] Dec 18 23:17:22.199 INFO O| Dec 18 23:17:22.198 INFO STEP 419 (remove_files) COMPLETE |
5627 | 2024-12-18T23:17:23.540Z | [ recovery-image] Dec 18 23:17:22.199 INFO O| Dec 18 23:17:22.198 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5628 | 2024-12-18T23:17:23.557Z | [ recovery-image] Dec 18 23:17:22.220 INFO O| Dec 18 23:17:22.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5629 | 2024-12-18T23:17:23.557Z | [ recovery-image] Dec 18 23:17:22.220 INFO O| Dec 18 23:17:22.220 INFO STEP 420 (remove_files) COMPLETE |
5630 | 2024-12-18T23:17:23.557Z | [ recovery-image] Dec 18 23:17:22.220 INFO O| Dec 18 23:17:22.220 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5631 | 2024-12-18T23:17:23.630Z | [ recovery-image] Dec 18 23:17:22.293 INFO O| Dec 18 23:17:22.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5632 | 2024-12-18T23:17:23.630Z | [ recovery-image] Dec 18 23:17:22.293 INFO O| Dec 18 23:17:22.293 INFO STEP 421 (remove_files) COMPLETE |
5633 | 2024-12-18T23:17:23.631Z | [ recovery-image] Dec 18 23:17:22.293 INFO O| Dec 18 23:17:22.293 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5634 | 2024-12-18T23:17:23.653Z | [ recovery-image] Dec 18 23:17:22.316 INFO O| Dec 18 23:17:22.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5635 | 2024-12-18T23:17:23.653Z | [ recovery-image] Dec 18 23:17:22.316 INFO O| Dec 18 23:17:22.316 INFO STEP 422 (remove_files) COMPLETE |
5636 | 2024-12-18T23:17:23.653Z | [ recovery-image] Dec 18 23:17:22.316 INFO O| Dec 18 23:17:22.316 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5637 | 2024-12-18T23:17:23.673Z | [ recovery-image] Dec 18 23:17:22.336 INFO O| Dec 18 23:17:22.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5638 | 2024-12-18T23:17:23.673Z | [ recovery-image] Dec 18 23:17:22.336 INFO O| Dec 18 23:17:22.336 INFO STEP 423 (remove_files) COMPLETE |
5639 | 2024-12-18T23:17:23.673Z | [ recovery-image] Dec 18 23:17:22.336 INFO O| Dec 18 23:17:22.336 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5640 | 2024-12-18T23:17:23.698Z | [ recovery-image] Dec 18 23:17:22.361 INFO O| Dec 18 23:17:22.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5641 | 2024-12-18T23:17:23.698Z | [ recovery-image] Dec 18 23:17:22.362 INFO O| Dec 18 23:17:22.361 INFO STEP 424 (remove_files) COMPLETE |
5642 | 2024-12-18T23:17:23.699Z | [ recovery-image] Dec 18 23:17:22.362 INFO O| Dec 18 23:17:22.361 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5643 | 2024-12-18T23:17:23.736Z | [ recovery-image] Dec 18 23:17:22.399 INFO O| Dec 18 23:17:22.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5644 | 2024-12-18T23:17:23.739Z | [ recovery-image] Dec 18 23:17:22.400 INFO O| Dec 18 23:17:22.400 INFO STEP 425 (remove_files) COMPLETE |
5645 | 2024-12-18T23:17:23.739Z | [ recovery-image] Dec 18 23:17:22.400 INFO O| Dec 18 23:17:22.400 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5646 | 2024-12-18T23:17:23.760Z | [ recovery-image] Dec 18 23:17:22.423 INFO O| Dec 18 23:17:22.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5647 | 2024-12-18T23:17:23.760Z | [ recovery-image] Dec 18 23:17:22.423 INFO O| Dec 18 23:17:22.423 INFO STEP 426 (remove_files) COMPLETE |
5648 | 2024-12-18T23:17:23.763Z | [ recovery-image] Dec 18 23:17:22.423 INFO O| Dec 18 23:17:22.423 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5649 | 2024-12-18T23:17:23.782Z | [ recovery-image] Dec 18 23:17:22.445 INFO O| Dec 18 23:17:22.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5650 | 2024-12-18T23:17:23.803Z | [ recovery-image] Dec 18 23:17:22.466 INFO O| Dec 18 23:17:22.466 INFO STEP 427 (remove_files) COMPLETE |
5651 | 2024-12-18T23:17:23.803Z | [ recovery-image] Dec 18 23:17:22.466 INFO O| Dec 18 23:17:22.466 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5652 | 2024-12-18T23:17:23.826Z | [ recovery-image] Dec 18 23:17:22.489 INFO O| Dec 18 23:17:22.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5653 | 2024-12-18T23:17:23.829Z | [ recovery-image] Dec 18 23:17:22.489 INFO O| Dec 18 23:17:22.489 INFO STEP 428 (remove_files) COMPLETE |
5654 | 2024-12-18T23:17:23.829Z | [ recovery-image] Dec 18 23:17:22.489 INFO O| Dec 18 23:17:22.489 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5655 | 2024-12-18T23:17:23.848Z | [ recovery-image] Dec 18 23:17:22.511 INFO O| Dec 18 23:17:22.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5656 | 2024-12-18T23:17:23.851Z | [ recovery-image] Dec 18 23:17:22.511 INFO O| Dec 18 23:17:22.511 INFO STEP 429 (remove_files) COMPLETE |
5657 | 2024-12-18T23:17:23.851Z | [ recovery-image] Dec 18 23:17:22.511 INFO O| Dec 18 23:17:22.511 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5658 | 2024-12-18T23:17:23.869Z | [ recovery-image] Dec 18 23:17:22.532 INFO O| Dec 18 23:17:22.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5659 | 2024-12-18T23:17:23.869Z | [ recovery-image] Dec 18 23:17:22.532 INFO O| Dec 18 23:17:22.532 INFO STEP 430 (remove_files) COMPLETE |
5660 | 2024-12-18T23:17:23.871Z | [ recovery-image] Dec 18 23:17:22.532 INFO O| Dec 18 23:17:22.532 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5661 | 2024-12-18T23:17:23.888Z | [ recovery-image] Dec 18 23:17:22.551 INFO O| Dec 18 23:17:22.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5662 | 2024-12-18T23:17:23.891Z | [ recovery-image] Dec 18 23:17:22.552 INFO O| Dec 18 23:17:22.552 INFO STEP 431 (remove_files) COMPLETE |
5663 | 2024-12-18T23:17:23.891Z | [ recovery-image] Dec 18 23:17:22.552 INFO O| Dec 18 23:17:22.552 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5664 | 2024-12-18T23:17:23.910Z | [ recovery-image] Dec 18 23:17:22.573 INFO O| Dec 18 23:17:22.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5665 | 2024-12-18T23:17:23.913Z | [ recovery-image] Dec 18 23:17:22.573 INFO O| Dec 18 23:17:22.573 INFO STEP 432 (remove_files) COMPLETE |
5666 | 2024-12-18T23:17:23.913Z | [ recovery-image] Dec 18 23:17:22.573 INFO O| Dec 18 23:17:22.573 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5667 | 2024-12-18T23:17:23.935Z | [ recovery-image] Dec 18 23:17:22.598 INFO O| Dec 18 23:17:22.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5668 | 2024-12-18T23:17:23.935Z | [ recovery-image] Dec 18 23:17:22.598 INFO O| Dec 18 23:17:22.598 INFO STEP 433 (remove_files) COMPLETE |
5669 | 2024-12-18T23:17:23.935Z | [ recovery-image] Dec 18 23:17:22.598 INFO O| Dec 18 23:17:22.598 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5670 | 2024-12-18T23:17:23.955Z | [ recovery-image] Dec 18 23:17:22.618 INFO O| Dec 18 23:17:22.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5671 | 2024-12-18T23:17:23.955Z | [ recovery-image] Dec 18 23:17:22.618 INFO O| Dec 18 23:17:22.618 INFO STEP 434 (remove_files) COMPLETE |
5672 | 2024-12-18T23:17:23.958Z | [ recovery-image] Dec 18 23:17:22.618 INFO O| Dec 18 23:17:22.618 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5673 | 2024-12-18T23:17:23.987Z | [ recovery-image] Dec 18 23:17:22.650 INFO O| Dec 18 23:17:22.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5674 | 2024-12-18T23:17:23.987Z | [ recovery-image] Dec 18 23:17:22.650 INFO O| Dec 18 23:17:22.650 INFO STEP 435 (remove_files) COMPLETE |
5675 | 2024-12-18T23:17:23.987Z | [ recovery-image] Dec 18 23:17:22.650 INFO O| Dec 18 23:17:22.650 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5676 | 2024-12-18T23:17:24.026Z | [ recovery-image] Dec 18 23:17:22.689 INFO O| Dec 18 23:17:22.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5677 | 2024-12-18T23:17:24.027Z | [ recovery-image] Dec 18 23:17:22.689 INFO O| Dec 18 23:17:22.689 INFO STEP 436 (remove_files) COMPLETE |
5678 | 2024-12-18T23:17:24.027Z | [ recovery-image] Dec 18 23:17:22.689 INFO O| Dec 18 23:17:22.689 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5679 | 2024-12-18T23:17:24.052Z | [ recovery-image] Dec 18 23:17:22.715 INFO O| Dec 18 23:17:22.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5680 | 2024-12-18T23:17:24.052Z | [ recovery-image] Dec 18 23:17:22.715 INFO O| Dec 18 23:17:22.715 INFO STEP 437 (remove_files) COMPLETE |
5681 | 2024-12-18T23:17:24.052Z | [ recovery-image] Dec 18 23:17:22.715 INFO O| Dec 18 23:17:22.715 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5682 | 2024-12-18T23:17:24.100Z | [ recovery-image] Dec 18 23:17:22.763 INFO O| Dec 18 23:17:22.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5683 | 2024-12-18T23:17:24.103Z | [ recovery-image] Dec 18 23:17:22.763 INFO O| Dec 18 23:17:22.763 INFO STEP 438 (remove_files) COMPLETE |
5684 | 2024-12-18T23:17:24.103Z | [ recovery-image] Dec 18 23:17:22.763 INFO O| Dec 18 23:17:22.763 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5685 | 2024-12-18T23:17:24.118Z | [ recovery-image] Dec 18 23:17:22.781 INFO O| Dec 18 23:17:22.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5686 | 2024-12-18T23:17:24.118Z | [ recovery-image] Dec 18 23:17:22.781 INFO O| Dec 18 23:17:22.781 INFO STEP 439 (remove_files) COMPLETE |
5687 | 2024-12-18T23:17:24.121Z | [ recovery-image] Dec 18 23:17:22.781 INFO O| Dec 18 23:17:22.781 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5688 | 2024-12-18T23:17:24.138Z | [ recovery-image] Dec 18 23:17:22.800 INFO O| Dec 18 23:17:22.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5689 | 2024-12-18T23:17:24.140Z | [ recovery-image] Dec 18 23:17:22.801 INFO O| Dec 18 23:17:22.800 INFO STEP 440 (remove_files) COMPLETE |
5690 | 2024-12-18T23:17:24.140Z | [ recovery-image] Dec 18 23:17:22.801 INFO O| Dec 18 23:17:22.801 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5691 | 2024-12-18T23:17:24.158Z | [ recovery-image] Dec 18 23:17:22.821 INFO O| Dec 18 23:17:22.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5692 | 2024-12-18T23:17:24.159Z | [ recovery-image] Dec 18 23:17:22.821 INFO O| Dec 18 23:17:22.821 INFO STEP 441 (remove_files) COMPLETE |
5693 | 2024-12-18T23:17:24.159Z | [ recovery-image] Dec 18 23:17:22.821 INFO O| Dec 18 23:17:22.821 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5694 | 2024-12-18T23:17:24.178Z | [ recovery-image] Dec 18 23:17:22.841 INFO O| Dec 18 23:17:22.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5695 | 2024-12-18T23:17:24.180Z | [ recovery-image] Dec 18 23:17:22.841 INFO O| Dec 18 23:17:22.841 INFO STEP 442 (remove_files) COMPLETE |
5696 | 2024-12-18T23:17:24.181Z | [ recovery-image] Dec 18 23:17:22.841 INFO O| Dec 18 23:17:22.841 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5697 | 2024-12-18T23:17:24.198Z | [ recovery-image] Dec 18 23:17:22.861 INFO O| Dec 18 23:17:22.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5698 | 2024-12-18T23:17:24.201Z | [ recovery-image] Dec 18 23:17:22.861 INFO O| Dec 18 23:17:22.861 INFO STEP 443 (remove_files) COMPLETE |
5699 | 2024-12-18T23:17:24.201Z | [ recovery-image] Dec 18 23:17:22.861 INFO O| Dec 18 23:17:22.861 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5700 | 2024-12-18T23:17:24.218Z | [ recovery-image] Dec 18 23:17:22.881 INFO O| Dec 18 23:17:22.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5701 | 2024-12-18T23:17:24.221Z | [ recovery-image] Dec 18 23:17:22.881 INFO O| Dec 18 23:17:22.881 INFO STEP 444 (remove_files) COMPLETE |
5702 | 2024-12-18T23:17:24.221Z | [ recovery-image] Dec 18 23:17:22.881 INFO O| Dec 18 23:17:22.881 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5703 | 2024-12-18T23:17:24.237Z | [ recovery-image] Dec 18 23:17:22.900 INFO O| Dec 18 23:17:22.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5704 | 2024-12-18T23:17:24.237Z | [ recovery-image] Dec 18 23:17:22.901 INFO O| Dec 18 23:17:22.900 INFO STEP 445 (remove_files) COMPLETE |
5705 | 2024-12-18T23:17:24.238Z | [ recovery-image] Dec 18 23:17:22.901 INFO O| Dec 18 23:17:22.901 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5706 | 2024-12-18T23:17:24.257Z | [ recovery-image] Dec 18 23:17:22.920 INFO O| Dec 18 23:17:22.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5707 | 2024-12-18T23:17:24.257Z | [ recovery-image] Dec 18 23:17:22.920 INFO O| Dec 18 23:17:22.920 INFO STEP 446 (remove_files) COMPLETE |
5708 | 2024-12-18T23:17:24.257Z | [ recovery-image] Dec 18 23:17:22.920 INFO O| Dec 18 23:17:22.920 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5709 | 2024-12-18T23:17:24.293Z | [ recovery-image] Dec 18 23:17:22.956 INFO O| Dec 18 23:17:22.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5710 | 2024-12-18T23:17:24.293Z | [ recovery-image] Dec 18 23:17:22.956 INFO O| Dec 18 23:17:22.956 INFO STEP 447 (remove_files) COMPLETE |
5711 | 2024-12-18T23:17:24.293Z | [ recovery-image] Dec 18 23:17:22.956 INFO O| Dec 18 23:17:22.956 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5712 | 2024-12-18T23:17:24.316Z | [ recovery-image] Dec 18 23:17:22.979 INFO O| Dec 18 23:17:22.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5713 | 2024-12-18T23:17:24.316Z | [ recovery-image] Dec 18 23:17:22.979 INFO O| Dec 18 23:17:22.979 INFO STEP 448 (remove_files) COMPLETE |
5714 | 2024-12-18T23:17:24.316Z | [ recovery-image] Dec 18 23:17:22.979 INFO O| Dec 18 23:17:22.979 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5715 | 2024-12-18T23:17:24.338Z | [ recovery-image] Dec 18 23:17:23.001 INFO O| Dec 18 23:17:23.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5716 | 2024-12-18T23:17:24.338Z | [ recovery-image] Dec 18 23:17:23.001 INFO O| Dec 18 23:17:23.001 INFO STEP 449 (remove_files) COMPLETE |
5717 | 2024-12-18T23:17:24.338Z | [ recovery-image] Dec 18 23:17:23.001 INFO O| Dec 18 23:17:23.001 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5718 | 2024-12-18T23:17:24.359Z | [ recovery-image] Dec 18 23:17:23.022 INFO O| Dec 18 23:17:23.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5719 | 2024-12-18T23:17:24.359Z | [ recovery-image] Dec 18 23:17:23.022 INFO O| Dec 18 23:17:23.022 INFO STEP 450 (remove_files) COMPLETE |
5720 | 2024-12-18T23:17:24.359Z | [ recovery-image] Dec 18 23:17:23.022 INFO O| Dec 18 23:17:23.022 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5721 | 2024-12-18T23:17:24.381Z | [ recovery-image] Dec 18 23:17:23.044 INFO O| Dec 18 23:17:23.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5722 | 2024-12-18T23:17:24.381Z | [ recovery-image] Dec 18 23:17:23.044 INFO O| Dec 18 23:17:23.044 INFO STEP 451 (remove_files) COMPLETE |
5723 | 2024-12-18T23:17:24.383Z | [ recovery-image] Dec 18 23:17:23.044 INFO O| Dec 18 23:17:23.044 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5724 | 2024-12-18T23:17:24.402Z | [ recovery-image] Dec 18 23:17:23.065 INFO O| Dec 18 23:17:23.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5725 | 2024-12-18T23:17:24.402Z | [ recovery-image] Dec 18 23:17:23.065 INFO O| Dec 18 23:17:23.065 INFO STEP 452 (remove_files) COMPLETE |
5726 | 2024-12-18T23:17:24.402Z | [ recovery-image] Dec 18 23:17:23.065 INFO O| Dec 18 23:17:23.065 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5727 | 2024-12-18T23:17:24.422Z | [ recovery-image] Dec 18 23:17:23.086 INFO O| Dec 18 23:17:23.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5728 | 2024-12-18T23:17:24.423Z | [ recovery-image] Dec 18 23:17:23.086 INFO O| Dec 18 23:17:23.086 INFO STEP 453 (remove_files) COMPLETE |
5729 | 2024-12-18T23:17:24.423Z | [ recovery-image] Dec 18 23:17:23.086 INFO O| Dec 18 23:17:23.086 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5730 | 2024-12-18T23:17:24.444Z | [ recovery-image] Dec 18 23:17:23.107 INFO O| Dec 18 23:17:23.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5731 | 2024-12-18T23:17:24.444Z | [ recovery-image] Dec 18 23:17:23.107 INFO O| Dec 18 23:17:23.107 INFO STEP 454 (remove_files) COMPLETE |
5732 | 2024-12-18T23:17:24.444Z | [ recovery-image] Dec 18 23:17:23.107 INFO O| Dec 18 23:17:23.107 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5733 | 2024-12-18T23:17:24.464Z | [ recovery-image] Dec 18 23:17:23.127 INFO O| Dec 18 23:17:23.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5734 | 2024-12-18T23:17:24.467Z | [ recovery-image] Dec 18 23:17:23.127 INFO O| Dec 18 23:17:23.127 INFO STEP 455 (remove_files) COMPLETE |
5735 | 2024-12-18T23:17:24.467Z | [ recovery-image] Dec 18 23:17:23.127 INFO O| Dec 18 23:17:23.127 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5736 | 2024-12-18T23:17:24.485Z | [ recovery-image] Dec 18 23:17:23.148 INFO O| Dec 18 23:17:23.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5737 | 2024-12-18T23:17:24.485Z | [ recovery-image] Dec 18 23:17:23.148 INFO O| Dec 18 23:17:23.148 INFO STEP 456 (remove_files) COMPLETE |
5738 | 2024-12-18T23:17:24.488Z | [ recovery-image] Dec 18 23:17:23.148 INFO O| Dec 18 23:17:23.148 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5739 | 2024-12-18T23:17:24.525Z | [ recovery-image] Dec 18 23:17:23.188 INFO O| Dec 18 23:17:23.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5740 | 2024-12-18T23:17:24.525Z | [ recovery-image] Dec 18 23:17:23.188 INFO O| Dec 18 23:17:23.188 INFO STEP 457 (remove_files) COMPLETE |
5741 | 2024-12-18T23:17:24.528Z | [ recovery-image] Dec 18 23:17:23.188 INFO O| Dec 18 23:17:23.188 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5742 | 2024-12-18T23:17:24.573Z | [ recovery-image] Dec 18 23:17:23.235 INFO O| Dec 18 23:17:23.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5743 | 2024-12-18T23:17:24.576Z | [ recovery-image] Dec 18 23:17:23.236 INFO O| Dec 18 23:17:23.236 INFO STEP 458 (remove_files) COMPLETE |
5744 | 2024-12-18T23:17:24.576Z | [ recovery-image] Dec 18 23:17:23.236 INFO O| Dec 18 23:17:23.236 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5745 | 2024-12-18T23:17:24.623Z | [ recovery-image] Dec 18 23:17:23.286 INFO O| Dec 18 23:17:23.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5746 | 2024-12-18T23:17:24.626Z | [ recovery-image] Dec 18 23:17:23.286 INFO O| Dec 18 23:17:23.286 INFO STEP 459 (remove_files) COMPLETE |
5747 | 2024-12-18T23:17:24.626Z | [ recovery-image] Dec 18 23:17:23.286 INFO O| Dec 18 23:17:23.286 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5748 | 2024-12-18T23:17:24.645Z | [ recovery-image] Dec 18 23:17:23.308 INFO O| Dec 18 23:17:23.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5749 | 2024-12-18T23:17:24.648Z | [ recovery-image] Dec 18 23:17:23.308 INFO O| Dec 18 23:17:23.308 INFO STEP 460 (remove_files) COMPLETE |
5750 | 2024-12-18T23:17:24.648Z | [ recovery-image] Dec 18 23:17:23.308 INFO O| Dec 18 23:17:23.308 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5751 | 2024-12-18T23:17:24.683Z | [ recovery-image] Dec 18 23:17:23.346 INFO O| Dec 18 23:17:23.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5752 | 2024-12-18T23:17:24.683Z | [ recovery-image] Dec 18 23:17:23.346 INFO O| Dec 18 23:17:23.346 INFO STEP 461 (remove_files) COMPLETE |
5753 | 2024-12-18T23:17:24.683Z | [ recovery-image] Dec 18 23:17:23.346 INFO O| Dec 18 23:17:23.346 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5754 | 2024-12-18T23:17:24.703Z | [ recovery-image] Dec 18 23:17:23.366 INFO O| Dec 18 23:17:23.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5755 | 2024-12-18T23:17:24.706Z | [ recovery-image] Dec 18 23:17:23.366 INFO O| Dec 18 23:17:23.366 INFO STEP 462 (remove_files) COMPLETE |
5756 | 2024-12-18T23:17:24.706Z | [ recovery-image] Dec 18 23:17:23.367 INFO O| Dec 18 23:17:23.366 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5757 | 2024-12-18T23:17:24.724Z | [ recovery-image] Dec 18 23:17:23.387 INFO O| Dec 18 23:17:23.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5758 | 2024-12-18T23:17:24.727Z | [ recovery-image] Dec 18 23:17:23.388 INFO O| Dec 18 23:17:23.387 INFO STEP 463 (remove_files) COMPLETE |
5759 | 2024-12-18T23:17:24.727Z | [ recovery-image] Dec 18 23:17:23.388 INFO O| Dec 18 23:17:23.388 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5760 | 2024-12-18T23:17:24.746Z | [ recovery-image] Dec 18 23:17:23.409 INFO O| Dec 18 23:17:23.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5761 | 2024-12-18T23:17:24.748Z | [ recovery-image] Dec 18 23:17:23.409 INFO O| Dec 18 23:17:23.409 INFO STEP 464 (remove_files) COMPLETE |
5762 | 2024-12-18T23:17:24.748Z | [ recovery-image] Dec 18 23:17:23.409 INFO O| Dec 18 23:17:23.409 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5763 | 2024-12-18T23:17:24.768Z | [ recovery-image] Dec 18 23:17:23.431 INFO O| Dec 18 23:17:23.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5764 | 2024-12-18T23:17:24.769Z | [ recovery-image] Dec 18 23:17:23.431 INFO O| Dec 18 23:17:23.431 INFO STEP 465 (remove_files) COMPLETE |
5765 | 2024-12-18T23:17:24.769Z | [ recovery-image] Dec 18 23:17:23.432 INFO O| Dec 18 23:17:23.431 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5766 | 2024-12-18T23:17:24.789Z | [ recovery-image] Dec 18 23:17:23.452 INFO O| Dec 18 23:17:23.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5767 | 2024-12-18T23:17:24.789Z | [ recovery-image] Dec 18 23:17:23.452 INFO O| Dec 18 23:17:23.452 INFO STEP 466 (remove_files) COMPLETE |
5768 | 2024-12-18T23:17:24.789Z | [ recovery-image] Dec 18 23:17:23.452 INFO O| Dec 18 23:17:23.452 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5769 | 2024-12-18T23:17:24.809Z | [ recovery-image] Dec 18 23:17:23.472 INFO O| Dec 18 23:17:23.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5770 | 2024-12-18T23:17:24.809Z | [ recovery-image] Dec 18 23:17:23.472 INFO O| Dec 18 23:17:23.472 INFO STEP 467 (remove_files) COMPLETE |
5771 | 2024-12-18T23:17:24.809Z | [ recovery-image] Dec 18 23:17:23.472 INFO O| Dec 18 23:17:23.472 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5772 | 2024-12-18T23:17:24.845Z | [ recovery-image] Dec 18 23:17:23.508 INFO O| Dec 18 23:17:23.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5773 | 2024-12-18T23:17:24.845Z | [ recovery-image] Dec 18 23:17:23.508 INFO O| Dec 18 23:17:23.508 INFO STEP 468 (remove_files) COMPLETE |
5774 | 2024-12-18T23:17:24.845Z | [ recovery-image] Dec 18 23:17:23.508 INFO O| Dec 18 23:17:23.508 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5775 | 2024-12-18T23:17:24.868Z | [ recovery-image] Dec 18 23:17:23.531 INFO O| Dec 18 23:17:23.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5776 | 2024-12-18T23:17:24.868Z | [ recovery-image] Dec 18 23:17:23.531 INFO O| Dec 18 23:17:23.531 INFO STEP 469 (remove_files) COMPLETE |
5777 | 2024-12-18T23:17:24.871Z | [ recovery-image] Dec 18 23:17:23.532 INFO O| Dec 18 23:17:23.531 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5778 | 2024-12-18T23:17:24.890Z | [ recovery-image] Dec 18 23:17:23.553 INFO O| Dec 18 23:17:23.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5779 | 2024-12-18T23:17:24.890Z | [ recovery-image] Dec 18 23:17:23.553 INFO O| Dec 18 23:17:23.553 INFO STEP 470 (remove_files) COMPLETE |
5780 | 2024-12-18T23:17:24.890Z | [ recovery-image] Dec 18 23:17:23.553 INFO O| Dec 18 23:17:23.553 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5781 | 2024-12-18T23:17:24.930Z | [ recovery-image] Dec 18 23:17:23.593 INFO O| Dec 18 23:17:23.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5782 | 2024-12-18T23:17:24.934Z | [ recovery-image] Dec 18 23:17:23.593 INFO O| Dec 18 23:17:23.593 INFO STEP 471 (remove_files) COMPLETE |
5783 | 2024-12-18T23:17:24.934Z | [ recovery-image] Dec 18 23:17:23.593 INFO O| Dec 18 23:17:23.593 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5784 | 2024-12-18T23:17:24.971Z | [ recovery-image] Dec 18 23:17:23.634 INFO O| Dec 18 23:17:23.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5785 | 2024-12-18T23:17:24.971Z | [ recovery-image] Dec 18 23:17:23.634 INFO O| Dec 18 23:17:23.634 INFO STEP 472 (remove_files) COMPLETE |
5786 | 2024-12-18T23:17:24.971Z | [ recovery-image] Dec 18 23:17:23.634 INFO O| Dec 18 23:17:23.634 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5787 | 2024-12-18T23:17:24.991Z | [ recovery-image] Dec 18 23:17:23.654 INFO O| Dec 18 23:17:23.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5788 | 2024-12-18T23:17:25.003Z | [ recovery-image] Dec 18 23:17:23.655 INFO O| Dec 18 23:17:23.654 INFO STEP 473 (remove_files) COMPLETE |
5789 | 2024-12-18T23:17:25.006Z | [ recovery-image] Dec 18 23:17:23.655 INFO O| Dec 18 23:17:23.655 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5790 | 2024-12-18T23:17:25.025Z | [ recovery-image] Dec 18 23:17:23.688 INFO O| Dec 18 23:17:23.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5791 | 2024-12-18T23:17:25.025Z | [ recovery-image] Dec 18 23:17:23.688 INFO O| Dec 18 23:17:23.688 INFO STEP 474 (remove_files) COMPLETE |
5792 | 2024-12-18T23:17:25.028Z | [ recovery-image] Dec 18 23:17:23.688 INFO O| Dec 18 23:17:23.688 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5793 | 2024-12-18T23:17:25.062Z | [ recovery-image] Dec 18 23:17:23.722 INFO O| Dec 18 23:17:23.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5794 | 2024-12-18T23:17:25.062Z | [ recovery-image] Dec 18 23:17:23.722 INFO O| Dec 18 23:17:23.722 INFO STEP 475 (remove_files) COMPLETE |
5795 | 2024-12-18T23:17:25.065Z | [ recovery-image] Dec 18 23:17:23.722 INFO O| Dec 18 23:17:23.722 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5796 | 2024-12-18T23:17:25.098Z | [ recovery-image] Dec 18 23:17:23.761 INFO O| Dec 18 23:17:23.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5797 | 2024-12-18T23:17:25.098Z | [ recovery-image] Dec 18 23:17:23.761 INFO O| Dec 18 23:17:23.761 INFO STEP 476 (remove_files) COMPLETE |
5798 | 2024-12-18T23:17:25.103Z | [ recovery-image] Dec 18 23:17:23.761 INFO O| Dec 18 23:17:23.761 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5799 | 2024-12-18T23:17:25.176Z | [ recovery-image] Dec 18 23:17:23.839 INFO O| Dec 18 23:17:23.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5800 | 2024-12-18T23:17:25.176Z | [ recovery-image] Dec 18 23:17:23.839 INFO O| Dec 18 23:17:23.839 INFO STEP 477 (remove_files) COMPLETE |
5801 | 2024-12-18T23:17:25.176Z | [ recovery-image] Dec 18 23:17:23.839 INFO O| Dec 18 23:17:23.839 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5802 | 2024-12-18T23:17:25.200Z | [ recovery-image] Dec 18 23:17:23.862 INFO O| Dec 18 23:17:23.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5803 | 2024-12-18T23:17:25.200Z | [ recovery-image] Dec 18 23:17:23.863 INFO O| Dec 18 23:17:23.863 INFO STEP 478 (remove_files) COMPLETE |
5804 | 2024-12-18T23:17:25.200Z | [ recovery-image] Dec 18 23:17:23.863 INFO O| Dec 18 23:17:23.863 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5805 | 2024-12-18T23:17:25.237Z | [ recovery-image] Dec 18 23:17:23.900 INFO O| Dec 18 23:17:23.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5806 | 2024-12-18T23:17:25.237Z | [ recovery-image] Dec 18 23:17:23.900 INFO O| Dec 18 23:17:23.900 INFO STEP 479 (remove_files) COMPLETE |
5807 | 2024-12-18T23:17:25.237Z | [ recovery-image] Dec 18 23:17:23.900 INFO O| Dec 18 23:17:23.900 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5808 | 2024-12-18T23:17:25.258Z | [ recovery-image] Dec 18 23:17:23.921 INFO O| Dec 18 23:17:23.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5809 | 2024-12-18T23:17:25.258Z | [ recovery-image] Dec 18 23:17:23.921 INFO O| Dec 18 23:17:23.921 INFO STEP 480 (remove_files) COMPLETE |
5810 | 2024-12-18T23:17:25.260Z | [ recovery-image] Dec 18 23:17:23.921 INFO O| Dec 18 23:17:23.921 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5811 | 2024-12-18T23:17:25.315Z | [ recovery-image] Dec 18 23:17:23.978 INFO O| Dec 18 23:17:23.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5812 | 2024-12-18T23:17:25.315Z | [ recovery-image] Dec 18 23:17:23.978 INFO O| Dec 18 23:17:23.978 INFO STEP 481 (remove_files) COMPLETE |
5813 | 2024-12-18T23:17:25.315Z | [ recovery-image] Dec 18 23:17:23.978 INFO O| Dec 18 23:17:23.978 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5814 | 2024-12-18T23:17:25.353Z | [ recovery-image] Dec 18 23:17:24.016 INFO O| Dec 18 23:17:24.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5815 | 2024-12-18T23:17:25.356Z | [ recovery-image] Dec 18 23:17:24.016 INFO O| Dec 18 23:17:24.016 INFO STEP 482 (remove_files) COMPLETE |
5816 | 2024-12-18T23:17:25.356Z | [ recovery-image] Dec 18 23:17:24.016 INFO O| Dec 18 23:17:24.016 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5817 | 2024-12-18T23:17:25.374Z | [ recovery-image] Dec 18 23:17:24.037 INFO O| Dec 18 23:17:24.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5818 | 2024-12-18T23:17:25.378Z | [ recovery-image] Dec 18 23:17:24.038 INFO O| Dec 18 23:17:24.038 INFO STEP 483 (remove_files) COMPLETE |
5819 | 2024-12-18T23:17:25.378Z | [ recovery-image] Dec 18 23:17:24.038 INFO O| Dec 18 23:17:24.038 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5820 | 2024-12-18T23:17:25.446Z | [ recovery-image] Dec 18 23:17:24.109 INFO O| Dec 18 23:17:24.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5821 | 2024-12-18T23:17:25.446Z | [ recovery-image] Dec 18 23:17:24.109 INFO O| Dec 18 23:17:24.109 INFO STEP 484 (remove_files) COMPLETE |
5822 | 2024-12-18T23:17:25.447Z | [ recovery-image] Dec 18 23:17:24.109 INFO O| Dec 18 23:17:24.109 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5823 | 2024-12-18T23:17:25.471Z | [ recovery-image] Dec 18 23:17:24.134 INFO O| Dec 18 23:17:24.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5824 | 2024-12-18T23:17:25.471Z | [ recovery-image] Dec 18 23:17:24.134 INFO O| Dec 18 23:17:24.134 INFO STEP 485 (remove_files) COMPLETE |
5825 | 2024-12-18T23:17:25.471Z | [ recovery-image] Dec 18 23:17:24.134 INFO O| Dec 18 23:17:24.134 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5826 | 2024-12-18T23:17:25.492Z | [ recovery-image] Dec 18 23:17:24.155 INFO O| Dec 18 23:17:24.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5827 | 2024-12-18T23:17:25.492Z | [ recovery-image] Dec 18 23:17:24.155 INFO O| Dec 18 23:17:24.155 INFO STEP 486 (remove_files) COMPLETE |
5828 | 2024-12-18T23:17:25.495Z | [ recovery-image] Dec 18 23:17:24.155 INFO O| Dec 18 23:17:24.155 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5829 | 2024-12-18T23:17:25.511Z | [ recovery-image] Dec 18 23:17:24.174 INFO O| Dec 18 23:17:24.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5830 | 2024-12-18T23:17:25.513Z | [ recovery-image] Dec 18 23:17:24.174 INFO O| Dec 18 23:17:24.174 INFO STEP 487 (remove_files) COMPLETE |
5831 | 2024-12-18T23:17:25.513Z | [ recovery-image] Dec 18 23:17:24.174 INFO O| Dec 18 23:17:24.174 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5832 | 2024-12-18T23:17:25.531Z | [ recovery-image] Dec 18 23:17:24.194 INFO O| Dec 18 23:17:24.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5833 | 2024-12-18T23:17:25.534Z | [ recovery-image] Dec 18 23:17:24.194 INFO O| Dec 18 23:17:24.194 INFO STEP 488 (remove_files) COMPLETE |
5834 | 2024-12-18T23:17:25.534Z | [ recovery-image] Dec 18 23:17:24.194 INFO O| Dec 18 23:17:24.194 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5835 | 2024-12-18T23:17:25.559Z | [ recovery-image] Dec 18 23:17:24.222 INFO O| Dec 18 23:17:24.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5836 | 2024-12-18T23:17:25.560Z | [ recovery-image] Dec 18 23:17:24.222 INFO O| Dec 18 23:17:24.222 INFO STEP 489 (remove_files) COMPLETE |
5837 | 2024-12-18T23:17:25.560Z | [ recovery-image] Dec 18 23:17:24.222 INFO O| Dec 18 23:17:24.222 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5838 | 2024-12-18T23:17:25.616Z | [ recovery-image] Dec 18 23:17:24.279 INFO O| Dec 18 23:17:24.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5839 | 2024-12-18T23:17:25.616Z | [ recovery-image] Dec 18 23:17:24.279 INFO O| Dec 18 23:17:24.279 INFO STEP 490 (remove_files) COMPLETE |
5840 | 2024-12-18T23:17:25.619Z | [ recovery-image] Dec 18 23:17:24.279 INFO O| Dec 18 23:17:24.279 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5841 | 2024-12-18T23:17:25.638Z | [ recovery-image] Dec 18 23:17:24.301 INFO O| Dec 18 23:17:24.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5842 | 2024-12-18T23:17:25.638Z | [ recovery-image] Dec 18 23:17:24.301 INFO O| Dec 18 23:17:24.301 INFO STEP 491 (remove_files) COMPLETE |
5843 | 2024-12-18T23:17:25.638Z | [ recovery-image] Dec 18 23:17:24.301 INFO O| Dec 18 23:17:24.301 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5844 | 2024-12-18T23:17:25.660Z | [ recovery-image] Dec 18 23:17:24.323 INFO O| Dec 18 23:17:24.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5845 | 2024-12-18T23:17:25.660Z | [ recovery-image] Dec 18 23:17:24.323 INFO O| Dec 18 23:17:24.323 INFO STEP 492 (remove_files) COMPLETE |
5846 | 2024-12-18T23:17:25.663Z | [ recovery-image] Dec 18 23:17:24.323 INFO O| Dec 18 23:17:24.323 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5847 | 2024-12-18T23:17:25.682Z | [ recovery-image] Dec 18 23:17:24.345 INFO O| Dec 18 23:17:24.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5848 | 2024-12-18T23:17:25.682Z | [ recovery-image] Dec 18 23:17:24.345 INFO O| Dec 18 23:17:24.345 INFO STEP 493 (remove_files) COMPLETE |
5849 | 2024-12-18T23:17:25.682Z | [ recovery-image] Dec 18 23:17:24.345 INFO O| Dec 18 23:17:24.345 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5850 | 2024-12-18T23:17:25.727Z | [ recovery-image] Dec 18 23:17:24.390 INFO O| Dec 18 23:17:24.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5851 | 2024-12-18T23:17:25.727Z | [ recovery-image] Dec 18 23:17:24.390 INFO O| Dec 18 23:17:24.390 INFO STEP 494 (remove_files) COMPLETE |
5852 | 2024-12-18T23:17:25.727Z | [ recovery-image] Dec 18 23:17:24.390 INFO O| Dec 18 23:17:24.390 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5853 | 2024-12-18T23:17:25.752Z | [ recovery-image] Dec 18 23:17:24.415 INFO O| Dec 18 23:17:24.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5854 | 2024-12-18T23:17:25.752Z | [ recovery-image] Dec 18 23:17:24.415 INFO O| Dec 18 23:17:24.415 INFO STEP 495 (remove_files) COMPLETE |
5855 | 2024-12-18T23:17:25.754Z | [ recovery-image] Dec 18 23:17:24.415 INFO O| Dec 18 23:17:24.415 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5856 | 2024-12-18T23:17:25.780Z | [ recovery-image] Dec 18 23:17:24.443 INFO O| Dec 18 23:17:24.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5857 | 2024-12-18T23:17:25.780Z | [ recovery-image] Dec 18 23:17:24.443 INFO O| Dec 18 23:17:24.443 INFO STEP 496 (remove_files) COMPLETE |
5858 | 2024-12-18T23:17:25.780Z | [ recovery-image] Dec 18 23:17:24.443 INFO O| Dec 18 23:17:24.443 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5859 | 2024-12-18T23:17:25.816Z | [ recovery-image] Dec 18 23:17:24.479 INFO O| Dec 18 23:17:24.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5860 | 2024-12-18T23:17:25.816Z | [ recovery-image] Dec 18 23:17:24.479 INFO O| Dec 18 23:17:24.479 INFO STEP 497 (remove_files) COMPLETE |
5861 | 2024-12-18T23:17:25.816Z | [ recovery-image] Dec 18 23:17:24.479 INFO O| Dec 18 23:17:24.479 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5862 | 2024-12-18T23:17:25.877Z | [ recovery-image] Dec 18 23:17:24.539 INFO O| Dec 18 23:17:24.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5863 | 2024-12-18T23:17:25.877Z | [ recovery-image] Dec 18 23:17:24.540 INFO O| Dec 18 23:17:24.539 INFO STEP 498 (remove_files) COMPLETE |
5864 | 2024-12-18T23:17:25.877Z | [ recovery-image] Dec 18 23:17:24.540 INFO O| Dec 18 23:17:24.540 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5865 | 2024-12-18T23:17:25.897Z | [ recovery-image] Dec 18 23:17:24.560 INFO O| Dec 18 23:17:24.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5866 | 2024-12-18T23:17:25.897Z | [ recovery-image] Dec 18 23:17:24.560 INFO O| Dec 18 23:17:24.560 INFO STEP 499 (remove_files) COMPLETE |
5867 | 2024-12-18T23:17:25.897Z | [ recovery-image] Dec 18 23:17:24.560 INFO O| Dec 18 23:17:24.560 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5868 | 2024-12-18T23:17:25.918Z | [ recovery-image] Dec 18 23:17:24.581 INFO O| Dec 18 23:17:24.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5869 | 2024-12-18T23:17:25.918Z | [ recovery-image] Dec 18 23:17:24.581 INFO O| Dec 18 23:17:24.581 INFO STEP 500 (remove_files) COMPLETE |
5870 | 2024-12-18T23:17:25.918Z | [ recovery-image] Dec 18 23:17:24.581 INFO O| Dec 18 23:17:24.581 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5871 | 2024-12-18T23:17:25.957Z | [ recovery-image] Dec 18 23:17:24.619 INFO O| Dec 18 23:17:24.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5872 | 2024-12-18T23:17:25.957Z | [ recovery-image] Dec 18 23:17:24.619 INFO O| Dec 18 23:17:24.619 INFO STEP 501 (remove_files) COMPLETE |
5873 | 2024-12-18T23:17:25.957Z | [ recovery-image] Dec 18 23:17:24.619 INFO O| Dec 18 23:17:24.619 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5874 | 2024-12-18T23:17:26.018Z | [ recovery-image] Dec 18 23:17:24.680 INFO O| Dec 18 23:17:24.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5875 | 2024-12-18T23:17:26.020Z | [ recovery-image] Dec 18 23:17:24.681 INFO O| Dec 18 23:17:24.681 INFO STEP 502 (remove_files) COMPLETE |
5876 | 2024-12-18T23:17:26.020Z | [ recovery-image] Dec 18 23:17:24.681 INFO O| Dec 18 23:17:24.681 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5877 | 2024-12-18T23:17:26.039Z | [ recovery-image] Dec 18 23:17:24.702 INFO O| Dec 18 23:17:24.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5878 | 2024-12-18T23:17:26.039Z | [ recovery-image] Dec 18 23:17:24.702 INFO O| Dec 18 23:17:24.702 INFO STEP 503 (remove_files) COMPLETE |
5879 | 2024-12-18T23:17:26.039Z | [ recovery-image] Dec 18 23:17:24.702 INFO O| Dec 18 23:17:24.702 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5880 | 2024-12-18T23:17:26.076Z | [ recovery-image] Dec 18 23:17:24.739 INFO O| Dec 18 23:17:24.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5881 | 2024-12-18T23:17:26.079Z | [ recovery-image] Dec 18 23:17:24.739 INFO O| Dec 18 23:17:24.739 INFO STEP 504 (remove_files) COMPLETE |
5882 | 2024-12-18T23:17:26.079Z | [ recovery-image] Dec 18 23:17:24.739 INFO O| Dec 18 23:17:24.739 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5883 | 2024-12-18T23:17:26.201Z | [ recovery-image] Dec 18 23:17:24.864 INFO O| Dec 18 23:17:24.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5884 | 2024-12-18T23:17:26.201Z | [ recovery-image] Dec 18 23:17:24.864 INFO O| Dec 18 23:17:24.864 INFO STEP 505 (remove_files) COMPLETE |
5885 | 2024-12-18T23:17:26.204Z | [ recovery-image] Dec 18 23:17:24.864 INFO O| Dec 18 23:17:24.864 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5886 | 2024-12-18T23:17:26.221Z | [ host-image] Dec 18 23:17:24.884 INFO O| Dec 18 23:17:24.884 INFO O| Done |
5887 | 2024-12-18T23:17:26.224Z | [ recovery-image] Dec 18 23:17:24.884 INFO O| Dec 18 23:17:24.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5888 | 2024-12-18T23:17:26.244Z | [ recovery-image] Dec 18 23:17:24.907 INFO O| Dec 18 23:17:24.907 INFO STEP 506 (remove_files) COMPLETE |
5889 | 2024-12-18T23:17:26.244Z | [ recovery-image] Dec 18 23:17:24.907 INFO O| Dec 18 23:17:24.907 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5890 | 2024-12-18T23:17:26.276Z | [ recovery-image] Dec 18 23:17:24.939 INFO O| Dec 18 23:17:24.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5891 | 2024-12-18T23:17:26.276Z | [ recovery-image] Dec 18 23:17:24.939 INFO O| Dec 18 23:17:24.939 INFO STEP 507 (remove_files) COMPLETE |
5892 | 2024-12-18T23:17:26.279Z | [ recovery-image] Dec 18 23:17:24.939 INFO O| Dec 18 23:17:24.939 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5893 | 2024-12-18T23:17:26.311Z | [ recovery-image] Dec 18 23:17:24.974 INFO O| Dec 18 23:17:24.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5894 | 2024-12-18T23:17:26.311Z | [ recovery-image] Dec 18 23:17:24.974 INFO O| Dec 18 23:17:24.974 INFO STEP 508 (remove_files) COMPLETE |
5895 | 2024-12-18T23:17:26.312Z | [ recovery-image] Dec 18 23:17:24.974 INFO O| Dec 18 23:17:24.974 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5896 | 2024-12-18T23:17:26.314Z | [ host-image] Dec 18 23:17:24.977 INFO O| Dec 18 23:17:24.977 INFO O| Done |
5897 | 2024-12-18T23:17:26.314Z | [ host-image] Dec 18 23:17:24.977 INFO O| Dec 18 23:17:24.977 INFO O| Done |
5898 | 2024-12-18T23:17:26.337Z | [ host-image] Dec 18 23:17:25.000 INFO O| Dec 18 23:17:25.000 INFO O| Done |
5899 | 2024-12-18T23:17:26.357Z | [ recovery-image] Dec 18 23:17:25.020 INFO O| Dec 18 23:17:25.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5900 | 2024-12-18T23:17:26.360Z | [ recovery-image] Dec 18 23:17:25.021 INFO O| Dec 18 23:17:25.020 INFO STEP 509 (remove_files) COMPLETE |
5901 | 2024-12-18T23:17:26.360Z | [ recovery-image] Dec 18 23:17:25.021 INFO O| Dec 18 23:17:25.021 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5902 | 2024-12-18T23:17:26.393Z | [ recovery-image] Dec 18 23:17:25.055 INFO O| Dec 18 23:17:25.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5903 | 2024-12-18T23:17:26.393Z | [ recovery-image] Dec 18 23:17:25.055 INFO O| Dec 18 23:17:25.055 INFO STEP 510 (remove_files) COMPLETE |
5904 | 2024-12-18T23:17:26.393Z | [ recovery-image] Dec 18 23:17:25.056 INFO O| Dec 18 23:17:25.055 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5905 | 2024-12-18T23:17:26.439Z | [ recovery-image] Dec 18 23:17:25.102 INFO O| Dec 18 23:17:25.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5906 | 2024-12-18T23:17:26.439Z | [ recovery-image] Dec 18 23:17:25.102 INFO O| Dec 18 23:17:25.102 INFO STEP 511 (remove_files) COMPLETE |
5907 | 2024-12-18T23:17:26.442Z | [ recovery-image] Dec 18 23:17:25.103 INFO O| Dec 18 23:17:25.102 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5908 | 2024-12-18T23:17:26.472Z | [ recovery-image] Dec 18 23:17:25.135 INFO O| Dec 18 23:17:25.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5909 | 2024-12-18T23:17:26.475Z | [ recovery-image] Dec 18 23:17:25.135 INFO O| Dec 18 23:17:25.135 INFO STEP 512 (remove_files) COMPLETE |
5910 | 2024-12-18T23:17:26.476Z | [ recovery-image] Dec 18 23:17:25.136 INFO O| Dec 18 23:17:25.135 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5911 | 2024-12-18T23:17:26.494Z | [ recovery-image] Dec 18 23:17:25.157 INFO O| Dec 18 23:17:25.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5912 | 2024-12-18T23:17:26.497Z | [ recovery-image] Dec 18 23:17:25.158 INFO O| Dec 18 23:17:25.157 INFO STEP 513 (remove_files) COMPLETE |
5913 | 2024-12-18T23:17:26.497Z | [ recovery-image] Dec 18 23:17:25.158 INFO O| Dec 18 23:17:25.158 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5914 | 2024-12-18T23:17:26.527Z | [ recovery-image] Dec 18 23:17:25.179 INFO O| Dec 18 23:17:25.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5915 | 2024-12-18T23:17:26.527Z | [ recovery-image] Dec 18 23:17:25.179 INFO O| Dec 18 23:17:25.179 INFO STEP 514 (remove_files) COMPLETE |
5916 | 2024-12-18T23:17:26.527Z | [ recovery-image] Dec 18 23:17:25.180 INFO O| Dec 18 23:17:25.180 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5917 | 2024-12-18T23:17:26.541Z | [ recovery-image] Dec 18 23:17:25.201 INFO O| Dec 18 23:17:25.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5918 | 2024-12-18T23:17:26.541Z | [ recovery-image] Dec 18 23:17:25.203 INFO O| Dec 18 23:17:25.203 INFO STEP 515 (remove_files) COMPLETE |
5919 | 2024-12-18T23:17:26.541Z | [ recovery-image] Dec 18 23:17:25.203 INFO O| Dec 18 23:17:25.203 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5920 | 2024-12-18T23:17:26.546Z | [ host-image] Dec 18 23:17:25.209 INFO O| Dec 18 23:17:25.209 INFO STEP 14 (pkg_install) COMPLETE |
5921 | 2024-12-18T23:17:26.546Z | [ host-image] Dec 18 23:17:25.209 INFO O| Dec 18 23:17:25.209 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5922 | 2024-12-18T23:17:26.549Z | [ host-image] Dec 18 23:17:25.209 INFO O| Dec 18 23:17:25.209 INFO skip step because feature "mfg" is not enabled |
5923 | 2024-12-18T23:17:26.549Z | [ host-image] Dec 18 23:17:25.209 INFO O| Dec 18 23:17:25.209 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5924 | 2024-12-18T23:17:26.549Z | [ host-image] Dec 18 23:17:25.209 INFO O| Dec 18 23:17:25.209 INFO skip step because feature "compliance" is not enabled |
5925 | 2024-12-18T23:17:26.549Z | [ host-image] Dec 18 23:17:25.209 INFO O| Dec 18 23:17:25.209 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5926 | 2024-12-18T23:17:26.549Z | [ host-image] Dec 18 23:17:25.209 INFO O| Dec 18 23:17:25.209 INFO skip step because feature "stress" is not enabled |
5927 | 2024-12-18T23:17:26.549Z | [ host-image] Dec 18 23:17:25.209 INFO O| Dec 18 23:17:25.209 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5928 | 2024-12-18T23:17:26.549Z | [ host-image] Dec 18 23:17:25.209 INFO O| Dec 18 23:17:25.209 INFO skip step because feature "nfs" is not enabled |
5929 | 2024-12-18T23:17:26.549Z | [ host-image] Dec 18 23:17:25.209 INFO O| Dec 18 23:17:25.209 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
5930 | 2024-12-18T23:17:26.549Z | [ host-image] Dec 18 23:17:25.209 INFO O| Dec 18 23:17:25.209 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
5931 | 2024-12-18T23:17:26.644Z | [ host-image] Dec 18 23:17:25.307 INFO O| Dec 18 23:17:25.307 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
5932 | 2024-12-18T23:17:26.680Z | [ recovery-image] Dec 18 23:17:25.343 INFO O| Dec 18 23:17:25.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5933 | 2024-12-18T23:17:26.682Z | [ recovery-image] Dec 18 23:17:25.343 INFO O| Dec 18 23:17:25.343 INFO STEP 516 (remove_files) COMPLETE |
5934 | 2024-12-18T23:17:26.682Z | [ recovery-image] Dec 18 23:17:25.343 INFO O| Dec 18 23:17:25.343 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5935 | 2024-12-18T23:17:26.704Z | [ recovery-image] Dec 18 23:17:25.366 INFO O| Dec 18 23:17:25.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5936 | 2024-12-18T23:17:26.707Z | [ recovery-image] Dec 18 23:17:25.367 INFO O| Dec 18 23:17:25.367 INFO STEP 517 (remove_files) COMPLETE |
5937 | 2024-12-18T23:17:26.707Z | [ recovery-image] Dec 18 23:17:25.367 INFO O| Dec 18 23:17:25.367 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5938 | 2024-12-18T23:17:26.750Z | [ recovery-image] Dec 18 23:17:25.413 INFO O| Dec 18 23:17:25.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5939 | 2024-12-18T23:17:26.753Z | [ recovery-image] Dec 18 23:17:25.413 INFO O| Dec 18 23:17:25.413 INFO STEP 518 (remove_files) COMPLETE |
5940 | 2024-12-18T23:17:26.753Z | [ recovery-image] Dec 18 23:17:25.413 INFO O| Dec 18 23:17:25.413 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5941 | 2024-12-18T23:17:26.774Z | [ host-image] Dec 18 23:17:25.436 INFO O| Dec 18 23:17:25.436 INFO completed processing gimlet/ramdisk-01-os |
5942 | 2024-12-18T23:17:26.777Z | [ host-image] Dec 18 23:17:25.439 INFO omicron1 baseline generation... |
5943 | 2024-12-18T23:17:26.777Z | [ host-image] Dec 18 23:17:25.440 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
5944 | 2024-12-18T23:17:26.791Z | [ recovery-image] Dec 18 23:17:25.454 INFO O| Dec 18 23:17:25.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5945 | 2024-12-18T23:17:26.795Z | [ recovery-image] Dec 18 23:17:25.455 INFO O| Dec 18 23:17:25.455 INFO STEP 519 (remove_files) COMPLETE |
5946 | 2024-12-18T23:17:26.795Z | [ recovery-image] Dec 18 23:17:25.455 INFO O| Dec 18 23:17:25.455 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5947 | 2024-12-18T23:17:26.814Z | [ recovery-image] Dec 18 23:17:25.476 INFO O| Dec 18 23:17:25.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5948 | 2024-12-18T23:17:26.816Z | [ recovery-image] Dec 18 23:17:25.477 INFO O| Dec 18 23:17:25.476 INFO STEP 520 (remove_files) COMPLETE |
5949 | 2024-12-18T23:17:26.816Z | [ recovery-image] Dec 18 23:17:25.477 INFO O| Dec 18 23:17:25.477 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5950 | 2024-12-18T23:17:26.836Z | [ recovery-image] Dec 18 23:17:25.499 INFO O| Dec 18 23:17:25.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5951 | 2024-12-18T23:17:26.871Z | [ recovery-image] Dec 18 23:17:25.534 INFO O| Dec 18 23:17:25.534 INFO STEP 521 (remove_files) COMPLETE |
5952 | 2024-12-18T23:17:26.871Z | [ recovery-image] Dec 18 23:17:25.534 INFO O| Dec 18 23:17:25.534 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5953 | 2024-12-18T23:17:26.912Z | [ recovery-image] Dec 18 23:17:25.575 INFO O| Dec 18 23:17:25.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5954 | 2024-12-18T23:17:26.912Z | [ recovery-image] Dec 18 23:17:25.575 INFO O| Dec 18 23:17:25.575 INFO STEP 522 (remove_files) COMPLETE |
5955 | 2024-12-18T23:17:26.912Z | [ recovery-image] Dec 18 23:17:25.575 INFO O| Dec 18 23:17:25.575 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5956 | 2024-12-18T23:17:26.975Z | [ recovery-image] Dec 18 23:17:25.638 INFO O| Dec 18 23:17:25.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5957 | 2024-12-18T23:17:26.975Z | [ recovery-image] Dec 18 23:17:25.638 INFO O| Dec 18 23:17:25.638 INFO STEP 523 (remove_files) COMPLETE |
5958 | 2024-12-18T23:17:26.975Z | [ recovery-image] Dec 18 23:17:25.638 INFO O| Dec 18 23:17:25.638 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5959 | 2024-12-18T23:17:26.997Z | [ recovery-image] Dec 18 23:17:25.660 INFO O| Dec 18 23:17:25.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5960 | 2024-12-18T23:17:26.997Z | [ recovery-image] Dec 18 23:17:25.660 INFO O| Dec 18 23:17:25.660 INFO STEP 524 (remove_files) COMPLETE |
5961 | 2024-12-18T23:17:26.997Z | [ recovery-image] Dec 18 23:17:25.660 INFO O| Dec 18 23:17:25.660 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5962 | 2024-12-18T23:17:27.023Z | [ recovery-image] Dec 18 23:17:25.685 INFO O| Dec 18 23:17:25.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5963 | 2024-12-18T23:17:27.024Z | [ recovery-image] Dec 18 23:17:25.686 INFO O| Dec 18 23:17:25.686 INFO STEP 525 (remove_files) COMPLETE |
5964 | 2024-12-18T23:17:27.024Z | [ recovery-image] Dec 18 23:17:25.686 INFO O| Dec 18 23:17:25.686 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5965 | 2024-12-18T23:17:27.043Z | [ recovery-image] Dec 18 23:17:25.706 INFO O| Dec 18 23:17:25.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5966 | 2024-12-18T23:17:27.043Z | [ recovery-image] Dec 18 23:17:25.706 INFO O| Dec 18 23:17:25.706 INFO STEP 526 (remove_files) COMPLETE |
5967 | 2024-12-18T23:17:27.043Z | [ recovery-image] Dec 18 23:17:25.706 INFO O| Dec 18 23:17:25.706 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5968 | 2024-12-18T23:17:27.094Z | [ recovery-image] Dec 18 23:17:25.756 INFO O| Dec 18 23:17:25.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5969 | 2024-12-18T23:17:27.094Z | [ recovery-image] Dec 18 23:17:25.756 INFO O| Dec 18 23:17:25.756 INFO STEP 527 (remove_files) COMPLETE |
5970 | 2024-12-18T23:17:27.094Z | [ recovery-image] Dec 18 23:17:25.756 INFO O| Dec 18 23:17:25.756 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5971 | 2024-12-18T23:17:27.132Z | [ recovery-image] Dec 18 23:17:25.794 INFO O| Dec 18 23:17:25.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5972 | 2024-12-18T23:17:27.141Z | [ recovery-image] Dec 18 23:17:25.795 INFO O| Dec 18 23:17:25.795 INFO STEP 528 (remove_files) COMPLETE |
5973 | 2024-12-18T23:17:27.141Z | [ recovery-image] Dec 18 23:17:25.795 INFO O| Dec 18 23:17:25.795 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5974 | 2024-12-18T23:17:27.152Z | [ recovery-image] Dec 18 23:17:25.815 INFO O| Dec 18 23:17:25.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5975 | 2024-12-18T23:17:27.155Z | [ recovery-image] Dec 18 23:17:25.815 INFO O| Dec 18 23:17:25.815 INFO STEP 529 (remove_files) COMPLETE |
5976 | 2024-12-18T23:17:27.155Z | [ recovery-image] Dec 18 23:17:25.816 INFO O| Dec 18 23:17:25.815 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5977 | 2024-12-18T23:17:27.172Z | [ recovery-image] Dec 18 23:17:25.835 INFO O| Dec 18 23:17:25.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5978 | 2024-12-18T23:17:27.172Z | [ recovery-image] Dec 18 23:17:25.835 INFO O| Dec 18 23:17:25.835 INFO STEP 530 (remove_files) COMPLETE |
5979 | 2024-12-18T23:17:27.175Z | [ recovery-image] Dec 18 23:17:25.835 INFO O| Dec 18 23:17:25.835 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5980 | 2024-12-18T23:17:27.204Z | [ recovery-image] Dec 18 23:17:25.867 INFO O| Dec 18 23:17:25.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5981 | 2024-12-18T23:17:27.204Z | [ recovery-image] Dec 18 23:17:25.867 INFO O| Dec 18 23:17:25.867 INFO STEP 531 (remove_files) COMPLETE |
5982 | 2024-12-18T23:17:27.208Z | [ recovery-image] Dec 18 23:17:25.867 INFO O| Dec 18 23:17:25.867 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5983 | 2024-12-18T23:17:27.245Z | [ recovery-image] Dec 18 23:17:25.907 INFO O| Dec 18 23:17:25.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5984 | 2024-12-18T23:17:27.246Z | [ recovery-image] Dec 18 23:17:25.907 INFO O| Dec 18 23:17:25.907 INFO STEP 532 (remove_files) COMPLETE |
5985 | 2024-12-18T23:17:27.246Z | [ recovery-image] Dec 18 23:17:25.907 INFO O| Dec 18 23:17:25.907 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5986 | 2024-12-18T23:17:27.265Z | [ recovery-image] Dec 18 23:17:25.927 INFO O| Dec 18 23:17:25.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5987 | 2024-12-18T23:17:27.267Z | [ recovery-image] Dec 18 23:17:25.928 INFO O| Dec 18 23:17:25.928 INFO STEP 533 (remove_files) COMPLETE |
5988 | 2024-12-18T23:17:27.267Z | [ recovery-image] Dec 18 23:17:25.928 INFO O| Dec 18 23:17:25.928 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5989 | 2024-12-18T23:17:27.285Z | [ recovery-image] Dec 18 23:17:25.948 INFO O| Dec 18 23:17:25.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5990 | 2024-12-18T23:17:27.285Z | [ recovery-image] Dec 18 23:17:25.948 INFO O| Dec 18 23:17:25.948 INFO STEP 534 (remove_files) COMPLETE |
5991 | 2024-12-18T23:17:27.285Z | [ recovery-image] Dec 18 23:17:25.948 INFO O| Dec 18 23:17:25.948 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5992 | 2024-12-18T23:17:27.315Z | [ recovery-image] Dec 18 23:17:25.978 INFO O| Dec 18 23:17:25.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5993 | 2024-12-18T23:17:27.315Z | [ recovery-image] Dec 18 23:17:25.978 INFO O| Dec 18 23:17:25.978 INFO STEP 535 (remove_files) COMPLETE |
5994 | 2024-12-18T23:17:27.316Z | [ recovery-image] Dec 18 23:17:25.978 INFO O| Dec 18 23:17:25.978 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5995 | 2024-12-18T23:17:27.342Z | [ recovery-image] Dec 18 23:17:26.004 INFO O| Dec 18 23:17:26.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5996 | 2024-12-18T23:17:27.345Z | [ recovery-image] Dec 18 23:17:26.005 INFO O| Dec 18 23:17:26.005 INFO STEP 536 (remove_files) COMPLETE |
5997 | 2024-12-18T23:17:27.345Z | [ recovery-image] Dec 18 23:17:26.005 INFO O| Dec 18 23:17:26.005 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5998 | 2024-12-18T23:17:27.374Z | [ recovery-image] Dec 18 23:17:26.036 INFO O| Dec 18 23:17:26.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5999 | 2024-12-18T23:17:27.374Z | [ recovery-image] Dec 18 23:17:26.036 INFO O| Dec 18 23:17:26.036 INFO STEP 537 (remove_files) COMPLETE |
6000 | 2024-12-18T23:17:27.374Z | [ recovery-image] Dec 18 23:17:26.036 INFO O| Dec 18 23:17:26.036 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6001 | 2024-12-18T23:17:27.427Z | [ recovery-image] Dec 18 23:17:26.089 INFO O| Dec 18 23:17:26.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
6002 | 2024-12-18T23:17:27.427Z | [ recovery-image] Dec 18 23:17:26.089 INFO O| Dec 18 23:17:26.089 INFO STEP 538 (remove_files) COMPLETE |
6003 | 2024-12-18T23:17:27.429Z | [ recovery-image] Dec 18 23:17:26.089 INFO O| Dec 18 23:17:26.089 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6004 | 2024-12-18T23:17:27.448Z | [ recovery-image] Dec 18 23:17:26.109 INFO O| Dec 18 23:17:26.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
6005 | 2024-12-18T23:17:27.448Z | [ recovery-image] Dec 18 23:17:26.109 INFO O| Dec 18 23:17:26.109 INFO STEP 539 (remove_files) COMPLETE |
6006 | 2024-12-18T23:17:27.448Z | [ recovery-image] Dec 18 23:17:26.109 INFO O| Dec 18 23:17:26.109 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6007 | 2024-12-18T23:17:27.534Z | [ recovery-image] Dec 18 23:17:26.197 INFO O| Dec 18 23:17:26.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
6008 | 2024-12-18T23:17:27.559Z | [ recovery-image] Dec 18 23:17:26.222 INFO O| Dec 18 23:17:26.222 INFO STEP 540 (remove_files) COMPLETE |
6009 | 2024-12-18T23:17:27.559Z | [ recovery-image] Dec 18 23:17:26.222 INFO O| Dec 18 23:17:26.222 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6010 | 2024-12-18T23:17:27.581Z | [ recovery-image] Dec 18 23:17:26.244 INFO O| Dec 18 23:17:26.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
6011 | 2024-12-18T23:17:27.584Z | [ recovery-image] Dec 18 23:17:26.244 INFO O| Dec 18 23:17:26.244 INFO STEP 541 (remove_files) COMPLETE |
6012 | 2024-12-18T23:17:27.584Z | [ recovery-image] Dec 18 23:17:26.244 INFO O| Dec 18 23:17:26.244 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6013 | 2024-12-18T23:17:27.618Z | [ recovery-image] Dec 18 23:17:26.281 INFO O| Dec 18 23:17:26.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
6014 | 2024-12-18T23:17:27.618Z | [ recovery-image] Dec 18 23:17:26.281 INFO O| Dec 18 23:17:26.281 INFO STEP 542 (remove_files) COMPLETE |
6015 | 2024-12-18T23:17:27.621Z | [ recovery-image] Dec 18 23:17:26.281 INFO O| Dec 18 23:17:26.281 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6016 | 2024-12-18T23:17:27.633Z | [ host-image] Dec 18 23:17:26.295 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23079:20241218T174358Z |
6017 | 2024-12-18T23:17:27.640Z | [ recovery-image] Dec 18 23:17:26.303 INFO O| Dec 18 23:17:26.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
6018 | 2024-12-18T23:17:27.642Z | [ recovery-image] Dec 18 23:17:26.303 INFO O| Dec 18 23:17:26.303 INFO STEP 543 (remove_files) COMPLETE |
6019 | 2024-12-18T23:17:27.642Z | [ recovery-image] Dec 18 23:17:26.303 INFO O| Dec 18 23:17:26.303 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6020 | 2024-12-18T23:17:27.660Z | [ recovery-image] Dec 18 23:17:26.323 INFO O| Dec 18 23:17:26.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
6021 | 2024-12-18T23:17:27.663Z | [ recovery-image] Dec 18 23:17:26.323 INFO O| Dec 18 23:17:26.323 INFO STEP 544 (remove_files) COMPLETE |
6022 | 2024-12-18T23:17:27.663Z | [ recovery-image] Dec 18 23:17:26.324 INFO O| Dec 18 23:17:26.323 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6023 | 2024-12-18T23:17:27.680Z | [ recovery-image] Dec 18 23:17:26.342 INFO O| Dec 18 23:17:26.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
6024 | 2024-12-18T23:17:27.682Z | [ recovery-image] Dec 18 23:17:26.343 INFO O| Dec 18 23:17:26.343 INFO STEP 545 (remove_files) COMPLETE |
6025 | 2024-12-18T23:17:27.682Z | [ recovery-image] Dec 18 23:17:26.343 INFO O| Dec 18 23:17:26.343 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6026 | 2024-12-18T23:17:27.701Z | [ recovery-image] Dec 18 23:17:26.364 INFO O| Dec 18 23:17:26.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
6027 | 2024-12-18T23:17:27.703Z | [ recovery-image] Dec 18 23:17:26.364 INFO O| Dec 18 23:17:26.364 INFO STEP 546 (remove_files) COMPLETE |
6028 | 2024-12-18T23:17:27.703Z | [ recovery-image] Dec 18 23:17:26.364 INFO O| Dec 18 23:17:26.364 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6029 | 2024-12-18T23:17:27.721Z | [ recovery-image] Dec 18 23:17:26.384 INFO O| Dec 18 23:17:26.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
6030 | 2024-12-18T23:17:27.721Z | [ recovery-image] Dec 18 23:17:26.384 INFO O| Dec 18 23:17:26.384 INFO STEP 547 (remove_files) COMPLETE |
6031 | 2024-12-18T23:17:27.723Z | [ recovery-image] Dec 18 23:17:26.384 INFO O| Dec 18 23:17:26.384 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6032 | 2024-12-18T23:17:27.782Z | [ recovery-image] Dec 18 23:17:26.445 INFO O| Dec 18 23:17:26.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
6033 | 2024-12-18T23:17:27.784Z | [ recovery-image] Dec 18 23:17:26.445 INFO O| Dec 18 23:17:26.445 INFO STEP 548 (remove_files) COMPLETE |
6034 | 2024-12-18T23:17:27.785Z | [ recovery-image] Dec 18 23:17:26.445 INFO O| Dec 18 23:17:26.445 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6035 | 2024-12-18T23:17:27.802Z | [ recovery-image] Dec 18 23:17:26.465 INFO O| Dec 18 23:17:26.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
6036 | 2024-12-18T23:17:27.802Z | [ recovery-image] Dec 18 23:17:26.465 INFO O| Dec 18 23:17:26.465 INFO STEP 549 (remove_files) COMPLETE |
6037 | 2024-12-18T23:17:27.802Z | [ recovery-image] Dec 18 23:17:26.465 INFO O| Dec 18 23:17:26.465 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6038 | 2024-12-18T23:17:27.837Z | [ recovery-image] Dec 18 23:17:26.499 INFO O| Dec 18 23:17:26.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
6039 | 2024-12-18T23:17:27.837Z | [ recovery-image] Dec 18 23:17:26.499 INFO O| Dec 18 23:17:26.499 INFO STEP 550 (remove_files) COMPLETE |
6040 | 2024-12-18T23:17:27.837Z | [ recovery-image] Dec 18 23:17:26.499 INFO O| Dec 18 23:17:26.499 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6041 | 2024-12-18T23:17:27.876Z | [ recovery-image] Dec 18 23:17:26.539 INFO O| Dec 18 23:17:26.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
6042 | 2024-12-18T23:17:27.877Z | [ recovery-image] Dec 18 23:17:26.539 INFO O| Dec 18 23:17:26.539 INFO STEP 551 (remove_files) COMPLETE |
6043 | 2024-12-18T23:17:27.877Z | [ recovery-image] Dec 18 23:17:26.539 INFO O| Dec 18 23:17:26.539 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6044 | 2024-12-18T23:17:27.913Z | [ recovery-image] Dec 18 23:17:26.576 INFO O| Dec 18 23:17:26.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
6045 | 2024-12-18T23:17:27.913Z | [ recovery-image] Dec 18 23:17:26.576 INFO O| Dec 18 23:17:26.576 INFO STEP 552 (remove_files) COMPLETE |
6046 | 2024-12-18T23:17:27.913Z | [ recovery-image] Dec 18 23:17:26.576 INFO O| Dec 18 23:17:26.576 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6047 | 2024-12-18T23:17:27.933Z | [ recovery-image] Dec 18 23:17:26.596 INFO O| Dec 18 23:17:26.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
6048 | 2024-12-18T23:17:27.933Z | [ recovery-image] Dec 18 23:17:26.596 INFO O| Dec 18 23:17:26.596 INFO STEP 553 (remove_files) COMPLETE |
6049 | 2024-12-18T23:17:27.933Z | [ recovery-image] Dec 18 23:17:26.596 INFO O| Dec 18 23:17:26.596 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6050 | 2024-12-18T23:17:27.953Z | [ recovery-image] Dec 18 23:17:26.616 INFO O| Dec 18 23:17:26.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
6051 | 2024-12-18T23:17:27.955Z | [ recovery-image] Dec 18 23:17:26.616 INFO O| Dec 18 23:17:26.616 INFO STEP 554 (remove_files) COMPLETE |
6052 | 2024-12-18T23:17:27.955Z | [ recovery-image] Dec 18 23:17:26.616 INFO O| Dec 18 23:17:26.616 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6053 | 2024-12-18T23:17:27.972Z | [ recovery-image] Dec 18 23:17:26.634 INFO O| Dec 18 23:17:26.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
6054 | 2024-12-18T23:17:27.972Z | [ recovery-image] Dec 18 23:17:26.635 INFO O| Dec 18 23:17:26.634 INFO STEP 555 (remove_files) COMPLETE |
6055 | 2024-12-18T23:17:27.974Z | [ recovery-image] Dec 18 23:17:26.635 INFO O| Dec 18 23:17:26.634 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6056 | 2024-12-18T23:17:27.991Z | [ recovery-image] Dec 18 23:17:26.654 INFO O| Dec 18 23:17:26.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
6057 | 2024-12-18T23:17:27.991Z | [ recovery-image] Dec 18 23:17:26.654 INFO O| Dec 18 23:17:26.654 INFO STEP 556 (remove_files) COMPLETE |
6058 | 2024-12-18T23:17:27.991Z | [ recovery-image] Dec 18 23:17:26.654 INFO O| Dec 18 23:17:26.654 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6059 | 2024-12-18T23:17:28.011Z | [ recovery-image] Dec 18 23:17:26.673 INFO O| Dec 18 23:17:26.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
6060 | 2024-12-18T23:17:28.011Z | [ recovery-image] Dec 18 23:17:26.673 INFO O| Dec 18 23:17:26.673 INFO STEP 557 (remove_files) COMPLETE |
6061 | 2024-12-18T23:17:28.014Z | [ recovery-image] Dec 18 23:17:26.673 INFO O| Dec 18 23:17:26.673 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6062 | 2024-12-18T23:17:28.044Z | [ recovery-image] Dec 18 23:17:26.706 INFO O| Dec 18 23:17:26.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6063 | 2024-12-18T23:17:28.044Z | [ recovery-image] Dec 18 23:17:26.706 INFO O| Dec 18 23:17:26.706 INFO STEP 558 (remove_files) COMPLETE |
6064 | 2024-12-18T23:17:28.044Z | [ recovery-image] Dec 18 23:17:26.706 INFO O| Dec 18 23:17:26.706 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6065 | 2024-12-18T23:17:28.112Z | [ recovery-image] Dec 18 23:17:26.775 INFO O| Dec 18 23:17:26.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6066 | 2024-12-18T23:17:28.112Z | [ recovery-image] Dec 18 23:17:26.775 INFO O| Dec 18 23:17:26.775 INFO STEP 559 (remove_files) COMPLETE |
6067 | 2024-12-18T23:17:28.112Z | [ recovery-image] Dec 18 23:17:26.775 INFO O| Dec 18 23:17:26.775 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6068 | 2024-12-18T23:17:28.134Z | [ recovery-image] Dec 18 23:17:26.796 INFO O| Dec 18 23:17:26.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6069 | 2024-12-18T23:17:28.136Z | [ recovery-image] Dec 18 23:17:26.796 INFO O| Dec 18 23:17:26.796 INFO STEP 560 (remove_files) COMPLETE |
6070 | 2024-12-18T23:17:28.136Z | [ recovery-image] Dec 18 23:17:26.796 INFO O| Dec 18 23:17:26.796 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6071 | 2024-12-18T23:17:28.154Z | [ recovery-image] Dec 18 23:17:26.817 INFO O| Dec 18 23:17:26.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6072 | 2024-12-18T23:17:28.157Z | [ recovery-image] Dec 18 23:17:26.817 INFO O| Dec 18 23:17:26.817 INFO STEP 561 (remove_files) COMPLETE |
6073 | 2024-12-18T23:17:28.157Z | [ recovery-image] Dec 18 23:17:26.817 INFO O| Dec 18 23:17:26.817 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6074 | 2024-12-18T23:17:28.250Z | [ recovery-image] Dec 18 23:17:26.913 INFO O| Dec 18 23:17:26.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6075 | 2024-12-18T23:17:28.250Z | [ recovery-image] Dec 18 23:17:26.913 INFO O| Dec 18 23:17:26.913 INFO STEP 562 (remove_files) COMPLETE |
6076 | 2024-12-18T23:17:28.250Z | [ recovery-image] Dec 18 23:17:26.913 INFO O| Dec 18 23:17:26.913 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6077 | 2024-12-18T23:17:28.272Z | [ recovery-image] Dec 18 23:17:26.935 INFO O| Dec 18 23:17:26.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6078 | 2024-12-18T23:17:28.272Z | [ recovery-image] Dec 18 23:17:26.935 INFO O| Dec 18 23:17:26.935 INFO STEP 563 (remove_files) COMPLETE |
6079 | 2024-12-18T23:17:28.273Z | [ recovery-image] Dec 18 23:17:26.935 INFO O| Dec 18 23:17:26.935 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6080 | 2024-12-18T23:17:28.293Z | [ recovery-image] Dec 18 23:17:26.956 INFO O| Dec 18 23:17:26.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6081 | 2024-12-18T23:17:28.293Z | [ recovery-image] Dec 18 23:17:26.956 INFO O| Dec 18 23:17:26.956 INFO STEP 564 (remove_files) COMPLETE |
6082 | 2024-12-18T23:17:28.293Z | [ recovery-image] Dec 18 23:17:26.956 INFO O| Dec 18 23:17:26.956 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6083 | 2024-12-18T23:17:28.321Z | [ recovery-image] Dec 18 23:17:26.984 INFO O| Dec 18 23:17:26.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6084 | 2024-12-18T23:17:28.321Z | [ recovery-image] Dec 18 23:17:26.984 INFO O| Dec 18 23:17:26.984 INFO STEP 565 (remove_files) COMPLETE |
6085 | 2024-12-18T23:17:28.321Z | [ recovery-image] Dec 18 23:17:26.984 INFO O| Dec 18 23:17:26.984 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6086 | 2024-12-18T23:17:28.356Z | [ recovery-image] Dec 18 23:17:27.019 INFO O| Dec 18 23:17:27.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6087 | 2024-12-18T23:17:28.356Z | [ recovery-image] Dec 18 23:17:27.019 INFO O| Dec 18 23:17:27.019 INFO STEP 566 (remove_files) COMPLETE |
6088 | 2024-12-18T23:17:28.356Z | [ recovery-image] Dec 18 23:17:27.019 INFO O| Dec 18 23:17:27.019 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6089 | 2024-12-18T23:17:28.380Z | [ recovery-image] Dec 18 23:17:27.043 INFO O| Dec 18 23:17:27.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6090 | 2024-12-18T23:17:28.383Z | [ recovery-image] Dec 18 23:17:27.043 INFO O| Dec 18 23:17:27.043 INFO STEP 567 (remove_files) COMPLETE |
6091 | 2024-12-18T23:17:28.383Z | [ recovery-image] Dec 18 23:17:27.044 INFO O| Dec 18 23:17:27.044 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6092 | 2024-12-18T23:17:28.405Z | [ recovery-image] Dec 18 23:17:27.068 INFO O| Dec 18 23:17:27.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6093 | 2024-12-18T23:17:28.407Z | [ recovery-image] Dec 18 23:17:27.068 INFO O| Dec 18 23:17:27.068 INFO STEP 568 (remove_files) COMPLETE |
6094 | 2024-12-18T23:17:28.408Z | [ recovery-image] Dec 18 23:17:27.068 INFO O| Dec 18 23:17:27.068 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6095 | 2024-12-18T23:17:28.426Z | [ recovery-image] Dec 18 23:17:27.089 INFO O| Dec 18 23:17:27.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6096 | 2024-12-18T23:17:28.426Z | [ recovery-image] Dec 18 23:17:27.089 INFO O| Dec 18 23:17:27.089 INFO STEP 569 (remove_files) COMPLETE |
6097 | 2024-12-18T23:17:28.429Z | [ recovery-image] Dec 18 23:17:27.089 INFO O| Dec 18 23:17:27.089 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6098 | 2024-12-18T23:17:28.451Z | [ recovery-image] Dec 18 23:17:27.114 INFO O| Dec 18 23:17:27.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6099 | 2024-12-18T23:17:28.454Z | [ recovery-image] Dec 18 23:17:27.114 INFO O| Dec 18 23:17:27.114 INFO STEP 570 (remove_files) COMPLETE |
6100 | 2024-12-18T23:17:28.454Z | [ recovery-image] Dec 18 23:17:27.114 INFO O| Dec 18 23:17:27.114 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6101 | 2024-12-18T23:17:28.485Z | [ recovery-image] Dec 18 23:17:27.137 INFO O| Dec 18 23:17:27.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6102 | 2024-12-18T23:17:28.485Z | [ recovery-image] Dec 18 23:17:27.137 INFO O| Dec 18 23:17:27.137 INFO STEP 571 (remove_files) COMPLETE |
6103 | 2024-12-18T23:17:28.485Z | [ recovery-image] Dec 18 23:17:27.137 INFO O| Dec 18 23:17:27.137 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6104 | 2024-12-18T23:17:28.496Z | [ recovery-image] Dec 18 23:17:27.159 INFO O| Dec 18 23:17:27.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6105 | 2024-12-18T23:17:28.499Z | [ recovery-image] Dec 18 23:17:27.159 INFO O| Dec 18 23:17:27.159 INFO STEP 572 (remove_files) COMPLETE |
6106 | 2024-12-18T23:17:28.499Z | [ recovery-image] Dec 18 23:17:27.159 INFO O| Dec 18 23:17:27.159 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6107 | 2024-12-18T23:17:28.519Z | [ recovery-image] Dec 18 23:17:27.181 INFO O| Dec 18 23:17:27.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6108 | 2024-12-18T23:17:28.521Z | [ recovery-image] Dec 18 23:17:27.182 INFO O| Dec 18 23:17:27.182 INFO STEP 573 (remove_files) COMPLETE |
6109 | 2024-12-18T23:17:28.521Z | [ recovery-image] Dec 18 23:17:27.182 INFO O| Dec 18 23:17:27.182 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6110 | 2024-12-18T23:17:28.558Z | [ recovery-image] Dec 18 23:17:27.221 INFO O| Dec 18 23:17:27.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6111 | 2024-12-18T23:17:28.561Z | [ recovery-image] Dec 18 23:17:27.221 INFO O| Dec 18 23:17:27.221 INFO STEP 574 (remove_files) COMPLETE |
6112 | 2024-12-18T23:17:28.561Z | [ recovery-image] Dec 18 23:17:27.221 INFO O| Dec 18 23:17:27.221 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6113 | 2024-12-18T23:17:28.587Z | [ recovery-image] Dec 18 23:17:27.250 INFO O| Dec 18 23:17:27.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6114 | 2024-12-18T23:17:28.587Z | [ recovery-image] Dec 18 23:17:27.250 INFO O| Dec 18 23:17:27.250 INFO STEP 575 (remove_files) COMPLETE |
6115 | 2024-12-18T23:17:28.587Z | [ recovery-image] Dec 18 23:17:27.250 INFO O| Dec 18 23:17:27.250 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6116 | 2024-12-18T23:17:28.621Z | [ recovery-image] Dec 18 23:17:27.284 INFO O| Dec 18 23:17:27.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6117 | 2024-12-18T23:17:28.621Z | [ recovery-image] Dec 18 23:17:27.284 INFO O| Dec 18 23:17:27.284 INFO STEP 576 (remove_files) COMPLETE |
6118 | 2024-12-18T23:17:28.621Z | [ recovery-image] Dec 18 23:17:27.284 INFO O| Dec 18 23:17:27.284 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6119 | 2024-12-18T23:17:28.658Z | [ recovery-image] Dec 18 23:17:27.320 INFO O| Dec 18 23:17:27.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6120 | 2024-12-18T23:17:28.659Z | [ recovery-image] Dec 18 23:17:27.320 INFO O| Dec 18 23:17:27.320 INFO STEP 577 (remove_files) COMPLETE |
6121 | 2024-12-18T23:17:28.659Z | [ recovery-image] Dec 18 23:17:27.321 INFO O| Dec 18 23:17:27.320 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6122 | 2024-12-18T23:17:28.692Z | [ recovery-image] Dec 18 23:17:27.355 INFO O| Dec 18 23:17:27.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6123 | 2024-12-18T23:17:28.693Z | [ recovery-image] Dec 18 23:17:27.355 INFO O| Dec 18 23:17:27.355 INFO STEP 578 (remove_files) COMPLETE |
6124 | 2024-12-18T23:17:28.693Z | [ recovery-image] Dec 18 23:17:27.355 INFO O| Dec 18 23:17:27.355 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6125 | 2024-12-18T23:17:28.728Z | [ recovery-image] Dec 18 23:17:27.391 INFO O| Dec 18 23:17:27.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6126 | 2024-12-18T23:17:28.728Z | [ recovery-image] Dec 18 23:17:27.391 INFO O| Dec 18 23:17:27.391 INFO STEP 579 (remove_files) COMPLETE |
6127 | 2024-12-18T23:17:28.729Z | [ recovery-image] Dec 18 23:17:27.391 INFO O| Dec 18 23:17:27.391 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2024-12-18T23:17:28.764Z | [ recovery-image] Dec 18 23:17:27.426 INFO O| Dec 18 23:17:27.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6129 | 2024-12-18T23:17:28.764Z | [ recovery-image] Dec 18 23:17:27.426 INFO O| Dec 18 23:17:27.426 INFO STEP 580 (remove_files) COMPLETE |
6130 | 2024-12-18T23:17:28.764Z | [ recovery-image] Dec 18 23:17:27.426 INFO O| Dec 18 23:17:27.426 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6131 | 2024-12-18T23:17:28.802Z | [ recovery-image] Dec 18 23:17:27.465 INFO O| Dec 18 23:17:27.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6132 | 2024-12-18T23:17:28.802Z | [ recovery-image] Dec 18 23:17:27.465 INFO O| Dec 18 23:17:27.465 INFO STEP 581 (remove_files) COMPLETE |
6133 | 2024-12-18T23:17:28.802Z | [ recovery-image] Dec 18 23:17:27.465 INFO O| Dec 18 23:17:27.465 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6134 | 2024-12-18T23:17:28.823Z | [ recovery-image] Dec 18 23:17:27.486 INFO O| Dec 18 23:17:27.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6135 | 2024-12-18T23:17:28.823Z | [ recovery-image] Dec 18 23:17:27.486 INFO O| Dec 18 23:17:27.486 INFO STEP 582 (remove_files) COMPLETE |
6136 | 2024-12-18T23:17:28.823Z | [ recovery-image] Dec 18 23:17:27.486 INFO O| Dec 18 23:17:27.486 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6137 | 2024-12-18T23:17:28.856Z | [ recovery-image] Dec 18 23:17:27.518 INFO O| Dec 18 23:17:27.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6138 | 2024-12-18T23:17:28.859Z | [ recovery-image] Dec 18 23:17:27.518 INFO O| Dec 18 23:17:27.518 INFO STEP 583 (remove_files) COMPLETE |
6139 | 2024-12-18T23:17:28.859Z | [ recovery-image] Dec 18 23:17:27.518 INFO O| Dec 18 23:17:27.518 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6140 | 2024-12-18T23:17:28.877Z | [ recovery-image] Dec 18 23:17:27.539 INFO O| Dec 18 23:17:27.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6141 | 2024-12-18T23:17:28.879Z | [ recovery-image] Dec 18 23:17:27.540 INFO O| Dec 18 23:17:27.539 INFO STEP 584 (remove_files) COMPLETE |
6142 | 2024-12-18T23:17:28.879Z | [ recovery-image] Dec 18 23:17:27.540 INFO O| Dec 18 23:17:27.540 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6143 | 2024-12-18T23:17:28.897Z | [ recovery-image] Dec 18 23:17:27.559 INFO O| Dec 18 23:17:27.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6144 | 2024-12-18T23:17:28.897Z | [ recovery-image] Dec 18 23:17:27.559 INFO O| Dec 18 23:17:27.559 INFO STEP 585 (remove_files) COMPLETE |
6145 | 2024-12-18T23:17:28.899Z | [ recovery-image] Dec 18 23:17:27.559 INFO O| Dec 18 23:17:27.559 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6146 | 2024-12-18T23:17:28.916Z | [ recovery-image] Dec 18 23:17:27.579 INFO O| Dec 18 23:17:27.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6147 | 2024-12-18T23:17:28.916Z | [ recovery-image] Dec 18 23:17:27.579 INFO O| Dec 18 23:17:27.579 INFO STEP 586 (remove_files) COMPLETE |
6148 | 2024-12-18T23:17:28.920Z | [ recovery-image] Dec 18 23:17:27.579 INFO O| Dec 18 23:17:27.579 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6149 | 2024-12-18T23:17:28.936Z | [ recovery-image] Dec 18 23:17:27.599 INFO O| Dec 18 23:17:27.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6150 | 2024-12-18T23:17:28.936Z | [ recovery-image] Dec 18 23:17:27.599 INFO O| Dec 18 23:17:27.599 INFO STEP 587 (remove_files) COMPLETE |
6151 | 2024-12-18T23:17:28.939Z | [ recovery-image] Dec 18 23:17:27.599 INFO O| Dec 18 23:17:27.599 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6152 | 2024-12-18T23:17:28.957Z | [ recovery-image] Dec 18 23:17:27.619 INFO O| Dec 18 23:17:27.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6153 | 2024-12-18T23:17:28.957Z | [ recovery-image] Dec 18 23:17:27.619 INFO O| Dec 18 23:17:27.619 INFO STEP 588 (remove_files) COMPLETE |
6154 | 2024-12-18T23:17:28.957Z | [ recovery-image] Dec 18 23:17:27.619 INFO O| Dec 18 23:17:27.619 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6155 | 2024-12-18T23:17:28.982Z | [ recovery-image] Dec 18 23:17:27.645 INFO O| Dec 18 23:17:27.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6156 | 2024-12-18T23:17:28.982Z | [ recovery-image] Dec 18 23:17:27.645 INFO O| Dec 18 23:17:27.645 INFO STEP 589 (remove_files) COMPLETE |
6157 | 2024-12-18T23:17:28.982Z | [ recovery-image] Dec 18 23:17:27.645 INFO O| Dec 18 23:17:27.645 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6158 | 2024-12-18T23:17:29.011Z | [ recovery-image] Dec 18 23:17:27.674 INFO O| Dec 18 23:17:27.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6159 | 2024-12-18T23:17:29.014Z | [ recovery-image] Dec 18 23:17:27.674 INFO O| Dec 18 23:17:27.674 INFO STEP 590 (remove_files) COMPLETE |
6160 | 2024-12-18T23:17:29.014Z | [ recovery-image] Dec 18 23:17:27.674 INFO O| Dec 18 23:17:27.674 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6161 | 2024-12-18T23:17:29.035Z | [ recovery-image] Dec 18 23:17:27.697 INFO O| Dec 18 23:17:27.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6162 | 2024-12-18T23:17:29.035Z | [ recovery-image] Dec 18 23:17:27.697 INFO O| Dec 18 23:17:27.697 INFO STEP 591 (remove_files) COMPLETE |
6163 | 2024-12-18T23:17:29.038Z | [ recovery-image] Dec 18 23:17:27.697 INFO O| Dec 18 23:17:27.697 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6164 | 2024-12-18T23:17:29.076Z | [ recovery-image] Dec 18 23:17:27.739 INFO O| Dec 18 23:17:27.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6165 | 2024-12-18T23:17:29.077Z | [ recovery-image] Dec 18 23:17:27.739 INFO O| Dec 18 23:17:27.739 INFO STEP 592 (remove_files) COMPLETE |
6166 | 2024-12-18T23:17:29.077Z | [ recovery-image] Dec 18 23:17:27.739 INFO O| Dec 18 23:17:27.739 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6167 | 2024-12-18T23:17:29.099Z | [ recovery-image] Dec 18 23:17:27.762 INFO O| Dec 18 23:17:27.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6168 | 2024-12-18T23:17:29.102Z | [ recovery-image] Dec 18 23:17:27.762 INFO O| Dec 18 23:17:27.762 INFO STEP 593 (remove_files) COMPLETE |
6169 | 2024-12-18T23:17:29.102Z | [ recovery-image] Dec 18 23:17:27.762 INFO O| Dec 18 23:17:27.762 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6170 | 2024-12-18T23:17:29.122Z | [ recovery-image] Dec 18 23:17:27.785 INFO O| Dec 18 23:17:27.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6171 | 2024-12-18T23:17:29.122Z | [ recovery-image] Dec 18 23:17:27.785 INFO O| Dec 18 23:17:27.785 INFO STEP 594 (remove_files) COMPLETE |
6172 | 2024-12-18T23:17:29.125Z | [ recovery-image] Dec 18 23:17:27.785 INFO O| Dec 18 23:17:27.785 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6173 | 2024-12-18T23:17:29.145Z | [ recovery-image] Dec 18 23:17:27.808 INFO O| Dec 18 23:17:27.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6174 | 2024-12-18T23:17:29.145Z | [ recovery-image] Dec 18 23:17:27.808 INFO O| Dec 18 23:17:27.808 INFO STEP 595 (remove_files) COMPLETE |
6175 | 2024-12-18T23:17:29.148Z | [ recovery-image] Dec 18 23:17:27.808 INFO O| Dec 18 23:17:27.808 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6176 | 2024-12-18T23:17:29.185Z | [ recovery-image] Dec 18 23:17:27.848 INFO O| Dec 18 23:17:27.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6177 | 2024-12-18T23:17:29.188Z | [ recovery-image] Dec 18 23:17:27.848 INFO O| Dec 18 23:17:27.848 INFO STEP 596 (remove_files) COMPLETE |
6178 | 2024-12-18T23:17:29.188Z | [ recovery-image] Dec 18 23:17:27.849 INFO O| Dec 18 23:17:27.848 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6179 | 2024-12-18T23:17:29.214Z | [ recovery-image] Dec 18 23:17:27.876 INFO O| Dec 18 23:17:27.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6180 | 2024-12-18T23:17:29.214Z | [ recovery-image] Dec 18 23:17:27.876 INFO O| Dec 18 23:17:27.876 INFO STEP 597 (remove_files) COMPLETE |
6181 | 2024-12-18T23:17:29.217Z | [ recovery-image] Dec 18 23:17:27.877 INFO O| Dec 18 23:17:27.876 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6182 | 2024-12-18T23:17:29.282Z | [ recovery-image] Dec 18 23:17:27.944 INFO O| Dec 18 23:17:27.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6183 | 2024-12-18T23:17:29.282Z | [ recovery-image] Dec 18 23:17:27.944 INFO O| Dec 18 23:17:27.944 INFO STEP 598 (remove_files) COMPLETE |
6184 | 2024-12-18T23:17:29.284Z | [ recovery-image] Dec 18 23:17:27.945 INFO O| Dec 18 23:17:27.944 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6185 | 2024-12-18T23:17:29.304Z | [ recovery-image] Dec 18 23:17:27.966 INFO O| Dec 18 23:17:27.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6186 | 2024-12-18T23:17:29.304Z | [ recovery-image] Dec 18 23:17:27.966 INFO O| Dec 18 23:17:27.966 INFO STEP 599 (remove_files) COMPLETE |
6187 | 2024-12-18T23:17:29.304Z | [ recovery-image] Dec 18 23:17:27.966 INFO O| Dec 18 23:17:27.966 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6188 | 2024-12-18T23:17:29.323Z | [ recovery-image] Dec 18 23:17:27.986 INFO O| Dec 18 23:17:27.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6189 | 2024-12-18T23:17:29.323Z | [ recovery-image] Dec 18 23:17:27.986 INFO O| Dec 18 23:17:27.986 INFO STEP 600 (remove_files) COMPLETE |
6190 | 2024-12-18T23:17:29.323Z | [ recovery-image] Dec 18 23:17:27.986 INFO O| Dec 18 23:17:27.986 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6191 | 2024-12-18T23:17:29.381Z | [ recovery-image] Dec 18 23:17:28.043 INFO O| Dec 18 23:17:28.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6192 | 2024-12-18T23:17:29.381Z | [ recovery-image] Dec 18 23:17:28.044 INFO O| Dec 18 23:17:28.044 INFO STEP 601 (remove_files) COMPLETE |
6193 | 2024-12-18T23:17:29.381Z | [ recovery-image] Dec 18 23:17:28.044 INFO O| Dec 18 23:17:28.044 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6194 | 2024-12-18T23:17:29.418Z | [ recovery-image] Dec 18 23:17:28.080 INFO O| Dec 18 23:17:28.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6195 | 2024-12-18T23:17:29.418Z | [ recovery-image] Dec 18 23:17:28.080 INFO O| Dec 18 23:17:28.080 INFO STEP 602 (remove_files) COMPLETE |
6196 | 2024-12-18T23:17:29.420Z | [ recovery-image] Dec 18 23:17:28.080 INFO O| Dec 18 23:17:28.080 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6197 | 2024-12-18T23:17:29.479Z | [ recovery-image] Dec 18 23:17:28.140 INFO O| Dec 18 23:17:28.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6198 | 2024-12-18T23:17:29.479Z | [ recovery-image] Dec 18 23:17:28.141 INFO O| Dec 18 23:17:28.141 INFO STEP 603 (remove_files) COMPLETE |
6199 | 2024-12-18T23:17:29.479Z | [ recovery-image] Dec 18 23:17:28.141 INFO O| Dec 18 23:17:28.141 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6200 | 2024-12-18T23:17:29.525Z | [ recovery-image] Dec 18 23:17:28.180 INFO O| Dec 18 23:17:28.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6201 | 2024-12-18T23:17:29.525Z | [ recovery-image] Dec 18 23:17:28.180 INFO O| Dec 18 23:17:28.180 INFO STEP 604 (remove_files) COMPLETE |
6202 | 2024-12-18T23:17:29.526Z | [ recovery-image] Dec 18 23:17:28.180 INFO O| Dec 18 23:17:28.180 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6203 | 2024-12-18T23:17:29.544Z | [ recovery-image] Dec 18 23:17:28.203 INFO O| Dec 18 23:17:28.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6204 | 2024-12-18T23:17:29.544Z | [ recovery-image] Dec 18 23:17:28.203 INFO O| Dec 18 23:17:28.203 INFO STEP 605 (remove_files) COMPLETE |
6205 | 2024-12-18T23:17:29.544Z | [ recovery-image] Dec 18 23:17:28.203 INFO O| Dec 18 23:17:28.203 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6206 | 2024-12-18T23:17:29.561Z | [ recovery-image] Dec 18 23:17:28.224 INFO O| Dec 18 23:17:28.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6207 | 2024-12-18T23:17:29.561Z | [ recovery-image] Dec 18 23:17:28.224 INFO O| Dec 18 23:17:28.224 INFO STEP 606 (remove_files) COMPLETE |
6208 | 2024-12-18T23:17:29.561Z | [ recovery-image] Dec 18 23:17:28.224 INFO O| Dec 18 23:17:28.224 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6209 | 2024-12-18T23:17:29.582Z | [ recovery-image] Dec 18 23:17:28.244 INFO O| Dec 18 23:17:28.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6210 | 2024-12-18T23:17:29.582Z | [ recovery-image] Dec 18 23:17:28.244 INFO O| Dec 18 23:17:28.244 INFO STEP 607 (remove_files) COMPLETE |
6211 | 2024-12-18T23:17:29.582Z | [ recovery-image] Dec 18 23:17:28.244 INFO O| Dec 18 23:17:28.244 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6212 | 2024-12-18T23:17:29.605Z | [ recovery-image] Dec 18 23:17:28.268 INFO O| Dec 18 23:17:28.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6213 | 2024-12-18T23:17:29.608Z | [ recovery-image] Dec 18 23:17:28.268 INFO O| Dec 18 23:17:28.268 INFO STEP 608 (remove_files) COMPLETE |
6214 | 2024-12-18T23:17:29.608Z | [ recovery-image] Dec 18 23:17:28.269 INFO O| Dec 18 23:17:28.268 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6215 | 2024-12-18T23:17:29.639Z | [ recovery-image] Dec 18 23:17:28.301 INFO O| Dec 18 23:17:28.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6216 | 2024-12-18T23:17:29.641Z | [ recovery-image] Dec 18 23:17:28.301 INFO O| Dec 18 23:17:28.301 INFO STEP 609 (remove_files) COMPLETE |
6217 | 2024-12-18T23:17:29.641Z | [ recovery-image] Dec 18 23:17:28.301 INFO O| Dec 18 23:17:28.301 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6218 | 2024-12-18T23:17:29.659Z | [ recovery-image] Dec 18 23:17:28.322 INFO O| Dec 18 23:17:28.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6219 | 2024-12-18T23:17:29.659Z | [ recovery-image] Dec 18 23:17:28.322 INFO O| Dec 18 23:17:28.322 INFO STEP 610 (remove_files) COMPLETE |
6220 | 2024-12-18T23:17:29.659Z | [ recovery-image] Dec 18 23:17:28.322 INFO O| Dec 18 23:17:28.322 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2024-12-18T23:17:29.700Z | [ recovery-image] Dec 18 23:17:28.363 INFO O| Dec 18 23:17:28.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6222 | 2024-12-18T23:17:29.700Z | [ recovery-image] Dec 18 23:17:28.363 INFO O| Dec 18 23:17:28.363 INFO STEP 611 (remove_files) COMPLETE |
6223 | 2024-12-18T23:17:29.700Z | [ recovery-image] Dec 18 23:17:28.363 INFO O| Dec 18 23:17:28.363 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6224 | 2024-12-18T23:17:29.723Z | [ recovery-image] Dec 18 23:17:28.385 INFO O| Dec 18 23:17:28.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6225 | 2024-12-18T23:17:29.723Z | [ recovery-image] Dec 18 23:17:28.385 INFO O| Dec 18 23:17:28.385 INFO STEP 612 (remove_files) COMPLETE |
6226 | 2024-12-18T23:17:29.723Z | [ recovery-image] Dec 18 23:17:28.385 INFO O| Dec 18 23:17:28.385 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6227 | 2024-12-18T23:17:29.743Z | [ recovery-image] Dec 18 23:17:28.406 INFO O| Dec 18 23:17:28.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6228 | 2024-12-18T23:17:29.743Z | [ recovery-image] Dec 18 23:17:28.406 INFO O| Dec 18 23:17:28.406 INFO STEP 613 (remove_files) COMPLETE |
6229 | 2024-12-18T23:17:29.743Z | [ recovery-image] Dec 18 23:17:28.406 INFO O| Dec 18 23:17:28.406 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6230 | 2024-12-18T23:17:29.763Z | [ recovery-image] Dec 18 23:17:28.426 INFO O| Dec 18 23:17:28.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6231 | 2024-12-18T23:17:29.763Z | [ recovery-image] Dec 18 23:17:28.426 INFO O| Dec 18 23:17:28.426 INFO STEP 614 (remove_files) COMPLETE |
6232 | 2024-12-18T23:17:29.763Z | [ recovery-image] Dec 18 23:17:28.426 INFO O| Dec 18 23:17:28.426 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2024-12-18T23:17:29.802Z | [ recovery-image] Dec 18 23:17:28.465 INFO O| Dec 18 23:17:28.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6234 | 2024-12-18T23:17:29.805Z | [ recovery-image] Dec 18 23:17:28.465 INFO O| Dec 18 23:17:28.465 INFO STEP 615 (remove_files) COMPLETE |
6235 | 2024-12-18T23:17:29.805Z | [ recovery-image] Dec 18 23:17:28.465 INFO O| Dec 18 23:17:28.465 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6236 | 2024-12-18T23:17:29.870Z | [ recovery-image] Dec 18 23:17:28.532 INFO O| Dec 18 23:17:28.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6237 | 2024-12-18T23:17:29.870Z | [ recovery-image] Dec 18 23:17:28.532 INFO O| Dec 18 23:17:28.532 INFO STEP 616 (remove_files) COMPLETE |
6238 | 2024-12-18T23:17:29.870Z | [ recovery-image] Dec 18 23:17:28.532 INFO O| Dec 18 23:17:28.532 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6239 | 2024-12-18T23:17:29.958Z | [ recovery-image] Dec 18 23:17:28.612 INFO O| Dec 18 23:17:28.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6240 | 2024-12-18T23:17:29.958Z | [ recovery-image] Dec 18 23:17:28.613 INFO O| Dec 18 23:17:28.613 INFO STEP 617 (remove_files) COMPLETE |
6241 | 2024-12-18T23:17:29.958Z | [ recovery-image] Dec 18 23:17:28.613 INFO O| Dec 18 23:17:28.613 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2024-12-18T23:17:29.972Z | [ recovery-image] Dec 18 23:17:28.634 INFO O| Dec 18 23:17:28.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6243 | 2024-12-18T23:17:29.972Z | [ recovery-image] Dec 18 23:17:28.634 INFO O| Dec 18 23:17:28.634 INFO STEP 618 (remove_files) COMPLETE |
6244 | 2024-12-18T23:17:29.972Z | [ recovery-image] Dec 18 23:17:28.634 INFO O| Dec 18 23:17:28.634 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6245 | 2024-12-18T23:17:29.991Z | [ recovery-image] Dec 18 23:17:28.653 INFO O| Dec 18 23:17:28.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6246 | 2024-12-18T23:17:29.991Z | [ recovery-image] Dec 18 23:17:28.653 INFO O| Dec 18 23:17:28.653 INFO STEP 619 (remove_files) COMPLETE |
6247 | 2024-12-18T23:17:29.992Z | [ recovery-image] Dec 18 23:17:28.653 INFO O| Dec 18 23:17:28.653 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6248 | 2024-12-18T23:17:30.017Z | [ recovery-image] Dec 18 23:17:28.677 INFO O| Dec 18 23:17:28.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6249 | 2024-12-18T23:17:30.017Z | [ recovery-image] Dec 18 23:17:28.677 INFO O| Dec 18 23:17:28.677 INFO STEP 620 (remove_files) COMPLETE |
6250 | 2024-12-18T23:17:30.023Z | [ recovery-image] Dec 18 23:17:28.677 INFO O| Dec 18 23:17:28.677 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6251 | 2024-12-18T23:17:30.054Z | [ recovery-image] Dec 18 23:17:28.717 INFO O| Dec 18 23:17:28.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6252 | 2024-12-18T23:17:30.054Z | [ recovery-image] Dec 18 23:17:28.717 INFO O| Dec 18 23:17:28.717 INFO STEP 621 (remove_files) COMPLETE |
6253 | 2024-12-18T23:17:30.054Z | [ recovery-image] Dec 18 23:17:28.717 INFO O| Dec 18 23:17:28.717 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6254 | 2024-12-18T23:17:30.082Z | [ recovery-image] Dec 18 23:17:28.745 INFO O| Dec 18 23:17:28.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6255 | 2024-12-18T23:17:30.082Z | [ recovery-image] Dec 18 23:17:28.745 INFO O| Dec 18 23:17:28.745 INFO STEP 622 (remove_files) COMPLETE |
6256 | 2024-12-18T23:17:30.085Z | [ recovery-image] Dec 18 23:17:28.745 INFO O| Dec 18 23:17:28.745 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6257 | 2024-12-18T23:17:30.117Z | [ recovery-image] Dec 18 23:17:28.780 INFO O| Dec 18 23:17:28.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6258 | 2024-12-18T23:17:30.118Z | [ recovery-image] Dec 18 23:17:28.780 INFO O| Dec 18 23:17:28.780 INFO STEP 623 (remove_files) COMPLETE |
6259 | 2024-12-18T23:17:30.118Z | [ recovery-image] Dec 18 23:17:28.780 INFO O| Dec 18 23:17:28.780 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6260 | 2024-12-18T23:17:30.162Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
6261 | 2024-12-18T23:17:30.182Z | [ recovery-image] Dec 18 23:17:28.834 INFO O| Dec 18 23:17:28.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6262 | 2024-12-18T23:17:30.185Z | [ recovery-image] Dec 18 23:17:28.835 INFO O| Dec 18 23:17:28.835 INFO STEP 624 (remove_files) COMPLETE |
6263 | 2024-12-18T23:17:30.185Z | [ recovery-image] Dec 18 23:17:28.835 INFO O| Dec 18 23:17:28.835 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6264 | 2024-12-18T23:17:30.193Z | [ recovery-image] Dec 18 23:17:28.856 INFO O| Dec 18 23:17:28.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6265 | 2024-12-18T23:17:30.193Z | [ recovery-image] Dec 18 23:17:28.856 INFO O| Dec 18 23:17:28.856 INFO STEP 625 (remove_files) COMPLETE |
6266 | 2024-12-18T23:17:30.195Z | [ recovery-image] Dec 18 23:17:28.856 INFO O| Dec 18 23:17:28.856 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6267 | 2024-12-18T23:17:30.232Z | [ recovery-image] Dec 18 23:17:28.895 INFO O| Dec 18 23:17:28.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6268 | 2024-12-18T23:17:30.232Z | [ recovery-image] Dec 18 23:17:28.895 INFO O| Dec 18 23:17:28.895 INFO STEP 626 (remove_files) COMPLETE |
6269 | 2024-12-18T23:17:30.235Z | [ recovery-image] Dec 18 23:17:28.895 INFO O| Dec 18 23:17:28.895 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6270 | 2024-12-18T23:17:30.251Z | [ recovery-image] Dec 18 23:17:28.914 INFO O| Dec 18 23:17:28.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6271 | 2024-12-18T23:17:30.252Z | [ recovery-image] Dec 18 23:17:28.914 INFO O| Dec 18 23:17:28.914 INFO STEP 627 (remove_files) COMPLETE |
6272 | 2024-12-18T23:17:30.252Z | [ recovery-image] Dec 18 23:17:28.914 INFO O| Dec 18 23:17:28.914 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6273 | 2024-12-18T23:17:30.269Z | [ recovery-image] Dec 18 23:17:28.931 INFO O| Dec 18 23:17:28.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6274 | 2024-12-18T23:17:30.269Z | [ recovery-image] Dec 18 23:17:28.932 INFO O| Dec 18 23:17:28.931 INFO STEP 628 (remove_files) COMPLETE |
6275 | 2024-12-18T23:17:30.269Z | [ recovery-image] Dec 18 23:17:28.932 INFO O| Dec 18 23:17:28.931 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6276 | 2024-12-18T23:17:30.288Z | [ recovery-image] Dec 18 23:17:28.950 INFO O| Dec 18 23:17:28.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6277 | 2024-12-18T23:17:30.288Z | [ recovery-image] Dec 18 23:17:28.950 INFO O| Dec 18 23:17:28.950 INFO STEP 629 (remove_files) COMPLETE |
6278 | 2024-12-18T23:17:30.290Z | [ recovery-image] Dec 18 23:17:28.950 INFO O| Dec 18 23:17:28.950 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6279 | 2024-12-18T23:17:30.306Z | [ recovery-image] Dec 18 23:17:28.969 INFO O| Dec 18 23:17:28.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6280 | 2024-12-18T23:17:30.309Z | [ recovery-image] Dec 18 23:17:28.969 INFO O| Dec 18 23:17:28.969 INFO STEP 630 (remove_files) COMPLETE |
6281 | 2024-12-18T23:17:30.309Z | [ recovery-image] Dec 18 23:17:28.969 INFO O| Dec 18 23:17:28.969 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6282 | 2024-12-18T23:17:30.347Z | [ recovery-image] Dec 18 23:17:29.010 INFO O| Dec 18 23:17:29.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6283 | 2024-12-18T23:17:30.347Z | [ recovery-image] Dec 18 23:17:29.010 INFO O| Dec 18 23:17:29.010 INFO STEP 631 (remove_files) COMPLETE |
6284 | 2024-12-18T23:17:30.350Z | [ recovery-image] Dec 18 23:17:29.010 INFO O| Dec 18 23:17:29.010 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6285 | 2024-12-18T23:17:30.416Z | [ recovery-image] Dec 18 23:17:29.078 INFO O| Dec 18 23:17:29.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6286 | 2024-12-18T23:17:30.416Z | [ recovery-image] Dec 18 23:17:29.078 INFO O| Dec 18 23:17:29.078 INFO STEP 632 (remove_files) COMPLETE |
6287 | 2024-12-18T23:17:30.416Z | [ recovery-image] Dec 18 23:17:29.078 INFO O| Dec 18 23:17:29.078 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6288 | 2024-12-18T23:17:30.437Z | [ recovery-image] Dec 18 23:17:29.099 INFO O| Dec 18 23:17:29.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6289 | 2024-12-18T23:17:30.437Z | [ recovery-image] Dec 18 23:17:29.099 INFO O| Dec 18 23:17:29.099 INFO STEP 633 (remove_files) COMPLETE |
6290 | 2024-12-18T23:17:30.437Z | [ recovery-image] Dec 18 23:17:29.099 INFO O| Dec 18 23:17:29.099 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6291 | 2024-12-18T23:17:30.456Z | [ recovery-image] Dec 18 23:17:29.118 INFO O| Dec 18 23:17:29.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6292 | 2024-12-18T23:17:30.456Z | [ recovery-image] Dec 18 23:17:29.118 INFO O| Dec 18 23:17:29.118 INFO STEP 634 (remove_files) COMPLETE |
6293 | 2024-12-18T23:17:30.456Z | [ recovery-image] Dec 18 23:17:29.119 INFO O| Dec 18 23:17:29.118 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6294 | 2024-12-18T23:17:30.477Z | [ recovery-image] Dec 18 23:17:29.139 INFO O| Dec 18 23:17:29.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6295 | 2024-12-18T23:17:30.477Z | [ recovery-image] Dec 18 23:17:29.139 INFO O| Dec 18 23:17:29.139 INFO STEP 635 (remove_files) COMPLETE |
6296 | 2024-12-18T23:17:30.477Z | [ recovery-image] Dec 18 23:17:29.139 INFO O| Dec 18 23:17:29.139 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6297 | 2024-12-18T23:17:30.498Z | [ recovery-image] Dec 18 23:17:29.161 INFO O| Dec 18 23:17:29.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6298 | 2024-12-18T23:17:30.498Z | [ recovery-image] Dec 18 23:17:29.161 INFO O| Dec 18 23:17:29.161 INFO STEP 636 (remove_files) COMPLETE |
6299 | 2024-12-18T23:17:30.498Z | [ recovery-image] Dec 18 23:17:29.161 INFO O| Dec 18 23:17:29.161 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2024-12-18T23:17:30.518Z | [ recovery-image] Dec 18 23:17:29.180 INFO O| Dec 18 23:17:29.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6301 | 2024-12-18T23:17:30.518Z | [ recovery-image] Dec 18 23:17:29.180 INFO O| Dec 18 23:17:29.180 INFO STEP 637 (remove_files) COMPLETE |
6302 | 2024-12-18T23:17:30.518Z | [ recovery-image] Dec 18 23:17:29.180 INFO O| Dec 18 23:17:29.180 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-12-18T23:17:30.560Z | [ recovery-image] Dec 18 23:17:29.222 INFO O| Dec 18 23:17:29.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6304 | 2024-12-18T23:17:30.560Z | [ recovery-image] Dec 18 23:17:29.222 INFO O| Dec 18 23:17:29.222 INFO STEP 638 (remove_files) COMPLETE |
6305 | 2024-12-18T23:17:30.560Z | [ recovery-image] Dec 18 23:17:29.222 INFO O| Dec 18 23:17:29.222 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-12-18T23:17:30.632Z | [ recovery-image] Dec 18 23:17:29.295 INFO O| Dec 18 23:17:29.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6307 | 2024-12-18T23:17:30.632Z | [ recovery-image] Dec 18 23:17:29.295 INFO O| Dec 18 23:17:29.295 INFO STEP 639 (remove_files) COMPLETE |
6308 | 2024-12-18T23:17:30.634Z | [ recovery-image] Dec 18 23:17:29.295 INFO O| Dec 18 23:17:29.295 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2024-12-18T23:17:30.654Z | [ recovery-image] Dec 18 23:17:29.317 INFO O| Dec 18 23:17:29.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6310 | 2024-12-18T23:17:30.654Z | [ recovery-image] Dec 18 23:17:29.317 INFO O| Dec 18 23:17:29.317 INFO STEP 640 (remove_files) COMPLETE |
6311 | 2024-12-18T23:17:30.657Z | [ recovery-image] Dec 18 23:17:29.317 INFO O| Dec 18 23:17:29.317 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2024-12-18T23:17:30.678Z | [ recovery-image] Dec 18 23:17:29.340 INFO O| Dec 18 23:17:29.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6313 | 2024-12-18T23:17:30.678Z | [ recovery-image] Dec 18 23:17:29.340 INFO O| Dec 18 23:17:29.340 INFO STEP 641 (remove_files) COMPLETE |
6314 | 2024-12-18T23:17:30.678Z | [ recovery-image] Dec 18 23:17:29.340 INFO O| Dec 18 23:17:29.340 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-12-18T23:17:30.740Z | [ recovery-image] Dec 18 23:17:29.402 INFO O| Dec 18 23:17:29.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6316 | 2024-12-18T23:17:30.740Z | [ recovery-image] Dec 18 23:17:29.403 INFO O| Dec 18 23:17:29.402 INFO STEP 642 (remove_files) COMPLETE |
6317 | 2024-12-18T23:17:30.740Z | [ recovery-image] Dec 18 23:17:29.403 INFO O| Dec 18 23:17:29.402 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2024-12-18T23:17:30.760Z | [ recovery-image] Dec 18 23:17:29.423 INFO O| Dec 18 23:17:29.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6319 | 2024-12-18T23:17:30.760Z | [ recovery-image] Dec 18 23:17:29.423 INFO O| Dec 18 23:17:29.423 INFO STEP 643 (remove_files) COMPLETE |
6320 | 2024-12-18T23:17:30.763Z | [ recovery-image] Dec 18 23:17:29.423 INFO O| Dec 18 23:17:29.423 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2024-12-18T23:17:30.791Z | [ recovery-image] Dec 18 23:17:29.453 INFO O| Dec 18 23:17:29.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6322 | 2024-12-18T23:17:30.792Z | [ recovery-image] Dec 18 23:17:29.453 INFO O| Dec 18 23:17:29.453 INFO STEP 644 (remove_files) COMPLETE |
6323 | 2024-12-18T23:17:30.792Z | [ recovery-image] Dec 18 23:17:29.453 INFO O| Dec 18 23:17:29.453 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6324 | 2024-12-18T23:17:30.813Z | [ recovery-image] Dec 18 23:17:29.476 INFO O| Dec 18 23:17:29.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6325 | 2024-12-18T23:17:30.813Z | [ recovery-image] Dec 18 23:17:29.476 INFO O| Dec 18 23:17:29.476 INFO STEP 645 (remove_files) COMPLETE |
6326 | 2024-12-18T23:17:30.816Z | [ recovery-image] Dec 18 23:17:29.476 INFO O| Dec 18 23:17:29.476 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6327 | 2024-12-18T23:17:30.833Z | [ recovery-image] Dec 18 23:17:29.496 INFO O| Dec 18 23:17:29.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6328 | 2024-12-18T23:17:30.833Z | [ recovery-image] Dec 18 23:17:29.496 INFO O| Dec 18 23:17:29.496 INFO STEP 646 (remove_files) COMPLETE |
6329 | 2024-12-18T23:17:30.833Z | [ recovery-image] Dec 18 23:17:29.496 INFO O| Dec 18 23:17:29.496 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6330 | 2024-12-18T23:17:30.853Z | [ recovery-image] Dec 18 23:17:29.515 INFO O| Dec 18 23:17:29.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6331 | 2024-12-18T23:17:30.853Z | [ recovery-image] Dec 18 23:17:29.515 INFO O| Dec 18 23:17:29.515 INFO STEP 647 (remove_files) COMPLETE |
6332 | 2024-12-18T23:17:30.853Z | [ recovery-image] Dec 18 23:17:29.515 INFO O| Dec 18 23:17:29.515 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6333 | 2024-12-18T23:17:30.873Z | [ recovery-image] Dec 18 23:17:29.535 INFO O| Dec 18 23:17:29.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6334 | 2024-12-18T23:17:30.873Z | [ recovery-image] Dec 18 23:17:29.535 INFO O| Dec 18 23:17:29.535 INFO STEP 648 (remove_files) COMPLETE |
6335 | 2024-12-18T23:17:30.876Z | [ recovery-image] Dec 18 23:17:29.535 INFO O| Dec 18 23:17:29.535 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6336 | 2024-12-18T23:17:30.893Z | [ recovery-image] Dec 18 23:17:29.555 INFO O| Dec 18 23:17:29.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6337 | 2024-12-18T23:17:30.894Z | [ recovery-image] Dec 18 23:17:29.555 INFO O| Dec 18 23:17:29.555 INFO STEP 649 (remove_files) COMPLETE |
6338 | 2024-12-18T23:17:30.894Z | [ recovery-image] Dec 18 23:17:29.555 INFO O| Dec 18 23:17:29.555 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6339 | 2024-12-18T23:17:30.911Z | [ recovery-image] Dec 18 23:17:29.573 INFO O| Dec 18 23:17:29.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6340 | 2024-12-18T23:17:30.911Z | [ recovery-image] Dec 18 23:17:29.573 INFO O| Dec 18 23:17:29.573 INFO STEP 650 (remove_files) COMPLETE |
6341 | 2024-12-18T23:17:30.911Z | [ recovery-image] Dec 18 23:17:29.573 INFO O| Dec 18 23:17:29.573 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6342 | 2024-12-18T23:17:30.930Z | [ recovery-image] Dec 18 23:17:29.592 INFO O| Dec 18 23:17:29.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6343 | 2024-12-18T23:17:30.931Z | [ recovery-image] Dec 18 23:17:29.592 INFO O| Dec 18 23:17:29.592 INFO STEP 651 (remove_files) COMPLETE |
6344 | 2024-12-18T23:17:30.934Z | [ recovery-image] Dec 18 23:17:29.592 INFO O| Dec 18 23:17:29.592 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6345 | 2024-12-18T23:17:30.952Z | [ recovery-image] Dec 18 23:17:29.614 INFO O| Dec 18 23:17:29.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6346 | 2024-12-18T23:17:30.954Z | [ recovery-image] Dec 18 23:17:29.614 INFO O| Dec 18 23:17:29.614 INFO STEP 652 (remove_files) COMPLETE |
6347 | 2024-12-18T23:17:30.954Z | [ recovery-image] Dec 18 23:17:29.614 INFO O| Dec 18 23:17:29.614 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6348 | 2024-12-18T23:17:30.972Z | [ recovery-image] Dec 18 23:17:29.635 INFO O| Dec 18 23:17:29.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6349 | 2024-12-18T23:17:30.975Z | [ recovery-image] Dec 18 23:17:29.635 INFO O| Dec 18 23:17:29.635 INFO STEP 653 (remove_files) COMPLETE |
6350 | 2024-12-18T23:17:30.975Z | [ recovery-image] Dec 18 23:17:29.635 INFO O| Dec 18 23:17:29.635 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6351 | 2024-12-18T23:17:31.013Z | [ recovery-image] Dec 18 23:17:29.675 INFO O| Dec 18 23:17:29.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6352 | 2024-12-18T23:17:31.013Z | [ recovery-image] Dec 18 23:17:29.676 INFO O| Dec 18 23:17:29.675 INFO STEP 654 (remove_files) COMPLETE |
6353 | 2024-12-18T23:17:31.016Z | [ recovery-image] Dec 18 23:17:29.676 INFO O| Dec 18 23:17:29.676 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6354 | 2024-12-18T23:17:31.033Z | [ recovery-image] Dec 18 23:17:29.696 INFO O| Dec 18 23:17:29.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6355 | 2024-12-18T23:17:31.035Z | [ recovery-image] Dec 18 23:17:29.696 INFO O| Dec 18 23:17:29.696 INFO STEP 655 (remove_files) COMPLETE |
6356 | 2024-12-18T23:17:31.035Z | [ recovery-image] Dec 18 23:17:29.696 INFO O| Dec 18 23:17:29.696 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6357 | 2024-12-18T23:17:31.073Z | [ recovery-image] Dec 18 23:17:29.735 INFO O| Dec 18 23:17:29.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6358 | 2024-12-18T23:17:31.076Z | [ recovery-image] Dec 18 23:17:29.735 INFO O| Dec 18 23:17:29.735 INFO STEP 656 (remove_files) COMPLETE |
6359 | 2024-12-18T23:17:31.076Z | [ recovery-image] Dec 18 23:17:29.736 INFO O| Dec 18 23:17:29.736 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6360 | 2024-12-18T23:17:31.095Z | [ recovery-image] Dec 18 23:17:29.757 INFO O| Dec 18 23:17:29.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6361 | 2024-12-18T23:17:31.098Z | [ recovery-image] Dec 18 23:17:29.758 INFO O| Dec 18 23:17:29.758 INFO STEP 657 (remove_files) COMPLETE |
6362 | 2024-12-18T23:17:31.098Z | [ recovery-image] Dec 18 23:17:29.758 INFO O| Dec 18 23:17:29.758 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6363 | 2024-12-18T23:17:31.115Z | [ recovery-image] Dec 18 23:17:29.778 INFO O| Dec 18 23:17:29.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6364 | 2024-12-18T23:17:31.138Z | [ recovery-image] Dec 18 23:17:29.801 INFO O| Dec 18 23:17:29.801 INFO STEP 658 (remove_files) COMPLETE |
6365 | 2024-12-18T23:17:31.138Z | [ recovery-image] Dec 18 23:17:29.801 INFO O| Dec 18 23:17:29.801 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6366 | 2024-12-18T23:17:31.160Z | [ recovery-image] Dec 18 23:17:29.822 INFO O| Dec 18 23:17:29.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6367 | 2024-12-18T23:17:31.162Z | [ recovery-image] Dec 18 23:17:29.823 INFO O| Dec 18 23:17:29.823 INFO STEP 659 (remove_files) COMPLETE |
6368 | 2024-12-18T23:17:31.162Z | [ recovery-image] Dec 18 23:17:29.823 INFO O| Dec 18 23:17:29.823 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6369 | 2024-12-18T23:17:31.197Z | [ recovery-image] Dec 18 23:17:29.859 INFO O| Dec 18 23:17:29.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6370 | 2024-12-18T23:17:31.197Z | [ recovery-image] Dec 18 23:17:29.859 INFO O| Dec 18 23:17:29.859 INFO STEP 660 (remove_files) COMPLETE |
6371 | 2024-12-18T23:17:31.199Z | [ recovery-image] Dec 18 23:17:29.860 INFO O| Dec 18 23:17:29.860 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6372 | 2024-12-18T23:17:31.218Z | [ recovery-image] Dec 18 23:17:29.880 INFO O| Dec 18 23:17:29.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6373 | 2024-12-18T23:17:31.220Z | [ recovery-image] Dec 18 23:17:29.880 INFO O| Dec 18 23:17:29.880 INFO STEP 661 (remove_files) COMPLETE |
6374 | 2024-12-18T23:17:31.220Z | [ recovery-image] Dec 18 23:17:29.881 INFO O| Dec 18 23:17:29.881 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6375 | 2024-12-18T23:17:31.239Z | [ recovery-image] Dec 18 23:17:29.902 INFO O| Dec 18 23:17:29.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6376 | 2024-12-18T23:17:31.242Z | [ recovery-image] Dec 18 23:17:29.902 INFO O| Dec 18 23:17:29.902 INFO STEP 662 (remove_files) COMPLETE |
6377 | 2024-12-18T23:17:31.242Z | [ recovery-image] Dec 18 23:17:29.902 INFO O| Dec 18 23:17:29.902 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6378 | 2024-12-18T23:17:31.259Z | [ recovery-image] Dec 18 23:17:29.922 INFO O| Dec 18 23:17:29.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6379 | 2024-12-18T23:17:31.262Z | [ recovery-image] Dec 18 23:17:29.922 INFO O| Dec 18 23:17:29.922 INFO STEP 663 (remove_files) COMPLETE |
6380 | 2024-12-18T23:17:31.262Z | [ recovery-image] Dec 18 23:17:29.922 INFO O| Dec 18 23:17:29.922 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6381 | 2024-12-18T23:17:31.280Z | [ recovery-image] Dec 18 23:17:29.943 INFO O| Dec 18 23:17:29.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6382 | 2024-12-18T23:17:31.282Z | [ recovery-image] Dec 18 23:17:29.943 INFO O| Dec 18 23:17:29.943 INFO STEP 664 (remove_files) COMPLETE |
6383 | 2024-12-18T23:17:31.282Z | [ recovery-image] Dec 18 23:17:29.943 INFO O| Dec 18 23:17:29.943 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6384 | 2024-12-18T23:17:31.300Z | [ recovery-image] Dec 18 23:17:29.963 INFO O| Dec 18 23:17:29.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6385 | 2024-12-18T23:17:31.304Z | [ recovery-image] Dec 18 23:17:29.963 INFO O| Dec 18 23:17:29.963 INFO STEP 665 (remove_files) COMPLETE |
6386 | 2024-12-18T23:17:31.304Z | [ recovery-image] Dec 18 23:17:29.963 INFO O| Dec 18 23:17:29.963 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6387 | 2024-12-18T23:17:31.320Z | [ recovery-image] Dec 18 23:17:29.982 INFO O| Dec 18 23:17:29.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6388 | 2024-12-18T23:17:31.322Z | [ recovery-image] Dec 18 23:17:29.983 INFO O| Dec 18 23:17:29.983 INFO STEP 666 (remove_files) COMPLETE |
6389 | 2024-12-18T23:17:31.322Z | [ recovery-image] Dec 18 23:17:29.983 INFO O| Dec 18 23:17:29.983 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6390 | 2024-12-18T23:17:31.342Z | [ recovery-image] Dec 18 23:17:30.000 INFO O| Dec 18 23:17:30.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6391 | 2024-12-18T23:17:31.342Z | [ recovery-image] Dec 18 23:17:30.000 INFO O| Dec 18 23:17:30.000 INFO STEP 667 (remove_files) COMPLETE |
6392 | 2024-12-18T23:17:31.342Z | [ recovery-image] Dec 18 23:17:30.001 INFO O| Dec 18 23:17:30.001 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6393 | 2024-12-18T23:17:31.356Z | [ recovery-image] Dec 18 23:17:30.019 INFO O| Dec 18 23:17:30.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6394 | 2024-12-18T23:17:31.359Z | [ recovery-image] Dec 18 23:17:30.019 INFO O| Dec 18 23:17:30.019 INFO STEP 668 (remove_files) COMPLETE |
6395 | 2024-12-18T23:17:31.360Z | [ recovery-image] Dec 18 23:17:30.019 INFO O| Dec 18 23:17:30.019 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6396 | 2024-12-18T23:17:31.386Z | [ recovery-image] Dec 18 23:17:30.048 INFO O| Dec 18 23:17:30.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6397 | 2024-12-18T23:17:31.389Z | [ recovery-image] Dec 18 23:17:30.049 INFO O| Dec 18 23:17:30.049 INFO STEP 669 (remove_files) COMPLETE |
6398 | 2024-12-18T23:17:31.389Z | [ recovery-image] Dec 18 23:17:30.049 INFO O| Dec 18 23:17:30.049 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6399 | 2024-12-18T23:17:31.405Z | [ recovery-image] Dec 18 23:17:30.068 INFO O| Dec 18 23:17:30.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6400 | 2024-12-18T23:17:31.408Z | [ recovery-image] Dec 18 23:17:30.068 INFO O| Dec 18 23:17:30.068 INFO STEP 670 (remove_files) COMPLETE |
6401 | 2024-12-18T23:17:31.408Z | [ recovery-image] Dec 18 23:17:30.068 INFO O| Dec 18 23:17:30.068 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6402 | 2024-12-18T23:17:31.424Z | [ recovery-image] Dec 18 23:17:30.086 INFO O| Dec 18 23:17:30.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6403 | 2024-12-18T23:17:31.427Z | [ recovery-image] Dec 18 23:17:30.087 INFO O| Dec 18 23:17:30.087 INFO STEP 671 (remove_files) COMPLETE |
6404 | 2024-12-18T23:17:31.427Z | [ recovery-image] Dec 18 23:17:30.087 INFO O| Dec 18 23:17:30.087 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6405 | 2024-12-18T23:17:31.444Z | [ recovery-image] Dec 18 23:17:30.106 INFO O| Dec 18 23:17:30.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6406 | 2024-12-18T23:17:31.446Z | [ recovery-image] Dec 18 23:17:30.107 INFO O| Dec 18 23:17:30.106 INFO STEP 672 (remove_files) COMPLETE |
6407 | 2024-12-18T23:17:31.446Z | [ recovery-image] Dec 18 23:17:30.107 INFO O| Dec 18 23:17:30.107 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6408 | 2024-12-18T23:17:31.463Z | [ recovery-image] Dec 18 23:17:30.126 INFO O| Dec 18 23:17:30.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6409 | 2024-12-18T23:17:31.468Z | [ recovery-image] Dec 18 23:17:30.126 INFO O| Dec 18 23:17:30.126 INFO STEP 673 (remove_files) COMPLETE |
6410 | 2024-12-18T23:17:31.468Z | [ recovery-image] Dec 18 23:17:30.127 INFO O| Dec 18 23:17:30.126 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6411 | 2024-12-18T23:17:31.501Z | [ recovery-image] Dec 18 23:17:30.164 INFO O| Dec 18 23:17:30.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6412 | 2024-12-18T23:17:31.504Z | [ recovery-image] Dec 18 23:17:30.164 INFO O| Dec 18 23:17:30.164 INFO STEP 674 (remove_files) COMPLETE |
6413 | 2024-12-18T23:17:31.504Z | [ recovery-image] Dec 18 23:17:30.164 INFO O| Dec 18 23:17:30.164 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6414 | 2024-12-18T23:17:31.520Z | [ recovery-image] Dec 18 23:17:30.183 INFO O| Dec 18 23:17:30.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6415 | 2024-12-18T23:17:31.523Z | [ recovery-image] Dec 18 23:17:30.183 INFO O| Dec 18 23:17:30.183 INFO STEP 675 (remove_files) COMPLETE |
6416 | 2024-12-18T23:17:31.523Z | [ recovery-image] Dec 18 23:17:30.184 INFO O| Dec 18 23:17:30.183 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6417 | 2024-12-18T23:17:31.541Z | [ recovery-image] Dec 18 23:17:30.203 INFO O| Dec 18 23:17:30.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6418 | 2024-12-18T23:17:31.543Z | [ recovery-image] Dec 18 23:17:30.204 INFO O| Dec 18 23:17:30.204 INFO STEP 676 (remove_files) COMPLETE |
6419 | 2024-12-18T23:17:31.543Z | [ recovery-image] Dec 18 23:17:30.204 INFO O| Dec 18 23:17:30.204 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6420 | 2024-12-18T23:17:31.560Z | [ recovery-image] Dec 18 23:17:30.222 INFO O| Dec 18 23:17:30.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6421 | 2024-12-18T23:17:31.563Z | [ recovery-image] Dec 18 23:17:30.223 INFO O| Dec 18 23:17:30.223 INFO STEP 677 (remove_files) COMPLETE |
6422 | 2024-12-18T23:17:31.563Z | [ recovery-image] Dec 18 23:17:30.223 INFO O| Dec 18 23:17:30.223 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6423 | 2024-12-18T23:17:31.580Z | [ recovery-image] Dec 18 23:17:30.242 INFO O| Dec 18 23:17:30.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6424 | 2024-12-18T23:17:31.582Z | [ recovery-image] Dec 18 23:17:30.243 INFO O| Dec 18 23:17:30.243 INFO STEP 678 (remove_files) COMPLETE |
6425 | 2024-12-18T23:17:31.582Z | [ recovery-image] Dec 18 23:17:30.243 INFO O| Dec 18 23:17:30.243 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6426 | 2024-12-18T23:17:31.599Z | [ recovery-image] Dec 18 23:17:30.262 INFO O| Dec 18 23:17:30.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6427 | 2024-12-18T23:17:31.602Z | [ recovery-image] Dec 18 23:17:30.262 INFO O| Dec 18 23:17:30.262 INFO STEP 679 (remove_files) COMPLETE |
6428 | 2024-12-18T23:17:31.602Z | [ recovery-image] Dec 18 23:17:30.262 INFO O| Dec 18 23:17:30.262 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6429 | 2024-12-18T23:17:31.639Z | [ recovery-image] Dec 18 23:17:30.302 INFO O| Dec 18 23:17:30.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6430 | 2024-12-18T23:17:31.642Z | [ recovery-image] Dec 18 23:17:30.302 INFO O| Dec 18 23:17:30.302 INFO STEP 680 (remove_files) COMPLETE |
6431 | 2024-12-18T23:17:31.642Z | [ recovery-image] Dec 18 23:17:30.302 INFO O| Dec 18 23:17:30.302 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6432 | 2024-12-18T23:17:31.660Z | [ recovery-image] Dec 18 23:17:30.323 INFO O| Dec 18 23:17:30.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6433 | 2024-12-18T23:17:31.663Z | [ recovery-image] Dec 18 23:17:30.323 INFO O| Dec 18 23:17:30.323 INFO STEP 681 (remove_files) COMPLETE |
6434 | 2024-12-18T23:17:31.663Z | [ recovery-image] Dec 18 23:17:30.323 INFO O| Dec 18 23:17:30.323 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6435 | 2024-12-18T23:17:31.691Z | [ recovery-image] Dec 18 23:17:30.354 INFO O| Dec 18 23:17:30.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6436 | 2024-12-18T23:17:31.694Z | [ recovery-image] Dec 18 23:17:30.354 INFO O| Dec 18 23:17:30.354 INFO STEP 682 (remove_files) COMPLETE |
6437 | 2024-12-18T23:17:31.694Z | [ recovery-image] Dec 18 23:17:30.354 INFO O| Dec 18 23:17:30.354 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6438 | 2024-12-18T23:17:31.809Z | [ recovery-image] Dec 18 23:17:30.472 INFO O| Dec 18 23:17:30.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6439 | 2024-12-18T23:17:31.812Z | [ recovery-image] Dec 18 23:17:30.472 INFO O| Dec 18 23:17:30.472 INFO STEP 683 (remove_files) COMPLETE |
6440 | 2024-12-18T23:17:31.812Z | [ recovery-image] Dec 18 23:17:30.472 INFO O| Dec 18 23:17:30.472 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6441 | 2024-12-18T23:17:31.847Z | [ recovery-image] Dec 18 23:17:30.509 INFO O| Dec 18 23:17:30.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6442 | 2024-12-18T23:17:31.849Z | [ recovery-image] Dec 18 23:17:30.509 INFO O| Dec 18 23:17:30.509 INFO STEP 684 (remove_files) COMPLETE |
6443 | 2024-12-18T23:17:31.849Z | [ recovery-image] Dec 18 23:17:30.510 INFO O| Dec 18 23:17:30.509 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6444 | 2024-12-18T23:17:31.869Z | [ recovery-image] Dec 18 23:17:30.531 INFO O| Dec 18 23:17:30.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6445 | 2024-12-18T23:17:31.872Z | [ recovery-image] Dec 18 23:17:30.532 INFO O| Dec 18 23:17:30.532 INFO STEP 685 (remove_files) COMPLETE |
6446 | 2024-12-18T23:17:31.872Z | [ recovery-image] Dec 18 23:17:30.532 INFO O| Dec 18 23:17:30.532 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6447 | 2024-12-18T23:17:31.899Z | [ recovery-image] Dec 18 23:17:30.561 INFO O| Dec 18 23:17:30.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6448 | 2024-12-18T23:17:31.899Z | [ recovery-image] Dec 18 23:17:30.561 INFO O| Dec 18 23:17:30.561 INFO STEP 686 (remove_files) COMPLETE |
6449 | 2024-12-18T23:17:31.899Z | [ recovery-image] Dec 18 23:17:30.561 INFO O| Dec 18 23:17:30.561 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6450 | 2024-12-18T23:17:31.922Z | [ recovery-image] Dec 18 23:17:30.584 INFO O| Dec 18 23:17:30.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6451 | 2024-12-18T23:17:31.925Z | [ recovery-image] Dec 18 23:17:30.585 INFO O| Dec 18 23:17:30.585 INFO STEP 687 (remove_files) COMPLETE |
6452 | 2024-12-18T23:17:31.925Z | [ recovery-image] Dec 18 23:17:30.585 INFO O| Dec 18 23:17:30.585 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6453 | 2024-12-18T23:17:31.945Z | [ recovery-image] Dec 18 23:17:30.608 INFO O| Dec 18 23:17:30.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6454 | 2024-12-18T23:17:31.948Z | [ recovery-image] Dec 18 23:17:30.608 INFO O| Dec 18 23:17:30.608 INFO STEP 688 (remove_files) COMPLETE |
6455 | 2024-12-18T23:17:31.948Z | [ recovery-image] Dec 18 23:17:30.608 INFO O| Dec 18 23:17:30.608 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6456 | 2024-12-18T23:17:31.968Z | [ recovery-image] Dec 18 23:17:30.630 INFO O| Dec 18 23:17:30.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6457 | 2024-12-18T23:17:31.968Z | [ recovery-image] Dec 18 23:17:30.630 INFO O| Dec 18 23:17:30.630 INFO STEP 689 (remove_files) COMPLETE |
6458 | 2024-12-18T23:17:31.968Z | [ recovery-image] Dec 18 23:17:30.630 INFO O| Dec 18 23:17:30.630 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6459 | 2024-12-18T23:17:31.990Z | [ recovery-image] Dec 18 23:17:30.652 INFO O| Dec 18 23:17:30.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6460 | 2024-12-18T23:17:31.990Z | [ recovery-image] Dec 18 23:17:30.652 INFO O| Dec 18 23:17:30.652 INFO STEP 690 (remove_files) COMPLETE |
6461 | 2024-12-18T23:17:31.992Z | [ recovery-image] Dec 18 23:17:30.652 INFO O| Dec 18 23:17:30.652 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6462 | 2024-12-18T23:17:32.018Z | [ recovery-image] Dec 18 23:17:30.680 INFO O| Dec 18 23:17:30.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6463 | 2024-12-18T23:17:32.018Z | [ recovery-image] Dec 18 23:17:30.680 INFO O| Dec 18 23:17:30.680 INFO STEP 691 (remove_files) COMPLETE |
6464 | 2024-12-18T23:17:32.018Z | [ recovery-image] Dec 18 23:17:30.681 INFO O| Dec 18 23:17:30.680 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2024-12-18T23:17:32.067Z | [ recovery-image] Dec 18 23:17:30.729 INFO O| Dec 18 23:17:30.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6466 | 2024-12-18T23:17:32.067Z | [ recovery-image] Dec 18 23:17:30.729 INFO O| Dec 18 23:17:30.729 INFO STEP 692 (remove_files) COMPLETE |
6467 | 2024-12-18T23:17:32.069Z | [ recovery-image] Dec 18 23:17:30.729 INFO O| Dec 18 23:17:30.729 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2024-12-18T23:17:32.093Z | [ recovery-image] Dec 18 23:17:30.754 INFO O| Dec 18 23:17:30.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6469 | 2024-12-18T23:17:32.094Z | [ recovery-image] Dec 18 23:17:30.754 INFO O| Dec 18 23:17:30.754 INFO STEP 693 (remove_files) COMPLETE |
6470 | 2024-12-18T23:17:32.094Z | [ recovery-image] Dec 18 23:17:30.754 INFO O| Dec 18 23:17:30.754 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6471 | 2024-12-18T23:17:32.224Z | [ recovery-image] Dec 18 23:17:30.887 INFO O| Dec 18 23:17:30.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6472 | 2024-12-18T23:17:32.227Z | [ recovery-image] Dec 18 23:17:30.887 INFO O| Dec 18 23:17:30.887 INFO STEP 694 (remove_files) COMPLETE |
6473 | 2024-12-18T23:17:32.227Z | [ recovery-image] Dec 18 23:17:30.887 INFO O| Dec 18 23:17:30.887 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2024-12-18T23:17:32.285Z | [ recovery-image] Dec 18 23:17:30.947 INFO O| Dec 18 23:17:30.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6475 | 2024-12-18T23:17:32.285Z | [ recovery-image] Dec 18 23:17:30.947 INFO O| Dec 18 23:17:30.947 INFO STEP 695 (remove_files) COMPLETE |
6476 | 2024-12-18T23:17:32.285Z | [ recovery-image] Dec 18 23:17:30.947 INFO O| Dec 18 23:17:30.947 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6477 | 2024-12-18T23:17:32.316Z | [ recovery-image] Dec 18 23:17:30.978 INFO O| Dec 18 23:17:30.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6478 | 2024-12-18T23:17:32.316Z | [ recovery-image] Dec 18 23:17:30.978 INFO O| Dec 18 23:17:30.978 INFO STEP 696 (remove_files) COMPLETE |
6479 | 2024-12-18T23:17:32.318Z | [ recovery-image] Dec 18 23:17:30.978 INFO O| Dec 18 23:17:30.978 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6480 | 2024-12-18T23:17:32.348Z | [ recovery-image] Dec 18 23:17:31.010 INFO O| Dec 18 23:17:31.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6481 | 2024-12-18T23:17:32.348Z | [ recovery-image] Dec 18 23:17:31.010 INFO O| Dec 18 23:17:31.010 INFO STEP 697 (remove_files) COMPLETE |
6482 | 2024-12-18T23:17:32.351Z | [ recovery-image] Dec 18 23:17:31.010 INFO O| Dec 18 23:17:31.010 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6483 | 2024-12-18T23:17:32.371Z | [ recovery-image] Dec 18 23:17:31.034 INFO O| Dec 18 23:17:31.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6484 | 2024-12-18T23:17:32.374Z | [ recovery-image] Dec 18 23:17:31.034 INFO O| Dec 18 23:17:31.034 INFO STEP 698 (remove_files) COMPLETE |
6485 | 2024-12-18T23:17:32.374Z | [ recovery-image] Dec 18 23:17:31.034 INFO O| Dec 18 23:17:31.034 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6486 | 2024-12-18T23:17:32.393Z | [ recovery-image] Dec 18 23:17:31.056 INFO O| Dec 18 23:17:31.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6487 | 2024-12-18T23:17:32.393Z | [ recovery-image] Dec 18 23:17:31.056 INFO O| Dec 18 23:17:31.056 INFO STEP 699 (remove_files) COMPLETE |
6488 | 2024-12-18T23:17:32.396Z | [ recovery-image] Dec 18 23:17:31.056 INFO O| Dec 18 23:17:31.056 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6489 | 2024-12-18T23:17:32.414Z | [ recovery-image] Dec 18 23:17:31.077 INFO O| Dec 18 23:17:31.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6490 | 2024-12-18T23:17:32.414Z | [ recovery-image] Dec 18 23:17:31.077 INFO O| Dec 18 23:17:31.077 INFO STEP 700 (remove_files) COMPLETE |
6491 | 2024-12-18T23:17:32.414Z | [ recovery-image] Dec 18 23:17:31.077 INFO O| Dec 18 23:17:31.077 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6492 | 2024-12-18T23:17:32.496Z | [ recovery-image] Dec 18 23:17:31.159 INFO O| Dec 18 23:17:31.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6493 | 2024-12-18T23:17:32.496Z | [ recovery-image] Dec 18 23:17:31.159 INFO O| Dec 18 23:17:31.159 INFO STEP 701 (remove_files) COMPLETE |
6494 | 2024-12-18T23:17:32.499Z | [ recovery-image] Dec 18 23:17:31.159 INFO O| Dec 18 23:17:31.159 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6495 | 2024-12-18T23:17:32.517Z | [ recovery-image] Dec 18 23:17:31.179 INFO O| Dec 18 23:17:31.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6496 | 2024-12-18T23:17:32.517Z | [ recovery-image] Dec 18 23:17:31.180 INFO O| Dec 18 23:17:31.180 INFO STEP 702 (remove_files) COMPLETE |
6497 | 2024-12-18T23:17:32.517Z | [ recovery-image] Dec 18 23:17:31.180 INFO O| Dec 18 23:17:31.180 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6498 | 2024-12-18T23:17:32.550Z | [ recovery-image] Dec 18 23:17:31.212 INFO O| Dec 18 23:17:31.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6499 | 2024-12-18T23:17:32.550Z | [ recovery-image] Dec 18 23:17:31.212 INFO O| Dec 18 23:17:31.212 INFO STEP 703 (remove_files) COMPLETE |
6500 | 2024-12-18T23:17:32.550Z | [ recovery-image] Dec 18 23:17:31.212 INFO O| Dec 18 23:17:31.212 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6501 | 2024-12-18T23:17:32.572Z | [ recovery-image] Dec 18 23:17:31.234 INFO O| Dec 18 23:17:31.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6502 | 2024-12-18T23:17:32.575Z | [ recovery-image] Dec 18 23:17:31.235 INFO O| Dec 18 23:17:31.234 INFO STEP 704 (remove_files) COMPLETE |
6503 | 2024-12-18T23:17:32.575Z | [ recovery-image] Dec 18 23:17:31.235 INFO O| Dec 18 23:17:31.235 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6504 | 2024-12-18T23:17:32.611Z | [ recovery-image] Dec 18 23:17:31.274 INFO O| Dec 18 23:17:31.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6505 | 2024-12-18T23:17:32.614Z | [ recovery-image] Dec 18 23:17:31.275 INFO O| Dec 18 23:17:31.275 INFO STEP 705 (remove_files) COMPLETE |
6506 | 2024-12-18T23:17:32.615Z | [ recovery-image] Dec 18 23:17:31.275 INFO O| Dec 18 23:17:31.275 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6507 | 2024-12-18T23:17:32.668Z | [ recovery-image] Dec 18 23:17:31.328 INFO O| Dec 18 23:17:31.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6508 | 2024-12-18T23:17:32.668Z | [ recovery-image] Dec 18 23:17:31.328 INFO O| Dec 18 23:17:31.328 INFO STEP 706 (remove_files) COMPLETE |
6509 | 2024-12-18T23:17:32.668Z | [ recovery-image] Dec 18 23:17:31.328 INFO O| Dec 18 23:17:31.328 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6510 | 2024-12-18T23:17:32.686Z | [ recovery-image] Dec 18 23:17:31.349 INFO O| Dec 18 23:17:31.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6511 | 2024-12-18T23:17:32.686Z | [ recovery-image] Dec 18 23:17:31.349 INFO O| Dec 18 23:17:31.349 INFO STEP 707 (remove_files) COMPLETE |
6512 | 2024-12-18T23:17:32.689Z | [ recovery-image] Dec 18 23:17:31.349 INFO O| Dec 18 23:17:31.349 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6513 | 2024-12-18T23:17:32.706Z | [ recovery-image] Dec 18 23:17:31.368 INFO O| Dec 18 23:17:31.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6514 | 2024-12-18T23:17:32.709Z | [ recovery-image] Dec 18 23:17:31.369 INFO O| Dec 18 23:17:31.369 INFO STEP 708 (remove_files) COMPLETE |
6515 | 2024-12-18T23:17:32.709Z | [ recovery-image] Dec 18 23:17:31.369 INFO O| Dec 18 23:17:31.369 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6516 | 2024-12-18T23:17:32.725Z | [ recovery-image] Dec 18 23:17:31.386 INFO O| Dec 18 23:17:31.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6517 | 2024-12-18T23:17:32.726Z | [ recovery-image] Dec 18 23:17:31.387 INFO O| Dec 18 23:17:31.386 INFO STEP 709 (remove_files) COMPLETE |
6518 | 2024-12-18T23:17:32.728Z | [ recovery-image] Dec 18 23:17:31.387 INFO O| Dec 18 23:17:31.387 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6519 | 2024-12-18T23:17:32.759Z | [ recovery-image] Dec 18 23:17:31.422 INFO O| Dec 18 23:17:31.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6520 | 2024-12-18T23:17:32.759Z | [ recovery-image] Dec 18 23:17:31.422 INFO O| Dec 18 23:17:31.422 INFO STEP 710 (remove_files) COMPLETE |
6521 | 2024-12-18T23:17:32.762Z | [ recovery-image] Dec 18 23:17:31.422 INFO O| Dec 18 23:17:31.422 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6522 | 2024-12-18T23:17:32.785Z | [ recovery-image] Dec 18 23:17:31.447 INFO O| Dec 18 23:17:31.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6523 | 2024-12-18T23:17:32.785Z | [ recovery-image] Dec 18 23:17:31.447 INFO O| Dec 18 23:17:31.447 INFO STEP 711 (remove_files) COMPLETE |
6524 | 2024-12-18T23:17:32.785Z | [ recovery-image] Dec 18 23:17:31.447 INFO O| Dec 18 23:17:31.447 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6525 | 2024-12-18T23:17:32.806Z | [ recovery-image] Dec 18 23:17:31.469 INFO O| Dec 18 23:17:31.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6526 | 2024-12-18T23:17:32.807Z | [ recovery-image] Dec 18 23:17:31.469 INFO O| Dec 18 23:17:31.469 INFO STEP 712 (remove_files) COMPLETE |
6527 | 2024-12-18T23:17:32.807Z | [ recovery-image] Dec 18 23:17:31.469 INFO O| Dec 18 23:17:31.469 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6528 | 2024-12-18T23:17:32.826Z | [ recovery-image] Dec 18 23:17:31.488 INFO O| Dec 18 23:17:31.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6529 | 2024-12-18T23:17:32.826Z | [ recovery-image] Dec 18 23:17:31.489 INFO O| Dec 18 23:17:31.489 INFO STEP 713 (remove_files) COMPLETE |
6530 | 2024-12-18T23:17:32.829Z | [ recovery-image] Dec 18 23:17:31.489 INFO O| Dec 18 23:17:31.489 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6531 | 2024-12-18T23:17:32.846Z | [ recovery-image] Dec 18 23:17:31.509 INFO O| Dec 18 23:17:31.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6532 | 2024-12-18T23:17:32.846Z | [ recovery-image] Dec 18 23:17:31.509 INFO O| Dec 18 23:17:31.509 INFO STEP 714 (remove_files) COMPLETE |
6533 | 2024-12-18T23:17:32.849Z | [ recovery-image] Dec 18 23:17:31.509 INFO O| Dec 18 23:17:31.509 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6534 | 2024-12-18T23:17:32.871Z | [ recovery-image] Dec 18 23:17:31.533 INFO O| Dec 18 23:17:31.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6535 | 2024-12-18T23:17:32.875Z | [ recovery-image] Dec 18 23:17:31.533 INFO O| Dec 18 23:17:31.533 INFO STEP 715 (remove_files) COMPLETE |
6536 | 2024-12-18T23:17:32.875Z | [ recovery-image] Dec 18 23:17:31.534 INFO O| Dec 18 23:17:31.534 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6537 | 2024-12-18T23:17:32.892Z | [ recovery-image] Dec 18 23:17:31.554 INFO O| Dec 18 23:17:31.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6538 | 2024-12-18T23:17:32.894Z | [ recovery-image] Dec 18 23:17:31.555 INFO O| Dec 18 23:17:31.555 INFO STEP 716 (remove_files) COMPLETE |
6539 | 2024-12-18T23:17:32.895Z | [ recovery-image] Dec 18 23:17:31.555 INFO O| Dec 18 23:17:31.555 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6540 | 2024-12-18T23:17:32.911Z | [ recovery-image] Dec 18 23:17:31.574 INFO O| Dec 18 23:17:31.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6541 | 2024-12-18T23:17:32.914Z | [ recovery-image] Dec 18 23:17:31.574 INFO O| Dec 18 23:17:31.574 INFO STEP 717 (remove_files) COMPLETE |
6542 | 2024-12-18T23:17:32.914Z | [ recovery-image] Dec 18 23:17:31.574 INFO O| Dec 18 23:17:31.574 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6543 | 2024-12-18T23:17:32.930Z | [ recovery-image] Dec 18 23:17:31.592 INFO O| Dec 18 23:17:31.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6544 | 2024-12-18T23:17:32.930Z | [ recovery-image] Dec 18 23:17:31.592 INFO O| Dec 18 23:17:31.592 INFO STEP 718 (remove_files) COMPLETE |
6545 | 2024-12-18T23:17:32.934Z | [ recovery-image] Dec 18 23:17:31.592 INFO O| Dec 18 23:17:31.592 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6546 | 2024-12-18T23:17:32.958Z | [ recovery-image] Dec 18 23:17:31.620 INFO O| Dec 18 23:17:31.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6547 | 2024-12-18T23:17:32.962Z | [ recovery-image] Dec 18 23:17:31.621 INFO O| Dec 18 23:17:31.620 INFO STEP 719 (remove_files) COMPLETE |
6548 | 2024-12-18T23:17:32.962Z | [ recovery-image] Dec 18 23:17:31.621 INFO O| Dec 18 23:17:31.620 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6549 | 2024-12-18T23:17:32.978Z | [ recovery-image] Dec 18 23:17:31.641 INFO O| Dec 18 23:17:31.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6550 | 2024-12-18T23:17:32.978Z | [ recovery-image] Dec 18 23:17:31.641 INFO O| Dec 18 23:17:31.641 INFO STEP 720 (remove_files) COMPLETE |
6551 | 2024-12-18T23:17:32.978Z | [ recovery-image] Dec 18 23:17:31.641 INFO O| Dec 18 23:17:31.641 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6552 | 2024-12-18T23:17:33.010Z | [ recovery-image] Dec 18 23:17:31.673 INFO O| Dec 18 23:17:31.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6553 | 2024-12-18T23:17:33.010Z | [ recovery-image] Dec 18 23:17:31.673 INFO O| Dec 18 23:17:31.673 INFO STEP 721 (remove_files) COMPLETE |
6554 | 2024-12-18T23:17:33.010Z | [ recovery-image] Dec 18 23:17:31.673 INFO O| Dec 18 23:17:31.673 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6555 | 2024-12-18T23:17:33.030Z | [ recovery-image] Dec 18 23:17:31.693 INFO O| Dec 18 23:17:31.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6556 | 2024-12-18T23:17:33.033Z | [ recovery-image] Dec 18 23:17:31.693 INFO O| Dec 18 23:17:31.693 INFO STEP 722 (remove_files) COMPLETE |
6557 | 2024-12-18T23:17:33.033Z | [ recovery-image] Dec 18 23:17:31.693 INFO O| Dec 18 23:17:31.693 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6558 | 2024-12-18T23:17:33.053Z | [ recovery-image] Dec 18 23:17:31.716 INFO O| Dec 18 23:17:31.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6559 | 2024-12-18T23:17:33.073Z | [ recovery-image] Dec 18 23:17:31.736 INFO O| Dec 18 23:17:31.736 INFO STEP 723 (remove_files) COMPLETE |
6560 | 2024-12-18T23:17:33.074Z | [ recovery-image] Dec 18 23:17:31.736 INFO O| Dec 18 23:17:31.736 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6561 | 2024-12-18T23:17:33.118Z | [ recovery-image] Dec 18 23:17:31.780 INFO O| Dec 18 23:17:31.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6562 | 2024-12-18T23:17:33.120Z | [ recovery-image] Dec 18 23:17:31.781 INFO O| Dec 18 23:17:31.781 INFO STEP 724 (remove_files) COMPLETE |
6563 | 2024-12-18T23:17:33.120Z | [ recovery-image] Dec 18 23:17:31.781 INFO O| Dec 18 23:17:31.781 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6564 | 2024-12-18T23:17:33.201Z | [ recovery-image] Dec 18 23:17:31.864 INFO O| Dec 18 23:17:31.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6565 | 2024-12-18T23:17:33.201Z | [ recovery-image] Dec 18 23:17:31.864 INFO O| Dec 18 23:17:31.864 INFO STEP 725 (remove_files) COMPLETE |
6566 | 2024-12-18T23:17:33.204Z | [ recovery-image] Dec 18 23:17:31.864 INFO O| Dec 18 23:17:31.864 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6567 | 2024-12-18T23:17:33.221Z | [ recovery-image] Dec 18 23:17:31.884 INFO O| Dec 18 23:17:31.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6568 | 2024-12-18T23:17:33.221Z | [ recovery-image] Dec 18 23:17:31.884 INFO O| Dec 18 23:17:31.884 INFO STEP 726 (remove_files) COMPLETE |
6569 | 2024-12-18T23:17:33.224Z | [ recovery-image] Dec 18 23:17:31.884 INFO O| Dec 18 23:17:31.884 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6570 | 2024-12-18T23:17:33.240Z | [ recovery-image] Dec 18 23:17:31.903 INFO O| Dec 18 23:17:31.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6571 | 2024-12-18T23:17:33.241Z | [ recovery-image] Dec 18 23:17:31.903 INFO O| Dec 18 23:17:31.903 INFO STEP 727 (remove_files) COMPLETE |
6572 | 2024-12-18T23:17:33.243Z | [ recovery-image] Dec 18 23:17:31.903 INFO O| Dec 18 23:17:31.903 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6573 | 2024-12-18T23:17:33.260Z | [ recovery-image] Dec 18 23:17:31.923 INFO O| Dec 18 23:17:31.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6574 | 2024-12-18T23:17:33.260Z | [ recovery-image] Dec 18 23:17:31.923 INFO O| Dec 18 23:17:31.923 INFO STEP 728 (remove_files) COMPLETE |
6575 | 2024-12-18T23:17:33.260Z | [ recovery-image] Dec 18 23:17:31.923 INFO O| Dec 18 23:17:31.923 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6576 | 2024-12-18T23:17:33.298Z | [ recovery-image] Dec 18 23:17:31.961 INFO O| Dec 18 23:17:31.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6577 | 2024-12-18T23:17:33.298Z | [ recovery-image] Dec 18 23:17:31.961 INFO O| Dec 18 23:17:31.961 INFO STEP 729 (remove_files) COMPLETE |
6578 | 2024-12-18T23:17:33.301Z | [ recovery-image] Dec 18 23:17:31.961 INFO O| Dec 18 23:17:31.961 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6579 | 2024-12-18T23:17:33.319Z | [ recovery-image] Dec 18 23:17:31.981 INFO O| Dec 18 23:17:31.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6580 | 2024-12-18T23:17:33.319Z | [ recovery-image] Dec 18 23:17:31.982 INFO O| Dec 18 23:17:31.982 INFO STEP 730 (remove_files) COMPLETE |
6581 | 2024-12-18T23:17:33.319Z | [ recovery-image] Dec 18 23:17:31.982 INFO O| Dec 18 23:17:31.982 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6582 | 2024-12-18T23:17:33.342Z | [ recovery-image] Dec 18 23:17:32.005 INFO O| Dec 18 23:17:32.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6583 | 2024-12-18T23:17:33.354Z | [ recovery-image] Dec 18 23:17:32.016 INFO O| Dec 18 23:17:32.016 INFO STEP 731 (remove_files) COMPLETE |
6584 | 2024-12-18T23:17:33.354Z | [ recovery-image] Dec 18 23:17:32.016 INFO O| Dec 18 23:17:32.016 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6585 | 2024-12-18T23:17:33.401Z | [ recovery-image] Dec 18 23:17:32.063 INFO O| Dec 18 23:17:32.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6586 | 2024-12-18T23:17:33.401Z | [ recovery-image] Dec 18 23:17:32.063 INFO O| Dec 18 23:17:32.063 INFO STEP 732 (remove_files) COMPLETE |
6587 | 2024-12-18T23:17:33.403Z | [ recovery-image] Dec 18 23:17:32.063 INFO O| Dec 18 23:17:32.063 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6588 | 2024-12-18T23:17:33.426Z | [ recovery-image] Dec 18 23:17:32.086 INFO O| Dec 18 23:17:32.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6589 | 2024-12-18T23:17:33.426Z | [ recovery-image] Dec 18 23:17:32.086 INFO O| Dec 18 23:17:32.086 INFO STEP 733 (remove_files) COMPLETE |
6590 | 2024-12-18T23:17:33.426Z | [ recovery-image] Dec 18 23:17:32.086 INFO O| Dec 18 23:17:32.086 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6591 | 2024-12-18T23:17:33.486Z | [ recovery-image] Dec 18 23:17:32.147 INFO O| Dec 18 23:17:32.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6592 | 2024-12-18T23:17:33.486Z | [ recovery-image] Dec 18 23:17:32.147 INFO O| Dec 18 23:17:32.147 INFO STEP 734 (remove_files) COMPLETE |
6593 | 2024-12-18T23:17:33.486Z | [ recovery-image] Dec 18 23:17:32.147 INFO O| Dec 18 23:17:32.147 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6594 | 2024-12-18T23:17:33.503Z | [ recovery-image] Dec 18 23:17:32.166 INFO O| Dec 18 23:17:32.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6595 | 2024-12-18T23:17:33.507Z | [ recovery-image] Dec 18 23:17:32.166 INFO O| Dec 18 23:17:32.166 INFO STEP 735 (remove_files) COMPLETE |
6596 | 2024-12-18T23:17:33.507Z | [ recovery-image] Dec 18 23:17:32.166 INFO O| Dec 18 23:17:32.166 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6597 | 2024-12-18T23:17:33.556Z | [ recovery-image] Dec 18 23:17:32.218 INFO O| Dec 18 23:17:32.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6598 | 2024-12-18T23:17:33.556Z | [ recovery-image] Dec 18 23:17:32.218 INFO O| Dec 18 23:17:32.218 INFO STEP 736 (remove_files) COMPLETE |
6599 | 2024-12-18T23:17:33.556Z | [ recovery-image] Dec 18 23:17:32.218 INFO O| Dec 18 23:17:32.218 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6600 | 2024-12-18T23:17:33.576Z | [ recovery-image] Dec 18 23:17:32.238 INFO O| Dec 18 23:17:32.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6601 | 2024-12-18T23:17:33.576Z | [ recovery-image] Dec 18 23:17:32.238 INFO O| Dec 18 23:17:32.238 INFO STEP 737 (remove_files) COMPLETE |
6602 | 2024-12-18T23:17:33.576Z | [ recovery-image] Dec 18 23:17:32.238 INFO O| Dec 18 23:17:32.238 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6603 | 2024-12-18T23:17:33.600Z | [ recovery-image] Dec 18 23:17:32.261 INFO O| Dec 18 23:17:32.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6604 | 2024-12-18T23:17:33.600Z | [ recovery-image] Dec 18 23:17:32.261 INFO O| Dec 18 23:17:32.261 INFO STEP 738 (remove_files) COMPLETE |
6605 | 2024-12-18T23:17:33.600Z | [ recovery-image] Dec 18 23:17:32.261 INFO O| Dec 18 23:17:32.261 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6606 | 2024-12-18T23:17:33.658Z | [ recovery-image] Dec 18 23:17:32.321 INFO O| Dec 18 23:17:32.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6607 | 2024-12-18T23:17:33.658Z | [ recovery-image] Dec 18 23:17:32.321 INFO O| Dec 18 23:17:32.321 INFO STEP 739 (remove_files) COMPLETE |
6608 | 2024-12-18T23:17:33.659Z | [ recovery-image] Dec 18 23:17:32.321 INFO O| Dec 18 23:17:32.321 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6609 | 2024-12-18T23:17:33.686Z | [ recovery-image] Dec 18 23:17:32.348 INFO O| Dec 18 23:17:32.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6610 | 2024-12-18T23:17:33.686Z | [ recovery-image] Dec 18 23:17:32.349 INFO O| Dec 18 23:17:32.349 INFO STEP 740 (remove_files) COMPLETE |
6611 | 2024-12-18T23:17:33.689Z | [ recovery-image] Dec 18 23:17:32.349 INFO O| Dec 18 23:17:32.349 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6612 | 2024-12-18T23:17:33.708Z | [ recovery-image] Dec 18 23:17:32.370 INFO O| Dec 18 23:17:32.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6613 | 2024-12-18T23:17:33.708Z | [ recovery-image] Dec 18 23:17:32.370 INFO O| Dec 18 23:17:32.370 INFO STEP 741 (remove_files) COMPLETE |
6614 | 2024-12-18T23:17:33.708Z | [ recovery-image] Dec 18 23:17:32.370 INFO O| Dec 18 23:17:32.370 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6615 | 2024-12-18T23:17:33.727Z | [ recovery-image] Dec 18 23:17:32.390 INFO O| Dec 18 23:17:32.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6616 | 2024-12-18T23:17:33.727Z | [ recovery-image] Dec 18 23:17:32.390 INFO O| Dec 18 23:17:32.390 INFO STEP 742 (remove_files) COMPLETE |
6617 | 2024-12-18T23:17:33.730Z | [ recovery-image] Dec 18 23:17:32.390 INFO O| Dec 18 23:17:32.390 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6618 | 2024-12-18T23:17:33.747Z | [ recovery-image] Dec 18 23:17:32.409 INFO O| Dec 18 23:17:32.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6619 | 2024-12-18T23:17:33.749Z | [ recovery-image] Dec 18 23:17:32.409 INFO O| Dec 18 23:17:32.409 INFO STEP 743 (remove_files) COMPLETE |
6620 | 2024-12-18T23:17:33.749Z | [ recovery-image] Dec 18 23:17:32.409 INFO O| Dec 18 23:17:32.409 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6621 | 2024-12-18T23:17:33.767Z | [ recovery-image] Dec 18 23:17:32.429 INFO O| Dec 18 23:17:32.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6622 | 2024-12-18T23:17:33.769Z | [ recovery-image] Dec 18 23:17:32.429 INFO O| Dec 18 23:17:32.429 INFO STEP 744 (remove_files) COMPLETE |
6623 | 2024-12-18T23:17:33.769Z | [ recovery-image] Dec 18 23:17:32.430 INFO O| Dec 18 23:17:32.429 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6624 | 2024-12-18T23:17:33.787Z | [ recovery-image] Dec 18 23:17:32.450 INFO O| Dec 18 23:17:32.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6625 | 2024-12-18T23:17:33.790Z | [ recovery-image] Dec 18 23:17:32.450 INFO O| Dec 18 23:17:32.450 INFO STEP 745 (remove_files) COMPLETE |
6626 | 2024-12-18T23:17:33.790Z | [ recovery-image] Dec 18 23:17:32.450 INFO O| Dec 18 23:17:32.450 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6627 | 2024-12-18T23:17:33.817Z | [ recovery-image] Dec 18 23:17:32.479 INFO O| Dec 18 23:17:32.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6628 | 2024-12-18T23:17:33.817Z | [ recovery-image] Dec 18 23:17:32.479 INFO O| Dec 18 23:17:32.479 INFO STEP 746 (remove_files) COMPLETE |
6629 | 2024-12-18T23:17:33.819Z | [ recovery-image] Dec 18 23:17:32.479 INFO O| Dec 18 23:17:32.479 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6630 | 2024-12-18T23:17:33.838Z | [ recovery-image] Dec 18 23:17:32.501 INFO O| Dec 18 23:17:32.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6631 | 2024-12-18T23:17:33.838Z | [ recovery-image] Dec 18 23:17:32.501 INFO O| Dec 18 23:17:32.501 INFO STEP 747 (remove_files) COMPLETE |
6632 | 2024-12-18T23:17:33.838Z | [ recovery-image] Dec 18 23:17:32.501 INFO O| Dec 18 23:17:32.501 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6633 | 2024-12-18T23:17:33.857Z | [ recovery-image] Dec 18 23:17:32.520 INFO O| Dec 18 23:17:32.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6634 | 2024-12-18T23:17:33.857Z | [ recovery-image] Dec 18 23:17:32.520 INFO O| Dec 18 23:17:32.520 INFO STEP 748 (remove_files) COMPLETE |
6635 | 2024-12-18T23:17:33.858Z | [ recovery-image] Dec 18 23:17:32.520 INFO O| Dec 18 23:17:32.520 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6636 | 2024-12-18T23:17:33.894Z | [ recovery-image] Dec 18 23:17:32.557 INFO O| Dec 18 23:17:32.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6637 | 2024-12-18T23:17:33.894Z | [ recovery-image] Dec 18 23:17:32.557 INFO O| Dec 18 23:17:32.557 INFO STEP 749 (remove_files) COMPLETE |
6638 | 2024-12-18T23:17:33.895Z | [ recovery-image] Dec 18 23:17:32.557 INFO O| Dec 18 23:17:32.557 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6639 | 2024-12-18T23:17:33.917Z | [ recovery-image] Dec 18 23:17:32.579 INFO O| Dec 18 23:17:32.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6640 | 2024-12-18T23:17:33.917Z | [ recovery-image] Dec 18 23:17:32.579 INFO O| Dec 18 23:17:32.579 INFO STEP 750 (remove_files) COMPLETE |
6641 | 2024-12-18T23:17:33.917Z | [ recovery-image] Dec 18 23:17:32.579 INFO O| Dec 18 23:17:32.579 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6642 | 2024-12-18T23:17:33.953Z | [ recovery-image] Dec 18 23:17:32.616 INFO O| Dec 18 23:17:32.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6643 | 2024-12-18T23:17:33.953Z | [ recovery-image] Dec 18 23:17:32.616 INFO O| Dec 18 23:17:32.616 INFO STEP 751 (remove_files) COMPLETE |
6644 | 2024-12-18T23:17:33.953Z | [ recovery-image] Dec 18 23:17:32.616 INFO O| Dec 18 23:17:32.616 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6645 | 2024-12-18T23:17:33.987Z | [ recovery-image] Dec 18 23:17:32.650 INFO O| Dec 18 23:17:32.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6646 | 2024-12-18T23:17:33.988Z | [ recovery-image] Dec 18 23:17:32.650 INFO O| Dec 18 23:17:32.650 INFO STEP 752 (remove_files) COMPLETE |
6647 | 2024-12-18T23:17:33.988Z | [ recovery-image] Dec 18 23:17:32.650 INFO O| Dec 18 23:17:32.650 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6648 | 2024-12-18T23:17:34.025Z | [ recovery-image] Dec 18 23:17:32.688 INFO O| Dec 18 23:17:32.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6649 | 2024-12-18T23:17:34.025Z | [ recovery-image] Dec 18 23:17:32.688 INFO O| Dec 18 23:17:32.688 INFO STEP 753 (remove_files) COMPLETE |
6650 | 2024-12-18T23:17:34.028Z | [ recovery-image] Dec 18 23:17:32.688 INFO O| Dec 18 23:17:32.688 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6651 | 2024-12-18T23:17:34.048Z | [ recovery-image] Dec 18 23:17:32.710 INFO O| Dec 18 23:17:32.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6652 | 2024-12-18T23:17:34.048Z | [ recovery-image] Dec 18 23:17:32.710 INFO O| Dec 18 23:17:32.710 INFO STEP 754 (remove_files) COMPLETE |
6653 | 2024-12-18T23:17:34.048Z | [ recovery-image] Dec 18 23:17:32.710 INFO O| Dec 18 23:17:32.710 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6654 | 2024-12-18T23:17:34.167Z | [ recovery-image] Dec 18 23:17:32.830 INFO O| Dec 18 23:17:32.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6655 | 2024-12-18T23:17:34.167Z | [ recovery-image] Dec 18 23:17:32.830 INFO O| Dec 18 23:17:32.830 INFO STEP 755 (remove_files) COMPLETE |
6656 | 2024-12-18T23:17:34.167Z | [ recovery-image] Dec 18 23:17:32.830 INFO O| Dec 18 23:17:32.830 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6657 | 2024-12-18T23:17:34.190Z | [ recovery-image] Dec 18 23:17:32.852 INFO O| Dec 18 23:17:32.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6658 | 2024-12-18T23:17:34.190Z | [ recovery-image] Dec 18 23:17:32.852 INFO O| Dec 18 23:17:32.852 INFO STEP 756 (remove_files) COMPLETE |
6659 | 2024-12-18T23:17:34.190Z | [ recovery-image] Dec 18 23:17:32.852 INFO O| Dec 18 23:17:32.852 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6660 | 2024-12-18T23:17:34.211Z | [ recovery-image] Dec 18 23:17:32.874 INFO O| Dec 18 23:17:32.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6661 | 2024-12-18T23:17:34.211Z | [ recovery-image] Dec 18 23:17:32.874 INFO O| Dec 18 23:17:32.874 INFO STEP 757 (remove_files) COMPLETE |
6662 | 2024-12-18T23:17:34.211Z | [ recovery-image] Dec 18 23:17:32.874 INFO O| Dec 18 23:17:32.874 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6663 | 2024-12-18T23:17:34.294Z | [ recovery-image] Dec 18 23:17:32.956 INFO O| Dec 18 23:17:32.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6664 | 2024-12-18T23:17:34.294Z | [ recovery-image] Dec 18 23:17:32.956 INFO O| Dec 18 23:17:32.956 INFO STEP 758 (remove_files) COMPLETE |
6665 | 2024-12-18T23:17:34.294Z | [ recovery-image] Dec 18 23:17:32.956 INFO O| Dec 18 23:17:32.956 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6666 | 2024-12-18T23:17:34.316Z | [ recovery-image] Dec 18 23:17:32.977 INFO O| Dec 18 23:17:32.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6667 | 2024-12-18T23:17:34.316Z | [ recovery-image] Dec 18 23:17:32.977 INFO O| Dec 18 23:17:32.977 INFO STEP 759 (remove_files) COMPLETE |
6668 | 2024-12-18T23:17:34.319Z | [ recovery-image] Dec 18 23:17:32.977 INFO O| Dec 18 23:17:32.977 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6669 | 2024-12-18T23:17:34.356Z | [ recovery-image] Dec 18 23:17:33.019 INFO O| Dec 18 23:17:33.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6670 | 2024-12-18T23:17:34.361Z | [ recovery-image] Dec 18 23:17:33.024 INFO O| Dec 18 23:17:33.024 INFO STEP 760 (remove_files) COMPLETE |
6671 | 2024-12-18T23:17:34.361Z | [ recovery-image] Dec 18 23:17:33.024 INFO O| Dec 18 23:17:33.024 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6672 | 2024-12-18T23:17:34.420Z | [ recovery-image] Dec 18 23:17:33.081 INFO O| Dec 18 23:17:33.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6673 | 2024-12-18T23:17:34.420Z | [ recovery-image] Dec 18 23:17:33.081 INFO O| Dec 18 23:17:33.081 INFO STEP 761 (remove_files) COMPLETE |
6674 | 2024-12-18T23:17:34.420Z | [ recovery-image] Dec 18 23:17:33.081 INFO O| Dec 18 23:17:33.081 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6675 | 2024-12-18T23:17:34.459Z | [ recovery-image] Dec 18 23:17:33.122 INFO O| Dec 18 23:17:33.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6676 | 2024-12-18T23:17:34.462Z | [ recovery-image] Dec 18 23:17:33.122 INFO O| Dec 18 23:17:33.122 INFO STEP 762 (remove_files) COMPLETE |
6677 | 2024-12-18T23:17:34.462Z | [ recovery-image] Dec 18 23:17:33.122 INFO O| Dec 18 23:17:33.122 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6678 | 2024-12-18T23:17:34.481Z | [ recovery-image] Dec 18 23:17:33.143 INFO O| Dec 18 23:17:33.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6679 | 2024-12-18T23:17:34.484Z | [ recovery-image] Dec 18 23:17:33.144 INFO O| Dec 18 23:17:33.144 INFO STEP 763 (remove_files) COMPLETE |
6680 | 2024-12-18T23:17:34.484Z | [ recovery-image] Dec 18 23:17:33.144 INFO O| Dec 18 23:17:33.144 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6681 | 2024-12-18T23:17:34.503Z | [ recovery-image] Dec 18 23:17:33.165 INFO O| Dec 18 23:17:33.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6682 | 2024-12-18T23:17:34.505Z | [ recovery-image] Dec 18 23:17:33.165 INFO O| Dec 18 23:17:33.165 INFO STEP 764 (remove_files) COMPLETE |
6683 | 2024-12-18T23:17:34.505Z | [ recovery-image] Dec 18 23:17:33.166 INFO O| Dec 18 23:17:33.165 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2024-12-18T23:17:34.550Z | [ recovery-image] Dec 18 23:17:33.213 INFO O| Dec 18 23:17:33.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6685 | 2024-12-18T23:17:34.553Z | [ recovery-image] Dec 18 23:17:33.213 INFO O| Dec 18 23:17:33.213 INFO STEP 765 (remove_files) COMPLETE |
6686 | 2024-12-18T23:17:34.553Z | [ recovery-image] Dec 18 23:17:33.213 INFO O| Dec 18 23:17:33.213 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6687 | 2024-12-18T23:17:34.572Z | [ recovery-image] Dec 18 23:17:33.233 INFO O| Dec 18 23:17:33.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6688 | 2024-12-18T23:17:34.575Z | [ recovery-image] Dec 18 23:17:33.234 INFO O| Dec 18 23:17:33.233 INFO STEP 766 (remove_files) COMPLETE |
6689 | 2024-12-18T23:17:34.576Z | [ recovery-image] Dec 18 23:17:33.234 INFO O| Dec 18 23:17:33.233 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6690 | 2024-12-18T23:17:34.591Z | [ recovery-image] Dec 18 23:17:33.253 INFO O| Dec 18 23:17:33.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6691 | 2024-12-18T23:17:34.594Z | [ recovery-image] Dec 18 23:17:33.253 INFO O| Dec 18 23:17:33.253 INFO STEP 767 (remove_files) COMPLETE |
6692 | 2024-12-18T23:17:34.594Z | [ recovery-image] Dec 18 23:17:33.254 INFO O| Dec 18 23:17:33.253 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2024-12-18T23:17:34.610Z | [ recovery-image] Dec 18 23:17:33.273 INFO O| Dec 18 23:17:33.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6694 | 2024-12-18T23:17:34.613Z | [ recovery-image] Dec 18 23:17:33.273 INFO O| Dec 18 23:17:33.273 INFO STEP 768 (remove_files) COMPLETE |
6695 | 2024-12-18T23:17:34.613Z | [ recovery-image] Dec 18 23:17:33.273 INFO O| Dec 18 23:17:33.273 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6696 | 2024-12-18T23:17:34.649Z | [ recovery-image] Dec 18 23:17:33.312 INFO O| Dec 18 23:17:33.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6697 | 2024-12-18T23:17:34.650Z | [ recovery-image] Dec 18 23:17:33.312 INFO O| Dec 18 23:17:33.312 INFO STEP 769 (remove_files) COMPLETE |
6698 | 2024-12-18T23:17:34.650Z | [ recovery-image] Dec 18 23:17:33.312 INFO O| Dec 18 23:17:33.312 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6699 | 2024-12-18T23:17:34.698Z | [ recovery-image] Dec 18 23:17:33.361 INFO O| Dec 18 23:17:33.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6700 | 2024-12-18T23:17:34.698Z | [ recovery-image] Dec 18 23:17:33.361 INFO O| Dec 18 23:17:33.361 INFO STEP 770 (remove_files) COMPLETE |
6701 | 2024-12-18T23:17:34.698Z | [ recovery-image] Dec 18 23:17:33.361 INFO O| Dec 18 23:17:33.361 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6702 | 2024-12-18T23:17:34.722Z | [ recovery-image] Dec 18 23:17:33.384 INFO O| Dec 18 23:17:33.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6703 | 2024-12-18T23:17:34.722Z | [ recovery-image] Dec 18 23:17:33.384 INFO O| Dec 18 23:17:33.384 INFO STEP 771 (remove_files) COMPLETE |
6704 | 2024-12-18T23:17:34.722Z | [ recovery-image] Dec 18 23:17:33.384 INFO O| Dec 18 23:17:33.384 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6705 | 2024-12-18T23:17:34.744Z | [ recovery-image] Dec 18 23:17:33.406 INFO O| Dec 18 23:17:33.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6706 | 2024-12-18T23:17:34.744Z | [ recovery-image] Dec 18 23:17:33.406 INFO O| Dec 18 23:17:33.406 INFO STEP 772 (remove_files) COMPLETE |
6707 | 2024-12-18T23:17:34.744Z | [ recovery-image] Dec 18 23:17:33.406 INFO O| Dec 18 23:17:33.406 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6708 | 2024-12-18T23:17:34.764Z | [ recovery-image] Dec 18 23:17:33.426 INFO O| Dec 18 23:17:33.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6709 | 2024-12-18T23:17:34.764Z | [ recovery-image] Dec 18 23:17:33.426 INFO O| Dec 18 23:17:33.426 INFO STEP 773 (remove_files) COMPLETE |
6710 | 2024-12-18T23:17:34.764Z | [ recovery-image] Dec 18 23:17:33.426 INFO O| Dec 18 23:17:33.426 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6711 | 2024-12-18T23:17:34.783Z | [ recovery-image] Dec 18 23:17:33.446 INFO O| Dec 18 23:17:33.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6712 | 2024-12-18T23:17:34.783Z | [ recovery-image] Dec 18 23:17:33.446 INFO O| Dec 18 23:17:33.446 INFO STEP 774 (remove_files) COMPLETE |
6713 | 2024-12-18T23:17:34.783Z | [ recovery-image] Dec 18 23:17:33.446 INFO O| Dec 18 23:17:33.446 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6714 | 2024-12-18T23:17:34.803Z | [ recovery-image] Dec 18 23:17:33.466 INFO O| Dec 18 23:17:33.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6715 | 2024-12-18T23:17:34.803Z | [ recovery-image] Dec 18 23:17:33.466 INFO O| Dec 18 23:17:33.466 INFO STEP 775 (remove_files) COMPLETE |
6716 | 2024-12-18T23:17:34.806Z | [ recovery-image] Dec 18 23:17:33.466 INFO O| Dec 18 23:17:33.466 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6717 | 2024-12-18T23:17:34.823Z | [ recovery-image] Dec 18 23:17:33.485 INFO O| Dec 18 23:17:33.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6718 | 2024-12-18T23:17:34.823Z | [ recovery-image] Dec 18 23:17:33.486 INFO O| Dec 18 23:17:33.485 INFO STEP 776 (remove_files) COMPLETE |
6719 | 2024-12-18T23:17:34.823Z | [ recovery-image] Dec 18 23:17:33.486 INFO O| Dec 18 23:17:33.486 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6720 | 2024-12-18T23:17:34.844Z | [ recovery-image] Dec 18 23:17:33.507 INFO O| Dec 18 23:17:33.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6721 | 2024-12-18T23:17:34.844Z | [ recovery-image] Dec 18 23:17:33.507 INFO O| Dec 18 23:17:33.507 INFO STEP 777 (remove_files) COMPLETE |
6722 | 2024-12-18T23:17:34.844Z | [ recovery-image] Dec 18 23:17:33.507 INFO O| Dec 18 23:17:33.507 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6723 | 2024-12-18T23:17:34.865Z | [ recovery-image] Dec 18 23:17:33.528 INFO O| Dec 18 23:17:33.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6724 | 2024-12-18T23:17:34.865Z | [ recovery-image] Dec 18 23:17:33.528 INFO O| Dec 18 23:17:33.528 INFO STEP 778 (remove_files) COMPLETE |
6725 | 2024-12-18T23:17:34.868Z | [ recovery-image] Dec 18 23:17:33.528 INFO O| Dec 18 23:17:33.528 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6726 | 2024-12-18T23:17:34.886Z | [ recovery-image] Dec 18 23:17:33.548 INFO O| Dec 18 23:17:33.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6727 | 2024-12-18T23:17:34.886Z | [ recovery-image] Dec 18 23:17:33.548 INFO O| Dec 18 23:17:33.548 INFO STEP 779 (remove_files) COMPLETE |
6728 | 2024-12-18T23:17:34.888Z | [ recovery-image] Dec 18 23:17:33.548 INFO O| Dec 18 23:17:33.548 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6729 | 2024-12-18T23:17:34.917Z | [ recovery-image] Dec 18 23:17:33.579 INFO O| Dec 18 23:17:33.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6730 | 2024-12-18T23:17:34.917Z | [ recovery-image] Dec 18 23:17:33.579 INFO O| Dec 18 23:17:33.579 INFO STEP 780 (remove_files) COMPLETE |
6731 | 2024-12-18T23:17:34.920Z | [ recovery-image] Dec 18 23:17:33.579 INFO O| Dec 18 23:17:33.579 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6732 | 2024-12-18T23:17:34.976Z | [ recovery-image] Dec 18 23:17:33.638 INFO O| Dec 18 23:17:33.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6733 | 2024-12-18T23:17:34.976Z | [ recovery-image] Dec 18 23:17:33.638 INFO O| Dec 18 23:17:33.638 INFO STEP 781 (remove_files) COMPLETE |
6734 | 2024-12-18T23:17:34.976Z | [ recovery-image] Dec 18 23:17:33.638 INFO O| Dec 18 23:17:33.638 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6735 | 2024-12-18T23:17:34.995Z | [ recovery-image] Dec 18 23:17:33.657 INFO O| Dec 18 23:17:33.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6736 | 2024-12-18T23:17:34.997Z | [ recovery-image] Dec 18 23:17:33.657 INFO O| Dec 18 23:17:33.657 INFO STEP 782 (remove_files) COMPLETE |
6737 | 2024-12-18T23:17:34.997Z | [ recovery-image] Dec 18 23:17:33.657 INFO O| Dec 18 23:17:33.657 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6738 | 2024-12-18T23:17:35.021Z | [ recovery-image] Dec 18 23:17:33.684 INFO O| Dec 18 23:17:33.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6739 | 2024-12-18T23:17:35.021Z | [ recovery-image] Dec 18 23:17:33.684 INFO O| Dec 18 23:17:33.684 INFO STEP 783 (remove_files) COMPLETE |
6740 | 2024-12-18T23:17:35.021Z | [ recovery-image] Dec 18 23:17:33.684 INFO O| Dec 18 23:17:33.684 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6741 | 2024-12-18T23:17:35.054Z | [ recovery-image] Dec 18 23:17:33.717 INFO O| Dec 18 23:17:33.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6742 | 2024-12-18T23:17:35.054Z | [ recovery-image] Dec 18 23:17:33.717 INFO O| Dec 18 23:17:33.717 INFO STEP 784 (remove_files) COMPLETE |
6743 | 2024-12-18T23:17:35.055Z | [ recovery-image] Dec 18 23:17:33.717 INFO O| Dec 18 23:17:33.717 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6744 | 2024-12-18T23:17:35.116Z | [ recovery-image] Dec 18 23:17:33.779 INFO O| Dec 18 23:17:33.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6745 | 2024-12-18T23:17:35.116Z | [ recovery-image] Dec 18 23:17:33.779 INFO O| Dec 18 23:17:33.779 INFO STEP 785 (remove_files) COMPLETE |
6746 | 2024-12-18T23:17:35.119Z | [ recovery-image] Dec 18 23:17:33.779 INFO O| Dec 18 23:17:33.779 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6747 | 2024-12-18T23:17:35.138Z | [ recovery-image] Dec 18 23:17:33.800 INFO O| Dec 18 23:17:33.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6748 | 2024-12-18T23:17:35.138Z | [ recovery-image] Dec 18 23:17:33.800 INFO O| Dec 18 23:17:33.800 INFO STEP 786 (remove_files) COMPLETE |
6749 | 2024-12-18T23:17:35.141Z | [ recovery-image] Dec 18 23:17:33.800 INFO O| Dec 18 23:17:33.800 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6750 | 2024-12-18T23:17:35.157Z | [ recovery-image] Dec 18 23:17:33.820 INFO O| Dec 18 23:17:33.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6751 | 2024-12-18T23:17:35.157Z | [ recovery-image] Dec 18 23:17:33.820 INFO O| Dec 18 23:17:33.820 INFO STEP 787 (remove_files) COMPLETE |
6752 | 2024-12-18T23:17:35.161Z | [ recovery-image] Dec 18 23:17:33.820 INFO O| Dec 18 23:17:33.820 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6753 | 2024-12-18T23:17:35.177Z | [ recovery-image] Dec 18 23:17:33.840 INFO O| Dec 18 23:17:33.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6754 | 2024-12-18T23:17:35.177Z | [ recovery-image] Dec 18 23:17:33.840 INFO O| Dec 18 23:17:33.840 INFO STEP 788 (remove_files) COMPLETE |
6755 | 2024-12-18T23:17:35.177Z | [ recovery-image] Dec 18 23:17:33.840 INFO O| Dec 18 23:17:33.840 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6756 | 2024-12-18T23:17:35.215Z | [ recovery-image] Dec 18 23:17:33.878 INFO O| Dec 18 23:17:33.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6757 | 2024-12-18T23:17:35.215Z | [ recovery-image] Dec 18 23:17:33.878 INFO O| Dec 18 23:17:33.878 INFO STEP 789 (remove_files) COMPLETE |
6758 | 2024-12-18T23:17:35.215Z | [ recovery-image] Dec 18 23:17:33.878 INFO O| Dec 18 23:17:33.878 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6759 | 2024-12-18T23:17:35.272Z | [ recovery-image] Dec 18 23:17:33.934 INFO O| Dec 18 23:17:33.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6760 | 2024-12-18T23:17:35.272Z | [ recovery-image] Dec 18 23:17:33.934 INFO O| Dec 18 23:17:33.934 INFO STEP 790 (remove_files) COMPLETE |
6761 | 2024-12-18T23:17:35.272Z | [ recovery-image] Dec 18 23:17:33.934 INFO O| Dec 18 23:17:33.934 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6762 | 2024-12-18T23:17:35.291Z | [ recovery-image] Dec 18 23:17:33.953 INFO O| Dec 18 23:17:33.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6763 | 2024-12-18T23:17:35.291Z | [ recovery-image] Dec 18 23:17:33.954 INFO O| Dec 18 23:17:33.953 INFO STEP 791 (remove_files) COMPLETE |
6764 | 2024-12-18T23:17:35.291Z | [ recovery-image] Dec 18 23:17:33.954 INFO O| Dec 18 23:17:33.954 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6765 | 2024-12-18T23:17:35.315Z | [ recovery-image] Dec 18 23:17:33.977 INFO O| Dec 18 23:17:33.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6766 | 2024-12-18T23:17:35.317Z | [ recovery-image] Dec 18 23:17:33.978 INFO O| Dec 18 23:17:33.977 INFO STEP 792 (remove_files) COMPLETE |
6767 | 2024-12-18T23:17:35.318Z | [ recovery-image] Dec 18 23:17:33.978 INFO O| Dec 18 23:17:33.978 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6768 | 2024-12-18T23:17:35.337Z | [ recovery-image] Dec 18 23:17:33.999 INFO O| Dec 18 23:17:33.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6769 | 2024-12-18T23:17:35.337Z | [ recovery-image] Dec 18 23:17:34.000 INFO O| Dec 18 23:17:34.000 INFO STEP 793 (remove_files) COMPLETE |
6770 | 2024-12-18T23:17:35.340Z | [ recovery-image] Dec 18 23:17:34.000 INFO O| Dec 18 23:17:34.000 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6771 | 2024-12-18T23:17:35.359Z | [ recovery-image] Dec 18 23:17:34.022 INFO O| Dec 18 23:17:34.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6772 | 2024-12-18T23:17:35.362Z | [ recovery-image] Dec 18 23:17:34.022 INFO O| Dec 18 23:17:34.022 INFO STEP 794 (remove_files) COMPLETE |
6773 | 2024-12-18T23:17:35.362Z | [ recovery-image] Dec 18 23:17:34.022 INFO O| Dec 18 23:17:34.022 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6774 | 2024-12-18T23:17:35.405Z | [ recovery-image] Dec 18 23:17:34.067 INFO O| Dec 18 23:17:34.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6775 | 2024-12-18T23:17:35.408Z | [ recovery-image] Dec 18 23:17:34.067 INFO O| Dec 18 23:17:34.067 INFO STEP 795 (remove_files) COMPLETE |
6776 | 2024-12-18T23:17:35.408Z | [ recovery-image] Dec 18 23:17:34.067 INFO O| Dec 18 23:17:34.067 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6777 | 2024-12-18T23:17:35.426Z | [ recovery-image] Dec 18 23:17:34.088 INFO O| Dec 18 23:17:34.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6778 | 2024-12-18T23:17:35.428Z | [ recovery-image] Dec 18 23:17:34.088 INFO O| Dec 18 23:17:34.088 INFO STEP 796 (remove_files) COMPLETE |
6779 | 2024-12-18T23:17:35.428Z | [ recovery-image] Dec 18 23:17:34.089 INFO O| Dec 18 23:17:34.088 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6780 | 2024-12-18T23:17:35.483Z | [ recovery-image] Dec 18 23:17:34.145 INFO O| Dec 18 23:17:34.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6781 | 2024-12-18T23:17:35.485Z | [ recovery-image] Dec 18 23:17:34.146 INFO O| Dec 18 23:17:34.146 INFO STEP 797 (remove_files) COMPLETE |
6782 | 2024-12-18T23:17:35.485Z | [ recovery-image] Dec 18 23:17:34.146 INFO O| Dec 18 23:17:34.146 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6783 | 2024-12-18T23:17:35.519Z | [ recovery-image] Dec 18 23:17:34.181 INFO O| Dec 18 23:17:34.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6784 | 2024-12-18T23:17:35.522Z | [ recovery-image] Dec 18 23:17:34.182 INFO O| Dec 18 23:17:34.182 INFO STEP 798 (remove_files) COMPLETE |
6785 | 2024-12-18T23:17:35.522Z | [ recovery-image] Dec 18 23:17:34.182 INFO O| Dec 18 23:17:34.182 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6786 | 2024-12-18T23:17:35.540Z | [ recovery-image] Dec 18 23:17:34.203 INFO O| Dec 18 23:17:34.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6787 | 2024-12-18T23:17:35.541Z | [ recovery-image] Dec 18 23:17:34.203 INFO O| Dec 18 23:17:34.203 INFO STEP 799 (remove_files) COMPLETE |
6788 | 2024-12-18T23:17:35.543Z | [ recovery-image] Dec 18 23:17:34.203 INFO O| Dec 18 23:17:34.203 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6789 | 2024-12-18T23:17:35.578Z | [ recovery-image] Dec 18 23:17:34.240 INFO O| Dec 18 23:17:34.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6790 | 2024-12-18T23:17:35.578Z | [ recovery-image] Dec 18 23:17:34.240 INFO O| Dec 18 23:17:34.240 INFO STEP 800 (remove_files) COMPLETE |
6791 | 2024-12-18T23:17:35.578Z | [ recovery-image] Dec 18 23:17:34.240 INFO O| Dec 18 23:17:34.240 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6792 | 2024-12-18T23:17:35.639Z | [ recovery-image] Dec 18 23:17:34.300 INFO O| Dec 18 23:17:34.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6793 | 2024-12-18T23:17:35.639Z | [ recovery-image] Dec 18 23:17:34.300 INFO O| Dec 18 23:17:34.300 INFO STEP 801 (remove_files) COMPLETE |
6794 | 2024-12-18T23:17:35.639Z | [ recovery-image] Dec 18 23:17:34.300 INFO O| Dec 18 23:17:34.300 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6795 | 2024-12-18T23:17:35.659Z | [ recovery-image] Dec 18 23:17:34.321 INFO O| Dec 18 23:17:34.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6796 | 2024-12-18T23:17:35.659Z | [ recovery-image] Dec 18 23:17:34.321 INFO O| Dec 18 23:17:34.321 INFO STEP 802 (remove_files) COMPLETE |
6797 | 2024-12-18T23:17:35.662Z | [ recovery-image] Dec 18 23:17:34.322 INFO O| Dec 18 23:17:34.321 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6798 | 2024-12-18T23:17:35.682Z | [ recovery-image] Dec 18 23:17:34.343 INFO O| Dec 18 23:17:34.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6799 | 2024-12-18T23:17:35.685Z | [ recovery-image] Dec 18 23:17:34.343 INFO O| Dec 18 23:17:34.343 INFO STEP 803 (remove_files) COMPLETE |
6800 | 2024-12-18T23:17:35.685Z | [ recovery-image] Dec 18 23:17:34.343 INFO O| Dec 18 23:17:34.343 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6801 | 2024-12-18T23:17:35.701Z | [ recovery-image] Dec 18 23:17:34.364 INFO O| Dec 18 23:17:34.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6802 | 2024-12-18T23:17:35.704Z | [ recovery-image] Dec 18 23:17:34.364 INFO O| Dec 18 23:17:34.364 INFO STEP 804 (remove_files) COMPLETE |
6803 | 2024-12-18T23:17:35.704Z | [ recovery-image] Dec 18 23:17:34.364 INFO O| Dec 18 23:17:34.364 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6804 | 2024-12-18T23:17:35.851Z | [ recovery-image] Dec 18 23:17:34.510 INFO O| Dec 18 23:17:34.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6805 | 2024-12-18T23:17:35.851Z | [ recovery-image] Dec 18 23:17:34.510 INFO O| Dec 18 23:17:34.449 INFO STEP 805 (remove_files) COMPLETE |
6806 | 2024-12-18T23:17:35.851Z | [ recovery-image] Dec 18 23:17:34.510 INFO O| Dec 18 23:17:34.449 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6807 | 2024-12-18T23:17:35.859Z | [ recovery-image] Dec 18 23:17:34.510 INFO O| Dec 18 23:17:34.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6808 | 2024-12-18T23:17:35.859Z | [ recovery-image] Dec 18 23:17:34.510 INFO O| Dec 18 23:17:34.485 INFO STEP 806 (remove_files) COMPLETE |
6809 | 2024-12-18T23:17:35.859Z | [ recovery-image] Dec 18 23:17:34.510 INFO O| Dec 18 23:17:34.485 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6810 | 2024-12-18T23:17:35.917Z | [ recovery-image] Dec 18 23:17:34.578 INFO O| Dec 18 23:17:34.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6811 | 2024-12-18T23:17:35.918Z | [ recovery-image] Dec 18 23:17:34.578 INFO O| Dec 18 23:17:34.578 INFO STEP 807 (remove_files) COMPLETE |
6812 | 2024-12-18T23:17:35.918Z | [ recovery-image] Dec 18 23:17:34.578 INFO O| Dec 18 23:17:34.578 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6813 | 2024-12-18T23:17:35.957Z | [ recovery-image] Dec 18 23:17:34.619 INFO O| Dec 18 23:17:34.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6814 | 2024-12-18T23:17:35.957Z | [ recovery-image] Dec 18 23:17:34.619 INFO O| Dec 18 23:17:34.619 INFO STEP 808 (remove_files) COMPLETE |
6815 | 2024-12-18T23:17:35.959Z | [ recovery-image] Dec 18 23:17:34.620 INFO O| Dec 18 23:17:34.619 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6816 | 2024-12-18T23:17:36.011Z | [ recovery-image] Dec 18 23:17:34.673 INFO O| Dec 18 23:17:34.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6817 | 2024-12-18T23:17:36.011Z | [ recovery-image] Dec 18 23:17:34.673 INFO O| Dec 18 23:17:34.673 INFO STEP 809 (remove_files) COMPLETE |
6818 | 2024-12-18T23:17:36.011Z | [ recovery-image] Dec 18 23:17:34.673 INFO O| Dec 18 23:17:34.673 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6819 | 2024-12-18T23:17:36.042Z | [ recovery-image] Dec 18 23:17:34.703 INFO O| Dec 18 23:17:34.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6820 | 2024-12-18T23:17:36.042Z | [ recovery-image] Dec 18 23:17:34.703 INFO O| Dec 18 23:17:34.703 INFO STEP 810 (remove_files) COMPLETE |
6821 | 2024-12-18T23:17:36.042Z | [ recovery-image] Dec 18 23:17:34.703 INFO O| Dec 18 23:17:34.703 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6822 | 2024-12-18T23:17:36.089Z | [ recovery-image] Dec 18 23:17:34.752 INFO O| Dec 18 23:17:34.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6823 | 2024-12-18T23:17:36.089Z | [ recovery-image] Dec 18 23:17:34.752 INFO O| Dec 18 23:17:34.752 INFO STEP 811 (remove_files) COMPLETE |
6824 | 2024-12-18T23:17:36.092Z | [ recovery-image] Dec 18 23:17:34.752 INFO O| Dec 18 23:17:34.752 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6825 | 2024-12-18T23:17:36.135Z | [ recovery-image] Dec 18 23:17:34.797 INFO O| Dec 18 23:17:34.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6826 | 2024-12-18T23:17:36.135Z | [ recovery-image] Dec 18 23:17:34.797 INFO O| Dec 18 23:17:34.797 INFO STEP 812 (remove_files) COMPLETE |
6827 | 2024-12-18T23:17:36.135Z | [ recovery-image] Dec 18 23:17:34.797 INFO O| Dec 18 23:17:34.797 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6828 | 2024-12-18T23:17:36.185Z | [ recovery-image] Dec 18 23:17:34.848 INFO O| Dec 18 23:17:34.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6829 | 2024-12-18T23:17:36.188Z | [ recovery-image] Dec 18 23:17:34.848 INFO O| Dec 18 23:17:34.848 INFO STEP 813 (remove_files) COMPLETE |
6830 | 2024-12-18T23:17:36.188Z | [ recovery-image] Dec 18 23:17:34.848 INFO O| Dec 18 23:17:34.848 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6831 | 2024-12-18T23:17:36.231Z | [ recovery-image] Dec 18 23:17:34.894 INFO O| Dec 18 23:17:34.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6832 | 2024-12-18T23:17:36.231Z | [ recovery-image] Dec 18 23:17:34.894 INFO O| Dec 18 23:17:34.894 INFO STEP 814 (remove_files) COMPLETE |
6833 | 2024-12-18T23:17:36.231Z | [ recovery-image] Dec 18 23:17:34.894 INFO O| Dec 18 23:17:34.894 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6834 | 2024-12-18T23:17:36.298Z | [ recovery-image] Dec 18 23:17:34.961 INFO O| Dec 18 23:17:34.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6835 | 2024-12-18T23:17:36.298Z | [ recovery-image] Dec 18 23:17:34.961 INFO O| Dec 18 23:17:34.961 INFO STEP 815 (remove_files) COMPLETE |
6836 | 2024-12-18T23:17:36.301Z | [ recovery-image] Dec 18 23:17:34.961 INFO O| Dec 18 23:17:34.961 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6837 | 2024-12-18T23:17:36.321Z | [ recovery-image] Dec 18 23:17:34.981 INFO O| Dec 18 23:17:34.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6838 | 2024-12-18T23:17:36.321Z | [ recovery-image] Dec 18 23:17:34.981 INFO O| Dec 18 23:17:34.981 INFO STEP 816 (remove_files) COMPLETE |
6839 | 2024-12-18T23:17:36.321Z | [ recovery-image] Dec 18 23:17:34.981 INFO O| Dec 18 23:17:34.981 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6840 | 2024-12-18T23:17:36.339Z | [ recovery-image] Dec 18 23:17:35.001 INFO O| Dec 18 23:17:35.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6841 | 2024-12-18T23:17:36.358Z | [ recovery-image] Dec 18 23:17:35.020 INFO O| Dec 18 23:17:35.020 INFO STEP 817 (remove_files) COMPLETE |
6842 | 2024-12-18T23:17:36.358Z | [ recovery-image] Dec 18 23:17:35.020 INFO O| Dec 18 23:17:35.020 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6843 | 2024-12-18T23:17:36.379Z | [ recovery-image] Dec 18 23:17:35.042 INFO O| Dec 18 23:17:35.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6844 | 2024-12-18T23:17:36.380Z | [ recovery-image] Dec 18 23:17:35.042 INFO O| Dec 18 23:17:35.042 INFO STEP 818 (remove_files) COMPLETE |
6845 | 2024-12-18T23:17:36.380Z | [ recovery-image] Dec 18 23:17:35.042 INFO O| Dec 18 23:17:35.042 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6846 | 2024-12-18T23:17:36.400Z | [ recovery-image] Dec 18 23:17:35.063 INFO O| Dec 18 23:17:35.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6847 | 2024-12-18T23:17:36.410Z | [ recovery-image] Dec 18 23:17:35.073 INFO O| Dec 18 23:17:35.073 INFO STEP 819 (remove_files) COMPLETE |
6848 | 2024-12-18T23:17:36.411Z | [ recovery-image] Dec 18 23:17:35.073 INFO O| Dec 18 23:17:35.073 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6849 | 2024-12-18T23:17:36.469Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
6850 | 2024-12-18T23:17:36.562Z | [ recovery-image] Dec 18 23:17:35.222 INFO O| Dec 18 23:17:35.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6851 | 2024-12-18T23:17:36.585Z | [ recovery-image] Dec 18 23:17:35.248 INFO O| Dec 18 23:17:35.248 INFO STEP 820 (remove_files) COMPLETE |
6852 | 2024-12-18T23:17:36.586Z | [ recovery-image] Dec 18 23:17:35.248 INFO O| Dec 18 23:17:35.248 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6853 | 2024-12-18T23:17:36.649Z | [ recovery-image] Dec 18 23:17:35.310 INFO O| Dec 18 23:17:35.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6854 | 2024-12-18T23:17:36.649Z | [ recovery-image] Dec 18 23:17:35.311 INFO O| Dec 18 23:17:35.311 INFO STEP 821 (remove_files) COMPLETE |
6855 | 2024-12-18T23:17:36.649Z | [ recovery-image] Dec 18 23:17:35.311 INFO O| Dec 18 23:17:35.311 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6856 | 2024-12-18T23:17:36.670Z | [ recovery-image] Dec 18 23:17:35.332 INFO O| Dec 18 23:17:35.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6857 | 2024-12-18T23:17:36.674Z | [ recovery-image] Dec 18 23:17:35.334 INFO O| Dec 18 23:17:35.334 INFO STEP 822 (remove_files) COMPLETE |
6858 | 2024-12-18T23:17:36.674Z | [ recovery-image] Dec 18 23:17:35.334 INFO O| Dec 18 23:17:35.334 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6859 | 2024-12-18T23:17:36.790Z | [ recovery-image] Dec 18 23:17:35.452 INFO O| Dec 18 23:17:35.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6860 | 2024-12-18T23:17:36.790Z | [ recovery-image] Dec 18 23:17:35.452 INFO O| Dec 18 23:17:35.452 INFO STEP 823 (remove_files) COMPLETE |
6861 | 2024-12-18T23:17:36.790Z | [ recovery-image] Dec 18 23:17:35.452 INFO O| Dec 18 23:17:35.452 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6862 | 2024-12-18T23:17:36.812Z | [ recovery-image] Dec 18 23:17:35.474 INFO O| Dec 18 23:17:35.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6863 | 2024-12-18T23:17:36.812Z | [ recovery-image] Dec 18 23:17:35.474 INFO O| Dec 18 23:17:35.474 INFO STEP 824 (remove_files) COMPLETE |
6864 | 2024-12-18T23:17:36.815Z | [ recovery-image] Dec 18 23:17:35.474 INFO O| Dec 18 23:17:35.474 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6865 | 2024-12-18T23:17:36.833Z | [ recovery-image] Dec 18 23:17:35.495 INFO O| Dec 18 23:17:35.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6866 | 2024-12-18T23:17:36.833Z | [ recovery-image] Dec 18 23:17:35.495 INFO O| Dec 18 23:17:35.495 INFO STEP 825 (remove_files) COMPLETE |
6867 | 2024-12-18T23:17:36.835Z | [ recovery-image] Dec 18 23:17:35.495 INFO O| Dec 18 23:17:35.495 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6868 | 2024-12-18T23:17:36.853Z | [ recovery-image] Dec 18 23:17:35.516 INFO O| Dec 18 23:17:35.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6869 | 2024-12-18T23:17:36.853Z | [ recovery-image] Dec 18 23:17:35.516 INFO O| Dec 18 23:17:35.516 INFO STEP 826 (remove_files) COMPLETE |
6870 | 2024-12-18T23:17:36.856Z | [ recovery-image] Dec 18 23:17:35.516 INFO O| Dec 18 23:17:35.516 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6871 | 2024-12-18T23:17:36.876Z | [ recovery-image] Dec 18 23:17:35.538 INFO O| Dec 18 23:17:35.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6872 | 2024-12-18T23:17:36.876Z | [ recovery-image] Dec 18 23:17:35.538 INFO O| Dec 18 23:17:35.538 INFO STEP 827 (remove_files) COMPLETE |
6873 | 2024-12-18T23:17:36.876Z | [ recovery-image] Dec 18 23:17:35.538 INFO O| Dec 18 23:17:35.538 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6874 | 2024-12-18T23:17:36.900Z | [ recovery-image] Dec 18 23:17:35.560 INFO O| Dec 18 23:17:35.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6875 | 2024-12-18T23:17:36.900Z | [ recovery-image] Dec 18 23:17:35.560 INFO O| Dec 18 23:17:35.560 INFO STEP 828 (remove_files) COMPLETE |
6876 | 2024-12-18T23:17:36.902Z | [ recovery-image] Dec 18 23:17:35.560 INFO O| Dec 18 23:17:35.560 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6877 | 2024-12-18T23:17:36.947Z | [ recovery-image] Dec 18 23:17:35.610 INFO O| Dec 18 23:17:35.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6878 | 2024-12-18T23:17:36.947Z | [ recovery-image] Dec 18 23:17:35.610 INFO O| Dec 18 23:17:35.610 INFO STEP 829 (remove_files) COMPLETE |
6879 | 2024-12-18T23:17:36.947Z | [ recovery-image] Dec 18 23:17:35.610 INFO O| Dec 18 23:17:35.610 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6880 | 2024-12-18T23:17:36.971Z | [ recovery-image] Dec 18 23:17:35.633 INFO O| Dec 18 23:17:35.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6881 | 2024-12-18T23:17:36.971Z | [ recovery-image] Dec 18 23:17:35.633 INFO O| Dec 18 23:17:35.633 INFO STEP 830 (remove_files) COMPLETE |
6882 | 2024-12-18T23:17:36.971Z | [ recovery-image] Dec 18 23:17:35.633 INFO O| Dec 18 23:17:35.633 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6883 | 2024-12-18T23:17:36.992Z | [ recovery-image] Dec 18 23:17:35.654 INFO O| Dec 18 23:17:35.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6884 | 2024-12-18T23:17:36.992Z | [ recovery-image] Dec 18 23:17:35.654 INFO O| Dec 18 23:17:35.654 INFO STEP 831 (remove_files) COMPLETE |
6885 | 2024-12-18T23:17:36.994Z | [ recovery-image] Dec 18 23:17:35.654 INFO O| Dec 18 23:17:35.654 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6886 | 2024-12-18T23:17:37.019Z | [ recovery-image] Dec 18 23:17:35.681 INFO O| Dec 18 23:17:35.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6887 | 2024-12-18T23:17:37.019Z | [ recovery-image] Dec 18 23:17:35.681 INFO O| Dec 18 23:17:35.681 INFO STEP 832 (remove_files) COMPLETE |
6888 | 2024-12-18T23:17:37.022Z | [ recovery-image] Dec 18 23:17:35.681 INFO O| Dec 18 23:17:35.681 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6889 | 2024-12-18T23:17:37.057Z | [ recovery-image] Dec 18 23:17:35.718 INFO O| Dec 18 23:17:35.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6890 | 2024-12-18T23:17:37.057Z | [ recovery-image] Dec 18 23:17:35.718 INFO O| Dec 18 23:17:35.718 INFO STEP 833 (remove_files) COMPLETE |
6891 | 2024-12-18T23:17:37.057Z | [ recovery-image] Dec 18 23:17:35.718 INFO O| Dec 18 23:17:35.718 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6892 | 2024-12-18T23:17:37.083Z | [ recovery-image] Dec 18 23:17:35.746 INFO O| Dec 18 23:17:35.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6893 | 2024-12-18T23:17:37.086Z | [ recovery-image] Dec 18 23:17:35.746 INFO O| Dec 18 23:17:35.746 INFO STEP 834 (remove_files) COMPLETE |
6894 | 2024-12-18T23:17:37.086Z | [ recovery-image] Dec 18 23:17:35.746 INFO O| Dec 18 23:17:35.746 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6895 | 2024-12-18T23:17:37.115Z | [ recovery-image] Dec 18 23:17:35.777 INFO O| Dec 18 23:17:35.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6896 | 2024-12-18T23:17:37.115Z | [ recovery-image] Dec 18 23:17:35.777 INFO O| Dec 18 23:17:35.777 INFO STEP 835 (remove_files) COMPLETE |
6897 | 2024-12-18T23:17:37.118Z | [ recovery-image] Dec 18 23:17:35.777 INFO O| Dec 18 23:17:35.777 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6898 | 2024-12-18T23:17:37.149Z | [ recovery-image] Dec 18 23:17:35.811 INFO O| Dec 18 23:17:35.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6899 | 2024-12-18T23:17:37.149Z | [ recovery-image] Dec 18 23:17:35.811 INFO O| Dec 18 23:17:35.811 INFO STEP 836 (remove_files) COMPLETE |
6900 | 2024-12-18T23:17:37.152Z | [ recovery-image] Dec 18 23:17:35.811 INFO O| Dec 18 23:17:35.811 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6901 | 2024-12-18T23:17:37.170Z | [ recovery-image] Dec 18 23:17:35.832 INFO O| Dec 18 23:17:35.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6902 | 2024-12-18T23:17:37.170Z | [ recovery-image] Dec 18 23:17:35.832 INFO O| Dec 18 23:17:35.832 INFO STEP 837 (remove_files) COMPLETE |
6903 | 2024-12-18T23:17:37.170Z | [ recovery-image] Dec 18 23:17:35.832 INFO O| Dec 18 23:17:35.832 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2024-12-18T23:17:37.207Z | [ recovery-image] Dec 18 23:17:35.870 INFO O| Dec 18 23:17:35.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6905 | 2024-12-18T23:17:37.208Z | [ recovery-image] Dec 18 23:17:35.870 INFO O| Dec 18 23:17:35.870 INFO STEP 838 (remove_files) COMPLETE |
6906 | 2024-12-18T23:17:37.208Z | [ recovery-image] Dec 18 23:17:35.870 INFO O| Dec 18 23:17:35.870 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2024-12-18T23:17:37.256Z | [ recovery-image] Dec 18 23:17:35.919 INFO O| Dec 18 23:17:35.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6908 | 2024-12-18T23:17:37.257Z | [ recovery-image] Dec 18 23:17:35.919 INFO O| Dec 18 23:17:35.919 INFO STEP 839 (remove_files) COMPLETE |
6909 | 2024-12-18T23:17:37.267Z | [ recovery-image] Dec 18 23:17:35.919 INFO O| Dec 18 23:17:35.919 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2024-12-18T23:17:37.279Z | [ recovery-image] Dec 18 23:17:35.941 INFO O| Dec 18 23:17:35.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6911 | 2024-12-18T23:17:37.279Z | [ recovery-image] Dec 18 23:17:35.941 INFO O| Dec 18 23:17:35.941 INFO STEP 840 (remove_files) COMPLETE |
6912 | 2024-12-18T23:17:37.279Z | [ recovery-image] Dec 18 23:17:35.941 INFO O| Dec 18 23:17:35.941 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2024-12-18T23:17:37.321Z | [ recovery-image] Dec 18 23:17:35.983 INFO O| Dec 18 23:17:35.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6914 | 2024-12-18T23:17:37.321Z | [ recovery-image] Dec 18 23:17:35.983 INFO O| Dec 18 23:17:35.983 INFO STEP 841 (remove_files) COMPLETE |
6915 | 2024-12-18T23:17:37.325Z | [ recovery-image] Dec 18 23:17:35.983 INFO O| Dec 18 23:17:35.983 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6916 | 2024-12-18T23:17:37.341Z | [ recovery-image] Dec 18 23:17:36.003 INFO O| Dec 18 23:17:36.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6917 | 2024-12-18T23:17:37.341Z | [ recovery-image] Dec 18 23:17:36.003 INFO O| Dec 18 23:17:36.003 INFO STEP 842 (remove_files) COMPLETE |
6918 | 2024-12-18T23:17:37.344Z | [ recovery-image] Dec 18 23:17:36.004 INFO O| Dec 18 23:17:36.003 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6919 | 2024-12-18T23:17:37.362Z | [ recovery-image] Dec 18 23:17:36.024 INFO O| Dec 18 23:17:36.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6920 | 2024-12-18T23:17:37.362Z | [ recovery-image] Dec 18 23:17:36.024 INFO O| Dec 18 23:17:36.024 INFO STEP 843 (remove_files) COMPLETE |
6921 | 2024-12-18T23:17:37.364Z | [ recovery-image] Dec 18 23:17:36.024 INFO O| Dec 18 23:17:36.024 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2024-12-18T23:17:37.382Z | [ recovery-image] Dec 18 23:17:36.044 INFO O| Dec 18 23:17:36.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6923 | 2024-12-18T23:17:37.382Z | [ recovery-image] Dec 18 23:17:36.044 INFO O| Dec 18 23:17:36.044 INFO STEP 844 (remove_files) COMPLETE |
6924 | 2024-12-18T23:17:37.385Z | [ recovery-image] Dec 18 23:17:36.044 INFO O| Dec 18 23:17:36.044 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2024-12-18T23:17:37.401Z | [ recovery-image] Dec 18 23:17:36.063 INFO O| Dec 18 23:17:36.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6926 | 2024-12-18T23:17:37.402Z | [ recovery-image] Dec 18 23:17:36.063 INFO O| Dec 18 23:17:36.063 INFO STEP 845 (remove_files) COMPLETE |
6927 | 2024-12-18T23:17:37.405Z | [ recovery-image] Dec 18 23:17:36.063 INFO O| Dec 18 23:17:36.063 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2024-12-18T23:17:37.425Z | [ recovery-image] Dec 18 23:17:36.087 INFO O| Dec 18 23:17:36.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6929 | 2024-12-18T23:17:37.425Z | [ recovery-image] Dec 18 23:17:36.087 INFO O| Dec 18 23:17:36.087 INFO STEP 846 (remove_files) COMPLETE |
6930 | 2024-12-18T23:17:37.425Z | [ recovery-image] Dec 18 23:17:36.087 INFO O| Dec 18 23:17:36.087 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6931 | 2024-12-18T23:17:37.448Z | [ recovery-image] Dec 18 23:17:36.110 INFO O| Dec 18 23:17:36.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6932 | 2024-12-18T23:17:37.448Z | [ recovery-image] Dec 18 23:17:36.110 INFO O| Dec 18 23:17:36.110 INFO STEP 847 (remove_files) COMPLETE |
6933 | 2024-12-18T23:17:37.448Z | [ recovery-image] Dec 18 23:17:36.110 INFO O| Dec 18 23:17:36.110 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6934 | 2024-12-18T23:17:37.486Z | [ recovery-image] Dec 18 23:17:36.148 INFO O| Dec 18 23:17:36.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6935 | 2024-12-18T23:17:37.490Z | [ recovery-image] Dec 18 23:17:36.148 INFO O| Dec 18 23:17:36.148 INFO STEP 848 (remove_files) COMPLETE |
6936 | 2024-12-18T23:17:37.490Z | [ recovery-image] Dec 18 23:17:36.148 INFO O| Dec 18 23:17:36.148 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6937 | 2024-12-18T23:17:37.509Z | [ recovery-image] Dec 18 23:17:36.171 INFO O| Dec 18 23:17:36.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6938 | 2024-12-18T23:17:37.532Z | [ recovery-image] Dec 18 23:17:36.194 INFO O| Dec 18 23:17:36.194 INFO STEP 849 (remove_files) COMPLETE |
6939 | 2024-12-18T23:17:37.532Z | [ recovery-image] Dec 18 23:17:36.194 INFO O| Dec 18 23:17:36.194 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6940 | 2024-12-18T23:17:37.588Z | [ recovery-image] Dec 18 23:17:36.250 INFO O| Dec 18 23:17:36.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6941 | 2024-12-18T23:17:37.597Z | [ recovery-image] Dec 18 23:17:36.259 INFO O| Dec 18 23:17:36.259 INFO STEP 850 (remove_files) COMPLETE |
6942 | 2024-12-18T23:17:37.597Z | [ recovery-image] Dec 18 23:17:36.259 INFO O| Dec 18 23:17:36.259 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6943 | 2024-12-18T23:17:37.643Z | [ recovery-image] Dec 18 23:17:36.305 INFO O| Dec 18 23:17:36.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6944 | 2024-12-18T23:17:37.644Z | [ recovery-image] Dec 18 23:17:36.305 INFO O| Dec 18 23:17:36.305 INFO STEP 851 (remove_files) COMPLETE |
6945 | 2024-12-18T23:17:37.648Z | [ recovery-image] Dec 18 23:17:36.305 INFO O| Dec 18 23:17:36.305 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6946 | 2024-12-18T23:17:37.665Z | [ recovery-image] Dec 18 23:17:36.327 INFO O| Dec 18 23:17:36.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6947 | 2024-12-18T23:17:37.665Z | [ recovery-image] Dec 18 23:17:36.327 INFO O| Dec 18 23:17:36.327 INFO STEP 852 (remove_files) COMPLETE |
6948 | 2024-12-18T23:17:37.665Z | [ recovery-image] Dec 18 23:17:36.327 INFO O| Dec 18 23:17:36.327 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6949 | 2024-12-18T23:17:37.686Z | [ recovery-image] Dec 18 23:17:36.348 INFO O| Dec 18 23:17:36.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6950 | 2024-12-18T23:17:37.686Z | [ recovery-image] Dec 18 23:17:36.348 INFO O| Dec 18 23:17:36.348 INFO STEP 853 (remove_files) COMPLETE |
6951 | 2024-12-18T23:17:37.686Z | [ recovery-image] Dec 18 23:17:36.348 INFO O| Dec 18 23:17:36.348 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6952 | 2024-12-18T23:17:37.748Z | [ recovery-image] Dec 18 23:17:36.410 INFO O| Dec 18 23:17:36.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6953 | 2024-12-18T23:17:37.748Z | [ recovery-image] Dec 18 23:17:36.410 INFO O| Dec 18 23:17:36.410 INFO STEP 854 (remove_files) COMPLETE |
6954 | 2024-12-18T23:17:37.748Z | [ recovery-image] Dec 18 23:17:36.410 INFO O| Dec 18 23:17:36.410 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6955 | 2024-12-18T23:17:37.769Z | [ recovery-image] Dec 18 23:17:36.431 INFO O| Dec 18 23:17:36.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6956 | 2024-12-18T23:17:37.769Z | [ recovery-image] Dec 18 23:17:36.431 INFO O| Dec 18 23:17:36.431 INFO STEP 855 (remove_files) COMPLETE |
6957 | 2024-12-18T23:17:37.772Z | [ recovery-image] Dec 18 23:17:36.432 INFO O| Dec 18 23:17:36.431 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2024-12-18T23:17:37.789Z | [ recovery-image] Dec 18 23:17:36.451 INFO O| Dec 18 23:17:36.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6959 | 2024-12-18T23:17:37.789Z | [ recovery-image] Dec 18 23:17:36.452 INFO O| Dec 18 23:17:36.452 INFO STEP 856 (remove_files) COMPLETE |
6960 | 2024-12-18T23:17:37.789Z | [ recovery-image] Dec 18 23:17:36.452 INFO O| Dec 18 23:17:36.452 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2024-12-18T23:17:37.810Z | [ recovery-image] Dec 18 23:17:36.472 INFO O| Dec 18 23:17:36.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6962 | 2024-12-18T23:17:37.813Z | [ recovery-image] Dec 18 23:17:36.472 INFO O| Dec 18 23:17:36.472 INFO STEP 857 (remove_files) COMPLETE |
6963 | 2024-12-18T23:17:37.813Z | [ recovery-image] Dec 18 23:17:36.472 INFO O| Dec 18 23:17:36.472 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2024-12-18T23:17:37.832Z | [ recovery-image] Dec 18 23:17:36.494 INFO O| Dec 18 23:17:36.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6965 | 2024-12-18T23:17:37.832Z | [ recovery-image] Dec 18 23:17:36.494 INFO O| Dec 18 23:17:36.494 INFO STEP 858 (remove_files) COMPLETE |
6966 | 2024-12-18T23:17:37.832Z | [ recovery-image] Dec 18 23:17:36.494 INFO O| Dec 18 23:17:36.494 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6967 | 2024-12-18T23:17:37.855Z | [ recovery-image] Dec 18 23:17:36.516 INFO O| Dec 18 23:17:36.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6968 | 2024-12-18T23:17:37.855Z | [ recovery-image] Dec 18 23:17:36.516 INFO O| Dec 18 23:17:36.516 INFO STEP 859 (remove_files) COMPLETE |
6969 | 2024-12-18T23:17:37.858Z | [ recovery-image] Dec 18 23:17:36.516 INFO O| Dec 18 23:17:36.516 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6970 | 2024-12-18T23:17:37.875Z | [ recovery-image] Dec 18 23:17:36.538 INFO O| Dec 18 23:17:36.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6971 | 2024-12-18T23:17:37.875Z | [ recovery-image] Dec 18 23:17:36.538 INFO O| Dec 18 23:17:36.538 INFO STEP 860 (remove_files) COMPLETE |
6972 | 2024-12-18T23:17:37.875Z | [ recovery-image] Dec 18 23:17:36.538 INFO O| Dec 18 23:17:36.538 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6973 | 2024-12-18T23:17:37.904Z | [ recovery-image] Dec 18 23:17:36.565 INFO O| Dec 18 23:17:36.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6974 | 2024-12-18T23:17:37.907Z | [ recovery-image] Dec 18 23:17:36.565 INFO O| Dec 18 23:17:36.565 INFO STEP 861 (remove_files) COMPLETE |
6975 | 2024-12-18T23:17:37.907Z | [ recovery-image] Dec 18 23:17:36.566 INFO O| Dec 18 23:17:36.566 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6976 | 2024-12-18T23:17:37.923Z | [ recovery-image] Dec 18 23:17:36.586 INFO O| Dec 18 23:17:36.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6977 | 2024-12-18T23:17:37.926Z | [ recovery-image] Dec 18 23:17:36.586 INFO O| Dec 18 23:17:36.586 INFO STEP 862 (remove_files) COMPLETE |
6978 | 2024-12-18T23:17:37.927Z | [ recovery-image] Dec 18 23:17:36.586 INFO O| Dec 18 23:17:36.586 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6979 | 2024-12-18T23:17:37.943Z | [ recovery-image] Dec 18 23:17:36.605 INFO O| Dec 18 23:17:36.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6980 | 2024-12-18T23:17:37.943Z | [ recovery-image] Dec 18 23:17:36.605 INFO O| Dec 18 23:17:36.605 INFO STEP 863 (remove_files) COMPLETE |
6981 | 2024-12-18T23:17:37.945Z | [ recovery-image] Dec 18 23:17:36.606 INFO O| Dec 18 23:17:36.605 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6982 | 2024-12-18T23:17:38.033Z | [ recovery-image] Dec 18 23:17:36.695 INFO O| Dec 18 23:17:36.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6983 | 2024-12-18T23:17:38.033Z | [ recovery-image] Dec 18 23:17:36.695 INFO O| Dec 18 23:17:36.695 INFO STEP 864 (remove_files) COMPLETE |
6984 | 2024-12-18T23:17:38.033Z | [ recovery-image] Dec 18 23:17:36.695 INFO O| Dec 18 23:17:36.695 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6985 | 2024-12-18T23:17:38.055Z | [ recovery-image] Dec 18 23:17:36.717 INFO O| Dec 18 23:17:36.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6986 | 2024-12-18T23:17:38.055Z | [ recovery-image] Dec 18 23:17:36.717 INFO O| Dec 18 23:17:36.717 INFO STEP 865 (remove_files) COMPLETE |
6987 | 2024-12-18T23:17:38.055Z | [ recovery-image] Dec 18 23:17:36.717 INFO O| Dec 18 23:17:36.717 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6988 | 2024-12-18T23:17:38.081Z | [ recovery-image] Dec 18 23:17:36.743 INFO O| Dec 18 23:17:36.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6989 | 2024-12-18T23:17:38.081Z | [ recovery-image] Dec 18 23:17:36.743 INFO O| Dec 18 23:17:36.743 INFO STEP 866 (remove_files) COMPLETE |
6990 | 2024-12-18T23:17:38.081Z | [ recovery-image] Dec 18 23:17:36.743 INFO O| Dec 18 23:17:36.743 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6991 | 2024-12-18T23:17:38.142Z | [ recovery-image] Dec 18 23:17:36.804 INFO O| Dec 18 23:17:36.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6992 | 2024-12-18T23:17:38.142Z | [ recovery-image] Dec 18 23:17:36.804 INFO O| Dec 18 23:17:36.804 INFO STEP 867 (remove_files) COMPLETE |
6993 | 2024-12-18T23:17:38.142Z | [ recovery-image] Dec 18 23:17:36.804 INFO O| Dec 18 23:17:36.804 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6994 | 2024-12-18T23:17:38.166Z | [ recovery-image] Dec 18 23:17:36.828 INFO O| Dec 18 23:17:36.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6995 | 2024-12-18T23:17:38.166Z | [ recovery-image] Dec 18 23:17:36.828 INFO O| Dec 18 23:17:36.828 INFO STEP 868 (remove_files) COMPLETE |
6996 | 2024-12-18T23:17:38.166Z | [ recovery-image] Dec 18 23:17:36.828 INFO O| Dec 18 23:17:36.828 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6997 | 2024-12-18T23:17:38.263Z | [ recovery-image] Dec 18 23:17:36.926 INFO O| Dec 18 23:17:36.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6998 | 2024-12-18T23:17:38.266Z | [ recovery-image] Dec 18 23:17:36.926 INFO O| Dec 18 23:17:36.926 INFO STEP 869 (remove_files) COMPLETE |
6999 | 2024-12-18T23:17:38.266Z | [ recovery-image] Dec 18 23:17:36.926 INFO O| Dec 18 23:17:36.926 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7000 | 2024-12-18T23:17:38.284Z | [ recovery-image] Dec 18 23:17:36.946 INFO O| Dec 18 23:17:36.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
7001 | 2024-12-18T23:17:38.284Z | [ recovery-image] Dec 18 23:17:36.946 INFO O| Dec 18 23:17:36.946 INFO STEP 870 (remove_files) COMPLETE |
7002 | 2024-12-18T23:17:38.285Z | [ recovery-image] Dec 18 23:17:36.946 INFO O| Dec 18 23:17:36.946 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7003 | 2024-12-18T23:17:38.318Z | [ recovery-image] Dec 18 23:17:36.980 INFO O| Dec 18 23:17:36.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
7004 | 2024-12-18T23:17:38.318Z | [ recovery-image] Dec 18 23:17:36.980 INFO O| Dec 18 23:17:36.980 INFO STEP 871 (remove_files) COMPLETE |
7005 | 2024-12-18T23:17:38.318Z | [ recovery-image] Dec 18 23:17:36.980 INFO O| Dec 18 23:17:36.980 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7006 | 2024-12-18T23:17:38.360Z | [ recovery-image] Dec 18 23:17:37.022 INFO O| Dec 18 23:17:37.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
7007 | 2024-12-18T23:17:38.363Z | [ recovery-image] Dec 18 23:17:37.022 INFO O| Dec 18 23:17:37.022 INFO STEP 872 (remove_files) COMPLETE |
7008 | 2024-12-18T23:17:38.363Z | [ recovery-image] Dec 18 23:17:37.022 INFO O| Dec 18 23:17:37.022 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7009 | 2024-12-18T23:17:38.396Z | [ recovery-image] Dec 18 23:17:37.058 INFO O| Dec 18 23:17:37.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
7010 | 2024-12-18T23:17:38.396Z | [ recovery-image] Dec 18 23:17:37.058 INFO O| Dec 18 23:17:37.058 INFO STEP 873 (remove_files) COMPLETE |
7011 | 2024-12-18T23:17:38.396Z | [ recovery-image] Dec 18 23:17:37.058 INFO O| Dec 18 23:17:37.058 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7012 | 2024-12-18T23:17:38.416Z | [ recovery-image] Dec 18 23:17:37.078 INFO O| Dec 18 23:17:37.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
7013 | 2024-12-18T23:17:38.416Z | [ recovery-image] Dec 18 23:17:37.078 INFO O| Dec 18 23:17:37.078 INFO STEP 874 (remove_files) COMPLETE |
7014 | 2024-12-18T23:17:38.416Z | [ recovery-image] Dec 18 23:17:37.078 INFO O| Dec 18 23:17:37.078 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7015 | 2024-12-18T23:17:38.437Z | [ recovery-image] Dec 18 23:17:37.098 INFO O| Dec 18 23:17:37.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
7016 | 2024-12-18T23:17:38.437Z | [ recovery-image] Dec 18 23:17:37.098 INFO O| Dec 18 23:17:37.098 INFO STEP 875 (remove_files) COMPLETE |
7017 | 2024-12-18T23:17:38.437Z | [ recovery-image] Dec 18 23:17:37.098 INFO O| Dec 18 23:17:37.098 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7018 | 2024-12-18T23:17:38.508Z | [ recovery-image] Dec 18 23:17:37.154 INFO O| Dec 18 23:17:37.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
7019 | 2024-12-18T23:17:38.508Z | [ recovery-image] Dec 18 23:17:37.154 INFO O| Dec 18 23:17:37.154 INFO STEP 876 (remove_files) COMPLETE |
7020 | 2024-12-18T23:17:38.508Z | [ recovery-image] Dec 18 23:17:37.154 INFO O| Dec 18 23:17:37.154 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7021 | 2024-12-18T23:17:38.522Z | [ recovery-image] Dec 18 23:17:37.184 INFO O| Dec 18 23:17:37.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
7022 | 2024-12-18T23:17:38.522Z | [ recovery-image] Dec 18 23:17:37.184 INFO O| Dec 18 23:17:37.184 INFO STEP 877 (remove_files) COMPLETE |
7023 | 2024-12-18T23:17:38.522Z | [ recovery-image] Dec 18 23:17:37.184 INFO O| Dec 18 23:17:37.184 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7024 | 2024-12-18T23:17:38.612Z | [ recovery-image] Dec 18 23:17:37.274 INFO O| Dec 18 23:17:37.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
7025 | 2024-12-18T23:17:38.612Z | [ recovery-image] Dec 18 23:17:37.274 INFO O| Dec 18 23:17:37.274 INFO STEP 878 (remove_files) COMPLETE |
7026 | 2024-12-18T23:17:38.615Z | [ recovery-image] Dec 18 23:17:37.274 INFO O| Dec 18 23:17:37.274 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7027 | 2024-12-18T23:17:38.634Z | [ recovery-image] Dec 18 23:17:37.295 INFO O| Dec 18 23:17:37.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
7028 | 2024-12-18T23:17:38.634Z | [ recovery-image] Dec 18 23:17:37.295 INFO O| Dec 18 23:17:37.295 INFO STEP 879 (remove_files) COMPLETE |
7029 | 2024-12-18T23:17:38.637Z | [ recovery-image] Dec 18 23:17:37.295 INFO O| Dec 18 23:17:37.295 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7030 | 2024-12-18T23:17:38.653Z | [ recovery-image] Dec 18 23:17:37.314 INFO O| Dec 18 23:17:37.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
7031 | 2024-12-18T23:17:38.653Z | [ recovery-image] Dec 18 23:17:37.314 INFO O| Dec 18 23:17:37.314 INFO STEP 880 (remove_files) COMPLETE |
7032 | 2024-12-18T23:17:38.653Z | [ recovery-image] Dec 18 23:17:37.314 INFO O| Dec 18 23:17:37.314 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7033 | 2024-12-18T23:17:38.679Z | [ recovery-image] Dec 18 23:17:37.341 INFO O| Dec 18 23:17:37.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
7034 | 2024-12-18T23:17:38.679Z | [ recovery-image] Dec 18 23:17:37.341 INFO O| Dec 18 23:17:37.341 INFO STEP 881 (remove_files) COMPLETE |
7035 | 2024-12-18T23:17:38.682Z | [ recovery-image] Dec 18 23:17:37.341 INFO O| Dec 18 23:17:37.341 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7036 | 2024-12-18T23:17:38.731Z | [ recovery-image] Dec 18 23:17:37.393 INFO O| Dec 18 23:17:37.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
7037 | 2024-12-18T23:17:38.731Z | [ recovery-image] Dec 18 23:17:37.393 INFO O| Dec 18 23:17:37.379 INFO STEP 882 (remove_files) COMPLETE |
7038 | 2024-12-18T23:17:38.731Z | [ recovery-image] Dec 18 23:17:37.393 INFO O| Dec 18 23:17:37.379 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7039 | 2024-12-18T23:17:38.737Z | [ recovery-image] Dec 18 23:17:37.399 INFO O| Dec 18 23:17:37.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
7040 | 2024-12-18T23:17:38.737Z | [ recovery-image] Dec 18 23:17:37.399 INFO O| Dec 18 23:17:37.399 INFO STEP 883 (remove_files) COMPLETE |
7041 | 2024-12-18T23:17:38.740Z | [ recovery-image] Dec 18 23:17:37.399 INFO O| Dec 18 23:17:37.399 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7042 | 2024-12-18T23:17:38.756Z | [ recovery-image] Dec 18 23:17:37.418 INFO O| Dec 18 23:17:37.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
7043 | 2024-12-18T23:17:38.759Z | [ recovery-image] Dec 18 23:17:37.419 INFO O| Dec 18 23:17:37.419 INFO STEP 884 (remove_files) COMPLETE |
7044 | 2024-12-18T23:17:38.759Z | [ recovery-image] Dec 18 23:17:37.419 INFO O| Dec 18 23:17:37.419 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7045 | 2024-12-18T23:17:38.777Z | [ recovery-image] Dec 18 23:17:37.439 INFO O| Dec 18 23:17:37.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
7046 | 2024-12-18T23:17:38.777Z | [ recovery-image] Dec 18 23:17:37.440 INFO O| Dec 18 23:17:37.439 INFO STEP 885 (remove_files) COMPLETE |
7047 | 2024-12-18T23:17:38.781Z | [ recovery-image] Dec 18 23:17:37.440 INFO O| Dec 18 23:17:37.440 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7048 | 2024-12-18T23:17:38.797Z | [ recovery-image] Dec 18 23:17:37.459 INFO O| Dec 18 23:17:37.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7049 | 2024-12-18T23:17:38.822Z | [ recovery-image] Dec 18 23:17:37.484 INFO O| Dec 18 23:17:37.484 INFO STEP 886 (remove_files) COMPLETE |
7050 | 2024-12-18T23:17:38.822Z | [ recovery-image] Dec 18 23:17:37.484 INFO O| Dec 18 23:17:37.484 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7051 | 2024-12-18T23:17:38.908Z | [ recovery-image] Dec 18 23:17:37.570 INFO O| Dec 18 23:17:37.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7052 | 2024-12-18T23:17:38.911Z | [ recovery-image] Dec 18 23:17:37.570 INFO O| Dec 18 23:17:37.570 INFO STEP 887 (remove_files) COMPLETE |
7053 | 2024-12-18T23:17:38.911Z | [ recovery-image] Dec 18 23:17:37.570 INFO O| Dec 18 23:17:37.570 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7054 | 2024-12-18T23:17:38.929Z | [ recovery-image] Dec 18 23:17:37.591 INFO O| Dec 18 23:17:37.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7055 | 2024-12-18T23:17:38.954Z | [ recovery-image] Dec 18 23:17:37.616 INFO O| Dec 18 23:17:37.616 INFO STEP 888 (remove_files) COMPLETE |
7056 | 2024-12-18T23:17:38.957Z | [ recovery-image] Dec 18 23:17:37.616 INFO O| Dec 18 23:17:37.616 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7057 | 2024-12-18T23:17:38.987Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
7058 | 2024-12-18T23:17:39.025Z | [ recovery-image] Dec 18 23:17:37.685 INFO O| Dec 18 23:17:37.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7059 | 2024-12-18T23:17:39.025Z | [ recovery-image] Dec 18 23:17:37.685 INFO O| Dec 18 23:17:37.685 INFO STEP 889 (remove_files) COMPLETE |
7060 | 2024-12-18T23:17:39.025Z | [ recovery-image] Dec 18 23:17:37.685 INFO O| Dec 18 23:17:37.685 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2024-12-18T23:17:39.049Z | [ recovery-image] Dec 18 23:17:37.704 INFO O| Dec 18 23:17:37.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7062 | 2024-12-18T23:17:39.049Z | [ recovery-image] Dec 18 23:17:37.705 INFO O| Dec 18 23:17:37.705 INFO STEP 890 (remove_files) COMPLETE |
7063 | 2024-12-18T23:17:39.049Z | [ recovery-image] Dec 18 23:17:37.705 INFO O| Dec 18 23:17:37.705 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2024-12-18T23:17:39.081Z | [ recovery-image] Dec 18 23:17:37.734 INFO O| Dec 18 23:17:37.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7065 | 2024-12-18T23:17:39.081Z | [ recovery-image] Dec 18 23:17:37.734 INFO O| Dec 18 23:17:37.734 INFO STEP 891 (remove_files) COMPLETE |
7066 | 2024-12-18T23:17:39.081Z | [ recovery-image] Dec 18 23:17:37.734 INFO O| Dec 18 23:17:37.734 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2024-12-18T23:17:39.114Z | [ recovery-image] Dec 18 23:17:37.776 INFO O| Dec 18 23:17:37.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7068 | 2024-12-18T23:17:39.114Z | [ recovery-image] Dec 18 23:17:37.776 INFO O| Dec 18 23:17:37.776 INFO STEP 892 (remove_files) COMPLETE |
7069 | 2024-12-18T23:17:39.114Z | [ recovery-image] Dec 18 23:17:37.776 INFO O| Dec 18 23:17:37.776 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2024-12-18T23:17:39.137Z | [ recovery-image] Dec 18 23:17:37.797 INFO O| Dec 18 23:17:37.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7071 | 2024-12-18T23:17:39.159Z | [ recovery-image] Dec 18 23:17:37.797 INFO O| Dec 18 23:17:37.797 INFO STEP 893 (remove_files) COMPLETE |
7072 | 2024-12-18T23:17:39.159Z | [ recovery-image] Dec 18 23:17:37.797 INFO O| Dec 18 23:17:37.797 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2024-12-18T23:17:39.159Z | [ recovery-image] Dec 18 23:17:37.816 INFO O| Dec 18 23:17:37.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7074 | 2024-12-18T23:17:39.162Z | [ recovery-image] Dec 18 23:17:37.816 INFO O| Dec 18 23:17:37.816 INFO STEP 894 (remove_files) COMPLETE |
7075 | 2024-12-18T23:17:39.163Z | [ recovery-image] Dec 18 23:17:37.816 INFO O| Dec 18 23:17:37.816 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2024-12-18T23:17:39.211Z | [ recovery-image] Dec 18 23:17:37.873 INFO O| Dec 18 23:17:37.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7077 | 2024-12-18T23:17:39.211Z | [ recovery-image] Dec 18 23:17:37.873 INFO O| Dec 18 23:17:37.873 INFO STEP 895 (remove_files) COMPLETE |
7078 | 2024-12-18T23:17:39.211Z | [ recovery-image] Dec 18 23:17:37.873 INFO O| Dec 18 23:17:37.873 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2024-12-18T23:17:39.246Z | [ recovery-image] Dec 18 23:17:37.908 INFO O| Dec 18 23:17:37.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7080 | 2024-12-18T23:17:39.246Z | [ recovery-image] Dec 18 23:17:37.908 INFO O| Dec 18 23:17:37.908 INFO STEP 896 (remove_files) COMPLETE |
7081 | 2024-12-18T23:17:39.246Z | [ recovery-image] Dec 18 23:17:37.908 INFO O| Dec 18 23:17:37.908 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2024-12-18T23:17:39.278Z | [ recovery-image] Dec 18 23:17:37.938 INFO O| Dec 18 23:17:37.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7083 | 2024-12-18T23:17:39.278Z | [ recovery-image] Dec 18 23:17:37.938 INFO O| Dec 18 23:17:37.928 INFO STEP 897 (remove_files) COMPLETE |
7084 | 2024-12-18T23:17:39.278Z | [ recovery-image] Dec 18 23:17:37.938 INFO O| Dec 18 23:17:37.928 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2024-12-18T23:17:39.289Z | [ recovery-image] Dec 18 23:17:37.948 INFO O| Dec 18 23:17:37.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7086 | 2024-12-18T23:17:39.289Z | [ recovery-image] Dec 18 23:17:37.948 INFO O| Dec 18 23:17:37.948 INFO STEP 898 (remove_files) COMPLETE |
7087 | 2024-12-18T23:17:39.289Z | [ recovery-image] Dec 18 23:17:37.949 INFO O| Dec 18 23:17:37.948 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2024-12-18T23:17:39.305Z | [ recovery-image] Dec 18 23:17:37.967 INFO O| Dec 18 23:17:37.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7089 | 2024-12-18T23:17:39.308Z | [ recovery-image] Dec 18 23:17:37.968 INFO O| Dec 18 23:17:37.968 INFO STEP 899 (remove_files) COMPLETE |
7090 | 2024-12-18T23:17:39.308Z | [ recovery-image] Dec 18 23:17:37.968 INFO O| Dec 18 23:17:37.968 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2024-12-18T23:17:39.325Z | [ recovery-image] Dec 18 23:17:37.987 INFO O| Dec 18 23:17:37.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7092 | 2024-12-18T23:17:39.328Z | [ recovery-image] Dec 18 23:17:37.987 INFO O| Dec 18 23:17:37.987 INFO STEP 900 (remove_files) COMPLETE |
7093 | 2024-12-18T23:17:39.328Z | [ recovery-image] Dec 18 23:17:37.987 INFO O| Dec 18 23:17:37.987 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2024-12-18T23:17:39.345Z | [ recovery-image] Dec 18 23:17:38.008 INFO O| Dec 18 23:17:38.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7095 | 2024-12-18T23:17:39.346Z | [ recovery-image] Dec 18 23:17:38.008 INFO O| Dec 18 23:17:38.008 INFO STEP 901 (remove_files) COMPLETE |
7096 | 2024-12-18T23:17:39.348Z | [ recovery-image] Dec 18 23:17:38.008 INFO O| Dec 18 23:17:38.008 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2024-12-18T23:17:39.366Z | [ recovery-image] Dec 18 23:17:38.027 INFO O| Dec 18 23:17:38.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7098 | 2024-12-18T23:17:39.366Z | [ recovery-image] Dec 18 23:17:38.028 INFO O| Dec 18 23:17:38.028 INFO STEP 902 (remove_files) COMPLETE |
7099 | 2024-12-18T23:17:39.369Z | [ recovery-image] Dec 18 23:17:38.028 INFO O| Dec 18 23:17:38.028 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7100 | 2024-12-18T23:17:39.399Z | [ recovery-image] Dec 18 23:17:38.061 INFO O| Dec 18 23:17:38.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7101 | 2024-12-18T23:17:39.402Z | [ recovery-image] Dec 18 23:17:38.061 INFO O| Dec 18 23:17:38.061 INFO STEP 903 (remove_files) COMPLETE |
7102 | 2024-12-18T23:17:39.402Z | [ recovery-image] Dec 18 23:17:38.061 INFO O| Dec 18 23:17:38.061 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7103 | 2024-12-18T23:17:39.418Z | [ recovery-image] Dec 18 23:17:38.080 INFO O| Dec 18 23:17:38.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7104 | 2024-12-18T23:17:39.421Z | [ recovery-image] Dec 18 23:17:38.081 INFO O| Dec 18 23:17:38.081 INFO STEP 904 (remove_files) COMPLETE |
7105 | 2024-12-18T23:17:39.421Z | [ recovery-image] Dec 18 23:17:38.081 INFO O| Dec 18 23:17:38.081 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7106 | 2024-12-18T23:17:39.522Z | [ recovery-image] Dec 18 23:17:38.184 INFO O| Dec 18 23:17:38.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7107 | 2024-12-18T23:17:39.522Z | [ recovery-image] Dec 18 23:17:38.184 INFO O| Dec 18 23:17:38.184 INFO STEP 905 (remove_files) COMPLETE |
7108 | 2024-12-18T23:17:39.526Z | [ recovery-image] Dec 18 23:17:38.184 INFO O| Dec 18 23:17:38.184 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7109 | 2024-12-18T23:17:39.564Z | [ recovery-image] Dec 18 23:17:38.222 INFO O| Dec 18 23:17:38.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7110 | 2024-12-18T23:17:39.568Z | [ recovery-image] Dec 18 23:17:38.222 INFO O| Dec 18 23:17:38.222 INFO STEP 906 (remove_files) COMPLETE |
7111 | 2024-12-18T23:17:39.568Z | [ recovery-image] Dec 18 23:17:38.223 INFO O| Dec 18 23:17:38.222 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7112 | 2024-12-18T23:17:39.595Z | [ recovery-image] Dec 18 23:17:38.257 INFO O| Dec 18 23:17:38.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7113 | 2024-12-18T23:17:39.598Z | [ recovery-image] Dec 18 23:17:38.257 INFO O| Dec 18 23:17:38.257 INFO STEP 907 (remove_files) COMPLETE |
7114 | 2024-12-18T23:17:39.598Z | [ recovery-image] Dec 18 23:17:38.258 INFO O| Dec 18 23:17:38.258 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7115 | 2024-12-18T23:17:39.616Z | [ recovery-image] Dec 18 23:17:38.278 INFO O| Dec 18 23:17:38.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7116 | 2024-12-18T23:17:39.619Z | [ recovery-image] Dec 18 23:17:38.279 INFO O| Dec 18 23:17:38.278 INFO STEP 908 (remove_files) COMPLETE |
7117 | 2024-12-18T23:17:39.619Z | [ recovery-image] Dec 18 23:17:38.279 INFO O| Dec 18 23:17:38.279 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7118 | 2024-12-18T23:17:39.638Z | [ recovery-image] Dec 18 23:17:38.300 INFO O| Dec 18 23:17:38.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7119 | 2024-12-18T23:17:39.640Z | [ recovery-image] Dec 18 23:17:38.300 INFO O| Dec 18 23:17:38.300 INFO STEP 909 (remove_files) COMPLETE |
7120 | 2024-12-18T23:17:39.640Z | [ recovery-image] Dec 18 23:17:38.300 INFO O| Dec 18 23:17:38.300 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7121 | 2024-12-18T23:17:39.659Z | [ recovery-image] Dec 18 23:17:38.321 INFO O| Dec 18 23:17:38.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7122 | 2024-12-18T23:17:39.662Z | [ recovery-image] Dec 18 23:17:38.321 INFO O| Dec 18 23:17:38.321 INFO STEP 910 (remove_files) COMPLETE |
7123 | 2024-12-18T23:17:39.662Z | [ recovery-image] Dec 18 23:17:38.321 INFO O| Dec 18 23:17:38.321 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7124 | 2024-12-18T23:17:39.679Z | [ recovery-image] Dec 18 23:17:38.341 INFO O| Dec 18 23:17:38.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7125 | 2024-12-18T23:17:39.679Z | [ recovery-image] Dec 18 23:17:38.341 INFO O| Dec 18 23:17:38.341 INFO STEP 911 (remove_files) COMPLETE |
7126 | 2024-12-18T23:17:39.679Z | [ recovery-image] Dec 18 23:17:38.341 INFO O| Dec 18 23:17:38.341 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7127 | 2024-12-18T23:17:39.698Z | [ recovery-image] Dec 18 23:17:38.360 INFO O| Dec 18 23:17:38.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7128 | 2024-12-18T23:17:39.701Z | [ recovery-image] Dec 18 23:17:38.361 INFO O| Dec 18 23:17:38.361 INFO STEP 912 (remove_files) COMPLETE |
7129 | 2024-12-18T23:17:39.701Z | [ recovery-image] Dec 18 23:17:38.361 INFO O| Dec 18 23:17:38.361 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7130 | 2024-12-18T23:17:39.719Z | [ recovery-image] Dec 18 23:17:38.381 INFO O| Dec 18 23:17:38.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7131 | 2024-12-18T23:17:39.723Z | [ recovery-image] Dec 18 23:17:38.382 INFO O| Dec 18 23:17:38.382 INFO STEP 913 (remove_files) COMPLETE |
7132 | 2024-12-18T23:17:39.723Z | [ recovery-image] Dec 18 23:17:38.382 INFO O| Dec 18 23:17:38.382 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7133 | 2024-12-18T23:17:39.824Z | [ recovery-image] Dec 18 23:17:38.486 INFO O| Dec 18 23:17:38.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7134 | 2024-12-18T23:17:39.827Z | [ recovery-image] Dec 18 23:17:38.486 INFO O| Dec 18 23:17:38.486 INFO STEP 914 (remove_files) COMPLETE |
7135 | 2024-12-18T23:17:39.827Z | [ recovery-image] Dec 18 23:17:38.486 INFO O| Dec 18 23:17:38.486 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7136 | 2024-12-18T23:17:39.908Z | [ recovery-image] Dec 18 23:17:38.570 INFO O| Dec 18 23:17:38.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7137 | 2024-12-18T23:17:39.911Z | [ recovery-image] Dec 18 23:17:38.571 INFO O| Dec 18 23:17:38.571 INFO STEP 915 (remove_files) COMPLETE |
7138 | 2024-12-18T23:17:39.911Z | [ recovery-image] Dec 18 23:17:38.571 INFO O| Dec 18 23:17:38.571 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7139 | 2024-12-18T23:17:39.930Z | [ recovery-image] Dec 18 23:17:38.592 INFO O| Dec 18 23:17:38.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7140 | 2024-12-18T23:17:39.933Z | [ recovery-image] Dec 18 23:17:38.592 INFO O| Dec 18 23:17:38.592 INFO STEP 916 (remove_files) COMPLETE |
7141 | 2024-12-18T23:17:39.933Z | [ recovery-image] Dec 18 23:17:38.593 INFO O| Dec 18 23:17:38.592 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7142 | 2024-12-18T23:17:39.951Z | [ recovery-image] Dec 18 23:17:38.613 INFO O| Dec 18 23:17:38.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7143 | 2024-12-18T23:17:39.954Z | [ recovery-image] Dec 18 23:17:38.614 INFO O| Dec 18 23:17:38.614 INFO STEP 917 (remove_files) COMPLETE |
7144 | 2024-12-18T23:17:39.954Z | [ recovery-image] Dec 18 23:17:38.614 INFO O| Dec 18 23:17:38.614 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7145 | 2024-12-18T23:17:39.971Z | [ recovery-image] Dec 18 23:17:38.633 INFO O| Dec 18 23:17:38.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7146 | 2024-12-18T23:17:39.974Z | [ recovery-image] Dec 18 23:17:38.634 INFO O| Dec 18 23:17:38.634 INFO STEP 918 (remove_files) COMPLETE |
7147 | 2024-12-18T23:17:39.974Z | [ recovery-image] Dec 18 23:17:38.634 INFO O| Dec 18 23:17:38.634 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7148 | 2024-12-18T23:17:39.995Z | [ recovery-image] Dec 18 23:17:38.656 INFO O| Dec 18 23:17:38.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7149 | 2024-12-18T23:17:39.995Z | [ recovery-image] Dec 18 23:17:38.656 INFO O| Dec 18 23:17:38.656 INFO STEP 919 (remove_files) COMPLETE |
7150 | 2024-12-18T23:17:39.995Z | [ recovery-image] Dec 18 23:17:38.656 INFO O| Dec 18 23:17:38.656 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7151 | 2024-12-18T23:17:40.021Z | [ recovery-image] Dec 18 23:17:38.683 INFO O| Dec 18 23:17:38.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7152 | 2024-12-18T23:17:40.021Z | [ recovery-image] Dec 18 23:17:38.684 INFO O| Dec 18 23:17:38.683 INFO STEP 920 (remove_files) COMPLETE |
7153 | 2024-12-18T23:17:40.021Z | [ recovery-image] Dec 18 23:17:38.684 INFO O| Dec 18 23:17:38.684 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7154 | 2024-12-18T23:17:40.056Z | [ recovery-image] Dec 18 23:17:38.718 INFO O| Dec 18 23:17:38.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7155 | 2024-12-18T23:17:40.056Z | [ recovery-image] Dec 18 23:17:38.718 INFO O| Dec 18 23:17:38.718 INFO STEP 921 (remove_files) COMPLETE |
7156 | 2024-12-18T23:17:40.056Z | [ recovery-image] Dec 18 23:17:38.718 INFO O| Dec 18 23:17:38.718 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7157 | 2024-12-18T23:17:40.094Z | [ recovery-image] Dec 18 23:17:38.756 INFO O| Dec 18 23:17:38.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7158 | 2024-12-18T23:17:40.094Z | [ recovery-image] Dec 18 23:17:38.756 INFO O| Dec 18 23:17:38.756 INFO STEP 922 (remove_files) COMPLETE |
7159 | 2024-12-18T23:17:40.094Z | [ recovery-image] Dec 18 23:17:38.756 INFO O| Dec 18 23:17:38.756 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7160 | 2024-12-18T23:17:40.114Z | [ recovery-image] Dec 18 23:17:38.776 INFO O| Dec 18 23:17:38.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7161 | 2024-12-18T23:17:40.114Z | [ recovery-image] Dec 18 23:17:38.776 INFO O| Dec 18 23:17:38.776 INFO STEP 923 (remove_files) COMPLETE |
7162 | 2024-12-18T23:17:40.114Z | [ recovery-image] Dec 18 23:17:38.776 INFO O| Dec 18 23:17:38.776 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7163 | 2024-12-18T23:17:40.135Z | [ recovery-image] Dec 18 23:17:38.797 INFO O| Dec 18 23:17:38.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7164 | 2024-12-18T23:17:40.135Z | [ recovery-image] Dec 18 23:17:38.797 INFO O| Dec 18 23:17:38.797 INFO STEP 924 (remove_files) COMPLETE |
7165 | 2024-12-18T23:17:40.135Z | [ recovery-image] Dec 18 23:17:38.797 INFO O| Dec 18 23:17:38.797 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7166 | 2024-12-18T23:17:40.154Z | [ recovery-image] Dec 18 23:17:38.817 INFO O| Dec 18 23:17:38.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7167 | 2024-12-18T23:17:40.154Z | [ recovery-image] Dec 18 23:17:38.817 INFO O| Dec 18 23:17:38.817 INFO STEP 925 (remove_files) COMPLETE |
7168 | 2024-12-18T23:17:40.154Z | [ recovery-image] Dec 18 23:17:38.817 INFO O| Dec 18 23:17:38.817 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7169 | 2024-12-18T23:17:40.175Z | [ recovery-image] Dec 18 23:17:38.837 INFO O| Dec 18 23:17:38.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7170 | 2024-12-18T23:17:40.175Z | [ recovery-image] Dec 18 23:17:38.837 INFO O| Dec 18 23:17:38.837 INFO STEP 926 (remove_files) COMPLETE |
7171 | 2024-12-18T23:17:40.175Z | [ recovery-image] Dec 18 23:17:38.837 INFO O| Dec 18 23:17:38.837 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7172 | 2024-12-18T23:17:40.216Z | [ recovery-image] Dec 18 23:17:38.878 INFO O| Dec 18 23:17:38.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7173 | 2024-12-18T23:17:40.216Z | [ recovery-image] Dec 18 23:17:38.878 INFO O| Dec 18 23:17:38.878 INFO STEP 927 (remove_files) COMPLETE |
7174 | 2024-12-18T23:17:40.218Z | [ recovery-image] Dec 18 23:17:38.878 INFO O| Dec 18 23:17:38.878 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7175 | 2024-12-18T23:17:40.238Z | [ recovery-image] Dec 18 23:17:38.900 INFO O| Dec 18 23:17:38.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7176 | 2024-12-18T23:17:40.238Z | [ recovery-image] Dec 18 23:17:38.900 INFO O| Dec 18 23:17:38.900 INFO STEP 928 (remove_files) COMPLETE |
7177 | 2024-12-18T23:17:40.240Z | [ recovery-image] Dec 18 23:17:38.900 INFO O| Dec 18 23:17:38.900 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7178 | 2024-12-18T23:17:40.280Z | [ recovery-image] Dec 18 23:17:38.942 INFO O| Dec 18 23:17:38.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7179 | 2024-12-18T23:17:40.283Z | [ recovery-image] Dec 18 23:17:38.942 INFO O| Dec 18 23:17:38.942 INFO STEP 929 (remove_files) COMPLETE |
7180 | 2024-12-18T23:17:40.283Z | [ recovery-image] Dec 18 23:17:38.942 INFO O| Dec 18 23:17:38.942 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7181 | 2024-12-18T23:17:40.324Z | [ recovery-image] Dec 18 23:17:38.986 INFO O| Dec 18 23:17:38.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7182 | 2024-12-18T23:17:40.324Z | [ recovery-image] Dec 18 23:17:38.986 INFO O| Dec 18 23:17:38.986 INFO STEP 930 (remove_files) COMPLETE |
7183 | 2024-12-18T23:17:40.324Z | [ recovery-image] Dec 18 23:17:38.986 INFO O| Dec 18 23:17:38.986 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7184 | 2024-12-18T23:17:40.347Z | [ recovery-image] Dec 18 23:17:39.008 INFO O| Dec 18 23:17:39.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7185 | 2024-12-18T23:17:40.347Z | [ recovery-image] Dec 18 23:17:39.009 INFO O| Dec 18 23:17:39.008 INFO STEP 931 (remove_files) COMPLETE |
7186 | 2024-12-18T23:17:40.347Z | [ recovery-image] Dec 18 23:17:39.009 INFO O| Dec 18 23:17:39.009 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7187 | 2024-12-18T23:17:40.365Z | [ recovery-image] Dec 18 23:17:39.027 INFO O| Dec 18 23:17:39.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7188 | 2024-12-18T23:17:40.365Z | [ recovery-image] Dec 18 23:17:39.027 INFO O| Dec 18 23:17:39.027 INFO STEP 932 (remove_files) COMPLETE |
7189 | 2024-12-18T23:17:40.365Z | [ recovery-image] Dec 18 23:17:39.027 INFO O| Dec 18 23:17:39.027 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7190 | 2024-12-18T23:17:40.384Z | [ recovery-image] Dec 18 23:17:39.046 INFO O| Dec 18 23:17:39.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7191 | 2024-12-18T23:17:40.384Z | [ recovery-image] Dec 18 23:17:39.046 INFO O| Dec 18 23:17:39.046 INFO STEP 933 (remove_files) COMPLETE |
7192 | 2024-12-18T23:17:40.387Z | [ recovery-image] Dec 18 23:17:39.046 INFO O| Dec 18 23:17:39.046 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7193 | 2024-12-18T23:17:40.405Z | [ recovery-image] Dec 18 23:17:39.067 INFO O| Dec 18 23:17:39.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7194 | 2024-12-18T23:17:40.405Z | [ recovery-image] Dec 18 23:17:39.067 INFO O| Dec 18 23:17:39.067 INFO STEP 934 (remove_files) COMPLETE |
7195 | 2024-12-18T23:17:40.405Z | [ recovery-image] Dec 18 23:17:39.067 INFO O| Dec 18 23:17:39.067 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7196 | 2024-12-18T23:17:40.441Z | [ recovery-image] Dec 18 23:17:39.102 INFO O| Dec 18 23:17:39.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7197 | 2024-12-18T23:17:40.441Z | [ recovery-image] Dec 18 23:17:39.102 INFO O| Dec 18 23:17:39.102 INFO STEP 935 (remove_files) COMPLETE |
7198 | 2024-12-18T23:17:40.441Z | [ recovery-image] Dec 18 23:17:39.102 INFO O| Dec 18 23:17:39.102 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7199 | 2024-12-18T23:17:40.464Z | [ recovery-image] Dec 18 23:17:39.126 INFO O| Dec 18 23:17:39.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7200 | 2024-12-18T23:17:40.464Z | [ recovery-image] Dec 18 23:17:39.126 INFO O| Dec 18 23:17:39.126 INFO STEP 936 (remove_files) COMPLETE |
7201 | 2024-12-18T23:17:40.467Z | [ recovery-image] Dec 18 23:17:39.126 INFO O| Dec 18 23:17:39.126 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7202 | 2024-12-18T23:17:40.594Z | [ recovery-image] Dec 18 23:17:39.256 INFO O| Dec 18 23:17:39.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7203 | 2024-12-18T23:17:40.594Z | [ recovery-image] Dec 18 23:17:39.256 INFO O| Dec 18 23:17:39.256 INFO STEP 937 (remove_files) COMPLETE |
7204 | 2024-12-18T23:17:40.597Z | [ recovery-image] Dec 18 23:17:39.256 INFO O| Dec 18 23:17:39.256 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7205 | 2024-12-18T23:17:40.627Z | [ recovery-image] Dec 18 23:17:39.289 INFO O| Dec 18 23:17:39.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7206 | 2024-12-18T23:17:40.627Z | [ recovery-image] Dec 18 23:17:39.289 INFO O| Dec 18 23:17:39.289 INFO STEP 938 (remove_files) COMPLETE |
7207 | 2024-12-18T23:17:40.629Z | [ recovery-image] Dec 18 23:17:39.289 INFO O| Dec 18 23:17:39.289 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7208 | 2024-12-18T23:17:40.648Z | [ recovery-image] Dec 18 23:17:39.310 INFO O| Dec 18 23:17:39.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7209 | 2024-12-18T23:17:40.648Z | [ recovery-image] Dec 18 23:17:39.310 INFO O| Dec 18 23:17:39.310 INFO STEP 939 (remove_files) COMPLETE |
7210 | 2024-12-18T23:17:40.651Z | [ recovery-image] Dec 18 23:17:39.310 INFO O| Dec 18 23:17:39.310 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7211 | 2024-12-18T23:17:40.667Z | [ recovery-image] Dec 18 23:17:39.329 INFO O| Dec 18 23:17:39.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7212 | 2024-12-18T23:17:40.667Z | [ recovery-image] Dec 18 23:17:39.329 INFO O| Dec 18 23:17:39.329 INFO STEP 940 (remove_files) COMPLETE |
7213 | 2024-12-18T23:17:40.667Z | [ recovery-image] Dec 18 23:17:39.329 INFO O| Dec 18 23:17:39.329 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7214 | 2024-12-18T23:17:40.686Z | [ recovery-image] Dec 18 23:17:39.348 INFO O| Dec 18 23:17:39.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7215 | 2024-12-18T23:17:40.686Z | [ recovery-image] Dec 18 23:17:39.348 INFO O| Dec 18 23:17:39.348 INFO STEP 941 (remove_files) COMPLETE |
7216 | 2024-12-18T23:17:40.688Z | [ recovery-image] Dec 18 23:17:39.348 INFO O| Dec 18 23:17:39.348 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7217 | 2024-12-18T23:17:40.734Z | [ recovery-image] Dec 18 23:17:39.395 INFO O| Dec 18 23:17:39.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7218 | 2024-12-18T23:17:40.734Z | [ recovery-image] Dec 18 23:17:39.395 INFO O| Dec 18 23:17:39.395 INFO STEP 942 (remove_files) COMPLETE |
7219 | 2024-12-18T23:17:40.734Z | [ recovery-image] Dec 18 23:17:39.395 INFO O| Dec 18 23:17:39.395 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7220 | 2024-12-18T23:17:40.781Z | [ recovery-image] Dec 18 23:17:39.443 INFO O| Dec 18 23:17:39.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7221 | 2024-12-18T23:17:40.781Z | [ recovery-image] Dec 18 23:17:39.443 INFO O| Dec 18 23:17:39.443 INFO STEP 943 (remove_files) COMPLETE |
7222 | 2024-12-18T23:17:40.785Z | [ recovery-image] Dec 18 23:17:39.443 INFO O| Dec 18 23:17:39.443 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7223 | 2024-12-18T23:17:40.858Z | [ recovery-image] Dec 18 23:17:39.520 INFO O| Dec 18 23:17:39.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7224 | 2024-12-18T23:17:40.858Z | [ recovery-image] Dec 18 23:17:39.520 INFO O| Dec 18 23:17:39.520 INFO STEP 944 (remove_files) COMPLETE |
7225 | 2024-12-18T23:17:40.858Z | [ recovery-image] Dec 18 23:17:39.520 INFO O| Dec 18 23:17:39.520 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7226 | 2024-12-18T23:17:40.879Z | [ recovery-image] Dec 18 23:17:39.541 INFO O| Dec 18 23:17:39.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7227 | 2024-12-18T23:17:40.879Z | [ recovery-image] Dec 18 23:17:39.541 INFO O| Dec 18 23:17:39.541 INFO STEP 945 (remove_files) COMPLETE |
7228 | 2024-12-18T23:17:40.882Z | [ recovery-image] Dec 18 23:17:39.541 INFO O| Dec 18 23:17:39.541 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7229 | 2024-12-18T23:17:40.898Z | [ recovery-image] Dec 18 23:17:39.560 INFO O| Dec 18 23:17:39.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7230 | 2024-12-18T23:17:40.898Z | [ recovery-image] Dec 18 23:17:39.561 INFO O| Dec 18 23:17:39.560 INFO STEP 946 (remove_files) COMPLETE |
7231 | 2024-12-18T23:17:40.898Z | [ recovery-image] Dec 18 23:17:39.561 INFO O| Dec 18 23:17:39.561 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7232 | 2024-12-18T23:17:40.927Z | [ recovery-image] Dec 18 23:17:39.589 INFO O| Dec 18 23:17:39.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7233 | 2024-12-18T23:17:40.930Z | [ recovery-image] Dec 18 23:17:39.590 INFO O| Dec 18 23:17:39.589 INFO STEP 947 (remove_files) COMPLETE |
7234 | 2024-12-18T23:17:40.930Z | [ recovery-image] Dec 18 23:17:39.590 INFO O| Dec 18 23:17:39.590 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7235 | 2024-12-18T23:17:40.947Z | [ recovery-image] Dec 18 23:17:39.609 INFO O| Dec 18 23:17:39.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7236 | 2024-12-18T23:17:40.951Z | [ recovery-image] Dec 18 23:17:39.610 INFO O| Dec 18 23:17:39.609 INFO STEP 948 (remove_files) COMPLETE |
7237 | 2024-12-18T23:17:40.951Z | [ recovery-image] Dec 18 23:17:39.610 INFO O| Dec 18 23:17:39.610 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7238 | 2024-12-18T23:17:40.966Z | [ recovery-image] Dec 18 23:17:39.628 INFO O| Dec 18 23:17:39.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7239 | 2024-12-18T23:17:40.969Z | [ recovery-image] Dec 18 23:17:39.628 INFO O| Dec 18 23:17:39.628 INFO STEP 949 (remove_files) COMPLETE |
7240 | 2024-12-18T23:17:40.969Z | [ recovery-image] Dec 18 23:17:39.628 INFO O| Dec 18 23:17:39.628 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7241 | 2024-12-18T23:17:40.986Z | [ recovery-image] Dec 18 23:17:39.647 INFO O| Dec 18 23:17:39.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7242 | 2024-12-18T23:17:40.989Z | [ recovery-image] Dec 18 23:17:39.647 INFO O| Dec 18 23:17:39.647 INFO STEP 950 (remove_files) COMPLETE |
7243 | 2024-12-18T23:17:40.989Z | [ recovery-image] Dec 18 23:17:39.648 INFO O| Dec 18 23:17:39.648 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7244 | 2024-12-18T23:17:41.005Z | [ recovery-image] Dec 18 23:17:39.667 INFO O| Dec 18 23:17:39.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7245 | 2024-12-18T23:17:41.005Z | [ recovery-image] Dec 18 23:17:39.667 INFO O| Dec 18 23:17:39.667 INFO STEP 951 (remove_files) COMPLETE |
7246 | 2024-12-18T23:17:41.005Z | [ recovery-image] Dec 18 23:17:39.667 INFO O| Dec 18 23:17:39.667 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7247 | 2024-12-18T23:17:41.035Z | [ recovery-image] Dec 18 23:17:39.697 INFO O| Dec 18 23:17:39.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7248 | 2024-12-18T23:17:41.035Z | [ recovery-image] Dec 18 23:17:39.697 INFO O| Dec 18 23:17:39.697 INFO STEP 952 (remove_files) COMPLETE |
7249 | 2024-12-18T23:17:41.035Z | [ recovery-image] Dec 18 23:17:39.697 INFO O| Dec 18 23:17:39.697 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7250 | 2024-12-18T23:17:41.088Z | [ recovery-image] Dec 18 23:17:39.750 INFO O| Dec 18 23:17:39.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7251 | 2024-12-18T23:17:41.088Z | [ recovery-image] Dec 18 23:17:39.750 INFO O| Dec 18 23:17:39.750 INFO STEP 953 (remove_files) COMPLETE |
7252 | 2024-12-18T23:17:41.088Z | [ recovery-image] Dec 18 23:17:39.750 INFO O| Dec 18 23:17:39.750 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7253 | 2024-12-18T23:17:41.109Z | [ recovery-image] Dec 18 23:17:39.771 INFO O| Dec 18 23:17:39.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7254 | 2024-12-18T23:17:41.109Z | [ recovery-image] Dec 18 23:17:39.771 INFO O| Dec 18 23:17:39.771 INFO STEP 954 (remove_files) COMPLETE |
7255 | 2024-12-18T23:17:41.112Z | [ recovery-image] Dec 18 23:17:39.771 INFO O| Dec 18 23:17:39.771 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7256 | 2024-12-18T23:17:41.128Z | [ recovery-image] Dec 18 23:17:39.790 INFO O| Dec 18 23:17:39.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7257 | 2024-12-18T23:17:41.128Z | [ recovery-image] Dec 18 23:17:39.791 INFO O| Dec 18 23:17:39.790 INFO STEP 955 (remove_files) COMPLETE |
7258 | 2024-12-18T23:17:41.131Z | [ recovery-image] Dec 18 23:17:39.791 INFO O| Dec 18 23:17:39.790 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7259 | 2024-12-18T23:17:41.148Z | [ recovery-image] Dec 18 23:17:39.810 INFO O| Dec 18 23:17:39.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7260 | 2024-12-18T23:17:41.148Z | [ recovery-image] Dec 18 23:17:39.810 INFO O| Dec 18 23:17:39.810 INFO STEP 956 (remove_files) COMPLETE |
7261 | 2024-12-18T23:17:41.148Z | [ recovery-image] Dec 18 23:17:39.810 INFO O| Dec 18 23:17:39.810 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7262 | 2024-12-18T23:17:41.166Z | [ recovery-image] Dec 18 23:17:39.828 INFO O| Dec 18 23:17:39.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7263 | 2024-12-18T23:17:41.166Z | [ recovery-image] Dec 18 23:17:39.828 INFO O| Dec 18 23:17:39.828 INFO STEP 957 (remove_files) COMPLETE |
7264 | 2024-12-18T23:17:41.166Z | [ recovery-image] Dec 18 23:17:39.828 INFO O| Dec 18 23:17:39.828 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7265 | 2024-12-18T23:17:41.184Z | [ recovery-image] Dec 18 23:17:39.846 INFO O| Dec 18 23:17:39.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7266 | 2024-12-18T23:17:41.184Z | [ recovery-image] Dec 18 23:17:39.846 INFO O| Dec 18 23:17:39.846 INFO STEP 958 (remove_files) COMPLETE |
7267 | 2024-12-18T23:17:41.184Z | [ recovery-image] Dec 18 23:17:39.846 INFO O| Dec 18 23:17:39.846 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7268 | 2024-12-18T23:17:41.204Z | [ recovery-image] Dec 18 23:17:39.866 INFO O| Dec 18 23:17:39.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7269 | 2024-12-18T23:17:41.204Z | [ recovery-image] Dec 18 23:17:39.866 INFO O| Dec 18 23:17:39.866 INFO STEP 959 (remove_files) COMPLETE |
7270 | 2024-12-18T23:17:41.204Z | [ recovery-image] Dec 18 23:17:39.866 INFO O| Dec 18 23:17:39.866 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7271 | 2024-12-18T23:17:41.238Z | [ recovery-image] Dec 18 23:17:39.900 INFO O| Dec 18 23:17:39.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7272 | 2024-12-18T23:17:41.242Z | [ recovery-image] Dec 18 23:17:39.901 INFO O| Dec 18 23:17:39.900 INFO STEP 960 (remove_files) COMPLETE |
7273 | 2024-12-18T23:17:41.242Z | [ recovery-image] Dec 18 23:17:39.901 INFO O| Dec 18 23:17:39.901 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7274 | 2024-12-18T23:17:41.262Z | [ recovery-image] Dec 18 23:17:39.923 INFO O| Dec 18 23:17:39.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7275 | 2024-12-18T23:17:41.265Z | [ recovery-image] Dec 18 23:17:39.923 INFO O| Dec 18 23:17:39.923 INFO STEP 961 (remove_files) COMPLETE |
7276 | 2024-12-18T23:17:41.265Z | [ recovery-image] Dec 18 23:17:39.923 INFO O| Dec 18 23:17:39.923 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7277 | 2024-12-18T23:17:41.301Z | [ recovery-image] Dec 18 23:17:39.963 INFO O| Dec 18 23:17:39.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7278 | 2024-12-18T23:17:41.301Z | [ recovery-image] Dec 18 23:17:39.963 INFO O| Dec 18 23:17:39.963 INFO STEP 962 (remove_files) COMPLETE |
7279 | 2024-12-18T23:17:41.301Z | [ recovery-image] Dec 18 23:17:39.963 INFO O| Dec 18 23:17:39.963 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7280 | 2024-12-18T23:17:41.321Z | [ recovery-image] Dec 18 23:17:39.983 INFO O| Dec 18 23:17:39.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7281 | 2024-12-18T23:17:41.321Z | [ recovery-image] Dec 18 23:17:39.983 INFO O| Dec 18 23:17:39.983 INFO STEP 963 (remove_files) COMPLETE |
7282 | 2024-12-18T23:17:41.323Z | [ recovery-image] Dec 18 23:17:39.983 INFO O| Dec 18 23:17:39.983 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7283 | 2024-12-18T23:17:41.360Z | [ recovery-image] Dec 18 23:17:40.022 INFO O| Dec 18 23:17:40.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7284 | 2024-12-18T23:17:41.360Z | [ recovery-image] Dec 18 23:17:40.022 INFO O| Dec 18 23:17:40.022 INFO STEP 964 (remove_files) COMPLETE |
7285 | 2024-12-18T23:17:41.360Z | [ recovery-image] Dec 18 23:17:40.022 INFO O| Dec 18 23:17:40.022 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7286 | 2024-12-18T23:17:41.380Z | [ recovery-image] Dec 18 23:17:40.042 INFO O| Dec 18 23:17:40.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7287 | 2024-12-18T23:17:41.380Z | [ recovery-image] Dec 18 23:17:40.042 INFO O| Dec 18 23:17:40.042 INFO STEP 965 (remove_files) COMPLETE |
7288 | 2024-12-18T23:17:41.383Z | [ recovery-image] Dec 18 23:17:40.042 INFO O| Dec 18 23:17:40.042 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7289 | 2024-12-18T23:17:41.443Z | [ recovery-image] Dec 18 23:17:40.105 INFO O| Dec 18 23:17:40.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7290 | 2024-12-18T23:17:41.443Z | [ recovery-image] Dec 18 23:17:40.105 INFO O| Dec 18 23:17:40.105 INFO STEP 966 (remove_files) COMPLETE |
7291 | 2024-12-18T23:17:41.446Z | [ recovery-image] Dec 18 23:17:40.105 INFO O| Dec 18 23:17:40.105 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7292 | 2024-12-18T23:17:41.465Z | [ recovery-image] Dec 18 23:17:40.127 INFO O| Dec 18 23:17:40.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7293 | 2024-12-18T23:17:41.468Z | [ recovery-image] Dec 18 23:17:40.127 INFO O| Dec 18 23:17:40.127 INFO STEP 967 (remove_files) COMPLETE |
7294 | 2024-12-18T23:17:41.468Z | [ recovery-image] Dec 18 23:17:40.128 INFO O| Dec 18 23:17:40.127 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7295 | 2024-12-18T23:17:41.494Z | [ recovery-image] Dec 18 23:17:40.156 INFO O| Dec 18 23:17:40.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7296 | 2024-12-18T23:17:41.496Z | [ recovery-image] Dec 18 23:17:40.156 INFO O| Dec 18 23:17:40.156 INFO STEP 968 (remove_files) COMPLETE |
7297 | 2024-12-18T23:17:41.496Z | [ recovery-image] Dec 18 23:17:40.156 INFO O| Dec 18 23:17:40.156 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7298 | 2024-12-18T23:17:41.513Z | [ recovery-image] Dec 18 23:17:40.175 INFO O| Dec 18 23:17:40.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7299 | 2024-12-18T23:17:41.513Z | [ recovery-image] Dec 18 23:17:40.175 INFO O| Dec 18 23:17:40.175 INFO STEP 969 (remove_files) COMPLETE |
7300 | 2024-12-18T23:17:41.516Z | [ recovery-image] Dec 18 23:17:40.175 INFO O| Dec 18 23:17:40.175 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7301 | 2024-12-18T23:17:41.573Z | [ recovery-image] Dec 18 23:17:40.235 INFO O| Dec 18 23:17:40.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7302 | 2024-12-18T23:17:41.573Z | [ recovery-image] Dec 18 23:17:40.235 INFO O| Dec 18 23:17:40.235 INFO STEP 970 (remove_files) COMPLETE |
7303 | 2024-12-18T23:17:41.573Z | [ recovery-image] Dec 18 23:17:40.235 INFO O| Dec 18 23:17:40.235 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7304 | 2024-12-18T23:17:41.602Z | [ recovery-image] Dec 18 23:17:40.263 INFO O| Dec 18 23:17:40.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7305 | 2024-12-18T23:17:41.602Z | [ recovery-image] Dec 18 23:17:40.263 INFO O| Dec 18 23:17:40.263 INFO STEP 971 (remove_files) COMPLETE |
7306 | 2024-12-18T23:17:41.602Z | [ recovery-image] Dec 18 23:17:40.263 INFO O| Dec 18 23:17:40.263 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7307 | 2024-12-18T23:17:41.624Z | [ recovery-image] Dec 18 23:17:40.286 INFO O| Dec 18 23:17:40.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7308 | 2024-12-18T23:17:41.627Z | [ recovery-image] Dec 18 23:17:40.286 INFO O| Dec 18 23:17:40.286 INFO STEP 972 (remove_files) COMPLETE |
7309 | 2024-12-18T23:17:41.627Z | [ recovery-image] Dec 18 23:17:40.286 INFO O| Dec 18 23:17:40.286 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7310 | 2024-12-18T23:17:41.646Z | [ recovery-image] Dec 18 23:17:40.308 INFO O| Dec 18 23:17:40.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7311 | 2024-12-18T23:17:41.646Z | [ recovery-image] Dec 18 23:17:40.309 INFO O| Dec 18 23:17:40.308 INFO STEP 973 (remove_files) COMPLETE |
7312 | 2024-12-18T23:17:41.651Z | [ recovery-image] Dec 18 23:17:40.309 INFO O| Dec 18 23:17:40.309 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7313 | 2024-12-18T23:17:41.778Z | [ recovery-image] Dec 18 23:17:40.440 INFO O| Dec 18 23:17:40.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7314 | 2024-12-18T23:17:41.778Z | [ recovery-image] Dec 18 23:17:40.441 INFO O| Dec 18 23:17:40.440 INFO STEP 974 (remove_files) COMPLETE |
7315 | 2024-12-18T23:17:41.781Z | [ recovery-image] Dec 18 23:17:40.441 INFO O| Dec 18 23:17:40.441 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7316 | 2024-12-18T23:17:41.801Z | [ recovery-image] Dec 18 23:17:40.463 INFO O| Dec 18 23:17:40.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7317 | 2024-12-18T23:17:41.801Z | [ recovery-image] Dec 18 23:17:40.463 INFO O| Dec 18 23:17:40.463 INFO STEP 975 (remove_files) COMPLETE |
7318 | 2024-12-18T23:17:41.801Z | [ recovery-image] Dec 18 23:17:40.463 INFO O| Dec 18 23:17:40.463 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7319 | 2024-12-18T23:17:41.826Z | [ recovery-image] Dec 18 23:17:40.488 INFO O| Dec 18 23:17:40.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7320 | 2024-12-18T23:17:41.826Z | [ recovery-image] Dec 18 23:17:40.488 INFO O| Dec 18 23:17:40.488 INFO STEP 976 (remove_files) COMPLETE |
7321 | 2024-12-18T23:17:41.829Z | [ recovery-image] Dec 18 23:17:40.488 INFO O| Dec 18 23:17:40.488 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7322 | 2024-12-18T23:17:41.848Z | [ recovery-image] Dec 18 23:17:40.510 INFO O| Dec 18 23:17:40.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7323 | 2024-12-18T23:17:41.848Z | [ recovery-image] Dec 18 23:17:40.511 INFO O| Dec 18 23:17:40.510 INFO STEP 977 (remove_files) COMPLETE |
7324 | 2024-12-18T23:17:41.848Z | [ recovery-image] Dec 18 23:17:40.511 INFO O| Dec 18 23:17:40.511 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7325 | 2024-12-18T23:17:41.870Z | [ recovery-image] Dec 18 23:17:40.532 INFO O| Dec 18 23:17:40.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7326 | 2024-12-18T23:17:41.872Z | [ recovery-image] Dec 18 23:17:40.532 INFO O| Dec 18 23:17:40.532 INFO STEP 978 (remove_files) COMPLETE |
7327 | 2024-12-18T23:17:41.872Z | [ recovery-image] Dec 18 23:17:40.532 INFO O| Dec 18 23:17:40.532 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7328 | 2024-12-18T23:17:41.890Z | [ recovery-image] Dec 18 23:17:40.552 INFO O| Dec 18 23:17:40.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7329 | 2024-12-18T23:17:41.890Z | [ recovery-image] Dec 18 23:17:40.552 INFO O| Dec 18 23:17:40.552 INFO STEP 979 (remove_files) COMPLETE |
7330 | 2024-12-18T23:17:41.890Z | [ recovery-image] Dec 18 23:17:40.552 INFO O| Dec 18 23:17:40.552 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7331 | 2024-12-18T23:17:41.921Z | [ recovery-image] Dec 18 23:17:40.583 INFO O| Dec 18 23:17:40.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7332 | 2024-12-18T23:17:41.921Z | [ recovery-image] Dec 18 23:17:40.583 INFO O| Dec 18 23:17:40.583 INFO STEP 980 (remove_files) COMPLETE |
7333 | 2024-12-18T23:17:41.924Z | [ recovery-image] Dec 18 23:17:40.583 INFO O| Dec 18 23:17:40.583 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7334 | 2024-12-18T23:17:41.967Z | [ recovery-image] Dec 18 23:17:40.629 INFO O| Dec 18 23:17:40.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7335 | 2024-12-18T23:17:41.970Z | [ recovery-image] Dec 18 23:17:40.630 INFO O| Dec 18 23:17:40.630 INFO STEP 981 (remove_files) COMPLETE |
7336 | 2024-12-18T23:17:41.970Z | [ recovery-image] Dec 18 23:17:40.630 INFO O| Dec 18 23:17:40.630 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7337 | 2024-12-18T23:17:41.987Z | [ recovery-image] Dec 18 23:17:40.649 INFO O| Dec 18 23:17:40.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7338 | 2024-12-18T23:17:41.991Z | [ recovery-image] Dec 18 23:17:40.649 INFO O| Dec 18 23:17:40.649 INFO STEP 982 (remove_files) COMPLETE |
7339 | 2024-12-18T23:17:41.991Z | [ recovery-image] Dec 18 23:17:40.649 INFO O| Dec 18 23:17:40.649 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7340 | 2024-12-18T23:17:42.081Z | [ recovery-image] Dec 18 23:17:40.742 INFO O| Dec 18 23:17:40.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7341 | 2024-12-18T23:17:42.081Z | [ recovery-image] Dec 18 23:17:40.743 INFO O| Dec 18 23:17:40.743 INFO STEP 983 (remove_files) COMPLETE |
7342 | 2024-12-18T23:17:42.081Z | [ recovery-image] Dec 18 23:17:40.743 INFO O| Dec 18 23:17:40.743 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7343 | 2024-12-18T23:17:42.102Z | [ recovery-image] Dec 18 23:17:40.764 INFO O| Dec 18 23:17:40.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7344 | 2024-12-18T23:17:42.102Z | [ recovery-image] Dec 18 23:17:40.764 INFO O| Dec 18 23:17:40.764 INFO STEP 984 (remove_files) COMPLETE |
7345 | 2024-12-18T23:17:42.102Z | [ recovery-image] Dec 18 23:17:40.764 INFO O| Dec 18 23:17:40.764 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7346 | 2024-12-18T23:17:42.122Z | [ recovery-image] Dec 18 23:17:40.784 INFO O| Dec 18 23:17:40.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7347 | 2024-12-18T23:17:42.123Z | [ recovery-image] Dec 18 23:17:40.784 INFO O| Dec 18 23:17:40.784 INFO STEP 985 (remove_files) COMPLETE |
7348 | 2024-12-18T23:17:42.123Z | [ recovery-image] Dec 18 23:17:40.785 INFO O| Dec 18 23:17:40.784 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7349 | 2024-12-18T23:17:42.143Z | [ recovery-image] Dec 18 23:17:40.805 INFO O| Dec 18 23:17:40.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7350 | 2024-12-18T23:17:42.143Z | [ recovery-image] Dec 18 23:17:40.805 INFO O| Dec 18 23:17:40.805 INFO STEP 986 (remove_files) COMPLETE |
7351 | 2024-12-18T23:17:42.143Z | [ recovery-image] Dec 18 23:17:40.805 INFO O| Dec 18 23:17:40.805 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7352 | 2024-12-18T23:17:42.164Z | [ recovery-image] Dec 18 23:17:40.826 INFO O| Dec 18 23:17:40.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7353 | 2024-12-18T23:17:42.164Z | [ recovery-image] Dec 18 23:17:40.826 INFO O| Dec 18 23:17:40.826 INFO STEP 987 (remove_files) COMPLETE |
7354 | 2024-12-18T23:17:42.164Z | [ recovery-image] Dec 18 23:17:40.826 INFO O| Dec 18 23:17:40.826 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7355 | 2024-12-18T23:17:42.183Z | [ recovery-image] Dec 18 23:17:40.844 INFO O| Dec 18 23:17:40.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7356 | 2024-12-18T23:17:42.183Z | [ recovery-image] Dec 18 23:17:40.845 INFO O| Dec 18 23:17:40.845 INFO STEP 988 (remove_files) COMPLETE |
7357 | 2024-12-18T23:17:42.185Z | [ recovery-image] Dec 18 23:17:40.845 INFO O| Dec 18 23:17:40.845 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7358 | 2024-12-18T23:17:42.203Z | [ recovery-image] Dec 18 23:17:40.864 INFO O| Dec 18 23:17:40.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7359 | 2024-12-18T23:17:42.203Z | [ recovery-image] Dec 18 23:17:40.864 INFO O| Dec 18 23:17:40.864 INFO STEP 989 (remove_files) COMPLETE |
7360 | 2024-12-18T23:17:42.205Z | [ recovery-image] Dec 18 23:17:40.864 INFO O| Dec 18 23:17:40.864 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7361 | 2024-12-18T23:17:42.223Z | [ recovery-image] Dec 18 23:17:40.885 INFO O| Dec 18 23:17:40.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7362 | 2024-12-18T23:17:42.223Z | [ recovery-image] Dec 18 23:17:40.885 INFO O| Dec 18 23:17:40.885 INFO STEP 990 (remove_files) COMPLETE |
7363 | 2024-12-18T23:17:42.225Z | [ recovery-image] Dec 18 23:17:40.885 INFO O| Dec 18 23:17:40.885 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7364 | 2024-12-18T23:17:42.243Z | [ recovery-image] Dec 18 23:17:40.905 INFO O| Dec 18 23:17:40.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7365 | 2024-12-18T23:17:42.243Z | [ recovery-image] Dec 18 23:17:40.905 INFO O| Dec 18 23:17:40.905 INFO STEP 991 (remove_files) COMPLETE |
7366 | 2024-12-18T23:17:42.243Z | [ recovery-image] Dec 18 23:17:40.905 INFO O| Dec 18 23:17:40.905 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7367 | 2024-12-18T23:17:42.276Z | [ recovery-image] Dec 18 23:17:40.938 INFO O| Dec 18 23:17:40.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7368 | 2024-12-18T23:17:42.276Z | [ recovery-image] Dec 18 23:17:40.938 INFO O| Dec 18 23:17:40.938 INFO STEP 992 (remove_files) COMPLETE |
7369 | 2024-12-18T23:17:42.279Z | [ recovery-image] Dec 18 23:17:40.939 INFO O| Dec 18 23:17:40.938 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7370 | 2024-12-18T23:17:42.298Z | [ recovery-image] Dec 18 23:17:40.960 INFO O| Dec 18 23:17:40.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7371 | 2024-12-18T23:17:42.298Z | [ recovery-image] Dec 18 23:17:40.960 INFO O| Dec 18 23:17:40.960 INFO STEP 993 (remove_files) COMPLETE |
7372 | 2024-12-18T23:17:42.298Z | [ recovery-image] Dec 18 23:17:40.960 INFO O| Dec 18 23:17:40.960 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7373 | 2024-12-18T23:17:42.331Z | [ recovery-image] Dec 18 23:17:40.993 INFO O| Dec 18 23:17:40.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7374 | 2024-12-18T23:17:42.331Z | [ recovery-image] Dec 18 23:17:40.993 INFO O| Dec 18 23:17:40.993 INFO STEP 994 (remove_files) COMPLETE |
7375 | 2024-12-18T23:17:42.331Z | [ recovery-image] Dec 18 23:17:40.993 INFO O| Dec 18 23:17:40.993 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7376 | 2024-12-18T23:17:42.354Z | [ recovery-image] Dec 18 23:17:41.015 INFO O| Dec 18 23:17:41.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7377 | 2024-12-18T23:17:42.354Z | [ recovery-image] Dec 18 23:17:41.015 INFO O| Dec 18 23:17:41.015 INFO STEP 995 (remove_files) COMPLETE |
7378 | 2024-12-18T23:17:42.358Z | [ recovery-image] Dec 18 23:17:41.015 INFO O| Dec 18 23:17:41.015 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7379 | 2024-12-18T23:17:42.374Z | [ recovery-image] Dec 18 23:17:41.036 INFO O| Dec 18 23:17:41.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7380 | 2024-12-18T23:17:42.374Z | [ recovery-image] Dec 18 23:17:41.036 INFO O| Dec 18 23:17:41.036 INFO STEP 996 (remove_files) COMPLETE |
7381 | 2024-12-18T23:17:42.374Z | [ recovery-image] Dec 18 23:17:41.036 INFO O| Dec 18 23:17:41.036 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7382 | 2024-12-18T23:17:42.395Z | [ recovery-image] Dec 18 23:17:41.057 INFO O| Dec 18 23:17:41.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7383 | 2024-12-18T23:17:42.395Z | [ recovery-image] Dec 18 23:17:41.057 INFO O| Dec 18 23:17:41.057 INFO STEP 997 (remove_files) COMPLETE |
7384 | 2024-12-18T23:17:42.399Z | [ recovery-image] Dec 18 23:17:41.057 INFO O| Dec 18 23:17:41.057 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7385 | 2024-12-18T23:17:42.415Z | [ recovery-image] Dec 18 23:17:41.077 INFO O| Dec 18 23:17:41.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7386 | 2024-12-18T23:17:42.415Z | [ recovery-image] Dec 18 23:17:41.077 INFO O| Dec 18 23:17:41.077 INFO STEP 998 (remove_files) COMPLETE |
7387 | 2024-12-18T23:17:42.415Z | [ recovery-image] Dec 18 23:17:41.077 INFO O| Dec 18 23:17:41.077 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7388 | 2024-12-18T23:17:42.435Z | [ recovery-image] Dec 18 23:17:41.097 INFO O| Dec 18 23:17:41.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7389 | 2024-12-18T23:17:42.435Z | [ recovery-image] Dec 18 23:17:41.097 INFO O| Dec 18 23:17:41.097 INFO STEP 999 (remove_files) COMPLETE |
7390 | 2024-12-18T23:17:42.435Z | [ recovery-image] Dec 18 23:17:41.097 INFO O| Dec 18 23:17:41.097 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2024-12-18T23:17:42.467Z | [ recovery-image] Dec 18 23:17:41.129 INFO O| Dec 18 23:17:41.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7392 | 2024-12-18T23:17:42.467Z | [ recovery-image] Dec 18 23:17:41.129 INFO O| Dec 18 23:17:41.129 INFO STEP 1000 (remove_files) COMPLETE |
7393 | 2024-12-18T23:17:42.467Z | [ recovery-image] Dec 18 23:17:41.129 INFO O| Dec 18 23:17:41.129 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7394 | 2024-12-18T23:17:42.491Z | [ recovery-image] Dec 18 23:17:41.153 INFO O| Dec 18 23:17:41.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7395 | 2024-12-18T23:17:42.495Z | [ recovery-image] Dec 18 23:17:41.153 INFO O| Dec 18 23:17:41.153 INFO STEP 1001 (remove_files) COMPLETE |
7396 | 2024-12-18T23:17:42.495Z | [ recovery-image] Dec 18 23:17:41.153 INFO O| Dec 18 23:17:41.153 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2024-12-18T23:17:42.527Z | [ recovery-image] Dec 18 23:17:41.189 INFO O| Dec 18 23:17:41.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7398 | 2024-12-18T23:17:42.527Z | [ recovery-image] Dec 18 23:17:41.189 INFO O| Dec 18 23:17:41.174 INFO STEP 1002 (remove_files) COMPLETE |
7399 | 2024-12-18T23:17:42.527Z | [ recovery-image] Dec 18 23:17:41.189 INFO O| Dec 18 23:17:41.174 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7400 | 2024-12-18T23:17:42.597Z | [ recovery-image] Dec 18 23:17:41.259 INFO O| Dec 18 23:17:41.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7401 | 2024-12-18T23:17:42.605Z | [ recovery-image] Dec 18 23:17:41.267 INFO O| Dec 18 23:17:41.267 INFO STEP 1003 (remove_files) COMPLETE |
7402 | 2024-12-18T23:17:42.605Z | [ recovery-image] Dec 18 23:17:41.267 INFO O| Dec 18 23:17:41.267 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2024-12-18T23:17:42.626Z | [ recovery-image] Dec 18 23:17:41.288 INFO O| Dec 18 23:17:41.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7404 | 2024-12-18T23:17:42.626Z | [ recovery-image] Dec 18 23:17:41.288 INFO O| Dec 18 23:17:41.288 INFO STEP 1004 (remove_files) COMPLETE |
7405 | 2024-12-18T23:17:42.629Z | [ recovery-image] Dec 18 23:17:41.288 INFO O| Dec 18 23:17:41.288 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2024-12-18T23:17:42.647Z | [ recovery-image] Dec 18 23:17:41.309 INFO O| Dec 18 23:17:41.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7407 | 2024-12-18T23:17:42.647Z | [ recovery-image] Dec 18 23:17:41.309 INFO O| Dec 18 23:17:41.309 INFO STEP 1005 (remove_files) COMPLETE |
7408 | 2024-12-18T23:17:42.647Z | [ recovery-image] Dec 18 23:17:41.309 INFO O| Dec 18 23:17:41.309 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2024-12-18T23:17:42.746Z | [ recovery-image] Dec 18 23:17:41.408 INFO O| Dec 18 23:17:41.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7410 | 2024-12-18T23:17:42.746Z | [ recovery-image] Dec 18 23:17:41.408 INFO O| Dec 18 23:17:41.408 INFO STEP 1006 (remove_files) COMPLETE |
7411 | 2024-12-18T23:17:42.749Z | [ recovery-image] Dec 18 23:17:41.408 INFO O| Dec 18 23:17:41.408 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2024-12-18T23:17:42.778Z | [ recovery-image] Dec 18 23:17:41.440 INFO O| Dec 18 23:17:41.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7413 | 2024-12-18T23:17:42.781Z | [ recovery-image] Dec 18 23:17:41.440 INFO O| Dec 18 23:17:41.440 INFO STEP 1007 (remove_files) COMPLETE |
7414 | 2024-12-18T23:17:42.781Z | [ recovery-image] Dec 18 23:17:41.440 INFO O| Dec 18 23:17:41.440 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2024-12-18T23:17:42.831Z | [ recovery-image] Dec 18 23:17:41.493 INFO O| Dec 18 23:17:41.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7416 | 2024-12-18T23:17:42.831Z | [ recovery-image] Dec 18 23:17:41.493 INFO O| Dec 18 23:17:41.493 INFO STEP 1008 (remove_files) COMPLETE |
7417 | 2024-12-18T23:17:42.831Z | [ recovery-image] Dec 18 23:17:41.493 INFO O| Dec 18 23:17:41.493 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2024-12-18T23:17:42.870Z | [ recovery-image] Dec 18 23:17:41.532 INFO O| Dec 18 23:17:41.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7419 | 2024-12-18T23:17:42.873Z | [ recovery-image] Dec 18 23:17:41.532 INFO O| Dec 18 23:17:41.532 INFO STEP 1009 (remove_files) COMPLETE |
7420 | 2024-12-18T23:17:42.873Z | [ recovery-image] Dec 18 23:17:41.533 INFO O| Dec 18 23:17:41.532 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2024-12-18T23:17:42.892Z | [ recovery-image] Dec 18 23:17:41.554 INFO O| Dec 18 23:17:41.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7422 | 2024-12-18T23:17:42.895Z | [ recovery-image] Dec 18 23:17:41.554 INFO O| Dec 18 23:17:41.554 INFO STEP 1010 (remove_files) COMPLETE |
7423 | 2024-12-18T23:17:42.895Z | [ recovery-image] Dec 18 23:17:41.554 INFO O| Dec 18 23:17:41.554 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7424 | 2024-12-18T23:17:42.919Z | [ recovery-image] Dec 18 23:17:41.581 INFO O| Dec 18 23:17:41.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7425 | 2024-12-18T23:17:42.919Z | [ recovery-image] Dec 18 23:17:41.581 INFO O| Dec 18 23:17:41.581 INFO STEP 1011 (remove_files) COMPLETE |
7426 | 2024-12-18T23:17:42.919Z | [ recovery-image] Dec 18 23:17:41.582 INFO O| Dec 18 23:17:41.581 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7427 | 2024-12-18T23:17:42.940Z | [ recovery-image] Dec 18 23:17:41.601 INFO O| Dec 18 23:17:41.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7428 | 2024-12-18T23:17:42.940Z | [ recovery-image] Dec 18 23:17:41.601 INFO O| Dec 18 23:17:41.601 INFO STEP 1012 (remove_files) COMPLETE |
7429 | 2024-12-18T23:17:42.940Z | [ recovery-image] Dec 18 23:17:41.602 INFO O| Dec 18 23:17:41.601 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7430 | 2024-12-18T23:17:42.959Z | [ recovery-image] Dec 18 23:17:41.621 INFO O| Dec 18 23:17:41.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7431 | 2024-12-18T23:17:42.959Z | [ recovery-image] Dec 18 23:17:41.621 INFO O| Dec 18 23:17:41.621 INFO STEP 1013 (remove_files) COMPLETE |
7432 | 2024-12-18T23:17:42.959Z | [ recovery-image] Dec 18 23:17:41.621 INFO O| Dec 18 23:17:41.621 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7433 | 2024-12-18T23:17:42.995Z | [ recovery-image] Dec 18 23:17:41.640 INFO O| Dec 18 23:17:41.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7434 | 2024-12-18T23:17:42.995Z | [ recovery-image] Dec 18 23:17:41.640 INFO O| Dec 18 23:17:41.640 INFO STEP 1014 (remove_files) COMPLETE |
7435 | 2024-12-18T23:17:43.001Z | [ recovery-image] Dec 18 23:17:41.640 INFO O| Dec 18 23:17:41.640 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7436 | 2024-12-18T23:17:43.020Z | [ recovery-image] Dec 18 23:17:41.682 INFO O| Dec 18 23:17:41.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7437 | 2024-12-18T23:17:43.020Z | [ recovery-image] Dec 18 23:17:41.682 INFO O| Dec 18 23:17:41.682 INFO STEP 1015 (remove_files) COMPLETE |
7438 | 2024-12-18T23:17:43.024Z | [ recovery-image] Dec 18 23:17:41.682 INFO O| Dec 18 23:17:41.682 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7439 | 2024-12-18T23:17:43.042Z | [ recovery-image] Dec 18 23:17:41.704 INFO O| Dec 18 23:17:41.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7440 | 2024-12-18T23:17:43.045Z | [ recovery-image] Dec 18 23:17:41.707 INFO O| Dec 18 23:17:41.704 INFO STEP 1016 (remove_files) COMPLETE |
7441 | 2024-12-18T23:17:43.047Z | [ recovery-image] Dec 18 23:17:41.707 INFO O| Dec 18 23:17:41.704 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7442 | 2024-12-18T23:17:43.081Z | [ recovery-image] Dec 18 23:17:41.743 INFO O| Dec 18 23:17:41.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7443 | 2024-12-18T23:17:43.099Z | [ recovery-image] Dec 18 23:17:41.761 INFO O| Dec 18 23:17:41.761 INFO STEP 1017 (remove_files) COMPLETE |
7444 | 2024-12-18T23:17:43.099Z | [ recovery-image] Dec 18 23:17:41.761 INFO O| Dec 18 23:17:41.761 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7445 | 2024-12-18T23:17:43.120Z | [ recovery-image] Dec 18 23:17:41.781 INFO O| Dec 18 23:17:41.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7446 | 2024-12-18T23:17:43.123Z | [ recovery-image] Dec 18 23:17:41.782 INFO O| Dec 18 23:17:41.782 INFO STEP 1018 (remove_files) COMPLETE |
7447 | 2024-12-18T23:17:43.123Z | [ recovery-image] Dec 18 23:17:41.782 INFO O| Dec 18 23:17:41.782 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7448 | 2024-12-18T23:17:43.138Z | [ recovery-image] Dec 18 23:17:41.800 INFO O| Dec 18 23:17:41.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7449 | 2024-12-18T23:17:43.138Z | [ recovery-image] Dec 18 23:17:41.800 INFO O| Dec 18 23:17:41.800 INFO STEP 1019 (remove_files) COMPLETE |
7450 | 2024-12-18T23:17:43.141Z | [ recovery-image] Dec 18 23:17:41.801 INFO O| Dec 18 23:17:41.800 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7451 | 2024-12-18T23:17:43.158Z | [ recovery-image] Dec 18 23:17:41.820 INFO O| Dec 18 23:17:41.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7452 | 2024-12-18T23:17:43.161Z | [ recovery-image] Dec 18 23:17:41.820 INFO O| Dec 18 23:17:41.820 INFO STEP 1020 (remove_files) COMPLETE |
7453 | 2024-12-18T23:17:43.161Z | [ recovery-image] Dec 18 23:17:41.821 INFO O| Dec 18 23:17:41.820 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7454 | 2024-12-18T23:17:43.192Z | [ recovery-image] Dec 18 23:17:41.854 INFO O| Dec 18 23:17:41.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7455 | 2024-12-18T23:17:43.193Z | [ recovery-image] Dec 18 23:17:41.854 INFO O| Dec 18 23:17:41.854 INFO STEP 1021 (remove_files) COMPLETE |
7456 | 2024-12-18T23:17:43.193Z | [ recovery-image] Dec 18 23:17:41.854 INFO O| Dec 18 23:17:41.854 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7457 | 2024-12-18T23:17:43.211Z | [ recovery-image] Dec 18 23:17:41.873 INFO O| Dec 18 23:17:41.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7458 | 2024-12-18T23:17:43.214Z | [ recovery-image] Dec 18 23:17:41.873 INFO O| Dec 18 23:17:41.873 INFO STEP 1022 (remove_files) COMPLETE |
7459 | 2024-12-18T23:17:43.214Z | [ recovery-image] Dec 18 23:17:41.873 INFO O| Dec 18 23:17:41.873 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7460 | 2024-12-18T23:17:43.236Z | [ recovery-image] Dec 18 23:17:41.891 INFO O| Dec 18 23:17:41.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7461 | 2024-12-18T23:17:43.239Z | [ recovery-image] Dec 18 23:17:41.892 INFO O| Dec 18 23:17:41.891 INFO STEP 1023 (remove_files) COMPLETE |
7462 | 2024-12-18T23:17:43.239Z | [ recovery-image] Dec 18 23:17:41.892 INFO O| Dec 18 23:17:41.892 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7463 | 2024-12-18T23:17:43.246Z | [ recovery-image] Dec 18 23:17:41.908 INFO O| Dec 18 23:17:41.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7464 | 2024-12-18T23:17:43.248Z | [ recovery-image] Dec 18 23:17:41.908 INFO O| Dec 18 23:17:41.908 INFO STEP 1024 (remove_files) COMPLETE |
7465 | 2024-12-18T23:17:43.249Z | [ recovery-image] Dec 18 23:17:41.908 INFO O| Dec 18 23:17:41.908 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7466 | 2024-12-18T23:17:43.265Z | [ recovery-image] Dec 18 23:17:41.927 INFO O| Dec 18 23:17:41.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7467 | 2024-12-18T23:17:43.265Z | [ recovery-image] Dec 18 23:17:41.927 INFO O| Dec 18 23:17:41.927 INFO STEP 1025 (remove_files) COMPLETE |
7468 | 2024-12-18T23:17:43.268Z | [ recovery-image] Dec 18 23:17:41.928 INFO O| Dec 18 23:17:41.928 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7469 | 2024-12-18T23:17:43.294Z | [ recovery-image] Dec 18 23:17:41.956 INFO O| Dec 18 23:17:41.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7470 | 2024-12-18T23:17:43.294Z | [ recovery-image] Dec 18 23:17:41.956 INFO O| Dec 18 23:17:41.956 INFO STEP 1026 (remove_files) COMPLETE |
7471 | 2024-12-18T23:17:43.294Z | [ recovery-image] Dec 18 23:17:41.957 INFO O| Dec 18 23:17:41.956 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7472 | 2024-12-18T23:17:43.316Z | [ recovery-image] Dec 18 23:17:41.978 INFO O| Dec 18 23:17:41.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7473 | 2024-12-18T23:17:43.316Z | [ recovery-image] Dec 18 23:17:41.978 INFO O| Dec 18 23:17:41.978 INFO STEP 1027 (remove_files) COMPLETE |
7474 | 2024-12-18T23:17:43.316Z | [ recovery-image] Dec 18 23:17:41.978 INFO O| Dec 18 23:17:41.978 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7475 | 2024-12-18T23:17:43.338Z | [ recovery-image] Dec 18 23:17:42.000 INFO O| Dec 18 23:17:42.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7476 | 2024-12-18T23:17:43.338Z | [ recovery-image] Dec 18 23:17:42.000 INFO O| Dec 18 23:17:42.000 INFO STEP 1028 (remove_files) COMPLETE |
7477 | 2024-12-18T23:17:43.338Z | [ recovery-image] Dec 18 23:17:42.000 INFO O| Dec 18 23:17:42.000 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7478 | 2024-12-18T23:17:43.359Z | [ recovery-image] Dec 18 23:17:42.021 INFO O| Dec 18 23:17:42.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7479 | 2024-12-18T23:17:43.359Z | [ recovery-image] Dec 18 23:17:42.021 INFO O| Dec 18 23:17:42.021 INFO STEP 1029 (remove_files) COMPLETE |
7480 | 2024-12-18T23:17:43.362Z | [ recovery-image] Dec 18 23:17:42.021 INFO O| Dec 18 23:17:42.021 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7481 | 2024-12-18T23:17:43.379Z | [ recovery-image] Dec 18 23:17:42.041 INFO O| Dec 18 23:17:42.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7482 | 2024-12-18T23:17:43.379Z | [ recovery-image] Dec 18 23:17:42.041 INFO O| Dec 18 23:17:42.041 INFO STEP 1030 (remove_files) COMPLETE |
7483 | 2024-12-18T23:17:43.382Z | [ recovery-image] Dec 18 23:17:42.041 INFO O| Dec 18 23:17:42.041 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7484 | 2024-12-18T23:17:43.403Z | [ recovery-image] Dec 18 23:17:42.065 INFO O| Dec 18 23:17:42.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7485 | 2024-12-18T23:17:43.403Z | [ recovery-image] Dec 18 23:17:42.065 INFO O| Dec 18 23:17:42.065 INFO STEP 1031 (remove_files) COMPLETE |
7486 | 2024-12-18T23:17:43.406Z | [ recovery-image] Dec 18 23:17:42.065 INFO O| Dec 18 23:17:42.065 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7487 | 2024-12-18T23:17:43.427Z | [ recovery-image] Dec 18 23:17:42.088 INFO O| Dec 18 23:17:42.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7488 | 2024-12-18T23:17:43.427Z | [ recovery-image] Dec 18 23:17:42.088 INFO O| Dec 18 23:17:42.088 INFO STEP 1032 (remove_files) COMPLETE |
7489 | 2024-12-18T23:17:43.427Z | [ recovery-image] Dec 18 23:17:42.088 INFO O| Dec 18 23:17:42.088 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7490 | 2024-12-18T23:17:43.487Z | [ recovery-image] Dec 18 23:17:42.148 INFO O| Dec 18 23:17:42.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7491 | 2024-12-18T23:17:43.487Z | [ recovery-image] Dec 18 23:17:42.148 INFO O| Dec 18 23:17:42.148 INFO STEP 1033 (remove_files) COMPLETE |
7492 | 2024-12-18T23:17:43.487Z | [ recovery-image] Dec 18 23:17:42.148 INFO O| Dec 18 23:17:42.148 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7493 | 2024-12-18T23:17:43.507Z | [ recovery-image] Dec 18 23:17:42.168 INFO O| Dec 18 23:17:42.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7494 | 2024-12-18T23:17:43.507Z | [ recovery-image] Dec 18 23:17:42.168 INFO O| Dec 18 23:17:42.168 INFO STEP 1034 (remove_files) COMPLETE |
7495 | 2024-12-18T23:17:43.507Z | [ recovery-image] Dec 18 23:17:42.168 INFO O| Dec 18 23:17:42.168 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7496 | 2024-12-18T23:17:43.527Z | [ recovery-image] Dec 18 23:17:42.188 INFO O| Dec 18 23:17:42.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7497 | 2024-12-18T23:17:43.527Z | [ recovery-image] Dec 18 23:17:42.188 INFO O| Dec 18 23:17:42.188 INFO STEP 1035 (remove_files) COMPLETE |
7498 | 2024-12-18T23:17:43.527Z | [ recovery-image] Dec 18 23:17:42.188 INFO O| Dec 18 23:17:42.188 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7499 | 2024-12-18T23:17:43.548Z | [ recovery-image] Dec 18 23:17:42.207 INFO O| Dec 18 23:17:42.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7500 | 2024-12-18T23:17:43.548Z | [ recovery-image] Dec 18 23:17:42.208 INFO O| Dec 18 23:17:42.208 INFO STEP 1036 (remove_files) COMPLETE |
7501 | 2024-12-18T23:17:43.548Z | [ recovery-image] Dec 18 23:17:42.208 INFO O| Dec 18 23:17:42.208 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7502 | 2024-12-18T23:17:43.569Z | [ recovery-image] Dec 18 23:17:42.226 INFO O| Dec 18 23:17:42.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7503 | 2024-12-18T23:17:43.569Z | [ recovery-image] Dec 18 23:17:42.226 INFO O| Dec 18 23:17:42.226 INFO STEP 1037 (remove_files) COMPLETE |
7504 | 2024-12-18T23:17:43.569Z | [ recovery-image] Dec 18 23:17:42.226 INFO O| Dec 18 23:17:42.226 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7505 | 2024-12-18T23:17:43.601Z | [ recovery-image] Dec 18 23:17:42.262 INFO O| Dec 18 23:17:42.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7506 | 2024-12-18T23:17:43.601Z | [ recovery-image] Dec 18 23:17:42.262 INFO O| Dec 18 23:17:42.262 INFO STEP 1038 (remove_files) COMPLETE |
7507 | 2024-12-18T23:17:43.601Z | [ recovery-image] Dec 18 23:17:42.262 INFO O| Dec 18 23:17:42.262 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7508 | 2024-12-18T23:17:43.642Z | [ recovery-image] Dec 18 23:17:42.304 INFO O| Dec 18 23:17:42.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7509 | 2024-12-18T23:17:43.642Z | [ recovery-image] Dec 18 23:17:42.304 INFO O| Dec 18 23:17:42.304 INFO STEP 1039 (remove_files) COMPLETE |
7510 | 2024-12-18T23:17:43.645Z | [ recovery-image] Dec 18 23:17:42.304 INFO O| Dec 18 23:17:42.304 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7511 | 2024-12-18T23:17:43.664Z | [ recovery-image] Dec 18 23:17:42.326 INFO O| Dec 18 23:17:42.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7512 | 2024-12-18T23:17:43.664Z | [ recovery-image] Dec 18 23:17:42.326 INFO O| Dec 18 23:17:42.326 INFO STEP 1040 (remove_files) COMPLETE |
7513 | 2024-12-18T23:17:43.664Z | [ recovery-image] Dec 18 23:17:42.326 INFO O| Dec 18 23:17:42.326 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7514 | 2024-12-18T23:17:43.684Z | [ recovery-image] Dec 18 23:17:42.346 INFO O| Dec 18 23:17:42.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7515 | 2024-12-18T23:17:43.684Z | [ recovery-image] Dec 18 23:17:42.346 INFO O| Dec 18 23:17:42.346 INFO STEP 1041 (remove_files) COMPLETE |
7516 | 2024-12-18T23:17:43.684Z | [ recovery-image] Dec 18 23:17:42.346 INFO O| Dec 18 23:17:42.346 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7517 | 2024-12-18T23:17:43.721Z | [ recovery-image] Dec 18 23:17:42.381 INFO O| Dec 18 23:17:42.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7518 | 2024-12-18T23:17:43.721Z | [ recovery-image] Dec 18 23:17:42.381 INFO O| Dec 18 23:17:42.381 INFO STEP 1042 (remove_files) COMPLETE |
7519 | 2024-12-18T23:17:43.725Z | [ recovery-image] Dec 18 23:17:42.381 INFO O| Dec 18 23:17:42.381 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7520 | 2024-12-18T23:17:43.759Z | [ recovery-image] Dec 18 23:17:42.420 INFO O| Dec 18 23:17:42.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7521 | 2024-12-18T23:17:43.759Z | [ recovery-image] Dec 18 23:17:42.421 INFO O| Dec 18 23:17:42.420 INFO STEP 1043 (remove_files) COMPLETE |
7522 | 2024-12-18T23:17:43.759Z | [ recovery-image] Dec 18 23:17:42.421 INFO O| Dec 18 23:17:42.420 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7523 | 2024-12-18T23:17:43.778Z | [ recovery-image] Dec 18 23:17:42.440 INFO O| Dec 18 23:17:42.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7524 | 2024-12-18T23:17:43.778Z | [ recovery-image] Dec 18 23:17:42.440 INFO O| Dec 18 23:17:42.440 INFO STEP 1044 (remove_files) COMPLETE |
7525 | 2024-12-18T23:17:43.780Z | [ recovery-image] Dec 18 23:17:42.440 INFO O| Dec 18 23:17:42.440 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7526 | 2024-12-18T23:17:43.820Z | [ recovery-image] Dec 18 23:17:42.482 INFO O| Dec 18 23:17:42.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7527 | 2024-12-18T23:17:43.823Z | [ recovery-image] Dec 18 23:17:42.482 INFO O| Dec 18 23:17:42.482 INFO STEP 1045 (remove_files) COMPLETE |
7528 | 2024-12-18T23:17:43.823Z | [ recovery-image] Dec 18 23:17:42.482 INFO O| Dec 18 23:17:42.482 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7529 | 2024-12-18T23:17:43.873Z | [ recovery-image] Dec 18 23:17:42.535 INFO O| Dec 18 23:17:42.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7530 | 2024-12-18T23:17:43.874Z | [ recovery-image] Dec 18 23:17:42.535 INFO O| Dec 18 23:17:42.535 INFO STEP 1046 (remove_files) COMPLETE |
7531 | 2024-12-18T23:17:43.877Z | [ recovery-image] Dec 18 23:17:42.535 INFO O| Dec 18 23:17:42.535 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7532 | 2024-12-18T23:17:43.917Z | [ recovery-image] Dec 18 23:17:42.579 INFO O| Dec 18 23:17:42.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7533 | 2024-12-18T23:17:43.917Z | [ recovery-image] Dec 18 23:17:42.579 INFO O| Dec 18 23:17:42.579 INFO STEP 1047 (remove_files) COMPLETE |
7534 | 2024-12-18T23:17:43.917Z | [ recovery-image] Dec 18 23:17:42.579 INFO O| Dec 18 23:17:42.579 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7535 | 2024-12-18T23:17:43.951Z | [ recovery-image] Dec 18 23:17:42.612 INFO O| Dec 18 23:17:42.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7536 | 2024-12-18T23:17:43.951Z | [ recovery-image] Dec 18 23:17:42.612 INFO O| Dec 18 23:17:42.612 INFO STEP 1048 (remove_files) COMPLETE |
7537 | 2024-12-18T23:17:43.951Z | [ recovery-image] Dec 18 23:17:42.612 INFO O| Dec 18 23:17:42.612 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7538 | 2024-12-18T23:17:43.971Z | [ recovery-image] Dec 18 23:17:42.633 INFO O| Dec 18 23:17:42.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7539 | 2024-12-18T23:17:43.971Z | [ recovery-image] Dec 18 23:17:42.633 INFO O| Dec 18 23:17:42.633 INFO STEP 1049 (remove_files) COMPLETE |
7540 | 2024-12-18T23:17:43.971Z | [ recovery-image] Dec 18 23:17:42.633 INFO O| Dec 18 23:17:42.633 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7541 | 2024-12-18T23:17:44.016Z | [ recovery-image] Dec 18 23:17:42.677 INFO O| Dec 18 23:17:42.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7542 | 2024-12-18T23:17:44.016Z | [ recovery-image] Dec 18 23:17:42.677 INFO O| Dec 18 23:17:42.677 INFO STEP 1050 (remove_files) COMPLETE |
7543 | 2024-12-18T23:17:44.018Z | [ recovery-image] Dec 18 23:17:42.677 INFO O| Dec 18 23:17:42.677 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7544 | 2024-12-18T23:17:44.034Z | [ recovery-image] Dec 18 23:17:42.695 INFO O| Dec 18 23:17:42.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7545 | 2024-12-18T23:17:44.034Z | [ recovery-image] Dec 18 23:17:42.696 INFO O| Dec 18 23:17:42.696 INFO STEP 1051 (remove_files) COMPLETE |
7546 | 2024-12-18T23:17:44.034Z | [ recovery-image] Dec 18 23:17:42.696 INFO O| Dec 18 23:17:42.696 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7547 | 2024-12-18T23:17:44.073Z | [ recovery-image] Dec 18 23:17:42.734 INFO O| Dec 18 23:17:42.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7548 | 2024-12-18T23:17:44.073Z | [ recovery-image] Dec 18 23:17:42.734 INFO O| Dec 18 23:17:42.734 INFO STEP 1052 (remove_files) COMPLETE |
7549 | 2024-12-18T23:17:44.074Z | [ recovery-image] Dec 18 23:17:42.734 INFO O| Dec 18 23:17:42.734 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7550 | 2024-12-18T23:17:44.137Z | [ recovery-image] Dec 18 23:17:42.799 INFO O| Dec 18 23:17:42.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7551 | 2024-12-18T23:17:44.137Z | [ recovery-image] Dec 18 23:17:42.799 INFO O| Dec 18 23:17:42.799 INFO STEP 1053 (remove_files) COMPLETE |
7552 | 2024-12-18T23:17:44.137Z | [ recovery-image] Dec 18 23:17:42.799 INFO O| Dec 18 23:17:42.799 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7553 | 2024-12-18T23:17:44.160Z | [ recovery-image] Dec 18 23:17:42.821 INFO O| Dec 18 23:17:42.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7554 | 2024-12-18T23:17:44.161Z | [ recovery-image] Dec 18 23:17:42.822 INFO O| Dec 18 23:17:42.822 INFO STEP 1054 (remove_files) COMPLETE |
7555 | 2024-12-18T23:17:44.161Z | [ recovery-image] Dec 18 23:17:42.822 INFO O| Dec 18 23:17:42.822 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7556 | 2024-12-18T23:17:44.196Z | [ recovery-image] Dec 18 23:17:42.857 INFO O| Dec 18 23:17:42.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7557 | 2024-12-18T23:17:44.196Z | [ recovery-image] Dec 18 23:17:42.857 INFO O| Dec 18 23:17:42.857 INFO STEP 1055 (remove_files) COMPLETE |
7558 | 2024-12-18T23:17:44.196Z | [ recovery-image] Dec 18 23:17:42.858 INFO O| Dec 18 23:17:42.857 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7559 | 2024-12-18T23:17:44.246Z | [ recovery-image] Dec 18 23:17:42.907 INFO O| Dec 18 23:17:42.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7560 | 2024-12-18T23:17:44.246Z | [ recovery-image] Dec 18 23:17:42.907 INFO O| Dec 18 23:17:42.907 INFO STEP 1056 (remove_files) COMPLETE |
7561 | 2024-12-18T23:17:44.246Z | [ recovery-image] Dec 18 23:17:42.907 INFO O| Dec 18 23:17:42.907 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7562 | 2024-12-18T23:17:44.268Z | [ recovery-image] Dec 18 23:17:42.928 INFO O| Dec 18 23:17:42.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7563 | 2024-12-18T23:17:44.268Z | [ recovery-image] Dec 18 23:17:42.928 INFO O| Dec 18 23:17:42.928 INFO STEP 1057 (remove_files) COMPLETE |
7564 | 2024-12-18T23:17:44.272Z | [ recovery-image] Dec 18 23:17:42.928 INFO O| Dec 18 23:17:42.928 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7565 | 2024-12-18T23:17:44.303Z | [ recovery-image] Dec 18 23:17:42.964 INFO O| Dec 18 23:17:42.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7566 | 2024-12-18T23:17:44.303Z | [ recovery-image] Dec 18 23:17:42.964 INFO O| Dec 18 23:17:42.964 INFO STEP 1058 (remove_files) COMPLETE |
7567 | 2024-12-18T23:17:44.303Z | [ recovery-image] Dec 18 23:17:42.964 INFO O| Dec 18 23:17:42.964 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7568 | 2024-12-18T23:17:44.390Z | [ recovery-image] Dec 18 23:17:43.051 INFO O| Dec 18 23:17:43.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7569 | 2024-12-18T23:17:44.390Z | [ recovery-image] Dec 18 23:17:43.051 INFO O| Dec 18 23:17:43.051 INFO STEP 1059 (remove_files) COMPLETE |
7570 | 2024-12-18T23:17:44.390Z | [ recovery-image] Dec 18 23:17:43.051 INFO O| Dec 18 23:17:43.051 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7571 | 2024-12-18T23:17:44.450Z | [ recovery-image] Dec 18 23:17:43.112 INFO O| Dec 18 23:17:43.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7572 | 2024-12-18T23:17:44.455Z | [ recovery-image] Dec 18 23:17:43.112 INFO O| Dec 18 23:17:43.112 INFO STEP 1060 (remove_files) COMPLETE |
7573 | 2024-12-18T23:17:44.455Z | [ recovery-image] Dec 18 23:17:43.112 INFO O| Dec 18 23:17:43.112 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7574 | 2024-12-18T23:17:44.482Z | [ recovery-image] Dec 18 23:17:43.144 INFO O| Dec 18 23:17:43.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7575 | 2024-12-18T23:17:44.502Z | [ recovery-image] Dec 18 23:17:43.164 INFO O| Dec 18 23:17:43.164 INFO STEP 1061 (remove_files) COMPLETE |
7576 | 2024-12-18T23:17:44.502Z | [ recovery-image] Dec 18 23:17:43.164 INFO O| Dec 18 23:17:43.164 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7577 | 2024-12-18T23:17:44.526Z | [ recovery-image] Dec 18 23:17:43.187 INFO O| Dec 18 23:17:43.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7578 | 2024-12-18T23:17:44.529Z | [ recovery-image] Dec 18 23:17:43.188 INFO O| Dec 18 23:17:43.188 INFO STEP 1062 (remove_files) COMPLETE |
7579 | 2024-12-18T23:17:44.529Z | [ recovery-image] Dec 18 23:17:43.188 INFO O| Dec 18 23:17:43.188 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7580 | 2024-12-18T23:17:44.548Z | [ recovery-image] Dec 18 23:17:43.209 INFO O| Dec 18 23:17:43.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7581 | 2024-12-18T23:17:44.551Z | [ recovery-image] Dec 18 23:17:43.210 INFO O| Dec 18 23:17:43.210 INFO STEP 1063 (remove_files) COMPLETE |
7582 | 2024-12-18T23:17:44.551Z | [ recovery-image] Dec 18 23:17:43.210 INFO O| Dec 18 23:17:43.210 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7583 | 2024-12-18T23:17:44.583Z | [ recovery-image] Dec 18 23:17:43.245 INFO O| Dec 18 23:17:43.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7584 | 2024-12-18T23:17:44.583Z | [ recovery-image] Dec 18 23:17:43.245 INFO O| Dec 18 23:17:43.245 INFO STEP 1064 (remove_files) COMPLETE |
7585 | 2024-12-18T23:17:44.583Z | [ recovery-image] Dec 18 23:17:43.245 INFO O| Dec 18 23:17:43.245 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7586 | 2024-12-18T23:17:44.632Z | [ recovery-image] Dec 18 23:17:43.294 INFO O| Dec 18 23:17:43.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7587 | 2024-12-18T23:17:44.632Z | [ recovery-image] Dec 18 23:17:43.294 INFO O| Dec 18 23:17:43.281 INFO STEP 1065 (remove_files) COMPLETE |
7588 | 2024-12-18T23:17:44.635Z | [ recovery-image] Dec 18 23:17:43.294 INFO O| Dec 18 23:17:43.281 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7589 | 2024-12-18T23:17:44.644Z | [ recovery-image] Dec 18 23:17:43.306 INFO O| Dec 18 23:17:43.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7590 | 2024-12-18T23:17:44.644Z | [ recovery-image] Dec 18 23:17:43.306 INFO O| Dec 18 23:17:43.306 INFO STEP 1066 (remove_files) COMPLETE |
7591 | 2024-12-18T23:17:44.644Z | [ recovery-image] Dec 18 23:17:43.306 INFO O| Dec 18 23:17:43.306 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7592 | 2024-12-18T23:17:44.679Z | [ recovery-image] Dec 18 23:17:43.341 INFO O| Dec 18 23:17:43.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7593 | 2024-12-18T23:17:44.679Z | [ recovery-image] Dec 18 23:17:43.341 INFO O| Dec 18 23:17:43.341 INFO STEP 1067 (remove_files) COMPLETE |
7594 | 2024-12-18T23:17:44.680Z | [ recovery-image] Dec 18 23:17:43.341 INFO O| Dec 18 23:17:43.341 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7595 | 2024-12-18T23:17:44.713Z | [ recovery-image] Dec 18 23:17:43.374 INFO O| Dec 18 23:17:43.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7596 | 2024-12-18T23:17:44.713Z | [ recovery-image] Dec 18 23:17:43.374 INFO O| Dec 18 23:17:43.374 INFO STEP 1068 (remove_files) COMPLETE |
7597 | 2024-12-18T23:17:44.713Z | [ recovery-image] Dec 18 23:17:43.374 INFO O| Dec 18 23:17:43.374 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7598 | 2024-12-18T23:17:44.759Z | [ recovery-image] Dec 18 23:17:43.399 INFO O| Dec 18 23:17:43.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7599 | 2024-12-18T23:17:44.759Z | [ recovery-image] Dec 18 23:17:43.399 INFO O| Dec 18 23:17:43.399 INFO STEP 1069 (remove_files) COMPLETE |
7600 | 2024-12-18T23:17:44.759Z | [ recovery-image] Dec 18 23:17:43.399 INFO O| Dec 18 23:17:43.399 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7601 | 2024-12-18T23:17:44.795Z | [ recovery-image] Dec 18 23:17:43.457 INFO O| Dec 18 23:17:43.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7602 | 2024-12-18T23:17:44.795Z | [ recovery-image] Dec 18 23:17:43.457 INFO O| Dec 18 23:17:43.457 INFO STEP 1070 (remove_files) COMPLETE |
7603 | 2024-12-18T23:17:44.799Z | [ recovery-image] Dec 18 23:17:43.457 INFO O| Dec 18 23:17:43.457 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7604 | 2024-12-18T23:17:44.852Z | [ recovery-image] Dec 18 23:17:43.513 INFO O| Dec 18 23:17:43.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7605 | 2024-12-18T23:17:44.852Z | [ recovery-image] Dec 18 23:17:43.514 INFO O| Dec 18 23:17:43.514 INFO STEP 1071 (remove_files) COMPLETE |
7606 | 2024-12-18T23:17:44.852Z | [ recovery-image] Dec 18 23:17:43.514 INFO O| Dec 18 23:17:43.514 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7607 | 2024-12-18T23:17:44.917Z | [ recovery-image] Dec 18 23:17:43.579 INFO O| Dec 18 23:17:43.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7608 | 2024-12-18T23:17:44.917Z | [ recovery-image] Dec 18 23:17:43.579 INFO O| Dec 18 23:17:43.579 INFO STEP 1072 (remove_files) COMPLETE |
7609 | 2024-12-18T23:17:44.917Z | [ recovery-image] Dec 18 23:17:43.579 INFO O| Dec 18 23:17:43.579 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7610 | 2024-12-18T23:17:44.977Z | [ recovery-image] Dec 18 23:17:43.639 INFO O| Dec 18 23:17:43.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7611 | 2024-12-18T23:17:44.977Z | [ recovery-image] Dec 18 23:17:43.639 INFO O| Dec 18 23:17:43.639 INFO STEP 1073 (remove_files) COMPLETE |
7612 | 2024-12-18T23:17:44.977Z | [ recovery-image] Dec 18 23:17:43.639 INFO O| Dec 18 23:17:43.639 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7613 | 2024-12-18T23:17:45.011Z | [ recovery-image] Dec 18 23:17:43.672 INFO O| Dec 18 23:17:43.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7614 | 2024-12-18T23:17:45.011Z | [ recovery-image] Dec 18 23:17:43.672 INFO O| Dec 18 23:17:43.672 INFO STEP 1074 (remove_files) COMPLETE |
7615 | 2024-12-18T23:17:45.011Z | [ recovery-image] Dec 18 23:17:43.673 INFO O| Dec 18 23:17:43.672 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7616 | 2024-12-18T23:17:45.030Z | [ recovery-image] Dec 18 23:17:43.692 INFO O| Dec 18 23:17:43.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7617 | 2024-12-18T23:17:45.031Z | [ recovery-image] Dec 18 23:17:43.692 INFO O| Dec 18 23:17:43.692 INFO STEP 1075 (remove_files) COMPLETE |
7618 | 2024-12-18T23:17:45.035Z | [ recovery-image] Dec 18 23:17:43.693 INFO O| Dec 18 23:17:43.692 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7619 | 2024-12-18T23:17:45.065Z | [ recovery-image] Dec 18 23:17:43.725 INFO O| Dec 18 23:17:43.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7620 | 2024-12-18T23:17:45.065Z | [ recovery-image] Dec 18 23:17:43.725 INFO O| Dec 18 23:17:43.725 INFO STEP 1076 (remove_files) COMPLETE |
7621 | 2024-12-18T23:17:45.065Z | [ recovery-image] Dec 18 23:17:43.725 INFO O| Dec 18 23:17:43.725 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7622 | 2024-12-18T23:17:45.083Z | [ recovery-image] Dec 18 23:17:43.745 INFO O| Dec 18 23:17:43.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7623 | 2024-12-18T23:17:45.083Z | [ recovery-image] Dec 18 23:17:43.745 INFO O| Dec 18 23:17:43.745 INFO STEP 1077 (remove_files) COMPLETE |
7624 | 2024-12-18T23:17:45.086Z | [ recovery-image] Dec 18 23:17:43.745 INFO O| Dec 18 23:17:43.745 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7625 | 2024-12-18T23:17:45.103Z | [ recovery-image] Dec 18 23:17:43.764 INFO O| Dec 18 23:17:43.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7626 | 2024-12-18T23:17:45.106Z | [ recovery-image] Dec 18 23:17:43.765 INFO O| Dec 18 23:17:43.765 INFO STEP 1078 (remove_files) COMPLETE |
7627 | 2024-12-18T23:17:45.106Z | [ recovery-image] Dec 18 23:17:43.765 INFO O| Dec 18 23:17:43.765 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7628 | 2024-12-18T23:17:45.122Z | [ recovery-image] Dec 18 23:17:43.784 INFO O| Dec 18 23:17:43.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7629 | 2024-12-18T23:17:45.125Z | [ recovery-image] Dec 18 23:17:43.784 INFO O| Dec 18 23:17:43.784 INFO STEP 1079 (remove_files) COMPLETE |
7630 | 2024-12-18T23:17:45.125Z | [ recovery-image] Dec 18 23:17:43.784 INFO O| Dec 18 23:17:43.784 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7631 | 2024-12-18T23:17:45.158Z | [ recovery-image] Dec 18 23:17:43.820 INFO O| Dec 18 23:17:43.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7632 | 2024-12-18T23:17:45.158Z | [ recovery-image] Dec 18 23:17:43.820 INFO O| Dec 18 23:17:43.820 INFO STEP 1080 (remove_files) COMPLETE |
7633 | 2024-12-18T23:17:45.161Z | [ recovery-image] Dec 18 23:17:43.820 INFO O| Dec 18 23:17:43.820 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7634 | 2024-12-18T23:17:45.213Z | [ recovery-image] Dec 18 23:17:43.875 INFO O| Dec 18 23:17:43.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7635 | 2024-12-18T23:17:45.214Z | [ recovery-image] Dec 18 23:17:43.875 INFO O| Dec 18 23:17:43.875 INFO STEP 1081 (remove_files) COMPLETE |
7636 | 2024-12-18T23:17:45.217Z | [ recovery-image] Dec 18 23:17:43.875 INFO O| Dec 18 23:17:43.875 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7637 | 2024-12-18T23:17:45.244Z | [ recovery-image] Dec 18 23:17:43.906 INFO O| Dec 18 23:17:43.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7638 | 2024-12-18T23:17:45.244Z | [ recovery-image] Dec 18 23:17:43.906 INFO O| Dec 18 23:17:43.906 INFO STEP 1082 (remove_files) COMPLETE |
7639 | 2024-12-18T23:17:45.247Z | [ recovery-image] Dec 18 23:17:43.906 INFO O| Dec 18 23:17:43.906 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7640 | 2024-12-18T23:17:45.271Z | [ recovery-image] Dec 18 23:17:43.933 INFO O| Dec 18 23:17:43.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7641 | 2024-12-18T23:17:45.271Z | [ recovery-image] Dec 18 23:17:43.933 INFO O| Dec 18 23:17:43.933 INFO STEP 1083 (remove_files) COMPLETE |
7642 | 2024-12-18T23:17:45.275Z | [ recovery-image] Dec 18 23:17:43.933 INFO O| Dec 18 23:17:43.933 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7643 | 2024-12-18T23:17:45.301Z | [ recovery-image] Dec 18 23:17:43.963 INFO O| Dec 18 23:17:43.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7644 | 2024-12-18T23:17:45.304Z | [ recovery-image] Dec 18 23:17:43.964 INFO O| Dec 18 23:17:43.964 INFO STEP 1084 (remove_files) COMPLETE |
7645 | 2024-12-18T23:17:45.304Z | [ recovery-image] Dec 18 23:17:43.964 INFO O| Dec 18 23:17:43.964 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7646 | 2024-12-18T23:17:45.322Z | [ recovery-image] Dec 18 23:17:43.983 INFO O| Dec 18 23:17:43.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7647 | 2024-12-18T23:17:45.325Z | [ recovery-image] Dec 18 23:17:43.984 INFO O| Dec 18 23:17:43.984 INFO STEP 1085 (remove_files) COMPLETE |
7648 | 2024-12-18T23:17:45.325Z | [ recovery-image] Dec 18 23:17:43.984 INFO O| Dec 18 23:17:43.984 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7649 | 2024-12-18T23:17:45.341Z | [ recovery-image] Dec 18 23:17:44.003 INFO O| Dec 18 23:17:44.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7650 | 2024-12-18T23:17:45.344Z | [ recovery-image] Dec 18 23:17:44.003 INFO O| Dec 18 23:17:44.003 INFO STEP 1086 (remove_files) COMPLETE |
7651 | 2024-12-18T23:17:45.344Z | [ recovery-image] Dec 18 23:17:44.003 INFO O| Dec 18 23:17:44.003 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7652 | 2024-12-18T23:17:45.360Z | [ recovery-image] Dec 18 23:17:44.022 INFO O| Dec 18 23:17:44.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7653 | 2024-12-18T23:17:45.363Z | [ recovery-image] Dec 18 23:17:44.022 INFO O| Dec 18 23:17:44.022 INFO STEP 1087 (remove_files) COMPLETE |
7654 | 2024-12-18T23:17:45.363Z | [ recovery-image] Dec 18 23:17:44.023 INFO O| Dec 18 23:17:44.022 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7655 | 2024-12-18T23:17:45.380Z | [ recovery-image] Dec 18 23:17:44.042 INFO O| Dec 18 23:17:44.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7656 | 2024-12-18T23:17:45.383Z | [ recovery-image] Dec 18 23:17:44.042 INFO O| Dec 18 23:17:44.042 INFO STEP 1088 (remove_files) COMPLETE |
7657 | 2024-12-18T23:17:45.383Z | [ recovery-image] Dec 18 23:17:44.042 INFO O| Dec 18 23:17:44.042 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7658 | 2024-12-18T23:17:45.400Z | [ recovery-image] Dec 18 23:17:44.062 INFO O| Dec 18 23:17:44.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7659 | 2024-12-18T23:17:45.403Z | [ recovery-image] Dec 18 23:17:44.062 INFO O| Dec 18 23:17:44.062 INFO STEP 1089 (remove_files) COMPLETE |
7660 | 2024-12-18T23:17:45.403Z | [ recovery-image] Dec 18 23:17:44.062 INFO O| Dec 18 23:17:44.062 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7661 | 2024-12-18T23:17:45.419Z | [ recovery-image] Dec 18 23:17:44.081 INFO O| Dec 18 23:17:44.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7662 | 2024-12-18T23:17:45.422Z | [ recovery-image] Dec 18 23:17:44.081 INFO O| Dec 18 23:17:44.081 INFO STEP 1090 (remove_files) COMPLETE |
7663 | 2024-12-18T23:17:45.422Z | [ recovery-image] Dec 18 23:17:44.082 INFO O| Dec 18 23:17:44.082 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7664 | 2024-12-18T23:17:45.455Z | [ recovery-image] Dec 18 23:17:44.117 INFO O| Dec 18 23:17:44.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7665 | 2024-12-18T23:17:45.477Z | [ recovery-image] Dec 18 23:17:44.139 INFO O| Dec 18 23:17:44.139 INFO STEP 1091 (remove_files) COMPLETE |
7666 | 2024-12-18T23:17:45.477Z | [ recovery-image] Dec 18 23:17:44.139 INFO O| Dec 18 23:17:44.139 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7667 | 2024-12-18T23:17:45.528Z | [ recovery-image] Dec 18 23:17:44.190 INFO O| Dec 18 23:17:44.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7668 | 2024-12-18T23:17:45.531Z | [ recovery-image] Dec 18 23:17:44.190 INFO O| Dec 18 23:17:44.190 INFO STEP 1092 (remove_files) COMPLETE |
7669 | 2024-12-18T23:17:45.531Z | [ recovery-image] Dec 18 23:17:44.190 INFO O| Dec 18 23:17:44.190 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7670 | 2024-12-18T23:17:45.588Z | [ recovery-image] Dec 18 23:17:44.249 INFO O| Dec 18 23:17:44.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7671 | 2024-12-18T23:17:45.588Z | [ recovery-image] Dec 18 23:17:44.249 INFO O| Dec 18 23:17:44.249 INFO STEP 1093 (remove_files) COMPLETE |
7672 | 2024-12-18T23:17:45.588Z | [ recovery-image] Dec 18 23:17:44.249 INFO O| Dec 18 23:17:44.249 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7673 | 2024-12-18T23:17:45.607Z | [ recovery-image] Dec 18 23:17:44.268 INFO O| Dec 18 23:17:44.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7674 | 2024-12-18T23:17:45.607Z | [ recovery-image] Dec 18 23:17:44.269 INFO O| Dec 18 23:17:44.269 INFO STEP 1094 (remove_files) COMPLETE |
7675 | 2024-12-18T23:17:45.607Z | [ recovery-image] Dec 18 23:17:44.269 INFO O| Dec 18 23:17:44.269 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7676 | 2024-12-18T23:17:45.630Z | [ recovery-image] Dec 18 23:17:44.292 INFO O| Dec 18 23:17:44.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7677 | 2024-12-18T23:17:45.630Z | [ recovery-image] Dec 18 23:17:44.292 INFO O| Dec 18 23:17:44.292 INFO STEP 1095 (remove_files) COMPLETE |
7678 | 2024-12-18T23:17:45.634Z | [ recovery-image] Dec 18 23:17:44.292 INFO O| Dec 18 23:17:44.292 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7679 | 2024-12-18T23:17:45.669Z | [ recovery-image] Dec 18 23:17:44.330 INFO O| Dec 18 23:17:44.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7680 | 2024-12-18T23:17:45.669Z | [ recovery-image] Dec 18 23:17:44.330 INFO O| Dec 18 23:17:44.330 INFO STEP 1096 (remove_files) COMPLETE |
7681 | 2024-12-18T23:17:45.669Z | [ recovery-image] Dec 18 23:17:44.331 INFO O| Dec 18 23:17:44.330 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7682 | 2024-12-18T23:17:45.708Z | [ recovery-image] Dec 18 23:17:44.370 INFO O| Dec 18 23:17:44.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7683 | 2024-12-18T23:17:45.708Z | [ recovery-image] Dec 18 23:17:44.370 INFO O| Dec 18 23:17:44.370 INFO STEP 1097 (remove_files) COMPLETE |
7684 | 2024-12-18T23:17:45.708Z | [ recovery-image] Dec 18 23:17:44.370 INFO O| Dec 18 23:17:44.370 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7685 | 2024-12-18T23:17:45.730Z | [ recovery-image] Dec 18 23:17:44.390 INFO O| Dec 18 23:17:44.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7686 | 2024-12-18T23:17:45.730Z | [ recovery-image] Dec 18 23:17:44.390 INFO O| Dec 18 23:17:44.390 INFO STEP 1098 (remove_files) COMPLETE |
7687 | 2024-12-18T23:17:45.730Z | [ recovery-image] Dec 18 23:17:44.390 INFO O| Dec 18 23:17:44.390 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7688 | 2024-12-18T23:17:45.747Z | [ recovery-image] Dec 18 23:17:44.408 INFO O| Dec 18 23:17:44.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7689 | 2024-12-18T23:17:45.747Z | [ recovery-image] Dec 18 23:17:44.409 INFO O| Dec 18 23:17:44.409 INFO STEP 1099 (remove_files) COMPLETE |
7690 | 2024-12-18T23:17:45.750Z | [ recovery-image] Dec 18 23:17:44.409 INFO O| Dec 18 23:17:44.409 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7691 | 2024-12-18T23:17:45.766Z | [ recovery-image] Dec 18 23:17:44.428 INFO O| Dec 18 23:17:44.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7692 | 2024-12-18T23:17:45.766Z | [ recovery-image] Dec 18 23:17:44.428 INFO O| Dec 18 23:17:44.428 INFO STEP 1100 (remove_files) COMPLETE |
7693 | 2024-12-18T23:17:45.768Z | [ recovery-image] Dec 18 23:17:44.428 INFO O| Dec 18 23:17:44.428 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7694 | 2024-12-18T23:17:45.785Z | [ recovery-image] Dec 18 23:17:44.446 INFO O| Dec 18 23:17:44.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7695 | 2024-12-18T23:17:45.785Z | [ recovery-image] Dec 18 23:17:44.446 INFO O| Dec 18 23:17:44.446 INFO STEP 1101 (remove_files) COMPLETE |
7696 | 2024-12-18T23:17:45.785Z | [ recovery-image] Dec 18 23:17:44.446 INFO O| Dec 18 23:17:44.446 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7697 | 2024-12-18T23:17:45.815Z | [ recovery-image] Dec 18 23:17:44.477 INFO O| Dec 18 23:17:44.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7698 | 2024-12-18T23:17:45.818Z | [ recovery-image] Dec 18 23:17:44.477 INFO O| Dec 18 23:17:44.477 INFO STEP 1102 (remove_files) COMPLETE |
7699 | 2024-12-18T23:17:45.818Z | [ recovery-image] Dec 18 23:17:44.477 INFO O| Dec 18 23:17:44.477 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7700 | 2024-12-18T23:17:45.840Z | [ recovery-image] Dec 18 23:17:44.501 INFO O| Dec 18 23:17:44.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7701 | 2024-12-18T23:17:45.840Z | [ recovery-image] Dec 18 23:17:44.502 INFO O| Dec 18 23:17:44.501 INFO STEP 1103 (remove_files) COMPLETE |
7702 | 2024-12-18T23:17:45.845Z | [ recovery-image] Dec 18 23:17:44.502 INFO O| Dec 18 23:17:44.502 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7703 | 2024-12-18T23:17:45.863Z | [ recovery-image] Dec 18 23:17:44.524 INFO O| Dec 18 23:17:44.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7704 | 2024-12-18T23:17:45.866Z | [ recovery-image] Dec 18 23:17:44.525 INFO O| Dec 18 23:17:44.525 INFO STEP 1104 (remove_files) COMPLETE |
7705 | 2024-12-18T23:17:45.866Z | [ recovery-image] Dec 18 23:17:44.525 INFO O| Dec 18 23:17:44.525 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7706 | 2024-12-18T23:17:45.883Z | [ recovery-image] Dec 18 23:17:44.544 INFO O| Dec 18 23:17:44.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7707 | 2024-12-18T23:17:45.883Z | [ recovery-image] Dec 18 23:17:44.544 INFO O| Dec 18 23:17:44.544 INFO STEP 1105 (remove_files) COMPLETE |
7708 | 2024-12-18T23:17:45.883Z | [ recovery-image] Dec 18 23:17:44.545 INFO O| Dec 18 23:17:44.544 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7709 | 2024-12-18T23:17:45.913Z | [ recovery-image] Dec 18 23:17:44.574 INFO O| Dec 18 23:17:44.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7710 | 2024-12-18T23:17:45.913Z | [ recovery-image] Dec 18 23:17:44.574 INFO O| Dec 18 23:17:44.574 INFO STEP 1106 (remove_files) COMPLETE |
7711 | 2024-12-18T23:17:45.913Z | [ recovery-image] Dec 18 23:17:44.574 INFO O| Dec 18 23:17:44.574 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7712 | 2024-12-18T23:17:45.955Z | [ recovery-image] Dec 18 23:17:44.617 INFO O| Dec 18 23:17:44.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7713 | 2024-12-18T23:17:45.955Z | [ recovery-image] Dec 18 23:17:44.617 INFO O| Dec 18 23:17:44.617 INFO STEP 1107 (remove_files) COMPLETE |
7714 | 2024-12-18T23:17:45.958Z | [ recovery-image] Dec 18 23:17:44.617 INFO O| Dec 18 23:17:44.617 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7715 | 2024-12-18T23:17:46.013Z | [ recovery-image] Dec 18 23:17:44.674 INFO O| Dec 18 23:17:44.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7716 | 2024-12-18T23:17:46.013Z | [ recovery-image] Dec 18 23:17:44.674 INFO O| Dec 18 23:17:44.674 INFO STEP 1108 (remove_files) COMPLETE |
7717 | 2024-12-18T23:17:46.016Z | [ recovery-image] Dec 18 23:17:44.674 INFO O| Dec 18 23:17:44.674 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7718 | 2024-12-18T23:17:46.038Z | [ recovery-image] Dec 18 23:17:44.700 INFO O| Dec 18 23:17:44.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7719 | 2024-12-18T23:17:46.039Z | [ recovery-image] Dec 18 23:17:44.700 INFO O| Dec 18 23:17:44.700 INFO STEP 1109 (remove_files) COMPLETE |
7720 | 2024-12-18T23:17:46.039Z | [ recovery-image] Dec 18 23:17:44.700 INFO O| Dec 18 23:17:44.700 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7721 | 2024-12-18T23:17:46.097Z | [ recovery-image] Dec 18 23:17:44.746 INFO O| Dec 18 23:17:44.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7722 | 2024-12-18T23:17:46.097Z | [ recovery-image] Dec 18 23:17:44.746 INFO O| Dec 18 23:17:44.746 INFO STEP 1110 (remove_files) COMPLETE |
7723 | 2024-12-18T23:17:46.097Z | [ recovery-image] Dec 18 23:17:44.746 INFO O| Dec 18 23:17:44.746 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7724 | 2024-12-18T23:17:46.104Z | [ recovery-image] Dec 18 23:17:44.766 INFO O| Dec 18 23:17:44.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7725 | 2024-12-18T23:17:46.107Z | [ recovery-image] Dec 18 23:17:44.766 INFO O| Dec 18 23:17:44.766 INFO STEP 1111 (remove_files) COMPLETE |
7726 | 2024-12-18T23:17:46.107Z | [ recovery-image] Dec 18 23:17:44.766 INFO O| Dec 18 23:17:44.766 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7727 | 2024-12-18T23:17:46.121Z | [ recovery-image] Dec 18 23:17:44.783 INFO O| Dec 18 23:17:44.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7728 | 2024-12-18T23:17:46.124Z | [ recovery-image] Dec 18 23:17:44.783 INFO O| Dec 18 23:17:44.783 INFO STEP 1112 (remove_files) COMPLETE |
7729 | 2024-12-18T23:17:46.124Z | [ recovery-image] Dec 18 23:17:44.783 INFO O| Dec 18 23:17:44.783 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7730 | 2024-12-18T23:17:46.139Z | [ recovery-image] Dec 18 23:17:44.801 INFO O| Dec 18 23:17:44.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7731 | 2024-12-18T23:17:46.142Z | [ recovery-image] Dec 18 23:17:44.801 INFO O| Dec 18 23:17:44.801 INFO STEP 1113 (remove_files) COMPLETE |
7732 | 2024-12-18T23:17:46.142Z | [ recovery-image] Dec 18 23:17:44.801 INFO O| Dec 18 23:17:44.801 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7733 | 2024-12-18T23:17:46.160Z | [ recovery-image] Dec 18 23:17:44.821 INFO O| Dec 18 23:17:44.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7734 | 2024-12-18T23:17:46.160Z | [ recovery-image] Dec 18 23:17:44.822 INFO O| Dec 18 23:17:44.821 INFO STEP 1114 (remove_files) COMPLETE |
7735 | 2024-12-18T23:17:46.162Z | [ recovery-image] Dec 18 23:17:44.822 INFO O| Dec 18 23:17:44.822 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7736 | 2024-12-18T23:17:46.183Z | [ recovery-image] Dec 18 23:17:44.845 INFO O| Dec 18 23:17:44.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7737 | 2024-12-18T23:17:46.187Z | [ recovery-image] Dec 18 23:17:44.845 INFO O| Dec 18 23:17:44.845 INFO STEP 1115 (remove_files) COMPLETE |
7738 | 2024-12-18T23:17:46.187Z | [ recovery-image] Dec 18 23:17:44.845 INFO O| Dec 18 23:17:44.845 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7739 | 2024-12-18T23:17:46.204Z | [ recovery-image] Dec 18 23:17:44.865 INFO O| Dec 18 23:17:44.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7740 | 2024-12-18T23:17:46.204Z | [ recovery-image] Dec 18 23:17:44.865 INFO O| Dec 18 23:17:44.865 INFO STEP 1116 (remove_files) COMPLETE |
7741 | 2024-12-18T23:17:46.204Z | [ recovery-image] Dec 18 23:17:44.865 INFO O| Dec 18 23:17:44.865 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7742 | 2024-12-18T23:17:46.235Z | [ recovery-image] Dec 18 23:17:44.896 INFO O| Dec 18 23:17:44.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7743 | 2024-12-18T23:17:46.235Z | [ recovery-image] Dec 18 23:17:44.896 INFO O| Dec 18 23:17:44.896 INFO STEP 1117 (remove_files) COMPLETE |
7744 | 2024-12-18T23:17:46.235Z | [ recovery-image] Dec 18 23:17:44.896 INFO O| Dec 18 23:17:44.896 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7745 | 2024-12-18T23:17:46.251Z | [ recovery-image] Dec 18 23:17:44.913 INFO O| Dec 18 23:17:44.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7746 | 2024-12-18T23:17:46.251Z | [ recovery-image] Dec 18 23:17:44.913 INFO O| Dec 18 23:17:44.913 INFO STEP 1118 (remove_files) COMPLETE |
7747 | 2024-12-18T23:17:46.255Z | [ recovery-image] Dec 18 23:17:44.913 INFO O| Dec 18 23:17:44.913 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7748 | 2024-12-18T23:17:46.269Z | [ recovery-image] Dec 18 23:17:44.931 INFO O| Dec 18 23:17:44.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7749 | 2024-12-18T23:17:46.273Z | [ recovery-image] Dec 18 23:17:44.931 INFO O| Dec 18 23:17:44.931 INFO STEP 1119 (remove_files) COMPLETE |
7750 | 2024-12-18T23:17:46.273Z | [ recovery-image] Dec 18 23:17:44.931 INFO O| Dec 18 23:17:44.931 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7751 | 2024-12-18T23:17:46.288Z | [ recovery-image] Dec 18 23:17:44.950 INFO O| Dec 18 23:17:44.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7752 | 2024-12-18T23:17:46.291Z | [ recovery-image] Dec 18 23:17:44.950 INFO O| Dec 18 23:17:44.950 INFO STEP 1120 (remove_files) COMPLETE |
7753 | 2024-12-18T23:17:46.291Z | [ recovery-image] Dec 18 23:17:44.950 INFO O| Dec 18 23:17:44.950 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7754 | 2024-12-18T23:17:46.309Z | [ recovery-image] Dec 18 23:17:44.971 INFO O| Dec 18 23:17:44.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7755 | 2024-12-18T23:17:46.312Z | [ recovery-image] Dec 18 23:17:44.971 INFO O| Dec 18 23:17:44.971 INFO STEP 1121 (remove_files) COMPLETE |
7756 | 2024-12-18T23:17:46.312Z | [ recovery-image] Dec 18 23:17:44.971 INFO O| Dec 18 23:17:44.971 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7757 | 2024-12-18T23:17:46.329Z | [ recovery-image] Dec 18 23:17:44.991 INFO O| Dec 18 23:17:44.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7758 | 2024-12-18T23:17:46.332Z | [ recovery-image] Dec 18 23:17:44.991 INFO O| Dec 18 23:17:44.991 INFO STEP 1122 (remove_files) COMPLETE |
7759 | 2024-12-18T23:17:46.332Z | [ recovery-image] Dec 18 23:17:44.991 INFO O| Dec 18 23:17:44.991 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7760 | 2024-12-18T23:17:46.349Z | [ recovery-image] Dec 18 23:17:45.011 INFO O| Dec 18 23:17:45.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7761 | 2024-12-18T23:17:46.351Z | [ recovery-image] Dec 18 23:17:45.011 INFO O| Dec 18 23:17:45.011 INFO STEP 1123 (remove_files) COMPLETE |
7762 | 2024-12-18T23:17:46.351Z | [ recovery-image] Dec 18 23:17:45.011 INFO O| Dec 18 23:17:45.011 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7763 | 2024-12-18T23:17:46.370Z | [ recovery-image] Dec 18 23:17:45.032 INFO O| Dec 18 23:17:45.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7764 | 2024-12-18T23:17:46.373Z | [ recovery-image] Dec 18 23:17:45.032 INFO O| Dec 18 23:17:45.032 INFO STEP 1124 (remove_files) COMPLETE |
7765 | 2024-12-18T23:17:46.373Z | [ recovery-image] Dec 18 23:17:45.032 INFO O| Dec 18 23:17:45.032 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7766 | 2024-12-18T23:17:46.390Z | [ recovery-image] Dec 18 23:17:45.052 INFO O| Dec 18 23:17:45.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7767 | 2024-12-18T23:17:46.393Z | [ recovery-image] Dec 18 23:17:45.053 INFO O| Dec 18 23:17:45.052 INFO STEP 1125 (remove_files) COMPLETE |
7768 | 2024-12-18T23:17:46.393Z | [ recovery-image] Dec 18 23:17:45.053 INFO O| Dec 18 23:17:45.052 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7769 | 2024-12-18T23:17:46.410Z | [ recovery-image] Dec 18 23:17:45.072 INFO O| Dec 18 23:17:45.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7770 | 2024-12-18T23:17:46.412Z | [ recovery-image] Dec 18 23:17:45.072 INFO O| Dec 18 23:17:45.072 INFO STEP 1126 (remove_files) COMPLETE |
7771 | 2024-12-18T23:17:46.412Z | [ recovery-image] Dec 18 23:17:45.072 INFO O| Dec 18 23:17:45.072 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7772 | 2024-12-18T23:17:46.431Z | [ recovery-image] Dec 18 23:17:45.092 INFO O| Dec 18 23:17:45.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7773 | 2024-12-18T23:17:46.433Z | [ recovery-image] Dec 18 23:17:45.093 INFO O| Dec 18 23:17:45.093 INFO STEP 1127 (remove_files) COMPLETE |
7774 | 2024-12-18T23:17:46.433Z | [ recovery-image] Dec 18 23:17:45.093 INFO O| Dec 18 23:17:45.093 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7775 | 2024-12-18T23:17:46.450Z | [ recovery-image] Dec 18 23:17:45.112 INFO O| Dec 18 23:17:45.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7776 | 2024-12-18T23:17:46.453Z | [ recovery-image] Dec 18 23:17:45.112 INFO O| Dec 18 23:17:45.112 INFO STEP 1128 (remove_files) COMPLETE |
7777 | 2024-12-18T23:17:46.453Z | [ recovery-image] Dec 18 23:17:45.112 INFO O| Dec 18 23:17:45.112 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7778 | 2024-12-18T23:17:46.471Z | [ recovery-image] Dec 18 23:17:45.133 INFO O| Dec 18 23:17:45.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7779 | 2024-12-18T23:17:46.480Z | [ recovery-image] Dec 18 23:17:45.133 INFO O| Dec 18 23:17:45.133 INFO STEP 1129 (remove_files) COMPLETE |
7780 | 2024-12-18T23:17:46.480Z | [ recovery-image] Dec 18 23:17:45.133 INFO O| Dec 18 23:17:45.133 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7781 | 2024-12-18T23:17:46.510Z | [ recovery-image] Dec 18 23:17:45.172 INFO O| Dec 18 23:17:45.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7782 | 2024-12-18T23:17:46.511Z | [ recovery-image] Dec 18 23:17:45.172 INFO O| Dec 18 23:17:45.172 INFO STEP 1130 (remove_files) COMPLETE |
7783 | 2024-12-18T23:17:46.514Z | [ recovery-image] Dec 18 23:17:45.172 INFO O| Dec 18 23:17:45.172 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7784 | 2024-12-18T23:17:46.551Z | [ recovery-image] Dec 18 23:17:45.213 INFO O| Dec 18 23:17:45.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7785 | 2024-12-18T23:17:46.551Z | [ recovery-image] Dec 18 23:17:45.213 INFO O| Dec 18 23:17:45.213 INFO STEP 1131 (remove_files) COMPLETE |
7786 | 2024-12-18T23:17:46.555Z | [ recovery-image] Dec 18 23:17:45.213 INFO O| Dec 18 23:17:45.213 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7787 | 2024-12-18T23:17:46.572Z | [ recovery-image] Dec 18 23:17:45.234 INFO O| Dec 18 23:17:45.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7788 | 2024-12-18T23:17:46.572Z | [ recovery-image] Dec 18 23:17:45.234 INFO O| Dec 18 23:17:45.234 INFO STEP 1132 (remove_files) COMPLETE |
7789 | 2024-12-18T23:17:46.572Z | [ recovery-image] Dec 18 23:17:45.234 INFO O| Dec 18 23:17:45.234 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7790 | 2024-12-18T23:17:46.610Z | [ recovery-image] Dec 18 23:17:45.271 INFO O| Dec 18 23:17:45.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7791 | 2024-12-18T23:17:46.610Z | [ recovery-image] Dec 18 23:17:45.271 INFO O| Dec 18 23:17:45.271 INFO STEP 1133 (remove_files) COMPLETE |
7792 | 2024-12-18T23:17:46.610Z | [ recovery-image] Dec 18 23:17:45.271 INFO O| Dec 18 23:17:45.271 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7793 | 2024-12-18T23:17:46.652Z | [ recovery-image] Dec 18 23:17:45.314 INFO O| Dec 18 23:17:45.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7794 | 2024-12-18T23:17:46.655Z | [ recovery-image] Dec 18 23:17:45.314 INFO O| Dec 18 23:17:45.314 INFO STEP 1134 (remove_files) COMPLETE |
7795 | 2024-12-18T23:17:46.655Z | [ recovery-image] Dec 18 23:17:45.314 INFO O| Dec 18 23:17:45.314 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7796 | 2024-12-18T23:17:46.731Z | [ recovery-image] Dec 18 23:17:45.393 INFO O| Dec 18 23:17:45.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7797 | 2024-12-18T23:17:46.731Z | [ recovery-image] Dec 18 23:17:45.393 INFO O| Dec 18 23:17:45.393 INFO STEP 1135 (remove_files) COMPLETE |
7798 | 2024-12-18T23:17:46.731Z | [ recovery-image] Dec 18 23:17:45.393 INFO O| Dec 18 23:17:45.393 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7799 | 2024-12-18T23:17:46.754Z | [ recovery-image] Dec 18 23:17:45.416 INFO O| Dec 18 23:17:45.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7800 | 2024-12-18T23:17:46.754Z | [ recovery-image] Dec 18 23:17:45.416 INFO O| Dec 18 23:17:45.416 INFO STEP 1136 (remove_files) COMPLETE |
7801 | 2024-12-18T23:17:46.754Z | [ recovery-image] Dec 18 23:17:45.416 INFO O| Dec 18 23:17:45.416 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7802 | 2024-12-18T23:17:46.792Z | [ recovery-image] Dec 18 23:17:45.454 INFO O| Dec 18 23:17:45.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7803 | 2024-12-18T23:17:46.792Z | [ recovery-image] Dec 18 23:17:45.454 INFO O| Dec 18 23:17:45.454 INFO STEP 1137 (remove_files) COMPLETE |
7804 | 2024-12-18T23:17:46.792Z | [ recovery-image] Dec 18 23:17:45.454 INFO O| Dec 18 23:17:45.454 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7805 | 2024-12-18T23:17:46.813Z | [ recovery-image] Dec 18 23:17:45.474 INFO O| Dec 18 23:17:45.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7806 | 2024-12-18T23:17:46.813Z | [ recovery-image] Dec 18 23:17:45.474 INFO O| Dec 18 23:17:45.474 INFO STEP 1138 (remove_files) COMPLETE |
7807 | 2024-12-18T23:17:46.816Z | [ recovery-image] Dec 18 23:17:45.474 INFO O| Dec 18 23:17:45.474 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7808 | 2024-12-18T23:17:46.834Z | [ recovery-image] Dec 18 23:17:45.495 INFO O| Dec 18 23:17:45.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7809 | 2024-12-18T23:17:46.841Z | [ recovery-image] Dec 18 23:17:45.503 INFO O| Dec 18 23:17:45.503 INFO STEP 1139 (remove_files) COMPLETE |
7810 | 2024-12-18T23:17:46.844Z | [ recovery-image] Dec 18 23:17:45.503 INFO O| Dec 18 23:17:45.503 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7811 | 2024-12-18T23:17:46.946Z | [ recovery-image] Dec 18 23:17:45.608 INFO O| Dec 18 23:17:45.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7812 | 2024-12-18T23:17:46.950Z | [ recovery-image] Dec 18 23:17:45.608 INFO O| Dec 18 23:17:45.608 INFO STEP 1140 (remove_files) COMPLETE |
7813 | 2024-12-18T23:17:46.950Z | [ recovery-image] Dec 18 23:17:45.608 INFO O| Dec 18 23:17:45.608 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7814 | 2024-12-18T23:17:46.969Z | [ recovery-image] Dec 18 23:17:45.631 INFO O| Dec 18 23:17:45.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7815 | 2024-12-18T23:17:46.972Z | [ recovery-image] Dec 18 23:17:45.631 INFO O| Dec 18 23:17:45.631 INFO STEP 1141 (remove_files) COMPLETE |
7816 | 2024-12-18T23:17:46.972Z | [ recovery-image] Dec 18 23:17:45.631 INFO O| Dec 18 23:17:45.631 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7817 | 2024-12-18T23:17:47.015Z | [ recovery-image] Dec 18 23:17:45.676 INFO O| Dec 18 23:17:45.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7818 | 2024-12-18T23:17:47.015Z | [ recovery-image] Dec 18 23:17:45.677 INFO O| Dec 18 23:17:45.676 INFO STEP 1142 (remove_files) COMPLETE |
7819 | 2024-12-18T23:17:47.016Z | [ recovery-image] Dec 18 23:17:45.677 INFO O| Dec 18 23:17:45.676 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7820 | 2024-12-18T23:17:47.040Z | [ recovery-image] Dec 18 23:17:45.702 INFO O| Dec 18 23:17:45.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7821 | 2024-12-18T23:17:47.043Z | [ recovery-image] Dec 18 23:17:45.702 INFO O| Dec 18 23:17:45.702 INFO STEP 1143 (remove_files) COMPLETE |
7822 | 2024-12-18T23:17:47.043Z | [ recovery-image] Dec 18 23:17:45.702 INFO O| Dec 18 23:17:45.702 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7823 | 2024-12-18T23:17:47.112Z | [ recovery-image] Dec 18 23:17:45.773 INFO O| Dec 18 23:17:45.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7824 | 2024-12-18T23:17:47.115Z | [ recovery-image] Dec 18 23:17:45.773 INFO O| Dec 18 23:17:45.773 INFO STEP 1144 (remove_files) COMPLETE |
7825 | 2024-12-18T23:17:47.115Z | [ recovery-image] Dec 18 23:17:45.774 INFO O| Dec 18 23:17:45.773 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7826 | 2024-12-18T23:17:47.132Z | [ recovery-image] Dec 18 23:17:45.793 INFO O| Dec 18 23:17:45.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7827 | 2024-12-18T23:17:47.135Z | [ recovery-image] Dec 18 23:17:45.794 INFO O| Dec 18 23:17:45.794 INFO STEP 1145 (remove_files) COMPLETE |
7828 | 2024-12-18T23:17:47.135Z | [ recovery-image] Dec 18 23:17:45.794 INFO O| Dec 18 23:17:45.794 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7829 | 2024-12-18T23:17:47.150Z | [ recovery-image] Dec 18 23:17:45.812 INFO O| Dec 18 23:17:45.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7830 | 2024-12-18T23:17:47.153Z | [ recovery-image] Dec 18 23:17:45.812 INFO O| Dec 18 23:17:45.812 INFO STEP 1146 (remove_files) COMPLETE |
7831 | 2024-12-18T23:17:47.153Z | [ recovery-image] Dec 18 23:17:45.812 INFO O| Dec 18 23:17:45.812 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7832 | 2024-12-18T23:17:47.189Z | [ recovery-image] Dec 18 23:17:45.851 INFO O| Dec 18 23:17:45.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7833 | 2024-12-18T23:17:47.193Z | [ recovery-image] Dec 18 23:17:45.851 INFO O| Dec 18 23:17:45.851 INFO STEP 1147 (remove_files) COMPLETE |
7834 | 2024-12-18T23:17:47.193Z | [ recovery-image] Dec 18 23:17:45.851 INFO O| Dec 18 23:17:45.851 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7835 | 2024-12-18T23:17:47.211Z | [ recovery-image] Dec 18 23:17:45.873 INFO O| Dec 18 23:17:45.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7836 | 2024-12-18T23:17:47.214Z | [ recovery-image] Dec 18 23:17:45.873 INFO O| Dec 18 23:17:45.873 INFO STEP 1148 (remove_files) COMPLETE |
7837 | 2024-12-18T23:17:47.214Z | [ recovery-image] Dec 18 23:17:45.873 INFO O| Dec 18 23:17:45.873 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7838 | 2024-12-18T23:17:47.253Z | [ recovery-image] Dec 18 23:17:45.915 INFO O| Dec 18 23:17:45.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7839 | 2024-12-18T23:17:47.256Z | [ recovery-image] Dec 18 23:17:45.915 INFO O| Dec 18 23:17:45.915 INFO STEP 1149 (remove_files) COMPLETE |
7840 | 2024-12-18T23:17:47.256Z | [ recovery-image] Dec 18 23:17:45.915 INFO O| Dec 18 23:17:45.915 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7841 | 2024-12-18T23:17:47.290Z | [ recovery-image] Dec 18 23:17:45.952 INFO O| Dec 18 23:17:45.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7842 | 2024-12-18T23:17:47.293Z | [ recovery-image] Dec 18 23:17:45.952 INFO O| Dec 18 23:17:45.952 INFO STEP 1150 (remove_files) COMPLETE |
7843 | 2024-12-18T23:17:47.293Z | [ recovery-image] Dec 18 23:17:45.952 INFO O| Dec 18 23:17:45.952 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7844 | 2024-12-18T23:17:47.326Z | [ recovery-image] Dec 18 23:17:45.988 INFO O| Dec 18 23:17:45.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7845 | 2024-12-18T23:17:47.326Z | [ recovery-image] Dec 18 23:17:45.988 INFO O| Dec 18 23:17:45.988 INFO STEP 1151 (remove_files) COMPLETE |
7846 | 2024-12-18T23:17:47.327Z | [ recovery-image] Dec 18 23:17:45.988 INFO O| Dec 18 23:17:45.988 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7847 | 2024-12-18T23:17:47.351Z | [ recovery-image] Dec 18 23:17:46.012 INFO O| Dec 18 23:17:46.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7848 | 2024-12-18T23:17:47.351Z | [ recovery-image] Dec 18 23:17:46.012 INFO O| Dec 18 23:17:46.012 INFO STEP 1152 (remove_files) COMPLETE |
7849 | 2024-12-18T23:17:47.354Z | [ recovery-image] Dec 18 23:17:46.012 INFO O| Dec 18 23:17:46.012 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7850 | 2024-12-18T23:17:47.371Z | [ recovery-image] Dec 18 23:17:46.032 INFO O| Dec 18 23:17:46.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7851 | 2024-12-18T23:17:47.371Z | [ recovery-image] Dec 18 23:17:46.033 INFO O| Dec 18 23:17:46.032 INFO STEP 1153 (remove_files) COMPLETE |
7852 | 2024-12-18T23:17:47.374Z | [ recovery-image] Dec 18 23:17:46.033 INFO O| Dec 18 23:17:46.033 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7853 | 2024-12-18T23:17:47.397Z | [ recovery-image] Dec 18 23:17:46.059 INFO O| Dec 18 23:17:46.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7854 | 2024-12-18T23:17:47.398Z | [ recovery-image] Dec 18 23:17:46.059 INFO O| Dec 18 23:17:46.059 INFO STEP 1154 (remove_files) COMPLETE |
7855 | 2024-12-18T23:17:47.400Z | [ recovery-image] Dec 18 23:17:46.059 INFO O| Dec 18 23:17:46.059 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7856 | 2024-12-18T23:17:47.456Z | [ recovery-image] Dec 18 23:17:46.118 INFO O| Dec 18 23:17:46.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7857 | 2024-12-18T23:17:47.456Z | [ recovery-image] Dec 18 23:17:46.118 INFO O| Dec 18 23:17:46.118 INFO STEP 1155 (remove_files) COMPLETE |
7858 | 2024-12-18T23:17:47.456Z | [ recovery-image] Dec 18 23:17:46.118 INFO O| Dec 18 23:17:46.118 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7859 | 2024-12-18T23:17:47.493Z | [ recovery-image] Dec 18 23:17:46.155 INFO O| Dec 18 23:17:46.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7860 | 2024-12-18T23:17:47.493Z | [ recovery-image] Dec 18 23:17:46.155 INFO O| Dec 18 23:17:46.155 INFO STEP 1156 (remove_files) COMPLETE |
7861 | 2024-12-18T23:17:47.494Z | [ recovery-image] Dec 18 23:17:46.155 INFO O| Dec 18 23:17:46.155 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7862 | 2024-12-18T23:17:47.517Z | [ recovery-image] Dec 18 23:17:46.178 INFO O| Dec 18 23:17:46.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7863 | 2024-12-18T23:17:47.517Z | [ recovery-image] Dec 18 23:17:46.178 INFO O| Dec 18 23:17:46.178 INFO STEP 1157 (remove_files) COMPLETE |
7864 | 2024-12-18T23:17:47.521Z | [ recovery-image] Dec 18 23:17:46.178 INFO O| Dec 18 23:17:46.178 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7865 | 2024-12-18T23:17:47.538Z | [ recovery-image] Dec 18 23:17:46.200 INFO O| Dec 18 23:17:46.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7866 | 2024-12-18T23:17:47.538Z | [ recovery-image] Dec 18 23:17:46.200 INFO O| Dec 18 23:17:46.200 INFO STEP 1158 (remove_files) COMPLETE |
7867 | 2024-12-18T23:17:47.538Z | [ recovery-image] Dec 18 23:17:46.200 INFO O| Dec 18 23:17:46.200 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7868 | 2024-12-18T23:17:47.591Z | [ recovery-image] Dec 18 23:17:46.243 INFO O| Dec 18 23:17:46.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7869 | 2024-12-18T23:17:47.591Z | [ recovery-image] Dec 18 23:17:46.243 INFO O| Dec 18 23:17:46.243 INFO STEP 1159 (remove_files) COMPLETE |
7870 | 2024-12-18T23:17:47.594Z | [ recovery-image] Dec 18 23:17:46.244 INFO O| Dec 18 23:17:46.243 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7871 | 2024-12-18T23:17:47.601Z | [ recovery-image] Dec 18 23:17:46.263 INFO O| Dec 18 23:17:46.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7872 | 2024-12-18T23:17:47.601Z | [ recovery-image] Dec 18 23:17:46.263 INFO O| Dec 18 23:17:46.263 INFO STEP 1160 (remove_files) COMPLETE |
7873 | 2024-12-18T23:17:47.601Z | [ recovery-image] Dec 18 23:17:46.263 INFO O| Dec 18 23:17:46.263 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7874 | 2024-12-18T23:17:47.619Z | [ recovery-image] Dec 18 23:17:46.280 INFO O| Dec 18 23:17:46.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7875 | 2024-12-18T23:17:47.619Z | [ recovery-image] Dec 18 23:17:46.280 INFO O| Dec 18 23:17:46.280 INFO STEP 1161 (remove_files) COMPLETE |
7876 | 2024-12-18T23:17:47.622Z | [ recovery-image] Dec 18 23:17:46.280 INFO O| Dec 18 23:17:46.280 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7877 | 2024-12-18T23:17:47.636Z | [ recovery-image] Dec 18 23:17:46.297 INFO O| Dec 18 23:17:46.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7878 | 2024-12-18T23:17:47.636Z | [ recovery-image] Dec 18 23:17:46.298 INFO O| Dec 18 23:17:46.297 INFO STEP 1162 (remove_files) COMPLETE |
7879 | 2024-12-18T23:17:47.639Z | [ recovery-image] Dec 18 23:17:46.298 INFO O| Dec 18 23:17:46.298 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7880 | 2024-12-18T23:17:47.703Z | [ recovery-image] Dec 18 23:17:46.364 INFO O| Dec 18 23:17:46.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7881 | 2024-12-18T23:17:47.703Z | [ recovery-image] Dec 18 23:17:46.364 INFO O| Dec 18 23:17:46.364 INFO STEP 1163 (remove_files) COMPLETE |
7882 | 2024-12-18T23:17:47.703Z | [ recovery-image] Dec 18 23:17:46.364 INFO O| Dec 18 23:17:46.364 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7883 | 2024-12-18T23:17:47.777Z | [ recovery-image] Dec 18 23:17:46.438 INFO O| Dec 18 23:17:46.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7884 | 2024-12-18T23:17:47.777Z | [ recovery-image] Dec 18 23:17:46.439 INFO O| Dec 18 23:17:46.439 INFO STEP 1164 (remove_files) COMPLETE |
7885 | 2024-12-18T23:17:47.777Z | [ recovery-image] Dec 18 23:17:46.439 INFO O| Dec 18 23:17:46.439 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7886 | 2024-12-18T23:17:47.812Z | [ recovery-image] Dec 18 23:17:46.474 INFO O| Dec 18 23:17:46.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7887 | 2024-12-18T23:17:47.812Z | [ recovery-image] Dec 18 23:17:46.474 INFO O| Dec 18 23:17:46.474 INFO STEP 1165 (remove_files) COMPLETE |
7888 | 2024-12-18T23:17:47.812Z | [ recovery-image] Dec 18 23:17:46.474 INFO O| Dec 18 23:17:46.474 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7889 | 2024-12-18T23:17:47.854Z | [ recovery-image] Dec 18 23:17:46.516 INFO O| Dec 18 23:17:46.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7890 | 2024-12-18T23:17:47.854Z | [ recovery-image] Dec 18 23:17:46.516 INFO O| Dec 18 23:17:46.516 INFO STEP 1166 (remove_files) COMPLETE |
7891 | 2024-12-18T23:17:47.854Z | [ recovery-image] Dec 18 23:17:46.516 INFO O| Dec 18 23:17:46.516 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7892 | 2024-12-18T23:17:47.879Z | [ recovery-image] Dec 18 23:17:46.539 INFO O| Dec 18 23:17:46.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7893 | 2024-12-18T23:17:47.881Z | [ recovery-image] Dec 18 23:17:46.539 INFO O| Dec 18 23:17:46.539 INFO STEP 1167 (remove_files) COMPLETE |
7894 | 2024-12-18T23:17:47.881Z | [ recovery-image] Dec 18 23:17:46.539 INFO O| Dec 18 23:17:46.539 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7895 | 2024-12-18T23:17:47.898Z | [ recovery-image] Dec 18 23:17:46.560 INFO O| Dec 18 23:17:46.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7896 | 2024-12-18T23:17:47.901Z | [ recovery-image] Dec 18 23:17:46.560 INFO O| Dec 18 23:17:46.560 INFO STEP 1168 (remove_files) COMPLETE |
7897 | 2024-12-18T23:17:47.901Z | [ recovery-image] Dec 18 23:17:46.560 INFO O| Dec 18 23:17:46.560 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7898 | 2024-12-18T23:17:47.919Z | [ recovery-image] Dec 18 23:17:46.580 INFO O| Dec 18 23:17:46.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7899 | 2024-12-18T23:17:47.922Z | [ recovery-image] Dec 18 23:17:46.581 INFO O| Dec 18 23:17:46.581 INFO STEP 1169 (remove_files) COMPLETE |
7900 | 2024-12-18T23:17:47.922Z | [ recovery-image] Dec 18 23:17:46.581 INFO O| Dec 18 23:17:46.581 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7901 | 2024-12-18T23:17:47.940Z | [ recovery-image] Dec 18 23:17:46.600 INFO O| Dec 18 23:17:46.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7902 | 2024-12-18T23:17:47.940Z | [ recovery-image] Dec 18 23:17:46.600 INFO O| Dec 18 23:17:46.600 INFO STEP 1170 (remove_files) COMPLETE |
7903 | 2024-12-18T23:17:47.940Z | [ recovery-image] Dec 18 23:17:46.600 INFO O| Dec 18 23:17:46.600 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7904 | 2024-12-18T23:17:47.957Z | [ recovery-image] Dec 18 23:17:46.619 INFO O| Dec 18 23:17:46.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7905 | 2024-12-18T23:17:47.957Z | [ recovery-image] Dec 18 23:17:46.619 INFO O| Dec 18 23:17:46.619 INFO STEP 1171 (remove_files) COMPLETE |
7906 | 2024-12-18T23:17:47.958Z | [ recovery-image] Dec 18 23:17:46.619 INFO O| Dec 18 23:17:46.619 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7907 | 2024-12-18T23:17:47.987Z | [ recovery-image] Dec 18 23:17:46.648 INFO O| Dec 18 23:17:46.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7908 | 2024-12-18T23:17:47.987Z | [ recovery-image] Dec 18 23:17:46.648 INFO O| Dec 18 23:17:46.648 INFO STEP 1172 (remove_files) COMPLETE |
7909 | 2024-12-18T23:17:47.987Z | [ recovery-image] Dec 18 23:17:46.648 INFO O| Dec 18 23:17:46.648 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7910 | 2024-12-18T23:17:48.018Z | [ recovery-image] Dec 18 23:17:46.680 INFO O| Dec 18 23:17:46.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7911 | 2024-12-18T23:17:48.018Z | [ recovery-image] Dec 18 23:17:46.680 INFO O| Dec 18 23:17:46.680 INFO STEP 1173 (remove_files) COMPLETE |
7912 | 2024-12-18T23:17:48.018Z | [ recovery-image] Dec 18 23:17:46.680 INFO O| Dec 18 23:17:46.680 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7913 | 2024-12-18T23:17:48.044Z | [ recovery-image] Dec 18 23:17:46.706 INFO O| Dec 18 23:17:46.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7914 | 2024-12-18T23:17:48.044Z | [ recovery-image] Dec 18 23:17:46.706 INFO O| Dec 18 23:17:46.706 INFO STEP 1174 (remove_files) COMPLETE |
7915 | 2024-12-18T23:17:48.047Z | [ recovery-image] Dec 18 23:17:46.706 INFO O| Dec 18 23:17:46.706 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7916 | 2024-12-18T23:17:48.091Z | [ recovery-image] Dec 18 23:17:46.752 INFO O| Dec 18 23:17:46.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7917 | 2024-12-18T23:17:48.091Z | [ recovery-image] Dec 18 23:17:46.752 INFO O| Dec 18 23:17:46.752 INFO STEP 1175 (remove_files) COMPLETE |
7918 | 2024-12-18T23:17:48.091Z | [ recovery-image] Dec 18 23:17:46.752 INFO O| Dec 18 23:17:46.752 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7919 | 2024-12-18T23:17:48.134Z | [ recovery-image] Dec 18 23:17:46.796 INFO O| Dec 18 23:17:46.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7920 | 2024-12-18T23:17:48.134Z | [ recovery-image] Dec 18 23:17:46.796 INFO O| Dec 18 23:17:46.796 INFO STEP 1176 (remove_files) COMPLETE |
7921 | 2024-12-18T23:17:48.134Z | [ recovery-image] Dec 18 23:17:46.796 INFO O| Dec 18 23:17:46.796 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7922 | 2024-12-18T23:17:48.154Z | [ recovery-image] Dec 18 23:17:46.815 INFO O| Dec 18 23:17:46.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7923 | 2024-12-18T23:17:48.154Z | [ recovery-image] Dec 18 23:17:46.816 INFO O| Dec 18 23:17:46.816 INFO STEP 1177 (remove_files) COMPLETE |
7924 | 2024-12-18T23:17:48.154Z | [ recovery-image] Dec 18 23:17:46.816 INFO O| Dec 18 23:17:46.816 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7925 | 2024-12-18T23:17:48.174Z | [ recovery-image] Dec 18 23:17:46.836 INFO O| Dec 18 23:17:46.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7926 | 2024-12-18T23:17:48.174Z | [ recovery-image] Dec 18 23:17:46.836 INFO O| Dec 18 23:17:46.836 INFO STEP 1178 (remove_files) COMPLETE |
7927 | 2024-12-18T23:17:48.177Z | [ recovery-image] Dec 18 23:17:46.836 INFO O| Dec 18 23:17:46.836 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7928 | 2024-12-18T23:17:48.203Z | [ recovery-image] Dec 18 23:17:46.865 INFO O| Dec 18 23:17:46.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7929 | 2024-12-18T23:17:48.203Z | [ recovery-image] Dec 18 23:17:46.865 INFO O| Dec 18 23:17:46.865 INFO STEP 1179 (remove_files) COMPLETE |
7930 | 2024-12-18T23:17:48.203Z | [ recovery-image] Dec 18 23:17:46.865 INFO O| Dec 18 23:17:46.865 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7931 | 2024-12-18T23:17:48.225Z | [ recovery-image] Dec 18 23:17:46.886 INFO O| Dec 18 23:17:46.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7932 | 2024-12-18T23:17:48.225Z | [ recovery-image] Dec 18 23:17:46.886 INFO O| Dec 18 23:17:46.886 INFO STEP 1180 (remove_files) COMPLETE |
7933 | 2024-12-18T23:17:48.225Z | [ recovery-image] Dec 18 23:17:46.886 INFO O| Dec 18 23:17:46.886 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7934 | 2024-12-18T23:17:48.246Z | [ recovery-image] Dec 18 23:17:46.908 INFO O| Dec 18 23:17:46.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7935 | 2024-12-18T23:17:48.246Z | [ recovery-image] Dec 18 23:17:46.908 INFO O| Dec 18 23:17:46.908 INFO STEP 1181 (remove_files) COMPLETE |
7936 | 2024-12-18T23:17:48.247Z | [ recovery-image] Dec 18 23:17:46.908 INFO O| Dec 18 23:17:46.908 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7937 | 2024-12-18T23:17:48.266Z | [ recovery-image] Dec 18 23:17:46.928 INFO O| Dec 18 23:17:46.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7938 | 2024-12-18T23:17:48.266Z | [ recovery-image] Dec 18 23:17:46.928 INFO O| Dec 18 23:17:46.928 INFO STEP 1182 (remove_files) COMPLETE |
7939 | 2024-12-18T23:17:48.266Z | [ recovery-image] Dec 18 23:17:46.928 INFO O| Dec 18 23:17:46.928 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7940 | 2024-12-18T23:17:48.286Z | [ recovery-image] Dec 18 23:17:46.947 INFO O| Dec 18 23:17:46.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7941 | 2024-12-18T23:17:48.286Z | [ recovery-image] Dec 18 23:17:46.948 INFO O| Dec 18 23:17:46.948 INFO STEP 1183 (remove_files) COMPLETE |
7942 | 2024-12-18T23:17:48.286Z | [ recovery-image] Dec 18 23:17:46.948 INFO O| Dec 18 23:17:46.948 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7943 | 2024-12-18T23:17:48.321Z | [ recovery-image] Dec 18 23:17:46.983 INFO O| Dec 18 23:17:46.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7944 | 2024-12-18T23:17:48.321Z | [ recovery-image] Dec 18 23:17:46.983 INFO O| Dec 18 23:17:46.983 INFO STEP 1184 (remove_files) COMPLETE |
7945 | 2024-12-18T23:17:48.324Z | [ recovery-image] Dec 18 23:17:46.983 INFO O| Dec 18 23:17:46.983 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7946 | 2024-12-18T23:17:48.403Z | [ recovery-image] Dec 18 23:17:47.065 INFO O| Dec 18 23:17:47.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7947 | 2024-12-18T23:17:48.403Z | [ recovery-image] Dec 18 23:17:47.065 INFO O| Dec 18 23:17:47.065 INFO STEP 1185 (remove_files) COMPLETE |
7948 | 2024-12-18T23:17:48.406Z | [ recovery-image] Dec 18 23:17:47.065 INFO O| Dec 18 23:17:47.065 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7949 | 2024-12-18T23:17:48.463Z | [ recovery-image] Dec 18 23:17:47.125 INFO O| Dec 18 23:17:47.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7950 | 2024-12-18T23:17:48.463Z | [ recovery-image] Dec 18 23:17:47.125 INFO O| Dec 18 23:17:47.125 INFO STEP 1186 (remove_files) COMPLETE |
7951 | 2024-12-18T23:17:48.463Z | [ recovery-image] Dec 18 23:17:47.125 INFO O| Dec 18 23:17:47.125 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7952 | 2024-12-18T23:17:48.484Z | [ recovery-image] Dec 18 23:17:47.145 INFO O| Dec 18 23:17:47.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7953 | 2024-12-18T23:17:48.484Z | [ recovery-image] Dec 18 23:17:47.145 INFO O| Dec 18 23:17:47.145 INFO STEP 1187 (remove_files) COMPLETE |
7954 | 2024-12-18T23:17:48.484Z | [ recovery-image] Dec 18 23:17:47.145 INFO O| Dec 18 23:17:47.145 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7955 | 2024-12-18T23:17:48.503Z | [ recovery-image] Dec 18 23:17:47.164 INFO O| Dec 18 23:17:47.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7956 | 2024-12-18T23:17:48.503Z | [ recovery-image] Dec 18 23:17:47.164 INFO O| Dec 18 23:17:47.164 INFO STEP 1188 (remove_files) COMPLETE |
7957 | 2024-12-18T23:17:48.503Z | [ recovery-image] Dec 18 23:17:47.164 INFO O| Dec 18 23:17:47.164 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7958 | 2024-12-18T23:17:48.522Z | [ recovery-image] Dec 18 23:17:47.183 INFO O| Dec 18 23:17:47.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7959 | 2024-12-18T23:17:48.522Z | [ recovery-image] Dec 18 23:17:47.183 INFO O| Dec 18 23:17:47.183 INFO STEP 1189 (remove_files) COMPLETE |
7960 | 2024-12-18T23:17:48.522Z | [ recovery-image] Dec 18 23:17:47.183 INFO O| Dec 18 23:17:47.183 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7961 | 2024-12-18T23:17:48.548Z | [ recovery-image] Dec 18 23:17:47.209 INFO O| Dec 18 23:17:47.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7962 | 2024-12-18T23:17:48.548Z | [ recovery-image] Dec 18 23:17:47.209 INFO O| Dec 18 23:17:47.209 INFO STEP 1190 (remove_files) COMPLETE |
7963 | 2024-12-18T23:17:48.551Z | [ recovery-image] Dec 18 23:17:47.209 INFO O| Dec 18 23:17:47.209 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7964 | 2024-12-18T23:17:48.595Z | [ recovery-image] Dec 18 23:17:47.257 INFO O| Dec 18 23:17:47.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7965 | 2024-12-18T23:17:48.598Z | [ recovery-image] Dec 18 23:17:47.257 INFO O| Dec 18 23:17:47.257 INFO STEP 1191 (remove_files) COMPLETE |
7966 | 2024-12-18T23:17:48.598Z | [ recovery-image] Dec 18 23:17:47.258 INFO O| Dec 18 23:17:47.257 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7967 | 2024-12-18T23:17:48.637Z | [ recovery-image] Dec 18 23:17:47.299 INFO O| Dec 18 23:17:47.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7968 | 2024-12-18T23:17:48.637Z | [ recovery-image] Dec 18 23:17:47.299 INFO O| Dec 18 23:17:47.299 INFO STEP 1192 (remove_files) COMPLETE |
7969 | 2024-12-18T23:17:48.638Z | [ recovery-image] Dec 18 23:17:47.299 INFO O| Dec 18 23:17:47.299 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7970 | 2024-12-18T23:17:48.702Z | [ recovery-image] Dec 18 23:17:47.363 INFO O| Dec 18 23:17:47.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7971 | 2024-12-18T23:17:48.702Z | [ recovery-image] Dec 18 23:17:47.363 INFO O| Dec 18 23:17:47.363 INFO STEP 1193 (remove_files) COMPLETE |
7972 | 2024-12-18T23:17:48.704Z | [ recovery-image] Dec 18 23:17:47.363 INFO O| Dec 18 23:17:47.363 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7973 | 2024-12-18T23:17:48.722Z | [ recovery-image] Dec 18 23:17:47.384 INFO O| Dec 18 23:17:47.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7974 | 2024-12-18T23:17:48.722Z | [ recovery-image] Dec 18 23:17:47.384 INFO O| Dec 18 23:17:47.384 INFO STEP 1194 (remove_files) COMPLETE |
7975 | 2024-12-18T23:17:48.725Z | [ recovery-image] Dec 18 23:17:47.384 INFO O| Dec 18 23:17:47.384 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7976 | 2024-12-18T23:17:48.745Z | [ recovery-image] Dec 18 23:17:47.407 INFO O| Dec 18 23:17:47.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7977 | 2024-12-18T23:17:48.745Z | [ recovery-image] Dec 18 23:17:47.407 INFO O| Dec 18 23:17:47.407 INFO STEP 1195 (remove_files) COMPLETE |
7978 | 2024-12-18T23:17:48.749Z | [ recovery-image] Dec 18 23:17:47.407 INFO O| Dec 18 23:17:47.407 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7979 | 2024-12-18T23:17:48.784Z | [ recovery-image] Dec 18 23:17:47.445 INFO O| Dec 18 23:17:47.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7980 | 2024-12-18T23:17:48.784Z | [ recovery-image] Dec 18 23:17:47.445 INFO O| Dec 18 23:17:47.445 INFO STEP 1196 (remove_files) COMPLETE |
7981 | 2024-12-18T23:17:48.785Z | [ recovery-image] Dec 18 23:17:47.445 INFO O| Dec 18 23:17:47.445 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7982 | 2024-12-18T23:17:48.888Z | [ recovery-image] Dec 18 23:17:47.549 INFO O| Dec 18 23:17:47.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7983 | 2024-12-18T23:17:48.888Z | [ recovery-image] Dec 18 23:17:47.549 INFO O| Dec 18 23:17:47.549 INFO STEP 1197 (remove_files) COMPLETE |
7984 | 2024-12-18T23:17:48.888Z | [ recovery-image] Dec 18 23:17:47.549 INFO O| Dec 18 23:17:47.549 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7985 | 2024-12-18T23:17:48.927Z | [ recovery-image] Dec 18 23:17:47.589 INFO O| Dec 18 23:17:47.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7986 | 2024-12-18T23:17:48.927Z | [ recovery-image] Dec 18 23:17:47.589 INFO O| Dec 18 23:17:47.589 INFO STEP 1198 (remove_files) COMPLETE |
7987 | 2024-12-18T23:17:48.930Z | [ recovery-image] Dec 18 23:17:47.589 INFO O| Dec 18 23:17:47.589 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7988 | 2024-12-18T23:17:48.946Z | [ recovery-image] Dec 18 23:17:47.607 INFO O| Dec 18 23:17:47.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7989 | 2024-12-18T23:17:48.946Z | [ recovery-image] Dec 18 23:17:47.607 INFO O| Dec 18 23:17:47.607 INFO STEP 1199 (remove_files) COMPLETE |
7990 | 2024-12-18T23:17:48.949Z | [ recovery-image] Dec 18 23:17:47.607 INFO O| Dec 18 23:17:47.607 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7991 | 2024-12-18T23:17:48.980Z | [ recovery-image] Dec 18 23:17:47.634 INFO O| Dec 18 23:17:47.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7992 | 2024-12-18T23:17:48.980Z | [ recovery-image] Dec 18 23:17:47.634 INFO O| Dec 18 23:17:47.634 INFO STEP 1200 (remove_files) COMPLETE |
7993 | 2024-12-18T23:17:48.983Z | [ recovery-image] Dec 18 23:17:47.634 INFO O| Dec 18 23:17:47.634 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7994 | 2024-12-18T23:17:48.996Z | [ recovery-image] Dec 18 23:17:47.656 INFO O| Dec 18 23:17:47.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7995 | 2024-12-18T23:17:48.996Z | [ recovery-image] Dec 18 23:17:47.656 INFO O| Dec 18 23:17:47.656 INFO STEP 1201 (remove_files) COMPLETE |
7996 | 2024-12-18T23:17:48.996Z | [ recovery-image] Dec 18 23:17:47.656 INFO O| Dec 18 23:17:47.656 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7997 | 2024-12-18T23:17:49.021Z | [ recovery-image] Dec 18 23:17:47.683 INFO O| Dec 18 23:17:47.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7998 | 2024-12-18T23:17:49.021Z | [ recovery-image] Dec 18 23:17:47.683 INFO O| Dec 18 23:17:47.683 INFO STEP 1202 (remove_files) COMPLETE |
7999 | 2024-12-18T23:17:49.021Z | [ recovery-image] Dec 18 23:17:47.683 INFO O| Dec 18 23:17:47.683 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8000 | 2024-12-18T23:17:49.042Z | [ recovery-image] Dec 18 23:17:47.703 INFO O| Dec 18 23:17:47.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
8001 | 2024-12-18T23:17:49.042Z | [ recovery-image] Dec 18 23:17:47.704 INFO O| Dec 18 23:17:47.703 INFO STEP 1203 (remove_files) COMPLETE |
8002 | 2024-12-18T23:17:49.042Z | [ recovery-image] Dec 18 23:17:47.704 INFO O| Dec 18 23:17:47.704 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8003 | 2024-12-18T23:17:49.083Z | [ recovery-image] Dec 18 23:17:47.745 INFO O| Dec 18 23:17:47.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
8004 | 2024-12-18T23:17:49.083Z | [ recovery-image] Dec 18 23:17:47.745 INFO O| Dec 18 23:17:47.745 INFO STEP 1204 (remove_files) COMPLETE |
8005 | 2024-12-18T23:17:49.083Z | [ recovery-image] Dec 18 23:17:47.745 INFO O| Dec 18 23:17:47.745 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8006 | 2024-12-18T23:17:49.103Z | [ recovery-image] Dec 18 23:17:47.764 INFO O| Dec 18 23:17:47.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
8007 | 2024-12-18T23:17:49.103Z | [ recovery-image] Dec 18 23:17:47.764 INFO O| Dec 18 23:17:47.764 INFO STEP 1205 (remove_files) COMPLETE |
8008 | 2024-12-18T23:17:49.106Z | [ recovery-image] Dec 18 23:17:47.765 INFO O| Dec 18 23:17:47.764 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
8009 | 2024-12-18T23:17:49.131Z | [ recovery-image] Dec 18 23:17:47.792 INFO O| Dec 18 23:17:47.792 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
8010 | 2024-12-18T23:17:49.134Z | [ recovery-image] Dec 18 23:17:47.792 INFO O| Dec 18 23:17:47.792 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
8011 | 2024-12-18T23:17:50.720Z | [ recovery-image] Dec 18 23:17:49.382 INFO O| Dec 18 23:17:49.382 INFO STEP 1206 (pack_tar) COMPLETE |
8012 | 2024-12-18T23:17:50.720Z | [ recovery-image] Dec 18 23:17:49.382 INFO O| Dec 18 23:17:49.382 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8013 | 2024-12-18T23:17:50.723Z | [ recovery-image] Dec 18 23:17:49.382 INFO O| Dec 18 23:17:49.382 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8014 | 2024-12-18T23:17:51.022Z | [ recovery-image] Dec 18 23:17:49.683 INFO O| Dec 18 23:17:49.683 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
8015 | 2024-12-18T23:17:51.111Z | [ recovery-image] Dec 18 23:17:49.773 INFO O| Dec 18 23:17:49.772 INFO completed processing gimlet/ramdisk-03-recovery-trim |
8016 | 2024-12-18T23:17:51.121Z | [ recovery-image] Dec 18 23:17:49.783 INFO image builder template: zfs-recovery... |
8017 | 2024-12-18T23:17:51.121Z | [ recovery-image] Dec 18 23:17:49.783 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/.tmpDJCDbN/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 |
8018 | 2024-12-18T23:17:51.179Z | [ recovery-image] Dec 18 23:17:49.840 INFO O| Dec 18 23:17:49.840 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8019 | 2024-12-18T23:17:51.204Z | [ recovery-image] Dec 18 23:17:49.865 INFO O| Dec 18 23:17:49.865 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8020 | 2024-12-18T23:17:51.304Z | [ recovery-image] Dec 18 23:17:49.965 INFO O| Dec 18 23:17:49.965 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8021 | 2024-12-18T23:17:51.404Z | [ recovery-image] Dec 18 23:17:50.065 INFO O| Dec 18 23:17:50.065 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8022 | 2024-12-18T23:17:51.407Z | [ recovery-image] Dec 18 23:17:50.066 INFO O| Dec 18 23:17:50.065 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8023 | 2024-12-18T23:17:51.414Z | [ recovery-image] Dec 18 23:17:50.075 INFO O| Dec 18 23:17:50.075 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8024 | 2024-12-18T23:17:51.520Z | [ recovery-image] Dec 18 23:17:50.182 INFO O| Dec 18 23:17:50.182 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8025 | 2024-12-18T23:17:51.613Z | [ recovery-image] Dec 18 23:17:50.275 INFO O| Dec 18 23:17:50.275 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8026 | 2024-12-18T23:17:51.663Z | [ recovery-image] Dec 18 23:17:50.325 INFO O| Dec 18 23:17:50.325 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8027 | 2024-12-18T23:17:51.674Z | [ recovery-image] Dec 18 23:17:50.336 INFO O| Dec 18 23:17:50.336 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8028 | 2024-12-18T23:17:51.731Z | [ recovery-image] Dec 18 23:17:50.392 INFO O| Dec 18 23:17:50.392 INFO no lofi found |
8029 | 2024-12-18T23:17:51.733Z | [ recovery-image] Dec 18 23:17:50.392 INFO O| Dec 18 23:17:50.392 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8030 | 2024-12-18T23:17:51.733Z | [ recovery-image] Dec 18 23:17:50.392 INFO O| Dec 18 23:17:50.392 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8031 | 2024-12-18T23:17:54.352Z | [ recovery-image] Dec 18 23:17:53.012 INFO O| Dec 18 23:17:53.012 INFO lofi device = /dev/dsk/c2t1d0p0 |
8032 | 2024-12-18T23:17:54.352Z | [ recovery-image] Dec 18 23:17:53.012 INFO O| Dec 18 23:17:53.012 INFO pool device = /dev/dsk/c2t1d0p0 |
8033 | 2024-12-18T23:17:54.354Z | [ recovery-image] Dec 18 23:17:53.012 INFO O| Dec 18 23:17:53.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
8034 | 2024-12-18T23:17:54.549Z | [ recovery-image] Dec 18 23:17:53.210 INFO O| Dec 18 23:17:53.210 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8035 | 2024-12-18T23:17:54.549Z | [ recovery-image] Dec 18 23:17:53.210 INFO O| Dec 18 23:17:53.210 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8036 | 2024-12-18T23:17:54.581Z | [ recovery-image] Dec 18 23:17:53.242 INFO O| Dec 18 23:17:53.242 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8037 | 2024-12-18T23:17:54.942Z | [ recovery-image] Dec 18 23:17:53.603 INFO O| Dec 18 23:17:53.603 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8038 | 2024-12-18T23:17:55.010Z | [ recovery-image] Dec 18 23:17:53.670 INFO O| Dec 18 23:17:53.670 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8039 | 2024-12-18T23:17:55.036Z | [ recovery-image] Dec 18 23:17:53.697 INFO O| Dec 18 23:17:53.697 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8040 | 2024-12-18T23:17:55.060Z | [ recovery-image] Dec 18 23:17:53.721 INFO O| Dec 18 23:17:53.720 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8041 | 2024-12-18T23:17:55.137Z | [ recovery-image] Dec 18 23:17:53.798 INFO O| Dec 18 23:17:53.798 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8042 | 2024-12-18T23:17:55.137Z | [ recovery-image] Dec 18 23:17:53.798 INFO O| Dec 18 23:17:53.798 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8043 | 2024-12-18T23:17:55.137Z | [ recovery-image] Dec 18 23:17:53.798 INFO O| Dec 18 23:17:53.798 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8044 | 2024-12-18T23:17:55.166Z | [ recovery-image] Dec 18 23:17:53.828 INFO O| Dec 18 23:17:53.827 INFO boot environment UUID: 6799a96d-24c1-4019-80c6-fde74c322885 |
8045 | 2024-12-18T23:17:55.166Z | [ recovery-image] Dec 18 23:17:53.828 INFO O| Dec 18 23:17:53.827 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 6799a96d-24c1-4019-80c6-fde74c322885 |
8046 | 2024-12-18T23:17:55.198Z | [ recovery-image] Dec 18 23:17:53.859 INFO O| Dec 18 23:17:53.859 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8047 | 2024-12-18T23:17:55.233Z | [ recovery-image] Dec 18 23:17:53.895 INFO O| Dec 18 23:17:53.895 INFO STEP 0 (create_be) COMPLETE |
8048 | 2024-12-18T23:17:55.233Z | [ recovery-image] Dec 18 23:17:53.895 INFO O| Dec 18 23:17:53.895 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8049 | 2024-12-18T23:17:55.333Z | [ recovery-image] Dec 18 23:17:53.994 INFO O| Dec 18 23:17:53.994 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"] |
8050 | 2024-12-18T23:18:02.266Z | [ recovery-image] Dec 18 23:18:00.926 INFO O| Dec 18 23:18:00.926 INFO STEP 1 (unpack_tar) COMPLETE |
8051 | 2024-12-18T23:18:02.266Z | [ recovery-image] Dec 18 23:18:00.927 INFO O| Dec 18 23:18:00.926 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8052 | 2024-12-18T23:18:02.285Z | [ recovery-image] Dec 18 23:18:00.946 INFO O| Dec 18 23:18:00.946 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8053 | 2024-12-18T23:18:02.749Z | [ recovery-image] Dec 18 23:18:01.410 INFO O| Dec 18 23:18:01.410 INFO STEP 2 (devfsadm) COMPLETE |
8054 | 2024-12-18T23:18:02.749Z | [ recovery-image] Dec 18 23:18:01.410 INFO O| Dec 18 23:18:01.410 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8055 | 2024-12-18T23:18:02.769Z | [ recovery-image] Dec 18 23:18:01.430 INFO O| Dec 18 23:18:01.430 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8056 | 2024-12-18T23:18:02.769Z | [ recovery-image] Dec 18 23:18:01.430 INFO O| Dec 18 23:18:01.430 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8057 | 2024-12-18T23:18:02.769Z | [ recovery-image] Dec 18 23:18:01.430 INFO O| Dec 18 23:18:01.430 INFO STEP 3 (ensure_dir) COMPLETE |
8058 | 2024-12-18T23:18:02.772Z | [ recovery-image] Dec 18 23:18:01.430 INFO O| Dec 18 23:18:01.430 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8059 | 2024-12-18T23:18:02.818Z | [ recovery-image] Dec 18 23:18:01.479 INFO O| Dec 18 23:18:01.479 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8060 | 2024-12-18T23:18:02.818Z | [ recovery-image] Dec 18 23:18:01.479 INFO O| Dec 18 23:18:01.479 INFO STEP 4 (ensure_dir) COMPLETE |
8061 | 2024-12-18T23:18:02.821Z | [ recovery-image] Dec 18 23:18:01.479 INFO O| Dec 18 23:18:01.479 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8062 | 2024-12-18T23:18:02.841Z | [ recovery-image] Dec 18 23:18:01.502 INFO O| Dec 18 23:18:01.502 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8063 | 2024-12-18T23:18:02.841Z | [ recovery-image] Dec 18 23:18:01.502 INFO O| Dec 18 23:18:01.502 INFO STEP 5 (ensure_dir) COMPLETE |
8064 | 2024-12-18T23:18:02.844Z | [ recovery-image] Dec 18 23:18:01.502 INFO O| Dec 18 23:18:01.502 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8065 | 2024-12-18T23:18:02.866Z | [ recovery-image] Dec 18 23:18:01.527 INFO O| Dec 18 23:18:01.527 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8066 | 2024-12-18T23:18:02.866Z | [ recovery-image] Dec 18 23:18:01.527 INFO O| Dec 18 23:18:01.527 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8067 | 2024-12-18T23:18:02.868Z | [ recovery-image] Dec 18 23:18:01.527 INFO O| Dec 18 23:18:01.527 INFO STEP 6 (ensure_dir) COMPLETE |
8068 | 2024-12-18T23:18:02.869Z | [ recovery-image] Dec 18 23:18:01.527 INFO O| Dec 18 23:18:01.527 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8069 | 2024-12-18T23:18:02.889Z | [ recovery-image] Dec 18 23:18:01.550 INFO O| Dec 18 23:18:01.550 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8070 | 2024-12-18T23:18:02.892Z | [ recovery-image] Dec 18 23:18:01.550 INFO O| Dec 18 23:18:01.550 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8071 | 2024-12-18T23:18:02.892Z | [ recovery-image] Dec 18 23:18:01.550 INFO O| Dec 18 23:18:01.550 INFO STEP 7 (ensure_dir) COMPLETE |
8072 | 2024-12-18T23:18:02.892Z | [ recovery-image] Dec 18 23:18:01.550 INFO O| Dec 18 23:18:01.550 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8073 | 2024-12-18T23:18:02.909Z | [ recovery-image] Dec 18 23:18:01.570 INFO O| Dec 18 23:18:01.570 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8074 | 2024-12-18T23:18:02.910Z | [ recovery-image] Dec 18 23:18:01.570 INFO O| Dec 18 23:18:01.570 INFO STEP 8 (remove_files) COMPLETE |
8075 | 2024-12-18T23:18:02.913Z | [ recovery-image] Dec 18 23:18:01.570 INFO O| Dec 18 23:18:01.570 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8076 | 2024-12-18T23:18:02.930Z | [ recovery-image] Dec 18 23:18:01.591 INFO O| Dec 18 23:18:01.590 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8077 | 2024-12-18T23:18:02.933Z | [ recovery-image] Dec 18 23:18:01.592 INFO O| Dec 18 23:18:01.592 INFO STEP 9 (remove_files) COMPLETE |
8078 | 2024-12-18T23:18:02.933Z | [ recovery-image] Dec 18 23:18:01.592 INFO O| Dec 18 23:18:01.592 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8079 | 2024-12-18T23:18:02.954Z | [ recovery-image] Dec 18 23:18:01.615 INFO O| Dec 18 23:18:01.614 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8080 | 2024-12-18T23:18:02.956Z | [ recovery-image] Dec 18 23:18:01.616 INFO O| Dec 18 23:18:01.616 INFO STEP 10 (remove_files) COMPLETE |
8081 | 2024-12-18T23:18:02.957Z | [ recovery-image] Dec 18 23:18:01.616 INFO O| Dec 18 23:18:01.616 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8082 | 2024-12-18T23:18:02.983Z | [ recovery-image] Dec 18 23:18:01.644 INFO O| Dec 18 23:18:01.644 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8083 | 2024-12-18T23:18:02.983Z | [ recovery-image] Dec 18 23:18:01.644 INFO O| Dec 18 23:18:01.644 INFO STEP 11 (remove_files) COMPLETE |
8084 | 2024-12-18T23:18:02.983Z | [ recovery-image] Dec 18 23:18:01.644 INFO O| Dec 18 23:18:01.644 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8085 | 2024-12-18T23:18:03.003Z | [ recovery-image] Dec 18 23:18:01.664 INFO O| Dec 18 23:18:01.664 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8086 | 2024-12-18T23:18:03.007Z | [ recovery-image] Dec 18 23:18:01.664 INFO O| Dec 18 23:18:01.664 INFO STEP 12 (remove_files) COMPLETE |
8087 | 2024-12-18T23:18:03.007Z | [ recovery-image] Dec 18 23:18:01.664 INFO O| Dec 18 23:18:01.664 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8088 | 2024-12-18T23:18:03.038Z | [ recovery-image] Dec 18 23:18:01.699 INFO O| Dec 18 23:18:01.699 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8089 | 2024-12-18T23:18:03.038Z | [ recovery-image] Dec 18 23:18:01.700 INFO O| Dec 18 23:18:01.699 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8090 | 2024-12-18T23:18:03.041Z | [ recovery-image] Dec 18 23:18:01.700 INFO O| Dec 18 23:18:01.700 INFO STEP 13 (ensure_dir) COMPLETE |
8091 | 2024-12-18T23:18:03.041Z | [ recovery-image] Dec 18 23:18:01.700 INFO O| Dec 18 23:18:01.700 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8092 | 2024-12-18T23:18:03.078Z | [ recovery-image] Dec 18 23:18:01.739 INFO O| Dec 18 23:18:01.739 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8093 | 2024-12-18T23:18:03.078Z | [ recovery-image] Dec 18 23:18:01.739 INFO O| Dec 18 23:18:01.739 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8094 | 2024-12-18T23:18:03.081Z | [ recovery-image] Dec 18 23:18:01.739 INFO O| Dec 18 23:18:01.739 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8095 | 2024-12-18T23:18:03.081Z | [ recovery-image] Dec 18 23:18:01.739 INFO O| Dec 18 23:18:01.739 INFO STEP 14 (ensure_dir) COMPLETE |
8096 | 2024-12-18T23:18:03.082Z | [ recovery-image] Dec 18 23:18:01.739 INFO O| Dec 18 23:18:01.739 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8097 | 2024-12-18T23:18:03.099Z | [ recovery-image] Dec 18 23:18:01.760 INFO O| Dec 18 23:18:01.760 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8098 | 2024-12-18T23:18:03.099Z | [ recovery-image] Dec 18 23:18:01.760 INFO O| Dec 18 23:18:01.760 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8099 | 2024-12-18T23:18:03.099Z | [ recovery-image] Dec 18 23:18:01.760 INFO O| Dec 18 23:18:01.760 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8100 | 2024-12-18T23:18:03.102Z | [ recovery-image] Dec 18 23:18:01.760 INFO O| Dec 18 23:18:01.760 INFO STEP 15 (ensure_dir) COMPLETE |
8101 | 2024-12-18T23:18:03.102Z | [ recovery-image] Dec 18 23:18:01.760 INFO O| Dec 18 23:18:01.760 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8102 | 2024-12-18T23:18:03.120Z | [ recovery-image] Dec 18 23:18:01.781 INFO O| Dec 18 23:18:01.781 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8103 | 2024-12-18T23:18:03.120Z | [ recovery-image] Dec 18 23:18:01.781 INFO O| Dec 18 23:18:01.781 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8104 | 2024-12-18T23:18:03.120Z | [ recovery-image] Dec 18 23:18:01.781 INFO O| Dec 18 23:18:01.781 INFO STEP 16 (ensure_dir) COMPLETE |
8105 | 2024-12-18T23:18:03.123Z | [ recovery-image] Dec 18 23:18:01.781 INFO O| Dec 18 23:18:01.781 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8106 | 2024-12-18T23:18:03.141Z | [ recovery-image] Dec 18 23:18:01.802 INFO O| Dec 18 23:18:01.802 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8107 | 2024-12-18T23:18:03.141Z | [ recovery-image] Dec 18 23:18:01.802 INFO O| Dec 18 23:18:01.802 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8108 | 2024-12-18T23:18:03.141Z | [ recovery-image] Dec 18 23:18:01.802 INFO O| Dec 18 23:18:01.802 INFO STEP 17 (ensure_dir) COMPLETE |
8109 | 2024-12-18T23:18:03.144Z | [ recovery-image] Dec 18 23:18:01.802 INFO O| Dec 18 23:18:01.802 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8110 | 2024-12-18T23:18:03.164Z | [ recovery-image] Dec 18 23:18:01.825 INFO O| Dec 18 23:18:01.825 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8111 | 2024-12-18T23:18:03.164Z | [ recovery-image] Dec 18 23:18:01.825 INFO O| Dec 18 23:18:01.825 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8112 | 2024-12-18T23:18:03.164Z | [ recovery-image] Dec 18 23:18:01.825 INFO O| Dec 18 23:18:01.825 INFO ok! |
8113 | 2024-12-18T23:18:03.165Z | [ recovery-image] Dec 18 23:18:01.825 INFO O| Dec 18 23:18:01.825 INFO STEP 18 (ensure_symlink) COMPLETE |
8114 | 2024-12-18T23:18:03.169Z | [ recovery-image] Dec 18 23:18:01.825 INFO O| Dec 18 23:18:01.825 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8115 | 2024-12-18T23:18:03.193Z | [ recovery-image] Dec 18 23:18:01.854 INFO O| Dec 18 23:18:01.854 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8116 | 2024-12-18T23:18:03.193Z | [ recovery-image] Dec 18 23:18:01.854 INFO O| Dec 18 23:18:01.854 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8117 | 2024-12-18T23:18:03.193Z | [ recovery-image] Dec 18 23:18:01.854 INFO O| Dec 18 23:18:01.854 INFO ok! |
8118 | 2024-12-18T23:18:03.196Z | [ recovery-image] Dec 18 23:18:01.854 INFO O| Dec 18 23:18:01.854 INFO STEP 19 (ensure_file) COMPLETE |
8119 | 2024-12-18T23:18:03.196Z | [ recovery-image] Dec 18 23:18:01.854 INFO O| Dec 18 23:18:01.854 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8120 | 2024-12-18T23:18:03.241Z | [ recovery-image] Dec 18 23:18:01.901 INFO O| Dec 18 23:18:01.901 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8121 | 2024-12-18T23:18:03.241Z | [ recovery-image] Dec 18 23:18:01.901 INFO O| Dec 18 23:18:01.901 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8122 | 2024-12-18T23:18:03.243Z | [ recovery-image] Dec 18 23:18:01.902 INFO O| Dec 18 23:18:01.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8123 | 2024-12-18T23:18:03.243Z | [ recovery-image] Dec 18 23:18:01.902 INFO O| Dec 18 23:18:01.902 INFO ok! |
8124 | 2024-12-18T23:18:03.243Z | [ recovery-image] Dec 18 23:18:01.902 INFO O| Dec 18 23:18:01.902 INFO STEP 20 (ensure_symlink) COMPLETE |
8125 | 2024-12-18T23:18:03.243Z | [ recovery-image] Dec 18 23:18:01.902 INFO O| Dec 18 23:18:01.902 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8126 | 2024-12-18T23:18:03.261Z | [ recovery-image] Dec 18 23:18:01.922 INFO O| Dec 18 23:18:01.922 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8127 | 2024-12-18T23:18:03.261Z | [ recovery-image] Dec 18 23:18:01.922 INFO O| Dec 18 23:18:01.922 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8128 | 2024-12-18T23:18:03.261Z | [ recovery-image] Dec 18 23:18:01.922 INFO O| Dec 18 23:18:01.922 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8129 | 2024-12-18T23:18:03.264Z | [ recovery-image] Dec 18 23:18:01.922 INFO O| Dec 18 23:18:01.922 INFO ok! |
8130 | 2024-12-18T23:18:03.264Z | [ recovery-image] Dec 18 23:18:01.923 INFO O| Dec 18 23:18:01.922 INFO STEP 21 (ensure_symlink) COMPLETE |
8131 | 2024-12-18T23:18:03.264Z | [ recovery-image] Dec 18 23:18:01.923 INFO O| Dec 18 23:18:01.923 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8132 | 2024-12-18T23:18:03.283Z | [ recovery-image] Dec 18 23:18:01.944 INFO O| Dec 18 23:18:01.944 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8133 | 2024-12-18T23:18:03.283Z | [ recovery-image] Dec 18 23:18:01.944 INFO O| Dec 18 23:18:01.944 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8134 | 2024-12-18T23:18:03.283Z | [ recovery-image] Dec 18 23:18:01.944 INFO O| Dec 18 23:18:01.944 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8135 | 2024-12-18T23:18:03.286Z | [ recovery-image] Dec 18 23:18:01.944 INFO O| Dec 18 23:18:01.944 INFO ok! |
8136 | 2024-12-18T23:18:03.286Z | [ recovery-image] Dec 18 23:18:01.945 INFO O| Dec 18 23:18:01.944 INFO STEP 22 (ensure_symlink) COMPLETE |
8137 | 2024-12-18T23:18:03.287Z | [ recovery-image] Dec 18 23:18:01.945 INFO O| Dec 18 23:18:01.944 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8138 | 2024-12-18T23:18:03.305Z | [ recovery-image] Dec 18 23:18:01.966 INFO O| Dec 18 23:18:01.966 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8139 | 2024-12-18T23:18:03.305Z | [ recovery-image] Dec 18 23:18:01.966 INFO O| Dec 18 23:18:01.966 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8140 | 2024-12-18T23:18:03.307Z | [ recovery-image] Dec 18 23:18:01.966 INFO O| Dec 18 23:18:01.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8141 | 2024-12-18T23:18:03.307Z | [ recovery-image] Dec 18 23:18:01.966 INFO O| Dec 18 23:18:01.966 INFO ok! |
8142 | 2024-12-18T23:18:03.307Z | [ recovery-image] Dec 18 23:18:01.966 INFO O| Dec 18 23:18:01.966 INFO STEP 23 (ensure_symlink) COMPLETE |
8143 | 2024-12-18T23:18:03.307Z | [ recovery-image] Dec 18 23:18:01.966 INFO O| Dec 18 23:18:01.966 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8144 | 2024-12-18T23:18:03.356Z | [ recovery-image] Dec 18 23:18:02.017 INFO O| Dec 18 23:18:02.016 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8145 | 2024-12-18T23:18:03.356Z | [ recovery-image] Dec 18 23:18:02.017 INFO O| Dec 18 23:18:02.017 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 ... |
8146 | 2024-12-18T23:18:03.359Z | [ recovery-image] Dec 18 23:18:02.017 INFO O| Dec 18 23:18:02.017 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8147 | 2024-12-18T23:18:03.359Z | [ recovery-image] Dec 18 23:18:02.017 INFO O| Dec 18 23:18:02.017 INFO ok! |
8148 | 2024-12-18T23:18:03.359Z | [ recovery-image] Dec 18 23:18:02.017 INFO O| Dec 18 23:18:02.017 INFO STEP 24 (ensure_file) COMPLETE |
8149 | 2024-12-18T23:18:03.359Z | [ recovery-image] Dec 18 23:18:02.017 INFO O| Dec 18 23:18:02.017 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8150 | 2024-12-18T23:18:03.379Z | [ recovery-image] Dec 18 23:18:02.039 INFO O| Dec 18 23:18:02.039 INFO updating shadow file |
8151 | 2024-12-18T23:18:03.382Z | [ recovery-image] Dec 18 23:18:02.040 INFO O| Dec 18 23:18:02.040 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8152 | 2024-12-18T23:18:03.383Z | [ recovery-image] Dec 18 23:18:02.040 INFO O| Dec 18 23:18:02.040 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8153 | 2024-12-18T23:18:03.383Z | [ recovery-image] Dec 18 23:18:02.040 INFO O| Dec 18 23:18:02.040 INFO STEP 25 (shadow) COMPLETE |
8154 | 2024-12-18T23:18:03.384Z | [ recovery-image] Dec 18 23:18:02.040 INFO O| Dec 18 23:18:02.040 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8155 | 2024-12-18T23:18:03.412Z | [ recovery-image] Dec 18 23:18:02.073 INFO O| Dec 18 23:18:02.072 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8156 | 2024-12-18T23:18:03.412Z | [ recovery-image] Dec 18 23:18:02.073 INFO O| Dec 18 23:18:02.073 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8157 | 2024-12-18T23:18:03.414Z | [ recovery-image] Dec 18 23:18:02.073 INFO O| Dec 18 23:18:02.073 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8158 | 2024-12-18T23:18:03.414Z | [ recovery-image] Dec 18 23:18:02.073 INFO O| Dec 18 23:18:02.073 INFO ok! |
8159 | 2024-12-18T23:18:03.414Z | [ recovery-image] Dec 18 23:18:02.073 INFO O| Dec 18 23:18:02.073 INFO STEP 26 (ensure_file) COMPLETE |
8160 | 2024-12-18T23:18:03.414Z | [ recovery-image] Dec 18 23:18:02.073 INFO O| Dec 18 23:18:02.073 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8161 | 2024-12-18T23:18:03.438Z | [ recovery-image] Dec 18 23:18:02.099 INFO O| Dec 18 23:18:02.099 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8162 | 2024-12-18T23:18:03.438Z | [ recovery-image] Dec 18 23:18:02.099 INFO O| Dec 18 23:18:02.099 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8163 | 2024-12-18T23:18:03.438Z | [ recovery-image] Dec 18 23:18:02.099 INFO O| Dec 18 23:18:02.099 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8164 | 2024-12-18T23:18:03.441Z | [ recovery-image] Dec 18 23:18:02.099 INFO O| Dec 18 23:18:02.099 INFO ok! |
8165 | 2024-12-18T23:18:03.441Z | [ recovery-image] Dec 18 23:18:02.099 INFO O| Dec 18 23:18:02.099 INFO STEP 27 (ensure_file) COMPLETE |
8166 | 2024-12-18T23:18:03.441Z | [ recovery-image] Dec 18 23:18:02.099 INFO O| Dec 18 23:18:02.099 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8167 | 2024-12-18T23:18:03.461Z | [ recovery-image] Dec 18 23:18:02.122 INFO O| Dec 18 23:18:02.121 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8168 | 2024-12-18T23:18:03.461Z | [ recovery-image] Dec 18 23:18:02.122 INFO O| Dec 18 23:18:02.122 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8169 | 2024-12-18T23:18:03.463Z | [ recovery-image] Dec 18 23:18:02.122 INFO O| Dec 18 23:18:02.122 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8170 | 2024-12-18T23:18:03.463Z | [ recovery-image] Dec 18 23:18:02.122 INFO O| Dec 18 23:18:02.122 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8171 | 2024-12-18T23:18:03.463Z | [ recovery-image] Dec 18 23:18:02.122 INFO O| Dec 18 23:18:02.122 INFO ok! |
8172 | 2024-12-18T23:18:03.463Z | [ recovery-image] Dec 18 23:18:02.122 INFO O| Dec 18 23:18:02.122 INFO STEP 28 (ensure_file) COMPLETE |
8173 | 2024-12-18T23:18:03.463Z | [ recovery-image] Dec 18 23:18:02.122 INFO O| Dec 18 23:18:02.122 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8174 | 2024-12-18T23:18:03.483Z | [ recovery-image] Dec 18 23:18:02.144 INFO O| Dec 18 23:18:02.143 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8175 | 2024-12-18T23:18:03.483Z | [ recovery-image] Dec 18 23:18:02.144 INFO O| Dec 18 23:18:02.143 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8176 | 2024-12-18T23:18:03.485Z | [ recovery-image] Dec 18 23:18:02.144 INFO O| Dec 18 23:18:02.144 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8177 | 2024-12-18T23:18:03.485Z | [ recovery-image] Dec 18 23:18:02.144 INFO O| Dec 18 23:18:02.144 INFO ok! |
8178 | 2024-12-18T23:18:03.485Z | [ recovery-image] Dec 18 23:18:02.144 INFO O| Dec 18 23:18:02.144 INFO STEP 29 (ensure_file) COMPLETE |
8179 | 2024-12-18T23:18:03.485Z | [ recovery-image] Dec 18 23:18:02.144 INFO O| Dec 18 23:18:02.144 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8180 | 2024-12-18T23:18:03.517Z | [ recovery-image] Dec 18 23:18:02.178 INFO O| Dec 18 23:18:02.177 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8181 | 2024-12-18T23:18:03.517Z | [ recovery-image] Dec 18 23:18:02.178 INFO O| Dec 18 23:18:02.178 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8182 | 2024-12-18T23:18:03.521Z | [ recovery-image] Dec 18 23:18:02.178 INFO O| Dec 18 23:18:02.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8183 | 2024-12-18T23:18:03.521Z | [ recovery-image] Dec 18 23:18:02.178 INFO O| Dec 18 23:18:02.178 INFO ok! |
8184 | 2024-12-18T23:18:03.521Z | [ recovery-image] Dec 18 23:18:02.178 INFO O| Dec 18 23:18:02.178 INFO STEP 30 (ensure_file) COMPLETE |
8185 | 2024-12-18T23:18:03.521Z | [ recovery-image] Dec 18 23:18:02.178 INFO O| Dec 18 23:18:02.178 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8186 | 2024-12-18T23:18:03.539Z | [ recovery-image] Dec 18 23:18:02.200 INFO O| Dec 18 23:18:02.200 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8187 | 2024-12-18T23:18:03.543Z | [ recovery-image] Dec 18 23:18:02.200 INFO O| Dec 18 23:18:02.200 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8188 | 2024-12-18T23:18:03.543Z | [ recovery-image] Dec 18 23:18:02.201 INFO O| Dec 18 23:18:02.201 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8189 | 2024-12-18T23:18:03.543Z | [ recovery-image] Dec 18 23:18:02.201 INFO O| Dec 18 23:18:02.201 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8190 | 2024-12-18T23:18:03.543Z | [ recovery-image] Dec 18 23:18:02.201 INFO O| Dec 18 23:18:02.201 INFO ok! |
8191 | 2024-12-18T23:18:03.543Z | [ recovery-image] Dec 18 23:18:02.201 INFO O| Dec 18 23:18:02.201 INFO STEP 31 (ensure_file) COMPLETE |
8192 | 2024-12-18T23:18:03.543Z | [ recovery-image] Dec 18 23:18:02.201 INFO O| Dec 18 23:18:02.201 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8193 | 2024-12-18T23:18:03.568Z | [ recovery-image] Dec 18 23:18:02.229 INFO O| Dec 18 23:18:02.229 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8194 | 2024-12-18T23:18:03.571Z | [ recovery-image] Dec 18 23:18:02.229 INFO O| Dec 18 23:18:02.229 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8195 | 2024-12-18T23:18:03.571Z | [ recovery-image] Dec 18 23:18:02.229 INFO O| Dec 18 23:18:02.229 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8196 | 2024-12-18T23:18:03.571Z | [ recovery-image] Dec 18 23:18:02.230 INFO O| Dec 18 23:18:02.230 INFO ok! |
8197 | 2024-12-18T23:18:03.571Z | [ recovery-image] Dec 18 23:18:02.230 INFO O| Dec 18 23:18:02.230 INFO STEP 32 (ensure_file) COMPLETE |
8198 | 2024-12-18T23:18:03.571Z | [ recovery-image] Dec 18 23:18:02.230 INFO O| Dec 18 23:18:02.230 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8199 | 2024-12-18T23:18:03.605Z | [ recovery-image] Dec 18 23:18:02.265 INFO O| Dec 18 23:18:02.265 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8200 | 2024-12-18T23:18:03.605Z | [ recovery-image] Dec 18 23:18:02.266 INFO O| Dec 18 23:18:02.265 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8201 | 2024-12-18T23:18:03.608Z | [ recovery-image] Dec 18 23:18:02.266 INFO O| Dec 18 23:18:02.266 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8202 | 2024-12-18T23:18:03.608Z | [ recovery-image] Dec 18 23:18:02.266 INFO O| Dec 18 23:18:02.266 INFO ok! |
8203 | 2024-12-18T23:18:03.608Z | [ recovery-image] Dec 18 23:18:02.266 INFO O| Dec 18 23:18:02.266 INFO STEP 33 (ensure_file) COMPLETE |
8204 | 2024-12-18T23:18:03.608Z | [ recovery-image] Dec 18 23:18:02.266 INFO O| Dec 18 23:18:02.266 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8205 | 2024-12-18T23:18:03.626Z | [ recovery-image] Dec 18 23:18:02.287 INFO O| Dec 18 23:18:02.287 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8206 | 2024-12-18T23:18:03.626Z | [ recovery-image] Dec 18 23:18:02.287 INFO O| Dec 18 23:18:02.287 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8207 | 2024-12-18T23:18:03.626Z | [ recovery-image] Dec 18 23:18:02.287 INFO O| Dec 18 23:18:02.287 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8208 | 2024-12-18T23:18:03.629Z | [ recovery-image] Dec 18 23:18:02.287 INFO O| Dec 18 23:18:02.287 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8209 | 2024-12-18T23:18:03.629Z | [ recovery-image] Dec 18 23:18:02.287 INFO O| Dec 18 23:18:02.287 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8210 | 2024-12-18T23:18:03.629Z | [ recovery-image] Dec 18 23:18:02.288 INFO O| Dec 18 23:18:02.287 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8211 | 2024-12-18T23:18:03.629Z | [ recovery-image] Dec 18 23:18:02.288 INFO O| Dec 18 23:18:02.287 INFO ok! |
8212 | 2024-12-18T23:18:03.629Z | [ recovery-image] Dec 18 23:18:02.288 INFO O| Dec 18 23:18:02.288 INFO STEP 34 (ensure_file) COMPLETE |
8213 | 2024-12-18T23:18:03.629Z | [ recovery-image] Dec 18 23:18:02.288 INFO O| Dec 18 23:18:02.288 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8214 | 2024-12-18T23:18:03.648Z | [ recovery-image] Dec 18 23:18:02.309 INFO O| Dec 18 23:18:02.309 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8215 | 2024-12-18T23:18:03.648Z | [ recovery-image] Dec 18 23:18:02.309 INFO O| Dec 18 23:18:02.309 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8216 | 2024-12-18T23:18:03.653Z | [ recovery-image] Dec 18 23:18:02.309 INFO O| Dec 18 23:18:02.309 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8217 | 2024-12-18T23:18:03.653Z | [ recovery-image] Dec 18 23:18:02.309 INFO O| Dec 18 23:18:02.309 INFO STEP 35 (ensure_dir) COMPLETE |
8218 | 2024-12-18T23:18:03.653Z | [ recovery-image] Dec 18 23:18:02.310 INFO O| Dec 18 23:18:02.309 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8219 | 2024-12-18T23:18:03.714Z | [ recovery-image] Dec 18 23:18:02.375 INFO O| Dec 18 23:18:02.375 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 |
8220 | 2024-12-18T23:18:03.715Z | [ recovery-image] Dec 18 23:18:02.375 INFO O| Dec 18 23:18:02.375 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 ... |
8221 | 2024-12-18T23:18:03.718Z | [ recovery-image] Dec 18 23:18:02.376 INFO O| Dec 18 23:18:02.376 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 |
8222 | 2024-12-18T23:18:03.718Z | [ recovery-image] Dec 18 23:18:02.376 INFO O| Dec 18 23:18:02.376 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 |
8223 | 2024-12-18T23:18:03.718Z | [ recovery-image] Dec 18 23:18:02.376 INFO O| Dec 18 23:18:02.376 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 |
8224 | 2024-12-18T23:18:03.718Z | [ recovery-image] Dec 18 23:18:02.376 INFO O| Dec 18 23:18:02.376 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 |
8225 | 2024-12-18T23:18:03.718Z | [ recovery-image] Dec 18 23:18:02.376 INFO O| Dec 18 23:18:02.376 INFO ok! |
8226 | 2024-12-18T23:18:03.718Z | [ recovery-image] Dec 18 23:18:02.376 INFO O| Dec 18 23:18:02.376 INFO STEP 36 (ensure_file) COMPLETE |
8227 | 2024-12-18T23:18:03.718Z | [ recovery-image] Dec 18 23:18:02.376 INFO O| Dec 18 23:18:02.376 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8228 | 2024-12-18T23:18:03.761Z | [ recovery-image] Dec 18 23:18:02.420 INFO O| Dec 18 23:18:02.420 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8229 | 2024-12-18T23:18:03.761Z | [ recovery-image] Dec 18 23:18:02.420 INFO O| Dec 18 23:18:02.420 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 ... |
8230 | 2024-12-18T23:18:03.761Z | [ recovery-image] Dec 18 23:18:02.420 INFO O| Dec 18 23:18:02.420 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8231 | 2024-12-18T23:18:03.763Z | [ recovery-image] Dec 18 23:18:02.420 INFO O| Dec 18 23:18:02.420 INFO ok! |
8232 | 2024-12-18T23:18:03.763Z | [ recovery-image] Dec 18 23:18:02.420 INFO O| Dec 18 23:18:02.420 INFO STEP 37 (ensure_symlink) COMPLETE |
8233 | 2024-12-18T23:18:03.763Z | [ recovery-image] Dec 18 23:18:02.420 INFO O| Dec 18 23:18:02.420 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8234 | 2024-12-18T23:18:03.781Z | [ recovery-image] Dec 18 23:18:02.442 INFO O| Dec 18 23:18:02.442 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8235 | 2024-12-18T23:18:03.781Z | [ recovery-image] Dec 18 23:18:02.442 INFO O| Dec 18 23:18:02.442 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8236 | 2024-12-18T23:18:03.781Z | [ recovery-image] Dec 18 23:18:02.442 INFO O| Dec 18 23:18:02.442 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8237 | 2024-12-18T23:18:03.781Z | [ recovery-image] Dec 18 23:18:02.442 INFO O| Dec 18 23:18:02.442 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8238 | 2024-12-18T23:18:03.785Z | [ recovery-image] Dec 18 23:18:02.442 INFO O| Dec 18 23:18:02.442 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8239 | 2024-12-18T23:18:03.786Z | [ recovery-image] Dec 18 23:18:02.442 INFO O| Dec 18 23:18:02.442 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8240 | 2024-12-18T23:18:03.786Z | [ recovery-image] Dec 18 23:18:02.442 INFO O| Dec 18 23:18:02.442 INFO ok! |
8241 | 2024-12-18T23:18:03.786Z | [ recovery-image] Dec 18 23:18:02.442 INFO O| Dec 18 23:18:02.442 INFO STEP 38 (ensure_file) COMPLETE |
8242 | 2024-12-18T23:18:03.786Z | [ recovery-image] Dec 18 23:18:02.442 INFO O| Dec 18 23:18:02.442 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8243 | 2024-12-18T23:18:03.804Z | [ recovery-image] Dec 18 23:18:02.465 INFO O| Dec 18 23:18:02.465 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8244 | 2024-12-18T23:18:03.804Z | [ recovery-image] Dec 18 23:18:02.465 INFO O| Dec 18 23:18:02.465 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 ... |
8245 | 2024-12-18T23:18:03.804Z | [ recovery-image] Dec 18 23:18:02.465 INFO O| Dec 18 23:18:02.465 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 |
8246 | 2024-12-18T23:18:03.804Z | [ recovery-image] Dec 18 23:18:02.465 INFO O| Dec 18 23:18:02.465 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8247 | 2024-12-18T23:18:03.808Z | [ recovery-image] Dec 18 23:18:02.465 INFO O| Dec 18 23:18:02.465 INFO ok! |
8248 | 2024-12-18T23:18:03.808Z | [ recovery-image] Dec 18 23:18:02.465 INFO O| Dec 18 23:18:02.465 INFO STEP 39 (ensure_file) COMPLETE |
8249 | 2024-12-18T23:18:03.808Z | [ recovery-image] Dec 18 23:18:02.465 INFO O| Dec 18 23:18:02.465 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8250 | 2024-12-18T23:18:03.828Z | [ recovery-image] Dec 18 23:18:02.489 INFO O| Dec 18 23:18:02.489 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8251 | 2024-12-18T23:18:03.828Z | [ recovery-image] Dec 18 23:18:02.489 INFO O| Dec 18 23:18:02.489 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8252 | 2024-12-18T23:18:03.831Z | [ recovery-image] Dec 18 23:18:02.489 INFO O| Dec 18 23:18:02.489 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8253 | 2024-12-18T23:18:03.831Z | [ recovery-image] Dec 18 23:18:02.489 INFO O| Dec 18 23:18:02.489 INFO ok! |
8254 | 2024-12-18T23:18:03.831Z | [ recovery-image] Dec 18 23:18:02.489 INFO O| Dec 18 23:18:02.489 INFO STEP 40 (ensure_file) COMPLETE |
8255 | 2024-12-18T23:18:03.831Z | [ recovery-image] Dec 18 23:18:02.489 INFO O| Dec 18 23:18:02.489 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8256 | 2024-12-18T23:18:03.849Z | [ recovery-image] Dec 18 23:18:02.509 INFO O| Dec 18 23:18:02.509 INFO updating shadow file |
8257 | 2024-12-18T23:18:03.852Z | [ recovery-image] Dec 18 23:18:02.509 INFO O| Dec 18 23:18:02.509 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8258 | 2024-12-18T23:18:03.852Z | [ recovery-image] Dec 18 23:18:02.509 INFO O| Dec 18 23:18:02.509 INFO STEP 41 (shadow) COMPLETE |
8259 | 2024-12-18T23:18:03.852Z | [ recovery-image] Dec 18 23:18:02.509 INFO O| Dec 18 23:18:02.509 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8260 | 2024-12-18T23:18:03.869Z | [ recovery-image] Dec 18 23:18:02.529 INFO O| Dec 18 23:18:02.529 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8261 | 2024-12-18T23:18:03.869Z | [ recovery-image] Dec 18 23:18:02.529 INFO O| Dec 18 23:18:02.529 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8262 | 2024-12-18T23:18:03.869Z | [ recovery-image] Dec 18 23:18:02.530 INFO O| Dec 18 23:18:02.530 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8263 | 2024-12-18T23:18:03.871Z | [ recovery-image] Dec 18 23:18:02.530 INFO O| Dec 18 23:18:02.530 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8264 | 2024-12-18T23:18:03.872Z | [ recovery-image] Dec 18 23:18:02.530 INFO O| Dec 18 23:18:02.530 INFO ok! |
8265 | 2024-12-18T23:18:03.872Z | [ recovery-image] Dec 18 23:18:02.530 INFO O| Dec 18 23:18:02.530 INFO STEP 42 (ensure_file) COMPLETE |
8266 | 2024-12-18T23:18:03.872Z | [ recovery-image] Dec 18 23:18:02.530 INFO O| Dec 18 23:18:02.530 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8267 | 2024-12-18T23:18:03.907Z | [ recovery-image] Dec 18 23:18:02.568 INFO O| Dec 18 23:18:02.568 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8268 | 2024-12-18T23:18:03.907Z | [ recovery-image] Dec 18 23:18:02.568 INFO O| Dec 18 23:18:02.568 INFO STEP 43 (ensure_dir) COMPLETE |
8269 | 2024-12-18T23:18:03.910Z | [ recovery-image] Dec 18 23:18:02.568 INFO O| Dec 18 23:18:02.568 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8270 | 2024-12-18T23:18:04.057Z | [ recovery-image] Dec 18 23:18:02.717 INFO O| Dec 18 23:18:02.717 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8271 | 2024-12-18T23:18:04.057Z | [ recovery-image] Dec 18 23:18:02.717 INFO O| Dec 18 23:18:02.717 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8272 | 2024-12-18T23:18:04.057Z | [ recovery-image] Dec 18 23:18:02.717 INFO O| Dec 18 23:18:02.717 INFO STEP 44 (ensure_dir) COMPLETE |
8273 | 2024-12-18T23:18:04.057Z | [ recovery-image] Dec 18 23:18:02.717 INFO O| Dec 18 23:18:02.717 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8274 | 2024-12-18T23:18:04.131Z | [ recovery-image] Dec 18 23:18:02.792 INFO O| Dec 18 23:18:02.792 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8275 | 2024-12-18T23:18:04.131Z | [ recovery-image] Dec 18 23:18:02.792 INFO O| Dec 18 23:18:02.792 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8276 | 2024-12-18T23:18:04.132Z | [ recovery-image] Dec 18 23:18:02.792 INFO O| Dec 18 23:18:02.792 INFO STEP 45 (ensure_dir) COMPLETE |
8277 | 2024-12-18T23:18:04.136Z | [ recovery-image] Dec 18 23:18:02.792 INFO O| Dec 18 23:18:02.792 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8278 | 2024-12-18T23:18:04.150Z | [ recovery-image] Dec 18 23:18:02.811 INFO O| Dec 18 23:18:02.811 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8279 | 2024-12-18T23:18:04.150Z | [ recovery-image] Dec 18 23:18:02.811 INFO O| Dec 18 23:18:02.811 INFO copying /tmp/.tmpDJCDbN/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8280 | 2024-12-18T23:18:04.196Z | [ recovery-image] Dec 18 23:18:02.857 INFO O| Dec 18 23:18:02.856 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8281 | 2024-12-18T23:18:04.196Z | [ recovery-image] Dec 18 23:18:02.857 INFO O| Dec 18 23:18:02.857 INFO ok! |
8282 | 2024-12-18T23:18:04.197Z | [ recovery-image] Dec 18 23:18:02.857 INFO O| Dec 18 23:18:02.857 INFO STEP 46 (ensure_file) COMPLETE |
8283 | 2024-12-18T23:18:04.197Z | [ recovery-image] Dec 18 23:18:02.857 INFO O| Dec 18 23:18:02.857 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8284 | 2024-12-18T23:18:04.217Z | [ recovery-image] Dec 18 23:18:02.878 INFO O| Dec 18 23:18:02.878 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8285 | 2024-12-18T23:18:04.217Z | [ recovery-image] Dec 18 23:18:02.878 INFO O| Dec 18 23:18:02.878 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8286 | 2024-12-18T23:18:04.217Z | [ recovery-image] Dec 18 23:18:02.878 INFO O| Dec 18 23:18:02.878 INFO STEP 47 (ensure_dir) COMPLETE |
8287 | 2024-12-18T23:18:04.220Z | [ recovery-image] Dec 18 23:18:02.878 INFO O| Dec 18 23:18:02.878 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8288 | 2024-12-18T23:18:04.237Z | [ recovery-image] Dec 18 23:18:02.898 INFO O| Dec 18 23:18:02.898 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8289 | 2024-12-18T23:18:04.237Z | [ recovery-image] Dec 18 23:18:02.898 INFO O| Dec 18 23:18:02.898 INFO copying /tmp/.tmpDJCDbN/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8290 | 2024-12-18T23:18:04.237Z | [ recovery-image] Dec 18 23:18:02.898 INFO O| Dec 18 23:18:02.898 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8291 | 2024-12-18T23:18:04.240Z | [ recovery-image] Dec 18 23:18:02.898 INFO O| Dec 18 23:18:02.898 INFO ok! |
8292 | 2024-12-18T23:18:04.240Z | [ recovery-image] Dec 18 23:18:02.898 INFO O| Dec 18 23:18:02.898 INFO STEP 48 (ensure_file) COMPLETE |
8293 | 2024-12-18T23:18:04.240Z | [ recovery-image] Dec 18 23:18:02.898 INFO O| Dec 18 23:18:02.898 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8294 | 2024-12-18T23:18:04.256Z | [ recovery-image] Dec 18 23:18:02.917 INFO O| Dec 18 23:18:02.917 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8295 | 2024-12-18T23:18:04.256Z | [ recovery-image] Dec 18 23:18:02.917 INFO O| Dec 18 23:18:02.917 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8296 | 2024-12-18T23:18:04.256Z | [ recovery-image] Dec 18 23:18:02.917 INFO O| Dec 18 23:18:02.917 INFO STEP 49 (ensure_dir) COMPLETE |
8297 | 2024-12-18T23:18:04.256Z | [ recovery-image] Dec 18 23:18:02.917 INFO O| Dec 18 23:18:02.917 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8298 | 2024-12-18T23:18:04.280Z | [ recovery-image] Dec 18 23:18:02.941 INFO O| Dec 18 23:18:02.941 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8299 | 2024-12-18T23:18:04.280Z | [ recovery-image] Dec 18 23:18:02.941 INFO O| Dec 18 23:18:02.941 INFO copying /tmp/.tmpDJCDbN/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8300 | 2024-12-18T23:18:04.311Z | [ recovery-image] Dec 18 23:18:02.972 INFO O| Dec 18 23:18:02.972 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8301 | 2024-12-18T23:18:04.311Z | [ recovery-image] Dec 18 23:18:02.972 INFO O| Dec 18 23:18:02.972 INFO ok! |
8302 | 2024-12-18T23:18:04.313Z | [ recovery-image] Dec 18 23:18:02.972 INFO O| Dec 18 23:18:02.972 INFO STEP 50 (ensure_file) COMPLETE |
8303 | 2024-12-18T23:18:04.314Z | [ recovery-image] Dec 18 23:18:02.972 INFO O| Dec 18 23:18:02.972 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8304 | 2024-12-18T23:18:04.369Z | [ recovery-image] Dec 18 23:18:03.030 INFO O| Dec 18 23:18:03.029 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8305 | 2024-12-18T23:18:04.369Z | [ recovery-image] Dec 18 23:18:03.030 INFO O| Dec 18 23:18:03.030 INFO copying /tmp/.tmpDJCDbN/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8306 | 2024-12-18T23:18:06.414Z | [ recovery-image] Dec 18 23:18:05.074 INFO O| Dec 18 23:18:05.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8307 | 2024-12-18T23:18:06.414Z | [ recovery-image] Dec 18 23:18:05.075 INFO O| Dec 18 23:18:05.074 INFO ok! |
8308 | 2024-12-18T23:18:06.417Z | [ recovery-image] Dec 18 23:18:05.075 INFO O| Dec 18 23:18:05.074 INFO STEP 51 (ensure_file) COMPLETE |
8309 | 2024-12-18T23:18:06.417Z | [ recovery-image] Dec 18 23:18:05.075 INFO O| Dec 18 23:18:05.074 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8310 | 2024-12-18T23:18:06.432Z | [ recovery-image] Dec 18 23:18:05.093 INFO O| Dec 18 23:18:05.093 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8311 | 2024-12-18T23:18:06.432Z | [ recovery-image] Dec 18 23:18:05.093 INFO O| Dec 18 23:18:05.093 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8312 | 2024-12-18T23:18:06.433Z | [ recovery-image] Dec 18 23:18:05.093 INFO O| Dec 18 23:18:05.093 INFO STEP 52 (ensure_dir) COMPLETE |
8313 | 2024-12-18T23:18:06.436Z | [ recovery-image] Dec 18 23:18:05.093 INFO O| Dec 18 23:18:05.093 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8314 | 2024-12-18T23:18:06.462Z | [ recovery-image] Dec 18 23:18:05.123 INFO O| Dec 18 23:18:05.122 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8315 | 2024-12-18T23:18:06.462Z | [ recovery-image] Dec 18 23:18:05.123 INFO O| Dec 18 23:18:05.123 INFO copying /tmp/.tmpDJCDbN/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 ... |
8316 | 2024-12-18T23:18:06.462Z | [ recovery-image] Dec 18 23:18:05.123 INFO O| Dec 18 23:18:05.123 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 |
8317 | 2024-12-18T23:18:06.464Z | [ recovery-image] Dec 18 23:18:05.123 INFO O| Dec 18 23:18:05.123 INFO ok! |
8318 | 2024-12-18T23:18:06.464Z | [ recovery-image] Dec 18 23:18:05.123 INFO O| Dec 18 23:18:05.123 INFO STEP 53 (ensure_file) COMPLETE |
8319 | 2024-12-18T23:18:06.464Z | [ recovery-image] Dec 18 23:18:05.123 INFO O| Dec 18 23:18:05.123 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8320 | 2024-12-18T23:18:06.483Z | [ recovery-image] Dec 18 23:18:05.144 INFO O| Dec 18 23:18:05.144 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8321 | 2024-12-18T23:18:06.483Z | [ recovery-image] Dec 18 23:18:05.144 INFO O| Dec 18 23:18:05.144 INFO copying /tmp/.tmpDJCDbN/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 ... |
8322 | 2024-12-18T23:18:06.487Z | [ recovery-image] Dec 18 23:18:05.144 INFO O| Dec 18 23:18:05.144 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 |
8323 | 2024-12-18T23:18:06.487Z | [ recovery-image] Dec 18 23:18:05.144 INFO O| Dec 18 23:18:05.144 INFO ok! |
8324 | 2024-12-18T23:18:06.487Z | [ recovery-image] Dec 18 23:18:05.144 INFO O| Dec 18 23:18:05.144 INFO STEP 54 (ensure_file) COMPLETE |
8325 | 2024-12-18T23:18:06.487Z | [ recovery-image] Dec 18 23:18:05.144 INFO O| Dec 18 23:18:05.144 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8326 | 2024-12-18T23:18:06.509Z | [ recovery-image] Dec 18 23:18:05.164 INFO O| Dec 18 23:18:05.164 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8327 | 2024-12-18T23:18:06.509Z | [ recovery-image] Dec 18 23:18:05.164 INFO O| Dec 18 23:18:05.164 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8328 | 2024-12-18T23:18:06.511Z | [ recovery-image] Dec 18 23:18:05.164 INFO O| Dec 18 23:18:05.164 INFO STEP 55 (ensure_dir) COMPLETE |
8329 | 2024-12-18T23:18:06.511Z | [ recovery-image] Dec 18 23:18:05.164 INFO O| Dec 18 23:18:05.164 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8330 | 2024-12-18T23:18:06.523Z | [ recovery-image] Dec 18 23:18:05.184 INFO O| Dec 18 23:18:05.184 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8331 | 2024-12-18T23:18:06.523Z | [ recovery-image] Dec 18 23:18:05.184 INFO O| Dec 18 23:18:05.184 INFO copying /tmp/.tmpDJCDbN/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 ... |
8332 | 2024-12-18T23:18:06.527Z | [ recovery-image] Dec 18 23:18:05.185 INFO O| Dec 18 23:18:05.185 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8333 | 2024-12-18T23:18:06.527Z | [ recovery-image] Dec 18 23:18:05.185 INFO O| Dec 18 23:18:05.185 INFO ok! |
8334 | 2024-12-18T23:18:06.527Z | [ recovery-image] Dec 18 23:18:05.185 INFO O| Dec 18 23:18:05.185 INFO STEP 56 (ensure_file) COMPLETE |
8335 | 2024-12-18T23:18:06.527Z | [ recovery-image] Dec 18 23:18:05.185 INFO O| Dec 18 23:18:05.185 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8336 | 2024-12-18T23:18:06.547Z | [ recovery-image] Dec 18 23:18:05.206 INFO O| Dec 18 23:18:05.206 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8337 | 2024-12-18T23:18:06.547Z | [ recovery-image] Dec 18 23:18:05.206 INFO O| Dec 18 23:18:05.206 INFO copying /tmp/.tmpDJCDbN/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 ... |
8338 | 2024-12-18T23:18:06.547Z | [ recovery-image] Dec 18 23:18:05.206 INFO O| Dec 18 23:18:05.206 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 |
8339 | 2024-12-18T23:18:06.549Z | [ recovery-image] Dec 18 23:18:05.206 INFO O| Dec 18 23:18:05.206 INFO ok! |
8340 | 2024-12-18T23:18:06.549Z | [ recovery-image] Dec 18 23:18:05.206 INFO O| Dec 18 23:18:05.206 INFO STEP 57 (ensure_file) COMPLETE |
8341 | 2024-12-18T23:18:06.549Z | [ recovery-image] Dec 18 23:18:05.206 INFO O| Dec 18 23:18:05.206 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8342 | 2024-12-18T23:18:06.566Z | [ recovery-image] Dec 18 23:18:05.227 INFO O| Dec 18 23:18:05.227 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8343 | 2024-12-18T23:18:06.566Z | [ recovery-image] Dec 18 23:18:05.227 INFO O| Dec 18 23:18:05.227 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8344 | 2024-12-18T23:18:06.566Z | [ recovery-image] Dec 18 23:18:05.227 INFO O| Dec 18 23:18:05.227 INFO STEP 58 (ensure_dir) COMPLETE |
8345 | 2024-12-18T23:18:06.569Z | [ recovery-image] Dec 18 23:18:05.227 INFO O| Dec 18 23:18:05.227 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8346 | 2024-12-18T23:18:06.587Z | [ recovery-image] Dec 18 23:18:05.248 INFO O| Dec 18 23:18:05.248 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8347 | 2024-12-18T23:18:06.587Z | [ recovery-image] Dec 18 23:18:05.248 INFO O| Dec 18 23:18:05.248 INFO copying /tmp/.tmpDJCDbN/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 ... |
8348 | 2024-12-18T23:18:06.587Z | [ recovery-image] Dec 18 23:18:05.248 INFO O| Dec 18 23:18:05.248 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8349 | 2024-12-18T23:18:06.590Z | [ recovery-image] Dec 18 23:18:05.248 INFO O| Dec 18 23:18:05.248 INFO ok! |
8350 | 2024-12-18T23:18:06.590Z | [ recovery-image] Dec 18 23:18:05.248 INFO O| Dec 18 23:18:05.248 INFO STEP 59 (ensure_file) COMPLETE |
8351 | 2024-12-18T23:18:06.590Z | [ recovery-image] Dec 18 23:18:05.248 INFO O| Dec 18 23:18:05.248 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8352 | 2024-12-18T23:18:06.612Z | [ recovery-image] Dec 18 23:18:05.272 INFO O| Dec 18 23:18:05.272 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8353 | 2024-12-18T23:18:06.612Z | [ recovery-image] Dec 18 23:18:05.273 INFO O| Dec 18 23:18:05.273 INFO copying /tmp/.tmpDJCDbN/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8354 | 2024-12-18T23:18:06.614Z | [ recovery-image] Dec 18 23:18:05.273 INFO O| Dec 18 23:18:05.273 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8355 | 2024-12-18T23:18:06.614Z | [ recovery-image] Dec 18 23:18:05.273 INFO O| Dec 18 23:18:05.273 INFO ok! |
8356 | 2024-12-18T23:18:06.614Z | [ recovery-image] Dec 18 23:18:05.273 INFO O| Dec 18 23:18:05.273 INFO STEP 60 (ensure_file) COMPLETE |
8357 | 2024-12-18T23:18:06.614Z | [ recovery-image] Dec 18 23:18:05.273 INFO O| Dec 18 23:18:05.273 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8358 | 2024-12-18T23:18:06.634Z | [ recovery-image] Dec 18 23:18:05.295 INFO O| Dec 18 23:18:05.295 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8359 | 2024-12-18T23:18:06.634Z | [ recovery-image] Dec 18 23:18:05.295 INFO O| Dec 18 23:18:05.295 INFO STEP 61 (ensure_dir) COMPLETE |
8360 | 2024-12-18T23:18:06.637Z | [ recovery-image] Dec 18 23:18:05.295 INFO O| Dec 18 23:18:05.295 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8361 | 2024-12-18T23:18:06.667Z | [ recovery-image] Dec 18 23:18:05.328 INFO O| Dec 18 23:18:05.328 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8362 | 2024-12-18T23:18:06.667Z | [ recovery-image] Dec 18 23:18:05.328 INFO O| Dec 18 23:18:05.328 INFO STEP 62 (ensure_dir) COMPLETE |
8363 | 2024-12-18T23:18:06.670Z | [ recovery-image] Dec 18 23:18:05.328 INFO O| Dec 18 23:18:05.328 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8364 | 2024-12-18T23:18:06.687Z | [ recovery-image] Dec 18 23:18:05.348 INFO O| Dec 18 23:18:05.348 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8365 | 2024-12-18T23:18:06.687Z | [ recovery-image] Dec 18 23:18:05.348 INFO O| Dec 18 23:18:05.348 INFO STEP 63 (ensure_dir) COMPLETE |
8366 | 2024-12-18T23:18:06.690Z | [ recovery-image] Dec 18 23:18:05.348 INFO O| Dec 18 23:18:05.348 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8367 | 2024-12-18T23:18:06.714Z | [ recovery-image] Dec 18 23:18:05.375 INFO O| Dec 18 23:18:05.375 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8368 | 2024-12-18T23:18:06.714Z | [ recovery-image] Dec 18 23:18:05.375 INFO O| Dec 18 23:18:05.375 INFO STEP 64 (ensure_dir) COMPLETE |
8369 | 2024-12-18T23:18:06.717Z | [ recovery-image] Dec 18 23:18:05.375 INFO O| Dec 18 23:18:05.375 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8370 | 2024-12-18T23:18:06.735Z | [ recovery-image] Dec 18 23:18:05.396 INFO O| Dec 18 23:18:05.395 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8371 | 2024-12-18T23:18:06.735Z | [ recovery-image] Dec 18 23:18:05.396 INFO O| Dec 18 23:18:05.396 INFO copying /tmp/.tmpDJCDbN/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8372 | 2024-12-18T23:18:06.738Z | [ recovery-image] Dec 18 23:18:05.396 INFO O| Dec 18 23:18:05.396 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8373 | 2024-12-18T23:18:06.738Z | [ recovery-image] Dec 18 23:18:05.396 INFO O| Dec 18 23:18:05.396 INFO ok! |
8374 | 2024-12-18T23:18:06.738Z | [ recovery-image] Dec 18 23:18:05.396 INFO O| Dec 18 23:18:05.396 INFO STEP 65 (ensure_file) COMPLETE |
8375 | 2024-12-18T23:18:06.738Z | [ recovery-image] Dec 18 23:18:05.396 INFO O| Dec 18 23:18:05.396 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8376 | 2024-12-18T23:18:06.766Z | [ recovery-image] Dec 18 23:18:05.426 INFO O| Dec 18 23:18:05.426 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8377 | 2024-12-18T23:18:06.770Z | [ recovery-image] Dec 18 23:18:05.427 INFO O| Dec 18 23:18:05.427 INFO STEP 66 (remove_files) COMPLETE |
8378 | 2024-12-18T23:18:06.770Z | [ recovery-image] Dec 18 23:18:05.427 INFO O| Dec 18 23:18:05.427 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8379 | 2024-12-18T23:18:06.832Z | [ recovery-image] Dec 18 23:18:05.493 INFO O| Dec 18 23:18:05.493 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8380 | 2024-12-18T23:18:06.835Z | [ recovery-image] Dec 18 23:18:05.493 INFO O| Dec 18 23:18:05.493 INFO STEP 67 (remove_files) COMPLETE |
8381 | 2024-12-18T23:18:06.835Z | [ recovery-image] Dec 18 23:18:05.493 INFO O| Dec 18 23:18:05.493 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8382 | 2024-12-18T23:18:06.856Z | [ recovery-image] Dec 18 23:18:05.516 INFO O| Dec 18 23:18:05.516 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8383 | 2024-12-18T23:18:06.858Z | [ recovery-image] Dec 18 23:18:05.517 INFO O| Dec 18 23:18:05.517 INFO STEP 68 (remove_files) COMPLETE |
8384 | 2024-12-18T23:18:06.859Z | [ recovery-image] Dec 18 23:18:05.517 INFO O| Dec 18 23:18:05.517 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8385 | 2024-12-18T23:18:06.880Z | [ recovery-image] Dec 18 23:18:05.541 INFO O| Dec 18 23:18:05.541 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8386 | 2024-12-18T23:18:06.883Z | [ recovery-image] Dec 18 23:18:05.542 INFO O| Dec 18 23:18:05.541 INFO STEP 69 (remove_files) COMPLETE |
8387 | 2024-12-18T23:18:06.883Z | [ recovery-image] Dec 18 23:18:05.542 INFO O| Dec 18 23:18:05.541 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8388 | 2024-12-18T23:18:06.902Z | [ recovery-image] Dec 18 23:18:05.563 INFO O| Dec 18 23:18:05.562 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8389 | 2024-12-18T23:18:06.904Z | [ recovery-image] Dec 18 23:18:05.563 INFO O| Dec 18 23:18:05.563 INFO STEP 70 (remove_files) COMPLETE |
8390 | 2024-12-18T23:18:06.904Z | [ recovery-image] Dec 18 23:18:05.563 INFO O| Dec 18 23:18:05.563 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8391 | 2024-12-18T23:18:06.925Z | [ recovery-image] Dec 18 23:18:05.586 INFO O| Dec 18 23:18:05.586 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8392 | 2024-12-18T23:18:06.928Z | [ recovery-image] Dec 18 23:18:05.586 INFO O| Dec 18 23:18:05.586 INFO STEP 71 (remove_files) COMPLETE |
8393 | 2024-12-18T23:18:06.928Z | [ recovery-image] Dec 18 23:18:05.586 INFO O| Dec 18 23:18:05.586 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8394 | 2024-12-18T23:18:06.948Z | [ recovery-image] Dec 18 23:18:05.608 INFO O| Dec 18 23:18:05.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8395 | 2024-12-18T23:18:06.951Z | [ recovery-image] Dec 18 23:18:05.609 INFO O| Dec 18 23:18:05.609 INFO STEP 72 (remove_files) COMPLETE |
8396 | 2024-12-18T23:18:06.951Z | [ recovery-image] Dec 18 23:18:05.609 INFO O| Dec 18 23:18:05.609 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8397 | 2024-12-18T23:18:06.994Z | [ recovery-image] Dec 18 23:18:05.655 INFO O| Dec 18 23:18:05.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8398 | 2024-12-18T23:18:06.995Z | [ recovery-image] Dec 18 23:18:05.655 INFO O| Dec 18 23:18:05.655 INFO STEP 73 (remove_files) COMPLETE |
8399 | 2024-12-18T23:18:06.995Z | [ recovery-image] Dec 18 23:18:05.655 INFO O| Dec 18 23:18:05.655 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8400 | 2024-12-18T23:18:07.029Z | [ recovery-image] Dec 18 23:18:05.690 INFO O| Dec 18 23:18:05.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8401 | 2024-12-18T23:18:07.029Z | [ recovery-image] Dec 18 23:18:05.690 INFO O| Dec 18 23:18:05.690 INFO STEP 74 (remove_files) COMPLETE |
8402 | 2024-12-18T23:18:07.029Z | [ recovery-image] Dec 18 23:18:05.690 INFO O| Dec 18 23:18:05.690 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8403 | 2024-12-18T23:18:07.062Z | [ recovery-image] Dec 18 23:18:05.723 INFO O| Dec 18 23:18:05.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8404 | 2024-12-18T23:18:07.062Z | [ recovery-image] Dec 18 23:18:05.723 INFO O| Dec 18 23:18:05.723 INFO STEP 75 (remove_files) COMPLETE |
8405 | 2024-12-18T23:18:07.062Z | [ recovery-image] Dec 18 23:18:05.723 INFO O| Dec 18 23:18:05.723 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8406 | 2024-12-18T23:18:07.106Z | [ recovery-image] Dec 18 23:18:05.767 INFO O| Dec 18 23:18:05.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8407 | 2024-12-18T23:18:07.106Z | [ recovery-image] Dec 18 23:18:05.767 INFO O| Dec 18 23:18:05.767 INFO STEP 76 (remove_files) COMPLETE |
8408 | 2024-12-18T23:18:07.106Z | [ recovery-image] Dec 18 23:18:05.767 INFO O| Dec 18 23:18:05.767 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8409 | 2024-12-18T23:18:07.129Z | [ recovery-image] Dec 18 23:18:05.790 INFO O| Dec 18 23:18:05.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8410 | 2024-12-18T23:18:07.129Z | [ recovery-image] Dec 18 23:18:05.790 INFO O| Dec 18 23:18:05.790 INFO STEP 77 (remove_files) COMPLETE |
8411 | 2024-12-18T23:18:07.129Z | [ recovery-image] Dec 18 23:18:05.790 INFO O| Dec 18 23:18:05.790 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8412 | 2024-12-18T23:18:07.166Z | [ recovery-image] Dec 18 23:18:05.827 INFO O| Dec 18 23:18:05.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8413 | 2024-12-18T23:18:07.169Z | [ recovery-image] Dec 18 23:18:05.827 INFO O| Dec 18 23:18:05.827 INFO STEP 78 (remove_files) COMPLETE |
8414 | 2024-12-18T23:18:07.169Z | [ recovery-image] Dec 18 23:18:05.827 INFO O| Dec 18 23:18:05.827 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8415 | 2024-12-18T23:18:07.188Z | [ recovery-image] Dec 18 23:18:05.848 INFO O| Dec 18 23:18:05.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8416 | 2024-12-18T23:18:07.190Z | [ recovery-image] Dec 18 23:18:05.849 INFO O| Dec 18 23:18:05.849 INFO STEP 79 (remove_files) COMPLETE |
8417 | 2024-12-18T23:18:07.190Z | [ recovery-image] Dec 18 23:18:05.849 INFO O| Dec 18 23:18:05.849 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8418 | 2024-12-18T23:18:07.209Z | [ recovery-image] Dec 18 23:18:05.870 INFO O| Dec 18 23:18:05.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8419 | 2024-12-18T23:18:07.212Z | [ recovery-image] Dec 18 23:18:05.870 INFO O| Dec 18 23:18:05.870 INFO STEP 80 (remove_files) COMPLETE |
8420 | 2024-12-18T23:18:07.213Z | [ recovery-image] Dec 18 23:18:05.871 INFO O| Dec 18 23:18:05.870 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8421 | 2024-12-18T23:18:07.490Z | [ recovery-image] Dec 18 23:18:05.920 INFO O| Dec 18 23:18:05.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8422 | 2024-12-18T23:18:07.496Z | [ recovery-image] Dec 18 23:18:05.921 INFO O| Dec 18 23:18:05.921 INFO STEP 81 (remove_files) COMPLETE |
8423 | 2024-12-18T23:18:07.496Z | [ recovery-image] Dec 18 23:18:05.921 INFO O| Dec 18 23:18:05.921 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8424 | 2024-12-18T23:18:07.505Z | [ recovery-image] Dec 18 23:18:05.942 INFO O| Dec 18 23:18:05.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8425 | 2024-12-18T23:18:07.505Z | [ recovery-image] Dec 18 23:18:05.943 INFO O| Dec 18 23:18:05.943 INFO STEP 82 (remove_files) COMPLETE |
8426 | 2024-12-18T23:18:07.505Z | [ recovery-image] Dec 18 23:18:05.943 INFO O| Dec 18 23:18:05.943 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8427 | 2024-12-18T23:18:07.506Z | [ recovery-image] Dec 18 23:18:05.996 INFO O| Dec 18 23:18:05.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8428 | 2024-12-18T23:18:07.506Z | [ recovery-image] Dec 18 23:18:05.996 INFO O| Dec 18 23:18:05.996 INFO STEP 83 (remove_files) COMPLETE |
8429 | 2024-12-18T23:18:07.506Z | [ recovery-image] Dec 18 23:18:05.996 INFO O| Dec 18 23:18:05.996 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8430 | 2024-12-18T23:18:07.506Z | [ recovery-image] Dec 18 23:18:06.039 INFO O| Dec 18 23:18:06.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8431 | 2024-12-18T23:18:07.506Z | [ recovery-image] Dec 18 23:18:06.039 INFO O| Dec 18 23:18:06.039 INFO STEP 84 (remove_files) COMPLETE |
8432 | 2024-12-18T23:18:07.506Z | [ recovery-image] Dec 18 23:18:06.039 INFO O| Dec 18 23:18:06.039 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8433 | 2024-12-18T23:18:07.506Z | [ recovery-image] Dec 18 23:18:06.057 INFO O| Dec 18 23:18:06.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8434 | 2024-12-18T23:18:07.506Z | [ recovery-image] Dec 18 23:18:06.057 INFO O| Dec 18 23:18:06.057 INFO STEP 85 (remove_files) COMPLETE |
8435 | 2024-12-18T23:18:07.506Z | [ recovery-image] Dec 18 23:18:06.057 INFO O| Dec 18 23:18:06.057 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8436 | 2024-12-18T23:18:07.506Z | [ recovery-image] Dec 18 23:18:06.076 INFO O| Dec 18 23:18:06.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8437 | 2024-12-18T23:18:07.506Z | [ recovery-image] Dec 18 23:18:06.076 INFO O| Dec 18 23:18:06.076 INFO STEP 86 (remove_files) COMPLETE |
8438 | 2024-12-18T23:18:07.506Z | [ recovery-image] Dec 18 23:18:06.076 INFO O| Dec 18 23:18:06.076 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8439 | 2024-12-18T23:18:07.506Z | [ recovery-image] Dec 18 23:18:06.096 INFO O| Dec 18 23:18:06.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8440 | 2024-12-18T23:18:07.506Z | [ recovery-image] Dec 18 23:18:06.096 INFO O| Dec 18 23:18:06.096 INFO STEP 87 (remove_files) COMPLETE |
8441 | 2024-12-18T23:18:07.506Z | [ recovery-image] Dec 18 23:18:06.096 INFO O| Dec 18 23:18:06.096 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8442 | 2024-12-18T23:18:07.506Z | [ recovery-image] Dec 18 23:18:06.128 INFO O| Dec 18 23:18:06.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8443 | 2024-12-18T23:18:07.506Z | [ recovery-image] Dec 18 23:18:06.128 INFO O| Dec 18 23:18:06.128 INFO STEP 88 (remove_files) COMPLETE |
8444 | 2024-12-18T23:18:07.506Z | [ recovery-image] Dec 18 23:18:06.128 INFO O| Dec 18 23:18:06.128 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8445 | 2024-12-18T23:18:07.506Z | [ recovery-image] Dec 18 23:18:06.147 INFO O| Dec 18 23:18:06.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8446 | 2024-12-18T23:18:07.506Z | [ recovery-image] Dec 18 23:18:06.148 INFO O| Dec 18 23:18:06.147 INFO STEP 89 (remove_files) COMPLETE |
8447 | 2024-12-18T23:18:07.506Z | [ recovery-image] Dec 18 23:18:06.148 INFO O| Dec 18 23:18:06.148 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8448 | 2024-12-18T23:18:07.525Z | [ recovery-image] Dec 18 23:18:06.186 INFO O| Dec 18 23:18:06.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8449 | 2024-12-18T23:18:07.525Z | [ recovery-image] Dec 18 23:18:06.186 INFO O| Dec 18 23:18:06.186 INFO STEP 90 (remove_files) COMPLETE |
8450 | 2024-12-18T23:18:07.529Z | [ recovery-image] Dec 18 23:18:06.186 INFO O| Dec 18 23:18:06.186 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8451 | 2024-12-18T23:18:07.554Z | [ recovery-image] Dec 18 23:18:06.215 INFO O| Dec 18 23:18:06.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8452 | 2024-12-18T23:18:07.558Z | [ recovery-image] Dec 18 23:18:06.215 INFO O| Dec 18 23:18:06.215 INFO STEP 91 (remove_files) COMPLETE |
8453 | 2024-12-18T23:18:07.558Z | [ recovery-image] Dec 18 23:18:06.215 INFO O| Dec 18 23:18:06.215 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8454 | 2024-12-18T23:18:07.637Z | [ recovery-image] Dec 18 23:18:06.298 INFO O| Dec 18 23:18:06.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8455 | 2024-12-18T23:18:07.637Z | [ recovery-image] Dec 18 23:18:06.298 INFO O| Dec 18 23:18:06.298 INFO STEP 92 (remove_files) COMPLETE |
8456 | 2024-12-18T23:18:07.640Z | [ recovery-image] Dec 18 23:18:06.298 INFO O| Dec 18 23:18:06.298 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8457 | 2024-12-18T23:18:07.659Z | [ recovery-image] Dec 18 23:18:06.319 INFO O| Dec 18 23:18:06.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8458 | 2024-12-18T23:18:07.662Z | [ recovery-image] Dec 18 23:18:06.319 INFO O| Dec 18 23:18:06.319 INFO STEP 93 (remove_files) COMPLETE |
8459 | 2024-12-18T23:18:07.662Z | [ recovery-image] Dec 18 23:18:06.319 INFO O| Dec 18 23:18:06.319 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8460 | 2024-12-18T23:18:07.682Z | [ recovery-image] Dec 18 23:18:06.342 INFO O| Dec 18 23:18:06.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8461 | 2024-12-18T23:18:07.685Z | [ recovery-image] Dec 18 23:18:06.343 INFO O| Dec 18 23:18:06.343 INFO STEP 94 (remove_files) COMPLETE |
8462 | 2024-12-18T23:18:07.685Z | [ recovery-image] Dec 18 23:18:06.343 INFO O| Dec 18 23:18:06.343 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8463 | 2024-12-18T23:18:07.720Z | [ recovery-image] Dec 18 23:18:06.380 INFO O| Dec 18 23:18:06.380 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8464 | 2024-12-18T23:18:07.722Z | [ recovery-image] Dec 18 23:18:06.381 INFO O| Dec 18 23:18:06.380 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8465 | 2024-12-18T23:18:19.884Z | [ recovery-image] Dec 18 23:18:18.544 INFO O| Dec 18 23:18:18.544 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 |
8466 | 2024-12-18T23:18:19.884Z | [ recovery-image] Dec 18 23:18:18.544 INFO O| Dec 18 23:18:18.544 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8467 | 2024-12-18T23:18:19.924Z | [ recovery-image] Dec 18 23:18:18.584 INFO O| Dec 18 23:18:18.584 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_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"} |
8468 | 2024-12-18T23:18:20.062Z | [ recovery-image] Dec 18 23:18:18.721 INFO O| Dec 18 23:18:18.721 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8469 | 2024-12-18T23:18:20.065Z | [ recovery-image] Dec 18 23:18:18.722 INFO O| Dec 18 23:18:18.721 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 ... |
8470 | 2024-12-18T23:18:20.065Z | [ recovery-image] Dec 18 23:18:18.724 INFO O| Dec 18 23:18:18.724 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8471 | 2024-12-18T23:18:20.065Z | [ recovery-image] Dec 18 23:18:18.724 INFO O| Dec 18 23:18:18.724 INFO ok! |
8472 | 2024-12-18T23:18:20.065Z | [ recovery-image] Dec 18 23:18:18.724 INFO O| Dec 18 23:18:18.724 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8473 | 2024-12-18T23:18:20.065Z | [ recovery-image] Dec 18 23:18:18.724 INFO O| Dec 18 23:18:18.724 INFO STEP 95 (seed_smf) COMPLETE |
8474 | 2024-12-18T23:18:20.065Z | [ recovery-image] Dec 18 23:18:18.724 INFO O| Dec 18 23:18:18.724 INFO steps complete; finalising image! |
8475 | 2024-12-18T23:18:20.065Z | [ recovery-image] Dec 18 23:18:18.724 INFO O| Dec 18 23:18:18.724 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8476 | 2024-12-18T23:18:20.133Z | [ recovery-image] Dec 18 23:18:18.793 INFO O| Dec 18 23:18:18.793 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Wed Dec 18 23:18:18 2024) |
8477 | 2024-12-18T23:18:20.345Z | [ recovery-image] Dec 18 23:18:19.005 INFO O| Dec 18 23:18:19.005 INFO trim TEMPORARY-gimlet-zfs-recovery: (68% trimmed, started at Wed Dec 18 23:18:18 2024) |
8478 | 2024-12-18T23:18:20.556Z | [ recovery-image] Dec 18 23:18:19.216 INFO O| Dec 18 23:18:19.216 INFO trim TEMPORARY-gimlet-zfs-recovery: (68% trimmed, started at Wed Dec 18 23:18:18 2024) |
8479 | 2024-12-18T23:18:20.769Z | [ recovery-image] Dec 18 23:18:19.429 INFO O| Dec 18 23:18:19.428 INFO trim TEMPORARY-gimlet-zfs-recovery: (98% trimmed, started at Wed Dec 18 23:18:18 2024) |
8480 | 2024-12-18T23:18:21.065Z | [ recovery-image] Dec 18 23:18:19.724 INFO O| Dec 18 23:18:19.724 INFO temporary pool has 364M used, 1.39G avail, 1.00x compressratio |
8481 | 2024-12-18T23:18:21.065Z | [ recovery-image] Dec 18 23:18:19.724 INFO O| Dec 18 23:18:19.724 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8482 | 2024-12-18T23:18:21.848Z | [ recovery-image] Dec 18 23:18:20.508 INFO O| Dec 18 23:18:20.508 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 |
8483 | 2024-12-18T23:18:21.848Z | [ recovery-image] Dec 18 23:18:20.508 INFO O| Dec 18 23:18:20.508 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8484 | 2024-12-18T23:18:27.633Z | [ recovery-image] Dec 18 23:18:26.293 INFO O| Dec 18 23:18:26.292 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8485 | 2024-12-18T23:18:27.633Z | [ recovery-image] Dec 18 23:18:26.293 INFO O| Dec 18 23:18:26.293 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8486 | 2024-12-18T23:18:27.635Z | [ recovery-image] Dec 18 23:18:26.293 INFO O| Dec 18 23:18:26.293 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8487 | 2024-12-18T23:18:27.636Z | [ recovery-image] Dec 18 23:18:26.293 INFO O| Dec 18 23:18:26.293 INFO completed processing gimlet/zfs-recovery |
8488 | 2024-12-18T23:18:27.636Z | [ recovery-image] Dec 18 23:18:26.293 INFO O| Dec 18 23:18:26.293 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8489 | 2024-12-18T23:18:28.009Z | [ recovery-image] Dec 18 23:18:26.669 INFO O| Dec 18 23:18:26.669 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8490 | 2024-12-18T23:18:28.125Z | [ recovery-image] Dec 18 23:18:26.784 INFO BUILD STRING "heads/stlouis-0-g7274828da5\n" |
8491 | 2024-12-18T23:18:28.127Z | [ recovery-image] Dec 18 23:18:26.785 INFO expanded image name: "recovery d80c4c9/${os_short_commit} 2024-12-18 22:48" -> "recovery d80c4c9/7274828 2024-12-18 22:48" |
8492 | 2024-12-18T23:18:28.127Z | [ recovery-image] Dec 18 23:18:26.785 INFO output artefacts stored in: "/work/os-recovery" |
8493 | 2024-12-18T23:18:28.127Z | [ recovery-image] Dec 18 23:18:26.786 INFO collecting git info from project "amd-host-image-builder"... |
8494 | 2024-12-18T23:18:28.675Z | [ recovery-image] Dec 18 23:18:27.334 INFO collecting git info from project "image-builder"... |
8495 | 2024-12-18T23:18:28.687Z | [ recovery-image] Dec 18 23:18:27.347 INFO collecting git info from project "phbl"... |
8496 | 2024-12-18T23:18:28.698Z | [ recovery-image] Dec 18 23:18:27.358 INFO collecting git info from project "pilot"... |
8497 | 2024-12-18T23:18:28.721Z | [ recovery-image] Dec 18 23:18:27.381 INFO collecting git info from project "pinprick"... |
8498 | 2024-12-18T23:18:28.732Z | [ recovery-image] Dec 18 23:18:27.391 INFO collecting git info from project "chelsio-t6-roms"... |
8499 | 2024-12-18T23:18:28.768Z | [ recovery-image] Dec 18 23:18:27.428 INFO collecting git info from project "bootserver"... |
8500 | 2024-12-18T23:18:28.788Z | [ recovery-image] Dec 18 23:18:27.447 INFO collecting git info from project "amd-firmware"... |
8501 | 2024-12-18T23:18:29.329Z | [ recovery-image] Dec 18 23:18:27.989 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8502 | 2024-12-18T23:18:30.089Z | [ recovery-image] Dec 18 23:18:28.748 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8503 | 2024-12-18T23:18:30.688Z | [ recovery-image] Dec 18 23:18:29.348 INFO creating Oxide boot image... |
8504 | 2024-12-18T23:18:30.688Z | [ recovery-image] Dec 18 23:18:29.348 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery d80c4c9/7274828 2024-12-18 22:48", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8505 | 2024-12-18T23:19:05.394Z | [ host-image] Dec 18 23:19:04.052 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23079:20241218T174430Z |
8506 | 2024-12-18T23:19:05.394Z | [ host-image] Dec 18 23:19:04.052 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23079:20241218T174430Z |
8507 | 2024-12-18T23:19:05.397Z | [ host-image] Dec 18 23:19:04.052 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8508 | 2024-12-18T23:19:05.397Z | [ host-image] Dec 18 23:19:04.052 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8509 | 2024-12-18T23:19:05.397Z | [ host-image] Dec 18 23:19:04.053 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8510 | 2024-12-18T23:19:05.397Z | [ host-image] Dec 18 23:19:04.053 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8511 | 2024-12-18T23:19:05.397Z | [ host-image] Dec 18 23:19:04.054 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8512 | 2024-12-18T23:19:05.397Z | [ host-image] Dec 18 23:19:04.054 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8513 | 2024-12-18T23:19:05.397Z | [ host-image] Dec 18 23:19:04.054 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8514 | 2024-12-18T23:19:05.397Z | [ host-image] Dec 18 23:19:04.054 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8515 | 2024-12-18T23:19:05.397Z | [ host-image] Dec 18 23:19:04.055 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23079:20241218T174430Z |
8516 | 2024-12-18T23:19:05.401Z | [ host-image] Dec 18 23:19:04.057 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23079:20241218T174431Z |
8517 | 2024-12-18T23:19:05.401Z | [ host-image] Dec 18 23:19:04.058 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23079:20241218T174431Z |
8518 | 2024-12-18T23:19:05.404Z | [ host-image] Dec 18 23:19:04.059 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23079:20241218T174431Z |
8519 | 2024-12-18T23:19:05.404Z | [ host-image] Dec 18 23:19:04.059 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8520 | 2024-12-18T23:19:05.404Z | [ host-image] Dec 18 23:19:04.060 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23079:20241218T174431Z |
8521 | 2024-12-18T23:19:05.404Z | [ host-image] Dec 18 23:19:04.062 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23079:20241218T174432Z |
8522 | 2024-12-18T23:19:05.404Z | [ host-image] Dec 18 23:19:04.062 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23079:20241218T174432Z |
8523 | 2024-12-18T23:19:05.404Z | [ host-image] Dec 18 23:19:04.062 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23079:20241218T174432Z |
8524 | 2024-12-18T23:19:05.407Z | [ host-image] Dec 18 23:19:04.062 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23079:20241218T174433Z |
8525 | 2024-12-18T23:19:05.408Z | [ host-image] Dec 18 23:19:04.062 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23079:20241218T174433Z |
8526 | 2024-12-18T23:19:05.408Z | [ host-image] Dec 18 23:19:04.062 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23079:20241218T174433Z |
8527 | 2024-12-18T23:19:05.408Z | [ host-image] Dec 18 23:19:04.063 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23079:20241218T174433Z |
8528 | 2024-12-18T23:19:05.408Z | [ host-image] Dec 18 23:19:04.063 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23079:20241218T174434Z |
8529 | 2024-12-18T23:19:05.408Z | [ host-image] Dec 18 23:19:04.063 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23079:20241218T174434Z |
8530 | 2024-12-18T23:19:05.408Z | [ host-image] Dec 18 23:19:04.064 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23079:20241218T174435Z |
8531 | 2024-12-18T23:19:05.408Z | [ host-image] Dec 18 23:19:04.064 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23079:20241218T174435Z |
8532 | 2024-12-18T23:19:05.408Z | [ host-image] Dec 18 23:19:04.064 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23079:20241218T174437Z |
8533 | 2024-12-18T23:19:05.408Z | [ host-image] Dec 18 23:19:04.064 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23079:20241218T174437Z |
8534 | 2024-12-18T23:19:05.408Z | [ host-image] Dec 18 23:19:04.064 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8535 | 2024-12-18T23:19:05.408Z | [ host-image] Dec 18 23:19:04.064 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23079:20241218T174438Z |
8536 | 2024-12-18T23:19:05.408Z | [ host-image] Dec 18 23:19:04.064 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23079:20241218T174440Z |
8537 | 2024-12-18T23:19:05.408Z | [ host-image] Dec 18 23:19:04.064 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23079:20241218T174441Z |
8538 | 2024-12-18T23:19:05.408Z | [ host-image] Dec 18 23:19:04.065 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23079:20241218T174442Z |
8539 | 2024-12-18T23:19:05.411Z | [ host-image] Dec 18 23:19:04.066 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23079:20241218T174443Z |
8540 | 2024-12-18T23:19:05.411Z | [ host-image] Dec 18 23:19:04.067 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23079:20241218T174443Z |
8541 | 2024-12-18T23:19:05.423Z | [ host-image] Dec 18 23:19:04.081 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8542 | 2024-12-18T23:19:05.426Z | [ host-image] Dec 18 23:19:04.081 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23079:20241218T174443Z |
8543 | 2024-12-18T23:19:05.426Z | [ host-image] Dec 18 23:19:04.081 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8544 | 2024-12-18T23:19:05.426Z | [ host-image] Dec 18 23:19:04.082 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8545 | 2024-12-18T23:19:05.426Z | [ host-image] Dec 18 23:19:04.082 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8546 | 2024-12-18T23:19:05.426Z | [ host-image] Dec 18 23:19:04.083 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23079:20241218T174444Z |
8547 | 2024-12-18T23:19:05.426Z | [ host-image] Dec 18 23:19:04.083 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8548 | 2024-12-18T23:19:05.426Z | [ host-image] Dec 18 23:19:04.084 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8549 | 2024-12-18T23:19:05.429Z | [ host-image] Dec 18 23:19:04.085 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8550 | 2024-12-18T23:19:05.429Z | [ host-image] Dec 18 23:19:04.086 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8551 | 2024-12-18T23:19:05.461Z | [ host-image] Dec 18 23:19:04.119 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8552 | 2024-12-18T23:19:05.464Z | [ host-image] Dec 18 23:19:04.119 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8553 | 2024-12-18T23:19:05.464Z | [ host-image] Dec 18 23:19:04.119 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8554 | 2024-12-18T23:19:05.464Z | [ host-image] Dec 18 23:19:04.120 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8555 | 2024-12-18T23:19:05.464Z | [ host-image] Dec 18 23:19:04.121 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8556 | 2024-12-18T23:19:05.464Z | [ host-image] Dec 18 23:19:04.122 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8557 | 2024-12-18T23:19:05.537Z | [ host-image] Dec 18 23:19:04.195 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8558 | 2024-12-18T23:19:05.540Z | [ host-image] Dec 18 23:19:04.196 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8559 | 2024-12-18T23:19:05.540Z | [ host-image] Dec 18 23:19:04.196 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8560 | 2024-12-18T23:19:05.540Z | [ host-image] Dec 18 23:19:04.197 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23079:20241218T174445Z |
8561 | 2024-12-18T23:19:05.540Z | [ host-image] Dec 18 23:19:04.198 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23079:20241218T174451Z |
8562 | 2024-12-18T23:19:05.540Z | [ host-image] Dec 18 23:19:04.198 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8563 | 2024-12-18T23:19:05.540Z | [ host-image] Dec 18 23:19:04.198 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23079:20241218T174451Z |
8564 | 2024-12-18T23:19:05.543Z | [ host-image] Dec 18 23:19:04.199 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8565 | 2024-12-18T23:19:05.543Z | [ host-image] Dec 18 23:19:04.199 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8566 | 2024-12-18T23:19:05.543Z | [ host-image] Dec 18 23:19:04.199 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8567 | 2024-12-18T23:19:05.543Z | [ host-image] Dec 18 23:19:04.199 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23079:20241218T174451Z |
8568 | 2024-12-18T23:19:05.543Z | [ host-image] Dec 18 23:19:04.199 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8569 | 2024-12-18T23:19:05.549Z | [ host-image] Dec 18 23:19:04.207 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8570 | 2024-12-18T23:19:05.549Z | [ host-image] Dec 18 23:19:04.207 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8571 | 2024-12-18T23:19:05.551Z | [ host-image] Dec 18 23:19:04.207 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8572 | 2024-12-18T23:19:05.552Z | [ host-image] Dec 18 23:19:04.208 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23079:20241218T174452Z |
8573 | 2024-12-18T23:19:05.552Z | [ host-image] Dec 18 23:19:04.208 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8574 | 2024-12-18T23:19:05.573Z | [ host-image] Dec 18 23:19:04.231 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8575 | 2024-12-18T23:19:05.575Z | [ host-image] Dec 18 23:19:04.231 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23079:20241218T174452Z |
8576 | 2024-12-18T23:19:05.578Z | [ host-image] Dec 18 23:19:04.234 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23079:20241218T174453Z |
8577 | 2024-12-18T23:19:05.578Z | [ host-image] Dec 18 23:19:04.235 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23079:20241218T174453Z |
8578 | 2024-12-18T23:19:05.578Z | [ host-image] Dec 18 23:19:04.235 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8579 | 2024-12-18T23:19:05.578Z | [ host-image] Dec 18 23:19:04.236 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23079:20241218T174454Z |
8580 | 2024-12-18T23:19:05.581Z | [ host-image] Dec 18 23:19:04.237 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23079:20241218T174454Z |
8581 | 2024-12-18T23:19:05.581Z | [ host-image] Dec 18 23:19:04.237 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23079:20241218T174454Z |
8582 | 2024-12-18T23:19:05.581Z | [ host-image] Dec 18 23:19:04.238 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23079:20241218T174454Z |
8583 | 2024-12-18T23:19:05.585Z | [ host-image] Dec 18 23:19:04.243 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8584 | 2024-12-18T23:19:05.588Z | [ host-image] Dec 18 23:19:04.244 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23079:20241218T174455Z |
8585 | 2024-12-18T23:19:05.588Z | [ host-image] Dec 18 23:19:04.245 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23079:20241218T174456Z |
8586 | 2024-12-18T23:19:05.588Z | [ host-image] Dec 18 23:19:04.245 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8587 | 2024-12-18T23:19:05.590Z | [ host-image] Dec 18 23:19:04.246 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23079:20241218T174456Z |
8588 | 2024-12-18T23:19:05.590Z | [ host-image] Dec 18 23:19:04.246 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23079:20241218T174456Z |
8589 | 2024-12-18T23:19:05.590Z | [ host-image] Dec 18 23:19:04.247 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23079:20241218T174456Z |
8590 | 2024-12-18T23:19:05.590Z | [ host-image] Dec 18 23:19:04.247 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23079:20241218T174456Z |
8591 | 2024-12-18T23:19:05.603Z | [ host-image] Dec 18 23:19:04.260 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23079:20241218T174457Z |
8592 | 2024-12-18T23:19:05.605Z | [ host-image] Dec 18 23:19:04.260 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8593 | 2024-12-18T23:19:05.608Z | [ host-image] Dec 18 23:19:04.264 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23079:20241218T174457Z |
8594 | 2024-12-18T23:19:05.608Z | [ host-image] Dec 18 23:19:04.266 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23079:20241218T174457Z |
8595 | 2024-12-18T23:19:05.611Z | [ host-image] Dec 18 23:19:04.266 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23079:20241218T174457Z |
8596 | 2024-12-18T23:19:05.611Z | [ host-image] Dec 18 23:19:04.267 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23079:20241218T174457Z |
8597 | 2024-12-18T23:19:05.611Z | [ host-image] Dec 18 23:19:04.268 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23079:20241218T174457Z |
8598 | 2024-12-18T23:19:05.611Z | [ host-image] Dec 18 23:19:04.268 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23079:20241218T174458Z |
8599 | 2024-12-18T23:19:05.627Z | [ host-image] Dec 18 23:19:04.285 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23079:20241218T174459Z |
8600 | 2024-12-18T23:19:05.629Z | [ host-image] Dec 18 23:19:04.285 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23079:20241218T174458Z |
8601 | 2024-12-18T23:19:05.643Z | [ host-image] Dec 18 23:19:04.301 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23079:20241218T174458Z |
8602 | 2024-12-18T23:19:05.646Z | [ host-image] Dec 18 23:19:04.303 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23079:20241218T174458Z |
8603 | 2024-12-18T23:19:05.646Z | [ host-image] Dec 18 23:19:04.303 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23079:20241218T174459Z |
8604 | 2024-12-18T23:19:05.696Z | [ host-image] Dec 18 23:19:04.354 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23079:20241218T174502Z |
8605 | 2024-12-18T23:19:05.697Z | [ host-image] Dec 18 23:19:04.354 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23079:20241218T174459Z |
8606 | 2024-12-18T23:19:05.699Z | [ host-image] Dec 18 23:19:04.355 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23079:20241218T174459Z |
8607 | 2024-12-18T23:19:05.699Z | [ host-image] Dec 18 23:19:04.355 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8608 | 2024-12-18T23:19:05.699Z | [ host-image] Dec 18 23:19:04.356 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8609 | 2024-12-18T23:19:05.752Z | [ host-image] Dec 18 23:19:04.410 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23079:20241218T174459Z |
8610 | 2024-12-18T23:19:05.755Z | [ host-image] Dec 18 23:19:04.410 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8611 | 2024-12-18T23:19:05.755Z | [ host-image] Dec 18 23:19:04.411 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23079:20241218T174500Z |
8612 | 2024-12-18T23:19:05.755Z | [ host-image] Dec 18 23:19:04.411 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23079:20241218T174500Z |
8613 | 2024-12-18T23:19:05.758Z | [ host-image] Dec 18 23:19:04.413 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23079:20241218T174500Z |
8614 | 2024-12-18T23:19:05.758Z | [ host-image] Dec 18 23:19:04.413 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8615 | 2024-12-18T23:19:05.758Z | [ host-image] Dec 18 23:19:04.414 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8616 | 2024-12-18T23:19:05.758Z | [ host-image] Dec 18 23:19:04.415 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23079:20241218T174501Z |
8617 | 2024-12-18T23:19:05.758Z | [ host-image] Dec 18 23:19:04.415 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23079:20241218T174501Z |
8618 | 2024-12-18T23:19:05.758Z | [ host-image] Dec 18 23:19:04.415 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23079:20241218T174501Z |
8619 | 2024-12-18T23:19:05.762Z | [ host-image] Dec 18 23:19:04.416 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23079:20241218T174501Z |
8620 | 2024-12-18T23:19:05.762Z | [ host-image] Dec 18 23:19:04.416 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23079:20241218T174502Z |
8621 | 2024-12-18T23:19:05.762Z | [ host-image] Dec 18 23:19:04.416 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23079:20241218T174502Z |
8622 | 2024-12-18T23:19:05.765Z | [ host-image] Dec 18 23:19:04.421 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8623 | 2024-12-18T23:19:05.765Z | [ host-image] Dec 18 23:19:04.421 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23079:20241218T174502Z |
8624 | 2024-12-18T23:19:05.768Z | [ host-image] Dec 18 23:19:04.424 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23079:20241218T174502Z |
8625 | 2024-12-18T23:19:05.768Z | [ host-image] Dec 18 23:19:04.424 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23079:20241218T174502Z |
8626 | 2024-12-18T23:19:05.768Z | [ host-image] Dec 18 23:19:04.424 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23079:20241218T174503Z |
8627 | 2024-12-18T23:19:05.768Z | [ host-image] Dec 18 23:19:04.425 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23079:20241218T174503Z |
8628 | 2024-12-18T23:19:05.768Z | [ host-image] Dec 18 23:19:04.425 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23079:20241218T174503Z |
8629 | 2024-12-18T23:19:05.768Z | [ host-image] Dec 18 23:19:04.425 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8630 | 2024-12-18T23:19:05.768Z | [ host-image] Dec 18 23:19:04.425 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8631 | 2024-12-18T23:19:05.768Z | [ host-image] Dec 18 23:19:04.426 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23079:20241218T174505Z |
8632 | 2024-12-18T23:19:05.771Z | [ host-image] Dec 18 23:19:04.426 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23079:20241218T174506Z |
8633 | 2024-12-18T23:19:05.771Z | [ host-image] Dec 18 23:19:04.427 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8634 | 2024-12-18T23:19:05.771Z | [ host-image] Dec 18 23:19:04.427 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8635 | 2024-12-18T23:19:05.771Z | [ host-image] Dec 18 23:19:04.427 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8636 | 2024-12-18T23:19:05.771Z | [ host-image] Dec 18 23:19:04.427 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8637 | 2024-12-18T23:19:05.771Z | [ host-image] Dec 18 23:19:04.427 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8638 | 2024-12-18T23:19:05.771Z | [ host-image] Dec 18 23:19:04.428 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8639 | 2024-12-18T23:19:05.773Z | [ host-image] Dec 18 23:19:04.430 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8640 | 2024-12-18T23:19:05.773Z | [ host-image] Dec 18 23:19:04.430 INFO O| tempdir @ "/tmp/.tmpOCYpXx/tmp" |
8641 | 2024-12-18T23:19:05.774Z | [ host-image] Dec 18 23:19:04.430 INFO O| image root @ "/tmp/.tmpOCYpXx/tmp/root" |
8642 | 2024-12-18T23:19:05.774Z | [ host-image] Dec 18 23:19:04.431 INFO O| creating image... |
8643 | 2024-12-18T23:19:06.964Z | [ host-image] Dec 18 23:19:05.621 INFO O| copying publishers... |
8644 | 2024-12-18T23:19:29.411Z | [ host-image] Dec 18 23:19:28.067 INFO O| adding properties... |
8645 | 2024-12-18T23:19:31.770Z | [ host-image] Dec 18 23:19:30.426 INFO O| installing packages... |
8646 | 2024-12-18T23:19:39.725Z | [ recovery-image] Dec 18 23:19:38.381 INFO O| ok, image written! |
8647 | 2024-12-18T23:19:39.729Z | [ recovery-image] Dec 18 23:19:38.381 INFO O| ok, boot_image_csum file written! |
8648 | 2024-12-18T23:19:39.733Z | [ recovery-image] Dec 18 23:19:38.390 INFO creating boot archive (CPIO)... |
8649 | 2024-12-18T23:19:39.733Z | [ recovery-image] Dec 18 23:19:38.390 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 |
8650 | 2024-12-18T23:19:39.770Z | [ recovery-image] Dec 18 23:19:38.426 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8651 | 2024-12-18T23:19:39.770Z | [ recovery-image] Dec 18 23:19:38.426 INFO E| + outfile=/work/os-recovery/cpio |
8652 | 2024-12-18T23:19:39.774Z | [ recovery-image] Dec 18 23:19:38.426 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8653 | 2024-12-18T23:19:39.774Z | [ recovery-image] Dec 18 23:19:38.430 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8654 | 2024-12-18T23:19:39.777Z | [ recovery-image] Dec 18 23:19:38.430 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8655 | 2024-12-18T23:19:39.823Z | [ recovery-image] Dec 18 23:19:38.479 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8656 | 2024-12-18T23:19:39.823Z | [ recovery-image] Dec 18 23:19:38.479 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8657 | 2024-12-18T23:19:39.834Z | [ recovery-image] Dec 18 23:19:38.491 INFO creating compressed cpio/unix for nanobl-rs... |
8658 | 2024-12-18T23:19:39.834Z | [ recovery-image] Dec 18 23:19:38.491 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 |
8659 | 2024-12-18T23:19:40.309Z | [ recovery-image] Dec 18 23:19:38.965 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8660 | 2024-12-18T23:19:46.986Z | [ recovery-image] Dec 18 23:19:45.642 INFO creating reset image... |
8661 | 2024-12-18T23:19:46.989Z | [ recovery-image] Dec 18 23:19:45.642 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8662 | 2024-12-18T23:19:47.722Z | [ recovery-image] Dec 18 23:19:46.377 INFO E| Updating crates.io index |
8663 | 2024-12-18T23:19:48.103Z | [ recovery-image] Dec 18 23:19:46.759 INFO E| Downloading crates ... |
8664 | 2024-12-18T23:19:48.211Z | [ recovery-image] Dec 18 23:19:46.866 INFO E| Downloaded shared_child v1.0.1 |
8665 | 2024-12-18T23:19:48.214Z | [ recovery-image] Dec 18 23:19:46.869 INFO E| Downloaded clap_derive v4.5.13 |
8666 | 2024-12-18T23:19:48.217Z | [ recovery-image] Dec 18 23:19:46.873 INFO E| Downloaded duct v0.13.7 |
8667 | 2024-12-18T23:19:48.220Z | [ recovery-image] Dec 18 23:19:46.876 INFO E| Downloaded clap v4.5.17 |
8668 | 2024-12-18T23:19:48.232Z | [ recovery-image] Dec 18 23:19:46.888 INFO E| Downloaded clap_builder v4.5.17 |
8669 | 2024-12-18T23:19:48.266Z | [ recovery-image] Dec 18 23:19:46.922 INFO E| Downloaded os_pipe v1.2.1 |
8670 | 2024-12-18T23:19:48.297Z | [ recovery-image] Dec 18 23:19:46.953 INFO E| Downloaded syn v2.0.77 |
8671 | 2024-12-18T23:19:48.375Z | [ recovery-image] Dec 18 23:19:47.031 INFO E| Downloaded libc v0.2.158 |
8672 | 2024-12-18T23:19:48.528Z | [ recovery-image] Dec 18 23:19:47.184 INFO E| Compiling proc-macro2 v1.0.86 |
8673 | 2024-12-18T23:19:48.529Z | [ recovery-image] Dec 18 23:19:47.184 INFO E| Compiling unicode-ident v1.0.13 |
8674 | 2024-12-18T23:19:48.531Z | [ recovery-image] Dec 18 23:19:47.185 INFO E| Compiling libc v0.2.158 |
8675 | 2024-12-18T23:19:48.531Z | [ recovery-image] Dec 18 23:19:47.185 INFO E| Compiling utf8parse v0.2.2 |
8676 | 2024-12-18T23:19:48.531Z | [ recovery-image] Dec 18 23:19:47.185 INFO E| Compiling anstyle-query v1.1.1 |
8677 | 2024-12-18T23:19:48.531Z | [ recovery-image] Dec 18 23:19:47.185 INFO E| Compiling colorchoice v1.0.2 |
8678 | 2024-12-18T23:19:48.531Z | [ recovery-image] Dec 18 23:19:47.185 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8679 | 2024-12-18T23:19:48.531Z | [ recovery-image] Dec 18 23:19:47.185 INFO E| Compiling anstyle v1.0.8 |
8680 | 2024-12-18T23:19:49.114Z | [ recovery-image] Dec 18 23:19:47.769 INFO E| Compiling strsim v0.11.1 |
8681 | 2024-12-18T23:19:49.499Z | [ recovery-image] Dec 18 23:19:48.155 INFO E| Compiling anstyle-parse v0.2.5 |
8682 | 2024-12-18T23:19:49.504Z | [ recovery-image] Dec 18 23:19:48.160 INFO E| Compiling heck v0.5.0 |
8683 | 2024-12-18T23:19:49.526Z | [ recovery-image] Dec 18 23:19:48.181 INFO E| Compiling clap_lex v0.7.2 |
8684 | 2024-12-18T23:19:49.753Z | [ recovery-image] Dec 18 23:19:48.409 INFO E| Compiling once_cell v1.19.0 |
8685 | 2024-12-18T23:19:50.034Z | [ recovery-image] Dec 18 23:19:48.690 INFO E| Compiling anstream v0.6.15 |
8686 | 2024-12-18T23:19:50.632Z | [ recovery-image] Dec 18 23:19:49.286 INFO E| Compiling clap_builder v4.5.17 |
8687 | 2024-12-18T23:19:51.044Z | [ recovery-image] Dec 18 23:19:49.699 INFO E| Compiling os_pipe v1.2.1 |
8688 | 2024-12-18T23:19:51.044Z | [ recovery-image] Dec 18 23:19:49.700 INFO E| Compiling shared_child v1.0.1 |
8689 | 2024-12-18T23:19:51.321Z | [ recovery-image] Dec 18 23:19:49.977 INFO E| Compiling duct v0.13.7 |
8690 | 2024-12-18T23:19:52.015Z | [ recovery-image] Dec 18 23:19:50.670 INFO E| Compiling quote v1.0.37 |
8691 | 2024-12-18T23:19:52.807Z | [ recovery-image] Dec 18 23:19:51.463 INFO E| Compiling syn v2.0.77 |
8692 | 2024-12-18T23:20:02.198Z | [ recovery-image] Dec 18 23:20:00.852 INFO E| Compiling clap_derive v4.5.13 |
8693 | 2024-12-18T23:20:04.622Z | [ host-image] Dec 18 23:20:03.277 INFO O| seeding SMF database... |
8694 | 2024-12-18T23:20:07.020Z | [ recovery-image] Dec 18 23:20:05.675 INFO E| Compiling clap v4.5.17 |
8695 | 2024-12-18T23:20:07.122Z | [ recovery-image] Dec 18 23:20:05.777 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8696 | 2024-12-18T23:20:09.386Z | [ recovery-image] Dec 18 23:20:08.041 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.19s |
8697 | 2024-12-18T23:20:09.401Z | [ recovery-image] Dec 18 23:20:08.056 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8698 | 2024-12-18T23:20:09.678Z | [ recovery-image] Dec 18 23:20:08.333 INFO E| Updating crates.io index |
8699 | 2024-12-18T23:20:09.972Z | [ recovery-image] Dec 18 23:20:08.626 INFO E| Downloading crates ... |
8700 | 2024-12-18T23:20:10.053Z | [ recovery-image] Dec 18 23:20:08.708 INFO E| Downloaded bit_field v0.10.2 |
8701 | 2024-12-18T23:20:10.056Z | [ recovery-image] Dec 18 23:20:08.710 INFO E| Downloaded bitstruct_derive v0.1.0 |
8702 | 2024-12-18T23:20:10.057Z | [ recovery-image] Dec 18 23:20:08.711 INFO E| Downloaded bitstruct v0.1.1 |
8703 | 2024-12-18T23:20:10.062Z | [ recovery-image] Dec 18 23:20:08.716 INFO E| Downloaded seq-macro v0.3.5 |
8704 | 2024-12-18T23:20:10.065Z | [ recovery-image] Dec 18 23:20:08.720 INFO E| Downloaded raw-cpuid v10.7.0 |
8705 | 2024-12-18T23:20:10.080Z | [ recovery-image] Dec 18 23:20:08.733 INFO E| Downloaded cpio_reader v0.1.1 |
8706 | 2024-12-18T23:20:10.083Z | [ recovery-image] Dec 18 23:20:08.735 INFO E| Downloaded syn v2.0.85 |
8707 | 2024-12-18T23:20:10.335Z | [ recovery-image] Dec 18 23:20:08.990 INFO E| Downloaded x86 v0.52.0 |
8708 | 2024-12-18T23:20:10.459Z | [ recovery-image] Dec 18 23:20:09.114 INFO E| Updating crates.io index |
8709 | 2024-12-18T23:20:10.762Z | [ recovery-image] Dec 18 23:20:09.416 INFO E| Downloading crates ... |
8710 | 2024-12-18T23:20:10.953Z | [ recovery-image] Dec 18 23:20:09.608 INFO E| Downloaded hashbrown v0.15.0 |
8711 | 2024-12-18T23:20:11.093Z | [ recovery-image] Dec 18 23:20:09.747 INFO E| Downloaded compiler_builtins v0.1.134 |
8712 | 2024-12-18T23:20:11.371Z | [ recovery-image] Dec 18 23:20:10.025 INFO E| Compiling compiler_builtins v0.1.134 |
8713 | 2024-12-18T23:20:11.555Z | [ recovery-image] Dec 18 23:20:10.210 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) |
8714 | 2024-12-18T23:20:11.558Z | [ recovery-image] Dec 18 23:20:10.210 INFO E| Compiling proc-macro2 v1.0.89 |
8715 | 2024-12-18T23:20:11.558Z | [ recovery-image] Dec 18 23:20:10.210 INFO E| Compiling unicode-ident v1.0.13 |
8716 | 2024-12-18T23:20:11.558Z | [ recovery-image] Dec 18 23:20:10.210 INFO E| Compiling syn v1.0.109 |
8717 | 2024-12-18T23:20:11.558Z | [ recovery-image] Dec 18 23:20:10.210 INFO E| Compiling x86 v0.52.0 |
8718 | 2024-12-18T23:20:11.558Z | [ recovery-image] Dec 18 23:20:10.211 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8719 | 2024-12-18T23:20:11.558Z | [ recovery-image] Dec 18 23:20:10.211 INFO E| Compiling seq-macro v0.3.5 |
8720 | 2024-12-18T23:20:14.650Z | [ recovery-image] Dec 18 23:20:13.305 INFO E| Compiling quote v1.0.37 |
8721 | 2024-12-18T23:20:15.219Z | [ recovery-image] Dec 18 23:20:13.873 INFO E| Compiling syn v2.0.85 |
8722 | 2024-12-18T23:20:19.716Z | [ host-image] Dec 18 23:20:18.370 INFO O| configuring SMF profile... |
8723 | 2024-12-18T23:20:19.719Z | [ host-image] Dec 18 23:20:18.370 INFO O| modifying shadow(5)... |
8724 | 2024-12-18T23:20:19.719Z | [ host-image] Dec 18 23:20:18.370 INFO O| loading user and group database... |
8725 | 2024-12-18T23:20:19.719Z | [ host-image] Dec 18 23:20:18.370 INFO O| assessing packaged files... |
8726 | 2024-12-18T23:20:22.217Z | [ recovery-image] Dec 18 23:20:20.871 INFO E| Compiling scroll_derive v0.12.0 |
8727 | 2024-12-18T23:20:26.333Z | [ recovery-image] Dec 18 23:20:24.986 INFO E| Compiling bitstruct_derive v0.1.0 |
8728 | 2024-12-18T23:20:26.799Z | [ host-image] Dec 18 23:20:25.452 INFO O| creating archive... |
8729 | 2024-12-18T23:20:26.873Z | [ host-image] Dec 18 23:20:25.527 INFO O| missing from packaging: |
8730 | 2024-12-18T23:20:26.873Z | [ host-image] Dec 18 23:20:25.527 INFO O| "etc/.pwd.lock" |
8731 | 2024-12-18T23:20:26.876Z | [ host-image] Dec 18 23:20:25.527 INFO O| "etc/bash" |
8732 | 2024-12-18T23:20:26.882Z | [ host-image] Dec 18 23:20:25.536 INFO O| "etc/svc/profile/generic.xml" |
8733 | 2024-12-18T23:20:26.882Z | [ host-image] Dec 18 23:20:25.536 INFO O| "etc/svc/profile/inetd_services.xml" |
8734 | 2024-12-18T23:20:26.885Z | [ host-image] Dec 18 23:20:25.536 INFO O| "etc/svc/profile/name_service.xml" |
8735 | 2024-12-18T23:20:26.885Z | [ host-image] Dec 18 23:20:25.536 INFO O| "etc/svc/profile/platform.xml" |
8736 | 2024-12-18T23:20:26.885Z | [ host-image] Dec 18 23:20:25.536 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8737 | 2024-12-18T23:20:26.885Z | [ host-image] Dec 18 23:20:25.536 INFO O| "etc/svc/repository.db" |
8738 | 2024-12-18T23:20:26.904Z | [ host-image] Dec 18 23:20:25.557 INFO O| "opt/ooce/share" |
8739 | 2024-12-18T23:20:26.904Z | [ host-image] Dec 18 23:20:25.557 INFO O| "opt/ooce/share/man" |
8740 | 2024-12-18T23:20:26.907Z | [ host-image] Dec 18 23:20:25.557 INFO O| "opt/ooce/share/man/man1" |
8741 | 2024-12-18T23:20:26.934Z | [ host-image] Dec 18 23:20:25.588 INFO O| finishing archive... |
8742 | 2024-12-18T23:20:31.246Z | [ host-image] Dec 18 23:20:29.899 INFO O| creating gzonly manifest... |
8743 | 2024-12-18T23:20:31.268Z | [ host-image] Dec 18 23:20:29.921 INFO O| ok |
8744 | 2024-12-18T23:20:31.468Z | [ host-image] Dec 18 23:20:30.121 INFO image builder template: ramdisk-02-trim... |
8745 | 2024-12-18T23:20:31.468Z | [ host-image] Dec 18 23:20:30.121 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/.tmpDJCDbN/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 |
8746 | 2024-12-18T23:20:31.511Z | [ host-image] Dec 18 23:20:30.164 INFO O| Dec 18 23:20:30.164 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8747 | 2024-12-18T23:20:31.521Z | [ host-image] Dec 18 23:20:30.174 INFO O| Dec 18 23:20:30.174 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8748 | 2024-12-18T23:20:31.801Z | [ host-image] Dec 18 23:20:30.454 INFO O| Dec 18 23:20:30.454 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8749 | 2024-12-18T23:20:31.902Z | [ host-image] Dec 18 23:20:30.555 INFO O| Dec 18 23:20:30.555 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8750 | 2024-12-18T23:20:31.905Z | [ host-image] Dec 18 23:20:30.556 INFO O| Dec 18 23:20:30.556 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8751 | 2024-12-18T23:20:31.913Z | [ host-image] Dec 18 23:20:30.566 INFO O| Dec 18 23:20:30.566 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8752 | 2024-12-18T23:20:31.921Z | [ host-image] Dec 18 23:20:30.575 INFO O| Dec 18 23:20:30.575 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8753 | 2024-12-18T23:20:31.930Z | [ host-image] Dec 18 23:20:30.583 INFO O| Dec 18 23:20:30.583 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8754 | 2024-12-18T23:20:32.260Z | [ host-image] Dec 18 23:20:30.914 INFO O| Dec 18 23:20:30.914 INFO rolled back to input snapshot; work may begin |
8755 | 2024-12-18T23:20:32.261Z | [ host-image] Dec 18 23:20:30.914 INFO O| Dec 18 23:20:30.914 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8756 | 2024-12-18T23:20:32.271Z | [ host-image] Dec 18 23:20:30.923 INFO O| Dec 18 23:20:30.923 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8757 | 2024-12-18T23:20:32.287Z | [ host-image] Dec 18 23:20:30.940 INFO O| Dec 18 23:20:30.940 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8758 | 2024-12-18T23:20:32.382Z | [ host-image] Dec 18 23:20:31.035 INFO O| Dec 18 23:20:31.035 INFO STEP 0 (remove_files) COMPLETE |
8759 | 2024-12-18T23:20:32.382Z | [ host-image] Dec 18 23:20:31.035 INFO O| Dec 18 23:20:31.035 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8760 | 2024-12-18T23:20:32.439Z | [ host-image] Dec 18 23:20:31.093 INFO O| Dec 18 23:20:31.093 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8761 | 2024-12-18T23:20:32.442Z | [ host-image] Dec 18 23:20:31.096 INFO O| Dec 18 23:20:31.096 INFO STEP 1 (remove_files) COMPLETE |
8762 | 2024-12-18T23:20:32.442Z | [ host-image] Dec 18 23:20:31.096 INFO O| Dec 18 23:20:31.096 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8763 | 2024-12-18T23:20:32.481Z | [ host-image] Dec 18 23:20:31.134 INFO O| Dec 18 23:20:31.134 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8764 | 2024-12-18T23:20:32.527Z | [ host-image] Dec 18 23:20:31.181 INFO O| Dec 18 23:20:31.181 INFO STEP 2 (remove_files) COMPLETE |
8765 | 2024-12-18T23:20:32.528Z | [ host-image] Dec 18 23:20:31.181 INFO O| Dec 18 23:20:31.181 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8766 | 2024-12-18T23:20:32.590Z | [ host-image] Dec 18 23:20:31.243 INFO O| Dec 18 23:20:31.243 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8767 | 2024-12-18T23:20:32.593Z | [ host-image] Dec 18 23:20:31.247 INFO O| Dec 18 23:20:31.247 INFO STEP 3 (remove_files) COMPLETE |
8768 | 2024-12-18T23:20:32.593Z | [ host-image] Dec 18 23:20:31.247 INFO O| Dec 18 23:20:31.247 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8769 | 2024-12-18T23:20:32.660Z | [ host-image] Dec 18 23:20:31.313 INFO O| Dec 18 23:20:31.313 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8770 | 2024-12-18T23:20:32.667Z | [ host-image] Dec 18 23:20:31.321 INFO O| Dec 18 23:20:31.320 INFO STEP 4 (remove_files) COMPLETE |
8771 | 2024-12-18T23:20:32.670Z | [ host-image] Dec 18 23:20:31.321 INFO O| Dec 18 23:20:31.321 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8772 | 2024-12-18T23:20:32.688Z | [ host-image] Dec 18 23:20:31.341 INFO O| Dec 18 23:20:31.341 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8773 | 2024-12-18T23:20:32.694Z | [ host-image] Dec 18 23:20:31.347 INFO O| Dec 18 23:20:31.347 INFO STEP 5 (remove_files) COMPLETE |
8774 | 2024-12-18T23:20:32.696Z | [ host-image] Dec 18 23:20:31.347 INFO O| Dec 18 23:20:31.347 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8775 | 2024-12-18T23:20:32.731Z | [ host-image] Dec 18 23:20:31.384 INFO O| Dec 18 23:20:31.384 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8776 | 2024-12-18T23:20:32.752Z | [ host-image] Dec 18 23:20:31.405 INFO O| Dec 18 23:20:31.405 INFO STEP 6 (remove_files) COMPLETE |
8777 | 2024-12-18T23:20:32.752Z | [ host-image] Dec 18 23:20:31.406 INFO O| Dec 18 23:20:31.406 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8778 | 2024-12-18T23:20:32.773Z | [ host-image] Dec 18 23:20:31.426 INFO O| Dec 18 23:20:31.426 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8779 | 2024-12-18T23:20:32.800Z | [ host-image] Dec 18 23:20:31.454 INFO O| Dec 18 23:20:31.453 INFO STEP 7 (remove_files) COMPLETE |
8780 | 2024-12-18T23:20:32.800Z | [ host-image] Dec 18 23:20:31.454 INFO O| Dec 18 23:20:31.454 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8781 | 2024-12-18T23:20:32.835Z | [ host-image] Dec 18 23:20:31.488 INFO O| Dec 18 23:20:31.488 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8782 | 2024-12-18T23:20:32.995Z | [ host-image] Dec 18 23:20:31.647 INFO O| Dec 18 23:20:31.647 INFO STEP 8 (remove_files) COMPLETE |
8783 | 2024-12-18T23:20:32.995Z | [ host-image] Dec 18 23:20:31.647 INFO O| Dec 18 23:20:31.647 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8784 | 2024-12-18T23:20:33.021Z | [ host-image] Dec 18 23:20:31.674 INFO O| Dec 18 23:20:31.674 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8785 | 2024-12-18T23:20:33.200Z | [ host-image] Dec 18 23:20:31.853 INFO O| Dec 18 23:20:31.853 INFO STEP 9 (remove_files) COMPLETE |
8786 | 2024-12-18T23:20:33.200Z | [ host-image] Dec 18 23:20:31.853 INFO O| Dec 18 23:20:31.853 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8787 | 2024-12-18T23:20:33.219Z | [ host-image] Dec 18 23:20:31.872 INFO O| Dec 18 23:20:31.872 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8788 | 2024-12-18T23:20:33.225Z | [ host-image] Dec 18 23:20:31.879 INFO O| Dec 18 23:20:31.879 INFO STEP 10 (remove_files) COMPLETE |
8789 | 2024-12-18T23:20:33.226Z | [ host-image] Dec 18 23:20:31.879 INFO O| Dec 18 23:20:31.879 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8790 | 2024-12-18T23:20:33.264Z | [ host-image] Dec 18 23:20:31.917 INFO O| Dec 18 23:20:31.917 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8791 | 2024-12-18T23:20:33.267Z | [ host-image] Dec 18 23:20:31.919 INFO O| Dec 18 23:20:31.919 INFO STEP 11 (remove_files) COMPLETE |
8792 | 2024-12-18T23:20:33.267Z | [ host-image] Dec 18 23:20:31.919 INFO O| Dec 18 23:20:31.919 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8793 | 2024-12-18T23:20:33.285Z | [ host-image] Dec 18 23:20:31.938 INFO O| Dec 18 23:20:31.938 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8794 | 2024-12-18T23:20:33.288Z | [ host-image] Dec 18 23:20:31.941 INFO O| Dec 18 23:20:31.940 INFO STEP 12 (remove_files) COMPLETE |
8795 | 2024-12-18T23:20:33.288Z | [ host-image] Dec 18 23:20:31.941 INFO O| Dec 18 23:20:31.940 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8796 | 2024-12-18T23:20:33.374Z | [ host-image] Dec 18 23:20:32.027 INFO O| Dec 18 23:20:32.027 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8797 | 2024-12-18T23:20:33.377Z | [ host-image] Dec 18 23:20:32.028 INFO O| Dec 18 23:20:32.028 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8798 | 2024-12-18T23:20:33.377Z | [ host-image] Dec 18 23:20:32.028 INFO O| Dec 18 23:20:32.028 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8799 | 2024-12-18T23:20:33.377Z | [ host-image] Dec 18 23:20:32.029 INFO O| Dec 18 23:20:32.029 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8800 | 2024-12-18T23:20:33.377Z | [ host-image] Dec 18 23:20:32.029 INFO O| Dec 18 23:20:32.029 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8801 | 2024-12-18T23:20:33.377Z | [ host-image] Dec 18 23:20:32.029 INFO O| Dec 18 23:20:32.029 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8802 | 2024-12-18T23:20:33.377Z | [ host-image] Dec 18 23:20:32.029 INFO O| Dec 18 23:20:32.029 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8803 | 2024-12-18T23:20:33.377Z | [ host-image] Dec 18 23:20:32.029 INFO O| Dec 18 23:20:32.029 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8804 | 2024-12-18T23:20:33.377Z | [ host-image] Dec 18 23:20:32.030 INFO O| Dec 18 23:20:32.030 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8805 | 2024-12-18T23:20:33.378Z | [ host-image] Dec 18 23:20:32.030 INFO O| Dec 18 23:20:32.030 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8806 | 2024-12-18T23:20:33.378Z | [ host-image] Dec 18 23:20:32.031 INFO O| Dec 18 23:20:32.030 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8807 | 2024-12-18T23:20:33.378Z | [ host-image] Dec 18 23:20:32.031 INFO O| Dec 18 23:20:32.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8808 | 2024-12-18T23:20:33.381Z | [ host-image] Dec 18 23:20:32.031 INFO O| Dec 18 23:20:32.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8809 | 2024-12-18T23:20:33.381Z | [ host-image] Dec 18 23:20:32.031 INFO O| Dec 18 23:20:32.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8810 | 2024-12-18T23:20:33.381Z | [ host-image] Dec 18 23:20:32.031 INFO O| Dec 18 23:20:32.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8811 | 2024-12-18T23:20:33.381Z | [ host-image] Dec 18 23:20:32.031 INFO O| Dec 18 23:20:32.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8812 | 2024-12-18T23:20:33.381Z | [ host-image] Dec 18 23:20:32.034 INFO O| Dec 18 23:20:32.034 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8813 | 2024-12-18T23:20:33.589Z | [ host-image] Dec 18 23:20:32.243 INFO O| Dec 18 23:20:32.243 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8814 | 2024-12-18T23:20:33.593Z | [ host-image] Dec 18 23:20:32.246 INFO O| Dec 18 23:20:32.246 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8815 | 2024-12-18T23:20:33.598Z | [ host-image] Dec 18 23:20:32.251 INFO O| Dec 18 23:20:32.251 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8816 | 2024-12-18T23:20:33.635Z | [ host-image] Dec 18 23:20:32.288 INFO O| Dec 18 23:20:32.288 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8817 | 2024-12-18T23:20:34.053Z | [ host-image] Dec 18 23:20:32.706 INFO O| Dec 18 23:20:32.706 INFO STEP 13 (remove_files) COMPLETE |
8818 | 2024-12-18T23:20:34.053Z | [ host-image] Dec 18 23:20:32.706 INFO O| Dec 18 23:20:32.706 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8819 | 2024-12-18T23:20:34.100Z | [ host-image] Dec 18 23:20:32.753 INFO O| Dec 18 23:20:32.753 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8820 | 2024-12-18T23:20:34.103Z | [ host-image] Dec 18 23:20:32.756 INFO O| Dec 18 23:20:32.756 INFO STEP 14 (remove_files) COMPLETE |
8821 | 2024-12-18T23:20:34.103Z | [ host-image] Dec 18 23:20:32.756 INFO O| Dec 18 23:20:32.756 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8822 | 2024-12-18T23:20:34.162Z | [ host-image] Dec 18 23:20:32.815 INFO O| Dec 18 23:20:32.815 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8823 | 2024-12-18T23:20:34.173Z | [ host-image] Dec 18 23:20:32.826 INFO O| Dec 18 23:20:32.826 INFO STEP 15 (remove_files) COMPLETE |
8824 | 2024-12-18T23:20:34.173Z | [ host-image] Dec 18 23:20:32.826 INFO O| Dec 18 23:20:32.826 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8825 | 2024-12-18T23:20:34.212Z | [ host-image] Dec 18 23:20:32.864 INFO O| Dec 18 23:20:32.864 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8826 | 2024-12-18T23:20:34.216Z | [ host-image] Dec 18 23:20:32.864 INFO O| Dec 18 23:20:32.864 INFO STEP 16 (remove_files) COMPLETE |
8827 | 2024-12-18T23:20:34.216Z | [ host-image] Dec 18 23:20:32.865 INFO O| Dec 18 23:20:32.864 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8828 | 2024-12-18T23:20:34.274Z | [ host-image] Dec 18 23:20:32.927 INFO O| Dec 18 23:20:32.927 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8829 | 2024-12-18T23:20:34.278Z | [ host-image] Dec 18 23:20:32.930 INFO O| Dec 18 23:20:32.930 INFO STEP 17 (remove_files) COMPLETE |
8830 | 2024-12-18T23:20:34.278Z | [ host-image] Dec 18 23:20:32.930 INFO O| Dec 18 23:20:32.930 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8831 | 2024-12-18T23:20:34.294Z | [ host-image] Dec 18 23:20:32.947 INFO O| Dec 18 23:20:32.947 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8832 | 2024-12-18T23:20:34.294Z | [ host-image] Dec 18 23:20:32.947 INFO O| Dec 18 23:20:32.947 INFO STEP 18 (remove_files) COMPLETE |
8833 | 2024-12-18T23:20:34.294Z | [ host-image] Dec 18 23:20:32.947 INFO O| Dec 18 23:20:32.947 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8834 | 2024-12-18T23:20:34.311Z | [ host-image] Dec 18 23:20:32.964 INFO O| Dec 18 23:20:32.964 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8835 | 2024-12-18T23:20:34.311Z | [ host-image] Dec 18 23:20:32.964 INFO O| Dec 18 23:20:32.964 INFO STEP 19 (remove_files) COMPLETE |
8836 | 2024-12-18T23:20:34.314Z | [ host-image] Dec 18 23:20:32.964 INFO O| Dec 18 23:20:32.964 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8837 | 2024-12-18T23:20:34.329Z | [ host-image] Dec 18 23:20:32.982 INFO O| Dec 18 23:20:32.982 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8838 | 2024-12-18T23:20:34.329Z | [ host-image] Dec 18 23:20:32.982 INFO O| Dec 18 23:20:32.982 INFO STEP 20 (remove_files) COMPLETE |
8839 | 2024-12-18T23:20:34.329Z | [ host-image] Dec 18 23:20:32.982 INFO O| Dec 18 23:20:32.982 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8840 | 2024-12-18T23:20:34.355Z | [ host-image] Dec 18 23:20:33.008 INFO O| Dec 18 23:20:33.008 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8841 | 2024-12-18T23:20:34.358Z | [ host-image] Dec 18 23:20:33.009 INFO O| Dec 18 23:20:33.008 INFO STEP 21 (remove_files) COMPLETE |
8842 | 2024-12-18T23:20:34.358Z | [ host-image] Dec 18 23:20:33.009 INFO O| Dec 18 23:20:33.009 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8843 | 2024-12-18T23:20:34.375Z | [ host-image] Dec 18 23:20:33.028 INFO O| Dec 18 23:20:33.028 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8844 | 2024-12-18T23:20:34.377Z | [ host-image] Dec 18 23:20:33.028 INFO O| Dec 18 23:20:33.028 INFO STEP 22 (remove_files) COMPLETE |
8845 | 2024-12-18T23:20:34.377Z | [ host-image] Dec 18 23:20:33.028 INFO O| Dec 18 23:20:33.028 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8846 | 2024-12-18T23:20:34.393Z | [ host-image] Dec 18 23:20:33.046 INFO O| Dec 18 23:20:33.046 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8847 | 2024-12-18T23:20:34.395Z | [ host-image] Dec 18 23:20:33.046 INFO O| Dec 18 23:20:33.046 INFO STEP 23 (remove_files) COMPLETE |
8848 | 2024-12-18T23:20:34.395Z | [ host-image] Dec 18 23:20:33.046 INFO O| Dec 18 23:20:33.046 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8849 | 2024-12-18T23:20:34.424Z | [ host-image] Dec 18 23:20:33.077 INFO O| Dec 18 23:20:33.077 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8850 | 2024-12-18T23:20:34.424Z | [ host-image] Dec 18 23:20:33.077 INFO O| Dec 18 23:20:33.077 INFO STEP 24 (remove_files) COMPLETE |
8851 | 2024-12-18T23:20:34.424Z | [ host-image] Dec 18 23:20:33.077 INFO O| Dec 18 23:20:33.077 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8852 | 2024-12-18T23:20:34.495Z | [ host-image] Dec 18 23:20:33.148 INFO O| Dec 18 23:20:33.148 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8853 | 2024-12-18T23:20:34.495Z | [ host-image] Dec 18 23:20:33.148 INFO O| Dec 18 23:20:33.148 INFO STEP 25 (remove_files) COMPLETE |
8854 | 2024-12-18T23:20:34.498Z | [ host-image] Dec 18 23:20:33.148 INFO O| Dec 18 23:20:33.148 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8855 | 2024-12-18T23:20:34.551Z | [ host-image] Dec 18 23:20:33.204 INFO O| Dec 18 23:20:33.204 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8856 | 2024-12-18T23:20:34.551Z | [ host-image] Dec 18 23:20:33.204 INFO O| Dec 18 23:20:33.204 INFO STEP 26 (remove_files) COMPLETE |
8857 | 2024-12-18T23:20:34.553Z | [ host-image] Dec 18 23:20:33.204 INFO O| Dec 18 23:20:33.204 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8858 | 2024-12-18T23:20:34.570Z | [ host-image] Dec 18 23:20:33.223 INFO O| Dec 18 23:20:33.223 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8859 | 2024-12-18T23:20:34.570Z | [ host-image] Dec 18 23:20:33.223 INFO O| Dec 18 23:20:33.223 INFO STEP 27 (remove_files) COMPLETE |
8860 | 2024-12-18T23:20:34.570Z | [ host-image] Dec 18 23:20:33.223 INFO O| Dec 18 23:20:33.223 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8861 | 2024-12-18T23:20:34.588Z | [ host-image] Dec 18 23:20:33.241 INFO O| Dec 18 23:20:33.241 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8862 | 2024-12-18T23:20:34.589Z | [ host-image] Dec 18 23:20:33.241 INFO O| Dec 18 23:20:33.241 INFO STEP 28 (remove_files) COMPLETE |
8863 | 2024-12-18T23:20:34.592Z | [ host-image] Dec 18 23:20:33.242 INFO O| Dec 18 23:20:33.241 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8864 | 2024-12-18T23:20:34.607Z | [ host-image] Dec 18 23:20:33.260 INFO O| Dec 18 23:20:33.260 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8865 | 2024-12-18T23:20:34.607Z | [ host-image] Dec 18 23:20:33.260 INFO O| Dec 18 23:20:33.260 INFO STEP 29 (remove_files) COMPLETE |
8866 | 2024-12-18T23:20:34.607Z | [ host-image] Dec 18 23:20:33.260 INFO O| Dec 18 23:20:33.260 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8867 | 2024-12-18T23:20:34.625Z | [ host-image] Dec 18 23:20:33.278 INFO O| Dec 18 23:20:33.278 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8868 | 2024-12-18T23:20:34.628Z | [ host-image] Dec 18 23:20:33.278 INFO O| Dec 18 23:20:33.278 INFO STEP 30 (remove_files) COMPLETE |
8869 | 2024-12-18T23:20:34.628Z | [ host-image] Dec 18 23:20:33.278 INFO O| Dec 18 23:20:33.278 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8870 | 2024-12-18T23:20:34.643Z | [ host-image] Dec 18 23:20:33.297 INFO O| Dec 18 23:20:33.296 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8871 | 2024-12-18T23:20:34.643Z | [ host-image] Dec 18 23:20:33.297 INFO O| Dec 18 23:20:33.297 INFO STEP 31 (remove_files) COMPLETE |
8872 | 2024-12-18T23:20:34.643Z | [ host-image] Dec 18 23:20:33.297 INFO O| Dec 18 23:20:33.297 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8873 | 2024-12-18T23:20:34.662Z | [ host-image] Dec 18 23:20:33.315 INFO O| Dec 18 23:20:33.315 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8874 | 2024-12-18T23:20:34.662Z | [ host-image] Dec 18 23:20:33.315 INFO O| Dec 18 23:20:33.315 INFO STEP 32 (remove_files) COMPLETE |
8875 | 2024-12-18T23:20:34.662Z | [ host-image] Dec 18 23:20:33.315 INFO O| Dec 18 23:20:33.315 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8876 | 2024-12-18T23:20:34.681Z | [ host-image] Dec 18 23:20:33.334 INFO O| Dec 18 23:20:33.334 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8877 | 2024-12-18T23:20:34.681Z | [ host-image] Dec 18 23:20:33.334 INFO O| Dec 18 23:20:33.334 INFO STEP 33 (remove_files) COMPLETE |
8878 | 2024-12-18T23:20:34.681Z | [ host-image] Dec 18 23:20:33.334 INFO O| Dec 18 23:20:33.334 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8879 | 2024-12-18T23:20:34.701Z | [ host-image] Dec 18 23:20:33.355 INFO O| Dec 18 23:20:33.354 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8880 | 2024-12-18T23:20:34.701Z | [ host-image] Dec 18 23:20:33.355 INFO O| Dec 18 23:20:33.355 INFO STEP 34 (remove_files) COMPLETE |
8881 | 2024-12-18T23:20:34.701Z | [ host-image] Dec 18 23:20:33.355 INFO O| Dec 18 23:20:33.355 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8882 | 2024-12-18T23:20:34.720Z | [ host-image] Dec 18 23:20:33.373 INFO O| Dec 18 23:20:33.373 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8883 | 2024-12-18T23:20:34.720Z | [ host-image] Dec 18 23:20:33.373 INFO O| Dec 18 23:20:33.373 INFO STEP 35 (remove_files) COMPLETE |
8884 | 2024-12-18T23:20:34.723Z | [ host-image] Dec 18 23:20:33.373 INFO O| Dec 18 23:20:33.373 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8885 | 2024-12-18T23:20:34.745Z | [ host-image] Dec 18 23:20:33.398 INFO O| Dec 18 23:20:33.398 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8886 | 2024-12-18T23:20:34.745Z | [ host-image] Dec 18 23:20:33.398 INFO O| Dec 18 23:20:33.398 INFO STEP 36 (remove_files) COMPLETE |
8887 | 2024-12-18T23:20:34.745Z | [ host-image] Dec 18 23:20:33.398 INFO O| Dec 18 23:20:33.398 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8888 | 2024-12-18T23:20:34.777Z | [ host-image] Dec 18 23:20:33.430 INFO O| Dec 18 23:20:33.430 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8889 | 2024-12-18T23:20:34.777Z | [ host-image] Dec 18 23:20:33.430 INFO O| Dec 18 23:20:33.430 INFO STEP 37 (remove_files) COMPLETE |
8890 | 2024-12-18T23:20:34.777Z | [ host-image] Dec 18 23:20:33.430 INFO O| Dec 18 23:20:33.430 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8891 | 2024-12-18T23:20:34.798Z | [ host-image] Dec 18 23:20:33.451 INFO O| Dec 18 23:20:33.451 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8892 | 2024-12-18T23:20:34.798Z | [ host-image] Dec 18 23:20:33.451 INFO O| Dec 18 23:20:33.451 INFO STEP 38 (remove_files) COMPLETE |
8893 | 2024-12-18T23:20:34.801Z | [ host-image] Dec 18 23:20:33.451 INFO O| Dec 18 23:20:33.451 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8894 | 2024-12-18T23:20:34.837Z | [ host-image] Dec 18 23:20:33.489 INFO O| Dec 18 23:20:33.489 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8895 | 2024-12-18T23:20:34.837Z | [ host-image] Dec 18 23:20:33.489 INFO O| Dec 18 23:20:33.489 INFO STEP 39 (remove_files) COMPLETE |
8896 | 2024-12-18T23:20:34.837Z | [ host-image] Dec 18 23:20:33.489 INFO O| Dec 18 23:20:33.489 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8897 | 2024-12-18T23:20:34.856Z | [ host-image] Dec 18 23:20:33.509 INFO O| Dec 18 23:20:33.509 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8898 | 2024-12-18T23:20:34.856Z | [ host-image] Dec 18 23:20:33.509 INFO O| Dec 18 23:20:33.509 INFO STEP 40 (remove_files) COMPLETE |
8899 | 2024-12-18T23:20:34.859Z | [ host-image] Dec 18 23:20:33.509 INFO O| Dec 18 23:20:33.509 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8900 | 2024-12-18T23:20:34.877Z | [ host-image] Dec 18 23:20:33.531 INFO O| Dec 18 23:20:33.531 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8901 | 2024-12-18T23:20:34.877Z | [ host-image] Dec 18 23:20:33.531 INFO O| Dec 18 23:20:33.531 INFO STEP 41 (remove_files) COMPLETE |
8902 | 2024-12-18T23:20:34.880Z | [ host-image] Dec 18 23:20:33.531 INFO O| Dec 18 23:20:33.531 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8903 | 2024-12-18T23:20:34.897Z | [ host-image] Dec 18 23:20:33.550 INFO O| Dec 18 23:20:33.550 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8904 | 2024-12-18T23:20:34.897Z | [ host-image] Dec 18 23:20:33.550 INFO O| Dec 18 23:20:33.550 INFO STEP 42 (remove_files) COMPLETE |
8905 | 2024-12-18T23:20:34.900Z | [ host-image] Dec 18 23:20:33.550 INFO O| Dec 18 23:20:33.550 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8906 | 2024-12-18T23:20:34.915Z | [ host-image] Dec 18 23:20:33.568 INFO O| Dec 18 23:20:33.568 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8907 | 2024-12-18T23:20:34.915Z | [ host-image] Dec 18 23:20:33.568 INFO O| Dec 18 23:20:33.568 INFO STEP 43 (remove_files) COMPLETE |
8908 | 2024-12-18T23:20:34.915Z | [ host-image] Dec 18 23:20:33.568 INFO O| Dec 18 23:20:33.568 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8909 | 2024-12-18T23:20:34.934Z | [ host-image] Dec 18 23:20:33.587 INFO O| Dec 18 23:20:33.587 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8910 | 2024-12-18T23:20:34.934Z | [ host-image] Dec 18 23:20:33.587 INFO O| Dec 18 23:20:33.587 INFO STEP 44 (remove_files) COMPLETE |
8911 | 2024-12-18T23:20:34.934Z | [ host-image] Dec 18 23:20:33.587 INFO O| Dec 18 23:20:33.587 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8912 | 2024-12-18T23:20:34.954Z | [ host-image] Dec 18 23:20:33.606 INFO O| Dec 18 23:20:33.606 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8913 | 2024-12-18T23:20:34.954Z | [ host-image] Dec 18 23:20:33.606 INFO O| Dec 18 23:20:33.606 INFO STEP 45 (remove_files) COMPLETE |
8914 | 2024-12-18T23:20:34.957Z | [ host-image] Dec 18 23:20:33.606 INFO O| Dec 18 23:20:33.606 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8915 | 2024-12-18T23:20:34.972Z | [ host-image] Dec 18 23:20:33.625 INFO O| Dec 18 23:20:33.625 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8916 | 2024-12-18T23:20:34.972Z | [ host-image] Dec 18 23:20:33.625 INFO O| Dec 18 23:20:33.625 INFO STEP 46 (remove_files) COMPLETE |
8917 | 2024-12-18T23:20:34.972Z | [ host-image] Dec 18 23:20:33.625 INFO O| Dec 18 23:20:33.625 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8918 | 2024-12-18T23:20:34.992Z | [ host-image] Dec 18 23:20:33.645 INFO O| Dec 18 23:20:33.645 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8919 | 2024-12-18T23:20:34.992Z | [ host-image] Dec 18 23:20:33.645 INFO O| Dec 18 23:20:33.645 INFO STEP 47 (remove_files) COMPLETE |
8920 | 2024-12-18T23:20:34.994Z | [ host-image] Dec 18 23:20:33.645 INFO O| Dec 18 23:20:33.645 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8921 | 2024-12-18T23:20:35.020Z | [ host-image] Dec 18 23:20:33.673 INFO O| Dec 18 23:20:33.673 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8922 | 2024-12-18T23:20:35.020Z | [ host-image] Dec 18 23:20:33.673 INFO O| Dec 18 23:20:33.673 INFO STEP 48 (remove_files) COMPLETE |
8923 | 2024-12-18T23:20:35.023Z | [ host-image] Dec 18 23:20:33.673 INFO O| Dec 18 23:20:33.673 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8924 | 2024-12-18T23:20:35.038Z | [ host-image] Dec 18 23:20:33.690 INFO O| Dec 18 23:20:33.690 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8925 | 2024-12-18T23:20:35.038Z | [ host-image] Dec 18 23:20:33.691 INFO O| Dec 18 23:20:33.691 INFO STEP 49 (remove_files) COMPLETE |
8926 | 2024-12-18T23:20:35.038Z | [ host-image] Dec 18 23:20:33.691 INFO O| Dec 18 23:20:33.691 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8927 | 2024-12-18T23:20:35.064Z | [ host-image] Dec 18 23:20:33.717 INFO O| Dec 18 23:20:33.717 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8928 | 2024-12-18T23:20:35.064Z | [ host-image] Dec 18 23:20:33.717 INFO O| Dec 18 23:20:33.717 INFO STEP 50 (remove_files) COMPLETE |
8929 | 2024-12-18T23:20:35.067Z | [ host-image] Dec 18 23:20:33.718 INFO O| Dec 18 23:20:33.717 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8930 | 2024-12-18T23:20:35.125Z | [ host-image] Dec 18 23:20:33.778 INFO O| Dec 18 23:20:33.778 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8931 | 2024-12-18T23:20:35.125Z | [ host-image] Dec 18 23:20:33.778 INFO O| Dec 18 23:20:33.778 INFO STEP 51 (remove_files) COMPLETE |
8932 | 2024-12-18T23:20:35.125Z | [ host-image] Dec 18 23:20:33.778 INFO O| Dec 18 23:20:33.778 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8933 | 2024-12-18T23:20:35.145Z | [ host-image] Dec 18 23:20:33.799 INFO O| Dec 18 23:20:33.798 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8934 | 2024-12-18T23:20:35.145Z | [ host-image] Dec 18 23:20:33.799 INFO O| Dec 18 23:20:33.799 INFO STEP 52 (remove_files) COMPLETE |
8935 | 2024-12-18T23:20:35.148Z | [ host-image] Dec 18 23:20:33.799 INFO O| Dec 18 23:20:33.799 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8936 | 2024-12-18T23:20:35.165Z | [ host-image] Dec 18 23:20:33.818 INFO O| Dec 18 23:20:33.818 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8937 | 2024-12-18T23:20:35.165Z | [ host-image] Dec 18 23:20:33.818 INFO O| Dec 18 23:20:33.818 INFO STEP 53 (remove_files) COMPLETE |
8938 | 2024-12-18T23:20:35.168Z | [ host-image] Dec 18 23:20:33.818 INFO O| Dec 18 23:20:33.818 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8939 | 2024-12-18T23:20:35.185Z | [ host-image] Dec 18 23:20:33.837 INFO O| Dec 18 23:20:33.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8940 | 2024-12-18T23:20:35.185Z | [ host-image] Dec 18 23:20:33.837 INFO O| Dec 18 23:20:33.837 INFO STEP 54 (remove_files) COMPLETE |
8941 | 2024-12-18T23:20:35.185Z | [ host-image] Dec 18 23:20:33.838 INFO O| Dec 18 23:20:33.837 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8942 | 2024-12-18T23:20:35.201Z | [ host-image] Dec 18 23:20:33.854 INFO O| Dec 18 23:20:33.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8943 | 2024-12-18T23:20:35.201Z | [ host-image] Dec 18 23:20:33.854 INFO O| Dec 18 23:20:33.853 INFO STEP 55 (remove_files) COMPLETE |
8944 | 2024-12-18T23:20:35.203Z | [ host-image] Dec 18 23:20:33.854 INFO O| Dec 18 23:20:33.853 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8945 | 2024-12-18T23:20:35.217Z | [ host-image] Dec 18 23:20:33.870 INFO O| Dec 18 23:20:33.870 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8946 | 2024-12-18T23:20:35.217Z | [ host-image] Dec 18 23:20:33.870 INFO O| Dec 18 23:20:33.870 INFO STEP 56 (remove_files) COMPLETE |
8947 | 2024-12-18T23:20:35.217Z | [ host-image] Dec 18 23:20:33.870 INFO O| Dec 18 23:20:33.870 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8948 | 2024-12-18T23:20:35.290Z | [ host-image] Dec 18 23:20:33.943 INFO O| Dec 18 23:20:33.943 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8949 | 2024-12-18T23:20:35.290Z | [ host-image] Dec 18 23:20:33.943 INFO O| Dec 18 23:20:33.943 INFO STEP 57 (remove_files) COMPLETE |
8950 | 2024-12-18T23:20:35.290Z | [ host-image] Dec 18 23:20:33.943 INFO O| Dec 18 23:20:33.943 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8951 | 2024-12-18T23:20:35.342Z | [ host-image] Dec 18 23:20:33.996 INFO O| Dec 18 23:20:33.995 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8952 | 2024-12-18T23:20:35.342Z | [ host-image] Dec 18 23:20:33.996 INFO O| Dec 18 23:20:33.996 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8953 | 2024-12-18T23:20:35.342Z | [ host-image] Dec 18 23:20:33.996 INFO O| Dec 18 23:20:33.996 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8954 | 2024-12-18T23:20:35.345Z | [ host-image] Dec 18 23:20:33.996 INFO O| Dec 18 23:20:33.996 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8955 | 2024-12-18T23:20:35.346Z | [ host-image] Dec 18 23:20:33.996 INFO O| Dec 18 23:20:33.996 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8956 | 2024-12-18T23:20:35.346Z | [ host-image] Dec 18 23:20:33.996 INFO O| Dec 18 23:20:33.996 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8957 | 2024-12-18T23:20:35.346Z | [ host-image] Dec 18 23:20:33.996 INFO O| Dec 18 23:20:33.996 INFO ok! |
8958 | 2024-12-18T23:20:35.347Z | [ host-image] Dec 18 23:20:33.996 INFO O| Dec 18 23:20:33.996 INFO STEP 58 (ensure_file) COMPLETE |
8959 | 2024-12-18T23:20:35.347Z | [ host-image] Dec 18 23:20:33.996 INFO O| Dec 18 23:20:33.996 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8960 | 2024-12-18T23:20:35.375Z | [ host-image] Dec 18 23:20:34.029 INFO O| Dec 18 23:20:34.028 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8961 | 2024-12-18T23:20:35.375Z | [ host-image] Dec 18 23:20:34.029 INFO O| Dec 18 23:20:34.029 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8962 | 2024-12-18T23:20:35.378Z | [ host-image] Dec 18 23:20:34.029 INFO O| Dec 18 23:20:34.029 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8963 | 2024-12-18T23:20:35.379Z | [ host-image] Dec 18 23:20:34.029 INFO O| Dec 18 23:20:34.029 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8964 | 2024-12-18T23:20:35.379Z | [ host-image] Dec 18 23:20:34.029 INFO O| Dec 18 23:20:34.029 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8965 | 2024-12-18T23:20:35.379Z | [ host-image] Dec 18 23:20:34.029 INFO O| Dec 18 23:20:34.029 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8966 | 2024-12-18T23:20:35.379Z | [ host-image] Dec 18 23:20:34.029 INFO O| Dec 18 23:20:34.029 INFO ok! |
8967 | 2024-12-18T23:20:35.379Z | [ host-image] Dec 18 23:20:34.029 INFO O| Dec 18 23:20:34.029 INFO STEP 59 (ensure_file) COMPLETE |
8968 | 2024-12-18T23:20:35.379Z | [ host-image] Dec 18 23:20:34.029 INFO O| Dec 18 23:20:34.029 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8969 | 2024-12-18T23:20:35.397Z | [ host-image] Dec 18 23:20:34.050 INFO O| Dec 18 23:20:34.050 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8970 | 2024-12-18T23:20:35.397Z | [ host-image] Dec 18 23:20:34.050 INFO O| Dec 18 23:20:34.050 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8971 | 2024-12-18T23:20:35.397Z | [ host-image] Dec 18 23:20:34.050 INFO O| Dec 18 23:20:34.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8972 | 2024-12-18T23:20:35.402Z | [ host-image] Dec 18 23:20:34.050 INFO O| Dec 18 23:20:34.050 INFO ok! |
8973 | 2024-12-18T23:20:35.402Z | [ host-image] Dec 18 23:20:34.050 INFO O| Dec 18 23:20:34.050 INFO STEP 60 (ensure_file) COMPLETE |
8974 | 2024-12-18T23:20:35.402Z | [ host-image] Dec 18 23:20:34.051 INFO O| Dec 18 23:20:34.051 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8975 | 2024-12-18T23:20:35.418Z | [ host-image] Dec 18 23:20:34.071 INFO O| Dec 18 23:20:34.071 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8976 | 2024-12-18T23:20:35.418Z | [ host-image] Dec 18 23:20:34.071 INFO O| Dec 18 23:20:34.071 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8977 | 2024-12-18T23:20:35.421Z | [ host-image] Dec 18 23:20:34.071 INFO O| Dec 18 23:20:34.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8978 | 2024-12-18T23:20:35.421Z | [ host-image] Dec 18 23:20:34.071 INFO O| Dec 18 23:20:34.071 INFO ok! |
8979 | 2024-12-18T23:20:35.422Z | [ host-image] Dec 18 23:20:34.071 INFO O| Dec 18 23:20:34.071 INFO STEP 61 (ensure_file) COMPLETE |
8980 | 2024-12-18T23:20:35.422Z | [ host-image] Dec 18 23:20:34.071 INFO O| Dec 18 23:20:34.071 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8981 | 2024-12-18T23:20:35.438Z | [ host-image] Dec 18 23:20:34.091 INFO O| Dec 18 23:20:34.091 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8982 | 2024-12-18T23:20:35.438Z | [ host-image] Dec 18 23:20:34.091 INFO O| Dec 18 23:20:34.091 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8983 | 2024-12-18T23:20:35.438Z | [ host-image] Dec 18 23:20:34.091 INFO O| Dec 18 23:20:34.091 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8984 | 2024-12-18T23:20:35.438Z | [ host-image] Dec 18 23:20:34.091 INFO O| Dec 18 23:20:34.091 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8985 | 2024-12-18T23:20:35.438Z | [ host-image] Dec 18 23:20:34.091 INFO O| Dec 18 23:20:34.091 INFO ok! |
8986 | 2024-12-18T23:20:35.442Z | [ host-image] Dec 18 23:20:34.091 INFO O| Dec 18 23:20:34.091 INFO STEP 62 (ensure_file) COMPLETE |
8987 | 2024-12-18T23:20:35.442Z | [ host-image] Dec 18 23:20:34.091 INFO O| Dec 18 23:20:34.091 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8988 | 2024-12-18T23:20:35.481Z | [ host-image] Dec 18 23:20:34.134 INFO O| Dec 18 23:20:34.134 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8989 | 2024-12-18T23:20:35.481Z | [ host-image] Dec 18 23:20:34.134 INFO O| Dec 18 23:20:34.134 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8990 | 2024-12-18T23:20:35.481Z | [ host-image] Dec 18 23:20:34.134 INFO O| Dec 18 23:20:34.134 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8991 | 2024-12-18T23:20:35.484Z | [ host-image] Dec 18 23:20:34.134 INFO O| Dec 18 23:20:34.134 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8992 | 2024-12-18T23:20:35.484Z | [ host-image] Dec 18 23:20:34.134 INFO O| Dec 18 23:20:34.134 INFO ok! |
8993 | 2024-12-18T23:20:35.485Z | [ host-image] Dec 18 23:20:34.134 INFO O| Dec 18 23:20:34.134 INFO STEP 63 (ensure_file) COMPLETE |
8994 | 2024-12-18T23:20:35.485Z | [ host-image] Dec 18 23:20:34.134 INFO O| Dec 18 23:20:34.134 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8995 | 2024-12-18T23:20:35.502Z | [ host-image] Dec 18 23:20:34.154 INFO O| Dec 18 23:20:34.154 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8996 | 2024-12-18T23:20:35.502Z | [ host-image] Dec 18 23:20:34.155 INFO O| Dec 18 23:20:34.154 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8997 | 2024-12-18T23:20:35.502Z | [ host-image] Dec 18 23:20:34.155 INFO O| Dec 18 23:20:34.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8998 | 2024-12-18T23:20:35.502Z | [ host-image] Dec 18 23:20:34.155 INFO O| Dec 18 23:20:34.155 INFO ok! |
8999 | 2024-12-18T23:20:35.502Z | [ host-image] Dec 18 23:20:34.155 INFO O| Dec 18 23:20:34.155 INFO STEP 64 (assemble_files) COMPLETE |
9000 | 2024-12-18T23:20:35.502Z | [ host-image] Dec 18 23:20:34.155 INFO O| Dec 18 23:20:34.155 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9001 | 2024-12-18T23:20:35.540Z | [ host-image] Dec 18 23:20:34.193 INFO O| Dec 18 23:20:34.193 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9002 | 2024-12-18T23:20:35.540Z | [ host-image] Dec 18 23:20:34.193 INFO O| Dec 18 23:20:34.193 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9003 | 2024-12-18T23:20:35.540Z | [ host-image] Dec 18 23:20:34.193 INFO O| Dec 18 23:20:34.193 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9004 | 2024-12-18T23:20:35.540Z | [ host-image] Dec 18 23:20:34.193 INFO O| Dec 18 23:20:34.193 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9005 | 2024-12-18T23:20:35.543Z | [ host-image] Dec 18 23:20:34.193 INFO O| Dec 18 23:20:34.193 INFO ok! |
9006 | 2024-12-18T23:20:35.543Z | [ host-image] Dec 18 23:20:34.193 INFO O| Dec 18 23:20:34.193 INFO STEP 65 (ensure_file) COMPLETE |
9007 | 2024-12-18T23:20:35.543Z | [ host-image] Dec 18 23:20:34.193 INFO O| Dec 18 23:20:34.193 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9008 | 2024-12-18T23:20:35.575Z | [ host-image] Dec 18 23:20:34.228 INFO O| Dec 18 23:20:34.227 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9009 | 2024-12-18T23:20:35.577Z | [ host-image] Dec 18 23:20:34.228 INFO O| Dec 18 23:20:34.228 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9010 | 2024-12-18T23:20:35.578Z | [ host-image] Dec 18 23:20:34.228 INFO O| Dec 18 23:20:34.228 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9011 | 2024-12-18T23:20:35.578Z | [ host-image] Dec 18 23:20:34.228 INFO O| Dec 18 23:20:34.228 INFO STEP 66 (ensure_dir) COMPLETE |
9012 | 2024-12-18T23:20:35.578Z | [ host-image] Dec 18 23:20:34.228 INFO O| Dec 18 23:20:34.228 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9013 | 2024-12-18T23:20:35.595Z | [ host-image] Dec 18 23:20:34.248 INFO O| Dec 18 23:20:34.248 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9014 | 2024-12-18T23:20:35.595Z | [ host-image] Dec 18 23:20:34.248 INFO O| Dec 18 23:20:34.248 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 ... |
9015 | 2024-12-18T23:20:35.606Z | [ host-image] Dec 18 23:20:34.259 INFO O| Dec 18 23:20:34.259 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 |
9016 | 2024-12-18T23:20:35.606Z | [ host-image] Dec 18 23:20:34.259 INFO O| Dec 18 23:20:34.259 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9017 | 2024-12-18T23:20:35.609Z | [ host-image] Dec 18 23:20:34.260 INFO O| Dec 18 23:20:34.259 INFO ok! |
9018 | 2024-12-18T23:20:35.609Z | [ host-image] Dec 18 23:20:34.260 INFO O| Dec 18 23:20:34.260 INFO STEP 67 (ensure_file) COMPLETE |
9019 | 2024-12-18T23:20:35.609Z | [ host-image] Dec 18 23:20:34.260 INFO O| Dec 18 23:20:34.260 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9020 | 2024-12-18T23:20:35.629Z | [ host-image] Dec 18 23:20:34.280 INFO O| Dec 18 23:20:34.280 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9021 | 2024-12-18T23:20:35.629Z | [ host-image] Dec 18 23:20:34.280 INFO O| Dec 18 23:20:34.280 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 ... |
9022 | 2024-12-18T23:20:35.634Z | [ host-image] Dec 18 23:20:34.280 INFO O| Dec 18 23:20:34.280 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 |
9023 | 2024-12-18T23:20:35.634Z | [ host-image] Dec 18 23:20:34.280 INFO O| Dec 18 23:20:34.280 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9024 | 2024-12-18T23:20:35.634Z | [ host-image] Dec 18 23:20:34.281 INFO O| Dec 18 23:20:34.281 INFO ok! |
9025 | 2024-12-18T23:20:35.634Z | [ host-image] Dec 18 23:20:34.281 INFO O| Dec 18 23:20:34.281 INFO STEP 68 (ensure_file) COMPLETE |
9026 | 2024-12-18T23:20:35.634Z | [ host-image] Dec 18 23:20:34.281 INFO O| Dec 18 23:20:34.281 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9027 | 2024-12-18T23:20:35.654Z | [ host-image] Dec 18 23:20:34.307 INFO O| Dec 18 23:20:34.307 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9028 | 2024-12-18T23:20:35.654Z | [ host-image] Dec 18 23:20:34.307 INFO O| Dec 18 23:20:34.307 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9029 | 2024-12-18T23:20:40.230Z | [ host-image] Dec 18 23:20:38.881 INFO O| Dec 18 23:20:38.881 INFO STEP 69 (pack_tar) COMPLETE |
9030 | 2024-12-18T23:20:40.230Z | [ host-image] Dec 18 23:20:38.881 INFO O| Dec 18 23:20:38.881 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9031 | 2024-12-18T23:20:40.230Z | [ host-image] Dec 18 23:20:38.881 INFO O| Dec 18 23:20:38.881 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9032 | 2024-12-18T23:20:40.897Z | [ host-image] Dec 18 23:20:39.550 INFO O| Dec 18 23:20:39.550 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9033 | 2024-12-18T23:20:41.012Z | [ host-image] Dec 18 23:20:39.664 INFO O| Dec 18 23:20:39.664 INFO completed processing gimlet/ramdisk-02-trim |
9034 | 2024-12-18T23:20:41.015Z | [ host-image] Dec 18 23:20:39.668 INFO image builder template: zfs... |
9035 | 2024-12-18T23:20:41.018Z | [ host-image] Dec 18 23:20:39.668 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/.tmpDJCDbN/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 |
9036 | 2024-12-18T23:20:41.050Z | [ host-image] Dec 18 23:20:39.703 INFO O| Dec 18 23:20:39.702 INFO skip include "stress" because feature "stress" is not enabled |
9037 | 2024-12-18T23:20:41.138Z | [ host-image] Dec 18 23:20:39.790 INFO O| Dec 18 23:20:39.790 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9038 | 2024-12-18T23:20:41.169Z | [ host-image] Dec 18 23:20:39.822 INFO O| Dec 18 23:20:39.822 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9039 | 2024-12-18T23:20:41.300Z | [ host-image] Dec 18 23:20:39.953 INFO O| Dec 18 23:20:39.953 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9040 | 2024-12-18T23:20:41.422Z | [ host-image] Dec 18 23:20:40.074 INFO O| Dec 18 23:20:40.074 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9041 | 2024-12-18T23:20:41.422Z | [ host-image] Dec 18 23:20:40.074 INFO O| Dec 18 23:20:40.074 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9042 | 2024-12-18T23:20:41.465Z | [ host-image] Dec 18 23:20:40.118 INFO O| Dec 18 23:20:40.118 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9043 | 2024-12-18T23:20:41.601Z | [ host-image] Dec 18 23:20:40.254 INFO O| Dec 18 23:20:40.254 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9044 | 2024-12-18T23:20:41.683Z | [ host-image] Dec 18 23:20:40.336 INFO O| Dec 18 23:20:40.336 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9045 | 2024-12-18T23:20:41.721Z | [ host-image] Dec 18 23:20:40.374 INFO O| Dec 18 23:20:40.374 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9046 | 2024-12-18T23:20:41.744Z | [ host-image] Dec 18 23:20:40.397 INFO O| Dec 18 23:20:40.397 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9047 | 2024-12-18T23:20:41.745Z | [ host-image] Dec 18 23:20:40.397 INFO O| Dec 18 23:20:40.397 INFO no lofi found |
9048 | 2024-12-18T23:20:41.747Z | [ host-image] Dec 18 23:20:40.398 INFO O| Dec 18 23:20:40.398 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9049 | 2024-12-18T23:20:41.747Z | [ host-image] Dec 18 23:20:40.398 INFO O| Dec 18 23:20:40.398 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9050 | 2024-12-18T23:20:43.359Z | [ host-image] Dec 18 23:20:42.012 INFO O| Dec 18 23:20:42.012 INFO lofi device = /dev/dsk/c2t1d0p0 |
9051 | 2024-12-18T23:20:43.359Z | [ host-image] Dec 18 23:20:42.012 INFO O| Dec 18 23:20:42.012 INFO pool device = /dev/dsk/c2t1d0p0 |
9052 | 2024-12-18T23:20:43.362Z | [ host-image] Dec 18 23:20:42.012 INFO O| Dec 18 23:20:42.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
9053 | 2024-12-18T23:20:43.570Z | [ host-image] Dec 18 23:20:42.223 INFO O| Dec 18 23:20:42.223 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9054 | 2024-12-18T23:20:43.570Z | [ host-image] Dec 18 23:20:42.223 INFO O| Dec 18 23:20:42.223 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9055 | 2024-12-18T23:20:43.612Z | [ host-image] Dec 18 23:20:42.265 INFO O| Dec 18 23:20:42.265 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9056 | 2024-12-18T23:20:43.759Z | [ host-image] Dec 18 23:20:42.412 INFO O| Dec 18 23:20:42.412 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9057 | 2024-12-18T23:20:43.818Z | [ host-image] Dec 18 23:20:42.470 INFO O| Dec 18 23:20:42.470 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9058 | 2024-12-18T23:20:43.846Z | [ host-image] Dec 18 23:20:42.499 INFO O| Dec 18 23:20:42.498 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9059 | 2024-12-18T23:20:43.932Z | [ host-image] Dec 18 23:20:42.584 INFO O| Dec 18 23:20:42.584 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9060 | 2024-12-18T23:20:44.084Z | [ host-image] Dec 18 23:20:42.736 INFO O| Dec 18 23:20:42.736 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9061 | 2024-12-18T23:20:44.084Z | [ host-image] Dec 18 23:20:42.736 INFO O| Dec 18 23:20:42.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9062 | 2024-12-18T23:20:44.084Z | [ host-image] Dec 18 23:20:42.736 INFO O| Dec 18 23:20:42.736 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9063 | 2024-12-18T23:20:44.108Z | [ host-image] Dec 18 23:20:42.761 INFO O| Dec 18 23:20:42.761 INFO boot environment UUID: 904572dd-cffa-4a23-bdb5-7ab1c6d6577b |
9064 | 2024-12-18T23:20:44.109Z | [ host-image] Dec 18 23:20:42.761 INFO O| Dec 18 23:20:42.761 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 904572dd-cffa-4a23-bdb5-7ab1c6d6577b |
9065 | 2024-12-18T23:20:44.132Z | [ host-image] Dec 18 23:20:42.785 INFO O| Dec 18 23:20:42.785 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9066 | 2024-12-18T23:20:44.159Z | [ host-image] Dec 18 23:20:42.811 INFO O| Dec 18 23:20:42.811 INFO STEP 0 (create_be) COMPLETE |
9067 | 2024-12-18T23:20:44.159Z | [ host-image] Dec 18 23:20:42.811 INFO O| Dec 18 23:20:42.811 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9068 | 2024-12-18T23:20:44.235Z | [ host-image] Dec 18 23:20:42.887 INFO O| Dec 18 23:20:42.887 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9069 | 2024-12-18T23:20:57.162Z | [ recovery-image] Dec 18 23:20:55.814 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) |
9070 | 2024-12-18T23:21:03.957Z | [ recovery-image] Dec 18 23:21:02.499 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) |
9071 | 2024-12-18T23:21:09.925Z | [ host-image] Dec 18 23:21:08.577 INFO O| Dec 18 23:21:08.577 INFO STEP 1 (unpack_tar) COMPLETE |
9072 | 2024-12-18T23:21:09.925Z | [ host-image] Dec 18 23:21:08.577 INFO O| Dec 18 23:21:08.577 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9073 | 2024-12-18T23:21:09.945Z | [ host-image] Dec 18 23:21:08.597 INFO O| Dec 18 23:21:08.597 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9074 | 2024-12-18T23:21:10.441Z | [ host-image] Dec 18 23:21:09.093 INFO O| Dec 18 23:21:09.093 INFO STEP 2 (devfsadm) COMPLETE |
9075 | 2024-12-18T23:21:10.441Z | [ host-image] Dec 18 23:21:09.093 INFO O| Dec 18 23:21:09.093 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9076 | 2024-12-18T23:21:10.461Z | [ host-image] Dec 18 23:21:09.113 INFO O| Dec 18 23:21:09.113 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9077 | 2024-12-18T23:21:10.461Z | [ host-image] Dec 18 23:21:09.113 INFO O| Dec 18 23:21:09.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9078 | 2024-12-18T23:21:10.464Z | [ host-image] Dec 18 23:21:09.113 INFO O| Dec 18 23:21:09.113 INFO STEP 3 (ensure_dir) COMPLETE |
9079 | 2024-12-18T23:21:10.464Z | [ host-image] Dec 18 23:21:09.113 INFO O| Dec 18 23:21:09.113 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9080 | 2024-12-18T23:21:10.481Z | [ host-image] Dec 18 23:21:09.133 INFO O| Dec 18 23:21:09.133 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9081 | 2024-12-18T23:21:10.481Z | [ host-image] Dec 18 23:21:09.133 INFO O| Dec 18 23:21:09.133 INFO STEP 4 (ensure_dir) COMPLETE |
9082 | 2024-12-18T23:21:10.484Z | [ host-image] Dec 18 23:21:09.133 INFO O| Dec 18 23:21:09.133 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9083 | 2024-12-18T23:21:10.519Z | [ host-image] Dec 18 23:21:09.170 INFO O| Dec 18 23:21:09.170 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9084 | 2024-12-18T23:21:10.520Z | [ host-image] Dec 18 23:21:09.170 INFO O| Dec 18 23:21:09.170 INFO STEP 5 (ensure_dir) COMPLETE |
9085 | 2024-12-18T23:21:10.523Z | [ host-image] Dec 18 23:21:09.170 INFO O| Dec 18 23:21:09.170 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9086 | 2024-12-18T23:21:10.578Z | [ host-image] Dec 18 23:21:09.228 INFO O| Dec 18 23:21:09.228 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9087 | 2024-12-18T23:21:10.581Z | [ host-image] Dec 18 23:21:09.229 INFO O| Dec 18 23:21:09.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9088 | 2024-12-18T23:21:10.581Z | [ host-image] Dec 18 23:21:09.229 INFO O| Dec 18 23:21:09.229 INFO STEP 6 (ensure_dir) COMPLETE |
9089 | 2024-12-18T23:21:10.581Z | [ host-image] Dec 18 23:21:09.229 INFO O| Dec 18 23:21:09.229 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9090 | 2024-12-18T23:21:10.597Z | [ host-image] Dec 18 23:21:09.249 INFO O| Dec 18 23:21:09.248 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9091 | 2024-12-18T23:21:10.601Z | [ host-image] Dec 18 23:21:09.249 INFO O| Dec 18 23:21:09.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9092 | 2024-12-18T23:21:10.601Z | [ host-image] Dec 18 23:21:09.249 INFO O| Dec 18 23:21:09.249 INFO STEP 7 (ensure_dir) COMPLETE |
9093 | 2024-12-18T23:21:10.601Z | [ host-image] Dec 18 23:21:09.249 INFO O| Dec 18 23:21:09.249 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9094 | 2024-12-18T23:21:10.617Z | [ host-image] Dec 18 23:21:09.268 INFO O| Dec 18 23:21:09.268 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9095 | 2024-12-18T23:21:10.620Z | [ host-image] Dec 18 23:21:09.269 INFO O| Dec 18 23:21:09.269 INFO STEP 8 (remove_files) COMPLETE |
9096 | 2024-12-18T23:21:10.620Z | [ host-image] Dec 18 23:21:09.269 INFO O| Dec 18 23:21:09.269 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9097 | 2024-12-18T23:21:10.638Z | [ host-image] Dec 18 23:21:09.289 INFO O| Dec 18 23:21:09.289 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9098 | 2024-12-18T23:21:10.640Z | [ host-image] Dec 18 23:21:09.290 INFO O| Dec 18 23:21:09.290 INFO STEP 9 (remove_files) COMPLETE |
9099 | 2024-12-18T23:21:10.640Z | [ host-image] Dec 18 23:21:09.290 INFO O| Dec 18 23:21:09.290 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9100 | 2024-12-18T23:21:10.666Z | [ host-image] Dec 18 23:21:09.317 INFO O| Dec 18 23:21:09.317 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9101 | 2024-12-18T23:21:10.669Z | [ host-image] Dec 18 23:21:09.319 INFO O| Dec 18 23:21:09.319 INFO STEP 10 (remove_files) COMPLETE |
9102 | 2024-12-18T23:21:10.669Z | [ host-image] Dec 18 23:21:09.319 INFO O| Dec 18 23:21:09.319 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9103 | 2024-12-18T23:21:10.688Z | [ host-image] Dec 18 23:21:09.339 INFO O| Dec 18 23:21:09.339 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9104 | 2024-12-18T23:21:10.688Z | [ host-image] Dec 18 23:21:09.339 INFO O| Dec 18 23:21:09.339 INFO STEP 11 (remove_files) COMPLETE |
9105 | 2024-12-18T23:21:10.688Z | [ host-image] Dec 18 23:21:09.339 INFO O| Dec 18 23:21:09.339 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9106 | 2024-12-18T23:21:10.708Z | [ host-image] Dec 18 23:21:09.359 INFO O| Dec 18 23:21:09.359 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9107 | 2024-12-18T23:21:10.708Z | [ host-image] Dec 18 23:21:09.359 INFO O| Dec 18 23:21:09.359 INFO STEP 12 (remove_files) COMPLETE |
9108 | 2024-12-18T23:21:10.711Z | [ host-image] Dec 18 23:21:09.359 INFO O| Dec 18 23:21:09.359 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9109 | 2024-12-18T23:21:10.743Z | [ host-image] Dec 18 23:21:09.395 INFO O| Dec 18 23:21:09.395 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9110 | 2024-12-18T23:21:10.743Z | [ host-image] Dec 18 23:21:09.395 INFO O| Dec 18 23:21:09.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9111 | 2024-12-18T23:21:10.743Z | [ host-image] Dec 18 23:21:09.395 INFO O| Dec 18 23:21:09.395 INFO STEP 13 (ensure_dir) COMPLETE |
9112 | 2024-12-18T23:21:10.746Z | [ host-image] Dec 18 23:21:09.395 INFO O| Dec 18 23:21:09.395 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9113 | 2024-12-18T23:21:10.803Z | [ host-image] Dec 18 23:21:09.454 INFO O| Dec 18 23:21:09.454 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9114 | 2024-12-18T23:21:10.803Z | [ host-image] Dec 18 23:21:09.454 INFO O| Dec 18 23:21:09.454 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9115 | 2024-12-18T23:21:10.805Z | [ host-image] Dec 18 23:21:09.454 INFO O| Dec 18 23:21:09.454 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9116 | 2024-12-18T23:21:10.805Z | [ host-image] Dec 18 23:21:09.454 INFO O| Dec 18 23:21:09.454 INFO STEP 14 (ensure_dir) COMPLETE |
9117 | 2024-12-18T23:21:10.806Z | [ host-image] Dec 18 23:21:09.454 INFO O| Dec 18 23:21:09.454 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9118 | 2024-12-18T23:21:10.833Z | [ host-image] Dec 18 23:21:09.485 INFO O| Dec 18 23:21:09.485 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9119 | 2024-12-18T23:21:10.834Z | [ host-image] Dec 18 23:21:09.485 INFO O| Dec 18 23:21:09.485 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9120 | 2024-12-18T23:21:10.834Z | [ host-image] Dec 18 23:21:09.485 INFO O| Dec 18 23:21:09.485 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9121 | 2024-12-18T23:21:10.837Z | [ host-image] Dec 18 23:21:09.485 INFO O| Dec 18 23:21:09.485 INFO STEP 15 (ensure_dir) COMPLETE |
9122 | 2024-12-18T23:21:10.837Z | [ host-image] Dec 18 23:21:09.485 INFO O| Dec 18 23:21:09.485 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9123 | 2024-12-18T23:21:10.896Z | [ host-image] Dec 18 23:21:09.547 INFO O| Dec 18 23:21:09.547 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9124 | 2024-12-18T23:21:10.896Z | [ host-image] Dec 18 23:21:09.547 INFO O| Dec 18 23:21:09.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9125 | 2024-12-18T23:21:10.898Z | [ host-image] Dec 18 23:21:09.547 INFO O| Dec 18 23:21:09.547 INFO STEP 16 (ensure_dir) COMPLETE |
9126 | 2024-12-18T23:21:10.898Z | [ host-image] Dec 18 23:21:09.547 INFO O| Dec 18 23:21:09.547 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9127 | 2024-12-18T23:21:10.917Z | [ host-image] Dec 18 23:21:09.569 INFO O| Dec 18 23:21:09.569 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9128 | 2024-12-18T23:21:10.917Z | [ host-image] Dec 18 23:21:09.569 INFO O| Dec 18 23:21:09.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9129 | 2024-12-18T23:21:10.920Z | [ host-image] Dec 18 23:21:09.569 INFO O| Dec 18 23:21:09.569 INFO STEP 17 (ensure_dir) COMPLETE |
9130 | 2024-12-18T23:21:10.920Z | [ host-image] Dec 18 23:21:09.569 INFO O| Dec 18 23:21:09.569 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9131 | 2024-12-18T23:21:10.939Z | [ host-image] Dec 18 23:21:09.590 INFO O| Dec 18 23:21:09.590 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9132 | 2024-12-18T23:21:10.939Z | [ host-image] Dec 18 23:21:09.590 INFO O| Dec 18 23:21:09.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9133 | 2024-12-18T23:21:10.939Z | [ host-image] Dec 18 23:21:09.590 INFO O| Dec 18 23:21:09.590 INFO ok! |
9134 | 2024-12-18T23:21:10.939Z | [ host-image] Dec 18 23:21:09.590 INFO O| Dec 18 23:21:09.590 INFO STEP 18 (ensure_symlink) COMPLETE |
9135 | 2024-12-18T23:21:10.939Z | [ host-image] Dec 18 23:21:09.590 INFO O| Dec 18 23:21:09.590 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9136 | 2024-12-18T23:21:10.957Z | [ host-image] Dec 18 23:21:09.608 INFO O| Dec 18 23:21:09.608 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9137 | 2024-12-18T23:21:10.958Z | [ host-image] Dec 18 23:21:09.609 INFO O| Dec 18 23:21:09.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9138 | 2024-12-18T23:21:10.958Z | [ host-image] Dec 18 23:21:09.609 INFO O| Dec 18 23:21:09.608 INFO ok! |
9139 | 2024-12-18T23:21:10.958Z | [ host-image] Dec 18 23:21:09.609 INFO O| Dec 18 23:21:09.608 INFO STEP 19 (ensure_file) COMPLETE |
9140 | 2024-12-18T23:21:10.958Z | [ host-image] Dec 18 23:21:09.609 INFO O| Dec 18 23:21:09.609 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9141 | 2024-12-18T23:21:10.976Z | [ host-image] Dec 18 23:21:09.627 INFO O| Dec 18 23:21:09.627 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9142 | 2024-12-18T23:21:10.976Z | [ host-image] Dec 18 23:21:09.627 INFO O| Dec 18 23:21:09.627 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9143 | 2024-12-18T23:21:10.979Z | [ host-image] Dec 18 23:21:09.628 INFO O| Dec 18 23:21:09.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9144 | 2024-12-18T23:21:10.979Z | [ host-image] Dec 18 23:21:09.628 INFO O| Dec 18 23:21:09.628 INFO ok! |
9145 | 2024-12-18T23:21:10.979Z | [ host-image] Dec 18 23:21:09.628 INFO O| Dec 18 23:21:09.628 INFO STEP 20 (ensure_symlink) COMPLETE |
9146 | 2024-12-18T23:21:10.979Z | [ host-image] Dec 18 23:21:09.628 INFO O| Dec 18 23:21:09.628 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9147 | 2024-12-18T23:21:11.029Z | [ host-image] Dec 18 23:21:09.680 INFO O| Dec 18 23:21:09.680 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9148 | 2024-12-18T23:21:11.029Z | [ host-image] Dec 18 23:21:09.681 INFO O| Dec 18 23:21:09.680 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9149 | 2024-12-18T23:21:11.029Z | [ host-image] Dec 18 23:21:09.681 INFO O| Dec 18 23:21:09.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9150 | 2024-12-18T23:21:11.033Z | [ host-image] Dec 18 23:21:09.681 INFO O| Dec 18 23:21:09.681 INFO ok! |
9151 | 2024-12-18T23:21:11.033Z | [ host-image] Dec 18 23:21:09.681 INFO O| Dec 18 23:21:09.681 INFO STEP 21 (ensure_symlink) COMPLETE |
9152 | 2024-12-18T23:21:11.034Z | [ host-image] Dec 18 23:21:09.681 INFO O| Dec 18 23:21:09.681 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9153 | 2024-12-18T23:21:11.048Z | [ host-image] Dec 18 23:21:09.699 INFO O| Dec 18 23:21:09.699 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9154 | 2024-12-18T23:21:11.048Z | [ host-image] Dec 18 23:21:09.700 INFO O| Dec 18 23:21:09.699 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9155 | 2024-12-18T23:21:11.051Z | [ host-image] Dec 18 23:21:09.700 INFO O| Dec 18 23:21:09.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9156 | 2024-12-18T23:21:11.053Z | [ host-image] Dec 18 23:21:09.700 INFO O| Dec 18 23:21:09.700 INFO ok! |
9157 | 2024-12-18T23:21:11.053Z | [ host-image] Dec 18 23:21:09.700 INFO O| Dec 18 23:21:09.700 INFO STEP 22 (ensure_symlink) COMPLETE |
9158 | 2024-12-18T23:21:11.053Z | [ host-image] Dec 18 23:21:09.700 INFO O| Dec 18 23:21:09.700 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9159 | 2024-12-18T23:21:11.075Z | [ host-image] Dec 18 23:21:09.726 INFO O| Dec 18 23:21:09.726 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9160 | 2024-12-18T23:21:11.075Z | [ host-image] Dec 18 23:21:09.726 INFO O| Dec 18 23:21:09.726 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9161 | 2024-12-18T23:21:11.078Z | [ host-image] Dec 18 23:21:09.727 INFO O| Dec 18 23:21:09.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9162 | 2024-12-18T23:21:11.078Z | [ host-image] Dec 18 23:21:09.727 INFO O| Dec 18 23:21:09.727 INFO ok! |
9163 | 2024-12-18T23:21:11.078Z | [ host-image] Dec 18 23:21:09.727 INFO O| Dec 18 23:21:09.727 INFO STEP 23 (ensure_symlink) COMPLETE |
9164 | 2024-12-18T23:21:11.078Z | [ host-image] Dec 18 23:21:09.727 INFO O| Dec 18 23:21:09.727 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9165 | 2024-12-18T23:21:11.113Z | [ host-image] Dec 18 23:21:09.764 INFO O| Dec 18 23:21:09.764 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9166 | 2024-12-18T23:21:11.115Z | [ host-image] Dec 18 23:21:09.765 INFO O| Dec 18 23:21:09.764 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9167 | 2024-12-18T23:21:11.116Z | [ host-image] Dec 18 23:21:09.765 INFO O| Dec 18 23:21:09.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9168 | 2024-12-18T23:21:11.116Z | [ host-image] Dec 18 23:21:09.765 INFO O| Dec 18 23:21:09.765 INFO ok! |
9169 | 2024-12-18T23:21:11.116Z | [ host-image] Dec 18 23:21:09.765 INFO O| Dec 18 23:21:09.765 INFO STEP 24 (ensure_file) COMPLETE |
9170 | 2024-12-18T23:21:11.116Z | [ host-image] Dec 18 23:21:09.765 INFO O| Dec 18 23:21:09.765 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9171 | 2024-12-18T23:21:11.135Z | [ host-image] Dec 18 23:21:09.786 INFO O| Dec 18 23:21:09.786 INFO updating shadow file |
9172 | 2024-12-18T23:21:11.138Z | [ host-image] Dec 18 23:21:09.786 INFO O| Dec 18 23:21:09.786 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9173 | 2024-12-18T23:21:11.138Z | [ host-image] Dec 18 23:21:09.787 INFO O| Dec 18 23:21:09.786 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9174 | 2024-12-18T23:21:11.138Z | [ host-image] Dec 18 23:21:09.787 INFO O| Dec 18 23:21:09.787 INFO STEP 25 (shadow) COMPLETE |
9175 | 2024-12-18T23:21:11.138Z | [ host-image] Dec 18 23:21:09.787 INFO O| Dec 18 23:21:09.787 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9176 | 2024-12-18T23:21:11.167Z | [ host-image] Dec 18 23:21:09.818 INFO O| Dec 18 23:21:09.818 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9177 | 2024-12-18T23:21:11.170Z | [ host-image] Dec 18 23:21:09.819 INFO O| Dec 18 23:21:09.819 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9178 | 2024-12-18T23:21:11.170Z | [ host-image] Dec 18 23:21:09.819 INFO O| Dec 18 23:21:09.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9179 | 2024-12-18T23:21:11.170Z | [ host-image] Dec 18 23:21:09.819 INFO O| Dec 18 23:21:09.819 INFO ok! |
9180 | 2024-12-18T23:21:11.170Z | [ host-image] Dec 18 23:21:09.819 INFO O| Dec 18 23:21:09.819 INFO STEP 26 (ensure_file) COMPLETE |
9181 | 2024-12-18T23:21:11.170Z | [ host-image] Dec 18 23:21:09.819 INFO O| Dec 18 23:21:09.819 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9182 | 2024-12-18T23:21:11.188Z | [ host-image] Dec 18 23:21:09.839 INFO O| Dec 18 23:21:09.839 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9183 | 2024-12-18T23:21:11.188Z | [ host-image] Dec 18 23:21:09.839 INFO O| Dec 18 23:21:09.839 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9184 | 2024-12-18T23:21:11.191Z | [ host-image] Dec 18 23:21:09.840 INFO O| Dec 18 23:21:09.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9185 | 2024-12-18T23:21:11.191Z | [ host-image] Dec 18 23:21:09.840 INFO O| Dec 18 23:21:09.840 INFO ok! |
9186 | 2024-12-18T23:21:11.191Z | [ host-image] Dec 18 23:21:09.840 INFO O| Dec 18 23:21:09.840 INFO STEP 27 (ensure_file) COMPLETE |
9187 | 2024-12-18T23:21:11.191Z | [ host-image] Dec 18 23:21:09.840 INFO O| Dec 18 23:21:09.840 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9188 | 2024-12-18T23:21:11.208Z | [ host-image] Dec 18 23:21:09.859 INFO O| Dec 18 23:21:09.859 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9189 | 2024-12-18T23:21:11.210Z | [ host-image] Dec 18 23:21:09.859 INFO O| Dec 18 23:21:09.859 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9190 | 2024-12-18T23:21:11.210Z | [ host-image] Dec 18 23:21:09.860 INFO O| Dec 18 23:21:09.860 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9191 | 2024-12-18T23:21:11.211Z | [ host-image] Dec 18 23:21:09.860 INFO O| Dec 18 23:21:09.860 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9192 | 2024-12-18T23:21:11.211Z | [ host-image] Dec 18 23:21:09.860 INFO O| Dec 18 23:21:09.860 INFO ok! |
9193 | 2024-12-18T23:21:11.211Z | [ host-image] Dec 18 23:21:09.860 INFO O| Dec 18 23:21:09.860 INFO STEP 28 (ensure_file) COMPLETE |
9194 | 2024-12-18T23:21:11.211Z | [ host-image] Dec 18 23:21:09.860 INFO O| Dec 18 23:21:09.860 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9195 | 2024-12-18T23:21:11.244Z | [ host-image] Dec 18 23:21:09.896 INFO O| Dec 18 23:21:09.896 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9196 | 2024-12-18T23:21:11.244Z | [ host-image] Dec 18 23:21:09.896 INFO O| Dec 18 23:21:09.896 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9197 | 2024-12-18T23:21:11.245Z | [ host-image] Dec 18 23:21:09.896 INFO O| Dec 18 23:21:09.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9198 | 2024-12-18T23:21:11.245Z | [ host-image] Dec 18 23:21:09.896 INFO O| Dec 18 23:21:09.896 INFO ok! |
9199 | 2024-12-18T23:21:11.247Z | [ host-image] Dec 18 23:21:09.896 INFO O| Dec 18 23:21:09.896 INFO STEP 29 (ensure_file) COMPLETE |
9200 | 2024-12-18T23:21:11.247Z | [ host-image] Dec 18 23:21:09.896 INFO O| Dec 18 23:21:09.896 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9201 | 2024-12-18T23:21:11.267Z | [ host-image] Dec 18 23:21:09.917 INFO O| Dec 18 23:21:09.917 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9202 | 2024-12-18T23:21:11.267Z | [ host-image] Dec 18 23:21:09.917 INFO O| Dec 18 23:21:09.917 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9203 | 2024-12-18T23:21:11.267Z | [ host-image] Dec 18 23:21:09.917 INFO O| Dec 18 23:21:09.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9204 | 2024-12-18T23:21:11.270Z | [ host-image] Dec 18 23:21:09.917 INFO O| Dec 18 23:21:09.917 INFO ok! |
9205 | 2024-12-18T23:21:11.270Z | [ host-image] Dec 18 23:21:09.917 INFO O| Dec 18 23:21:09.917 INFO STEP 30 (ensure_file) COMPLETE |
9206 | 2024-12-18T23:21:11.270Z | [ host-image] Dec 18 23:21:09.917 INFO O| Dec 18 23:21:09.917 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9207 | 2024-12-18T23:21:11.287Z | [ host-image] Dec 18 23:21:09.938 INFO O| Dec 18 23:21:09.938 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9208 | 2024-12-18T23:21:11.287Z | [ host-image] Dec 18 23:21:09.938 INFO O| Dec 18 23:21:09.938 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9209 | 2024-12-18T23:21:11.289Z | [ host-image] Dec 18 23:21:09.938 INFO O| Dec 18 23:21:09.938 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9210 | 2024-12-18T23:21:11.289Z | [ host-image] Dec 18 23:21:09.938 INFO O| Dec 18 23:21:09.938 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9211 | 2024-12-18T23:21:11.289Z | [ host-image] Dec 18 23:21:09.938 INFO O| Dec 18 23:21:09.938 INFO ok! |
9212 | 2024-12-18T23:21:11.289Z | [ host-image] Dec 18 23:21:09.938 INFO O| Dec 18 23:21:09.938 INFO STEP 31 (ensure_file) COMPLETE |
9213 | 2024-12-18T23:21:11.289Z | [ host-image] Dec 18 23:21:09.938 INFO O| Dec 18 23:21:09.938 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9214 | 2024-12-18T23:21:11.322Z | [ host-image] Dec 18 23:21:09.973 INFO O| Dec 18 23:21:09.973 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9215 | 2024-12-18T23:21:11.322Z | [ host-image] Dec 18 23:21:09.973 INFO O| Dec 18 23:21:09.973 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9216 | 2024-12-18T23:21:11.325Z | [ host-image] Dec 18 23:21:09.974 INFO O| Dec 18 23:21:09.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9217 | 2024-12-18T23:21:11.325Z | [ host-image] Dec 18 23:21:09.974 INFO O| Dec 18 23:21:09.974 INFO ok! |
9218 | 2024-12-18T23:21:11.325Z | [ host-image] Dec 18 23:21:09.974 INFO O| Dec 18 23:21:09.974 INFO STEP 32 (ensure_file) COMPLETE |
9219 | 2024-12-18T23:21:11.325Z | [ host-image] Dec 18 23:21:09.974 INFO O| Dec 18 23:21:09.974 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9220 | 2024-12-18T23:21:11.342Z | [ host-image] Dec 18 23:21:09.994 INFO O| Dec 18 23:21:09.993 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9221 | 2024-12-18T23:21:11.342Z | [ host-image] Dec 18 23:21:09.994 INFO O| Dec 18 23:21:09.994 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9222 | 2024-12-18T23:21:11.345Z | [ host-image] Dec 18 23:21:09.994 INFO O| Dec 18 23:21:09.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9223 | 2024-12-18T23:21:11.345Z | [ host-image] Dec 18 23:21:09.994 INFO O| Dec 18 23:21:09.994 INFO ok! |
9224 | 2024-12-18T23:21:11.345Z | [ host-image] Dec 18 23:21:09.994 INFO O| Dec 18 23:21:09.994 INFO STEP 33 (ensure_file) COMPLETE |
9225 | 2024-12-18T23:21:11.345Z | [ host-image] Dec 18 23:21:09.994 INFO O| Dec 18 23:21:09.994 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9226 | 2024-12-18T23:21:11.363Z | [ host-image] Dec 18 23:21:10.014 INFO O| Dec 18 23:21:10.014 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9227 | 2024-12-18T23:21:11.363Z | [ host-image] Dec 18 23:21:10.014 INFO O| Dec 18 23:21:10.014 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9228 | 2024-12-18T23:21:11.365Z | [ host-image] Dec 18 23:21:10.014 INFO O| Dec 18 23:21:10.014 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9229 | 2024-12-18T23:21:11.365Z | [ host-image] Dec 18 23:21:10.015 INFO O| Dec 18 23:21:10.015 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9230 | 2024-12-18T23:21:11.365Z | [ host-image] Dec 18 23:21:10.015 INFO O| Dec 18 23:21:10.015 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9231 | 2024-12-18T23:21:11.366Z | [ host-image] Dec 18 23:21:10.015 INFO O| Dec 18 23:21:10.015 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9232 | 2024-12-18T23:21:11.366Z | [ host-image] Dec 18 23:21:10.015 INFO O| Dec 18 23:21:10.015 INFO ok! |
9233 | 2024-12-18T23:21:11.366Z | [ host-image] Dec 18 23:21:10.015 INFO O| Dec 18 23:21:10.015 INFO STEP 34 (ensure_file) COMPLETE |
9234 | 2024-12-18T23:21:11.366Z | [ host-image] Dec 18 23:21:10.015 INFO O| Dec 18 23:21:10.015 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9235 | 2024-12-18T23:21:11.384Z | [ host-image] Dec 18 23:21:10.035 INFO O| Dec 18 23:21:10.035 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9236 | 2024-12-18T23:21:11.384Z | [ host-image] Dec 18 23:21:10.035 INFO O| Dec 18 23:21:10.035 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9237 | 2024-12-18T23:21:11.387Z | [ host-image] Dec 18 23:21:10.036 INFO O| Dec 18 23:21:10.035 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9238 | 2024-12-18T23:21:11.387Z | [ host-image] Dec 18 23:21:10.036 INFO O| Dec 18 23:21:10.036 INFO STEP 35 (ensure_dir) COMPLETE |
9239 | 2024-12-18T23:21:11.387Z | [ host-image] Dec 18 23:21:10.036 INFO O| Dec 18 23:21:10.036 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9240 | 2024-12-18T23:21:11.424Z | [ host-image] Dec 18 23:21:10.075 INFO O| Dec 18 23:21:10.075 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 |
9241 | 2024-12-18T23:21:11.424Z | [ host-image] Dec 18 23:21:10.075 INFO O| Dec 18 23:21:10.075 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 ... |
9242 | 2024-12-18T23:21:11.426Z | [ host-image] Dec 18 23:21:10.075 INFO O| Dec 18 23:21:10.075 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 |
9243 | 2024-12-18T23:21:11.427Z | [ host-image] Dec 18 23:21:10.075 INFO O| Dec 18 23:21:10.075 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 |
9244 | 2024-12-18T23:21:11.427Z | [ host-image] Dec 18 23:21:10.075 INFO O| Dec 18 23:21:10.075 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 |
9245 | 2024-12-18T23:21:11.427Z | [ host-image] Dec 18 23:21:10.076 INFO O| Dec 18 23:21:10.076 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 |
9246 | 2024-12-18T23:21:11.428Z | [ host-image] Dec 18 23:21:10.076 INFO O| Dec 18 23:21:10.076 INFO ok! |
9247 | 2024-12-18T23:21:11.428Z | [ host-image] Dec 18 23:21:10.076 INFO O| Dec 18 23:21:10.076 INFO STEP 36 (ensure_file) COMPLETE |
9248 | 2024-12-18T23:21:11.428Z | [ host-image] Dec 18 23:21:10.076 INFO O| Dec 18 23:21:10.076 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9249 | 2024-12-18T23:21:11.487Z | [ host-image] Dec 18 23:21:10.138 INFO O| Dec 18 23:21:10.138 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9250 | 2024-12-18T23:21:11.487Z | [ host-image] Dec 18 23:21:10.138 INFO O| Dec 18 23:21:10.138 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 ... |
9251 | 2024-12-18T23:21:11.490Z | [ host-image] Dec 18 23:21:10.138 INFO O| Dec 18 23:21:10.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9252 | 2024-12-18T23:21:11.490Z | [ host-image] Dec 18 23:21:10.139 INFO O| Dec 18 23:21:10.138 INFO ok! |
9253 | 2024-12-18T23:21:11.490Z | [ host-image] Dec 18 23:21:10.139 INFO O| Dec 18 23:21:10.139 INFO STEP 37 (ensure_symlink) COMPLETE |
9254 | 2024-12-18T23:21:11.490Z | [ host-image] Dec 18 23:21:10.139 INFO O| Dec 18 23:21:10.139 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9255 | 2024-12-18T23:21:11.511Z | [ host-image] Dec 18 23:21:10.162 INFO O| Dec 18 23:21:10.162 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9256 | 2024-12-18T23:21:11.511Z | [ host-image] Dec 18 23:21:10.162 INFO O| Dec 18 23:21:10.162 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9257 | 2024-12-18T23:21:11.512Z | [ host-image] Dec 18 23:21:10.162 INFO O| Dec 18 23:21:10.162 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9258 | 2024-12-18T23:21:11.515Z | [ host-image] Dec 18 23:21:10.162 INFO O| Dec 18 23:21:10.162 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9259 | 2024-12-18T23:21:11.515Z | [ host-image] Dec 18 23:21:10.162 INFO O| Dec 18 23:21:10.162 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9260 | 2024-12-18T23:21:11.515Z | [ host-image] Dec 18 23:21:10.162 INFO O| Dec 18 23:21:10.162 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9261 | 2024-12-18T23:21:11.515Z | [ host-image] Dec 18 23:21:10.162 INFO O| Dec 18 23:21:10.162 INFO ok! |
9262 | 2024-12-18T23:21:11.515Z | [ host-image] Dec 18 23:21:10.163 INFO O| Dec 18 23:21:10.163 INFO STEP 38 (ensure_file) COMPLETE |
9263 | 2024-12-18T23:21:11.515Z | [ host-image] Dec 18 23:21:10.163 INFO O| Dec 18 23:21:10.163 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9264 | 2024-12-18T23:21:11.533Z | [ host-image] Dec 18 23:21:10.184 INFO O| Dec 18 23:21:10.184 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9265 | 2024-12-18T23:21:11.535Z | [ host-image] Dec 18 23:21:10.184 INFO O| Dec 18 23:21:10.184 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 ... |
9266 | 2024-12-18T23:21:11.535Z | [ host-image] Dec 18 23:21:10.184 INFO O| Dec 18 23:21:10.184 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 |
9267 | 2024-12-18T23:21:11.535Z | [ host-image] Dec 18 23:21:10.184 INFO O| Dec 18 23:21:10.184 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9268 | 2024-12-18T23:21:11.535Z | [ host-image] Dec 18 23:21:10.184 INFO O| Dec 18 23:21:10.184 INFO ok! |
9269 | 2024-12-18T23:21:11.535Z | [ host-image] Dec 18 23:21:10.184 INFO O| Dec 18 23:21:10.184 INFO STEP 39 (ensure_file) COMPLETE |
9270 | 2024-12-18T23:21:11.535Z | [ host-image] Dec 18 23:21:10.184 INFO O| Dec 18 23:21:10.184 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9271 | 2024-12-18T23:21:11.554Z | [ host-image] Dec 18 23:21:10.206 INFO O| Dec 18 23:21:10.206 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9272 | 2024-12-18T23:21:11.554Z | [ host-image] Dec 18 23:21:10.206 INFO O| Dec 18 23:21:10.206 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9273 | 2024-12-18T23:21:11.557Z | [ host-image] Dec 18 23:21:10.206 INFO O| Dec 18 23:21:10.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9274 | 2024-12-18T23:21:11.557Z | [ host-image] Dec 18 23:21:10.206 INFO O| Dec 18 23:21:10.206 INFO ok! |
9275 | 2024-12-18T23:21:11.557Z | [ host-image] Dec 18 23:21:10.206 INFO O| Dec 18 23:21:10.206 INFO STEP 40 (ensure_file) COMPLETE |
9276 | 2024-12-18T23:21:11.557Z | [ host-image] Dec 18 23:21:10.206 INFO O| Dec 18 23:21:10.206 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9277 | 2024-12-18T23:21:11.576Z | [ host-image] Dec 18 23:21:10.228 INFO O| Dec 18 23:21:10.227 INFO updating shadow file |
9278 | 2024-12-18T23:21:11.576Z | [ host-image] Dec 18 23:21:10.228 INFO O| Dec 18 23:21:10.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9279 | 2024-12-18T23:21:11.579Z | [ host-image] Dec 18 23:21:10.228 INFO O| Dec 18 23:21:10.228 INFO STEP 41 (shadow) COMPLETE |
9280 | 2024-12-18T23:21:11.579Z | [ host-image] Dec 18 23:21:10.228 INFO O| Dec 18 23:21:10.228 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9281 | 2024-12-18T23:21:11.612Z | [ host-image] Dec 18 23:21:10.263 INFO O| Dec 18 23:21:10.263 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9282 | 2024-12-18T23:21:11.612Z | [ host-image] Dec 18 23:21:10.263 INFO O| Dec 18 23:21:10.263 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9283 | 2024-12-18T23:21:11.614Z | [ host-image] Dec 18 23:21:10.263 INFO O| Dec 18 23:21:10.263 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9284 | 2024-12-18T23:21:11.614Z | [ host-image] Dec 18 23:21:10.263 INFO O| Dec 18 23:21:10.263 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9285 | 2024-12-18T23:21:11.614Z | [ host-image] Dec 18 23:21:10.263 INFO O| Dec 18 23:21:10.263 INFO ok! |
9286 | 2024-12-18T23:21:11.614Z | [ host-image] Dec 18 23:21:10.263 INFO O| Dec 18 23:21:10.263 INFO STEP 42 (ensure_file) COMPLETE |
9287 | 2024-12-18T23:21:11.614Z | [ host-image] Dec 18 23:21:10.263 INFO O| Dec 18 23:21:10.263 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9288 | 2024-12-18T23:21:11.614Z | [ host-image] Dec 18 23:21:10.263 INFO O| Dec 18 23:21:10.263 INFO skip step because feature "mfg" is not enabled |
9289 | 2024-12-18T23:21:11.615Z | [ host-image] Dec 18 23:21:10.263 INFO O| Dec 18 23:21:10.263 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9290 | 2024-12-18T23:21:11.615Z | [ host-image] Dec 18 23:21:10.264 INFO O| Dec 18 23:21:10.263 INFO skip step because feature "mfg" is not enabled |
9291 | 2024-12-18T23:21:11.615Z | [ host-image] Dec 18 23:21:10.264 INFO O| Dec 18 23:21:10.264 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9292 | 2024-12-18T23:21:11.634Z | [ host-image] Dec 18 23:21:10.286 INFO O| Dec 18 23:21:10.286 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9293 | 2024-12-18T23:21:11.634Z | [ host-image] Dec 18 23:21:10.286 INFO O| Dec 18 23:21:10.286 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9294 | 2024-12-18T23:21:12.498Z | [ host-image] Dec 18 23:21:11.149 INFO O| Dec 18 23:21:11.149 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9295 | 2024-12-18T23:21:12.498Z | [ host-image] Dec 18 23:21:11.150 INFO O| Dec 18 23:21:11.149 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9296 | 2024-12-18T23:21:12.501Z | [ host-image] Dec 18 23:21:11.150 INFO O| Dec 18 23:21:11.149 INFO ok! |
9297 | 2024-12-18T23:21:12.501Z | [ host-image] Dec 18 23:21:11.150 INFO O| Dec 18 23:21:11.149 INFO STEP 45 (ensure_file) COMPLETE |
9298 | 2024-12-18T23:21:12.501Z | [ host-image] Dec 18 23:21:11.150 INFO O| Dec 18 23:21:11.150 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9299 | 2024-12-18T23:21:12.520Z | [ host-image] Dec 18 23:21:11.171 INFO O| Dec 18 23:21:11.171 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9300 | 2024-12-18T23:21:12.520Z | [ host-image] Dec 18 23:21:11.171 INFO O| Dec 18 23:21:11.171 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9301 | 2024-12-18T23:21:12.523Z | [ host-image] Dec 18 23:21:11.171 INFO O| Dec 18 23:21:11.171 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9302 | 2024-12-18T23:21:12.523Z | [ host-image] Dec 18 23:21:11.172 INFO O| Dec 18 23:21:11.172 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9303 | 2024-12-18T23:21:12.523Z | [ host-image] Dec 18 23:21:11.172 INFO O| Dec 18 23:21:11.172 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9304 | 2024-12-18T23:21:12.523Z | [ host-image] Dec 18 23:21:11.172 INFO O| Dec 18 23:21:11.172 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9305 | 2024-12-18T23:21:12.524Z | [ host-image] Dec 18 23:21:11.172 INFO O| Dec 18 23:21:11.172 INFO ok! |
9306 | 2024-12-18T23:21:12.524Z | [ host-image] Dec 18 23:21:11.172 INFO O| Dec 18 23:21:11.172 INFO STEP 46 (ensure_file) COMPLETE |
9307 | 2024-12-18T23:21:12.524Z | [ host-image] Dec 18 23:21:11.172 INFO O| Dec 18 23:21:11.172 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9308 | 2024-12-18T23:21:12.550Z | [ host-image] Dec 18 23:21:11.201 INFO O| Dec 18 23:21:11.201 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9309 | 2024-12-18T23:21:12.550Z | [ host-image] Dec 18 23:21:11.201 INFO O| Dec 18 23:21:11.201 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 ... |
9310 | 2024-12-18T23:21:12.553Z | [ host-image] Dec 18 23:21:11.201 INFO O| Dec 18 23:21:11.201 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 |
9311 | 2024-12-18T23:21:12.553Z | [ host-image] Dec 18 23:21:11.201 INFO O| Dec 18 23:21:11.201 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9312 | 2024-12-18T23:21:12.553Z | [ host-image] Dec 18 23:21:11.201 INFO O| Dec 18 23:21:11.201 INFO ok! |
9313 | 2024-12-18T23:21:12.553Z | [ host-image] Dec 18 23:21:11.202 INFO O| Dec 18 23:21:11.201 INFO STEP 47 (ensure_file) COMPLETE |
9314 | 2024-12-18T23:21:12.553Z | [ host-image] Dec 18 23:21:11.202 INFO O| Dec 18 23:21:11.202 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9315 | 2024-12-18T23:21:12.589Z | [ host-image] Dec 18 23:21:11.240 INFO O| Dec 18 23:21:11.240 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9316 | 2024-12-18T23:21:12.589Z | [ host-image] Dec 18 23:21:11.240 INFO O| Dec 18 23:21:11.240 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9317 | 2024-12-18T23:21:12.589Z | [ host-image] Dec 18 23:21:11.240 INFO O| Dec 18 23:21:11.240 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9318 | 2024-12-18T23:21:12.592Z | [ host-image] Dec 18 23:21:11.240 INFO O| Dec 18 23:21:11.240 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9319 | 2024-12-18T23:21:12.592Z | [ host-image] Dec 18 23:21:11.240 INFO O| Dec 18 23:21:11.240 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9320 | 2024-12-18T23:21:12.592Z | [ host-image] Dec 18 23:21:11.240 INFO O| Dec 18 23:21:11.240 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9321 | 2024-12-18T23:21:12.592Z | [ host-image] Dec 18 23:21:11.240 INFO O| Dec 18 23:21:11.240 INFO ok! |
9322 | 2024-12-18T23:21:12.592Z | [ host-image] Dec 18 23:21:11.240 INFO O| Dec 18 23:21:11.240 INFO STEP 48 (ensure_file) COMPLETE |
9323 | 2024-12-18T23:21:12.592Z | [ host-image] Dec 18 23:21:11.240 INFO O| Dec 18 23:21:11.240 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9324 | 2024-12-18T23:21:12.614Z | [ host-image] Dec 18 23:21:11.265 INFO O| Dec 18 23:21:11.265 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9325 | 2024-12-18T23:21:12.614Z | [ host-image] Dec 18 23:21:11.265 INFO O| Dec 18 23:21:11.265 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 ... |
9326 | 2024-12-18T23:21:12.614Z | [ host-image] Dec 18 23:21:11.265 INFO O| Dec 18 23:21:11.265 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 |
9327 | 2024-12-18T23:21:12.614Z | [ host-image] Dec 18 23:21:11.265 INFO O| Dec 18 23:21:11.265 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9328 | 2024-12-18T23:21:12.617Z | [ host-image] Dec 18 23:21:11.265 INFO O| Dec 18 23:21:11.265 INFO ok! |
9329 | 2024-12-18T23:21:12.617Z | [ host-image] Dec 18 23:21:11.265 INFO O| Dec 18 23:21:11.265 INFO STEP 49 (ensure_file) COMPLETE |
9330 | 2024-12-18T23:21:12.617Z | [ host-image] Dec 18 23:21:11.265 INFO O| Dec 18 23:21:11.265 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9331 | 2024-12-18T23:21:12.673Z | [ host-image] Dec 18 23:21:11.324 INFO O| Dec 18 23:21:11.324 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9332 | 2024-12-18T23:21:12.673Z | [ host-image] Dec 18 23:21:11.324 INFO O| Dec 18 23:21:11.324 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9333 | 2024-12-18T23:21:12.675Z | [ host-image] Dec 18 23:21:11.324 INFO O| Dec 18 23:21:11.324 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9334 | 2024-12-18T23:21:12.676Z | [ host-image] Dec 18 23:21:11.324 INFO O| Dec 18 23:21:11.324 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9335 | 2024-12-18T23:21:12.676Z | [ host-image] Dec 18 23:21:11.324 INFO O| Dec 18 23:21:11.324 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9336 | 2024-12-18T23:21:12.676Z | [ host-image] Dec 18 23:21:11.324 INFO O| Dec 18 23:21:11.324 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9337 | 2024-12-18T23:21:12.676Z | [ host-image] Dec 18 23:21:11.324 INFO O| Dec 18 23:21:11.324 INFO ok! |
9338 | 2024-12-18T23:21:12.676Z | [ host-image] Dec 18 23:21:11.324 INFO O| Dec 18 23:21:11.324 INFO STEP 50 (ensure_file) COMPLETE |
9339 | 2024-12-18T23:21:12.676Z | [ host-image] Dec 18 23:21:11.325 INFO O| Dec 18 23:21:11.324 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9340 | 2024-12-18T23:21:12.703Z | [ host-image] Dec 18 23:21:11.355 INFO O| Dec 18 23:21:11.354 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9341 | 2024-12-18T23:21:12.703Z | [ host-image] Dec 18 23:21:11.355 INFO O| Dec 18 23:21:11.355 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 ... |
9342 | 2024-12-18T23:21:12.707Z | [ host-image] Dec 18 23:21:11.355 INFO O| Dec 18 23:21:11.355 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 |
9343 | 2024-12-18T23:21:12.707Z | [ host-image] Dec 18 23:21:11.355 INFO O| Dec 18 23:21:11.355 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9344 | 2024-12-18T23:21:12.707Z | [ host-image] Dec 18 23:21:11.355 INFO O| Dec 18 23:21:11.355 INFO ok! |
9345 | 2024-12-18T23:21:12.707Z | [ host-image] Dec 18 23:21:11.355 INFO O| Dec 18 23:21:11.355 INFO STEP 51 (ensure_file) COMPLETE |
9346 | 2024-12-18T23:21:12.707Z | [ host-image] Dec 18 23:21:11.355 INFO O| Dec 18 23:21:11.355 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9347 | 2024-12-18T23:21:12.727Z | [ host-image] Dec 18 23:21:11.378 INFO O| Dec 18 23:21:11.378 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9348 | 2024-12-18T23:21:12.727Z | [ host-image] Dec 18 23:21:11.378 INFO O| Dec 18 23:21:11.378 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 ... |
9349 | 2024-12-18T23:21:12.730Z | [ host-image] Dec 18 23:21:11.379 INFO O| Dec 18 23:21:11.379 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 |
9350 | 2024-12-18T23:21:12.730Z | [ host-image] Dec 18 23:21:11.379 INFO O| Dec 18 23:21:11.379 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9351 | 2024-12-18T23:21:12.730Z | [ host-image] Dec 18 23:21:11.379 INFO O| Dec 18 23:21:11.379 INFO ok! |
9352 | 2024-12-18T23:21:12.730Z | [ host-image] Dec 18 23:21:11.379 INFO O| Dec 18 23:21:11.379 INFO STEP 52 (ensure_file) COMPLETE |
9353 | 2024-12-18T23:21:12.730Z | [ host-image] Dec 18 23:21:11.379 INFO O| Dec 18 23:21:11.379 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9354 | 2024-12-18T23:21:12.751Z | [ host-image] Dec 18 23:21:11.401 INFO O| Dec 18 23:21:11.401 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9355 | 2024-12-18T23:21:12.751Z | [ host-image] Dec 18 23:21:11.401 INFO O| Dec 18 23:21:11.401 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 ... |
9356 | 2024-12-18T23:21:12.754Z | [ host-image] Dec 18 23:21:11.401 INFO O| Dec 18 23:21:11.401 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 |
9357 | 2024-12-18T23:21:12.754Z | [ host-image] Dec 18 23:21:11.401 INFO O| Dec 18 23:21:11.401 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9358 | 2024-12-18T23:21:12.754Z | [ host-image] Dec 18 23:21:11.401 INFO O| Dec 18 23:21:11.401 INFO ok! |
9359 | 2024-12-18T23:21:12.754Z | [ host-image] Dec 18 23:21:11.401 INFO O| Dec 18 23:21:11.401 INFO STEP 53 (ensure_file) COMPLETE |
9360 | 2024-12-18T23:21:12.754Z | [ host-image] Dec 18 23:21:11.402 INFO O| Dec 18 23:21:11.402 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9361 | 2024-12-18T23:21:12.772Z | [ host-image] Dec 18 23:21:11.423 INFO O| Dec 18 23:21:11.423 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9362 | 2024-12-18T23:21:12.772Z | [ host-image] Dec 18 23:21:11.423 INFO O| Dec 18 23:21:11.423 INFO STEP 54 (ensure_dir) COMPLETE |
9363 | 2024-12-18T23:21:12.775Z | [ host-image] Dec 18 23:21:11.423 INFO O| Dec 18 23:21:11.423 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9364 | 2024-12-18T23:21:12.793Z | [ host-image] Dec 18 23:21:11.444 INFO O| Dec 18 23:21:11.444 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9365 | 2024-12-18T23:21:12.793Z | [ host-image] Dec 18 23:21:11.444 INFO O| Dec 18 23:21:11.444 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9366 | 2024-12-18T23:21:12.796Z | [ host-image] Dec 18 23:21:11.444 INFO O| Dec 18 23:21:11.444 INFO STEP 55 (ensure_dir) COMPLETE |
9367 | 2024-12-18T23:21:12.796Z | [ host-image] Dec 18 23:21:11.444 INFO O| Dec 18 23:21:11.444 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9368 | 2024-12-18T23:21:12.812Z | [ host-image] Dec 18 23:21:11.464 INFO O| Dec 18 23:21:11.464 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9369 | 2024-12-18T23:21:12.815Z | [ host-image] Dec 18 23:21:11.464 INFO O| Dec 18 23:21:11.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9370 | 2024-12-18T23:21:12.815Z | [ host-image] Dec 18 23:21:11.464 INFO O| Dec 18 23:21:11.464 INFO STEP 56 (ensure_dir) COMPLETE |
9371 | 2024-12-18T23:21:12.815Z | [ host-image] Dec 18 23:21:11.464 INFO O| Dec 18 23:21:11.464 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9372 | 2024-12-18T23:21:12.833Z | [ host-image] Dec 18 23:21:11.484 INFO O| Dec 18 23:21:11.484 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9373 | 2024-12-18T23:21:12.833Z | [ host-image] Dec 18 23:21:11.484 INFO O| Dec 18 23:21:11.484 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9374 | 2024-12-18T23:21:12.886Z | [ host-image] Dec 18 23:21:11.537 INFO O| Dec 18 23:21:11.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9375 | 2024-12-18T23:21:12.886Z | [ host-image] Dec 18 23:21:11.537 INFO O| Dec 18 23:21:11.537 INFO ok! |
9376 | 2024-12-18T23:21:12.889Z | [ host-image] Dec 18 23:21:11.537 INFO O| Dec 18 23:21:11.537 INFO STEP 57 (ensure_file) COMPLETE |
9377 | 2024-12-18T23:21:12.889Z | [ host-image] Dec 18 23:21:11.537 INFO O| Dec 18 23:21:11.537 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9378 | 2024-12-18T23:21:12.974Z | [ host-image] Dec 18 23:21:11.625 INFO O| Dec 18 23:21:11.625 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9379 | 2024-12-18T23:21:12.974Z | [ host-image] Dec 18 23:21:11.625 INFO O| Dec 18 23:21:11.625 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9380 | 2024-12-18T23:21:13.146Z | [ recovery-image] Dec 18 23:21:11.797 INFO E| Compiling bitflags v1.3.2 |
9381 | 2024-12-18T23:21:13.149Z | [ recovery-image] Dec 18 23:21:11.797 INFO E| Compiling plain v0.2.3 |
9382 | 2024-12-18T23:21:13.149Z | [ recovery-image] Dec 18 23:21:11.797 INFO E| Compiling bit_field v0.10.2 |
9383 | 2024-12-18T23:21:13.149Z | [ recovery-image] Dec 18 23:21:11.797 INFO E| Compiling adler2 v2.0.0 |
9384 | 2024-12-18T23:21:13.149Z | [ recovery-image] Dec 18 23:21:11.798 INFO E| Compiling scroll v0.12.0 |
9385 | 2024-12-18T23:21:13.149Z | [ recovery-image] Dec 18 23:21:11.798 INFO E| Compiling log v0.4.22 |
9386 | 2024-12-18T23:21:13.152Z | [ recovery-image] Dec 18 23:21:11.803 INFO E| Compiling static_assertions v1.1.0 |
9387 | 2024-12-18T23:21:13.399Z | [ recovery-image] Dec 18 23:21:12.050 INFO E| Compiling raw-cpuid v10.7.0 |
9388 | 2024-12-18T23:21:13.529Z | [ recovery-image] Dec 18 23:21:12.180 INFO E| Compiling cpio_reader v0.1.1 |
9389 | 2024-12-18T23:21:14.045Z | [ recovery-image] Dec 18 23:21:12.696 INFO E| Compiling miniz_oxide v0.8.0 |
9390 | 2024-12-18T23:21:14.202Z | [ recovery-image] Dec 18 23:21:12.853 INFO E| Compiling bitstruct v0.1.1 |
9391 | 2024-12-18T23:21:14.425Z | [ host-image] Dec 18 23:21:13.076 INFO O| Dec 18 23:21:13.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9392 | 2024-12-18T23:21:14.425Z | [ host-image] Dec 18 23:21:13.076 INFO O| Dec 18 23:21:13.076 INFO ok! |
9393 | 2024-12-18T23:21:14.429Z | [ host-image] Dec 18 23:21:13.076 INFO O| Dec 18 23:21:13.076 INFO STEP 58 (ensure_file) COMPLETE |
9394 | 2024-12-18T23:21:14.429Z | [ host-image] Dec 18 23:21:13.076 INFO O| Dec 18 23:21:13.076 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9395 | 2024-12-18T23:21:14.445Z | [ host-image] Dec 18 23:21:13.096 INFO O| Dec 18 23:21:13.096 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9396 | 2024-12-18T23:21:14.445Z | [ host-image] Dec 18 23:21:13.096 INFO O| Dec 18 23:21:13.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9397 | 2024-12-18T23:21:14.448Z | [ host-image] Dec 18 23:21:13.096 INFO O| Dec 18 23:21:13.096 INFO STEP 59 (ensure_dir) COMPLETE |
9398 | 2024-12-18T23:21:14.448Z | [ host-image] Dec 18 23:21:13.096 INFO O| Dec 18 23:21:13.096 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9399 | 2024-12-18T23:21:14.526Z | [ host-image] Dec 18 23:21:13.177 INFO O| Dec 18 23:21:13.177 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9400 | 2024-12-18T23:21:14.526Z | [ host-image] Dec 18 23:21:13.177 INFO O| Dec 18 23:21:13.177 INFO copying /tmp/.tmpDJCDbN/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 ... |
9401 | 2024-12-18T23:21:14.526Z | [ host-image] Dec 18 23:21:13.178 INFO O| Dec 18 23:21:13.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9402 | 2024-12-18T23:21:14.526Z | [ host-image] Dec 18 23:21:13.178 INFO O| Dec 18 23:21:13.178 INFO ok! |
9403 | 2024-12-18T23:21:14.529Z | [ host-image] Dec 18 23:21:13.178 INFO O| Dec 18 23:21:13.178 INFO STEP 60 (ensure_file) COMPLETE |
9404 | 2024-12-18T23:21:14.529Z | [ host-image] Dec 18 23:21:13.178 INFO O| Dec 18 23:21:13.178 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9405 | 2024-12-18T23:21:14.604Z | [ host-image] Dec 18 23:21:13.255 INFO O| Dec 18 23:21:13.255 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9406 | 2024-12-18T23:21:14.604Z | [ host-image] Dec 18 23:21:13.255 INFO O| Dec 18 23:21:13.255 INFO copying /tmp/.tmpDJCDbN/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 ... |
9407 | 2024-12-18T23:21:14.608Z | [ host-image] Dec 18 23:21:13.255 INFO O| Dec 18 23:21:13.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9408 | 2024-12-18T23:21:14.608Z | [ host-image] Dec 18 23:21:13.255 INFO O| Dec 18 23:21:13.255 INFO ok! |
9409 | 2024-12-18T23:21:14.608Z | [ host-image] Dec 18 23:21:13.255 INFO O| Dec 18 23:21:13.255 INFO STEP 61 (ensure_file) COMPLETE |
9410 | 2024-12-18T23:21:14.608Z | [ host-image] Dec 18 23:21:13.255 INFO O| Dec 18 23:21:13.255 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9411 | 2024-12-18T23:21:14.647Z | [ host-image] Dec 18 23:21:13.298 INFO O| Dec 18 23:21:13.298 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9412 | 2024-12-18T23:21:14.648Z | [ host-image] Dec 18 23:21:13.298 INFO O| Dec 18 23:21:13.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9413 | 2024-12-18T23:21:14.648Z | [ host-image] Dec 18 23:21:13.298 INFO O| Dec 18 23:21:13.298 INFO STEP 62 (ensure_dir) COMPLETE |
9414 | 2024-12-18T23:21:14.648Z | [ host-image] Dec 18 23:21:13.298 INFO O| Dec 18 23:21:13.298 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9415 | 2024-12-18T23:21:14.710Z | [ host-image] Dec 18 23:21:13.361 INFO O| Dec 18 23:21:13.361 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9416 | 2024-12-18T23:21:14.710Z | [ host-image] Dec 18 23:21:13.361 INFO O| Dec 18 23:21:13.361 INFO copying /tmp/.tmpDJCDbN/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 ... |
9417 | 2024-12-18T23:21:14.710Z | [ host-image] Dec 18 23:21:13.362 INFO O| Dec 18 23:21:13.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9418 | 2024-12-18T23:21:14.721Z | [ host-image] Dec 18 23:21:13.362 INFO O| Dec 18 23:21:13.362 INFO ok! |
9419 | 2024-12-18T23:21:14.721Z | [ host-image] Dec 18 23:21:13.362 INFO O| Dec 18 23:21:13.362 INFO STEP 63 (ensure_file) COMPLETE |
9420 | 2024-12-18T23:21:14.721Z | [ host-image] Dec 18 23:21:13.362 INFO O| Dec 18 23:21:13.362 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9421 | 2024-12-18T23:21:14.733Z | [ host-image] Dec 18 23:21:13.382 INFO O| Dec 18 23:21:13.382 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9422 | 2024-12-18T23:21:14.733Z | [ host-image] Dec 18 23:21:13.382 INFO O| Dec 18 23:21:13.382 INFO copying /tmp/.tmpDJCDbN/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 ... |
9423 | 2024-12-18T23:21:14.736Z | [ host-image] Dec 18 23:21:13.382 INFO O| Dec 18 23:21:13.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9424 | 2024-12-18T23:21:14.736Z | [ host-image] Dec 18 23:21:13.382 INFO O| Dec 18 23:21:13.382 INFO ok! |
9425 | 2024-12-18T23:21:14.736Z | [ host-image] Dec 18 23:21:13.382 INFO O| Dec 18 23:21:13.382 INFO STEP 64 (ensure_file) COMPLETE |
9426 | 2024-12-18T23:21:14.736Z | [ host-image] Dec 18 23:21:13.382 INFO O| Dec 18 23:21:13.382 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9427 | 2024-12-18T23:21:14.788Z | [ recovery-image] Dec 18 23:21:13.439 INFO E| Compiling goblin v0.8.2 |
9428 | 2024-12-18T23:21:14.823Z | [ host-image] Dec 18 23:21:13.474 INFO O| Dec 18 23:21:13.474 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9429 | 2024-12-18T23:21:14.823Z | [ host-image] Dec 18 23:21:13.474 INFO O| Dec 18 23:21:13.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9430 | 2024-12-18T23:21:14.823Z | [ host-image] Dec 18 23:21:13.474 INFO O| Dec 18 23:21:13.474 INFO STEP 65 (ensure_dir) COMPLETE |
9431 | 2024-12-18T23:21:14.826Z | [ host-image] Dec 18 23:21:13.474 INFO O| Dec 18 23:21:13.474 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9432 | 2024-12-18T23:21:14.961Z | [ host-image] Dec 18 23:21:13.612 INFO O| Dec 18 23:21:13.612 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9433 | 2024-12-18T23:21:14.961Z | [ host-image] Dec 18 23:21:13.612 INFO O| Dec 18 23:21:13.612 INFO copying /tmp/.tmpDJCDbN/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 ... |
9434 | 2024-12-18T23:21:14.964Z | [ host-image] Dec 18 23:21:13.613 INFO O| Dec 18 23:21:13.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9435 | 2024-12-18T23:21:14.965Z | [ host-image] Dec 18 23:21:13.613 INFO O| Dec 18 23:21:13.612 INFO ok! |
9436 | 2024-12-18T23:21:14.965Z | [ host-image] Dec 18 23:21:13.613 INFO O| Dec 18 23:21:13.613 INFO STEP 66 (ensure_file) COMPLETE |
9437 | 2024-12-18T23:21:14.965Z | [ host-image] Dec 18 23:21:13.613 INFO O| Dec 18 23:21:13.613 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9438 | 2024-12-18T23:21:15.036Z | [ host-image] Dec 18 23:21:13.686 INFO O| Dec 18 23:21:13.686 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9439 | 2024-12-18T23:21:15.036Z | [ host-image] Dec 18 23:21:13.686 INFO O| Dec 18 23:21:13.686 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9440 | 2024-12-18T23:21:15.036Z | [ host-image] Dec 18 23:21:13.686 INFO O| Dec 18 23:21:13.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9441 | 2024-12-18T23:21:15.036Z | [ host-image] Dec 18 23:21:13.686 INFO O| Dec 18 23:21:13.686 INFO ok! |
9442 | 2024-12-18T23:21:15.036Z | [ host-image] Dec 18 23:21:13.686 INFO O| Dec 18 23:21:13.686 INFO STEP 67 (ensure_file) COMPLETE |
9443 | 2024-12-18T23:21:15.036Z | [ host-image] Dec 18 23:21:13.686 INFO O| Dec 18 23:21:13.686 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9444 | 2024-12-18T23:21:15.077Z | [ host-image] Dec 18 23:21:13.728 INFO O| Dec 18 23:21:13.728 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9445 | 2024-12-18T23:21:15.081Z | [ host-image] Dec 18 23:21:13.729 INFO O| Dec 18 23:21:13.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9446 | 2024-12-18T23:21:15.081Z | [ host-image] Dec 18 23:21:13.729 INFO O| Dec 18 23:21:13.729 INFO STEP 68 (ensure_dir) COMPLETE |
9447 | 2024-12-18T23:21:15.081Z | [ host-image] Dec 18 23:21:13.729 INFO O| Dec 18 23:21:13.729 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9448 | 2024-12-18T23:21:15.119Z | [ host-image] Dec 18 23:21:13.770 INFO O| Dec 18 23:21:13.770 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9449 | 2024-12-18T23:21:15.119Z | [ host-image] Dec 18 23:21:13.770 INFO O| Dec 18 23:21:13.770 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9450 | 2024-12-18T23:21:16.567Z | [ host-image] Dec 18 23:21:15.218 INFO O| Dec 18 23:21:15.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9451 | 2024-12-18T23:21:16.567Z | [ host-image] Dec 18 23:21:15.218 INFO O| Dec 18 23:21:15.218 INFO ok! |
9452 | 2024-12-18T23:21:16.570Z | [ host-image] Dec 18 23:21:15.218 INFO O| Dec 18 23:21:15.218 INFO STEP 69 (ensure_file) COMPLETE |
9453 | 2024-12-18T23:21:16.570Z | [ host-image] Dec 18 23:21:15.218 INFO O| Dec 18 23:21:15.218 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9454 | 2024-12-18T23:21:16.585Z | [ host-image] Dec 18 23:21:15.236 INFO O| Dec 18 23:21:15.236 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9455 | 2024-12-18T23:21:16.585Z | [ host-image] Dec 18 23:21:15.236 INFO O| Dec 18 23:21:15.236 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9456 | 2024-12-18T23:21:18.629Z | [ host-image] Dec 18 23:21:17.279 INFO O| Dec 18 23:21:17.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9457 | 2024-12-18T23:21:18.629Z | [ host-image] Dec 18 23:21:17.280 INFO O| Dec 18 23:21:17.279 INFO ok! |
9458 | 2024-12-18T23:21:18.631Z | [ host-image] Dec 18 23:21:17.280 INFO O| Dec 18 23:21:17.279 INFO STEP 70 (ensure_file) COMPLETE |
9459 | 2024-12-18T23:21:18.631Z | [ host-image] Dec 18 23:21:17.280 INFO O| Dec 18 23:21:17.279 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9460 | 2024-12-18T23:21:18.649Z | [ host-image] Dec 18 23:21:17.300 INFO O| Dec 18 23:21:17.300 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9461 | 2024-12-18T23:21:18.649Z | [ host-image] Dec 18 23:21:17.300 INFO O| Dec 18 23:21:17.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9462 | 2024-12-18T23:21:18.649Z | [ host-image] Dec 18 23:21:17.300 INFO O| Dec 18 23:21:17.300 INFO STEP 71 (ensure_dir) COMPLETE |
9463 | 2024-12-18T23:21:18.652Z | [ host-image] Dec 18 23:21:17.300 INFO O| Dec 18 23:21:17.300 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9464 | 2024-12-18T23:21:18.685Z | [ host-image] Dec 18 23:21:17.336 INFO O| Dec 18 23:21:17.336 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9465 | 2024-12-18T23:21:18.685Z | [ host-image] Dec 18 23:21:17.336 INFO O| Dec 18 23:21:17.336 INFO copying /tmp/.tmpDJCDbN/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 ... |
9466 | 2024-12-18T23:21:18.688Z | [ host-image] Dec 18 23:21:17.337 INFO O| Dec 18 23:21:17.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9467 | 2024-12-18T23:21:18.688Z | [ host-image] Dec 18 23:21:17.337 INFO O| Dec 18 23:21:17.337 INFO ok! |
9468 | 2024-12-18T23:21:18.688Z | [ host-image] Dec 18 23:21:17.337 INFO O| Dec 18 23:21:17.337 INFO STEP 72 (ensure_file) COMPLETE |
9469 | 2024-12-18T23:21:18.688Z | [ host-image] Dec 18 23:21:17.337 INFO O| Dec 18 23:21:17.337 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9470 | 2024-12-18T23:21:18.739Z | [ host-image] Dec 18 23:21:17.390 INFO O| Dec 18 23:21:17.390 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9471 | 2024-12-18T23:21:18.739Z | [ host-image] Dec 18 23:21:17.390 INFO O| Dec 18 23:21:17.390 INFO copying /tmp/.tmpDJCDbN/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 ... |
9472 | 2024-12-18T23:21:18.739Z | [ host-image] Dec 18 23:21:17.390 INFO O| Dec 18 23:21:17.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9473 | 2024-12-18T23:21:18.741Z | [ host-image] Dec 18 23:21:17.390 INFO O| Dec 18 23:21:17.390 INFO ok! |
9474 | 2024-12-18T23:21:18.742Z | [ host-image] Dec 18 23:21:17.390 INFO O| Dec 18 23:21:17.390 INFO STEP 73 (ensure_file) COMPLETE |
9475 | 2024-12-18T23:21:18.742Z | [ host-image] Dec 18 23:21:17.390 INFO O| Dec 18 23:21:17.390 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9476 | 2024-12-18T23:21:18.801Z | [ host-image] Dec 18 23:21:17.452 INFO O| Dec 18 23:21:17.452 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9477 | 2024-12-18T23:21:18.801Z | [ host-image] Dec 18 23:21:17.452 INFO O| Dec 18 23:21:17.452 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9478 | 2024-12-18T23:21:18.804Z | [ host-image] Dec 18 23:21:17.452 INFO O| Dec 18 23:21:17.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9479 | 2024-12-18T23:21:18.804Z | [ host-image] Dec 18 23:21:17.452 INFO O| Dec 18 23:21:17.452 INFO ok! |
9480 | 2024-12-18T23:21:18.804Z | [ host-image] Dec 18 23:21:17.452 INFO O| Dec 18 23:21:17.452 INFO STEP 74 (ensure_file) COMPLETE |
9481 | 2024-12-18T23:21:18.804Z | [ host-image] Dec 18 23:21:17.452 INFO O| Dec 18 23:21:17.452 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9482 | 2024-12-18T23:21:18.883Z | [ host-image] Dec 18 23:21:17.534 INFO O| Dec 18 23:21:17.534 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9483 | 2024-12-18T23:21:18.883Z | [ host-image] Dec 18 23:21:17.534 INFO O| Dec 18 23:21:17.534 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9484 | 2024-12-18T23:21:18.886Z | [ host-image] Dec 18 23:21:17.534 INFO O| Dec 18 23:21:17.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9485 | 2024-12-18T23:21:18.887Z | [ host-image] Dec 18 23:21:17.535 INFO O| Dec 18 23:21:17.535 INFO ok! |
9486 | 2024-12-18T23:21:18.887Z | [ host-image] Dec 18 23:21:17.535 INFO O| Dec 18 23:21:17.535 INFO STEP 75 (ensure_file) COMPLETE |
9487 | 2024-12-18T23:21:18.887Z | [ host-image] Dec 18 23:21:17.535 INFO O| Dec 18 23:21:17.535 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9488 | 2024-12-18T23:21:18.974Z | [ host-image] Dec 18 23:21:17.625 INFO O| Dec 18 23:21:17.625 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9489 | 2024-12-18T23:21:18.974Z | [ host-image] Dec 18 23:21:17.625 INFO O| Dec 18 23:21:17.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9490 | 2024-12-18T23:21:18.974Z | [ host-image] Dec 18 23:21:17.625 INFO O| Dec 18 23:21:17.625 INFO STEP 76 (ensure_dir) COMPLETE |
9491 | 2024-12-18T23:21:18.977Z | [ host-image] Dec 18 23:21:17.625 INFO O| Dec 18 23:21:17.625 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9492 | 2024-12-18T23:21:19.021Z | [ host-image] Dec 18 23:21:17.672 INFO O| Dec 18 23:21:17.672 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9493 | 2024-12-18T23:21:19.021Z | [ host-image] Dec 18 23:21:17.672 INFO O| Dec 18 23:21:17.672 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9494 | 2024-12-18T23:21:19.025Z | [ host-image] Dec 18 23:21:17.676 INFO O| Dec 18 23:21:17.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9495 | 2024-12-18T23:21:19.025Z | [ host-image] Dec 18 23:21:17.676 INFO O| Dec 18 23:21:17.676 INFO ok! |
9496 | 2024-12-18T23:21:19.026Z | [ host-image] Dec 18 23:21:17.676 INFO O| Dec 18 23:21:17.676 INFO STEP 77 (ensure_file) COMPLETE |
9497 | 2024-12-18T23:21:19.028Z | [ host-image] Dec 18 23:21:17.676 INFO O| Dec 18 23:21:17.676 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9498 | 2024-12-18T23:21:19.057Z | [ host-image] Dec 18 23:21:17.708 INFO O| Dec 18 23:21:17.708 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9499 | 2024-12-18T23:21:19.057Z | [ host-image] Dec 18 23:21:17.708 INFO O| Dec 18 23:21:17.708 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9500 | 2024-12-18T23:21:19.057Z | [ host-image] Dec 18 23:21:17.708 INFO O| Dec 18 23:21:17.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9501 | 2024-12-18T23:21:19.060Z | [ host-image] Dec 18 23:21:17.708 INFO O| Dec 18 23:21:17.708 INFO ok! |
9502 | 2024-12-18T23:21:19.060Z | [ host-image] Dec 18 23:21:17.708 INFO O| Dec 18 23:21:17.708 INFO STEP 78 (ensure_file) COMPLETE |
9503 | 2024-12-18T23:21:19.060Z | [ host-image] Dec 18 23:21:17.709 INFO O| Dec 18 23:21:17.708 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9504 | 2024-12-18T23:21:19.102Z | [ host-image] Dec 18 23:21:17.753 INFO O| Dec 18 23:21:17.753 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9505 | 2024-12-18T23:21:19.102Z | [ host-image] Dec 18 23:21:17.753 INFO O| Dec 18 23:21:17.753 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9506 | 2024-12-18T23:21:20.950Z | [ host-image] Dec 18 23:21:19.601 INFO O| Dec 18 23:21:19.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9507 | 2024-12-18T23:21:20.950Z | [ host-image] Dec 18 23:21:19.601 INFO O| Dec 18 23:21:19.601 INFO ok! |
9508 | 2024-12-18T23:21:20.953Z | [ host-image] Dec 18 23:21:19.601 INFO O| Dec 18 23:21:19.601 INFO STEP 79 (ensure_file) COMPLETE |
9509 | 2024-12-18T23:21:20.953Z | [ host-image] Dec 18 23:21:19.601 INFO O| Dec 18 23:21:19.601 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9510 | 2024-12-18T23:21:21.039Z | [ host-image] Dec 18 23:21:19.690 INFO O| Dec 18 23:21:19.690 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9511 | 2024-12-18T23:21:21.039Z | [ host-image] Dec 18 23:21:19.690 INFO O| Dec 18 23:21:19.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9512 | 2024-12-18T23:21:21.039Z | [ host-image] Dec 18 23:21:19.690 INFO O| Dec 18 23:21:19.690 INFO STEP 80 (ensure_dir) COMPLETE |
9513 | 2024-12-18T23:21:21.043Z | [ host-image] Dec 18 23:21:19.690 INFO O| Dec 18 23:21:19.690 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9514 | 2024-12-18T23:21:21.058Z | [ host-image] Dec 18 23:21:19.709 INFO O| Dec 18 23:21:19.708 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9515 | 2024-12-18T23:21:21.058Z | [ host-image] Dec 18 23:21:19.709 INFO O| Dec 18 23:21:19.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9516 | 2024-12-18T23:21:21.060Z | [ host-image] Dec 18 23:21:19.709 INFO O| Dec 18 23:21:19.709 INFO STEP 81 (ensure_dir) COMPLETE |
9517 | 2024-12-18T23:21:21.061Z | [ host-image] Dec 18 23:21:19.709 INFO O| Dec 18 23:21:19.709 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9518 | 2024-12-18T23:21:21.091Z | [ host-image] Dec 18 23:21:19.741 INFO O| Dec 18 23:21:19.741 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9519 | 2024-12-18T23:21:21.095Z | [ host-image] Dec 18 23:21:19.742 INFO O| Dec 18 23:21:19.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9520 | 2024-12-18T23:21:21.096Z | [ host-image] Dec 18 23:21:19.742 INFO O| Dec 18 23:21:19.742 INFO STEP 82 (ensure_dir) COMPLETE |
9521 | 2024-12-18T23:21:21.096Z | [ host-image] Dec 18 23:21:19.742 INFO O| Dec 18 23:21:19.742 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9522 | 2024-12-18T23:21:21.143Z | [ host-image] Dec 18 23:21:19.793 INFO O| Dec 18 23:21:19.793 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9523 | 2024-12-18T23:21:21.143Z | [ host-image] Dec 18 23:21:19.794 INFO O| Dec 18 23:21:19.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9524 | 2024-12-18T23:21:21.143Z | [ host-image] Dec 18 23:21:19.794 INFO O| Dec 18 23:21:19.794 INFO STEP 83 (ensure_dir) COMPLETE |
9525 | 2024-12-18T23:21:21.145Z | [ host-image] Dec 18 23:21:19.794 INFO O| Dec 18 23:21:19.794 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9526 | 2024-12-18T23:21:21.172Z | [ host-image] Dec 18 23:21:19.823 INFO O| Dec 18 23:21:19.823 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9527 | 2024-12-18T23:21:21.173Z | [ host-image] Dec 18 23:21:19.823 INFO O| Dec 18 23:21:19.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9528 | 2024-12-18T23:21:21.175Z | [ host-image] Dec 18 23:21:19.824 INFO O| Dec 18 23:21:19.824 INFO STEP 84 (ensure_dir) COMPLETE |
9529 | 2024-12-18T23:21:21.175Z | [ host-image] Dec 18 23:21:19.824 INFO O| Dec 18 23:21:19.824 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9530 | 2024-12-18T23:21:21.280Z | [ host-image] Dec 18 23:21:19.931 INFO O| Dec 18 23:21:19.931 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9531 | 2024-12-18T23:21:21.280Z | [ host-image] Dec 18 23:21:19.931 INFO O| Dec 18 23:21:19.931 INFO copying /tmp/.tmpDJCDbN/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 ... |
9532 | 2024-12-18T23:21:21.285Z | [ host-image] Dec 18 23:21:19.931 INFO O| Dec 18 23:21:19.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9533 | 2024-12-18T23:21:21.285Z | [ host-image] Dec 18 23:21:19.931 INFO O| Dec 18 23:21:19.931 INFO ok! |
9534 | 2024-12-18T23:21:21.285Z | [ host-image] Dec 18 23:21:19.931 INFO O| Dec 18 23:21:19.931 INFO STEP 85 (ensure_file) COMPLETE |
9535 | 2024-12-18T23:21:21.285Z | [ host-image] Dec 18 23:21:19.932 INFO O| Dec 18 23:21:19.931 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9536 | 2024-12-18T23:21:21.358Z | [ host-image] Dec 18 23:21:20.009 INFO O| Dec 18 23:21:20.009 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9537 | 2024-12-18T23:21:21.361Z | [ host-image] Dec 18 23:21:20.009 INFO O| Dec 18 23:21:20.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9538 | 2024-12-18T23:21:21.361Z | [ host-image] Dec 18 23:21:20.009 INFO O| Dec 18 23:21:20.009 INFO STEP 86 (ensure_dir) COMPLETE |
9539 | 2024-12-18T23:21:21.361Z | [ host-image] Dec 18 23:21:20.009 INFO O| Dec 18 23:21:20.009 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9540 | 2024-12-18T23:21:21.464Z | [ host-image] Dec 18 23:21:20.115 INFO O| Dec 18 23:21:20.115 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9541 | 2024-12-18T23:21:21.464Z | [ host-image] Dec 18 23:21:20.115 INFO O| Dec 18 23:21:20.115 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9542 | 2024-12-18T23:21:21.467Z | [ host-image] Dec 18 23:21:20.115 INFO O| Dec 18 23:21:20.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9543 | 2024-12-18T23:21:21.467Z | [ host-image] Dec 18 23:21:20.115 INFO O| Dec 18 23:21:20.115 INFO ok! |
9544 | 2024-12-18T23:21:21.467Z | [ host-image] Dec 18 23:21:20.115 INFO O| Dec 18 23:21:20.115 INFO STEP 87 (ensure_file) COMPLETE |
9545 | 2024-12-18T23:21:21.467Z | [ host-image] Dec 18 23:21:20.115 INFO O| Dec 18 23:21:20.115 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9546 | 2024-12-18T23:21:21.555Z | [ host-image] Dec 18 23:21:20.205 INFO O| Dec 18 23:21:20.205 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9547 | 2024-12-18T23:21:21.555Z | [ host-image] Dec 18 23:21:20.205 INFO O| Dec 18 23:21:20.205 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9548 | 2024-12-18T23:21:22.037Z | [ host-image] Dec 18 23:21:20.683 INFO O| Dec 18 23:21:20.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9549 | 2024-12-18T23:21:22.038Z | [ host-image] Dec 18 23:21:20.683 INFO O| Dec 18 23:21:20.683 INFO ok! |
9550 | 2024-12-18T23:21:22.038Z | [ host-image] Dec 18 23:21:20.683 INFO O| Dec 18 23:21:20.683 INFO STEP 88 (ensure_file) COMPLETE |
9551 | 2024-12-18T23:21:22.038Z | [ host-image] Dec 18 23:21:20.683 INFO O| Dec 18 23:21:20.683 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9552 | 2024-12-18T23:21:22.052Z | [ host-image] Dec 18 23:21:20.703 INFO O| Dec 18 23:21:20.703 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9553 | 2024-12-18T23:21:22.052Z | [ host-image] Dec 18 23:21:20.703 INFO O| Dec 18 23:21:20.703 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9554 | 2024-12-18T23:21:22.829Z | [ host-image] Dec 18 23:21:21.480 INFO O| Dec 18 23:21:21.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9555 | 2024-12-18T23:21:22.829Z | [ host-image] Dec 18 23:21:21.480 INFO O| Dec 18 23:21:21.480 INFO ok! |
9556 | 2024-12-18T23:21:22.832Z | [ host-image] Dec 18 23:21:21.480 INFO O| Dec 18 23:21:21.480 INFO STEP 89 (ensure_file) COMPLETE |
9557 | 2024-12-18T23:21:22.832Z | [ host-image] Dec 18 23:21:21.480 INFO O| Dec 18 23:21:21.480 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9558 | 2024-12-18T23:21:22.884Z | [ host-image] Dec 18 23:21:21.535 INFO O| Dec 18 23:21:21.535 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9559 | 2024-12-18T23:21:22.885Z | [ host-image] Dec 18 23:21:21.535 INFO O| Dec 18 23:21:21.535 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9560 | 2024-12-18T23:21:22.887Z | [ host-image] Dec 18 23:21:21.535 INFO O| Dec 18 23:21:21.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9561 | 2024-12-18T23:21:22.888Z | [ host-image] Dec 18 23:21:21.535 INFO O| Dec 18 23:21:21.535 INFO ok! |
9562 | 2024-12-18T23:21:22.888Z | [ host-image] Dec 18 23:21:21.535 INFO O| Dec 18 23:21:21.535 INFO STEP 90 (ensure_file) COMPLETE |
9563 | 2024-12-18T23:21:22.888Z | [ host-image] Dec 18 23:21:21.535 INFO O| Dec 18 23:21:21.535 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9564 | 2024-12-18T23:21:23.020Z | [ host-image] Dec 18 23:21:21.670 INFO O| Dec 18 23:21:21.670 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9565 | 2024-12-18T23:21:23.020Z | [ host-image] Dec 18 23:21:21.670 INFO O| Dec 18 23:21:21.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9566 | 2024-12-18T23:21:23.020Z | [ host-image] Dec 18 23:21:21.670 INFO O| Dec 18 23:21:21.670 INFO STEP 91 (ensure_dir) COMPLETE |
9567 | 2024-12-18T23:21:23.023Z | [ host-image] Dec 18 23:21:21.670 INFO O| Dec 18 23:21:21.670 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9568 | 2024-12-18T23:21:23.056Z | [ host-image] Dec 18 23:21:21.707 INFO O| Dec 18 23:21:21.707 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9569 | 2024-12-18T23:21:23.056Z | [ host-image] Dec 18 23:21:21.707 INFO O| Dec 18 23:21:21.707 INFO copying /tmp/.tmpDJCDbN/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 ... |
9570 | 2024-12-18T23:21:23.056Z | [ host-image] Dec 18 23:21:21.707 INFO O| Dec 18 23:21:21.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9571 | 2024-12-18T23:21:23.059Z | [ host-image] Dec 18 23:21:21.707 INFO O| Dec 18 23:21:21.707 INFO ok! |
9572 | 2024-12-18T23:21:23.059Z | [ host-image] Dec 18 23:21:21.707 INFO O| Dec 18 23:21:21.707 INFO STEP 92 (ensure_file) COMPLETE |
9573 | 2024-12-18T23:21:23.059Z | [ host-image] Dec 18 23:21:21.707 INFO O| Dec 18 23:21:21.707 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9574 | 2024-12-18T23:21:23.094Z | [ host-image] Dec 18 23:21:21.744 INFO O| Dec 18 23:21:21.744 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9575 | 2024-12-18T23:21:23.094Z | [ host-image] Dec 18 23:21:21.744 INFO O| Dec 18 23:21:21.744 INFO copying /tmp/.tmpDJCDbN/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 ... |
9576 | 2024-12-18T23:21:23.097Z | [ host-image] Dec 18 23:21:21.745 INFO O| Dec 18 23:21:21.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9577 | 2024-12-18T23:21:23.097Z | [ host-image] Dec 18 23:21:21.745 INFO O| Dec 18 23:21:21.745 INFO ok! |
9578 | 2024-12-18T23:21:23.097Z | [ host-image] Dec 18 23:21:21.745 INFO O| Dec 18 23:21:21.745 INFO STEP 93 (ensure_file) COMPLETE |
9579 | 2024-12-18T23:21:23.097Z | [ host-image] Dec 18 23:21:21.745 INFO O| Dec 18 23:21:21.745 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9580 | 2024-12-18T23:21:23.147Z | [ host-image] Dec 18 23:21:21.797 INFO O| Dec 18 23:21:21.797 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9581 | 2024-12-18T23:21:23.147Z | [ host-image] Dec 18 23:21:21.797 INFO O| Dec 18 23:21:21.797 INFO copying /tmp/.tmpDJCDbN/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 ... |
9582 | 2024-12-18T23:21:23.150Z | [ host-image] Dec 18 23:21:21.797 INFO O| Dec 18 23:21:21.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9583 | 2024-12-18T23:21:23.150Z | [ host-image] Dec 18 23:21:21.797 INFO O| Dec 18 23:21:21.797 INFO ok! |
9584 | 2024-12-18T23:21:23.150Z | [ host-image] Dec 18 23:21:21.797 INFO O| Dec 18 23:21:21.797 INFO STEP 94 (ensure_file) COMPLETE |
9585 | 2024-12-18T23:21:23.150Z | [ host-image] Dec 18 23:21:21.797 INFO O| Dec 18 23:21:21.797 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9586 | 2024-12-18T23:21:23.228Z | [ host-image] Dec 18 23:21:21.879 INFO O| Dec 18 23:21:21.879 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9587 | 2024-12-18T23:21:23.228Z | [ host-image] Dec 18 23:21:21.879 INFO O| Dec 18 23:21:21.879 INFO copying /tmp/.tmpDJCDbN/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 ... |
9588 | 2024-12-18T23:21:23.229Z | [ host-image] Dec 18 23:21:21.879 INFO O| Dec 18 23:21:21.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9589 | 2024-12-18T23:21:23.229Z | [ host-image] Dec 18 23:21:21.879 INFO O| Dec 18 23:21:21.879 INFO ok! |
9590 | 2024-12-18T23:21:23.232Z | [ host-image] Dec 18 23:21:21.879 INFO O| Dec 18 23:21:21.879 INFO STEP 95 (ensure_file) COMPLETE |
9591 | 2024-12-18T23:21:23.232Z | [ host-image] Dec 18 23:21:21.879 INFO O| Dec 18 23:21:21.879 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9592 | 2024-12-18T23:21:23.290Z | [ host-image] Dec 18 23:21:21.941 INFO O| Dec 18 23:21:21.941 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9593 | 2024-12-18T23:21:23.290Z | [ host-image] Dec 18 23:21:21.941 INFO O| Dec 18 23:21:21.941 INFO copying /tmp/.tmpDJCDbN/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 ... |
9594 | 2024-12-18T23:21:23.293Z | [ host-image] Dec 18 23:21:21.941 INFO O| Dec 18 23:21:21.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9595 | 2024-12-18T23:21:23.293Z | [ host-image] Dec 18 23:21:21.941 INFO O| Dec 18 23:21:21.941 INFO ok! |
9596 | 2024-12-18T23:21:23.293Z | [ host-image] Dec 18 23:21:21.941 INFO O| Dec 18 23:21:21.941 INFO STEP 96 (ensure_file) COMPLETE |
9597 | 2024-12-18T23:21:23.293Z | [ host-image] Dec 18 23:21:21.941 INFO O| Dec 18 23:21:21.941 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9598 | 2024-12-18T23:21:23.335Z | [ host-image] Dec 18 23:21:21.986 INFO O| Dec 18 23:21:21.986 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9599 | 2024-12-18T23:21:23.335Z | [ host-image] Dec 18 23:21:21.986 INFO O| Dec 18 23:21:21.986 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9600 | 2024-12-18T23:21:23.338Z | [ host-image] Dec 18 23:21:21.987 INFO O| Dec 18 23:21:21.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9601 | 2024-12-18T23:21:23.338Z | [ host-image] Dec 18 23:21:21.987 INFO O| Dec 18 23:21:21.987 INFO ok! |
9602 | 2024-12-18T23:21:23.338Z | [ host-image] Dec 18 23:21:21.987 INFO O| Dec 18 23:21:21.987 INFO STEP 97 (ensure_file) COMPLETE |
9603 | 2024-12-18T23:21:23.338Z | [ host-image] Dec 18 23:21:21.987 INFO O| Dec 18 23:21:21.987 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9604 | 2024-12-18T23:21:23.361Z | [ host-image] Dec 18 23:21:22.012 INFO O| Dec 18 23:21:22.011 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9605 | 2024-12-18T23:21:23.361Z | [ host-image] Dec 18 23:21:22.012 INFO O| Dec 18 23:21:22.011 INFO copying /tmp/.tmpDJCDbN/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 ... |
9606 | 2024-12-18T23:21:23.364Z | [ host-image] Dec 18 23:21:22.012 INFO O| Dec 18 23:21:22.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9607 | 2024-12-18T23:21:23.364Z | [ host-image] Dec 18 23:21:22.012 INFO O| Dec 18 23:21:22.012 INFO ok! |
9608 | 2024-12-18T23:21:23.364Z | [ host-image] Dec 18 23:21:22.012 INFO O| Dec 18 23:21:22.012 INFO STEP 98 (ensure_file) COMPLETE |
9609 | 2024-12-18T23:21:23.364Z | [ host-image] Dec 18 23:21:22.012 INFO O| Dec 18 23:21:22.012 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9610 | 2024-12-18T23:21:23.401Z | [ host-image] Dec 18 23:21:22.052 INFO O| Dec 18 23:21:22.052 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9611 | 2024-12-18T23:21:23.401Z | [ host-image] Dec 18 23:21:22.052 INFO O| Dec 18 23:21:22.052 INFO copying /tmp/.tmpDJCDbN/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 ... |
9612 | 2024-12-18T23:21:23.405Z | [ host-image] Dec 18 23:21:22.052 INFO O| Dec 18 23:21:22.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9613 | 2024-12-18T23:21:23.405Z | [ host-image] Dec 18 23:21:22.052 INFO O| Dec 18 23:21:22.052 INFO ok! |
9614 | 2024-12-18T23:21:23.405Z | [ host-image] Dec 18 23:21:22.052 INFO O| Dec 18 23:21:22.052 INFO STEP 99 (ensure_file) COMPLETE |
9615 | 2024-12-18T23:21:23.405Z | [ host-image] Dec 18 23:21:22.052 INFO O| Dec 18 23:21:22.052 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9616 | 2024-12-18T23:21:23.435Z | [ host-image] Dec 18 23:21:22.086 INFO O| Dec 18 23:21:22.085 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9617 | 2024-12-18T23:21:23.435Z | [ host-image] Dec 18 23:21:22.086 INFO O| Dec 18 23:21:22.085 INFO copying /tmp/.tmpDJCDbN/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 ... |
9618 | 2024-12-18T23:21:23.437Z | [ host-image] Dec 18 23:21:22.086 INFO O| Dec 18 23:21:22.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9619 | 2024-12-18T23:21:23.437Z | [ host-image] Dec 18 23:21:22.086 INFO O| Dec 18 23:21:22.086 INFO ok! |
9620 | 2024-12-18T23:21:23.437Z | [ host-image] Dec 18 23:21:22.086 INFO O| Dec 18 23:21:22.086 INFO STEP 100 (ensure_file) COMPLETE |
9621 | 2024-12-18T23:21:23.437Z | [ host-image] Dec 18 23:21:22.086 INFO O| Dec 18 23:21:22.086 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9622 | 2024-12-18T23:21:23.472Z | [ host-image] Dec 18 23:21:22.123 INFO O| Dec 18 23:21:22.123 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9623 | 2024-12-18T23:21:23.472Z | [ host-image] Dec 18 23:21:22.123 INFO O| Dec 18 23:21:22.123 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9624 | 2024-12-18T23:21:23.475Z | [ host-image] Dec 18 23:21:22.123 INFO O| Dec 18 23:21:22.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9625 | 2024-12-18T23:21:23.475Z | [ host-image] Dec 18 23:21:22.123 INFO O| Dec 18 23:21:22.123 INFO ok! |
9626 | 2024-12-18T23:21:23.475Z | [ host-image] Dec 18 23:21:22.123 INFO O| Dec 18 23:21:22.123 INFO STEP 101 (ensure_file) COMPLETE |
9627 | 2024-12-18T23:21:23.475Z | [ host-image] Dec 18 23:21:22.123 INFO O| Dec 18 23:21:22.123 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9628 | 2024-12-18T23:21:23.530Z | [ host-image] Dec 18 23:21:22.181 INFO O| Dec 18 23:21:22.181 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9629 | 2024-12-18T23:21:23.530Z | [ host-image] Dec 18 23:21:22.181 INFO O| Dec 18 23:21:22.181 INFO copying /tmp/.tmpDJCDbN/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 ... |
9630 | 2024-12-18T23:21:23.534Z | [ host-image] Dec 18 23:21:22.182 INFO O| Dec 18 23:21:22.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9631 | 2024-12-18T23:21:23.534Z | [ host-image] Dec 18 23:21:22.182 INFO O| Dec 18 23:21:22.182 INFO ok! |
9632 | 2024-12-18T23:21:23.534Z | [ host-image] Dec 18 23:21:22.182 INFO O| Dec 18 23:21:22.182 INFO STEP 102 (ensure_file) COMPLETE |
9633 | 2024-12-18T23:21:23.534Z | [ host-image] Dec 18 23:21:22.182 INFO O| Dec 18 23:21:22.182 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9634 | 2024-12-18T23:21:23.598Z | [ host-image] Dec 18 23:21:22.248 INFO O| Dec 18 23:21:22.248 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9635 | 2024-12-18T23:21:23.599Z | [ host-image] Dec 18 23:21:22.249 INFO O| Dec 18 23:21:22.248 INFO copying /tmp/.tmpDJCDbN/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 ... |
9636 | 2024-12-18T23:21:23.601Z | [ host-image] Dec 18 23:21:22.249 INFO O| Dec 18 23:21:22.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9637 | 2024-12-18T23:21:23.601Z | [ host-image] Dec 18 23:21:22.249 INFO O| Dec 18 23:21:22.249 INFO ok! |
9638 | 2024-12-18T23:21:23.601Z | [ host-image] Dec 18 23:21:22.249 INFO O| Dec 18 23:21:22.249 INFO STEP 103 (ensure_file) COMPLETE |
9639 | 2024-12-18T23:21:23.601Z | [ host-image] Dec 18 23:21:22.249 INFO O| Dec 18 23:21:22.249 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9640 | 2024-12-18T23:21:23.621Z | [ host-image] Dec 18 23:21:22.272 INFO O| Dec 18 23:21:22.272 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9641 | 2024-12-18T23:21:23.621Z | [ host-image] Dec 18 23:21:22.272 INFO O| Dec 18 23:21:22.272 INFO copying /tmp/.tmpDJCDbN/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 ... |
9642 | 2024-12-18T23:21:23.621Z | [ host-image] Dec 18 23:21:22.272 INFO O| Dec 18 23:21:22.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9643 | 2024-12-18T23:21:23.624Z | [ host-image] Dec 18 23:21:22.272 INFO O| Dec 18 23:21:22.272 INFO ok! |
9644 | 2024-12-18T23:21:23.624Z | [ host-image] Dec 18 23:21:22.272 INFO O| Dec 18 23:21:22.272 INFO STEP 104 (ensure_file) COMPLETE |
9645 | 2024-12-18T23:21:23.624Z | [ host-image] Dec 18 23:21:22.272 INFO O| Dec 18 23:21:22.272 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9646 | 2024-12-18T23:21:23.643Z | [ host-image] Dec 18 23:21:22.294 INFO O| Dec 18 23:21:22.294 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9647 | 2024-12-18T23:21:23.643Z | [ host-image] Dec 18 23:21:22.294 INFO O| Dec 18 23:21:22.294 INFO copying /tmp/.tmpDJCDbN/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 ... |
9648 | 2024-12-18T23:21:23.644Z | [ host-image] Dec 18 23:21:22.294 INFO O| Dec 18 23:21:22.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9649 | 2024-12-18T23:21:23.646Z | [ host-image] Dec 18 23:21:22.294 INFO O| Dec 18 23:21:22.294 INFO ok! |
9650 | 2024-12-18T23:21:23.646Z | [ host-image] Dec 18 23:21:22.294 INFO O| Dec 18 23:21:22.294 INFO STEP 105 (ensure_file) COMPLETE |
9651 | 2024-12-18T23:21:23.646Z | [ host-image] Dec 18 23:21:22.294 INFO O| Dec 18 23:21:22.294 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9652 | 2024-12-18T23:21:23.683Z | [ host-image] Dec 18 23:21:22.333 INFO O| Dec 18 23:21:22.333 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9653 | 2024-12-18T23:21:23.683Z | [ host-image] Dec 18 23:21:22.333 INFO O| Dec 18 23:21:22.333 INFO copying /tmp/.tmpDJCDbN/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 ... |
9654 | 2024-12-18T23:21:23.686Z | [ host-image] Dec 18 23:21:22.334 INFO O| Dec 18 23:21:22.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9655 | 2024-12-18T23:21:23.686Z | [ host-image] Dec 18 23:21:22.334 INFO O| Dec 18 23:21:22.334 INFO ok! |
9656 | 2024-12-18T23:21:23.686Z | [ host-image] Dec 18 23:21:22.334 INFO O| Dec 18 23:21:22.334 INFO STEP 106 (ensure_file) COMPLETE |
9657 | 2024-12-18T23:21:23.686Z | [ host-image] Dec 18 23:21:22.334 INFO O| Dec 18 23:21:22.334 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9658 | 2024-12-18T23:21:23.756Z | [ host-image] Dec 18 23:21:22.407 INFO O| Dec 18 23:21:22.407 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9659 | 2024-12-18T23:21:23.757Z | [ host-image] Dec 18 23:21:22.407 INFO O| Dec 18 23:21:22.407 INFO copying /tmp/.tmpDJCDbN/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 ... |
9660 | 2024-12-18T23:21:23.757Z | [ host-image] Dec 18 23:21:22.407 INFO O| Dec 18 23:21:22.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9661 | 2024-12-18T23:21:23.759Z | [ host-image] Dec 18 23:21:22.407 INFO O| Dec 18 23:21:22.407 INFO ok! |
9662 | 2024-12-18T23:21:23.760Z | [ host-image] Dec 18 23:21:22.407 INFO O| Dec 18 23:21:22.407 INFO STEP 107 (ensure_file) COMPLETE |
9663 | 2024-12-18T23:21:23.760Z | [ host-image] Dec 18 23:21:22.407 INFO O| Dec 18 23:21:22.407 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9664 | 2024-12-18T23:21:23.821Z | [ host-image] Dec 18 23:21:22.472 INFO O| Dec 18 23:21:22.472 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9665 | 2024-12-18T23:21:23.821Z | [ host-image] Dec 18 23:21:22.472 INFO O| Dec 18 23:21:22.472 INFO copying /tmp/.tmpDJCDbN/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 ... |
9666 | 2024-12-18T23:21:23.821Z | [ host-image] Dec 18 23:21:22.472 INFO O| Dec 18 23:21:22.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9667 | 2024-12-18T23:21:23.824Z | [ host-image] Dec 18 23:21:22.472 INFO O| Dec 18 23:21:22.472 INFO ok! |
9668 | 2024-12-18T23:21:23.824Z | [ host-image] Dec 18 23:21:22.472 INFO O| Dec 18 23:21:22.472 INFO STEP 108 (ensure_file) COMPLETE |
9669 | 2024-12-18T23:21:23.824Z | [ host-image] Dec 18 23:21:22.472 INFO O| Dec 18 23:21:22.472 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9670 | 2024-12-18T23:21:23.841Z | [ host-image] Dec 18 23:21:22.492 INFO O| Dec 18 23:21:22.492 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9671 | 2024-12-18T23:21:23.841Z | [ host-image] Dec 18 23:21:22.492 INFO O| Dec 18 23:21:22.492 INFO copying /tmp/.tmpDJCDbN/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 ... |
9672 | 2024-12-18T23:21:23.841Z | [ host-image] Dec 18 23:21:22.492 INFO O| Dec 18 23:21:22.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9673 | 2024-12-18T23:21:23.844Z | [ host-image] Dec 18 23:21:22.492 INFO O| Dec 18 23:21:22.492 INFO ok! |
9674 | 2024-12-18T23:21:23.844Z | [ host-image] Dec 18 23:21:22.492 INFO O| Dec 18 23:21:22.492 INFO STEP 109 (ensure_file) COMPLETE |
9675 | 2024-12-18T23:21:23.844Z | [ host-image] Dec 18 23:21:22.492 INFO O| Dec 18 23:21:22.492 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9676 | 2024-12-18T23:21:23.861Z | [ host-image] Dec 18 23:21:22.511 INFO O| Dec 18 23:21:22.511 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9677 | 2024-12-18T23:21:23.861Z | [ host-image] Dec 18 23:21:22.511 INFO O| Dec 18 23:21:22.511 INFO copying /tmp/.tmpDJCDbN/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 ... |
9678 | 2024-12-18T23:21:23.861Z | [ host-image] Dec 18 23:21:22.512 INFO O| Dec 18 23:21:22.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9679 | 2024-12-18T23:21:23.861Z | [ host-image] Dec 18 23:21:22.512 INFO O| Dec 18 23:21:22.511 INFO ok! |
9680 | 2024-12-18T23:21:23.863Z | [ host-image] Dec 18 23:21:22.512 INFO O| Dec 18 23:21:22.512 INFO STEP 110 (ensure_file) COMPLETE |
9681 | 2024-12-18T23:21:23.863Z | [ host-image] Dec 18 23:21:22.512 INFO O| Dec 18 23:21:22.512 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9682 | 2024-12-18T23:21:23.896Z | [ host-image] Dec 18 23:21:22.547 INFO O| Dec 18 23:21:22.547 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9683 | 2024-12-18T23:21:23.897Z | [ host-image] Dec 18 23:21:22.547 INFO O| Dec 18 23:21:22.547 INFO copying /tmp/.tmpDJCDbN/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 ... |
9684 | 2024-12-18T23:21:23.897Z | [ host-image] Dec 18 23:21:22.547 INFO O| Dec 18 23:21:22.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9685 | 2024-12-18T23:21:23.899Z | [ host-image] Dec 18 23:21:22.547 INFO O| Dec 18 23:21:22.547 INFO ok! |
9686 | 2024-12-18T23:21:23.899Z | [ host-image] Dec 18 23:21:22.547 INFO O| Dec 18 23:21:22.547 INFO STEP 111 (ensure_file) COMPLETE |
9687 | 2024-12-18T23:21:23.899Z | [ host-image] Dec 18 23:21:22.548 INFO O| Dec 18 23:21:22.547 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9688 | 2024-12-18T23:21:23.933Z | [ host-image] Dec 18 23:21:22.584 INFO O| Dec 18 23:21:22.584 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9689 | 2024-12-18T23:21:23.933Z | [ host-image] Dec 18 23:21:22.584 INFO O| Dec 18 23:21:22.584 INFO copying /tmp/.tmpDJCDbN/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 ... |
9690 | 2024-12-18T23:21:23.933Z | [ host-image] Dec 18 23:21:22.584 INFO O| Dec 18 23:21:22.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9691 | 2024-12-18T23:21:23.933Z | [ host-image] Dec 18 23:21:22.584 INFO O| Dec 18 23:21:22.584 INFO ok! |
9692 | 2024-12-18T23:21:23.936Z | [ host-image] Dec 18 23:21:22.584 INFO O| Dec 18 23:21:22.584 INFO STEP 112 (ensure_file) COMPLETE |
9693 | 2024-12-18T23:21:23.937Z | [ host-image] Dec 18 23:21:22.584 INFO O| Dec 18 23:21:22.584 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9694 | 2024-12-18T23:21:23.995Z | [ host-image] Dec 18 23:21:22.646 INFO O| Dec 18 23:21:22.646 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9695 | 2024-12-18T23:21:23.995Z | [ host-image] Dec 18 23:21:22.646 INFO O| Dec 18 23:21:22.646 INFO copying /tmp/.tmpDJCDbN/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 ... |
9696 | 2024-12-18T23:21:23.998Z | [ host-image] Dec 18 23:21:22.646 INFO O| Dec 18 23:21:22.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9697 | 2024-12-18T23:21:23.998Z | [ host-image] Dec 18 23:21:22.646 INFO O| Dec 18 23:21:22.646 INFO ok! |
9698 | 2024-12-18T23:21:23.998Z | [ host-image] Dec 18 23:21:22.646 INFO O| Dec 18 23:21:22.646 INFO STEP 113 (ensure_file) COMPLETE |
9699 | 2024-12-18T23:21:23.998Z | [ host-image] Dec 18 23:21:22.646 INFO O| Dec 18 23:21:22.646 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9700 | 2024-12-18T23:21:24.034Z | [ host-image] Dec 18 23:21:22.685 INFO O| Dec 18 23:21:22.685 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9701 | 2024-12-18T23:21:24.034Z | [ host-image] Dec 18 23:21:22.685 INFO O| Dec 18 23:21:22.685 INFO copying /tmp/.tmpDJCDbN/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 ... |
9702 | 2024-12-18T23:21:24.034Z | [ host-image] Dec 18 23:21:22.685 INFO O| Dec 18 23:21:22.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9703 | 2024-12-18T23:21:24.035Z | [ host-image] Dec 18 23:21:22.685 INFO O| Dec 18 23:21:22.685 INFO ok! |
9704 | 2024-12-18T23:21:24.038Z | [ host-image] Dec 18 23:21:22.685 INFO O| Dec 18 23:21:22.685 INFO STEP 114 (ensure_file) COMPLETE |
9705 | 2024-12-18T23:21:24.038Z | [ host-image] Dec 18 23:21:22.685 INFO O| Dec 18 23:21:22.685 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9706 | 2024-12-18T23:21:24.053Z | [ host-image] Dec 18 23:21:22.704 INFO O| Dec 18 23:21:22.703 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9707 | 2024-12-18T23:21:24.053Z | [ host-image] Dec 18 23:21:22.704 INFO O| Dec 18 23:21:22.704 INFO copying /tmp/.tmpDJCDbN/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 ... |
9708 | 2024-12-18T23:21:24.056Z | [ host-image] Dec 18 23:21:22.704 INFO O| Dec 18 23:21:22.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9709 | 2024-12-18T23:21:24.056Z | [ host-image] Dec 18 23:21:22.704 INFO O| Dec 18 23:21:22.704 INFO ok! |
9710 | 2024-12-18T23:21:24.056Z | [ host-image] Dec 18 23:21:22.704 INFO O| Dec 18 23:21:22.704 INFO STEP 115 (ensure_file) COMPLETE |
9711 | 2024-12-18T23:21:24.056Z | [ host-image] Dec 18 23:21:22.704 INFO O| Dec 18 23:21:22.704 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9712 | 2024-12-18T23:21:24.085Z | [ host-image] Dec 18 23:21:22.735 INFO O| Dec 18 23:21:22.735 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9713 | 2024-12-18T23:21:24.085Z | [ host-image] Dec 18 23:21:22.735 INFO O| Dec 18 23:21:22.735 INFO copying /tmp/.tmpDJCDbN/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 ... |
9714 | 2024-12-18T23:21:24.085Z | [ host-image] Dec 18 23:21:22.736 INFO O| Dec 18 23:21:22.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9715 | 2024-12-18T23:21:24.087Z | [ host-image] Dec 18 23:21:22.736 INFO O| Dec 18 23:21:22.736 INFO ok! |
9716 | 2024-12-18T23:21:24.087Z | [ host-image] Dec 18 23:21:22.736 INFO O| Dec 18 23:21:22.736 INFO STEP 116 (ensure_file) COMPLETE |
9717 | 2024-12-18T23:21:24.087Z | [ host-image] Dec 18 23:21:22.736 INFO O| Dec 18 23:21:22.736 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9718 | 2024-12-18T23:21:24.150Z | [ host-image] Dec 18 23:21:22.801 INFO O| Dec 18 23:21:22.801 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9719 | 2024-12-18T23:21:24.150Z | [ host-image] Dec 18 23:21:22.801 INFO O| Dec 18 23:21:22.801 INFO copying /tmp/.tmpDJCDbN/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 ... |
9720 | 2024-12-18T23:21:24.150Z | [ host-image] Dec 18 23:21:22.801 INFO O| Dec 18 23:21:22.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9721 | 2024-12-18T23:21:24.154Z | [ host-image] Dec 18 23:21:22.801 INFO O| Dec 18 23:21:22.801 INFO ok! |
9722 | 2024-12-18T23:21:24.155Z | [ host-image] Dec 18 23:21:22.801 INFO O| Dec 18 23:21:22.801 INFO STEP 117 (ensure_file) COMPLETE |
9723 | 2024-12-18T23:21:24.155Z | [ host-image] Dec 18 23:21:22.801 INFO O| Dec 18 23:21:22.801 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9724 | 2024-12-18T23:21:24.171Z | [ host-image] Dec 18 23:21:22.822 INFO O| Dec 18 23:21:22.821 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9725 | 2024-12-18T23:21:24.172Z | [ host-image] Dec 18 23:21:22.822 INFO O| Dec 18 23:21:22.822 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9726 | 2024-12-18T23:21:24.175Z | [ host-image] Dec 18 23:21:22.822 INFO O| Dec 18 23:21:22.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9727 | 2024-12-18T23:21:24.175Z | [ host-image] Dec 18 23:21:22.822 INFO O| Dec 18 23:21:22.822 INFO ok! |
9728 | 2024-12-18T23:21:24.175Z | [ host-image] Dec 18 23:21:22.822 INFO O| Dec 18 23:21:22.822 INFO STEP 118 (ensure_file) COMPLETE |
9729 | 2024-12-18T23:21:24.175Z | [ host-image] Dec 18 23:21:22.822 INFO O| Dec 18 23:21:22.822 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9730 | 2024-12-18T23:21:24.203Z | [ host-image] Dec 18 23:21:22.853 INFO O| Dec 18 23:21:22.853 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9731 | 2024-12-18T23:21:24.203Z | [ host-image] Dec 18 23:21:22.853 INFO O| Dec 18 23:21:22.853 INFO copying /tmp/.tmpDJCDbN/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 ... |
9732 | 2024-12-18T23:21:24.203Z | [ host-image] Dec 18 23:21:22.854 INFO O| Dec 18 23:21:22.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9733 | 2024-12-18T23:21:24.206Z | [ host-image] Dec 18 23:21:22.854 INFO O| Dec 18 23:21:22.854 INFO ok! |
9734 | 2024-12-18T23:21:24.206Z | [ host-image] Dec 18 23:21:22.854 INFO O| Dec 18 23:21:22.854 INFO STEP 119 (ensure_file) COMPLETE |
9735 | 2024-12-18T23:21:24.206Z | [ host-image] Dec 18 23:21:22.854 INFO O| Dec 18 23:21:22.854 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9736 | 2024-12-18T23:21:24.235Z | [ host-image] Dec 18 23:21:22.886 INFO O| Dec 18 23:21:22.886 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9737 | 2024-12-18T23:21:24.235Z | [ host-image] Dec 18 23:21:22.886 INFO O| Dec 18 23:21:22.886 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9738 | 2024-12-18T23:21:24.238Z | [ host-image] Dec 18 23:21:22.886 INFO O| Dec 18 23:21:22.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9739 | 2024-12-18T23:21:24.238Z | [ host-image] Dec 18 23:21:22.886 INFO O| Dec 18 23:21:22.886 INFO ok! |
9740 | 2024-12-18T23:21:24.238Z | [ host-image] Dec 18 23:21:22.886 INFO O| Dec 18 23:21:22.886 INFO STEP 120 (ensure_file) COMPLETE |
9741 | 2024-12-18T23:21:24.238Z | [ host-image] Dec 18 23:21:22.886 INFO O| Dec 18 23:21:22.886 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9742 | 2024-12-18T23:21:24.255Z | [ host-image] Dec 18 23:21:22.905 INFO O| Dec 18 23:21:22.905 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9743 | 2024-12-18T23:21:24.255Z | [ host-image] Dec 18 23:21:22.905 INFO O| Dec 18 23:21:22.905 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9744 | 2024-12-18T23:21:32.037Z | [ recovery-image] Dec 18 23:21:30.687 INFO E| Finished `release` profile [optimized] target(s) in 1m 22s |
9745 | 2024-12-18T23:21:32.072Z | [ recovery-image] Dec 18 23:21:30.722 INFO building host image... |
9746 | 2024-12-18T23:21:32.075Z | [ recovery-image] Dec 18 23:21:30.723 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") |
9747 | 2024-12-18T23:21:33.461Z | [ recovery-image] Dec 18 23:21:32.110 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9748 | 2024-12-18T23:21:36.111Z | [ host-image] Dec 18 23:21:34.761 INFO O| Dec 18 23:21:34.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9749 | 2024-12-18T23:21:36.111Z | [ host-image] Dec 18 23:21:34.761 INFO O| Dec 18 23:21:34.761 INFO ok! |
9750 | 2024-12-18T23:21:36.114Z | [ host-image] Dec 18 23:21:34.761 INFO O| Dec 18 23:21:34.761 INFO STEP 121 (ensure_file) COMPLETE |
9751 | 2024-12-18T23:21:36.114Z | [ host-image] Dec 18 23:21:34.761 INFO O| Dec 18 23:21:34.761 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9752 | 2024-12-18T23:21:36.129Z | [ host-image] Dec 18 23:21:34.779 INFO O| Dec 18 23:21:34.779 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9753 | 2024-12-18T23:21:36.130Z | [ host-image] Dec 18 23:21:34.779 INFO O| Dec 18 23:21:34.779 INFO STEP 122 (ensure_dir) COMPLETE |
9754 | 2024-12-18T23:21:36.132Z | [ host-image] Dec 18 23:21:34.779 INFO O| Dec 18 23:21:34.779 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9755 | 2024-12-18T23:21:36.146Z | [ host-image] Dec 18 23:21:34.796 INFO O| Dec 18 23:21:34.796 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9756 | 2024-12-18T23:21:36.146Z | [ host-image] Dec 18 23:21:34.796 INFO O| Dec 18 23:21:34.796 INFO STEP 123 (ensure_dir) COMPLETE |
9757 | 2024-12-18T23:21:36.149Z | [ host-image] Dec 18 23:21:34.796 INFO O| Dec 18 23:21:34.796 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9758 | 2024-12-18T23:21:36.188Z | [ host-image] Dec 18 23:21:34.838 INFO O| Dec 18 23:21:34.838 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9759 | 2024-12-18T23:21:36.188Z | [ host-image] Dec 18 23:21:34.838 INFO O| Dec 18 23:21:34.838 INFO STEP 124 (ensure_dir) COMPLETE |
9760 | 2024-12-18T23:21:36.188Z | [ host-image] Dec 18 23:21:34.838 INFO O| Dec 18 23:21:34.838 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9761 | 2024-12-18T23:21:36.279Z | [ host-image] Dec 18 23:21:34.929 INFO O| Dec 18 23:21:34.929 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9762 | 2024-12-18T23:21:36.279Z | [ host-image] Dec 18 23:21:34.929 INFO O| Dec 18 23:21:34.929 INFO STEP 125 (ensure_dir) COMPLETE |
9763 | 2024-12-18T23:21:36.281Z | [ host-image] Dec 18 23:21:34.929 INFO O| Dec 18 23:21:34.929 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9764 | 2024-12-18T23:21:36.308Z | [ host-image] Dec 18 23:21:34.958 INFO O| Dec 18 23:21:34.958 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9765 | 2024-12-18T23:21:36.308Z | [ host-image] Dec 18 23:21:34.959 INFO O| Dec 18 23:21:34.958 INFO copying /tmp/.tmpDJCDbN/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 ... |
9766 | 2024-12-18T23:21:36.311Z | [ host-image] Dec 18 23:21:34.959 INFO O| Dec 18 23:21:34.959 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9767 | 2024-12-18T23:21:36.311Z | [ host-image] Dec 18 23:21:34.959 INFO O| Dec 18 23:21:34.959 INFO ok! |
9768 | 2024-12-18T23:21:36.311Z | [ host-image] Dec 18 23:21:34.959 INFO O| Dec 18 23:21:34.959 INFO STEP 126 (ensure_file) COMPLETE |
9769 | 2024-12-18T23:21:36.311Z | [ host-image] Dec 18 23:21:34.959 INFO O| Dec 18 23:21:34.959 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9770 | 2024-12-18T23:21:36.330Z | [ host-image] Dec 18 23:21:34.980 INFO O| Dec 18 23:21:34.980 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9771 | 2024-12-18T23:21:36.330Z | [ host-image] Dec 18 23:21:34.980 INFO O| Dec 18 23:21:34.980 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9772 | 2024-12-18T23:21:36.334Z | [ host-image] Dec 18 23:21:34.980 INFO O| Dec 18 23:21:34.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9773 | 2024-12-18T23:21:36.335Z | [ host-image] Dec 18 23:21:34.980 INFO O| Dec 18 23:21:34.980 INFO STEP 127 (ensure_dir) COMPLETE |
9774 | 2024-12-18T23:21:36.335Z | [ host-image] Dec 18 23:21:34.981 INFO O| Dec 18 23:21:34.981 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9775 | 2024-12-18T23:21:36.350Z | [ host-image] Dec 18 23:21:35.000 INFO O| Dec 18 23:21:35.000 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9776 | 2024-12-18T23:21:36.350Z | [ host-image] Dec 18 23:21:35.000 INFO O| Dec 18 23:21:35.000 INFO copying /tmp/.tmpDJCDbN/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9777 | 2024-12-18T23:21:36.353Z | [ host-image] Dec 18 23:21:35.001 INFO O| Dec 18 23:21:35.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9778 | 2024-12-18T23:21:36.353Z | [ host-image] Dec 18 23:21:35.001 INFO O| Dec 18 23:21:35.001 INFO ok! |
9779 | 2024-12-18T23:21:36.353Z | [ host-image] Dec 18 23:21:35.001 INFO O| Dec 18 23:21:35.001 INFO STEP 128 (ensure_file) COMPLETE |
9780 | 2024-12-18T23:21:36.353Z | [ host-image] Dec 18 23:21:35.001 INFO O| Dec 18 23:21:35.001 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9781 | 2024-12-18T23:21:36.384Z | [ host-image] Dec 18 23:21:35.034 INFO O| Dec 18 23:21:35.034 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9782 | 2024-12-18T23:21:36.387Z | [ host-image] Dec 18 23:21:35.035 INFO O| Dec 18 23:21:35.035 INFO STEP 129 (remove_files) COMPLETE |
9783 | 2024-12-18T23:21:36.387Z | [ host-image] Dec 18 23:21:35.035 INFO O| Dec 18 23:21:35.035 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9784 | 2024-12-18T23:21:36.404Z | [ host-image] Dec 18 23:21:35.054 INFO O| Dec 18 23:21:35.054 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9785 | 2024-12-18T23:21:36.404Z | [ host-image] Dec 18 23:21:35.054 INFO O| Dec 18 23:21:35.054 INFO STEP 130 (remove_files) COMPLETE |
9786 | 2024-12-18T23:21:36.404Z | [ host-image] Dec 18 23:21:35.054 INFO O| Dec 18 23:21:35.054 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9787 | 2024-12-18T23:21:36.452Z | [ host-image] Dec 18 23:21:35.102 INFO O| Dec 18 23:21:35.102 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9788 | 2024-12-18T23:21:36.456Z | [ host-image] Dec 18 23:21:35.102 INFO O| Dec 18 23:21:35.102 INFO STEP 131 (remove_files) COMPLETE |
9789 | 2024-12-18T23:21:36.456Z | [ host-image] Dec 18 23:21:35.103 INFO O| Dec 18 23:21:35.102 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9790 | 2024-12-18T23:21:36.473Z | [ host-image] Dec 18 23:21:35.123 INFO O| Dec 18 23:21:35.123 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9791 | 2024-12-18T23:21:36.476Z | [ host-image] Dec 18 23:21:35.123 INFO O| Dec 18 23:21:35.123 INFO STEP 132 (remove_files) COMPLETE |
9792 | 2024-12-18T23:21:36.476Z | [ host-image] Dec 18 23:21:35.123 INFO O| Dec 18 23:21:35.123 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9793 | 2024-12-18T23:21:36.492Z | [ host-image] Dec 18 23:21:35.143 INFO O| Dec 18 23:21:35.142 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9794 | 2024-12-18T23:21:36.495Z | [ host-image] Dec 18 23:21:35.143 INFO O| Dec 18 23:21:35.143 INFO STEP 133 (remove_files) COMPLETE |
9795 | 2024-12-18T23:21:36.495Z | [ host-image] Dec 18 23:21:35.143 INFO O| Dec 18 23:21:35.143 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9796 | 2024-12-18T23:21:36.523Z | [ host-image] Dec 18 23:21:35.173 INFO O| Dec 18 23:21:35.173 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9797 | 2024-12-18T23:21:36.526Z | [ host-image] Dec 18 23:21:35.173 INFO O| Dec 18 23:21:35.173 INFO STEP 134 (remove_files) COMPLETE |
9798 | 2024-12-18T23:21:36.526Z | [ host-image] Dec 18 23:21:35.173 INFO O| Dec 18 23:21:35.173 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9799 | 2024-12-18T23:21:36.561Z | [ host-image] Dec 18 23:21:35.211 INFO O| Dec 18 23:21:35.211 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9800 | 2024-12-18T23:21:36.564Z | [ host-image] Dec 18 23:21:35.212 INFO O| Dec 18 23:21:35.212 INFO STEP 135 (remove_files) COMPLETE |
9801 | 2024-12-18T23:21:36.564Z | [ host-image] Dec 18 23:21:35.212 INFO O| Dec 18 23:21:35.212 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9802 | 2024-12-18T23:21:36.605Z | [ host-image] Dec 18 23:21:35.255 INFO O| Dec 18 23:21:35.255 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9803 | 2024-12-18T23:21:36.608Z | [ host-image] Dec 18 23:21:35.255 INFO O| Dec 18 23:21:35.255 INFO STEP 136 (remove_files) COMPLETE |
9804 | 2024-12-18T23:21:36.608Z | [ host-image] Dec 18 23:21:35.255 INFO O| Dec 18 23:21:35.255 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9805 | 2024-12-18T23:21:36.625Z | [ host-image] Dec 18 23:21:35.276 INFO O| Dec 18 23:21:35.275 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9806 | 2024-12-18T23:21:36.626Z | [ host-image] Dec 18 23:21:35.276 INFO O| Dec 18 23:21:35.276 INFO STEP 137 (remove_files) COMPLETE |
9807 | 2024-12-18T23:21:36.636Z | [ host-image] Dec 18 23:21:35.276 INFO O| Dec 18 23:21:35.276 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9808 | 2024-12-18T23:21:36.645Z | [ host-image] Dec 18 23:21:35.295 INFO O| Dec 18 23:21:35.295 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9809 | 2024-12-18T23:21:36.645Z | [ host-image] Dec 18 23:21:35.295 INFO O| Dec 18 23:21:35.295 INFO STEP 138 (remove_files) COMPLETE |
9810 | 2024-12-18T23:21:36.648Z | [ host-image] Dec 18 23:21:35.295 INFO O| Dec 18 23:21:35.295 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9811 | 2024-12-18T23:21:36.665Z | [ host-image] Dec 18 23:21:35.315 INFO O| Dec 18 23:21:35.314 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9812 | 2024-12-18T23:21:36.665Z | [ host-image] Dec 18 23:21:35.315 INFO O| Dec 18 23:21:35.315 INFO STEP 139 (remove_files) COMPLETE |
9813 | 2024-12-18T23:21:36.665Z | [ host-image] Dec 18 23:21:35.315 INFO O| Dec 18 23:21:35.315 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9814 | 2024-12-18T23:21:36.683Z | [ host-image] Dec 18 23:21:35.333 INFO O| Dec 18 23:21:35.333 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9815 | 2024-12-18T23:21:36.683Z | [ host-image] Dec 18 23:21:35.333 INFO O| Dec 18 23:21:35.333 INFO STEP 140 (remove_files) COMPLETE |
9816 | 2024-12-18T23:21:36.683Z | [ host-image] Dec 18 23:21:35.334 INFO O| Dec 18 23:21:35.333 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9817 | 2024-12-18T23:21:36.702Z | [ host-image] Dec 18 23:21:35.352 INFO O| Dec 18 23:21:35.352 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9818 | 2024-12-18T23:21:36.702Z | [ host-image] Dec 18 23:21:35.352 INFO O| Dec 18 23:21:35.352 INFO STEP 141 (remove_files) COMPLETE |
9819 | 2024-12-18T23:21:36.705Z | [ host-image] Dec 18 23:21:35.352 INFO O| Dec 18 23:21:35.352 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9820 | 2024-12-18T23:21:36.736Z | [ host-image] Dec 18 23:21:35.386 INFO O| Dec 18 23:21:35.386 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9821 | 2024-12-18T23:21:36.736Z | [ host-image] Dec 18 23:21:35.386 INFO O| Dec 18 23:21:35.386 INFO STEP 142 (remove_files) COMPLETE |
9822 | 2024-12-18T23:21:36.736Z | [ host-image] Dec 18 23:21:35.386 INFO O| Dec 18 23:21:35.386 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9823 | 2024-12-18T23:21:36.756Z | [ host-image] Dec 18 23:21:35.406 INFO O| Dec 18 23:21:35.406 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9824 | 2024-12-18T23:21:36.756Z | [ host-image] Dec 18 23:21:35.406 INFO O| Dec 18 23:21:35.406 INFO STEP 143 (remove_files) COMPLETE |
9825 | 2024-12-18T23:21:36.759Z | [ host-image] Dec 18 23:21:35.406 INFO O| Dec 18 23:21:35.406 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9826 | 2024-12-18T23:21:36.791Z | [ host-image] Dec 18 23:21:35.441 INFO O| Dec 18 23:21:35.441 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9827 | 2024-12-18T23:21:36.794Z | [ host-image] Dec 18 23:21:35.441 INFO O| Dec 18 23:21:35.441 INFO STEP 144 (remove_files) COMPLETE |
9828 | 2024-12-18T23:21:36.794Z | [ host-image] Dec 18 23:21:35.441 INFO O| Dec 18 23:21:35.441 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9829 | 2024-12-18T23:21:36.811Z | [ host-image] Dec 18 23:21:35.461 INFO O| Dec 18 23:21:35.461 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9830 | 2024-12-18T23:21:36.814Z | [ host-image] Dec 18 23:21:35.462 INFO O| Dec 18 23:21:35.462 INFO STEP 145 (remove_files) COMPLETE |
9831 | 2024-12-18T23:21:36.814Z | [ host-image] Dec 18 23:21:35.462 INFO O| Dec 18 23:21:35.462 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9832 | 2024-12-18T23:21:36.831Z | [ host-image] Dec 18 23:21:35.481 INFO O| Dec 18 23:21:35.481 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9833 | 2024-12-18T23:21:36.834Z | [ host-image] Dec 18 23:21:35.482 INFO O| Dec 18 23:21:35.482 INFO STEP 146 (remove_files) COMPLETE |
9834 | 2024-12-18T23:21:36.834Z | [ host-image] Dec 18 23:21:35.482 INFO O| Dec 18 23:21:35.482 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9835 | 2024-12-18T23:21:36.853Z | [ host-image] Dec 18 23:21:35.503 INFO O| Dec 18 23:21:35.503 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9836 | 2024-12-18T23:21:36.856Z | [ host-image] Dec 18 23:21:35.503 INFO O| Dec 18 23:21:35.503 INFO STEP 147 (remove_files) COMPLETE |
9837 | 2024-12-18T23:21:36.856Z | [ host-image] Dec 18 23:21:35.504 INFO O| Dec 18 23:21:35.503 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9838 | 2024-12-18T23:21:36.875Z | [ host-image] Dec 18 23:21:35.525 INFO O| Dec 18 23:21:35.525 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9839 | 2024-12-18T23:21:36.875Z | [ host-image] Dec 18 23:21:35.525 INFO O| Dec 18 23:21:35.525 INFO STEP 148 (remove_files) COMPLETE |
9840 | 2024-12-18T23:21:36.877Z | [ host-image] Dec 18 23:21:35.525 INFO O| Dec 18 23:21:35.525 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9841 | 2024-12-18T23:21:36.943Z | [ recovery-image] Dec 18 23:21:35.592 INFO image complete! materials are in "/work/os-recovery" |
9842 | 2024-12-18T23:21:36.949Z | [ recovery-image] |
9843 | 2024-12-18T23:21:36.949Z | [ recovery-image] real 10:56.813317765 |
9844 | 2024-12-18T23:21:36.952Z | [ recovery-image] user 6:30.033260488 |
9845 | 2024-12-18T23:21:36.952Z | [ recovery-image] sys 1:06.120667731 |
9846 | 2024-12-18T23:21:36.952Z | [ recovery-image] trap 0.395472140 |
9847 | 2024-12-18T23:21:36.952Z | [ recovery-image] tflt 0.741835069 |
9848 | 2024-12-18T23:21:36.952Z | [ recovery-image] dflt 3.480911170 |
9849 | 2024-12-18T23:21:36.952Z | [ recovery-image] kflt 0.001611328 |
9850 | 2024-12-18T23:21:36.952Z | [ recovery-image] lock 26:20.170496941 |
9851 | 2024-12-18T23:21:36.952Z | [ recovery-image] slp 1:07:32.788868895 |
9852 | 2024-12-18T23:21:36.952Z | [ recovery-image] lat 5:36.322315571 |
9853 | 2024-12-18T23:21:36.952Z | [ recovery-image] stop 12.183514467 |
9854 | 2024-12-18T23:21:36.952Z | Dec 18 23:21:35.600 INFO [recovery-image] process exited with exit status: 0 (656.86999906s) |
9855 | 2024-12-18T23:21:36.957Z | [ host-image] Dec 18 23:21:35.607 INFO O| Dec 18 23:21:35.607 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9856 | 2024-12-18T23:21:36.957Z | [ host-image] Dec 18 23:21:35.607 INFO O| Dec 18 23:21:35.607 INFO STEP 149 (remove_files) COMPLETE |
9857 | 2024-12-18T23:21:36.960Z | [ host-image] Dec 18 23:21:35.607 INFO O| Dec 18 23:21:35.607 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9858 | 2024-12-18T23:21:36.975Z | [ host-image] Dec 18 23:21:35.625 INFO O| Dec 18 23:21:35.625 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9859 | 2024-12-18T23:21:36.978Z | [ host-image] Dec 18 23:21:35.626 INFO O| Dec 18 23:21:35.625 INFO STEP 150 (remove_files) COMPLETE |
9860 | 2024-12-18T23:21:36.978Z | [ host-image] Dec 18 23:21:35.626 INFO O| Dec 18 23:21:35.625 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9861 | 2024-12-18T23:21:36.995Z | [ host-image] Dec 18 23:21:35.645 INFO O| Dec 18 23:21:35.645 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9862 | 2024-12-18T23:21:36.995Z | [ host-image] Dec 18 23:21:35.645 INFO O| Dec 18 23:21:35.645 INFO STEP 151 (remove_files) COMPLETE |
9863 | 2024-12-18T23:21:36.995Z | [ host-image] Dec 18 23:21:35.645 INFO O| Dec 18 23:21:35.645 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9864 | 2024-12-18T23:21:37.013Z | [ host-image] Dec 18 23:21:35.663 INFO O| Dec 18 23:21:35.663 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9865 | 2024-12-18T23:21:37.013Z | [ host-image] Dec 18 23:21:35.663 INFO O| Dec 18 23:21:35.663 INFO STEP 152 (remove_files) COMPLETE |
9866 | 2024-12-18T23:21:37.013Z | [ host-image] Dec 18 23:21:35.663 INFO O| Dec 18 23:21:35.663 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9867 | 2024-12-18T23:21:37.045Z | [ host-image] Dec 18 23:21:35.695 INFO O| Dec 18 23:21:35.695 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9868 | 2024-12-18T23:21:37.045Z | [ host-image] Dec 18 23:21:35.695 INFO O| Dec 18 23:21:35.695 INFO STEP 153 (remove_files) COMPLETE |
9869 | 2024-12-18T23:21:37.045Z | [ host-image] Dec 18 23:21:35.695 INFO O| Dec 18 23:21:35.695 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9870 | 2024-12-18T23:21:37.084Z | [ host-image] Dec 18 23:21:35.733 INFO O| Dec 18 23:21:35.733 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9871 | 2024-12-18T23:21:37.084Z | [ host-image] Dec 18 23:21:35.733 INFO O| Dec 18 23:21:35.733 INFO STEP 154 (remove_files) COMPLETE |
9872 | 2024-12-18T23:21:37.084Z | [ host-image] Dec 18 23:21:35.733 INFO O| Dec 18 23:21:35.733 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9873 | 2024-12-18T23:21:37.141Z | [ host-image] Dec 18 23:21:35.791 INFO O| Dec 18 23:21:35.791 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9874 | 2024-12-18T23:21:37.144Z | [ host-image] Dec 18 23:21:35.791 INFO O| Dec 18 23:21:35.791 INFO STEP 155 (remove_files) COMPLETE |
9875 | 2024-12-18T23:21:37.144Z | [ host-image] Dec 18 23:21:35.792 INFO O| Dec 18 23:21:35.791 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9876 | 2024-12-18T23:21:37.203Z | [ host-image] Dec 18 23:21:35.853 INFO O| Dec 18 23:21:35.853 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9877 | 2024-12-18T23:21:37.203Z | [ host-image] Dec 18 23:21:35.853 INFO O| Dec 18 23:21:35.853 INFO STEP 156 (remove_files) COMPLETE |
9878 | 2024-12-18T23:21:37.203Z | [ host-image] Dec 18 23:21:35.853 INFO O| Dec 18 23:21:35.853 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9879 | 2024-12-18T23:21:37.263Z | [ host-image] Dec 18 23:21:35.913 INFO O| Dec 18 23:21:35.913 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9880 | 2024-12-18T23:21:37.263Z | [ host-image] Dec 18 23:21:35.914 INFO O| Dec 18 23:21:35.913 INFO STEP 157 (remove_files) COMPLETE |
9881 | 2024-12-18T23:21:37.263Z | [ host-image] Dec 18 23:21:35.914 INFO O| Dec 18 23:21:35.913 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9882 | 2024-12-18T23:21:37.295Z | [ host-image] Dec 18 23:21:35.945 INFO O| Dec 18 23:21:35.945 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9883 | 2024-12-18T23:21:37.298Z | [ host-image] Dec 18 23:21:35.945 INFO O| Dec 18 23:21:35.945 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
9884 | 2024-12-18T23:21:54.000Z | [ host-image] Dec 18 23:21:52.649 INFO O| Dec 18 23:21:52.649 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 |
9885 | 2024-12-18T23:21:54.005Z | [ host-image] Dec 18 23:21:52.649 INFO O| Dec 18 23:21:52.649 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9886 | 2024-12-18T23:21:54.023Z | [ host-image] Dec 18 23:21:52.672 INFO O| Dec 18 23:21:52.672 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"} |
9887 | 2024-12-18T23:21:54.149Z | [ host-image] Dec 18 23:21:52.797 INFO O| Dec 18 23:21:52.797 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9888 | 2024-12-18T23:21:54.149Z | [ host-image] Dec 18 23:21:52.798 INFO O| Dec 18 23:21:52.797 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9889 | 2024-12-18T23:21:54.152Z | [ host-image] Dec 18 23:21:52.800 INFO O| Dec 18 23:21:52.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9890 | 2024-12-18T23:21:54.152Z | [ host-image] Dec 18 23:21:52.800 INFO O| Dec 18 23:21:52.800 INFO ok! |
9891 | 2024-12-18T23:21:54.152Z | [ host-image] Dec 18 23:21:52.800 INFO O| Dec 18 23:21:52.800 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9892 | 2024-12-18T23:21:54.152Z | [ host-image] Dec 18 23:21:52.800 INFO O| Dec 18 23:21:52.800 INFO STEP 158 (seed_smf) COMPLETE |
9893 | 2024-12-18T23:21:54.152Z | [ host-image] Dec 18 23:21:52.800 INFO O| Dec 18 23:21:52.800 INFO steps complete; finalising image! |
9894 | 2024-12-18T23:21:54.152Z | [ host-image] Dec 18 23:21:52.801 INFO O| Dec 18 23:21:52.800 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9895 | 2024-12-18T23:21:54.359Z | [ host-image] Dec 18 23:21:53.006 INFO O| Dec 18 23:21:53.006 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Wed Dec 18 23:21:52 2024) |
9896 | 2024-12-18T23:21:54.569Z | [ host-image] Dec 18 23:21:53.219 INFO O| Dec 18 23:21:53.218 INFO trim TEMPORARY-gimlet-zfs: (46% trimmed, started at Wed Dec 18 23:21:52 2024) |
9897 | 2024-12-18T23:21:54.782Z | [ host-image] Dec 18 23:21:53.431 INFO O| Dec 18 23:21:53.431 INFO trim TEMPORARY-gimlet-zfs: (90% trimmed, started at Wed Dec 18 23:21:52 2024) |
9898 | 2024-12-18T23:21:55.025Z | [ host-image] Dec 18 23:21:53.673 INFO O| Dec 18 23:21:53.673 INFO temporary pool has 689M used, 143M avail, 1.82x compressratio |
9899 | 2024-12-18T23:21:55.026Z | [ host-image] Dec 18 23:21:53.673 INFO O| Dec 18 23:21:53.673 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9900 | 2024-12-18T23:21:55.908Z | [ host-image] Dec 18 23:21:54.557 INFO O| Dec 18 23:21:54.557 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9901 | 2024-12-18T23:21:55.908Z | [ host-image] Dec 18 23:21:54.557 INFO O| Dec 18 23:21:54.557 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9902 | 2024-12-18T23:21:57.674Z | [ host-image] Dec 18 23:21:56.322 INFO O| Dec 18 23:21:56.322 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9903 | 2024-12-18T23:21:57.674Z | [ host-image] Dec 18 23:21:56.323 INFO O| Dec 18 23:21:56.322 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9904 | 2024-12-18T23:21:57.674Z | [ host-image] Dec 18 23:21:56.323 INFO O| Dec 18 23:21:56.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9905 | 2024-12-18T23:21:57.676Z | [ host-image] Dec 18 23:21:56.323 INFO O| Dec 18 23:21:56.322 INFO completed processing gimlet/zfs |
9906 | 2024-12-18T23:21:57.676Z | [ host-image] Dec 18 23:21:56.323 INFO O| Dec 18 23:21:56.323 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9907 | 2024-12-18T23:22:06.667Z | [ host-image] Dec 18 23:22:05.315 INFO O| Dec 18 23:22:05.315 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9908 | 2024-12-18T23:22:06.804Z | [ host-image] Dec 18 23:22:05.452 INFO BUILD STRING "heads/stlouis-0-g7274828da5\n" |
9909 | 2024-12-18T23:22:06.804Z | [ host-image] Dec 18 23:22:05.452 INFO expanded image name: "ci d80c4c9/${os_short_commit} 2024-12-18 22:48" -> "ci d80c4c9/7274828 2024-12-18 22:48" |
9910 | 2024-12-18T23:22:06.807Z | [ host-image] Dec 18 23:22:05.452 INFO output artefacts stored in: "/work/os-host" |
9911 | 2024-12-18T23:22:06.807Z | [ host-image] Dec 18 23:22:05.453 INFO collecting git info from project "amd-host-image-builder"... |
9912 | 2024-12-18T23:22:06.830Z | [ host-image] Dec 18 23:22:05.479 INFO collecting git info from project "image-builder"... |
9913 | 2024-12-18T23:22:06.837Z | [ host-image] Dec 18 23:22:05.486 INFO collecting git info from project "phbl"... |
9914 | 2024-12-18T23:22:06.845Z | [ host-image] Dec 18 23:22:05.493 INFO collecting git info from project "pilot"... |
9915 | 2024-12-18T23:22:06.853Z | [ host-image] Dec 18 23:22:05.501 INFO collecting git info from project "pinprick"... |
9916 | 2024-12-18T23:22:06.860Z | [ host-image] Dec 18 23:22:05.508 INFO collecting git info from project "chelsio-t6-roms"... |
9917 | 2024-12-18T23:22:06.874Z | [ host-image] Dec 18 23:22:05.523 INFO collecting git info from project "bootserver"... |
9918 | 2024-12-18T23:22:06.898Z | [ host-image] Dec 18 23:22:05.546 INFO collecting git info from project "amd-firmware"... |
9919 | 2024-12-18T23:22:06.971Z | [ host-image] Dec 18 23:22:05.620 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9920 | 2024-12-18T23:22:08.065Z | [ host-image] Dec 18 23:22:06.714 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9921 | 2024-12-18T23:22:08.768Z | [ host-image] Dec 18 23:22:07.416 INFO creating Oxide boot image... |
9922 | 2024-12-18T23:22:08.769Z | [ host-image] Dec 18 23:22:07.416 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci d80c4c9/7274828 2024-12-18 22:48", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9923 | 2024-12-18T23:22:10.177Z | [ host-image] Dec 18 23:22:08.825 INFO O| ok, image written! |
9924 | 2024-12-18T23:22:10.177Z | [ host-image] Dec 18 23:22:08.825 INFO O| ok, boot_image_csum file written! |
9925 | 2024-12-18T23:22:10.206Z | [ host-image] Dec 18 23:22:08.854 INFO creating boot archive (CPIO)... |
9926 | 2024-12-18T23:22:10.206Z | [ host-image] Dec 18 23:22:08.854 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 |
9927 | 2024-12-18T23:22:10.225Z | [ host-image] Dec 18 23:22:08.873 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9928 | 2024-12-18T23:22:10.225Z | [ host-image] Dec 18 23:22:08.873 INFO E| + outfile=/work/os-host/cpio |
9929 | 2024-12-18T23:22:10.225Z | [ host-image] Dec 18 23:22:08.873 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9930 | 2024-12-18T23:22:10.230Z | [ host-image] Dec 18 23:22:08.878 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9931 | 2024-12-18T23:22:10.232Z | [ host-image] Dec 18 23:22:08.878 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9932 | 2024-12-18T23:22:10.282Z | [ host-image] Dec 18 23:22:08.931 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9933 | 2024-12-18T23:22:10.285Z | [ host-image] Dec 18 23:22:08.931 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9934 | 2024-12-18T23:22:10.295Z | [ host-image] Dec 18 23:22:08.943 INFO creating compressed cpio/unix for nanobl-rs... |
9935 | 2024-12-18T23:22:10.295Z | [ host-image] Dec 18 23:22:08.943 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 |
9936 | 2024-12-18T23:22:10.682Z | [ host-image] Dec 18 23:22:09.330 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9937 | 2024-12-18T23:22:16.820Z | [ host-image] Dec 18 23:22:15.468 INFO creating reset image... |
9938 | 2024-12-18T23:22:16.823Z | [ host-image] Dec 18 23:22:15.468 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9939 | 2024-12-18T23:22:17.004Z | [ host-image] Dec 18 23:22:15.652 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s |
9940 | 2024-12-18T23:22:17.012Z | [ host-image] Dec 18 23:22:15.654 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9941 | 2024-12-18T23:22:17.173Z | [ host-image] Dec 18 23:22:15.821 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9942 | 2024-12-18T23:22:20.920Z | [ host-image] Dec 18 23:22:19.567 INFO E| Finished `release` profile [optimized] target(s) in 3.89s |
9943 | 2024-12-18T23:22:20.935Z | [ host-image] Dec 18 23:22:19.583 INFO building host image... |
9944 | 2024-12-18T23:22:20.938Z | [ host-image] Dec 18 23:22:19.583 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") |
9945 | 2024-12-18T23:22:21.556Z | [ host-image] Dec 18 23:22:20.204 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9946 | 2024-12-18T23:23:31.723Z | [ host-image] Dec 18 23:23:30.367 INFO image complete! materials are in "/work/os-host" |
9947 | 2024-12-18T23:23:31.727Z | [ host-image] |
9948 | 2024-12-18T23:23:31.727Z | [ host-image] real 13:05.875564903 |
9949 | 2024-12-18T23:23:31.730Z | [ host-image] user 6:43.610439553 |
9950 | 2024-12-18T23:23:31.730Z | [ host-image] sys 1:12.872266049 |
9951 | 2024-12-18T23:23:31.730Z | [ host-image] trap 0.298049897 |
9952 | 2024-12-18T23:23:31.730Z | [ host-image] tflt 0.049355782 |
9953 | 2024-12-18T23:23:31.730Z | [ host-image] dflt 0.220168977 |
9954 | 2024-12-18T23:23:31.730Z | [ host-image] kflt 0.015153038 |
9955 | 2024-12-18T23:23:31.730Z | [ host-image] lock 7:46.020445599 |
9956 | 2024-12-18T23:23:31.730Z | [ host-image] slp 1:08:44.916305505 |
9957 | 2024-12-18T23:23:31.730Z | [ host-image] lat 3:06.284813187 |
9958 | 2024-12-18T23:23:31.730Z | [ host-image] stop 0.833754215 |
9959 | 2024-12-18T23:23:31.730Z | Dec 18 23:23:30.373 INFO [host-image] process exited with exit status: 0 (785.895951079s) |
9960 | 2024-12-18T23:23:31.730Z | Dec 18 23:23:30.373 INFO [tuf-repo] running task |
9961 | 2024-12-18T23:23:45.457Z | Dec 18 23:23:44.100 INFO assembling repository in `/tmp/tufaceousP81lIS`, component: OmicronRepoAssembler |
9962 | 2024-12-18T23:24:12.881Z | Dec 18 23:24:11.523 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9963 | 2024-12-18T23:24:13.355Z | Dec 18 23:24:11.997 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9964 | 2024-12-18T23:24:33.359Z | Dec 18 23:24:32.000 INFO [tuf-repo] task succeeded (61.627396825s) |
9965 | 2024-12-18T23:26:15.319Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 15m 31s |
9966 | 2024-12-18T23:26:15.717Z | Dec 18 23:26:14.353 INFO [verify-libraries] process exited with exit status: 0 (935.999442712s) |
9967 | 2024-12-18T23:26:15.717Z | Dec 18 23:26:14.353 INFO all jobs completed in 2282.987067103s |
9968 | 2024-12-18T23:26:18.364Z | process exited: duration 2996804 ms, exit code 0 |
|
9969 | 2024-12-18T23:26:18.378Z | found 33 output files |
9970 | 2024-12-18T23:26:18.378Z | uploading: /work/manifest.toml (8404 bytes) |
9971 | 2024-12-18T23:26:19.390Z | uploaded: /work/manifest.toml |
9972 | 2024-12-18T23:26:19.390Z | uploading: /work/repo.zip (1945736711 bytes) |
9973 | 2024-12-18T23:26:59.186Z | uploaded: /work/repo.zip |
9974 | 2024-12-18T23:26:59.186Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9975 | 2024-12-18T23:27:00.196Z | uploaded: /work/repo.zip.sha256.txt |
9976 | 2024-12-18T23:27:00.198Z | uploading: /work/helios-setup.log (67138 bytes) |
9977 | 2024-12-18T23:27:01.207Z | uploaded: /work/helios-setup.log |
9978 | 2024-12-18T23:27:01.211Z | uploading: /work/host-image.log (196504 bytes) |
9979 | 2024-12-18T23:27:02.223Z | uploaded: /work/host-image.log |
9980 | 2024-12-18T23:27:02.225Z | uploading: /work/host-package.log (22208 bytes) |
9981 | 2024-12-18T23:27:03.233Z | uploaded: /work/host-package.log |
9982 | 2024-12-18T23:27:03.236Z | uploading: /work/host-target.log (101 bytes) |
9983 | 2024-12-18T23:27:04.242Z | uploaded: /work/host-target.log |
9984 | 2024-12-18T23:27:04.244Z | uploading: /work/omicron-package.log (5666 bytes) |
9985 | 2024-12-18T23:27:05.253Z | uploaded: /work/omicron-package.log |
9986 | 2024-12-18T23:27:05.255Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9987 | 2024-12-18T23:27:06.264Z | uploaded: /work/phbl-toolchain.log |
9988 | 2024-12-18T23:27:06.267Z | uploading: /work/recovery-image.log (592304 bytes) |
9989 | 2024-12-18T23:27:07.292Z | uploaded: /work/recovery-image.log |
9990 | 2024-12-18T23:27:07.292Z | uploading: /work/recovery-package.log (321 bytes) |
9991 | 2024-12-18T23:27:08.299Z | uploaded: /work/recovery-package.log |
9992 | 2024-12-18T23:27:08.302Z | uploading: /work/recovery-target.log (98 bytes) |
9993 | 2024-12-18T23:27:09.308Z | uploaded: /work/recovery-target.log |
9994 | 2024-12-18T23:27:09.308Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9995 | 2024-12-18T23:27:10.316Z | uploaded: /work/stamp-clickhouse.log |
9996 | 2024-12-18T23:27:10.319Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9997 | 2024-12-18T23:27:11.324Z | uploaded: /work/stamp-clickhouse_keeper.log |
9998 | 2024-12-18T23:27:11.327Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9999 | 2024-12-18T23:27:12.333Z | uploaded: /work/stamp-cockroachdb.log |
10000 | 2024-12-18T23:27:12.333Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
10001 | 2024-12-18T23:27:13.342Z | uploaded: /work/stamp-crucible-dtrace.log |
10002 | 2024-12-18T23:27:13.343Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
10003 | 2024-12-18T23:27:14.351Z | uploaded: /work/stamp-crucible-pantry-zone.log |
10004 | 2024-12-18T23:27:14.351Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
10005 | 2024-12-18T23:27:15.358Z | uploaded: /work/stamp-crucible-zone.log |
10006 | 2024-12-18T23:27:15.358Z | uploading: /work/stamp-external-dns.log (119 bytes) |
10007 | 2024-12-18T23:27:16.367Z | uploaded: /work/stamp-external-dns.log |
10008 | 2024-12-18T23:27:16.367Z | uploading: /work/stamp-installinator.log (103 bytes) |
10009 | 2024-12-18T23:27:17.375Z | uploaded: /work/stamp-installinator.log |
10010 | 2024-12-18T23:27:17.375Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
10011 | 2024-12-18T23:27:18.384Z | uploaded: /work/stamp-internal-dns.log |
10012 | 2024-12-18T23:27:18.384Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10013 | 2024-12-18T23:27:19.394Z | uploaded: /work/stamp-mg-ddm-gz.log |
10014 | 2024-12-18T23:27:19.395Z | uploading: /work/stamp-nexus.log (112 bytes) |
10015 | 2024-12-18T23:27:20.402Z | uploaded: /work/stamp-nexus.log |
10016 | 2024-12-18T23:27:20.402Z | uploading: /work/stamp-ntp.log (110 bytes) |
10017 | 2024-12-18T23:27:21.411Z | uploaded: /work/stamp-ntp.log |
10018 | 2024-12-18T23:27:21.411Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10019 | 2024-12-18T23:27:22.420Z | uploaded: /work/stamp-omicron-sled-agent.log |
10020 | 2024-12-18T23:27:22.420Z | uploading: /work/stamp-overlay.log (114 bytes) |
10021 | 2024-12-18T23:27:23.428Z | uploaded: /work/stamp-overlay.log |
10022 | 2024-12-18T23:27:23.428Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10023 | 2024-12-18T23:27:24.437Z | uploaded: /work/stamp-oximeter.log |
10024 | 2024-12-18T23:27:24.437Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10025 | 2024-12-18T23:27:25.446Z | uploaded: /work/stamp-oxlog.log |
10026 | 2024-12-18T23:27:25.446Z | uploading: /work/stamp-probe.log (112 bytes) |
10027 | 2024-12-18T23:27:26.454Z | uploaded: /work/stamp-probe.log |
10028 | 2024-12-18T23:27:26.454Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10029 | 2024-12-18T23:27:27.463Z | uploaded: /work/stamp-propolis-server.log |
10030 | 2024-12-18T23:27:27.463Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10031 | 2024-12-18T23:27:28.472Z | uploaded: /work/stamp-pumpkind-gz.log |
10032 | 2024-12-18T23:27:28.472Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10033 | 2024-12-18T23:27:29.480Z | uploaded: /work/stamp-switch-asic.log |
10034 | 2024-12-18T23:27:29.480Z | uploading: /work/verify-libraries.log (5773 bytes) |
10035 | 2024-12-18T23:27:30.488Z | uploaded: /work/verify-libraries.log |