|
|
|
1 | 2024-12-19T20:56:58.526Z | job assigned to worker 01JFGB834VMB631KZ0XHSCR03B [factory aws, i-0ac0100be111ae2df] (queued for 1 m 45 s) |
|
2 | 2024-12-19T20:57:05.920Z | starting task 0: "setup" |
3 | 2024-12-19T20:57:05.932Z | ++ uname -s |
4 | 2024-12-19T20:57:05.935Z | + kern=SunOS |
5 | 2024-12-19T20:57:05.935Z | + case "$kern" in |
6 | 2024-12-19T20:57:05.935Z | + groupadd -g 12345 build |
7 | 2024-12-19T20:57:05.938Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T20:57:07.946Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T20:57:08.180Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T20:57:08.182Z | + home_fs=zfs |
11 | 2024-12-19T20:57:08.183Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T20:57:08.183Z | + mkdir -p /home/build |
13 | 2024-12-19T20:57:08.185Z | + chown build:build /home/build /work |
14 | 2024-12-19T20:57:09.188Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T20:57:09.191Z | process exited: duration 3269 ms, exit code 0 |
|
16 | 2024-12-19T20:57:09.197Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T20:57:09.203Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T20:57:09.203Z | ' 1.81.0 |
19 | 2024-12-19T20:57:09.203Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-19T20:57:09.203Z | ' default |
21 | 2024-12-19T20:57:09.203Z | * toolchain channel = "1.81.0" |
22 | 2024-12-19T20:57:09.204Z | * toolchain profile = "default" |
23 | 2024-12-19T20:57:09.207Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T20:57:09.207Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-19T20:57:09.326Z | info: downloading installer |
26 | 2024-12-19T20:57:10.507Z | info: profile set to 'default' |
27 | 2024-12-19T20:57:10.507Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T20:57:10.510Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-19T20:57:10.659Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-19T20:57:10.659Z | info: downloading component 'cargo' |
31 | 2024-12-19T20:57:11.483Z | info: downloading component 'clippy' |
32 | 2024-12-19T20:57:11.786Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T20:57:12.933Z | info: downloading component 'rust-std' |
34 | 2024-12-19T20:57:14.741Z | info: downloading component 'rustc' |
35 | 2024-12-19T20:57:21.138Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T20:57:21.376Z | info: installing component 'cargo' |
37 | 2024-12-19T20:57:22.186Z | info: installing component 'clippy' |
38 | 2024-12-19T20:57:22.558Z | info: installing component 'rust-docs' |
39 | 2024-12-19T20:57:24.185Z | info: installing component 'rust-std' |
40 | 2024-12-19T20:57:25.906Z | info: installing component 'rustc' |
41 | 2024-12-19T20:57:31.817Z | info: installing component 'rustfmt' |
42 | 2024-12-19T20:57:32.150Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-19T20:57:32.150Z | |
44 | 2024-12-19T20:57:32.529Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-19T20:57:32.529Z | |
46 | 2024-12-19T20:57:32.532Z | |
47 | 2024-12-19T20:57:32.532Z | Rust is installed now. Great! |
48 | 2024-12-19T20:57:32.532Z | |
49 | 2024-12-19T20:57:32.532Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T20:57:32.532Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T20:57:32.532Z | |
52 | 2024-12-19T20:57:32.532Z | To configure your current shell, you need to source |
53 | 2024-12-19T20:57:32.532Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T20:57:32.532Z | |
55 | 2024-12-19T20:57:32.532Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T20:57:32.532Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T20:57:32.532Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T20:57:32.608Z | + rustc --version |
59 | 2024-12-19T20:57:32.675Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-19T20:57:32.678Z | process exited: duration 23469 ms, exit code 0 |
|
61 | 2024-12-19T20:57:32.684Z | starting task 2: "authentication" |
62 | 2024-12-19T20:57:32.705Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-19T20:57:32.710Z | starting task 3: "clone repository" |
64 | 2024-12-19T20:57:32.716Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-19T20:57:32.718Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-19T20:57:32.762Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-19T20:57:39.181Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-19T20:57:39.181Z | + git fetch origin 4113601b516ea5bdf3a808a447beea4824396955 |
69 | 2024-12-19T20:57:39.508Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-19T20:57:39.508Z | * branch 4113601b516ea5bdf3a808a447beea4824396955 -> FETCH_HEAD |
71 | 2024-12-19T20:57:39.520Z | + [[ -n zl/tfportd-oximeter ]] |
72 | 2024-12-19T20:57:39.523Z | ++ git branch --show-current |
73 | 2024-12-19T20:57:39.526Z | + current=main |
74 | 2024-12-19T20:57:39.526Z | + [[ main != zl/tfportd-oximeter ]] |
75 | 2024-12-19T20:57:39.526Z | + git branch -f zl/tfportd-oximeter 4113601b516ea5bdf3a808a447beea4824396955 |
76 | 2024-12-19T20:57:39.528Z | + git checkout -f zl/tfportd-oximeter |
77 | 2024-12-19T20:57:39.591Z | Switched to branch 'zl/tfportd-oximeter' |
78 | 2024-12-19T20:57:39.594Z | + git reset --hard 4113601b516ea5bdf3a808a447beea4824396955 |
79 | 2024-12-19T20:57:39.658Z | HEAD is now at 4113601b5 update dendrite (keeping up) |
80 | 2024-12-19T20:57:39.660Z | process exited: duration 6945 ms, exit code 0 |
|
81 | 2024-12-19T20:57:39.666Z | starting task 4: "build" |
82 | 2024-12-19T20:57:39.671Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-19T20:57:39.671Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-19T20:57:39.671Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-19T20:57:39.674Z | + cargo --version |
86 | 2024-12-19T20:57:39.728Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-19T20:57:39.731Z | + rustc --version |
88 | 2024-12-19T20:57:39.792Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-19T20:57:39.794Z | + cargo tree --locked |
90 | 2024-12-19T20:57:40.058Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-12-19T20:57:40.336Z | Updating crates.io index |
92 | 2024-12-19T20:57:40.395Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
93 | 2024-12-19T20:57:40.857Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
94 | 2024-12-19T20:57:41.135Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
95 | 2024-12-19T20:57:41.396Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
96 | 2024-12-19T20:57:41.671Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
97 | 2024-12-19T20:57:42.565Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-19T20:57:44.102Z | Updating git repository `https://github.com/oxidecomputer/opte` |
99 | 2024-12-19T20:57:44.721Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
100 | 2024-12-19T20:57:45.432Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
101 | 2024-12-19T20:57:45.735Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
102 | 2024-12-19T20:57:46.052Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
103 | 2024-12-19T20:57:46.683Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
104 | 2024-12-19T20:57:47.067Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
105 | 2024-12-19T20:57:47.398Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
106 | 2024-12-19T20:57:47.688Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
107 | 2024-12-19T20:57:47.949Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
108 | 2024-12-19T20:57:48.245Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
109 | 2024-12-19T20:57:48.612Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
110 | 2024-12-19T20:57:48.926Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
111 | 2024-12-19T20:57:49.301Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-19T20:57:49.592Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-19T20:57:50.136Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
114 | 2024-12-19T20:57:50.453Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
115 | 2024-12-19T20:57:50.802Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
116 | 2024-12-19T20:57:51.209Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
117 | 2024-12-19T20:57:51.507Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-12-19T20:57:51.738Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-12-19T20:57:52.053Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-12-19T20:57:53.638Z | Downloading crates ... |
121 | 2024-12-19T20:57:53.743Z | Downloaded aead v0.5.2 |
122 | 2024-12-19T20:57:53.748Z | Downloaded anstyle-query v1.1.1 |
123 | 2024-12-19T20:57:53.751Z | Downloaded approx v0.5.1 |
124 | 2024-12-19T20:57:53.754Z | Downloaded adler2 v2.0.0 |
125 | 2024-12-19T20:57:53.765Z | Downloaded async-object-pool v0.1.5 |
126 | 2024-12-19T20:57:53.771Z | Downloaded atomicwrites v0.4.4 |
127 | 2024-12-19T20:57:53.774Z | Downloaded cfg_aliases v0.2.1 |
128 | 2024-12-19T20:57:53.774Z | Downloaded async-stream-impl v0.3.6 |
129 | 2024-12-19T20:57:53.777Z | Downloaded atty v0.2.14 |
130 | 2024-12-19T20:57:53.785Z | Downloaded foreign-types v0.3.2 |
131 | 2024-12-19T20:57:53.787Z | Downloaded cfg_aliases v0.1.1 |
132 | 2024-12-19T20:57:53.789Z | Downloaded addr2line v0.24.2 |
133 | 2024-12-19T20:57:53.796Z | Downloaded foreign-types-shared v0.1.1 |
134 | 2024-12-19T20:57:53.801Z | Downloaded array-init v0.0.4 |
135 | 2024-12-19T20:57:53.804Z | Downloaded bitflags v1.3.2 |
136 | 2024-12-19T20:57:53.807Z | Downloaded async-signal v0.2.10 |
137 | 2024-12-19T20:57:53.810Z | Downloaded byteorder v1.5.0 |
138 | 2024-12-19T20:57:53.812Z | Downloaded cfg-if v1.0.0 |
139 | 2024-12-19T20:57:53.815Z | Downloaded http-body v1.0.1 |
140 | 2024-12-19T20:57:53.815Z | Downloaded cargo-platform v0.1.8 |
141 | 2024-12-19T20:57:53.818Z | Downloaded bitfield v0.14.0 |
142 | 2024-12-19T20:57:53.818Z | Downloaded hubpack_derive v0.1.1 |
143 | 2024-12-19T20:57:53.818Z | Downloaded async-global-executor v2.4.1 |
144 | 2024-12-19T20:57:53.821Z | Downloaded chrono-tz-build v0.4.0 |
145 | 2024-12-19T20:57:53.821Z | Downloaded block-buffer v0.10.4 |
146 | 2024-12-19T20:57:53.824Z | Downloaded foldhash v0.1.3 |
147 | 2024-12-19T20:57:53.824Z | Downloaded float-cmp v0.9.0 |
148 | 2024-12-19T20:57:53.827Z | Downloaded fd-lock v4.0.2 |
149 | 2024-12-19T20:57:53.829Z | Downloaded chacha20 v0.9.1 |
150 | 2024-12-19T20:57:53.829Z | Downloaded cassowary v0.3.0 |
151 | 2024-12-19T20:57:53.832Z | Downloaded headers-core v0.3.0 |
152 | 2024-12-19T20:57:53.835Z | Downloaded blowfish v0.9.1 |
153 | 2024-12-19T20:57:53.835Z | Downloaded hostname v0.4.0 |
154 | 2024-12-19T20:57:53.837Z | Downloaded blocking v1.6.1 |
155 | 2024-12-19T20:57:53.838Z | Downloaded heck v0.5.0 |
156 | 2024-12-19T20:57:53.840Z | Downloaded filetime v0.2.25 |
157 | 2024-12-19T20:57:53.843Z | Downloaded futures-executor v0.3.31 |
158 | 2024-12-19T20:57:53.843Z | Downloaded home v0.5.9 |
159 | 2024-12-19T20:57:53.846Z | Downloaded group v0.13.0 |
160 | 2024-12-19T20:57:53.846Z | Downloaded bytecount v0.6.8 |
161 | 2024-12-19T20:57:53.849Z | Downloaded base16ct v0.2.0 |
162 | 2024-12-19T20:57:53.852Z | Downloaded generic-array v0.14.7 |
163 | 2024-12-19T20:57:53.852Z | Downloaded pathdiff v0.2.2 |
164 | 2024-12-19T20:57:53.854Z | Downloaded heck v0.4.1 |
165 | 2024-12-19T20:57:53.854Z | Downloaded parking v2.2.1 |
166 | 2024-12-19T20:57:53.857Z | Downloaded futures-sink v0.3.31 |
167 | 2024-12-19T20:57:53.857Z | Downloaded atomic-waker v1.1.2 |
168 | 2024-12-19T20:57:53.860Z | Downloaded autocfg v1.4.0 |
169 | 2024-12-19T20:57:53.862Z | Downloaded cexpr v0.6.0 |
170 | 2024-12-19T20:57:53.864Z | Downloaded humantime v2.1.0 |
171 | 2024-12-19T20:57:53.864Z | Downloaded glob v0.3.1 |
172 | 2024-12-19T20:57:53.867Z | Downloaded errno v0.3.9 |
173 | 2024-12-19T20:57:53.870Z | Downloaded hyper-tls v0.6.0 |
174 | 2024-12-19T20:57:53.870Z | Downloaded hash32 v0.3.1 |
175 | 2024-12-19T20:57:53.872Z | Downloaded ghash v0.5.1 |
176 | 2024-12-19T20:57:53.875Z | Downloaded cancel-safe-futures v0.1.5 |
177 | 2024-12-19T20:57:53.878Z | Downloaded foreign-types-macros v0.2.3 |
178 | 2024-12-19T20:57:53.878Z | Downloaded ff v0.13.0 |
179 | 2024-12-19T20:57:53.881Z | Downloaded hash32 v0.2.1 |
180 | 2024-12-19T20:57:53.883Z | Downloaded cargo_metadata v0.18.1 |
181 | 2024-12-19T20:57:53.885Z | Downloaded bcs v0.1.6 |
182 | 2024-12-19T20:57:53.888Z | Downloaded async-process v2.3.0 |
183 | 2024-12-19T20:57:53.890Z | Downloaded anyhow v1.0.93 |
184 | 2024-12-19T20:57:53.893Z | Downloaded flagset v0.4.6 |
185 | 2024-12-19T20:57:53.896Z | Downloaded bzip2 v0.4.4 |
186 | 2024-12-19T20:57:53.898Z | Downloaded httparse v1.9.5 |
187 | 2024-12-19T20:57:53.901Z | Downloaded httptest v0.16.1 |
188 | 2024-12-19T20:57:53.903Z | Downloaded globset v0.4.15 |
189 | 2024-12-19T20:57:53.903Z | Downloaded serde-big-array v0.5.1 |
190 | 2024-12-19T20:57:53.906Z | Downloaded camino v1.1.9 |
191 | 2024-12-19T20:57:53.908Z | Downloaded highway v1.2.0 |
192 | 2024-12-19T20:57:53.912Z | Downloaded futures-lite v2.3.0 |
193 | 2024-12-19T20:57:53.914Z | Downloaded olpc-cjson v0.1.4 |
194 | 2024-12-19T20:57:53.914Z | Downloaded fs-err v2.11.0 |
195 | 2024-12-19T20:57:53.917Z | Downloaded fallible-iterator v0.2.0 |
196 | 2024-12-19T20:57:53.917Z | Downloaded foreign-types-shared v0.3.1 |
197 | 2024-12-19T20:57:53.920Z | Downloaded fatfs v0.3.6 |
198 | 2024-12-19T20:57:53.923Z | Downloaded bitflags v2.6.0 |
199 | 2024-12-19T20:57:53.927Z | Downloaded httpdate v1.0.3 |
200 | 2024-12-19T20:57:53.929Z | Downloaded async-io v2.3.4 |
201 | 2024-12-19T20:57:53.932Z | Downloaded hex-literal v0.4.1 |
202 | 2024-12-19T20:57:53.934Z | Downloaded iana-time-zone v0.1.61 |
203 | 2024-12-19T20:57:53.937Z | Downloaded termtree v0.4.1 |
204 | 2024-12-19T20:57:53.937Z | Downloaded swrite v0.1.0 |
205 | 2024-12-19T20:57:53.940Z | Downloaded pretty-hex v0.2.1 |
206 | 2024-12-19T20:57:53.940Z | Downloaded hyper-staticfile v0.10.1 |
207 | 2024-12-19T20:57:53.942Z | Downloaded pretty-hex v0.4.1 |
208 | 2024-12-19T20:57:53.945Z | Downloaded predicates-tree v1.0.11 |
209 | 2024-12-19T20:57:53.945Z | Downloaded powerfmt v0.2.0 |
210 | 2024-12-19T20:57:53.947Z | Downloaded piper v0.2.4 |
211 | 2024-12-19T20:57:53.949Z | Downloaded pin-utils v0.1.0 |
212 | 2024-12-19T20:57:53.949Z | Downloaded phf_codegen v0.11.2 |
213 | 2024-12-19T20:57:53.952Z | Downloaded zerofrom v0.1.4 |
214 | 2024-12-19T20:57:53.952Z | Downloaded write16 v1.0.0 |
215 | 2024-12-19T20:57:53.954Z | Downloaded pem v3.0.4 |
216 | 2024-12-19T20:57:53.954Z | Downloaded parse-display-derive v0.10.0 |
217 | 2024-12-19T20:57:53.957Z | Downloaded pest_generator v2.7.14 |
218 | 2024-12-19T20:57:53.959Z | Downloaded constant_time_eq v0.3.1 |
219 | 2024-12-19T20:57:53.959Z | Downloaded num_cpus v1.16.0 |
220 | 2024-12-19T20:57:53.962Z | Downloaded hyper-rustls v0.26.0 |
221 | 2024-12-19T20:57:53.965Z | Downloaded tower-service v0.3.3 |
222 | 2024-12-19T20:57:53.967Z | Downloaded salsa20 v0.10.2 |
223 | 2024-12-19T20:57:53.967Z | Downloaded http-range v0.1.5 |
224 | 2024-12-19T20:57:53.970Z | Downloaded event-listener-strategy v0.5.2 |
225 | 2024-12-19T20:57:53.970Z | Downloaded futures-channel v0.3.31 |
226 | 2024-12-19T20:57:53.973Z | Downloaded async-lock v3.4.0 |
227 | 2024-12-19T20:57:53.975Z | Downloaded password-hash v0.5.0 |
228 | 2024-12-19T20:57:53.977Z | Downloaded cfg-expr v0.17.0 |
229 | 2024-12-19T20:57:53.981Z | Downloaded bytes v1.8.0 |
230 | 2024-12-19T20:57:53.984Z | Downloaded futures-io v0.3.31 |
231 | 2024-12-19T20:57:53.987Z | Downloaded fragile v2.0.0 |
232 | 2024-12-19T20:57:53.989Z | Downloaded cstr-argument v0.1.2 |
233 | 2024-12-19T20:57:53.989Z | Downloaded ssh-encoding v0.2.0 |
234 | 2024-12-19T20:57:53.992Z | Downloaded serde-hex v0.1.0 |
235 | 2024-12-19T20:57:53.995Z | Downloaded icu_locid v1.5.0 |
236 | 2024-12-19T20:57:53.998Z | Downloaded thread_local v1.1.8 |
237 | 2024-12-19T20:57:54.001Z | Downloaded thread-id v4.2.2 |
238 | 2024-12-19T20:57:54.003Z | Downloaded supports-color v3.0.1 |
239 | 2024-12-19T20:57:54.003Z | Downloaded smallvec v0.6.14 |
240 | 2024-12-19T20:57:54.006Z | Downloaded endian-type v0.1.2 |
241 | 2024-12-19T20:57:54.006Z | Downloaded unicode-truncate v1.1.0 |
242 | 2024-12-19T20:57:54.008Z | Downloaded signal-hook-tokio v0.3.1 |
243 | 2024-12-19T20:57:54.008Z | Downloaded signal-hook-mio v0.2.4 |
244 | 2024-12-19T20:57:54.011Z | Downloaded enum-as-inner v0.5.1 |
245 | 2024-12-19T20:57:54.013Z | Downloaded number_prefix v0.4.0 |
246 | 2024-12-19T20:57:54.013Z | Downloaded pin-project-internal v1.1.6 |
247 | 2024-12-19T20:57:54.016Z | Downloaded hmac v0.12.1 |
248 | 2024-12-19T20:57:54.018Z | Downloaded slog-stdlog v4.1.1 |
249 | 2024-12-19T20:57:54.021Z | Downloaded convert_case v0.4.0 |
250 | 2024-12-19T20:57:54.021Z | Downloaded zeroize v1.8.1 |
251 | 2024-12-19T20:57:54.024Z | Downloaded zerofrom-derive v0.1.4 |
252 | 2024-12-19T20:57:54.024Z | Downloaded writeable v0.5.5 |
253 | 2024-12-19T20:57:54.026Z | Downloaded slog-bunyan v2.5.0 |
254 | 2024-12-19T20:57:54.029Z | Downloaded spki v0.7.3 |
255 | 2024-12-19T20:57:54.029Z | Downloaded signal-hook-registry v1.4.2 |
256 | 2024-12-19T20:57:54.032Z | Downloaded serde_with_macros v3.11.0 |
257 | 2024-12-19T20:57:54.035Z | Downloaded instant v0.1.13 |
258 | 2024-12-19T20:57:54.035Z | Downloaded chacha20poly1305 v0.10.1 |
259 | 2024-12-19T20:57:54.037Z | Downloaded topological-sort v0.2.2 |
260 | 2024-12-19T20:57:54.040Z | Downloaded strsim v0.11.1 |
261 | 2024-12-19T20:57:54.040Z | Downloaded fixedbitset v0.4.2 |
262 | 2024-12-19T20:57:54.042Z | Downloaded bumpalo v3.16.0 |
263 | 2024-12-19T20:57:54.045Z | Downloaded oso-derive v0.27.3 |
264 | 2024-12-19T20:57:54.047Z | Downloaded num_threads v0.1.7 |
265 | 2024-12-19T20:57:54.047Z | Downloaded normalize-line-endings v0.3.0 |
266 | 2024-12-19T20:57:54.049Z | Downloaded mirai-annotations v1.12.0 |
267 | 2024-12-19T20:57:54.049Z | Downloaded openssl-macros v0.1.1 |
268 | 2024-12-19T20:57:54.052Z | Downloaded subtle v2.6.1 |
269 | 2024-12-19T20:57:54.052Z | Downloaded twox-hash v1.6.3 |
270 | 2024-12-19T20:57:54.054Z | Downloaded aes v0.8.4 |
271 | 2024-12-19T20:57:54.057Z | Downloaded displaydoc v0.2.5 |
272 | 2024-12-19T20:57:54.061Z | Downloaded getrandom v0.2.15 |
273 | 2024-12-19T20:57:54.064Z | Downloaded diesel-dtrace v0.4.0 |
274 | 2024-12-19T20:57:54.066Z | Downloaded half v2.4.1 |
275 | 2024-12-19T20:57:54.069Z | Downloaded structmeta v0.2.0 |
276 | 2024-12-19T20:57:54.071Z | Downloaded defmt-parser v0.3.4 |
277 | 2024-12-19T20:57:54.071Z | Downloaded defmt-macros v0.3.9 |
278 | 2024-12-19T20:57:54.075Z | Downloaded itoa v1.0.11 |
279 | 2024-12-19T20:57:54.077Z | Downloaded md-5 v0.10.6 |
280 | 2024-12-19T20:57:54.080Z | Downloaded hickory-server v0.24.1 |
281 | 2024-12-19T20:57:54.084Z | Downloaded nodrop v0.1.14 |
282 | 2024-12-19T20:57:54.087Z | Downloaded const_format_proc_macros v0.2.33 |
283 | 2024-12-19T20:57:54.089Z | Downloaded base64 v0.22.1 |
284 | 2024-12-19T20:57:54.092Z | Downloaded slog-term v2.9.1 |
285 | 2024-12-19T20:57:54.096Z | Downloaded cc v1.1.30 |
286 | 2024-12-19T20:57:54.101Z | Downloaded icu_collections v1.5.0 |
287 | 2024-12-19T20:57:54.108Z | Downloaded openssl-probe v0.1.5 |
288 | 2024-12-19T20:57:54.111Z | Downloaded phf v0.11.2 |
289 | 2024-12-19T20:57:54.113Z | Downloaded internet-checksum v0.2.1 |
290 | 2024-12-19T20:57:54.113Z | Downloaded ciborium v0.2.2 |
291 | 2024-12-19T20:57:54.116Z | Downloaded base64 v0.21.7 |
292 | 2024-12-19T20:57:54.120Z | Downloaded memoffset v0.9.1 |
293 | 2024-12-19T20:57:54.123Z | Downloaded libefi-sys v0.1.0 |
294 | 2024-12-19T20:57:54.123Z | Downloaded unicode-properties v0.1.3 |
295 | 2024-12-19T20:57:54.127Z | Downloaded semver v0.1.20 |
296 | 2024-12-19T20:57:54.129Z | Downloaded secrecy v0.8.0 |
297 | 2024-12-19T20:57:54.129Z | Downloaded sec1 v0.7.3 |
298 | 2024-12-19T20:57:54.132Z | Downloaded rustc_version v0.4.1 |
299 | 2024-12-19T20:57:54.135Z | Downloaded ciborium-io v0.2.2 |
300 | 2024-12-19T20:57:54.135Z | Downloaded value-bag v1.9.0 |
301 | 2024-12-19T20:57:54.138Z | Downloaded jobserver v0.1.32 |
302 | 2024-12-19T20:57:54.141Z | Downloaded env_logger v0.10.2 |
303 | 2024-12-19T20:57:54.145Z | Downloaded yoke-derive v0.7.4 |
304 | 2024-12-19T20:57:54.148Z | Downloaded psl-types v2.0.11 |
305 | 2024-12-19T20:57:54.148Z | Downloaded proc-macro-crate v3.2.0 |
306 | 2024-12-19T20:57:54.150Z | Downloaded openssl-sys v0.9.103 |
307 | 2024-12-19T20:57:54.157Z | Downloaded rand_seeder v0.3.0 |
308 | 2024-12-19T20:57:54.160Z | Downloaded fancy-regex v0.13.0 |
309 | 2024-12-19T20:57:54.163Z | Downloaded hickory-resolver v0.24.1 |
310 | 2024-12-19T20:57:54.169Z | Downloaded md5 v0.7.0 |
311 | 2024-12-19T20:57:54.172Z | Downloaded threadpool v1.8.1 |
312 | 2024-12-19T20:57:54.174Z | Downloaded tokio-native-tls v0.3.1 |
313 | 2024-12-19T20:57:54.177Z | Downloaded owo-colors v4.1.0 |
314 | 2024-12-19T20:57:54.180Z | Downloaded rustls-pemfile v1.0.4 |
315 | 2024-12-19T20:57:54.182Z | Downloaded escape8259 v0.5.3 |
316 | 2024-12-19T20:57:54.185Z | Downloaded slog-async v2.8.0 |
317 | 2024-12-19T20:57:54.185Z | Downloaded postgres-protocol v0.6.7 |
318 | 2024-12-19T20:57:54.187Z | Downloaded postcard v1.0.10 |
319 | 2024-12-19T20:57:54.190Z | Downloaded semver v1.0.23 |
320 | 2024-12-19T20:57:54.193Z | Downloaded sct v0.7.1 |
321 | 2024-12-19T20:57:54.197Z | Downloaded opaque-debug v0.3.1 |
322 | 2024-12-19T20:57:54.200Z | Downloaded version_check v0.9.5 |
323 | 2024-12-19T20:57:54.202Z | Downloaded spin v0.5.2 |
324 | 2024-12-19T20:57:54.204Z | Downloaded curve25519-dalek-derive v0.1.1 |
325 | 2024-12-19T20:57:54.204Z | Downloaded crc-catalog v2.4.0 |
326 | 2024-12-19T20:57:54.207Z | Downloaded snafu-derive v0.8.5 |
327 | 2024-12-19T20:57:54.209Z | Downloaded typenum v1.17.0 |
328 | 2024-12-19T20:57:54.212Z | Downloaded serde v1.0.215 |
329 | 2024-12-19T20:57:54.216Z | Downloaded qorb v0.2.1 |
330 | 2024-12-19T20:57:54.222Z | Downloaded is_ci v1.2.0 |
331 | 2024-12-19T20:57:54.225Z | Downloaded debug-ignore v1.0.5 |
332 | 2024-12-19T20:57:54.228Z | Downloaded progenitor-client v0.8.0 |
333 | 2024-12-19T20:57:54.231Z | Downloaded is_terminal_polyfill v1.70.1 |
334 | 2024-12-19T20:57:54.231Z | Downloaded deranged v0.3.11 |
335 | 2024-12-19T20:57:54.234Z | Downloaded expectorate v1.1.0 |
336 | 2024-12-19T20:57:54.237Z | Downloaded plotters-svg v0.3.7 |
337 | 2024-12-19T20:57:54.239Z | Downloaded memmap v0.7.0 |
338 | 2024-12-19T20:57:54.242Z | Downloaded tokio-rustls v0.26.0 |
339 | 2024-12-19T20:57:54.245Z | Downloaded flate2 v1.0.34 |
340 | 2024-12-19T20:57:54.251Z | Downloaded spin v0.9.8 |
341 | 2024-12-19T20:57:54.255Z | Downloaded indent_write v2.2.0 |
342 | 2024-12-19T20:57:54.258Z | Downloaded mockall_derive v0.13.0 |
343 | 2024-12-19T20:57:54.260Z | Downloaded event-listener v2.5.3 |
344 | 2024-12-19T20:57:54.262Z | Downloaded sigpipe v0.1.3 |
345 | 2024-12-19T20:57:54.265Z | Downloaded serde_spanned v0.6.8 |
346 | 2024-12-19T20:57:54.267Z | Downloaded pbkdf2 v0.11.0 |
347 | 2024-12-19T20:57:54.270Z | Downloaded oorandom v11.1.4 |
348 | 2024-12-19T20:57:54.273Z | Downloaded try-lock v0.2.5 |
349 | 2024-12-19T20:57:54.273Z | Downloaded rsa v0.9.6 |
350 | 2024-12-19T20:57:54.280Z | Downloaded path-tree v0.8.1 |
351 | 2024-12-19T20:57:54.282Z | Downloaded yasna v0.5.2 |
352 | 2024-12-19T20:57:54.285Z | Downloaded num-iter v0.1.45 |
353 | 2024-12-19T20:57:54.288Z | Downloaded proc-macro-error-attr v1.0.4 |
354 | 2024-12-19T20:57:54.291Z | Downloaded der_derive v0.7.3 |
355 | 2024-12-19T20:57:54.291Z | Downloaded packed_struct v0.10.1 |
356 | 2024-12-19T20:57:54.294Z | Downloaded shlex v1.3.0 |
357 | 2024-12-19T20:57:54.296Z | Downloaded rusty-fork v0.3.0 |
358 | 2024-12-19T20:57:54.299Z | Downloaded rustls-native-certs v0.7.3 |
359 | 2024-12-19T20:57:54.304Z | Downloaded plotters-backend v0.3.7 |
360 | 2024-12-19T20:57:54.307Z | Downloaded peg v0.8.4 |
361 | 2024-12-19T20:57:54.309Z | Downloaded progenitor-macro v0.8.0 |
362 | 2024-12-19T20:57:54.312Z | Downloaded derive_builder_core v0.20.2 |
363 | 2024-12-19T20:57:54.314Z | Downloaded derive_builder v0.20.2 |
364 | 2024-12-19T20:57:54.320Z | Downloaded downcast v0.11.0 |
365 | 2024-12-19T20:57:54.322Z | Downloaded rustfmt-wrapper v0.2.1 |
366 | 2024-12-19T20:57:54.325Z | Downloaded derive-where v1.2.7 |
367 | 2024-12-19T20:57:54.329Z | Downloaded signature v2.2.0 |
368 | 2024-12-19T20:57:54.331Z | Downloaded ident_case v1.0.1 |
369 | 2024-12-19T20:57:54.334Z | Downloaded icu_provider_macros v1.5.0 |
370 | 2024-12-19T20:57:54.334Z | Downloaded thiserror-impl-no-std v2.0.2 |
371 | 2024-12-19T20:57:54.342Z | Downloaded guppy v0.17.8 |
372 | 2024-12-19T20:57:54.345Z | Downloaded hashbrown v0.13.2 |
373 | 2024-12-19T20:57:54.350Z | Downloaded universal-hash v0.5.1 |
374 | 2024-12-19T20:57:54.352Z | Downloaded stringmetrics v2.2.2 |
375 | 2024-12-19T20:57:54.355Z | Downloaded parse-size v1.1.0 |
376 | 2024-12-19T20:57:54.358Z | Downloaded toml_datetime v0.6.8 |
377 | 2024-12-19T20:57:54.360Z | Downloaded thiserror-no-std v2.0.2 |
378 | 2024-12-19T20:57:54.364Z | Downloaded ctr v0.9.2 |
379 | 2024-12-19T20:57:54.366Z | Downloaded log v0.4.22 |
380 | 2024-12-19T20:57:54.371Z | Downloaded tungstenite v0.23.0 |
381 | 2024-12-19T20:57:54.378Z | Downloaded which v4.4.2 |
382 | 2024-12-19T20:57:54.394Z | Downloaded tungstenite v0.24.0 |
383 | 2024-12-19T20:57:54.394Z | Downloaded precomputed-hash v0.1.1 |
384 | 2024-12-19T20:57:54.394Z | Downloaded snafu v0.8.5 |
385 | 2024-12-19T20:57:54.412Z | Downloaded dof v0.3.0 |
386 | 2024-12-19T20:57:54.412Z | Downloaded difflib v0.4.0 |
387 | 2024-12-19T20:57:54.412Z | Downloaded crc v3.2.1 |
388 | 2024-12-19T20:57:54.412Z | Downloaded untrusted v0.7.1 |
389 | 2024-12-19T20:57:54.413Z | Downloaded pbkdf2 v0.12.2 |
390 | 2024-12-19T20:57:54.413Z | Downloaded target-triple v0.1.3 |
391 | 2024-12-19T20:57:54.413Z | Downloaded linked-hash-map v0.5.6 |
392 | 2024-12-19T20:57:54.413Z | Downloaded libsw v3.3.1 |
393 | 2024-12-19T20:57:54.423Z | Downloaded indexmap v1.9.3 |
394 | 2024-12-19T20:57:54.423Z | Downloaded thiserror-impl v2.0.3 |
395 | 2024-12-19T20:57:54.423Z | Downloaded rand_distr v0.4.3 |
396 | 2024-12-19T20:57:54.423Z | Downloaded samael v0.0.17 |
397 | 2024-12-19T20:57:54.432Z | Downloaded vte_generate_state_changes v0.1.2 |
398 | 2024-12-19T20:57:54.432Z | Downloaded polyval v0.6.2 |
399 | 2024-12-19T20:57:54.432Z | Downloaded nanorand v0.7.0 |
400 | 2024-12-19T20:57:54.445Z | Downloaded want v0.3.1 |
401 | 2024-12-19T20:57:54.445Z | Downloaded waitgroup v0.1.2 |
402 | 2024-12-19T20:57:54.445Z | Downloaded csv-core v0.1.11 |
403 | 2024-12-19T20:57:54.445Z | Downloaded russh-keys v0.45.0 |
404 | 2024-12-19T20:57:54.459Z | Downloaded crc-any v2.5.0 |
405 | 2024-12-19T20:57:54.459Z | Downloaded hashbrown v0.14.5 |
406 | 2024-12-19T20:57:54.459Z | Downloaded equivalent v1.0.1 |
407 | 2024-12-19T20:57:54.460Z | Downloaded crucible-workspace-hack v0.1.0 |
408 | 2024-12-19T20:57:54.460Z | Downloaded sha1 v0.10.6 |
409 | 2024-12-19T20:57:54.460Z | Downloaded scopeguard v1.2.0 |
410 | 2024-12-19T20:57:54.460Z | Downloaded smf v0.2.3 |
411 | 2024-12-19T20:57:54.476Z | Downloaded ppv-lite86 v0.2.20 |
412 | 2024-12-19T20:57:54.476Z | Downloaded rustyline v14.0.0 |
413 | 2024-12-19T20:57:54.488Z | Downloaded take_mut v0.2.2 |
414 | 2024-12-19T20:57:54.489Z | Downloaded typed-path v0.9.3 |
415 | 2024-12-19T20:57:54.489Z | Downloaded phf_shared v0.10.0 |
416 | 2024-12-19T20:57:54.489Z | Downloaded num-complex v0.4.6 |
417 | 2024-12-19T20:57:54.489Z | Downloaded multimap v0.10.0 |
418 | 2024-12-19T20:57:54.489Z | Downloaded structmeta-derive v0.3.0 |
419 | 2024-12-19T20:57:54.489Z | Downloaded structmeta-derive v0.2.0 |
420 | 2024-12-19T20:57:54.489Z | Downloaded structmeta v0.3.0 |
421 | 2024-12-19T20:57:54.489Z | Downloaded utf8parse v0.2.2 |
422 | 2024-12-19T20:57:54.489Z | Downloaded ref-cast v1.0.23 |
423 | 2024-12-19T20:57:54.489Z | Downloaded wait-timeout v0.2.0 |
424 | 2024-12-19T20:57:54.502Z | Downloaded clap v4.5.21 |
425 | 2024-12-19T20:57:54.509Z | Downloaded sync-ptr v0.1.1 |
426 | 2024-12-19T20:57:54.509Z | Downloaded predicates-core v1.0.8 |
427 | 2024-12-19T20:57:54.509Z | Downloaded parking_lot v0.11.2 |
428 | 2024-12-19T20:57:54.509Z | Downloaded mio v1.0.2 |
429 | 2024-12-19T20:57:54.513Z | Downloaded dirs-next v2.0.0 |
430 | 2024-12-19T20:57:54.519Z | Downloaded futures-util v0.3.31 |
431 | 2024-12-19T20:57:54.530Z | Downloaded sync_wrapper v1.0.1 |
432 | 2024-12-19T20:57:54.533Z | Downloaded maybe-uninit v2.0.0 |
433 | 2024-12-19T20:57:54.533Z | Downloaded indoc v1.0.9 |
434 | 2024-12-19T20:57:54.536Z | Downloaded crossbeam-deque v0.8.5 |
435 | 2024-12-19T20:57:54.539Z | Downloaded tempfile v3.13.0 |
436 | 2024-12-19T20:57:54.543Z | Downloaded toolchain_find v0.4.0 |
437 | 2024-12-19T20:57:54.543Z | Downloaded mime v0.3.17 |
438 | 2024-12-19T20:57:54.546Z | Downloaded instability v0.3.2 |
439 | 2024-12-19T20:57:54.546Z | Downloaded inout v0.1.3 |
440 | 2024-12-19T20:57:54.546Z | Downloaded proc-macro2 v1.0.89 |
441 | 2024-12-19T20:57:54.549Z | Downloaded signal-hook v0.3.17 |
442 | 2024-12-19T20:57:54.552Z | Downloaded dropshot_endpoint v0.12.0 |
443 | 2024-12-19T20:57:54.556Z | Downloaded derive_builder_macro v0.20.2 |
444 | 2024-12-19T20:57:54.558Z | Downloaded darling_macro v0.20.10 |
445 | 2024-12-19T20:57:54.558Z | Downloaded dirs-sys-next v0.1.2 |
446 | 2024-12-19T20:57:54.560Z | Downloaded console v0.15.8 |
447 | 2024-12-19T20:57:54.563Z | Downloaded digest v0.10.7 |
448 | 2024-12-19T20:57:54.565Z | Downloaded tracing-attributes v0.1.27 |
449 | 2024-12-19T20:57:54.568Z | Downloaded unicode-linebreak v0.1.5 |
450 | 2024-12-19T20:57:54.572Z | Downloaded const-oid v0.9.6 |
451 | 2024-12-19T20:57:54.578Z | Downloaded siphasher v0.3.11 |
452 | 2024-12-19T20:57:54.578Z | Downloaded memchr v2.7.4 |
453 | 2024-12-19T20:57:54.585Z | Downloaded hkdf v0.12.4 |
454 | 2024-12-19T20:57:54.585Z | Downloaded slab v0.4.9 |
455 | 2024-12-19T20:57:54.588Z | Downloaded aws-lc-rs v1.10.0 |
456 | 2024-12-19T20:57:54.592Z | Downloaded rustversion v1.0.17 |
457 | 2024-12-19T20:57:54.596Z | Downloaded path-slash v0.1.5 |
458 | 2024-12-19T20:57:54.598Z | Downloaded unsafe-libyaml v0.2.11 |
459 | 2024-12-19T20:57:54.601Z | Downloaded russh-cryptovec v0.7.3 |
460 | 2024-12-19T20:57:54.601Z | Downloaded parking_lot_core v0.8.6 |
461 | 2024-12-19T20:57:54.604Z | Downloaded synstructure v0.13.1 |
462 | 2024-12-19T20:57:54.608Z | Downloaded libm v0.2.8 |
463 | 2024-12-19T20:57:54.616Z | Downloaded xattr v1.3.1 |
464 | 2024-12-19T20:57:54.622Z | Downloaded usdt-macro v0.5.0 |
465 | 2024-12-19T20:57:54.622Z | Downloaded stable_deref_trait v1.2.0 |
466 | 2024-12-19T20:57:54.622Z | Downloaded sqlparser_derive v0.2.2 |
467 | 2024-12-19T20:57:54.622Z | Downloaded indoc v2.0.5 |
468 | 2024-12-19T20:57:54.632Z | Downloaded unicode_categories v0.1.1 |
469 | 2024-12-19T20:57:54.632Z | Downloaded idna_adapter v1.2.0 |
470 | 2024-12-19T20:57:54.632Z | Downloaded data-encoding v2.6.0 |
471 | 2024-12-19T20:57:54.633Z | Downloaded indexmap v2.6.0 |
472 | 2024-12-19T20:57:54.633Z | Downloaded quinn v0.11.5 |
473 | 2024-12-19T20:57:54.643Z | Downloaded strum v0.26.3 |
474 | 2024-12-19T20:57:54.643Z | Downloaded newline-converter v0.3.0 |
475 | 2024-12-19T20:57:54.643Z | Downloaded lru-cache v0.1.2 |
476 | 2024-12-19T20:57:54.643Z | Downloaded similar-asserts v1.6.0 |
477 | 2024-12-19T20:57:54.649Z | Downloaded packed_struct_codegen v0.10.1 |
478 | 2024-12-19T20:57:54.649Z | Downloaded serde_yaml v0.9.34+deprecated |
479 | 2024-12-19T20:57:54.649Z | Downloaded linear-map v1.2.0 |
480 | 2024-12-19T20:57:54.664Z | Downloaded multer v3.1.0 |
481 | 2024-12-19T20:57:54.664Z | Downloaded dhcproto-macros v0.1.0 |
482 | 2024-12-19T20:57:54.664Z | Downloaded newtype_derive v0.1.6 |
483 | 2024-12-19T20:57:54.669Z | Downloaded serde_regex v1.1.0 |
484 | 2024-12-19T20:57:54.669Z | Downloaded diesel_table_macro_syntax v0.2.0 |
485 | 2024-12-19T20:57:54.669Z | Downloaded lalrpop-util v0.19.12 |
486 | 2024-12-19T20:57:54.669Z | Downloaded scheduled-thread-pool v0.2.7 |
487 | 2024-12-19T20:57:54.670Z | Downloaded maplit v1.0.2 |
488 | 2024-12-19T20:57:54.670Z | Downloaded rustc-demangle v0.1.24 |
489 | 2024-12-19T20:57:54.670Z | Downloaded proc-macro-error v1.0.4 |
490 | 2024-12-19T20:57:54.670Z | Downloaded parking_lot v0.12.3 |
491 | 2024-12-19T20:57:54.680Z | Downloaded paste v1.0.15 |
492 | 2024-12-19T20:57:54.680Z | Downloaded hashbrown v0.15.1 |
493 | 2024-12-19T20:57:54.689Z | Downloaded usdt v0.5.0 |
494 | 2024-12-19T20:57:54.689Z | Downloaded criterion-plot v0.5.0 |
495 | 2024-12-19T20:57:54.689Z | Downloaded cpufeatures v0.2.14 |
496 | 2024-12-19T20:57:54.689Z | Downloaded rustls-pki-types v1.9.0 |
497 | 2024-12-19T20:57:54.693Z | Downloaded unarray v0.1.4 |
498 | 2024-12-19T20:57:54.693Z | Downloaded rustc-hash v1.1.0 |
499 | 2024-12-19T20:57:54.695Z | Downloaded xz2 v0.1.7 |
500 | 2024-12-19T20:57:54.700Z | Downloaded newtype-uuid v1.1.3 |
501 | 2024-12-19T20:57:54.700Z | Downloaded lru v0.12.5 |
502 | 2024-12-19T20:57:54.701Z | Downloaded miniz_oxide v0.8.0 |
503 | 2024-12-19T20:57:54.701Z | Downloaded nested v0.1.1 |
504 | 2024-12-19T20:57:54.705Z | Downloaded match_cfg v0.1.0 |
505 | 2024-12-19T20:57:54.705Z | Downloaded doc-comment v0.3.3 |
506 | 2024-12-19T20:57:54.705Z | Downloaded rusqlite v0.32.1 |
507 | 2024-12-19T20:57:54.710Z | Downloaded matches v0.1.10 |
508 | 2024-12-19T20:57:54.713Z | Downloaded colorchoice v1.0.2 |
509 | 2024-12-19T20:57:54.714Z | Downloaded strum_macros v0.24.3 |
510 | 2024-12-19T20:57:54.718Z | Downloaded bindgen v0.69.5 |
511 | 2024-12-19T20:57:54.726Z | Downloaded async-std v1.13.0 |
512 | 2024-12-19T20:57:54.744Z | Downloaded zone v0.3.0 |
513 | 2024-12-19T20:57:54.749Z | Downloaded unicase v2.7.0 |
514 | 2024-12-19T20:57:54.749Z | Downloaded cookie_store v0.21.0 |
515 | 2024-12-19T20:57:54.752Z | Downloaded num_enum v0.5.11 |
516 | 2024-12-19T20:57:54.755Z | Downloaded password-hash v0.4.2 |
517 | 2024-12-19T20:57:54.757Z | Downloaded rand_xorshift v0.3.0 |
518 | 2024-12-19T20:57:54.757Z | Downloaded crossbeam-epoch v0.9.18 |
519 | 2024-12-19T20:57:54.760Z | Downloaded concurrent-queue v2.5.0 |
520 | 2024-12-19T20:57:54.762Z | Downloaded colored v2.1.0 |
521 | 2024-12-19T20:57:54.765Z | Downloaded zone_cfg_derive v0.1.2 |
522 | 2024-12-19T20:57:54.768Z | Downloaded tabled_derive v0.7.0 |
523 | 2024-12-19T20:57:54.768Z | Downloaded papergrid v0.11.0 |
524 | 2024-12-19T20:57:54.772Z | Downloaded num-bigint-dig v0.8.4 |
525 | 2024-12-19T20:57:54.778Z | Downloaded dtrace-parser v0.2.0 |
526 | 2024-12-19T20:57:54.781Z | Downloaded phf_shared v0.11.2 |
527 | 2024-12-19T20:57:54.781Z | Downloaded quote v1.0.37 |
528 | 2024-12-19T20:57:54.784Z | Downloaded peg-runtime v0.8.3 |
529 | 2024-12-19T20:57:54.787Z | Downloaded time-core v0.1.2 |
530 | 2024-12-19T20:57:54.787Z | Downloaded new_debug_unreachable v1.0.6 |
531 | 2024-12-19T20:57:54.787Z | Downloaded slog-scope v4.4.0 |
532 | 2024-12-19T20:57:54.789Z | Downloaded slog-json v2.6.1 |
533 | 2024-12-19T20:57:54.792Z | Downloaded display-error-chain v0.2.2 |
534 | 2024-12-19T20:57:54.792Z | Downloaded rustc-hash v2.0.0 |
535 | 2024-12-19T20:57:54.796Z | Downloaded num-bigint v0.4.6 |
536 | 2024-12-19T20:57:54.798Z | Downloaded embedded-io v0.4.0 |
537 | 2024-12-19T20:57:54.801Z | Downloaded dhcproto v0.12.0 |
538 | 2024-12-19T20:57:54.804Z | Downloaded strum_macros v0.26.4 |
539 | 2024-12-19T20:57:54.806Z | Downloaded lazycell v1.3.0 |
540 | 2024-12-19T20:57:54.809Z | Downloaded zerocopy-derive v0.7.35 |
541 | 2024-12-19T20:57:54.812Z | Downloaded darling v0.20.10 |
542 | 2024-12-19T20:57:54.818Z | Downloaded schemars_derive v0.8.21 |
543 | 2024-12-19T20:57:54.821Z | Downloaded prettyplease v0.2.25 |
544 | 2024-12-19T20:57:54.824Z | Downloaded quick-xml v0.33.0 |
545 | 2024-12-19T20:57:54.830Z | Downloaded num-conv v0.1.0 |
546 | 2024-12-19T20:57:54.833Z | Downloaded tinyvec_macros v0.1.1 |
547 | 2024-12-19T20:57:54.833Z | Downloaded termcolor v1.4.1 |
548 | 2024-12-19T20:57:54.835Z | Downloaded radium v0.7.0 |
549 | 2024-12-19T20:57:54.835Z | Downloaded once_cell v1.20.2 |
550 | 2024-12-19T20:57:54.838Z | Downloaded pkcs1 v0.7.5 |
551 | 2024-12-19T20:57:54.842Z | Downloaded peg-macros v0.8.4 |
552 | 2024-12-19T20:57:54.844Z | Downloaded p384 v0.13.0 |
553 | 2024-12-19T20:57:54.849Z | Downloaded dsl_auto_type v0.1.2 |
554 | 2024-12-19T20:57:54.852Z | Downloaded smallvec v1.13.2 |
555 | 2024-12-19T20:57:54.854Z | Downloaded num-integer v0.1.46 |
556 | 2024-12-19T20:57:54.857Z | Downloaded tracing-core v0.1.32 |
557 | 2024-12-19T20:57:54.859Z | Downloaded whoami v1.5.2 |
558 | 2024-12-19T20:57:54.862Z | Downloaded tinystr v0.7.6 |
559 | 2024-12-19T20:57:54.865Z | Downloaded termios v0.3.3 |
560 | 2024-12-19T20:57:54.868Z | Downloaded r2d2 v0.8.10 |
561 | 2024-12-19T20:57:54.868Z | Downloaded percent-encoding v2.3.1 |
562 | 2024-12-19T20:57:54.870Z | Downloaded plotters v0.3.7 |
563 | 2024-12-19T20:57:54.877Z | Downloaded ed25519 v2.2.3 |
564 | 2024-12-19T20:57:54.881Z | Downloaded untrusted v0.9.0 |
565 | 2024-12-19T20:57:54.883Z | Downloaded quinn-udp v0.5.5 |
566 | 2024-12-19T20:57:54.887Z | Downloaded time v0.3.36 |
567 | 2024-12-19T20:57:54.891Z | Downloaded simd-adler32 v0.3.7 |
568 | 2024-12-19T20:57:54.893Z | Downloaded parse-zoneinfo v0.3.1 |
569 | 2024-12-19T20:57:54.896Z | Downloaded serde_tokenstream v0.2.2 |
570 | 2024-12-19T20:57:54.899Z | Downloaded ipnetwork v0.20.0 |
571 | 2024-12-19T20:57:54.901Z | Downloaded tui-tree-widget v0.22.0 |
572 | 2024-12-19T20:57:54.901Z | Downloaded tls_codec v0.4.1 |
573 | 2024-12-19T20:57:54.904Z | Downloaded diff v0.1.13 |
574 | 2024-12-19T20:57:54.907Z | Downloaded serde_urlencoded v0.7.1 |
575 | 2024-12-19T20:57:54.909Z | Downloaded tls_codec_derive v0.4.1 |
576 | 2024-12-19T20:57:54.912Z | Downloaded rand_core v0.6.4 |
577 | 2024-12-19T20:57:54.912Z | Downloaded omicron-zone-package v0.11.1 |
578 | 2024-12-19T20:57:54.915Z | Downloaded scroll_derive v0.12.0 |
579 | 2024-12-19T20:57:54.918Z | Downloaded pkg-config v0.3.31 |
580 | 2024-12-19T20:57:54.918Z | Downloaded num-derive v0.4.2 |
581 | 2024-12-19T20:57:54.920Z | Downloaded scrypt v0.11.0 |
582 | 2024-12-19T20:57:54.923Z | Downloaded rand_chacha v0.3.1 |
583 | 2024-12-19T20:57:54.934Z | Downloaded num_enum_derive v0.5.11 |
584 | 2024-12-19T20:57:54.935Z | Downloaded minimal-lexical v0.2.1 |
585 | 2024-12-19T20:57:54.949Z | Downloaded usdt-attr-macro v0.5.0 |
586 | 2024-12-19T20:57:54.949Z | Downloaded plain v0.2.3 |
587 | 2024-12-19T20:57:54.950Z | Downloaded pest_derive v2.7.14 |
588 | 2024-12-19T20:57:54.950Z | Downloaded libtest-mimic v0.7.3 |
589 | 2024-12-19T20:57:54.950Z | Downloaded x509-cert v0.2.5 |
590 | 2024-12-19T20:57:54.957Z | Downloaded kv-log-macro v1.0.7 |
591 | 2024-12-19T20:57:54.957Z | Downloaded cmake v0.1.51 |
592 | 2024-12-19T20:57:54.957Z | Downloaded rpassword v7.3.1 |
593 | 2024-12-19T20:57:54.958Z | Downloaded yansi v1.0.1 |
594 | 2024-12-19T20:57:54.958Z | Downloaded zone_cfg_derive v0.3.0 |
595 | 2024-12-19T20:57:54.958Z | Downloaded diesel_derives v2.2.3 |
596 | 2024-12-19T20:57:54.958Z | Downloaded nibble_vec v0.1.0 |
597 | 2024-12-19T20:57:54.960Z | Downloaded kstat-rs v0.2.4 |
598 | 2024-12-19T20:57:54.961Z | Downloaded cookie v0.18.1 |
599 | 2024-12-19T20:57:54.961Z | Downloaded darling_core v0.20.10 |
600 | 2024-12-19T20:57:54.965Z | Downloaded toml v0.7.8 |
601 | 2024-12-19T20:57:54.969Z | Downloaded zerovec-derive v0.10.3 |
602 | 2024-12-19T20:57:54.972Z | Downloaded utf8_iter v1.0.4 |
603 | 2024-12-19T20:57:54.972Z | Downloaded const_format v0.2.33 |
604 | 2024-12-19T20:57:54.978Z | Downloaded embedded-io v0.6.1 |
605 | 2024-12-19T20:57:54.985Z | Downloaded keccak v0.1.5 |
606 | 2024-12-19T20:57:54.985Z | Downloaded is-terminal v0.4.13 |
607 | 2024-12-19T20:57:54.985Z | Downloaded num-traits v0.2.19 |
608 | 2024-12-19T20:57:54.989Z | Downloaded unicode-ident v1.0.13 |
609 | 2024-12-19T20:57:54.989Z | Downloaded toml_edit v0.22.22 |
610 | 2024-12-19T20:57:55.010Z | Downloaded ena v0.14.3 |
611 | 2024-12-19T20:57:55.013Z | Downloaded petname v2.0.2 |
612 | 2024-12-19T20:57:55.017Z | Downloaded cobs v0.2.3 |
613 | 2024-12-19T20:57:55.021Z | Downloaded utf16_iter v1.0.5 |
614 | 2024-12-19T20:57:55.021Z | Downloaded usdt-impl v0.5.0 |
615 | 2024-12-19T20:57:55.021Z | Downloaded unicode-bidi v0.3.17 |
616 | 2024-12-19T20:57:55.024Z | Downloaded thiserror-impl v1.0.69 |
617 | 2024-12-19T20:57:55.027Z | Downloaded tiny-keccak v2.0.2 |
618 | 2024-12-19T20:57:55.027Z | Downloaded lazy_static v1.5.0 |
619 | 2024-12-19T20:57:55.031Z | Downloaded nu-ansi-term v0.50.1 |
620 | 2024-12-19T20:57:55.035Z | Downloaded similar v2.6.0 |
621 | 2024-12-19T20:57:55.038Z | Downloaded term v0.7.0 |
622 | 2024-12-19T20:57:55.041Z | Downloaded ipnet v2.10.1 |
623 | 2024-12-19T20:57:55.047Z | Downloaded either v1.13.0 |
624 | 2024-12-19T20:57:55.047Z | Downloaded icu_normalizer_data v1.5.0 |
625 | 2024-12-19T20:57:55.047Z | Downloaded poly1305 v0.8.0 |
626 | 2024-12-19T20:57:55.049Z | Downloaded thiserror v1.0.69 |
627 | 2024-12-19T20:57:55.052Z | Downloaded icu_locid_transform v1.5.0 |
628 | 2024-12-19T20:57:55.055Z | Downloaded clang-sys v1.8.1 |
629 | 2024-12-19T20:57:55.058Z | Downloaded unicode-normalization v0.1.24 |
630 | 2024-12-19T20:57:55.061Z | Downloaded icu_properties v1.5.1 |
631 | 2024-12-19T20:57:55.065Z | Downloaded reedline v0.35.0 |
632 | 2024-12-19T20:57:55.072Z | Downloaded ron v0.7.1 |
633 | 2024-12-19T20:57:55.078Z | Downloaded polling v3.7.3 |
634 | 2024-12-19T20:57:55.081Z | Downloaded zip v2.1.3 |
635 | 2024-12-19T20:57:55.087Z | Downloaded ron v0.8.1 |
636 | 2024-12-19T20:57:55.092Z | Downloaded vcpkg v0.2.15 |
637 | 2024-12-19T20:57:55.132Z | Downloaded tungstenite v0.21.0 |
638 | 2024-12-19T20:57:55.135Z | Downloaded syn v1.0.109 |
639 | 2024-12-19T20:57:55.147Z | Downloaded pkcs5 v0.7.1 |
640 | 2024-12-19T20:57:55.152Z | Downloaded zip v0.6.6 |
641 | 2024-12-19T20:57:55.158Z | Downloaded unicode-width v0.2.0 |
642 | 2024-12-19T20:57:55.165Z | Downloaded rustls-webpki v0.101.7 |
643 | 2024-12-19T20:57:55.182Z | Downloaded textwrap v0.16.1 |
644 | 2024-12-19T20:57:55.184Z | Downloaded url v2.5.3 |
645 | 2024-12-19T20:57:55.189Z | Downloaded ed25519-dalek v2.1.1 |
646 | 2024-12-19T20:57:55.192Z | Downloaded regex-syntax v0.6.29 |
647 | 2024-12-19T20:57:55.201Z | Downloaded criterion v0.5.1 |
648 | 2024-12-19T20:57:55.209Z | Downloaded regex v1.11.1 |
649 | 2024-12-19T20:57:55.225Z | Downloaded libxml v0.3.3 |
650 | 2024-12-19T20:57:55.231Z | Downloaded gimli v0.31.1 |
651 | 2024-12-19T20:57:55.240Z | Downloaded rustls-webpki v0.102.8 |
652 | 2024-12-19T20:57:55.262Z | Downloaded idna v1.0.3 |
653 | 2024-12-19T20:57:55.266Z | Downloaded bstr v1.10.0 |
654 | 2024-12-19T20:57:55.279Z | Downloaded pest v2.7.14 |
655 | 2024-12-19T20:57:55.285Z | Downloaded serde_json v1.0.132 |
656 | 2024-12-19T20:57:55.293Z | Downloaded regex-syntax v0.8.5 |
657 | 2024-12-19T20:57:55.303Z | Downloaded openapiv3 v2.0.0 |
658 | 2024-12-19T20:57:55.315Z | Downloaded zerocopy v0.8.10 |
659 | 2024-12-19T20:57:55.341Z | Downloaded idna v0.2.3 |
660 | 2024-12-19T20:57:55.347Z | Downloaded smoltcp v0.11.0 |
661 | 2024-12-19T20:57:55.362Z | Downloaded radix_trie v0.2.1 |
662 | 2024-12-19T20:57:55.367Z | Downloaded dropshot v0.13.0 |
663 | 2024-12-19T20:57:55.390Z | Downloaded icu_properties_data v1.5.0 |
664 | 2024-12-19T20:57:55.401Z | Downloaded idna v0.5.0 |
665 | 2024-12-19T20:57:55.408Z | Downloaded openssl v0.10.66 |
666 | 2024-12-19T20:57:55.420Z | Downloaded object v0.30.4 |
667 | 2024-12-19T20:57:55.430Z | Downloaded rayon v1.10.0 |
668 | 2024-12-19T20:57:55.439Z | Downloaded rustls v0.21.12 |
669 | 2024-12-19T20:57:55.452Z | Downloaded quinn-proto v0.11.8 |
670 | 2024-12-19T20:57:55.459Z | Downloaded smoltcp v0.9.1 |
671 | 2024-12-19T20:57:55.471Z | Downloaded webpki-roots v0.26.6 |
672 | 2024-12-19T20:57:55.475Z | Downloaded rustls v0.22.4 |
673 | 2024-12-19T20:57:55.489Z | Downloaded curve25519-dalek v4.1.3 |
674 | 2024-12-19T20:57:55.499Z | Downloaded idna v0.3.0 |
675 | 2024-12-19T20:57:55.506Z | Downloaded rustix v0.38.37 |
676 | 2024-12-19T20:57:55.530Z | Downloaded object v0.36.5 |
677 | 2024-12-19T20:57:55.541Z | Downloaded regex-automata v0.4.8 |
678 | 2024-12-19T20:57:55.559Z | Downloaded trust-dns-proto v0.22.0 |
679 | 2024-12-19T20:57:55.571Z | Downloaded dropshot v0.12.0 |
680 | 2024-12-19T20:57:55.591Z | Downloaded lalrpop v0.19.12 |
681 | 2024-12-19T20:57:55.603Z | Downloaded syn v2.0.87 |
682 | 2024-12-19T20:57:55.616Z | Downloaded nix v0.29.0 |
683 | 2024-12-19T20:57:55.627Z | Downloaded nix v0.28.0 |
684 | 2024-12-19T20:57:55.638Z | Downloaded ratatui v0.28.1 |
685 | 2024-12-19T20:57:55.658Z | Downloaded typify-impl v0.2.0 |
686 | 2024-12-19T20:57:55.671Z | Downloaded regress v0.9.1 |
687 | 2024-12-19T20:57:55.678Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
688 | 2024-12-19T20:57:55.690Z | Downloaded regress v0.10.1 |
689 | 2024-12-19T20:57:55.698Z | Downloaded diesel v2.2.6 |
690 | 2024-12-19T20:57:55.717Z | Downloaded hickory-proto v0.24.1 |
691 | 2024-12-19T20:57:55.731Z | Downloaded tabled v0.15.0 |
692 | 2024-12-19T20:57:55.745Z | Downloaded idna v0.4.0 |
693 | 2024-12-19T20:57:55.752Z | Downloaded rustls v0.23.14 |
694 | 2024-12-19T20:57:55.764Z | Downloaded nix v0.27.1 |
695 | 2024-12-19T20:57:55.774Z | Downloaded sled v0.34.7 |
696 | 2024-12-19T20:57:55.784Z | Downloaded chrono-tz v0.10.0 |
697 | 2024-12-19T20:57:55.791Z | Downloaded tokio v1.40.0 |
698 | 2024-12-19T20:57:55.826Z | Downloaded zerocopy-derive v0.6.6 |
699 | 2024-12-19T20:57:55.834Z | Downloaded zerovec v0.10.4 |
700 | 2024-12-19T20:57:55.839Z | Downloaded reqwest v0.12.9 |
701 | 2024-12-19T20:57:55.849Z | Downloaded polar-core v0.27.3 |
702 | 2024-12-19T20:57:55.856Z | Downloaded unicode-width v0.1.14 |
703 | 2024-12-19T20:57:55.862Z | Downloaded crossterm v0.28.1 |
704 | 2024-12-19T20:57:55.868Z | Downloaded pest_meta v2.7.14 |
705 | 2024-12-19T20:57:55.871Z | Downloaded rcgen v0.12.1 |
706 | 2024-12-19T20:57:55.874Z | Downloaded portable-atomic v1.9.0 |
707 | 2024-12-19T20:57:55.880Z | Downloaded icu_locid_transform_data v1.5.0 |
708 | 2024-12-19T20:57:55.882Z | Downloaded icu_provider v1.5.0 |
709 | 2024-12-19T20:57:55.885Z | Downloaded crossbeam-channel v0.5.13 |
710 | 2024-12-19T20:57:55.889Z | Downloaded tokio-util v0.7.12 |
711 | 2024-12-19T20:57:55.897Z | Downloaded sqlparser v0.45.0 |
712 | 2024-12-19T20:57:55.902Z | Downloaded clap_builder v4.5.21 |
713 | 2024-12-19T20:57:55.908Z | Downloaded zerocopy v0.7.35 |
714 | 2024-12-19T20:57:55.924Z | Downloaded itertools v0.13.0 |
715 | 2024-12-19T20:57:55.930Z | Downloaded libc v0.2.162 |
716 | 2024-12-19T20:57:55.956Z | Downloaded scroll v0.12.0 |
717 | 2024-12-19T20:57:55.958Z | Downloaded schemars v0.8.21 |
718 | 2024-12-19T20:57:55.968Z | Downloaded rand v0.8.5 |
719 | 2024-12-19T20:57:55.971Z | Downloaded petgraph v0.6.5 |
720 | 2024-12-19T20:57:55.988Z | Downloaded ref-cast-impl v1.0.23 |
721 | 2024-12-19T20:57:55.991Z | Downloaded time-macros v0.2.18 |
722 | 2024-12-19T20:57:55.993Z | Downloaded pem-rfc7468 v0.7.0 |
723 | 2024-12-19T20:57:55.993Z | Downloaded dropshot_endpoint v0.13.0 |
724 | 2024-12-19T20:57:55.996Z | Downloaded itertools v0.12.1 |
725 | 2024-12-19T20:57:56.003Z | Downloaded toml_edit v0.19.15 |
726 | 2024-12-19T20:57:56.019Z | Downloaded lzma-sys v0.1.20 |
727 | 2024-12-19T20:57:56.048Z | Downloaded encoding_rs v0.8.34 |
728 | 2024-12-19T20:57:56.068Z | Downloaded csv v1.3.0 |
729 | 2024-12-19T20:57:56.094Z | Downloaded smawk v0.3.2 |
730 | 2024-12-19T20:57:56.104Z | Downloaded slog-envlogger v2.2.0 |
731 | 2024-12-19T20:57:56.104Z | Downloaded sha3 v0.10.8 |
732 | 2024-12-19T20:57:56.104Z | Downloaded slog-dtrace v0.3.0 |
733 | 2024-12-19T20:57:56.104Z | Downloaded num v0.4.3 |
734 | 2024-12-19T20:57:56.113Z | Downloaded ecdsa v0.16.9 |
735 | 2024-12-19T20:57:56.113Z | Downloaded shell-words v1.1.0 |
736 | 2024-12-19T20:57:56.113Z | Downloaded git2 v0.19.0 |
737 | 2024-12-19T20:57:56.121Z | Downloaded libz-sys v1.1.20 |
738 | 2024-12-19T20:57:56.163Z | Downloaded proptest v1.5.0 |
739 | 2024-12-19T20:57:56.167Z | Downloaded ucd-trie v0.1.7 |
740 | 2024-12-19T20:57:56.167Z | Downloaded steno v0.4.1 |
741 | 2024-12-19T20:57:56.167Z | Downloaded tokio-tungstenite v0.21.0 |
742 | 2024-12-19T20:57:56.167Z | Downloaded tokio-stream v0.1.16 |
743 | 2024-12-19T20:57:56.167Z | Downloaded p521 v0.13.3 |
744 | 2024-12-19T20:57:56.170Z | Downloaded des v0.8.1 |
745 | 2024-12-19T20:57:56.172Z | Downloaded derive_more v0.99.18 |
746 | 2024-12-19T20:57:56.175Z | Downloaded tracing v0.1.40 |
747 | 2024-12-19T20:57:56.180Z | Downloaded zone v0.1.8 |
748 | 2024-12-19T20:57:56.183Z | Downloaded tokio-macros v2.4.0 |
749 | 2024-12-19T20:57:56.183Z | Downloaded strum_macros v0.25.3 |
750 | 2024-12-19T20:57:56.186Z | Downloaded crypto-bigint v0.5.5 |
751 | 2024-12-19T20:57:56.197Z | Downloaded chrono v0.4.38 |
752 | 2024-12-19T20:57:56.214Z | Downloaded serde_plain v1.0.2 |
753 | 2024-12-19T20:57:56.214Z | Downloaded rust-argon2 v2.1.0 |
754 | 2024-12-19T20:57:56.214Z | Downloaded indicatif v0.17.9 |
755 | 2024-12-19T20:57:56.240Z | Downloaded winnow v0.6.20 |
756 | 2024-12-19T20:57:56.240Z | Downloaded winnow v0.5.40 |
757 | 2024-12-19T20:57:56.272Z | Downloaded wyz v0.5.1 |
758 | 2024-12-19T20:57:56.273Z | Downloaded static_assertions v1.1.0 |
759 | 2024-12-19T20:57:56.273Z | Downloaded ssh-cipher v0.2.0 |
760 | 2024-12-19T20:57:56.274Z | Downloaded impl-trait-for-tuples v0.2.2 |
761 | 2024-12-19T20:57:56.274Z | Downloaded parse-display v0.10.0 |
762 | 2024-12-19T20:57:56.274Z | Downloaded uuid v1.11.0 |
763 | 2024-12-19T20:57:56.274Z | Downloaded itertools v0.10.5 |
764 | 2024-12-19T20:57:56.274Z | Downloaded bitvec v1.0.1 |
765 | 2024-12-19T20:57:56.293Z | Downloaded httpmock v0.8.0-alpha.1 |
766 | 2024-12-19T20:57:56.312Z | Downloaded macaddr v1.0.1 |
767 | 2024-12-19T20:57:56.312Z | Downloaded hyper v1.5.0 |
768 | 2024-12-19T20:57:56.312Z | Downloaded goblin v0.8.2 |
769 | 2024-12-19T20:57:56.312Z | Downloaded mime_guess v2.0.5 |
770 | 2024-12-19T20:57:56.312Z | Downloaded tough v0.19.0 |
771 | 2024-12-19T20:57:56.328Z | Downloaded h2 v0.4.6 |
772 | 2024-12-19T20:57:56.328Z | Downloaded primeorder v0.13.6 |
773 | 2024-12-19T20:57:56.328Z | Downloaded parking_lot_core v0.9.10 |
774 | 2024-12-19T20:57:56.363Z | Downloaded walkdir v2.5.0 |
775 | 2024-12-19T20:57:56.363Z | Downloaded target-lexicon v0.12.16 |
776 | 2024-12-19T20:57:56.363Z | Downloaded toml v0.8.19 |
777 | 2024-12-19T20:57:56.363Z | Downloaded serde_with v3.11.0 |
778 | 2024-12-19T20:57:56.363Z | Downloaded salty v0.3.0 |
779 | 2024-12-19T20:57:56.391Z | Downloaded aho-corasick v1.1.3 |
780 | 2024-12-19T20:57:56.392Z | Downloaded phf_generator v0.11.2 |
781 | 2024-12-19T20:57:56.392Z | Downloaded sha2 v0.10.8 |
782 | 2024-12-19T20:57:56.393Z | Downloaded predicates v3.1.2 |
783 | 2024-12-19T20:57:56.393Z | Downloaded pkcs8 v0.10.2 |
784 | 2024-12-19T20:57:56.393Z | Downloaded litemap v0.7.3 |
785 | 2024-12-19T20:57:56.394Z | Downloaded elliptic-curve v0.13.8 |
786 | 2024-12-19T20:57:56.394Z | Downloaded nom v7.1.3 |
787 | 2024-12-19T20:57:56.420Z | Downloaded partial-io v0.5.4 |
788 | 2024-12-19T20:57:56.421Z | Downloaded icu_normalizer v1.5.0 |
789 | 2024-12-19T20:57:56.421Z | Downloaded postgres-types v0.2.8 |
790 | 2024-12-19T20:57:56.421Z | Downloaded native-tls v0.2.12 |
791 | 2024-12-19T20:57:56.421Z | Downloaded lock_api v0.4.12 |
792 | 2024-12-19T20:57:56.421Z | Downloaded progenitor-impl v0.8.0 |
793 | 2024-12-19T20:57:56.421Z | Downloaded tokio-postgres v0.7.12 |
794 | 2024-12-19T20:57:56.421Z | Downloaded ssh-key v0.6.6 |
795 | 2024-12-19T20:57:56.421Z | Downloaded zerocopy v0.6.6 |
796 | 2024-12-19T20:57:56.421Z | Downloaded russh v0.45.0 |
797 | 2024-12-19T20:57:56.461Z | Downloaded serde_path_to_error v0.1.16 |
798 | 2024-12-19T20:57:56.461Z | Downloaded blake3 v1.5.4 |
799 | 2024-12-19T20:57:56.461Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
800 | 2024-12-19T20:57:56.508Z | Downloaded tabwriter v1.4.0 |
801 | 2024-12-19T20:57:56.549Z | Downloaded crc32fast v1.4.2 |
802 | 2024-12-19T20:57:56.549Z | Downloaded trybuild v1.0.101 |
803 | 2024-12-19T20:57:56.550Z | Downloaded p256 v0.13.2 |
804 | 2024-12-19T20:57:56.550Z | Downloaded relative-path v1.9.3 |
805 | 2024-12-19T20:57:56.550Z | Downloaded event-listener v5.3.1 |
806 | 2024-12-19T20:57:56.550Z | Downloaded lockfree-object-pool v0.1.6 |
807 | 2024-12-19T20:57:56.550Z | Downloaded clap_derive v4.5.18 |
808 | 2024-12-19T20:57:56.550Z | Downloaded der v0.7.9 |
809 | 2024-12-19T20:57:56.550Z | Downloaded compact_str v0.8.0 |
810 | 2024-12-19T20:57:56.550Z | Downloaded serde_derive v1.0.215 |
811 | 2024-12-19T20:57:56.550Z | Downloaded unicode-segmentation v1.12.0 |
812 | 2024-12-19T20:57:56.550Z | Downloaded tar v0.4.42 |
813 | 2024-12-19T20:57:56.551Z | Downloaded terminal_size v0.4.0 |
814 | 2024-12-19T20:57:56.551Z | Downloaded target-spec v3.2.2 |
815 | 2024-12-19T20:57:56.551Z | Downloaded num-rational v0.4.2 |
816 | 2024-12-19T20:57:56.614Z | Downloaded unicode-xid v0.2.6 |
817 | 2024-12-19T20:57:56.615Z | Downloaded strip-ansi-escapes v0.2.0 |
818 | 2024-12-19T20:57:56.615Z | Downloaded stringprep v0.1.5 |
819 | 2024-12-19T20:57:56.615Z | Downloaded string_cache v0.8.7 |
820 | 2024-12-19T20:57:56.615Z | Downloaded serde_repr v0.1.19 |
821 | 2024-12-19T20:57:56.615Z | Downloaded same-file v1.0.6 |
822 | 2024-12-19T20:57:56.615Z | Downloaded memmap2 v0.9.5 |
823 | 2024-12-19T20:57:56.615Z | Downloaded socket2 v0.5.7 |
824 | 2024-12-19T20:57:56.615Z | Downloaded rustc_version v0.1.7 |
825 | 2024-12-19T20:57:56.615Z | Downloaded zopfli v0.8.1 |
826 | 2024-12-19T20:57:56.615Z | Downloaded vte v0.11.1 |
827 | 2024-12-19T20:57:56.616Z | Downloaded vergen v8.3.2 |
828 | 2024-12-19T20:57:56.616Z | Downloaded slog v2.7.0 |
829 | 2024-12-19T20:57:56.616Z | Downloaded progenitor v0.8.0 |
830 | 2024-12-19T20:57:56.616Z | Downloaded aes-gcm v0.10.3 |
831 | 2024-12-19T20:57:56.616Z | Downloaded yoke v0.7.4 |
832 | 2024-12-19T20:57:56.618Z | Downloaded typify v0.2.0 |
833 | 2024-12-19T20:57:56.618Z | Downloaded defmt v0.3.8 |
834 | 2024-12-19T20:57:56.618Z | Downloaded utf-8 v0.7.6 |
835 | 2024-12-19T20:57:56.618Z | Downloaded tinytemplate v1.2.1 |
836 | 2024-12-19T20:57:56.618Z | Downloaded sqlformat v0.2.6 |
837 | 2024-12-19T20:57:56.618Z | Downloaded publicsuffix v2.2.3 |
838 | 2024-12-19T20:57:56.618Z | Downloaded managed v0.8.0 |
839 | 2024-12-19T20:57:56.619Z | Downloaded zerocopy-derive v0.8.10 |
840 | 2024-12-19T20:57:56.619Z | Downloaded rstest_macros v0.23.0 |
841 | 2024-12-19T20:57:56.655Z | Downloaded vsss-rs v3.3.4 |
842 | 2024-12-19T20:57:56.655Z | Downloaded oso v0.27.3 |
843 | 2024-12-19T20:57:56.655Z | Downloaded serde_derive_internals v0.29.1 |
844 | 2024-12-19T20:57:56.655Z | Downloaded rustls-pemfile v2.2.0 |
845 | 2024-12-19T20:57:56.655Z | Downloaded tokio-rustls v0.25.0 |
846 | 2024-12-19T20:57:56.655Z | Downloaded thiserror v2.0.3 |
847 | 2024-12-19T20:57:56.655Z | Downloaded hyper-util v0.1.10 |
848 | 2024-12-19T20:57:56.656Z | Downloaded cipher v0.4.4 |
849 | 2024-12-19T20:57:56.656Z | Downloaded ciborium-ll v0.2.2 |
850 | 2024-12-19T20:57:56.656Z | Downloaded datatest-stable v0.2.9 |
851 | 2024-12-19T20:57:56.656Z | Downloaded typify-macro v0.2.0 |
852 | 2024-12-19T20:57:56.694Z | Downloaded http v1.1.0 |
853 | 2024-12-19T20:57:56.694Z | Downloaded libloading v0.8.5 |
854 | 2024-12-19T20:57:56.694Z | Downloaded rayon-core v1.12.1 |
855 | 2024-12-19T20:57:56.694Z | Downloaded pretty_assertions v1.4.1 |
856 | 2024-12-19T20:57:56.694Z | Downloaded crunchy v0.2.2 |
857 | 2024-12-19T20:57:56.694Z | Downloaded tap v1.0.1 |
858 | 2024-12-19T20:57:56.694Z | Downloaded hyper-rustls v0.27.3 |
859 | 2024-12-19T20:57:56.694Z | Downloaded tinyvec v1.8.0 |
860 | 2024-12-19T20:57:56.694Z | Downloaded test-strategy v0.3.1 |
861 | 2024-12-19T20:57:56.695Z | Downloaded heapless v0.7.17 |
862 | 2024-12-19T20:57:56.722Z | Downloaded hashbrown v0.12.3 |
863 | 2024-12-19T20:57:56.722Z | Downloaded proc-macro-crate v1.3.1 |
864 | 2024-12-19T20:57:56.723Z | Downloaded crossbeam-utils v0.8.20 |
865 | 2024-12-19T20:57:56.723Z | Downloaded env_logger v0.11.5 |
866 | 2024-12-19T20:57:56.723Z | Downloaded rstest v0.23.0 |
867 | 2024-12-19T20:57:56.723Z | Downloaded uzers v0.12.1 |
868 | 2024-12-19T20:57:56.723Z | Downloaded rfc6979 v0.4.0 |
869 | 2024-12-19T20:57:56.723Z | Downloaded resolv-conf v0.7.0 |
870 | 2024-12-19T20:57:56.724Z | Downloaded mockall v0.13.0 |
871 | 2024-12-19T20:57:56.724Z | Downloaded subprocess v0.2.9 |
872 | 2024-12-19T20:57:56.724Z | Downloaded headers v0.4.0 |
873 | 2024-12-19T20:57:56.724Z | Downloaded float-ord v0.3.2 |
874 | 2024-12-19T20:57:56.724Z | Downloaded heapless v0.8.0 |
875 | 2024-12-19T20:57:56.736Z | Downloaded ryu v1.0.18 |
876 | 2024-12-19T20:57:56.736Z | Downloaded env_filter v0.1.2 |
877 | 2024-12-19T20:57:56.736Z | Downloaded enum-as-inner v0.6.1 |
878 | 2024-12-19T20:57:56.736Z | Downloaded dyn-clone v1.0.17 |
879 | 2024-12-19T20:57:56.736Z | Downloaded dunce v1.0.5 |
880 | 2024-12-19T20:57:56.736Z | Downloaded futures v0.3.31 |
881 | 2024-12-19T20:57:56.736Z | Downloaded crypto-common v0.1.6 |
882 | 2024-12-19T20:57:56.737Z | Downloaded clap_lex v0.7.2 |
883 | 2024-12-19T20:57:56.737Z | Downloaded zeroize_derive v1.4.2 |
884 | 2024-12-19T20:57:56.737Z | Downloaded tokio-tungstenite v0.24.0 |
885 | 2024-12-19T20:57:56.737Z | Downloaded tokio-tungstenite v0.23.1 |
886 | 2024-12-19T20:57:56.745Z | Downloaded tokio-rustls v0.24.1 |
887 | 2024-12-19T20:57:56.746Z | Downloaded pin-project v1.1.6 |
888 | 2024-12-19T20:57:56.746Z | Downloaded backtrace v0.3.74 |
889 | 2024-12-19T20:57:56.758Z | Downloaded allocator-api2 v0.2.18 |
890 | 2024-12-19T20:57:56.758Z | Downloaded pin-project-lite v0.2.14 |
891 | 2024-12-19T20:57:56.763Z | Downloaded hubpack v0.1.2 |
892 | 2024-12-19T20:57:56.763Z | Downloaded rtoolbox v0.0.2 |
893 | 2024-12-19T20:57:56.763Z | Downloaded quick-error v1.2.3 |
894 | 2024-12-19T20:57:56.763Z | Downloaded heck v0.3.3 |
895 | 2024-12-19T20:57:56.763Z | Downloaded form_urlencoded v1.2.1 |
896 | 2024-12-19T20:57:56.764Z | Downloaded async-trait v0.1.83 |
897 | 2024-12-19T20:57:56.768Z | Downloaded base64 v0.13.1 |
898 | 2024-12-19T20:57:56.769Z | Downloaded flume v0.11.1 |
899 | 2024-12-19T20:57:56.776Z | Downloaded funty v2.0.0 |
900 | 2024-12-19T20:57:56.776Z | Downloaded blake2 v0.10.6 |
901 | 2024-12-19T20:57:56.782Z | Downloaded http-body-util v0.1.2 |
902 | 2024-12-19T20:57:56.782Z | Downloaded guppy-workspace-hack v0.1.0 |
903 | 2024-12-19T20:57:56.782Z | Downloaded fxhash v0.2.1 |
904 | 2024-12-19T20:57:56.782Z | Downloaded futures-timer v3.0.3 |
905 | 2024-12-19T20:57:56.782Z | Downloaded futures-core v0.3.31 |
906 | 2024-12-19T20:57:56.783Z | Downloaded ahash v0.8.11 |
907 | 2024-12-19T20:57:56.793Z | Downloaded cbc v0.1.2 |
908 | 2024-12-19T20:57:56.793Z | Downloaded camino-tempfile v1.1.1 |
909 | 2024-12-19T20:57:56.793Z | Downloaded blake2b_simd v1.0.2 |
910 | 2024-12-19T20:57:56.793Z | Downloaded async-bb8-diesel v0.2.1 |
911 | 2024-12-19T20:57:56.818Z | Downloaded arrayvec v0.7.6 |
912 | 2024-12-19T20:57:56.818Z | Downloaded hickory-client v0.24.1 |
913 | 2024-12-19T20:57:56.818Z | Downloaded hashlink v0.9.1 |
914 | 2024-12-19T20:57:56.818Z | Downloaded async-task v4.7.1 |
915 | 2024-12-19T20:57:56.818Z | Downloaded base64ct v1.6.0 |
916 | 2024-12-19T20:57:56.841Z | Downloaded backoff v0.4.0 |
917 | 2024-12-19T20:57:56.842Z | Downloaded assert_cmd v2.0.16 |
918 | 2024-12-19T20:57:56.842Z | Downloaded argon2 v0.5.3 |
919 | 2024-12-19T20:57:56.842Z | Downloaded bit-set v0.5.3 |
920 | 2024-12-19T20:57:56.842Z | Downloaded bb8 v0.8.5 |
921 | 2024-12-19T20:57:56.842Z | Downloaded async-executor v1.13.1 |
922 | 2024-12-19T20:57:56.842Z | Downloaded cast v0.3.0 |
923 | 2024-12-19T20:57:56.843Z | Downloaded block-padding v0.3.3 |
924 | 2024-12-19T20:57:56.843Z | Downloaded bit-vec v0.6.3 |
925 | 2024-12-19T20:57:56.843Z | Downloaded anstream v0.6.15 |
926 | 2024-12-19T20:57:56.843Z | Downloaded gethostname v0.5.0 |
927 | 2024-12-19T20:57:56.843Z | Downloaded futures-macro v0.3.31 |
928 | 2024-12-19T20:57:56.843Z | Downloaded fs_extra v1.3.0 |
929 | 2024-12-19T20:57:56.844Z | Downloaded fnv v1.0.7 |
930 | 2024-12-19T20:57:56.844Z | Downloaded castaway v0.2.3 |
931 | 2024-12-19T20:57:56.844Z | Downloaded arc-swap v1.7.1 |
932 | 2024-12-19T20:57:56.845Z | Downloaded futures-task v0.3.31 |
933 | 2024-12-19T20:57:56.845Z | Downloaded bcrypt-pbkdf v0.10.0 |
934 | 2024-12-19T20:57:56.856Z | Downloaded foreign-types v0.5.0 |
935 | 2024-12-19T20:57:56.856Z | Downloaded async-attributes v1.1.2 |
936 | 2024-12-19T20:57:56.856Z | Downloaded hostname v0.3.1 |
937 | 2024-12-19T20:57:56.856Z | Downloaded hex v0.4.3 |
938 | 2024-12-19T20:57:56.857Z | Downloaded async-channel v2.3.1 |
939 | 2024-12-19T20:57:56.857Z | Downloaded async-stream v0.3.6 |
940 | 2024-12-19T20:57:56.857Z | Downloaded anstyle v1.0.10 |
941 | 2024-12-19T20:57:56.857Z | Downloaded async-channel v1.9.0 |
942 | 2024-12-19T20:57:56.857Z | Downloaded anstyle-parse v0.2.5 |
943 | 2024-12-19T20:57:56.858Z | Downloaded fastrand v2.1.1 |
944 | 2024-12-19T20:57:56.858Z | Downloaded fallible-streaming-iterator v0.1.9 |
945 | 2024-12-19T20:57:56.858Z | Downloaded fallible-iterator v0.3.0 |
946 | 2024-12-19T20:57:56.858Z | Downloaded assert-json-diff v2.0.2 |
947 | 2024-12-19T20:57:56.858Z | Downloaded buf-list v1.0.3 |
948 | 2024-12-19T20:57:56.869Z | Downloaded bitfield-struct v0.6.2 |
949 | 2024-12-19T20:57:56.869Z | Downloaded async-recursion v1.1.1 |
950 | 2024-12-19T20:57:56.869Z | Downloaded assert_matches v1.5.0 |
951 | 2024-12-19T20:57:56.869Z | Downloaded ascii-canvas v3.0.0 |
952 | 2024-12-19T20:57:56.869Z | Downloaded arrayref v0.3.9 |
953 | 2024-12-19T20:57:56.870Z | Downloaded anes v0.1.6 |
954 | 2024-12-19T20:57:56.918Z | Downloaded ring v0.16.20 |
955 | 2024-12-19T20:57:56.996Z | Downloaded ring v0.17.8 |
956 | 2024-12-19T20:57:57.121Z | Downloaded libsqlite3-sys v0.30.1 |
957 | 2024-12-19T20:57:57.283Z | Downloaded aws-lc-sys v0.22.0 |
958 | 2024-12-19T20:57:57.811Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
959 | 2024-12-19T20:58:06.210Z | Startup: Refreshing catalog 'helios-dev' ... Done |
960 | 2024-12-19T20:58:10.114Z | Startup: Caching catalogs ... Done |
961 | 2024-12-19T20:58:21.167Z | Planning: Solver setup ... Done (10.149s) |
962 | 2024-12-19T20:58:21.303Z | Planning: Running solver ... Done (0.137s) |
963 | 2024-12-19T20:58:21.420Z | Planning: Finding local manifests ... Done (0.004s) |
964 | 2024-12-19T20:58:21.437Z | Planning: Fetching manifests: 0/5 0% complete |
965 | 2024-12-19T20:58:22.075Z | Planning: Fetching manifests: 5/5 100% complete |
966 | 2024-12-19T20:58:22.182Z | Planning: Package planning ... Done (0.107s) |
967 | 2024-12-19T20:58:22.240Z | Planning: Merging actions ... Done (0.058s) |
968 | 2024-12-19T20:58:22.447Z | Planning: Checking for conflicting actions ... Done (0.206s) |
969 | 2024-12-19T20:58:24.526Z | Planning: Consolidating action changes ... Done (2.077s) |
970 | 2024-12-19T20:58:24.975Z | Planning: Evaluating mediators ... Done (0.448s) |
971 | 2024-12-19T20:58:25.057Z | Planning: Planning completed in 14.83 seconds |
972 | 2024-12-19T20:58:25.073Z | Packages to install: 4 |
973 | 2024-12-19T20:58:25.073Z | Packages to update: 1 |
974 | 2024-12-19T20:58:25.075Z | Mediators to change: 2 |
975 | 2024-12-19T20:58:25.075Z | Services to change: 1 |
976 | 2024-12-19T20:58:25.075Z | Estimated space available: 155.37 GB |
977 | 2024-12-19T20:58:25.075Z | Estimated space to be consumed: 1.61 GB |
978 | 2024-12-19T20:58:25.076Z | Create boot environment: No |
979 | 2024-12-19T20:58:25.076Z | Create backup boot environment: Yes |
980 | 2024-12-19T20:58:25.076Z | Rebuild boot archive: No |
981 | 2024-12-19T20:58:25.076Z | |
982 | 2024-12-19T20:58:25.076Z | Changed mediators: |
983 | 2024-12-19T20:58:25.076Z | mediator clang: |
984 | 2024-12-19T20:58:25.076Z | version: None -> 15 (system default) |
985 | 2024-12-19T20:58:25.076Z | |
986 | 2024-12-19T20:58:25.076Z | mediator llvm: |
987 | 2024-12-19T20:58:25.076Z | version: 14 (system default) -> 15 (system default) |
988 | 2024-12-19T20:58:25.076Z | |
989 | 2024-12-19T20:58:25.076Z | Changed packages: |
990 | 2024-12-19T20:58:25.076Z | helios-dev |
991 | 2024-12-19T20:58:25.076Z | developer/build-essential |
992 | 2024-12-19T20:58:25.076Z | None -> 11-2.0 |
993 | 2024-12-19T20:58:25.076Z | library/libxmlsec1 |
994 | 2024-12-19T20:58:25.076Z | None -> 1.2.35-2.0 |
995 | 2024-12-19T20:58:25.076Z | ooce/developer/clang-15 |
996 | 2024-12-19T20:58:25.076Z | None -> 15.0.7-2.0 |
997 | 2024-12-19T20:58:25.076Z | ooce/developer/llvm-15 |
998 | 2024-12-19T20:58:25.076Z | None -> 15.0.7-2.0 |
999 | 2024-12-19T20:58:25.076Z | package/pkg |
1000 | 2024-12-19T20:58:25.076Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1001 | 2024-12-19T20:58:25.076Z | |
1002 | 2024-12-19T20:58:25.076Z | Services: |
1003 | 2024-12-19T20:58:25.076Z | restart_fmri: |
1004 | 2024-12-19T20:58:25.076Z | svc:/system/update-man-index:default |
1005 | 2024-12-19T20:58:25.076Z | |
1006 | 2024-12-19T20:58:25.076Z | Editable files to change: |
1007 | 2024-12-19T20:58:25.076Z | Update: |
1008 | 2024-12-19T20:58:25.076Z | usr/share/lib/pkg/web/config.shtml |
1009 | 2024-12-19T20:58:25.155Z | |
1010 | 2024-12-19T20:58:25.155Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1011 | 2024-12-19T20:58:30.160Z | Download: 733/4281 items 18.3/220.6MB 8% complete (3.8M/s) |
1012 | 2024-12-19T20:58:35.199Z | Download: 1194/4281 items 83.4/220.6MB 37% complete (8.6M/s) |
1013 | 2024-12-19T20:58:40.240Z | Download: 1201/4281 items 83.5/220.6MB 37% complete (6.5M/s) |
1014 | 2024-12-19T20:58:45.243Z | Download: 2124/4281 items 118.9/220.6MB 53% complete (3.6M/s) |
1015 | 2024-12-19T20:58:50.248Z | Download: 2918/4281 items 121.2/220.6MB 54% complete (3.8M/s) |
1016 | 2024-12-19T20:58:55.254Z | Download: 3703/4281 items 216.5/220.6MB 98% complete (9.8M/s) |
1017 | 2024-12-19T20:58:58.381Z | Download: Completed 220.60 MB in 33.21 seconds (6.6M/s) |
1018 | 2024-12-19T20:59:00.445Z | Actions: 1/5063 actions (Removing old actions) |
1019 | 2024-12-19T20:59:00.466Z | Actions: 194/5063 actions (Installing new actions) |
1020 | 2024-12-19T20:59:05.192Z | Actions: 4226/5063 actions (Updating modified actions) |
1021 | 2024-12-19T20:59:05.525Z | Actions: Completed 5063 actions in 5.08 seconds. |
1022 | 2024-12-19T20:59:05.927Z | Done (0.392s) |
1023 | 2024-12-19T20:59:05.929Z | Done (0.000s) |
1024 | 2024-12-19T20:59:06.508Z | Done (0.579s) |
1025 | 2024-12-19T20:59:11.169Z | Done (4.421s) |
1026 | 2024-12-19T20:59:11.279Z | Done (0.020s) |
1027 | 2024-12-19T20:59:11.282Z | Done (0.000s) |
1028 | 2024-12-19T20:59:11.469Z | Done (0.000s) |
1029 | 2024-12-19T20:59:12.195Z | Planning: Evaluating mediator changes ... Done |
1030 | 2024-12-19T20:59:12.378Z | Planning: Checking for conflicting actions ... Done |
1031 | 2024-12-19T20:59:12.381Z | Planning: Consolidating action changes ... Done |
1032 | 2024-12-19T20:59:12.670Z | Planning: Evaluating mediators ... Done |
1033 | 2024-12-19T20:59:12.678Z | Planning: Planning completed in 0.48 seconds |
1034 | 2024-12-19T20:59:12.712Z | Mediators to change: 2 |
1035 | 2024-12-19T20:59:12.712Z | Create boot environment: No |
1036 | 2024-12-19T20:59:12.715Z | Create backup boot environment: No |
1037 | 2024-12-19T20:59:12.795Z | Done |
1038 | 2024-12-19T20:59:12.795Z | Done |
1039 | 2024-12-19T20:59:13.190Z | Done |
1040 | 2024-12-19T20:59:17.157Z | Done |
1041 | 2024-12-19T20:59:17.268Z | Done |
1042 | 2024-12-19T20:59:17.271Z | Done |
1043 | 2024-12-19T20:59:17.385Z | Done |
1044 | 2024-12-19T20:59:18.044Z | Planning: Evaluating mediator changes ... Done |
1045 | 2024-12-19T20:59:18.047Z | Planning: Merging actions ... Done |
1046 | 2024-12-19T20:59:18.243Z | Planning: Checking for conflicting actions ... Done |
1047 | 2024-12-19T20:59:18.246Z | Planning: Consolidating action changes ... Done |
1048 | 2024-12-19T20:59:18.540Z | Planning: Evaluating mediators ... Done |
1049 | 2024-12-19T20:59:18.601Z | Planning: Planning completed in 0.80 seconds |
1050 | 2024-12-19T20:59:18.643Z | Packages to change: 1 |
1051 | 2024-12-19T20:59:18.643Z | Mediators to change: 1 |
1052 | 2024-12-19T20:59:18.643Z | Services to change: 1 |
1053 | 2024-12-19T20:59:18.644Z | Create boot environment: No |
1054 | 2024-12-19T20:59:18.646Z | Create backup boot environment: Yes |
1055 | 2024-12-19T20:59:21.073Z | Actions: 1/6 actions (Updating modified actions) |
1056 | 2024-12-19T20:59:21.076Z | Actions: Completed 6 actions in 0.00 seconds. |
1057 | 2024-12-19T20:59:21.076Z | Done |
1058 | 2024-12-19T20:59:21.076Z | Done |
1059 | 2024-12-19T20:59:21.189Z | Done |
1060 | 2024-12-19T20:59:25.193Z | Done |
1061 | 2024-12-19T20:59:25.289Z | Done |
1062 | 2024-12-19T20:59:25.291Z | Done |
1063 | 2024-12-19T20:59:25.423Z | Done |
1064 | 2024-12-19T20:59:25.935Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1065 | 2024-12-19T20:59:25.935Z | clang system 15 system |
1066 | 2024-12-19T20:59:25.935Z | csh system system illumos |
1067 | 2024-12-19T20:59:25.935Z | ctags system system illumos |
1068 | 2024-12-19T20:59:25.935Z | gcc vendor 12 vendor |
1069 | 2024-12-19T20:59:25.935Z | gcc system 10 system |
1070 | 2024-12-19T20:59:25.935Z | gcc system 7 system |
1071 | 2024-12-19T20:59:25.935Z | go system 1.20 system |
1072 | 2024-12-19T20:59:25.935Z | go system 1.19 system |
1073 | 2024-12-19T20:59:25.935Z | llvm system 15 system |
1074 | 2024-12-19T20:59:25.935Z | llvm system 14 system |
1075 | 2024-12-19T20:59:25.935Z | mariadb system 10.6 system |
1076 | 2024-12-19T20:59:25.935Z | mta vendor vendor dma |
1077 | 2024-12-19T20:59:25.936Z | openjdk system 17 system |
1078 | 2024-12-19T20:59:25.936Z | openjdk system 11 system |
1079 | 2024-12-19T20:59:25.936Z | openjdk system 1.8 system |
1080 | 2024-12-19T20:59:25.936Z | openssl vendor 3 vendor |
1081 | 2024-12-19T20:59:25.936Z | perl system 5.36 system |
1082 | 2024-12-19T20:59:25.936Z | postgresql system 15 system |
1083 | 2024-12-19T20:59:25.936Z | postgresql system 13 system |
1084 | 2024-12-19T20:59:25.936Z | python vendor 3 vendor |
1085 | 2024-12-19T20:59:25.936Z | python system 2 system |
1086 | 2024-12-19T20:59:25.936Z | python3 system 3.11 system |
1087 | 2024-12-19T20:59:25.936Z | ruby system 3.0 system |
1088 | 2024-12-19T20:59:25.936Z | words vendor vendor american-english |
1089 | 2024-12-19T20:59:25.936Z | words system system australian-english |
1090 | 2024-12-19T20:59:25.936Z | words system system british-english |
1091 | 2024-12-19T20:59:25.936Z | words system system canadian-english |
1092 | 2024-12-19T20:59:25.936Z | words system system french |
1093 | 2024-12-19T20:59:25.936Z | words system system italian |
1094 | 2024-12-19T20:59:25.936Z | words system system ngerman |
1095 | 2024-12-19T20:59:25.936Z | words system system ogerman |
1096 | 2024-12-19T20:59:25.936Z | words system system spanish |
1097 | 2024-12-19T20:59:26.278Z | PUBLISHER TYPE STATUS P LOCATION |
1098 | 2024-12-19T20:59:26.278Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1099 | 2024-12-19T20:59:29.126Z | FMRI IFO |
1100 | 2024-12-19T20:59:29.126Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1101 | 2024-12-19T20:59:29.126Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1102 | 2024-12-19T20:59:29.126Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1103 | 2024-12-19T20:59:29.126Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1104 | 2024-12-19T20:59:29.126Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1105 | 2024-12-19T20:59:29.126Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1106 | 2024-12-19T20:59:29.126Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1107 | 2024-12-19T20:59:29.126Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1108 | 2024-12-19T20:59:29.126Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1109 | 2024-12-19T20:59:29.127Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1110 | 2024-12-19T20:59:29.127Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1111 | 2024-12-19T20:59:29.127Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1112 | 2024-12-19T20:59:29.127Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1113 | 2024-12-19T20:59:29.127Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1114 | 2024-12-19T20:59:29.127Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1115 | 2024-12-19T20:59:30.260Z | Downloading crates ... |
1116 | 2024-12-19T20:59:30.340Z | Downloaded cargo_toml v0.20.5 |
1117 | 2024-12-19T20:59:30.485Z | Compiling proc-macro2 v1.0.89 |
1118 | 2024-12-19T20:59:30.486Z | Compiling unicode-ident v1.0.13 |
1119 | 2024-12-19T20:59:30.486Z | Compiling version_check v0.9.5 |
1120 | 2024-12-19T20:59:30.488Z | Compiling serde v1.0.215 |
1121 | 2024-12-19T20:59:30.488Z | Compiling memchr v2.7.4 |
1122 | 2024-12-19T20:59:30.488Z | Compiling thiserror v1.0.69 |
1123 | 2024-12-19T20:59:30.488Z | Compiling libc v0.2.162 |
1124 | 2024-12-19T20:59:30.488Z | Compiling ucd-trie v0.1.7 |
1125 | 2024-12-19T20:59:30.754Z | Compiling itoa v1.0.11 |
1126 | 2024-12-19T20:59:30.971Z | Compiling ryu v1.0.18 |
1127 | 2024-12-19T20:59:31.193Z | Compiling once_cell v1.20.2 |
1128 | 2024-12-19T20:59:31.287Z | Compiling byteorder v1.5.0 |
1129 | 2024-12-19T20:59:31.492Z | Compiling rustix v0.38.37 |
1130 | 2024-12-19T20:59:31.633Z | Compiling serde_json v1.0.132 |
1131 | 2024-12-19T20:59:31.798Z | Compiling bitflags v2.6.0 |
1132 | 2024-12-19T20:59:31.953Z | Compiling usdt-impl v0.5.0 |
1133 | 2024-12-19T20:59:32.094Z | Compiling proc-macro-error-attr v1.0.4 |
1134 | 2024-12-19T20:59:32.247Z | Compiling syn v1.0.109 |
1135 | 2024-12-19T20:59:32.302Z | Compiling quote v1.0.37 |
1136 | 2024-12-19T20:59:32.400Z | Compiling proc-macro-error v1.0.4 |
1137 | 2024-12-19T20:59:32.414Z | Compiling plain v0.2.3 |
1138 | 2024-12-19T20:59:32.427Z | Compiling log v0.4.22 |
1139 | 2024-12-19T20:59:32.568Z | Compiling camino v1.1.9 |
1140 | 2024-12-19T20:59:32.673Z | Compiling errno v0.3.9 |
1141 | 2024-12-19T20:59:32.824Z | Compiling syn v2.0.87 |
1142 | 2024-12-19T20:59:32.909Z | Compiling hashbrown v0.15.1 |
1143 | 2024-12-19T20:59:32.984Z | Compiling thread-id v4.2.2 |
1144 | 2024-12-19T20:59:33.052Z | Compiling equivalent v1.0.1 |
1145 | 2024-12-19T20:59:33.069Z | Compiling utf8parse v0.2.2 |
1146 | 2024-12-19T20:59:33.209Z | Compiling anstyle-parse v0.2.5 |
1147 | 2024-12-19T20:59:33.307Z | Compiling pretty-hex v0.4.1 |
1148 | 2024-12-19T20:59:33.525Z | Compiling anstyle v1.0.10 |
1149 | 2024-12-19T20:59:33.553Z | Compiling anstyle-query v1.1.1 |
1150 | 2024-12-19T20:59:33.571Z | Compiling winnow v0.6.20 |
1151 | 2024-12-19T20:59:33.701Z | Compiling autocfg v1.4.0 |
1152 | 2024-12-19T20:59:34.008Z | Compiling colorchoice v1.0.2 |
1153 | 2024-12-19T20:59:34.164Z | Compiling indexmap v2.6.0 |
1154 | 2024-12-19T20:59:34.177Z | Compiling semver v1.0.23 |
1155 | 2024-12-19T20:59:34.228Z | Compiling is_terminal_polyfill v1.70.1 |
1156 | 2024-12-19T20:59:34.365Z | Compiling unicode-width v0.1.14 |
1157 | 2024-12-19T20:59:34.782Z | Compiling anstream v0.6.15 |
1158 | 2024-12-19T20:59:34.875Z | Compiling fs-err v2.11.0 |
1159 | 2024-12-19T20:59:35.154Z | Compiling terminal_size v0.4.0 |
1160 | 2024-12-19T20:59:35.186Z | Compiling heck v0.5.0 |
1161 | 2024-12-19T20:59:35.428Z | Compiling anyhow v1.0.93 |
1162 | 2024-12-19T20:59:35.579Z | Compiling fastrand v2.1.1 |
1163 | 2024-12-19T20:59:35.658Z | Compiling clap_lex v0.7.2 |
1164 | 2024-12-19T20:59:36.067Z | Compiling strsim v0.11.1 |
1165 | 2024-12-19T20:59:36.155Z | Compiling cfg-if v1.0.0 |
1166 | 2024-12-19T20:59:36.169Z | Compiling heck v0.4.1 |
1167 | 2024-12-19T20:59:36.211Z | Compiling fnv v1.0.7 |
1168 | 2024-12-19T20:59:36.238Z | Compiling bytecount v0.6.8 |
1169 | 2024-12-19T20:59:36.340Z | Compiling tempfile v3.13.0 |
1170 | 2024-12-19T20:59:36.445Z | Compiling clap_builder v4.5.21 |
1171 | 2024-12-19T20:59:36.688Z | Compiling papergrid v0.11.0 |
1172 | 2024-12-19T20:59:37.107Z | Compiling memmap v0.7.0 |
1173 | 2024-12-19T20:59:37.120Z | Compiling unicode-linebreak v0.1.5 |
1174 | 2024-12-19T20:59:37.259Z | Compiling smawk v0.3.2 |
1175 | 2024-12-19T20:59:37.575Z | Compiling textwrap v0.16.1 |
1176 | 2024-12-19T20:59:37.623Z | Compiling swrite v0.1.0 |
1177 | 2024-12-19T20:59:38.900Z | Compiling tabled_derive v0.7.0 |
1178 | 2024-12-19T20:59:40.594Z | Compiling tabled v0.15.0 |
1179 | 2024-12-19T20:59:42.188Z | Compiling serde_derive v1.0.215 |
1180 | 2024-12-19T20:59:42.188Z | Compiling thiserror-impl v1.0.69 |
1181 | 2024-12-19T20:59:42.188Z | Compiling zerocopy-derive v0.7.35 |
1182 | 2024-12-19T20:59:42.191Z | Compiling scroll_derive v0.12.0 |
1183 | 2024-12-19T20:59:42.382Z | Compiling clap_derive v4.5.18 |
1184 | 2024-12-19T20:59:43.531Z | Compiling scroll v0.12.0 |
1185 | 2024-12-19T20:59:43.974Z | Compiling goblin v0.8.2 |
1186 | 2024-12-19T20:59:44.071Z | Compiling zerocopy v0.7.35 |
1187 | 2024-12-19T20:59:44.995Z | Compiling pest v2.7.14 |
1188 | 2024-12-19T20:59:46.197Z | Compiling clap v4.5.21 |
1189 | 2024-12-19T20:59:47.276Z | Compiling pest_meta v2.7.14 |
1190 | 2024-12-19T20:59:48.182Z | Compiling pest_generator v2.7.14 |
1191 | 2024-12-19T20:59:50.029Z | Compiling pest_derive v2.7.14 |
1192 | 2024-12-19T20:59:50.819Z | Compiling dtrace-parser v0.2.0 |
1193 | 2024-12-19T20:59:52.670Z | Compiling serde_tokenstream v0.2.2 |
1194 | 2024-12-19T20:59:52.694Z | Compiling toml_datetime v0.6.8 |
1195 | 2024-12-19T20:59:52.694Z | Compiling serde_spanned v0.6.8 |
1196 | 2024-12-19T20:59:53.071Z | Compiling toml_edit v0.22.22 |
1197 | 2024-12-19T20:59:53.089Z | Compiling cargo-platform v0.1.8 |
1198 | 2024-12-19T20:59:53.238Z | Compiling macaddr v1.0.1 |
1199 | 2024-12-19T20:59:53.325Z | Compiling camino-tempfile v1.1.1 |
1200 | 2024-12-19T20:59:54.206Z | Compiling dof v0.3.0 |
1201 | 2024-12-19T20:59:54.239Z | Compiling cargo_metadata v0.18.1 |
1202 | 2024-12-19T20:59:55.951Z | Compiling usdt-attr-macro v0.5.0 |
1203 | 2024-12-19T20:59:55.951Z | Compiling usdt-macro v0.5.0 |
1204 | 2024-12-19T20:59:56.108Z | Compiling toml v0.8.19 |
1205 | 2024-12-19T20:59:56.943Z | Compiling cargo_toml v0.20.5 |
1206 | 2024-12-19T20:59:57.256Z | Compiling usdt v0.5.0 |
1207 | 2024-12-19T21:00:00.641Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1208 | 2024-12-19T21:00:04.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.24s |
1209 | 2024-12-19T21:00:05.043Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1210 | 2024-12-19T21:00:05.969Z | Compiling serde v1.0.215 |
1211 | 2024-12-19T21:00:05.972Z | Compiling lock_api v0.4.12 |
1212 | 2024-12-19T21:00:05.972Z | Compiling scopeguard v1.2.0 |
1213 | 2024-12-19T21:00:05.972Z | Compiling value-bag v1.9.0 |
1214 | 2024-12-19T21:00:05.972Z | Compiling typenum v1.17.0 |
1215 | 2024-12-19T21:00:05.972Z | Compiling generic-array v0.14.7 |
1216 | 2024-12-19T21:00:06.106Z | Compiling syn v2.0.87 |
1217 | 2024-12-19T21:00:06.113Z | Compiling getrandom v0.2.15 |
1218 | 2024-12-19T21:00:06.242Z | Compiling subtle v2.6.1 |
1219 | 2024-12-19T21:00:06.507Z | Compiling rand_core v0.6.4 |
1220 | 2024-12-19T21:00:06.564Z | Compiling log v0.4.22 |
1221 | 2024-12-19T21:00:06.671Z | Compiling shlex v1.3.0 |
1222 | 2024-12-19T21:00:06.691Z | Compiling jobserver v0.1.32 |
1223 | 2024-12-19T21:00:06.709Z | Compiling const-oid v0.9.6 |
1224 | 2024-12-19T21:00:06.976Z | Compiling smallvec v1.13.2 |
1225 | 2024-12-19T21:00:07.049Z | Compiling cc v1.1.30 |
1226 | 2024-12-19T21:00:07.079Z | Compiling spin v0.9.8 |
1227 | 2024-12-19T21:00:07.413Z | Compiling pin-project-lite v0.2.14 |
1228 | 2024-12-19T21:00:07.461Z | Compiling rustix v0.38.37 |
1229 | 2024-12-19T21:00:07.521Z | Compiling parking_lot_core v0.9.10 |
1230 | 2024-12-19T21:00:07.572Z | Compiling futures-core v0.3.31 |
1231 | 2024-12-19T21:00:07.664Z | Compiling signal-hook-registry v1.4.2 |
1232 | 2024-12-19T21:00:07.845Z | Compiling mio v1.0.2 |
1233 | 2024-12-19T21:00:08.361Z | Compiling aho-corasick v1.1.3 |
1234 | 2024-12-19T21:00:08.494Z | Compiling parking_lot v0.12.3 |
1235 | 2024-12-19T21:00:08.669Z | Compiling either v1.13.0 |
1236 | 2024-12-19T21:00:08.687Z | Compiling regex-syntax v0.8.5 |
1237 | 2024-12-19T21:00:08.894Z | Compiling cpufeatures v0.2.14 |
1238 | 2024-12-19T21:00:08.996Z | Compiling lazy_static v1.5.0 |
1239 | 2024-12-19T21:00:09.093Z | Compiling futures-sink v0.3.31 |
1240 | 2024-12-19T21:00:09.113Z | Compiling glob v0.3.1 |
1241 | 2024-12-19T21:00:09.131Z | Compiling stable_deref_trait v1.2.0 |
1242 | 2024-12-19T21:00:09.237Z | Compiling socket2 v0.5.7 |
1243 | 2024-12-19T21:00:09.256Z | Compiling slab v0.4.9 |
1244 | 2024-12-19T21:00:09.458Z | Compiling prettyplease v0.2.25 |
1245 | 2024-12-19T21:00:09.713Z | Compiling minimal-lexical v0.2.1 |
1246 | 2024-12-19T21:00:10.133Z | Compiling clang-sys v1.8.1 |
1247 | 2024-12-19T21:00:10.153Z | Compiling nom v7.1.3 |
1248 | 2024-12-19T21:00:10.211Z | Compiling libloading v0.8.5 |
1249 | 2024-12-19T21:00:10.239Z | Compiling serde_json v1.0.132 |
1250 | 2024-12-19T21:00:10.613Z | Compiling home v0.5.9 |
1251 | 2024-12-19T21:00:10.695Z | Compiling bindgen v0.69.5 |
1252 | 2024-12-19T21:00:10.935Z | Compiling futures-channel v0.3.31 |
1253 | 2024-12-19T21:00:11.369Z | Compiling itertools v0.12.1 |
1254 | 2024-12-19T21:00:11.390Z | Compiling futures-task v0.3.31 |
1255 | 2024-12-19T21:00:11.485Z | Compiling allocator-api2 v0.2.18 |
1256 | 2024-12-19T21:00:11.690Z | Compiling rustc-hash v1.1.0 |
1257 | 2024-12-19T21:00:11.844Z | Compiling lazycell v1.3.0 |
1258 | 2024-12-19T21:00:12.011Z | Compiling foldhash v0.1.3 |
1259 | 2024-12-19T21:00:12.321Z | Compiling futures-io v0.3.31 |
1260 | 2024-12-19T21:00:12.344Z | Compiling pin-utils v0.1.0 |
1261 | 2024-12-19T21:00:12.459Z | Compiling regex-automata v0.4.8 |
1262 | 2024-12-19T21:00:12.655Z | Compiling hashbrown v0.15.1 |
1263 | 2024-12-19T21:00:13.987Z | Compiling synstructure v0.13.1 |
1264 | 2024-12-19T21:00:14.292Z | Compiling cexpr v0.6.0 |
1265 | 2024-12-19T21:00:14.648Z | Compiling cmake v0.1.51 |
1266 | 2024-12-19T21:00:15.741Z | Compiling tinyvec_macros v0.1.1 |
1267 | 2024-12-19T21:00:15.770Z | Compiling libm v0.2.8 |
1268 | 2024-12-19T21:00:15.789Z | Compiling pkg-config v0.3.31 |
1269 | 2024-12-19T21:00:15.835Z | Compiling dunce v1.0.5 |
1270 | 2024-12-19T21:00:15.961Z | Compiling fs_extra v1.3.0 |
1271 | 2024-12-19T21:00:16.122Z | Compiling tinyvec v1.8.0 |
1272 | 2024-12-19T21:00:16.178Z | Compiling num-traits v0.2.19 |
1273 | 2024-12-19T21:00:16.729Z | Compiling ring v0.17.8 |
1274 | 2024-12-19T21:00:17.385Z | Compiling unicode-bidi v0.3.17 |
1275 | 2024-12-19T21:00:17.419Z | Compiling litemap v0.7.3 |
1276 | 2024-12-19T21:00:17.730Z | Compiling unicode-normalization v0.1.24 |
1277 | 2024-12-19T21:00:17.811Z | Compiling writeable v0.5.5 |
1278 | 2024-12-19T21:00:17.880Z | Compiling paste v1.0.15 |
1279 | 2024-12-19T21:00:17.967Z | Compiling base64ct v1.6.0 |
1280 | 2024-12-19T21:00:18.392Z | Compiling regex v1.11.1 |
1281 | 2024-12-19T21:00:18.508Z | Compiling pem-rfc7468 v0.7.0 |
1282 | 2024-12-19T21:00:18.913Z | Compiling flagset v0.4.6 |
1283 | 2024-12-19T21:00:19.124Z | Compiling httparse v1.9.5 |
1284 | 2024-12-19T21:00:19.233Z | Compiling aws-lc-rs v1.10.0 |
1285 | 2024-12-19T21:00:19.722Z | Compiling tracing-core v0.1.32 |
1286 | 2024-12-19T21:00:19.978Z | Compiling rustls-pki-types v1.9.0 |
1287 | 2024-12-19T21:00:20.804Z | Compiling icu_locid_transform_data v1.5.0 |
1288 | 2024-12-19T21:00:20.851Z | Compiling crossbeam-utils v0.8.20 |
1289 | 2024-12-19T21:00:20.912Z | Compiling percent-encoding v2.3.1 |
1290 | 2024-12-19T21:00:21.155Z | Compiling powerfmt v0.2.0 |
1291 | 2024-12-19T21:00:21.177Z | Compiling serde_derive v1.0.215 |
1292 | 2024-12-19T21:00:21.300Z | Compiling zeroize_derive v1.4.2 |
1293 | 2024-12-19T21:00:21.442Z | Compiling zerocopy-derive v0.7.35 |
1294 | 2024-12-19T21:00:21.581Z | Compiling tokio-macros v2.4.0 |
1295 | 2024-12-19T21:00:21.894Z | Compiling zerofrom-derive v0.1.4 |
1296 | 2024-12-19T21:00:22.923Z | Compiling zeroize v1.8.1 |
1297 | 2024-12-19T21:00:23.104Z | Compiling thiserror-impl v1.0.69 |
1298 | 2024-12-19T21:00:23.312Z | Compiling yoke-derive v0.7.4 |
1299 | 2024-12-19T21:00:23.828Z | Compiling zerocopy v0.7.35 |
1300 | 2024-12-19T21:00:24.471Z | Compiling futures-macro v0.3.31 |
1301 | 2024-12-19T21:00:24.650Z | Compiling crypto-common v0.1.6 |
1302 | 2024-12-19T21:00:24.887Z | Compiling block-buffer v0.10.4 |
1303 | 2024-12-19T21:00:25.153Z | Compiling digest v0.10.7 |
1304 | 2024-12-19T21:00:25.527Z | Compiling zerovec-derive v0.10.3 |
1305 | 2024-12-19T21:00:25.743Z | Compiling hmac v0.12.1 |
1306 | 2024-12-19T21:00:25.795Z | Compiling block-padding v0.3.3 |
1307 | 2024-12-19T21:00:26.011Z | Compiling displaydoc v0.2.5 |
1308 | 2024-12-19T21:00:26.046Z | Compiling inout v0.1.3 |
1309 | 2024-12-19T21:00:26.184Z | Compiling zerofrom v0.1.4 |
1310 | 2024-12-19T21:00:26.329Z | Compiling cipher v0.4.4 |
1311 | 2024-12-19T21:00:26.422Z | Compiling sha2 v0.10.8 |
1312 | 2024-12-19T21:00:26.594Z | Compiling futures-util v0.3.31 |
1313 | 2024-12-19T21:00:26.638Z | Compiling yoke v0.7.4 |
1314 | 2024-12-19T21:00:26.747Z | Compiling thiserror v1.0.69 |
1315 | 2024-12-19T21:00:26.886Z | Compiling ppv-lite86 v0.2.20 |
1316 | 2024-12-19T21:00:26.889Z | Compiling der_derive v0.7.3 |
1317 | 2024-12-19T21:00:27.044Z | Compiling icu_provider_macros v1.5.0 |
1318 | 2024-12-19T21:00:27.789Z | Compiling rand_chacha v0.3.1 |
1319 | 2024-12-19T21:00:27.893Z | Compiling tracing-attributes v0.1.27 |
1320 | 2024-12-19T21:00:28.267Z | Compiling rand v0.8.5 |
1321 | 2024-12-19T21:00:28.413Z | Compiling zerovec v0.10.4 |
1322 | 2024-12-19T21:00:29.613Z | Compiling der v0.7.9 |
1323 | 2024-12-19T21:00:30.168Z | Compiling pest v2.7.14 |
1324 | 2024-12-19T21:00:30.213Z | Compiling salsa20 v0.10.2 |
1325 | 2024-12-19T21:00:30.514Z | Compiling tinystr v0.7.6 |
1326 | 2024-12-19T21:00:30.610Z | Compiling icu_collections v1.5.0 |
1327 | 2024-12-19T21:00:30.814Z | Compiling pbkdf2 v0.12.2 |
1328 | 2024-12-19T21:00:30.961Z | Compiling icu_locid v1.5.0 |
1329 | 2024-12-19T21:00:31.026Z | Compiling mirai-annotations v1.12.0 |
1330 | 2024-12-19T21:00:31.216Z | Compiling vcpkg v0.2.15 |
1331 | 2024-12-19T21:00:31.886Z | Compiling tracing v0.1.40 |
1332 | 2024-12-19T21:00:32.163Z | Compiling icu_provider v1.5.0 |
1333 | 2024-12-19T21:00:32.464Z | Compiling spki v0.7.3 |
1334 | 2024-12-19T21:00:32.863Z | Compiling num-conv v0.1.0 |
1335 | 2024-12-19T21:00:33.019Z | Compiling icu_locid_transform v1.5.0 |
1336 | 2024-12-19T21:00:33.105Z | Compiling untrusted v0.7.1 |
1337 | 2024-12-19T21:00:33.148Z | Compiling icu_properties_data v1.5.0 |
1338 | 2024-12-19T21:00:33.302Z | Compiling untrusted v0.9.0 |
1339 | 2024-12-19T21:00:33.327Z | Compiling time-core v0.1.2 |
1340 | 2024-12-19T21:00:33.330Z | Compiling pest_meta v2.7.14 |
1341 | 2024-12-19T21:00:33.444Z | Compiling scrypt v0.11.0 |
1342 | 2024-12-19T21:00:33.523Z | Compiling time-macros v0.2.18 |
1343 | 2024-12-19T21:00:33.542Z | Compiling openssl-sys v0.9.103 |
1344 | 2024-12-19T21:00:34.063Z | Compiling cbc v0.1.2 |
1345 | 2024-12-19T21:00:34.321Z | Compiling icu_properties v1.5.1 |
1346 | 2024-12-19T21:00:34.689Z | Compiling aes v0.8.4 |
1347 | 2024-12-19T21:00:34.724Z | Compiling deranged v0.3.11 |
1348 | 2024-12-19T21:00:35.854Z | Compiling scroll_derive v0.12.0 |
1349 | 2024-12-19T21:00:36.447Z | Compiling bitflags v2.6.0 |
1350 | 2024-12-19T21:00:36.722Z | Compiling bytes v1.8.0 |
1351 | 2024-12-19T21:00:37.385Z | Compiling indexmap v2.6.0 |
1352 | 2024-12-19T21:00:37.601Z | Compiling tokio v1.40.0 |
1353 | 2024-12-19T21:00:37.652Z | Compiling http v1.1.0 |
1354 | 2024-12-19T21:00:38.037Z | Compiling semver v1.0.23 |
1355 | 2024-12-19T21:00:38.680Z | Compiling rustc_version v0.4.1 |
1356 | 2024-12-19T21:00:38.874Z | Compiling num_threads v0.1.7 |
1357 | 2024-12-19T21:00:38.893Z | Compiling utf8_iter v1.0.4 |
1358 | 2024-12-19T21:00:39.005Z | Compiling write16 v1.0.0 |
1359 | 2024-12-19T21:00:39.133Z | Compiling utf16_iter v1.0.5 |
1360 | 2024-12-19T21:00:39.133Z | Compiling atomic-waker v1.1.2 |
1361 | 2024-12-19T21:00:39.342Z | Compiling icu_normalizer_data v1.5.0 |
1362 | 2024-12-19T21:00:39.365Z | Compiling http-body v1.0.1 |
1363 | 2024-12-19T21:00:39.441Z | Compiling icu_normalizer v1.5.0 |
1364 | 2024-12-19T21:00:39.466Z | Compiling time v0.3.36 |
1365 | 2024-12-19T21:00:39.493Z | Compiling scroll v0.12.0 |
1366 | 2024-12-19T21:00:39.635Z | Compiling pkcs5 v0.7.1 |
1367 | 2024-12-19T21:00:40.177Z | Compiling pest_generator v2.7.14 |
1368 | 2024-12-19T21:00:40.232Z | Compiling form_urlencoded v1.2.1 |
1369 | 2024-12-19T21:00:40.310Z | Compiling try-lock v0.2.5 |
1370 | 2024-12-19T21:00:40.517Z | Compiling slog v2.7.0 |
1371 | 2024-12-19T21:00:40.593Z | Compiling goblin v0.8.2 |
1372 | 2024-12-19T21:00:40.929Z | Compiling which v4.4.2 |
1373 | 2024-12-19T21:00:41.139Z | Compiling want v0.3.1 |
1374 | 2024-12-19T21:00:41.556Z | Compiling idna_adapter v1.2.0 |
1375 | 2024-12-19T21:00:41.595Z | Compiling pkcs8 v0.10.2 |
1376 | 2024-12-19T21:00:41.792Z | Compiling httpdate v1.0.3 |
1377 | 2024-12-19T21:00:42.282Z | Compiling idna v1.0.3 |
1378 | 2024-12-19T21:00:42.360Z | Compiling pest_derive v2.7.14 |
1379 | 2024-12-19T21:00:42.410Z | Compiling serde_tokenstream v0.2.2 |
1380 | 2024-12-19T21:00:43.075Z | Compiling serde_spanned v0.6.8 |
1381 | 2024-12-19T21:00:43.172Z | Compiling toml_datetime v0.6.8 |
1382 | 2024-12-19T21:00:43.201Z | Compiling dtrace-parser v0.2.0 |
1383 | 2024-12-19T21:00:43.309Z | Compiling uuid v1.11.0 |
1384 | 2024-12-19T21:00:43.737Z | Compiling rustversion v1.0.17 |
1385 | 2024-12-19T21:00:44.235Z | Compiling base64 v0.22.1 |
1386 | 2024-12-19T21:00:44.469Z | Compiling openssl v0.10.66 |
1387 | 2024-12-19T21:00:44.788Z | Compiling iana-time-zone v0.1.61 |
1388 | 2024-12-19T21:00:44.912Z | Compiling match_cfg v0.1.0 |
1389 | 2024-12-19T21:00:44.998Z | Compiling tower-service v0.3.3 |
1390 | 2024-12-19T21:00:45.018Z | Compiling foreign-types-shared v0.1.1 |
1391 | 2024-12-19T21:00:45.020Z | Compiling adler2 v2.0.0 |
1392 | 2024-12-19T21:00:45.136Z | Compiling foreign-types v0.3.2 |
1393 | 2024-12-19T21:00:45.152Z | Compiling hostname v0.3.1 |
1394 | 2024-12-19T21:00:45.229Z | Compiling miniz_oxide v0.8.0 |
1395 | 2024-12-19T21:00:45.249Z | Compiling chrono v0.4.38 |
1396 | 2024-12-19T21:00:45.393Z | Compiling url v2.5.3 |
1397 | 2024-12-19T21:00:45.480Z | Compiling async-trait v0.1.83 |
1398 | 2024-12-19T21:00:46.846Z | Compiling tokio-util v0.7.12 |
1399 | 2024-12-19T21:00:46.867Z | Compiling dof v0.3.0 |
1400 | 2024-12-19T21:00:47.471Z | Compiling openssl-macros v0.1.1 |
1401 | 2024-12-19T21:00:48.249Z | Compiling h2 v0.4.6 |
1402 | 2024-12-19T21:00:48.268Z | Compiling usdt-impl v0.5.0 |
1403 | 2024-12-19T21:00:48.327Z | Compiling dirs-sys-next v0.1.2 |
1404 | 2024-12-19T21:00:49.029Z | Compiling rustls v0.23.14 |
1405 | 2024-12-19T21:00:49.061Z | Compiling syn v1.0.109 |
1406 | 2024-12-19T21:00:49.133Z | Compiling native-tls v0.2.12 |
1407 | 2024-12-19T21:00:49.302Z | Compiling siphasher v0.3.11 |
1408 | 2024-12-19T21:00:49.477Z | Compiling data-encoding v2.6.0 |
1409 | 2024-12-19T21:00:49.698Z | Compiling rustls v0.22.4 |
1410 | 2024-12-19T21:00:49.832Z | Compiling dirs-next v2.0.0 |
1411 | 2024-12-19T21:00:50.032Z | Compiling http-body-util v0.1.2 |
1412 | 2024-12-19T21:00:50.619Z | Compiling heapless v0.7.17 |
1413 | 2024-12-19T21:00:51.069Z | Compiling crossbeam-epoch v0.9.18 |
1414 | 2024-12-19T21:00:51.408Z | Compiling signature v2.2.0 |
1415 | 2024-12-19T21:00:51.519Z | Compiling sha1 v0.10.6 |
1416 | 2024-12-19T21:00:51.719Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1417 | 2024-12-19T21:00:51.882Z | Compiling serde_derive_internals v0.29.1 |
1418 | 2024-12-19T21:00:51.945Z | Compiling thread_local v1.1.8 |
1419 | 2024-12-19T21:00:52.049Z | Compiling encoding_rs v0.8.34 |
1420 | 2024-12-19T21:00:52.221Z | Compiling cookie v0.18.1 |
1421 | 2024-12-19T21:00:52.532Z | Compiling multer v3.1.0 |
1422 | 2024-12-19T21:00:52.552Z | Compiling signal-hook v0.3.17 |
1423 | 2024-12-19T21:00:52.831Z | Compiling mime v0.3.17 |
1424 | 2024-12-19T21:00:52.831Z | Compiling rayon-core v1.12.1 |
1425 | 2024-12-19T21:00:53.117Z | Compiling gimli v0.31.1 |
1426 | 2024-12-19T21:00:53.460Z | Compiling schemars v0.8.21 |
1427 | 2024-12-19T21:00:53.793Z | Compiling ipnet v2.10.1 |
1428 | 2024-12-19T21:00:53.816Z | Compiling slog-async v2.8.0 |
1429 | 2024-12-19T21:00:54.395Z | Compiling unicode-properties v0.1.3 |
1430 | 2024-12-19T21:00:54.810Z | Compiling openssl-probe v0.1.5 |
1431 | 2024-12-19T21:00:54.830Z | Compiling schemars_derive v0.8.21 |
1432 | 2024-12-19T21:00:55.116Z | Compiling stringprep v0.1.5 |
1433 | 2024-12-19T21:00:55.241Z | Compiling toml_edit v0.22.22 |
1434 | 2024-12-19T21:00:56.493Z | Compiling hyper v1.5.0 |
1435 | 2024-12-19T21:00:58.322Z | Compiling addr2line v0.24.2 |
1436 | 2024-12-19T21:00:58.499Z | Compiling crossbeam-deque v0.8.5 |
1437 | 2024-12-19T21:00:58.812Z | Compiling usdt-attr-macro v0.5.0 |
1438 | 2024-12-19T21:00:58.971Z | Compiling usdt-macro v0.5.0 |
1439 | 2024-12-19T21:00:59.069Z | Compiling hyper-util v0.1.10 |
1440 | 2024-12-19T21:00:59.299Z | Compiling term v0.7.0 |
1441 | 2024-12-19T21:01:00.519Z | Compiling slog-json v2.6.1 |
1442 | 2024-12-19T21:01:00.578Z | Compiling serde_urlencoded v0.7.1 |
1443 | 2024-12-19T21:01:00.809Z | Compiling curve25519-dalek v4.1.3 |
1444 | 2024-12-19T21:01:00.913Z | Compiling crossbeam-channel v0.5.13 |
1445 | 2024-12-19T21:01:00.955Z | Compiling enum-as-inner v0.6.1 |
1446 | 2024-12-19T21:01:01.141Z | Compiling futures-executor v0.3.31 |
1447 | 2024-12-19T21:01:01.464Z | Compiling md-5 v0.10.6 |
1448 | 2024-12-19T21:01:01.741Z | Compiling async-stream-impl v0.3.6 |
1449 | 2024-12-19T21:01:01.762Z | Compiling num-integer v0.1.46 |
1450 | 2024-12-19T21:01:02.061Z | Compiling rustls-pemfile v2.2.0 |
1451 | 2024-12-19T21:01:02.087Z | Compiling idna v0.4.0 |
1452 | 2024-12-19T21:01:02.425Z | Compiling idna v0.3.0 |
1453 | 2024-12-19T21:01:02.450Z | Compiling hash32 v0.2.1 |
1454 | 2024-12-19T21:01:02.599Z | Compiling ff v0.13.0 |
1455 | 2024-12-19T21:01:02.841Z | Compiling is-terminal v0.4.13 |
1456 | 2024-12-19T21:01:02.860Z | Compiling dropshot v0.12.0 |
1457 | 2024-12-19T21:01:02.966Z | Compiling object v0.36.5 |
1458 | 2024-12-19T21:01:03.147Z | Compiling take_mut v0.2.2 |
1459 | 2024-12-19T21:01:03.169Z | Compiling num-bigint-dig v0.8.4 |
1460 | 2024-12-19T21:01:03.307Z | Compiling linked-hash-map v0.5.6 |
1461 | 2024-12-19T21:01:03.477Z | Compiling psl-types v2.0.11 |
1462 | 2024-12-19T21:01:03.700Z | Compiling quick-error v1.2.3 |
1463 | 2024-12-19T21:01:03.723Z | Compiling dyn-clone v1.0.17 |
1464 | 2024-12-19T21:01:03.859Z | Compiling anyhow v1.0.93 |
1465 | 2024-12-19T21:01:03.884Z | Compiling fallible-iterator v0.2.0 |
1466 | 2024-12-19T21:01:03.950Z | Compiling portable-atomic v1.9.0 |
1467 | 2024-12-19T21:01:03.985Z | Compiling utf-8 v0.7.6 |
1468 | 2024-12-19T21:01:04.174Z | Compiling base16ct v0.2.0 |
1469 | 2024-12-19T21:01:04.323Z | Compiling rustc-demangle v0.1.24 |
1470 | 2024-12-19T21:01:04.486Z | Compiling smoltcp v0.9.1 |
1471 | 2024-12-19T21:01:04.635Z | Compiling postgres-protocol v0.6.7 |
1472 | 2024-12-19T21:01:04.907Z | Compiling sec1 v0.7.3 |
1473 | 2024-12-19T21:01:05.111Z | Compiling tungstenite v0.24.0 |
1474 | 2024-12-19T21:01:05.338Z | Compiling resolv-conf v0.7.0 |
1475 | 2024-12-19T21:01:05.501Z | Compiling publicsuffix v2.2.3 |
1476 | 2024-12-19T21:01:05.778Z | Compiling lru-cache v0.1.2 |
1477 | 2024-12-19T21:01:06.066Z | Compiling async-stream v0.3.6 |
1478 | 2024-12-19T21:01:06.295Z | Compiling hickory-proto v0.24.1 |
1479 | 2024-12-19T21:01:06.380Z | Compiling slog-term v2.9.1 |
1480 | 2024-12-19T21:01:07.244Z | Compiling usdt v0.5.0 |
1481 | 2024-12-19T21:01:07.607Z | Compiling group v0.13.0 |
1482 | 2024-12-19T21:01:07.817Z | Compiling num-iter v0.1.45 |
1483 | 2024-12-19T21:01:08.005Z | Compiling futures v0.3.31 |
1484 | 2024-12-19T21:01:08.061Z | Compiling slog-bunyan v2.5.0 |
1485 | 2024-12-19T21:01:08.269Z | Compiling toml v0.8.19 |
1486 | 2024-12-19T21:01:10.146Z | Compiling camino v1.1.9 |
1487 | 2024-12-19T21:01:10.166Z | Compiling tokio-native-tls v0.3.1 |
1488 | 2024-12-19T21:01:10.392Z | Compiling phf_shared v0.11.2 |
1489 | 2024-12-19T21:01:10.500Z | Compiling dropshot_endpoint v0.12.0 |
1490 | 2024-12-19T21:01:10.818Z | Compiling backtrace v0.3.74 |
1491 | 2024-12-19T21:01:11.156Z | Compiling terminal_size v0.4.0 |
1492 | 2024-12-19T21:01:11.253Z | Compiling waitgroup v0.1.2 |
1493 | 2024-12-19T21:01:11.364Z | Compiling openapiv3 v2.0.0 |
1494 | 2024-12-19T21:01:11.395Z | Compiling serde_path_to_error v0.1.16 |
1495 | 2024-12-19T21:01:11.480Z | Compiling hkdf v0.12.4 |
1496 | 2024-12-19T21:01:11.761Z | Compiling crypto-bigint v0.5.5 |
1497 | 2024-12-19T21:01:12.264Z | Compiling zerocopy-derive v0.6.6 |
1498 | 2024-12-19T21:01:14.253Z | Compiling hubpack_derive v0.1.1 |
1499 | 2024-12-19T21:01:14.636Z | Compiling curve25519-dalek-derive v0.1.1 |
1500 | 2024-12-19T21:01:14.687Z | Compiling webpki-roots v0.26.6 |
1501 | 2024-12-19T21:01:14.904Z | Compiling idna v0.5.0 |
1502 | 2024-12-19T21:01:15.205Z | Compiling hostname v0.4.0 |
1503 | 2024-12-19T21:01:15.335Z | Compiling ahash v0.8.11 |
1504 | 2024-12-19T21:01:15.492Z | Compiling fs-err v2.11.0 |
1505 | 2024-12-19T21:01:15.730Z | Compiling crc32fast v1.4.2 |
1506 | 2024-12-19T21:01:15.808Z | Compiling managed v0.8.0 |
1507 | 2024-12-19T21:01:15.870Z | Compiling winnow v0.5.40 |
1508 | 2024-12-19T21:01:16.071Z | Compiling bitflags v1.3.2 |
1509 | 2024-12-19T21:01:16.181Z | Compiling debug-ignore v1.0.5 |
1510 | 2024-12-19T21:01:16.234Z | Compiling clap_builder v4.5.21 |
1511 | 2024-12-19T21:01:16.333Z | Compiling console v0.15.8 |
1512 | 2024-12-19T21:01:16.992Z | Compiling flate2 v1.0.34 |
1513 | 2024-12-19T21:01:18.007Z | Compiling cookie_store v0.21.0 |
1514 | 2024-12-19T21:01:18.026Z | Compiling strum_macros v0.25.3 |
1515 | 2024-12-19T21:01:18.407Z | Compiling hubpack v0.1.2 |
1516 | 2024-12-19T21:01:18.857Z | Compiling elliptic-curve v0.13.8 |
1517 | 2024-12-19T21:01:18.932Z | Compiling zerocopy v0.6.6 |
1518 | 2024-12-19T21:01:19.654Z | Compiling toml_edit v0.19.15 |
1519 | 2024-12-19T21:01:19.708Z | Compiling hickory-resolver v0.24.1 |
1520 | 2024-12-19T21:01:19.873Z | Compiling phf v0.11.2 |
1521 | 2024-12-19T21:01:20.165Z | Compiling signal-hook-mio v0.2.4 |
1522 | 2024-12-19T21:01:20.333Z | Compiling hyper-tls v0.6.0 |
1523 | 2024-12-19T21:01:20.739Z | Compiling rayon v1.10.0 |
1524 | 2024-12-19T21:01:20.844Z | Compiling bzip2 v0.4.4 |
1525 | 2024-12-19T21:01:22.354Z | Compiling tokio-tungstenite v0.24.0 |
1526 | 2024-12-19T21:01:22.934Z | Compiling postgres-types v0.2.8 |
1527 | 2024-12-19T21:01:24.676Z | Compiling ed25519 v2.2.3 |
1528 | 2024-12-19T21:01:25.732Z | Compiling phf_shared v0.10.0 |
1529 | 2024-12-19T21:01:25.940Z | Compiling tokio-stream v0.1.16 |
1530 | 2024-12-19T21:01:26.032Z | Compiling pkcs1 v0.7.5 |
1531 | 2024-12-19T21:01:26.135Z | Compiling serde-big-array v0.5.1 |
1532 | 2024-12-19T21:01:26.382Z | Compiling clap_derive v4.5.18 |
1533 | 2024-12-19T21:01:26.618Z | Compiling rfc6979 v0.4.0 |
1534 | 2024-12-19T21:01:26.795Z | Compiling serde_repr v0.1.19 |
1535 | 2024-12-19T21:01:26.823Z | Compiling derive-where v1.2.7 |
1536 | 2024-12-19T21:01:27.048Z | Compiling float-cmp v0.9.0 |
1537 | 2024-12-19T21:01:27.102Z | Compiling bstr v1.10.0 |
1538 | 2024-12-19T21:01:27.268Z | Compiling sync_wrapper v1.0.1 |
1539 | 2024-12-19T21:01:27.440Z | Compiling predicates-core v1.0.8 |
1540 | 2024-12-19T21:01:27.824Z | Compiling fixedbitset v0.4.2 |
1541 | 2024-12-19T21:01:28.046Z | Compiling unicode-segmentation v1.12.0 |
1542 | 2024-12-19T21:01:28.112Z | Compiling new_debug_unreachable v1.0.6 |
1543 | 2024-12-19T21:01:28.219Z | Compiling number_prefix v0.4.0 |
1544 | 2024-12-19T21:01:28.286Z | Compiling unicode-width v0.2.0 |
1545 | 2024-12-19T21:01:28.447Z | Compiling static_assertions v1.1.0 |
1546 | 2024-12-19T21:01:28.563Z | Compiling precomputed-hash v0.1.1 |
1547 | 2024-12-19T21:01:28.698Z | Compiling whoami v1.5.2 |
1548 | 2024-12-19T21:01:28.825Z | Compiling normalize-line-endings v0.3.0 |
1549 | 2024-12-19T21:01:28.954Z | Compiling bit-vec v0.6.3 |
1550 | 2024-12-19T21:01:28.973Z | Compiling difflib v0.4.0 |
1551 | 2024-12-19T21:01:28.995Z | Compiling similar v2.6.0 |
1552 | 2024-12-19T21:01:29.362Z | Compiling predicates v3.1.2 |
1553 | 2024-12-19T21:01:29.410Z | Compiling bit-set v0.5.3 |
1554 | 2024-12-19T21:01:29.774Z | Compiling tokio-postgres v0.7.12 |
1555 | 2024-12-19T21:01:30.562Z | Compiling indicatif v0.17.9 |
1556 | 2024-12-19T21:01:30.671Z | Compiling string_cache v0.8.7 |
1557 | 2024-12-19T21:01:31.161Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1558 | 2024-12-19T21:01:31.269Z | Compiling petgraph v0.6.5 |
1559 | 2024-12-19T21:01:31.540Z | Compiling ecdsa v0.16.9 |
1560 | 2024-12-19T21:01:31.603Z | Compiling clap v4.5.21 |
1561 | 2024-12-19T21:01:31.735Z | Compiling rsa v0.9.6 |
1562 | 2024-12-19T21:01:32.440Z | Compiling ed25519-dalek v2.1.1 |
1563 | 2024-12-19T21:01:32.919Z | Compiling toml v0.7.8 |
1564 | 2024-12-19T21:01:33.813Z | Compiling zip v0.6.6 |
1565 | 2024-12-19T21:01:34.776Z | Compiling crossterm v0.28.1 |
1566 | 2024-12-19T21:01:35.908Z | Compiling hex v0.4.3 |
1567 | 2024-12-19T21:01:36.064Z | Compiling x509-cert v0.2.5 |
1568 | 2024-12-19T21:01:36.180Z | Compiling itertools v0.10.5 |
1569 | 2024-12-19T21:01:36.472Z | Compiling peg-runtime v0.8.3 |
1570 | 2024-12-19T21:01:36.501Z | Compiling lalrpop-util v0.19.12 |
1571 | 2024-12-19T21:01:36.879Z | Compiling unicode-xid v0.2.6 |
1572 | 2024-12-19T21:01:37.061Z | Compiling strum_macros v0.26.4 |
1573 | 2024-12-19T21:01:37.129Z | Compiling xattr v1.3.1 |
1574 | 2024-12-19T21:01:37.413Z | Compiling filetime v0.2.25 |
1575 | 2024-12-19T21:01:37.754Z | Compiling tar v0.4.42 |
1576 | 2024-12-19T21:01:42.472Z | Compiling strum v0.26.3 |
1577 | 2024-12-19T21:01:45.167Z | Compiling aws-lc-sys v0.22.0 |
1578 | 2024-12-19T21:02:13.964Z | Compiling rustls-webpki v0.102.8 |
1579 | 2024-12-19T21:02:17.562Z | Compiling tokio-rustls v0.25.0 |
1580 | 2024-12-19T21:02:19.211Z | Compiling tokio-rustls v0.26.0 |
1581 | 2024-12-19T21:02:19.618Z | Compiling hyper-rustls v0.27.3 |
1582 | 2024-12-19T21:02:19.993Z | Compiling reqwest v0.12.9 |
1583 | 2024-12-19T21:02:21.504Z | Compiling qorb v0.2.1 |
1584 | 2024-12-19T21:02:26.157Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1585 | 2024-12-19T21:02:26.385Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1586 | 2024-12-19T21:02:32.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
1587 | 2024-12-19T21:02:32.578Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1588 | 2024-12-19T21:02:32.631Z | Dec 19 21:02:31.352 INFO Starting download, target: Cockroach |
1589 | 2024-12-19T21:02:32.631Z | Dec 19 21:02:31.352 INFO Starting download, target: Console |
1590 | 2024-12-19T21:02:32.631Z | Dec 19 21:02:31.352 INFO Starting download, target: Clickhouse |
1591 | 2024-12-19T21:02:32.631Z | Dec 19 21:02:31.352 INFO Starting download, target: DendriteOpenapi |
1592 | 2024-12-19T21:02:32.631Z | Dec 19 21:02:31.352 INFO Starting download, target: DendriteStub |
1593 | 2024-12-19T21:02:32.631Z | Dec 19 21:02:31.352 INFO Starting download, target: MaghemiteMgd |
1594 | 2024-12-19T21:02:32.631Z | Dec 19 21:02:31.352 INFO Starting download, target: TransceiverControl |
1595 | 2024-12-19T21:02:32.634Z | Dec 19 21:02:31.353 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1596 | 2024-12-19T21:02:32.634Z | Dec 19 21:02:31.353 INFO Downloading out/downloads/dpd-38eb75b831698abc2920e12f0ad24ceb3318aa46.json (attempt 1/3), target: DendriteOpenapi |
1597 | 2024-12-19T21:02:32.634Z | Dec 19 21:02:31.353 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1598 | 2024-12-19T21:02:32.634Z | Dec 19 21:02:31.353 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1599 | 2024-12-19T21:02:32.634Z | Dec 19 21:02:31.353 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1600 | 2024-12-19T21:02:32.634Z | Dec 19 21:02:31.353 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1601 | 2024-12-19T21:02:32.635Z | Dec 19 21:02:31.353 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1602 | 2024-12-19T21:02:32.820Z | Dec 19 21:02:31.523 INFO Download complete, target: DendriteOpenapi |
1603 | 2024-12-19T21:02:32.892Z | Dec 19 21:02:31.611 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1604 | 2024-12-19T21:02:33.490Z | Dec 19 21:02:32.195 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1605 | 2024-12-19T21:02:33.567Z | Dec 19 21:02:32.271 INFO Download complete, target: TransceiverControl |
1606 | 2024-12-19T21:02:33.617Z | Dec 19 21:02:32.332 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1607 | 2024-12-19T21:02:33.735Z | Dec 19 21:02:32.444 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1608 | 2024-12-19T21:02:33.835Z | Dec 19 21:02:32.550 INFO Download complete, target: Console |
1609 | 2024-12-19T21:02:34.336Z | Dec 19 21:02:33.054 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1610 | 2024-12-19T21:02:34.336Z | Dec 19 21:02:33.054 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1611 | 2024-12-19T21:02:34.727Z | Dec 19 21:02:33.447 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1612 | 2024-12-19T21:02:36.615Z | Dec 19 21:02:35.333 INFO Download complete, target: MaghemiteMgd |
1613 | 2024-12-19T21:02:37.019Z | Dec 19 21:02:35.738 INFO Download complete, target: DendriteStub |
1614 | 2024-12-19T21:02:42.189Z | Dec 19 21:02:40.906 INFO Checking that binary works, target: Cockroach |
1615 | 2024-12-19T21:02:42.353Z | Dec 19 21:02:41.069 INFO Download complete, target: Cockroach |
1616 | 2024-12-19T21:02:47.772Z | Dec 19 21:02:46.485 INFO Checking that binary works, target: Clickhouse |
1617 | 2024-12-19T21:02:47.922Z | Dec 19 21:02:46.636 INFO Download complete, target: Clickhouse |
1618 | 2024-12-19T21:02:47.929Z | All prerequisites installed successfully |
1619 | 2024-12-19T21:02:47.933Z | |
1620 | 2024-12-19T21:02:47.933Z | real 4:49.977528434 |
1621 | 2024-12-19T21:02:47.933Z | user 17:02.466938791 |
1622 | 2024-12-19T21:02:47.933Z | sys 3:15.624184047 |
1623 | 2024-12-19T21:02:47.933Z | trap 0.558123593 |
1624 | 2024-12-19T21:02:47.933Z | tflt 1.690406224 |
1625 | 2024-12-19T21:02:47.933Z | dflt 2.365870917 |
1626 | 2024-12-19T21:02:47.933Z | kflt 0.026115679 |
1627 | 2024-12-19T21:02:47.933Z | lock 32:50.314179041 |
1628 | 2024-12-19T21:02:47.933Z | slp 1:03:25.204988400 |
1629 | 2024-12-19T21:02:47.933Z | lat 57.285169483 |
1630 | 2024-12-19T21:02:47.933Z | stop 2:12.579890702 |
1631 | 2024-12-19T21:02:47.933Z | + source ./tools/include/force-git-over-https.sh |
1632 | 2024-12-19T21:02:47.933Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1633 | 2024-12-19T21:02:47.933Z | ++ (( i = 0 )) |
1634 | 2024-12-19T21:02:47.933Z | ++ (( i < 5 )) |
1635 | 2024-12-19T21:02:47.933Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1636 | 2024-12-19T21:02:47.936Z | ++ (( i++ )) |
1637 | 2024-12-19T21:02:47.936Z | ++ (( i < 5 )) |
1638 | 2024-12-19T21:02:47.936Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1639 | 2024-12-19T21:02:47.938Z | ++ (( i++ )) |
1640 | 2024-12-19T21:02:47.938Z | ++ (( i < 5 )) |
1641 | 2024-12-19T21:02:47.938Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1642 | 2024-12-19T21:02:47.941Z | ++ (( i++ )) |
1643 | 2024-12-19T21:02:47.941Z | ++ (( i < 5 )) |
1644 | 2024-12-19T21:02:47.941Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1645 | 2024-12-19T21:02:47.944Z | ++ (( i++ )) |
1646 | 2024-12-19T21:02:47.944Z | ++ (( i < 5 )) |
1647 | 2024-12-19T21:02:47.944Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1648 | 2024-12-19T21:02:47.947Z | ++ (( i++ )) |
1649 | 2024-12-19T21:02:47.947Z | ++ (( i < 5 )) |
1650 | 2024-12-19T21:02:47.950Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1651 | 2024-12-19T21:02:47.950Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1652 | 2024-12-19T21:02:47.950Z | + rc=0 |
1653 | 2024-12-19T21:02:47.950Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1654 | 2024-12-19T21:03:19.239Z | + case $rc in |
1655 | 2024-12-19T21:03:19.239Z | + pfexec zfs create -p rpool/images/build/host |
1656 | 2024-12-19T21:03:19.475Z | + pfexec zfs create -p rpool/images/build/recovery |
1657 | 2024-12-19T21:03:19.549Z | + cargo xtask releng --output-dir /work |
1658 | 2024-12-19T21:03:20.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1659 | 2024-12-19T21:03:20.111Z | Running `target/debug/xtask releng --output-dir /work` |
1660 | 2024-12-19T21:03:21.062Z | Compiling proc-macro2 v1.0.89 |
1661 | 2024-12-19T21:03:21.062Z | Compiling unicode-ident v1.0.13 |
1662 | 2024-12-19T21:03:21.065Z | Compiling libc v0.2.162 |
1663 | 2024-12-19T21:03:21.065Z | Compiling serde v1.0.215 |
1664 | 2024-12-19T21:03:21.065Z | Compiling autocfg v1.4.0 |
1665 | 2024-12-19T21:03:21.065Z | Compiling version_check v0.9.5 |
1666 | 2024-12-19T21:03:21.065Z | Compiling cfg-if v1.0.0 |
1667 | 2024-12-19T21:03:21.386Z | Compiling memchr v2.7.4 |
1668 | 2024-12-19T21:03:21.425Z | Compiling typenum v1.17.0 |
1669 | 2024-12-19T21:03:21.517Z | Compiling shlex v1.3.0 |
1670 | 2024-12-19T21:03:21.909Z | Compiling value-bag v1.9.0 |
1671 | 2024-12-19T21:03:21.929Z | Compiling generic-array v0.14.7 |
1672 | 2024-12-19T21:03:21.951Z | Compiling scopeguard v1.2.0 |
1673 | 2024-12-19T21:03:22.213Z | Compiling lock_api v0.4.12 |
1674 | 2024-12-19T21:03:22.423Z | Compiling log v0.4.22 |
1675 | 2024-12-19T21:03:22.501Z | Compiling rustix v0.38.37 |
1676 | 2024-12-19T21:03:22.848Z | Compiling quote v1.0.37 |
1677 | 2024-12-19T21:03:23.170Z | Compiling parking_lot_core v0.9.10 |
1678 | 2024-12-19T21:03:23.190Z | Compiling serde_json v1.0.132 |
1679 | 2024-12-19T21:03:23.296Z | Compiling syn v2.0.87 |
1680 | 2024-12-19T21:03:23.486Z | Compiling jobserver v0.1.32 |
1681 | 2024-12-19T21:03:23.511Z | Compiling getrandom v0.2.15 |
1682 | 2024-12-19T21:03:23.573Z | Compiling libm v0.2.8 |
1683 | 2024-12-19T21:03:23.613Z | Compiling num-traits v0.2.19 |
1684 | 2024-12-19T21:03:23.839Z | Compiling once_cell v1.20.2 |
1685 | 2024-12-19T21:03:23.910Z | Compiling cc v1.1.30 |
1686 | 2024-12-19T21:03:23.931Z | Compiling thiserror v1.0.69 |
1687 | 2024-12-19T21:03:23.948Z | Compiling spin v0.9.8 |
1688 | 2024-12-19T21:03:24.081Z | Compiling itoa v1.0.11 |
1689 | 2024-12-19T21:03:24.254Z | Compiling aho-corasick v1.1.3 |
1690 | 2024-12-19T21:03:24.275Z | Compiling regex-syntax v0.8.5 |
1691 | 2024-12-19T21:03:24.381Z | Compiling slab v0.4.9 |
1692 | 2024-12-19T21:03:24.488Z | Compiling errno v0.3.9 |
1693 | 2024-12-19T21:03:25.047Z | Compiling byteorder v1.5.0 |
1694 | 2024-12-19T21:03:25.399Z | Compiling either v1.13.0 |
1695 | 2024-12-19T21:03:25.555Z | Compiling lazy_static v1.5.0 |
1696 | 2024-12-19T21:03:25.738Z | Compiling rand_core v0.6.4 |
1697 | 2024-12-19T21:03:25.944Z | Compiling glob v0.3.1 |
1698 | 2024-12-19T21:03:26.231Z | Compiling prettyplease v0.2.25 |
1699 | 2024-12-19T21:03:26.258Z | Compiling subtle v2.6.1 |
1700 | 2024-12-19T21:03:26.626Z | Compiling minimal-lexical v0.2.1 |
1701 | 2024-12-19T21:03:26.776Z | Compiling libloading v0.8.5 |
1702 | 2024-12-19T21:03:26.821Z | Compiling clang-sys v1.8.1 |
1703 | 2024-12-19T21:03:27.135Z | Compiling nom v7.1.3 |
1704 | 2024-12-19T21:03:27.535Z | Compiling home v0.5.9 |
1705 | 2024-12-19T21:03:27.583Z | Compiling bindgen v0.69.5 |
1706 | 2024-12-19T21:03:27.814Z | Compiling itertools v0.12.1 |
1707 | 2024-12-19T21:03:28.287Z | Compiling regex-automata v0.4.8 |
1708 | 2024-12-19T21:03:28.672Z | Compiling rustc-hash v1.1.0 |
1709 | 2024-12-19T21:03:28.929Z | Compiling lazycell v1.3.0 |
1710 | 2024-12-19T21:03:29.439Z | Compiling cmake v0.1.51 |
1711 | 2024-12-19T21:03:30.632Z | Compiling pkg-config v0.3.31 |
1712 | 2024-12-19T21:03:30.696Z | Compiling dunce v1.0.5 |
1713 | 2024-12-19T21:03:30.891Z | Compiling cexpr v0.6.0 |
1714 | 2024-12-19T21:03:30.915Z | Compiling fs_extra v1.3.0 |
1715 | 2024-12-19T21:03:31.147Z | Compiling smallvec v1.13.2 |
1716 | 2024-12-19T21:03:31.346Z | Compiling semver v1.0.23 |
1717 | 2024-12-19T21:03:31.504Z | Compiling ring v0.17.8 |
1718 | 2024-12-19T21:03:31.797Z | Compiling synstructure v0.13.1 |
1719 | 2024-12-19T21:03:32.347Z | Compiling heck v0.5.0 |
1720 | 2024-12-19T21:03:32.707Z | Compiling ryu v1.0.18 |
1721 | 2024-12-19T21:03:32.802Z | Compiling paste v1.0.15 |
1722 | 2024-12-19T21:03:32.847Z | Compiling httparse v1.9.5 |
1723 | 2024-12-19T21:03:33.302Z | Compiling aws-lc-rs v1.10.0 |
1724 | 2024-12-19T21:03:33.482Z | Compiling const-oid v0.9.6 |
1725 | 2024-12-19T21:03:33.795Z | Compiling pin-project-lite v0.2.14 |
1726 | 2024-12-19T21:03:33.974Z | Compiling allocator-api2 v0.2.18 |
1727 | 2024-12-19T21:03:34.791Z | Compiling regex v1.11.1 |
1728 | 2024-12-19T21:03:34.923Z | Compiling futures-core v0.3.31 |
1729 | 2024-12-19T21:03:35.200Z | Compiling signal-hook-registry v1.4.2 |
1730 | 2024-12-19T21:03:35.953Z | Compiling time-core v0.1.2 |
1731 | 2024-12-19T21:03:36.173Z | Compiling num-conv v0.1.0 |
1732 | 2024-12-19T21:03:36.356Z | Compiling crossbeam-utils v0.8.20 |
1733 | 2024-12-19T21:03:36.401Z | Compiling parking_lot v0.12.3 |
1734 | 2024-12-19T21:03:36.531Z | Compiling time-macros v0.2.18 |
1735 | 2024-12-19T21:03:36.868Z | Compiling mio v1.0.2 |
1736 | 2024-12-19T21:03:37.017Z | Compiling vcpkg v0.2.15 |
1737 | 2024-12-19T21:03:37.315Z | Compiling schemars v0.8.21 |
1738 | 2024-12-19T21:03:37.569Z | Compiling serde_derive v1.0.215 |
1739 | 2024-12-19T21:03:37.726Z | Compiling zeroize_derive v1.4.2 |
1740 | 2024-12-19T21:03:38.805Z | Compiling zerocopy-derive v0.7.35 |
1741 | 2024-12-19T21:03:38.855Z | Compiling tokio-macros v2.4.0 |
1742 | 2024-12-19T21:03:38.926Z | Compiling thiserror-impl v1.0.69 |
1743 | 2024-12-19T21:03:39.054Z | Compiling zerofrom-derive v0.1.4 |
1744 | 2024-12-19T21:03:39.352Z | Compiling zeroize v1.8.1 |
1745 | 2024-12-19T21:03:39.956Z | Compiling yoke-derive v0.7.4 |
1746 | 2024-12-19T21:03:40.344Z | Compiling futures-macro v0.3.31 |
1747 | 2024-12-19T21:03:40.488Z | Compiling zerovec-derive v0.10.3 |
1748 | 2024-12-19T21:03:41.011Z | Compiling displaydoc v0.2.5 |
1749 | 2024-12-19T21:03:42.101Z | Compiling zerocopy v0.7.35 |
1750 | 2024-12-19T21:03:42.487Z | Compiling crypto-common v0.1.6 |
1751 | 2024-12-19T21:03:42.784Z | Compiling icu_provider_macros v1.5.0 |
1752 | 2024-12-19T21:03:42.866Z | Compiling tracing-attributes v0.1.27 |
1753 | 2024-12-19T21:03:42.969Z | Compiling block-buffer v0.10.4 |
1754 | 2024-12-19T21:03:43.089Z | Compiling der_derive v0.7.3 |
1755 | 2024-12-19T21:03:43.224Z | Compiling digest v0.10.7 |
1756 | 2024-12-19T21:03:43.840Z | Compiling openssl-sys v0.9.103 |
1757 | 2024-12-19T21:03:44.036Z | Compiling fnv v1.0.7 |
1758 | 2024-12-19T21:03:44.928Z | Compiling serde_derive_internals v0.29.1 |
1759 | 2024-12-19T21:03:45.478Z | Compiling socket2 v0.5.7 |
1760 | 2024-12-19T21:03:45.736Z | Compiling ahash v0.8.11 |
1761 | 2024-12-19T21:03:47.481Z | Compiling schemars_derive v0.8.21 |
1762 | 2024-12-19T21:03:47.506Z | Compiling cpufeatures v0.2.14 |
1763 | 2024-12-19T21:03:47.751Z | Compiling equivalent v1.0.1 |
1764 | 2024-12-19T21:03:47.789Z | Compiling futures-sink v0.3.31 |
1765 | 2024-12-19T21:03:47.938Z | Compiling foldhash v0.1.3 |
1766 | 2024-12-19T21:03:47.987Z | Compiling slog v2.7.0 |
1767 | 2024-12-19T21:03:48.267Z | Compiling hashbrown v0.15.1 |
1768 | 2024-12-19T21:03:48.514Z | Compiling stable_deref_trait v1.2.0 |
1769 | 2024-12-19T21:03:49.744Z | Compiling futures-channel v0.3.31 |
1770 | 2024-12-19T21:03:49.792Z | Compiling zerofrom v0.1.4 |
1771 | 2024-12-19T21:03:50.072Z | Compiling scroll_derive v0.12.0 |
1772 | 2024-12-19T21:03:50.114Z | Compiling futures-io v0.3.31 |
1773 | 2024-12-19T21:03:50.163Z | Compiling openssl v0.10.66 |
1774 | 2024-12-19T21:03:50.284Z | Compiling pin-utils v0.1.0 |
1775 | 2024-12-19T21:03:50.475Z | Compiling futures-task v0.3.31 |
1776 | 2024-12-19T21:03:50.496Z | Compiling ucd-trie v0.1.7 |
1777 | 2024-12-19T21:03:50.700Z | Compiling yoke v0.7.4 |
1778 | 2024-12-19T21:03:50.763Z | Compiling futures-util v0.3.31 |
1779 | 2024-12-19T21:03:50.846Z | Compiling pest v2.7.14 |
1780 | 2024-12-19T21:03:51.225Z | Compiling hmac v0.12.1 |
1781 | 2024-12-19T21:03:51.338Z | Compiling tinyvec_macros v0.1.1 |
1782 | 2024-12-19T21:03:51.706Z | Compiling tinyvec v1.8.0 |
1783 | 2024-12-19T21:03:51.746Z | Compiling zerovec v0.10.4 |
1784 | 2024-12-19T21:03:52.435Z | Compiling bitflags v2.6.0 |
1785 | 2024-12-19T21:03:53.331Z | Compiling bytes v1.8.0 |
1786 | 2024-12-19T21:03:55.412Z | Compiling tokio v1.40.0 |
1787 | 2024-12-19T21:03:55.743Z | Compiling indexmap v2.6.0 |
1788 | 2024-12-19T21:03:56.180Z | Compiling serde_tokenstream v0.2.2 |
1789 | 2024-12-19T21:03:57.438Z | Compiling which v4.4.2 |
1790 | 2024-12-19T21:03:58.416Z | Compiling http v1.1.0 |
1791 | 2024-12-19T21:03:58.656Z | Compiling rustc_version v0.4.1 |
1792 | 2024-12-19T21:03:59.548Z | Compiling pest_meta v2.7.14 |
1793 | 2024-12-19T21:03:59.611Z | Compiling uuid v1.11.0 |
1794 | 2024-12-19T21:04:00.665Z | Compiling block-padding v0.3.3 |
1795 | 2024-12-19T21:04:01.037Z | Compiling openssl-macros v0.1.1 |
1796 | 2024-12-19T21:04:01.059Z | Compiling native-tls v0.2.12 |
1797 | 2024-12-19T21:04:01.639Z | Compiling rustls v0.23.14 |
1798 | 2024-12-19T21:04:01.870Z | Compiling iana-time-zone v0.1.61 |
1799 | 2024-12-19T21:04:02.298Z | Compiling chrono v0.4.38 |
1800 | 2024-12-19T21:04:03.180Z | Compiling pest_generator v2.7.14 |
1801 | 2024-12-19T21:04:04.015Z | Compiling inout v0.1.3 |
1802 | 2024-12-19T21:04:04.055Z | Compiling unicode-normalization v0.1.24 |
1803 | 2024-12-19T21:04:04.277Z | Compiling cipher v0.4.4 |
1804 | 2024-12-19T21:04:04.880Z | Compiling tinystr v0.7.6 |
1805 | 2024-12-19T21:04:05.207Z | Compiling pest_derive v2.7.14 |
1806 | 2024-12-19T21:04:05.625Z | Compiling sha2 v0.10.8 |
1807 | 2024-12-19T21:04:05.978Z | Compiling async-trait v0.1.83 |
1808 | 2024-12-19T21:04:06.073Z | Compiling cookie v0.18.1 |
1809 | 2024-12-19T21:04:06.194Z | Compiling usdt-impl v0.5.0 |
1810 | 2024-12-19T21:04:06.476Z | Compiling writeable v0.5.5 |
1811 | 2024-12-19T21:04:06.499Z | Compiling litemap v0.7.3 |
1812 | 2024-12-19T21:04:07.167Z | Compiling unicode-bidi v0.3.17 |
1813 | 2024-12-19T21:04:07.700Z | Compiling base64ct v1.6.0 |
1814 | 2024-12-19T21:04:08.574Z | Compiling pem-rfc7468 v0.7.0 |
1815 | 2024-12-19T21:04:09.365Z | Compiling icu_locid v1.5.0 |
1816 | 2024-12-19T21:04:10.381Z | Compiling scroll v0.12.0 |
1817 | 2024-12-19T21:04:11.099Z | Compiling ppv-lite86 v0.2.20 |
1818 | 2024-12-19T21:04:12.052Z | Compiling tracing-core v0.1.32 |
1819 | 2024-12-19T21:04:12.089Z | Compiling dyn-clone v1.0.17 |
1820 | 2024-12-19T21:04:12.263Z | Compiling plain v0.2.3 |
1821 | 2024-12-19T21:04:12.444Z | Compiling untrusted v0.7.1 |
1822 | 2024-12-19T21:04:12.647Z | Compiling percent-encoding v2.3.1 |
1823 | 2024-12-19T21:04:13.149Z | Compiling flagset v0.4.6 |
1824 | 2024-12-19T21:04:13.217Z | Compiling aws-lc-sys v0.22.0 |
1825 | 2024-12-19T21:04:13.403Z | Compiling rustls-pki-types v1.9.0 |
1826 | 2024-12-19T21:04:14.369Z | Compiling syn v1.0.109 |
1827 | 2024-12-19T21:04:14.960Z | Compiling camino v1.1.9 |
1828 | 2024-12-19T21:04:15.362Z | Compiling der v0.7.9 |
1829 | 2024-12-19T21:04:15.549Z | Compiling tracing v0.1.40 |
1830 | 2024-12-19T21:04:17.496Z | Compiling goblin v0.8.2 |
1831 | 2024-12-19T21:04:18.790Z | Compiling rand_chacha v0.3.1 |
1832 | 2024-12-19T21:04:19.401Z | Compiling icu_provider v1.5.0 |
1833 | 2024-12-19T21:04:20.514Z | Compiling tokio-util v0.7.12 |
1834 | 2024-12-19T21:04:22.023Z | Compiling untrusted v0.9.0 |
1835 | 2024-12-19T21:04:22.320Z | Compiling rustls v0.22.4 |
1836 | 2024-12-19T21:04:22.660Z | Compiling powerfmt v0.2.0 |
1837 | 2024-12-19T21:04:22.692Z | Compiling rayon-core v1.12.1 |
1838 | 2024-12-19T21:04:22.849Z | Compiling icu_locid_transform_data v1.5.0 |
1839 | 2024-12-19T21:04:22.900Z | Compiling pretty-hex v0.4.1 |
1840 | 2024-12-19T21:04:23.193Z | Compiling mirai-annotations v1.12.0 |
1841 | 2024-12-19T21:04:23.346Z | Compiling icu_locid_transform v1.5.0 |
1842 | 2024-12-19T21:04:23.395Z | Compiling deranged v0.3.11 |
1843 | 2024-12-19T21:04:24.227Z | Compiling dof v0.3.0 |
1844 | 2024-12-19T21:04:26.247Z | Compiling rand v0.8.5 |
1845 | 2024-12-19T21:04:26.666Z | Compiling spki v0.7.3 |
1846 | 2024-12-19T21:04:27.492Z | Compiling dtrace-parser v0.2.0 |
1847 | 2024-12-19T21:04:28.130Z | Compiling salsa20 v0.10.2 |
1848 | 2024-12-19T21:04:28.413Z | Compiling icu_collections v1.5.0 |
1849 | 2024-12-19T21:04:29.463Z | Compiling pbkdf2 v0.12.2 |
1850 | 2024-12-19T21:04:30.769Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1851 | 2024-12-19T21:04:30.941Z | Compiling thread-id v4.2.2 |
1852 | 2024-12-19T21:04:31.104Z | Compiling icu_properties_data v1.5.0 |
1853 | 2024-12-19T21:04:31.827Z | Compiling atomic-waker v1.1.2 |
1854 | 2024-12-19T21:04:32.526Z | Compiling num_threads v0.1.7 |
1855 | 2024-12-19T21:04:32.714Z | Compiling time v0.3.36 |
1856 | 2024-12-19T21:04:32.795Z | Compiling icu_properties v1.5.1 |
1857 | 2024-12-19T21:04:38.235Z | Compiling scrypt v0.11.0 |
1858 | 2024-12-19T21:04:38.778Z | Compiling form_urlencoded v1.2.1 |
1859 | 2024-12-19T21:04:38.875Z | Compiling aes v0.8.4 |
1860 | 2024-12-19T21:04:39.045Z | Compiling cbc v0.1.2 |
1861 | 2024-12-19T21:04:39.316Z | Compiling http-body v1.0.1 |
1862 | 2024-12-19T21:04:39.863Z | Compiling multer v3.1.0 |
1863 | 2024-12-19T21:04:40.244Z | Compiling icu_normalizer_data v1.5.0 |
1864 | 2024-12-19T21:04:40.359Z | Compiling write16 v1.0.0 |
1865 | 2024-12-19T21:04:40.410Z | Compiling utf16_iter v1.0.5 |
1866 | 2024-12-19T21:04:40.444Z | Compiling utf8_iter v1.0.4 |
1867 | 2024-12-19T21:04:40.941Z | Compiling slog-async v2.8.0 |
1868 | 2024-12-19T21:04:40.964Z | Compiling try-lock v0.2.5 |
1869 | 2024-12-19T21:04:41.237Z | Compiling want v0.3.1 |
1870 | 2024-12-19T21:04:41.319Z | Compiling icu_normalizer v1.5.0 |
1871 | 2024-12-19T21:04:41.573Z | Compiling pkcs5 v0.7.1 |
1872 | 2024-12-19T21:04:45.802Z | Compiling h2 v0.4.6 |
1873 | 2024-12-19T21:04:46.848Z | Compiling heapless v0.7.17 |
1874 | 2024-12-19T21:04:47.244Z | Compiling zerocopy-derive v0.6.6 |
1875 | 2024-12-19T21:04:47.348Z | Compiling base64 v0.22.1 |
1876 | 2024-12-19T21:04:48.090Z | Compiling httpdate v1.0.3 |
1877 | 2024-12-19T21:04:48.625Z | Compiling signal-hook v0.3.17 |
1878 | 2024-12-19T21:04:48.943Z | Compiling anyhow v1.0.93 |
1879 | 2024-12-19T21:04:48.991Z | Compiling num-bigint-dig v0.8.4 |
1880 | 2024-12-19T21:04:50.536Z | Compiling idna_adapter v1.2.0 |
1881 | 2024-12-19T21:04:51.138Z | Compiling pkcs8 v0.10.2 |
1882 | 2024-12-19T21:04:51.911Z | Compiling usdt-attr-macro v0.5.0 |
1883 | 2024-12-19T21:04:52.249Z | Compiling usdt-macro v0.5.0 |
1884 | 2024-12-19T21:04:53.868Z | Compiling async-stream-impl v0.3.6 |
1885 | 2024-12-19T21:04:53.913Z | Compiling rustversion v1.0.17 |
1886 | 2024-12-19T21:04:54.584Z | Compiling strsim v0.11.1 |
1887 | 2024-12-19T21:04:55.037Z | Compiling hyper v1.5.0 |
1888 | 2024-12-19T21:04:55.128Z | Compiling tower-service v0.3.3 |
1889 | 2024-12-19T21:04:56.500Z | Compiling idna v1.0.3 |
1890 | 2024-12-19T21:04:58.062Z | Compiling hyper-util v0.1.10 |
1891 | 2024-12-19T21:05:05.190Z | Compiling curve25519-dalek v4.1.3 |
1892 | 2024-12-19T21:05:05.504Z | Compiling openapiv3 v2.0.0 |
1893 | 2024-12-19T21:05:05.659Z | Compiling toml_datetime v0.6.8 |
1894 | 2024-12-19T21:05:05.775Z | Compiling serde_spanned v0.6.8 |
1895 | 2024-12-19T21:05:06.279Z | Compiling enum-as-inner v0.6.1 |
1896 | 2024-12-19T21:05:06.530Z | Compiling dropshot v0.12.0 |
1897 | 2024-12-19T21:05:06.832Z | Compiling portable-atomic v1.9.0 |
1898 | 2024-12-19T21:05:06.992Z | Compiling foreign-types-shared v0.1.1 |
1899 | 2024-12-19T21:05:07.144Z | Compiling match_cfg v0.1.0 |
1900 | 2024-12-19T21:05:07.479Z | Compiling smoltcp v0.9.1 |
1901 | 2024-12-19T21:05:08.414Z | Compiling adler2 v2.0.0 |
1902 | 2024-12-19T21:05:08.576Z | Compiling miniz_oxide v0.8.0 |
1903 | 2024-12-19T21:05:08.736Z | Compiling foreign-types v0.3.2 |
1904 | 2024-12-19T21:05:08.868Z | Compiling hostname v0.3.1 |
1905 | 2024-12-19T21:05:10.733Z | Compiling url v2.5.3 |
1906 | 2024-12-19T21:05:19.098Z | Compiling http-body-util v0.1.2 |
1907 | 2024-12-19T21:05:19.580Z | Compiling clap_derive v4.5.18 |
1908 | 2024-12-19T21:05:19.957Z | Compiling dirs-sys-next v0.1.2 |
1909 | 2024-12-19T21:05:20.625Z | Compiling encoding_rs v0.8.34 |
1910 | 2024-12-19T21:05:22.313Z | Compiling siphasher v0.3.11 |
1911 | 2024-12-19T21:05:22.880Z | Compiling data-encoding v2.6.0 |
1912 | 2024-12-19T21:05:24.975Z | Compiling mime v0.3.17 |
1913 | 2024-12-19T21:05:26.096Z | Compiling dirs-next v2.0.0 |
1914 | 2024-12-19T21:05:31.760Z | Compiling hubpack_derive v0.1.1 |
1915 | 2024-12-19T21:05:32.315Z | Compiling serde_urlencoded v0.7.1 |
1916 | 2024-12-19T21:05:32.603Z | Compiling rustls-webpki v0.102.8 |
1917 | 2024-12-19T21:05:32.923Z | Compiling crossbeam-epoch v0.9.18 |
1918 | 2024-12-19T21:05:33.679Z | Compiling hashbrown v0.14.5 |
1919 | 2024-12-19T21:05:33.735Z | Compiling rustls-pemfile v2.2.0 |
1920 | 2024-12-19T21:05:34.217Z | Compiling dropshot_endpoint v0.12.0 |
1921 | 2024-12-19T21:05:35.280Z | Compiling sha1 v0.10.6 |
1922 | 2024-12-19T21:05:35.441Z | Compiling signature v2.2.0 |
1923 | 2024-12-19T21:05:35.463Z | Compiling curve25519-dalek-derive v0.1.1 |
1924 | 2024-12-19T21:05:35.708Z | Compiling thread_local v1.1.8 |
1925 | 2024-12-19T21:05:35.819Z | Compiling fs-err v2.11.0 |
1926 | 2024-12-19T21:05:36.195Z | Compiling anstyle v1.0.10 |
1927 | 2024-12-19T21:05:36.853Z | Compiling unicode-properties v0.1.3 |
1928 | 2024-12-19T21:05:37.136Z | Compiling utf8parse v0.2.2 |
1929 | 2024-12-19T21:05:37.272Z | Compiling ipnet v2.10.1 |
1930 | 2024-12-19T21:05:37.317Z | Compiling winnow v0.6.20 |
1931 | 2024-12-19T21:05:38.407Z | Compiling gimli v0.31.1 |
1932 | 2024-12-19T21:05:39.688Z | Compiling openssl-probe v0.1.5 |
1933 | 2024-12-19T21:05:41.129Z | Compiling toml_edit v0.22.22 |
1934 | 2024-12-19T21:05:41.702Z | Compiling anstyle-parse v0.2.5 |
1935 | 2024-12-19T21:05:41.948Z | Compiling stringprep v0.1.5 |
1936 | 2024-12-19T21:05:42.186Z | Compiling regress v0.10.1 |
1937 | 2024-12-19T21:05:43.539Z | Compiling addr2line v0.24.2 |
1938 | 2024-12-19T21:05:44.246Z | Compiling crossbeam-deque v0.8.5 |
1939 | 2024-12-19T21:05:44.617Z | Compiling term v0.7.0 |
1940 | 2024-12-19T21:05:45.952Z | Compiling slog-json v2.6.1 |
1941 | 2024-12-19T21:05:47.086Z | Compiling crossbeam-channel v0.5.13 |
1942 | 2024-12-19T21:05:48.559Z | Compiling idna v0.3.0 |
1943 | 2024-12-19T21:05:48.582Z | Compiling idna v0.4.0 |
1944 | 2024-12-19T21:05:50.163Z | Compiling futures-executor v0.3.31 |
1945 | 2024-12-19T21:05:50.185Z | Compiling num-integer v0.1.46 |
1946 | 2024-12-19T21:05:50.670Z | Compiling md-5 v0.10.6 |
1947 | 2024-12-19T21:05:50.915Z | Compiling ff v0.13.0 |
1948 | 2024-12-19T21:05:50.964Z | Compiling hash32 v0.2.1 |
1949 | 2024-12-19T21:05:51.177Z | Compiling is-terminal v0.4.13 |
1950 | 2024-12-19T21:05:51.319Z | Compiling memmap v0.7.0 |
1951 | 2024-12-19T21:05:51.354Z | Compiling object v0.36.5 |
1952 | 2024-12-19T21:05:51.662Z | Compiling fallible-iterator v0.2.0 |
1953 | 2024-12-19T21:05:52.002Z | Compiling psl-types v2.0.11 |
1954 | 2024-12-19T21:05:52.240Z | Compiling is_terminal_polyfill v1.70.1 |
1955 | 2024-12-19T21:05:52.386Z | Compiling colorchoice v1.0.2 |
1956 | 2024-12-19T21:05:52.441Z | Compiling base16ct v0.2.0 |
1957 | 2024-12-19T21:05:52.559Z | Compiling linked-hash-map v0.5.6 |
1958 | 2024-12-19T21:05:52.750Z | Compiling anstyle-query v1.1.1 |
1959 | 2024-12-19T21:05:52.837Z | Compiling rustc-demangle v0.1.24 |
1960 | 2024-12-19T21:05:52.926Z | Compiling heck v0.4.1 |
1961 | 2024-12-19T21:05:52.970Z | Compiling utf-8 v0.7.6 |
1962 | 2024-12-19T21:05:53.285Z | Compiling quick-error v1.2.3 |
1963 | 2024-12-19T21:05:53.354Z | Compiling take_mut v0.2.2 |
1964 | 2024-12-19T21:05:53.451Z | Compiling resolv-conf v0.7.0 |
1965 | 2024-12-19T21:05:53.753Z | Compiling strum_macros v0.25.3 |
1966 | 2024-12-19T21:05:54.158Z | Compiling tungstenite v0.24.0 |
1967 | 2024-12-19T21:05:54.619Z | Compiling lru-cache v0.1.2 |
1968 | 2024-12-19T21:05:54.867Z | Compiling anstream v0.6.15 |
1969 | 2024-12-19T21:05:55.549Z | Compiling publicsuffix v2.2.3 |
1970 | 2024-12-19T21:05:55.854Z | Compiling sec1 v0.7.3 |
1971 | 2024-12-19T21:05:56.265Z | Compiling postgres-protocol v0.6.7 |
1972 | 2024-12-19T21:05:56.800Z | Compiling usdt v0.5.0 |
1973 | 2024-12-19T21:05:57.270Z | Compiling slog-term v2.9.1 |
1974 | 2024-12-19T21:05:57.521Z | Compiling group v0.13.0 |
1975 | 2024-12-19T21:05:57.542Z | Compiling num-iter v0.1.45 |
1976 | 2024-12-19T21:05:57.756Z | Compiling tokio-rustls v0.26.0 |
1977 | 2024-12-19T21:05:57.865Z | Compiling futures v0.3.31 |
1978 | 2024-12-19T21:05:58.377Z | Compiling hickory-proto v0.24.1 |
1979 | 2024-12-19T21:05:59.005Z | Compiling backtrace v0.3.74 |
1980 | 2024-12-19T21:05:59.460Z | Compiling tokio-rustls v0.25.0 |
1981 | 2024-12-19T21:06:00.203Z | Compiling slog-bunyan v2.5.0 |
1982 | 2024-12-19T21:06:00.419Z | Compiling typify-impl v0.2.0 |
1983 | 2024-12-19T21:06:00.637Z | Compiling toml v0.8.19 |
1984 | 2024-12-19T21:06:00.787Z | Compiling tokio-native-tls v0.3.1 |
1985 | 2024-12-19T21:06:01.100Z | Compiling phf_shared v0.11.2 |
1986 | 2024-12-19T21:06:01.496Z | Compiling async-stream v0.3.6 |
1987 | 2024-12-19T21:06:01.832Z | Compiling waitgroup v0.1.2 |
1988 | 2024-12-19T21:06:02.001Z | Compiling webpki-roots v0.26.6 |
1989 | 2024-12-19T21:06:02.144Z | Compiling idna v0.5.0 |
1990 | 2024-12-19T21:06:02.263Z | Compiling terminal_size v0.4.0 |
1991 | 2024-12-19T21:06:02.347Z | Compiling serde_path_to_error v0.1.16 |
1992 | 2024-12-19T21:06:03.115Z | Compiling hkdf v0.12.4 |
1993 | 2024-12-19T21:06:03.166Z | Compiling crypto-bigint v0.5.5 |
1994 | 2024-12-19T21:06:03.360Z | Compiling derive-where v1.2.7 |
1995 | 2024-12-19T21:06:03.594Z | Compiling serde_repr v0.1.19 |
1996 | 2024-12-19T21:06:04.915Z | Compiling hostname v0.4.0 |
1997 | 2024-12-19T21:06:05.166Z | Compiling crc32fast v1.4.2 |
1998 | 2024-12-19T21:06:06.022Z | Compiling clap_lex v0.7.2 |
1999 | 2024-12-19T21:06:06.354Z | Compiling managed v0.8.0 |
2000 | 2024-12-19T21:06:06.539Z | Compiling bitflags v1.3.2 |
2001 | 2024-12-19T21:06:06.590Z | Compiling winnow v0.5.40 |
2002 | 2024-12-19T21:06:06.799Z | Compiling unicode-width v0.1.14 |
2003 | 2024-12-19T21:06:06.866Z | Compiling debug-ignore v1.0.5 |
2004 | 2024-12-19T21:06:07.357Z | Compiling console v0.15.8 |
2005 | 2024-12-19T21:06:08.955Z | Compiling clap_builder v4.5.21 |
2006 | 2024-12-19T21:06:10.527Z | Compiling toml_edit v0.19.15 |
2007 | 2024-12-19T21:06:10.613Z | Compiling elliptic-curve v0.13.8 |
2008 | 2024-12-19T21:06:11.372Z | Compiling flate2 v1.0.34 |
2009 | 2024-12-19T21:06:11.445Z | Compiling hickory-resolver v0.24.1 |
2010 | 2024-12-19T21:06:12.294Z | Compiling typify-macro v0.2.0 |
2011 | 2024-12-19T21:06:16.124Z | Compiling cookie_store v0.21.0 |
2012 | 2024-12-19T21:06:16.516Z | Compiling hyper-rustls v0.27.3 |
2013 | 2024-12-19T21:06:17.622Z | Compiling phf v0.11.2 |
2014 | 2024-12-19T21:06:17.960Z | Compiling hyper-tls v0.6.0 |
2015 | 2024-12-19T21:06:18.427Z | Compiling signal-hook-mio v0.2.4 |
2016 | 2024-12-19T21:06:18.603Z | Compiling rayon v1.10.0 |
2017 | 2024-12-19T21:06:18.664Z | Compiling bzip2 v0.4.4 |
2018 | 2024-12-19T21:06:19.086Z | Compiling postgres-types v0.2.8 |
2019 | 2024-12-19T21:06:19.140Z | Compiling tokio-tungstenite v0.24.0 |
2020 | 2024-12-19T21:06:19.914Z | Compiling ed25519 v2.2.3 |
2021 | 2024-12-19T21:06:20.329Z | Compiling hubpack v0.1.2 |
2022 | 2024-12-19T21:06:20.385Z | Compiling phf_shared v0.10.0 |
2023 | 2024-12-19T21:06:20.439Z | Compiling pkcs1 v0.7.5 |
2024 | 2024-12-19T21:06:20.757Z | Compiling zerocopy v0.6.6 |
2025 | 2024-12-19T21:06:20.790Z | Compiling tokio-stream v0.1.16 |
2026 | 2024-12-19T21:06:21.693Z | Compiling serde-big-array v0.5.1 |
2027 | 2024-12-19T21:06:21.932Z | Compiling rfc6979 v0.4.0 |
2028 | 2024-12-19T21:06:21.981Z | Compiling float-cmp v0.9.0 |
2029 | 2024-12-19T21:06:22.199Z | Compiling sync_wrapper v1.0.1 |
2030 | 2024-12-19T21:06:22.363Z | Compiling bstr v1.10.0 |
2031 | 2024-12-19T21:06:22.408Z | Compiling unicode-segmentation v1.12.0 |
2032 | 2024-12-19T21:06:22.666Z | Compiling bit-vec v0.6.3 |
2033 | 2024-12-19T21:06:23.327Z | Compiling difflib v0.4.0 |
2034 | 2024-12-19T21:06:23.462Z | Compiling static_assertions v1.1.0 |
2035 | 2024-12-19T21:06:23.551Z | Compiling fixedbitset v0.4.2 |
2036 | 2024-12-19T21:06:23.990Z | Compiling precomputed-hash v0.1.1 |
2037 | 2024-12-19T21:06:24.123Z | Compiling number_prefix v0.4.0 |
2038 | 2024-12-19T21:06:24.365Z | Compiling predicates-core v1.0.8 |
2039 | 2024-12-19T21:06:24.611Z | Compiling new_debug_unreachable v1.0.6 |
2040 | 2024-12-19T21:06:24.631Z | Compiling normalize-line-endings v0.3.0 |
2041 | 2024-12-19T21:06:24.703Z | Compiling whoami v1.5.2 |
2042 | 2024-12-19T21:06:24.728Z | Compiling unicode-width v0.2.0 |
2043 | 2024-12-19T21:06:24.780Z | Compiling predicates v3.1.2 |
2044 | 2024-12-19T21:06:25.176Z | Compiling tokio-postgres v0.7.12 |
2045 | 2024-12-19T21:06:25.284Z | Compiling indicatif v0.17.9 |
2046 | 2024-12-19T21:06:25.309Z | Compiling string_cache v0.8.7 |
2047 | 2024-12-19T21:06:26.876Z | Compiling reqwest v0.12.9 |
2048 | 2024-12-19T21:06:27.241Z | Compiling petgraph v0.6.5 |
2049 | 2024-12-19T21:06:27.511Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2050 | 2024-12-19T21:06:31.045Z | Compiling similar v2.6.0 |
2051 | 2024-12-19T21:06:31.518Z | Compiling bit-set v0.5.3 |
2052 | 2024-12-19T21:06:32.022Z | Compiling ecdsa v0.16.9 |
2053 | 2024-12-19T21:06:32.909Z | Compiling qorb v0.2.1 |
2054 | 2024-12-19T21:06:33.096Z | Compiling rsa v0.9.6 |
2055 | 2024-12-19T21:06:33.359Z | Compiling ed25519-dalek v2.1.1 |
2056 | 2024-12-19T21:06:33.900Z | Compiling zip v0.6.6 |
2057 | 2024-12-19T21:06:34.698Z | Compiling crossterm v0.28.1 |
2058 | 2024-12-19T21:06:34.723Z | Compiling toml v0.7.8 |
2059 | 2024-12-19T21:06:34.799Z | Compiling clap v4.5.21 |
2060 | 2024-12-19T21:06:38.183Z | Compiling x509-cert v0.2.5 |
2061 | 2024-12-19T21:06:38.529Z | Compiling hex v0.4.3 |
2062 | 2024-12-19T21:06:40.372Z | Compiling itertools v0.10.5 |
2063 | 2024-12-19T21:06:41.257Z | Compiling radium v0.7.0 |
2064 | 2024-12-19T21:06:42.326Z | Compiling unicode-xid v0.2.6 |
2065 | 2024-12-19T21:06:42.511Z | Compiling lalrpop-util v0.19.12 |
2066 | 2024-12-19T21:06:42.879Z | Compiling peg-runtime v0.8.3 |
2067 | 2024-12-19T21:06:44.697Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2068 | 2024-12-19T21:07:03.197Z | Compiling ident_case v1.0.1 |
2069 | 2024-12-19T21:07:03.287Z | Compiling maybe-uninit v2.0.0 |
2070 | 2024-12-19T21:07:03.447Z | Compiling tap v1.0.1 |
2071 | 2024-12-19T21:07:03.658Z | Compiling wyz v0.5.1 |
2072 | 2024-12-19T21:07:04.194Z | Compiling darling_core v0.20.10 |
2073 | 2024-12-19T21:07:13.847Z | Compiling typify v0.2.0 |
2074 | 2024-12-19T21:07:18.232Z | Compiling packed_struct v0.10.1 |
2075 | 2024-12-19T21:07:18.278Z | Compiling funty v2.0.0 |
2076 | 2024-12-19T21:07:18.657Z | Compiling unsafe-libyaml v0.2.11 |
2077 | 2024-12-19T21:07:20.533Z | Compiling serde_yaml v0.9.34+deprecated |
2078 | 2024-12-19T21:07:20.826Z | Compiling bitvec v1.0.1 |
2079 | 2024-12-19T21:07:24.584Z | Compiling progenitor-impl v0.8.0 |
2080 | 2024-12-19T21:07:25.281Z | Compiling darling_macro v0.20.10 |
2081 | 2024-12-19T21:07:26.471Z | Compiling packed_struct_codegen v0.10.1 |
2082 | 2024-12-19T21:07:29.304Z | Compiling structmeta-derive v0.3.0 |
2083 | 2024-12-19T21:07:29.363Z | Compiling indexmap v1.9.3 |
2084 | 2024-12-19T21:07:29.688Z | Compiling nodrop v0.1.14 |
2085 | 2024-12-19T21:07:29.999Z | Compiling newtype-uuid v1.1.3 |
2086 | 2024-12-19T21:07:30.963Z | Compiling fastrand v2.1.1 |
2087 | 2024-12-19T21:07:31.491Z | Compiling crc-catalog v2.4.0 |
2088 | 2024-12-19T21:07:31.611Z | Compiling progenitor-macro v0.8.0 |
2089 | 2024-12-19T21:07:31.657Z | Compiling crc v3.2.1 |
2090 | 2024-12-19T21:07:32.068Z | Compiling structmeta v0.3.0 |
2091 | 2024-12-19T21:07:33.414Z | Compiling tempfile v3.13.0 |
2092 | 2024-12-19T21:07:34.651Z | Compiling array-init v0.0.4 |
2093 | 2024-12-19T21:07:39.767Z | Compiling darling v0.20.10 |
2094 | 2024-12-19T21:07:39.927Z | Compiling smallvec v0.6.14 |
2095 | 2024-12-19T21:07:46.312Z | Compiling progenitor-client v0.8.0 |
2096 | 2024-12-19T21:07:48.821Z | Compiling pin-project-internal v1.1.6 |
2097 | 2024-12-19T21:07:48.949Z | Compiling dropshot v0.13.0 |
2098 | 2024-12-19T21:07:51.822Z | Compiling termcolor v1.4.1 |
2099 | 2024-12-19T21:07:52.483Z | Compiling bitfield v0.14.0 |
2100 | 2024-12-19T21:07:52.809Z | Compiling same-file v1.0.6 |
2101 | 2024-12-19T21:07:53.130Z | Compiling base64 v0.21.7 |
2102 | 2024-12-19T21:07:53.210Z | Compiling hashbrown v0.12.3 |
2103 | 2024-12-19T21:07:54.308Z | Compiling ron v0.8.1 |
2104 | 2024-12-19T21:07:57.372Z | Compiling walkdir v2.5.0 |
2105 | 2024-12-19T21:07:59.061Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2106 | 2024-12-19T21:08:00.454Z | Compiling env_logger v0.10.2 |
2107 | 2024-12-19T21:08:03.668Z | Compiling pin-project v1.1.6 |
2108 | 2024-12-19T21:08:09.019Z | Compiling progenitor v0.8.0 |
2109 | 2024-12-19T21:08:09.346Z | Compiling serde-hex v0.1.0 |
2110 | 2024-12-19T21:08:11.603Z | Compiling serde_with_macros v3.11.0 |
2111 | 2024-12-19T21:08:14.627Z | Compiling parse-display-derive v0.10.0 |
2112 | 2024-12-19T21:08:14.812Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2113 | 2024-12-19T21:08:18.217Z | Compiling strum_macros v0.26.4 |
2114 | 2024-12-19T21:08:18.276Z | Compiling hashbrown v0.13.2 |
2115 | 2024-12-19T21:08:18.326Z | Compiling ipnetwork v0.20.0 |
2116 | 2024-12-19T21:08:18.721Z | Compiling xattr v1.3.1 |
2117 | 2024-12-19T21:08:18.978Z | Compiling dropshot_endpoint v0.13.0 |
2118 | 2024-12-19T21:08:19.071Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2119 | 2024-12-19T21:08:19.492Z | Compiling snafu-derive v0.8.5 |
2120 | 2024-12-19T21:08:19.658Z | Compiling ring v0.16.20 |
2121 | 2024-12-19T21:08:19.866Z | Compiling blake3 v1.5.4 |
2122 | 2024-12-19T21:08:20.522Z | Compiling filetime v0.2.25 |
2123 | 2024-12-19T21:08:20.715Z | Compiling instant v0.1.13 |
2124 | 2024-12-19T21:08:20.925Z | Compiling zip v2.1.3 |
2125 | 2024-12-19T21:08:21.345Z | Compiling simd-adler32 v0.3.7 |
2126 | 2024-12-19T21:08:22.396Z | Compiling lockfree-object-pool v0.1.6 |
2127 | 2024-12-19T21:08:22.534Z | Compiling buf-list v1.0.3 |
2128 | 2024-12-19T21:08:22.574Z | Compiling crc-any v2.5.0 |
2129 | 2024-12-19T21:08:22.702Z | Compiling bumpalo v3.16.0 |
2130 | 2024-12-19T21:08:22.900Z | Compiling strum v0.26.3 |
2131 | 2024-12-19T21:08:23.113Z | Compiling zopfli v0.8.1 |
2132 | 2024-12-19T21:08:23.160Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2133 | 2024-12-19T21:08:23.493Z | Compiling backoff v0.4.0 |
2134 | 2024-12-19T21:08:23.515Z | Compiling tar v0.4.42 |
2135 | 2024-12-19T21:08:24.449Z | Compiling snafu v0.8.5 |
2136 | 2024-12-19T21:08:26.567Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2137 | 2024-12-19T21:08:26.806Z | Compiling object v0.30.4 |
2138 | 2024-12-19T21:08:27.536Z | Compiling parse-display v0.10.0 |
2139 | 2024-12-19T21:08:29.286Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2140 | 2024-12-19T21:08:29.513Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2141 | 2024-12-19T21:08:29.816Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2142 | 2024-12-19T21:08:30.460Z | Compiling serde_with v3.11.0 |
2143 | 2024-12-19T21:08:31.207Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2144 | 2024-12-19T21:08:31.928Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2145 | 2024-12-19T21:08:33.032Z | Compiling camino-tempfile v1.1.1 |
2146 | 2024-12-19T21:08:33.841Z | Compiling globset v0.4.15 |
2147 | 2024-12-19T21:08:34.059Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2148 | 2024-12-19T21:08:34.279Z | Compiling regress v0.9.1 |
2149 | 2024-12-19T21:08:34.953Z | Compiling pem v3.0.4 |
2150 | 2024-12-19T21:08:36.453Z | Compiling olpc-cjson v0.1.4 |
2151 | 2024-12-19T21:08:36.810Z | Compiling serde_plain v1.0.2 |
2152 | 2024-12-19T21:08:37.382Z | Compiling macaddr v1.0.1 |
2153 | 2024-12-19T21:08:38.043Z | Compiling async-recursion v1.1.1 |
2154 | 2024-12-19T21:08:38.795Z | Compiling memmap2 v0.9.5 |
2155 | 2024-12-19T21:08:39.430Z | Compiling spin v0.5.2 |
2156 | 2024-12-19T21:08:39.534Z | Compiling arrayvec v0.7.6 |
2157 | 2024-12-19T21:08:39.722Z | Compiling typed-path v0.9.3 |
2158 | 2024-12-19T21:08:39.785Z | Compiling constant_time_eq v0.3.1 |
2159 | 2024-12-19T21:08:40.007Z | Compiling path-slash v0.1.5 |
2160 | 2024-12-19T21:08:40.076Z | Compiling arrayref v0.3.9 |
2161 | 2024-12-19T21:08:40.242Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2162 | 2024-12-19T21:08:41.629Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2163 | 2024-12-19T21:08:43.084Z | Compiling tough v0.19.0 |
2164 | 2024-12-19T21:08:47.432Z | Compiling itertools v0.13.0 |
2165 | 2024-12-19T21:08:48.197Z | Compiling cargo-platform v0.1.8 |
2166 | 2024-12-19T21:08:48.220Z | Compiling parse-size v1.1.0 |
2167 | 2024-12-19T21:08:48.541Z | Compiling topological-sort v0.2.2 |
2168 | 2024-12-19T21:08:48.836Z | Compiling omicron-zone-package v0.11.1 |
2169 | 2024-12-19T21:08:49.301Z | Compiling cargo_metadata v0.18.1 |
2170 | 2024-12-19T21:08:51.177Z | Compiling shell-words v1.1.0 |
2171 | 2024-12-19T21:08:55.622Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2172 | 2024-12-19T21:09:10.078Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2173 | 2024-12-19T21:09:25.449Z | Finished `release` profile [optimized] target(s) in 6m 05s |
2174 | 2024-12-19T21:09:25.613Z | Running `target/release/omicron-releng --output-dir /work` |
2175 | 2024-12-19T21:09:25.661Z | Dec 19 21:09:24.183 DEBG changing working directory to /work/oxidecomputer/omicron |
2176 | 2024-12-19T21:09:25.760Z | Dec 19 21:09:24.284 DEBG running: git rev-parse HEAD |
2177 | 2024-12-19T21:09:25.766Z | Dec 19 21:09:24.291 DEBG process exited with exit status: 0 (6.622011ms) |
2178 | 2024-12-19T21:09:25.766Z | Dec 19 21:09:24.291 INFO version: 12.0.0-0.ci+git4113601b516 |
2179 | 2024-12-19T21:09:25.811Z | Dec 19 21:09:24.336 INFO cloning helios to /work/oxidecomputer/helios |
2180 | 2024-12-19T21:09:25.811Z | Dec 19 21:09:24.336 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2181 | 2024-12-19T21:09:25.816Z | Cloning into '/work/oxidecomputer/helios'... |
2182 | 2024-12-19T21:09:26.311Z | Dec 19 21:09:24.835 DEBG process exited with exit status: 0 (499.046391ms) |
2183 | 2024-12-19T21:09:26.311Z | Dec 19 21:09:24.835 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2184 | 2024-12-19T21:09:26.319Z | # branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b |
2185 | 2024-12-19T21:09:26.319Z | # branch.head master |
2186 | 2024-12-19T21:09:26.319Z | # branch.upstream origin/master |
2187 | 2024-12-19T21:09:26.319Z | # branch.ab +0 -0 |
2188 | 2024-12-19T21:09:26.322Z | Dec 19 21:09:24.843 DEBG process exited with exit status: 0 (8.45198ms) |
2189 | 2024-12-19T21:09:26.322Z | Dec 19 21:09:24.843 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2190 | 2024-12-19T21:09:27.253Z | Dec 19 21:09:25.776 DEBG process exited with exit status: 0 (932.529379ms) |
2191 | 2024-12-19T21:09:27.253Z | Dec 19 21:09:25.776 DEBG running: zfs list rpool/images/build/host |
2192 | 2024-12-19T21:09:27.260Z | NAME USED AVAIL REFER MOUNTPOINT |
2193 | 2024-12-19T21:09:27.260Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2194 | 2024-12-19T21:09:27.263Z | Dec 19 21:09:25.785 DEBG process exited with exit status: 0 (8.403582ms) |
2195 | 2024-12-19T21:09:27.263Z | Dec 19 21:09:25.785 DEBG running: zfs list rpool/images/build/recovery |
2196 | 2024-12-19T21:09:27.268Z | NAME USED AVAIL REFER MOUNTPOINT |
2197 | 2024-12-19T21:09:27.268Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2198 | 2024-12-19T21:09:27.271Z | Dec 19 21:09:25.793 DEBG process exited with exit status: 0 (8.383471ms) |
2199 | 2024-12-19T21:09:27.271Z | Dec 19 21:09:25.794 INFO [hubris-production] running task |
2200 | 2024-12-19T21:09:27.271Z | Dec 19 21:09:25.794 INFO [hubris-staging] running task |
2201 | 2024-12-19T21:09:27.271Z | Dec 19 21:09:25.795 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-19T21:09:27.275Z | Dec 19 21:09:25.799 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2203 | 2024-12-19T21:09:27.348Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2204 | 2024-12-19T21:09:27.744Z | [ omicron-package] Blocking waiting for file lock on package cache |
2205 | 2024-12-19T21:09:28.718Z | [ omicron-package] Blocking waiting for file lock on package cache |
2206 | 2024-12-19T21:09:29.005Z | [ omicron-package] Blocking waiting for file lock on package cache |
2207 | 2024-12-19T21:09:29.570Z | Dec 19 21:09:28.091 INFO [hubris-production] task succeeded (2.297025295s) |
2208 | 2024-12-19T21:09:29.858Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2209 | 2024-12-19T21:09:29.863Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2210 | 2024-12-19T21:09:29.863Z | [ omicron-package] Compiling itertools v0.13.0 |
2211 | 2024-12-19T21:09:29.863Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2212 | 2024-12-19T21:09:29.863Z | [ omicron-package] Compiling heapless v0.8.0 |
2213 | 2024-12-19T21:09:29.863Z | [ omicron-package] Compiling hash32 v0.3.1 |
2214 | 2024-12-19T21:09:29.863Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2215 | 2024-12-19T21:09:29.863Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2216 | 2024-12-19T21:09:31.361Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2217 | 2024-12-19T21:09:31.474Z | [ omicron-package] Compiling cobs v0.2.3 |
2218 | 2024-12-19T21:09:31.593Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2219 | 2024-12-19T21:09:31.638Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2220 | 2024-12-19T21:09:32.375Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2221 | 2024-12-19T21:09:32.492Z | [ omicron-package] Compiling postcard v1.0.10 |
2222 | 2024-12-19T21:09:32.681Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2223 | 2024-12-19T21:09:32.803Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2224 | 2024-12-19T21:09:32.807Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2225 | 2024-12-19T21:09:33.346Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2226 | 2024-12-19T21:09:35.154Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2227 | 2024-12-19T21:09:35.608Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2228 | 2024-12-19T21:09:35.769Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2229 | 2024-12-19T21:09:35.877Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2230 | 2024-12-19T21:09:36.079Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2231 | 2024-12-19T21:09:36.204Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2232 | 2024-12-19T21:09:36.392Z | [ omicron-package] Compiling num_enum v0.5.11 |
2233 | 2024-12-19T21:09:36.651Z | [ omicron-package] Compiling thiserror v2.0.3 |
2234 | 2024-12-19T21:09:36.769Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2235 | 2024-12-19T21:09:37.166Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2236 | 2024-12-19T21:09:37.717Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2237 | 2024-12-19T21:09:37.817Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2238 | 2024-12-19T21:09:38.077Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2239 | 2024-12-19T21:09:38.162Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2240 | 2024-12-19T21:09:38.712Z | [ omicron-package] Compiling colored v2.1.0 |
2241 | 2024-12-19T21:09:39.033Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2242 | 2024-12-19T21:09:39.400Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2243 | 2024-12-19T21:09:39.814Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2244 | 2024-12-19T21:09:40.488Z | Dec 19 21:09:39.005 INFO [hubris-staging] task succeeded (13.210876736s) |
2245 | 2024-12-19T21:09:40.755Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2246 | 2024-12-19T21:09:40.964Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2247 | 2024-12-19T21:09:41.507Z | [ omicron-package] Compiling num-derive v0.4.2 |
2248 | 2024-12-19T21:09:41.743Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2249 | 2024-12-19T21:09:42.597Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2250 | 2024-12-19T21:09:42.984Z | [ omicron-package] Compiling zone v0.3.0 |
2251 | 2024-12-19T21:09:43.533Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2252 | 2024-12-19T21:09:43.722Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2253 | 2024-12-19T21:09:44.497Z | [ omicron-package] Compiling smf v0.2.3 |
2254 | 2024-12-19T21:09:45.147Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2255 | 2024-12-19T21:09:45.675Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2256 | 2024-12-19T21:09:45.931Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2257 | 2024-12-19T21:09:48.118Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2258 | 2024-12-19T21:09:48.173Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2259 | 2024-12-19T21:09:48.326Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2260 | 2024-12-19T21:09:48.494Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2261 | 2024-12-19T21:09:48.662Z | [ omicron-package] Compiling gethostname v0.5.0 |
2262 | 2024-12-19T21:09:48.703Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2263 | 2024-12-19T21:09:48.993Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2264 | 2024-12-19T21:09:49.253Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2265 | 2024-12-19T21:09:51.905Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2266 | 2024-12-19T21:09:53.348Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2267 | 2024-12-19T21:09:54.911Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2268 | 2024-12-19T21:09:57.877Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2269 | 2024-12-19T21:09:58.592Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2270 | 2024-12-19T21:10:00.274Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2271 | 2024-12-19T21:10:13.934Z | [ helios-setup] Dec 19 21:10:10.112 INFO helios repository root is: /work/oxidecomputer/helios |
2272 | 2024-12-19T21:10:13.934Z | [ helios-setup] Dec 19 21:10:10.114 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 |
2273 | 2024-12-19T21:10:13.934Z | [ helios-setup] Dec 19 21:10:10.114 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2274 | 2024-12-19T21:10:13.934Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2275 | 2024-12-19T21:10:18.298Z | [ helios-setup] Dec 19 21:10:16.797 INFO clone ok!, project: amd-firmware |
2276 | 2024-12-19T21:10:18.302Z | [ helios-setup] Dec 19 21:10:16.797 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 |
2277 | 2024-12-19T21:10:18.302Z | [ helios-setup] Dec 19 21:10:16.797 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2278 | 2024-12-19T21:10:18.302Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2279 | 2024-12-19T21:10:18.833Z | [ helios-setup] Dec 19 21:10:17.331 INFO clone ok!, project: phbl |
2280 | 2024-12-19T21:10:18.836Z | [ helios-setup] Dec 19 21:10:17.332 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 |
2281 | 2024-12-19T21:10:18.836Z | [ helios-setup] Dec 19 21:10:17.332 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2282 | 2024-12-19T21:10:18.836Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2283 | 2024-12-19T21:10:19.655Z | [ helios-setup] Dec 19 21:10:18.153 INFO clone ok!, project: chelsio-t6-roms |
2284 | 2024-12-19T21:10:19.657Z | [ helios-setup] Dec 19 21:10:18.153 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 |
2285 | 2024-12-19T21:10:19.657Z | [ helios-setup] Dec 19 21:10:18.154 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2286 | 2024-12-19T21:10:19.660Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2287 | 2024-12-19T21:10:19.761Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 52.45s |
2288 | 2024-12-19T21:10:20.009Z | [ omicron-package] |
2289 | 2024-12-19T21:10:20.013Z | [ omicron-package] real 52.656683580 |
2290 | 2024-12-19T21:10:20.013Z | [ omicron-package] user 3:03.999615170 |
2291 | 2024-12-19T21:10:20.013Z | [ omicron-package] sys 27.368224393 |
2292 | 2024-12-19T21:10:20.013Z | [ omicron-package] trap 0.263620708 |
2293 | 2024-12-19T21:10:20.013Z | [ omicron-package] tflt 0.443015679 |
2294 | 2024-12-19T21:10:20.013Z | [ omicron-package] dflt 0.827234391 |
2295 | 2024-12-19T21:10:20.013Z | [ omicron-package] kflt 0.000011984 |
2296 | 2024-12-19T21:10:20.013Z | [ omicron-package] lock 5:51.307022614 |
2297 | 2024-12-19T21:10:20.013Z | [ omicron-package] slp 10:30.978262063 |
2298 | 2024-12-19T21:10:20.013Z | [ omicron-package] lat 1:38.338263347 |
2299 | 2024-12-19T21:10:20.013Z | Dec 19 21:10:18.508 INFO [omicron-package] process exited with exit status: 0 (52.713840023s) |
2300 | 2024-12-19T21:10:20.013Z | [ omicron-package] stop 56.750868896 |
2301 | 2024-12-19T21:10:20.014Z | Dec 19 21:10:18.509 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 |
2302 | 2024-12-19T21:10:20.097Z | Dec 19 21:10:18.596 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2303 | 2024-12-19T21:10:20.111Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2304 | 2024-12-19T21:10:20.113Z | [ host-target] Created new build target 'host' and set it as active |
2305 | 2024-12-19T21:10:20.116Z | Dec 19 21:10:18.612 INFO [host-target] process exited with exit status: 0 (103.497119ms) |
2306 | 2024-12-19T21:10:20.116Z | Dec 19 21:10:18.613 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2307 | 2024-12-19T21:10:20.124Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2308 | 2024-12-19T21:10:20.127Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2309 | 2024-12-19T21:10:20.129Z | Dec 19 21:10:18.627 INFO [recovery-target] process exited with exit status: 0 (31.662065ms) |
2310 | 2024-12-19T21:10:20.138Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2311 | 2024-12-19T21:10:20.487Z | [ helios-setup] Dec 19 21:10:18.985 INFO clone ok!, project: pilot |
2312 | 2024-12-19T21:10:20.489Z | [ helios-setup] Dec 19 21:10:18.985 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2313 | 2024-12-19T21:10:20.489Z | [ helios-setup] Dec 19 21:10:18.985 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2314 | 2024-12-19T21:10:20.489Z | [ helios-setup] Dec 19 21:10:18.985 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 |
2315 | 2024-12-19T21:10:20.489Z | [ helios-setup] Dec 19 21:10:18.985 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2316 | 2024-12-19T21:10:20.492Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2317 | 2024-12-19T21:10:21.056Z | [ helios-setup] Dec 19 21:10:19.554 INFO clone ok!, project: pinprick |
2318 | 2024-12-19T21:10:21.059Z | [ helios-setup] Dec 19 21:10:19.554 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 |
2319 | 2024-12-19T21:10:21.059Z | [ helios-setup] Dec 19 21:10:19.554 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2320 | 2024-12-19T21:10:21.061Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2321 | 2024-12-19T21:10:21.415Z | [ host-package] Compiling convert_case v0.4.0 |
2322 | 2024-12-19T21:10:21.415Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2323 | 2024-12-19T21:10:21.417Z | [ host-package] Compiling newline-converter v0.3.0 |
2324 | 2024-12-19T21:10:21.417Z | [ host-package] Compiling password-hash v0.5.0 |
2325 | 2024-12-19T21:10:21.417Z | [ host-package] Compiling progenitor-client v0.8.0 |
2326 | 2024-12-19T21:10:21.417Z | [ host-package] Compiling blake2 v0.10.6 |
2327 | 2024-12-19T21:10:21.550Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2328 | 2024-12-19T21:10:21.564Z | [ helios-setup] Dec 19 21:10:20.062 INFO clone ok!, project: bootserver |
2329 | 2024-12-19T21:10:21.567Z | [ helios-setup] Dec 19 21:10:20.062 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 |
2330 | 2024-12-19T21:10:21.567Z | [ helios-setup] Dec 19 21:10:20.062 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 |
2331 | 2024-12-19T21:10:21.570Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2332 | 2024-12-19T21:10:21.614Z | [ host-package] Compiling owo-colors v4.1.0 |
2333 | 2024-12-19T21:10:21.775Z | [ host-package] Compiling expectorate v1.1.0 |
2334 | 2024-12-19T21:10:21.890Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2335 | 2024-12-19T21:10:21.954Z | [ host-package] Compiling progenitor v0.8.0 |
2336 | 2024-12-19T21:10:22.063Z | [ host-package] Compiling num-rational v0.4.2 |
2337 | 2024-12-19T21:10:22.218Z | [ host-package] Compiling argon2 v0.5.3 |
2338 | 2024-12-19T21:10:22.273Z | [ host-package] Compiling num-complex v0.4.6 |
2339 | 2024-12-19T21:10:22.294Z | [ host-package] Compiling derive_more v0.99.18 |
2340 | 2024-12-19T21:10:22.812Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2341 | 2024-12-19T21:10:22.846Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2342 | 2024-12-19T21:10:22.932Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2343 | 2024-12-19T21:10:23.002Z | [ host-package] Compiling atomicwrites v0.4.4 |
2344 | 2024-12-19T21:10:23.544Z | [ host-package] Compiling num v0.4.3 |
2345 | 2024-12-19T21:10:23.585Z | [ host-package] Compiling libsw v3.3.1 |
2346 | 2024-12-19T21:10:23.678Z | [ host-package] Compiling linear-map v1.2.0 |
2347 | 2024-12-19T21:10:23.754Z | [ host-package] Compiling float-ord v0.3.2 |
2348 | 2024-12-19T21:10:23.786Z | [ host-package] Compiling indent_write v2.2.0 |
2349 | 2024-12-19T21:10:23.954Z | [ host-package] Compiling swrite v0.1.0 |
2350 | 2024-12-19T21:10:23.982Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2351 | 2024-12-19T21:10:24.045Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2352 | 2024-12-19T21:10:24.121Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2353 | 2024-12-19T21:10:24.168Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2354 | 2024-12-19T21:10:24.726Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2355 | 2024-12-19T21:10:24.749Z | [ host-package] Compiling highway v1.2.0 |
2356 | 2024-12-19T21:10:25.303Z | [ host-package] Compiling semver v0.1.20 |
2357 | 2024-12-19T21:10:25.939Z | [ host-package] Compiling rustc_version v0.1.7 |
2358 | 2024-12-19T21:10:26.249Z | [ host-package] Compiling newtype-uuid v1.1.3 |
2359 | 2024-12-19T21:10:26.402Z | [ host-package] Compiling newtype_derive v0.1.6 |
2360 | 2024-12-19T21:10:26.675Z | [ host-package] Compiling dropshot v0.13.0 |
2361 | 2024-12-19T21:10:26.759Z | [ host-package] Compiling ipnetwork v0.20.0 |
2362 | 2024-12-19T21:10:26.832Z | [ host-package] Compiling instant v0.1.13 |
2363 | 2024-12-19T21:10:27.028Z | [ host-package] Compiling humantime v2.1.0 |
2364 | 2024-12-19T21:10:27.595Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2365 | 2024-12-19T21:10:27.962Z | [ host-package] Compiling backoff v0.4.0 |
2366 | 2024-12-19T21:10:28.488Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2367 | 2024-12-19T21:10:28.853Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2368 | 2024-12-19T21:10:29.324Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2369 | 2024-12-19T21:10:31.987Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2370 | 2024-12-19T21:10:32.006Z | [ helios-setup] Dec 19 21:10:30.498 INFO clone ok!, project: amd-host-image-builder |
2371 | 2024-12-19T21:10:32.009Z | [ helios-setup] Dec 19 21:10:30.498 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 |
2372 | 2024-12-19T21:10:32.009Z | [ helios-setup] Dec 19 21:10:30.498 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2373 | 2024-12-19T21:10:32.012Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2374 | 2024-12-19T21:10:32.954Z | [ helios-setup] Dec 19 21:10:31.446 INFO clone ok!, project: image-builder |
2375 | 2024-12-19T21:10:32.959Z | [ helios-setup] Dec 19 21:10:31.446 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2376 | 2024-12-19T21:10:32.959Z | [ helios-setup] Dec 19 21:10:31.446 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2377 | 2024-12-19T21:10:32.967Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2378 | 2024-12-19T21:10:33.358Z | [ host-package] Compiling parse-display v0.10.0 |
2379 | 2024-12-19T21:10:33.853Z | [ helios-setup] Dec 19 21:10:32.344 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2380 | 2024-12-19T21:10:34.013Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2381 | 2024-12-19T21:10:34.183Z | [ host-package] Compiling serde_with v3.11.0 |
2382 | 2024-12-19T21:10:34.231Z | [ host-package] Compiling strum v0.26.3 |
2383 | 2024-12-19T21:10:34.487Z | [ host-package] Compiling regress v0.9.1 |
2384 | 2024-12-19T21:10:34.500Z | [ helios-setup] Dec 19 21:10:32.991 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2385 | 2024-12-19T21:10:34.500Z | [ helios-setup] Dec 19 21:10:32.992 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2386 | 2024-12-19T21:10:35.206Z | [ helios-setup] Dec 19 21:10:33.697 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2387 | 2024-12-19T21:10:35.810Z | [ helios-setup] Dec 19 21:10:34.300 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2388 | 2024-12-19T21:10:35.813Z | [ helios-setup] Dec 19 21:10:34.301 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2389 | 2024-12-19T21:10:36.391Z | [ helios-setup] Dec 19 21:10:34.881 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2390 | 2024-12-19T21:10:37.080Z | [ helios-setup] Dec 19 21:10:35.570 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2391 | 2024-12-19T21:10:37.083Z | [ helios-setup] Dec 19 21:10:35.570 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2392 | 2024-12-19T21:10:37.083Z | [ helios-setup] Dec 19 21:10:35.571 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2393 | 2024-12-19T21:10:37.083Z | [ helios-setup] Dec 19 21:10:35.571 INFO ok! |
2394 | 2024-12-19T21:10:37.083Z | [ helios-setup] Dec 19 21:10:35.571 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2395 | 2024-12-19T21:10:37.083Z | [ helios-setup] Dec 19 21:10:35.571 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2396 | 2024-12-19T21:10:37.083Z | [ helios-setup] Dec 19 21:10:35.571 INFO ok! |
2397 | 2024-12-19T21:10:37.083Z | [ helios-setup] Dec 19 21:10:35.571 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2398 | 2024-12-19T21:10:37.083Z | [ helios-setup] Dec 19 21:10:35.571 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2399 | 2024-12-19T21:10:37.083Z | [ helios-setup] Dec 19 21:10:35.571 INFO ok! |
2400 | 2024-12-19T21:10:37.083Z | [ helios-setup] Dec 19 21:10:35.571 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2401 | 2024-12-19T21:10:37.083Z | [ helios-setup] Dec 19 21:10:35.571 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2402 | 2024-12-19T21:10:37.499Z | [ helios-setup] Dec 19 21:10:35.989 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2403 | 2024-12-19T21:10:37.850Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2404 | 2024-12-19T21:10:38.563Z | [ helios-setup] Dec 19 21:10:37.053 INFO E| From https://github.com/oxidecomputer/progenitor |
2405 | 2024-12-19T21:10:38.566Z | [ helios-setup] Dec 19 21:10:37.053 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2406 | 2024-12-19T21:10:38.594Z | [ helios-setup] Dec 19 21:10:37.084 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2407 | 2024-12-19T21:10:38.594Z | [ helios-setup] Dec 19 21:10:37.084 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2408 | 2024-12-19T21:10:38.708Z | [ helios-setup] Dec 19 21:10:37.196 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2409 | 2024-12-19T21:10:39.224Z | [ helios-setup] Dec 19 21:10:37.712 INFO E| From https://github.com/jclulow/hiercmd |
2410 | 2024-12-19T21:10:39.224Z | [ helios-setup] Dec 19 21:10:37.713 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2411 | 2024-12-19T21:10:39.258Z | [ helios-setup] Dec 19 21:10:37.747 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2412 | 2024-12-19T21:10:39.596Z | [ host-package] Compiling macaddr v1.0.1 |
2413 | 2024-12-19T21:10:39.756Z | [ helios-setup] Dec 19 21:10:38.245 INFO E| From https://github.com/jclulow/network-interface |
2414 | 2024-12-19T21:10:39.756Z | [ helios-setup] Dec 19 21:10:38.245 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2415 | 2024-12-19T21:10:39.776Z | [ helios-setup] Dec 19 21:10:38.265 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2416 | 2024-12-19T21:10:39.897Z | [ host-package] Compiling steno v0.4.1 |
2417 | 2024-12-19T21:10:40.125Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2418 | 2024-12-19T21:10:40.292Z | [ helios-setup] Dec 19 21:10:38.781 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2419 | 2024-12-19T21:10:40.292Z | [ helios-setup] Dec 19 21:10:38.781 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2420 | 2024-12-19T21:10:40.343Z | [ helios-setup] Dec 19 21:10:38.830 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2421 | 2024-12-19T21:10:40.459Z | [ host-package] Compiling prettyplease v0.2.25 |
2422 | 2024-12-19T21:10:40.497Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2423 | 2024-12-19T21:10:41.114Z | [ helios-setup] Dec 19 21:10:39.602 INFO E| From https://github.com/oxidecomputer/facade |
2424 | 2024-12-19T21:10:41.114Z | [ helios-setup] Dec 19 21:10:39.602 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2425 | 2024-12-19T21:10:41.161Z | [ helios-setup] Dec 19 21:10:39.649 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2426 | 2024-12-19T21:10:41.837Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2427 | 2024-12-19T21:10:41.932Z | [ helios-setup] Dec 19 21:10:40.420 INFO E| From https://github.com/oxidecomputer/dropshot |
2428 | 2024-12-19T21:10:41.932Z | [ helios-setup] Dec 19 21:10:40.420 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2429 | 2024-12-19T21:10:41.969Z | [ helios-setup] Dec 19 21:10:40.457 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2430 | 2024-12-19T21:10:41.969Z | [ helios-setup] Dec 19 21:10:40.457 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2431 | 2024-12-19T21:10:41.969Z | [ helios-setup] Dec 19 21:10:40.457 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2432 | 2024-12-19T21:10:41.972Z | [ helios-setup] Dec 19 21:10:40.457 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2433 | 2024-12-19T21:10:41.972Z | [ helios-setup] Dec 19 21:10:40.457 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2434 | 2024-12-19T21:10:41.972Z | [ helios-setup] Dec 19 21:10:40.457 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2435 | 2024-12-19T21:10:41.972Z | [ helios-setup] Dec 19 21:10:40.457 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2436 | 2024-12-19T21:10:41.972Z | [ helios-setup] Dec 19 21:10:40.458 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2437 | 2024-12-19T21:10:42.021Z | [ helios-setup] Dec 19 21:10:40.509 INFO E| Updating crates.io index |
2438 | 2024-12-19T21:10:42.053Z | [ helios-setup] Dec 19 21:10:40.541 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2439 | 2024-12-19T21:10:42.575Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2440 | 2024-12-19T21:10:42.868Z | [ helios-setup] Dec 19 21:10:41.355 INFO E| From https://github.com/oxidecomputer/typify |
2441 | 2024-12-19T21:10:42.868Z | [ helios-setup] Dec 19 21:10:41.355 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2442 | 2024-12-19T21:10:42.900Z | [ helios-setup] Dec 19 21:10:41.388 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2443 | 2024-12-19T21:10:42.903Z | [ helios-setup] Dec 19 21:10:41.388 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2444 | 2024-12-19T21:10:42.903Z | [ helios-setup] Dec 19 21:10:41.388 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2445 | 2024-12-19T21:10:42.903Z | [ helios-setup] Dec 19 21:10:41.388 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2446 | 2024-12-19T21:10:42.903Z | [ helios-setup] Dec 19 21:10:41.388 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2447 | 2024-12-19T21:10:42.903Z | [ helios-setup] Dec 19 21:10:41.388 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2448 | 2024-12-19T21:10:42.904Z | [ helios-setup] Dec 19 21:10:41.389 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2449 | 2024-12-19T21:10:43.100Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2450 | 2024-12-19T21:10:43.447Z | [ helios-setup] Dec 19 21:10:41.935 INFO E| Downloading crates ... |
2451 | 2024-12-19T21:10:43.626Z | [ helios-setup] Dec 19 21:10:42.113 INFO E| Downloaded bincode v1.3.3 |
2452 | 2024-12-19T21:10:43.631Z | [ helios-setup] Dec 19 21:10:42.119 INFO E| Downloaded async-stream-impl v0.3.5 |
2453 | 2024-12-19T21:10:43.647Z | [ helios-setup] Dec 19 21:10:42.128 INFO E| Downloaded const-random-macro v0.1.15 |
2454 | 2024-12-19T21:10:43.651Z | [ helios-setup] Dec 19 21:10:42.138 INFO E| Downloaded project-root v0.2.2 |
2455 | 2024-12-19T21:10:43.675Z | [ helios-setup] Dec 19 21:10:42.162 INFO E| Downloaded sha1 v0.10.5 |
2456 | 2024-12-19T21:10:43.680Z | [ helios-setup] Dec 19 21:10:42.167 INFO E| Downloaded sct v0.7.0 |
2457 | 2024-12-19T21:10:43.685Z | [ helios-setup] Dec 19 21:10:42.172 INFO E| Downloaded built v0.6.0 |
2458 | 2024-12-19T21:10:43.711Z | [ helios-setup] Dec 19 21:10:42.198 INFO E| Downloaded try-lock v0.2.4 |
2459 | 2024-12-19T21:10:43.713Z | [ helios-setup] Dec 19 21:10:42.199 INFO E| Downloaded tower-service v0.3.2 |
2460 | 2024-12-19T21:10:43.715Z | [ helios-setup] Dec 19 21:10:42.201 INFO E| Downloaded itoa v1.0.6 |
2461 | 2024-12-19T21:10:43.718Z | [ helios-setup] Dec 19 21:10:42.203 INFO E| Downloaded home v0.5.4 |
2462 | 2024-12-19T21:10:43.718Z | [ helios-setup] Dec 19 21:10:42.205 INFO E| Downloaded fastrand v1.9.0 |
2463 | 2024-12-19T21:10:43.721Z | [ helios-setup] Dec 19 21:10:42.207 INFO E| Downloaded percent-encoding v2.2.0 |
2464 | 2024-12-19T21:10:43.724Z | [ helios-setup] Dec 19 21:10:42.209 INFO E| Downloaded want v0.3.0 |
2465 | 2024-12-19T21:10:43.724Z | [ helios-setup] Dec 19 21:10:42.210 INFO E| Downloaded num_enum v0.5.7 |
2466 | 2024-12-19T21:10:43.731Z | [ helios-setup] Dec 19 21:10:42.218 INFO E| Downloaded memoffset v0.7.1 |
2467 | 2024-12-19T21:10:43.733Z | [ helios-setup] Dec 19 21:10:42.220 INFO E| Downloaded serde_path_to_error v0.1.11 |
2468 | 2024-12-19T21:10:43.736Z | [ helios-setup] Dec 19 21:10:42.223 INFO E| Downloaded scopeguard v1.1.0 |
2469 | 2024-12-19T21:10:43.739Z | [ helios-setup] Dec 19 21:10:42.226 INFO E| Downloaded num_cpus v1.15.0 |
2470 | 2024-12-19T21:10:43.744Z | [ helios-setup] Dec 19 21:10:42.231 INFO E| Downloaded semver-parser v0.10.2 |
2471 | 2024-12-19T21:10:43.747Z | [ helios-setup] Dec 19 21:10:42.235 INFO E| Downloaded num-integer v0.1.45 |
2472 | 2024-12-19T21:10:43.750Z | [ helios-setup] Dec 19 21:10:42.237 INFO E| Downloaded smawk v0.3.1 |
2473 | 2024-12-19T21:10:43.752Z | [ helios-setup] Dec 19 21:10:42.240 INFO E| Downloaded thiserror-impl v1.0.38 |
2474 | 2024-12-19T21:10:43.757Z | [ helios-setup] Dec 19 21:10:42.244 INFO E| Downloaded terminal_size v0.2.6 |
2475 | 2024-12-19T21:10:43.759Z | [ helios-setup] Dec 19 21:10:42.246 INFO E| Downloaded proc-macro-crate v1.2.1 |
2476 | 2024-12-19T21:10:43.762Z | [ helios-setup] Dec 19 21:10:42.248 INFO E| Downloaded slab v0.4.7 |
2477 | 2024-12-19T21:10:43.764Z | [ helios-setup] Dec 19 21:10:42.251 INFO E| Downloaded httparse v1.8.0 |
2478 | 2024-12-19T21:10:43.768Z | [ helios-setup] Dec 19 21:10:42.255 INFO E| Downloaded unicode-width v0.1.10 |
2479 | 2024-12-19T21:10:43.770Z | [ helios-setup] Dec 19 21:10:42.258 INFO E| Downloaded walkdir v2.3.3 |
2480 | 2024-12-19T21:10:43.774Z | [ helios-setup] Dec 19 21:10:42.261 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2481 | 2024-12-19T21:10:43.777Z | [ helios-setup] Dec 19 21:10:42.264 INFO E| Downloaded log v0.4.17 |
2482 | 2024-12-19T21:10:43.780Z | [ helios-setup] Dec 19 21:10:42.268 INFO E| Downloaded rustls-pemfile v1.0.2 |
2483 | 2024-12-19T21:10:43.785Z | [ helios-setup] Dec 19 21:10:42.272 INFO E| Downloaded semver v1.0.17 |
2484 | 2024-12-19T21:10:43.789Z | [ helios-setup] Dec 19 21:10:42.276 INFO E| Downloaded pin-project-lite v0.2.9 |
2485 | 2024-12-19T21:10:43.797Z | [ helios-setup] Dec 19 21:10:42.284 INFO E| Downloaded utf8parse v0.2.1 |
2486 | 2024-12-19T21:10:43.800Z | [ helios-setup] Dec 19 21:10:42.286 INFO E| Downloaded tempfile v3.5.0 |
2487 | 2024-12-19T21:10:43.803Z | [ helios-setup] Dec 19 21:10:42.290 INFO E| Downloaded smartstring v1.0.1 |
2488 | 2024-12-19T21:10:43.807Z | [ helios-setup] Dec 19 21:10:42.294 INFO E| Downloaded serde_derive_internals v0.26.0 |
2489 | 2024-12-19T21:10:43.810Z | [ helios-setup] Dec 19 21:10:42.298 INFO E| Downloaded time v0.1.45 |
2490 | 2024-12-19T21:10:43.813Z | [ helios-setup] Dec 19 21:10:42.300 INFO E| Downloaded anyhow v1.0.68 |
2491 | 2024-12-19T21:10:43.820Z | [ helios-setup] Dec 19 21:10:42.308 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2492 | 2024-12-19T21:10:43.824Z | [ helios-setup] Dec 19 21:10:42.312 INFO E| Downloaded clap v4.2.1 |
2493 | 2024-12-19T21:10:43.841Z | [ helios-setup] Dec 19 21:10:42.328 INFO E| Downloaded smallvec v1.10.0 |
2494 | 2024-12-19T21:10:43.844Z | [ helios-setup] Dec 19 21:10:42.331 INFO E| Downloaded serde_derive v1.0.204 |
2495 | 2024-12-19T21:10:43.849Z | [ helios-setup] Dec 19 21:10:42.336 INFO E| Downloaded textwrap v0.16.0 |
2496 | 2024-12-19T21:10:43.853Z | [ helios-setup] Dec 19 21:10:42.340 INFO E| Downloaded unicode-bidi v0.3.13 |
2497 | 2024-12-19T21:10:43.857Z | [ helios-setup] Dec 19 21:10:42.345 INFO E| Downloaded toml v0.5.11 |
2498 | 2024-12-19T21:10:43.862Z | [ helios-setup] Dec 19 21:10:42.349 INFO E| Downloaded ryu v1.0.13 |
2499 | 2024-12-19T21:10:43.867Z | [ helios-setup] Dec 19 21:10:42.355 INFO E| Downloaded toml v0.7.3 |
2500 | 2024-12-19T21:10:43.873Z | [ helios-setup] Dec 19 21:10:42.361 INFO E| Downloaded unicode-ident v1.0.8 |
2501 | 2024-12-19T21:10:43.878Z | [ helios-setup] Dec 19 21:10:42.366 INFO E| Downloaded crossbeam-utils v0.8.14 |
2502 | 2024-12-19T21:10:43.883Z | [ helios-setup] Dec 19 21:10:42.370 INFO E| Downloaded tracing-core v0.1.30 |
2503 | 2024-12-19T21:10:43.888Z | [ helios-setup] Dec 19 21:10:42.375 INFO E| Downloaded rustls-webpki v0.100.1 |
2504 | 2024-12-19T21:10:43.920Z | [ helios-setup] Dec 19 21:10:42.407 INFO E| Downloaded uuid v1.3.0 |
2505 | 2024-12-19T21:10:43.926Z | [ helios-setup] Dec 19 21:10:42.413 INFO E| Downloaded url v2.3.1 |
2506 | 2024-12-19T21:10:43.933Z | [ helios-setup] Dec 19 21:10:42.420 INFO E| Downloaded unicode-linebreak v0.1.4 |
2507 | 2024-12-19T21:10:43.936Z | [ helios-setup] Dec 19 21:10:42.423 INFO E| Downloaded toml_edit v0.19.8 |
2508 | 2024-12-19T21:10:43.968Z | [ helios-setup] Dec 19 21:10:42.455 INFO E| Downloaded tokio-util v0.7.7 |
2509 | 2024-12-19T21:10:43.979Z | [ helios-setup] Dec 19 21:10:42.466 INFO E| Downloaded unicode-normalization v0.1.22 |
2510 | 2024-12-19T21:10:43.987Z | [ helios-setup] Dec 19 21:10:42.474 INFO E| Downloaded pest v2.5.7 |
2511 | 2024-12-19T21:10:43.999Z | [ helios-setup] Dec 19 21:10:42.486 INFO E| Downloaded serde_json v1.0.95 |
2512 | 2024-12-19T21:10:44.015Z | [ helios-setup] Dec 19 21:10:42.502 INFO E| Downloaded winnow v0.4.1 |
2513 | 2024-12-19T21:10:44.030Z | [ helios-setup] Dec 19 21:10:42.517 INFO E| Downloaded reqwest v0.11.16 |
2514 | 2024-12-19T21:10:44.045Z | [ helios-setup] Dec 19 21:10:42.532 INFO E| Downloaded chrono v0.4.24 |
2515 | 2024-12-19T21:10:44.061Z | [ helios-setup] Dec 19 21:10:42.548 INFO E| Downloaded rayon v1.6.1 |
2516 | 2024-12-19T21:10:44.099Z | [ helios-setup] Dec 19 21:10:42.586 INFO E| Downloaded hyper v0.14.25 |
2517 | 2024-12-19T21:10:44.114Z | [ helios-setup] Dec 19 21:10:42.601 INFO E| Downloaded regex v1.7.3 |
2518 | 2024-12-19T21:10:44.128Z | [ helios-setup] Dec 19 21:10:42.615 INFO E| Downloaded regress v0.5.0 |
2519 | 2024-12-19T21:10:44.141Z | [ helios-setup] Dec 19 21:10:42.628 INFO E| Downloaded git2 v0.16.1 |
2520 | 2024-12-19T21:10:44.155Z | [ helios-setup] Dec 19 21:10:42.642 INFO E| Downloaded syn v2.0.72 |
2521 | 2024-12-19T21:10:44.175Z | [ helios-setup] Dec 19 21:10:42.660 INFO E| Downloaded rustls v0.21.0 |
2522 | 2024-12-19T21:10:44.192Z | [ helios-setup] Dec 19 21:10:42.679 INFO E| Downloaded rustix v0.37.3 |
2523 | 2024-12-19T21:10:44.222Z | [ helios-setup] Dec 19 21:10:42.709 INFO E| Downloaded syn v1.0.107 |
2524 | 2024-12-19T21:10:44.240Z | [ helios-setup] Dec 19 21:10:42.727 INFO E| Downloaded rhai v1.14.0 |
2525 | 2024-12-19T21:10:44.259Z | [ helios-setup] Dec 19 21:10:42.746 INFO E| Downloaded futures-util v0.3.28 |
2526 | 2024-12-19T21:10:44.280Z | [ helios-setup] Dec 19 21:10:42.765 INFO E| Downloaded h2 v0.3.16 |
2527 | 2024-12-19T21:10:44.289Z | [ helios-setup] Dec 19 21:10:42.775 INFO E| Downloaded openapiv3 v1.0.2 |
2528 | 2024-12-19T21:10:44.309Z | [ helios-setup] Dec 19 21:10:42.795 INFO E| Downloaded clap_builder v4.2.1 |
2529 | 2024-12-19T21:10:44.320Z | [ helios-setup] Dec 19 21:10:42.806 INFO E| Downloaded http v0.2.9 |
2530 | 2024-12-19T21:10:44.326Z | [ helios-setup] Dec 19 21:10:42.813 INFO E| Downloaded serde v1.0.204 |
2531 | 2024-12-19T21:10:44.331Z | [ helios-setup] Dec 19 21:10:42.818 INFO E| Downloaded crossbeam-channel v0.5.6 |
2532 | 2024-12-19T21:10:44.339Z | [ helios-setup] Dec 19 21:10:42.825 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2533 | 2024-12-19T21:10:44.344Z | [ helios-setup] Dec 19 21:10:42.831 INFO E| Downloaded typenum v1.16.0 |
2534 | 2024-12-19T21:10:44.349Z | [ helios-setup] Dec 19 21:10:42.835 INFO E| Downloaded tungstenite v0.18.0 |
2535 | 2024-12-19T21:10:44.355Z | [ helios-setup] Dec 19 21:10:42.841 INFO E| Downloaded tracing v0.1.37 |
2536 | 2024-12-19T21:10:44.362Z | [ helios-setup] Dec 19 21:10:42.848 INFO E| Downloaded mio v0.8.5 |
2537 | 2024-12-19T21:10:44.371Z | [ helios-setup] Dec 19 21:10:42.858 INFO E| Downloaded tokio-rustls v0.24.0 |
2538 | 2024-12-19T21:10:44.375Z | [ helios-setup] Dec 19 21:10:42.862 INFO E| Downloaded tinyvec v1.6.0 |
2539 | 2024-12-19T21:10:44.381Z | [ helios-setup] Dec 19 21:10:42.867 INFO E| Downloaded serde_yaml v0.9.21 |
2540 | 2024-12-19T21:10:44.387Z | [ helios-setup] Dec 19 21:10:42.874 INFO E| Downloaded cc v1.0.78 |
2541 | 2024-12-19T21:10:44.416Z | [ helios-setup] Dec 19 21:10:42.902 INFO E| Downloaded socket2 v0.4.9 |
2542 | 2024-12-19T21:10:44.419Z | [ helios-setup] Dec 19 21:10:42.905 INFO E| Downloaded proc-macro2 v1.0.86 |
2543 | 2024-12-19T21:10:44.423Z | [ helios-setup] Dec 19 21:10:42.910 INFO E| Downloaded miniz_oxide v0.6.2 |
2544 | 2024-12-19T21:10:44.429Z | [ helios-setup] Dec 19 21:10:42.913 INFO E| Downloaded tokio v1.27.0 |
2545 | 2024-12-19T21:10:44.481Z | [ helios-setup] Dec 19 21:10:42.968 INFO E| Downloaded libc v0.2.139 |
2546 | 2024-12-19T21:10:44.521Z | [ helios-setup] Dec 19 21:10:43.007 INFO E| Downloaded rhai_codegen v1.5.0 |
2547 | 2024-12-19T21:10:44.534Z | [ helios-setup] Dec 19 21:10:43.020 INFO E| Downloaded ucd-trie v0.1.5 |
2548 | 2024-12-19T21:10:44.537Z | [ helios-setup] Dec 19 21:10:43.023 INFO E| Downloaded rayon-core v1.10.2 |
2549 | 2024-12-19T21:10:44.542Z | [ helios-setup] Dec 19 21:10:43.029 INFO E| Downloaded futures v0.3.28 |
2550 | 2024-12-19T21:10:44.550Z | [ helios-setup] Dec 19 21:10:43.037 INFO E| Downloaded flate2 v1.0.25 |
2551 | 2024-12-19T21:10:44.559Z | [ helios-setup] Dec 19 21:10:43.046 INFO E| Downloaded bytes v1.4.0 |
2552 | 2024-12-19T21:10:44.566Z | [ helios-setup] Dec 19 21:10:43.053 INFO E| Downloaded base64 v0.21.0 |
2553 | 2024-12-19T21:10:44.572Z | [ helios-setup] Dec 19 21:10:43.059 INFO E| Downloaded memchr v2.5.0 |
2554 | 2024-12-19T21:10:44.579Z | [ helios-setup] Dec 19 21:10:43.066 INFO E| Downloaded schemars v0.8.12 |
2555 | 2024-12-19T21:10:44.635Z | [ helios-setup] Dec 19 21:10:43.122 INFO E| Downloaded quote v1.0.36 |
2556 | 2024-12-19T21:10:44.639Z | [ helios-setup] Dec 19 21:10:43.126 INFO E| Downloaded num-traits v0.2.15 |
2557 | 2024-12-19T21:10:44.644Z | [ helios-setup] Dec 19 21:10:43.130 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2558 | 2024-12-19T21:10:44.648Z | [ helios-setup] Dec 19 21:10:43.135 INFO E| Downloaded parking_lot v0.12.1 |
2559 | 2024-12-19T21:10:44.652Z | [ helios-setup] Dec 19 21:10:43.139 INFO E| Downloaded ahash v0.8.3 |
2560 | 2024-12-19T21:10:44.657Z | [ helios-setup] Dec 19 21:10:43.144 INFO E| Downloaded parking_lot_core v0.9.6 |
2561 | 2024-12-19T21:10:44.661Z | [ helios-setup] Dec 19 21:10:43.148 INFO E| Downloaded cargo-lock v8.0.3 |
2562 | 2024-12-19T21:10:44.665Z | [ helios-setup] Dec 19 21:10:43.152 INFO E| Downloaded lazy_static v1.4.0 |
2563 | 2024-12-19T21:10:44.668Z | [ helios-setup] Dec 19 21:10:43.154 INFO E| Downloaded futures-channel v0.3.28 |
2564 | 2024-12-19T21:10:44.672Z | [ helios-setup] Dec 19 21:10:43.159 INFO E| Downloaded clap_derive v4.2.0 |
2565 | 2024-12-19T21:10:44.676Z | [ helios-setup] Dec 19 21:10:43.163 INFO E| Downloaded sha2 v0.10.6 |
2566 | 2024-12-19T21:10:44.680Z | [ helios-setup] Dec 19 21:10:43.167 INFO E| Downloaded ppv-lite86 v0.2.17 |
2567 | 2024-12-19T21:10:44.682Z | [ helios-setup] Dec 19 21:10:43.169 INFO E| Downloaded pkg-config v0.3.26 |
2568 | 2024-12-19T21:10:44.685Z | [ helios-setup] Dec 19 21:10:43.172 INFO E| Downloaded once_cell v1.17.0 |
2569 | 2024-12-19T21:10:44.689Z | [ helios-setup] Dec 19 21:10:43.176 INFO E| Downloaded camino v1.1.4 |
2570 | 2024-12-19T21:10:44.692Z | [ helios-setup] Dec 19 21:10:43.179 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2571 | 2024-12-19T21:10:44.696Z | [ helios-setup] Dec 19 21:10:43.183 INFO E| Downloaded lock_api v0.4.9 |
2572 | 2024-12-19T21:10:44.699Z | [ helios-setup] Dec 19 21:10:43.185 INFO E| Downloaded clap_lex v0.4.1 |
2573 | 2024-12-19T21:10:44.701Z | [ helios-setup] Dec 19 21:10:43.187 INFO E| Downloaded toml_datetime v0.6.1 |
2574 | 2024-12-19T21:10:44.703Z | [ helios-setup] Dec 19 21:10:43.190 INFO E| Downloaded tokio-macros v2.0.0 |
2575 | 2024-12-19T21:10:44.706Z | [ helios-setup] Dec 19 21:10:43.192 INFO E| Downloaded strsim v0.10.0 |
2576 | 2024-12-19T21:10:44.712Z | [ helios-setup] Dec 19 21:10:43.198 INFO E| Downloaded io-lifetimes v1.0.10 |
2577 | 2024-12-19T21:10:44.712Z | [ helios-setup] Dec 19 21:10:43.199 INFO E| Downloaded getrandom v0.2.8 |
2578 | 2024-12-19T21:10:44.716Z | [ helios-setup] Dec 19 21:10:43.203 INFO E| Downloaded futures-task v0.3.28 |
2579 | 2024-12-19T21:10:44.721Z | [ helios-setup] Dec 19 21:10:43.205 INFO E| Downloaded toolchain_find v0.2.0 |
2580 | 2024-12-19T21:10:44.741Z | [ helios-setup] Dec 19 21:10:43.208 INFO E| Downloaded slog-async v2.7.0 |
2581 | 2024-12-19T21:10:44.766Z | [ helios-setup] Dec 19 21:10:43.213 INFO E| Downloaded thiserror v1.0.38 |
2582 | 2024-12-19T21:10:44.778Z | [ helios-setup] Dec 19 21:10:43.263 INFO E| Downloaded ahash v0.7.6 |
2583 | 2024-12-19T21:10:44.781Z | [ helios-setup] Dec 19 21:10:43.267 INFO E| Downloaded paste v1.0.12 |
2584 | 2024-12-19T21:10:44.785Z | [ helios-setup] Dec 19 21:10:43.272 INFO E| Downloaded num_enum_derive v0.5.7 |
2585 | 2024-12-19T21:10:44.788Z | [ helios-setup] Dec 19 21:10:43.274 INFO E| Downloaded jobserver v0.1.26 |
2586 | 2024-12-19T21:10:44.791Z | [ helios-setup] Dec 19 21:10:43.276 INFO E| Downloaded errno v0.3.1 |
2587 | 2024-12-19T21:10:44.796Z | [ helios-setup] Dec 19 21:10:43.278 INFO E| Downloaded slog-bunyan v2.4.0 |
2588 | 2024-12-19T21:10:44.796Z | [ helios-setup] Dec 19 21:10:43.280 INFO E| Downloaded signal-hook-registry v1.4.0 |
2589 | 2024-12-19T21:10:44.796Z | [ helios-setup] Dec 19 21:10:43.281 INFO E| Downloaded serde_tokenstream v0.2.0 |
2590 | 2024-12-19T21:10:44.800Z | [ helios-setup] Dec 19 21:10:43.287 INFO E| Downloaded serde_spanned v0.6.1 |
2591 | 2024-12-19T21:10:44.803Z | [ helios-setup] Dec 19 21:10:43.288 INFO E| Downloaded async-trait v0.1.68 |
2592 | 2024-12-19T21:10:44.807Z | [ helios-setup] Dec 19 21:10:43.293 INFO E| Downloaded ipnet v2.7.2 |
2593 | 2024-12-19T21:10:44.810Z | [ helios-setup] Dec 19 21:10:43.296 INFO E| Downloaded futures-sink v0.3.28 |
2594 | 2024-12-19T21:10:44.812Z | [ helios-setup] Dec 19 21:10:43.297 INFO E| Downloaded futures-executor v0.3.28 |
2595 | 2024-12-19T21:10:44.814Z | [ helios-setup] Dec 19 21:10:43.299 INFO E| Downloaded form_urlencoded v1.1.0 |
2596 | 2024-12-19T21:10:44.814Z | [ helios-setup] Dec 19 21:10:43.300 INFO E| Downloaded dyn-clone v1.0.11 |
2597 | 2024-12-19T21:10:44.818Z | [ helios-setup] Dec 19 21:10:43.303 INFO E| Downloaded encoding_rs v0.8.32 |
2598 | 2024-12-19T21:10:44.848Z | [ helios-setup] Dec 19 21:10:43.334 INFO E| Downloaded concolor-query v0.3.3 |
2599 | 2024-12-19T21:10:44.851Z | [ helios-setup] Dec 19 21:10:43.336 INFO E| Downloaded byteorder v1.4.3 |
2600 | 2024-12-19T21:10:44.855Z | [ helios-setup] Dec 19 21:10:43.338 INFO E| Downloaded async-stream v0.3.5 |
2601 | 2024-12-19T21:10:44.855Z | [ helios-setup] Dec 19 21:10:43.341 INFO E| Downloaded iana-time-zone v0.1.56 |
2602 | 2024-12-19T21:10:44.858Z | [ helios-setup] Dec 19 21:10:43.344 INFO E| Downloaded futures-io v0.3.28 |
2603 | 2024-12-19T21:10:44.861Z | [ helios-setup] Dec 19 21:10:43.345 INFO E| Downloaded crossbeam-deque v0.8.2 |
2604 | 2024-12-19T21:10:44.861Z | [ helios-setup] Dec 19 21:10:43.347 INFO E| Downloaded generic-array v0.14.6 |
2605 | 2024-12-19T21:10:44.863Z | [ helios-setup] Dec 19 21:10:43.349 INFO E| Downloaded httpdate v1.0.2 |
2606 | 2024-12-19T21:10:44.866Z | [ helios-setup] Dec 19 21:10:43.351 INFO E| Downloaded http-body v0.4.5 |
2607 | 2024-12-19T21:10:44.866Z | [ helios-setup] Dec 19 21:10:43.353 INFO E| Downloaded futures-macro v0.3.28 |
2608 | 2024-12-19T21:10:44.869Z | [ helios-setup] Dec 19 21:10:43.354 INFO E| Downloaded digest v0.10.6 |
2609 | 2024-12-19T21:10:44.873Z | [ helios-setup] Dec 19 21:10:43.357 INFO E| Downloaded cpufeatures v0.2.5 |
2610 | 2024-12-19T21:10:44.876Z | [ helios-setup] Dec 19 21:10:43.359 INFO E| Downloaded either v1.8.0 |
2611 | 2024-12-19T21:10:44.876Z | [ helios-setup] Dec 19 21:10:43.361 INFO E| Downloaded anstyle v0.3.5 |
2612 | 2024-12-19T21:10:44.879Z | [ helios-setup] Dec 19 21:10:43.364 INFO E| Downloaded anstream v0.2.6 |
2613 | 2024-12-19T21:10:44.881Z | [ helios-setup] Dec 19 21:10:43.367 INFO E| Downloaded anstyle-parse v0.1.1 |
2614 | 2024-12-19T21:10:44.883Z | [ helios-setup] Dec 19 21:10:43.370 INFO E| Downloaded schemars_derive v0.8.12 |
2615 | 2024-12-19T21:10:44.887Z | [ helios-setup] Dec 19 21:10:43.373 INFO E| Downloaded is-terminal v0.4.7 |
2616 | 2024-12-19T21:10:44.890Z | [ helios-setup] Dec 19 21:10:43.374 INFO E| Downloaded futures-core v0.3.28 |
2617 | 2024-12-19T21:10:44.893Z | [ helios-setup] Dec 19 21:10:43.377 INFO E| Downloaded const-random v0.1.15 |
2618 | 2024-12-19T21:10:44.893Z | [ helios-setup] Dec 19 21:10:43.379 INFO E| Downloaded concolor-override v1.0.0 |
2619 | 2024-12-19T21:10:44.896Z | [ helios-setup] Dec 19 21:10:43.380 INFO E| Downloaded block-buffer v0.10.3 |
2620 | 2024-12-19T21:10:44.896Z | [ helios-setup] Dec 19 21:10:43.382 INFO E| Downloaded autocfg v1.1.0 |
2621 | 2024-12-19T21:10:44.898Z | [ helios-setup] Dec 19 21:10:43.384 INFO E| Downloaded aho-corasick v0.7.20 |
2622 | 2024-12-19T21:10:44.904Z | [ helios-setup] Dec 19 21:10:43.391 INFO E| Downloaded semver v0.11.0 |
2623 | 2024-12-19T21:10:44.907Z | [ helios-setup] Dec 19 21:10:43.394 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2624 | 2024-12-19T21:10:45.043Z | [ helios-setup] Dec 19 21:10:43.529 INFO E| Downloaded libz-sys v1.1.8 |
2625 | 2024-12-19T21:10:45.408Z | [ helios-setup] Dec 19 21:10:43.893 INFO E| Compiling proc-macro2 v1.0.86 |
2626 | 2024-12-19T21:10:45.408Z | [ helios-setup] Dec 19 21:10:43.893 INFO E| Compiling libc v0.2.139 |
2627 | 2024-12-19T21:10:45.408Z | [ helios-setup] Dec 19 21:10:43.893 INFO E| Compiling unicode-ident v1.0.8 |
2628 | 2024-12-19T21:10:45.408Z | [ helios-setup] Dec 19 21:10:43.893 INFO E| Compiling autocfg v1.1.0 |
2629 | 2024-12-19T21:10:45.408Z | [ helios-setup] Dec 19 21:10:43.893 INFO E| Compiling cfg-if v1.0.0 |
2630 | 2024-12-19T21:10:45.408Z | [ helios-setup] Dec 19 21:10:43.893 INFO E| Compiling version_check v0.9.4 |
2631 | 2024-12-19T21:10:45.408Z | [ helios-setup] Dec 19 21:10:43.893 INFO E| Compiling serde v1.0.204 |
2632 | 2024-12-19T21:10:45.408Z | [ helios-setup] Dec 19 21:10:43.893 INFO E| Compiling syn v1.0.107 |
2633 | 2024-12-19T21:10:45.655Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2634 | 2024-12-19T21:10:45.785Z | [ helios-setup] Dec 19 21:10:44.271 INFO E| Compiling memchr v2.5.0 |
2635 | 2024-12-19T21:10:46.861Z | [ helios-setup] Dec 19 21:10:45.347 INFO E| Compiling once_cell v1.17.0 |
2636 | 2024-12-19T21:10:47.016Z | [ helios-setup] Dec 19 21:10:45.502 INFO E| Compiling thiserror v1.0.38 |
2637 | 2024-12-19T21:10:47.132Z | [ helios-setup] Dec 19 21:10:45.617 INFO E| Compiling log v0.4.17 |
2638 | 2024-12-19T21:10:47.683Z | [ helios-setup] Dec 19 21:10:46.168 INFO E| Compiling serde_json v1.0.95 |
2639 | 2024-12-19T21:10:47.947Z | [ host-package] Compiling half v2.4.1 |
2640 | 2024-12-19T21:10:48.084Z | [ helios-setup] Dec 19 21:10:46.569 INFO E| Compiling itoa v1.0.6 |
2641 | 2024-12-19T21:10:48.739Z | [ helios-setup] Dec 19 21:10:47.224 INFO E| Compiling indexmap v1.9.3 |
2642 | 2024-12-19T21:10:48.863Z | [ helios-setup] Dec 19 21:10:47.347 INFO E| Compiling pin-project-lite v0.2.9 |
2643 | 2024-12-19T21:10:49.114Z | [ host-package] Compiling ciborium-io v0.2.2 |
2644 | 2024-12-19T21:10:49.296Z | [ helios-setup] Dec 19 21:10:47.780 INFO E| Compiling quote v1.0.36 |
2645 | 2024-12-19T21:10:49.394Z | [ helios-setup] Dec 19 21:10:47.879 INFO E| Compiling jobserver v0.1.26 |
2646 | 2024-12-19T21:10:49.511Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2647 | 2024-12-19T21:10:49.598Z | [ helios-setup] Dec 19 21:10:48.082 INFO E| Compiling getrandom v0.2.8 |
2648 | 2024-12-19T21:10:49.987Z | [ helios-setup] Dec 19 21:10:48.471 INFO E| Compiling scopeguard v1.1.0 |
2649 | 2024-12-19T21:10:50.416Z | [ helios-setup] Dec 19 21:10:48.900 INFO E| Compiling syn v2.0.72 |
2650 | 2024-12-19T21:10:50.641Z | [ helios-setup] Dec 19 21:10:49.125 INFO E| Compiling cc v1.0.78 |
2651 | 2024-12-19T21:10:50.720Z | [ helios-setup] Dec 19 21:10:49.204 INFO E| Compiling num-integer v0.1.45 |
2652 | 2024-12-19T21:10:50.723Z | [ helios-setup] Dec 19 21:10:49.205 INFO E| Compiling futures-core v0.3.28 |
2653 | 2024-12-19T21:10:50.767Z | [ host-package] Compiling tungstenite v0.21.0 |
2654 | 2024-12-19T21:10:50.780Z | [ helios-setup] Dec 19 21:10:49.264 INFO E| Compiling bytes v1.4.0 |
2655 | 2024-12-19T21:10:51.466Z | [ helios-setup] Dec 19 21:10:49.950 INFO E| Compiling ryu v1.0.13 |
2656 | 2024-12-19T21:10:52.922Z | [ helios-setup] Dec 19 21:10:51.405 INFO E| Compiling lock_api v0.4.9 |
2657 | 2024-12-19T21:10:53.031Z | [ helios-setup] Dec 19 21:10:51.514 INFO E| Compiling typenum v1.16.0 |
2658 | 2024-12-19T21:10:53.198Z | [ helios-setup] Dec 19 21:10:51.680 INFO E| Compiling bitflags v1.3.2 |
2659 | 2024-12-19T21:10:53.426Z | [ helios-setup] Dec 19 21:10:51.909 INFO E| Compiling parking_lot_core v0.9.6 |
2660 | 2024-12-19T21:10:53.691Z | [ helios-setup] Dec 19 21:10:52.172 INFO E| Compiling num_cpus v1.15.0 |
2661 | 2024-12-19T21:10:54.395Z | [ helios-setup] Dec 19 21:10:52.876 INFO E| Compiling generic-array v0.14.6 |
2662 | 2024-12-19T21:10:54.515Z | [ helios-setup] Dec 19 21:10:52.997 INFO E| Compiling slab v0.4.7 |
2663 | 2024-12-19T21:10:54.711Z | [ helios-setup] Dec 19 21:10:53.192 INFO E| Compiling futures-sink v0.3.28 |
2664 | 2024-12-19T21:10:54.841Z | [ helios-setup] Dec 19 21:10:53.323 INFO E| Compiling futures-task v0.3.28 |
2665 | 2024-12-19T21:10:55.032Z | [ helios-setup] Dec 19 21:10:53.514 INFO E| Compiling futures-channel v0.3.28 |
2666 | 2024-12-19T21:10:55.496Z | [ helios-setup] Dec 19 21:10:53.976 INFO E| Compiling tokio v1.27.0 |
2667 | 2024-12-19T21:10:56.022Z | [ helios-setup] Dec 19 21:10:54.503 INFO E| Compiling schemars v0.8.12 |
2668 | 2024-12-19T21:10:56.233Z | [ helios-setup] Dec 19 21:10:54.714 INFO E| Compiling futures-util v0.3.28 |
2669 | 2024-12-19T21:10:56.944Z | [ helios-setup] Dec 19 21:10:55.425 INFO E| Compiling mio v0.8.5 |
2670 | 2024-12-19T21:10:57.372Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2671 | 2024-12-19T21:10:57.387Z | [ helios-setup] Dec 19 21:10:55.867 INFO E| Compiling signal-hook-registry v1.4.0 |
2672 | 2024-12-19T21:10:57.629Z | [ helios-setup] Dec 19 21:10:56.109 INFO E| Compiling socket2 v0.4.9 |
2673 | 2024-12-19T21:10:57.710Z | [ helios-setup] Dec 19 21:10:56.190 INFO E| Compiling ahash v0.7.6 |
2674 | 2024-12-19T21:10:57.877Z | [ helios-setup] Dec 19 21:10:56.357 INFO E| Compiling num-traits v0.2.15 |
2675 | 2024-12-19T21:10:58.802Z | [ host-package] Compiling ciborium v0.2.2 |
2676 | 2024-12-19T21:10:58.847Z | [ helios-setup] Dec 19 21:10:57.326 INFO E| Compiling io-lifetimes v1.0.10 |
2677 | 2024-12-19T21:10:59.037Z | [ helios-setup] Dec 19 21:10:57.516 INFO E| Compiling futures-io v0.3.28 |
2678 | 2024-12-19T21:10:59.773Z | [ helios-setup] Dec 19 21:10:58.253 INFO E| Compiling pin-utils v0.1.0 |
2679 | 2024-12-19T21:10:59.889Z | [ helios-setup] Dec 19 21:10:58.368 INFO E| Compiling crunchy v0.2.2 |
2680 | 2024-12-19T21:11:00.115Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2681 | 2024-12-19T21:11:01.368Z | [ helios-setup] Dec 19 21:10:59.846 INFO E| Compiling ahash v0.8.3 |
2682 | 2024-12-19T21:11:01.606Z | [ helios-setup] Dec 19 21:11:00.084 INFO E| Compiling rustix v0.37.3 |
2683 | 2024-12-19T21:11:01.797Z | [ helios-setup] Dec 19 21:11:00.263 INFO E| Compiling tiny-keccak v2.0.2 |
2684 | 2024-12-19T21:11:01.897Z | [ helios-setup] Dec 19 21:11:00.375 INFO E| Compiling hashbrown v0.12.3 |
2685 | 2024-12-19T21:11:01.944Z | [ helios-setup] Dec 19 21:11:00.422 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2686 | 2024-12-19T21:11:02.685Z | [ helios-setup] Dec 19 21:11:01.162 INFO E| Compiling serde_derive_internals v0.26.0 |
2687 | 2024-12-19T21:11:03.063Z | [ helios-setup] Dec 19 21:11:01.540 INFO E| Compiling block-buffer v0.10.3 |
2688 | 2024-12-19T21:11:03.647Z | [ helios-setup] Dec 19 21:11:02.125 INFO E| Compiling crypto-common v0.1.6 |
2689 | 2024-12-19T21:11:04.396Z | [ helios-setup] Dec 19 21:11:02.873 INFO E| Compiling errno v0.3.1 |
2690 | 2024-12-19T21:11:04.798Z | [ helios-setup] Dec 19 21:11:03.275 INFO E| Compiling pkg-config v0.3.26 |
2691 | 2024-12-19T21:11:04.850Z | [ helios-setup] Dec 19 21:11:03.327 INFO E| Compiling slog v2.7.0 |
2692 | 2024-12-19T21:11:05.107Z | [ helios-setup] Dec 19 21:11:03.584 INFO E| Compiling crossbeam-utils v0.8.14 |
2693 | 2024-12-19T21:11:05.695Z | [ helios-setup] Dec 19 21:11:04.170 INFO E| Compiling fnv v1.0.7 |
2694 | 2024-12-19T21:11:05.914Z | [ helios-setup] Dec 19 21:11:04.390 INFO E| Compiling http v0.2.9 |
2695 | 2024-12-19T21:11:06.933Z | [ helios-setup] Dec 19 21:11:05.409 INFO E| Compiling digest v0.10.6 |
2696 | 2024-12-19T21:11:08.793Z | [ helios-setup] Dec 19 21:11:07.267 INFO E| Compiling aho-corasick v0.7.20 |
2697 | 2024-12-19T21:11:09.404Z | [ helios-setup] Dec 19 21:11:07.879 INFO E| Compiling tinyvec_macros v0.1.1 |
2698 | 2024-12-19T21:11:09.475Z | [ host-package] Compiling fastrand v2.1.1 |
2699 | 2024-12-19T21:11:09.543Z | [ helios-setup] Dec 19 21:11:08.018 INFO E| Compiling anyhow v1.0.68 |
2700 | 2024-12-19T21:11:09.681Z | [ helios-setup] Dec 19 21:11:08.156 INFO E| Compiling regex-syntax v0.6.29 |
2701 | 2024-12-19T21:11:10.735Z | [ host-package] Compiling same-file v1.0.6 |
2702 | 2024-12-19T21:11:11.004Z | [ helios-setup] Dec 19 21:11:09.478 INFO E| Compiling unicode-width v0.1.10 |
2703 | 2024-12-19T21:11:11.499Z | [ host-package] Compiling display-error-chain v0.2.2 |
2704 | 2024-12-19T21:11:11.565Z | [ helios-setup] Dec 19 21:11:10.038 INFO E| Compiling heck v0.4.1 |
2705 | 2024-12-19T21:11:11.615Z | [ helios-setup] Dec 19 21:11:10.086 INFO E| Compiling httparse v1.8.0 |
2706 | 2024-12-19T21:11:11.688Z | [ helios-setup] Dec 19 21:11:10.161 INFO E| Compiling cpufeatures v0.2.5 |
2707 | 2024-12-19T21:11:12.300Z | [ helios-setup] Dec 19 21:11:10.773 INFO E| Compiling percent-encoding v2.2.0 |
2708 | 2024-12-19T21:11:12.304Z | [ host-package] Compiling walkdir v2.5.0 |
2709 | 2024-12-19T21:11:12.358Z | [ host-package] Compiling tempfile v3.13.0 |
2710 | 2024-12-19T21:11:12.973Z | [ helios-setup] Dec 19 21:11:11.446 INFO E| Compiling form_urlencoded v1.1.0 |
2711 | 2024-12-19T21:11:13.083Z | [ helios-setup] Dec 19 21:11:11.556 INFO E| Compiling tinyvec v1.6.0 |
2712 | 2024-12-19T21:11:13.129Z | [ helios-setup] Dec 19 21:11:11.602 INFO E| Compiling const-random-macro v0.1.15 |
2713 | 2024-12-19T21:11:13.512Z | [ helios-setup] Dec 19 21:11:11.985 INFO E| Compiling thiserror-impl v1.0.38 |
2714 | 2024-12-19T21:11:13.873Z | [ helios-setup] Dec 19 21:11:12.345 INFO E| Compiling schemars_derive v0.8.12 |
2715 | 2024-12-19T21:11:13.876Z | [ host-package] Compiling blake3 v1.5.4 |
2716 | 2024-12-19T21:11:13.876Z | [ host-package] Compiling ring v0.16.20 |
2717 | 2024-12-19T21:11:14.631Z | [ helios-setup] Dec 19 21:11:13.104 INFO E| Compiling serde_derive v1.0.204 |
2718 | 2024-12-19T21:11:15.179Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2719 | 2024-12-19T21:11:15.303Z | [ helios-setup] Dec 19 21:11:13.775 INFO E| Compiling tokio-macros v2.0.0 |
2720 | 2024-12-19T21:11:15.574Z | [ helios-setup] Dec 19 21:11:14.046 INFO E| Compiling futures-macro v0.3.28 |
2721 | 2024-12-19T21:11:16.626Z | [ helios-setup] Dec 19 21:11:15.097 INFO E| Compiling regex v1.7.3 |
2722 | 2024-12-19T21:11:17.367Z | [ helios-setup] Dec 19 21:11:15.838 INFO E| Compiling hashbrown v0.13.2 |
2723 | 2024-12-19T21:11:18.382Z | [ host-package] Compiling xattr v1.3.1 |
2724 | 2024-12-19T21:11:19.283Z | [ host-package] Compiling memmap2 v0.9.5 |
2725 | 2024-12-19T21:11:19.595Z | [ host-package] Compiling filetime v0.2.25 |
2726 | 2024-12-19T21:11:19.753Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2727 | 2024-12-19T21:11:19.896Z | [ helios-setup] Dec 19 21:11:18.365 INFO E| Compiling chrono v0.4.24 |
2728 | 2024-12-19T21:11:20.097Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2729 | 2024-12-19T21:11:20.100Z | [ host-package] Compiling arrayref v0.3.9 |
2730 | 2024-12-19T21:11:20.216Z | [ helios-setup] Dec 19 21:11:18.686 INFO E| Compiling libz-sys v1.1.8 |
2731 | 2024-12-19T21:11:20.320Z | [ host-package] Compiling keccak v0.1.5 |
2732 | 2024-12-19T21:11:20.384Z | [ host-package] Compiling arrayvec v0.7.6 |
2733 | 2024-12-19T21:11:20.513Z | [ host-package] Compiling spin v0.5.2 |
2734 | 2024-12-19T21:11:20.676Z | [ host-package] Compiling tar v0.4.42 |
2735 | 2024-12-19T21:11:22.092Z | [ helios-setup] Dec 19 21:11:20.561 INFO E| Compiling uuid v1.3.0 |
2736 | 2024-12-19T21:11:22.374Z | [ host-package] Compiling sha3 v0.10.8 |
2737 | 2024-12-19T21:11:23.093Z | [ helios-setup] Dec 19 21:11:21.561 INFO E| Compiling dyn-clone v1.0.11 |
2738 | 2024-12-19T21:11:23.172Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2739 | 2024-12-19T21:11:23.314Z | [ host-package] Compiling toolchain_find v0.4.0 |
2740 | 2024-12-19T21:11:23.595Z | [ helios-setup] Dec 19 21:11:22.062 INFO E| Compiling regress v0.5.0 |
2741 | 2024-12-19T21:11:23.670Z | [ helios-setup] Dec 19 21:11:22.135 INFO E| Compiling unicode-normalization v0.1.22 |
2742 | 2024-12-19T21:11:23.865Z | [ helios-setup] Dec 19 21:11:22.333 INFO E| Compiling const-random v0.1.15 |
2743 | 2024-12-19T21:11:23.951Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2744 | 2024-12-19T21:11:24.232Z | [ host-package] Compiling maplit v1.0.2 |
2745 | 2024-12-19T21:11:24.666Z | [ host-package] Compiling crunchy v0.2.2 |
2746 | 2024-12-19T21:11:24.784Z | [ host-package] Compiling topological-sort v0.2.2 |
2747 | 2024-12-19T21:11:24.786Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2748 | 2024-12-19T21:11:25.512Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2749 | 2024-12-19T21:11:25.965Z | [ helios-setup] Dec 19 21:11:24.431 INFO E| Compiling getopts v0.2.21 |
2750 | 2024-12-19T21:11:26.188Z | [ helios-setup] Dec 19 21:11:24.655 INFO E| Compiling tracing-core v0.1.30 |
2751 | 2024-12-19T21:11:26.269Z | [ helios-setup] Dec 19 21:11:24.736 INFO E| Compiling memoffset v0.7.1 |
2752 | 2024-12-19T21:11:26.277Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2753 | 2024-12-19T21:11:26.543Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2754 | 2024-12-19T21:11:26.683Z | [ host-package] Compiling phf_generator v0.11.2 |
2755 | 2024-12-19T21:11:27.319Z | [ helios-setup] Dec 19 21:11:25.765 INFO E| Compiling num-conv v0.1.0 |
2756 | 2024-12-19T21:11:27.342Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2757 | 2024-12-19T21:11:27.689Z | [ host-package] Compiling secrecy v0.8.0 |
2758 | 2024-12-19T21:11:27.801Z | [ helios-setup] Dec 19 21:11:26.266 INFO E| Compiling unicode-bidi v0.3.13 |
2759 | 2024-12-19T21:11:27.804Z | [ host-package] Compiling const_format v0.2.33 |
2760 | 2024-12-19T21:11:27.985Z | [ helios-setup] Dec 19 21:11:26.451 INFO E| Compiling powerfmt v0.2.0 |
2761 | 2024-12-19T21:11:28.658Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2762 | 2024-12-19T21:11:28.751Z | [ helios-setup] Dec 19 21:11:27.164 INFO E| Compiling ucd-trie v0.1.5 |
2763 | 2024-12-19T21:11:28.992Z | [ helios-setup] Dec 19 21:11:27.449 INFO E| Compiling time-core v0.1.2 |
2764 | 2024-12-19T21:11:29.269Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2765 | 2024-12-19T21:11:29.329Z | [ host-package] Compiling arc-swap v1.7.1 |
2766 | 2024-12-19T21:11:29.708Z | [ host-package] Compiling diesel_derives v2.2.3 |
2767 | 2024-12-19T21:11:29.947Z | [ host-package] Compiling r2d2 v0.8.10 |
2768 | 2024-12-19T21:11:30.024Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2769 | 2024-12-19T21:11:30.026Z | [ helios-setup] Dec 19 21:11:28.490 INFO E| Compiling time-macros v0.2.18 |
2770 | 2024-12-19T21:11:30.554Z | [ helios-setup] Dec 19 21:11:29.018 INFO E| Compiling idna v0.3.0 |
2771 | 2024-12-19T21:11:30.817Z | [ host-package] Compiling slog-scope v4.4.0 |
2772 | 2024-12-19T21:11:30.855Z | [ host-package] Compiling phf_codegen v0.11.2 |
2773 | 2024-12-19T21:11:31.280Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2774 | 2024-12-19T21:11:31.689Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2775 | 2024-12-19T21:11:32.140Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2776 | 2024-12-19T21:11:32.252Z | [ host-package] Compiling universal-hash v0.5.1 |
2777 | 2024-12-19T21:11:32.719Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2778 | 2024-12-19T21:11:33.012Z | [ helios-setup] Dec 19 21:11:31.475 INFO E| Compiling pest v2.5.7 |
2779 | 2024-12-19T21:11:33.691Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2780 | 2024-12-19T21:11:34.133Z | [ helios-setup] Dec 19 21:11:32.596 INFO E| Compiling deranged v0.3.11 |
2781 | 2024-12-19T21:11:35.567Z | [ helios-setup] Dec 19 21:11:34.030 INFO E| Compiling tracing v0.1.37 |
2782 | 2024-12-19T21:11:36.572Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2783 | 2024-12-19T21:11:37.109Z | [ host-package] Compiling ena v0.14.3 |
2784 | 2024-12-19T21:11:37.851Z | [ host-package] Compiling opaque-debug v0.3.1 |
2785 | 2024-12-19T21:11:38.116Z | [ host-package] Compiling diff v0.1.13 |
2786 | 2024-12-19T21:11:38.545Z | [ host-package] Compiling regex-syntax v0.6.29 |
2787 | 2024-12-19T21:11:38.798Z | [ helios-setup] Dec 19 21:11:37.259 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2788 | 2024-12-19T21:11:39.018Z | [ helios-setup] Dec 19 21:11:37.479 INFO E| Compiling time v0.1.45 |
2789 | 2024-12-19T21:11:39.102Z | [ host-package] Compiling poly1305 v0.8.0 |
2790 | 2024-12-19T21:11:39.105Z | [ helios-setup] Dec 19 21:11:37.562 INFO E| Compiling crossbeam-epoch v0.9.13 |
2791 | 2024-12-19T21:11:39.242Z | [ helios-setup] Dec 19 21:11:37.703 INFO E| Compiling semver v1.0.17 |
2792 | 2024-12-19T21:11:39.499Z | [ helios-setup] Dec 19 21:11:37.959 INFO E| Compiling num_threads v0.1.6 |
2793 | 2024-12-19T21:11:40.582Z | [ helios-setup] Dec 19 21:11:39.042 INFO E| Compiling iana-time-zone v0.1.56 |
2794 | 2024-12-19T21:11:41.819Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2795 | 2024-12-19T21:11:42.122Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2796 | 2024-12-19T21:11:42.190Z | [ helios-setup] Dec 19 21:11:40.649 INFO E| Compiling time v0.3.36 |
2797 | 2024-12-19T21:11:42.674Z | [ helios-setup] Dec 19 21:11:41.133 INFO E| Compiling toml v0.5.11 |
2798 | 2024-12-19T21:11:43.342Z | [ helios-setup] Dec 19 21:11:41.801 INFO E| Compiling serde_tokenstream v0.2.0 |
2799 | 2024-12-19T21:11:44.387Z | [ helios-setup] Dec 19 21:11:42.845 INFO E| Compiling smallvec v1.10.0 |
2800 | 2024-12-19T21:11:44.778Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2801 | 2024-12-19T21:11:46.491Z | [ host-package] Compiling lalrpop v0.19.12 |
2802 | 2024-12-19T21:11:47.327Z | [ helios-setup] Dec 19 21:11:45.783 INFO E| Compiling parking_lot v0.12.1 |
2803 | 2024-12-19T21:11:49.677Z | [ helios-setup] Dec 19 21:11:48.133 INFO E| Compiling semver-parser v0.10.2 |
2804 | 2024-12-19T21:11:50.233Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2805 | 2024-12-19T21:11:51.751Z | [ helios-setup] Dec 19 21:11:50.206 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2806 | 2024-12-19T21:11:52.409Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2807 | 2024-12-19T21:11:53.600Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2808 | 2024-12-19T21:11:53.744Z | [ helios-setup] Dec 19 21:11:52.198 INFO E| Compiling url v2.3.1 |
2809 | 2024-12-19T21:11:53.750Z | [ host-package] Compiling diesel v2.2.6 |
2810 | 2024-12-19T21:11:54.207Z | [ host-package] Compiling chacha20 v0.9.1 |
2811 | 2024-12-19T21:11:55.239Z | [ host-package] Compiling aead v0.5.2 |
2812 | 2024-12-19T21:11:56.340Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2813 | 2024-12-19T21:11:57.329Z | [ helios-setup] Dec 19 21:11:55.781 INFO E| Compiling crossbeam-channel v0.5.6 |
2814 | 2024-12-19T21:11:58.004Z | [ host-package] Compiling ref-cast v1.0.23 |
2815 | 2024-12-19T21:11:58.449Z | [ helios-setup] Dec 19 21:11:56.901 INFO E| Compiling dirs-sys-next v0.1.2 |
2816 | 2024-12-19T21:11:59.289Z | [ host-package] Compiling vte v0.11.1 |
2817 | 2024-12-19T21:12:00.652Z | [ helios-setup] Dec 19 21:11:59.102 INFO E| Compiling try-lock v0.2.4 |
2818 | 2024-12-19T21:12:00.832Z | [ helios-setup] Dec 19 21:11:59.282 INFO E| Compiling crc32fast v1.3.2 |
2819 | 2024-12-19T21:12:01.191Z | [ helios-setup] Dec 19 21:11:59.641 INFO E| Compiling same-file v1.0.6 |
2820 | 2024-12-19T21:12:01.294Z | [ helios-setup] Dec 19 21:11:59.744 INFO E| Compiling want v0.3.0 |
2821 | 2024-12-19T21:12:01.716Z | [ helios-setup] Dec 19 21:12:00.166 INFO E| Compiling walkdir v2.3.3 |
2822 | 2024-12-19T21:12:02.273Z | [ helios-setup] Dec 19 21:12:00.723 INFO E| Compiling dirs-next v2.0.0 |
2823 | 2024-12-19T21:12:02.862Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2824 | 2024-12-19T21:12:03.686Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2825 | 2024-12-19T21:12:05.137Z | [ helios-setup] Dec 19 21:12:03.586 INFO E| Compiling semver v0.11.0 |
2826 | 2024-12-19T21:12:06.781Z | [ helios-setup] Dec 19 21:12:05.229 INFO E| Compiling proc-macro-crate v1.2.1 |
2827 | 2024-12-19T21:12:07.065Z | [ helios-setup] Dec 19 21:12:05.512 INFO E| Compiling tokio-util v0.7.7 |
2828 | 2024-12-19T21:12:07.141Z | [ host-package] Compiling chrono-tz v0.10.0 |
2829 | 2024-12-19T21:12:08.613Z | [ host-package] Compiling vsss-rs v3.3.4 |
2830 | 2024-12-19T21:12:08.688Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2831 | 2024-12-19T21:12:08.799Z | [ helios-setup] Dec 19 21:12:07.246 INFO E| Compiling futures-executor v0.3.28 |
2832 | 2024-12-19T21:12:08.858Z | [ helios-setup] Dec 19 21:12:07.305 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2833 | 2024-12-19T21:12:09.714Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2834 | 2024-12-19T21:12:10.902Z | [ helios-setup] Dec 19 21:12:09.348 INFO E| Compiling h2 v0.3.16 |
2835 | 2024-12-19T21:12:11.117Z | [ helios-setup] Dec 19 21:12:09.562 INFO E| Compiling http-body v0.4.5 |
2836 | 2024-12-19T21:12:12.246Z | [ helios-setup] Dec 19 21:12:10.691 INFO E| Compiling ring v0.16.20 |
2837 | 2024-12-19T21:12:12.731Z | [ helios-setup] Dec 19 21:12:11.176 INFO E| Compiling rand_core v0.6.4 |
2838 | 2024-12-19T21:12:13.871Z | [ helios-setup] Dec 19 21:12:12.315 INFO E| Compiling thread_local v1.1.7 |
2839 | 2024-12-19T21:12:14.318Z | [ host-package] Compiling headers-core v0.3.0 |
2840 | 2024-12-19T21:12:14.739Z | [ helios-setup] Dec 19 21:12:13.183 INFO E| Compiling adler v1.0.2 |
2841 | 2024-12-19T21:12:14.786Z | [ host-package] Compiling fxhash v0.2.1 |
2842 | 2024-12-19T21:12:15.562Z | [ helios-setup] Dec 19 21:12:14.006 INFO E| Compiling tower-service v0.3.2 |
2843 | 2024-12-19T21:12:15.723Z | [ host-package] Compiling libxml v0.3.3 |
2844 | 2024-12-19T21:12:15.761Z | [ helios-setup] Dec 19 21:12:14.205 INFO E| Compiling httpdate v1.0.2 |
2845 | 2024-12-19T21:12:15.851Z | [ helios-setup] Dec 19 21:12:14.295 INFO E| Compiling rayon-core v1.10.2 |
2846 | 2024-12-19T21:12:16.767Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2847 | 2024-12-19T21:12:17.432Z | [ helios-setup] Dec 19 21:12:15.875 INFO E| Compiling fastrand v1.9.0 |
2848 | 2024-12-19T21:12:17.561Z | [ helios-setup] Dec 19 21:12:16.003 INFO E| Compiling ppv-lite86 v0.2.17 |
2849 | 2024-12-19T21:12:17.836Z | [ helios-setup] Dec 19 21:12:16.278 INFO E| Compiling utf8parse v0.2.1 |
2850 | 2024-12-19T21:12:18.243Z | [ helios-setup] Dec 19 21:12:16.685 INFO E| Compiling home v0.5.4 |
2851 | 2024-12-19T21:12:18.649Z | [ helios-setup] Dec 19 21:12:17.091 INFO E| Compiling base64 v0.21.0 |
2852 | 2024-12-19T21:12:18.734Z | [ helios-setup] Dec 19 21:12:17.176 INFO E| Compiling lazy_static v1.4.0 |
2853 | 2024-12-19T21:12:19.270Z | [ host-package] Compiling bytecount v0.6.8 |
2854 | 2024-12-19T21:12:19.577Z | [ helios-setup] Dec 19 21:12:18.019 INFO E| Compiling rand_chacha v0.3.1 |
2855 | 2024-12-19T21:12:19.824Z | [ host-package] Compiling papergrid v0.11.0 |
2856 | 2024-12-19T21:12:21.230Z | [ helios-setup] Dec 19 21:12:19.670 INFO E| Compiling toolchain_find v0.2.0 |
2857 | 2024-12-19T21:12:22.225Z | [ helios-setup] Dec 19 21:12:20.666 INFO E| Compiling anstyle-parse v0.1.1 |
2858 | 2024-12-19T21:12:23.205Z | [ helios-setup] Dec 19 21:12:21.645 INFO E| Compiling hyper v0.14.25 |
2859 | 2024-12-19T21:12:23.263Z | [ helios-setup] Dec 19 21:12:21.702 INFO E| Compiling tempfile v3.5.0 |
2860 | 2024-12-19T21:12:23.559Z | [ helios-setup] Dec 19 21:12:21.999 INFO E| Compiling miniz_oxide v0.6.2 |
2861 | 2024-12-19T21:12:38.465Z | [ helios-setup] Dec 19 21:12:36.896 INFO E| Compiling futures v0.3.28 |
2862 | 2024-12-19T21:12:38.759Z | [ helios-setup] Dec 19 21:12:37.191 INFO E| Compiling num_enum_derive v0.5.7 |
2863 | 2024-12-19T21:12:41.825Z | [ host-package] Compiling polar-core v0.27.3 |
2864 | 2024-12-19T21:12:43.050Z | [ helios-setup] Dec 19 21:12:41.480 INFO E| Compiling cargo-lock v8.0.3 |
2865 | 2024-12-19T21:12:44.810Z | [ helios-setup] Dec 19 21:12:43.240 INFO E| Compiling crossbeam-deque v0.8.2 |
2866 | 2024-12-19T21:12:45.863Z | [ helios-setup] Dec 19 21:12:44.288 INFO E| Compiling term v0.7.0 |
2867 | 2024-12-19T21:12:46.625Z | [ host-package] Compiling headers v0.4.0 |
2868 | 2024-12-19T21:12:47.670Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2869 | 2024-12-19T21:12:49.548Z | [ helios-setup] Dec 19 21:12:47.975 INFO E| Compiling serde_urlencoded v0.7.1 |
2870 | 2024-12-19T21:12:49.581Z | [ helios-setup] Dec 19 21:12:48.008 INFO E| Compiling sha1 v0.10.5 |
2871 | 2024-12-19T21:12:50.305Z | [ helios-setup] Dec 19 21:12:48.732 INFO E| Compiling sha2 v0.10.6 |
2872 | 2024-12-19T21:12:50.865Z | [ helios-setup] Dec 19 21:12:49.292 INFO E| Compiling is-terminal v0.4.7 |
2873 | 2024-12-19T21:12:51.333Z | [ helios-setup] Dec 19 21:12:49.759 INFO E| Compiling atty v0.2.14 |
2874 | 2024-12-19T21:12:51.745Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2875 | 2024-12-19T21:12:51.767Z | [ helios-setup] Dec 19 21:12:50.193 INFO E| Compiling concolor-override v1.0.0 |
2876 | 2024-12-19T21:12:52.205Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2877 | 2024-12-19T21:12:52.735Z | [ helios-setup] Dec 19 21:12:51.160 INFO E| Compiling concolor-query v0.3.3 |
2878 | 2024-12-19T21:12:53.470Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2879 | 2024-12-19T21:12:54.074Z | [ host-package] Compiling tabled_derive v0.7.0 |
2880 | 2024-12-19T21:12:54.148Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2881 | 2024-12-19T21:12:54.435Z | [ helios-setup] Dec 19 21:12:52.860 INFO E| Compiling anstyle v0.3.5 |
2882 | 2024-12-19T21:12:54.711Z | [ helios-setup] Dec 19 21:12:53.135 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2883 | 2024-12-19T21:12:55.285Z | [ helios-setup] Dec 19 21:12:53.710 INFO E| Compiling anstream v0.2.6 |
2884 | 2024-12-19T21:12:58.363Z | [ host-package] Compiling fd-lock v4.0.2 |
2885 | 2024-12-19T21:12:58.371Z | [ host-package] Compiling peg-macros v0.8.4 |
2886 | 2024-12-19T21:12:58.940Z | [ host-package] Compiling strum_macros v0.24.3 |
2887 | 2024-12-19T21:12:59.044Z | [ helios-setup] Dec 19 21:12:57.467 INFO E| Compiling slog-term v2.9.0 |
2888 | 2024-12-19T21:12:59.331Z | [ helios-setup] Dec 19 21:12:57.753 INFO E| Compiling flate2 v1.0.25 |
2889 | 2024-12-19T21:13:00.177Z | [ helios-setup] Dec 19 21:12:58.600 INFO E| Compiling num_enum v0.5.7 |
2890 | 2024-12-19T21:13:00.746Z | [ helios-setup] Dec 19 21:12:59.168 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2891 | 2024-12-19T21:13:02.038Z | [ helios-setup] Dec 19 21:13:00.459 INFO E| Compiling rand v0.8.5 |
2892 | 2024-12-19T21:13:02.291Z | [ helios-setup] Dec 19 21:13:00.712 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2893 | 2024-12-19T21:13:02.744Z | [ helios-setup] Dec 19 21:13:01.165 INFO E| Compiling openapiv3 v1.0.2 |
2894 | 2024-12-19T21:13:03.782Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2895 | 2024-12-19T21:13:04.467Z | [ helios-setup] Dec 19 21:13:02.887 INFO E| Compiling encoding_rs v0.8.32 |
2896 | 2024-12-19T21:13:04.963Z | [ helios-setup] Dec 19 21:13:03.383 INFO E| Compiling project-root v0.2.2 |
2897 | 2024-12-19T21:13:05.267Z | [ host-package] Compiling kstat-rs v0.2.4 |
2898 | 2024-12-19T21:13:05.432Z | [ host-package] Compiling samael v0.0.17 |
2899 | 2024-12-19T21:13:05.703Z | [ helios-setup] Dec 19 21:13:04.122 INFO E| Compiling clap_lex v0.4.1 |
2900 | 2024-12-19T21:13:06.048Z | [ host-package] Compiling unicase v2.7.0 |
2901 | 2024-12-19T21:13:06.157Z | [ helios-setup] Dec 19 21:13:04.576 INFO E| Compiling strsim v0.10.0 |
2902 | 2024-12-19T21:13:07.169Z | [ helios-setup] Dec 19 21:13:05.588 INFO E| Compiling untrusted v0.7.1 |
2903 | 2024-12-19T21:13:07.182Z | [ host-package] Compiling indoc v1.0.9 |
2904 | 2024-12-19T21:13:07.263Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2905 | 2024-12-19T21:13:07.759Z | [ helios-setup] Dec 19 21:13:06.177 INFO E| Compiling ipnet v2.7.2 |
2906 | 2024-12-19T21:13:08.170Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2907 | 2024-12-19T21:13:09.730Z | [ helios-setup] Dec 19 21:13:08.148 INFO E| Compiling either v1.8.0 |
2908 | 2024-12-19T21:13:09.812Z | [ host-package] Compiling reedline v0.35.0 |
2909 | 2024-12-19T21:13:10.729Z | [ helios-setup] Dec 19 21:13:09.146 INFO E| Compiling base64 v0.13.1 |
2910 | 2024-12-19T21:13:10.867Z | [ helios-setup] Dec 19 21:13:09.284 INFO E| Compiling byteorder v1.4.3 |
2911 | 2024-12-19T21:13:12.136Z | [ helios-setup] Dec 19 21:13:10.553 INFO E| Compiling spin v0.5.2 |
2912 | 2024-12-19T21:13:12.235Z | [ helios-setup] Dec 19 21:13:10.652 INFO E| Compiling utf-8 v0.7.6 |
2913 | 2024-12-19T21:13:12.431Z | [ helios-setup] Dec 19 21:13:10.847 INFO E| Compiling mime v0.3.17 |
2914 | 2024-12-19T21:13:12.827Z | [ helios-setup] Dec 19 21:13:11.243 INFO E| Compiling unsafe-libyaml v0.2.8 |
2915 | 2024-12-19T21:13:13.732Z | [ helios-setup] Dec 19 21:13:12.148 INFO E| Compiling reqwest v0.11.16 |
2916 | 2024-12-19T21:13:14.593Z | [ host-package] Compiling peg v0.8.4 |
2917 | 2024-12-19T21:13:14.934Z | [ helios-setup] Dec 19 21:13:13.349 INFO E| Compiling tungstenite v0.18.0 |
2918 | 2024-12-19T21:13:15.020Z | [ host-package] Compiling tabled v0.15.0 |
2919 | 2024-12-19T21:13:16.968Z | [ helios-setup] Dec 19 21:13:15.381 INFO E| Compiling serde_yaml v0.9.21 |
2920 | 2024-12-19T21:13:17.775Z | [ helios-setup] Dec 19 21:13:16.189 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2921 | 2024-12-19T21:13:24.759Z | [ helios-setup] Dec 19 21:13:23.168 INFO E| Compiling rayon v1.6.1 |
2922 | 2024-12-19T21:13:26.646Z | [ helios-setup] Dec 19 21:13:25.056 INFO E| Compiling clap_builder v4.2.1 |
2923 | 2024-12-19T21:13:27.752Z | [ helios-setup] Dec 19 21:13:26.161 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2924 | 2024-12-19T21:13:27.871Z | [ helios-setup] Dec 19 21:13:26.280 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2925 | 2024-12-19T21:13:30.169Z | [ host-package] Compiling derive_builder v0.20.2 |
2926 | 2024-12-19T21:13:30.326Z | [ helios-setup] Dec 19 21:13:28.734 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2927 | 2024-12-19T21:13:31.176Z | [ helios-setup] Dec 19 21:13:29.583 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2928 | 2024-12-19T21:13:33.135Z | [ helios-setup] Dec 19 21:13:31.542 INFO E| Compiling clap_derive v4.2.0 |
2929 | 2024-12-19T21:13:37.596Z | [ helios-setup] Dec 19 21:13:36.000 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2930 | 2024-12-19T21:13:43.082Z | [ helios-setup] Dec 19 21:13:41.483 INFO E| Compiling clap v4.2.1 |
2931 | 2024-12-19T21:13:44.853Z | [ helios-setup] Dec 19 21:13:43.253 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2932 | 2024-12-19T21:13:47.229Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2933 | 2024-12-19T21:13:48.384Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2934 | 2024-12-19T21:13:49.883Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2935 | 2024-12-19T21:13:55.874Z | [ helios-setup] Dec 19 21:13:54.269 INFO E| Compiling tokio-tungstenite v0.18.0 |
2936 | 2024-12-19T21:13:56.825Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2937 | 2024-12-19T21:13:57.061Z | [ helios-setup] Dec 19 21:13:55.456 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2938 | 2024-12-19T21:13:57.742Z | [ host-package] Compiling bcs v0.1.6 |
2939 | 2024-12-19T21:13:57.856Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2940 | 2024-12-19T21:13:59.235Z | [ host-package] Compiling oso-derive v0.27.3 |
2941 | 2024-12-19T21:13:59.935Z | [ host-package] Compiling libz-sys v1.1.20 |
2942 | 2024-12-19T21:14:00.023Z | [ helios-setup] Dec 19 21:13:58.417 INFO E| Compiling smartstring v1.0.1 |
2943 | 2024-12-19T21:14:01.120Z | [ helios-setup] Dec 19 21:13:59.513 INFO E| Compiling rustls v0.21.0 |
2944 | 2024-12-19T21:14:01.589Z | [ host-package] Compiling quick-xml v0.33.0 |
2945 | 2024-12-19T21:14:01.693Z | [ host-package] Compiling diesel-dtrace v0.4.0 |
2946 | 2024-12-19T21:14:02.894Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2947 | 2024-12-19T21:14:03.211Z | [ helios-setup] Dec 19 21:14:01.603 INFO E| Compiling sct v0.7.0 |
2948 | 2024-12-19T21:14:04.169Z | [ helios-setup] Dec 19 21:14:02.560 INFO E| Compiling rustls-webpki v0.100.1 |
2949 | 2024-12-19T21:14:08.540Z | [ helios-setup] Dec 19 21:14:06.929 INFO E| Compiling toml_datetime v0.6.1 |
2950 | 2024-12-19T21:14:10.218Z | [ helios-setup] Dec 19 21:14:08.607 INFO E| Compiling serde_spanned v0.6.1 |
2951 | 2024-12-19T21:14:10.647Z | [ host-package] Compiling oso v0.27.3 |
2952 | 2024-12-19T21:14:10.891Z | [ helios-setup] Dec 19 21:14:09.280 INFO E| Compiling camino v1.1.4 |
2953 | 2024-12-19T21:14:12.413Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2954 | 2024-12-19T21:14:12.491Z | [ helios-setup] Dec 19 21:14:10.879 INFO E| Compiling async-trait v0.1.68 |
2955 | 2024-12-19T21:14:13.642Z | [ helios-setup] Dec 19 21:14:12.029 INFO E| Compiling match_cfg v0.1.0 |
2956 | 2024-12-19T21:14:13.854Z | [ helios-setup] Dec 19 21:14:12.241 INFO E| Compiling paste v1.0.12 |
2957 | 2024-12-19T21:14:15.165Z | [ helios-setup] Dec 19 21:14:13.551 INFO E| Compiling winnow v0.4.1 |
2958 | 2024-12-19T21:14:15.240Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2959 | 2024-12-19T21:14:19.282Z | [ helios-setup] Dec 19 21:14:17.667 INFO E| Compiling slog-async v2.7.0 |
2960 | 2024-12-19T21:14:20.773Z | [ helios-setup] Dec 19 21:14:19.157 INFO E| Compiling static_assertions v1.1.0 |
2961 | 2024-12-19T21:14:21.597Z | [ helios-setup] Dec 19 21:14:19.981 INFO E| Compiling hostname v0.3.1 |
2962 | 2024-12-19T21:14:22.226Z | [ helios-setup] Dec 19 21:14:20.609 INFO E| Compiling toml_edit v0.19.8 |
2963 | 2024-12-19T21:14:22.923Z | [ helios-setup] Dec 19 21:14:21.306 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
2964 | 2024-12-19T21:14:22.990Z | [ helios-setup] Dec 19 21:14:21.373 INFO E| Compiling slog-json v2.6.1 |
2965 | 2024-12-19T21:14:23.883Z | [ helios-setup] Dec 19 21:14:22.265 INFO E| Compiling unicode-linebreak v0.1.4 |
2966 | 2024-12-19T21:14:25.650Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2967 | 2024-12-19T21:14:26.035Z | [ helios-setup] Dec 19 21:14:24.415 INFO E| Compiling async-stream-impl v0.3.5 |
2968 | 2024-12-19T21:14:29.134Z | [ helios-setup] Dec 19 21:14:27.513 INFO E| Compiling rhai_codegen v1.5.0 |
2969 | 2024-12-19T21:14:29.641Z | [ helios-setup] Dec 19 21:14:28.020 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2970 | 2024-12-19T21:14:30.588Z | [ helios-setup] Dec 19 21:14:28.967 INFO E| Compiling take_mut v0.2.2 |
2971 | 2024-12-19T21:14:31.451Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2972 | 2024-12-19T21:14:31.533Z | [ helios-setup] Dec 19 21:14:29.905 INFO E| Compiling tokio-rustls v0.24.0 |
2973 | 2024-12-19T21:14:32.247Z | [ host-package] Compiling bb8 v0.8.5 |
2974 | 2024-12-19T21:14:33.582Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2975 | 2024-12-19T21:14:34.521Z | [ helios-setup] Dec 19 21:14:32.898 INFO E| Compiling rhai v1.14.0 |
2976 | 2024-12-19T21:14:36.477Z | [ helios-setup] Dec 19 21:14:34.854 INFO E| Compiling async-stream v0.3.5 |
2977 | 2024-12-19T21:14:37.503Z | [ helios-setup] Dec 19 21:14:35.879 INFO E| Compiling toml v0.7.3 |
2978 | 2024-12-19T21:14:38.505Z | [ helios-setup] Dec 19 21:14:36.880 INFO E| Compiling slog-bunyan v2.4.0 |
2979 | 2024-12-19T21:14:39.669Z | [ host-package] Compiling nibble_vec v0.1.0 |
2980 | 2024-12-19T21:14:40.318Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2981 | 2024-12-19T21:14:42.004Z | [ host-package] Compiling atty v0.2.14 |
2982 | 2024-12-19T21:14:42.370Z | [ host-package] Compiling salty v0.3.0 |
2983 | 2024-12-19T21:14:43.402Z | [ host-package] Compiling endian-type v0.1.2 |
2984 | 2024-12-19T21:14:44.058Z | [ host-package] Compiling radix_trie v0.2.1 |
2985 | 2024-12-19T21:14:44.940Z | [ helios-setup] Dec 19 21:14:43.313 INFO E| Compiling rustls-pemfile v1.0.2 |
2986 | 2024-12-19T21:14:45.314Z | [ helios-setup] Dec 19 21:14:43.686 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2987 | 2024-12-19T21:14:46.075Z | [ helios-setup] Dec 19 21:14:44.447 INFO E| Compiling bincode v1.3.3 |
2988 | 2024-12-19T21:14:47.041Z | [ host-package] Compiling parking_lot v0.11.2 |
2989 | 2024-12-19T21:14:47.475Z | [ helios-setup] Dec 19 21:14:45.845 INFO E| Compiling serde_path_to_error v0.1.11 |
2990 | 2024-12-19T21:14:48.921Z | [ helios-setup] Dec 19 21:14:47.291 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
2991 | 2024-12-19T21:14:49.757Z | [ helios-setup] Dec 19 21:14:48.127 INFO E| Compiling terminal_size v0.2.6 |
2992 | 2024-12-19T21:14:50.594Z | [ helios-setup] Dec 19 21:14:48.964 INFO E| Compiling smawk v0.3.1 |
2993 | 2024-12-19T21:14:51.225Z | [ helios-setup] Dec 19 21:14:49.594 INFO E| Compiling textwrap v0.16.0 |
2994 | 2024-12-19T21:14:51.509Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2995 | 2024-12-19T21:15:01.001Z | [ host-package] Compiling sled v0.34.7 |
2996 | 2024-12-19T21:15:17.621Z | [ helios-setup] Dec 19 21:15:15.978 INFO E| Compiling git2 v0.16.1 |
2997 | 2024-12-19T21:15:23.350Z | [ helios-setup] Dec 19 21:15:21.704 INFO E| Compiling built v0.6.0 |
2998 | 2024-12-19T21:15:27.178Z | [ helios-setup] Dec 19 21:15:25.531 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2999 | 2024-12-19T21:15:29.056Z | [ helios-setup] Dec 19 21:15:27.406 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3000 | 2024-12-19T21:15:29.788Z | [ helios-setup] Dec 19 21:15:28.123 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3001 | 2024-12-19T21:15:30.236Z | [ helios-setup] Dec 19 21:15:28.582 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3002 | 2024-12-19T21:15:33.380Z | [ helios-setup] Dec 19 21:15:31.729 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3003 | 2024-12-19T21:15:47.316Z | [ host-package] Compiling mime_guess v2.0.5 |
3004 | 2024-12-19T21:15:49.884Z | [ host-package] Compiling hickory-client v0.24.1 |
3005 | 2024-12-19T21:15:50.531Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3006 | 2024-12-19T21:15:50.704Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3007 | 2024-12-19T21:15:53.961Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3008 | 2024-12-19T21:15:54.431Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3009 | 2024-12-19T21:15:55.103Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3010 | 2024-12-19T21:15:59.006Z | [ host-package] Compiling hickory-server v0.24.1 |
3011 | 2024-12-19T21:15:59.330Z | [ host-package] Compiling primeorder v0.13.6 |
3012 | 2024-12-19T21:16:00.583Z | [ host-package] Compiling vergen v8.3.2 |
3013 | 2024-12-19T21:16:01.510Z | [ host-package] Compiling env_filter v0.1.2 |
3014 | 2024-12-19T21:16:01.755Z | [ host-package] Compiling cargo-platform v0.1.8 |
3015 | 2024-12-19T21:16:02.951Z | [ host-package] Compiling nanorand v0.7.0 |
3016 | 2024-12-19T21:16:03.678Z | [ host-package] Compiling memoffset v0.9.1 |
3017 | 2024-12-19T21:16:04.504Z | [ host-package] Compiling flume v0.11.1 |
3018 | 2024-12-19T21:16:04.944Z | [ host-package] Compiling cargo_metadata v0.18.1 |
3019 | 2024-12-19T21:16:05.012Z | [ host-package] Compiling env_logger v0.11.5 |
3020 | 2024-12-19T21:16:06.435Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3021 | 2024-12-19T21:16:07.555Z | [ host-package] Compiling p384 v0.13.0 |
3022 | 2024-12-19T21:16:10.171Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3023 | 2024-12-19T21:16:10.210Z | [ host-package] Compiling git2 v0.19.0 |
3024 | 2024-12-19T21:16:18.225Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3025 | 2024-12-19T21:16:21.058Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3026 | 2024-12-19T21:16:24.178Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3027 | 2024-12-19T21:16:25.258Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3028 | 2024-12-19T21:16:27.450Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3029 | 2024-12-19T21:16:27.453Z | [ host-package] Compiling rand_seeder v0.3.0 |
3030 | 2024-12-19T21:16:27.981Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3031 | 2024-12-19T21:16:28.416Z | [ helios-setup] Dec 19 21:16:26.739 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3032 | 2024-12-19T21:16:28.706Z | [ host-package] Compiling lzma-sys v0.1.20 |
3033 | 2024-12-19T21:16:29.792Z | [ host-package] Compiling http-range v0.1.5 |
3034 | 2024-12-19T21:16:29.879Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3035 | 2024-12-19T21:16:30.279Z | [ host-package] Compiling cfg_aliases v0.2.1 |
3036 | 2024-12-19T21:16:30.473Z | [ host-package] Compiling rustls v0.21.12 |
3037 | 2024-12-19T21:16:30.531Z | [ host-package] Compiling nix v0.29.0 |
3038 | 2024-12-19T21:16:30.901Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3039 | 2024-12-19T21:16:31.236Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3040 | 2024-12-19T21:16:32.697Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3041 | 2024-12-19T21:16:32.970Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3042 | 2024-12-19T21:16:33.145Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3043 | 2024-12-19T21:16:33.608Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3044 | 2024-12-19T21:16:33.748Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3045 | 2024-12-19T21:16:34.166Z | [ host-package] Compiling sct v0.7.1 |
3046 | 2024-12-19T21:16:35.813Z | [ host-package] Compiling heck v0.3.3 |
3047 | 2024-12-19T21:16:36.454Z | [ host-package] Compiling castaway v0.2.3 |
3048 | 2024-12-19T21:16:36.756Z | [ host-package] Compiling csv-core v0.1.11 |
3049 | 2024-12-19T21:16:37.815Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3050 | 2024-12-19T21:16:37.966Z | [ host-package] Compiling glob v0.3.1 |
3051 | 2024-12-19T21:16:38.224Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3052 | 2024-12-19T21:16:38.419Z | [ host-package] Compiling csv v1.3.0 |
3053 | 2024-12-19T21:16:38.606Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3054 | 2024-12-19T21:16:38.819Z | [ host-package] Compiling compact_str v0.8.0 |
3055 | 2024-12-19T21:16:40.521Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3056 | 2024-12-19T21:16:42.097Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3057 | 2024-12-19T21:16:42.641Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3058 | 2024-12-19T21:16:44.797Z | [ host-package] Compiling nix v0.27.1 |
3059 | 2024-12-19T21:16:48.083Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3060 | 2024-12-19T21:16:53.013Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3061 | 2024-12-19T21:16:58.908Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3062 | 2024-12-19T21:17:08.801Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3063 | 2024-12-19T21:17:09.396Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3064 | 2024-12-19T21:17:10.007Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3065 | 2024-12-19T21:17:11.415Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3066 | 2024-12-19T21:17:23.865Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3067 | 2024-12-19T21:17:24.879Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3068 | 2024-12-19T21:17:25.010Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3069 | 2024-12-19T21:17:25.097Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3070 | 2024-12-19T21:17:25.465Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3071 | 2024-12-19T21:17:25.662Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3072 | 2024-12-19T21:17:25.777Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3073 | 2024-12-19T21:17:26.692Z | [ host-package] Compiling hashlink v0.9.1 |
3074 | 2024-12-19T21:17:26.940Z | [ host-package] Compiling tungstenite v0.23.0 |
3075 | 2024-12-19T21:17:27.843Z | [ host-package] Compiling lru v0.12.5 |
3076 | 2024-12-19T21:17:28.398Z | [ host-package] Compiling instability v0.3.2 |
3077 | 2024-12-19T21:17:29.249Z | [ host-package] Compiling cassowary v0.3.0 |
3078 | 2024-12-19T21:17:29.603Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3079 | 2024-12-19T21:17:30.873Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3080 | 2024-12-19T21:17:31.326Z | [ host-package] Compiling base64 v0.13.1 |
3081 | 2024-12-19T21:17:31.734Z | [ helios-setup] Dec 19 21:17:30.027 INFO E| Finished `release` profile [optimized] target(s) in 6m 54s |
3082 | 2024-12-19T21:17:31.888Z | [ helios-setup] Dec 19 21:17:30.181 INFO building project "pilot" ok (414 seconds) |
3083 | 2024-12-19T21:17:31.888Z | [ helios-setup] Dec 19 21:17:30.181 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
3084 | 2024-12-19T21:17:31.892Z | [ helios-setup] Dec 19 21:17:30.181 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
3085 | 2024-12-19T21:17:32.234Z | [ helios-setup] Dec 19 21:17:30.527 INFO E| Downloading crates ... |
3086 | 2024-12-19T21:17:32.266Z | [ host-package] Compiling ron v0.7.1 |
3087 | 2024-12-19T21:17:32.363Z | [ helios-setup] Dec 19 21:17:30.656 INFO E| Downloaded miniz_oxide v0.7.2 |
3088 | 2024-12-19T21:17:32.426Z | [ helios-setup] Dec 19 21:17:30.715 INFO E| Compiling adler v1.0.2 |
3089 | 2024-12-19T21:17:32.564Z | [ helios-setup] Dec 19 21:17:30.857 INFO E| Compiling miniz_oxide v0.7.2 |
3090 | 2024-12-19T21:17:33.650Z | [ host-package] Compiling rusqlite v0.32.1 |
3091 | 2024-12-19T21:17:33.697Z | [ host-package] Compiling ratatui v0.28.1 |
3092 | 2024-12-19T21:17:34.251Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3093 | 2024-12-19T21:17:35.392Z | [ helios-setup] Dec 19 21:17:33.683 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
3094 | 2024-12-19T21:17:35.463Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3095 | 2024-12-19T21:17:36.300Z | [ helios-setup] Dec 19 21:17:34.591 INFO E| Finished `release` profile [optimized] target(s) in 4.30s |
3096 | 2024-12-19T21:17:36.311Z | [ helios-setup] Dec 19 21:17:34.602 INFO building project "pinprick" ok (4 seconds) |
3097 | 2024-12-19T21:17:36.314Z | [ helios-setup] Dec 19 21:17:34.602 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
3098 | 2024-12-19T21:17:36.314Z | [ helios-setup] Dec 19 21:17:34.602 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
3099 | 2024-12-19T21:17:36.706Z | [ helios-setup] Dec 19 21:17:34.996 INFO E| Downloading crates ... |
3100 | 2024-12-19T21:17:36.819Z | [ helios-setup] Dec 19 21:17:35.107 INFO E| Downloaded sha2 v0.10.5 |
3101 | 2024-12-19T21:17:36.823Z | [ helios-setup] Dec 19 21:17:35.111 INFO E| Downloaded typenum v1.15.0 |
3102 | 2024-12-19T21:17:36.827Z | [ helios-setup] Dec 19 21:17:35.114 INFO E| Downloaded digest v0.10.3 |
3103 | 2024-12-19T21:17:36.832Z | [ helios-setup] Dec 19 21:17:35.117 INFO E| Downloaded bytes v1.2.1 |
3104 | 2024-12-19T21:17:36.835Z | [ helios-setup] Dec 19 21:17:35.123 INFO E| Downloaded anyhow v1.0.62 |
3105 | 2024-12-19T21:17:36.919Z | [ helios-setup] Dec 19 21:17:35.209 INFO E| Compiling version_check v0.9.4 |
3106 | 2024-12-19T21:17:36.923Z | [ helios-setup] Dec 19 21:17:35.209 INFO E| Compiling typenum v1.15.0 |
3107 | 2024-12-19T21:17:36.923Z | [ helios-setup] Dec 19 21:17:35.209 INFO E| Compiling crc32fast v1.3.2 |
3108 | 2024-12-19T21:17:36.923Z | [ helios-setup] Dec 19 21:17:35.209 INFO E| Compiling cfg-if v1.0.0 |
3109 | 2024-12-19T21:17:36.923Z | [ helios-setup] Dec 19 21:17:35.210 INFO E| Compiling anyhow v1.0.62 |
3110 | 2024-12-19T21:17:36.923Z | [ helios-setup] Dec 19 21:17:35.210 INFO E| Compiling adler v1.0.2 |
3111 | 2024-12-19T21:17:36.926Z | [ helios-setup] Dec 19 21:17:35.213 INFO E| Compiling unicode-width v0.1.10 |
3112 | 2024-12-19T21:17:36.926Z | [ helios-setup] Dec 19 21:17:35.213 INFO E| Compiling cpufeatures v0.2.5 |
3113 | 2024-12-19T21:17:37.236Z | [ helios-setup] Dec 19 21:17:35.527 INFO E| Compiling miniz_oxide v0.6.2 |
3114 | 2024-12-19T21:17:37.311Z | [ helios-setup] Dec 19 21:17:35.601 INFO E| Compiling getopts v0.2.21 |
3115 | 2024-12-19T21:17:37.431Z | [ helios-setup] Dec 19 21:17:35.720 INFO E| Compiling bitflags v1.3.2 |
3116 | 2024-12-19T21:17:37.671Z | [ helios-setup] Dec 19 21:17:35.961 INFO E| Compiling bytes v1.2.1 |
3117 | 2024-12-19T21:17:38.101Z | [ helios-setup] Dec 19 21:17:36.391 INFO E| Compiling generic-array v0.14.6 |
3118 | 2024-12-19T21:17:38.794Z | [ helios-setup] Dec 19 21:17:37.084 INFO E| Compiling flate2 v1.0.25 |
3119 | 2024-12-19T21:17:39.703Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3120 | 2024-12-19T21:17:41.224Z | [ host-package] Compiling xz2 v0.1.7 |
3121 | 2024-12-19T21:17:42.019Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3122 | 2024-12-19T21:17:43.121Z | [ host-package] Compiling zone v0.1.8 |
3123 | 2024-12-19T21:17:43.242Z | [ helios-setup] Dec 19 21:17:41.529 INFO E| Compiling block-buffer v0.10.3 |
3124 | 2024-12-19T21:17:43.242Z | [ helios-setup] Dec 19 21:17:41.529 INFO E| Compiling crypto-common v0.1.6 |
3125 | 2024-12-19T21:17:43.471Z | [ helios-setup] Dec 19 21:17:41.753 INFO E| Compiling digest v0.10.3 |
3126 | 2024-12-19T21:17:43.857Z | [ helios-setup] Dec 19 21:17:42.144 INFO E| Compiling sha2 v0.10.5 |
3127 | 2024-12-19T21:17:44.419Z | [ helios-setup] Dec 19 21:17:42.706 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
3128 | 2024-12-19T21:17:47.835Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3129 | 2024-12-19T21:17:49.914Z | [ helios-setup] Dec 19 21:17:48.198 INFO E| Finished `release` profile [optimized] target(s) in 13.45s |
3130 | 2024-12-19T21:17:49.931Z | [ helios-setup] Dec 19 21:17:48.215 INFO building project "bootserver" ok (13 seconds) |
3131 | 2024-12-19T21:17:49.931Z | [ helios-setup] Dec 19 21:17:48.215 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
3132 | 2024-12-19T21:17:49.931Z | [ helios-setup] Dec 19 21:17:48.215 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
3133 | 2024-12-19T21:17:49.942Z | [ helios-setup] Dec 19 21:17:48.225 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
3134 | 2024-12-19T21:17:50.361Z | [ helios-setup] Dec 19 21:17:48.645 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
3135 | 2024-12-19T21:17:50.361Z | [ helios-setup] Dec 19 21:17:48.645 INFO E| info: downloading component 'cargo' |
3136 | 2024-12-19T21:17:52.019Z | [ helios-setup] Dec 19 21:17:50.302 INFO E| info: downloading component 'clippy' |
3137 | 2024-12-19T21:17:52.279Z | [ helios-setup] Dec 19 21:17:50.562 INFO E| info: downloading component 'rust-docs' |
3138 | 2024-12-19T21:17:53.843Z | [ helios-setup] Dec 19 21:17:52.125 INFO E| info: downloading component 'rust-src' |
3139 | 2024-12-19T21:17:54.130Z | [ helios-setup] Dec 19 21:17:52.411 INFO E| info: downloading component 'rust-std' |
3140 | 2024-12-19T21:17:55.963Z | [ helios-setup] Dec 19 21:17:54.245 INFO E| info: downloading component 'rustc' |
3141 | 2024-12-19T21:17:59.082Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3142 | 2024-12-19T21:18:00.700Z | [ helios-setup] Dec 19 21:17:58.979 INFO E| info: downloading component 'rustfmt' |
3143 | 2024-12-19T21:18:00.948Z | [ helios-setup] Dec 19 21:17:59.227 INFO E| info: installing component 'cargo' |
3144 | 2024-12-19T21:18:01.118Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3145 | 2024-12-19T21:18:02.146Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3146 | 2024-12-19T21:18:02.443Z | [ helios-setup] Dec 19 21:18:00.721 INFO E| info: installing component 'clippy' |
3147 | 2024-12-19T21:18:02.662Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3148 | 2024-12-19T21:18:02.861Z | [ helios-setup] Dec 19 21:18:01.139 INFO E| info: installing component 'rust-docs' |
3149 | 2024-12-19T21:18:04.487Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3150 | 2024-12-19T21:18:06.454Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3151 | 2024-12-19T21:18:08.612Z | [ helios-setup] Dec 19 21:18:06.887 INFO E| info: installing component 'rust-src' |
3152 | 2024-12-19T21:18:09.434Z | [ helios-setup] Dec 19 21:18:07.709 INFO E| info: installing component 'rust-std' |
3153 | 2024-12-19T21:18:11.411Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3154 | 2024-12-19T21:18:12.123Z | [ helios-setup] Dec 19 21:18:10.397 INFO E| info: installing component 'rustc' |
3155 | 2024-12-19T21:18:12.331Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3156 | 2024-12-19T21:18:12.741Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3157 | 2024-12-19T21:18:15.952Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3158 | 2024-12-19T21:18:16.292Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3159 | 2024-12-19T21:18:16.553Z | [ host-package] Compiling twox-hash v1.6.3 |
3160 | 2024-12-19T21:18:17.770Z | [ host-package] Compiling yasna v0.5.2 |
3161 | 2024-12-19T21:18:18.214Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3162 | 2024-12-19T21:18:18.344Z | [ helios-setup] Dec 19 21:18:16.613 INFO E| info: installing component 'rustfmt' |
3163 | 2024-12-19T21:18:18.539Z | [ host-package] Compiling smawk v0.3.2 |
3164 | 2024-12-19T21:18:18.958Z | [ host-package] Compiling is_ci v1.2.0 |
3165 | 2024-12-19T21:18:18.984Z | [ host-package] Compiling textwrap v0.16.1 |
3166 | 2024-12-19T21:18:19.157Z | [ helios-setup] Dec 19 21:18:17.427 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
3167 | 2024-12-19T21:18:19.310Z | [ host-package] Compiling rcgen v0.12.1 |
3168 | 2024-12-19T21:18:20.050Z | [ helios-setup] Dec 19 21:18:18.320 INFO E| From https://github.com/oxidecomputer/amd-apcb |
3169 | 2024-12-19T21:18:20.050Z | [ helios-setup] Dec 19 21:18:18.320 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
3170 | 2024-12-19T21:18:20.050Z | [ helios-setup] Dec 19 21:18:18.320 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3171 | 2024-12-19T21:18:20.082Z | [ helios-setup] Dec 19 21:18:18.352 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
3172 | 2024-12-19T21:18:20.082Z | [ helios-setup] Dec 19 21:18:18.352 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
3173 | 2024-12-19T21:18:20.086Z | [ helios-setup] Dec 19 21:18:18.352 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
3174 | 2024-12-19T21:18:20.086Z | [ helios-setup] Dec 19 21:18:18.352 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3175 | 2024-12-19T21:18:20.087Z | [ helios-setup] Dec 19 21:18:18.352 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3176 | 2024-12-19T21:18:20.087Z | [ helios-setup] Dec 19 21:18:18.353 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3177 | 2024-12-19T21:18:20.087Z | [ helios-setup] Dec 19 21:18:18.353 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
3178 | 2024-12-19T21:18:20.087Z | [ helios-setup] Dec 19 21:18:18.353 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
3179 | 2024-12-19T21:18:20.087Z | [ helios-setup] Dec 19 21:18:18.353 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3180 | 2024-12-19T21:18:20.087Z | [ helios-setup] Dec 19 21:18:18.353 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3181 | 2024-12-19T21:18:20.087Z | [ helios-setup] Dec 19 21:18:18.353 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3182 | 2024-12-19T21:18:20.125Z | [ helios-setup] Dec 19 21:18:18.395 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
3183 | 2024-12-19T21:18:21.058Z | [ helios-setup] Dec 19 21:18:19.328 INFO E| From https://github.com/oxidecomputer/amd-efs |
3184 | 2024-12-19T21:18:21.058Z | [ helios-setup] Dec 19 21:18:19.328 INFO E| * [new branch] empty -> origin/empty |
3185 | 2024-12-19T21:18:21.058Z | [ helios-setup] Dec 19 21:18:19.328 INFO E| * [new branch] issue-99 -> origin/issue-99 |
3186 | 2024-12-19T21:18:21.061Z | [ helios-setup] Dec 19 21:18:19.328 INFO E| * [new branch] main -> origin/main |
3187 | 2024-12-19T21:18:21.061Z | [ helios-setup] Dec 19 21:18:19.328 INFO E| * [new branch] review -> origin/review |
3188 | 2024-12-19T21:18:21.061Z | [ helios-setup] Dec 19 21:18:19.329 INFO E| * [new ref] -> origin/HEAD |
3189 | 2024-12-19T21:18:21.061Z | [ helios-setup] Dec 19 21:18:19.329 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3190 | 2024-12-19T21:18:21.062Z | [ helios-setup] Dec 19 21:18:19.329 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
3191 | 2024-12-19T21:18:21.062Z | [ helios-setup] Dec 19 21:18:19.329 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
3192 | 2024-12-19T21:18:21.062Z | [ helios-setup] Dec 19 21:18:19.329 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
3193 | 2024-12-19T21:18:21.062Z | [ helios-setup] Dec 19 21:18:19.329 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
3194 | 2024-12-19T21:18:21.062Z | [ helios-setup] Dec 19 21:18:19.330 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
3195 | 2024-12-19T21:18:21.062Z | [ helios-setup] Dec 19 21:18:19.330 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
3196 | 2024-12-19T21:18:21.062Z | [ helios-setup] Dec 19 21:18:19.330 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
3197 | 2024-12-19T21:18:21.062Z | [ helios-setup] Dec 19 21:18:19.330 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3198 | 2024-12-19T21:18:21.062Z | [ helios-setup] Dec 19 21:18:19.330 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3199 | 2024-12-19T21:18:21.062Z | [ helios-setup] Dec 19 21:18:19.330 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3200 | 2024-12-19T21:18:21.062Z | [ helios-setup] Dec 19 21:18:19.330 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3201 | 2024-12-19T21:18:21.062Z | [ helios-setup] Dec 19 21:18:19.330 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3202 | 2024-12-19T21:18:21.062Z | [ helios-setup] Dec 19 21:18:19.331 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3203 | 2024-12-19T21:18:21.086Z | [ helios-setup] Dec 19 21:18:19.356 INFO E| Updating crates.io index |
3204 | 2024-12-19T21:18:21.363Z | [ helios-setup] Dec 19 21:18:19.633 INFO E| Downloading crates ... |
3205 | 2024-12-19T21:18:21.513Z | [ helios-setup] Dec 19 21:18:19.781 INFO E| Downloaded ansi_term v0.12.1 |
3206 | 2024-12-19T21:18:21.516Z | [ helios-setup] Dec 19 21:18:19.785 INFO E| Downloaded fletcher v0.1.0 |
3207 | 2024-12-19T21:18:21.519Z | [ helios-setup] Dec 19 21:18:19.787 INFO E| Downloaded cfg-if v0.1.10 |
3208 | 2024-12-19T21:18:21.547Z | [ helios-setup] Dec 19 21:18:19.817 INFO E| Downloaded scroll_derive v0.10.5 |
3209 | 2024-12-19T21:18:21.550Z | [ helios-setup] Dec 19 21:18:19.818 INFO E| Downloaded memoffset v0.5.6 |
3210 | 2024-12-19T21:18:21.577Z | [ host-package] Compiling supports-color v3.0.1 |
3211 | 2024-12-19T21:18:21.580Z | [ helios-setup] Dec 19 21:18:19.848 INFO E| Downloaded unic-ucd-version v0.9.0 |
3212 | 2024-12-19T21:18:21.583Z | [ helios-setup] Dec 19 21:18:19.850 INFO E| Downloaded unic-common v0.9.0 |
3213 | 2024-12-19T21:18:21.583Z | [ helios-setup] Dec 19 21:18:19.851 INFO E| Downloaded unic-char-range v0.9.0 |
3214 | 2024-12-19T21:18:21.585Z | [ helios-setup] Dec 19 21:18:19.853 INFO E| Downloaded unic-char-property v0.9.0 |
3215 | 2024-12-19T21:18:21.589Z | [ helios-setup] Dec 19 21:18:19.856 INFO E| Downloaded rustc_version v0.2.3 |
3216 | 2024-12-19T21:18:21.589Z | [ helios-setup] Dec 19 21:18:19.857 INFO E| Downloaded proc-macro-crate v0.1.5 |
3217 | 2024-12-19T21:18:21.591Z | [ helios-setup] Dec 19 21:18:19.859 INFO E| Downloaded structopt-derive v0.4.18 |
3218 | 2024-12-19T21:18:21.591Z | [ helios-setup] Dec 19 21:18:19.861 INFO E| Downloaded parse_int v0.6.0 |
3219 | 2024-12-19T21:18:21.594Z | [ helios-setup] Dec 19 21:18:19.862 INFO E| Downloaded pre v0.2.1 |
3220 | 2024-12-19T21:18:21.594Z | [ helios-setup] Dec 19 21:18:19.863 INFO E| Downloaded pest_generator v2.7.13 |
3221 | 2024-12-19T21:18:21.596Z | [ helios-setup] Dec 19 21:18:19.865 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
3222 | 2024-12-19T21:18:21.601Z | [ helios-setup] Dec 19 21:18:19.868 INFO E| Downloaded thiserror v1.0.64 |
3223 | 2024-12-19T21:18:21.607Z | [ helios-setup] Dec 19 21:18:19.876 INFO E| Downloaded vec_map v0.8.2 |
3224 | 2024-12-19T21:18:21.609Z | [ helios-setup] Dec 19 21:18:19.878 INFO E| Downloaded semver v0.9.0 |
3225 | 2024-12-19T21:18:21.614Z | [ helios-setup] Dec 19 21:18:19.880 INFO E| Downloaded unic-ucd-ident v0.9.0 |
3226 | 2024-12-19T21:18:21.614Z | [ helios-setup] Dec 19 21:18:19.883 INFO E| Downloaded scroll v0.10.2 |
3227 | 2024-12-19T21:18:21.618Z | [ helios-setup] Dec 19 21:18:19.886 INFO E| Downloaded modular-bitfield v0.11.2 |
3228 | 2024-12-19T21:18:21.634Z | [ helios-setup] Dec 19 21:18:19.903 INFO E| Downloaded strum_macros v0.23.1 |
3229 | 2024-12-19T21:18:21.637Z | [ helios-setup] Dec 19 21:18:19.906 INFO E| Downloaded structopt v0.3.26 |
3230 | 2024-12-19T21:18:21.650Z | [ helios-setup] Dec 19 21:18:19.919 INFO E| Downloaded clap v2.34.0 |
3231 | 2024-12-19T21:18:21.661Z | [ helios-setup] Dec 19 21:18:19.930 INFO E| Downloaded serde v1.0.210 |
3232 | 2024-12-19T21:18:21.666Z | [ helios-setup] Dec 19 21:18:19.935 INFO E| Downloaded pest v2.7.13 |
3233 | 2024-12-19T21:18:21.674Z | [ helios-setup] Dec 19 21:18:19.943 INFO E| Downloaded serde_json v1.0.128 |
3234 | 2024-12-19T21:18:21.686Z | [ helios-setup] Dec 19 21:18:19.955 INFO E| Downloaded goblin v0.4.3 |
3235 | 2024-12-19T21:18:21.695Z | [ helios-setup] Dec 19 21:18:19.964 INFO E| Downloaded syn v2.0.79 |
3236 | 2024-12-19T21:18:21.712Z | [ helios-setup] Dec 19 21:18:19.981 INFO E| Downloaded serde_derive v1.0.210 |
3237 | 2024-12-19T21:18:21.716Z | [ helios-setup] Dec 19 21:18:19.985 INFO E| Downloaded semver-parser v0.7.0 |
3238 | 2024-12-19T21:18:21.718Z | [ helios-setup] Dec 19 21:18:19.986 INFO E| Downloaded pest_meta v2.7.13 |
3239 | 2024-12-19T21:18:21.721Z | [ helios-setup] Dec 19 21:18:19.990 INFO E| Downloaded once_cell v1.20.1 |
3240 | 2024-12-19T21:18:21.748Z | [ helios-setup] Dec 19 21:18:20.017 INFO E| Downloaded libc v0.2.159 |
3241 | 2024-12-19T21:18:21.787Z | [ helios-setup] Dec 19 21:18:20.056 INFO E| Downloaded textwrap v0.11.0 |
3242 | 2024-12-19T21:18:21.790Z | [ helios-setup] Dec 19 21:18:20.058 INFO E| Downloaded strsim v0.8.0 |
3243 | 2024-12-19T21:18:21.793Z | [ helios-setup] Dec 19 21:18:20.060 INFO E| Downloaded thiserror-impl v1.0.64 |
3244 | 2024-12-19T21:18:21.796Z | [ helios-setup] Dec 19 21:18:20.062 INFO E| Downloaded pre-proc-macro v0.2.1 |
3245 | 2024-12-19T21:18:21.796Z | [ helios-setup] Dec 19 21:18:20.065 INFO E| Downloaded pest_derive v2.7.13 |
3246 | 2024-12-19T21:18:21.799Z | [ helios-setup] Dec 19 21:18:20.068 INFO E| Downloaded strum v0.23.0 |
3247 | 2024-12-19T21:18:21.802Z | [ helios-setup] Dec 19 21:18:20.069 INFO E| Downloaded four-cc v0.3.0 |
3248 | 2024-12-19T21:18:21.802Z | [ helios-setup] Dec 19 21:18:20.070 INFO E| Downloaded bytesize v1.3.0 |
3249 | 2024-12-19T21:18:21.898Z | [ helios-setup] Dec 19 21:18:20.167 INFO E| Compiling proc-macro2 v1.0.86 |
3250 | 2024-12-19T21:18:21.898Z | [ helios-setup] Dec 19 21:18:20.167 INFO E| Compiling unicode-ident v1.0.13 |
3251 | 2024-12-19T21:18:21.901Z | [ helios-setup] Dec 19 21:18:20.167 INFO E| Compiling syn v1.0.109 |
3252 | 2024-12-19T21:18:21.902Z | [ helios-setup] Dec 19 21:18:20.168 INFO E| Compiling version_check v0.9.5 |
3253 | 2024-12-19T21:18:21.902Z | [ helios-setup] Dec 19 21:18:20.168 INFO E| Compiling memchr v2.7.4 |
3254 | 2024-12-19T21:18:21.902Z | [ helios-setup] Dec 19 21:18:20.168 INFO E| Compiling semver-parser v0.7.0 |
3255 | 2024-12-19T21:18:21.909Z | [ helios-setup] Dec 19 21:18:20.177 INFO E| Compiling thiserror v1.0.64 |
3256 | 2024-12-19T21:18:21.909Z | [ helios-setup] Dec 19 21:18:20.177 INFO E| Compiling autocfg v1.4.0 |
3257 | 2024-12-19T21:18:22.457Z | [ helios-setup] Dec 19 21:18:20.726 INFO E| Compiling serde v1.0.210 |
3258 | 2024-12-19T21:18:23.055Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3259 | 2024-12-19T21:18:23.311Z | [ helios-setup] Dec 19 21:18:21.579 INFO E| Compiling semver v0.9.0 |
3260 | 2024-12-19T21:18:23.316Z | [ helios-setup] Dec 19 21:18:21.585 INFO E| Compiling proc-macro-error-attr v1.0.4 |
3261 | 2024-12-19T21:18:23.512Z | [ helios-setup] Dec 19 21:18:21.780 INFO E| Compiling proc-macro-error v1.0.4 |
3262 | 2024-12-19T21:18:23.782Z | [ helios-setup] Dec 19 21:18:22.049 INFO E| Compiling serde_json v1.0.128 |
3263 | 2024-12-19T21:18:23.803Z | [ helios-setup] Dec 19 21:18:22.071 INFO E| Compiling num-traits v0.2.19 |
3264 | 2024-12-19T21:18:24.092Z | [ helios-setup] Dec 19 21:18:22.360 INFO E| Compiling rustc_version v0.2.3 |
3265 | 2024-12-19T21:18:24.360Z | [ helios-setup] Dec 19 21:18:22.628 INFO E| Compiling ryu v1.0.18 |
3266 | 2024-12-19T21:18:24.574Z | [ helios-setup] Dec 19 21:18:22.842 INFO E| Compiling unicode-segmentation v1.12.0 |
3267 | 2024-12-19T21:18:24.667Z | [ helios-setup] Dec 19 21:18:22.934 INFO E| Compiling schemars v0.8.21 |
3268 | 2024-12-19T21:18:24.923Z | [ helios-setup] Dec 19 21:18:23.190 INFO E| Compiling itoa v1.0.11 |
3269 | 2024-12-19T21:18:25.032Z | [ helios-setup] Dec 19 21:18:23.300 INFO E| Compiling pre-proc-macro v0.2.1 |
3270 | 2024-12-19T21:18:25.298Z | [ helios-setup] Dec 19 21:18:23.566 INFO E| Compiling quote v1.0.37 |
3271 | 2024-12-19T21:18:25.619Z | [ helios-setup] Dec 19 21:18:23.886 INFO E| Compiling memoffset v0.5.6 |
3272 | 2024-12-19T21:18:25.645Z | [ helios-setup] Dec 19 21:18:23.912 INFO E| Compiling lazy_static v1.5.0 |
3273 | 2024-12-19T21:18:25.840Z | [ helios-setup] Dec 19 21:18:24.107 INFO E| Compiling ucd-trie v0.1.7 |
3274 | 2024-12-19T21:18:25.911Z | [ helios-setup] Dec 19 21:18:24.178 INFO E| Compiling dyn-clone v1.0.17 |
3275 | 2024-12-19T21:18:26.188Z | [ helios-setup] Dec 19 21:18:24.455 INFO E| Compiling syn v2.0.79 |
3276 | 2024-12-19T21:18:26.349Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3277 | 2024-12-19T21:18:26.441Z | [ helios-setup] Dec 19 21:18:24.707 INFO E| Compiling heck v0.3.3 |
3278 | 2024-12-19T21:18:26.545Z | [ helios-setup] Dec 19 21:18:24.811 INFO E| Compiling libc v0.2.159 |
3279 | 2024-12-19T21:18:26.810Z | [ helios-setup] Dec 19 21:18:25.077 INFO E| Compiling rustversion v1.0.17 |
3280 | 2024-12-19T21:18:27.145Z | [ helios-setup] Dec 19 21:18:25.412 INFO E| Compiling paste v1.0.15 |
3281 | 2024-12-19T21:18:27.969Z | [ helios-setup] Dec 19 21:18:26.236 INFO E| Compiling pre v0.2.1 |
3282 | 2024-12-19T21:18:28.295Z | [ helios-setup] Dec 19 21:18:26.560 INFO E| Compiling byteorder v1.5.0 |
3283 | 2024-12-19T21:18:28.713Z | [ helios-setup] Dec 19 21:18:26.979 INFO E| Compiling static_assertions v1.1.0 |
3284 | 2024-12-19T21:18:28.817Z | [ helios-setup] Dec 19 21:18:27.082 INFO E| Compiling cfg-if v0.1.10 |
3285 | 2024-12-19T21:18:28.913Z | [ helios-setup] Dec 19 21:18:27.179 INFO E| Compiling once_cell v1.20.1 |
3286 | 2024-12-19T21:18:30.352Z | [ helios-setup] Dec 19 21:18:28.617 INFO E| Compiling unicode-width v0.1.14 |
3287 | 2024-12-19T21:18:31.074Z | [ helios-setup] Dec 19 21:18:29.338 INFO E| Compiling atty v0.2.14 |
3288 | 2024-12-19T21:18:31.452Z | [ helios-setup] Dec 19 21:18:29.717 INFO E| Compiling textwrap v0.11.0 |
3289 | 2024-12-19T21:18:31.474Z | [ helios-setup] Dec 19 21:18:29.738 INFO E| Compiling fletcher v0.1.0 |
3290 | 2024-12-19T21:18:31.604Z | [ helios-setup] Dec 19 21:18:29.869 INFO E| Compiling vec_map v0.8.2 |
3291 | 2024-12-19T21:18:31.915Z | [ helios-setup] Dec 19 21:18:30.179 INFO E| Compiling ansi_term v0.12.1 |
3292 | 2024-12-19T21:18:31.915Z | [ helios-setup] Dec 19 21:18:30.179 INFO E| Compiling strum v0.23.0 |
3293 | 2024-12-19T21:18:32.154Z | [ helios-setup] Dec 19 21:18:30.418 INFO E| Compiling parse_int v0.6.0 |
3294 | 2024-12-19T21:18:32.272Z | [ helios-setup] Dec 19 21:18:30.536 INFO E| Compiling unic-common v0.9.0 |
3295 | 2024-12-19T21:18:32.473Z | [ helios-setup] Dec 19 21:18:30.737 INFO E| Compiling bitflags v1.3.2 |
3296 | 2024-12-19T21:18:32.505Z | [ helios-setup] Dec 19 21:18:30.769 INFO E| Compiling unic-char-range v0.9.0 |
3297 | 2024-12-19T21:18:32.627Z | [ helios-setup] Dec 19 21:18:30.890 INFO E| Compiling strsim v0.8.0 |
3298 | 2024-12-19T21:18:32.721Z | [ helios-setup] Dec 19 21:18:30.985 INFO E| Compiling unic-char-property v0.9.0 |
3299 | 2024-12-19T21:18:32.846Z | [ helios-setup] Dec 19 21:18:31.110 INFO E| Compiling unic-ucd-version v0.9.0 |
3300 | 2024-12-19T21:18:32.947Z | [ helios-setup] Dec 19 21:18:31.211 INFO E| Compiling log v0.4.22 |
3301 | 2024-12-19T21:18:32.973Z | [ helios-setup] Dec 19 21:18:31.237 INFO E| Compiling plain v0.2.3 |
3302 | 2024-12-19T21:18:33.078Z | [ helios-setup] Dec 19 21:18:31.342 INFO E| Compiling clap v2.34.0 |
3303 | 2024-12-19T21:18:33.201Z | [ helios-setup] Dec 19 21:18:31.464 INFO E| Compiling unic-ucd-ident v0.9.0 |
3304 | 2024-12-19T21:18:33.430Z | [ helios-setup] Dec 19 21:18:31.693 INFO E| Compiling bytesize v1.3.0 |
3305 | 2024-12-19T21:18:35.334Z | [ helios-setup] Dec 19 21:18:33.597 INFO E| Compiling serde_derive_internals v0.29.1 |
3306 | 2024-12-19T21:18:37.286Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3307 | 2024-12-19T21:18:37.887Z | [ helios-setup] Dec 19 21:18:36.149 INFO E| Compiling toml v0.5.11 |
3308 | 2024-12-19T21:18:41.200Z | [ helios-setup] Dec 19 21:18:39.460 INFO E| Compiling thiserror-impl v1.0.64 |
3309 | 2024-12-19T21:18:42.037Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3310 | 2024-12-19T21:18:42.363Z | [ helios-setup] Dec 19 21:18:40.621 INFO E| Compiling serde_derive v1.0.210 |
3311 | 2024-12-19T21:18:42.509Z | [ helios-setup] Dec 19 21:18:40.768 INFO E| Compiling schemars_derive v0.8.21 |
3312 | 2024-12-19T21:18:42.914Z | [ helios-setup] Dec 19 21:18:41.173 INFO E| Compiling proc-macro-crate v0.1.5 |
3313 | 2024-12-19T21:18:43.225Z | [ helios-setup] Dec 19 21:18:41.484 INFO E| Compiling zerocopy-derive v0.6.6 |
3314 | 2024-12-19T21:18:44.083Z | [ helios-setup] Dec 19 21:18:42.341 INFO E| Compiling num-derive v0.4.2 |
3315 | 2024-12-19T21:18:46.871Z | [ helios-setup] Dec 19 21:18:45.128 INFO E| Compiling pest v2.7.13 |
3316 | 2024-12-19T21:18:47.430Z | [ helios-setup] Dec 19 21:18:45.687 INFO E| Compiling zerocopy v0.6.6 |
3317 | 2024-12-19T21:18:49.060Z | [ helios-setup] Dec 19 21:18:47.315 INFO E| Compiling modular-bitfield-impl v0.11.2 |
3318 | 2024-12-19T21:18:49.073Z | [ helios-setup] Dec 19 21:18:47.330 INFO E| Compiling strum_macros v0.23.1 |
3319 | 2024-12-19T21:18:49.181Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3320 | 2024-12-19T21:18:49.255Z | [ helios-setup] Dec 19 21:18:47.511 INFO E| Compiling scroll_derive v0.10.5 |
3321 | 2024-12-19T21:18:51.425Z | [ helios-setup] Dec 19 21:18:49.680 INFO E| Compiling structopt-derive v0.4.18 |
3322 | 2024-12-19T21:18:52.507Z | [ helios-setup] Dec 19 21:18:50.761 INFO E| Compiling pest_meta v2.7.13 |
3323 | 2024-12-19T21:18:53.822Z | [ helios-setup] Dec 19 21:18:52.075 INFO E| Compiling scroll v0.10.2 |
3324 | 2024-12-19T21:18:55.026Z | [ helios-setup] Dec 19 21:18:53.280 INFO E| Compiling goblin v0.4.3 |
3325 | 2024-12-19T21:18:55.178Z | [ helios-setup] Dec 19 21:18:53.431 INFO E| Compiling modular-bitfield v0.11.2 |
3326 | 2024-12-19T21:18:55.802Z | [ helios-setup] Dec 19 21:18:54.054 INFO E| Compiling pest_generator v2.7.13 |
3327 | 2024-12-19T21:18:56.831Z | [ helios-setup] Dec 19 21:18:55.083 INFO E| Compiling structopt v0.3.26 |
3328 | 2024-12-19T21:19:01.993Z | [ helios-setup] Dec 19 21:19:00.243 INFO E| Compiling pest_derive v2.7.13 |
3329 | 2024-12-19T21:19:05.586Z | [ helios-setup] Dec 19 21:19:03.834 INFO E| Compiling json5 v0.4.1 |
3330 | 2024-12-19T21:19:10.723Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3331 | 2024-12-19T21:19:11.367Z | [ helios-setup] Dec 19 21:19:09.613 INFO E| Compiling four-cc v0.3.0 |
3332 | 2024-12-19T21:19:11.439Z | [ helios-setup] Dec 19 21:19:09.685 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
3333 | 2024-12-19T21:19:11.738Z | [ helios-setup] Dec 19 21:19:09.983 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
3334 | 2024-12-19T21:19:17.605Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3335 | 2024-12-19T21:19:24.115Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3336 | 2024-12-19T21:19:33.285Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3337 | 2024-12-19T21:19:34.070Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3338 | 2024-12-19T21:19:34.454Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3339 | 2024-12-19T21:19:35.116Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3340 | 2024-12-19T21:19:42.266Z | [ host-package] Compiling fatfs v0.3.6 |
3341 | 2024-12-19T21:19:44.853Z | [ host-package] Compiling subprocess v0.2.9 |
3342 | 2024-12-19T21:19:45.800Z | [ host-package] Compiling rtoolbox v0.0.2 |
3343 | 2024-12-19T21:19:46.326Z | [ host-package] Compiling assert_matches v1.5.0 |
3344 | 2024-12-19T21:19:47.084Z | [ host-package] Compiling rpassword v7.3.1 |
3345 | 2024-12-19T21:19:47.445Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3346 | 2024-12-19T21:19:48.084Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3347 | 2024-12-19T21:19:50.339Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3348 | 2024-12-19T21:19:51.093Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3349 | 2024-12-19T21:19:51.683Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3350 | 2024-12-19T21:19:56.570Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3351 | 2024-12-19T21:19:56.719Z | [ helios-setup] Dec 19 21:19:54.943 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
3352 | 2024-12-19T21:19:58.722Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3353 | 2024-12-19T21:19:59.207Z | [ host-package] Compiling uzers v0.12.1 |
3354 | 2024-12-19T21:20:02.838Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3355 | 2024-12-19T21:20:13.086Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3356 | 2024-12-19T21:20:14.314Z | [ helios-setup] Dec 19 21:20:12.529 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3357 | 2024-12-19T21:20:15.415Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3358 | 2024-12-19T21:20:45.018Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3359 | 2024-12-19T21:20:48.866Z | [ host-package] Compiling multimap v0.10.0 |
3360 | 2024-12-19T21:21:07.988Z | [ helios-setup] Dec 19 21:21:06.177 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 48s |
3361 | 2024-12-19T21:21:08.029Z | [ helios-setup] Dec 19 21:21:06.219 INFO building project "amd-host-image-builder" ok (198 seconds) |
3362 | 2024-12-19T21:21:08.029Z | [ helios-setup] Dec 19 21:21:06.219 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
3363 | 2024-12-19T21:21:08.032Z | [ helios-setup] Dec 19 21:21:06.219 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
3364 | 2024-12-19T21:21:08.453Z | [ helios-setup] Dec 19 21:21:06.642 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
3365 | 2024-12-19T21:21:08.991Z | [ helios-setup] Dec 19 21:21:07.180 INFO E| From https://github.com/jclulow/rust-jmclib |
3366 | 2024-12-19T21:21:08.991Z | [ helios-setup] Dec 19 21:21:07.180 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
3367 | 2024-12-19T21:21:09.014Z | [ helios-setup] Dec 19 21:21:07.203 INFO E| Updating crates.io index |
3368 | 2024-12-19T21:21:09.215Z | [ helios-setup] Dec 19 21:21:07.405 INFO E| Downloading crates ... |
3369 | 2024-12-19T21:21:09.347Z | [ helios-setup] Dec 19 21:21:07.536 INFO E| Downloaded bitflags v2.3.3 |
3370 | 2024-12-19T21:21:09.352Z | [ helios-setup] Dec 19 21:21:07.541 INFO E| Downloaded cpufeatures v0.2.9 |
3371 | 2024-12-19T21:21:09.354Z | [ helios-setup] Dec 19 21:21:07.543 INFO E| Downloaded block-buffer v0.9.0 |
3372 | 2024-12-19T21:21:09.383Z | [ helios-setup] Dec 19 21:21:07.572 INFO E| Downloaded proc-macro2 v1.0.66 |
3373 | 2024-12-19T21:21:09.387Z | [ helios-setup] Dec 19 21:21:07.576 INFO E| Downloaded md-5 v0.9.1 |
3374 | 2024-12-19T21:21:09.389Z | [ helios-setup] Dec 19 21:21:07.578 INFO E| Downloaded libdevinfo-sys v1.0.0 |
3375 | 2024-12-19T21:21:09.391Z | [ helios-setup] Dec 19 21:21:07.580 INFO E| Downloaded digest v0.9.0 |
3376 | 2024-12-19T21:21:09.422Z | [ helios-setup] Dec 19 21:21:07.612 INFO E| Downloaded uuid v0.8.2 |
3377 | 2024-12-19T21:21:09.428Z | [ helios-setup] Dec 19 21:21:07.617 INFO E| Downloaded quote v1.0.31 |
3378 | 2024-12-19T21:21:09.431Z | [ helios-setup] Dec 19 21:21:07.621 INFO E| Downloaded once_cell v1.18.0 |
3379 | 2024-12-19T21:21:09.435Z | [ helios-setup] Dec 19 21:21:07.625 INFO E| Downloaded getrandom v0.2.10 |
3380 | 2024-12-19T21:21:09.440Z | [ helios-setup] Dec 19 21:21:07.630 INFO E| Downloaded unicode-ident v1.0.11 |
3381 | 2024-12-19T21:21:09.444Z | [ helios-setup] Dec 19 21:21:07.634 INFO E| Downloaded serde v1.0.193 |
3382 | 2024-12-19T21:21:09.449Z | [ helios-setup] Dec 19 21:21:07.639 INFO E| Downloaded anyhow v1.0.72 |
3383 | 2024-12-19T21:21:09.455Z | [ helios-setup] Dec 19 21:21:07.644 INFO E| Downloaded serde_derive v1.0.193 |
3384 | 2024-12-19T21:21:09.458Z | [ helios-setup] Dec 19 21:21:07.648 INFO E| Downloaded fastrand v2.0.0 |
3385 | 2024-12-19T21:21:09.461Z | [ helios-setup] Dec 19 21:21:07.650 INFO E| Downloaded tempfile v3.7.0 |
3386 | 2024-12-19T21:21:09.463Z | [ helios-setup] Dec 19 21:21:07.653 INFO E| Downloaded sha-1 v0.9.8 |
3387 | 2024-12-19T21:21:09.492Z | [ helios-setup] Dec 19 21:21:07.681 INFO E| Downloaded serde_json v1.0.103 |
3388 | 2024-12-19T21:21:09.533Z | [ helios-setup] Dec 19 21:21:07.723 INFO E| Downloaded syn v2.0.32 |
3389 | 2024-12-19T21:21:09.550Z | [ helios-setup] Dec 19 21:21:07.739 INFO E| Downloaded rustix v0.38.4 |
3390 | 2024-12-19T21:21:09.631Z | [ helios-setup] Dec 19 21:21:07.820 INFO E| Downloaded libc v0.2.147 |
3391 | 2024-12-19T21:21:09.794Z | [ helios-setup] Dec 19 21:21:07.983 INFO E| Compiling libc v0.2.147 |
3392 | 2024-12-19T21:21:09.797Z | [ helios-setup] Dec 19 21:21:07.983 INFO E| Compiling proc-macro2 v1.0.66 |
3393 | 2024-12-19T21:21:09.797Z | [ helios-setup] Dec 19 21:21:07.983 INFO E| Compiling unicode-ident v1.0.11 |
3394 | 2024-12-19T21:21:09.797Z | [ helios-setup] Dec 19 21:21:07.983 INFO E| Compiling cfg-if v1.0.0 |
3395 | 2024-12-19T21:21:09.797Z | [ helios-setup] Dec 19 21:21:07.983 INFO E| Compiling typenum v1.16.0 |
3396 | 2024-12-19T21:21:09.797Z | [ helios-setup] Dec 19 21:21:07.983 INFO E| Compiling version_check v0.9.4 |
3397 | 2024-12-19T21:21:09.797Z | [ helios-setup] Dec 19 21:21:07.983 INFO E| Compiling serde v1.0.193 |
3398 | 2024-12-19T21:21:09.797Z | [ helios-setup] Dec 19 21:21:07.983 INFO E| Compiling rustix v0.38.4 |
3399 | 2024-12-19T21:21:10.312Z | [ helios-setup] Dec 19 21:21:08.501 INFO E| Compiling powerfmt v0.2.0 |
3400 | 2024-12-19T21:21:10.360Z | [ helios-setup] Dec 19 21:21:08.549 INFO E| Compiling slog v2.7.0 |
3401 | 2024-12-19T21:21:11.115Z | [ helios-setup] Dec 19 21:21:09.304 INFO E| Compiling num-conv v0.1.0 |
3402 | 2024-12-19T21:21:11.179Z | [ helios-setup] Dec 19 21:21:09.368 INFO E| Compiling generic-array v0.14.7 |
3403 | 2024-12-19T21:21:11.227Z | [ helios-setup] Dec 19 21:21:09.416 INFO E| Compiling time-core v0.1.2 |
3404 | 2024-12-19T21:21:11.495Z | [ helios-setup] Dec 19 21:21:09.683 INFO E| Compiling itoa v1.0.9 |
3405 | 2024-12-19T21:21:11.613Z | [ helios-setup] Dec 19 21:21:09.801 INFO E| Compiling deranged v0.3.11 |
3406 | 2024-12-19T21:21:11.791Z | [ helios-setup] Dec 19 21:21:09.980 INFO E| Compiling time-macros v0.2.18 |
3407 | 2024-12-19T21:21:12.040Z | [ helios-setup] Dec 19 21:21:10.227 INFO E| Compiling bitflags v2.3.3 |
3408 | 2024-12-19T21:21:12.049Z | [ helios-setup] Dec 19 21:21:10.237 INFO E| Compiling once_cell v1.18.0 |
3409 | 2024-12-19T21:21:12.123Z | [ helios-setup] Dec 19 21:21:10.310 INFO E| Compiling num_threads v0.1.6 |
3410 | 2024-12-19T21:21:12.618Z | [ helios-setup] Dec 19 21:21:10.806 INFO E| Compiling thread_local v1.1.7 |
3411 | 2024-12-19T21:21:13.030Z | [ helios-setup] Dec 19 21:21:11.217 INFO E| Compiling quote v1.0.31 |
3412 | 2024-12-19T21:21:14.159Z | [ helios-setup] Dec 19 21:21:12.347 INFO E| Compiling syn v2.0.32 |
3413 | 2024-12-19T21:21:14.389Z | [ helios-setup] Dec 19 21:21:12.574 INFO E| Compiling fastrand v2.0.0 |
3414 | 2024-12-19T21:21:14.497Z | [ helios-setup] Dec 19 21:21:12.684 INFO E| Compiling dirs-sys-next v0.1.2 |
3415 | 2024-12-19T21:21:14.809Z | [ helios-setup] Dec 19 21:21:12.996 INFO E| Compiling dirs-next v2.0.0 |
3416 | 2024-12-19T21:21:15.213Z | [ helios-setup] Dec 19 21:21:13.399 INFO E| Compiling errno v0.3.1 |
3417 | 2024-12-19T21:21:15.282Z | [ helios-setup] Dec 19 21:21:13.469 INFO E| Compiling term v0.7.0 |
3418 | 2024-12-19T21:21:15.686Z | [ helios-setup] Dec 19 21:21:13.872 INFO E| Compiling atty v0.2.14 |
3419 | 2024-12-19T21:21:15.785Z | [ helios-setup] Dec 19 21:21:13.969 INFO E| Compiling anyhow v1.0.72 |
3420 | 2024-12-19T21:21:15.992Z | [ helios-setup] Dec 19 21:21:14.177 INFO E| Compiling serde_json v1.0.103 |
3421 | 2024-12-19T21:21:16.088Z | [ helios-setup] Dec 19 21:21:14.273 INFO E| Compiling opaque-debug v0.3.0 |
3422 | 2024-12-19T21:21:16.188Z | [ helios-setup] Dec 19 21:21:14.374 INFO E| Compiling getrandom v0.2.10 |
3423 | 2024-12-19T21:21:16.988Z | [ helios-setup] Dec 19 21:21:15.174 INFO E| Compiling digest v0.9.0 |
3424 | 2024-12-19T21:21:16.988Z | [ helios-setup] Dec 19 21:21:15.174 INFO E| Compiling block-buffer v0.9.0 |
3425 | 2024-12-19T21:21:17.122Z | [ helios-setup] Dec 19 21:21:15.307 INFO E| Compiling same-file v1.0.6 |
3426 | 2024-12-19T21:21:17.403Z | [ helios-setup] Dec 19 21:21:15.589 INFO E| Compiling time v0.3.36 |
3427 | 2024-12-19T21:21:17.438Z | [ helios-setup] Dec 19 21:21:15.624 INFO E| Compiling cpufeatures v0.2.9 |
3428 | 2024-12-19T21:21:17.472Z | [ helios-setup] Dec 19 21:21:15.658 INFO E| Compiling ryu v1.0.15 |
3429 | 2024-12-19T21:21:17.680Z | [ helios-setup] Dec 19 21:21:15.724 INFO E| Compiling unicode-width v0.1.10 |
3430 | 2024-12-19T21:21:17.823Z | [ helios-setup] Dec 19 21:21:16.008 INFO E| Compiling getopts v0.2.21 |
3431 | 2024-12-19T21:21:17.841Z | [ helios-setup] Dec 19 21:21:16.026 INFO E| Compiling sha-1 v0.9.8 |
3432 | 2024-12-19T21:21:18.181Z | [ helios-setup] Dec 19 21:21:16.367 INFO E| Compiling walkdir v2.3.3 |
3433 | 2024-12-19T21:21:18.918Z | [ helios-setup] Dec 19 21:21:17.102 INFO E| Compiling tempfile v3.7.0 |
3434 | 2024-12-19T21:21:19.113Z | [ helios-setup] Dec 19 21:21:17.297 INFO E| Compiling md-5 v0.9.1 |
3435 | 2024-12-19T21:21:19.888Z | [ helios-setup] Dec 19 21:21:18.073 INFO E| Compiling glob v0.3.1 |
3436 | 2024-12-19T21:21:20.023Z | [ helios-setup] Dec 19 21:21:18.207 INFO E| Compiling libdevinfo-sys v1.0.0 |
3437 | 2024-12-19T21:21:21.374Z | [ helios-setup] Dec 19 21:21:19.558 INFO E| Compiling slog-term v2.9.0 |
3438 | 2024-12-19T21:21:24.327Z | [ helios-setup] Dec 19 21:21:22.509 INFO E| Compiling serde_derive v1.0.193 |
3439 | 2024-12-19T21:21:40.750Z | [ helios-setup] Dec 19 21:21:38.924 INFO E| Compiling toml v0.5.11 |
3440 | 2024-12-19T21:21:40.750Z | [ helios-setup] Dec 19 21:21:38.924 INFO E| Compiling uuid v0.8.2 |
3441 | 2024-12-19T21:21:43.233Z | [ helios-setup] Dec 19 21:21:41.406 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
3442 | 2024-12-19T21:21:48.362Z | [ helios-setup] Dec 19 21:21:46.530 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
3443 | 2024-12-19T21:22:02.008Z | [ helios-setup] Dec 19 21:22:00.172 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.85s |
3444 | 2024-12-19T21:22:02.045Z | [ helios-setup] Dec 19 21:22:00.209 INFO building project "image-builder" ok (53 seconds) |
3445 | 2024-12-19T21:22:02.048Z | [ helios-setup] rm -f helios-build |
3446 | 2024-12-19T21:22:02.051Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3447 | 2024-12-19T21:22:02.054Z | [ helios-setup] |
3448 | 2024-12-19T21:22:02.056Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3449 | 2024-12-19T21:22:02.060Z | [ helios-setup] |
3450 | 2024-12-19T21:22:02.060Z | [ helios-setup] |
3451 | 2024-12-19T21:22:02.060Z | [ helios-setup] real 12:34.418831086 |
3452 | 2024-12-19T21:22:02.060Z | [ helios-setup] user 29:50.358565997 |
3453 | 2024-12-19T21:22:02.060Z | [ helios-setup] sys 3:41.404860783 |
3454 | 2024-12-19T21:22:02.060Z | [ helios-setup] trap 1.786633065 |
3455 | 2024-12-19T21:22:02.060Z | [ helios-setup] tflt 8.836738630 |
3456 | 2024-12-19T21:22:02.060Z | [ helios-setup] dflt 35.995758525 |
3457 | 2024-12-19T21:22:02.060Z | [ helios-setup] kflt 0.048586997 |
3458 | 2024-12-19T21:22:02.060Z | [ helios-setup] lock 2:10:15.175687572 |
3459 | 2024-12-19T21:22:02.060Z | [ helios-setup] slp 3:52:50.442830653 |
3460 | 2024-12-19T21:22:02.060Z | [ helios-setup] lat 34:08.310711003 |
3461 | 2024-12-19T21:22:02.060Z | [ helios-setup] stop 4:41.332102012 |
3462 | 2024-12-19T21:22:02.063Z | Dec 19 21:22:00.224 INFO [helios-setup] process exited with exit status: 0 (754.425957919s) |
3463 | 2024-12-19T21:22:02.063Z | Dec 19 21:22:00.225 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3464 | 2024-12-19T21:22:02.105Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3465 | 2024-12-19T21:22:03.105Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3466 | 2024-12-19T21:22:03.106Z | [ phbl-toolchain] info: downloading component 'cargo' |
3467 | 2024-12-19T21:22:05.058Z | [ phbl-toolchain] info: downloading component 'clippy' |
3468 | 2024-12-19T21:22:05.710Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3469 | 2024-12-19T21:22:11.214Z | [ phbl-toolchain] info: downloading component 'miri' |
3470 | 2024-12-19T21:22:11.658Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3471 | 2024-12-19T21:22:13.203Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3472 | 2024-12-19T21:22:13.469Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3473 | 2024-12-19T21:22:15.933Z | [ phbl-toolchain] info: downloading component 'rustc' |
3474 | 2024-12-19T21:22:24.452Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3475 | 2024-12-19T21:22:25.034Z | [ phbl-toolchain] info: installing component 'cargo' |
3476 | 2024-12-19T21:22:26.361Z | [ phbl-toolchain] info: installing component 'clippy' |
3477 | 2024-12-19T21:22:26.928Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3478 | 2024-12-19T21:22:32.558Z | [ phbl-toolchain] info: installing component 'miri' |
3479 | 2024-12-19T21:22:32.854Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3480 | 2024-12-19T21:22:40.961Z | [ phbl-toolchain] info: installing component 'rust-src' |
3481 | 2024-12-19T21:22:41.566Z | [ phbl-toolchain] info: installing component 'rust-std' |
3482 | 2024-12-19T21:22:44.011Z | [ phbl-toolchain] info: installing component 'rustc' |
3483 | 2024-12-19T21:22:52.933Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3484 | 2024-12-19T21:22:53.853Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3485 | 2024-12-19T21:22:53.857Z | Dec 19 21:22:51.993 INFO [phbl-toolchain] process exited with exit status: 0 (51.768364833s) |
3486 | 2024-12-19T21:23:35.301Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3487 | 2024-12-19T21:23:39.512Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3488 | 2024-12-19T21:30:45.795Z | [ host-package] Finished `release` profile [optimized] target(s) in 20m 24s |
3489 | 2024-12-19T21:31:53.296Z | Dec 19 21:31:51.179 INFO [host-package] process exited with exit status: 0 (1292.566710592s) |
3490 | 2024-12-19T21:31:53.299Z | Dec 19 21:31:51.180 INFO [host-stamp] running task |
3491 | 2024-12-19T21:31:53.299Z | Dec 19 21:31:51.180 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3492 | 2024-12-19T21:31:53.299Z | Dec 19 21:31:51.180 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+git4113601b516 |
3493 | 2024-12-19T21:31:53.313Z | Dec 19 21:31:51.196 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+git4113601b516 |
3494 | 2024-12-19T21:31:53.320Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3495 | 2024-12-19T21:31:53.323Z | Dec 19 21:31:51.204 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+git4113601b516 |
3496 | 2024-12-19T21:31:53.329Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3497 | 2024-12-19T21:31:53.332Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3498 | 2024-12-19T21:31:53.335Z | Dec 19 21:31:51.216 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+git4113601b516 |
3499 | 2024-12-19T21:31:53.346Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3500 | 2024-12-19T21:31:53.346Z | Dec 19 21:31:51.230 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+git4113601b516 |
3501 | 2024-12-19T21:31:53.364Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3502 | 2024-12-19T21:31:53.364Z | Dec 19 21:31:51.247 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+git4113601b516 |
3503 | 2024-12-19T21:31:53.381Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3504 | 2024-12-19T21:31:53.385Z | Dec 19 21:31:51.267 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+git4113601b516 |
3505 | 2024-12-19T21:31:53.385Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3506 | 2024-12-19T21:31:53.404Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3507 | 2024-12-19T21:31:53.407Z | Dec 19 21:31:51.288 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+git4113601b516 |
3508 | 2024-12-19T21:31:53.417Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3509 | 2024-12-19T21:31:53.425Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3510 | 2024-12-19T21:31:53.427Z | Dec 19 21:31:51.308 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (78.824948ms) |
3511 | 2024-12-19T21:31:53.427Z | Dec 19 21:31:51.309 INFO [stamp-oxlog] process exited with exit status: 0 (61.665254ms) |
3512 | 2024-12-19T21:31:53.439Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3513 | 2024-12-19T21:31:53.442Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3514 | 2024-12-19T21:31:53.446Z | Dec 19 21:31:51.330 INFO [stamp-overlay] process exited with exit status: 0 (41.821579ms) |
3515 | 2024-12-19T21:31:53.451Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3516 | 2024-12-19T21:31:53.456Z | Dec 19 21:31:51.339 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (135.169109ms) |
3517 | 2024-12-19T21:31:53.575Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3518 | 2024-12-19T21:31:53.579Z | Dec 19 21:31:51.462 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (266.409964ms) |
3519 | 2024-12-19T21:31:53.721Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3520 | 2024-12-19T21:31:53.725Z | Dec 19 21:31:51.608 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (427.462364ms) |
3521 | 2024-12-19T21:31:54.491Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3522 | 2024-12-19T21:31:54.495Z | Dec 19 21:31:52.378 INFO [stamp-propolis-server] process exited with exit status: 0 (1.162454228s) |
3523 | 2024-12-19T21:31:54.642Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3524 | 2024-12-19T21:31:57.267Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3525 | 2024-12-19T21:32:04.675Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3526 | 2024-12-19T21:32:04.679Z | Dec 19 21:32:02.556 INFO [stamp-switch-asic] process exited with exit status: 0 (11.289226678s) |
3527 | 2024-12-19T21:32:04.681Z | Dec 19 21:32:02.557 INFO [host-stamp] task succeeded (11.37715449s) |
3528 | 2024-12-19T21:32:04.681Z | Dec 19 21:32:02.557 INFO [host-proto] running task |
3529 | 2024-12-19T21:32:05.126Z | Dec 19 21:32:03.003 INFO [host-proto] task succeeded (445.910801ms) |
3530 | 2024-12-19T21:32:05.126Z | Dec 19 21:32:03.003 INFO [host-profile] running task |
3531 | 2024-12-19T21:32:05.129Z | Dec 19 21:32:03.003 INFO [host-profile] task succeeded (282.501µs) |
3532 | 2024-12-19T21:32:05.129Z | Dec 19 21:32:03.003 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/.tmpZORqCZ/proto/host/root -N 'ci 4113601/${os_short_commit} 2024-12-19 21:09' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3533 | 2024-12-19T21:32:05.145Z | [ host-image] Dec 19 21:32:03.022 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3534 | 2024-12-19T21:32:05.145Z | [ host-image] Dec 19 21:32:03.023 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3535 | 2024-12-19T21:32:05.160Z | [ host-image] Dec 19 21:32:03.037 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpZORqCZ/proto/host/root" |
3536 | 2024-12-19T21:32:05.162Z | [ host-image] Dec 19 21:32:03.037 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3537 | 2024-12-19T21:32:05.162Z | [ host-image] Dec 19 21:32:03.038 INFO image builder template: ramdisk-01-os... |
3538 | 2024-12-19T21:32:05.162Z | [ host-image] Dec 19 21:32:03.038 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/.tmpZORqCZ/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 |
3539 | 2024-12-19T21:32:05.179Z | [ host-image] Dec 19 21:32:03.057 INFO O| Dec 19 21:32:03.057 INFO CREATE DATASET: rpool/images/build/host/output |
3540 | 2024-12-19T21:32:05.428Z | [ host-image] Dec 19 21:32:03.305 INFO O| Dec 19 21:32:03.305 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3541 | 2024-12-19T21:32:05.432Z | [ host-image] Dec 19 21:32:03.310 INFO O| Dec 19 21:32:03.310 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3542 | 2024-12-19T21:32:05.670Z | [ host-image] Dec 19 21:32:03.548 INFO O| Dec 19 21:32:03.548 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3543 | 2024-12-19T21:32:05.737Z | [ host-image] Dec 19 21:32:03.614 INFO O| Dec 19 21:32:03.614 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3544 | 2024-12-19T21:32:05.737Z | [ host-image] Dec 19 21:32:03.614 INFO O| Dec 19 21:32:03.614 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3545 | 2024-12-19T21:32:05.740Z | [ host-image] Dec 19 21:32:03.614 INFO O| Dec 19 21:32:03.614 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3546 | 2024-12-19T21:32:05.740Z | [ host-image] Dec 19 21:32:03.614 INFO O| Dec 19 21:32:03.614 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3547 | 2024-12-19T21:32:05.748Z | [ host-image] Dec 19 21:32:03.625 INFO O| Dec 19 21:32:03.625 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3548 | 2024-12-19T21:32:05.955Z | [ host-image] Dec 19 21:32:03.832 INFO O| Dec 19 21:32:03.831 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3549 | 2024-12-19T21:32:05.974Z | [ host-image] Dec 19 21:32:03.851 INFO O| Dec 19 21:32:03.850 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3550 | 2024-12-19T21:32:06.549Z | [ host-image] Dec 19 21:32:04.426 INFO O| Dec 19 21:32:04.425 INFO O| Caching catalogs ... Done |
3551 | 2024-12-19T21:32:06.715Z | [ host-image] Dec 19 21:32:04.592 INFO O| Dec 19 21:32:04.591 INFO STEP 0 (pkg_image_create) COMPLETE |
3552 | 2024-12-19T21:32:06.715Z | [ host-image] Dec 19 21:32:04.592 INFO O| Dec 19 21:32:04.592 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3553 | 2024-12-19T21:32:06.715Z | [ host-image] Dec 19 21:32:04.592 INFO O| Dec 19 21:32:04.592 INFO skip step because feature "repo_redist" is not enabled |
3554 | 2024-12-19T21:32:06.718Z | [ host-image] Dec 19 21:32:04.592 INFO O| Dec 19 21:32:04.592 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3555 | 2024-12-19T21:32:06.737Z | [ host-image] Dec 19 21:32:04.614 INFO O| Dec 19 21:32:04.614 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"] |
3556 | 2024-12-19T21:32:07.329Z | [ host-image] Dec 19 21:32:05.205 INFO O| Dec 19 21:32:05.205 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3557 | 2024-12-19T21:32:07.329Z | [ host-image] Dec 19 21:32:05.205 INFO O| Dec 19 21:32:05.205 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3558 | 2024-12-19T21:32:07.345Z | [ host-image] Dec 19 21:32:05.222 INFO O| Dec 19 21:32:05.222 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"] |
3559 | 2024-12-19T21:32:07.884Z | [ host-image] Dec 19 21:32:05.760 INFO O| Dec 19 21:32:05.760 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3560 | 2024-12-19T21:32:07.884Z | [ host-image] Dec 19 21:32:05.760 INFO O| Dec 19 21:32:05.760 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3561 | 2024-12-19T21:32:07.887Z | [ host-image] Dec 19 21:32:05.760 INFO O| Dec 19 21:32:05.760 INFO skip step because feature "repo_redist" is not enabled |
3562 | 2024-12-19T21:32:07.887Z | [ host-image] Dec 19 21:32:05.760 INFO O| Dec 19 21:32:05.760 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3563 | 2024-12-19T21:32:08.349Z | [ host-image] Dec 19 21:32:06.225 INFO O| Dec 19 21:32:06.225 INFO variant opensolaris.zone is already global |
3564 | 2024-12-19T21:32:08.349Z | [ host-image] Dec 19 21:32:06.225 INFO O| Dec 19 21:32:06.225 INFO STEP 5 (pkg_change_variant) COMPLETE |
3565 | 2024-12-19T21:32:08.350Z | [ host-image] Dec 19 21:32:06.225 INFO O| Dec 19 21:32:06.225 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3566 | 2024-12-19T21:32:08.962Z | [ host-image] Dec 19 21:32:06.837 INFO O| Dec 19 21:32:06.837 INFO variant opensolaris.imagetype is full; changing to partial |
3567 | 2024-12-19T21:32:08.962Z | [ host-image] Dec 19 21:32:06.838 INFO O| Dec 19 21:32:06.837 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3568 | 2024-12-19T21:32:16.433Z | [ host-image] Dec 19 21:32:14.305 INFO O| Dec 19 21:32:14.305 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3569 | 2024-12-19T21:32:17.861Z | [recovery-package] Finished `release` profile [optimized] target(s) in 24.23s |
3570 | 2024-12-19T21:32:19.572Z | Dec 19 21:32:17.443 INFO [recovery-package] process exited with exit status: 0 (26.262619517s) |
3571 | 2024-12-19T21:32:19.573Z | Dec 19 21:32:17.443 INFO [recovery-stamp] running task |
3572 | 2024-12-19T21:32:19.575Z | Dec 19 21:32:17.443 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3573 | 2024-12-19T21:32:19.575Z | Dec 19 21:32:17.444 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+git4113601b516 |
3574 | 2024-12-19T21:32:19.602Z | Dec 19 21:32:17.473 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git4113601b516 |
3575 | 2024-12-19T21:32:19.622Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3576 | 2024-12-19T21:32:19.635Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3577 | 2024-12-19T21:32:19.730Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3578 | 2024-12-19T21:32:19.734Z | Dec 19 21:32:17.605 INFO [stamp-installinator] process exited with exit status: 0 (132.014963ms) |
3579 | 2024-12-19T21:32:19.756Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3580 | 2024-12-19T21:32:19.759Z | Dec 19 21:32:17.630 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (186.379924ms) |
3581 | 2024-12-19T21:32:19.762Z | Dec 19 21:32:17.630 INFO [recovery-stamp] task succeeded (186.866782ms) |
3582 | 2024-12-19T21:32:19.762Z | Dec 19 21:32:17.630 INFO [recovery-proto] running task |
3583 | 2024-12-19T21:32:19.762Z | Dec 19 21:32:17.630 INFO [tuf-stamp] running task |
3584 | 2024-12-19T21:32:19.762Z | Dec 19 21:32:17.631 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+git4113601b516 |
3585 | 2024-12-19T21:32:19.779Z | Dec 19 21:32:17.650 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+git4113601b516 |
3586 | 2024-12-19T21:32:19.798Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3587 | 2024-12-19T21:32:19.800Z | Dec 19 21:32:17.668 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+git4113601b516 |
3588 | 2024-12-19T21:32:19.817Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3589 | 2024-12-19T21:32:19.819Z | Dec 19 21:32:17.687 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+git4113601b516 |
3590 | 2024-12-19T21:32:19.829Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3591 | 2024-12-19T21:32:19.835Z | Dec 19 21:32:17.706 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+git4113601b516 |
3592 | 2024-12-19T21:32:19.868Z | Dec 19 21:32:17.739 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+git4113601b516 |
3593 | 2024-12-19T21:32:19.896Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3594 | 2024-12-19T21:32:19.899Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3595 | 2024-12-19T21:32:19.899Z | Dec 19 21:32:17.767 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+git4113601b516 |
3596 | 2024-12-19T21:32:20.103Z | Dec 19 21:32:17.874 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+git4113601b516 |
3597 | 2024-12-19T21:32:20.105Z | Dec 19 21:32:17.924 INFO [recovery-proto] task succeeded (293.278496ms) |
3598 | 2024-12-19T21:32:20.105Z | Dec 19 21:32:17.924 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/.tmpZORqCZ/proto/recovery/root -N 'recovery 4113601/${os_short_commit} 2024-12-19 21:09' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3599 | 2024-12-19T21:32:20.105Z | [ recovery-image] Dec 19 21:32:17.951 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3600 | 2024-12-19T21:32:20.105Z | [ recovery-image] Dec 19 21:32:17.951 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3601 | 2024-12-19T21:32:20.105Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3602 | 2024-12-19T21:32:20.105Z | Dec 19 21:32:17.957 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+git4113601b516 |
3603 | 2024-12-19T21:32:20.221Z | [ recovery-image] Dec 19 21:32:17.988 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpZORqCZ/proto/recovery/root" |
3604 | 2024-12-19T21:32:20.224Z | [ recovery-image] Dec 19 21:32:17.988 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3605 | 2024-12-19T21:32:20.257Z | [ recovery-image] Dec 19 21:32:17.988 INFO image builder template: ramdisk-01-os... |
3606 | 2024-12-19T21:32:20.260Z | [ recovery-image] Dec 19 21:32:17.988 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/.tmpZORqCZ/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 |
3607 | 2024-12-19T21:32:20.260Z | [ recovery-image] Dec 19 21:32:18.068 INFO O| Dec 19 21:32:18.047 INFO CREATE DATASET: rpool/images/build/recovery/output |
3608 | 2024-12-19T21:32:20.268Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3609 | 2024-12-19T21:32:20.275Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3610 | 2024-12-19T21:32:20.275Z | Dec 19 21:32:18.145 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+git4113601b516 |
3611 | 2024-12-19T21:32:20.443Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3612 | 2024-12-19T21:32:20.478Z | Dec 19 21:32:18.349 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+git4113601b516 |
3613 | 2024-12-19T21:32:20.492Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3614 | 2024-12-19T21:32:20.552Z | [ recovery-image] Dec 19 21:32:18.422 INFO O| Dec 19 21:32:18.422 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3615 | 2024-12-19T21:32:20.558Z | [ recovery-image] Dec 19 21:32:18.429 INFO O| Dec 19 21:32:18.428 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3616 | 2024-12-19T21:32:20.561Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3617 | 2024-12-19T21:32:20.561Z | Dec 19 21:32:18.432 INFO [stamp-ntp] process exited with exit status: 0 (692.839396ms) |
3618 | 2024-12-19T21:32:20.631Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3619 | 2024-12-19T21:32:20.635Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3620 | 2024-12-19T21:32:20.657Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
3621 | 2024-12-19T21:32:20.698Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3622 | 2024-12-19T21:32:20.741Z | Dec 19 21:32:18.611 INFO [stamp-probe] process exited with exit status: 0 (465.785972ms) |
3623 | 2024-12-19T21:32:21.050Z | [ recovery-image] Dec 19 21:32:18.920 INFO O| Dec 19 21:32:18.919 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3624 | 2024-12-19T21:32:21.186Z | [ recovery-image] Dec 19 21:32:19.055 INFO O| Dec 19 21:32:19.055 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3625 | 2024-12-19T21:32:21.186Z | [ recovery-image] Dec 19 21:32:19.056 INFO O| Dec 19 21:32:19.056 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3626 | 2024-12-19T21:32:21.189Z | [ recovery-image] Dec 19 21:32:19.056 INFO O| Dec 19 21:32:19.056 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3627 | 2024-12-19T21:32:21.189Z | [ recovery-image] Dec 19 21:32:19.056 INFO O| Dec 19 21:32:19.056 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3628 | 2024-12-19T21:32:21.231Z | [ recovery-image] Dec 19 21:32:19.097 INFO O| Dec 19 21:32:19.097 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3629 | 2024-12-19T21:32:21.239Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3630 | 2024-12-19T21:32:21.271Z | Dec 19 21:32:19.141 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.453362051s) |
3631 | 2024-12-19T21:32:21.278Z | [ host-image] Dec 19 21:32:19.148 INFO O| Dec 19 21:32:19.148 INFO O| Startup: Caching catalogs ... Done |
3632 | 2024-12-19T21:32:21.387Z | [ host-image] Dec 19 21:32:19.257 INFO O| Dec 19 21:32:19.257 INFO O| Planning: Planning completed in 0.00 seconds |
3633 | 2024-12-19T21:32:21.390Z | [ host-image] Dec 19 21:32:19.257 INFO O| Dec 19 21:32:19.257 INFO O| Planning: Consolidating action changes ... Done |
3634 | 2024-12-19T21:32:21.390Z | [ host-image] Dec 19 21:32:19.257 INFO O| Dec 19 21:32:19.257 INFO O| Planning: Evaluating mediators ... Done |
3635 | 2024-12-19T21:32:21.390Z | [ host-image] Dec 19 21:32:19.258 INFO O| Dec 19 21:32:19.258 INFO O| Planning: Planning completed in 0.00 seconds |
3636 | 2024-12-19T21:32:21.390Z | [ host-image] Dec 19 21:32:19.258 INFO O| Dec 19 21:32:19.258 INFO O| Variants/Facets to change: 1 |
3637 | 2024-12-19T21:32:21.593Z | [ recovery-image] Dec 19 21:32:19.463 INFO O| Dec 19 21:32:19.463 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3638 | 2024-12-19T21:32:21.617Z | [ recovery-image] Dec 19 21:32:19.483 INFO O| Dec 19 21:32:19.483 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3639 | 2024-12-19T21:32:21.620Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3640 | 2024-12-19T21:32:21.658Z | [ host-image] Dec 19 21:32:19.528 INFO O| Dec 19 21:32:19.528 INFO O| Done |
3641 | 2024-12-19T21:32:21.658Z | [ host-image] Dec 19 21:32:19.528 INFO O| Dec 19 21:32:19.528 INFO O| Done |
3642 | 2024-12-19T21:32:21.674Z | Dec 19 21:32:19.543 INFO [stamp-internal-dns] process exited with exit status: 0 (1.911992824s) |
3643 | 2024-12-19T21:32:21.798Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3644 | 2024-12-19T21:32:21.860Z | Dec 19 21:32:19.730 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.023454354s) |
3645 | 2024-12-19T21:32:21.903Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3646 | 2024-12-19T21:32:21.931Z | Dec 19 21:32:19.801 INFO [stamp-external-dns] process exited with exit status: 0 (1.927355174s) |
3647 | 2024-12-19T21:32:22.170Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3648 | 2024-12-19T21:32:22.175Z | Dec 19 21:32:20.045 INFO [stamp-oximeter] process exited with exit status: 0 (2.394751924s) |
3649 | 2024-12-19T21:32:22.237Z | [ recovery-image] Dec 19 21:32:20.107 INFO O| Dec 19 21:32:20.107 INFO O| Caching catalogs ... Done |
3650 | 2024-12-19T21:32:22.350Z | [ recovery-image] Dec 19 21:32:20.219 INFO O| Dec 19 21:32:20.219 INFO STEP 0 (pkg_image_create) COMPLETE |
3651 | 2024-12-19T21:32:22.350Z | [ recovery-image] Dec 19 21:32:20.219 INFO O| Dec 19 21:32:20.219 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3652 | 2024-12-19T21:32:22.353Z | [ recovery-image] Dec 19 21:32:20.219 INFO O| Dec 19 21:32:20.219 INFO skip step because feature "repo_redist" is not enabled |
3653 | 2024-12-19T21:32:22.353Z | [ recovery-image] Dec 19 21:32:20.219 INFO O| Dec 19 21:32:20.219 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3654 | 2024-12-19T21:32:22.363Z | [ recovery-image] Dec 19 21:32:20.232 INFO O| Dec 19 21:32:20.232 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"] |
3655 | 2024-12-19T21:32:22.467Z | [ host-image] Dec 19 21:32:20.336 INFO O| Dec 19 21:32:20.336 INFO O| Done |
3656 | 2024-12-19T21:32:22.541Z | [ host-image] Dec 19 21:32:20.410 INFO O| Dec 19 21:32:20.410 INFO O| Done |
3657 | 2024-12-19T21:32:22.544Z | [ host-image] Dec 19 21:32:20.411 INFO O| Dec 19 21:32:20.411 INFO O| Done |
3658 | 2024-12-19T21:32:22.544Z | [ host-image] Dec 19 21:32:20.411 INFO O| Dec 19 21:32:20.411 INFO O| Done |
3659 | 2024-12-19T21:32:22.546Z | [ host-image] Dec 19 21:32:20.413 INFO O| Dec 19 21:32:20.413 INFO O| Done |
3660 | 2024-12-19T21:32:22.879Z | [ recovery-image] Dec 19 21:32:20.748 INFO O| Dec 19 21:32:20.748 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3661 | 2024-12-19T21:32:22.879Z | [ recovery-image] Dec 19 21:32:20.748 INFO O| Dec 19 21:32:20.748 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3662 | 2024-12-19T21:32:22.897Z | [ recovery-image] Dec 19 21:32:20.766 INFO O| Dec 19 21:32:20.766 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"] |
3663 | 2024-12-19T21:32:23.148Z | [ host-image] Dec 19 21:32:21.016 INFO O| Dec 19 21:32:21.016 INFO STEP 6 (pkg_change_variant) COMPLETE |
3664 | 2024-12-19T21:32:23.148Z | [ host-image] Dec 19 21:32:21.017 INFO O| Dec 19 21:32:21.016 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3665 | 2024-12-19T21:32:23.148Z | [ host-image] Dec 19 21:32:21.017 INFO O| Dec 19 21:32:21.016 INFO skip step because feature "debug_variant" is not enabled |
3666 | 2024-12-19T21:32:23.148Z | [ host-image] Dec 19 21:32:21.017 INFO O| Dec 19 21:32:21.016 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3667 | 2024-12-19T21:32:23.383Z | [ recovery-image] Dec 19 21:32:21.252 INFO O| Dec 19 21:32:21.252 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3668 | 2024-12-19T21:32:23.384Z | [ recovery-image] Dec 19 21:32:21.252 INFO O| Dec 19 21:32:21.252 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3669 | 2024-12-19T21:32:23.384Z | [ recovery-image] Dec 19 21:32:21.252 INFO O| Dec 19 21:32:21.252 INFO skip step because feature "repo_redist" is not enabled |
3670 | 2024-12-19T21:32:23.386Z | [ recovery-image] Dec 19 21:32:21.252 INFO O| Dec 19 21:32:21.252 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3671 | 2024-12-19T21:32:23.683Z | [ host-image] Dec 19 21:32:21.552 INFO O| Dec 19 21:32:21.552 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3672 | 2024-12-19T21:32:23.925Z | [ recovery-image] Dec 19 21:32:21.793 INFO O| Dec 19 21:32:21.793 INFO variant opensolaris.zone is already global |
3673 | 2024-12-19T21:32:23.925Z | [ recovery-image] Dec 19 21:32:21.793 INFO O| Dec 19 21:32:21.793 INFO STEP 5 (pkg_change_variant) COMPLETE |
3674 | 2024-12-19T21:32:23.925Z | [ recovery-image] Dec 19 21:32:21.793 INFO O| Dec 19 21:32:21.793 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3675 | 2024-12-19T21:32:24.153Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3676 | 2024-12-19T21:32:24.157Z | Dec 19 21:32:22.025 INFO [stamp-nexus] process exited with exit status: 0 (4.258199703s) |
3677 | 2024-12-19T21:32:24.336Z | [ host-image] Dec 19 21:32:22.204 INFO O| Dec 19 21:32:22.204 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3678 | 2024-12-19T21:32:24.338Z | [ host-image] Dec 19 21:32:22.206 INFO O| Dec 19 21:32:22.206 INFO O| Planning: Planning completed in 0.00 seconds |
3679 | 2024-12-19T21:32:24.338Z | [ host-image] Dec 19 21:32:22.206 INFO O| Dec 19 21:32:22.206 INFO O| Planning: Consolidating action changes ... Done |
3680 | 2024-12-19T21:32:24.338Z | [ host-image] Dec 19 21:32:22.206 INFO O| Dec 19 21:32:22.206 INFO O| Planning: Evaluating mediators ... Done |
3681 | 2024-12-19T21:32:24.339Z | [ host-image] Dec 19 21:32:22.207 INFO O| Dec 19 21:32:22.207 INFO O| Planning: Planning completed in 0.00 seconds |
3682 | 2024-12-19T21:32:24.341Z | [ host-image] Dec 19 21:32:22.207 INFO O| Dec 19 21:32:22.207 INFO O| Variants/Facets to change: 1 |
3683 | 2024-12-19T21:32:24.362Z | [ host-image] Dec 19 21:32:22.231 INFO O| Dec 19 21:32:22.231 INFO O| Done |
3684 | 2024-12-19T21:32:24.363Z | [ host-image] Dec 19 21:32:22.231 INFO O| Dec 19 21:32:22.231 INFO O| Done |
3685 | 2024-12-19T21:32:24.397Z | [ recovery-image] Dec 19 21:32:22.265 INFO O| Dec 19 21:32:22.265 INFO variant opensolaris.imagetype is full; changing to partial |
3686 | 2024-12-19T21:32:24.397Z | [ recovery-image] Dec 19 21:32:22.266 INFO O| Dec 19 21:32:22.265 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3687 | 2024-12-19T21:32:24.851Z | [ host-image] Dec 19 21:32:22.719 INFO O| Dec 19 21:32:22.719 INFO O| Done |
3688 | 2024-12-19T21:32:24.925Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3689 | 2024-12-19T21:32:24.927Z | [ host-image] Dec 19 21:32:22.794 INFO O| Dec 19 21:32:22.794 INFO O| Done |
3690 | 2024-12-19T21:32:24.927Z | [ host-image] Dec 19 21:32:22.795 INFO O| Dec 19 21:32:22.795 INFO O| Done |
3691 | 2024-12-19T21:32:24.927Z | [ host-image] Dec 19 21:32:22.795 INFO O| Dec 19 21:32:22.795 INFO O| Done |
3692 | 2024-12-19T21:32:24.930Z | [ host-image] Dec 19 21:32:22.797 INFO O| Dec 19 21:32:22.797 INFO O| Done |
3693 | 2024-12-19T21:32:25.022Z | [ host-image] Dec 19 21:32:22.889 INFO O| Dec 19 21:32:22.889 INFO STEP 8 (pkg_change_facet) COMPLETE |
3694 | 2024-12-19T21:32:25.022Z | [ host-image] Dec 19 21:32:22.889 INFO O| Dec 19 21:32:22.889 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3695 | 2024-12-19T21:32:25.025Z | [ host-image] Dec 19 21:32:22.889 INFO O| Dec 19 21:32:22.889 INFO skip step because feature "recovery" is not enabled |
3696 | 2024-12-19T21:32:25.025Z | [ host-image] Dec 19 21:32:22.889 INFO O| Dec 19 21:32:22.889 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3697 | 2024-12-19T21:32:25.025Z | [ host-image] Dec 19 21:32:22.889 INFO O| Dec 19 21:32:22.889 INFO skip step because feature "recovery" is not enabled |
3698 | 2024-12-19T21:32:25.026Z | [ host-image] Dec 19 21:32:22.889 INFO O| Dec 19 21:32:22.889 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3699 | 2024-12-19T21:32:25.041Z | [ host-image] Dec 19 21:32:22.908 INFO O| Dec 19 21:32:22.908 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"] |
3700 | 2024-12-19T21:32:25.079Z | [verify-libraries] Compiling home v0.5.9 |
3701 | 2024-12-19T21:32:25.105Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3702 | 2024-12-19T21:32:25.108Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3703 | 2024-12-19T21:32:25.111Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3704 | 2024-12-19T21:32:25.111Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3705 | 2024-12-19T21:32:25.264Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3706 | 2024-12-19T21:32:25.340Z | [verify-libraries] Compiling nix v0.28.0 |
3707 | 2024-12-19T21:32:25.417Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3708 | 2024-12-19T21:32:25.420Z | [verify-libraries] Compiling polyval v0.6.2 |
3709 | 2024-12-19T21:32:25.639Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3710 | 2024-12-19T21:32:25.644Z | Dec 19 21:32:23.512 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.843856841s) |
3711 | 2024-12-19T21:32:25.744Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3712 | 2024-12-19T21:32:25.944Z | [verify-libraries] Compiling ghash v0.5.1 |
3713 | 2024-12-19T21:32:26.089Z | [ host-image] Dec 19 21:32:23.956 INFO O| Dec 19 21:32:23.956 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3714 | 2024-12-19T21:32:26.243Z | [verify-libraries] Compiling ctr v0.9.2 |
3715 | 2024-12-19T21:32:26.361Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3716 | 2024-12-19T21:32:27.011Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3717 | 2024-12-19T21:32:27.014Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3718 | 2024-12-19T21:32:27.077Z | [verify-libraries] Compiling blowfish v0.9.1 |
3719 | 2024-12-19T21:32:27.475Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3720 | 2024-12-19T21:32:28.146Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3721 | 2024-12-19T21:32:28.317Z | [verify-libraries] Compiling password-hash v0.4.2 |
3722 | 2024-12-19T21:32:31.092Z | [verify-libraries] Compiling matches v0.1.10 |
3723 | 2024-12-19T21:32:31.317Z | [verify-libraries] Compiling idna v0.2.3 |
3724 | 2024-12-19T21:32:34.113Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3725 | 2024-12-19T21:32:34.187Z | Dec 19 21:32:32.050 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.661974189s) |
3726 | 2024-12-19T21:32:34.234Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3727 | 2024-12-19T21:32:34.239Z | Dec 19 21:32:32.103 INFO [stamp-clickhouse] process exited with exit status: 0 (14.14587764s) |
3728 | 2024-12-19T21:32:34.241Z | Dec 19 21:32:32.103 INFO [tuf-stamp] task succeeded (14.47273526s) |
3729 | 2024-12-19T21:32:34.589Z | [verify-libraries] Compiling rustyline v14.0.0 |
3730 | 2024-12-19T21:32:35.509Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3731 | 2024-12-19T21:32:35.850Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3732 | 2024-12-19T21:32:36.187Z | [verify-libraries] Compiling p521 v0.13.3 |
3733 | 2024-12-19T21:32:37.205Z | [verify-libraries] Compiling p256 v0.13.2 |
3734 | 2024-12-19T21:32:37.771Z | [ recovery-image] Dec 19 21:32:35.633 INFO O| Dec 19 21:32:35.633 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3735 | 2024-12-19T21:32:40.187Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3736 | 2024-12-19T21:32:41.850Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3737 | 2024-12-19T21:32:41.946Z | [verify-libraries] Compiling md5 v0.7.0 |
3738 | 2024-12-19T21:32:42.305Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3739 | 2024-12-19T21:32:42.682Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3740 | 2024-12-19T21:32:46.201Z | [ recovery-image] Dec 19 21:32:44.059 INFO O| Dec 19 21:32:44.058 INFO O| Startup: Caching catalogs ... Done |
3741 | 2024-12-19T21:32:46.372Z | [ recovery-image] Dec 19 21:32:44.230 INFO O| Dec 19 21:32:44.230 INFO O| Planning: Planning completed in 0.00 seconds |
3742 | 2024-12-19T21:32:46.375Z | [ recovery-image] Dec 19 21:32:44.231 INFO O| Dec 19 21:32:44.231 INFO O| Planning: Consolidating action changes ... Done |
3743 | 2024-12-19T21:32:46.375Z | [ recovery-image] Dec 19 21:32:44.231 INFO O| Dec 19 21:32:44.231 INFO O| Planning: Evaluating mediators ... Done |
3744 | 2024-12-19T21:32:46.375Z | [ recovery-image] Dec 19 21:32:44.232 INFO O| Dec 19 21:32:44.232 INFO O| Planning: Planning completed in 0.00 seconds |
3745 | 2024-12-19T21:32:46.375Z | [ recovery-image] Dec 19 21:32:44.232 INFO O| Dec 19 21:32:44.232 INFO O| Variants/Facets to change: 1 |
3746 | 2024-12-19T21:32:46.709Z | [ recovery-image] Dec 19 21:32:44.567 INFO O| Dec 19 21:32:44.566 INFO O| Done |
3747 | 2024-12-19T21:32:46.709Z | [ recovery-image] Dec 19 21:32:44.567 INFO O| Dec 19 21:32:44.566 INFO O| Done |
3748 | 2024-12-19T21:32:47.794Z | [ recovery-image] Dec 19 21:32:45.651 INFO O| Dec 19 21:32:45.651 INFO O| Done |
3749 | 2024-12-19T21:32:47.865Z | [ recovery-image] Dec 19 21:32:45.722 INFO O| Dec 19 21:32:45.722 INFO O| Done |
3750 | 2024-12-19T21:32:47.869Z | [ recovery-image] Dec 19 21:32:45.724 INFO O| Dec 19 21:32:45.724 INFO O| Done |
3751 | 2024-12-19T21:32:47.869Z | [ recovery-image] Dec 19 21:32:45.724 INFO O| Dec 19 21:32:45.724 INFO O| Done |
3752 | 2024-12-19T21:32:47.873Z | [ recovery-image] Dec 19 21:32:45.726 INFO O| Dec 19 21:32:45.726 INFO O| Done |
3753 | 2024-12-19T21:32:48.818Z | [ recovery-image] Dec 19 21:32:46.675 INFO O| Dec 19 21:32:46.675 INFO STEP 6 (pkg_change_variant) COMPLETE |
3754 | 2024-12-19T21:32:48.818Z | [ recovery-image] Dec 19 21:32:46.675 INFO O| Dec 19 21:32:46.675 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3755 | 2024-12-19T21:32:48.821Z | [ recovery-image] Dec 19 21:32:46.675 INFO O| Dec 19 21:32:46.675 INFO skip step because feature "debug_variant" is not enabled |
3756 | 2024-12-19T21:32:48.821Z | [ recovery-image] Dec 19 21:32:46.675 INFO O| Dec 19 21:32:46.675 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3757 | 2024-12-19T21:32:49.561Z | [ recovery-image] Dec 19 21:32:47.417 INFO O| Dec 19 21:32:47.417 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3758 | 2024-12-19T21:32:50.588Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3759 | 2024-12-19T21:32:50.592Z | [ recovery-image] Dec 19 21:32:48.448 INFO O| Dec 19 21:32:48.448 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3760 | 2024-12-19T21:32:50.594Z | [ recovery-image] Dec 19 21:32:48.450 INFO O| Dec 19 21:32:48.450 INFO O| Planning: Planning completed in 0.00 seconds |
3761 | 2024-12-19T21:32:50.597Z | [ recovery-image] Dec 19 21:32:48.451 INFO O| Dec 19 21:32:48.451 INFO O| Planning: Consolidating action changes ... Done |
3762 | 2024-12-19T21:32:50.597Z | [ recovery-image] Dec 19 21:32:48.451 INFO O| Dec 19 21:32:48.451 INFO O| Planning: Evaluating mediators ... Done |
3763 | 2024-12-19T21:32:50.597Z | [ recovery-image] Dec 19 21:32:48.452 INFO O| Dec 19 21:32:48.452 INFO O| Planning: Planning completed in 0.00 seconds |
3764 | 2024-12-19T21:32:50.597Z | [ recovery-image] Dec 19 21:32:48.452 INFO O| Dec 19 21:32:48.452 INFO O| Variants/Facets to change: 1 |
3765 | 2024-12-19T21:32:50.731Z | [ recovery-image] Dec 19 21:32:48.586 INFO O| Dec 19 21:32:48.586 INFO O| Done |
3766 | 2024-12-19T21:32:50.731Z | [ recovery-image] Dec 19 21:32:48.586 INFO O| Dec 19 21:32:48.586 INFO O| Done |
3767 | 2024-12-19T21:32:51.659Z | [ recovery-image] Dec 19 21:32:49.512 INFO O| Dec 19 21:32:49.512 INFO O| Done |
3768 | 2024-12-19T21:32:51.760Z | [ recovery-image] Dec 19 21:32:49.615 INFO O| Dec 19 21:32:49.615 INFO O| Done |
3769 | 2024-12-19T21:32:51.763Z | [ recovery-image] Dec 19 21:32:49.617 INFO O| Dec 19 21:32:49.617 INFO O| Done |
3770 | 2024-12-19T21:32:51.763Z | [ recovery-image] Dec 19 21:32:49.617 INFO O| Dec 19 21:32:49.617 INFO O| Done |
3771 | 2024-12-19T21:32:51.767Z | [ recovery-image] Dec 19 21:32:49.619 INFO O| Dec 19 21:32:49.619 INFO O| Done |
3772 | 2024-12-19T21:32:51.921Z | [ recovery-image] Dec 19 21:32:49.776 INFO O| Dec 19 21:32:49.776 INFO STEP 8 (pkg_change_facet) COMPLETE |
3773 | 2024-12-19T21:32:51.921Z | [ recovery-image] Dec 19 21:32:49.776 INFO O| Dec 19 21:32:49.776 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3774 | 2024-12-19T21:32:52.619Z | [ recovery-image] Dec 19 21:32:50.473 INFO O| Dec 19 21:32:50.473 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3775 | 2024-12-19T21:32:53.629Z | [ recovery-image] Dec 19 21:32:51.483 INFO O| Dec 19 21:32:51.483 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3776 | 2024-12-19T21:32:53.631Z | [ recovery-image] Dec 19 21:32:51.485 INFO O| Dec 19 21:32:51.485 INFO O| Planning: Planning completed in 0.00 seconds |
3777 | 2024-12-19T21:32:53.631Z | [ recovery-image] Dec 19 21:32:51.485 INFO O| Dec 19 21:32:51.485 INFO O| Planning: Consolidating action changes ... Done |
3778 | 2024-12-19T21:32:53.631Z | [ recovery-image] Dec 19 21:32:51.486 INFO O| Dec 19 21:32:51.486 INFO O| Planning: Evaluating mediators ... Done |
3779 | 2024-12-19T21:32:53.631Z | [ recovery-image] Dec 19 21:32:51.486 INFO O| Dec 19 21:32:51.486 INFO O| Planning: Planning completed in 0.00 seconds |
3780 | 2024-12-19T21:32:53.634Z | [ recovery-image] Dec 19 21:32:51.486 INFO O| Dec 19 21:32:51.486 INFO O| Variants/Facets to change: 1 |
3781 | 2024-12-19T21:32:53.707Z | [ recovery-image] Dec 19 21:32:51.561 INFO O| Dec 19 21:32:51.561 INFO O| Done |
3782 | 2024-12-19T21:32:53.707Z | [ recovery-image] Dec 19 21:32:51.561 INFO O| Dec 19 21:32:51.561 INFO O| Done |
3783 | 2024-12-19T21:32:54.551Z | [ recovery-image] Dec 19 21:32:52.405 INFO O| Dec 19 21:32:52.405 INFO O| Done |
3784 | 2024-12-19T21:32:54.724Z | [ recovery-image] Dec 19 21:32:52.576 INFO O| Dec 19 21:32:52.576 INFO O| Done |
3785 | 2024-12-19T21:32:54.728Z | [ recovery-image] Dec 19 21:32:52.578 INFO O| Dec 19 21:32:52.578 INFO O| Done |
3786 | 2024-12-19T21:32:54.728Z | [ recovery-image] Dec 19 21:32:52.578 INFO O| Dec 19 21:32:52.578 INFO O| Done |
3787 | 2024-12-19T21:32:54.728Z | [ recovery-image] Dec 19 21:32:52.580 INFO O| Dec 19 21:32:52.580 INFO O| Done |
3788 | 2024-12-19T21:32:54.904Z | [ recovery-image] Dec 19 21:32:52.756 INFO O| Dec 19 21:32:52.756 INFO STEP 9 (pkg_change_facet) COMPLETE |
3789 | 2024-12-19T21:32:54.904Z | [ recovery-image] Dec 19 21:32:52.756 INFO O| Dec 19 21:32:52.756 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3790 | 2024-12-19T21:32:55.615Z | [ recovery-image] Dec 19 21:32:53.467 INFO O| Dec 19 21:32:53.467 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3791 | 2024-12-19T21:32:56.726Z | [ recovery-image] Dec 19 21:32:54.579 INFO O| Dec 19 21:32:54.579 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3792 | 2024-12-19T21:32:56.729Z | [ recovery-image] Dec 19 21:32:54.581 INFO O| Dec 19 21:32:54.581 INFO O| Planning: Planning completed in 0.00 seconds |
3793 | 2024-12-19T21:32:56.732Z | [ recovery-image] Dec 19 21:32:54.582 INFO O| Dec 19 21:32:54.582 INFO O| Planning: Consolidating action changes ... Done |
3794 | 2024-12-19T21:32:56.732Z | [ recovery-image] Dec 19 21:32:54.583 INFO O| Dec 19 21:32:54.583 INFO O| Planning: Evaluating mediators ... Done |
3795 | 2024-12-19T21:32:56.732Z | [ recovery-image] Dec 19 21:32:54.583 INFO O| Dec 19 21:32:54.583 INFO O| Planning: Planning completed in 0.00 seconds |
3796 | 2024-12-19T21:32:56.732Z | [ recovery-image] Dec 19 21:32:54.584 INFO O| Dec 19 21:32:54.584 INFO O| Variants/Facets to change: 1 |
3797 | 2024-12-19T21:32:56.909Z | [ recovery-image] Dec 19 21:32:54.761 INFO O| Dec 19 21:32:54.761 INFO O| Done |
3798 | 2024-12-19T21:32:56.909Z | [ recovery-image] Dec 19 21:32:54.761 INFO O| Dec 19 21:32:54.761 INFO O| Done |
3799 | 2024-12-19T21:32:57.715Z | [ recovery-image] Dec 19 21:32:55.567 INFO O| Dec 19 21:32:55.567 INFO O| Done |
3800 | 2024-12-19T21:32:57.821Z | [ recovery-image] Dec 19 21:32:55.673 INFO O| Dec 19 21:32:55.673 INFO O| Done |
3801 | 2024-12-19T21:32:57.824Z | [ recovery-image] Dec 19 21:32:55.675 INFO O| Dec 19 21:32:55.674 INFO O| Done |
3802 | 2024-12-19T21:32:57.824Z | [ recovery-image] Dec 19 21:32:55.675 INFO O| Dec 19 21:32:55.675 INFO O| Done |
3803 | 2024-12-19T21:32:57.825Z | [ recovery-image] Dec 19 21:32:55.677 INFO O| Dec 19 21:32:55.677 INFO O| Done |
3804 | 2024-12-19T21:32:57.964Z | [ recovery-image] Dec 19 21:32:55.816 INFO O| Dec 19 21:32:55.816 INFO STEP 10 (pkg_change_facet) COMPLETE |
3805 | 2024-12-19T21:32:57.965Z | [ recovery-image] Dec 19 21:32:55.816 INFO O| Dec 19 21:32:55.816 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3806 | 2024-12-19T21:32:57.988Z | [ recovery-image] Dec 19 21:32:55.840 INFO O| Dec 19 21:32:55.840 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"] |
3807 | 2024-12-19T21:32:59.188Z | [ recovery-image] Dec 19 21:32:57.040 INFO O| Dec 19 21:32:57.039 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3808 | 2024-12-19T21:32:59.366Z | [verify-libraries] Compiling des v0.8.1 |
3809 | 2024-12-19T21:33:00.081Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3810 | 2024-12-19T21:33:00.411Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3811 | 2024-12-19T21:33:01.438Z | [verify-libraries] Compiling russh v0.45.0 |
3812 | 2024-12-19T21:33:01.787Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3813 | 2024-12-19T21:33:08.260Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3814 | 2024-12-19T21:33:10.638Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3815 | 2024-12-19T21:33:13.617Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3816 | 2024-12-19T21:33:24.470Z | [verify-libraries] Compiling petname v2.0.2 |
3817 | 2024-12-19T21:33:25.862Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3818 | 2024-12-19T21:33:26.561Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3819 | 2024-12-19T21:33:27.350Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3820 | 2024-12-19T21:33:31.107Z | [verify-libraries] Compiling heck v0.4.1 |
3821 | 2024-12-19T21:33:32.581Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3822 | 2024-12-19T21:33:34.151Z | [ host-image] Dec 19 21:33:31.986 INFO O| Dec 19 21:33:31.986 INFO O| Planning: Solver setup ... Done |
3823 | 2024-12-19T21:33:41.850Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3824 | 2024-12-19T21:33:45.400Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3825 | 2024-12-19T21:33:52.929Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3826 | 2024-12-19T21:33:58.504Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3827 | 2024-12-19T21:34:05.716Z | [ recovery-image] Dec 19 21:34:03.536 INFO O| Dec 19 21:34:03.536 INFO O| Planning: Solver setup ... Done |
3828 | 2024-12-19T21:34:13.494Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3829 | 2024-12-19T21:34:15.587Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3830 | 2024-12-19T21:34:23.229Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3831 | 2024-12-19T21:34:55.500Z | [ host-image] Dec 19 21:34:53.296 INFO O| Dec 19 21:34:53.296 INFO O| Planning: Running solver ... Done |
3832 | 2024-12-19T21:34:55.815Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3833 | 2024-12-19T21:34:56.054Z | [ host-image] Dec 19 21:34:53.850 INFO O| Dec 19 21:34:53.850 INFO O| Planning: Finding local manifests ... Done |
3834 | 2024-12-19T21:34:56.085Z | [ host-image] Dec 19 21:34:53.881 INFO O| Dec 19 21:34:53.881 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3835 | 2024-12-19T21:34:57.590Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3836 | 2024-12-19T21:34:58.100Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3837 | 2024-12-19T21:34:58.568Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3838 | 2024-12-19T21:34:59.222Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3839 | 2024-12-19T21:34:59.625Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3840 | 2024-12-19T21:35:00.043Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3841 | 2024-12-19T21:35:00.507Z | [ host-image] Dec 19 21:34:58.301 INFO O| Dec 19 21:34:58.301 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3842 | 2024-12-19T21:35:00.749Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3843 | 2024-12-19T21:35:01.857Z | [ host-image] Dec 19 21:34:59.650 INFO O| Dec 19 21:34:59.650 INFO O| Planning: Package planning ... Done |
3844 | 2024-12-19T21:35:03.483Z | [ host-image] Dec 19 21:35:01.276 INFO O| Dec 19 21:35:01.275 INFO O| Planning: Merging actions ... Done |
3845 | 2024-12-19T21:35:03.617Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3846 | 2024-12-19T21:35:04.072Z | [ host-image] Dec 19 21:35:01.864 INFO O| Dec 19 21:35:01.864 INFO O| Planning: Checking for conflicting actions ... Done |
3847 | 2024-12-19T21:35:04.367Z | [ host-image] Dec 19 21:35:02.159 INFO O| Dec 19 21:35:02.159 INFO O| Planning: Consolidating action changes ... Done |
3848 | 2024-12-19T21:35:04.929Z | [ host-image] Dec 19 21:35:02.721 INFO O| Dec 19 21:35:02.720 INFO O| Planning: Evaluating mediators ... Done |
3849 | 2024-12-19T21:35:11.573Z | [ host-image] Dec 19 21:35:09.361 INFO O| Dec 19 21:35:09.361 INFO O| Planning: Planning completed in 165.40 seconds |
3850 | 2024-12-19T21:35:11.580Z | [ host-image] Dec 19 21:35:09.368 INFO O| Dec 19 21:35:09.368 INFO O| Packages to install: 124 |
3851 | 2024-12-19T21:35:11.582Z | [ host-image] Dec 19 21:35:09.368 INFO O| Dec 19 21:35:09.368 INFO O| Mediators to change: 4 |
3852 | 2024-12-19T21:35:11.583Z | [ host-image] Dec 19 21:35:09.368 INFO O| Dec 19 21:35:09.368 INFO O| Services to change: 6 |
3853 | 2024-12-19T21:35:11.726Z | [ host-image] Dec 19 21:35:09.514 INFO O| Dec 19 21:35:09.514 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete |
3854 | 2024-12-19T21:35:12.426Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3855 | 2024-12-19T21:35:16.743Z | [ host-image] Dec 19 21:35:14.529 INFO O| Dec 19 21:35:14.528 INFO O| Download: 1350/22788 items 8.1/199.7MB 4% complete (1.7M/s) |
3856 | 2024-12-19T21:35:18.816Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3857 | 2024-12-19T21:35:21.746Z | [ host-image] Dec 19 21:35:19.529 INFO O| Dec 19 21:35:19.529 INFO O| Download: 1810/22788 items 16.9/199.7MB 8% complete (1.6M/s) |
3858 | 2024-12-19T21:35:24.031Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3859 | 2024-12-19T21:35:24.987Z | [ recovery-image] Dec 19 21:35:22.769 INFO O| Dec 19 21:35:22.769 INFO O| Planning: Running solver ... Done |
3860 | 2024-12-19T21:35:25.560Z | [ recovery-image] Dec 19 21:35:23.342 INFO O| Dec 19 21:35:23.342 INFO O| Planning: Finding local manifests ... Done |
3861 | 2024-12-19T21:35:25.597Z | [ recovery-image] Dec 19 21:35:23.379 INFO O| Dec 19 21:35:23.379 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3862 | 2024-12-19T21:35:26.763Z | [ host-image] Dec 19 21:35:24.544 INFO O| Dec 19 21:35:24.544 INFO O| Download: 2452/22788 items 28.2/199.7MB 14% complete (2.0M/s) |
3863 | 2024-12-19T21:35:30.647Z | [ recovery-image] Dec 19 21:35:28.427 INFO O| Dec 19 21:35:28.427 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3864 | 2024-12-19T21:35:31.765Z | [ host-image] Dec 19 21:35:29.544 INFO O| Dec 19 21:35:29.544 INFO O| Download: 3513/22788 items 35.7/199.7MB 17% complete (1.9M/s) |
3865 | 2024-12-19T21:35:31.896Z | [ recovery-image] Dec 19 21:35:29.674 INFO O| Dec 19 21:35:29.674 INFO O| Planning: Package planning ... Done |
3866 | 2024-12-19T21:35:32.607Z | [ recovery-image] Dec 19 21:35:30.386 INFO O| Dec 19 21:35:30.386 INFO O| Planning: Merging actions ... Done |
3867 | 2024-12-19T21:35:33.057Z | [ recovery-image] Dec 19 21:35:30.836 INFO O| Dec 19 21:35:30.835 INFO O| Planning: Checking for conflicting actions ... Done |
3868 | 2024-12-19T21:35:33.192Z | [ recovery-image] Dec 19 21:35:30.970 INFO O| Dec 19 21:35:30.970 INFO O| Planning: Consolidating action changes ... Done |
3869 | 2024-12-19T21:35:33.655Z | [ recovery-image] Dec 19 21:35:31.429 INFO O| Dec 19 21:35:31.429 INFO O| Planning: Evaluating mediators ... Done |
3870 | 2024-12-19T21:35:36.862Z | [ host-image] Dec 19 21:35:34.638 INFO O| Dec 19 21:35:34.638 INFO O| Download: 4655/22788 items 43.1/199.7MB 21% complete (1.5M/s) |
3871 | 2024-12-19T21:35:39.553Z | [ recovery-image] Dec 19 21:35:37.329 INFO O| Dec 19 21:35:37.329 INFO O| Planning: Planning completed in 160.29 seconds |
3872 | 2024-12-19T21:35:39.562Z | [ recovery-image] Dec 19 21:35:37.337 INFO O| Dec 19 21:35:37.337 INFO O| Packages to install: 124 |
3873 | 2024-12-19T21:35:39.562Z | [ recovery-image] Dec 19 21:35:37.337 INFO O| Dec 19 21:35:37.337 INFO O| Mediators to change: 4 |
3874 | 2024-12-19T21:35:39.565Z | [ recovery-image] Dec 19 21:35:37.337 INFO O| Dec 19 21:35:37.337 INFO O| Services to change: 5 |
3875 | 2024-12-19T21:35:39.640Z | [ recovery-image] Dec 19 21:35:37.415 INFO O| Dec 19 21:35:37.415 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete |
3876 | 2024-12-19T21:35:41.377Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3877 | 2024-12-19T21:35:41.873Z | [ host-image] Dec 19 21:35:39.647 INFO O| Dec 19 21:35:39.647 INFO O| Download: 5696/22788 items 46.2/199.7MB 23% complete (1.1M/s) |
3878 | 2024-12-19T21:35:44.774Z | [ recovery-image] Dec 19 21:35:42.546 INFO O| Dec 19 21:35:42.546 INFO O| Download: 996/15862 items 7.8/176.4MB 4% complete (1.6M/s) |
3879 | 2024-12-19T21:35:46.879Z | [ host-image] Dec 19 21:35:44.649 INFO O| Dec 19 21:35:44.649 INFO O| Download: 6639/22788 items 46.8/199.7MB 23% complete (375k/s) |
3880 | 2024-12-19T21:35:48.695Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3881 | 2024-12-19T21:35:49.364Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3882 | 2024-12-19T21:35:50.067Z | [ recovery-image] Dec 19 21:35:47.838 INFO O| Dec 19 21:35:47.838 INFO O| Download: 1175/15862 items 11.3/176.4MB 6% complete (1.1M/s) |
3883 | 2024-12-19T21:35:51.885Z | [ host-image] Dec 19 21:35:49.654 INFO O| Dec 19 21:35:49.654 INFO O| Download: 7379/22788 items 57.7/199.7MB 28% complete (1.1M/s) |
3884 | 2024-12-19T21:35:53.411Z | [verify-libraries] Compiling termios v0.3.3 |
3885 | 2024-12-19T21:35:53.813Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3886 | 2024-12-19T21:35:55.071Z | [ recovery-image] Dec 19 21:35:52.838 INFO O| Dec 19 21:35:52.838 INFO O| Download: 1566/15862 items 22.9/176.4MB 13% complete (1.5M/s) |
3887 | 2024-12-19T21:35:57.123Z | [ host-image] Dec 19 21:35:54.890 INFO O| Dec 19 21:35:54.889 INFO O| Download: 8231/22788 items 61.7/199.7MB 30% complete (1.4M/s) |
3888 | 2024-12-19T21:36:00.097Z | [ recovery-image] Dec 19 21:35:57.863 INFO O| Dec 19 21:35:57.863 INFO O| Download: 2434/15862 items 31.4/176.4MB 17% complete (2.0M/s) |
3889 | 2024-12-19T21:36:02.148Z | [ host-image] Dec 19 21:35:59.899 INFO O| Dec 19 21:35:59.899 INFO O| Download: 8807/22788 items 71.5/199.7MB 35% complete (1.3M/s) |
3890 | 2024-12-19T21:36:05.120Z | [ recovery-image] Dec 19 21:36:02.883 INFO O| Dec 19 21:36:02.883 INFO O| Download: 3185/15862 items 37.5/176.4MB 21% complete (1.5M/s) |
3891 | 2024-12-19T21:36:07.172Z | [ host-image] Dec 19 21:36:04.899 INFO O| Dec 19 21:36:04.899 INFO O| Download: 9392/22788 items 81.5/199.7MB 40% complete (2.0M/s) |
3892 | 2024-12-19T21:36:10.138Z | [ recovery-image] Dec 19 21:36:07.898 INFO O| Dec 19 21:36:07.898 INFO O| Download: 3791/15862 items 42.4/176.4MB 24% complete (1.1M/s) |
3893 | 2024-12-19T21:36:12.257Z | [ host-image] Dec 19 21:36:10.016 INFO O| Dec 19 21:36:10.016 INFO O| Download: 10308/22788 items 87.5/199.7MB 43% complete (1.6M/s) |
3894 | 2024-12-19T21:36:15.147Z | [ recovery-image] Dec 19 21:36:12.905 INFO O| Dec 19 21:36:12.905 INFO O| Download: 4835/15862 items 43.0/176.4MB 24% complete (571k/s) |
3895 | 2024-12-19T21:36:17.268Z | [ host-image] Dec 19 21:36:15.020 INFO O| Dec 19 21:36:15.020 INFO O| Download: 10844/22788 items 90.0/199.7MB 45% complete (937k/s) |
3896 | 2024-12-19T21:36:20.069Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3897 | 2024-12-19T21:36:20.203Z | [ recovery-image] Dec 19 21:36:17.958 INFO O| Dec 19 21:36:17.958 INFO O| Download: 5729/15862 items 46.3/176.4MB 26% complete (479k/s) |
3898 | 2024-12-19T21:36:22.281Z | [ host-image] Dec 19 21:36:20.035 INFO O| Dec 19 21:36:20.035 INFO O| Download: 11285/22788 items 95.4/199.7MB 47% complete (789k/s) |
3899 | 2024-12-19T21:36:25.393Z | [ recovery-image] Dec 19 21:36:23.147 INFO O| Dec 19 21:36:23.147 INFO O| Download: 6119/15862 items 58.6/176.4MB 33% complete (1.4M/s) |
3900 | 2024-12-19T21:36:27.821Z | [ host-image] Dec 19 21:36:25.573 INFO O| Dec 19 21:36:25.573 INFO O| Download: 12108/22788 items 100.7/199.7MB 50% complete (1.1M/s) |
3901 | 2024-12-19T21:36:30.396Z | [ recovery-image] Dec 19 21:36:28.147 INFO O| Dec 19 21:36:28.147 INFO O| Download: 7073/15862 items 72.6/176.4MB 41% complete (2.6M/s) |
3902 | 2024-12-19T21:36:31.148Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3903 | 2024-12-19T21:36:32.841Z | [ host-image] Dec 19 21:36:30.590 INFO O| Dec 19 21:36:30.590 INFO O| Download: 12466/22788 items 109.6/199.7MB 54% complete (1.3M/s) |
3904 | 2024-12-19T21:36:36.889Z | [ recovery-image] Dec 19 21:36:34.637 INFO O| Dec 19 21:36:34.636 INFO O| Download: 7639/15862 items 73.7/176.4MB 41% complete (1.7M/s) |
3905 | 2024-12-19T21:36:37.856Z | [ host-image] Dec 19 21:36:35.603 INFO O| Dec 19 21:36:35.603 INFO O| Download: 13431/22788 items 110.0/199.7MB 55% complete (945k/s) |
3906 | 2024-12-19T21:36:42.219Z | [ recovery-image] Dec 19 21:36:39.964 INFO O| Dec 19 21:36:39.964 INFO O| Download: 7969/15862 items 78.7/176.4MB 44% complete (512k/s) |
3907 | 2024-12-19T21:36:42.861Z | [ host-image] Dec 19 21:36:40.605 INFO O| Dec 19 21:36:40.604 INFO O| Download: 14306/22788 items 110.8/199.7MB 55% complete (120k/s) |
3908 | 2024-12-19T21:36:47.519Z | [ recovery-image] Dec 19 21:36:45.261 INFO O| Dec 19 21:36:45.261 INFO O| Download: 8764/15862 items 84.3/176.4MB 47% complete (1.0M/s) |
3909 | 2024-12-19T21:36:47.886Z | [ host-image] Dec 19 21:36:45.629 INFO O| Dec 19 21:36:45.628 INFO O| Download: 15035/22788 items 120.2/199.7MB 60% complete (1.0M/s) |
3910 | 2024-12-19T21:36:52.523Z | [ recovery-image] Dec 19 21:36:50.263 INFO O| Dec 19 21:36:50.263 INFO O| Download: 9195/15862 items 92.8/176.4MB 52% complete (1.3M/s) |
3911 | 2024-12-19T21:36:53.115Z | [ host-image] Dec 19 21:36:50.855 INFO O| Dec 19 21:36:50.855 INFO O| Download: 15729/22788 items 126.0/199.7MB 63% complete (1.5M/s) |
3912 | 2024-12-19T21:36:57.528Z | [ recovery-image] Dec 19 21:36:55.266 INFO O| Dec 19 21:36:55.266 INFO O| Download: 10194/15862 items 93.3/176.4MB 52% complete (927k/s) |
3913 | 2024-12-19T21:36:58.233Z | [ host-image] Dec 19 21:36:55.970 INFO O| Dec 19 21:36:55.970 INFO O| Download: 16173/22788 items 141.5/199.7MB 70% complete (2.1M/s) |
3914 | 2024-12-19T21:37:02.531Z | [ recovery-image] Dec 19 21:37:00.267 INFO O| Dec 19 21:37:00.266 INFO O| Download: 10953/15862 items 94.2/176.4MB 53% complete (129k/s) |
3915 | 2024-12-19T21:37:03.255Z | [ host-image] Dec 19 21:37:00.991 INFO O| Dec 19 21:37:00.991 INFO O| Download: 17080/22788 items 148.8/199.7MB 74% complete (2.3M/s) |
3916 | 2024-12-19T21:37:07.580Z | [ recovery-image] Dec 19 21:37:05.313 INFO O| Dec 19 21:37:05.313 INFO O| Download: 11275/15862 items 104.1/176.4MB 59% complete (1.0M/s) |
3917 | 2024-12-19T21:37:08.630Z | [ host-image] Dec 19 21:37:06.363 INFO O| Dec 19 21:37:06.363 INFO O| Download: 17955/22788 items 161.0/199.7MB 80% complete (2.1M/s) |
3918 | 2024-12-19T21:37:12.623Z | [ recovery-image] Dec 19 21:37:10.354 INFO O| Dec 19 21:37:10.354 INFO O| Download: 11533/15862 items 111.4/176.4MB 63% complete (1.7M/s) |
3919 | 2024-12-19T21:37:13.638Z | [ host-image] Dec 19 21:37:11.368 INFO O| Dec 19 21:37:11.368 INFO O| Download: 18781/22788 items 165.0/199.7MB 82% complete (1.6M/s) |
3920 | 2024-12-19T21:37:17.627Z | [ recovery-image] Dec 19 21:37:15.356 INFO O| Dec 19 21:37:15.356 INFO O| Download: 12065/15862 items 140.2/176.4MB 79% complete (3.6M/s) |
3921 | 2024-12-19T21:37:18.642Z | [ host-image] Dec 19 21:37:16.370 INFO O| Dec 19 21:37:16.370 INFO O| Download: 19515/22788 items 168.7/199.7MB 84% complete (781k/s) |
3922 | 2024-12-19T21:37:22.630Z | [ recovery-image] Dec 19 21:37:20.356 INFO O| Dec 19 21:37:20.356 INFO O| Download: 12766/15862 items 143.0/176.4MB 81% complete (3.2M/s) |
3923 | 2024-12-19T21:37:23.650Z | [ host-image] Dec 19 21:37:21.376 INFO O| Dec 19 21:37:21.376 INFO O| Download: 20136/22788 items 170.8/199.7MB 85% complete (596k/s) |
3924 | 2024-12-19T21:37:27.644Z | [ recovery-image] Dec 19 21:37:25.358 INFO O| Dec 19 21:37:25.358 INFO O| Download: 13401/15862 items 145.9/176.4MB 82% complete (553k/s) |
3925 | 2024-12-19T21:37:28.683Z | [ host-image] Dec 19 21:37:26.406 INFO O| Dec 19 21:37:26.406 INFO O| Download: 20809/22788 items 174.0/199.7MB 87% complete (697k/s) |
3926 | 2024-12-19T21:37:32.681Z | [ recovery-image] Dec 19 21:37:30.371 INFO O| Dec 19 21:37:30.371 INFO O| Download: 14476/15862 items 150.0/176.4MB 85% complete (711k/s) |
3927 | 2024-12-19T21:37:33.786Z | [ host-image] Dec 19 21:37:31.411 INFO O| Dec 19 21:37:31.411 INFO O| Download: 21254/22788 items 180.0/199.7MB 90% complete (931k/s) |
3928 | 2024-12-19T21:37:38.704Z | [ host-image] Dec 19 21:37:36.420 INFO O| Dec 19 21:37:36.420 INFO O| Download: 21797/22788 items 187.8/199.7MB 94% complete (1.3M/s) |
3929 | 2024-12-19T21:37:41.534Z | [ recovery-image] Dec 19 21:37:39.247 INFO O| Dec 19 21:37:39.247 INFO O| Download: 14694/15862 items 151.0/176.4MB 85% complete (682k/s) |
3930 | 2024-12-19T21:37:43.723Z | [ host-image] Dec 19 21:37:41.439 INFO O| Dec 19 21:37:41.439 INFO O| Download: 22006/22788 items 192.0/199.7MB 96% complete (1.2M/s) |
3931 | 2024-12-19T21:37:46.889Z | [ recovery-image] Dec 19 21:37:44.604 INFO O| Dec 19 21:37:44.604 INFO O| Download: 14780/15862 items 156.5/176.4MB 88% complete (925k/s) |
3932 | 2024-12-19T21:37:49.120Z | [ host-image] Dec 19 21:37:46.834 INFO O| Dec 19 21:37:46.834 INFO O| Download: 22260/22788 items 197.8/199.7MB 99% complete (1.4M/s) |
3933 | 2024-12-19T21:37:51.892Z | [ recovery-image] Dec 19 21:37:49.604 INFO O| Dec 19 21:37:49.604 INFO O| Download: 15232/15862 items 158.2/176.4MB 89% complete (687k/s) |
3934 | 2024-12-19T21:37:54.130Z | [ host-image] Dec 19 21:37:51.842 INFO O| Dec 19 21:37:51.841 INFO O| Download: 22640/22788 items 199.4/199.7MB 99% complete (749k/s) |
3935 | 2024-12-19T21:37:56.920Z | [ recovery-image] Dec 19 21:37:54.623 INFO O| Dec 19 21:37:54.623 INFO O| Download: 15431/15862 items 166.1/176.4MB 94% complete (947k/s) |
3936 | 2024-12-19T21:37:59.813Z | [ host-image] Dec 19 21:37:57.426 INFO O| Dec 19 21:37:57.426 INFO O| Download: 22782/22788 items 199.6/199.7MB 99% complete (320k/s) |
3937 | 2024-12-19T21:38:01.767Z | [ host-image] Dec 19 21:37:59.475 INFO O| Dec 19 21:37:59.474 INFO O| Download: Completed 199.66 MB in 169.96 seconds (1.2M/s) |
3938 | 2024-12-19T21:38:01.997Z | [ recovery-image] Dec 19 21:37:59.704 INFO O| Dec 19 21:37:59.704 INFO O| Download: 15527/15862 items 168.8/176.4MB 95% complete (1.1M/s) |
3939 | 2024-12-19T21:38:03.805Z | [ host-image] Dec 19 21:38:01.512 INFO O| Dec 19 21:38:01.512 INFO O| Actions: 1/49485 actions (Installing new actions) |
3940 | 2024-12-19T21:38:07.615Z | [ recovery-image] Dec 19 21:38:05.320 INFO O| Dec 19 21:38:05.320 INFO O| Download: 15564/15862 items 169.1/176.4MB 95% complete (798k/s) |
3941 | 2024-12-19T21:38:08.815Z | [ host-image] Dec 19 21:38:06.520 INFO O| Dec 19 21:38:06.519 INFO O| Actions: 9729/49485 actions (Installing new actions) |
3942 | 2024-12-19T21:38:13.315Z | [ recovery-image] Dec 19 21:38:11.017 INFO O| Dec 19 21:38:11.017 INFO O| Download: 15594/15862 items 169.4/176.4MB 96% complete (187k/s) |
3943 | 2024-12-19T21:38:13.818Z | [ host-image] Dec 19 21:38:11.520 INFO O| Dec 19 21:38:11.520 INFO O| Actions: 17447/49485 actions (Installing new actions) |
3944 | 2024-12-19T21:38:19.292Z | [ host-image] Dec 19 21:38:16.991 INFO O| Dec 19 21:38:16.991 INFO O| Actions: 24002/49485 actions (Installing new actions) |
3945 | 2024-12-19T21:38:24.841Z | [ host-image] Dec 19 21:38:22.538 INFO O| Dec 19 21:38:22.538 INFO O| Actions: 48930/49485 actions (Installing new actions) |
3946 | 2024-12-19T21:38:25.839Z | [ recovery-image] Dec 19 21:38:23.534 INFO O| Dec 19 21:38:23.534 INFO O| Download: 15631/15862 items 169.8/176.4MB 96% complete |
3947 | 2024-12-19T21:38:26.049Z | [ host-image] Dec 19 21:38:23.745 INFO O| Dec 19 21:38:23.745 INFO O| Actions: Completed 49485 actions in 22.23 seconds. |
3948 | 2024-12-19T21:38:26.757Z | [ host-image] Dec 19 21:38:24.453 INFO O| Dec 19 21:38:24.452 INFO O| Done |
3949 | 2024-12-19T21:38:26.757Z | [ host-image] Dec 19 21:38:24.453 INFO O| Dec 19 21:38:24.453 INFO O| Done |
3950 | 2024-12-19T21:38:28.337Z | [ host-image] Dec 19 21:38:26.031 INFO O| Dec 19 21:38:26.031 INFO O| Done |
3951 | 2024-12-19T21:38:30.946Z | [ host-image] Dec 19 21:38:28.639 INFO O| Dec 19 21:38:28.639 INFO O| Done |
3952 | 2024-12-19T21:38:30.992Z | [ host-image] Dec 19 21:38:28.685 INFO O| Dec 19 21:38:28.685 INFO O| Done |
3953 | 2024-12-19T21:38:33.438Z | [ recovery-image] Dec 19 21:38:31.131 INFO O| Dec 19 21:38:31.131 INFO O| Download: 15837/15862 items 175.2/176.4MB 99% complete (2.4M/s) |
3954 | 2024-12-19T21:38:33.995Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3955 | 2024-12-19T21:38:38.291Z | [ host-image] Dec 19 21:38:35.981 INFO O| Dec 19 21:38:35.981 INFO O| Done |
3956 | 2024-12-19T21:38:39.315Z | [ host-image] Dec 19 21:38:37.005 INFO O| Dec 19 21:38:37.005 INFO O| Done |
3957 | 2024-12-19T21:38:39.633Z | [ recovery-image] Dec 19 21:38:37.323 INFO O| Dec 19 21:38:37.323 INFO O| Download: 15856/15862 items 176.4/176.4MB 99% complete (670k/s) |
3958 | 2024-12-19T21:38:39.656Z | [ recovery-image] Dec 19 21:38:37.346 INFO O| Dec 19 21:38:37.346 INFO O| Download: Completed 176.38 MB in 179.93 seconds (1000k/s) |
3959 | 2024-12-19T21:38:39.889Z | [ host-image] Dec 19 21:38:37.578 INFO O| Dec 19 21:38:37.578 INFO STEP 11 (pkg_install) COMPLETE |
3960 | 2024-12-19T21:38:39.889Z | [ host-image] Dec 19 21:38:37.578 INFO O| Dec 19 21:38:37.578 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3961 | 2024-12-19T21:38:39.910Z | [ host-image] Dec 19 21:38:37.599 INFO O| Dec 19 21:38:37.599 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"] |
3962 | 2024-12-19T21:38:40.956Z | [ recovery-image] Dec 19 21:38:38.645 INFO O| Dec 19 21:38:38.645 INFO O| Actions: 1/25028 actions (Installing new actions) |
3963 | 2024-12-19T21:38:43.910Z | [ host-image] Dec 19 21:38:41.598 INFO O| Dec 19 21:38:41.598 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3964 | 2024-12-19T21:38:45.959Z | [ recovery-image] Dec 19 21:38:43.645 INFO O| Dec 19 21:38:43.645 INFO O| Actions: 8593/25028 actions (Installing new actions) |
3965 | 2024-12-19T21:38:49.810Z | [ host-image] Dec 19 21:38:47.495 INFO O| Dec 19 21:38:47.495 INFO O| Planning: Solver setup ... Done |
3966 | 2024-12-19T21:38:49.817Z | [ host-image] Dec 19 21:38:47.502 INFO O| Dec 19 21:38:47.502 INFO O| Planning: Running solver ... Done |
3967 | 2024-12-19T21:38:49.994Z | [ host-image] Dec 19 21:38:47.679 INFO O| Dec 19 21:38:47.679 INFO O| Planning: Finding local manifests ... Done |
3968 | 2024-12-19T21:38:49.997Z | [ host-image] Dec 19 21:38:47.682 INFO O| Dec 19 21:38:47.681 INFO O| Planning: Fetching manifests: 0/5 0% complete |
3969 | 2024-12-19T21:38:50.346Z | [ host-image] Dec 19 21:38:48.031 INFO O| Dec 19 21:38:48.031 INFO O| Planning: Fetching manifests: 5/5 100% complete |
3970 | 2024-12-19T21:38:50.479Z | [ host-image] Dec 19 21:38:48.163 INFO O| Dec 19 21:38:48.163 INFO O| Planning: Package planning ... Done |
3971 | 2024-12-19T21:38:50.486Z | [ host-image] Dec 19 21:38:48.171 INFO O| Dec 19 21:38:48.170 INFO O| Planning: Merging actions ... Done |
3972 | 2024-12-19T21:38:50.703Z | [ host-image] Dec 19 21:38:48.387 INFO O| Dec 19 21:38:48.387 INFO O| Planning: Checking for conflicting actions ... Done |
3973 | 2024-12-19T21:38:50.705Z | [ host-image] Dec 19 21:38:48.390 INFO O| Dec 19 21:38:48.390 INFO O| Planning: Consolidating action changes ... Done |
3974 | 2024-12-19T21:38:50.961Z | [ recovery-image] Dec 19 21:38:48.646 INFO O| Dec 19 21:38:48.646 INFO O| Actions: 15167/25028 actions (Installing new actions) |
3975 | 2024-12-19T21:38:51.309Z | [ host-image] Dec 19 21:38:48.993 INFO O| Dec 19 21:38:48.993 INFO O| Planning: Evaluating mediators ... Done |
3976 | 2024-12-19T21:38:51.312Z | [ host-image] Dec 19 21:38:48.995 INFO O| Dec 19 21:38:48.995 INFO O| Planning: Planning completed in 7.40 seconds |
3977 | 2024-12-19T21:38:51.315Z | [ host-image] Dec 19 21:38:48.998 INFO O| Dec 19 21:38:48.998 INFO O| Packages to install: 5 |
3978 | 2024-12-19T21:38:51.315Z | [ host-image] Dec 19 21:38:48.998 INFO O| Dec 19 21:38:48.998 INFO O| Services to change: 2 |
3979 | 2024-12-19T21:38:51.336Z | [ host-image] Dec 19 21:38:49.020 INFO O| Dec 19 21:38:49.020 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
3980 | 2024-12-19T21:38:52.896Z | [ host-image] Dec 19 21:38:50.579 INFO O| Dec 19 21:38:50.579 INFO O| Download: Completed 1.45 MB in 1.56 seconds (949k/s) |
3981 | 2024-12-19T21:38:53.180Z | [ host-image] Dec 19 21:38:50.864 INFO O| Dec 19 21:38:50.863 INFO O| Actions: 1/305 actions (Installing new actions) |
3982 | 2024-12-19T21:38:53.350Z | [ host-image] Dec 19 21:38:51.033 INFO O| Dec 19 21:38:51.033 INFO O| Actions: Completed 305 actions in 0.17 seconds. |
3983 | 2024-12-19T21:38:53.887Z | [ host-image] Dec 19 21:38:51.570 INFO O| Dec 19 21:38:51.570 INFO O| Done |
3984 | 2024-12-19T21:38:53.887Z | [ host-image] Dec 19 21:38:51.570 INFO O| Dec 19 21:38:51.570 INFO O| Done |
3985 | 2024-12-19T21:38:55.156Z | [ host-image] Dec 19 21:38:52.838 INFO O| Dec 19 21:38:52.838 INFO O| Done |
3986 | 2024-12-19T21:38:56.385Z | [ recovery-image] Dec 19 21:38:53.654 INFO O| Dec 19 21:38:53.654 INFO O| Actions: 24519/25028 actions (Installing new actions) |
3987 | 2024-12-19T21:38:57.334Z | [ recovery-image] Dec 19 21:38:55.015 INFO O| Dec 19 21:38:55.015 INFO O| Actions: Completed 25028 actions in 16.37 seconds. |
3988 | 2024-12-19T21:38:57.972Z | [ host-image] Dec 19 21:38:55.653 INFO O| Dec 19 21:38:55.653 INFO O| Done |
3989 | 2024-12-19T21:38:58.019Z | [ recovery-image] Dec 19 21:38:55.679 INFO O| Dec 19 21:38:55.679 INFO O| Done |
3990 | 2024-12-19T21:38:58.019Z | [ recovery-image] Dec 19 21:38:55.679 INFO O| Dec 19 21:38:55.679 INFO O| Done |
3991 | 2024-12-19T21:38:58.027Z | [ host-image] Dec 19 21:38:55.708 INFO O| Dec 19 21:38:55.708 INFO O| Done |
3992 | 2024-12-19T21:38:58.052Z | [ host-image] Dec 19 21:38:55.732 INFO O| Dec 19 21:38:55.732 INFO O| Done |
3993 | 2024-12-19T21:38:58.087Z | [ host-image] Dec 19 21:38:55.765 INFO O| Dec 19 21:38:55.765 INFO O| Done |
3994 | 2024-12-19T21:38:58.376Z | [ host-image] Dec 19 21:38:56.056 INFO O| Dec 19 21:38:56.056 INFO STEP 12 (pkg_install) COMPLETE |
3995 | 2024-12-19T21:38:58.376Z | [ host-image] Dec 19 21:38:56.056 INFO O| Dec 19 21:38:56.056 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3996 | 2024-12-19T21:38:58.398Z | [ host-image] Dec 19 21:38:56.078 INFO O| Dec 19 21:38:56.078 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
3997 | 2024-12-19T21:38:59.110Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3998 | 2024-12-19T21:38:59.629Z | [ host-image] Dec 19 21:38:57.309 INFO O| Dec 19 21:38:57.309 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3999 | 2024-12-19T21:38:59.681Z | [ recovery-image] Dec 19 21:38:57.361 INFO O| Dec 19 21:38:57.361 INFO O| Done |
4000 | 2024-12-19T21:39:01.937Z | [ recovery-image] Dec 19 21:38:59.616 INFO O| Dec 19 21:38:59.616 INFO O| Done |
4001 | 2024-12-19T21:39:01.971Z | [ recovery-image] Dec 19 21:38:59.650 INFO O| Dec 19 21:38:59.650 INFO O| Done |
4002 | 2024-12-19T21:39:04.113Z | [ host-image] Dec 19 21:39:01.791 INFO O| Dec 19 21:39:01.791 INFO O| Planning: Solver setup ... Done |
4003 | 2024-12-19T21:39:04.122Z | [ host-image] Dec 19 21:39:01.799 INFO O| Dec 19 21:39:01.799 INFO O| Planning: Running solver ... Done |
4004 | 2024-12-19T21:39:04.222Z | [ host-image] Dec 19 21:39:01.900 INFO O| Dec 19 21:39:01.900 INFO O| Planning: Finding local manifests ... Done |
4005 | 2024-12-19T21:39:04.225Z | [ host-image] Dec 19 21:39:01.903 INFO O| Dec 19 21:39:01.902 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4006 | 2024-12-19T21:39:04.617Z | [ host-image] Dec 19 21:39:02.292 INFO O| Dec 19 21:39:02.292 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4007 | 2024-12-19T21:39:04.688Z | [ host-image] Dec 19 21:39:02.366 INFO O| Dec 19 21:39:02.366 INFO O| Planning: Package planning ... Done |
4008 | 2024-12-19T21:39:04.748Z | [ host-image] Dec 19 21:39:02.425 INFO O| Dec 19 21:39:02.425 INFO O| Planning: Merging actions ... Done |
4009 | 2024-12-19T21:39:04.913Z | [ host-image] Dec 19 21:39:02.590 INFO O| Dec 19 21:39:02.590 INFO O| Planning: Checking for conflicting actions ... Done |
4010 | 2024-12-19T21:39:04.920Z | [ host-image] Dec 19 21:39:02.598 INFO O| Dec 19 21:39:02.598 INFO O| Planning: Consolidating action changes ... Done |
4011 | 2024-12-19T21:39:05.346Z | [ host-image] Dec 19 21:39:03.023 INFO O| Dec 19 21:39:03.023 INFO O| Planning: Evaluating mediators ... Done |
4012 | 2024-12-19T21:39:05.352Z | [ host-image] Dec 19 21:39:03.029 INFO O| Dec 19 21:39:03.029 INFO O| Planning: Planning completed in 5.72 seconds |
4013 | 2024-12-19T21:39:05.354Z | [ host-image] Dec 19 21:39:03.032 INFO O| Dec 19 21:39:03.032 INFO O| Packages to install: 6 |
4014 | 2024-12-19T21:39:05.355Z | [ host-image] Dec 19 21:39:03.032 INFO O| Dec 19 21:39:03.032 INFO O| Mediators to change: 1 |
4015 | 2024-12-19T21:39:05.355Z | [ host-image] Dec 19 21:39:03.032 INFO O| Dec 19 21:39:03.032 INFO O| Services to change: 1 |
4016 | 2024-12-19T21:39:05.387Z | [ host-image] Dec 19 21:39:03.065 INFO O| Dec 19 21:39:03.065 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
4017 | 2024-12-19T21:39:06.942Z | [ recovery-image] Dec 19 21:39:04.619 INFO O| Dec 19 21:39:04.619 INFO O| Done |
4018 | 2024-12-19T21:39:07.713Z | [ recovery-image] Dec 19 21:39:05.380 INFO O| Dec 19 21:39:05.380 INFO O| Done |
4019 | 2024-12-19T21:39:08.284Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
4020 | 2024-12-19T21:39:08.291Z | [ recovery-image] Dec 19 21:39:05.965 INFO O| Dec 19 21:39:05.965 INFO STEP 11 (pkg_install) COMPLETE |
4021 | 2024-12-19T21:39:08.291Z | [ recovery-image] Dec 19 21:39:05.965 INFO O| Dec 19 21:39:05.965 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4022 | 2024-12-19T21:39:08.291Z | [ recovery-image] Dec 19 21:39:05.965 INFO O| Dec 19 21:39:05.965 INFO skip step because feature "recovery" is enabled |
4023 | 2024-12-19T21:39:08.291Z | [ recovery-image] Dec 19 21:39:05.965 INFO O| Dec 19 21:39:05.965 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4024 | 2024-12-19T21:39:08.291Z | [ recovery-image] Dec 19 21:39:05.965 INFO O| Dec 19 21:39:05.965 INFO skip step because feature "omicron1" is not enabled |
4025 | 2024-12-19T21:39:08.291Z | [ recovery-image] Dec 19 21:39:05.965 INFO O| Dec 19 21:39:05.965 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4026 | 2024-12-19T21:39:08.310Z | [ recovery-image] Dec 19 21:39:05.986 INFO O| Dec 19 21:39:05.986 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
4027 | 2024-12-19T21:39:09.467Z | [ recovery-image] Dec 19 21:39:07.142 INFO O| Dec 19 21:39:07.142 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4028 | 2024-12-19T21:39:10.400Z | [ host-image] Dec 19 21:39:08.072 INFO O| Dec 19 21:39:08.072 INFO O| Download: 504/1140 items 2.6/8.4MB 31% complete (574k/s) |
4029 | 2024-12-19T21:39:13.796Z | [ recovery-image] Dec 19 21:39:11.426 INFO O| Dec 19 21:39:11.426 INFO O| Planning: Solver setup ... Done |
4030 | 2024-12-19T21:39:13.796Z | [ recovery-image] Dec 19 21:39:11.433 INFO O| Dec 19 21:39:11.433 INFO O| Planning: Running solver ... Done |
4031 | 2024-12-19T21:39:13.875Z | [ recovery-image] Dec 19 21:39:11.537 INFO O| Dec 19 21:39:11.537 INFO O| Planning: Finding local manifests ... Done |
4032 | 2024-12-19T21:39:13.892Z | [ recovery-image] Dec 19 21:39:11.538 INFO O| Dec 19 21:39:11.538 INFO O| Planning: Fetching manifests: 0/1 0% complete |
4033 | 2024-12-19T21:39:14.056Z | [ recovery-image] Dec 19 21:39:11.700 INFO O| Dec 19 21:39:11.700 INFO O| Planning: Fetching manifests: 1/1 100% complete |
4034 | 2024-12-19T21:39:14.176Z | [ recovery-image] Dec 19 21:39:11.732 INFO O| Dec 19 21:39:11.731 INFO O| Planning: Package planning ... Done |
4035 | 2024-12-19T21:39:14.176Z | [ recovery-image] Dec 19 21:39:11.787 INFO O| Dec 19 21:39:11.787 INFO O| Planning: Merging actions ... Done |
4036 | 2024-12-19T21:39:14.176Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
4037 | 2024-12-19T21:39:14.233Z | [ recovery-image] Dec 19 21:39:11.870 INFO O| Dec 19 21:39:11.869 INFO O| Planning: Checking for conflicting actions ... Done |
4038 | 2024-12-19T21:39:14.302Z | [ recovery-image] Dec 19 21:39:11.870 INFO O| Dec 19 21:39:11.870 INFO O| Planning: Consolidating action changes ... Done |
4039 | 2024-12-19T21:39:14.587Z | [ recovery-image] Dec 19 21:39:12.260 INFO O| Dec 19 21:39:12.260 INFO O| Planning: Evaluating mediators ... Done |
4040 | 2024-12-19T21:39:14.590Z | [ recovery-image] Dec 19 21:39:12.261 INFO O| Dec 19 21:39:12.260 INFO O| Planning: Planning completed in 5.12 seconds |
4041 | 2024-12-19T21:39:14.590Z | [ recovery-image] Dec 19 21:39:12.263 INFO O| Dec 19 21:39:12.263 INFO O| Packages to install: 1 |
4042 | 2024-12-19T21:39:14.610Z | [ recovery-image] Dec 19 21:39:12.283 INFO O| Dec 19 21:39:12.283 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
4043 | 2024-12-19T21:39:15.532Z | [ host-image] Dec 19 21:39:13.204 INFO O| Dec 19 21:39:13.204 INFO O| Download: 1111/1140 items 6.6/8.4MB 78% complete (604k/s) |
4044 | 2024-12-19T21:39:15.603Z | [ recovery-image] Dec 19 21:39:13.276 INFO O| Dec 19 21:39:13.276 INFO O| Download: Completed 9.99 MB in 0.99 seconds (10.1M/s) |
4045 | 2024-12-19T21:39:15.826Z | [ recovery-image] Dec 19 21:39:13.498 INFO O| Dec 19 21:39:13.498 INFO O| Actions: 1/22 actions (Installing new actions) |
4046 | 2024-12-19T21:39:16.284Z | [ recovery-image] Dec 19 21:39:13.956 INFO O| Dec 19 21:39:13.956 INFO O| Actions: Completed 22 actions in 0.46 seconds. |
4047 | 2024-12-19T21:39:16.787Z | [ recovery-image] Dec 19 21:39:14.459 INFO O| Dec 19 21:39:14.459 INFO O| Done |
4048 | 2024-12-19T21:39:16.787Z | [ recovery-image] Dec 19 21:39:14.459 INFO O| Dec 19 21:39:14.459 INFO O| Done |
4049 | 2024-12-19T21:39:18.059Z | [ recovery-image] Dec 19 21:39:15.730 INFO O| Dec 19 21:39:15.730 INFO O| Done |
4050 | 2024-12-19T21:39:19.793Z | [ recovery-image] Dec 19 21:39:17.441 INFO O| Dec 19 21:39:17.441 INFO O| Done |
4051 | 2024-12-19T21:39:19.836Z | [ recovery-image] Dec 19 21:39:17.468 INFO O| Dec 19 21:39:17.468 INFO O| Done |
4052 | 2024-12-19T21:39:19.837Z | [ recovery-image] Dec 19 21:39:17.468 INFO O| Dec 19 21:39:17.468 INFO O| Done |
4053 | 2024-12-19T21:39:19.862Z | [ recovery-image] Dec 19 21:39:17.484 INFO O| Dec 19 21:39:17.484 INFO O| Done |
4054 | 2024-12-19T21:39:19.998Z | [ recovery-image] Dec 19 21:39:17.656 INFO O| Dec 19 21:39:17.656 INFO STEP 14 (pkg_install) COMPLETE |
4055 | 2024-12-19T21:39:19.999Z | [ recovery-image] Dec 19 21:39:17.656 INFO O| Dec 19 21:39:17.656 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4056 | 2024-12-19T21:39:19.999Z | [ recovery-image] Dec 19 21:39:17.656 INFO O| Dec 19 21:39:17.656 INFO skip step because feature "mfg" is not enabled |
4057 | 2024-12-19T21:39:20.040Z | [ recovery-image] Dec 19 21:39:17.656 INFO O| Dec 19 21:39:17.656 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4058 | 2024-12-19T21:39:20.040Z | [ recovery-image] Dec 19 21:39:17.656 INFO O| Dec 19 21:39:17.656 INFO skip step because feature "compliance" is not enabled |
4059 | 2024-12-19T21:39:20.040Z | [ recovery-image] Dec 19 21:39:17.656 INFO O| Dec 19 21:39:17.656 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4060 | 2024-12-19T21:39:20.040Z | [ recovery-image] Dec 19 21:39:17.656 INFO O| Dec 19 21:39:17.656 INFO skip step because feature "stress" is not enabled |
4061 | 2024-12-19T21:39:20.040Z | [ recovery-image] Dec 19 21:39:17.656 INFO O| Dec 19 21:39:17.656 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4062 | 2024-12-19T21:39:20.040Z | [ recovery-image] Dec 19 21:39:17.656 INFO O| Dec 19 21:39:17.656 INFO skip step because feature "nfs" is not enabled |
4063 | 2024-12-19T21:39:20.040Z | [ recovery-image] Dec 19 21:39:17.656 INFO O| Dec 19 21:39:17.656 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4064 | 2024-12-19T21:39:20.040Z | [ recovery-image] Dec 19 21:39:17.656 INFO O| Dec 19 21:39:17.656 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4065 | 2024-12-19T21:39:20.179Z | [ recovery-image] Dec 19 21:39:17.840 INFO O| Dec 19 21:39:17.840 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4066 | 2024-12-19T21:39:20.309Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
4067 | 2024-12-19T21:39:20.368Z | [ recovery-image] Dec 19 21:39:18.036 INFO O| Dec 19 21:39:18.036 INFO completed processing gimlet/ramdisk-01-os |
4068 | 2024-12-19T21:39:20.371Z | [ recovery-image] Dec 19 21:39:18.040 INFO image builder template: ramdisk-02-trim... |
4069 | 2024-12-19T21:39:20.371Z | [ recovery-image] Dec 19 21:39:18.040 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/.tmpZORqCZ/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 |
4070 | 2024-12-19T21:39:20.428Z | [ recovery-image] Dec 19 21:39:18.087 INFO O| Dec 19 21:39:18.087 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4071 | 2024-12-19T21:39:20.446Z | [ recovery-image] Dec 19 21:39:18.105 INFO O| Dec 19 21:39:18.105 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4072 | 2024-12-19T21:39:20.556Z | [ recovery-image] Dec 19 21:39:18.223 INFO O| Dec 19 21:39:18.223 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4073 | 2024-12-19T21:39:20.635Z | [ recovery-image] Dec 19 21:39:18.305 INFO O| Dec 19 21:39:18.305 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4074 | 2024-12-19T21:39:20.635Z | [ recovery-image] Dec 19 21:39:18.306 INFO O| Dec 19 21:39:18.306 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4075 | 2024-12-19T21:39:20.646Z | [ recovery-image] Dec 19 21:39:18.316 INFO O| Dec 19 21:39:18.316 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4076 | 2024-12-19T21:39:20.654Z | [ recovery-image] Dec 19 21:39:18.324 INFO O| Dec 19 21:39:18.324 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4077 | 2024-12-19T21:39:20.663Z | [ recovery-image] Dec 19 21:39:18.333 INFO O| Dec 19 21:39:18.333 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4078 | 2024-12-19T21:39:21.121Z | [ recovery-image] Dec 19 21:39:18.791 INFO O| Dec 19 21:39:18.791 INFO rolled back to input snapshot; work may begin |
4079 | 2024-12-19T21:39:21.121Z | [ recovery-image] Dec 19 21:39:18.791 INFO O| Dec 19 21:39:18.791 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4080 | 2024-12-19T21:39:21.133Z | [ recovery-image] Dec 19 21:39:18.802 INFO O| Dec 19 21:39:18.802 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4081 | 2024-12-19T21:39:21.217Z | [ recovery-image] Dec 19 21:39:18.887 INFO O| Dec 19 21:39:18.887 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4082 | 2024-12-19T21:39:21.404Z | [ recovery-image] Dec 19 21:39:19.073 INFO O| Dec 19 21:39:19.073 INFO STEP 0 (remove_files) COMPLETE |
4083 | 2024-12-19T21:39:21.404Z | [ recovery-image] Dec 19 21:39:19.073 INFO O| Dec 19 21:39:19.073 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4084 | 2024-12-19T21:39:21.426Z | [ recovery-image] Dec 19 21:39:19.096 INFO O| Dec 19 21:39:19.095 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4085 | 2024-12-19T21:39:21.429Z | [ recovery-image] Dec 19 21:39:19.098 INFO O| Dec 19 21:39:19.098 INFO STEP 1 (remove_files) COMPLETE |
4086 | 2024-12-19T21:39:21.429Z | [ recovery-image] Dec 19 21:39:19.098 INFO O| Dec 19 21:39:19.098 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4087 | 2024-12-19T21:39:21.473Z | [ recovery-image] Dec 19 21:39:19.142 INFO O| Dec 19 21:39:19.142 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4088 | 2024-12-19T21:39:21.523Z | [ recovery-image] Dec 19 21:39:19.193 INFO O| Dec 19 21:39:19.193 INFO STEP 2 (remove_files) COMPLETE |
4089 | 2024-12-19T21:39:21.523Z | [ recovery-image] Dec 19 21:39:19.193 INFO O| Dec 19 21:39:19.193 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4090 | 2024-12-19T21:39:21.554Z | [ recovery-image] Dec 19 21:39:19.220 INFO O| Dec 19 21:39:19.220 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4091 | 2024-12-19T21:39:21.557Z | [ recovery-image] Dec 19 21:39:19.223 INFO O| Dec 19 21:39:19.223 INFO STEP 3 (remove_files) COMPLETE |
4092 | 2024-12-19T21:39:21.557Z | [ recovery-image] Dec 19 21:39:19.223 INFO O| Dec 19 21:39:19.223 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4093 | 2024-12-19T21:39:21.616Z | [ recovery-image] Dec 19 21:39:19.285 INFO O| Dec 19 21:39:19.285 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4094 | 2024-12-19T21:39:21.622Z | [ recovery-image] Dec 19 21:39:19.292 INFO O| Dec 19 21:39:19.292 INFO STEP 4 (remove_files) COMPLETE |
4095 | 2024-12-19T21:39:21.622Z | [ recovery-image] Dec 19 21:39:19.292 INFO O| Dec 19 21:39:19.292 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4096 | 2024-12-19T21:39:21.682Z | [ recovery-image] Dec 19 21:39:19.351 INFO O| Dec 19 21:39:19.351 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4097 | 2024-12-19T21:39:21.684Z | [ recovery-image] Dec 19 21:39:19.351 INFO O| Dec 19 21:39:19.351 INFO STEP 5 (remove_files) COMPLETE |
4098 | 2024-12-19T21:39:21.685Z | [ recovery-image] Dec 19 21:39:19.351 INFO O| Dec 19 21:39:19.351 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4099 | 2024-12-19T21:39:21.701Z | [ recovery-image] Dec 19 21:39:19.370 INFO O| Dec 19 21:39:19.370 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4100 | 2024-12-19T21:39:21.718Z | [ recovery-image] Dec 19 21:39:19.387 INFO O| Dec 19 21:39:19.387 INFO STEP 6 (remove_files) COMPLETE |
4101 | 2024-12-19T21:39:21.718Z | [ recovery-image] Dec 19 21:39:19.387 INFO O| Dec 19 21:39:19.387 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4102 | 2024-12-19T21:39:21.718Z | [ recovery-image] Dec 19 21:39:19.387 INFO O| Dec 19 21:39:19.387 INFO skip step because feature "recovery" is enabled |
4103 | 2024-12-19T21:39:21.718Z | [ recovery-image] Dec 19 21:39:19.387 INFO O| Dec 19 21:39:19.387 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4104 | 2024-12-19T21:39:21.718Z | [ recovery-image] Dec 19 21:39:19.387 INFO O| Dec 19 21:39:19.387 INFO skip step because feature "recovery" is enabled |
4105 | 2024-12-19T21:39:21.718Z | [ recovery-image] Dec 19 21:39:19.387 INFO O| Dec 19 21:39:19.387 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4106 | 2024-12-19T21:39:21.718Z | [ recovery-image] Dec 19 21:39:19.387 INFO O| Dec 19 21:39:19.387 INFO skip step because feature "recovery" is enabled |
4107 | 2024-12-19T21:39:21.721Z | [ recovery-image] Dec 19 21:39:19.387 INFO O| Dec 19 21:39:19.387 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4108 | 2024-12-19T21:39:21.736Z | [ recovery-image] Dec 19 21:39:19.406 INFO O| Dec 19 21:39:19.406 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4109 | 2024-12-19T21:39:21.742Z | [ recovery-image] Dec 19 21:39:19.412 INFO O| Dec 19 21:39:19.412 INFO STEP 10 (remove_files) COMPLETE |
4110 | 2024-12-19T21:39:21.742Z | [ recovery-image] Dec 19 21:39:19.412 INFO O| Dec 19 21:39:19.412 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4111 | 2024-12-19T21:39:21.761Z | [ recovery-image] Dec 19 21:39:19.431 INFO O| Dec 19 21:39:19.431 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4112 | 2024-12-19T21:39:21.765Z | [ recovery-image] Dec 19 21:39:19.432 INFO O| Dec 19 21:39:19.432 INFO STEP 11 (remove_files) COMPLETE |
4113 | 2024-12-19T21:39:21.765Z | [ recovery-image] Dec 19 21:39:19.432 INFO O| Dec 19 21:39:19.432 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4114 | 2024-12-19T21:39:21.780Z | [ recovery-image] Dec 19 21:39:19.450 INFO O| Dec 19 21:39:19.450 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4115 | 2024-12-19T21:39:21.783Z | [ recovery-image] Dec 19 21:39:19.452 INFO O| Dec 19 21:39:19.452 INFO STEP 12 (remove_files) COMPLETE |
4116 | 2024-12-19T21:39:21.783Z | [ recovery-image] Dec 19 21:39:19.452 INFO O| Dec 19 21:39:19.452 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4117 | 2024-12-19T21:39:21.945Z | [ recovery-image] Dec 19 21:39:19.615 INFO O| Dec 19 21:39:19.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4118 | 2024-12-19T21:39:21.948Z | [ recovery-image] Dec 19 21:39:19.617 INFO O| Dec 19 21:39:19.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4119 | 2024-12-19T21:39:21.953Z | [ recovery-image] Dec 19 21:39:19.622 INFO O| Dec 19 21:39:19.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4120 | 2024-12-19T21:39:22.064Z | [ recovery-image] Dec 19 21:39:19.733 INFO O| Dec 19 21:39:19.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4121 | 2024-12-19T21:39:22.350Z | [ recovery-image] Dec 19 21:39:20.020 INFO O| Dec 19 21:39:20.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4122 | 2024-12-19T21:39:22.353Z | [ recovery-image] Dec 19 21:39:20.020 INFO O| Dec 19 21:39:20.020 INFO STEP 13 (remove_files) COMPLETE |
4123 | 2024-12-19T21:39:22.353Z | [ recovery-image] Dec 19 21:39:20.020 INFO O| Dec 19 21:39:20.020 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4124 | 2024-12-19T21:39:22.376Z | [ recovery-image] Dec 19 21:39:20.045 INFO O| Dec 19 21:39:20.045 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4125 | 2024-12-19T21:39:22.378Z | [ recovery-image] Dec 19 21:39:20.047 INFO O| Dec 19 21:39:20.047 INFO STEP 14 (remove_files) COMPLETE |
4126 | 2024-12-19T21:39:22.378Z | [ recovery-image] Dec 19 21:39:20.047 INFO O| Dec 19 21:39:20.047 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4127 | 2024-12-19T21:39:22.402Z | [ recovery-image] Dec 19 21:39:20.071 INFO O| Dec 19 21:39:20.071 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4128 | 2024-12-19T21:39:22.412Z | [ recovery-image] Dec 19 21:39:20.081 INFO O| Dec 19 21:39:20.081 INFO STEP 15 (remove_files) COMPLETE |
4129 | 2024-12-19T21:39:22.412Z | [ recovery-image] Dec 19 21:39:20.081 INFO O| Dec 19 21:39:20.081 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4130 | 2024-12-19T21:39:22.435Z | [ recovery-image] Dec 19 21:39:20.104 INFO O| Dec 19 21:39:20.104 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4131 | 2024-12-19T21:39:22.438Z | [ recovery-image] Dec 19 21:39:20.105 INFO O| Dec 19 21:39:20.105 INFO STEP 16 (remove_files) COMPLETE |
4132 | 2024-12-19T21:39:22.438Z | [ recovery-image] Dec 19 21:39:20.105 INFO O| Dec 19 21:39:20.105 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4133 | 2024-12-19T21:39:22.458Z | [ recovery-image] Dec 19 21:39:20.127 INFO O| Dec 19 21:39:20.127 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4134 | 2024-12-19T21:39:22.460Z | [ recovery-image] Dec 19 21:39:20.130 INFO O| Dec 19 21:39:20.130 INFO STEP 17 (remove_files) COMPLETE |
4135 | 2024-12-19T21:39:22.460Z | [ recovery-image] Dec 19 21:39:20.130 INFO O| Dec 19 21:39:20.130 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4136 | 2024-12-19T21:39:22.482Z | [ recovery-image] Dec 19 21:39:20.151 INFO O| Dec 19 21:39:20.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4137 | 2024-12-19T21:39:22.482Z | [ recovery-image] Dec 19 21:39:20.151 INFO O| Dec 19 21:39:20.151 INFO STEP 18 (remove_files) COMPLETE |
4138 | 2024-12-19T21:39:22.492Z | [ recovery-image] Dec 19 21:39:20.151 INFO O| Dec 19 21:39:20.151 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4139 | 2024-12-19T21:39:22.517Z | [ recovery-image] Dec 19 21:39:20.186 INFO O| Dec 19 21:39:20.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4140 | 2024-12-19T21:39:22.517Z | [ recovery-image] Dec 19 21:39:20.186 INFO O| Dec 19 21:39:20.186 INFO STEP 19 (remove_files) COMPLETE |
4141 | 2024-12-19T21:39:22.517Z | [ recovery-image] Dec 19 21:39:20.186 INFO O| Dec 19 21:39:20.186 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4142 | 2024-12-19T21:39:22.535Z | [ recovery-image] Dec 19 21:39:20.205 INFO O| Dec 19 21:39:20.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4143 | 2024-12-19T21:39:22.535Z | [ recovery-image] Dec 19 21:39:20.205 INFO O| Dec 19 21:39:20.205 INFO STEP 20 (remove_files) COMPLETE |
4144 | 2024-12-19T21:39:22.538Z | [ recovery-image] Dec 19 21:39:20.205 INFO O| Dec 19 21:39:20.205 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4145 | 2024-12-19T21:39:22.554Z | [ recovery-image] Dec 19 21:39:20.223 INFO O| Dec 19 21:39:20.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4146 | 2024-12-19T21:39:22.556Z | [ recovery-image] Dec 19 21:39:20.223 INFO O| Dec 19 21:39:20.223 INFO STEP 21 (remove_files) COMPLETE |
4147 | 2024-12-19T21:39:22.556Z | [ recovery-image] Dec 19 21:39:20.224 INFO O| Dec 19 21:39:20.223 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4148 | 2024-12-19T21:39:22.572Z | [ recovery-image] Dec 19 21:39:20.241 INFO O| Dec 19 21:39:20.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4149 | 2024-12-19T21:39:22.574Z | [ recovery-image] Dec 19 21:39:20.241 INFO O| Dec 19 21:39:20.241 INFO STEP 22 (remove_files) COMPLETE |
4150 | 2024-12-19T21:39:22.574Z | [ recovery-image] Dec 19 21:39:20.241 INFO O| Dec 19 21:39:20.241 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4151 | 2024-12-19T21:39:22.590Z | [ recovery-image] Dec 19 21:39:20.259 INFO O| Dec 19 21:39:20.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4152 | 2024-12-19T21:39:22.593Z | [ recovery-image] Dec 19 21:39:20.259 INFO O| Dec 19 21:39:20.259 INFO STEP 23 (remove_files) COMPLETE |
4153 | 2024-12-19T21:39:22.593Z | [ recovery-image] Dec 19 21:39:20.260 INFO O| Dec 19 21:39:20.260 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4154 | 2024-12-19T21:39:22.608Z | [ recovery-image] Dec 19 21:39:20.277 INFO O| Dec 19 21:39:20.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4155 | 2024-12-19T21:39:22.608Z | [ recovery-image] Dec 19 21:39:20.277 INFO O| Dec 19 21:39:20.277 INFO STEP 24 (remove_files) COMPLETE |
4156 | 2024-12-19T21:39:22.611Z | [ recovery-image] Dec 19 21:39:20.277 INFO O| Dec 19 21:39:20.277 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4157 | 2024-12-19T21:39:22.626Z | [ recovery-image] Dec 19 21:39:20.295 INFO O| Dec 19 21:39:20.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4158 | 2024-12-19T21:39:22.626Z | [ recovery-image] Dec 19 21:39:20.296 INFO O| Dec 19 21:39:20.295 INFO STEP 25 (remove_files) COMPLETE |
4159 | 2024-12-19T21:39:22.629Z | [ recovery-image] Dec 19 21:39:20.296 INFO O| Dec 19 21:39:20.296 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4160 | 2024-12-19T21:39:22.645Z | [ recovery-image] Dec 19 21:39:20.314 INFO O| Dec 19 21:39:20.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4161 | 2024-12-19T21:39:22.647Z | [ recovery-image] Dec 19 21:39:20.314 INFO O| Dec 19 21:39:20.314 INFO STEP 26 (remove_files) COMPLETE |
4162 | 2024-12-19T21:39:22.647Z | [ recovery-image] Dec 19 21:39:20.314 INFO O| Dec 19 21:39:20.314 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4163 | 2024-12-19T21:39:22.672Z | [ recovery-image] Dec 19 21:39:20.340 INFO O| Dec 19 21:39:20.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4164 | 2024-12-19T21:39:22.672Z | [ recovery-image] Dec 19 21:39:20.340 INFO O| Dec 19 21:39:20.340 INFO STEP 27 (remove_files) COMPLETE |
4165 | 2024-12-19T21:39:22.672Z | [ recovery-image] Dec 19 21:39:20.341 INFO O| Dec 19 21:39:20.340 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4166 | 2024-12-19T21:39:22.710Z | [ recovery-image] Dec 19 21:39:20.379 INFO O| Dec 19 21:39:20.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4167 | 2024-12-19T21:39:22.710Z | [ recovery-image] Dec 19 21:39:20.379 INFO O| Dec 19 21:39:20.379 INFO STEP 28 (remove_files) COMPLETE |
4168 | 2024-12-19T21:39:22.710Z | [ recovery-image] Dec 19 21:39:20.379 INFO O| Dec 19 21:39:20.379 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4169 | 2024-12-19T21:39:22.726Z | [ recovery-image] Dec 19 21:39:20.395 INFO O| Dec 19 21:39:20.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4170 | 2024-12-19T21:39:22.726Z | [ recovery-image] Dec 19 21:39:20.395 INFO O| Dec 19 21:39:20.395 INFO STEP 29 (remove_files) COMPLETE |
4171 | 2024-12-19T21:39:22.726Z | [ recovery-image] Dec 19 21:39:20.395 INFO O| Dec 19 21:39:20.395 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4172 | 2024-12-19T21:39:22.785Z | [ recovery-image] Dec 19 21:39:20.454 INFO O| Dec 19 21:39:20.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4173 | 2024-12-19T21:39:22.785Z | [ recovery-image] Dec 19 21:39:20.454 INFO O| Dec 19 21:39:20.454 INFO STEP 30 (remove_files) COMPLETE |
4174 | 2024-12-19T21:39:22.785Z | [ recovery-image] Dec 19 21:39:20.454 INFO O| Dec 19 21:39:20.454 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4175 | 2024-12-19T21:39:22.848Z | [ recovery-image] Dec 19 21:39:20.517 INFO O| Dec 19 21:39:20.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4176 | 2024-12-19T21:39:22.848Z | [ recovery-image] Dec 19 21:39:20.517 INFO O| Dec 19 21:39:20.517 INFO STEP 31 (remove_files) COMPLETE |
4177 | 2024-12-19T21:39:22.850Z | [ recovery-image] Dec 19 21:39:20.517 INFO O| Dec 19 21:39:20.517 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4178 | 2024-12-19T21:39:22.865Z | [ recovery-image] Dec 19 21:39:20.534 INFO O| Dec 19 21:39:20.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4179 | 2024-12-19T21:39:22.865Z | [ recovery-image] Dec 19 21:39:20.534 INFO O| Dec 19 21:39:20.534 INFO STEP 32 (remove_files) COMPLETE |
4180 | 2024-12-19T21:39:22.865Z | [ recovery-image] Dec 19 21:39:20.534 INFO O| Dec 19 21:39:20.534 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4181 | 2024-12-19T21:39:22.882Z | [ recovery-image] Dec 19 21:39:20.552 INFO O| Dec 19 21:39:20.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4182 | 2024-12-19T21:39:22.883Z | [ recovery-image] Dec 19 21:39:20.552 INFO O| Dec 19 21:39:20.552 INFO STEP 33 (remove_files) COMPLETE |
4183 | 2024-12-19T21:39:22.883Z | [ recovery-image] Dec 19 21:39:20.552 INFO O| Dec 19 21:39:20.552 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4184 | 2024-12-19T21:39:22.901Z | [ recovery-image] Dec 19 21:39:20.570 INFO O| Dec 19 21:39:20.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4185 | 2024-12-19T21:39:22.901Z | [ recovery-image] Dec 19 21:39:20.571 INFO O| Dec 19 21:39:20.571 INFO STEP 34 (remove_files) COMPLETE |
4186 | 2024-12-19T21:39:22.901Z | [ recovery-image] Dec 19 21:39:20.571 INFO O| Dec 19 21:39:20.571 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4187 | 2024-12-19T21:39:22.921Z | [ recovery-image] Dec 19 21:39:20.590 INFO O| Dec 19 21:39:20.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4188 | 2024-12-19T21:39:22.921Z | [ recovery-image] Dec 19 21:39:20.590 INFO O| Dec 19 21:39:20.590 INFO STEP 35 (remove_files) COMPLETE |
4189 | 2024-12-19T21:39:22.924Z | [ recovery-image] Dec 19 21:39:20.590 INFO O| Dec 19 21:39:20.590 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4190 | 2024-12-19T21:39:22.938Z | [ recovery-image] Dec 19 21:39:20.607 INFO O| Dec 19 21:39:20.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4191 | 2024-12-19T21:39:22.938Z | [ recovery-image] Dec 19 21:39:20.608 INFO O| Dec 19 21:39:20.607 INFO STEP 36 (remove_files) COMPLETE |
4192 | 2024-12-19T21:39:22.941Z | [ recovery-image] Dec 19 21:39:20.608 INFO O| Dec 19 21:39:20.608 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4193 | 2024-12-19T21:39:22.971Z | [ recovery-image] Dec 19 21:39:20.640 INFO O| Dec 19 21:39:20.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4194 | 2024-12-19T21:39:22.971Z | [ recovery-image] Dec 19 21:39:20.640 INFO O| Dec 19 21:39:20.640 INFO STEP 37 (remove_files) COMPLETE |
4195 | 2024-12-19T21:39:22.971Z | [ recovery-image] Dec 19 21:39:20.640 INFO O| Dec 19 21:39:20.640 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4196 | 2024-12-19T21:39:23.090Z | [ recovery-image] Dec 19 21:39:20.759 INFO O| Dec 19 21:39:20.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4197 | 2024-12-19T21:39:23.090Z | [ recovery-image] Dec 19 21:39:20.759 INFO O| Dec 19 21:39:20.759 INFO STEP 38 (remove_files) COMPLETE |
4198 | 2024-12-19T21:39:23.090Z | [ recovery-image] Dec 19 21:39:20.759 INFO O| Dec 19 21:39:20.759 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4199 | 2024-12-19T21:39:23.113Z | [ recovery-image] Dec 19 21:39:20.782 INFO O| Dec 19 21:39:20.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4200 | 2024-12-19T21:39:23.113Z | [ recovery-image] Dec 19 21:39:20.782 INFO O| Dec 19 21:39:20.782 INFO STEP 39 (remove_files) COMPLETE |
4201 | 2024-12-19T21:39:23.116Z | [ recovery-image] Dec 19 21:39:20.782 INFO O| Dec 19 21:39:20.782 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4202 | 2024-12-19T21:39:23.136Z | [ recovery-image] Dec 19 21:39:20.805 INFO O| Dec 19 21:39:20.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4203 | 2024-12-19T21:39:23.136Z | [ recovery-image] Dec 19 21:39:20.805 INFO O| Dec 19 21:39:20.805 INFO STEP 40 (remove_files) COMPLETE |
4204 | 2024-12-19T21:39:23.136Z | [ recovery-image] Dec 19 21:39:20.805 INFO O| Dec 19 21:39:20.805 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4205 | 2024-12-19T21:39:23.159Z | [ recovery-image] Dec 19 21:39:20.828 INFO O| Dec 19 21:39:20.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4206 | 2024-12-19T21:39:23.159Z | [ recovery-image] Dec 19 21:39:20.828 INFO O| Dec 19 21:39:20.828 INFO STEP 41 (remove_files) COMPLETE |
4207 | 2024-12-19T21:39:23.159Z | [ recovery-image] Dec 19 21:39:20.828 INFO O| Dec 19 21:39:20.828 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4208 | 2024-12-19T21:39:23.195Z | [ recovery-image] Dec 19 21:39:20.864 INFO O| Dec 19 21:39:20.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4209 | 2024-12-19T21:39:23.195Z | [ recovery-image] Dec 19 21:39:20.864 INFO O| Dec 19 21:39:20.864 INFO STEP 42 (remove_files) COMPLETE |
4210 | 2024-12-19T21:39:23.198Z | [ recovery-image] Dec 19 21:39:20.864 INFO O| Dec 19 21:39:20.864 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4211 | 2024-12-19T21:39:23.218Z | [ recovery-image] Dec 19 21:39:20.887 INFO O| Dec 19 21:39:20.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4212 | 2024-12-19T21:39:23.218Z | [ recovery-image] Dec 19 21:39:20.887 INFO O| Dec 19 21:39:20.887 INFO STEP 43 (remove_files) COMPLETE |
4213 | 2024-12-19T21:39:23.219Z | [ recovery-image] Dec 19 21:39:20.888 INFO O| Dec 19 21:39:20.887 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4214 | 2024-12-19T21:39:23.241Z | [ recovery-image] Dec 19 21:39:20.910 INFO O| Dec 19 21:39:20.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4215 | 2024-12-19T21:39:23.241Z | [ recovery-image] Dec 19 21:39:20.910 INFO O| Dec 19 21:39:20.910 INFO STEP 44 (remove_files) COMPLETE |
4216 | 2024-12-19T21:39:23.241Z | [ recovery-image] Dec 19 21:39:20.910 INFO O| Dec 19 21:39:20.910 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4217 | 2024-12-19T21:39:23.329Z | [ recovery-image] Dec 19 21:39:20.998 INFO O| Dec 19 21:39:20.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4218 | 2024-12-19T21:39:23.329Z | [ recovery-image] Dec 19 21:39:20.998 INFO O| Dec 19 21:39:20.998 INFO STEP 45 (remove_files) COMPLETE |
4219 | 2024-12-19T21:39:23.329Z | [ recovery-image] Dec 19 21:39:20.998 INFO O| Dec 19 21:39:20.998 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4220 | 2024-12-19T21:39:23.353Z | [ recovery-image] Dec 19 21:39:21.021 INFO O| Dec 19 21:39:21.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4221 | 2024-12-19T21:39:23.353Z | [ recovery-image] Dec 19 21:39:21.022 INFO O| Dec 19 21:39:21.022 INFO STEP 46 (remove_files) COMPLETE |
4222 | 2024-12-19T21:39:23.356Z | [ recovery-image] Dec 19 21:39:21.022 INFO O| Dec 19 21:39:21.022 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4223 | 2024-12-19T21:39:23.438Z | [ recovery-image] Dec 19 21:39:21.107 INFO O| Dec 19 21:39:21.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4224 | 2024-12-19T21:39:23.439Z | [ recovery-image] Dec 19 21:39:21.107 INFO O| Dec 19 21:39:21.107 INFO STEP 47 (remove_files) COMPLETE |
4225 | 2024-12-19T21:39:23.439Z | [ recovery-image] Dec 19 21:39:21.108 INFO O| Dec 19 21:39:21.107 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4226 | 2024-12-19T21:39:23.479Z | [ recovery-image] Dec 19 21:39:21.148 INFO O| Dec 19 21:39:21.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4227 | 2024-12-19T21:39:23.479Z | [ recovery-image] Dec 19 21:39:21.148 INFO O| Dec 19 21:39:21.148 INFO STEP 48 (remove_files) COMPLETE |
4228 | 2024-12-19T21:39:23.479Z | [ recovery-image] Dec 19 21:39:21.148 INFO O| Dec 19 21:39:21.148 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4229 | 2024-12-19T21:39:23.504Z | [ recovery-image] Dec 19 21:39:21.173 INFO O| Dec 19 21:39:21.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4230 | 2024-12-19T21:39:23.504Z | [ recovery-image] Dec 19 21:39:21.173 INFO O| Dec 19 21:39:21.173 INFO STEP 49 (remove_files) COMPLETE |
4231 | 2024-12-19T21:39:23.507Z | [ recovery-image] Dec 19 21:39:21.173 INFO O| Dec 19 21:39:21.173 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4232 | 2024-12-19T21:39:23.555Z | [ recovery-image] Dec 19 21:39:21.224 INFO O| Dec 19 21:39:21.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4233 | 2024-12-19T21:39:23.555Z | [ recovery-image] Dec 19 21:39:21.224 INFO O| Dec 19 21:39:21.224 INFO STEP 50 (remove_files) COMPLETE |
4234 | 2024-12-19T21:39:23.560Z | [ recovery-image] Dec 19 21:39:21.224 INFO O| Dec 19 21:39:21.224 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4235 | 2024-12-19T21:39:23.576Z | [ recovery-image] Dec 19 21:39:21.245 INFO O| Dec 19 21:39:21.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4236 | 2024-12-19T21:39:23.576Z | [ recovery-image] Dec 19 21:39:21.245 INFO O| Dec 19 21:39:21.245 INFO STEP 51 (remove_files) COMPLETE |
4237 | 2024-12-19T21:39:23.579Z | [ recovery-image] Dec 19 21:39:21.245 INFO O| Dec 19 21:39:21.245 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4238 | 2024-12-19T21:39:23.595Z | [ recovery-image] Dec 19 21:39:21.263 INFO O| Dec 19 21:39:21.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4239 | 2024-12-19T21:39:23.595Z | [ recovery-image] Dec 19 21:39:21.263 INFO O| Dec 19 21:39:21.263 INFO STEP 52 (remove_files) COMPLETE |
4240 | 2024-12-19T21:39:23.598Z | [ recovery-image] Dec 19 21:39:21.264 INFO O| Dec 19 21:39:21.263 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4241 | 2024-12-19T21:39:23.621Z | [ recovery-image] Dec 19 21:39:21.282 INFO O| Dec 19 21:39:21.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4242 | 2024-12-19T21:39:23.622Z | [ recovery-image] Dec 19 21:39:21.282 INFO O| Dec 19 21:39:21.282 INFO STEP 53 (remove_files) COMPLETE |
4243 | 2024-12-19T21:39:23.622Z | [ recovery-image] Dec 19 21:39:21.282 INFO O| Dec 19 21:39:21.282 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4244 | 2024-12-19T21:39:23.631Z | [ recovery-image] Dec 19 21:39:21.299 INFO O| Dec 19 21:39:21.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4245 | 2024-12-19T21:39:23.634Z | [ recovery-image] Dec 19 21:39:21.299 INFO O| Dec 19 21:39:21.299 INFO STEP 54 (remove_files) COMPLETE |
4246 | 2024-12-19T21:39:23.634Z | [ recovery-image] Dec 19 21:39:21.299 INFO O| Dec 19 21:39:21.299 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4247 | 2024-12-19T21:39:23.649Z | [ recovery-image] Dec 19 21:39:21.317 INFO O| Dec 19 21:39:21.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4248 | 2024-12-19T21:39:23.649Z | [ recovery-image] Dec 19 21:39:21.317 INFO O| Dec 19 21:39:21.317 INFO STEP 55 (remove_files) COMPLETE |
4249 | 2024-12-19T21:39:23.649Z | [ recovery-image] Dec 19 21:39:21.317 INFO O| Dec 19 21:39:21.317 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4250 | 2024-12-19T21:39:23.665Z | [ recovery-image] Dec 19 21:39:21.334 INFO O| Dec 19 21:39:21.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4251 | 2024-12-19T21:39:23.666Z | [ recovery-image] Dec 19 21:39:21.334 INFO O| Dec 19 21:39:21.334 INFO STEP 56 (remove_files) COMPLETE |
4252 | 2024-12-19T21:39:23.666Z | [ recovery-image] Dec 19 21:39:21.334 INFO O| Dec 19 21:39:21.334 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4253 | 2024-12-19T21:39:23.716Z | [ recovery-image] Dec 19 21:39:21.383 INFO O| Dec 19 21:39:21.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4254 | 2024-12-19T21:39:23.716Z | [ recovery-image] Dec 19 21:39:21.383 INFO O| Dec 19 21:39:21.383 INFO STEP 57 (remove_files) COMPLETE |
4255 | 2024-12-19T21:39:23.716Z | [ recovery-image] Dec 19 21:39:21.383 INFO O| Dec 19 21:39:21.383 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4256 | 2024-12-19T21:39:23.733Z | [ recovery-image] Dec 19 21:39:21.402 INFO O| Dec 19 21:39:21.402 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4257 | 2024-12-19T21:39:23.734Z | [ recovery-image] Dec 19 21:39:21.402 INFO O| Dec 19 21:39:21.402 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4258 | 2024-12-19T21:39:23.734Z | [ recovery-image] Dec 19 21:39:21.402 INFO O| Dec 19 21:39:21.402 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4259 | 2024-12-19T21:39:23.737Z | [ recovery-image] Dec 19 21:39:21.402 INFO O| Dec 19 21:39:21.402 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4260 | 2024-12-19T21:39:23.737Z | [ recovery-image] Dec 19 21:39:21.403 INFO O| Dec 19 21:39:21.402 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4261 | 2024-12-19T21:39:23.737Z | [ recovery-image] Dec 19 21:39:21.403 INFO O| Dec 19 21:39:21.403 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4262 | 2024-12-19T21:39:23.737Z | [ recovery-image] Dec 19 21:39:21.403 INFO O| Dec 19 21:39:21.403 INFO ok! |
4263 | 2024-12-19T21:39:23.737Z | [ recovery-image] Dec 19 21:39:21.403 INFO O| Dec 19 21:39:21.403 INFO STEP 58 (ensure_file) COMPLETE |
4264 | 2024-12-19T21:39:23.737Z | [ recovery-image] Dec 19 21:39:21.403 INFO O| Dec 19 21:39:21.403 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4265 | 2024-12-19T21:39:23.754Z | [ recovery-image] Dec 19 21:39:21.422 INFO O| Dec 19 21:39:21.422 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4266 | 2024-12-19T21:39:23.754Z | [ recovery-image] Dec 19 21:39:21.422 INFO O| Dec 19 21:39:21.422 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4267 | 2024-12-19T21:39:23.757Z | [ recovery-image] Dec 19 21:39:21.422 INFO O| Dec 19 21:39:21.422 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4268 | 2024-12-19T21:39:23.757Z | [ recovery-image] Dec 19 21:39:21.422 INFO O| Dec 19 21:39:21.422 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4269 | 2024-12-19T21:39:23.771Z | [ recovery-image] Dec 19 21:39:21.422 INFO O| Dec 19 21:39:21.422 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4270 | 2024-12-19T21:39:23.771Z | [ recovery-image] Dec 19 21:39:21.422 INFO O| Dec 19 21:39:21.422 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4271 | 2024-12-19T21:39:23.774Z | [ recovery-image] Dec 19 21:39:21.422 INFO O| Dec 19 21:39:21.422 INFO ok! |
4272 | 2024-12-19T21:39:23.774Z | [ recovery-image] Dec 19 21:39:21.422 INFO O| Dec 19 21:39:21.422 INFO STEP 59 (ensure_file) COMPLETE |
4273 | 2024-12-19T21:39:23.774Z | [ recovery-image] Dec 19 21:39:21.422 INFO O| Dec 19 21:39:21.422 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4274 | 2024-12-19T21:39:23.775Z | [ recovery-image] Dec 19 21:39:21.441 INFO O| Dec 19 21:39:21.441 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4275 | 2024-12-19T21:39:23.775Z | [ recovery-image] Dec 19 21:39:21.441 INFO O| Dec 19 21:39:21.441 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4276 | 2024-12-19T21:39:23.775Z | [ recovery-image] Dec 19 21:39:21.441 INFO O| Dec 19 21:39:21.441 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4277 | 2024-12-19T21:39:23.775Z | [ recovery-image] Dec 19 21:39:21.441 INFO O| Dec 19 21:39:21.441 INFO ok! |
4278 | 2024-12-19T21:39:23.775Z | [ recovery-image] Dec 19 21:39:21.441 INFO O| Dec 19 21:39:21.441 INFO STEP 60 (ensure_file) COMPLETE |
4279 | 2024-12-19T21:39:23.775Z | [ recovery-image] Dec 19 21:39:21.441 INFO O| Dec 19 21:39:21.441 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4280 | 2024-12-19T21:39:23.791Z | [ recovery-image] Dec 19 21:39:21.459 INFO O| Dec 19 21:39:21.459 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4281 | 2024-12-19T21:39:23.791Z | [ recovery-image] Dec 19 21:39:21.459 INFO O| Dec 19 21:39:21.459 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4282 | 2024-12-19T21:39:23.794Z | [ recovery-image] Dec 19 21:39:21.460 INFO O| Dec 19 21:39:21.459 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4283 | 2024-12-19T21:39:23.794Z | [ recovery-image] Dec 19 21:39:21.460 INFO O| Dec 19 21:39:21.460 INFO ok! |
4284 | 2024-12-19T21:39:23.794Z | [ recovery-image] Dec 19 21:39:21.460 INFO O| Dec 19 21:39:21.460 INFO STEP 61 (ensure_file) COMPLETE |
4285 | 2024-12-19T21:39:23.794Z | [ recovery-image] Dec 19 21:39:21.460 INFO O| Dec 19 21:39:21.460 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4286 | 2024-12-19T21:39:23.809Z | [ recovery-image] Dec 19 21:39:21.477 INFO O| Dec 19 21:39:21.477 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4287 | 2024-12-19T21:39:23.809Z | [ recovery-image] Dec 19 21:39:21.478 INFO O| Dec 19 21:39:21.477 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4288 | 2024-12-19T21:39:23.812Z | [ recovery-image] Dec 19 21:39:21.478 INFO O| Dec 19 21:39:21.478 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4289 | 2024-12-19T21:39:23.812Z | [ recovery-image] Dec 19 21:39:21.478 INFO O| Dec 19 21:39:21.478 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4290 | 2024-12-19T21:39:23.812Z | [ recovery-image] Dec 19 21:39:21.478 INFO O| Dec 19 21:39:21.478 INFO ok! |
4291 | 2024-12-19T21:39:23.812Z | [ recovery-image] Dec 19 21:39:21.478 INFO O| Dec 19 21:39:21.478 INFO STEP 62 (ensure_file) COMPLETE |
4292 | 2024-12-19T21:39:23.812Z | [ recovery-image] Dec 19 21:39:21.478 INFO O| Dec 19 21:39:21.478 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4293 | 2024-12-19T21:39:23.827Z | [ recovery-image] Dec 19 21:39:21.496 INFO O| Dec 19 21:39:21.496 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4294 | 2024-12-19T21:39:23.827Z | [ recovery-image] Dec 19 21:39:21.496 INFO O| Dec 19 21:39:21.496 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4295 | 2024-12-19T21:39:23.830Z | [ recovery-image] Dec 19 21:39:21.496 INFO O| Dec 19 21:39:21.496 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4296 | 2024-12-19T21:39:23.830Z | [ recovery-image] Dec 19 21:39:21.496 INFO O| Dec 19 21:39:21.496 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4297 | 2024-12-19T21:39:23.830Z | [ recovery-image] Dec 19 21:39:21.496 INFO O| Dec 19 21:39:21.496 INFO ok! |
4298 | 2024-12-19T21:39:23.830Z | [ recovery-image] Dec 19 21:39:21.496 INFO O| Dec 19 21:39:21.496 INFO STEP 63 (ensure_file) COMPLETE |
4299 | 2024-12-19T21:39:23.830Z | [ recovery-image] Dec 19 21:39:21.496 INFO O| Dec 19 21:39:21.496 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4300 | 2024-12-19T21:39:23.847Z | [ recovery-image] Dec 19 21:39:21.515 INFO O| Dec 19 21:39:21.514 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4301 | 2024-12-19T21:39:23.847Z | [ recovery-image] Dec 19 21:39:21.515 INFO O| Dec 19 21:39:21.514 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4302 | 2024-12-19T21:39:23.850Z | [ recovery-image] Dec 19 21:39:21.515 INFO O| Dec 19 21:39:21.515 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4303 | 2024-12-19T21:39:23.850Z | [ recovery-image] Dec 19 21:39:21.515 INFO O| Dec 19 21:39:21.515 INFO ok! |
4304 | 2024-12-19T21:39:23.850Z | [ recovery-image] Dec 19 21:39:21.515 INFO O| Dec 19 21:39:21.515 INFO STEP 64 (assemble_files) COMPLETE |
4305 | 2024-12-19T21:39:23.850Z | [ recovery-image] Dec 19 21:39:21.515 INFO O| Dec 19 21:39:21.515 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4306 | 2024-12-19T21:39:23.869Z | [ recovery-image] Dec 19 21:39:21.537 INFO O| Dec 19 21:39:21.537 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4307 | 2024-12-19T21:39:23.869Z | [ recovery-image] Dec 19 21:39:21.538 INFO O| Dec 19 21:39:21.537 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4308 | 2024-12-19T21:39:23.869Z | [ recovery-image] Dec 19 21:39:21.538 INFO O| Dec 19 21:39:21.538 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4309 | 2024-12-19T21:39:23.873Z | [ recovery-image] Dec 19 21:39:21.538 INFO O| Dec 19 21:39:21.538 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4310 | 2024-12-19T21:39:23.873Z | [ recovery-image] Dec 19 21:39:21.538 INFO O| Dec 19 21:39:21.538 INFO ok! |
4311 | 2024-12-19T21:39:23.873Z | [ recovery-image] Dec 19 21:39:21.538 INFO O| Dec 19 21:39:21.538 INFO STEP 65 (ensure_file) COMPLETE |
4312 | 2024-12-19T21:39:23.873Z | [ recovery-image] Dec 19 21:39:21.538 INFO O| Dec 19 21:39:21.538 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4313 | 2024-12-19T21:39:23.873Z | [ recovery-image] Dec 19 21:39:21.538 INFO O| Dec 19 21:39:21.538 INFO skip step because feature "omicron1" is not enabled |
4314 | 2024-12-19T21:39:23.873Z | [ recovery-image] Dec 19 21:39:21.538 INFO O| Dec 19 21:39:21.538 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4315 | 2024-12-19T21:39:23.873Z | [ recovery-image] Dec 19 21:39:21.538 INFO O| Dec 19 21:39:21.538 INFO skip step because feature "omicron1" is not enabled |
4316 | 2024-12-19T21:39:23.873Z | [ recovery-image] Dec 19 21:39:21.538 INFO O| Dec 19 21:39:21.538 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4317 | 2024-12-19T21:39:23.873Z | [ recovery-image] Dec 19 21:39:21.538 INFO O| Dec 19 21:39:21.538 INFO skip step because feature "omicron1" is not enabled |
4318 | 2024-12-19T21:39:23.873Z | [ recovery-image] Dec 19 21:39:21.538 INFO O| Dec 19 21:39:21.538 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4319 | 2024-12-19T21:39:24.089Z | [ recovery-image] Dec 19 21:39:21.758 INFO O| Dec 19 21:39:21.757 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4320 | 2024-12-19T21:39:24.089Z | [ recovery-image] Dec 19 21:39:21.758 INFO O| Dec 19 21:39:21.758 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4321 | 2024-12-19T21:39:26.803Z | [ recovery-image] Dec 19 21:39:24.471 INFO O| Dec 19 21:39:24.471 INFO STEP 69 (pack_tar) COMPLETE |
4322 | 2024-12-19T21:39:26.803Z | [ recovery-image] Dec 19 21:39:24.471 INFO O| Dec 19 21:39:24.471 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4323 | 2024-12-19T21:39:26.807Z | [ recovery-image] Dec 19 21:39:24.471 INFO O| Dec 19 21:39:24.471 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4324 | 2024-12-19T21:39:26.992Z | [ recovery-image] Dec 19 21:39:24.659 INFO O| Dec 19 21:39:24.659 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4325 | 2024-12-19T21:39:27.106Z | [ recovery-image] Dec 19 21:39:24.773 INFO O| Dec 19 21:39:24.773 INFO completed processing gimlet/ramdisk-02-trim |
4326 | 2024-12-19T21:39:27.110Z | [ recovery-image] Dec 19 21:39:24.777 INFO image builder template: ramdisk-03-recovery-trim... |
4327 | 2024-12-19T21:39:27.110Z | [ recovery-image] Dec 19 21:39:24.777 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/.tmpZORqCZ/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 |
4328 | 2024-12-19T21:39:27.283Z | [ host-image] Dec 19 21:39:24.949 INFO O| Dec 19 21:39:24.949 INFO O| Download: 1117/1140 items 6.6/8.4MB 78% complete |
4329 | 2024-12-19T21:39:27.292Z | [ recovery-image] Dec 19 21:39:24.959 INFO O| Dec 19 21:39:24.951 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4330 | 2024-12-19T21:39:27.294Z | [ recovery-image] Dec 19 21:39:24.960 INFO O| Dec 19 21:39:24.960 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4331 | 2024-12-19T21:39:27.613Z | [ recovery-image] Dec 19 21:39:25.279 INFO O| Dec 19 21:39:25.279 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4332 | 2024-12-19T21:39:27.753Z | [ recovery-image] Dec 19 21:39:25.420 INFO O| Dec 19 21:39:25.420 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4333 | 2024-12-19T21:39:27.756Z | [ recovery-image] Dec 19 21:39:25.420 INFO O| Dec 19 21:39:25.420 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4334 | 2024-12-19T21:39:27.789Z | [ recovery-image] Dec 19 21:39:25.455 INFO O| Dec 19 21:39:25.454 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4335 | 2024-12-19T21:39:27.796Z | [ recovery-image] Dec 19 21:39:25.463 INFO O| Dec 19 21:39:25.463 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4336 | 2024-12-19T21:39:27.807Z | [ recovery-image] Dec 19 21:39:25.473 INFO O| Dec 19 21:39:25.473 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4337 | 2024-12-19T21:39:28.472Z | [ recovery-image] Dec 19 21:39:26.138 INFO O| Dec 19 21:39:26.138 INFO rolled back to input snapshot; work may begin |
4338 | 2024-12-19T21:39:28.472Z | [ recovery-image] Dec 19 21:39:26.138 INFO O| Dec 19 21:39:26.138 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4339 | 2024-12-19T21:39:28.482Z | [ recovery-image] Dec 19 21:39:26.148 INFO O| Dec 19 21:39:26.148 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4340 | 2024-12-19T21:39:28.512Z | [ recovery-image] Dec 19 21:39:26.179 INFO O| Dec 19 21:39:26.179 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4341 | 2024-12-19T21:39:28.518Z | [ recovery-image] Dec 19 21:39:26.184 INFO O| Dec 19 21:39:26.184 INFO STEP 0 (remove_files) COMPLETE |
4342 | 2024-12-19T21:39:28.518Z | [ recovery-image] Dec 19 21:39:26.184 INFO O| Dec 19 21:39:26.184 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4343 | 2024-12-19T21:39:28.550Z | [ recovery-image] Dec 19 21:39:26.216 INFO O| Dec 19 21:39:26.216 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4344 | 2024-12-19T21:39:28.981Z | [ recovery-image] Dec 19 21:39:26.647 INFO O| Dec 19 21:39:26.647 INFO STEP 1 (remove_files) COMPLETE |
4345 | 2024-12-19T21:39:28.981Z | [ recovery-image] Dec 19 21:39:26.647 INFO O| Dec 19 21:39:26.647 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4346 | 2024-12-19T21:39:29.003Z | [ recovery-image] Dec 19 21:39:26.669 INFO O| Dec 19 21:39:26.669 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4347 | 2024-12-19T21:39:29.073Z | [ recovery-image] Dec 19 21:39:26.739 INFO O| Dec 19 21:39:26.739 INFO STEP 2 (remove_files) COMPLETE |
4348 | 2024-12-19T21:39:29.073Z | [ recovery-image] Dec 19 21:39:26.739 INFO O| Dec 19 21:39:26.739 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4349 | 2024-12-19T21:39:29.133Z | [ recovery-image] Dec 19 21:39:26.799 INFO O| Dec 19 21:39:26.799 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4350 | 2024-12-19T21:39:29.323Z | [ recovery-image] Dec 19 21:39:26.989 INFO O| Dec 19 21:39:26.989 INFO STEP 3 (remove_files) COMPLETE |
4351 | 2024-12-19T21:39:29.323Z | [ recovery-image] Dec 19 21:39:26.989 INFO O| Dec 19 21:39:26.989 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4352 | 2024-12-19T21:39:29.367Z | [ recovery-image] Dec 19 21:39:27.033 INFO O| Dec 19 21:39:27.033 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4353 | 2024-12-19T21:39:29.500Z | [ recovery-image] Dec 19 21:39:27.166 INFO O| Dec 19 21:39:27.166 INFO STEP 4 (remove_files) COMPLETE |
4354 | 2024-12-19T21:39:29.500Z | [ recovery-image] Dec 19 21:39:27.166 INFO O| Dec 19 21:39:27.166 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4355 | 2024-12-19T21:39:29.534Z | [ recovery-image] Dec 19 21:39:27.199 INFO O| Dec 19 21:39:27.199 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4356 | 2024-12-19T21:39:29.538Z | [ recovery-image] Dec 19 21:39:27.204 INFO O| Dec 19 21:39:27.204 INFO STEP 5 (remove_files) COMPLETE |
4357 | 2024-12-19T21:39:29.538Z | [ recovery-image] Dec 19 21:39:27.204 INFO O| Dec 19 21:39:27.204 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4358 | 2024-12-19T21:39:29.572Z | [ recovery-image] Dec 19 21:39:27.238 INFO O| Dec 19 21:39:27.238 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4359 | 2024-12-19T21:39:29.599Z | [ recovery-image] Dec 19 21:39:27.263 INFO O| Dec 19 21:39:27.263 INFO STEP 6 (remove_files) COMPLETE |
4360 | 2024-12-19T21:39:29.599Z | [ recovery-image] Dec 19 21:39:27.263 INFO O| Dec 19 21:39:27.263 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4361 | 2024-12-19T21:39:29.633Z | [ recovery-image] Dec 19 21:39:27.298 INFO O| Dec 19 21:39:27.298 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4362 | 2024-12-19T21:39:29.635Z | [ recovery-image] Dec 19 21:39:27.300 INFO O| Dec 19 21:39:27.300 INFO STEP 7 (remove_files) COMPLETE |
4363 | 2024-12-19T21:39:29.635Z | [ recovery-image] Dec 19 21:39:27.300 INFO O| Dec 19 21:39:27.300 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4364 | 2024-12-19T21:39:29.670Z | [ recovery-image] Dec 19 21:39:27.335 INFO O| Dec 19 21:39:27.335 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4365 | 2024-12-19T21:39:29.740Z | [ recovery-image] Dec 19 21:39:27.406 INFO O| Dec 19 21:39:27.406 INFO STEP 8 (remove_files) COMPLETE |
4366 | 2024-12-19T21:39:29.743Z | [ recovery-image] Dec 19 21:39:27.406 INFO O| Dec 19 21:39:27.406 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4367 | 2024-12-19T21:39:29.802Z | [ recovery-image] Dec 19 21:39:27.468 INFO O| Dec 19 21:39:27.468 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4368 | 2024-12-19T21:39:29.826Z | [ recovery-image] Dec 19 21:39:27.492 INFO O| Dec 19 21:39:27.492 INFO STEP 9 (remove_files) COMPLETE |
4369 | 2024-12-19T21:39:29.829Z | [ recovery-image] Dec 19 21:39:27.492 INFO O| Dec 19 21:39:27.492 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4370 | 2024-12-19T21:39:29.849Z | [ recovery-image] Dec 19 21:39:27.514 INFO O| Dec 19 21:39:27.514 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4371 | 2024-12-19T21:39:29.854Z | [ recovery-image] Dec 19 21:39:27.520 INFO O| Dec 19 21:39:27.520 INFO STEP 10 (remove_files) COMPLETE |
4372 | 2024-12-19T21:39:29.854Z | [ recovery-image] Dec 19 21:39:27.520 INFO O| Dec 19 21:39:27.520 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4373 | 2024-12-19T21:39:29.895Z | [ recovery-image] Dec 19 21:39:27.559 INFO O| Dec 19 21:39:27.559 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4374 | 2024-12-19T21:39:30.451Z | [ host-image] Dec 19 21:39:28.116 INFO O| Dec 19 21:39:28.116 INFO O| Download: Completed 8.42 MB in 25.05 seconds (344k/s) |
4375 | 2024-12-19T21:39:30.501Z | [ recovery-image] Dec 19 21:39:28.167 INFO O| Dec 19 21:39:28.167 INFO STEP 11 (remove_files) COMPLETE |
4376 | 2024-12-19T21:39:30.502Z | [ recovery-image] Dec 19 21:39:28.167 INFO O| Dec 19 21:39:28.167 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4377 | 2024-12-19T21:39:30.527Z | [ recovery-image] Dec 19 21:39:28.191 INFO O| Dec 19 21:39:28.190 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4378 | 2024-12-19T21:39:30.533Z | [ recovery-image] Dec 19 21:39:28.195 INFO O| Dec 19 21:39:28.195 INFO STEP 12 (remove_files) COMPLETE |
4379 | 2024-12-19T21:39:30.533Z | [ recovery-image] Dec 19 21:39:28.195 INFO O| Dec 19 21:39:28.195 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4380 | 2024-12-19T21:39:30.567Z | [ recovery-image] Dec 19 21:39:28.233 INFO O| Dec 19 21:39:28.233 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4381 | 2024-12-19T21:39:30.595Z | [ recovery-image] Dec 19 21:39:28.259 INFO O| Dec 19 21:39:28.259 INFO STEP 13 (remove_files) COMPLETE |
4382 | 2024-12-19T21:39:30.595Z | [ recovery-image] Dec 19 21:39:28.259 INFO O| Dec 19 21:39:28.259 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4383 | 2024-12-19T21:39:30.608Z | [ host-image] Dec 19 21:39:28.274 INFO O| Dec 19 21:39:28.274 INFO O| Actions: 1/1361 actions (Installing new actions) |
4384 | 2024-12-19T21:39:30.616Z | [ recovery-image] Dec 19 21:39:28.280 INFO O| Dec 19 21:39:28.280 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4385 | 2024-12-19T21:39:30.629Z | [ recovery-image] Dec 19 21:39:28.295 INFO O| Dec 19 21:39:28.295 INFO STEP 14 (remove_files) COMPLETE |
4386 | 2024-12-19T21:39:30.629Z | [ recovery-image] Dec 19 21:39:28.295 INFO O| Dec 19 21:39:28.295 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4387 | 2024-12-19T21:39:30.650Z | [ recovery-image] Dec 19 21:39:28.316 INFO O| Dec 19 21:39:28.315 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4388 | 2024-12-19T21:39:30.696Z | [ recovery-image] Dec 19 21:39:28.362 INFO O| Dec 19 21:39:28.362 INFO STEP 15 (remove_files) COMPLETE |
4389 | 2024-12-19T21:39:30.697Z | [ recovery-image] Dec 19 21:39:28.362 INFO O| Dec 19 21:39:28.362 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4390 | 2024-12-19T21:39:30.814Z | [ recovery-image] Dec 19 21:39:28.467 INFO O| Dec 19 21:39:28.466 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4391 | 2024-12-19T21:39:30.891Z | [ recovery-image] Dec 19 21:39:28.556 INFO O| Dec 19 21:39:28.556 INFO STEP 16 (remove_files) COMPLETE |
4392 | 2024-12-19T21:39:30.891Z | [ recovery-image] Dec 19 21:39:28.556 INFO O| Dec 19 21:39:28.556 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4393 | 2024-12-19T21:39:30.913Z | [ recovery-image] Dec 19 21:39:28.578 INFO O| Dec 19 21:39:28.578 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4394 | 2024-12-19T21:39:30.915Z | [ recovery-image] Dec 19 21:39:28.578 INFO O| Dec 19 21:39:28.578 INFO STEP 17 (remove_files) COMPLETE |
4395 | 2024-12-19T21:39:30.915Z | [ recovery-image] Dec 19 21:39:28.578 INFO O| Dec 19 21:39:28.578 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4396 | 2024-12-19T21:39:30.939Z | [ recovery-image] Dec 19 21:39:28.599 INFO O| Dec 19 21:39:28.599 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4397 | 2024-12-19T21:39:30.965Z | [ recovery-image] Dec 19 21:39:28.630 INFO O| Dec 19 21:39:28.630 INFO STEP 18 (remove_files) COMPLETE |
4398 | 2024-12-19T21:39:30.965Z | [ recovery-image] Dec 19 21:39:28.630 INFO O| Dec 19 21:39:28.630 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4399 | 2024-12-19T21:39:30.986Z | [ recovery-image] Dec 19 21:39:28.651 INFO O| Dec 19 21:39:28.651 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4400 | 2024-12-19T21:39:31.272Z | [ recovery-image] Dec 19 21:39:28.936 INFO O| Dec 19 21:39:28.936 INFO STEP 19 (remove_files) COMPLETE |
4401 | 2024-12-19T21:39:31.272Z | [ recovery-image] Dec 19 21:39:28.936 INFO O| Dec 19 21:39:28.936 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4402 | 2024-12-19T21:39:31.312Z | [ recovery-image] Dec 19 21:39:28.977 INFO O| Dec 19 21:39:28.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4403 | 2024-12-19T21:39:31.315Z | [ recovery-image] Dec 19 21:39:28.977 INFO O| Dec 19 21:39:28.977 INFO STEP 20 (remove_files) COMPLETE |
4404 | 2024-12-19T21:39:31.315Z | [ recovery-image] Dec 19 21:39:28.977 INFO O| Dec 19 21:39:28.977 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4405 | 2024-12-19T21:39:31.335Z | [ recovery-image] Dec 19 21:39:29.000 INFO O| Dec 19 21:39:29.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4406 | 2024-12-19T21:39:31.335Z | [ recovery-image] Dec 19 21:39:29.000 INFO O| Dec 19 21:39:29.000 INFO STEP 21 (remove_files) COMPLETE |
4407 | 2024-12-19T21:39:31.335Z | [ recovery-image] Dec 19 21:39:29.000 INFO O| Dec 19 21:39:29.000 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4408 | 2024-12-19T21:39:31.406Z | [ recovery-image] Dec 19 21:39:29.071 INFO O| Dec 19 21:39:29.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4409 | 2024-12-19T21:39:31.437Z | [ recovery-image] Dec 19 21:39:29.102 INFO O| Dec 19 21:39:29.102 INFO STEP 22 (remove_files) COMPLETE |
4410 | 2024-12-19T21:39:31.437Z | [ recovery-image] Dec 19 21:39:29.102 INFO O| Dec 19 21:39:29.102 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4411 | 2024-12-19T21:39:31.473Z | [ recovery-image] Dec 19 21:39:29.136 INFO O| Dec 19 21:39:29.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4412 | 2024-12-19T21:39:31.476Z | [ recovery-image] Dec 19 21:39:29.136 INFO O| Dec 19 21:39:29.136 INFO STEP 23 (remove_files) COMPLETE |
4413 | 2024-12-19T21:39:31.476Z | [ recovery-image] Dec 19 21:39:29.136 INFO O| Dec 19 21:39:29.136 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4414 | 2024-12-19T21:39:31.501Z | [ recovery-image] Dec 19 21:39:29.166 INFO O| Dec 19 21:39:29.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4415 | 2024-12-19T21:39:31.501Z | [ recovery-image] Dec 19 21:39:29.166 INFO O| Dec 19 21:39:29.166 INFO STEP 24 (remove_files) COMPLETE |
4416 | 2024-12-19T21:39:31.506Z | [ recovery-image] Dec 19 21:39:29.166 INFO O| Dec 19 21:39:29.166 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4417 | 2024-12-19T21:39:31.522Z | [ recovery-image] Dec 19 21:39:29.187 INFO O| Dec 19 21:39:29.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4418 | 2024-12-19T21:39:31.540Z | [ host-image] Dec 19 21:39:29.205 INFO O| Dec 19 21:39:29.205 INFO O| Actions: Completed 1361 actions in 0.93 seconds. |
4419 | 2024-12-19T21:39:31.543Z | [ recovery-image] Dec 19 21:39:29.209 INFO O| Dec 19 21:39:29.209 INFO STEP 25 (remove_files) COMPLETE |
4420 | 2024-12-19T21:39:31.544Z | [ recovery-image] Dec 19 21:39:29.209 INFO O| Dec 19 21:39:29.209 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4421 | 2024-12-19T21:39:31.578Z | [ recovery-image] Dec 19 21:39:29.243 INFO O| Dec 19 21:39:29.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4422 | 2024-12-19T21:39:31.578Z | [ recovery-image] Dec 19 21:39:29.243 INFO O| Dec 19 21:39:29.243 INFO STEP 26 (remove_files) COMPLETE |
4423 | 2024-12-19T21:39:31.582Z | [ recovery-image] Dec 19 21:39:29.243 INFO O| Dec 19 21:39:29.243 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4424 | 2024-12-19T21:39:31.613Z | [ recovery-image] Dec 19 21:39:29.262 INFO O| Dec 19 21:39:29.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4425 | 2024-12-19T21:39:31.613Z | [ recovery-image] Dec 19 21:39:29.262 INFO O| Dec 19 21:39:29.262 INFO STEP 27 (remove_files) COMPLETE |
4426 | 2024-12-19T21:39:31.616Z | [ recovery-image] Dec 19 21:39:29.262 INFO O| Dec 19 21:39:29.262 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4427 | 2024-12-19T21:39:31.619Z | [ recovery-image] Dec 19 21:39:29.282 INFO O| Dec 19 21:39:29.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4428 | 2024-12-19T21:39:31.639Z | [ recovery-image] Dec 19 21:39:29.304 INFO O| Dec 19 21:39:29.304 INFO STEP 28 (remove_files) COMPLETE |
4429 | 2024-12-19T21:39:31.639Z | [ recovery-image] Dec 19 21:39:29.304 INFO O| Dec 19 21:39:29.304 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4430 | 2024-12-19T21:39:31.671Z | [ recovery-image] Dec 19 21:39:29.336 INFO O| Dec 19 21:39:29.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4431 | 2024-12-19T21:39:31.691Z | [ recovery-image] Dec 19 21:39:29.356 INFO O| Dec 19 21:39:29.356 INFO STEP 29 (remove_files) COMPLETE |
4432 | 2024-12-19T21:39:31.691Z | [ recovery-image] Dec 19 21:39:29.356 INFO O| Dec 19 21:39:29.356 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4433 | 2024-12-19T21:39:31.713Z | [ recovery-image] Dec 19 21:39:29.376 INFO O| Dec 19 21:39:29.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4434 | 2024-12-19T21:39:31.731Z | [ recovery-image] Dec 19 21:39:29.396 INFO O| Dec 19 21:39:29.396 INFO STEP 30 (remove_files) COMPLETE |
4435 | 2024-12-19T21:39:31.731Z | [ recovery-image] Dec 19 21:39:29.396 INFO O| Dec 19 21:39:29.396 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4436 | 2024-12-19T21:39:31.789Z | [ recovery-image] Dec 19 21:39:29.453 INFO O| Dec 19 21:39:29.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4437 | 2024-12-19T21:39:31.789Z | [ recovery-image] Dec 19 21:39:29.453 INFO O| Dec 19 21:39:29.453 INFO STEP 31 (remove_files) COMPLETE |
4438 | 2024-12-19T21:39:31.792Z | [ recovery-image] Dec 19 21:39:29.453 INFO O| Dec 19 21:39:29.453 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4439 | 2024-12-19T21:39:31.810Z | [ recovery-image] Dec 19 21:39:29.473 INFO O| Dec 19 21:39:29.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4440 | 2024-12-19T21:39:31.823Z | [ recovery-image] Dec 19 21:39:29.488 INFO O| Dec 19 21:39:29.488 INFO STEP 32 (remove_files) COMPLETE |
4441 | 2024-12-19T21:39:31.823Z | [ recovery-image] Dec 19 21:39:29.488 INFO O| Dec 19 21:39:29.488 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4442 | 2024-12-19T21:39:31.859Z | [ recovery-image] Dec 19 21:39:29.523 INFO O| Dec 19 21:39:29.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4443 | 2024-12-19T21:39:31.881Z | [ recovery-image] Dec 19 21:39:29.546 INFO O| Dec 19 21:39:29.546 INFO STEP 33 (remove_files) COMPLETE |
4444 | 2024-12-19T21:39:31.881Z | [ recovery-image] Dec 19 21:39:29.546 INFO O| Dec 19 21:39:29.546 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4445 | 2024-12-19T21:39:31.914Z | [ recovery-image] Dec 19 21:39:29.578 INFO O| Dec 19 21:39:29.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4446 | 2024-12-19T21:39:31.914Z | [ recovery-image] Dec 19 21:39:29.578 INFO O| Dec 19 21:39:29.578 INFO STEP 34 (remove_files) COMPLETE |
4447 | 2024-12-19T21:39:31.914Z | [ recovery-image] Dec 19 21:39:29.578 INFO O| Dec 19 21:39:29.578 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4448 | 2024-12-19T21:39:31.959Z | [ recovery-image] Dec 19 21:39:29.624 INFO O| Dec 19 21:39:29.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4449 | 2024-12-19T21:39:31.963Z | [ recovery-image] Dec 19 21:39:29.624 INFO O| Dec 19 21:39:29.624 INFO STEP 35 (remove_files) COMPLETE |
4450 | 2024-12-19T21:39:31.963Z | [ recovery-image] Dec 19 21:39:29.624 INFO O| Dec 19 21:39:29.624 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4451 | 2024-12-19T21:39:31.972Z | [ host-image] Dec 19 21:39:29.637 INFO O| Dec 19 21:39:29.637 INFO O| Done |
4452 | 2024-12-19T21:39:31.972Z | [ host-image] Dec 19 21:39:29.637 INFO O| Dec 19 21:39:29.637 INFO O| Done |
4453 | 2024-12-19T21:39:31.993Z | [ recovery-image] Dec 19 21:39:29.658 INFO O| Dec 19 21:39:29.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4454 | 2024-12-19T21:39:31.993Z | [ recovery-image] Dec 19 21:39:29.658 INFO O| Dec 19 21:39:29.658 INFO STEP 36 (remove_files) COMPLETE |
4455 | 2024-12-19T21:39:31.997Z | [ recovery-image] Dec 19 21:39:29.658 INFO O| Dec 19 21:39:29.658 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4456 | 2024-12-19T21:39:32.068Z | [ recovery-image] Dec 19 21:39:29.704 INFO O| Dec 19 21:39:29.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4457 | 2024-12-19T21:39:32.068Z | [ recovery-image] Dec 19 21:39:29.711 INFO O| Dec 19 21:39:29.711 INFO STEP 37 (remove_files) COMPLETE |
4458 | 2024-12-19T21:39:32.071Z | [ recovery-image] Dec 19 21:39:29.711 INFO O| Dec 19 21:39:29.711 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4459 | 2024-12-19T21:39:32.081Z | [ recovery-image] Dec 19 21:39:29.737 INFO O| Dec 19 21:39:29.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4460 | 2024-12-19T21:39:32.081Z | [ recovery-image] Dec 19 21:39:29.737 INFO O| Dec 19 21:39:29.737 INFO STEP 38 (remove_files) COMPLETE |
4461 | 2024-12-19T21:39:32.081Z | [ recovery-image] Dec 19 21:39:29.737 INFO O| Dec 19 21:39:29.737 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4462 | 2024-12-19T21:39:32.120Z | [ recovery-image] Dec 19 21:39:29.785 INFO O| Dec 19 21:39:29.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4463 | 2024-12-19T21:39:32.120Z | [ recovery-image] Dec 19 21:39:29.785 INFO O| Dec 19 21:39:29.785 INFO STEP 39 (remove_files) COMPLETE |
4464 | 2024-12-19T21:39:32.120Z | [ recovery-image] Dec 19 21:39:29.785 INFO O| Dec 19 21:39:29.785 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4465 | 2024-12-19T21:39:32.165Z | [ recovery-image] Dec 19 21:39:29.829 INFO O| Dec 19 21:39:29.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4466 | 2024-12-19T21:39:32.165Z | [ recovery-image] Dec 19 21:39:29.829 INFO O| Dec 19 21:39:29.829 INFO STEP 40 (remove_files) COMPLETE |
4467 | 2024-12-19T21:39:32.165Z | [ recovery-image] Dec 19 21:39:29.829 INFO O| Dec 19 21:39:29.829 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4468 | 2024-12-19T21:39:32.188Z | [ recovery-image] Dec 19 21:39:29.853 INFO O| Dec 19 21:39:29.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4469 | 2024-12-19T21:39:32.188Z | [ recovery-image] Dec 19 21:39:29.853 INFO O| Dec 19 21:39:29.853 INFO STEP 41 (remove_files) COMPLETE |
4470 | 2024-12-19T21:39:32.188Z | [ recovery-image] Dec 19 21:39:29.853 INFO O| Dec 19 21:39:29.853 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4471 | 2024-12-19T21:39:32.225Z | [ recovery-image] Dec 19 21:39:29.889 INFO O| Dec 19 21:39:29.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4472 | 2024-12-19T21:39:32.225Z | [ recovery-image] Dec 19 21:39:29.890 INFO O| Dec 19 21:39:29.878 INFO STEP 42 (remove_files) COMPLETE |
4473 | 2024-12-19T21:39:32.228Z | [ recovery-image] Dec 19 21:39:29.890 INFO O| Dec 19 21:39:29.878 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4474 | 2024-12-19T21:39:32.269Z | [ recovery-image] Dec 19 21:39:29.933 INFO O| Dec 19 21:39:29.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4475 | 2024-12-19T21:39:32.269Z | [ recovery-image] Dec 19 21:39:29.934 INFO O| Dec 19 21:39:29.933 INFO STEP 43 (remove_files) COMPLETE |
4476 | 2024-12-19T21:39:32.272Z | [ recovery-image] Dec 19 21:39:29.934 INFO O| Dec 19 21:39:29.934 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4477 | 2024-12-19T21:39:32.294Z | [ recovery-image] Dec 19 21:39:29.958 INFO O| Dec 19 21:39:29.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4478 | 2024-12-19T21:39:32.294Z | [ recovery-image] Dec 19 21:39:29.958 INFO O| Dec 19 21:39:29.958 INFO STEP 44 (remove_files) COMPLETE |
4479 | 2024-12-19T21:39:32.305Z | [ recovery-image] Dec 19 21:39:29.958 INFO O| Dec 19 21:39:29.958 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4480 | 2024-12-19T21:39:32.331Z | [ recovery-image] Dec 19 21:39:29.995 INFO O| Dec 19 21:39:29.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4481 | 2024-12-19T21:39:32.351Z | [ recovery-image] Dec 19 21:39:30.015 INFO O| Dec 19 21:39:30.015 INFO STEP 45 (remove_files) COMPLETE |
4482 | 2024-12-19T21:39:32.351Z | [ recovery-image] Dec 19 21:39:30.015 INFO O| Dec 19 21:39:30.015 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4483 | 2024-12-19T21:39:32.373Z | [ recovery-image] Dec 19 21:39:30.038 INFO O| Dec 19 21:39:30.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4484 | 2024-12-19T21:39:32.373Z | [ recovery-image] Dec 19 21:39:30.038 INFO O| Dec 19 21:39:30.038 INFO STEP 46 (remove_files) COMPLETE |
4485 | 2024-12-19T21:39:32.376Z | [ recovery-image] Dec 19 21:39:30.038 INFO O| Dec 19 21:39:30.038 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4486 | 2024-12-19T21:39:32.399Z | [ recovery-image] Dec 19 21:39:30.062 INFO O| Dec 19 21:39:30.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4487 | 2024-12-19T21:39:32.399Z | [ recovery-image] Dec 19 21:39:30.062 INFO O| Dec 19 21:39:30.062 INFO STEP 47 (remove_files) COMPLETE |
4488 | 2024-12-19T21:39:32.402Z | [ recovery-image] Dec 19 21:39:30.062 INFO O| Dec 19 21:39:30.062 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4489 | 2024-12-19T21:39:32.422Z | [ recovery-image] Dec 19 21:39:30.086 INFO O| Dec 19 21:39:30.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4490 | 2024-12-19T21:39:32.423Z | [ recovery-image] Dec 19 21:39:30.086 INFO O| Dec 19 21:39:30.086 INFO STEP 48 (remove_files) COMPLETE |
4491 | 2024-12-19T21:39:32.426Z | [ recovery-image] Dec 19 21:39:30.086 INFO O| Dec 19 21:39:30.086 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4492 | 2024-12-19T21:39:32.465Z | [ recovery-image] Dec 19 21:39:30.129 INFO O| Dec 19 21:39:30.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4493 | 2024-12-19T21:39:32.466Z | [ recovery-image] Dec 19 21:39:30.129 INFO O| Dec 19 21:39:30.129 INFO STEP 49 (remove_files) COMPLETE |
4494 | 2024-12-19T21:39:32.469Z | [ recovery-image] Dec 19 21:39:30.134 INFO O| Dec 19 21:39:30.129 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4495 | 2024-12-19T21:39:32.501Z | [ recovery-image] Dec 19 21:39:30.165 INFO O| Dec 19 21:39:30.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4496 | 2024-12-19T21:39:32.501Z | [ recovery-image] Dec 19 21:39:30.165 INFO O| Dec 19 21:39:30.165 INFO STEP 50 (remove_files) COMPLETE |
4497 | 2024-12-19T21:39:32.503Z | [ recovery-image] Dec 19 21:39:30.165 INFO O| Dec 19 21:39:30.165 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4498 | 2024-12-19T21:39:32.519Z | [ recovery-image] Dec 19 21:39:30.183 INFO O| Dec 19 21:39:30.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4499 | 2024-12-19T21:39:32.521Z | [ recovery-image] Dec 19 21:39:30.184 INFO O| Dec 19 21:39:30.184 INFO STEP 51 (remove_files) COMPLETE |
4500 | 2024-12-19T21:39:32.521Z | [ recovery-image] Dec 19 21:39:30.184 INFO O| Dec 19 21:39:30.184 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4501 | 2024-12-19T21:39:32.547Z | [ recovery-image] Dec 19 21:39:30.211 INFO O| Dec 19 21:39:30.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4502 | 2024-12-19T21:39:32.547Z | [ recovery-image] Dec 19 21:39:30.212 INFO O| Dec 19 21:39:30.212 INFO STEP 52 (remove_files) COMPLETE |
4503 | 2024-12-19T21:39:32.547Z | [ recovery-image] Dec 19 21:39:30.212 INFO O| Dec 19 21:39:30.212 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4504 | 2024-12-19T21:39:32.601Z | [ recovery-image] Dec 19 21:39:30.265 INFO O| Dec 19 21:39:30.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4505 | 2024-12-19T21:39:32.725Z | [ recovery-image] Dec 19 21:39:30.389 INFO O| Dec 19 21:39:30.389 INFO STEP 53 (remove_files) COMPLETE |
4506 | 2024-12-19T21:39:32.725Z | [ recovery-image] Dec 19 21:39:30.389 INFO O| Dec 19 21:39:30.389 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4507 | 2024-12-19T21:39:32.759Z | [ recovery-image] Dec 19 21:39:30.424 INFO O| Dec 19 21:39:30.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4508 | 2024-12-19T21:39:32.761Z | [ recovery-image] Dec 19 21:39:30.424 INFO O| Dec 19 21:39:30.423 INFO STEP 54 (remove_files) COMPLETE |
4509 | 2024-12-19T21:39:32.761Z | [ recovery-image] Dec 19 21:39:30.424 INFO O| Dec 19 21:39:30.423 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4510 | 2024-12-19T21:39:32.791Z | [ recovery-image] Dec 19 21:39:30.455 INFO O| Dec 19 21:39:30.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4511 | 2024-12-19T21:39:32.794Z | [ recovery-image] Dec 19 21:39:30.455 INFO O| Dec 19 21:39:30.455 INFO STEP 55 (remove_files) COMPLETE |
4512 | 2024-12-19T21:39:32.794Z | [ recovery-image] Dec 19 21:39:30.455 INFO O| Dec 19 21:39:30.455 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4513 | 2024-12-19T21:39:32.811Z | [ recovery-image] Dec 19 21:39:30.476 INFO O| Dec 19 21:39:30.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4514 | 2024-12-19T21:39:32.814Z | [ recovery-image] Dec 19 21:39:30.476 INFO O| Dec 19 21:39:30.476 INFO STEP 56 (remove_files) COMPLETE |
4515 | 2024-12-19T21:39:32.814Z | [ recovery-image] Dec 19 21:39:30.476 INFO O| Dec 19 21:39:30.476 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4516 | 2024-12-19T21:39:32.830Z | [ recovery-image] Dec 19 21:39:30.494 INFO O| Dec 19 21:39:30.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4517 | 2024-12-19T21:39:32.834Z | [ recovery-image] Dec 19 21:39:30.495 INFO O| Dec 19 21:39:30.495 INFO STEP 57 (remove_files) COMPLETE |
4518 | 2024-12-19T21:39:32.834Z | [ recovery-image] Dec 19 21:39:30.495 INFO O| Dec 19 21:39:30.495 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4519 | 2024-12-19T21:39:32.867Z | [ recovery-image] Dec 19 21:39:30.530 INFO O| Dec 19 21:39:30.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4520 | 2024-12-19T21:39:32.867Z | [ recovery-image] Dec 19 21:39:30.530 INFO O| Dec 19 21:39:30.530 INFO STEP 58 (remove_files) COMPLETE |
4521 | 2024-12-19T21:39:32.869Z | [ recovery-image] Dec 19 21:39:30.530 INFO O| Dec 19 21:39:30.530 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4522 | 2024-12-19T21:39:32.884Z | [ recovery-image] Dec 19 21:39:30.548 INFO O| Dec 19 21:39:30.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4523 | 2024-12-19T21:39:32.887Z | [ recovery-image] Dec 19 21:39:30.548 INFO O| Dec 19 21:39:30.548 INFO STEP 59 (remove_files) COMPLETE |
4524 | 2024-12-19T21:39:32.887Z | [ recovery-image] Dec 19 21:39:30.548 INFO O| Dec 19 21:39:30.548 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4525 | 2024-12-19T21:39:32.943Z | [ recovery-image] Dec 19 21:39:30.607 INFO O| Dec 19 21:39:30.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4526 | 2024-12-19T21:39:32.947Z | [ recovery-image] Dec 19 21:39:30.607 INFO O| Dec 19 21:39:30.607 INFO STEP 60 (remove_files) COMPLETE |
4527 | 2024-12-19T21:39:32.947Z | [ recovery-image] Dec 19 21:39:30.608 INFO O| Dec 19 21:39:30.608 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4528 | 2024-12-19T21:39:32.966Z | [ recovery-image] Dec 19 21:39:30.630 INFO O| Dec 19 21:39:30.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4529 | 2024-12-19T21:39:32.966Z | [ recovery-image] Dec 19 21:39:30.630 INFO O| Dec 19 21:39:30.630 INFO STEP 61 (remove_files) COMPLETE |
4530 | 2024-12-19T21:39:32.969Z | [ recovery-image] Dec 19 21:39:30.630 INFO O| Dec 19 21:39:30.630 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4531 | 2024-12-19T21:39:33.026Z | [ recovery-image] Dec 19 21:39:30.690 INFO O| Dec 19 21:39:30.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4532 | 2024-12-19T21:39:33.026Z | [ recovery-image] Dec 19 21:39:30.690 INFO O| Dec 19 21:39:30.690 INFO STEP 62 (remove_files) COMPLETE |
4533 | 2024-12-19T21:39:33.026Z | [ recovery-image] Dec 19 21:39:30.690 INFO O| Dec 19 21:39:30.690 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4534 | 2024-12-19T21:39:33.050Z | [ recovery-image] Dec 19 21:39:30.714 INFO O| Dec 19 21:39:30.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4535 | 2024-12-19T21:39:33.054Z | [ recovery-image] Dec 19 21:39:30.715 INFO O| Dec 19 21:39:30.714 INFO STEP 63 (remove_files) COMPLETE |
4536 | 2024-12-19T21:39:33.054Z | [ recovery-image] Dec 19 21:39:30.715 INFO O| Dec 19 21:39:30.714 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4537 | 2024-12-19T21:39:33.085Z | [ recovery-image] Dec 19 21:39:30.747 INFO O| Dec 19 21:39:30.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4538 | 2024-12-19T21:39:33.085Z | [ recovery-image] Dec 19 21:39:30.748 INFO O| Dec 19 21:39:30.747 INFO STEP 64 (remove_files) COMPLETE |
4539 | 2024-12-19T21:39:33.085Z | [ recovery-image] Dec 19 21:39:30.748 INFO O| Dec 19 21:39:30.748 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4540 | 2024-12-19T21:39:33.142Z | [ recovery-image] Dec 19 21:39:30.805 INFO O| Dec 19 21:39:30.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4541 | 2024-12-19T21:39:33.146Z | [ recovery-image] Dec 19 21:39:30.805 INFO O| Dec 19 21:39:30.805 INFO STEP 65 (remove_files) COMPLETE |
4542 | 2024-12-19T21:39:33.146Z | [ recovery-image] Dec 19 21:39:30.806 INFO O| Dec 19 21:39:30.805 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4543 | 2024-12-19T21:39:33.164Z | [ recovery-image] Dec 19 21:39:30.828 INFO O| Dec 19 21:39:30.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4544 | 2024-12-19T21:39:33.164Z | [ recovery-image] Dec 19 21:39:30.828 INFO O| Dec 19 21:39:30.828 INFO STEP 66 (remove_files) COMPLETE |
4545 | 2024-12-19T21:39:33.164Z | [ recovery-image] Dec 19 21:39:30.828 INFO O| Dec 19 21:39:30.828 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4546 | 2024-12-19T21:39:33.202Z | [ recovery-image] Dec 19 21:39:30.866 INFO O| Dec 19 21:39:30.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4547 | 2024-12-19T21:39:33.202Z | [ recovery-image] Dec 19 21:39:30.866 INFO O| Dec 19 21:39:30.866 INFO STEP 67 (remove_files) COMPLETE |
4548 | 2024-12-19T21:39:33.202Z | [ recovery-image] Dec 19 21:39:30.866 INFO O| Dec 19 21:39:30.866 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4549 | 2024-12-19T21:39:33.240Z | [ recovery-image] Dec 19 21:39:30.904 INFO O| Dec 19 21:39:30.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4550 | 2024-12-19T21:39:33.240Z | [ recovery-image] Dec 19 21:39:30.904 INFO O| Dec 19 21:39:30.904 INFO STEP 68 (remove_files) COMPLETE |
4551 | 2024-12-19T21:39:33.240Z | [ recovery-image] Dec 19 21:39:30.904 INFO O| Dec 19 21:39:30.904 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4552 | 2024-12-19T21:39:33.330Z | [ recovery-image] Dec 19 21:39:30.993 INFO O| Dec 19 21:39:30.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4553 | 2024-12-19T21:39:33.330Z | [ recovery-image] Dec 19 21:39:30.993 INFO O| Dec 19 21:39:30.993 INFO STEP 69 (remove_files) COMPLETE |
4554 | 2024-12-19T21:39:33.330Z | [ recovery-image] Dec 19 21:39:30.993 INFO O| Dec 19 21:39:30.993 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4555 | 2024-12-19T21:39:33.375Z | [ host-image] Dec 19 21:39:31.039 INFO O| Dec 19 21:39:31.039 INFO O| Done |
4556 | 2024-12-19T21:39:33.405Z | [ recovery-image] Dec 19 21:39:31.068 INFO O| Dec 19 21:39:31.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4557 | 2024-12-19T21:39:33.408Z | [ recovery-image] Dec 19 21:39:31.068 INFO O| Dec 19 21:39:31.068 INFO STEP 70 (remove_files) COMPLETE |
4558 | 2024-12-19T21:39:33.408Z | [ recovery-image] Dec 19 21:39:31.068 INFO O| Dec 19 21:39:31.068 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4559 | 2024-12-19T21:39:33.449Z | [ recovery-image] Dec 19 21:39:31.113 INFO O| Dec 19 21:39:31.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4560 | 2024-12-19T21:39:33.449Z | [ recovery-image] Dec 19 21:39:31.113 INFO O| Dec 19 21:39:31.113 INFO STEP 71 (remove_files) COMPLETE |
4561 | 2024-12-19T21:39:33.452Z | [ recovery-image] Dec 19 21:39:31.113 INFO O| Dec 19 21:39:31.113 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4562 | 2024-12-19T21:39:33.497Z | [ recovery-image] Dec 19 21:39:31.161 INFO O| Dec 19 21:39:31.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4563 | 2024-12-19T21:39:33.497Z | [ recovery-image] Dec 19 21:39:31.161 INFO O| Dec 19 21:39:31.161 INFO STEP 72 (remove_files) COMPLETE |
4564 | 2024-12-19T21:39:33.497Z | [ recovery-image] Dec 19 21:39:31.161 INFO O| Dec 19 21:39:31.161 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4565 | 2024-12-19T21:39:33.516Z | [ recovery-image] Dec 19 21:39:31.179 INFO O| Dec 19 21:39:31.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4566 | 2024-12-19T21:39:33.516Z | [ recovery-image] Dec 19 21:39:31.180 INFO O| Dec 19 21:39:31.180 INFO STEP 73 (remove_files) COMPLETE |
4567 | 2024-12-19T21:39:33.516Z | [ recovery-image] Dec 19 21:39:31.180 INFO O| Dec 19 21:39:31.180 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4568 | 2024-12-19T21:39:33.543Z | [ recovery-image] Dec 19 21:39:31.206 INFO O| Dec 19 21:39:31.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4569 | 2024-12-19T21:39:33.543Z | [ recovery-image] Dec 19 21:39:31.206 INFO O| Dec 19 21:39:31.206 INFO STEP 74 (remove_files) COMPLETE |
4570 | 2024-12-19T21:39:33.543Z | [ recovery-image] Dec 19 21:39:31.206 INFO O| Dec 19 21:39:31.206 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4571 | 2024-12-19T21:39:33.563Z | [ recovery-image] Dec 19 21:39:31.227 INFO O| Dec 19 21:39:31.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4572 | 2024-12-19T21:39:33.564Z | [ recovery-image] Dec 19 21:39:31.228 INFO O| Dec 19 21:39:31.228 INFO STEP 75 (remove_files) COMPLETE |
4573 | 2024-12-19T21:39:33.567Z | [ recovery-image] Dec 19 21:39:31.228 INFO O| Dec 19 21:39:31.228 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4574 | 2024-12-19T21:39:33.581Z | [ recovery-image] Dec 19 21:39:31.245 INFO O| Dec 19 21:39:31.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4575 | 2024-12-19T21:39:33.585Z | [ recovery-image] Dec 19 21:39:31.245 INFO O| Dec 19 21:39:31.245 INFO STEP 76 (remove_files) COMPLETE |
4576 | 2024-12-19T21:39:33.585Z | [ recovery-image] Dec 19 21:39:31.245 INFO O| Dec 19 21:39:31.245 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4577 | 2024-12-19T21:39:33.599Z | [ recovery-image] Dec 19 21:39:31.263 INFO O| Dec 19 21:39:31.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4578 | 2024-12-19T21:39:33.599Z | [ recovery-image] Dec 19 21:39:31.263 INFO O| Dec 19 21:39:31.263 INFO STEP 77 (remove_files) COMPLETE |
4579 | 2024-12-19T21:39:33.599Z | [ recovery-image] Dec 19 21:39:31.263 INFO O| Dec 19 21:39:31.263 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4580 | 2024-12-19T21:39:33.636Z | [ recovery-image] Dec 19 21:39:31.300 INFO O| Dec 19 21:39:31.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4581 | 2024-12-19T21:39:33.636Z | [ recovery-image] Dec 19 21:39:31.300 INFO O| Dec 19 21:39:31.300 INFO STEP 78 (remove_files) COMPLETE |
4582 | 2024-12-19T21:39:33.636Z | [ recovery-image] Dec 19 21:39:31.300 INFO O| Dec 19 21:39:31.300 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4583 | 2024-12-19T21:39:33.658Z | [ recovery-image] Dec 19 21:39:31.321 INFO O| Dec 19 21:39:31.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4584 | 2024-12-19T21:39:33.658Z | [ recovery-image] Dec 19 21:39:31.321 INFO O| Dec 19 21:39:31.321 INFO STEP 79 (remove_files) COMPLETE |
4585 | 2024-12-19T21:39:33.658Z | [ recovery-image] Dec 19 21:39:31.321 INFO O| Dec 19 21:39:31.321 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2024-12-19T21:39:33.677Z | [ recovery-image] Dec 19 21:39:31.341 INFO O| Dec 19 21:39:31.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4587 | 2024-12-19T21:39:33.677Z | [ recovery-image] Dec 19 21:39:31.341 INFO O| Dec 19 21:39:31.341 INFO STEP 80 (remove_files) COMPLETE |
4588 | 2024-12-19T21:39:33.680Z | [ recovery-image] Dec 19 21:39:31.341 INFO O| Dec 19 21:39:31.341 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-12-19T21:39:33.708Z | [ recovery-image] Dec 19 21:39:31.372 INFO O| Dec 19 21:39:31.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4590 | 2024-12-19T21:39:33.708Z | [ recovery-image] Dec 19 21:39:31.372 INFO O| Dec 19 21:39:31.372 INFO STEP 81 (remove_files) COMPLETE |
4591 | 2024-12-19T21:39:33.708Z | [ recovery-image] Dec 19 21:39:31.372 INFO O| Dec 19 21:39:31.372 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-12-19T21:39:33.755Z | [ recovery-image] Dec 19 21:39:31.418 INFO O| Dec 19 21:39:31.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4593 | 2024-12-19T21:39:33.755Z | [ recovery-image] Dec 19 21:39:31.418 INFO O| Dec 19 21:39:31.418 INFO STEP 82 (remove_files) COMPLETE |
4594 | 2024-12-19T21:39:33.769Z | [ recovery-image] Dec 19 21:39:31.418 INFO O| Dec 19 21:39:31.418 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4595 | 2024-12-19T21:39:33.794Z | [ recovery-image] Dec 19 21:39:31.454 INFO O| Dec 19 21:39:31.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4596 | 2024-12-19T21:39:33.794Z | [ recovery-image] Dec 19 21:39:31.455 INFO O| Dec 19 21:39:31.455 INFO STEP 83 (remove_files) COMPLETE |
4597 | 2024-12-19T21:39:33.794Z | [ recovery-image] Dec 19 21:39:31.455 INFO O| Dec 19 21:39:31.455 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-12-19T21:39:33.811Z | [ recovery-image] Dec 19 21:39:31.474 INFO O| Dec 19 21:39:31.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4599 | 2024-12-19T21:39:33.811Z | [ recovery-image] Dec 19 21:39:31.474 INFO O| Dec 19 21:39:31.474 INFO STEP 84 (remove_files) COMPLETE |
4600 | 2024-12-19T21:39:33.811Z | [ recovery-image] Dec 19 21:39:31.474 INFO O| Dec 19 21:39:31.474 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-12-19T21:39:33.870Z | [ recovery-image] Dec 19 21:39:31.532 INFO O| Dec 19 21:39:31.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4602 | 2024-12-19T21:39:33.870Z | [ recovery-image] Dec 19 21:39:31.532 INFO O| Dec 19 21:39:31.532 INFO STEP 85 (remove_files) COMPLETE |
4603 | 2024-12-19T21:39:33.870Z | [ recovery-image] Dec 19 21:39:31.532 INFO O| Dec 19 21:39:31.532 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-12-19T21:39:33.896Z | [ recovery-image] Dec 19 21:39:31.559 INFO O| Dec 19 21:39:31.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4605 | 2024-12-19T21:39:33.896Z | [ recovery-image] Dec 19 21:39:31.559 INFO O| Dec 19 21:39:31.559 INFO STEP 86 (remove_files) COMPLETE |
4606 | 2024-12-19T21:39:33.899Z | [ recovery-image] Dec 19 21:39:31.559 INFO O| Dec 19 21:39:31.559 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-12-19T21:39:33.915Z | [ recovery-image] Dec 19 21:39:31.579 INFO O| Dec 19 21:39:31.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4608 | 2024-12-19T21:39:33.915Z | [ recovery-image] Dec 19 21:39:31.579 INFO O| Dec 19 21:39:31.579 INFO STEP 87 (remove_files) COMPLETE |
4609 | 2024-12-19T21:39:33.918Z | [ recovery-image] Dec 19 21:39:31.579 INFO O| Dec 19 21:39:31.579 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-12-19T21:39:33.935Z | [ recovery-image] Dec 19 21:39:31.599 INFO O| Dec 19 21:39:31.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4611 | 2024-12-19T21:39:33.959Z | [ recovery-image] Dec 19 21:39:31.623 INFO O| Dec 19 21:39:31.623 INFO STEP 88 (remove_files) COMPLETE |
4612 | 2024-12-19T21:39:33.959Z | [ recovery-image] Dec 19 21:39:31.623 INFO O| Dec 19 21:39:31.623 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2024-12-19T21:39:34.067Z | [ recovery-image] Dec 19 21:39:31.731 INFO O| Dec 19 21:39:31.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4614 | 2024-12-19T21:39:34.067Z | [ recovery-image] Dec 19 21:39:31.731 INFO O| Dec 19 21:39:31.731 INFO STEP 89 (remove_files) COMPLETE |
4615 | 2024-12-19T21:39:34.067Z | [ recovery-image] Dec 19 21:39:31.731 INFO O| Dec 19 21:39:31.731 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4616 | 2024-12-19T21:39:34.112Z | [ recovery-image] Dec 19 21:39:31.776 INFO O| Dec 19 21:39:31.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4617 | 2024-12-19T21:39:34.112Z | [ recovery-image] Dec 19 21:39:31.776 INFO O| Dec 19 21:39:31.776 INFO STEP 90 (remove_files) COMPLETE |
4618 | 2024-12-19T21:39:34.112Z | [ recovery-image] Dec 19 21:39:31.776 INFO O| Dec 19 21:39:31.776 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2024-12-19T21:39:34.138Z | [ recovery-image] Dec 19 21:39:31.802 INFO O| Dec 19 21:39:31.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4620 | 2024-12-19T21:39:34.139Z | [ recovery-image] Dec 19 21:39:31.802 INFO O| Dec 19 21:39:31.802 INFO STEP 91 (remove_files) COMPLETE |
4621 | 2024-12-19T21:39:34.142Z | [ recovery-image] Dec 19 21:39:31.802 INFO O| Dec 19 21:39:31.802 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2024-12-19T21:39:34.178Z | [ recovery-image] Dec 19 21:39:31.839 INFO O| Dec 19 21:39:31.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4623 | 2024-12-19T21:39:34.178Z | [ recovery-image] Dec 19 21:39:31.839 INFO O| Dec 19 21:39:31.839 INFO STEP 92 (remove_files) COMPLETE |
4624 | 2024-12-19T21:39:34.178Z | [ recovery-image] Dec 19 21:39:31.839 INFO O| Dec 19 21:39:31.839 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-12-19T21:39:34.207Z | [ recovery-image] Dec 19 21:39:31.871 INFO O| Dec 19 21:39:31.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4626 | 2024-12-19T21:39:34.208Z | [ recovery-image] Dec 19 21:39:31.871 INFO O| Dec 19 21:39:31.871 INFO STEP 93 (remove_files) COMPLETE |
4627 | 2024-12-19T21:39:34.208Z | [ recovery-image] Dec 19 21:39:31.871 INFO O| Dec 19 21:39:31.871 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2024-12-19T21:39:34.231Z | [ recovery-image] Dec 19 21:39:31.895 INFO O| Dec 19 21:39:31.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4629 | 2024-12-19T21:39:34.231Z | [ recovery-image] Dec 19 21:39:31.895 INFO O| Dec 19 21:39:31.895 INFO STEP 94 (remove_files) COMPLETE |
4630 | 2024-12-19T21:39:34.231Z | [ recovery-image] Dec 19 21:39:31.895 INFO O| Dec 19 21:39:31.895 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-12-19T21:39:34.254Z | [ recovery-image] Dec 19 21:39:31.918 INFO O| Dec 19 21:39:31.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4632 | 2024-12-19T21:39:34.255Z | [ recovery-image] Dec 19 21:39:31.918 INFO O| Dec 19 21:39:31.918 INFO STEP 95 (remove_files) COMPLETE |
4633 | 2024-12-19T21:39:34.258Z | [ recovery-image] Dec 19 21:39:31.918 INFO O| Dec 19 21:39:31.918 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2024-12-19T21:39:34.287Z | [ recovery-image] Dec 19 21:39:31.950 INFO O| Dec 19 21:39:31.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4635 | 2024-12-19T21:39:34.291Z | [ recovery-image] Dec 19 21:39:31.950 INFO O| Dec 19 21:39:31.950 INFO STEP 96 (remove_files) COMPLETE |
4636 | 2024-12-19T21:39:34.291Z | [ recovery-image] Dec 19 21:39:31.950 INFO O| Dec 19 21:39:31.950 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2024-12-19T21:39:34.311Z | [ recovery-image] Dec 19 21:39:31.973 INFO O| Dec 19 21:39:31.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4638 | 2024-12-19T21:39:34.314Z | [ recovery-image] Dec 19 21:39:31.973 INFO O| Dec 19 21:39:31.973 INFO STEP 97 (remove_files) COMPLETE |
4639 | 2024-12-19T21:39:34.315Z | [ recovery-image] Dec 19 21:39:31.974 INFO O| Dec 19 21:39:31.974 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2024-12-19T21:39:34.333Z | [ recovery-image] Dec 19 21:39:31.997 INFO O| Dec 19 21:39:31.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4641 | 2024-12-19T21:39:34.336Z | [ recovery-image] Dec 19 21:39:31.997 INFO O| Dec 19 21:39:31.997 INFO STEP 98 (remove_files) COMPLETE |
4642 | 2024-12-19T21:39:34.336Z | [ recovery-image] Dec 19 21:39:31.997 INFO O| Dec 19 21:39:31.997 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2024-12-19T21:39:34.370Z | [ recovery-image] Dec 19 21:39:32.034 INFO O| Dec 19 21:39:32.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4644 | 2024-12-19T21:39:34.374Z | [ recovery-image] Dec 19 21:39:32.034 INFO O| Dec 19 21:39:32.034 INFO STEP 99 (remove_files) COMPLETE |
4645 | 2024-12-19T21:39:34.374Z | [ recovery-image] Dec 19 21:39:32.034 INFO O| Dec 19 21:39:32.034 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2024-12-19T21:39:34.404Z | [ recovery-image] Dec 19 21:39:32.068 INFO O| Dec 19 21:39:32.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4647 | 2024-12-19T21:39:34.404Z | [ recovery-image] Dec 19 21:39:32.068 INFO O| Dec 19 21:39:32.068 INFO STEP 100 (remove_files) COMPLETE |
4648 | 2024-12-19T21:39:34.404Z | [ recovery-image] Dec 19 21:39:32.068 INFO O| Dec 19 21:39:32.068 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2024-12-19T21:39:34.427Z | [ recovery-image] Dec 19 21:39:32.090 INFO O| Dec 19 21:39:32.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4650 | 2024-12-19T21:39:34.427Z | [ recovery-image] Dec 19 21:39:32.090 INFO O| Dec 19 21:39:32.090 INFO STEP 101 (remove_files) COMPLETE |
4651 | 2024-12-19T21:39:34.427Z | [ recovery-image] Dec 19 21:39:32.091 INFO O| Dec 19 21:39:32.090 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2024-12-19T21:39:34.450Z | [ recovery-image] Dec 19 21:39:32.113 INFO O| Dec 19 21:39:32.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4653 | 2024-12-19T21:39:34.450Z | [ recovery-image] Dec 19 21:39:32.114 INFO O| Dec 19 21:39:32.113 INFO STEP 102 (remove_files) COMPLETE |
4654 | 2024-12-19T21:39:34.453Z | [ recovery-image] Dec 19 21:39:32.114 INFO O| Dec 19 21:39:32.113 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2024-12-19T21:39:34.471Z | [ recovery-image] Dec 19 21:39:32.135 INFO O| Dec 19 21:39:32.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4656 | 2024-12-19T21:39:34.471Z | [ recovery-image] Dec 19 21:39:32.135 INFO O| Dec 19 21:39:32.135 INFO STEP 103 (remove_files) COMPLETE |
4657 | 2024-12-19T21:39:34.475Z | [ recovery-image] Dec 19 21:39:32.135 INFO O| Dec 19 21:39:32.135 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2024-12-19T21:39:34.491Z | [ recovery-image] Dec 19 21:39:32.154 INFO O| Dec 19 21:39:32.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4659 | 2024-12-19T21:39:34.491Z | [ recovery-image] Dec 19 21:39:32.154 INFO O| Dec 19 21:39:32.154 INFO STEP 104 (remove_files) COMPLETE |
4660 | 2024-12-19T21:39:34.493Z | [ recovery-image] Dec 19 21:39:32.154 INFO O| Dec 19 21:39:32.154 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4661 | 2024-12-19T21:39:34.543Z | [ recovery-image] Dec 19 21:39:32.206 INFO O| Dec 19 21:39:32.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4662 | 2024-12-19T21:39:34.546Z | [ recovery-image] Dec 19 21:39:32.206 INFO O| Dec 19 21:39:32.206 INFO STEP 105 (remove_files) COMPLETE |
4663 | 2024-12-19T21:39:34.546Z | [ recovery-image] Dec 19 21:39:32.206 INFO O| Dec 19 21:39:32.206 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4664 | 2024-12-19T21:39:34.567Z | [ recovery-image] Dec 19 21:39:32.230 INFO O| Dec 19 21:39:32.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4665 | 2024-12-19T21:39:34.570Z | [ recovery-image] Dec 19 21:39:32.231 INFO O| Dec 19 21:39:32.231 INFO STEP 106 (remove_files) COMPLETE |
4666 | 2024-12-19T21:39:34.570Z | [ recovery-image] Dec 19 21:39:32.231 INFO O| Dec 19 21:39:32.231 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4667 | 2024-12-19T21:39:34.587Z | [ recovery-image] Dec 19 21:39:32.251 INFO O| Dec 19 21:39:32.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4668 | 2024-12-19T21:39:34.591Z | [ recovery-image] Dec 19 21:39:32.251 INFO O| Dec 19 21:39:32.251 INFO STEP 107 (remove_files) COMPLETE |
4669 | 2024-12-19T21:39:34.591Z | [ recovery-image] Dec 19 21:39:32.251 INFO O| Dec 19 21:39:32.251 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4670 | 2024-12-19T21:39:34.608Z | [ recovery-image] Dec 19 21:39:32.271 INFO O| Dec 19 21:39:32.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4671 | 2024-12-19T21:39:34.611Z | [ recovery-image] Dec 19 21:39:32.271 INFO O| Dec 19 21:39:32.271 INFO STEP 108 (remove_files) COMPLETE |
4672 | 2024-12-19T21:39:34.611Z | [ recovery-image] Dec 19 21:39:32.272 INFO O| Dec 19 21:39:32.271 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4673 | 2024-12-19T21:39:34.638Z | [ recovery-image] Dec 19 21:39:32.301 INFO O| Dec 19 21:39:32.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4674 | 2024-12-19T21:39:34.638Z | [ recovery-image] Dec 19 21:39:32.301 INFO O| Dec 19 21:39:32.301 INFO STEP 109 (remove_files) COMPLETE |
4675 | 2024-12-19T21:39:34.641Z | [ recovery-image] Dec 19 21:39:32.302 INFO O| Dec 19 21:39:32.301 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4676 | 2024-12-19T21:39:34.661Z | [ recovery-image] Dec 19 21:39:32.324 INFO O| Dec 19 21:39:32.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4677 | 2024-12-19T21:39:34.661Z | [ recovery-image] Dec 19 21:39:32.324 INFO O| Dec 19 21:39:32.324 INFO STEP 110 (remove_files) COMPLETE |
4678 | 2024-12-19T21:39:34.661Z | [ recovery-image] Dec 19 21:39:32.324 INFO O| Dec 19 21:39:32.324 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4679 | 2024-12-19T21:39:34.681Z | [ recovery-image] Dec 19 21:39:32.344 INFO O| Dec 19 21:39:32.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4680 | 2024-12-19T21:39:34.681Z | [ recovery-image] Dec 19 21:39:32.344 INFO O| Dec 19 21:39:32.344 INFO STEP 111 (remove_files) COMPLETE |
4681 | 2024-12-19T21:39:34.685Z | [ recovery-image] Dec 19 21:39:32.344 INFO O| Dec 19 21:39:32.344 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4682 | 2024-12-19T21:39:34.710Z | [ recovery-image] Dec 19 21:39:32.373 INFO O| Dec 19 21:39:32.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4683 | 2024-12-19T21:39:34.710Z | [ recovery-image] Dec 19 21:39:32.373 INFO O| Dec 19 21:39:32.373 INFO STEP 112 (remove_files) COMPLETE |
4684 | 2024-12-19T21:39:34.715Z | [ recovery-image] Dec 19 21:39:32.373 INFO O| Dec 19 21:39:32.373 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4685 | 2024-12-19T21:39:34.749Z | [ recovery-image] Dec 19 21:39:32.410 INFO O| Dec 19 21:39:32.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4686 | 2024-12-19T21:39:34.749Z | [ recovery-image] Dec 19 21:39:32.411 INFO O| Dec 19 21:39:32.411 INFO STEP 113 (remove_files) COMPLETE |
4687 | 2024-12-19T21:39:34.753Z | [ recovery-image] Dec 19 21:39:32.411 INFO O| Dec 19 21:39:32.411 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4688 | 2024-12-19T21:39:34.808Z | [ recovery-image] Dec 19 21:39:32.471 INFO O| Dec 19 21:39:32.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4689 | 2024-12-19T21:39:34.808Z | [ recovery-image] Dec 19 21:39:32.471 INFO O| Dec 19 21:39:32.471 INFO STEP 114 (remove_files) COMPLETE |
4690 | 2024-12-19T21:39:34.808Z | [ recovery-image] Dec 19 21:39:32.471 INFO O| Dec 19 21:39:32.471 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4691 | 2024-12-19T21:39:34.830Z | [ recovery-image] Dec 19 21:39:32.493 INFO O| Dec 19 21:39:32.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4692 | 2024-12-19T21:39:34.833Z | [ recovery-image] Dec 19 21:39:32.493 INFO O| Dec 19 21:39:32.493 INFO STEP 115 (remove_files) COMPLETE |
4693 | 2024-12-19T21:39:34.833Z | [ recovery-image] Dec 19 21:39:32.494 INFO O| Dec 19 21:39:32.493 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4694 | 2024-12-19T21:39:34.850Z | [ recovery-image] Dec 19 21:39:32.514 INFO O| Dec 19 21:39:32.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4695 | 2024-12-19T21:39:34.854Z | [ recovery-image] Dec 19 21:39:32.514 INFO O| Dec 19 21:39:32.514 INFO STEP 116 (remove_files) COMPLETE |
4696 | 2024-12-19T21:39:34.854Z | [ recovery-image] Dec 19 21:39:32.514 INFO O| Dec 19 21:39:32.514 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4697 | 2024-12-19T21:39:34.872Z | [ recovery-image] Dec 19 21:39:32.534 INFO O| Dec 19 21:39:32.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4698 | 2024-12-19T21:39:34.875Z | [ recovery-image] Dec 19 21:39:32.535 INFO O| Dec 19 21:39:32.535 INFO STEP 117 (remove_files) COMPLETE |
4699 | 2024-12-19T21:39:34.875Z | [ recovery-image] Dec 19 21:39:32.535 INFO O| Dec 19 21:39:32.535 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4700 | 2024-12-19T21:39:34.891Z | [ recovery-image] Dec 19 21:39:32.554 INFO O| Dec 19 21:39:32.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4701 | 2024-12-19T21:39:34.894Z | [ recovery-image] Dec 19 21:39:32.555 INFO O| Dec 19 21:39:32.555 INFO STEP 118 (remove_files) COMPLETE |
4702 | 2024-12-19T21:39:34.894Z | [ recovery-image] Dec 19 21:39:32.555 INFO O| Dec 19 21:39:32.555 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4703 | 2024-12-19T21:39:34.911Z | [ recovery-image] Dec 19 21:39:32.574 INFO O| Dec 19 21:39:32.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4704 | 2024-12-19T21:39:34.930Z | [ recovery-image] Dec 19 21:39:32.594 INFO O| Dec 19 21:39:32.594 INFO STEP 119 (remove_files) COMPLETE |
4705 | 2024-12-19T21:39:34.931Z | [ recovery-image] Dec 19 21:39:32.594 INFO O| Dec 19 21:39:32.594 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4706 | 2024-12-19T21:39:34.950Z | [ recovery-image] Dec 19 21:39:32.613 INFO O| Dec 19 21:39:32.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4707 | 2024-12-19T21:39:34.950Z | [ recovery-image] Dec 19 21:39:32.613 INFO O| Dec 19 21:39:32.613 INFO STEP 120 (remove_files) COMPLETE |
4708 | 2024-12-19T21:39:34.953Z | [ recovery-image] Dec 19 21:39:32.613 INFO O| Dec 19 21:39:32.613 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4709 | 2024-12-19T21:39:34.970Z | [ recovery-image] Dec 19 21:39:32.633 INFO O| Dec 19 21:39:32.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4710 | 2024-12-19T21:39:34.970Z | [ recovery-image] Dec 19 21:39:32.633 INFO O| Dec 19 21:39:32.633 INFO STEP 121 (remove_files) COMPLETE |
4711 | 2024-12-19T21:39:34.974Z | [ recovery-image] Dec 19 21:39:32.634 INFO O| Dec 19 21:39:32.634 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4712 | 2024-12-19T21:39:34.990Z | [ recovery-image] Dec 19 21:39:32.653 INFO O| Dec 19 21:39:32.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4713 | 2024-12-19T21:39:34.993Z | [ recovery-image] Dec 19 21:39:32.653 INFO O| Dec 19 21:39:32.653 INFO STEP 122 (remove_files) COMPLETE |
4714 | 2024-12-19T21:39:34.993Z | [ recovery-image] Dec 19 21:39:32.653 INFO O| Dec 19 21:39:32.653 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4715 | 2024-12-19T21:39:35.011Z | [ recovery-image] Dec 19 21:39:32.674 INFO O| Dec 19 21:39:32.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4716 | 2024-12-19T21:39:35.015Z | [ recovery-image] Dec 19 21:39:32.674 INFO O| Dec 19 21:39:32.674 INFO STEP 123 (remove_files) COMPLETE |
4717 | 2024-12-19T21:39:35.015Z | [ recovery-image] Dec 19 21:39:32.675 INFO O| Dec 19 21:39:32.674 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4718 | 2024-12-19T21:39:35.048Z | [ recovery-image] Dec 19 21:39:32.710 INFO O| Dec 19 21:39:32.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4719 | 2024-12-19T21:39:35.049Z | [ recovery-image] Dec 19 21:39:32.711 INFO O| Dec 19 21:39:32.710 INFO STEP 124 (remove_files) COMPLETE |
4720 | 2024-12-19T21:39:35.052Z | [ recovery-image] Dec 19 21:39:32.711 INFO O| Dec 19 21:39:32.710 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4721 | 2024-12-19T21:39:35.072Z | [ recovery-image] Dec 19 21:39:32.735 INFO O| Dec 19 21:39:32.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4722 | 2024-12-19T21:39:35.072Z | [ recovery-image] Dec 19 21:39:32.735 INFO O| Dec 19 21:39:32.735 INFO STEP 125 (remove_files) COMPLETE |
4723 | 2024-12-19T21:39:35.075Z | [ recovery-image] Dec 19 21:39:32.735 INFO O| Dec 19 21:39:32.735 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4724 | 2024-12-19T21:39:35.096Z | [ recovery-image] Dec 19 21:39:32.759 INFO O| Dec 19 21:39:32.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4725 | 2024-12-19T21:39:35.096Z | [ recovery-image] Dec 19 21:39:32.759 INFO O| Dec 19 21:39:32.759 INFO STEP 126 (remove_files) COMPLETE |
4726 | 2024-12-19T21:39:35.099Z | [ recovery-image] Dec 19 21:39:32.759 INFO O| Dec 19 21:39:32.759 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4727 | 2024-12-19T21:39:35.122Z | [ recovery-image] Dec 19 21:39:32.784 INFO O| Dec 19 21:39:32.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4728 | 2024-12-19T21:39:35.122Z | [ recovery-image] Dec 19 21:39:32.784 INFO O| Dec 19 21:39:32.784 INFO STEP 127 (remove_files) COMPLETE |
4729 | 2024-12-19T21:39:35.122Z | [ recovery-image] Dec 19 21:39:32.784 INFO O| Dec 19 21:39:32.784 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4730 | 2024-12-19T21:39:35.165Z | [ recovery-image] Dec 19 21:39:32.828 INFO O| Dec 19 21:39:32.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4731 | 2024-12-19T21:39:35.165Z | [ recovery-image] Dec 19 21:39:32.828 INFO O| Dec 19 21:39:32.828 INFO STEP 128 (remove_files) COMPLETE |
4732 | 2024-12-19T21:39:35.165Z | [ recovery-image] Dec 19 21:39:32.828 INFO O| Dec 19 21:39:32.828 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4733 | 2024-12-19T21:39:35.191Z | [ recovery-image] Dec 19 21:39:32.854 INFO O| Dec 19 21:39:32.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4734 | 2024-12-19T21:39:35.191Z | [ recovery-image] Dec 19 21:39:32.855 INFO O| Dec 19 21:39:32.854 INFO STEP 129 (remove_files) COMPLETE |
4735 | 2024-12-19T21:39:35.191Z | [ recovery-image] Dec 19 21:39:32.855 INFO O| Dec 19 21:39:32.854 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4736 | 2024-12-19T21:39:35.287Z | [ recovery-image] Dec 19 21:39:32.950 INFO O| Dec 19 21:39:32.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4737 | 2024-12-19T21:39:35.291Z | [ recovery-image] Dec 19 21:39:32.950 INFO O| Dec 19 21:39:32.950 INFO STEP 130 (remove_files) COMPLETE |
4738 | 2024-12-19T21:39:35.291Z | [ recovery-image] Dec 19 21:39:32.950 INFO O| Dec 19 21:39:32.950 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4739 | 2024-12-19T21:39:35.313Z | [ recovery-image] Dec 19 21:39:32.977 INFO O| Dec 19 21:39:32.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4740 | 2024-12-19T21:39:35.313Z | [ recovery-image] Dec 19 21:39:32.977 INFO O| Dec 19 21:39:32.977 INFO STEP 131 (remove_files) COMPLETE |
4741 | 2024-12-19T21:39:35.316Z | [ recovery-image] Dec 19 21:39:32.977 INFO O| Dec 19 21:39:32.977 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4742 | 2024-12-19T21:39:35.338Z | [ recovery-image] Dec 19 21:39:33.000 INFO O| Dec 19 21:39:33.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4743 | 2024-12-19T21:39:35.338Z | [ recovery-image] Dec 19 21:39:33.000 INFO O| Dec 19 21:39:33.000 INFO STEP 132 (remove_files) COMPLETE |
4744 | 2024-12-19T21:39:35.338Z | [ recovery-image] Dec 19 21:39:33.000 INFO O| Dec 19 21:39:33.000 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4745 | 2024-12-19T21:39:35.361Z | [ recovery-image] Dec 19 21:39:33.023 INFO O| Dec 19 21:39:33.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4746 | 2024-12-19T21:39:35.361Z | [ recovery-image] Dec 19 21:39:33.023 INFO O| Dec 19 21:39:33.023 INFO STEP 133 (remove_files) COMPLETE |
4747 | 2024-12-19T21:39:35.361Z | [ recovery-image] Dec 19 21:39:33.024 INFO O| Dec 19 21:39:33.023 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4748 | 2024-12-19T21:39:35.382Z | [ recovery-image] Dec 19 21:39:33.045 INFO O| Dec 19 21:39:33.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4749 | 2024-12-19T21:39:35.382Z | [ recovery-image] Dec 19 21:39:33.045 INFO O| Dec 19 21:39:33.045 INFO STEP 134 (remove_files) COMPLETE |
4750 | 2024-12-19T21:39:35.382Z | [ recovery-image] Dec 19 21:39:33.045 INFO O| Dec 19 21:39:33.045 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4751 | 2024-12-19T21:39:35.411Z | [ recovery-image] Dec 19 21:39:33.074 INFO O| Dec 19 21:39:33.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4752 | 2024-12-19T21:39:35.411Z | [ recovery-image] Dec 19 21:39:33.074 INFO O| Dec 19 21:39:33.074 INFO STEP 135 (remove_files) COMPLETE |
4753 | 2024-12-19T21:39:35.415Z | [ recovery-image] Dec 19 21:39:33.074 INFO O| Dec 19 21:39:33.074 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4754 | 2024-12-19T21:39:35.501Z | [ recovery-image] Dec 19 21:39:33.164 INFO O| Dec 19 21:39:33.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4755 | 2024-12-19T21:39:35.501Z | [ recovery-image] Dec 19 21:39:33.164 INFO O| Dec 19 21:39:33.164 INFO STEP 136 (remove_files) COMPLETE |
4756 | 2024-12-19T21:39:35.504Z | [ recovery-image] Dec 19 21:39:33.164 INFO O| Dec 19 21:39:33.164 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4757 | 2024-12-19T21:39:35.518Z | [ recovery-image] Dec 19 21:39:33.181 INFO O| Dec 19 21:39:33.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4758 | 2024-12-19T21:39:35.518Z | [ recovery-image] Dec 19 21:39:33.182 INFO O| Dec 19 21:39:33.181 INFO STEP 137 (remove_files) COMPLETE |
4759 | 2024-12-19T21:39:35.518Z | [ recovery-image] Dec 19 21:39:33.182 INFO O| Dec 19 21:39:33.182 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4760 | 2024-12-19T21:39:35.541Z | [ recovery-image] Dec 19 21:39:33.203 INFO O| Dec 19 21:39:33.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4761 | 2024-12-19T21:39:35.541Z | [ recovery-image] Dec 19 21:39:33.203 INFO O| Dec 19 21:39:33.203 INFO STEP 138 (remove_files) COMPLETE |
4762 | 2024-12-19T21:39:35.541Z | [ recovery-image] Dec 19 21:39:33.203 INFO O| Dec 19 21:39:33.203 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4763 | 2024-12-19T21:39:35.597Z | [ recovery-image] Dec 19 21:39:33.259 INFO O| Dec 19 21:39:33.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4764 | 2024-12-19T21:39:35.597Z | [ recovery-image] Dec 19 21:39:33.259 INFO O| Dec 19 21:39:33.259 INFO STEP 139 (remove_files) COMPLETE |
4765 | 2024-12-19T21:39:35.597Z | [ recovery-image] Dec 19 21:39:33.260 INFO O| Dec 19 21:39:33.259 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4766 | 2024-12-19T21:39:35.656Z | [ recovery-image] Dec 19 21:39:33.319 INFO O| Dec 19 21:39:33.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4767 | 2024-12-19T21:39:35.656Z | [ recovery-image] Dec 19 21:39:33.319 INFO O| Dec 19 21:39:33.319 INFO STEP 140 (remove_files) COMPLETE |
4768 | 2024-12-19T21:39:35.659Z | [ recovery-image] Dec 19 21:39:33.319 INFO O| Dec 19 21:39:33.319 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4769 | 2024-12-19T21:39:35.677Z | [ recovery-image] Dec 19 21:39:33.339 INFO O| Dec 19 21:39:33.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4770 | 2024-12-19T21:39:35.677Z | [ recovery-image] Dec 19 21:39:33.339 INFO O| Dec 19 21:39:33.339 INFO STEP 141 (remove_files) COMPLETE |
4771 | 2024-12-19T21:39:35.677Z | [ recovery-image] Dec 19 21:39:33.339 INFO O| Dec 19 21:39:33.339 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4772 | 2024-12-19T21:39:35.734Z | [ recovery-image] Dec 19 21:39:33.397 INFO O| Dec 19 21:39:33.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4773 | 2024-12-19T21:39:35.735Z | [ recovery-image] Dec 19 21:39:33.398 INFO O| Dec 19 21:39:33.398 INFO STEP 142 (remove_files) COMPLETE |
4774 | 2024-12-19T21:39:35.737Z | [ recovery-image] Dec 19 21:39:33.398 INFO O| Dec 19 21:39:33.398 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4775 | 2024-12-19T21:39:35.757Z | [ recovery-image] Dec 19 21:39:33.420 INFO O| Dec 19 21:39:33.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4776 | 2024-12-19T21:39:35.757Z | [ recovery-image] Dec 19 21:39:33.420 INFO O| Dec 19 21:39:33.420 INFO STEP 143 (remove_files) COMPLETE |
4777 | 2024-12-19T21:39:35.760Z | [ recovery-image] Dec 19 21:39:33.420 INFO O| Dec 19 21:39:33.420 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4778 | 2024-12-19T21:39:35.778Z | [ recovery-image] Dec 19 21:39:33.440 INFO O| Dec 19 21:39:33.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4779 | 2024-12-19T21:39:35.778Z | [ recovery-image] Dec 19 21:39:33.441 INFO O| Dec 19 21:39:33.441 INFO STEP 144 (remove_files) COMPLETE |
4780 | 2024-12-19T21:39:35.781Z | [ recovery-image] Dec 19 21:39:33.441 INFO O| Dec 19 21:39:33.441 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4781 | 2024-12-19T21:39:35.797Z | [ recovery-image] Dec 19 21:39:33.460 INFO O| Dec 19 21:39:33.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4782 | 2024-12-19T21:39:35.814Z | [ recovery-image] Dec 19 21:39:33.476 INFO O| Dec 19 21:39:33.476 INFO STEP 145 (remove_files) COMPLETE |
4783 | 2024-12-19T21:39:35.814Z | [ recovery-image] Dec 19 21:39:33.476 INFO O| Dec 19 21:39:33.476 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4784 | 2024-12-19T21:39:35.851Z | [ recovery-image] Dec 19 21:39:33.514 INFO O| Dec 19 21:39:33.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4785 | 2024-12-19T21:39:35.851Z | [ recovery-image] Dec 19 21:39:33.514 INFO O| Dec 19 21:39:33.514 INFO STEP 146 (remove_files) COMPLETE |
4786 | 2024-12-19T21:39:35.854Z | [ recovery-image] Dec 19 21:39:33.514 INFO O| Dec 19 21:39:33.514 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4787 | 2024-12-19T21:39:35.870Z | [ recovery-image] Dec 19 21:39:33.533 INFO O| Dec 19 21:39:33.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4788 | 2024-12-19T21:39:35.870Z | [ recovery-image] Dec 19 21:39:33.533 INFO O| Dec 19 21:39:33.533 INFO STEP 147 (remove_files) COMPLETE |
4789 | 2024-12-19T21:39:35.870Z | [ recovery-image] Dec 19 21:39:33.533 INFO O| Dec 19 21:39:33.533 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4790 | 2024-12-19T21:39:35.957Z | [ recovery-image] Dec 19 21:39:33.620 INFO O| Dec 19 21:39:33.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4791 | 2024-12-19T21:39:35.957Z | [ recovery-image] Dec 19 21:39:33.620 INFO O| Dec 19 21:39:33.620 INFO STEP 148 (remove_files) COMPLETE |
4792 | 2024-12-19T21:39:35.957Z | [ recovery-image] Dec 19 21:39:33.620 INFO O| Dec 19 21:39:33.620 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4793 | 2024-12-19T21:39:35.989Z | [ recovery-image] Dec 19 21:39:33.652 INFO O| Dec 19 21:39:33.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4794 | 2024-12-19T21:39:35.989Z | [ recovery-image] Dec 19 21:39:33.652 INFO O| Dec 19 21:39:33.652 INFO STEP 149 (remove_files) COMPLETE |
4795 | 2024-12-19T21:39:35.992Z | [ recovery-image] Dec 19 21:39:33.652 INFO O| Dec 19 21:39:33.652 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4796 | 2024-12-19T21:39:36.052Z | [ recovery-image] Dec 19 21:39:33.715 INFO O| Dec 19 21:39:33.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4797 | 2024-12-19T21:39:36.052Z | [ recovery-image] Dec 19 21:39:33.715 INFO O| Dec 19 21:39:33.715 INFO STEP 150 (remove_files) COMPLETE |
4798 | 2024-12-19T21:39:36.052Z | [ recovery-image] Dec 19 21:39:33.715 INFO O| Dec 19 21:39:33.715 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4799 | 2024-12-19T21:39:36.077Z | [ recovery-image] Dec 19 21:39:33.740 INFO O| Dec 19 21:39:33.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4800 | 2024-12-19T21:39:36.077Z | [ recovery-image] Dec 19 21:39:33.740 INFO O| Dec 19 21:39:33.740 INFO STEP 151 (remove_files) COMPLETE |
4801 | 2024-12-19T21:39:36.077Z | [ recovery-image] Dec 19 21:39:33.740 INFO O| Dec 19 21:39:33.740 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4802 | 2024-12-19T21:39:36.117Z | [ recovery-image] Dec 19 21:39:33.780 INFO O| Dec 19 21:39:33.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4803 | 2024-12-19T21:39:36.117Z | [ recovery-image] Dec 19 21:39:33.780 INFO O| Dec 19 21:39:33.780 INFO STEP 152 (remove_files) COMPLETE |
4804 | 2024-12-19T21:39:36.120Z | [ recovery-image] Dec 19 21:39:33.780 INFO O| Dec 19 21:39:33.780 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4805 | 2024-12-19T21:39:36.143Z | [ recovery-image] Dec 19 21:39:33.805 INFO O| Dec 19 21:39:33.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4806 | 2024-12-19T21:39:36.143Z | [ recovery-image] Dec 19 21:39:33.805 INFO O| Dec 19 21:39:33.805 INFO STEP 153 (remove_files) COMPLETE |
4807 | 2024-12-19T21:39:36.145Z | [ recovery-image] Dec 19 21:39:33.806 INFO O| Dec 19 21:39:33.805 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4808 | 2024-12-19T21:39:36.166Z | [ recovery-image] Dec 19 21:39:33.829 INFO O| Dec 19 21:39:33.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4809 | 2024-12-19T21:39:36.167Z | [ recovery-image] Dec 19 21:39:33.829 INFO O| Dec 19 21:39:33.829 INFO STEP 154 (remove_files) COMPLETE |
4810 | 2024-12-19T21:39:36.171Z | [ recovery-image] Dec 19 21:39:33.830 INFO O| Dec 19 21:39:33.829 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4811 | 2024-12-19T21:39:36.191Z | [ recovery-image] Dec 19 21:39:33.854 INFO O| Dec 19 21:39:33.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4812 | 2024-12-19T21:39:36.191Z | [ recovery-image] Dec 19 21:39:33.854 INFO O| Dec 19 21:39:33.854 INFO STEP 155 (remove_files) COMPLETE |
4813 | 2024-12-19T21:39:36.191Z | [ recovery-image] Dec 19 21:39:33.854 INFO O| Dec 19 21:39:33.854 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4814 | 2024-12-19T21:39:36.270Z | [ recovery-image] Dec 19 21:39:33.933 INFO O| Dec 19 21:39:33.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4815 | 2024-12-19T21:39:36.271Z | [ recovery-image] Dec 19 21:39:33.933 INFO O| Dec 19 21:39:33.933 INFO STEP 156 (remove_files) COMPLETE |
4816 | 2024-12-19T21:39:36.271Z | [ recovery-image] Dec 19 21:39:33.933 INFO O| Dec 19 21:39:33.933 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4817 | 2024-12-19T21:39:36.338Z | [ recovery-image] Dec 19 21:39:34.001 INFO O| Dec 19 21:39:34.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4818 | 2024-12-19T21:39:36.338Z | [ recovery-image] Dec 19 21:39:34.001 INFO O| Dec 19 21:39:34.001 INFO STEP 157 (remove_files) COMPLETE |
4819 | 2024-12-19T21:39:36.341Z | [ recovery-image] Dec 19 21:39:34.001 INFO O| Dec 19 21:39:34.001 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4820 | 2024-12-19T21:39:36.376Z | [ host-image] Dec 19 21:39:34.038 INFO O| Dec 19 21:39:34.038 INFO O| Done |
4821 | 2024-12-19T21:39:36.381Z | [ recovery-image] Dec 19 21:39:34.044 INFO O| Dec 19 21:39:34.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4822 | 2024-12-19T21:39:36.401Z | [ recovery-image] Dec 19 21:39:34.064 INFO O| Dec 19 21:39:34.064 INFO STEP 158 (remove_files) COMPLETE |
4823 | 2024-12-19T21:39:36.401Z | [ recovery-image] Dec 19 21:39:34.064 INFO O| Dec 19 21:39:34.064 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4824 | 2024-12-19T21:39:36.424Z | [ recovery-image] Dec 19 21:39:34.086 INFO O| Dec 19 21:39:34.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4825 | 2024-12-19T21:39:36.427Z | [ recovery-image] Dec 19 21:39:34.087 INFO O| Dec 19 21:39:34.087 INFO STEP 159 (remove_files) COMPLETE |
4826 | 2024-12-19T21:39:36.427Z | [ recovery-image] Dec 19 21:39:34.087 INFO O| Dec 19 21:39:34.087 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4827 | 2024-12-19T21:39:36.442Z | [ host-image] Dec 19 21:39:34.105 INFO O| Dec 19 21:39:34.105 INFO O| Done |
4828 | 2024-12-19T21:39:36.445Z | [ host-image] Dec 19 21:39:34.105 INFO O| Dec 19 21:39:34.105 INFO O| Done |
4829 | 2024-12-19T21:39:36.459Z | [ recovery-image] Dec 19 21:39:34.121 INFO O| Dec 19 21:39:34.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4830 | 2024-12-19T21:39:36.460Z | [ recovery-image] Dec 19 21:39:34.121 INFO O| Dec 19 21:39:34.121 INFO STEP 160 (remove_files) COMPLETE |
4831 | 2024-12-19T21:39:36.460Z | [ recovery-image] Dec 19 21:39:34.121 INFO O| Dec 19 21:39:34.121 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4832 | 2024-12-19T21:39:36.493Z | [ recovery-image] Dec 19 21:39:34.156 INFO O| Dec 19 21:39:34.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4833 | 2024-12-19T21:39:36.493Z | [ recovery-image] Dec 19 21:39:34.156 INFO O| Dec 19 21:39:34.156 INFO STEP 161 (remove_files) COMPLETE |
4834 | 2024-12-19T21:39:36.493Z | [ recovery-image] Dec 19 21:39:34.156 INFO O| Dec 19 21:39:34.156 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4835 | 2024-12-19T21:39:36.513Z | [ host-image] Dec 19 21:39:34.175 INFO O| Dec 19 21:39:34.175 INFO O| Done |
4836 | 2024-12-19T21:39:36.524Z | [ recovery-image] Dec 19 21:39:34.186 INFO O| Dec 19 21:39:34.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4837 | 2024-12-19T21:39:36.524Z | [ recovery-image] Dec 19 21:39:34.186 INFO O| Dec 19 21:39:34.186 INFO STEP 162 (remove_files) COMPLETE |
4838 | 2024-12-19T21:39:36.527Z | [ recovery-image] Dec 19 21:39:34.186 INFO O| Dec 19 21:39:34.186 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4839 | 2024-12-19T21:39:36.569Z | [ recovery-image] Dec 19 21:39:34.231 INFO O| Dec 19 21:39:34.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4840 | 2024-12-19T21:39:36.569Z | [ recovery-image] Dec 19 21:39:34.231 INFO O| Dec 19 21:39:34.231 INFO STEP 163 (remove_files) COMPLETE |
4841 | 2024-12-19T21:39:36.572Z | [ recovery-image] Dec 19 21:39:34.231 INFO O| Dec 19 21:39:34.231 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4842 | 2024-12-19T21:39:36.589Z | [ recovery-image] Dec 19 21:39:34.251 INFO O| Dec 19 21:39:34.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4843 | 2024-12-19T21:39:36.589Z | [ recovery-image] Dec 19 21:39:34.251 INFO O| Dec 19 21:39:34.251 INFO STEP 164 (remove_files) COMPLETE |
4844 | 2024-12-19T21:39:36.589Z | [ recovery-image] Dec 19 21:39:34.251 INFO O| Dec 19 21:39:34.251 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4845 | 2024-12-19T21:39:36.645Z | [ recovery-image] Dec 19 21:39:34.307 INFO O| Dec 19 21:39:34.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4846 | 2024-12-19T21:39:36.645Z | [ recovery-image] Dec 19 21:39:34.307 INFO O| Dec 19 21:39:34.306 INFO STEP 165 (remove_files) COMPLETE |
4847 | 2024-12-19T21:39:36.645Z | [ recovery-image] Dec 19 21:39:34.307 INFO O| Dec 19 21:39:34.306 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4848 | 2024-12-19T21:39:36.665Z | [ recovery-image] Dec 19 21:39:34.326 INFO O| Dec 19 21:39:34.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4849 | 2024-12-19T21:39:36.665Z | [ recovery-image] Dec 19 21:39:34.327 INFO O| Dec 19 21:39:34.326 INFO STEP 166 (remove_files) COMPLETE |
4850 | 2024-12-19T21:39:36.665Z | [ recovery-image] Dec 19 21:39:34.327 INFO O| Dec 19 21:39:34.326 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4851 | 2024-12-19T21:39:36.685Z | [ recovery-image] Dec 19 21:39:34.346 INFO O| Dec 19 21:39:34.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4852 | 2024-12-19T21:39:36.685Z | [ recovery-image] Dec 19 21:39:34.347 INFO O| Dec 19 21:39:34.347 INFO STEP 167 (remove_files) COMPLETE |
4853 | 2024-12-19T21:39:36.685Z | [ recovery-image] Dec 19 21:39:34.347 INFO O| Dec 19 21:39:34.347 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4854 | 2024-12-19T21:39:36.704Z | [ recovery-image] Dec 19 21:39:34.365 INFO O| Dec 19 21:39:34.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4855 | 2024-12-19T21:39:36.704Z | [ recovery-image] Dec 19 21:39:34.366 INFO O| Dec 19 21:39:34.366 INFO STEP 168 (remove_files) COMPLETE |
4856 | 2024-12-19T21:39:36.704Z | [ recovery-image] Dec 19 21:39:34.366 INFO O| Dec 19 21:39:34.366 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4857 | 2024-12-19T21:39:36.719Z | [ host-image] Dec 19 21:39:34.382 INFO O| Dec 19 21:39:34.382 INFO STEP 13 (pkg_install) COMPLETE |
4858 | 2024-12-19T21:39:36.720Z | [ host-image] Dec 19 21:39:34.382 INFO O| Dec 19 21:39:34.382 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4859 | 2024-12-19T21:39:36.738Z | [ host-image] Dec 19 21:39:34.400 INFO O| Dec 19 21:39:34.400 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
4860 | 2024-12-19T21:39:36.746Z | [ recovery-image] Dec 19 21:39:34.408 INFO O| Dec 19 21:39:34.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4861 | 2024-12-19T21:39:36.749Z | [ recovery-image] Dec 19 21:39:34.409 INFO O| Dec 19 21:39:34.409 INFO STEP 169 (remove_files) COMPLETE |
4862 | 2024-12-19T21:39:36.749Z | [ recovery-image] Dec 19 21:39:34.409 INFO O| Dec 19 21:39:34.409 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4863 | 2024-12-19T21:39:36.784Z | [ recovery-image] Dec 19 21:39:34.446 INFO O| Dec 19 21:39:34.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4864 | 2024-12-19T21:39:36.787Z | [ recovery-image] Dec 19 21:39:34.446 INFO O| Dec 19 21:39:34.446 INFO STEP 170 (remove_files) COMPLETE |
4865 | 2024-12-19T21:39:36.787Z | [ recovery-image] Dec 19 21:39:34.446 INFO O| Dec 19 21:39:34.446 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4866 | 2024-12-19T21:39:36.802Z | [ recovery-image] Dec 19 21:39:34.464 INFO O| Dec 19 21:39:34.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4867 | 2024-12-19T21:39:36.810Z | [ recovery-image] Dec 19 21:39:34.464 INFO O| Dec 19 21:39:34.464 INFO STEP 171 (remove_files) COMPLETE |
4868 | 2024-12-19T21:39:36.810Z | [ recovery-image] Dec 19 21:39:34.464 INFO O| Dec 19 21:39:34.464 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4869 | 2024-12-19T21:39:36.820Z | [ recovery-image] Dec 19 21:39:34.481 INFO O| Dec 19 21:39:34.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4870 | 2024-12-19T21:39:36.823Z | [ recovery-image] Dec 19 21:39:34.482 INFO O| Dec 19 21:39:34.482 INFO STEP 172 (remove_files) COMPLETE |
4871 | 2024-12-19T21:39:36.823Z | [ recovery-image] Dec 19 21:39:34.482 INFO O| Dec 19 21:39:34.482 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4872 | 2024-12-19T21:39:36.837Z | [ recovery-image] Dec 19 21:39:34.499 INFO O| Dec 19 21:39:34.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4873 | 2024-12-19T21:39:36.841Z | [ recovery-image] Dec 19 21:39:34.500 INFO O| Dec 19 21:39:34.500 INFO STEP 173 (remove_files) COMPLETE |
4874 | 2024-12-19T21:39:36.841Z | [ recovery-image] Dec 19 21:39:34.500 INFO O| Dec 19 21:39:34.500 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4875 | 2024-12-19T21:39:36.856Z | [ recovery-image] Dec 19 21:39:34.518 INFO O| Dec 19 21:39:34.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4876 | 2024-12-19T21:39:36.861Z | [ recovery-image] Dec 19 21:39:34.519 INFO O| Dec 19 21:39:34.519 INFO STEP 174 (remove_files) COMPLETE |
4877 | 2024-12-19T21:39:36.861Z | [ recovery-image] Dec 19 21:39:34.519 INFO O| Dec 19 21:39:34.519 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4878 | 2024-12-19T21:39:36.875Z | [ recovery-image] Dec 19 21:39:34.538 INFO O| Dec 19 21:39:34.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4879 | 2024-12-19T21:39:36.878Z | [ recovery-image] Dec 19 21:39:34.538 INFO O| Dec 19 21:39:34.538 INFO STEP 175 (remove_files) COMPLETE |
4880 | 2024-12-19T21:39:36.878Z | [ recovery-image] Dec 19 21:39:34.538 INFO O| Dec 19 21:39:34.538 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4881 | 2024-12-19T21:39:36.894Z | [ recovery-image] Dec 19 21:39:34.557 INFO O| Dec 19 21:39:34.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4882 | 2024-12-19T21:39:36.920Z | [ recovery-image] Dec 19 21:39:34.581 INFO O| Dec 19 21:39:34.581 INFO STEP 176 (remove_files) COMPLETE |
4883 | 2024-12-19T21:39:36.924Z | [ recovery-image] Dec 19 21:39:34.581 INFO O| Dec 19 21:39:34.581 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4884 | 2024-12-19T21:39:36.938Z | [ recovery-image] Dec 19 21:39:34.600 INFO O| Dec 19 21:39:34.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4885 | 2024-12-19T21:39:36.943Z | [ recovery-image] Dec 19 21:39:34.601 INFO O| Dec 19 21:39:34.601 INFO STEP 177 (remove_files) COMPLETE |
4886 | 2024-12-19T21:39:36.943Z | [ recovery-image] Dec 19 21:39:34.601 INFO O| Dec 19 21:39:34.601 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4887 | 2024-12-19T21:39:36.957Z | [ recovery-image] Dec 19 21:39:34.619 INFO O| Dec 19 21:39:34.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4888 | 2024-12-19T21:39:36.961Z | [ recovery-image] Dec 19 21:39:34.620 INFO O| Dec 19 21:39:34.620 INFO STEP 178 (remove_files) COMPLETE |
4889 | 2024-12-19T21:39:36.961Z | [ recovery-image] Dec 19 21:39:34.620 INFO O| Dec 19 21:39:34.620 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4890 | 2024-12-19T21:39:36.983Z | [ recovery-image] Dec 19 21:39:34.645 INFO O| Dec 19 21:39:34.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4891 | 2024-12-19T21:39:36.983Z | [ recovery-image] Dec 19 21:39:34.645 INFO O| Dec 19 21:39:34.645 INFO STEP 179 (remove_files) COMPLETE |
4892 | 2024-12-19T21:39:36.986Z | [ recovery-image] Dec 19 21:39:34.645 INFO O| Dec 19 21:39:34.645 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4893 | 2024-12-19T21:39:37.010Z | [ recovery-image] Dec 19 21:39:34.672 INFO O| Dec 19 21:39:34.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4894 | 2024-12-19T21:39:37.013Z | [ recovery-image] Dec 19 21:39:34.672 INFO O| Dec 19 21:39:34.672 INFO STEP 180 (remove_files) COMPLETE |
4895 | 2024-12-19T21:39:37.013Z | [ recovery-image] Dec 19 21:39:34.672 INFO O| Dec 19 21:39:34.672 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4896 | 2024-12-19T21:39:37.036Z | [ recovery-image] Dec 19 21:39:34.698 INFO O| Dec 19 21:39:34.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4897 | 2024-12-19T21:39:37.038Z | [ recovery-image] Dec 19 21:39:34.698 INFO O| Dec 19 21:39:34.698 INFO STEP 181 (remove_files) COMPLETE |
4898 | 2024-12-19T21:39:37.042Z | [ recovery-image] Dec 19 21:39:34.698 INFO O| Dec 19 21:39:34.698 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4899 | 2024-12-19T21:39:37.063Z | [ recovery-image] Dec 19 21:39:34.724 INFO O| Dec 19 21:39:34.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4900 | 2024-12-19T21:39:37.063Z | [ recovery-image] Dec 19 21:39:34.724 INFO O| Dec 19 21:39:34.724 INFO STEP 182 (remove_files) COMPLETE |
4901 | 2024-12-19T21:39:37.063Z | [ recovery-image] Dec 19 21:39:34.724 INFO O| Dec 19 21:39:34.724 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4902 | 2024-12-19T21:39:37.101Z | [ recovery-image] Dec 19 21:39:34.762 INFO O| Dec 19 21:39:34.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4903 | 2024-12-19T21:39:37.101Z | [ recovery-image] Dec 19 21:39:34.762 INFO O| Dec 19 21:39:34.762 INFO STEP 183 (remove_files) COMPLETE |
4904 | 2024-12-19T21:39:37.101Z | [ recovery-image] Dec 19 21:39:34.762 INFO O| Dec 19 21:39:34.762 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4905 | 2024-12-19T21:39:37.159Z | [ recovery-image] Dec 19 21:39:34.821 INFO O| Dec 19 21:39:34.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4906 | 2024-12-19T21:39:37.159Z | [ recovery-image] Dec 19 21:39:34.821 INFO O| Dec 19 21:39:34.821 INFO STEP 184 (remove_files) COMPLETE |
4907 | 2024-12-19T21:39:37.159Z | [ recovery-image] Dec 19 21:39:34.821 INFO O| Dec 19 21:39:34.821 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4908 | 2024-12-19T21:39:37.182Z | [ recovery-image] Dec 19 21:39:34.844 INFO O| Dec 19 21:39:34.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4909 | 2024-12-19T21:39:37.182Z | [ recovery-image] Dec 19 21:39:34.844 INFO O| Dec 19 21:39:34.844 INFO STEP 185 (remove_files) COMPLETE |
4910 | 2024-12-19T21:39:37.182Z | [ recovery-image] Dec 19 21:39:34.844 INFO O| Dec 19 21:39:34.844 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4911 | 2024-12-19T21:39:37.240Z | [ recovery-image] Dec 19 21:39:34.902 INFO O| Dec 19 21:39:34.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4912 | 2024-12-19T21:39:37.240Z | [ recovery-image] Dec 19 21:39:34.902 INFO O| Dec 19 21:39:34.902 INFO STEP 186 (remove_files) COMPLETE |
4913 | 2024-12-19T21:39:37.240Z | [ recovery-image] Dec 19 21:39:34.902 INFO O| Dec 19 21:39:34.902 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4914 | 2024-12-19T21:39:37.268Z | [ recovery-image] Dec 19 21:39:34.930 INFO O| Dec 19 21:39:34.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4915 | 2024-12-19T21:39:37.268Z | [ recovery-image] Dec 19 21:39:34.930 INFO O| Dec 19 21:39:34.930 INFO STEP 187 (remove_files) COMPLETE |
4916 | 2024-12-19T21:39:37.268Z | [ recovery-image] Dec 19 21:39:34.930 INFO O| Dec 19 21:39:34.930 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4917 | 2024-12-19T21:39:37.309Z | [ recovery-image] Dec 19 21:39:34.971 INFO O| Dec 19 21:39:34.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4918 | 2024-12-19T21:39:37.309Z | [ recovery-image] Dec 19 21:39:34.971 INFO O| Dec 19 21:39:34.971 INFO STEP 188 (remove_files) COMPLETE |
4919 | 2024-12-19T21:39:37.309Z | [ recovery-image] Dec 19 21:39:34.971 INFO O| Dec 19 21:39:34.971 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4920 | 2024-12-19T21:39:37.375Z | [ recovery-image] Dec 19 21:39:35.037 INFO O| Dec 19 21:39:35.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4921 | 2024-12-19T21:39:37.378Z | [ recovery-image] Dec 19 21:39:35.037 INFO O| Dec 19 21:39:35.037 INFO STEP 189 (remove_files) COMPLETE |
4922 | 2024-12-19T21:39:37.378Z | [ recovery-image] Dec 19 21:39:35.038 INFO O| Dec 19 21:39:35.037 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4923 | 2024-12-19T21:39:37.423Z | [ recovery-image] Dec 19 21:39:35.085 INFO O| Dec 19 21:39:35.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4924 | 2024-12-19T21:39:37.426Z | [ recovery-image] Dec 19 21:39:35.086 INFO O| Dec 19 21:39:35.086 INFO STEP 190 (remove_files) COMPLETE |
4925 | 2024-12-19T21:39:37.426Z | [ recovery-image] Dec 19 21:39:35.086 INFO O| Dec 19 21:39:35.086 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4926 | 2024-12-19T21:39:37.448Z | [ recovery-image] Dec 19 21:39:35.111 INFO O| Dec 19 21:39:35.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4927 | 2024-12-19T21:39:37.448Z | [ recovery-image] Dec 19 21:39:35.111 INFO O| Dec 19 21:39:35.111 INFO STEP 191 (remove_files) COMPLETE |
4928 | 2024-12-19T21:39:37.448Z | [ recovery-image] Dec 19 21:39:35.111 INFO O| Dec 19 21:39:35.111 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4929 | 2024-12-19T21:39:37.500Z | [ recovery-image] Dec 19 21:39:35.162 INFO O| Dec 19 21:39:35.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4930 | 2024-12-19T21:39:37.500Z | [ recovery-image] Dec 19 21:39:35.162 INFO O| Dec 19 21:39:35.162 INFO STEP 192 (remove_files) COMPLETE |
4931 | 2024-12-19T21:39:37.500Z | [ recovery-image] Dec 19 21:39:35.162 INFO O| Dec 19 21:39:35.162 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4932 | 2024-12-19T21:39:37.519Z | [ recovery-image] Dec 19 21:39:35.181 INFO O| Dec 19 21:39:35.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4933 | 2024-12-19T21:39:37.519Z | [ recovery-image] Dec 19 21:39:35.181 INFO O| Dec 19 21:39:35.181 INFO STEP 193 (remove_files) COMPLETE |
4934 | 2024-12-19T21:39:37.522Z | [ recovery-image] Dec 19 21:39:35.181 INFO O| Dec 19 21:39:35.181 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4935 | 2024-12-19T21:39:37.559Z | [ recovery-image] Dec 19 21:39:35.221 INFO O| Dec 19 21:39:35.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4936 | 2024-12-19T21:39:37.559Z | [ recovery-image] Dec 19 21:39:35.221 INFO O| Dec 19 21:39:35.221 INFO STEP 194 (remove_files) COMPLETE |
4937 | 2024-12-19T21:39:37.564Z | [ recovery-image] Dec 19 21:39:35.221 INFO O| Dec 19 21:39:35.221 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4938 | 2024-12-19T21:39:37.579Z | [ recovery-image] Dec 19 21:39:35.241 INFO O| Dec 19 21:39:35.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4939 | 2024-12-19T21:39:37.579Z | [ recovery-image] Dec 19 21:39:35.241 INFO O| Dec 19 21:39:35.241 INFO STEP 195 (remove_files) COMPLETE |
4940 | 2024-12-19T21:39:37.583Z | [ recovery-image] Dec 19 21:39:35.241 INFO O| Dec 19 21:39:35.241 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4941 | 2024-12-19T21:39:37.598Z | [ recovery-image] Dec 19 21:39:35.260 INFO O| Dec 19 21:39:35.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4942 | 2024-12-19T21:39:37.598Z | [ recovery-image] Dec 19 21:39:35.260 INFO O| Dec 19 21:39:35.260 INFO STEP 196 (remove_files) COMPLETE |
4943 | 2024-12-19T21:39:37.598Z | [ recovery-image] Dec 19 21:39:35.260 INFO O| Dec 19 21:39:35.260 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4944 | 2024-12-19T21:39:37.615Z | [ recovery-image] Dec 19 21:39:35.277 INFO O| Dec 19 21:39:35.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4945 | 2024-12-19T21:39:37.615Z | [ recovery-image] Dec 19 21:39:35.278 INFO O| Dec 19 21:39:35.278 INFO STEP 197 (remove_files) COMPLETE |
4946 | 2024-12-19T21:39:37.618Z | [ recovery-image] Dec 19 21:39:35.278 INFO O| Dec 19 21:39:35.278 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4947 | 2024-12-19T21:39:37.633Z | [ recovery-image] Dec 19 21:39:35.295 INFO O| Dec 19 21:39:35.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4948 | 2024-12-19T21:39:37.633Z | [ recovery-image] Dec 19 21:39:35.295 INFO O| Dec 19 21:39:35.295 INFO STEP 198 (remove_files) COMPLETE |
4949 | 2024-12-19T21:39:37.633Z | [ recovery-image] Dec 19 21:39:35.295 INFO O| Dec 19 21:39:35.295 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4950 | 2024-12-19T21:39:37.697Z | [ recovery-image] Dec 19 21:39:35.358 INFO O| Dec 19 21:39:35.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4951 | 2024-12-19T21:39:37.700Z | [ recovery-image] Dec 19 21:39:35.358 INFO O| Dec 19 21:39:35.358 INFO STEP 199 (remove_files) COMPLETE |
4952 | 2024-12-19T21:39:37.700Z | [ recovery-image] Dec 19 21:39:35.358 INFO O| Dec 19 21:39:35.358 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4953 | 2024-12-19T21:39:37.719Z | [ recovery-image] Dec 19 21:39:35.381 INFO O| Dec 19 21:39:35.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4954 | 2024-12-19T21:39:37.722Z | [ recovery-image] Dec 19 21:39:35.381 INFO O| Dec 19 21:39:35.381 INFO STEP 200 (remove_files) COMPLETE |
4955 | 2024-12-19T21:39:37.722Z | [ recovery-image] Dec 19 21:39:35.381 INFO O| Dec 19 21:39:35.381 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4956 | 2024-12-19T21:39:37.745Z | [ recovery-image] Dec 19 21:39:35.407 INFO O| Dec 19 21:39:35.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4957 | 2024-12-19T21:39:37.748Z | [ recovery-image] Dec 19 21:39:35.407 INFO O| Dec 19 21:39:35.407 INFO STEP 201 (remove_files) COMPLETE |
4958 | 2024-12-19T21:39:37.748Z | [ recovery-image] Dec 19 21:39:35.408 INFO O| Dec 19 21:39:35.407 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4959 | 2024-12-19T21:39:37.811Z | [ recovery-image] Dec 19 21:39:35.473 INFO O| Dec 19 21:39:35.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4960 | 2024-12-19T21:39:37.814Z | [ recovery-image] Dec 19 21:39:35.473 INFO O| Dec 19 21:39:35.473 INFO STEP 202 (remove_files) COMPLETE |
4961 | 2024-12-19T21:39:37.814Z | [ recovery-image] Dec 19 21:39:35.473 INFO O| Dec 19 21:39:35.473 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4962 | 2024-12-19T21:39:37.833Z | [ recovery-image] Dec 19 21:39:35.495 INFO O| Dec 19 21:39:35.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4963 | 2024-12-19T21:39:37.836Z | [ recovery-image] Dec 19 21:39:35.495 INFO O| Dec 19 21:39:35.495 INFO STEP 203 (remove_files) COMPLETE |
4964 | 2024-12-19T21:39:37.836Z | [ recovery-image] Dec 19 21:39:35.495 INFO O| Dec 19 21:39:35.495 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4965 | 2024-12-19T21:39:37.853Z | [ recovery-image] Dec 19 21:39:35.515 INFO O| Dec 19 21:39:35.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4966 | 2024-12-19T21:39:37.858Z | [ recovery-image] Dec 19 21:39:35.516 INFO O| Dec 19 21:39:35.516 INFO STEP 204 (remove_files) COMPLETE |
4967 | 2024-12-19T21:39:37.858Z | [ recovery-image] Dec 19 21:39:35.516 INFO O| Dec 19 21:39:35.516 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4968 | 2024-12-19T21:39:37.876Z | [ recovery-image] Dec 19 21:39:35.536 INFO O| Dec 19 21:39:35.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4969 | 2024-12-19T21:39:37.878Z | [ recovery-image] Dec 19 21:39:35.536 INFO O| Dec 19 21:39:35.536 INFO STEP 205 (remove_files) COMPLETE |
4970 | 2024-12-19T21:39:37.878Z | [ recovery-image] Dec 19 21:39:35.536 INFO O| Dec 19 21:39:35.536 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4971 | 2024-12-19T21:39:37.894Z | [ recovery-image] Dec 19 21:39:35.556 INFO O| Dec 19 21:39:35.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4972 | 2024-12-19T21:39:37.897Z | [ recovery-image] Dec 19 21:39:35.556 INFO O| Dec 19 21:39:35.556 INFO STEP 206 (remove_files) COMPLETE |
4973 | 2024-12-19T21:39:37.897Z | [ recovery-image] Dec 19 21:39:35.557 INFO O| Dec 19 21:39:35.557 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4974 | 2024-12-19T21:39:37.913Z | [ recovery-image] Dec 19 21:39:35.575 INFO O| Dec 19 21:39:35.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4975 | 2024-12-19T21:39:37.916Z | [ recovery-image] Dec 19 21:39:35.575 INFO O| Dec 19 21:39:35.575 INFO STEP 207 (remove_files) COMPLETE |
4976 | 2024-12-19T21:39:37.916Z | [ recovery-image] Dec 19 21:39:35.576 INFO O| Dec 19 21:39:35.575 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4977 | 2024-12-19T21:39:37.932Z | [ recovery-image] Dec 19 21:39:35.594 INFO O| Dec 19 21:39:35.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4978 | 2024-12-19T21:39:37.937Z | [ recovery-image] Dec 19 21:39:35.594 INFO O| Dec 19 21:39:35.594 INFO STEP 208 (remove_files) COMPLETE |
4979 | 2024-12-19T21:39:37.937Z | [ recovery-image] Dec 19 21:39:35.594 INFO O| Dec 19 21:39:35.594 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4980 | 2024-12-19T21:39:37.957Z | [ recovery-image] Dec 19 21:39:35.619 INFO O| Dec 19 21:39:35.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4981 | 2024-12-19T21:39:37.961Z | [ recovery-image] Dec 19 21:39:35.622 INFO O| Dec 19 21:39:35.622 INFO STEP 209 (remove_files) COMPLETE |
4982 | 2024-12-19T21:39:37.961Z | [ recovery-image] Dec 19 21:39:35.622 INFO O| Dec 19 21:39:35.622 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4983 | 2024-12-19T21:39:37.991Z | [ recovery-image] Dec 19 21:39:35.652 INFO O| Dec 19 21:39:35.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4984 | 2024-12-19T21:39:37.991Z | [ recovery-image] Dec 19 21:39:35.652 INFO O| Dec 19 21:39:35.652 INFO STEP 210 (remove_files) COMPLETE |
4985 | 2024-12-19T21:39:37.991Z | [ recovery-image] Dec 19 21:39:35.652 INFO O| Dec 19 21:39:35.652 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4986 | 2024-12-19T21:39:38.013Z | [ recovery-image] Dec 19 21:39:35.674 INFO O| Dec 19 21:39:35.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4987 | 2024-12-19T21:39:38.013Z | [ recovery-image] Dec 19 21:39:35.675 INFO O| Dec 19 21:39:35.675 INFO STEP 211 (remove_files) COMPLETE |
4988 | 2024-12-19T21:39:38.013Z | [ recovery-image] Dec 19 21:39:35.675 INFO O| Dec 19 21:39:35.675 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4989 | 2024-12-19T21:39:38.046Z | [ recovery-image] Dec 19 21:39:35.707 INFO O| Dec 19 21:39:35.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4990 | 2024-12-19T21:39:38.046Z | [ recovery-image] Dec 19 21:39:35.707 INFO O| Dec 19 21:39:35.707 INFO STEP 212 (remove_files) COMPLETE |
4991 | 2024-12-19T21:39:38.049Z | [ recovery-image] Dec 19 21:39:35.707 INFO O| Dec 19 21:39:35.707 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4992 | 2024-12-19T21:39:38.121Z | [ recovery-image] Dec 19 21:39:35.782 INFO O| Dec 19 21:39:35.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4993 | 2024-12-19T21:39:38.121Z | [ recovery-image] Dec 19 21:39:35.782 INFO O| Dec 19 21:39:35.782 INFO STEP 213 (remove_files) COMPLETE |
4994 | 2024-12-19T21:39:38.121Z | [ recovery-image] Dec 19 21:39:35.782 INFO O| Dec 19 21:39:35.782 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4995 | 2024-12-19T21:39:38.157Z | [ recovery-image] Dec 19 21:39:35.819 INFO O| Dec 19 21:39:35.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4996 | 2024-12-19T21:39:38.157Z | [ recovery-image] Dec 19 21:39:35.819 INFO O| Dec 19 21:39:35.819 INFO STEP 214 (remove_files) COMPLETE |
4997 | 2024-12-19T21:39:38.157Z | [ recovery-image] Dec 19 21:39:35.819 INFO O| Dec 19 21:39:35.819 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4998 | 2024-12-19T21:39:38.220Z | [ recovery-image] Dec 19 21:39:35.881 INFO O| Dec 19 21:39:35.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4999 | 2024-12-19T21:39:38.220Z | [ recovery-image] Dec 19 21:39:35.881 INFO O| Dec 19 21:39:35.881 INFO STEP 215 (remove_files) COMPLETE |
5000 | 2024-12-19T21:39:38.220Z | [ recovery-image] Dec 19 21:39:35.881 INFO O| Dec 19 21:39:35.881 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5001 | 2024-12-19T21:39:38.251Z | [ host-image] Dec 19 21:39:35.913 INFO O| Dec 19 21:39:35.913 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
5002 | 2024-12-19T21:39:38.336Z | [ recovery-image] Dec 19 21:39:35.998 INFO O| Dec 19 21:39:35.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
5003 | 2024-12-19T21:39:38.336Z | [ recovery-image] Dec 19 21:39:35.998 INFO O| Dec 19 21:39:35.998 INFO STEP 216 (remove_files) COMPLETE |
5004 | 2024-12-19T21:39:38.340Z | [ recovery-image] Dec 19 21:39:35.998 INFO O| Dec 19 21:39:35.998 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5005 | 2024-12-19T21:39:38.362Z | [ recovery-image] Dec 19 21:39:36.023 INFO O| Dec 19 21:39:36.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
5006 | 2024-12-19T21:39:38.362Z | [ recovery-image] Dec 19 21:39:36.024 INFO O| Dec 19 21:39:36.024 INFO STEP 217 (remove_files) COMPLETE |
5007 | 2024-12-19T21:39:38.362Z | [ recovery-image] Dec 19 21:39:36.024 INFO O| Dec 19 21:39:36.024 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5008 | 2024-12-19T21:39:38.427Z | [ recovery-image] Dec 19 21:39:36.089 INFO O| Dec 19 21:39:36.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
5009 | 2024-12-19T21:39:38.427Z | [ recovery-image] Dec 19 21:39:36.089 INFO O| Dec 19 21:39:36.089 INFO STEP 218 (remove_files) COMPLETE |
5010 | 2024-12-19T21:39:38.427Z | [ recovery-image] Dec 19 21:39:36.089 INFO O| Dec 19 21:39:36.089 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5011 | 2024-12-19T21:39:38.462Z | [ recovery-image] Dec 19 21:39:36.123 INFO O| Dec 19 21:39:36.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
5012 | 2024-12-19T21:39:38.462Z | [ recovery-image] Dec 19 21:39:36.123 INFO O| Dec 19 21:39:36.123 INFO STEP 219 (remove_files) COMPLETE |
5013 | 2024-12-19T21:39:38.462Z | [ recovery-image] Dec 19 21:39:36.123 INFO O| Dec 19 21:39:36.123 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5014 | 2024-12-19T21:39:38.491Z | [ recovery-image] Dec 19 21:39:36.153 INFO O| Dec 19 21:39:36.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
5015 | 2024-12-19T21:39:38.491Z | [ recovery-image] Dec 19 21:39:36.153 INFO O| Dec 19 21:39:36.153 INFO STEP 220 (remove_files) COMPLETE |
5016 | 2024-12-19T21:39:38.495Z | [ recovery-image] Dec 19 21:39:36.153 INFO O| Dec 19 21:39:36.153 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5017 | 2024-12-19T21:39:38.511Z | [ recovery-image] Dec 19 21:39:36.172 INFO O| Dec 19 21:39:36.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
5018 | 2024-12-19T21:39:38.511Z | [ recovery-image] Dec 19 21:39:36.173 INFO O| Dec 19 21:39:36.172 INFO STEP 221 (remove_files) COMPLETE |
5019 | 2024-12-19T21:39:38.514Z | [ recovery-image] Dec 19 21:39:36.173 INFO O| Dec 19 21:39:36.173 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5020 | 2024-12-19T21:39:38.561Z | [ recovery-image] Dec 19 21:39:36.223 INFO O| Dec 19 21:39:36.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
5021 | 2024-12-19T21:39:38.561Z | [ recovery-image] Dec 19 21:39:36.223 INFO O| Dec 19 21:39:36.223 INFO STEP 222 (remove_files) COMPLETE |
5022 | 2024-12-19T21:39:38.564Z | [ recovery-image] Dec 19 21:39:36.223 INFO O| Dec 19 21:39:36.223 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5023 | 2024-12-19T21:39:38.583Z | [ recovery-image] Dec 19 21:39:36.244 INFO O| Dec 19 21:39:36.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
5024 | 2024-12-19T21:39:38.583Z | [ recovery-image] Dec 19 21:39:36.244 INFO O| Dec 19 21:39:36.244 INFO STEP 223 (remove_files) COMPLETE |
5025 | 2024-12-19T21:39:38.585Z | [ recovery-image] Dec 19 21:39:36.245 INFO O| Dec 19 21:39:36.244 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5026 | 2024-12-19T21:39:38.604Z | [ recovery-image] Dec 19 21:39:36.266 INFO O| Dec 19 21:39:36.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
5027 | 2024-12-19T21:39:38.604Z | [ recovery-image] Dec 19 21:39:36.266 INFO O| Dec 19 21:39:36.266 INFO STEP 224 (remove_files) COMPLETE |
5028 | 2024-12-19T21:39:38.607Z | [ recovery-image] Dec 19 21:39:36.266 INFO O| Dec 19 21:39:36.266 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5029 | 2024-12-19T21:39:38.637Z | [ recovery-image] Dec 19 21:39:36.298 INFO O| Dec 19 21:39:36.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
5030 | 2024-12-19T21:39:38.638Z | [ recovery-image] Dec 19 21:39:36.298 INFO O| Dec 19 21:39:36.298 INFO STEP 225 (remove_files) COMPLETE |
5031 | 2024-12-19T21:39:38.641Z | [ recovery-image] Dec 19 21:39:36.298 INFO O| Dec 19 21:39:36.298 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5032 | 2024-12-19T21:39:38.694Z | [ recovery-image] Dec 19 21:39:36.355 INFO O| Dec 19 21:39:36.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
5033 | 2024-12-19T21:39:38.694Z | [ recovery-image] Dec 19 21:39:36.355 INFO O| Dec 19 21:39:36.355 INFO STEP 226 (remove_files) COMPLETE |
5034 | 2024-12-19T21:39:38.696Z | [ recovery-image] Dec 19 21:39:36.355 INFO O| Dec 19 21:39:36.355 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5035 | 2024-12-19T21:39:38.754Z | [ recovery-image] Dec 19 21:39:36.415 INFO O| Dec 19 21:39:36.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
5036 | 2024-12-19T21:39:38.754Z | [ recovery-image] Dec 19 21:39:36.415 INFO O| Dec 19 21:39:36.415 INFO STEP 227 (remove_files) COMPLETE |
5037 | 2024-12-19T21:39:38.757Z | [ recovery-image] Dec 19 21:39:36.415 INFO O| Dec 19 21:39:36.415 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5038 | 2024-12-19T21:39:38.814Z | [ recovery-image] Dec 19 21:39:36.475 INFO O| Dec 19 21:39:36.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5039 | 2024-12-19T21:39:38.814Z | [ recovery-image] Dec 19 21:39:36.476 INFO O| Dec 19 21:39:36.475 INFO STEP 228 (remove_files) COMPLETE |
5040 | 2024-12-19T21:39:38.814Z | [ recovery-image] Dec 19 21:39:36.476 INFO O| Dec 19 21:39:36.475 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5041 | 2024-12-19T21:39:38.831Z | [ recovery-image] Dec 19 21:39:36.492 INFO O| Dec 19 21:39:36.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5042 | 2024-12-19T21:39:38.831Z | [ recovery-image] Dec 19 21:39:36.493 INFO O| Dec 19 21:39:36.492 INFO STEP 229 (remove_files) COMPLETE |
5043 | 2024-12-19T21:39:38.834Z | [ recovery-image] Dec 19 21:39:36.493 INFO O| Dec 19 21:39:36.492 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5044 | 2024-12-19T21:39:38.849Z | [ recovery-image] Dec 19 21:39:36.510 INFO O| Dec 19 21:39:36.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5045 | 2024-12-19T21:39:38.849Z | [ recovery-image] Dec 19 21:39:36.510 INFO O| Dec 19 21:39:36.510 INFO STEP 230 (remove_files) COMPLETE |
5046 | 2024-12-19T21:39:38.849Z | [ recovery-image] Dec 19 21:39:36.510 INFO O| Dec 19 21:39:36.510 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5047 | 2024-12-19T21:39:38.865Z | [ recovery-image] Dec 19 21:39:36.527 INFO O| Dec 19 21:39:36.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5048 | 2024-12-19T21:39:38.865Z | [ recovery-image] Dec 19 21:39:36.527 INFO O| Dec 19 21:39:36.527 INFO STEP 231 (remove_files) COMPLETE |
5049 | 2024-12-19T21:39:38.865Z | [ recovery-image] Dec 19 21:39:36.527 INFO O| Dec 19 21:39:36.527 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5050 | 2024-12-19T21:39:38.882Z | [ recovery-image] Dec 19 21:39:36.544 INFO O| Dec 19 21:39:36.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5051 | 2024-12-19T21:39:38.882Z | [ recovery-image] Dec 19 21:39:36.544 INFO O| Dec 19 21:39:36.544 INFO STEP 232 (remove_files) COMPLETE |
5052 | 2024-12-19T21:39:38.882Z | [ recovery-image] Dec 19 21:39:36.544 INFO O| Dec 19 21:39:36.544 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5053 | 2024-12-19T21:39:38.900Z | [ recovery-image] Dec 19 21:39:36.561 INFO O| Dec 19 21:39:36.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5054 | 2024-12-19T21:39:38.900Z | [ recovery-image] Dec 19 21:39:36.561 INFO O| Dec 19 21:39:36.561 INFO STEP 233 (remove_files) COMPLETE |
5055 | 2024-12-19T21:39:38.900Z | [ recovery-image] Dec 19 21:39:36.561 INFO O| Dec 19 21:39:36.561 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5056 | 2024-12-19T21:39:38.918Z | [ recovery-image] Dec 19 21:39:36.578 INFO O| Dec 19 21:39:36.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5057 | 2024-12-19T21:39:38.918Z | [ recovery-image] Dec 19 21:39:36.579 INFO O| Dec 19 21:39:36.578 INFO STEP 234 (remove_files) COMPLETE |
5058 | 2024-12-19T21:39:38.918Z | [ recovery-image] Dec 19 21:39:36.579 INFO O| Dec 19 21:39:36.579 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5059 | 2024-12-19T21:39:38.943Z | [ recovery-image] Dec 19 21:39:36.604 INFO O| Dec 19 21:39:36.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5060 | 2024-12-19T21:39:38.943Z | [ recovery-image] Dec 19 21:39:36.604 INFO O| Dec 19 21:39:36.604 INFO STEP 235 (remove_files) COMPLETE |
5061 | 2024-12-19T21:39:38.946Z | [ recovery-image] Dec 19 21:39:36.604 INFO O| Dec 19 21:39:36.604 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5062 | 2024-12-19T21:39:38.963Z | [ recovery-image] Dec 19 21:39:36.624 INFO O| Dec 19 21:39:36.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5063 | 2024-12-19T21:39:38.963Z | [ recovery-image] Dec 19 21:39:36.624 INFO O| Dec 19 21:39:36.624 INFO STEP 236 (remove_files) COMPLETE |
5064 | 2024-12-19T21:39:38.963Z | [ recovery-image] Dec 19 21:39:36.624 INFO O| Dec 19 21:39:36.624 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5065 | 2024-12-19T21:39:38.983Z | [ recovery-image] Dec 19 21:39:36.643 INFO O| Dec 19 21:39:36.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5066 | 2024-12-19T21:39:38.983Z | [ recovery-image] Dec 19 21:39:36.643 INFO O| Dec 19 21:39:36.643 INFO STEP 237 (remove_files) COMPLETE |
5067 | 2024-12-19T21:39:38.986Z | [ recovery-image] Dec 19 21:39:36.643 INFO O| Dec 19 21:39:36.643 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5068 | 2024-12-19T21:39:39.001Z | [ recovery-image] Dec 19 21:39:36.661 INFO O| Dec 19 21:39:36.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5069 | 2024-12-19T21:39:39.001Z | [ recovery-image] Dec 19 21:39:36.662 INFO O| Dec 19 21:39:36.662 INFO STEP 238 (remove_files) COMPLETE |
5070 | 2024-12-19T21:39:39.001Z | [ recovery-image] Dec 19 21:39:36.662 INFO O| Dec 19 21:39:36.662 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5071 | 2024-12-19T21:39:39.038Z | [ recovery-image] Dec 19 21:39:36.699 INFO O| Dec 19 21:39:36.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5072 | 2024-12-19T21:39:39.041Z | [ recovery-image] Dec 19 21:39:36.699 INFO O| Dec 19 21:39:36.699 INFO STEP 239 (remove_files) COMPLETE |
5073 | 2024-12-19T21:39:39.041Z | [ recovery-image] Dec 19 21:39:36.699 INFO O| Dec 19 21:39:36.699 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5074 | 2024-12-19T21:39:39.064Z | [ recovery-image] Dec 19 21:39:36.725 INFO O| Dec 19 21:39:36.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5075 | 2024-12-19T21:39:39.064Z | [ recovery-image] Dec 19 21:39:36.726 INFO O| Dec 19 21:39:36.726 INFO STEP 240 (remove_files) COMPLETE |
5076 | 2024-12-19T21:39:39.067Z | [ recovery-image] Dec 19 21:39:36.726 INFO O| Dec 19 21:39:36.726 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5077 | 2024-12-19T21:39:39.099Z | [ recovery-image] Dec 19 21:39:36.759 INFO O| Dec 19 21:39:36.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5078 | 2024-12-19T21:39:39.099Z | [ recovery-image] Dec 19 21:39:36.759 INFO O| Dec 19 21:39:36.759 INFO STEP 241 (remove_files) COMPLETE |
5079 | 2024-12-19T21:39:39.099Z | [ recovery-image] Dec 19 21:39:36.759 INFO O| Dec 19 21:39:36.759 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5080 | 2024-12-19T21:39:39.139Z | [ recovery-image] Dec 19 21:39:36.800 INFO O| Dec 19 21:39:36.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5081 | 2024-12-19T21:39:39.139Z | [ recovery-image] Dec 19 21:39:36.800 INFO O| Dec 19 21:39:36.800 INFO STEP 242 (remove_files) COMPLETE |
5082 | 2024-12-19T21:39:39.139Z | [ recovery-image] Dec 19 21:39:36.800 INFO O| Dec 19 21:39:36.800 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5083 | 2024-12-19T21:39:39.182Z | [ recovery-image] Dec 19 21:39:36.843 INFO O| Dec 19 21:39:36.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5084 | 2024-12-19T21:39:39.182Z | [ recovery-image] Dec 19 21:39:36.844 INFO O| Dec 19 21:39:36.844 INFO STEP 243 (remove_files) COMPLETE |
5085 | 2024-12-19T21:39:39.182Z | [ recovery-image] Dec 19 21:39:36.844 INFO O| Dec 19 21:39:36.844 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5086 | 2024-12-19T21:39:39.240Z | [ recovery-image] Dec 19 21:39:36.901 INFO O| Dec 19 21:39:36.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5087 | 2024-12-19T21:39:39.240Z | [ recovery-image] Dec 19 21:39:36.901 INFO O| Dec 19 21:39:36.901 INFO STEP 244 (remove_files) COMPLETE |
5088 | 2024-12-19T21:39:39.240Z | [ recovery-image] Dec 19 21:39:36.901 INFO O| Dec 19 21:39:36.901 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5089 | 2024-12-19T21:39:39.263Z | [ recovery-image] Dec 19 21:39:36.924 INFO O| Dec 19 21:39:36.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5090 | 2024-12-19T21:39:39.263Z | [ recovery-image] Dec 19 21:39:36.924 INFO O| Dec 19 21:39:36.924 INFO STEP 245 (remove_files) COMPLETE |
5091 | 2024-12-19T21:39:39.266Z | [ recovery-image] Dec 19 21:39:36.924 INFO O| Dec 19 21:39:36.924 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5092 | 2024-12-19T21:39:39.286Z | [ recovery-image] Dec 19 21:39:36.947 INFO O| Dec 19 21:39:36.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5093 | 2024-12-19T21:39:39.287Z | [ recovery-image] Dec 19 21:39:36.947 INFO O| Dec 19 21:39:36.947 INFO STEP 246 (remove_files) COMPLETE |
5094 | 2024-12-19T21:39:39.287Z | [ recovery-image] Dec 19 21:39:36.947 INFO O| Dec 19 21:39:36.947 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5095 | 2024-12-19T21:39:39.309Z | [ recovery-image] Dec 19 21:39:36.970 INFO O| Dec 19 21:39:36.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5096 | 2024-12-19T21:39:39.309Z | [ recovery-image] Dec 19 21:39:36.970 INFO O| Dec 19 21:39:36.970 INFO STEP 247 (remove_files) COMPLETE |
5097 | 2024-12-19T21:39:39.309Z | [ recovery-image] Dec 19 21:39:36.970 INFO O| Dec 19 21:39:36.970 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5098 | 2024-12-19T21:39:39.332Z | [ recovery-image] Dec 19 21:39:36.993 INFO O| Dec 19 21:39:36.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5099 | 2024-12-19T21:39:39.332Z | [ recovery-image] Dec 19 21:39:36.993 INFO O| Dec 19 21:39:36.993 INFO STEP 248 (remove_files) COMPLETE |
5100 | 2024-12-19T21:39:39.332Z | [ recovery-image] Dec 19 21:39:36.993 INFO O| Dec 19 21:39:36.993 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5101 | 2024-12-19T21:39:39.356Z | [ recovery-image] Dec 19 21:39:37.017 INFO O| Dec 19 21:39:37.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5102 | 2024-12-19T21:39:39.356Z | [ recovery-image] Dec 19 21:39:37.018 INFO O| Dec 19 21:39:37.017 INFO STEP 249 (remove_files) COMPLETE |
5103 | 2024-12-19T21:39:39.356Z | [ recovery-image] Dec 19 21:39:37.018 INFO O| Dec 19 21:39:37.018 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5104 | 2024-12-19T21:39:39.380Z | [ recovery-image] Dec 19 21:39:37.041 INFO O| Dec 19 21:39:37.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5105 | 2024-12-19T21:39:39.380Z | [ recovery-image] Dec 19 21:39:37.041 INFO O| Dec 19 21:39:37.041 INFO STEP 250 (remove_files) COMPLETE |
5106 | 2024-12-19T21:39:39.380Z | [ recovery-image] Dec 19 21:39:37.041 INFO O| Dec 19 21:39:37.041 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5107 | 2024-12-19T21:39:39.420Z | [ recovery-image] Dec 19 21:39:37.075 INFO O| Dec 19 21:39:37.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5108 | 2024-12-19T21:39:39.420Z | [ recovery-image] Dec 19 21:39:37.075 INFO O| Dec 19 21:39:37.075 INFO STEP 251 (remove_files) COMPLETE |
5109 | 2024-12-19T21:39:39.420Z | [ recovery-image] Dec 19 21:39:37.075 INFO O| Dec 19 21:39:37.075 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5110 | 2024-12-19T21:39:39.436Z | [ recovery-image] Dec 19 21:39:37.097 INFO O| Dec 19 21:39:37.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5111 | 2024-12-19T21:39:39.436Z | [ recovery-image] Dec 19 21:39:37.097 INFO O| Dec 19 21:39:37.097 INFO STEP 252 (remove_files) COMPLETE |
5112 | 2024-12-19T21:39:39.440Z | [ recovery-image] Dec 19 21:39:37.097 INFO O| Dec 19 21:39:37.097 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5113 | 2024-12-19T21:39:39.472Z | [ recovery-image] Dec 19 21:39:37.133 INFO O| Dec 19 21:39:37.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5114 | 2024-12-19T21:39:39.472Z | [ recovery-image] Dec 19 21:39:37.133 INFO O| Dec 19 21:39:37.133 INFO STEP 253 (remove_files) COMPLETE |
5115 | 2024-12-19T21:39:39.472Z | [ recovery-image] Dec 19 21:39:37.133 INFO O| Dec 19 21:39:37.133 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5116 | 2024-12-19T21:39:39.503Z | [ recovery-image] Dec 19 21:39:37.164 INFO O| Dec 19 21:39:37.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5117 | 2024-12-19T21:39:39.503Z | [ recovery-image] Dec 19 21:39:37.164 INFO O| Dec 19 21:39:37.164 INFO STEP 254 (remove_files) COMPLETE |
5118 | 2024-12-19T21:39:39.503Z | [ recovery-image] Dec 19 21:39:37.164 INFO O| Dec 19 21:39:37.164 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5119 | 2024-12-19T21:39:39.524Z | [ recovery-image] Dec 19 21:39:37.183 INFO O| Dec 19 21:39:37.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5120 | 2024-12-19T21:39:39.524Z | [ recovery-image] Dec 19 21:39:37.183 INFO O| Dec 19 21:39:37.183 INFO STEP 255 (remove_files) COMPLETE |
5121 | 2024-12-19T21:39:39.526Z | [ recovery-image] Dec 19 21:39:37.183 INFO O| Dec 19 21:39:37.183 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5122 | 2024-12-19T21:39:39.563Z | [ recovery-image] Dec 19 21:39:37.224 INFO O| Dec 19 21:39:37.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5123 | 2024-12-19T21:39:39.565Z | [ recovery-image] Dec 19 21:39:37.224 INFO O| Dec 19 21:39:37.224 INFO STEP 256 (remove_files) COMPLETE |
5124 | 2024-12-19T21:39:39.565Z | [ recovery-image] Dec 19 21:39:37.224 INFO O| Dec 19 21:39:37.224 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5125 | 2024-12-19T21:39:39.588Z | [ recovery-image] Dec 19 21:39:37.249 INFO O| Dec 19 21:39:37.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5126 | 2024-12-19T21:39:39.588Z | [ recovery-image] Dec 19 21:39:37.249 INFO O| Dec 19 21:39:37.249 INFO STEP 257 (remove_files) COMPLETE |
5127 | 2024-12-19T21:39:39.591Z | [ recovery-image] Dec 19 21:39:37.249 INFO O| Dec 19 21:39:37.249 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5128 | 2024-12-19T21:39:39.607Z | [ recovery-image] Dec 19 21:39:37.268 INFO O| Dec 19 21:39:37.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5129 | 2024-12-19T21:39:39.610Z | [ recovery-image] Dec 19 21:39:37.269 INFO O| Dec 19 21:39:37.268 INFO STEP 258 (remove_files) COMPLETE |
5130 | 2024-12-19T21:39:39.610Z | [ recovery-image] Dec 19 21:39:37.269 INFO O| Dec 19 21:39:37.269 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5131 | 2024-12-19T21:39:39.628Z | [ recovery-image] Dec 19 21:39:37.290 INFO O| Dec 19 21:39:37.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5132 | 2024-12-19T21:39:39.628Z | [ recovery-image] Dec 19 21:39:37.290 INFO O| Dec 19 21:39:37.290 INFO STEP 259 (remove_files) COMPLETE |
5133 | 2024-12-19T21:39:39.629Z | [ recovery-image] Dec 19 21:39:37.290 INFO O| Dec 19 21:39:37.290 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5134 | 2024-12-19T21:39:39.669Z | [ recovery-image] Dec 19 21:39:37.321 INFO O| Dec 19 21:39:37.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5135 | 2024-12-19T21:39:39.669Z | [ recovery-image] Dec 19 21:39:37.321 INFO O| Dec 19 21:39:37.321 INFO STEP 260 (remove_files) COMPLETE |
5136 | 2024-12-19T21:39:39.669Z | [ recovery-image] Dec 19 21:39:37.321 INFO O| Dec 19 21:39:37.321 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5137 | 2024-12-19T21:39:39.680Z | [ recovery-image] Dec 19 21:39:37.340 INFO O| Dec 19 21:39:37.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5138 | 2024-12-19T21:39:39.680Z | [ recovery-image] Dec 19 21:39:37.340 INFO O| Dec 19 21:39:37.340 INFO STEP 261 (remove_files) COMPLETE |
5139 | 2024-12-19T21:39:39.680Z | [ recovery-image] Dec 19 21:39:37.340 INFO O| Dec 19 21:39:37.340 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5140 | 2024-12-19T21:39:39.698Z | [ recovery-image] Dec 19 21:39:37.359 INFO O| Dec 19 21:39:37.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5141 | 2024-12-19T21:39:39.698Z | [ recovery-image] Dec 19 21:39:37.359 INFO O| Dec 19 21:39:37.359 INFO STEP 262 (remove_files) COMPLETE |
5142 | 2024-12-19T21:39:39.698Z | [ recovery-image] Dec 19 21:39:37.359 INFO O| Dec 19 21:39:37.359 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5143 | 2024-12-19T21:39:39.803Z | [ recovery-image] Dec 19 21:39:37.464 INFO O| Dec 19 21:39:37.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5144 | 2024-12-19T21:39:39.803Z | [ recovery-image] Dec 19 21:39:37.464 INFO O| Dec 19 21:39:37.464 INFO STEP 263 (remove_files) COMPLETE |
5145 | 2024-12-19T21:39:39.803Z | [ recovery-image] Dec 19 21:39:37.464 INFO O| Dec 19 21:39:37.464 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5146 | 2024-12-19T21:39:39.904Z | [ recovery-image] Dec 19 21:39:37.565 INFO O| Dec 19 21:39:37.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5147 | 2024-12-19T21:39:39.904Z | [ recovery-image] Dec 19 21:39:37.565 INFO O| Dec 19 21:39:37.565 INFO STEP 264 (remove_files) COMPLETE |
5148 | 2024-12-19T21:39:39.907Z | [ recovery-image] Dec 19 21:39:37.565 INFO O| Dec 19 21:39:37.565 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5149 | 2024-12-19T21:39:39.939Z | [ recovery-image] Dec 19 21:39:37.600 INFO O| Dec 19 21:39:37.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5150 | 2024-12-19T21:39:39.939Z | [ recovery-image] Dec 19 21:39:37.600 INFO O| Dec 19 21:39:37.600 INFO STEP 265 (remove_files) COMPLETE |
5151 | 2024-12-19T21:39:39.939Z | [ recovery-image] Dec 19 21:39:37.600 INFO O| Dec 19 21:39:37.600 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5152 | 2024-12-19T21:39:39.958Z | [ recovery-image] Dec 19 21:39:37.619 INFO O| Dec 19 21:39:37.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5153 | 2024-12-19T21:39:39.958Z | [ recovery-image] Dec 19 21:39:37.619 INFO O| Dec 19 21:39:37.619 INFO STEP 266 (remove_files) COMPLETE |
5154 | 2024-12-19T21:39:39.958Z | [ recovery-image] Dec 19 21:39:37.619 INFO O| Dec 19 21:39:37.619 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5155 | 2024-12-19T21:39:39.975Z | [ recovery-image] Dec 19 21:39:37.636 INFO O| Dec 19 21:39:37.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5156 | 2024-12-19T21:39:39.975Z | [ recovery-image] Dec 19 21:39:37.636 INFO O| Dec 19 21:39:37.636 INFO STEP 267 (remove_files) COMPLETE |
5157 | 2024-12-19T21:39:39.978Z | [ recovery-image] Dec 19 21:39:37.636 INFO O| Dec 19 21:39:37.636 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5158 | 2024-12-19T21:39:40.032Z | [ recovery-image] Dec 19 21:39:37.693 INFO O| Dec 19 21:39:37.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5159 | 2024-12-19T21:39:40.032Z | [ recovery-image] Dec 19 21:39:37.693 INFO O| Dec 19 21:39:37.693 INFO STEP 268 (remove_files) COMPLETE |
5160 | 2024-12-19T21:39:40.032Z | [ recovery-image] Dec 19 21:39:37.693 INFO O| Dec 19 21:39:37.693 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5161 | 2024-12-19T21:39:40.078Z | [ recovery-image] Dec 19 21:39:37.739 INFO O| Dec 19 21:39:37.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5162 | 2024-12-19T21:39:40.081Z | [ recovery-image] Dec 19 21:39:37.739 INFO O| Dec 19 21:39:37.739 INFO STEP 269 (remove_files) COMPLETE |
5163 | 2024-12-19T21:39:40.081Z | [ recovery-image] Dec 19 21:39:37.739 INFO O| Dec 19 21:39:37.739 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5164 | 2024-12-19T21:39:40.103Z | [ recovery-image] Dec 19 21:39:37.764 INFO O| Dec 19 21:39:37.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5165 | 2024-12-19T21:39:40.103Z | [ recovery-image] Dec 19 21:39:37.764 INFO O| Dec 19 21:39:37.764 INFO STEP 270 (remove_files) COMPLETE |
5166 | 2024-12-19T21:39:40.108Z | [ recovery-image] Dec 19 21:39:37.764 INFO O| Dec 19 21:39:37.764 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5167 | 2024-12-19T21:39:40.128Z | [ recovery-image] Dec 19 21:39:37.788 INFO O| Dec 19 21:39:37.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5168 | 2024-12-19T21:39:40.128Z | [ recovery-image] Dec 19 21:39:37.788 INFO O| Dec 19 21:39:37.788 INFO STEP 271 (remove_files) COMPLETE |
5169 | 2024-12-19T21:39:40.128Z | [ recovery-image] Dec 19 21:39:37.788 INFO O| Dec 19 21:39:37.788 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5170 | 2024-12-19T21:39:40.153Z | [ recovery-image] Dec 19 21:39:37.813 INFO O| Dec 19 21:39:37.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5171 | 2024-12-19T21:39:40.153Z | [ recovery-image] Dec 19 21:39:37.814 INFO O| Dec 19 21:39:37.813 INFO STEP 272 (remove_files) COMPLETE |
5172 | 2024-12-19T21:39:40.156Z | [ recovery-image] Dec 19 21:39:37.814 INFO O| Dec 19 21:39:37.814 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5173 | 2024-12-19T21:39:40.183Z | [ recovery-image] Dec 19 21:39:37.843 INFO O| Dec 19 21:39:37.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5174 | 2024-12-19T21:39:40.185Z | [ recovery-image] Dec 19 21:39:37.844 INFO O| Dec 19 21:39:37.844 INFO STEP 273 (remove_files) COMPLETE |
5175 | 2024-12-19T21:39:40.185Z | [ recovery-image] Dec 19 21:39:37.844 INFO O| Dec 19 21:39:37.844 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5176 | 2024-12-19T21:39:40.208Z | [ recovery-image] Dec 19 21:39:37.868 INFO O| Dec 19 21:39:37.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5177 | 2024-12-19T21:39:40.208Z | [ recovery-image] Dec 19 21:39:37.868 INFO O| Dec 19 21:39:37.868 INFO STEP 274 (remove_files) COMPLETE |
5178 | 2024-12-19T21:39:40.208Z | [ recovery-image] Dec 19 21:39:37.869 INFO O| Dec 19 21:39:37.868 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5179 | 2024-12-19T21:39:40.231Z | [ recovery-image] Dec 19 21:39:37.892 INFO O| Dec 19 21:39:37.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5180 | 2024-12-19T21:39:40.232Z | [ recovery-image] Dec 19 21:39:37.892 INFO O| Dec 19 21:39:37.892 INFO STEP 275 (remove_files) COMPLETE |
5181 | 2024-12-19T21:39:40.232Z | [ recovery-image] Dec 19 21:39:37.892 INFO O| Dec 19 21:39:37.892 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5182 | 2024-12-19T21:39:40.272Z | [ recovery-image] Dec 19 21:39:37.933 INFO O| Dec 19 21:39:37.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5183 | 2024-12-19T21:39:40.275Z | [ recovery-image] Dec 19 21:39:37.933 INFO O| Dec 19 21:39:37.933 INFO STEP 276 (remove_files) COMPLETE |
5184 | 2024-12-19T21:39:40.275Z | [ recovery-image] Dec 19 21:39:37.934 INFO O| Dec 19 21:39:37.933 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5185 | 2024-12-19T21:39:40.296Z | [ recovery-image] Dec 19 21:39:37.957 INFO O| Dec 19 21:39:37.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5186 | 2024-12-19T21:39:40.296Z | [ recovery-image] Dec 19 21:39:37.957 INFO O| Dec 19 21:39:37.957 INFO STEP 277 (remove_files) COMPLETE |
5187 | 2024-12-19T21:39:40.296Z | [ recovery-image] Dec 19 21:39:37.957 INFO O| Dec 19 21:39:37.957 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5188 | 2024-12-19T21:39:40.320Z | [ recovery-image] Dec 19 21:39:37.980 INFO O| Dec 19 21:39:37.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5189 | 2024-12-19T21:39:40.320Z | [ recovery-image] Dec 19 21:39:37.981 INFO O| Dec 19 21:39:37.981 INFO STEP 278 (remove_files) COMPLETE |
5190 | 2024-12-19T21:39:40.322Z | [ recovery-image] Dec 19 21:39:37.981 INFO O| Dec 19 21:39:37.981 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5191 | 2024-12-19T21:39:40.343Z | [ recovery-image] Dec 19 21:39:38.004 INFO O| Dec 19 21:39:38.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5192 | 2024-12-19T21:39:40.343Z | [ recovery-image] Dec 19 21:39:38.004 INFO O| Dec 19 21:39:38.004 INFO STEP 279 (remove_files) COMPLETE |
5193 | 2024-12-19T21:39:40.343Z | [ recovery-image] Dec 19 21:39:38.004 INFO O| Dec 19 21:39:38.004 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5194 | 2024-12-19T21:39:40.366Z | [ recovery-image] Dec 19 21:39:38.027 INFO O| Dec 19 21:39:38.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5195 | 2024-12-19T21:39:40.366Z | [ recovery-image] Dec 19 21:39:38.027 INFO O| Dec 19 21:39:38.027 INFO STEP 280 (remove_files) COMPLETE |
5196 | 2024-12-19T21:39:40.369Z | [ recovery-image] Dec 19 21:39:38.027 INFO O| Dec 19 21:39:38.027 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5197 | 2024-12-19T21:39:40.389Z | [ recovery-image] Dec 19 21:39:38.050 INFO O| Dec 19 21:39:38.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5198 | 2024-12-19T21:39:40.389Z | [ recovery-image] Dec 19 21:39:38.050 INFO O| Dec 19 21:39:38.050 INFO STEP 281 (remove_files) COMPLETE |
5199 | 2024-12-19T21:39:40.389Z | [ recovery-image] Dec 19 21:39:38.050 INFO O| Dec 19 21:39:38.050 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5200 | 2024-12-19T21:39:40.451Z | [ recovery-image] Dec 19 21:39:38.112 INFO O| Dec 19 21:39:38.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5201 | 2024-12-19T21:39:40.452Z | [ recovery-image] Dec 19 21:39:38.112 INFO O| Dec 19 21:39:38.112 INFO STEP 282 (remove_files) COMPLETE |
5202 | 2024-12-19T21:39:40.452Z | [ recovery-image] Dec 19 21:39:38.112 INFO O| Dec 19 21:39:38.112 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5203 | 2024-12-19T21:39:40.474Z | [ recovery-image] Dec 19 21:39:38.133 INFO O| Dec 19 21:39:38.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5204 | 2024-12-19T21:39:40.474Z | [ recovery-image] Dec 19 21:39:38.133 INFO O| Dec 19 21:39:38.133 INFO STEP 283 (remove_files) COMPLETE |
5205 | 2024-12-19T21:39:40.479Z | [ recovery-image] Dec 19 21:39:38.133 INFO O| Dec 19 21:39:38.133 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5206 | 2024-12-19T21:39:40.493Z | [ recovery-image] Dec 19 21:39:38.154 INFO O| Dec 19 21:39:38.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5207 | 2024-12-19T21:39:40.493Z | [ recovery-image] Dec 19 21:39:38.154 INFO O| Dec 19 21:39:38.154 INFO STEP 284 (remove_files) COMPLETE |
5208 | 2024-12-19T21:39:40.497Z | [ recovery-image] Dec 19 21:39:38.154 INFO O| Dec 19 21:39:38.154 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5209 | 2024-12-19T21:39:40.523Z | [ recovery-image] Dec 19 21:39:38.183 INFO O| Dec 19 21:39:38.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5210 | 2024-12-19T21:39:40.523Z | [ recovery-image] Dec 19 21:39:38.183 INFO O| Dec 19 21:39:38.183 INFO STEP 285 (remove_files) COMPLETE |
5211 | 2024-12-19T21:39:40.526Z | [ recovery-image] Dec 19 21:39:38.183 INFO O| Dec 19 21:39:38.183 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5212 | 2024-12-19T21:39:40.567Z | [ recovery-image] Dec 19 21:39:38.227 INFO O| Dec 19 21:39:38.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5213 | 2024-12-19T21:39:40.567Z | [ recovery-image] Dec 19 21:39:38.227 INFO O| Dec 19 21:39:38.227 INFO STEP 286 (remove_files) COMPLETE |
5214 | 2024-12-19T21:39:40.567Z | [ recovery-image] Dec 19 21:39:38.227 INFO O| Dec 19 21:39:38.227 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5215 | 2024-12-19T21:39:40.586Z | [ recovery-image] Dec 19 21:39:38.246 INFO O| Dec 19 21:39:38.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5216 | 2024-12-19T21:39:40.586Z | [ recovery-image] Dec 19 21:39:38.246 INFO O| Dec 19 21:39:38.246 INFO STEP 287 (remove_files) COMPLETE |
5217 | 2024-12-19T21:39:40.586Z | [ recovery-image] Dec 19 21:39:38.246 INFO O| Dec 19 21:39:38.246 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5218 | 2024-12-19T21:39:40.617Z | [ recovery-image] Dec 19 21:39:38.277 INFO O| Dec 19 21:39:38.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5219 | 2024-12-19T21:39:40.617Z | [ recovery-image] Dec 19 21:39:38.277 INFO O| Dec 19 21:39:38.277 INFO STEP 288 (remove_files) COMPLETE |
5220 | 2024-12-19T21:39:40.617Z | [ recovery-image] Dec 19 21:39:38.277 INFO O| Dec 19 21:39:38.277 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5221 | 2024-12-19T21:39:40.637Z | [ recovery-image] Dec 19 21:39:38.297 INFO O| Dec 19 21:39:38.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5222 | 2024-12-19T21:39:40.637Z | [ recovery-image] Dec 19 21:39:38.297 INFO O| Dec 19 21:39:38.297 INFO STEP 289 (remove_files) COMPLETE |
5223 | 2024-12-19T21:39:40.637Z | [ recovery-image] Dec 19 21:39:38.297 INFO O| Dec 19 21:39:38.297 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5224 | 2024-12-19T21:39:40.656Z | [ recovery-image] Dec 19 21:39:38.316 INFO O| Dec 19 21:39:38.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5225 | 2024-12-19T21:39:40.656Z | [ recovery-image] Dec 19 21:39:38.316 INFO O| Dec 19 21:39:38.316 INFO STEP 290 (remove_files) COMPLETE |
5226 | 2024-12-19T21:39:40.656Z | [ recovery-image] Dec 19 21:39:38.316 INFO O| Dec 19 21:39:38.316 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5227 | 2024-12-19T21:39:40.675Z | [ recovery-image] Dec 19 21:39:38.335 INFO O| Dec 19 21:39:38.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5228 | 2024-12-19T21:39:40.678Z | [ recovery-image] Dec 19 21:39:38.335 INFO O| Dec 19 21:39:38.335 INFO STEP 291 (remove_files) COMPLETE |
5229 | 2024-12-19T21:39:40.678Z | [ recovery-image] Dec 19 21:39:38.335 INFO O| Dec 19 21:39:38.335 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5230 | 2024-12-19T21:39:40.692Z | [ recovery-image] Dec 19 21:39:38.352 INFO O| Dec 19 21:39:38.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5231 | 2024-12-19T21:39:40.692Z | [ recovery-image] Dec 19 21:39:38.352 INFO O| Dec 19 21:39:38.352 INFO STEP 292 (remove_files) COMPLETE |
5232 | 2024-12-19T21:39:40.692Z | [ recovery-image] Dec 19 21:39:38.352 INFO O| Dec 19 21:39:38.352 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5233 | 2024-12-19T21:39:40.711Z | [ recovery-image] Dec 19 21:39:38.371 INFO O| Dec 19 21:39:38.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5234 | 2024-12-19T21:39:40.711Z | [ recovery-image] Dec 19 21:39:38.371 INFO O| Dec 19 21:39:38.371 INFO STEP 293 (remove_files) COMPLETE |
5235 | 2024-12-19T21:39:40.711Z | [ recovery-image] Dec 19 21:39:38.371 INFO O| Dec 19 21:39:38.371 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5236 | 2024-12-19T21:39:40.731Z | [ recovery-image] Dec 19 21:39:38.391 INFO O| Dec 19 21:39:38.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5237 | 2024-12-19T21:39:40.734Z | [ recovery-image] Dec 19 21:39:38.391 INFO O| Dec 19 21:39:38.391 INFO STEP 294 (remove_files) COMPLETE |
5238 | 2024-12-19T21:39:40.734Z | [ recovery-image] Dec 19 21:39:38.391 INFO O| Dec 19 21:39:38.391 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5239 | 2024-12-19T21:39:40.747Z | [ recovery-image] Dec 19 21:39:38.408 INFO O| Dec 19 21:39:38.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5240 | 2024-12-19T21:39:40.750Z | [ recovery-image] Dec 19 21:39:38.408 INFO O| Dec 19 21:39:38.408 INFO STEP 295 (remove_files) COMPLETE |
5241 | 2024-12-19T21:39:40.751Z | [ recovery-image] Dec 19 21:39:38.408 INFO O| Dec 19 21:39:38.408 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5242 | 2024-12-19T21:39:40.765Z | [ recovery-image] Dec 19 21:39:38.425 INFO O| Dec 19 21:39:38.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5243 | 2024-12-19T21:39:40.765Z | [ recovery-image] Dec 19 21:39:38.426 INFO O| Dec 19 21:39:38.425 INFO STEP 296 (remove_files) COMPLETE |
5244 | 2024-12-19T21:39:40.769Z | [ recovery-image] Dec 19 21:39:38.426 INFO O| Dec 19 21:39:38.426 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5245 | 2024-12-19T21:39:40.784Z | [ recovery-image] Dec 19 21:39:38.444 INFO O| Dec 19 21:39:38.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5246 | 2024-12-19T21:39:40.787Z | [ recovery-image] Dec 19 21:39:38.444 INFO O| Dec 19 21:39:38.444 INFO STEP 297 (remove_files) COMPLETE |
5247 | 2024-12-19T21:39:40.787Z | [ recovery-image] Dec 19 21:39:38.444 INFO O| Dec 19 21:39:38.444 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5248 | 2024-12-19T21:39:40.801Z | [ recovery-image] Dec 19 21:39:38.462 INFO O| Dec 19 21:39:38.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5249 | 2024-12-19T21:39:40.804Z | [ recovery-image] Dec 19 21:39:38.462 INFO O| Dec 19 21:39:38.462 INFO STEP 298 (remove_files) COMPLETE |
5250 | 2024-12-19T21:39:40.804Z | [ recovery-image] Dec 19 21:39:38.462 INFO O| Dec 19 21:39:38.462 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5251 | 2024-12-19T21:39:40.830Z | [ recovery-image] Dec 19 21:39:38.490 INFO O| Dec 19 21:39:38.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5252 | 2024-12-19T21:39:40.830Z | [ recovery-image] Dec 19 21:39:38.490 INFO O| Dec 19 21:39:38.490 INFO STEP 299 (remove_files) COMPLETE |
5253 | 2024-12-19T21:39:40.830Z | [ recovery-image] Dec 19 21:39:38.490 INFO O| Dec 19 21:39:38.490 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5254 | 2024-12-19T21:39:40.875Z | [ recovery-image] Dec 19 21:39:38.533 INFO O| Dec 19 21:39:38.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5255 | 2024-12-19T21:39:40.877Z | [ recovery-image] Dec 19 21:39:38.533 INFO O| Dec 19 21:39:38.533 INFO STEP 300 (remove_files) COMPLETE |
5256 | 2024-12-19T21:39:40.878Z | [ recovery-image] Dec 19 21:39:38.533 INFO O| Dec 19 21:39:38.533 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5257 | 2024-12-19T21:39:40.899Z | [ recovery-image] Dec 19 21:39:38.559 INFO O| Dec 19 21:39:38.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5258 | 2024-12-19T21:39:40.899Z | [ recovery-image] Dec 19 21:39:38.559 INFO O| Dec 19 21:39:38.559 INFO STEP 301 (remove_files) COMPLETE |
5259 | 2024-12-19T21:39:40.902Z | [ recovery-image] Dec 19 21:39:38.559 INFO O| Dec 19 21:39:38.559 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5260 | 2024-12-19T21:39:40.921Z | [ recovery-image] Dec 19 21:39:38.581 INFO O| Dec 19 21:39:38.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5261 | 2024-12-19T21:39:40.923Z | [ recovery-image] Dec 19 21:39:38.581 INFO O| Dec 19 21:39:38.581 INFO STEP 302 (remove_files) COMPLETE |
5262 | 2024-12-19T21:39:40.924Z | [ recovery-image] Dec 19 21:39:38.581 INFO O| Dec 19 21:39:38.581 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5263 | 2024-12-19T21:39:40.972Z | [ recovery-image] Dec 19 21:39:38.632 INFO O| Dec 19 21:39:38.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5264 | 2024-12-19T21:39:40.972Z | [ recovery-image] Dec 19 21:39:38.633 INFO O| Dec 19 21:39:38.632 INFO STEP 303 (remove_files) COMPLETE |
5265 | 2024-12-19T21:39:40.972Z | [ recovery-image] Dec 19 21:39:38.633 INFO O| Dec 19 21:39:38.633 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5266 | 2024-12-19T21:39:40.993Z | [ recovery-image] Dec 19 21:39:38.653 INFO O| Dec 19 21:39:38.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5267 | 2024-12-19T21:39:40.996Z | [ recovery-image] Dec 19 21:39:38.653 INFO O| Dec 19 21:39:38.653 INFO STEP 304 (remove_files) COMPLETE |
5268 | 2024-12-19T21:39:40.996Z | [ recovery-image] Dec 19 21:39:38.653 INFO O| Dec 19 21:39:38.653 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5269 | 2024-12-19T21:39:41.012Z | [ recovery-image] Dec 19 21:39:38.672 INFO O| Dec 19 21:39:38.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5270 | 2024-12-19T21:39:41.012Z | [ recovery-image] Dec 19 21:39:38.672 INFO O| Dec 19 21:39:38.672 INFO STEP 305 (remove_files) COMPLETE |
5271 | 2024-12-19T21:39:41.015Z | [ recovery-image] Dec 19 21:39:38.672 INFO O| Dec 19 21:39:38.672 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5272 | 2024-12-19T21:39:41.088Z | [ recovery-image] Dec 19 21:39:38.748 INFO O| Dec 19 21:39:38.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5273 | 2024-12-19T21:39:41.091Z | [ recovery-image] Dec 19 21:39:38.748 INFO O| Dec 19 21:39:38.748 INFO STEP 306 (remove_files) COMPLETE |
5274 | 2024-12-19T21:39:41.091Z | [ recovery-image] Dec 19 21:39:38.749 INFO O| Dec 19 21:39:38.749 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5275 | 2024-12-19T21:39:41.124Z | [ recovery-image] Dec 19 21:39:38.784 INFO O| Dec 19 21:39:38.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5276 | 2024-12-19T21:39:41.124Z | [ recovery-image] Dec 19 21:39:38.784 INFO O| Dec 19 21:39:38.784 INFO STEP 307 (remove_files) COMPLETE |
5277 | 2024-12-19T21:39:41.124Z | [ recovery-image] Dec 19 21:39:38.784 INFO O| Dec 19 21:39:38.784 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5278 | 2024-12-19T21:39:41.149Z | [ recovery-image] Dec 19 21:39:38.808 INFO O| Dec 19 21:39:38.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5279 | 2024-12-19T21:39:41.149Z | [ recovery-image] Dec 19 21:39:38.808 INFO O| Dec 19 21:39:38.808 INFO STEP 308 (remove_files) COMPLETE |
5280 | 2024-12-19T21:39:41.149Z | [ recovery-image] Dec 19 21:39:38.808 INFO O| Dec 19 21:39:38.808 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5281 | 2024-12-19T21:39:41.169Z | [ recovery-image] Dec 19 21:39:38.830 INFO O| Dec 19 21:39:38.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5282 | 2024-12-19T21:39:41.169Z | [ recovery-image] Dec 19 21:39:38.830 INFO O| Dec 19 21:39:38.830 INFO STEP 309 (remove_files) COMPLETE |
5283 | 2024-12-19T21:39:41.169Z | [ recovery-image] Dec 19 21:39:38.830 INFO O| Dec 19 21:39:38.830 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5284 | 2024-12-19T21:39:41.209Z | [ recovery-image] Dec 19 21:39:38.869 INFO O| Dec 19 21:39:38.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5285 | 2024-12-19T21:39:41.209Z | [ recovery-image] Dec 19 21:39:38.869 INFO O| Dec 19 21:39:38.869 INFO STEP 310 (remove_files) COMPLETE |
5286 | 2024-12-19T21:39:41.209Z | [ recovery-image] Dec 19 21:39:38.869 INFO O| Dec 19 21:39:38.869 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5287 | 2024-12-19T21:39:41.246Z | [ recovery-image] Dec 19 21:39:38.906 INFO O| Dec 19 21:39:38.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5288 | 2024-12-19T21:39:41.246Z | [ recovery-image] Dec 19 21:39:38.906 INFO O| Dec 19 21:39:38.906 INFO STEP 311 (remove_files) COMPLETE |
5289 | 2024-12-19T21:39:41.249Z | [ recovery-image] Dec 19 21:39:38.906 INFO O| Dec 19 21:39:38.906 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5290 | 2024-12-19T21:39:41.270Z | [ recovery-image] Dec 19 21:39:38.930 INFO O| Dec 19 21:39:38.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5291 | 2024-12-19T21:39:41.270Z | [ recovery-image] Dec 19 21:39:38.930 INFO O| Dec 19 21:39:38.930 INFO STEP 312 (remove_files) COMPLETE |
5292 | 2024-12-19T21:39:41.273Z | [ recovery-image] Dec 19 21:39:38.930 INFO O| Dec 19 21:39:38.930 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5293 | 2024-12-19T21:39:41.292Z | [ recovery-image] Dec 19 21:39:38.952 INFO O| Dec 19 21:39:38.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5294 | 2024-12-19T21:39:41.295Z | [ recovery-image] Dec 19 21:39:38.952 INFO O| Dec 19 21:39:38.952 INFO STEP 313 (remove_files) COMPLETE |
5295 | 2024-12-19T21:39:41.295Z | [ recovery-image] Dec 19 21:39:38.953 INFO O| Dec 19 21:39:38.952 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5296 | 2024-12-19T21:39:41.315Z | [ recovery-image] Dec 19 21:39:38.975 INFO O| Dec 19 21:39:38.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5297 | 2024-12-19T21:39:41.315Z | [ recovery-image] Dec 19 21:39:38.976 INFO O| Dec 19 21:39:38.976 INFO STEP 314 (remove_files) COMPLETE |
5298 | 2024-12-19T21:39:41.320Z | [ recovery-image] Dec 19 21:39:38.976 INFO O| Dec 19 21:39:38.976 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5299 | 2024-12-19T21:39:41.338Z | [ recovery-image] Dec 19 21:39:38.998 INFO O| Dec 19 21:39:38.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5300 | 2024-12-19T21:39:41.338Z | [ recovery-image] Dec 19 21:39:38.998 INFO O| Dec 19 21:39:38.998 INFO STEP 315 (remove_files) COMPLETE |
5301 | 2024-12-19T21:39:41.342Z | [ recovery-image] Dec 19 21:39:38.998 INFO O| Dec 19 21:39:38.998 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5302 | 2024-12-19T21:39:41.360Z | [ recovery-image] Dec 19 21:39:39.020 INFO O| Dec 19 21:39:39.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5303 | 2024-12-19T21:39:41.360Z | [ recovery-image] Dec 19 21:39:39.020 INFO O| Dec 19 21:39:39.020 INFO STEP 316 (remove_files) COMPLETE |
5304 | 2024-12-19T21:39:41.363Z | [ recovery-image] Dec 19 21:39:39.020 INFO O| Dec 19 21:39:39.020 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5305 | 2024-12-19T21:39:41.394Z | [ recovery-image] Dec 19 21:39:39.055 INFO O| Dec 19 21:39:39.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5306 | 2024-12-19T21:39:41.394Z | [ recovery-image] Dec 19 21:39:39.055 INFO O| Dec 19 21:39:39.055 INFO STEP 317 (remove_files) COMPLETE |
5307 | 2024-12-19T21:39:41.397Z | [ recovery-image] Dec 19 21:39:39.055 INFO O| Dec 19 21:39:39.055 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5308 | 2024-12-19T21:39:41.417Z | [ recovery-image] Dec 19 21:39:39.077 INFO O| Dec 19 21:39:39.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5309 | 2024-12-19T21:39:41.418Z | [ recovery-image] Dec 19 21:39:39.077 INFO O| Dec 19 21:39:39.077 INFO STEP 318 (remove_files) COMPLETE |
5310 | 2024-12-19T21:39:41.421Z | [ recovery-image] Dec 19 21:39:39.077 INFO O| Dec 19 21:39:39.077 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5311 | 2024-12-19T21:39:41.441Z | [ recovery-image] Dec 19 21:39:39.101 INFO O| Dec 19 21:39:39.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5312 | 2024-12-19T21:39:41.444Z | [ recovery-image] Dec 19 21:39:39.101 INFO O| Dec 19 21:39:39.101 INFO STEP 319 (remove_files) COMPLETE |
5313 | 2024-12-19T21:39:41.444Z | [ recovery-image] Dec 19 21:39:39.102 INFO O| Dec 19 21:39:39.101 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5314 | 2024-12-19T21:39:41.473Z | [ recovery-image] Dec 19 21:39:39.133 INFO O| Dec 19 21:39:39.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5315 | 2024-12-19T21:39:41.473Z | [ recovery-image] Dec 19 21:39:39.133 INFO O| Dec 19 21:39:39.133 INFO STEP 320 (remove_files) COMPLETE |
5316 | 2024-12-19T21:39:41.473Z | [ recovery-image] Dec 19 21:39:39.133 INFO O| Dec 19 21:39:39.133 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5317 | 2024-12-19T21:39:41.492Z | [ recovery-image] Dec 19 21:39:39.152 INFO O| Dec 19 21:39:39.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5318 | 2024-12-19T21:39:41.492Z | [ recovery-image] Dec 19 21:39:39.152 INFO O| Dec 19 21:39:39.152 INFO STEP 321 (remove_files) COMPLETE |
5319 | 2024-12-19T21:39:41.492Z | [ recovery-image] Dec 19 21:39:39.152 INFO O| Dec 19 21:39:39.152 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5320 | 2024-12-19T21:39:41.518Z | [ recovery-image] Dec 19 21:39:39.178 INFO O| Dec 19 21:39:39.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5321 | 2024-12-19T21:39:41.520Z | [ recovery-image] Dec 19 21:39:39.178 INFO O| Dec 19 21:39:39.178 INFO STEP 322 (remove_files) COMPLETE |
5322 | 2024-12-19T21:39:41.520Z | [ recovery-image] Dec 19 21:39:39.179 INFO O| Dec 19 21:39:39.178 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5323 | 2024-12-19T21:39:41.573Z | [ recovery-image] Dec 19 21:39:39.233 INFO O| Dec 19 21:39:39.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5324 | 2024-12-19T21:39:41.573Z | [ recovery-image] Dec 19 21:39:39.233 INFO O| Dec 19 21:39:39.233 INFO STEP 323 (remove_files) COMPLETE |
5325 | 2024-12-19T21:39:41.573Z | [ recovery-image] Dec 19 21:39:39.233 INFO O| Dec 19 21:39:39.233 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5326 | 2024-12-19T21:39:41.592Z | [ recovery-image] Dec 19 21:39:39.252 INFO O| Dec 19 21:39:39.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5327 | 2024-12-19T21:39:41.592Z | [ recovery-image] Dec 19 21:39:39.252 INFO O| Dec 19 21:39:39.252 INFO STEP 324 (remove_files) COMPLETE |
5328 | 2024-12-19T21:39:41.592Z | [ recovery-image] Dec 19 21:39:39.252 INFO O| Dec 19 21:39:39.252 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5329 | 2024-12-19T21:39:41.610Z | [ recovery-image] Dec 19 21:39:39.269 INFO O| Dec 19 21:39:39.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5330 | 2024-12-19T21:39:41.610Z | [ recovery-image] Dec 19 21:39:39.269 INFO O| Dec 19 21:39:39.269 INFO STEP 325 (remove_files) COMPLETE |
5331 | 2024-12-19T21:39:41.610Z | [ recovery-image] Dec 19 21:39:39.269 INFO O| Dec 19 21:39:39.269 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5332 | 2024-12-19T21:39:41.644Z | [ recovery-image] Dec 19 21:39:39.304 INFO O| Dec 19 21:39:39.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5333 | 2024-12-19T21:39:41.644Z | [ recovery-image] Dec 19 21:39:39.304 INFO O| Dec 19 21:39:39.304 INFO STEP 326 (remove_files) COMPLETE |
5334 | 2024-12-19T21:39:41.647Z | [ recovery-image] Dec 19 21:39:39.304 INFO O| Dec 19 21:39:39.304 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5335 | 2024-12-19T21:39:41.679Z | [ recovery-image] Dec 19 21:39:39.339 INFO O| Dec 19 21:39:39.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5336 | 2024-12-19T21:39:41.679Z | [ recovery-image] Dec 19 21:39:39.339 INFO O| Dec 19 21:39:39.339 INFO STEP 327 (remove_files) COMPLETE |
5337 | 2024-12-19T21:39:41.682Z | [ recovery-image] Dec 19 21:39:39.339 INFO O| Dec 19 21:39:39.339 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5338 | 2024-12-19T21:39:41.717Z | [ recovery-image] Dec 19 21:39:39.377 INFO O| Dec 19 21:39:39.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5339 | 2024-12-19T21:39:41.720Z | [ recovery-image] Dec 19 21:39:39.377 INFO O| Dec 19 21:39:39.377 INFO STEP 328 (remove_files) COMPLETE |
5340 | 2024-12-19T21:39:41.720Z | [ recovery-image] Dec 19 21:39:39.377 INFO O| Dec 19 21:39:39.377 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5341 | 2024-12-19T21:39:41.760Z | [ recovery-image] Dec 19 21:39:39.420 INFO O| Dec 19 21:39:39.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5342 | 2024-12-19T21:39:41.760Z | [ recovery-image] Dec 19 21:39:39.420 INFO O| Dec 19 21:39:39.420 INFO STEP 329 (remove_files) COMPLETE |
5343 | 2024-12-19T21:39:41.760Z | [ recovery-image] Dec 19 21:39:39.420 INFO O| Dec 19 21:39:39.420 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5344 | 2024-12-19T21:39:41.780Z | [ recovery-image] Dec 19 21:39:39.440 INFO O| Dec 19 21:39:39.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5345 | 2024-12-19T21:39:41.780Z | [ recovery-image] Dec 19 21:39:39.440 INFO O| Dec 19 21:39:39.440 INFO STEP 330 (remove_files) COMPLETE |
5346 | 2024-12-19T21:39:41.780Z | [ recovery-image] Dec 19 21:39:39.440 INFO O| Dec 19 21:39:39.440 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5347 | 2024-12-19T21:39:41.808Z | [ recovery-image] Dec 19 21:39:39.468 INFO O| Dec 19 21:39:39.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5348 | 2024-12-19T21:39:41.811Z | [ recovery-image] Dec 19 21:39:39.469 INFO O| Dec 19 21:39:39.468 INFO STEP 331 (remove_files) COMPLETE |
5349 | 2024-12-19T21:39:41.811Z | [ recovery-image] Dec 19 21:39:39.469 INFO O| Dec 19 21:39:39.469 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5350 | 2024-12-19T21:39:41.830Z | [ recovery-image] Dec 19 21:39:39.490 INFO O| Dec 19 21:39:39.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5351 | 2024-12-19T21:39:41.833Z | [ recovery-image] Dec 19 21:39:39.490 INFO O| Dec 19 21:39:39.490 INFO STEP 332 (remove_files) COMPLETE |
5352 | 2024-12-19T21:39:41.833Z | [ recovery-image] Dec 19 21:39:39.490 INFO O| Dec 19 21:39:39.490 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5353 | 2024-12-19T21:39:41.851Z | [ recovery-image] Dec 19 21:39:39.511 INFO O| Dec 19 21:39:39.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5354 | 2024-12-19T21:39:41.855Z | [ recovery-image] Dec 19 21:39:39.515 INFO O| Dec 19 21:39:39.515 INFO STEP 333 (remove_files) COMPLETE |
5355 | 2024-12-19T21:39:41.855Z | [ recovery-image] Dec 19 21:39:39.515 INFO O| Dec 19 21:39:39.515 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5356 | 2024-12-19T21:39:41.891Z | [ recovery-image] Dec 19 21:39:39.551 INFO O| Dec 19 21:39:39.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5357 | 2024-12-19T21:39:41.894Z | [ recovery-image] Dec 19 21:39:39.551 INFO O| Dec 19 21:39:39.551 INFO STEP 334 (remove_files) COMPLETE |
5358 | 2024-12-19T21:39:41.894Z | [ recovery-image] Dec 19 21:39:39.552 INFO O| Dec 19 21:39:39.551 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5359 | 2024-12-19T21:39:41.910Z | [ recovery-image] Dec 19 21:39:39.570 INFO O| Dec 19 21:39:39.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5360 | 2024-12-19T21:39:41.913Z | [ recovery-image] Dec 19 21:39:39.571 INFO O| Dec 19 21:39:39.571 INFO STEP 335 (remove_files) COMPLETE |
5361 | 2024-12-19T21:39:41.913Z | [ recovery-image] Dec 19 21:39:39.571 INFO O| Dec 19 21:39:39.571 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5362 | 2024-12-19T21:39:41.949Z | [ recovery-image] Dec 19 21:39:39.609 INFO O| Dec 19 21:39:39.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5363 | 2024-12-19T21:39:41.952Z | [ recovery-image] Dec 19 21:39:39.609 INFO O| Dec 19 21:39:39.609 INFO STEP 336 (remove_files) COMPLETE |
5364 | 2024-12-19T21:39:41.952Z | [ recovery-image] Dec 19 21:39:39.609 INFO O| Dec 19 21:39:39.609 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5365 | 2024-12-19T21:39:41.973Z | [ recovery-image] Dec 19 21:39:39.633 INFO O| Dec 19 21:39:39.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5366 | 2024-12-19T21:39:41.974Z | [ recovery-image] Dec 19 21:39:39.633 INFO O| Dec 19 21:39:39.633 INFO STEP 337 (remove_files) COMPLETE |
5367 | 2024-12-19T21:39:41.974Z | [ recovery-image] Dec 19 21:39:39.633 INFO O| Dec 19 21:39:39.633 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5368 | 2024-12-19T21:39:41.996Z | [ recovery-image] Dec 19 21:39:39.656 INFO O| Dec 19 21:39:39.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5369 | 2024-12-19T21:39:41.996Z | [ recovery-image] Dec 19 21:39:39.656 INFO O| Dec 19 21:39:39.656 INFO STEP 338 (remove_files) COMPLETE |
5370 | 2024-12-19T21:39:41.996Z | [ recovery-image] Dec 19 21:39:39.656 INFO O| Dec 19 21:39:39.656 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5371 | 2024-12-19T21:39:42.017Z | [ recovery-image] Dec 19 21:39:39.677 INFO O| Dec 19 21:39:39.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5372 | 2024-12-19T21:39:42.017Z | [ recovery-image] Dec 19 21:39:39.677 INFO O| Dec 19 21:39:39.677 INFO STEP 339 (remove_files) COMPLETE |
5373 | 2024-12-19T21:39:42.017Z | [ recovery-image] Dec 19 21:39:39.677 INFO O| Dec 19 21:39:39.677 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5374 | 2024-12-19T21:39:42.065Z | [ recovery-image] Dec 19 21:39:39.725 INFO O| Dec 19 21:39:39.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5375 | 2024-12-19T21:39:42.065Z | [ recovery-image] Dec 19 21:39:39.725 INFO O| Dec 19 21:39:39.725 INFO STEP 340 (remove_files) COMPLETE |
5376 | 2024-12-19T21:39:42.068Z | [ recovery-image] Dec 19 21:39:39.725 INFO O| Dec 19 21:39:39.725 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5377 | 2024-12-19T21:39:42.094Z | [ recovery-image] Dec 19 21:39:39.754 INFO O| Dec 19 21:39:39.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5378 | 2024-12-19T21:39:42.097Z | [ recovery-image] Dec 19 21:39:39.754 INFO O| Dec 19 21:39:39.754 INFO STEP 341 (remove_files) COMPLETE |
5379 | 2024-12-19T21:39:42.097Z | [ recovery-image] Dec 19 21:39:39.754 INFO O| Dec 19 21:39:39.754 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5380 | 2024-12-19T21:39:42.120Z | [ recovery-image] Dec 19 21:39:39.780 INFO O| Dec 19 21:39:39.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5381 | 2024-12-19T21:39:42.120Z | [ recovery-image] Dec 19 21:39:39.780 INFO O| Dec 19 21:39:39.780 INFO STEP 342 (remove_files) COMPLETE |
5382 | 2024-12-19T21:39:42.123Z | [ recovery-image] Dec 19 21:39:39.780 INFO O| Dec 19 21:39:39.780 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5383 | 2024-12-19T21:39:42.144Z | [ recovery-image] Dec 19 21:39:39.804 INFO O| Dec 19 21:39:39.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5384 | 2024-12-19T21:39:42.147Z | [ recovery-image] Dec 19 21:39:39.804 INFO O| Dec 19 21:39:39.804 INFO STEP 343 (remove_files) COMPLETE |
5385 | 2024-12-19T21:39:42.147Z | [ recovery-image] Dec 19 21:39:39.804 INFO O| Dec 19 21:39:39.804 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5386 | 2024-12-19T21:39:42.168Z | [ recovery-image] Dec 19 21:39:39.828 INFO O| Dec 19 21:39:39.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5387 | 2024-12-19T21:39:42.168Z | [ recovery-image] Dec 19 21:39:39.828 INFO O| Dec 19 21:39:39.828 INFO STEP 344 (remove_files) COMPLETE |
5388 | 2024-12-19T21:39:42.171Z | [ recovery-image] Dec 19 21:39:39.828 INFO O| Dec 19 21:39:39.828 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5389 | 2024-12-19T21:39:42.194Z | [ recovery-image] Dec 19 21:39:39.854 INFO O| Dec 19 21:39:39.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5390 | 2024-12-19T21:39:42.195Z | [ recovery-image] Dec 19 21:39:39.854 INFO O| Dec 19 21:39:39.854 INFO STEP 345 (remove_files) COMPLETE |
5391 | 2024-12-19T21:39:42.198Z | [ recovery-image] Dec 19 21:39:39.854 INFO O| Dec 19 21:39:39.854 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5392 | 2024-12-19T21:39:42.222Z | [ recovery-image] Dec 19 21:39:39.881 INFO O| Dec 19 21:39:39.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5393 | 2024-12-19T21:39:42.225Z | [ recovery-image] Dec 19 21:39:39.885 INFO O| Dec 19 21:39:39.885 INFO STEP 346 (remove_files) COMPLETE |
5394 | 2024-12-19T21:39:42.225Z | [ recovery-image] Dec 19 21:39:39.885 INFO O| Dec 19 21:39:39.885 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5395 | 2024-12-19T21:39:42.268Z | [ recovery-image] Dec 19 21:39:39.928 INFO O| Dec 19 21:39:39.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5396 | 2024-12-19T21:39:42.271Z | [ recovery-image] Dec 19 21:39:39.928 INFO O| Dec 19 21:39:39.928 INFO STEP 347 (remove_files) COMPLETE |
5397 | 2024-12-19T21:39:42.271Z | [ recovery-image] Dec 19 21:39:39.928 INFO O| Dec 19 21:39:39.928 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5398 | 2024-12-19T21:39:42.291Z | [ recovery-image] Dec 19 21:39:39.951 INFO O| Dec 19 21:39:39.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5399 | 2024-12-19T21:39:42.298Z | [ recovery-image] Dec 19 21:39:39.951 INFO O| Dec 19 21:39:39.951 INFO STEP 348 (remove_files) COMPLETE |
5400 | 2024-12-19T21:39:42.298Z | [ recovery-image] Dec 19 21:39:39.951 INFO O| Dec 19 21:39:39.951 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5401 | 2024-12-19T21:39:42.316Z | [ recovery-image] Dec 19 21:39:39.975 INFO O| Dec 19 21:39:39.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5402 | 2024-12-19T21:39:42.316Z | [ recovery-image] Dec 19 21:39:39.975 INFO O| Dec 19 21:39:39.975 INFO STEP 349 (remove_files) COMPLETE |
5403 | 2024-12-19T21:39:42.316Z | [ recovery-image] Dec 19 21:39:39.975 INFO O| Dec 19 21:39:39.975 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5404 | 2024-12-19T21:39:42.376Z | [ recovery-image] Dec 19 21:39:40.035 INFO O| Dec 19 21:39:40.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5405 | 2024-12-19T21:39:42.376Z | [ recovery-image] Dec 19 21:39:40.036 INFO O| Dec 19 21:39:40.036 INFO STEP 350 (remove_files) COMPLETE |
5406 | 2024-12-19T21:39:42.376Z | [ recovery-image] Dec 19 21:39:40.036 INFO O| Dec 19 21:39:40.036 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5407 | 2024-12-19T21:39:42.399Z | [ recovery-image] Dec 19 21:39:40.059 INFO O| Dec 19 21:39:40.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5408 | 2024-12-19T21:39:42.399Z | [ recovery-image] Dec 19 21:39:40.059 INFO O| Dec 19 21:39:40.059 INFO STEP 351 (remove_files) COMPLETE |
5409 | 2024-12-19T21:39:42.399Z | [ recovery-image] Dec 19 21:39:40.059 INFO O| Dec 19 21:39:40.059 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5410 | 2024-12-19T21:39:42.423Z | [ recovery-image] Dec 19 21:39:40.082 INFO O| Dec 19 21:39:40.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5411 | 2024-12-19T21:39:42.423Z | [ recovery-image] Dec 19 21:39:40.083 INFO O| Dec 19 21:39:40.083 INFO STEP 352 (remove_files) COMPLETE |
5412 | 2024-12-19T21:39:42.423Z | [ recovery-image] Dec 19 21:39:40.083 INFO O| Dec 19 21:39:40.083 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5413 | 2024-12-19T21:39:42.454Z | [ recovery-image] Dec 19 21:39:40.113 INFO O| Dec 19 21:39:40.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5414 | 2024-12-19T21:39:42.454Z | [ recovery-image] Dec 19 21:39:40.113 INFO O| Dec 19 21:39:40.113 INFO STEP 353 (remove_files) COMPLETE |
5415 | 2024-12-19T21:39:42.454Z | [ recovery-image] Dec 19 21:39:40.113 INFO O| Dec 19 21:39:40.113 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5416 | 2024-12-19T21:39:42.479Z | [ recovery-image] Dec 19 21:39:40.139 INFO O| Dec 19 21:39:40.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5417 | 2024-12-19T21:39:42.479Z | [ recovery-image] Dec 19 21:39:40.139 INFO O| Dec 19 21:39:40.139 INFO STEP 354 (remove_files) COMPLETE |
5418 | 2024-12-19T21:39:42.479Z | [ recovery-image] Dec 19 21:39:40.139 INFO O| Dec 19 21:39:40.139 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5419 | 2024-12-19T21:39:42.504Z | [ recovery-image] Dec 19 21:39:40.161 INFO O| Dec 19 21:39:40.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5420 | 2024-12-19T21:39:42.504Z | [ recovery-image] Dec 19 21:39:40.162 INFO O| Dec 19 21:39:40.162 INFO STEP 355 (remove_files) COMPLETE |
5421 | 2024-12-19T21:39:42.504Z | [ recovery-image] Dec 19 21:39:40.162 INFO O| Dec 19 21:39:40.162 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5422 | 2024-12-19T21:39:42.521Z | [ recovery-image] Dec 19 21:39:40.181 INFO O| Dec 19 21:39:40.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5423 | 2024-12-19T21:39:42.525Z | [ recovery-image] Dec 19 21:39:40.181 INFO O| Dec 19 21:39:40.181 INFO STEP 356 (remove_files) COMPLETE |
5424 | 2024-12-19T21:39:42.525Z | [ recovery-image] Dec 19 21:39:40.182 INFO O| Dec 19 21:39:40.181 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5425 | 2024-12-19T21:39:42.542Z | [ recovery-image] Dec 19 21:39:40.202 INFO O| Dec 19 21:39:40.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5426 | 2024-12-19T21:39:42.545Z | [ recovery-image] Dec 19 21:39:40.202 INFO O| Dec 19 21:39:40.202 INFO STEP 357 (remove_files) COMPLETE |
5427 | 2024-12-19T21:39:42.545Z | [ recovery-image] Dec 19 21:39:40.203 INFO O| Dec 19 21:39:40.202 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5428 | 2024-12-19T21:39:42.545Z | [ host-image] Dec 19 21:39:40.204 INFO O| Dec 19 21:39:40.203 INFO O| Planning: Solver setup ... Done |
5429 | 2024-12-19T21:39:42.552Z | [ host-image] Dec 19 21:39:40.210 INFO O| Dec 19 21:39:40.210 INFO O| Planning: Running solver ... Done |
5430 | 2024-12-19T21:39:42.562Z | [ recovery-image] Dec 19 21:39:40.222 INFO O| Dec 19 21:39:40.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5431 | 2024-12-19T21:39:42.565Z | [ recovery-image] Dec 19 21:39:40.222 INFO O| Dec 19 21:39:40.222 INFO STEP 358 (remove_files) COMPLETE |
5432 | 2024-12-19T21:39:42.565Z | [ recovery-image] Dec 19 21:39:40.222 INFO O| Dec 19 21:39:40.222 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5433 | 2024-12-19T21:39:42.582Z | [ recovery-image] Dec 19 21:39:40.242 INFO O| Dec 19 21:39:40.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5434 | 2024-12-19T21:39:42.585Z | [ recovery-image] Dec 19 21:39:40.242 INFO O| Dec 19 21:39:40.242 INFO STEP 359 (remove_files) COMPLETE |
5435 | 2024-12-19T21:39:42.585Z | [ recovery-image] Dec 19 21:39:40.242 INFO O| Dec 19 21:39:40.242 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5436 | 2024-12-19T21:39:42.623Z | [ recovery-image] Dec 19 21:39:40.283 INFO O| Dec 19 21:39:40.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5437 | 2024-12-19T21:39:42.645Z | [ recovery-image] Dec 19 21:39:40.304 INFO O| Dec 19 21:39:40.304 INFO STEP 360 (remove_files) COMPLETE |
5438 | 2024-12-19T21:39:42.648Z | [ recovery-image] Dec 19 21:39:40.304 INFO O| Dec 19 21:39:40.304 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5439 | 2024-12-19T21:39:42.663Z | [ host-image] Dec 19 21:39:40.322 INFO O| Dec 19 21:39:40.322 INFO O| Planning: Finding local manifests ... Done |
5440 | 2024-12-19T21:39:42.666Z | [ host-image] Dec 19 21:39:40.324 INFO O| Dec 19 21:39:40.323 INFO O| Planning: Fetching manifests: 0/1 0% complete |
5441 | 2024-12-19T21:39:42.705Z | [ recovery-image] Dec 19 21:39:40.364 INFO O| Dec 19 21:39:40.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5442 | 2024-12-19T21:39:42.708Z | [ recovery-image] Dec 19 21:39:40.365 INFO O| Dec 19 21:39:40.364 INFO STEP 361 (remove_files) COMPLETE |
5443 | 2024-12-19T21:39:42.708Z | [ recovery-image] Dec 19 21:39:40.365 INFO O| Dec 19 21:39:40.365 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5444 | 2024-12-19T21:39:42.745Z | [ recovery-image] Dec 19 21:39:40.405 INFO O| Dec 19 21:39:40.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5445 | 2024-12-19T21:39:42.748Z | [ recovery-image] Dec 19 21:39:40.405 INFO O| Dec 19 21:39:40.405 INFO STEP 362 (remove_files) COMPLETE |
5446 | 2024-12-19T21:39:42.748Z | [ recovery-image] Dec 19 21:39:40.405 INFO O| Dec 19 21:39:40.405 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5447 | 2024-12-19T21:39:42.766Z | [ recovery-image] Dec 19 21:39:40.426 INFO O| Dec 19 21:39:40.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5448 | 2024-12-19T21:39:42.769Z | [ recovery-image] Dec 19 21:39:40.426 INFO O| Dec 19 21:39:40.426 INFO STEP 363 (remove_files) COMPLETE |
5449 | 2024-12-19T21:39:42.769Z | [ recovery-image] Dec 19 21:39:40.426 INFO O| Dec 19 21:39:40.426 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5450 | 2024-12-19T21:39:42.787Z | [ recovery-image] Dec 19 21:39:40.446 INFO O| Dec 19 21:39:40.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5451 | 2024-12-19T21:39:42.791Z | [ recovery-image] Dec 19 21:39:40.446 INFO O| Dec 19 21:39:40.446 INFO STEP 364 (remove_files) COMPLETE |
5452 | 2024-12-19T21:39:42.791Z | [ recovery-image] Dec 19 21:39:40.447 INFO O| Dec 19 21:39:40.446 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5453 | 2024-12-19T21:39:42.826Z | [ recovery-image] Dec 19 21:39:40.486 INFO O| Dec 19 21:39:40.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5454 | 2024-12-19T21:39:42.829Z | [ recovery-image] Dec 19 21:39:40.486 INFO O| Dec 19 21:39:40.486 INFO STEP 365 (remove_files) COMPLETE |
5455 | 2024-12-19T21:39:42.829Z | [ recovery-image] Dec 19 21:39:40.486 INFO O| Dec 19 21:39:40.486 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5456 | 2024-12-19T21:39:42.847Z | [ recovery-image] Dec 19 21:39:40.507 INFO O| Dec 19 21:39:40.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5457 | 2024-12-19T21:39:42.851Z | [ recovery-image] Dec 19 21:39:40.507 INFO O| Dec 19 21:39:40.507 INFO STEP 366 (remove_files) COMPLETE |
5458 | 2024-12-19T21:39:42.851Z | [ recovery-image] Dec 19 21:39:40.507 INFO O| Dec 19 21:39:40.507 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5459 | 2024-12-19T21:39:42.881Z | [ recovery-image] Dec 19 21:39:40.540 INFO O| Dec 19 21:39:40.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5460 | 2024-12-19T21:39:42.883Z | [ recovery-image] Dec 19 21:39:40.540 INFO O| Dec 19 21:39:40.540 INFO STEP 367 (remove_files) COMPLETE |
5461 | 2024-12-19T21:39:42.883Z | [ recovery-image] Dec 19 21:39:40.540 INFO O| Dec 19 21:39:40.540 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5462 | 2024-12-19T21:39:42.907Z | [ recovery-image] Dec 19 21:39:40.566 INFO O| Dec 19 21:39:40.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5463 | 2024-12-19T21:39:42.907Z | [ recovery-image] Dec 19 21:39:40.566 INFO O| Dec 19 21:39:40.566 INFO STEP 368 (remove_files) COMPLETE |
5464 | 2024-12-19T21:39:42.907Z | [ recovery-image] Dec 19 21:39:40.566 INFO O| Dec 19 21:39:40.566 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5465 | 2024-12-19T21:39:42.967Z | [ recovery-image] Dec 19 21:39:40.627 INFO O| Dec 19 21:39:40.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5466 | 2024-12-19T21:39:42.967Z | [ recovery-image] Dec 19 21:39:40.627 INFO O| Dec 19 21:39:40.627 INFO STEP 369 (remove_files) COMPLETE |
5467 | 2024-12-19T21:39:42.967Z | [ recovery-image] Dec 19 21:39:40.627 INFO O| Dec 19 21:39:40.627 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5468 | 2024-12-19T21:39:42.988Z | [ recovery-image] Dec 19 21:39:40.647 INFO O| Dec 19 21:39:40.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5469 | 2024-12-19T21:39:42.988Z | [ recovery-image] Dec 19 21:39:40.647 INFO O| Dec 19 21:39:40.647 INFO STEP 370 (remove_files) COMPLETE |
5470 | 2024-12-19T21:39:42.988Z | [ recovery-image] Dec 19 21:39:40.647 INFO O| Dec 19 21:39:40.647 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5471 | 2024-12-19T21:39:43.006Z | [ recovery-image] Dec 19 21:39:40.665 INFO O| Dec 19 21:39:40.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5472 | 2024-12-19T21:39:43.006Z | [ recovery-image] Dec 19 21:39:40.665 INFO O| Dec 19 21:39:40.665 INFO STEP 371 (remove_files) COMPLETE |
5473 | 2024-12-19T21:39:43.006Z | [ recovery-image] Dec 19 21:39:40.665 INFO O| Dec 19 21:39:40.665 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5474 | 2024-12-19T21:39:43.028Z | [ recovery-image] Dec 19 21:39:40.687 INFO O| Dec 19 21:39:40.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5475 | 2024-12-19T21:39:43.028Z | [ recovery-image] Dec 19 21:39:40.687 INFO O| Dec 19 21:39:40.687 INFO STEP 372 (remove_files) COMPLETE |
5476 | 2024-12-19T21:39:43.028Z | [ recovery-image] Dec 19 21:39:40.687 INFO O| Dec 19 21:39:40.687 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5477 | 2024-12-19T21:39:43.053Z | [ recovery-image] Dec 19 21:39:40.712 INFO O| Dec 19 21:39:40.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5478 | 2024-12-19T21:39:43.053Z | [ recovery-image] Dec 19 21:39:40.712 INFO O| Dec 19 21:39:40.712 INFO STEP 373 (remove_files) COMPLETE |
5479 | 2024-12-19T21:39:43.053Z | [ recovery-image] Dec 19 21:39:40.712 INFO O| Dec 19 21:39:40.712 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5480 | 2024-12-19T21:39:43.076Z | [ recovery-image] Dec 19 21:39:40.736 INFO O| Dec 19 21:39:40.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5481 | 2024-12-19T21:39:43.077Z | [ recovery-image] Dec 19 21:39:40.736 INFO O| Dec 19 21:39:40.736 INFO STEP 374 (remove_files) COMPLETE |
5482 | 2024-12-19T21:39:43.077Z | [ recovery-image] Dec 19 21:39:40.736 INFO O| Dec 19 21:39:40.736 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5483 | 2024-12-19T21:39:43.099Z | [ recovery-image] Dec 19 21:39:40.759 INFO O| Dec 19 21:39:40.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5484 | 2024-12-19T21:39:43.099Z | [ recovery-image] Dec 19 21:39:40.759 INFO O| Dec 19 21:39:40.759 INFO STEP 375 (remove_files) COMPLETE |
5485 | 2024-12-19T21:39:43.099Z | [ recovery-image] Dec 19 21:39:40.759 INFO O| Dec 19 21:39:40.759 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5486 | 2024-12-19T21:39:43.121Z | [ recovery-image] Dec 19 21:39:40.780 INFO O| Dec 19 21:39:40.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5487 | 2024-12-19T21:39:43.121Z | [ recovery-image] Dec 19 21:39:40.780 INFO O| Dec 19 21:39:40.780 INFO STEP 376 (remove_files) COMPLETE |
5488 | 2024-12-19T21:39:43.121Z | [ recovery-image] Dec 19 21:39:40.780 INFO O| Dec 19 21:39:40.780 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5489 | 2024-12-19T21:39:43.142Z | [ recovery-image] Dec 19 21:39:40.801 INFO O| Dec 19 21:39:40.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5490 | 2024-12-19T21:39:43.142Z | [ recovery-image] Dec 19 21:39:40.801 INFO O| Dec 19 21:39:40.801 INFO STEP 377 (remove_files) COMPLETE |
5491 | 2024-12-19T21:39:43.146Z | [ recovery-image] Dec 19 21:39:40.801 INFO O| Dec 19 21:39:40.801 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5492 | 2024-12-19T21:39:43.178Z | [ recovery-image] Dec 19 21:39:40.838 INFO O| Dec 19 21:39:40.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5493 | 2024-12-19T21:39:43.179Z | [ recovery-image] Dec 19 21:39:40.838 INFO O| Dec 19 21:39:40.838 INFO STEP 378 (remove_files) COMPLETE |
5494 | 2024-12-19T21:39:43.179Z | [ recovery-image] Dec 19 21:39:40.838 INFO O| Dec 19 21:39:40.838 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5495 | 2024-12-19T21:39:43.202Z | [ recovery-image] Dec 19 21:39:40.861 INFO O| Dec 19 21:39:40.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5496 | 2024-12-19T21:39:43.204Z | [ recovery-image] Dec 19 21:39:40.861 INFO O| Dec 19 21:39:40.861 INFO STEP 379 (remove_files) COMPLETE |
5497 | 2024-12-19T21:39:43.204Z | [ recovery-image] Dec 19 21:39:40.861 INFO O| Dec 19 21:39:40.861 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5498 | 2024-12-19T21:39:43.224Z | [ recovery-image] Dec 19 21:39:40.883 INFO O| Dec 19 21:39:40.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5499 | 2024-12-19T21:39:43.224Z | [ recovery-image] Dec 19 21:39:40.883 INFO O| Dec 19 21:39:40.883 INFO STEP 380 (remove_files) COMPLETE |
5500 | 2024-12-19T21:39:43.224Z | [ recovery-image] Dec 19 21:39:40.883 INFO O| Dec 19 21:39:40.883 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5501 | 2024-12-19T21:39:43.245Z | [ recovery-image] Dec 19 21:39:40.904 INFO O| Dec 19 21:39:40.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5502 | 2024-12-19T21:39:43.245Z | [ recovery-image] Dec 19 21:39:40.904 INFO O| Dec 19 21:39:40.904 INFO STEP 381 (remove_files) COMPLETE |
5503 | 2024-12-19T21:39:43.245Z | [ recovery-image] Dec 19 21:39:40.904 INFO O| Dec 19 21:39:40.904 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5504 | 2024-12-19T21:39:43.272Z | [ recovery-image] Dec 19 21:39:40.931 INFO O| Dec 19 21:39:40.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5505 | 2024-12-19T21:39:43.272Z | [ recovery-image] Dec 19 21:39:40.931 INFO O| Dec 19 21:39:40.931 INFO STEP 382 (remove_files) COMPLETE |
5506 | 2024-12-19T21:39:43.275Z | [ recovery-image] Dec 19 21:39:40.931 INFO O| Dec 19 21:39:40.931 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5507 | 2024-12-19T21:39:43.288Z | [ host-image] Dec 19 21:39:40.946 INFO O| Dec 19 21:39:40.946 INFO O| Planning: Fetching manifests: 1/1 100% complete |
5508 | 2024-12-19T21:39:43.300Z | [ recovery-image] Dec 19 21:39:40.959 INFO O| Dec 19 21:39:40.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5509 | 2024-12-19T21:39:43.300Z | [ recovery-image] Dec 19 21:39:40.959 INFO O| Dec 19 21:39:40.959 INFO STEP 383 (remove_files) COMPLETE |
5510 | 2024-12-19T21:39:43.303Z | [ recovery-image] Dec 19 21:39:40.959 INFO O| Dec 19 21:39:40.959 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5511 | 2024-12-19T21:39:43.327Z | [ host-image] Dec 19 21:39:40.987 INFO O| Dec 19 21:39:40.986 INFO O| Planning: Package planning ... Done |
5512 | 2024-12-19T21:39:43.330Z | [ host-image] Dec 19 21:39:40.988 INFO O| Dec 19 21:39:40.987 INFO O| Planning: Merging actions ... Done |
5513 | 2024-12-19T21:39:43.352Z | [ recovery-image] Dec 19 21:39:41.011 INFO O| Dec 19 21:39:41.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5514 | 2024-12-19T21:39:43.352Z | [ recovery-image] Dec 19 21:39:41.011 INFO O| Dec 19 21:39:41.011 INFO STEP 384 (remove_files) COMPLETE |
5515 | 2024-12-19T21:39:43.355Z | [ recovery-image] Dec 19 21:39:41.011 INFO O| Dec 19 21:39:41.011 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5516 | 2024-12-19T21:39:43.373Z | [ recovery-image] Dec 19 21:39:41.033 INFO O| Dec 19 21:39:41.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5517 | 2024-12-19T21:39:43.373Z | [ recovery-image] Dec 19 21:39:41.033 INFO O| Dec 19 21:39:41.033 INFO STEP 385 (remove_files) COMPLETE |
5518 | 2024-12-19T21:39:43.376Z | [ recovery-image] Dec 19 21:39:41.033 INFO O| Dec 19 21:39:41.033 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5519 | 2024-12-19T21:39:43.416Z | [ recovery-image] Dec 19 21:39:41.075 INFO O| Dec 19 21:39:41.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5520 | 2024-12-19T21:39:43.416Z | [ recovery-image] Dec 19 21:39:41.075 INFO O| Dec 19 21:39:41.075 INFO STEP 386 (remove_files) COMPLETE |
5521 | 2024-12-19T21:39:43.419Z | [ recovery-image] Dec 19 21:39:41.075 INFO O| Dec 19 21:39:41.075 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5522 | 2024-12-19T21:39:43.460Z | [ host-image] Dec 19 21:39:41.119 INFO O| Dec 19 21:39:41.119 INFO O| Planning: Checking for conflicting actions ... Done |
5523 | 2024-12-19T21:39:43.463Z | [ host-image] Dec 19 21:39:41.120 INFO O| Dec 19 21:39:41.120 INFO O| Planning: Consolidating action changes ... Done |
5524 | 2024-12-19T21:39:43.490Z | [ recovery-image] Dec 19 21:39:41.148 INFO O| Dec 19 21:39:41.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5525 | 2024-12-19T21:39:43.490Z | [ recovery-image] Dec 19 21:39:41.149 INFO O| Dec 19 21:39:41.149 INFO STEP 387 (remove_files) COMPLETE |
5526 | 2024-12-19T21:39:43.493Z | [ recovery-image] Dec 19 21:39:41.149 INFO O| Dec 19 21:39:41.149 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5527 | 2024-12-19T21:39:43.508Z | [ recovery-image] Dec 19 21:39:41.167 INFO O| Dec 19 21:39:41.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5528 | 2024-12-19T21:39:43.508Z | [ recovery-image] Dec 19 21:39:41.167 INFO O| Dec 19 21:39:41.167 INFO STEP 388 (remove_files) COMPLETE |
5529 | 2024-12-19T21:39:43.511Z | [ recovery-image] Dec 19 21:39:41.167 INFO O| Dec 19 21:39:41.167 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5530 | 2024-12-19T21:39:43.534Z | [ recovery-image] Dec 19 21:39:41.192 INFO O| Dec 19 21:39:41.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5531 | 2024-12-19T21:39:43.534Z | [ recovery-image] Dec 19 21:39:41.192 INFO O| Dec 19 21:39:41.192 INFO STEP 389 (remove_files) COMPLETE |
5532 | 2024-12-19T21:39:43.534Z | [ recovery-image] Dec 19 21:39:41.192 INFO O| Dec 19 21:39:41.192 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5533 | 2024-12-19T21:39:43.569Z | [ recovery-image] Dec 19 21:39:41.228 INFO O| Dec 19 21:39:41.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5534 | 2024-12-19T21:39:43.569Z | [ recovery-image] Dec 19 21:39:41.228 INFO O| Dec 19 21:39:41.228 INFO STEP 390 (remove_files) COMPLETE |
5535 | 2024-12-19T21:39:43.569Z | [ recovery-image] Dec 19 21:39:41.228 INFO O| Dec 19 21:39:41.228 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5536 | 2024-12-19T21:39:43.629Z | [ recovery-image] Dec 19 21:39:41.287 INFO O| Dec 19 21:39:41.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5537 | 2024-12-19T21:39:43.629Z | [ recovery-image] Dec 19 21:39:41.287 INFO O| Dec 19 21:39:41.287 INFO STEP 391 (remove_files) COMPLETE |
5538 | 2024-12-19T21:39:43.629Z | [ recovery-image] Dec 19 21:39:41.287 INFO O| Dec 19 21:39:41.287 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5539 | 2024-12-19T21:39:43.690Z | [ recovery-image] Dec 19 21:39:41.349 INFO O| Dec 19 21:39:41.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5540 | 2024-12-19T21:39:43.690Z | [ recovery-image] Dec 19 21:39:41.349 INFO O| Dec 19 21:39:41.349 INFO STEP 392 (remove_files) COMPLETE |
5541 | 2024-12-19T21:39:43.690Z | [ recovery-image] Dec 19 21:39:41.349 INFO O| Dec 19 21:39:41.349 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5542 | 2024-12-19T21:39:43.711Z | [ recovery-image] Dec 19 21:39:41.371 INFO O| Dec 19 21:39:41.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5543 | 2024-12-19T21:39:43.712Z | [ recovery-image] Dec 19 21:39:41.371 INFO O| Dec 19 21:39:41.371 INFO STEP 393 (remove_files) COMPLETE |
5544 | 2024-12-19T21:39:43.715Z | [ recovery-image] Dec 19 21:39:41.371 INFO O| Dec 19 21:39:41.371 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5545 | 2024-12-19T21:39:43.732Z | [ recovery-image] Dec 19 21:39:41.391 INFO O| Dec 19 21:39:41.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5546 | 2024-12-19T21:39:43.732Z | [ recovery-image] Dec 19 21:39:41.391 INFO O| Dec 19 21:39:41.391 INFO STEP 394 (remove_files) COMPLETE |
5547 | 2024-12-19T21:39:43.732Z | [ recovery-image] Dec 19 21:39:41.391 INFO O| Dec 19 21:39:41.391 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5548 | 2024-12-19T21:39:43.773Z | [ recovery-image] Dec 19 21:39:41.432 INFO O| Dec 19 21:39:41.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5549 | 2024-12-19T21:39:43.776Z | [ recovery-image] Dec 19 21:39:41.432 INFO O| Dec 19 21:39:41.432 INFO STEP 395 (remove_files) COMPLETE |
5550 | 2024-12-19T21:39:43.776Z | [ recovery-image] Dec 19 21:39:41.432 INFO O| Dec 19 21:39:41.432 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5551 | 2024-12-19T21:39:43.794Z | [ recovery-image] Dec 19 21:39:41.453 INFO O| Dec 19 21:39:41.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5552 | 2024-12-19T21:39:43.797Z | [ recovery-image] Dec 19 21:39:41.453 INFO O| Dec 19 21:39:41.453 INFO STEP 396 (remove_files) COMPLETE |
5553 | 2024-12-19T21:39:43.797Z | [ recovery-image] Dec 19 21:39:41.453 INFO O| Dec 19 21:39:41.453 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5554 | 2024-12-19T21:39:43.817Z | [ host-image] Dec 19 21:39:41.476 INFO O| Dec 19 21:39:41.476 INFO O| Planning: Evaluating mediators ... Done |
5555 | 2024-12-19T21:39:43.820Z | [ host-image] Dec 19 21:39:41.477 INFO O| Dec 19 21:39:41.477 INFO O| Planning: Planning completed in 5.56 seconds |
5556 | 2024-12-19T21:39:43.822Z | [ host-image] Dec 19 21:39:41.480 INFO O| Dec 19 21:39:41.480 INFO O| Packages to install: 1 |
5557 | 2024-12-19T21:39:43.831Z | [ recovery-image] Dec 19 21:39:41.490 INFO O| Dec 19 21:39:41.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5558 | 2024-12-19T21:39:43.831Z | [ recovery-image] Dec 19 21:39:41.490 INFO O| Dec 19 21:39:41.490 INFO STEP 397 (remove_files) COMPLETE |
5559 | 2024-12-19T21:39:43.831Z | [ recovery-image] Dec 19 21:39:41.490 INFO O| Dec 19 21:39:41.490 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5560 | 2024-12-19T21:39:43.858Z | [ host-image] Dec 19 21:39:41.507 INFO O| Dec 19 21:39:41.506 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
5561 | 2024-12-19T21:39:43.865Z | [ recovery-image] Dec 19 21:39:41.512 INFO O| Dec 19 21:39:41.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5562 | 2024-12-19T21:39:43.865Z | [ recovery-image] Dec 19 21:39:41.512 INFO O| Dec 19 21:39:41.512 INFO STEP 398 (remove_files) COMPLETE |
5563 | 2024-12-19T21:39:43.865Z | [ recovery-image] Dec 19 21:39:41.512 INFO O| Dec 19 21:39:41.512 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5564 | 2024-12-19T21:39:43.872Z | [ recovery-image] Dec 19 21:39:41.531 INFO O| Dec 19 21:39:41.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5565 | 2024-12-19T21:39:43.872Z | [ recovery-image] Dec 19 21:39:41.532 INFO O| Dec 19 21:39:41.531 INFO STEP 399 (remove_files) COMPLETE |
5566 | 2024-12-19T21:39:43.875Z | [ recovery-image] Dec 19 21:39:41.532 INFO O| Dec 19 21:39:41.532 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5567 | 2024-12-19T21:39:43.894Z | [ recovery-image] Dec 19 21:39:41.552 INFO O| Dec 19 21:39:41.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5568 | 2024-12-19T21:39:43.894Z | [ recovery-image] Dec 19 21:39:41.553 INFO O| Dec 19 21:39:41.553 INFO STEP 400 (remove_files) COMPLETE |
5569 | 2024-12-19T21:39:43.894Z | [ recovery-image] Dec 19 21:39:41.553 INFO O| Dec 19 21:39:41.553 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5570 | 2024-12-19T21:39:43.916Z | [ recovery-image] Dec 19 21:39:41.574 INFO O| Dec 19 21:39:41.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5571 | 2024-12-19T21:39:43.916Z | [ recovery-image] Dec 19 21:39:41.574 INFO O| Dec 19 21:39:41.574 INFO STEP 401 (remove_files) COMPLETE |
5572 | 2024-12-19T21:39:43.919Z | [ recovery-image] Dec 19 21:39:41.574 INFO O| Dec 19 21:39:41.574 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5573 | 2024-12-19T21:39:43.935Z | [ recovery-image] Dec 19 21:39:41.594 INFO O| Dec 19 21:39:41.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5574 | 2024-12-19T21:39:43.935Z | [ recovery-image] Dec 19 21:39:41.594 INFO O| Dec 19 21:39:41.594 INFO STEP 402 (remove_files) COMPLETE |
5575 | 2024-12-19T21:39:43.935Z | [ recovery-image] Dec 19 21:39:41.594 INFO O| Dec 19 21:39:41.594 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5576 | 2024-12-19T21:39:43.970Z | [ recovery-image] Dec 19 21:39:41.621 INFO O| Dec 19 21:39:41.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5577 | 2024-12-19T21:39:43.970Z | [ recovery-image] Dec 19 21:39:41.621 INFO O| Dec 19 21:39:41.614 INFO STEP 403 (remove_files) COMPLETE |
5578 | 2024-12-19T21:39:43.970Z | [ recovery-image] Dec 19 21:39:41.621 INFO O| Dec 19 21:39:41.614 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5579 | 2024-12-19T21:39:43.977Z | [ recovery-image] Dec 19 21:39:41.634 INFO O| Dec 19 21:39:41.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5580 | 2024-12-19T21:39:43.977Z | [ recovery-image] Dec 19 21:39:41.634 INFO O| Dec 19 21:39:41.634 INFO STEP 404 (remove_files) COMPLETE |
5581 | 2024-12-19T21:39:43.978Z | [ recovery-image] Dec 19 21:39:41.634 INFO O| Dec 19 21:39:41.634 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5582 | 2024-12-19T21:39:43.995Z | [ recovery-image] Dec 19 21:39:41.653 INFO O| Dec 19 21:39:41.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5583 | 2024-12-19T21:39:43.995Z | [ recovery-image] Dec 19 21:39:41.653 INFO O| Dec 19 21:39:41.653 INFO STEP 405 (remove_files) COMPLETE |
5584 | 2024-12-19T21:39:44.002Z | [ recovery-image] Dec 19 21:39:41.653 INFO O| Dec 19 21:39:41.653 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5585 | 2024-12-19T21:39:44.014Z | [ recovery-image] Dec 19 21:39:41.673 INFO O| Dec 19 21:39:41.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5586 | 2024-12-19T21:39:44.014Z | [ recovery-image] Dec 19 21:39:41.673 INFO O| Dec 19 21:39:41.673 INFO STEP 406 (remove_files) COMPLETE |
5587 | 2024-12-19T21:39:44.017Z | [ recovery-image] Dec 19 21:39:41.673 INFO O| Dec 19 21:39:41.673 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5588 | 2024-12-19T21:39:44.038Z | [ recovery-image] Dec 19 21:39:41.697 INFO O| Dec 19 21:39:41.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5589 | 2024-12-19T21:39:44.038Z | [ recovery-image] Dec 19 21:39:41.697 INFO O| Dec 19 21:39:41.697 INFO STEP 407 (remove_files) COMPLETE |
5590 | 2024-12-19T21:39:44.038Z | [ recovery-image] Dec 19 21:39:41.697 INFO O| Dec 19 21:39:41.697 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5591 | 2024-12-19T21:39:44.080Z | [ recovery-image] Dec 19 21:39:41.738 INFO O| Dec 19 21:39:41.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5592 | 2024-12-19T21:39:44.080Z | [ recovery-image] Dec 19 21:39:41.738 INFO O| Dec 19 21:39:41.738 INFO STEP 408 (remove_files) COMPLETE |
5593 | 2024-12-19T21:39:44.080Z | [ recovery-image] Dec 19 21:39:41.738 INFO O| Dec 19 21:39:41.738 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5594 | 2024-12-19T21:39:44.136Z | [ recovery-image] Dec 19 21:39:41.795 INFO O| Dec 19 21:39:41.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5595 | 2024-12-19T21:39:44.136Z | [ recovery-image] Dec 19 21:39:41.795 INFO O| Dec 19 21:39:41.795 INFO STEP 409 (remove_files) COMPLETE |
5596 | 2024-12-19T21:39:44.137Z | [ recovery-image] Dec 19 21:39:41.795 INFO O| Dec 19 21:39:41.795 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5597 | 2024-12-19T21:39:44.161Z | [ recovery-image] Dec 19 21:39:41.819 INFO O| Dec 19 21:39:41.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5598 | 2024-12-19T21:39:44.161Z | [ recovery-image] Dec 19 21:39:41.819 INFO O| Dec 19 21:39:41.819 INFO STEP 410 (remove_files) COMPLETE |
5599 | 2024-12-19T21:39:44.161Z | [ recovery-image] Dec 19 21:39:41.819 INFO O| Dec 19 21:39:41.819 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5600 | 2024-12-19T21:39:44.229Z | [ recovery-image] Dec 19 21:39:41.888 INFO O| Dec 19 21:39:41.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5601 | 2024-12-19T21:39:44.230Z | [ recovery-image] Dec 19 21:39:41.888 INFO O| Dec 19 21:39:41.888 INFO STEP 411 (remove_files) COMPLETE |
5602 | 2024-12-19T21:39:44.230Z | [ recovery-image] Dec 19 21:39:41.888 INFO O| Dec 19 21:39:41.888 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5603 | 2024-12-19T21:39:44.320Z | [ recovery-image] Dec 19 21:39:41.979 INFO O| Dec 19 21:39:41.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5604 | 2024-12-19T21:39:44.320Z | [ recovery-image] Dec 19 21:39:41.979 INFO O| Dec 19 21:39:41.979 INFO STEP 412 (remove_files) COMPLETE |
5605 | 2024-12-19T21:39:44.320Z | [ recovery-image] Dec 19 21:39:41.979 INFO O| Dec 19 21:39:41.979 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5606 | 2024-12-19T21:39:44.343Z | [ recovery-image] Dec 19 21:39:42.001 INFO O| Dec 19 21:39:42.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5607 | 2024-12-19T21:39:44.343Z | [ recovery-image] Dec 19 21:39:42.001 INFO O| Dec 19 21:39:42.001 INFO STEP 413 (remove_files) COMPLETE |
5608 | 2024-12-19T21:39:44.344Z | [ recovery-image] Dec 19 21:39:42.001 INFO O| Dec 19 21:39:42.001 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5609 | 2024-12-19T21:39:44.365Z | [ recovery-image] Dec 19 21:39:42.023 INFO O| Dec 19 21:39:42.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5610 | 2024-12-19T21:39:44.365Z | [ recovery-image] Dec 19 21:39:42.023 INFO O| Dec 19 21:39:42.023 INFO STEP 414 (remove_files) COMPLETE |
5611 | 2024-12-19T21:39:44.365Z | [ recovery-image] Dec 19 21:39:42.024 INFO O| Dec 19 21:39:42.023 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5612 | 2024-12-19T21:39:44.386Z | [ recovery-image] Dec 19 21:39:42.044 INFO O| Dec 19 21:39:42.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5613 | 2024-12-19T21:39:44.386Z | [ recovery-image] Dec 19 21:39:42.044 INFO O| Dec 19 21:39:42.044 INFO STEP 415 (remove_files) COMPLETE |
5614 | 2024-12-19T21:39:44.386Z | [ recovery-image] Dec 19 21:39:42.045 INFO O| Dec 19 21:39:42.044 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5615 | 2024-12-19T21:39:44.427Z | [ recovery-image] Dec 19 21:39:42.085 INFO O| Dec 19 21:39:42.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5616 | 2024-12-19T21:39:44.436Z | [ recovery-image] Dec 19 21:39:42.086 INFO O| Dec 19 21:39:42.086 INFO STEP 416 (remove_files) COMPLETE |
5617 | 2024-12-19T21:39:44.436Z | [ recovery-image] Dec 19 21:39:42.086 INFO O| Dec 19 21:39:42.086 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5618 | 2024-12-19T21:39:44.447Z | [ recovery-image] Dec 19 21:39:42.106 INFO O| Dec 19 21:39:42.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5619 | 2024-12-19T21:39:44.461Z | [ recovery-image] Dec 19 21:39:42.118 INFO O| Dec 19 21:39:42.118 INFO STEP 417 (remove_files) COMPLETE |
5620 | 2024-12-19T21:39:44.461Z | [ recovery-image] Dec 19 21:39:42.118 INFO O| Dec 19 21:39:42.118 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5621 | 2024-12-19T21:39:44.493Z | [ recovery-image] Dec 19 21:39:42.149 INFO O| Dec 19 21:39:42.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5622 | 2024-12-19T21:39:44.493Z | [ recovery-image] Dec 19 21:39:42.149 INFO O| Dec 19 21:39:42.149 INFO STEP 418 (remove_files) COMPLETE |
5623 | 2024-12-19T21:39:44.493Z | [ recovery-image] Dec 19 21:39:42.149 INFO O| Dec 19 21:39:42.149 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5624 | 2024-12-19T21:39:44.513Z | [ recovery-image] Dec 19 21:39:42.171 INFO O| Dec 19 21:39:42.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5625 | 2024-12-19T21:39:44.513Z | [ recovery-image] Dec 19 21:39:42.171 INFO O| Dec 19 21:39:42.171 INFO STEP 419 (remove_files) COMPLETE |
5626 | 2024-12-19T21:39:44.513Z | [ recovery-image] Dec 19 21:39:42.171 INFO O| Dec 19 21:39:42.171 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5627 | 2024-12-19T21:39:44.564Z | [ recovery-image] Dec 19 21:39:42.223 INFO O| Dec 19 21:39:42.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5628 | 2024-12-19T21:39:44.564Z | [ recovery-image] Dec 19 21:39:42.223 INFO O| Dec 19 21:39:42.223 INFO STEP 420 (remove_files) COMPLETE |
5629 | 2024-12-19T21:39:44.564Z | [ recovery-image] Dec 19 21:39:42.223 INFO O| Dec 19 21:39:42.223 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5630 | 2024-12-19T21:39:44.585Z | [ recovery-image] Dec 19 21:39:42.244 INFO O| Dec 19 21:39:42.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5631 | 2024-12-19T21:39:44.585Z | [ recovery-image] Dec 19 21:39:42.244 INFO O| Dec 19 21:39:42.244 INFO STEP 421 (remove_files) COMPLETE |
5632 | 2024-12-19T21:39:44.585Z | [ recovery-image] Dec 19 21:39:42.244 INFO O| Dec 19 21:39:42.244 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5633 | 2024-12-19T21:39:44.620Z | [ recovery-image] Dec 19 21:39:42.278 INFO O| Dec 19 21:39:42.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5634 | 2024-12-19T21:39:44.620Z | [ recovery-image] Dec 19 21:39:42.278 INFO O| Dec 19 21:39:42.278 INFO STEP 422 (remove_files) COMPLETE |
5635 | 2024-12-19T21:39:44.620Z | [ recovery-image] Dec 19 21:39:42.278 INFO O| Dec 19 21:39:42.278 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5636 | 2024-12-19T21:39:44.639Z | [ recovery-image] Dec 19 21:39:42.297 INFO O| Dec 19 21:39:42.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5637 | 2024-12-19T21:39:44.642Z | [ recovery-image] Dec 19 21:39:42.297 INFO O| Dec 19 21:39:42.297 INFO STEP 423 (remove_files) COMPLETE |
5638 | 2024-12-19T21:39:44.642Z | [ recovery-image] Dec 19 21:39:42.297 INFO O| Dec 19 21:39:42.297 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5639 | 2024-12-19T21:39:44.658Z | [ recovery-image] Dec 19 21:39:42.316 INFO O| Dec 19 21:39:42.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5640 | 2024-12-19T21:39:44.658Z | [ recovery-image] Dec 19 21:39:42.316 INFO O| Dec 19 21:39:42.316 INFO STEP 424 (remove_files) COMPLETE |
5641 | 2024-12-19T21:39:44.658Z | [ recovery-image] Dec 19 21:39:42.316 INFO O| Dec 19 21:39:42.316 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5642 | 2024-12-19T21:39:44.676Z | [ recovery-image] Dec 19 21:39:42.334 INFO O| Dec 19 21:39:42.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5643 | 2024-12-19T21:39:44.676Z | [ recovery-image] Dec 19 21:39:42.334 INFO O| Dec 19 21:39:42.334 INFO STEP 425 (remove_files) COMPLETE |
5644 | 2024-12-19T21:39:44.676Z | [ recovery-image] Dec 19 21:39:42.334 INFO O| Dec 19 21:39:42.334 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5645 | 2024-12-19T21:39:44.711Z | [ recovery-image] Dec 19 21:39:42.370 INFO O| Dec 19 21:39:42.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5646 | 2024-12-19T21:39:44.712Z | [ recovery-image] Dec 19 21:39:42.370 INFO O| Dec 19 21:39:42.370 INFO STEP 426 (remove_files) COMPLETE |
5647 | 2024-12-19T21:39:44.716Z | [ recovery-image] Dec 19 21:39:42.370 INFO O| Dec 19 21:39:42.370 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5648 | 2024-12-19T21:39:44.737Z | [ recovery-image] Dec 19 21:39:42.393 INFO O| Dec 19 21:39:42.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5649 | 2024-12-19T21:39:44.740Z | [ recovery-image] Dec 19 21:39:42.394 INFO O| Dec 19 21:39:42.394 INFO STEP 427 (remove_files) COMPLETE |
5650 | 2024-12-19T21:39:44.740Z | [ recovery-image] Dec 19 21:39:42.394 INFO O| Dec 19 21:39:42.394 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5651 | 2024-12-19T21:39:44.759Z | [ recovery-image] Dec 19 21:39:42.418 INFO O| Dec 19 21:39:42.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5652 | 2024-12-19T21:39:44.762Z | [ recovery-image] Dec 19 21:39:42.418 INFO O| Dec 19 21:39:42.418 INFO STEP 428 (remove_files) COMPLETE |
5653 | 2024-12-19T21:39:44.762Z | [ recovery-image] Dec 19 21:39:42.418 INFO O| Dec 19 21:39:42.418 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5654 | 2024-12-19T21:39:44.781Z | [ recovery-image] Dec 19 21:39:42.439 INFO O| Dec 19 21:39:42.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5655 | 2024-12-19T21:39:44.781Z | [ recovery-image] Dec 19 21:39:42.439 INFO O| Dec 19 21:39:42.439 INFO STEP 429 (remove_files) COMPLETE |
5656 | 2024-12-19T21:39:44.781Z | [ recovery-image] Dec 19 21:39:42.439 INFO O| Dec 19 21:39:42.439 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5657 | 2024-12-19T21:39:44.804Z | [ recovery-image] Dec 19 21:39:42.461 INFO O| Dec 19 21:39:42.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5658 | 2024-12-19T21:39:44.804Z | [ recovery-image] Dec 19 21:39:42.461 INFO O| Dec 19 21:39:42.461 INFO STEP 430 (remove_files) COMPLETE |
5659 | 2024-12-19T21:39:44.804Z | [ recovery-image] Dec 19 21:39:42.461 INFO O| Dec 19 21:39:42.461 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5660 | 2024-12-19T21:39:44.826Z | [ recovery-image] Dec 19 21:39:42.484 INFO O| Dec 19 21:39:42.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5661 | 2024-12-19T21:39:44.826Z | [ recovery-image] Dec 19 21:39:42.484 INFO O| Dec 19 21:39:42.484 INFO STEP 431 (remove_files) COMPLETE |
5662 | 2024-12-19T21:39:44.826Z | [ recovery-image] Dec 19 21:39:42.484 INFO O| Dec 19 21:39:42.484 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5663 | 2024-12-19T21:39:44.849Z | [ recovery-image] Dec 19 21:39:42.508 INFO O| Dec 19 21:39:42.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5664 | 2024-12-19T21:39:44.850Z | [ recovery-image] Dec 19 21:39:42.508 INFO O| Dec 19 21:39:42.508 INFO STEP 432 (remove_files) COMPLETE |
5665 | 2024-12-19T21:39:44.850Z | [ recovery-image] Dec 19 21:39:42.508 INFO O| Dec 19 21:39:42.508 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5666 | 2024-12-19T21:39:44.869Z | [ recovery-image] Dec 19 21:39:42.528 INFO O| Dec 19 21:39:42.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5667 | 2024-12-19T21:39:44.869Z | [ recovery-image] Dec 19 21:39:42.528 INFO O| Dec 19 21:39:42.528 INFO STEP 433 (remove_files) COMPLETE |
5668 | 2024-12-19T21:39:44.869Z | [ recovery-image] Dec 19 21:39:42.528 INFO O| Dec 19 21:39:42.528 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5669 | 2024-12-19T21:39:44.887Z | [ recovery-image] Dec 19 21:39:42.545 INFO O| Dec 19 21:39:42.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5670 | 2024-12-19T21:39:44.887Z | [ recovery-image] Dec 19 21:39:42.545 INFO O| Dec 19 21:39:42.545 INFO STEP 434 (remove_files) COMPLETE |
5671 | 2024-12-19T21:39:44.890Z | [ recovery-image] Dec 19 21:39:42.545 INFO O| Dec 19 21:39:42.545 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5672 | 2024-12-19T21:39:44.907Z | [ recovery-image] Dec 19 21:39:42.564 INFO O| Dec 19 21:39:42.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5673 | 2024-12-19T21:39:44.907Z | [ recovery-image] Dec 19 21:39:42.565 INFO O| Dec 19 21:39:42.564 INFO STEP 435 (remove_files) COMPLETE |
5674 | 2024-12-19T21:39:44.907Z | [ recovery-image] Dec 19 21:39:42.565 INFO O| Dec 19 21:39:42.564 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5675 | 2024-12-19T21:39:44.925Z | [ recovery-image] Dec 19 21:39:42.584 INFO O| Dec 19 21:39:42.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5676 | 2024-12-19T21:39:44.925Z | [ recovery-image] Dec 19 21:39:42.584 INFO O| Dec 19 21:39:42.584 INFO STEP 436 (remove_files) COMPLETE |
5677 | 2024-12-19T21:39:44.932Z | [ recovery-image] Dec 19 21:39:42.584 INFO O| Dec 19 21:39:42.584 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5678 | 2024-12-19T21:39:44.944Z | [ recovery-image] Dec 19 21:39:42.602 INFO O| Dec 19 21:39:42.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5679 | 2024-12-19T21:39:44.944Z | [ recovery-image] Dec 19 21:39:42.602 INFO O| Dec 19 21:39:42.602 INFO STEP 437 (remove_files) COMPLETE |
5680 | 2024-12-19T21:39:44.946Z | [ recovery-image] Dec 19 21:39:42.602 INFO O| Dec 19 21:39:42.602 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5681 | 2024-12-19T21:39:44.962Z | [ recovery-image] Dec 19 21:39:42.620 INFO O| Dec 19 21:39:42.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5682 | 2024-12-19T21:39:44.965Z | [ recovery-image] Dec 19 21:39:42.620 INFO O| Dec 19 21:39:42.620 INFO STEP 438 (remove_files) COMPLETE |
5683 | 2024-12-19T21:39:44.965Z | [ recovery-image] Dec 19 21:39:42.620 INFO O| Dec 19 21:39:42.620 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5684 | 2024-12-19T21:39:44.982Z | [ recovery-image] Dec 19 21:39:42.638 INFO O| Dec 19 21:39:42.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5685 | 2024-12-19T21:39:44.982Z | [ recovery-image] Dec 19 21:39:42.638 INFO O| Dec 19 21:39:42.638 INFO STEP 439 (remove_files) COMPLETE |
5686 | 2024-12-19T21:39:44.982Z | [ recovery-image] Dec 19 21:39:42.639 INFO O| Dec 19 21:39:42.638 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5687 | 2024-12-19T21:39:44.998Z | [ recovery-image] Dec 19 21:39:42.656 INFO O| Dec 19 21:39:42.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5688 | 2024-12-19T21:39:44.998Z | [ recovery-image] Dec 19 21:39:42.656 INFO O| Dec 19 21:39:42.656 INFO STEP 440 (remove_files) COMPLETE |
5689 | 2024-12-19T21:39:44.998Z | [ recovery-image] Dec 19 21:39:42.656 INFO O| Dec 19 21:39:42.656 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5690 | 2024-12-19T21:39:45.015Z | [ recovery-image] Dec 19 21:39:42.673 INFO O| Dec 19 21:39:42.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5691 | 2024-12-19T21:39:45.015Z | [ recovery-image] Dec 19 21:39:42.674 INFO O| Dec 19 21:39:42.673 INFO STEP 441 (remove_files) COMPLETE |
5692 | 2024-12-19T21:39:45.015Z | [ recovery-image] Dec 19 21:39:42.674 INFO O| Dec 19 21:39:42.674 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5693 | 2024-12-19T21:39:45.038Z | [ recovery-image] Dec 19 21:39:42.695 INFO O| Dec 19 21:39:42.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5694 | 2024-12-19T21:39:45.038Z | [ recovery-image] Dec 19 21:39:42.695 INFO O| Dec 19 21:39:42.695 INFO STEP 442 (remove_files) COMPLETE |
5695 | 2024-12-19T21:39:45.038Z | [ recovery-image] Dec 19 21:39:42.695 INFO O| Dec 19 21:39:42.695 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5696 | 2024-12-19T21:39:45.060Z | [ recovery-image] Dec 19 21:39:42.719 INFO O| Dec 19 21:39:42.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5697 | 2024-12-19T21:39:45.061Z | [ recovery-image] Dec 19 21:39:42.719 INFO O| Dec 19 21:39:42.719 INFO STEP 443 (remove_files) COMPLETE |
5698 | 2024-12-19T21:39:45.061Z | [ recovery-image] Dec 19 21:39:42.719 INFO O| Dec 19 21:39:42.719 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5699 | 2024-12-19T21:39:45.090Z | [ recovery-image] Dec 19 21:39:42.742 INFO O| Dec 19 21:39:42.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5700 | 2024-12-19T21:39:45.091Z | [ recovery-image] Dec 19 21:39:42.742 INFO O| Dec 19 21:39:42.742 INFO STEP 444 (remove_files) COMPLETE |
5701 | 2024-12-19T21:39:45.091Z | [ recovery-image] Dec 19 21:39:42.742 INFO O| Dec 19 21:39:42.742 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5702 | 2024-12-19T21:39:46.150Z | [ recovery-image] Dec 19 21:39:42.799 INFO O| Dec 19 21:39:42.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5703 | 2024-12-19T21:39:46.150Z | [ recovery-image] Dec 19 21:39:42.799 INFO O| Dec 19 21:39:42.799 INFO STEP 445 (remove_files) COMPLETE |
5704 | 2024-12-19T21:39:46.165Z | [ recovery-image] Dec 19 21:39:42.799 INFO O| Dec 19 21:39:42.799 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5705 | 2024-12-19T21:39:46.165Z | [ host-image] Dec 19 21:39:42.845 INFO O| Dec 19 21:39:42.844 INFO O| Download: Completed 9.99 MB in 1.34 seconds (7.5M/s) |
5706 | 2024-12-19T21:39:46.165Z | [ recovery-image] Dec 19 21:39:42.848 INFO O| Dec 19 21:39:42.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5707 | 2024-12-19T21:39:46.165Z | [ recovery-image] Dec 19 21:39:42.848 INFO O| Dec 19 21:39:42.848 INFO STEP 446 (remove_files) COMPLETE |
5708 | 2024-12-19T21:39:46.165Z | [ recovery-image] Dec 19 21:39:42.848 INFO O| Dec 19 21:39:42.848 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5709 | 2024-12-19T21:39:46.165Z | [ recovery-image] Dec 19 21:39:42.898 INFO O| Dec 19 21:39:42.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5710 | 2024-12-19T21:39:46.165Z | [ recovery-image] Dec 19 21:39:42.898 INFO O| Dec 19 21:39:42.898 INFO STEP 447 (remove_files) COMPLETE |
5711 | 2024-12-19T21:39:46.165Z | [ recovery-image] Dec 19 21:39:42.898 INFO O| Dec 19 21:39:42.898 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5712 | 2024-12-19T21:39:46.165Z | [ host-image] Dec 19 21:39:42.931 INFO O| Dec 19 21:39:42.930 INFO O| Actions: 1/22 actions (Installing new actions) |
5713 | 2024-12-19T21:39:46.165Z | [ recovery-image] Dec 19 21:39:42.942 INFO O| Dec 19 21:39:42.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5714 | 2024-12-19T21:39:46.165Z | [ recovery-image] Dec 19 21:39:42.942 INFO O| Dec 19 21:39:42.942 INFO STEP 448 (remove_files) COMPLETE |
5715 | 2024-12-19T21:39:46.165Z | [ recovery-image] Dec 19 21:39:42.942 INFO O| Dec 19 21:39:42.942 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5716 | 2024-12-19T21:39:46.165Z | [ recovery-image] Dec 19 21:39:42.968 INFO O| Dec 19 21:39:42.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5717 | 2024-12-19T21:39:46.165Z | [ recovery-image] Dec 19 21:39:42.968 INFO O| Dec 19 21:39:42.968 INFO STEP 449 (remove_files) COMPLETE |
5718 | 2024-12-19T21:39:46.165Z | [ recovery-image] Dec 19 21:39:42.968 INFO O| Dec 19 21:39:42.968 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5719 | 2024-12-19T21:39:46.165Z | [ recovery-image] Dec 19 21:39:43.006 INFO O| Dec 19 21:39:43.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5720 | 2024-12-19T21:39:46.165Z | [ recovery-image] Dec 19 21:39:43.006 INFO O| Dec 19 21:39:43.006 INFO STEP 450 (remove_files) COMPLETE |
5721 | 2024-12-19T21:39:46.165Z | [ recovery-image] Dec 19 21:39:43.006 INFO O| Dec 19 21:39:43.006 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5722 | 2024-12-19T21:39:46.165Z | [ recovery-image] Dec 19 21:39:43.041 INFO O| Dec 19 21:39:43.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5723 | 2024-12-19T21:39:46.166Z | [ recovery-image] Dec 19 21:39:43.041 INFO O| Dec 19 21:39:43.041 INFO STEP 451 (remove_files) COMPLETE |
5724 | 2024-12-19T21:39:46.166Z | [ recovery-image] Dec 19 21:39:43.042 INFO O| Dec 19 21:39:43.041 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5725 | 2024-12-19T21:39:46.166Z | [ recovery-image] Dec 19 21:39:43.062 INFO O| Dec 19 21:39:43.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5726 | 2024-12-19T21:39:46.166Z | [ recovery-image] Dec 19 21:39:43.062 INFO O| Dec 19 21:39:43.062 INFO STEP 452 (remove_files) COMPLETE |
5727 | 2024-12-19T21:39:46.167Z | [ recovery-image] Dec 19 21:39:43.062 INFO O| Dec 19 21:39:43.062 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2024-12-19T21:39:46.167Z | [ recovery-image] Dec 19 21:39:43.081 INFO O| Dec 19 21:39:43.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5729 | 2024-12-19T21:39:46.167Z | [ recovery-image] Dec 19 21:39:43.081 INFO O| Dec 19 21:39:43.081 INFO STEP 453 (remove_files) COMPLETE |
5730 | 2024-12-19T21:39:46.167Z | [ recovery-image] Dec 19 21:39:43.081 INFO O| Dec 19 21:39:43.081 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5731 | 2024-12-19T21:39:46.167Z | [ recovery-image] Dec 19 21:39:43.101 INFO O| Dec 19 21:39:43.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5732 | 2024-12-19T21:39:46.167Z | [ recovery-image] Dec 19 21:39:43.101 INFO O| Dec 19 21:39:43.101 INFO STEP 454 (remove_files) COMPLETE |
5733 | 2024-12-19T21:39:46.167Z | [ recovery-image] Dec 19 21:39:43.101 INFO O| Dec 19 21:39:43.101 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5734 | 2024-12-19T21:39:46.167Z | [ recovery-image] Dec 19 21:39:43.121 INFO O| Dec 19 21:39:43.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5735 | 2024-12-19T21:39:46.167Z | [ recovery-image] Dec 19 21:39:43.121 INFO O| Dec 19 21:39:43.121 INFO STEP 455 (remove_files) COMPLETE |
5736 | 2024-12-19T21:39:46.167Z | [ recovery-image] Dec 19 21:39:43.121 INFO O| Dec 19 21:39:43.121 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5737 | 2024-12-19T21:39:46.167Z | [ recovery-image] Dec 19 21:39:43.144 INFO O| Dec 19 21:39:43.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5738 | 2024-12-19T21:39:46.167Z | [ recovery-image] Dec 19 21:39:43.144 INFO O| Dec 19 21:39:43.144 INFO STEP 456 (remove_files) COMPLETE |
5739 | 2024-12-19T21:39:46.167Z | [ recovery-image] Dec 19 21:39:43.145 INFO O| Dec 19 21:39:43.144 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5740 | 2024-12-19T21:39:46.167Z | [ recovery-image] Dec 19 21:39:43.180 INFO O| Dec 19 21:39:43.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5741 | 2024-12-19T21:39:46.167Z | [ recovery-image] Dec 19 21:39:43.180 INFO O| Dec 19 21:39:43.180 INFO STEP 457 (remove_files) COMPLETE |
5742 | 2024-12-19T21:39:46.167Z | [ recovery-image] Dec 19 21:39:43.180 INFO O| Dec 19 21:39:43.180 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5743 | 2024-12-19T21:39:46.167Z | [ recovery-image] Dec 19 21:39:43.227 INFO O| Dec 19 21:39:43.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5744 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.227 INFO O| Dec 19 21:39:43.227 INFO STEP 458 (remove_files) COMPLETE |
5745 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.227 INFO O| Dec 19 21:39:43.227 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5746 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.248 INFO O| Dec 19 21:39:43.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5747 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.248 INFO O| Dec 19 21:39:43.248 INFO STEP 459 (remove_files) COMPLETE |
5748 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.248 INFO O| Dec 19 21:39:43.248 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5749 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.269 INFO O| Dec 19 21:39:43.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5750 | 2024-12-19T21:39:46.168Z | [ host-image] Dec 19 21:39:43.287 INFO O| Dec 19 21:39:43.286 INFO O| Actions: Completed 22 actions in 0.36 seconds. |
5751 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.296 INFO O| Dec 19 21:39:43.296 INFO STEP 460 (remove_files) COMPLETE |
5752 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.296 INFO O| Dec 19 21:39:43.296 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5753 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.316 INFO O| Dec 19 21:39:43.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5754 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.316 INFO O| Dec 19 21:39:43.316 INFO STEP 461 (remove_files) COMPLETE |
5755 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.316 INFO O| Dec 19 21:39:43.316 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5756 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.334 INFO O| Dec 19 21:39:43.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5757 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.354 INFO O| Dec 19 21:39:43.354 INFO STEP 462 (remove_files) COMPLETE |
5758 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.354 INFO O| Dec 19 21:39:43.354 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5759 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.394 INFO O| Dec 19 21:39:43.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5760 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.394 INFO O| Dec 19 21:39:43.394 INFO STEP 463 (remove_files) COMPLETE |
5761 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.394 INFO O| Dec 19 21:39:43.394 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5762 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.416 INFO O| Dec 19 21:39:43.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5763 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.416 INFO O| Dec 19 21:39:43.416 INFO STEP 464 (remove_files) COMPLETE |
5764 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.416 INFO O| Dec 19 21:39:43.416 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5765 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.436 INFO O| Dec 19 21:39:43.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5766 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.436 INFO O| Dec 19 21:39:43.436 INFO STEP 465 (remove_files) COMPLETE |
5767 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.436 INFO O| Dec 19 21:39:43.436 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5768 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.455 INFO O| Dec 19 21:39:43.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5769 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.455 INFO O| Dec 19 21:39:43.455 INFO STEP 466 (remove_files) COMPLETE |
5770 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.455 INFO O| Dec 19 21:39:43.455 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5771 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.474 INFO O| Dec 19 21:39:43.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5772 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.474 INFO O| Dec 19 21:39:43.474 INFO STEP 467 (remove_files) COMPLETE |
5773 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.474 INFO O| Dec 19 21:39:43.474 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5774 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.493 INFO O| Dec 19 21:39:43.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5775 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.493 INFO O| Dec 19 21:39:43.493 INFO STEP 468 (remove_files) COMPLETE |
5776 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.493 INFO O| Dec 19 21:39:43.493 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5777 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.513 INFO O| Dec 19 21:39:43.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5778 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.513 INFO O| Dec 19 21:39:43.513 INFO STEP 469 (remove_files) COMPLETE |
5779 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.513 INFO O| Dec 19 21:39:43.513 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5780 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.531 INFO O| Dec 19 21:39:43.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5781 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.531 INFO O| Dec 19 21:39:43.531 INFO STEP 470 (remove_files) COMPLETE |
5782 | 2024-12-19T21:39:46.168Z | [ recovery-image] Dec 19 21:39:43.531 INFO O| Dec 19 21:39:43.531 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5783 | 2024-12-19T21:39:46.169Z | [ recovery-image] Dec 19 21:39:43.550 INFO O| Dec 19 21:39:43.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5784 | 2024-12-19T21:39:46.169Z | [ recovery-image] Dec 19 21:39:43.551 INFO O| Dec 19 21:39:43.550 INFO STEP 471 (remove_files) COMPLETE |
5785 | 2024-12-19T21:39:46.169Z | [ recovery-image] Dec 19 21:39:43.551 INFO O| Dec 19 21:39:43.551 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5786 | 2024-12-19T21:39:46.169Z | [ recovery-image] Dec 19 21:39:43.569 INFO O| Dec 19 21:39:43.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5787 | 2024-12-19T21:39:46.169Z | [ recovery-image] Dec 19 21:39:43.569 INFO O| Dec 19 21:39:43.569 INFO STEP 472 (remove_files) COMPLETE |
5788 | 2024-12-19T21:39:46.169Z | [ recovery-image] Dec 19 21:39:43.569 INFO O| Dec 19 21:39:43.569 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5789 | 2024-12-19T21:39:46.169Z | [ recovery-image] Dec 19 21:39:43.588 INFO O| Dec 19 21:39:43.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5790 | 2024-12-19T21:39:46.169Z | [ recovery-image] Dec 19 21:39:43.588 INFO O| Dec 19 21:39:43.588 INFO STEP 473 (remove_files) COMPLETE |
5791 | 2024-12-19T21:39:46.169Z | [ recovery-image] Dec 19 21:39:43.588 INFO O| Dec 19 21:39:43.588 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5792 | 2024-12-19T21:39:46.169Z | [ recovery-image] Dec 19 21:39:43.606 INFO O| Dec 19 21:39:43.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5793 | 2024-12-19T21:39:46.169Z | [ recovery-image] Dec 19 21:39:43.607 INFO O| Dec 19 21:39:43.607 INFO STEP 474 (remove_files) COMPLETE |
5794 | 2024-12-19T21:39:46.169Z | [ recovery-image] Dec 19 21:39:43.607 INFO O| Dec 19 21:39:43.607 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5795 | 2024-12-19T21:39:46.169Z | [ recovery-image] Dec 19 21:39:43.628 INFO O| Dec 19 21:39:43.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5796 | 2024-12-19T21:39:46.169Z | [ recovery-image] Dec 19 21:39:43.628 INFO O| Dec 19 21:39:43.628 INFO STEP 475 (remove_files) COMPLETE |
5797 | 2024-12-19T21:39:46.169Z | [ recovery-image] Dec 19 21:39:43.628 INFO O| Dec 19 21:39:43.628 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5798 | 2024-12-19T21:39:46.169Z | [ recovery-image] Dec 19 21:39:43.648 INFO O| Dec 19 21:39:43.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5799 | 2024-12-19T21:39:46.169Z | [ recovery-image] Dec 19 21:39:43.648 INFO O| Dec 19 21:39:43.648 INFO STEP 476 (remove_files) COMPLETE |
5800 | 2024-12-19T21:39:46.169Z | [ recovery-image] Dec 19 21:39:43.648 INFO O| Dec 19 21:39:43.648 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5801 | 2024-12-19T21:39:46.169Z | [ recovery-image] Dec 19 21:39:43.668 INFO O| Dec 19 21:39:43.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5802 | 2024-12-19T21:39:46.169Z | [ recovery-image] Dec 19 21:39:43.669 INFO O| Dec 19 21:39:43.668 INFO STEP 477 (remove_files) COMPLETE |
5803 | 2024-12-19T21:39:46.169Z | [ recovery-image] Dec 19 21:39:43.669 INFO O| Dec 19 21:39:43.669 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5804 | 2024-12-19T21:39:46.176Z | [ recovery-image] Dec 19 21:39:43.692 INFO O| Dec 19 21:39:43.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5805 | 2024-12-19T21:39:46.176Z | [ recovery-image] Dec 19 21:39:43.692 INFO O| Dec 19 21:39:43.692 INFO STEP 478 (remove_files) COMPLETE |
5806 | 2024-12-19T21:39:46.176Z | [ recovery-image] Dec 19 21:39:43.692 INFO O| Dec 19 21:39:43.692 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5807 | 2024-12-19T21:39:46.176Z | [ recovery-image] Dec 19 21:39:43.718 INFO O| Dec 19 21:39:43.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5808 | 2024-12-19T21:39:46.176Z | [ recovery-image] Dec 19 21:39:43.718 INFO O| Dec 19 21:39:43.718 INFO STEP 479 (remove_files) COMPLETE |
5809 | 2024-12-19T21:39:46.176Z | [ recovery-image] Dec 19 21:39:43.718 INFO O| Dec 19 21:39:43.718 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5810 | 2024-12-19T21:39:46.176Z | [ recovery-image] Dec 19 21:39:43.744 INFO O| Dec 19 21:39:43.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5811 | 2024-12-19T21:39:46.176Z | [ recovery-image] Dec 19 21:39:43.744 INFO O| Dec 19 21:39:43.744 INFO STEP 480 (remove_files) COMPLETE |
5812 | 2024-12-19T21:39:46.176Z | [ recovery-image] Dec 19 21:39:43.744 INFO O| Dec 19 21:39:43.744 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5813 | 2024-12-19T21:39:46.176Z | [ recovery-image] Dec 19 21:39:43.769 INFO O| Dec 19 21:39:43.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5814 | 2024-12-19T21:39:46.176Z | [ recovery-image] Dec 19 21:39:43.769 INFO O| Dec 19 21:39:43.769 INFO STEP 481 (remove_files) COMPLETE |
5815 | 2024-12-19T21:39:46.176Z | [ recovery-image] Dec 19 21:39:43.769 INFO O| Dec 19 21:39:43.769 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5816 | 2024-12-19T21:39:46.176Z | [ recovery-image] Dec 19 21:39:43.794 INFO O| Dec 19 21:39:43.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5817 | 2024-12-19T21:39:46.176Z | [ recovery-image] Dec 19 21:39:43.794 INFO O| Dec 19 21:39:43.794 INFO STEP 482 (remove_files) COMPLETE |
5818 | 2024-12-19T21:39:46.176Z | [ recovery-image] Dec 19 21:39:43.794 INFO O| Dec 19 21:39:43.794 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5819 | 2024-12-19T21:39:46.176Z | [ recovery-image] Dec 19 21:39:43.819 INFO O| Dec 19 21:39:43.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5820 | 2024-12-19T21:39:46.176Z | [ recovery-image] Dec 19 21:39:43.820 INFO O| Dec 19 21:39:43.820 INFO STEP 483 (remove_files) COMPLETE |
5821 | 2024-12-19T21:39:46.176Z | [ recovery-image] Dec 19 21:39:43.820 INFO O| Dec 19 21:39:43.820 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5822 | 2024-12-19T21:39:46.176Z | [ host-image] Dec 19 21:39:43.824 INFO O| Dec 19 21:39:43.824 INFO O| Done |
5823 | 2024-12-19T21:39:46.176Z | [ host-image] Dec 19 21:39:43.824 INFO O| Dec 19 21:39:43.824 INFO O| Done |
5824 | 2024-12-19T21:39:46.188Z | [ recovery-image] Dec 19 21:39:43.846 INFO O| Dec 19 21:39:43.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5825 | 2024-12-19T21:39:46.188Z | [ recovery-image] Dec 19 21:39:43.846 INFO O| Dec 19 21:39:43.846 INFO STEP 484 (remove_files) COMPLETE |
5826 | 2024-12-19T21:39:46.188Z | [ recovery-image] Dec 19 21:39:43.847 INFO O| Dec 19 21:39:43.846 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5827 | 2024-12-19T21:39:46.215Z | [ recovery-image] Dec 19 21:39:43.872 INFO O| Dec 19 21:39:43.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5828 | 2024-12-19T21:39:46.219Z | [ recovery-image] Dec 19 21:39:43.872 INFO O| Dec 19 21:39:43.872 INFO STEP 485 (remove_files) COMPLETE |
5829 | 2024-12-19T21:39:46.219Z | [ recovery-image] Dec 19 21:39:43.872 INFO O| Dec 19 21:39:43.872 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5830 | 2024-12-19T21:39:46.247Z | [ recovery-image] Dec 19 21:39:43.896 INFO O| Dec 19 21:39:43.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5831 | 2024-12-19T21:39:46.247Z | [ recovery-image] Dec 19 21:39:43.897 INFO O| Dec 19 21:39:43.897 INFO STEP 486 (remove_files) COMPLETE |
5832 | 2024-12-19T21:39:46.247Z | [ recovery-image] Dec 19 21:39:43.897 INFO O| Dec 19 21:39:43.897 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5833 | 2024-12-19T21:39:46.263Z | [ recovery-image] Dec 19 21:39:43.921 INFO O| Dec 19 21:39:43.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5834 | 2024-12-19T21:39:46.263Z | [ recovery-image] Dec 19 21:39:43.921 INFO O| Dec 19 21:39:43.921 INFO STEP 487 (remove_files) COMPLETE |
5835 | 2024-12-19T21:39:46.263Z | [ recovery-image] Dec 19 21:39:43.921 INFO O| Dec 19 21:39:43.921 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5836 | 2024-12-19T21:39:46.288Z | [ recovery-image] Dec 19 21:39:43.945 INFO O| Dec 19 21:39:43.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5837 | 2024-12-19T21:39:46.288Z | [ recovery-image] Dec 19 21:39:43.945 INFO O| Dec 19 21:39:43.945 INFO STEP 488 (remove_files) COMPLETE |
5838 | 2024-12-19T21:39:46.288Z | [ recovery-image] Dec 19 21:39:43.945 INFO O| Dec 19 21:39:43.945 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5839 | 2024-12-19T21:39:46.311Z | [ recovery-image] Dec 19 21:39:43.969 INFO O| Dec 19 21:39:43.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5840 | 2024-12-19T21:39:46.314Z | [ recovery-image] Dec 19 21:39:43.970 INFO O| Dec 19 21:39:43.970 INFO STEP 489 (remove_files) COMPLETE |
5841 | 2024-12-19T21:39:46.314Z | [ recovery-image] Dec 19 21:39:43.970 INFO O| Dec 19 21:39:43.970 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5842 | 2024-12-19T21:39:46.335Z | [ recovery-image] Dec 19 21:39:43.993 INFO O| Dec 19 21:39:43.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5843 | 2024-12-19T21:39:46.338Z | [ recovery-image] Dec 19 21:39:43.994 INFO O| Dec 19 21:39:43.994 INFO STEP 490 (remove_files) COMPLETE |
5844 | 2024-12-19T21:39:46.338Z | [ recovery-image] Dec 19 21:39:43.994 INFO O| Dec 19 21:39:43.994 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5845 | 2024-12-19T21:39:46.363Z | [ recovery-image] Dec 19 21:39:44.018 INFO O| Dec 19 21:39:44.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5846 | 2024-12-19T21:39:46.366Z | [ recovery-image] Dec 19 21:39:44.018 INFO O| Dec 19 21:39:44.018 INFO STEP 491 (remove_files) COMPLETE |
5847 | 2024-12-19T21:39:46.366Z | [ recovery-image] Dec 19 21:39:44.019 INFO O| Dec 19 21:39:44.018 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5848 | 2024-12-19T21:39:46.385Z | [ recovery-image] Dec 19 21:39:44.042 INFO O| Dec 19 21:39:44.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5849 | 2024-12-19T21:39:46.389Z | [ recovery-image] Dec 19 21:39:44.042 INFO O| Dec 19 21:39:44.042 INFO STEP 492 (remove_files) COMPLETE |
5850 | 2024-12-19T21:39:46.389Z | [ recovery-image] Dec 19 21:39:44.043 INFO O| Dec 19 21:39:44.042 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5851 | 2024-12-19T21:39:46.416Z | [ recovery-image] Dec 19 21:39:44.065 INFO O| Dec 19 21:39:44.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5852 | 2024-12-19T21:39:46.425Z | [ recovery-image] Dec 19 21:39:44.065 INFO O| Dec 19 21:39:44.065 INFO STEP 493 (remove_files) COMPLETE |
5853 | 2024-12-19T21:39:46.425Z | [ recovery-image] Dec 19 21:39:44.065 INFO O| Dec 19 21:39:44.065 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5854 | 2024-12-19T21:39:46.431Z | [ recovery-image] Dec 19 21:39:44.087 INFO O| Dec 19 21:39:44.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5855 | 2024-12-19T21:39:46.443Z | [ recovery-image] Dec 19 21:39:44.088 INFO O| Dec 19 21:39:44.087 INFO STEP 494 (remove_files) COMPLETE |
5856 | 2024-12-19T21:39:46.443Z | [ recovery-image] Dec 19 21:39:44.088 INFO O| Dec 19 21:39:44.088 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5857 | 2024-12-19T21:39:46.453Z | [ recovery-image] Dec 19 21:39:44.110 INFO O| Dec 19 21:39:44.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5858 | 2024-12-19T21:39:46.459Z | [ recovery-image] Dec 19 21:39:44.111 INFO O| Dec 19 21:39:44.110 INFO STEP 495 (remove_files) COMPLETE |
5859 | 2024-12-19T21:39:46.459Z | [ recovery-image] Dec 19 21:39:44.111 INFO O| Dec 19 21:39:44.111 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5860 | 2024-12-19T21:39:46.476Z | [ recovery-image] Dec 19 21:39:44.133 INFO O| Dec 19 21:39:44.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5861 | 2024-12-19T21:39:46.476Z | [ recovery-image] Dec 19 21:39:44.133 INFO O| Dec 19 21:39:44.133 INFO STEP 496 (remove_files) COMPLETE |
5862 | 2024-12-19T21:39:46.476Z | [ recovery-image] Dec 19 21:39:44.133 INFO O| Dec 19 21:39:44.133 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5863 | 2024-12-19T21:39:46.496Z | [ recovery-image] Dec 19 21:39:44.154 INFO O| Dec 19 21:39:44.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5864 | 2024-12-19T21:39:46.496Z | [ recovery-image] Dec 19 21:39:44.154 INFO O| Dec 19 21:39:44.154 INFO STEP 497 (remove_files) COMPLETE |
5865 | 2024-12-19T21:39:46.496Z | [ recovery-image] Dec 19 21:39:44.154 INFO O| Dec 19 21:39:44.154 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5866 | 2024-12-19T21:39:46.539Z | [ recovery-image] Dec 19 21:39:44.196 INFO O| Dec 19 21:39:44.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5867 | 2024-12-19T21:39:46.539Z | [ recovery-image] Dec 19 21:39:44.196 INFO O| Dec 19 21:39:44.196 INFO STEP 498 (remove_files) COMPLETE |
5868 | 2024-12-19T21:39:46.539Z | [ recovery-image] Dec 19 21:39:44.196 INFO O| Dec 19 21:39:44.196 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5869 | 2024-12-19T21:39:46.613Z | [ recovery-image] Dec 19 21:39:44.268 INFO O| Dec 19 21:39:44.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5870 | 2024-12-19T21:39:46.613Z | [ recovery-image] Dec 19 21:39:44.268 INFO O| Dec 19 21:39:44.268 INFO STEP 499 (remove_files) COMPLETE |
5871 | 2024-12-19T21:39:46.613Z | [ recovery-image] Dec 19 21:39:44.268 INFO O| Dec 19 21:39:44.268 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5872 | 2024-12-19T21:39:46.637Z | [ recovery-image] Dec 19 21:39:44.287 INFO O| Dec 19 21:39:44.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5873 | 2024-12-19T21:39:46.637Z | [ recovery-image] Dec 19 21:39:44.287 INFO O| Dec 19 21:39:44.287 INFO STEP 500 (remove_files) COMPLETE |
5874 | 2024-12-19T21:39:46.637Z | [ recovery-image] Dec 19 21:39:44.287 INFO O| Dec 19 21:39:44.287 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5875 | 2024-12-19T21:39:46.647Z | [ recovery-image] Dec 19 21:39:44.305 INFO O| Dec 19 21:39:44.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5876 | 2024-12-19T21:39:46.647Z | [ recovery-image] Dec 19 21:39:44.305 INFO O| Dec 19 21:39:44.305 INFO STEP 501 (remove_files) COMPLETE |
5877 | 2024-12-19T21:39:46.647Z | [ recovery-image] Dec 19 21:39:44.305 INFO O| Dec 19 21:39:44.305 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5878 | 2024-12-19T21:39:46.673Z | [ recovery-image] Dec 19 21:39:44.331 INFO O| Dec 19 21:39:44.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5879 | 2024-12-19T21:39:46.694Z | [ recovery-image] Dec 19 21:39:44.331 INFO O| Dec 19 21:39:44.331 INFO STEP 502 (remove_files) COMPLETE |
5880 | 2024-12-19T21:39:46.694Z | [ recovery-image] Dec 19 21:39:44.332 INFO O| Dec 19 21:39:44.331 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5881 | 2024-12-19T21:39:46.698Z | [ recovery-image] Dec 19 21:39:44.350 INFO O| Dec 19 21:39:44.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5882 | 2024-12-19T21:39:46.698Z | [ recovery-image] Dec 19 21:39:44.350 INFO O| Dec 19 21:39:44.350 INFO STEP 503 (remove_files) COMPLETE |
5883 | 2024-12-19T21:39:46.698Z | [ recovery-image] Dec 19 21:39:44.350 INFO O| Dec 19 21:39:44.350 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5884 | 2024-12-19T21:39:46.711Z | [ recovery-image] Dec 19 21:39:44.368 INFO O| Dec 19 21:39:44.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5885 | 2024-12-19T21:39:46.715Z | [ recovery-image] Dec 19 21:39:44.369 INFO O| Dec 19 21:39:44.368 INFO STEP 504 (remove_files) COMPLETE |
5886 | 2024-12-19T21:39:46.715Z | [ recovery-image] Dec 19 21:39:44.369 INFO O| Dec 19 21:39:44.369 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5887 | 2024-12-19T21:39:46.733Z | [ recovery-image] Dec 19 21:39:44.387 INFO O| Dec 19 21:39:44.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5888 | 2024-12-19T21:39:46.737Z | [ recovery-image] Dec 19 21:39:44.387 INFO O| Dec 19 21:39:44.387 INFO STEP 505 (remove_files) COMPLETE |
5889 | 2024-12-19T21:39:46.737Z | [ recovery-image] Dec 19 21:39:44.387 INFO O| Dec 19 21:39:44.387 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5890 | 2024-12-19T21:39:46.754Z | [ recovery-image] Dec 19 21:39:44.412 INFO O| Dec 19 21:39:44.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5891 | 2024-12-19T21:39:46.758Z | [ recovery-image] Dec 19 21:39:44.412 INFO O| Dec 19 21:39:44.412 INFO STEP 506 (remove_files) COMPLETE |
5892 | 2024-12-19T21:39:46.758Z | [ recovery-image] Dec 19 21:39:44.412 INFO O| Dec 19 21:39:44.412 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5893 | 2024-12-19T21:39:46.787Z | [ recovery-image] Dec 19 21:39:44.444 INFO O| Dec 19 21:39:44.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5894 | 2024-12-19T21:39:46.788Z | [ recovery-image] Dec 19 21:39:44.444 INFO O| Dec 19 21:39:44.444 INFO STEP 507 (remove_files) COMPLETE |
5895 | 2024-12-19T21:39:46.788Z | [ recovery-image] Dec 19 21:39:44.444 INFO O| Dec 19 21:39:44.444 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5896 | 2024-12-19T21:39:46.830Z | [ recovery-image] Dec 19 21:39:44.487 INFO O| Dec 19 21:39:44.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5897 | 2024-12-19T21:39:46.830Z | [ recovery-image] Dec 19 21:39:44.487 INFO O| Dec 19 21:39:44.487 INFO STEP 508 (remove_files) COMPLETE |
5898 | 2024-12-19T21:39:46.830Z | [ recovery-image] Dec 19 21:39:44.487 INFO O| Dec 19 21:39:44.487 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5899 | 2024-12-19T21:39:46.893Z | [ recovery-image] Dec 19 21:39:44.550 INFO O| Dec 19 21:39:44.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5900 | 2024-12-19T21:39:46.893Z | [ recovery-image] Dec 19 21:39:44.550 INFO O| Dec 19 21:39:44.550 INFO STEP 509 (remove_files) COMPLETE |
5901 | 2024-12-19T21:39:46.896Z | [ recovery-image] Dec 19 21:39:44.551 INFO O| Dec 19 21:39:44.551 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5902 | 2024-12-19T21:39:46.932Z | [ recovery-image] Dec 19 21:39:44.590 INFO O| Dec 19 21:39:44.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5903 | 2024-12-19T21:39:46.932Z | [ recovery-image] Dec 19 21:39:44.590 INFO O| Dec 19 21:39:44.590 INFO STEP 510 (remove_files) COMPLETE |
5904 | 2024-12-19T21:39:46.935Z | [ recovery-image] Dec 19 21:39:44.590 INFO O| Dec 19 21:39:44.590 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5905 | 2024-12-19T21:39:46.955Z | [ recovery-image] Dec 19 21:39:44.611 INFO O| Dec 19 21:39:44.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5906 | 2024-12-19T21:39:46.958Z | [ recovery-image] Dec 19 21:39:44.611 INFO O| Dec 19 21:39:44.611 INFO STEP 511 (remove_files) COMPLETE |
5907 | 2024-12-19T21:39:46.959Z | [ recovery-image] Dec 19 21:39:44.611 INFO O| Dec 19 21:39:44.611 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5908 | 2024-12-19T21:39:47.011Z | [ recovery-image] Dec 19 21:39:44.669 INFO O| Dec 19 21:39:44.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5909 | 2024-12-19T21:39:47.011Z | [ recovery-image] Dec 19 21:39:44.669 INFO O| Dec 19 21:39:44.669 INFO STEP 512 (remove_files) COMPLETE |
5910 | 2024-12-19T21:39:47.014Z | [ recovery-image] Dec 19 21:39:44.669 INFO O| Dec 19 21:39:44.669 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5911 | 2024-12-19T21:39:47.073Z | [ recovery-image] Dec 19 21:39:44.730 INFO O| Dec 19 21:39:44.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5912 | 2024-12-19T21:39:47.073Z | [ recovery-image] Dec 19 21:39:44.730 INFO O| Dec 19 21:39:44.730 INFO STEP 513 (remove_files) COMPLETE |
5913 | 2024-12-19T21:39:47.073Z | [ recovery-image] Dec 19 21:39:44.730 INFO O| Dec 19 21:39:44.730 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5914 | 2024-12-19T21:39:47.139Z | [ recovery-image] Dec 19 21:39:44.795 INFO O| Dec 19 21:39:44.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5915 | 2024-12-19T21:39:47.139Z | [ recovery-image] Dec 19 21:39:44.795 INFO O| Dec 19 21:39:44.795 INFO STEP 514 (remove_files) COMPLETE |
5916 | 2024-12-19T21:39:47.139Z | [ recovery-image] Dec 19 21:39:44.795 INFO O| Dec 19 21:39:44.795 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5917 | 2024-12-19T21:39:47.165Z | [ recovery-image] Dec 19 21:39:44.822 INFO O| Dec 19 21:39:44.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5918 | 2024-12-19T21:39:47.166Z | [ recovery-image] Dec 19 21:39:44.822 INFO O| Dec 19 21:39:44.822 INFO STEP 515 (remove_files) COMPLETE |
5919 | 2024-12-19T21:39:47.166Z | [ recovery-image] Dec 19 21:39:44.822 INFO O| Dec 19 21:39:44.822 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5920 | 2024-12-19T21:39:47.222Z | [ recovery-image] Dec 19 21:39:44.879 INFO O| Dec 19 21:39:44.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5921 | 2024-12-19T21:39:47.222Z | [ recovery-image] Dec 19 21:39:44.879 INFO O| Dec 19 21:39:44.879 INFO STEP 516 (remove_files) COMPLETE |
5922 | 2024-12-19T21:39:47.222Z | [ recovery-image] Dec 19 21:39:44.879 INFO O| Dec 19 21:39:44.879 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5923 | 2024-12-19T21:39:47.281Z | [ recovery-image] Dec 19 21:39:44.939 INFO O| Dec 19 21:39:44.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5924 | 2024-12-19T21:39:47.281Z | [ recovery-image] Dec 19 21:39:44.939 INFO O| Dec 19 21:39:44.939 INFO STEP 517 (remove_files) COMPLETE |
5925 | 2024-12-19T21:39:47.281Z | [ recovery-image] Dec 19 21:39:44.939 INFO O| Dec 19 21:39:44.939 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5926 | 2024-12-19T21:39:47.301Z | [ recovery-image] Dec 19 21:39:44.959 INFO O| Dec 19 21:39:44.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5927 | 2024-12-19T21:39:47.301Z | [ recovery-image] Dec 19 21:39:44.959 INFO O| Dec 19 21:39:44.959 INFO STEP 518 (remove_files) COMPLETE |
5928 | 2024-12-19T21:39:47.301Z | [ recovery-image] Dec 19 21:39:44.959 INFO O| Dec 19 21:39:44.959 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5929 | 2024-12-19T21:39:47.336Z | [ recovery-image] Dec 19 21:39:44.994 INFO O| Dec 19 21:39:44.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5930 | 2024-12-19T21:39:47.337Z | [ recovery-image] Dec 19 21:39:44.994 INFO O| Dec 19 21:39:44.994 INFO STEP 519 (remove_files) COMPLETE |
5931 | 2024-12-19T21:39:47.341Z | [ recovery-image] Dec 19 21:39:44.994 INFO O| Dec 19 21:39:44.994 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5932 | 2024-12-19T21:39:47.359Z | [ recovery-image] Dec 19 21:39:45.016 INFO O| Dec 19 21:39:45.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5933 | 2024-12-19T21:39:47.359Z | [ recovery-image] Dec 19 21:39:45.017 INFO O| Dec 19 21:39:45.016 INFO STEP 520 (remove_files) COMPLETE |
5934 | 2024-12-19T21:39:47.359Z | [ recovery-image] Dec 19 21:39:45.017 INFO O| Dec 19 21:39:45.016 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5935 | 2024-12-19T21:39:47.379Z | [ host-image] Dec 19 21:39:45.036 INFO O| Dec 19 21:39:45.036 INFO O| Done |
5936 | 2024-12-19T21:39:47.399Z | [ recovery-image] Dec 19 21:39:45.056 INFO O| Dec 19 21:39:45.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5937 | 2024-12-19T21:39:47.423Z | [ recovery-image] Dec 19 21:39:45.079 INFO O| Dec 19 21:39:45.079 INFO STEP 521 (remove_files) COMPLETE |
5938 | 2024-12-19T21:39:47.423Z | [ recovery-image] Dec 19 21:39:45.079 INFO O| Dec 19 21:39:45.079 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5939 | 2024-12-19T21:39:47.491Z | [ recovery-image] Dec 19 21:39:45.147 INFO O| Dec 19 21:39:45.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5940 | 2024-12-19T21:39:47.491Z | [ recovery-image] Dec 19 21:39:45.147 INFO O| Dec 19 21:39:45.147 INFO STEP 522 (remove_files) COMPLETE |
5941 | 2024-12-19T21:39:47.491Z | [ recovery-image] Dec 19 21:39:45.147 INFO O| Dec 19 21:39:45.147 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5942 | 2024-12-19T21:39:47.508Z | [ recovery-image] Dec 19 21:39:45.165 INFO O| Dec 19 21:39:45.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5943 | 2024-12-19T21:39:47.508Z | [ recovery-image] Dec 19 21:39:45.165 INFO O| Dec 19 21:39:45.165 INFO STEP 523 (remove_files) COMPLETE |
5944 | 2024-12-19T21:39:47.508Z | [ recovery-image] Dec 19 21:39:45.165 INFO O| Dec 19 21:39:45.165 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5945 | 2024-12-19T21:39:47.536Z | [ recovery-image] Dec 19 21:39:45.193 INFO O| Dec 19 21:39:45.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5946 | 2024-12-19T21:39:47.537Z | [ recovery-image] Dec 19 21:39:45.193 INFO O| Dec 19 21:39:45.193 INFO STEP 524 (remove_files) COMPLETE |
5947 | 2024-12-19T21:39:47.545Z | [ recovery-image] Dec 19 21:39:45.193 INFO O| Dec 19 21:39:45.193 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5948 | 2024-12-19T21:39:47.572Z | [ recovery-image] Dec 19 21:39:45.229 INFO O| Dec 19 21:39:45.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5949 | 2024-12-19T21:39:47.576Z | [ recovery-image] Dec 19 21:39:45.230 INFO O| Dec 19 21:39:45.230 INFO STEP 525 (remove_files) COMPLETE |
5950 | 2024-12-19T21:39:47.576Z | [ recovery-image] Dec 19 21:39:45.230 INFO O| Dec 19 21:39:45.230 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5951 | 2024-12-19T21:39:47.592Z | [ recovery-image] Dec 19 21:39:45.249 INFO O| Dec 19 21:39:45.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5952 | 2024-12-19T21:39:47.592Z | [ recovery-image] Dec 19 21:39:45.249 INFO O| Dec 19 21:39:45.249 INFO STEP 526 (remove_files) COMPLETE |
5953 | 2024-12-19T21:39:47.592Z | [ recovery-image] Dec 19 21:39:45.249 INFO O| Dec 19 21:39:45.249 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5954 | 2024-12-19T21:39:47.611Z | [ recovery-image] Dec 19 21:39:45.268 INFO O| Dec 19 21:39:45.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5955 | 2024-12-19T21:39:47.611Z | [ recovery-image] Dec 19 21:39:45.268 INFO O| Dec 19 21:39:45.268 INFO STEP 527 (remove_files) COMPLETE |
5956 | 2024-12-19T21:39:47.615Z | [ recovery-image] Dec 19 21:39:45.268 INFO O| Dec 19 21:39:45.268 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5957 | 2024-12-19T21:39:47.635Z | [ recovery-image] Dec 19 21:39:45.293 INFO O| Dec 19 21:39:45.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5958 | 2024-12-19T21:39:47.657Z | [ recovery-image] Dec 19 21:39:45.314 INFO O| Dec 19 21:39:45.314 INFO STEP 528 (remove_files) COMPLETE |
5959 | 2024-12-19T21:39:47.657Z | [ recovery-image] Dec 19 21:39:45.314 INFO O| Dec 19 21:39:45.314 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5960 | 2024-12-19T21:39:47.693Z | [ recovery-image] Dec 19 21:39:45.346 INFO O| Dec 19 21:39:45.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5961 | 2024-12-19T21:39:47.693Z | [ recovery-image] Dec 19 21:39:45.346 INFO O| Dec 19 21:39:45.346 INFO STEP 529 (remove_files) COMPLETE |
5962 | 2024-12-19T21:39:47.698Z | [ recovery-image] Dec 19 21:39:45.346 INFO O| Dec 19 21:39:45.346 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5963 | 2024-12-19T21:39:47.718Z | [ recovery-image] Dec 19 21:39:45.375 INFO O| Dec 19 21:39:45.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5964 | 2024-12-19T21:39:47.718Z | [ recovery-image] Dec 19 21:39:45.375 INFO O| Dec 19 21:39:45.375 INFO STEP 530 (remove_files) COMPLETE |
5965 | 2024-12-19T21:39:47.721Z | [ recovery-image] Dec 19 21:39:45.375 INFO O| Dec 19 21:39:45.375 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5966 | 2024-12-19T21:39:47.737Z | [ recovery-image] Dec 19 21:39:45.394 INFO O| Dec 19 21:39:45.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5967 | 2024-12-19T21:39:47.737Z | [ recovery-image] Dec 19 21:39:45.395 INFO O| Dec 19 21:39:45.395 INFO STEP 531 (remove_files) COMPLETE |
5968 | 2024-12-19T21:39:47.737Z | [ recovery-image] Dec 19 21:39:45.395 INFO O| Dec 19 21:39:45.395 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5969 | 2024-12-19T21:39:47.756Z | [ recovery-image] Dec 19 21:39:45.413 INFO O| Dec 19 21:39:45.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5970 | 2024-12-19T21:39:47.756Z | [ recovery-image] Dec 19 21:39:45.413 INFO O| Dec 19 21:39:45.413 INFO STEP 532 (remove_files) COMPLETE |
5971 | 2024-12-19T21:39:47.756Z | [ recovery-image] Dec 19 21:39:45.413 INFO O| Dec 19 21:39:45.413 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5972 | 2024-12-19T21:39:47.776Z | [ recovery-image] Dec 19 21:39:45.432 INFO O| Dec 19 21:39:45.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5973 | 2024-12-19T21:39:47.777Z | [ recovery-image] Dec 19 21:39:45.432 INFO O| Dec 19 21:39:45.432 INFO STEP 533 (remove_files) COMPLETE |
5974 | 2024-12-19T21:39:47.780Z | [ recovery-image] Dec 19 21:39:45.432 INFO O| Dec 19 21:39:45.432 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5975 | 2024-12-19T21:39:47.808Z | [ recovery-image] Dec 19 21:39:45.464 INFO O| Dec 19 21:39:45.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5976 | 2024-12-19T21:39:47.811Z | [ recovery-image] Dec 19 21:39:45.464 INFO O| Dec 19 21:39:45.464 INFO STEP 534 (remove_files) COMPLETE |
5977 | 2024-12-19T21:39:47.811Z | [ recovery-image] Dec 19 21:39:45.465 INFO O| Dec 19 21:39:45.464 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5978 | 2024-12-19T21:39:47.827Z | [ recovery-image] Dec 19 21:39:45.485 INFO O| Dec 19 21:39:45.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5979 | 2024-12-19T21:39:47.827Z | [ recovery-image] Dec 19 21:39:45.485 INFO O| Dec 19 21:39:45.485 INFO STEP 535 (remove_files) COMPLETE |
5980 | 2024-12-19T21:39:47.830Z | [ recovery-image] Dec 19 21:39:45.485 INFO O| Dec 19 21:39:45.485 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5981 | 2024-12-19T21:39:47.847Z | [ recovery-image] Dec 19 21:39:45.504 INFO O| Dec 19 21:39:45.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5982 | 2024-12-19T21:39:47.850Z | [ recovery-image] Dec 19 21:39:45.504 INFO O| Dec 19 21:39:45.504 INFO STEP 536 (remove_files) COMPLETE |
5983 | 2024-12-19T21:39:47.850Z | [ recovery-image] Dec 19 21:39:45.504 INFO O| Dec 19 21:39:45.504 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5984 | 2024-12-19T21:39:47.881Z | [ recovery-image] Dec 19 21:39:45.538 INFO O| Dec 19 21:39:45.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5985 | 2024-12-19T21:39:47.886Z | [ recovery-image] Dec 19 21:39:45.538 INFO O| Dec 19 21:39:45.538 INFO STEP 537 (remove_files) COMPLETE |
5986 | 2024-12-19T21:39:47.886Z | [ recovery-image] Dec 19 21:39:45.538 INFO O| Dec 19 21:39:45.538 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5987 | 2024-12-19T21:39:47.901Z | [ recovery-image] Dec 19 21:39:45.558 INFO O| Dec 19 21:39:45.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5988 | 2024-12-19T21:39:47.904Z | [ recovery-image] Dec 19 21:39:45.558 INFO O| Dec 19 21:39:45.558 INFO STEP 538 (remove_files) COMPLETE |
5989 | 2024-12-19T21:39:47.904Z | [ recovery-image] Dec 19 21:39:45.558 INFO O| Dec 19 21:39:45.558 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5990 | 2024-12-19T21:39:47.920Z | [ recovery-image] Dec 19 21:39:45.577 INFO O| Dec 19 21:39:45.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5991 | 2024-12-19T21:39:47.926Z | [ recovery-image] Dec 19 21:39:45.577 INFO O| Dec 19 21:39:45.577 INFO STEP 539 (remove_files) COMPLETE |
5992 | 2024-12-19T21:39:47.926Z | [ recovery-image] Dec 19 21:39:45.577 INFO O| Dec 19 21:39:45.577 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5993 | 2024-12-19T21:39:47.940Z | [ recovery-image] Dec 19 21:39:45.596 INFO O| Dec 19 21:39:45.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5994 | 2024-12-19T21:39:47.944Z | [ recovery-image] Dec 19 21:39:45.596 INFO O| Dec 19 21:39:45.596 INFO STEP 540 (remove_files) COMPLETE |
5995 | 2024-12-19T21:39:47.944Z | [ recovery-image] Dec 19 21:39:45.597 INFO O| Dec 19 21:39:45.596 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5996 | 2024-12-19T21:39:47.962Z | [ recovery-image] Dec 19 21:39:45.619 INFO O| Dec 19 21:39:45.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5997 | 2024-12-19T21:39:47.962Z | [ recovery-image] Dec 19 21:39:45.619 INFO O| Dec 19 21:39:45.619 INFO STEP 541 (remove_files) COMPLETE |
5998 | 2024-12-19T21:39:47.962Z | [ recovery-image] Dec 19 21:39:45.619 INFO O| Dec 19 21:39:45.619 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5999 | 2024-12-19T21:39:47.988Z | [ recovery-image] Dec 19 21:39:45.640 INFO O| Dec 19 21:39:45.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
6000 | 2024-12-19T21:39:47.989Z | [ recovery-image] Dec 19 21:39:45.640 INFO O| Dec 19 21:39:45.640 INFO STEP 542 (remove_files) COMPLETE |
6001 | 2024-12-19T21:39:47.989Z | [ recovery-image] Dec 19 21:39:45.640 INFO O| Dec 19 21:39:45.640 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6002 | 2024-12-19T21:39:48.028Z | [ recovery-image] Dec 19 21:39:45.684 INFO O| Dec 19 21:39:45.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
6003 | 2024-12-19T21:39:48.028Z | [ recovery-image] Dec 19 21:39:45.685 INFO O| Dec 19 21:39:45.684 INFO STEP 543 (remove_files) COMPLETE |
6004 | 2024-12-19T21:39:48.031Z | [ recovery-image] Dec 19 21:39:45.685 INFO O| Dec 19 21:39:45.685 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6005 | 2024-12-19T21:39:48.090Z | [ recovery-image] Dec 19 21:39:45.747 INFO O| Dec 19 21:39:45.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
6006 | 2024-12-19T21:39:48.090Z | [ recovery-image] Dec 19 21:39:45.747 INFO O| Dec 19 21:39:45.747 INFO STEP 544 (remove_files) COMPLETE |
6007 | 2024-12-19T21:39:48.094Z | [ recovery-image] Dec 19 21:39:45.747 INFO O| Dec 19 21:39:45.747 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6008 | 2024-12-19T21:39:48.128Z | [ recovery-image] Dec 19 21:39:45.782 INFO O| Dec 19 21:39:45.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
6009 | 2024-12-19T21:39:48.131Z | [ recovery-image] Dec 19 21:39:45.782 INFO O| Dec 19 21:39:45.782 INFO STEP 545 (remove_files) COMPLETE |
6010 | 2024-12-19T21:39:48.131Z | [ recovery-image] Dec 19 21:39:45.782 INFO O| Dec 19 21:39:45.782 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6011 | 2024-12-19T21:39:48.148Z | [ recovery-image] Dec 19 21:39:45.805 INFO O| Dec 19 21:39:45.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
6012 | 2024-12-19T21:39:48.152Z | [ recovery-image] Dec 19 21:39:45.806 INFO O| Dec 19 21:39:45.805 INFO STEP 546 (remove_files) COMPLETE |
6013 | 2024-12-19T21:39:48.152Z | [ recovery-image] Dec 19 21:39:45.806 INFO O| Dec 19 21:39:45.806 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6014 | 2024-12-19T21:39:48.172Z | [ recovery-image] Dec 19 21:39:45.828 INFO O| Dec 19 21:39:45.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
6015 | 2024-12-19T21:39:48.172Z | [ recovery-image] Dec 19 21:39:45.829 INFO O| Dec 19 21:39:45.829 INFO STEP 547 (remove_files) COMPLETE |
6016 | 2024-12-19T21:39:48.176Z | [ recovery-image] Dec 19 21:39:45.829 INFO O| Dec 19 21:39:45.829 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6017 | 2024-12-19T21:39:48.207Z | [ recovery-image] Dec 19 21:39:45.863 INFO O| Dec 19 21:39:45.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
6018 | 2024-12-19T21:39:48.211Z | [ recovery-image] Dec 19 21:39:45.864 INFO O| Dec 19 21:39:45.863 INFO STEP 548 (remove_files) COMPLETE |
6019 | 2024-12-19T21:39:48.211Z | [ recovery-image] Dec 19 21:39:45.864 INFO O| Dec 19 21:39:45.864 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6020 | 2024-12-19T21:39:48.231Z | [ recovery-image] Dec 19 21:39:45.888 INFO O| Dec 19 21:39:45.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
6021 | 2024-12-19T21:39:48.235Z | [ recovery-image] Dec 19 21:39:45.888 INFO O| Dec 19 21:39:45.888 INFO STEP 549 (remove_files) COMPLETE |
6022 | 2024-12-19T21:39:48.235Z | [ recovery-image] Dec 19 21:39:45.888 INFO O| Dec 19 21:39:45.888 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6023 | 2024-12-19T21:39:48.257Z | [ recovery-image] Dec 19 21:39:45.910 INFO O| Dec 19 21:39:45.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
6024 | 2024-12-19T21:39:48.262Z | [ recovery-image] Dec 19 21:39:45.911 INFO O| Dec 19 21:39:45.911 INFO STEP 550 (remove_files) COMPLETE |
6025 | 2024-12-19T21:39:48.262Z | [ recovery-image] Dec 19 21:39:45.911 INFO O| Dec 19 21:39:45.911 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6026 | 2024-12-19T21:39:48.383Z | [ recovery-image] Dec 19 21:39:46.038 INFO O| Dec 19 21:39:46.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
6027 | 2024-12-19T21:39:48.392Z | [ recovery-image] Dec 19 21:39:46.038 INFO O| Dec 19 21:39:46.038 INFO STEP 551 (remove_files) COMPLETE |
6028 | 2024-12-19T21:39:48.392Z | [ recovery-image] Dec 19 21:39:46.038 INFO O| Dec 19 21:39:46.038 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6029 | 2024-12-19T21:39:48.455Z | [ recovery-image] Dec 19 21:39:46.109 INFO O| Dec 19 21:39:46.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
6030 | 2024-12-19T21:39:48.458Z | [ recovery-image] Dec 19 21:39:46.110 INFO O| Dec 19 21:39:46.109 INFO STEP 552 (remove_files) COMPLETE |
6031 | 2024-12-19T21:39:48.458Z | [ recovery-image] Dec 19 21:39:46.110 INFO O| Dec 19 21:39:46.110 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6032 | 2024-12-19T21:39:48.479Z | [ recovery-image] Dec 19 21:39:46.132 INFO O| Dec 19 21:39:46.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
6033 | 2024-12-19T21:39:48.479Z | [ recovery-image] Dec 19 21:39:46.132 INFO O| Dec 19 21:39:46.132 INFO STEP 553 (remove_files) COMPLETE |
6034 | 2024-12-19T21:39:48.479Z | [ recovery-image] Dec 19 21:39:46.132 INFO O| Dec 19 21:39:46.132 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6035 | 2024-12-19T21:39:48.505Z | [ recovery-image] Dec 19 21:39:46.162 INFO O| Dec 19 21:39:46.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
6036 | 2024-12-19T21:39:48.508Z | [ recovery-image] Dec 19 21:39:46.162 INFO O| Dec 19 21:39:46.162 INFO STEP 554 (remove_files) COMPLETE |
6037 | 2024-12-19T21:39:48.508Z | [ recovery-image] Dec 19 21:39:46.162 INFO O| Dec 19 21:39:46.162 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6038 | 2024-12-19T21:39:48.539Z | [ recovery-image] Dec 19 21:39:46.196 INFO O| Dec 19 21:39:46.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
6039 | 2024-12-19T21:39:48.544Z | [ recovery-image] Dec 19 21:39:46.197 INFO O| Dec 19 21:39:46.197 INFO STEP 555 (remove_files) COMPLETE |
6040 | 2024-12-19T21:39:48.544Z | [ recovery-image] Dec 19 21:39:46.197 INFO O| Dec 19 21:39:46.197 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6041 | 2024-12-19T21:39:48.582Z | [ recovery-image] Dec 19 21:39:46.237 INFO O| Dec 19 21:39:46.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
6042 | 2024-12-19T21:39:48.585Z | [ recovery-image] Dec 19 21:39:46.237 INFO O| Dec 19 21:39:46.237 INFO STEP 556 (remove_files) COMPLETE |
6043 | 2024-12-19T21:39:48.585Z | [ recovery-image] Dec 19 21:39:46.237 INFO O| Dec 19 21:39:46.237 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6044 | 2024-12-19T21:39:48.615Z | [ recovery-image] Dec 19 21:39:46.272 INFO O| Dec 19 21:39:46.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
6045 | 2024-12-19T21:39:48.618Z | [ recovery-image] Dec 19 21:39:46.272 INFO O| Dec 19 21:39:46.272 INFO STEP 557 (remove_files) COMPLETE |
6046 | 2024-12-19T21:39:48.618Z | [ recovery-image] Dec 19 21:39:46.272 INFO O| Dec 19 21:39:46.272 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6047 | 2024-12-19T21:39:48.633Z | [ recovery-image] Dec 19 21:39:46.289 INFO O| Dec 19 21:39:46.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6048 | 2024-12-19T21:39:48.633Z | [ recovery-image] Dec 19 21:39:46.289 INFO O| Dec 19 21:39:46.289 INFO STEP 558 (remove_files) COMPLETE |
6049 | 2024-12-19T21:39:48.644Z | [ recovery-image] Dec 19 21:39:46.289 INFO O| Dec 19 21:39:46.289 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6050 | 2024-12-19T21:39:48.649Z | [ recovery-image] Dec 19 21:39:46.306 INFO O| Dec 19 21:39:46.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6051 | 2024-12-19T21:39:48.649Z | [ recovery-image] Dec 19 21:39:46.306 INFO O| Dec 19 21:39:46.306 INFO STEP 559 (remove_files) COMPLETE |
6052 | 2024-12-19T21:39:48.656Z | [ recovery-image] Dec 19 21:39:46.306 INFO O| Dec 19 21:39:46.306 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6053 | 2024-12-19T21:39:48.678Z | [ recovery-image] Dec 19 21:39:46.334 INFO O| Dec 19 21:39:46.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6054 | 2024-12-19T21:39:48.678Z | [ recovery-image] Dec 19 21:39:46.334 INFO O| Dec 19 21:39:46.334 INFO STEP 560 (remove_files) COMPLETE |
6055 | 2024-12-19T21:39:48.684Z | [ recovery-image] Dec 19 21:39:46.334 INFO O| Dec 19 21:39:46.334 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6056 | 2024-12-19T21:39:48.709Z | [ recovery-image] Dec 19 21:39:46.365 INFO O| Dec 19 21:39:46.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6057 | 2024-12-19T21:39:48.709Z | [ recovery-image] Dec 19 21:39:46.365 INFO O| Dec 19 21:39:46.365 INFO STEP 561 (remove_files) COMPLETE |
6058 | 2024-12-19T21:39:48.709Z | [ recovery-image] Dec 19 21:39:46.365 INFO O| Dec 19 21:39:46.365 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6059 | 2024-12-19T21:39:48.728Z | [ recovery-image] Dec 19 21:39:46.382 INFO O| Dec 19 21:39:46.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6060 | 2024-12-19T21:39:48.729Z | [ recovery-image] Dec 19 21:39:46.382 INFO O| Dec 19 21:39:46.382 INFO STEP 562 (remove_files) COMPLETE |
6061 | 2024-12-19T21:39:48.729Z | [ recovery-image] Dec 19 21:39:46.382 INFO O| Dec 19 21:39:46.382 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6062 | 2024-12-19T21:39:48.754Z | [ recovery-image] Dec 19 21:39:46.410 INFO O| Dec 19 21:39:46.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6063 | 2024-12-19T21:39:48.754Z | [ recovery-image] Dec 19 21:39:46.410 INFO O| Dec 19 21:39:46.410 INFO STEP 563 (remove_files) COMPLETE |
6064 | 2024-12-19T21:39:48.758Z | [ recovery-image] Dec 19 21:39:46.410 INFO O| Dec 19 21:39:46.410 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6065 | 2024-12-19T21:39:48.772Z | [ recovery-image] Dec 19 21:39:46.429 INFO O| Dec 19 21:39:46.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6066 | 2024-12-19T21:39:48.772Z | [ recovery-image] Dec 19 21:39:46.429 INFO O| Dec 19 21:39:46.429 INFO STEP 564 (remove_files) COMPLETE |
6067 | 2024-12-19T21:39:48.772Z | [ recovery-image] Dec 19 21:39:46.429 INFO O| Dec 19 21:39:46.429 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6068 | 2024-12-19T21:39:48.830Z | [ recovery-image] Dec 19 21:39:46.486 INFO O| Dec 19 21:39:46.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6069 | 2024-12-19T21:39:48.830Z | [ recovery-image] Dec 19 21:39:46.486 INFO O| Dec 19 21:39:46.486 INFO STEP 565 (remove_files) COMPLETE |
6070 | 2024-12-19T21:39:48.834Z | [ recovery-image] Dec 19 21:39:46.486 INFO O| Dec 19 21:39:46.486 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6071 | 2024-12-19T21:39:48.854Z | [ recovery-image] Dec 19 21:39:46.508 INFO O| Dec 19 21:39:46.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6072 | 2024-12-19T21:39:48.859Z | [ recovery-image] Dec 19 21:39:46.508 INFO O| Dec 19 21:39:46.508 INFO STEP 566 (remove_files) COMPLETE |
6073 | 2024-12-19T21:39:48.859Z | [ recovery-image] Dec 19 21:39:46.509 INFO O| Dec 19 21:39:46.508 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6074 | 2024-12-19T21:39:48.872Z | [ recovery-image] Dec 19 21:39:46.529 INFO O| Dec 19 21:39:46.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6075 | 2024-12-19T21:39:48.877Z | [ recovery-image] Dec 19 21:39:46.529 INFO O| Dec 19 21:39:46.529 INFO STEP 567 (remove_files) COMPLETE |
6076 | 2024-12-19T21:39:48.877Z | [ recovery-image] Dec 19 21:39:46.529 INFO O| Dec 19 21:39:46.529 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6077 | 2024-12-19T21:39:48.892Z | [ recovery-image] Dec 19 21:39:46.548 INFO O| Dec 19 21:39:46.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6078 | 2024-12-19T21:39:48.895Z | [ recovery-image] Dec 19 21:39:46.548 INFO O| Dec 19 21:39:46.548 INFO STEP 568 (remove_files) COMPLETE |
6079 | 2024-12-19T21:39:48.895Z | [ recovery-image] Dec 19 21:39:46.548 INFO O| Dec 19 21:39:46.548 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6080 | 2024-12-19T21:39:48.926Z | [ recovery-image] Dec 19 21:39:46.582 INFO O| Dec 19 21:39:46.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6081 | 2024-12-19T21:39:48.929Z | [ recovery-image] Dec 19 21:39:46.582 INFO O| Dec 19 21:39:46.582 INFO STEP 569 (remove_files) COMPLETE |
6082 | 2024-12-19T21:39:48.929Z | [ recovery-image] Dec 19 21:39:46.583 INFO O| Dec 19 21:39:46.582 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6083 | 2024-12-19T21:39:48.947Z | [ recovery-image] Dec 19 21:39:46.604 INFO O| Dec 19 21:39:46.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6084 | 2024-12-19T21:39:48.950Z | [ recovery-image] Dec 19 21:39:46.604 INFO O| Dec 19 21:39:46.604 INFO STEP 570 (remove_files) COMPLETE |
6085 | 2024-12-19T21:39:48.950Z | [ recovery-image] Dec 19 21:39:46.604 INFO O| Dec 19 21:39:46.604 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6086 | 2024-12-19T21:39:48.975Z | [ recovery-image] Dec 19 21:39:46.631 INFO O| Dec 19 21:39:46.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6087 | 2024-12-19T21:39:48.975Z | [ recovery-image] Dec 19 21:39:46.631 INFO O| Dec 19 21:39:46.631 INFO STEP 571 (remove_files) COMPLETE |
6088 | 2024-12-19T21:39:48.975Z | [ recovery-image] Dec 19 21:39:46.631 INFO O| Dec 19 21:39:46.631 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6089 | 2024-12-19T21:39:49.011Z | [ recovery-image] Dec 19 21:39:46.666 INFO O| Dec 19 21:39:46.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6090 | 2024-12-19T21:39:49.011Z | [ recovery-image] Dec 19 21:39:46.666 INFO O| Dec 19 21:39:46.666 INFO STEP 572 (remove_files) COMPLETE |
6091 | 2024-12-19T21:39:49.011Z | [ recovery-image] Dec 19 21:39:46.666 INFO O| Dec 19 21:39:46.666 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6092 | 2024-12-19T21:39:49.069Z | [ recovery-image] Dec 19 21:39:46.726 INFO O| Dec 19 21:39:46.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6093 | 2024-12-19T21:39:49.070Z | [ recovery-image] Dec 19 21:39:46.726 INFO O| Dec 19 21:39:46.726 INFO STEP 573 (remove_files) COMPLETE |
6094 | 2024-12-19T21:39:49.070Z | [ recovery-image] Dec 19 21:39:46.726 INFO O| Dec 19 21:39:46.726 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6095 | 2024-12-19T21:39:49.094Z | [ recovery-image] Dec 19 21:39:46.751 INFO O| Dec 19 21:39:46.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6096 | 2024-12-19T21:39:49.094Z | [ recovery-image] Dec 19 21:39:46.751 INFO O| Dec 19 21:39:46.751 INFO STEP 574 (remove_files) COMPLETE |
6097 | 2024-12-19T21:39:49.099Z | [ recovery-image] Dec 19 21:39:46.751 INFO O| Dec 19 21:39:46.751 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6098 | 2024-12-19T21:39:49.120Z | [ recovery-image] Dec 19 21:39:46.774 INFO O| Dec 19 21:39:46.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6099 | 2024-12-19T21:39:49.120Z | [ recovery-image] Dec 19 21:39:46.775 INFO O| Dec 19 21:39:46.774 INFO STEP 575 (remove_files) COMPLETE |
6100 | 2024-12-19T21:39:49.125Z | [ recovery-image] Dec 19 21:39:46.775 INFO O| Dec 19 21:39:46.775 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6101 | 2024-12-19T21:39:49.146Z | [ recovery-image] Dec 19 21:39:46.800 INFO O| Dec 19 21:39:46.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6102 | 2024-12-19T21:39:49.146Z | [ recovery-image] Dec 19 21:39:46.800 INFO O| Dec 19 21:39:46.800 INFO STEP 576 (remove_files) COMPLETE |
6103 | 2024-12-19T21:39:49.150Z | [ recovery-image] Dec 19 21:39:46.800 INFO O| Dec 19 21:39:46.800 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6104 | 2024-12-19T21:39:49.169Z | [ recovery-image] Dec 19 21:39:46.825 INFO O| Dec 19 21:39:46.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6105 | 2024-12-19T21:39:49.173Z | [ recovery-image] Dec 19 21:39:46.825 INFO O| Dec 19 21:39:46.825 INFO STEP 577 (remove_files) COMPLETE |
6106 | 2024-12-19T21:39:49.173Z | [ recovery-image] Dec 19 21:39:46.825 INFO O| Dec 19 21:39:46.825 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6107 | 2024-12-19T21:39:49.193Z | [ recovery-image] Dec 19 21:39:46.849 INFO O| Dec 19 21:39:46.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6108 | 2024-12-19T21:39:49.198Z | [ recovery-image] Dec 19 21:39:46.850 INFO O| Dec 19 21:39:46.849 INFO STEP 578 (remove_files) COMPLETE |
6109 | 2024-12-19T21:39:49.199Z | [ recovery-image] Dec 19 21:39:46.850 INFO O| Dec 19 21:39:46.849 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6110 | 2024-12-19T21:39:49.216Z | [ recovery-image] Dec 19 21:39:46.872 INFO O| Dec 19 21:39:46.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6111 | 2024-12-19T21:39:49.216Z | [ recovery-image] Dec 19 21:39:46.872 INFO O| Dec 19 21:39:46.872 INFO STEP 579 (remove_files) COMPLETE |
6112 | 2024-12-19T21:39:49.220Z | [ recovery-image] Dec 19 21:39:46.872 INFO O| Dec 19 21:39:46.872 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6113 | 2024-12-19T21:39:49.238Z | [ recovery-image] Dec 19 21:39:46.895 INFO O| Dec 19 21:39:46.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6114 | 2024-12-19T21:39:49.259Z | [ recovery-image] Dec 19 21:39:46.915 INFO O| Dec 19 21:39:46.915 INFO STEP 580 (remove_files) COMPLETE |
6115 | 2024-12-19T21:39:49.259Z | [ recovery-image] Dec 19 21:39:46.915 INFO O| Dec 19 21:39:46.915 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6116 | 2024-12-19T21:39:49.328Z | [ recovery-image] Dec 19 21:39:46.984 INFO O| Dec 19 21:39:46.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6117 | 2024-12-19T21:39:49.328Z | [ recovery-image] Dec 19 21:39:46.984 INFO O| Dec 19 21:39:46.984 INFO STEP 581 (remove_files) COMPLETE |
6118 | 2024-12-19T21:39:49.332Z | [ recovery-image] Dec 19 21:39:46.984 INFO O| Dec 19 21:39:46.984 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6119 | 2024-12-19T21:39:49.356Z | [ recovery-image] Dec 19 21:39:47.011 INFO O| Dec 19 21:39:47.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6120 | 2024-12-19T21:39:49.356Z | [ recovery-image] Dec 19 21:39:47.011 INFO O| Dec 19 21:39:47.011 INFO STEP 582 (remove_files) COMPLETE |
6121 | 2024-12-19T21:39:49.356Z | [ recovery-image] Dec 19 21:39:47.011 INFO O| Dec 19 21:39:47.011 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6122 | 2024-12-19T21:39:49.382Z | [ recovery-image] Dec 19 21:39:47.038 INFO O| Dec 19 21:39:47.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6123 | 2024-12-19T21:39:49.382Z | [ recovery-image] Dec 19 21:39:47.038 INFO O| Dec 19 21:39:47.038 INFO STEP 583 (remove_files) COMPLETE |
6124 | 2024-12-19T21:39:49.382Z | [ recovery-image] Dec 19 21:39:47.038 INFO O| Dec 19 21:39:47.038 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6125 | 2024-12-19T21:39:49.409Z | [ recovery-image] Dec 19 21:39:47.064 INFO O| Dec 19 21:39:47.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6126 | 2024-12-19T21:39:49.409Z | [ recovery-image] Dec 19 21:39:47.064 INFO O| Dec 19 21:39:47.064 INFO STEP 584 (remove_files) COMPLETE |
6127 | 2024-12-19T21:39:49.410Z | [ recovery-image] Dec 19 21:39:47.064 INFO O| Dec 19 21:39:47.064 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2024-12-19T21:39:49.434Z | [ recovery-image] Dec 19 21:39:47.090 INFO O| Dec 19 21:39:47.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6129 | 2024-12-19T21:39:49.434Z | [ recovery-image] Dec 19 21:39:47.090 INFO O| Dec 19 21:39:47.090 INFO STEP 585 (remove_files) COMPLETE |
6130 | 2024-12-19T21:39:49.434Z | [ recovery-image] Dec 19 21:39:47.090 INFO O| Dec 19 21:39:47.090 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6131 | 2024-12-19T21:39:49.491Z | [ recovery-image] Dec 19 21:39:47.147 INFO O| Dec 19 21:39:47.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6132 | 2024-12-19T21:39:49.494Z | [ recovery-image] Dec 19 21:39:47.148 INFO O| Dec 19 21:39:47.148 INFO STEP 586 (remove_files) COMPLETE |
6133 | 2024-12-19T21:39:49.494Z | [ recovery-image] Dec 19 21:39:47.148 INFO O| Dec 19 21:39:47.148 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6134 | 2024-12-19T21:39:49.516Z | [ recovery-image] Dec 19 21:39:47.167 INFO O| Dec 19 21:39:47.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6135 | 2024-12-19T21:39:49.519Z | [ recovery-image] Dec 19 21:39:47.167 INFO O| Dec 19 21:39:47.167 INFO STEP 587 (remove_files) COMPLETE |
6136 | 2024-12-19T21:39:49.519Z | [ recovery-image] Dec 19 21:39:47.167 INFO O| Dec 19 21:39:47.167 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6137 | 2024-12-19T21:39:49.545Z | [ recovery-image] Dec 19 21:39:47.201 INFO O| Dec 19 21:39:47.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6138 | 2024-12-19T21:39:49.545Z | [ recovery-image] Dec 19 21:39:47.201 INFO O| Dec 19 21:39:47.201 INFO STEP 588 (remove_files) COMPLETE |
6139 | 2024-12-19T21:39:49.545Z | [ recovery-image] Dec 19 21:39:47.201 INFO O| Dec 19 21:39:47.201 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6140 | 2024-12-19T21:39:49.624Z | [ recovery-image] Dec 19 21:39:47.280 INFO O| Dec 19 21:39:47.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6141 | 2024-12-19T21:39:49.629Z | [ recovery-image] Dec 19 21:39:47.280 INFO O| Dec 19 21:39:47.280 INFO STEP 589 (remove_files) COMPLETE |
6142 | 2024-12-19T21:39:49.630Z | [ recovery-image] Dec 19 21:39:47.280 INFO O| Dec 19 21:39:47.280 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6143 | 2024-12-19T21:39:49.646Z | [ recovery-image] Dec 19 21:39:47.302 INFO O| Dec 19 21:39:47.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6144 | 2024-12-19T21:39:49.650Z | [ recovery-image] Dec 19 21:39:47.303 INFO O| Dec 19 21:39:47.303 INFO STEP 590 (remove_files) COMPLETE |
6145 | 2024-12-19T21:39:49.650Z | [ recovery-image] Dec 19 21:39:47.303 INFO O| Dec 19 21:39:47.303 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6146 | 2024-12-19T21:39:49.672Z | [ recovery-image] Dec 19 21:39:47.324 INFO O| Dec 19 21:39:47.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6147 | 2024-12-19T21:39:49.689Z | [ recovery-image] Dec 19 21:39:47.345 INFO O| Dec 19 21:39:47.345 INFO STEP 591 (remove_files) COMPLETE |
6148 | 2024-12-19T21:39:49.689Z | [ recovery-image] Dec 19 21:39:47.345 INFO O| Dec 19 21:39:47.345 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6149 | 2024-12-19T21:39:49.712Z | [ recovery-image] Dec 19 21:39:47.368 INFO O| Dec 19 21:39:47.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6150 | 2024-12-19T21:39:49.715Z | [ recovery-image] Dec 19 21:39:47.368 INFO O| Dec 19 21:39:47.368 INFO STEP 592 (remove_files) COMPLETE |
6151 | 2024-12-19T21:39:49.715Z | [ recovery-image] Dec 19 21:39:47.368 INFO O| Dec 19 21:39:47.368 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6152 | 2024-12-19T21:39:49.750Z | [ recovery-image] Dec 19 21:39:47.406 INFO O| Dec 19 21:39:47.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6153 | 2024-12-19T21:39:49.751Z | [ recovery-image] Dec 19 21:39:47.406 INFO O| Dec 19 21:39:47.406 INFO STEP 593 (remove_files) COMPLETE |
6154 | 2024-12-19T21:39:49.753Z | [ recovery-image] Dec 19 21:39:47.406 INFO O| Dec 19 21:39:47.406 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6155 | 2024-12-19T21:39:49.775Z | [ recovery-image] Dec 19 21:39:47.427 INFO O| Dec 19 21:39:47.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6156 | 2024-12-19T21:39:49.775Z | [ recovery-image] Dec 19 21:39:47.427 INFO O| Dec 19 21:39:47.427 INFO STEP 594 (remove_files) COMPLETE |
6157 | 2024-12-19T21:39:49.779Z | [ recovery-image] Dec 19 21:39:47.427 INFO O| Dec 19 21:39:47.427 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6158 | 2024-12-19T21:39:49.793Z | [ recovery-image] Dec 19 21:39:47.447 INFO O| Dec 19 21:39:47.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6159 | 2024-12-19T21:39:49.793Z | [ recovery-image] Dec 19 21:39:47.447 INFO O| Dec 19 21:39:47.447 INFO STEP 595 (remove_files) COMPLETE |
6160 | 2024-12-19T21:39:49.793Z | [ recovery-image] Dec 19 21:39:47.447 INFO O| Dec 19 21:39:47.447 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6161 | 2024-12-19T21:39:49.843Z | [ recovery-image] Dec 19 21:39:47.498 INFO O| Dec 19 21:39:47.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6162 | 2024-12-19T21:39:49.848Z | [ recovery-image] Dec 19 21:39:47.498 INFO O| Dec 19 21:39:47.498 INFO STEP 596 (remove_files) COMPLETE |
6163 | 2024-12-19T21:39:49.848Z | [ recovery-image] Dec 19 21:39:47.499 INFO O| Dec 19 21:39:47.498 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6164 | 2024-12-19T21:39:49.882Z | [ recovery-image] Dec 19 21:39:47.538 INFO O| Dec 19 21:39:47.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6165 | 2024-12-19T21:39:49.882Z | [ recovery-image] Dec 19 21:39:47.538 INFO O| Dec 19 21:39:47.538 INFO STEP 597 (remove_files) COMPLETE |
6166 | 2024-12-19T21:39:49.882Z | [ recovery-image] Dec 19 21:39:47.538 INFO O| Dec 19 21:39:47.538 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6167 | 2024-12-19T21:39:49.913Z | [ recovery-image] Dec 19 21:39:47.569 INFO O| Dec 19 21:39:47.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6168 | 2024-12-19T21:39:49.935Z | [ recovery-image] Dec 19 21:39:47.591 INFO O| Dec 19 21:39:47.591 INFO STEP 598 (remove_files) COMPLETE |
6169 | 2024-12-19T21:39:49.935Z | [ recovery-image] Dec 19 21:39:47.591 INFO O| Dec 19 21:39:47.591 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6170 | 2024-12-19T21:39:49.967Z | [ recovery-image] Dec 19 21:39:47.623 INFO O| Dec 19 21:39:47.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6171 | 2024-12-19T21:39:49.968Z | [ recovery-image] Dec 19 21:39:47.623 INFO O| Dec 19 21:39:47.623 INFO STEP 599 (remove_files) COMPLETE |
6172 | 2024-12-19T21:39:49.968Z | [ recovery-image] Dec 19 21:39:47.623 INFO O| Dec 19 21:39:47.623 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6173 | 2024-12-19T21:39:49.983Z | [ host-image] Dec 19 21:39:47.639 INFO O| Dec 19 21:39:47.639 INFO O| Done |
6174 | 2024-12-19T21:39:50.025Z | [ recovery-image] Dec 19 21:39:47.679 INFO O| Dec 19 21:39:47.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6175 | 2024-12-19T21:39:50.025Z | [ recovery-image] Dec 19 21:39:47.679 INFO O| Dec 19 21:39:47.679 INFO STEP 600 (remove_files) COMPLETE |
6176 | 2024-12-19T21:39:50.025Z | [ recovery-image] Dec 19 21:39:47.679 INFO O| Dec 19 21:39:47.679 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6177 | 2024-12-19T21:39:50.028Z | [ host-image] Dec 19 21:39:47.680 INFO O| Dec 19 21:39:47.680 INFO O| Done |
6178 | 2024-12-19T21:39:50.028Z | [ host-image] Dec 19 21:39:47.680 INFO O| Dec 19 21:39:47.680 INFO O| Done |
6179 | 2024-12-19T21:39:50.044Z | [ host-image] Dec 19 21:39:47.700 INFO O| Dec 19 21:39:47.700 INFO O| Done |
6180 | 2024-12-19T21:39:50.054Z | [ recovery-image] Dec 19 21:39:47.710 INFO O| Dec 19 21:39:47.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6181 | 2024-12-19T21:39:50.054Z | [ recovery-image] Dec 19 21:39:47.710 INFO O| Dec 19 21:39:47.710 INFO STEP 601 (remove_files) COMPLETE |
6182 | 2024-12-19T21:39:50.057Z | [ recovery-image] Dec 19 21:39:47.710 INFO O| Dec 19 21:39:47.710 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6183 | 2024-12-19T21:39:50.101Z | [ recovery-image] Dec 19 21:39:47.757 INFO O| Dec 19 21:39:47.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6184 | 2024-12-19T21:39:50.101Z | [ recovery-image] Dec 19 21:39:47.757 INFO O| Dec 19 21:39:47.757 INFO STEP 602 (remove_files) COMPLETE |
6185 | 2024-12-19T21:39:50.106Z | [ recovery-image] Dec 19 21:39:47.757 INFO O| Dec 19 21:39:47.757 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6186 | 2024-12-19T21:39:50.147Z | [ recovery-image] Dec 19 21:39:47.802 INFO O| Dec 19 21:39:47.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6187 | 2024-12-19T21:39:50.151Z | [ recovery-image] Dec 19 21:39:47.803 INFO O| Dec 19 21:39:47.802 INFO STEP 603 (remove_files) COMPLETE |
6188 | 2024-12-19T21:39:50.151Z | [ recovery-image] Dec 19 21:39:47.803 INFO O| Dec 19 21:39:47.803 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6189 | 2024-12-19T21:39:50.175Z | [ recovery-image] Dec 19 21:39:47.830 INFO O| Dec 19 21:39:47.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6190 | 2024-12-19T21:39:50.178Z | [ recovery-image] Dec 19 21:39:47.831 INFO O| Dec 19 21:39:47.831 INFO STEP 604 (remove_files) COMPLETE |
6191 | 2024-12-19T21:39:50.178Z | [ recovery-image] Dec 19 21:39:47.831 INFO O| Dec 19 21:39:47.831 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6192 | 2024-12-19T21:39:50.202Z | [ recovery-image] Dec 19 21:39:47.858 INFO O| Dec 19 21:39:47.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6193 | 2024-12-19T21:39:50.203Z | [ recovery-image] Dec 19 21:39:47.858 INFO O| Dec 19 21:39:47.857 INFO STEP 605 (remove_files) COMPLETE |
6194 | 2024-12-19T21:39:50.212Z | [ recovery-image] Dec 19 21:39:47.858 INFO O| Dec 19 21:39:47.857 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6195 | 2024-12-19T21:39:50.230Z | [ recovery-image] Dec 19 21:39:47.883 INFO O| Dec 19 21:39:47.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6196 | 2024-12-19T21:39:50.230Z | [ recovery-image] Dec 19 21:39:47.883 INFO O| Dec 19 21:39:47.883 INFO STEP 606 (remove_files) COMPLETE |
6197 | 2024-12-19T21:39:50.233Z | [ recovery-image] Dec 19 21:39:47.883 INFO O| Dec 19 21:39:47.883 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6198 | 2024-12-19T21:39:50.254Z | [ recovery-image] Dec 19 21:39:47.909 INFO O| Dec 19 21:39:47.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6199 | 2024-12-19T21:39:50.254Z | [ recovery-image] Dec 19 21:39:47.909 INFO O| Dec 19 21:39:47.909 INFO STEP 607 (remove_files) COMPLETE |
6200 | 2024-12-19T21:39:50.262Z | [ recovery-image] Dec 19 21:39:47.909 INFO O| Dec 19 21:39:47.909 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6201 | 2024-12-19T21:39:50.263Z | [ host-image] Dec 19 21:39:47.910 INFO O| Dec 19 21:39:47.910 INFO STEP 14 (pkg_install) COMPLETE |
6202 | 2024-12-19T21:39:50.263Z | [ host-image] Dec 19 21:39:47.910 INFO O| Dec 19 21:39:47.910 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6203 | 2024-12-19T21:39:50.263Z | [ host-image] Dec 19 21:39:47.910 INFO O| Dec 19 21:39:47.910 INFO skip step because feature "mfg" is not enabled |
6204 | 2024-12-19T21:39:50.263Z | [ host-image] Dec 19 21:39:47.910 INFO O| Dec 19 21:39:47.910 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6205 | 2024-12-19T21:39:50.263Z | [ host-image] Dec 19 21:39:47.910 INFO O| Dec 19 21:39:47.910 INFO skip step because feature "compliance" is not enabled |
6206 | 2024-12-19T21:39:50.263Z | [ host-image] Dec 19 21:39:47.910 INFO O| Dec 19 21:39:47.910 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6207 | 2024-12-19T21:39:50.263Z | [ host-image] Dec 19 21:39:47.910 INFO O| Dec 19 21:39:47.910 INFO skip step because feature "stress" is not enabled |
6208 | 2024-12-19T21:39:50.263Z | [ host-image] Dec 19 21:39:47.910 INFO O| Dec 19 21:39:47.910 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6209 | 2024-12-19T21:39:50.263Z | [ host-image] Dec 19 21:39:47.910 INFO O| Dec 19 21:39:47.910 INFO skip step because feature "nfs" is not enabled |
6210 | 2024-12-19T21:39:50.263Z | [ host-image] Dec 19 21:39:47.910 INFO O| Dec 19 21:39:47.910 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
6211 | 2024-12-19T21:39:50.263Z | [ host-image] Dec 19 21:39:47.910 INFO O| Dec 19 21:39:47.910 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
6212 | 2024-12-19T21:39:50.279Z | [ recovery-image] Dec 19 21:39:47.935 INFO O| Dec 19 21:39:47.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6213 | 2024-12-19T21:39:50.279Z | [ recovery-image] Dec 19 21:39:47.935 INFO O| Dec 19 21:39:47.935 INFO STEP 608 (remove_files) COMPLETE |
6214 | 2024-12-19T21:39:50.279Z | [ recovery-image] Dec 19 21:39:47.935 INFO O| Dec 19 21:39:47.935 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6215 | 2024-12-19T21:39:50.311Z | [ recovery-image] Dec 19 21:39:47.964 INFO O| Dec 19 21:39:47.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6216 | 2024-12-19T21:39:50.311Z | [ recovery-image] Dec 19 21:39:47.964 INFO O| Dec 19 21:39:47.964 INFO STEP 609 (remove_files) COMPLETE |
6217 | 2024-12-19T21:39:50.315Z | [ recovery-image] Dec 19 21:39:47.964 INFO O| Dec 19 21:39:47.964 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6218 | 2024-12-19T21:39:50.340Z | [ recovery-image] Dec 19 21:39:47.989 INFO O| Dec 19 21:39:47.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6219 | 2024-12-19T21:39:50.340Z | [ recovery-image] Dec 19 21:39:47.989 INFO O| Dec 19 21:39:47.989 INFO STEP 610 (remove_files) COMPLETE |
6220 | 2024-12-19T21:39:50.340Z | [ recovery-image] Dec 19 21:39:47.989 INFO O| Dec 19 21:39:47.989 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2024-12-19T21:39:50.355Z | [ host-image] Dec 19 21:39:48.010 INFO O| Dec 19 21:39:48.010 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
6222 | 2024-12-19T21:39:50.365Z | [ recovery-image] Dec 19 21:39:48.021 INFO O| Dec 19 21:39:48.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6223 | 2024-12-19T21:39:50.365Z | [ recovery-image] Dec 19 21:39:48.021 INFO O| Dec 19 21:39:48.021 INFO STEP 611 (remove_files) COMPLETE |
6224 | 2024-12-19T21:39:50.368Z | [ recovery-image] Dec 19 21:39:48.021 INFO O| Dec 19 21:39:48.021 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6225 | 2024-12-19T21:39:50.389Z | [ recovery-image] Dec 19 21:39:48.045 INFO O| Dec 19 21:39:48.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6226 | 2024-12-19T21:39:50.389Z | [ recovery-image] Dec 19 21:39:48.045 INFO O| Dec 19 21:39:48.045 INFO STEP 612 (remove_files) COMPLETE |
6227 | 2024-12-19T21:39:50.397Z | [ recovery-image] Dec 19 21:39:48.045 INFO O| Dec 19 21:39:48.045 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6228 | 2024-12-19T21:39:50.416Z | [ recovery-image] Dec 19 21:39:48.072 INFO O| Dec 19 21:39:48.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6229 | 2024-12-19T21:39:50.422Z | [ recovery-image] Dec 19 21:39:48.073 INFO O| Dec 19 21:39:48.072 INFO STEP 613 (remove_files) COMPLETE |
6230 | 2024-12-19T21:39:50.422Z | [ recovery-image] Dec 19 21:39:48.073 INFO O| Dec 19 21:39:48.073 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6231 | 2024-12-19T21:39:50.472Z | [ host-image] Dec 19 21:39:48.127 INFO O| Dec 19 21:39:48.127 INFO completed processing gimlet/ramdisk-01-os |
6232 | 2024-12-19T21:39:50.482Z | [ recovery-image] Dec 19 21:39:48.129 INFO O| Dec 19 21:39:48.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6233 | 2024-12-19T21:39:50.482Z | [ host-image] Dec 19 21:39:48.131 INFO omicron1 baseline generation... |
6234 | 2024-12-19T21:39:50.482Z | [ host-image] Dec 19 21:39:48.131 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
6235 | 2024-12-19T21:39:50.482Z | [ recovery-image] Dec 19 21:39:48.135 INFO O| Dec 19 21:39:48.135 INFO STEP 614 (remove_files) COMPLETE |
6236 | 2024-12-19T21:39:50.482Z | [ recovery-image] Dec 19 21:39:48.135 INFO O| Dec 19 21:39:48.135 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6237 | 2024-12-19T21:39:50.501Z | [ recovery-image] Dec 19 21:39:48.157 INFO O| Dec 19 21:39:48.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6238 | 2024-12-19T21:39:50.501Z | [ recovery-image] Dec 19 21:39:48.157 INFO O| Dec 19 21:39:48.157 INFO STEP 615 (remove_files) COMPLETE |
6239 | 2024-12-19T21:39:50.508Z | [ recovery-image] Dec 19 21:39:48.157 INFO O| Dec 19 21:39:48.157 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6240 | 2024-12-19T21:39:50.549Z | [ recovery-image] Dec 19 21:39:48.205 INFO O| Dec 19 21:39:48.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6241 | 2024-12-19T21:39:50.552Z | [ recovery-image] Dec 19 21:39:48.206 INFO O| Dec 19 21:39:48.206 INFO STEP 616 (remove_files) COMPLETE |
6242 | 2024-12-19T21:39:50.552Z | [ recovery-image] Dec 19 21:39:48.206 INFO O| Dec 19 21:39:48.206 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6243 | 2024-12-19T21:39:50.594Z | [ recovery-image] Dec 19 21:39:48.249 INFO O| Dec 19 21:39:48.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6244 | 2024-12-19T21:39:50.594Z | [ recovery-image] Dec 19 21:39:48.249 INFO O| Dec 19 21:39:48.249 INFO STEP 617 (remove_files) COMPLETE |
6245 | 2024-12-19T21:39:50.594Z | [ recovery-image] Dec 19 21:39:48.249 INFO O| Dec 19 21:39:48.249 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6246 | 2024-12-19T21:39:50.613Z | [ recovery-image] Dec 19 21:39:48.269 INFO O| Dec 19 21:39:48.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6247 | 2024-12-19T21:39:50.614Z | [ recovery-image] Dec 19 21:39:48.269 INFO O| Dec 19 21:39:48.269 INFO STEP 618 (remove_files) COMPLETE |
6248 | 2024-12-19T21:39:50.614Z | [ recovery-image] Dec 19 21:39:48.269 INFO O| Dec 19 21:39:48.269 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6249 | 2024-12-19T21:39:50.637Z | [ recovery-image] Dec 19 21:39:48.292 INFO O| Dec 19 21:39:48.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6250 | 2024-12-19T21:39:50.637Z | [ recovery-image] Dec 19 21:39:48.292 INFO O| Dec 19 21:39:48.292 INFO STEP 619 (remove_files) COMPLETE |
6251 | 2024-12-19T21:39:50.637Z | [ recovery-image] Dec 19 21:39:48.293 INFO O| Dec 19 21:39:48.292 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6252 | 2024-12-19T21:39:50.655Z | [ recovery-image] Dec 19 21:39:48.311 INFO O| Dec 19 21:39:48.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6253 | 2024-12-19T21:39:50.655Z | [ recovery-image] Dec 19 21:39:48.311 INFO O| Dec 19 21:39:48.311 INFO STEP 620 (remove_files) COMPLETE |
6254 | 2024-12-19T21:39:50.655Z | [ recovery-image] Dec 19 21:39:48.311 INFO O| Dec 19 21:39:48.311 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6255 | 2024-12-19T21:39:50.674Z | [ recovery-image] Dec 19 21:39:48.329 INFO O| Dec 19 21:39:48.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6256 | 2024-12-19T21:39:50.674Z | [ recovery-image] Dec 19 21:39:48.329 INFO O| Dec 19 21:39:48.329 INFO STEP 621 (remove_files) COMPLETE |
6257 | 2024-12-19T21:39:50.674Z | [ recovery-image] Dec 19 21:39:48.330 INFO O| Dec 19 21:39:48.329 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6258 | 2024-12-19T21:39:50.693Z | [ recovery-image] Dec 19 21:39:48.348 INFO O| Dec 19 21:39:48.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6259 | 2024-12-19T21:39:50.693Z | [ recovery-image] Dec 19 21:39:48.348 INFO O| Dec 19 21:39:48.348 INFO STEP 622 (remove_files) COMPLETE |
6260 | 2024-12-19T21:39:50.693Z | [ recovery-image] Dec 19 21:39:48.349 INFO O| Dec 19 21:39:48.348 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6261 | 2024-12-19T21:39:50.712Z | [ recovery-image] Dec 19 21:39:48.366 INFO O| Dec 19 21:39:48.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6262 | 2024-12-19T21:39:50.712Z | [ recovery-image] Dec 19 21:39:48.367 INFO O| Dec 19 21:39:48.366 INFO STEP 623 (remove_files) COMPLETE |
6263 | 2024-12-19T21:39:50.712Z | [ recovery-image] Dec 19 21:39:48.367 INFO O| Dec 19 21:39:48.367 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6264 | 2024-12-19T21:39:50.730Z | [ recovery-image] Dec 19 21:39:48.386 INFO O| Dec 19 21:39:48.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6265 | 2024-12-19T21:39:50.730Z | [ recovery-image] Dec 19 21:39:48.386 INFO O| Dec 19 21:39:48.386 INFO STEP 624 (remove_files) COMPLETE |
6266 | 2024-12-19T21:39:50.730Z | [ recovery-image] Dec 19 21:39:48.386 INFO O| Dec 19 21:39:48.386 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6267 | 2024-12-19T21:39:50.748Z | [ recovery-image] Dec 19 21:39:48.404 INFO O| Dec 19 21:39:48.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6268 | 2024-12-19T21:39:50.748Z | [ recovery-image] Dec 19 21:39:48.404 INFO O| Dec 19 21:39:48.404 INFO STEP 625 (remove_files) COMPLETE |
6269 | 2024-12-19T21:39:50.748Z | [ recovery-image] Dec 19 21:39:48.404 INFO O| Dec 19 21:39:48.404 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6270 | 2024-12-19T21:39:50.768Z | [ recovery-image] Dec 19 21:39:48.423 INFO O| Dec 19 21:39:48.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6271 | 2024-12-19T21:39:50.768Z | [ recovery-image] Dec 19 21:39:48.423 INFO O| Dec 19 21:39:48.423 INFO STEP 626 (remove_files) COMPLETE |
6272 | 2024-12-19T21:39:50.768Z | [ recovery-image] Dec 19 21:39:48.423 INFO O| Dec 19 21:39:48.423 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6273 | 2024-12-19T21:39:50.786Z | [ recovery-image] Dec 19 21:39:48.441 INFO O| Dec 19 21:39:48.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6274 | 2024-12-19T21:39:50.786Z | [ recovery-image] Dec 19 21:39:48.442 INFO O| Dec 19 21:39:48.441 INFO STEP 627 (remove_files) COMPLETE |
6275 | 2024-12-19T21:39:50.786Z | [ recovery-image] Dec 19 21:39:48.442 INFO O| Dec 19 21:39:48.442 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6276 | 2024-12-19T21:39:50.804Z | [ recovery-image] Dec 19 21:39:48.460 INFO O| Dec 19 21:39:48.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6277 | 2024-12-19T21:39:50.808Z | [ recovery-image] Dec 19 21:39:48.464 INFO O| Dec 19 21:39:48.464 INFO STEP 628 (remove_files) COMPLETE |
6278 | 2024-12-19T21:39:50.811Z | [ recovery-image] Dec 19 21:39:48.464 INFO O| Dec 19 21:39:48.464 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6279 | 2024-12-19T21:39:50.849Z | [ recovery-image] Dec 19 21:39:48.503 INFO O| Dec 19 21:39:48.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6280 | 2024-12-19T21:39:50.850Z | [ recovery-image] Dec 19 21:39:48.503 INFO O| Dec 19 21:39:48.503 INFO STEP 629 (remove_files) COMPLETE |
6281 | 2024-12-19T21:39:50.850Z | [ recovery-image] Dec 19 21:39:48.503 INFO O| Dec 19 21:39:48.503 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6282 | 2024-12-19T21:39:50.888Z | [ recovery-image] Dec 19 21:39:48.544 INFO O| Dec 19 21:39:48.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6283 | 2024-12-19T21:39:50.891Z | [ recovery-image] Dec 19 21:39:48.544 INFO O| Dec 19 21:39:48.544 INFO STEP 630 (remove_files) COMPLETE |
6284 | 2024-12-19T21:39:50.891Z | [ recovery-image] Dec 19 21:39:48.544 INFO O| Dec 19 21:39:48.544 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6285 | 2024-12-19T21:39:50.910Z | [ recovery-image] Dec 19 21:39:48.564 INFO O| Dec 19 21:39:48.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6286 | 2024-12-19T21:39:50.910Z | [ recovery-image] Dec 19 21:39:48.564 INFO O| Dec 19 21:39:48.564 INFO STEP 631 (remove_files) COMPLETE |
6287 | 2024-12-19T21:39:50.913Z | [ recovery-image] Dec 19 21:39:48.564 INFO O| Dec 19 21:39:48.564 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6288 | 2024-12-19T21:39:50.964Z | [ recovery-image] Dec 19 21:39:48.619 INFO O| Dec 19 21:39:48.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6289 | 2024-12-19T21:39:50.964Z | [ recovery-image] Dec 19 21:39:48.619 INFO O| Dec 19 21:39:48.619 INFO STEP 632 (remove_files) COMPLETE |
6290 | 2024-12-19T21:39:50.964Z | [ recovery-image] Dec 19 21:39:48.619 INFO O| Dec 19 21:39:48.619 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6291 | 2024-12-19T21:39:50.991Z | [ recovery-image] Dec 19 21:39:48.644 INFO O| Dec 19 21:39:48.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6292 | 2024-12-19T21:39:50.995Z | [ recovery-image] Dec 19 21:39:48.644 INFO O| Dec 19 21:39:48.644 INFO STEP 633 (remove_files) COMPLETE |
6293 | 2024-12-19T21:39:50.995Z | [ recovery-image] Dec 19 21:39:48.644 INFO O| Dec 19 21:39:48.644 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6294 | 2024-12-19T21:39:51.022Z | [ recovery-image] Dec 19 21:39:48.678 INFO O| Dec 19 21:39:48.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6295 | 2024-12-19T21:39:51.022Z | [ recovery-image] Dec 19 21:39:48.678 INFO O| Dec 19 21:39:48.678 INFO STEP 634 (remove_files) COMPLETE |
6296 | 2024-12-19T21:39:51.023Z | [ recovery-image] Dec 19 21:39:48.678 INFO O| Dec 19 21:39:48.678 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6297 | 2024-12-19T21:39:51.048Z | [ recovery-image] Dec 19 21:39:48.703 INFO O| Dec 19 21:39:48.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6298 | 2024-12-19T21:39:51.048Z | [ recovery-image] Dec 19 21:39:48.703 INFO O| Dec 19 21:39:48.703 INFO STEP 635 (remove_files) COMPLETE |
6299 | 2024-12-19T21:39:51.048Z | [ recovery-image] Dec 19 21:39:48.703 INFO O| Dec 19 21:39:48.703 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2024-12-19T21:39:51.072Z | [ recovery-image] Dec 19 21:39:48.727 INFO O| Dec 19 21:39:48.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6301 | 2024-12-19T21:39:51.072Z | [ recovery-image] Dec 19 21:39:48.727 INFO O| Dec 19 21:39:48.727 INFO STEP 636 (remove_files) COMPLETE |
6302 | 2024-12-19T21:39:51.075Z | [ recovery-image] Dec 19 21:39:48.727 INFO O| Dec 19 21:39:48.727 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-12-19T21:39:51.105Z | [ recovery-image] Dec 19 21:39:48.761 INFO O| Dec 19 21:39:48.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6304 | 2024-12-19T21:39:51.109Z | [ recovery-image] Dec 19 21:39:48.761 INFO O| Dec 19 21:39:48.761 INFO STEP 637 (remove_files) COMPLETE |
6305 | 2024-12-19T21:39:51.109Z | [ recovery-image] Dec 19 21:39:48.761 INFO O| Dec 19 21:39:48.761 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-12-19T21:39:51.140Z | [ recovery-image] Dec 19 21:39:48.795 INFO O| Dec 19 21:39:48.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6307 | 2024-12-19T21:39:51.152Z | [ recovery-image] Dec 19 21:39:48.795 INFO O| Dec 19 21:39:48.795 INFO STEP 638 (remove_files) COMPLETE |
6308 | 2024-12-19T21:39:51.152Z | [ recovery-image] Dec 19 21:39:48.795 INFO O| Dec 19 21:39:48.795 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2024-12-19T21:39:51.180Z | [ recovery-image] Dec 19 21:39:48.835 INFO O| Dec 19 21:39:48.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6310 | 2024-12-19T21:39:51.185Z | [ recovery-image] Dec 19 21:39:48.836 INFO O| Dec 19 21:39:48.835 INFO STEP 639 (remove_files) COMPLETE |
6311 | 2024-12-19T21:39:51.185Z | [ recovery-image] Dec 19 21:39:48.836 INFO O| Dec 19 21:39:48.836 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2024-12-19T21:39:51.220Z | [ recovery-image] Dec 19 21:39:48.864 INFO O| Dec 19 21:39:48.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6313 | 2024-12-19T21:39:51.220Z | [ recovery-image] Dec 19 21:39:48.864 INFO O| Dec 19 21:39:48.860 INFO STEP 640 (remove_files) COMPLETE |
6314 | 2024-12-19T21:39:51.226Z | [ recovery-image] Dec 19 21:39:48.864 INFO O| Dec 19 21:39:48.860 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-12-19T21:39:51.226Z | [ host-image] Dec 19 21:39:48.865 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z |
6316 | 2024-12-19T21:39:51.229Z | [ recovery-image] Dec 19 21:39:48.882 INFO O| Dec 19 21:39:48.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6317 | 2024-12-19T21:39:51.229Z | [ recovery-image] Dec 19 21:39:48.882 INFO O| Dec 19 21:39:48.882 INFO STEP 641 (remove_files) COMPLETE |
6318 | 2024-12-19T21:39:51.229Z | [ recovery-image] Dec 19 21:39:48.882 INFO O| Dec 19 21:39:48.882 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6319 | 2024-12-19T21:39:51.250Z | [ recovery-image] Dec 19 21:39:48.903 INFO O| Dec 19 21:39:48.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6320 | 2024-12-19T21:39:51.250Z | [ recovery-image] Dec 19 21:39:48.903 INFO O| Dec 19 21:39:48.903 INFO STEP 642 (remove_files) COMPLETE |
6321 | 2024-12-19T21:39:51.250Z | [ recovery-image] Dec 19 21:39:48.903 INFO O| Dec 19 21:39:48.903 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6322 | 2024-12-19T21:39:51.271Z | [ recovery-image] Dec 19 21:39:48.926 INFO O| Dec 19 21:39:48.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6323 | 2024-12-19T21:39:51.271Z | [ recovery-image] Dec 19 21:39:48.926 INFO O| Dec 19 21:39:48.926 INFO STEP 643 (remove_files) COMPLETE |
6324 | 2024-12-19T21:39:51.271Z | [ recovery-image] Dec 19 21:39:48.926 INFO O| Dec 19 21:39:48.926 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6325 | 2024-12-19T21:39:51.314Z | [ recovery-image] Dec 19 21:39:48.969 INFO O| Dec 19 21:39:48.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6326 | 2024-12-19T21:39:51.314Z | [ recovery-image] Dec 19 21:39:48.969 INFO O| Dec 19 21:39:48.969 INFO STEP 644 (remove_files) COMPLETE |
6327 | 2024-12-19T21:39:51.317Z | [ recovery-image] Dec 19 21:39:48.969 INFO O| Dec 19 21:39:48.969 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6328 | 2024-12-19T21:39:51.340Z | [ recovery-image] Dec 19 21:39:48.993 INFO O| Dec 19 21:39:48.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6329 | 2024-12-19T21:39:51.340Z | [ recovery-image] Dec 19 21:39:48.993 INFO O| Dec 19 21:39:48.993 INFO STEP 645 (remove_files) COMPLETE |
6330 | 2024-12-19T21:39:51.343Z | [ recovery-image] Dec 19 21:39:48.994 INFO O| Dec 19 21:39:48.993 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6331 | 2024-12-19T21:39:51.373Z | [ recovery-image] Dec 19 21:39:49.028 INFO O| Dec 19 21:39:49.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6332 | 2024-12-19T21:39:51.373Z | [ recovery-image] Dec 19 21:39:49.028 INFO O| Dec 19 21:39:49.028 INFO STEP 646 (remove_files) COMPLETE |
6333 | 2024-12-19T21:39:51.373Z | [ recovery-image] Dec 19 21:39:49.028 INFO O| Dec 19 21:39:49.028 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6334 | 2024-12-19T21:39:51.398Z | [ recovery-image] Dec 19 21:39:49.053 INFO O| Dec 19 21:39:49.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6335 | 2024-12-19T21:39:51.404Z | [ recovery-image] Dec 19 21:39:49.054 INFO O| Dec 19 21:39:49.054 INFO STEP 647 (remove_files) COMPLETE |
6336 | 2024-12-19T21:39:51.405Z | [ recovery-image] Dec 19 21:39:49.055 INFO O| Dec 19 21:39:49.054 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6337 | 2024-12-19T21:39:51.442Z | [ recovery-image] Dec 19 21:39:49.097 INFO O| Dec 19 21:39:49.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6338 | 2024-12-19T21:39:51.445Z | [ recovery-image] Dec 19 21:39:49.097 INFO O| Dec 19 21:39:49.097 INFO STEP 648 (remove_files) COMPLETE |
6339 | 2024-12-19T21:39:51.445Z | [ recovery-image] Dec 19 21:39:49.097 INFO O| Dec 19 21:39:49.097 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6340 | 2024-12-19T21:39:51.468Z | [ recovery-image] Dec 19 21:39:49.123 INFO O| Dec 19 21:39:49.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6341 | 2024-12-19T21:39:51.473Z | [ recovery-image] Dec 19 21:39:49.123 INFO O| Dec 19 21:39:49.123 INFO STEP 649 (remove_files) COMPLETE |
6342 | 2024-12-19T21:39:51.473Z | [ recovery-image] Dec 19 21:39:49.123 INFO O| Dec 19 21:39:49.123 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6343 | 2024-12-19T21:39:51.492Z | [ recovery-image] Dec 19 21:39:49.147 INFO O| Dec 19 21:39:49.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6344 | 2024-12-19T21:39:51.492Z | [ recovery-image] Dec 19 21:39:49.147 INFO O| Dec 19 21:39:49.147 INFO STEP 650 (remove_files) COMPLETE |
6345 | 2024-12-19T21:39:51.492Z | [ recovery-image] Dec 19 21:39:49.147 INFO O| Dec 19 21:39:49.147 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6346 | 2024-12-19T21:39:51.519Z | [ recovery-image] Dec 19 21:39:49.173 INFO O| Dec 19 21:39:49.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6347 | 2024-12-19T21:39:51.519Z | [ recovery-image] Dec 19 21:39:49.173 INFO O| Dec 19 21:39:49.173 INFO STEP 651 (remove_files) COMPLETE |
6348 | 2024-12-19T21:39:51.519Z | [ recovery-image] Dec 19 21:39:49.173 INFO O| Dec 19 21:39:49.173 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6349 | 2024-12-19T21:39:51.558Z | [ recovery-image] Dec 19 21:39:49.212 INFO O| Dec 19 21:39:49.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6350 | 2024-12-19T21:39:51.562Z | [ recovery-image] Dec 19 21:39:49.212 INFO O| Dec 19 21:39:49.212 INFO STEP 652 (remove_files) COMPLETE |
6351 | 2024-12-19T21:39:51.562Z | [ recovery-image] Dec 19 21:39:49.213 INFO O| Dec 19 21:39:49.212 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6352 | 2024-12-19T21:39:51.577Z | [ recovery-image] Dec 19 21:39:49.232 INFO O| Dec 19 21:39:49.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6353 | 2024-12-19T21:39:51.577Z | [ recovery-image] Dec 19 21:39:49.232 INFO O| Dec 19 21:39:49.232 INFO STEP 653 (remove_files) COMPLETE |
6354 | 2024-12-19T21:39:51.580Z | [ recovery-image] Dec 19 21:39:49.232 INFO O| Dec 19 21:39:49.232 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6355 | 2024-12-19T21:39:51.596Z | [ recovery-image] Dec 19 21:39:49.251 INFO O| Dec 19 21:39:49.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6356 | 2024-12-19T21:39:51.596Z | [ recovery-image] Dec 19 21:39:49.251 INFO O| Dec 19 21:39:49.251 INFO STEP 654 (remove_files) COMPLETE |
6357 | 2024-12-19T21:39:51.600Z | [ recovery-image] Dec 19 21:39:49.251 INFO O| Dec 19 21:39:49.251 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6358 | 2024-12-19T21:39:51.615Z | [ recovery-image] Dec 19 21:39:49.270 INFO O| Dec 19 21:39:49.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6359 | 2024-12-19T21:39:51.615Z | [ recovery-image] Dec 19 21:39:49.270 INFO O| Dec 19 21:39:49.270 INFO STEP 655 (remove_files) COMPLETE |
6360 | 2024-12-19T21:39:51.619Z | [ recovery-image] Dec 19 21:39:49.270 INFO O| Dec 19 21:39:49.270 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6361 | 2024-12-19T21:39:51.634Z | [ recovery-image] Dec 19 21:39:49.289 INFO O| Dec 19 21:39:49.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6362 | 2024-12-19T21:39:51.634Z | [ recovery-image] Dec 19 21:39:49.289 INFO O| Dec 19 21:39:49.289 INFO STEP 656 (remove_files) COMPLETE |
6363 | 2024-12-19T21:39:51.638Z | [ recovery-image] Dec 19 21:39:49.290 INFO O| Dec 19 21:39:49.289 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6364 | 2024-12-19T21:39:51.664Z | [ recovery-image] Dec 19 21:39:49.319 INFO O| Dec 19 21:39:49.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6365 | 2024-12-19T21:39:51.664Z | [ recovery-image] Dec 19 21:39:49.319 INFO O| Dec 19 21:39:49.319 INFO STEP 657 (remove_files) COMPLETE |
6366 | 2024-12-19T21:39:51.664Z | [ recovery-image] Dec 19 21:39:49.319 INFO O| Dec 19 21:39:49.319 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6367 | 2024-12-19T21:39:51.688Z | [ recovery-image] Dec 19 21:39:49.343 INFO O| Dec 19 21:39:49.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6368 | 2024-12-19T21:39:51.688Z | [ recovery-image] Dec 19 21:39:49.343 INFO O| Dec 19 21:39:49.343 INFO STEP 658 (remove_files) COMPLETE |
6369 | 2024-12-19T21:39:51.688Z | [ recovery-image] Dec 19 21:39:49.343 INFO O| Dec 19 21:39:49.343 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6370 | 2024-12-19T21:39:51.711Z | [ recovery-image] Dec 19 21:39:49.366 INFO O| Dec 19 21:39:49.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6371 | 2024-12-19T21:39:51.711Z | [ recovery-image] Dec 19 21:39:49.366 INFO O| Dec 19 21:39:49.366 INFO STEP 659 (remove_files) COMPLETE |
6372 | 2024-12-19T21:39:51.711Z | [ recovery-image] Dec 19 21:39:49.366 INFO O| Dec 19 21:39:49.366 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6373 | 2024-12-19T21:39:51.736Z | [ recovery-image] Dec 19 21:39:49.391 INFO O| Dec 19 21:39:49.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6374 | 2024-12-19T21:39:51.736Z | [ recovery-image] Dec 19 21:39:49.391 INFO O| Dec 19 21:39:49.391 INFO STEP 660 (remove_files) COMPLETE |
6375 | 2024-12-19T21:39:51.736Z | [ recovery-image] Dec 19 21:39:49.391 INFO O| Dec 19 21:39:49.391 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6376 | 2024-12-19T21:39:51.756Z | [ recovery-image] Dec 19 21:39:49.411 INFO O| Dec 19 21:39:49.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6377 | 2024-12-19T21:39:51.758Z | [ recovery-image] Dec 19 21:39:49.411 INFO O| Dec 19 21:39:49.411 INFO STEP 661 (remove_files) COMPLETE |
6378 | 2024-12-19T21:39:51.758Z | [ recovery-image] Dec 19 21:39:49.411 INFO O| Dec 19 21:39:49.411 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6379 | 2024-12-19T21:39:51.793Z | [ recovery-image] Dec 19 21:39:49.448 INFO O| Dec 19 21:39:49.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6380 | 2024-12-19T21:39:51.793Z | [ recovery-image] Dec 19 21:39:49.449 INFO O| Dec 19 21:39:49.449 INFO STEP 662 (remove_files) COMPLETE |
6381 | 2024-12-19T21:39:51.797Z | [ recovery-image] Dec 19 21:39:49.449 INFO O| Dec 19 21:39:49.449 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6382 | 2024-12-19T21:39:51.812Z | [ recovery-image] Dec 19 21:39:49.467 INFO O| Dec 19 21:39:49.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6383 | 2024-12-19T21:39:51.812Z | [ recovery-image] Dec 19 21:39:49.468 INFO O| Dec 19 21:39:49.467 INFO STEP 663 (remove_files) COMPLETE |
6384 | 2024-12-19T21:39:51.816Z | [ recovery-image] Dec 19 21:39:49.468 INFO O| Dec 19 21:39:49.467 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6385 | 2024-12-19T21:39:51.858Z | [ recovery-image] Dec 19 21:39:49.513 INFO O| Dec 19 21:39:49.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6386 | 2024-12-19T21:39:51.858Z | [ recovery-image] Dec 19 21:39:49.513 INFO O| Dec 19 21:39:49.513 INFO STEP 664 (remove_files) COMPLETE |
6387 | 2024-12-19T21:39:51.858Z | [ recovery-image] Dec 19 21:39:49.513 INFO O| Dec 19 21:39:49.513 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6388 | 2024-12-19T21:39:51.911Z | [ recovery-image] Dec 19 21:39:49.566 INFO O| Dec 19 21:39:49.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6389 | 2024-12-19T21:39:51.911Z | [ recovery-image] Dec 19 21:39:49.566 INFO O| Dec 19 21:39:49.566 INFO STEP 665 (remove_files) COMPLETE |
6390 | 2024-12-19T21:39:51.911Z | [ recovery-image] Dec 19 21:39:49.566 INFO O| Dec 19 21:39:49.566 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6391 | 2024-12-19T21:39:51.943Z | [ recovery-image] Dec 19 21:39:49.598 INFO O| Dec 19 21:39:49.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6392 | 2024-12-19T21:39:51.943Z | [ recovery-image] Dec 19 21:39:49.598 INFO O| Dec 19 21:39:49.598 INFO STEP 666 (remove_files) COMPLETE |
6393 | 2024-12-19T21:39:51.946Z | [ recovery-image] Dec 19 21:39:49.598 INFO O| Dec 19 21:39:49.598 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6394 | 2024-12-19T21:39:51.963Z | [ recovery-image] Dec 19 21:39:49.618 INFO O| Dec 19 21:39:49.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6395 | 2024-12-19T21:39:51.964Z | [ recovery-image] Dec 19 21:39:49.619 INFO O| Dec 19 21:39:49.619 INFO STEP 667 (remove_files) COMPLETE |
6396 | 2024-12-19T21:39:51.966Z | [ recovery-image] Dec 19 21:39:49.619 INFO O| Dec 19 21:39:49.619 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6397 | 2024-12-19T21:39:51.984Z | [ recovery-image] Dec 19 21:39:49.639 INFO O| Dec 19 21:39:49.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6398 | 2024-12-19T21:39:51.985Z | [ recovery-image] Dec 19 21:39:49.639 INFO O| Dec 19 21:39:49.639 INFO STEP 668 (remove_files) COMPLETE |
6399 | 2024-12-19T21:39:51.988Z | [ recovery-image] Dec 19 21:39:49.639 INFO O| Dec 19 21:39:49.639 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6400 | 2024-12-19T21:39:52.005Z | [ recovery-image] Dec 19 21:39:49.660 INFO O| Dec 19 21:39:49.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6401 | 2024-12-19T21:39:52.012Z | [ recovery-image] Dec 19 21:39:49.661 INFO O| Dec 19 21:39:49.661 INFO STEP 669 (remove_files) COMPLETE |
6402 | 2024-12-19T21:39:52.012Z | [ recovery-image] Dec 19 21:39:49.661 INFO O| Dec 19 21:39:49.661 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6403 | 2024-12-19T21:39:52.026Z | [ recovery-image] Dec 19 21:39:49.679 INFO O| Dec 19 21:39:49.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6404 | 2024-12-19T21:39:52.028Z | [ recovery-image] Dec 19 21:39:49.679 INFO O| Dec 19 21:39:49.679 INFO STEP 670 (remove_files) COMPLETE |
6405 | 2024-12-19T21:39:52.028Z | [ recovery-image] Dec 19 21:39:49.679 INFO O| Dec 19 21:39:49.679 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6406 | 2024-12-19T21:39:52.047Z | [ recovery-image] Dec 19 21:39:49.702 INFO O| Dec 19 21:39:49.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6407 | 2024-12-19T21:39:52.048Z | [ recovery-image] Dec 19 21:39:49.703 INFO O| Dec 19 21:39:49.702 INFO STEP 671 (remove_files) COMPLETE |
6408 | 2024-12-19T21:39:52.048Z | [ recovery-image] Dec 19 21:39:49.703 INFO O| Dec 19 21:39:49.702 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6409 | 2024-12-19T21:39:52.072Z | [ recovery-image] Dec 19 21:39:49.727 INFO O| Dec 19 21:39:49.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6410 | 2024-12-19T21:39:52.072Z | [ recovery-image] Dec 19 21:39:49.727 INFO O| Dec 19 21:39:49.727 INFO STEP 672 (remove_files) COMPLETE |
6411 | 2024-12-19T21:39:52.072Z | [ recovery-image] Dec 19 21:39:49.727 INFO O| Dec 19 21:39:49.727 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6412 | 2024-12-19T21:39:52.125Z | [ recovery-image] Dec 19 21:39:49.778 INFO O| Dec 19 21:39:49.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6413 | 2024-12-19T21:39:52.129Z | [ recovery-image] Dec 19 21:39:49.780 INFO O| Dec 19 21:39:49.780 INFO STEP 673 (remove_files) COMPLETE |
6414 | 2024-12-19T21:39:52.129Z | [ recovery-image] Dec 19 21:39:49.780 INFO O| Dec 19 21:39:49.780 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6415 | 2024-12-19T21:39:52.174Z | [ recovery-image] Dec 19 21:39:49.827 INFO O| Dec 19 21:39:49.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6416 | 2024-12-19T21:39:52.177Z | [ recovery-image] Dec 19 21:39:49.832 INFO O| Dec 19 21:39:49.832 INFO STEP 674 (remove_files) COMPLETE |
6417 | 2024-12-19T21:39:52.178Z | [ recovery-image] Dec 19 21:39:49.833 INFO O| Dec 19 21:39:49.832 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6418 | 2024-12-19T21:39:52.199Z | [ recovery-image] Dec 19 21:39:49.853 INFO O| Dec 19 21:39:49.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6419 | 2024-12-19T21:39:52.202Z | [ recovery-image] Dec 19 21:39:49.854 INFO O| Dec 19 21:39:49.854 INFO STEP 675 (remove_files) COMPLETE |
6420 | 2024-12-19T21:39:52.202Z | [ recovery-image] Dec 19 21:39:49.854 INFO O| Dec 19 21:39:49.854 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6421 | 2024-12-19T21:39:52.239Z | [ recovery-image] Dec 19 21:39:49.894 INFO O| Dec 19 21:39:49.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6422 | 2024-12-19T21:39:52.239Z | [ recovery-image] Dec 19 21:39:49.894 INFO O| Dec 19 21:39:49.894 INFO STEP 676 (remove_files) COMPLETE |
6423 | 2024-12-19T21:39:52.239Z | [ recovery-image] Dec 19 21:39:49.894 INFO O| Dec 19 21:39:49.894 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6424 | 2024-12-19T21:39:52.271Z | [ recovery-image] Dec 19 21:39:49.924 INFO O| Dec 19 21:39:49.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6425 | 2024-12-19T21:39:52.271Z | [ recovery-image] Dec 19 21:39:49.925 INFO O| Dec 19 21:39:49.925 INFO STEP 677 (remove_files) COMPLETE |
6426 | 2024-12-19T21:39:52.271Z | [ recovery-image] Dec 19 21:39:49.925 INFO O| Dec 19 21:39:49.925 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6427 | 2024-12-19T21:39:52.291Z | [ recovery-image] Dec 19 21:39:49.946 INFO O| Dec 19 21:39:49.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6428 | 2024-12-19T21:39:52.291Z | [ recovery-image] Dec 19 21:39:49.946 INFO O| Dec 19 21:39:49.946 INFO STEP 678 (remove_files) COMPLETE |
6429 | 2024-12-19T21:39:52.291Z | [ recovery-image] Dec 19 21:39:49.946 INFO O| Dec 19 21:39:49.946 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6430 | 2024-12-19T21:39:52.324Z | [ recovery-image] Dec 19 21:39:49.979 INFO O| Dec 19 21:39:49.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6431 | 2024-12-19T21:39:52.324Z | [ recovery-image] Dec 19 21:39:49.979 INFO O| Dec 19 21:39:49.979 INFO STEP 679 (remove_files) COMPLETE |
6432 | 2024-12-19T21:39:52.324Z | [ recovery-image] Dec 19 21:39:49.979 INFO O| Dec 19 21:39:49.979 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6433 | 2024-12-19T21:39:52.347Z | [ recovery-image] Dec 19 21:39:50.002 INFO O| Dec 19 21:39:50.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6434 | 2024-12-19T21:39:52.347Z | [ recovery-image] Dec 19 21:39:50.002 INFO O| Dec 19 21:39:50.002 INFO STEP 680 (remove_files) COMPLETE |
6435 | 2024-12-19T21:39:52.350Z | [ recovery-image] Dec 19 21:39:50.002 INFO O| Dec 19 21:39:50.002 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6436 | 2024-12-19T21:39:52.377Z | [ recovery-image] Dec 19 21:39:50.032 INFO O| Dec 19 21:39:50.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6437 | 2024-12-19T21:39:52.379Z | [ recovery-image] Dec 19 21:39:50.032 INFO O| Dec 19 21:39:50.032 INFO STEP 681 (remove_files) COMPLETE |
6438 | 2024-12-19T21:39:52.380Z | [ recovery-image] Dec 19 21:39:50.032 INFO O| Dec 19 21:39:50.032 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6439 | 2024-12-19T21:39:52.398Z | [ recovery-image] Dec 19 21:39:50.053 INFO O| Dec 19 21:39:50.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6440 | 2024-12-19T21:39:52.401Z | [ recovery-image] Dec 19 21:39:50.053 INFO O| Dec 19 21:39:50.053 INFO STEP 682 (remove_files) COMPLETE |
6441 | 2024-12-19T21:39:52.401Z | [ recovery-image] Dec 19 21:39:50.053 INFO O| Dec 19 21:39:50.053 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6442 | 2024-12-19T21:39:52.418Z | [ recovery-image] Dec 19 21:39:50.073 INFO O| Dec 19 21:39:50.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6443 | 2024-12-19T21:39:52.420Z | [ recovery-image] Dec 19 21:39:50.073 INFO O| Dec 19 21:39:50.073 INFO STEP 683 (remove_files) COMPLETE |
6444 | 2024-12-19T21:39:52.420Z | [ recovery-image] Dec 19 21:39:50.073 INFO O| Dec 19 21:39:50.073 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6445 | 2024-12-19T21:39:52.439Z | [ recovery-image] Dec 19 21:39:50.094 INFO O| Dec 19 21:39:50.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6446 | 2024-12-19T21:39:52.441Z | [ recovery-image] Dec 19 21:39:50.094 INFO O| Dec 19 21:39:50.094 INFO STEP 684 (remove_files) COMPLETE |
6447 | 2024-12-19T21:39:52.441Z | [ recovery-image] Dec 19 21:39:50.094 INFO O| Dec 19 21:39:50.094 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6448 | 2024-12-19T21:39:52.463Z | [ recovery-image] Dec 19 21:39:50.117 INFO O| Dec 19 21:39:50.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6449 | 2024-12-19T21:39:52.468Z | [ recovery-image] Dec 19 21:39:50.118 INFO O| Dec 19 21:39:50.118 INFO STEP 685 (remove_files) COMPLETE |
6450 | 2024-12-19T21:39:52.468Z | [ recovery-image] Dec 19 21:39:50.118 INFO O| Dec 19 21:39:50.118 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6451 | 2024-12-19T21:39:52.497Z | [ recovery-image] Dec 19 21:39:50.152 INFO O| Dec 19 21:39:50.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6452 | 2024-12-19T21:39:52.497Z | [ recovery-image] Dec 19 21:39:50.152 INFO O| Dec 19 21:39:50.152 INFO STEP 686 (remove_files) COMPLETE |
6453 | 2024-12-19T21:39:52.497Z | [ recovery-image] Dec 19 21:39:50.152 INFO O| Dec 19 21:39:50.152 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6454 | 2024-12-19T21:39:52.534Z | [ recovery-image] Dec 19 21:39:50.189 INFO O| Dec 19 21:39:50.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6455 | 2024-12-19T21:39:52.534Z | [ recovery-image] Dec 19 21:39:50.189 INFO O| Dec 19 21:39:50.189 INFO STEP 687 (remove_files) COMPLETE |
6456 | 2024-12-19T21:39:52.538Z | [ recovery-image] Dec 19 21:39:50.189 INFO O| Dec 19 21:39:50.189 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6457 | 2024-12-19T21:39:52.565Z | [ recovery-image] Dec 19 21:39:50.219 INFO O| Dec 19 21:39:50.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6458 | 2024-12-19T21:39:52.569Z | [ recovery-image] Dec 19 21:39:50.219 INFO O| Dec 19 21:39:50.219 INFO STEP 688 (remove_files) COMPLETE |
6459 | 2024-12-19T21:39:52.569Z | [ recovery-image] Dec 19 21:39:50.219 INFO O| Dec 19 21:39:50.219 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6460 | 2024-12-19T21:39:52.585Z | [ recovery-image] Dec 19 21:39:50.240 INFO O| Dec 19 21:39:50.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6461 | 2024-12-19T21:39:52.585Z | [ recovery-image] Dec 19 21:39:50.240 INFO O| Dec 19 21:39:50.240 INFO STEP 689 (remove_files) COMPLETE |
6462 | 2024-12-19T21:39:52.588Z | [ recovery-image] Dec 19 21:39:50.240 INFO O| Dec 19 21:39:50.240 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6463 | 2024-12-19T21:39:52.605Z | [ recovery-image] Dec 19 21:39:50.260 INFO O| Dec 19 21:39:50.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6464 | 2024-12-19T21:39:52.605Z | [ recovery-image] Dec 19 21:39:50.260 INFO O| Dec 19 21:39:50.260 INFO STEP 690 (remove_files) COMPLETE |
6465 | 2024-12-19T21:39:52.605Z | [ recovery-image] Dec 19 21:39:50.260 INFO O| Dec 19 21:39:50.260 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6466 | 2024-12-19T21:39:52.642Z | [ recovery-image] Dec 19 21:39:50.297 INFO O| Dec 19 21:39:50.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6467 | 2024-12-19T21:39:52.642Z | [ recovery-image] Dec 19 21:39:50.297 INFO O| Dec 19 21:39:50.297 INFO STEP 691 (remove_files) COMPLETE |
6468 | 2024-12-19T21:39:52.642Z | [ recovery-image] Dec 19 21:39:50.297 INFO O| Dec 19 21:39:50.297 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6469 | 2024-12-19T21:39:52.718Z | [ recovery-image] Dec 19 21:39:50.373 INFO O| Dec 19 21:39:50.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6470 | 2024-12-19T21:39:52.722Z | [ recovery-image] Dec 19 21:39:50.373 INFO O| Dec 19 21:39:50.373 INFO STEP 692 (remove_files) COMPLETE |
6471 | 2024-12-19T21:39:52.722Z | [ recovery-image] Dec 19 21:39:50.374 INFO O| Dec 19 21:39:50.373 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6472 | 2024-12-19T21:39:52.774Z | [ recovery-image] Dec 19 21:39:50.429 INFO O| Dec 19 21:39:50.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6473 | 2024-12-19T21:39:52.774Z | [ recovery-image] Dec 19 21:39:50.429 INFO O| Dec 19 21:39:50.429 INFO STEP 693 (remove_files) COMPLETE |
6474 | 2024-12-19T21:39:52.774Z | [ recovery-image] Dec 19 21:39:50.429 INFO O| Dec 19 21:39:50.429 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6475 | 2024-12-19T21:39:52.794Z | [ recovery-image] Dec 19 21:39:50.449 INFO O| Dec 19 21:39:50.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6476 | 2024-12-19T21:39:52.794Z | [ recovery-image] Dec 19 21:39:50.449 INFO O| Dec 19 21:39:50.449 INFO STEP 694 (remove_files) COMPLETE |
6477 | 2024-12-19T21:39:52.797Z | [ recovery-image] Dec 19 21:39:50.449 INFO O| Dec 19 21:39:50.449 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6478 | 2024-12-19T21:39:52.816Z | [ recovery-image] Dec 19 21:39:50.470 INFO O| Dec 19 21:39:50.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6479 | 2024-12-19T21:39:52.816Z | [ recovery-image] Dec 19 21:39:50.470 INFO O| Dec 19 21:39:50.470 INFO STEP 695 (remove_files) COMPLETE |
6480 | 2024-12-19T21:39:52.816Z | [ recovery-image] Dec 19 21:39:50.470 INFO O| Dec 19 21:39:50.470 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6481 | 2024-12-19T21:39:52.862Z | [ recovery-image] Dec 19 21:39:50.517 INFO O| Dec 19 21:39:50.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6482 | 2024-12-19T21:39:52.862Z | [ recovery-image] Dec 19 21:39:50.517 INFO O| Dec 19 21:39:50.517 INFO STEP 696 (remove_files) COMPLETE |
6483 | 2024-12-19T21:39:52.865Z | [ recovery-image] Dec 19 21:39:50.517 INFO O| Dec 19 21:39:50.517 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6484 | 2024-12-19T21:39:52.940Z | [ recovery-image] Dec 19 21:39:50.592 INFO O| Dec 19 21:39:50.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6485 | 2024-12-19T21:39:52.940Z | [ recovery-image] Dec 19 21:39:50.592 INFO O| Dec 19 21:39:50.592 INFO STEP 697 (remove_files) COMPLETE |
6486 | 2024-12-19T21:39:52.940Z | [ recovery-image] Dec 19 21:39:50.592 INFO O| Dec 19 21:39:50.592 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6487 | 2024-12-19T21:39:52.955Z | [ recovery-image] Dec 19 21:39:50.610 INFO O| Dec 19 21:39:50.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6488 | 2024-12-19T21:39:52.955Z | [ recovery-image] Dec 19 21:39:50.610 INFO O| Dec 19 21:39:50.610 INFO STEP 698 (remove_files) COMPLETE |
6489 | 2024-12-19T21:39:52.955Z | [ recovery-image] Dec 19 21:39:50.610 INFO O| Dec 19 21:39:50.610 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6490 | 2024-12-19T21:39:52.972Z | [ recovery-image] Dec 19 21:39:50.627 INFO O| Dec 19 21:39:50.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6491 | 2024-12-19T21:39:52.986Z | [ recovery-image] Dec 19 21:39:50.641 INFO O| Dec 19 21:39:50.641 INFO STEP 699 (remove_files) COMPLETE |
6492 | 2024-12-19T21:39:52.986Z | [ recovery-image] Dec 19 21:39:50.641 INFO O| Dec 19 21:39:50.641 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6493 | 2024-12-19T21:39:53.017Z | [ recovery-image] Dec 19 21:39:50.672 INFO O| Dec 19 21:39:50.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6494 | 2024-12-19T21:39:53.017Z | [ recovery-image] Dec 19 21:39:50.672 INFO O| Dec 19 21:39:50.672 INFO STEP 700 (remove_files) COMPLETE |
6495 | 2024-12-19T21:39:53.017Z | [ recovery-image] Dec 19 21:39:50.672 INFO O| Dec 19 21:39:50.672 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6496 | 2024-12-19T21:39:53.039Z | [ recovery-image] Dec 19 21:39:50.692 INFO O| Dec 19 21:39:50.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6497 | 2024-12-19T21:39:53.039Z | [ recovery-image] Dec 19 21:39:50.692 INFO O| Dec 19 21:39:50.692 INFO STEP 701 (remove_files) COMPLETE |
6498 | 2024-12-19T21:39:53.040Z | [ recovery-image] Dec 19 21:39:50.692 INFO O| Dec 19 21:39:50.692 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6499 | 2024-12-19T21:39:53.099Z | [ recovery-image] Dec 19 21:39:50.753 INFO O| Dec 19 21:39:50.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6500 | 2024-12-19T21:39:53.099Z | [ recovery-image] Dec 19 21:39:50.753 INFO O| Dec 19 21:39:50.753 INFO STEP 702 (remove_files) COMPLETE |
6501 | 2024-12-19T21:39:53.099Z | [ recovery-image] Dec 19 21:39:50.753 INFO O| Dec 19 21:39:50.753 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6502 | 2024-12-19T21:39:53.121Z | [ recovery-image] Dec 19 21:39:50.775 INFO O| Dec 19 21:39:50.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6503 | 2024-12-19T21:39:53.121Z | [ recovery-image] Dec 19 21:39:50.775 INFO O| Dec 19 21:39:50.775 INFO STEP 703 (remove_files) COMPLETE |
6504 | 2024-12-19T21:39:53.121Z | [ recovery-image] Dec 19 21:39:50.775 INFO O| Dec 19 21:39:50.775 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6505 | 2024-12-19T21:39:53.143Z | [ recovery-image] Dec 19 21:39:50.798 INFO O| Dec 19 21:39:50.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6506 | 2024-12-19T21:39:53.144Z | [ recovery-image] Dec 19 21:39:50.798 INFO O| Dec 19 21:39:50.798 INFO STEP 704 (remove_files) COMPLETE |
6507 | 2024-12-19T21:39:53.144Z | [ recovery-image] Dec 19 21:39:50.798 INFO O| Dec 19 21:39:50.798 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6508 | 2024-12-19T21:39:53.182Z | [ recovery-image] Dec 19 21:39:50.837 INFO O| Dec 19 21:39:50.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6509 | 2024-12-19T21:39:53.187Z | [ recovery-image] Dec 19 21:39:50.837 INFO O| Dec 19 21:39:50.837 INFO STEP 705 (remove_files) COMPLETE |
6510 | 2024-12-19T21:39:53.187Z | [ recovery-image] Dec 19 21:39:50.837 INFO O| Dec 19 21:39:50.837 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6511 | 2024-12-19T21:39:53.205Z | [ recovery-image] Dec 19 21:39:50.860 INFO O| Dec 19 21:39:50.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6512 | 2024-12-19T21:39:53.205Z | [ recovery-image] Dec 19 21:39:50.860 INFO O| Dec 19 21:39:50.860 INFO STEP 706 (remove_files) COMPLETE |
6513 | 2024-12-19T21:39:54.211Z | [ recovery-image] Dec 19 21:39:50.860 INFO O| Dec 19 21:39:50.860 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6514 | 2024-12-19T21:39:54.216Z | [ recovery-image] Dec 19 21:39:50.884 INFO O| Dec 19 21:39:50.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6515 | 2024-12-19T21:39:54.216Z | [ recovery-image] Dec 19 21:39:50.884 INFO O| Dec 19 21:39:50.884 INFO STEP 707 (remove_files) COMPLETE |
6516 | 2024-12-19T21:39:54.216Z | [ recovery-image] Dec 19 21:39:50.884 INFO O| Dec 19 21:39:50.884 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6517 | 2024-12-19T21:39:54.217Z | [ recovery-image] Dec 19 21:39:50.905 INFO O| Dec 19 21:39:50.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6518 | 2024-12-19T21:39:54.217Z | [ recovery-image] Dec 19 21:39:50.905 INFO O| Dec 19 21:39:50.905 INFO STEP 708 (remove_files) COMPLETE |
6519 | 2024-12-19T21:39:54.217Z | [ recovery-image] Dec 19 21:39:50.905 INFO O| Dec 19 21:39:50.905 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6520 | 2024-12-19T21:39:54.217Z | [ recovery-image] Dec 19 21:39:50.927 INFO O| Dec 19 21:39:50.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6521 | 2024-12-19T21:39:54.217Z | [ recovery-image] Dec 19 21:39:50.927 INFO O| Dec 19 21:39:50.927 INFO STEP 709 (remove_files) COMPLETE |
6522 | 2024-12-19T21:39:54.217Z | [ recovery-image] Dec 19 21:39:50.927 INFO O| Dec 19 21:39:50.927 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6523 | 2024-12-19T21:39:54.217Z | [ recovery-image] Dec 19 21:39:50.951 INFO O| Dec 19 21:39:50.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6524 | 2024-12-19T21:39:54.217Z | [ recovery-image] Dec 19 21:39:50.952 INFO O| Dec 19 21:39:50.952 INFO STEP 710 (remove_files) COMPLETE |
6525 | 2024-12-19T21:39:54.217Z | [ recovery-image] Dec 19 21:39:50.952 INFO O| Dec 19 21:39:50.952 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6526 | 2024-12-19T21:39:54.217Z | [ recovery-image] Dec 19 21:39:50.977 INFO O| Dec 19 21:39:50.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6527 | 2024-12-19T21:39:54.217Z | [ recovery-image] Dec 19 21:39:50.977 INFO O| Dec 19 21:39:50.977 INFO STEP 711 (remove_files) COMPLETE |
6528 | 2024-12-19T21:39:54.217Z | [ recovery-image] Dec 19 21:39:50.977 INFO O| Dec 19 21:39:50.977 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6529 | 2024-12-19T21:39:54.217Z | [ recovery-image] Dec 19 21:39:51.041 INFO O| Dec 19 21:39:51.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6530 | 2024-12-19T21:39:54.217Z | [ recovery-image] Dec 19 21:39:51.048 INFO O| Dec 19 21:39:51.047 INFO STEP 712 (remove_files) COMPLETE |
6531 | 2024-12-19T21:39:54.217Z | [ recovery-image] Dec 19 21:39:51.048 INFO O| Dec 19 21:39:51.047 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6532 | 2024-12-19T21:39:54.217Z | [ recovery-image] Dec 19 21:39:51.090 INFO O| Dec 19 21:39:51.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6533 | 2024-12-19T21:39:54.218Z | [ recovery-image] Dec 19 21:39:51.090 INFO O| Dec 19 21:39:51.090 INFO STEP 713 (remove_files) COMPLETE |
6534 | 2024-12-19T21:39:54.218Z | [ recovery-image] Dec 19 21:39:51.090 INFO O| Dec 19 21:39:51.090 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6535 | 2024-12-19T21:39:54.218Z | [ recovery-image] Dec 19 21:39:51.146 INFO O| Dec 19 21:39:51.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6536 | 2024-12-19T21:39:54.218Z | [ recovery-image] Dec 19 21:39:51.146 INFO O| Dec 19 21:39:51.146 INFO STEP 714 (remove_files) COMPLETE |
6537 | 2024-12-19T21:39:54.218Z | [ recovery-image] Dec 19 21:39:51.146 INFO O| Dec 19 21:39:51.146 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6538 | 2024-12-19T21:39:54.218Z | [ recovery-image] Dec 19 21:39:51.164 INFO O| Dec 19 21:39:51.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6539 | 2024-12-19T21:39:54.218Z | [ recovery-image] Dec 19 21:39:51.164 INFO O| Dec 19 21:39:51.164 INFO STEP 715 (remove_files) COMPLETE |
6540 | 2024-12-19T21:39:54.218Z | [ recovery-image] Dec 19 21:39:51.164 INFO O| Dec 19 21:39:51.164 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6541 | 2024-12-19T21:39:54.218Z | [ recovery-image] Dec 19 21:39:51.181 INFO O| Dec 19 21:39:51.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6542 | 2024-12-19T21:39:54.218Z | [ recovery-image] Dec 19 21:39:51.182 INFO O| Dec 19 21:39:51.182 INFO STEP 716 (remove_files) COMPLETE |
6543 | 2024-12-19T21:39:54.218Z | [ recovery-image] Dec 19 21:39:51.182 INFO O| Dec 19 21:39:51.182 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6544 | 2024-12-19T21:39:54.218Z | [ recovery-image] Dec 19 21:39:51.220 INFO O| Dec 19 21:39:51.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6545 | 2024-12-19T21:39:54.218Z | [ recovery-image] Dec 19 21:39:51.220 INFO O| Dec 19 21:39:51.220 INFO STEP 717 (remove_files) COMPLETE |
6546 | 2024-12-19T21:39:54.218Z | [ recovery-image] Dec 19 21:39:51.220 INFO O| Dec 19 21:39:51.220 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6547 | 2024-12-19T21:39:54.218Z | [ recovery-image] Dec 19 21:39:51.240 INFO O| Dec 19 21:39:51.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6548 | 2024-12-19T21:39:54.219Z | [ recovery-image] Dec 19 21:39:51.240 INFO O| Dec 19 21:39:51.240 INFO STEP 718 (remove_files) COMPLETE |
6549 | 2024-12-19T21:39:54.219Z | [ recovery-image] Dec 19 21:39:51.240 INFO O| Dec 19 21:39:51.240 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6550 | 2024-12-19T21:39:54.219Z | [ recovery-image] Dec 19 21:39:51.260 INFO O| Dec 19 21:39:51.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6551 | 2024-12-19T21:39:54.219Z | [ recovery-image] Dec 19 21:39:51.260 INFO O| Dec 19 21:39:51.260 INFO STEP 719 (remove_files) COMPLETE |
6552 | 2024-12-19T21:39:54.219Z | [ recovery-image] Dec 19 21:39:51.260 INFO O| Dec 19 21:39:51.260 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6553 | 2024-12-19T21:39:54.219Z | [ recovery-image] Dec 19 21:39:51.278 INFO O| Dec 19 21:39:51.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6554 | 2024-12-19T21:39:54.219Z | [ recovery-image] Dec 19 21:39:51.278 INFO O| Dec 19 21:39:51.278 INFO STEP 720 (remove_files) COMPLETE |
6555 | 2024-12-19T21:39:54.219Z | [ recovery-image] Dec 19 21:39:51.278 INFO O| Dec 19 21:39:51.278 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6556 | 2024-12-19T21:39:54.219Z | [ recovery-image] Dec 19 21:39:51.296 INFO O| Dec 19 21:39:51.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6557 | 2024-12-19T21:39:54.219Z | [ recovery-image] Dec 19 21:39:51.296 INFO O| Dec 19 21:39:51.296 INFO STEP 721 (remove_files) COMPLETE |
6558 | 2024-12-19T21:39:54.219Z | [ recovery-image] Dec 19 21:39:51.297 INFO O| Dec 19 21:39:51.296 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6559 | 2024-12-19T21:39:54.219Z | [ recovery-image] Dec 19 21:39:51.314 INFO O| Dec 19 21:39:51.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6560 | 2024-12-19T21:39:54.219Z | [ recovery-image] Dec 19 21:39:51.314 INFO O| Dec 19 21:39:51.314 INFO STEP 722 (remove_files) COMPLETE |
6561 | 2024-12-19T21:39:54.219Z | [ recovery-image] Dec 19 21:39:51.314 INFO O| Dec 19 21:39:51.314 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6562 | 2024-12-19T21:39:54.219Z | [ recovery-image] Dec 19 21:39:51.357 INFO O| Dec 19 21:39:51.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6563 | 2024-12-19T21:39:54.219Z | [ recovery-image] Dec 19 21:39:51.357 INFO O| Dec 19 21:39:51.357 INFO STEP 723 (remove_files) COMPLETE |
6564 | 2024-12-19T21:39:54.219Z | [ recovery-image] Dec 19 21:39:51.357 INFO O| Dec 19 21:39:51.357 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6565 | 2024-12-19T21:39:54.219Z | [ recovery-image] Dec 19 21:39:51.376 INFO O| Dec 19 21:39:51.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6566 | 2024-12-19T21:39:54.219Z | [ recovery-image] Dec 19 21:39:51.376 INFO O| Dec 19 21:39:51.376 INFO STEP 724 (remove_files) COMPLETE |
6567 | 2024-12-19T21:39:54.219Z | [ recovery-image] Dec 19 21:39:51.376 INFO O| Dec 19 21:39:51.376 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6568 | 2024-12-19T21:39:54.219Z | [ recovery-image] Dec 19 21:39:51.394 INFO O| Dec 19 21:39:51.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6569 | 2024-12-19T21:39:54.219Z | [ recovery-image] Dec 19 21:39:51.395 INFO O| Dec 19 21:39:51.395 INFO STEP 725 (remove_files) COMPLETE |
6570 | 2024-12-19T21:39:54.219Z | [ recovery-image] Dec 19 21:39:51.395 INFO O| Dec 19 21:39:51.395 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6571 | 2024-12-19T21:39:54.219Z | [ recovery-image] Dec 19 21:39:51.424 INFO O| Dec 19 21:39:51.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6572 | 2024-12-19T21:39:54.219Z | [ recovery-image] Dec 19 21:39:51.425 INFO O| Dec 19 21:39:51.425 INFO STEP 726 (remove_files) COMPLETE |
6573 | 2024-12-19T21:39:54.220Z | [ recovery-image] Dec 19 21:39:51.425 INFO O| Dec 19 21:39:51.425 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6574 | 2024-12-19T21:39:54.220Z | [ recovery-image] Dec 19 21:39:51.489 INFO O| Dec 19 21:39:51.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6575 | 2024-12-19T21:39:54.220Z | [ recovery-image] Dec 19 21:39:51.490 INFO O| Dec 19 21:39:51.490 INFO STEP 727 (remove_files) COMPLETE |
6576 | 2024-12-19T21:39:54.220Z | [ recovery-image] Dec 19 21:39:51.490 INFO O| Dec 19 21:39:51.490 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6577 | 2024-12-19T21:39:54.220Z | [ recovery-image] Dec 19 21:39:51.508 INFO O| Dec 19 21:39:51.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6578 | 2024-12-19T21:39:54.220Z | [ recovery-image] Dec 19 21:39:51.508 INFO O| Dec 19 21:39:51.508 INFO STEP 728 (remove_files) COMPLETE |
6579 | 2024-12-19T21:39:54.220Z | [ recovery-image] Dec 19 21:39:51.508 INFO O| Dec 19 21:39:51.508 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6580 | 2024-12-19T21:39:54.220Z | [ recovery-image] Dec 19 21:39:51.527 INFO O| Dec 19 21:39:51.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6581 | 2024-12-19T21:39:54.220Z | [ recovery-image] Dec 19 21:39:51.527 INFO O| Dec 19 21:39:51.527 INFO STEP 729 (remove_files) COMPLETE |
6582 | 2024-12-19T21:39:54.220Z | [ recovery-image] Dec 19 21:39:51.527 INFO O| Dec 19 21:39:51.527 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6583 | 2024-12-19T21:39:54.220Z | [ recovery-image] Dec 19 21:39:51.563 INFO O| Dec 19 21:39:51.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6584 | 2024-12-19T21:39:54.220Z | [ recovery-image] Dec 19 21:39:51.563 INFO O| Dec 19 21:39:51.563 INFO STEP 730 (remove_files) COMPLETE |
6585 | 2024-12-19T21:39:54.220Z | [ recovery-image] Dec 19 21:39:51.563 INFO O| Dec 19 21:39:51.563 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6586 | 2024-12-19T21:39:54.220Z | [ recovery-image] Dec 19 21:39:51.586 INFO O| Dec 19 21:39:51.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6587 | 2024-12-19T21:39:54.220Z | [ recovery-image] Dec 19 21:39:51.587 INFO O| Dec 19 21:39:51.587 INFO STEP 731 (remove_files) COMPLETE |
6588 | 2024-12-19T21:39:54.220Z | [ recovery-image] Dec 19 21:39:51.587 INFO O| Dec 19 21:39:51.587 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6589 | 2024-12-19T21:39:54.220Z | [ recovery-image] Dec 19 21:39:51.611 INFO O| Dec 19 21:39:51.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6590 | 2024-12-19T21:39:54.220Z | [ recovery-image] Dec 19 21:39:51.611 INFO O| Dec 19 21:39:51.611 INFO STEP 732 (remove_files) COMPLETE |
6591 | 2024-12-19T21:39:54.220Z | [ recovery-image] Dec 19 21:39:51.611 INFO O| Dec 19 21:39:51.611 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6592 | 2024-12-19T21:39:54.220Z | [ recovery-image] Dec 19 21:39:51.641 INFO O| Dec 19 21:39:51.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6593 | 2024-12-19T21:39:54.220Z | [ recovery-image] Dec 19 21:39:51.641 INFO O| Dec 19 21:39:51.641 INFO STEP 733 (remove_files) COMPLETE |
6594 | 2024-12-19T21:39:54.221Z | [ recovery-image] Dec 19 21:39:51.641 INFO O| Dec 19 21:39:51.641 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6595 | 2024-12-19T21:39:54.221Z | [ recovery-image] Dec 19 21:39:51.667 INFO O| Dec 19 21:39:51.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6596 | 2024-12-19T21:39:54.221Z | [ recovery-image] Dec 19 21:39:51.667 INFO O| Dec 19 21:39:51.667 INFO STEP 734 (remove_files) COMPLETE |
6597 | 2024-12-19T21:39:54.221Z | [ recovery-image] Dec 19 21:39:51.668 INFO O| Dec 19 21:39:51.667 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6598 | 2024-12-19T21:39:54.221Z | [ recovery-image] Dec 19 21:39:51.687 INFO O| Dec 19 21:39:51.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6599 | 2024-12-19T21:39:54.221Z | [ recovery-image] Dec 19 21:39:51.688 INFO O| Dec 19 21:39:51.688 INFO STEP 735 (remove_files) COMPLETE |
6600 | 2024-12-19T21:39:54.221Z | [ recovery-image] Dec 19 21:39:51.688 INFO O| Dec 19 21:39:51.688 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6601 | 2024-12-19T21:39:54.221Z | [ recovery-image] Dec 19 21:39:51.713 INFO O| Dec 19 21:39:51.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6602 | 2024-12-19T21:39:54.221Z | [ recovery-image] Dec 19 21:39:51.714 INFO O| Dec 19 21:39:51.714 INFO STEP 736 (remove_files) COMPLETE |
6603 | 2024-12-19T21:39:54.221Z | [ recovery-image] Dec 19 21:39:51.714 INFO O| Dec 19 21:39:51.714 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6604 | 2024-12-19T21:39:54.221Z | [ recovery-image] Dec 19 21:39:51.741 INFO O| Dec 19 21:39:51.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6605 | 2024-12-19T21:39:54.221Z | [ recovery-image] Dec 19 21:39:51.741 INFO O| Dec 19 21:39:51.741 INFO STEP 737 (remove_files) COMPLETE |
6606 | 2024-12-19T21:39:54.221Z | [ recovery-image] Dec 19 21:39:51.741 INFO O| Dec 19 21:39:51.741 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6607 | 2024-12-19T21:39:54.221Z | [ recovery-image] Dec 19 21:39:51.765 INFO O| Dec 19 21:39:51.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6608 | 2024-12-19T21:39:54.221Z | [ recovery-image] Dec 19 21:39:51.765 INFO O| Dec 19 21:39:51.765 INFO STEP 738 (remove_files) COMPLETE |
6609 | 2024-12-19T21:39:54.221Z | [ recovery-image] Dec 19 21:39:51.765 INFO O| Dec 19 21:39:51.765 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6610 | 2024-12-19T21:39:54.221Z | [ recovery-image] Dec 19 21:39:51.814 INFO O| Dec 19 21:39:51.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6611 | 2024-12-19T21:39:54.221Z | [ recovery-image] Dec 19 21:39:51.814 INFO O| Dec 19 21:39:51.814 INFO STEP 739 (remove_files) COMPLETE |
6612 | 2024-12-19T21:39:54.221Z | [ recovery-image] Dec 19 21:39:51.814 INFO O| Dec 19 21:39:51.814 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6613 | 2024-12-19T21:39:54.221Z | [ recovery-image] Dec 19 21:39:51.838 INFO O| Dec 19 21:39:51.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6614 | 2024-12-19T21:39:54.224Z | [ recovery-image] Dec 19 21:39:51.838 INFO O| Dec 19 21:39:51.838 INFO STEP 740 (remove_files) COMPLETE |
6615 | 2024-12-19T21:39:54.224Z | [ recovery-image] Dec 19 21:39:51.838 INFO O| Dec 19 21:39:51.838 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6616 | 2024-12-19T21:39:54.224Z | [ recovery-image] Dec 19 21:39:51.877 INFO O| Dec 19 21:39:51.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6617 | 2024-12-19T21:39:54.224Z | [ recovery-image] Dec 19 21:39:51.877 INFO O| Dec 19 21:39:51.877 INFO STEP 741 (remove_files) COMPLETE |
6618 | 2024-12-19T21:39:54.224Z | [ recovery-image] Dec 19 21:39:51.878 INFO O| Dec 19 21:39:51.877 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6619 | 2024-12-19T21:39:54.247Z | [ recovery-image] Dec 19 21:39:51.901 INFO O| Dec 19 21:39:51.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6620 | 2024-12-19T21:39:54.250Z | [ recovery-image] Dec 19 21:39:51.901 INFO O| Dec 19 21:39:51.901 INFO STEP 742 (remove_files) COMPLETE |
6621 | 2024-12-19T21:39:54.250Z | [ recovery-image] Dec 19 21:39:51.901 INFO O| Dec 19 21:39:51.901 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6622 | 2024-12-19T21:39:54.270Z | [ recovery-image] Dec 19 21:39:51.924 INFO O| Dec 19 21:39:51.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6623 | 2024-12-19T21:39:54.273Z | [ recovery-image] Dec 19 21:39:51.924 INFO O| Dec 19 21:39:51.924 INFO STEP 743 (remove_files) COMPLETE |
6624 | 2024-12-19T21:39:54.273Z | [ recovery-image] Dec 19 21:39:51.924 INFO O| Dec 19 21:39:51.924 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6625 | 2024-12-19T21:39:54.292Z | [ recovery-image] Dec 19 21:39:51.946 INFO O| Dec 19 21:39:51.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6626 | 2024-12-19T21:39:54.295Z | [ recovery-image] Dec 19 21:39:51.946 INFO O| Dec 19 21:39:51.946 INFO STEP 744 (remove_files) COMPLETE |
6627 | 2024-12-19T21:39:54.295Z | [ recovery-image] Dec 19 21:39:51.947 INFO O| Dec 19 21:39:51.946 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6628 | 2024-12-19T21:39:54.317Z | [ recovery-image] Dec 19 21:39:51.969 INFO O| Dec 19 21:39:51.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6629 | 2024-12-19T21:39:54.320Z | [ recovery-image] Dec 19 21:39:51.970 INFO O| Dec 19 21:39:51.970 INFO STEP 745 (remove_files) COMPLETE |
6630 | 2024-12-19T21:39:54.320Z | [ recovery-image] Dec 19 21:39:51.970 INFO O| Dec 19 21:39:51.970 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6631 | 2024-12-19T21:39:54.339Z | [ recovery-image] Dec 19 21:39:51.993 INFO O| Dec 19 21:39:51.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6632 | 2024-12-19T21:39:54.339Z | [ recovery-image] Dec 19 21:39:51.993 INFO O| Dec 19 21:39:51.993 INFO STEP 746 (remove_files) COMPLETE |
6633 | 2024-12-19T21:39:54.339Z | [ recovery-image] Dec 19 21:39:51.993 INFO O| Dec 19 21:39:51.993 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6634 | 2024-12-19T21:39:54.365Z | [ recovery-image] Dec 19 21:39:52.017 INFO O| Dec 19 21:39:52.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6635 | 2024-12-19T21:39:54.365Z | [ recovery-image] Dec 19 21:39:52.018 INFO O| Dec 19 21:39:52.018 INFO STEP 747 (remove_files) COMPLETE |
6636 | 2024-12-19T21:39:54.365Z | [ recovery-image] Dec 19 21:39:52.018 INFO O| Dec 19 21:39:52.018 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6637 | 2024-12-19T21:39:54.387Z | [ recovery-image] Dec 19 21:39:52.041 INFO O| Dec 19 21:39:52.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6638 | 2024-12-19T21:39:54.387Z | [ recovery-image] Dec 19 21:39:52.041 INFO O| Dec 19 21:39:52.041 INFO STEP 748 (remove_files) COMPLETE |
6639 | 2024-12-19T21:39:54.387Z | [ recovery-image] Dec 19 21:39:52.041 INFO O| Dec 19 21:39:52.041 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6640 | 2024-12-19T21:39:54.408Z | [ recovery-image] Dec 19 21:39:52.062 INFO O| Dec 19 21:39:52.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6641 | 2024-12-19T21:39:54.412Z | [ recovery-image] Dec 19 21:39:52.062 INFO O| Dec 19 21:39:52.062 INFO STEP 749 (remove_files) COMPLETE |
6642 | 2024-12-19T21:39:54.413Z | [ recovery-image] Dec 19 21:39:52.062 INFO O| Dec 19 21:39:52.062 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6643 | 2024-12-19T21:39:54.436Z | [ recovery-image] Dec 19 21:39:52.085 INFO O| Dec 19 21:39:52.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6644 | 2024-12-19T21:39:54.436Z | [ recovery-image] Dec 19 21:39:52.085 INFO O| Dec 19 21:39:52.085 INFO STEP 750 (remove_files) COMPLETE |
6645 | 2024-12-19T21:39:54.440Z | [ recovery-image] Dec 19 21:39:52.085 INFO O| Dec 19 21:39:52.085 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6646 | 2024-12-19T21:39:54.454Z | [ recovery-image] Dec 19 21:39:52.108 INFO O| Dec 19 21:39:52.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6647 | 2024-12-19T21:39:54.454Z | [ recovery-image] Dec 19 21:39:52.108 INFO O| Dec 19 21:39:52.108 INFO STEP 751 (remove_files) COMPLETE |
6648 | 2024-12-19T21:39:54.457Z | [ recovery-image] Dec 19 21:39:52.109 INFO O| Dec 19 21:39:52.108 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6649 | 2024-12-19T21:39:54.478Z | [ recovery-image] Dec 19 21:39:52.132 INFO O| Dec 19 21:39:52.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6650 | 2024-12-19T21:39:54.478Z | [ recovery-image] Dec 19 21:39:52.132 INFO O| Dec 19 21:39:52.132 INFO STEP 752 (remove_files) COMPLETE |
6651 | 2024-12-19T21:39:54.478Z | [ recovery-image] Dec 19 21:39:52.132 INFO O| Dec 19 21:39:52.132 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6652 | 2024-12-19T21:39:54.498Z | [ recovery-image] Dec 19 21:39:52.152 INFO O| Dec 19 21:39:52.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6653 | 2024-12-19T21:39:54.501Z | [ recovery-image] Dec 19 21:39:52.153 INFO O| Dec 19 21:39:52.152 INFO STEP 753 (remove_files) COMPLETE |
6654 | 2024-12-19T21:39:54.502Z | [ recovery-image] Dec 19 21:39:52.153 INFO O| Dec 19 21:39:52.152 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6655 | 2024-12-19T21:39:54.532Z | [ recovery-image] Dec 19 21:39:52.185 INFO O| Dec 19 21:39:52.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6656 | 2024-12-19T21:39:54.532Z | [ recovery-image] Dec 19 21:39:52.185 INFO O| Dec 19 21:39:52.185 INFO STEP 754 (remove_files) COMPLETE |
6657 | 2024-12-19T21:39:54.532Z | [ recovery-image] Dec 19 21:39:52.185 INFO O| Dec 19 21:39:52.185 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6658 | 2024-12-19T21:39:54.591Z | [ recovery-image] Dec 19 21:39:52.244 INFO O| Dec 19 21:39:52.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6659 | 2024-12-19T21:39:54.591Z | [ recovery-image] Dec 19 21:39:52.244 INFO O| Dec 19 21:39:52.244 INFO STEP 755 (remove_files) COMPLETE |
6660 | 2024-12-19T21:39:54.591Z | [ recovery-image] Dec 19 21:39:52.244 INFO O| Dec 19 21:39:52.244 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6661 | 2024-12-19T21:39:54.610Z | [ recovery-image] Dec 19 21:39:52.264 INFO O| Dec 19 21:39:52.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6662 | 2024-12-19T21:39:54.610Z | [ recovery-image] Dec 19 21:39:52.264 INFO O| Dec 19 21:39:52.264 INFO STEP 756 (remove_files) COMPLETE |
6663 | 2024-12-19T21:39:54.610Z | [ recovery-image] Dec 19 21:39:52.264 INFO O| Dec 19 21:39:52.264 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6664 | 2024-12-19T21:39:54.630Z | [ recovery-image] Dec 19 21:39:52.283 INFO O| Dec 19 21:39:52.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6665 | 2024-12-19T21:39:54.633Z | [ recovery-image] Dec 19 21:39:52.283 INFO O| Dec 19 21:39:52.283 INFO STEP 757 (remove_files) COMPLETE |
6666 | 2024-12-19T21:39:54.633Z | [ recovery-image] Dec 19 21:39:52.284 INFO O| Dec 19 21:39:52.283 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6667 | 2024-12-19T21:39:54.659Z | [ recovery-image] Dec 19 21:39:52.303 INFO O| Dec 19 21:39:52.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6668 | 2024-12-19T21:39:54.659Z | [ recovery-image] Dec 19 21:39:52.303 INFO O| Dec 19 21:39:52.303 INFO STEP 758 (remove_files) COMPLETE |
6669 | 2024-12-19T21:39:54.659Z | [ recovery-image] Dec 19 21:39:52.303 INFO O| Dec 19 21:39:52.303 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6670 | 2024-12-19T21:39:54.670Z | [ recovery-image] Dec 19 21:39:52.323 INFO O| Dec 19 21:39:52.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6671 | 2024-12-19T21:39:54.670Z | [ recovery-image] Dec 19 21:39:52.323 INFO O| Dec 19 21:39:52.323 INFO STEP 759 (remove_files) COMPLETE |
6672 | 2024-12-19T21:39:54.670Z | [ recovery-image] Dec 19 21:39:52.323 INFO O| Dec 19 21:39:52.323 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6673 | 2024-12-19T21:39:54.688Z | [ recovery-image] Dec 19 21:39:52.342 INFO O| Dec 19 21:39:52.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6674 | 2024-12-19T21:39:54.688Z | [ recovery-image] Dec 19 21:39:52.342 INFO O| Dec 19 21:39:52.342 INFO STEP 760 (remove_files) COMPLETE |
6675 | 2024-12-19T21:39:54.688Z | [ recovery-image] Dec 19 21:39:52.342 INFO O| Dec 19 21:39:52.342 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6676 | 2024-12-19T21:39:54.708Z | [ recovery-image] Dec 19 21:39:52.360 INFO O| Dec 19 21:39:52.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6677 | 2024-12-19T21:39:54.709Z | [ recovery-image] Dec 19 21:39:52.360 INFO O| Dec 19 21:39:52.360 INFO STEP 761 (remove_files) COMPLETE |
6678 | 2024-12-19T21:39:54.709Z | [ recovery-image] Dec 19 21:39:52.360 INFO O| Dec 19 21:39:52.360 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6679 | 2024-12-19T21:39:54.724Z | [ recovery-image] Dec 19 21:39:52.378 INFO O| Dec 19 21:39:52.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6680 | 2024-12-19T21:39:54.724Z | [ recovery-image] Dec 19 21:39:52.378 INFO O| Dec 19 21:39:52.378 INFO STEP 762 (remove_files) COMPLETE |
6681 | 2024-12-19T21:39:54.724Z | [ recovery-image] Dec 19 21:39:52.378 INFO O| Dec 19 21:39:52.378 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6682 | 2024-12-19T21:39:54.743Z | [ recovery-image] Dec 19 21:39:52.397 INFO O| Dec 19 21:39:52.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6683 | 2024-12-19T21:39:54.743Z | [ recovery-image] Dec 19 21:39:52.397 INFO O| Dec 19 21:39:52.397 INFO STEP 763 (remove_files) COMPLETE |
6684 | 2024-12-19T21:39:54.745Z | [ recovery-image] Dec 19 21:39:52.397 INFO O| Dec 19 21:39:52.397 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6685 | 2024-12-19T21:39:54.762Z | [ recovery-image] Dec 19 21:39:52.415 INFO O| Dec 19 21:39:52.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6686 | 2024-12-19T21:39:54.762Z | [ recovery-image] Dec 19 21:39:52.415 INFO O| Dec 19 21:39:52.415 INFO STEP 764 (remove_files) COMPLETE |
6687 | 2024-12-19T21:39:54.762Z | [ recovery-image] Dec 19 21:39:52.416 INFO O| Dec 19 21:39:52.415 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6688 | 2024-12-19T21:39:54.781Z | [ recovery-image] Dec 19 21:39:52.435 INFO O| Dec 19 21:39:52.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6689 | 2024-12-19T21:39:54.782Z | [ recovery-image] Dec 19 21:39:52.436 INFO O| Dec 19 21:39:52.436 INFO STEP 765 (remove_files) COMPLETE |
6690 | 2024-12-19T21:39:54.782Z | [ recovery-image] Dec 19 21:39:52.436 INFO O| Dec 19 21:39:52.436 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6691 | 2024-12-19T21:39:54.812Z | [ recovery-image] Dec 19 21:39:52.455 INFO O| Dec 19 21:39:52.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6692 | 2024-12-19T21:39:54.813Z | [ recovery-image] Dec 19 21:39:52.455 INFO O| Dec 19 21:39:52.455 INFO STEP 766 (remove_files) COMPLETE |
6693 | 2024-12-19T21:39:54.813Z | [ recovery-image] Dec 19 21:39:52.455 INFO O| Dec 19 21:39:52.455 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6694 | 2024-12-19T21:39:54.823Z | [ recovery-image] Dec 19 21:39:52.473 INFO O| Dec 19 21:39:52.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6695 | 2024-12-19T21:39:54.857Z | [ recovery-image] Dec 19 21:39:52.476 INFO O| Dec 19 21:39:52.476 INFO STEP 767 (remove_files) COMPLETE |
6696 | 2024-12-19T21:39:54.857Z | [ recovery-image] Dec 19 21:39:52.476 INFO O| Dec 19 21:39:52.476 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6697 | 2024-12-19T21:39:54.885Z | [ recovery-image] Dec 19 21:39:52.539 INFO O| Dec 19 21:39:52.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6698 | 2024-12-19T21:39:54.885Z | [ recovery-image] Dec 19 21:39:52.539 INFO O| Dec 19 21:39:52.539 INFO STEP 768 (remove_files) COMPLETE |
6699 | 2024-12-19T21:39:54.885Z | [ recovery-image] Dec 19 21:39:52.539 INFO O| Dec 19 21:39:52.539 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6700 | 2024-12-19T21:39:54.904Z | [ recovery-image] Dec 19 21:39:52.558 INFO O| Dec 19 21:39:52.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6701 | 2024-12-19T21:39:54.904Z | [ recovery-image] Dec 19 21:39:52.558 INFO O| Dec 19 21:39:52.558 INFO STEP 769 (remove_files) COMPLETE |
6702 | 2024-12-19T21:39:54.904Z | [ recovery-image] Dec 19 21:39:52.558 INFO O| Dec 19 21:39:52.558 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6703 | 2024-12-19T21:39:54.925Z | [ recovery-image] Dec 19 21:39:52.576 INFO O| Dec 19 21:39:52.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6704 | 2024-12-19T21:39:54.925Z | [ recovery-image] Dec 19 21:39:52.576 INFO O| Dec 19 21:39:52.576 INFO STEP 770 (remove_files) COMPLETE |
6705 | 2024-12-19T21:39:54.925Z | [ recovery-image] Dec 19 21:39:52.576 INFO O| Dec 19 21:39:52.576 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6706 | 2024-12-19T21:39:54.959Z | [ recovery-image] Dec 19 21:39:52.593 INFO O| Dec 19 21:39:52.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6707 | 2024-12-19T21:39:54.959Z | [ recovery-image] Dec 19 21:39:52.593 INFO O| Dec 19 21:39:52.593 INFO STEP 771 (remove_files) COMPLETE |
6708 | 2024-12-19T21:39:54.971Z | [ recovery-image] Dec 19 21:39:52.593 INFO O| Dec 19 21:39:52.593 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6709 | 2024-12-19T21:39:54.971Z | [ recovery-image] Dec 19 21:39:52.616 INFO O| Dec 19 21:39:52.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6710 | 2024-12-19T21:39:54.972Z | [ recovery-image] Dec 19 21:39:52.616 INFO O| Dec 19 21:39:52.616 INFO STEP 772 (remove_files) COMPLETE |
6711 | 2024-12-19T21:39:54.973Z | [ recovery-image] Dec 19 21:39:52.616 INFO O| Dec 19 21:39:52.616 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6712 | 2024-12-19T21:39:55.011Z | [ recovery-image] Dec 19 21:39:52.636 INFO O| Dec 19 21:39:52.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6713 | 2024-12-19T21:39:55.012Z | [ recovery-image] Dec 19 21:39:52.636 INFO O| Dec 19 21:39:52.636 INFO STEP 773 (remove_files) COMPLETE |
6714 | 2024-12-19T21:39:55.012Z | [ recovery-image] Dec 19 21:39:52.636 INFO O| Dec 19 21:39:52.636 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6715 | 2024-12-19T21:39:55.088Z | [ recovery-image] Dec 19 21:39:52.654 INFO O| Dec 19 21:39:52.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6716 | 2024-12-19T21:39:55.089Z | [ recovery-image] Dec 19 21:39:52.654 INFO O| Dec 19 21:39:52.654 INFO STEP 774 (remove_files) COMPLETE |
6717 | 2024-12-19T21:39:55.089Z | [ recovery-image] Dec 19 21:39:52.654 INFO O| Dec 19 21:39:52.654 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6718 | 2024-12-19T21:39:55.164Z | [ recovery-image] Dec 19 21:39:52.720 INFO O| Dec 19 21:39:52.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6719 | 2024-12-19T21:39:55.166Z | [ recovery-image] Dec 19 21:39:52.720 INFO O| Dec 19 21:39:52.720 INFO STEP 775 (remove_files) COMPLETE |
6720 | 2024-12-19T21:39:55.166Z | [ recovery-image] Dec 19 21:39:52.720 INFO O| Dec 19 21:39:52.720 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6721 | 2024-12-19T21:39:55.166Z | [ recovery-image] Dec 19 21:39:52.742 INFO O| Dec 19 21:39:52.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6722 | 2024-12-19T21:39:55.166Z | [ recovery-image] Dec 19 21:39:52.742 INFO O| Dec 19 21:39:52.742 INFO STEP 776 (remove_files) COMPLETE |
6723 | 2024-12-19T21:39:55.166Z | [ recovery-image] Dec 19 21:39:52.742 INFO O| Dec 19 21:39:52.742 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6724 | 2024-12-19T21:39:55.242Z | [ recovery-image] Dec 19 21:39:52.770 INFO O| Dec 19 21:39:52.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6725 | 2024-12-19T21:39:55.242Z | [ recovery-image] Dec 19 21:39:52.770 INFO O| Dec 19 21:39:52.770 INFO STEP 777 (remove_files) COMPLETE |
6726 | 2024-12-19T21:39:55.242Z | [ recovery-image] Dec 19 21:39:52.770 INFO O| Dec 19 21:39:52.770 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6727 | 2024-12-19T21:39:55.242Z | [ recovery-image] Dec 19 21:39:52.807 INFO O| Dec 19 21:39:52.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6728 | 2024-12-19T21:39:55.242Z | [ recovery-image] Dec 19 21:39:52.807 INFO O| Dec 19 21:39:52.807 INFO STEP 778 (remove_files) COMPLETE |
6729 | 2024-12-19T21:39:55.243Z | [ recovery-image] Dec 19 21:39:52.807 INFO O| Dec 19 21:39:52.807 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6730 | 2024-12-19T21:39:55.243Z | [ recovery-image] Dec 19 21:39:52.830 INFO O| Dec 19 21:39:52.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6731 | 2024-12-19T21:39:55.243Z | [ recovery-image] Dec 19 21:39:52.830 INFO O| Dec 19 21:39:52.830 INFO STEP 779 (remove_files) COMPLETE |
6732 | 2024-12-19T21:39:55.243Z | [ recovery-image] Dec 19 21:39:52.830 INFO O| Dec 19 21:39:52.830 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6733 | 2024-12-19T21:39:55.293Z | [ recovery-image] Dec 19 21:39:52.864 INFO O| Dec 19 21:39:52.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6734 | 2024-12-19T21:39:55.293Z | [ recovery-image] Dec 19 21:39:52.864 INFO O| Dec 19 21:39:52.864 INFO STEP 780 (remove_files) COMPLETE |
6735 | 2024-12-19T21:39:55.293Z | [ recovery-image] Dec 19 21:39:52.864 INFO O| Dec 19 21:39:52.864 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6736 | 2024-12-19T21:39:55.293Z | [ recovery-image] Dec 19 21:39:52.898 INFO O| Dec 19 21:39:52.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6737 | 2024-12-19T21:39:55.293Z | [ recovery-image] Dec 19 21:39:52.898 INFO O| Dec 19 21:39:52.898 INFO STEP 781 (remove_files) COMPLETE |
6738 | 2024-12-19T21:39:55.294Z | [ recovery-image] Dec 19 21:39:52.898 INFO O| Dec 19 21:39:52.898 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2024-12-19T21:39:55.322Z | [ recovery-image] Dec 19 21:39:52.921 INFO O| Dec 19 21:39:52.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6740 | 2024-12-19T21:39:55.322Z | [ recovery-image] Dec 19 21:39:52.921 INFO O| Dec 19 21:39:52.921 INFO STEP 782 (remove_files) COMPLETE |
6741 | 2024-12-19T21:39:55.322Z | [ recovery-image] Dec 19 21:39:52.922 INFO O| Dec 19 21:39:52.921 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6742 | 2024-12-19T21:39:55.323Z | [ recovery-image] Dec 19 21:39:52.943 INFO O| Dec 19 21:39:52.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6743 | 2024-12-19T21:39:55.323Z | [ recovery-image] Dec 19 21:39:52.944 INFO O| Dec 19 21:39:52.944 INFO STEP 783 (remove_files) COMPLETE |
6744 | 2024-12-19T21:39:55.323Z | [ recovery-image] Dec 19 21:39:52.944 INFO O| Dec 19 21:39:52.944 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6745 | 2024-12-19T21:39:55.345Z | [ recovery-image] Dec 19 21:39:52.966 INFO O| Dec 19 21:39:52.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6746 | 2024-12-19T21:39:55.345Z | [ recovery-image] Dec 19 21:39:52.967 INFO O| Dec 19 21:39:52.967 INFO STEP 784 (remove_files) COMPLETE |
6747 | 2024-12-19T21:39:55.345Z | [ recovery-image] Dec 19 21:39:52.967 INFO O| Dec 19 21:39:52.967 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6748 | 2024-12-19T21:39:55.408Z | [ recovery-image] Dec 19 21:39:53.007 INFO O| Dec 19 21:39:53.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6749 | 2024-12-19T21:39:55.408Z | [ recovery-image] Dec 19 21:39:53.007 INFO O| Dec 19 21:39:53.007 INFO STEP 785 (remove_files) COMPLETE |
6750 | 2024-12-19T21:39:55.409Z | [ recovery-image] Dec 19 21:39:53.007 INFO O| Dec 19 21:39:53.007 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2024-12-19T21:39:55.449Z | [ recovery-image] Dec 19 21:39:53.030 INFO O| Dec 19 21:39:53.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6752 | 2024-12-19T21:39:55.449Z | [ recovery-image] Dec 19 21:39:53.030 INFO O| Dec 19 21:39:53.030 INFO STEP 786 (remove_files) COMPLETE |
6753 | 2024-12-19T21:39:55.450Z | [ recovery-image] Dec 19 21:39:53.030 INFO O| Dec 19 21:39:53.030 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2024-12-19T21:39:55.450Z | [ recovery-image] Dec 19 21:39:53.056 INFO O| Dec 19 21:39:53.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6755 | 2024-12-19T21:39:55.450Z | [ recovery-image] Dec 19 21:39:53.056 INFO O| Dec 19 21:39:53.056 INFO STEP 787 (remove_files) COMPLETE |
6756 | 2024-12-19T21:39:55.450Z | [ recovery-image] Dec 19 21:39:53.056 INFO O| Dec 19 21:39:53.056 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2024-12-19T21:39:55.465Z | [ recovery-image] Dec 19 21:39:53.103 INFO O| Dec 19 21:39:53.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6758 | 2024-12-19T21:39:55.465Z | [ recovery-image] Dec 19 21:39:53.103 INFO O| Dec 19 21:39:53.103 INFO STEP 788 (remove_files) COMPLETE |
6759 | 2024-12-19T21:39:55.465Z | [ recovery-image] Dec 19 21:39:53.103 INFO O| Dec 19 21:39:53.103 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2024-12-19T21:39:55.475Z | [ recovery-image] Dec 19 21:39:53.127 INFO O| Dec 19 21:39:53.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6761 | 2024-12-19T21:39:55.475Z | [ recovery-image] Dec 19 21:39:53.127 INFO O| Dec 19 21:39:53.127 INFO STEP 789 (remove_files) COMPLETE |
6762 | 2024-12-19T21:39:55.483Z | [ recovery-image] Dec 19 21:39:53.127 INFO O| Dec 19 21:39:53.127 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-12-19T21:39:55.527Z | [ recovery-image] Dec 19 21:39:53.148 INFO O| Dec 19 21:39:53.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6764 | 2024-12-19T21:39:55.527Z | [ recovery-image] Dec 19 21:39:53.149 INFO O| Dec 19 21:39:53.148 INFO STEP 790 (remove_files) COMPLETE |
6765 | 2024-12-19T21:39:55.527Z | [ recovery-image] Dec 19 21:39:53.149 INFO O| Dec 19 21:39:53.149 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-12-19T21:39:55.591Z | [ recovery-image] Dec 19 21:39:53.172 INFO O| Dec 19 21:39:53.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6767 | 2024-12-19T21:39:55.591Z | [ recovery-image] Dec 19 21:39:53.172 INFO O| Dec 19 21:39:53.172 INFO STEP 791 (remove_files) COMPLETE |
6768 | 2024-12-19T21:39:55.591Z | [ recovery-image] Dec 19 21:39:53.172 INFO O| Dec 19 21:39:53.172 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-12-19T21:39:55.635Z | [ recovery-image] Dec 19 21:39:53.226 INFO O| Dec 19 21:39:53.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6770 | 2024-12-19T21:39:55.635Z | [ recovery-image] Dec 19 21:39:53.226 INFO O| Dec 19 21:39:53.226 INFO STEP 792 (remove_files) COMPLETE |
6771 | 2024-12-19T21:39:55.635Z | [ recovery-image] Dec 19 21:39:53.226 INFO O| Dec 19 21:39:53.226 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-12-19T21:39:55.673Z | [ recovery-image] Dec 19 21:39:53.267 INFO O| Dec 19 21:39:53.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6773 | 2024-12-19T21:39:55.673Z | [ recovery-image] Dec 19 21:39:53.267 INFO O| Dec 19 21:39:53.267 INFO STEP 793 (remove_files) COMPLETE |
6774 | 2024-12-19T21:39:55.673Z | [ recovery-image] Dec 19 21:39:53.267 INFO O| Dec 19 21:39:53.267 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-12-19T21:39:55.673Z | [ recovery-image] Dec 19 21:39:53.295 INFO O| Dec 19 21:39:53.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6776 | 2024-12-19T21:39:55.673Z | [ recovery-image] Dec 19 21:39:53.295 INFO O| Dec 19 21:39:53.295 INFO STEP 794 (remove_files) COMPLETE |
6777 | 2024-12-19T21:39:55.673Z | [ recovery-image] Dec 19 21:39:53.296 INFO O| Dec 19 21:39:53.295 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-12-19T21:39:55.726Z | [ recovery-image] Dec 19 21:39:53.314 INFO O| Dec 19 21:39:53.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6779 | 2024-12-19T21:39:55.726Z | [ recovery-image] Dec 19 21:39:53.314 INFO O| Dec 19 21:39:53.314 INFO STEP 795 (remove_files) COMPLETE |
6780 | 2024-12-19T21:39:55.726Z | [ recovery-image] Dec 19 21:39:53.314 INFO O| Dec 19 21:39:53.314 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-12-19T21:39:55.726Z | [ recovery-image] Dec 19 21:39:53.332 INFO O| Dec 19 21:39:53.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6782 | 2024-12-19T21:39:55.755Z | [ recovery-image] Dec 19 21:39:53.350 INFO O| Dec 19 21:39:53.350 INFO STEP 796 (remove_files) COMPLETE |
6783 | 2024-12-19T21:39:55.757Z | [ recovery-image] Dec 19 21:39:53.350 INFO O| Dec 19 21:39:53.350 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2024-12-19T21:39:55.757Z | [ recovery-image] Dec 19 21:39:53.382 INFO O| Dec 19 21:39:53.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6785 | 2024-12-19T21:39:55.757Z | [ recovery-image] Dec 19 21:39:53.382 INFO O| Dec 19 21:39:53.382 INFO STEP 797 (remove_files) COMPLETE |
6786 | 2024-12-19T21:39:55.757Z | [ recovery-image] Dec 19 21:39:53.382 INFO O| Dec 19 21:39:53.382 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2024-12-19T21:39:55.777Z | [ recovery-image] Dec 19 21:39:53.412 INFO O| Dec 19 21:39:53.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6788 | 2024-12-19T21:39:55.777Z | [ recovery-image] Dec 19 21:39:53.412 INFO O| Dec 19 21:39:53.412 INFO STEP 798 (remove_files) COMPLETE |
6789 | 2024-12-19T21:39:55.777Z | [ recovery-image] Dec 19 21:39:53.412 INFO O| Dec 19 21:39:53.412 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2024-12-19T21:39:55.790Z | [ recovery-image] Dec 19 21:39:53.433 INFO O| Dec 19 21:39:53.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6791 | 2024-12-19T21:39:55.790Z | [ recovery-image] Dec 19 21:39:53.433 INFO O| Dec 19 21:39:53.433 INFO STEP 799 (remove_files) COMPLETE |
6792 | 2024-12-19T21:39:55.790Z | [ recovery-image] Dec 19 21:39:53.433 INFO O| Dec 19 21:39:53.433 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2024-12-19T21:39:55.799Z | [ recovery-image] Dec 19 21:39:53.452 INFO O| Dec 19 21:39:53.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6794 | 2024-12-19T21:39:55.799Z | [ recovery-image] Dec 19 21:39:53.452 INFO O| Dec 19 21:39:53.452 INFO STEP 800 (remove_files) COMPLETE |
6795 | 2024-12-19T21:39:55.803Z | [ recovery-image] Dec 19 21:39:53.452 INFO O| Dec 19 21:39:53.452 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-12-19T21:39:55.823Z | [ recovery-image] Dec 19 21:39:53.471 INFO O| Dec 19 21:39:53.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6797 | 2024-12-19T21:39:55.823Z | [ recovery-image] Dec 19 21:39:53.471 INFO O| Dec 19 21:39:53.471 INFO STEP 801 (remove_files) COMPLETE |
6798 | 2024-12-19T21:39:55.823Z | [ recovery-image] Dec 19 21:39:53.471 INFO O| Dec 19 21:39:53.471 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-12-19T21:39:55.872Z | [ recovery-image] Dec 19 21:39:53.513 INFO O| Dec 19 21:39:53.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6800 | 2024-12-19T21:39:55.872Z | [ recovery-image] Dec 19 21:39:53.514 INFO O| Dec 19 21:39:53.514 INFO STEP 802 (remove_files) COMPLETE |
6801 | 2024-12-19T21:39:55.872Z | [ recovery-image] Dec 19 21:39:53.514 INFO O| Dec 19 21:39:53.514 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2024-12-19T21:39:55.884Z | [ recovery-image] Dec 19 21:39:53.537 INFO O| Dec 19 21:39:53.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6803 | 2024-12-19T21:39:55.884Z | [ recovery-image] Dec 19 21:39:53.537 INFO O| Dec 19 21:39:53.537 INFO STEP 803 (remove_files) COMPLETE |
6804 | 2024-12-19T21:39:55.884Z | [ recovery-image] Dec 19 21:39:53.537 INFO O| Dec 19 21:39:53.537 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-12-19T21:39:55.986Z | [ recovery-image] Dec 19 21:39:53.603 INFO O| Dec 19 21:39:53.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6806 | 2024-12-19T21:39:55.987Z | [ recovery-image] Dec 19 21:39:53.603 INFO O| Dec 19 21:39:53.603 INFO STEP 804 (remove_files) COMPLETE |
6807 | 2024-12-19T21:39:55.987Z | [ recovery-image] Dec 19 21:39:53.603 INFO O| Dec 19 21:39:53.603 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-12-19T21:39:55.999Z | [ recovery-image] Dec 19 21:39:53.623 INFO O| Dec 19 21:39:53.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6809 | 2024-12-19T21:39:56.000Z | [ recovery-image] Dec 19 21:39:53.623 INFO O| Dec 19 21:39:53.623 INFO STEP 805 (remove_files) COMPLETE |
6810 | 2024-12-19T21:39:56.000Z | [ recovery-image] Dec 19 21:39:53.623 INFO O| Dec 19 21:39:53.623 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2024-12-19T21:39:56.001Z | [ recovery-image] Dec 19 21:39:53.641 INFO O| Dec 19 21:39:53.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6812 | 2024-12-19T21:39:56.004Z | [ recovery-image] Dec 19 21:39:53.642 INFO O| Dec 19 21:39:53.642 INFO STEP 806 (remove_files) COMPLETE |
6813 | 2024-12-19T21:39:56.004Z | [ recovery-image] Dec 19 21:39:53.642 INFO O| Dec 19 21:39:53.642 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2024-12-19T21:39:56.011Z | [ recovery-image] Dec 19 21:39:53.661 INFO O| Dec 19 21:39:53.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6815 | 2024-12-19T21:39:56.011Z | [ recovery-image] Dec 19 21:39:53.661 INFO O| Dec 19 21:39:53.661 INFO STEP 807 (remove_files) COMPLETE |
6816 | 2024-12-19T21:39:56.011Z | [ recovery-image] Dec 19 21:39:53.661 INFO O| Dec 19 21:39:53.661 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6817 | 2024-12-19T21:39:56.027Z | [ recovery-image] Dec 19 21:39:53.680 INFO O| Dec 19 21:39:53.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6818 | 2024-12-19T21:39:56.028Z | [ recovery-image] Dec 19 21:39:53.681 INFO O| Dec 19 21:39:53.680 INFO STEP 808 (remove_files) COMPLETE |
6819 | 2024-12-19T21:39:56.033Z | [ recovery-image] Dec 19 21:39:53.681 INFO O| Dec 19 21:39:53.681 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6820 | 2024-12-19T21:39:56.067Z | [ recovery-image] Dec 19 21:39:53.720 INFO O| Dec 19 21:39:53.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6821 | 2024-12-19T21:39:56.072Z | [ recovery-image] Dec 19 21:39:53.720 INFO O| Dec 19 21:39:53.720 INFO STEP 809 (remove_files) COMPLETE |
6822 | 2024-12-19T21:39:56.072Z | [ recovery-image] Dec 19 21:39:53.720 INFO O| Dec 19 21:39:53.720 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6823 | 2024-12-19T21:39:56.091Z | [ recovery-image] Dec 19 21:39:53.743 INFO O| Dec 19 21:39:53.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6824 | 2024-12-19T21:39:56.097Z | [ recovery-image] Dec 19 21:39:53.744 INFO O| Dec 19 21:39:53.744 INFO STEP 810 (remove_files) COMPLETE |
6825 | 2024-12-19T21:39:56.097Z | [ recovery-image] Dec 19 21:39:53.744 INFO O| Dec 19 21:39:53.744 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6826 | 2024-12-19T21:39:56.118Z | [ recovery-image] Dec 19 21:39:53.768 INFO O| Dec 19 21:39:53.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6827 | 2024-12-19T21:39:56.118Z | [ recovery-image] Dec 19 21:39:53.768 INFO O| Dec 19 21:39:53.768 INFO STEP 811 (remove_files) COMPLETE |
6828 | 2024-12-19T21:39:56.124Z | [ recovery-image] Dec 19 21:39:53.768 INFO O| Dec 19 21:39:53.768 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6829 | 2024-12-19T21:39:56.147Z | [ recovery-image] Dec 19 21:39:53.799 INFO O| Dec 19 21:39:53.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6830 | 2024-12-19T21:39:56.147Z | [ recovery-image] Dec 19 21:39:53.799 INFO O| Dec 19 21:39:53.799 INFO STEP 812 (remove_files) COMPLETE |
6831 | 2024-12-19T21:39:56.147Z | [ recovery-image] Dec 19 21:39:53.799 INFO O| Dec 19 21:39:53.799 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6832 | 2024-12-19T21:39:56.189Z | [ recovery-image] Dec 19 21:39:53.839 INFO O| Dec 19 21:39:53.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6833 | 2024-12-19T21:39:56.189Z | [ recovery-image] Dec 19 21:39:53.839 INFO O| Dec 19 21:39:53.839 INFO STEP 813 (remove_files) COMPLETE |
6834 | 2024-12-19T21:39:56.189Z | [ recovery-image] Dec 19 21:39:53.839 INFO O| Dec 19 21:39:53.839 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6835 | 2024-12-19T21:39:56.227Z | [ recovery-image] Dec 19 21:39:53.877 INFO O| Dec 19 21:39:53.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6836 | 2024-12-19T21:39:56.234Z | [ recovery-image] Dec 19 21:39:53.877 INFO O| Dec 19 21:39:53.877 INFO STEP 814 (remove_files) COMPLETE |
6837 | 2024-12-19T21:39:56.234Z | [ recovery-image] Dec 19 21:39:53.877 INFO O| Dec 19 21:39:53.877 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6838 | 2024-12-19T21:39:56.250Z | [ recovery-image] Dec 19 21:39:53.900 INFO O| Dec 19 21:39:53.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6839 | 2024-12-19T21:39:56.250Z | [ recovery-image] Dec 19 21:39:53.901 INFO O| Dec 19 21:39:53.901 INFO STEP 815 (remove_files) COMPLETE |
6840 | 2024-12-19T21:39:56.258Z | [ recovery-image] Dec 19 21:39:53.901 INFO O| Dec 19 21:39:53.901 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6841 | 2024-12-19T21:39:56.272Z | [ recovery-image] Dec 19 21:39:53.923 INFO O| Dec 19 21:39:53.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6842 | 2024-12-19T21:39:56.272Z | [ recovery-image] Dec 19 21:39:53.923 INFO O| Dec 19 21:39:53.923 INFO STEP 816 (remove_files) COMPLETE |
6843 | 2024-12-19T21:39:56.283Z | [ recovery-image] Dec 19 21:39:53.923 INFO O| Dec 19 21:39:53.923 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6844 | 2024-12-19T21:39:56.294Z | [ recovery-image] Dec 19 21:39:53.945 INFO O| Dec 19 21:39:53.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6845 | 2024-12-19T21:39:56.300Z | [ recovery-image] Dec 19 21:39:53.953 INFO O| Dec 19 21:39:53.953 INFO STEP 817 (remove_files) COMPLETE |
6846 | 2024-12-19T21:39:56.300Z | [ recovery-image] Dec 19 21:39:53.953 INFO O| Dec 19 21:39:53.953 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6847 | 2024-12-19T21:39:56.366Z | [ recovery-image] Dec 19 21:39:54.012 INFO O| Dec 19 21:39:54.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6848 | 2024-12-19T21:39:56.366Z | [ recovery-image] Dec 19 21:39:54.013 INFO O| Dec 19 21:39:54.012 INFO STEP 818 (remove_files) COMPLETE |
6849 | 2024-12-19T21:39:56.370Z | [ recovery-image] Dec 19 21:39:54.013 INFO O| Dec 19 21:39:54.012 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6850 | 2024-12-19T21:39:56.382Z | [ recovery-image] Dec 19 21:39:54.035 INFO O| Dec 19 21:39:54.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6851 | 2024-12-19T21:39:56.382Z | [ recovery-image] Dec 19 21:39:54.036 INFO O| Dec 19 21:39:54.036 INFO STEP 819 (remove_files) COMPLETE |
6852 | 2024-12-19T21:39:56.383Z | [ recovery-image] Dec 19 21:39:54.036 INFO O| Dec 19 21:39:54.036 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6853 | 2024-12-19T21:39:56.407Z | [ recovery-image] Dec 19 21:39:54.060 INFO O| Dec 19 21:39:54.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6854 | 2024-12-19T21:39:56.407Z | [ recovery-image] Dec 19 21:39:54.060 INFO O| Dec 19 21:39:54.060 INFO STEP 820 (remove_files) COMPLETE |
6855 | 2024-12-19T21:39:56.410Z | [ recovery-image] Dec 19 21:39:54.060 INFO O| Dec 19 21:39:54.060 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6856 | 2024-12-19T21:39:56.432Z | [ recovery-image] Dec 19 21:39:54.084 INFO O| Dec 19 21:39:54.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6857 | 2024-12-19T21:39:56.432Z | [ recovery-image] Dec 19 21:39:54.084 INFO O| Dec 19 21:39:54.084 INFO STEP 821 (remove_files) COMPLETE |
6858 | 2024-12-19T21:39:56.432Z | [ recovery-image] Dec 19 21:39:54.084 INFO O| Dec 19 21:39:54.084 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6859 | 2024-12-19T21:39:56.456Z | [ recovery-image] Dec 19 21:39:54.107 INFO O| Dec 19 21:39:54.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6860 | 2024-12-19T21:39:56.456Z | [ recovery-image] Dec 19 21:39:54.107 INFO O| Dec 19 21:39:54.107 INFO STEP 822 (remove_files) COMPLETE |
6861 | 2024-12-19T21:39:56.456Z | [ recovery-image] Dec 19 21:39:54.107 INFO O| Dec 19 21:39:54.107 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6862 | 2024-12-19T21:39:56.478Z | [ recovery-image] Dec 19 21:39:54.131 INFO O| Dec 19 21:39:54.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6863 | 2024-12-19T21:39:56.478Z | [ recovery-image] Dec 19 21:39:54.131 INFO O| Dec 19 21:39:54.131 INFO STEP 823 (remove_files) COMPLETE |
6864 | 2024-12-19T21:39:56.478Z | [ recovery-image] Dec 19 21:39:54.131 INFO O| Dec 19 21:39:54.131 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6865 | 2024-12-19T21:39:56.509Z | [ recovery-image] Dec 19 21:39:54.162 INFO O| Dec 19 21:39:54.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6866 | 2024-12-19T21:39:56.509Z | [ recovery-image] Dec 19 21:39:54.162 INFO O| Dec 19 21:39:54.162 INFO STEP 824 (remove_files) COMPLETE |
6867 | 2024-12-19T21:39:56.509Z | [ recovery-image] Dec 19 21:39:54.162 INFO O| Dec 19 21:39:54.162 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6868 | 2024-12-19T21:39:56.546Z | [ recovery-image] Dec 19 21:39:54.198 INFO O| Dec 19 21:39:54.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6869 | 2024-12-19T21:39:56.546Z | [ recovery-image] Dec 19 21:39:54.198 INFO O| Dec 19 21:39:54.198 INFO STEP 825 (remove_files) COMPLETE |
6870 | 2024-12-19T21:39:56.546Z | [ recovery-image] Dec 19 21:39:54.198 INFO O| Dec 19 21:39:54.198 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6871 | 2024-12-19T21:39:56.584Z | [ recovery-image] Dec 19 21:39:54.237 INFO O| Dec 19 21:39:54.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6872 | 2024-12-19T21:39:56.584Z | [ recovery-image] Dec 19 21:39:54.237 INFO O| Dec 19 21:39:54.237 INFO STEP 826 (remove_files) COMPLETE |
6873 | 2024-12-19T21:39:56.588Z | [ recovery-image] Dec 19 21:39:54.237 INFO O| Dec 19 21:39:54.237 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6874 | 2024-12-19T21:39:56.603Z | [ recovery-image] Dec 19 21:39:54.256 INFO O| Dec 19 21:39:54.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6875 | 2024-12-19T21:39:56.603Z | [ recovery-image] Dec 19 21:39:54.256 INFO O| Dec 19 21:39:54.256 INFO STEP 827 (remove_files) COMPLETE |
6876 | 2024-12-19T21:39:56.607Z | [ recovery-image] Dec 19 21:39:54.256 INFO O| Dec 19 21:39:54.256 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6877 | 2024-12-19T21:39:56.621Z | [ recovery-image] Dec 19 21:39:54.274 INFO O| Dec 19 21:39:54.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6878 | 2024-12-19T21:39:56.621Z | [ recovery-image] Dec 19 21:39:54.274 INFO O| Dec 19 21:39:54.274 INFO STEP 828 (remove_files) COMPLETE |
6879 | 2024-12-19T21:39:56.624Z | [ recovery-image] Dec 19 21:39:54.274 INFO O| Dec 19 21:39:54.274 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6880 | 2024-12-19T21:39:56.640Z | [ recovery-image] Dec 19 21:39:54.292 INFO O| Dec 19 21:39:54.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6881 | 2024-12-19T21:39:56.641Z | [ recovery-image] Dec 19 21:39:54.292 INFO O| Dec 19 21:39:54.292 INFO STEP 829 (remove_files) COMPLETE |
6882 | 2024-12-19T21:39:56.644Z | [ recovery-image] Dec 19 21:39:54.292 INFO O| Dec 19 21:39:54.292 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6883 | 2024-12-19T21:39:56.657Z | [ recovery-image] Dec 19 21:39:54.310 INFO O| Dec 19 21:39:54.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6884 | 2024-12-19T21:39:56.662Z | [ recovery-image] Dec 19 21:39:54.310 INFO O| Dec 19 21:39:54.310 INFO STEP 830 (remove_files) COMPLETE |
6885 | 2024-12-19T21:39:56.662Z | [ recovery-image] Dec 19 21:39:54.310 INFO O| Dec 19 21:39:54.310 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6886 | 2024-12-19T21:39:56.674Z | [ recovery-image] Dec 19 21:39:54.327 INFO O| Dec 19 21:39:54.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6887 | 2024-12-19T21:39:56.677Z | [ recovery-image] Dec 19 21:39:54.328 INFO O| Dec 19 21:39:54.328 INFO STEP 831 (remove_files) COMPLETE |
6888 | 2024-12-19T21:39:56.678Z | [ recovery-image] Dec 19 21:39:54.328 INFO O| Dec 19 21:39:54.328 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6889 | 2024-12-19T21:39:56.692Z | [ recovery-image] Dec 19 21:39:54.345 INFO O| Dec 19 21:39:54.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6890 | 2024-12-19T21:39:56.695Z | [ recovery-image] Dec 19 21:39:54.346 INFO O| Dec 19 21:39:54.345 INFO STEP 832 (remove_files) COMPLETE |
6891 | 2024-12-19T21:39:56.695Z | [ recovery-image] Dec 19 21:39:54.346 INFO O| Dec 19 21:39:54.346 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6892 | 2024-12-19T21:39:56.709Z | [ recovery-image] Dec 19 21:39:54.363 INFO O| Dec 19 21:39:54.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6893 | 2024-12-19T21:39:56.712Z | [ recovery-image] Dec 19 21:39:54.363 INFO O| Dec 19 21:39:54.363 INFO STEP 833 (remove_files) COMPLETE |
6894 | 2024-12-19T21:39:56.713Z | [ recovery-image] Dec 19 21:39:54.363 INFO O| Dec 19 21:39:54.363 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6895 | 2024-12-19T21:39:56.727Z | [ recovery-image] Dec 19 21:39:54.380 INFO O| Dec 19 21:39:54.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6896 | 2024-12-19T21:39:56.729Z | [ recovery-image] Dec 19 21:39:54.380 INFO O| Dec 19 21:39:54.380 INFO STEP 834 (remove_files) COMPLETE |
6897 | 2024-12-19T21:39:56.729Z | [ recovery-image] Dec 19 21:39:54.380 INFO O| Dec 19 21:39:54.380 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6898 | 2024-12-19T21:39:56.746Z | [ recovery-image] Dec 19 21:39:54.399 INFO O| Dec 19 21:39:54.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6899 | 2024-12-19T21:39:56.749Z | [ recovery-image] Dec 19 21:39:54.399 INFO O| Dec 19 21:39:54.399 INFO STEP 835 (remove_files) COMPLETE |
6900 | 2024-12-19T21:39:56.749Z | [ recovery-image] Dec 19 21:39:54.399 INFO O| Dec 19 21:39:54.399 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6901 | 2024-12-19T21:39:56.763Z | [ recovery-image] Dec 19 21:39:54.416 INFO O| Dec 19 21:39:54.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6902 | 2024-12-19T21:39:56.763Z | [ recovery-image] Dec 19 21:39:54.416 INFO O| Dec 19 21:39:54.416 INFO STEP 836 (remove_files) COMPLETE |
6903 | 2024-12-19T21:39:56.768Z | [ recovery-image] Dec 19 21:39:54.416 INFO O| Dec 19 21:39:54.416 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2024-12-19T21:39:56.790Z | [ recovery-image] Dec 19 21:39:54.443 INFO O| Dec 19 21:39:54.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6905 | 2024-12-19T21:39:56.791Z | [ recovery-image] Dec 19 21:39:54.443 INFO O| Dec 19 21:39:54.443 INFO STEP 837 (remove_files) COMPLETE |
6906 | 2024-12-19T21:39:56.791Z | [ recovery-image] Dec 19 21:39:54.443 INFO O| Dec 19 21:39:54.443 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2024-12-19T21:39:56.810Z | [ recovery-image] Dec 19 21:39:54.463 INFO O| Dec 19 21:39:54.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6908 | 2024-12-19T21:39:56.810Z | [ recovery-image] Dec 19 21:39:54.463 INFO O| Dec 19 21:39:54.463 INFO STEP 838 (remove_files) COMPLETE |
6909 | 2024-12-19T21:39:56.810Z | [ recovery-image] Dec 19 21:39:54.463 INFO O| Dec 19 21:39:54.463 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2024-12-19T21:39:56.846Z | [ recovery-image] Dec 19 21:39:54.498 INFO O| Dec 19 21:39:54.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6911 | 2024-12-19T21:39:56.846Z | [ recovery-image] Dec 19 21:39:54.498 INFO O| Dec 19 21:39:54.498 INFO STEP 839 (remove_files) COMPLETE |
6912 | 2024-12-19T21:39:56.848Z | [ recovery-image] Dec 19 21:39:54.498 INFO O| Dec 19 21:39:54.498 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2024-12-19T21:39:56.866Z | [ recovery-image] Dec 19 21:39:54.518 INFO O| Dec 19 21:39:54.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6914 | 2024-12-19T21:39:56.866Z | [ recovery-image] Dec 19 21:39:54.518 INFO O| Dec 19 21:39:54.518 INFO STEP 840 (remove_files) COMPLETE |
6915 | 2024-12-19T21:39:56.866Z | [ recovery-image] Dec 19 21:39:54.518 INFO O| Dec 19 21:39:54.518 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6916 | 2024-12-19T21:39:56.902Z | [ recovery-image] Dec 19 21:39:54.555 INFO O| Dec 19 21:39:54.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6917 | 2024-12-19T21:39:56.907Z | [ recovery-image] Dec 19 21:39:54.555 INFO O| Dec 19 21:39:54.555 INFO STEP 841 (remove_files) COMPLETE |
6918 | 2024-12-19T21:39:56.907Z | [ recovery-image] Dec 19 21:39:54.555 INFO O| Dec 19 21:39:54.555 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6919 | 2024-12-19T21:39:56.921Z | [ recovery-image] Dec 19 21:39:54.574 INFO O| Dec 19 21:39:54.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6920 | 2024-12-19T21:39:56.924Z | [ recovery-image] Dec 19 21:39:54.574 INFO O| Dec 19 21:39:54.574 INFO STEP 842 (remove_files) COMPLETE |
6921 | 2024-12-19T21:39:56.924Z | [ recovery-image] Dec 19 21:39:54.574 INFO O| Dec 19 21:39:54.574 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2024-12-19T21:39:56.938Z | [ recovery-image] Dec 19 21:39:54.591 INFO O| Dec 19 21:39:54.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6923 | 2024-12-19T21:39:56.942Z | [ recovery-image] Dec 19 21:39:54.591 INFO O| Dec 19 21:39:54.591 INFO STEP 843 (remove_files) COMPLETE |
6924 | 2024-12-19T21:39:56.942Z | [ recovery-image] Dec 19 21:39:54.591 INFO O| Dec 19 21:39:54.591 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2024-12-19T21:39:56.957Z | [ recovery-image] Dec 19 21:39:54.610 INFO O| Dec 19 21:39:54.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6926 | 2024-12-19T21:39:56.961Z | [ recovery-image] Dec 19 21:39:54.611 INFO O| Dec 19 21:39:54.611 INFO STEP 844 (remove_files) COMPLETE |
6927 | 2024-12-19T21:39:56.961Z | [ recovery-image] Dec 19 21:39:54.611 INFO O| Dec 19 21:39:54.611 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2024-12-19T21:39:56.976Z | [ recovery-image] Dec 19 21:39:54.629 INFO O| Dec 19 21:39:54.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6929 | 2024-12-19T21:39:56.981Z | [ recovery-image] Dec 19 21:39:54.629 INFO O| Dec 19 21:39:54.629 INFO STEP 845 (remove_files) COMPLETE |
6930 | 2024-12-19T21:39:56.981Z | [ recovery-image] Dec 19 21:39:54.629 INFO O| Dec 19 21:39:54.629 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6931 | 2024-12-19T21:39:56.996Z | [ recovery-image] Dec 19 21:39:54.649 INFO O| Dec 19 21:39:54.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6932 | 2024-12-19T21:39:56.996Z | [ recovery-image] Dec 19 21:39:54.649 INFO O| Dec 19 21:39:54.649 INFO STEP 846 (remove_files) COMPLETE |
6933 | 2024-12-19T21:39:56.996Z | [ recovery-image] Dec 19 21:39:54.649 INFO O| Dec 19 21:39:54.649 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6934 | 2024-12-19T21:39:57.016Z | [ recovery-image] Dec 19 21:39:54.668 INFO O| Dec 19 21:39:54.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6935 | 2024-12-19T21:39:57.017Z | [ recovery-image] Dec 19 21:39:54.668 INFO O| Dec 19 21:39:54.668 INFO STEP 847 (remove_files) COMPLETE |
6936 | 2024-12-19T21:39:57.017Z | [ recovery-image] Dec 19 21:39:54.668 INFO O| Dec 19 21:39:54.668 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6937 | 2024-12-19T21:39:57.032Z | [ recovery-image] Dec 19 21:39:54.684 INFO O| Dec 19 21:39:54.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6938 | 2024-12-19T21:39:57.032Z | [ recovery-image] Dec 19 21:39:54.685 INFO O| Dec 19 21:39:54.684 INFO STEP 848 (remove_files) COMPLETE |
6939 | 2024-12-19T21:39:57.032Z | [ recovery-image] Dec 19 21:39:54.685 INFO O| Dec 19 21:39:54.684 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6940 | 2024-12-19T21:39:57.075Z | [ recovery-image] Dec 19 21:39:54.727 INFO O| Dec 19 21:39:54.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6941 | 2024-12-19T21:39:57.075Z | [ recovery-image] Dec 19 21:39:54.727 INFO O| Dec 19 21:39:54.727 INFO STEP 849 (remove_files) COMPLETE |
6942 | 2024-12-19T21:39:57.075Z | [ recovery-image] Dec 19 21:39:54.727 INFO O| Dec 19 21:39:54.727 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6943 | 2024-12-19T21:39:57.111Z | [ recovery-image] Dec 19 21:39:54.763 INFO O| Dec 19 21:39:54.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6944 | 2024-12-19T21:39:57.114Z | [ recovery-image] Dec 19 21:39:54.764 INFO O| Dec 19 21:39:54.764 INFO STEP 850 (remove_files) COMPLETE |
6945 | 2024-12-19T21:39:57.114Z | [ recovery-image] Dec 19 21:39:54.764 INFO O| Dec 19 21:39:54.764 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6946 | 2024-12-19T21:39:57.170Z | [ recovery-image] Dec 19 21:39:54.823 INFO O| Dec 19 21:39:54.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6947 | 2024-12-19T21:39:57.170Z | [ recovery-image] Dec 19 21:39:54.823 INFO O| Dec 19 21:39:54.823 INFO STEP 851 (remove_files) COMPLETE |
6948 | 2024-12-19T21:39:57.170Z | [ recovery-image] Dec 19 21:39:54.823 INFO O| Dec 19 21:39:54.823 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6949 | 2024-12-19T21:39:57.200Z | [ recovery-image] Dec 19 21:39:54.852 INFO O| Dec 19 21:39:54.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6950 | 2024-12-19T21:39:57.203Z | [ recovery-image] Dec 19 21:39:54.853 INFO O| Dec 19 21:39:54.852 INFO STEP 852 (remove_files) COMPLETE |
6951 | 2024-12-19T21:39:57.203Z | [ recovery-image] Dec 19 21:39:54.853 INFO O| Dec 19 21:39:54.852 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6952 | 2024-12-19T21:39:57.222Z | [ recovery-image] Dec 19 21:39:54.874 INFO O| Dec 19 21:39:54.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6953 | 2024-12-19T21:39:57.222Z | [ recovery-image] Dec 19 21:39:54.874 INFO O| Dec 19 21:39:54.874 INFO STEP 853 (remove_files) COMPLETE |
6954 | 2024-12-19T21:39:57.222Z | [ recovery-image] Dec 19 21:39:54.874 INFO O| Dec 19 21:39:54.874 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6955 | 2024-12-19T21:39:57.244Z | [ recovery-image] Dec 19 21:39:54.896 INFO O| Dec 19 21:39:54.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6956 | 2024-12-19T21:39:57.244Z | [ recovery-image] Dec 19 21:39:54.897 INFO O| Dec 19 21:39:54.896 INFO STEP 854 (remove_files) COMPLETE |
6957 | 2024-12-19T21:39:57.244Z | [ recovery-image] Dec 19 21:39:54.897 INFO O| Dec 19 21:39:54.897 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2024-12-19T21:39:57.266Z | [ recovery-image] Dec 19 21:39:54.919 INFO O| Dec 19 21:39:54.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6959 | 2024-12-19T21:39:57.266Z | [ recovery-image] Dec 19 21:39:54.919 INFO O| Dec 19 21:39:54.919 INFO STEP 855 (remove_files) COMPLETE |
6960 | 2024-12-19T21:39:57.266Z | [ recovery-image] Dec 19 21:39:54.919 INFO O| Dec 19 21:39:54.919 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2024-12-19T21:39:57.291Z | [ recovery-image] Dec 19 21:39:54.941 INFO O| Dec 19 21:39:54.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6962 | 2024-12-19T21:39:57.291Z | [ recovery-image] Dec 19 21:39:54.942 INFO O| Dec 19 21:39:54.941 INFO STEP 856 (remove_files) COMPLETE |
6963 | 2024-12-19T21:39:57.291Z | [ recovery-image] Dec 19 21:39:54.942 INFO O| Dec 19 21:39:54.941 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2024-12-19T21:39:57.314Z | [ recovery-image] Dec 19 21:39:54.965 INFO O| Dec 19 21:39:54.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6965 | 2024-12-19T21:39:57.314Z | [ recovery-image] Dec 19 21:39:54.966 INFO O| Dec 19 21:39:54.965 INFO STEP 857 (remove_files) COMPLETE |
6966 | 2024-12-19T21:39:57.318Z | [ recovery-image] Dec 19 21:39:54.966 INFO O| Dec 19 21:39:54.966 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6967 | 2024-12-19T21:39:57.340Z | [ recovery-image] Dec 19 21:39:54.992 INFO O| Dec 19 21:39:54.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6968 | 2024-12-19T21:39:57.340Z | [ recovery-image] Dec 19 21:39:54.992 INFO O| Dec 19 21:39:54.992 INFO STEP 858 (remove_files) COMPLETE |
6969 | 2024-12-19T21:39:57.340Z | [ recovery-image] Dec 19 21:39:54.992 INFO O| Dec 19 21:39:54.992 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6970 | 2024-12-19T21:39:57.396Z | [ recovery-image] Dec 19 21:39:55.049 INFO O| Dec 19 21:39:55.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6971 | 2024-12-19T21:39:57.396Z | [ recovery-image] Dec 19 21:39:55.049 INFO O| Dec 19 21:39:55.049 INFO STEP 859 (remove_files) COMPLETE |
6972 | 2024-12-19T21:39:57.397Z | [ recovery-image] Dec 19 21:39:55.049 INFO O| Dec 19 21:39:55.049 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6973 | 2024-12-19T21:39:57.419Z | [ recovery-image] Dec 19 21:39:55.071 INFO O| Dec 19 21:39:55.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6974 | 2024-12-19T21:39:57.419Z | [ recovery-image] Dec 19 21:39:55.071 INFO O| Dec 19 21:39:55.071 INFO STEP 860 (remove_files) COMPLETE |
6975 | 2024-12-19T21:39:57.419Z | [ recovery-image] Dec 19 21:39:55.071 INFO O| Dec 19 21:39:55.071 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6976 | 2024-12-19T21:39:57.446Z | [ recovery-image] Dec 19 21:39:55.098 INFO O| Dec 19 21:39:55.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6977 | 2024-12-19T21:39:57.446Z | [ recovery-image] Dec 19 21:39:55.098 INFO O| Dec 19 21:39:55.098 INFO STEP 861 (remove_files) COMPLETE |
6978 | 2024-12-19T21:39:57.448Z | [ recovery-image] Dec 19 21:39:55.098 INFO O| Dec 19 21:39:55.098 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6979 | 2024-12-19T21:39:57.505Z | [ recovery-image] Dec 19 21:39:55.158 INFO O| Dec 19 21:39:55.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6980 | 2024-12-19T21:39:57.509Z | [ recovery-image] Dec 19 21:39:55.158 INFO O| Dec 19 21:39:55.158 INFO STEP 862 (remove_files) COMPLETE |
6981 | 2024-12-19T21:39:57.509Z | [ recovery-image] Dec 19 21:39:55.158 INFO O| Dec 19 21:39:55.158 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6982 | 2024-12-19T21:39:57.523Z | [ recovery-image] Dec 19 21:39:55.175 INFO O| Dec 19 21:39:55.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6983 | 2024-12-19T21:39:57.523Z | [ recovery-image] Dec 19 21:39:55.175 INFO O| Dec 19 21:39:55.175 INFO STEP 863 (remove_files) COMPLETE |
6984 | 2024-12-19T21:39:57.523Z | [ recovery-image] Dec 19 21:39:55.176 INFO O| Dec 19 21:39:55.175 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6985 | 2024-12-19T21:39:57.571Z | [ recovery-image] Dec 19 21:39:55.223 INFO O| Dec 19 21:39:55.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6986 | 2024-12-19T21:39:57.574Z | [ recovery-image] Dec 19 21:39:55.224 INFO O| Dec 19 21:39:55.223 INFO STEP 864 (remove_files) COMPLETE |
6987 | 2024-12-19T21:39:57.574Z | [ recovery-image] Dec 19 21:39:55.224 INFO O| Dec 19 21:39:55.224 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6988 | 2024-12-19T21:39:57.606Z | [ recovery-image] Dec 19 21:39:55.243 INFO O| Dec 19 21:39:55.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6989 | 2024-12-19T21:39:57.615Z | [ recovery-image] Dec 19 21:39:55.243 INFO O| Dec 19 21:39:55.243 INFO STEP 865 (remove_files) COMPLETE |
6990 | 2024-12-19T21:39:57.615Z | [ recovery-image] Dec 19 21:39:55.243 INFO O| Dec 19 21:39:55.243 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6991 | 2024-12-19T21:39:57.616Z | [ recovery-image] Dec 19 21:39:55.261 INFO O| Dec 19 21:39:55.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6992 | 2024-12-19T21:39:57.616Z | [ recovery-image] Dec 19 21:39:55.262 INFO O| Dec 19 21:39:55.261 INFO STEP 866 (remove_files) COMPLETE |
6993 | 2024-12-19T21:39:57.616Z | [ recovery-image] Dec 19 21:39:55.262 INFO O| Dec 19 21:39:55.262 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6994 | 2024-12-19T21:39:57.628Z | [ recovery-image] Dec 19 21:39:55.280 INFO O| Dec 19 21:39:55.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6995 | 2024-12-19T21:39:57.632Z | [ recovery-image] Dec 19 21:39:55.281 INFO O| Dec 19 21:39:55.281 INFO STEP 867 (remove_files) COMPLETE |
6996 | 2024-12-19T21:39:57.632Z | [ recovery-image] Dec 19 21:39:55.281 INFO O| Dec 19 21:39:55.281 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6997 | 2024-12-19T21:39:57.647Z | [ recovery-image] Dec 19 21:39:55.300 INFO O| Dec 19 21:39:55.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6998 | 2024-12-19T21:39:57.653Z | [ recovery-image] Dec 19 21:39:55.300 INFO O| Dec 19 21:39:55.300 INFO STEP 868 (remove_files) COMPLETE |
6999 | 2024-12-19T21:39:57.653Z | [ recovery-image] Dec 19 21:39:55.300 INFO O| Dec 19 21:39:55.300 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7000 | 2024-12-19T21:39:57.674Z | [ recovery-image] Dec 19 21:39:55.325 INFO O| Dec 19 21:39:55.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
7001 | 2024-12-19T21:39:57.677Z | [ recovery-image] Dec 19 21:39:55.325 INFO O| Dec 19 21:39:55.325 INFO STEP 869 (remove_files) COMPLETE |
7002 | 2024-12-19T21:39:57.677Z | [ recovery-image] Dec 19 21:39:55.326 INFO O| Dec 19 21:39:55.325 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7003 | 2024-12-19T21:39:57.697Z | [ recovery-image] Dec 19 21:39:55.344 INFO O| Dec 19 21:39:55.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
7004 | 2024-12-19T21:39:57.712Z | [ recovery-image] Dec 19 21:39:55.344 INFO O| Dec 19 21:39:55.344 INFO STEP 870 (remove_files) COMPLETE |
7005 | 2024-12-19T21:39:57.713Z | [ recovery-image] Dec 19 21:39:55.344 INFO O| Dec 19 21:39:55.344 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7006 | 2024-12-19T21:39:57.735Z | [ recovery-image] Dec 19 21:39:55.370 INFO O| Dec 19 21:39:55.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
7007 | 2024-12-19T21:39:57.736Z | [ recovery-image] Dec 19 21:39:55.370 INFO O| Dec 19 21:39:55.370 INFO STEP 871 (remove_files) COMPLETE |
7008 | 2024-12-19T21:39:57.736Z | [ recovery-image] Dec 19 21:39:55.370 INFO O| Dec 19 21:39:55.370 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7009 | 2024-12-19T21:39:57.770Z | [ recovery-image] Dec 19 21:39:55.422 INFO O| Dec 19 21:39:55.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
7010 | 2024-12-19T21:39:57.770Z | [ recovery-image] Dec 19 21:39:55.422 INFO O| Dec 19 21:39:55.422 INFO STEP 872 (remove_files) COMPLETE |
7011 | 2024-12-19T21:39:57.770Z | [ recovery-image] Dec 19 21:39:55.422 INFO O| Dec 19 21:39:55.422 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7012 | 2024-12-19T21:39:57.789Z | [ recovery-image] Dec 19 21:39:55.442 INFO O| Dec 19 21:39:55.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
7013 | 2024-12-19T21:39:57.789Z | [ recovery-image] Dec 19 21:39:55.442 INFO O| Dec 19 21:39:55.442 INFO STEP 873 (remove_files) COMPLETE |
7014 | 2024-12-19T21:39:57.789Z | [ recovery-image] Dec 19 21:39:55.442 INFO O| Dec 19 21:39:55.442 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7015 | 2024-12-19T21:39:57.808Z | [ recovery-image] Dec 19 21:39:55.460 INFO O| Dec 19 21:39:55.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
7016 | 2024-12-19T21:39:57.808Z | [ recovery-image] Dec 19 21:39:55.460 INFO O| Dec 19 21:39:55.460 INFO STEP 874 (remove_files) COMPLETE |
7017 | 2024-12-19T21:39:57.808Z | [ recovery-image] Dec 19 21:39:55.460 INFO O| Dec 19 21:39:55.460 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7018 | 2024-12-19T21:39:57.830Z | [ recovery-image] Dec 19 21:39:55.478 INFO O| Dec 19 21:39:55.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
7019 | 2024-12-19T21:39:57.830Z | [ recovery-image] Dec 19 21:39:55.478 INFO O| Dec 19 21:39:55.478 INFO STEP 875 (remove_files) COMPLETE |
7020 | 2024-12-19T21:39:57.830Z | [ recovery-image] Dec 19 21:39:55.478 INFO O| Dec 19 21:39:55.478 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7021 | 2024-12-19T21:39:57.873Z | [ recovery-image] Dec 19 21:39:55.525 INFO O| Dec 19 21:39:55.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
7022 | 2024-12-19T21:39:57.873Z | [ recovery-image] Dec 19 21:39:55.525 INFO O| Dec 19 21:39:55.525 INFO STEP 876 (remove_files) COMPLETE |
7023 | 2024-12-19T21:39:57.873Z | [ recovery-image] Dec 19 21:39:55.525 INFO O| Dec 19 21:39:55.525 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7024 | 2024-12-19T21:39:57.923Z | [ recovery-image] Dec 19 21:39:55.573 INFO O| Dec 19 21:39:55.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
7025 | 2024-12-19T21:39:57.923Z | [ recovery-image] Dec 19 21:39:55.573 INFO O| Dec 19 21:39:55.573 INFO STEP 877 (remove_files) COMPLETE |
7026 | 2024-12-19T21:39:57.923Z | [ recovery-image] Dec 19 21:39:55.573 INFO O| Dec 19 21:39:55.573 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7027 | 2024-12-19T21:39:57.976Z | [ recovery-image] Dec 19 21:39:55.628 INFO O| Dec 19 21:39:55.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
7028 | 2024-12-19T21:39:57.977Z | [ recovery-image] Dec 19 21:39:55.628 INFO O| Dec 19 21:39:55.628 INFO STEP 878 (remove_files) COMPLETE |
7029 | 2024-12-19T21:39:57.977Z | [ recovery-image] Dec 19 21:39:55.628 INFO O| Dec 19 21:39:55.628 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7030 | 2024-12-19T21:39:57.993Z | [ recovery-image] Dec 19 21:39:55.646 INFO O| Dec 19 21:39:55.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
7031 | 2024-12-19T21:39:57.993Z | [ recovery-image] Dec 19 21:39:55.646 INFO O| Dec 19 21:39:55.646 INFO STEP 879 (remove_files) COMPLETE |
7032 | 2024-12-19T21:39:57.994Z | [ recovery-image] Dec 19 21:39:55.646 INFO O| Dec 19 21:39:55.646 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7033 | 2024-12-19T21:39:58.011Z | [ recovery-image] Dec 19 21:39:55.664 INFO O| Dec 19 21:39:55.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
7034 | 2024-12-19T21:39:58.011Z | [ recovery-image] Dec 19 21:39:55.664 INFO O| Dec 19 21:39:55.664 INFO STEP 880 (remove_files) COMPLETE |
7035 | 2024-12-19T21:39:58.012Z | [ recovery-image] Dec 19 21:39:55.664 INFO O| Dec 19 21:39:55.664 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7036 | 2024-12-19T21:39:58.029Z | [ recovery-image] Dec 19 21:39:55.680 INFO O| Dec 19 21:39:55.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
7037 | 2024-12-19T21:39:58.029Z | [ recovery-image] Dec 19 21:39:55.680 INFO O| Dec 19 21:39:55.680 INFO STEP 881 (remove_files) COMPLETE |
7038 | 2024-12-19T21:39:58.029Z | [ recovery-image] Dec 19 21:39:55.680 INFO O| Dec 19 21:39:55.680 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7039 | 2024-12-19T21:39:58.047Z | [ recovery-image] Dec 19 21:39:55.699 INFO O| Dec 19 21:39:55.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
7040 | 2024-12-19T21:39:58.047Z | [ recovery-image] Dec 19 21:39:55.699 INFO O| Dec 19 21:39:55.699 INFO STEP 882 (remove_files) COMPLETE |
7041 | 2024-12-19T21:39:58.047Z | [ recovery-image] Dec 19 21:39:55.699 INFO O| Dec 19 21:39:55.699 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7042 | 2024-12-19T21:39:58.080Z | [ recovery-image] Dec 19 21:39:55.732 INFO O| Dec 19 21:39:55.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
7043 | 2024-12-19T21:39:58.080Z | [ recovery-image] Dec 19 21:39:55.733 INFO O| Dec 19 21:39:55.732 INFO STEP 883 (remove_files) COMPLETE |
7044 | 2024-12-19T21:39:58.083Z | [ recovery-image] Dec 19 21:39:55.733 INFO O| Dec 19 21:39:55.732 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7045 | 2024-12-19T21:39:58.103Z | [ recovery-image] Dec 19 21:39:55.756 INFO O| Dec 19 21:39:55.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
7046 | 2024-12-19T21:39:58.104Z | [ recovery-image] Dec 19 21:39:55.756 INFO O| Dec 19 21:39:55.756 INFO STEP 884 (remove_files) COMPLETE |
7047 | 2024-12-19T21:39:58.104Z | [ recovery-image] Dec 19 21:39:55.756 INFO O| Dec 19 21:39:55.756 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7048 | 2024-12-19T21:39:58.127Z | [ recovery-image] Dec 19 21:39:55.780 INFO O| Dec 19 21:39:55.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
7049 | 2024-12-19T21:39:58.127Z | [ recovery-image] Dec 19 21:39:55.780 INFO O| Dec 19 21:39:55.780 INFO STEP 885 (remove_files) COMPLETE |
7050 | 2024-12-19T21:39:58.127Z | [ recovery-image] Dec 19 21:39:55.780 INFO O| Dec 19 21:39:55.780 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7051 | 2024-12-19T21:39:58.150Z | [ recovery-image] Dec 19 21:39:55.803 INFO O| Dec 19 21:39:55.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7052 | 2024-12-19T21:39:58.156Z | [ recovery-image] Dec 19 21:39:55.806 INFO O| Dec 19 21:39:55.806 INFO STEP 886 (remove_files) COMPLETE |
7053 | 2024-12-19T21:39:58.156Z | [ recovery-image] Dec 19 21:39:55.806 INFO O| Dec 19 21:39:55.806 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7054 | 2024-12-19T21:39:58.212Z | [ recovery-image] Dec 19 21:39:55.864 INFO O| Dec 19 21:39:55.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7055 | 2024-12-19T21:39:58.212Z | [ recovery-image] Dec 19 21:39:55.864 INFO O| Dec 19 21:39:55.864 INFO STEP 887 (remove_files) COMPLETE |
7056 | 2024-12-19T21:39:58.215Z | [ recovery-image] Dec 19 21:39:55.864 INFO O| Dec 19 21:39:55.864 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7057 | 2024-12-19T21:39:58.298Z | [ recovery-image] Dec 19 21:39:55.931 INFO O| Dec 19 21:39:55.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7058 | 2024-12-19T21:39:58.328Z | [ recovery-image] Dec 19 21:39:55.931 INFO O| Dec 19 21:39:55.931 INFO STEP 888 (remove_files) COMPLETE |
7059 | 2024-12-19T21:39:58.328Z | [ recovery-image] Dec 19 21:39:55.931 INFO O| Dec 19 21:39:55.931 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7060 | 2024-12-19T21:39:58.328Z | [ recovery-image] Dec 19 21:39:55.954 INFO O| Dec 19 21:39:55.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7061 | 2024-12-19T21:39:58.328Z | [ recovery-image] Dec 19 21:39:55.955 INFO O| Dec 19 21:39:55.954 INFO STEP 889 (remove_files) COMPLETE |
7062 | 2024-12-19T21:39:58.328Z | [ recovery-image] Dec 19 21:39:55.955 INFO O| Dec 19 21:39:55.955 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7063 | 2024-12-19T21:39:58.388Z | [ recovery-image] Dec 19 21:39:55.978 INFO O| Dec 19 21:39:55.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7064 | 2024-12-19T21:39:58.388Z | [ recovery-image] Dec 19 21:39:55.979 INFO O| Dec 19 21:39:55.979 INFO STEP 890 (remove_files) COMPLETE |
7065 | 2024-12-19T21:39:58.388Z | [ recovery-image] Dec 19 21:39:55.979 INFO O| Dec 19 21:39:55.979 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7066 | 2024-12-19T21:39:58.455Z | [ recovery-image] Dec 19 21:39:56.003 INFO O| Dec 19 21:39:56.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7067 | 2024-12-19T21:39:58.455Z | [ recovery-image] Dec 19 21:39:56.003 INFO O| Dec 19 21:39:56.003 INFO STEP 891 (remove_files) COMPLETE |
7068 | 2024-12-19T21:39:58.455Z | [ recovery-image] Dec 19 21:39:56.003 INFO O| Dec 19 21:39:56.003 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7069 | 2024-12-19T21:39:58.455Z | [ recovery-image] Dec 19 21:39:56.026 INFO O| Dec 19 21:39:56.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7070 | 2024-12-19T21:39:58.455Z | [ recovery-image] Dec 19 21:39:56.026 INFO O| Dec 19 21:39:56.026 INFO STEP 892 (remove_files) COMPLETE |
7071 | 2024-12-19T21:39:58.455Z | [ recovery-image] Dec 19 21:39:56.026 INFO O| Dec 19 21:39:56.026 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7072 | 2024-12-19T21:39:58.456Z | [ recovery-image] Dec 19 21:39:56.051 INFO O| Dec 19 21:39:56.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7073 | 2024-12-19T21:39:58.456Z | [ recovery-image] Dec 19 21:39:56.051 INFO O| Dec 19 21:39:56.051 INFO STEP 893 (remove_files) COMPLETE |
7074 | 2024-12-19T21:39:58.456Z | [ recovery-image] Dec 19 21:39:56.051 INFO O| Dec 19 21:39:56.051 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7075 | 2024-12-19T21:39:58.463Z | [ recovery-image] Dec 19 21:39:56.103 INFO O| Dec 19 21:39:56.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7076 | 2024-12-19T21:39:58.463Z | [ recovery-image] Dec 19 21:39:56.103 INFO O| Dec 19 21:39:56.103 INFO STEP 894 (remove_files) COMPLETE |
7077 | 2024-12-19T21:39:58.463Z | [ recovery-image] Dec 19 21:39:56.103 INFO O| Dec 19 21:39:56.103 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7078 | 2024-12-19T21:39:58.496Z | [ recovery-image] Dec 19 21:39:56.148 INFO O| Dec 19 21:39:56.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7079 | 2024-12-19T21:39:58.496Z | [ recovery-image] Dec 19 21:39:56.148 INFO O| Dec 19 21:39:56.148 INFO STEP 895 (remove_files) COMPLETE |
7080 | 2024-12-19T21:39:58.496Z | [ recovery-image] Dec 19 21:39:56.148 INFO O| Dec 19 21:39:56.148 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7081 | 2024-12-19T21:39:58.516Z | [ recovery-image] Dec 19 21:39:56.168 INFO O| Dec 19 21:39:56.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7082 | 2024-12-19T21:39:58.516Z | [ recovery-image] Dec 19 21:39:56.168 INFO O| Dec 19 21:39:56.168 INFO STEP 896 (remove_files) COMPLETE |
7083 | 2024-12-19T21:39:58.516Z | [ recovery-image] Dec 19 21:39:56.168 INFO O| Dec 19 21:39:56.168 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7084 | 2024-12-19T21:39:58.551Z | [ recovery-image] Dec 19 21:39:56.203 INFO O| Dec 19 21:39:56.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7085 | 2024-12-19T21:39:58.552Z | [ recovery-image] Dec 19 21:39:56.203 INFO O| Dec 19 21:39:56.203 INFO STEP 897 (remove_files) COMPLETE |
7086 | 2024-12-19T21:39:58.555Z | [ recovery-image] Dec 19 21:39:56.204 INFO O| Dec 19 21:39:56.203 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7087 | 2024-12-19T21:39:58.591Z | [ recovery-image] Dec 19 21:39:56.235 INFO O| Dec 19 21:39:56.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7088 | 2024-12-19T21:39:58.591Z | [ recovery-image] Dec 19 21:39:56.235 INFO O| Dec 19 21:39:56.235 INFO STEP 898 (remove_files) COMPLETE |
7089 | 2024-12-19T21:39:58.591Z | [ recovery-image] Dec 19 21:39:56.235 INFO O| Dec 19 21:39:56.235 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7090 | 2024-12-19T21:39:58.603Z | [ recovery-image] Dec 19 21:39:56.255 INFO O| Dec 19 21:39:56.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7091 | 2024-12-19T21:39:58.607Z | [ recovery-image] Dec 19 21:39:56.256 INFO O| Dec 19 21:39:56.256 INFO STEP 899 (remove_files) COMPLETE |
7092 | 2024-12-19T21:39:58.607Z | [ recovery-image] Dec 19 21:39:56.256 INFO O| Dec 19 21:39:56.256 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7093 | 2024-12-19T21:39:58.624Z | [ recovery-image] Dec 19 21:39:56.275 INFO O| Dec 19 21:39:56.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7094 | 2024-12-19T21:39:58.639Z | [ recovery-image] Dec 19 21:39:56.275 INFO O| Dec 19 21:39:56.275 INFO STEP 900 (remove_files) COMPLETE |
7095 | 2024-12-19T21:39:58.639Z | [ recovery-image] Dec 19 21:39:56.276 INFO O| Dec 19 21:39:56.276 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7096 | 2024-12-19T21:39:58.647Z | [ recovery-image] Dec 19 21:39:56.294 INFO O| Dec 19 21:39:56.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7097 | 2024-12-19T21:39:58.647Z | [ recovery-image] Dec 19 21:39:56.294 INFO O| Dec 19 21:39:56.294 INFO STEP 901 (remove_files) COMPLETE |
7098 | 2024-12-19T21:39:58.647Z | [ recovery-image] Dec 19 21:39:56.294 INFO O| Dec 19 21:39:56.294 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7099 | 2024-12-19T21:39:58.687Z | [ recovery-image] Dec 19 21:39:56.338 INFO O| Dec 19 21:39:56.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7100 | 2024-12-19T21:39:58.688Z | [ recovery-image] Dec 19 21:39:56.338 INFO O| Dec 19 21:39:56.338 INFO STEP 902 (remove_files) COMPLETE |
7101 | 2024-12-19T21:39:58.688Z | [ recovery-image] Dec 19 21:39:56.338 INFO O| Dec 19 21:39:56.338 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7102 | 2024-12-19T21:39:58.743Z | [ recovery-image] Dec 19 21:39:56.395 INFO O| Dec 19 21:39:56.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7103 | 2024-12-19T21:39:58.744Z | [ recovery-image] Dec 19 21:39:56.395 INFO O| Dec 19 21:39:56.395 INFO STEP 903 (remove_files) COMPLETE |
7104 | 2024-12-19T21:39:58.744Z | [ recovery-image] Dec 19 21:39:56.395 INFO O| Dec 19 21:39:56.395 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7105 | 2024-12-19T21:39:58.769Z | [ recovery-image] Dec 19 21:39:56.420 INFO O| Dec 19 21:39:56.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7106 | 2024-12-19T21:39:58.769Z | [ recovery-image] Dec 19 21:39:56.420 INFO O| Dec 19 21:39:56.420 INFO STEP 904 (remove_files) COMPLETE |
7107 | 2024-12-19T21:39:58.772Z | [ recovery-image] Dec 19 21:39:56.421 INFO O| Dec 19 21:39:56.420 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7108 | 2024-12-19T21:39:58.826Z | [ recovery-image] Dec 19 21:39:56.478 INFO O| Dec 19 21:39:56.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7109 | 2024-12-19T21:39:58.826Z | [ recovery-image] Dec 19 21:39:56.478 INFO O| Dec 19 21:39:56.478 INFO STEP 905 (remove_files) COMPLETE |
7110 | 2024-12-19T21:39:58.831Z | [ recovery-image] Dec 19 21:39:56.478 INFO O| Dec 19 21:39:56.478 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7111 | 2024-12-19T21:39:58.854Z | [ recovery-image] Dec 19 21:39:56.506 INFO O| Dec 19 21:39:56.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7112 | 2024-12-19T21:39:58.854Z | [ recovery-image] Dec 19 21:39:56.506 INFO O| Dec 19 21:39:56.506 INFO STEP 906 (remove_files) COMPLETE |
7113 | 2024-12-19T21:39:58.854Z | [ recovery-image] Dec 19 21:39:56.506 INFO O| Dec 19 21:39:56.506 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7114 | 2024-12-19T21:39:58.886Z | [ recovery-image] Dec 19 21:39:56.537 INFO O| Dec 19 21:39:56.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7115 | 2024-12-19T21:39:58.886Z | [ recovery-image] Dec 19 21:39:56.538 INFO O| Dec 19 21:39:56.538 INFO STEP 907 (remove_files) COMPLETE |
7116 | 2024-12-19T21:39:58.886Z | [ recovery-image] Dec 19 21:39:56.538 INFO O| Dec 19 21:39:56.538 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7117 | 2024-12-19T21:39:58.904Z | [ recovery-image] Dec 19 21:39:56.556 INFO O| Dec 19 21:39:56.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7118 | 2024-12-19T21:39:58.907Z | [ recovery-image] Dec 19 21:39:56.556 INFO O| Dec 19 21:39:56.556 INFO STEP 908 (remove_files) COMPLETE |
7119 | 2024-12-19T21:39:58.908Z | [ recovery-image] Dec 19 21:39:56.556 INFO O| Dec 19 21:39:56.556 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7120 | 2024-12-19T21:39:58.939Z | [ recovery-image] Dec 19 21:39:56.591 INFO O| Dec 19 21:39:56.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7121 | 2024-12-19T21:39:58.940Z | [ recovery-image] Dec 19 21:39:56.591 INFO O| Dec 19 21:39:56.591 INFO STEP 909 (remove_files) COMPLETE |
7122 | 2024-12-19T21:39:58.940Z | [ recovery-image] Dec 19 21:39:56.591 INFO O| Dec 19 21:39:56.591 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7123 | 2024-12-19T21:39:58.959Z | [ recovery-image] Dec 19 21:39:56.610 INFO O| Dec 19 21:39:56.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7124 | 2024-12-19T21:39:58.959Z | [ recovery-image] Dec 19 21:39:56.610 INFO O| Dec 19 21:39:56.610 INFO STEP 910 (remove_files) COMPLETE |
7125 | 2024-12-19T21:39:58.959Z | [ recovery-image] Dec 19 21:39:56.610 INFO O| Dec 19 21:39:56.610 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7126 | 2024-12-19T21:39:58.978Z | [ recovery-image] Dec 19 21:39:56.629 INFO O| Dec 19 21:39:56.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7127 | 2024-12-19T21:39:58.978Z | [ recovery-image] Dec 19 21:39:56.629 INFO O| Dec 19 21:39:56.629 INFO STEP 911 (remove_files) COMPLETE |
7128 | 2024-12-19T21:39:58.983Z | [ recovery-image] Dec 19 21:39:56.629 INFO O| Dec 19 21:39:56.629 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7129 | 2024-12-19T21:39:58.997Z | [ recovery-image] Dec 19 21:39:56.649 INFO O| Dec 19 21:39:56.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7130 | 2024-12-19T21:39:58.997Z | [ recovery-image] Dec 19 21:39:56.649 INFO O| Dec 19 21:39:56.649 INFO STEP 912 (remove_files) COMPLETE |
7131 | 2024-12-19T21:39:59.000Z | [ recovery-image] Dec 19 21:39:56.649 INFO O| Dec 19 21:39:56.649 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7132 | 2024-12-19T21:39:59.021Z | [ recovery-image] Dec 19 21:39:56.672 INFO O| Dec 19 21:39:56.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7133 | 2024-12-19T21:39:59.021Z | [ recovery-image] Dec 19 21:39:56.672 INFO O| Dec 19 21:39:56.672 INFO STEP 913 (remove_files) COMPLETE |
7134 | 2024-12-19T21:39:59.021Z | [ recovery-image] Dec 19 21:39:56.672 INFO O| Dec 19 21:39:56.672 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7135 | 2024-12-19T21:39:59.041Z | [ recovery-image] Dec 19 21:39:56.693 INFO O| Dec 19 21:39:56.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7136 | 2024-12-19T21:39:59.045Z | [ recovery-image] Dec 19 21:39:56.693 INFO O| Dec 19 21:39:56.693 INFO STEP 914 (remove_files) COMPLETE |
7137 | 2024-12-19T21:39:59.045Z | [ recovery-image] Dec 19 21:39:56.693 INFO O| Dec 19 21:39:56.693 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7138 | 2024-12-19T21:39:59.069Z | [ recovery-image] Dec 19 21:39:56.718 INFO O| Dec 19 21:39:56.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7139 | 2024-12-19T21:39:59.069Z | [ recovery-image] Dec 19 21:39:56.718 INFO O| Dec 19 21:39:56.718 INFO STEP 915 (remove_files) COMPLETE |
7140 | 2024-12-19T21:39:59.069Z | [ recovery-image] Dec 19 21:39:56.718 INFO O| Dec 19 21:39:56.718 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7141 | 2024-12-19T21:39:59.091Z | [ recovery-image] Dec 19 21:39:56.743 INFO O| Dec 19 21:39:56.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7142 | 2024-12-19T21:39:59.094Z | [ recovery-image] Dec 19 21:39:56.743 INFO O| Dec 19 21:39:56.743 INFO STEP 916 (remove_files) COMPLETE |
7143 | 2024-12-19T21:39:59.094Z | [ recovery-image] Dec 19 21:39:56.743 INFO O| Dec 19 21:39:56.743 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7144 | 2024-12-19T21:39:59.116Z | [ recovery-image] Dec 19 21:39:56.768 INFO O| Dec 19 21:39:56.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7145 | 2024-12-19T21:39:59.116Z | [ recovery-image] Dec 19 21:39:56.768 INFO O| Dec 19 21:39:56.768 INFO STEP 917 (remove_files) COMPLETE |
7146 | 2024-12-19T21:39:59.116Z | [ recovery-image] Dec 19 21:39:56.768 INFO O| Dec 19 21:39:56.768 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7147 | 2024-12-19T21:39:59.141Z | [ recovery-image] Dec 19 21:39:56.792 INFO O| Dec 19 21:39:56.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7148 | 2024-12-19T21:39:59.141Z | [ recovery-image] Dec 19 21:39:56.792 INFO O| Dec 19 21:39:56.792 INFO STEP 918 (remove_files) COMPLETE |
7149 | 2024-12-19T21:39:59.141Z | [ recovery-image] Dec 19 21:39:56.792 INFO O| Dec 19 21:39:56.792 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7150 | 2024-12-19T21:39:59.165Z | [ recovery-image] Dec 19 21:39:56.816 INFO O| Dec 19 21:39:56.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7151 | 2024-12-19T21:39:59.165Z | [ recovery-image] Dec 19 21:39:56.816 INFO O| Dec 19 21:39:56.816 INFO STEP 919 (remove_files) COMPLETE |
7152 | 2024-12-19T21:39:59.165Z | [ recovery-image] Dec 19 21:39:56.816 INFO O| Dec 19 21:39:56.816 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7153 | 2024-12-19T21:39:59.188Z | [ recovery-image] Dec 19 21:39:56.839 INFO O| Dec 19 21:39:56.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7154 | 2024-12-19T21:39:59.188Z | [ recovery-image] Dec 19 21:39:56.839 INFO O| Dec 19 21:39:56.839 INFO STEP 920 (remove_files) COMPLETE |
7155 | 2024-12-19T21:39:59.188Z | [ recovery-image] Dec 19 21:39:56.839 INFO O| Dec 19 21:39:56.839 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7156 | 2024-12-19T21:39:59.210Z | [ recovery-image] Dec 19 21:39:56.861 INFO O| Dec 19 21:39:56.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7157 | 2024-12-19T21:39:59.210Z | [ recovery-image] Dec 19 21:39:56.861 INFO O| Dec 19 21:39:56.861 INFO STEP 921 (remove_files) COMPLETE |
7158 | 2024-12-19T21:39:59.211Z | [ recovery-image] Dec 19 21:39:56.861 INFO O| Dec 19 21:39:56.861 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7159 | 2024-12-19T21:39:59.232Z | [ recovery-image] Dec 19 21:39:56.884 INFO O| Dec 19 21:39:56.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7160 | 2024-12-19T21:39:59.232Z | [ recovery-image] Dec 19 21:39:56.884 INFO O| Dec 19 21:39:56.884 INFO STEP 922 (remove_files) COMPLETE |
7161 | 2024-12-19T21:39:59.232Z | [ recovery-image] Dec 19 21:39:56.884 INFO O| Dec 19 21:39:56.884 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7162 | 2024-12-19T21:39:59.254Z | [ recovery-image] Dec 19 21:39:56.906 INFO O| Dec 19 21:39:56.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7163 | 2024-12-19T21:39:59.254Z | [ recovery-image] Dec 19 21:39:56.906 INFO O| Dec 19 21:39:56.906 INFO STEP 923 (remove_files) COMPLETE |
7164 | 2024-12-19T21:39:59.257Z | [ recovery-image] Dec 19 21:39:56.906 INFO O| Dec 19 21:39:56.906 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7165 | 2024-12-19T21:39:59.293Z | [ recovery-image] Dec 19 21:39:56.944 INFO O| Dec 19 21:39:56.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7166 | 2024-12-19T21:39:59.296Z | [ recovery-image] Dec 19 21:39:56.944 INFO O| Dec 19 21:39:56.944 INFO STEP 924 (remove_files) COMPLETE |
7167 | 2024-12-19T21:39:59.296Z | [ recovery-image] Dec 19 21:39:56.945 INFO O| Dec 19 21:39:56.944 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7168 | 2024-12-19T21:39:59.356Z | [ recovery-image] Dec 19 21:39:57.008 INFO O| Dec 19 21:39:57.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7169 | 2024-12-19T21:39:59.359Z | [ recovery-image] Dec 19 21:39:57.008 INFO O| Dec 19 21:39:57.008 INFO STEP 925 (remove_files) COMPLETE |
7170 | 2024-12-19T21:39:59.359Z | [ recovery-image] Dec 19 21:39:57.008 INFO O| Dec 19 21:39:57.008 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7171 | 2024-12-19T21:39:59.378Z | [ recovery-image] Dec 19 21:39:57.029 INFO O| Dec 19 21:39:57.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7172 | 2024-12-19T21:39:59.381Z | [ recovery-image] Dec 19 21:39:57.029 INFO O| Dec 19 21:39:57.029 INFO STEP 926 (remove_files) COMPLETE |
7173 | 2024-12-19T21:39:59.381Z | [ recovery-image] Dec 19 21:39:57.029 INFO O| Dec 19 21:39:57.029 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7174 | 2024-12-19T21:39:59.398Z | [ recovery-image] Dec 19 21:39:57.050 INFO O| Dec 19 21:39:57.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7175 | 2024-12-19T21:39:59.402Z | [ recovery-image] Dec 19 21:39:57.050 INFO O| Dec 19 21:39:57.050 INFO STEP 927 (remove_files) COMPLETE |
7176 | 2024-12-19T21:39:59.402Z | [ recovery-image] Dec 19 21:39:57.050 INFO O| Dec 19 21:39:57.050 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7177 | 2024-12-19T21:39:59.454Z | [ recovery-image] Dec 19 21:39:57.105 INFO O| Dec 19 21:39:57.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7178 | 2024-12-19T21:39:59.459Z | [ recovery-image] Dec 19 21:39:57.106 INFO O| Dec 19 21:39:57.106 INFO STEP 928 (remove_files) COMPLETE |
7179 | 2024-12-19T21:39:59.459Z | [ recovery-image] Dec 19 21:39:57.106 INFO O| Dec 19 21:39:57.106 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7180 | 2024-12-19T21:39:59.478Z | [ recovery-image] Dec 19 21:39:57.129 INFO O| Dec 19 21:39:57.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7181 | 2024-12-19T21:39:59.478Z | [ recovery-image] Dec 19 21:39:57.129 INFO O| Dec 19 21:39:57.129 INFO STEP 929 (remove_files) COMPLETE |
7182 | 2024-12-19T21:39:59.478Z | [ recovery-image] Dec 19 21:39:57.129 INFO O| Dec 19 21:39:57.129 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7183 | 2024-12-19T21:39:59.505Z | [ recovery-image] Dec 19 21:39:57.156 INFO O| Dec 19 21:39:57.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7184 | 2024-12-19T21:39:59.505Z | [ recovery-image] Dec 19 21:39:57.156 INFO O| Dec 19 21:39:57.156 INFO STEP 930 (remove_files) COMPLETE |
7185 | 2024-12-19T21:39:59.505Z | [ recovery-image] Dec 19 21:39:57.156 INFO O| Dec 19 21:39:57.156 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7186 | 2024-12-19T21:39:59.552Z | [ recovery-image] Dec 19 21:39:57.203 INFO O| Dec 19 21:39:57.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7187 | 2024-12-19T21:39:59.552Z | [ recovery-image] Dec 19 21:39:57.203 INFO O| Dec 19 21:39:57.203 INFO STEP 931 (remove_files) COMPLETE |
7188 | 2024-12-19T21:39:59.558Z | [ recovery-image] Dec 19 21:39:57.203 INFO O| Dec 19 21:39:57.203 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7189 | 2024-12-19T21:39:59.590Z | [ recovery-image] Dec 19 21:39:57.241 INFO O| Dec 19 21:39:57.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7190 | 2024-12-19T21:39:59.590Z | [ recovery-image] Dec 19 21:39:57.241 INFO O| Dec 19 21:39:57.241 INFO STEP 932 (remove_files) COMPLETE |
7191 | 2024-12-19T21:39:59.590Z | [ recovery-image] Dec 19 21:39:57.241 INFO O| Dec 19 21:39:57.241 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7192 | 2024-12-19T21:39:59.649Z | [ recovery-image] Dec 19 21:39:57.300 INFO O| Dec 19 21:39:57.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7193 | 2024-12-19T21:39:59.649Z | [ recovery-image] Dec 19 21:39:57.300 INFO O| Dec 19 21:39:57.300 INFO STEP 933 (remove_files) COMPLETE |
7194 | 2024-12-19T21:39:59.649Z | [ recovery-image] Dec 19 21:39:57.300 INFO O| Dec 19 21:39:57.300 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7195 | 2024-12-19T21:39:59.667Z | [ recovery-image] Dec 19 21:39:57.319 INFO O| Dec 19 21:39:57.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7196 | 2024-12-19T21:39:59.668Z | [ recovery-image] Dec 19 21:39:57.319 INFO O| Dec 19 21:39:57.319 INFO STEP 934 (remove_files) COMPLETE |
7197 | 2024-12-19T21:39:59.668Z | [ recovery-image] Dec 19 21:39:57.319 INFO O| Dec 19 21:39:57.319 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7198 | 2024-12-19T21:39:59.716Z | [ recovery-image] Dec 19 21:39:57.367 INFO O| Dec 19 21:39:57.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7199 | 2024-12-19T21:39:59.736Z | [ recovery-image] Dec 19 21:39:57.387 INFO O| Dec 19 21:39:57.387 INFO STEP 935 (remove_files) COMPLETE |
7200 | 2024-12-19T21:39:59.736Z | [ recovery-image] Dec 19 21:39:57.387 INFO O| Dec 19 21:39:57.387 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7201 | 2024-12-19T21:39:59.756Z | [ recovery-image] Dec 19 21:39:57.407 INFO O| Dec 19 21:39:57.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7202 | 2024-12-19T21:39:59.760Z | [ recovery-image] Dec 19 21:39:57.408 INFO O| Dec 19 21:39:57.407 INFO STEP 936 (remove_files) COMPLETE |
7203 | 2024-12-19T21:39:59.760Z | [ recovery-image] Dec 19 21:39:57.408 INFO O| Dec 19 21:39:57.408 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7204 | 2024-12-19T21:39:59.791Z | [ recovery-image] Dec 19 21:39:57.439 INFO O| Dec 19 21:39:57.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7205 | 2024-12-19T21:39:59.791Z | [ recovery-image] Dec 19 21:39:57.439 INFO O| Dec 19 21:39:57.439 INFO STEP 937 (remove_files) COMPLETE |
7206 | 2024-12-19T21:39:59.791Z | [ recovery-image] Dec 19 21:39:57.439 INFO O| Dec 19 21:39:57.439 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7207 | 2024-12-19T21:39:59.832Z | [ recovery-image] Dec 19 21:39:57.483 INFO O| Dec 19 21:39:57.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7208 | 2024-12-19T21:39:59.836Z | [ recovery-image] Dec 19 21:39:57.484 INFO O| Dec 19 21:39:57.483 INFO STEP 938 (remove_files) COMPLETE |
7209 | 2024-12-19T21:39:59.836Z | [ recovery-image] Dec 19 21:39:57.484 INFO O| Dec 19 21:39:57.484 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2024-12-19T21:39:59.852Z | [ recovery-image] Dec 19 21:39:57.503 INFO O| Dec 19 21:39:57.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7211 | 2024-12-19T21:39:59.852Z | [ recovery-image] Dec 19 21:39:57.503 INFO O| Dec 19 21:39:57.503 INFO STEP 939 (remove_files) COMPLETE |
7212 | 2024-12-19T21:39:59.854Z | [ recovery-image] Dec 19 21:39:57.503 INFO O| Dec 19 21:39:57.503 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2024-12-19T21:39:59.871Z | [ recovery-image] Dec 19 21:39:57.523 INFO O| Dec 19 21:39:57.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7214 | 2024-12-19T21:39:59.878Z | [ recovery-image] Dec 19 21:39:57.523 INFO O| Dec 19 21:39:57.523 INFO STEP 940 (remove_files) COMPLETE |
7215 | 2024-12-19T21:39:59.878Z | [ recovery-image] Dec 19 21:39:57.523 INFO O| Dec 19 21:39:57.523 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2024-12-19T21:39:59.903Z | [ recovery-image] Dec 19 21:39:57.554 INFO O| Dec 19 21:39:57.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7217 | 2024-12-19T21:39:59.903Z | [ recovery-image] Dec 19 21:39:57.554 INFO O| Dec 19 21:39:57.554 INFO STEP 941 (remove_files) COMPLETE |
7218 | 2024-12-19T21:39:59.906Z | [ recovery-image] Dec 19 21:39:57.554 INFO O| Dec 19 21:39:57.554 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2024-12-19T21:39:59.923Z | [ recovery-image] Dec 19 21:39:57.574 INFO O| Dec 19 21:39:57.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7220 | 2024-12-19T21:39:59.923Z | [ recovery-image] Dec 19 21:39:57.574 INFO O| Dec 19 21:39:57.574 INFO STEP 942 (remove_files) COMPLETE |
7221 | 2024-12-19T21:39:59.924Z | [ recovery-image] Dec 19 21:39:57.574 INFO O| Dec 19 21:39:57.574 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2024-12-19T21:39:59.940Z | [ recovery-image] Dec 19 21:39:57.591 INFO O| Dec 19 21:39:57.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7223 | 2024-12-19T21:39:59.940Z | [ recovery-image] Dec 19 21:39:57.591 INFO O| Dec 19 21:39:57.591 INFO STEP 943 (remove_files) COMPLETE |
7224 | 2024-12-19T21:39:59.944Z | [ recovery-image] Dec 19 21:39:57.591 INFO O| Dec 19 21:39:57.591 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2024-12-19T21:39:59.985Z | [ recovery-image] Dec 19 21:39:57.636 INFO O| Dec 19 21:39:57.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7226 | 2024-12-19T21:39:59.985Z | [ recovery-image] Dec 19 21:39:57.636 INFO O| Dec 19 21:39:57.636 INFO STEP 944 (remove_files) COMPLETE |
7227 | 2024-12-19T21:39:59.985Z | [ recovery-image] Dec 19 21:39:57.636 INFO O| Dec 19 21:39:57.636 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2024-12-19T21:40:00.005Z | [ recovery-image] Dec 19 21:39:57.654 INFO O| Dec 19 21:39:57.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7229 | 2024-12-19T21:40:00.005Z | [ recovery-image] Dec 19 21:39:57.654 INFO O| Dec 19 21:39:57.654 INFO STEP 945 (remove_files) COMPLETE |
7230 | 2024-12-19T21:40:00.005Z | [ recovery-image] Dec 19 21:39:57.654 INFO O| Dec 19 21:39:57.654 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2024-12-19T21:40:00.021Z | [ recovery-image] Dec 19 21:39:57.672 INFO O| Dec 19 21:39:57.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7232 | 2024-12-19T21:40:00.021Z | [ recovery-image] Dec 19 21:39:57.672 INFO O| Dec 19 21:39:57.672 INFO STEP 946 (remove_files) COMPLETE |
7233 | 2024-12-19T21:40:00.026Z | [ recovery-image] Dec 19 21:39:57.672 INFO O| Dec 19 21:39:57.672 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2024-12-19T21:40:00.039Z | [ recovery-image] Dec 19 21:39:57.691 INFO O| Dec 19 21:39:57.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7235 | 2024-12-19T21:40:00.039Z | [ recovery-image] Dec 19 21:39:57.691 INFO O| Dec 19 21:39:57.691 INFO STEP 947 (remove_files) COMPLETE |
7236 | 2024-12-19T21:40:00.040Z | [ recovery-image] Dec 19 21:39:57.691 INFO O| Dec 19 21:39:57.691 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2024-12-19T21:40:00.076Z | [ recovery-image] Dec 19 21:39:57.727 INFO O| Dec 19 21:39:57.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7238 | 2024-12-19T21:40:00.076Z | [ recovery-image] Dec 19 21:39:57.727 INFO O| Dec 19 21:39:57.727 INFO STEP 948 (remove_files) COMPLETE |
7239 | 2024-12-19T21:40:00.076Z | [ recovery-image] Dec 19 21:39:57.727 INFO O| Dec 19 21:39:57.727 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2024-12-19T21:40:00.130Z | [ recovery-image] Dec 19 21:39:57.781 INFO O| Dec 19 21:39:57.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7241 | 2024-12-19T21:40:00.130Z | [ recovery-image] Dec 19 21:39:57.782 INFO O| Dec 19 21:39:57.782 INFO STEP 949 (remove_files) COMPLETE |
7242 | 2024-12-19T21:40:00.131Z | [ recovery-image] Dec 19 21:39:57.782 INFO O| Dec 19 21:39:57.782 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2024-12-19T21:40:00.154Z | [ recovery-image] Dec 19 21:39:57.805 INFO O| Dec 19 21:39:57.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7244 | 2024-12-19T21:40:00.154Z | [ recovery-image] Dec 19 21:39:57.805 INFO O| Dec 19 21:39:57.805 INFO STEP 950 (remove_files) COMPLETE |
7245 | 2024-12-19T21:40:00.154Z | [ recovery-image] Dec 19 21:39:57.805 INFO O| Dec 19 21:39:57.805 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2024-12-19T21:40:00.178Z | [ recovery-image] Dec 19 21:39:57.828 INFO O| Dec 19 21:39:57.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7247 | 2024-12-19T21:40:00.178Z | [ recovery-image] Dec 19 21:39:57.828 INFO O| Dec 19 21:39:57.828 INFO STEP 951 (remove_files) COMPLETE |
7248 | 2024-12-19T21:40:00.178Z | [ recovery-image] Dec 19 21:39:57.828 INFO O| Dec 19 21:39:57.828 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7249 | 2024-12-19T21:40:00.234Z | [ recovery-image] Dec 19 21:39:57.886 INFO O| Dec 19 21:39:57.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7250 | 2024-12-19T21:40:00.234Z | [ recovery-image] Dec 19 21:39:57.886 INFO O| Dec 19 21:39:57.886 INFO STEP 952 (remove_files) COMPLETE |
7251 | 2024-12-19T21:40:00.235Z | [ recovery-image] Dec 19 21:39:57.886 INFO O| Dec 19 21:39:57.886 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7252 | 2024-12-19T21:40:00.261Z | [ recovery-image] Dec 19 21:39:57.909 INFO O| Dec 19 21:39:57.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7253 | 2024-12-19T21:40:00.261Z | [ recovery-image] Dec 19 21:39:57.909 INFO O| Dec 19 21:39:57.909 INFO STEP 953 (remove_files) COMPLETE |
7254 | 2024-12-19T21:40:00.261Z | [ recovery-image] Dec 19 21:39:57.909 INFO O| Dec 19 21:39:57.909 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7255 | 2024-12-19T21:40:00.289Z | [ recovery-image] Dec 19 21:39:57.940 INFO O| Dec 19 21:39:57.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7256 | 2024-12-19T21:40:00.293Z | [ recovery-image] Dec 19 21:39:57.941 INFO O| Dec 19 21:39:57.940 INFO STEP 954 (remove_files) COMPLETE |
7257 | 2024-12-19T21:40:00.293Z | [ recovery-image] Dec 19 21:39:57.941 INFO O| Dec 19 21:39:57.941 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7258 | 2024-12-19T21:40:00.346Z | [ recovery-image] Dec 19 21:39:57.997 INFO O| Dec 19 21:39:57.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7259 | 2024-12-19T21:40:00.351Z | [ recovery-image] Dec 19 21:39:57.997 INFO O| Dec 19 21:39:57.997 INFO STEP 955 (remove_files) COMPLETE |
7260 | 2024-12-19T21:40:00.351Z | [ recovery-image] Dec 19 21:39:57.998 INFO O| Dec 19 21:39:57.998 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7261 | 2024-12-19T21:40:00.405Z | [ recovery-image] Dec 19 21:39:58.056 INFO O| Dec 19 21:39:58.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7262 | 2024-12-19T21:40:00.405Z | [ recovery-image] Dec 19 21:39:58.057 INFO O| Dec 19 21:39:58.057 INFO STEP 956 (remove_files) COMPLETE |
7263 | 2024-12-19T21:40:00.409Z | [ recovery-image] Dec 19 21:39:58.057 INFO O| Dec 19 21:39:58.057 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7264 | 2024-12-19T21:40:00.490Z | [ recovery-image] Dec 19 21:39:58.141 INFO O| Dec 19 21:39:58.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7265 | 2024-12-19T21:40:00.491Z | [ recovery-image] Dec 19 21:39:58.141 INFO O| Dec 19 21:39:58.141 INFO STEP 957 (remove_files) COMPLETE |
7266 | 2024-12-19T21:40:00.495Z | [ recovery-image] Dec 19 21:39:58.141 INFO O| Dec 19 21:39:58.141 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7267 | 2024-12-19T21:40:00.519Z | [ recovery-image] Dec 19 21:39:58.170 INFO O| Dec 19 21:39:58.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7268 | 2024-12-19T21:40:00.519Z | [ recovery-image] Dec 19 21:39:58.170 INFO O| Dec 19 21:39:58.170 INFO STEP 958 (remove_files) COMPLETE |
7269 | 2024-12-19T21:40:00.519Z | [ recovery-image] Dec 19 21:39:58.170 INFO O| Dec 19 21:39:58.170 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7270 | 2024-12-19T21:40:00.551Z | [ recovery-image] Dec 19 21:39:58.202 INFO O| Dec 19 21:39:58.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7271 | 2024-12-19T21:40:00.555Z | [ recovery-image] Dec 19 21:39:58.203 INFO O| Dec 19 21:39:58.203 INFO STEP 959 (remove_files) COMPLETE |
7272 | 2024-12-19T21:40:00.555Z | [ recovery-image] Dec 19 21:39:58.203 INFO O| Dec 19 21:39:58.203 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7273 | 2024-12-19T21:40:00.585Z | [ recovery-image] Dec 19 21:39:58.236 INFO O| Dec 19 21:39:58.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7274 | 2024-12-19T21:40:00.590Z | [ recovery-image] Dec 19 21:39:58.236 INFO O| Dec 19 21:39:58.236 INFO STEP 960 (remove_files) COMPLETE |
7275 | 2024-12-19T21:40:00.590Z | [ recovery-image] Dec 19 21:39:58.237 INFO O| Dec 19 21:39:58.237 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7276 | 2024-12-19T21:40:00.608Z | [ recovery-image] Dec 19 21:39:58.259 INFO O| Dec 19 21:39:58.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7277 | 2024-12-19T21:40:00.608Z | [ recovery-image] Dec 19 21:39:58.260 INFO O| Dec 19 21:39:58.259 INFO STEP 961 (remove_files) COMPLETE |
7278 | 2024-12-19T21:40:00.612Z | [ recovery-image] Dec 19 21:39:58.260 INFO O| Dec 19 21:39:58.260 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7279 | 2024-12-19T21:40:00.645Z | [ recovery-image] Dec 19 21:39:58.296 INFO O| Dec 19 21:39:58.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7280 | 2024-12-19T21:40:00.648Z | [ recovery-image] Dec 19 21:39:58.296 INFO O| Dec 19 21:39:58.296 INFO STEP 962 (remove_files) COMPLETE |
7281 | 2024-12-19T21:40:00.648Z | [ recovery-image] Dec 19 21:39:58.296 INFO O| Dec 19 21:39:58.296 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7282 | 2024-12-19T21:40:00.668Z | [ recovery-image] Dec 19 21:39:58.318 INFO O| Dec 19 21:39:58.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7283 | 2024-12-19T21:40:00.668Z | [ recovery-image] Dec 19 21:39:58.318 INFO O| Dec 19 21:39:58.318 INFO STEP 963 (remove_files) COMPLETE |
7284 | 2024-12-19T21:40:00.669Z | [ recovery-image] Dec 19 21:39:58.318 INFO O| Dec 19 21:39:58.318 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7285 | 2024-12-19T21:40:00.706Z | [ recovery-image] Dec 19 21:39:58.355 INFO O| Dec 19 21:39:58.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7286 | 2024-12-19T21:40:00.707Z | [ recovery-image] Dec 19 21:39:58.355 INFO O| Dec 19 21:39:58.355 INFO STEP 964 (remove_files) COMPLETE |
7287 | 2024-12-19T21:40:00.707Z | [ recovery-image] Dec 19 21:39:58.355 INFO O| Dec 19 21:39:58.355 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7288 | 2024-12-19T21:40:00.734Z | [ recovery-image] Dec 19 21:39:58.376 INFO O| Dec 19 21:39:58.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7289 | 2024-12-19T21:40:00.734Z | [ recovery-image] Dec 19 21:39:58.376 INFO O| Dec 19 21:39:58.376 INFO STEP 965 (remove_files) COMPLETE |
7290 | 2024-12-19T21:40:00.741Z | [ recovery-image] Dec 19 21:39:58.376 INFO O| Dec 19 21:39:58.376 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7291 | 2024-12-19T21:40:00.746Z | [ recovery-image] Dec 19 21:39:58.397 INFO O| Dec 19 21:39:58.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7292 | 2024-12-19T21:40:00.746Z | [ recovery-image] Dec 19 21:39:58.397 INFO O| Dec 19 21:39:58.397 INFO STEP 966 (remove_files) COMPLETE |
7293 | 2024-12-19T21:40:00.751Z | [ recovery-image] Dec 19 21:39:58.398 INFO O| Dec 19 21:39:58.397 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7294 | 2024-12-19T21:40:00.773Z | [ recovery-image] Dec 19 21:39:58.424 INFO O| Dec 19 21:39:58.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7295 | 2024-12-19T21:40:00.773Z | [ recovery-image] Dec 19 21:39:58.424 INFO O| Dec 19 21:39:58.424 INFO STEP 967 (remove_files) COMPLETE |
7296 | 2024-12-19T21:40:00.773Z | [ recovery-image] Dec 19 21:39:58.424 INFO O| Dec 19 21:39:58.424 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7297 | 2024-12-19T21:40:00.797Z | [ recovery-image] Dec 19 21:39:58.447 INFO O| Dec 19 21:39:58.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7298 | 2024-12-19T21:40:00.798Z | [ recovery-image] Dec 19 21:39:58.447 INFO O| Dec 19 21:39:58.447 INFO STEP 968 (remove_files) COMPLETE |
7299 | 2024-12-19T21:40:00.801Z | [ recovery-image] Dec 19 21:39:58.447 INFO O| Dec 19 21:39:58.447 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7300 | 2024-12-19T21:40:00.830Z | [ recovery-image] Dec 19 21:39:58.469 INFO O| Dec 19 21:39:58.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7301 | 2024-12-19T21:40:00.830Z | [ recovery-image] Dec 19 21:39:58.469 INFO O| Dec 19 21:39:58.469 INFO STEP 969 (remove_files) COMPLETE |
7302 | 2024-12-19T21:40:00.830Z | [ recovery-image] Dec 19 21:39:58.469 INFO O| Dec 19 21:39:58.469 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7303 | 2024-12-19T21:40:00.839Z | [ recovery-image] Dec 19 21:39:58.489 INFO O| Dec 19 21:39:58.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7304 | 2024-12-19T21:40:00.840Z | [ recovery-image] Dec 19 21:39:58.489 INFO O| Dec 19 21:39:58.489 INFO STEP 970 (remove_files) COMPLETE |
7305 | 2024-12-19T21:40:00.840Z | [ recovery-image] Dec 19 21:39:58.489 INFO O| Dec 19 21:39:58.489 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2024-12-19T21:40:00.859Z | [ recovery-image] Dec 19 21:39:58.510 INFO O| Dec 19 21:39:58.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7307 | 2024-12-19T21:40:00.859Z | [ recovery-image] Dec 19 21:39:58.510 INFO O| Dec 19 21:39:58.510 INFO STEP 971 (remove_files) COMPLETE |
7308 | 2024-12-19T21:40:00.860Z | [ recovery-image] Dec 19 21:39:58.510 INFO O| Dec 19 21:39:58.510 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7309 | 2024-12-19T21:40:00.879Z | [ recovery-image] Dec 19 21:39:58.530 INFO O| Dec 19 21:39:58.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7310 | 2024-12-19T21:40:00.882Z | [ recovery-image] Dec 19 21:39:58.530 INFO O| Dec 19 21:39:58.530 INFO STEP 972 (remove_files) COMPLETE |
7311 | 2024-12-19T21:40:00.883Z | [ recovery-image] Dec 19 21:39:58.530 INFO O| Dec 19 21:39:58.530 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2024-12-19T21:40:00.915Z | [ recovery-image] Dec 19 21:39:58.566 INFO O| Dec 19 21:39:58.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7313 | 2024-12-19T21:40:00.916Z | [ recovery-image] Dec 19 21:39:58.567 INFO O| Dec 19 21:39:58.567 INFO STEP 973 (remove_files) COMPLETE |
7314 | 2024-12-19T21:40:00.916Z | [ recovery-image] Dec 19 21:39:58.567 INFO O| Dec 19 21:39:58.567 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2024-12-19T21:40:00.952Z | [ recovery-image] Dec 19 21:39:58.603 INFO O| Dec 19 21:39:58.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7316 | 2024-12-19T21:40:00.953Z | [ recovery-image] Dec 19 21:39:58.603 INFO O| Dec 19 21:39:58.603 INFO STEP 974 (remove_files) COMPLETE |
7317 | 2024-12-19T21:40:00.953Z | [ recovery-image] Dec 19 21:39:58.603 INFO O| Dec 19 21:39:58.603 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2024-12-19T21:40:00.973Z | [ recovery-image] Dec 19 21:39:58.624 INFO O| Dec 19 21:39:58.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7319 | 2024-12-19T21:40:00.973Z | [ recovery-image] Dec 19 21:39:58.624 INFO O| Dec 19 21:39:58.624 INFO STEP 975 (remove_files) COMPLETE |
7320 | 2024-12-19T21:40:00.973Z | [ recovery-image] Dec 19 21:39:58.624 INFO O| Dec 19 21:39:58.624 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2024-12-19T21:40:01.014Z | [ recovery-image] Dec 19 21:39:58.662 INFO O| Dec 19 21:39:58.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7322 | 2024-12-19T21:40:01.014Z | [ recovery-image] Dec 19 21:39:58.662 INFO O| Dec 19 21:39:58.662 INFO STEP 976 (remove_files) COMPLETE |
7323 | 2024-12-19T21:40:01.019Z | [ recovery-image] Dec 19 21:39:58.662 INFO O| Dec 19 21:39:58.662 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7324 | 2024-12-19T21:40:01.065Z | [ recovery-image] Dec 19 21:39:58.714 INFO O| Dec 19 21:39:58.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7325 | 2024-12-19T21:40:01.065Z | [ recovery-image] Dec 19 21:39:58.715 INFO O| Dec 19 21:39:58.715 INFO STEP 977 (remove_files) COMPLETE |
7326 | 2024-12-19T21:40:01.065Z | [ recovery-image] Dec 19 21:39:58.715 INFO O| Dec 19 21:39:58.715 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7327 | 2024-12-19T21:40:01.086Z | [ recovery-image] Dec 19 21:39:58.737 INFO O| Dec 19 21:39:58.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7328 | 2024-12-19T21:40:01.086Z | [ recovery-image] Dec 19 21:39:58.737 INFO O| Dec 19 21:39:58.737 INFO STEP 978 (remove_files) COMPLETE |
7329 | 2024-12-19T21:40:01.089Z | [ recovery-image] Dec 19 21:39:58.737 INFO O| Dec 19 21:39:58.737 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7330 | 2024-12-19T21:40:01.120Z | [ recovery-image] Dec 19 21:39:58.770 INFO O| Dec 19 21:39:58.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7331 | 2024-12-19T21:40:01.121Z | [ recovery-image] Dec 19 21:39:58.770 INFO O| Dec 19 21:39:58.770 INFO STEP 979 (remove_files) COMPLETE |
7332 | 2024-12-19T21:40:01.124Z | [ recovery-image] Dec 19 21:39:58.771 INFO O| Dec 19 21:39:58.770 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2024-12-19T21:40:01.172Z | [ recovery-image] Dec 19 21:39:58.823 INFO O| Dec 19 21:39:58.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7334 | 2024-12-19T21:40:01.173Z | [ recovery-image] Dec 19 21:39:58.823 INFO O| Dec 19 21:39:58.823 INFO STEP 980 (remove_files) COMPLETE |
7335 | 2024-12-19T21:40:01.178Z | [ recovery-image] Dec 19 21:39:58.823 INFO O| Dec 19 21:39:58.823 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7336 | 2024-12-19T21:40:01.201Z | [ recovery-image] Dec 19 21:39:58.851 INFO O| Dec 19 21:39:58.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7337 | 2024-12-19T21:40:01.201Z | [ recovery-image] Dec 19 21:39:58.851 INFO O| Dec 19 21:39:58.851 INFO STEP 981 (remove_files) COMPLETE |
7338 | 2024-12-19T21:40:01.201Z | [ recovery-image] Dec 19 21:39:58.851 INFO O| Dec 19 21:39:58.851 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7339 | 2024-12-19T21:40:01.225Z | [ recovery-image] Dec 19 21:39:58.874 INFO O| Dec 19 21:39:58.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7340 | 2024-12-19T21:40:01.225Z | [ recovery-image] Dec 19 21:39:58.874 INFO O| Dec 19 21:39:58.874 INFO STEP 982 (remove_files) COMPLETE |
7341 | 2024-12-19T21:40:01.225Z | [ recovery-image] Dec 19 21:39:58.874 INFO O| Dec 19 21:39:58.874 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7342 | 2024-12-19T21:40:01.246Z | [ recovery-image] Dec 19 21:39:58.896 INFO O| Dec 19 21:39:58.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7343 | 2024-12-19T21:40:01.246Z | [ recovery-image] Dec 19 21:39:58.896 INFO O| Dec 19 21:39:58.896 INFO STEP 983 (remove_files) COMPLETE |
7344 | 2024-12-19T21:40:01.247Z | [ recovery-image] Dec 19 21:39:58.896 INFO O| Dec 19 21:39:58.896 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7345 | 2024-12-19T21:40:01.274Z | [ recovery-image] Dec 19 21:39:58.924 INFO O| Dec 19 21:39:58.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7346 | 2024-12-19T21:40:01.274Z | [ recovery-image] Dec 19 21:39:58.924 INFO O| Dec 19 21:39:58.924 INFO STEP 984 (remove_files) COMPLETE |
7347 | 2024-12-19T21:40:01.277Z | [ recovery-image] Dec 19 21:39:58.924 INFO O| Dec 19 21:39:58.924 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7348 | 2024-12-19T21:40:01.327Z | [ recovery-image] Dec 19 21:39:58.977 INFO O| Dec 19 21:39:58.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7349 | 2024-12-19T21:40:01.327Z | [ recovery-image] Dec 19 21:39:58.977 INFO O| Dec 19 21:39:58.977 INFO STEP 985 (remove_files) COMPLETE |
7350 | 2024-12-19T21:40:01.330Z | [ recovery-image] Dec 19 21:39:58.977 INFO O| Dec 19 21:39:58.977 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7351 | 2024-12-19T21:40:01.386Z | [ recovery-image] Dec 19 21:39:59.036 INFO O| Dec 19 21:39:59.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7352 | 2024-12-19T21:40:01.389Z | [ recovery-image] Dec 19 21:39:59.037 INFO O| Dec 19 21:39:59.037 INFO STEP 986 (remove_files) COMPLETE |
7353 | 2024-12-19T21:40:01.389Z | [ recovery-image] Dec 19 21:39:59.037 INFO O| Dec 19 21:39:59.037 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7354 | 2024-12-19T21:40:01.408Z | [ recovery-image] Dec 19 21:39:59.059 INFO O| Dec 19 21:39:59.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7355 | 2024-12-19T21:40:01.412Z | [ recovery-image] Dec 19 21:39:59.059 INFO O| Dec 19 21:39:59.059 INFO STEP 987 (remove_files) COMPLETE |
7356 | 2024-12-19T21:40:01.412Z | [ recovery-image] Dec 19 21:39:59.059 INFO O| Dec 19 21:39:59.059 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7357 | 2024-12-19T21:40:01.432Z | [ recovery-image] Dec 19 21:39:59.083 INFO O| Dec 19 21:39:59.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7358 | 2024-12-19T21:40:01.437Z | [ recovery-image] Dec 19 21:39:59.083 INFO O| Dec 19 21:39:59.083 INFO STEP 988 (remove_files) COMPLETE |
7359 | 2024-12-19T21:40:01.437Z | [ recovery-image] Dec 19 21:39:59.083 INFO O| Dec 19 21:39:59.083 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7360 | 2024-12-19T21:40:01.458Z | [ recovery-image] Dec 19 21:39:59.107 INFO O| Dec 19 21:39:59.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7361 | 2024-12-19T21:40:01.461Z | [ recovery-image] Dec 19 21:39:59.108 INFO O| Dec 19 21:39:59.108 INFO STEP 989 (remove_files) COMPLETE |
7362 | 2024-12-19T21:40:01.461Z | [ recovery-image] Dec 19 21:39:59.108 INFO O| Dec 19 21:39:59.108 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7363 | 2024-12-19T21:40:01.506Z | [ recovery-image] Dec 19 21:39:59.156 INFO O| Dec 19 21:39:59.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7364 | 2024-12-19T21:40:01.506Z | [ recovery-image] Dec 19 21:39:59.157 INFO O| Dec 19 21:39:59.156 INFO STEP 990 (remove_files) COMPLETE |
7365 | 2024-12-19T21:40:01.506Z | [ recovery-image] Dec 19 21:39:59.157 INFO O| Dec 19 21:39:59.156 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7366 | 2024-12-19T21:40:01.532Z | [ recovery-image] Dec 19 21:39:59.178 INFO O| Dec 19 21:39:59.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7367 | 2024-12-19T21:40:01.532Z | [ recovery-image] Dec 19 21:39:59.178 INFO O| Dec 19 21:39:59.178 INFO STEP 991 (remove_files) COMPLETE |
7368 | 2024-12-19T21:40:01.535Z | [ recovery-image] Dec 19 21:39:59.178 INFO O| Dec 19 21:39:59.178 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7369 | 2024-12-19T21:40:01.548Z | [ recovery-image] Dec 19 21:39:59.197 INFO O| Dec 19 21:39:59.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7370 | 2024-12-19T21:40:01.548Z | [ recovery-image] Dec 19 21:39:59.197 INFO O| Dec 19 21:39:59.197 INFO STEP 992 (remove_files) COMPLETE |
7371 | 2024-12-19T21:40:01.555Z | [ recovery-image] Dec 19 21:39:59.197 INFO O| Dec 19 21:39:59.197 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7372 | 2024-12-19T21:40:01.575Z | [ recovery-image] Dec 19 21:39:59.226 INFO O| Dec 19 21:39:59.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7373 | 2024-12-19T21:40:01.575Z | [ recovery-image] Dec 19 21:39:59.226 INFO O| Dec 19 21:39:59.226 INFO STEP 993 (remove_files) COMPLETE |
7374 | 2024-12-19T21:40:01.578Z | [ recovery-image] Dec 19 21:39:59.226 INFO O| Dec 19 21:39:59.226 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7375 | 2024-12-19T21:40:01.622Z | [ recovery-image] Dec 19 21:39:59.273 INFO O| Dec 19 21:39:59.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7376 | 2024-12-19T21:40:01.622Z | [ recovery-image] Dec 19 21:39:59.273 INFO O| Dec 19 21:39:59.273 INFO STEP 994 (remove_files) COMPLETE |
7377 | 2024-12-19T21:40:01.622Z | [ recovery-image] Dec 19 21:39:59.273 INFO O| Dec 19 21:39:59.273 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7378 | 2024-12-19T21:40:01.700Z | [ recovery-image] Dec 19 21:39:59.351 INFO O| Dec 19 21:39:59.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7379 | 2024-12-19T21:40:01.700Z | [ recovery-image] Dec 19 21:39:59.351 INFO O| Dec 19 21:39:59.351 INFO STEP 995 (remove_files) COMPLETE |
7380 | 2024-12-19T21:40:01.700Z | [ recovery-image] Dec 19 21:39:59.351 INFO O| Dec 19 21:39:59.351 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7381 | 2024-12-19T21:40:01.721Z | [ recovery-image] Dec 19 21:39:59.371 INFO O| Dec 19 21:39:59.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7382 | 2024-12-19T21:40:01.721Z | [ recovery-image] Dec 19 21:39:59.371 INFO O| Dec 19 21:39:59.371 INFO STEP 996 (remove_files) COMPLETE |
7383 | 2024-12-19T21:40:01.723Z | [ recovery-image] Dec 19 21:39:59.371 INFO O| Dec 19 21:39:59.371 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7384 | 2024-12-19T21:40:01.740Z | [ recovery-image] Dec 19 21:39:59.391 INFO O| Dec 19 21:39:59.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7385 | 2024-12-19T21:40:01.740Z | [ recovery-image] Dec 19 21:39:59.391 INFO O| Dec 19 21:39:59.391 INFO STEP 997 (remove_files) COMPLETE |
7386 | 2024-12-19T21:40:01.753Z | [ recovery-image] Dec 19 21:39:59.391 INFO O| Dec 19 21:39:59.391 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7387 | 2024-12-19T21:40:01.761Z | [ recovery-image] Dec 19 21:39:59.411 INFO O| Dec 19 21:39:59.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7388 | 2024-12-19T21:40:01.761Z | [ recovery-image] Dec 19 21:39:59.411 INFO O| Dec 19 21:39:59.411 INFO STEP 998 (remove_files) COMPLETE |
7389 | 2024-12-19T21:40:01.761Z | [ recovery-image] Dec 19 21:39:59.411 INFO O| Dec 19 21:39:59.411 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7390 | 2024-12-19T21:40:01.779Z | [ recovery-image] Dec 19 21:39:59.430 INFO O| Dec 19 21:39:59.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7391 | 2024-12-19T21:40:01.779Z | [ recovery-image] Dec 19 21:39:59.430 INFO O| Dec 19 21:39:59.430 INFO STEP 999 (remove_files) COMPLETE |
7392 | 2024-12-19T21:40:01.779Z | [ recovery-image] Dec 19 21:39:59.430 INFO O| Dec 19 21:39:59.430 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7393 | 2024-12-19T21:40:01.810Z | [ recovery-image] Dec 19 21:39:59.461 INFO O| Dec 19 21:39:59.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7394 | 2024-12-19T21:40:01.811Z | [ recovery-image] Dec 19 21:39:59.461 INFO O| Dec 19 21:39:59.461 INFO STEP 1000 (remove_files) COMPLETE |
7395 | 2024-12-19T21:40:01.811Z | [ recovery-image] Dec 19 21:39:59.461 INFO O| Dec 19 21:39:59.461 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7396 | 2024-12-19T21:40:01.857Z | [ recovery-image] Dec 19 21:39:59.507 INFO O| Dec 19 21:39:59.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7397 | 2024-12-19T21:40:01.857Z | [ recovery-image] Dec 19 21:39:59.507 INFO O| Dec 19 21:39:59.507 INFO STEP 1001 (remove_files) COMPLETE |
7398 | 2024-12-19T21:40:01.857Z | [ recovery-image] Dec 19 21:39:59.507 INFO O| Dec 19 21:39:59.507 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7399 | 2024-12-19T21:40:01.877Z | [ recovery-image] Dec 19 21:39:59.528 INFO O| Dec 19 21:39:59.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7400 | 2024-12-19T21:40:01.878Z | [ recovery-image] Dec 19 21:39:59.528 INFO O| Dec 19 21:39:59.528 INFO STEP 1002 (remove_files) COMPLETE |
7401 | 2024-12-19T21:40:01.881Z | [ recovery-image] Dec 19 21:39:59.528 INFO O| Dec 19 21:39:59.528 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7402 | 2024-12-19T21:40:01.922Z | [ recovery-image] Dec 19 21:39:59.572 INFO O| Dec 19 21:39:59.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7403 | 2024-12-19T21:40:01.922Z | [ recovery-image] Dec 19 21:39:59.572 INFO O| Dec 19 21:39:59.572 INFO STEP 1003 (remove_files) COMPLETE |
7404 | 2024-12-19T21:40:01.922Z | [ recovery-image] Dec 19 21:39:59.572 INFO O| Dec 19 21:39:59.572 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7405 | 2024-12-19T21:40:01.961Z | [ recovery-image] Dec 19 21:39:59.611 INFO O| Dec 19 21:39:59.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7406 | 2024-12-19T21:40:01.961Z | [ recovery-image] Dec 19 21:39:59.611 INFO O| Dec 19 21:39:59.611 INFO STEP 1004 (remove_files) COMPLETE |
7407 | 2024-12-19T21:40:01.961Z | [ recovery-image] Dec 19 21:39:59.611 INFO O| Dec 19 21:39:59.611 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7408 | 2024-12-19T21:40:02.003Z | [ recovery-image] Dec 19 21:39:59.653 INFO O| Dec 19 21:39:59.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7409 | 2024-12-19T21:40:02.004Z | [ recovery-image] Dec 19 21:39:59.653 INFO O| Dec 19 21:39:59.653 INFO STEP 1005 (remove_files) COMPLETE |
7410 | 2024-12-19T21:40:02.004Z | [ recovery-image] Dec 19 21:39:59.653 INFO O| Dec 19 21:39:59.653 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7411 | 2024-12-19T21:40:02.021Z | [ recovery-image] Dec 19 21:39:59.671 INFO O| Dec 19 21:39:59.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7412 | 2024-12-19T21:40:02.021Z | [ recovery-image] Dec 19 21:39:59.672 INFO O| Dec 19 21:39:59.671 INFO STEP 1006 (remove_files) COMPLETE |
7413 | 2024-12-19T21:40:02.021Z | [ recovery-image] Dec 19 21:39:59.672 INFO O| Dec 19 21:39:59.672 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7414 | 2024-12-19T21:40:02.040Z | [ recovery-image] Dec 19 21:39:59.691 INFO O| Dec 19 21:39:59.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7415 | 2024-12-19T21:40:02.040Z | [ recovery-image] Dec 19 21:39:59.691 INFO O| Dec 19 21:39:59.691 INFO STEP 1007 (remove_files) COMPLETE |
7416 | 2024-12-19T21:40:02.040Z | [ recovery-image] Dec 19 21:39:59.691 INFO O| Dec 19 21:39:59.691 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7417 | 2024-12-19T21:40:02.069Z | [ recovery-image] Dec 19 21:39:59.719 INFO O| Dec 19 21:39:59.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7418 | 2024-12-19T21:40:02.072Z | [ recovery-image] Dec 19 21:39:59.720 INFO O| Dec 19 21:39:59.719 INFO STEP 1008 (remove_files) COMPLETE |
7419 | 2024-12-19T21:40:02.072Z | [ recovery-image] Dec 19 21:39:59.720 INFO O| Dec 19 21:39:59.720 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7420 | 2024-12-19T21:40:02.102Z | [ recovery-image] Dec 19 21:39:59.753 INFO O| Dec 19 21:39:59.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7421 | 2024-12-19T21:40:02.113Z | [ recovery-image] Dec 19 21:39:59.753 INFO O| Dec 19 21:39:59.753 INFO STEP 1009 (remove_files) COMPLETE |
7422 | 2024-12-19T21:40:02.113Z | [ recovery-image] Dec 19 21:39:59.753 INFO O| Dec 19 21:39:59.753 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7423 | 2024-12-19T21:40:02.126Z | [ recovery-image] Dec 19 21:39:59.776 INFO O| Dec 19 21:39:59.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7424 | 2024-12-19T21:40:02.126Z | [ recovery-image] Dec 19 21:39:59.776 INFO O| Dec 19 21:39:59.776 INFO STEP 1010 (remove_files) COMPLETE |
7425 | 2024-12-19T21:40:02.128Z | [ recovery-image] Dec 19 21:39:59.777 INFO O| Dec 19 21:39:59.776 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7426 | 2024-12-19T21:40:02.176Z | [ recovery-image] Dec 19 21:39:59.826 INFO O| Dec 19 21:39:59.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7427 | 2024-12-19T21:40:02.186Z | [ recovery-image] Dec 19 21:39:59.826 INFO O| Dec 19 21:39:59.826 INFO STEP 1011 (remove_files) COMPLETE |
7428 | 2024-12-19T21:40:02.186Z | [ recovery-image] Dec 19 21:39:59.826 INFO O| Dec 19 21:39:59.826 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7429 | 2024-12-19T21:40:02.199Z | [ recovery-image] Dec 19 21:39:59.849 INFO O| Dec 19 21:39:59.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7430 | 2024-12-19T21:40:02.201Z | [ recovery-image] Dec 19 21:39:59.849 INFO O| Dec 19 21:39:59.849 INFO STEP 1012 (remove_files) COMPLETE |
7431 | 2024-12-19T21:40:02.202Z | [ recovery-image] Dec 19 21:39:59.849 INFO O| Dec 19 21:39:59.849 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7432 | 2024-12-19T21:40:02.221Z | [ recovery-image] Dec 19 21:39:59.871 INFO O| Dec 19 21:39:59.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7433 | 2024-12-19T21:40:02.225Z | [ recovery-image] Dec 19 21:39:59.872 INFO O| Dec 19 21:39:59.872 INFO STEP 1013 (remove_files) COMPLETE |
7434 | 2024-12-19T21:40:02.225Z | [ recovery-image] Dec 19 21:39:59.872 INFO O| Dec 19 21:39:59.872 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7435 | 2024-12-19T21:40:02.243Z | [ recovery-image] Dec 19 21:39:59.894 INFO O| Dec 19 21:39:59.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7436 | 2024-12-19T21:40:02.248Z | [ recovery-image] Dec 19 21:39:59.894 INFO O| Dec 19 21:39:59.894 INFO STEP 1014 (remove_files) COMPLETE |
7437 | 2024-12-19T21:40:02.248Z | [ recovery-image] Dec 19 21:39:59.894 INFO O| Dec 19 21:39:59.894 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7438 | 2024-12-19T21:40:02.264Z | [ recovery-image] Dec 19 21:39:59.914 INFO O| Dec 19 21:39:59.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7439 | 2024-12-19T21:40:02.264Z | [ recovery-image] Dec 19 21:39:59.915 INFO O| Dec 19 21:39:59.915 INFO STEP 1015 (remove_files) COMPLETE |
7440 | 2024-12-19T21:40:02.269Z | [ recovery-image] Dec 19 21:39:59.915 INFO O| Dec 19 21:39:59.915 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7441 | 2024-12-19T21:40:02.300Z | [ recovery-image] Dec 19 21:39:59.946 INFO O| Dec 19 21:39:59.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7442 | 2024-12-19T21:40:02.300Z | [ recovery-image] Dec 19 21:39:59.946 INFO O| Dec 19 21:39:59.946 INFO STEP 1016 (remove_files) COMPLETE |
7443 | 2024-12-19T21:40:02.300Z | [ recovery-image] Dec 19 21:39:59.946 INFO O| Dec 19 21:39:59.946 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7444 | 2024-12-19T21:40:02.317Z | [ recovery-image] Dec 19 21:39:59.967 INFO O| Dec 19 21:39:59.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7445 | 2024-12-19T21:40:02.321Z | [ recovery-image] Dec 19 21:39:59.967 INFO O| Dec 19 21:39:59.967 INFO STEP 1017 (remove_files) COMPLETE |
7446 | 2024-12-19T21:40:02.321Z | [ recovery-image] Dec 19 21:39:59.967 INFO O| Dec 19 21:39:59.967 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7447 | 2024-12-19T21:40:02.339Z | [ recovery-image] Dec 19 21:39:59.990 INFO O| Dec 19 21:39:59.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7448 | 2024-12-19T21:40:02.343Z | [ recovery-image] Dec 19 21:39:59.990 INFO O| Dec 19 21:39:59.990 INFO STEP 1018 (remove_files) COMPLETE |
7449 | 2024-12-19T21:40:02.343Z | [ recovery-image] Dec 19 21:39:59.990 INFO O| Dec 19 21:39:59.990 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7450 | 2024-12-19T21:40:02.363Z | [ recovery-image] Dec 19 21:40:00.013 INFO O| Dec 19 21:40:00.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7451 | 2024-12-19T21:40:02.374Z | [ recovery-image] Dec 19 21:40:00.013 INFO O| Dec 19 21:40:00.013 INFO STEP 1019 (remove_files) COMPLETE |
7452 | 2024-12-19T21:40:02.375Z | [ recovery-image] Dec 19 21:40:00.013 INFO O| Dec 19 21:40:00.013 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7453 | 2024-12-19T21:40:02.385Z | [ recovery-image] Dec 19 21:40:00.035 INFO O| Dec 19 21:40:00.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7454 | 2024-12-19T21:40:02.388Z | [ recovery-image] Dec 19 21:40:00.035 INFO O| Dec 19 21:40:00.035 INFO STEP 1020 (remove_files) COMPLETE |
7455 | 2024-12-19T21:40:02.388Z | [ recovery-image] Dec 19 21:40:00.036 INFO O| Dec 19 21:40:00.035 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7456 | 2024-12-19T21:40:02.408Z | [ recovery-image] Dec 19 21:40:00.058 INFO O| Dec 19 21:40:00.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7457 | 2024-12-19T21:40:02.418Z | [ recovery-image] Dec 19 21:40:00.058 INFO O| Dec 19 21:40:00.058 INFO STEP 1021 (remove_files) COMPLETE |
7458 | 2024-12-19T21:40:02.418Z | [ recovery-image] Dec 19 21:40:00.058 INFO O| Dec 19 21:40:00.058 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7459 | 2024-12-19T21:40:02.441Z | [ recovery-image] Dec 19 21:40:00.091 INFO O| Dec 19 21:40:00.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7460 | 2024-12-19T21:40:02.445Z | [ recovery-image] Dec 19 21:40:00.091 INFO O| Dec 19 21:40:00.091 INFO STEP 1022 (remove_files) COMPLETE |
7461 | 2024-12-19T21:40:02.445Z | [ recovery-image] Dec 19 21:40:00.091 INFO O| Dec 19 21:40:00.091 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7462 | 2024-12-19T21:40:02.464Z | [ recovery-image] Dec 19 21:40:00.114 INFO O| Dec 19 21:40:00.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7463 | 2024-12-19T21:40:02.468Z | [ recovery-image] Dec 19 21:40:00.114 INFO O| Dec 19 21:40:00.114 INFO STEP 1023 (remove_files) COMPLETE |
7464 | 2024-12-19T21:40:02.468Z | [ recovery-image] Dec 19 21:40:00.114 INFO O| Dec 19 21:40:00.114 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7465 | 2024-12-19T21:40:02.487Z | [ recovery-image] Dec 19 21:40:00.137 INFO O| Dec 19 21:40:00.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7466 | 2024-12-19T21:40:02.487Z | [ recovery-image] Dec 19 21:40:00.138 INFO O| Dec 19 21:40:00.138 INFO STEP 1024 (remove_files) COMPLETE |
7467 | 2024-12-19T21:40:02.488Z | [ recovery-image] Dec 19 21:40:00.138 INFO O| Dec 19 21:40:00.138 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7468 | 2024-12-19T21:40:02.512Z | [ recovery-image] Dec 19 21:40:00.161 INFO O| Dec 19 21:40:00.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7469 | 2024-12-19T21:40:02.512Z | [ recovery-image] Dec 19 21:40:00.161 INFO O| Dec 19 21:40:00.161 INFO STEP 1025 (remove_files) COMPLETE |
7470 | 2024-12-19T21:40:02.512Z | [ recovery-image] Dec 19 21:40:00.161 INFO O| Dec 19 21:40:00.161 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7471 | 2024-12-19T21:40:02.537Z | [ recovery-image] Dec 19 21:40:00.188 INFO O| Dec 19 21:40:00.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7472 | 2024-12-19T21:40:02.537Z | [ recovery-image] Dec 19 21:40:00.188 INFO O| Dec 19 21:40:00.188 INFO STEP 1026 (remove_files) COMPLETE |
7473 | 2024-12-19T21:40:02.540Z | [ recovery-image] Dec 19 21:40:00.188 INFO O| Dec 19 21:40:00.188 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7474 | 2024-12-19T21:40:02.569Z | [ recovery-image] Dec 19 21:40:00.214 INFO O| Dec 19 21:40:00.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7475 | 2024-12-19T21:40:02.569Z | [ recovery-image] Dec 19 21:40:00.215 INFO O| Dec 19 21:40:00.214 INFO STEP 1027 (remove_files) COMPLETE |
7476 | 2024-12-19T21:40:02.576Z | [ recovery-image] Dec 19 21:40:00.215 INFO O| Dec 19 21:40:00.215 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7477 | 2024-12-19T21:40:02.588Z | [ recovery-image] Dec 19 21:40:00.239 INFO O| Dec 19 21:40:00.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7478 | 2024-12-19T21:40:02.592Z | [ recovery-image] Dec 19 21:40:00.239 INFO O| Dec 19 21:40:00.239 INFO STEP 1028 (remove_files) COMPLETE |
7479 | 2024-12-19T21:40:02.592Z | [ recovery-image] Dec 19 21:40:00.239 INFO O| Dec 19 21:40:00.239 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7480 | 2024-12-19T21:40:02.618Z | [ recovery-image] Dec 19 21:40:00.268 INFO O| Dec 19 21:40:00.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7481 | 2024-12-19T21:40:02.618Z | [ recovery-image] Dec 19 21:40:00.268 INFO O| Dec 19 21:40:00.268 INFO STEP 1029 (remove_files) COMPLETE |
7482 | 2024-12-19T21:40:02.618Z | [ recovery-image] Dec 19 21:40:00.268 INFO O| Dec 19 21:40:00.268 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7483 | 2024-12-19T21:40:02.669Z | [ recovery-image] Dec 19 21:40:00.318 INFO O| Dec 19 21:40:00.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7484 | 2024-12-19T21:40:02.669Z | [ recovery-image] Dec 19 21:40:00.318 INFO O| Dec 19 21:40:00.318 INFO STEP 1030 (remove_files) COMPLETE |
7485 | 2024-12-19T21:40:02.669Z | [ recovery-image] Dec 19 21:40:00.318 INFO O| Dec 19 21:40:00.318 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7486 | 2024-12-19T21:40:02.687Z | [ recovery-image] Dec 19 21:40:00.337 INFO O| Dec 19 21:40:00.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7487 | 2024-12-19T21:40:02.690Z | [ recovery-image] Dec 19 21:40:00.337 INFO O| Dec 19 21:40:00.337 INFO STEP 1031 (remove_files) COMPLETE |
7488 | 2024-12-19T21:40:02.690Z | [ recovery-image] Dec 19 21:40:00.337 INFO O| Dec 19 21:40:00.337 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7489 | 2024-12-19T21:40:02.706Z | [ recovery-image] Dec 19 21:40:00.356 INFO O| Dec 19 21:40:00.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7490 | 2024-12-19T21:40:02.707Z | [ recovery-image] Dec 19 21:40:00.356 INFO O| Dec 19 21:40:00.356 INFO STEP 1032 (remove_files) COMPLETE |
7491 | 2024-12-19T21:40:02.710Z | [ recovery-image] Dec 19 21:40:00.356 INFO O| Dec 19 21:40:00.356 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7492 | 2024-12-19T21:40:02.726Z | [ recovery-image] Dec 19 21:40:00.375 INFO O| Dec 19 21:40:00.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7493 | 2024-12-19T21:40:02.726Z | [ recovery-image] Dec 19 21:40:00.375 INFO O| Dec 19 21:40:00.375 INFO STEP 1033 (remove_files) COMPLETE |
7494 | 2024-12-19T21:40:02.726Z | [ recovery-image] Dec 19 21:40:00.375 INFO O| Dec 19 21:40:00.375 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7495 | 2024-12-19T21:40:02.743Z | [ recovery-image] Dec 19 21:40:00.393 INFO O| Dec 19 21:40:00.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7496 | 2024-12-19T21:40:02.743Z | [ recovery-image] Dec 19 21:40:00.393 INFO O| Dec 19 21:40:00.393 INFO STEP 1034 (remove_files) COMPLETE |
7497 | 2024-12-19T21:40:02.743Z | [ recovery-image] Dec 19 21:40:00.393 INFO O| Dec 19 21:40:00.393 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7498 | 2024-12-19T21:40:02.774Z | [ recovery-image] Dec 19 21:40:00.424 INFO O| Dec 19 21:40:00.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7499 | 2024-12-19T21:40:02.774Z | [ recovery-image] Dec 19 21:40:00.424 INFO O| Dec 19 21:40:00.424 INFO STEP 1035 (remove_files) COMPLETE |
7500 | 2024-12-19T21:40:02.774Z | [ recovery-image] Dec 19 21:40:00.424 INFO O| Dec 19 21:40:00.424 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7501 | 2024-12-19T21:40:02.794Z | [ recovery-image] Dec 19 21:40:00.443 INFO O| Dec 19 21:40:00.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7502 | 2024-12-19T21:40:02.794Z | [ recovery-image] Dec 19 21:40:00.443 INFO O| Dec 19 21:40:00.443 INFO STEP 1036 (remove_files) COMPLETE |
7503 | 2024-12-19T21:40:02.794Z | [ recovery-image] Dec 19 21:40:00.443 INFO O| Dec 19 21:40:00.443 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7504 | 2024-12-19T21:40:02.812Z | [ recovery-image] Dec 19 21:40:00.462 INFO O| Dec 19 21:40:00.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7505 | 2024-12-19T21:40:02.812Z | [ recovery-image] Dec 19 21:40:00.462 INFO O| Dec 19 21:40:00.462 INFO STEP 1037 (remove_files) COMPLETE |
7506 | 2024-12-19T21:40:02.812Z | [ recovery-image] Dec 19 21:40:00.462 INFO O| Dec 19 21:40:00.462 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7507 | 2024-12-19T21:40:02.834Z | [ recovery-image] Dec 19 21:40:00.482 INFO O| Dec 19 21:40:00.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7508 | 2024-12-19T21:40:02.835Z | [ recovery-image] Dec 19 21:40:00.482 INFO O| Dec 19 21:40:00.482 INFO STEP 1038 (remove_files) COMPLETE |
7509 | 2024-12-19T21:40:02.835Z | [ recovery-image] Dec 19 21:40:00.482 INFO O| Dec 19 21:40:00.482 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7510 | 2024-12-19T21:40:02.852Z | [ recovery-image] Dec 19 21:40:00.502 INFO O| Dec 19 21:40:00.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7511 | 2024-12-19T21:40:02.853Z | [ recovery-image] Dec 19 21:40:00.503 INFO O| Dec 19 21:40:00.503 INFO STEP 1039 (remove_files) COMPLETE |
7512 | 2024-12-19T21:40:02.853Z | [ recovery-image] Dec 19 21:40:00.503 INFO O| Dec 19 21:40:00.503 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7513 | 2024-12-19T21:40:02.872Z | [ recovery-image] Dec 19 21:40:00.522 INFO O| Dec 19 21:40:00.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7514 | 2024-12-19T21:40:02.872Z | [ recovery-image] Dec 19 21:40:00.522 INFO O| Dec 19 21:40:00.522 INFO STEP 1040 (remove_files) COMPLETE |
7515 | 2024-12-19T21:40:02.873Z | [ recovery-image] Dec 19 21:40:00.522 INFO O| Dec 19 21:40:00.522 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7516 | 2024-12-19T21:40:02.902Z | [ recovery-image] Dec 19 21:40:00.542 INFO O| Dec 19 21:40:00.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7517 | 2024-12-19T21:40:02.902Z | [ recovery-image] Dec 19 21:40:00.542 INFO O| Dec 19 21:40:00.542 INFO STEP 1041 (remove_files) COMPLETE |
7518 | 2024-12-19T21:40:02.902Z | [ recovery-image] Dec 19 21:40:00.542 INFO O| Dec 19 21:40:00.542 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7519 | 2024-12-19T21:40:02.917Z | [ recovery-image] Dec 19 21:40:00.567 INFO O| Dec 19 21:40:00.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7520 | 2024-12-19T21:40:02.917Z | [ recovery-image] Dec 19 21:40:00.567 INFO O| Dec 19 21:40:00.567 INFO STEP 1042 (remove_files) COMPLETE |
7521 | 2024-12-19T21:40:02.921Z | [ recovery-image] Dec 19 21:40:00.567 INFO O| Dec 19 21:40:00.567 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7522 | 2024-12-19T21:40:02.940Z | [ recovery-image] Dec 19 21:40:00.589 INFO O| Dec 19 21:40:00.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7523 | 2024-12-19T21:40:02.940Z | [ recovery-image] Dec 19 21:40:00.589 INFO O| Dec 19 21:40:00.589 INFO STEP 1043 (remove_files) COMPLETE |
7524 | 2024-12-19T21:40:02.940Z | [ recovery-image] Dec 19 21:40:00.589 INFO O| Dec 19 21:40:00.589 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7525 | 2024-12-19T21:40:02.972Z | [ recovery-image] Dec 19 21:40:00.622 INFO O| Dec 19 21:40:00.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7526 | 2024-12-19T21:40:02.972Z | [ recovery-image] Dec 19 21:40:00.622 INFO O| Dec 19 21:40:00.622 INFO STEP 1044 (remove_files) COMPLETE |
7527 | 2024-12-19T21:40:02.972Z | [ recovery-image] Dec 19 21:40:00.622 INFO O| Dec 19 21:40:00.622 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7528 | 2024-12-19T21:40:02.998Z | [ recovery-image] Dec 19 21:40:00.644 INFO O| Dec 19 21:40:00.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7529 | 2024-12-19T21:40:02.998Z | [ recovery-image] Dec 19 21:40:00.644 INFO O| Dec 19 21:40:00.644 INFO STEP 1045 (remove_files) COMPLETE |
7530 | 2024-12-19T21:40:02.998Z | [ recovery-image] Dec 19 21:40:00.644 INFO O| Dec 19 21:40:00.644 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7531 | 2024-12-19T21:40:03.018Z | [ recovery-image] Dec 19 21:40:00.666 INFO O| Dec 19 21:40:00.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7532 | 2024-12-19T21:40:03.018Z | [ recovery-image] Dec 19 21:40:00.666 INFO O| Dec 19 21:40:00.666 INFO STEP 1046 (remove_files) COMPLETE |
7533 | 2024-12-19T21:40:03.021Z | [ recovery-image] Dec 19 21:40:00.666 INFO O| Dec 19 21:40:00.666 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7534 | 2024-12-19T21:40:03.037Z | [ recovery-image] Dec 19 21:40:00.687 INFO O| Dec 19 21:40:00.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7535 | 2024-12-19T21:40:03.037Z | [ recovery-image] Dec 19 21:40:00.687 INFO O| Dec 19 21:40:00.687 INFO STEP 1047 (remove_files) COMPLETE |
7536 | 2024-12-19T21:40:03.040Z | [ recovery-image] Dec 19 21:40:00.687 INFO O| Dec 19 21:40:00.687 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7537 | 2024-12-19T21:40:03.062Z | [ recovery-image] Dec 19 21:40:00.711 INFO O| Dec 19 21:40:00.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7538 | 2024-12-19T21:40:03.062Z | [ recovery-image] Dec 19 21:40:00.711 INFO O| Dec 19 21:40:00.711 INFO STEP 1048 (remove_files) COMPLETE |
7539 | 2024-12-19T21:40:03.062Z | [ recovery-image] Dec 19 21:40:00.711 INFO O| Dec 19 21:40:00.711 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7540 | 2024-12-19T21:40:03.086Z | [ recovery-image] Dec 19 21:40:00.735 INFO O| Dec 19 21:40:00.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7541 | 2024-12-19T21:40:03.086Z | [ recovery-image] Dec 19 21:40:00.736 INFO O| Dec 19 21:40:00.735 INFO STEP 1049 (remove_files) COMPLETE |
7542 | 2024-12-19T21:40:03.091Z | [ recovery-image] Dec 19 21:40:00.736 INFO O| Dec 19 21:40:00.736 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7543 | 2024-12-19T21:40:03.143Z | [ recovery-image] Dec 19 21:40:00.789 INFO O| Dec 19 21:40:00.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7544 | 2024-12-19T21:40:03.147Z | [ recovery-image] Dec 19 21:40:00.790 INFO O| Dec 19 21:40:00.790 INFO STEP 1050 (remove_files) COMPLETE |
7545 | 2024-12-19T21:40:03.147Z | [ recovery-image] Dec 19 21:40:00.790 INFO O| Dec 19 21:40:00.790 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7546 | 2024-12-19T21:40:03.165Z | [ recovery-image] Dec 19 21:40:00.814 INFO O| Dec 19 21:40:00.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7547 | 2024-12-19T21:40:03.170Z | [ recovery-image] Dec 19 21:40:00.814 INFO O| Dec 19 21:40:00.814 INFO STEP 1051 (remove_files) COMPLETE |
7548 | 2024-12-19T21:40:03.170Z | [ recovery-image] Dec 19 21:40:00.815 INFO O| Dec 19 21:40:00.815 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7549 | 2024-12-19T21:40:03.188Z | [ recovery-image] Dec 19 21:40:00.838 INFO O| Dec 19 21:40:00.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7550 | 2024-12-19T21:40:03.192Z | [ recovery-image] Dec 19 21:40:00.839 INFO O| Dec 19 21:40:00.839 INFO STEP 1052 (remove_files) COMPLETE |
7551 | 2024-12-19T21:40:03.192Z | [ recovery-image] Dec 19 21:40:00.839 INFO O| Dec 19 21:40:00.839 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7552 | 2024-12-19T21:40:03.213Z | [ recovery-image] Dec 19 21:40:00.863 INFO O| Dec 19 21:40:00.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7553 | 2024-12-19T21:40:03.216Z | [ recovery-image] Dec 19 21:40:00.863 INFO O| Dec 19 21:40:00.863 INFO STEP 1053 (remove_files) COMPLETE |
7554 | 2024-12-19T21:40:03.216Z | [ recovery-image] Dec 19 21:40:00.863 INFO O| Dec 19 21:40:00.863 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7555 | 2024-12-19T21:40:03.238Z | [ recovery-image] Dec 19 21:40:00.887 INFO O| Dec 19 21:40:00.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7556 | 2024-12-19T21:40:03.241Z | [ recovery-image] Dec 19 21:40:00.887 INFO O| Dec 19 21:40:00.887 INFO STEP 1054 (remove_files) COMPLETE |
7557 | 2024-12-19T21:40:03.241Z | [ recovery-image] Dec 19 21:40:00.888 INFO O| Dec 19 21:40:00.888 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7558 | 2024-12-19T21:40:03.287Z | [ recovery-image] Dec 19 21:40:00.937 INFO O| Dec 19 21:40:00.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7559 | 2024-12-19T21:40:03.294Z | [ recovery-image] Dec 19 21:40:00.937 INFO O| Dec 19 21:40:00.937 INFO STEP 1055 (remove_files) COMPLETE |
7560 | 2024-12-19T21:40:03.294Z | [ recovery-image] Dec 19 21:40:00.937 INFO O| Dec 19 21:40:00.937 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7561 | 2024-12-19T21:40:03.310Z | [ recovery-image] Dec 19 21:40:00.958 INFO O| Dec 19 21:40:00.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7562 | 2024-12-19T21:40:03.310Z | [ recovery-image] Dec 19 21:40:00.958 INFO O| Dec 19 21:40:00.958 INFO STEP 1056 (remove_files) COMPLETE |
7563 | 2024-12-19T21:40:03.310Z | [ recovery-image] Dec 19 21:40:00.958 INFO O| Dec 19 21:40:00.958 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7564 | 2024-12-19T21:40:03.330Z | [ recovery-image] Dec 19 21:40:00.979 INFO O| Dec 19 21:40:00.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7565 | 2024-12-19T21:40:03.330Z | [ recovery-image] Dec 19 21:40:00.979 INFO O| Dec 19 21:40:00.979 INFO STEP 1057 (remove_files) COMPLETE |
7566 | 2024-12-19T21:40:03.330Z | [ recovery-image] Dec 19 21:40:00.979 INFO O| Dec 19 21:40:00.979 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7567 | 2024-12-19T21:40:03.365Z | [ recovery-image] Dec 19 21:40:01.015 INFO O| Dec 19 21:40:01.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7568 | 2024-12-19T21:40:03.374Z | [ recovery-image] Dec 19 21:40:01.023 INFO O| Dec 19 21:40:01.023 INFO STEP 1058 (remove_files) COMPLETE |
7569 | 2024-12-19T21:40:03.374Z | [ recovery-image] Dec 19 21:40:01.023 INFO O| Dec 19 21:40:01.023 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7570 | 2024-12-19T21:40:03.429Z | [ recovery-image] Dec 19 21:40:01.079 INFO O| Dec 19 21:40:01.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7571 | 2024-12-19T21:40:03.429Z | [ recovery-image] Dec 19 21:40:01.079 INFO O| Dec 19 21:40:01.079 INFO STEP 1059 (remove_files) COMPLETE |
7572 | 2024-12-19T21:40:03.434Z | [ recovery-image] Dec 19 21:40:01.079 INFO O| Dec 19 21:40:01.079 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7573 | 2024-12-19T21:40:03.462Z | [ recovery-image] Dec 19 21:40:01.112 INFO O| Dec 19 21:40:01.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7574 | 2024-12-19T21:40:03.466Z | [ recovery-image] Dec 19 21:40:01.112 INFO O| Dec 19 21:40:01.112 INFO STEP 1060 (remove_files) COMPLETE |
7575 | 2024-12-19T21:40:03.466Z | [ recovery-image] Dec 19 21:40:01.112 INFO O| Dec 19 21:40:01.112 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7576 | 2024-12-19T21:40:03.486Z | [ recovery-image] Dec 19 21:40:01.136 INFO O| Dec 19 21:40:01.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7577 | 2024-12-19T21:40:03.486Z | [ recovery-image] Dec 19 21:40:01.136 INFO O| Dec 19 21:40:01.136 INFO STEP 1061 (remove_files) COMPLETE |
7578 | 2024-12-19T21:40:03.486Z | [ recovery-image] Dec 19 21:40:01.136 INFO O| Dec 19 21:40:01.136 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7579 | 2024-12-19T21:40:03.510Z | [ recovery-image] Dec 19 21:40:01.160 INFO O| Dec 19 21:40:01.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7580 | 2024-12-19T21:40:03.510Z | [ recovery-image] Dec 19 21:40:01.160 INFO O| Dec 19 21:40:01.160 INFO STEP 1062 (remove_files) COMPLETE |
7581 | 2024-12-19T21:40:03.514Z | [ recovery-image] Dec 19 21:40:01.160 INFO O| Dec 19 21:40:01.160 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7582 | 2024-12-19T21:40:03.531Z | [ recovery-image] Dec 19 21:40:01.178 INFO O| Dec 19 21:40:01.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7583 | 2024-12-19T21:40:03.531Z | [ recovery-image] Dec 19 21:40:01.178 INFO O| Dec 19 21:40:01.178 INFO STEP 1063 (remove_files) COMPLETE |
7584 | 2024-12-19T21:40:03.531Z | [ recovery-image] Dec 19 21:40:01.178 INFO O| Dec 19 21:40:01.178 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7585 | 2024-12-19T21:40:03.560Z | [ recovery-image] Dec 19 21:40:01.206 INFO O| Dec 19 21:40:01.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7586 | 2024-12-19T21:40:03.560Z | [ recovery-image] Dec 19 21:40:01.206 INFO O| Dec 19 21:40:01.206 INFO STEP 1064 (remove_files) COMPLETE |
7587 | 2024-12-19T21:40:03.564Z | [ recovery-image] Dec 19 21:40:01.206 INFO O| Dec 19 21:40:01.206 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7588 | 2024-12-19T21:40:03.576Z | [ recovery-image] Dec 19 21:40:01.225 INFO O| Dec 19 21:40:01.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7589 | 2024-12-19T21:40:03.576Z | [ recovery-image] Dec 19 21:40:01.225 INFO O| Dec 19 21:40:01.225 INFO STEP 1065 (remove_files) COMPLETE |
7590 | 2024-12-19T21:40:03.576Z | [ recovery-image] Dec 19 21:40:01.225 INFO O| Dec 19 21:40:01.225 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7591 | 2024-12-19T21:40:03.607Z | [ recovery-image] Dec 19 21:40:01.257 INFO O| Dec 19 21:40:01.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7592 | 2024-12-19T21:40:03.611Z | [ recovery-image] Dec 19 21:40:01.258 INFO O| Dec 19 21:40:01.257 INFO STEP 1066 (remove_files) COMPLETE |
7593 | 2024-12-19T21:40:03.611Z | [ recovery-image] Dec 19 21:40:01.258 INFO O| Dec 19 21:40:01.258 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7594 | 2024-12-19T21:40:03.626Z | [ recovery-image] Dec 19 21:40:01.276 INFO O| Dec 19 21:40:01.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7595 | 2024-12-19T21:40:03.629Z | [ recovery-image] Dec 19 21:40:01.276 INFO O| Dec 19 21:40:01.276 INFO STEP 1067 (remove_files) COMPLETE |
7596 | 2024-12-19T21:40:03.629Z | [ recovery-image] Dec 19 21:40:01.276 INFO O| Dec 19 21:40:01.276 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7597 | 2024-12-19T21:40:03.648Z | [ recovery-image] Dec 19 21:40:01.294 INFO O| Dec 19 21:40:01.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7598 | 2024-12-19T21:40:03.652Z | [ recovery-image] Dec 19 21:40:01.295 INFO O| Dec 19 21:40:01.294 INFO STEP 1068 (remove_files) COMPLETE |
7599 | 2024-12-19T21:40:03.652Z | [ recovery-image] Dec 19 21:40:01.295 INFO O| Dec 19 21:40:01.295 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7600 | 2024-12-19T21:40:03.665Z | [ recovery-image] Dec 19 21:40:01.314 INFO O| Dec 19 21:40:01.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7601 | 2024-12-19T21:40:03.668Z | [ recovery-image] Dec 19 21:40:01.314 INFO O| Dec 19 21:40:01.314 INFO STEP 1069 (remove_files) COMPLETE |
7602 | 2024-12-19T21:40:03.668Z | [ recovery-image] Dec 19 21:40:01.314 INFO O| Dec 19 21:40:01.314 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7603 | 2024-12-19T21:40:03.682Z | [ recovery-image] Dec 19 21:40:01.332 INFO O| Dec 19 21:40:01.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7604 | 2024-12-19T21:40:03.685Z | [ recovery-image] Dec 19 21:40:01.332 INFO O| Dec 19 21:40:01.332 INFO STEP 1070 (remove_files) COMPLETE |
7605 | 2024-12-19T21:40:03.685Z | [ recovery-image] Dec 19 21:40:01.332 INFO O| Dec 19 21:40:01.332 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7606 | 2024-12-19T21:40:03.715Z | [ recovery-image] Dec 19 21:40:01.359 INFO O| Dec 19 21:40:01.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7607 | 2024-12-19T21:40:03.715Z | [ recovery-image] Dec 19 21:40:01.359 INFO O| Dec 19 21:40:01.359 INFO STEP 1071 (remove_files) COMPLETE |
7608 | 2024-12-19T21:40:03.715Z | [ recovery-image] Dec 19 21:40:01.359 INFO O| Dec 19 21:40:01.359 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7609 | 2024-12-19T21:40:03.736Z | [ recovery-image] Dec 19 21:40:01.385 INFO O| Dec 19 21:40:01.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7610 | 2024-12-19T21:40:03.736Z | [ recovery-image] Dec 19 21:40:01.385 INFO O| Dec 19 21:40:01.385 INFO STEP 1072 (remove_files) COMPLETE |
7611 | 2024-12-19T21:40:03.741Z | [ recovery-image] Dec 19 21:40:01.385 INFO O| Dec 19 21:40:01.385 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7612 | 2024-12-19T21:40:03.758Z | [ recovery-image] Dec 19 21:40:01.403 INFO O| Dec 19 21:40:01.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7613 | 2024-12-19T21:40:03.758Z | [ recovery-image] Dec 19 21:40:01.403 INFO O| Dec 19 21:40:01.403 INFO STEP 1073 (remove_files) COMPLETE |
7614 | 2024-12-19T21:40:03.758Z | [ recovery-image] Dec 19 21:40:01.403 INFO O| Dec 19 21:40:01.403 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7615 | 2024-12-19T21:40:03.774Z | [ recovery-image] Dec 19 21:40:01.419 INFO O| Dec 19 21:40:01.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7616 | 2024-12-19T21:40:03.774Z | [ recovery-image] Dec 19 21:40:01.420 INFO O| Dec 19 21:40:01.420 INFO STEP 1074 (remove_files) COMPLETE |
7617 | 2024-12-19T21:40:03.774Z | [ recovery-image] Dec 19 21:40:01.420 INFO O| Dec 19 21:40:01.420 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7618 | 2024-12-19T21:40:03.786Z | [ recovery-image] Dec 19 21:40:01.436 INFO O| Dec 19 21:40:01.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7619 | 2024-12-19T21:40:03.786Z | [ recovery-image] Dec 19 21:40:01.436 INFO O| Dec 19 21:40:01.436 INFO STEP 1075 (remove_files) COMPLETE |
7620 | 2024-12-19T21:40:03.794Z | [ recovery-image] Dec 19 21:40:01.436 INFO O| Dec 19 21:40:01.436 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7621 | 2024-12-19T21:40:03.821Z | [ recovery-image] Dec 19 21:40:01.467 INFO O| Dec 19 21:40:01.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7622 | 2024-12-19T21:40:03.826Z | [ recovery-image] Dec 19 21:40:01.467 INFO O| Dec 19 21:40:01.467 INFO STEP 1076 (remove_files) COMPLETE |
7623 | 2024-12-19T21:40:03.826Z | [ recovery-image] Dec 19 21:40:01.467 INFO O| Dec 19 21:40:01.467 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7624 | 2024-12-19T21:40:03.862Z | [ recovery-image] Dec 19 21:40:01.508 INFO O| Dec 19 21:40:01.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7625 | 2024-12-19T21:40:03.862Z | [ recovery-image] Dec 19 21:40:01.509 INFO O| Dec 19 21:40:01.509 INFO STEP 1077 (remove_files) COMPLETE |
7626 | 2024-12-19T21:40:03.862Z | [ recovery-image] Dec 19 21:40:01.509 INFO O| Dec 19 21:40:01.509 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7627 | 2024-12-19T21:40:03.903Z | [ recovery-image] Dec 19 21:40:01.551 INFO O| Dec 19 21:40:01.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7628 | 2024-12-19T21:40:03.913Z | [ recovery-image] Dec 19 21:40:01.551 INFO O| Dec 19 21:40:01.551 INFO STEP 1078 (remove_files) COMPLETE |
7629 | 2024-12-19T21:40:03.914Z | [ recovery-image] Dec 19 21:40:01.551 INFO O| Dec 19 21:40:01.551 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7630 | 2024-12-19T21:40:03.960Z | [ recovery-image] Dec 19 21:40:01.610 INFO O| Dec 19 21:40:01.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7631 | 2024-12-19T21:40:03.960Z | [ recovery-image] Dec 19 21:40:01.610 INFO O| Dec 19 21:40:01.610 INFO STEP 1079 (remove_files) COMPLETE |
7632 | 2024-12-19T21:40:03.966Z | [ recovery-image] Dec 19 21:40:01.610 INFO O| Dec 19 21:40:01.610 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7633 | 2024-12-19T21:40:03.983Z | [ recovery-image] Dec 19 21:40:01.632 INFO O| Dec 19 21:40:01.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7634 | 2024-12-19T21:40:03.988Z | [ recovery-image] Dec 19 21:40:01.632 INFO O| Dec 19 21:40:01.632 INFO STEP 1080 (remove_files) COMPLETE |
7635 | 2024-12-19T21:40:03.988Z | [ recovery-image] Dec 19 21:40:01.632 INFO O| Dec 19 21:40:01.632 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7636 | 2024-12-19T21:40:04.046Z | [ recovery-image] Dec 19 21:40:01.691 INFO O| Dec 19 21:40:01.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7637 | 2024-12-19T21:40:04.046Z | [ recovery-image] Dec 19 21:40:01.691 INFO O| Dec 19 21:40:01.691 INFO STEP 1081 (remove_files) COMPLETE |
7638 | 2024-12-19T21:40:04.051Z | [ recovery-image] Dec 19 21:40:01.691 INFO O| Dec 19 21:40:01.691 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7639 | 2024-12-19T21:40:04.087Z | [ recovery-image] Dec 19 21:40:01.732 INFO O| Dec 19 21:40:01.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7640 | 2024-12-19T21:40:04.087Z | [ recovery-image] Dec 19 21:40:01.732 INFO O| Dec 19 21:40:01.732 INFO STEP 1082 (remove_files) COMPLETE |
7641 | 2024-12-19T21:40:04.096Z | [ recovery-image] Dec 19 21:40:01.732 INFO O| Dec 19 21:40:01.732 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7642 | 2024-12-19T21:40:04.109Z | [ recovery-image] Dec 19 21:40:01.757 INFO O| Dec 19 21:40:01.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7643 | 2024-12-19T21:40:04.109Z | [ recovery-image] Dec 19 21:40:01.757 INFO O| Dec 19 21:40:01.757 INFO STEP 1083 (remove_files) COMPLETE |
7644 | 2024-12-19T21:40:04.109Z | [ recovery-image] Dec 19 21:40:01.757 INFO O| Dec 19 21:40:01.757 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7645 | 2024-12-19T21:40:04.181Z | [ recovery-image] Dec 19 21:40:01.829 INFO O| Dec 19 21:40:01.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7646 | 2024-12-19T21:40:04.181Z | [ recovery-image] Dec 19 21:40:01.829 INFO O| Dec 19 21:40:01.829 INFO STEP 1084 (remove_files) COMPLETE |
7647 | 2024-12-19T21:40:04.181Z | [ recovery-image] Dec 19 21:40:01.830 INFO O| Dec 19 21:40:01.829 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7648 | 2024-12-19T21:40:04.207Z | [ recovery-image] Dec 19 21:40:01.854 INFO O| Dec 19 21:40:01.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7649 | 2024-12-19T21:40:04.207Z | [ recovery-image] Dec 19 21:40:01.854 INFO O| Dec 19 21:40:01.854 INFO STEP 1085 (remove_files) COMPLETE |
7650 | 2024-12-19T21:40:04.207Z | [ recovery-image] Dec 19 21:40:01.854 INFO O| Dec 19 21:40:01.854 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7651 | 2024-12-19T21:40:04.229Z | [ recovery-image] Dec 19 21:40:01.875 INFO O| Dec 19 21:40:01.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7652 | 2024-12-19T21:40:04.229Z | [ recovery-image] Dec 19 21:40:01.875 INFO O| Dec 19 21:40:01.875 INFO STEP 1086 (remove_files) COMPLETE |
7653 | 2024-12-19T21:40:04.229Z | [ recovery-image] Dec 19 21:40:01.875 INFO O| Dec 19 21:40:01.875 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7654 | 2024-12-19T21:40:04.260Z | [ recovery-image] Dec 19 21:40:01.908 INFO O| Dec 19 21:40:01.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7655 | 2024-12-19T21:40:04.266Z | [ recovery-image] Dec 19 21:40:01.908 INFO O| Dec 19 21:40:01.908 INFO STEP 1087 (remove_files) COMPLETE |
7656 | 2024-12-19T21:40:04.266Z | [ recovery-image] Dec 19 21:40:01.909 INFO O| Dec 19 21:40:01.908 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7657 | 2024-12-19T21:40:04.283Z | [ recovery-image] Dec 19 21:40:01.929 INFO O| Dec 19 21:40:01.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7658 | 2024-12-19T21:40:04.294Z | [ recovery-image] Dec 19 21:40:01.929 INFO O| Dec 19 21:40:01.929 INFO STEP 1088 (remove_files) COMPLETE |
7659 | 2024-12-19T21:40:04.294Z | [ recovery-image] Dec 19 21:40:01.930 INFO O| Dec 19 21:40:01.930 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7660 | 2024-12-19T21:40:04.317Z | [ recovery-image] Dec 19 21:40:01.961 INFO O| Dec 19 21:40:01.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7661 | 2024-12-19T21:40:04.317Z | [ recovery-image] Dec 19 21:40:01.961 INFO O| Dec 19 21:40:01.961 INFO STEP 1089 (remove_files) COMPLETE |
7662 | 2024-12-19T21:40:04.321Z | [ recovery-image] Dec 19 21:40:01.961 INFO O| Dec 19 21:40:01.961 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7663 | 2024-12-19T21:40:04.335Z | [ recovery-image] Dec 19 21:40:01.984 INFO O| Dec 19 21:40:01.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7664 | 2024-12-19T21:40:04.343Z | [ recovery-image] Dec 19 21:40:01.984 INFO O| Dec 19 21:40:01.984 INFO STEP 1090 (remove_files) COMPLETE |
7665 | 2024-12-19T21:40:04.343Z | [ recovery-image] Dec 19 21:40:01.984 INFO O| Dec 19 21:40:01.984 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7666 | 2024-12-19T21:40:04.361Z | [ recovery-image] Dec 19 21:40:02.007 INFO O| Dec 19 21:40:02.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7667 | 2024-12-19T21:40:04.361Z | [ recovery-image] Dec 19 21:40:02.007 INFO O| Dec 19 21:40:02.007 INFO STEP 1091 (remove_files) COMPLETE |
7668 | 2024-12-19T21:40:04.369Z | [ recovery-image] Dec 19 21:40:02.007 INFO O| Dec 19 21:40:02.007 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7669 | 2024-12-19T21:40:04.388Z | [ recovery-image] Dec 19 21:40:02.029 INFO O| Dec 19 21:40:02.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7670 | 2024-12-19T21:40:04.388Z | [ recovery-image] Dec 19 21:40:02.030 INFO O| Dec 19 21:40:02.030 INFO STEP 1092 (remove_files) COMPLETE |
7671 | 2024-12-19T21:40:04.388Z | [ recovery-image] Dec 19 21:40:02.030 INFO O| Dec 19 21:40:02.030 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7672 | 2024-12-19T21:40:04.424Z | [ recovery-image] Dec 19 21:40:02.071 INFO O| Dec 19 21:40:02.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7673 | 2024-12-19T21:40:04.424Z | [ recovery-image] Dec 19 21:40:02.071 INFO O| Dec 19 21:40:02.071 INFO STEP 1093 (remove_files) COMPLETE |
7674 | 2024-12-19T21:40:04.424Z | [ recovery-image] Dec 19 21:40:02.071 INFO O| Dec 19 21:40:02.071 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7675 | 2024-12-19T21:40:04.457Z | [ recovery-image] Dec 19 21:40:02.101 INFO O| Dec 19 21:40:02.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7676 | 2024-12-19T21:40:04.466Z | [ recovery-image] Dec 19 21:40:02.102 INFO O| Dec 19 21:40:02.101 INFO STEP 1094 (remove_files) COMPLETE |
7677 | 2024-12-19T21:40:04.466Z | [ recovery-image] Dec 19 21:40:02.102 INFO O| Dec 19 21:40:02.101 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7678 | 2024-12-19T21:40:04.478Z | [ recovery-image] Dec 19 21:40:02.123 INFO O| Dec 19 21:40:02.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7679 | 2024-12-19T21:40:04.483Z | [ recovery-image] Dec 19 21:40:02.123 INFO O| Dec 19 21:40:02.123 INFO STEP 1095 (remove_files) COMPLETE |
7680 | 2024-12-19T21:40:04.483Z | [ recovery-image] Dec 19 21:40:02.123 INFO O| Dec 19 21:40:02.123 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7681 | 2024-12-19T21:40:04.499Z | [ recovery-image] Dec 19 21:40:02.144 INFO O| Dec 19 21:40:02.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7682 | 2024-12-19T21:40:04.499Z | [ recovery-image] Dec 19 21:40:02.144 INFO O| Dec 19 21:40:02.144 INFO STEP 1096 (remove_files) COMPLETE |
7683 | 2024-12-19T21:40:04.499Z | [ recovery-image] Dec 19 21:40:02.144 INFO O| Dec 19 21:40:02.144 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7684 | 2024-12-19T21:40:04.524Z | [ recovery-image] Dec 19 21:40:02.169 INFO O| Dec 19 21:40:02.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7685 | 2024-12-19T21:40:04.524Z | [ recovery-image] Dec 19 21:40:02.169 INFO O| Dec 19 21:40:02.169 INFO STEP 1097 (remove_files) COMPLETE |
7686 | 2024-12-19T21:40:04.524Z | [ recovery-image] Dec 19 21:40:02.169 INFO O| Dec 19 21:40:02.169 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7687 | 2024-12-19T21:40:04.541Z | [ recovery-image] Dec 19 21:40:02.189 INFO O| Dec 19 21:40:02.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7688 | 2024-12-19T21:40:04.541Z | [ recovery-image] Dec 19 21:40:02.189 INFO O| Dec 19 21:40:02.189 INFO STEP 1098 (remove_files) COMPLETE |
7689 | 2024-12-19T21:40:04.541Z | [ recovery-image] Dec 19 21:40:02.189 INFO O| Dec 19 21:40:02.189 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7690 | 2024-12-19T21:40:04.586Z | [ recovery-image] Dec 19 21:40:02.225 INFO O| Dec 19 21:40:02.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7691 | 2024-12-19T21:40:04.586Z | [ recovery-image] Dec 19 21:40:02.225 INFO O| Dec 19 21:40:02.225 INFO STEP 1099 (remove_files) COMPLETE |
7692 | 2024-12-19T21:40:04.586Z | [ recovery-image] Dec 19 21:40:02.225 INFO O| Dec 19 21:40:02.225 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7693 | 2024-12-19T21:40:04.603Z | [ recovery-image] Dec 19 21:40:02.249 INFO O| Dec 19 21:40:02.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7694 | 2024-12-19T21:40:04.603Z | [ recovery-image] Dec 19 21:40:02.249 INFO O| Dec 19 21:40:02.249 INFO STEP 1100 (remove_files) COMPLETE |
7695 | 2024-12-19T21:40:04.603Z | [ recovery-image] Dec 19 21:40:02.249 INFO O| Dec 19 21:40:02.249 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7696 | 2024-12-19T21:40:04.635Z | [ recovery-image] Dec 19 21:40:02.284 INFO O| Dec 19 21:40:02.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7697 | 2024-12-19T21:40:04.635Z | [ recovery-image] Dec 19 21:40:02.284 INFO O| Dec 19 21:40:02.284 INFO STEP 1101 (remove_files) COMPLETE |
7698 | 2024-12-19T21:40:04.635Z | [ recovery-image] Dec 19 21:40:02.284 INFO O| Dec 19 21:40:02.284 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7699 | 2024-12-19T21:40:04.653Z | [ recovery-image] Dec 19 21:40:02.302 INFO O| Dec 19 21:40:02.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7700 | 2024-12-19T21:40:04.653Z | [ recovery-image] Dec 19 21:40:02.303 INFO O| Dec 19 21:40:02.303 INFO STEP 1102 (remove_files) COMPLETE |
7701 | 2024-12-19T21:40:04.653Z | [ recovery-image] Dec 19 21:40:02.303 INFO O| Dec 19 21:40:02.303 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7702 | 2024-12-19T21:40:04.679Z | [ recovery-image] Dec 19 21:40:02.321 INFO O| Dec 19 21:40:02.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7703 | 2024-12-19T21:40:04.684Z | [ recovery-image] Dec 19 21:40:02.321 INFO O| Dec 19 21:40:02.321 INFO STEP 1103 (remove_files) COMPLETE |
7704 | 2024-12-19T21:40:04.684Z | [ recovery-image] Dec 19 21:40:02.321 INFO O| Dec 19 21:40:02.321 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7705 | 2024-12-19T21:40:04.719Z | [ recovery-image] Dec 19 21:40:02.338 INFO O| Dec 19 21:40:02.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7706 | 2024-12-19T21:40:04.719Z | [ recovery-image] Dec 19 21:40:02.338 INFO O| Dec 19 21:40:02.338 INFO STEP 1104 (remove_files) COMPLETE |
7707 | 2024-12-19T21:40:04.729Z | [ recovery-image] Dec 19 21:40:02.338 INFO O| Dec 19 21:40:02.338 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7708 | 2024-12-19T21:40:04.729Z | [ recovery-image] Dec 19 21:40:02.355 INFO O| Dec 19 21:40:02.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7709 | 2024-12-19T21:40:04.729Z | [ recovery-image] Dec 19 21:40:02.355 INFO O| Dec 19 21:40:02.355 INFO STEP 1105 (remove_files) COMPLETE |
7710 | 2024-12-19T21:40:04.729Z | [ recovery-image] Dec 19 21:40:02.355 INFO O| Dec 19 21:40:02.355 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7711 | 2024-12-19T21:40:04.745Z | [ recovery-image] Dec 19 21:40:02.382 INFO O| Dec 19 21:40:02.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7712 | 2024-12-19T21:40:04.745Z | [ recovery-image] Dec 19 21:40:02.382 INFO O| Dec 19 21:40:02.382 INFO STEP 1106 (remove_files) COMPLETE |
7713 | 2024-12-19T21:40:04.752Z | [ recovery-image] Dec 19 21:40:02.382 INFO O| Dec 19 21:40:02.382 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7714 | 2024-12-19T21:40:04.757Z | [ recovery-image] Dec 19 21:40:02.401 INFO O| Dec 19 21:40:02.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7715 | 2024-12-19T21:40:04.757Z | [ recovery-image] Dec 19 21:40:02.401 INFO O| Dec 19 21:40:02.401 INFO STEP 1107 (remove_files) COMPLETE |
7716 | 2024-12-19T21:40:04.757Z | [ recovery-image] Dec 19 21:40:02.401 INFO O| Dec 19 21:40:02.401 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7717 | 2024-12-19T21:40:04.787Z | [ recovery-image] Dec 19 21:40:02.436 INFO O| Dec 19 21:40:02.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7718 | 2024-12-19T21:40:04.794Z | [ recovery-image] Dec 19 21:40:02.436 INFO O| Dec 19 21:40:02.436 INFO STEP 1108 (remove_files) COMPLETE |
7719 | 2024-12-19T21:40:04.794Z | [ recovery-image] Dec 19 21:40:02.436 INFO O| Dec 19 21:40:02.436 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7720 | 2024-12-19T21:40:04.816Z | [ recovery-image] Dec 19 21:40:02.457 INFO O| Dec 19 21:40:02.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7721 | 2024-12-19T21:40:04.816Z | [ recovery-image] Dec 19 21:40:02.457 INFO O| Dec 19 21:40:02.457 INFO STEP 1109 (remove_files) COMPLETE |
7722 | 2024-12-19T21:40:04.820Z | [ recovery-image] Dec 19 21:40:02.457 INFO O| Dec 19 21:40:02.457 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7723 | 2024-12-19T21:40:04.844Z | [ recovery-image] Dec 19 21:40:02.481 INFO O| Dec 19 21:40:02.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7724 | 2024-12-19T21:40:04.844Z | [ recovery-image] Dec 19 21:40:02.481 INFO O| Dec 19 21:40:02.481 INFO STEP 1110 (remove_files) COMPLETE |
7725 | 2024-12-19T21:40:04.847Z | [ recovery-image] Dec 19 21:40:02.481 INFO O| Dec 19 21:40:02.481 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7726 | 2024-12-19T21:40:04.852Z | [ recovery-image] Dec 19 21:40:02.501 INFO O| Dec 19 21:40:02.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7727 | 2024-12-19T21:40:04.852Z | [ recovery-image] Dec 19 21:40:02.501 INFO O| Dec 19 21:40:02.501 INFO STEP 1111 (remove_files) COMPLETE |
7728 | 2024-12-19T21:40:04.852Z | [ recovery-image] Dec 19 21:40:02.501 INFO O| Dec 19 21:40:02.501 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7729 | 2024-12-19T21:40:04.870Z | [ recovery-image] Dec 19 21:40:02.519 INFO O| Dec 19 21:40:02.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7730 | 2024-12-19T21:40:04.870Z | [ recovery-image] Dec 19 21:40:02.519 INFO O| Dec 19 21:40:02.519 INFO STEP 1112 (remove_files) COMPLETE |
7731 | 2024-12-19T21:40:04.870Z | [ recovery-image] Dec 19 21:40:02.519 INFO O| Dec 19 21:40:02.519 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7732 | 2024-12-19T21:40:04.890Z | [ recovery-image] Dec 19 21:40:02.536 INFO O| Dec 19 21:40:02.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7733 | 2024-12-19T21:40:04.890Z | [ recovery-image] Dec 19 21:40:02.536 INFO O| Dec 19 21:40:02.536 INFO STEP 1113 (remove_files) COMPLETE |
7734 | 2024-12-19T21:40:04.890Z | [ recovery-image] Dec 19 21:40:02.536 INFO O| Dec 19 21:40:02.536 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7735 | 2024-12-19T21:40:04.904Z | [ recovery-image] Dec 19 21:40:02.553 INFO O| Dec 19 21:40:02.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7736 | 2024-12-19T21:40:04.904Z | [ recovery-image] Dec 19 21:40:02.553 INFO O| Dec 19 21:40:02.553 INFO STEP 1114 (remove_files) COMPLETE |
7737 | 2024-12-19T21:40:04.904Z | [ recovery-image] Dec 19 21:40:02.553 INFO O| Dec 19 21:40:02.553 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7738 | 2024-12-19T21:40:04.939Z | [ recovery-image] Dec 19 21:40:02.581 INFO O| Dec 19 21:40:02.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7739 | 2024-12-19T21:40:04.939Z | [ recovery-image] Dec 19 21:40:02.581 INFO O| Dec 19 21:40:02.581 INFO STEP 1115 (remove_files) COMPLETE |
7740 | 2024-12-19T21:40:04.939Z | [ recovery-image] Dec 19 21:40:02.581 INFO O| Dec 19 21:40:02.581 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7741 | 2024-12-19T21:40:04.958Z | [ recovery-image] Dec 19 21:40:02.599 INFO O| Dec 19 21:40:02.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7742 | 2024-12-19T21:40:04.958Z | [ recovery-image] Dec 19 21:40:02.599 INFO O| Dec 19 21:40:02.599 INFO STEP 1116 (remove_files) COMPLETE |
7743 | 2024-12-19T21:40:04.969Z | [ recovery-image] Dec 19 21:40:02.599 INFO O| Dec 19 21:40:02.599 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7744 | 2024-12-19T21:40:04.977Z | [ recovery-image] Dec 19 21:40:02.616 INFO O| Dec 19 21:40:02.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7745 | 2024-12-19T21:40:04.977Z | [ recovery-image] Dec 19 21:40:02.616 INFO O| Dec 19 21:40:02.616 INFO STEP 1117 (remove_files) COMPLETE |
7746 | 2024-12-19T21:40:04.977Z | [ recovery-image] Dec 19 21:40:02.616 INFO O| Dec 19 21:40:02.616 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7747 | 2024-12-19T21:40:04.989Z | [ recovery-image] Dec 19 21:40:02.638 INFO O| Dec 19 21:40:02.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7748 | 2024-12-19T21:40:04.997Z | [ recovery-image] Dec 19 21:40:02.638 INFO O| Dec 19 21:40:02.638 INFO STEP 1118 (remove_files) COMPLETE |
7749 | 2024-12-19T21:40:04.997Z | [ recovery-image] Dec 19 21:40:02.639 INFO O| Dec 19 21:40:02.638 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7750 | 2024-12-19T21:40:05.009Z | [ recovery-image] Dec 19 21:40:02.657 INFO O| Dec 19 21:40:02.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7751 | 2024-12-19T21:40:05.013Z | [ recovery-image] Dec 19 21:40:02.657 INFO O| Dec 19 21:40:02.657 INFO STEP 1119 (remove_files) COMPLETE |
7752 | 2024-12-19T21:40:05.013Z | [ recovery-image] Dec 19 21:40:02.657 INFO O| Dec 19 21:40:02.657 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7753 | 2024-12-19T21:40:05.030Z | [ recovery-image] Dec 19 21:40:02.675 INFO O| Dec 19 21:40:02.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7754 | 2024-12-19T21:40:05.033Z | [ recovery-image] Dec 19 21:40:02.676 INFO O| Dec 19 21:40:02.676 INFO STEP 1120 (remove_files) COMPLETE |
7755 | 2024-12-19T21:40:05.033Z | [ recovery-image] Dec 19 21:40:02.676 INFO O| Dec 19 21:40:02.676 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7756 | 2024-12-19T21:40:05.045Z | [ recovery-image] Dec 19 21:40:02.693 INFO O| Dec 19 21:40:02.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7757 | 2024-12-19T21:40:05.045Z | [ recovery-image] Dec 19 21:40:02.693 INFO O| Dec 19 21:40:02.693 INFO STEP 1121 (remove_files) COMPLETE |
7758 | 2024-12-19T21:40:05.048Z | [ recovery-image] Dec 19 21:40:02.694 INFO O| Dec 19 21:40:02.693 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7759 | 2024-12-19T21:40:05.108Z | [ recovery-image] Dec 19 21:40:02.757 INFO O| Dec 19 21:40:02.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7760 | 2024-12-19T21:40:05.113Z | [ recovery-image] Dec 19 21:40:02.757 INFO O| Dec 19 21:40:02.757 INFO STEP 1122 (remove_files) COMPLETE |
7761 | 2024-12-19T21:40:05.113Z | [ recovery-image] Dec 19 21:40:02.757 INFO O| Dec 19 21:40:02.757 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7762 | 2024-12-19T21:40:05.133Z | [ recovery-image] Dec 19 21:40:02.779 INFO O| Dec 19 21:40:02.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7763 | 2024-12-19T21:40:05.136Z | [ recovery-image] Dec 19 21:40:02.780 INFO O| Dec 19 21:40:02.780 INFO STEP 1123 (remove_files) COMPLETE |
7764 | 2024-12-19T21:40:05.137Z | [ recovery-image] Dec 19 21:40:02.780 INFO O| Dec 19 21:40:02.780 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7765 | 2024-12-19T21:40:05.154Z | [ recovery-image] Dec 19 21:40:02.803 INFO O| Dec 19 21:40:02.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7766 | 2024-12-19T21:40:05.157Z | [ recovery-image] Dec 19 21:40:02.803 INFO O| Dec 19 21:40:02.803 INFO STEP 1124 (remove_files) COMPLETE |
7767 | 2024-12-19T21:40:05.157Z | [ recovery-image] Dec 19 21:40:02.803 INFO O| Dec 19 21:40:02.803 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7768 | 2024-12-19T21:40:05.191Z | [ recovery-image] Dec 19 21:40:02.840 INFO O| Dec 19 21:40:02.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7769 | 2024-12-19T21:40:05.195Z | [ recovery-image] Dec 19 21:40:02.840 INFO O| Dec 19 21:40:02.840 INFO STEP 1125 (remove_files) COMPLETE |
7770 | 2024-12-19T21:40:05.195Z | [ recovery-image] Dec 19 21:40:02.840 INFO O| Dec 19 21:40:02.840 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7771 | 2024-12-19T21:40:05.221Z | [ recovery-image] Dec 19 21:40:02.870 INFO O| Dec 19 21:40:02.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7772 | 2024-12-19T21:40:05.221Z | [ recovery-image] Dec 19 21:40:02.870 INFO O| Dec 19 21:40:02.870 INFO STEP 1126 (remove_files) COMPLETE |
7773 | 2024-12-19T21:40:05.221Z | [ recovery-image] Dec 19 21:40:02.870 INFO O| Dec 19 21:40:02.870 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7774 | 2024-12-19T21:40:05.254Z | [ recovery-image] Dec 19 21:40:02.892 INFO O| Dec 19 21:40:02.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7775 | 2024-12-19T21:40:05.254Z | [ recovery-image] Dec 19 21:40:02.892 INFO O| Dec 19 21:40:02.892 INFO STEP 1127 (remove_files) COMPLETE |
7776 | 2024-12-19T21:40:05.254Z | [ recovery-image] Dec 19 21:40:02.892 INFO O| Dec 19 21:40:02.892 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7777 | 2024-12-19T21:40:05.266Z | [ recovery-image] Dec 19 21:40:02.914 INFO O| Dec 19 21:40:02.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7778 | 2024-12-19T21:40:05.266Z | [ recovery-image] Dec 19 21:40:02.914 INFO O| Dec 19 21:40:02.914 INFO STEP 1128 (remove_files) COMPLETE |
7779 | 2024-12-19T21:40:05.266Z | [ recovery-image] Dec 19 21:40:02.914 INFO O| Dec 19 21:40:02.914 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7780 | 2024-12-19T21:40:05.287Z | [ recovery-image] Dec 19 21:40:02.936 INFO O| Dec 19 21:40:02.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7781 | 2024-12-19T21:40:05.287Z | [ recovery-image] Dec 19 21:40:02.936 INFO O| Dec 19 21:40:02.936 INFO STEP 1129 (remove_files) COMPLETE |
7782 | 2024-12-19T21:40:05.294Z | [ recovery-image] Dec 19 21:40:02.936 INFO O| Dec 19 21:40:02.936 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7783 | 2024-12-19T21:40:05.325Z | [ recovery-image] Dec 19 21:40:02.974 INFO O| Dec 19 21:40:02.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7784 | 2024-12-19T21:40:05.326Z | [ recovery-image] Dec 19 21:40:02.974 INFO O| Dec 19 21:40:02.974 INFO STEP 1130 (remove_files) COMPLETE |
7785 | 2024-12-19T21:40:05.326Z | [ recovery-image] Dec 19 21:40:02.974 INFO O| Dec 19 21:40:02.974 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7786 | 2024-12-19T21:40:05.348Z | [ recovery-image] Dec 19 21:40:02.997 INFO O| Dec 19 21:40:02.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7787 | 2024-12-19T21:40:05.348Z | [ recovery-image] Dec 19 21:40:02.997 INFO O| Dec 19 21:40:02.997 INFO STEP 1131 (remove_files) COMPLETE |
7788 | 2024-12-19T21:40:05.348Z | [ recovery-image] Dec 19 21:40:02.997 INFO O| Dec 19 21:40:02.997 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7789 | 2024-12-19T21:40:05.389Z | [ recovery-image] Dec 19 21:40:03.031 INFO O| Dec 19 21:40:03.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7790 | 2024-12-19T21:40:05.394Z | [ recovery-image] Dec 19 21:40:03.031 INFO O| Dec 19 21:40:03.031 INFO STEP 1132 (remove_files) COMPLETE |
7791 | 2024-12-19T21:40:05.394Z | [ recovery-image] Dec 19 21:40:03.031 INFO O| Dec 19 21:40:03.031 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7792 | 2024-12-19T21:40:05.409Z | [ recovery-image] Dec 19 21:40:03.057 INFO O| Dec 19 21:40:03.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7793 | 2024-12-19T21:40:05.409Z | [ recovery-image] Dec 19 21:40:03.057 INFO O| Dec 19 21:40:03.057 INFO STEP 1133 (remove_files) COMPLETE |
7794 | 2024-12-19T21:40:05.412Z | [ recovery-image] Dec 19 21:40:03.057 INFO O| Dec 19 21:40:03.057 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7795 | 2024-12-19T21:40:05.433Z | [ recovery-image] Dec 19 21:40:03.081 INFO O| Dec 19 21:40:03.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7796 | 2024-12-19T21:40:05.433Z | [ recovery-image] Dec 19 21:40:03.081 INFO O| Dec 19 21:40:03.081 INFO STEP 1134 (remove_files) COMPLETE |
7797 | 2024-12-19T21:40:05.438Z | [ recovery-image] Dec 19 21:40:03.081 INFO O| Dec 19 21:40:03.081 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7798 | 2024-12-19T21:40:05.459Z | [ recovery-image] Dec 19 21:40:03.105 INFO O| Dec 19 21:40:03.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7799 | 2024-12-19T21:40:05.459Z | [ recovery-image] Dec 19 21:40:03.105 INFO O| Dec 19 21:40:03.105 INFO STEP 1135 (remove_files) COMPLETE |
7800 | 2024-12-19T21:40:05.464Z | [ recovery-image] Dec 19 21:40:03.105 INFO O| Dec 19 21:40:03.105 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7801 | 2024-12-19T21:40:05.478Z | [ recovery-image] Dec 19 21:40:03.126 INFO O| Dec 19 21:40:03.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7802 | 2024-12-19T21:40:05.482Z | [ recovery-image] Dec 19 21:40:03.129 INFO O| Dec 19 21:40:03.129 INFO STEP 1136 (remove_files) COMPLETE |
7803 | 2024-12-19T21:40:05.482Z | [ recovery-image] Dec 19 21:40:03.129 INFO O| Dec 19 21:40:03.129 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7804 | 2024-12-19T21:40:05.518Z | [ recovery-image] Dec 19 21:40:03.167 INFO O| Dec 19 21:40:03.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7805 | 2024-12-19T21:40:05.518Z | [ recovery-image] Dec 19 21:40:03.167 INFO O| Dec 19 21:40:03.167 INFO STEP 1137 (remove_files) COMPLETE |
7806 | 2024-12-19T21:40:05.518Z | [ recovery-image] Dec 19 21:40:03.167 INFO O| Dec 19 21:40:03.167 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7807 | 2024-12-19T21:40:05.554Z | [ recovery-image] Dec 19 21:40:03.197 INFO O| Dec 19 21:40:03.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7808 | 2024-12-19T21:40:05.554Z | [ recovery-image] Dec 19 21:40:03.197 INFO O| Dec 19 21:40:03.197 INFO STEP 1138 (remove_files) COMPLETE |
7809 | 2024-12-19T21:40:05.554Z | [ recovery-image] Dec 19 21:40:03.197 INFO O| Dec 19 21:40:03.197 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7810 | 2024-12-19T21:40:05.582Z | [ recovery-image] Dec 19 21:40:03.230 INFO O| Dec 19 21:40:03.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7811 | 2024-12-19T21:40:05.585Z | [ recovery-image] Dec 19 21:40:03.230 INFO O| Dec 19 21:40:03.230 INFO STEP 1139 (remove_files) COMPLETE |
7812 | 2024-12-19T21:40:05.586Z | [ recovery-image] Dec 19 21:40:03.230 INFO O| Dec 19 21:40:03.230 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7813 | 2024-12-19T21:40:05.599Z | [ recovery-image] Dec 19 21:40:03.248 INFO O| Dec 19 21:40:03.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7814 | 2024-12-19T21:40:05.620Z | [ recovery-image] Dec 19 21:40:03.248 INFO O| Dec 19 21:40:03.248 INFO STEP 1140 (remove_files) COMPLETE |
7815 | 2024-12-19T21:40:05.620Z | [ recovery-image] Dec 19 21:40:03.248 INFO O| Dec 19 21:40:03.248 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7816 | 2024-12-19T21:40:05.629Z | [ recovery-image] Dec 19 21:40:03.276 INFO O| Dec 19 21:40:03.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7817 | 2024-12-19T21:40:05.637Z | [ recovery-image] Dec 19 21:40:03.280 INFO O| Dec 19 21:40:03.280 INFO STEP 1141 (remove_files) COMPLETE |
7818 | 2024-12-19T21:40:05.637Z | [ recovery-image] Dec 19 21:40:03.280 INFO O| Dec 19 21:40:03.280 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7819 | 2024-12-19T21:40:05.651Z | [ recovery-image] Dec 19 21:40:03.299 INFO O| Dec 19 21:40:03.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7820 | 2024-12-19T21:40:05.655Z | [ recovery-image] Dec 19 21:40:03.299 INFO O| Dec 19 21:40:03.299 INFO STEP 1142 (remove_files) COMPLETE |
7821 | 2024-12-19T21:40:05.655Z | [ recovery-image] Dec 19 21:40:03.300 INFO O| Dec 19 21:40:03.299 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7822 | 2024-12-19T21:40:05.669Z | [ recovery-image] Dec 19 21:40:03.318 INFO O| Dec 19 21:40:03.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7823 | 2024-12-19T21:40:05.672Z | [ recovery-image] Dec 19 21:40:03.318 INFO O| Dec 19 21:40:03.318 INFO STEP 1143 (remove_files) COMPLETE |
7824 | 2024-12-19T21:40:05.672Z | [ recovery-image] Dec 19 21:40:03.318 INFO O| Dec 19 21:40:03.318 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7825 | 2024-12-19T21:40:05.695Z | [ recovery-image] Dec 19 21:40:03.337 INFO O| Dec 19 21:40:03.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7826 | 2024-12-19T21:40:05.699Z | [ recovery-image] Dec 19 21:40:03.338 INFO O| Dec 19 21:40:03.338 INFO STEP 1144 (remove_files) COMPLETE |
7827 | 2024-12-19T21:40:05.699Z | [ recovery-image] Dec 19 21:40:03.338 INFO O| Dec 19 21:40:03.338 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7828 | 2024-12-19T21:40:05.716Z | [ recovery-image] Dec 19 21:40:03.356 INFO O| Dec 19 21:40:03.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7829 | 2024-12-19T21:40:05.716Z | [ recovery-image] Dec 19 21:40:03.356 INFO O| Dec 19 21:40:03.356 INFO STEP 1145 (remove_files) COMPLETE |
7830 | 2024-12-19T21:40:05.717Z | [ recovery-image] Dec 19 21:40:03.356 INFO O| Dec 19 21:40:03.356 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7831 | 2024-12-19T21:40:05.729Z | [ recovery-image] Dec 19 21:40:03.377 INFO O| Dec 19 21:40:03.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7832 | 2024-12-19T21:40:05.729Z | [ recovery-image] Dec 19 21:40:03.377 INFO O| Dec 19 21:40:03.377 INFO STEP 1146 (remove_files) COMPLETE |
7833 | 2024-12-19T21:40:05.732Z | [ recovery-image] Dec 19 21:40:03.377 INFO O| Dec 19 21:40:03.377 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7834 | 2024-12-19T21:40:05.765Z | [ recovery-image] Dec 19 21:40:03.413 INFO O| Dec 19 21:40:03.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7835 | 2024-12-19T21:40:05.765Z | [ recovery-image] Dec 19 21:40:03.413 INFO O| Dec 19 21:40:03.413 INFO STEP 1147 (remove_files) COMPLETE |
7836 | 2024-12-19T21:40:05.765Z | [ recovery-image] Dec 19 21:40:03.413 INFO O| Dec 19 21:40:03.413 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7837 | 2024-12-19T21:40:05.787Z | [ recovery-image] Dec 19 21:40:03.434 INFO O| Dec 19 21:40:03.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7838 | 2024-12-19T21:40:05.787Z | [ recovery-image] Dec 19 21:40:03.434 INFO O| Dec 19 21:40:03.434 INFO STEP 1148 (remove_files) COMPLETE |
7839 | 2024-12-19T21:40:05.795Z | [ recovery-image] Dec 19 21:40:03.435 INFO O| Dec 19 21:40:03.434 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7840 | 2024-12-19T21:40:05.805Z | [ recovery-image] Dec 19 21:40:03.453 INFO O| Dec 19 21:40:03.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7841 | 2024-12-19T21:40:05.805Z | [ recovery-image] Dec 19 21:40:03.453 INFO O| Dec 19 21:40:03.453 INFO STEP 1149 (remove_files) COMPLETE |
7842 | 2024-12-19T21:40:05.805Z | [ recovery-image] Dec 19 21:40:03.453 INFO O| Dec 19 21:40:03.453 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7843 | 2024-12-19T21:40:05.825Z | [ recovery-image] Dec 19 21:40:03.472 INFO O| Dec 19 21:40:03.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7844 | 2024-12-19T21:40:05.848Z | [ recovery-image] Dec 19 21:40:03.495 INFO O| Dec 19 21:40:03.495 INFO STEP 1150 (remove_files) COMPLETE |
7845 | 2024-12-19T21:40:05.848Z | [ recovery-image] Dec 19 21:40:03.495 INFO O| Dec 19 21:40:03.495 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7846 | 2024-12-19T21:40:05.894Z | [ recovery-image] Dec 19 21:40:03.540 INFO O| Dec 19 21:40:03.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7847 | 2024-12-19T21:40:05.894Z | [ recovery-image] Dec 19 21:40:03.540 INFO O| Dec 19 21:40:03.540 INFO STEP 1151 (remove_files) COMPLETE |
7848 | 2024-12-19T21:40:05.898Z | [ recovery-image] Dec 19 21:40:03.540 INFO O| Dec 19 21:40:03.540 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7849 | 2024-12-19T21:40:05.916Z | [ recovery-image] Dec 19 21:40:03.564 INFO O| Dec 19 21:40:03.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7850 | 2024-12-19T21:40:05.916Z | [ recovery-image] Dec 19 21:40:03.564 INFO O| Dec 19 21:40:03.564 INFO STEP 1152 (remove_files) COMPLETE |
7851 | 2024-12-19T21:40:05.916Z | [ recovery-image] Dec 19 21:40:03.564 INFO O| Dec 19 21:40:03.564 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7852 | 2024-12-19T21:40:05.934Z | [ recovery-image] Dec 19 21:40:03.583 INFO O| Dec 19 21:40:03.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7853 | 2024-12-19T21:40:05.934Z | [ recovery-image] Dec 19 21:40:03.583 INFO O| Dec 19 21:40:03.583 INFO STEP 1153 (remove_files) COMPLETE |
7854 | 2024-12-19T21:40:05.934Z | [ recovery-image] Dec 19 21:40:03.583 INFO O| Dec 19 21:40:03.583 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7855 | 2024-12-19T21:40:05.963Z | [ recovery-image] Dec 19 21:40:03.610 INFO O| Dec 19 21:40:03.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7856 | 2024-12-19T21:40:05.963Z | [ recovery-image] Dec 19 21:40:03.610 INFO O| Dec 19 21:40:03.610 INFO STEP 1154 (remove_files) COMPLETE |
7857 | 2024-12-19T21:40:05.966Z | [ recovery-image] Dec 19 21:40:03.610 INFO O| Dec 19 21:40:03.610 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7858 | 2024-12-19T21:40:05.994Z | [ recovery-image] Dec 19 21:40:03.641 INFO O| Dec 19 21:40:03.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7859 | 2024-12-19T21:40:05.997Z | [ recovery-image] Dec 19 21:40:03.641 INFO O| Dec 19 21:40:03.641 INFO STEP 1155 (remove_files) COMPLETE |
7860 | 2024-12-19T21:40:05.997Z | [ recovery-image] Dec 19 21:40:03.642 INFO O| Dec 19 21:40:03.642 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7861 | 2024-12-19T21:40:06.015Z | [ recovery-image] Dec 19 21:40:03.662 INFO O| Dec 19 21:40:03.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7862 | 2024-12-19T21:40:06.020Z | [ recovery-image] Dec 19 21:40:03.663 INFO O| Dec 19 21:40:03.663 INFO STEP 1156 (remove_files) COMPLETE |
7863 | 2024-12-19T21:40:06.020Z | [ recovery-image] Dec 19 21:40:03.663 INFO O| Dec 19 21:40:03.663 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7864 | 2024-12-19T21:40:06.037Z | [ recovery-image] Dec 19 21:40:03.683 INFO O| Dec 19 21:40:03.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7865 | 2024-12-19T21:40:06.041Z | [ recovery-image] Dec 19 21:40:03.683 INFO O| Dec 19 21:40:03.683 INFO STEP 1157 (remove_files) COMPLETE |
7866 | 2024-12-19T21:40:06.041Z | [ recovery-image] Dec 19 21:40:03.683 INFO O| Dec 19 21:40:03.683 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7867 | 2024-12-19T21:40:06.062Z | [ recovery-image] Dec 19 21:40:03.703 INFO O| Dec 19 21:40:03.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7868 | 2024-12-19T21:40:06.070Z | [ recovery-image] Dec 19 21:40:03.704 INFO O| Dec 19 21:40:03.703 INFO STEP 1158 (remove_files) COMPLETE |
7869 | 2024-12-19T21:40:06.070Z | [ recovery-image] Dec 19 21:40:03.704 INFO O| Dec 19 21:40:03.704 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7870 | 2024-12-19T21:40:06.080Z | [ recovery-image] Dec 19 21:40:03.728 INFO O| Dec 19 21:40:03.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7871 | 2024-12-19T21:40:06.083Z | [ recovery-image] Dec 19 21:40:03.728 INFO O| Dec 19 21:40:03.728 INFO STEP 1159 (remove_files) COMPLETE |
7872 | 2024-12-19T21:40:06.083Z | [ recovery-image] Dec 19 21:40:03.728 INFO O| Dec 19 21:40:03.728 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7873 | 2024-12-19T21:40:06.113Z | [ recovery-image] Dec 19 21:40:03.762 INFO O| Dec 19 21:40:03.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7874 | 2024-12-19T21:40:06.116Z | [ recovery-image] Dec 19 21:40:03.762 INFO O| Dec 19 21:40:03.762 INFO STEP 1160 (remove_files) COMPLETE |
7875 | 2024-12-19T21:40:06.116Z | [ recovery-image] Dec 19 21:40:03.762 INFO O| Dec 19 21:40:03.762 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7876 | 2024-12-19T21:40:06.140Z | [ recovery-image] Dec 19 21:40:03.789 INFO O| Dec 19 21:40:03.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7877 | 2024-12-19T21:40:06.141Z | [ recovery-image] Dec 19 21:40:03.789 INFO O| Dec 19 21:40:03.789 INFO STEP 1161 (remove_files) COMPLETE |
7878 | 2024-12-19T21:40:06.147Z | [ recovery-image] Dec 19 21:40:03.789 INFO O| Dec 19 21:40:03.789 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7879 | 2024-12-19T21:40:06.166Z | [ recovery-image] Dec 19 21:40:03.814 INFO O| Dec 19 21:40:03.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7880 | 2024-12-19T21:40:06.166Z | [ recovery-image] Dec 19 21:40:03.815 INFO O| Dec 19 21:40:03.814 INFO STEP 1162 (remove_files) COMPLETE |
7881 | 2024-12-19T21:40:06.167Z | [ recovery-image] Dec 19 21:40:03.815 INFO O| Dec 19 21:40:03.815 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7882 | 2024-12-19T21:40:06.196Z | [ recovery-image] Dec 19 21:40:03.845 INFO O| Dec 19 21:40:03.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7883 | 2024-12-19T21:40:06.197Z | [ recovery-image] Dec 19 21:40:03.845 INFO O| Dec 19 21:40:03.845 INFO STEP 1163 (remove_files) COMPLETE |
7884 | 2024-12-19T21:40:06.199Z | [ recovery-image] Dec 19 21:40:03.845 INFO O| Dec 19 21:40:03.845 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7885 | 2024-12-19T21:40:06.232Z | [ recovery-image] Dec 19 21:40:03.878 INFO O| Dec 19 21:40:03.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7886 | 2024-12-19T21:40:06.237Z | [ recovery-image] Dec 19 21:40:03.878 INFO O| Dec 19 21:40:03.878 INFO STEP 1164 (remove_files) COMPLETE |
7887 | 2024-12-19T21:40:06.237Z | [ recovery-image] Dec 19 21:40:03.878 INFO O| Dec 19 21:40:03.878 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7888 | 2024-12-19T21:40:06.256Z | [ recovery-image] Dec 19 21:40:03.903 INFO O| Dec 19 21:40:03.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7889 | 2024-12-19T21:40:06.260Z | [ recovery-image] Dec 19 21:40:03.904 INFO O| Dec 19 21:40:03.904 INFO STEP 1165 (remove_files) COMPLETE |
7890 | 2024-12-19T21:40:06.260Z | [ recovery-image] Dec 19 21:40:03.904 INFO O| Dec 19 21:40:03.904 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7891 | 2024-12-19T21:40:06.315Z | [ recovery-image] Dec 19 21:40:03.963 INFO O| Dec 19 21:40:03.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7892 | 2024-12-19T21:40:06.315Z | [ recovery-image] Dec 19 21:40:03.963 INFO O| Dec 19 21:40:03.963 INFO STEP 1166 (remove_files) COMPLETE |
7893 | 2024-12-19T21:40:06.320Z | [ recovery-image] Dec 19 21:40:03.963 INFO O| Dec 19 21:40:03.963 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7894 | 2024-12-19T21:40:06.362Z | [ recovery-image] Dec 19 21:40:04.010 INFO O| Dec 19 21:40:04.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7895 | 2024-12-19T21:40:06.370Z | [ recovery-image] Dec 19 21:40:04.010 INFO O| Dec 19 21:40:04.010 INFO STEP 1167 (remove_files) COMPLETE |
7896 | 2024-12-19T21:40:06.370Z | [ recovery-image] Dec 19 21:40:04.010 INFO O| Dec 19 21:40:04.010 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7897 | 2024-12-19T21:40:06.382Z | [ recovery-image] Dec 19 21:40:04.030 INFO O| Dec 19 21:40:04.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7898 | 2024-12-19T21:40:06.385Z | [ recovery-image] Dec 19 21:40:04.031 INFO O| Dec 19 21:40:04.030 INFO STEP 1168 (remove_files) COMPLETE |
7899 | 2024-12-19T21:40:06.385Z | [ recovery-image] Dec 19 21:40:04.031 INFO O| Dec 19 21:40:04.031 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7900 | 2024-12-19T21:40:06.403Z | [ recovery-image] Dec 19 21:40:04.051 INFO O| Dec 19 21:40:04.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7901 | 2024-12-19T21:40:06.403Z | [ recovery-image] Dec 19 21:40:04.051 INFO O| Dec 19 21:40:04.051 INFO STEP 1169 (remove_files) COMPLETE |
7902 | 2024-12-19T21:40:06.403Z | [ recovery-image] Dec 19 21:40:04.051 INFO O| Dec 19 21:40:04.051 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7903 | 2024-12-19T21:40:06.435Z | [ recovery-image] Dec 19 21:40:04.083 INFO O| Dec 19 21:40:04.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7904 | 2024-12-19T21:40:06.435Z | [ recovery-image] Dec 19 21:40:04.083 INFO O| Dec 19 21:40:04.083 INFO STEP 1170 (remove_files) COMPLETE |
7905 | 2024-12-19T21:40:06.435Z | [ recovery-image] Dec 19 21:40:04.083 INFO O| Dec 19 21:40:04.083 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7906 | 2024-12-19T21:40:06.499Z | [ recovery-image] Dec 19 21:40:04.148 INFO O| Dec 19 21:40:04.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7907 | 2024-12-19T21:40:06.499Z | [ recovery-image] Dec 19 21:40:04.148 INFO O| Dec 19 21:40:04.148 INFO STEP 1171 (remove_files) COMPLETE |
7908 | 2024-12-19T21:40:06.499Z | [ recovery-image] Dec 19 21:40:04.148 INFO O| Dec 19 21:40:04.148 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7909 | 2024-12-19T21:40:06.517Z | [ recovery-image] Dec 19 21:40:04.165 INFO O| Dec 19 21:40:04.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7910 | 2024-12-19T21:40:06.517Z | [ recovery-image] Dec 19 21:40:04.165 INFO O| Dec 19 21:40:04.165 INFO STEP 1172 (remove_files) COMPLETE |
7911 | 2024-12-19T21:40:06.517Z | [ recovery-image] Dec 19 21:40:04.165 INFO O| Dec 19 21:40:04.165 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7912 | 2024-12-19T21:40:06.551Z | [ recovery-image] Dec 19 21:40:04.198 INFO O| Dec 19 21:40:04.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7913 | 2024-12-19T21:40:06.551Z | [ recovery-image] Dec 19 21:40:04.198 INFO O| Dec 19 21:40:04.198 INFO STEP 1173 (remove_files) COMPLETE |
7914 | 2024-12-19T21:40:06.551Z | [ recovery-image] Dec 19 21:40:04.198 INFO O| Dec 19 21:40:04.198 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7915 | 2024-12-19T21:40:06.588Z | [ recovery-image] Dec 19 21:40:04.235 INFO O| Dec 19 21:40:04.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7916 | 2024-12-19T21:40:06.588Z | [ recovery-image] Dec 19 21:40:04.235 INFO O| Dec 19 21:40:04.235 INFO STEP 1174 (remove_files) COMPLETE |
7917 | 2024-12-19T21:40:06.588Z | [ recovery-image] Dec 19 21:40:04.235 INFO O| Dec 19 21:40:04.235 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7918 | 2024-12-19T21:40:06.634Z | [ recovery-image] Dec 19 21:40:04.282 INFO O| Dec 19 21:40:04.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7919 | 2024-12-19T21:40:06.637Z | [ recovery-image] Dec 19 21:40:04.282 INFO O| Dec 19 21:40:04.282 INFO STEP 1175 (remove_files) COMPLETE |
7920 | 2024-12-19T21:40:06.637Z | [ recovery-image] Dec 19 21:40:04.282 INFO O| Dec 19 21:40:04.282 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7921 | 2024-12-19T21:40:06.665Z | [ recovery-image] Dec 19 21:40:04.313 INFO O| Dec 19 21:40:04.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7922 | 2024-12-19T21:40:06.673Z | [ recovery-image] Dec 19 21:40:04.313 INFO O| Dec 19 21:40:04.313 INFO STEP 1176 (remove_files) COMPLETE |
7923 | 2024-12-19T21:40:06.673Z | [ recovery-image] Dec 19 21:40:04.314 INFO O| Dec 19 21:40:04.313 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7924 | 2024-12-19T21:40:06.683Z | [ recovery-image] Dec 19 21:40:04.332 INFO O| Dec 19 21:40:04.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7925 | 2024-12-19T21:40:06.687Z | [ recovery-image] Dec 19 21:40:04.332 INFO O| Dec 19 21:40:04.332 INFO STEP 1177 (remove_files) COMPLETE |
7926 | 2024-12-19T21:40:06.687Z | [ recovery-image] Dec 19 21:40:04.332 INFO O| Dec 19 21:40:04.332 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7927 | 2024-12-19T21:40:06.719Z | [ recovery-image] Dec 19 21:40:04.367 INFO O| Dec 19 21:40:04.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7928 | 2024-12-19T21:40:06.722Z | [ recovery-image] Dec 19 21:40:04.367 INFO O| Dec 19 21:40:04.367 INFO STEP 1178 (remove_files) COMPLETE |
7929 | 2024-12-19T21:40:06.722Z | [ recovery-image] Dec 19 21:40:04.368 INFO O| Dec 19 21:40:04.367 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7930 | 2024-12-19T21:40:06.739Z | [ recovery-image] Dec 19 21:40:04.387 INFO O| Dec 19 21:40:04.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7931 | 2024-12-19T21:40:06.739Z | [ recovery-image] Dec 19 21:40:04.387 INFO O| Dec 19 21:40:04.387 INFO STEP 1179 (remove_files) COMPLETE |
7932 | 2024-12-19T21:40:06.744Z | [ recovery-image] Dec 19 21:40:04.387 INFO O| Dec 19 21:40:04.387 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7933 | 2024-12-19T21:40:06.758Z | [ recovery-image] Dec 19 21:40:04.405 INFO O| Dec 19 21:40:04.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7934 | 2024-12-19T21:40:06.759Z | [ recovery-image] Dec 19 21:40:04.406 INFO O| Dec 19 21:40:04.405 INFO STEP 1180 (remove_files) COMPLETE |
7935 | 2024-12-19T21:40:06.759Z | [ recovery-image] Dec 19 21:40:04.406 INFO O| Dec 19 21:40:04.406 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7936 | 2024-12-19T21:40:06.775Z | [ recovery-image] Dec 19 21:40:04.423 INFO O| Dec 19 21:40:04.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7937 | 2024-12-19T21:40:06.775Z | [ recovery-image] Dec 19 21:40:04.423 INFO O| Dec 19 21:40:04.423 INFO STEP 1181 (remove_files) COMPLETE |
7938 | 2024-12-19T21:40:06.775Z | [ recovery-image] Dec 19 21:40:04.423 INFO O| Dec 19 21:40:04.423 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7939 | 2024-12-19T21:40:06.833Z | [ recovery-image] Dec 19 21:40:04.481 INFO O| Dec 19 21:40:04.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7940 | 2024-12-19T21:40:06.833Z | [ recovery-image] Dec 19 21:40:04.481 INFO O| Dec 19 21:40:04.481 INFO STEP 1182 (remove_files) COMPLETE |
7941 | 2024-12-19T21:40:06.837Z | [ recovery-image] Dec 19 21:40:04.482 INFO O| Dec 19 21:40:04.481 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7942 | 2024-12-19T21:40:06.875Z | [ recovery-image] Dec 19 21:40:04.523 INFO O| Dec 19 21:40:04.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7943 | 2024-12-19T21:40:06.875Z | [ recovery-image] Dec 19 21:40:04.523 INFO O| Dec 19 21:40:04.523 INFO STEP 1183 (remove_files) COMPLETE |
7944 | 2024-12-19T21:40:06.875Z | [ recovery-image] Dec 19 21:40:04.523 INFO O| Dec 19 21:40:04.523 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7945 | 2024-12-19T21:40:06.896Z | [ recovery-image] Dec 19 21:40:04.542 INFO O| Dec 19 21:40:04.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7946 | 2024-12-19T21:40:06.896Z | [ recovery-image] Dec 19 21:40:04.542 INFO O| Dec 19 21:40:04.542 INFO STEP 1184 (remove_files) COMPLETE |
7947 | 2024-12-19T21:40:06.896Z | [ recovery-image] Dec 19 21:40:04.543 INFO O| Dec 19 21:40:04.542 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7948 | 2024-12-19T21:40:06.912Z | [ recovery-image] Dec 19 21:40:04.559 INFO O| Dec 19 21:40:04.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7949 | 2024-12-19T21:40:06.912Z | [ recovery-image] Dec 19 21:40:04.560 INFO O| Dec 19 21:40:04.559 INFO STEP 1185 (remove_files) COMPLETE |
7950 | 2024-12-19T21:40:06.912Z | [ recovery-image] Dec 19 21:40:04.560 INFO O| Dec 19 21:40:04.559 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7951 | 2024-12-19T21:40:06.935Z | [ recovery-image] Dec 19 21:40:04.583 INFO O| Dec 19 21:40:04.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7952 | 2024-12-19T21:40:06.935Z | [ recovery-image] Dec 19 21:40:04.583 INFO O| Dec 19 21:40:04.583 INFO STEP 1186 (remove_files) COMPLETE |
7953 | 2024-12-19T21:40:06.939Z | [ recovery-image] Dec 19 21:40:04.583 INFO O| Dec 19 21:40:04.583 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7954 | 2024-12-19T21:40:06.994Z | [ recovery-image] Dec 19 21:40:04.642 INFO O| Dec 19 21:40:04.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7955 | 2024-12-19T21:40:06.994Z | [ recovery-image] Dec 19 21:40:04.642 INFO O| Dec 19 21:40:04.641 INFO STEP 1187 (remove_files) COMPLETE |
7956 | 2024-12-19T21:40:06.999Z | [ recovery-image] Dec 19 21:40:04.642 INFO O| Dec 19 21:40:04.641 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7957 | 2024-12-19T21:40:07.009Z | [ recovery-image] Dec 19 21:40:04.657 INFO O| Dec 19 21:40:04.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7958 | 2024-12-19T21:40:07.009Z | [ recovery-image] Dec 19 21:40:04.657 INFO O| Dec 19 21:40:04.657 INFO STEP 1188 (remove_files) COMPLETE |
7959 | 2024-12-19T21:40:07.018Z | [ recovery-image] Dec 19 21:40:04.657 INFO O| Dec 19 21:40:04.657 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7960 | 2024-12-19T21:40:07.047Z | [ recovery-image] Dec 19 21:40:04.695 INFO O| Dec 19 21:40:04.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7961 | 2024-12-19T21:40:07.050Z | [ recovery-image] Dec 19 21:40:04.695 INFO O| Dec 19 21:40:04.695 INFO STEP 1189 (remove_files) COMPLETE |
7962 | 2024-12-19T21:40:07.050Z | [ recovery-image] Dec 19 21:40:04.695 INFO O| Dec 19 21:40:04.695 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7963 | 2024-12-19T21:40:07.074Z | [ recovery-image] Dec 19 21:40:04.719 INFO O| Dec 19 21:40:04.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7964 | 2024-12-19T21:40:07.079Z | [ recovery-image] Dec 19 21:40:04.719 INFO O| Dec 19 21:40:04.719 INFO STEP 1190 (remove_files) COMPLETE |
7965 | 2024-12-19T21:40:07.079Z | [ recovery-image] Dec 19 21:40:04.719 INFO O| Dec 19 21:40:04.719 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7966 | 2024-12-19T21:40:07.096Z | [ recovery-image] Dec 19 21:40:04.742 INFO O| Dec 19 21:40:04.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7967 | 2024-12-19T21:40:07.101Z | [ recovery-image] Dec 19 21:40:04.743 INFO O| Dec 19 21:40:04.743 INFO STEP 1191 (remove_files) COMPLETE |
7968 | 2024-12-19T21:40:07.101Z | [ recovery-image] Dec 19 21:40:04.743 INFO O| Dec 19 21:40:04.743 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7969 | 2024-12-19T21:40:07.119Z | [ recovery-image] Dec 19 21:40:04.767 INFO O| Dec 19 21:40:04.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7970 | 2024-12-19T21:40:07.122Z | [ recovery-image] Dec 19 21:40:04.767 INFO O| Dec 19 21:40:04.767 INFO STEP 1192 (remove_files) COMPLETE |
7971 | 2024-12-19T21:40:07.122Z | [ recovery-image] Dec 19 21:40:04.767 INFO O| Dec 19 21:40:04.767 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7972 | 2024-12-19T21:40:07.142Z | [ recovery-image] Dec 19 21:40:04.790 INFO O| Dec 19 21:40:04.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7973 | 2024-12-19T21:40:07.147Z | [ recovery-image] Dec 19 21:40:04.790 INFO O| Dec 19 21:40:04.790 INFO STEP 1193 (remove_files) COMPLETE |
7974 | 2024-12-19T21:40:07.147Z | [ recovery-image] Dec 19 21:40:04.790 INFO O| Dec 19 21:40:04.790 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7975 | 2024-12-19T21:40:07.192Z | [ recovery-image] Dec 19 21:40:04.835 INFO O| Dec 19 21:40:04.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7976 | 2024-12-19T21:40:07.195Z | [ recovery-image] Dec 19 21:40:04.836 INFO O| Dec 19 21:40:04.836 INFO STEP 1194 (remove_files) COMPLETE |
7977 | 2024-12-19T21:40:07.195Z | [ recovery-image] Dec 19 21:40:04.836 INFO O| Dec 19 21:40:04.836 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7978 | 2024-12-19T21:40:07.210Z | [ recovery-image] Dec 19 21:40:04.858 INFO O| Dec 19 21:40:04.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7979 | 2024-12-19T21:40:07.213Z | [ recovery-image] Dec 19 21:40:04.858 INFO O| Dec 19 21:40:04.858 INFO STEP 1195 (remove_files) COMPLETE |
7980 | 2024-12-19T21:40:07.213Z | [ recovery-image] Dec 19 21:40:04.858 INFO O| Dec 19 21:40:04.858 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7981 | 2024-12-19T21:40:07.230Z | [ recovery-image] Dec 19 21:40:04.878 INFO O| Dec 19 21:40:04.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7982 | 2024-12-19T21:40:07.234Z | [ recovery-image] Dec 19 21:40:04.878 INFO O| Dec 19 21:40:04.878 INFO STEP 1196 (remove_files) COMPLETE |
7983 | 2024-12-19T21:40:07.234Z | [ recovery-image] Dec 19 21:40:04.878 INFO O| Dec 19 21:40:04.878 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7984 | 2024-12-19T21:40:07.251Z | [ recovery-image] Dec 19 21:40:04.899 INFO O| Dec 19 21:40:04.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7985 | 2024-12-19T21:40:07.256Z | [ recovery-image] Dec 19 21:40:04.899 INFO O| Dec 19 21:40:04.899 INFO STEP 1197 (remove_files) COMPLETE |
7986 | 2024-12-19T21:40:07.256Z | [ recovery-image] Dec 19 21:40:04.899 INFO O| Dec 19 21:40:04.899 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7987 | 2024-12-19T21:40:07.302Z | [ recovery-image] Dec 19 21:40:04.938 INFO O| Dec 19 21:40:04.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7988 | 2024-12-19T21:40:07.302Z | [ recovery-image] Dec 19 21:40:04.938 INFO O| Dec 19 21:40:04.938 INFO STEP 1198 (remove_files) COMPLETE |
7989 | 2024-12-19T21:40:07.302Z | [ recovery-image] Dec 19 21:40:04.938 INFO O| Dec 19 21:40:04.938 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7990 | 2024-12-19T21:40:07.315Z | [ recovery-image] Dec 19 21:40:04.961 INFO O| Dec 19 21:40:04.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7991 | 2024-12-19T21:40:07.315Z | [ recovery-image] Dec 19 21:40:04.961 INFO O| Dec 19 21:40:04.961 INFO STEP 1199 (remove_files) COMPLETE |
7992 | 2024-12-19T21:40:07.318Z | [ recovery-image] Dec 19 21:40:04.961 INFO O| Dec 19 21:40:04.961 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7993 | 2024-12-19T21:40:07.350Z | [ recovery-image] Dec 19 21:40:04.998 INFO O| Dec 19 21:40:04.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7994 | 2024-12-19T21:40:07.350Z | [ recovery-image] Dec 19 21:40:04.998 INFO O| Dec 19 21:40:04.998 INFO STEP 1200 (remove_files) COMPLETE |
7995 | 2024-12-19T21:40:07.351Z | [ recovery-image] Dec 19 21:40:04.998 INFO O| Dec 19 21:40:04.998 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7996 | 2024-12-19T21:40:07.376Z | [ recovery-image] Dec 19 21:40:05.022 INFO O| Dec 19 21:40:05.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7997 | 2024-12-19T21:40:07.376Z | [ recovery-image] Dec 19 21:40:05.022 INFO O| Dec 19 21:40:05.022 INFO STEP 1201 (remove_files) COMPLETE |
7998 | 2024-12-19T21:40:07.379Z | [ recovery-image] Dec 19 21:40:05.023 INFO O| Dec 19 21:40:05.022 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7999 | 2024-12-19T21:40:07.399Z | [ recovery-image] Dec 19 21:40:05.047 INFO O| Dec 19 21:40:05.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
8000 | 2024-12-19T21:40:07.399Z | [ recovery-image] Dec 19 21:40:05.047 INFO O| Dec 19 21:40:05.047 INFO STEP 1202 (remove_files) COMPLETE |
8001 | 2024-12-19T21:40:07.399Z | [ recovery-image] Dec 19 21:40:05.047 INFO O| Dec 19 21:40:05.047 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8002 | 2024-12-19T21:40:07.434Z | [ recovery-image] Dec 19 21:40:05.082 INFO O| Dec 19 21:40:05.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
8003 | 2024-12-19T21:40:07.438Z | [ recovery-image] Dec 19 21:40:05.082 INFO O| Dec 19 21:40:05.082 INFO STEP 1203 (remove_files) COMPLETE |
8004 | 2024-12-19T21:40:07.439Z | [ recovery-image] Dec 19 21:40:05.082 INFO O| Dec 19 21:40:05.082 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8005 | 2024-12-19T21:40:07.458Z | [ recovery-image] Dec 19 21:40:05.105 INFO O| Dec 19 21:40:05.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
8006 | 2024-12-19T21:40:07.463Z | [ recovery-image] Dec 19 21:40:05.105 INFO O| Dec 19 21:40:05.105 INFO STEP 1204 (remove_files) COMPLETE |
8007 | 2024-12-19T21:40:07.463Z | [ recovery-image] Dec 19 21:40:05.105 INFO O| Dec 19 21:40:05.105 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8008 | 2024-12-19T21:40:07.480Z | [ recovery-image] Dec 19 21:40:05.127 INFO O| Dec 19 21:40:05.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
8009 | 2024-12-19T21:40:07.487Z | [ recovery-image] Dec 19 21:40:05.129 INFO O| Dec 19 21:40:05.129 INFO STEP 1205 (remove_files) COMPLETE |
8010 | 2024-12-19T21:40:07.488Z | [ recovery-image] Dec 19 21:40:05.129 INFO O| Dec 19 21:40:05.129 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
8011 | 2024-12-19T21:40:07.530Z | [ recovery-image] Dec 19 21:40:05.178 INFO O| Dec 19 21:40:05.178 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
8012 | 2024-12-19T21:40:07.531Z | [ recovery-image] Dec 19 21:40:05.178 INFO O| Dec 19 21:40:05.178 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
8013 | 2024-12-19T21:40:09.301Z | [ recovery-image] Dec 19 21:40:06.948 INFO O| Dec 19 21:40:06.948 INFO STEP 1206 (pack_tar) COMPLETE |
8014 | 2024-12-19T21:40:09.301Z | [ recovery-image] Dec 19 21:40:06.948 INFO O| Dec 19 21:40:06.948 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8015 | 2024-12-19T21:40:09.307Z | [ recovery-image] Dec 19 21:40:06.948 INFO O| Dec 19 21:40:06.948 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8016 | 2024-12-19T21:40:09.600Z | [ recovery-image] Dec 19 21:40:07.247 INFO O| Dec 19 21:40:07.246 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
8017 | 2024-12-19T21:40:09.715Z | [ recovery-image] Dec 19 21:40:07.353 INFO O| Dec 19 21:40:07.353 INFO completed processing gimlet/ramdisk-03-recovery-trim |
8018 | 2024-12-19T21:40:09.718Z | [ recovery-image] Dec 19 21:40:07.363 INFO image builder template: zfs-recovery... |
8019 | 2024-12-19T21:40:09.719Z | [ recovery-image] Dec 19 21:40:07.363 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/.tmpZORqCZ/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 |
8020 | 2024-12-19T21:40:09.769Z | [ recovery-image] Dec 19 21:40:07.416 INFO O| Dec 19 21:40:07.415 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8021 | 2024-12-19T21:40:09.787Z | [ recovery-image] Dec 19 21:40:07.433 INFO O| Dec 19 21:40:07.433 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8022 | 2024-12-19T21:40:09.943Z | [ recovery-image] Dec 19 21:40:07.587 INFO O| Dec 19 21:40:07.587 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8023 | 2024-12-19T21:40:10.048Z | [ recovery-image] Dec 19 21:40:07.689 INFO O| Dec 19 21:40:07.689 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8024 | 2024-12-19T21:40:10.049Z | [ recovery-image] Dec 19 21:40:07.690 INFO O| Dec 19 21:40:07.690 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8025 | 2024-12-19T21:40:10.056Z | [ recovery-image] Dec 19 21:40:07.697 INFO O| Dec 19 21:40:07.697 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8026 | 2024-12-19T21:40:10.199Z | [ recovery-image] Dec 19 21:40:07.845 INFO O| Dec 19 21:40:07.845 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8027 | 2024-12-19T21:40:10.305Z | [ recovery-image] Dec 19 21:40:07.946 INFO O| Dec 19 21:40:07.946 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8028 | 2024-12-19T21:40:10.357Z | [ recovery-image] Dec 19 21:40:08.003 INFO O| Dec 19 21:40:08.003 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8029 | 2024-12-19T21:40:10.386Z | [ recovery-image] Dec 19 21:40:08.031 INFO O| Dec 19 21:40:08.031 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8030 | 2024-12-19T21:40:10.433Z | [ recovery-image] Dec 19 21:40:08.079 INFO O| Dec 19 21:40:08.079 INFO no lofi found |
8031 | 2024-12-19T21:40:10.433Z | [ recovery-image] Dec 19 21:40:08.079 INFO O| Dec 19 21:40:08.079 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8032 | 2024-12-19T21:40:10.436Z | [ recovery-image] Dec 19 21:40:08.079 INFO O| Dec 19 21:40:08.079 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8033 | 2024-12-19T21:40:13.375Z | [ recovery-image] Dec 19 21:40:11.013 INFO O| Dec 19 21:40:11.013 INFO lofi device = /dev/dsk/c2t1d0p0 |
8034 | 2024-12-19T21:40:13.378Z | [ recovery-image] Dec 19 21:40:11.013 INFO O| Dec 19 21:40:11.013 INFO pool device = /dev/dsk/c2t1d0p0 |
8035 | 2024-12-19T21:40:13.378Z | [ recovery-image] Dec 19 21:40:11.014 INFO O| Dec 19 21:40:11.013 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
8036 | 2024-12-19T21:40:13.657Z | [ recovery-image] Dec 19 21:40:11.301 INFO O| Dec 19 21:40:11.301 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8037 | 2024-12-19T21:40:13.657Z | [ recovery-image] Dec 19 21:40:11.301 INFO O| Dec 19 21:40:11.301 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8038 | 2024-12-19T21:40:13.690Z | [ recovery-image] Dec 19 21:40:11.335 INFO O| Dec 19 21:40:11.335 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8039 | 2024-12-19T21:40:14.056Z | [ recovery-image] Dec 19 21:40:11.701 INFO O| Dec 19 21:40:11.701 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8040 | 2024-12-19T21:40:14.114Z | [ recovery-image] Dec 19 21:40:11.759 INFO O| Dec 19 21:40:11.759 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8041 | 2024-12-19T21:40:14.143Z | [ recovery-image] Dec 19 21:40:11.788 INFO O| Dec 19 21:40:11.787 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8042 | 2024-12-19T21:40:14.166Z | [ recovery-image] Dec 19 21:40:11.810 INFO O| Dec 19 21:40:11.810 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8043 | 2024-12-19T21:40:14.264Z | [ recovery-image] Dec 19 21:40:11.909 INFO O| Dec 19 21:40:11.909 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8044 | 2024-12-19T21:40:14.264Z | [ recovery-image] Dec 19 21:40:11.909 INFO O| Dec 19 21:40:11.909 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8045 | 2024-12-19T21:40:14.269Z | [ recovery-image] Dec 19 21:40:11.909 INFO O| Dec 19 21:40:11.909 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8046 | 2024-12-19T21:40:14.290Z | [ recovery-image] Dec 19 21:40:11.934 INFO O| Dec 19 21:40:11.934 INFO boot environment UUID: 20aa4066-0fac-4608-a090-6a2f57f508f7 |
8047 | 2024-12-19T21:40:14.296Z | [ recovery-image] Dec 19 21:40:11.934 INFO O| Dec 19 21:40:11.934 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 20aa4066-0fac-4608-a090-6a2f57f508f7 |
8048 | 2024-12-19T21:40:14.327Z | [ recovery-image] Dec 19 21:40:11.971 INFO O| Dec 19 21:40:11.971 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8049 | 2024-12-19T21:40:14.421Z | [ recovery-image] Dec 19 21:40:12.064 INFO O| Dec 19 21:40:12.064 INFO STEP 0 (create_be) COMPLETE |
8050 | 2024-12-19T21:40:14.421Z | [ recovery-image] Dec 19 21:40:12.064 INFO O| Dec 19 21:40:12.064 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8051 | 2024-12-19T21:40:14.491Z | [ recovery-image] Dec 19 21:40:12.135 INFO O| Dec 19 21:40:12.135 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"] |
8052 | 2024-12-19T21:40:21.697Z | [ recovery-image] Dec 19 21:40:19.332 INFO O| Dec 19 21:40:19.332 INFO STEP 1 (unpack_tar) COMPLETE |
8053 | 2024-12-19T21:40:21.697Z | [ recovery-image] Dec 19 21:40:19.332 INFO O| Dec 19 21:40:19.332 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8054 | 2024-12-19T21:40:21.721Z | [ recovery-image] Dec 19 21:40:19.352 INFO O| Dec 19 21:40:19.352 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8055 | 2024-12-19T21:40:22.151Z | [ recovery-image] Dec 19 21:40:19.785 INFO O| Dec 19 21:40:19.785 INFO STEP 2 (devfsadm) COMPLETE |
8056 | 2024-12-19T21:40:22.151Z | [ recovery-image] Dec 19 21:40:19.785 INFO O| Dec 19 21:40:19.785 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8057 | 2024-12-19T21:40:22.173Z | [ recovery-image] Dec 19 21:40:19.808 INFO O| Dec 19 21:40:19.808 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8058 | 2024-12-19T21:40:22.173Z | [ recovery-image] Dec 19 21:40:19.808 INFO O| Dec 19 21:40:19.808 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8059 | 2024-12-19T21:40:22.180Z | [ recovery-image] Dec 19 21:40:19.808 INFO O| Dec 19 21:40:19.808 INFO STEP 3 (ensure_dir) COMPLETE |
8060 | 2024-12-19T21:40:22.180Z | [ recovery-image] Dec 19 21:40:19.808 INFO O| Dec 19 21:40:19.808 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8061 | 2024-12-19T21:40:22.210Z | [ recovery-image] Dec 19 21:40:19.851 INFO O| Dec 19 21:40:19.850 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8062 | 2024-12-19T21:40:22.211Z | [ recovery-image] Dec 19 21:40:19.851 INFO O| Dec 19 21:40:19.850 INFO STEP 4 (ensure_dir) COMPLETE |
8063 | 2024-12-19T21:40:22.218Z | [ recovery-image] Dec 19 21:40:19.851 INFO O| Dec 19 21:40:19.850 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8064 | 2024-12-19T21:40:22.245Z | [ recovery-image] Dec 19 21:40:19.885 INFO O| Dec 19 21:40:19.885 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8065 | 2024-12-19T21:40:22.245Z | [ recovery-image] Dec 19 21:40:19.886 INFO O| Dec 19 21:40:19.886 INFO STEP 5 (ensure_dir) COMPLETE |
8066 | 2024-12-19T21:40:22.255Z | [ recovery-image] Dec 19 21:40:19.886 INFO O| Dec 19 21:40:19.886 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8067 | 2024-12-19T21:40:22.269Z | [ recovery-image] Dec 19 21:40:19.909 INFO O| Dec 19 21:40:19.909 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8068 | 2024-12-19T21:40:22.276Z | [ recovery-image] Dec 19 21:40:19.910 INFO O| Dec 19 21:40:19.910 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8069 | 2024-12-19T21:40:22.276Z | [ recovery-image] Dec 19 21:40:19.910 INFO O| Dec 19 21:40:19.910 INFO STEP 6 (ensure_dir) COMPLETE |
8070 | 2024-12-19T21:40:22.276Z | [ recovery-image] Dec 19 21:40:19.910 INFO O| Dec 19 21:40:19.910 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8071 | 2024-12-19T21:40:22.303Z | [ recovery-image] Dec 19 21:40:19.940 INFO O| Dec 19 21:40:19.940 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8072 | 2024-12-19T21:40:22.303Z | [ recovery-image] Dec 19 21:40:19.940 INFO O| Dec 19 21:40:19.940 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8073 | 2024-12-19T21:40:22.303Z | [ recovery-image] Dec 19 21:40:19.940 INFO O| Dec 19 21:40:19.940 INFO STEP 7 (ensure_dir) COMPLETE |
8074 | 2024-12-19T21:40:22.303Z | [ recovery-image] Dec 19 21:40:19.940 INFO O| Dec 19 21:40:19.940 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8075 | 2024-12-19T21:40:22.330Z | [ recovery-image] Dec 19 21:40:19.964 INFO O| Dec 19 21:40:19.964 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8076 | 2024-12-19T21:40:22.352Z | [ recovery-image] Dec 19 21:40:19.964 INFO O| Dec 19 21:40:19.964 INFO STEP 8 (remove_files) COMPLETE |
8077 | 2024-12-19T21:40:22.353Z | [ recovery-image] Dec 19 21:40:19.964 INFO O| Dec 19 21:40:19.964 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8078 | 2024-12-19T21:40:22.364Z | [ recovery-image] Dec 19 21:40:19.987 INFO O| Dec 19 21:40:19.987 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8079 | 2024-12-19T21:40:22.364Z | [ recovery-image] Dec 19 21:40:19.988 INFO O| Dec 19 21:40:19.988 INFO STEP 9 (remove_files) COMPLETE |
8080 | 2024-12-19T21:40:22.364Z | [ recovery-image] Dec 19 21:40:19.988 INFO O| Dec 19 21:40:19.988 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8081 | 2024-12-19T21:40:22.390Z | [ recovery-image] Dec 19 21:40:20.030 INFO O| Dec 19 21:40:20.030 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8082 | 2024-12-19T21:40:22.399Z | [ recovery-image] Dec 19 21:40:20.032 INFO O| Dec 19 21:40:20.031 INFO STEP 10 (remove_files) COMPLETE |
8083 | 2024-12-19T21:40:22.399Z | [ recovery-image] Dec 19 21:40:20.032 INFO O| Dec 19 21:40:20.032 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8084 | 2024-12-19T21:40:22.415Z | [ recovery-image] Dec 19 21:40:20.055 INFO O| Dec 19 21:40:20.055 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8085 | 2024-12-19T21:40:26.340Z | [ recovery-image] Dec 19 21:40:20.055 INFO O| Dec 19 21:40:20.055 INFO STEP 11 (remove_files) COMPLETE |
8086 | 2024-12-19T21:40:26.340Z | [ recovery-image] Dec 19 21:40:20.056 INFO O| Dec 19 21:40:20.055 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8087 | 2024-12-19T21:40:26.340Z | [ recovery-image] Dec 19 21:40:20.087 INFO O| Dec 19 21:40:20.087 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8088 | 2024-12-19T21:40:26.340Z | [ recovery-image] Dec 19 21:40:20.088 INFO O| Dec 19 21:40:20.087 INFO STEP 12 (remove_files) COMPLETE |
8089 | 2024-12-19T21:40:26.340Z | [ recovery-image] Dec 19 21:40:20.088 INFO O| Dec 19 21:40:20.088 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8090 | 2024-12-19T21:40:26.340Z | [ recovery-image] Dec 19 21:40:20.126 INFO O| Dec 19 21:40:20.126 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8091 | 2024-12-19T21:40:26.340Z | [ recovery-image] Dec 19 21:40:20.126 INFO O| Dec 19 21:40:20.126 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8092 | 2024-12-19T21:40:26.340Z | [ recovery-image] Dec 19 21:40:20.127 INFO O| Dec 19 21:40:20.126 INFO STEP 13 (ensure_dir) COMPLETE |
8093 | 2024-12-19T21:40:26.340Z | [ recovery-image] Dec 19 21:40:20.127 INFO O| Dec 19 21:40:20.127 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8094 | 2024-12-19T21:40:26.340Z | [ recovery-image] Dec 19 21:40:20.149 INFO O| Dec 19 21:40:20.149 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8095 | 2024-12-19T21:40:26.340Z | [ recovery-image] Dec 19 21:40:20.149 INFO O| Dec 19 21:40:20.149 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8096 | 2024-12-19T21:40:26.340Z | [ recovery-image] Dec 19 21:40:20.149 INFO O| Dec 19 21:40:20.149 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8097 | 2024-12-19T21:40:26.340Z | [ recovery-image] Dec 19 21:40:20.149 INFO O| Dec 19 21:40:20.149 INFO STEP 14 (ensure_dir) COMPLETE |
8098 | 2024-12-19T21:40:26.342Z | [ recovery-image] Dec 19 21:40:20.149 INFO O| Dec 19 21:40:20.149 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8099 | 2024-12-19T21:40:26.342Z | [ recovery-image] Dec 19 21:40:20.179 INFO O| Dec 19 21:40:20.179 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8100 | 2024-12-19T21:40:26.342Z | [ recovery-image] Dec 19 21:40:20.179 INFO O| Dec 19 21:40:20.179 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8101 | 2024-12-19T21:40:26.342Z | [ recovery-image] Dec 19 21:40:20.179 INFO O| Dec 19 21:40:20.179 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8102 | 2024-12-19T21:40:26.342Z | [ recovery-image] Dec 19 21:40:20.179 INFO O| Dec 19 21:40:20.179 INFO STEP 15 (ensure_dir) COMPLETE |
8103 | 2024-12-19T21:40:26.342Z | [ recovery-image] Dec 19 21:40:20.179 INFO O| Dec 19 21:40:20.179 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8104 | 2024-12-19T21:40:26.342Z | [ recovery-image] Dec 19 21:40:20.213 INFO O| Dec 19 21:40:20.213 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8105 | 2024-12-19T21:40:26.342Z | [ recovery-image] Dec 19 21:40:20.213 INFO O| Dec 19 21:40:20.213 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8106 | 2024-12-19T21:40:26.342Z | [ recovery-image] Dec 19 21:40:20.213 INFO O| Dec 19 21:40:20.213 INFO STEP 16 (ensure_dir) COMPLETE |
8107 | 2024-12-19T21:40:26.342Z | [ recovery-image] Dec 19 21:40:20.213 INFO O| Dec 19 21:40:20.213 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8108 | 2024-12-19T21:40:26.342Z | [ recovery-image] Dec 19 21:40:20.235 INFO O| Dec 19 21:40:20.235 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8109 | 2024-12-19T21:40:26.342Z | [ recovery-image] Dec 19 21:40:20.235 INFO O| Dec 19 21:40:20.235 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8110 | 2024-12-19T21:40:26.344Z | [ recovery-image] Dec 19 21:40:20.235 INFO O| Dec 19 21:40:20.235 INFO STEP 17 (ensure_dir) COMPLETE |
8111 | 2024-12-19T21:40:26.344Z | [ recovery-image] Dec 19 21:40:20.235 INFO O| Dec 19 21:40:20.235 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8112 | 2024-12-19T21:40:26.344Z | [ recovery-image] Dec 19 21:40:20.337 INFO O| Dec 19 21:40:20.337 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8113 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.337 INFO O| Dec 19 21:40:20.337 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8114 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.337 INFO O| Dec 19 21:40:20.337 INFO ok! |
8115 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.337 INFO O| Dec 19 21:40:20.337 INFO STEP 18 (ensure_symlink) COMPLETE |
8116 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.337 INFO O| Dec 19 21:40:20.337 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8117 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.415 INFO O| Dec 19 21:40:20.415 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8118 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.415 INFO O| Dec 19 21:40:20.415 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8119 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.415 INFO O| Dec 19 21:40:20.415 INFO ok! |
8120 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.415 INFO O| Dec 19 21:40:20.415 INFO STEP 19 (ensure_file) COMPLETE |
8121 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.415 INFO O| Dec 19 21:40:20.415 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8122 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.451 INFO O| Dec 19 21:40:20.451 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8123 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.451 INFO O| Dec 19 21:40:20.451 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8124 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.452 INFO O| Dec 19 21:40:20.452 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8125 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.452 INFO O| Dec 19 21:40:20.452 INFO ok! |
8126 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.452 INFO O| Dec 19 21:40:20.452 INFO STEP 20 (ensure_symlink) COMPLETE |
8127 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.452 INFO O| Dec 19 21:40:20.452 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8128 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.473 INFO O| Dec 19 21:40:20.473 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8129 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.473 INFO O| Dec 19 21:40:20.473 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8130 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.473 INFO O| Dec 19 21:40:20.473 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8131 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.474 INFO O| Dec 19 21:40:20.473 INFO ok! |
8132 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.474 INFO O| Dec 19 21:40:20.474 INFO STEP 21 (ensure_symlink) COMPLETE |
8133 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.474 INFO O| Dec 19 21:40:20.474 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8134 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.533 INFO O| Dec 19 21:40:20.533 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8135 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.533 INFO O| Dec 19 21:40:20.533 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8136 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.534 INFO O| Dec 19 21:40:20.533 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8137 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.534 INFO O| Dec 19 21:40:20.534 INFO ok! |
8138 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.534 INFO O| Dec 19 21:40:20.534 INFO STEP 22 (ensure_symlink) COMPLETE |
8139 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.534 INFO O| Dec 19 21:40:20.534 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8140 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.564 INFO O| Dec 19 21:40:20.564 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8141 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.564 INFO O| Dec 19 21:40:20.564 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8142 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.564 INFO O| Dec 19 21:40:20.564 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8143 | 2024-12-19T21:40:26.345Z | [ recovery-image] Dec 19 21:40:20.564 INFO O| Dec 19 21:40:20.564 INFO ok! |
8144 | 2024-12-19T21:40:26.346Z | [ recovery-image] Dec 19 21:40:20.564 INFO O| Dec 19 21:40:20.564 INFO STEP 23 (ensure_symlink) COMPLETE |
8145 | 2024-12-19T21:40:26.346Z | [ recovery-image] Dec 19 21:40:20.565 INFO O| Dec 19 21:40:20.565 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8146 | 2024-12-19T21:40:26.346Z | [ recovery-image] Dec 19 21:40:20.610 INFO O| Dec 19 21:40:20.610 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8147 | 2024-12-19T21:40:26.346Z | [ recovery-image] Dec 19 21:40:20.610 INFO O| Dec 19 21:40:20.610 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 ... |
8148 | 2024-12-19T21:40:26.346Z | [ recovery-image] Dec 19 21:40:20.610 INFO O| Dec 19 21:40:20.610 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8149 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.610 INFO O| Dec 19 21:40:20.610 INFO ok! |
8150 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.610 INFO O| Dec 19 21:40:20.610 INFO STEP 24 (ensure_file) COMPLETE |
8151 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.610 INFO O| Dec 19 21:40:20.610 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8152 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.658 INFO O| Dec 19 21:40:20.658 INFO updating shadow file |
8153 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.659 INFO O| Dec 19 21:40:20.659 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8154 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.659 INFO O| Dec 19 21:40:20.659 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8155 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.659 INFO O| Dec 19 21:40:20.659 INFO STEP 25 (shadow) COMPLETE |
8156 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.659 INFO O| Dec 19 21:40:20.659 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8157 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.689 INFO O| Dec 19 21:40:20.689 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8158 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.689 INFO O| Dec 19 21:40:20.689 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8159 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.689 INFO O| Dec 19 21:40:20.689 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8160 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.689 INFO O| Dec 19 21:40:20.689 INFO ok! |
8161 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.689 INFO O| Dec 19 21:40:20.689 INFO STEP 26 (ensure_file) COMPLETE |
8162 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.689 INFO O| Dec 19 21:40:20.689 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8163 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.723 INFO O| Dec 19 21:40:20.723 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8164 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.723 INFO O| Dec 19 21:40:20.723 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8165 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.724 INFO O| Dec 19 21:40:20.723 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8166 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.724 INFO O| Dec 19 21:40:20.724 INFO ok! |
8167 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.724 INFO O| Dec 19 21:40:20.724 INFO STEP 27 (ensure_file) COMPLETE |
8168 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.724 INFO O| Dec 19 21:40:20.724 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8169 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.770 INFO O| Dec 19 21:40:20.770 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8170 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.770 INFO O| Dec 19 21:40:20.770 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8171 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.770 INFO O| Dec 19 21:40:20.770 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8172 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.770 INFO O| Dec 19 21:40:20.770 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8173 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.770 INFO O| Dec 19 21:40:20.770 INFO ok! |
8174 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.770 INFO O| Dec 19 21:40:20.770 INFO STEP 28 (ensure_file) COMPLETE |
8175 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.770 INFO O| Dec 19 21:40:20.770 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8176 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.802 INFO O| Dec 19 21:40:20.802 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8177 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.802 INFO O| Dec 19 21:40:20.802 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8178 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.802 INFO O| Dec 19 21:40:20.802 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8179 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.802 INFO O| Dec 19 21:40:20.802 INFO ok! |
8180 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.802 INFO O| Dec 19 21:40:20.802 INFO STEP 29 (ensure_file) COMPLETE |
8181 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.802 INFO O| Dec 19 21:40:20.802 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8182 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.826 INFO O| Dec 19 21:40:20.826 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8183 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.826 INFO O| Dec 19 21:40:20.826 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8184 | 2024-12-19T21:40:26.347Z | [ recovery-image] Dec 19 21:40:20.826 INFO O| Dec 19 21:40:20.826 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8185 | 2024-12-19T21:40:26.414Z | [ recovery-image] Dec 19 21:40:20.826 INFO O| Dec 19 21:40:20.826 INFO ok! |
8186 | 2024-12-19T21:40:26.414Z | [ recovery-image] Dec 19 21:40:20.826 INFO O| Dec 19 21:40:20.826 INFO STEP 30 (ensure_file) COMPLETE |
8187 | 2024-12-19T21:40:26.414Z | [ recovery-image] Dec 19 21:40:20.826 INFO O| Dec 19 21:40:20.826 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8188 | 2024-12-19T21:40:26.414Z | [ recovery-image] Dec 19 21:40:20.851 INFO O| Dec 19 21:40:20.851 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8189 | 2024-12-19T21:40:26.414Z | [ recovery-image] Dec 19 21:40:20.852 INFO O| Dec 19 21:40:20.851 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8190 | 2024-12-19T21:40:26.414Z | [ recovery-image] Dec 19 21:40:20.852 INFO O| Dec 19 21:40:20.852 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8191 | 2024-12-19T21:40:26.414Z | [ recovery-image] Dec 19 21:40:20.852 INFO O| Dec 19 21:40:20.852 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8192 | 2024-12-19T21:40:26.414Z | [ recovery-image] Dec 19 21:40:20.852 INFO O| Dec 19 21:40:20.852 INFO ok! |
8193 | 2024-12-19T21:40:26.414Z | [ recovery-image] Dec 19 21:40:20.852 INFO O| Dec 19 21:40:20.852 INFO STEP 31 (ensure_file) COMPLETE |
8194 | 2024-12-19T21:40:26.414Z | [ recovery-image] Dec 19 21:40:20.852 INFO O| Dec 19 21:40:20.852 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8195 | 2024-12-19T21:40:26.415Z | [ recovery-image] Dec 19 21:40:20.896 INFO O| Dec 19 21:40:20.896 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8196 | 2024-12-19T21:40:26.415Z | [ recovery-image] Dec 19 21:40:20.896 INFO O| Dec 19 21:40:20.896 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8197 | 2024-12-19T21:40:26.416Z | [ recovery-image] Dec 19 21:40:20.896 INFO O| Dec 19 21:40:20.896 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8198 | 2024-12-19T21:40:26.416Z | [ recovery-image] Dec 19 21:40:20.896 INFO O| Dec 19 21:40:20.896 INFO ok! |
8199 | 2024-12-19T21:40:26.416Z | [ recovery-image] Dec 19 21:40:20.896 INFO O| Dec 19 21:40:20.896 INFO STEP 32 (ensure_file) COMPLETE |
8200 | 2024-12-19T21:40:26.416Z | [ recovery-image] Dec 19 21:40:20.896 INFO O| Dec 19 21:40:20.896 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8201 | 2024-12-19T21:40:26.416Z | [ recovery-image] Dec 19 21:40:20.921 INFO O| Dec 19 21:40:20.921 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8202 | 2024-12-19T21:40:26.416Z | [ recovery-image] Dec 19 21:40:20.921 INFO O| Dec 19 21:40:20.921 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8203 | 2024-12-19T21:40:26.416Z | [ recovery-image] Dec 19 21:40:20.921 INFO O| Dec 19 21:40:20.921 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8204 | 2024-12-19T21:40:26.416Z | [ recovery-image] Dec 19 21:40:20.921 INFO O| Dec 19 21:40:20.921 INFO ok! |
8205 | 2024-12-19T21:40:26.416Z | [ recovery-image] Dec 19 21:40:20.921 INFO O| Dec 19 21:40:20.921 INFO STEP 33 (ensure_file) COMPLETE |
8206 | 2024-12-19T21:40:26.416Z | [ recovery-image] Dec 19 21:40:20.921 INFO O| Dec 19 21:40:20.921 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8207 | 2024-12-19T21:40:26.416Z | [ recovery-image] Dec 19 21:40:20.958 INFO O| Dec 19 21:40:20.945 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8208 | 2024-12-19T21:40:26.416Z | [ recovery-image] Dec 19 21:40:20.958 INFO O| Dec 19 21:40:20.945 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8209 | 2024-12-19T21:40:26.417Z | [ recovery-image] Dec 19 21:40:20.958 INFO O| Dec 19 21:40:20.945 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8210 | 2024-12-19T21:40:26.417Z | [ recovery-image] Dec 19 21:40:20.958 INFO O| Dec 19 21:40:20.945 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8211 | 2024-12-19T21:40:26.417Z | [ recovery-image] Dec 19 21:40:20.958 INFO O| Dec 19 21:40:20.945 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8212 | 2024-12-19T21:40:26.417Z | [ recovery-image] Dec 19 21:40:20.958 INFO O| Dec 19 21:40:20.945 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8213 | 2024-12-19T21:40:26.417Z | [ recovery-image] Dec 19 21:40:20.958 INFO O| Dec 19 21:40:20.945 INFO ok! |
8214 | 2024-12-19T21:40:26.417Z | [ recovery-image] Dec 19 21:40:20.958 INFO O| Dec 19 21:40:20.945 INFO STEP 34 (ensure_file) COMPLETE |
8215 | 2024-12-19T21:40:26.417Z | [ recovery-image] Dec 19 21:40:20.958 INFO O| Dec 19 21:40:20.946 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8216 | 2024-12-19T21:40:26.417Z | [ recovery-image] Dec 19 21:40:20.970 INFO O| Dec 19 21:40:20.969 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8217 | 2024-12-19T21:40:26.417Z | [ recovery-image] Dec 19 21:40:20.970 INFO O| Dec 19 21:40:20.970 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8218 | 2024-12-19T21:40:26.417Z | [ recovery-image] Dec 19 21:40:20.970 INFO O| Dec 19 21:40:20.970 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8219 | 2024-12-19T21:40:26.417Z | [ recovery-image] Dec 19 21:40:20.970 INFO O| Dec 19 21:40:20.970 INFO STEP 35 (ensure_dir) COMPLETE |
8220 | 2024-12-19T21:40:26.417Z | [ recovery-image] Dec 19 21:40:20.970 INFO O| Dec 19 21:40:20.970 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8221 | 2024-12-19T21:40:26.417Z | [ recovery-image] Dec 19 21:40:20.994 INFO O| Dec 19 21:40:20.994 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 |
8222 | 2024-12-19T21:40:26.417Z | [ recovery-image] Dec 19 21:40:20.994 INFO O| Dec 19 21:40:20.994 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 ... |
8223 | 2024-12-19T21:40:26.417Z | [ recovery-image] Dec 19 21:40:20.994 INFO O| Dec 19 21:40:20.994 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 |
8224 | 2024-12-19T21:40:26.417Z | [ recovery-image] Dec 19 21:40:20.995 INFO O| Dec 19 21:40:20.994 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 |
8225 | 2024-12-19T21:40:26.417Z | [ recovery-image] Dec 19 21:40:20.995 INFO O| Dec 19 21:40:20.995 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 |
8226 | 2024-12-19T21:40:26.417Z | [ recovery-image] Dec 19 21:40:20.995 INFO O| Dec 19 21:40:20.995 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 |
8227 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:20.995 INFO O| Dec 19 21:40:20.995 INFO ok! |
8228 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:20.995 INFO O| Dec 19 21:40:20.995 INFO STEP 36 (ensure_file) COMPLETE |
8229 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:20.995 INFO O| Dec 19 21:40:20.995 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8230 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.019 INFO O| Dec 19 21:40:21.018 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8231 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.019 INFO O| Dec 19 21:40:21.018 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 ... |
8232 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.019 INFO O| Dec 19 21:40:21.019 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8233 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.019 INFO O| Dec 19 21:40:21.019 INFO ok! |
8234 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.019 INFO O| Dec 19 21:40:21.019 INFO STEP 37 (ensure_symlink) COMPLETE |
8235 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.019 INFO O| Dec 19 21:40:21.019 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8236 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.043 INFO O| Dec 19 21:40:21.043 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8237 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.043 INFO O| Dec 19 21:40:21.043 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8238 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.044 INFO O| Dec 19 21:40:21.044 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8239 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.044 INFO O| Dec 19 21:40:21.044 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8240 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.044 INFO O| Dec 19 21:40:21.044 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8241 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.044 INFO O| Dec 19 21:40:21.044 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8242 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.044 INFO O| Dec 19 21:40:21.044 INFO ok! |
8243 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.044 INFO O| Dec 19 21:40:21.044 INFO STEP 38 (ensure_file) COMPLETE |
8244 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.044 INFO O| Dec 19 21:40:21.044 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8245 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.069 INFO O| Dec 19 21:40:21.069 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8246 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.069 INFO O| Dec 19 21:40:21.069 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 ... |
8247 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.069 INFO O| Dec 19 21:40:21.069 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 |
8248 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.069 INFO O| Dec 19 21:40:21.069 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8249 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.069 INFO O| Dec 19 21:40:21.069 INFO ok! |
8250 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.069 INFO O| Dec 19 21:40:21.069 INFO STEP 39 (ensure_file) COMPLETE |
8251 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.069 INFO O| Dec 19 21:40:21.069 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8252 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.105 INFO O| Dec 19 21:40:21.104 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8253 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.105 INFO O| Dec 19 21:40:21.105 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8254 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.105 INFO O| Dec 19 21:40:21.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8255 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.105 INFO O| Dec 19 21:40:21.105 INFO ok! |
8256 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.105 INFO O| Dec 19 21:40:21.105 INFO STEP 40 (ensure_file) COMPLETE |
8257 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.105 INFO O| Dec 19 21:40:21.105 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8258 | 2024-12-19T21:40:26.418Z | [ recovery-image] Dec 19 21:40:21.127 INFO O| Dec 19 21:40:21.127 INFO updating shadow file |
8259 | 2024-12-19T21:40:26.419Z | [ recovery-image] Dec 19 21:40:21.127 INFO O| Dec 19 21:40:21.127 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8260 | 2024-12-19T21:40:26.419Z | [ recovery-image] Dec 19 21:40:21.127 INFO O| Dec 19 21:40:21.127 INFO STEP 41 (shadow) COMPLETE |
8261 | 2024-12-19T21:40:26.419Z | [ recovery-image] Dec 19 21:40:21.127 INFO O| Dec 19 21:40:21.127 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8262 | 2024-12-19T21:40:26.419Z | [ recovery-image] Dec 19 21:40:21.149 INFO O| Dec 19 21:40:21.148 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8263 | 2024-12-19T21:40:26.419Z | [ recovery-image] Dec 19 21:40:21.149 INFO O| Dec 19 21:40:21.149 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8264 | 2024-12-19T21:40:26.419Z | [ recovery-image] Dec 19 21:40:21.149 INFO O| Dec 19 21:40:21.149 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8265 | 2024-12-19T21:40:26.419Z | [ recovery-image] Dec 19 21:40:21.149 INFO O| Dec 19 21:40:21.149 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8266 | 2024-12-19T21:40:26.419Z | [ recovery-image] Dec 19 21:40:21.149 INFO O| Dec 19 21:40:21.149 INFO ok! |
8267 | 2024-12-19T21:40:26.419Z | [ recovery-image] Dec 19 21:40:21.149 INFO O| Dec 19 21:40:21.149 INFO STEP 42 (ensure_file) COMPLETE |
8268 | 2024-12-19T21:40:26.419Z | [ recovery-image] Dec 19 21:40:21.149 INFO O| Dec 19 21:40:21.149 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8269 | 2024-12-19T21:40:26.419Z | [ recovery-image] Dec 19 21:40:21.177 INFO O| Dec 19 21:40:21.177 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8270 | 2024-12-19T21:40:26.419Z | [ recovery-image] Dec 19 21:40:21.177 INFO O| Dec 19 21:40:21.177 INFO STEP 43 (ensure_dir) COMPLETE |
8271 | 2024-12-19T21:40:26.419Z | [ recovery-image] Dec 19 21:40:21.177 INFO O| Dec 19 21:40:21.177 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8272 | 2024-12-19T21:40:26.419Z | [ recovery-image] Dec 19 21:40:21.215 INFO O| Dec 19 21:40:21.215 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8273 | 2024-12-19T21:40:26.419Z | [ recovery-image] Dec 19 21:40:21.215 INFO O| Dec 19 21:40:21.215 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8274 | 2024-12-19T21:40:26.419Z | [ recovery-image] Dec 19 21:40:21.216 INFO O| Dec 19 21:40:21.215 INFO STEP 44 (ensure_dir) COMPLETE |
8275 | 2024-12-19T21:40:26.419Z | [ recovery-image] Dec 19 21:40:21.216 INFO O| Dec 19 21:40:21.215 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8276 | 2024-12-19T21:40:26.419Z | [ recovery-image] Dec 19 21:40:21.261 INFO O| Dec 19 21:40:21.261 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8277 | 2024-12-19T21:40:26.419Z | [ recovery-image] Dec 19 21:40:21.261 INFO O| Dec 19 21:40:21.261 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8278 | 2024-12-19T21:40:26.419Z | [ recovery-image] Dec 19 21:40:21.261 INFO O| Dec 19 21:40:21.261 INFO STEP 45 (ensure_dir) COMPLETE |
8279 | 2024-12-19T21:40:26.419Z | [ recovery-image] Dec 19 21:40:21.261 INFO O| Dec 19 21:40:21.261 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8280 | 2024-12-19T21:40:26.422Z | [ recovery-image] Dec 19 21:40:21.319 INFO O| Dec 19 21:40:21.319 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8281 | 2024-12-19T21:40:26.422Z | [ recovery-image] Dec 19 21:40:21.319 INFO O| Dec 19 21:40:21.319 INFO copying /tmp/.tmpZORqCZ/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8282 | 2024-12-19T21:40:26.422Z | [ recovery-image] Dec 19 21:40:21.366 INFO O| Dec 19 21:40:21.366 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8283 | 2024-12-19T21:40:26.422Z | [ recovery-image] Dec 19 21:40:21.366 INFO O| Dec 19 21:40:21.366 INFO ok! |
8284 | 2024-12-19T21:40:26.422Z | [ recovery-image] Dec 19 21:40:21.366 INFO O| Dec 19 21:40:21.366 INFO STEP 46 (ensure_file) COMPLETE |
8285 | 2024-12-19T21:40:26.453Z | [ recovery-image] Dec 19 21:40:21.366 INFO O| Dec 19 21:40:21.366 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8286 | 2024-12-19T21:40:26.453Z | [ recovery-image] Dec 19 21:40:21.404 INFO O| Dec 19 21:40:21.404 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8287 | 2024-12-19T21:40:26.453Z | [ recovery-image] Dec 19 21:40:21.405 INFO O| Dec 19 21:40:21.405 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8288 | 2024-12-19T21:40:26.454Z | [ recovery-image] Dec 19 21:40:21.405 INFO O| Dec 19 21:40:21.405 INFO STEP 47 (ensure_dir) COMPLETE |
8289 | 2024-12-19T21:40:26.454Z | [ recovery-image] Dec 19 21:40:21.405 INFO O| Dec 19 21:40:21.405 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8290 | 2024-12-19T21:40:26.454Z | [ recovery-image] Dec 19 21:40:21.439 INFO O| Dec 19 21:40:21.439 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8291 | 2024-12-19T21:40:26.454Z | [ recovery-image] Dec 19 21:40:21.440 INFO O| Dec 19 21:40:21.439 INFO copying /tmp/.tmpZORqCZ/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8292 | 2024-12-19T21:40:26.454Z | [ recovery-image] Dec 19 21:40:21.440 INFO O| Dec 19 21:40:21.440 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8293 | 2024-12-19T21:40:26.454Z | [ recovery-image] Dec 19 21:40:21.440 INFO O| Dec 19 21:40:21.440 INFO ok! |
8294 | 2024-12-19T21:40:26.454Z | [ recovery-image] Dec 19 21:40:21.440 INFO O| Dec 19 21:40:21.440 INFO STEP 48 (ensure_file) COMPLETE |
8295 | 2024-12-19T21:40:26.454Z | [ recovery-image] Dec 19 21:40:21.440 INFO O| Dec 19 21:40:21.440 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8296 | 2024-12-19T21:40:26.454Z | [ recovery-image] Dec 19 21:40:21.503 INFO O| Dec 19 21:40:21.503 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8297 | 2024-12-19T21:40:26.454Z | [ recovery-image] Dec 19 21:40:21.503 INFO O| Dec 19 21:40:21.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8298 | 2024-12-19T21:40:26.454Z | [ recovery-image] Dec 19 21:40:21.503 INFO O| Dec 19 21:40:21.503 INFO STEP 49 (ensure_dir) COMPLETE |
8299 | 2024-12-19T21:40:26.454Z | [ recovery-image] Dec 19 21:40:21.503 INFO O| Dec 19 21:40:21.503 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8300 | 2024-12-19T21:40:26.454Z | [ recovery-image] Dec 19 21:40:21.542 INFO O| Dec 19 21:40:21.542 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8301 | 2024-12-19T21:40:26.454Z | [ recovery-image] Dec 19 21:40:21.542 INFO O| Dec 19 21:40:21.542 INFO copying /tmp/.tmpZORqCZ/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8302 | 2024-12-19T21:40:26.454Z | [ recovery-image] Dec 19 21:40:21.565 INFO O| Dec 19 21:40:21.564 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8303 | 2024-12-19T21:40:26.454Z | [ recovery-image] Dec 19 21:40:21.565 INFO O| Dec 19 21:40:21.565 INFO ok! |
8304 | 2024-12-19T21:40:26.454Z | [ recovery-image] Dec 19 21:40:21.565 INFO O| Dec 19 21:40:21.565 INFO STEP 50 (ensure_file) COMPLETE |
8305 | 2024-12-19T21:40:26.454Z | [ recovery-image] Dec 19 21:40:21.565 INFO O| Dec 19 21:40:21.565 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8306 | 2024-12-19T21:40:26.454Z | [ recovery-image] Dec 19 21:40:21.602 INFO O| Dec 19 21:40:21.602 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8307 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:21.602 INFO O| Dec 19 21:40:21.602 INFO copying /tmp/.tmpZORqCZ/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8308 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.645 INFO O| Dec 19 21:40:23.645 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8309 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.645 INFO O| Dec 19 21:40:23.645 INFO ok! |
8310 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.645 INFO O| Dec 19 21:40:23.645 INFO STEP 51 (ensure_file) COMPLETE |
8311 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.645 INFO O| Dec 19 21:40:23.645 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8312 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.664 INFO O| Dec 19 21:40:23.664 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8313 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.664 INFO O| Dec 19 21:40:23.664 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8314 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.664 INFO O| Dec 19 21:40:23.664 INFO STEP 52 (ensure_dir) COMPLETE |
8315 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.664 INFO O| Dec 19 21:40:23.664 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8316 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.692 INFO O| Dec 19 21:40:23.692 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8317 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.692 INFO O| Dec 19 21:40:23.692 INFO copying /tmp/.tmpZORqCZ/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 ... |
8318 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.692 INFO O| Dec 19 21:40:23.692 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 |
8319 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.692 INFO O| Dec 19 21:40:23.692 INFO ok! |
8320 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.692 INFO O| Dec 19 21:40:23.692 INFO STEP 53 (ensure_file) COMPLETE |
8321 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.692 INFO O| Dec 19 21:40:23.692 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8322 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.732 INFO O| Dec 19 21:40:23.732 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8323 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.732 INFO O| Dec 19 21:40:23.732 INFO copying /tmp/.tmpZORqCZ/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 ... |
8324 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.732 INFO O| Dec 19 21:40:23.732 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 |
8325 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.732 INFO O| Dec 19 21:40:23.732 INFO ok! |
8326 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.732 INFO O| Dec 19 21:40:23.732 INFO STEP 54 (ensure_file) COMPLETE |
8327 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.732 INFO O| Dec 19 21:40:23.732 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8328 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.783 INFO O| Dec 19 21:40:23.783 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8329 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.783 INFO O| Dec 19 21:40:23.783 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8330 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.783 INFO O| Dec 19 21:40:23.783 INFO STEP 55 (ensure_dir) COMPLETE |
8331 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.783 INFO O| Dec 19 21:40:23.783 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8332 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.806 INFO O| Dec 19 21:40:23.806 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8333 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.806 INFO O| Dec 19 21:40:23.806 INFO copying /tmp/.tmpZORqCZ/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 ... |
8334 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.806 INFO O| Dec 19 21:40:23.806 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8335 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.806 INFO O| Dec 19 21:40:23.806 INFO ok! |
8336 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.806 INFO O| Dec 19 21:40:23.806 INFO STEP 56 (ensure_file) COMPLETE |
8337 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.806 INFO O| Dec 19 21:40:23.806 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8338 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.829 INFO O| Dec 19 21:40:23.829 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8339 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.829 INFO O| Dec 19 21:40:23.829 INFO copying /tmp/.tmpZORqCZ/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 ... |
8340 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.829 INFO O| Dec 19 21:40:23.829 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 |
8341 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.829 INFO O| Dec 19 21:40:23.829 INFO ok! |
8342 | 2024-12-19T21:40:26.455Z | [ recovery-image] Dec 19 21:40:23.829 INFO O| Dec 19 21:40:23.829 INFO STEP 57 (ensure_file) COMPLETE |
8343 | 2024-12-19T21:40:26.456Z | [ recovery-image] Dec 19 21:40:23.829 INFO O| Dec 19 21:40:23.829 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8344 | 2024-12-19T21:40:26.456Z | [ recovery-image] Dec 19 21:40:23.852 INFO O| Dec 19 21:40:23.852 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8345 | 2024-12-19T21:40:26.456Z | [ recovery-image] Dec 19 21:40:23.852 INFO O| Dec 19 21:40:23.852 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8346 | 2024-12-19T21:40:26.456Z | [ recovery-image] Dec 19 21:40:23.852 INFO O| Dec 19 21:40:23.852 INFO STEP 58 (ensure_dir) COMPLETE |
8347 | 2024-12-19T21:40:26.456Z | [ recovery-image] Dec 19 21:40:23.852 INFO O| Dec 19 21:40:23.852 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8348 | 2024-12-19T21:40:26.456Z | [ recovery-image] Dec 19 21:40:23.875 INFO O| Dec 19 21:40:23.875 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8349 | 2024-12-19T21:40:26.456Z | [ recovery-image] Dec 19 21:40:23.875 INFO O| Dec 19 21:40:23.875 INFO copying /tmp/.tmpZORqCZ/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 ... |
8350 | 2024-12-19T21:40:26.456Z | [ recovery-image] Dec 19 21:40:23.875 INFO O| Dec 19 21:40:23.875 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8351 | 2024-12-19T21:40:26.456Z | [ recovery-image] Dec 19 21:40:23.875 INFO O| Dec 19 21:40:23.875 INFO ok! |
8352 | 2024-12-19T21:40:26.456Z | [ recovery-image] Dec 19 21:40:23.875 INFO O| Dec 19 21:40:23.875 INFO STEP 59 (ensure_file) COMPLETE |
8353 | 2024-12-19T21:40:26.458Z | [ recovery-image] Dec 19 21:40:23.875 INFO O| Dec 19 21:40:23.875 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8354 | 2024-12-19T21:40:26.458Z | [ recovery-image] Dec 19 21:40:23.901 INFO O| Dec 19 21:40:23.901 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8355 | 2024-12-19T21:40:26.458Z | [ recovery-image] Dec 19 21:40:23.901 INFO O| Dec 19 21:40:23.901 INFO copying /tmp/.tmpZORqCZ/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8356 | 2024-12-19T21:40:26.458Z | [ recovery-image] Dec 19 21:40:23.901 INFO O| Dec 19 21:40:23.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8357 | 2024-12-19T21:40:26.458Z | [ recovery-image] Dec 19 21:40:23.901 INFO O| Dec 19 21:40:23.901 INFO ok! |
8358 | 2024-12-19T21:40:26.458Z | [ recovery-image] Dec 19 21:40:23.901 INFO O| Dec 19 21:40:23.901 INFO STEP 60 (ensure_file) COMPLETE |
8359 | 2024-12-19T21:40:26.458Z | [ recovery-image] Dec 19 21:40:23.901 INFO O| Dec 19 21:40:23.901 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8360 | 2024-12-19T21:40:26.458Z | [ recovery-image] Dec 19 21:40:23.963 INFO O| Dec 19 21:40:23.963 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8361 | 2024-12-19T21:40:26.458Z | [ recovery-image] Dec 19 21:40:23.963 INFO O| Dec 19 21:40:23.963 INFO STEP 61 (ensure_dir) COMPLETE |
8362 | 2024-12-19T21:40:26.458Z | [ recovery-image] Dec 19 21:40:23.963 INFO O| Dec 19 21:40:23.963 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8363 | 2024-12-19T21:40:26.458Z | [ recovery-image] Dec 19 21:40:23.984 INFO O| Dec 19 21:40:23.984 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8364 | 2024-12-19T21:40:26.458Z | [ recovery-image] Dec 19 21:40:23.984 INFO O| Dec 19 21:40:23.984 INFO STEP 62 (ensure_dir) COMPLETE |
8365 | 2024-12-19T21:40:26.458Z | [ recovery-image] Dec 19 21:40:23.985 INFO O| Dec 19 21:40:23.985 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8366 | 2024-12-19T21:40:26.469Z | [ recovery-image] Dec 19 21:40:24.071 INFO O| Dec 19 21:40:24.071 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8367 | 2024-12-19T21:40:26.469Z | [ recovery-image] Dec 19 21:40:24.071 INFO O| Dec 19 21:40:24.071 INFO STEP 63 (ensure_dir) COMPLETE |
8368 | 2024-12-19T21:40:26.469Z | [ recovery-image] Dec 19 21:40:24.071 INFO O| Dec 19 21:40:24.071 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8369 | 2024-12-19T21:40:26.488Z | [ recovery-image] Dec 19 21:40:24.126 INFO O| Dec 19 21:40:24.126 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8370 | 2024-12-19T21:40:26.488Z | [ recovery-image] Dec 19 21:40:24.126 INFO O| Dec 19 21:40:24.126 INFO STEP 64 (ensure_dir) COMPLETE |
8371 | 2024-12-19T21:40:26.491Z | [ recovery-image] Dec 19 21:40:24.126 INFO O| Dec 19 21:40:24.126 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8372 | 2024-12-19T21:40:26.529Z | [ recovery-image] Dec 19 21:40:24.167 INFO O| Dec 19 21:40:24.167 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8373 | 2024-12-19T21:40:26.529Z | [ recovery-image] Dec 19 21:40:24.167 INFO O| Dec 19 21:40:24.167 INFO copying /tmp/.tmpZORqCZ/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8374 | 2024-12-19T21:40:26.529Z | [ recovery-image] Dec 19 21:40:24.167 INFO O| Dec 19 21:40:24.167 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8375 | 2024-12-19T21:40:26.529Z | [ recovery-image] Dec 19 21:40:24.167 INFO O| Dec 19 21:40:24.167 INFO ok! |
8376 | 2024-12-19T21:40:26.532Z | [ recovery-image] Dec 19 21:40:24.167 INFO O| Dec 19 21:40:24.167 INFO STEP 65 (ensure_file) COMPLETE |
8377 | 2024-12-19T21:40:26.532Z | [ recovery-image] Dec 19 21:40:24.167 INFO O| Dec 19 21:40:24.167 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8378 | 2024-12-19T21:40:26.548Z | [ recovery-image] Dec 19 21:40:24.187 INFO O| Dec 19 21:40:24.186 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8379 | 2024-12-19T21:40:26.551Z | [ recovery-image] Dec 19 21:40:24.187 INFO O| Dec 19 21:40:24.187 INFO STEP 66 (remove_files) COMPLETE |
8380 | 2024-12-19T21:40:26.551Z | [ recovery-image] Dec 19 21:40:24.187 INFO O| Dec 19 21:40:24.187 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8381 | 2024-12-19T21:40:26.568Z | [ recovery-image] Dec 19 21:40:24.207 INFO O| Dec 19 21:40:24.206 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8382 | 2024-12-19T21:40:26.573Z | [ recovery-image] Dec 19 21:40:24.207 INFO O| Dec 19 21:40:24.207 INFO STEP 67 (remove_files) COMPLETE |
8383 | 2024-12-19T21:40:26.574Z | [ recovery-image] Dec 19 21:40:24.207 INFO O| Dec 19 21:40:24.207 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8384 | 2024-12-19T21:40:26.588Z | [ recovery-image] Dec 19 21:40:24.227 INFO O| Dec 19 21:40:24.227 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8385 | 2024-12-19T21:40:26.592Z | [ recovery-image] Dec 19 21:40:24.227 INFO O| Dec 19 21:40:24.227 INFO STEP 68 (remove_files) COMPLETE |
8386 | 2024-12-19T21:40:26.592Z | [ recovery-image] Dec 19 21:40:24.227 INFO O| Dec 19 21:40:24.227 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8387 | 2024-12-19T21:40:26.611Z | [ recovery-image] Dec 19 21:40:24.247 INFO O| Dec 19 21:40:24.247 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8388 | 2024-12-19T21:40:26.614Z | [ recovery-image] Dec 19 21:40:24.248 INFO O| Dec 19 21:40:24.248 INFO STEP 69 (remove_files) COMPLETE |
8389 | 2024-12-19T21:40:26.614Z | [ recovery-image] Dec 19 21:40:24.248 INFO O| Dec 19 21:40:24.248 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8390 | 2024-12-19T21:40:26.629Z | [ recovery-image] Dec 19 21:40:24.268 INFO O| Dec 19 21:40:24.268 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8391 | 2024-12-19T21:40:26.632Z | [ recovery-image] Dec 19 21:40:24.268 INFO O| Dec 19 21:40:24.268 INFO STEP 70 (remove_files) COMPLETE |
8392 | 2024-12-19T21:40:26.632Z | [ recovery-image] Dec 19 21:40:24.268 INFO O| Dec 19 21:40:24.268 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8393 | 2024-12-19T21:40:26.649Z | [ recovery-image] Dec 19 21:40:24.288 INFO O| Dec 19 21:40:24.288 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8394 | 2024-12-19T21:40:26.652Z | [ recovery-image] Dec 19 21:40:24.288 INFO O| Dec 19 21:40:24.288 INFO STEP 71 (remove_files) COMPLETE |
8395 | 2024-12-19T21:40:26.652Z | [ recovery-image] Dec 19 21:40:24.288 INFO O| Dec 19 21:40:24.288 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8396 | 2024-12-19T21:40:26.680Z | [ recovery-image] Dec 19 21:40:24.319 INFO O| Dec 19 21:40:24.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8397 | 2024-12-19T21:40:26.684Z | [ recovery-image] Dec 19 21:40:24.319 INFO O| Dec 19 21:40:24.319 INFO STEP 72 (remove_files) COMPLETE |
8398 | 2024-12-19T21:40:26.684Z | [ recovery-image] Dec 19 21:40:24.319 INFO O| Dec 19 21:40:24.319 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8399 | 2024-12-19T21:40:26.812Z | [ recovery-image] Dec 19 21:40:24.451 INFO O| Dec 19 21:40:24.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8400 | 2024-12-19T21:40:26.812Z | [ recovery-image] Dec 19 21:40:24.451 INFO O| Dec 19 21:40:24.451 INFO STEP 73 (remove_files) COMPLETE |
8401 | 2024-12-19T21:40:26.812Z | [ recovery-image] Dec 19 21:40:24.451 INFO O| Dec 19 21:40:24.451 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8402 | 2024-12-19T21:40:26.833Z | [ recovery-image] Dec 19 21:40:24.471 INFO O| Dec 19 21:40:24.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8403 | 2024-12-19T21:40:26.833Z | [ recovery-image] Dec 19 21:40:24.471 INFO O| Dec 19 21:40:24.471 INFO STEP 74 (remove_files) COMPLETE |
8404 | 2024-12-19T21:40:26.833Z | [ recovery-image] Dec 19 21:40:24.471 INFO O| Dec 19 21:40:24.471 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8405 | 2024-12-19T21:40:26.879Z | [ recovery-image] Dec 19 21:40:24.516 INFO O| Dec 19 21:40:24.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8406 | 2024-12-19T21:40:26.879Z | [ recovery-image] Dec 19 21:40:24.516 INFO O| Dec 19 21:40:24.516 INFO STEP 75 (remove_files) COMPLETE |
8407 | 2024-12-19T21:40:26.883Z | [ recovery-image] Dec 19 21:40:24.516 INFO O| Dec 19 21:40:24.516 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8408 | 2024-12-19T21:40:26.897Z | [ recovery-image] Dec 19 21:40:24.536 INFO O| Dec 19 21:40:24.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8409 | 2024-12-19T21:40:26.897Z | [ recovery-image] Dec 19 21:40:24.536 INFO O| Dec 19 21:40:24.536 INFO STEP 76 (remove_files) COMPLETE |
8410 | 2024-12-19T21:40:26.900Z | [ recovery-image] Dec 19 21:40:24.536 INFO O| Dec 19 21:40:24.536 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8411 | 2024-12-19T21:40:26.918Z | [ recovery-image] Dec 19 21:40:24.557 INFO O| Dec 19 21:40:24.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8412 | 2024-12-19T21:40:26.918Z | [ recovery-image] Dec 19 21:40:24.557 INFO O| Dec 19 21:40:24.557 INFO STEP 77 (remove_files) COMPLETE |
8413 | 2024-12-19T21:40:26.921Z | [ recovery-image] Dec 19 21:40:24.557 INFO O| Dec 19 21:40:24.557 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8414 | 2024-12-19T21:40:26.984Z | [ recovery-image] Dec 19 21:40:24.623 INFO O| Dec 19 21:40:24.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8415 | 2024-12-19T21:40:26.987Z | [ recovery-image] Dec 19 21:40:24.623 INFO O| Dec 19 21:40:24.623 INFO STEP 78 (remove_files) COMPLETE |
8416 | 2024-12-19T21:40:26.987Z | [ recovery-image] Dec 19 21:40:24.623 INFO O| Dec 19 21:40:24.623 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8417 | 2024-12-19T21:40:27.042Z | [ recovery-image] Dec 19 21:40:24.681 INFO O| Dec 19 21:40:24.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8418 | 2024-12-19T21:40:27.042Z | [ recovery-image] Dec 19 21:40:24.681 INFO O| Dec 19 21:40:24.681 INFO STEP 79 (remove_files) COMPLETE |
8419 | 2024-12-19T21:40:27.042Z | [ recovery-image] Dec 19 21:40:24.681 INFO O| Dec 19 21:40:24.681 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8420 | 2024-12-19T21:40:27.063Z | [ recovery-image] Dec 19 21:40:24.701 INFO O| Dec 19 21:40:24.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8421 | 2024-12-19T21:40:27.063Z | [ recovery-image] Dec 19 21:40:24.701 INFO O| Dec 19 21:40:24.701 INFO STEP 80 (remove_files) COMPLETE |
8422 | 2024-12-19T21:40:27.064Z | [ recovery-image] Dec 19 21:40:24.701 INFO O| Dec 19 21:40:24.701 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8423 | 2024-12-19T21:40:27.122Z | [ recovery-image] Dec 19 21:40:24.760 INFO O| Dec 19 21:40:24.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8424 | 2024-12-19T21:40:27.122Z | [ recovery-image] Dec 19 21:40:24.760 INFO O| Dec 19 21:40:24.760 INFO STEP 81 (remove_files) COMPLETE |
8425 | 2024-12-19T21:40:27.125Z | [ recovery-image] Dec 19 21:40:24.760 INFO O| Dec 19 21:40:24.760 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8426 | 2024-12-19T21:40:27.146Z | [ recovery-image] Dec 19 21:40:24.784 INFO O| Dec 19 21:40:24.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8427 | 2024-12-19T21:40:27.146Z | [ recovery-image] Dec 19 21:40:24.785 INFO O| Dec 19 21:40:24.785 INFO STEP 82 (remove_files) COMPLETE |
8428 | 2024-12-19T21:40:27.146Z | [ recovery-image] Dec 19 21:40:24.785 INFO O| Dec 19 21:40:24.785 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8429 | 2024-12-19T21:40:27.173Z | [ recovery-image] Dec 19 21:40:24.810 INFO O| Dec 19 21:40:24.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8430 | 2024-12-19T21:40:27.173Z | [ recovery-image] Dec 19 21:40:24.810 INFO O| Dec 19 21:40:24.810 INFO STEP 83 (remove_files) COMPLETE |
8431 | 2024-12-19T21:40:27.173Z | [ recovery-image] Dec 19 21:40:24.811 INFO O| Dec 19 21:40:24.810 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8432 | 2024-12-19T21:40:27.206Z | [ recovery-image] Dec 19 21:40:24.844 INFO O| Dec 19 21:40:24.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8433 | 2024-12-19T21:40:27.206Z | [ recovery-image] Dec 19 21:40:24.844 INFO O| Dec 19 21:40:24.844 INFO STEP 84 (remove_files) COMPLETE |
8434 | 2024-12-19T21:40:27.208Z | [ recovery-image] Dec 19 21:40:24.844 INFO O| Dec 19 21:40:24.844 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8435 | 2024-12-19T21:40:27.230Z | [ recovery-image] Dec 19 21:40:24.869 INFO O| Dec 19 21:40:24.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8436 | 2024-12-19T21:40:27.230Z | [ recovery-image] Dec 19 21:40:24.869 INFO O| Dec 19 21:40:24.869 INFO STEP 85 (remove_files) COMPLETE |
8437 | 2024-12-19T21:40:27.230Z | [ recovery-image] Dec 19 21:40:24.869 INFO O| Dec 19 21:40:24.869 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8438 | 2024-12-19T21:40:27.267Z | [ recovery-image] Dec 19 21:40:24.896 INFO O| Dec 19 21:40:24.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8439 | 2024-12-19T21:40:27.267Z | [ recovery-image] Dec 19 21:40:24.897 INFO O| Dec 19 21:40:24.896 INFO STEP 86 (remove_files) COMPLETE |
8440 | 2024-12-19T21:40:27.267Z | [ recovery-image] Dec 19 21:40:24.897 INFO O| Dec 19 21:40:24.897 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8441 | 2024-12-19T21:40:27.282Z | [ recovery-image] Dec 19 21:40:24.920 INFO O| Dec 19 21:40:24.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8442 | 2024-12-19T21:40:27.282Z | [ recovery-image] Dec 19 21:40:24.920 INFO O| Dec 19 21:40:24.920 INFO STEP 87 (remove_files) COMPLETE |
8443 | 2024-12-19T21:40:27.282Z | [ recovery-image] Dec 19 21:40:24.920 INFO O| Dec 19 21:40:24.920 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8444 | 2024-12-19T21:40:27.335Z | [ recovery-image] Dec 19 21:40:24.974 INFO O| Dec 19 21:40:24.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8445 | 2024-12-19T21:40:27.338Z | [ recovery-image] Dec 19 21:40:24.974 INFO O| Dec 19 21:40:24.974 INFO STEP 88 (remove_files) COMPLETE |
8446 | 2024-12-19T21:40:27.338Z | [ recovery-image] Dec 19 21:40:24.974 INFO O| Dec 19 21:40:24.974 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8447 | 2024-12-19T21:40:27.366Z | [ recovery-image] Dec 19 21:40:25.004 INFO O| Dec 19 21:40:25.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8448 | 2024-12-19T21:40:27.369Z | [ recovery-image] Dec 19 21:40:25.004 INFO O| Dec 19 21:40:25.004 INFO STEP 89 (remove_files) COMPLETE |
8449 | 2024-12-19T21:40:27.369Z | [ recovery-image] Dec 19 21:40:25.005 INFO O| Dec 19 21:40:25.005 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8450 | 2024-12-19T21:40:27.417Z | [ recovery-image] Dec 19 21:40:25.055 INFO O| Dec 19 21:40:25.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8451 | 2024-12-19T21:40:27.417Z | [ recovery-image] Dec 19 21:40:25.055 INFO O| Dec 19 21:40:25.055 INFO STEP 90 (remove_files) COMPLETE |
8452 | 2024-12-19T21:40:27.417Z | [ recovery-image] Dec 19 21:40:25.055 INFO O| Dec 19 21:40:25.055 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8453 | 2024-12-19T21:40:27.444Z | [ recovery-image] Dec 19 21:40:25.082 INFO O| Dec 19 21:40:25.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8454 | 2024-12-19T21:40:27.444Z | [ recovery-image] Dec 19 21:40:25.082 INFO O| Dec 19 21:40:25.082 INFO STEP 91 (remove_files) COMPLETE |
8455 | 2024-12-19T21:40:27.444Z | [ recovery-image] Dec 19 21:40:25.082 INFO O| Dec 19 21:40:25.082 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8456 | 2024-12-19T21:40:27.486Z | [ recovery-image] Dec 19 21:40:25.125 INFO O| Dec 19 21:40:25.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8457 | 2024-12-19T21:40:27.486Z | [ recovery-image] Dec 19 21:40:25.125 INFO O| Dec 19 21:40:25.125 INFO STEP 92 (remove_files) COMPLETE |
8458 | 2024-12-19T21:40:27.486Z | [ recovery-image] Dec 19 21:40:25.125 INFO O| Dec 19 21:40:25.125 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8459 | 2024-12-19T21:40:27.513Z | [ recovery-image] Dec 19 21:40:25.152 INFO O| Dec 19 21:40:25.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8460 | 2024-12-19T21:40:27.513Z | [ recovery-image] Dec 19 21:40:25.152 INFO O| Dec 19 21:40:25.152 INFO STEP 93 (remove_files) COMPLETE |
8461 | 2024-12-19T21:40:27.513Z | [ recovery-image] Dec 19 21:40:25.152 INFO O| Dec 19 21:40:25.152 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8462 | 2024-12-19T21:40:27.542Z | [ recovery-image] Dec 19 21:40:25.180 INFO O| Dec 19 21:40:25.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8463 | 2024-12-19T21:40:27.542Z | [ recovery-image] Dec 19 21:40:25.180 INFO O| Dec 19 21:40:25.180 INFO STEP 94 (remove_files) COMPLETE |
8464 | 2024-12-19T21:40:27.542Z | [ recovery-image] Dec 19 21:40:25.180 INFO O| Dec 19 21:40:25.180 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8465 | 2024-12-19T21:40:27.610Z | [ recovery-image] Dec 19 21:40:25.246 INFO O| Dec 19 21:40:25.246 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8466 | 2024-12-19T21:40:27.610Z | [ recovery-image] Dec 19 21:40:25.246 INFO O| Dec 19 21:40:25.246 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
8467 | 2024-12-19T21:40:35.919Z | [ recovery-image] Dec 19 21:40:33.551 INFO O| Dec 19 21:40:33.551 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 |
8468 | 2024-12-19T21:40:35.919Z | [ recovery-image] Dec 19 21:40:33.551 INFO O| Dec 19 21:40:33.551 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8469 | 2024-12-19T21:40:35.940Z | [ recovery-image] Dec 19 21:40:33.573 INFO O| Dec 19 21:40:33.573 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
8470 | 2024-12-19T21:40:36.100Z | [ recovery-image] Dec 19 21:40:33.735 INFO O| Dec 19 21:40:33.732 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8471 | 2024-12-19T21:40:36.100Z | [ recovery-image] Dec 19 21:40:33.735 INFO O| Dec 19 21:40:33.732 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 ... |
8472 | 2024-12-19T21:40:36.104Z | [ recovery-image] Dec 19 21:40:33.735 INFO O| Dec 19 21:40:33.735 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8473 | 2024-12-19T21:40:36.104Z | [ recovery-image] Dec 19 21:40:33.735 INFO O| Dec 19 21:40:33.735 INFO ok! |
8474 | 2024-12-19T21:40:36.104Z | [ recovery-image] Dec 19 21:40:33.735 INFO O| Dec 19 21:40:33.735 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8475 | 2024-12-19T21:40:36.104Z | [ recovery-image] Dec 19 21:40:33.735 INFO O| Dec 19 21:40:33.735 INFO STEP 95 (seed_smf) COMPLETE |
8476 | 2024-12-19T21:40:36.104Z | [ recovery-image] Dec 19 21:40:33.735 INFO O| Dec 19 21:40:33.735 INFO steps complete; finalising image! |
8477 | 2024-12-19T21:40:36.104Z | [ recovery-image] Dec 19 21:40:33.735 INFO O| Dec 19 21:40:33.735 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8478 | 2024-12-19T21:40:36.181Z | [ recovery-image] Dec 19 21:40:33.815 INFO O| Dec 19 21:40:33.815 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Thu Dec 19 21:40:33 2024) |
8479 | 2024-12-19T21:40:36.392Z | [ recovery-image] Dec 19 21:40:34.027 INFO O| Dec 19 21:40:34.026 INFO trim TEMPORARY-gimlet-zfs-recovery: (60% trimmed, started at Thu Dec 19 21:40:33 2024) |
8480 | 2024-12-19T21:40:36.602Z | [ recovery-image] Dec 19 21:40:34.236 INFO O| Dec 19 21:40:34.236 INFO trim TEMPORARY-gimlet-zfs-recovery: (60% trimmed, started at Thu Dec 19 21:40:33 2024) |
8481 | 2024-12-19T21:40:36.814Z | [ recovery-image] Dec 19 21:40:34.448 INFO O| Dec 19 21:40:34.447 INFO trim TEMPORARY-gimlet-zfs-recovery: (98% trimmed, started at Thu Dec 19 21:40:33 2024) |
8482 | 2024-12-19T21:40:37.089Z | [ recovery-image] Dec 19 21:40:34.723 INFO O| Dec 19 21:40:34.723 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio |
8483 | 2024-12-19T21:40:37.089Z | [ recovery-image] Dec 19 21:40:34.723 INFO O| Dec 19 21:40:34.723 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8484 | 2024-12-19T21:40:37.812Z | [ recovery-image] Dec 19 21:40:35.445 INFO O| Dec 19 21:40:35.445 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 |
8485 | 2024-12-19T21:40:37.812Z | [ recovery-image] Dec 19 21:40:35.445 INFO O| Dec 19 21:40:35.445 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8486 | 2024-12-19T21:40:43.424Z | [ recovery-image] Dec 19 21:40:41.054 INFO O| Dec 19 21:40:41.054 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8487 | 2024-12-19T21:40:43.424Z | [ recovery-image] Dec 19 21:40:41.054 INFO O| Dec 19 21:40:41.054 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8488 | 2024-12-19T21:40:43.427Z | [ recovery-image] Dec 19 21:40:41.054 INFO O| Dec 19 21:40:41.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8489 | 2024-12-19T21:40:43.428Z | [ recovery-image] Dec 19 21:40:41.054 INFO O| Dec 19 21:40:41.054 INFO completed processing gimlet/zfs-recovery |
8490 | 2024-12-19T21:40:43.428Z | [ recovery-image] Dec 19 21:40:41.054 INFO O| Dec 19 21:40:41.054 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8491 | 2024-12-19T21:40:43.694Z | [ recovery-image] Dec 19 21:40:41.324 INFO O| Dec 19 21:40:41.324 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8492 | 2024-12-19T21:40:43.830Z | [ recovery-image] Dec 19 21:40:41.461 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
8493 | 2024-12-19T21:40:43.835Z | [ recovery-image] Dec 19 21:40:41.461 INFO expanded image name: "recovery 4113601/${os_short_commit} 2024-12-19 21:09" -> "recovery 4113601/37a4469 2024-12-19 21:09" |
8494 | 2024-12-19T21:40:43.835Z | [ recovery-image] Dec 19 21:40:41.462 INFO output artefacts stored in: "/work/os-recovery" |
8495 | 2024-12-19T21:40:43.835Z | [ recovery-image] Dec 19 21:40:41.462 INFO collecting git info from project "image-builder"... |
8496 | 2024-12-19T21:40:43.869Z | [ recovery-image] Dec 19 21:40:41.498 INFO collecting git info from project "chelsio-t6-roms"... |
8497 | 2024-12-19T21:40:43.903Z | [ recovery-image] Dec 19 21:40:41.533 INFO collecting git info from project "bootserver"... |
8498 | 2024-12-19T21:40:43.911Z | [ recovery-image] Dec 19 21:40:41.542 INFO collecting git info from project "pinprick"... |
8499 | 2024-12-19T21:40:43.921Z | [ recovery-image] Dec 19 21:40:41.551 INFO collecting git info from project "pilot"... |
8500 | 2024-12-19T21:40:43.942Z | [ recovery-image] Dec 19 21:40:41.571 INFO collecting git info from project "amd-firmware"... |
8501 | 2024-12-19T21:40:44.603Z | [ recovery-image] Dec 19 21:40:42.230 INFO collecting git info from project "amd-host-image-builder"... |
8502 | 2024-12-19T21:40:45.063Z | [ recovery-image] Dec 19 21:40:42.692 INFO collecting git info from project "phbl"... |
8503 | 2024-12-19T21:40:45.073Z | [ recovery-image] Dec 19 21:40:42.703 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8504 | 2024-12-19T21:40:45.829Z | [ recovery-image] Dec 19 21:40:43.457 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8505 | 2024-12-19T21:40:46.539Z | [ recovery-image] Dec 19 21:40:44.168 INFO creating Oxide boot image... |
8506 | 2024-12-19T21:40:46.539Z | [ recovery-image] Dec 19 21:40:44.168 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 4113601/37a4469 2024-12-19 21:09", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8507 | 2024-12-19T21:41:31.824Z | [ host-image] Dec 19 21:41:29.521 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z |
8508 | 2024-12-19T21:41:31.829Z | [ host-image] Dec 19 21:41:29.522 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z |
8509 | 2024-12-19T21:41:31.829Z | [ host-image] Dec 19 21:41:29.522 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8510 | 2024-12-19T21:41:31.829Z | [ host-image] Dec 19 21:41:29.522 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8511 | 2024-12-19T21:41:31.829Z | [ host-image] Dec 19 21:41:29.522 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8512 | 2024-12-19T21:41:31.829Z | [ host-image] Dec 19 21:41:29.523 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8513 | 2024-12-19T21:41:31.829Z | [ host-image] Dec 19 21:41:29.524 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8514 | 2024-12-19T21:41:31.829Z | [ host-image] Dec 19 21:41:29.524 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8515 | 2024-12-19T21:41:31.829Z | [ host-image] Dec 19 21:41:29.524 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8516 | 2024-12-19T21:41:31.829Z | [ host-image] Dec 19 21:41:29.524 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8517 | 2024-12-19T21:41:31.829Z | [ host-image] Dec 19 21:41:29.524 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z |
8518 | 2024-12-19T21:41:31.833Z | [ host-image] Dec 19 21:41:29.527 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z |
8519 | 2024-12-19T21:41:31.833Z | [ host-image] Dec 19 21:41:29.528 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z |
8520 | 2024-12-19T21:41:31.833Z | [ host-image] Dec 19 21:41:29.529 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z |
8521 | 2024-12-19T21:41:31.833Z | [ host-image] Dec 19 21:41:29.529 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8522 | 2024-12-19T21:41:31.833Z | [ host-image] Dec 19 21:41:29.530 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z |
8523 | 2024-12-19T21:41:31.836Z | [ host-image] Dec 19 21:41:29.532 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z |
8524 | 2024-12-19T21:41:31.836Z | [ host-image] Dec 19 21:41:29.532 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z |
8525 | 2024-12-19T21:41:31.836Z | [ host-image] Dec 19 21:41:29.532 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z |
8526 | 2024-12-19T21:41:31.836Z | [ host-image] Dec 19 21:41:29.532 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z |
8527 | 2024-12-19T21:41:31.836Z | [ host-image] Dec 19 21:41:29.532 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z |
8528 | 2024-12-19T21:41:31.836Z | [ host-image] Dec 19 21:41:29.533 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z |
8529 | 2024-12-19T21:41:31.836Z | [ host-image] Dec 19 21:41:29.533 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z |
8530 | 2024-12-19T21:41:31.836Z | [ host-image] Dec 19 21:41:29.533 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z |
8531 | 2024-12-19T21:41:31.836Z | [ host-image] Dec 19 21:41:29.533 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z |
8532 | 2024-12-19T21:41:31.836Z | [ host-image] Dec 19 21:41:29.534 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z |
8533 | 2024-12-19T21:41:31.836Z | [ host-image] Dec 19 21:41:29.534 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z |
8534 | 2024-12-19T21:41:31.836Z | [ host-image] Dec 19 21:41:29.534 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z |
8535 | 2024-12-19T21:41:31.837Z | [ host-image] Dec 19 21:41:29.534 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z |
8536 | 2024-12-19T21:41:31.842Z | [ host-image] Dec 19 21:41:29.534 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8537 | 2024-12-19T21:41:31.843Z | [ host-image] Dec 19 21:41:29.534 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z |
8538 | 2024-12-19T21:41:31.843Z | [ host-image] Dec 19 21:41:29.535 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z |
8539 | 2024-12-19T21:41:31.843Z | [ host-image] Dec 19 21:41:29.535 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z |
8540 | 2024-12-19T21:41:31.843Z | [ host-image] Dec 19 21:41:29.535 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z |
8541 | 2024-12-19T21:41:31.843Z | [ host-image] Dec 19 21:41:29.537 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z |
8542 | 2024-12-19T21:41:31.843Z | [ host-image] Dec 19 21:41:29.537 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z |
8543 | 2024-12-19T21:41:31.853Z | [ host-image] Dec 19 21:41:29.552 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8544 | 2024-12-19T21:41:31.853Z | [ host-image] Dec 19 21:41:29.552 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z |
8545 | 2024-12-19T21:41:31.856Z | [ host-image] Dec 19 21:41:29.552 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8546 | 2024-12-19T21:41:31.856Z | [ host-image] Dec 19 21:41:29.552 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8547 | 2024-12-19T21:41:31.856Z | [ host-image] Dec 19 21:41:29.553 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8548 | 2024-12-19T21:41:31.856Z | [ host-image] Dec 19 21:41:29.554 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z |
8549 | 2024-12-19T21:41:31.856Z | [ host-image] Dec 19 21:41:29.554 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8550 | 2024-12-19T21:41:31.856Z | [ host-image] Dec 19 21:41:29.554 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8551 | 2024-12-19T21:41:31.859Z | [ host-image] Dec 19 21:41:29.556 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8552 | 2024-12-19T21:41:31.859Z | [ host-image] Dec 19 21:41:29.556 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8553 | 2024-12-19T21:41:31.877Z | [ host-image] Dec 19 21:41:29.577 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8554 | 2024-12-19T21:41:31.877Z | [ host-image] Dec 19 21:41:29.577 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8555 | 2024-12-19T21:41:31.881Z | [ host-image] Dec 19 21:41:29.577 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8556 | 2024-12-19T21:41:31.881Z | [ host-image] Dec 19 21:41:29.578 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8557 | 2024-12-19T21:41:31.881Z | [ host-image] Dec 19 21:41:29.579 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8558 | 2024-12-19T21:41:31.881Z | [ host-image] Dec 19 21:41:29.579 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8559 | 2024-12-19T21:41:31.961Z | [ host-image] Dec 19 21:41:29.666 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8560 | 2024-12-19T21:41:31.964Z | [ host-image] Dec 19 21:41:29.667 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8561 | 2024-12-19T21:41:31.964Z | [ host-image] Dec 19 21:41:29.668 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8562 | 2024-12-19T21:41:31.964Z | [ host-image] Dec 19 21:41:29.669 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z |
8563 | 2024-12-19T21:41:31.964Z | [ host-image] Dec 19 21:41:29.669 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z |
8564 | 2024-12-19T21:41:31.964Z | [ host-image] Dec 19 21:41:29.669 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8565 | 2024-12-19T21:41:31.964Z | [ host-image] Dec 19 21:41:29.669 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z |
8566 | 2024-12-19T21:41:31.967Z | [ host-image] Dec 19 21:41:29.670 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8567 | 2024-12-19T21:41:31.967Z | [ host-image] Dec 19 21:41:29.670 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8568 | 2024-12-19T21:41:31.967Z | [ host-image] Dec 19 21:41:29.670 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8569 | 2024-12-19T21:41:31.967Z | [ host-image] Dec 19 21:41:29.670 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z |
8570 | 2024-12-19T21:41:31.967Z | [ host-image] Dec 19 21:41:29.671 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8571 | 2024-12-19T21:41:31.974Z | [ host-image] Dec 19 21:41:29.678 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8572 | 2024-12-19T21:41:31.974Z | [ host-image] Dec 19 21:41:29.678 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8573 | 2024-12-19T21:41:31.977Z | [ host-image] Dec 19 21:41:29.678 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8574 | 2024-12-19T21:41:31.977Z | [ host-image] Dec 19 21:41:29.679 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z |
8575 | 2024-12-19T21:41:31.977Z | [ host-image] Dec 19 21:41:29.679 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8576 | 2024-12-19T21:41:31.996Z | [ host-image] Dec 19 21:41:29.703 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8577 | 2024-12-19T21:41:31.999Z | [ host-image] Dec 19 21:41:29.703 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z |
8578 | 2024-12-19T21:41:31.999Z | [ host-image] Dec 19 21:41:29.707 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z |
8579 | 2024-12-19T21:41:32.003Z | [ host-image] Dec 19 21:41:29.707 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z |
8580 | 2024-12-19T21:41:32.003Z | [ host-image] Dec 19 21:41:29.708 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8581 | 2024-12-19T21:41:32.003Z | [ host-image] Dec 19 21:41:29.708 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z |
8582 | 2024-12-19T21:41:32.003Z | [ host-image] Dec 19 21:41:29.709 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z |
8583 | 2024-12-19T21:41:32.003Z | [ host-image] Dec 19 21:41:29.710 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z |
8584 | 2024-12-19T21:41:32.003Z | [ host-image] Dec 19 21:41:29.710 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z |
8585 | 2024-12-19T21:41:32.008Z | [ host-image] Dec 19 21:41:29.716 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8586 | 2024-12-19T21:41:32.010Z | [ host-image] Dec 19 21:41:29.717 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z |
8587 | 2024-12-19T21:41:32.010Z | [ host-image] Dec 19 21:41:29.718 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z |
8588 | 2024-12-19T21:41:32.010Z | [ host-image] Dec 19 21:41:29.718 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8589 | 2024-12-19T21:41:32.010Z | [ host-image] Dec 19 21:41:29.719 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z |
8590 | 2024-12-19T21:41:32.014Z | [ host-image] Dec 19 21:41:29.719 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z |
8591 | 2024-12-19T21:41:32.014Z | [ host-image] Dec 19 21:41:29.719 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z |
8592 | 2024-12-19T21:41:32.014Z | [ host-image] Dec 19 21:41:29.720 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z |
8593 | 2024-12-19T21:41:32.044Z | [ host-image] Dec 19 21:41:29.755 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z |
8594 | 2024-12-19T21:41:32.044Z | [ host-image] Dec 19 21:41:29.755 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8595 | 2024-12-19T21:41:32.048Z | [ host-image] Dec 19 21:41:29.759 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z |
8596 | 2024-12-19T21:41:32.051Z | [ host-image] Dec 19 21:41:29.761 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z |
8597 | 2024-12-19T21:41:32.051Z | [ host-image] Dec 19 21:41:29.761 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z |
8598 | 2024-12-19T21:41:32.054Z | [ host-image] Dec 19 21:41:29.762 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z |
8599 | 2024-12-19T21:41:32.054Z | [ host-image] Dec 19 21:41:29.763 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z |
8600 | 2024-12-19T21:41:32.054Z | [ host-image] Dec 19 21:41:29.764 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z |
8601 | 2024-12-19T21:41:32.068Z | [ host-image] Dec 19 21:41:29.781 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z |
8602 | 2024-12-19T21:41:32.071Z | [ host-image] Dec 19 21:41:29.781 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z |
8603 | 2024-12-19T21:41:32.077Z | [ host-image] Dec 19 21:41:29.790 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z |
8604 | 2024-12-19T21:41:32.080Z | [ host-image] Dec 19 21:41:29.792 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z |
8605 | 2024-12-19T21:41:32.081Z | [ host-image] Dec 19 21:41:29.792 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z |
8606 | 2024-12-19T21:41:32.113Z | [ host-image] Dec 19 21:41:29.828 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z |
8607 | 2024-12-19T21:41:32.113Z | [ host-image] Dec 19 21:41:29.828 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z |
8608 | 2024-12-19T21:41:32.117Z | [ host-image] Dec 19 21:41:29.828 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z |
8609 | 2024-12-19T21:41:32.117Z | [ host-image] Dec 19 21:41:29.829 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8610 | 2024-12-19T21:41:32.117Z | [ host-image] Dec 19 21:41:29.829 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8611 | 2024-12-19T21:41:32.184Z | [ host-image] Dec 19 21:41:29.903 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z |
8612 | 2024-12-19T21:41:32.187Z | [ host-image] Dec 19 21:41:29.904 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8613 | 2024-12-19T21:41:32.187Z | [ host-image] Dec 19 21:41:29.904 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z |
8614 | 2024-12-19T21:41:32.187Z | [ host-image] Dec 19 21:41:29.904 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z |
8615 | 2024-12-19T21:41:32.187Z | [ host-image] Dec 19 21:41:29.906 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z |
8616 | 2024-12-19T21:41:32.187Z | [ host-image] Dec 19 21:41:29.907 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8617 | 2024-12-19T21:41:32.191Z | [ host-image] Dec 19 21:41:29.908 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8618 | 2024-12-19T21:41:32.191Z | [ host-image] Dec 19 21:41:29.909 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z |
8619 | 2024-12-19T21:41:32.191Z | [ host-image] Dec 19 21:41:29.909 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z |
8620 | 2024-12-19T21:41:32.191Z | [ host-image] Dec 19 21:41:29.909 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z |
8621 | 2024-12-19T21:41:32.194Z | [ host-image] Dec 19 21:41:29.910 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z |
8622 | 2024-12-19T21:41:32.194Z | [ host-image] Dec 19 21:41:29.911 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z |
8623 | 2024-12-19T21:41:32.194Z | [ host-image] Dec 19 21:41:29.911 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z |
8624 | 2024-12-19T21:41:32.197Z | [ host-image] Dec 19 21:41:29.916 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8625 | 2024-12-19T21:41:32.197Z | [ host-image] Dec 19 21:41:29.916 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z |
8626 | 2024-12-19T21:41:32.199Z | [ host-image] Dec 19 21:41:29.919 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z |
8627 | 2024-12-19T21:41:32.200Z | [ host-image] Dec 19 21:41:29.919 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z |
8628 | 2024-12-19T21:41:32.200Z | [ host-image] Dec 19 21:41:29.920 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z |
8629 | 2024-12-19T21:41:32.200Z | [ host-image] Dec 19 21:41:29.920 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z |
8630 | 2024-12-19T21:41:32.202Z | [ host-image] Dec 19 21:41:29.920 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z |
8631 | 2024-12-19T21:41:32.202Z | [ host-image] Dec 19 21:41:29.921 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8632 | 2024-12-19T21:41:32.202Z | [ host-image] Dec 19 21:41:29.921 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8633 | 2024-12-19T21:41:32.202Z | [ host-image] Dec 19 21:41:29.922 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z |
8634 | 2024-12-19T21:41:32.204Z | [ host-image] Dec 19 21:41:29.922 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z |
8635 | 2024-12-19T21:41:32.204Z | [ host-image] Dec 19 21:41:29.922 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8636 | 2024-12-19T21:41:32.204Z | [ host-image] Dec 19 21:41:29.923 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8637 | 2024-12-19T21:41:32.204Z | [ host-image] Dec 19 21:41:29.923 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8638 | 2024-12-19T21:41:32.204Z | [ host-image] Dec 19 21:41:29.923 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8639 | 2024-12-19T21:41:32.204Z | [ host-image] Dec 19 21:41:29.923 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8640 | 2024-12-19T21:41:32.207Z | [ host-image] Dec 19 21:41:29.924 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8641 | 2024-12-19T21:41:32.207Z | [ host-image] Dec 19 21:41:29.927 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8642 | 2024-12-19T21:41:32.207Z | [ host-image] Dec 19 21:41:29.927 INFO O| tempdir @ "/tmp/.tmpfqx8WQ/tmp" |
8643 | 2024-12-19T21:41:32.207Z | [ host-image] Dec 19 21:41:29.927 INFO O| image root @ "/tmp/.tmpfqx8WQ/tmp/root" |
8644 | 2024-12-19T21:41:32.207Z | [ host-image] Dec 19 21:41:29.927 INFO O| creating image... |
8645 | 2024-12-19T21:41:33.451Z | [ host-image] Dec 19 21:41:31.248 INFO O| copying publishers... |
8646 | 2024-12-19T21:41:55.356Z | [ host-image] Dec 19 21:41:54.496 INFO O| adding properties... |
8647 | 2024-12-19T21:41:57.611Z | [ host-image] Dec 19 21:41:56.907 INFO O| installing packages... |
8648 | 2024-12-19T21:41:59.053Z | [ recovery-image] Dec 19 21:41:58.438 INFO O| ok, image written! |
8649 | 2024-12-19T21:41:59.060Z | [ recovery-image] Dec 19 21:41:58.438 INFO O| ok, boot_image_csum file written! |
8650 | 2024-12-19T21:41:59.060Z | [ recovery-image] Dec 19 21:41:58.446 INFO creating boot archive (CPIO)... |
8651 | 2024-12-19T21:41:59.060Z | [ recovery-image] Dec 19 21:41:58.446 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 |
8652 | 2024-12-19T21:41:59.073Z | [ recovery-image] Dec 19 21:41:58.459 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8653 | 2024-12-19T21:41:59.076Z | [ recovery-image] Dec 19 21:41:58.460 INFO E| + outfile=/work/os-recovery/cpio |
8654 | 2024-12-19T21:41:59.076Z | [ recovery-image] Dec 19 21:41:58.460 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8655 | 2024-12-19T21:41:59.079Z | [ recovery-image] Dec 19 21:41:58.463 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8656 | 2024-12-19T21:41:59.079Z | [ recovery-image] Dec 19 21:41:58.464 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8657 | 2024-12-19T21:41:59.123Z | [ recovery-image] Dec 19 21:41:58.513 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8658 | 2024-12-19T21:41:59.126Z | [ recovery-image] Dec 19 21:41:58.513 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8659 | 2024-12-19T21:41:59.133Z | [ recovery-image] Dec 19 21:41:58.524 INFO creating compressed cpio/unix for nanobl-rs... |
8660 | 2024-12-19T21:41:59.136Z | [ recovery-image] Dec 19 21:41:58.524 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 |
8661 | 2024-12-19T21:41:59.625Z | [ recovery-image] Dec 19 21:41:59.046 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8662 | 2024-12-19T21:42:06.509Z | [ recovery-image] Dec 19 21:42:06.099 INFO creating reset image... |
8663 | 2024-12-19T21:42:06.509Z | [ recovery-image] Dec 19 21:42:06.099 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8664 | 2024-12-19T21:42:07.166Z | [ recovery-image] Dec 19 21:42:06.757 INFO E| Updating crates.io index |
8665 | 2024-12-19T21:42:07.555Z | [ recovery-image] Dec 19 21:42:07.146 INFO E| Downloading crates ... |
8666 | 2024-12-19T21:42:07.670Z | [ recovery-image] Dec 19 21:42:07.260 INFO E| Downloaded clap v4.5.17 |
8667 | 2024-12-19T21:42:07.689Z | [ recovery-image] Dec 19 21:42:07.275 INFO E| Downloaded os_pipe v1.2.1 |
8668 | 2024-12-19T21:42:07.693Z | [ recovery-image] Dec 19 21:42:07.277 INFO E| Downloaded shared_child v1.0.1 |
8669 | 2024-12-19T21:42:07.693Z | [ recovery-image] Dec 19 21:42:07.279 INFO E| Downloaded clap_derive v4.5.13 |
8670 | 2024-12-19T21:42:07.693Z | [ recovery-image] Dec 19 21:42:07.282 INFO E| Downloaded duct v0.13.7 |
8671 | 2024-12-19T21:42:07.702Z | [ recovery-image] Dec 19 21:42:07.293 INFO E| Downloaded clap_builder v4.5.17 |
8672 | 2024-12-19T21:42:07.748Z | [ recovery-image] Dec 19 21:42:07.339 INFO E| Downloaded syn v2.0.77 |
8673 | 2024-12-19T21:42:07.794Z | [ recovery-image] Dec 19 21:42:07.384 INFO E| Downloaded libc v0.2.158 |
8674 | 2024-12-19T21:42:07.936Z | [ recovery-image] Dec 19 21:42:07.526 INFO E| Compiling proc-macro2 v1.0.86 |
8675 | 2024-12-19T21:42:07.939Z | [ recovery-image] Dec 19 21:42:07.526 INFO E| Compiling unicode-ident v1.0.13 |
8676 | 2024-12-19T21:42:07.939Z | [ recovery-image] Dec 19 21:42:07.526 INFO E| Compiling libc v0.2.158 |
8677 | 2024-12-19T21:42:07.939Z | [ recovery-image] Dec 19 21:42:07.526 INFO E| Compiling utf8parse v0.2.2 |
8678 | 2024-12-19T21:42:07.939Z | [ recovery-image] Dec 19 21:42:07.526 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8679 | 2024-12-19T21:42:07.939Z | [ recovery-image] Dec 19 21:42:07.526 INFO E| Compiling anstyle v1.0.8 |
8680 | 2024-12-19T21:42:07.939Z | [ recovery-image] Dec 19 21:42:07.526 INFO E| Compiling anstyle-query v1.1.1 |
8681 | 2024-12-19T21:42:07.939Z | [ recovery-image] Dec 19 21:42:07.526 INFO E| Compiling colorchoice v1.0.2 |
8682 | 2024-12-19T21:42:08.628Z | [ recovery-image] Dec 19 21:42:08.218 INFO E| Compiling clap_lex v0.7.2 |
8683 | 2024-12-19T21:42:08.656Z | [ recovery-image] Dec 19 21:42:08.246 INFO E| Compiling strsim v0.11.1 |
8684 | 2024-12-19T21:42:08.952Z | [ recovery-image] Dec 19 21:42:08.541 INFO E| Compiling anstyle-parse v0.2.5 |
8685 | 2024-12-19T21:42:09.120Z | [ recovery-image] Dec 19 21:42:08.710 INFO E| Compiling heck v0.5.0 |
8686 | 2024-12-19T21:42:09.206Z | [ recovery-image] Dec 19 21:42:08.796 INFO E| Compiling once_cell v1.19.0 |
8687 | 2024-12-19T21:42:09.607Z | [ recovery-image] Dec 19 21:42:09.197 INFO E| Compiling anstream v0.6.15 |
8688 | 2024-12-19T21:42:10.187Z | [ recovery-image] Dec 19 21:42:09.777 INFO E| Compiling clap_builder v4.5.17 |
8689 | 2024-12-19T21:42:10.731Z | [ recovery-image] Dec 19 21:42:10.321 INFO E| Compiling os_pipe v1.2.1 |
8690 | 2024-12-19T21:42:10.731Z | [ recovery-image] Dec 19 21:42:10.321 INFO E| Compiling shared_child v1.0.1 |
8691 | 2024-12-19T21:42:10.980Z | [ recovery-image] Dec 19 21:42:10.558 INFO E| Compiling duct v0.13.7 |
8692 | 2024-12-19T21:42:11.331Z | [ recovery-image] Dec 19 21:42:10.906 INFO E| Compiling quote v1.0.37 |
8693 | 2024-12-19T21:42:12.020Z | [ recovery-image] Dec 19 21:42:11.599 INFO E| Compiling syn v2.0.77 |
8694 | 2024-12-19T21:42:21.096Z | [ recovery-image] Dec 19 21:42:20.679 INFO E| Compiling clap_derive v4.5.13 |
8695 | 2024-12-19T21:42:25.943Z | [ recovery-image] Dec 19 21:42:25.525 INFO E| Compiling clap v4.5.17 |
8696 | 2024-12-19T21:42:26.037Z | [ recovery-image] Dec 19 21:42:25.619 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8697 | 2024-12-19T21:42:28.039Z | [ recovery-image] Dec 19 21:42:27.620 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.30s |
8698 | 2024-12-19T21:42:28.055Z | [ recovery-image] Dec 19 21:42:27.634 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8699 | 2024-12-19T21:42:28.352Z | [ recovery-image] Dec 19 21:42:27.933 INFO E| Updating crates.io index |
8700 | 2024-12-19T21:42:28.584Z | [ recovery-image] Dec 19 21:42:28.165 INFO E| Downloading crates ... |
8701 | 2024-12-19T21:42:28.664Z | [ recovery-image] Dec 19 21:42:28.245 INFO E| Downloaded bit_field v0.10.2 |
8702 | 2024-12-19T21:42:28.667Z | [ recovery-image] Dec 19 21:42:28.247 INFO E| Downloaded bitstruct v0.1.1 |
8703 | 2024-12-19T21:42:28.670Z | [ recovery-image] Dec 19 21:42:28.249 INFO E| Downloaded cpio_reader v0.1.1 |
8704 | 2024-12-19T21:42:28.671Z | [ recovery-image] Dec 19 21:42:28.250 INFO E| Downloaded bitstruct_derive v0.1.0 |
8705 | 2024-12-19T21:42:28.671Z | [ recovery-image] Dec 19 21:42:28.251 INFO E| Downloaded seq-macro v0.3.5 |
8706 | 2024-12-19T21:42:28.682Z | [ recovery-image] Dec 19 21:42:28.263 INFO E| Downloaded raw-cpuid v10.7.0 |
8707 | 2024-12-19T21:42:28.707Z | [ recovery-image] Dec 19 21:42:28.288 INFO E| Downloaded syn v2.0.85 |
8708 | 2024-12-19T21:42:28.935Z | [ recovery-image] Dec 19 21:42:28.516 INFO E| Downloaded x86 v0.52.0 |
8709 | 2024-12-19T21:42:29.037Z | [ recovery-image] Dec 19 21:42:28.617 INFO E| Updating crates.io index |
8710 | 2024-12-19T21:42:29.292Z | [ recovery-image] Dec 19 21:42:28.872 INFO E| Downloading crates ... |
8711 | 2024-12-19T21:42:29.512Z | [ recovery-image] Dec 19 21:42:29.092 INFO E| Downloaded hashbrown v0.15.0 |
8712 | 2024-12-19T21:42:29.548Z | [ recovery-image] Dec 19 21:42:29.128 INFO E| Downloaded compiler_builtins v0.1.134 |
8713 | 2024-12-19T21:42:29.756Z | [ recovery-image] Dec 19 21:42:29.336 INFO E| Compiling compiler_builtins v0.1.134 |
8714 | 2024-12-19T21:42:29.756Z | [ recovery-image] Dec 19 21:42:29.336 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) |
8715 | 2024-12-19T21:42:29.759Z | [ recovery-image] Dec 19 21:42:29.336 INFO E| Compiling proc-macro2 v1.0.89 |
8716 | 2024-12-19T21:42:29.759Z | [ recovery-image] Dec 19 21:42:29.336 INFO E| Compiling unicode-ident v1.0.13 |
8717 | 2024-12-19T21:42:29.759Z | [ recovery-image] Dec 19 21:42:29.336 INFO E| Compiling syn v1.0.109 |
8718 | 2024-12-19T21:42:29.759Z | [ recovery-image] Dec 19 21:42:29.336 INFO E| Compiling x86 v0.52.0 |
8719 | 2024-12-19T21:42:29.759Z | [ recovery-image] Dec 19 21:42:29.337 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8720 | 2024-12-19T21:42:29.759Z | [ recovery-image] Dec 19 21:42:29.337 INFO E| Compiling seq-macro v0.3.5 |
8721 | 2024-12-19T21:42:32.185Z | [ host-image] Dec 19 21:42:31.764 INFO O| seeding SMF database... |
8722 | 2024-12-19T21:42:32.616Z | [ recovery-image] Dec 19 21:42:32.194 INFO E| Compiling quote v1.0.37 |
8723 | 2024-12-19T21:42:33.039Z | [ recovery-image] Dec 19 21:42:32.617 INFO E| Compiling syn v2.0.85 |
8724 | 2024-12-19T21:42:39.881Z | [ recovery-image] Dec 19 21:42:39.379 INFO E| Compiling scroll_derive v0.12.0 |
8725 | 2024-12-19T21:42:46.881Z | [ recovery-image] Dec 19 21:42:46.453 INFO E| Compiling bitstruct_derive v0.1.0 |
8726 | 2024-12-19T21:42:49.601Z | [ host-image] Dec 19 21:42:49.172 INFO O| configuring SMF profile... |
8727 | 2024-12-19T21:42:49.605Z | [ host-image] Dec 19 21:42:49.172 INFO O| modifying shadow(5)... |
8728 | 2024-12-19T21:42:49.605Z | [ host-image] Dec 19 21:42:49.172 INFO O| loading user and group database... |
8729 | 2024-12-19T21:42:49.605Z | [ host-image] Dec 19 21:42:49.173 INFO O| assessing packaged files... |
8730 | 2024-12-19T21:42:56.091Z | [ host-image] Dec 19 21:42:55.656 INFO O| creating archive... |
8731 | 2024-12-19T21:42:56.182Z | [ host-image] Dec 19 21:42:55.730 INFO O| missing from packaging: |
8732 | 2024-12-19T21:42:56.182Z | [ host-image] Dec 19 21:42:55.730 INFO O| "etc/.pwd.lock" |
8733 | 2024-12-19T21:42:56.188Z | [ host-image] Dec 19 21:42:55.730 INFO O| "etc/bash" |
8734 | 2024-12-19T21:42:56.188Z | [ host-image] Dec 19 21:42:55.744 INFO O| "etc/svc/profile/generic.xml" |
8735 | 2024-12-19T21:42:56.188Z | [ host-image] Dec 19 21:42:55.744 INFO O| "etc/svc/profile/inetd_services.xml" |
8736 | 2024-12-19T21:42:56.188Z | [ host-image] Dec 19 21:42:55.744 INFO O| "etc/svc/profile/name_service.xml" |
8737 | 2024-12-19T21:42:56.188Z | [ host-image] Dec 19 21:42:55.744 INFO O| "etc/svc/profile/platform.xml" |
8738 | 2024-12-19T21:42:56.188Z | [ host-image] Dec 19 21:42:55.744 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8739 | 2024-12-19T21:42:56.188Z | [ host-image] Dec 19 21:42:55.744 INFO O| "etc/svc/repository.db" |
8740 | 2024-12-19T21:42:56.194Z | [ host-image] Dec 19 21:42:55.759 INFO O| "opt/ooce/share" |
8741 | 2024-12-19T21:42:56.195Z | [ host-image] Dec 19 21:42:55.759 INFO O| "opt/ooce/share/man" |
8742 | 2024-12-19T21:42:56.195Z | [ host-image] Dec 19 21:42:55.759 INFO O| "opt/ooce/share/man/man1" |
8743 | 2024-12-19T21:42:56.206Z | [ host-image] Dec 19 21:42:55.773 INFO O| finishing archive... |
8744 | 2024-12-19T21:43:00.409Z | [ host-image] Dec 19 21:42:59.975 INFO O| creating gzonly manifest... |
8745 | 2024-12-19T21:43:00.421Z | [ host-image] Dec 19 21:42:59.987 INFO O| ok |
8746 | 2024-12-19T21:43:00.634Z | [ host-image] Dec 19 21:43:00.196 INFO image builder template: ramdisk-02-trim... |
8747 | 2024-12-19T21:43:00.635Z | [ host-image] Dec 19 21:43:00.196 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/.tmpZORqCZ/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 |
8748 | 2024-12-19T21:43:00.680Z | [ host-image] Dec 19 21:43:00.240 INFO O| Dec 19 21:43:00.240 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8749 | 2024-12-19T21:43:00.693Z | [ host-image] Dec 19 21:43:00.253 INFO O| Dec 19 21:43:00.253 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8750 | 2024-12-19T21:43:00.851Z | [ host-image] Dec 19 21:43:00.415 INFO O| Dec 19 21:43:00.415 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8751 | 2024-12-19T21:43:00.973Z | [ host-image] Dec 19 21:43:00.536 INFO O| Dec 19 21:43:00.536 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8752 | 2024-12-19T21:43:00.973Z | [ host-image] Dec 19 21:43:00.536 INFO O| Dec 19 21:43:00.536 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8753 | 2024-12-19T21:43:00.982Z | [ host-image] Dec 19 21:43:00.547 INFO O| Dec 19 21:43:00.547 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8754 | 2024-12-19T21:43:00.991Z | [ host-image] Dec 19 21:43:00.554 INFO O| Dec 19 21:43:00.554 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8755 | 2024-12-19T21:43:00.998Z | [ host-image] Dec 19 21:43:00.563 INFO O| Dec 19 21:43:00.563 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8756 | 2024-12-19T21:43:01.421Z | [ host-image] Dec 19 21:43:00.986 INFO O| Dec 19 21:43:00.986 INFO rolled back to input snapshot; work may begin |
8757 | 2024-12-19T21:43:01.421Z | [ host-image] Dec 19 21:43:00.986 INFO O| Dec 19 21:43:00.986 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8758 | 2024-12-19T21:43:01.433Z | [ host-image] Dec 19 21:43:00.997 INFO O| Dec 19 21:43:00.997 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8759 | 2024-12-19T21:43:01.455Z | [ host-image] Dec 19 21:43:01.020 INFO O| Dec 19 21:43:01.020 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8760 | 2024-12-19T21:43:01.650Z | [ host-image] Dec 19 21:43:01.215 INFO O| Dec 19 21:43:01.214 INFO STEP 0 (remove_files) COMPLETE |
8761 | 2024-12-19T21:43:01.650Z | [ host-image] Dec 19 21:43:01.215 INFO O| Dec 19 21:43:01.214 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8762 | 2024-12-19T21:43:01.685Z | [ host-image] Dec 19 21:43:01.250 INFO O| Dec 19 21:43:01.250 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8763 | 2024-12-19T21:43:01.689Z | [ host-image] Dec 19 21:43:01.254 INFO O| Dec 19 21:43:01.254 INFO STEP 1 (remove_files) COMPLETE |
8764 | 2024-12-19T21:43:01.692Z | [ host-image] Dec 19 21:43:01.254 INFO O| Dec 19 21:43:01.254 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8765 | 2024-12-19T21:43:01.712Z | [ host-image] Dec 19 21:43:01.276 INFO O| Dec 19 21:43:01.276 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8766 | 2024-12-19T21:43:01.762Z | [ host-image] Dec 19 21:43:01.327 INFO O| Dec 19 21:43:01.327 INFO STEP 2 (remove_files) COMPLETE |
8767 | 2024-12-19T21:43:01.762Z | [ host-image] Dec 19 21:43:01.327 INFO O| Dec 19 21:43:01.327 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8768 | 2024-12-19T21:43:01.792Z | [ host-image] Dec 19 21:43:01.357 INFO O| Dec 19 21:43:01.357 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8769 | 2024-12-19T21:43:01.796Z | [ host-image] Dec 19 21:43:01.361 INFO O| Dec 19 21:43:01.360 INFO STEP 3 (remove_files) COMPLETE |
8770 | 2024-12-19T21:43:01.796Z | [ host-image] Dec 19 21:43:01.361 INFO O| Dec 19 21:43:01.360 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8771 | 2024-12-19T21:43:01.815Z | [ host-image] Dec 19 21:43:01.380 INFO O| Dec 19 21:43:01.380 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8772 | 2024-12-19T21:43:01.823Z | [ host-image] Dec 19 21:43:01.388 INFO O| Dec 19 21:43:01.388 INFO STEP 4 (remove_files) COMPLETE |
8773 | 2024-12-19T21:43:01.823Z | [ host-image] Dec 19 21:43:01.388 INFO O| Dec 19 21:43:01.388 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8774 | 2024-12-19T21:43:01.843Z | [ host-image] Dec 19 21:43:01.407 INFO O| Dec 19 21:43:01.407 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8775 | 2024-12-19T21:43:01.848Z | [ host-image] Dec 19 21:43:01.413 INFO O| Dec 19 21:43:01.413 INFO STEP 5 (remove_files) COMPLETE |
8776 | 2024-12-19T21:43:01.848Z | [ host-image] Dec 19 21:43:01.413 INFO O| Dec 19 21:43:01.413 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8777 | 2024-12-19T21:43:01.867Z | [ host-image] Dec 19 21:43:01.431 INFO O| Dec 19 21:43:01.431 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8778 | 2024-12-19T21:43:01.887Z | [ host-image] Dec 19 21:43:01.452 INFO O| Dec 19 21:43:01.452 INFO STEP 6 (remove_files) COMPLETE |
8779 | 2024-12-19T21:43:01.887Z | [ host-image] Dec 19 21:43:01.452 INFO O| Dec 19 21:43:01.452 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8780 | 2024-12-19T21:43:01.926Z | [ host-image] Dec 19 21:43:01.491 INFO O| Dec 19 21:43:01.490 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8781 | 2024-12-19T21:43:01.951Z | [ host-image] Dec 19 21:43:01.515 INFO O| Dec 19 21:43:01.515 INFO STEP 7 (remove_files) COMPLETE |
8782 | 2024-12-19T21:43:01.951Z | [ host-image] Dec 19 21:43:01.515 INFO O| Dec 19 21:43:01.515 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8783 | 2024-12-19T21:43:02.011Z | [ host-image] Dec 19 21:43:01.576 INFO O| Dec 19 21:43:01.576 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8784 | 2024-12-19T21:43:02.194Z | [ host-image] Dec 19 21:43:01.759 INFO O| Dec 19 21:43:01.759 INFO STEP 8 (remove_files) COMPLETE |
8785 | 2024-12-19T21:43:02.194Z | [ host-image] Dec 19 21:43:01.759 INFO O| Dec 19 21:43:01.759 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8786 | 2024-12-19T21:43:02.212Z | [ host-image] Dec 19 21:43:01.777 INFO O| Dec 19 21:43:01.777 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8787 | 2024-12-19T21:43:02.382Z | [ host-image] Dec 19 21:43:01.946 INFO O| Dec 19 21:43:01.946 INFO STEP 9 (remove_files) COMPLETE |
8788 | 2024-12-19T21:43:02.382Z | [ host-image] Dec 19 21:43:01.946 INFO O| Dec 19 21:43:01.946 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8789 | 2024-12-19T21:43:02.404Z | [ host-image] Dec 19 21:43:01.969 INFO O| Dec 19 21:43:01.969 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8790 | 2024-12-19T21:43:02.411Z | [ host-image] Dec 19 21:43:01.975 INFO O| Dec 19 21:43:01.975 INFO STEP 10 (remove_files) COMPLETE |
8791 | 2024-12-19T21:43:02.411Z | [ host-image] Dec 19 21:43:01.975 INFO O| Dec 19 21:43:01.975 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8792 | 2024-12-19T21:43:02.491Z | [ host-image] Dec 19 21:43:02.055 INFO O| Dec 19 21:43:02.055 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8793 | 2024-12-19T21:43:02.494Z | [ host-image] Dec 19 21:43:02.057 INFO O| Dec 19 21:43:02.056 INFO STEP 11 (remove_files) COMPLETE |
8794 | 2024-12-19T21:43:02.494Z | [ host-image] Dec 19 21:43:02.057 INFO O| Dec 19 21:43:02.057 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8795 | 2024-12-19T21:43:02.528Z | [ host-image] Dec 19 21:43:02.092 INFO O| Dec 19 21:43:02.092 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8796 | 2024-12-19T21:43:02.531Z | [ host-image] Dec 19 21:43:02.095 INFO O| Dec 19 21:43:02.095 INFO STEP 12 (remove_files) COMPLETE |
8797 | 2024-12-19T21:43:02.531Z | [ host-image] Dec 19 21:43:02.095 INFO O| Dec 19 21:43:02.095 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8798 | 2024-12-19T21:43:03.041Z | [ host-image] Dec 19 21:43:02.604 INFO O| Dec 19 21:43:02.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8799 | 2024-12-19T21:43:03.043Z | [ host-image] Dec 19 21:43:02.606 INFO O| Dec 19 21:43:02.606 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8800 | 2024-12-19T21:43:03.119Z | [ host-image] Dec 19 21:43:02.683 INFO O| Dec 19 21:43:02.683 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8801 | 2024-12-19T21:43:03.122Z | [ host-image] Dec 19 21:43:02.686 INFO O| Dec 19 21:43:02.686 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8802 | 2024-12-19T21:43:03.338Z | [ host-image] Dec 19 21:43:02.903 INFO O| Dec 19 21:43:02.902 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8803 | 2024-12-19T21:43:03.341Z | [ host-image] Dec 19 21:43:02.903 INFO O| Dec 19 21:43:02.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8804 | 2024-12-19T21:43:03.342Z | [ host-image] Dec 19 21:43:02.903 INFO O| Dec 19 21:43:02.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8805 | 2024-12-19T21:43:03.342Z | [ host-image] Dec 19 21:43:02.904 INFO O| Dec 19 21:43:02.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8806 | 2024-12-19T21:43:03.342Z | [ host-image] Dec 19 21:43:02.904 INFO O| Dec 19 21:43:02.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8807 | 2024-12-19T21:43:03.342Z | [ host-image] Dec 19 21:43:02.904 INFO O| Dec 19 21:43:02.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8808 | 2024-12-19T21:43:03.342Z | [ host-image] Dec 19 21:43:02.905 INFO O| Dec 19 21:43:02.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8809 | 2024-12-19T21:43:03.342Z | [ host-image] Dec 19 21:43:02.905 INFO O| Dec 19 21:43:02.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8810 | 2024-12-19T21:43:03.342Z | [ host-image] Dec 19 21:43:02.905 INFO O| Dec 19 21:43:02.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8811 | 2024-12-19T21:43:03.342Z | [ host-image] Dec 19 21:43:02.905 INFO O| Dec 19 21:43:02.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8812 | 2024-12-19T21:43:03.342Z | [ host-image] Dec 19 21:43:02.906 INFO O| Dec 19 21:43:02.906 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8813 | 2024-12-19T21:43:03.344Z | [ host-image] Dec 19 21:43:02.906 INFO O| Dec 19 21:43:02.906 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8814 | 2024-12-19T21:43:03.344Z | [ host-image] Dec 19 21:43:02.907 INFO O| Dec 19 21:43:02.907 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8815 | 2024-12-19T21:43:03.344Z | [ host-image] Dec 19 21:43:02.907 INFO O| Dec 19 21:43:02.907 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8816 | 2024-12-19T21:43:03.345Z | [ host-image] Dec 19 21:43:02.907 INFO O| Dec 19 21:43:02.907 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8817 | 2024-12-19T21:43:03.345Z | [ host-image] Dec 19 21:43:02.907 INFO O| Dec 19 21:43:02.907 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8818 | 2024-12-19T21:43:03.348Z | [ host-image] Dec 19 21:43:02.909 INFO O| Dec 19 21:43:02.909 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8819 | 2024-12-19T21:43:03.348Z | [ host-image] Dec 19 21:43:02.910 INFO O| Dec 19 21:43:02.910 INFO STEP 13 (remove_files) COMPLETE |
8820 | 2024-12-19T21:43:03.348Z | [ host-image] Dec 19 21:43:02.910 INFO O| Dec 19 21:43:02.910 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8821 | 2024-12-19T21:43:03.373Z | [ host-image] Dec 19 21:43:02.937 INFO O| Dec 19 21:43:02.937 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8822 | 2024-12-19T21:43:03.376Z | [ host-image] Dec 19 21:43:02.940 INFO O| Dec 19 21:43:02.940 INFO STEP 14 (remove_files) COMPLETE |
8823 | 2024-12-19T21:43:03.376Z | [ host-image] Dec 19 21:43:02.940 INFO O| Dec 19 21:43:02.940 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8824 | 2024-12-19T21:43:03.441Z | [ host-image] Dec 19 21:43:03.005 INFO O| Dec 19 21:43:03.005 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8825 | 2024-12-19T21:43:03.454Z | [ host-image] Dec 19 21:43:03.017 INFO O| Dec 19 21:43:03.017 INFO STEP 15 (remove_files) COMPLETE |
8826 | 2024-12-19T21:43:03.455Z | [ host-image] Dec 19 21:43:03.017 INFO O| Dec 19 21:43:03.017 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8827 | 2024-12-19T21:43:03.476Z | [ host-image] Dec 19 21:43:03.040 INFO O| Dec 19 21:43:03.040 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8828 | 2024-12-19T21:43:03.479Z | [ host-image] Dec 19 21:43:03.041 INFO O| Dec 19 21:43:03.041 INFO STEP 16 (remove_files) COMPLETE |
8829 | 2024-12-19T21:43:03.479Z | [ host-image] Dec 19 21:43:03.041 INFO O| Dec 19 21:43:03.041 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8830 | 2024-12-19T21:43:03.519Z | [ host-image] Dec 19 21:43:03.083 INFO O| Dec 19 21:43:03.083 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8831 | 2024-12-19T21:43:03.521Z | [ host-image] Dec 19 21:43:03.086 INFO O| Dec 19 21:43:03.085 INFO STEP 17 (remove_files) COMPLETE |
8832 | 2024-12-19T21:43:03.521Z | [ host-image] Dec 19 21:43:03.086 INFO O| Dec 19 21:43:03.085 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8833 | 2024-12-19T21:43:03.565Z | [ host-image] Dec 19 21:43:03.129 INFO O| Dec 19 21:43:03.129 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8834 | 2024-12-19T21:43:03.565Z | [ host-image] Dec 19 21:43:03.130 INFO O| Dec 19 21:43:03.129 INFO STEP 18 (remove_files) COMPLETE |
8835 | 2024-12-19T21:43:03.568Z | [ host-image] Dec 19 21:43:03.130 INFO O| Dec 19 21:43:03.130 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8836 | 2024-12-19T21:43:03.600Z | [ host-image] Dec 19 21:43:03.164 INFO O| Dec 19 21:43:03.164 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8837 | 2024-12-19T21:43:03.600Z | [ host-image] Dec 19 21:43:03.164 INFO O| Dec 19 21:43:03.164 INFO STEP 19 (remove_files) COMPLETE |
8838 | 2024-12-19T21:43:03.603Z | [ host-image] Dec 19 21:43:03.164 INFO O| Dec 19 21:43:03.164 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8839 | 2024-12-19T21:43:03.632Z | [ host-image] Dec 19 21:43:03.196 INFO O| Dec 19 21:43:03.196 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8840 | 2024-12-19T21:43:03.632Z | [ host-image] Dec 19 21:43:03.196 INFO O| Dec 19 21:43:03.196 INFO STEP 20 (remove_files) COMPLETE |
8841 | 2024-12-19T21:43:03.632Z | [ host-image] Dec 19 21:43:03.196 INFO O| Dec 19 21:43:03.196 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8842 | 2024-12-19T21:43:03.668Z | [ host-image] Dec 19 21:43:03.232 INFO O| Dec 19 21:43:03.232 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8843 | 2024-12-19T21:43:03.672Z | [ host-image] Dec 19 21:43:03.233 INFO O| Dec 19 21:43:03.232 INFO STEP 21 (remove_files) COMPLETE |
8844 | 2024-12-19T21:43:03.672Z | [ host-image] Dec 19 21:43:03.233 INFO O| Dec 19 21:43:03.233 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8845 | 2024-12-19T21:43:03.692Z | [ host-image] Dec 19 21:43:03.256 INFO O| Dec 19 21:43:03.256 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8846 | 2024-12-19T21:43:03.695Z | [ host-image] Dec 19 21:43:03.256 INFO O| Dec 19 21:43:03.256 INFO STEP 22 (remove_files) COMPLETE |
8847 | 2024-12-19T21:43:03.695Z | [ host-image] Dec 19 21:43:03.257 INFO O| Dec 19 21:43:03.256 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8848 | 2024-12-19T21:43:03.742Z | [ host-image] Dec 19 21:43:03.306 INFO O| Dec 19 21:43:03.306 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8849 | 2024-12-19T21:43:03.742Z | [ host-image] Dec 19 21:43:03.306 INFO O| Dec 19 21:43:03.306 INFO STEP 23 (remove_files) COMPLETE |
8850 | 2024-12-19T21:43:03.745Z | [ host-image] Dec 19 21:43:03.306 INFO O| Dec 19 21:43:03.306 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8851 | 2024-12-19T21:43:03.760Z | [ host-image] Dec 19 21:43:03.324 INFO O| Dec 19 21:43:03.324 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8852 | 2024-12-19T21:43:03.760Z | [ host-image] Dec 19 21:43:03.324 INFO O| Dec 19 21:43:03.324 INFO STEP 24 (remove_files) COMPLETE |
8853 | 2024-12-19T21:43:03.763Z | [ host-image] Dec 19 21:43:03.325 INFO O| Dec 19 21:43:03.324 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8854 | 2024-12-19T21:43:03.778Z | [ host-image] Dec 19 21:43:03.342 INFO O| Dec 19 21:43:03.342 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8855 | 2024-12-19T21:43:03.781Z | [ host-image] Dec 19 21:43:03.342 INFO O| Dec 19 21:43:03.342 INFO STEP 25 (remove_files) COMPLETE |
8856 | 2024-12-19T21:43:03.781Z | [ host-image] Dec 19 21:43:03.342 INFO O| Dec 19 21:43:03.342 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8857 | 2024-12-19T21:43:03.806Z | [ host-image] Dec 19 21:43:03.370 INFO O| Dec 19 21:43:03.370 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8858 | 2024-12-19T21:43:03.806Z | [ host-image] Dec 19 21:43:03.370 INFO O| Dec 19 21:43:03.370 INFO STEP 26 (remove_files) COMPLETE |
8859 | 2024-12-19T21:43:03.809Z | [ host-image] Dec 19 21:43:03.371 INFO O| Dec 19 21:43:03.370 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8860 | 2024-12-19T21:43:03.825Z | [ host-image] Dec 19 21:43:03.389 INFO O| Dec 19 21:43:03.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8861 | 2024-12-19T21:43:03.827Z | [ host-image] Dec 19 21:43:03.389 INFO O| Dec 19 21:43:03.389 INFO STEP 27 (remove_files) COMPLETE |
8862 | 2024-12-19T21:43:03.828Z | [ host-image] Dec 19 21:43:03.389 INFO O| Dec 19 21:43:03.389 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8863 | 2024-12-19T21:43:03.842Z | [ host-image] Dec 19 21:43:03.406 INFO O| Dec 19 21:43:03.406 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8864 | 2024-12-19T21:43:03.842Z | [ host-image] Dec 19 21:43:03.406 INFO O| Dec 19 21:43:03.406 INFO STEP 28 (remove_files) COMPLETE |
8865 | 2024-12-19T21:43:03.845Z | [ host-image] Dec 19 21:43:03.406 INFO O| Dec 19 21:43:03.406 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8866 | 2024-12-19T21:43:03.858Z | [ host-image] Dec 19 21:43:03.422 INFO O| Dec 19 21:43:03.422 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8867 | 2024-12-19T21:43:03.858Z | [ host-image] Dec 19 21:43:03.422 INFO O| Dec 19 21:43:03.422 INFO STEP 29 (remove_files) COMPLETE |
8868 | 2024-12-19T21:43:03.861Z | [ host-image] Dec 19 21:43:03.422 INFO O| Dec 19 21:43:03.422 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8869 | 2024-12-19T21:43:03.874Z | [ host-image] Dec 19 21:43:03.438 INFO O| Dec 19 21:43:03.438 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8870 | 2024-12-19T21:43:03.874Z | [ host-image] Dec 19 21:43:03.438 INFO O| Dec 19 21:43:03.438 INFO STEP 30 (remove_files) COMPLETE |
8871 | 2024-12-19T21:43:03.877Z | [ host-image] Dec 19 21:43:03.438 INFO O| Dec 19 21:43:03.438 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8872 | 2024-12-19T21:43:03.911Z | [ host-image] Dec 19 21:43:03.474 INFO O| Dec 19 21:43:03.474 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8873 | 2024-12-19T21:43:03.911Z | [ host-image] Dec 19 21:43:03.474 INFO O| Dec 19 21:43:03.474 INFO STEP 31 (remove_files) COMPLETE |
8874 | 2024-12-19T21:43:03.911Z | [ host-image] Dec 19 21:43:03.474 INFO O| Dec 19 21:43:03.474 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8875 | 2024-12-19T21:43:03.968Z | [ host-image] Dec 19 21:43:03.532 INFO O| Dec 19 21:43:03.531 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8876 | 2024-12-19T21:43:03.968Z | [ host-image] Dec 19 21:43:03.532 INFO O| Dec 19 21:43:03.532 INFO STEP 32 (remove_files) COMPLETE |
8877 | 2024-12-19T21:43:03.968Z | [ host-image] Dec 19 21:43:03.532 INFO O| Dec 19 21:43:03.532 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8878 | 2024-12-19T21:43:03.987Z | [ host-image] Dec 19 21:43:03.550 INFO O| Dec 19 21:43:03.550 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8879 | 2024-12-19T21:43:03.987Z | [ host-image] Dec 19 21:43:03.550 INFO O| Dec 19 21:43:03.550 INFO STEP 33 (remove_files) COMPLETE |
8880 | 2024-12-19T21:43:03.987Z | [ host-image] Dec 19 21:43:03.551 INFO O| Dec 19 21:43:03.550 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8881 | 2024-12-19T21:43:04.006Z | [ host-image] Dec 19 21:43:03.570 INFO O| Dec 19 21:43:03.570 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8882 | 2024-12-19T21:43:04.006Z | [ host-image] Dec 19 21:43:03.570 INFO O| Dec 19 21:43:03.570 INFO STEP 34 (remove_files) COMPLETE |
8883 | 2024-12-19T21:43:04.006Z | [ host-image] Dec 19 21:43:03.570 INFO O| Dec 19 21:43:03.570 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8884 | 2024-12-19T21:43:04.046Z | [ host-image] Dec 19 21:43:03.609 INFO O| Dec 19 21:43:03.609 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8885 | 2024-12-19T21:43:04.046Z | [ host-image] Dec 19 21:43:03.609 INFO O| Dec 19 21:43:03.609 INFO STEP 35 (remove_files) COMPLETE |
8886 | 2024-12-19T21:43:04.046Z | [ host-image] Dec 19 21:43:03.609 INFO O| Dec 19 21:43:03.609 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8887 | 2024-12-19T21:43:04.076Z | [ host-image] Dec 19 21:43:03.640 INFO O| Dec 19 21:43:03.640 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8888 | 2024-12-19T21:43:04.076Z | [ host-image] Dec 19 21:43:03.640 INFO O| Dec 19 21:43:03.640 INFO STEP 36 (remove_files) COMPLETE |
8889 | 2024-12-19T21:43:04.079Z | [ host-image] Dec 19 21:43:03.640 INFO O| Dec 19 21:43:03.640 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8890 | 2024-12-19T21:43:04.113Z | [ host-image] Dec 19 21:43:03.676 INFO O| Dec 19 21:43:03.676 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8891 | 2024-12-19T21:43:04.113Z | [ host-image] Dec 19 21:43:03.676 INFO O| Dec 19 21:43:03.676 INFO STEP 37 (remove_files) COMPLETE |
8892 | 2024-12-19T21:43:04.115Z | [ host-image] Dec 19 21:43:03.676 INFO O| Dec 19 21:43:03.676 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8893 | 2024-12-19T21:43:04.155Z | [ host-image] Dec 19 21:43:03.718 INFO O| Dec 19 21:43:03.718 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8894 | 2024-12-19T21:43:04.158Z | [ host-image] Dec 19 21:43:03.719 INFO O| Dec 19 21:43:03.718 INFO STEP 38 (remove_files) COMPLETE |
8895 | 2024-12-19T21:43:04.158Z | [ host-image] Dec 19 21:43:03.719 INFO O| Dec 19 21:43:03.719 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8896 | 2024-12-19T21:43:04.175Z | [ host-image] Dec 19 21:43:03.738 INFO O| Dec 19 21:43:03.738 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8897 | 2024-12-19T21:43:04.178Z | [ host-image] Dec 19 21:43:03.738 INFO O| Dec 19 21:43:03.738 INFO STEP 39 (remove_files) COMPLETE |
8898 | 2024-12-19T21:43:04.178Z | [ host-image] Dec 19 21:43:03.738 INFO O| Dec 19 21:43:03.738 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8899 | 2024-12-19T21:43:04.194Z | [ host-image] Dec 19 21:43:03.758 INFO O| Dec 19 21:43:03.758 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8900 | 2024-12-19T21:43:04.194Z | [ host-image] Dec 19 21:43:03.758 INFO O| Dec 19 21:43:03.758 INFO STEP 40 (remove_files) COMPLETE |
8901 | 2024-12-19T21:43:04.196Z | [ host-image] Dec 19 21:43:03.758 INFO O| Dec 19 21:43:03.758 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8902 | 2024-12-19T21:43:04.215Z | [ host-image] Dec 19 21:43:03.777 INFO O| Dec 19 21:43:03.777 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8903 | 2024-12-19T21:43:04.215Z | [ host-image] Dec 19 21:43:03.777 INFO O| Dec 19 21:43:03.777 INFO STEP 41 (remove_files) COMPLETE |
8904 | 2024-12-19T21:43:04.215Z | [ host-image] Dec 19 21:43:03.777 INFO O| Dec 19 21:43:03.777 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8905 | 2024-12-19T21:43:04.232Z | [ host-image] Dec 19 21:43:03.796 INFO O| Dec 19 21:43:03.796 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8906 | 2024-12-19T21:43:04.232Z | [ host-image] Dec 19 21:43:03.796 INFO O| Dec 19 21:43:03.796 INFO STEP 42 (remove_files) COMPLETE |
8907 | 2024-12-19T21:43:04.232Z | [ host-image] Dec 19 21:43:03.796 INFO O| Dec 19 21:43:03.796 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8908 | 2024-12-19T21:43:04.255Z | [ host-image] Dec 19 21:43:03.818 INFO O| Dec 19 21:43:03.818 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8909 | 2024-12-19T21:43:04.255Z | [ host-image] Dec 19 21:43:03.818 INFO O| Dec 19 21:43:03.818 INFO STEP 43 (remove_files) COMPLETE |
8910 | 2024-12-19T21:43:04.255Z | [ host-image] Dec 19 21:43:03.818 INFO O| Dec 19 21:43:03.818 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8911 | 2024-12-19T21:43:04.287Z | [ host-image] Dec 19 21:43:03.850 INFO O| Dec 19 21:43:03.850 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8912 | 2024-12-19T21:43:04.287Z | [ host-image] Dec 19 21:43:03.850 INFO O| Dec 19 21:43:03.850 INFO STEP 44 (remove_files) COMPLETE |
8913 | 2024-12-19T21:43:04.290Z | [ host-image] Dec 19 21:43:03.850 INFO O| Dec 19 21:43:03.850 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8914 | 2024-12-19T21:43:04.345Z | [ host-image] Dec 19 21:43:03.909 INFO O| Dec 19 21:43:03.909 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8915 | 2024-12-19T21:43:04.345Z | [ host-image] Dec 19 21:43:03.909 INFO O| Dec 19 21:43:03.909 INFO STEP 45 (remove_files) COMPLETE |
8916 | 2024-12-19T21:43:04.346Z | [ host-image] Dec 19 21:43:03.909 INFO O| Dec 19 21:43:03.909 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8917 | 2024-12-19T21:43:04.366Z | [ host-image] Dec 19 21:43:03.930 INFO O| Dec 19 21:43:03.930 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8918 | 2024-12-19T21:43:04.366Z | [ host-image] Dec 19 21:43:03.930 INFO O| Dec 19 21:43:03.930 INFO STEP 46 (remove_files) COMPLETE |
8919 | 2024-12-19T21:43:04.366Z | [ host-image] Dec 19 21:43:03.930 INFO O| Dec 19 21:43:03.930 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8920 | 2024-12-19T21:43:04.401Z | [ host-image] Dec 19 21:43:03.965 INFO O| Dec 19 21:43:03.964 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8921 | 2024-12-19T21:43:04.404Z | [ host-image] Dec 19 21:43:03.965 INFO O| Dec 19 21:43:03.965 INFO STEP 47 (remove_files) COMPLETE |
8922 | 2024-12-19T21:43:04.404Z | [ host-image] Dec 19 21:43:03.965 INFO O| Dec 19 21:43:03.965 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8923 | 2024-12-19T21:43:04.422Z | [ host-image] Dec 19 21:43:03.986 INFO O| Dec 19 21:43:03.986 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8924 | 2024-12-19T21:43:04.426Z | [ host-image] Dec 19 21:43:03.986 INFO O| Dec 19 21:43:03.986 INFO STEP 48 (remove_files) COMPLETE |
8925 | 2024-12-19T21:43:04.426Z | [ host-image] Dec 19 21:43:03.987 INFO O| Dec 19 21:43:03.986 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8926 | 2024-12-19T21:43:04.459Z | [ host-image] Dec 19 21:43:04.022 INFO O| Dec 19 21:43:04.022 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8927 | 2024-12-19T21:43:04.461Z | [ host-image] Dec 19 21:43:04.022 INFO O| Dec 19 21:43:04.022 INFO STEP 49 (remove_files) COMPLETE |
8928 | 2024-12-19T21:43:04.461Z | [ host-image] Dec 19 21:43:04.022 INFO O| Dec 19 21:43:04.022 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8929 | 2024-12-19T21:43:04.481Z | [ host-image] Dec 19 21:43:04.044 INFO O| Dec 19 21:43:04.044 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8930 | 2024-12-19T21:43:04.481Z | [ host-image] Dec 19 21:43:04.044 INFO O| Dec 19 21:43:04.044 INFO STEP 50 (remove_files) COMPLETE |
8931 | 2024-12-19T21:43:04.481Z | [ host-image] Dec 19 21:43:04.045 INFO O| Dec 19 21:43:04.044 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8932 | 2024-12-19T21:43:04.502Z | [ host-image] Dec 19 21:43:04.066 INFO O| Dec 19 21:43:04.066 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8933 | 2024-12-19T21:43:04.502Z | [ host-image] Dec 19 21:43:04.066 INFO O| Dec 19 21:43:04.066 INFO STEP 51 (remove_files) COMPLETE |
8934 | 2024-12-19T21:43:04.505Z | [ host-image] Dec 19 21:43:04.066 INFO O| Dec 19 21:43:04.066 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8935 | 2024-12-19T21:43:04.531Z | [ host-image] Dec 19 21:43:04.094 INFO O| Dec 19 21:43:04.094 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8936 | 2024-12-19T21:43:04.531Z | [ host-image] Dec 19 21:43:04.094 INFO O| Dec 19 21:43:04.094 INFO STEP 52 (remove_files) COMPLETE |
8937 | 2024-12-19T21:43:04.534Z | [ host-image] Dec 19 21:43:04.094 INFO O| Dec 19 21:43:04.094 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8938 | 2024-12-19T21:43:04.592Z | [ host-image] Dec 19 21:43:04.156 INFO O| Dec 19 21:43:04.156 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8939 | 2024-12-19T21:43:04.592Z | [ host-image] Dec 19 21:43:04.156 INFO O| Dec 19 21:43:04.156 INFO STEP 53 (remove_files) COMPLETE |
8940 | 2024-12-19T21:43:04.592Z | [ host-image] Dec 19 21:43:04.156 INFO O| Dec 19 21:43:04.156 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8941 | 2024-12-19T21:43:04.613Z | [ host-image] Dec 19 21:43:04.177 INFO O| Dec 19 21:43:04.177 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8942 | 2024-12-19T21:43:04.613Z | [ host-image] Dec 19 21:43:04.177 INFO O| Dec 19 21:43:04.177 INFO STEP 54 (remove_files) COMPLETE |
8943 | 2024-12-19T21:43:04.616Z | [ host-image] Dec 19 21:43:04.177 INFO O| Dec 19 21:43:04.177 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8944 | 2024-12-19T21:43:04.652Z | [ host-image] Dec 19 21:43:04.215 INFO O| Dec 19 21:43:04.215 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8945 | 2024-12-19T21:43:04.655Z | [ host-image] Dec 19 21:43:04.216 INFO O| Dec 19 21:43:04.215 INFO STEP 55 (remove_files) COMPLETE |
8946 | 2024-12-19T21:43:04.655Z | [ host-image] Dec 19 21:43:04.216 INFO O| Dec 19 21:43:04.216 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8947 | 2024-12-19T21:43:04.676Z | [ host-image] Dec 19 21:43:04.239 INFO O| Dec 19 21:43:04.239 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8948 | 2024-12-19T21:43:04.676Z | [ host-image] Dec 19 21:43:04.239 INFO O| Dec 19 21:43:04.239 INFO STEP 56 (remove_files) COMPLETE |
8949 | 2024-12-19T21:43:04.676Z | [ host-image] Dec 19 21:43:04.239 INFO O| Dec 19 21:43:04.239 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8950 | 2024-12-19T21:43:04.698Z | [ host-image] Dec 19 21:43:04.261 INFO O| Dec 19 21:43:04.261 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8951 | 2024-12-19T21:43:04.698Z | [ host-image] Dec 19 21:43:04.261 INFO O| Dec 19 21:43:04.261 INFO STEP 57 (remove_files) COMPLETE |
8952 | 2024-12-19T21:43:04.698Z | [ host-image] Dec 19 21:43:04.261 INFO O| Dec 19 21:43:04.261 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8953 | 2024-12-19T21:43:04.717Z | [ host-image] Dec 19 21:43:04.280 INFO O| Dec 19 21:43:04.280 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8954 | 2024-12-19T21:43:04.717Z | [ host-image] Dec 19 21:43:04.280 INFO O| Dec 19 21:43:04.280 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8955 | 2024-12-19T21:43:04.719Z | [ host-image] Dec 19 21:43:04.280 INFO O| Dec 19 21:43:04.280 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8956 | 2024-12-19T21:43:04.719Z | [ host-image] Dec 19 21:43:04.280 INFO O| Dec 19 21:43:04.280 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8957 | 2024-12-19T21:43:04.720Z | [ host-image] Dec 19 21:43:04.280 INFO O| Dec 19 21:43:04.280 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8958 | 2024-12-19T21:43:04.720Z | [ host-image] Dec 19 21:43:04.281 INFO O| Dec 19 21:43:04.281 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8959 | 2024-12-19T21:43:04.720Z | [ host-image] Dec 19 21:43:04.281 INFO O| Dec 19 21:43:04.281 INFO ok! |
8960 | 2024-12-19T21:43:04.720Z | [ host-image] Dec 19 21:43:04.281 INFO O| Dec 19 21:43:04.281 INFO STEP 58 (ensure_file) COMPLETE |
8961 | 2024-12-19T21:43:04.720Z | [ host-image] Dec 19 21:43:04.281 INFO O| Dec 19 21:43:04.281 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8962 | 2024-12-19T21:43:04.753Z | [ host-image] Dec 19 21:43:04.315 INFO O| Dec 19 21:43:04.315 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8963 | 2024-12-19T21:43:04.755Z | [ host-image] Dec 19 21:43:04.316 INFO O| Dec 19 21:43:04.316 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8964 | 2024-12-19T21:43:04.755Z | [ host-image] Dec 19 21:43:04.316 INFO O| Dec 19 21:43:04.316 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8965 | 2024-12-19T21:43:04.755Z | [ host-image] Dec 19 21:43:04.316 INFO O| Dec 19 21:43:04.316 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8966 | 2024-12-19T21:43:04.755Z | [ host-image] Dec 19 21:43:04.316 INFO O| Dec 19 21:43:04.316 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8967 | 2024-12-19T21:43:04.756Z | [ host-image] Dec 19 21:43:04.316 INFO O| Dec 19 21:43:04.316 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8968 | 2024-12-19T21:43:04.756Z | [ host-image] Dec 19 21:43:04.316 INFO O| Dec 19 21:43:04.316 INFO ok! |
8969 | 2024-12-19T21:43:04.756Z | [ host-image] Dec 19 21:43:04.317 INFO O| Dec 19 21:43:04.316 INFO STEP 59 (ensure_file) COMPLETE |
8970 | 2024-12-19T21:43:04.756Z | [ host-image] Dec 19 21:43:04.317 INFO O| Dec 19 21:43:04.317 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8971 | 2024-12-19T21:43:04.773Z | [ host-image] Dec 19 21:43:04.337 INFO O| Dec 19 21:43:04.337 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8972 | 2024-12-19T21:43:04.774Z | [ host-image] Dec 19 21:43:04.337 INFO O| Dec 19 21:43:04.337 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8973 | 2024-12-19T21:43:04.777Z | [ host-image] Dec 19 21:43:04.337 INFO O| Dec 19 21:43:04.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8974 | 2024-12-19T21:43:04.777Z | [ host-image] Dec 19 21:43:04.337 INFO O| Dec 19 21:43:04.337 INFO ok! |
8975 | 2024-12-19T21:43:04.777Z | [ host-image] Dec 19 21:43:04.338 INFO O| Dec 19 21:43:04.338 INFO STEP 60 (ensure_file) COMPLETE |
8976 | 2024-12-19T21:43:04.777Z | [ host-image] Dec 19 21:43:04.338 INFO O| Dec 19 21:43:04.338 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8977 | 2024-12-19T21:43:04.807Z | [ host-image] Dec 19 21:43:04.370 INFO O| Dec 19 21:43:04.370 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8978 | 2024-12-19T21:43:04.807Z | [ host-image] Dec 19 21:43:04.371 INFO O| Dec 19 21:43:04.371 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8979 | 2024-12-19T21:43:04.810Z | [ host-image] Dec 19 21:43:04.371 INFO O| Dec 19 21:43:04.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8980 | 2024-12-19T21:43:04.810Z | [ host-image] Dec 19 21:43:04.371 INFO O| Dec 19 21:43:04.371 INFO ok! |
8981 | 2024-12-19T21:43:04.810Z | [ host-image] Dec 19 21:43:04.371 INFO O| Dec 19 21:43:04.371 INFO STEP 61 (ensure_file) COMPLETE |
8982 | 2024-12-19T21:43:04.810Z | [ host-image] Dec 19 21:43:04.371 INFO O| Dec 19 21:43:04.371 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8983 | 2024-12-19T21:43:04.831Z | [ host-image] Dec 19 21:43:04.394 INFO O| Dec 19 21:43:04.394 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8984 | 2024-12-19T21:43:04.831Z | [ host-image] Dec 19 21:43:04.394 INFO O| Dec 19 21:43:04.394 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8985 | 2024-12-19T21:43:04.831Z | [ host-image] Dec 19 21:43:04.394 INFO O| Dec 19 21:43:04.394 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8986 | 2024-12-19T21:43:04.834Z | [ host-image] Dec 19 21:43:04.394 INFO O| Dec 19 21:43:04.394 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8987 | 2024-12-19T21:43:04.834Z | [ host-image] Dec 19 21:43:04.395 INFO O| Dec 19 21:43:04.394 INFO ok! |
8988 | 2024-12-19T21:43:04.834Z | [ host-image] Dec 19 21:43:04.395 INFO O| Dec 19 21:43:04.394 INFO STEP 62 (ensure_file) COMPLETE |
8989 | 2024-12-19T21:43:04.834Z | [ host-image] Dec 19 21:43:04.395 INFO O| Dec 19 21:43:04.395 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8990 | 2024-12-19T21:43:04.849Z | [ host-image] Dec 19 21:43:04.412 INFO O| Dec 19 21:43:04.412 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8991 | 2024-12-19T21:43:04.849Z | [ host-image] Dec 19 21:43:04.412 INFO O| Dec 19 21:43:04.412 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8992 | 2024-12-19T21:43:04.849Z | [ host-image] Dec 19 21:43:04.412 INFO O| Dec 19 21:43:04.412 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8993 | 2024-12-19T21:43:04.849Z | [ host-image] Dec 19 21:43:04.412 INFO O| Dec 19 21:43:04.412 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8994 | 2024-12-19T21:43:04.852Z | [ host-image] Dec 19 21:43:04.412 INFO O| Dec 19 21:43:04.412 INFO ok! |
8995 | 2024-12-19T21:43:04.852Z | [ host-image] Dec 19 21:43:04.413 INFO O| Dec 19 21:43:04.412 INFO STEP 63 (ensure_file) COMPLETE |
8996 | 2024-12-19T21:43:04.852Z | [ host-image] Dec 19 21:43:04.413 INFO O| Dec 19 21:43:04.413 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8997 | 2024-12-19T21:43:04.913Z | [ host-image] Dec 19 21:43:04.476 INFO O| Dec 19 21:43:04.476 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8998 | 2024-12-19T21:43:04.913Z | [ host-image] Dec 19 21:43:04.476 INFO O| Dec 19 21:43:04.476 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8999 | 2024-12-19T21:43:04.916Z | [ host-image] Dec 19 21:43:04.477 INFO O| Dec 19 21:43:04.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
9000 | 2024-12-19T21:43:04.916Z | [ host-image] Dec 19 21:43:04.477 INFO O| Dec 19 21:43:04.477 INFO ok! |
9001 | 2024-12-19T21:43:04.916Z | [ host-image] Dec 19 21:43:04.477 INFO O| Dec 19 21:43:04.477 INFO STEP 64 (assemble_files) COMPLETE |
9002 | 2024-12-19T21:43:04.916Z | [ host-image] Dec 19 21:43:04.477 INFO O| Dec 19 21:43:04.477 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9003 | 2024-12-19T21:43:04.935Z | [ host-image] Dec 19 21:43:04.496 INFO O| Dec 19 21:43:04.496 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9004 | 2024-12-19T21:43:04.935Z | [ host-image] Dec 19 21:43:04.496 INFO O| Dec 19 21:43:04.496 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9005 | 2024-12-19T21:43:04.938Z | [ host-image] Dec 19 21:43:04.496 INFO O| Dec 19 21:43:04.496 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9006 | 2024-12-19T21:43:04.938Z | [ host-image] Dec 19 21:43:04.496 INFO O| Dec 19 21:43:04.496 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9007 | 2024-12-19T21:43:04.938Z | [ host-image] Dec 19 21:43:04.496 INFO O| Dec 19 21:43:04.496 INFO ok! |
9008 | 2024-12-19T21:43:04.938Z | [ host-image] Dec 19 21:43:04.496 INFO O| Dec 19 21:43:04.496 INFO STEP 65 (ensure_file) COMPLETE |
9009 | 2024-12-19T21:43:04.938Z | [ host-image] Dec 19 21:43:04.496 INFO O| Dec 19 21:43:04.496 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9010 | 2024-12-19T21:43:04.953Z | [ host-image] Dec 19 21:43:04.515 INFO O| Dec 19 21:43:04.515 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9011 | 2024-12-19T21:43:04.956Z | [ host-image] Dec 19 21:43:04.515 INFO O| Dec 19 21:43:04.515 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9012 | 2024-12-19T21:43:04.956Z | [ host-image] Dec 19 21:43:04.516 INFO O| Dec 19 21:43:04.515 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9013 | 2024-12-19T21:43:04.957Z | [ host-image] Dec 19 21:43:04.516 INFO O| Dec 19 21:43:04.516 INFO STEP 66 (ensure_dir) COMPLETE |
9014 | 2024-12-19T21:43:04.957Z | [ host-image] Dec 19 21:43:04.516 INFO O| Dec 19 21:43:04.516 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9015 | 2024-12-19T21:43:04.971Z | [ host-image] Dec 19 21:43:04.534 INFO O| Dec 19 21:43:04.534 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9016 | 2024-12-19T21:43:04.971Z | [ host-image] Dec 19 21:43:04.535 INFO O| Dec 19 21:43:04.534 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 ... |
9017 | 2024-12-19T21:43:04.982Z | [ host-image] Dec 19 21:43:04.546 INFO O| Dec 19 21:43:04.545 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 |
9018 | 2024-12-19T21:43:04.982Z | [ host-image] Dec 19 21:43:04.546 INFO O| Dec 19 21:43:04.546 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9019 | 2024-12-19T21:43:04.985Z | [ host-image] Dec 19 21:43:04.546 INFO O| Dec 19 21:43:04.546 INFO ok! |
9020 | 2024-12-19T21:43:04.985Z | [ host-image] Dec 19 21:43:04.546 INFO O| Dec 19 21:43:04.546 INFO STEP 67 (ensure_file) COMPLETE |
9021 | 2024-12-19T21:43:04.985Z | [ host-image] Dec 19 21:43:04.546 INFO O| Dec 19 21:43:04.546 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9022 | 2024-12-19T21:43:05.002Z | [ host-image] Dec 19 21:43:04.565 INFO O| Dec 19 21:43:04.565 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9023 | 2024-12-19T21:43:05.002Z | [ host-image] Dec 19 21:43:04.565 INFO O| Dec 19 21:43:04.565 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 ... |
9024 | 2024-12-19T21:43:05.005Z | [ host-image] Dec 19 21:43:04.565 INFO O| Dec 19 21:43:04.565 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 |
9025 | 2024-12-19T21:43:05.005Z | [ host-image] Dec 19 21:43:04.565 INFO O| Dec 19 21:43:04.565 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9026 | 2024-12-19T21:43:05.005Z | [ host-image] Dec 19 21:43:04.565 INFO O| Dec 19 21:43:04.565 INFO ok! |
9027 | 2024-12-19T21:43:05.005Z | [ host-image] Dec 19 21:43:04.566 INFO O| Dec 19 21:43:04.565 INFO STEP 68 (ensure_file) COMPLETE |
9028 | 2024-12-19T21:43:05.005Z | [ host-image] Dec 19 21:43:04.566 INFO O| Dec 19 21:43:04.565 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9029 | 2024-12-19T21:43:05.055Z | [ host-image] Dec 19 21:43:04.618 INFO O| Dec 19 21:43:04.618 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9030 | 2024-12-19T21:43:05.055Z | [ host-image] Dec 19 21:43:04.618 INFO O| Dec 19 21:43:04.618 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9031 | 2024-12-19T21:43:09.493Z | [ host-image] Dec 19 21:43:09.053 INFO O| Dec 19 21:43:09.053 INFO STEP 69 (pack_tar) COMPLETE |
9032 | 2024-12-19T21:43:09.493Z | [ host-image] Dec 19 21:43:09.053 INFO O| Dec 19 21:43:09.053 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9033 | 2024-12-19T21:43:09.497Z | [ host-image] Dec 19 21:43:09.053 INFO O| Dec 19 21:43:09.053 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9034 | 2024-12-19T21:43:09.971Z | [ host-image] Dec 19 21:43:09.532 INFO O| Dec 19 21:43:09.532 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9035 | 2024-12-19T21:43:10.094Z | [ host-image] Dec 19 21:43:09.655 INFO O| Dec 19 21:43:09.655 INFO completed processing gimlet/ramdisk-02-trim |
9036 | 2024-12-19T21:43:10.097Z | [ host-image] Dec 19 21:43:09.658 INFO image builder template: zfs... |
9037 | 2024-12-19T21:43:10.099Z | [ host-image] Dec 19 21:43:09.658 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/.tmpZORqCZ/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 |
9038 | 2024-12-19T21:43:10.119Z | [ host-image] Dec 19 21:43:09.680 INFO O| Dec 19 21:43:09.679 INFO skip include "stress" because feature "stress" is not enabled |
9039 | 2024-12-19T21:43:10.179Z | [ host-image] Dec 19 21:43:09.740 INFO O| Dec 19 21:43:09.740 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9040 | 2024-12-19T21:43:10.201Z | [ host-image] Dec 19 21:43:09.762 INFO O| Dec 19 21:43:09.762 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9041 | 2024-12-19T21:43:10.329Z | [ host-image] Dec 19 21:43:09.889 INFO O| Dec 19 21:43:09.889 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9042 | 2024-12-19T21:43:10.451Z | [ host-image] Dec 19 21:43:10.011 INFO O| Dec 19 21:43:10.011 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9043 | 2024-12-19T21:43:10.453Z | [ host-image] Dec 19 21:43:10.012 INFO O| Dec 19 21:43:10.012 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9044 | 2024-12-19T21:43:10.460Z | [ host-image] Dec 19 21:43:10.021 INFO O| Dec 19 21:43:10.021 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9045 | 2024-12-19T21:43:10.619Z | [ host-image] Dec 19 21:43:10.180 INFO O| Dec 19 21:43:10.180 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9046 | 2024-12-19T21:43:10.703Z | [ host-image] Dec 19 21:43:10.264 INFO O| Dec 19 21:43:10.263 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9047 | 2024-12-19T21:43:10.719Z | [ host-image] Dec 19 21:43:10.279 INFO O| Dec 19 21:43:10.279 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9048 | 2024-12-19T21:43:10.727Z | [ host-image] Dec 19 21:43:10.288 INFO O| Dec 19 21:43:10.288 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9049 | 2024-12-19T21:43:10.727Z | [ host-image] Dec 19 21:43:10.288 INFO O| Dec 19 21:43:10.288 INFO no lofi found |
9050 | 2024-12-19T21:43:10.728Z | [ host-image] Dec 19 21:43:10.288 INFO O| Dec 19 21:43:10.288 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9051 | 2024-12-19T21:43:10.731Z | [ host-image] Dec 19 21:43:10.288 INFO O| Dec 19 21:43:10.288 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9052 | 2024-12-19T21:43:12.398Z | [ recovery-image] Dec 19 21:43:11.958 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) |
9053 | 2024-12-19T21:43:12.450Z | [ host-image] Dec 19 21:43:12.010 INFO O| Dec 19 21:43:12.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
9054 | 2024-12-19T21:43:12.451Z | [ host-image] Dec 19 21:43:12.010 INFO O| Dec 19 21:43:12.010 INFO pool device = /dev/dsk/c2t1d0p0 |
9055 | 2024-12-19T21:43:12.454Z | [ host-image] Dec 19 21:43:12.011 INFO O| Dec 19 21:43:12.010 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"] |
9056 | 2024-12-19T21:43:15.454Z | [ recovery-image] Dec 19 21:43:15.012 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) |
9057 | 2024-12-19T21:43:21.709Z | [ recovery-image] Dec 19 21:43:21.264 INFO E| Compiling bitflags v1.3.2 |
9058 | 2024-12-19T21:43:21.709Z | [ recovery-image] Dec 19 21:43:21.264 INFO E| Compiling bit_field v0.10.2 |
9059 | 2024-12-19T21:43:21.709Z | [ recovery-image] Dec 19 21:43:21.264 INFO E| Compiling log v0.4.22 |
9060 | 2024-12-19T21:43:21.712Z | [ recovery-image] Dec 19 21:43:21.264 INFO E| Compiling plain v0.2.3 |
9061 | 2024-12-19T21:43:21.712Z | [ recovery-image] Dec 19 21:43:21.264 INFO E| Compiling scroll v0.12.0 |
9062 | 2024-12-19T21:43:21.712Z | [ recovery-image] Dec 19 21:43:21.265 INFO E| Compiling adler2 v2.0.0 |
9063 | 2024-12-19T21:43:21.712Z | [ recovery-image] Dec 19 21:43:21.265 INFO E| Compiling static_assertions v1.1.0 |
9064 | 2024-12-19T21:43:21.808Z | [ recovery-image] Dec 19 21:43:21.362 INFO E| Compiling raw-cpuid v10.7.0 |
9065 | 2024-12-19T21:43:21.832Z | [ recovery-image] Dec 19 21:43:21.387 INFO E| Compiling cpio_reader v0.1.1 |
9066 | 2024-12-19T21:43:21.981Z | [ recovery-image] Dec 19 21:43:21.536 INFO E| Compiling miniz_oxide v0.8.0 |
9067 | 2024-12-19T21:43:22.106Z | [ recovery-image] Dec 19 21:43:21.661 INFO E| Compiling bitstruct v0.1.1 |
9068 | 2024-12-19T21:43:22.608Z | [ recovery-image] Dec 19 21:43:22.163 INFO E| Compiling goblin v0.8.2 |
9069 | 2024-12-19T21:43:33.758Z | [ recovery-image] Dec 19 21:43:33.308 INFO E| Finished `release` profile [optimized] target(s) in 1m 05s |
9070 | 2024-12-19T21:43:33.790Z | [ recovery-image] Dec 19 21:43:33.340 INFO building host image... |
9071 | 2024-12-19T21:43:33.793Z | [ recovery-image] Dec 19 21:43:33.341 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") |
9072 | 2024-12-19T21:43:34.686Z | [ recovery-image] Dec 19 21:43:34.235 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9073 | 2024-12-19T21:43:36.916Z | [ recovery-image] Dec 19 21:43:36.463 INFO image complete! materials are in "/work/os-recovery" |
9074 | 2024-12-19T21:43:36.922Z | [ recovery-image] |
9075 | 2024-12-19T21:43:36.925Z | [ recovery-image] real 11:16.519848387 |
9076 | 2024-12-19T21:43:36.926Z | [ recovery-image] user 6:34.956447964 |
9077 | 2024-12-19T21:43:36.926Z | [ recovery-image] sys 1:05.020802768 |
9078 | 2024-12-19T21:43:36.926Z | [ recovery-image] trap 0.347161192 |
9079 | 2024-12-19T21:43:36.926Z | [ recovery-image] tflt 0.843635667 |
9080 | 2024-12-19T21:43:36.926Z | [ recovery-image] dflt 3.078895799 |
9081 | 2024-12-19T21:43:36.926Z | [ recovery-image] kflt 0.000255132 |
9082 | 2024-12-19T21:43:36.926Z | [ recovery-image] lock 25:39.620389432 |
9083 | 2024-12-19T21:43:36.926Z | [ recovery-image] slp 1:09:05.996836257 |
9084 | 2024-12-19T21:43:36.926Z | [ recovery-image] lat 4:35.101753837 |
9085 | 2024-12-19T21:43:36.926Z | [ recovery-image] stop 12.729462965 |
9086 | 2024-12-19T21:43:36.926Z | Dec 19 21:43:36.472 INFO [recovery-image] process exited with exit status: 0 (676.547586026s) |
9087 | 2024-12-19T21:44:12.527Z | [ host-image] Dec 19 21:44:12.058 INFO O| Dec 19 21:44:12.058 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9088 | 2024-12-19T21:44:12.531Z | [ host-image] Dec 19 21:44:12.058 INFO O| Dec 19 21:44:12.058 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9089 | 2024-12-19T21:44:12.565Z | [ host-image] Dec 19 21:44:12.096 INFO O| Dec 19 21:44:12.096 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9090 | 2024-12-19T21:44:12.696Z | [ host-image] Dec 19 21:44:12.227 INFO O| Dec 19 21:44:12.227 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9091 | 2024-12-19T21:44:12.757Z | [ host-image] Dec 19 21:44:12.287 INFO O| Dec 19 21:44:12.287 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9092 | 2024-12-19T21:44:12.785Z | [ host-image] Dec 19 21:44:12.316 INFO O| Dec 19 21:44:12.316 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9093 | 2024-12-19T21:44:12.807Z | [ host-image] Dec 19 21:44:12.337 INFO O| Dec 19 21:44:12.337 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9094 | 2024-12-19T21:44:12.895Z | [ host-image] Dec 19 21:44:12.426 INFO O| Dec 19 21:44:12.426 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9095 | 2024-12-19T21:44:12.899Z | [ host-image] Dec 19 21:44:12.427 INFO O| Dec 19 21:44:12.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9096 | 2024-12-19T21:44:12.899Z | [ host-image] Dec 19 21:44:12.427 INFO O| Dec 19 21:44:12.427 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9097 | 2024-12-19T21:44:12.916Z | [ host-image] Dec 19 21:44:12.447 INFO O| Dec 19 21:44:12.447 INFO boot environment UUID: 75fa86d9-ff50-41ce-b211-5b816ba9a60c |
9098 | 2024-12-19T21:44:12.916Z | [ host-image] Dec 19 21:44:12.447 INFO O| Dec 19 21:44:12.447 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 75fa86d9-ff50-41ce-b211-5b816ba9a60c |
9099 | 2024-12-19T21:44:12.953Z | [ host-image] Dec 19 21:44:12.484 INFO O| Dec 19 21:44:12.484 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9100 | 2024-12-19T21:44:12.977Z | [ host-image] Dec 19 21:44:12.509 INFO O| Dec 19 21:44:12.508 INFO STEP 0 (create_be) COMPLETE |
9101 | 2024-12-19T21:44:12.980Z | [ host-image] Dec 19 21:44:12.509 INFO O| Dec 19 21:44:12.509 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9102 | 2024-12-19T21:44:13.006Z | [ host-image] Dec 19 21:44:12.537 INFO O| Dec 19 21:44:12.537 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9103 | 2024-12-19T21:44:37.875Z | [ host-image] Dec 19 21:44:37.394 INFO O| Dec 19 21:44:37.394 INFO STEP 1 (unpack_tar) COMPLETE |
9104 | 2024-12-19T21:44:37.875Z | [ host-image] Dec 19 21:44:37.394 INFO O| Dec 19 21:44:37.394 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9105 | 2024-12-19T21:44:37.894Z | [ host-image] Dec 19 21:44:37.413 INFO O| Dec 19 21:44:37.413 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9106 | 2024-12-19T21:44:38.466Z | [ host-image] Dec 19 21:44:37.985 INFO O| Dec 19 21:44:37.985 INFO STEP 2 (devfsadm) COMPLETE |
9107 | 2024-12-19T21:44:38.470Z | [ host-image] Dec 19 21:44:37.985 INFO O| Dec 19 21:44:37.985 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9108 | 2024-12-19T21:44:38.489Z | [ host-image] Dec 19 21:44:38.008 INFO O| Dec 19 21:44:38.008 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9109 | 2024-12-19T21:44:38.490Z | [ host-image] Dec 19 21:44:38.008 INFO O| Dec 19 21:44:38.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9110 | 2024-12-19T21:44:38.490Z | [ host-image] Dec 19 21:44:38.008 INFO O| Dec 19 21:44:38.008 INFO STEP 3 (ensure_dir) COMPLETE |
9111 | 2024-12-19T21:44:38.492Z | [ host-image] Dec 19 21:44:38.008 INFO O| Dec 19 21:44:38.008 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9112 | 2024-12-19T21:44:38.514Z | [ host-image] Dec 19 21:44:38.033 INFO O| Dec 19 21:44:38.033 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9113 | 2024-12-19T21:44:38.515Z | [ host-image] Dec 19 21:44:38.033 INFO O| Dec 19 21:44:38.033 INFO STEP 4 (ensure_dir) COMPLETE |
9114 | 2024-12-19T21:44:38.517Z | [ host-image] Dec 19 21:44:38.033 INFO O| Dec 19 21:44:38.033 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9115 | 2024-12-19T21:44:38.579Z | [ host-image] Dec 19 21:44:38.098 INFO O| Dec 19 21:44:38.098 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9116 | 2024-12-19T21:44:38.580Z | [ host-image] Dec 19 21:44:38.098 INFO O| Dec 19 21:44:38.098 INFO STEP 5 (ensure_dir) COMPLETE |
9117 | 2024-12-19T21:44:38.582Z | [ host-image] Dec 19 21:44:38.098 INFO O| Dec 19 21:44:38.098 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9118 | 2024-12-19T21:44:38.603Z | [ host-image] Dec 19 21:44:38.122 INFO O| Dec 19 21:44:38.122 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9119 | 2024-12-19T21:44:38.603Z | [ host-image] Dec 19 21:44:38.122 INFO O| Dec 19 21:44:38.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9120 | 2024-12-19T21:44:38.606Z | [ host-image] Dec 19 21:44:38.122 INFO O| Dec 19 21:44:38.122 INFO STEP 6 (ensure_dir) COMPLETE |
9121 | 2024-12-19T21:44:38.606Z | [ host-image] Dec 19 21:44:38.122 INFO O| Dec 19 21:44:38.122 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9122 | 2024-12-19T21:44:38.627Z | [ host-image] Dec 19 21:44:38.146 INFO O| Dec 19 21:44:38.146 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9123 | 2024-12-19T21:44:38.627Z | [ host-image] Dec 19 21:44:38.146 INFO O| Dec 19 21:44:38.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9124 | 2024-12-19T21:44:38.630Z | [ host-image] Dec 19 21:44:38.146 INFO O| Dec 19 21:44:38.146 INFO STEP 7 (ensure_dir) COMPLETE |
9125 | 2024-12-19T21:44:38.630Z | [ host-image] Dec 19 21:44:38.146 INFO O| Dec 19 21:44:38.146 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9126 | 2024-12-19T21:44:38.662Z | [ host-image] Dec 19 21:44:38.181 INFO O| Dec 19 21:44:38.181 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9127 | 2024-12-19T21:44:38.665Z | [ host-image] Dec 19 21:44:38.182 INFO O| Dec 19 21:44:38.181 INFO STEP 8 (remove_files) COMPLETE |
9128 | 2024-12-19T21:44:38.665Z | [ host-image] Dec 19 21:44:38.182 INFO O| Dec 19 21:44:38.182 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9129 | 2024-12-19T21:44:38.711Z | [ host-image] Dec 19 21:44:38.230 INFO O| Dec 19 21:44:38.230 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9130 | 2024-12-19T21:44:38.714Z | [ host-image] Dec 19 21:44:38.232 INFO O| Dec 19 21:44:38.232 INFO STEP 9 (remove_files) COMPLETE |
9131 | 2024-12-19T21:44:38.714Z | [ host-image] Dec 19 21:44:38.232 INFO O| Dec 19 21:44:38.232 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9132 | 2024-12-19T21:44:38.737Z | [ host-image] Dec 19 21:44:38.255 INFO O| Dec 19 21:44:38.255 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9133 | 2024-12-19T21:44:38.739Z | [ host-image] Dec 19 21:44:38.257 INFO O| Dec 19 21:44:38.257 INFO STEP 10 (remove_files) COMPLETE |
9134 | 2024-12-19T21:44:38.739Z | [ host-image] Dec 19 21:44:38.257 INFO O| Dec 19 21:44:38.257 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9135 | 2024-12-19T21:44:38.761Z | [ host-image] Dec 19 21:44:38.280 INFO O| Dec 19 21:44:38.280 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9136 | 2024-12-19T21:44:38.763Z | [ host-image] Dec 19 21:44:38.280 INFO O| Dec 19 21:44:38.280 INFO STEP 11 (remove_files) COMPLETE |
9137 | 2024-12-19T21:44:38.763Z | [ host-image] Dec 19 21:44:38.280 INFO O| Dec 19 21:44:38.280 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9138 | 2024-12-19T21:44:38.784Z | [ host-image] Dec 19 21:44:38.303 INFO O| Dec 19 21:44:38.303 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9139 | 2024-12-19T21:44:38.784Z | [ host-image] Dec 19 21:44:38.303 INFO O| Dec 19 21:44:38.303 INFO STEP 12 (remove_files) COMPLETE |
9140 | 2024-12-19T21:44:38.784Z | [ host-image] Dec 19 21:44:38.303 INFO O| Dec 19 21:44:38.303 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9141 | 2024-12-19T21:44:38.805Z | [ host-image] Dec 19 21:44:38.323 INFO O| Dec 19 21:44:38.323 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9142 | 2024-12-19T21:44:38.805Z | [ host-image] Dec 19 21:44:38.324 INFO O| Dec 19 21:44:38.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9143 | 2024-12-19T21:44:38.808Z | [ host-image] Dec 19 21:44:38.324 INFO O| Dec 19 21:44:38.324 INFO STEP 13 (ensure_dir) COMPLETE |
9144 | 2024-12-19T21:44:38.808Z | [ host-image] Dec 19 21:44:38.324 INFO O| Dec 19 21:44:38.324 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9145 | 2024-12-19T21:44:38.839Z | [ host-image] Dec 19 21:44:38.358 INFO O| Dec 19 21:44:38.358 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9146 | 2024-12-19T21:44:38.839Z | [ host-image] Dec 19 21:44:38.358 INFO O| Dec 19 21:44:38.358 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9147 | 2024-12-19T21:44:38.839Z | [ host-image] Dec 19 21:44:38.358 INFO O| Dec 19 21:44:38.358 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9148 | 2024-12-19T21:44:38.842Z | [ host-image] Dec 19 21:44:38.358 INFO O| Dec 19 21:44:38.358 INFO STEP 14 (ensure_dir) COMPLETE |
9149 | 2024-12-19T21:44:38.842Z | [ host-image] Dec 19 21:44:38.358 INFO O| Dec 19 21:44:38.358 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9150 | 2024-12-19T21:44:38.857Z | [ host-image] Dec 19 21:44:38.376 INFO O| Dec 19 21:44:38.376 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9151 | 2024-12-19T21:44:38.860Z | [ host-image] Dec 19 21:44:38.376 INFO O| Dec 19 21:44:38.376 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9152 | 2024-12-19T21:44:38.860Z | [ host-image] Dec 19 21:44:38.376 INFO O| Dec 19 21:44:38.376 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9153 | 2024-12-19T21:44:38.860Z | [ host-image] Dec 19 21:44:38.377 INFO O| Dec 19 21:44:38.376 INFO STEP 15 (ensure_dir) COMPLETE |
9154 | 2024-12-19T21:44:38.860Z | [ host-image] Dec 19 21:44:38.377 INFO O| Dec 19 21:44:38.377 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9155 | 2024-12-19T21:44:38.876Z | [ host-image] Dec 19 21:44:38.394 INFO O| Dec 19 21:44:38.394 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9156 | 2024-12-19T21:44:38.878Z | [ host-image] Dec 19 21:44:38.395 INFO O| Dec 19 21:44:38.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9157 | 2024-12-19T21:44:38.878Z | [ host-image] Dec 19 21:44:38.395 INFO O| Dec 19 21:44:38.395 INFO STEP 16 (ensure_dir) COMPLETE |
9158 | 2024-12-19T21:44:38.878Z | [ host-image] Dec 19 21:44:38.395 INFO O| Dec 19 21:44:38.395 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9159 | 2024-12-19T21:44:38.894Z | [ host-image] Dec 19 21:44:38.413 INFO O| Dec 19 21:44:38.413 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9160 | 2024-12-19T21:44:38.894Z | [ host-image] Dec 19 21:44:38.413 INFO O| Dec 19 21:44:38.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9161 | 2024-12-19T21:44:38.897Z | [ host-image] Dec 19 21:44:38.413 INFO O| Dec 19 21:44:38.413 INFO STEP 17 (ensure_dir) COMPLETE |
9162 | 2024-12-19T21:44:38.897Z | [ host-image] Dec 19 21:44:38.413 INFO O| Dec 19 21:44:38.413 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9163 | 2024-12-19T21:44:38.912Z | [ host-image] Dec 19 21:44:38.430 INFO O| Dec 19 21:44:38.430 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9164 | 2024-12-19T21:44:38.912Z | [ host-image] Dec 19 21:44:38.430 INFO O| Dec 19 21:44:38.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9165 | 2024-12-19T21:44:38.912Z | [ host-image] Dec 19 21:44:38.430 INFO O| Dec 19 21:44:38.430 INFO ok! |
9166 | 2024-12-19T21:44:38.914Z | [ host-image] Dec 19 21:44:38.430 INFO O| Dec 19 21:44:38.430 INFO STEP 18 (ensure_symlink) COMPLETE |
9167 | 2024-12-19T21:44:38.914Z | [ host-image] Dec 19 21:44:38.430 INFO O| Dec 19 21:44:38.430 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9168 | 2024-12-19T21:44:38.930Z | [ host-image] Dec 19 21:44:38.449 INFO O| Dec 19 21:44:38.448 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9169 | 2024-12-19T21:44:38.930Z | [ host-image] Dec 19 21:44:38.449 INFO O| Dec 19 21:44:38.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9170 | 2024-12-19T21:44:38.932Z | [ host-image] Dec 19 21:44:38.449 INFO O| Dec 19 21:44:38.449 INFO ok! |
9171 | 2024-12-19T21:44:38.932Z | [ host-image] Dec 19 21:44:38.449 INFO O| Dec 19 21:44:38.449 INFO STEP 19 (ensure_file) COMPLETE |
9172 | 2024-12-19T21:44:38.932Z | [ host-image] Dec 19 21:44:38.449 INFO O| Dec 19 21:44:38.449 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9173 | 2024-12-19T21:44:38.966Z | [ host-image] Dec 19 21:44:38.485 INFO O| Dec 19 21:44:38.485 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9174 | 2024-12-19T21:44:38.966Z | [ host-image] Dec 19 21:44:38.485 INFO O| Dec 19 21:44:38.485 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9175 | 2024-12-19T21:44:38.970Z | [ host-image] Dec 19 21:44:38.485 INFO O| Dec 19 21:44:38.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9176 | 2024-12-19T21:44:38.970Z | [ host-image] Dec 19 21:44:38.486 INFO O| Dec 19 21:44:38.485 INFO ok! |
9177 | 2024-12-19T21:44:38.970Z | [ host-image] Dec 19 21:44:38.486 INFO O| Dec 19 21:44:38.486 INFO STEP 20 (ensure_symlink) COMPLETE |
9178 | 2024-12-19T21:44:38.971Z | [ host-image] Dec 19 21:44:38.486 INFO O| Dec 19 21:44:38.486 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9179 | 2024-12-19T21:44:38.986Z | [ host-image] Dec 19 21:44:38.505 INFO O| Dec 19 21:44:38.505 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9180 | 2024-12-19T21:44:38.986Z | [ host-image] Dec 19 21:44:38.505 INFO O| Dec 19 21:44:38.505 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9181 | 2024-12-19T21:44:38.988Z | [ host-image] Dec 19 21:44:38.505 INFO O| Dec 19 21:44:38.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9182 | 2024-12-19T21:44:38.988Z | [ host-image] Dec 19 21:44:38.505 INFO O| Dec 19 21:44:38.505 INFO ok! |
9183 | 2024-12-19T21:44:38.988Z | [ host-image] Dec 19 21:44:38.505 INFO O| Dec 19 21:44:38.505 INFO STEP 21 (ensure_symlink) COMPLETE |
9184 | 2024-12-19T21:44:38.988Z | [ host-image] Dec 19 21:44:38.506 INFO O| Dec 19 21:44:38.505 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9185 | 2024-12-19T21:44:39.005Z | [ host-image] Dec 19 21:44:38.523 INFO O| Dec 19 21:44:38.523 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9186 | 2024-12-19T21:44:39.005Z | [ host-image] Dec 19 21:44:38.524 INFO O| Dec 19 21:44:38.524 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9187 | 2024-12-19T21:44:39.007Z | [ host-image] Dec 19 21:44:38.524 INFO O| Dec 19 21:44:38.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9188 | 2024-12-19T21:44:39.007Z | [ host-image] Dec 19 21:44:38.524 INFO O| Dec 19 21:44:38.524 INFO ok! |
9189 | 2024-12-19T21:44:39.007Z | [ host-image] Dec 19 21:44:38.524 INFO O| Dec 19 21:44:38.524 INFO STEP 22 (ensure_symlink) COMPLETE |
9190 | 2024-12-19T21:44:39.007Z | [ host-image] Dec 19 21:44:38.524 INFO O| Dec 19 21:44:38.524 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9191 | 2024-12-19T21:44:39.023Z | [ host-image] Dec 19 21:44:38.542 INFO O| Dec 19 21:44:38.542 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9192 | 2024-12-19T21:44:39.023Z | [ host-image] Dec 19 21:44:38.542 INFO O| Dec 19 21:44:38.542 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9193 | 2024-12-19T21:44:39.026Z | [ host-image] Dec 19 21:44:38.542 INFO O| Dec 19 21:44:38.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9194 | 2024-12-19T21:44:39.028Z | [ host-image] Dec 19 21:44:38.542 INFO O| Dec 19 21:44:38.542 INFO ok! |
9195 | 2024-12-19T21:44:39.028Z | [ host-image] Dec 19 21:44:38.543 INFO O| Dec 19 21:44:38.543 INFO STEP 23 (ensure_symlink) COMPLETE |
9196 | 2024-12-19T21:44:39.028Z | [ host-image] Dec 19 21:44:38.543 INFO O| Dec 19 21:44:38.543 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9197 | 2024-12-19T21:44:39.041Z | [ host-image] Dec 19 21:44:38.560 INFO O| Dec 19 21:44:38.560 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9198 | 2024-12-19T21:44:39.044Z | [ host-image] Dec 19 21:44:38.560 INFO O| Dec 19 21:44:38.560 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9199 | 2024-12-19T21:44:39.044Z | [ host-image] Dec 19 21:44:38.560 INFO O| Dec 19 21:44:38.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9200 | 2024-12-19T21:44:39.044Z | [ host-image] Dec 19 21:44:38.561 INFO O| Dec 19 21:44:38.560 INFO ok! |
9201 | 2024-12-19T21:44:39.044Z | [ host-image] Dec 19 21:44:38.561 INFO O| Dec 19 21:44:38.561 INFO STEP 24 (ensure_file) COMPLETE |
9202 | 2024-12-19T21:44:39.044Z | [ host-image] Dec 19 21:44:38.561 INFO O| Dec 19 21:44:38.561 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9203 | 2024-12-19T21:44:39.059Z | [ host-image] Dec 19 21:44:38.578 INFO O| Dec 19 21:44:38.578 INFO updating shadow file |
9204 | 2024-12-19T21:44:39.062Z | [ host-image] Dec 19 21:44:38.578 INFO O| Dec 19 21:44:38.578 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9205 | 2024-12-19T21:44:39.062Z | [ host-image] Dec 19 21:44:38.578 INFO O| Dec 19 21:44:38.578 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9206 | 2024-12-19T21:44:39.062Z | [ host-image] Dec 19 21:44:38.578 INFO O| Dec 19 21:44:38.578 INFO STEP 25 (shadow) COMPLETE |
9207 | 2024-12-19T21:44:39.062Z | [ host-image] Dec 19 21:44:38.578 INFO O| Dec 19 21:44:38.578 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9208 | 2024-12-19T21:44:39.083Z | [ host-image] Dec 19 21:44:38.602 INFO O| Dec 19 21:44:38.602 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9209 | 2024-12-19T21:44:39.083Z | [ host-image] Dec 19 21:44:38.602 INFO O| Dec 19 21:44:38.602 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9210 | 2024-12-19T21:44:39.086Z | [ host-image] Dec 19 21:44:38.602 INFO O| Dec 19 21:44:38.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9211 | 2024-12-19T21:44:39.086Z | [ host-image] Dec 19 21:44:38.602 INFO O| Dec 19 21:44:38.602 INFO ok! |
9212 | 2024-12-19T21:44:39.086Z | [ host-image] Dec 19 21:44:38.602 INFO O| Dec 19 21:44:38.602 INFO STEP 26 (ensure_file) COMPLETE |
9213 | 2024-12-19T21:44:39.086Z | [ host-image] Dec 19 21:44:38.603 INFO O| Dec 19 21:44:38.602 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9214 | 2024-12-19T21:44:39.101Z | [ host-image] Dec 19 21:44:38.620 INFO O| Dec 19 21:44:38.619 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9215 | 2024-12-19T21:44:39.101Z | [ host-image] Dec 19 21:44:38.620 INFO O| Dec 19 21:44:38.620 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9216 | 2024-12-19T21:44:39.101Z | [ host-image] Dec 19 21:44:38.620 INFO O| Dec 19 21:44:38.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9217 | 2024-12-19T21:44:39.104Z | [ host-image] Dec 19 21:44:38.620 INFO O| Dec 19 21:44:38.620 INFO ok! |
9218 | 2024-12-19T21:44:39.104Z | [ host-image] Dec 19 21:44:38.620 INFO O| Dec 19 21:44:38.620 INFO STEP 27 (ensure_file) COMPLETE |
9219 | 2024-12-19T21:44:39.104Z | [ host-image] Dec 19 21:44:38.620 INFO O| Dec 19 21:44:38.620 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9220 | 2024-12-19T21:44:39.119Z | [ host-image] Dec 19 21:44:38.638 INFO O| Dec 19 21:44:38.638 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9221 | 2024-12-19T21:44:39.119Z | [ host-image] Dec 19 21:44:38.638 INFO O| Dec 19 21:44:38.638 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9222 | 2024-12-19T21:44:39.122Z | [ host-image] Dec 19 21:44:38.638 INFO O| Dec 19 21:44:38.638 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9223 | 2024-12-19T21:44:39.122Z | [ host-image] Dec 19 21:44:38.638 INFO O| Dec 19 21:44:38.638 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9224 | 2024-12-19T21:44:39.122Z | [ host-image] Dec 19 21:44:38.638 INFO O| Dec 19 21:44:38.638 INFO ok! |
9225 | 2024-12-19T21:44:39.122Z | [ host-image] Dec 19 21:44:38.638 INFO O| Dec 19 21:44:38.638 INFO STEP 28 (ensure_file) COMPLETE |
9226 | 2024-12-19T21:44:39.122Z | [ host-image] Dec 19 21:44:38.638 INFO O| Dec 19 21:44:38.638 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9227 | 2024-12-19T21:44:39.138Z | [ host-image] Dec 19 21:44:38.656 INFO O| Dec 19 21:44:38.656 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9228 | 2024-12-19T21:44:39.138Z | [ host-image] Dec 19 21:44:38.656 INFO O| Dec 19 21:44:38.656 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9229 | 2024-12-19T21:44:39.138Z | [ host-image] Dec 19 21:44:38.656 INFO O| Dec 19 21:44:38.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9230 | 2024-12-19T21:44:39.138Z | [ host-image] Dec 19 21:44:38.656 INFO O| Dec 19 21:44:38.656 INFO ok! |
9231 | 2024-12-19T21:44:39.138Z | [ host-image] Dec 19 21:44:38.656 INFO O| Dec 19 21:44:38.656 INFO STEP 29 (ensure_file) COMPLETE |
9232 | 2024-12-19T21:44:39.138Z | [ host-image] Dec 19 21:44:38.656 INFO O| Dec 19 21:44:38.656 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9233 | 2024-12-19T21:44:39.155Z | [ host-image] Dec 19 21:44:38.673 INFO O| Dec 19 21:44:38.673 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9234 | 2024-12-19T21:44:39.155Z | [ host-image] Dec 19 21:44:38.673 INFO O| Dec 19 21:44:38.673 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9235 | 2024-12-19T21:44:39.158Z | [ host-image] Dec 19 21:44:38.673 INFO O| Dec 19 21:44:38.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9236 | 2024-12-19T21:44:39.158Z | [ host-image] Dec 19 21:44:38.673 INFO O| Dec 19 21:44:38.673 INFO ok! |
9237 | 2024-12-19T21:44:39.158Z | [ host-image] Dec 19 21:44:38.673 INFO O| Dec 19 21:44:38.673 INFO STEP 30 (ensure_file) COMPLETE |
9238 | 2024-12-19T21:44:39.158Z | [ host-image] Dec 19 21:44:38.673 INFO O| Dec 19 21:44:38.673 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9239 | 2024-12-19T21:44:39.172Z | [ host-image] Dec 19 21:44:38.691 INFO O| Dec 19 21:44:38.690 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9240 | 2024-12-19T21:44:39.172Z | [ host-image] Dec 19 21:44:38.691 INFO O| Dec 19 21:44:38.691 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9241 | 2024-12-19T21:44:39.174Z | [ host-image] Dec 19 21:44:38.691 INFO O| Dec 19 21:44:38.691 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9242 | 2024-12-19T21:44:39.174Z | [ host-image] Dec 19 21:44:38.691 INFO O| Dec 19 21:44:38.691 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9243 | 2024-12-19T21:44:39.174Z | [ host-image] Dec 19 21:44:38.691 INFO O| Dec 19 21:44:38.691 INFO ok! |
9244 | 2024-12-19T21:44:39.174Z | [ host-image] Dec 19 21:44:38.691 INFO O| Dec 19 21:44:38.691 INFO STEP 31 (ensure_file) COMPLETE |
9245 | 2024-12-19T21:44:39.174Z | [ host-image] Dec 19 21:44:38.691 INFO O| Dec 19 21:44:38.691 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9246 | 2024-12-19T21:44:39.190Z | [ host-image] Dec 19 21:44:38.708 INFO O| Dec 19 21:44:38.708 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9247 | 2024-12-19T21:44:39.190Z | [ host-image] Dec 19 21:44:38.708 INFO O| Dec 19 21:44:38.708 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9248 | 2024-12-19T21:44:39.193Z | [ host-image] Dec 19 21:44:38.708 INFO O| Dec 19 21:44:38.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9249 | 2024-12-19T21:44:39.193Z | [ host-image] Dec 19 21:44:38.708 INFO O| Dec 19 21:44:38.708 INFO ok! |
9250 | 2024-12-19T21:44:39.193Z | [ host-image] Dec 19 21:44:38.708 INFO O| Dec 19 21:44:38.708 INFO STEP 32 (ensure_file) COMPLETE |
9251 | 2024-12-19T21:44:39.193Z | [ host-image] Dec 19 21:44:38.708 INFO O| Dec 19 21:44:38.708 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9252 | 2024-12-19T21:44:39.221Z | [ host-image] Dec 19 21:44:38.740 INFO O| Dec 19 21:44:38.740 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9253 | 2024-12-19T21:44:39.221Z | [ host-image] Dec 19 21:44:38.740 INFO O| Dec 19 21:44:38.740 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9254 | 2024-12-19T21:44:39.224Z | [ host-image] Dec 19 21:44:38.740 INFO O| Dec 19 21:44:38.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9255 | 2024-12-19T21:44:39.224Z | [ host-image] Dec 19 21:44:38.740 INFO O| Dec 19 21:44:38.740 INFO ok! |
9256 | 2024-12-19T21:44:39.224Z | [ host-image] Dec 19 21:44:38.740 INFO O| Dec 19 21:44:38.740 INFO STEP 33 (ensure_file) COMPLETE |
9257 | 2024-12-19T21:44:39.224Z | [ host-image] Dec 19 21:44:38.740 INFO O| Dec 19 21:44:38.740 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9258 | 2024-12-19T21:44:39.241Z | [ host-image] Dec 19 21:44:38.760 INFO O| Dec 19 21:44:38.760 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9259 | 2024-12-19T21:44:39.241Z | [ host-image] Dec 19 21:44:38.760 INFO O| Dec 19 21:44:38.760 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9260 | 2024-12-19T21:44:39.241Z | [ host-image] Dec 19 21:44:38.760 INFO O| Dec 19 21:44:38.760 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9261 | 2024-12-19T21:44:39.244Z | [ host-image] Dec 19 21:44:38.760 INFO O| Dec 19 21:44:38.760 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9262 | 2024-12-19T21:44:39.244Z | [ host-image] Dec 19 21:44:38.760 INFO O| Dec 19 21:44:38.760 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9263 | 2024-12-19T21:44:39.244Z | [ host-image] Dec 19 21:44:38.760 INFO O| Dec 19 21:44:38.760 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9264 | 2024-12-19T21:44:39.244Z | [ host-image] Dec 19 21:44:38.760 INFO O| Dec 19 21:44:38.760 INFO ok! |
9265 | 2024-12-19T21:44:39.244Z | [ host-image] Dec 19 21:44:38.760 INFO O| Dec 19 21:44:38.760 INFO STEP 34 (ensure_file) COMPLETE |
9266 | 2024-12-19T21:44:39.244Z | [ host-image] Dec 19 21:44:38.760 INFO O| Dec 19 21:44:38.760 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9267 | 2024-12-19T21:44:39.261Z | [ host-image] Dec 19 21:44:38.779 INFO O| Dec 19 21:44:38.779 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9268 | 2024-12-19T21:44:39.261Z | [ host-image] Dec 19 21:44:38.779 INFO O| Dec 19 21:44:38.779 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9269 | 2024-12-19T21:44:39.264Z | [ host-image] Dec 19 21:44:38.779 INFO O| Dec 19 21:44:38.779 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9270 | 2024-12-19T21:44:39.264Z | [ host-image] Dec 19 21:44:38.779 INFO O| Dec 19 21:44:38.779 INFO STEP 35 (ensure_dir) COMPLETE |
9271 | 2024-12-19T21:44:39.264Z | [ host-image] Dec 19 21:44:38.779 INFO O| Dec 19 21:44:38.779 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9272 | 2024-12-19T21:44:39.280Z | [ host-image] Dec 19 21:44:38.798 INFO O| Dec 19 21:44:38.798 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 |
9273 | 2024-12-19T21:44:39.280Z | [ host-image] Dec 19 21:44:38.798 INFO O| Dec 19 21:44:38.798 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 ... |
9274 | 2024-12-19T21:44:39.282Z | [ host-image] Dec 19 21:44:38.798 INFO O| Dec 19 21:44:38.798 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 |
9275 | 2024-12-19T21:44:39.282Z | [ host-image] Dec 19 21:44:38.799 INFO O| Dec 19 21:44:38.799 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 |
9276 | 2024-12-19T21:44:39.282Z | [ host-image] Dec 19 21:44:38.799 INFO O| Dec 19 21:44:38.799 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 |
9277 | 2024-12-19T21:44:39.282Z | [ host-image] Dec 19 21:44:38.799 INFO O| Dec 19 21:44:38.799 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 |
9278 | 2024-12-19T21:44:39.282Z | [ host-image] Dec 19 21:44:38.799 INFO O| Dec 19 21:44:38.799 INFO ok! |
9279 | 2024-12-19T21:44:39.282Z | [ host-image] Dec 19 21:44:38.799 INFO O| Dec 19 21:44:38.799 INFO STEP 36 (ensure_file) COMPLETE |
9280 | 2024-12-19T21:44:39.282Z | [ host-image] Dec 19 21:44:38.799 INFO O| Dec 19 21:44:38.799 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9281 | 2024-12-19T21:44:39.299Z | [ host-image] Dec 19 21:44:38.817 INFO O| Dec 19 21:44:38.817 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9282 | 2024-12-19T21:44:39.299Z | [ host-image] Dec 19 21:44:38.818 INFO O| Dec 19 21:44:38.817 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 ... |
9283 | 2024-12-19T21:44:39.300Z | [ host-image] Dec 19 21:44:38.818 INFO O| Dec 19 21:44:38.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9284 | 2024-12-19T21:44:39.303Z | [ host-image] Dec 19 21:44:38.818 INFO O| Dec 19 21:44:38.818 INFO ok! |
9285 | 2024-12-19T21:44:39.303Z | [ host-image] Dec 19 21:44:38.818 INFO O| Dec 19 21:44:38.818 INFO STEP 37 (ensure_symlink) COMPLETE |
9286 | 2024-12-19T21:44:39.303Z | [ host-image] Dec 19 21:44:38.818 INFO O| Dec 19 21:44:38.818 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9287 | 2024-12-19T21:44:39.318Z | [ host-image] Dec 19 21:44:38.837 INFO O| Dec 19 21:44:38.837 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9288 | 2024-12-19T21:44:39.318Z | [ host-image] Dec 19 21:44:38.837 INFO O| Dec 19 21:44:38.837 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9289 | 2024-12-19T21:44:39.322Z | [ host-image] Dec 19 21:44:38.837 INFO O| Dec 19 21:44:38.837 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9290 | 2024-12-19T21:44:39.322Z | [ host-image] Dec 19 21:44:38.837 INFO O| Dec 19 21:44:38.837 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9291 | 2024-12-19T21:44:39.322Z | [ host-image] Dec 19 21:44:38.837 INFO O| Dec 19 21:44:38.837 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9292 | 2024-12-19T21:44:39.322Z | [ host-image] Dec 19 21:44:38.837 INFO O| Dec 19 21:44:38.837 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9293 | 2024-12-19T21:44:39.322Z | [ host-image] Dec 19 21:44:38.837 INFO O| Dec 19 21:44:38.837 INFO ok! |
9294 | 2024-12-19T21:44:39.322Z | [ host-image] Dec 19 21:44:38.837 INFO O| Dec 19 21:44:38.837 INFO STEP 38 (ensure_file) COMPLETE |
9295 | 2024-12-19T21:44:39.322Z | [ host-image] Dec 19 21:44:38.837 INFO O| Dec 19 21:44:38.837 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9296 | 2024-12-19T21:44:39.355Z | [ host-image] Dec 19 21:44:38.873 INFO O| Dec 19 21:44:38.873 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9297 | 2024-12-19T21:44:39.356Z | [ host-image] Dec 19 21:44:38.873 INFO O| Dec 19 21:44:38.873 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 ... |
9298 | 2024-12-19T21:44:39.356Z | [ host-image] Dec 19 21:44:38.873 INFO O| Dec 19 21:44:38.873 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 |
9299 | 2024-12-19T21:44:39.359Z | [ host-image] Dec 19 21:44:38.873 INFO O| Dec 19 21:44:38.873 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9300 | 2024-12-19T21:44:39.359Z | [ host-image] Dec 19 21:44:38.873 INFO O| Dec 19 21:44:38.873 INFO ok! |
9301 | 2024-12-19T21:44:39.359Z | [ host-image] Dec 19 21:44:38.873 INFO O| Dec 19 21:44:38.873 INFO STEP 39 (ensure_file) COMPLETE |
9302 | 2024-12-19T21:44:39.359Z | [ host-image] Dec 19 21:44:38.873 INFO O| Dec 19 21:44:38.873 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9303 | 2024-12-19T21:44:39.380Z | [ host-image] Dec 19 21:44:38.898 INFO O| Dec 19 21:44:38.898 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9304 | 2024-12-19T21:44:39.380Z | [ host-image] Dec 19 21:44:38.898 INFO O| Dec 19 21:44:38.898 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9305 | 2024-12-19T21:44:39.383Z | [ host-image] Dec 19 21:44:38.898 INFO O| Dec 19 21:44:38.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9306 | 2024-12-19T21:44:39.383Z | [ host-image] Dec 19 21:44:38.898 INFO O| Dec 19 21:44:38.898 INFO ok! |
9307 | 2024-12-19T21:44:39.383Z | [ host-image] Dec 19 21:44:38.898 INFO O| Dec 19 21:44:38.898 INFO STEP 40 (ensure_file) COMPLETE |
9308 | 2024-12-19T21:44:39.384Z | [ host-image] Dec 19 21:44:38.898 INFO O| Dec 19 21:44:38.898 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9309 | 2024-12-19T21:44:39.406Z | [ host-image] Dec 19 21:44:38.924 INFO O| Dec 19 21:44:38.924 INFO updating shadow file |
9310 | 2024-12-19T21:44:39.406Z | [ host-image] Dec 19 21:44:38.925 INFO O| Dec 19 21:44:38.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9311 | 2024-12-19T21:44:39.409Z | [ host-image] Dec 19 21:44:38.925 INFO O| Dec 19 21:44:38.925 INFO STEP 41 (shadow) COMPLETE |
9312 | 2024-12-19T21:44:39.409Z | [ host-image] Dec 19 21:44:38.925 INFO O| Dec 19 21:44:38.925 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9313 | 2024-12-19T21:44:39.431Z | [ host-image] Dec 19 21:44:38.949 INFO O| Dec 19 21:44:38.949 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9314 | 2024-12-19T21:44:39.431Z | [ host-image] Dec 19 21:44:38.949 INFO O| Dec 19 21:44:38.949 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9315 | 2024-12-19T21:44:39.433Z | [ host-image] Dec 19 21:44:38.949 INFO O| Dec 19 21:44:38.949 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9316 | 2024-12-19T21:44:39.433Z | [ host-image] Dec 19 21:44:38.949 INFO O| Dec 19 21:44:38.949 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9317 | 2024-12-19T21:44:39.433Z | [ host-image] Dec 19 21:44:38.949 INFO O| Dec 19 21:44:38.949 INFO ok! |
9318 | 2024-12-19T21:44:39.433Z | [ host-image] Dec 19 21:44:38.949 INFO O| Dec 19 21:44:38.949 INFO STEP 42 (ensure_file) COMPLETE |
9319 | 2024-12-19T21:44:39.433Z | [ host-image] Dec 19 21:44:38.949 INFO O| Dec 19 21:44:38.949 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9320 | 2024-12-19T21:44:39.433Z | [ host-image] Dec 19 21:44:38.950 INFO O| Dec 19 21:44:38.949 INFO skip step because feature "mfg" is not enabled |
9321 | 2024-12-19T21:44:39.433Z | [ host-image] Dec 19 21:44:38.950 INFO O| Dec 19 21:44:38.950 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9322 | 2024-12-19T21:44:39.433Z | [ host-image] Dec 19 21:44:38.950 INFO O| Dec 19 21:44:38.950 INFO skip step because feature "mfg" is not enabled |
9323 | 2024-12-19T21:44:39.434Z | [ host-image] Dec 19 21:44:38.950 INFO O| Dec 19 21:44:38.950 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9324 | 2024-12-19T21:44:39.471Z | [ host-image] Dec 19 21:44:38.989 INFO O| Dec 19 21:44:38.989 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9325 | 2024-12-19T21:44:39.471Z | [ host-image] Dec 19 21:44:38.989 INFO O| Dec 19 21:44:38.989 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9326 | 2024-12-19T21:44:40.311Z | [ host-image] Dec 19 21:44:39.829 INFO O| Dec 19 21:44:39.829 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9327 | 2024-12-19T21:44:40.311Z | [ host-image] Dec 19 21:44:39.829 INFO O| Dec 19 21:44:39.829 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9328 | 2024-12-19T21:44:40.318Z | [ host-image] Dec 19 21:44:39.829 INFO O| Dec 19 21:44:39.829 INFO ok! |
9329 | 2024-12-19T21:44:40.318Z | [ host-image] Dec 19 21:44:39.829 INFO O| Dec 19 21:44:39.829 INFO STEP 45 (ensure_file) COMPLETE |
9330 | 2024-12-19T21:44:40.318Z | [ host-image] Dec 19 21:44:39.829 INFO O| Dec 19 21:44:39.829 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9331 | 2024-12-19T21:44:40.330Z | [ host-image] Dec 19 21:44:39.848 INFO O| Dec 19 21:44:39.848 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9332 | 2024-12-19T21:44:40.330Z | [ host-image] Dec 19 21:44:39.848 INFO O| Dec 19 21:44:39.848 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9333 | 2024-12-19T21:44:40.332Z | [ host-image] Dec 19 21:44:39.848 INFO O| Dec 19 21:44:39.848 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9334 | 2024-12-19T21:44:40.332Z | [ host-image] Dec 19 21:44:39.848 INFO O| Dec 19 21:44:39.848 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9335 | 2024-12-19T21:44:40.332Z | [ host-image] Dec 19 21:44:39.848 INFO O| Dec 19 21:44:39.848 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9336 | 2024-12-19T21:44:40.332Z | [ host-image] Dec 19 21:44:39.848 INFO O| Dec 19 21:44:39.848 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9337 | 2024-12-19T21:44:40.332Z | [ host-image] Dec 19 21:44:39.848 INFO O| Dec 19 21:44:39.848 INFO ok! |
9338 | 2024-12-19T21:44:40.332Z | [ host-image] Dec 19 21:44:39.848 INFO O| Dec 19 21:44:39.848 INFO STEP 46 (ensure_file) COMPLETE |
9339 | 2024-12-19T21:44:40.332Z | [ host-image] Dec 19 21:44:39.848 INFO O| Dec 19 21:44:39.848 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9340 | 2024-12-19T21:44:40.348Z | [ host-image] Dec 19 21:44:39.866 INFO O| Dec 19 21:44:39.866 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9341 | 2024-12-19T21:44:40.348Z | [ host-image] Dec 19 21:44:39.866 INFO O| Dec 19 21:44:39.866 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 ... |
9342 | 2024-12-19T21:44:40.350Z | [ host-image] Dec 19 21:44:39.866 INFO O| Dec 19 21:44:39.866 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 |
9343 | 2024-12-19T21:44:40.350Z | [ host-image] Dec 19 21:44:39.866 INFO O| Dec 19 21:44:39.866 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9344 | 2024-12-19T21:44:40.350Z | [ host-image] Dec 19 21:44:39.866 INFO O| Dec 19 21:44:39.866 INFO ok! |
9345 | 2024-12-19T21:44:40.350Z | [ host-image] Dec 19 21:44:39.866 INFO O| Dec 19 21:44:39.866 INFO STEP 47 (ensure_file) COMPLETE |
9346 | 2024-12-19T21:44:40.350Z | [ host-image] Dec 19 21:44:39.866 INFO O| Dec 19 21:44:39.866 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9347 | 2024-12-19T21:44:40.374Z | [ host-image] Dec 19 21:44:39.892 INFO O| Dec 19 21:44:39.892 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9348 | 2024-12-19T21:44:40.374Z | [ host-image] Dec 19 21:44:39.892 INFO O| Dec 19 21:44:39.892 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9349 | 2024-12-19T21:44:40.378Z | [ host-image] Dec 19 21:44:39.892 INFO O| Dec 19 21:44:39.892 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9350 | 2024-12-19T21:44:40.378Z | [ host-image] Dec 19 21:44:39.893 INFO O| Dec 19 21:44:39.892 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9351 | 2024-12-19T21:44:40.378Z | [ host-image] Dec 19 21:44:39.893 INFO O| Dec 19 21:44:39.893 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9352 | 2024-12-19T21:44:40.378Z | [ host-image] Dec 19 21:44:39.893 INFO O| Dec 19 21:44:39.893 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9353 | 2024-12-19T21:44:40.378Z | [ host-image] Dec 19 21:44:39.893 INFO O| Dec 19 21:44:39.893 INFO ok! |
9354 | 2024-12-19T21:44:40.378Z | [ host-image] Dec 19 21:44:39.893 INFO O| Dec 19 21:44:39.893 INFO STEP 48 (ensure_file) COMPLETE |
9355 | 2024-12-19T21:44:40.378Z | [ host-image] Dec 19 21:44:39.893 INFO O| Dec 19 21:44:39.893 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9356 | 2024-12-19T21:44:40.439Z | [ host-image] Dec 19 21:44:39.956 INFO O| Dec 19 21:44:39.956 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9357 | 2024-12-19T21:44:40.439Z | [ host-image] Dec 19 21:44:39.956 INFO O| Dec 19 21:44:39.956 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 ... |
9358 | 2024-12-19T21:44:40.442Z | [ host-image] Dec 19 21:44:39.957 INFO O| Dec 19 21:44:39.956 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 |
9359 | 2024-12-19T21:44:40.442Z | [ host-image] Dec 19 21:44:39.957 INFO O| Dec 19 21:44:39.957 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9360 | 2024-12-19T21:44:40.442Z | [ host-image] Dec 19 21:44:39.957 INFO O| Dec 19 21:44:39.957 INFO ok! |
9361 | 2024-12-19T21:44:40.442Z | [ host-image] Dec 19 21:44:39.957 INFO O| Dec 19 21:44:39.957 INFO STEP 49 (ensure_file) COMPLETE |
9362 | 2024-12-19T21:44:40.442Z | [ host-image] Dec 19 21:44:39.957 INFO O| Dec 19 21:44:39.957 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9363 | 2024-12-19T21:44:40.461Z | [ host-image] Dec 19 21:44:39.979 INFO O| Dec 19 21:44:39.979 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9364 | 2024-12-19T21:44:40.462Z | [ host-image] Dec 19 21:44:39.979 INFO O| Dec 19 21:44:39.979 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9365 | 2024-12-19T21:44:40.464Z | [ host-image] Dec 19 21:44:39.980 INFO O| Dec 19 21:44:39.980 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9366 | 2024-12-19T21:44:40.464Z | [ host-image] Dec 19 21:44:39.980 INFO O| Dec 19 21:44:39.980 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9367 | 2024-12-19T21:44:40.464Z | [ host-image] Dec 19 21:44:39.980 INFO O| Dec 19 21:44:39.980 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9368 | 2024-12-19T21:44:40.464Z | [ host-image] Dec 19 21:44:39.980 INFO O| Dec 19 21:44:39.980 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9369 | 2024-12-19T21:44:40.464Z | [ host-image] Dec 19 21:44:39.980 INFO O| Dec 19 21:44:39.980 INFO ok! |
9370 | 2024-12-19T21:44:40.464Z | [ host-image] Dec 19 21:44:39.980 INFO O| Dec 19 21:44:39.980 INFO STEP 50 (ensure_file) COMPLETE |
9371 | 2024-12-19T21:44:40.465Z | [ host-image] Dec 19 21:44:39.980 INFO O| Dec 19 21:44:39.980 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9372 | 2024-12-19T21:44:40.487Z | [ host-image] Dec 19 21:44:40.005 INFO O| Dec 19 21:44:40.005 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9373 | 2024-12-19T21:44:40.487Z | [ host-image] Dec 19 21:44:40.005 INFO O| Dec 19 21:44:40.005 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 ... |
9374 | 2024-12-19T21:44:40.487Z | [ host-image] Dec 19 21:44:40.005 INFO O| Dec 19 21:44:40.005 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 |
9375 | 2024-12-19T21:44:40.490Z | [ host-image] Dec 19 21:44:40.006 INFO O| Dec 19 21:44:40.005 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9376 | 2024-12-19T21:44:40.490Z | [ host-image] Dec 19 21:44:40.006 INFO O| Dec 19 21:44:40.005 INFO ok! |
9377 | 2024-12-19T21:44:40.491Z | [ host-image] Dec 19 21:44:40.006 INFO O| Dec 19 21:44:40.005 INFO STEP 51 (ensure_file) COMPLETE |
9378 | 2024-12-19T21:44:40.491Z | [ host-image] Dec 19 21:44:40.006 INFO O| Dec 19 21:44:40.005 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9379 | 2024-12-19T21:44:40.529Z | [ host-image] Dec 19 21:44:40.047 INFO O| Dec 19 21:44:40.047 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9380 | 2024-12-19T21:44:40.529Z | [ host-image] Dec 19 21:44:40.047 INFO O| Dec 19 21:44:40.047 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 ... |
9381 | 2024-12-19T21:44:40.532Z | [ host-image] Dec 19 21:44:40.048 INFO O| Dec 19 21:44:40.048 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 |
9382 | 2024-12-19T21:44:40.532Z | [ host-image] Dec 19 21:44:40.048 INFO O| Dec 19 21:44:40.048 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9383 | 2024-12-19T21:44:40.532Z | [ host-image] Dec 19 21:44:40.048 INFO O| Dec 19 21:44:40.048 INFO ok! |
9384 | 2024-12-19T21:44:40.532Z | [ host-image] Dec 19 21:44:40.048 INFO O| Dec 19 21:44:40.048 INFO STEP 52 (ensure_file) COMPLETE |
9385 | 2024-12-19T21:44:40.532Z | [ host-image] Dec 19 21:44:40.048 INFO O| Dec 19 21:44:40.048 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9386 | 2024-12-19T21:44:40.553Z | [ host-image] Dec 19 21:44:40.071 INFO O| Dec 19 21:44:40.071 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9387 | 2024-12-19T21:44:40.554Z | [ host-image] Dec 19 21:44:40.071 INFO O| Dec 19 21:44:40.071 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 ... |
9388 | 2024-12-19T21:44:40.556Z | [ host-image] Dec 19 21:44:40.072 INFO O| Dec 19 21:44:40.072 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 |
9389 | 2024-12-19T21:44:40.556Z | [ host-image] Dec 19 21:44:40.072 INFO O| Dec 19 21:44:40.072 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9390 | 2024-12-19T21:44:40.556Z | [ host-image] Dec 19 21:44:40.072 INFO O| Dec 19 21:44:40.072 INFO ok! |
9391 | 2024-12-19T21:44:40.556Z | [ host-image] Dec 19 21:44:40.072 INFO O| Dec 19 21:44:40.072 INFO STEP 53 (ensure_file) COMPLETE |
9392 | 2024-12-19T21:44:40.556Z | [ host-image] Dec 19 21:44:40.072 INFO O| Dec 19 21:44:40.072 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9393 | 2024-12-19T21:44:40.577Z | [ host-image] Dec 19 21:44:40.095 INFO O| Dec 19 21:44:40.095 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9394 | 2024-12-19T21:44:40.577Z | [ host-image] Dec 19 21:44:40.095 INFO O| Dec 19 21:44:40.095 INFO STEP 54 (ensure_dir) COMPLETE |
9395 | 2024-12-19T21:44:40.577Z | [ host-image] Dec 19 21:44:40.095 INFO O| Dec 19 21:44:40.095 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9396 | 2024-12-19T21:44:40.600Z | [ host-image] Dec 19 21:44:40.118 INFO O| Dec 19 21:44:40.118 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9397 | 2024-12-19T21:44:40.600Z | [ host-image] Dec 19 21:44:40.118 INFO O| Dec 19 21:44:40.118 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9398 | 2024-12-19T21:44:40.603Z | [ host-image] Dec 19 21:44:40.118 INFO O| Dec 19 21:44:40.118 INFO STEP 55 (ensure_dir) COMPLETE |
9399 | 2024-12-19T21:44:40.603Z | [ host-image] Dec 19 21:44:40.119 INFO O| Dec 19 21:44:40.119 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9400 | 2024-12-19T21:44:40.623Z | [ host-image] Dec 19 21:44:40.141 INFO O| Dec 19 21:44:40.141 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9401 | 2024-12-19T21:44:40.623Z | [ host-image] Dec 19 21:44:40.141 INFO O| Dec 19 21:44:40.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9402 | 2024-12-19T21:44:40.627Z | [ host-image] Dec 19 21:44:40.141 INFO O| Dec 19 21:44:40.141 INFO STEP 56 (ensure_dir) COMPLETE |
9403 | 2024-12-19T21:44:40.627Z | [ host-image] Dec 19 21:44:40.141 INFO O| Dec 19 21:44:40.141 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9404 | 2024-12-19T21:44:40.662Z | [ host-image] Dec 19 21:44:40.180 INFO O| Dec 19 21:44:40.180 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9405 | 2024-12-19T21:44:40.662Z | [ host-image] Dec 19 21:44:40.180 INFO O| Dec 19 21:44:40.180 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9406 | 2024-12-19T21:44:40.693Z | [ host-image] Dec 19 21:44:40.211 INFO O| Dec 19 21:44:40.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9407 | 2024-12-19T21:44:40.693Z | [ host-image] Dec 19 21:44:40.211 INFO O| Dec 19 21:44:40.211 INFO ok! |
9408 | 2024-12-19T21:44:40.698Z | [ host-image] Dec 19 21:44:40.211 INFO O| Dec 19 21:44:40.211 INFO STEP 57 (ensure_file) COMPLETE |
9409 | 2024-12-19T21:44:40.698Z | [ host-image] Dec 19 21:44:40.211 INFO O| Dec 19 21:44:40.211 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9410 | 2024-12-19T21:44:40.726Z | [ host-image] Dec 19 21:44:40.244 INFO O| Dec 19 21:44:40.244 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9411 | 2024-12-19T21:44:40.726Z | [ host-image] Dec 19 21:44:40.244 INFO O| Dec 19 21:44:40.244 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9412 | 2024-12-19T21:44:42.207Z | [ host-image] Dec 19 21:44:41.723 INFO O| Dec 19 21:44:41.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9413 | 2024-12-19T21:44:42.207Z | [ host-image] Dec 19 21:44:41.723 INFO O| Dec 19 21:44:41.723 INFO ok! |
9414 | 2024-12-19T21:44:42.210Z | [ host-image] Dec 19 21:44:41.723 INFO O| Dec 19 21:44:41.723 INFO STEP 58 (ensure_file) COMPLETE |
9415 | 2024-12-19T21:44:42.210Z | [ host-image] Dec 19 21:44:41.723 INFO O| Dec 19 21:44:41.723 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9416 | 2024-12-19T21:44:42.224Z | [ host-image] Dec 19 21:44:41.741 INFO O| Dec 19 21:44:41.741 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9417 | 2024-12-19T21:44:42.224Z | [ host-image] Dec 19 21:44:41.741 INFO O| Dec 19 21:44:41.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9418 | 2024-12-19T21:44:42.227Z | [ host-image] Dec 19 21:44:41.741 INFO O| Dec 19 21:44:41.741 INFO STEP 59 (ensure_dir) COMPLETE |
9419 | 2024-12-19T21:44:42.227Z | [ host-image] Dec 19 21:44:41.741 INFO O| Dec 19 21:44:41.741 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9420 | 2024-12-19T21:44:42.241Z | [ host-image] Dec 19 21:44:41.758 INFO O| Dec 19 21:44:41.758 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9421 | 2024-12-19T21:44:42.244Z | [ host-image] Dec 19 21:44:41.758 INFO O| Dec 19 21:44:41.758 INFO copying /tmp/.tmpZORqCZ/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 ... |
9422 | 2024-12-19T21:44:42.244Z | [ host-image] Dec 19 21:44:41.758 INFO O| Dec 19 21:44:41.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9423 | 2024-12-19T21:44:42.244Z | [ host-image] Dec 19 21:44:41.758 INFO O| Dec 19 21:44:41.758 INFO ok! |
9424 | 2024-12-19T21:44:42.244Z | [ host-image] Dec 19 21:44:41.758 INFO O| Dec 19 21:44:41.758 INFO STEP 60 (ensure_file) COMPLETE |
9425 | 2024-12-19T21:44:42.244Z | [ host-image] Dec 19 21:44:41.758 INFO O| Dec 19 21:44:41.758 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9426 | 2024-12-19T21:44:42.285Z | [ host-image] Dec 19 21:44:41.797 INFO O| Dec 19 21:44:41.797 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9427 | 2024-12-19T21:44:42.285Z | [ host-image] Dec 19 21:44:41.797 INFO O| Dec 19 21:44:41.797 INFO copying /tmp/.tmpZORqCZ/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 ... |
9428 | 2024-12-19T21:44:42.285Z | [ host-image] Dec 19 21:44:41.798 INFO O| Dec 19 21:44:41.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9429 | 2024-12-19T21:44:42.285Z | [ host-image] Dec 19 21:44:41.798 INFO O| Dec 19 21:44:41.798 INFO ok! |
9430 | 2024-12-19T21:44:42.285Z | [ host-image] Dec 19 21:44:41.798 INFO O| Dec 19 21:44:41.798 INFO STEP 61 (ensure_file) COMPLETE |
9431 | 2024-12-19T21:44:42.285Z | [ host-image] Dec 19 21:44:41.798 INFO O| Dec 19 21:44:41.798 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9432 | 2024-12-19T21:44:42.298Z | [ host-image] Dec 19 21:44:41.815 INFO O| Dec 19 21:44:41.815 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9433 | 2024-12-19T21:44:42.299Z | [ host-image] Dec 19 21:44:41.816 INFO O| Dec 19 21:44:41.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9434 | 2024-12-19T21:44:42.301Z | [ host-image] Dec 19 21:44:41.816 INFO O| Dec 19 21:44:41.816 INFO STEP 62 (ensure_dir) COMPLETE |
9435 | 2024-12-19T21:44:42.301Z | [ host-image] Dec 19 21:44:41.816 INFO O| Dec 19 21:44:41.816 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9436 | 2024-12-19T21:44:42.316Z | [ host-image] Dec 19 21:44:41.833 INFO O| Dec 19 21:44:41.833 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9437 | 2024-12-19T21:44:42.316Z | [ host-image] Dec 19 21:44:41.833 INFO O| Dec 19 21:44:41.833 INFO copying /tmp/.tmpZORqCZ/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 ... |
9438 | 2024-12-19T21:44:42.319Z | [ host-image] Dec 19 21:44:41.833 INFO O| Dec 19 21:44:41.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9439 | 2024-12-19T21:44:42.319Z | [ host-image] Dec 19 21:44:41.833 INFO O| Dec 19 21:44:41.833 INFO ok! |
9440 | 2024-12-19T21:44:42.319Z | [ host-image] Dec 19 21:44:41.833 INFO O| Dec 19 21:44:41.833 INFO STEP 63 (ensure_file) COMPLETE |
9441 | 2024-12-19T21:44:42.319Z | [ host-image] Dec 19 21:44:41.833 INFO O| Dec 19 21:44:41.833 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9442 | 2024-12-19T21:44:42.334Z | [ host-image] Dec 19 21:44:41.851 INFO O| Dec 19 21:44:41.851 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9443 | 2024-12-19T21:44:42.334Z | [ host-image] Dec 19 21:44:41.851 INFO O| Dec 19 21:44:41.851 INFO copying /tmp/.tmpZORqCZ/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 ... |
9444 | 2024-12-19T21:44:42.334Z | [ host-image] Dec 19 21:44:41.851 INFO O| Dec 19 21:44:41.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9445 | 2024-12-19T21:44:42.334Z | [ host-image] Dec 19 21:44:41.851 INFO O| Dec 19 21:44:41.851 INFO ok! |
9446 | 2024-12-19T21:44:42.337Z | [ host-image] Dec 19 21:44:41.851 INFO O| Dec 19 21:44:41.851 INFO STEP 64 (ensure_file) COMPLETE |
9447 | 2024-12-19T21:44:42.337Z | [ host-image] Dec 19 21:44:41.852 INFO O| Dec 19 21:44:41.851 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9448 | 2024-12-19T21:44:42.352Z | [ host-image] Dec 19 21:44:41.869 INFO O| Dec 19 21:44:41.869 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9449 | 2024-12-19T21:44:42.352Z | [ host-image] Dec 19 21:44:41.869 INFO O| Dec 19 21:44:41.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9450 | 2024-12-19T21:44:42.355Z | [ host-image] Dec 19 21:44:41.869 INFO O| Dec 19 21:44:41.869 INFO STEP 65 (ensure_dir) COMPLETE |
9451 | 2024-12-19T21:44:42.355Z | [ host-image] Dec 19 21:44:41.869 INFO O| Dec 19 21:44:41.869 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9452 | 2024-12-19T21:44:42.374Z | [ host-image] Dec 19 21:44:41.891 INFO O| Dec 19 21:44:41.891 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9453 | 2024-12-19T21:44:42.374Z | [ host-image] Dec 19 21:44:41.891 INFO O| Dec 19 21:44:41.891 INFO copying /tmp/.tmpZORqCZ/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 ... |
9454 | 2024-12-19T21:44:42.377Z | [ host-image] Dec 19 21:44:41.891 INFO O| Dec 19 21:44:41.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9455 | 2024-12-19T21:44:42.377Z | [ host-image] Dec 19 21:44:41.891 INFO O| Dec 19 21:44:41.891 INFO ok! |
9456 | 2024-12-19T21:44:42.377Z | [ host-image] Dec 19 21:44:41.891 INFO O| Dec 19 21:44:41.891 INFO STEP 66 (ensure_file) COMPLETE |
9457 | 2024-12-19T21:44:42.377Z | [ host-image] Dec 19 21:44:41.891 INFO O| Dec 19 21:44:41.891 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9458 | 2024-12-19T21:44:42.398Z | [ host-image] Dec 19 21:44:41.915 INFO O| Dec 19 21:44:41.915 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9459 | 2024-12-19T21:44:42.398Z | [ host-image] Dec 19 21:44:41.915 INFO O| Dec 19 21:44:41.915 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9460 | 2024-12-19T21:44:42.402Z | [ host-image] Dec 19 21:44:41.915 INFO O| Dec 19 21:44:41.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9461 | 2024-12-19T21:44:42.402Z | [ host-image] Dec 19 21:44:41.916 INFO O| Dec 19 21:44:41.915 INFO ok! |
9462 | 2024-12-19T21:44:42.402Z | [ host-image] Dec 19 21:44:41.916 INFO O| Dec 19 21:44:41.916 INFO STEP 67 (ensure_file) COMPLETE |
9463 | 2024-12-19T21:44:42.402Z | [ host-image] Dec 19 21:44:41.916 INFO O| Dec 19 21:44:41.916 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9464 | 2024-12-19T21:44:42.451Z | [ host-image] Dec 19 21:44:41.968 INFO O| Dec 19 21:44:41.968 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9465 | 2024-12-19T21:44:42.451Z | [ host-image] Dec 19 21:44:41.968 INFO O| Dec 19 21:44:41.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9466 | 2024-12-19T21:44:42.451Z | [ host-image] Dec 19 21:44:41.968 INFO O| Dec 19 21:44:41.968 INFO STEP 68 (ensure_dir) COMPLETE |
9467 | 2024-12-19T21:44:42.455Z | [ host-image] Dec 19 21:44:41.968 INFO O| Dec 19 21:44:41.968 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9468 | 2024-12-19T21:44:42.476Z | [ host-image] Dec 19 21:44:41.993 INFO O| Dec 19 21:44:41.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9469 | 2024-12-19T21:44:42.476Z | [ host-image] Dec 19 21:44:41.993 INFO O| Dec 19 21:44:41.993 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9470 | 2024-12-19T21:44:43.886Z | [ host-image] Dec 19 21:44:43.402 INFO O| Dec 19 21:44:43.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9471 | 2024-12-19T21:44:43.886Z | [ host-image] Dec 19 21:44:43.402 INFO O| Dec 19 21:44:43.402 INFO ok! |
9472 | 2024-12-19T21:44:43.886Z | [ host-image] Dec 19 21:44:43.402 INFO O| Dec 19 21:44:43.402 INFO STEP 69 (ensure_file) COMPLETE |
9473 | 2024-12-19T21:44:43.889Z | [ host-image] Dec 19 21:44:43.402 INFO O| Dec 19 21:44:43.402 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9474 | 2024-12-19T21:44:43.904Z | [ host-image] Dec 19 21:44:43.421 INFO O| Dec 19 21:44:43.421 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9475 | 2024-12-19T21:44:43.904Z | [ host-image] Dec 19 21:44:43.421 INFO O| Dec 19 21:44:43.421 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9476 | 2024-12-19T21:44:45.972Z | [ host-image] Dec 19 21:44:45.487 INFO O| Dec 19 21:44:45.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9477 | 2024-12-19T21:44:45.972Z | [ host-image] Dec 19 21:44:45.487 INFO O| Dec 19 21:44:45.487 INFO ok! |
9478 | 2024-12-19T21:44:45.972Z | [ host-image] Dec 19 21:44:45.487 INFO O| Dec 19 21:44:45.487 INFO STEP 70 (ensure_file) COMPLETE |
9479 | 2024-12-19T21:44:45.977Z | [ host-image] Dec 19 21:44:45.487 INFO O| Dec 19 21:44:45.487 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9480 | 2024-12-19T21:44:45.990Z | [ host-image] Dec 19 21:44:45.505 INFO O| Dec 19 21:44:45.505 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9481 | 2024-12-19T21:44:45.990Z | [ host-image] Dec 19 21:44:45.506 INFO O| Dec 19 21:44:45.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9482 | 2024-12-19T21:44:45.990Z | [ host-image] Dec 19 21:44:45.506 INFO O| Dec 19 21:44:45.506 INFO STEP 71 (ensure_dir) COMPLETE |
9483 | 2024-12-19T21:44:45.993Z | [ host-image] Dec 19 21:44:45.506 INFO O| Dec 19 21:44:45.506 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9484 | 2024-12-19T21:44:46.008Z | [ host-image] Dec 19 21:44:45.524 INFO O| Dec 19 21:44:45.524 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9485 | 2024-12-19T21:44:46.008Z | [ host-image] Dec 19 21:44:45.524 INFO O| Dec 19 21:44:45.524 INFO copying /tmp/.tmpZORqCZ/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 ... |
9486 | 2024-12-19T21:44:46.012Z | [ host-image] Dec 19 21:44:45.524 INFO O| Dec 19 21:44:45.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9487 | 2024-12-19T21:44:46.012Z | [ host-image] Dec 19 21:44:45.524 INFO O| Dec 19 21:44:45.524 INFO ok! |
9488 | 2024-12-19T21:44:46.012Z | [ host-image] Dec 19 21:44:45.524 INFO O| Dec 19 21:44:45.524 INFO STEP 72 (ensure_file) COMPLETE |
9489 | 2024-12-19T21:44:46.012Z | [ host-image] Dec 19 21:44:45.524 INFO O| Dec 19 21:44:45.524 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9490 | 2024-12-19T21:44:46.046Z | [ host-image] Dec 19 21:44:45.561 INFO O| Dec 19 21:44:45.561 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9491 | 2024-12-19T21:44:46.046Z | [ host-image] Dec 19 21:44:45.561 INFO O| Dec 19 21:44:45.561 INFO copying /tmp/.tmpZORqCZ/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 ... |
9492 | 2024-12-19T21:44:46.046Z | [ host-image] Dec 19 21:44:45.561 INFO O| Dec 19 21:44:45.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9493 | 2024-12-19T21:44:46.049Z | [ host-image] Dec 19 21:44:45.561 INFO O| Dec 19 21:44:45.561 INFO ok! |
9494 | 2024-12-19T21:44:46.049Z | [ host-image] Dec 19 21:44:45.561 INFO O| Dec 19 21:44:45.561 INFO STEP 73 (ensure_file) COMPLETE |
9495 | 2024-12-19T21:44:46.049Z | [ host-image] Dec 19 21:44:45.562 INFO O| Dec 19 21:44:45.562 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9496 | 2024-12-19T21:44:46.064Z | [ host-image] Dec 19 21:44:45.580 INFO O| Dec 19 21:44:45.579 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9497 | 2024-12-19T21:44:46.064Z | [ host-image] Dec 19 21:44:45.580 INFO O| Dec 19 21:44:45.579 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9498 | 2024-12-19T21:44:46.065Z | [ host-image] Dec 19 21:44:45.580 INFO O| Dec 19 21:44:45.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9499 | 2024-12-19T21:44:46.068Z | [ host-image] Dec 19 21:44:45.580 INFO O| Dec 19 21:44:45.580 INFO ok! |
9500 | 2024-12-19T21:44:46.068Z | [ host-image] Dec 19 21:44:45.580 INFO O| Dec 19 21:44:45.580 INFO STEP 74 (ensure_file) COMPLETE |
9501 | 2024-12-19T21:44:46.068Z | [ host-image] Dec 19 21:44:45.580 INFO O| Dec 19 21:44:45.580 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9502 | 2024-12-19T21:44:46.083Z | [ host-image] Dec 19 21:44:45.598 INFO O| Dec 19 21:44:45.598 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9503 | 2024-12-19T21:44:46.083Z | [ host-image] Dec 19 21:44:45.598 INFO O| Dec 19 21:44:45.598 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9504 | 2024-12-19T21:44:46.083Z | [ host-image] Dec 19 21:44:45.598 INFO O| Dec 19 21:44:45.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9505 | 2024-12-19T21:44:46.086Z | [ host-image] Dec 19 21:44:45.598 INFO O| Dec 19 21:44:45.598 INFO ok! |
9506 | 2024-12-19T21:44:46.086Z | [ host-image] Dec 19 21:44:45.598 INFO O| Dec 19 21:44:45.598 INFO STEP 75 (ensure_file) COMPLETE |
9507 | 2024-12-19T21:44:46.086Z | [ host-image] Dec 19 21:44:45.598 INFO O| Dec 19 21:44:45.598 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9508 | 2024-12-19T21:44:46.101Z | [ host-image] Dec 19 21:44:45.616 INFO O| Dec 19 21:44:45.616 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9509 | 2024-12-19T21:44:46.101Z | [ host-image] Dec 19 21:44:45.616 INFO O| Dec 19 21:44:45.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9510 | 2024-12-19T21:44:46.102Z | [ host-image] Dec 19 21:44:45.616 INFO O| Dec 19 21:44:45.616 INFO STEP 76 (ensure_dir) COMPLETE |
9511 | 2024-12-19T21:44:46.102Z | [ host-image] Dec 19 21:44:45.616 INFO O| Dec 19 21:44:45.616 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9512 | 2024-12-19T21:44:46.119Z | [ host-image] Dec 19 21:44:45.634 INFO O| Dec 19 21:44:45.634 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9513 | 2024-12-19T21:44:46.122Z | [ host-image] Dec 19 21:44:45.635 INFO O| Dec 19 21:44:45.634 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9514 | 2024-12-19T21:44:46.125Z | [ host-image] Dec 19 21:44:45.640 INFO O| Dec 19 21:44:45.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9515 | 2024-12-19T21:44:46.125Z | [ host-image] Dec 19 21:44:45.640 INFO O| Dec 19 21:44:45.640 INFO ok! |
9516 | 2024-12-19T21:44:46.125Z | [ host-image] Dec 19 21:44:45.640 INFO O| Dec 19 21:44:45.640 INFO STEP 77 (ensure_file) COMPLETE |
9517 | 2024-12-19T21:44:46.125Z | [ host-image] Dec 19 21:44:45.640 INFO O| Dec 19 21:44:45.640 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9518 | 2024-12-19T21:44:46.144Z | [ host-image] Dec 19 21:44:45.659 INFO O| Dec 19 21:44:45.659 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9519 | 2024-12-19T21:44:46.144Z | [ host-image] Dec 19 21:44:45.659 INFO O| Dec 19 21:44:45.659 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9520 | 2024-12-19T21:44:46.144Z | [ host-image] Dec 19 21:44:45.659 INFO O| Dec 19 21:44:45.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9521 | 2024-12-19T21:44:46.144Z | [ host-image] Dec 19 21:44:45.659 INFO O| Dec 19 21:44:45.659 INFO ok! |
9522 | 2024-12-19T21:44:46.147Z | [ host-image] Dec 19 21:44:45.659 INFO O| Dec 19 21:44:45.659 INFO STEP 78 (ensure_file) COMPLETE |
9523 | 2024-12-19T21:44:46.147Z | [ host-image] Dec 19 21:44:45.659 INFO O| Dec 19 21:44:45.659 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9524 | 2024-12-19T21:44:46.162Z | [ host-image] Dec 19 21:44:45.677 INFO O| Dec 19 21:44:45.677 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9525 | 2024-12-19T21:44:46.162Z | [ host-image] Dec 19 21:44:45.677 INFO O| Dec 19 21:44:45.677 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9526 | 2024-12-19T21:44:48.036Z | [ host-image] Dec 19 21:44:47.550 INFO O| Dec 19 21:44:47.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9527 | 2024-12-19T21:44:48.036Z | [ host-image] Dec 19 21:44:47.550 INFO O| Dec 19 21:44:47.550 INFO ok! |
9528 | 2024-12-19T21:44:48.039Z | [ host-image] Dec 19 21:44:47.550 INFO O| Dec 19 21:44:47.550 INFO STEP 79 (ensure_file) COMPLETE |
9529 | 2024-12-19T21:44:48.039Z | [ host-image] Dec 19 21:44:47.550 INFO O| Dec 19 21:44:47.550 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9530 | 2024-12-19T21:44:48.054Z | [ host-image] Dec 19 21:44:47.568 INFO O| Dec 19 21:44:47.568 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9531 | 2024-12-19T21:44:48.055Z | [ host-image] Dec 19 21:44:47.569 INFO O| Dec 19 21:44:47.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9532 | 2024-12-19T21:44:48.057Z | [ host-image] Dec 19 21:44:47.569 INFO O| Dec 19 21:44:47.569 INFO STEP 80 (ensure_dir) COMPLETE |
9533 | 2024-12-19T21:44:48.057Z | [ host-image] Dec 19 21:44:47.569 INFO O| Dec 19 21:44:47.569 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9534 | 2024-12-19T21:44:48.097Z | [ host-image] Dec 19 21:44:47.611 INFO O| Dec 19 21:44:47.611 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9535 | 2024-12-19T21:44:48.097Z | [ host-image] Dec 19 21:44:47.611 INFO O| Dec 19 21:44:47.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9536 | 2024-12-19T21:44:48.098Z | [ host-image] Dec 19 21:44:47.611 INFO O| Dec 19 21:44:47.611 INFO STEP 81 (ensure_dir) COMPLETE |
9537 | 2024-12-19T21:44:48.101Z | [ host-image] Dec 19 21:44:47.612 INFO O| Dec 19 21:44:47.611 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9538 | 2024-12-19T21:44:48.158Z | [ host-image] Dec 19 21:44:47.672 INFO O| Dec 19 21:44:47.672 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9539 | 2024-12-19T21:44:48.158Z | [ host-image] Dec 19 21:44:47.672 INFO O| Dec 19 21:44:47.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9540 | 2024-12-19T21:44:48.158Z | [ host-image] Dec 19 21:44:47.672 INFO O| Dec 19 21:44:47.672 INFO STEP 82 (ensure_dir) COMPLETE |
9541 | 2024-12-19T21:44:48.161Z | [ host-image] Dec 19 21:44:47.672 INFO O| Dec 19 21:44:47.672 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9542 | 2024-12-19T21:44:48.177Z | [ host-image] Dec 19 21:44:47.691 INFO O| Dec 19 21:44:47.691 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9543 | 2024-12-19T21:44:48.177Z | [ host-image] Dec 19 21:44:47.692 INFO O| Dec 19 21:44:47.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9544 | 2024-12-19T21:44:48.180Z | [ host-image] Dec 19 21:44:47.692 INFO O| Dec 19 21:44:47.692 INFO STEP 83 (ensure_dir) COMPLETE |
9545 | 2024-12-19T21:44:48.180Z | [ host-image] Dec 19 21:44:47.692 INFO O| Dec 19 21:44:47.692 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9546 | 2024-12-19T21:44:48.196Z | [ host-image] Dec 19 21:44:47.711 INFO O| Dec 19 21:44:47.711 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9547 | 2024-12-19T21:44:48.196Z | [ host-image] Dec 19 21:44:47.711 INFO O| Dec 19 21:44:47.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9548 | 2024-12-19T21:44:48.196Z | [ host-image] Dec 19 21:44:47.711 INFO O| Dec 19 21:44:47.711 INFO STEP 84 (ensure_dir) COMPLETE |
9549 | 2024-12-19T21:44:48.199Z | [ host-image] Dec 19 21:44:47.711 INFO O| Dec 19 21:44:47.711 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9550 | 2024-12-19T21:44:48.215Z | [ host-image] Dec 19 21:44:47.729 INFO O| Dec 19 21:44:47.729 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9551 | 2024-12-19T21:44:48.215Z | [ host-image] Dec 19 21:44:47.729 INFO O| Dec 19 21:44:47.729 INFO copying /tmp/.tmpZORqCZ/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 ... |
9552 | 2024-12-19T21:44:48.218Z | [ host-image] Dec 19 21:44:47.730 INFO O| Dec 19 21:44:47.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9553 | 2024-12-19T21:44:48.218Z | [ host-image] Dec 19 21:44:47.730 INFO O| Dec 19 21:44:47.729 INFO ok! |
9554 | 2024-12-19T21:44:48.218Z | [ host-image] Dec 19 21:44:47.730 INFO O| Dec 19 21:44:47.730 INFO STEP 85 (ensure_file) COMPLETE |
9555 | 2024-12-19T21:44:48.218Z | [ host-image] Dec 19 21:44:47.730 INFO O| Dec 19 21:44:47.730 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9556 | 2024-12-19T21:44:48.234Z | [ host-image] Dec 19 21:44:47.748 INFO O| Dec 19 21:44:47.748 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9557 | 2024-12-19T21:44:48.234Z | [ host-image] Dec 19 21:44:47.749 INFO O| Dec 19 21:44:47.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9558 | 2024-12-19T21:44:48.234Z | [ host-image] Dec 19 21:44:47.749 INFO O| Dec 19 21:44:47.749 INFO STEP 86 (ensure_dir) COMPLETE |
9559 | 2024-12-19T21:44:48.237Z | [ host-image] Dec 19 21:44:47.749 INFO O| Dec 19 21:44:47.749 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9560 | 2024-12-19T21:44:48.253Z | [ host-image] Dec 19 21:44:47.767 INFO O| Dec 19 21:44:47.767 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9561 | 2024-12-19T21:44:48.253Z | [ host-image] Dec 19 21:44:47.767 INFO O| Dec 19 21:44:47.767 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9562 | 2024-12-19T21:44:48.256Z | [ host-image] Dec 19 21:44:47.768 INFO O| Dec 19 21:44:47.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9563 | 2024-12-19T21:44:48.256Z | [ host-image] Dec 19 21:44:47.768 INFO O| Dec 19 21:44:47.767 INFO ok! |
9564 | 2024-12-19T21:44:48.256Z | [ host-image] Dec 19 21:44:47.768 INFO O| Dec 19 21:44:47.767 INFO STEP 87 (ensure_file) COMPLETE |
9565 | 2024-12-19T21:44:48.256Z | [ host-image] Dec 19 21:44:47.768 INFO O| Dec 19 21:44:47.767 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9566 | 2024-12-19T21:44:48.287Z | [ host-image] Dec 19 21:44:47.801 INFO O| Dec 19 21:44:47.801 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9567 | 2024-12-19T21:44:48.287Z | [ host-image] Dec 19 21:44:47.801 INFO O| Dec 19 21:44:47.801 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9568 | 2024-12-19T21:44:48.869Z | [ host-image] Dec 19 21:44:48.382 INFO O| Dec 19 21:44:48.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9569 | 2024-12-19T21:44:48.869Z | [ host-image] Dec 19 21:44:48.382 INFO O| Dec 19 21:44:48.382 INFO ok! |
9570 | 2024-12-19T21:44:48.873Z | [ host-image] Dec 19 21:44:48.382 INFO O| Dec 19 21:44:48.382 INFO STEP 88 (ensure_file) COMPLETE |
9571 | 2024-12-19T21:44:48.873Z | [ host-image] Dec 19 21:44:48.382 INFO O| Dec 19 21:44:48.382 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9572 | 2024-12-19T21:44:48.886Z | [ host-image] Dec 19 21:44:48.400 INFO O| Dec 19 21:44:48.400 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9573 | 2024-12-19T21:44:48.886Z | [ host-image] Dec 19 21:44:48.401 INFO O| Dec 19 21:44:48.400 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9574 | 2024-12-19T21:44:49.597Z | [ host-image] Dec 19 21:44:49.110 INFO O| Dec 19 21:44:49.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9575 | 2024-12-19T21:44:49.599Z | [ host-image] Dec 19 21:44:49.110 INFO O| Dec 19 21:44:49.110 INFO ok! |
9576 | 2024-12-19T21:44:49.599Z | [ host-image] Dec 19 21:44:49.110 INFO O| Dec 19 21:44:49.110 INFO STEP 89 (ensure_file) COMPLETE |
9577 | 2024-12-19T21:44:49.599Z | [ host-image] Dec 19 21:44:49.110 INFO O| Dec 19 21:44:49.110 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9578 | 2024-12-19T21:44:49.631Z | [ host-image] Dec 19 21:44:49.145 INFO O| Dec 19 21:44:49.145 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9579 | 2024-12-19T21:44:49.631Z | [ host-image] Dec 19 21:44:49.145 INFO O| Dec 19 21:44:49.145 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9580 | 2024-12-19T21:44:49.635Z | [ host-image] Dec 19 21:44:49.145 INFO O| Dec 19 21:44:49.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9581 | 2024-12-19T21:44:49.635Z | [ host-image] Dec 19 21:44:49.145 INFO O| Dec 19 21:44:49.145 INFO ok! |
9582 | 2024-12-19T21:44:49.635Z | [ host-image] Dec 19 21:44:49.145 INFO O| Dec 19 21:44:49.145 INFO STEP 90 (ensure_file) COMPLETE |
9583 | 2024-12-19T21:44:49.635Z | [ host-image] Dec 19 21:44:49.145 INFO O| Dec 19 21:44:49.145 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9584 | 2024-12-19T21:44:49.655Z | [ host-image] Dec 19 21:44:49.168 INFO O| Dec 19 21:44:49.168 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9585 | 2024-12-19T21:44:49.655Z | [ host-image] Dec 19 21:44:49.168 INFO O| Dec 19 21:44:49.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9586 | 2024-12-19T21:44:49.655Z | [ host-image] Dec 19 21:44:49.168 INFO O| Dec 19 21:44:49.168 INFO STEP 91 (ensure_dir) COMPLETE |
9587 | 2024-12-19T21:44:49.658Z | [ host-image] Dec 19 21:44:49.168 INFO O| Dec 19 21:44:49.168 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9588 | 2024-12-19T21:44:49.679Z | [ host-image] Dec 19 21:44:49.192 INFO O| Dec 19 21:44:49.192 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9589 | 2024-12-19T21:44:49.679Z | [ host-image] Dec 19 21:44:49.193 INFO O| Dec 19 21:44:49.192 INFO copying /tmp/.tmpZORqCZ/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 ... |
9590 | 2024-12-19T21:44:49.683Z | [ host-image] Dec 19 21:44:49.193 INFO O| Dec 19 21:44:49.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9591 | 2024-12-19T21:44:49.683Z | [ host-image] Dec 19 21:44:49.193 INFO O| Dec 19 21:44:49.193 INFO ok! |
9592 | 2024-12-19T21:44:49.683Z | [ host-image] Dec 19 21:44:49.193 INFO O| Dec 19 21:44:49.193 INFO STEP 92 (ensure_file) COMPLETE |
9593 | 2024-12-19T21:44:49.683Z | [ host-image] Dec 19 21:44:49.193 INFO O| Dec 19 21:44:49.193 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9594 | 2024-12-19T21:44:49.705Z | [ host-image] Dec 19 21:44:49.218 INFO O| Dec 19 21:44:49.218 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9595 | 2024-12-19T21:44:49.705Z | [ host-image] Dec 19 21:44:49.218 INFO O| Dec 19 21:44:49.218 INFO copying /tmp/.tmpZORqCZ/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 ... |
9596 | 2024-12-19T21:44:49.708Z | [ host-image] Dec 19 21:44:49.219 INFO O| Dec 19 21:44:49.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9597 | 2024-12-19T21:44:49.708Z | [ host-image] Dec 19 21:44:49.219 INFO O| Dec 19 21:44:49.219 INFO ok! |
9598 | 2024-12-19T21:44:49.708Z | [ host-image] Dec 19 21:44:49.219 INFO O| Dec 19 21:44:49.219 INFO STEP 93 (ensure_file) COMPLETE |
9599 | 2024-12-19T21:44:49.708Z | [ host-image] Dec 19 21:44:49.219 INFO O| Dec 19 21:44:49.219 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9600 | 2024-12-19T21:44:49.731Z | [ host-image] Dec 19 21:44:49.244 INFO O| Dec 19 21:44:49.244 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9601 | 2024-12-19T21:44:49.731Z | [ host-image] Dec 19 21:44:49.244 INFO O| Dec 19 21:44:49.244 INFO copying /tmp/.tmpZORqCZ/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 ... |
9602 | 2024-12-19T21:44:49.734Z | [ host-image] Dec 19 21:44:49.245 INFO O| Dec 19 21:44:49.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9603 | 2024-12-19T21:44:49.734Z | [ host-image] Dec 19 21:44:49.245 INFO O| Dec 19 21:44:49.245 INFO ok! |
9604 | 2024-12-19T21:44:49.734Z | [ host-image] Dec 19 21:44:49.245 INFO O| Dec 19 21:44:49.245 INFO STEP 94 (ensure_file) COMPLETE |
9605 | 2024-12-19T21:44:49.734Z | [ host-image] Dec 19 21:44:49.245 INFO O| Dec 19 21:44:49.245 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9606 | 2024-12-19T21:44:49.757Z | [ host-image] Dec 19 21:44:49.271 INFO O| Dec 19 21:44:49.271 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9607 | 2024-12-19T21:44:49.760Z | [ host-image] Dec 19 21:44:49.271 INFO O| Dec 19 21:44:49.271 INFO copying /tmp/.tmpZORqCZ/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 ... |
9608 | 2024-12-19T21:44:49.760Z | [ host-image] Dec 19 21:44:49.271 INFO O| Dec 19 21:44:49.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9609 | 2024-12-19T21:44:49.760Z | [ host-image] Dec 19 21:44:49.272 INFO O| Dec 19 21:44:49.271 INFO ok! |
9610 | 2024-12-19T21:44:49.760Z | [ host-image] Dec 19 21:44:49.272 INFO O| Dec 19 21:44:49.272 INFO STEP 95 (ensure_file) COMPLETE |
9611 | 2024-12-19T21:44:49.760Z | [ host-image] Dec 19 21:44:49.272 INFO O| Dec 19 21:44:49.272 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9612 | 2024-12-19T21:44:49.820Z | [ host-image] Dec 19 21:44:49.332 INFO O| Dec 19 21:44:49.332 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9613 | 2024-12-19T21:44:49.820Z | [ host-image] Dec 19 21:44:49.332 INFO O| Dec 19 21:44:49.332 INFO copying /tmp/.tmpZORqCZ/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 ... |
9614 | 2024-12-19T21:44:49.823Z | [ host-image] Dec 19 21:44:49.332 INFO O| Dec 19 21:44:49.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9615 | 2024-12-19T21:44:49.823Z | [ host-image] Dec 19 21:44:49.333 INFO O| Dec 19 21:44:49.333 INFO ok! |
9616 | 2024-12-19T21:44:49.823Z | [ host-image] Dec 19 21:44:49.333 INFO O| Dec 19 21:44:49.333 INFO STEP 96 (ensure_file) COMPLETE |
9617 | 2024-12-19T21:44:49.823Z | [ host-image] Dec 19 21:44:49.333 INFO O| Dec 19 21:44:49.333 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9618 | 2024-12-19T21:44:49.858Z | [ host-image] Dec 19 21:44:49.371 INFO O| Dec 19 21:44:49.371 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9619 | 2024-12-19T21:44:49.858Z | [ host-image] Dec 19 21:44:49.372 INFO O| Dec 19 21:44:49.372 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9620 | 2024-12-19T21:44:49.861Z | [ host-image] Dec 19 21:44:49.372 INFO O| Dec 19 21:44:49.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9621 | 2024-12-19T21:44:49.861Z | [ host-image] Dec 19 21:44:49.372 INFO O| Dec 19 21:44:49.372 INFO ok! |
9622 | 2024-12-19T21:44:49.861Z | [ host-image] Dec 19 21:44:49.372 INFO O| Dec 19 21:44:49.372 INFO STEP 97 (ensure_file) COMPLETE |
9623 | 2024-12-19T21:44:49.862Z | [ host-image] Dec 19 21:44:49.372 INFO O| Dec 19 21:44:49.372 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9624 | 2024-12-19T21:44:49.893Z | [ host-image] Dec 19 21:44:49.406 INFO O| Dec 19 21:44:49.406 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9625 | 2024-12-19T21:44:49.893Z | [ host-image] Dec 19 21:44:49.406 INFO O| Dec 19 21:44:49.406 INFO copying /tmp/.tmpZORqCZ/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 ... |
9626 | 2024-12-19T21:44:49.895Z | [ host-image] Dec 19 21:44:49.407 INFO O| Dec 19 21:44:49.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9627 | 2024-12-19T21:44:49.896Z | [ host-image] Dec 19 21:44:49.407 INFO O| Dec 19 21:44:49.407 INFO ok! |
9628 | 2024-12-19T21:44:49.896Z | [ host-image] Dec 19 21:44:49.407 INFO O| Dec 19 21:44:49.407 INFO STEP 98 (ensure_file) COMPLETE |
9629 | 2024-12-19T21:44:49.896Z | [ host-image] Dec 19 21:44:49.407 INFO O| Dec 19 21:44:49.407 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9630 | 2024-12-19T21:44:49.912Z | [ host-image] Dec 19 21:44:49.426 INFO O| Dec 19 21:44:49.426 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9631 | 2024-12-19T21:44:49.913Z | [ host-image] Dec 19 21:44:49.426 INFO O| Dec 19 21:44:49.426 INFO copying /tmp/.tmpZORqCZ/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 ... |
9632 | 2024-12-19T21:44:49.916Z | [ host-image] Dec 19 21:44:49.427 INFO O| Dec 19 21:44:49.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9633 | 2024-12-19T21:44:49.916Z | [ host-image] Dec 19 21:44:49.427 INFO O| Dec 19 21:44:49.427 INFO ok! |
9634 | 2024-12-19T21:44:49.916Z | [ host-image] Dec 19 21:44:49.427 INFO O| Dec 19 21:44:49.427 INFO STEP 99 (ensure_file) COMPLETE |
9635 | 2024-12-19T21:44:49.916Z | [ host-image] Dec 19 21:44:49.427 INFO O| Dec 19 21:44:49.427 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9636 | 2024-12-19T21:44:49.932Z | [ host-image] Dec 19 21:44:49.445 INFO O| Dec 19 21:44:49.445 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9637 | 2024-12-19T21:44:49.932Z | [ host-image] Dec 19 21:44:49.445 INFO O| Dec 19 21:44:49.445 INFO copying /tmp/.tmpZORqCZ/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 ... |
9638 | 2024-12-19T21:44:49.934Z | [ host-image] Dec 19 21:44:49.446 INFO O| Dec 19 21:44:49.446 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9639 | 2024-12-19T21:44:49.934Z | [ host-image] Dec 19 21:44:49.446 INFO O| Dec 19 21:44:49.446 INFO ok! |
9640 | 2024-12-19T21:44:49.934Z | [ host-image] Dec 19 21:44:49.446 INFO O| Dec 19 21:44:49.446 INFO STEP 100 (ensure_file) COMPLETE |
9641 | 2024-12-19T21:44:49.934Z | [ host-image] Dec 19 21:44:49.446 INFO O| Dec 19 21:44:49.446 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9642 | 2024-12-19T21:44:49.951Z | [ host-image] Dec 19 21:44:49.464 INFO O| Dec 19 21:44:49.464 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9643 | 2024-12-19T21:44:49.951Z | [ host-image] Dec 19 21:44:49.464 INFO O| Dec 19 21:44:49.464 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9644 | 2024-12-19T21:44:49.953Z | [ host-image] Dec 19 21:44:49.465 INFO O| Dec 19 21:44:49.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9645 | 2024-12-19T21:44:49.953Z | [ host-image] Dec 19 21:44:49.465 INFO O| Dec 19 21:44:49.465 INFO ok! |
9646 | 2024-12-19T21:44:49.953Z | [ host-image] Dec 19 21:44:49.465 INFO O| Dec 19 21:44:49.465 INFO STEP 101 (ensure_file) COMPLETE |
9647 | 2024-12-19T21:44:49.954Z | [ host-image] Dec 19 21:44:49.465 INFO O| Dec 19 21:44:49.465 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9648 | 2024-12-19T21:44:49.976Z | [ host-image] Dec 19 21:44:49.489 INFO O| Dec 19 21:44:49.489 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9649 | 2024-12-19T21:44:49.976Z | [ host-image] Dec 19 21:44:49.489 INFO O| Dec 19 21:44:49.489 INFO copying /tmp/.tmpZORqCZ/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 ... |
9650 | 2024-12-19T21:44:49.976Z | [ host-image] Dec 19 21:44:49.490 INFO O| Dec 19 21:44:49.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9651 | 2024-12-19T21:44:49.976Z | [ host-image] Dec 19 21:44:49.490 INFO O| Dec 19 21:44:49.490 INFO ok! |
9652 | 2024-12-19T21:44:49.979Z | [ host-image] Dec 19 21:44:49.490 INFO O| Dec 19 21:44:49.490 INFO STEP 102 (ensure_file) COMPLETE |
9653 | 2024-12-19T21:44:49.979Z | [ host-image] Dec 19 21:44:49.490 INFO O| Dec 19 21:44:49.490 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9654 | 2024-12-19T21:44:50.008Z | [ host-image] Dec 19 21:44:49.521 INFO O| Dec 19 21:44:49.521 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9655 | 2024-12-19T21:44:50.008Z | [ host-image] Dec 19 21:44:49.521 INFO O| Dec 19 21:44:49.521 INFO copying /tmp/.tmpZORqCZ/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 ... |
9656 | 2024-12-19T21:44:50.008Z | [ host-image] Dec 19 21:44:49.521 INFO O| Dec 19 21:44:49.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9657 | 2024-12-19T21:44:50.008Z | [ host-image] Dec 19 21:44:49.521 INFO O| Dec 19 21:44:49.521 INFO ok! |
9658 | 2024-12-19T21:44:50.011Z | [ host-image] Dec 19 21:44:49.521 INFO O| Dec 19 21:44:49.521 INFO STEP 103 (ensure_file) COMPLETE |
9659 | 2024-12-19T21:44:50.011Z | [ host-image] Dec 19 21:44:49.521 INFO O| Dec 19 21:44:49.521 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9660 | 2024-12-19T21:44:50.027Z | [ host-image] Dec 19 21:44:49.540 INFO O| Dec 19 21:44:49.540 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9661 | 2024-12-19T21:44:50.027Z | [ host-image] Dec 19 21:44:49.540 INFO O| Dec 19 21:44:49.540 INFO copying /tmp/.tmpZORqCZ/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 ... |
9662 | 2024-12-19T21:44:50.027Z | [ host-image] Dec 19 21:44:49.540 INFO O| Dec 19 21:44:49.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9663 | 2024-12-19T21:44:50.029Z | [ host-image] Dec 19 21:44:49.541 INFO O| Dec 19 21:44:49.540 INFO ok! |
9664 | 2024-12-19T21:44:50.029Z | [ host-image] Dec 19 21:44:49.541 INFO O| Dec 19 21:44:49.541 INFO STEP 104 (ensure_file) COMPLETE |
9665 | 2024-12-19T21:44:50.029Z | [ host-image] Dec 19 21:44:49.541 INFO O| Dec 19 21:44:49.541 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9666 | 2024-12-19T21:44:50.045Z | [ host-image] Dec 19 21:44:49.559 INFO O| Dec 19 21:44:49.558 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9667 | 2024-12-19T21:44:50.045Z | [ host-image] Dec 19 21:44:49.559 INFO O| Dec 19 21:44:49.559 INFO copying /tmp/.tmpZORqCZ/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 ... |
9668 | 2024-12-19T21:44:50.045Z | [ host-image] Dec 19 21:44:49.559 INFO O| Dec 19 21:44:49.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9669 | 2024-12-19T21:44:50.045Z | [ host-image] Dec 19 21:44:49.559 INFO O| Dec 19 21:44:49.559 INFO ok! |
9670 | 2024-12-19T21:44:50.048Z | [ host-image] Dec 19 21:44:49.559 INFO O| Dec 19 21:44:49.559 INFO STEP 105 (ensure_file) COMPLETE |
9671 | 2024-12-19T21:44:50.048Z | [ host-image] Dec 19 21:44:49.559 INFO O| Dec 19 21:44:49.559 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9672 | 2024-12-19T21:44:50.063Z | [ host-image] Dec 19 21:44:49.576 INFO O| Dec 19 21:44:49.576 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9673 | 2024-12-19T21:44:50.064Z | [ host-image] Dec 19 21:44:49.576 INFO O| Dec 19 21:44:49.576 INFO copying /tmp/.tmpZORqCZ/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 ... |
9674 | 2024-12-19T21:44:50.064Z | [ host-image] Dec 19 21:44:49.577 INFO O| Dec 19 21:44:49.576 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9675 | 2024-12-19T21:44:50.064Z | [ host-image] Dec 19 21:44:49.577 INFO O| Dec 19 21:44:49.577 INFO ok! |
9676 | 2024-12-19T21:44:50.064Z | [ host-image] Dec 19 21:44:49.577 INFO O| Dec 19 21:44:49.577 INFO STEP 106 (ensure_file) COMPLETE |
9677 | 2024-12-19T21:44:50.064Z | [ host-image] Dec 19 21:44:49.577 INFO O| Dec 19 21:44:49.577 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9678 | 2024-12-19T21:44:50.115Z | [ host-image] Dec 19 21:44:49.628 INFO O| Dec 19 21:44:49.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9679 | 2024-12-19T21:44:50.115Z | [ host-image] Dec 19 21:44:49.628 INFO O| Dec 19 21:44:49.628 INFO copying /tmp/.tmpZORqCZ/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 ... |
9680 | 2024-12-19T21:44:50.115Z | [ host-image] Dec 19 21:44:49.628 INFO O| Dec 19 21:44:49.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9681 | 2024-12-19T21:44:50.117Z | [ host-image] Dec 19 21:44:49.628 INFO O| Dec 19 21:44:49.628 INFO ok! |
9682 | 2024-12-19T21:44:50.118Z | [ host-image] Dec 19 21:44:49.628 INFO O| Dec 19 21:44:49.628 INFO STEP 107 (ensure_file) COMPLETE |
9683 | 2024-12-19T21:44:50.118Z | [ host-image] Dec 19 21:44:49.628 INFO O| Dec 19 21:44:49.628 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9684 | 2024-12-19T21:44:50.132Z | [ host-image] Dec 19 21:44:49.646 INFO O| Dec 19 21:44:49.646 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9685 | 2024-12-19T21:44:50.132Z | [ host-image] Dec 19 21:44:49.646 INFO O| Dec 19 21:44:49.646 INFO copying /tmp/.tmpZORqCZ/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 ... |
9686 | 2024-12-19T21:44:50.132Z | [ host-image] Dec 19 21:44:49.646 INFO O| Dec 19 21:44:49.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9687 | 2024-12-19T21:44:50.132Z | [ host-image] Dec 19 21:44:49.646 INFO O| Dec 19 21:44:49.646 INFO ok! |
9688 | 2024-12-19T21:44:50.140Z | [ host-image] Dec 19 21:44:49.646 INFO O| Dec 19 21:44:49.646 INFO STEP 108 (ensure_file) COMPLETE |
9689 | 2024-12-19T21:44:50.140Z | [ host-image] Dec 19 21:44:49.646 INFO O| Dec 19 21:44:49.646 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9690 | 2024-12-19T21:44:50.150Z | [ host-image] Dec 19 21:44:49.663 INFO O| Dec 19 21:44:49.663 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9691 | 2024-12-19T21:44:50.150Z | [ host-image] Dec 19 21:44:49.663 INFO O| Dec 19 21:44:49.663 INFO copying /tmp/.tmpZORqCZ/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 ... |
9692 | 2024-12-19T21:44:50.152Z | [ host-image] Dec 19 21:44:49.663 INFO O| Dec 19 21:44:49.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9693 | 2024-12-19T21:44:50.153Z | [ host-image] Dec 19 21:44:49.663 INFO O| Dec 19 21:44:49.663 INFO ok! |
9694 | 2024-12-19T21:44:50.154Z | [ host-image] Dec 19 21:44:49.663 INFO O| Dec 19 21:44:49.663 INFO STEP 109 (ensure_file) COMPLETE |
9695 | 2024-12-19T21:44:50.154Z | [ host-image] Dec 19 21:44:49.664 INFO O| Dec 19 21:44:49.663 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9696 | 2024-12-19T21:44:50.168Z | [ host-image] Dec 19 21:44:49.681 INFO O| Dec 19 21:44:49.681 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9697 | 2024-12-19T21:44:50.171Z | [ host-image] Dec 19 21:44:49.681 INFO O| Dec 19 21:44:49.681 INFO copying /tmp/.tmpZORqCZ/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 ... |
9698 | 2024-12-19T21:44:50.171Z | [ host-image] Dec 19 21:44:49.681 INFO O| Dec 19 21:44:49.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9699 | 2024-12-19T21:44:50.171Z | [ host-image] Dec 19 21:44:49.681 INFO O| Dec 19 21:44:49.681 INFO ok! |
9700 | 2024-12-19T21:44:50.171Z | [ host-image] Dec 19 21:44:49.681 INFO O| Dec 19 21:44:49.681 INFO STEP 110 (ensure_file) COMPLETE |
9701 | 2024-12-19T21:44:50.171Z | [ host-image] Dec 19 21:44:49.681 INFO O| Dec 19 21:44:49.681 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9702 | 2024-12-19T21:44:50.186Z | [ host-image] Dec 19 21:44:49.700 INFO O| Dec 19 21:44:49.699 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9703 | 2024-12-19T21:44:50.186Z | [ host-image] Dec 19 21:44:49.700 INFO O| Dec 19 21:44:49.700 INFO copying /tmp/.tmpZORqCZ/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 ... |
9704 | 2024-12-19T21:44:50.186Z | [ host-image] Dec 19 21:44:49.700 INFO O| Dec 19 21:44:49.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9705 | 2024-12-19T21:44:50.189Z | [ host-image] Dec 19 21:44:49.700 INFO O| Dec 19 21:44:49.700 INFO ok! |
9706 | 2024-12-19T21:44:50.189Z | [ host-image] Dec 19 21:44:49.700 INFO O| Dec 19 21:44:49.700 INFO STEP 111 (ensure_file) COMPLETE |
9707 | 2024-12-19T21:44:50.189Z | [ host-image] Dec 19 21:44:49.700 INFO O| Dec 19 21:44:49.700 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9708 | 2024-12-19T21:44:50.204Z | [ host-image] Dec 19 21:44:49.718 INFO O| Dec 19 21:44:49.717 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9709 | 2024-12-19T21:44:50.204Z | [ host-image] Dec 19 21:44:49.718 INFO O| Dec 19 21:44:49.717 INFO copying /tmp/.tmpZORqCZ/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 ... |
9710 | 2024-12-19T21:44:50.207Z | [ host-image] Dec 19 21:44:49.718 INFO O| Dec 19 21:44:49.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9711 | 2024-12-19T21:44:50.207Z | [ host-image] Dec 19 21:44:49.718 INFO O| Dec 19 21:44:49.718 INFO ok! |
9712 | 2024-12-19T21:44:50.207Z | [ host-image] Dec 19 21:44:49.718 INFO O| Dec 19 21:44:49.718 INFO STEP 112 (ensure_file) COMPLETE |
9713 | 2024-12-19T21:44:50.207Z | [ host-image] Dec 19 21:44:49.718 INFO O| Dec 19 21:44:49.718 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9714 | 2024-12-19T21:44:50.222Z | [ host-image] Dec 19 21:44:49.735 INFO O| Dec 19 21:44:49.735 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9715 | 2024-12-19T21:44:50.222Z | [ host-image] Dec 19 21:44:49.736 INFO O| Dec 19 21:44:49.735 INFO copying /tmp/.tmpZORqCZ/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 ... |
9716 | 2024-12-19T21:44:50.222Z | [ host-image] Dec 19 21:44:49.736 INFO O| Dec 19 21:44:49.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9717 | 2024-12-19T21:44:50.222Z | [ host-image] Dec 19 21:44:49.736 INFO O| Dec 19 21:44:49.736 INFO ok! |
9718 | 2024-12-19T21:44:50.222Z | [ host-image] Dec 19 21:44:49.736 INFO O| Dec 19 21:44:49.736 INFO STEP 113 (ensure_file) COMPLETE |
9719 | 2024-12-19T21:44:50.225Z | [ host-image] Dec 19 21:44:49.736 INFO O| Dec 19 21:44:49.736 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9720 | 2024-12-19T21:44:50.241Z | [ host-image] Dec 19 21:44:49.754 INFO O| Dec 19 21:44:49.753 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9721 | 2024-12-19T21:44:50.241Z | [ host-image] Dec 19 21:44:49.754 INFO O| Dec 19 21:44:49.754 INFO copying /tmp/.tmpZORqCZ/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 ... |
9722 | 2024-12-19T21:44:50.241Z | [ host-image] Dec 19 21:44:49.754 INFO O| Dec 19 21:44:49.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9723 | 2024-12-19T21:44:50.241Z | [ host-image] Dec 19 21:44:49.754 INFO O| Dec 19 21:44:49.754 INFO ok! |
9724 | 2024-12-19T21:44:50.245Z | [ host-image] Dec 19 21:44:49.754 INFO O| Dec 19 21:44:49.754 INFO STEP 114 (ensure_file) COMPLETE |
9725 | 2024-12-19T21:44:50.245Z | [ host-image] Dec 19 21:44:49.754 INFO O| Dec 19 21:44:49.754 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9726 | 2024-12-19T21:44:50.278Z | [ host-image] Dec 19 21:44:49.791 INFO O| Dec 19 21:44:49.791 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9727 | 2024-12-19T21:44:50.278Z | [ host-image] Dec 19 21:44:49.791 INFO O| Dec 19 21:44:49.791 INFO copying /tmp/.tmpZORqCZ/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 ... |
9728 | 2024-12-19T21:44:50.282Z | [ host-image] Dec 19 21:44:49.791 INFO O| Dec 19 21:44:49.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9729 | 2024-12-19T21:44:50.282Z | [ host-image] Dec 19 21:44:49.791 INFO O| Dec 19 21:44:49.791 INFO ok! |
9730 | 2024-12-19T21:44:50.282Z | [ host-image] Dec 19 21:44:49.791 INFO O| Dec 19 21:44:49.791 INFO STEP 115 (ensure_file) COMPLETE |
9731 | 2024-12-19T21:44:50.282Z | [ host-image] Dec 19 21:44:49.791 INFO O| Dec 19 21:44:49.791 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9732 | 2024-12-19T21:44:50.311Z | [ host-image] Dec 19 21:44:49.824 INFO O| Dec 19 21:44:49.824 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9733 | 2024-12-19T21:44:50.311Z | [ host-image] Dec 19 21:44:49.824 INFO O| Dec 19 21:44:49.824 INFO copying /tmp/.tmpZORqCZ/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 ... |
9734 | 2024-12-19T21:44:50.311Z | [ host-image] Dec 19 21:44:49.824 INFO O| Dec 19 21:44:49.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9735 | 2024-12-19T21:44:50.311Z | [ host-image] Dec 19 21:44:49.824 INFO O| Dec 19 21:44:49.824 INFO ok! |
9736 | 2024-12-19T21:44:50.314Z | [ host-image] Dec 19 21:44:49.824 INFO O| Dec 19 21:44:49.824 INFO STEP 116 (ensure_file) COMPLETE |
9737 | 2024-12-19T21:44:50.314Z | [ host-image] Dec 19 21:44:49.824 INFO O| Dec 19 21:44:49.824 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9738 | 2024-12-19T21:44:50.329Z | [ host-image] Dec 19 21:44:49.842 INFO O| Dec 19 21:44:49.842 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9739 | 2024-12-19T21:44:50.329Z | [ host-image] Dec 19 21:44:49.842 INFO O| Dec 19 21:44:49.842 INFO copying /tmp/.tmpZORqCZ/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 ... |
9740 | 2024-12-19T21:44:50.332Z | [ host-image] Dec 19 21:44:49.842 INFO O| Dec 19 21:44:49.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9741 | 2024-12-19T21:44:50.332Z | [ host-image] Dec 19 21:44:49.842 INFO O| Dec 19 21:44:49.842 INFO ok! |
9742 | 2024-12-19T21:44:50.332Z | [ host-image] Dec 19 21:44:49.842 INFO O| Dec 19 21:44:49.842 INFO STEP 117 (ensure_file) COMPLETE |
9743 | 2024-12-19T21:44:50.332Z | [ host-image] Dec 19 21:44:49.842 INFO O| Dec 19 21:44:49.842 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9744 | 2024-12-19T21:44:50.365Z | [ host-image] Dec 19 21:44:49.878 INFO O| Dec 19 21:44:49.878 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9745 | 2024-12-19T21:44:50.365Z | [ host-image] Dec 19 21:44:49.878 INFO O| Dec 19 21:44:49.878 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9746 | 2024-12-19T21:44:50.368Z | [ host-image] Dec 19 21:44:49.879 INFO O| Dec 19 21:44:49.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9747 | 2024-12-19T21:44:50.368Z | [ host-image] Dec 19 21:44:49.879 INFO O| Dec 19 21:44:49.879 INFO ok! |
9748 | 2024-12-19T21:44:50.368Z | [ host-image] Dec 19 21:44:49.879 INFO O| Dec 19 21:44:49.879 INFO STEP 118 (ensure_file) COMPLETE |
9749 | 2024-12-19T21:44:50.368Z | [ host-image] Dec 19 21:44:49.879 INFO O| Dec 19 21:44:49.879 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9750 | 2024-12-19T21:44:50.420Z | [ host-image] Dec 19 21:44:49.933 INFO O| Dec 19 21:44:49.933 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9751 | 2024-12-19T21:44:50.421Z | [ host-image] Dec 19 21:44:49.933 INFO O| Dec 19 21:44:49.933 INFO copying /tmp/.tmpZORqCZ/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 ... |
9752 | 2024-12-19T21:44:50.425Z | [ host-image] Dec 19 21:44:49.934 INFO O| Dec 19 21:44:49.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9753 | 2024-12-19T21:44:50.425Z | [ host-image] Dec 19 21:44:49.934 INFO O| Dec 19 21:44:49.934 INFO ok! |
9754 | 2024-12-19T21:44:50.425Z | [ host-image] Dec 19 21:44:49.934 INFO O| Dec 19 21:44:49.934 INFO STEP 119 (ensure_file) COMPLETE |
9755 | 2024-12-19T21:44:50.425Z | [ host-image] Dec 19 21:44:49.934 INFO O| Dec 19 21:44:49.934 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9756 | 2024-12-19T21:44:50.447Z | [ host-image] Dec 19 21:44:49.960 INFO O| Dec 19 21:44:49.960 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9757 | 2024-12-19T21:44:50.447Z | [ host-image] Dec 19 21:44:49.960 INFO O| Dec 19 21:44:49.960 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9758 | 2024-12-19T21:44:50.447Z | [ host-image] Dec 19 21:44:49.960 INFO O| Dec 19 21:44:49.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9759 | 2024-12-19T21:44:50.450Z | [ host-image] Dec 19 21:44:49.960 INFO O| Dec 19 21:44:49.960 INFO ok! |
9760 | 2024-12-19T21:44:50.450Z | [ host-image] Dec 19 21:44:49.960 INFO O| Dec 19 21:44:49.960 INFO STEP 120 (ensure_file) COMPLETE |
9761 | 2024-12-19T21:44:50.450Z | [ host-image] Dec 19 21:44:49.960 INFO O| Dec 19 21:44:49.960 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9762 | 2024-12-19T21:44:50.479Z | [ host-image] Dec 19 21:44:49.993 INFO O| Dec 19 21:44:49.992 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9763 | 2024-12-19T21:44:50.479Z | [ host-image] Dec 19 21:44:49.993 INFO O| Dec 19 21:44:49.992 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9764 | 2024-12-19T21:45:02.854Z | [ host-image] Dec 19 21:45:02.361 INFO O| Dec 19 21:45:02.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9765 | 2024-12-19T21:45:02.857Z | [ host-image] Dec 19 21:45:02.361 INFO O| Dec 19 21:45:02.361 INFO ok! |
9766 | 2024-12-19T21:45:02.857Z | [ host-image] Dec 19 21:45:02.361 INFO O| Dec 19 21:45:02.361 INFO STEP 121 (ensure_file) COMPLETE |
9767 | 2024-12-19T21:45:02.857Z | [ host-image] Dec 19 21:45:02.361 INFO O| Dec 19 21:45:02.361 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9768 | 2024-12-19T21:45:02.871Z | [ host-image] Dec 19 21:45:02.379 INFO O| Dec 19 21:45:02.378 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9769 | 2024-12-19T21:45:02.875Z | [ host-image] Dec 19 21:45:02.379 INFO O| Dec 19 21:45:02.378 INFO STEP 122 (ensure_dir) COMPLETE |
9770 | 2024-12-19T21:45:02.875Z | [ host-image] Dec 19 21:45:02.379 INFO O| Dec 19 21:45:02.378 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9771 | 2024-12-19T21:45:02.902Z | [ host-image] Dec 19 21:45:02.409 INFO O| Dec 19 21:45:02.409 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9772 | 2024-12-19T21:45:02.902Z | [ host-image] Dec 19 21:45:02.409 INFO O| Dec 19 21:45:02.409 INFO STEP 123 (ensure_dir) COMPLETE |
9773 | 2024-12-19T21:45:02.906Z | [ host-image] Dec 19 21:45:02.410 INFO O| Dec 19 21:45:02.409 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9774 | 2024-12-19T21:45:02.921Z | [ host-image] Dec 19 21:45:02.428 INFO O| Dec 19 21:45:02.428 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9775 | 2024-12-19T21:45:02.921Z | [ host-image] Dec 19 21:45:02.429 INFO O| Dec 19 21:45:02.429 INFO STEP 124 (ensure_dir) COMPLETE |
9776 | 2024-12-19T21:45:02.924Z | [ host-image] Dec 19 21:45:02.429 INFO O| Dec 19 21:45:02.429 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9777 | 2024-12-19T21:45:02.939Z | [ host-image] Dec 19 21:45:02.446 INFO O| Dec 19 21:45:02.446 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9778 | 2024-12-19T21:45:02.939Z | [ host-image] Dec 19 21:45:02.446 INFO O| Dec 19 21:45:02.446 INFO STEP 125 (ensure_dir) COMPLETE |
9779 | 2024-12-19T21:45:02.942Z | [ host-image] Dec 19 21:45:02.446 INFO O| Dec 19 21:45:02.446 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9780 | 2024-12-19T21:45:02.957Z | [ host-image] Dec 19 21:45:02.464 INFO O| Dec 19 21:45:02.464 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9781 | 2024-12-19T21:45:02.957Z | [ host-image] Dec 19 21:45:02.464 INFO O| Dec 19 21:45:02.464 INFO copying /tmp/.tmpZORqCZ/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 ... |
9782 | 2024-12-19T21:45:02.960Z | [ host-image] Dec 19 21:45:02.464 INFO O| Dec 19 21:45:02.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9783 | 2024-12-19T21:45:02.960Z | [ host-image] Dec 19 21:45:02.464 INFO O| Dec 19 21:45:02.464 INFO ok! |
9784 | 2024-12-19T21:45:02.960Z | [ host-image] Dec 19 21:45:02.464 INFO O| Dec 19 21:45:02.464 INFO STEP 126 (ensure_file) COMPLETE |
9785 | 2024-12-19T21:45:02.960Z | [ host-image] Dec 19 21:45:02.464 INFO O| Dec 19 21:45:02.464 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9786 | 2024-12-19T21:45:02.993Z | [ host-image] Dec 19 21:45:02.500 INFO O| Dec 19 21:45:02.500 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9787 | 2024-12-19T21:45:02.993Z | [ host-image] Dec 19 21:45:02.500 INFO O| Dec 19 21:45:02.500 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9788 | 2024-12-19T21:45:02.993Z | [ host-image] Dec 19 21:45:02.500 INFO O| Dec 19 21:45:02.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9789 | 2024-12-19T21:45:02.996Z | [ host-image] Dec 19 21:45:02.500 INFO O| Dec 19 21:45:02.500 INFO STEP 127 (ensure_dir) COMPLETE |
9790 | 2024-12-19T21:45:02.996Z | [ host-image] Dec 19 21:45:02.500 INFO O| Dec 19 21:45:02.500 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9791 | 2024-12-19T21:45:03.012Z | [ host-image] Dec 19 21:45:02.518 INFO O| Dec 19 21:45:02.518 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9792 | 2024-12-19T21:45:03.012Z | [ host-image] Dec 19 21:45:02.519 INFO O| Dec 19 21:45:02.518 INFO copying /tmp/.tmpZORqCZ/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9793 | 2024-12-19T21:45:03.015Z | [ host-image] Dec 19 21:45:02.519 INFO O| Dec 19 21:45:02.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9794 | 2024-12-19T21:45:03.015Z | [ host-image] Dec 19 21:45:02.519 INFO O| Dec 19 21:45:02.519 INFO ok! |
9795 | 2024-12-19T21:45:03.015Z | [ host-image] Dec 19 21:45:02.519 INFO O| Dec 19 21:45:02.519 INFO STEP 128 (ensure_file) COMPLETE |
9796 | 2024-12-19T21:45:03.015Z | [ host-image] Dec 19 21:45:02.519 INFO O| Dec 19 21:45:02.519 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9797 | 2024-12-19T21:45:03.029Z | [ host-image] Dec 19 21:45:02.537 INFO O| Dec 19 21:45:02.536 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9798 | 2024-12-19T21:45:03.032Z | [ host-image] Dec 19 21:45:02.537 INFO O| Dec 19 21:45:02.537 INFO STEP 129 (remove_files) COMPLETE |
9799 | 2024-12-19T21:45:03.032Z | [ host-image] Dec 19 21:45:02.537 INFO O| Dec 19 21:45:02.537 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9800 | 2024-12-19T21:45:03.048Z | [ host-image] Dec 19 21:45:02.555 INFO O| Dec 19 21:45:02.555 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9801 | 2024-12-19T21:45:03.051Z | [ host-image] Dec 19 21:45:02.555 INFO O| Dec 19 21:45:02.555 INFO STEP 130 (remove_files) COMPLETE |
9802 | 2024-12-19T21:45:03.052Z | [ host-image] Dec 19 21:45:02.556 INFO O| Dec 19 21:45:02.556 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9803 | 2024-12-19T21:45:03.065Z | [ host-image] Dec 19 21:45:02.572 INFO O| Dec 19 21:45:02.572 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9804 | 2024-12-19T21:45:03.068Z | [ host-image] Dec 19 21:45:02.573 INFO O| Dec 19 21:45:02.573 INFO STEP 131 (remove_files) COMPLETE |
9805 | 2024-12-19T21:45:03.068Z | [ host-image] Dec 19 21:45:02.573 INFO O| Dec 19 21:45:02.573 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9806 | 2024-12-19T21:45:03.083Z | [ host-image] Dec 19 21:45:02.590 INFO O| Dec 19 21:45:02.590 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9807 | 2024-12-19T21:45:03.086Z | [ host-image] Dec 19 21:45:02.590 INFO O| Dec 19 21:45:02.590 INFO STEP 132 (remove_files) COMPLETE |
9808 | 2024-12-19T21:45:03.086Z | [ host-image] Dec 19 21:45:02.590 INFO O| Dec 19 21:45:02.590 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9809 | 2024-12-19T21:45:03.102Z | [ host-image] Dec 19 21:45:02.609 INFO O| Dec 19 21:45:02.609 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9810 | 2024-12-19T21:45:03.105Z | [ host-image] Dec 19 21:45:02.610 INFO O| Dec 19 21:45:02.609 INFO STEP 133 (remove_files) COMPLETE |
9811 | 2024-12-19T21:45:03.105Z | [ host-image] Dec 19 21:45:02.610 INFO O| Dec 19 21:45:02.610 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9812 | 2024-12-19T21:45:03.120Z | [ host-image] Dec 19 21:45:02.626 INFO O| Dec 19 21:45:02.626 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9813 | 2024-12-19T21:45:03.123Z | [ host-image] Dec 19 21:45:02.626 INFO O| Dec 19 21:45:02.626 INFO STEP 134 (remove_files) COMPLETE |
9814 | 2024-12-19T21:45:03.123Z | [ host-image] Dec 19 21:45:02.626 INFO O| Dec 19 21:45:02.626 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9815 | 2024-12-19T21:45:03.151Z | [ host-image] Dec 19 21:45:02.658 INFO O| Dec 19 21:45:02.658 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9816 | 2024-12-19T21:45:03.151Z | [ host-image] Dec 19 21:45:02.658 INFO O| Dec 19 21:45:02.658 INFO STEP 135 (remove_files) COMPLETE |
9817 | 2024-12-19T21:45:03.154Z | [ host-image] Dec 19 21:45:02.658 INFO O| Dec 19 21:45:02.658 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9818 | 2024-12-19T21:45:03.171Z | [ host-image] Dec 19 21:45:02.678 INFO O| Dec 19 21:45:02.678 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9819 | 2024-12-19T21:45:03.171Z | [ host-image] Dec 19 21:45:02.678 INFO O| Dec 19 21:45:02.678 INFO STEP 136 (remove_files) COMPLETE |
9820 | 2024-12-19T21:45:03.174Z | [ host-image] Dec 19 21:45:02.678 INFO O| Dec 19 21:45:02.678 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9821 | 2024-12-19T21:45:03.190Z | [ host-image] Dec 19 21:45:02.697 INFO O| Dec 19 21:45:02.697 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9822 | 2024-12-19T21:45:03.190Z | [ host-image] Dec 19 21:45:02.697 INFO O| Dec 19 21:45:02.697 INFO STEP 137 (remove_files) COMPLETE |
9823 | 2024-12-19T21:45:03.193Z | [ host-image] Dec 19 21:45:02.697 INFO O| Dec 19 21:45:02.697 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9824 | 2024-12-19T21:45:03.207Z | [ host-image] Dec 19 21:45:02.714 INFO O| Dec 19 21:45:02.714 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9825 | 2024-12-19T21:45:03.207Z | [ host-image] Dec 19 21:45:02.714 INFO O| Dec 19 21:45:02.714 INFO STEP 138 (remove_files) COMPLETE |
9826 | 2024-12-19T21:45:03.207Z | [ host-image] Dec 19 21:45:02.714 INFO O| Dec 19 21:45:02.714 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9827 | 2024-12-19T21:45:03.224Z | [ host-image] Dec 19 21:45:02.731 INFO O| Dec 19 21:45:02.731 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9828 | 2024-12-19T21:45:03.224Z | [ host-image] Dec 19 21:45:02.731 INFO O| Dec 19 21:45:02.731 INFO STEP 139 (remove_files) COMPLETE |
9829 | 2024-12-19T21:45:03.226Z | [ host-image] Dec 19 21:45:02.731 INFO O| Dec 19 21:45:02.731 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9830 | 2024-12-19T21:45:03.240Z | [ host-image] Dec 19 21:45:02.747 INFO O| Dec 19 21:45:02.747 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9831 | 2024-12-19T21:45:03.240Z | [ host-image] Dec 19 21:45:02.747 INFO O| Dec 19 21:45:02.747 INFO STEP 140 (remove_files) COMPLETE |
9832 | 2024-12-19T21:45:03.240Z | [ host-image] Dec 19 21:45:02.747 INFO O| Dec 19 21:45:02.747 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9833 | 2024-12-19T21:45:03.296Z | [ host-image] Dec 19 21:45:02.803 INFO O| Dec 19 21:45:02.803 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9834 | 2024-12-19T21:45:03.296Z | [ host-image] Dec 19 21:45:02.803 INFO O| Dec 19 21:45:02.803 INFO STEP 141 (remove_files) COMPLETE |
9835 | 2024-12-19T21:45:03.296Z | [ host-image] Dec 19 21:45:02.803 INFO O| Dec 19 21:45:02.803 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9836 | 2024-12-19T21:45:03.317Z | [ host-image] Dec 19 21:45:02.823 INFO O| Dec 19 21:45:02.823 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9837 | 2024-12-19T21:45:03.317Z | [ host-image] Dec 19 21:45:02.823 INFO O| Dec 19 21:45:02.823 INFO STEP 142 (remove_files) COMPLETE |
9838 | 2024-12-19T21:45:03.317Z | [ host-image] Dec 19 21:45:02.823 INFO O| Dec 19 21:45:02.823 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9839 | 2024-12-19T21:45:03.373Z | [ host-image] Dec 19 21:45:02.880 INFO O| Dec 19 21:45:02.879 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9840 | 2024-12-19T21:45:03.373Z | [ host-image] Dec 19 21:45:02.880 INFO O| Dec 19 21:45:02.880 INFO STEP 143 (remove_files) COMPLETE |
9841 | 2024-12-19T21:45:03.373Z | [ host-image] Dec 19 21:45:02.880 INFO O| Dec 19 21:45:02.880 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9842 | 2024-12-19T21:45:03.394Z | [ host-image] Dec 19 21:45:02.900 INFO O| Dec 19 21:45:02.900 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9843 | 2024-12-19T21:45:03.394Z | [ host-image] Dec 19 21:45:02.901 INFO O| Dec 19 21:45:02.900 INFO STEP 144 (remove_files) COMPLETE |
9844 | 2024-12-19T21:45:03.395Z | [ host-image] Dec 19 21:45:02.901 INFO O| Dec 19 21:45:02.901 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9845 | 2024-12-19T21:45:03.421Z | [ host-image] Dec 19 21:45:02.928 INFO O| Dec 19 21:45:02.928 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9846 | 2024-12-19T21:45:03.421Z | [ host-image] Dec 19 21:45:02.928 INFO O| Dec 19 21:45:02.928 INFO STEP 145 (remove_files) COMPLETE |
9847 | 2024-12-19T21:45:03.421Z | [ host-image] Dec 19 21:45:02.928 INFO O| Dec 19 21:45:02.928 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9848 | 2024-12-19T21:45:03.445Z | [ host-image] Dec 19 21:45:02.952 INFO O| Dec 19 21:45:02.952 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9849 | 2024-12-19T21:45:03.445Z | [ host-image] Dec 19 21:45:02.952 INFO O| Dec 19 21:45:02.952 INFO STEP 146 (remove_files) COMPLETE |
9850 | 2024-12-19T21:45:03.448Z | [ host-image] Dec 19 21:45:02.953 INFO O| Dec 19 21:45:02.952 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9851 | 2024-12-19T21:45:03.470Z | [ host-image] Dec 19 21:45:02.977 INFO O| Dec 19 21:45:02.977 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9852 | 2024-12-19T21:45:03.470Z | [ host-image] Dec 19 21:45:02.977 INFO O| Dec 19 21:45:02.977 INFO STEP 147 (remove_files) COMPLETE |
9853 | 2024-12-19T21:45:03.470Z | [ host-image] Dec 19 21:45:02.977 INFO O| Dec 19 21:45:02.977 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9854 | 2024-12-19T21:45:03.503Z | [ host-image] Dec 19 21:45:03.010 INFO O| Dec 19 21:45:03.010 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9855 | 2024-12-19T21:45:03.504Z | [ host-image] Dec 19 21:45:03.010 INFO O| Dec 19 21:45:03.010 INFO STEP 148 (remove_files) COMPLETE |
9856 | 2024-12-19T21:45:03.504Z | [ host-image] Dec 19 21:45:03.010 INFO O| Dec 19 21:45:03.010 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9857 | 2024-12-19T21:45:03.527Z | [ host-image] Dec 19 21:45:03.035 INFO O| Dec 19 21:45:03.034 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9858 | 2024-12-19T21:45:03.528Z | [ host-image] Dec 19 21:45:03.035 INFO O| Dec 19 21:45:03.035 INFO STEP 149 (remove_files) COMPLETE |
9859 | 2024-12-19T21:45:03.528Z | [ host-image] Dec 19 21:45:03.035 INFO O| Dec 19 21:45:03.035 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9860 | 2024-12-19T21:45:03.551Z | [ host-image] Dec 19 21:45:03.058 INFO O| Dec 19 21:45:03.058 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9861 | 2024-12-19T21:45:03.554Z | [ host-image] Dec 19 21:45:03.058 INFO O| Dec 19 21:45:03.058 INFO STEP 150 (remove_files) COMPLETE |
9862 | 2024-12-19T21:45:03.555Z | [ host-image] Dec 19 21:45:03.058 INFO O| Dec 19 21:45:03.058 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9863 | 2024-12-19T21:45:03.575Z | [ host-image] Dec 19 21:45:03.081 INFO O| Dec 19 21:45:03.081 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9864 | 2024-12-19T21:45:03.575Z | [ host-image] Dec 19 21:45:03.082 INFO O| Dec 19 21:45:03.082 INFO STEP 151 (remove_files) COMPLETE |
9865 | 2024-12-19T21:45:03.575Z | [ host-image] Dec 19 21:45:03.082 INFO O| Dec 19 21:45:03.082 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9866 | 2024-12-19T21:45:03.622Z | [ host-image] Dec 19 21:45:03.129 INFO O| Dec 19 21:45:03.129 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9867 | 2024-12-19T21:45:03.622Z | [ host-image] Dec 19 21:45:03.129 INFO O| Dec 19 21:45:03.129 INFO STEP 152 (remove_files) COMPLETE |
9868 | 2024-12-19T21:45:03.622Z | [ host-image] Dec 19 21:45:03.129 INFO O| Dec 19 21:45:03.129 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9869 | 2024-12-19T21:45:03.662Z | [ host-image] Dec 19 21:45:03.168 INFO O| Dec 19 21:45:03.168 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9870 | 2024-12-19T21:45:03.662Z | [ host-image] Dec 19 21:45:03.168 INFO O| Dec 19 21:45:03.168 INFO STEP 153 (remove_files) COMPLETE |
9871 | 2024-12-19T21:45:03.662Z | [ host-image] Dec 19 21:45:03.168 INFO O| Dec 19 21:45:03.168 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9872 | 2024-12-19T21:45:03.682Z | [ host-image] Dec 19 21:45:03.189 INFO O| Dec 19 21:45:03.189 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9873 | 2024-12-19T21:45:03.682Z | [ host-image] Dec 19 21:45:03.189 INFO O| Dec 19 21:45:03.189 INFO STEP 154 (remove_files) COMPLETE |
9874 | 2024-12-19T21:45:03.682Z | [ host-image] Dec 19 21:45:03.189 INFO O| Dec 19 21:45:03.189 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9875 | 2024-12-19T21:45:03.725Z | [ host-image] Dec 19 21:45:03.232 INFO O| Dec 19 21:45:03.232 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9876 | 2024-12-19T21:45:03.728Z | [ host-image] Dec 19 21:45:03.233 INFO O| Dec 19 21:45:03.232 INFO STEP 155 (remove_files) COMPLETE |
9877 | 2024-12-19T21:45:03.728Z | [ host-image] Dec 19 21:45:03.233 INFO O| Dec 19 21:45:03.233 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9878 | 2024-12-19T21:45:03.749Z | [ host-image] Dec 19 21:45:03.256 INFO O| Dec 19 21:45:03.256 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9879 | 2024-12-19T21:45:03.752Z | [ host-image] Dec 19 21:45:03.256 INFO O| Dec 19 21:45:03.256 INFO STEP 156 (remove_files) COMPLETE |
9880 | 2024-12-19T21:45:03.752Z | [ host-image] Dec 19 21:45:03.256 INFO O| Dec 19 21:45:03.256 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9881 | 2024-12-19T21:45:03.792Z | [ host-image] Dec 19 21:45:03.299 INFO O| Dec 19 21:45:03.299 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9882 | 2024-12-19T21:45:03.795Z | [ host-image] Dec 19 21:45:03.299 INFO O| Dec 19 21:45:03.299 INFO STEP 157 (remove_files) COMPLETE |
9883 | 2024-12-19T21:45:03.795Z | [ host-image] Dec 19 21:45:03.299 INFO O| Dec 19 21:45:03.299 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9884 | 2024-12-19T21:45:03.827Z | [ host-image] Dec 19 21:45:03.333 INFO O| Dec 19 21:45:03.333 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9885 | 2024-12-19T21:45:03.827Z | [ host-image] Dec 19 21:45:03.333 INFO O| Dec 19 21:45:03.333 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
9886 | 2024-12-19T21:45:13.675Z | [ host-image] Dec 19 21:45:13.177 INFO O| Dec 19 21:45:13.177 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 |
9887 | 2024-12-19T21:45:13.675Z | [ host-image] Dec 19 21:45:13.178 INFO O| Dec 19 21:45:13.177 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9888 | 2024-12-19T21:45:13.698Z | [ host-image] Dec 19 21:45:13.200 INFO O| Dec 19 21:45:13.200 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"} |
9889 | 2024-12-19T21:45:13.828Z | [ host-image] Dec 19 21:45:13.329 INFO O| Dec 19 21:45:13.329 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9890 | 2024-12-19T21:45:13.828Z | [ host-image] Dec 19 21:45:13.329 INFO O| Dec 19 21:45:13.329 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9891 | 2024-12-19T21:45:13.831Z | [ host-image] Dec 19 21:45:13.332 INFO O| Dec 19 21:45:13.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9892 | 2024-12-19T21:45:13.832Z | [ host-image] Dec 19 21:45:13.332 INFO O| Dec 19 21:45:13.332 INFO ok! |
9893 | 2024-12-19T21:45:13.832Z | [ host-image] Dec 19 21:45:13.332 INFO O| Dec 19 21:45:13.332 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9894 | 2024-12-19T21:45:13.832Z | [ host-image] Dec 19 21:45:13.332 INFO O| Dec 19 21:45:13.332 INFO STEP 158 (seed_smf) COMPLETE |
9895 | 2024-12-19T21:45:13.832Z | [ host-image] Dec 19 21:45:13.332 INFO O| Dec 19 21:45:13.332 INFO steps complete; finalising image! |
9896 | 2024-12-19T21:45:13.832Z | [ host-image] Dec 19 21:45:13.332 INFO O| Dec 19 21:45:13.332 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9897 | 2024-12-19T21:45:14.023Z | [ host-image] Dec 19 21:45:13.525 INFO O| Dec 19 21:45:13.525 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Thu Dec 19 21:45:13 2024) |
9898 | 2024-12-19T21:45:14.235Z | [ host-image] Dec 19 21:45:13.737 INFO O| Dec 19 21:45:13.737 INFO trim TEMPORARY-gimlet-zfs: (71% trimmed, started at Thu Dec 19 21:45:13 2024) |
9899 | 2024-12-19T21:45:14.454Z | [ host-image] Dec 19 21:45:13.956 INFO O| Dec 19 21:45:13.956 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Thu Dec 19 21:45:13 2024) |
9900 | 2024-12-19T21:45:14.693Z | [ host-image] Dec 19 21:45:14.195 INFO O| Dec 19 21:45:14.194 INFO temporary pool has 703M used, 129M avail, 1.80x compressratio |
9901 | 2024-12-19T21:45:14.693Z | [ host-image] Dec 19 21:45:14.195 INFO O| Dec 19 21:45:14.195 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9902 | 2024-12-19T21:45:15.466Z | [ host-image] Dec 19 21:45:14.968 INFO O| Dec 19 21:45:14.967 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9903 | 2024-12-19T21:45:15.466Z | [ host-image] Dec 19 21:45:14.968 INFO O| Dec 19 21:45:14.968 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9904 | 2024-12-19T21:45:17.212Z | [ host-image] Dec 19 21:45:16.712 INFO O| Dec 19 21:45:16.712 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9905 | 2024-12-19T21:45:17.212Z | [ host-image] Dec 19 21:45:16.712 INFO O| Dec 19 21:45:16.712 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9906 | 2024-12-19T21:45:17.217Z | [ host-image] Dec 19 21:45:16.712 INFO O| Dec 19 21:45:16.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9907 | 2024-12-19T21:45:17.217Z | [ host-image] Dec 19 21:45:16.712 INFO O| Dec 19 21:45:16.712 INFO completed processing gimlet/zfs |
9908 | 2024-12-19T21:45:17.217Z | [ host-image] Dec 19 21:45:16.713 INFO O| Dec 19 21:45:16.713 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9909 | 2024-12-19T21:45:25.709Z | [ host-image] Dec 19 21:45:25.205 INFO O| Dec 19 21:45:25.205 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9910 | 2024-12-19T21:45:25.840Z | [ host-image] Dec 19 21:45:25.337 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
9911 | 2024-12-19T21:45:25.841Z | [ host-image] Dec 19 21:45:25.337 INFO expanded image name: "ci 4113601/${os_short_commit} 2024-12-19 21:09" -> "ci 4113601/37a4469 2024-12-19 21:09" |
9912 | 2024-12-19T21:45:25.843Z | [ host-image] Dec 19 21:45:25.337 INFO output artefacts stored in: "/work/os-host" |
9913 | 2024-12-19T21:45:25.843Z | [ host-image] Dec 19 21:45:25.337 INFO collecting git info from project "image-builder"... |
9914 | 2024-12-19T21:45:25.849Z | [ host-image] Dec 19 21:45:25.345 INFO collecting git info from project "chelsio-t6-roms"... |
9915 | 2024-12-19T21:45:25.858Z | [ host-image] Dec 19 21:45:25.354 INFO collecting git info from project "bootserver"... |
9916 | 2024-12-19T21:45:25.865Z | [ host-image] Dec 19 21:45:25.361 INFO collecting git info from project "pinprick"... |
9917 | 2024-12-19T21:45:25.872Z | [ host-image] Dec 19 21:45:25.368 INFO collecting git info from project "pilot"... |
9918 | 2024-12-19T21:45:25.880Z | [ host-image] Dec 19 21:45:25.377 INFO collecting git info from project "amd-firmware"... |
9919 | 2024-12-19T21:45:25.911Z | [ host-image] Dec 19 21:45:25.407 INFO collecting git info from project "amd-host-image-builder"... |
9920 | 2024-12-19T21:45:25.939Z | [ host-image] Dec 19 21:45:25.435 INFO collecting git info from project "phbl"... |
9921 | 2024-12-19T21:45:25.947Z | [ host-image] Dec 19 21:45:25.443 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9922 | 2024-12-19T21:45:26.700Z | [ host-image] Dec 19 21:45:26.196 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9923 | 2024-12-19T21:45:27.344Z | [ host-image] Dec 19 21:45:26.840 INFO creating Oxide boot image... |
9924 | 2024-12-19T21:45:27.344Z | [ host-image] Dec 19 21:45:26.840 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 4113601/37a4469 2024-12-19 21:09", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9925 | 2024-12-19T21:45:28.827Z | [ host-image] Dec 19 21:45:28.322 INFO O| ok, image written! |
9926 | 2024-12-19T21:45:28.827Z | [ host-image] Dec 19 21:45:28.322 INFO O| ok, boot_image_csum file written! |
9927 | 2024-12-19T21:45:28.832Z | [ host-image] Dec 19 21:45:28.327 INFO creating boot archive (CPIO)... |
9928 | 2024-12-19T21:45:28.832Z | [ host-image] Dec 19 21:45:28.327 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 |
9929 | 2024-12-19T21:45:28.843Z | [ host-image] Dec 19 21:45:28.338 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9930 | 2024-12-19T21:45:28.843Z | [ host-image] Dec 19 21:45:28.338 INFO E| + outfile=/work/os-host/cpio |
9931 | 2024-12-19T21:45:28.845Z | [ host-image] Dec 19 21:45:28.338 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9932 | 2024-12-19T21:45:28.845Z | [ host-image] Dec 19 21:45:28.341 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9933 | 2024-12-19T21:45:28.848Z | [ host-image] Dec 19 21:45:28.341 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9934 | 2024-12-19T21:45:28.890Z | [ host-image] Dec 19 21:45:28.385 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9935 | 2024-12-19T21:45:28.890Z | [ host-image] Dec 19 21:45:28.385 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9936 | 2024-12-19T21:45:28.900Z | [ host-image] Dec 19 21:45:28.395 INFO creating compressed cpio/unix for nanobl-rs... |
9937 | 2024-12-19T21:45:28.900Z | [ host-image] Dec 19 21:45:28.395 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 |
9938 | 2024-12-19T21:45:29.300Z | [ host-image] Dec 19 21:45:28.794 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9939 | 2024-12-19T21:45:35.311Z | [ host-image] Dec 19 21:45:34.802 INFO creating reset image... |
9940 | 2024-12-19T21:45:35.314Z | [ host-image] Dec 19 21:45:34.803 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9941 | 2024-12-19T21:45:35.502Z | [ host-image] Dec 19 21:45:34.994 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
9942 | 2024-12-19T21:45:35.517Z | [ host-image] Dec 19 21:45:35.007 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9943 | 2024-12-19T21:45:35.652Z | [ host-image] Dec 19 21:45:35.143 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9944 | 2024-12-19T21:45:39.442Z | [ host-image] Dec 19 21:45:38.932 INFO E| Finished `release` profile [optimized] target(s) in 3.90s |
9945 | 2024-12-19T21:45:39.461Z | [ host-image] Dec 19 21:45:38.951 INFO building host image... |
9946 | 2024-12-19T21:45:39.462Z | [ host-image] Dec 19 21:45:38.952 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") |
9947 | 2024-12-19T21:45:40.415Z | [ host-image] Dec 19 21:45:39.905 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9948 | 2024-12-19T21:46:50.117Z | [ host-image] Dec 19 21:46:49.573 INFO image complete! materials are in "/work/os-host" |
9949 | 2024-12-19T21:46:50.121Z | [ host-image] |
9950 | 2024-12-19T21:46:50.121Z | [ host-image] real 14:44.555685046 |
9951 | 2024-12-19T21:46:50.121Z | [ host-image] user 6:48.271723866 |
9952 | 2024-12-19T21:46:50.121Z | [ host-image] sys 1:11.553195031 |
9953 | 2024-12-19T21:46:50.121Z | [ host-image] trap 0.322984845 |
9954 | 2024-12-19T21:46:50.121Z | [ host-image] tflt 0.098344554 |
9955 | 2024-12-19T21:46:50.121Z | [ host-image] dflt 0.289480894 |
9956 | 2024-12-19T21:46:50.121Z | [ host-image] kflt 0.005942858 |
9957 | 2024-12-19T21:46:50.121Z | [ host-image] lock 16:11.691714146 |
9958 | 2024-12-19T21:46:50.121Z | [ host-image] slp 1:22:06.398905449 |
9959 | 2024-12-19T21:46:50.121Z | [ host-image] lat 2:56.655573708 |
9960 | 2024-12-19T21:46:50.121Z | [ host-image] stop 0.971172914 |
9961 | 2024-12-19T21:46:50.121Z | Dec 19 21:46:49.577 INFO [host-image] process exited with exit status: 0 (884.573875721s) |
9962 | 2024-12-19T21:46:50.125Z | Dec 19 21:46:49.577 INFO [tuf-repo] running task |
9963 | 2024-12-19T21:46:58.571Z | Dec 19 21:46:58.023 INFO assembling repository in `/tmp/tufaceousEpMIdA`, component: OmicronRepoAssembler |
9964 | 2024-12-19T21:47:05.128Z | Dec 19 21:47:04.577 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9965 | 2024-12-19T21:47:05.467Z | Dec 19 21:47:04.916 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9966 | 2024-12-19T21:47:24.972Z | Dec 19 21:47:24.412 INFO [tuf-repo] task succeeded (34.834743601s) |
9967 | 2024-12-19T21:48:04.983Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 15m 41s |
9968 | 2024-12-19T21:48:05.356Z | Dec 19 21:48:04.777 INFO [verify-libraries] process exited with exit status: 0 (945.33370298s) |
9969 | 2024-12-19T21:48:05.357Z | Dec 19 21:48:04.777 INFO all jobs completed in 2316.983300219s |
9970 | 2024-12-19T21:48:06.041Z | process exited: duration 3024935 ms, exit code 0 |
|
9971 | 2024-12-19T21:48:06.054Z | found 33 output files |
9972 | 2024-12-19T21:48:06.054Z | uploading: /work/manifest.toml (8404 bytes) |
9973 | 2024-12-19T21:48:07.071Z | uploaded: /work/manifest.toml |
9974 | 2024-12-19T21:48:07.071Z | uploading: /work/repo.zip (1962770409 bytes) |
9975 | 2024-12-19T21:48:39.905Z | uploaded: /work/repo.zip |
9976 | 2024-12-19T21:48:39.905Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9977 | 2024-12-19T21:48:40.950Z | uploaded: /work/repo.zip.sha256.txt |
9978 | 2024-12-19T21:48:40.950Z | uploading: /work/helios-setup.log (66031 bytes) |
9979 | 2024-12-19T21:48:41.963Z | uploaded: /work/helios-setup.log |
9980 | 2024-12-19T21:48:41.966Z | uploading: /work/host-image.log (197336 bytes) |
9981 | 2024-12-19T21:48:42.985Z | uploaded: /work/host-image.log |
9982 | 2024-12-19T21:48:43.001Z | uploading: /work/host-package.log (22208 bytes) |
9983 | 2024-12-19T21:48:44.011Z | uploaded: /work/host-package.log |
9984 | 2024-12-19T21:48:44.014Z | uploading: /work/host-target.log (101 bytes) |
9985 | 2024-12-19T21:48:45.020Z | uploaded: /work/host-target.log |
9986 | 2024-12-19T21:48:45.023Z | uploading: /work/omicron-package.log (5666 bytes) |
9987 | 2024-12-19T21:48:46.030Z | uploaded: /work/omicron-package.log |
9988 | 2024-12-19T21:48:46.033Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9989 | 2024-12-19T21:48:47.041Z | uploaded: /work/phbl-toolchain.log |
9990 | 2024-12-19T21:48:47.043Z | uploading: /work/recovery-image.log (593157 bytes) |
9991 | 2024-12-19T21:48:48.077Z | uploaded: /work/recovery-image.log |
9992 | 2024-12-19T21:48:48.080Z | uploading: /work/recovery-package.log (321 bytes) |
9993 | 2024-12-19T21:48:49.086Z | uploaded: /work/recovery-package.log |
9994 | 2024-12-19T21:48:49.086Z | uploading: /work/recovery-target.log (57 bytes) |
9995 | 2024-12-19T21:48:50.094Z | uploaded: /work/recovery-target.log |
9996 | 2024-12-19T21:48:50.096Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9997 | 2024-12-19T21:48:51.286Z | uploaded: /work/stamp-clickhouse.log |
9998 | 2024-12-19T21:48:51.286Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9999 | 2024-12-19T21:48:52.297Z | uploaded: /work/stamp-clickhouse_keeper.log |
10000 | 2024-12-19T21:48:52.300Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
10001 | 2024-12-19T21:48:53.307Z | uploaded: /work/stamp-cockroachdb.log |
10002 | 2024-12-19T21:48:53.307Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
10003 | 2024-12-19T21:48:54.316Z | uploaded: /work/stamp-crucible-dtrace.log |
10004 | 2024-12-19T21:48:54.316Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
10005 | 2024-12-19T21:48:55.324Z | uploaded: /work/stamp-crucible-pantry-zone.log |
10006 | 2024-12-19T21:48:55.325Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
10007 | 2024-12-19T21:48:56.333Z | uploaded: /work/stamp-crucible-zone.log |
10008 | 2024-12-19T21:48:56.333Z | uploading: /work/stamp-external-dns.log (119 bytes) |
10009 | 2024-12-19T21:48:57.341Z | uploaded: /work/stamp-external-dns.log |
10010 | 2024-12-19T21:48:57.341Z | uploading: /work/stamp-installinator.log (103 bytes) |
10011 | 2024-12-19T21:48:58.349Z | uploaded: /work/stamp-installinator.log |
10012 | 2024-12-19T21:48:58.352Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
10013 | 2024-12-19T21:48:59.358Z | uploaded: /work/stamp-internal-dns.log |
10014 | 2024-12-19T21:48:59.358Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10015 | 2024-12-19T21:49:00.366Z | uploaded: /work/stamp-mg-ddm-gz.log |
10016 | 2024-12-19T21:49:00.371Z | uploading: /work/stamp-nexus.log (112 bytes) |
10017 | 2024-12-19T21:49:01.376Z | uploaded: /work/stamp-nexus.log |
10018 | 2024-12-19T21:49:01.376Z | uploading: /work/stamp-ntp.log (110 bytes) |
10019 | 2024-12-19T21:49:02.385Z | uploaded: /work/stamp-ntp.log |
10020 | 2024-12-19T21:49:02.388Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10021 | 2024-12-19T21:49:03.397Z | uploaded: /work/stamp-omicron-sled-agent.log |
10022 | 2024-12-19T21:49:03.399Z | uploading: /work/stamp-overlay.log (114 bytes) |
10023 | 2024-12-19T21:49:04.405Z | uploaded: /work/stamp-overlay.log |
10024 | 2024-12-19T21:49:04.405Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10025 | 2024-12-19T21:49:05.415Z | uploaded: /work/stamp-oximeter.log |
10026 | 2024-12-19T21:49:05.415Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10027 | 2024-12-19T21:49:06.424Z | uploaded: /work/stamp-oxlog.log |
10028 | 2024-12-19T21:49:06.424Z | uploading: /work/stamp-probe.log (112 bytes) |
10029 | 2024-12-19T21:49:07.433Z | uploaded: /work/stamp-probe.log |
10030 | 2024-12-19T21:49:07.433Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10031 | 2024-12-19T21:49:08.443Z | uploaded: /work/stamp-propolis-server.log |
10032 | 2024-12-19T21:49:08.445Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10033 | 2024-12-19T21:49:09.452Z | uploaded: /work/stamp-pumpkind-gz.log |
10034 | 2024-12-19T21:49:09.452Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10035 | 2024-12-19T21:49:10.462Z | uploaded: /work/stamp-switch-asic.log |
10036 | 2024-12-19T21:49:10.465Z | uploading: /work/verify-libraries.log (5773 bytes) |
10037 | 2024-12-19T21:49:11.473Z | uploaded: /work/verify-libraries.log |